::after, ::before {
	box-sizing: border-box;
}
html {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-kerning: none;
}

body {
	position: relative;
	width: 100%;
	min-width: 320px;
	color: #444444;
	background-color: #181818;
	font-size: 16px;
	font-family: var(--font-primary);
	font-weight: 400;
	line-height: 1.75;
	word-wrap: break-word;
}
.body_lock-scroll {
	overflow: hidden;
	position: fixed;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* preloader CSS Style ================== */
.preloader {
	position: fixed;
	display: flex;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}
.preloader__curtain {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
}
.preloader__content {
	position: relative;
	width: 160px;
	height: 160px;
	overflow: hidden;
	z-index: 50;
}
.preloader__wrapper-logo {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-bottom: 2px solid rgba(136, 136, 136, 0.3);
}
.preloader__curtain_inner {
	top: 99%;
	-webkit-animation-name: preloader-load;
	animation-name: preloader-load;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-duration: 25s;
	animation-duration: 25s;
	transform-origin: left center;
}
@-webkit-keyframes preloader-load {
	from {
		transform: scaleX(0);
	}
	to {
		transform: scaleX(1);
	}
}

@keyframes preloader-load {
	from {
		transform: scaleX(0);
	}
	to {
		transform: scaleX(1);
	}
}
.logo {
	position: relative;
	display: inline-flex;
	font-size: 20px;
	letter-spacing: 2px;
	color: var(--theme-color);
	font-weight: bold;
}

/* Header Style CSS ===========================================================*/
.header {
	padding: 60px 0px 0px;
}
.header_fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
}
.js-sticky-header {
	transition: padding 0.6s ease, box-shadow 0.6s ease, background-color 0.6s ease;
	box-shadow: 0px 0px 30px 0px rgba(24, 24, 24, 0);
	will-change: padding, box-shadow, background-color;
}
@media only screen and (max-width: 1400px) {
	.header {
		padding-top: 50px;
	}
}
@media only screen and (max-width: 1280px) {
	.header {
		padding-top: 40px;
	}
}
@media only screen and (max-width: 991px) {
	.header {
		padding-top: 20px;
	}
}
.header_sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px 0;
	box-shadow: 0px 0px 30px 0px rgba(24, 24, 24, 0.12);
}
.header__controls {
	position: relative;
	z-index: 600;
}
.header__col-left .logo {
	display: inline-flex;
	align-items: center;
	max-width: 105px;
	line-height: 1;
	transition: max-width 0.6s ease, transform 0.6s ease;
	will-change: max-width, transform;
}
.header__col-left .logo img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 62px;
	object-fit: contain;
	transition: max-height 0.6s ease, transform 0.6s ease;
	will-change: max-height, transform;
}
.header_sticky .header__col-left .logo {
	max-width: 92px;
	transform: translateY(-2px);
}
.header_sticky .header__col-left .logo img {
	max-height: 52px;
	transform: scale(0.96);
}
.header__mobile-actions {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
}
.header-search-mobile {
	display: none !important;
	margin-right: 0;
	transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}
.header__burger {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	width: 30px;
	height: 20px;
	cursor: pointer;
	vertical-align: middle;
}
.header__burger-line {
	width: 100%;
	height: 2px;
	background-color: #888888;
	margin-top: 3px;
	margin-bottom: 3px;
	transform: rotate(0deg) translateY(0px);
	will-change: transform;
	transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.header__burger_opened .header__burger-line {
	background-color: #888888 !important;
}
.header__burger_opened .header__burger-line:nth-child(1) {
	transform: rotate(-45deg) translateY(6px);
}
.header__burger_opened .header__burger-line:nth-child(2) {
	transform: rotate(45deg) translateY(-6px);
}
.header_color-white .header__burger-line {
	background-color: #ffffff;
}
.header-search {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--white-color);
	font-size: 13px;
	margin-right: 22px;
	line-height: 1;
}
.header-search:hover {
	color: var(--theme-color);
}
.header-search i {
	display: block;
	line-height: 1;
}
.social {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: -16px;
	margin-right: -16px;
}
.social__item {
	display: inline-block;
	margin: 0 8px;
}
.social__item a {
	color: #888888;
	font-size: 13px;
	padding: 8px;
}
.social__item a:hover {
	color: var(--theme-color);
}
.header_color-white .header__controls .social__item a {
	color: var(--white-color);
}
.header_color-white .header__controls .social__item a:hover {
	color: var(--theme-color);
}
.header_color-white:not(.header_sticky) .menu > li > a {
	color: var(--white-color);
}
.header_color-white:not(.header_sticky) .menu > li > a:hover {
	color: var(--theme-color);
}
.header.bg-dark-2 .menu > li > a {
	color: var(--white-color);
}
.header.bg-dark-2 .menu > li > a:hover {
	color: var(--theme-color);
}
.header.bg-dark-2 .menu .sub-menu {
	background-color: #222222;
}
.header.bg-dark-2 .menu .sub-menu > li a {
	color: #ffffff;
}
.header.bg-dark-2 .menu .sub-menu > li a:hover {
	background-color: #333333;
}
.header.bg-dark-2 .social__item a {
	color: #ffffff;
}
.header.bg-dark-2 .social__item a:hover {
	color: var(--theme-color);
}
.header.bg-dark-2 .header__burger-line {
	background-color: #ffffff;
}
.header__overlay-menu-back {
	position: absolute;
	top: 0;
	font-size: 32px !important;
	color: #888888 !important;
	visibility: hidden;
	opacity: 0;
	cursor: pointer;
}
.header__wrapper-overlay-menu {
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 500;
	background: none !important;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	visibility: hidden;
}
.header__wrapper-menu {
	position: relative;
	width: 100%;
	max-width: calc(50vw - 300px);
}
.menu-overlay {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.menu-overlay > li {
	display: block;
}
.menu-overlay > li > a {
	display: block;
	font-size: calc(28 * 1px);
	font-family: var(--font-secondary);
	font-weight: bold;
}
.menu-overlay__item-wrapper {
	width: 100%;
	height: 100%;
	font-family: var(--font-secondary);
}
.menu-overlay .sub-menu {
	position: absolute;
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-start;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.menu-overlay .sub-menu > li {
	display: block;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
.menu-overlay .sub-menu > li > a {
	display: block;
	font-family: var(--font-secondary);
	font-size: 20px;
	font-size: calc(20 * 1px);
	font-weight: bold;
	line-height: 1.2;
	padding: 8px 0;
}
.header__wrapper-overlay-menu.bg-dark-2 .menu-overlay li a {
	color: var(--white-color);
}
.header__wrapper-overlay-menu.bg-dark-2 .menu-overlay li a:hover {
	color: var(--theme-color);
}
.header__wrapper-overlay-widgets {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: 64px;
}
.header__wrapper-overlay-widgets .social {
	margin-top: 1em;
	margin-bottom: 1em;
}
.header__circle-letters {
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 300px;
	height: 300px;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: auto;
	border: 2px solid rgba(136, 136, 136, 0.3);
	border-radius: 100%;
}
.header__circle-letters svg {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 300px;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	stroke-width: 1px;
	z-index: 50;
}
.header__circle-letters svg .circle {
	stroke: var(--theme-color);
}
.header__circle-letters-inner {
	width: 100%;
	height: 100%;
	position: relative;
}
.vector-letter:not(:first-child) {
	visibility: hidden;
}
svg.vector-letters {
	height: 130px;
}
.header__curtain {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}
.header__wrapper-overlay-menu.bg-dark-2 .header__curtain {
	background-color: #222222;
}
.header__wrapper-overlay-menu.bg-dark-2 .vector-letter {
	fill: #ffffff;
}
.bg-ornament {
	background-image: url("../media/bg-ornament.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
/* Search Overlay */
.search-overlay-wrap {
	position: fixed;
	inset: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.search-overlay-wrap.opened {
	pointer-events: auto;
}
.search-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background-color: #181818;
	transform: translateY(-100%);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}
.search-overlay__inner {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
}
.search-overlay__form {
	width: 100%;
	max-width: 720px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.search-overlay__input {
	width: 100%;
	height: 58px;
	background: transparent;
	border: none;
	outline: none;
	color: var(--white-color);
	font-size: 26px;
	font-family: var(--font-secondary);
	padding: 0 20px 0 0;
}
.search-overlay__input::placeholder {
	color: rgba(255, 255, 255, 0.45);
}
.search-overlay__button {
	height: 58px;
	background: transparent;
	border: none;
	outline: none;
	color: var(--theme-color);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0 0 0 24px;
	transition: color 0.3s ease;
}
.search-overlay__button:hover {
	color: var(--white-color);
}
.search-overlay__close {
	position: absolute;
	top: 28px;
	right: 40px;
	width: 34px;
	height: 34px;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0;
	z-index: 2;
}
.search-overlay__close span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.75);
	transform-origin: center;
	transition: background-color 0.3s ease;
}
.search-overlay__close span:first-child {
	transform: translate(-50%, -50%) rotate(45deg);
}
.search-overlay__close span:last-child {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.search-overlay__close:hover span {
	background-color: var(--theme-color);
}

.page-wrapper__content {
  	overflow-x: hidden;
}


/* Section Fullscreen Slider ======================================================================*/
.section-fullscreen-slider__inner {
	padding-top: 0;
	padding-bottom: 0;
	min-height: calc(var(--fix-bar-vh, 1vh) * 100);
}
.section-fullscreen-slider.color-white .slider__dot:before {
  	background-color: #888888;
}
.section-fullscreen-slider.color-white .slider__dot:after {
	border-color: #ffffff;
}
.section-fullscreen-slider.color-white .slider__dot_active:before {
	background-color: #ffffff;
	border-color: #ffffff;
}
.link-arrow {
	display: inline-flex;
	align-items: center;
	font-family: var(--font-primary);
	font-size: calc(11 * 1px);
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 2px;
	color: var(--theme-color);
	text-transform: uppercase;
}
.link-arrow__label {
	display: inline-block;
	vertical-align: middle;
}
.link-arrow__icon {
	display: inline-block;
	font-size: 20px !important;
	margin-bottom: 1px;
	margin-left: 10px;
	vertical-align: middle;
}

/* Slider (shared base) ======================================================================== */
.slider:not(.container) {
	max-width: 100%;
}
.slider__bg {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.slider__images-slide-inner {
	transition: transform 2.4s ease;
	transform: scale(1.05);
	width: 100%;
	height: 100%;
}
.slider__images-slide {
	overflow: hidden;
}
.slider__images-slide.swiper-slide-active .slider__images-slide-inner {
	transform: scale(1);
}
.slider__images-slide .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) .slider__images-slide-inner {
	display: none !important;
}
.slider__counter {
	font-family: var(--font-primary);
	font-size: calc(11 * 1px);
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 2px;
	color: #888888;
	text-transform: uppercase;
	height: 24px;
}
.slider__counter_current {
	color: var(--theme-color);
}
.slider__counter_total {
	color: #888888;
}
.slider__link {
	display: block;
}
.slider__progress {
	display: inline-flex;
	align-items: center;
	vertical-align: top;
}
.slider__arrows-divider,
.slider__counter-divider {
	width: 1px;
	height: 18px;
	background-color: rgba(136, 136, 136, 0.3);
	transform: rotate(45deg);
	margin-left: 40px;
	margin-right: 40px;
}
.slider__arrow {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	outline: none;
	width: 56px;
	height: 56px;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	background: transparent;
}
.slider__arrow i {
  	font-size: 24px;
}
.slider__arrow.swiper-button-disabled {
	opacity: 0.3;
	color: #888888;
}
.slider__arrow:hover {
	color: var(--theme-color);
	border-color: var(--theme-color);
}
.slider__arrow:hover.swiper-button-disabled {
	opacity: 0.3;
	color: #888888;
	border-color: #888888;
}
.slider__footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-bottom: 80px;
	padding-left: 0;
	padding-right: 0;
	z-index: 50;
}
.slide__arrow_prev_centered {
	position: absolute;
	top: 50%;
	left: 120px;
	padding-left: 0px;
	transform: translateY(-50%);
	z-index: 70;
}
.slide__arrow_next_centered {
	position: absolute;
	top: 50%;
	right: 120px;
	padding-right: 0px;
	transform: translateY(-50%);
	z-index: 70;
}
.swiper-lazy {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.6s ease;
}
.swiper-lazy-loaded {
	opacity: 1;
	visibility: visible;
}
.slider__overlay {
	z-index: 1;
}

/* Slider Fullscreen ======================================================================== */
.slider-fullscreen {
	position: relative;
	height: calc(var(--fix-bar-vh, 1vh) * 100);
}
.slider-fullscreen__header h1 {
	display: inline-block;
	color: var(--theme-color2);
	margin-top: 0;
	margin-bottom: 0;
}
.slider-fullscreen__images {
	position: relative;
	width: 100%;
	height: 100%;
}
.slider-fullscreen__images-slide {
	will-change: transform;
}
.slider-fullscreen__content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: 80px;
	z-index: 60;
}
.slider-fullscreen__content_centered {
	top: 50%;
	transform: translateY(-50%);
	bottom: auto;
	padding-bottom: 0;
}
.slider-fullscreen__wrapper-button {
	margin-top: calc(1 * (20 * 1px));
}
/*
.slider-fullscreen__content {
	pointer-events: none;
}
.slider-fullscreen__content a {
	pointer-events: auto;
}
*/
/* Slider pagination dots ============================================ */
.slider__dots {
    display: inline-flex;
    height: 24px;
}
.slider__dot {
    position: relative;
    width: 14px;
    height: 14px;
    margin: 0 8px;
    cursor: pointer;
    outline: none;
    display: inline-block;
    border: 2px solid rgba(136, 136, 136, 0.3);
    border-radius: 100%;
    vertical-align: middle;
    z-index: 50;
}
.slider__dot svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    stroke-width: 42px;
    z-index: 50;
}
.slider__dot svg .circle {
    stroke: var(--theme-color);
}
.slider__footer .row {
    position: relative;
}
.slider__footer .col.text-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Home Page Section Style CSS ==================================== */

/* Counter Section for the About aection ========================== */
/* ==========================================================
   Counter
========================================================== */
.section-about__wrapper-counter .counter {
	text-align: center;
	color: #888888;
}
.section-about__wrapper-counter .counter__number {
	font-family: var(--font-primary);
	font-weight: 100;
}
.section-about__wrapper-counter .counter__label {
	margin-top: 5px;
	font-weight: 400;
}
.section-about__header {
	position: relative;
	margin-left: -100px;
	margin-bottom: calc(1 * (30 * 1px));
}
@media screen and (min-width: 320px) {
	.section-about__header {
		margin-bottom: calc(1 * (30 * 1px + (50 - 30) * ((100vw - 320px) / 1600)));
	}
}
@media screen and (min-width: 1920px) {
	.section-about__header {
		margin-bottom: calc(1 * (50 * 1px));
	}
}
.section-about__content {
	margin-top: calc(1 * (60 * 1px));
	max-width: 550px;
	z-index: 50;
}
@media screen and (min-width: 320px) {
	.section-about__content {
		margin-top: calc(1 * (60 * 1px + (200 - 60) * ((100vw - 320px) / 1600)));
	}
}
@media screen and (min-width: 1920px) {
	.section-about__content {
		margin-top: calc(1 * (200 * 1px));
	}
}
.section-about__heading {
	margin-top: 0;
	margin-bottom: 0;
	font-family: var(--font-secondary);
}
.section-about__headline {
	margin-top: 0;
	margin-bottom: calc(1 * (30 * 1px));
}
@media screen and (min-width: 320px) {
	.section-about__headline {
		margin-bottom: calc(1 * (30 * 1px + (60 - 30) * ((100vw - 320px) / 1600)));
	}
}
@media screen and (min-width: 1920px) {
	.section-about__headline {
		margin-bottom: calc(1 * (60 * 1px));
	}
}
.section-about__header h4 {
	margin: 0 0 22px;
	font-family: var(--font-secondary);
	font-size: clamp(24px, 2vw, 34px);
	font-weight: 700;
	line-height: 1.35;
	color: var(--theme-color2);
}
.section-about__header .section-about__heading {
	margin-bottom: 0;
}
.section-about__header h5 {
	max-width: 720px;
	margin: 24px 0 0;
	font-family: var(--font-primary);
	font-size: clamp(15px, 1.05vw, 18px);
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.2px;
	color: rgba(255, 255, 255, 0.82);
}
.section-about__header > a {
	position: relative;
	display: flex;
	align-items: center;
	width: max-content;
	margin-top: 22px;
	margin-left: auto;
	font-family: var(--font-primary);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 1.5px;
	color: var(--theme-color);
	text-transform: uppercase;
	overflow: hidden;
}
.section-about__header > a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--theme-color);
	transform: scaleX(1);
	transform-origin: left center;
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.section-about__header > a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--theme-color3);
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.section-about__header > a:hover {
	color: var(--theme-color3);
}
.section-about__header > a:hover::before {
	transform: scaleX(0);
	transform-origin: right center;
}
.section-about__header > a:hover::after {
	transform: scaleX(1);
	transform-origin: left center;
}

/* Responsive */
@media screen and (max-width: 991px) {
	.section-about__header h4 {
		font-size: 26px;
		margin-bottom: 18px;
	}

	.section-about__header h5 {
		max-width: 100%;
		margin-top: 20px;
		font-size: 15px;
		line-height: 1.7;
	}

	.section-about__header > a {
		margin-top: 20px;
	}
}

@media screen and (max-width: 575px) {
	.section-about__header h4 {
		font-size: 23px;
	}

	.section-about__header h5 {
		font-size: 14px;
		line-height: 1.75;
	}

	.section-about__header > a {
		font-size: 13px;
		letter-spacing: 1.2px;
	}
}
.section-about__decor {
	position: absolute;
	top: -200px;
	right: -100px;
	z-index: -1;
}
.section-about__wrapper-counter {
	padding-top: calc(25 * 1px);
	padding-bottom: calc(25 * 1px);
}
.bg-dots {
  width: 256px;
  height: 400px;
  background-image: url("../media/bg-dots.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 320px) and (max-width: 1920px) {
	.section-about__wrapper-counter {
		padding-top: calc(25 * 1px + (50 - 25) * ((100vw - 320px) / 1600));
	}
}
@media screen and (min-width: 1920px) {
	.section-about__wrapper-counter {
		padding-top: calc(50 * 1px);
	}
}
@media screen and (min-width: 320px) {
	.section-about__wrapper-counter {
		padding-bottom: calc(25 * 1px + (50 - 25) * ((100vw - 320px) / 1600));
	}
}
@media screen and (min-width: 1920px) {
	.section-about__wrapper-counter {
		padding-bottom: calc(50 * 1px);
	}
}
.section-about__wrapper-content {
	padding-left: 80px;
	padding-right: 80px;
}
.section-about__wrapper-content > *:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 991px) and (min-width: 320px) {
	.section-about__wrapper-img {
		margin-top: calc(1 * (40 * 1px + (80 - 40) * ((100vw - 320px) / 1600)));
	}
}
@media screen and (max-width: 991px) and (min-width: 1920px) {
	.section-about__wrapper-img {
		margin-top: calc(1 * (80 * 1px));
	}
}
.section-about.bg-dark .section-about__heading,
.section-about.bg-dark-2 .section-about__heading,
.section-about.bg-dark-3 .section-about__heading {
	color: #ffffff;
}
.section-about.bg-dark .counter__number,
.section-about.bg-dark-2 .counter__number,
.section-about.bg-dark-3 .counter__number {
	color: var(--theme-color);
}
.section-about.bg-dark .counter__label,
.section-about.bg-dark-2 .counter__label,
.section-about.bg-dark-3 .counter__label {
	color: #ffffff;
}
/* ==================================================
   Portfolio Projects Slider Section
   HTML Parent: .section-portfolio
================================================== */
.section-portfolio-heading {
	position: relative;
	padding-top: 150px;
}
.section-portfolio {
	position: relative;
	padding-bottom: 150px;
}
.figure-portfolio {
	display: block;
	position: relative;
	color: inherit;
}
.figure-portfolio__wrapper-img {
	position: relative;
	overflow: hidden;
}
.figure-portfolio__wrapper-img img {
	display: block;
	width: 100%;
	height: auto;
}
.figure-portfolio__content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 50px;
	background: none !important;
}
.figure-portfolio__header {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 50;
}
.figure-portfolio__category {
	position: relative;
	font-family: var(--font-primary);
	font-size: calc(11 * 1px);
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 2px;
	color: #888888;
	text-transform: uppercase;
	z-index: 50;
	margin-bottom: 1em;
}
.figure-portfolio__curtain {
	position: absolute;
	top: -20px;
	left: -20px;
	right: -20px;
	bottom: -100px;
	z-index: 1;
	transform: skewY(0deg) translateY(100%);
}
.figure-portfolio__heading {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.33;
}
.section-portfolio .figure-portfolio__heading {
	text-align: left;
}
.figure-portfolio__icon {
	margin-top: 10px;
	z-index: 50;
}
.section-portfolio .slider-projects {
	position: relative;
	max-width: 100%;
	overflow: hidden;
}
.section-portfolio .slider-projects > .swiper-wrapper {
	width: 100%;
}
.section-portfolio .slider-projects > .swiper-wrapper > .swiper-slide {
	height: auto;
}
.section-portfolio .slider-projects .slider__footer-relative {
	padding-top: 30px;
}
.section-portfolio .slider-projects .slider__arrows {
	display: inline-flex;
	align-items: center;
}
.section-portfolio .slider-projects .slider__arrows-divider,
.section-portfolio .slider-projects .slider__counter-divider {
	width: 1px;
	height: 18px;
	background-color: rgba(136, 136, 136, 0.3);
	transform: rotate(45deg);
	margin-left: 40px;
	margin-right: 40px;
}
.section-portfolio .slider-projects .slider__arrow {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: #888888;
	cursor: pointer;
	outline: none;
	border: none;
	border-radius: 0;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.section-portfolio .slider-projects .slider__arrow i {
	font-size: 24px;
}
.section-portfolio .slider-projects .slider__arrow.swiper-button-disabled {
	opacity: 0.3;
	color: #888888;
	cursor: not-allowed;
	pointer-events: none;
}
.section-portfolio .slider-projects .slider__arrow:hover {
	color: var(--theme-color);
}
.section-portfolio .slider-projects .slider__progress {
	display: inline-flex;
	align-items: center;
	vertical-align: top;
}
.section-portfolio .slider-projects .slider__counter {
	height: 24px;
	font-family: var(--font-primary);
	font-size: calc(11 * 1px);
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 2px;
	color: #888888;
	text-transform: uppercase;
}
.section-portfolio .slider-projects .slider__counter_current {
	color: var(--theme-color);
}
.section-portfolio .slider-projects .slider__counter_total {
	color: #888888;
}
.section-portfolio .slider-projects .slider__counter_current {
	overflow: hidden;
}
.section-portfolio .slider-projects .slider__counter_current .swiper-slide {
	display: flex;
	align-items: center;
	height: 24px;
}
.section-portfolio .slider-projects .swiper-lazy {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.6s ease;
}
.section-portfolio .slider-projects .swiper-lazy-loaded {
	opacity: 1;
	visibility: visible;
}


/* Service Section Style CSS =========================================================== */
.subheading {
	font-family: var(--font-primary);
	font-size: calc(11 * 1px);
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 2px;
	color: #eee;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.section-content__subheading {
	margin-top: 5px;
}
.section-content__header :first-child:not(.section-content__headline):not(.section-content__subheading) {
	margin-top: 0 !important;
}
/* ==================================================
   Service Section - Swiper Carousel
================================================== */

.service-section {
	position: relative;
	overflow: hidden;
	background-color: #181818;
	padding-bottom: 100px;
}
.service-section .container-fluid {
	position: relative;
}
.service-section .service-slider {
	position: relative;
	width: 100%;
	margin-top: 70px;
}
.service-section .js-service-carousel {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 65px;
	padding-bottom: 40px;
}
.service-section .js-service-carousel .swiper-wrapper {
	align-items: stretch;
}
.service-section .js-service-carousel .swiper-slide {
	height: auto;
	display: flex;
}
.service-section .service-sec-info {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(198, 150, 58, 0.2);
	padding: 155px 30px 30px 30px;
	margin-right: 70px;
	z-index: 1;
}
.service-section .service-sec-info::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	background-color: rgba(198, 150, 58, 0.2);
	z-index: -1;
	transition: all 0.4s ease;
}
.service-section .service-sec-info:hover::after {
	left: 0;
	width: 100%;
	transition: width 0.3s ease;
	z-index: -1;
}
.service-section .service-sec-title {
	position: relative;
	z-index: 1;
	font-family: var(--font-secondary);
	font-size: 26px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 18px;
}
.service-section .service-sec-link {
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: var(--white-color);
}
.service-section .service-sec-link .service-sec-title {
	color: var(--white-color);
	transition: color 0.3s ease;
}

.service-section .service-sec-link:hover .service-sec-title {
	color: var(--theme-color);
}
.service-section .service-sec-title::after {
	content: attr(data-title);
	position: absolute;
	left: 0;
	top: -120px;
	z-index: -1;
	font-family: var(--font-primary);
	font-size: 100px;
	font-weight: 700;
	line-height: 110px;
	text-transform: uppercase;
	opacity: 0.3;
	color: transparent;
	transition: all 0.5s ease-in-out;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #c6963a;
}
.service-section .service-sec-info p {
	flex-grow: 1;
	color: rgba(255, 255, 255, 0.7);
	font-family: var(--font-primary);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.service-section .service-sec-media {
	position: relative;
	margin-top: 30px;
	margin-right: -100px;
	overflow: hidden;
}
.service-section .service-sec-media img {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.service-section .img-reflection {
	position: relative;
	overflow: hidden;
	background-position: left top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.service-section .img-reflection::after {
	content: "";
	position: absolute;
	width: 35%;
	height: 200%;
	left: -100%;
	top: -50%;
	background-color: rgba(255, 255, 255, 0.2);
	transform: rotate(40deg);
	transition: all 0.5s linear;
}
.service-section .img-reflection:hover::after {
	left: 150%;
}
.service-section .service-slider-nav {
	position: absolute;
	top: 50%;
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin-top: -21px;
	background-color: #262423;
	border: 0;
	color: #ffffff;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	z-index: 20;
	outline: none;
	transition: all 0.3s ease;
}
.service-section .service-slider-prev {
	left: 0;
}
.service-section .service-slider-next {
	right: 0;
}
.service-section .service-slider-nav i {
	display: block;
	font-size: 18px;
	line-height: 1;
}
.service-section .service-slider-nav:hover,
.service-section .service-slider-nav:active,
.service-section .service-slider-nav:focus {
	background-color: var(--theme-color);
	color: #181818;
}
.service-section .service-slider-nav.swiper-button-disabled {
	opacity: 0.4;
	cursor: not-allowed;
	pointer-events: none;
}
.service-section .service-slider-nav.swiper-button-lock {
	display: none;
}


/* Home page client Style CSS =========================================================== */
/* ==========================================================
   Client Logo Slider Section
========================================================== */
.section-client-logo-slider {
	position: relative;
	overflow: hidden;
}
.section-client-logo-slider .container-fluid {
	position: relative;
	z-index: 2;
}
.client-logo-slider-head {
	max-width: 760px;
	margin: 0 auto 70px;
}
.client-logo-slider-wrap {
	position: relative;
	overflow: hidden;
}
.client-logo-slider-wrap .swiper {
	overflow: hidden;
}
.client-logo-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 281 / 176;
	height: auto;
	padding: 0;
	background: transparent;
	overflow: hidden;
	transition: 0.35s ease;
}
.client-logo-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0.75;
	transition:
		opacity 0.35s ease,
		transform 0.35s ease;
}
.client-logo-slide:hover img {
	opacity: 1;
	transform: scale(1.03);
}

/* Responsive */
@media only screen and (max-width: 991px) {
	.client-logo-slider-head {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 480px) {
	.client-logo-slider-title {
		font-size: 32px;
	}
}

/* Testimonial Section Style CSS ======================================================= */
.section-testimonials.bg-dark .slider-testimonials__text,
.section-testimonials.bg-dark-2 .slider-testimonials__text,
.section-testimonials.bg-dark-3 .slider-testimonials__text {
	color: #ffffff;
}
.slider-testimonials__text {
	font-weight: 300;
	font-style: italic;
	margin-top: 0;
}
.slider-testimonials__author {
	display: flex;
	align-items: center;
	font-family: var(--font-primary);
	font-size: calc(11 * 1px);
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 2px;
	color: var(--theme-color4);
	margin-top: 3em;
}
.slider-testimonials__author .company {
	font-size: calc(13 * 1px);
	color: var(--white-color);
}
.slider-testimonials__author-line {
	width: 60px;
	height: 1px;
	background-color: var(--theme-color);
	margin-right: 2em;
}
.slider-testimonials__footer {
	margin-top: 30px;
}
.section-testimonials-outer .slider__dot {
	position: relative;
	width: 14px;
	height: 14px;
	margin: 0 8px;
	cursor: pointer;
	outline: none;
	display: inline-block;
	border: 2px solid rgba(136, 136, 136, 0.3);
	border-radius: 100%;
	vertical-align: middle;
	z-index: 50;
}
.section-testimonials-outer .slider__dot svg {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	stroke-width: 42px;
	z-index: 50;
}
.section-testimonials-outer .slider__dot svg .circle {
	stroke: var(--theme-color);
}
.section-testimonials-outer .slider__dots {
	display: inline-flex;
	height: 24px;
}
.section-testimonials-outer .slider__arrows {
	display: inline-flex;
	align-items: center;
}
.section-testimonials-outer .slider__arrows-divider,
.section-testimonials-outer .slider__counter-divider {
	width: 1px;
	height: 18px;
	background-color: rgba(136, 136, 136, 0.7);
	transform: rotate(45deg);
	margin-left: 40px;
	margin-right: 40px;
}
.section-testimonials-outer .slider__arrow {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	outline: none;
	width: 24px;
	height: 24px;
	color: #888888;
	border: none;
  	border-radius: 0;
}
.section-testimonials-outer .slider__arrow i {
	font-size: 24px;
}
.section-testimonials-outer .slider__arrow.swiper-button-disabled {
	opacity: 0.3;
	color: #888888;
}
.section-testimonials-outer .slider__arrow:hover {
	color: var(--theme-color3);
}
.section-testimonials-outer .slider__footer-relative {
	padding-top: 30px;
}



/*!========================================================================
 * 69. Section Nav Projects
 * ======================================================================!*/
.section-nav-projects__inner {
	position: relative;
	flex-wrap: wrap;
	align-items: center;
	padding-top: calc(40 * 1px);
	padding-bottom: calc(40 * 1px);
	overflow: hidden;
}
.section-nav-projects__inner_all {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.section-nav-projects__inner_prev {
	text-align: left;
	justify-content: flex-start;
}
.section-nav-projects__inner_next {
	text-align: right;
	justify-content: flex-end;
}
.section-nav-projects__arrow {
	position: absolute;
	display: inline-block;
	font-size: 32px !important;
	top: 50%;
	transform: translateY(-50%);
}
.section-nav-projects__arrow_prev {
	left: 120px;
}
.section-nav-projects__arrow_next {
	right: 120px;
}
.section-nav-projects__heading {
	font-family: var(--font-secondary);
	font-size: calc(34 * 1px);
	font-weight: bold;
	line-height: 1.28;
	margin-bottom: 0.25em;
}
.section-nav-projects__wrapper-heading_prev {
	padding-right: 20px;
	padding-left: 120px;
}
.section-nav-projects__wrapper-heading_next {
	padding-left: 20px;
	padding-right: 120px;
}
.section-nav-projects.bg-dark-2 .section-nav-projects__inner:hover {
	background-color: #333333;
}

/* CTA Section Style CSS ======================================================= */
.section-image {
	display: flex;
	flex-direction: column;
}
.section-cta__line {
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	width: 1px;
	height: 120px;
	margin: 0 auto;
	background-color: var(--theme-color);
	z-index: 100;
}
.section__content {
	position: relative;
	z-index: 60;
}
.section-cta__heading {
	margin-top: 0;
}
.section-cta__wrapper-button {
	margin-top: calc(1 * (30 * 1px));
}
.section-image__wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.section-image__wrapper_absolute {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.section-image__overlay {
	z-index: 0;
}

/* About Page Style CSS ============================================================= */
/* ==========================================================
   Creative About Section
========================================================== */

.section-about-creative {
	position: relative;
	overflow: hidden;
}
.section-about-creative::before {
	content: "";
	position: absolute;
	top: -220px;
	left: -220px;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(198, 150, 58, 0.18), rgba(198, 150, 58, 0) 70%);
	pointer-events: none;
}
.section-about-creative::after {
	content: "";
	position: absolute;
	right: -260px;
	bottom: -260px;
	width: 620px;
	height: 620px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(198, 150, 58, 0.12), rgba(198, 150, 58, 0) 70%);
	pointer-events: none;
}
.about-creative-visual,
.about-creative-content,
.about-creative-highlights {
	position: relative;
	z-index: 2;
}

/* ==========================================================
   About Creative Left Visual - Footprints Since 2019
========================================================== */

.about-footprints-visual {
	position: relative;
	min-height: 560px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 60px 50px 60px 10px;
	overflow: hidden;
	isolation: isolate;
}
.about-footprints-visual::before {
	content: "";
	position: absolute;
	top: 48%;
	left: 42%;
	width: 460px;
	height: 460px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(198, 150, 58, 0.16) 0%, rgba(198, 150, 58, 0.05) 40%, rgba(198, 150, 58, 0) 75%);
	filter: blur(14px);
	z-index: 1;
	pointer-events: none;
}
.about-footprints-text {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 560px;
}
.about-footprints-title {
	margin: 0;
	font-family: var(--font-secondary);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.025em;
	color: #ffffff;
}
.about-footprints-title .quot {
	display: block;
	font-size: clamp(40px, 4vw, 60px);
	line-height: 1.4;
}
.about-footprints-text {
	container-type: inline-size;
}
.about-footprints-main {
	position: relative;
	display: inline-block !important;
	font-size: clamp(80px, 5vw, 100px);
	z-index: 2;
	padding-bottom: 8px;
}
.about-footprints-main::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	height: 1.5px;
	background-color: var(--theme-color);
	z-index: -1;
	opacity: 0.95;
}
.about-footprints-year-wrap {
	display: flex;
	align-items: flex-end;
	gap: 18px;
}
.about-footprints-since {
	display: inline-block;
	font-family: var(--font-secondary);
	font-size: clamp(34px, 3vw, 54px);
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	color: var(--theme-color);
	writing-mode: vertical-rl;
	transform: rotate(180deg) translateY(-8px);
	transform-origin: center;
}
.about-footprints-year {
	display: inline-block;
	font-family: var(--font-secondary);
	font-size: clamp(96px, 10vw, 178px);
	font-weight: 700;
	line-height: 0.8;
	letter-spacing: -0.05em;
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1.3px rgba(198, 150, 58, 0.88);
	text-shadow: 0 0 28px rgba(198, 150, 58, 0.08);
}

/* ==========================================================
   Right Content
========================================================== */

.about-creative-content {
	max-width: 820px;
}
.about-creative-content h3 {
	font-size: clamp(38px, 4vw, 58px);
	line-height: 1.18;
	max-width: 760px;
	margin-bottom: 36px;
}
.about-creative-text p {
	margin-bottom: 18px;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.95;
	color: rgba(255, 255, 255, 0.76);
}
.about-creative-text p:last-child {
	margin-bottom: 0;
}

/* ==========================================================
   Tags
========================================================== */

.about-creative-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}
.about-creative-tags span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 17px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50px;
	font-family: var(--font-primary);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.78);
	background-color: rgba(255, 255, 255, 0.045);
	transition: all 0.3s ease;
}
.about-creative-tags span:hover {
	color: var(--theme-color);
	border-color: rgba(198, 150, 58, 0.45);
	background-color: rgba(198, 150, 58, 0.08);
}

/* ==========================================================
   Highlight Cards
========================================================== */

.about-creative-highlights {
	margin-top: 80px;
}
.about-highlight-card {
	min-height: 190px;
	height: 100%;
	padding: 38px 34px;
	background-color: #000000;
	border-radius: 26px;
	transition: transform 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), box-shadow 0.35s ease;
}
.about-highlight-card:hover {
	transform: scale(1.02);
	box-shadow: 0 24px 45px rgba(198, 150, 58, 0.15);
}
.about-highlight-card span {
	display: inline-flex;
	margin-bottom: 20px;
	font-family: var(--font-primary);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.5px;
	color: var(--theme-color);
}
.about-highlight-card h4 {
	margin: 0 0 14px;
	font-size: 26px;
	line-height: 1.3;
	color: #ffffff;
}
.about-highlight-card p {
	margin: 0;
	font-size: 15.5px;
	font-weight: 300;
	line-height: 1.85;
	color: rgba(255, 255, 255, 0.72);
}

/* ==========================================================
   Vision Mission Values Section
========================================================== */

.section-vmv {
	position: relative;
	overflow: hidden;
	padding: 120px 0;
	background:
		radial-gradient(circle at 15% 15%, rgba(198, 150, 58, 0.16), transparent 28%),
		radial-gradient(circle at 85% 80%, rgba(198, 150, 58, 0.12), transparent 30%),
		#181818;
	color: #ffffff;
}
.vmv-bg-lines {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
	background-size: 70px 70px;
	opacity: 0.35;
	pointer-events: none;
}
.vmv-bg-lines::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(17, 17, 17, 0.1), #181818 92%);
}
.section-vmv .container-fluid {
	position: relative;
	z-index: 2;
}
.vmv-section-head {
	max-width: 820px;
	margin: 0 auto 75px;
}
.vmv-subtitle {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: var(--white-color);
	margin-bottom: 18px;
}
.vmv-title,
.vmv-title-small {
	margin: 0;
	font-family: var(--font-secondary);
	font-weight: 700;
	line-height: 1.15;
	color: var(--theme-color2);
}
.vmv-title {
	font-size: clamp(34px, 4vw, 68px);
}
.vmv-title-small {
	font-size: clamp(30px, 3vw, 48px);
}
.vmv-intro {
	max-width: 650px;
	margin: 24px auto 0;
	font-size: 16px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.72);
}
.vmv-top-grid {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 120px 1fr;
	gap: 25px;
	align-items: stretch;
	margin-bottom: 110px;
}
.vmv-card {
	position: relative;
	min-height: 360px;
	padding: 1px;
	border-radius: 28px;
	background: linear-gradient(135deg, rgba(198, 150, 58, 0.75), rgba(255, 255, 255, 0.08), rgba(198, 150, 58, 0.25));
	overflow: hidden;
	transform: translateY(40px);
	opacity: 0;
	transition: opacity 0.8s ease, transform 0.8s ease;
}
.vmv-card.is-visible {
	transform: translateY(0);
	opacity: 1;
}
.vmv-card-inner {
	position: relative;
	height: 100%;
	min-height: 360px;
	padding: 58px;
	border-radius: 27px;
	background: rgba(18, 18, 18, 0.88);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	z-index: 2;
}
.vmv-card::before {
	content: "";
	position: absolute;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: rgba(198, 150, 58, 0.25);
	filter: blur(45px);
	top: -80px;
	right: -70px;
	z-index: 1;
}
.vmv-card-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: var(--theme-color);
	color: #111111;
	font-weight: 800;
	margin-bottom: 42px;
}
.vmv-card h3 {
	margin: 0 0 24px;
	font-family: var(--font-secondary);
	font-size: clamp(38px, 4vw, 58px);
	line-height: 1;
	color: #ffffff;
}
.vmv-card p {
	max-width: 560px;
	margin: 0;
	font-size: 17px;
	line-height: 1.9;
	letter-spacing: 0.5px;
	color: rgba(255, 255, 255, 0.76);
}
.vmv-bg-word {
	position: absolute;
	right: 35px;
	bottom: 12px;
	font-family: var(--font-secondary);
	font-size: clamp(70px, 8vw, 145px);
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
	pointer-events: none;
	z-index: 3;
}
.vmv-connector {
	display: flex;
	align-items: center;
	justify-content: center;
}
.vmv-connector span {
	position: relative;
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(198, 150, 58, 0.55);
}
.vmv-connector span::before,
.vmv-connector span::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--theme-color);
	transform: translateY(-50%);
	box-shadow: 0 0 0 8px rgba(198, 150, 58, 0.14);
}
.vmv-connector span::before {
	left: 0;
}
.vmv-connector span::after {
	right: 0;
}
.vmv-values-wrap {
	position: relative;
}
.vmv-values-head {
	margin-bottom: 55px;
}
.vmv-values-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px;
}
.vmv-value-card {
	position: relative;
	min-height: 280px;
	padding: 34px 26px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.045);
	overflow: hidden;
	transform: translateY(40px);
	opacity: 0;
	transition:
		opacity 0.8s ease,
		transform 0.8s ease,
		border-color 0.35s ease,
		background-color 0.35s ease;
}
.vmv-value-card.is-visible {
	transform: translateY(0);
	opacity: 1;
}
.vmv-value-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	background: var(--theme-color);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.4s ease;
}
.vmv-value-card:hover {
	transform: translateY(-10px);
	border-color: rgba(198, 150, 58, 0.65);
	background: rgba(198, 150, 58, 0.08);
}
.vmv-value-card:hover::before {
	transform: scaleX(1);
}
.vmv-value-no {
	position: absolute;
	right: 22px;
	top: 18px;
	font-family: var(--font-secondary);
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.14);
}
.vmv-value-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: var(--theme-color);
	color: #111111;
	font-size: 24px;
	margin-bottom: 38px;
	box-shadow: 0 14px 35px rgba(198, 150, 58, 0.22);
}
.vmv-value-card h4 {
	margin: 0 0 18px;
	font-family: var(--font-secondary);
	font-size: 24px;
	line-height: 1.25;
	color: #ffffff;
}
.vmv-value-card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.66);
}

/**====================================================
<-- Inconstruct counter area Css -->
======================================================**/
.section-counter {
	position: relative;
	padding: 60px 0 120px;
	z-index: 1;
}
.section-counter .row.bg-col {
	background: #1e1e1e;
	padding: 0 0 100px;
}
.section-counter .counter-single-item-inner {
	position: relative;
	text-align: center;
	top: -30px;
	transition: .5s;
	z-index: 1;
}
.section-counter .counter-text h1 {
	position: relative;
	font-size: 50px;
	line-height: 58px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	z-index: 1;
}
.section-counter .counter-text h1::before {
	content: "";
	position: absolute;
	top: -10px;
	left: -50px;
	right: 0;
	height: 47px;
	width: 47px;
	margin: 0 auto 0;
	background: #1e1e1e;
	z-index: -1;
}
.section-counter .counter-title h4 {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	color: #999999;
	margin: 0;
	z-index: 1;
}
.section-counter .counter-text h4::before {
	content: "";
	position: absolute;
	bottom: -32px;
	left: 0;
	right: 0;
	height: 1px;
	width: 14%;
	background: var(--theme-color);
	margin: 0 auto 0;
	transition: .5s;
}
.section-counter .count-shap {
	position: absolute;
	left: 5%;
	top: 40%;
}
.section-counter .count-shape {
	position: absolute;
	right: 5%;
	top: 45%;
	text-align: right;
}
.section-counter .counter-single-item-inner:hover .counter-text h4::before {
	width: 20%;
}
/* ==========================================================
   Why Best Accordion Section
========================================================== */

.section-why-best {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 10% 20%, rgba(198, 150, 58, 0.14), transparent 28%),
		radial-gradient(circle at 85% 75%, rgba(198, 150, 58, 0.10), transparent 30%),
		#181818 !important;
}
.section-why-best::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 72px 72px;
	opacity: 0.45;
	pointer-events: none;
}
.section-why-best .container-fluid {
	position: relative;
	z-index: 2;
}
.why-best-bg-text {
	position: absolute;
	left: -20px;
	bottom: -35px;
	font-family: var(--font-secondary);
	font-size: clamp(90px, 14vw, 260px);
	font-weight: 700;
	line-height: 1;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.045);
	text-transform: uppercase;
	pointer-events: none;
	z-index: 1;
}
.why-best-left {
	position: sticky;
	top: 120px;
	padding-right: 30px;
}
.why-best-heading {
	margin-top: 0;
	margin-bottom: 28px;
	font-family: var(--font-secondary);
	font-size: clamp(38px, 4.2vw, 72px);
	font-weight: 700;
	line-height: 1.15;
	color: var(--theme-color2);
}
.why-best-text {
	max-width: 620px;
	margin: 0;
	font-size: 16px;
	line-height: 1.9;
	letter-spacing: 0.5px;
	color: rgba(255, 255, 255, 0.68);
}
.why-best-line {
	width: 120px;
	height: 1px;
	margin: 42px 0;
	background: var(--theme-color);
}
.why-best-note {
	position: relative;
	max-width: 430px;
	padding: 26px 28px;
	border-left: 3px solid var(--theme-color);
	background: rgba(255, 255, 255, 0.045);
}
.why-best-note span {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--theme-color);
}
.why-best-note p {
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.7);
}
/* Accordion */
.why-best-accordion {
	position: relative;
}
.why-acc-item {
	position: relative;
	margin-bottom: 18px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	background: rgba(255, 255, 255, 0.045);
	overflow: hidden;
	transition: border-color 0.35s ease, background-color 0.35s ease, transform 0.35s ease;
}
.why-acc-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: var(--theme-color);
	transform: scaleY(0);
	transform-origin: top center;
	transition: transform 0.35s ease;
}
.why-acc-item.active,
.why-acc-item:hover {
	border-color: rgba(198, 150, 58, 0.45);
	background: rgba(198, 150, 58, 0.075);
}
.why-acc-item.active::before,
.why-acc-item:hover::before {
	transform: scaleY(1);
}
.why-acc-head {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 15px 20px;
	border: none;
	outline: none;
	background: transparent;
	color: #ffffff;
	text-align: left;
	cursor: pointer;
}
.why-acc-count {
	min-width: 42px;
	margin-right: 18px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	color: var(--theme-color);
}
.why-acc-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	width: 36px;
	height: 36px;
	margin-right: 22px;
	border-radius: 50%;
	background: var(--theme-color);
	color: #181818;
	font-size: 18px;
	box-shadow: 0 12px 30px rgba(198, 150, 58, 0.22);
}
.why-acc-title {
	display: block;
	flex: 1;
	font-family: var(--font-secondary);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #ffffff;
}
.why-acc-plus {
	position: relative;
	width: 16px;
	height: 16px;
	margin-left: 18px;
	flex: 0 0 auto;
}
.why-acc-plus::before,
.why-acc-plus::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	background: #ffffff;
	transform: translate(-50%, -50%);
	transition: transform 0.35s ease, background-color 0.35s ease;
}
.why-acc-plus::before {
	width: 16px;
	height: 2px;
}
.why-acc-plus::after {
	width: 2px;
	height: 16px;
}
.why-acc-item.active .why-acc-plus::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.why-acc-item.active .why-acc-plus::before,
.why-acc-item.active .why-acc-plus::after {
	background: var(--theme-color);
}
.why-acc-body {
	display: none;
	overflow: hidden;
	padding: 0 32px 32px 136px;
}
.why-acc-body p {
	max-width: 650px;
	margin: 0;
	font-size: 15px;
	line-height: 1.9;
	letter-spacing: 0.4px;
	color: rgba(255, 255, 255, 0.68);
}

/* Team Page Style CSS ============================================================== */
/* ==========================================================
   Team Page - Business Partners
========================================================== */

.team-business-partners {
	padding: 120px 0;
	overflow: hidden;
}
.team-partner-card {
	position: relative;
	min-height: 760px;
	overflow: hidden;
	background-color: #000;
	margin-top: 150px;
}

.team-partner-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}
.team-partner-visual {
	position: absolute;
	left: -15px;
	bottom: 0;
	width: 42%;
	max-width: 620px;
	z-index: 4;
	pointer-events: none;
}

.team-partner-visual img {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(35px 0 45px rgba(0, 0, 0, 0.45));
}

.team-partner-content {
	position: relative;
	z-index: 3;
	padding: 72px 70px 70px 42%;
	min-height: 760px;
}

.team-partner-title-wrap {
	margin-bottom: 36px;
}

.team-partner-label {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: var(--theme-color);
	margin-bottom: 10px;
}

.team-partner-name {
	margin: 0;
	font-family: var(--font-secondary);
	font-size: 56px;
	font-weight: 700;
	line-height: 1.05;
	color: var(--white-color);
}

.team-partner-company {
	margin: 14px 0 0;
	color: var(--theme-color2);
	font-size: 16px;
}

.team-partner-intro {
	max-width: 980px;
}

.team-partner-intro p {
	margin: 0 0 22px;
	font-size: 15px;
	line-height: 1.75;
	color: #c8c8c8;
}

.team-strengths-layout {
	display: grid;
	grid-template-columns: 115px 1fr;
	gap: 35px;
	align-items: center;
	margin-top: 38px;
	margin-bottom: 44px;
}

.team-strengths-title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: var(--font-secondary);
	color: var(--white-color);
}

.team-strengths-title span:first-child {
	font-size: 46px;
	line-height: 1;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

.team-strengths-title span:last-child {
	font-size: 26px;
	line-height: 1;
	color: var(--theme-color);
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

.team-strengths-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 50px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.team-strengths-list li {
	position: relative;
	padding-left: 24px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	color: #ffffff;
}

.team-strengths-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--theme-color);
	font-weight: 700;
}

.team-partner-quote {
	position: relative;
	max-width: 980px;
	padding: 30px 36px 28px;
	background: rgba(255, 255, 255, 0.045);
	border-left: 3px solid var(--theme-color);
	overflow: hidden;
}

.team-partner-quote .quote-mark {
	position: absolute;
	top: -10px;
	left: 26px;
	font-family: var(--font-secondary);
	font-size: 88px;
	font-weight: 700;
	line-height: 1;
	color: rgba(198, 150, 58, 0.24);
	z-index: 1;
}

.team-partner-quote p {
	position: relative;
	z-index: 2;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	font-style: italic;
	line-height: 1.7;
	color: #ffffff;
}

.team-partner-quote .quote-author {
	position: relative;
	z-index: 2;
	display: block;
	margin-top: 14px;
	font-family: var(--font-primary);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--theme-color);
	text-align: left;
}
@media only screen and (max-width: 575px) {
	
}
/* ==========================================================
   Business Partner - Tablet View Full Width Stack
   Image Top + Content Down - No Background
========================================================== */

@media only screen and (max-width: 1199px) {

	.team-business-partners {
		padding: 90px 0 0;
	}
	.team-partner-card {
		min-height: auto;
		overflow: hidden;
		background: transparent;
		border: 0;
		box-shadow: none;
	}
	.team-partner-card::before {
		display: none;
	}
	.team-partner-visual {
		position: relative;
		left: auto;
		bottom: auto;
		width: 100%;
		max-width: 100%;
		margin: 0 auto 0;
		z-index: 4;
		background: #000;;
	}
	.team-partner-visual img {
		display: block;
		width: 60%;
		height: auto;
		margin: auto;
		filter: none;
	}

	.team-partner-content {
		position: relative;
		z-index: 5;
		min-height: auto;
		padding: 55px 20px 20px ;
		background: transparent;
	}

	.team-partner-title-wrap {
		text-align: center;
		margin-bottom: 38px;
	}

	.team-partner-name {
		font-size: 52px;
		line-height: 1.08;
	}

	.team-partner-company {
		font-size: 16px;
	}

	.team-partner-intro {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.team-partner-intro p {
		font-size: 16px;
		line-height: 1.75;
		margin-bottom: 22px;
	}

	.team-strengths-layout {
		max-width: 850px;
		margin: 45px auto 46px;
		grid-template-columns: 115px 1fr;
		gap: 32px;
	}

	.team-strengths-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 15px 45px;
	}

	.team-strengths-list li {
		font-size: 15px;
		line-height: 1.55;
	}

	.team-partner-quote {
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 600px) {
	.team-partner-name {
		font-size: 30px;
	}
	.team-strengths-layout {
		display: block;
		max-width: 100%;
		margin: 36px 0 38px;
	}

	.team-strengths-title {
		display: block;
		margin-bottom: 18px;
	}

	.team-strengths-title span:first-child,
	.team-strengths-title span:last-child {
		display: inline;
		writing-mode: initial;
		transform: none;
		font-family: var(--font-primary);
		font-size: 16px;
		font-weight: 700;
		line-height: 1.4;
		color: var(--white-color);
	}
	.team-strengths-title span:first-child::after {
		content: " ";
	}

	.team-strengths-title span:last-child {
		color: var(--white-color);
	}

	.team-strengths-list {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 0;
		margin: 0;
	}

	.team-strengths-list li {
		font-size: 14px;
		line-height: 1.55;
		padding-left: 24px;
	}
	.team-partner-quote {
		padding: 20px 10px 20px;
		max-width: 100%;
		margin: 0;
	}

	.team-partner-quote .quote-mark {
		left: 18px;
		font-size: 72px;
	}

	.team-partner-quote p {
		font-size: 15px;
	}

	.team-partner-quote .quote-author {
		text-align: left;
	}
}


/* ==========================================================
   InConstruct Team Showcase Slider
========================================================== */

.section-team-showcase {
	padding-top: calc(1 * (120 * 1px));
	padding-bottom: calc(1 * (120 * 1px));
	overflow: hidden;
}

.section-team-showcase .section-content__header {
	margin-bottom: 70px;
}

.section-team-showcase .section-content__subheading {
	color: var(--theme-color);
}

.section-team-showcase .section-content__header h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: var(--font-secondary);
	font-size: calc(34 * 1px);
	font-weight: 700;
	line-height: 1.28;
	color: var(--white-color);
}

/* Main Wrapper */
.in-team-slider {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 50px 80px 50px 110px;
	box-shadow: none;
	overflow: visible;
}

/* Left Vertical Label */
.in-team-slider__label {
	position: absolute;
	left: 40px;
	top: 40%;
	transform: translateY(-50%) rotate(180deg);
	writing-mode: vertical-rl;
	font-family: var(--font-primary);
	font-size: 52px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 5px;
	color: var(--white-color);
	user-select: none;
	z-index: 3;
}

/* Main Slider */
.in-team-slider__main {
	position: relative;
	overflow: hidden;
}

.in-team-slide {
	display: grid;
	grid-template-columns: 340px 1fr;
	gap: 48px;
	align-items: center;
}

/* Main Image */
.in-team-slide__media {
	position: relative;
	overflow: hidden;
	background-color: transparent;
	border-radius: 10px;
}
.in-team-slide__media img {
	display: block;
	width: 100%;
	aspect-ratio: 680 / 880;
	object-fit: cover;
	object-position: center top;
	transform: scale(1.04);
	transition: transform 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.js-in-team-main .swiper-slide-active .in-team-slide__media img {
	transform: scale(1);
}

/* Content */
.in-team-slide__content {
	max-width: 440px;
}
.in-team-slide__name {
	margin: 0 0 8px;
	font-family: var(--font-secondary);
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--white-color);
}

.in-team-slide__role {
	margin: 0 0 20px;
	font-family: var(--font-primary);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--theme-color);
}

/* Content Animation */
.in-team-slide__content > * {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.js-in-team-main .swiper-slide-active .in-team-slide__content > * {
	opacity: 1;
	transform: translateY(0);
}
.js-in-team-main .swiper-slide-active .in-team-slide__name {
	transition-delay: 0.1s;
}

.js-in-team-main .swiper-slide-active .in-team-slide__role {
	transition-delay: 0.16s;
}

/* Thumbnails */
.in-team-slider__thumbs-wrap {
	position: relative;
	margin-top: 36px;
	padding: 0;
	overflow: visible;
}
.in-team-slider__thumbs {
	position: relative;
	margin-top: 0;
	overflow: hidden;
	padding: 0;
}
.in-team-slider__thumbs .swiper-wrapper {
	align-items: center;
}
.in-team-slider__thumbs .swiper-slide {
	height: 118px;
	padding: 7px;
	box-sizing: border-box;
	border: 2px solid transparent;
	border-radius: 8px;
	cursor: pointer;
	opacity: 0.42;
	filter: grayscale(45%);
	overflow: hidden;
	background: transparent;
	outline: none !important;
	box-shadow: none !important;
	transform: none !important;
	transition:
		opacity 0.35s ease,
		filter 0.35s ease,
		border-color 0.35s ease;
}
/* Image inside thumb */
.in-team-slider__thumbs .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	border-radius: 5px;
	transform: none !important;
	transition: none !important;
}
.in-team-slider__thumbs .swiper-slide:hover {
	opacity: 0.75;
	filter: grayscale(15%);
	transform: none !important;
}
.in-team-slider__thumbs .swiper-slide-thumb-active {
	opacity: 1;
	filter: none;
	border-color: var(--theme-color);
	transform: none !important;
}
.in-team-slider__thumbs .swiper-slide::after,
.in-team-slider__thumbs .swiper-slide::before {
	display: none !important;
	content: none !important;
}



/* ==========================================================
   Responsive
========================================================== */

@media only screen and (max-width: 1199px) {
	.in-team-slider {
		max-width: 930px;
		padding-left: 95px;
	}

	.in-team-slider__label {
		font-size: 46px;
	}

	.in-team-slide {
		grid-template-columns: 300px 1fr;
		gap: 38px;
	}

	.in-team-slide__media {
		height: 390px;
	}

	.in-team-slide__name {
		font-size: 34px;
	}
}

@media only screen and (max-width: 991px) {
	.section-team-showcase {
		padding-top: calc(1 * (80 * 1px));
		padding-bottom: calc(1 * (80 * 1px));
	}

	.section-team-showcase .section-content__header {
		margin-bottom: 45px;
	}

	.in-team-slider {
		padding: 0;
		max-width: 100%;
	}

	.in-team-slider__label {
		position: relative;
		left: auto;
		top: auto;
		display: block;
		margin-bottom: 34px;
		transform: none;
		writing-mode: horizontal-tb;
		text-align: center;
		font-size: 34px;
		display: none;
	}

	.in-team-slide {
		grid-template-columns: 1fr;
		gap: 28px;
		text-align: center;
	}

	.in-team-slide__media {
		max-width: 360px;
		height: 465px;
		margin: 0 auto;
	}

	.in-team-slide__content {
		max-width: 100%;
	}

	.in-team-slider__thumbs {
		margin-top: 30px;
	}

	.in-team-slider__thumbs .swiper-slide {
		width: 76px;
		height: 96px;
	}
}

@media only screen and (max-width: 575px) {
	.section-team-showcase {
		padding-top: calc(1 * (65 * 1px));
		padding-bottom: calc(1 * (65 * 1px));
	}
	.section-team-showcase .section-content__header h3 {
		font-size: 30px;
	}
	.in-team-slider__label {
		font-size: 30px;
		margin-bottom: 28px;
	}
	.in-team-slide__media {
		max-width: 280px;
		height: 365px;
	}
	.in-team-slide__name {
		font-size: 30px;
	}
	.in-team-slider__thumbs .swiper-slide {
		width: 68px;
		height: 86px;
	}
}
/* Remove Pause Dot */
.in-team-slide__dot {
	display: none !important;
}

/* Thumbnail Arrows */
.in-team-thumbs-arrow {
	position: absolute;
	top: 50%;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.08);
	color: var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 30;
	transition: all 0.35s ease;
}
.in-team-thumbs-arrow:hover {
	background-color: var(--theme-color);
	color: #181818;
}
.in-team-thumbs-arrow i {
	font-size: 24px;
	line-height: 1;
}
.in-team-thumbs-prev {
	left: -58px;
}

.in-team-thumbs-next {
	right: -55px;
}

.in-team-thumbs-arrow.swiper-button-disabled {
	opacity: 0.35;
	pointer-events: none;
}
@media only screen and (max-width: 768px) {
	.in-team-thumbs-prev {
		left: -40px;
	}
	.in-team-thumbs-next {
		right: -40px;
	}
}
@media only screen and (max-width: 575px) {
	.in-team-thumbs-arrow {
		top: 130%;
	}
	.in-team-thumbs-prev {
		left: 140px;
	}
	.in-team-thumbs-next {
		right: 140px;
	}
	
}

/* Client Page Style CSS =========================================================== */
/* Client Page Style CSS =========================================================== */
/* ==========================================================
   Clients Grid Section
========================================================== */

.section-clients-grid {
	position: relative;
	overflow: hidden;
}
.section-clients-grid::before {
	content: "";
	position: absolute;
	inset: 0;
}
.section-clients-grid .container-fluid {
	position: relative;
	z-index: 2;
}
.clients-grid-heading {
	max-width: 760px;
	margin: 0 auto 75px;
}
.clients-grid-title {
	margin: 0;
	font-family: var(--font-secondary);
	font-size: clamp(38px, 4vw, 58px);
	font-weight: 700;
	line-height: 1.15;
	color: var(--theme-color2);
}
.client-grid-card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	padding: 30px;
	background: rgba(255, 255, 255, 0.035);
	overflow: hidden;
	isolation: isolate;
	cursor: pointer;
	outline: none;
	transition: box-shadow 0.5s ease;
}
.client-grid-card:hover,
.client-grid-card:focus,
.client-grid-card.is-active {
	box-shadow: 0 28px 65px rgba(0, 0, 0, 0.35);
}
.client-grid-content {
	position: absolute;
	left: 25px;
	right: 25px;
	top: 50%;
	z-index: 3;
	text-align: center;
	opacity: 0;
	transform: translateY(calc(-50% + 22px));
	transition:
		opacity 0.35s ease,
		transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.client-grid-logo {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 30px;
	z-index: 2;
	overflow: hidden;
	transition:
		opacity 0.35s ease,
		transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.client-grid-logo::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 115%;
	height: 115%;
	border-radius: 50%;
	background: #000000;
	transform: translate(-50%, -50%) scale(0);
	transform-origin: center;
	z-index: 2;
	transition: transform 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.client-grid-card:hover .client-grid-logo::before,
.client-grid-card:focus .client-grid-logo::before,
.client-grid-card.is-active .client-grid-logo::before {
	transform: translate(-50%, -50%) scale(1.55);
}
.client-grid-logo img {
	position: relative;
	z-index: 1;
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
/*	filter: grayscale(1) brightness(0) invert(1);*/
	opacity: 1;
	transition:
		opacity 0.35s ease,
		transform 0.45s ease;
}
.client-grid-card:hover .client-grid-logo img,
.client-grid-card:focus .client-grid-logo img,
.client-grid-card.is-active .client-grid-logo img {
	opacity: 0;
	transform: scale(0.82);
}
.client-grid-content h3 {
	margin: 0;
	font-family: var(--font-secondary);
	font-size: clamp(20px, 2.5vw, 45px);
	font-weight: 700;
	line-height: 1.35;
	color: var(--white-color);
}
@media only screen and (min-width: 320px) {
	.client-grid-content h5 {
		font-size: calc(11 * 1px + (13 - 11) * ((100vw - 320px)/ 1600));
	}
}
.client-grid-line {
	display: block;
	width: 65px;
	height: 2px;
	margin: 20px auto 0;
	background: var(--white-color);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.client-grid-card:hover .client-grid-content,
.client-grid-card:focus .client-grid-content,
.client-grid-card.is-active .client-grid-content {
	opacity: 1;
	transform: translateY(-50%);
	transition-delay: 0.20s;
}
.client-grid-card:hover .client-grid-line,
.client-grid-card:focus .client-grid-line,
.client-grid-card.is-active .client-grid-line {
	transform: scaleX(1);
	transition-delay: 0.35s;
}

/* All Projects Page Style CSS ====================================================== */
.portfolio-page-hero {
	z-index: 80;
}
.portfolio-page-hero .text-xxl {
	font-size: calc(58 * 1px);
	line-height: 1;
}
@media screen and (min-width: 320px) {
	.portfolio-page-hero .text-xxl {
		font-size: calc(58px + (167 - 58) * ((100vw - 320px) / 1600));
	}
}
@media screen and (min-width: 1920px) {
	.portfolio-page-hero .text-xxl {
		font-size: calc(167 * 1px);
	}
}
.portfolio-page .portfolio-filter-wrap {
	position: relative;
	margin-bottom: 90px;
}
.portfolio-page .filter {
	position: relative;
	padding-top: 38px;
	padding-bottom: 38px;
	text-align: center;
	border-top: 1px solid rgba(136, 136, 136, 0.18);
	border-bottom: 1px solid rgba(136, 136, 136, 0.18);
}
.portfolio-page .filter__inner {
	position: relative;
}
.portfolio-page .filter__item {
	font-family: var(--font-primary);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 2px;
	color: #888888;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.portfolio-page .filter__item:not(.filter__item_active):hover {
	color: var(--white-color);
}
.portfolio-page .filter__item_active {
	color: var(--theme-color);
}
.portfolio-page .filter__underline {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: var(--theme-color);
}
.portfolio-page .grid {
	overflow: visible;
}
.portfolio-page .grid__sizer {
	padding: 0 !important;
	margin: 0 !important;
	height: 0 !important;
}
.portfolio-page .grid__item {
	display: block;
	width: 100%;
}
@media only screen and (min-width: 992px) {
	.portfolio-page .grid__item_desktop-4 {
		width: 33.333333%;
		max-width: 33.333333%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio-page .grid__item_tablet-6 {
		width: 50%;
		max-width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.portfolio-page .grid__item_mobile-12 {
		width: 100%;
		max-width: 100%;
	}
}
.portfolio-page .grid_fluid-6 {
	margin: -5vw;
}
.portfolio-page .grid__item_fluid-6 {
	padding: 5vw;
}
@media only screen and (min-width: 768px) {
	.portfolio-page .grid__item_fluid-6-fancy:nth-of-type(3) {
		margin-top: 10vw;
	}
}
@media only screen and (max-width: 767px) {
	.portfolio-page .grid_fluid-6 {
		margin: -10px -20px;
	}
	.portfolio-page .grid__item_fluid-6 {
		padding: 20px;
	}
	.portfolio-page .portfolio-filter-wrap {
		margin-bottom: 50px;
	}
}
.portfolio-page .figure-portfolio-big {
	display: block;
	position: relative;
	color: var(--white-color);
}
.portfolio-page .figure-portfolio-big:hover {
	opacity: 1;
}
.portfolio-page .figure-portfolio-big:hover .figure-portfolio-big__wrapper-img-inner {
	transform: scale(0.95);
}
.portfolio-page .figure-portfolio-big:hover .figure-portfolio-big__wrapper-img img {
	transform: scale(1.2);
}
.portfolio-page .figure-portfolio-big:hover .figure-portfolio-big__content {
	transform: translate(0, -25%);
}
.portfolio-page .figure-portfolio-big__wrapper-letter {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
}
.portfolio-page .figure-portfolio-big__letter {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-75%);
	color: #888888;
	font-family: var(--font-secondary);
	font-weight: 700;
	line-height: 0.66;
	font-size: calc(67 * 1px);
	opacity: 0.15;
}
@media screen and (min-width: 320px) {
	.portfolio-page .figure-portfolio-big__letter {
		font-size: calc(67px + (250 - 67) * ((100vw - 320px) / 1600));
	}
}
@media screen and (min-width: 1920px) {
	.portfolio-page .figure-portfolio-big__letter {
		font-size: calc(250 * 1px);
	}
}
.portfolio-page .figure-portfolio-big__wrapper-img {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.portfolio-page .figure-portfolio-big__wrapper-img-inner {
	position: relative;
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transform-origin: center center;
	transform: scale(1);
}
.portfolio-page .figure-portfolio-big__wrapper-img-inner .lazy {
	position: relative;
	width: 100%;
	aspect-ratio: 2 / 3;
	background-color: rgba(136, 136, 136, 0.12);
}
.portfolio-page .figure-portfolio-big__wrapper-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transform-origin: center center;
	transform: scale(1);
}
.portfolio-page .figure-portfolio-big__content {
	position: relative;
	z-index: 3;
	padding-top: 24px;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.portfolio-page .figure-portfolio-big__heading {
	margin-top: 0.75em;
	margin-bottom: 0.5em;
	color: var(--white-color);
}
.portfolio-page .figure-portfolio-big__category {
	margin-top: 0.5em;
	margin-bottom: 0;
	font-family: var(--font-primary);
	font-size: 11px;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 2px;
	color: var(--theme-color);
	text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
	.portfolio-page .figure-portfolio-big__letter {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.portfolio-page .figure-portfolio-big__content {
		padding-top: 18px;
	}

	.portfolio-page .figure-portfolio-big:hover .figure-portfolio-big__content {
		transform: none;
	}
}

/* ==========================================================
   InConstruct Portfolio Filter - Style CSS
========================================================== */
.ic-filter {
	position: relative;
	z-index: 99990;
}
.ic-filter-trigger-wrap {
	position: fixed !important;
	left: 60px !important;
	right: auto !important;
	bottom: 55px;
	z-index: 99990;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.35s ease, visibility 0.35s ease;
}
.ic-filter-trigger-wrap.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.ic-filter.is-open .ic-filter-trigger-wrap {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}
.ic-filter-trigger {
	position: relative;
	display: inline-flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 12px;
	color: #ffffff;
	font-family: var(--font-secondary);
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
}
.ic-filter-trigger:hover {
	color: var(--theme-color);
}
.ic-filter-trigger-text {
	min-width: 58px;
	height: 22px;
	text-align: left;
	overflow: hidden;
}
.ic-filter-trigger-text span {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 22px;
	line-height: 22px;
	transition: transform 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.ic-filter-trigger-text span::before {
	content: attr(data-hover);
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	height: 22px;
	line-height: 22px;
}
.ic-filter-trigger:hover .ic-filter-trigger-text span {
	transform: translate3d(0, -100%, 0);
}
.ic-filter-trigger-icon span {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	color: #ffffff;
	font-size: 14px;
	transition: all 0.3s ease;
}
.ic-filter-trigger:hover .ic-filter-trigger-icon span {
	color: var(--theme-color);
	border-color: var(--theme-color);
}
.ic-filter-nav {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100vw !important;
	height: 100vh !important;
	z-index: 99999;
	background-color: rgb(0 0 0 / 75%);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.ic-filter.is-open .ic-filter-nav {
	visibility: visible;
	pointer-events: auto;
}
.ic-filter-list-holder {
	position: relative;
	width: calc(100% + 17px);
	height: 100%;
	padding-right: 17px;
	overflow-y: scroll;
	z-index: 2;
	cursor: none;
}
.ic-filter-list-inner {
	display: table;
	width: 100%;
	height: 100%;
	max-width: 1282px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.ic-filter-list-content {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	padding: 160px 5% 120px 10%;
}
.ic-filter-list {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: ic-filter-counter;
	cursor: default;
}
.ic-filter-list li {
	cursor: default;
}
.ic-filter-item {
	position: relative;
	transform: translateY(80px);
	opacity: 0;
	visibility: hidden;
}
.ic-filter-item::before {
	position: absolute;
	counter-increment: ic-filter-counter;
	content: counter(ic-filter-counter, decimal-leading-zero);
	top: 18px;
	left: -42px;
	font-family: var(--font-primary);
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	color: var(--theme-color);
	opacity: 0.45;
}
.ic-filter-link {
	position: relative;
	display: inline-block;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: var(--font-secondary);
	font-size: 58px;
	font-weight: 700;
	line-height: 1.15;
	color: rgba(255, 255, 255, 0.62);
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer !important;
	transition: color 0.3s ease, transform 0.3s ease;
}
.ic-filter-link * {
	cursor: pointer !important;
}
.ic-filter-link:hover,
.ic-filter-link:focus,
.ic-filter-link.active {
	color: #ffffff;
	transform: translateX(8px);
}
.ic-filter-close-mobile {
	display: none;
	margin-bottom: 25px;
	font-family: var(--font-secondary);
	font-size: 22px;
	color: #ffffff;
	cursor: pointer;
}
.ic-filter-close-cursor {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 100000;
	width: 78px;
	height: 78px;
	margin-left: -39px;
	margin-top: -39px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	background: transparent;
	color: #ffffff;
	font-family: var(--font-secondary);
	font-size: 13px;
	line-height: 1;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.75);
	transform-origin: center center;
	will-change: left, top, opacity, transform;
}
.ic-filter-close-cursor.is-hidden {
	opacity: 0 !important;
	visibility: hidden !important;
}
body.ic-filter-open {
	cursor: none;
}
body.ic-filter-open .ic-filter-link,
body.ic-filter-open .ic-filter-link * {
	cursor: pointer !important;
}


/* Project Single Page Style CSS ================================================= */
.scroll-down {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	width: 100px;
}
.scroll-down:hover .scroll-down__line {
	transform: scaleY(0);
	transition-delay: 0s;
}
.scroll-down:hover .scroll-down__circle-1 {
	transform: translateY(110px);
	transition-delay: 0.2s;
}
.scroll-down__circle-1 {
	display: block;
	width: 12px;
	height: 12px;
	background-color: var(--theme-color);
	border-radius: 100%;
	transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.scroll-down__line {
	width: 1px;
	height: 60px;
	background-color: var(--theme-color2);
	margin-top: 16px;
	margin-bottom: 16px;
	transform-origin: bottom center;
	transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition-delay: 0.2s;
}
.scroll-down__circle-2 {
	width: 24px;
	height: 24px;
	border: 1px solid #888888;
	border-radius: 100%;
	transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.section-masthead__wrapper-scroll-down {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	text-align: center;
	z-index: 50;
}
.section-masthead__curtain {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

/* ==========================================================
   Project Details / Properties Bar
========================================================== */
.project-properties__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	align-items: stretch;
}
.project-properties__item {
	position: relative;
	padding: 0 28px;
	text-align: left;
}
.project-properties__item:first-child {
	padding-left: 0;
}
.project-properties__item:not(:first-child) {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.project-properties .figure-info__option {
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0;
	text-transform: none;
	color: var(--theme-color);
	margin-bottom: 10px;
}
.project-properties .figure-info__value {
	font-family: var(--font-primary);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--white-color);
}

/* ==========================================================
   Project Local Video Popup
========================================================== */
.project-video-popup {
	position: relative;
	width: calc(100% - 40px);
	max-width: 1200px;
	margin: 40px auto;
	background-color: #000000;
}
.project-video-popup__player {
	display: block;
	width: 100%;
	height: auto;
	max-height: calc(100vh - 80px);
	background-color: #000000;
}
.project-video-popup .mfp-close {
	top: -42px;
	right: 0;
	color: #ffffff;
	opacity: 1;
}
/* ==========================================================
   Figure Image
========================================================== */
.figure-image {
	position: relative;
	text-align: center;
}
.figure-image img {
	width: 100%;
}
.figure-image__wrapper-img {
	position: relative;
	overflow: hidden;
}
/* ==========================================================
   Grid
========================================================== */
.grid {
	overflow: hidden;
}
.grid__sizer {
	padding: 0 !important;
	margin: 0 !important;
	height: 0 !important;
}
.grid__item {
	display: block;
	width: 100%;
}
.grid_fluid-6 {
	margin: -6vw;
}
.grid__item_fluid-6 {
	padding: 6vw;
}
.grid_fluid-3 {
	padding: 3vw;
}
/* ==========================================================
   Project Gallery - Fixed Portrait Grid Images
========================================================== */
.project-gallery-grid .project-gallery__link {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 2 / 3;
	overflow: hidden;
	background-color: #111111;
	cursor: zoom-in;
}
.project-gallery-grid .project-gallery__thumb,
.project-gallery-grid .project-gallery__thumb.lazy {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 !important;
	overflow: hidden;
	background-color: rgba(136, 136, 136, 0.1);
}
.project-gallery-grid .project-gallery__thumb img {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.project-gallery-grid .project-gallery__link:hover .project-gallery__thumb img {
	transform: scale(1.05);
}
.project-gallery-grid .project-gallery__link:focus {
	outline: none;
}
/* ==========================================================
   Section Image Caption
========================================================== */
.section-image {
	display: flex;
	flex-direction: column;
}
.section-image__content {
	margin-top: 40px;
}
.section-image__wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.section-image__caption {
	display: inline-block;
	font-weight: bold;
	margin-top: 1em;
}
.section-image__caption-vertical-left {
	position: absolute;
	bottom: -1em;
	left: -2em;
	transform: rotate(-90deg);
	transform-origin: left center;
	text-align: left;
}
.section-image__caption-vertical-right {
	position: absolute;
	top: -2em;
	right: -2em;
	transform: rotate(-90deg);
	transform-origin: right center;
	text-align: left;
}
.section-image__wrapper_absolute {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.section-image__overlay {
	z-index: 0;
}
/* ==========================================================
   Magnific Popup - Image Gallery
========================================================== */
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-figure {
	line-height: 0;
}
.mfp-figure::after {
	content: "";
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	bottom: 40px;
	display: block;
	background-color: #000000;
	z-index: -1;
}
img.mfp-img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: calc(100vh - 100px);
	margin: 0 auto;
	padding: 40px 0;
	line-height: 0;
	box-sizing: border-box;
}
.mfp-image-holder .mfp-close {
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	color: #ffffff;
	text-align: right;
}
.mfp-bottom-bar {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin-top: -32px;
	color: #ffffff;
}
.mfp-title {
	padding-right: 50px;
	font-family: var(--font-primary);
	font-size: 13px;
	line-height: 1.5;
	color: var(--white-color);
	letter-spacing: 1px;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	font-family: var(--font-primary);
	font-size: 12px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.65);
}
.mfp-arrow {
	position: absolute;
	top: 50%;
	display: block;
	width: 70px;
	height: 70px;
	margin: -35px 0 0;
	padding: 0;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	z-index: 1046;
	opacity: 0.8;
	transition: opacity 0.3s ease;
}
.mfp-arrow:hover {
	opacity: 1;
}
.mfp-arrow::before {
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	content: "";
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transition: border-color 0.3s ease;
}
.mfp-arrow:hover::before {
	border-color: var(--theme-color);
}
.mfp-arrow-left {
	left: 20px;
}
.mfp-arrow-left::before {
	left: 25px;
	transform: translateY(-50%) rotate(-135deg);
}
.mfp-arrow-right {
	right: 20px;
}
.mfp-arrow-right::before {
	right: 25px;
	transform: translateY(-50%) rotate(45deg);
}


/* ==========================================================
   Career Intro Writeup
========================================================== */
.career-intro-text {
	max-width: 860px;
	margin: 0 auto;
}
.career-intro-text p {
	margin-bottom: 22px;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.72);
}
.career-intro-text p:last-child {
	margin-bottom: 0;
}

/* ==========================================================
   Career Job Cards
========================================================== */

.section-career-openings {
	position: relative;
}
.career-job-card {
	position: relative;
	min-height: 360px;
	height: 100%;
	padding: 30px 30px;
	background-color: #181818;
	border-radius: 16px;
	transform: scale(1);
	transition: transform 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), box-shadow 0.35s ease;
	will-change: transform;
}
.career-job-card__head {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 24px;
}
.career-job-card__count {
	width: 36px;
	height: 36px;
	min-width: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	font-family: var(--font-primary);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: var(--white-color);
}
.career-job-card__title {
	margin: 0;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.25;
	color: #ffffff;
}
.career-job-card__text {
	font-size: 14px;
	font-family: var(--font-primary);
	margin: 0;
	line-height: 1.7;
	color: #888888;
}
.career-job-card__line {
	width: 100%;
	height: 1px;
	margin: 28px 0 22px;
	background-color: rgba(198, 150, 58, 0.12);
}
.career-job-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 28px;
	font-family: var(--font-primary);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}
.career-job-card__meta span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}
.career-job-card__meta i {
	font-size: 14px;
	line-height: 1;
	color: var(--theme-color);
}
.career-job-card__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-width: 135px;
	height: 46px;
	padding: 0 26px;
	margin: 4px auto 0;
	border-radius: 50px;
	background-color: var(--theme-color);
	color: #000000 !important;
	font-family: var(--font-primary);
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid var(--theme-color);
	transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.career-job-card__btn span {
	color: inherit;
}
.career-job-card__btn:hover {
	background-color: transparent;
	color: var(--theme-color) !important;
	transform: translateY(-3px);
}
.career-job-card:has(.career-job-card__btn:hover) {
	transform: scale(1.005);
	box-shadow: 0 24px 45px rgba(198, 150, 58, 0.15);
}

/* ==========================================================
   Job Details Page
========================================================== */
.section-job-details {
	position: relative;
}
.job-details-left .job-details-block {
	padding: 0;
	margin-bottom: 55px;
	background: transparent;
	border-radius: 0;
}
.job-details-left .job-details-block:last-child {
	margin-bottom: 0;
}
.job-details-right-card {
	position: relative;
	height: 100%;
	padding: 38px 34px;
	background-color: #000000;
	border-radius: 24px;
}
.job-details-right-card .job-details-block,
.job-details-right-card .job-apply-form-wrap {
	padding: 0;
	margin-bottom: 38px;
	background: transparent;
	border-radius: 0;
}

.job-details-right-card .job-apply-form-wrap {
	margin-bottom: 0;
	padding-top: 34px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.job-details-block h4,
.job-apply-form-wrap h4 {
	margin-top: 0;
	margin-bottom: 24px;
	font-size: 26px;
	line-height: 1.3;
	color: #ffffff;
}
.job-details-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.job-details-list li {
	position: relative;
	margin-bottom: 16px;
	padding-left: 24px;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.68);
}
.job-details-list li:last-child {
	margin-bottom: 0;
}
.job-details-list li::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: var(--theme-color);
}
.job-details-list strong {
	font-weight: 700;
	color: #ffffff;
}
/* Form */
.job-apply-form .form-group {
	margin-bottom: 18px;
}
.job-apply-form input {
	width: 100%;
	height: 52px;
	padding: 0 18px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 0;
	outline: none;
	background-color: rgba(255, 255, 255, 0.04);
	color: #ffffff;
	font-family: var(--font-primary);
	font-size: 14px;
	transition: border-color 0.3s ease, background-color 0.3s ease;
}
.job-apply-form input::placeholder {
	color: rgba(255, 255, 255, 0.45);
}
.job-apply-form input:focus {
	border-color: var(--theme-color);
	background-color: rgba(255, 255, 255, 0.06);
}

/* ==========================================================
   Resume Upload Field
========================================================== */
.upload-file-btn {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}
.file-upload-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 22px;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background-color: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.72);
	font-family: var(--font-primary);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
}
.file-upload-label:hover {
	border-color: var(--theme-color);
	color: var(--theme-color);
	background-color: rgba(198, 150, 58, 0.08);
}
.file-upload-label i {
	margin-right: 8px;
	color: var(--theme-color);
}
.file-upload-label input {
	display: none;
}
.file-name {
	display: none;
	max-width: 180px;
	font-size: 13px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.72);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.delete-file {
	display: none;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	background: transparent;
	color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
	transition: all 0.3s ease;
}
.delete-file:hover {
	color: var(--theme-color);
	border-color: var(--theme-color);
}
.upload-file-btn.has-file .file-name,
.upload-file-btn.has-file .delete-file {
	display: inline-flex;
}
.resume-upload-text {
	margin-top: 10px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.45);
}
.input-container.has-error .file-upload-label {
	border-color: #ff6b6b;
}
.input-container.has-error .form-error {
	display: block;
}
.job-apply-form input[readonly] {
	cursor: not-allowed;
	color: var(--theme-color);
	background-color: rgba(198, 150, 58, 0.08);
	border-color: rgba(198, 150, 58, 0.35);
}
.job-apply-btn.is-loading {
	pointer-events: none;
	opacity: 0.75;
}
.form-error,
.invalid-feedback {
	display: none;
	margin-top: 7px;
	font-family: var(--font-primary);
	font-size: 12px;
	line-height: 1.4;
	color: #ff6b6b;
}
.form-group.has-error input,
.form-group.has-error .file-upload-label {
	border-color: #ff6b6b;
}
.job-form-message {
	display: none;
	margin-top: 18px;
	font-family: var(--font-primary);
	font-size: 14px;
	line-height: 1.6;
}
.job-form-message.is-success {
	display: block;
	color: var(--theme-color);
}
.job-form-message.is-error {
	display: block;
	color: #ff6b6b;
}

/* Blog Page Style CSS ========================================================= */
/* ==========================================================
   Blog Page CSS
========================================================== */

/* Input Float */
.input-float {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 0;
}
.input-float__label {
	position: absolute;
	top: 1em;
	left: 0;
	margin: auto;
	display: block;
	font-size: 16px;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transform-origin: left center;
	cursor: text;
	color: #888888;
}
.input-float__input {
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(136, 136, 136, 0.3);
	border-top: none;
	border-right: none;
	border-left: none;
	outline: none;
	padding: 12px 0 8px;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	background-color: transparent;
	border-radius: 0;
	color: inherit;
}
.input-float__input_focused + .input-float__label,
.input-float__input_not-empty + .input-float__label {
	transform: scale(0.8571) translateY(-2rem);
}
.input-float__input_focused {
	border-color: var(--theme-color);
}
.input-float__input_focused + .input-float__label {
	color: var(--theme-color);
}
/* Search Input */
.input-search__input {
	padding-right: 30px;
}
.input-search__submit {
	display: inline-block;
	font-size: 18px;
	width: 24px;
	height: 24px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: transparent;
	border: none;
	color: #888888;
	outline: none;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	cursor: pointer;
}
.input-search__submit:hover {
	color: #181818;
}
.input-search__submit:focus {
	outline: none;
}
/* ==========================================================
   Blog Section
========================================================== */
.section-blog .search-form {
	margin-top: 2em;
}
.section-blog__wrapper-post {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(136, 136, 136, 0.3);
}
.section-blog__wrapper-post:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

/* ==========================================================
   Post Preview
========================================================== */
.post-preview__wrapper-content > *:first-child {
	margin-top: 0;
}
.post-preview__media {
	display: block;
	margin-bottom: 1.5em;
	overflow: hidden;
}
.post-preview__media:hover,
.post-preview__media:focus {
	opacity: 1;
}
.post-preview__media:hover > * {
	transform: scale(1.05);
}
.post-preview__media > * {
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.blog-post-link {
	display: block;
}
.post-preview__header .blog-post-link .blog__heading {
	color: var(--theme-color2);
	margin-top: 0;
	margin-bottom: 0.5em;
}
.post-preview__header .blog-post-link:hover .blog__heading {
	color: var(--theme-color);
}
.post-preview__categories {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.post-preview__categories li {
	display: inline-block;
}
.post-preview__meta {
	margin-bottom: 1em;
	font-size: 13px;
}
.post-preview__date {
	font-family: var(--font-primary);
	font-size: 11px;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 2px;
	color: #888888;
	text-transform: uppercase;
}
.post-preview__wrapper-meta a {
	color: #888888;
}
.post-preview__wrapper-meta .post-preview__date a {
	color: var(--theme-color);
}
.post-preview__wrapper-readmore {
	text-align: right;
	margin-top: 2em;
}
@media screen and (min-width: 320px) {
  .post-preview__date {
    font-size: calc(11 * 1px + (13 - 11) * ((100vw - 320px) / 1600));
  }
}
@media screen and (min-width: 1920px) {
  .post-preview__date {
    font-size: calc(13 * 1px);
  }
}
.post-preview__wrapper-content p {
	color: #888888;
}
/* ==========================================================
   Pagination
========================================================== */
.in-pagination {
	margin-top: 60px;
	border-top: 2px solid #181818;
	padding: 30px 0 0;
}
.in-pagination .nav-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.in-pagination .nav-links__container {
	margin-left: auto;
	margin-right: auto;
}
.in-pagination .page-numbers {
	display: inline-block;
	line-height: 1;
	font-weight: 600;
	margin: 0 15px;
	background-image: none;
	vertical-align: middle;
}
.in-pagination .page-numbers.prev {
	font-size: 20px;
	font-weight: normal;
	margin-left: 0;
}
.in-pagination .page-numbers.next {
	font-size: 20px;
	font-weight: normal;
	margin-right: 0;
}
.in-pagination .page-numbers:not(a) {
	color: #888888;
}

/* ==========================================================
   Sidebar
========================================================== */

.sidebar_no-margin-last-widget .widget:last-child {
	margin-bottom: 0;
}
.sidebar .widget {
	margin-bottom: 50px;
}
.sidebar .search-form {
	margin-top: 0;
}

/* ==========================================================
   Widgets
========================================================== */
.widget p:last-of-type {
	margin-bottom: 0;
}
.widget select {
	width: 100%;
	max-width: 100%;
}
.widget ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
.widget ul li {
	display: block;
	margin-bottom: 20px;
}
.widget ul li:last-child {
	margin-bottom: 0;
}
.widget ul ul {
	width: 100%;
	padding-left: 1em;
	margin-top: 1em;
}
.widget ul .sub-menu {
	padding-left: 1em;
	margin-top: 1em;
}
.widget ul li a {
	color: #888888;
}
.widget ul li a:hover {
	color: var(--theme-color);
}
.widgettitle {
	display: block;
	font-family: var(--font-primary);
	font-size: 11px;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--theme-color2);
	margin-bottom: 1.5em;
}
.widgettitle:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--theme-color2);
	margin-bottom: 0.5em;
}
/* Categories */
.widget_categories ul li {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.widget_categories ul li span {
	color: #888888;
	font-size: 13px;
	line-height: 1;
}
/* Recent Posts */
.widget_recent_entries ul li a span {
	display: block;
}
.widget_recent_entries .post-date {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	color: #888888;
}
/* Tag Cloud */
.tagcloud ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.tagcloud ul li {
	display: inline-block !important;
	margin-bottom: 0 !important;
}
.tagcloud ul li a {
	display: inline-block;
	font-size: 13px;
	color: var(--theme-color2) !important;
	background-color: #333333;
	padding: 7px 15px;
	margin-bottom: 6px;
	margin-right: 4px;
	border-radius: 100px;
}
.tagcloud ul li a:hover {
	background-color: var(--theme-color);
	color: #000000 !important;
}

/* ==========================================================
   Blog Post Page Extra CSS Only
========================================================== */

/* Blog Post Masthead Meta */
.section-masthead__meta {
	display: inline-flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -1em 1em;
	max-width: 100%;
}

.section-masthead__meta .post-preview__meta {
	margin: 1em;
	max-width: 100%;
	font-size: 13px;
}

.section-masthead__meta .post-preview__meta a {
	color: #888888;
}

.section-masthead__meta .post-preview__date a {
	color: var(--theme-color);
}

@media screen and (min-width: 320px) {
	.section-masthead__meta .post-preview__meta {
		font-size: calc(13px + (16 - 13) * ((100vw - 320px) / 1600));
	}
}

@media screen and (min-width: 1920px) {
	.section-masthead__meta .post-preview__meta {
		font-size: 16px;
	}
}

@media screen and (max-width: 991px) {
	.section-masthead__meta .post-preview__meta {
		margin: 0.5em;
	}

	.section-masthead__meta .post-preview__wrapper-meta {
		margin: -0.5em -0.5em 0.5em;
	}

	.section-masthead__meta .post-preview__date {
		display: block;
		width: 100%;
	}
}
.post__content h2,
.post__content h4,
.post__content h5,
.post__content h6 {
	color: var(--theme-color2);
}
.post__content p {
	color: #f6f7f8;
}
.post__content ul li {
	color: var(--theme-color2);
}
@media screen and (min-width: 320px) {
  blockquote {
    font-size: calc(16 * 1px + (20 - 16) * ((100vw - 320px)/ 1600));
  }
}
@media screen and (min-width: 1920px) {
  blockquote {
    font-size: calc(20 * 1px);
  }
}
blockquote {
	display: block;
	background-color: #333333;
	color: var(--theme-color2);
	font-family: var(--font-secondary);
	font-size: calc(16 * 1px);
	line-height: 1.7;
	font-style: italic;
	padding: 3em;
	margin-top: 2em;
	margin-bottom: 2em;
}
blockquote p {
	margin-top: 0;
	font-size: calc(16 * 1px);
}
@media screen and (min-width: 320px) {
	blockquote p {
		font-size: calc(16 * 1px + (20 - 16) * ((100vw - 320px)/ 1600));
	}
}
@media screen and (min-width: 1920px) {
	blockquote p {
		font-size: calc(20 * 1px);
	}
}
cite {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: var(--font-primary);
	font-style: normal;
	font-size: calc(16 * 1px);
	margin-top: 1em;
	color: var(--theme-color);
}
cite::before {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background-color: var(--theme-color);
	margin-right: 1em;
}
@media screen and (min-width: 320px) {
  cite {
    font-size: calc(16 * 1px + (16 - 16) * ((100vw - 320px)/ 1600));
  }
}
@media screen and (min-width: 1920px) {
  cite {
    font-size: calc(16 * 1px);
  }
}
/* Single Post Content */
.post__content > *:first-child,
.post__comments > *:first-child {
	margin-top: 0;
}

.post__content ul,
.post__comments ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 1.5em;
	padding-left: 0.25em;
}

.post__content ul li,
.post__comments ul li {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}

.post__content ul ul,
.post__content ul ol,
.post__comments ul ul,
.post__comments ul ol {
	padding-left: 1em;
}

.post__content ul > li::before,
.post__comments ul > li::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 1px;
	vertical-align: middle;
	margin-right: 0.5em;
	margin-bottom: 3px;
	background-color: var(--theme-color);
}

.post__content ol,
.post__comments ol {
	margin-bottom: 24px;
	padding-left: 1.5em;
}

.post__content ol li,
.post__comments ol li {
	display: list-item;
	margin-top: 12px;
	margin-bottom: 12px;
}

.post__content ol ul,
.post__content ol ol,
.post__comments ol ul,
.post__comments ol ol {
	padding-left: 16px;
}

.post__media {
	margin-bottom: 2em;
}

.post__tags {
	border-top: 2px solid var(--theme-color2);
	margin-top: 50px;
	padding-top: 20px;
}

.post__comments {
	margin-top: 40px;
}
.post__comments p {
	color: #f6f7f8;
}
@media screen and (min-width: 320px) {
	.post__comments {
		margin-top: calc(40px + (100 - 40) * ((100vw - 320px) / 1600));
	}
}

@media screen and (min-width: 1920px) {
	.post__comments {
		margin-top: 100px;
	}
}

/* Comments */
.comments-title,
.comment-reply-title {
	font-family: var(--font-primary);
	margin-top: 0;
	margin-bottom: 0;
}

.comment-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 0 !important;
}

.comment-list > li {
	padding-top: 30px;
	padding-bottom: 30px;
}

.comment-list > li ol.children {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 4%;
}

.comment-list > li ol.children li {
	padding-top: 30px;
	padding-bottom: 30px;
}

.comment-list > li ol.children li:last-child {
	padding-bottom: 0;
}

.comment-list > li:not(:last-child) {
	border-bottom: 1px solid rgba(136, 136, 136, 0.3);
}

.comment-list > ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.comment-author {
	max-width: 100px;
	margin-right: 2em;
	flex: 0 0 auto;
}

.comment-author .avatar {
	position: relative;
	width: 100%;
	max-width: 100px;
	max-height: 100px;
	border-radius: 100%;
	display: block;
}

.comment-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.5em;
}

.comment-metadata {
	font-family: var(--font-primary);
	font-size: 11px;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 2px;
	color: #888888;
	text-transform: uppercase;
	margin-left: 10px;
}

.comment-metadata a:not(.comment-edit-link) {
	color: #cccccc;
}

.comment-metadata a:not(.comment-edit-link):hover {
	color: var(--theme-color);
}

.comment-metadata a {
	border-bottom: none !important;
}

.comment-body {
	display: flex;
}

.comment-body .fn {
	font-family: var(--font-secondary);
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
}

.comment-body .fn a {
	color: var(--theme-color2);
}

.comment-body .fn a:hover {
	color: var(--theme-color);
}

.comment-content {
	width: 100%;
}

.reply {
	display: inline-block;
}

.comment-reply-link {
	font-family: var(--font-primary);
	font-size: 11px;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 2px;
	color: var(--theme-color2);;
	text-transform: uppercase;
	border-bottom: none !important;
	margin-right: 24px;
}

.comment-reply-link::before {
	content: "\f112";
	font-family: "FontAwesome";
	text-transform: none;
	margin-right: 8px;
}
.comment-reply-link:hover {
	color: var(--theme-color);
}
.comment-respond {
	margin-top: 30px;
}

@media screen and (min-width: 320px) {
	.comment-metadata,
	.comment-reply-link {
		font-size: calc(11px + (13 - 11) * ((100vw - 320px) / 1600));
	}
}

@media screen and (min-width: 1920px) {
	.comment-metadata,
	.comment-reply-link {
		font-size: 13px;
	}
}

@media only screen and (max-width: 991px) {
	.comment-author {
		margin-right: 1em;
	}

	.comment-author .avatar {
		max-width: 50px;
		max-height: 50px;
	}

	.comment-meta {
		flex-wrap: wrap;
	}

	.comment-metadata {
		margin-top: 5px;
		margin-left: 0;
	}
}

/* ==========================================================
   Verified Comment Form
========================================================== */

.comment-verified-box {
	position: relative;
}

.comment-profile-preview {
	display: flex;
	align-items: center;
	gap: 22px;
	margin: 28px 0 34px;
	padding: 24px;
	background: rgba(255, 255, 255, 0.045);
	border-left: 3px solid var(--theme-color);
}

.comment-avatar-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	min-width: 76px;
	border-radius: 50%;
	overflow: hidden;
	background: var(--theme-color);
	color: #181818;
	font-family: var(--font-secondary);
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.comment-avatar-box img {
	display: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.comment-avatar-box.has-image span {
	display: none;
}

.comment-avatar-box.has-image img {
	display: block;
}

.comment-profile-info h5 {
	margin: 0 0 6px;
	font-family: var(--font-secondary);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--white-color);
}

.comment-profile-info p {
	margin: 0;
	max-width: 620px;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.62);
}

/* Profile Upload */
.comment-profile-upload {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	padding: 18px 0;
	border-bottom: 1px solid rgba(136, 136, 136, 0.3);
	color: #888888;
	font-size: 14px;
}

.comment-profile-upload span {
	font-family: var(--font-primary);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #888888;
}

.comment-profile-upload input {
	width: 100%;
	max-width: 320px;
	color: #888888;
	font-size: 13px;
}

/* OTP Box */
.comment-otp-box {
	margin-top: 26px;
	padding: 26px;
	background: rgba(255, 255, 255, 0.035);
}

.comment-otp-top {
	display: flex;
	align-items: center;
	gap: 22px;
	flex-wrap: wrap;
}

.comment-otp-status {
	display: inline-block;
	font-size: 14px;
	line-height: 1.6;
	color: #888888;
}

.comment-otp-status.is-success {
	color: var(--theme-color);
}

.comment-otp-status.is-error {
	color: #ff6b6b;
}

.comment-otp-field {
	display: none;
	align-items: flex-end;
	gap: 20px;
	margin-top: 24px;
}

.comment-otp-field.is-visible {
	display: flex;
}

.comment-otp-field .input-float {
	max-width: 260px;
}

/* Disabled Submit */
.js-submit-comment:disabled {
	opacity: 0.45;
	cursor: not-allowed;
	pointer-events: none;
}

/* Textarea */
.input-float__input_textarea {
	resize: none;
	min-height: 200px;
}

/* Responsive */
@media only screen and (max-width: 767px) {
	.comment-profile-preview {
		align-items: flex-start;
		gap: 16px;
		padding: 20px;
	}

	.comment-avatar-box {
		width: 62px;
		height: 62px;
		min-width: 62px;
		font-size: 24px;
	}

	.comment-profile-info h5 {
		font-size: 20px;
	}

	.comment-profile-info p {
		font-size: 13px;
	}

	.comment-profile-upload {
		display: block;
	}

	.comment-profile-upload input {
		margin-top: 12px;
		max-width: 100%;
	}

	.comment-otp-field {
		display: none;
		flex-direction: column;
		align-items: stretch;
	}

	.comment-otp-field.is-visible {
		display: flex;
	}

	.comment-otp-field .input-float {
		max-width: 100%;
	}
}

/* ==========================================================
   Sidebar Author Profile Widget
========================================================== */

.widget_author_profile {
	position: relative;
}

.author-profile-card {
	position: relative;
	padding: 34px 26px 32px;
	text-align: center;
	background: rgba(255, 255, 255, 0.045);
	overflow: hidden;
}

.author-profile-card::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -80px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: rgba(198, 150, 58, 0.14);
	transform: translateX(-50%);
	filter: blur(20px);
	pointer-events: none;
}

.author-profile-image {
	position: relative;
	width: 145px;
	height: 145px;
	margin: 0 auto 26px;
	border-radius: 50%;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.08);
	z-index: 2;
}

.author-profile-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.author-profile-content {
	position: relative;
	z-index: 2;
}

.author-profile-content h5 {
	margin: 0 0 6px;
	font-family: var(--font-secondary);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--white-color);
}

.author-profile-content > span {
	display: block;
	margin-bottom: 22px;
	font-family: var(--font-primary);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--theme-color);
}

.author-profile-social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.author-profile-social li {
	display: inline-flex !important;
	margin: 0 !important;
}

.author-profile-social li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	color: var(--white-color) !important;
	font-size: 14px;
	background: rgba(255, 255, 255, 0.06);
}

.author-profile-social li a:hover {
	background: var(--theme-color);
	color: #181818 !important;
}

/* Responsive */
@media only screen and (max-width: 991px) {
	.author-profile-card {
		max-width: 420px;
	}
}

@media only screen and (max-width: 480px) {
	.author-profile-card {
		padding: 30px 22px;
	}

	.author-profile-image {
		width: 125px;
		height: 125px;
	}

	.author-profile-content h5 {
		font-size: 22px;
	}

	.author-profile-social {
		gap: 12px;
	}
}
/* ==========================================================
   Sidebar Subscribe Widget
========================================================== */

.widget_subscribe {
	position: relative;
}

.subscribe-card {
	position: relative;
	padding: 34px 26px 32px;
	text-align: center;
	background: rgba(255, 255, 255, 0.045);
	overflow: hidden;
}

.subscribe-card::before {
	content: "";
	position: absolute;
	right: -70px;
	bottom: -70px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: rgba(198, 150, 58, 0.14);
	filter: blur(22px);
	pointer-events: none;
}

.subscribe-card h5 {
	position: relative;
	z-index: 2;
	margin: 0 0 18px;
	font-family: var(--font-secondary);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--white-color);
}

.subscribe-card p {
	position: relative;
	z-index: 2;
	max-width: 310px;
	margin: 0 auto 28px;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1.5px;
	color: rgba(255, 255, 255, 0.62);
}

.subscribe-form {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: stretch;
	width: 100%;
	margin-bottom: 16px;
	background: rgba(255, 255, 255, 0.06);
}
.subscribe-input-wrap {
	position: relative;
	display: flex;
	align-items: center;
	flex: 1;
	margin: 0;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	border-right: none;
	min-width: 0;
}

.subscribe-input-wrap i {
	margin-right: 10px;
	font-size: 13px;
	color: var(--theme-color);
}

.subscribe-input-wrap input {
	width: 100%;
	height: 50px;
	border: none;
	outline: none;
	background: transparent;
	color: var(--white-color);
	font-size: 13px;
	min-width: 0;
}

.subscribe-input-wrap input::placeholder {
	color: rgba(255, 255, 255, 0.45);
}

.subscribe-btn {
	width: 54px;
	min-width: 54px;
	height: 52px;
	padding: 0;
	border: none;
	outline: none;
	background: var(--theme-color);
	color: #181818;
	font-size: 15px;
	cursor: pointer;
	transition: all 0.35s ease;
}
.subscribe-btn i {
	display: block;
	line-height: 1;
}

.subscribe-btn:hover {
	background: var(--theme-color3);
	color: #181818;
}

/* Responsive */
@media only screen and (max-width: 991px) {
	.subscribe-card {
		max-width: 420px;
	}
}

@media only screen and (max-width: 480px) {
	.subscribe-card {
		padding: 30px 22px;
	}

	.subscribe-form {
		display: block;
		background: transparent;
	}

	.subscribe-input-wrap {
		border: 1px solid rgba(255, 255, 255, 0.10);
		margin-bottom: 12px;
	}

	.subscribe-btn {
		width: 100%;
	}
}



/* Contact Section Style CSS ================================================= */
.border-radius,
.button,
.menu .sub-menu {
	border-radius: 4px;
}
.gmap {
	width: 100%;
	height: 100%;
}
.map-iframe iframe {
	display: block;
	width: 100%;
	height: 100%;
	filter: grayscale(100%) invert(90%) contrast(90%);
	pointer-events: none;
}
.map-iframe.map-active iframe {
	pointer-events: auto;
}
.map-click-layer {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(24, 24, 24, 0.15);
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.map-iframe.map-active .map-click-layer {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
button.theme-btn {
	position: relative;
	display: inline-block;
	font-family: var(--font-primary);
	font-size: calc(13 * 1px);
	line-height: 1.75;
	letter-spacing: 2px;
	font-weight: bold;
	padding: 16px 32px;
	margin-top: 20px;
	border: 1px solid var(--slider-muted);
	text-transform: uppercase;
	background: transparent;
	color: var(--slider-muted);
	transition: .5s;
	z-index: 1;
}
button.theme-btn::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 0%;
	background: var(--theme-color);
	transition: .5s;
	z-index: -1;
}
button.theme-btn:hover {
	border: 1px solid var(--theme-color);
	color: var(--dark-color);
}
button.theme-btn:hover::before {
	width: 100%;
	left: 0;
}
/* Form */
.form {
	width: 100%;
}
.form__submit {
	margin-top: 1.5em;
}
.form__col {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.form__col_submit {
	margin-top: 1.5em;
	margin-bottom: 0;
}
.form__error,
span.wpcf7-not-valid-tip {
	display: block;
	font-size: 12px;
	color: red;
	text-align: left;
	margin-top: 4px;
}
.form__heading {
	margin-top: 0;
	margin-bottom: 1em;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border-color: red;
	padding: 15px;
	margin: 1.5em 0 0;
	display: none !important;
}
.form-contact {
	padding-top: calc(40 * 1px);
	padding-bottom: calc(40 * 1px);
}
/* Input Float */
.input-float {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 0;
}
.input-float__label {
	position: absolute;
	top: 1em;
	left: 0;
	margin: auto;
	display: block;
	font-size: 16px;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transform-origin: left center;
	cursor: text;
	color: #888888;
}
.input-float__input {
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(136, 136, 136, 0.3);
	border-top: none;
	border-right: none;
	border-left: none;
	outline: none;
	padding: 12px 0 8px;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	background-color: transparent;
	border-radius: 0;
	color: inherit;
}
.input-float__input_textarea {
	resize: none;
	min-height: 200px;
}
.input-float__input_focused + .input-float__label,
.input-float__input_not-empty + .input-float__label {
	transform: scale(0.8571) translateY(-2rem);
}
.input-float__input_focused {
	border-color: var(--theme-color);
}
.input-float__input_focused + .input-float__label {
  	color: var(--theme-color);
}
.color-white .heading-light {
	color: #cccccc;
}
.color-white .subheading {
	color: #ffffff;
}
.figure-contact {
  text-align: center;
}
.figure-contact__icon {
  font-size: 36px !important;
  line-height: 1 !important;
  display: inline-block;
  margin-bottom: 30px;
  color: var(--theme-color);
}
.figure-contact a {
	color: var(--white-color);
}
.figure-contact a:hover {
	color: var(--theme-color);
}
.section-contacts.bg-dark .figure-contact__icon,
.section-contacts.bg-dark-2 .figure-contact__icon,
.section-contacts.bg-dark-3 .figure-contact__icon {
  color: var(--theme-color);
}
/* Footer Section Style CSS ============================================== */

.footer {
	position: relative;
	background-color: #181818;
	color: var(--white-color);
}
.footer__area-primary {
	padding-top: calc(30 * 1px);
	padding-bottom: calc(30 * 1px);
}
.footer__area-secondary {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid rgba(136, 136, 136, 0.3);
}
.footer__column {
	position: relative;
}
.footer p {
	color: #cccccc;
	margin-top: 1em;
	margin-bottom: 0;
}
.footer a {
	color: var(--white-color);
}
.footer a:hover {
	color: var(--theme-color);
}
/* Footer Logo Widget */
.widget_inconstruct_logo {
	max-width: 360px;
}
.widget_inconstruct_logo .logo {
	margin-bottom: 2em;
}
.widget_inconstruct_logo .logo img {
	display: block;
	width: auto;
	max-width: 110px;
	height: auto;
	object-fit: contain;
}
/* Footer Social Widget */
.widget_inconstruct_social ul {
	text-align: inherit;
}
.widget_inconstruct_social ul li {
	display: inline-block;
	margin-bottom: 0;
}
/* Footer Inline Menu Widget */
.widget_inconstruct_menu_inline ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget_inconstruct_menu_inline ul li {
	display: inline-block;
	margin-bottom: 0;
}
.widget_inconstruct_menu_inline ul li a {
	padding: 4px;
	color: #cccccc;
	font-size: 13px;
}
.widget_inconstruct_menu_inline ul li a:hover {
	color: var(--theme-color);
}
.widget_inconstruct_menu_inline ul li a:before {
	display: none;
}
/* Copyright */
.copyright {
	color: #888888;
	font-size: 13px;
	line-height: 1.7;
}
.copyright a {
	color: var(--theme-color);
}
.copyright a:hover {
	color: var(--white-color);
}
.craft {
	display: none;
}
/* === Barba page-transition curtain === */
.transition-curtain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: #111111;
    z-index: 400;
    display: none;
    transition: background-color 0.6s ease-in-out;
  	will-change: background-color;
}

/* ==========================================================
   InConstruct Scroll Progress To Top
========================================================== */

.ic-scroll-progress {
	position: fixed;
	right: 60px;
	bottom: 55px;
	z-index: 99980;
	width: 64px;
	height: 64px;
	padding: 0;
	border: 0;
	outline: none;
	border-radius: 50%;
	background: conic-gradient(var(--theme-color) 0deg, rgba(255, 255, 255, 0.16) 0deg);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.28);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(15px) scale(0.92);
	transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
}
.ic-scroll-progress.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0) scale(1);
}
.ic-scroll-progress__inner {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #ffffff;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.ic-scroll-progress__number {
	font-family: var(--font-primary);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #111111;
}
/* Hover */
.ic-scroll-progress:hover {
	transform: translateY(-3px) scale(1);
}
/* Hide when overlay filter is open */
body.ic-filter-open .ic-scroll-progress {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}
/* Responsive */
@media screen and (max-width: 991px) {
	.ic-scroll-progress {
		right: 30px;
		bottom: 30px;
		width: 58px;
		height: 58px;
	}

	.ic-scroll-progress__number {
		font-size: 13px;
	}
}
@media screen and (max-width: 575px) {
	.ic-scroll-progress {
		right: 20px;
		bottom: 25px;
		width: 54px;
		height: 54px;
	}

	.ic-scroll-progress__inner {
		top: 4px;
		left: 4px;
		right: 4px;
		bottom: 4px;
	}

	.ic-scroll-progress__number {
		font-size: 12px;
	}
}

/* ==========================================================
   Inconstruct Browser Scrollbar
========================================================== */

/* Firefox */
html {
	scrollbar-width: thin;
	scrollbar-color: rgba(221, 221, 221, 0.35) transparent;
}
/* Chrome, Edge, Safari */
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track {
	background: transparent;
}
::-webkit-scrollbar-thumb {
	background-color: rgba(221, 221, 221, 0.25);
	border-radius: 50px;
	transition: background-color 0.2s ease-in-out;
}
::-webkit-scrollbar-thumb:hover {
	background-color: rgba(221, 221, 221, 0.5);
}
/* For inner scroll areas like overlay menu / filter overlay */
.header__wrapper-overlay-menu,
.ic-filter-list-holder,
.tt-custom-scrollbar {
	scrollbar-width: thin;
	scrollbar-color: rgba(221, 221, 221, 0.35) transparent;
}
.header__wrapper-overlay-menu::-webkit-scrollbar,
.ic-filter-list-holder::-webkit-scrollbar,
.tt-custom-scrollbar::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
.header__wrapper-overlay-menu::-webkit-scrollbar-track,
.ic-filter-list-holder::-webkit-scrollbar-track,
.tt-custom-scrollbar::-webkit-scrollbar-track {
	background: transparent;
}
.header__wrapper-overlay-menu::-webkit-scrollbar-thumb,
.ic-filter-list-holder::-webkit-scrollbar-thumb,
.tt-custom-scrollbar::-webkit-scrollbar-thumb {
	background-color: rgba(221, 221, 221, 0.25);
	border-radius: 50px;
}
.header__wrapper-overlay-menu::-webkit-scrollbar-thumb:hover,
.ic-filter-list-holder::-webkit-scrollbar-thumb:hover,
.tt-custom-scrollbar::-webkit-scrollbar-thumb:hover {
	background-color: rgba(221, 221, 221, 0.5);
}

/* ==================================================
   Services Slider - Final Desktop Peek Fix
================================================== */

.service-section .service-slider {
	position: relative;
	overflow: hidden;
}

/* Create a right-side mask to hide the next slide peek */
.service-section .service-slider::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	background-color: #181818;
	z-index: 15;
	pointer-events: none;
}

/* Keep next arrow above the mask */
.service-section .service-slider-next {
	z-index: 30;
}

/* Keep prev arrow also safe */
.service-section .service-slider-prev {
	z-index: 30;
}