@charset "utf-8";
/* CSS Document */
/********* landing *********/ 
@import url('https://fonts.googleapis.com/css?family=Mukta:400,500,600,700,800');

*{
	margin:0;
	padding:0;
  	border:none;
	text-decoration:none;
  	font-family: "Mukta", sans-serif;
  	box-sizing: border-box;
}

html, body{
	height:100%;
}

.b-box{
	box-sizing:border-box;
}


*.mb0, .mainTitle.mb0{
	margin-bottom:0;
}


.height100{
	height:100%;
}

.mAuto{

	margin-left:auto;
  	margin-right:auto;
}

.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: #40a0cc;  
}

.Bg2, .mainButton.Bg2{
	background: #40a0cc;  
}

.Bg3, .mainButton.Bg3{
	background: #1d2b3a;  
}

.Bg4, .mainButton.Bg4{
	background: #1d2b3a;  
}


.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: 38px;
   line-height: 112%;
    font-weight: 600;
    font-style: normal;
  	margin-bottom:10px;
  
}

.mainTitle.medium{
	font-size: 28px;
}

.mainTitle.small{
	font-size: 25px;
  	line-height: 130%;
}

.mainTitle.xsmall{
	font-size: 20px;
  	line-height: 130%;
}

.mainTitle.white, .description.white, *.white{
	color:#797979;
}

*.light{
	color:#cacaca;
}

.textShadow{
	text-shadow: 2px 1px 3px rgba(0,0,0,0.5);
}

.description{
	font-weight: 600;
    margin-bottom: 20px;
    color: #797979;
    font-size: 18px;
  	line-height: 130%;
}

.description.small{
	font-weight: 600;
    font-size: 16px;
}

.content{
	font-weight: 400;
    font-size: 16px;
}

.content p{
	margin:5px 0;
}

.description p, .mainTitle p{
	margin:10px 0;
}

.bold, *.bold{
	font-weight:700;
}

.bolder, *.bolder{
	font-weight:800;
}

.normal, *.normal{
	font-weight:500;
}

.mainButton{
	color:#fff;
  	background:#40a0cc;
  	padding:10px 20px;
  	display:block;
  	max-width:300px;
  	margin-top:10px;
  	margin-bottom:10px;
  	text-align:center;
  	text-transform:uppercase;
  	height: 44px;
  	border-radius: 3px;
  	cursor:pointer;
}
.accent, *.accent{
  	color: #40a0cc;  
}

.accent2, *.accent2{
  	color: #40a0cc;  
}

.accent3, *.accent3{
  	color: #1d2b3a;  
}

.accent4, *.accent4{
  	color: #17222e;  
}

*.font2{
  	color: #797979;  
}



/********** HEADER **********/


.blueTop{
	background:#e9e9e9;
  	text-align:right;
}

.blueTop, .blueTop a{
  color:#2e3338;
}

.blueTop a:hover{
	color: #40a0cc;
}

.blueTop a{
	font-size: 13px;
    padding: 5px;
    display: inline-block;
    font-weight: 600;
}

.headerSpacer{
	height:70px;
}

header{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  	background: #fff;
}



.headerTop figure{
	max-height: 90px;
  	background: #FFF;
}

.logo{
	padding: 0 0px 5px;
    max-height: 85px;
    display: inline-block;
    vertical-align: middle;
}

.headerTop figure{
	max-height: 90px;
  	padding-left: 20px;
}


.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:#40a0cc;
}


.txtLogo{
	font-size:30px;
  	color:#40a0cc;
  	font-weight:800;
  	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:#40a0cc;
}

.toggleMenu .fa{
	cursor:pointer;
}


.mainMenu .mainUl{
	list-style: none;
	display: block;
}

.mainMenu li{
	display:inline-block;
}

.mainMenu span{
	cursor:pointer;
}

.mainMenu li a, .mainMenu li span{
    color: #555;
    text-transform: uppercase;
    display: block;
	margin: 0 -2px;
    font-weight: 700;
	padding: 24px 20px 23px 20px;
    font-size: 14px;

}

.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: #40a0cc;
}


.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);
}


.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;
  	background:#fff;
  	border-bottom:none;
  	transition: background-color .15s linear, color .15s linear; 
}

.subMenu li span:hover{
  	background:#40a0cc;
    color:#fff;
  	border-bottom:none;
}


.propMenu:hover .subMenu{
	display:block;
}

.subMenu li a:hover, , .mainMenu .subMenu li span:hover{
	background:#40a0cc;
    color:#fff;
  	border-bottom:none;
}

/*********** BANNER ***********/

.banner{
	height: 40vw;
    width: 100%;
}

.bannerOverlay{
	/*background:rgba(256,256,256,0.3);*/
  	position:absolute;
  	z-index:10;
  	left:0;
  	top:0;
  	width:100%;
  	height:100%;
}

.arrowNav{
    bottom:20px;
    font-size: 20px;
    color: #ffffff;
    z-index: 30 !important;
    cursor: pointer;
    padding: 3px 15px;
    background: #5dbb8e;	
  	position:absolute;
}

.arrowNav_l{
	left:20px;
}

.arrowNav_r{
    right: auto;
    left: 63px;
}

.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(255, 255, 255, 0.92);
    height: 58%;
    top: 50%;
    transform: translate(0,-50%);
}

.homevideo iframe, .homevideo embed{
	width: 100% !important;
  	height:38vh !important;
}

.homeTop .mainButton{
	margin-top:30px;
}


/********** FEATURES *********/


.featuresSection .flexedItem{
	max-width:25%;
}

.featuresSection .inline-col{
	vertical-align:top;
}

.featureIcon{
	height:100px; 
  	width:100px; 
  	border-radius:50px; 
  	color:#fcfcfc; 
  	font-size:40px; 
  	padding:20px 10px; 
  	display:block; 
  	margin: 0 auto 15px;
  	overflow:hidden;
  	background:#40a0cc;
}

/*.featuresSection .inline-col:nth-of-type(odd) .featureIcon{
	background:#40a0cc;
}*/

.featureIcon i{
	position:relative;
}

.featureIcon i:after{

}


/********** SERVICES ***********/

.servicesSection:nth-of-type(even){
	background:#f5f5f5;
}

.servicesSection:nth-of-type(even) .mainButton{
	background:#40a0cc;
}

/**** 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;
}

.newsBoxWrap{
	width:90%; 
  height:90%; 
  max-width:1000px; 
  background:#fff; 
  max-height:500px; 
  position:absolute; 
  left:50%; 
  top:50%; 
  transform:translate(-50%, -50%); 
  -webkit-transform:translate(-50%, -50%);
  overflow: hidden;
}

.newsBoxWrap textarea.input_form{
	height:80px;
}

.newsBoxWrap .input_form{
	color:#111;
}

.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%;
}


/*********** FOOTER ************/

.sitemap{
	list-style:none;
}


.sitemap li{
	margin: 0 0 10px 0;
}

.sitemap a{
	color:#fcfcfc;
}

.paddingFooter{
	padding: 60px 0 40px;
}


.footerBg{
	background: #1d2b3a;
	color:#fcfcfc;
	font-size:12px
}

.footerBg h4{
	font-size:14px;
	margin-bottom:10px
}


.contFooter .mainTitle {
    text-transform: uppercase;
    font-weight: 500;
    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: rgba(256,256,256,0.05);
    color: #fff;
  	border: 1px solid #ccc;
}

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: #40a0cc;
    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: #40a0cc;
  	font-size:16px;
}

.contacInfo table{
	margin:10px 0;
}

.contacInfo table td{
    padding: 3px;
}


#sentMsg{
    font-size: 16px;
    font-weight: 500;
  	color: #40a0cc;
    margin: 0 0 10px 0;
}


.sMedia{
	font-size:24px;
}


.socialIcon{
	margin:8px 0;
}

.socialIcon:first-of-type{
	margin:0 0 8px 0;
}

.copyRight{
	background: #17222e;
	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;
}

/********* MEDIA QUERY **********/

@media (max-width:1024px){
  
  .rightBg {
    height: 100%;
  }
  
  
  .mainTitle{
	font-size: 32px;

  }

  .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%;
    background:#fff;

  }
  

  .mainMenu li a, .mainMenu li span, .scrollStyle .mainMenu li a, .scrollStyle .mainMenu li span{
  	padding: 10px 20px;
    border-bottom: none;
    font-size: 13px;
    font-weight: 600;

  }

  
	.mainMenu li, .mainMenu a, .mainMenu soan{
		display:block;
		float: none;
      	border-bottom:none;
	}
  

  .mainMenu li a:hover, .mainMenu li span:hover{
    background: #40a0cc;
    color:#fff;
   }
  

  .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;   

  }
  
  .banner {
      height: 50vh;
      min-height: 420px;
  }
  
    .featuresSection .flexedItem{
      max-width:48%;
      min-width:48%;
	}
  
  	.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;
  }


}


@media (max-width:640px){
  
    .mainButton{
      max-width:420px;
    }
  
    .mainTitle{
		font-size: 28px;
    }

    .mainTitle.medium{
        font-size: 22px;
    }

    .txtLogo{
  		margin-top:0;
    }

    .mainMenu.col-mob-4{
		width:100% !important;
		max-width:100% !important;
	}
  
  	.banner {
        height: 35vh;
        min-height: 350px;
    }
  
    .rightBg {
      /*background: rgba(189, 189, 189, 0.7);*/
          transform: translate(0, 0);
    }
  
    .featuresSection .flexedItem{
        max-width:98%;
        min-width:98%;
    }

	.socialIcon{
		margin:0 10px 8px 0;
		display: inline-block;
	}

	.socialIcon:first-of-type {
    	margin: 0 10px 8px 0;

	}
  
   .newsBoxWrap {
        max-height: 600px;
    	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:-20px;
  }
  
  .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;
	}

	.rightBg .description {
 
    font-size: 14px !important;
}

.rightBg .mainTitle{
 
    font-size: 20px !important;
}
  
  .bannerLeft.middlePos{
  	/*top:40%;*/
  }
  
  .rightBg .mainButton{
  	padding: 8px 15px;
    font-size: 12px;
    height: initial;
    margin: auto;
  }
  
  .bannerLeft .mainTitle{
  	font-size: 24px;
  }
  
   .bannerLeft .mainTitle.small{
  	font-size: 16px;
  }
  
  #banner{
  	width:100% !important;
    
  }
  
  .logo {
    padding: 10px 0px 5px;
    max-height: 55px;
  }
  

} 
#banner, #banner2, #banner3{ overflow:hidden; opacity:0; transition:opacity ease-out 0.6s;} 