/*
Theme Name: NextTier
Description: NextTier Child Theme
Template: hello-elementor
Version: 1.1.7
Tags: four-columns, right-sidebar, full-width-template
Text Domain: nexttier

This theme, like WordPress, is licensed under the GPL.Use it to make something cool, have fun, and share what you've learned with others.
*/



/* Header CSS Start */
.logo-white img{
	filter: brightness(0) invert(1) !important;
}
#site-header {
	width: 100%;
	position: relative;
	z-index: 9999999999;
	transform: translateY(0);
}

#site-header.fixed {
	position: fixed;
	background: #003153ad;
	top: 0;
	left: 0;
	transform: translateY(-100%) !important;
	transition: transform 0s ease;
	/* 	transition: transform 0.5s ease; */
}

#site-header.scrolling-down {
	transform: translateY(-100%) !important;
	transition: transform 0.5s ease;
}

#site-header.scrolling-up {
	transform: translateY(0) !important;
	transition: transform 0.5s ease;
}

#site-header.fixed .tab-toggle-menu .elementor-nav-menu > li > a{
	color: var( --e-global-color-primary );
}
#site-header.fixed .tab-toggle-menu .elementor-nav-menu > li > a:hover{
	color: #4b2929ab;
}
#site-header.fixed .elementor-widget-button .elementor-button{
	background-color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
	color: #fff;
}
#site-header.fixed .elementor-widget-button .elementor-button:hover{
	color: var(--e-global-color-primary);
	background-color: #fff;
}


body{
	overflow-x: hidden;
}
.head-toggle{
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*align-items: center;*/
	padding: 19px;
	gap: 5px
}
.head-toggle span{
	display: inline-block;
	background: var( --e-global-color-accent );
	height: 3px;
	width: 22px;
	transition: all 0.4s;
}
.head-toggle span:first-child{
	align-self: flex-end;
}
.head-toggle span:first-child,
.head-toggle span:last-child{
	width: 14px;
}
.header-nav-opener a[aria-expanded="true"] .head-toggle span{
	width: 22px !important;
}
.menu-part{
	max-height: calc(100vh - 220px);
	overflow-y: auto;
}





.line-before-after:before,
.line-before-after:after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background: #000;
}
.line-before-after:after{
	left: auto;
	right: 0;
}
.elementor-button-info a{
	position: relative;
	overflow: hidden;
}
.elementor-button-info .ripple-circle {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #a7aaac;
	border-radius: 50%;
	pointer-events: none;
	opacity: 1;
	z-index: 1;
	transform: scale(0);
	transition: transform 0.8s ease-out, opacity 0.7s ease-out;
}
.elementor-button-info a .elementor-button-content-wrapper{
	z-index: 2;
	position: relative;
}




.footer-logo img{
	filter: brightness(0) invert(1);
}

.footer-list a{
	transition: all 0.3s;
}

.footer-list a:hover{
	transform: translate(5px);
}

.footer-icon a{
	width: 60px !important;
	height: 60px !important;
	border: 1px solid #fff;
	display: flex !important;
	justify-content: center !important;
	border-radius: 100px;
	transition: all 0.3s;
}

.footer-icon a:hover{

	background-color: #ffffff !important;
}

.footer-icon a:hover .elementor-icon-list-text{
	color: var( --e-global-color-1d9c577 ) !important;
}
.aspect1 img{
	aspect-ratio: 1;
	object-fit: cover;
}
.overlay-over-img:before{
	z-index: 2;
}
.year-count .elementor-counter-number{
	width: 100px;
	height: 100px;
	background-color: #fff;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	display: flex;
	inset: auto auto 0% 0%;
}
.ceo-box .elementor-image-box-title{
	margin-top: 0;
}
.ceo-box img{
	width: 60px !important;
}









.marquee {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

.marquee__inner {
	display: inline-flex;
	flex-wrap: nowrap;
	will-change: transform;
	animation: marquee-left linear infinite;
	animation-duration: var(--marquee-speed, 20s);
}

.marquee__inner span {
	display: inline-flex;
	align-items: center;
	margin-right: 198px;
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	line-height: var(--e-global-typography-accent-line-height);
	color: #fff;
}

.marquee__inner img {
	width: 20px;
	margin: 0 40px;
}

@keyframes marquee-left {
	from { transform: translateX(0); }
	to   { transform: translateX(calc(-1 * var(--marquee-width))); }
}
.marquee__inner.marquee__right {
	animation-name: marquee-right;
}
@keyframes marquee-right {
	from { transform: translateX(calc(-1 * var(--marquee-width))); }
	to   { transform: translateX(0); }
}

.marquee__inner.marquee__banner {
	animation: marqueeBannerRightScroll 10s linear infinite;
}
.marquee__inner.marquee__banner span {
	font-size: 120px;
	line-height: 1.5;
	font-weight: 700;
	color: transparent;
	-webkit-text-stroke: 1px #fff;
}
@keyframes marqueeBannerRightScroll {

	from { transform: translateX(calc(-1 * var(--marquee-width))); }
	to   { transform: translateX(0); }
}
.big-marquee .marquee__inner span {
	font-size: 100px;
	line-height: 1.3;
	color: var( --e-global-color-accent );
}
.big-marquee img {
	line-height: 1 !important;
	object-position: bottom;
	height: 90px;
	width: 90px;
	object-fit: contain;
	margin-top: 20px;
}
.big-marquee .marquee__inner {
	animation-duration: 25s;
}



.service-card .elementor-heading-title,
.service-card .bottom-icon,
.service-card .middle-icon,
.service-card .img-overlay:before,
.service-card .elementor-button *{
	transition: all 0.5s;
}
.service-card .bottom-icon{
	opacity: 0;
	transition: all 0.8s;
}
.service-card .bottom-icon svg path{
	fill: #fff !important;
}
.service-card:hover .elementor-heading-title{
	color: #fff !important;
}
.service-card:hover .elementor-button *{
	color: #7ccaff !important;
	stroke: #7ccaff !important;
}
.service-card .elementor-button:hover .elementor-button-icon{
	transform: translateX(5px);
}
.service-card:hover .bottom-icon{
	transform: translateX(-100px);
	opacity: 1;
}
.service-card:hover .middle-icon{
	transform: scale(0.5);
	opacity: 0;
	transition: all 0.7s;
}
.service-card .img-overlay:before{
	transform: scale(0.5);
	opacity: 0;
	transition: all 1s;
}
.service-card:hover .img-overlay:before{
	transform: scale(1);
	opacity: 1;
	transition: all 0.6s;
}
.elementor-widget-form .e-form__buttons{
	margin-top: 20px;
}


.testim-bx .elementor-testimonial-wrapper{
	display: flex;
	flex-direction: column-reverse;
	gap: 35px;
}
.testim-bx:hover *{
	transition: all 0.3s;
}
.testim-bx:hover *{
	color: #fff !important;
}





.anim-title,
.anim-btn.elementor-widget-button{
	overflow: hidden;
}
.anim-title .elementor-heading-title,
.anim-title p {
	opacity: 0;
	transform: translate3d(0, 80%, 0) rotateZ(0deg) skew(10deg, 8deg);
	transform-style: preserve-3d;
	transition: all 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.anim-title.animated .elementor-heading-title,
.anim-title.animated p {
	opacity: 1;
	transform: translate3d(0px, 0%, 0px)
		scale3d(1, 1, 1)
		rotateX(0deg)
		rotateY(0deg)
		rotateZ(0deg)
		skew(0deg, 0deg);
}
.anim-btn.elementor-widget-button .elementor-button{
	transform: translateY(70px) !important;
	transition: all 0.9s;
}
.anim-btn.elementor-widget-button.animated .elementor-button{
	transform: translateY(0px) !important;
}
.anim-bx {
	will-change: transform;
	transform: translate3d(0,0,0) scale3d(0.8,0.8,1) skew(0deg, -10deg);
	transform-style: preserve-3d;
	transition: transform 0s; /* avoid CSS transitions interfering */
}



@media screen and (max-width: 767px) {
	.line-before-after:before,
	.line-before-after:after{
		display: none
	}

	.year-count .elementor-counter-number{
		width: 60px;
		height: 60px;
	}
	.remove-br-mob br{
		display: none;
	}
	.marquee__inner.marquee__banner span {
		font-size: 60px;
		line-height: 100px;
	}
	.big-marquee .marquee__inner span {
		font-size: 28px;
	}
	.big-marquee img {
		height: 30px;
		width: 30px;
		margin-top: 6px;
	}
	.marquee__inner {
		animation-duration: var(--marquee-speed, 60s);
	}
	.big-marquee .marquee__inner {
		animation-duration: 100s;
	}
	.marquee__inner.marquee__banner {
		animation: marqueeBannerRightScroll 60s linear infinite;
	}
}