/* Author : Lukáš Fischer - https://lukasf.cz =========================== */
/*
/* Fontawesome =========================== */

/* Global style =========================== */
*{padding:0;margin:0;}
html{}
img{border:none;} 
.cleaner{clear:both;height:1px;}
.f-left{float:left;} 
.f-right{float:right;}
.opacity{opacity: 1; filter:alpha (opacity=100);}
.opacity:hover{opacity: 0.8; filter:alpha (opacity=80);}
.a-center{width:100%;text-align:center;}
.a-right{width:100%;text-align:right;}    
a{color:#1d1d1b;}
a:hover{text-decoration:none;}
.hidden{display:none;}
table{border-collapse: collapse;border-spacing: 0;}
.mobile{display:none;}
.clone.cloneNav{display:none;}
.flex-area{display:flex;}
/* Layout style =========================== */
html{}

body{
  margin:0;
  padding:0;
  background:#efefef;
  font-family: "Poppins", sans-serif;
  font-size:15px;
  color:#4b5859;	
}

body.reference_Theme, .referenceGrid_Theme, .service_Theme{
  background:#fff;
}

.container{
  position:relative;
  width:98%;
  max-width:1200px;
  padding:0 1%;
  margin:0 auto;
} 

.container::after, .references:after, .addReferences:after, header .right .phone:after, .desktopBanners:after, .referenceArea__1:after,
.refernceTopArea:after
{ 
  clear:both;
  content:" ";
  display:block;  
} 

/* Typography =========================== */
h1{font-size:42px; font-weight:700; line-height:50px; margin-bottom:40px;color:#9e005d;}
p{margin:0 0 20px;font-size:16px;line-height:normal;color:#4b5859;}

/* Buttons =========================== */
.button{
  display:inline-block;
  text-transform:uppercase;
  text-decoration:none;
  letter-spacing:0.5px;
  cursor:pointer;
  transition:all .25s ease;
  transform:perspective(1px) translateZ(0);
	backface-visibility:hidden;
  -webkit-font-smoothing:subpixel-antialiased;
}

.button:hover{
  transform:scale(1.1);
}

/* sizes */
.button.buttonDefault{
  padding:12px 25px 10px;
  font-size:14px;
  line-height:16px;
  font-weight:700;
}

/* icon */
.button.buttonIcon{
  padding-left:50px;
}

.buttonIcon svg{
  position:absolute;
  top:50%;
  left:25px;
  margin:-8px 0 0 0;
  display:inline-block;
  max-height:16px;
  width:auto;
  float:left;
}

.buttonIcon svg path{
  fill:#9e005d;
}

.text-link{
  display:inline-block;
  color:#fff;
  text-decoration:underline;
}

.text-link:hover{
  text-decoration:none;
}

/* colors */
.buttonPurple{
	color:#9e005d;
	border:solid 1px #9e005d;
}

.buttonWhite{
	color:#fff;
	border:solid 1px #fff;
}

.buttonGray{
	color:#606060;
	border:solid 1px #bfbfbf;
}

.buttonGray_Purple{
	color:#606060;
	border:solid 1px #bfbfbf;
  transform:unset;
}

.buttonGray_Purple:hover{
	color:#9e005d;
	border:solid 1px #9e005d;
  transform:unset;
}


/* icons */
.button.buttonIconArrowBottom{
	
}

.button.buttonIconArrowBottom:before{
	content:'';
	position:relative;
	top:2px;
	display:inline-block;
	margin:0 9px 0 0;
	width:8px;
	height:13px;
	background:url(../img/icon-arrow-bottom.png) no-repeat;	
}

/* Header =========================== */
header{
  position:fixed;
  left:0;
  top:0;
  width:100%;
  background:#fff;
  padding:8px 0 6px;	
  z-index:999;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.1); 
}

header .container{
  display:flex;
  flex-direction:row;
  justify-content:space-between;
}

header .container:after{
  display:none;
}

/* logo */
header .logo{
  display:block;
  width:150px;
  text-decoration:none;
  float:left;
  text-align:center;
}

header .logo img{
  display:block;
  width:100%;
  max-width:140px;
  height:auto;
  margin:0 5px 2px;
}

header .logo .claim{
  display:inline-block;
	font-family: "Trebuchet MS";
  font-size:10px;
  line-height:10px;
  margin:0;
  color:#9e005d;
  text-transform:uppercase;
  font-weight:600;
  text-align:center;
  letter-spacing:0.5px;
}

header .logo .claim > div{
  position:relative;
  top:-1px;
	display:inline-block;
  color:#999;
}

header .logo .claim span{
  display:none;
}

/* navigation */
header ul{
  list-style:none;
  display:flex;
  flex-direction:row;
}

header ul li{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

header ul li a{
  display:block;
  padding:5px 15px;
  font-size:19px;
  font-weight:400;
  text-decoration:none;
  color:#4b5859;
  transition: all .25s ease;
}

header ul li a:hover{
  color:#9e005d;
}

/* right */
header .right{
  display:flex;  
  align-items: center;
}

.right .phone{

  padding:10px 25px 10px 30px;
  margin-top:10px;
  font-size:14px;
  font-weight:700;
  color:#4b5859;
  border-left:solid 1px #d2d5d5;
}

.right .phone a{
  text-decoration:none;
  font-size:11px;
  color:#4b5859;
}

.right .phone span{
  display:block;
  font-size:15px;
  font-weight:600;
  line-height:17px;
}

.right .phone strong{
  font-size:17px;
  font-weight:700;
  color:#1a171b;
}

/* email */
.right .phone.email{
  padding:10px 15px 10px 0;
  border-left:0;
}

/* CTA */
.buttonCTA{
  padding:10px;
  margin:0 0 0 15px;
  font-size:13px;
  font-weight:600;
  color:#fff;
  background:#079bc5;
  border:0;
}

/* links */
/*
header .right > a{
  float:left;
  margin:18px 0 0 5px;
  display:inline-block;
  width:38px;
  height:38px;
  line-height:38px;
  font-size:16px;
  text-decoration:none;
  text-align:center;
  color:#c1c3c3;
  background:#f6f6f7;
  transition: all .25s ease;
}

header .right > a:hover{
  background:#1a171b;
}

header .right > a svg{
  display:inline-block;
  height:52%;
  width:auto;
  margin:24% 0;
}

header .right > a svg path{ 
  fill:#666467;
  transition: all .25s ease;
}

header .right > a:hover svg path{ 
  fill:#fff;
}
*/

/* bl__1 =========================== */
.bl__1{
  padding:150px 0 100px;
  font-weight:300;
  line-height:normal;
  background:#9e005d;
  color:#fff;
  /*
  background-image:url(../img/hero-sec-2.webp);
  background-size:cover;
  background-position:0% 50%
  */
  background: #9e005d;
  background: linear-gradient(134deg, rgba(7, 155, 197, 1.00) 0%, rgba(158, 0, 93, 1) 49%, rgba(158, 0, 93, 1) 100%);
}

.bl__1 .container{
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
}

.bl__1 p{
	margin:0 0 20px;
	font-size:22px;
	line-height:24px;
	font-weight:300;
	font-style:italic;
	color:#fff;
}

.bl__1 p a{
	color:#fff;
}

.bl__1 h1{
	margin:0 0 35px;
	font-size:48px;
	line-height:58px;
	font-weight:300;
  color:#fff;
}

.bl__1 h1 strong{
	font-weight:700;
}

.bl__1 h2{
	margin:0 0 35px;
	font-size:24px;
	line-height:34px;
	font-weight:300;
}

.bl__1 h2 strong{
	font-weight:700;
}

.bl__1 h3{
	margin:0 0 35px;
	font-size:20px;
	line-height:28px;
	font-weight:400;
}


.bl__1 hr{
  max-width:500px;
  margin:25px auto;;
  width:100%;
  height:1px;
  background:#c5669e;
  border:none;
}

.bl__1 a.button{
  display:inline-block;
  padding:0 25px;
  height:56px;
  line-height:56px;
  margin:0 auto;
  font-size:16px;
  font-weight:700;
  text-transform:uppercase;
  text-decoration:none;
  color:#fff;
  border:solid 1px #fff;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  transition: all .25s ease;
}

.bl__1 a.button:hover{
  transform: scale(1.1);
}

.bl__1 a.button i{
  position:relative;
  top:4px;
  font-size:26px;
  margin-right:20px;
}

/* bl__2 =========================== */
.hp__bl__2{
	text-align:center;
	padding:40px 0 50px;
  background:#fff;
}

strong.title{
	display:block;
	margin:0 0 30px;
	font-size:38px;
	line-height:44px;
	text-align:center;
	color:#9e005d;
}

strong.title em{
	display:block;
	margin:5px 0 0px;
	font-size:28px;
	line-height:36px;
  font-weight:400;
	text-align:center;
	color:#4b5859;
}

.hp__bl__2 strong.title{
	margin:0 0 0;
}

.hp__bl__2 h2{
	margin:-30px 0 15px;
	font-size:23px;
	line-height:28px;
	text-align:center;
	color:#4b5859;
}

.hp__bl__2 h2 strong{
	display:block;
	font-size:36px;
  line-height:44px;
	text-transform:uppercase;
  /*
  background: linear-gradient(to bottom right,#1ca9dd 25%,#9e005d 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  */
  color: #9e005d;
}

.hp__bl__2 p{
	font-size:16px;
	color:#4b5859;
	margin:0 0 20px;
}

.hp__bl__2 p strong{

}

.hp__bl__2 .service-sublist{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:8px;
	min-height:70px;
	margin:0 0 22px;
	padding:0;
}

.hp__bl__2 .service-sublist li{
	margin:0;
	padding:0;
}

.hp__bl__2 .service-sublist a{
	display:inline-block;
	padding:7px 11px;
	font-size:13px;
	font-weight:700;
	line-height:16px;
	text-decoration:none;
	color:#4b5859;
	background:#f6f8f8;
	border:solid 1px #dfe5e6;
	border-radius:4px;
	transition:all .25s ease;
}

.hp__bl__2 .service-sublist a:hover{
	color:#9e005d;
	background:#fff;
	border-color:#9e005d;
}

/* Services overview =========================== */
.services-page{
	position:relative;
	left:50%;
	width:100vw;
	margin-left:-50vw;
	padding:132px 0 70px;
	background:#fff;
}

.services-page > .container{
	background:#fff;
}

.services-page h1{
	margin:0 0 20px;
	font-size:42px;
	line-height:50px;
	font-weight:700;
	text-align:center;
	color:#9e005d;
}

.services-overview{
	padding:22px 0 0;
	background:#fff;
}

.services-overview .container:after{
	display:none;
}

.services-overview strong.title{
	margin:0 0 34px;
	grid-column:1 / -1;
}

.services-overview .grid-0{
	box-sizing:border-box;
	float:none;
	width:auto;
	margin:0;
	padding:18px 34px 4px;
	border-right:solid 1px #e4e9e9;
}

.services-overview .container{
	display:grid;
	grid-template-columns:repeat(3, minmax(0, 1fr));
}

.services-overview .grid-0:last-of-type{
	border-right:none;
}

.services-overview .grid-0 img{
	display:block;
	width:auto;
	max-height:78px;
	margin:0 auto 20px;
}

.services-overview h2{
	margin:0 0 16px;
}

.services-overview p{
	margin:0 0 24px;
}

.services-overview .service-sublist{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:8px;
	min-height:70px;
	margin:0 0 22px;
	padding:0;
}

.services-overview .service-sublist li{
	margin:0;
	padding:0;
}

.services-overview .service-sublist a{
	display:inline-block;
	padding:7px 11px;
	font-size:13px;
	font-weight:700;
	line-height:16px;
	text-decoration:none;
	color:#4b5859;
	background:#f6f8f8;
	border:solid 1px #dfe5e6;
	border-radius:4px;
	transition:all .25s ease;
}

.services-overview .service-sublist a:hover{
	color:#9e005d;
	background:#fff;
	border-color:#9e005d;
}

/* Contact page =========================== */
.contact-page{
	position:relative;
	left:50%;
	width:100vw;
	margin-left:-50vw;
	padding:132px 0 78px;
	background:#fff;
}

.contact-page .container{
	background:#fff;
}

.contact-page h1{
	margin:0 0 14px;
	font-size:42px;
	line-height:50px;
	font-weight:700;
	text-align:center;
	color:#9e005d;
}

.contact-page__intro{
	max-width:760px;
	margin:0 auto 44px;
	font-size:18px;
	line-height:29px;
	text-align:center;
	color:#4b5859;
}

.contact-page__grid{
	display:grid;
	grid-template-columns:minmax(360px, 1.15fr) minmax(360px, 1.15fr) minmax(210px, .7fr);
	gap:0;
	border-top:solid 1px #e3e7e7;
	border-bottom:solid 1px #e3e7e7;
}

.contact-page__panel{
	min-height:330px;
	padding:42px 44px;
	border-right:solid 1px #d8dddd;
	box-sizing:border-box;
	color:#4b5859;
}

.contact-page__panel:last-child{
	border-right:none;
}

.contact-page__panel h2{
	margin:0 0 26px;
	font-size:28px;
	line-height:34px;
	color:#9e005d;
}

.contact-page__panel p{
	margin:0 0 24px;
	font-size:16px;
	line-height:24px;
}

.contact-page__panel em{
	font-size:15px;
	line-height:24px;
}

.contact-page__item{
	margin:0 0 34px;
}

.contact-page__item span{
	display:block;
	margin:0 0 7px;
	font-size:18px;
	font-weight:700;
	color:#4b5859;
}

.contact-page__item a{
	font-size:30px;
	line-height:38px;
	font-weight:600;
	text-decoration:none;
	color:#4b5859;
	transition:all .25s ease;
}

.contact-page__item a strong{
	font-weight:600;
}

.contact-page__item a:hover{
	color:#9e005d;
}

.contact-page__social{
	list-style:none;
	margin:0;
	padding:0;
}

.contact-page__social li{
	margin:0 0 16px;
}

.contact-page__social a{
	display:inline-flex;
	align-items:center;
	gap:14px;
	font-size:17px;
	line-height:24px;
	text-decoration:none;
	color:#4b5859;
	transition:all .25s ease;
}

.contact-page__social a:hover{
	color:#9e005d;
}

.contact-page__social span{
	display:inline-block;
	width:22px;
	font-size:16px;
	font-weight:800;
	text-align:center;
	color:#4b5859;
}

.contact-page__form{
	max-width:560px;
	margin:60px auto 0;
	padding:44px 0 48px;
	text-align:center;
}

.contact-page__form strong.title{
	margin:0 0 10px;
	font-size:32px;
	line-height:38px;
}

.contact-page__form-text{
	margin:0 0 28px;
	font-size:16px;
	line-height:26px;
	color:#4b5859;
}

.contact-page__form .form{
	max-width:480px;
	margin:0 auto;
}

.contact-page__form .form p{
	position:relative;
	margin:0;
	padding:0;
}

.contact-page__form .form p strong{
	display:block;
	padding:0 0 2px;
	font-size:14px;
	font-weight:400;
	font-style:italic;
	color:#606060;
}

.contact-page__form .form .text{
	width:calc(100% - 34px);
	padding:10px 15px;
	margin:0 0 10px;
	font-family:"Poppins", sans-serif;
	font-size:16px;
	font-weight:400;
	font-style:italic;
	color:#606060;
	border:solid 1px #d8dddd;
}

.contact-page__form .form .text.wpcf7-not-valid{
	border:solid 1px red;
}

.contact-page__form .form select{
	width:calc(100% - 2px);
	padding:10px 15px;
	margin:0 0 10px;
	font-family:"Poppins", sans-serif;
	font-size:16px;
	font-weight:400;
	font-style:italic;
	color:#606060;
	border:solid 1px #d8dddd;
}

.contact-page__form .form textarea{
	width:calc(100% - 34px);
	height:84px;
	padding:10px 15px;
	margin:0 0 10px;
	font-family:"Poppins", sans-serif;
	font-size:16px;
	font-weight:400;
	font-style:italic;
	color:#606060;
	border:solid 1px #d8dddd;
}

.contact-page__form .wpcf7-form-control-wrap{
	display:block;
}

.contact-page__form .check p{
	position:relative;
	display:block;
	margin:10px 0 10px;
	font-size:12px;
	font-style:italic;
}

.contact-page__form .check .wpcf7-form-control-wrap{
	display:inline-block;
}

.contact-page__form .wpcf7-list-item{
	margin:0;
}

.contact-page__form .wpcf7-list-item input{
	position:relative;
	top:2px;
	margin:0 5px 0 0;
}

.contact-page__form .check .wpcf7-not-valid{
	border:solid 1px red;
}

.contact-page__form .wpcf7-not-valid-tip{
	position:absolute;
	bottom:-12px;
	left:90px;
	padding:6px;
	font-size:11px;
	font-style:italic;
	font-weight:400;
	color:#fff;
	background:red;
	z-index:10;
}

.contact-page__form .invalid .wpcf7-response-output{
	margin:20px 0 0 0;
	padding:20px;
	font-size:14px;
	text-align:center;
	font-weight:700;
	color:#fff;
	background:red;
	border:0;
}

.contact-page__form .sent .wpcf7-response-output{
	margin:20px 0 0 0;
	padding:20px;
	font-size:14px;
	text-align:center;
	font-weight:700;
	color:#fff;
	background:#479108;
	border:0;
}

.contact-page__form .wpcf7-submit{
	display:inline-block;
	text-transform:uppercase;
	text-decoration:none;
	padding:12px 25px 10px;
	font-size:14px;
	line-height:16px;
	font-weight:700;
	letter-spacing:.5px;
	color:#fff;
	cursor:pointer;
	background:#9e005d;
	border:solid 2px #9e005d;
	transition:all .25s ease;
	transform:perspective(1px) translateZ(0);
	backface-visibility:hidden;
}

.contact-page__form .wpcf7-submit:hover{
	transform:scale(1.1);
}

/* Default page =========================== */
.default-page{
	position:relative;
	left:50%;
	width:100vw;
	margin-left:-50vw;
	padding:132px 0 70px;
	background:#fff;
}

.default-page h1{
	margin:0 0 34px;
}

/* referenceArea__1 =========================== */
.referenceArea__1{
	
}

.referenceArea__1.hp__bl__3{
	max-width:2000px;
	margin:0 auto;
} 

.referenceArea__1 > div{
	position:relative;	
}

.referenceArea__1 .label{
	position:absolute;
	top:10px;
	left:10px;
}

.referenceArea__1 .label > a{
	display:inline-block;
	padding:4px 5px;
	font-size:13px;
	font-weight:700;
	line-height:13px;
	text-transform:uppercase;
	text-decoration:none;
	color:#535353;
	border:solid 1px #535353;
	border-radius:2px;
	transition:all .25s ease;
}

.referenceArea__1 .label > a:hover{
	color:#9e005d;
	border:solid 1px #9e005d;
}

.referenceArea__1 > div > a{
	display:block;
	position:relative;
	text-decoration:none;
	overflow:hidden;
	background:#1a1a1a;	
	z-index:1;
}

.referenceArea__1 > div > a:before{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:1px;
	height:100%;
	background:#efefef;	
}

.referenceArea__1 > div img{
	position:relative;
	display:block;
	width:100%;
	height:auto;
	opacity:0.7;
	transition: all .25s ease;	
}

.referenceArea__1 > div:hover img{
	opacity:0.95;
	transform:scale(1.1);	
}

.referenceArea__1 .gradient{
	position:absolute;
	bottom:0;
	left:1px;
	width:100%;
	height:42%;
	z-index:9;
	background: -moz-linear-gradient(top,  rgba(42,42,42,0) 0%, rgba(42,42,42,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(42,42,42,0) 0%,rgba(42,42,42,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(42,42,42,0) 0%,rgba(42,42,42,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a2a2a', endColorstr='#a62a2a2a',GradientType=0 );
}

.referenceArea__1 .title{
	position:absolute;
	bottom:50px;
	left:0;
	padding:0 40px;
	z-index:10;
	color:#fff;
}

.referenceArea__1 .title h3{
	margin:0 0 10px;
	fonÿ si 듋翴 8px;
	line-height:32px;
	color:#fff;
}

.referenceArea__1 .title h3{
	margin:0 0 0px;
	font-size:28px;
	text-transform:uppercase;
	line-height:32px;
	color:#fff;
}

.referenceArea__1 .title i{
	display:block;
	margin:0 0 10px;
	font-size:20px;
	line-height:24px;
	font-style:italic;
	color:#c4c4c4;
}

/* referenceLogoArea__1 =========================== */
.referenceLogoArea__1{
	padding:40px 0 50px;	
}

.referenceLogoArea__1 .wrapper{
	position:relative;
	max-width:700px;
	margin:0 auto;
	text-align:center;	
}

.referenceLogoArea__1 .wrapper > div{
	display:none;	
}

.referenceLogoArea__1 .wrapper img{
	display:inline-block;
	width:120px;
	line-height:120px;
	margin:6px 5px;
	text-align:center;
	border:solid 1px #d2d2d2;
}

.referenceLogoArea__1 .wrapper img{
	display:inline-block;
	max-width:115px;
	height:auto;
	vertical-align:middle;
	opacity:0.5;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition:all .25s ease;
}

.referenceLogoArea__1 .wrapper img:hover{
	opacity:0.9;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.referenceLogoArea__1 .wrapper .button{
	margin:10px 0 0;	
}

.referenceLogoArea__1 .wrapper .button.hide{
	opacity:0;	
}

.referenceLogoArea__1 .wrapper .gradient{
	display:block;
	position:absolute;
	bottom:55px;
	left:0;
	width:100%;
	height:50px;
	background: -moz-linear-gradient(top,  rgba(239,239,239,0) 0%, rgba(239,239,239,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(239,239,239,0) 0%,rgba(239,239,239,1) 100%);
	background: linear-gradient(to bottom,  rgba(239,239,239,0) 0%,rgba(239,239,239,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efefef', endColorstr='#efefef',GradientType=0 );
}

/* referenceFeedbackArea__1 =========================== */
.hp__bl__4.referenceFeedbackArea__1{
	padding:40px 0 50px;
	background:rgb(255,255,255);
	background:-moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
	background:-webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
	background:linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );

}

.hp__bl__4.referenceFeedbackArea__1 .wrapper{
	max-width:540px;
	margin:0 auto;
	text-align:center;
}

.referenceFeedbackArea__1 p{
	position:relative;
	padding:10px 40px 30px;
	margin:0 0 20px;
	font-size:18px;
	text-align:left;
	color:#4b5859;
	border-bottom:solid 1px #d7d8d9;
}

.referenceFeedbackArea__1 p:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:20px;
	height:19px;
	background:url(../img/icon-quote-left.png);
}

.referenceFeedbackArea__1 p:after{
	content:'';
	position:absolute;
	bottom:20px;
	right:0;
	width:20px;
	height:19px;
	background:url(../img/icon-quote-right.png);
}

.referenceFeedbackArea__1 span{
	display:block;
	float:left;
	font-size:15px;
	line-height:20px;
	text-align:left;
	color:#687475;
}

.referenceFeedbackArea__1 span strong{
	display:block;
	font-size:17px;
	color:#4b5859;
}

.referenceFeedbackArea__1 .slick-slide a{
	float:right;
	display:inline-block;
	text-transform:uppercase;
	text-decoration:none;
	padding:12px 25px 10px;
	font-size:14px;
	line-height:16px;
	font-weight:700;
	letter-spacing:0.5px;
	cursor:pointer;
	transition:all .25s ease;
	transform:perspective(1px) translateZ(0);
	backface-visibility:hidden;
	-webkit-font-smoothing:subpixel-antialiased;
	color:#606060;
  border:solid 1px #bfbfbf;
}

.referenceFeedbackArea__1 .slick-slide a:hover{
	color:#fff;
	background:#606060;
	border:solid 1px #606060;;
}

.referenceFeedbackArea__1 .slick-dots{
	clear:both;
	width:100%;
	text-align:center;
	margin:30px 0 0;
	list-style:none;
}

.referenceFeedbackArea__1 .slick-dots li{
	display:inline-block;
	margin:0 4px;
}


.referenceFeedbackArea__1 .slick-dots button{
	display:block;
	position:relative;
	width:16px;
	height:16px;
	text-indent:-200px;
	overflow:hidden;
	background:#efefef;
	border:solid 2px #7a8485;
	border-radius:100%;
	cursor:pointer;
	transition: all .25s ease;
}

.referenceFeedbackArea__1 .slick-dots li:hover button, .referenceFeedbackArea__1 .slick-dots li.slick-active button{
	background:#9e005d;
	border:solid 2px #9e005d;
}

/* project-grid =========================== */
section.project-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

section.project-grid .item {
  position:relative;
  background: rgba(0,0,0,.15);
}

section.project-grid .item a{
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}

.a {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.b {
  grid-column: 3 / span 4;
  grid-row: 1;
}

.e {
  grid-column: 7 / span 2;
  grid-row: 1;
}

.c {
  grid-column: 3 / span 2;
  grid-row: 2;
}

.d {
  grid-column: 5 / span 2;
  grid-row: 2;
}

.f {
  grid-column: 7 / span 2;
  grid-row: 2;
}

section.project-grid img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

section.project-grid .content{
  position:absolute;
  top:0;
  left:0;
  padding:60px;
  z-index:9;
}

section.project-grid .content h3{
  margin:0 0 30px;
  font-size:40px;
  line-height:normal;
  font-weight:700;
  color:#fff;
}

section.project-grid .content p{
  margin:0 0 30px;
  font-size:16px;
  line-height:normal;
  font-weight:400;
  color:#fff;
}

section.project-grid .content span.button{
  display: inline-block;
  padding: 0 25px;
  height: 56px;
  line-height: 56px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border: solid 1px #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  transition: all .25s ease;
}

section.project-grid .content span.button:hover{
  transform: scale(1.1);
}


/* Footer =========================== */
footer{
  padding-top:70px;
  font-size:15px;
  color:#4b5859;
  background:#e2e2e2;
}

footer .wrapper{
  padding:0 30px;
}

footer strong.title{
  font-size:24px;
  line-height:28px;
  margin-bottom:16px;
  text-align:left;
  color:#4b5859;
}

footer p{
  margin:0 0 2rem;
  font-size:18px;
  line-height:1.5rem;
}

/* number */
footer .number{
  margin-bottom:10px;
  font-size:20px;
}

footer .number table{
  width:100%;
  border-collapse:separate; 
  border-spacing: 0 10px;
}

footer .number table tr{
}

footer .number table tr td{
  vertical-align:middle;
  margin-bottom:20px;
}

footer .number table tr td:nth-child(1){
  width:76px;
  height:76px;
  font-size:28px;
  text-align:center;
  background-image:url(../img/grid-number.png);
  background-size:74px 74px;
  background-position:50% 50%;
  background-repeat:no-repeat;
}

footer .number table tr td:nth-child(2){
  padding-left:15px;
} 

/* footerService */
footer .footerService h2{
  font-size:17px;
  line-height:20px;
  margin-bottom:7px;
}

footer .footerService h2 i{
  margin-right:5px;
}

footer .footerService ul{
  list-style:none;
  font-size:14px;
  margin-bottom:20px;
}

footer .footerService ul li h3{
  font-size:unset;
  margin:unset;
  padding:unset;
  font-weight:400;
}

footer .footerService ul li a{
  display:block;
  margin-left:30px;
  padding:3px 0 3px 22px;
  text-decoration:none;
  color:#4b5859;
  background:url(../img/footer-ul-line.png) no-repeat 0 50%;
}

footer .footerService ul li a:hover{
  text-decoration:underline;
}

footer .footerService ul li:last-child a{
  background:url(../img/footer-ul-line-end.png) no-repeat 0 -9px;
}

footer.footer-services-page{
	padding-top:58px;
	background:#fff;
	border-top:solid 1px #eef0f0;
}

footer.footer-services-page #footer{
	display:grid;
	grid-template-columns:260px minmax(0, 1fr) 310px;
	gap:46px;
	align-items:start;
}

footer.footer-services-page .grid-5{
	float:none;
	width:auto;
	margin-bottom:0;
}

footer.footer-services-page .wrapper{
	padding:0;
}

footer.footer-services-page .footerService h2{
	margin:0 0 9px;
	font-size:18px;
	line-height:22px;
	color:#4b5859;
}

footer.footer-services-page .footerService ul{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
	margin:0 0 22px;
}

footer.footer-services-page .footerService ul li h3{
	line-height:1;
}

footer.footer-services-page .footerService ul li a,
footer.footer-services-page .footerService ul li:last-child a{
	display:inline-block;
	margin:0;
	padding:7px 11px;
	font-size:13px;
	font-weight:700;
	line-height:16px;
	text-decoration:none;
	color:#4b5859;
	background:#f6f8f8;
	border:solid 1px #dfe5e6;
	border-radius:4px;
	transition:all .25s ease;
}

footer.footer-services-page .footerService ul li a:hover{
	color:#9e005d;
	text-decoration:none;
	background:#fff;
	border-color:#9e005d;
}

footer.footer-services-page .contact table td{
	border-left-color:#d8dddd;
}

/* contact */
footer .contact{

}

footer .contact table{
  width:100%;
  border-collapse:separate; 
  border-spacing: 0 10px;
}

footer .contact table td{
  padding:10px 0 10px 15px;
  font-size:14px;
  font-weight:700;
  color:#4b5859;
  border-left:solid 1px #bcbfc0;
  letter-spacing:1px;
}

footer .contact table td a{
  color:#778182;
  text-decoration:none;
}

footer .contact table td span{
  display:block;
  font-size:13px;
  font-weight:600;
  line-height:9px;
}

footer .contact table td strong{
  font-size:20px;
  color:#4b5859;
}


/* copyright */
footer .copyright{
  padding:20px 0;
  line-height:25px;
  font-size:13px;
  text-align:center;
  color:#fff;
  background:#000000; 
}

footer .copyright img{
  width:auto;
  height:15px;
  margin-left:5px;
  vertical-align:middle;
}

footer .copyright span{
  display:inline-block;
  padding:0 20px;
  color:#fff;
}

footer .copyright a{
  color:#fff;
}

/* referenceHeadPanel =========================== */
.referenceHeadPanel{
  position:fixed;
  left:0;
  top:90px;
  width:100%;
  padding:10px 0;
  background:#fff;
  z-index:1000;
  border-top:solid 1px #d2d5d5;
  border-bottom:solid 1px #d2d5d5;
}

.referenceHeadPanel .left{
  float:left;
}

.referenceHeadPanel .right{
  float:right;
}

.referenceHeadPanel .button{
  padding:7px 10px 5px;
  font-size:14px;
}

.referenceHeadPanel .left .button{
  margin:0 5px 0 0;
}

.referenceHeadPanel .right .button{
  margin:0 0 0 5px;
}

.referenceHeadPanel .button:hover{
  transform:scale(1.0);
  color:#9e005d;
  border:solid 1px #9e005d;
}

/* refernceTopArea =========================== */
.refernceTopArea{

}

/* Head Image Area */
.refernceTopArea .imgWrapper{
  height:450px;
  line-height:450px;
}

.refernceTopArea .imgWrapper img{
  max-width:100%;
  max-height:100%;
  vertical-align:middle;
}

/* Head Text Area */
.refernceTopArea .titleArea{
  margin:0 0 30px;
}

.refernceTopArea .titleArea h1{
  font-size:42px;
  line-height:50px;
  font-weight:700;
  margin:0 0 10px;
  color:#9e005d;
}

.refernceTopArea .titleArea strong{
  font-size:30px;
  line-height:24px;
  font-weight:700;
  margin:0;
  color:#586465;
}

.refernceTopArea .desc p{
  margin:0 0 2rem;
  font-size:20px;
  line-height:1.5rem;
  text-align:justify;
}

/* content Type =========================== */
.afterHeader{
  margin:90px 0 0 0;
}

.afterHeaderReferenceTheme{
  margin:143px 0 0 0;
}

/* blockType__01 */
.blockType__01{ 
  padding:70px 0;
  display:flex;
  flex-direction:row;
  align-items:center;
}

.blockType__01 .wrapper{ 
  padding:0 70px;
}

.blockType__01 .wrapper.iframe{ 
  text-align:right;
}

.blockType__01 .wrapper.iframe.iframeReverse{ 
  text-align:left;
}

.blockType__01 .wrapper.a-right{ 
  width:unset;
  text-align:right;
}

.blockType__01 .wrapper.a-right p{ 
  text-align:right;
} 

.blockType__01 img{
  width:100%;
  height:auto;
}

.blockType__01 iframe{
  display:inline-block;
  width:300px;
  height:250px;
  border:0;
  margin:0 auto;
}

.blockType__01 .button{
  margin:0 0 2rem;
}

/* template__Content =========================== */
.template__Content h1{
  margin: 0 0 2rem;
  font-size:42px;
  line-height:50px;
  font-weight:700;
  color:#9e005d;
}

.template__Content h2{
  margin: 0 0 1.5rem;
  font-size:40px;
  line-height:normal;
  font-weight:700;
  color:#9e005d;
}

.template__Content h3{
  margin: 0 0 1.5rem;
  font-size:34px;
  line-height:normal;
  font-weight:700;
  color:#9e005d;
}

.template__Content p{
  margin:0 0 2rem;
  font-size:20px;
  line-height:1.5rem;
  text-align:left;
  color:#4b5859;
}

.template__Content p a{
  color:#9e005d;
}

/* fullWidthTitle =========================== */
.template__Content.fullWidthTitle{
  padding:40px 70px;
  text-align:center;
}

.template__Content.fullWidthTitle h2{
  margin:0 0 -40px;
}

/* reference_Grid =========================== */
.reference_Grid{
  display:flex;
  flex-direction:row;
  align-items:center;
  flex-wrap:wrap;
}

.reference_Grid a{
  position:relative;
  display:block;
  overflow:hidden;
  text-decoration:none;
  background:#fff;
  border-right:solid 1px #a4abab96;
  border-bottom:solid 1px #a4abab96;
}

.reference_Grid .grid-4:nth-child(3n) a{
  border-right:unset;
}

.reference_Grid a img{
  position:relative;
  width:100%;
  height:100%;
  object-fit: cover;
  z-index:2;
  opacity: 1;
  transition:all .15s ease;
}

.reference_Grid a:hover img{
  opacity:0.95;
  transform:scale(1.1);
}

.reference_Grid a .desc{
  position:relative;
  width:100%;
  margin:-40px 0 0;
  z-index:3;
  background: rgb(42,42,42);
  background: linear-gradient(180deg, rgba(42,42,42,0) 0%, rgba(0,0,0,0.125) 100%);  
}

.reference_Grid a .desc .wrapper{
  padding:0 25px 25px;
}

.reference_Grid a .desc h2{
  margin:0 0 1.5rem;
  font-size:16px;
  line-height:normal;
  font-weight:400;
  color:#7f8686;
}

.reference_Grid a .desc h2 span{
  display:block;
  margin:0;
  font-size:30px;
  font-weight:700;
  text-transform:uppercase;
  color:#525053;
}

/* reference_Theme =========================== */
body.referenceGrid_Theme h1{
  display:none;
}

.reference_Theme{

}

.reference_Theme h1{
  font-size:42px;
  font-weight:700;
  line-height:50px;
  margin:0 0 2rem;
  color:#9e005d;
}

.reference_Theme h1 span{
	display:block;
	font-size:42px;
	font-weight:700;
	line-height:50px;
	margin:0 0 0.1rem;
	color:#9e005d;
}

/* service_Grid =========================== */
.serviceGrid_Theme h1{
  display:none;
}

.service_Grid{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
}

.service_Grid .grid-6{
  background:#fff;
}

.service_Grid .wrapper{
  text-align:center;
}

.service_Grid .wrapper img{
  width:auto;
  height:70px;
  margin:0 0 1rem;
}

.service_Grid .wrapper h2{
  margin:0 0 1rem;
  font-size:30px;
  line-height:normal;
  color:#9e005d;
}

.service_Grid .wrapper p{
  margin:0 0 1rem;
  font-size:20px;
  line-height:1.5rem;
  text-align:center;
}

.service_Grid .wrapper ul{
  list-style:none;
  display:inline-block;  
  margin:0 auto;
  font-size:17px;
  text-align:center;
}

.service_Grid .wrapper ul li{
  position:relative;
  margin:6px 0;
  padding:0 15px;
  text-align:left;
}

.service_Grid .wrapper ul li h3{
  margin:unset;
  padding:unset;
  font-size:17px;
  line-height:auto;
  font-weight:400;
}

.service_Grid .wrapper ul li:after{
  position:absolute;
  top:50%;
  left:0;
  content:'';
  width:4px;
  height:4px;
  margin:-2px 0 0 0;
  background:#929696;
}

.service_Grid .wrapper ul li a{
  color:#9e005d;
}

/* contact_section =========================== */
body.contact_Theme h1{
  display:none;
}

.contact_section h2{
  margin:0 0 1rem;
  font-size:30px;
  line-height:normal;
  color:#9e005d;
}

.contact_section p{
  margin:0 0 2rem;
  font-size:20px;
  line-height:1.5rem;
  text-align:left;
}

/* contact_section_01 */
.contact_section_01{
  padding:70px 0;
  display:flex;
  flex-direction:row;
  align-items:stretch;
}

.contact_section_01 .wrapper{
  padding:0 75px;
  height:100%;
  border-right:solid 1px #d2cdcd;
}

.contact_section_01 .contact table{
  width:100%;
  border-collapse:separate; 
  border-spacing: 0 10px;
}

.contact_section_01 .contact table td{
  padding:14px 0 14px 0;
  font-size:24px;
  font-weight:700;
  color:#4b5859;
  letter-spacing:1px;
}

.contact_section_01 .contact table td a{
  color:#778182;
  text-decoration:none;
}

.contact_section_01 .contact table td span{
  display:block;
  font-size:20px;
  font-weight:600;
  line-height:14px;
}

.contact_section_01 .contact table td strong{
  font-size:50px;
  color:#4b5859;
}

/**/
.contact_section_01 ul{
  list-style:none;
  font-size:20px;
  line-height:1.5rem;
  text-align:left;
}

.contact_section_01 ul li{
  position:relative;
  margin:7px 0;
  padding:0 0 0 30px;
}

.contact_section_01 ul li svg{
  position:absolute;
  top:50%;
  left:0;
  width:auto;
  height:14px;
  margin:-7px 0 0 0;
}

.contact_section_01 ul li svg path{
  fill:#4b5859;
}

.contact_section_01 ul li a{
  color:#4b5870;
  text-decoration:none;
}

.contact_section_01 ul li a:hover{
  text-decoration:underline;
}

/* textContent_page =========================== */
.textContent_page{
  padding:70px 0;
}

.textContent_page h1{
	margin:0 0 2rem;
	font-size:42px;
	line-height:50px;
	font-weight:700;
	color:#9e005d;
}

.textContent_page p{
  margin:0 0 2rem;
  font-size:20px;
  line-height:1.5rem;
  text-align:left;
}

/* cookie lišta  =========================== */
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll{
  background-color: #9e005d!important;
  border-color: #9e005d!important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton{
  border: 2px solid #9e005d!important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection{
  border-color: #9e005d!important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a{
  color: #9e005d!important;
}

#CybotCookiebotDialogTabContent input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #9e005d!important;
}

#CybotCookiebotDialogTabContent input[type=checkbox][disabled]:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #D6D6D6!important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-bottom: 1px solid #9e005d!important;
    color: #9e005d!important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
    color: #9e005d!important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogPoweredbyCybot{
  opacity:0.4!important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogPoweredbyImage{
  display:none!important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg{
  fill: #9e005d!important;
}

#CookiebotWidget .CookiebotWidget-consent-details button {
  color: #9e005d!important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  background-color: #9e005d!important;
  border-color: #9e005d!important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
  border-color: #9e005d!important;
}

/* pricelist-section */
.pricelist-section{
  padding:60px 0;
}

.pricelist-section p{
  text-align:center;
  margin:0 0 40px;
}

.pricelist-section .grid-area{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricelist-section .list{
  position:relative;
  background:#fff;
  box-shadow:0px 2px 10px #00000020;
  margin:20px 0;
  z-index:1;
}

.pricelist-section .list:nth-child(2){
  padding:20px 0;
  margin:0px 0;
  z-index:2;
}

.pricelist-section .list .wrapper{
  padding:40px;
  text-align:center
}

.pricelist-section .list h3{
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #9e005d;
}

.pricelist-section .list p{
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}

.pricelist-section .list p strong{
  display:inline-block;
  margin: 0 0 6px;
}

.pricelist-section .list h4{
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #9e005d;
}

.pricelist-section .list i{
  display:block;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
}

.pricelist-section .list span.button,
.pricelist-section .list a.button{
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all .25s ease;
  transform: perspective(1px) translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}

.pricelist-section .list span.button:hover,
.pricelist-section .list a.button:hover{
  color:#fff;
  background:#9e005d;
}


/* cta-section */
.cta-section{
  padding:60px 0; 
  background: #9e005d;
  color: #fff;
  background: #9e005d;
  background: linear-gradient(134deg, rgba(7, 155, 197, 1.00) 0%, rgba(158, 0, 93, 1) 49%, rgba(158, 0, 93, 1) 100%);
}

.cta-section .flex-area{
  width:100%;
  max-width:800px;
  margin:0 auto;
  gap:60px;
  align-items: center;
}

.cta-section .flex-area > div{
  flex:2;
}

.cta-section .flex-area > div:last-child{
  flex:1;
}

.cta-section h3{
  display: block;
  margin: 0 0 30px;
  font-size: 38px;
  line-height: 44px;
  text-align: left;
  color: #fff;
}

.cta-section p{
  display: block;
  margin: 0;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  color: #fff;
}

.cta-section .button{
  text-align:center;
  line-height:18px;
  color:#9e005d;
  background:#fff;
}

/* cta-section-service */
.cta-section-service{
  margin:0 0 60px;
}

.cta-section-service .flex-area{
  max-width: unset;
}

/* about-us-section */
.about-us-section{
  padding:60px 0;  
}

.about-us-section .flex-area{
  gap:60px;
}

.about-us-section .grid-area{
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 100px;
}

.about-us-section .grid-area > div:last-child {
  min-width: 0;  /* klíčové! */
}

.about-us-section .flex-area > div{
  flex: 1 0 0;
}

.about-us-section .flex-area > div:last-of-type{
  flex: 1 0 0;
}

.about-us-section .flex-area img{
  display:block;
  width:100%; 
  height:auto;
}

/**/
.reviews-wrapper{
  position:relative;
  width: calc(100% - 0px);
  padding:34px 0 0 0px;
}

.reviews-carousel{
  width:100%;
}

.reviews-carousel .review{

}

.reviews-carousel .review .wrapper{
  margin:0 10px;
}

.reviews-carousel .review .wrapper .content{
  padding:30px;
  color:#1d1d1b;
  background:#dfdfdf;
  border-radius:20px;
}

.reviews-carousel .review .wrapper .content p{
  margin:0;
  text-align:left;
  color:#1d1d1b;
}

.reviews-carousel .star-area{
  margin:0 0 10px;
  display:flex;
}

.reviews-carousel .star-area > span{
  display:block;
  width:24px;
  height:24px;
  background-image: url(../img/star.png);
  background-size: 24px auto;
  background-position: 0 0;
}

.reviews-carousel .name{
  display:block;
  margin:10px 0 0 ;
  color:#645859;
}

.reviews-carousel .slick-arrow{
  position:absolute;
  top:-34px;
  right:0;
  width:24px;
  height:24px;
  overflow:hidden;
  text-indent:-250px;
  border:0;
  background:usent;
  background-image:url(../img/arrow-carousel.png);
  background-size:24px auto;
  background-position:0 0;
  z-index:10;
}

.reviews-carousel .slick-arrow.slick-prev{
  right:34px;
  transform:rotate(180deg);
}

/**/
.small-cta-area{
  margin:60px 0 auto 0;
  width:100%;
  display:flex;
  justify-content: center;
}

.small-cta-area .wrapper{
  max-width:760px;
  padding:60px;
  text-align:center;
  background: #9e005d;
  color: #fff;
  background: #9e005d;
  background: linear-gradient(134deg, rgba(7, 155, 197, 1.00) 0%, rgba(158, 0, 93, 1) 49%, rgba(158, 0, 93, 1) 100%);
}

.small-cta-area p{
  font-size: 16px;
  margin: 0 0 20px;
  color:#fff;
}

.small-cta-area .button {
  text-align: center;
  line-height: 18px;
  color: #9e005d;
  background: #fff;
}

/* form-section */
.form-section{
  padding:60px 0;
  background:#fff;
}

.form-section .sub-text{
  text-align:center;
}

.form-section .form{
  max-width:480px;
  margin:0 auto;
  padding:0;
}

.form-section .form p{
  position:relative;
  margin:0;
  padding:0;
}

.form-section .form p strong{
  display:block;
  padding:0 0 2px;
  font-size:14px;
  font-weight:400;
  font-style:italic;
  color:#606060;
}

.form-section .form .text{
  width:calc(100% - 34px);
  padding:10px 15px;
  margin:0 0 10px;
  font-family: "Poppins", sans-serif;
  font-size:16px;
  font-weight:400;
  font-style:italic;
  color:#606060;
  border:solid 1px #cacdcd;
}

.form-section .form .text.wpcf7-not-valid{
  border:solid 1px red;
}

.form-section .form select{
  width:calc(100% - 2px);
  padding:10px 15px;
  margin:0 0 10px;
  font-family: "Poppins", sans-serif;
  font-size:16px;
  font-weight:400;
  font-style:italic;
  color:#606060;
  border:solid 1px #cacdcd;
}

.form-section .form textarea{
  width:calc(100% - 34px);
  padding:10px 15px;
  height:40px;
  margin:0 0 10px;
  font-family: "Poppins", sans-serif;
  font-size:16px;
  font-weight:400;
  font-style:italic;
  color:#606060;
  border:solid 1px #cacdcd;
}

.form-section  .wpcf7-form-control-wrap{
  display:block;
}

/**/
.form-section .check p{
  position:relative;
  display:block;
  margin:10px 0 10px;
  font-size:12px;
  font-style:italic;
}

.form-section .check .wpcf7-form-control-wrap{
  display:inline-block;
}

.form-section .wpcf7-list-item{
  margin:0;
}

.form-section .wpcf7-list-item input{
  position:relative;
  top:2px;
  margin:0 5px 0 0;
}

.form-section .check .wpcf7-not-valid{
  border:solid 1px red;
}

/**/
.form-section  .wpcf7-not-valid-tip{
  position:absolute;
  bottom: -12px;
  left: 90px;
  padding:6px;
  font-size:11px;
  font-style:italic;
  font-weight:400;
  color:#fff;
  background:red;
  border-radius:2px;
  white-space: nowrap;
  z-index: 99;
}

/**/
.form-section .invalid .wpcf7-response-output{
  margin: 20px 0 0 0;
  padding: 20px;
  font-size:14px;
  text-align:center;
  font-weight:700;
  color:#fff;
  background:red;
  border:0px;
  border-radius:5px;
}

.form-section .sent .wpcf7-response-output{
  margin: 20px 0 0 0;
  padding: 20px;
  font-size:14px;
  text-align:center;
  font-weight:700;
  color:#fff;
  background:#479108;
  border:0px;
  border-radius:5px;
}

/**/
.form-section .wpcf7-submit{
  display:inline-block;
  text-transform:uppercase;
  text-decoration:none;
  padding: 12px 25px 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing:0.5px;
  cursor:pointer;
  transition:all .25s ease;
  transform:perspective(1px) translateZ(0);
	backface-visibility:hidden;
  -webkit-font-smoothing:subpixel-antialiased;
  color: #fff;
  border: solid 1px #9e005d;
  background:#9e005d;
}

.form-section .wpcf7-submit:hover{
  transform:scale(1.1);
}

/* form-section-service */
.form-section-service{
  margin:0 0 60px;
  background:#dfdfdf;
}

/* local-nav */
.local-nav{
  padding:40px 0;
  background:#fff;
}

.local-nav ul{
  list-style:none;
  display:flex;
  gap:30px;
  justify-content: center;
}

.local-nav ul a{
  display: inline-block;
  padding:14px 24px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all .25s ease;
  transform: perspective(1px) translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  text-align: center;
  line-height: 18px;
  color: #fff;
  background: #9e005d;
}

.local-nav ul a:hover{
  transform:scale(1.025);
}

/* hp-faq-section */
.hp-faq-section{
  padding:60px 0;
  background:#f4f6f7;
}

.hp-faq-section strong.title{
  margin:0 0 34px;
}

.hp-faq-section .faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:18px;
}

.hp-faq-section .faq-item{
  padding:30px;
  background:#fff;
  box-shadow:0px 2px 10px #00000014;
}

.hp-faq-section .faq-item h3{
  margin:0 0 12px;
  font-size:22px;
  line-height:29px;
  font-weight:700;
  color:#9e005d;
}

.hp-faq-section .faq-item p{
  margin:0;
  font-size:15px;
  line-height:24px;
  color:#4b5859;
}

/* service-template */
.service-template-section-01{
  padding:140px 0 60px 0;
}

.service-template-section-01 h1{
  margin: 0 0 35px;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  color:#9e005d;
}

.service-template-section-02{
  padding:0 0 60px;  
}

.service-template-section-02 h2{
  display: block;
  margin: 0 0 30px;
  font-size: 38px;
  line-height: 44px;
  color: #9e005d;  
}

.service-template-section-02 .grid-area{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:40px;  
}

.service-template-section-02 .grid-area a{
  position:relative;
  display:block;
  padding:40px;
  text-decoration:none;
  background:#fff;
}

.service-template-section-02 .grid-area a h3{
  display: block;
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 30px;
  color: #9e005d;
}

.service-template-section-02 .grid-area a .btn{
  position:absolute;
  bottom:0px;
  right:0px;
  width:40px;
  height:40px;
  display:flex;
  align-items: center;
  justify-content: center;
  font-size:24px;
  color:#fff;
  background: #9e005d;;  
}

/**/
.faq-area{
  padding:0 0 60px;  
}

.faq-area h2{
  display: block;
  margin: 0 0 30px;
  font-size: 38px;
  line-height: 44px;
  color: #9e005d;
}

.faq-area .faq-list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:10px;  
}

.faq-area .faq-list .faq-item{
  padding:10px;
  background:#ffffff85;
}

.faq-area .faq-list .faq-item h3{
  display: block;
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 26px;
}

.faq-area .faq-list .faq-item p{
  display: block;
  margin: 0 0 0px;
  font-size: 12px;
  line-height: 18px;
}

/* editor-content */
.editor-content{
}

.editor-content h2{
  margin: 0 0 24px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #9e005d;
}

.editor-content h3{
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.editor-content hr{
  height:1px;
  border:0;
  margin:0 0 30px;
  background:#00000025;
}

.editor-content a{
  color: #9e005d;
}

.editor-content p{
  margin: 0 0 30px;
}

.editor-content ul{
  list-style:none;
  margin: 0 0 30px;
  font-size: 16px;
  line-height: normal;
  color: #4b5859;
}

.editor-content ul li{
  display:flex;
  align-items: center;
  gap:10px;
  padding:0 0 4px 0;
}

.editor-content ul li:before{
  content:'';
  display:block;
  width:6px;
  height:6px;
  border-radius:100%;
  background:#9e005d;
}

/**/
.reference-template-section-00{
  margin:95px 0 0;
  padding:60px 0;
  background: #9e005d;
  color: #fff;
  background: #9e005d;
  background: linear-gradient(134deg, rgba(7, 155, 197, 1.00) 0%, rgba(158, 0, 93, 1) 49%, rgba(158, 0, 93, 1) 100%);
}

.reference-template-section-00 h1{
  margin: 0 0 35px;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  color:#fff;
}

.reference-template-section-00 p{
  margin: 0 0 35px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 200;
  color:#fff;
}

.reference-template-section-00 ul{
  display:flex;
  list-style:none;
  gap:40px;
  margin: 0 0 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  color:#fff;
}

.reference-template-section-00 ul li{
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 0 0;
  padding: 4px 8px;
  background: #30082070;
  border-radius: 5px;
}

.reference-template-section-00 ul li:before{
  content:'';
  display:block;
  width:1px;
  height:1px;
  background:#fff;
}

/***/
.reference-template .wp-element-button{
  display: inline-block;
  padding: 14px 24px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all .25s ease;
  transform: perspective(1px) translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  text-align: center;
  line-height: 18px;
  color: #fff;
  background: #9e005d;
  border-radius:0;
}

/**/
.reference-template-section-01{
  padding:60px 0;
}

/**/
.reference-template-editor-section .wp-block-image {
    height: 450px;
    overflow: hidden;
}

.reference-template-editor-section .wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
