/*
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.4
*/
body{
	font-family: "Roboto";
	color: #082440;
	font-weight: 300;
	font-size: 18px;
}

#header{
	position: absolute;
	top:0;
	width: 100%;
	transition-duration: 0.3s;
	padding-top: 50px;
}
/* div > .grecaptcha-badge{
	left: unset !important; 
	right: 4px !important; 
} */

#mainNav, 
#header.sticky{
	background-color: #fff;
	transition-duration: 0.5s;
}
#mainNav{
	padding: 40px 0 25px;
	position: fixed;
	top:-200px;
	transition-duration: 0.3s;
	width: 100%;
}
.home #mainNav{
	position: -webkit-sticky;
	position: sticky;
	top:0;
}
#mainNav.sticky{
	top:0;
}

#mainNav.sticky{
	box-shadow: 0 0 45px rgba(0,0,0,0.08);
	padding: 0px 0;
}

#header.sticky{
	background: none;
}
#mainNav .container,
#header .container{
	width: 100%;
	max-width: 96%;
}
#header .mobile{
	display: none;
}

.mobile-menu{
	display: none !important;
}

/* hamburgerMenu */
#hamburgerMenu{
	background-color: #fff;
	z-index: 1000000;
	transition-duration: 0.3s;
	position: absolute;
	top:0;
	width: 100%;
	box-shadow: 0 0 30px rgba(0,0,0,0.02);
}
#hamburgerMenu.off{
	position: absolute;
	top:-1000px;
}
#hamburgerMenu .container{
	max-width: 1500px;
	width: 92%;
	padding: 100px 0;
}
#hamburgerMenu .menu-item{
	width: 20%;
	border-left: 1px solid #eee;
	padding-left: 20px;
}
#hamburgerMenu .menu-item li{
	width: 100%;
	border: none;
	padding-left:0;
}
#hamburgerMenu .navbar-expand-md .navbar-nav .dropdown-menu{
	display: block;
	position: unset;
	box-shadow: none;
	width: auto;
}
#hamburgerMenu #main-menu{
	width: 100%;
}
#hamburgerMenu #main-menu > li a{
	color: #20b4ab;
	font-size: 26px;
	padding: 0;
	font-weight: 400;
	width: 90%;
}
#hamburgerMenu #main-menu .dropdown-menu .dropdown-item{
	margin-top: 9px; 
	margin-bottom: 9px;
}
#hamburgerMenu #main-menu .dropdown-menu a{
	font-size: 16px;
	color: #204058;
	font-weight: 400;
	margin: 3px 0;
	transition-duration: 0.3s;
}
#hamburgerMenu #main-menu .dropdown-menu .current_page_item > a{
	color: #20b4ab !important;
}


#hamburgerMenu #main-menu .dropdown-menu a:after{
	content: "→";
	font-size: 14px;
	margin-left: 0;
	margin-right: 10px;
	opacity: 0;
	transition-duration: 0.3s;
}
#hamburgerMenu #main-menu .dropdown-menu a:hover{
	color: #20b4ab;
}
#hamburgerMenu #main-menu .dropdown-menu a:hover:after{
	margin-left: 10px;
	margin-right: 0;
	opacity: 1;
	position: relative;
	top: -1px;
}
#hamburgerMenu .dropdown-item{
	padding: 0;
}
#hamburgerMenu .dropdown-toggle::after{
	display: none;
}

#hamburgerMenu #closeMenu{
	width: 50px;
	height: 50px;
	background-image: url("img/x.png");
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	right: 30px;
	top:30px;
	display: block;
	z-index: 10000000000000;
	cursor: pointer;
}




#navbarNavDropdown .current-menu-parent a{
	color: #20b4ab;
}
#navbarNavDropdown .current-menu-parent li a{
	color: #204058;
}
#navbarNavDropdown .current_page_item a{
	color: #20b4ab !important;	
}
#navbarNavDropdown .current_page_item li a{
	color: #204058 !important;
}




.home .hero{
	background-image: url("img/hero.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	min-height: 630px; 
	
	
}
.home .hero.hero-video{
	background: none;
	
	background: rgb(7,40,81);
	background: linear-gradient(180deg, rgba(7,40,81,0.7) 4%, rgba(69,109,155,0.52) 50%, rgba(45,90,150,0.51) 100%);
}
.hero{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero .social-media {
	width: 80px;
	position: absolute;
	bottom: 90px;
}
.hero .social-media ul{
	display: block;
}
.hero .social-media ul i{
	color: #fff !important;
}
.hero .social-media ul li a{
	width: 47px;
	height: 47px;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 70px;
	margin-bottom: 6px;
	transition-duration: 0.3s;
}
.social-media ul li a:hover{
	background-color: #fff;
}
.hero .social-media ul li a::after{
	color: #fff;
	font-size: 18px;
	line-height: 47px;
}
.social-media ul li a:hover::after{
	color: #153750 !important;
	opacity: 1 !important; 
}
/* Hide phone icon on desktop */

.icon-phone {
  display: none;
}

/* Mobile only + inject Font Awesome phone icon */
@media (max-width: 991px) {
  .icon-phone {
    display: list-item;
  }

  .social-media ul li.icon-phone a::after {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* Required for solid icons */
    color: #fff;
    font-size: 16px;
  }

}


/* sub hero */
.sub-hero{
	height: 600px;
}
.single .sub-hero,
.blog .sub-hero{
	height: 520px;
}
.sub-hero .social-media {
	bottom: 30px;
	right: 40px;
}
.sub-hero h1{
	font-size: 71px;
	font-weight: 300;
	padding-top: 0;
}
.sub-hero h3{
	padding-bottom: 0;
	text-transform: uppercase;
}
.page-template-contact-pages .sub-hero,
.page-template-contact .sub-hero{
	padding-bottom: 140px;
}


/* button */
.btn-outline-secondary,
.button{
	padding: 13px 35px;
	border-radius: 40px;
	font-weight: 500;
	color: #203f58;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #fff;
	transition-duration: 0.3s;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	
}

.button i{
	font-size: 12px;
	position: relative;
	top:-1px;
	margin-right: 4px;
}
.buttonG{
	background-color: #20b4ab;
	color: #fff !important; 
	font-size: 17px;
	border: 1px solid #20b4ab;
}
.buttonG:hover{
	background-color: #134398;
	border: 1px solid #134398;
	text-decoration: none;
	color: #fff;
}
#header .buttonG:hover{
	background-color: rgba(255,255,255,0);
	border: 1px solid #fff;
	text-decoration: none;
}
.btn-outline-secondary,
.buttonW{
	background-color: #fff;
	font-size: 17px;
	color: #134398;
}
.btn-outline-secondary{
	border: 1px solid #134398;
}
.buttonW:hover{
	text-decoration: none;
	color: #20b4ab;
}
.btn-outline-secondary{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
}
.btn-outline-secondary:hover{	
	background-color: #134398 !important;
	color: #fff !important;
} 

.blog article.post{
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}


/* .btn-secondary */
.btn-secondary{
	background-color: #20b4ab;
	border: 1px solid #20b4ab;
}



.icon-menu{
	background-image: url("img/icon-menu.png");
	background-position: center center;
	width: 70px;
	height: 53px;
	background-repeat: no-repeat;
	display: inline-block;
	cursor: pointer;
}

.iconScroll{
	position: absolute;
	left: 50%;
	margin-left: -30px;
	cursor: pointer;
	transition-duration: 0.3s;
	display: none;
}
.home .iconScroll{
	display: block;
}
.iconScroll:hover{
	transform: scale(0.94);
}

#header .buttonG{
	padding-right: 70px;
	margin-right: -50px;
}
#header .buttons{
	display: flex;
}


.chat{
	position: fixed;
	bottom: 40px; 
	right: 40px;
	width: 75px;
	height: 75px;
	background-image: url("img/chat.png");
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 100000;
	cursor: pointer;
	transition-duration: 0.3s;
	
	
	display: none;
}
#PureChatWidget.purechat.purechat-widget-collapsed .purechat-collapsed-image{
	opacity: 0 !important;
	transition-duration: 0.3s;
}
#PureChatWidget.purechat.purechat-widget-collapsed .purechat-collapsed-image.pci{
	background: none !important; 
	background-image: url("img/chat.png?v=4") !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	opacity: 1 !important; 
}
#PureChatWidget.purechat.pci .purechat-collapsed .purechat-widget-header .purechat-widget-title-link{
	font-size: 13px !important; 
}
#PureChatWidget.purechat.purechat-bottom-right.pci{
	right: 20px !important; 
}
.chat:hover{
	transform: scale(0.94);
}
#PureChatWidget.purechat.pci{
	z-index: 2000 !important; 
}


p, ul li, ol li{
	font-size: 18px;
	font-weight: 200;
}
.container{
	width: 100%;
	max-width: 1340px;
}
.border-bottom{
	border-bottom: 1px solid #eee !important;
}

.more{
	padding: 20px 0;
	border-top: 1px solid #e4eaef;	
}
.more a{
	text-decoration: none;
	font-weight: 400;
}
.more a span{
	text-decoration: underline;
}
.more a:hover span{
	text-decoration: none !important;
}
.more a i{
	transition-duration: 0.3s;
}
.more a:hover i{
	margin-left: 10px;
}




/* .nav-link */
.navbar-expand-md .navbar-nav .nav-link,
.nav-link{
	font-weight: 400;
	font-size: 17px;
	color: #204058;
	padding-left: 15px;
	padding-right: 15px
}
.dropdown-item{
	font-size: 16px;
	transition-duration: 0.3s;
	white-space: normal;
}
.current-menu-item.dropdown-item,
.dropdown-item:hover{
	color:#20b4ab !important;	
}
.dropdown-toggle::after{
	color: #20b4ab;
}
.dropdown-menu{
	box-shadow: 0 20px 20px rgba(0, 0, 0, .05);
}
#main-menu li:last-child .dropdown-menu{
	right: -20px;
	left: auto;
}
.dropdown-menu li{
	margin-bottom: 4px;
	margin-top: 4px;
}
.dropdown-item{
	line-height: 1.55;
}


/* video */
#video{
	/*background-image: url("img/bg-about.jpg");
	background-position: center 200px;
	background-repeat: no-repeat;
	background-size: 100% auto;*/
	background-color: #fbfdff;
	position: relative;
}
/* #video:before{
	content: "";
	width: 100%;
	height: 300px;
	background-color: #fff;
	position: absolute;
	z-index: 1;
}*/
.video{
	box-shadow: 0 20px 40px rgba(7,33,72,0.1);
	position: relative;
	z-index: 2;
	margin-top: 40px;
}
.video::after{
	content: "";
	top:56%;
	width: 270px;
	height: 270px;
	background-image: url("img/play.png");
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	transition-duration: 0.3s;
}
.video:hover::after{
	background-size: 90% auto;
}
.video:hover::before{
	background-color: rgba(7,33,72,0.2);
}
.video img{
	border-radius: 5px;
	    width: 100%;
    height: auto;
}


/* entry content */
.entry-content h1,
.entry-content h2{
	font-size: 53px;
	color: #20b4ab;
	font-weight: 300;
	line-height: 1.4;
	padding: 10px 0;
	margin-bottom: 0;
}
.entry-content h2{
	font-size: 38px;
	line-height: 1.3;
}
.home .entry-content h2{
	font-size: 53px;
}
.entry-content h1{
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 30px;
	line-height: 1.2;
}
.entry-content h3{
	font-size: 27px;
	color: #09508e;
	font-weight: 300;
	line-height: 1.4;
	padding: 10px 0;
	margin-bottom: 0;
}
.entry-content main h3{
	font-weight: 400;
	color: #20b4ab;
	font-size: 23px;
	padding-bottom: 15px;
}
.entry-content main p{
	font-size: 18.5px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: justify;
}
.entry-content a{
	transition-duration: 0.3s;
	
}

body:not(.blog , .archive) main .entry-content a{
	transition-duration: 0.3s;
	color: #2a55a2;
	font-weight: 400;
}
.entry-content a:hover{
	color: #20b4ab;
}
.entry-content ul li{
	position: relative;
	list-style: none;
	margin: 3px 0;
}
.entry-content ul li a{
	text-decoration: none; 
} 
.entry-content ul li::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: -20px;
    top: 3px;
    color: #20b4ab;
    font-size: 14px;
    font-weight: 600 !important;
}
.entry-content iframe{
	width: 100%;
	height: 520px;
}

.alignright{
	float: right;
	margin-left: 25px;
	margin-bottom: 10px;
}
.alignleft{
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}


.entry-content main h3.person{
	padding-bottom: 0;
	font-size: 26px;
}
.entry-content main p.person-title{
	padding-top: 0;
	margin-top: 0px;
	opacity: 0.6;
}

.entry-content strong{
	font-weight: 400;
}

.entry-content .content p:first-child,
article .entry-content p:first-child{
	font-size: 22px;
	opacity: 0.75;
	margin-bottom: 20px;
	text-align: left;
	
}

main#main{
	margin-top: -150px;
	padding-top: 40px;
	position: relative;
	background-color: #fff;
	padding-right: 90px;
	margin-bottom: 30px;
	padding-bottom: 40px;
}
main#main:before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	left: -100%;
	display: block;
	top:0;
}
main#main:after{
	position: absolute;
	right: 0;
	top:0;
	content: "";
	width: 12px;
	height: 157px;
	background-color: #20b4ab;
}


/* photo-scroll */
.photo-scroll{
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 560px;
}
.photo-about{
	background-image: url("img/photo-about.jpg");	
}
.photo-what{
	background-image: url("img/photo-what.jpg");	
}
.home .not-home{
	display: none;
}
.photo-scroll .entry-content h2{
	color: #fff;
	font-size: 70px;
	font-weight: 400;
	letter-spacing: -2px;
	padding-top: 0;
}	
.photo-scroll .entry-content h3{
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	padding-bottom: 0;
}
.photo-scroll .container{
	display: flex;
	height: 100%;
}
.photo-scroll .container .row{
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
}


/* bg-grey */
.bg-grey{
	background-color: #f9fbfd;
}

/* col home */
.col-left-home{
	padding: 45px 30px 45px 0px;
}
.col-right-home{
	padding: 45px 0px 45px 30px;
}



/* icons */
.icons h3{
	color: #20b4ab;
}
.icons p{
	font-size: 17px;
}
.icons .col-first{
	padding-right: 50px;
}
.icons .col-center{
	border-left : 1px solid #eee;
	border-right: 1px solid #eee;
	padding-left: 50px;
	padding-right: 50px;
}
.icons .col-last{
	padding-left: 50px;
}



/* dr */
.dr{
	position: relative;	
}
.dr:after{
	content: "";
	position: absolute;
	bottom: 0;
	background-color: #fff;
	width: 100%;
	height: 200px;
	z-index: 1;
}
.dr .container{
	background-color: #8dbbd2;
	position: relative;
	z-index: 2;
}
.dr .container .row{
	display: flex;
}
.dr .container .row .col-6{
	margin-top: auto;
	margin-bottom: auto;
}
.dr .container:after,
.dr .container:before{
	width: 200px;
	background-color: #8dbbd2;	
	content: "";
	height: 100%;
	display: block;
	position: absolute;
	top:0;
}
.dr .container:after{
	right: -200px;
}
.dr .container:before{
	left: -200px;
}
.dr h2,
.dr h3,
.dr p{
	color: #fff;
}
.dr h2,
.dr h3{
	font-weight: 400;
}
.dr h2{
	padding-top: 0;
}
.dr h3{
	padding-bottom: 0;
	margin-top: 20px;
}
.dr p{
	padding: 20px 0;
}
.dr .more a{
	color: #fff;
	font-weight:400;
	text-decoration: none;
}
.dr .more a span{
	text-decoration: underline;
}
.dr .more{
	border-top: 2px solid rgba(255,255,255,0.7);
	padding: 20px 0;
}
.dr-photo{
	border-radius: 500px;
	position: relative;
	top: 70px;
}



/* txt-2-col */
.txt-2-col h3{
	padding-bottom: 30px;
	color: #20b4ab;
	font-size: 32px;
}


/* lightforce */
.lightforce h3{
	font-weight: 400;
	color: #082440; 
	padding-bottom: 20px;
}
.lightforce .photo{
	margin-left: -40px;
}
.lightforce .logo{
	margin: 25px 0 10px;
}


/* invis */
.invis .more{
	padding-top: 40px;
	margin-top: 40px;
}
.invis .logo{
	margin: 25px 0 10px;
}
.invis .photo{
	margin-right: -60px;
}



/* contact */
.contact{
	background-color: #f7f9fd;
	padding: 0;
}
.home .contact{
	background-color: #deefec;
	padding: 80px 0;
	
}
.contact .container{
	background-color: #fff;
	position: relative;
	padding: 80px 0 72px;
	
}
body:not(.home) .contact .container{
	margin-bottom: -100px;
	position: relative;
	top:-100px;
}
.contact .container:before,
.contact .container:after{
	width: 100px;
	content: "";
	display: block;
	position: absolute;
	top:0;	
	background-color: #fff;
	height: 100%;
}
.contact .container:before{
	left: -100px;
}
.contact .container:after{
	right: -100px;
}
.contact .col-4{
	padding-left: 150px;
	background-image: url("img/icon-map.png");
	background-position: 50px 7px;
	background-repeat: no-repeat;
}
.contact .col-4.i1{
	padding-left: 100px;
	background-position-x: 0;
}
.contact .col-4.i2{ background-image: url("img/icon-phone2.png"); }
.contact .col-4.i3{ background-image: url("img/icon-phone.png"); }

.contact .col-4.i2{
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.contact .col-4 h3{
	color: #20b4ab;
	font-weight: 400;
}
.contact .col-4 p{
	line-height: 1.5;
}
.contact .col-4 .call{
	text-decoration: none;
	font-size: 32px;
	display: block;
	color: #082440;
	font-weight: 400;
	line-height: 32px;
}


/* cta-bottom */
.cta-bottom{
	background-color: #f7f9fd;
}
.home .cta-bottom{
	background-color: #fff;
}
.cta-bottom h3{
	font-size: 29px;
	color:#082440;
}	

/* map */
.map{
	background-color: #7cb4dd;
}
.map iframe{
	width: 100%;
	height: 480px;
	opacity: 0.92;
	filter: grayscale(100%);
	display: block;
}

/* footer */
#footer{
	background-color: #153750;
	padding-top: 75px;
	color: #fff;	
	font-size: 16px;
	font-weight: 300;
	position: relative;
	z-index:2001;
}
#footer p{
	color: #fff;
	font-size: 16px;
}
#footer ul li::after{
	top: -4px;
}


#footer .links ul{
	display: inline-block !important;
}
#footer .links li{
	color: #fff;
	margin-left: 0;
	padding: 0;
	float: left;
	width: 33.33%;
}
#footer .links li a{
	color: #fff;
	opacity: 0.8;
	font-size: 16px;
	padding: 6px 0;
}
#footer .links ul li::after{
	display: none; 
}


#footer .social-media ul li a{
	width: 55px;
	height: 55px;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 70px;
	margin-bottom: 6px;
	margin-left: 6px;
	
}
#footer .social-media ul li a::after{
	color: #fff;
	font-size: 18px;
	line-height: 55px;
}
#footer .contact-info{
	text-align: right;
	color: #fff;
}

#footer ul li a{
	color: #fff;
}
#footer h4{
	font-size: 16px;
	padding: 0;
}
#footer p.copy{
	font-size: 14px; 
	opacity: 0.55;
	margin-bottom: 0;
}
#footer .row-border{
	border-top:1px solid rgba(255,255,255,0.2);
	padding-top: 40px;
	margin-top: 60px;
}
#footer .call{ 
	font-size: 26px;
	color: #aecde4;
}
#footer .call a{ 
	font-weight: 400;
	color: #fff;
}



/* banner-contact */
.banner-contact{
	width: calc( 100% + 80px );
	margin-left: -27px;
	height: 510px;
	background-image: url("img/contact-banner.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner-contact-1{ background-image: url("img/contact-banner-01.jpg"); }
.banner-contact-2{ background-image: url("img/contact-banner-02.jpg"); }
.banner-contact-3{ background-image: url("img/contact-banner-03.jpg"); }
.banner-contact-4{ background-image: url("img/contact-banner-04.jpg"); }
.banner-contact-5{ background-image: url("img/contact-banner-05.jpg"); }



/* submenu */
.entry-content #sidebar-area  ul li::before{
	display: none;
}
.sub-menuBox{
	margin-bottom: 50px;
	float: left;
	width: 100%;
	margin-top: 15px;
}
.submenu{
	width: 100%;
	margin-top: 20px;
}
.submenu h5{
	margin: 10px 0 5px 0;
}
.submenu ul{
	width: 100%;
	padding: 0;	
	list-style: none;
}
.submenu > ul{
	padding-left: 20px; 
}
.submenu ul li{
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 0;
	background: none;
	transition-duration: 0.3s;
}
.submenu ul li{
	border-radius: 2px;
}
.submenu ul li a{
	padding: 14px 30px 14px 23px;
	display: block;
	font-size: 19px;
	text-decoration: none;
	position: relative;
	font-weight: 300;
	line-height: 1.35;
}
.submenu ul li a:before{
	content: "";
	font-family: "FontAwesome";
	position: absolute;
	left: 30px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #f8f8f8;
	transform: rotate( 180deg );
	opacity: 0;
	
}
.submenu ul li li li a:before{
	display: none !important;
 }
/* submenu 2 */
.submenu2 ul li{
	border: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
	
.submenu2 ul li.current_page_item li, .submenu2 ul li.current-page-ancestor li{
	margin: 0;
}
.submenu2 ul li a{
	display: none;
}
.submenu2 ul li.current_page_ancestor a,
.submenu2 ul li.current_page_item li a, 
.submenu2 ul li.current-page-ancestor li a {
	display: block;
	padding: 9px 30px 9px 23px;
	font-weight: 300 !important;
	font-size: 19px;
}

.submenu2 .sub-menu{
	visibility: visible !important;
	display: block !important;
}

.submenu li.current-menu-ancestor > a{  
	font-weight: 700;
}

.widget ul li:hover,
.submenu2 ul li li:hover,
.submenu2 ul li li.current_page_item{
	
}
.widget ul li:hover a,
.submenu2 ul li li:hover a{
	color: #20b4ab;
	text-decoration: none;
	font-weight: 300;
}
.submenu2 ul  li.current_page_item a{
	color: #20b4ab;
	text-decoration: none;
	font-weight: 400 !important;
}
.submenu2 ul li.current_page_item li a{
	color:#52667b !important;
}

.submenu li.current_page_item span{
}
.submenu li.current-page-parent span a,
.submenu li.current_page_item span a{
	display: inline-block !important;
	width: auto !important;
	position: relative;
	font-size: 30px;
}
.submenu li.current_page_item span a:after{
	content: "";
	width: 100%;
	height: 2px;
	background-color: #20b4ab;
	display: block;
	margin-top: 0px;
}
.submenu li.current_page_item li a:after{
	display: none;
}	

.submenu2 ul li li:hover a:before, 
.submenu2 ul li li.current_page_item a:before{
	color: #20b4ab;
	content: "→";
	left: -13px;
	top: 13px;
	font-size: 18px;
	opacity: 1;
	
}


/* sub-menu */
#sidebar-area .sub-menu{
	width: 100%;
}
#sidebar-area .banner-contact{
	padding-left: 10px;
	padding-right: 10px;
}

#sidebar-area .sub-menu .sub-menu .sub-menu li{
	padding-left: 20px;
}
ul#main-menu li > a{
	font-weight: 500;
}
ul#main-menu li li li a{
	font-weight: 300;
}



/* contact - page */
.page-template-contact-pages .contact .container,
.page-template-contact .contact .container{
	padding: 40px 0 34px;
}

.page-template-contact-pages .footer-contact-info,
.page-template-contact .footer-contact-info{
	display: none;
}
.page-template-contact-pages .photo-scroll,
.page-template-contact .photo-scroll{
	height: 450px;
}


.page-template-contact-pages .cta-bottom,
.page-template-contact .cta-bottom{
	display: none;
}

.page-template-contact-pages .sub-hero .social-media,
.page-template-contact .sub-hero .social-media{
	bottom: 140px;
}


/* form */
form .form-group {
	margin-bottom: 0;
	margin-top: -10px;
}
form .form-group label{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
}
form br{
	display: none;
}
form .form-control{
	border: none;
	box-shadow: 2px 2px 60px rgba(0,0,0,0.01);
	padding: 53px 20px 33px;
	border-radius: 1px;
	border: 1px solid #fff;
}
form select.form-control{
	padding: 40px 20px 10px;
	height: 86px;
}
form label{
	position: relative;
	bottom: -34px;
	z-index: 1;
	left: 10px;
}
form .button{
	width: 200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.wpcf7 .ajax-loader{
	position: absolute;
}
form .quiz textarea{
	height: 220px;
}
form .form-group-check{
	
}
form .form-group-check label{
	margin-top: 55px;
	bottom: 0;
	font-size: 13px;
}
form .wpcf7-not-valid-tip{
	font-size: 12px !important;
	margin-top: 5px !important;
}
form .wpcf7-form-control-wrap:not(.rate) .wpcf7-not-valid{
	border: 1px solid #cd0000;
}


/* office-hours */
.office-hours{
	padding-left: 100px;
}
.office-hours h3{
	color: #20b4ab;
}
.office-hours .row:first-child{
	border-top: 1px solid #eee;
}
.office-hours .row{
	border-bottom: 1px solid #eee;
	font-size: 16px;
	padding-top: 11px;
	padding-bottom: 11px;
}
.office-hours .row .day{
	font-weight: 400;
}
.office-hours .row .hour span{
	font-size: 14px;
	opacity: 0.6;
	display: block;
}
.office-hours .small{
	font-size: 15px;
	margin-top: 16px;
	opacity: 0.33;
}



/* searchform */
#searchform .form-control{
	border: 1px solid #dbdbdb;
	padding: 33px 20px 33px;
}



/* blog */ 
/* sidebar-area */
.blog #main{
	padding-top: 70px;
}
.archive .sub-hero h1,
.search .sub-hero h1,
.single .sub-hero h1,
.blog .sub-hero h1{
	text-align: left;
	font-weight: 400;
	letter-spacing: -4px;
	font-size: 80px;
}
.archive #sidebar-area,
.single #sidebar-area,
.blog #sidebar-area{
	flex:0 0 33.33%; 
	max-width: 33.33%;
}
.widget_recent_entries{
	margin-bottom: 50px;
}
#sidebar-area h3{
	font-size: 27px;
	font-weight: 400;
	color: #20b4ab;
}
#widget-area{
	padding-left: 40px;
}
#widget-area ul{
	padding: 0;
}
.entry-content #sidebar-area #widget-area ul li{
	line-height: 1.5;
	margin-bottom: 15px;
}
.entry-content #sidebar-area #widget-area ul li::before{
	display: block;
	top:-1px;
}
#sidebar-area .current_page_item a{
	color: #20b4ab;
}


/* blog list */
.text-secondary{
	font-size: 13px;
	font-weight: 200;
}
.archive .entry-content h2,
.blog .entry-content h2{
	font-size: 36px;
	line-height: 1.2;
}
.archive .entry-content h2 a,
.blog .entry-content h2 a{
	border-bottom: none !important;
	transition-duration: 0.3s;
}
.archive .entry-content h2 a:hover,
.blog .entry-content h2 a:hover{
	color: #134398;
}	


.entry-content .pagination  ul li::before{
	display: none;
}
.pagination .page-item.active .page-link, .sitemap-by-click5_pagination strong{
	background-color: #20b4ab;
}
	
	
	
/* single */	
.single .entry-content h2{
	font-size: 40px;
	line-height: 1.3;
}
.single .entry-content h2 b{
	font-weight: 300;
}


/* page-template-contact-pages */
.page-template-contact-pages .content{
	padding-top:18px;
}
.page-template-contact-pages .form{
	padding-left: 50px;
}


/* review */
.review:before{
	content: "";
	font-size: 60px;
	font-family: "Font Awesome 5 Free";
	opacity: 0.1;
	position: absolute;
	left: -15px;
	top:-10px;
	color: #20b4ab;
	font-weight: bold;
	
}
.review{
	padding: 10px 0 40px;
	position: relative;
	
}
.review p:first-child{
	text-indent: 50px;
	font-size: 21px;
	opacity: 0.7;
}
.review em{
	font-style: normal;
	font-size: 17px;
	font-weight: 400;
}


/*  before-after-box */
.before-after-box{
	float: left;
	width: 
}
.before-after-image{
	text-align: center;
	width: 50%;
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 2;
}
.before-after-image img{
	width: calc( 100% - 2px );
	height: auto;
	border-radius: 5px;
}
.entry-content h2.clear{
	padding-top: 20px;
	padding-bottom: 30px;
}
article .entry-content .row-service p:first-child{
	font-size: 19px;
	margin-top: -4px;	
}


.modal{
	z-index: 10500000000;
}
.modal-dialog{
	position: relative;
	margin: 50px auto 0 !important;
	max-width: 1200px;
}
.modal-content{
	border: none;
}
.modal-dialog button.close{
	position: absolute;
	right: 18px;
	top: 15px;
	z-index: 100;
	color: #000;
	z-index: 100000;
}
.modal .photo-bg{
	background-image: url("img/modal-photo.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.modal .modal-form{
	padding: 50px; 
}
.modal .row{
	margin-left: 0;
	margin-right: 0;
}



/* bottomMobile */
.bottomMobile{
	position: fixed;
	bottom: 0;
	background-color: #fff;
	width: 100%;
	z-index: 1000000;
	display: none;
	padding-bottom: 5px;
}
.bottomMobile a{ 
	text-align: right;
	font-weight: 400;
	padding: 18px 0;
	font-size: 14.5px;
	padding-right: 40px;
	line-height: 1.2;
	
}
.bottomMobile a.Mphone{
	background-image: url("img/bottom-phone.png");
	background-position: center center;
	width: 54px;
	height: 54px;
	background-repeat:no-repeat; 
	position: absolute;
	left: 50%; 
	top:10px;
	margin-left: -27px;
}
.bottomMobile .col-right{
	text-align: left;
	padding-left: 40px;
	padding-right: 0;
}



/* c5_sitemap_wrapper */
#c5_sitemap_wrapper li a{
	color: #204058;
	font-weight: 300;
}
#c5_sitemap_wrapper li a:hover{
	text-decoration: underline;
}


/* .grecaptcha-badge */
.grecaptcha-badge{
	z-index: 2000;
}


/* lightboxOverlay */
.lightboxOverlay{ z-index: 10000002 !important; }
.lightbox{ z-index: 10000003 !important; }


/* iconScroll-mobile */
.home .iconScroll-mobile{ 
	display: none;
	
	
	
	bottom: 45px;
}






.example-marquee {
    position: relative;
    z-index: -1;
}

.contentV {
    display: table;
    width: 100%;
    min-height: 100vh;
    z-index: 1;
    position: relative;
}





.video-background-controls button {
	font-size: 32px;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	height: 32px;
	width: 32px;
	border-radius: 16px;
	line-height: 32px;
	border: none;
	background: none;
	-webkit-appearance: none;
	color: white;
	filter: drop-shadow(0px 0px 1px black);
	cursor: pointer;
	opacity: 1;
	transition: all 250ms ease-in-out;
	margin-left: 10px;
}

.video-background-controls button:hover {
	opacity: 0.5;
}

.hero iframe {
	transition: opacity 500ms ease-in-out;
	transition-delay: 250ms;
}



/* team */
.team .person{
	padding-bottom: 40px;
}
.team .person .photo{
	width: 100%;
	height: 400px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.team .person h3{
	padding-bottom: 0;
}
.team .person p{
	padding: 0;
	margin: 0;
}
.team .person p.position{
	font-size: 17px;
}
.team .person p.join{
	font-size: 15px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.5;
}
.team .person .apla{
	background-color: #164a7191;
	text-align: center;
	color: #fff;
	height: 100%;
	display: flex;
	vertical-align: middle;
	margin: auto;
	position: relative;
	opacity: 0;
	transition-duration: 0.3s;
	cursor: pointer;
}
.team .person:hover .apla{
	opacity: 1;
}
.team .person .apla .in{
	position: absolute;
	bottom: 0px;
	width: 100%;
	transition-duration: 0.3s;
	opacity: 0;
	font-size: 20px;
	
}
.team .person:hover .apla .in{
	opacity: 1;
	bottom: 50px;
}	
.team .person .apla .col-12{
	margin-bottom: -20px;
	transition-duration: 0.5s;
	font-weight: 500;
	line-height: 1.1;
}
.team .person:hover .apla .col-12{
	margin-bottom: 10px;
	
}
.team .person .apla .col-12{
	transition-duration: 0.5s;
}
.team .person .apla .col-12:nth-child(1){
	font-size: 11px;
}
.team .person .apla .col-12:nth-child(2){
	font-size: 7px;
}
.team .person .apla .col-12:nth-child(3){
	font-size: 3px;
}
.team .person:hover .apla .col-12{
	font-size: 21.5px;
}