/*
Theme Name: click5 Interactive Theme
Theme URI: https://www.click5.com/
Author: click5 Interactive
Author URI: https://www.click5.com/
Description: click5 Interactive WordPress Theme
Version: 3.0.16
*/

:root {
    --main: #dc1313;
    --navy: #323a66;
    --dark: #252d5c; 
    --light: #f3f4f8;
    --light2: #b0b6d4; 
    --light3: #f7f6f1; 
    --font: "Figtree";
    --fontH: "Bowlby One SC";
    --fontH2: "Roboto Slab";
    --fontH3: "Harlekin";
    
    --fa-family-classic: "Font Awesome 6 Free";
    --fontA: "Font Awesome 6 Free";
    --fontB: "Font Awesome 6 Brands";
    --fa-family-brands: "Font Awesome 6 Brands";
    
    --max-width: 1430px; 
    
    --gradient:  linear-gradient(180deg, rgba(243, 244, 248, 1)  0%, rgba(255, 255, 255, 1) 100%);
}

body{
	font-family: var(--font);
	color: var(--dark);
	background-color: #f7f6f1;
}

/* HEADER */

#header {
    width: 100%;
    padding-top: 75px;
	padding-bottom: 75px;
    padding-left: 15px;
    padding-right: 15px;
    height: 100px;
    background-color: #fff; 
    position: fixed;
    bottom: auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
#header.hello-bar {
    top: 39px;
}
.home #header {
	bottom: 0;
    top: auto;
}


#header .logo{
	position: absolute;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	transition-duration: 0.3s;
	z-index: 100;
	margin-top: -85px;
}
.home #header .logo{
	margin-left: -115px;
	width: 230px;
	margin-top: -225px;
}
#header.sticky .logo {
	margin-top: -115px;
}
#header .logo a{
	position: absolute;
}
	
#header .logo a{ }
.home #header .logo a{  }

#header.sticky .logo a{

}
#header.sticky  .logo{
	width: 160px;
	margin-left: -80px;
}
#header .logo img{
	width: 100%;
	height: auto;
}
#header .logo a {
    color: #000;
    font-size: 40px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

#header .phone {
    padding: 18px 0 18px 35px;
    border-left: 1px solid #e4e4e4;
}
#header .phone i{ display: none; }

#header .navbar-nav,
#header .navbar,
#header .navigation{
	width: 100%;
	top: 2px;
	position: relative;
}
#header .navigation{
	
}

#header .navbar li.margin-auto{
	margin-left: auto;
}
#header .button{
	width: 120px;
	font-family: var(--fontH);
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
	border: 2px solid var(--main) !important;
}
#header .button:hover{
	color: var(--main);
}
#header .navbar li.mobile{ display: none; }

#header .navbar .navbar-nav a{
	color:var(--dark);
	font-family: var(--fontH);
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 16px;
	font-weight: 400;
}
#header .navbar .navbar-nav a:after{
	color: var(--main);
}
#header .navbar .navbar-nav li li a{
	color: var(--dark);
	font-family: var(--font);
	text-transform: none;
}
#header .navbar .navbar-nav li li.active a{
		color: var(--main);
}
#header .navbar .navbar-nav li li a:hover{
	color:var(--main);
}
.navbar .navbar-nav .dropdown .dropdown-menu{
	border-radius: 10px;
	box-shadow: 6px 6px 0 var(--light2);
	top: 25px;
	
}
.home .navbar .navbar-nav .dropdown .dropdown-menu{
	top: auto;
	bottom: 40px; 
}
.home #header.sticky .navbar .navbar-nav .dropdown .dropdown-menu{
	top: 25px;
	bottom: auto; 
}


/* button */
.button{
	border-radius: 10px;
	box-shadow: 2px 3px 0px #8a97e4;
	border: 1px solid var(--main);
  display: flex;
  text-align: center;
  justify-content: center;
  background-color: var(--main);
  color: #fff;
  padding: 5px;
  padding: 13px 10px;
  font-weight: 500;
  font-size: 19px;
  display: inline-block;
  font-family: var(--fontH2);
}
.button:hover{
	background: transparent;
	color: #fff;
	border: 1px solid #fff !important;
}

.buttonW{
	background-color: #fff;
	color: var(--dark);
	border: 1px solid var(--dark);
}

#header .phone{
	border: none;
	padding: 0;
	margin-left: 15px;
}
#header .phone a{
	color: var(--main);
	font-size: 16px;
	font-family: var(--fontH);
	font-weight: 300;
	display: block;
	width: 155px;
}
#header .phone a i{
	color: var(--main);
	font-size: 15px;
	display: none;
}
#hero{ margin-top: 140px; padding-bottom: 80px;  }
.home #hero{ margin-top: 0px; }

#hero .home-headline{
	position: relative;
	z-index: 100;
}
.home-headline .h3{
	font-family: var(--fontH2);
	color: #fff;
	background-image: url("img/apla.svg?v=1");
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 18px;
	background-size: 100% auto;
  padding: 12px 40px 12px;
  display: inline-block;
  background-position:center;
}
.home-headline .h3-new{
	font-family: var(--fontH3);
	font-size: 54px;
	color: var(--main);
	transform: rotate(-15deg);
	text-transform: capitalize;
  line-height: 45px;
  letter-spacing: -2px;
  padding: 20px 0; 
  text-indent: -90px;
}
.home-headline-cta .h3-new{
	color: #fff;
}


.home-headline .h1{
	font-family: var(--fontH);
	color: #fff;
	font-size: 60px;
	padding: 17px 0px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.home-headline .h2{
	font-family: var(--fontH);
	text-transform: uppercase; 
	color: #fff;
	font-size: 42px;
	padding: 17px 0px;
	margin-bottom: 0;
}

.home-headline .p{
	font-family: var(--font);
	color: #fff;
	font-size: 25px;
	padding: 15px 0px;
/* 	text-align: center;  */
}

.home-headline-dark .h3{
	background-image: url("img/apla-dark.svg?v=1");
	color: #fff;
	background-position: center center;
}
.home-headline-dark .h1{
	font-size: 43px;
	color: var(--dark);
}
.home-headline-dark .p{
	font-family: var(--font);
	color: var(--dark);
	font-size: 23px;
	padding: 15px 0px;
	text-align: center; 
}


.home-headline-light .h3{
	background-image: url("img/apla-light.svg?v=1");
	color: var(--dark);
	background-position: center center;
}
.home-headline-light .h1{
	font-size: 43px;
	color: #fff;
}
.home-headline-light .p{
	font-family: var(--font);
	color: rgba(255,255,255,0.8);
	font-size: 19px;
	padding: 15px 0px;
	text-align: center; 
}

.home-headline-white .h3{
	background-image: url("img/apla.svg?v=1");
	color: #fff;
	background-position: center center;
}
.home-headline-white .h1{
	font-size: 43px;
	color: var(--dark);
}
.home-headline-white .p{
	font-family: var(--font);
	color: var(--dark);
	font-size: 21px;
	padding: 15px 0px;
	text-align: left; 
}


/* HERO */

#hero {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #C5C5C5;
    background-size: cover;
    background-position: top center;
    z-index: 4;
}
#hero .buttons{
	margin-top: 30px;
	justify-content: center; 
	display: flex;
}
#hero .buttons .button{ 
	width: 260px;
	margin: 0 8px;
}


.video-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.video-wrapper img,
.video-wrapper video {
    display: block;
    min-width: 100%;
    min-height: 100vh;
    object-fit: cover;
    width: 100%;
}

.video-wrapper img {
    position: absolute;
    inset: 0;
    z-index: 2;
    transition: opacity .3s ease;
}

.video-wrapper video {
    position: relative;
    z-index: 1;
}




/* hero-bottom */
.hero-bottom{
	padding: 90px 0; 
}
.hero-bottom .photo {
	height: 100%;
	width: 110%;
	margin-left: -15%; 
	border: 1px solid var(--dark);
	border-radius: 25px;
	overflow: hidden;
}
.hero-bottom .photo img{
	max-width: 200%;
	width: 100%;
	object-fit:cover;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 25px;
	overflow: hidden;
}
.hero-bottom .button{
	width: 200px;
	margin-right: 10px;
}
.hero-bottom .button:hover{
	border: 1px solid var(--dark) !important;
	color: var(--dark);
}
.hero-bottom .container{
	background-image: url("img/since.webp");
	background-position: right top;
	background-repeat: no-repeat;
} 


/* Google */

/* google */
.google{
	border-radius: 15px;
	padding: 0px;
	display: flex;
	width: 260px;
	position: relative;
	z-index: 15;
	margin: 30px 0;
	color: var(--dark);
	justify-content: space-between;
}
.google-small{
	position: absolute;
	right: 0;
	z-index: 100;
	margin-top: 0;
	margin-bottom: 50px;
}
.google-small .google{
	margin: 0;
	width: 250px;
	
	background-color: #fff;
	border-radius: 10px 0 0 10px;
	padding: 15px 25px;
	transition-duration: 0.3s;
}
.google-small .google:hover{
	padding-right: 50px;
	width: 275px; 
}
.google-small .google .rank{
	color: var(--dark);
	font-size: 37px;
	line-height: 40px;
}
.google-small .google .greviews{
	color: var(--dark);
	font-size: 13px;
}
.google .rank{
	font-size: 55px;
	font-weight: 600;
	line-height: 1;
	color: var(--dark);
	border-left: 1px solid #c7c7c7;
	padding-left: 15px;
}
.google .greviews{
	padding-left: 0px;
	color: var(--dark);
}
.google .greviews .r{
	margin-top: 4px; 
}
.google-small .google .greviews .r{
	margin: 0;
}
.google .stars i{
	color: #fcb90a;
}
.google .glogo{
	display: flex;
}
.google img{
	margin: auto;
}


.google-box{
	margin: 0 auto;
	display: flex;
	justify-content: center;
}





/* services */
#services{
	background-color: #Fff;
	padding-top: 50px;
	padding-bottom: 80px;
}
.services .container{
	max-width: var(--max-width);
}
.services .home-headline .h1{
	color: var(--dark);
}
.services .home-headline .p{
	font-weight: 500;
}
.row-services{
	margin-top: 40px;
}
.services .box a{
	margin: 10px;
	display: block;
	background-color: #fff;
	border-radius: 15px;
	border:1px solid var(--dark);
	box-shadow: 6px 6px 0 var(--light2);
	overflow: hidden;
	transition-duration: 0.6s;
	padding: 10px;
}
.services .box a:hover{
	transform: scale(1.06); 
}
.services .box a .photo{
	width: 100%;
	height: 270px;
	object-fit:cover;
	border-radius: 10px;
	overflow: hidden;
}
.services .box a .photo img{
	min-height: 100%;
	min-width: 100%;
	object-fit:cover;
}
.services .box .content .title{
	font-size: 27px;
	font-family: var(--fontH);
	padding: 20px 30px;
	font-weight: 300;
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
}
.services .box .content .title h3{
	padding: 0;
	margin: 0;
}
.services .box .content .title .circle{
	background-color: var(--main);
	color: #fff;
	border-radius: 20px;
	width: 40px;
	height: 40px; 
	text-align: center;
	display: flex;
	justify-content: center;
	transition-duration: 0.3s;
}
.services .box .content .title .circle i{
	font-size: 16px;
	line-height: 40px;
}

.services .box:hover .content .title .circle{
	transform: scale(1.15); 
}



/* cta */
.cta{
	background-color: var(--navy);
	position: relative;
	padding-bottom: 80px;
	padding-top: 60px;
	
}

.cta .home-headline .h1{
	font-size: 40px;
}
.cta .home-headline .p{
	font-size: 21px;
	opacity: 0.7;
} 
.cta .buttons{
	justify-content: center;
	display:flex; 
	margin-top: 20px;
	background-image: url("img/border-1.webp");
	background-repeat: repeat-x;
	background-position: center center;
}
.cta .buttons .buttons-in{
	background-color: var(--navy);
	padding-left: 20px;
	padding-right: 20px;
}
.cta .buttons .button{
	width: 250px;
	margin: 0 10px;
}
.cta .buttons .button i{
	color: var(--main);
	font-size: 15px;
}


/* about */
.about{
	padding: 100px 0;
}
.about .box{
	padding: 40px;
	background-color: #fff;
	border:1px solid var(--dark);
	box-shadow: 5px 5px 0 var(--light2);
	border-radius: 10px;
}
.about .box .h3{
	font-weight: 300;
	text-transform: uppercase;
	font-family: var(--fontH);
	color: var(--dark);
	font-size: 30px;
}
.about .box h3:after{
	content: "";
	display: block;
	width: 200px;
	height: 7px;
	background-color: var(--main);
	border-radius: 2px;
	margin-top: 30px;
} 
.about .col-txt{
	padding-left: 90px;
}


/* when */
.when{
	background-position: top center;
	background-repeat: no-repeat;
	padding: 200px 0 100px; 
}
.when .home-headline{
	margin-bottom: 40px;
}
.when .home-headline .h3-new{
	text-shadow: 2px 2px 0 #fff;
	font-size: 70px;
	line-height: 60px;
	text-indent: -190px;
	margin-left: 80px;
}
.when .home-headline .h1{
	font-size: 40px;
}
.when-box .in{
	background-color: #fff;
	box-shadow: 5px 5px 0 var(--light2);
	margin:20px; 
	border-radius: 10px;
	padding:55px;
	height: 100%;
	height: 400px;
	position: relative;
}

.when-box .in .link{
	position: absolute;
	bottom: 35px;
}
.when-box .in .link a{
	font-family: var(--fontH2);
	color: var(--main);
	text-decoration: underline;
	font-size: 17px;
	font-weight: 500;
}
.when-box .in .title{
	color: var(--main);
	font-family: var(--fontH);
	line-height: 1;
	text-transform: uppercase;
	font-size: 24px;
	padding: 20px 0;
}
.when-box .in .when-box__content{
	font-size: 18px; 
}
.when .slick-dots{
	text-align: left !important;
	justify-content: space-around;
	display: flex;
}
.when .slick-dots li { width: 100%; }
.when .slick-dots li button{ width: 100%; height: 4px;  border: none; background-color: #fff; border-radius: 0; }

.when .slick-dots li.slick-active button{
	 background-color: var(--main);
}
.when .slick-dots .slick-active::after{ display: none; }

.when-page .home-headline .p{
	text-align: left;
	font-size: 20px;
}

/* text-section */
.text-section{
	padding: 0px 0 0; 
}
.text-section .home-headline .h1{
	font-size: 42px;
	color: var(--main);
	padding-bottom: 50px;
}
.text-section .photo{
	width: 120%;
	max-width: 200%;
	border-radius: 10px 10px 10px 120px; 
	overflow: hidden;
	box-shadow: 8px 8px 0 var(--main);
}
.text-section .row-cta{
	text-align: center;
  background-color: #fff;
  border: 1px solid var(--dark);
  padding: 80px 60px;
  border-radius: 20px;
  margin-top: 80px;
  margin-bottom: -100px;
	box-shadow: 8px 8px 0 var(--light2);
  position: relative;
  z-index: 10;
  font-weight: 500;
  font-size: 30px;
  width: 110%;
  margin-left: -5%;
  
}
.text-section .row-cta p{
	font-weight: 500;
	font-size: 21px;
}
.text-section .row-cta a{
	color: var(--main);
}



/* why */
.why{
	padding: 180px 0 80px; 
	position: relative;
	margin-top: 100px;
}
.why .container{
	padding: 0;
}
.why .why-logo{
	display: flex;
}
.why .why-logo img{
	margin: auto;
	margin-bottom: -100px;
	width: 300px;
}

.why-in{
	background-color: var(--navy);
	border-radius: 20px;
	padding: 130px 0px 50px;
	width: 95%;
	max-width: 1600px;
	margin: auto;
}
.why .container{
	width: 100%;
	max-width: 100%;
}
.why .home-headline img{
	width: 300px;
	margin-top: -100px;
	margin-bottom: 50px;
}
 
.why-page .why{
	padding-top: 0px;
	margin-top: 0;
}	

.why .home-headline .h1{
	font-size: 45px;
	padding-bottom: 20px;
}
.why  .why-boxes{
		margin-left: auto;
	margin-right: auto;
    max-width: 90%;
  margin: auto;
	
}
.why .icon{
	width: 80px;
	height: 80px;
	border-radius: 10px;
	background-color: var(--main);
	box-shadow: 5px 5px 0 #fff;
	display: flex;
}
.why .icon img{
	width: 40px;
	margin: auto;
}
.why .why-box{
	margin-top: 50px;
	border-left: 1px solid rgba(255,255,255,0.1);
	padding: 25px 10px 25px 30px;
}
.why .why-box:first-child{
	border-left: none;
}
.why .why-box .title{
	font-family: var(--fontH);
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 20px;
	    letter-spacing: 1px
}
.why .why-box .content{
	font-size: 18px;
	color: #fff;
	opacity: 0.8;
}
.why .buttons{
	text-align: center; 
	margin-top: 50px;
	background-image: url("img/border-1.webp");
	background-position: center center;
	background-repeat: repeat-x;
}
.why .buttons .button{
	width: 300px;
	margin: 10px;
}


.buttons-border{
	background-image: url("img/border-1.webp");
	background-position: center center;
	background-repeat: repeat-x;
}
.buttons-border .buttons-in{
	padding: 0 10px;
	display: inline-block;
	background-color: var(--navy);
}


/* ct */
.ct{
	padding: 10px 0 90px;
}
.ct .home-headline {
	margin-bottom: 40px;
}
.ct .home-headline .h3{
	background-image: url("img/apla-dark.svg");
}
.ct .home-headline .h1{
	color: var(--dark);
}
.ct .home-headline .h1 span{
	color: var(--main);
}



/* logos */
.logos{
	padding: 40px 0;
}
.logos-out .logos{
	padding: 30px 0; 
}
.logos-box{
  display: flex;
  justify-content: space-around;
  align-items: center;
}


/* special */
.special-out{
	margin: 70px 0; 
}
.special{
	background-color: var(--main);
	max-width: 1600px;
	width: 95%;
	border-radius: 20px;
	margin: auto;
	padding: 60px 0 50px;
	background-image: url("img/border-2.webp");
	background-position: center calc( 100% - 53px );
	  background-repeat: repeat-x;
}
.special .home-headline .h3{
	background-image: url("img/apla-dark.svg");
}
.special .home-headline .h3-new{
	color: #fff;
	text-shadow: 2px 2px 0 var(--dark);
	font-size: 70px;
	line-height: 0.8;
}
.special .home-headline .h1{
	text-shadow: 3px 3px 0px var(--dark);
	font-size: 48px;
	padding-bottom: 50px;
}
.special .special-item{
	background-color: #fff;
	height: 100%;
	border-radius: 15px;
	padding: 10px;
	box-shadow: 8px 8px 0 #f28b80; 
	border: 1px solid var(--dark);
}
.special .special-item-in{
	padding: 40px;
	border: 2px dotted var(--dark);
	border-radius: 10px;
	height: 100%;
	position: relative;
	padding-bottom: 70px;
}
.special .special-item .h3{
	font-family: var(--fontH);
	color: var(--main);
	line-height: 1;
	font-size: 31px;
	margin-bottom: 0;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.special .special-item .h3 span{
	font-size: 26px;
	color: var(--dark);
	display: block;
}
.special .special-item .special-text{
	font-size: 20px;
	font-weight: 300;
	line-height: 1.2;
}
.special .special-item  .print{
	border-top: 1px solid var(--light2);
	position: absolute;
	bottom: 20px;
	width: calc( 100% - 80px );
	padding-top: 10px;
}
.special .special-item  .print a:hover{
	color: var(--main);
}
.special .special-item  .print span{
	margin: 0 10px;
}

.special .row-all{
	margin-top: 40px; 
}
.special .row-all a{
	color: #fff;
	font-family: var(--fontH2);
	font-weight: 500;
	font-size: 19px;
	text-decoration: underline;
	background-color: var(--main);
	padding-left: 10px;
	padding-right: 10px;
	padding: 20px;
}
.special .row-all a:hover{
	text-decoration: none;
}


/* sa */
.sa{
	background-color: var(--light);
	padding: 100px 0; 
	background: #F2F4F8;
	
	background: linear-gradient(0deg, rgba(242, 244, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background-repeat: no-repeat;
	
	background-position-x: calc( 50% - 400px );
	background-position-y: -50px; 
	min-height: 900px;
}
.sa .home-headline{
	margin-top: 50px;
}
.sa .home-headline .h1{
	color: var(--main);
	font-size: 48px; 
}
.sa ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.sa ul li{
	flex: 0 0 50%;
}


/* form */
.section-form .container{
	background-color: var(--navy);
	background-image: url("/wp-content/uploads/2026/08/form-hero.webp");
	background-position: center top;
	background-repeat: no-repeat;
	max-width: 1500px;
	border-radius: 10px 10px 10px 10px;
	padding: 300px 200px 120px 200px; 
	position: relative;
}
.section-form .container:after{
	content: "";
	width: 100%;
	position: absolute;
	bottom: 50px;
	height: 30px;
	background-image: url("img/border-1.webp");
	left: 0;
}
.section-form .home-headline .h3-new{
	color: #fff;
	text-shadow: 3px 3px 0 var(--main);
}
.bg-form{
	background: #F3F4F8;
	background: linear-gradient(0deg, rgba(243, 244, 248, 0) 0%, rgba(243, 244, 248, 1) 100%);
}
.section-form .home-headline {
	padding-bottom: 60px; 
}
.section-form .home-headline .p{
	font-size: 19px;
	opacity: 0.7; 
}

.gform-theme--foundation *, .gform-theme--foundation ::after, .gform-theme--foundation ::before{
	display: none; 
}
.gform-body label{
	color: #fff !important; 
}
.gform-body select,
.gform-body textarea,
.gform-body input{
	border: 1px solid rgba(255,255,255,0.3) !important;
	background: transparent !important; 
	padding: 14px 14px !important;
	height: 60px !important;
	color: #fff !important; 
}

.gform-body select{
	line-height: 20px !important;
}
.ginput_container_select{
	position: relative !important; 
}
.ginput_container_select:after{
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top:22px;
	color: #fff;
	font-family: var(--fa-family-classic);

	  font-weight: 600;
	  font-size: 12px;
	  pointer-events: none;
}
.gform-body .gfield_html {
	color: rgba(255,255,255,0.5) !important;
	text-align: center !important; 
	font-size: 14px !important	
}
.gform_footer {
	justify-content: center !important; 
}
.gform_footer .gform_button{
	background-color: var(--main) !important;
	font-size: 18px !important; 
	padding: 15px 100px !important;
	font-family: var(--fontH2);
	font-weight: 500 !important; 
	box-shadow: 3px 3px 0 #fff !important;
}


#footer{
	background-color: #2b335b;
	margin-top: -300px;
	padding-top: 310px;
}



.page-template-faq #footer,
.archive #footer,
.single #footer,
.blog #footer,
.page-template-contact #footer{
	margin-top: 0;
	padding-top: 0;	
}
	

#footer .logo {
	display: flex;
	flex-wrap: wrap; 
}
#footer .logo img{
	width: 220px;
	margin-bottom: 30px;
	margin: auto;
}	
#footer .social-media {
	width: 100%;
	display: flex;
	margin-top: 40px;
}
#footer .menu ul{
	justify-content: end !important; 
}
.social-media ul li.icon-bbb a::after{
	background-image: url("img/icon-bbb.svg");
  background-size: 25px auto;
  width: 25px;
  height: 25px;
}
.social-media ul li.icon-bbb a:hover::after{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(232deg) brightness(101%) contrast(103%);
}

#footer .address{
	text-align: right; 
}
#footer .links h4{
	font-family: var(--fontH);
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: 23px;
	color: #ffffff;
}
#footer .address strong{
	margin-bottom: 5px;
}
#footer .address .box a:hover{
	opacity: 0.66;
}
#footer .address .box a.get{
	display: block;
	color: #8793d0;
	text-decoration: underline;
	margin-top: 5px;
	margin-bottom: 15px;
}
#footer .address .box a.get:hover{
	text-decoration: none;
}
#footer .phone-box{
	margin-top: 20px;
}
#footer .phone-box a{
	font-family: var(--fontH);
	text-transform: uppercase;
	color:#ffffff;
	font-weight: 500;
	font-size: 31px;
	display: block;

}
#footer .phone-box a:hover{
	color: var(--light2);
}
#footer .copy p{
	margin: 0;
}
#footer .menu ul li a{
	color:rgba(255, 255, 255, .35);
}

.rpi-slide > div{
	box-shadow: 5px 5px 0 var(--light2) !important;
}




/* sub-hero */
#hero.sub-hero{
	height: 580px;
	position: relative;
}
#hero.sub-hero:before{
	background: #121635;
	background: linear-gradient(0deg, rgba(18, 22, 53, 0.5) 0%, rgba(18, 22, 53, 0.3) 48%, rgba(18, 22, 53, 0.5) 100%);
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	display: block;
	content: "";	
	z-index: 10;
}
#hero.sub-hero:after{
	content: "";
	width: 100%;
	height: 28px; 
	position: absolute;
	bottom: 5px; 
	background-image: url("img/border-3.webp");
	background-repeat: repeat-x;
	z-index: 100;
}
#hero.sub-hero .container{
	position: relative;
	z-index: 100;
}
#hero.sub-hero .buttons{
	justify-content: left;
	margin-top: 5px;
	margin-bottom: 20px;
}
#hero.sub-hero-full .buttons{
	justify-content: center;
}
#hero.sub-hero .buttons .button{
	width: auto;
	padding: 15px 40px;
}
#hero.sub-hero .home-headline .h1{
	padding-bottom: 0;
}
#hero.sub-hero .home-headline .p{
	padding-top: 10px;
}
#hero #breadcrumbs{
	color:#fff;
}
#hero #breadcrumbs a{
	color:#fff;
}


/* video */
#watch-video .video{
	height: 620px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	width: 100%;
	overflow: hidden;
}
.video:before{
	background-color: var(--dark);
  opacity: 0.35;
}



/* bg-light */
.bg_light{
	background-color: var(--light);
}



/* cta-box */
.cta-box{
	padding: 50px 0; 
}
.cta-box .container{ 
	max-width: 1500px;
	width: 95%;
	border-radius: 20px;
	background-color: var(--navy);
	padding: 80px 100px;
}
.cta-box .entry-content h3{
	font-family: var(--fontH);
	font-size: 35px;
	color: #fff;
}
.cta-box p{
	font-size: 20px;
	opacity: 0.7;
	color: #fff;
}
.cta-box .buttons {
	margin-top: 30px;
}
.cta-box .buttons .button{
	width: 260px;
	margin: 0 5px;
}
.cta-box .button i{
	color: var(--main);
	font-size: 15px;
}


/* text-section-about */
.text-section-about{
	padding-bottom: 80px;
}
.text-section-about .photo img{
	width: 110%;
	max-width: 200%;
}
.text-section-about .col-txt{
	padding-right: 50px;
	display: flex;
}
.text-section-about .col-txt .entry-content{
	margin: auto 0;
}
.text-section-order .col-txt{
	order: 2;
	padding-left: 50px;
	padding-right: 0;
}
.text-section-order .col-photo .photo img{
	order: 1;
	margin-left: -10%; 
}
.row-top{
	margin-top: 40px;
}


/* service-title  */
.service-intro{
	padding: 0px 0 70px; 
}
.service-intro:before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 300px;
	background-color: #c0cadf;
	background-image: url("img/border-4.webp");
	background-position-y: 98%;
	background-repeat: repeat-x;
}
.service-intro .container{
	position: relative;
	z-index: 10;
}

.box-headline{
  background-color: #fff;
  height: 100%;
  padding: 40px 10px;
  border-radius: 10px;
  box-shadow: 6px 6px 0 #8196c8;
  border: 1px solid var(--dark);
  padding: 60px 70px;
}
.entry-content .box-headline h2{
	color: var(--dark);
	text-transform: uppercase;
}
.entry-content .box-headline h2:after{
	width: 180px;
	height: 6px;
	margin-top: 20px;
	border-radius: 2px;
	background-color: var(--main);
	display: block; 
	content: "";
}
.service-intro .col-main{
  margin-bottom: 80px;
}


.service-intro .photo{
	border: 2px solid #fff;
  border-radius: 20px;
  box-shadow: 0 0 0 1px var(--dark);
  overflow: hidden;
  width: calc( 100% + 80px );
}
.entry-content .service-title{
	margin-bottom: 40px;
}
.entry-content .service-title h2{
	font-size: 44px;
	padding-bottom: 0;
}
.entry-content .service-title p {
	font-size: 22px;
}


/* col-left */
.col-left{
	padding-right: 40px;
}
.col-right{
	padding-left: 40px; 
}


/* other-services */
.other-services .container{
	background-color: var(--main);
	border-radius: 20px;
	max-width: 1600px;
	width: 90%;
	padding: 70px 0; 
}
.other-services .home-headline-dark .h1{
	color: #fff;
	text-shadow: 2px 2px 0 var(--dark);
	font-size: 48px;
}
.other-services .box-out{
	max-width: 1320px;
	width: 90%;
	margin: 20px auto;
}
.other-services .box-out .box .in{
	background-color: #fff;
	height: 100%;
	padding: 40px 10px;
	border-radius: 20px;
	box-shadow: 6px 6px 0 #f28b80;
	border: 1px solid var(--dark);
}
.other-services .box-out ul li a{
	color: var(--dark);
}


/* sa-map */
.sa-map{
	width: 100%; 
	height: 70px; 
	display: block;
}


/* FAQ */

.faq-section{
	padding: 80px 0; 
}
.faq-wrapper{
	margin-top: 50px;
}
.faq-wrapper.box {
    background-color: #f9f9f9;
}

.faq-wrapper.box .questions {
    padding: 0 60px;
    margin-top: 30px;
}
.faq-wrapper.box .accordion-item {
    padding: 0 100px 0 170px;
}
.faq-wrapper .accordion-header .accordion-title{
	font-family: var(--fontH2);
	font-size: 25px;
	font-weight: 500;
	color: var(--dark);
}
.faq-wrapper.box .accordion-item.active {
    position: relative;
    background-color: var(--light);
    box-shadow: 0 0 30px rgba(134, 153, 153, .1);
    overflow: hidden;
}
.faq-wrapper.box .accordion-item::after {
    width: calc(100% - 250px);
    right: 30px;
}
.faq-wrapper.box .accordion-item:last-of-type::after {
    display: block;
}
.faq-wrapper.box .accordion-item.active::after {
    background-color: transparent;
}
.faq-wrapper.box .accordion-item.active::before {
    content: "";
    display: block;
    width: 172px;
    height: 172px;
    background-color: var(--main);
    border-radius: 50%;
    position: absolute;
    top: -55px; left: -45px;
}
.faq-wrapper.box .accordion-header h3[aria-expanded="true"]::before {
    color: #FFF;
    font-size: 28px;
    top: 38px;
    left: -155px;
}

.faq-wrapper .more a {
    display: inline-block;
    color: #1f1f1f;
    font-size: 19px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding: 0;
    margin: 55px 0 0 0;
}
.faq-wrapper .more a:hover {
    color: var(--main);
    text-decoration: none;
    border-color: var(--main);
}
.faq-wrapper .accordion-item{
	padding:10px 60px;
}
.faq-wrapper .accordion-item.active{
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 6px 6px 0 #818cb8;
	padding:20px 60px;
}
.faq-wrapper .accordion-item.active:after{
	
	 border-bottom: none;
}
.faq-wrapper .accordion-item::after{
	background: none;
	 border-bottom: 2px solid transparent;
    border-image: repeating-linear-gradient(
        to right,
        var(--light2) 0 2px,
        transparent 2px 6px
    ) 1;
}

/* REVIEWS */

#reviews {
    position: relative;
}

#reviews .reviews {
    margin-top: 20px;
}

#reviews .slick-track {
    display: flex !important;
}

#reviews .review {
    height: inherit !important;
    padding-left: 15px;
    padding-right: 15px;
}
#reviews .review .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 70px 60px 50px 65px;
    background-color: #f9f9f9;
}

#reviews .review .content .opinion {
    flex: 1;
}
#reviews .review .content .opinion p {
    position: relative;
    color: #282828;
    font-size: 19px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.19px;
    text-indent: 65px;
    padding: 0;
    margin: 0;
}
#reviews .review .content .opinion p:first-of-type::before {
    content: '“';
    color: var(--main);
    font-family: "Montserrat";
    font-size: 150px;
    font-weight: 700;
    position: absolute;
    top: 18px; left: -85px;
}

#reviews .review .content .overview p {
    position: relative;
    color: #282828;
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 0;
}
#reviews .review .content .overview p strong {
    font-weight: 600;
}
#reviews .review .content .overview p::before {
    content: "";
    display: block;
    width: 110px;
    height: 10px;
    margin-top: 27px;
    margin-bottom: 25px;
    background-color: var(--main);
    border-radius: 10px;
}

/* SUBPAGES */

#hero-sub {
    height: 400px;
    background-color: #C5C5C5;
    background-size: cover;
    background-position: center;
}
#hero-sub h3 {
    color: #FFF;
    font-size: 23px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 4.14px;
    text-transform: uppercase;
    padding: 0 0 9px 0;
    margin: 0;
}
#hero-sub h1,
#hero-sub h2.blog-headline {
    color: #FFF;
    font-size: 80px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.6px;
    padding: 0;
    margin: 0;
}

#page-wrapper {
}

#page-wrapper #main {
    position: relative;
    padding-right: 50px;
    width: 73%;
    margin-top: -10px;
}


.page-template-full #page-wrapper {
	padding-top: 30px;
}
.page-template-full #page-wrapper #main {
    padding-right: 15px;
    background-color: transparent;
    padding-top: 50px;
}
.page-template-full #page-wrapper #main::before {
    display: none;
}

.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4 {
    scroll-margin-top: 150px;
}
.entry-content h1 a, 
.entry-content h2 a, 
.entry-content h3 a, 
.entry-content h4 a {
    text-decoration: none;
}

.entry-content > h1:first-child, 
.entry-content > h2:first-child, 
.entry-content > h3:first-child, 
.entry-content > h4:first-child, 
.entry-content > h5:first-child,
.entry-content > h6:first-child {
    padding-top: 0;
}

.entry-content h1, .entry-content h2, h1.post-title {
    color: var(--main);
    font-size: 39px;
    line-height: 1.1;
    letter-spacing: 0.4px;
    font-family: var(--fontH);
    margin-bottom: 0;
    text-transform: uppercase;
}

#main .entry-content h2{
	font-family: var(--fontH);
  color: var(--dark);
  font-size: 30px;
  padding: 30px 0 20px;
  margin-bottom: 0;
  font-weight: 300;
  border-bottom: 5px solid var(--navy);
  margin-bottom: 25px;
}

#main .entry-content h3{
	border-bottom: 6px solid var(--main);
	margin-bottom: 20px;
	position: relative;
	padding-left: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#main .entry-content h3:before{
	display: block;
	content: "";
	width: 20px;
	border-radius: 2px 2px 0 0;
	height: 100%;
	background-color: var(--main);
	position: absolute;
	left: 0;
	bottom: 0;
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: var(--main);
    font-family: var(--fontH2);
    font-size: 24px;
    
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.28px;
}
.entry-content h4 {
    color: var(--main);
     font-family: var(--fontH2);
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    padding: 15px 0; 
    margin-bottom: 0;
    letter-spacing: -0.23px;
}
.entry-content h5, .entry-content h6 {
    color: #000;
}

.entry-content a {
    text-decoration: underline;
    color: var(--main);
}
.entry-content a:hover {
    text-decoration: none;
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: var(--dark);
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.19px;
    padding: 0;
}
.entry-content p strong {
    font-weight: 500;
}


.entry-content img.aligncenter {
    display: block;
    height: auto;
    margin: 0 auto;
}
.entry-content img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.entry-content img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.entry-content ul {
    list-style: none;
    padding-left: 20px;
}
.entry-content ul li {
    position: relative;
    line-height: 28px;
    padding-left: 25px;
    margin-top: 10px;
}
.entry-content ul li::before {
   content: "\f35a";
    color: var(--main);
    font-family: var(--fa-family-classic);
    font-size: 15px;
    font-weight: 700;
    line-height: 32px;
    position: absolute;
    left: 0;
}

.entry-content ol {
    margin-left: 0;
}
.entry-content ol li {
    padding-left: 7px;
    margin-top: 5px;
}

.entry-content blockquote {
    position: relative;
    padding-left: 50px;
    margin: 40px 0;
}
.entry-content blockquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: var(--main);
    border-radius: 3px;
}
.entry-content blockquote p {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
}


.entry-content  .txt-hlt{
	background-color: var(--navy);
	color: rgba(255,255,255,0.8);
	padding: 60px 50px 40px 50px;
	display: block;
	font-size: 19px;
	text-align: center; 
	font-weight: 300;
	border-radius: 20px;
	margin-bottom:30px;
	margin-top: 30px;
	background-image: url("img/border-1.webp");
	background-position-y: 80%; 
	background-repeat: repeat-x;
}
.entry-content  .txt-hlt .title{
	text-align: center;
	font-size: 35px;
	font-family: var(--fontH);
	color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
	
}
.entry-content  .txt-hlt .buttons {
	margin-top: 20px;
}
.entry-content  .txt-hlt .buttons .buttons-in{
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	background-color: var(--navy);
}
.entry-content  .txt-hlt .buttons .button{
	width: 250px;
	margin: 5px;
	text-decoration: none;
	color: #fff;
}
.entry-content  .txt-hlt .buttons .button i{
	color: var(--main);
	font-size: 15px;
}
.entry-content  .txt-hlt .buttons .buttonW{
	color: var(--dark);
}
.entry-content  .txt-hlt .buttons .buttonW:hover{
	color: #fff;
}
/* SITEMAP */

.sitemap_by_click5 h2::after {
    display: none;
}
.sitemap_by_click5 ul li a {
    text-decoration: none;
}
.sitemap_by_click5 ul li a:hover {
    text-decoration: underline;
}

/* CONTACT */
.page-template-contact #hero{
	height: 720px;
    padding-bottom: 260px;
}
.page-template-contact{
}


.page-template-contact .contact-map,
.page-template-contact .logos{

}


#contact-intro {
    position: relative;
    margin-top: -200px;
    z-index: 100;
    background-color: none !important; 
    margin-bottom: 100px;
}
#contact-intro .container{
	max-width: 1500px;
	width: 90%;
}
#contact-intro .box .content h2{
	font-weight: 300;
}
#contact-intro .box {
    display: flex;
}
#contact-intro .box .in{
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 6px 6px 0 var(--light2);
    width: 100%;
    padding: 90px 60px;
    display: flex;
}


#contact-intro .box .icon {
    width: 60px;
    height: 100%;
    margin-right: 30px;
}

#contact-intro .box .content {
    width: calc(100% - 60px);
}
#contact-intro .box .content h2 {
    color: var(--main);
    font-size: 35px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.34px;
    padding: 15px 0 15px 0;
    margin: 0;
    text-transform: uppercase; 
    font-family: var(--fontH);
}
#contact-intro .box .content address, #contact-intro .box .content p {
    color: #555;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.57px;
    padding: 0;
    margin: 0;
}
#contact-intro .box .content a.directions {
    display: inline-block;
    color: var(--main);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.54px;
    padding: 0 0 1px 0;
    margin: 6px 0 0 0;
    border-bottom: 1px solid var(--main);
}
#contact-intro .box .content a.directions:hover {
    text-decoration: none;
    border-color: transparent;
}
#contact-intro .box .content a.phone {
    display: inline-block;
    color: var(--dark);
    font-size: 45px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.17px;
    padding: 0 0 1px 0;
    margin: 0;
    border-bottom: 2px solid transparent;
}
#contact-intro .box .content a.phone:hover {
    text-decoration: none;
    border-color: var(--main);
}

.contact-page{
	margin-bottom: 50px;
}
.contact-page .section-form .container{
	background-image: none;
	padding-top: 80px;
}
#contact-wrapper .form {
    margin-top: 20px;
}
#contact-wrapper .form .wpcf7 {
    padding: 115px 130px 100px 130px;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 25px 60px rgba(51, 51, 51, .08);
}

.contact-map {
	display: flex;
}
.contact-map iframe{
    font-size: 0; 
    width: 95%;
    border-radius: 20px;
    margin: auto;
    overflow: hidden;
    
}


/* WIDGETS */

#sidebar-area {
    position: relative;
    flex: 0 0 auto;
    width: calc(27% + 50px);
    margin-right: -50px;
    margin-top: -270px;
    padding-left: 0;
    z-index: 4;
}
#sidebar-area .google{
	width: 240px;
	margin-left: 45px;
}
#sidebar-area .google .rank{
	color: var(--dark);
	font-size: 40px;
	margin-left: 5px;
} 
#sidebar-area .google .greviews .r{
	color: var(--dark);
	font-size: 14px;
	margin-top: -6px;
	
}

#sidebar-area > * {
    position: relative;
    z-index: 4;
}

#banners.widget .box a {
    padding: 35px;
}
#banners.widget .box.box-1 a {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
}
#banners.widget .box.box-2 a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
#banners.widget .box a::after {
    display: none;
}

#banners.widget .box .icon {
    padding-right: 25px;
}
#banners.widget .box .icon img {
    max-height: 56px;
}

#banners.widget .box .content {
    width: calc(100% - 75px);
}
#banners.widget .box .content h3 {
    font-size: 16px;
}
#banners.widget .box .content p {
    font-size: 25px;
}

.widget-links {
    padding-top: 25px;
    padding-bottom: 55px;
    padding-left: 0px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 6px 6px 0 var(--light2);
}
.widget-links h3 {
    color: var(--main);
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 28px 0 27px 40px;
    margin: 0;
    font-family: var(--fontH);
}
.widget-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 10px;
}
.widget-links ul li a {
    position: relative;
    display: block;
    color: #40414b;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.27px;
    padding: 17px 0 17px 70px;
    margin: 0;
    position: relative;
}
.widget-links ul li a::before {
    content: "\f054";
    color: var(--main);
    font-family: var(--fa-family-classic);
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    left: -15px;
}
.widget-links ul li a::after{
	width: calc( 100% - 30px );
	height: 1px;
	background-color: #dcdfec;
	bottom: 0;
	right: 30px;
	content: "";
	position: absolute;
	display: block;
}
.widget-links ul li a:hover, .widget-links ul li a[aria-current="page"] {
    color: var(--main);
    text-decoration: none;
    background-color: #FFF;
}


/* index-wrapper */
#index-wrapper{
}
.news{
	padding-left: 20px;
	padding-right: 20px;
}
#index-wrapper .news:nth-child(n+4){
	margin-top: 45px;
}
.news > a{
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 5px 5px 0 var(--light2);
	transition-duration: 0.3s;
}
.news > a:hover{
	box-shadow: 6px 6px 0 var(--navy);
}
.news > a .photo-out{
	border-radius: 20px; 
	overflow: hidden;
	margin: 8px;
}
.news .content{
	padding-top: 20px;
}
.news > a .photo-out .photo{
	transition-duration: 0.3s;
}
.news > a:hover .photo-out .photo{
	transform: scale(1.05);
}
.news .content h2, .news .content h3{
	font-family: var(--fontH2);
	color: var(--navy);
	font-size: 24px;
	font-weight: 600;
}
.news .content p{
	color: var(--dark);
}
.news .content .button{
	border-radius: 8px !important; 
}
.news .content .button:hover{
	border: 1px solid var(--main) !important;
}
.news .category{
	background-color: var(--main);
}


/* single */
#single-wrapper{
}
#single-wrapper .back::after{
	background-color: #fff;
}
.toc-title{
	font-family: var(--fontH);
	color: var(--main);
	text-transform: uppercase;
}
.toc-level-1 > a.active, 
.toc-level-2 > a.active, 
.toc-level-3 > a.active, 
.toc-level-2.active > a,
.toc-level-3.active > a,
.toc-level-1 > a,
.toc-level-2 > a,
.toc-level-3 > a{
	color:var(--dark);
}

.toc-page{
	box-shadow: 6px 6px 0 var(--light2);
	border-radius: 20px;
}


#recent-posts h2{
	font-family: var(--fontH);
	font-size: 50px;
	color: var(--main);
	padding-bottom: 40px;
	text-transform: uppercase; 
}
.single #main .news{ 
	padding: 0; 
}
.single #main .news .photo{
	border-radius: 20px;
	margin-left: -20px;
	width: 50%;
	height: 350px;
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}

.single #breadcrumbs{
	margin-top: -50px;
	margin-bottom: 30px;
}
#breadcrumbs a:hover{
	text-decoration: underline;
	color: var(--main);
}


/* additional-content */
.additional-content{
	padding-bottom: 100px; 
}
.additional-content-main{
	padding: 80px 0px;
}

/* faq-filter */
.faq-filter{
	padding-top: 30px;
}


/* search-box */
.search-box{
	background-color: var(--navy);
	padding: 60px 90px 70px;
	border-radius: 20px;
	box-shadow: 6px 6px 0 var(--light2);
}
.search-box label{
	font-family: var(--fontH2);
	font-size: 18px;
	color: #fff;
	margin-bottom: 6px;
}
.search-box .inputs{
	width: 100%;
	display: flex;
}
.search-box .inputs button{
	flex: 0 0 20%;
	background-color: var(--lighh2);
	color: var(--dark);
	box-shadow: none;
	border: 1px solid var(--light);
	border-radius: 7px;
	font-family: var(--fontH2);
	font-size: 19px;
	color: #fff;
}
.search-box .inputs input,
.search-box .inputs select{
	flex: 0 0 39%;
	margin: 0 1% 0 0;
	height: 60px;
	border-radius: 7px;
	padding: 10px 15px;
}





/* sidebar menu */
#sidebar-menu ul li{
	list-style: none;
}
#sidebar-menu > ul > li > a{
	 display: none;
}


/* domyślnie chowamy całe menu */
#sidebar-menu ul.sub-menu{
	display:none;
}


/* pokazujemy aktualną gałąź */
#sidebar-menu li.current_page_parent > .sub-menu,
#sidebar-menu li.current_page_item > .sub-menu{
	display:block;
}


/* elementy w aktualnej gałęzi */
#sidebar-menu li.current_page_parent > .sub-menu > li,
#sidebar-menu li.current_page_item > .sub-menu > li{
	display:block;
}



#sidebar-menu  .current_page_parent,
#sidebar-menu  .current_page_item{
	display: block !important;
}

#sidebar-menu  .current_page_parent .sub-menu li,
#sidebar-menu .current_page_item .sub-menu li{
	display: block !important; 
} 



#sidebar-menu{ 
	margin-bottom: 70px;
}
#sidebar-menu > ul  > li.current_page_parent > a,
#sidebar-menu > ul  > li.current_page_item > a{
	font-size: 32px;
	font-weight: 600;
	padding-left: 40px !important;
}



#sidebar-menu  li.menu-item-100153.current_page_ancestor > a,
#sidebar-menu > ul > li.current_page_parent > a{
	display: block !important;
	padding-left: 30px !important;
	font-family: var(--fontH);
	margin-bottom: 30px;
	color: var(--main);
	text-transform: uppercase;
}
#sidebar-menu  li.menu-item-100153.current_page_ancestor > a{ font-size: 30px !important; }
#sidebar-menu  li.menu-item-100153.current_page_ancestor > a::after,
#sidebar-menu  li.menu-item-100153.current_page_ancestor > a::before{ display: none; }

#sidebar-menu > ul > li.current_page_parent > a:after,
#sidebar-menu > ul > li.current_page_parent > a:before{
	display: none !important;
}



#sidebar-menu >  ul > li.current_page_parent > a:after,
#sidebar-menu >  ul > li.current_page_item > a:after{
	content: "";
	width: 90px;
	height: 30px;
	border-radius: 2px;
	display: block;
	background-image: url("img/dots.webp");
  background-position: center center;
  background-repeat: no-repeat;
}
#sidebar-menu  .sub-menu li,
#sidebar-menu  li.current_page_parent > .sub-menu li{
	font-weight: 500;
	padding-left: 40px;
	font-size: 19px;
}
#sidebar-menu  > ul > li.current_page_parent > .sub-menu li.current_page_item{
	background-color: #fff;
	color: var(--main);
	border-radius: 0 5px 5px 0;
}
#sidebar-menu ul.sub-menu >li a{
	padding: 16px 0 !important;
	display: block !important; 
}
#sidebar-menu ul.sub-menu > li a:hover{
	color: var(--main);
}




/* chowamy wszystkie podmenu */
#sidebar-menu ul.sub-menu{
	display:none;
}


/* pokazujemy aktualną gałąź */
#sidebar-menu li.current-menu-item > ul.sub-menu,
#sidebar-menu li.current-menu-parent > ul.sub-menu,
#sidebar-menu li.current-menu-ancestor > ul.sub-menu{
	display:block !important;
}


/* pokazujemy elementy w aktywnej gałęzi */
#sidebar-menu li.current-menu-parent > .sub-menu > li,
#sidebar-menu li.current-menu-ancestor > .sub-menu > li{
	display:block !important;
}


/* trzeci poziom */
#sidebar-menu li.current-menu-item > .sub-menu,
#sidebar-menu li.current-menu-parent > .sub-menu,
#sidebar-menu li.current-menu-ancestor > .sub-menu{
	display:block !important;
}


/* bg_white */
.bg_white{
	background-color: #fff;
	padding: 40px 0; 
}

/* intro_text */
.intro_text p{
	font-size: 32px;
	line-height: 48px;
}
.bg_light_3 .entry-content p{
	font-size: 20px;
	padding-left: 70px;
	padding-right: 70px;
}


.page-template-about #hero .google{
	display: none;
}

/* about_photos */
.about_photos{
	margin-bottom: 60px;
}
.about_photos .photo{
	 border: 2px solid #fff;
    border-radius: 20px;
    box-shadow: 0 0 0 1px var(--dark);
    overflow: hidden;
}
.about_photos .photo.photo_1{
	width: calc( 100% + 160px );
	margin-left: -80px;
}
.about_photos .photo.photo_2{
	width: 110%;
	margin-top: 40px;
}
.text-section-about-2{
	margin-bottom: 60px;
}
.text-section-about-2 .col-txt-left{
	padding-right: 60px;
}



/* other-main-services */
.other-main-services{
	background-color: #c0cadf;
}
.other-main-services .container{
	background:transparent;
}
.other-main-services .home-headline .h3-new{
	color: #fff;
	text-shadow: 2px 2px 0 var(--dark);
}
.other-main-services .box-out .box .in{
	box-shadow: 6px 6px 0 #8196c8;
}


/* text-section-how */
.text-section-how{
	background-color: #c0cadf;
	padding: 100px 0; 
}

.text-section-what{
	padding-top: 80px;
	background-color: #fff;
}


/* sings */
.sings{
	background-color: var(--navy);
	border-radius: 10px;
	color: #fff;
	padding: 50px 50px;
	margin-left: -40px;
	width: calc( 100% + 80px );
	margin-top: 60px;
	box-shadow: 6px 6px 0 #8196c8;
}
.sings ul{
	display: flex;
	flex-wrap: wrap; 
}
.sings ul li{
	flex: 0 0 50%;
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	position: relative;
	list-style: none;
	padding:15px 0 15px 60px;
}	
.sings ul li:before{
	width: 40px;
	height: 40px;
	background-color:var(--main);
	border-radius: 40px;
	background-image: url("img/icon-sign.webp");
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	content: "";
}


/* #page-wrapper #main */
.page-template-reviews #page-wrapper #main{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0; 
	
}
.page-template-reviews #page-wrapper .container{
	max-width: 1500px;
}
.review-item{
	flex: 0 0 50%; 
	margin-bottom: 30px;
}
.review-item .review{
	padding-top: 0; 
	background-color: #fff;
	margin: 15px;
	border-radius: 16px; 
	box-shadow: 5px 5px 0 var(--light2);
	height: 100%;
	padding: 40px;
}
.review-item:first-of-type .review{
	padding-top: 40px;
	padding-bottom: 15px;
}
.review-item .review .h3{
	color: var(--main);
	font-family: var(--fontH);
	text-transform: uppercase;
	margin-top: 15px;
}
.review-item .review p{
	margin: 30px 0; 
	height: 180px; 
	overflow: scroll; 
	font-style: normal;
	padding-right: 20px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.review-item .review p::-webkit-scrollbar {
    width: 8px;
}

.review-item .review p::-webkit-scrollbar-track {
    background: #eee;
}

.review-item .review p::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}


.review-item .review p:first-of-type::before{
	display: none; 
}
.review-item .overview{
	color: var(--dark);
}



/* page-template-coupon */
.page-template-coupon #footer,
.page-template-coupon #hero,
.page-template-coupon #header{
	display: none !important; 
}

.page-template-coupon .special{ 
	background: none;
	padding: 0;
	width: 700px;
	margin-top: 40px;
}
.page-template-coupon .special .special-item{
	box-shadow: none; 
}
.page-template-coupon .special .special-item-in{
	padding-bottom: 40px;
}
.page-template-coupon .special .special-date{
	margin: 15px 0; 
}


/* wrapper-book */
.page-template-book #footer{
	padding-top: 230px;
}
.wrapper-book iframe{
	border-radius: 20px;
}