@charset "utf-8";
/* CSS Document */
/********* style *********/ 
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

*{
	margin:0;
	padding:0;
  	border:none;
	text-decoration:none;
  	font-family: 'Montserrat', sans-serif;
  	box-sizing: border-box;
}

html, body{
	height:100%;
}

a{
    color:inherit;
}

:root{
	--color1:#045d9c;
	--color2:#3b3938;
	--color3:#153a55;
	--color4:#242424;
	--fontcolor2:#51acfb;
	--fontcolor5:#ff7600; 
}

.mt20{
	margin-top:20px;
}


.slick-dots{
	text-align:center;
}

.slick-dots li {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #aaa;
    cursor: pointer;
    margin-right: 15px;
	border-radius:8px;
	 font-size: 0; 
}

.slick-dots li.slick-active, .slick-dots li:hover{
	background:var(--fontcolor2);
}
.slick-dots li button { 
   font-size: 0; 
}

.bfeatureIcon{
	font-size:45px;
	float:left;
	width:55px;
	color:var(--fontcolor2);
}

.bfeatContent{
	width:-webkit-calc(100% - 55px);
	width:calc(100% - 55px);
	
}

.bfeatTitle{
	margin-bottom:10px;
	font-size:18px;
	font-weight:600;
}

.bfeatContent div{
	line-height:150%;
	font-size:16px;
	max-width:450px
}

.mainTitle span{
	color:var(--fontcolor5);
}

/****** FEATURES ******/

.feat-bg{
	background:var(--fontcolor2);
	padding: 0 30px 50px 30px;
}

.feature-img{
	height:300px;
}

.feature-item:nth-of-type(odd) .feat-bg{
	background:var(--color1);
}

.feature-item .mainTitle{
	font-weight:500;
	min-height:80px;
}

.feature-item .content{
	font-weight:500;
	color:var(--color1);
	min-height:100px;
	line-height: 150%;
}

.feature-item:nth-of-type(odd) .content{
	color:var(--fontcolor2);
	
}

.featuresSection{
	ransform: -webkit-translate(0, -100px);
    transform: -moz-translate(0, -100px);
    transform: -ms-translate(0, -100px);
    transform: -o-translate(0, -100px);
    transform: translate(0, -100px);
    position: relative;
    z-index: 500;
}

.featuresSection.servicePage{
	ransform: -webkit-translate(0, 0px);
    transform: -moz-translate(0, 0px);
    transform: -ms-translate(0, 0px);
    transform: -o-translate(0, 0px);
    transform: translate(0, 0px);
    position: relative;
    z-index: 500;
}

.aboutContent .mainTitle span{
    color:#3d7dbe;
}


*.mb0, .mainTitle.mb0{
	margin-bottom:0;
}


.height100{
	height:100%;
}

.mAuto{

	margin-left:auto;
  	margin-right:auto;
}

.hamburger{
    color:#000; 
    padding: 19px 0;
    font-size:24px;
}

.gray{
	color:#888;
}

.grayBg{
	background: #eef7f9;
 	 background:#eaf1f4
}

.whiteBg{
	background:#fff;
}


.aCenter{
	text-align:center;
}


.aRight{
	text-align:right;
}

.none{
	display: none;
}


.block{
	display:block;
}

.uppercase{
	text-transform: uppercase;
}

.pointer{cursor:pointer}


.paddingAside5{
	padding: 0 5px;
}

.paddingTB10{
	padding:10px 0;
}


.paddingTB15{
	padding:15px 0;
}


.paddingTB20{
	padding:20px 0;
}


.paddingTB25{
	padding:25px 0;
}

.paddingTB30{
	padding:30px 0;
}

.paddingTB40{
	padding:40px 0;
}

.paddingTB50{
	padding:50px 0;
}

.paddingTB60{
	padding:60px 0;
}

.paddingTB70{
	padding:70px 0;
}

.paddingTB80{
	padding:80px 0;
}

.Bg1{
	background: #045d9c;  
}

.Bg2, .mainButton.Bg2{
	background: #3b3938;  
}

.Bg3, .mainButton.Bg3{
	background: #032640;  
}

.Bg4, .mainButton.Bg4{
	background: #032640;  
}

.mainButton.orange, .contact_form .send_btn.orange{
    background: #ff7600;
}

.orange-color{
     color: #ff7600;
}


.flexWrap{
display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexedItem{
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mainTitle{
	font-size: 36px;
   line-height: 130%;
    font-weight: 400;
    font-style: normal;
  	margin-bottom:10px;
  	color:#222;
}

.banner .mainTitle{
    padding: 15px 0 15px;
}

.banner_service .mainTitle{
    font-size: 32px;
    margin-bottom:0px;
}

.mainTitle.medium{
	font-size: 32px;
}

.mainTitle.small{
	font-size: 25px;
  	line-height: 130%;
}

.mainTitle.xsmall{
	font-size: 20px;
  	line-height: 130%;
}

.mainTitle.white, .description.white, *.white{
	color:#ffffff;
}

*.light{
	color:#acb1b5;
}

.textShadow{
	text-shadow: 2px 1px 3px rgba(0,0,0,0.5);
}

.description{
	font-weight: 600;
    margin-bottom: 30px;
    color: #045d9c;
    font-size: 18px;
}

.description.small{
	font-weight: 600;
    font-size: 16px;
}

.content{
	font-weight: 400;
    font-size: 16px;
}

.big_content{
    line-height: 180%;
    font-size: 17px;
    font-weight: 600;
}

.big_content p{
    margin: 5px 0;
}
.big_content ul{
   /* margin-left: 30px;*/
}

.servicesSection .content ul, .homeTop ul{
    list-style:none;
}

.servicesSection .content ul li::before, .homeTop ul li::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f00c";
    padding-right: 6px;
    vertical-align: middle;
    color: #51acfb;
}
.servicesSection .content ul li{
    margin-bottom:10px;
}

.servicesSection .mainTitle{
    font-weight:600;
}

.content p{
	margin:5px 0;
}

.description p, .mainTitle p{
	margin:10px 0;
}

.description ul{
    margin-left: 24px;
}

.bold, *.bold{
	font-weight:500;
}

.bolder, *.bolder{
	font-weight:700;
}

.normal, *.normal{
	font-weight:400;
}

.mainButton{
	color:#fff;
  	background:#ff7600;
  	padding:17px 20px;
  	display:block;
  	    max-width: 360px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    /*height: 53px;*/
    border-radius: 3px;
    cursor: pointer;
    font-size: 17px;
  border-radius: 38px;
    font-weight: 800;
}

.mainButton:hover{
    background:#51acfb;
}

.accent, *.accent{
  	color: #3b3938;  
}

.accent2, *.accent2{
  	color: #045d9c;  
}

.accent3, *.accent3{
  	color: #032640;  
}

.accent4, *.accent4{
  	color: #242424;  
}

*.font2{
  	color: #51acfb;  
}

.mb20, .mainTitle.mb20{
    margin-bottom:20px;
}


/********** HEADER **********/

.callBtn{
    padding: 25px 7px 0 0;
    display: block;
    color: #6ab8fb;
    font-weight: 600;
}

header.indexHeader{
	background:transparent;
	/*background:#133c66*/
	background: #FFFFFF;
}

.indexHeader .mainMenu .mainUl{
	background:transparent;
}


.blueTop{
	background:#e9e9e9;
  	text-align:right;
}

.blueTop, .blueTop a{
  color:#045d9c;
}

.blueTop a:hover{
	color: #045d9c;
}

.blueTop a{
	font-size: 13px;
    padding: 5px;
    display: inline-block;
    font-weight: 600;
}

.headerSpacer{
	height:115px;
}

header{
	
    width: 100%;
    z-index: 999;
    /*box-shadow: 1px 1px 11px 7px rgba(0, 0, 0, 0.16);*/
   /*background:#133c66;*/
   background:#FFFFFF;
}

header.indexHeader{
	position: fixed;
    top: 0;
    left: 0;
   
}



.headerTop figure{
  	/*background: #FFF;*/
}

.headerTop figure a{
  	display:block;
}

.logo{
    padding: 7px 0px;
    max-height: 85px;
    display: inline-block;
    vertical-align: middle;
}

.indexHeader .logo{
    /*filter: brightness(0) invert(1);*/
}


.scrollStyle .logo{
	padding: 5px 0;
    max-height: 65px;
}

.scrollStyle .headerTop figure{
  	max-height: 65px;
}

header figure span{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 20px;
    color: #555;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0;
    font-family: Open sans, sans-serif;
  	margin-top: 5px;
    margin-left: 5px;
}


header figure span h3{
	  font-size: 26px;
}

header figure span p{
	color:#045d9c;
}


.txtLogo{
	font-size:30px;
  	color:#045d9c;
  	font-weight:700;
  	margin-top:8px;
  	text-transform:uppercase;
}


.txtLogo span.uppercase{
	font-size:12px;
  	color:#555;
  	font-weight:400;
  	margin-top:2px;
}


.txtLogo p span{
  font-weight:500;
}


.toggleMenu{
	color:#045d9c;
}

.toggleMenu .fa{
	cursor:pointer;
}


.mainMenu .mainUl{
	list-style: none;
	display: block;
      padding: 0 0 0 0;
  background:transparent;
}

.mainMenu li{
	display:inline-block;
}

.mainMenu span{
	cursor:pointer;
}

.mainMenu li a, .mainMenu li span{
    /*color: #ffffff;*/
    color:#1a7fc3;
    display: block;
	margin: 0 -2px;
    font-weight: 500;
	padding: 32px 20px 26px 20px;
    /*font-size: 14px;*/
    font-size:16px;

}

.mainMenu li a.phone_no{
    padding: 23px 20px;
    font-size:19px;
}

.mainMenu li a:hover, .mainMenu li a.active_nav, .mainMenu li span:hover, .mainMenu li span.active_nav, .subMenu li a:hover, .subMenu li span:hover, .scrollStyle .mainMenu li .subMenu li a:hover, .scrollStyle .mainMenu li .subMenu li span:hover{
  color: #51acfb;

}


.scrollStyle .mainMenu li a, .scrollStyle .mainMenu li span{
   padding: 25px 20px 21px 20px;
}


.subMenu{
	display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-25%, 100%);
    -webkit-transform: translate(-25%, 100%);
    width: 300px;
    z-index: 999;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.4);
  background:#fff;
}


.subMenu li, .subMenu li a, .subMenu li span{
	display:block;
  	float:none;
}


.subMenu li a, .subMenu li span, .scrollStyle .mainMenu li .subMenu li a, .scrollStyle .mainMenu li .subMenu li span{
	padding: 15px 20px;
  	
  	border-bottom:none;
  	transition: background-color .15s linear, color .15s linear; 
}

.mainMenu .subMenu li a, .mainMenu .subMenu li span{
    color:#222;
}
.mainMenu .subMenu li span{
    display:inline;
    padding:0;
}

.mainMenu .subMenu li span:hover{
    color:#51acfb;
    background:transparent;
}

.mainMenu .subMenu li a:hover, .mainMenu .subMenu li a:hover span{
   color:#51acfb;
}

.subMenu li span:hover{
  	background:#045d9c;
    color:#fff;
  	border-bottom:none;
}


.propMenu:hover .subMenu{
	display:block;
}

.subMenu li a:hover, , .mainMenu .subMenu li span:hover{
	background:#045d9c;
    color:#fff;
  	border-bottom:none;
}

/*********** FIXED BANNER ***********/

.fixed-content{
    position: absolute;
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
    height: 100%;
    z-index: 9;
    left: 50%;
    top: 0;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.fixed-content .contact_form .send_btn, .fixed-content .contact_form .mainButton{
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 114%;
    padding: 10px 40px 9px;
    display: flex;
    align-content: center;
    align-items: center;
    height: 56px;
    text-align:center;
    margin: auto;
    justify-content: center;
    box-shadow: 0px 4px 1px rgba(0,0,0,0.4);
    
}

.fixed-content .container{
    align-content:center; 
    align-items: center
}

.fixed-content .flexedItem.col-5{
    max-width:35%;
}

.fixed-content .img-responsive-contain{
    object-position:bottom;
}

.fixed-content .input_form{
    border-radius:20px;
    padding: 12px 15px;
    background: #FFFFFF;
    border: 2px solid #004e9d;
    border: none;
    font-size:14px;
}

.fixed-content ::placeholder{
    color:#222;
}

.fixed-content .mainTitle.white{
    font-weight:700;
    line-height:38px;
    text-shadow: 1px 2px 12px #072038;
}

.form-width{
    max-width:550px;
    margin:auto;
}

.fixed-content .height-img{
    height:100%;
}

.fixed-content .height-img.main{
    height:-webkit-calc(100% - 55px);
    height:calc(100% - 55px);
}

.fixed-content .sentMsg{
    text-align: center;
    color: #fff;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
}

/*********** BANNER ***********/

.banner_service .professional{
    transform: translate(0, 55px);
    height: 340px;
}

.professional{
    transform: translate(0, 0);
}

.banner{
	height: 70vh;
	min-height: 720px;
	margin-top:40px;
}

.banner_service{
    height: 450px;
    min-height: initial;
}

.banner.servicePage{
    height: 700px;
}

.banner-img{
	position:absolute; bottom:0; right:0
}

.banner-img .img-responsive-contain{
    max-height:600px;
}

.banner_content2{
    position: absolute;
    width: 100%;
    left: 50%;
    top: 0;
    transform: -webkit-translate(-50%, 0);
    transform: -ms-translate(-50%, 0);
    transform: -o-translate(-50%, 0);
    transform: -moz-translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 100%;
    height: 100%;

   
}

.banner .mainButton{
    background:#ff7600;
}

  .banner .mainButton:hover{
        background:#032640;
    }

.contentPos{
    position:absolute;
    top:50%;
    left:0;
    transform: -webkit-translate(0, -50%);
    transform: -ms-translate(0, -50%);
    transform: -o-translate(0, -50%);
    transform: -moz-translate(0, -50%);
    transform: translate(0, -50%);
}

.bannerCaption{
     font-weight: 700;
    font-size: 60px;
    color: #fff;
    box-sizing: border-box;
    margin-bottom:40px;
        text-shadow: 1px 2px 12px #072038;
}

.servicePage .bannerCaption{
    font-size: 40px;
}

.bannerCaption span{
    color:#51acfb;
}

.bannerOverlay{
	background:rgba(256,256,256,0.3);
  	position:absolute;
  	z-index:10;
  	left:0;
  	top:0;
  	width:100%;
  	height:100%;
}

.arrowNav{
    top:50%;
    font-size: 25px;
    color: #ffffff;
    z-index: 30 !important;
    cursor: pointer;
    padding: 3px 15px;
  	position:absolute;
  	text-shadow: 3px 5px 9px rgb(0 0 0 / 85%);
  	-webkit-transform:translate(0, -50%);
  	-ms-transform:translate(0, -50%);
  	-o-transform:translate(0, -50%);
  	-moz-transform:translate(0, -50%);
  	transform:translate(0, -50%);
}

.arrowNav_l{
	left:10px;
}

.arrowNav_r{
    right: 10px;
   
}

.middlePos{
	position:absolute;
  	top:50%;
  	-webkit-transform:translate(0, -50%);
  	transform:translate(0, -50%);
  	
}

.centeredPos{
  	position:absolute;
	top:50%;
  	-webkit-transform:translate(0, -50%);
  	transform:translate(0, -50%);
  	left:0;
}

.bannerLeft{
	left:0;
}

.bannerRight{
	right:0;
  	height:100%;
}

.rightBg{
	background:rgba(256,256,256,0.7);
  	height:100%;
}

.homevideo iframe, .homevideo embed{
	width: 100% !important;
  	height:38vh !important;
}

#reviews.paddingTB40{
    padding-top:0;
}


/********** FEATURES *********/


.featuresSection .flexedItem{
	max-width:33.3333333%;
}

.featuresSection .inline-col{
	vertical-align:top;
}

.featureIcon{
	height: 70px;
    width: 70px;
    border-radius: 0;
    color: #ffffff;
    font-size: 40px;
    padding: 15px 10px;
    display: block;
    margin: 0 0 0 20px;
    overflow: hidden;
    background: #ffffff;
    color: #51acfb;
    line-height: 43px;
    transform: -webkit-translate(0, -50%);
    transform: -moz-translate(0, -50%);
    transform: -ms-translate(0, -50%);
    transform: -o-translate(0, -50%);
    transform: translate(0, -50%);
    text-align:center;
}

/*.featuresSection .inline-col:nth-of-type(odd) .featureIcon{
	background:#045d9c;
}*/

.featureIcon i{
	position:relative;
}

.featureIcon i:after{

}


/********** SERVICES ***********/

.thumb-slider div{
    height: -webkit-calc(100% - 43px);
    height: calc(100% - 43px);
}

.call-buttons .mainButton{
    padding: 17px 20px;
    margin-right:10px;
    font-size:16px;
    font-weight:700;
    box-shadow: 0px 4px 1px rgba(0,0,0,0.65);
    margin: 20px auto 50px;
}

.call-buttons .mainButton:not(.bg1):hover{
    background:#045d9c;
}

.call-buttons .mainButton.bg1, .mainButton.bg1{
    background:#ff7600;
    margin-right:0;
}

.call-buttons .mainButton.bg1:hover{
    background:#3b3938;
}

.servicesSection:nth-of-type(odd){
	background:#f5f5f5;
}


/**** OVERLAY *****/

.cartLoading, .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    color: #777;
    background: rgba(256,256,256,0.7);
    font-size: 40px;
  	z-index:999;
}


.cartLoading .fa.absolute, .newItemWarp {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/******** Newsletter LightBox / Modal *********/

.newsletterLb{
	width:100%; 
    height:100%; 
    position:fixed; 
    top:0; 
    left:0; 
    background:rgba(0,0,0,0.6); 
    z-index:999;
}

.modalSub{
    font-size: 16px;
    line-height: 130%;
    color: #045d9c;
    font-weight:600;
}

.newsBoxWrap{
	width:90%; 
  height:90%; 
  max-width:1000px; 
  background:#fff; 
  max-height:545px; 
  position:absolute; 
  left:50%; 
  top:50%; 
  transform:translate(-50%, -50%); 
  -webkit-transform:translate(-50%, -50%);
  overflow: hidden;
}

.closeNews{
	font-size:40px; 
  position:absolute; 
  top:10px; 
  right:20px; 
  color:#333; 
  cursor:pointer
}

.newsleft{
	max-width:40%;
}

.newsright{
	background: #fff;
}

.paddingNews{
	padding: 55px 40px;
}

.paddingNews .sentMsg{
	margin-top:10px;
  	color:#730947;
}


.newsBoxWrap .contact_form.newsletter p {

    font-size: 13px;
    font-weight: 400;
    margin-right: 5px;
}

.newsBoxWrap .customCheckbox{
	height: 18px;
    width: 18px;
  	margin-right: 1px;
}

.newsBoxWrap.newsletterSection .contact_form .send_btn{
	padding: 9px 10px;
  width: 100%;
    display: block;
    box-sizing: border-box;
  	margin-top:0;
  	max-width: 100%;
}

/********** GOOGLE REVIEWS *********/

.flex-wrap{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: center;
}
.flexed-item{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1;
}

.inner-banner{
    height:200px;
    display:flex;
     flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat:no-repeat;
    background-position:center;
    background-size:100%;
    position:relative;
    
}

.inner-banner div{
    position:relative;
    z-index:2;
}

/*.inner-banner:before{
    content:'';
    background:rgba(0,0,0,0.4);
    width:100%;
    height:100%;
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    
}*/


.big-quotes{
    display:block;
    font-size:90px;
    line-height:100%;
    margin-bottom:30px;
}

.testimonial-home .col-5{
    max-width:42%;
    
}

.testimonial-home .flexed-item{
    justify-content: flex-end;
}

.testimonial-home:before, .footer-after:before{
    content:'';
    background:rgba(0,0,0,0.4);
    width:100%;
    height:100%;
    position:absolute;
    z-index:1;
    top:0;
    left:0;
}

.testimonial-home div, .footer-after div{
    position:relative;
    z-index:2;
}

.testimonial-home .main-button{
    margin-top:30px;
    min-width:250px;
}

.cont-size{
    max-width:600px;
    padding:20px;
    width:100%;
}

.last .cont-size{
    max-width:800px;
}


.cont-size .ckContent{
    margin-top:20px;
}

.testimonials-section .flexed-item:nth-child(4n-1),  .testimonials-section .flexed-item:nth-child(4n){
    background: #f5f5f5;
}


.testimonials-section .flexed-item{
    min-width:50%;
    align-items: flex-start;
    background:#fff;
}

.testimonials-section .flexed-item.left{
    align-items: flex-end;
}

.testimonials-section .flexed-item.last{
    align-items: center;
}

.reviewSection{
    max-height:540px;
    overflow:hidden;
}

.review-logo-fit{
    height:35px;
    display:inline-block;
    vertical-align:middle;
}

.review-logo-txt{
    font-size: 22px;
    color: #212121;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-weight: 500;
}

.rating-summary{
    font-size:20px;
    font-weight:600;
    vertical-align:middle;
    margin-top:5px;
}

.rating-summary.small{
    font-size:16px;
}

.rating-summary span{
    vertical-align:middle;
    display:inline-block;
}

.all-stars{
    color:#fcbf02;
    font-size: 18px;
    margin-left:5px;
}

.rating-summary.small .all-stars{
    font-size:16px;
    margin:0;
}

.rating-summary small{
    color:#959292;
    font-size:20px;
    vertical-align:middle;
    font-weight:500;
    display:inline-block;
    margin-left:5px;
}

.testimonial-home .rating-summary small{
    color:#fff;
}

.rating-summary.small small{
    font-size:10px;
}

.google-button{
    color: #fff;
    background: #197bff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 20px;
    /* display: block; */
    display:inline-block;
    width: max-content;
    border-radius: 4px;
    border-color: rgba(0, 0, 0, 0);
    /* float: right; */
    margin-top: 25px;
}

.avatar{
    max-width:fit-content;
}

.avatar-icon{
    width:44px; 
    height:44px; 
    text-align:center; 
    line-height:44px; 
    font-size:25px; 
    background:#0097a7; 
    color:#fff; 
    border-radius:25px
}

.review-info{
    padding-left:10px;
    line-height:100%;
}

.review-box .ckContent{
    font-weight: 500;
    font-size: 15px;
    margin:10px 0;
    
}

.review-box .bolder{
    font-size: 14px;
}

.review-box a{
    color:inherit;
}

.review-box .flexedItem{
    justify-content: center;
}


/*********** FOOTER ************/

.sitemap{
	list-style:none;
}


.sitemap li{
	margin: 0 0 10px 0;
}

.sitemap a{
	color:#ffffff;
}

.paddingFooter{
	padding: 60px 0 40px;
}


.footerBg{
	background: #032640;
	color:#ffffff;
	font-size:12px
}

.footerBg h4{
	font-size:14px;
	margin-bottom:10px
}


.contFooter .mainTitle {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
  	color:#fff;
}


.socialmedia a{
	font-size:14px;
	color:#eee;
}


footer input, footer textarea, .input_form {
    display: block;
    padding: 8px 10px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 5px;
    background: #FFF;
  	border: 1px solid #ccc;
}
footer input, footer textarea{
	 color: #333;
}

footer input, footer textarea{
	border:none;
}

select.input_form{
	width:100%;
}


footer textarea{
	height:100px;
  	font-family: inherit;
}

.contact_form{
	margin-top:-18px;
}


.contact_form label{
    font-weight: 600;
    margin: 9px 0 3px 0;
    font-size: 13px;
    display: block;
}

.contact_form .send_btn {
    display: block;
    color: #fff;
    padding: 8px 50px;
    cursor: pointer;
    border-radius: 3px;
	margin: 10px 0 20px 0;
    background: #045d9c;
    text-transform: uppercase;
}

.phone_footer .fa {
    vertical-align: middle;
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}

.contacInfo{
	font-size:14px;
}

.contacInfo h3{
    text-transform: uppercase;
    /*color: #F0BD40;*/
}


.contacInfo p{
	padding: 3px 0;
  	font-weight: 500;
    font-size: 15px;
}


.contacInfo i{
	padding: 5px 0;
    color: #045d9c;
  	font-size:16px;
}

.contacInfo table{
	margin:10px 0;
}

.contacInfo table td{
    padding: 3px;
}


#sentMsg{
    font-size: 16px;
    font-weight: 500;
  	color: #045d9c;
    margin: 0 0 10px 0;
}


.sMedia{
	font-size:24px;
}


.socialIcon{
	margin:8px 0;
}

.socialIcon:first-of-type{
	margin:0 0 8px 0;
}

.copyRight{
	background: #032640;
	color:#eee;
	font-size:11px;
	text-align:center;

}


.copyRight a{
	color:#eee;
	text-transform:capitalize;
  	text-decoration:none;
}

.copyRight a:hover{
	opacity:0.8;
}


.contacInfo table {
    margin: 10px 0;
    border: 0;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 90%; 
    margin: 10px 0;
}

.city-menu, .city-menu ul{
    list-style:none;
}

.city-menu span{
    font-weight:600;
    margin-top: 10px;
    display: block;
    text-transform:uppercase;
}

.city-menu ul{
   /* margin-left:15px;*/
}

.city-menu ul li{
    padding:10px 0;
}

/********* MEDIA QUERY **********/

@media (max-width:1200px){
    
    .feature-item .mainTitle{
		font-weight:500;
		min-height:110px;
	}


	.feature-item .content{
		min-height:150px;		
	}
	
	.feature-img{
		height:200px;
	}
	
	.feat-bg {
		padding: 0 30px 30px 30px;
	}
	
	.featuresSection {
		transform: -webkit-translate(0, -50px);
		transform: -moz-translate(0, -50px);
		transform: -ms-translate(0, -50px);
		transform: -o-translate(0, -50px);
		transform: translate(0, -50px);
	}
    
    /*.callBtn{
        padding: 21px 0 0 0;
    }*/
    
    .fixed-content .contact_form .send_btn, .fixed-content .contact_form .mainButton{
        font-size:14px;
        height:50px;
    }
    
    /*.fixed-content .height-img {
        height: -webkit-calc(100% - 55px);
        height: calc(100% - 155px);
    }*/
    
    .featuresSection {
        transform: -webkit-translate(0, -50px);
        transform: -moz-translate(0, -50px);
        transform: -ms-translate(0, -50px);
        transform: -o-translate(0, -50px);
        transform: translate(0, -50px);
    }
    
    .logo {
        max-height: 70px;
        
    }
    
    .mainMenu li a.phone_no{
        font-size:20px;
    }
    
    .mainMenu li a, .mainMenu li span{
        margin:0;
    }
    
    .bannerCaption {
  
    font-size: 45px;
    }
  .fa-bars{
  	color:#045d9c;
  }
  
  .mainTitle{
	font-size: 32px;

  }
  
  .mainTitle.modalSub{
      font-size:16px;
  }

  .mainTitle.medium{
      font-size: 28px;
  }

  .mainTitle.small{
      font-size: 22px;
  }

  .mainTitle.xsmall{
      font-size: 21px;
  }

   .mainMenu{
  	display:none;
  } 

	.mainMenu.col-mob-4{
		position:absolute;
		right:0;
		bottom:0;
		z-index: 999;
		transform: translate(0, 100%);
		-webkit-transform: translate(0, 100%);
      	width:100% !important;
		max-width:300px !important;
	}  

  .mainMenu .mainUl{
    display:block;
    width:100%;

  }
  

  .mainMenu li a, .mainMenu li span, .scrollStyle .mainMenu li a, .scrollStyle .mainMenu li span{
  	padding: 10px 20px;
    border-bottom: none;
    font-size: 14px;
    font-weight: 500;

  }

  
	.mainMenu li, .mainMenu a, .mainMenu soan{
		display:block;
		float: none;
      	border-bottom:none;
	}
  

  .mainMenu li a:hover, .mainMenu li span:hover{
    background: #045d9c;
    color:#045d9c;
   }
  

  .subMenu{
  	display:block;
    position:static;
    bottom:168px;
    border-bottom:none;
    transform: translate(0, 100%);
    -webkit-transform: translate(0, 0);	
   box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.0);
    width:100%;
  }

    .mainMenu li a.desktop, , .mainMenu li span.desktop{
  	display:none;   

  }
  


  
  	.newsBoxWrap {

    	max-height: 550px;
      	overflow-y:auto;
	}
  
  .newsletterSection.newsBoxWrap .contact_form .send_btn{
  	font-size:11px;
  }
  
  .paddingNews {
    padding: 55px 30px 30px;
	}
  
  .closeNews {
    font-size: 30px;
    top: 5px;
  }
  
  .mainMenu .mainUl, .indexHeader .mainMenu .mainUl{
      background:#fff;
  }
  
  .mainMenu li a, .mainMenu li span{
      color:#222;
  }
  
  .mainMenu .subMenu li a:hover, .mainMenu .subMenu li a:hover span{
   color:#fff;
}



}


@media (max-width:768px){
    
    .feature-item .mainTitle{		
		min-height:initial;
	}
	
	.featuresSection{
	transform: -webkit-translate(0, 0);
    transform: -moz-translate(0, 0);
    transform: -ms-translate(0, 0);
    transform: -o-translate(0, 0);
    transform: translate(0, 0);
    padding-top: 40px;
	}


	.feature-item .content{
		min-height:initial;		
	}
	
	.feature-img{
		height:200px;
		max-height:400px
	}
    
    .call-buttons .mainButton{
        width:300px;
    }
    
    .fixed-content{
    position: absolute;
        width: 100%;
    left: 0;
    -moz-transform: translate(-0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
    
    .fixed-content .contact_form .send_btn{
        height:50px;
        width:100%;
    }
    
    .servicesSection img{
        margin-bottom:20px;
    }
    
    .fixed-content .container{
        height:auto;
        display:block;
        padding-top:50px;
    }
    
     .fixed-content .container .flexedItem{
         display:block;
     }
    
    .fixed-content .flexedItem.col-5 {
        max-width: 100%;
        min-width: 100%;
        height: 291px;
    }
    
   /* .thumb-slider{
        height:400px !important;
    }
    
    .thumb-slider .paddingAside10{
        padding:0;
    } */
    
    .call-buttons{
        text-align:center;
    }
    
    .thumb-slider .paddingAside10{
        padding-left:5px;
        padding-right:5px;
    }
    
     .bannerCaption {
        line-height: 110%;
        font-size: 30px;
        text-align:center;
        margin-bottom: 20px;
    }
    
    .servicePage .bannerCaption {
        font-size: 30px;
    }
    
    .banner .mainButton{
        margin:auto;
    }
    
    .banner-img .img-responsive-contain{
        margin-top:15px;
    }
  
    
    .contentPos.floatLeft{
        float:none;
        position: static;
        transform: translate(0, 0);
        MARGIN-TOP: 150px;
    }
    
    .banner-img{
        float:none;
        height:400px;
        bottom:-20px;
    }
  
  
    .mainButton{
      max-width:420px;
       font-size: 14px;
    }
  
    .mainTitle{
		font-size: 30px;
    }

    .mainTitle.medium{
        font-size: 22px;
    }
  
  .description {
    font-size: 14px;
  }

    .txtLogo{
  		margin-top:0;
    }

    .mainMenu.col-mob-4{
		width:100% !important;
		max-width:100% !important;
	}
  
  	.banner {
  	        height: 56vh;
        min-height: 775px;
        overflow: hidden;
    }
  
    .rightBg {
      background: rgba(189, 189, 189, 0.7);
    }
  
    .featuresSection .flexedItem{
        max-width:98%;
        min-width:98%;
        margin-bottom: 20px;
    }

	.socialIcon{
		margin:0 10px 8px 0;
		display: inline-block;
	}

	.socialIcon:first-of-type {
    	margin: 0 10px 8px 0;

	}
  
   .newsBoxWrap {
        max-height: 420px;
    	overflow-y: auto;
	}
  
  .flexedItem.newsright, .flexedItem.newsleft{
  	min-width:100%;
  }
  
  .flexedItem.newsleft{
  	height: 220px;
  }
  
  .paddingNews {
    padding: 30px 10px 0;
    
	}
  
  .paddingNews .mainTitle{
  	font-size:18px;
  }
  
  .paddingNews .mainTitle.small{
  	font-size:14px;
  }
  
  .paddingNews .mainTitle.xsmall{
  	font-size:14px;
    margin-top:0px;
  }
  
  .closeNews {
    font-size: 25px;
    /*color:#fff;*/
  }
  
  .paddingNews .customCheckbox {
    margin-right: 3px;
    height: 17px;
    width: 17px;

	}
  
  .paddingNews .contact_form.newsletter p{
  	font-size: 12px;
  }
  
  .paddingNews .sentMsg {
    font-size: 14px;
    margin-bottom: -5px;
	}
  
  .newsBoxWrap.newsletterSection .contact_form .input_form {
    padding: 8px 10px;
    font-size: 12px;
    margin-bottom: 0;
	}
  
  .paddingNews .mainTitle.small br{
  	line-height:0;
  }
  
  .newsletterSection.newsBoxWrap .contact_form .send_btn {
   
    padding: 8px 10px;
    height: 35px;
	}


    .mobile .callBtn{
        text-align: right;
        font-size: 25px !important;
        padding-top: 17px;
    }

}

@media (max-width: 360px){
.logo {
  
   /* max-height: 48px;
    margin-top: 4px;*/
}

.headerTop figure.col-mob-5{
    width:max-content !important;
}
}

@media (max-width: 320px){
    .mobile .callBtn {
        display:none;
    }
} 
#banner, #banner2, #banner3{ overflow:hidden; opacity:0; transition:opacity ease-out 0.6s;} 