/*
Theme Name: click5 Interactive Theme
Theme URI: https://www.click5interactive.com/
Author: click5 Interactive
Author URI: https://www.click5interactive.com/
Description: click5 Interactive Wordpress Theme
Version: 3.0.6
*/


body{
	font-family: "Roboto";
}


.container{
	width: 94%;
	max-width: 1320px;
}
.wrapper-zero{
	padding: 0;
}



#header{
	position: fixed;
	width: 100%;
}
#header .container{
	width: 94%;
	max-width: 100%;
}



/* button */
.button{
	padding: 12px 15px;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	background-color: #fff;
	border-radius: 2px;
	margin: 0 2px;
	transition-duration: 0.3s;
	text-decoration: none !important;
	border: 1px solid #fff;
	cursor: pointer;
	text-align: center;
}
.buttonBlue{
	background-color: #1087d3;
	border: 1px solid #1087d3;
	color: #fff !important;
}

.buttonNavy{
	background-color: #18256e;
	border: 1px solid #18256e;
	color: #fff;
}
.button:hover{
	background-color: rgba(255,255,255,0);
	color: #fff; 
	border: 1px solid #fff;
}
.buttonBlue:hover{
	color: #1087d3 !important;
	border: 1px solid #1087d3;
}
.buttonNavy:hover{
	color: #18256e;
	border: 1px solid #18256e;
}
#header:not(sticky) .buttonBlue:hover,
#header:not(sticky) .buttonNavy:hover{
	background-color: #fff;
}


.btn-secondary{
	background-color: #019adc;
	border-color: #019adc;
}


/* more */
.more a{
	text-decoration: none;
}
.more i{
	transition-duration: 0.3s;
}
.more span{
	text-decoration: underline;
}
.more:hover span{
	text-decoration: none;
}
.more:hover i{
	margin-left: 10px;
}

/* header */
#header{
	transition-duration: 0.3s;
	z-index: 10000000;
}
#header.sticky{
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
	
}
#header .navbar{
	padding: 50px 0; 
	transition-duration: 0.3s;
}
#header.sticky .navbar{
	padding: 10px 0;
}


#header .navbar-brand img{
	height:  130px;
	width: auto;
	margin-top: -10px;
	transition-duration: 0.3s;
}
#header.sticky .navbar-brand img{
	margin-top: 0;
	height:  90px;
}
#header .navbar-brand img.logo-G{
	display: none;
}	
#header.sticky .navbar-brand img.logo-W{
	display: none;
}
#header.sticky .navbar-brand img.logo-G{
	display: block;
}


#header #main-menu:after{
	content: "";
	width: 1px;
	height: 60px;
	background-color:#fff;
	opacity: 0.5;
	margin-left: 30px;
	position: absolute;
	right: 0;
	transition-duration: 0.3s;
}
#header #main-menu:after{
	background-color:#ddd;
}
#header #main-menu{
	position: relative;
	padding-right: 30px;
}
#header .nav-link{
	font-size: 18.5px;
	color: #fff !important;
	font-weight: 500;
	opacity: 1 !important;
	padding: 10px 13px;
	position: relative;
}
#header .nav-link:before{
	content: "";
	width: 0;
	height: 3px;
	background-color: #1087d3;
	position: absolute;
	bottom: 12px;
	left: 12px;
	transition-duration: 0.3s;
}
#header .current-menu-parent .nav-link:before,
#header .current-menu-item .nav-link:before,
#header .nav-link:hover:before{
	width: calc( 100% - 24px );
}
#header.sticky .nav-link{
	color: #000 !important;
}
#header .nav-item{
	padding: 0 !important;
}
#header .dropdown-menu{
	box-shadow: 0 20px 20px rgba(0, 0, 0, .05);
	width: 280px;
}
#header .dropdown-menu li a:hover, 
#header .dropdown-menu li a:focus, 
#header .dropdown-menu li a:active, 
#header .dropdown-menu li.active a{
	color: #019adc;
}

#header .phone{
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	margin-left: 30px;
	margin-right: 20px;
	transition-duration: 0.3s;
	text-decoration: none;
}
#header .phone:hover{
	opacity: 0.6;
}
#header.sticky .phone{
	color: #000;
}
#header .phone:before{
	content: "";
	font-size: 16px;
	position: relative;
	top: -2px;
	margin-right: 5px;
	color: #1087d3;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	
}



/* #hero img */
#hero img{
	height: 900px;
	max-height: 90vh;
}
.page-template-contact #hero img{
	min-height: 750px;
}
.home #hero img{
	min-height: 650px; 
}
#hero .carousel-item:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgb(47,49,55);
	background: linear-gradient(180deg, rgb(32, 40, 62) 0%, rgba(19, 24, 38, 0.4) 100%);
}


.hero h1{
	font-size: 75px;
	font-weight: 500;
	letter-spacing: -3px;
	line-height: 1;
	padding-bottom: 40px;
	font-family: "New York Extra Large";
}

.hero h3{
	font-family: "Roboto";
	font-size: 21px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
	padding: 10px 0;
}
.hero .button{
	font-size: 19px;
	padding: 15px 70px;
}



/* top-reviews */
.top-reviews{
	padding: 0;
	margin: 0;
	color: #fff;
}
.top-reviews .in{
	background-color: #18256e;
	width: 94%;
	margin: auto;
	position: relative;
	overflow: hidden;
}
.intro .in{
	width: 100%;
	margin-top: 5px;
	padding: 90px 0;
}
.top-reviews h3{
	font-size: 25px;
	font-weight: 300;
	opacity: 0.4;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
} 
.top-reviews h2{
	font-family: "New York Extra Large";
	font-weight: 300;
	line-height: 1;
	font-size: 45px;
	padding: 0;
	margin: 0;
}
.top-reviews h4{
	font-size: 25px;
	font-weight: 300;
	opacity: 0.9;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
}
.top-reviews .more{
	font-size: 18px;
	font-weight: 500;
}
.top-reviews .more:before{
	content: "";
	display: block;
	width: 75px;
	height: 3px;
	border-radius: 2px;
	background-color: #1087d3;
	margin-top: 15px;
	margin-bottom: 10px;
}
.top-reviews .rate{
	font-size: 109px;
	font-weight: 800;
	letter-spacing: -6px;
	line-height: 1;
}
.top-reviews .rate small{
	font-size: 37px;
	font-weight: 500;
	letter-spacing: -1px;
}
.top-reviews .col-nr-1 h3{
	margin-top: 70px;
}
.top-reviews .col-nr-2 .rate{
	margin-top: 95px;
}
.top-reviews .col-nr-3 img{
	margin-top: 40px;
}
.top-reviews .col-nr-3 .mobile-testi{
	float: right;
	position: relative;
	margin-right: 40px;
}
.top-reviews .col-nr-3 .mobile-testi:before{
	content: "";
	width: 70px;
	height: 70px;
	background-image: url("img/play.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	bottom: 60px;
	right: 50%;
	margin-right: -35px;
	position: absolute;
	transition-duration: 0.3s;
	cursor: pointer;
}
.top-reviews .col-nr-3 .mobile-testi:hover:before{
	transform: scale(0.95);
}

.txt-shadow{
	font-size: 300px;
	color: #fff;
	opacity: 0.03;
	font-weight: 800;
	position: absolute;
	bottom: -60px;
	left: 50%;
	line-height: 1;
	white-space: nowrap;
}




/* sectionHead */
.sectionHead{
	width: 100%;
}
.sectionHead h3{
	color: #606060;
	font-size: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 0;
	font-weight: 300;
}
.homeh1{
	color: #151515;
	font-size: 80px;
	line-height: 1;
	font-family: "New York Extra Large";
	letter-spacing: -3px;
	font-weight: 400;
}
.sectionHead h2{
	color: #151515;
	font-size: 80px;
	line-height: 1;
	font-family: "New York Extra Large";
	letter-spacing: -3px;
	font-weight: 400;
}
.sectionHead h2:after{
	content: "";
	width: 120px;
	height: 3px;
	border-radius: 2px;
	background-color: #0087db;
	display: block;
	margin: auto;
	margin-top: 25px;
}
.sectionHead p{
	color: #18256e;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
}
.sectionHead.sectionHeadSmall h3{
	font-size: 18px;
	color: #606060;
}
.sectionHead.sectionHeadSmall h2{
	font-size: 54px;
	line-height: 1.1;
	padding: 10px 0;
	letter-spacing: -1px;
	
}


/* mainVideo */
.welcomeVideo{
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
}
.mainVideo{
	margin: 30px auto 0px;
	width: 100%;
}
.video-box{ 
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.video-box .play{ 
	content: "";
	width: 110px;
	height: 110px;
	background-image: url("img/play.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -55px;
	top:50%;
	margin-top: -55px;
	z-index: 1;
	transition-duration: 0.3s;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.video-box .play:hover{
	transform: scale(0.94);
}


/* welcomeText */
.welcomeText{
	padding: 0;
	padding-bottom: 1px;
	background-color: #f8f9fb;
	position: relative;
}
.welcomeText:before{
	content: "";
	width: 100%;
	height: 200px;
	position: absolute;
	top:-200px;
	left: 0;
	background-color: #f8f9fb;
	z-index: 0;
	display: block;
}

/* entry-content */
.home .entry-content p{
	color: #1a1a1a;
	font-size: 20px;
}
.home .entry-content p strong{
	color: #18256e;
}



/* special */
.special{
	background-color: #f8f9fb;
	padding: 40px 0 80px;
}
.home .special .sectionHead{
	display: none;
}
.special .container{
	max-width: 1410px;
}
.special .item{
	background-color: #fff;
	display: block;
	padding: 20px 46px;
	text-decoration: none;
	transition-duration: 0.3s;
}
.special .item:hover{
	box-shadow: 0 20px 30px rgba(0,0,0,0.02)
}
.special .item .icon{
	background-image: url("img/icon-01.png");
	background-position: left center;
	background-repeat: no-repeat;
	height: 140px;
	width: 100%;
}
.special .item .icon.i02{
	background-image: url("img/icon-02.png");
}
.special .item .icon.i03{
	background-image: url("img/icon-03.png");
}

.special .item .title{
	min-height: 150px;
	border-bottom: 6px solid #1a2e99;
	transition-duration: 0.3s;
}
.special .item:hover .title{
	border-bottom: 6px solid #1187d3;
}	

.special .item .title h3{
	font-family: "New York Extra Large";
	font-size: 24px;
	font-weight: 300;	
	margin: 0;
	padding: 0;
	line-height: 1.3;
}
.special .item .title small{
	color:#707070;
	font-size: 17px;
	font-weight: 300;
	padding: 10px 0;
	display: block;
}
.special .item p{
	min-height: 200px;
	padding: 30px 0;
	font-size: 17.5px;
	line-height: 1.5;
	color: #1a1a1a;
}
.special .item .more{
	border-top: 1px solid #eee;
	padding: 25px 0 20px;
	color: #1187d3;
}

	/* home blog */
.home_blog{
	background-color: #f8f9fb;
	padding: 40px 0 80px;
}

.home_blog .container{
	max-width: 1410px;
}
.home_blog .item{
	background-color: #fff;
	display: block;
	padding: 20px 46px;
	text-decoration: none;
	transition-duration: 0.3s;
}
.home_blog .item:hover{
	box-shadow: 0 20px 30px rgba(0,0,0,0.02)
}
.home_blog .item .icon{
	background-image: url("img/icon-01.png");
	background-position: left center;
	background-repeat: no-repeat;
	height: 140px;
	width: 100%;
}
.home_blog .item .icon.i02{
	background-image: url("img/icon-02.png");
}
.home_blog .item .icon.i03{
	background-image: url("img/icon-03.png");
}

.home_blog .item .title{
	min-height: 130px;
	border-bottom: 6px solid #1a2e99;
	transition-duration: 0.3s;
}
.home_blog .item:hover .title{
	border-bottom: 6px solid #1187d3;
}	

.home_blog .item .title h3{
	font-family: "New York Extra Large";
	font-size: 24px;
	font-weight: 300;	
	margin: 0;
	padding: 0;
	line-height: 1.3;
}
.home_blog .item .title small{
	color:#707070;
	font-size: 17px;
	font-weight: 300;
	padding: 10px 0;
	display: block;
}
.home_blog .item p{
	padding: 15px 0;
	font-size: 17.5px;
	line-height: 1.5;
	color: #1a1a1a;
}
.home_blog .item .more{
	border-top: 1px solid #eee;
	padding: 25px 0 20px;
	color: #1187d3;
}
	
/* servicesIntro */
.servicesIntro{
	padding: 100px 0 60px;
}
	
.servicesIntro .sectionHead h2:after{
	display: none;
}

.servicesIntro .info{
	padding-top:50px;
}
.servicesIntro p{
	color:#3c3c3c;
	font-size: 21px;
	font-weight: 300;
}



/* serviceTabs */
.serviceTabs .nav-tabs{
	border-bottom: none;
	border-top:1px solid #eee;
	width: 100%;
}
.serviceTabs .row{
	margin: 0;
}
.serviceTabs .nav-item{
	margin-right: 50px;
}
.serviceTabs .nav-link{
	color: #151515;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -0.2px;
	transition-duration: 0.3s;
	border-top:2px solid rgba(255,255,255,0); 
	padding: 50px 0px;
}
.serviceTabs .nav-tabs .nav-link{
	border-radius: 0;
}

.serviceTabs .nav-link:hover{
	border: 1px solid rgba(255,255,255,0); 
	border-top:2px solid rgba(255,255,255,0); 
}

.serviceTabs .nav-link.active{
	border: 1px solid rgba(255,255,255,0); 
	border-top:2px solid #1087d3;
	color: #1087d3;
}


/* tab-service-content */
.tab-service-content{
	position: relative;
	height: 720px;
	
}
.tab-service-content .tab-pane{
	position: absolute;
	top:0;
	width: 100%;
}
.tab-service-content .tab-pane.active{
	z-index: 100;
}
.tab-service-content .photo{
	background-image: url("img/service-01.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: calc( 100% + 240px );
	margin-left: -300px;
	height: 720px;
}


.tab-service-content  .txt{
	padding-left: 0px;
	padding-top: 30px;
}
.tab-service-content h2{
	font-size: 54px;
	font-family: "New York Extra Large";
	line-height: 1;
	font-weight: 300;
}
.tab-service-content h2:after{
	content: "";
	width: 100px;
	height: 3px;
	background-color: #0087db;
	display: block;
	margin: 30px 0 0;
}
.tab-service-content p{
	font-size: 19px;
}
.tab-service-content .more{
	color: #18256e;
	font-size: 19px;
}



/* service cta */
.service-cta{
	background-color: #f8f9fb;
	padding: 60px 0 80px;
	margin-top: -100px;
}
.service-cta .txt{
	padding-left: 0px;
}
.service-cta .button{
	font-size: 17px; 
	padding: 14px 50px;
}
.service-cta .button:hover{
	color: #000;
}
.service-cta .button i{
	font-size: 15px;
	color: #1087d3;
}
.service-cta .or{
	padding: 0 10px;
}
.service-cta .col-5{
	position: relative;
	z-index: 101;
}



/* txt-section */
.txt-section{
	padding-bottom: 0;
}
.txt-section p{
	font-size: 19px;
}
.txt-section .row-txt{
	padding: 50px 0;
	border-bottom: 1px solid #eee;
}
.txt-section .col-first{
	padding-right: 40px;
}
.txt-section .col-last{
	padding-left: 40px;
}

.txt-section .row-logos{
	padding: 40px 0;
	justify-content: center;
}
.txt-section .row-logos a{
	margin: 10px 30px;
	filter: grayscale(100%);
	opacity: 0.6;
	transition-duration: 0.3s;
}
.txt-section .row-logos a:hover{
	opacity: 1;
	filter: grayscale(0%);
}


/* big-form */
.big-form{
	padding: 30px 0;
	position: relative;
	z-index: 1;
}
.big-form .in{
	padding: 90px 0 20px;
	background-color: #1a2e99;
	width: 94%;
	margin: auto;
	position: relative;
	overflow: hidden;
}
.big-form .sectionHead.sectionHeadSmall h2{
	color: #fff;
	margin:10px 0 20px;
}
.big-form .sectionHead.sectionHeadSmall h2:after{
	display: none;
}
.big-form .sectionHead.sectionHeadSmall h3{
	color: #fff;
	opacity: 0.8;
}
.big-form .sectionHead.sectionHeadSmall p{
	color: #fff;
	font-size: 17px;
	line-height: 1.5;
	opacity: 0.67;
}
.big-form option{
	color: #000 !important;
}


.big-form .wpcf7{
	width: 100%;
	margin: 40px 0;
}
.big-form .form-control{
	background:none;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	color: rgba(255,255,255,0.9);
}
.big-form .form-control::placeholder{
	color: rgba(255,255,255,0.9);
}
.big-form .form-row > .col, 
.big-form .form-row > [class*="col-"]{
	padding-left: 25px;
	padding-right: 25px; 
}
.big-form .form-group-textarea{
	padding: 0 20px;
}
.big-form .form-row-labels{
	padding-top: 10px;
}
.big-form .form-group label{
	background: none;
	opacity: 0.4;
	font-size: 14.5px;
	font-weight: 300;
	color: #fff;
	top:5px;
	left: 45px;
}
.big-form  input[type="submit"].wpcf7-submit{
	background-color: #fff;
	color: #000;
	padding: 20px 90px;
	border: 1px solid #fff !important;
}
.big-form  input[type="submit"].wpcf7-submit:hover{
	background-color: rgba(255,255,255,0);
	color: #fff;
	border: 1px solid #fff;
}


.big-form .form-control.wpcf7-not-valid{
	border-bottom: 1px solid #cd0000;
}
.wpcf7-not-valid-tip{
	font-size: 14px;
	text-align: right;
	margin-top: 5px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7-validation-errors, .wpcf7-acceptance-missing{
	color: #b30006;
	text-align: center;
	margin: 0px 0 0 0 !important;
	padding: 10px 18px !important;
	border: 1px solid #dd9d9f !important;
	background-color: #eadede;
	border-radius: 4px;
	font-size: 14px;
}
.wpcf7 form.sent .wpcf7-response-output{
	color: #00b35f;
	text-align: center;
	margin: 0px 0 0 0 !important;
	padding: 10px 18px !important;
	border: 1px solid #9ddda4 !important;
	background-color: #deeae3;
	border-radius: 4px;
	font-size: 14px;
	margin-bottom: 10px;

}
select {
    -webkit-appearance: none !important;
}

/* why */
.why{
	background-color: #f7f8fa;
	padding-top: 300px;
	margin-top: -200px;
}
.why .item{
	float: left;
	min-height: 270px;
}
.why .icon{
	background-color: #fff;
	border-radius: 100px;
	background-image: url("img/icon-why-01.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 148px;
	height: 148px;
	margin-left: -30px;
	float: left;
}
.why .icon.i02{ background-image: url("img/icon-why-02.png"); } 
.why .icon.i03{ background-image: url("img/icon-why-03.png"); } 
.why .icon.i04{ background-image: url("img/icon-why-04.png"); } 


.why .txt{
	width: calc( 100% - 150px );
	float: right;
}
.why .txt h4{
	color:#1a2e99;
	font-size: 21px;
	margin-bottom: 0;
	padding: 10px 0;
}	



/* gallery */
.gallery-header{
	padding-bottom: 30px;
}
.gallery{
	overflow: hidden;
	padding-bottom: 40px;
}
.gallery-carusel{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.gallery-carusel .owl-stage-outer{
	overflow: visible;
}
.gallery-carusel .owl-item:not(.active){
	opacity: 0.4;
	overflow: hidden;
}
.gallery-carusel .owl-item:not(.active) img{
	filter: blur(3px);
}
.gallery-carusel .owl-item{
	margin-top: 60px;
}
.gallery-carusel .owl-item,
.gallery-carusel .owl-item img{
	transition-duration: 0.3s;
	height: 600px;
	object-fit: cover;
	
}
.gallery-carusel .owl-item.active{
	transform: scale(1.2);
	transform-origin: center;
	position: relative;
	z-index: 10;
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.gallery-carusel.owl-theme .owl-nav.disabled + .owl-dots{
	margin-top: 100px !important;
}
.owl-theme .owl-dots .owl-dot{
	transition-duration: 0.3s !important;
}
.owl-theme .owl-dots .owl-dot span{ 
	width: 10px;
	height: 7px;
	margin: 5px 3px;
	transition-duration: 0.3s !important;
}
.owl-theme .owl-dots .owl-dot.active span{ 
	width: 44px;
	background-color: #1a2e99;
}



/* testimonials */
.testimonials{
	background-color: #f7f8fa;
	padding-bottom: 60px;
}
.lightBG .testimonials{
	background-color:#f7f8faa6;
}
.lightBG{
	background-color:#f7f8faa6;
}
.testimonials .sectionHead a{
	text-decoration: underline;
	color: #019adc;
}
.testimonials .stars{
	padding: 10px 0 20px;
}
.testimonials .stars i{
	font-size: 20px;
	color: #fab717;
}
.testimonials .play{
	background-color: #1d3388;
	border-radius: 100px;
	background-size: contain;
}
.testimonials .video-box{
	width: 120%;
	border-radius: 3px;
	
}
.testimonials .col-first{
	background-image: url("img/q.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 25px;
	margin-top: 60px;
}
.testimonials .col-first p{
	font-weight: 400;
	text-indent: 60px;
}
.testimonials .col-first .sign{
	color:#1a2e99;
	font-size: 17px;
	font-weight: 500;	
}
.testimonials.txt-section .row-txt{
	border: none;
}



/* videos */
.videos{
	padding: 30px 0;
}
.videos .container{
	max-width: 1540px;
}
.videos .item{
	padding: 0 10px;
	margin: 0;
}
.videos .video-box{
	height: 420px;
	width: 100%;
	background-image: url("img/video-01.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 2px;
	cursor: default;
}
.videos .video-box .play{
	cursor: pointer;
}
.videos-carusel.owl-theme .owl-nav.disabled + .owl-dots{
	margin-top: 30px !important;
}


/* area */
.area{
	background-image: url("img/area.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #f6f7f9;
	padding-top: 100px;
}
.area .sectionHead h3:after{
	content: "";
	width: 120px;
	height: 3px;
	border-radius: 2px;
	background-color: #0087db;
	display: block;
	margin-top: 15px;
}
.area .sectionHead h2:after{
	display: none;
}
.area ul{
	margin: 30px;
}
.area ul li{
	color: #3c3c3c;
	font-weight: 400;
	font-size: 20px;
}
.area ul li a{
	text-decoration: none;
}
.area ul li a:hover{
	text-decoration: underline;
}











/* footer-links */
.footer-links{
	background-color: #1d1e23;
	color: #fff;
}
.footer-links .in{
	width: 210px;
}
.footer-links .in h3:after{
	margin: auto;
}
.footer-links .in img{
	width: 160px;
	height: auto;
}
.footer-links .in a{
	font-size: 23px;
}


.footer-links h3{
	font-size: 18px;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.footer-links h3:after{
	content: "";
	width: 30px;
	height: 3px;
	background-color: #0087db;
	display: block;
	margin-top: 4px;
}
.footer-links ul{
	padding: 0;
	margin: 0;
}	

.footer-links ul li{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 16px;
}
.footer-links ul li a.nav-link{
	opacity: 0.5;
	padding: 2px 0;
	transition-duration: 0.3s;
}
.footer-links ul li a.nav-link:hover{
	opacity: 0.25;
}




/* footer-visit  */
.footer-visit{
	background-color: #1a1b20;
	color: #fff;
	padding: 0px 0;
}
.footer-visit .row{
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 30px 0 20px; 
}
.footer-visit h3{
	font-weight: 300;
	color: rgba(255,255,255,0.65);
	font-size: 20px;
	width: 100%;
}
.footer-visit a{
	transition-duration: 0.3s;
}
.footer-visit a:hover{
	opacity: 0.6;
}


/* footer */
#footer{
	background-color: #1a1b20;
	color: #fff;
}
#footer .copy a{
	font-size: 15px;
	font-weight: 400;
}
#footer p.small{
	font-size: 13px;
	opacity: 0.4;
}

.social-media ul li a::after{
	color: #fff;
	line-height: 53px;
	transition-duration: 0.3s;
}
.social-media ul li a{
	border: 1px solid rgba(255,255,255,0.33);
	border-radius: 200px;
	width: 53px;
	height: 53px;
	margin-left: 4px;
}



/* intro  */
.intro .in{
	padding-top: 270px;
}
.intro h2{
	font-size: 52px;
}
.intro p{
	font-size: 20px;
}
.intro .formSave{ 
	background-color: #fff;
	margin-left: -125px;
	width: calc( 100% + 250px );
	margin-bottom: -200px;
	margin-top: -200px;
	position: relative;
	z-index: 1000;
	padding: 40px 50px 0px 50px;
}





/* .formSave */
.formSave .rowFormSave{
	position: relative;
}
.formSave .rowFormSave:after{
	position: absolute;
	bottom: 55px;
	content: "";
	width: 100%;
	height: 3px;
	background-color: #eee;
}
.formSave .form-head{
	flex: 0 0 28%;
}
.formSave .form-head-in{
	align-items: center;
}
.formSave .form-head h2{
	color: #18256d;
	font-size: 33px;
	line-height: 1.1;
	margin-top: 30px;
}
.formSave .form-head p{
	color: #151515;
	font-size: 19px;
	line-height: 1.5;
	margin: 20px 0;
}
body:not(.page-template-LP) .formSave .form-head p br{
	display: none;
}



/* form-box */
.formSave .form-box{
	flex: 0 0 72%;
	max-width: 100%;
}
.formSave .form-box .form-group{
	margin: 0;
}
.formSave .form-box .form-group label{
	color: #020202;
	font-size: 9px;
	font-weight: 500;
	padding: 0 6px;
	top: 20px;
	left: 15px;
	text-transform: uppercase;
	border-radius: 20px;
}
.formSave .form-box .form-control{
	color:#5b5b5b;
	font-size: 15px;
	padding: 17px 12px 18px ;
}
.formSave .acceptance-req{
	margin:8px 0 -14px 8px;
}
.formSave .wpcf7-list-item-label{
	color: #151515;
	font-size: 13px;
}
.formSave .project-description textarea{
	height: 239px;
}
.formSave .wpcf7-not-valid-tip{
	display: none;
}
.formSave .wpcf7-not-valid{
	border: 1px solid #cd0000 !important;
}
.formSave input[type="submit"].wpcf7-submit{
	background-color: #019adc;
	margin: 18px 0 0 157px;	
}
.formSave .wpcf7 form.invalid .wpcf7-response-output, 
.formSave .wpcf7 form.unaccepted .wpcf7-response-output, 
.formSave .wpcf7-validation-errors, 
.formSave .wpcf7-acceptance-missing{
	position: relative;
	z-index: 10;
	top:-20px;
}
.formSave .form-control:disabled{
	opacity: 0.66;
}


/* hero-sub */
.hero-sub .carousel-caption{
	bottom: 210px;
}
.hero-sub h1{
	padding-bottom: 10px;
}


.lineAfter{
	position: relative;
}
.lineAfter:after{
	display: block;
	content: "";
	width: 110px;
	height: 3px;
	background-color: #1087d3;
	margin-top: 20px;
}




/* LP-services-head */
.LP-services-head{
	background-color: #f8f9fb;
}
.LP-services-head p{
	color: #1a1a1a;
	font-weight: 300;
}


/* LP-services */
.LP-services{
	padding: 0;
	padding-bottom: 80px;
}
.LP-services:before{
	content: "";
	height: 300px;
	width: 100%;
	display: block;
	position: absolute;
	z-index: -1;
	background-color: #f8f9fb;
}
.LP-services .container{
	max-width: 1430px;
}
.LP-services .item{
	text-decoration: none;
	transition-duration: 0.3s;
	padding-top: 15px;
}
.LP-services .item{
	max-width: 700px;
	margin:0  auto;
}
.LP-services .item:hover{
	box-shadow:  0 20px 40px rgba(0,0,0,0.06);
	background-color: #fff;
}
.LP-services .item .photo{
	height: 400px;
	width: 100%;
	background-image: url("img/s1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 2px;
	position: relative;
}
.LP-services .item:nth-child(2) .photo{ background-image: url("img/s2.jpg"); }
.LP-services .item:nth-child(3) .photo{ background-image: url("img/s3.jpg"); }

.LP-services .item .photo:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: #3d67b421;
}
.LP-services .item .txt {
	padding: 20px 30px 80px;
	height: calc( 100% - 400px );
	position: relative;
}
.LP-services .item .txt h3{
	font-family: "New York Extra Large";
	line-height: 1.1;
	font-size: 31px;
	color: #151515;
	min-height: 70px;
	border-bottom: 3px solid #0087db;
}
.LP-services .item .txt p{
	font-size: 18px;
	line-height: 1.6;
	padding: 20px 0;
}
.LP-services .item .txt .more{
	color:#18256e;
	font-size: 18px;
	border-top:1px solid #eee;
	padding-top: 15px;
	padding-bottom: 25px;
	position: absolute;
	bottom: 0;
	width: calc( 100% - 60px );
}	



/* special */
.LP-special .special{
	background:none;
	padding: 0;
}
.LP-special .in{
	width: 96%;
	margin: auto;
	background-color: #f8f9fb;
	padding: 70px 0 70px;
	position: relative;
} 
.LP-special .in:before{
	content: "";
	width: 100%;
	background-color: #18256e;
	height: 540px;
	display: block;
	position: absolute;
	top:0;
	z-index: 0;
}
.LP-special .in .sectionHead{
	z-index: 1;
	position: relative;
}
.LP-special .in .sectionHead h2{
	color: #fff;
}
.LP-special .in .sectionHead h3{
	color: #fff;
	opacity: 0.8;
}



/* LP-why */
.LP-why{
	margin-top: 0;
	padding-top: 100px;
	padding-bottom: 200px;
}



/* LP-big-form */
.LP-big-form{
	margin-top: -230px;
	padding-bottom: 60px;
}


/* whiteBG */
.whiteBG .wrapper{
	background-color: #fff; 
}



/* hero-subpage */
.hero-subpage .carousel-caption{
	text-align: left;
	bottom: 30px;
	width: 900px;
	margin-left: -640px;
	left: 50%;
}
.hero-subpage.hero-offers .carousel-caption{
	width: 100%;
	left: 0;
	margin-left: 0;
}
.hero-subpage#hero img{
	height: 750px;
}
.hero-standard-subpage#hero img{
	height: 620px;
}



/* sub page hero */
.subpage.intro .formSave{
	width: 530px;
	position: absolute;
	right: 0px;
	top: 210px;
	margin: 0;
	left: 50%;
	margin-left: 300px;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
}

.subpage .formSave .form-head h2{
	margin-top: 10px;
}


.subpage .formSave .form-box .col-5,
.subpage .formSave .form-box .col-7,
.subpage .formSave .form-box,
.subpage .formSave .form-head{
	flex: 0 0 100%;
	max-width: 100%;
}
.subpage .formSave .form-submit{
	margin: auto;
	width: 98%;
}
.subpage .formSave .form-submit input{
	margin: 0 !important;
	margin-top: 20px !important; 
	width: 100%;
}
.subpage .formSave .rowFormSave::after{
	display: none; 
}


.subpage.intro .in {
    padding-top: 80px;
    padding-bottom: 60px;
}
.subpage.intro .in p{
	padding: 20px 0;
	margin: 0;
}	


/* text-section */
.text-section{
	padding: 50px 0 70px;
	background-color: #fbfbfc;
}
.whiteBG.text-section{
	background-color: #fff;
}
.text-section .col-left{
	padding-right: 50px;
}
.text-section .col-right{
	padding-left: 50px;
}



/* entry content */
.entry-content ul li{
	position: relative;
	list-style: none;
	padding: 6px 0;
}	
.entry-content ul li:before{
    content: "";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: -20px;
    top: 9px;
    color: #019adc;
    font-size: 14px;
    font-weight: 600 !important;
}
.entry-content ul li.page-item:before{
	display: none;
}
.entry-content ul li p{
	padding: 0 !important;
	margin: 0 !important;
	font-size: 17px !important;
}


.single article .entry-content p:first-child,
.mainContent  p:first-child,
.entry-content p.introText{
	color:#000000;
	font-size: 20px;
	padding-left: 30px;
	position: relative;
	margin-bottom: 30px;
	margin-top: 20px;
}	

.mainContent > p:first-child:before,
.single article .entry-content p:first-child:before,
.entry-content p.introText:before{
	width: 5px;
	height: 100%;
	display: block;
	content: "";
	position: absolute;
	left: 2px;
	top:0;
	background-color: #1087d3;
}

/*.entry-content h2{
	color: #1087d3;
	font-size: 45px;
	font-weight: 500;
	font-family: "New York Extra Large";
	line-height: 1.1;
}*/
.entry-content h2{
	color: #151515;
	font-size: 30px;
	font-weight: 500;
	font-family: "New York Extra Large";
	line-height: 1.05;
	font-weight: 400;
}
.entry-content h3{
	color: #1087d3;
	font-size: 27px;
	font-weight: 500;
	font-family: "New York Extra Large";
	line-height: 1.1;
}	
.entry-content h4{
	color: #18256e;
	font-weight: 400;
	line-height: 1.5;
	font-size: 18px;
}

.entry-content,
.entry-content ul li,
.entry-content ol li,
.entry-content p{
	color: #3c3c3c;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.7;
	
}
.entry-content iframe{
	width: 100%;
	min-height: 450px;
}


/* hero-contact */
.hero-contact .rowContact{
	width: 1100px;
	margin: auto;
	margin-top: 50px;
}
.hero-contact .item{
	
}
.hero-contact .item .in {
	border-radius: 100px;
	background-color: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.5);
	height: 110px;
	text-align: left;
	position: relative;
	display: block;
	transition-duration: 0.3s;
}
.hero-contact .item .in:after {
	content: "";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 35px;
	top: 11px;
	color: #fff;
	font-size: 14px;
	font-weight: 600 !important;
	transition-duration: 0.3s;
}
.hero-contact .item:hover .in:after{
	right: 25px;
}
.hero-contact .item .in:hover{
	background-color: rgba(255,255,255,0.15);
	border: 1px solid rgba(255,255,255,0.7);
}
.hero-contact .item .txt{
	float: left;
	margin-left: 30px;
}
.hero-contact .item h4{
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.hero-contact .item p{
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1.3;
	opacity: 0.9;
	font-size: 15px;
	margin-bottom: 0;
}
.hero-contact .item a{
	text-decoration: none;
}
.hero-contact .item  .phone{
	font-size: 36px;
	font-weight: 400;
	padding: 0;
	margin: 0;
	letter-spacing: -1px;
	position: relative;
	top: -10px;
	text-decoration: none;
}
.hero-contact .item  .icon{
	width: 120px;
	height: 120px;
	background-color: #fff;
	margin-top: -6px;
	margin-left: -5px;
	float: left;
	border-radius: 100px;
	background-image: url("img/icon-contact-02.png");
	background-position: center center;
	background-repeat: no-repeat;
	transition-duration: 0.3s;
}
.hero-contact .item .in:hover  .icon{
	transform: scale(0.96);
}
.hero-contact .item.i02  .icon{
	background-image: url("img/icon-contact-01.png");
}
.hero-contact .item .in::after{
	right: 30px;
	top: 41px;
}



/* sectionFormContact */
.sectionFormContact{
	margin-top: -200px;
}
.sectionFormContact .big-form .in{
	width: 90%;
}


/* map */
.map{
	padding: 40px 0;
}
.map .in{
	width: 90%;
	margin: auto;
	position: relative;
}
.map .in iframe{
	width: 100%;
	height: 500px;
}
.map .in .rowInfo{
	position: absolute;
	left: 26px;
	top: 10px;
	width: 400px;
	height: calc( 100% - 27px );
}
.map .in .rowInfo .col-company{
	background-color: #fff;
	padding: 60px 30px 0;
}
.map .col-company .logo{
	width: 200px;
}
.map .col-company h3{
	color:#1187d3;
	font-size: 19px;
	font-family: "Roboto";
}
.map .col-company h4{
	margin: 0;
	padding: 0;
	font-size: 22px;
}
.map .col-company p{
	text-transform: uppercase;
	line-height: 1.5;
}
.map .col-company a{
	color:#1187d3;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: -0.5px;
}



/* mainContent */
.text-section{
	overflow-x: hidden;
}
.mainContentOut{
	padding-top: 0;
}
.mainContent{
	background-color: #fff;
	padding-right: 70px;
	padding-bottom: 70px;
	position: relative;
	padding-top: 60px;
}
.mainContent:before{
	content: "";
	width: 200%;
	position: absolute;
	top:0;
	height: 100%;
	left: -200%;
	background-color: #fff;
	display: block;
}



/* error404 */
.error404 .hero h3{
	font-size: 27px;
}
.error404 .subpage.intro .in{
	padding: 40px 0 30px;
}
.error404 .intro .col-8 p{
	font-size: 18px;
	margin-bottom: 0;
}
.error404 .searchform input#s{
	border-radius: 3px 0 0 3px;
	border: 1px solid #fff;
}
.error404 .searchform input#searchsubmit{
	border-radius: 0 3px 3px 0;
}



/* search & blog  */
.search .page-title h1{
	font-size: 60px;
}
.blog .entry-content h2,
.search .entry-content h2{
	font-size: 35px;
	margin-bottom: 0;
	padding: 10px 0;
}
.blog article,
.search article{
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
	margin-bottom: 20px;
}


/* blog */
.entry-photo{
	flex: 0 0 30%; 
	margin-right: 60px;
	margin-left: -80px;
	position: relative;
	
}
.entry-photo > div{
	height: 100%;
	background-size: cover;
}
.blog .entry-content h2.blog-post-title{
	font-family: "Roboto";
	font-size: 27px;
	line-height: 1.2;
	padding-top: 20px !important;
}
.blog-post-title a:hover{
	border-color: #1087d3; 
}




#sidebar-area{
	position: inherit;
}

/* widget-area */
.widget-area{
	width: 115%;
	margin-top: 35px;
	padding-left: 20px;
}
.entry-content .widget-area  h3{
	font-size: 38px;
	color: #18256d;
}
#widget-area ul li{
	line-height: 1.5;
}
#widget-area ul li::before{
	top:6px;
}
#widget-area ul li a{
	text-decoration: none;	
	transition-duration: 0.3s;
	display: inline-block;
}
#widget-area ul li a:hover{
	color: #019adc;
}



.blog .subpage.intro .formSave{
	position: relative;
	left: auto;
	top: auto;
	margin-left: -70px;
	margin-top: 60px;
}



/* single */
.single .widget-area{
	margin-top: 270px;
}
.single .hero h1{
	font-size: 65px;
}
.single .hero h3{
	font-size: 16px; 
}


/* pagination */
.pagination .page-item .page-link.next, .pagination .page-item .page-link.prev{
	text-decoration: none; 
}
.pagination .page-item.active .page-link, .sitemap-by-click5_pagination strong{
	background-color: #18256e;
}




/* modal */
#formModalCenter .info > div{ 
	background-color: #1a2e99;
}
#formModalCenter  .formSave .form-box{
	flex: 0 0 100%;
}
#formModalCenter .form-head,
#formModalCenter .col-7,
#formModalCenter .col-5{
	flex: 0 0 100%;
	max-width: 100%;
}
#formModalCenter .info h3{
	font-family: "New York Extra Large";
	font-weight: 300;
}
#formModalCenter .info .address p, #form2ModalCenter .info .address a{
	font-weight: 300;
	font-size: 18px;
}



#formModalCenter  .icon{
	width: 120px;
	height: 120px;
	background-color: #fff;
	margin: auto;
	border-radius: 100px;
	background-image: url("img/icon-contact-02.png");
	background-position: center center;
	background-size: 50px auto;
	background-repeat: no-repeat;
	transition-duration: 0.3s;
}
#formModalCenter  .icon-office{
	background-image: url("img/icon-contact-01.png");
}
#formModalCenter .data{
	width: 100%;
}
#formModalCenter .info{
	text-align: center;
}
#formModalCenter .form-submit{
	margin: auto;
	margin-top: 20px;
}
#formModalCenter .formSave input[type="submit"].wpcf7-submit{
	margin: 0;
}




/* career */
.career-list{
	margin-top: 50px;
}
.career-list article{
	border: 1px solid #eee;
	padding: 30px 35px;
	margin-bottom: 15px;
}
.career-list article h2{
	border-bottom: 1px solid #eee;
	width: 100%;
	display: block;
}
.career-item{
	padding-top: 15px;
}
.career-item strong{
	color: #019adc;
}
.career-list article .entry-content{
	width: 100%;
}	



/* iframe */
iframe{ max-width: 100%; }



/* mobile - bottom */
.mobile-bottom{
	display: none;
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
	z-index: 1000000;
}
.mobile-bottom .col-6{
	text-align: center;
	padding: 21px 0;
	font-size: 15px;
}
.mobile-bottom a.phone{
	width: 60px;
	height: 60px;
	display: inline-block;
	background-position: center center;
	background-image: url("img/phone-mobile.png");
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 3px;
}
.modal{ 
	z-index: 100000000;
}
.modal-backdrop{
	z-index: 10000040;
}
.modal button.close{
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	z-index: 1000000000000;
}
.navbar-dark .navbar-toggler{
	margin-right: 20px;
}

.floating-box {
  width: 345px;
  position: fixed;
  right: 25px;
  z-index: 99999;
  box-shadow: 0px 9px 16px rgba(26, 41, 107, 0.2);
  border-radius: 7px;
  bottom: 25px;
  padding: 20px;
  background: url(https://www.bathmo.com/wp-content/uploads/2023/02/Review-CTA-Box-2.png);
  background-size: cover;
  background-position: right;
}

.floating-box-wrap {
  display: block;
}

.floating-box-content {
  display: inline-block;
  width: 55%;
  vertical-align: middle;
}

.floating-box-title {
  font-weight: 900;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #1A2E99;
}

.floating-box-para {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.03em;
  color: #1A2E99;
  margin-top: 7px;
}

.floating-box-cta {
  display: inline-block;
  width: 43%;
  vertical-align: middle;
  text-align: center;
}

.floating-box-button:hover {
  color: #FFFFFF;
}

.floating-box .stars {
  margin-bottom: 10px;
}

.floating-box-button {
  background: #19286A;
  border-radius: 2px;
  padding: 11px 15px;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Inter';
  display: inline-block;
}
.wpcf7-list-item-label{
	color: black;
}
.page-id-20 .wpcf7-list-item-label{
	color: white;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    line-height: 1;
}
textarea.form-control {
    height: 65px !important;
}