/*
Theme Name: Erizo
Author: Erizo.pl
*/

:root {
	/* FONTS */
	--font-size-1: 66px;
	--font-size-2: 46px;
	--font-size-3: 36px;
	--font-size-4: 26px;
	--font-size-5: 22px;
	--font-size-6: 18px;
	--font-size-7: 16px;
	--font-size-8: 14px;
	--font-size-9: 12px;
	--font-size-10: 10px;

	/* FONT FAMILY */
	--primary-font-family: 'Montserrat', sans-serif;

	/* COLORS */
	--main-bg-color: #fff;
	--second-bg-color: #f4f4f4;
	--font-color: #333;
	--primary-color: #30314c;
	--btn-bg-color: var(--primary-color);
	--btn-color: #fff;
	--svg-icons-color: var(--primary-color);
	--text-section-after: var(--second-bg-color);
	--banner-after: #ffffff94;
	--banner-bg-color: #e9e9e9;
	--banner-font-color: var(--font-color);
	--video-banner-after: #ffffff94;
	--video-banner-font-color: #333;
	--slick-dots-color: var(--primary-color);
	--slick-arrow-bg: var(--primary-color);
	--slick-arrow-color: #fff;
	--cta-bg-color: var(--second-bg-color);
	--contact-form-borders: #bfbfbf;
	--template-separator-color: var(--primary-color);
	--header-bg-color: var(--main-bg-color);
	--header-second-bg-color: var(--second-bg-color);
	--header-color: var(--font-color);
	--header-top-info-bg: var(--primary-color);
	--header-top-info-color: #fff;
	--footer-bg-color: #1a1a1a;
	--footer-color: #fff;

	/* ICONS COLOR FILTER */
    --icons-filter: invert(15%) sepia(9%) saturate(2836%) hue-rotate(200deg) brightness(96%) contrast(85%);

    /* BUTTON */
    --def-btn-font-size: 18px;
    --def-btn-padding: 17px 65px;

	/* PADDING */
	--small-padding: 75px;
	--big-padding: 150px;
	
	/* DESC */
	--desc-margin: 25px 0 0;
	
	/* BORDER RADIUS */
	--border-radius: 0px;

	/* SEPARATOR */
	--template-separator-height: 5px;

	/* HEADER */
	--header-padding: 15px 0;
	--logo-size: 130px;
	--logo-scrolled-size: 100px;
	--logo-mobile-size: 100px;
	--logo-scrolled-mobile: 80px;

	/* FOOTER LOGO */
	--footer-logo-size: 130px;
	--footer-mobile-logo-size: 100px;

	/* FW TYPES */
	--fw-type-1: 500;
	--fw-type-2: 600;
	--fw-type-3: 700;
	--fw-type-4: 800;
	--fw-type-5: 900;
}

*:focus{
	outline: none!important;
}
html {
	margin: 0;
}

body {
	font-size: var(--font-size-7);
	font-family: var(--primary-font-family);
	color: var(--font-color);
	background-color: var(--main-bg-color);
	margin: 0;
	overflow-x: hidden;
}
form * {
	font-family: var(--primary-font-family);
}

section {
	position: relative;
	padding: var(--small-padding) 0;
}

a {
	text-decoration: none;
	color: var(--font-color);
}
p {
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
    font-size: var(--font-size-4);
    font-weight: 400;
    margin: 0 0 20px;
    letter-spacing: 1px;
    line-height: 1;
}
.er-title-1 {
	font-size: var(--font-size-1);
	font-weight: 400;
	margin: 0 0 20px;
	letter-spacing: 1px;
	line-height: 1;
}

.er-title-2 {
	font-size: var(--font-size-2);
	font-weight: 400;
	margin: 0 0 20px;
	letter-spacing: 1px;
	line-height: 1;
}

.er-title-3 {
	font-size: var(--font-size-3);
	font-weight: 400;
	margin: 0 0 20px;
	line-height: 1;
}

.er-title-4 {
	font-size: var(--font-size-4);
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 0 20px;
	line-height: 1;
}

.er-title-5 {
	font-size: var(--font-size-5);
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 0 20px;
}

.er-title-6 {
	font-size: var(--font-size-6);
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 0 20px;
}
.er-title-7 {
	font-size: var(--font-size-7);
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 0 20px;
}
.er-title-8 {
	font-size: var(--font-size-8);
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 0 20px;
}
.er-title-9 {
	font-size: var(--font-size-9);
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 0 20px;
}
.er-title-10 {
	font-size: var(--font-size-10);
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 0 20px;
}
.er-title-1 span,
.er-title-2 span,
.er-title-3 span, 
.er-title-4 span, 
.er-title-5 span, 
.er-title-6 span,
.er-title-7 span,
.er-title-8 span,
.er-title-9 span,
.er-title-10 span {
	color: var(--primary-color);
}

img {
	display: block;
	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	max-width: 100%;
	height: auto;
}


/* CONTAINER */
.container{
    width: 100%;
}

@media screen and (min-width:1599px){
    .container{
        max-width: 1440px;
    }
}
@media screen and (max-width:1598px){
    .container{
        max-width: 1300px;
    }
}
@media screen and (max-width:1499px){
    .container{
        max-width: 1200px;
    }
}
@media screen and (max-width:1399px){
    .container{
        max-width: 1120px;
    }
}
@media screen and (max-width:1299px){
    .container{
        max-width: 1050px;
    }
}
@media screen and (max-width:1199px){
    .container{
        max-width: 950px;
    }
}
@media screen and (max-width:1099px){
    .container{
        max-width: 920px;
    }
}

@media screen and (max-width:991px){
    .container{
        padding: 0 30px;

    }
}
@media screen and (max-width:767px){
    .container{
        padding: 0 15px;
    }
}

/* TEXT ALIGN */

.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}


/* FONTS */
.lh-1{
	line-height: 1;
}

.font-size-1,
.font-size-1 *{
	font-size: var(--font-size-1);
}
.font-size-2,
.font-size-2 *{
	font-size: var(--font-size-2);
}
.font-size-3,
.font-size-3 *{
	font-size: var(--font-size-3);
}
.font-size-4,
.font-size-4 *{
	font-size: var(--font-size-4);
}
.font-size-5,
.font-size-5 *{
	font-size: var(--font-size-5);
}
.font-size-6,
.font-size-6 *{
	font-size: var(--font-size-6);
}
.font-size-7,
.font-size-7 *{
	font-size: var(--font-size-7);
}
.font-size-8,
.font-size-8 *{
	font-size: var(--font-size-8);
}

.fw-300{
	font-weight: 300;
}
.fw-400 {
	font-weight: 400;
}
.fw-500 {
	font-weight: 500;
}
.fw-600 {
	font-weight: 600;
}
.fw-700{
	font-weight: 700;
}
.fw-800{
	font-weight: 800;
}
.fw900 {
	font-weight: 900;
}
.fw-type-1{
	font-weight: var(--fw-type-1);
}
.fw-type-2{
	font-weight: var(--fw-type-2);
}
.fw-type-3{
	font-weight: var(--fw-type-3);
}
.fw-type-4{
	font-weight: var(--fw-type-4);
}
.fw-type-5{
	font-weight: var(--fw-type-5);
}
/* MARGINS */
.m-0 {
    margin: 0;
}
.mt-0 {
	margin-top: 0;
}
.mb-0 {
	margin-bottom: 0;
}

.mt-5{
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-30{
	margin-top: 30px;
}

.mt-45 {
	margin-top: 45px;
}

.mt-60 {
	margin-top: 60px;
}

.mb-5{
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-30{
	margin-bottom: 30px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-60 {
	margin-bottom: 60px;
}
/* Paddings */
.dp {
    padding: var(--big-padding) 0;
}
.dpt{
    padding-top: var(--big-padding);
}
.dpb{
    padding-bottom: var(--big-padding);
}
.pt-0{
	padding-top: 0;
}
.pb-0{
	padding-bottom: 0;
}
/* BTN */

.def-btn a{
	background-color: var(--btn-bg-color);
    color: var(--btn-color);
    font-size: var(--def-btn-font-size);
    font-weight: var(--fw-type-3);
    padding: var(--def-btn-padding);
    display: inline-block;
    border: 2px solid var(--btn-bg-color);
	border-radius: var(--border-radius);
	transition: .3s ease-in-out;
	text-transform: uppercase;
}

.def-btn a:hover {
	background-color: transparent;
	color: var(--btn-bg-color);
}

.invert-btn .def-btn a{
	background-color: transparent;
	color: var(--btn-bg-color);
	border-color: var(--btn-bg-color);
}
.invert-btn .def-btn a:hover{
	background-color: var(--btn-bg-color);
	color: var(--btn-color);
}
.line-btn a{
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
	font-size: var(--font-size-7);
	font-weight: var(--fw-type-3);
	text-transform: uppercase;

}
.line-btn a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	background-color: var(--primary-color);
	height: 2px;
	content: "";
	transition: .3s;
	border-radius: var(--border-radius);
}
.line-btn a:hover::after {
	width: 100%;
}



/* DESCRIPTION */

.desc * {
    color: var(--font-color);
    margin: 0;
    line-height: 1.3;
    letter-spacing: 1px;
}
.desc *:not(.wp-playlist *, .gallery *, div, div span) ~ *:not(.wp-playlist *, .gallery *, li, div,div span){
    margin: var(--desc-margin);
}
.desc ul li,
.desc ol li {
	margin-top: 10px;
}
.desc img.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.desc img.alignright {
	float: right;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.desc img.aligncenter{
	margin: 15px auto 0;
}
.desc .gallery .gallery-caption{
	margin-top: 3px;
}
.desc .gallery .gallery-item a{
	position: relative;
	display: block;
	width: 100%;
	padding-top: 100%;
}
.desc .gallery .gallery-item img {
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	object-fit: cover;
	object-position: center;
	border: none;
	border-radius: var(--border-radius) ;
}
.desc .gallery {
	margin: 0 -5px;
	display: flex;
	flex-wrap: wrap;
}
.desc .gallery dl {
	padding: 5px;
}
.desc .gallery * {
	margin: 0;
}
.desc .gallery.gallery-columns-1 dl {
	min-width: 100%;
	width: 100%;
}
.desc .gallery.gallery-columns-2 dl {
	min-width: 50%;
	width: 50%;
}
.desc .gallery.gallery-columns-3 dl {
	min-width: 33.333%;
	width: 33.333%;
}
.desc .gallery.gallery-columns-4 dl {
	min-width: 25%;
	width: 25%;
}
.desc .gallery.gallery-columns-5 dl {
	min-width: 20%;
	width: 20%;
}
.desc .gallery.gallery-columns-6 dl {
	min-width: 16.666%;
	width: 16.666%;
}
.desc .gallery.gallery-columns-7 dl {
	min-width: 14.285%;
	width: 14.285%;
}
.desc .gallery.gallery-columns-8 dl {
	min-width: 12.5%;
	width: 12.5%;
}
.desc .gallery.gallery-columns-9 dl {
	min-width: 11.111%;
	width: 11.111%;
}
.desc blockquote{
	padding: 30px;
	background-color: var(--second-bg-color);
	border-radius: var(--border-radius);
}
.desc hr {
	background-color: var(--primary-color);
	height: 2px;
	border: none;
	border-radius: var(--border-radius);
}
.desc .mejs-duration,
.desc .mejs-currenttime{
	color: #fff;
}
.desc .wp-playlist-light,
.desc .wp-playlist-light .wp-playlist-caption{
	background-color: transparent;
	color: var(--font-color);
}
.desc .wp-playlist-light .wp-playlist-playing{
	background-color: transparent;
	color: var(--font-color);
	font-weight: var(--fw-type-3);
}
.desc .wp-playlist {
	border-color: var(--contact-form-borders);
}
.desc .wp-playlist-item {
	border-bottom-color: var(--contact-form-borders);
}
.desc .mejs-time-float {
	background-color: var(--main-bg-color);
	color: var(--font-color);
}
.desc .mejs-controls {
	color: #fff;
}
@media screen and (max-width: 1199px) {
	.desc .gallery.gallery-columns-1 dl {
		min-width: 100%;
		width: 100%;
	}
	.desc .gallery.gallery-columns-2 dl {
		min-width: 50%;
		width: 50%;
	}
	.desc .gallery.gallery-columns-3 dl {
		min-width: 33.333%;
		width: 33.333%;
	}
	.desc .gallery.gallery-columns-4 dl {
		min-width: 25%;
		width: 25%;
	}
	.desc .gallery.gallery-columns-5 dl {
		min-width: 20%;
		width: 20%;
	}
	.desc .gallery.gallery-columns-6 dl {
		min-width: 16.666%;
		width: 16.666%;
	}
	.desc .gallery.gallery-columns-7 dl {
		min-width: 14.285%;
		width: 14.285%;
	}
	.desc .gallery.gallery-columns-8 dl {
		min-width: 14.285%;
		width: 14.285%;
	}
	.desc .gallery.gallery-columns-9 dl {
		min-width: 14.285%;
		width: 14.285%;
	}
	.desc img.alignleft {
		float: none;
		margin: var(--desc-margin);
	}
	.desc img.alignright {
		float: none;
		margin: var(--desc-margin);
	}
}

@media screen and (max-width: 991px) {
	.desc .gallery.gallery-columns-1 dl {
		min-width: 100%;
		width: 100%;
	}
	.desc .gallery.gallery-columns-2 dl {
		min-width: 50%;
		width: 50%;
	}
	.desc .gallery.gallery-columns-3 dl {
		min-width: 33.333%;
		width: 33.333%;
	}
	.desc .gallery.gallery-columns-4 dl {
		min-width: 25%;
		width: 25%;
	}
	.desc .gallery.gallery-columns-5 dl {
		min-width: 20%;
		width: 20%;
	}
	.desc .gallery.gallery-columns-6 dl {
		min-width: 20%;
		width: 20%;
	}
	.desc .gallery.gallery-columns-7 dl {
		min-width: 20%;
		width: 20%;
	}
	.desc .gallery.gallery-columns-8 dl {
		min-width: 20%;
		width: 20%;
	}
	.desc .gallery.gallery-columns-9 dl {
		min-width: 20%;
		width: 20%;
	}
}
@media screen and (max-width: 767px) {
	:root {
		--desc-margin: 15px 0 0;
	}
	.desc .gallery.gallery-columns-1 dl {
		min-width: 100%;
		width: 100%;
	}
	.desc .gallery.gallery-columns-2 dl {
		min-width: 50%;
		width: 50%;
	}
	.desc .gallery.gallery-columns-3 dl {
		min-width: 50%;
		width: 50%;
	}
	.desc .gallery.gallery-columns-4 dl {
		min-width: 50%;
		width: 50%;
	}
	.desc .gallery.gallery-columns-5 dl {
		min-width: 50%;
		width: 50%;
	}
	.desc .gallery.gallery-columns-6 dl {
		min-width: 50%;
		width: 50%;
	}
	.desc .gallery.gallery-columns-7 dl {
		min-width: 50%;
		width: 50%;
	}
	.desc .gallery.gallery-columns-8 dl {
		min-width: 50%;
		width: 50%;
	}
	.desc .gallery.gallery-columns-9 dl {
		min-width: 50%;
		width: 50%;
	}
}

/* SLICK */
.slick-dotted.slick-slider.er-styled-slick-controllers {
	margin-bottom: 0;
}
.er-styled-slick-controllers .slick-dots{
	bottom: 35px;
	left: 0;
	right: 0;
}
.er-styled-slick-controllers .slick-dots li button:before{
	content: "";
}
.er-styled-slick-controllers .slick-dots li,
.er-styled-slick-controllers .slick-dots li button,
.er-styled-slick-controllers .slick-dots li button:before {
	width: 16px;
	height: 16px;
} 
.er-styled-slick-controllers .slick-dots li button {
	border-radius: var(--border-radius);
	border: 2px solid var(--slick-dots-color);
	transition: .3s;
}
.er-styled-slick-controllers .slick-dots li.slick-active button{
	background-color: var(--slick-dots-color);
}
.er-styled-slick-controllers .slick-dots li {
	margin: 0;
}
.er-styled-slick-controllers .slick-dots li + li{
	margin: 0 0 0 30px;
}
.er-styled-slick-controllers .slick-next {
	right: 15px;
	z-index: 10;
}
.er-styled-slick-controllers .slick-prev {
	left: 15px;
	z-index: 10;
}
.er-styled-slick-controllers .slick-next:before {
	content: "→";
}
.er-styled-slick-controllers .slick-prev:before {
	content: "←";
}

.er-styled-slick-controllers .slick-arrow{
	background-color: var(--slick-arrow-bg);
	width: 45px;
	height: 45px;
	transition: .3s;
	border: 2px solid var(--slick-arrow-bg);
	border-radius: var(--border-radius);
}
.er-styled-slick-controllers .slick-arrow::before{
	transition: .3s;
	font: var(--primary-font-family);
	font-size: 18px;
	color: var(--slick-arrow-color);
	top: auto;
	bottom: auto;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
}

.er-styled-slick-controllers .slick-arrow:hover{
	opacity: 70%;
}

@media screen and (max-width:1499px) {
	.er-styled-slick-controllers .slick-arrow{
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 1199px) {
	
	.er-styled-slick-controllers .slick-arrow{
		width: 30px;
		height: 30px;
	}
	.er-styled-slick-controllers .slick-arrow::before{
		font-size: 14px;
	}
	.er-styled-slick-controllers .slick-prev{
		left: 5px
	}
	.er-styled-slick-controllers .slick-next{
		right: 5px;
	}
}

/* other */
.w100 {
	width: 100%;
}
.bg{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.rel {
	position: relative;
}
.abs {
	position: absolute;
}
.inset-0 {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.icon-with-filter {
	filter: var(--icons-filter);
}
.none-event {
	pointer-events: none;
}
.tmp-separator {
	background-color: var(--template-separator-color);
	width: 45%;
	max-width: 450px;
	height: var(--template-separator-height);
	border-radius: var(--border-radius);
}

.center-separator.tmp-separator {
	margin-left: auto;
	margin-right: auto;
}
/* ********************************************* */
/* --------------------------------------------- */
/* SECTIONS */
/* --------------------------------------------- */
/* ********************************************* */


/* --------------------------------------------- */
/* LOADER */
/* --------------------------------------------- */
.page-loader-main {
	position: fixed;
	display: flex;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 100000000;
	background-color: var(--header-bg-color);
	align-items: center;
	justify-content: center;
	transition: 0.5s;
}

.page-loader-main img {
	animation: loaderimg 1.5s infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in;
	transition: opacity .2s;
}

.page-loader-main img {
	width: 130px;
	max-width: 75%;
}

.page-loader-main.loaded img {
	opacity: 0;
}

.page-loader-main.loaded {
	width: 0%;
}

@keyframes loaderimg {
	from {
		transform: scale(1.1);
	}

	to {
		transform: scale(1.0);
	}
}
/* --------------------------------------------- */
/* TEXT SECTION */
/* --------------------------------------------- */

section.text-section img.main-img {
	width: 100%;
    border-radius: var(--border-radius);
}

section.text-section.reverse .main-row {
	flex-direction: row-reverse;
}

section.text-section .content-position {
	display: flex;
	align-items: center;
} 

section.text-section.text-section-t1-v2 .img-color-after {
	position: relative;
	width: 80%;
	z-index: 0;
	margin-bottom: 60px;
	margin-left: 60px;
}
section.text-section.text-section-t1-v2 .img-color-after::after{
	position: absolute;
	top: 60px;
	left: -60px;
	right: unset;
	width: 100%;
	height: 100%;
	background-color: var(--text-section-after);
	content: "";
	z-index: -1;
	border-radius: var(--border-radius);
}
section.text-section.text-section-t1-v2.reverse .img-color-after::after {
	right: -60px;
	left: unset;
}
section.text-section.text-section-t1-v2.reverse .img-color-after{
	margin-right: 60px;
    margin-left: auto;
}

section.text-section.text-section-t1-v3 .img-color-after {
	position: relative;
	width: 100%;
	z-index: 0;
	padding-bottom: 120px;
	padding-left: 120px;
}
section.text-section.reverse.text-section-t1-v3 .img-color-after {
	padding-bottom: 120px;
	padding-right: 120px;
	padding-left: 0;
}


section.text-section.text-section-t1-v3 .img-color-after::after{
	z-index: 10;
	width: 240px;
	height: 240px;
	bottom: 0;
	right: unset;
	left: 0;
	background-color: var(--text-section-after);
	content: "";
	position: absolute;
    border-radius: var(--border-radius);
}

section.text-section.text-section-t1-v3.reverse .img-color-after::after {
	right: 0;
	left: unset;
}

section.text-section.text-section-t1-v4 .tmp-separator,
section.text-section.text-section-t2-v3 .tmp-separator {
	margin: 0 auto;
}
section.text-section.text-section-t1-v4 .main-img-after,
section.text-section.text-section-t2-v3 .main-img-after{
	margin-top: 45px;
	padding-bottom: 120px;
	position: relative;
}
section.text-section.text-section-t1-v4 .main-img-after .main-img-bg,
section.text-section.text-section-t2-v3 .main-img-after .main-img-bg {
	width: 100%;
	padding-top: 35%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: var(--border-radius);
}

section.text-section.text-section-t1-v4 .main-img-after::after,
section.text-section.text-section-t2-v3 .main-img-after::after {
	position: absolute;
	bottom: 0;
	background-color: var(--text-section-after);
	content: "";
	right: 120px;
	left: 120px;
	top: 120px;
	z-index: -1;
	border-radius: var(--border-radius);
}

section.text-section.text-section-t2-v2 .img-color-after {
	position: relative;
	width: calc(100% - 60px);
	z-index: 0;
	margin-bottom: 60px;
}
section.text-section.text-section-t2-v2 .img-color-after::after{
	position: absolute;
	top: 60px;
	right: -60px;
	width: 100%;
	height: 100%;
	background-color: var(--text-section-after);
	content: "";
	z-index: -1;
	border-radius: var(--border-radius);
}
section.text-section.text-section-t2-v2.reverse .img-color-after{
	margin-right: 60px;
    margin-left: auto;
}

section.text-section.text-section-t3-v1.text-with-img-bg .content-wrapper{
	padding: 45px 0;
}

section.text-section.text-section-t3-v1.text-section-bg{
	background-color: var(--second-bg-color);
}

section.text-section.text-section-t3-v1 .main-img-bg{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: var(--border-radius);
}

@media screen and (max-width: 1199px) { 
	section.text-section.text-section-t1-v3 .img-color-after::after {
		width: 120px;
		height: 120px;
	}
	section.text-section.text-section-t1-v3 .img-color-after{
		padding-bottom: 60px;
		padding-left: 60px;
		padding-right: 0;
	}
	section.text-section.reverse.text-section-t1-v3 .img-color-after{
		padding-bottom: 60px;
		padding-right: 60px;
		padding-left: 0;
	}
	section.text-section.text-section-t1-v4 .main-img-after,
	section.text-section.text-section-t2-v3 .main-img-after{
		padding-bottom: 90px;
	}
	section.text-section.text-section-t1-v4 .main-img-after::after,
	section.text-section.text-section-t2-v3 .main-img-after::after {
		left: 90px;
		right: 90px;
	}
}


@media screen and (max-width: 991px) {
	section.text-section.text-section-t1-v1 img.main-img{
		margin-top: 45px;
	}
	section.text-section.text-section-t1-v2 .img-color-after{
		width: calc(100% - 45px);
		margin-top: 45px;
		margin-left: 45px;
		margin-bottom: 45px;
	}
	section.text-section.text-section-t1-v2 .img-color-after::after{
		top: 45px;
		left: -45px;
	}
	section.text-section.text-section-t1-v2.reverse .img-color-after::after{
		right: -45px;
		left: unset;
	}
	section.text-section.text-section-t1-v3 .img-color-after::after {
		width: 240px;
		height: 240px;
	}
	section.text-section.text-section-t1-v3 .img-color-after{
		padding-bottom: 120px;
		padding-left: 120px;
		padding-right: 0;
		margin-top: 45px;
	}
	section.text-section.reverse.text-section-t1-v3 .img-color-after{
		padding-bottom: 120px;
		padding-right: 120px;
		margin-top: 45px;
		padding-left: 0;
	}
	section.text-section.text-section-t1-v4 .main-img-after,
	section.text-section.text-section-t2-v3 .main-img-after{
		padding-bottom: 45px;
	}
	section.text-section.text-section-t1-v4 .main-img-after::after,
	section.text-section.text-section-t2-v3 .main-img-after::after {
		left: 45px;
		right: 45px;
	}
	section.text-section.text-section-t2-v1 img.main-img{
		margin-top: 45px;
	}
	section.text-section.text-section-t2-v2 .img-color-after{
		margin-top: 45px;
	}
	section.text-section.text-section-t3-v1 img.main-img{
		margin-top: 45px;
	}
	section.text-section.text-section-t3-v1 .main-img-bg{
		height: unset;
		padding-top: 70%;
		margin-top: 45px;
	}
	section.text-section.text-section-t3-v1.text-with-img-bg .content-wrapper{
		padding: 0;
	}
}
@media screen and (max-width: 767px){
	section.text-section.text-section-t1-v2 .img-color-after::after{
		top: 30px;
		left: -30px;
	}
	section.text-section.text-section-t1-v2.reverse .img-color-after::after{
		top: 30px;
		right: -30px;
	}
	section.text-section.text-section-t1-v2 .img-color-after{
		margin-bottom: 30px;
		margin-left: 30px;
		width: calc(100% - 30px);
	}
	section.text-section.text-section-t1-v2.reverse .img-color-after{
		margin-right: 30px;
	}
	section.text-section.text-section-t1-v3 .img-color-after::after {
		width: 90px;
		height: 90px;
	}
	section.text-section.text-section-t1-v3 .img-color-after{
		padding-bottom: 45px;
		padding-left: 45px;
		padding-right: 0;
		margin-top: 45px;
	}
	section.text-section.reverse.text-section-t1-v3 .img-color-after{
		padding-bottom: 45px;
		padding-right: 45px;
		padding-left: 0;
		margin-top: 45px;
	}
	section.text-section.text-section-t1-v4 .main-img-after,
	section.text-section.text-section-t2-v3 .main-img-after{
		padding-bottom: 30px;
	}
	section.text-section.text-section-t1-v4 .main-img-after::after,
	section.text-section.text-section-t2-v3 .main-img-after::after {
		left: 30px;
		right: 30px;
	}
	section.text-section.text-section-t2-v2 .img-color-after::after{
		top: 30px;
		left: 30px;
	}
	section.text-section.text-section-t2-v2 .img-color-after{
		width: calc(100% - 30px);
		margin-bottom: 30px;
	}
}

/* --------------------------------------------- */
/* BANNER */
/* --------------------------------------------- */

section.banner-main{
	padding: 0;
}
section.banner-main .title-1, 
section.banner-main .title-2,
section.banner-main .desc,
section.banner-main .desc *{
	color: var(--banner-font-color);
}

section.banner-main .banner-slides .banner-img-bg {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	z-index: 0;
}
section.banner-main.small-banner .banner-slides .banner-img-bg {
	min-height: 50vh;
}

section.banner-main .banner-slides .banner-img-bg .banner-content {
	padding: var(--small-padding) 0;
}

section.banner-main .banner-slides .banner-img-bg::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: "";
	background: var(--banner-after);
}

section.banner-main.banner-t1-v1 {
	text-align: center;
}

section.banner-main .slick-dotted.slick-slider {
	margin-bottom: 0;
}

section.banner-t1-v3{
	background-color: var(--banner-bg-color);
}
section.banner-t1-v3 .banner-abs-img-wrapper{
	position: relative;
	width: 100%;
	height: 100%;
}
section.banner-t1-v3 .banner-abs-img-wrapper .banner-abs-img{
	position: absolute;
	top: calc(var(--small-padding) * -1);
	bottom: calc(var(--small-padding) * -1);
	left: 0;
	right: 0;
}
section.banner-t1-v3 .banner-wrapper{
	min-height: 100vh;
	width: 100%;
    display: flex;
    align-items: center;
	position: relative;
	padding: var(--small-padding) 0;
}
section.banner-t1-v3.small-banner .banner-wrapper {
	min-height: 50vh;
}
section.banner-t1-v3 .banner-wrapper .banner-abs-img-wrapper {
	position: absolute;
	top: calc(var(--small-padding) * -1);
	right: 0;
	width: 49%;
	bottom: calc(var(--small-padding) * -1);
}
section.banner-t1-v3 .slick-dots{
	text-align: left;
}


section.banner-t1-v3.reverse .main-row {
	justify-content: flex-end;
}
section.banner-t1-v3.reverse .banner-wrapper .banner-abs-img-wrapper{
	left: 0;
	right: unset;
}
section.banner-t1-v3.reverse .slick-dots {
	text-align: right;
}

section.banner-t1-v4 .content-box {
	min-height: 100vh;
	display: flex;
	width: 100%;
	align-items: center;
	padding: var(--small-padding) 0;
}
section.banner-t1-v4.small-banner .content-box {
	min-height: 50vh;
}
section.banner-t1-v4 .banner-rel-img-wrapper{
	width: 100%;
	height: 100%;
	padding: var(--small-padding) 0;
	position: relative;
}
section.banner-t1-v4 .banner-rel-img-wrapper .banner-abs-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
section.banner-t1-v4 .slick-dots{
	text-align: left;
}
section.banner-t1-v4{
	background-color: var(--banner-bg-color);
}
section.banner-t1-v4.reverse .main-row {
	flex-direction: row-reverse
}
section.banner-t1-v4.reverse .slick-dots{
	text-align: right;
}

section.banner-t2-v1 .content-box {
	min-height: 100vh;
	display: flex;
	width: 100%;
	align-items: center;
	padding: var(--small-padding) 0;
}
section.banner-t2-v1.small-banner .content-box {
	min-height: 50vh;
}
section.banner-t2-v1 .banner-rel-img-wrapper{
	width: 100%;
	height: 100%;
	padding: var(--small-padding) 0;
	position: relative;
	display: flex;
	align-items: center;
}
section.banner-t2-v1 .banner-rel-img-wrapper .banner-abs-img {
	padding-top: 100%;
	width: 100%;
    border-radius: var(--border-radius);
}
section.banner-t2-v1.small-banner .banner-rel-img-wrapper .banner-abs-img{
	padding-top: 60%;
}
section.banner-t2-v1 .slick-dots{
	text-align: left;
}

section.banner-t2-v1{
	background-color: var(--banner-bg-color);
}
section.banner-t2-v1 .abs-img-bg{
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	bottom: 0;
	opacity: 10%;
}
section.banner-t2-v1.reverse .abs-img-bg {
	right: unset;
	left: 0;
}
section.banner-t2-v1.reverse .main-row {
	flex-direction: row-reverse;
}
section.banner-t2-v1.reverse .slick-dots {
	text-align: right;
}

@media screen and (max-width: 991px){
	section.banner-t1-v3 .banner-wrapper .banner-abs-img-wrapper{
		width: 100%;
		z-index: -1;
		opacity: 20%;
	}

	
	section.banner-t1-v3 .slick-dots,
	section.banner-t1-v3.reverse .slick-dots{
		text-align: center;
	}

	section.banner-t1-v4 .content-box {
		min-height: unset!important;
		padding: 0;	
	}
	section.banner-t1-v4 .banner-rel-img-wrapper .banner-abs-img {
		position: relative;
		width: 100%;
		padding-top: 100%;
	}
	section.banner-t1-v4 .banner-wrapper {
		padding: 90px 0;
		display: flex;
		align-items: center;
	}
	section.banner-t1-v4 .banner-rel-img-wrapper{
		height: unset;
		margin-top: 30px;
		padding: 0;
	}
	section.banner-t1-v4 .banner-rel-img-wrapper .banner-abs-img {
		padding-top: 60%;

	}
	
	section.banner-t1-v4 .slick-dots,
	section.banner-t1-v4.reverse .slick-dots{
		text-align: center;
	}
	section.banner-t2-v1 .slick-dots,
	section.banner-t2-v1.reverse .slick-dots {
		text-align: center;
	}

	section.banner-t2-v1 .banner-rel-img-wrapper .banner-abs-img{
		padding-top: 60%;
		margin-top: 0!important;
	}
	section.banner-t2-v1 .main-row,
	section.banner-t2-v1.reverse .main-row {
		flex-direction: column-reverse;
	}
	
	section.banner-t2-v1 .content-box {
		min-height: unset!important;
		padding: 0;
	}
	section.banner-t2-v1 .banner-rel-img-wrapper {
		height: unset;
		padding: 0;
		margin-top: 30px;
	}
	section.banner-t2-v1 .banner-wrapper{
		min-height: 100vh;
		padding: 75px 0;
		display: flex;
		align-items: center;
	}
	section.banner-t2-v1 .abs-img-bg {
		width: 100%;
		opacity: 5%;
	}
	section.banner-main .banner-slides .banner-img-bg .banner-content,
	section.banner-t1-v3 .banner-wrapper{
		padding: 75px 0;
	}
}
@media screen and (max-width: 767px) {
	section.banner-t1-v1 .banner-wrapper,
	section.banner-t1-v2 .banner-wrapper,
	section.banner-t1-v3 .banner-wrapper,
	section.banner-t1-v4 .banner-wrapper,
	section.banner-t2-v1 .banner-wrapper{
		min-height: 85vh!important;
	}
	section.banner-t1-v1.small-banner .banner-wrapper,
	section.banner-t1-v2.small-banner .banner-wrapper,
	section.banner-t1-v3.small-banner .banner-wrapper,
	section.banner-t1-v4.small-banner .banner-wrapper,
	section.banner-t2-v1.small-banner .banner-wrapper{
		min-height: 65vh!important;
	}

}

/* --------------------------------------------- */
/* VIDEO BANNER */
/* --------------------------------------------- */

section.video-banner-main{
	padding: 0;
}
section.video-banner-main .title-1, 
section.video-banner-main .title-2,
section.video-banner-main .desc,
section.video-banner-main .desc *{
	color: var(--video-banner-font-color);
}

section.video-banner-main .video-banner-slides .video-banner-wrapper {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	z-index: 0;
}
section.video-banner-main.small-banner .video-banner-slides .video-banner-wrapper{
	min-height: 50vh;
}

section.video-banner-main .video-banner-slides .video-banner-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: -2;
}

section.video-banner-main .banner-slides .video-banner-wrapper .video-banner-content {
	padding: var(--small-padding) 0;
}

section.video-banner-main .video-banner-slides .video-banner-wrapper::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: "";
	background: var(--video-banner-after);
}

section.video-banner-main.video-banner-t1-v1 {
	text-align: center;
}

section.video-banner-main .slick-dotted.slick-slider {
	margin-bottom: 0;
}

@media screen and (max-width: 991px){	
	section.video-banner-main .video-banner-slides .video-banner-wrapper .video-banner-content{
		padding: 75px 0;
	}
}
@media screen and (max-width: 767px) {
	section.video-banner-t1-v1 .video-banner-wrapper,
	section.video-banner-t1-v2 .video-banner-wrapper{
		min-height: 85vh!important;
	}
	section.video-banner-t1-v1.small-banner .video-banner-wrapper,
	section.video-banner-t1-v2.small-banner .video-banner-wrapper{
		min-height: 65vh!important;
	}
}



/* --------------------------------------------- */
/* CTA */
/* --------------------------------------------- */

section.main-cta {
	position: relative;
	z-index: 0;
}

section.main-cta .abs-img-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: 35%;
}

section.main-cta.cta-t1-v1 {
	background-color: var(--cta-bg-color);
}

section.main-cta.cta-t1-v1 .title-2{
	margin-bottom: 0;
}
section.main-cta.cta-t1-v1 .cta-right-col {
	text-align: right;
}
section.main-cta.cta-t1-v2 .cta-right-col {
	text-align: right;
}
section.main-cta.cta-t1-v2 .title-2{
	margin-bottom: 0;
}
section.main-cta.cta-t1-v2 .cta-container-wrapper {
	padding: var(--small-padding) 110px;
	background-color: var(--cta-bg-color);
	position: relative;
	z-index: 0;
	border-radius: var(--border-radius);
	overflow: hidden;
}
section.main-cta.cta-t2-v1 {
	background-color: var(--cta-bg-color);
}
section.main-cta.cta-t2-v1 .cta-right-col {
	text-align: right;
}
section.main-cta.cta-t2-v2 .cta-right-col {
	text-align: right;
}
section.main-cta.cta-t2-v2 .title-2{
	margin-bottom: 0;
}
section.main-cta.cta-t2-v2 .cta-container-wrapper {
	padding: var(--small-padding) 110px;
	background-color: var(--cta-bg-color);
	position: relative;
	z-index: 0;
	border-radius: var(--border-radius);
	overflow: hidden;
}

section.main-cta.cta-t2-v3 {
	background-color: var(--cta-bg-color);
}

section.main-cta.cta-t2-v4 .cta-right-col {
	text-align: right;
}
section.main-cta.cta-t2-v4 .title-2{
	margin-bottom: 0;
}
section.main-cta.cta-t2-v4 .cta-container-wrapper {
	padding: var(--small-padding) 110px;
	background-color: var(--cta-bg-color);
	position: relative;
	z-index: 0;
	border-radius: var(--border-radius);
	overflow: hidden;
}
section.main-cta.cta-t2-v5 {
	background-color: var(--cta-bg-color);
}
section.main-cta.cta-t2-v3.cta-center,
section.main-cta.cta-t2-v4.cta-center {
	text-align: center;
}
section.main-cta.cta-t2-v3.cta-center .row,
section.main-cta.cta-t2-v4.cta-center .row {
	justify-content: center;
}


@media screen and (max-width: 1199px) {
	section.main-cta.cta-t2-v1 .cta-right-col,
	section.main-cta.cta-t2-v2 .cta-right-col{
		text-align: left;
		margin-top: 30px;
	}
	section.main-cta.cta-t1-v2 .cta-container-wrapper,
	section.main-cta.cta-t2-v2 .cta-container-wrapper,
	section.main-cta.cta-t2-v4 .cta-container-wrapper{
		padding: var(--small-padding) 75px;
	}
}
@media screen and (max-width: 991px) {
	section.main-cta.cta-t1-v2 .cta-right-col,
	section.main-cta.cta-t1-v1 .cta-right-col{
		text-align: left;
		margin-top: 30px;
	}
	section.main-cta.cta-t1-v2 .cta-container-wrapper,
	section.main-cta.cta-t2-v2 .cta-container-wrapper,
	section.main-cta.cta-t2-v4 .cta-container-wrapper{
		padding: var(--small-padding) 55px;
	}
}

@media screen and (max-width: 767px) {
	section.main-cta.cta-t1-v2 .cta-container-wrapper,
	section.main-cta.cta-t2-v2 .cta-container-wrapper,
	section.main-cta.cta-t2-v4 .cta-container-wrapper{
		padding: var(--small-padding) 30px;
	}
}

/* --------------------------------------------- */
/* ICONS SECTION */
/* --------------------------------------------- */

section.icons-section-t1-v1 {
	text-align: center;
}

section.icons-section-t1-v1 .first-row {
	justify-content: center;
}

section.icons-section-t1-v1 .tmp-separator {
	margin: 0 auto;
}

section.icons-section-t1-v1 .icon-item {
	margin-top: 45px;
}


section.icons-section-t1-v1 .icon-item .icon-img img {
	margin: 0 auto ;
	height: 70px;
	max-width: 100%;
	object-fit: contain;
	object-position: center;
}
section.icons-section-t1-v1 .icon-item .icon-img + .title {
	margin-top: 20px;
}
section.icons-section-t1-v1 .icon-item .icon-img + .desc {
	margin-top: 20px;
}
section.icons-section-t1-v1 .icons-row {
	justify-content: center;
}

section.icons-section-t1-v1 .icon-item .title {
	font-weight: var(--fw-type-3);
	text-transform: uppercase;
	letter-spacing: 1px;
}
section.icons-section-t1-v1 .icon-item .title + .desc {
	margin-top: 20px;
}
section.icons-section-t1-v1 .def-btn {
	margin-top: 45px;
}

section.icons-section-t1-v1.icons-bg .icon-item {
	padding: 60px 30px;
	box-shadow: 0px 1px 17px 0px rgb(0 0 0 / 13%);
	transition: .3s;
	border-radius: var(--border-radius);
	min-height: calc(100% - 30px);
}
section.icons-section-t1-v1.icons-bg .icon-item {
	margin-top: 30px;
}
section.icons-section-t1-v1.icons-bg .icon-item:hover{
	background-color: var(--second-bg-color);
}
section.icons-section-t1-v1.icons-bg .icons-row {
	margin-top: 15px;
} 

section.icons-section-t2-v1 .first-row,
section.icons-section-t2-v2 .first-row {
	text-align: center;
	justify-content: center;
}

section.icons-section-t2-v1 .tmp-separator,
section.icons-section-t2-v2 .tmp-separator {
	margin: 0 auto;
}

section.icons-section-t2-v1 .icon-item {
	margin-bottom: 45px;
}

section.icons-section-t2-v2 .icon-item {
	margin-bottom: 45px;
}

section.icons-section-t2-v1 .icon-item .icon-img img,
section.icons-section-t2-v2 .icon-item .icon-img img {
	margin: 0;
	height: 70px;
	max-width: 100%;
	object-fit: contain;
	object-position: center;
}
section.icons-section-t2-v1 .icon-item .icon-img + .title,
section.icons-section-t2-v2 .icon-item .icon-img + .title{
	margin-top: 20px;
}
section.icons-section-t2-v1 .icon-item .icon-img + .desc,
section.icons-section-t2-v2 .icon-item .icon-img + .desc{
	margin-top: 20px;
}
section.icons-section-t2-v1 .icon-item .title,
section.icons-section-t2-v2 .icon-item .title {
	font-weight: var(--fw-type-3);
	text-transform: uppercase;
	letter-spacing: 1px;
}
section.icons-section-t2-v1 .icon-item .title + .desc,
section.icons-section-t2-v2 .icon-item .title + .desc {
	margin-top: 20px;
} 

section.icons-section-t2-v1 .def-btn,
section.icons-section-t2-v2 .def-btn {
	margin-top: 45px;
}
section.icons-section-t2-v1 .btn-wrapper,
section.icons-section-t2-v2 .btn-wrapper {
	text-align: center;
}
section.icons-section-t2-v1 .main-img,
section.icons-section-t2-v2 .main-img{
	width: 83%;
	height: 100%;
	margin-right: 0;
	margin-left: auto;
    border-radius: var(--border-radius);
}
section.icons-section-t2-v1 .icons-content-row{
	margin-top: 45px;
}

section.icons-section-t2-v2 .icons-content-row{
	margin: 45px 0 -45px;
}
section.icons-section-t2-v1 .icons-row{
	margin-top: 45px;
}
section.icons-section-t2-v1.reverse .icons-content-row,
section.icons-section-t2-v2.reverse .icons-content-row  {
	flex-direction: row-reverse;
}
section.icons-section-t2-v1.reverse .main-img{
	margin-right: auto;
	margin-left: 0;
}

section.icons-section-t2-v2 .img-color-after {
	position: relative;
    width: 80%;
    z-index: 0;
	margin-right: 60px;
	margin-left: auto;
    margin-bottom: 60px;
}
section.icons-section-t2-v2 .img-color-after::after{
	position: absolute;
    top: 60px;
    right: -60px;
    width: 100%;
    height: 100%;
    background-color: var(--text-section-after);
    content: "";
    z-index: -1;
    border-radius: var(--border-radius);
}
section.icons-section-t2-v2 .main-img{
	width: 100%;
}
section.icons-section-t2-v2.reverse .img-color-after {
	margin-left: 60px;
	margin-right: auto;
}
section.icons-section-t2-v2.reverse .img-color-after::after{
	left: -60px;
	right: unset;
}
@media screen and (max-width: 1199px) {
	section.icons-section-t2-v1 .main-img{
		width: 100%;
	}
	section.icons-section-t2-v2 .img-color-after{
		width: calc(100% - 30px);
		margin-right: 30px;
	}
	section.icons-section-t2-v2.reverse .img-color-after{
		width: calc(100% - 30px);
		margin-left: 30px;
	}
	section.icons-section-t2-v2 .img-color-after::after{
		top: 30px;
		right: -30px;
	}
	section.icons-section-t2-v2.reverse .img-color-after::after{
		top: 30px;
		left: -30px;
	}

}
@media screen and (max-width: 991px){
	section.icons-section-t2-v1 .main-img,
	section.icons-section-t2-v2 .img-color-after{
		display: none;
	}
	section.icons-section .icons-content-row{
		margin-top: 0;
	}
	section.icons-section .icons-row{
		margin-bottom: 0;
	}
	section.icons-section .icons-content-row{
		text-align: center;
	}
	section.icons-section .icon-item .icon-img img{
		margin: 0 auto 15px;
	}
	section.icons-section-t1-v1 .icon-item .title,
	section.icons-section-t2-v1 .icon-item .title, 
	section.icons-section-t2-v2 .icon-item .title{
		margin-bottom: 15px;
	}
	section.icons-section-t2-v2 .icons-content-row {
		margin: 45px 0 -45px;
	}
	section.icons-section.icons-section-t2-v1 .icons-row {
		margin-bottom: -45px;
	}
}
@media screen and (max-width: 767px) {
	section.icons-section-t1-v1.icons-bg .icon-item{
		padding: 45px 30px;
	}
}

/* --------------------------------------------- */
/* CONTACT SECTION */
/* --------------------------------------------- */


section.contact-form .e-form {
	margin-top: 30px;
}

section.contact-form .e-form p {
	margin: 0;
}

section.contact-form .e-form br {
	display: none;
}

section.contact-form .e-form .text-input {
	margin-bottom: 30px;
}

section.contact-form .e-form .text-input input {
	text-align: center;
}

section.contact-form .e-form .text-input textarea {
	height: 210px;
	resize: none;
	font-family: var(--primary-font-family)!important;
}
section.contact-form .e-form .text-input input,
section.contact-form .e-form .text-input textarea,
section.contact-form .e-form .text-input select {
	-webkit-appearance: none;
	border: 1px solid var(--contact-form-borders);
	background-color: transparent;
	transition: .3s;
	margin-bottom: 10px;
	padding: 20px 30px;
	display: block;
	width: 100%;
	font-size: var(--font-size-7);
	color: var(--font-color);
	border-radius: var(--border-radius);
	font-weight: var(--fw-type-1);
}
section.contact-form .e-form .text-input select {
	padding-right: 45px;
	position: relative;
}
section.contact-form .e-form .text-input select option {
	background-color: var(--main-bg-color);
	color: var(--font-color);
}
section.contact-form .e-form .text-input.select-input {
	position: relative;
}
section.contact-form .e-form .text-input.select-input::after{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: "âł";
    color: var(--font-color);
    font-size: 20px;
    line-height: 1;
	display: flex;
  	align-items: center;
}

section.contact-form .e-form .text-input input::placeholder,
section.contact-form .e-form .text-input textarea::placeholder{
	color: var(--contact-form-borders);
} 

section.contact-form .e-form input[type="submit"] {
	background-color: var(--btn-bg-color);
    color: var(--btn-color);
    font-size: var(--def-btn-font-size);
    font-weight: var(--fw-type-3);
	text-transform: uppercase;
    padding: var(--def-btn-padding);
    display: inline-block;
    border: 2px solid var(--btn-bg-color);
	border-radius: var(--border-radius);
	transition: .3s ease-in-out;
	-webkit-appearance: none;
	cursor: pointer;
}
section.contact-form .e-form input[type="submit"]:disabled{
	cursor: not-allowed;
}
section.contact-form .e-form input[type="submit"]:hover {
	background-color: transparent;
	color: var(--btn-bg-color);
}
section.contact-form.invert-btn .e-form input[type="submit"]{
    background-color: transparent;
	color: var(--btn-bg-color);
}
section.contact-form.invert-btn .e-form input[type="submit"]:hover {
    background-color: var(--btn-bg-color);
    color: var(--btn-color);
}
section.contact-form .e-form .wpcf7 form .wpcf7-response-output {
	margin: 30px 0 0;
}

section.contact-form .e-form .acceptance-input {
	margin-bottom: 30px;
}
section.contact-form .e-form .acceptance-input input[type="checkbox"]{
	float: left;
    margin: 0;
    position: relative;
    border: 2px solid var(--primary-color);
    background: none;
    cursor: pointer;
    line-height: 0;
    outline: 0;
    padding: 0;
    vertical-align: text-top;
    height: 15px;
    width: 15px;
    -webkit-appearance: none;
    margin-right: 5px;
	border-radius: var(--border-radius);
}
section.contact-form .e-form .acceptance-input input[type="checkbox"]:checked {
    background-color: var(--primary-color);
    opacity: 1;
}
section.contact-form .e-form .wpcf7-list-item {
	margin: 0;
}

section.contact-section-t1-v1 .map{
	position: relative;
	width: 100%;
	padding-top: 29%;
	margin-top: var(--small-padding);
}
section.contact-section-t1-v1 .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: grayscale(1);
}

section.contact-section-t1-v1 .contact-info-box .tmp-separator {
	max-width: 250px;
}

section.contact-section-t1-v1 .contact-info-box {
	background-color: var(--second-bg-color);
	padding: 60px;
	min-height: 100%;
	border-radius: var(--border-radius);
}
section.contact-section-t1-v1 .contact-info-box .contact-icons .item{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 30px;
}
section.contact-section-t1-v1 .contact-info-box .contact-icons .item .icon{
	width: 30px;
	min-width: 30px;
	margin-right: 15px;
}
section.contact-section-t1-v1 .contact-info-box .contact-icons .item .icon.er-noicon {
	display: none;
}
section.contact-section-t1-v1 .contact-info-box .contact-icons .item .icon svg {
	height: 30px;
	width: auto;
	fill: var(--svg-icons-color);
}
section.contact-section-t1-v1 .contact-info-box .contact-icons .item .list .title {
	line-height: 1;
}

section.contact-section-t1-v1 .contact-info-box .contact-icons .item .list .title a{
	display: block;
	line-height: 1;
}
section.contact-section-t1-v1 .contact-info-box .contact-icons .item .list .title + .title{
	margin-top: 5px;
}
section.contact-section-t1-v1 .contact-form-img,
section.contact-section-t1-v2 .contact-form-img{
	width: 100%;
	height: 100%;
    border-radius: var(--border-radius);
}

section.contact-section-t1-v2 .first-row{
	text-align: center;
	justify-content: center;
}
section.contact-section-t1-v2 .first-row .tmp-separator {
	margin: auto;
	max-width: 250px;
}
section.contact-section-t1-v2 .contact-info-row{
	display: flex;
	flex-wrap: wrap;
	margin: 15px -15px 0;
	justify-content: center;
}
section.contact-section-t1-v2 .contact-info-row .item {
	min-width: 50%;
	width: 50%;
	padding: 0 15px;
	margin-top: 30px;
}
section.contact-section-t1-v2 .contact-info-row .item .wrapper {
	text-align: center;
}
section.contact-section-t1-v2 .contact-info-row .item .wrapper .icon svg{
	height: 30px;
	width: auto;
	margin: 0 auto 20px;
	display: block;
	fill: var(--svg-icons-color);
}
section.contact-section-t1-v2 .contact-info-row .item .wrapper .title + .title {
	margin-top: 5px;
}
section.contact-section-t1-v2.contact-bg .contact-info-row .item .wrapper {
	background-color: var(--second-bg-color);
	padding: 30px;
	min-height: 100%;
	border-radius: var(--border-radius);
}
section.contact-section-t1-v2 .form-row {
	margin-top: 45px;
}
section.contact-section-t1-v2 .map {
	width: 100%;
	height: 100%;
	position: relative;
}
section.contact-section-t1-v2 .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: grayscale(1);
}

section.contact-section-t1-v2 .map.second-map{
	position: relative;
	width: 100%;
	padding-top: 29%;
	margin-top: var(--small-padding);
	height: unset;
}
section.contact-section-t1-v2 .map.second-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: grayscale(1);
}


@media screen and (max-width: 1499px) {
	section.contact-section-t1-v1 .contact-info-box {
		padding: 30px;
	}
	section.contact-section-t1-v2 .contact-info-row .item{
		min-width: 50%;
		width: 50%;
	}
}
@media screen and (max-width: 1199px) {
	section.contact-form .e-form .text-input input, 
	section.contact-form .e-form .text-input textarea{
		font-size: var(--font-size-8);
		padding: 15px;
	}
	section.contact-form .e-form .text-input textarea{
		height: 150px;
	}
}

@media screen and (max-width: 991px) {
	section.contact-section-t1-v1 .contact-info-box{
		min-height: unset;
	}
	section.contact-section-t1-v1 .contact-form-box {
		margin-top: 30px;
	}
	section.contact-section-t1-v1 .contact-info-box .contact-icons {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
	}
	section.contact-section-t1-v1 .contact-info-box .contact-icons .item {
		min-width: 50%;
		width: 50%;
		padding: 0 15px;
	}
	section.contact-section-t1-v1 .map,
	section.contact-section-t1-v2 .map.second-map{
		padding-top: 40%;
	}
	section.contact-section-t1-v1 .contact-form-img,
	section.contact-section-t1-v2 .contact-form-img{
		display: none;
	}
}

@media screen and (max-width: 767px) {
	section.contact-section-t1-v1 .contact-info-box{
		padding: 30px 15px;
	}
	section.contact-section-t1-v1 .contact-info-box .contact-icons .item{
		width: 100%;
		min-width: 100%;
	}
	section.contact-form .e-form .text-input input{
		text-align: left;
	}
	section.contact-form .e-form .text-input{
		margin-bottom: 15px;
	}
	section.contact-section-t1-v1 .map,
	section.contact-section-t1-v2 .map.second-map{
		padding-top: 110%;
	}
	section.contact-section-t1-v2 .contact-info-row .item{
		min-width: 100%;
		width: 100%;
	}
}

/* --------------------------------------------- */
/* REVIEWS SECTION */
/* --------------------------------------------- */

section.reviews-section .first-row {
	justify-content: center;
	text-align: center;
}
section.reviews-section .first-row .tmp-separator{
	margin: 0 auto;
}
section.reviews-section .wrapper {
	display: flex;
	padding: 0 90px;
}
section.reviews-section.reviews-bg .wrapper {
	background-color: var(--second-bg-color);
	padding: 60px 90px;
	border-radius: var(--border-radius);
}
section.reviews-section .wrapper .user-part{
	width: 25%;
	min-width: 25%;
	margin-right: 30px;
	display: flex;
	align-items: center;
}
section.reviews-section .wrapper .user-part .user-img {
	min-width: 90px;
	width: 90px;
	height: 90px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 50%;
	margin-right: 30px;
	filter: var(--icons-filter);
}
section.reviews-section .wrapper .user-part .user-data .rev-title-1{
	font-weight: var(--fw-type-3);
	text-transform: uppercase;
}
section.reviews-section .wrapper .user-part .user-data .rev-title-2 + .rev-title-1 {
	margin-top: 15px;
	font-weight: var(--fw-type-1);
} 
section.reviews-section .wrapper .content-part .icon svg{
	fill: var(--svg-icons-color);
	width: 45px;
	height: auto;
	margin-bottom: 20px;
}

section.reviews-section .er-styled-slick-controllers .slick-dots {
	position: relative;
	bottom: 0;
	margin-top: 45px;
}
section.reviews-section .reviews-slider-wrapper{
	margin-top: 45px;
}
section.reviews-section .reviews-desc {
	text-align: justify;
}

section.reviews-section.reviews-section-t1-v2 .wrapper{
	margin-top: 30px;
	display: block;
	min-height: calc(100% - 30px);
}

section.reviews-section.reviews-section-t1-v2 .wrapper .user-part {
	width: 100%;
	min-width: 100%;
	margin: 0 0 15px;
}
section.reviews-section.reviews-section-t1-v2 .review-item {
	min-height: 100%;
}

@media screen and (max-width: 1499px) {
	section.reviews-section .wrapper{
		padding: 0;
	}
	section.reviews-section.reviews-bg .wrapper{
		padding: 45px;
	}
	section.reviews-section .wrapper .user-part{
		min-width: 30%;
		width: 30%;
	}
}
@media screen and (max-width: 1199px) {
	section.reviews-section .wrapper .user-part .user-img{
		width: 75px;
		min-width: 75px;
		height: 75px;
	}
	section.reviews-section .wrapper .content-part .icon svg{
		width: 30px;
	}
}
@media screen and (max-width: 991px) {
	section.reviews-section .wrapper .user-part .user-img{
		width: 50px;
		min-width: 50px;
		height: 50px;
		margin: 0 0 15px;
	}
	section.reviews-section .wrapper .user-part{
		margin-right: 20px;
		text-align: center;
	}
	section.reviews-section .wrapper .user-part{
		flex-direction: column;
	}
}
@media screen and (max-width: 767px) {
	section.reviews-section .wrapper{
		flex-direction: column;
		padding: 30px 15px;
	}
	section.reviews-section .wrapper .content-part .icon svg{
		display: none;
	}
	section.reviews-section .wrapper .user-part{
		width: 100%;
		min-width: 100%;
		margin: 0 0 30px;
	}
	section.reviews-section .reviews-desc{
		text-align: center;
	}
}
/* --------------------------------------------- */
/* COUNTER SECTION */
/* --------------------------------------------- */

section.counter-section-t1-v1 .first-row,
section.counter-section-t1-v2 .first-row {
	justify-content: center;
	text-align: center;
}

section.counter-section-t1-v1 .first-row .tmp-separator,
section.counter-section-t1-v2 .first-row .tmp-separator  {
	margin: auto;
	max-width: 250px;
}

section.counter-section-t1-v1 .btn-wrapper,
section.counter-section-t1-v2 .btn-wrapper {
	margin-top: 45px;
	text-align: center;
}
section.counter-section-t1-v1 .counter-wrapper,
section.counter-section-t1-v2 .counter-wrapper{
	margin-top: 15px;
}
section.counter-section-t1-v1 .counter-row {
	justify-content: center;
	text-align: center;
}
section.counter-section-t1-v1 .counter-row .item,
section.counter-section-t1-v2 .counter-row .item {
	margin-top: 30px;
	min-height: calc(100% - 30px);
}
section.counter-section-t1-v1 .counter-row .item .icon-img img{
	height: 80px;
	max-width: 150px;
	object-fit: contain;
	object-position: center;
	margin: 0 auto 30px;
	filter: var(--icons-filter);
}
section.counter-section-t1-v1 .counter-row .item .number{
	font-size: var(--font-size-2);
	margin-bottom: 30px;
	line-height: 0.7;
}
section.counter-section-t1-v1.counter-bg-1 .counter-row .item .box{
	padding: 45px;
	background-color: var(--second-bg-color);
	border-radius: var(--border-radius);
}
section.counter-section-t1-v2 .counter-row .item .item-flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
section.counter-section-t1-v2 .counter-row .item .item-flex .icon-img{
	min-width: 60px;
	height: 60px;
	margin-right: 15px;
}
section.counter-section-t1-v2 .counter-row .item .item-flex .icon-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	filter: var(--icons-filter);
}
section.counter-section-t1-v2 .counter-row .item .number {
	font-size: var(--font-size-2);
	margin-bottom: 10px;
	line-height: 0.7;
} 
section.counter-section-t1-v2.counter-bg-1 .counter-row .item .box{
	padding: 30px;
	background-color: var(--second-bg-color);
	border-radius: var(--border-radius);
}
@media screen and (max-width:767px) {
	section.counter-section-t1-v2 .counter-row .item .item-flex{
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	section.counter-section-t1-v2 .counter-row .item .item-flex .icon-img{
		margin: 0 auto 20px;
	}
}

/* --------------------------------------------- */
/* FAQ SECTION */
/* --------------------------------------------- */

section.faq-section .faq-img img {
	width: 100%;
    border-radius: var(--border-radius);
}
section.faq-section .first-row {
	justify-content: center;
}
section.faq-section .faq-main {
	width: 100%;
}
section.faq-section .faq-main .faq-list .item .hidden-desc{
	display: none;
	padding: 0 20px 15px;
}
section.faq-section .faq-main .faq-list .item .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;

}
section.faq-section .faq-main .faq-list .item .faq-btn{
	width: 16px;
	min-width: 16px;
	height: 16px;
	position: relative;
	margin-left: 15px;
}
section.faq-section .faq-main .faq-list .item .faq-btn::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 2px;
	background-color: var(--primary-color);
	content: "";
	margin: auto;
	transition: .3s;
}
section.faq-section .faq-main .faq-list .item .faq-btn::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: var(--primary-color);
	content: "";
	margin: auto;
	transition: .3s;
}

section.faq-section .faq-main .faq-list .item .title.opened .faq-btn::after {
	opacity: 0;
} 
section.faq-section .faq-main .faq-list .item {
	background-color: var(--second-bg-color);
	border-radius: calc(var(--border-radius) / 2);
	cursor: pointer;
}
section.faq-section .faq-main .faq-list .item + .item {
	margin-top: 10px;
}
section.faq-section .faq-main .faq-list .item .hidden-desc .desc{
	margin: 30px 0 0;
}
section.faq-section.reverse .first-row {
	flex-direction: row-reverse;
}

@media screen and (max-width: 1199px) {
	section.faq-section .faq-img img{
		display: none;
	}
}

/* --------------------------------------------- */
/* LOGOS SECTION */
/* --------------------------------------------- */

section.logos-section .first-row {
	justify-content: center;
	text-align: center;
	margin-bottom: 30px;
}
section.logos-section .first-row .tmp-separator {
	margin: 0 auto;
	max-width: 250px;
}
section.logos-section .first-row .desc{
	margin-bottom: 30px;
}
section.logos-section .logos-slider-wrapper .wrapper {
	padding: 0 15px;
}
section.logos-section .logos-slider-wrapper .wrapper .logo-bg {
	width: 100%;
	padding-top: 45%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
section.logos-section .er-styled-slick-controllers .slick-dots {
	bottom: 0;
	position: relative;
	margin-top: 30px;
}
section.logos-section .er-styled-slick-controllers .slick-next {
	right: -60px;
}
section.logos-section .er-styled-slick-controllers .slick-prev {
	left: -60px;
}
section.logos-section .er-styled-slick-controllers .slick-arrow {
	width: 35px;
	height: 35px;
}
section.logos-section .er-styled-slick-controllers .slick-arrow::before {
	font-size: 12px;
}

/* --------------------------------------------- */
/* NEWSLETTER SECTION */
/* --------------------------------------------- */

section.newsletter-section-t1-v1 .first-row {
	justify-content: center;
}
section.newsletter-section-t1-v1 .titles-box {
	text-align: center;
}
section.newsletter-section-t1-v1 .nws-form {
	margin-top: 30px;
}
section.newsletter-section-t1-v1 .nws-form .nws-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
section.newsletter-section-t1-v1 .nws-form .nws-wrapper .input-wrapper {
	min-width: 65%;
	width: 65%;
	position: relative;
}
section.newsletter-section-t1-v1 .nws-form .nws-wrapper .input-wrapper input[type="email"] {
	width: 100%;
    border: 1px solid var(--contact-form-borders);
	border-right: none;
    padding: 21px 15px 21px 70px;
    line-height: 1;
	min-height: 60px;
	font-weight: var(--fw-type-1);
	border-top-left-radius: var(--border-radius);
	border-bottom-left-radius: var(--border-radius);
	background-color: transparent;
}
section.newsletter-section-t1-v1 .nws-form .nws-wrapper .input-wrapper input[type="email"]::placeholder{
	color: var(--contact-form-borders);
}
section.newsletter-section-t1-v1 .nws-form .nws-wrapper .input-wrapper .icon {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	left: 30px;
	margin: auto;
}
section.newsletter-section-t1-v1 .nws-form .nws-wrapper .input-wrapper .icon svg {
	width: 20px;
	height: auto;
	fill: var(--contact-form-borders);
}
section.newsletter-section-t1-v1 .nws-form button[type="submit"] {
	background-color: var(--primary-color);
	color: var(--btn-color);
	font-size: var(--font-size-6);
	padding: 10px;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	border: 2px solid var(--primary-color);
	min-height: 60px;
	font-weight: var(--fw-type-1);
	text-transform: uppercase;
	min-width: 35%;
	width: 35%;
	cursor: pointer;
	transition: .3s;
	line-height: 1;	
	border-top-right-radius: var(--border-radius);
	border-bottom-right-radius: var(--border-radius);
}
section.newsletter-section-t1-v1 .nws-form button[type="submit"]:hover {
	background-color: transparent;
	color: var(--btn-bg-color);
}
section.newsletter-section-t1-v1 .nws-form button[type="submit"]:hover .icon svg {
	fill: var(--btn-bg-color);
}
section.newsletter-section-t1-v1 .nws-form button[type="submit"] .icon {
	min-width: 20px;
	width: 20px;
	margin-right: 30px;
}
section.newsletter-section-t1-v1 .nws-form button[type="submit"] .icon svg {
	width: 100%;
	height: auto;
	fill: var(--btn-color);
	transition: .3s;
}

section.newsletter-section-t1-v1.invert-btn .nws-form button[type="submit"] {
    background-color: transparent;
	color: var(--btn-bg-color);
}
section.newsletter-section-t1-v1.invert-btn .nws-form button[type="submit"]:hover {
    background-color: var(--primary-color);
	color: var(--btn-color);
}
section.newsletter-section-t1-v1.invert-btn .nws-form button[type="submit"] .icon svg {
    fill: var(--btn-bg-color);
}
section.newsletter-section-t1-v1.invert-btn .nws-form button[type="submit"]:hover .icon svg {
    fill: var(--btn-color)
}

section.newsletter-section-t1-v1 .nws-form .checkbox-label {
	margin-top: 30px;
	display: block;
}
section.newsletter-section-t1-v1 .nws-form .checkbox-label input {
	float: left;
    margin: 0;
    position: relative;
    border: 2px solid var(--primary-color);
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    outline: 0;
    padding: 0;
    vertical-align: text-top;
    height: 18px;
    width: 18px;
    -webkit-appearance: none;
    margin-right: 5px;
	border-radius: var(--border-radius);
}
section.newsletter-section-t1-v1 .nws-form .checkbox-label input:checked {
    background-color: var(--primary-color);
    opacity: 1;
}
section.newsletter-section-t1-v1.nws-bg .main-wrapper {
	background-color: var(--second-bg-color);
	padding: var(--small-padding) 0;
	border-radius: var(--border-radius);
}

@media screen and (max-width: 767px) {
	section.newsletter-section-t1-v1.nws-bg .main-wrapper{
		padding: var(--small-padding) 15px;
	}
	section.newsletter-section-t1-v1 .nws-form .nws-wrapper {
		flex-direction: column;
	}
	section.newsletter-section-t1-v1 .nws-form .nws-wrapper .input-wrapper{
		width: 100%;
		min-width: 100%;
	}
	section.newsletter-section-t1-v1 .nws-form .nws-wrapper .input-wrapper input[type="email"]{
		border-right: 1px solid var(--contact-form-borders) ;
		border-radius: var(--border-radius);
	}
	section.newsletter-section-t1-v1 .nws-form button[type="submit"]{
		width: 100%;
		min-width: 100%;
		margin-top: 15px;
		border-radius: var(--border-radius);
	}
	section.newsletter-section-t1-v1 .nws-form .checkbox-label input{
		width: 16px;
		height: 16px;
	}
}

/* --------------------------------------------- */
/* TEAM SECTION */
/* --------------------------------------------- */

section.team-section .first-row {
	justify-content: center;
	text-align: center;
}
section.team-section .first-row .tmp-separator {
	margin: 0 auto;
}
section.team-section-t1-v1 .team-row{
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}
section.team-section-t1-v1 .team-row .item{
	min-width: 25%;
	width: 25%;
	padding: 0 15px;
	margin-top: 60px;
}
section.team-section-t1-v1 .team-row .item .img-bg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 120%;
	margin-bottom: 30px;
	border-radius: var(--border-radius);
}
section.team-section-t1-v1 .team-row .item .u-title-1,
section.team-section-t1-v2 .team-list .item .u-title-1 {
	font-size: var(--font-size-5);
	font-weight: var(--fw-type-3);
	margin-bottom: 15px;
}
section.team-section-t1-v1 .team-row .item .u-title-2,
section.team-section-t1-v2 .team-list .item .u-title-2  {
	margin-bottom: 30px;
}
section.team-section-t1-v1 .team-row ul.team-icons,
section.team-section-t1-v2 .team-list ul.team-icons {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	gap: 20px;
	margin-top: 30px;
}
section.team-section-t1-v1 .team-row ul.team-icons li a svg,
section.team-section-t1-v2 .team-list ul.team-icons li a svg {
	width: 20px;
	height: auto;
	opacity: 50%;
	transition: .3;
	fill: var(--svg-icons-color);
} 
section.team-section-t1-v1 .team-row ul.team-icons li a:hover svg,
section.team-section-t1-v2 .team-list ul.team-icons li a:hover svg {
	opacity: 100%;
}
section.team-section-t1-v2 .team-list .item {
	display: flex;
	flex-wrap: wrap;
	margin: 60px -15px 0;
}
section.team-section-t1-v2 .team-list .item.reverse {
	flex-direction: row-reverse;
}
section.team-section-t1-v2 .team-list .item .content-col{
	padding: 0 15px;
	min-width: 50%;
	width: 50%;
}
section.team-section-t1-v2 .team-list .item .img-col{
	padding: 0 15px;
	min-width: 50%;
	width: 50%;
}
section.team-section-t1-v2 .team-list .team-img img {
	width: 100%;
	border-radius: var(--border-radius);
}
section.team-section-t1-v2.team-bg .team-list .item {
	background-color: var(--second-bg-color);
	padding: 45px 30px;
	border-radius: var(--border-radius);
}

@media screen and (max-width: 1499px) {
	section.team-section-t1-v1 .team-row .item{
		min-width: 33.333%;
		width: 33.333%;
	}
}
@media screen and (max-width: 991px) {
	section.team-section-t1-v1 .team-row .item{
		min-width: 50%;
		width: 50%;
	}
	section.team-section-t1-v2.team-bg .team-list .item{
		padding: 30px 15px;
	}
	section.team-section-t1-v1 .team-row .item,
	section.team-section-t1-v2.team-bg .team-list .item{
		margin-top: 45px;
	}
}

@media screen and (max-width: 767px) {
	section.team-section-t1-v1 .team-row .item{
		min-width: 100%;
		width: 100%;
	}
	section.team-section-t1-v2 .team-list .item,
	section.team-section-t1-v2 .team-list .item.reverse {
		flex-direction: column;
	}
	section.team-section-t1-v2.team-bg .team-list .item{
		margin: 60px 0;
	}
	section.team-section-t1-v2 .team-list .item .img-col,
	section.team-section-t1-v2 .team-list .item .content-col{
		min-width: 100%;
		width: 100%;
	}
	section.team-section-t1-v2 .team-list .team-img img{
		margin-bottom: 30px;
	}
	section.team-section-t1-v1 .team-row .item,
	section.team-section-t1-v2.team-bg .team-list .item{
		margin-top: 30px;
	}
	section.team-section-t1-v2.team-bg .team-list .item{
		padding: 30px 0;
	}
}


/* --------------------------------------------- */
/* POSTS SECTION */
/* --------------------------------------------- */
section.posts-section .first-row .btn-wrapper {
	text-align: right;
}
section.posts-section .posts-row .item .date {
	opacity: 50%;
	margin-bottom: 20px;
}
section.posts-section .post-btn {
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
	font-size: var(--font-size-7);
	font-weight: var(--fw-type-3);
}
section.posts-section .post-btn::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	background-color: var(--primary-color);
	height: 2px;
	content: "";
	transition: .3s;
	border-radius: var(--border-radius);
}
section.posts-section .posts-row .item:hover .post-btn::after {
	width: 100%;
}
section.posts-section .pagination {
    margin-top: 45px;
    text-align: center
}
section.posts-section .pagination .page-numbers:not(.dots, .next , .prev) {
    width: 20px;
    min-width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    font-size: var(--font-size-9);
    color: var(--font-color);
    border: 2px solid transparent;
	border-radius: var(--border-radius);
}
section.posts-section .pagination .page-numbers.current {
    border-color: var(--primary-color)
}

section.posts-section-t1-v1 .first-row .desc {
	margin-bottom: 30px;
}

section.posts-section-t1-v1 .posts-row .item{
	margin-top: 45px;
}
section.posts-section-t1-v1.posts-bg .posts-row .item {
	padding: 30px;
	background-color: var(--second-bg-color);
	border-radius: var(--border-radius);
	min-height: calc(100% - 45px);
} 
section.posts-section-t1-v1 .posts-row .item .post-title{
	margin-bottom: 20px;
}

section.posts-section-t1-v1 .posts-row .item .desc {
	margin-bottom: 20px;
}
section.posts-section-t1-v1 .posts-row .item .post-img{
	width: 100%;
	padding-top: 100%;
	border-radius: var(--border-radius);
}
section.posts-section-t1-v1 .posts-row .item .wrapper{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
}
section.posts-section-t1-v2 .first-row .desc {
	margin-bottom: 30px;
}
section.posts-section-t1-v2 .posts-row .item {
	margin-top: 45px;
}
section.posts-section-t1-v2 .posts-row .item .desc {
	margin-bottom: 20px;
}
section.posts-section-t1-v2 .posts-row .item .post-img {
	padding-top: 65%;
	width: 100%;
	margin-bottom: 30px;
    border-radius: var(--border-radius);
}
section.posts-section-t1-v2 .posts-row .item .post-title{
	margin-bottom: 20px;
	font-size: var(--font-size-5);
}


@media screen and (max-width: 991px) {
	section.posts-section .first-row .btn-wrapper{
		margin-top: 30px;
		text-align: left;
	}
	section.posts-section-t1-v1 .posts-row .item .post-img{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px){
	section.posts-section-t1-v1.posts-bg .posts-row .item{
		padding: 15px;
	}
}
/* --------------------------------------------- */
/* SINGLE SECTION */
/* --------------------------------------------- */
section.single-section-t1-v2 {
	padding: 0;
}


/* --------------------------------------------- */
/* SIDE BAR */
/* --------------------------------------------- */
section.er-side-bar{
	padding: 0;
	font-size: var(--font-size-8);
	position: relative;
}
section.er-side-bar::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: var(--primary-color);
	opacity: 15%;
	content: "";
}
section.er-side-bar .side-bar-logo img {
	width: 100%;
	margin-bottom: 30px;
}
section.er-side-bar .side-bar-title {
	font-size: var(--font-size-5);
	text-transform: uppercase;
	margin-bottom: 30px;
}
section.er-side-bar .company-desc {
	margin-bottom: 30px;
}
section.er-side-bar .selected-post .post-img {
	width: 100%;
	padding-top: 63%;
	margin-bottom: 15px;
} 
section.er-side-bar .selected-post .post-title{
	font-size: var(--font-size-6);
	margin-bottom: 15px;
}
section.er-side-bar .selected-post {
	margin-bottom: 30px;
}
section.er-side-bar .post-list .small-post + .small-post{
	margin-top: 15px;
}
section.er-side-bar .post-list .small-post .title {
	margin-bottom: 5px;
}
section.er-side-bar .post-list{
	padding: 15px 0;
	position: relative;
}
section.er-side-bar .post-list::before{
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: var(--primary-color);
	opacity: 15%;
	content: "";
	position: absolute;
}
section.er-side-bar .post-list::after{
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: var(--primary-color);
	opacity: 15%;
	content: "";
	position: absolute;
}
section.er-side-bar .term-wrapper{
	margin-top: 30px;
}
section.er-side-bar .terms-list.type-1 .item + .item{
	margin-top: 15px;
}
section.er-side-bar .terms-list.type-1 .item a{
	position: relative;
	font-size: var(--font-size-7);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
section.er-side-bar .terms-list.type-1 .item a::after{
	content: "❯";
	position: relative;
	margin-left: 15px;
}

section.er-side-bar .terms-list.type-2 {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
section.er-side-bar .terms-list.type-2 .item {
	background-color: var(--second-bg-color);
}
section.er-side-bar .terms-list.type-2 .item a{
	padding: 10px;
	display: inline-block;
}

@media screen and (max-width: 991px) {
	section.er-side-bar{
		display: none;
	}
}
/* --------------------------------------------- */
/* PRICE SECTION */
/* --------------------------------------------- */

section.price-section .first-row .desc {
	margin-bottom: 30px;
}
section.price-section .first-row {
	justify-content: center;
	text-align: center;
}
section.price-section .first-row .tmp-separator {
	margin: auto;
}
section.price-section-t1-v1 .price-row {
	margin-top: var(--small-padding);
}
section.price-section-t1-v1 .price-row.row-reverse {
	flex-direction: row-reverse;
}
section.price-section-t1-v1 .price-row .cat-desc {
	margin-bottom: 30px;
}
section.price-section-t1-v1 .price-row .price-list .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
section.price-section-t1-v1 .price-row .price-list .wrapper:not(:last-child){
	padding-bottom: 20px;
}
section.price-section-t1-v1 .price-row .price-list .wrapper:not(:last-child)::after{
	position: absolute;
	bottom: 0;
	height: 2px;
	left: 0;
	right: 0;
	background-color: var(--primary-color);
	opacity: 30%;
	border-color: var(--border-radius);
	content: "";
}
section.price-section-t1-v1 .price-row .price-list .wrapper + .wrapper {
	margin-top: 20px;
}
section.price-section-t1-v1 .price-row .price-list .wrapper .price-content-col {
	min-width: auto;
	display: flex;
	align-items: center;
}
section.price-section-t1-v1 .price-row .price-list .wrapper .title-3{
	margin-bottom: 0;
}
section.price-section-t1-v1 .price-row .price-list .wrapper .title-3.with-desc{
	margin-bottom: 15px;
}
section.price-section-t1-v1 .price-row .price-list .wrapper .price-col{
	margin-left: 30px;
	min-width: fit-content;
}
section.price-section-t1-v1 .price-row .price-list .wrapper .price-col .value {
	font-size: var(--font-size-5);
}
section.price-section-t1-v1 .price-row img.price-img {
	width: 100%;
	border-radius: var(--border-radius);
}
section.price-section-t1-v1 .price-row .price-list .wrapper .img-col {
	min-width: 75px;
	width: 75px;
	margin-right: 15px;
}
section.price-section-t1-v1 .price-row .price-list .wrapper .img-col img {
	width: 100%;
	height: 75px;
	object-fit: cover;
	object-position: center;
}
section.price-section-t2-v1 .price-items {
	width: 80%;
	margin: 45px auto 0;
}
section.price-section-t2-v1 .price-items .item {
	background-color: var(--second-bg-color);
	position: relative;
	overflow: hidden;
	border-radius: var(--border-radius);
}
section.price-section-t2-v1 .price-items .item::after{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: var(--primary-color);
	opacity: 30%;
	content: "";
}

section.price-section-t2-v1 .price-items .item .hidden-price {
	display: none;
	padding: 0 30px 30px;
}
section.price-section-t2-v1 .price-items .item .title {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
	font-size: var(--font-size-5);
	text-transform: uppercase;
	cursor: pointer;
}
section.price-section-t2-v1 .price-items .item .title .price-btn{
	width: 16px;
	min-width: 16px;
	height: 16px;
	position: relative;
	margin-left: 15px;
}
section.price-section-t2-v1 .price-items .item .title .price-btn::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 2px;
	background-color: var(--primary-color);
	content: "";
	margin: auto;
	transition: .3s;
}
section.price-section-t2-v1 .price-items .item .title .price-btn::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: var(--primary-color);
	content: "";
	margin: auto;
	transition: .3s;
}

section.price-section-t2-v1 .price-items .item .title.opened .price-btn::after {
	opacity: 0;
} 
section.price-section-t2-v1 .price-items .item .wrapper {
	display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
}
section.price-section-t2-v1 .price-items .item .wrapper .price-col .value {
	font-size: var(--font-size-5);
}
section.price-section-t2-v1 .price-items .item .wrapper .price-col {
    margin-left: 30px;
    min-width: fit-content;
}
section.price-section-t2-v1 .price-items .item .wrapper .title-2 {
    margin-bottom: 15px;
}
section.price-section-t2-v1 .price-items .item .wrapper + .wrapper {
	margin-top: 30px;
}

@media screen and (max-width: 1199px) {
	section.price-section-t2-v1 .price-items{
		width: 100%;
	}
}
@media screen and (max-width: 991px) {
	section.price-section-t1-v1 .price-row img.price-img{
		margin-top: 45px;
	}
}
@media screen and (max-width: 767px) {
	section.price-section-t1-v1 .price-row .price-list .wrapper{
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		text-align: left;
	}
	section.price-section-t1-v1 .price-row .price-list .wrapper .price-col{
		margin-left: 0;
		margin-top: 15px;
	}
	section.price-section-t1-v1 .price-row .price-list .wrapper .img-col img{
		margin-bottom: 15px;
	}
	section.price-section-t2-v1 .price-items .item .wrapper{
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		text-align: left;
	}
	section.price-section-t2-v1 .price-items .item .wrapper .price-col{
		margin-left: 0;
		margin-top: 15px;
	}
}
/* --------------------------------------------- */
/* SIMPLE BANNER SECTION */
/* --------------------------------------------- */
section.simple-banner-section {
	background-color: var(--second-bg-color);
}
section.simple-banner-section .title-1{
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: var(--font-size-2);
}
section.simple-banner-section.small-title .title-1{
	font-size: var(--font-size-4);
}

/* --------------------------------------------- */
/* HEADER SECTION */
/* --------------------------------------------- */
header.main-header-section .header-top-info{
	padding: 10px 0;
	background-color: var(--header-top-info-bg);
	color: var(--header-top-info-color);
}
header.main-header-section .header-top-info .header-icons {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
header.main-header-section.main-header-section-v2 .header-top-info .header-icons {
	justify-content: center;
}
header.main-header-section .header-top-info .header-icons .icon-item {
	display: flex;
    align-items: center;
    justify-content: center;
}
header.main-header-section .header-top-info .header-icons .icon-item + .icon-item {
	margin-left: 45px;
}
header.main-header-section .header-top-info .header-icons .icon-item .icon-img + .title {
	margin-left: 5px;
}
header.main-header-section .header-top-info .header-icons .icon-item .icon-img {
	display: flex;
    align-items: center;
	justify-content: center;
}
header.main-header-section .header-top-info .header-icons .icon-item .icon-img svg {
	fill: var(--header-top-info-color);
	width: 20px;
	height: 20px;
}
header.main-header-section .header-top-info .header-icons .icon-item .title {
	font-size: var(--font-size-8);
}
header.main-header-section.fixed-nav{
	position: fixed;
	z-index: 10000;
}
header.main-header-section.bg-on-scroll {
	transition: .3s;
	background-color: transparent;
}
header.main-header-section.scrolled.bg-on-scroll {
	background-color: var(--header-bg-color);
}
header.main-header-section {
	position: relative;
	background-color: var(--header-bg-color);
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
}

@media screen and (min-width: 1200px) {
	header.main-header-section .mobile-nav {
		display: none;
	}
	
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu {
		display: flex;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu > li + li{
		margin-left: 15px;
	}
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu > li > a{
		padding: 15px 0;
		color: var(--header-color);
		font-size: var(--font-size-7);
		position: relative;
	}
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu > li > a::after{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: var(--primary-color);
		height: 1px;
		border-radius: var(--border-radius);
		content: "";
		opacity: 0;
		transition: .3s;
	}
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu > li.current_page_item > a::after,
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu > li.current-menu-item > a::after{
		opacity: 1;
	}
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu > li > a:hover::after {
		opacity: 1;
	}
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.socials {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0;
		padding: 0;
		list-style: none;
		margin-left: 30px;
	}
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.socials li + li {
		margin-left: 15px;
	}
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.socials li a{
		display: block;
	}
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.socials li a.icon svg{
		width: 16px;
		height: auto;
		fill: var(--header-color);
		transition: .3s;
	}
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.socials li a.icon:hover svg {
		fill: var(--primary-color);
	}
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul {
		margin: 0;
		padding: 0;
	}
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul li {
		text-transform: uppercase;
	}
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu > li.menu-item-has-children ul.sub-menu{
		visibility: hidden;
		opacity: 0;
		left: 0;
		transition: .3s;
		position: absolute;
		color: var(--header-color);
		top: calc(100% + 15px);
		list-style: none;
		width: 200px;
	}

	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.sub-menu li a {
		padding: 10px;
		display: block;
		text-align: left;
		font-size: var(--font-size-8);
		letter-spacing: .3px;
		line-height: 1.3;
		color: var(--header-color);
	}
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.sub-menu li.current_page_item > a{
		background-color: var(--header-second-bg-color);
	}

	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu {
		left: 100%;
		top: 0;
		visibility: hidden;
		padding-top: 0;
		opacity: 0;
		border-left: 1px solid var(--header-second-bg-color);
	}
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu li.menu-item-has-children:hover > ul.sub-menu {
		visibility: visible;
		opacity: 1;
	}

	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.sub-menu>li:hover {
		background-color: var(--header-second-bg-color);
	}
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.sub-menu li {
		background-color: var(--header-bg-color);
		transition: .3s;
	}

	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul .sub-menu-icon-mobile {
		display: none;
	}
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu > li{
		position: relative;
	} 
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul li.menu-item-has-children>.sub-menu>li.menu-item-has-children:hover>.sub-menu {
		min-height: 100%;
		background: var(--header-bg-color);
		top: 0;
	}
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.sub-menu li.menu-item-has-children > a{
		position: relative;
	}
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.sub-menu li.menu-item-has-children > a::before{
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 5px;
		content: ">";
		width: 10px;
		height: 10px;
		display: inline-block;
		line-height: 1;
		font-size: var(--font-size-8);
	}
	header.main-header-section-v1 .desktop-nav {
		padding: var(--header-padding);
	}
	header.main-header-section-v1 .desktop-nav .header-main-row{
		display: flex;
		align-items: center;
		margin: 0 -15px;
		justify-content: flex-end;
	}
	header.main-header-section-v1 .desktop-nav .header-main-row .logo-column {
		min-width: 15%;
		width: 15%;
		display: flex;
		align-items: center;
		padding: 0 15px;
	}
	header.main-header-section-v1 .desktop-nav .header-main-row .logo-column a{
		display: block;
	}
	header.main-header-section-v1 .desktop-nav .header-main-row .logo-column a img {
		width: var(--logo-size);
		transition: .3s;
	}
	header.main-header-section-v1.scrolled.logo-resize .desktop-nav .header-main-row .logo-column a img {
		width: var(--logo-scrolled-size);
	}
	header.main-header-section-v1 .desktop-nav .header-main-row .menu-links-column {
		min-width: 85%;
		width: 85%;
		padding: 0 15px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	
	header.main-header-section-v2 .desktop-nav .header-main-row .logo-column {
		padding: var(--header-padding);
	}
	header.main-header-section-v2 .desktop-nav .header-main-row .logo-column a{
		display: block;
	}
	header.main-header-section-v2 .desktop-nav .header-main-row .logo-column a img {
		width: var(--logo-size);
		margin: 0 auto;
		transition: .3s;
	}
	header.main-header-section-v2.scrolled.logo-resize .desktop-nav .header-main-row .logo-column a img {
		width: var(--logo-scrolled-size);
	}
	header.main-header-section-v2 .desktop-nav .header-main-row .menu-links-column {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 15px;
	}
	header.main-header-section-v2 .desktop-nav .header-main-row .menu-links-column .wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	header.main-header-section-v2 .desktop-nav .header-main-row .menu-links-column ul.menu {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
@media screen and (max-width: 1499px) {
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu > li > a{
		font-size: var(--font-size-8);
	}
}
@media screen and (max-width: 1199px) {
	header.main-header-section .desktop-nav {
		display: none;
	}
	header.main-header-section .mobile-nav {
		padding: var(--header-padding);
	}
	header.main-header-section .mobile-nav .header-mobile-row {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 -15px;
	}
	header.main-header-section .mobile-nav .header-mobile-row .logo-column {
		min-width: 50%;
		width: 50%;
		padding: 0 15px;
	}
	header.main-header-section .mobile-nav .header-mobile-row .logo-column a {
		display: block;
	}
	header.main-header-section .mobile-nav .header-mobile-row .logo-column a img{ 
		width: var(--logo-mobile-size);
		transition: .3s;
	}
	header.main-header-section.scrolled.logo-resize .mobile-nav .header-mobile-row .logo-column a img {
		width: var(--logo-scrolled-mobile);
	}
	header.main-header-section .mobile-nav .header-mobile-row .header-mobile-menu-btn {
		min-width: 50%;
		width: 50%;
		padding: 0 15px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box {
		position: fixed;
		right: -350px;
		top: 0;
		height: 100%;
		z-index: 10;
		background-color: var(--header-bg-color);
		padding: 150px 45px;
		overflow-x: hidden;
		overflow-y: auto;
		border-left: 1px solid var(--header-second-bg-color);
		transition: .3s;
		opacity: 0;
		pointer-events: none;
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box.opened {
		right: 0;
		opacity: 1;
		pointer-events: all;
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box ul.socials {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin: 30px 0 0;
		padding: 0;
		list-style: none;
		flex-wrap: wrap;
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper ul.socials li{
		min-width: unset;
		width: unset;
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box ul.socials li a svg{
		width: 16px;
		height: auto;
		fill: var(--header-color);
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper {
		width: 100%;
		min-height: 100%;
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper ul li {
		width: 250px;
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper ul .sub-menu {
		display: none;
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper ul li a{
		padding: 10px 5px;
		display: block;
		font-size: var(--font-size-6);
		line-height: 1;
		color: var(--header-color);
		text-transform: uppercase;
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper ul li.current_page_item > a {
		color: var(--primary-color);
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper ul.sub-menu a {
		font-size: var(--font-size-7);
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper ul li.menu-item-has-children {
		position: relative;
		padding-right: 45px;		
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper ul li.menu-item-has-children .mobile-btn-toggle {
		width: 12px;
		height: 12px;
		position: absolute;
		top: 13px;
		right: 0;
		margin-left: 10px;
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper ul li.menu-item-has-children .mobile-btn-toggle::before {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		height: 2px;
		margin: auto;
		content: "";
		background-color: var(--primary-color);
		border-radius: var(--border-radius);
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper ul li.menu-item-has-children .mobile-btn-toggle::after {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 2px;
		margin: auto;
		content: "";
		background-color: var(--header-color);
		border-radius: var(--border-radius);
		transition: .3s;
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper ul li.menu-item-has-children .mobile-btn-toggle.opened::after {
		opacity: 0;
	} 
	header.main-header-section .mobile-nav .header-mobile-row .header-mobile-menu-btn .btn-toggle{
		width: 25px;
		height: 25px;
		min-width: 25px;
		position: relative;
	}
	header.main-header-section .mobile-nav .header-mobile-row .header-mobile-menu-btn .btn-toggle::after {
		position: absolute;
		top: 7px;
		left: 0;
		right: 0;
		height: 3px;
		content: "";
		border-radius: var(--border-radius);
		background-color: var(--header-color);
	}
	header.main-header-section .mobile-nav .header-mobile-row .header-mobile-menu-btn .btn-toggle::before {
		position: absolute;
		bottom: 7px;
		left: 0;
		right: 0;
		height: 3px;
		content: "";
		border-radius: var(--border-radius);
		background-color: var(--header-color);
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .close-btn {
		position: absolute;
		top: 45px;
		right: 45px;
		width: 25px;
		height: 25px;
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .close-btn::after {
		position: absolute;
		top: 11px;
		left: 0;
		right: 0;
		height: 3px;
		content: "";
		border-radius: var(--border-radius);
		background-color: var(--header-color);
		transform: rotate(-45deg);
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .close-btn::before {
		position: absolute;
		bottom: 11px;
		left: 0;
		right: 0;
		height: 3px;
		content: "";
		background-color: var(--header-color);
		border-radius: var(--border-radius);
		transform: rotate(45deg);
	}
}
@media screen and (max-width: 991px) {
	header.main-header-section .header-top-info .header-icons .icon-item + .icon-item {
		margin-left: 30px;
	}
}
@media screen and (max-width: 767px) {
	header.main-header-section .header-top-info .header-icons .icon-item .title {
		font-size: var(--font-size-9);
	}
	header.main-header-section .header-top-info .header-icons .icon-item + .icon-item {
		margin-left: 15px;
	}
}

/* --------------------------------------------- */
/* FOOTER SECTION */
/* --------------------------------------------- */


footer.main-footer-section {
	background-color: var(--footer-bg-color);
	color: var(--footer-color);
	padding: var(--small-padding) 0;
	font-size: var(--font-size-8);
}
footer.main-footer-section * {
	color: var(--footer-color);
}
footer.main-footer-section .copyrights{
	margin-top: 30px;
	text-align: center;
}
footer.main-footer-section .copyrights a{
	font-weight: var(--fw-type-3);
}
footer.main-footer-section .copyrights a,
footer.main-footer-section .copyrights span{
	color: var(--footer-color);
	opacity: 50%;
	transition: .3s;
	font-size: var(--font-size-9);
}
footer.main-footer-section .copyrights a:hover{
	opacity: 100%;
}
footer.main-footer-section .footer-last-menu ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}
footer.main-footer-section .footer-last-menu ul li {
	padding: 0 10px;
}
footer.main-footer-section .footer-last-menu ul li a {
	opacity: 50%;
	color: var(--footer-color);
	transition: .3s;
	text-transform: uppercase;
	font-size: var(--font-size-9);
}
footer.main-footer-section .footer-last-menu ul li a:hover{
	opacity: 1;
}

footer.main-footer-section-t1-v1 .footer-logo img {
	width: var(--footer-logo-size);
	margin: 0 auto 30px;
}
footer.main-footer-section-t1-v1 .footer-menu ul {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
footer.main-footer-section-t1-v1 .footer-menu ul li {
	padding: 0 10px;
}
footer.main-footer-section-t1-v1 .footer-menu ul li a {
	font-size: var(--font-size-8);
	opacity: 100%;
	transition: .3s;
	text-transform: uppercase;
}
footer.main-footer-section-t1-v1 .footer-menu ul li a:hover {
	opacity: 50%;
}
footer.main-footer-section-t1-v1 .socials ul{
	margin: 30px 0 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
}
footer.main-footer-section-t1-v1 .socials ul li {
	padding: 0 15px;
}
footer.main-footer-section-t1-v1 .socials ul li a svg {
	fill: var(--footer-color);
	width: 20px;
	height: auto;
	transition: .3s;
}
footer.main-footer-section-t1-v1 .socials ul li a:hover svg {
	transform: scale(1.2);
}
footer.main-footer-section-t2-v1 .footer-logo img,
footer.main-footer-section-t3-v1 .footer-logo img {
	width: var(--footer-logo-size);
	margin-bottom: 30px;
}
footer.main-footer-section-t2-v1 .footer-desc,
footer.main-footer-section-t3-v1 .footer-desc {
	margin-bottom: 30px;
}
footer.main-footer-section-t2-v1 .socials ul,
footer.main-footer-section-t3-v1 .socials ul{
	margin: 30px 0 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	list-style: none;
}
footer.main-footer-section-t2-v1 .socials ul li + li,
footer.main-footer-section-t3-v1 .socials ul li + li  {
	margin-left: 30px;
}
footer.main-footer-section-t2-v1 .socials ul li a svg,
footer.main-footer-section-t3-v1 .socials ul li a svg {
	fill: var(--footer-color);
	width: 20px;
	height: auto;
	transition: .3s;
}
footer.main-footer-section-t2-v1 .socials ul li a:hover svg,
footer.main-footer-section-t3-v1 .socials ul li a:hover svg {
	transform: scale(1.2);
}
footer.main-footer-section-t2-v1 .footer-menu ul,
footer.main-footer-section-t3-v1 .footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer.main-footer-section-t2-v1 .footer-menu ul li + li,
footer.main-footer-section-t3-v1 .footer-menu ul li + li{
	margin-top: 5px;
}
footer.main-footer-section-t2-v1 .footer-menu ul li a,
footer.main-footer-section-t3-v1 .footer-menu ul li a {
	font-size: var(--font-size-8);
	text-transform: uppercase;
	transition: .3s;
}
footer.main-footer-section-t2-v1 .footer-menu ul li a:hover,
footer.main-footer-section-t3-v1 .footer-menu ul li a:hover {
	opacity: 50%;
}

footer.main-footer-section-t2-v1 .footer-menu ul li.f-menu-title,
footer.main-footer-section-t3-v1 .footer-menu ul li.f-menu-title {
	pointer-events: none;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: var(--font-size-7);
}
footer.main-footer-section-t3-v1 .footer-newsletter form .nws-wrapper{
	display: flex;
	align-items: center;
}
footer.main-footer-section-t3-v1 .footer-newsletter form .nws-wrapper button[type="submit"] {
	min-width: 52px;
	width: 52px;
	height: 52px;
	-webkit-appearance: none;
	border: none;
	background-color: var(--primary-color);
	border-top-right-radius: var(--border-radius);
	border-bottom-right-radius: var(--border-radius);
	padding: 10px;
	position: relative;
	cursor: pointer;
}
footer.main-footer-section-t3-v1 .footer-newsletter form .nws-wrapper button[type="submit"] .icon svg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 25px;
	height: 25px;
	fill: var(--footer-color);
	margin: auto;
}
footer.main-footer-section-t3-v1 .footer-newsletter form .nws-wrapper .input-wrapper input {
	padding: 15px;
	background-color: transparent;
	border: 1px solid var(--footer-color);
	color: var(--footer-color);
	border-top-left-radius: var(--border-radius);
	border-bottom-left-radius: var(--border-radius);
	font-size: var(--font-size-8);
	border-right: none;
	width: 100%;
	display: block;
    height: 52px;
}
footer.main-footer-section-t3-v1 .footer-newsletter form .nws-wrapper .input-wrapper input::placeholder {
	color: var(--contact-form-borders);
}
footer.main-footer-section-t3-v1 .footer-newsletter form .nws-wrapper .input-wrapper{
	width: 100%;
}
footer.main-footer-section-t3-v1 .footer-newsletter form .checkbox-label {
	margin-top: 15px;
	display: block;
	text-align: left;
}
footer.main-footer-section-t3-v1 .footer-newsletter form .checkbox-label input {
	float: left;
    margin: 0;
    position: relative;
    border: 2px solid var(--footer-color);
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    outline: 0;
    padding: 0;
    vertical-align: text-top;
    height: 15px;
    width: 15px;
    -webkit-appearance: none;
    margin-right: 5px;
	border-radius: var(--border-radius);
}
footer.main-footer-section-t3-v1 .footer-newsletter form  .checkbox-label input:checked {
    background-color: var(--footer-color);
    opacity: 1;
}
@media screen and (max-width: 991px) {
	footer.main-footer-section-t1-v1 .footer-menu ul li a{
		font-size: var(--font-size-9);
	}
	footer.main-footer-section-t1-v1 .socials ul li a svg{
		width: 15px;
	}
	footer.main-footer-section-t2-v1 .footer-menu ul,
	footer.main-footer-section-t3-v1 .footer-menu ul,
	footer.main-footer-section-t3-v1 .footer-newsletter{
		margin-top: 30px;
	}
    footer.main-footer-section{
		text-align: center;
	}
	footer.main-footer-section-t2-v1 .footer-logo img,
	footer.main-footer-section-t3-v1 .footer-logo img{
		margin: 0 auto 30px;
		width: var(--footer-mobile-logo-size);
	}
    footer.main-footer-section-t2-v1 .socials ul,
	footer.main-footer-section-t3-v1 .socials ul{
		justify-content: center;
	}
    footer.main-footer-section{
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	
	footer.main-footer-section-t1-v1 .footer-menu ul{
		flex-direction: column;
	}
	footer.main-footer-section-t1-v1 .footer-menu ul li {
		padding: 0;
	}
	footer.main-footer-section-t1-v1 .footer-menu ul li + li {
		margin-top: 10px;
	}
	footer.main-footer-section-t1-v1 .footer-logo img{
		width: var(--footer-mobile-logo-size);
	}
	footer.main-footer-section .footer-last-menu ul{
		flex-direction: column;
	}
	footer.main-footer-section .footer-last-menu ul li{
		padding: 0;
	}
	footer.main-footer-section .footer-last-menu ul li + li {
		padding-top: 5px;
	}
	footer.main-footer-section-t1-v1 .footer-menu ul li a,
	footer.main-footer-section-t2-v1 .footer-menu ul li a, 
	footer.main-footer-section-t3-v1 .footer-menu ul li a,
	footer.main-footer-section .footer-last-menu ul li a{
		font-size: var(--font-size-10);
	}
}
/* GLOBAL MEDIA */

@media screen and (max-width: 1499px) {
	:root {
		/* FONTS */
		--font-size-1: 64px;
		--font-size-2: 44px;
		--font-size-3: 34px;
		--font-size-4: 24px;
		--font-size-5: 20px;
		--font-size-6: 18px;
		--font-size-7: 16px;
		--font-size-8: 14px;
		--font-size-9: 12px;
		--font-size-10: 10px;

        /* BUTTON */
        --def-btn-font-size: 15px;
        --def-btn-padding: 17px 35px;

	}
}

@media screen and (max-width: 1199px) {
	:root {
		/* FONTS */
		--font-size-1: 50px;
		--font-size-2: 40px;
		--font-size-3: 30px;
		--font-size-4: 22px;
		--font-size-5: 18px;
		--font-size-6: 16px;
		--font-size-7: 14px;
		--font-size-8: 13px;
		--font-size-9: 12px;
		--font-size-10: 10px;
	}
	.def-btn a {
		padding: 14px 55px;
	}
}
@media screen and (max-width: 991px) {
	:root {
		/* FONTS */
		--font-size-1: 42px;
		--font-size-2: 36px;
		--font-size-3: 28px;
		--font-size-4: 20px;

		/* BUTTON */
		--def-btn-font-size: 14px;

        /* PADDING */
        --small-padding: 60px;
        --big-padding: 120px;
	}
	body {
		font-size: var(--font-size-7);
	}
}

@media screen and (max-width: 767px) {
	:root {
		/* FONTS */
		--font-size-1: 40px;
		--font-size-2: 32px;
		--font-size-3: 24px;

        /* PADDING */
        --small-padding: 50px;
        --big-padding: 100px;
	}
}