@charset "UTF-8";
:root {
	--primary_green: #2d3c1f;
	--primary_green_light: #4e5e38;
	--primary_orange: #d66c00;
	--secondary_brown: #aa6230;
	--white: #d9d9d9;
	--grey: #545454;
	--black: #231f20;
}
::selection {
	background-color: var(--secondary_brown);
	color: var(--white);
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	outline: none;
	padding: 0;
}

body {
	background-color: var(--primary_green);
	color: var(--white);
	font-family: Geist, sans-serif;
	font-size: 0.875rem;
	overflow-x: hidden !important;
}
main {
	position: relative;
	z-index: 5;
}
.row.sm-marg {
	margin-left: -0.3125rem;
	margin-right: -0.3125rem;
}
.row.sm-marg > * {
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
}
.row.md-marg {
	margin-left: -1.5625rem;
	margin-right: -1.5625rem;
}
.row.md-marg > * {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}
.row.lg-marg {
	margin-left: -2.5rem;
	margin-right: -2.5rem;
}
.row.lg-marg > * {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.row.xlg-marg {
	margin-left: -3.125rem;
	margin-right: -3.125rem;
}
.row.xlg-marg > * {
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}

.card{
	background: var(--primary_green);
	background: linear-gradient(170deg, var(--primary_green), rgba(78, 94, 56, 0.3));
	filter: drop-shadow(0 10px 13px rgb(0 0 0 / .03)) drop-shadow(0 8px 5px rgb(0 0 0 / .05));
	backdrop-filter: blur(6px);
}

.small{
	font-size: .7rem;
	font-family: Geist, sans-serif;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: Geist, sans-serif;
	font-weight: 500;
	margin: 0;
}

h1 {
	font-size: 4rem;
}
h2 {
	font-size: 2.5rem;
}
h3 {
	font-size: 2rem;
}
h4 {
	font-size: 1.75rem;
}
h5 {
	font-size: 1.5rem;
}
h5,
h6 {
	line-height: 1.5;
}
h6 {
	font-size: 1.25rem;
	font-weight: 500;
}
h6,
p {
	margin: 0;
	color: var(--white);
	font-family: Geist, sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.7rem;
	word-wrap: break-word;
}
.f-light,
.f-thin,
.f-ultra-light {
	font-family: Geist, sans-serif;
	font-weight: lighter;
}
.f-regular {
	font-family: Geist, sans-serif;
	font-weight: normal;
}
.f-medium {
	font-family: Geist, sans-serif;
	font-weight: 500;
}
.f-sbold {
	font-family: Geist, sans-serif;
	font-weight: 600;
}
.f-bold {
	font-family: Geist, sans-serif;
	font-weight: bold;
}
.f-black,
.f-xbold {
	font-family: Geist, sans-serif;
	font-weight: bolder;
}
a,
a:hover {
	color: inherit;
}
a,
span {
	display: inline-block;
}
a,
a:hover {
	text-decoration: none;
}
figure {
	margin: 0;
}
.row > * {
	margin-top: 0;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}
.btn:active,
.btn:focus,
.btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.main-bg {
	background-color: var(--primary_green);
}
.sub-bg {
	background-color: var(--primary_green_light);
	margin: 1rem;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}
.bg-gray {
	background-color: var(--grey);
}
.text-dark {
	color: var(--black);
}
.text-dark p {
	color: var(--grey);
}
.text-dark .swiper-controls.arrow-out .left,
.text-dark .swiper-controls.arrow-out .right {
	border-color: rgba(0, 0, 0, 0.2);
}
img {
	height: auto;
	width: 100%;
}
.to-out .swiper-container {
	-webkit-clip-path: inset(-100vw -100vw -100vw 0);
	clip-path: inset(-100vw -100vw -100vw 0);
	overflow: visible;
}
.bg-pattern {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}
.bg-pattern.pattern-center {
	background-position: 50%;
}
.bg-pattern.patrn1 {
	background-repeat: repeat;
	background-size: 3.75rem;
}
.dots-pattern {
	background-repeat: repeat !important;
	background-size: auto !important;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}
.in-box {
	margin-left: 3.75rem;
	width: calc(100% - 7.5rem);
}
.link-overlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
::-webkit-scrollbar {
	width: 0.75rem;
}
::-webkit-scrollbar-track {
	background: hsla(0, 0%, 100%, 0.05);
}
::-webkit-scrollbar-thumb {
	background: var(--primary_green);
	border-radius: 2.5rem;
}
#siteWrapper {
	-webkit-animation-fill-mode: both !important;
	animation-fill-mode: both !important;
	opacity: 0;
}
.animsition-overlay-slide {
	background: #1b1b1b !important;
	z-index: 999999999 !important;
}
.butn {
	border: 0.0625rem solid transparent;
}
.butn.butn-md {
	padding: 0.875rem 2.1875rem;
}
.butn.butn-full {
	padding: 0.9375rem 1.5625rem;
	text-align: center;
	width: 100%;
}
.butn.butn-bord {
	background: transparent;
	border-color: var(--white);
	color: var(--white);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.butn.butn-bord:hover {
	background: var(--white);
	color: var(--black);
}
.butn.butn-bord:hover span {
	color: var(--black);
}
.butn.butn-bg {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.butn.butn-bg:hover {
	background: transparent !important;
	border-color: var(--white);
	color: var(--white) !important;
}
.butn.butn-cerv {
	border-radius: 50%;
	padding: 0.9375rem 1.875rem;
}
.butn .rolling-text {
	margin-bottom: -0.3125rem;
}
.butn-circle {
	border: 0.0625rem solid hsla(0, 0%, 100%, 0.2);
	border-radius: 50%;
	height: 10rem;
	line-height: 10rem;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 10rem;
}
.butn-circle:hover span {
	color: var(--black);
}
.butn-circle:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.butn-circle:after {
	background: #f1da78;
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	width: 100%;
}
.butn-circle.sml {
	height: 8.125rem;
	width: 8.125rem;
}
.butn-circle.sml span {
	letter-spacing: 0;
	text-transform: capitalize;
}
.butn-circle.colorbg-2:after {
	background: #f08f74;
}
.butn-circle.colorbg-3:after {
	background: #55e6a5;
}
.butn-circle span {
	letter-spacing: 0.0625rem;
	line-height: 2;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}
.butn-circle .circle-star {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.circle-button {
	display: inline-block;
	position: relative;
}
.circle-button.in-bord:after {
	bottom: 3.4375rem;
	left: 3.4375rem;
	right: 3.4375rem;
	top: 3.4375rem;
}
.circle-button.in-bord:after,
.circle-button.in-bord:before {
	border: 0.0625rem solid hsla(0, 0%, 100%, 0.5);
	border-radius: 50%;
	content: "";
	position: absolute;
}
.circle-button.in-bord:before {
	bottom: 0.9375rem;
	left: 0.9375rem;
	right: 0.9375rem;
	top: 0.9375rem;
}
.circle-button .rotate-circle svg {
	width: 13.125rem;
	fill: var(--white);
}
.circle-button .arrow {
	display: inline-block;
	height: 0;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-1.25rem) translateY(-1.25rem);
	-ms-transform: translateX(-1.25rem) translateY(-1.25rem);
	transform: translateX(-1.25rem) translateY(-1.25rem);
	width: 0;
}
.circle-button .arrow svg {
	height: 2.5rem;
	width: 2.5rem;
}
.circle-button .icon,
.circle-button .in-circle {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.circle-button.no-animate .rotate-circle {
	-webkit-animation: none;
	animation: none;
}
.rotate-circle {
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: rotateCircle;
	animation-name: rotateCircle;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
@-webkit-keyframes rotateCircle {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
@keyframes rotateCircle {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
.hover-this {
	cursor: pointer;
}
.hover-this .hover-anim {
	pointer-events: none;
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	-o-transition: transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.cursor {
	border-radius: 50%;
	padding: 0.3rem;
	pointer-events: none;
	position: absolute;
	-webkit-transform: translateX(-0.3125rem) translateY(-0.3125rem);
	-ms-transform: translateX(-0.3125rem) translateY(-0.3125rem);
	transform: translateX(-0.3125rem) translateY(-0.3125rem);
	-webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease, opacity 0.4s ease;
	transition: transform 0.3s ease, opacity 0.4s ease;
	transition: transform 0.3s ease, opacity 0.4s ease,
		-webkit-transform 0.3s ease;
	z-index: 99999;
}

.cursor-active {
	opacity: 0.1;
	-webkit-transform: translate(-50%, -50%) scale(8);
	-ms-transform: translate(-50%, -50%) scale(8);
	transform: translate(-50%, -50%) scale(8);
}
.rolling-text {
	display: inline-block;
	height: 3.125rem;
	line-height: 3.125rem;
	overflow: hidden;
}
.rolling-text.butn {
	padding: 0 2.1875rem;
}
.social-text .rolling-text {
	height: 1.875rem;
	line-height: 1.875rem;
}
.rolling-text.play .letter,
.rolling-text:hover .letter {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.rolling-text .letter {
	display: inline-block;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
	transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
	-o-transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
	transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
	transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1),
		-webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.letter:first-child {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.letter:nth-child(2) {
	-webkit-transition-delay: 15ms;
	-o-transition-delay: 15ms;
	transition-delay: 15ms;
}
.letter:nth-child(3) {
	-webkit-transition-delay: 0.03s;
	-o-transition-delay: 0.03s;
	transition-delay: 0.03s;
}
.letter:nth-child(4) {
	-webkit-transition-delay: 45ms;
	-o-transition-delay: 45ms;
	transition-delay: 45ms;
}
.letter:nth-child(5) {
	-webkit-transition-delay: 0.06s;
	-o-transition-delay: 0.06s;
	transition-delay: 0.06s;
}
.letter:nth-child(6) {
	-webkit-transition-delay: 75ms;
	-o-transition-delay: 75ms;
	transition-delay: 75ms;
}
.letter:nth-child(7) {
	-webkit-transition-delay: 0.09s;
	-o-transition-delay: 0.09s;
	transition-delay: 0.09s;
}
.letter:nth-child(8) {
	-webkit-transition-delay: 0.105s;
	-o-transition-delay: 0.105s;
	transition-delay: 0.105s;
}
.letter:nth-child(9) {
	-webkit-transition-delay: 0.12s;
	-o-transition-delay: 0.12s;
	transition-delay: 0.12s;
}
.letter:nth-child(10) {
	-webkit-transition-delay: 0.135s;
	-o-transition-delay: 0.135s;
	transition-delay: 0.135s;
}
.letter:nth-child(11) {
	-webkit-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.letter:nth-child(12) {
	-webkit-transition-delay: 0.165s;
	-o-transition-delay: 0.165s;
	transition-delay: 0.165s;
}
.letter:nth-child(13) {
	-webkit-transition-delay: 0.18s;
	-o-transition-delay: 0.18s;
	transition-delay: 0.18s;
}
.letter:nth-child(14) {
	-webkit-transition-delay: 0.195s;
	-o-transition-delay: 0.195s;
	transition-delay: 0.195s;
}
.letter:nth-child(15) {
	-webkit-transition-delay: 0.21s;
	-o-transition-delay: 0.21s;
	transition-delay: 0.21s;
}
.letter:nth-child(16) {
	-webkit-transition-delay: 0.225s;
	-o-transition-delay: 0.225s;
	transition-delay: 0.225s;
}
.letter:nth-child(17) {
	-webkit-transition-delay: 0.24s;
	-o-transition-delay: 0.24s;
	transition-delay: 0.24s;
}
.letter:nth-child(18) {
	-webkit-transition-delay: 0.255s;
	-o-transition-delay: 0.255s;
	transition-delay: 0.255s;
}
.letter:nth-child(19) {
	-webkit-transition-delay: 0.27s;
	-o-transition-delay: 0.27s;
	transition-delay: 0.27s;
}
.letter:nth-child(20) {
	-webkit-transition-delay: 0.285s;
	-o-transition-delay: 0.285s;
	transition-delay: 0.285s;
}
.letter:nth-child(21) {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.progress-wrap {
	border-radius: 3.125rem;
	bottom: 1.875rem;
	cursor: pointer;
	display: block;
	mix-blend-mode: exclusion;
	/* background-color: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(13px); */
	height: 2.75rem;
	opacity: 0;
	position: fixed;
	right: 2rem;
	-webkit-transform: translateY(1.25rem);
	-ms-transform: translateY(1.25rem);
	transform: translateY(1.25rem);
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	visibility: hidden;
	width: 2.75rem;
	z-index: 100;
}
.progress-wrap.active-progress {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}
.progress-wrap:after {
	color: var(--white);
	/* content: "\f077"; */
	cursor: pointer;
	display: block;
	/* font-family: Font Awesome\5 Free; */
	font-size: 0.8125rem;
	font-weight: 900;
	height: 2.75rem;
	left: 0;
	line-height: 2.75rem;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	width: 2.75rem;
	z-index: 1;
}
.progress-wrap svg path {
	fill: none;
}
.progress-wrap svg.progress-circle path {
	stroke: var(--white);
	stroke-width: 4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.d-rotate {
	-webkit-perspective: 62.5rem;
	perspective: 62.5rem;
}
.d-rotate .rotate-text {
	display: block;
	opacity: 0;
	-webkit-transform: translate3d(0, 3.125rem, -3.125rem) rotateX(-45deg)
		scale(0.95);
	transform: translate3d(0, 3.125rem, -3.125rem) rotateX(-45deg) scale(0.95);
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.d-rotate.animated .rotate-text {
	opacity: 1;
	-webkit-transform: translateZ(0) rotateX(0deg) scale(1);
	transform: translateZ(0) rotateX(0deg) scale(1);
}
.d-slideup .sideup-text {
	display: block;
	overflow: hidden;
}
.d-slideup .sideup-text:first-of-type .up-text {
	-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.d-slideup .sideup-text:nth-of-type(2) .up-text {
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.d-slideup .sideup-text:nth-of-type(3) .up-text {
	-webkit-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.d-slideup .sideup-text:nth-of-type(4) .up-text {
	-webkit-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.d-slideup .sideup-text:nth-of-type(5) .up-text {
	-webkit-transition-delay: 1.6s;
	-o-transition-delay: 1.6s;
	transition-delay: 1.6s;
}
.d-slideup .sideup-text .up-text {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.d-slideup.animated .up-text {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.main-marq {
	padding: 0;
	position: relative;
}
.main-marq.lrg .box .item h4 {
	font-size: 6vw;
	font-weight: 700;
}
.main-marq.xlrg .box .item {
	padding: 0 1.875rem;
}
.main-marq.xlrg .box .item h4 {
	font-size: 10vw;
	font-weight: 800;
}
.main-marq.xlg-pading .item {
	padding: 0 3.75rem !important;
}
.main-marq .slide-har {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.main-marq .strok .item h4,
.main-marq .strok .item h4 a {
	color: transparent !important;
	-webkit-text-stroke: 0.03125rem var(--white);
}
.main-marq .non-strok .item h4,
.main-marq .non-strok .item h4 a {
	color: var(--white) !important;
	-webkit-text-stroke: 0 !important;
}
.main-marq .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.main-marq .box .item {
	padding: 0 1.875rem;
}
.main-marq .box .item h4 {
	line-height: 1;
	margin: 0;
	white-space: nowrap;
}
.main-marq .box .item h4 .icon {
	font-size: 5.625rem;
	margin-bottom: -3.125rem;
}
.main-marq .box .item h2 {
	line-height: 1;
	margin: 0;
	white-space: nowrap;
}
.main-marq .box .item:nth-of-type(2n) h4,
.main-marq .box .item:nth-of-type(2n) h4 a {
	color: transparent;
	-webkit-text-stroke: 0.03125rem var(--white);
}
.main-marq .box:last-of-type .item:nth-of-type(2n) h4,
.main-marq .box:last-of-type .item:nth-of-type(2n) h4 a {
	color: var(--white);
	-webkit-text-stroke: 0;
}
.main-marq .box:last-of-type .item:nth-of-type(odd) h4,
.main-marq .box:last-of-type .item:nth-of-type(odd) h4 a {
	color: transparent;
	-webkit-text-stroke: 0.0625rem var(--white);
}
.dark-text,
.dark-text .box .item h4,
.dark-text .box:last-of-type .item:nth-of-type(2n) h4 {
	color: var(--black) !important;
}
.dark-text .box .item:nth-of-type(2n) h4,
.dark-text .box:last-of-type .item:nth-of-type(odd) h4,
.dark-text .strok .box .item h4 {
	-webkit-text-stroke: 0.0625rem var(--black);
}
.light-text,
.light-text .box .item h4,
.light-text .box:last-of-type .item:nth-of-type(2n) h4 {
	color: var(--white);
}
.light-text .box .item:nth-of-type(2n) h4,
.light-text .box:last-of-type .item:nth-of-type(odd) h4 {
	-webkit-text-stroke: 0.0625rem var(--white);
}
.slide-har {
	position: relative;
}
.slide-har.st1 .box {
	-webkit-animation: slide-har 150s linear infinite;
	animation: slide-har 150s linear infinite;
	position: relative;
}
.slide-har.st2 .box {
	-webkit-animation: slide-har-revers 80s linear infinite;
	animation: slide-har-revers 80s linear infinite;
	position: relative;
}
@-webkit-keyframes slide-har {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
@keyframes slide-har {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
@-webkit-keyframes slide-har-revers {
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
@keyframes slide-har-revers {
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
.main-marqv {
	padding: 0;
	position: relative;
}
.main-marqv:after {
	background: -webkit-linear-gradient(
		bottom,
		#141414,
		hsla(0, 0%, 100%, 0) 5rem,
		hsla(0, 0%, 100%, 0) calc(100% - 5rem),
		#141414
	);
	background: -o-linear-gradient(
		bottom,
		#141414,
		hsla(0, 0%, 100%, 0) 5rem,
		hsla(0, 0%, 100%, 0) calc(100% - 5rem),
		#141414
	);
	background: linear-gradient(
		0deg,
		#141414,
		hsla(0, 0%, 100%, 0) 5rem,
		hsla(0, 0%, 100%, 0) calc(100% - 5rem),
		#141414
	);
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}
.main-marqv .slide-vertical {
	height: 37.5rem;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.main-marqv .slide-vertical:hover .box {
	-webkit-animation-play-state: paused !important;
	animation-play-state: paused !important;
}
.main-marqv .slide-vertical .box {
	-webkit-animation: slide-vertical 50s linear infinite;
	animation: slide-vertical 50s linear infinite;
	position: relative;
}
@-webkit-keyframes slide-vertical {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	to {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}
@keyframes slide-vertical {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	to {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}
.imago {
	-webkit-clip-path: inset(6% 18% 0 18%);
	clip-path: inset(6% 18% 0 18%);
	position: relative;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.imago.animated {
	-webkit-clip-path: inset(0 0);
	clip-path: inset(0 0);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.cursor-pointer {
	cursor: pointer;
}
.nowrap {
	white-space: nowrap;
}
.stroke {
	color: transparent;
	-webkit-text-stroke: 0.0625rem var(--white);
}
.dark-text .stroke,
.text-dark .stroke {
	color: transparent;
	-webkit-text-stroke: 0.0625rem var(--black);
}
.dark-text .bord-thin-bottom,
.dark-text .bord-thin-top,
.text-dark .bord-thin-bottom,
.text-dark .bord-thin-top {
	border-color: rgba(0, 0, 0, 0.2);
}
.o-hidden {
	overflow: hidden;
}
.position-re {
	position: relative;
}
.position-abs {
	position: absolute;
}
.revers-x {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.revers-y {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.full-over {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.ontop {
	position: relative;
	z-index: 7;
}
.rest {
	margin: 0 !important;
	padding: 0 !important;
}
.hide {
	display: none;
}
img.out-box {
	width: 140%;
}
img.left {
	margin-left: -40%;
}
.no-bord {
	border: 0 !important;
}
.bord-thin-top {
	border-top: 0.0625rem solid hsla(0, 0%, 100%, 0.2);
}
.bord-thin-top.bord-dark {
	border-color: rgba(0, 0, 0, 0.1);
}
.bord-thin-bottom {
	border-bottom: 0.0625rem solid hsla(0, 0%, 100%, 0.2);
}
.bord-thin-bottom.bord-dark {
	border-color: rgba(0, 0, 0, 0.1);
}
.radius-5 {
	border-radius: 0.3125rem;
}
.radius-10 {
	border-radius: 0.625rem;
}
.radius-15 {
	border-radius: 1rem;
}

.radius-15 img{
	border-radius: 1rem;
}
.radius-20 {
	border-radius: 1.25rem;
}
.radius-25 {
	border-radius: 1.5625rem;
}
.radius-30 {
	border-radius: 1.875rem;
}
.radius-50 {
	border-radius: 3.125rem;
}
.full-width {
	width: 100% !important;
}
.bg-img {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.bg-fixed {
	background-attachment: fixed;
}
.bg-repeat {
	background-repeat: repeat;
	background-size: auto;
}
.no-cover {
	background-size: contain !important;
}
.section-padding {
	padding: 5rem 0;
}
.section-ptb {
	padding: 5rem 0;
}
.cmd-padding {
	padding: 0 0.625rem;
}
.csm-padding {
	padding: 0 0.3125rem;
}
.head-pt {
	padding: 5rem 0 0;
}
.head-pb {
	padding: 0 0 5rem;
}
.no-shad {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.rounded {
	border-radius: 0.3125rem;
}
.circle {
	border-radius: 50%;
}
.circle-img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}
.circle-30 {
	height: 1.875rem;
	width: 1.875rem;
}
.circle-30,
.circle-40 {
	border-radius: 50%;
	overflow: hidden;
}
.circle-40 {
	height: 2.5rem;
	width: 2.5rem;
}
.circle-50 {
	height: 3.125rem;
	width: 3.125rem;
}
.circle-50,
.circle-60 {
	border-radius: 50%;
	overflow: hidden;
}
.circle-60 {
	height: 3.75rem;
	width: 3.75rem;
}
.circle-70 {
	height: 4.375rem;
	width: 4.375rem;
}
.circle-70,
.circle-80 {
	border-radius: 50%;
	overflow: hidden;
}
.circle-80 {
	height: 5rem;
	width: 5rem;
}
.circle-90 {
	height: 5.625rem;
	width: 5.625rem;
}
.circle-100,
.circle-90 {
	border-radius: 50%;
	overflow: hidden;
}
.circle-100 {
	height: 6.25rem;
	width: 6.25rem;
}
.circle-120 {
	border-radius: 50%;
	height: 7.5rem;
	overflow: hidden;
	width: 7.5rem;
}
.height-100 {
	height: 100%;
}
.unlist {
	list-style: none;
}
.underline a {
	text-decoration: underline !important;
}
.underline span {
	text-decoration: underline;
}
.undecro:hover {
	text-decoration: none;
}
.inline {
	display: inline-block;
}
.valign {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex,
.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.horizontal-link li {
	display: inline-block;
}
.rest {
	margin: 0;
	padding: 0;
}
.social.circle-bord a {
	border: 0.0625rem solid var(--white);
	border-radius: 50%;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	width: 2.5rem;
}
.primery-shadow {
	-webkit-box-shadow: 0 0.5rem 1.875rem -0.25rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.5rem 1.875rem -0.25rem rgba(0, 0, 0, 0.1);
}
.icon-img-20 {
	width: 1.25rem;
}
.icon-img-30 {
	width: 1.875rem;
}
.icon-img-40 {
	width: 2.5rem;
}
.icon-img-50 {
	width: 3.125rem;
}
.icon-img-60 {
	width: 3.75rem;
}
.icon-img-70 {
	width: 4.375rem;
}
.icon-img-80 {
	width: 5rem;
}
.icon-img-90 {
	width: 5.625rem;
}
.icon-img-100 {
	width: 6.25rem;
}
.icon-img-120 {
	width: 7.5rem;
}
.zindex-1 {
	z-index: 1;
}
.zindex-2 {
	z-index: 2;
}
.zindex-3 {
	z-index: 3;
}
.zindex-4 {
	z-index: 4;
}
.zindex-5 {
	z-index: 5;
}
.zindex-10 {
	z-index: 10;
}
.zindex-99 {
	z-index: 99;
}
.opacity-05 {
	opacity: 0.05 !important;
}
.opacity-0 {
	opacity: 0 !important;
}
.opacity-1 {
	opacity: 0.1 !important;
}
.opacity-2 {
	opacity: 0.2 !important;
}
.opacity-3 {
	opacity: 0.3 !important;
}
.opacity-4 {
	opacity: 0.4 !important;
}
.opacity-5 {
	opacity: 0.5 !important;
}
.opacity-6 {
	opacity: 0.6 !important;
}
.opacity-7 {
	opacity: 0.7 !important;
}
.opacity-8 {
	opacity: 0.8 !important;
}
.opacity-9 {
	opacity: 0.9 !important;
}
.text-white {
	color: var(--white);
}
.text-black {
	color: var(--black);
}
.text-dark,
.text-extra-light-gray {
	color: var(--grey);
}
.text-hover-inherit:hover {
	color: inherit !important;
}
.text-hover-light:hover {
	color: var(--white) !important;
}
.fw-100 {
	font-weight: 100 !important;
}
.fw-200 {
	font-weight: 200 !important;
}
.fw-300 {
	font-weight: 300 !important;
}
.fw-400 {
	font-weight: 400 !important;
}
.fw-500 {
	font-weight: 500 !important;
}
.fw-600 {
	font-weight: 600 !important;
}
.fw-700 {
	font-weight: 700 !important;
}
.fw-800 {
	font-weight: 800 !important;
}
.fw-900 {
	font-weight: 900 !important;
}
.fz-10 {
	font-size: 0.625rem !important;
}
.fz-12 {
	font-size: 0.75rem !important;
}
.fz-13 {
	font-size: 0.8125rem !important;
}
.fz-14 {
	font-size: 0.875rem !important;
}
.fz-15 {
	font-size: 0.9375rem !important;
}
.fz-16 {
	font-size: 1rem !important;
}
.fz-18 {
	font-size: 1.125rem !important;
}
.fz-20 {
	font-size: 1.25rem !important;
}
.fz-22 {
	font-size: 1.375rem !important;
}
.fz-24 {
	font-size: 1.5rem !important;
}
.fz-25 {
	font-size: 1.5625rem !important;
}
.fz-26 {
	font-size: 1.625rem !important;
}
.fz-28 {
	font-size: 1.75rem !important;
}
.fz-30 {
	font-size: 1.7rem !important;
}
.fz-35 {
	font-size: 2.1875rem !important;
}
.fz-40 {
	font-size: 2.5rem !important;
}
.fz-42 {
	font-size: 2.625rem !important;
}
.fz-44 {
	font-size: 2.75rem !important;
}
.fz-45 {
	font-size: 2.8125rem !important;
}
.fz-46 {
	font-size: 2.875rem !important;
}
.fz-48 {
	font-size: 3rem !important;
}
.fz-50 {
	font-size: 3.125rem !important;
}
.fz-55 {
	font-size: 3.4375rem !important;
}
.fz-60 {
	font-size: 3.75rem !important;
}
.fz-65 {
	font-size: 4.0625rem !important;
}
.fz-70 {
	font-size: 4.375rem !important;
}
.fz-80 {
	font-size: 5rem !important;
}
.line-height-1 {
	line-height: 1;
}
.line-height-10 {
	line-height: 0.625rem;
}
.line-height-13 {
	line-height: 0.8125rem;
}
.line-height-18 {
	line-height: 1.125rem;
}
.line-height-20 {
	line-height: 1.25rem;
}
.line-height-22 {
	line-height: 1.375rem;
}
.line-height-24 {
	line-height: 1.5rem;
}
.line-height-26 {
	line-height: 1.625rem;
}
.line-height-28 {
	line-height: 1.75rem;
}
.line-height-30 {
	line-height: 1.875rem;
}
.line-height-35 {
	line-height: 2.1875rem;
}
.line-height-40 {
	line-height: 2.5rem;
}
.line-height-45 {
	line-height: 2.8125rem;
}
.line-height-50 {
	line-height: 3.125rem;
}
.line-height-55 {
	line-height: 3.4375rem;
}
.line-height-60 {
	line-height: 3.75rem;
}
.line-height-65 {
	line-height: 4.0625rem;
}
.line-height-70 {
	line-height: 4.375rem;
}
.line-height-75 {
	line-height: 4.6875rem;
}
.line-height-80 {
	line-height: 5rem;
}
.line-height-85 {
	line-height: 5.3125rem;
}
.line-height-90 {
	line-height: 5.625rem;
}
.line-height-95 {
	line-height: 5.9375rem;
}
.line-height-100 {
	line-height: 6.25rem;
}
.line-height-110 {
	line-height: 6.875rem;
}
.line-height-120 {
	line-height: 7.5rem;
}
.text-u {
	text-transform: uppercase !important;
}
.text-l {
	text-transform: lowercase !important;
}
.text-c {
	text-transform: capitalize !important;
}
.text-non {
	text-transform: none !important;
}
.text-i {
	font-style: italic;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.ls0 {
	letter-spacing: 0 !important;
}
.ls1 {
	letter-spacing: 0.0625rem !important;
}
.ls2 {
	letter-spacing: 0.125rem !important;
}
.ls3 {
	letter-spacing: 0.1875rem !important;
}
.ls4 {
	letter-spacing: 0.25rem !important;
}
.ls5 {
	letter-spacing: 0.3125rem !important;
}
.ls6 {
	letter-spacing: 0.375rem !important;
}
.ls7 {
	letter-spacing: 0.4375rem !important;
}
.ls8 {
	letter-spacing: 0.5rem !important;
}
.ls9 {
	letter-spacing: 0.5625rem !important;
}
.ls10 {
	letter-spacing: 0.625rem !important;
}
.ls15 {
	letter-spacing: 0.9375rem !important;
}
.ls20 {
	letter-spacing: 1.25rem !important;
}
.ls25 {
	letter-spacing: 1.5625rem !important;
}
.ls30 {
	letter-spacing: 1.875rem !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mt-5 {
	margin-top: 0.3125rem !important;
}
.mt-10 {
	margin-top: 0.625rem !important;
}
.mt-15 {
	margin-top: 0.9375rem !important;
}
.mt-20 {
	margin-top: 1.25rem !important;
}
.mt-25 {
	margin-top: 1.5625rem !important;
}
.mt-30 {
	margin-top: 1.875rem !important;
}
.mt-35 {
	margin-top: 2.1875rem !important;
}
.mt-40 {
	margin-top: 2.5rem !important;
}
.mt-45 {
	margin-top: 2.8125rem !important;
}
.mt-50 {
	margin-top: 3.125rem !important;
}
.mt-55 {
	margin-top: 3.4375rem !important;
}
.mt-60 {
	margin-top: 3.75rem !important;
}
.mt-62 {
	margin-top: 3.875rem !important;
}
.mt-65 {
	margin-top: 4.0625rem !important;
}
.mt-70 {
	margin-top: 4.375rem !important;
}
.mt-75 {
	margin-top: 4.6875rem !important;
}
.mt-80 {
	margin-top: 5rem !important;
}
.mt-85 {
	margin-top: 5.3125rem !important;
}
.mt-90 {
	margin-top: 5.625rem !important;
}
.mt-95 {
	margin-top: 5.9375rem !important;
}
.mt-100 {
	margin-top: 6.25rem !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-5 {
	margin-bottom: 0.3125rem !important;
}
.mb-10 {
	margin-bottom: 0.625rem !important;
}
.mb-15 {
	margin-bottom: 0.9375rem !important;
}
.mb-20 {
	margin-bottom: 1.25rem !important;
}
.mb-25 {
	margin-bottom: 1.5625rem !important;
}
.mb-30 {
	margin-bottom: 1.875rem !important;
}
.mb-35 {
	margin-bottom: 2.1875rem !important;
}
.mb-40 {
	margin-bottom: 2.5rem !important;
}
.mb-45 {
	margin-bottom: 2.8125rem !important;
}
.mb-50 {
	margin-bottom: 3.125rem !important;
}
.mb-55 {
	margin-bottom: 3.4375rem !important;
}
.mb-60 {
	margin-bottom: 3.75rem !important;
}
.mb-62 {
	margin-bottom: 3.875rem !important;
}
.mb-65 {
	margin-bottom: 4.0625rem !important;
}
.mb-70 {
	margin-bottom: 4.375rem !important;
}
.mb-75 {
	margin-bottom: 4.6875rem !important;
}
.mb-80 {
	margin-bottom: 5rem !important;
}
.mb-85 {
	margin-bottom: 5.3125rem !important;
}
.mb-90 {
	margin-bottom: 5.625rem !important;
}
.mb-95 {
	margin-bottom: 5.9375rem !important;
}
.mb-100 {
	margin-bottom: 6.25rem !important;
}
.mr-0 {
	margin-right: 0 !important;
}
.mr-5 {
	margin-right: 0.3125rem !important;
}
.mr-10 {
	margin-right: 0.625rem !important;
}
.mr-15 {
	margin-right: 0.9375rem !important;
}
.mr-20 {
	margin-right: 1.25rem !important;
}
.mr-25 {
	margin-right: 1.5625rem !important;
}
.mr-30 {
	margin-right: 1.875rem !important;
}
.mr-35 {
	margin-right: 2.1875rem !important;
}
.mr-40 {
	margin-right: 2.5rem !important;
}
.mr-45 {
	margin-right: 2.8125rem !important;
}
.mr-50 {
	margin-right: 3.125rem !important;
}
.mr-55 {
	margin-right: 3.4375rem !important;
}
.mr-60 {
	margin-right: 3.75rem !important;
}
.mr-62 {
	margin-right: 3.875rem !important;
}
.mr-65 {
	margin-right: 4.0625rem !important;
}
.mr-70 {
	margin-right: 4.375rem !important;
}
.mr-75 {
	margin-right: 4.6875rem !important;
}
.mr-80 {
	margin-right: 5rem !important;
}
.mr-85 {
	margin-right: 5.3125rem !important;
}
.mr-90 {
	margin-right: 5.625rem !important;
}
.mr-95 {
	margin-right: 5.9375rem !important;
}
.mr-100 {
	margin-right: 6.25rem !important;
}
.m-auto {
	margin: auto;
}
.ml-auto {
	margin-left: auto;
}
.ml-0 {
	margin-left: 0 !important;
}
.ml-5 {
	margin-left: 0.3125rem !important;
}
.ml-10 {
	margin-left: 0.625rem !important;
}
.ml-15 {
	margin-left: 0.9375rem !important;
}
.ml-20 {
	margin-left: 1.25rem !important;
}
.ml-25 {
	margin-left: 1.5625rem !important;
}
.ml-30 {
	margin-left: 1.875rem !important;
}
.ml-35 {
	margin-left: 2.1875rem !important;
}
.ml-40 {
	margin-left: 2.5rem !important;
}
.ml-45 {
	margin-left: 2.8125rem !important;
}
.ml-50 {
	margin-left: 3.125rem !important;
}
.ml-55 {
	margin-left: 3.4375rem !important;
}
.ml-60 {
	margin-left: 3.75rem !important;
}
.ml-62 {
	margin-left: 3.875rem !important;
}
.ml-65 {
	margin-left: 4.0625rem !important;
}
.ml-70 {
	margin-left: 4.375rem !important;
}
.ml-75 {
	margin-left: 4.6875rem !important;
}
.ml-80 {
	margin-left: 5rem !important;
}
.ml-85 {
	margin-left: 5.3125rem !important;
}
.ml-90 {
	margin-left: 5.625rem !important;
}
.ml-95 {
	margin-left: 5.9375rem !important;
}
.ml-100 {
	margin-left: 6.25rem !important;
}
.m-auto {
	margin-left: auto;
	margin-right: auto;
}
.min-30 {
	margin-left: -1.875rem;
	margin-right: -1.875rem;
}
.margin-rl-5 {
	margin-left: 0.3125rem;
	margin-right: 0.3125rem;
}
.margin-rl-10 {
	margin-left: 0.625rem;
	margin-right: 0.625rem;
}
.margin-rl-15 {
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
}
.margin-rl-20 {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}
.margin-rl-25 {
	margin-left: 1.5625rem;
	margin-right: 1.5625rem;
}
.margin-rl-30 {
	margin-left: 1.875rem;
	margin-right: 1.875rem;
}
.margin-rl-35 {
	margin-left: 2.1875rem;
	margin-right: 2.1875rem;
}
.margin-rl-40 {
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}
.margin-rl-45 {
	margin-left: 2.8125rem;
	margin-right: 2.8125rem;
}
.margin-rl-50 {
	margin-left: 3.125rem;
	margin-right: 3.125rem;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-5 {
	padding-top: 0.3125rem !important;
}
.pt-10 {
	padding-top: 0.625rem !important;
}
.pt-15 {
	padding-top: 0.9375rem !important;
}
.pt-20 {
	padding-top: 1.25rem !important;
}
.pt-25 {
	padding-top: 1.5625rem !important;
}
.pt-30 {
	padding-top: 1.875rem !important;
}
.pt-35 {
	padding-top: 2.1875rem !important;
}
.pt-40 {
	padding-top: 2.5rem !important;
}
.pt-45 {
	padding-top: 2.8125rem !important;
}
.pt-50 {
	padding-top: 3.125rem !important;
}
.pt-55 {
	padding-top: 3.4375rem !important;
}
.pt-60 {
	padding-top: 3.75rem !important;
}
.pt-65 {
	padding-top: 4.0625rem !important;
}
.pt-70 {
	padding-top: 4.375rem !important;
}
.pt-75 {
	padding-top: 4.6875rem !important;
}
.pt-80 {
	padding-top: 5rem !important;
}
.pt-85 {
	padding-top: 5.3125rem !important;
}
.pt-90 {
	padding-top: 5.625rem !important;
}
.pt-95 {
	padding-top: 5.9375rem !important;
}
.pt-100 {
	padding-top: 6.25rem !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pb-5 {
	padding-bottom: 0.3125rem !important;
}
.pb-10 {
	padding-bottom: 0.625rem !important;
}
.pb-15 {
	padding-bottom: 0.9375rem !important;
}
.pb-20 {
	padding-bottom: 1.25rem !important;
}
.pb-25 {
	padding-bottom: 1.5625rem !important;
}
.pb-30 {
	padding-bottom: 1.875rem !important;
}
.pb-35 {
	padding-bottom: 2.1875rem !important;
}
.pb-40 {
	padding-bottom: 2.5rem !important;
}
.pb-45 {
	padding-bottom: 2.8125rem !important;
}
.pb-50 {
	padding-bottom: 3.125rem !important;
}
.pb-55 {
	padding-bottom: 3.4375rem !important;
}
.pb-60 {
	padding-bottom: 3.75rem !important;
}
.pb-65 {
	padding-bottom: 4.0625rem !important;
}
.pb-70 {
	padding-bottom: 4.375rem !important;
}
.pb-75 {
	padding-bottom: 4.6875rem !important;
}
.pb-80 {
	padding-bottom: 5rem !important;
}
.pb-85 {
	padding-bottom: 5.3125rem !important;
}
.pb-90 {
	padding-bottom: 5.625rem !important;
}
.pb-95 {
	padding-bottom: 5.9375rem !important;
}
.pb-100 {
	padding-bottom: 6.25rem !important;
}
.no-padding {
	padding: 0 !important;
}
.pr-30 {
	padding-right: 1.875rem;
}
.pr-50 {
	padding-right: 3.125rem;
}
.pl-30 {
	padding-left: 1.875rem;
}
.pl-50 {
	padding-left: 3.125rem;
}
.padding-rl-5 {
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
}
.padding-rl-10 {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}
.padding-rl-15 {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}
.padding-rl-20 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.padding-rl-25 {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}
.padding-rl-30 {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}
.padding-rl-35 {
	padding-left: 2.1875rem;
	padding-right: 2.1875rem;
}
.padding-rl-40 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.padding-rl-45 {
	padding-left: 2.8125rem;
	padding-right: 2.8125rem;
}
.padding-rl-50 {
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}
body.loaded {
	height: 100% !important;
	overflow: hidden !important;
}
.loader-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	background: transparent;
	justify-content: center;
	z-index: 99999999999999;
}
.loader-wrap svg {
	height: 110vh;
	position: absolute;
	top: 0;
	width: 100vw;
	fill: var(--black);
}
.loader-wrap .loader-wrap-heading .load-text {
	font-size: 1.875rem;
	font-weight: 400;
	letter-spacing: 0.625rem;
	text-transform: uppercase;
	z-index: 20;
}
.load-text span {
	-webkit-animation: loading 1s infinite alternate;
	animation: loading 1s infinite alternate;
}
.load-text span:first-child {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.load-text span:nth-child(2) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.load-text span:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.load-text span:nth-child(4) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.load-text span:nth-child(5) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.load-text span:nth-child(6) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.load-text span:nth-child(7) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
@-webkit-keyframes loading {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes loading {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
[data-overlay-dark],
[data-overlay-light] {
	position: relative;
}
[data-overlay-dark] .container,
[data-overlay-dark] .container-xxl,
[data-overlay-light] .container,
[data-overlay-light] .container-xxl {
	position: relative;
	z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-light]:before {
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
[data-overlay-dark]:before {
	background: var(--black);
}
[data-overlay-light]:before {
	background: var(--white);
}
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
[data-overlay-dark],
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
	color: var(--white);
}
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
	opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
	opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
	opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
	opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
	opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
	opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
	opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
	opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
	opacity: 0.8;
}
[data-overlay-color="9"]:before,
[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
	opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
	opacity: 1;
}
.navbar {
	background: transparent;
	border-bottom: 0.125rem solid transparent;
	display: flex;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}
.navbar.nav-crev {
	background: hsla(0, 0%, 100%, 0.05);
	border: 0.0625rem solid hsla(0, 0%, 100%, 0.2);
	border-radius: 2.5rem;
	left: 2.5rem;
	min-height: auto;
	top: 1.875rem;
	-webkit-transform: translate(0) !important;
	-ms-transform: translate(0) !important;
	transform: translate(0) !important;
	width: calc(100% - 5rem);
}
.navbar.nav-crev.nav-scroll {
	background: var(--black);
	border-color: hsla(0, 0%, 100%, 0.05);
	border-radius: 0;
	left: 0;
	padding: 0;
	position: fixed;
	top: -5rem;
	-webkit-transform: translateY(5rem) !important;
	-ms-transform: translateY(5rem) !important;
	transform: translateY(5rem) !important;
	width: 100%;
}
.navbar.static {
	position: relative;
}
.navbar.main-bg,
.navbar.sub-bg {
	background: var(--black);
}
.navbar.bord,
.navbar.main-bg,
.navbar.nav-scroll,
.navbar.sub-bg {
	border-color: hsla(0, 0%, 100%, 0.05);
}
.navbar.nav-scroll {
	background: var(--black);
	padding: 0;
	position: fixed;
	top: -5rem;
	-webkit-transform: translateY(5rem);
	-ms-transform: translateY(5rem);
	transform: translateY(5rem);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}
.navbar .icon-bar {
	color: var(--white);
}
.navbar .navbar-nav .nav-link {
	color: var(--white);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.0625rem;
	margin: 0 0.9375rem;
	padding: 1.25rem 0.625rem 0.9375rem;
	text-transform: uppercase;
}
.navbar .navbar-nav .nav-link .rolling-text {
	height: 1.875rem;
	line-height: 1.875rem;
}
.navbar .navbar-nav .dropdown-menu {
	border: 0;
	padding: 1.25rem 0.625rem;
}
.navbar .dropdown-menu {
	background: var(--black);
	border-radius: 0;
	color: var(--white);
	display: block;
	min-width: 15.9375rem;
	opacity: 0;
	-webkit-transform: translateY(1.25rem);
	-ms-transform: translateY(1.25rem);
	transform: translateY(1.25rem);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	visibility: hidden;
}
.navbar .dropdown-menu.show {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}
.navbar .dropdown-menu .dropdown-item {
	color: var(--white);
	font-size: 0.8125rem;
	padding: 0.625rem 1.5625rem;
	position: relative;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.navbar .dropdown-menu .dropdown-item:after {
	background: var(--white);
	content: "";
	height: 0.0625rem;
	left: 0.625rem;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	width: 0;
}
.navbar .dropdown-menu .dropdown-item:hover {
	background: transparent;
	padding-left: 1.875rem;
}
.navbar .dropdown-menu .dropdown-item:hover:after {
	width: 0.625rem;
}
.navbar .no-relative {
	position: static;
}
.navbar .mega-menu {
	left: calc(50% - 18.75rem);
	overflow: hidden;
	padding: 1.875rem 0 !important;
	position: absolute;
	width: 37.5rem;
}
.navbar .mega-menu .row {
	position: relative;
}
.navbar .mega-menu .row:after {
	border-bottom: 0.0625rem solid hsla(0, 0%, 100%, 0.05);
	content: "";
	left: 0;
	position: absolute;
	top: 2.5rem;
	width: 100%;
}
.navbar .mega-menu .row > div {
	position: relative;
}
.navbar .mega-menu .row > div:after {
	border-right: 0.0625rem solid hsla(0, 0%, 100%, 0.05);
	content: "";
	height: 200%;
	left: 0;
	position: absolute;
	top: -50%;
}
.navbar .mega-menu .row > div:first-of-type:after {
	display: none;
}
.navbar .mega-menu .clumn {
	padding-left: 0.9375rem;
}
.navbar .mega-menu .title {
	margin-bottom: 1.875rem;
}
.navbar .mega-menu .title .sub-title {
	font-weight: 500;
}
.navbar .mega-menu .dropdown-item {
	padding: 0.625rem 0;
}
.navbar .mega-menu .dropdown-item:after {
	left: 0;
}
.navbar .mega-menu .dropdown-item:hover {
	padding-left: 1.25rem;
}
.navbar .search-form {
	position: relative;
}
.navbar .search-form.open .form-group {
	bottom: -0.0625rem;
	opacity: 1;
	visibility: visible;
}
.navbar .search-form.open .search-icon .open-search {
	opacity: 0;
	-webkit-transform: translateY(-0.625rem);
	-ms-transform: translateY(-0.625rem);
	transform: translateY(-0.625rem);
	visibility: hidden;
}
.navbar .search-form .form-group {
	-webkit-backdrop-filter: blur(0.25rem);
	backdrop-filter: blur(0.25rem);
	background: hsla(0, 0%, 100%, 0.15);
	bottom: -2.1875rem;
	opacity: 0;
	padding: 0.9375rem;
	position: absolute;
	right: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	visibility: hidden;
}
.navbar .search-form .form-group input {
	background: var(--white);
	border: 0;
	border-radius: 0.3125rem;
	padding: 0.625rem 3.4375rem 0.625rem 0.9375rem;
}
.navbar .search-form .form-group button {
	background: var(--grey);
	border: 0;
	border-radius: 0.3125rem;
	padding: 0.625rem 0.9375rem;
	position: absolute;
	right: 0.9375rem;
	top: 0.9375rem;
}
.navbar .search-form .search-icon {
	cursor: pointer;
	padding: 1.5625rem 1.875rem;
	position: relative;
}
.navbar .search-form .search-icon:after {
	border-left: 0.0625rem solid hsla(0, 0%, 100%, 0.2);
	border-right: 0.0625rem solid hsla(0, 0%, 100%, 0.2);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.navbar .search-form .search-icon .close-search {
	background: hsla(0, 0%, 100%, 0.15);
	bottom: 0;
	content: "";
	display: none;
	font-size: 1.25rem;
	left: 0;
	padding: 1.5625rem 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}
.navbar .search-form .search-icon .open-search {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.navbar .dropdown-toggle:after {
	margin-left: 0.3125rem;
	vertical-align: 0.75rem;
}
.topnav {
	color: var(--white);
	display: flex;
	left: 0;
	/* padding: 1.5625rem 0; */
	position: relative;
	transition: all 0.7s;
}
.topnav.blur.nav-scroll {
	-webkit-backdrop-filter: blur(0.9375rem);
	backdrop-filter: blur(0.9375rem);
}
.topnav .container,
.topnav .container-fluid {
	margin-top: 2rem;
	align-items: center;
	/* backdrop-filter: blur(13px); */
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex-start;
	flex-direction: row;
	justify-content: center;
	/* padding: 1.4rem; */
}
.topnav .container {
	width: fit-content;
	margin-left: 0.5rem;
}
.topnav .menu-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}
.topnav .menu-icon.open .text .word {
	opacity: 0;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.topnav .menu-icon.open .text:after {
	opacity: 1;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.topnav .menu-icon.open .icon {
	width: 1.25rem;
}
.topnav .menu-icon.open .icon i {
	left: 0;
	margin: 0;
	position: absolute;
	top: calc(50% - 0.125rem);
}
.topnav .menu-icon.open .icon i:first-of-type {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.topnav .menu-icon.open .icon i:last-of-type {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.topnav .menu-icon .text {
	font-size: 0.8125rem;
	font-weight: 500;
	padding-right: 0.9375rem;
	position: relative;
}
.topnav .menu-icon .text:after {
	bottom: 0;
	content: "close";
	left: 0;
	opacity: 0;
	padding-right: 0.9375rem;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.topnav .menu-icon .text .word {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.topnav .menu-icon .icon {
	position: relative;
}
.topnav .menu-icon .icon i {
	background: var(--white);
	display: block;
	height: 0.1875rem;
	margin: 0.3125rem 0;
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	-o-transition: transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
	width: 1.125rem;
}
.topnav.dark .menu-icon {
	color: var(--black);
}
.topnav.dark .menu-icon .icon i {
	background: var(--black);
}
.topnav.dark.navlit .menu-icon {
	color: var(--white);
}
.topnav.dark.navlit .menu-icon .icon i {
	background: var(--white);
}
.hamenu {
	background: var(--black);
	height: 100vh;
	left: 0;
	overflow: hidden;
	padding: 7.5rem 1.875rem 1.875rem;
	/* position: fixed; */
	top: -100%;
	-webkit-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
	-o-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
	transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
	width: 100%;
	z-index: 9999;
}
.hamenu.open .menu-links .main-menu > li .link {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}
.hamenu.open .cont-info:after {
	height: 200vh;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}
.hamenu.open .cont-info .bottom,
.hamenu.open .cont-info .item {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}
.hamenu.open .menu-text:after {
	height: 200vh;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}
.hamenu .menu-links {
	color: var(--white);
	padding-right: 1.875rem;
}
.hamenu .menu-links .o-hidden {
	display: inline-block;
}
.hamenu .menu-links .main-menu {
	position: relative;
	z-index: 2;
}
.hamenu .menu-links .main-menu.gosub > li {
	opacity: 0;
	visibility: hidden;
}
.hamenu .menu-links .main-menu.gosub > li,
.hamenu .menu-links .main-menu.gosub > li .link {
	-webkit-transition-delay: 0.2s !important;
	-o-transition-delay: 0.2s !important;
	transition-delay: 0.2s !important;
}
.hamenu .menu-links .main-menu.gosub > li .link {
	opacity: 0 !important;
	-webkit-transform: translateY(2.8125rem) !important;
	-ms-transform: translateY(2.8125rem) !important;
	transform: translateY(2.8125rem) !important;
	visibility: hidden !important;
}
.hamenu .menu-links .main-menu.gosub .sub-menu.sub-open {
	opacity: 1 !important;
	visibility: visible !important;
	z-index: 3 !important;
}
.hamenu .menu-links .main-menu > li {
	font-size: 3.75rem;
	font-weight: 700;
	line-height: 1;
	opacity: 1;
	padding: 0.625rem;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	visibility: visible;
}
.hamenu .menu-links .main-menu > li span.nm {
	font-size: 0.8125rem;
	margin-right: 0.625rem;
	opacity: 0.8;
}
.hamenu .menu-links .main-menu > li .link {
	cursor: pointer;
	-webkit-transform: translateY(4.0625rem);
	-ms-transform: translateY(4.0625rem);
	transform: translateY(4.0625rem);
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
.hamenu .menu-links .main-menu .sub-menu {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	visibility: hidden;
	z-index: -1;
}
.hamenu .menu-links .main-menu .sub-menu.sub-open {
	z-index: 3;
}
.hamenu .menu-links .main-menu .sub-menu.sub-open li .sub-link {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}
.hamenu .menu-links .main-menu .sub-menu li {
	font-size: 1.75rem;
	font-weight: 600;
	padding: 0.3125rem 0.9375rem;
	text-transform: capitalize;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link {
	padding: 0.625rem 0;
	-webkit-transform: translateY(4.0625rem);
	-ms-transform: translateY(4.0625rem);
	transform: translateY(4.0625rem);
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	white-space: nowrap;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link:hover {
	text-decoration: underline;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link.back {
	color: hsla(0, 0%, 100%, 0.5);
	cursor: pointer;
	font-size: 1.25rem;
	font-weight: 500;
	text-transform: uppercase;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link.back i {
	margin-right: 0.3125rem;
}
.hamenu .cont-info {
	padding-left: 1.875rem;
	position: relative;
}
.hamenu .cont-info:after {
	background: hsla(0, 0%, 100%, 0.1);
	content: "";
	height: 0;
	left: -1.875rem;
	position: absolute;
	top: -75vh;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	width: 0.0625rem;
}
.hamenu .cont-info .item {
	margin-bottom: 3.125rem;
	-webkit-transform: translateY(-1.875rem);
	-ms-transform: translateY(-1.875rem);
	transform: translateY(-1.875rem);
}
.hamenu .cont-info .bottom,
.hamenu .cont-info .item {
	opacity: 0;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
.hamenu .cont-info .bottom {
	-webkit-transform: translateY(1.875rem);
	-ms-transform: translateY(1.875rem);
	transform: translateY(1.875rem);
}
.sec-head h2 {
	font-size: 3.75rem;
}
.sec-head .arrow {
	background: #f1da78;
	border-radius: 50%;
	color: var(--black);
	height: 2.5rem;
	line-height: 2.5rem;
	margin-left: 0.3125rem;
	text-align: center;
	width: 2.5rem;
}
.lg-sec-head h2 {
	font-size: 5vw;
}
.sub-title {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.125rem;
	text-transform: uppercase;
}
.sub-title.bord {
	border: 0.0625rem solid hsla(0, 0%, 100%, 0.1);
	border-radius: 2.5rem;
	padding: 0.625rem 1.875rem;
}
.bg-gray .sub-title.bord,
.bg-white .sub-title.bord {
	border-color: rgba(0, 0, 0, 0.1);
}
.text-indent {
	text-indent: 20%;
}
.vew-all a {
	position: relative;
	z-index: 2;
}
.vew-all a:after {
	background: var(--white);
	border-radius: 50%;
	content: "";
	height: 3.125rem;
	left: -1.5625rem;
	opacity: 0.05;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3.125rem;
	z-index: -1;
}
.vew-all:hover a {
	text-decoration: underline;
}
.about .vid-intro .video-container {
	height: 28.125rem;
}
.about .vid-intro .video-container video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.about .text-reval .text {
	display: inline-block;
	font-size: 2.75rem;
	font-weight: 600;
	line-height: 1.2;
}
.about .text-indent {
	text-indent: 20%;
}
.exp {
	border: 0.0625rem solid hsla(0, 0%, 100%, 0.1);
	border-radius: 50%;
	height: 18.75rem;
	width: 18.75rem;
}
.exp h2 {
	font-size: 6.25rem;
}
.text-reval .text {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(50%, var(--white)),
		color-stop(50%, var(--primary_green_light))
	);
	background: -webkit-linear-gradient(
		left,
		var(--white) 50%,
		var(--primary_green_light) 50%
	);
	background: -o-linear-gradient(
		left,
		var(--white) 50%,
		var(--primary_green_light) 50%
	);
	background: linear-gradient(
		to right,
		var(--white) 50%,
		var(--primary_green_light) 50%
	);
	background-clip: text;
	-webkit-background-clip: text;
	background-position-x: 100%;
	background-size: 200% 100%;
	color: transparent;
	-webkit-transition: background-position-x 0.8s !important;
	-o-transition: background-position-x 0.8s !important;
	transition: background-position-x 0.8s !important;
}
.vid-sec {
	margin-top: 11.25rem;
}
.vid-sec .vid-intro {
	margin-top: -11.25rem;
}
.vid-sec .vid-intro .video-container {
	height: 34.375rem;
	min-height: 80vh;
}
.vid-sec .vid-intro .video-container video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.awards .item-title {
	border-bottom: 0.0625rem solid hsla(0, 0%, 100%, 0.5);
	padding: 0 0.9375rem 1.5625rem;
}
.awards .item-title > div {
	padding: 0;
}
.awards .item-line {
	border-bottom: 0.0625rem solid hsla(0, 0%, 100%, 0.2);
	padding: 1.5625rem 0.9375rem;
	position: relative;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	z-index: 3;
}
.awards .item-line > div {
	padding: 0;
}
.awards .item-line > div:last-of-type {
	text-align: right;
}
.awards .item-line:hover {
	color: var(--black);
}
.awards .item-line:hover:after {
	height: 100%;
}
.awards .item-line:after {
	background: var(--white);
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	width: 100%;
	z-index: -1;
}
.awards .item-line .project-date span {
	font-size: 0.875rem;
	margin-left: 0.9375rem;
	opacity: 0.7;
}
.blog-list.box-light,
.blog.box-light {
	background: var(--grey);
}
.blog-list .item {
	border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
	padding: 2.5rem 0;
	position: relative;
}
.blog-list .item:last-of-type {
	border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.blog-list .item .block__link {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.blog-list .item .hover-reveal {
	height: 17.5rem;
	left: auto !important;
	position: absolute;
	right: 20%;
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 21.875rem;
}
.blog-list .item .info {
	font-size: 0.8125rem;
	letter-spacing: 0.0625rem;
	margin-bottom: 1.875rem;
	text-transform: uppercase;
}
.blog-list .item .info .tag {
	border: 0.0625rem solid rgba(0, 0, 0, 0.2);
	border-radius: 1.875rem;
	margin-right: 0.9375rem;
	padding: 0.4375rem 1.25rem;
}
.blog-list .item .info .date {
	opacity: 0.8;
}
.blog-list .item h3 {
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 1.5;
}
.blog-list .item .more {
	border: 0.0625rem solid rgba(0, 0, 0, 0.5);
	border-radius: 0.3125rem;
	font-size: 0.8125rem;
	padding: 0.75rem 1.25rem;
	text-transform: uppercase;
}
.blog-list2 .item {
	border-color: hsla(0, 0%, 100%, 0.07);
}
.blog-list2 .item .tags {
	bottom: -0.625rem;
	position: relative;
}
.blog-list2 .item .tags a {
	border: 0.0625rem solid hsla(0, 0%, 100%, 0.7);
	border-radius: 1.875rem;
	font-size: 0.8125rem;
	margin-right: 0.3125rem;
	padding: 0.3125rem 0.875rem;
}
.blog-list2 .item .img {
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	height: 10rem;
	-webkit-transition: -webkit-clip-path 0.5s;
	transition: -webkit-clip-path 0.5s;
	-o-transition: clip-path 0.5s;
	transition: clip-path 0.5s;
	transition: clip-path 0.5s, -webkit-clip-path 0.5s;
}
.blog-list2 .item .img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	width: 100%;
}
.blog-list2 .item:hover .img {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.blog-column .item {
	border: 0.0625rem solid hsla(0, 0%, 100%, 0.1);
	margin-top: 1.875rem;
}
.blog-column .item .img {
	position: relative;
}
.blog-column .item .img .date {
	font-size: 1rem;
	font-weight: 600;
	left: 1.875rem;
	position: absolute;
	top: 1.875rem;
}
.blog-column .item .img .date strong {
	display: block;
	font-size: 1.875rem;
}
.blog-column .item .cont {
	padding: 1.5625rem;
}
.blog-column .item .cont.cont-link {
	padding: 3.75rem 1.5625rem;
}
.blog-column .item .cont h4 {
	font-size: 1.5625rem;
	font-weight: 500;
	line-height: 1.3;
}
.blog-column .item .cont .more {
	color: var(--white);
	padding-left: 0.625rem;
	position: relative;
}
.blog-column .item .cont .more:after {
	background: var(--white);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 0.0625rem;
}
.blog-column .item .cont .more:hover {
	color: var(--white);
}
.blog-column.bg-white .item {
	border: 0.0625rem solid rgba(0, 0, 0, 0.1);
	margin-top: 0;
}
.blog-column.bg-white .item .img {
	position: relative;
}
.blog-column.bg-white .item .img .date {
	color: var(--white);
	font-size: 1rem;
	left: 1.875rem;
	position: absolute;
	top: 1.875rem;
}
.blog-column.bg-white .item .img .date strong {
	display: block;
	font-size: 1.875rem;
}
.blog-column.bg-white .item .cont {
	padding: 1.5625rem;
}
.blog-column.bg-white .item .cont.cont-link {
	padding: 3.75rem 1.5625rem;
}
.blog-column.bg-white .item .cont h4 {
	font-size: 2.1875rem;
	font-weight: 500;
	line-height: 1.3;
}
.blog-column.bg-white .item .cont .more {
	color: var(--grey);
	padding-left: 0.625rem;
	position: relative;
}
.blog-column.bg-white .item .cont .more:after {
	background: var(--black);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 0.0625rem;
}
.blog-column.bg-white .item .cont .more:hover {
	color: var(--black);
}
.blog-metro.bg-gray .item {
	border-color: rgba(0, 0, 0, 0.1);
}
.blog-metro .item {
	border: 0.0625rem solid hsla(0, 0%, 100%, 0.05);
	margin: 0;
	padding: 1.5625rem 0.625rem;
}
.blog-metro .item .img {
	height: 18.75rem;
	position: relative;
	width: 100%;
}
.blog-metro .item .img .date {
	background: var(--white);
	border-radius: 0.3125rem;
	font-size: 0.6875rem;
	font-weight: 500;
	left: 0.9375rem;
	padding: 0.625rem;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0.9375rem;
}
.blog-metro .item .img .date strong {
	display: block;
	font-size: 1.5625rem;
	line-height: 1.2;
}
.blog-metro .item .img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}
.blog-header .background {
	min-height: 30rem;
}
.main-post .item {
	border-bottom: 0.0625rem dashed hsla(0, 0%, 100%, 0.15);
}
.main-post .main-img {
	-webkit-box-shadow: 0 1.25rem 2.5rem rgba(13, 11, 27, 0.15);
	box-shadow: 0 1.25rem 2.5rem rgba(13, 11, 27, 0.15);
	overflow: hidden;
}
.main-post .post-qoute {
	background: var(--black);
	padding: 2.5rem 2.5rem 2.5rem 7.5rem;
	position: relative;
}
.main-post .post-qoute h6 {
	position: relative;
}
.main-post .post-qoute h6:before {
	content: "“";
	font-family: Geist, sans-serif;
	font-weight: bolder;
	font-size: 11.25rem;
	left: -6.25rem;
	line-height: 0;
	position: absolute;
	top: 5rem;
}
.main-post .iner-img {
	height: 25rem;
}
.main-post .iner-img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}
.main-post .order-list li,
.main-post .unorder-list li {
	margin-top: 0.625rem;
	opacity: 0.7;
	padding-left: 0.9375rem;
	position: relative;
}
.main-post .order-list li:before,
.main-post .unorder-list li:before {
	background: var(--white);
	border-radius: 50%;
	content: "";
	height: 0.3125rem;
	left: 0;
	position: absolute;
	top: 0.625rem;
	width: 0.3125rem;
}
.main-post .order-list li {
	padding-left: 0;
}
.main-post .order-list li:before {
	display: none;
}
.main-post .order-list li span {
	font-size: 0.8125rem;
}
.main-post .info-area {
	border-bottom: 0.0625rem solid hsla(0, 0%, 100%, 0.15);
}
.main-post .info-area .share-icon span,
.main-post .info-area .tags span {
	font-size: 0.875rem;
	margin-right: 0.3125rem;
	opacity: 0.7;
}
.main-post .info-area .share-icon a,
.main-post .info-area .tags a {
	background: var(--black);
	border-radius: 1.875rem;
	font-size: 0.8125rem;
	margin-left: 0.3125rem;
	padding: 0.4375rem 1.25rem;
}
.main-post .info-area .share-icon a {
	font-size: 0.6875rem;
	height: 2.1875rem;
	line-height: 2.1875rem;
	padding: 0;
	text-align: center;
	width: 2.1875rem;
}
.main-post .author-area .author-img .img {
	border-radius: 50%;
	height: 7.5rem;
	overflow: hidden;
	width: 7.5rem;
}
.main-post .next-prv-post .thumb-post {
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}
.main-post .next-prv-post .thumb-post span {
	background: var(--black);
	border-radius: 1.875rem;
	padding: 0.4375rem 1.25rem;
}
.main-post .next-prv-post .thumb-post:first-of-type {
	margin-right: 0.9375rem;
}
.main-post .next-prv-post .thumb-post:last-of-type {
	margin-left: 0.9375rem;
}
.comments-post .item-box {
	border: 0.0625rem solid hsla(0, 0%, 100%, 0.2);
	margin-bottom: 1.875rem;
	padding: 1.875rem;
}
.comments-post .item-box:last-of-type {
	margin-bottom: 0;
}
.comments-post .item-box.replayed {
	border: 0.0625rem solid hsla(0, 0%, 100%, 0.05);
	margin-left: 3.125rem;
}
.comments-post .item-box .replay-post a {
	border: 0.0625rem solid var(--white);
	border-radius: 1.875rem;
	font-size: 0.8125rem;
	padding: 0.5rem 1.25rem;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.comments-from input,
.comments-from textarea {
	background: transparent;
	border: 0;
	border-bottom: 0.0625rem solid hsla(0, 0%, 100%, 0.2);
	color: var(--white);
	padding: 0.9375rem 0;
	width: 100%;
}
.comments-from input:focus,
.comments-from textarea:focus {
	border-color: hsla(0, 0%, 100%, 0.7);
}
.comments-from button {
	background: transparent;
	border: 0.0625rem solid var(--grey);
	border-radius: 50%;
	color: var(--white) f;
	height: 7.5rem;
	width: 7.5rem;
}
.comments-from .hover-this {
	cursor: pointer;
	display: inline-block;
}
.clients-carso {
	border-bottom: 0.0625rem solid hsla(0, 0%, 100%, 0.2);
	border-top: 0.0625rem solid hsla(0, 0%, 100%, 0.2);
	padding: 3.75rem 0;
}
.clients-carso .img {
	margin: auto;
	opacity: 0.8;
}
.clients-carso .img:hover {
	opacity: 1;
}
.brands .brand-items {
	text-align: center;
}
.brands .brand-items .img {
	margin: 3.125rem auto;
	opacity: 0.7;
	width: 7.5rem;
}
.brands .brand-items .img:hover {
	opacity: 1;
}
.clients-marq {
	position: relative;
}
.clients-marq:before {
	background: -webkit-linear-gradient(
		right,
		#0c0c0c,
		transparent 18.75rem,
		transparent calc(100% - 18.75rem),
		#0c0c0c
	);
	background: -o-linear-gradient(
		right,
		#0c0c0c,
		transparent 18.75rem,
		transparent calc(100% - 18.75rem),
		#0c0c0c
	);
	background: linear-gradient(
		270deg,
		#0c0c0c,
		transparent 18.75rem,
		transparent calc(100% - 18.75rem),
		#0c0c0c
	);
	bottom: 0;
	content: "";
	left: -1.875rem;
	pointer-events: none;
	position: absolute;
	right: -1.875rem;
	top: 0;
	z-index: 3;
}
.clients-marq .item {
	border: 0.0625rem solid hsla(0, 0%, 100%, 0.1);
	border-bottom: 0;
	margin: 0 1.875rem;
	padding: 5rem 3.75rem !important;
}
.sub-bg .clients-marq:before {
	background: -webkit-linear-gradient(
		right,
		#141414,
		transparent 18.75rem,
		transparent calc(100% - 18.75rem),
		#141414
	);
	background: -o-linear-gradient(
		right,
		#141414,
		transparent 18.75rem,
		transparent calc(100% - 18.75rem),
		#141414
	);
	background: linear-gradient(
		270deg,
		#141414,
		transparent 18.75rem,
		transparent calc(100% - 18.75rem),
		#141414
	);
}
.contact .container {
	background-color: var(--secondary_brown);
	border-radius: 0.3125rem;
	padding: 2rem;
	position: relative;
}
.contact .container:after {
	border-bottom: 0.0625rem solid hsla(0, 0%, 100%, 0.5);
	bottom: -7.5rem;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
}
.contact .container.no-bord:after {
	display: none;
}
.contact input,
.contact textarea {
	background: transparent;
	border: 0;
	border-bottom: 0.0625rem solid hsla(0, 0%, 100%, 0.2);
	color: var(--white);
	padding: 0.9375rem 0;
	width: 100%;
}
.contact input:focus,
.contact textarea:focus {
	border-color: hsla(0, 0%, 100%, 0.7);
}
.contact button {
	background: transparent;
	border: 0.0625rem solid var(--grey);
	border-radius: 50%;
	color: var(--white);
	height: 7.5rem;
	width: 7.5rem;
}
.contact .hover-this {
	cursor: pointer;
	display: inline-block;
}
.contact .info {
	height: 100%;
	position: relative;
	z-index: 3;
}
.contact .info:after {
	background: var(--black);
	bottom: -7.5rem;
	content: "";
	left: -5rem;
	opacity: 0.5;
	position: absolute;
	right: -80vw;
	top: -7.5rem;
	z-index: -1;
}
.call-action .marquee-head .item h2 {
	font-size: 10vw;
	position: relative;
}
.call-action .marquee-head .item h2 span {
	margin: 0 6.25rem 0 1.875rem;
}
.call-action .marquee-head .item h2 span svg {
	height: 6.25rem;
	width: 6.25rem;
}
.numbers h3 {
	font-size: 6.25rem;
	line-height: 1;
}
.list-arrow li .icon {
	margin-right: 0.625rem;
	width: 0.9375rem;
}
.dot-list li {
	padding-left: 0.9375rem;
	position: relative;
}
.dot-list li:before {
	background: var(--white);
	border-radius: 50%;
	content: "";
	height: 0.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	width: 0.25rem;
}
.text-dark .dot-list li:before {
	background: var(--black);
}
.accordion.bord .title {
	border-bottom: 0.0625rem solid hsla(0, 0%, 100%, 0.1);
}
.accordion.bord .title:after {
	left: auto;
	right: 1.25rem;
}
.accordion.bord .title .ico {
	left: auto;
	right: 1.5625rem;
}
.accordion .title {
	cursor: pointer;
	padding: 0.9375rem 0;
	position: relative;
}
.accordion .title .ico {
	background: var(--grey);
	height: 0.0625rem;
	left: 1.25rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0.9375rem;
}
.accordion .accordion-info {
	display: none;
	margin-top: 0.9375rem;
}
.accordion .accordion-info .spac {
	margin-top: 1.875rem;
	padding-left: 1.875rem;
}
.accordion .accordion-info .spac h6 {
	position: relative;
}
.accordion .accordion-info .spac h6:after {
	background: var(--grey);
	border-radius: 50%;
	content: "";
	height: 0.375rem;
	left: -0.9375rem;
	position: absolute;
	top: 0.1875rem;
	width: 0.375rem;
}
.accordion .active {
	display: block;
}
.accordion .active .title .ico:after {
	background: var(--grey);
	content: "";
	height: 0.9375rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0.0625rem;
}
#tabs .tab-content,
#tabs-fade .tab-content {
	display: none;
}
#tabs .tab-content.current,
#tabs-fade .tab-content.current {
	display: block;
}
footer {
	position: relative;
}
footer .eml .sub-title {
	margin-bottom: 0.9375rem;
}
footer .column li {
	display: inline-block;
	margin-right: 1.875rem;
}
footer .column li:last-of-type {
	margin-right: 0;
}
footer .bord .links li {
	display: inline-block;
	margin-right: 1.875rem;
}
footer .bord .links li:last-of-type {
	margin-right: 0;
}
footer .logo img {
	max-width: 6.25rem;
}
.land-header {
	padding: 11.25rem 0 7.5rem;
}
.crev-header {
	padding-top: 11.25rem;
}
.crev-header h1 {
	font-size: 7.5rem;
	text-transform: uppercase;
}
.crev-header .img {
	height: 70vh;
	position: relative;
}
.crev-header .img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}
.crev-header .img .curve {
	bottom: 0;
	height: 8.75rem;
	left: 0;
	position: absolute;
	width: 100%;
}
.crev-header .img .curve svg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.crev-header2 {
	padding-bottom: 7.5rem;
	padding-top: 11.25rem;
}
.crev-header2 .text {
	font-size: 9.375rem;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}
.crev-header2 .text.text-lg {
	font-size: 10.625rem;
}
.crev-header2 .text span {
	white-space: nowrap;
}
.crev-header2 .text .img {
	height: 10.9375rem;
	margin: -1.875rem 2.5rem 0;
	width: 18.75rem;
}
.crev-header2 .text .img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}
.crev-header2 .img-long {
	height: 100%;
	position: relative;
	width: 100%;
}
.crev-header2 .img-long .iner-img {
	height: 300%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.crev-header2 .img-long .iner-img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}
.crev-header2 p {
	font-size: 0.8125rem;
	text-transform: uppercase;
}
.about-header .cont h6 {
	font-size: 1.125rem;
}
.about-header .cont h1 {
	font-size: 6.25rem;
}
.about-header .img {
	height: 100vh;
	min-height: 21.875rem;
}
.about-header .img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	width: 100%;
}
.contact-header {
	position: relative;
	z-index: 3;
}
.contact-header:after {
	background: var(--black);
	bottom: 0;
	content: "";
	height: 40%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}
.contact-header .cont h6 {
	font-size: 1.125rem;
}
.contact-header .cont h1 {
	font-size: 6.25rem;
}
.contact-header .google-map {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	height: 28.125rem;
	position: relative;
	width: 100%;
}
.contact-header .google-map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.header-project1 {
	padding: 11.25rem 0 0;
}
.header-project1 .bg-img {
	height: 33.75rem;
}
.header-project2 .project2 {
	margin-left: -15%;
	width: 130%;
}
.header-project2 .project2 .img {
	height: 75vh;
	min-height: 31.25rem;
}
.header-project2 .project2 .img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	width: 100%;
}
.header-project3 {
	min-height: 70vh;
	padding: 13.75rem 0 7.5rem;
}
.header-project3:before {
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#0c0c0c),
		to(transparent)
	);
	background: -webkit-linear-gradient(bottom, #0c0c0c, transparent);
	background: -o-linear-gradient(bottom, #0c0c0c, transparent);
	background: linear-gradient(0deg, #0c0c0c, transparent);
	opacity: 1;
}
.header-project4 {
	min-height: 100vh;
	padding: 13.75rem 0 5rem;
}
.header-blog {
	padding: 13.75rem 0 0;
}
.header-blog .cont h6 {
	font-size: 1.125rem;
}
.header-blog .cont h1 {
	font-size: 6.25rem;
}
.marquee {
	background: var(--primary_green_light);
	margin-left: -1.875rem;
	overflow: hidden;
	padding: 3.125rem 0;
	position: relative;
	/* width: calc(100% + 3.75rem); */
}
.marquee:before {
	background: -webkit-linear-gradient(
		right,
		var(--primary_green),
		transparent 18.75rem,
		transparent calc(100% - 18.75rem),
		var(--primary_green)
	);
	background: -o-linear-gradient(
		right,
		var(--primary_green),
		transparent 18.75rem,
		transparent calc(100% - 18.75rem),
		var(--primary_green)
	);
	background: linear-gradient(
		to left,
		var(--primary_green),
		transparent 18.75rem,
		transparent calc(100% - 18.75rem),
		var(--primary_green)
	);
	bottom: 0;
	content: "";
	left: -1.875rem;
	pointer-events: none;
	position: absolute;
	right: -1.875rem;
	top: 0;
	z-index: 3;
}
.marquee h4 {
	font-size: 4.375rem;
	text-transform: uppercase;
}
.interactive-inline {
	min-height: 100vh;
	padding: 23.75rem 0 3.75rem;
}
.interactive-inline .item {
	display: inline-block;
	margin-right: 2.5rem;
	padding-bottom: 3.75rem;
	position: relative;
}
.interactive-inline .item a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.interactive-inline .item span {
	font-size: 0.8125rem;
	margin-right: 0.3125rem;
	opacity: 0.8;
}
.interactive-inline .item h4 {
	color: transparent;
	font-size: 2.1875rem;
	font-weight: 700;
	-webkit-text-stroke: 0.0625rem var(--white);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.interactive-inline .item p {
	font-size: 0.875rem;
	font-weight: 400;
	margin-left: 0.625rem;
}
.interactive-inline .item:hover h4 {
	color: var(--white);
	-webkit-text-stroke-color: transparent;
}
.interactive-inline .item .hover-reveal {
	height: 17.5rem;
	left: 50% !important;
	position: absolute !important;
	top: -0.625rem !important;
	-webkit-transform: translateX(-50%) translateY(-100%);
	-ms-transform: translateX(-50%) translateY(-100%);
	transform: translateX(-50%) translateY(-100%);
	width: 23.75rem;
}
.interactive-center {
	min-height: 100vh;
	padding: 7.5rem 0 5rem;
}
.interactive-center .item a {
	padding: 3.125rem 0;
}
.interactive-center .item a:hover h4 {
	color: var(--white);
	-webkit-text-stroke-color: transparent;
}
.interactive-center .item .cont {
	position: relative;
	z-index: 3;
}
.interactive-center .item h4 {
	color: transparent;
	font-size: 4.375rem;
	line-height: 1;
	-webkit-text-stroke: 0.0625rem var(--white);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.interactive-center .item p {
	font-weight: 400;
	margin-top: 0.9375rem;
}
.interactive-center .item .hover-reveal {
	height: 70vh;
	left: 20vw !important;
	min-height: 28.125rem;
	min-width: 37.5rem;
	top: 15vh !important;
	width: 60vw;
	z-index: -1;
}
.inter-links-center {
	height: 100vh;
	overflow: auto;
	position: relative;
}
.inter-links-center::-webkit-scrollbar {
	width: 0;
}
.inter-links-center.horizontal .links-text ul {
	margin-left: -2.5rem !important;
	margin-right: -2.5rem !important;
}
.inter-links-center.horizontal .links-text li {
	display: inline-block;
	padding: 2.5rem;
}
.inter-links-center.horizontal .links-text li .sub-title {
	margin-bottom: 0.625rem;
}
.inter-links-center.horizontal .links-text li h2 {
	font-size: 1.875rem;
	font-weight: 700;
}
.inter-links-center.horizontal .links-text li h2 a .tag {
	display: block;
	font-weight: 400;
}
.inter-links-center.horizontal .links-text li h2 .num {
	font-size: 0.875rem;
	font-weight: 600;
	margin-right: 0.9375rem;
	opacity: 0.7;
}
.inter-links-center.vertical .links-text {
	position: relative;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 66;
}
.inter-links-center.vertical .links-text li {
	padding: 0 1.25rem;
}
.inter-links-center .links-text li {
	padding: 2.5rem 0;
	position: relative;
	z-index: 9;
}
.inter-links-center .links-text li:hover .text {
	color: var(--white);
	-webkit-text-stroke-color: transparent;
}
.inter-links-center .links-text li .text {
	color: transparent;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-text-stroke: 0.0625rem var(--white);
}
.inter-links-center .links-text li h2 {
	font-weight: 700;
}
.inter-links-center .links-text li h2 a .tag {
	font-weight: 400;
	opacity: 0.5;
}
.inter-links-center .links-text li h2 .num {
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	margin-right: 0.9375rem;
	opacity: 0.7;
}
.inter-links-center .links-img {
	height: 100vh;
	left: 0;
	overflow: hidden;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: 100vw;
}
.inter-links-center .links-img .img {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
}
.inter-links-center .links-img .img.current {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.inter-links-center .links-img .img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.inter-fixed-text .links-img .img {
	position: relative;
}
.inter-fixed-text .links-img .img .link-overlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.inter-fixed-text .links-img .img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	width: 100%;
}
.inter-fixed-text .links-img .items .item {
	margin: 5rem 0;
}
.inter-fixed-text .links-img .items:first-of-type,
.inter-fixed-text .links-img .items:nth-of-type(13),
.inter-fixed-text .links-img .items:nth-of-type(7) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.inter-fixed-text .links-img .items:first-of-type .item,
.inter-fixed-text .links-img .items:nth-of-type(13) .item,
.inter-fixed-text .links-img .items:nth-of-type(14) .item,
.inter-fixed-text .links-img .items:nth-of-type(2) .item,
.inter-fixed-text .links-img .items:nth-of-type(7) .item,
.inter-fixed-text .links-img .items:nth-of-type(8) .item {
	padding: 0 10%;
}
.inter-fixed-text .links-img .items:nth-of-type(14) .img,
.inter-fixed-text .links-img .items:nth-of-type(14) .simpleParallax,
.inter-fixed-text .links-img .items:nth-of-type(2) .img,
.inter-fixed-text .links-img .items:nth-of-type(2) .simpleParallax,
.inter-fixed-text .links-img .items:nth-of-type(8) .img,
.inter-fixed-text .links-img .items:nth-of-type(8) .simpleParallax {
	height: 35rem;
}
.inter-fixed-text .links-img .items:nth-of-type(15) .img,
.inter-fixed-text .links-img .items:nth-of-type(15) .simpleParallax,
.inter-fixed-text .links-img .items:nth-of-type(3) .img,
.inter-fixed-text .links-img .items:nth-of-type(3) .simpleParallax,
.inter-fixed-text .links-img .items:nth-of-type(9) .img,
.inter-fixed-text .links-img .items:nth-of-type(9) .simpleParallax {
	height: 28.125rem;
}
.inter-fixed-text .links-img .items:nth-of-type(10) .item,
.inter-fixed-text .links-img .items:nth-of-type(16) .item,
.inter-fixed-text .links-img .items:nth-of-type(4) .item {
	padding: 0 10%;
}
.inter-fixed-text .links-img .items:nth-of-type(10) .img,
.inter-fixed-text .links-img .items:nth-of-type(10) .simpleParallax,
.inter-fixed-text .links-img .items:nth-of-type(16) .img,
.inter-fixed-text .links-img .items:nth-of-type(16) .simpleParallax,
.inter-fixed-text .links-img .items:nth-of-type(4) .img,
.inter-fixed-text .links-img .items:nth-of-type(4) .simpleParallax {
	height: 35rem;
}
.inter-fixed-text .links-img .items:nth-of-type(11),
.inter-fixed-text .links-img .items:nth-of-type(17),
.inter-fixed-text .links-img .items:nth-of-type(5) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.inter-fixed-text .links-img .items:nth-of-type(11) .item,
.inter-fixed-text .links-img .items:nth-of-type(17) .item,
.inter-fixed-text .links-img .items:nth-of-type(5) .item {
	padding: 0 10%;
}
.inter-fixed-text .links-img .items:nth-of-type(12) .img,
.inter-fixed-text .links-img .items:nth-of-type(12) .simpleParallax,
.inter-fixed-text .links-img .items:nth-of-type(18) .img,
.inter-fixed-text .links-img .items:nth-of-type(18) .simpleParallax,
.inter-fixed-text .links-img .items:nth-of-type(6) .img,
.inter-fixed-text .links-img .items:nth-of-type(6) .simpleParallax {
	height: 28.125rem;
}
.inter-fixed-text .links-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	pointer-events: none;
	z-index: 4;
}
.inter-fixed-text .links-text li {
	left: 50%;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.inter-fixed-text .links-text li .tag {
	-webkit-transform: translateY(-3.125rem);
	-ms-transform: translateY(-3.125rem);
	transform: translateY(-3.125rem);
}
.inter-fixed-text .links-text li h2 {
	font-size: 4.6875rem;
	-webkit-transform: translateY(5rem);
	-ms-transform: translateY(5rem);
	transform: translateY(5rem);
}
.inter-fixed-text .links-text li .tag,
.inter-fixed-text .links-text li h2 {
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.inter-fixed-text .links-text li.current .tag,
.inter-fixed-text .links-text li.current h2 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	visibility: visible;
}
.works.thecontainer {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	min-height: 100vh;
	padding-left: 6.25rem;
	width: 300vw;
}
.works .panel,
.works.thecontainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.works .panel {
	height: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1.875rem;
}
.works .panel .item {
	width: calc(50vw - 3.125rem);
}
.works .panel .item .img {
	height: 25rem;
	min-height: 50vh;
}
.works .panel .item .img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}
.works .panel .item .cont {
	border-bottom: 0.0625rem solid hsla(0, 0%, 100%, 0.2);
	padding: 1.5625rem 0.625rem;
}
.works .panel .item .cont h5 {
	margin-bottom: 0.3125rem;
}
.works .panel .item .cont span {
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.0625rem;
	margin-bottom: 0.3125rem;
	text-transform: uppercase;
}
.work .marquee-head .item {
	padding: 0;
}
.work .marquee-head .item h2 {
	font-size: 10vw;
	position: relative;
}
.work .marquee-head .item h2:after {
	content: "-";
	font-size: 10vw;
	margin: 0 6.25rem;
	position: relative;
}
.work .gallery-img .item {
	margin-top: 7.5rem;
	position: relative;
}
.work-crev .swiper-button-next,
.work-crev .swiper-button-prev {
	border: 0.0625rem solid rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	color: #0c0c0c;
	display: inline-block;
	font-size: 2.1875rem;
	height: 2.8125rem;
	line-height: 3.4375rem;
	margin-left: 0.625rem;
	position: static;
	text-align: center;
	width: 2.8125rem;
}
.work-crev .swiper-button-next:after,
.work-crev .swiper-button-prev:after {
	display: none;
}
.work-crev .swiper-button-next:hover,
.work-crev .swiper-button-prev:hover {
	background: #f1da78;
	border-color: #f1da78;
}
.work-crev .work-crus {
	-webkit-clip-path: inset(-100vw -100vw -100vw 0);
	clip-path: inset(-100vw -100vw -100vw 0);
}
.work-crev .swiper-slide {
	width: 32.5rem;
}
.work-crev .swiper-slide:nth-child(2n) {
	width: 26.25rem;
}
.work-crev .swiper-slide:nth-child(3n) {
	width: 21.875rem;
}
.work-crev .item .img {
	height: 25rem;
	width: 100%;
}
.work-crev .item .img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}
.work-crev .item .cont {
	margin-top: 1.875rem;
}
.work-crev .item .cont span {
	font-size: 0.8125rem;
	letter-spacing: 0.0625rem;
	margin-bottom: 0.3125rem;
	text-transform: uppercase;
}
.portfolio-grid .item:hover .img:after {
	opacity: 1;
}
.portfolio-grid .item:hover .img .info-over {
	opacity: 1;
	visibility: visible;
}
.portfolio-grid .item .img {
	height: 30rem;
	position: relative;
}
.portfolio-grid .item .img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}
.portfolio-grid .item .img:after {
	-webkit-backdrop-filter: blur(0.1875rem);
	backdrop-filter: blur(0.1875rem);
	background: rgba(0, 0, 0, 0.1);
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	top: 0;
	width: 100%;
}
.portfolio-grid .item .img .info-over,
.portfolio-grid .item .img:after {
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.portfolio-grid .item .img .info-over {
	bottom: 1.875rem;
	left: 1.875rem;
	visibility: hidden;
	z-index: 4;
}
.portfolio-grid .item .img .link-overlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.portfolio-classic .item .img {
	height: 25rem;
}
.portfolio-classic .item .img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}
.img-column .img {
	height: 100vh;
	min-height: 31.25rem;
}
.img-column .img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	width: 100%;
}
.img-column-sm .img {
	height: 60vh;
	min-height: 21.875rem;
}
.img-column-sm .img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	width: 100%;
}
.price-hr .item {
	padding: 3.125rem 1.875rem;
}
.price-hr .item .butn {
	padding: 0.4375rem 1.5625rem;
}
.price-hr .item.text-dark .butn {
	border-color: var(--black);
}
.price-hr .item.text-dark .butn:hover {
	border-color: var(--white);
}
.pricing .item {
	border: 0.0625rem solid hsla(0, 0%, 100%, 0.1);
	border-radius: 0.3125rem;
	padding: 3.125rem 1.875rem;
}
.pricing .item li {
	margin-bottom: 0.625rem;
	padding-left: 1.25rem;
	position: relative;
}
.pricing .item li:after {
	background: var(--white);
	border-radius: 50%;
	content: "";
	height: 0.3125rem;
	left: 0;
	position: absolute;
	top: calc(50% - 0.3125rem);
	width: 0.3125rem;
}
.serv-tags .items a {
	border: 0.0625rem solid hsla(0, 0%, 100%, 0.2);
	border-radius: 1.875rem;
	font-size: 1.375rem;
	margin: 0.625rem 0.3125rem;
	padding: 0.875rem 1.875rem;
}
.services-box .item {
	border-left: 0.0625rem solid hsla(0, 0%, 100%, 0.05);
	border-right: 0.0625rem solid hsla(0, 0%, 100%, 0.05);
	border-top: 0.0625rem solid hsla(0, 0%, 100%, 0.05);
	padding: 3rem 2rem;
}
.services-box .item p {
	font-size: 1rem;
	margin-top: 1.5rem;
}
.services-box .item:last-of-type {
	border-right: 0.0625rem solid hsla(0, 0%, 100%, 0.05);
}
.services-box .item .link-more {
	overflow: hidden;
}
.services-box .item .link-more:hover .text {
	margin-left: 0;
}
.services-box .item .link-more .text {
	font-size: 0.75rem;
	letter-spacing: 0.0625rem;
	margin-left: -5.75rem;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.services-box .item .link-more .arrow {
	background: hsla(0, 0%, 100%, 0.05);
	border-radius: 50%;
	height: 1.875rem;
	line-height: 1.875rem;
	margin-left: 0.625rem;
	text-align: center;
	width: 1.875rem;
}
.feat .items {
	border-right: 0.0625rem solid hsla(0, 0%, 100%, 0.05);
	padding: 1.875rem 2.5rem;
}
.feat .items:last-of-type {
	border: 0;
}
.feat .item {
	position: relative;
}
.feat .item .numb {
	position: absolute;
	right: 0;
	top: 0;
}
.feat .item h6 {
	margin: 2.5rem 0 0.625rem;
}
.feat .item p {
	font-size: 0.8125rem;
}
.full-showcase .parallax-slider {
	position: relative;
}
.full-showcase .parallax-slider .swiper-slide {
	min-height: 100vh;
	overflow: hidden;
	padding: 5rem 0;
	position: relative;
	width: 100%;
}
.full-showcase .parallax-slider .swiper-slide .bg-img {
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.full-showcase .parallax-slider .swiper-slide .video-container {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.full-showcase .parallax-slider .swiper-slide .video-container video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	width: 100%;
}
.full-showcase .parallax-slider .swiper-slide-active {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	z-index: 99;
}
.full-showcase .parallax-slider .swiper-slide-active .caption .btn-curve,
.full-showcase .parallax-slider .swiper-slide-active .caption .thin,
.full-showcase .parallax-slider .swiper-slide-active .caption p {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.full-showcase .parallax-slider .caption .cal-act {
	position: relative;
}
.full-showcase .parallax-slider .caption p {
	color: var(--white);
	margin-top: 0.9375rem;
	opacity: 0;
	-webkit-transform: translateY(1.25rem);
	-ms-transform: translateY(1.25rem);
	transform: translateY(1.25rem);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}
.full-showcase .swiper-controls {
	bottom: 3.125rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 9;
}
.full-showcase .swiper-controls .swiper-button-next,
.full-showcase .swiper-controls .swiper-button-prev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--white);
	top: auto;
	z-index: 9;
}
.full-showcase .swiper-controls .swiper-button-next:after,
.full-showcase .swiper-controls .swiper-button-prev:after {
	display: none;
}
.full-showcase .swiper-controls .swiper-button-next span,
.full-showcase .swiper-controls .swiper-button-prev span {
	white-space: nowrap;
}
.full-showcase .swiper-controls .swiper-button-prev {
	left: 7.5rem;
}
.full-showcase .swiper-controls .swiper-button-prev i {
	margin-right: 1.5625rem;
}
.full-showcase .swiper-controls .swiper-button-next {
	right: 7.5rem;
}
.full-showcase .swiper-controls .swiper-button-next i {
	margin-left: 1.5625rem;
}
.full-showcase .swiper-pagination {
	bottom: 2.5rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
}
.full-showcase .swiper-pagination-bullet {
	background: transparent;
	margin: 0 0.625rem !important;
}
.full-showcase .swiper-pagination-bullet-active .path {
	display: inline-block !important;
	stroke-dasharray: 1000;
	stroke-dashoffset: 0;
	-webkit-animation: dash 10s linear;
	animation: dash 10s linear;
	-webkit-animation-iteration-count: unset;
	animation-iteration-count: unset;
}
.full-showcase .path {
	display: none;
}
@-webkit-keyframes dash {
	0% {
		stroke-dashoffset: 1000;
	}
	to {
		stroke-dashoffset: 0;
	}
}
.carousel-slider {
	min-height: 100vh;
	position: relative;
}
.carousel-slider .gallery-img .bg-img {
	border-radius: 0.9375rem;
	height: 60vh;
	position: relative;
}
.carousel-slider .gallery-img .bg-img a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-slider .gallery-text {
	left: 50%;
	margin: auto;
	position: absolute;
	text-align: center;
	top: 70%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: auto;
	z-index: 9;
}
.carousel-slider .gallery-text .swiper-container,
.carousel-slider .gallery-text .swiper-slide {
	height: 6.25rem !important;
}
.carousel-slider .gallery-text .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.carousel-slider .gallery-text .text {
	text-align: center;
	width: 100%;
}
.carousel-slider .gallery-text .text h4 {
	font-size: 3.125rem;
	font-weight: 500;
	line-height: 1;
}
.carousel-slider .gallery-text .text h6 {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1875rem;
	margin-top: 0.9375rem;
	overflow: hidden;
	text-transform: uppercase;
}
.carousel-slider .gallery-text .text h6 span {
	-webkit-transform: translateY(3.125rem);
	-ms-transform: translateY(3.125rem);
	transform: translateY(3.125rem);
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.carousel-slider .gallery-text .swiper-slide-active .text h6 span {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.carousel-slider .swiper-controls {
	bottom: 3.125rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 9;
}
.carousel-slider .swiper-controls .swiper-button-next,
.carousel-slider .swiper-controls .swiper-button-prev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--white);
	top: auto;
	z-index: 9;
}
.carousel-slider .swiper-controls .swiper-button-next:after,
.carousel-slider .swiper-controls .swiper-button-prev:after {
	display: none;
}
.carousel-slider .swiper-controls .swiper-button-next span,
.carousel-slider .swiper-controls .swiper-button-prev span {
	white-space: nowrap;
}
.carousel-slider .swiper-controls .swiper-button-prev {
	left: 7.5rem;
}
.carousel-slider .swiper-controls .swiper-button-prev i {
	margin-right: 1.5625rem;
}
.carousel-slider .swiper-controls .swiper-button-next {
	right: 7.5rem;
}
.carousel-slider .swiper-controls .swiper-button-next i {
	margin-left: 1.5625rem;
}
.carousel-slider .swiper-pagination {
	bottom: 2.5rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
}
.carousel-slider .swiper-pagination-bullet {
	background: transparent;
	margin: 0 0.625rem !important;
}
.carousel-slider .swiper-pagination-bullet-active .path {
	display: inline-block !important;
	stroke-dasharray: 1000;
	stroke-dashoffset: 0;
	-webkit-animation: dash 10s linear;
	animation: dash 10s linear;
	-webkit-animation-iteration-count: unset;
	animation-iteration-count: unset;
}
.carousel-slider .path {
	display: none;
}
.half-slider {
	min-height: 100vh;
	position: relative;
}
.half-slider .gallery-img {
	margin-left: 25vw;
	width: 75vw;
}
.half-slider .gallery-img .swiper-slide {
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.half-slider .gallery-img .swiper-slide-active .bg-img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.half-slider .gallery-img .bg-img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
}
.half-slider .gallery-img .bg-img,
.half-slider .gallery-img .bg-img a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.half-slider .gallery-text {
	left: -15vw;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto;
	z-index: 9;
}
.half-slider .gallery-text .text h4 {
	color: transparent;
	font-size: 4.375rem;
	font-weight: 600;
	-webkit-text-stroke: 0.03125rem hsla(0, 0%, 100%, 0.5);
	line-height: 1;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.half-slider .gallery-text .text h6 {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1875rem;
	margin-bottom: 0.9375rem;
	overflow: hidden;
	text-transform: uppercase;
}
.half-slider .gallery-text .text h6 span {
	-webkit-transform: translateY(3.125rem);
	-ms-transform: translateY(3.125rem);
	transform: translateY(3.125rem);
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.half-slider .gallery-text .swiper-slide-active .text h4 {
	color: var(--white);
	-webkit-text-stroke: 0.03125rem hsla(0, 0%, 100%, 0);
}
.half-slider .gallery-text .swiper-slide-active .text h6 span {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.half-slider .swiper-controls {
	bottom: 3.125rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 9;
}
.half-slider .swiper-controls .swiper-button-next,
.half-slider .swiper-controls .swiper-button-prev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--white);
	top: auto;
	z-index: 9;
}
.half-slider .swiper-controls .swiper-button-next:after,
.half-slider .swiper-controls .swiper-button-prev:after {
	display: none;
}
.half-slider .swiper-controls .swiper-button-next span,
.half-slider .swiper-controls .swiper-button-prev span {
	white-space: nowrap;
}
.half-slider .swiper-controls .swiper-button-prev {
	left: 7.5rem;
}
.half-slider .swiper-controls .swiper-button-prev i {
	margin-right: 1.5625rem;
}
.half-slider .swiper-controls .swiper-button-next {
	right: 7.5rem;
}
.half-slider .swiper-controls .swiper-button-next i {
	margin-left: 1.5625rem;
}
.half-slider .swiper-pagination {
	bottom: 2.5rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
}
.half-slider .swiper-pagination-bullet {
	background: transparent;
	margin: 0 0.625rem !important;
}
.half-slider .swiper-pagination-bullet-active .path {
	display: inline-block !important;
	stroke-dasharray: 1000;
	stroke-dashoffset: 0;
	-webkit-animation: dash 10s linear;
	animation: dash 10s linear;
	-webkit-animation-iteration-count: unset;
	animation-iteration-count: unset;
}
.half-slider .path {
	display: none;
}
@keyframes dash {
	0% {
		stroke-dashoffset: 1000;
	}
	to {
		stroke-dashoffset: 0;
	}
}
.team .row.no-pad > div {
	padding: 0;
}
.team .item,
.team .item .img {
	position: relative;
}
.team .item .img img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.team .item .info {
	bottom: 1.875rem;
	left: 1.875rem;
	position: absolute;
}
.team .item-join {
	border: 0.0625rem solid hsla(0, 0%, 100%, 0.2);
	border-left: 0;
	border-top: 0;
	height: 100%;
	padding: 1.25rem 3.75rem;
}
.team .item-join .arrow svg {
	height: 5rem;
	width: 5rem;
}
.testimonials .swiper-button-next,
.testimonials .swiper-button-prev {
	border: 0.0625rem solid hsla(0, 0%, 100%, 0.2);
	border-radius: 50%;
	color: var(--white);
	display: inline-block;
	font-size: 2.1875rem;
	height: 2.8125rem;
	line-height: 3.4375rem;
	margin-left: 0.625rem;
	position: static;
	text-align: center;
	width: 2.8125rem;
}
.testimonials .swiper-button-next:after,
.testimonials .swiper-button-prev:after {
	display: none;
}
.testimonials .swiper-button-next:hover,
.testimonials .swiper-button-prev:hover {
	background: #f1da78;
	border-color: #f1da78;
	color: var(--black);
}
.testimonials .swiper-pagination {
	border: 0.0625rem solid hsla(0, 0%, 100%, 0.5);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 8.75rem;
	position: static;
	width: 8.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.testimonials .swiper-pagination span {
	font-size: 1.875rem;
}
.testimonials .swiper-pagination .swiper-pagination-total {
	font-size: 1.0625rem;
	margin-bottom: -0.625rem;
	position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-total:before {
	content: "/";
	margin: 0 0.125rem 0 0.4375rem;
	position: relative;
}
.video-sec {
	height: 37.5rem;
	overflow: hidden;
	position: relative;
}
.video-sec video {
	height: auto;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.video-sec .play-button a {
	border: 0.0625rem solid var(--white);
	border-radius: 50%;
	height: 6.25rem;
	line-height: 6.25rem;
	text-align: center;
	width: 6.25rem;
}
@media screen and (max-width: 62rem) {
	.md-mb10 {
		margin-bottom: 0.625rem;
	}
	.md-mb20 {
		margin-bottom: 1.25rem;
	}
	.md-mb30 {
		margin-bottom: 1.875rem;
	}
	.md-mb40 {
		margin-bottom: 2.5rem;
	}
	.md-mb50 {
		margin-bottom: 3.125rem !important;
	}
	.md-mb80 {
		margin-bottom: 5rem;
	}
	.md-no-mrg {
		margin: 0 !important;
	}
	.md-pb10 {
		padding-bottom: 0.625rem;
	}
	.md-pb20 {
		padding-bottom: 1.25rem;
	}
	.md-pb30 {
		padding-bottom: 1.875rem;
	}
	.md-pb40 {
		padding-bottom: 2.5rem;
	}
	.md-pb50 {
		padding-bottom: 3.125rem;
	}
	.md-pb60 {
		padding-bottom: 3.75rem;
	}
	.md-pb70 {
		padding-bottom: 4.375rem;
	}
	.md-pb80 {
		padding-bottom: 5rem;
	}
	.md-pt80 {
		padding-top: 5rem !important;
	}
	.md-no-pad {
		padding: 0 !important;
	}
	.md-center {
		text-align: center !important;
	}
	.order2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}
	.order1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}
	.justify-end {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		display: block !important;
		justify-content: flex-start !important;
	}
	.justify-end .vew-all {
		margin-left: 1.5625rem;
		margin-top: 1.5625rem;
	}
	.justify-end .swiper-controls {
		margin-top: 1.875rem;
	}
	.justify-end .ml-auto {
		margin-left: 0;
		margin-top: 1.25rem;
	}
	.hamenu .cont-info,
	.md-hide {
		display: none;
	}
	.to-out .swiper-container {
		-webkit-clip-path: none;
		clip-path: none;
		overflow: hidden;
	}
	.row.md-marg {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}
	.row.md-marg > * {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
	h1.fz-60 {
		font-size: 2.5rem !important;
	}
	h2 {
		font-size: 2.1875rem;
	}
	h2.fz-70 {
		font-size: 3.4375rem !important;
	}
	.fz-60 {
		font-size: 2.8125rem !important;
	}
	.fz-55 {
		font-size: 2.5rem !important;
	}
	.loader-wrap svg {
		left: -50vw;
		width: 200vw;
	}
	.navbar {
		padding-bottom: 0.9375rem;
		padding-top: 0.9375rem;
	}
	.navbar .navbar-collapse {
		max-height: 27.5rem;
		overflow: auto;
	}
	.navbar .navbar-collapse::-webkit-scrollbar {
		display: none;
	}
	.navbar.nav-scroll {
		padding-bottom: 0.9375rem;
		padding-top: 0.9375rem;
	}
	.navbar .container {
		max-width: 100%;
		padding: 0;
		width: 100%;
	}
	.navbar .logo {
		margin-left: 1.875rem;
		max-width: 5rem !important;
	}
	.navbar .navbar-collapse {
		border-top: 0.0625rem solid hsla(0, 0%, 100%, 0.1);
		margin-top: 0.9375rem;
	}
	.navbar .search-form {
		display: none;
	}
	.navbar .navbar-toggler {
		border-radius: 0;
		font-size: 1.25rem;
		margin-right: 1.875rem;
		padding: 0;
	}
	.navbar .navbar-toggler:focus {
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		outline: none;
	}
	.navbar .dropdown-menu {
		display: none;
	}
	.navbar .dropdown-menu.show {
		display: block;
	}
	.navbar .navbar-nav .nav-link {
		border-bottom: 0.0625rem solid hsla(0, 0%, 100%, 0.1);
		margin: 0;
		padding: 0.9375rem 1.875rem 0.625rem;
	}
	.navbar .navbar-nav .nav-item:last-of-type .nav-link {
		border-bottom: 0;
		padding-bottom: 0;
	}
	.navbar .navbar-nav .mega-menu {
		padding: 0;
		position: static;
		width: auto;
	}
	.navbar .navbar-nav .mega-menu .row:after {
		display: none;
	}
	.navbar .navbar-nav .mega-menu .title {
		border-bottom: 0.0625rem solid hsla(0, 0%, 100%, 0.1);
		margin-bottom: 0.9375rem;
		padding-bottom: 0.625rem;
		padding-left: 1.875rem;
	}
	.navbar .navbar-nav .mega-menu .clumn {
		margin-bottom: 1.875rem;
		padding-left: 0;
	}
	.navbar .navbar-nav .mega-menu .links {
		padding-left: 1.875rem;
	}
	.about-header .img {
		height: 45vh;
	}
	.about-header .cont h1,
	.contact-header .cont h1,
	.crev-header h1,
	.header-blog .cont h1 {
		font-size: 4.375rem;
	}
	.crev-header2 .img-long,
	.crev-header2 .text .img {
		display: none;
	}
	.crev-header2 .text,
	.crev-header2 .text.text-lg {
		display: inline-block !important;
		font-size: 7.5rem;
		line-height: 1.3;
		margin: 0 0.9375rem 0 0 !important;
	}
	.crev-header2 p {
		width: 80%;
	}
	.crev-header2 .row > div {
		display: inline-block !important;
		margin: 0 !important;
		padding: 0;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
	.marquee.mt-80 {
		margin-top: 0 !important;
	}
	.text-reval .fz-50,
	.text-reval .text {
		font-size: 2.375rem !important;
	}
	.services-box .item:nth-of-type(2) {
		border-right: 0.0625rem solid hsla(0, 0%, 100%, 0.05);
	}
	.feat .items:nth-of-type(2) {
		border-right: 0;
	}
	.testimonials .swiper-pagination {
		display: none;
	}
	.vid-sec .vid-intro .video-container {
		height: 18.75rem;
		min-height: 18.75rem;
	}
	.works.thecontainer {
		display: block !important;
		height: auto;
		padding: 7.5rem 0.9375rem 4.375rem;
		width: 100%;
	}
	.works.thecontainer .panel {
		display: block;
	}
	.works.thecontainer .panel .item {
		margin-bottom: 3.125rem;
		width: 100%;
	}
	.blog-list .item .hover-reveal {
		right: 1.875rem;
	}
	.carousel-slider .gallery-text .text h4 {
		font-size: 2.125rem;
	}
	.half-slider .gallery-img {
		margin-left: 0;
		width: 100%;
	}
	.half-slider .gallery-text {
		left: 0;
	}
	.half-slider .gallery-text .text {
		padding-left: 0.9375rem;
	}
	.half-slider .gallery-text {
		width: 100%;
	}
	.inter-links-center .links-text li h2 {
		font-size: 3.125rem !important;
	}
	.interactive-center .item h4 {
		font-size: 3.125rem;
	}
	.interactive-center .item .hover-reveal {
		height: 90vh !important;
		left: 5vw !important;
		top: 5vh !important;
		width: 90vw !important;
	}
	.inter-links-center.vertical {
		height: auto;
	}
	.inter-links-center.vertical .links-text {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
	.inter-links-center.vertical .links-text li {
		padding: 1.875rem 0;
	}
	.portfolio-header {
		padding-bottom: 5rem;
	}
	.portfolio-header h1 {
		font-size: 3.75rem !important;
	}
	.inter-fixed-text .links-img .items {
		height: auto !important;
		padding: 0 !important;
	}
	.inter-fixed-text .links-img .items .item {
		height: auto !important;
		margin: 1.5625rem 0;
		padding: 0 !important;
	}
	.inter-fixed-text .links-img .items .img {
		height: auto !important;
		padding: 0 !important;
	}
	.inter-fixed-text .links-text li h2 {
		font-size: 3.125rem;
	}
	.portfolio-classic .container,
	.portfolio-grid .container {
		padding-bottom: 2.5rem;
	}
	.portfolio-classic .row.lg-marg > *,
	.portfolio-grid .row.lg-marg > * {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
	.portfolio-classic .row.lg-marg,
	.portfolio-grid .row.lg-marg {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}
	.portfolio-classic .items,
	.portfolio-grid .items {
		margin-top: 0 !important;
	}
	.portfolio-classic .item,
	.portfolio-grid .item {
		margin-bottom: 1.875rem !important;
	}
	.portfolio-classic .item .img,
	.portfolio-grid .item .img {
		height: auto;
	}
	.portfolio-classic {
		padding-bottom: 5.625rem !important;
	}
	.header-project2 .project2 .img,
	.img-column .img,
	.img-column-sm .img {
		height: auto;
		min-height: auto;
	}
	footer .column {
		margin-top: 3.125rem;
	}
	footer .ml-auto {
		margin-left: 0;
		margin-top: 0.9375rem;
	}
}
@media screen and (max-width: 48rem) {
	.sm-mb10 {
		margin-bottom: 0.625rem;
	}
	.sm-mb20 {
		margin-bottom: 1.25rem;
	}
	.sm-mb30 {
		margin-bottom: 1.875rem;
	}
	.sm-mb40 {
		margin-bottom: 2.5rem;
	}
	.sm-mb50 {
		margin-bottom: 3.125rem;
	}
	.sm-mb80 {
		margin-bottom: 5rem;
	}
	.sm-pb10 {
		padding-bottom: 0.625rem;
	}
	.sm-pb20 {
		padding-bottom: 1.25rem;
	}
	.sm-pb30 {
		padding-bottom: 1.875rem;
	}
	.sm-pb40 {
		padding-bottom: 2.5rem;
	}
	.sm-pb50 {
		padding-bottom: 3.125rem;
	}
	.sm-pb60 {
		padding-bottom: 3.75rem;
	}
	.sm-pb70 {
		padding-bottom: 4.375rem;
	}
	.sm-pb80 {
		padding-bottom: 5rem;
	}
	.sm-hide {
		display: none;
	}
	h1 {
		font-size: 2.1875rem;
	}
	h1.fz-60 {
		font-size: 2rem !important;
	}
	h1.fz-55 {
		font-size: 1.5625rem !important;
	}
	h2 {
		font-size: 1.75rem;
	}
	h2.fz-50 {
		font-size: 2.1875rem !important;
	}
	h2.fz-70 {
		font-size: 2.5rem !important;
	}
	.sec-head h2 {
		font-size: 2.8125rem;
	}
	.sec-head .sub-title.bord {
		display: none;
	}
	h3 {
		font-size: 1.5rem;
	}
	h4 {
		font-size: 1.25rem;
	}
	h5 {
		font-size: 1.125rem;
	}
	h1.fz-80 {
		font-size: 2.5rem !important;
	}
	.fz-60,
	.sec-lg-head .fz-50,
	h3.fz-50 {
		font-size: 2.1875rem !important;
	}
	.justify-end-sm {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-end-sm .vew-all {
		margin-left: 1.5625rem;
		margin-top: 1.5625rem;
	}
	.justify-end-sm .swiper-controls {
		margin-top: 1.875rem;
	}
	.justify-end-sm .ml-auto {
		margin-left: 0;
		margin-top: 1.875rem;
	}
	.md-padding {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
	.loader-wrap .loader-wrap-heading .load-text {
		font-size: 0.8125rem;
		letter-spacing: 0.3125rem;
	}
	.progress-wrap {
		bottom: 1.25rem;
		right: 0.625rem;
	}
	body.crev-portfolio:after {
		display: none;
	}
	.topnav .logo {
		width: 4.375rem;
	}
	.hamenu {
		padding: 7.5rem 0.9375rem 0.9375rem;
	}
	.hamenu .menu-links .main-menu > li .link {
		font-size: 1.5625rem;
	}
	.hamenu .menu-links .main-menu .sub-menu li {
		font-size: 1.125rem;
	}
	.hamenu .menu-links .main-menu > li {
		padding: 0;
	}
	.about-header .cont h1,
	.contact-header .cont h1,
	.header-blog .cont h1 {
		font-size: 2.5rem;
	}
	.crev-header h1 {
		font-size: 2.1875rem;
	}
	.crev-header .img {
		height: 50vh;
	}
	.crev-header2 {
		padding-left: 0.9375rem;
	}
	.crev-header2 .text,
	.crev-header2 .text.text-lg {
		font-size: 3.75rem;
	}
	.crev-header2 p {
		display: none;
	}
	.text-indent {
		text-indent: 0 !important;
	}
	.marquee h4 {
		font-size: 2.5rem;
	}
	.feat {
		padding-bottom: 5.625rem;
	}
	.feat .items {
		border: 0;
	}
	.text-reval .fz-50,
	.text-reval .text {
		font-size: 1.4rem !important;
	}
	.work-crev {
		padding-bottom: 5.625rem;
	}
	.work .gallery-img .item {
		margin-top: 5rem;
	}
	.awards .honors {
		margin-top: 0.625rem;
	}
	.awards .item-title {
		display: none;
	}
	.numbers h3 {
		font-size: 4.375rem;
	}
	.blog-list .item .block__link {
		display: none;
	}
	.blog-column .item .cont h4 {
		font-size: 1.375rem;
	}
	.blog-metro .item .img {
		margin-bottom: 1.875rem;
	}
	.contact-header .google-map {
		height: 18.75rem;
	}
	.portfolio .filtering .filter {
		padding: 0.625rem;
		width: 100%;
	}
	.portfolio .filtering .filter span {
		margin: 0 0.625rem;
	}
	.portfolio .filtering span.text {
		display: none;
	}
	.portfolio .max-margin .items {
		padding: 0 0.9375rem;
	}
	.team .item-join {
		height: auto;
		padding: 1.875rem;
	}
	.team .item-join h6 br {
		display: none;
	}
	.team .item-join .full-width {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.team .item-join .full-width .arrow {
		margin: 0 0 0 1.875rem !important;
	}
	.team .item-join .full-width .arrow svg {
		height: 3.75rem;
		width: 3.75rem;
	}
	.testimonials .icon-img-100 {
		margin-bottom: 1.875rem;
		width: 3.75rem;
	}
	.testimonials .quote-icon {
		margin-bottom: 1.875rem;
	}
	.sub-bg .clients-marq:before {
		display: none;
	}
	.call-action .marquee-head .item h2 span svg {
		height: 3.75rem;
		width: 3.75rem;
	}
	.call-action h2.fz-70 {
		font-size: 1.75rem !important;
	}
	.main-post .fz-60 {
		display: none;
	}
	.main-post .post-qoute {
		padding: 1.875rem 0.9375rem;
	}
	.main-post .post-qoute h6:before {
		left: 0;
		position: relative;
	}
	.main-post .post-qoute .l-block {
		margin-top: 1.875rem;
	}
	.main-post .info-area {
		display: block;
	}
	.main-post .info-area .tags {
		margin-bottom: 1.875rem;
	}
	.main-post .author-area .flex {
		display: block;
	}
	.main-post .author-area .author-img {
		margin: 0 0 1.875rem;
	}
	.main-post .author-area .author-img .img {
		height: 5rem;
		width: 5rem;
	}
	.main-post .next-prv-post {
		display: block;
	}
	.main-post .next-prv-post .thumb-post {
		margin: 0 !important;
	}
	.main-post .next-prv-post .text-right {
		margin-top: 1.875rem !important;
		text-align: left;
	}
	.comments-post .item-box .flex {
		display: block;
	}
	.comments-post .item-box .user-img {
		margin: 0 0 0.9375rem;
	}
	.comments-post .item-box .replay-post {
		margin: 0.9375rem 0 0;
	}
	.comments-post .item-box.replayed {
		margin-left: 0;
	}
	.carousel-slider .swiper-controls .swiper-button-next,
	.full-showcase .swiper-controls .swiper-button-next,
	.half-slider .swiper-controls .swiper-button-next {
		right: 3.125rem;
	}
	.carousel-slider .swiper-controls .swiper-button-prev,
	.full-showcase .swiper-controls .swiper-button-prev,
	.half-slider .swiper-controls .swiper-button-prev {
		left: 3.125rem;
	}
	.carousel-slider .swiper-pagination,
	.full-showcase .swiper-pagination,
	.half-slider .swiper-pagination {
		display: none;
	}
	.carousel-slider .gallery-text .text h4 {
		font-size: 1.5rem;
	}
	.carousel-slider .gallery-text .text h6 {
		font-size: 0.875rem;
		letter-spacing: 0.0625rem;
	}
	.half-slider .gallery-text .text h4 {
		font-size: 2.1875rem;
	}
	.inter-links-center .links-text li h2 {
		font-size: 1.75rem !important;
	}
	.inter-links-center .links-text li,
	.inter-links-center.vertical .links-text li {
		padding: 1.25rem 0;
	}
	.interactive-center .item h4 {
		font-size: 1.875rem;
	}
	.interactive-center .item a {
		padding: 1.5625rem 0;
	}
	.interactive-center .item .hover-reveal {
		height: 90vh !important;
		left: 5vw !important;
		top: 5vh !important;
		width: 90vw !important;
	}
	.portfolio-header h1 {
		font-size: 1.875rem !important;
	}
	.inter-fixed-text .links-text li h2 {
		font-size: 1.5625rem;
	}
	.next-project .sub-title {
		margin-bottom: 0.9375rem;
	}
	.next-project .fz-70 {
		font-size: 1.875rem !important;
	}
	.next-project .icon-img-70 {
		width: 1.875rem;
	}
	.blog-header .info,
	.blog-header .left-info > .d-flex {
		display: block !important;
	}
	.blog-header .ml-50 {
		margin-bottom: 1.875rem;
		margin-left: 0 !important;
		margin-top: 1.875rem;
	}
}
.services {
	background-color: var(--primary_green_light);
}
.screen-max-width {
	margin-inline-end: auto;
	margin-inline-start: auto;
	max-width: 70rem;
	position: relative;
}
.flex-center {
	align-items: center;
	display: flex;
	justify-content: center;
}
.nav-height {
	height: calc(100vh - 3.75rem);
}
.btn {
	background-color: var(--primary_orange);
	border-radius: 1.875rem;
	color: var(--primary_green);
	font-size: 1rem;
	font-family: Geist, sans-serif;
	padding: .8rem;
	font-weight: 500;
	height: fit-content;
	line-height: normal;
}

.btn:hover {
	background-color: var(--white);
	color: var(--primary_green);
}
.color-container {
	padding: 0.75rem;
}
.color-container,
.size-btn-container {
	align-items: center;
	backdrop-filter: blur(0.625rem);
	background-color: #ccc;
	border-radius: 624.9375rem;
	display: flex;
	justify-content: center;
}
.size-btn-container {
	gap: 0.25rem;
	margin-left: 0.75rem;
	padding: 0.25rem;
}
.size-btn {
	align-items: center;
	background-color: #fff;
	border-radius: 624.9375rem;
	color: #000;
	display: flex;
	font-size: 0.875rem;
	height: 2.5rem;
	justify-content: center;
	transition: all 0.3s ease;
	width: 2.5rem;
}
.common-padding {
	padding: 1.25rem 2.5rem;
}
.section-heading {
	color: #333;
	font-size: 1.875rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	margin-bottom: 1.25rem;
	opacity: 0;
	transform: translateY(1.25rem);
}
.feature-text {
	color: #333;
	font-size: 1.125rem;
	font-weight: 600;
	max-width: 30rem;
	opacity: 0;
	transform: translateY(6.25rem);
}
.feature-text-container {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 2.5rem;
	width: 100%;
}
.feature-video {
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0;
	transform: scale(1.5);
	width: 100%;
}
.feature-video-container {
	flex-direction: column;
	gap: 1.25rem;
	width: 100%;
}
.feature-video-container,
.link {
	align-items: center;
	display: flex;
}
.link {
	color: #00f;
	cursor: pointer;
	font-size: 1.25rem;
	opacity: 0;
	text-decoration: none;
}
.link:hover {
	text-decoration: underline;
}
.control-btn {
	align-items: center;
	backdrop-filter: blur(0.625rem);
	background-color: #ccc;
	border-radius: 624.9375rem;
	margin-left: 1rem;
	padding: 1rem;
}
.hero-title {
	color: #fff;
	font-weight: 600;
	line-height: 6.25rem;
	margin: 2rem;
	opacity: 0;
	text-align: left;
}
.hero-sub,
.hero-title {
	font-size: 5rem;
}
.hiw-title {
	font-size: 1.7rem;
}
.hiw-subtitle,
.hiw-title {
	font-weight: 600;
	text-align: center;
}
.hiw-subtitle {
	color: var(--white);
	font-size: 1.125rem;
	padding-top: 2.5rem;
}
.hiw-video {
	border-radius: 3.5rem;
	height: 90%;
	overflow: hidden;
	position: absolute;
	width: 95%;
}
.hiw-text-container {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	justify-content: space-between;
}
.hiw-text {
	color: #666;
	font-size: 1.125rem;
	font-weight: 400;
}
.hiw-bigtext {
	color: #fff;
	font-size: 3rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
}
.video-carousel_container {
	height: 35vh;
	position: relative;
	width: 88vw;
}
.g_fadeIn {
	opacity: 0;
	transform: translateY(6.25rem);
}
.image-hero {
	height: auto;
	max-width: 100%;
	width: 50vw;
}
.padding-hero {
	align-items: center;
	justify-content: baseline;
	padding-bottom: 2rem;
	padding-top: 5rem;
}
.marg-hero {
	color: var(--white);
	display: flex;
	flex-direction: row;
	left: 0;
	margin-left: 5%;
	margin-right: 5%;
	top: 0;
	transition: all 0.7s;
	width: 100%;
	z-index: 999999;
}
.img-fluid {
	margin: 5%;
}
.bold-f{
	font-family: Geist, sans-serif;
	font-weight: bold;
}
.text-green {
	color: var(--primary_green_light);
}
.container-bottom {
	background-color: var(--white);
	border-radius: 0.8125rem;
	color: var(--primary_green);
	margin: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.container-mid {
	border-radius: 0.8125rem;
	color: var(--primary_green);
}


.container-bottom h2 {
	font-size: 2rem;
}

.profile {
	border-radius: 0.8125rem;
}

.video-container {
	position: relative;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footer-container{
	padding-top: 4rem;
	padding-bottom: 5rem;
}

.copyright{
	margin-top: 1rem;
}

.hero-helper{
	padding-top: 3rem;
	margin-top: 1rem;
}

.padding-hero-base{
	padding-right: 1rem;
}

iframe{
	width: 100vw;
	height: 30rem;
	border-radius: 1rem;
}

.zap{
	width: 10rem;
}

.pad-container-hero{
	padding: 1rem
}


/* CSS para dispositivos móveis */
@media (max-width: 768px) {
  .footer-container {
	padding-top: 1rem;
	padding-bottom: 2rem;
  }
  .cursor{
	display: none;
  }
   .hero-title {
    flex-direction: column; /* Altera a direção dos itens para coluna */
  }

  .cta-buttons {
    margin-top: 1.2rem; /* Adapte a margem conforme necessário */
  }

   iframe {
    height: 30rem; 
  }
  .copyright{
	padding-top: 1rem;
}

.hero-helper{
	padding-top: 4rem;
	margin-top: 1rem;
}
.btn {
	background-color: var(--primary_orange);
	border-radius: 1.875rem;
	color: var(--primary_green);
	font-size: .9rem;
	margin-bottom: 1rem;
	font-family: Geist, sans-serif;
	padding: .8rem;
	font-weight: 500;
	height: fit-content;
	line-height: normal;
}
.pad-container-hero{
	padding: .5rem
}

  }

@media (max-width: 1024px) {
  iframe {
    height: 30rem; /* Altura para telas até 1023px de largura */
  }
    .cursor{
	display: none;
  }
.pad-container-hero{
	padding: .5rem
}

}


@media (max-width: 576px) {
  iframe {
    height: 30rem; /* Ajuste a altura para dispositivos com largura mínima de 576px */
    border-radius: 1rem;
  }
  .cursor{
	display: none;
  }
  .pad-container-hero{
	padding: 0;
}
}

@media (max-width: 992px) {
  iframe {
    height: 30rem;
  }
  .cursor{
	display: none;
  }
    .pad-container-hero{
	padding: 0;
}
}

@media (max-width: 1200px) {
  iframe {
    height: 30rem;
  }
    .cursor{
	display: none;
  }
    .pad-container-hero{
	padding: .5rem;
}
}

@media screen and (max-width: 400px){
	.cursor{
	display: none;
  }

  .btn{
	font-size: .8rem;
  }
    .pad-container-hero{
	padding: .5rem;
}
}

@media screen and (max-width: 355px){
	.cursor{
	display: none;
  }

  .btn{
	font-size: .6rem;
  }
    .pad-container-hero{
	padding: .5rem;
}
}

