/* General */

/* html {
  scroll-behavior: smooth;
} */
html,
body {
	overflow-x: hidden;
	overflow-y: auto;
}

html.safari {
	height: 100%;
}
body {
	position: relative;
	font-family: 'Geologica', sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: #F2F2F2;
}
.revert-colors{
	color:#F5F2DE;
}
img {
	max-width: 100%;
	height: auto;
}
del{
	text-decoration: none;
}
.underline-text {
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-color:  #5BC096;
	text-decoration-thickness: 9%;
	text-underline-offset: 25%;
	text-underline-position: from-font;
}

a,
a:hover,
a:focus {
	display: inline-block;
	cursor: pointer; 
	text-decoration: none;
}
a {
	color: ;
}
.revert-colors a {
	color: ;
}
a:hover,
a:focus {
	text-decoration: underline;
}


.white-links #menu-main-menu li a,
.white-links #menu-main-menu-gr li a,
.white-links #languages-icon a {
	color: #fff;
}
.blue-links #languages-icon a,
.blue-links #languages-collapse a {
	color: #102948;
}


/* Transitions */
a,
.transition,
#languages li a.wpml-ls-link .wpml-ls-native {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

/* Site Logo */
#logo img.custom-logo {
	height: 100%;
	width: auto;
}

/* Heights */

/* Colors */
.black-text {
	color: #000;
}
.blue-text {
	color: #102948;
}
.green-text,
.green-text h1,
.green-text h2{
	color: #5BC096;
}
.white-text {
	color: rgba(255, 255, 255, 1);
}


/* Fills */
.white-fill {
	fill: #fff;
}
.black-fill {
	fill: #000;
}

/* Backgrounds */
.white-bg {
	background-color: #fff;
}
.grey-bg{
	background-color: rgb(242, 242, 242);
}
.blue-bg{
	background-color: rgba(15, 41, 72, 1);
}
.black-bg {
	background-color: #111209;
}
.light-green-bg {
	background-color: #5BC096;
}
/* Text Size */
.text-600 {
	font-size:clamp(18px, 31.3vw, 600px);
}
.text-130 {
	font-size:clamp(32px, 6.771vw, 130px);
}

.text-80,
.text-80 p,
.text-80 h2,
.text-80 h3{
	font-size:clamp(40px, 3.125vw,80px);
}

.text-60,
.text-60 p,
.text-60 h2,
.text-60 h3{
	font-size:clamp(30px, 3.125vw,60px);
	line-height: clamp(40px, 4.635vw, 89px);
}

.text-40,
.text-40 p{
	font-size:clamp(26px, 2.083vw,40px);
	line-height: normal;
	font-weight: 400;
}

.text-32{
	font-size:clamp(22px, 1.667vw,32px);
	line-height: normal
	
}
.text-22 { 
	font-size:clamp(18px, 1.146vw,22px);
	line-height: normal;
	
}
.text-18{
	font-size:18px;
	line-height: normal;
}
.text-13{
	font-size:13px;
	line-height: 1;
}

/* Titles */
.xl-title, h1,
.xl-title h2 {
	font-size:clamp(30px, 3.125vw,60px);
	line-height: normal;
	font-weight: 900;
}
.lg-title,
.lg-title h1, 
.lg-title h2 {
	font-size: clamp(25px, 2.344vw,45px);
	line-height: normal;
	font-weight: 400;
}
.md-title,
.md-title h2 {
	font-size: 32px;
	line-height: normal;
	font-weight: normal;
}
.sm-title {
	font-size: 22px;
	line-height: normal;
	font-weight: 400;
}

/* Texts */
.big-text {
	font-size: 25px;
	line-height: normal;
	font-weight: normal;
}
.small-text {
	font-size: 70%;
	font-weight: bold;
}

/* Font Weights */
.font-light {
	font-weight: lighter;
}
strong, .strong {
	font-weight: 800;
	font-style: normal;
}
.font-900,
.font-900 h1,
.font-900 h2 {
	font-weight: 900;
}
.font-800,
.font-800 h1,
.font-800 h2 {
	font-weight: 800;
}
.font-700,
.font-700 h1,
.font-700 h2 {
	font-weight: 700;
}
.font-600,
.font-600 h1,
.font-600 h2 {
	font-weight: 600;
}
.font-500,
.font-500 h1,
.font-500 h2 {
	font-weight: 500;
}
.font-400,
.font-400 h1,
.font-400 h2 {
	font-weight: 400;
}
.font-300,
.font-300 h1,
.font-300 h2 {
	font-weight: 300;
}
.font-200,
.font-200 h1,
.font-200 h2 {
	font-weight: 200;
}

/* Line Height */

.line-height1{
	line-height: 1;
}
.line-height-50{
	line-height: 50%;
} 
.line-height-120{
	line-height: 120%;
} 
.line-height-140 {
	line-height: 140%;
}
.line-height-155 {
	line-height: 155%;
}
.line-height-160 {
	line-height: 160%;
}



/* Buttons */
.button:hover,
.button:focus {
	text-decoration: none;
}
.button {
	
}
.button:hover {

}

/* Paddings */
.sm-t-padding {
	padding-top: clamp(10px, 2.604vw, 40px);
}
.sm-l-padding {
	padding-left: clamp(10px, 2.604vw, 40px);
}
.sm-b-padding {
	padding-bottom: clamp(10px, 2.604vw, 40px);
}
.sm-r-padding {
	padding-right: clamp(10px, 2.604vw, 40px);
}
.t-padding {
	padding-top: clamp(25px, 4.427vw, 80px);
}
.b-padding {
	padding-bottom: clamp(25px, 4.427vw, 80px);
}
.l-padding {
	padding-left: clamp(25px, 4.427vw, 80px);
	
}
.r-padding {
	padding-right: clamp(25px, 4.427vw, 80px);
}
.lg-l-padding {
	padding-left: clamp(50px ,7.813vw,150px);
}

.lg-r-padding {
	padding-right: clamp(50px ,7.813vw,150px);
}
.lg-t-padding {
	padding-top: clamp(50px ,7.813vw,150px);
}
.xl-l-padding {
	padding-left: clamp(100px,11.927vw,229px);
}
.xxl-l-padding {
	padding-left: clamp(180px,11.927vw,300px);
}
.xl-r-padding {
	padding-right: clamp(100px,11.927vw,229px);
}
.xxl-r-padding {
	padding-right: clamp(180px,11.927vw,300px);
}
.xl-t-padding {
	padding-top: clamp(100px,11.927vw,229px);
}
.xxl-t-padding {
	padding-top: clamp(180px,11.927vw,300px);
}
.b-padding {
	padding-bottom: clamp(25px, 4.427vw, 80px);
}
.lg-b-padding {
	padding-bottom: clamp(50px ,7.813vw,150px);
}
.xl-b-padding {
	padding-bottom: clamp(100px,11.927vw,229px);
}
.xxl-b-padding {
	padding-bottom: clamp(180px,11.927vw,300px);
}

/* Margin */
.sm-t-margin {
	margin-top: clamp(10px, 2.604vw, 40px);
}
.sm-l-margin {
	margin-left: clamp(10px, 2.604vw, 40px);
}
.sm-b-margin {
	margin-bottom: clamp(10px, 2.604vw, 40px);
}
.sm-r-margin {
	margin-right: clamp(10px, 2.604vw, 40px);
}
.t-margin {
	margin-top: clamp(25px, 4.427vw, 80px);
}
.lg-t-margin {
	margin-top: clamp(50px ,7.813vw,150px);
}
.xl-t-margin {
	margin-top: clamp(100px,11.927vw,229px);
}
.xxl-t-margin {
	margin-top: clamp(180px,11.927vw,300px);
}
.l-margin {
	margin-left: clamp(25px, 4.427vw, 80px);
}
.lg-l-margin {
	margin-left: clamp(50px ,7.813vw,150px);
}
.r-margin {
	margin-right: clamp(25px, 4.427vw, 80px);
}
.lg-r-margin {
	margin-right: clamp(50px ,7.813vw,150px);
}
.b-margin {
	margin-bottom: clamp(25px, 4.427vw, 80px);
}
.lg-b-margin {
	margin-bottom: clamp(50px ,7.813vw,150px);
}
.xl-b-margin {
	margin-bottom: clamp(100px,11.927vw,229px);
}
.xxl-b-margin {
	margin-bottom: clamp(180px,11.927vw,300px);
}

/* Borders */
.t-border {
	border-top: 1px solid;
}
.b-blue-border {
	border-bottom: 1px solid #102948;

}
.b-green-border {
	border-bottom: 1px solid #5BC096;
}
.b-grey-border {
	border-bottom: 1px solid #F2F2F2;
}

/* Border Radius */
.radius-20 {
	border-radius: 20px;
}
.radius-t-20 {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.radius-b-20 {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.radius-30 {
	border-radius: 30px;
}

/* Plugins */
.grecaptcha-badge {
	z-index: 999;
}
.cn-button.bootstrap {
	border-radius: 0;
	padding: 10px 20px;
}

/* Reveal */
.img-reveal {
	visibility: hidden;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.reveal {
	visibility: hidden;
}

/* Flex center */
.center-all {
	display: flex;
	justify-content: center;
	align-content: center;
	justify-items: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}

/* Z-Indexes */
.z-index--1 {
	z-index: -1;
}
.z-index-1 {
	z-index: 1;
}
.z-index-2 {
	z-index: 2;
}
.z-index-10 {
	z-index: 10;
}
.z-index-99{
	z-index: 9999999;
}

.max-content {
	max-width: max-content;
}
/* Header */

#header-navigation li a{
	margin:  0 clamp(10px,2.604vw,20px);
	color:  #102948;
	text-align: center;
	font-size: clamp(10px,2.604vw,16px);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}


#search-icon svg{
	width: 68px;
	height: 100%;
	
}
#languages-icon,
#languages-collapse{
	background: rgba(211, 214, 221, 0.44);
	/* padding: 23px; */
	border-radius: 100%;
	
}

#mobile-open {
	width: 120px;
	cursor: pointer;
}
.menu-line {
	height: 2px;
	width: 100%;
	margin: 7px 0;
	transition: all .3s linear;
}
/* .menu-line.top {
	width: 80%;
}
.menu-line.bot {
	width: 60%;
} */

#mobile-open:hover .menu-line,
#mobile-menu.opened .menu-line{
	width: 100%;
}

/* Modal Menu */
#mobile-menu-modal {
	border-radius: 20px;
	box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.09);
	width: 350px;
	margin-top: 10px;
	height: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%);
	left: 50%;
}
#mobile-close {
	right: 10px;
	top: 20px;
	height: 30px;
}
#mobile-menu-modal #menu-social {
	font-size: 10px;
	font-weight: normal;
}
.modal-navigation li a{
	font-size:clamp(18px, 1.146vw,22px);
	margin-bottom:10px;
	color: #0f2948;
}
#menu-social li {
	margin-right: 10px;
}
#menu-social li:last-child {
	margin-right: 0px;
}
#menu-modal-menu {
	flex-direction: column;
}
#menu-modal-menu li {
	border-bottom: 1px solid rgba(4, 96, 153, 0.2);
	width: 100%;
	padding: 7px 0;
}
#modal-navigation,
.menu-modal-menu-container {
	width: 100%;
}
#mobile-close {
	cursor: pointer;
}
#mobile-close svg {
	height: 30px;
	width: auto;
}
#mobile-close svg {
	transition: .3s all linear;
}
#mobile-close:hover svg {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

/* Menu & Submenu */
#menu-modal-menu li:last-child {
	border: none;
}
.sub-menu {
	list-style: none;
	padding-left: 10px;
	font-size: 70%;
}
span.accordion-btn {
	cursor: pointer;
	width: 12.5px;
	height: 12.5px;
}
span.accordion-btn span.accordion-line {
	width: 100%;
	height: 2px;
	left: 0;
	top: calc(50% - 1px);
}
span.accordion-btn span.accordion-line.top {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
span.accordion-btn span.accordion-line.active.top {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.underline {
  width: 0;
  border-bottom: 4px solid #59BD94;
  transition: width 0.3s ease;
}

/* Search */
#searchform button{
	right: clamp(20px,1.875vw,36px);
	top: clamp(62px,4.479vw,86px);
}
svg.close-search-form{
	position: absolute;
	top: clamp(12px,1.302vw,25px);
	right: clamp(12px,1.563vw,30px);
	cursor: pointer;
	z-index: 10;
	max-width: clamp(30px,2.083vw,40px);
}
/* Fit Images/Videos */
.fit-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.fit-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
/* .search_close {
	width: 50px;
	height: 50px;
	display: none;
	opacity: 0;
} */
/* #search-icon.opened .search_open {
	display: none;
	opacity: 0;
} */
/* #search-icon.opened .search_close {
	display: block;
	opacity: 1;
} */

/* Order */
.order-1 {
	order: 1;
}
.order-2 {
	order: 2;
}

/* Pagination */
ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.page-numbers li {
	width: auto;
	height: auto;
	margin: 0 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	
}
a.next,a.prev{
	color: rgba(91, 192, 150, 1);;
}
ul.page-numbers li span.page-numbers,
ul.page-numbers li a.page-numbers:not(.next, .prev) {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(91, 192, 150, .5);
}
ul.page-numbers li span.page-numbers,
ul.page-numbers li a.page-numbers:hover {
	background-color: rgba(91, 192, 150, 1);
 }
 ul.page-numbers li a.page-numbers svg {
	stroke: rgba(91, 192, 150, 1);
 }
 ul.page-numbers li a.page-numbers:hover svg {
 	stroke: #fff;
}
ul.page-numbers li a.next,
ul.page-numbers li a.prev {
	width: 50px;
	height: 50px;
	border: 1px solid;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-left: 10px;
}
ul.page-numbers li a.page-numbers.prev svg {
	transform: rotate(-137deg);
	-webkit-transform: rotate(-137deg);
	-moz-transform: rotate(-137deg);
	-ms-transform: rotate(-137deg);
	-o-transform: rotate(-137deg);
}
ul.page-numbers li a.page-numbers.next svg {
	transform: rotate(42deg);
	-webkit-transform: rotate(42deg);
	-moz-transform: rotate(42deg);
	-ms-transform: rotate(42deg);
	-o-transform: rotate(42deg);
}


.button {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

}
.button.nostyle {
	border: none;
	background: none;
}

.button:hover,.button:focus{
	text-decoration: none;
	display: flex;
}
.button span.word,
.button.load-more span.word,
.button.header-contact span.word{
	color: #fff;
	padding: clamp(8px,1.042vw,20px) clamp(15px,1.823vw,35px);
	background:rgba(91, 192, 150, 1);
	border: 1px solid rgba(91, 192, 150, 1);
	border-radius: 40px;
	min-width: 150px;
	text-align: center;
	font-size: 15px;
	font-weight: 300;
	line-height: normal;
	transition: all .3s linear;
	text-transform: uppercase;
}

.contact-btn .button span.word{
	padding: clamp(12px,1.198vw,23px) clamp(30px,2.656vw,51px);
}

#searchOverlay{
	z-index: 999999;
	width: clamp(300px,31.25vw,600px)!important;
	height: 400px;
	min-height: clamp(150px,10.417vw,200px);
	background: #F2F2F2;
}
#searchsubmit svg {
	max-width: clamp(50px,3.385vw,65px);
}

.button:hover span.word,
.button:hover.load-more span.word,
.button.header-contact:hover span.word {
	color:#FFFFFF;
	border-color: transparent;
}
.button span.arrow,
.button.load-more span.arrow,
.button.header-contact span.arrow,
#wpforms-form-186 .wpforms-submit-container span.arrow{
	background:rgba(91, 192, 150, 1);
	border: 1px solid rgba(91, 192, 150, 1);
	border-radius: 100%;
	width: clamp(40px, 3.385vw, 65px);
	height: clamp(40px,3.385vw,65px);
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	justify-items: center;
	transition: all .3s linear;
}
#wpforms-form-186 .wpforms-submit-container span.arrow{
	width: clamp(45px, 3.385vw, 65px);
	height: clamp(45px,3.385vw,65px);
}

.wpforms-submit-container {
  display: flex;
  justify-content: end;
}


.button.load-more span.word {
	background: linear-gradient(140deg, #42B6E9 8.43%, #142640 64.61%) !important;
	border: none;
}

.button.header-contact span.word {
	background: linear-gradient(-40deg, #42B6E9 8.43%, #142640 80%) !important;
	border: none;
}

.button.load-more span.arrow {
	background: #102948;
	border: none;
}
.button.button.header-contact span.arrow {
	background: #42B6E9;
	border: none;
}
.button span.arrow svg,
#wpforms-form-186 .wpforms-submit-container span.arrow svg {
	transform: rotate(0deg);
	transition: all .3s linear;
}
.button.load-more span.arrow svg{
	transform: rotate(90deg);
}
/* .button:hover span.arrow,
#wpforms-form-186 .wpforms-submit-container:hover span.arrow {
	margin-left: 5px;
} */

.button:hover span.arrow svg,
#wpforms-form-186 .wpforms-submit-container:hover span.arrow svg {
	transform: rotate(42deg);
}
.color-text{
	background: linear-gradient(120deg, #42B6E9 7.62%, #142640 92.38%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#wpforms-form-186 .wpforms-field-label-inline {
	color: #102948;
}


/* Search Form */
#s:focus-visible {
	outline: unset !important;
	
}
#searchOverlay {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	right: clamp(30px,4.167vw,80px);
	top: 0;
	pointer-events: none;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
	z-index: 9999999;
	color: #102948;
	font-size: clamp(15px,0.938vw,18px);
	border: 0;
	line-height: 2.5;
	padding: 30px;
	background: #f2f2f2;
	border-bottom-left-radius: 20px!important;
	border-bottom-right-radius: 20px!important;
	width: clamp(300px,31.25vw,600px)!important;
}


#searchOverlay .search-inner-wrapper{
	padding: clamp(15px,1.302vw,25px) clamp(20px,1.823vw,35px);
}
#search-icon {
	cursor: pointer;
	transition: all .3s linear
}
#search-icon:hover {
	opacity:0.6;
}
#s {
	background: white;
	box-shadow: none;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 0;
	border-radius: 20px;
	height: clamp(60px,4.167vw,80px);
	text-indent: 20px;
}

#s::placeholder{
	font-size: 16px;
	color: #102948;
	font-weight: 400;
}
#search_close {
	text-align: center;
	margin-top: 180px;
	position: absolute;
	width: 100%;
}
#search_close svg {
	width: 50px;
	height: auto;
	cursor: pointer;
}
.single-right-svg{
	top: 5%;
	right: clamp(-100px,-5.208vw,-40px);
	z-index: 2;
	width:  clamp(150px, 18.2vw, 350px); 
	height: clamp(230px, 43.2vw, 830px);
	
}
.single-left-svg{
	top: 4%;
	left: 0;
	width: clamp(50px, 15.6vw, 300px);
	height: 840px;
	flex-shrink: 0;
	z-index: 1;
}
.faq-right-svg{
	top: 0;
	right: -150px;
	z-index: -1;
	width:  clamp(150px, 18.2vw, 350px); 
	height: clamp(230px, 43.2vw, 830px);
	
}
/* 404 Page */

.first-4 {
	background: var(--blue, linear-gradient(120deg, #42B6E9 7.62%, #142640 92.38%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.second-4{
	background: var(--green, linear-gradient(120deg, #5BC096 7.62%, #183955 92.38%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.error-video{
	width: auto;
	height: clamp(25px, 26vw,480px);
}

/* FAQ Page */

.accordion{
	--bs-accordion-bg: unset;
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath d='M49.7304 47.0041L17.3796 49.0991L17.091 44.6179L42.2861 42.986L0.772122 3.84316L3.75874 0.675637L45.2819 39.8272L45.431 14.5612L49.9195 14.5881L49.7304 47.0041Z' fill='%23102948'/%3E%3C/svg%3E");
	
}

.accordion-button:not(.collapsed){
	background: unset;
	box-shadow: unset;
}

.accordion-button:not(.collapsed)[aria-expanded="false"]::after {
 background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'><path d='M49.7304 47.0041L17.3796 49.0991L17.091 44.6179L42.2861 42.986L0.772122 3.84316L3.75874 0.675637L45.2819 39.8272L45.431 14.5612L49.9195 14.5881L49.7304 47.0041Z' fill='%23102948'/></svg>");
  	transform:rotate(0deg);
	background-size: clamp(20px,1.823vw,35px);
	  width: clamp(28px,2.083vw,40px);
	  height: clamp(28px,2.083vw,40px);
}

.accordion-button::after{
	background-size: clamp(20px,1.823vw,35px);
	width: clamp(28px,2.083vw,40px);
	height: clamp(28px,2.083vw,40px);
}
.accordion-button[aria-expanded="true"]::after{
	background-image: var(--bs-accordion-btn-icon);
	transform:rotate(180deg);
}

.accordion-button:focus {
	box-shadow: none;
}
.accordion-button {
	padding-left: 0;
	padding-right: 0;
}



/* Contact Form */
div.wpforms-container-full input[type="text"],
div.wpforms-container-full input[type="tel"],
div.wpforms-container-full input[type="email"],
div.wpforms-container-full textarea {
	background-color: unset;
	background-clip:unset;
	border-radius: unset;
	color:var(--wpforms-field-text-color);
	border:unset;
	border-bottom: 1px solid #102948;
	padding:0 var(--wpforms-field-size-padding-h);
	font-size:18px;
	line-height:100%;
	box-shadow:unset;
	
}
div.wpforms-container-full input[type="text"],
div.wpforms-container-full input[type="email"],
div.wpforms-container-full .wpforms-list-inline {
	margin-bottom: clamp(20px,4.2vw ,90px);
}

div.wpforms-container-full .wpforms-field-phone{
	margin-bottom: clamp(20px,4.2vw ,120px);
}

div.wpforms-container-full input[type="text"]:focus:invalid,
div.wpforms-container-full input[type="tel"]:focus:invalid,
div.wpforms-container-full input[type="email"]:focus:invalid,
div.wpforms-container-full textarea:focus{
	border: unset;
	box-shadow: unset;
	border-bottom: 1px solid #102948;
}

div.wpforms-container-full input[type="text"]::placeholder,
div.wpforms-container-full input[type="tel"]::placeholder,
div.wpforms-container-full input[type="email"]::placeholder,
div.wpforms-container-full textarea::placeholder,
div.wpforms-container-full .wpforms-field-label {
	background: linear-gradient(140deg, #42B6E9 0.5% , #142640 15%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 1;
	font-weight: 300;
	width: auto;
}
div.wpforms-container-full input[type="email"]::placeholder,
div.wpforms-container-full textarea::placeholder{
	background: linear-gradient(140deg, #42B6E9 0.5% , #142640 7%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
div.wpforms-container-full .wpforms-field-label{
	background: linear-gradient(140deg, #42B6E9 20.38% , #142640 80.62%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

div.wpforms-container-full input[type="radio"]::after,
div.wpforms-container-full input[type="checkbox"]::after {
	content: '';
	position: absolute;
	left: -14px !important;
	top: -14px !important;
	width: 41px;
	height: 41px;
	box-sizing: content-box;
	cursor: pointer;
}

div.wpforms-container-full input[type="radio"]::before,
div.wpforms-container-full input[type="radio"]:checked::before,
div.wpforms-container-full input[type="checkbox"]::before,
div.wpforms-container-full input[type="checkbox"]:checked::before {
	content: '';
	position: absolute;
	left: -6px;
	top: -6px;
	width: 25px;
	height: 25px;
	box-sizing: content-box;
	cursor: pointer;
	border-width: 1px;
	border-color: #102948;
	background-color: transparent;
	box-shadow: unset;
	border-radius: 100%;
}
div.wpforms-container-full input[type="radio"]:checked::after, div.wpforms-container-full input[type="checkbox"]:checked::after {
	border: 1px solid transparent;
	border-radius: 50%;
	height: 41px;
	background-color: #102948;
	width: 41px;
}
 div.wpforms-container-full input[type="checkbox"]:checked::after {
	margin-top: -1px;
}

#wpforms-186 .wpforms-submit-container .wpforms-submit {
	height: fit-content;
	background-color: rgba(91, 192, 150, 1) !important;
	border-radius: 40px !important;
	border: 1px solid rgba(91, 192, 150, 1);
	box-shadow: none;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	font-weight: 300;
	cursor: pointer;
	transition: all 0.15s ease-in-out;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .3s linear;
	padding: clamp(14px,1.198vw,23px) clamp(35px,3.49vw,67px);
}

#wpforms-submit-186:focus::after{
	border: unset;
}
.contact-desc p:nth-child(2){
	margin-top: clamp(20px,2.083vw,40px);
}

/* About Us */

.csr-content{
	max-width: 1200px;	
}
.post-thumb-wrapper {
	height: 95vh;
}

.post-thumb,
#bolg-posts {
	margin-top: clamp(-500px, -2.6vw, -200px);
}
.post-content a {
	color: rgb(91, 192, 150);
}

.page-right-svg,
.csr-right-svg,
.sinle-post-right-svg{
	top: 400px;
	right: 0;
	z-index: 1;
	width:  clamp(150px, 18.2vw, 500px); 
	height: clamp(230px, 43.2vw, 820px);
}
.csr-right-svg{
	top: -120px;
	width: 150px;
	height: 300px;
}
.csr-left-svg {
	bottom: -100px;
	left: 0;
	z-index: 1;
	width:  clamp(150px, 18.2vw, 280px); 
	height: clamp(230px, 43.2vw, 730px);
	transform: rotateX(180deg);
}
.page-left-svg,
.about-left-svg,
.sinle-post-left-svg{
	top: 100px;
	left: 0;
	width:  clamp(150px, 18.2vw, 500px); 
	height:  clamp(230px, 43.2vw, 820px);
	z-index: 1;
}
.page-template-template-about .page-left-svg{
	z-index: 11;
}
.about-content-title {
	z-index: 12;
}
.about-left-svg{
	width: clamp(150px, 18.2vw, 350px); 
	top: unset;
	bottom: -500px;
}

.sinle-post-right-svg{
	width:  clamp(100px,10.417vw, 200px); 
	top: 22%;
	height: auto;
}
.sinle-post-left-svg{
	top: 4%;
	width:  clamp(130px, 13.542vw, 260px); 
}

#post-hero  .post-img-wrapper{
	 height: 80vh;
}



/* Blog */



.blog-title-wrapper {
	position: relative;
}

#more-blog-posts .more-blog-posts-content .word{
	padding-inline: clamp(35px,3.229vw,62px);
}

.blog-content-wrapper .blog-info-content {
	opacity: 0;
}
.blog-content-wrapper.hovered .blog-info-content {
	opacity: 1;
}


.button-read-more.rotate svg {
	transform: rotate(-90deg);
	transition: transform 0.3s ease;
}

.button-read-more svg {
	transition: transform 0.3s ease;
}

.blog-single-content {
	margin-top: clamp( -200px, -10vw, -100px);
}

.single-post h1{
	font-weight: 500;
}

#post-hero .post-img-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3; 
  pointer-events: none;
  z-index: 0;
}

/* More Blog Posts Shortcode */
/* .latest-blog-posts-slider .swiper-slide {
	text-align: center;
} */
.latest-posts-slider img {
	max-width: 100%;
	height: auto;
}

/* Product Page Accordion */
#accordionTreatments {
	--bs-accordion-border-color:none;	
}

.rotate-icon {
	display: inline-block;
}

.accordion-collapse.show ~ .rotate-icon,
button[aria-expanded="true"] .rotate-icon {
	transform: rotate(-95deg);
}

.prod-right-svg {
	top: -500px;
	right: 0;
	z-index: -1;
	width: clamp(130px, 18.2vw, 250px);
	height: clamp(230px, 43.2vw, 700px);
}

/* Single Product*/

.prod-content.blue-bg,
.blog-content.blue-bg,
.about-content.blue-bg {
	min-height: clamp(600px,49.271vw,946px);
	max-height: 946px;
}
.prod-thumb{
	margin-top: clamp(-500px, -20.6vw, -300px);
}
.prod-spec-title-wrapper{
	border-bottom: 2px solid #102948;
}
.single-prod-left-svg{
	width: clamp(150px, 18.2vw, 450px); 
	top: unset;
	top:-150px;
}
.button.page-contact span.word {
	background: linear-gradient(290deg, #42B6E9 15.81%, #142640 91.16%);
	border: none;
}
.button.page-contact span.arrow {
	background:#42B6E9;
	border: 1px solid #42B6E9;
}
.dowladable-file span.arrow svg,
.dowladable-file:hover span.arrow svg {
	transform: rotate(135deg);
	transition: unset;
}

.dowladable-file a:hover .arrow {
	transform: rotate(45deg);
}
.product-accordion-icon-btn .rotate-icon {
	transform:rotate(0deg);
	background-size: clamp(20px,1.823vw,35px);
	width: clamp(28px,2.083vw,40px);
	height: clamp(28px,2.083vw,40px);
}

.product-accordion-icon-btn .rotate-icon svg{
	max-height:clamp(20px,1.823vw,35px);
}

.single-product .prod-thumb-wrapper img{
	max-height: clamp(400px,49.219vw,945px);
	width: auto;
}

.single-product .prod-side-wrapper img{
	height: clamp(280px,22.656vw,435px);
	width: auto;
}

/* Single Page */
.page-content a{
	color:inherit;
}






/* Footer */

.f-left-svg {
	top:-150px;
}
.f-right-svg{
	top:-200px;
	right: 0;
}
.newsletter-card {
	height: 260px;
	width: 580px;
	max-width: 100%;
}
.card-img-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(16, 41, 72, 0.60) 0%, rgba(16, 41, 72, 0.60) 100%);
	z-index: 1;
	width: 100%;
	height: 100%;

}

/* Underline Elements */
del.underline-elem,
del.underline-del{
    text-decoration: none;
    z-index: 2;
}
.underline-elem-span,
.underline-del-span {
	width: 100%;
	height: 3px;
	bottom: -4px;
}
.contact-address p a{
	
	color: #000;;
}
.df-ui-nav .df-ui-btn::before {
	content: "";
	//color: rgb(91, 192, 150) !important;
}
.df-icon-arrow-right1::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='67' height='49' viewBox='0 0 67 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M66.3368 24.7391L44.1467 48.3743L40.8512 45.2717L58.1329 26.8641L0.859375 26.3885L0.860947 22.0181L58.1482 22.4919L40.8626 3.78396L44.1604 0.738552L66.3368 24.7391Z' fill='%235bc096'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.df-icon-arrow-left1::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='67' height='49' viewBox='0 0 67 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M66.3368 24.7391L44.1467 48.3743L40.8512 45.2717L58.1329 26.8641L0.859375 26.3885L0.860947 22.0181L58.1482 22.4919L40.8626 3.78396L44.1604 0.738552L66.3368 24.7391Z' fill='%235bc096'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}


._df_book {
	border-radius: 20px;
}


/*product overlay*/
body.modal_open {
	overflow-y: hidden;
}
.overlay_content {
	background: #fff;
	max-width: 600px;
}
div#product_check_overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 9999999;
	background: linear-gradient(120deg, #42B6E9 7.62%, #142640 92.38%);
	opacity: 0.8;
	justify-content: center;
	align-content: center;
	align-items: center;
	justify-items: center;
	display: none;
	visibility: hidden;
	opacity: 0;
	transition: all .3s linear;
}
.modal_open div#product_check_overlay {
	display: flex;
	visibility: visible;
	opacity:1;
	transition: all .3s linear;

	
}
.modal_open section#products-page,
.modal_open section#prod-desc,
.modal_open section#prod-specifications {
	filter: blur(15px);
}
#no_product span.word {
	background: red;
	border-color: red;
}

.wpforms-field-gdpr-checkbox label a {
	color:#5BC096;
}
.contact-desc {
margin-top: 50px;
}

/* Languages Override */
#languages,
#search-icon {
	margin-right: 20px;
}
#languages .wpml-ls-legacy-dropdown-click {
	max-width: 42px;
	width: auto;
}
#languages ul li a {
	width: 42px;
	height: 42px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	padding: 0;
	border: 0;
	border-radius: 42px;
	background: rgba(211, 214, 221, 0.44);
}
#languages ul li a:hover {
	text-decoration: none;
}
#languages .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	top: 115%;
	border-top: 0;
}
#languages .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
	display: none;
}