: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: "Inter", sans-serif;

	/* COLORS */
	--main-bg-color: #fff;
	--second-bg-color: #f9f9f9;
	--font-color: #333;
	--main-gradient: linear-gradient(90deg,rgba(46, 49, 146, 1) 0%, rgba(41, 171, 226, 1) 100%);
	--primary-color: #29abe2;
	--second-color: #2e3192;
	--btn-bg-color: var(--primary-color);
	--btn-color: #fff;
	--svg-icons-color: var(--primary-color);
	--text-section-after: var(--second-bg-color);
	--banner-after: #0000008c;
	--banner-bg-color: #e9e9e9;
	--banner-font-color: #fff;
	--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: #1a1a1a;
	--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);
	--footer-bg-color: #232323;
	--footer-color: #fff;

	/* ICONS COLOR FILTER */
    --icons-filter: invert(24%) sepia(20%) saturate(1007%) hue-rotate(181deg) brightness(93%) contrast(94%);

    /* BUTTON */
    --def-btn-font-size: 18px;
    --def-btn-padding: 16px 55px;

	/* PADDING */
	--small-padding: 60px;
	--big-padding: 120px;
	
	/* DESC */
	--desc-margin: 25px 0 0;
	
	/* BORDER RADIUS */
	--border-radius: 15px;

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

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

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

	/* FW TYPES */
	--fw-type-1: 400;
	--fw-type-2: 500;
	--fw-type-3: 600;
	--fw-type-4: 700;
	--fw-type-5: 700;
}
.text-center .tmp-separator {
	margin-left: auto;
	margin-right: auto;
}
.mt-20 {
	margin-top: 20px;
}
.def-btn a,
section.contact-form .e-form input[type="submit"]{
	background: var(--main-gradient);
	border: none;
	text-transform: unset;
	background-size: 100%;
	transition: .7s;
	line-height: 1;
}
.def-btn a:hover,
section.contact-form .e-form input[type="submit"]:hover{
	background-size: 200%;
	color: #fff;
}
.def-btn.icon-btn a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.def-btn a:hover{
	color: #fff;
}
.tmp-separator {
	max-width: 120px!important;
}
i.er-svg-icon {
    display: inline-block;
}
i.er-svg-icon svg {
    height: 1em;
    width: 1em;
    fill: currentColor;
    display: block;
}
.styled-list.desc ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.styled-list.desc ul li{
	position: relative;
    padding-left: 30px;
}
.styled-list.desc ul li::before{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
    border-radius: 55%;
    background-image: url('./img/white-check.svg');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.er-styled-slick-controllers .slick-arrow {
	border-radius: 10px;
}
section.banner-main.er-styled-slick-controllers .slick-arrow {
	display: none!important;
}
section.text-section img.main-img-bg {
	min-height: 350px;
	height: 100%;
	border-radius: var(--border-radius);
	object-fit: cover;
	display: block;
}
section.text-section img.main-img {
	border-radius: var(--border-radius);
	display: block;
}
section.text-section.icons-content .icons-wrapper {
	margin-top: 30px;
}
section.text-section.icons-content .icons-wrapper .icon-item {
	display: flex;
	flex-wrap: wrap;
}
section.text-section.icons-content .icons-wrapper .icon-item + .icon-item {
	margin-top: 20px;
}
section.text-section.icons-content .icons-wrapper .icon-item .icon {
	flex: 0 0 60px;
	max-width: 60px;
	background-color: var(--second-color);
	position: relative;
	height: 60px;
	border-radius: var(--border-radius);
}
section.text-section.icons-content .icons-wrapper .icon-item .icon img {
	position: absolute;
	width: 60%;
	height: 60%;
	object-fit: contain;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	filter: invert(1);
	margin: auto;
}
section.text-section.icons-content .icons-wrapper .icon-item  .content {
	flex: 0 0 calc(100% - 60px);
	max-width: calc(100% - 60px);
	padding-left: 20px;
}
section.text-section.icons-content .icons-wrapper .icon-item .sub-title {
	margin-bottom: 15px;
}
header.main-header-section {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
section.main-cta * {
	color: #fff;
}

section.gallery-slider .gallery-slider-wrapper {
	margin: 30px -5px;
	position: relative;
}

section.gallery-slider .gallery-slider-wrapper .g-item-slide {
	padding: 0 5px;
	opacity: 1;
	transition: opacity .3s;
	pointer-events: all;
}

section.gallery-slider .gallery-slider-wrapper .g-item-slide a {
	width: 100%;
	padding-top: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: var(--border-radius);
	overflow: hidden;
}
section.gallery-slider .gallery-slider-wrapper .g-item-slide a > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
section.gallery-slider .gallery-slider-wrapper .g-item-slide a::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--main-gradient);
	content: "";
	opacity: 0;
	z-index: 1;
	transition: opacity .3s;
}
section.gallery-slider .gallery-slider-wrapper .g-item-slide a:hover::after{
	opacity: 0.4;
}
section.gallery-slider .gallery-slider-wrapper .g-item-slide a .hover-icon{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	width: 70px;
	height: 70px;
	font-size: 70px;
	color: #fff;
	margin: auto;
	opacity: 0;
	transition: opacity .3s;
}
section.gallery-slider .gallery-slider-wrapper .g-item-slide a:hover .hover-icon{
	opacity: 1;
}
section.location-info-map .map-wrapper{
	position: relative;
	padding-top: 50%;
	margin-top: 30px;
	border-radius: var(--border-radius);
	overflow: hidden; 	
}
section.location-info-map .map-wrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
 
section.inv-gallery-main .gallery-main-box ul.gallery-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin: -5px;
    padding: 0
}

section.inv-gallery-main .gallery-main-box ul.gallery-nav li {
    margin: 5px;
    padding: 10px 20px;
    transition: .3s;
    border-radius: var(--border-radius);
    border: 2px solid var(--second-bg-color);
    color: var(--font-color);
    cursor: pointer
}

section.inv-gallery-main .gallery-main-box ul.gallery-nav li.current {
    border-color: var(--primary-color);
}

section.inv-gallery-main .gallery-main-box .gallery-list {
    margin-top: 30px
}

section.inv-gallery-main .gallery-main-box .gallery-list .gallery-item:not(.start-gallery) {
    display: none
}

section.inv-gallery-main .gallery-main-box .gallery-list .gallery-item .gallery-row {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

section.inv-gallery-main .gallery-main-box .gallery-list .gallery-item .gallery-row .img-col {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 5px
}
section.inv-gallery-main .gallery-main-box .gallery-list .gallery-item .gallery-row .img-col-full {
	flex: 0 0 100%;
    max-width: 100%;
    padding: 5px
}
section.inv-gallery-main .gallery-main-box .gallery-list .gallery-item .img-wrapper {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	border-radius: var(--border-radius);
}
section.inv-gallery-main .gallery-main-box .gallery-list .gallery-item .img-full-wrapper{
	padding-top: 0;
	border-radius: 0;
}
section.inv-gallery-main .gallery-main-box .gallery-list .gallery-item .img-wrapper img.abs-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .3s;
}
section.inv-gallery-main .gallery-main-box .gallery-list .gallery-item .img-wrapper img.abs-img:hover{
	transform: scale(1.02);
}
section.inv-gallery-main .gallery-main-box .gallery-list .gallery-item .img-full-wrapper img.full-img {
	display: block;
	width: 100%;
	height: auto;
}

section.contact-main .staff-row {
	display: flex;
	margin: 0 -15px;
	flex-wrap: wrap;
	justify-content: center;
}
section.contact-main .staff-row .staff-col {
	max-width: 33.333%;
	flex: 0 0 33.3333%;
	padding: 0 15px;
}
section.contact-main .staff-item {
	margin-top: 30px;
	text-align: center;
}
section.contact-main .staff-item .img-wrapper img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 50%;
	display: block;
	margin: 0 auto 25px;
}
section.contact-main .staff-item .staff-name {
	margin-bottom: 10px;
}
section.contact-main .staff-item .staff-contact-info {
	margin-top: 15px;
}
section.contact-main .staff-item .staff-contact-info .icon-item {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}
section.contact-main .staff-item .staff-contact-info .icon-item + .icon-item {
	margin-top: 10px;
}
section.contact-main .staff-item .staff-contact-info a.icon-item{
	transition: color .3s;
}
section.contact-main .staff-item .staff-contact-info a.icon-item:hover{
	color: var(--primary-color);
}
section.contact-main .staff-item .staff-contact-info .icon-item .icon {
	color: var(--primary-color);
	font-size: 20px;
	line-height: 1;
}
section.contact-main .office-contact-data {
	margin-top: var(--big-padding);
}

section.contact-main .office-contact-data .office-data-box {
	padding: 45px;
	background-color: var(--second-bg-color);
	border-radius: var(--border-radius);
	min-height: 100%;
}

section.contact-main .office-contact-data .office-data-icons .icon-item {
	display: flex;
	gap: 15px;
	margin-top: 25px;
	align-items: center;
}
section.contact-main .office-contact-data .office-data-icons a.icon-item {
	transition: color .3s;
}
section.contact-main .office-contact-data .office-data-icons a.icon-item:hover {
	color: var(--primary-color);
}
section.contact-main .office-contact-data .office-data-icons .icon-item .icon {
	width: 50px;
	height: 50px;
	background-color: var(--second-color);
	position: relative;
	border-radius: 5px;
}
section.contact-main .office-contact-data .office-data-icons .icon-item .icon i {
	font-size: 25px;
	width: 25px;
	height: 25px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
section.contact-form .e-form .text-input input, section.contact-form .e-form .text-input textarea, section.contact-form .e-form .text-input select {
    border: none;
    border-bottom: 1px solid var(--second-color);
    padding: 15px;
    text-align: left;
    border-radius: 0;
}
section.contact-form .e-form .text-input textarea {
	height: 100px;
}

.def-btn.header-btn a{
    padding: 10px 20px;
    font-size: 16px;
    margin-left: 30px;
    font-weight: var(--fw-type-2);
    font-size: 14px;
    border-radius: 10px;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu>li>a {
	color: #fff;
	transition: color .3s;
}

header.main-header-section.scrolled .desktop-nav .header-main-row .menu-links-column ul.menu>li>a {
	color: var(--font-color);
}
header.main-header-section  {
	position: absolute;
	background-color: transparent;
	transition: .3s;
}

header.main-header-section.scrolled  {
	transition: .3s;
	position: fixed;
	background-color: #fff;
	animation: headerAnim .5s ease-out forwards;
}
header.main-header-section img.main-logo {
	display: block;
	transition: opacity .3s;
	opacity: 1;
}
header.main-header-section img.main-logo-scrolled {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity .3s;
	opacity: 0;
}
header.main-header-section.scrolled img.main-logo {
	display: block;
	transition: opacity .3s;
	opacity: 0;
}
header.main-header-section.scrolled img.main-logo-scrolled {
	display: block;
	transition: opacity .3s;
	opacity: 1;
}
header.main-header-section .logo-wrapper{
	display: inline-block;
	position: relative;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu li a,
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu li {
	text-transform: unset;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu>li+li {
	margin-left: 30px;
}
footer.main-footer-section .footer-menu ul li a {
	text-transform: unset;
}

footer.main-footer-section .footer-menu-title {
	font-weight: var(--fw-type-5);
	font-size: 18px;
	margin-bottom: 15px;
}
footer.main-footer-section .footer-menu ul li + li {
	margin-top: 10px;
}
footer.main-footer-section .footer-menu ul li a {
	text-transform: unset;
	font-size: 16px;
}
footer.main-footer-section {
	font-size: 16px;
}
footer.main-footer-section .socials ul li a {
	width: 36px;
	height: 36px;
	display: block;
	background-color: var(--primary-color);
	position: relative;
	border-radius: 10px;
}
footer.main-footer-section .socials ul li a i {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 20px;
	height: 20px;	
	transition: .3s;
}
footer.main-footer-section .socials ul li a:hover i{
	transform: scale(1.1);
}
footer.main-footer-section .socials ul li a svg{
	fill: #fff;
}
footer.main-footer-section .socials ul li a:hover svg{
	transform: unset;
}
footer.main-footer-section .copyrights a, footer.main-footer-section .copyrights span{
	opacity: 1;
}
footer.main-footer-section .copyrights a:hover {
	color: var(--primary-color);
}
.page-loader-main img{
	width: 230px;
}
.page-loader-main.loaded {
	width: 100%;
	opacity: 0;
	pointer-events: none;
}
.page-loader-main.loaded img {
	opacity: 100%;
}
.er-styled-slick-controllers .slick-dots li button {
	border-radius: 5px;
}
@keyframes headerAnim {
    0% {
        transform: translateY(-80px);
    }
    100% {
        transform: translateY(0); 
    }
}

/* 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: 14px 45px;

	}
}

@media screen and (max-width: 1199px) {
	:root {
		/* FONTS */
		--font-size-1: 60px;
		--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: var(--def-btn-padding);
	}
	.er-styled-slick-controllers .slick-arrow {
		width: 40px;
		height: 40px;
	}
	.er-styled-slick-controllers .slick-next {
		right: 15px;
	}
	.er-styled-slick-controllers .slick-prev {
		left: 15px;
	}
	.def-btn.header-btn a {
		margin-left: 5px;
		margin-top: 15px;
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper ul li a{
		text-transform: unset;
	}
	header.main-header-section .mobile-nav .header-mobile-row .header-mobile-menu-btn .btn-toggle::after,
	header.main-header-section .mobile-nav .header-mobile-row .header-mobile-menu-btn .btn-toggle::before {
		background-color: #fff;
		transition: .3s;
	}
	header.main-header-section.scrolled .mobile-nav .header-mobile-row .header-mobile-menu-btn .btn-toggle::after,
	header.main-header-section.scrolled .mobile-nav .header-mobile-row .header-mobile-menu-btn .btn-toggle::before {
		background-color: var(--header-color);
	}
	header.main-header-section {
		position: fixed;
	}
	header.main-header-section.scrolled {
		animation: none;
	}
}
@media screen and (max-width: 991px) {
	:root {
		/* FONTS */
		--font-size-1: 54px;
		--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);
	}
	section.text-section.text-section-t3-v1 .main-img-bg {
		padding-top: 0;
	}
	section.inv-gallery-main .gallery-main-box .gallery-list .gallery-item .gallery-row .img-col{
		flex: 0 0 50%;
		max-width: 50%;
	}
	section.contact-main .staff-row .staff-col {
		max-width: 50%;
    	flex: 0 0 50%;
	}
	section.contact-main .office-contact-data .office-data-box{
		margin-bottom: 45px;
		min-height: unset;
	}
	section.location-info-map .map-wrapper{
		padding-top: 70%;
	}
	footer.main-footer-section .footer-menu ul {
		margin-top: 0;
	}
	footer.main-footer-section .footer-menu {
		margin-top: 30px;
	}
}

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

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

		--def-btn-padding: 14px 35px;
	}

	section.contact-main .office-contact-data .office-data-box{
		padding: 30px;
	}
	section.location-info-map .map-wrapper{
		padding-top: 90%;
	}
	footer.main-footer-section .footer-menu ul li a{
		font-size: 14px;
	}
	footer.main-footer-section .footer-menu-title {
		font-size: 16px;
	}
	footer.main-footer-section{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	section.contact-main .staff-row .staff-col {
		max-width: 100%;
    	flex: 0 0 100%;
	}
	section.location-info-map .map-wrapper{
		padding-top: 120%;
	}
}
