body{
  margin: 0px;
  padding: 0px;
  font-family: 'Crimson Pro', serif;
}
img{
  max-width: 100%;
}
input{
  width: 100% ;
}
ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
p{
  text-align: justify !important;
}
a{
  text-decoration: none;
}
img {
  text-align: center;
}
p{
  font-size: 20px !important;
}
.mtb-80{
  margin: 80px 0;
}
.mt-100{
  margin-top: 100px;
}
.main-heading{
  font-weight: 900;
  font-size: 40px;
  color: #000;
}
/*process*/
.areas-section{
  position:relative;
  padding: 0px 0px;
}

.areas-section .inner-container{
  position: relative;
  display: block;
  background: #ffffff;
  margin-top: -70px;
  box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.07);
  z-index: 15;
}

.areas-section .row{
  margin: 0 0;
}

.area-block{
  position: relative;
  padding: 0 0;
  border-right: 1px dashed rgba(0,0,0,0.15);
}

.area-block:last-child{
  border-right: none;
}

.area-block .inner{
  position: relative;
  display: block;
  padding: 35px 40px;
}


@media only screen and (max-width: 600px) {
  .area-block .inner {
    position: relative;
    display: block;
	  top: 120px !important;
    padding: 35px 40px;
}
	
	.slider-caption h2{
		font-size: 47px !important;
	}
}

.area-block .content{
  position: relative;
  display: block;
  padding-left: 80px;
}

.area-block .content{
  position: relative;
  font-size: 70px;
  text-align: center;
  display: block;
  min-height: 70px;
  padding-left: 7px;
}

.area-block .content .icon{
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 54px;
  color: #232331;
  line-height: 1em;
}

.area-block .content h5{
  font-weight: 700;
  color: #222222;
  text-transform: capitalize;
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(0,0,0,0.15);
}

.area-block .content h5 a{
  color: #222222;
}

.area-block .link-box{
  position: absolute;
  right: 35px;
  bottom: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.area-block .link-box a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  padding: 10px 10px;
  line-height: 30px;
  text-align: center;
  background: #ffffff;
  color: ##232331;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07),0px 10px 20px 0px rgba(0,0,0,0.03);
}

.area-block .link-box a:before{
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px dashed rgba(0,0,0,0.15);
  border-radius: 50%;
}

.area-block .link-box a:hover:before{
  border-color: ##232331;
}

.inner-page-wrapper {
  float: left;
  padding: 80px 0;
  width: 100%;
}
.inner-page-wrapper .inner .title {
  margin: 0 0 10px;
}
.inner .title h2::after {
  bottom: 0;
  height: 1px;
  left: 35px;
  position: absolute;
}
.inner div.title h2 {
  font-size: 52px;
  font-weight: 400;
  padding: 0 0 15px;
  text-align: left;
}
.inner .title-border-white {
  height: 15px;
  left: 0;
  margin: 0;
  position: relative;
  top: -23px;
  width: 35px;
}
/*call and whatsap*/
.wh-sc-icn {
                position: fixed;
                left: 2px;
                z-index: 999;
                bottom: 20px !important;
            }
            .wh-sc-icn a i {
        margin: 6px !important;
                font-size: 45px;
            }
            .fa-phone-square {
                color: #232331;
            }
            .fa-comments {
                color: green;
            }

.custom-btn{
    text-align: center;
    padding: 12px 10px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin: 10px 10px;
    border-radius: 40px;
    font-weight: 700;
    transition: 0.6s;
    border:none;
    background: #009cdf;
  
}

/*to header-bar*/
/*=== Header Top Two ===*/

.header-top-two{
  position: relative;
  background: #004161;
  color: #ffffff;
}

.header-top-two .top-left{
  position: relative;
  float: left;
  padding: 14px 0px;
}

.header-top-two .quote-link{
  position: relative;
  color: #ffffff;
  line-height: 30px;
  font-size: 18px;
  float: left;
}

.header-top-two .quote-link a{
  color: #ca1f26;
}

.header-top-two .quote-link .icon{
  position: relative;
  font-size: 10px;
  vertical-align: middle;
  padding-left: 5px;
}

.header-top-two .top-right{
  position: relative;
  float: right;
  padding: 14px 0px;
}

.header-top-two .top-links{
  position: relative;
  float: left;
}

.header-top-two .top-links li{
  position: relative;
  float: left;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  margin-right: 26px;
}

.header-top-two .top-links li:after{
  content: '';
  position: absolute;
  right: -21px;
  top: 7px;
  height: 16px;
  border-left: 1px solid rgba(255,255,255,0.15);
}

.header-top-two .top-links li:last-child:after{
  display: none;
}

.header-top-two .top-links li:last-child{
  margin-right: 0;
}

.header-top-two .top-links li a{
  position: relative;
  display: block;
  color: #ffffff;
}

.header-top-two .top-links li a:hover{
  color: #000;
}

.header-top-two .top-links li .icon{
  position: relative;
  color: #ca1f26;
  font-size: 18px;
  vertical-align: middle;
  line-height: 30px;
  padding-right: 8px;
}
/*to header-bar end*/


.navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: 14px;
    background: #f8f9fa;
    border-radius: 0;
    position: absolute;
}
.navbar-brand{
  margin-left: 10px;
}
.navbar-brand img{
  width: 100%;
}
/*.navbar-expand-lg .navbar-collapse{
  margin-left: 100px !important;
}*/
.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a{
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
p{
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  font-size: 18px;
}
.Services-box{
  box-shadow: 1px 2px 3px ;
  padding:30px;
  margin: 10px;
}
.Services-box img{
  width: 100%;
}
.btn-slide{
  padding-left: 154px;
}
.btn-1 {
   text-align: center;
    width: 50%;
    padding: 12px 10px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin: 10px 10px;
    border-radius: 40px;
    font-weight: 700;
    transition: 0.6s;
    background: #009cdf
}
.work-process {
  text-align: center;
  font-weight:bold;
  font-size: 40px;
}
.img-section img:hover{

  filter: grayscale(80%);
}
.img-section h5{
  padding: 15px;

}
.Services-box:hover{
  background-color:#004161; 
  color: #fff;
}
.Services-box:hover a {
  background-color: #000;
}
.Gallery{
  text-align: center;
  font-weight:bold;
  font-size: 40px;
  padding: 10px;

}
.s-clients {
  box-shadow: 0px 2px 0px 2px;
  text-align: center;
 box-shadow: 0px 2px 0px 1px #232331;
  padding:20px;
  border-radius: 0px 20px 0px 20px;
  margin: 10px;
}
.s-clients:hover{
  background-color:#ca1f26;
}
.Branches-section h3{
  
  text-align: center;
  font-weight:bold;
  font-size: 40px;

}
.Branches-section h5{
  text-align: center;
}
.Branches-section p{
  text-align: center;

}
.main-services h3{
  text-align: center;
  font-size: 40px;
   font-weight:bold;

}
.img-section{
  text-align: center;
}
.img-gallery{
  text-align: center;
  padding: 10px;


}
.Achivements .s-clients{
  text-align: center;
}

/*=======location ===========*/
.Branches-section .list_one li a{
  margin: 10px;
    display: block;
    padding: 7px;
    background-color: #232331;
    color: #fff;
     font: 18px;

}
.Branches-section{
 /* background-color: #f1f1f1;*/
  padding: 15px;
}
.contact-list{
  font-size: 24px;
}
element.style {
}
.footer-box h5{
  font-weight:bold;
  font-size: 25px;
  padding: 10px;
  color: #fff;

}
.footer-design{
  padding: 50px 0;
  background-color:#333 ; 

}
.footer-box ul li a{
  font-size: 20px;
  color: #fff;

}
.footer-box p{
  color: #fff;
}
.footer-box ul li{
  color: #fff;
  font-size: 20px;
}
.footer-box ul li b{
  color: #009cdf;
  font-size: 20px;
}
/*slider strat*/
.banner-area {
    background: url(../assets/images/2149312699.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 517px;
}


.slider-caption{
  position: relative;
 color: #fff;
 margin-top: -70px;
}
.slider-caption p{
  text-align: center;
}
.slider-caption h1{
  text-align: center;
  padding-top: 40px;
  font-weight: 800;
  font-size: 30px;
  color: #fff;
  text-shadow: 1px 3px 3px #000;
}
.slider-caption h2{
  text-align: center;
  font-size: 60px;
  font-weight: 700;
   text-shadow: 1px 6px 3px #000;
} 
h5 {
  font-size: 23px;
  font-weight: bold;
}
.contact-form {
  width: 100%;
  justify-content: center;
  background: #232331;
  text-align: center;
  padding: 40px;
  display: inline-flex;
  box-shadow: 1px 3px 6px #000;
}
.contact-form input{
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 15px;
}
.contact-form textarea{
  width: 100%;
  height: 80px;
}
/* Slider Area CSS */

.slider-area {
    background: url(assets/images/slider/slider1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
}

.slider-content {
    text-align: center;
    margin-top: 110px;
}

.slider-sp-title {
    position: relative;
    z-index: 1;
}

.slider-sp-title h1 {
    color: transparent !important;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    font-size: 300px;
    text-transform: uppercase;
    position: absolute;
    top: -160px;
    opacity: 0.2;
    left: 0;
    right: 0;
    z-index: -1;
}

.slider-title h1 {
    font-size: 95px;
    color: #fff;
    margin: 0;
}

.slider-sub-title h5 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
    padding-left: 8px;
    display: inline-block;
}

.slider-sub-title h5:before {
    position: absolute;
    content: "";
    left: 0;
    top: -6px;
    width: 25px;
    height: 30px;
    background: #00AFF5;
    z-index: -1;
}

.slider-button {
    margin-top: 54px;
}

/*slider end*/
.about .text-padding {
  margin: 0px ;
}
.page-header .page-caption{
  text-align: center;
}
.page-header .page-caption ul{
  display: inline-flex;
}
 .page-caption ul li{
  color: #fff !important;
}
.page-header .page-caption  h1{
  font-weight: 800;
  color: #fff;
}
.page-header .page-caption ul li  a{
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  background: white;
    color: #232331;
    padding: 3px;
}
.page-header .page-caption ul li{
   font-size: 24px;
  font-weight: 500;
}

.page-header{
  text-align: center;
  background-image: url("../assets/images/slider-1.jpg");
  padding: 80px;
  background-size: cover;
}
.services-item ul li a {
    display: block;
    padding: 7px;
    background-color: #adadad;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin: 5px;
}
.services-item h3{
 font-family: 'Roboto', sans-serif;
    padding: 10px 0px;
    text-align: center;
    font-size: 45px;
    font-style: inherit;
    font-weight: bold;
}
.about-img img {
  width: 100%;
}

.Branches-section .location1 li{
    margin: 10px;
    display: block;
    padding: 7px;
    background-color: #232331;
    color: #fff;
    text-align: center;
    font: 18px;
}
     .scrollbar1{
  height:400px;
  overflow-y: scroll;
}
/ width /
.scrollbar1::-webkit-scrollbar {
  width: 6px;
}

/ Track /
.scrollbar1::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/ Handle /
.scrollbar1::-webkit-scrollbar-thumb {
  background: #232331;
}
 h4 {
    font-size: 28px;
    font-weight: bold;
}

/ Handle on hover /
.scrollbar1::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media(max-width:557px){
  .page-header{
    padding: 48px !important;
}
.btn-slide {
    padding-left: 0px; 
}

.contact-form {
    margin-top: 27px;
    width: 100%;
    justify-content: center;
    background: #232331;
    text-align: center;
	z-index: 6766 !important;
    padding: 40px;
    display: inline-flex;
    box-shadow: 1px 3px 6px #000;
}
  .banner-area {
    background-size: cover;
    height: 1085px;
    text-align: center;
}
.navbar-toggler{
  z-index: 1200;
}
.slider-caption h1{
  font-size: 25px;
}
.slider-caption h2{
      font-size: 60px;
}

 .header-top-two .top-right {
  display: none;
}
}
.about img {
  text-align: center;
  width: 100%;
}


@media only screen and (max-width: 600px) {
  .slider-caption h1 {
   	padding-top: 166px !important;
  }
}