:root {
	--font-family-base: "Inter", sans-serif;
	--font-family-headings: "Inter", sans-serif;
	--font-family-btn: "Inter", sans-serif;
	--bs-border-color: #d8dde1;
	--bs-border-radius: 0px;
	--font-size-base: 16px;
	--font-weight-base: 400;
	--line-height-base: 26px;
	--primary: #0c6c1a;
	--primary-rgb: 0, 96, 122;
	--secondary: #021736;
	--secondary-rgb: 2, 23, 54;
	--primary-mute: #fef5ee;
	--white: #fff;
	--white-rgb: 255, 255, 255;
	--shade: #dae1e3;
	--success: #23e219;
	--body-color: #5e6b78;
	--body-rgb: 94, 107, 120;
	--theme-border: #d8dde1;
	--black: #000;
	--headings-color: #01191f;
	--dark: #01191f;
	--dark-alt: #121c27;
	--dark-rgb: 18, 28, 39;
	--blue: #1d1354;
	--light: #f6f6f6;
	--mute: #797e88;
	--danger: #e84c4e;
	--hover: #047c9d
}

/*! mixins */
.text-primary {
	color: #0c6c1a !important
}

.text-secondary {
	color: #021736 !important
}

.text-tertiary {
	color: #fff !important
}

.text-success {
	color: #23e219 !important
}

.text-danger {
	color: #e84c4e !important
}

.text-warning {
	color: #ffc107 !important
}

.text-info {
	color: #fff !important
}

.text-light {
	color: #f6f6f6 !important
}

.text-dark {
	color: #01191f !important
}

.text-mute {
	color: #d8dde1 !important
}

.text-shade {
	color: #dae1e3 !important
}

.text-body {
	color: #5e6b78 !important
}

.h1,
h1 {
	font-size: 80px
}

.h1,
.h2,
h1,
h2 {
	font-family: var(--font-family-headings, "Inter", sans-serif);
	font-weight: 600;
	line-height: 1.2;
	color: var(--headings-color)
}

.h2,
h2 {
	font-size: 46px
}

.h3,
h3 {
	font-size: 30px
}

.h3,
.h4,
.process-card2 h3,
.slide-transtion .swiper-slide p,
.support-cta .s-support .ss-inner a,
h3,
h4 {
	font-family: var(--font-family-headings, "Inter", sans-serif);
	font-weight: 600;
	line-height: 1.2;
	color: var(--headings-color)
}

.h4,
.process-card2 h3,
.slide-transtion .swiper-slide p,
.support-cta .s-support .ss-inner a,
h4 {
	font-size: 24px
}

.h5,
.hero-slider .swiper-slide .slide-content span,
h5 {
	font-family: var(--font-family-headings, "Inter", sans-serif);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--headings-color)
}

.h6,
.hero-sec2 .hero-content .hc-inner .hero-left .hero-social,
.link-btn,
.payment-option button,
.process-card .pc-head span,
.product-details-tab .nav-tabs li .nav-link,
.product-nav .swiper-pagination,
.review-top .lead,
.review-top .lead-sm,
.single-post-page blockquote p,
.value-txt .value-footer,
h6,
ul.check li {
	font-family: var(--font-family-headings, "Inter", sans-serif);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--headings-color)
}

.display-1 {
	font-size: 80px
}

.display-1,
.display-2,
.sec-title {
	font-family: var(--font-family-headings, "Inter", sans-serif);
	font-weight: 600;
	line-height: 1.2;
	color: var(--headings-color)
}

.display-2,
.sec-title {
	font-size: 46px
}

.display-3 {
	font-size: 30px
}

.display-3,
.display-4,
.footer-widget .widget-title {
	font-family: var(--font-family-headings, "Inter", sans-serif);
	font-weight: 600;
	line-height: 1.2;
	color: var(--headings-color)
}

.display-4,
.footer-widget .widget-title {
	font-size: 24px
}

.display-5,
.review-entry2 .rev-inner p {
	font-size: 20px
}

.display-5,
.display-6,
.header-middle .conn-txt a,
.header-middle .conn-txt span,
.review-entry2 .rev-inner p {
	font-family: var(--font-family-headings, "Inter", sans-serif);
	font-weight: 600;
	line-height: 1.2;
	color: var(--headings-color)
}

.display-6,
.header-middle .conn-txt a,
.header-middle .conn-txt span {
	font-size: 18px
}

/*! typography */
body {
	font-family: var(--font-family-base);
	font-size: var(--font-size-base);
	font-weight: var(--font-weight-base);
	line-height: var(--line-height-base);
	color: var(--body-color);
	position: relative;
	background-color: var(--white);
	height: 100%;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@media (min-width:576px) {
	.body-gap {
		margin: 0 20px
	}
}

@media (min-width:576px) and (max-width:767.98px) {
	.body-gap {
		margin: 0 10px
	}
}

@media (min-width:1600px) {
	.body-gap {
		padding: 0 30px
	}
}

.ct-border {
	border-left: 1px solid var(--theme-border);
	border-right: 1px solid var(--theme-border)
}

a {
	color: inherit
}

a,
a:focus,
a:hover {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	text-decoration: none
}

a:focus,
a:hover {
	color: var(--primary)
}

.form-group {
	margin-bottom: 20px
}

@media (min-width:576px) {
	.form-group textarea {
		min-height: 150px
	}
}

@media (max-width:575.98px) {
	.form-group textarea {
		height: 120px
	}
}

.form-check-input[type=radio] {
	width: 10px;
	height: 10px;
	padding: 8px
}

.form-check-input:checked {
	background-color: var(--primary);
	border-color: var(--primary)
}

.form-check-input:focus {
	border-color: #fdb09a;
	box-shadow: 0 0 0 .25rem #ffd3c5
}

.lead-sm {
	font-size: 20px
}

.form-control,
.form-select,
input,
select,
textarea {
	font-family: var(--font-family-base);
	width: 100%;
	color: var(--body-color);
	padding: 14px 20px;
	border: 1px solid var(--theme-border)
}

.form-control:focus,
.form-select:focus,
input:focus,
select:focus,
textarea:focus {
	outline: 0 none;
	border: 1px solid rgba(var(--primary-rgb), .25);
	box-shadow: 0 0 0 .05rem rgba(var(--primary-rgb), .2)
}

.form-control::placeholder,
.form-select::placeholder,
input::placeholder,
select::placeholder,
textarea::placeholder {
	opacity: 1;
	color: var(--body-color)
}

.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: var(--body-color)
}

.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder,
input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: var(--body-color)
}

input[type=checkbox] {
	padding: 0
}

.btn:focus-visible {
	color: var(--headings-color);
	background-color: var(--primary);
	border-color: var(--primary);
	outline: 0;
	box-shadow: none
}

figure {
	margin: 0
}

.gx-5 {
	--bs-gutter-x: 30px
}

/*! animation */
.anim-img {
	position: absolute;
	backface-visibility: hidden;
	animation: jumping 5s ease-in-out 2s infinite alternate;
	animation-timing-function: cubic-bezier(.65, .05, .36, 1);
	user-select: none;
	will-change: transform
}

.anim-img.left-top {
	left: 0;
	top: auto
}

.anim-img.left-bottom {
	right: auto;
	left: 0;
	top: auto;
	bottom: 0
}

.anim-img.right-bottom {
	right: 0;
	bottom: 0
}

.anim-img.right-top {
	right: 0;
	top: 0
}

.anim-img.center-bottom {
	left: 20%;
	bottom: 0
}

.anim-img.spin {
	animation: spin 8s ease-in-out 2s infinite alternate
}

.anim-img.zoom {
	animation: zoom 8s ease-in-out 2s infinite alternate
}

.anim-img.anim-2 {
	animation: jumping2 8s ease-in-out 2s infinite alternate
}

@media (max-width:575.98px) {
	.anim-img {
		display: none
	}
}

@keyframes jumping {
	0% {
		transform: translateY(0) translateX(0) rotate(0) scale(.5);
		opacity: .2
	}

	50% {
		transform: translateY(-50px) translateX(-50px) rotate(15deg) scale(.7);
		opacity: .7
	}

	to {
		transform: translateY(-75px) translateX(-75px) rotate(0) scale(1);
		opacity: 1
	}
}

@keyframes jumping2 {
	0% {
		transform: translateY(-150px) translateX(-10px) rotate(0) scale(1);
		opacity: .2
	}

	50% {
		transform: translateY(-50px) translateX(-10px) rotate(5deg) scale(.8);
		opacity: .5
	}

	to {
		transform: translateY(0) translateX(0) rotate(0) scale(.7)
	}
}

@keyframes animate_pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(var(--pulse-rgb, var(--white-rgb)), .2), 0 0 0 0 rgba(var(--pulse-rgb, var(--white-rgb)), .4)
	}

	40% {
		box-shadow: 0 0 0 50px rgba(var(--pulse-rgb, var(--white-rgb)), 0), 0 0 0 0 rgba(var(--pulse-rgb, var(--white-rgb)), .4)
	}

	80% {
		box-shadow: 0 0 0 50px rgba(var(--pulse-rgb, var(--white-rgb)), 0), 0 0 0 30px rgba(var(--pulse-rgb, var(--white-rgb)), 0)
	}

	to {
		box-shadow: 0 0 0 0 rgba(var(--pulse-rgb, var(--white-rgb)), 0), 0 0 0 30px rgba(var(--pulse-rgb, var(--white-rgb)), 0)
	}
}

.play-btn {
	animation: animate_pulse 3s linear infinite
}

.play-btn.primary {
	--pulse-rgb: var(--primary-rgb)
}

.spin {
	animation: spin 10s linear infinite
}

@keyframes spin {
	0% {
		transform: rotate(0);
		left: 50%
	}

	40% {
		transform: rotate(90deg);
		left: 55%
	}

	80% {
		transform: rotate(180deg);
		left: 60%
	}

	to {
		transform: rotate(1turn);
		left: 50%
	}
}

.moveX {
	animation: moveX 12s linear infinite
}

.moveXS {
	animation: moveXS 8s linear infinite
}

@keyframes moveX {
	0% {
		transform: translateX(0)
	}

	25% {
		transform: translateX(150px)
	}

	50% {
		transform: translateX(120px)
	}

	75% {
		transform: translateX(140px)
	}

	to {
		transform: translateX(0)
	}
}

@keyframes moveXS {
	0% {
		transform: translateX(0)
	}

	30% {
		transform: translateX(20px)
	}

	70% {
		transform: translateX(50px)
	}

	to {
		transform: translateX(0)
	}
}

.moveY {
	animation: moveY 7s ease-in-out infinite
}

.moveYS {
	animation: moveYS 9s ease-in-out infinite
}

@keyframes moveY {
	0% {
		transform: translateY(-80px)
	}

	50% {
		transform: translateY(60px)
	}

	to {
		transform: translateY(-80px)
	}
}

@keyframes moveYS {
	0% {
		transform: translateY(-15px)
	}

	50% {
		transform: translateY(15px)
	}

	to {
		transform: translateY(-15px)
	}
}

.rotate,
.slide-transtion .swiper-slide p:before {
	animation: rotate 7s linear infinite
}

@keyframes rotate {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

@keyframes zoom {
	0% {
		-moz-transform: scale(.3);
		-o-transform: scale(.3);
		-ms-transform: scale(.3);
		-webkit-transform: scale(.3);
		transform: scale(.3)
	}

	20% {
		-moz-transform: scale(.8);
		-o-transform: scale(.8);
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}

	50% {
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	to {
		-moz-transform: scale(.4);
		-o-transform: scale(.4);
		-ms-transform: scale(.4);
		-webkit-transform: scale(.4);
		transform: scale(.4)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@keyframes tada {
	16% {
		transform: translateY(6px)
	}

	33% {
		transform: translateY(-4px)
	}

	49% {
		transform: translateY(4px)
	}

	66% {
		transform: translateY(-2px)
	}

	83% {
		transform: translateY(1px)
	}

	to {
		transform: translateY(0)
	}
}

.goal-card:hover .icon-lg,
.tada {
	animation: tada 1.1s ease-out
}

@-webkit-keyframes shake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes shake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.shake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: shake;
	animation-name: shake
}

@keyframes rotateY {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}

	to {
		-webkit-transform: rotateY(-1turn);
		transform: rotateY(-1turn)
	}
}

.feature-card:hover .icon-xl,
.feature-card:hover .process-card2 span,
.process-card2 .feature-card:hover span,
.process-card2 .step-card:hover span,
.rotateY,
.service-entry:hover .serv-icon,
.step-card:hover .icon,
.step-card:hover .icon-lg,
.step-card:hover .icon-xl,
.step-card:hover .icon-xs,
.step-card:hover .process-card2 span,
.step-card:hover .team-entry .team-thumb .team-share .link-hover,
.team-entry .team-thumb .team-share .step-card:hover .link-hover {
	animation: rotateY 1.05s
}

/*! Magic Cursor */
body.tv-magic-cursor #magic-cursor {
	display: block
}

#magic-cursor {
	position: absolute;
	display: none;
	width: 10px;
	height: 10px;
	pointer-events: none;
	z-index: 99999;
	opacity: 0;
	top: 0;
	left: 0
}

#ball {
	position: fixed;
	display: flex;
	align-items: center;
	pointer-events: none;
	border-radius: 50%;
	color: transparent;
	justify-content: center;
	mix-blend-mode: difference;
	background-color: var(--primary)
}

.cursor-bg-red #ball {
	background-color: #ff535b !important
}

.cursor-bg-red #ball .ball-view {
	color: var(--white)
}

.cursor-bg-red-2 #ball {
	background-color: #ff481f !important
}

.cursor-bg-red-2 #ball .ball-view {
	color: var(--white)
}

.cursor-bg-yellow #ball {
	background-color: #fff669 !important
}

.cursor-bg-yellow #ball .ball-view,
.cursor-white-bg #ball .ball-view {
	color: var(--primary)
}

#ball .ball-view {
	opacity: 0;
	visibility: hidden;
	font-weight: 500;
	line-height: 1.3;
	transform: scale(0)
}

#ball .ball-drag,
#ball .ball-view {
	position: absolute;
	padding: 0 5px;
	font-size: 15px;
	text-align: center;
	color: var(--primary)
}

#ball .ball-drag {
	display: block;
	width: 100%;
	font-weight: 600;
	line-height: 1.2;
	transition: all .3s
}

#ball .ball-drag:after,
#ball .ball-drag:before {
	position: absolute;
	top: 50%;
	margin-top: -5px;
	font-size: 19px;
	height: 10px;
	line-height: 10px;
	font-weight: 900;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	color: var(--white);
	font-family: Font Awesome\ 6 Pro;
	-webkit-font-smoothing: antialiased
}

#ball .ball-drag:before {
	content: "\f104";
	left: 0;
	transform: translate3d(-30px, 0, 0);
	transition: all .25s
}

#ball .ball-drag:after {
	content: "\f105";
	right: 0;
	transform: translate3d(30px, 0, 0);
	transition: all .25s
}

#ball.with-blur {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

#ball.ball-close-enabled {
	opacity: 1 !important
}

#ball .ball-close {
	position: absolute;
	padding: 0 5px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	color: var(--primary)
}

.tv-magnetic-wrap {
	display: flex;
	align-items: center;
	justify-content: center
}

.dark #ball,
.home-2 #ball {
	background-color: var(--white)
}

.dark #ball .ball-view,
.home-2 #ball .ball-view {
	color: var(--primary)
}

/*! theme */
.ab-stat,
.about-sec3 .about-content .about-stat,
.about-sec4 .about-content .about-mission h4,
.about-sec4 .s-info span,
.about-stat-sec,
.blog-entry2 .entry-footer .btn,
.blog-entry .entry-meta span:first-child,
.blog-entry .entry-meta span:last-child,
.btn-close,
.contact-img,
.contact-sec3 .contact-form2 form .row,
.feat-card,
.feature-sec .row>div,
.footer-2 .subs-widget,
.footer-nav ul li,
.footer-widget.contact-widget ul li,
.footer-widget.quick-links ul li,
.footer-wrap,
.footer.footer-default,
.footer .footer-top .social-share,
.footer .footer-top h3,
.goal-card,
.goal-sec,
.gr-entry,
.growth-sec,
.growth-sec .growth-wrap,
.growth-sec .parallax-bg,
.growth-txt,
.header-actions a.text-reset.user-account,
.header-connect .single-conn,
.header-top .header-socials span,
.header-top .lang-links a,
.header-top .quick-links ul li,
.header-top ul.header-info li,
.header.header-2 .header-wrapper .navbar,
.header.header-4 .nav-cta,
.hero-sec2,
.hero-sec2 .hero-content .hc-inner .hero-left .hero-social a,
.hero-sec2 .hero-content .lead,
.hero-sec2 .hero-content .lead-sm,
.hero-slider-sec,
.hero-video,
.overly,
.portfolio-card,
.portfolio-item.active .pt-info,
.pricing-card,
.pricing-card .pricing-body ul li,
.process-card,
.process-card2,
.project-card .project-thumb,
.project-sec2,
.recent-entry .rc-entry,
.review-carousel-wrap,
.review-entry .review-quote,
.review-wrap4,
.review-wrap4 .swiper-slide,
.service-sidebar .widget ul li a,
.services-sec4 .serv-wrapper>div,
.services-sec5,
.services-tab,
.services-tab .nav button.nav-link,
.sidebar .widget-title,
.single-post-page blockquote,
.single-post-page blockquote cite,
.skill-item .skill-per,
.slide-transtion .swiper-slide p,
.stat-sec2,
.stat-sec2 .stat-wrapper .stat-card .stat-head,
.stat-sec2 .stat-wrapper>div:not(:first-child) .stat-card,
.stat-wrap,
.step-card .step-footer,
.support-cta,
.team-entry .team-thumb,
.trust-content .trust-stat,
.video-sec2 .video-bg,
ul.check li,
ul.ct-list li {
	position: relative;
	z-index: 1
}

.ab-stat:before,
.about-sec3 .about-content .about-stat:before,
.about-sec4 .about-content .about-mission h4:before,
.about-sec4 .s-info span:before,
.about-stat-sec:before,
.blog-entry2 .entry-footer .btn:before,
.blog-entry .entry-meta span:first-child:before,
.blog-entry .entry-meta span:last-child:before,
.btn-close:before,
.contact-img:before,
.contact-sec3 .contact-form2 form .row:before,
.feat-card:before,
.feature-sec .row>div:before,
.footer-2 .subs-widget:before,
.footer-nav ul li:before,
.footer-widget.contact-widget ul li:before,
.footer-widget.quick-links ul li:before,
.footer-wrap:before,
.footer.footer-default:before,
.footer .footer-top .social-share:before,
.footer .footer-top h3:before,
.goal-card:before,
.goal-sec:before,
.gr-entry:before,
.growth-sec .growth-wrap:before,
.growth-sec .parallax-bg:before,
.growth-sec:before,
.growth-txt:before,
.header-actions a.text-reset.user-account:before,
.header-connect .single-conn:before,
.header-top .header-socials span:before,
.header-top .lang-links a:before,
.header-top .quick-links ul li:before,
.header-top ul.header-info li:before,
.header.header-2 .header-wrapper .navbar:before,
.header.header-4 .nav-cta:before,
.hero-sec2 .hero-content .hc-inner .hero-left .hero-social a:before,
.hero-sec2 .hero-content .lead-sm:before,
.hero-sec2 .hero-content .lead:before,
.hero-sec2:before,
.hero-slider-sec:before,
.hero-video:before,
.overly:before,
.portfolio-card:before,
.portfolio-item.active .pt-info:before,
.pricing-card .pricing-body ul li:before,
.pricing-card:before,
.process-card2:before,
.process-card:before,
.project-card .project-thumb:before,
.project-sec2:before,
.recent-entry .rc-entry:before,
.review-carousel-wrap:before,
.review-entry .review-quote:before,
.review-wrap4 .swiper-slide:before,
.review-wrap4:before,
.service-sidebar .widget ul li a:before,
.services-sec4 .serv-wrapper>div:before,
.services-sec5:before,
.services-tab .nav button.nav-link:before,
.services-tab:before,
.sidebar .widget-title:before,
.single-post-page blockquote:before,
.single-post-page blockquote cite:before,
.skill-item .skill-per:before,
.slide-transtion .swiper-slide p:before,
.stat-sec2 .stat-wrapper .stat-card .stat-head:before,
.stat-sec2 .stat-wrapper>div:not(:first-child) .stat-card:before,
.stat-sec2:before,
.stat-wrap:before,
.step-card .step-footer:before,
.support-cta:before,
.team-entry .team-thumb:before,
.trust-content .trust-stat:before,
.video-sec2 .video-bg:before,
ul.check li:before,
ul.ct-list li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: var(--dark)
}

.sec-title {
	margin: 20px 0 25px;
	line-height: 1.2
}

@media (max-width:1399.98px) {
	.sec-title {
		font-size: 40px
	}
}

@media (max-width:1199.98px) {
	.sec-title {
		font-size: 36px
	}
}

@media (max-width:575.98px) {
	.sec-title {
		overflow: hidden;
		font-size: 32px
	}
}

.sub-title {
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 20px;
	color: var(--headings-color);
	border: 1px solid var(--theme-border);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px
}

.services-tab .nav button.nav-link,
.sub-heading {
	font-size: 36px
}

.text-mute {
	color: var(--mute) !important
}

.hover-img img:first-child {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transform: translateX(50%) scaleX(2);
	transform: translate(50%) scaleX(2);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px)
}

.hover-img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.hover-img:hover img:first-child {
	-webkit-transform: translateX(0) scaleX(1);
	transform: translate(0) scaleX(1);
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0)
}

.hover-img:hover img:nth-child(2) {
	-webkit-transform: translateX(-50%) scaleX(2);
	transform: translateX(-50%) scaleX(2);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px)
}

.round {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px
}

.sec-intro {
	margin: 0 auto 60px
}

.sec-intro.half {
	max-width: 800px
}

@media (max-width:1199.98px) {
	.sec-intro.half {
		max-width: 600px
	}
}

.text-reset:hover {
	color: var(--primary) !important
}

.sec-padding {
	padding: 120px 0
}

@media (min-width:992px) and (max-width:1199.98px) {
	.sec-padding {
		padding: 100px 0
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.sec-padding {
		padding: 90px 0
	}
}

@media (max-width:767.98px) {
	.sec-padding {
		padding: 70px 0
	}
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
	color: var(--primary);
	border-color: var(--primary)
}

.bg-primary {
	background-color: #0c6c1a !important
}

.bg-tertiary {
	background-color: #fff !important
}

.bg-light {
	background-color: #f6f6f6 !important
}

.bg-mute {
	background-color: #d8dde1 !important
}

.btn-secondary {
	background-color: #021736;
	border-color: #021736;
	color: #fff
}

.btn-secondary:focus,
.btn-secondary:hover {
	background-color: rgb(.1785714286, 2.0535714286, 4.8214285714);
	border-color: rgb(.1785714286, 2.0535714286, 4.8214285714);
	color: #fff
}

.bg-secondary {
	background-color: #0e2314 !important;
}

.bg-shade {
	background-color: #dae1e3 !important
}

.bg-info {
	background-color: #fff !important
}

.bg-dark {
	background-color: #01191f !important
}

.btn {
	font-family: var(--font-family-btn);
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	padding: 16px 35px;
	position: relative;
	border: none;
	overflow: hidden;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	z-index: 1;
	transition: .3s
}

@media (max-width:767.98px) {
	.btn {
		padding: 14px 28px
	}
}

.btn span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 30px;
	background-color: var(--hover);
	transition: width .5s ease-in-out, height .5s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: -1
}

.btn i.fa-arrow-right {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	margin-left: 5px;
	transform: rotate(-30deg)
}

.btn:hover i.fa-arrow-right {
	transform: rotate(0deg)
}

.btn.btn-xs {
	padding: 13px 26px
}

.btn:hover span {
	width: 225%;
	height: 562.5px
}

.btn.btn-outline {
	border: 1px solid var(--theme-border) !important;
	padding: 10px 26px
}

.btn.btn-outline span {
	background-color: var(--primary)
}

.btn.btn-outline:hover {
	color: var(--white);
	border: 1px solid var(--primary) !important
}

.btn.btn-outline:hover span {
	background-color: var(--primary)
}

.btn.btn-mute {
	background-color: rgba(var(--white-rgb), .25);
	backdrop-filter: blur(17px);
	color: var(--white)
}

.btn.btn-mute:hover,
.btn.btn-secondary span {
	background-color: var(--primary)
}

.btn-primary {
	background-color: #0c6c1a;
	border-color: #0c6c1a;
	color: #fff
}

.btn-primary:focus,
.btn-primary:hover {
	background-color: rgb(0, 55.868852459, 71);
	border-color: rgb(0, 55.868852459, 71);
	color: #fff
}

.btn-tertiary {
	background-color: rgba(var(--white-rgb), .25);
	color: var(--white)
}

.btn-tertiary span {
	background-color: var(--primary)
}

.btn-tertiary:hover {
	color: var(--white)
}

.btn-info {
	background-color: #fff;
	border-color: #fff;
	color: #fff
}

.btn-info:focus,
.btn-info:hover {
	background-color: rgb(229.5, 229.5, 229.5);
	border-color: rgb(229.5, 229.5, 229.5);
	color: #fff
}

.btn-info {
	color: var(--headings-color);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.btn-dark:hover,
.btn-info span {
	background-color: var(--primary)
}

.btn-dark:hover {
	border: 1px solid var(--primary)
}

.icon,
.icon-lg,
.icon-xl,
.icon-xs,
.process-card2 span,
.team-entry .team-thumb .team-share .link-hover {
	height: 46px;
	width: 46px;
	text-align: center;
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	font-size: 16px
}

.icon-lg i,
.icon-xl i,
.icon-xs i,
.icon i,
.process-card2 span i,
.team-entry .team-thumb .team-share .link-hover i {
	display: table-cell;
	vertical-align: middle
}

.icon-xs {
	width: 36px;
	height: 36px
}

.icon-lg {
	width: 56px;
	height: 56px;
	font-size: 20px
}

.icon-xl,
.process-card2 span {
	width: 80px;
	height: 80px;
	font-size: 24px
}

.lead,
.lead-sm {
	font-size: 18px;
	font-weight: 500
}

.zoom-img {
	overflow: hidden
}

.zoom-img img {
	transform: scale(1);
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease
}

.zoom-img:hover img {
	transform: scale(1.1)
}

.abs-bg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0
}

.link-btn {
	line-height: 1.3;
	text-transform: uppercase;
	font-size: 15px;
	text-decoration: none
}

.link-btn,
.link-btn i {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.link-btn i {
	margin-left: 2px
}

.link-btn:hover {
	color: var(--primary)
}

.link-btn:hover i {
	transform: rotate(-20deg)
}

.ratings {
	font-size: 14px
}

.ratings i {
	color: #ff9b00
}

.social-share a {
	background-color: var(--primary);
	color: var(--white);
	display: inline-flex;
	align-items: center;
	justify-content: space-around;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.social-share a i {
	display: table-cell;
	vertical-align: middle
}

.social-share a:last-child {
	margin-right: 0
}

.social-share a:hover {
	background-color: var(--dark);
	color: var(--white)
}

.social-share.outline a {
	border: 1px solid var(--theme-border);
	background-color: transparent;
	color: var(--headings-color)
}

.social-share.outline a:hover {
	background-color: var(--primary);
	border: 1px solid var(--primary);
	color: var(--white)
}

.social-share.null a {
	background-color: transparent;
	width: auto;
	height: auto;
	color: var(--headings-color)
}

.social-share.null a:hover {
	color: var(--dark)
}

.social-share.circle a {
	border-radius: 50%
}

.bg-cover,
.hero-slider .swiper-slide .slide-bg,
.service-entry2 .serv-bg {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.scroll-top {
	position: fixed;
	right: 1.875rem;
	bottom: 1.875rem;
	height: 3.125rem;
	width: 3.125rem;
	z-index: 10000;
	opacity: 1;
	visibility: hidden;
	transform: translateY(2.8125rem);
	transition: all .3s linear;
	background-color: var(--white);
	box-shadow: 0 .3125rem .9375rem rgba(0, 0, 0, .14)
}

.scroll-top,
.scroll-top:after {
	cursor: pointer;
	display: block;
	border-radius: 50%
}

.scroll-top:after {
	content: "\f106";
	font-family: fontawesome;
	font-weight: 700;
	position: absolute;
	text-align: center;
	line-height: 3.125rem;
	font-size: 1.25rem;
	color: var(--headings-color);
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1
}

.scroll-top.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}

.scroll-top svg {
	color: var(--white);
	border-radius: 50%
}

.scroll-top .progress-circle path {
	stroke: var(--primary);
	stroke-width: .5rem;
	box-sizing: border-box;
	transition: all .4s linear
}

#preloader.done {
	visibility: hidden;
	opacity: 0
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f7f7f7;
	z-index: 999999
}

.preloader {
	padding: 0;
	text-align: left;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: -15px
}

.preloader,
.preloader span {
	width: 50px;
	height: 50px;
	display: inline-block;
	position: absolute
}

.preloader span {
	border-radius: 100%;
	background: var(--primary);
	-webkit-animation: preloader 1.3s linear infinite;
	animation: preloader 1.3s linear infinite
}

.preloader span:last-child {
	animation-delay: -.8s;
	-webkit-animation-delay: -.8s
}

@keyframes preloader {
	0% {
		transform: scale(0);
		opacity: .5
	}

	to {
		transform: scale(1);
		opacity: 0
	}
}

@-webkit-keyframes preloader {
	0% {
		-webkit-transform: scale(0);
		opacity: .5
	}

	to {
		-webkit-transform: scale(1);
		opacity: 0
	}
}

.nice-select {
	padding: 4px 20px
}

.nice-select .list {
	background-color: var(--light)
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
	background-color: var(--primary);
	color: var(--white)
}

.nice-select .option.selected.focus {
	color: var(--headings-color) !important
}

.reveal {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	visibility: hidden;
	overflow: hidden
}

.reveal img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform-origin: left;
	transform-origin: left
}

.pager nav.navigation.pagination {
	display: block
}

.pager a,
.pager span {
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: inline-flex;
	align-items: center;
	justify-content: space-around;
	font-size: 17px;
	font-weight: 500;
	background-color: var(--light);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	margin-right: 5px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pager .current,
.pager a:hover {
	background-color: var(--primary);
	color: var(--white)
}

.pager a.next,
.pager a.prev {
	width: 100px;
	padding: 3px 10px;
	line-height: 1;
	text-transform: capitalize
}

.progress {
	border: 0;
	box-shadow: none;
	height: 7px;
	overflow: visible;
	position: relative;
	border-radius: 10px;
	display: block;
	background-color: var(--shade)
}

.progress:last-child {
	margin-bottom: 0
}

.progress .meta {
	font-size: 16px;
	left: 0;
	position: absolute;
	top: -33px;
	color: var(--headings-color)
}

.progress .progress-bar {
	display: block;
	background: var(--primary);
	float: left;
	height: 7px;
	border-radius: 10px;
	overflow: visible
}

.progress .progress-bar span {
	background: var(--primary);
	float: right;
	margin-right: 10px;
	margin-top: -32px;
	position: relative;
	font-weight: 700;
	font-size: 15px;
	padding: 0 8px;
	border-radius: 5px
}

.progress .progress-bar span:after,
.progress .progress-bar span:before {
	border: solid transparent;
	content: "";
	height: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0
}

.progress .progress-bar span:before {
	border-top-color: var(--primary);
	border-width: 5px;
	left: 50%;
	margin-left: -5px
}

.accordion-button:not(.collapsed) {
	box-shadow: none
}

ul.check li {
	margin-left: 25px;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px
}

ul.check li span {
	color: var(--dark)
}

ul.check li:before {
	content: "\f058";
	font-family: fontawesome;
	background-color: transparent;
	color: var(--primary);
	left: -25px;
	top: 0
}

.parallax-overly {
	position: absolute;
	inset: 0;
	background-color: var(--secondary);
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	mix-blend-mode: multiply;
	z-index: -1
}

.ct-parallax {
	position: relative;
	overflow: hidden
}

.nav-tabs {
	padding-bottom: 30px;
	border-bottom: 1px solid var(--theme-border)
}

.nav-tabs .nav-item:not(:last-child) {
	margin-right: 20px
}

@media (max-width:575.98px) {
	.nav-tabs .nav-item:not(:last-child) {
		margin-right: 10px;
		margin-bottom: 10px
	}
}

.nav-tabs .nav-item,
.nav-tabs .nav-item .nav-link {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.nav-tabs .nav-item .nav-link {
	margin: 0;
	color: var(--headings-color);
	font-weight: 700;
	border-radius: 30px;
	font-size: 14px;
	background-color: var(--white);
	padding: 7px 30px
}

.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item .nav-link:hover {
	color: var(--white);
	background-color: var(--primary);
	border: 1px solid var(--primary)
}

.nice-select.tv-select {
	height: auto;
	width: 100%;
	border: 1px solid var(--theme-border);
	padding: 7px 20px;
	font-size: 16px;
	border-radius: 0;
	float: none
}

.accordion-button:not(.collapsed) {
	background-color: var(--light-alt)
}

.progress-circle-item {
	width: 120px;
	height: 120px;
	position: relative;
	text-align: center;
	margin: 0 auto
}

.progress-circle-item .outer {
	height: 120px;
	width: 120px
}

.progress-circle-item .inner,
.progress-circle-item .outer {
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center
}

.progress-circle-item .inner {
	height: 80px;
	width: 80px
}

.progress-circle-item .inner .number {
	font-size: 26px;
	font-weight: 700;
	color: var(--white)
}

.progress-circle-item svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 120px;
	transform: rotate(20deg)
}

.progress-circle-item svg circle {
	fill: none;
	stroke: rgba(var(--white-rgb), .7);
	stroke-width: 3px;
	stroke-linecap: round;
	stroke-dasharray: 314.16;
	stroke-dashoffset: 314.16
}

ul.ct-list {
	margin: 0;
	padding: 0;
	list-style: none
}

ul.ct-list li {
	padding-left: 35px
}

ul.ct-list li:before {
	background: url(../images/icons/check.svg) no-repeat 0/contain;
	width: 25px
}

ul.ct-list li:not(:last-child) {
	margin-bottom: 20px
}

ul.ct-list.inline li {
	display: inline-block;
	margin-bottom: 20px
}

@media (min-width:576px) {
	ul.ct-list.inline li {
		width: 48%
	}
}

.slide-transtion {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important
}

.errot-txt {
	margin: 60px 0 0
}

.errot-txt p {
	margin: 0 auto 40px
}

.errot-txt i {
	margin-right: 10px
}

.success {
	background-color: #13a05a;
	border: 1px solid #13a05a;
	border-radius: 5px
}

.error,
.success {
	padding: 15px;
	margin-bottom: 20px;
	color: var(--white)
}

.error {
	background-color: var(--primary);
	border: 1px solid var(--primary);
	border-radius: 5px
}

/*! header */
.header-middle .conn-txt small {
	display: block;
	color: rgba(var(--white-rgb), .6)
}

.header-middle .conn-txt a,
.header-middle .conn-txt span {
	color: var(--white)
}

.header-connect {
	max-width: 950px;
	margin-left: auto
}

@media (max-width:1199.98px) {
	.header-connect {
		margin: 0 auto
	}
}

.header-connect .single-conn:before {
	width: 2px;
	height: 52px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: .2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	left: 130%
}

.header-connect .single-conn:last-child:before {
	display: none
}

@media (max-width:991.98px) {
	.header-connect .single-conn a {
		font-size: 18px
	}

	.header-connect .single-conn:before {
		display: none
	}
}

.icon-button {
	border: 0;
	background-color: transparent
}

.main-overlay {
	opacity: 0;
	visibility: hidden;
	filter: blur(2px);
	background: var(--black);
	position: fixed;
	height: 100vh;
	width: 100%;
	z-index: 5;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.main-overlay.active {
	opacity: .6;
	visibility: visible
}

.canvas-menu {
	background: var(--white);
	height: 100vh;
	padding: 40px;
	position: fixed;
	right: -100%;
	scrollbar-width: none;
	top: 0;
	width: 400px;
	opacity: 0;
	transition: .45s ease-in-out;
	visibility: hidden;
	z-index: 15
}

@media (max-width:575.98px) {
	.canvas-menu {
		width: 100%
	}
}

.canvas-menu .logo img {
	max-width: 175px
}

.canvas-menu.open {
	visibility: visible;
	opacity: 1;
	right: 0;
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
	transition-duration: .6s
}

.canvas-menu.position-left {
	left: 0;
	right: auto;
	-moz-transform: translateX(-350px);
	-o-transform: translateX(-350px);
	-ms-transform: translateX(-350px);
	-webkit-transform: translateX(-350px);
	transform: translateX(-350px)
}

.canvas-menu.position-left.open {
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.canvas-menu .social-share {
	margin-bottom: 20px
}

.canvas-menu .social-share a:hover {
	color: var(--primary)
}

.canvas-menu a.btn.btn-primary {
	max-width: 200px;
	margin-top: 15px
}

.canvas-menu .canvas-close {
	box-sizing: content-box;
	border: 0;
	padding: 0;
	background-color: transparent;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.canvas-menu .canvas-close:focus {
	outline: none;
	box-shadow: none
}

.canvas-menu .canvas-close:hover {
	opacity: 1;
	transform: rotate(90deg)
}

.canvas-menu nav {
	width: 100%
}

.canvas-menu .vertical-menu {
	list-style: none;
	padding: 0;
	margin-bottom: 0
}

.canvas-menu .vertical-menu li.openmenu>a {
	color: var(--dark)
}

.canvas-menu .vertical-menu li.openmenu .switcher {
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.canvas-menu .vertical-menu li {
	padding: 0;
	position: relative;
	list-style: none;
	line-height: 1.2;
	-webkit-transition: .2s ease-in-out .4s;
	-moz-transition: .2s .4s ease-in-out;
	-ms-transition: .2s .4s ease-in-out;
	-o-transition: .2s .4s ease-in-out;
	transition: .2s ease-in-out .4s
}

.canvas-menu .vertical-menu li:after {
	content: "";
	display: block;
	height: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%
}

.canvas-menu .vertical-menu li.active a {
	color: var(--primary)
}

.canvas-menu .vertical-menu li.active .submenu a {
	color: var(--headings-color)
}

.canvas-menu .vertical-menu li.active .submenu a:hover {
	color: var(--body-color)
}

.canvas-menu .vertical-menu li .switcher {
	border: 1px solid var(--theme-border);
	border-radius: 5px;
	display: flex;
	font-size: 14px;
	width: 30px;
	align-items: center;
	justify-content: space-around;
	height: 30px;
	cursor: pointer;
	color: var(--primary);
	position: absolute;
	top: 0;
	right: 0;
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .2s ease-in-out .4s;
	-moz-transition: .2s .4s ease-in-out;
	-ms-transition: .2s .4s ease-in-out;
	-o-transition: .2s .4s ease-in-out;
	transition: .2s ease-in-out .4s;
	-webkit-backface-visibility: hidden
}

.canvas-menu .vertical-menu li a {
	color: var(--headings-color);
	font-weight: 500;
	text-decoration: none;
	position: relative
}

.canvas-menu .vertical-menu li a:hover {
	color: var(--primary)
}

.canvas-menu .submenu {
	display: none;
	padding: 10px 20px
}

.canvas-menu .submenu li {
	padding: 5px 0
}

.canvas-menu .submenu li:after {
	content: "";
	display: none
}

.canvas-menu .submenu li a {
	color: var(--headings-color);
	font-size: 14px;
	font-weight: 400
}

.canvas-menu .submenu li a:hover {
	color: var(--dark)
}

@media (min-width:768px) {
	.header-top {
		padding: 10px 0
	}
}

.header-top ul.header-info {
	margin: 0;
	padding: 0;
	list-style: none
}

.header-top ul.header-info li {
	display: inline-flex;
	margin-right: 35px;
	font-weight: 500
}

.header-top ul.header-info li:before {
	width: 2px;
	height: 11px;
	left: -8px;
	background-color: var(--primary);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width:1399.98px) {
	.header-top ul.header-info li {
		margin-right: 30px
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.header-top ul.header-info li:last-child {
		display: none
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.header-top ul.header-info li:last-child {
		display: none
	}
}

@media (max-width:991.98px) {
	.header-top ul.header-info li {
		margin-right: 15px;
		font-size: 14px
	}
}

.header-top ul.header-info li,
.header-top ul.header-info li a {
	color: var(--dark-alt);
	line-height: 1
}

.header-top ul.header-info li .process-card2 span,
.header-top ul.header-info li .team-entry .team-thumb .team-share span.link-hover,
.header-top ul.header-info li span.icon,
.header-top ul.header-info li span.icon-lg,
.header-top ul.header-info li span.icon-xl,
.header-top ul.header-info li span.icon-xs,
.process-card2 .header-top ul.header-info li span,
.team-entry .team-thumb .team-share .header-top ul.header-info li span.link-hover {
	background-color: rgba(var(--white-rgb), .1)
}

.header-top ul.header-info .dropdown-toggle {
	color: var(--white)
}

.header-top ul.header-info .dropdown-menu {
	background-color: var(--dark);
	padding: 20px;
	min-width: 270px
}

.header-top ul.header-info .dropdown-menu li {
	margin-bottom: 15px
}

.header-top .header-socials span {
	color: var(--dark);
	font-weight: 500
}

.header-top .header-socials span:before {
	width: 1px;
	height: 11px;
	left: 85px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width:991.98px) {
	.header-top p {
		text-overflow: ellipsis;
		overflow: hidden;
		text-wrap: nowrap
	}

	.header-top .header-socials {
		width: 325px;
		text-align: right
	}
}

@media (min-width:576px) and (max-width:767.98px) {
	.header-top .header-socials {
		width: 510px
	}
}

@media (max-width:575.98px) {
	.header-top p {
		display: none
	}

	.header-top .header-socials {
		width: 100%;
		text-align: center;
		justify-content: center
	}
}

.header-top .quick-links ul li a {
	padding: 2px 12px !important
}

.header-top .quick-links ul li:before {
	display: none
}

.header-top .lang-links a,
.header-top span.top-quote {
	color: var(--white)
}

.header-top .lang-links a {
	margin: 0 10px
}

.header-top .lang-links a:before {
	content: "/";
	background: transparent;
	left: 130%
}

.header-top .lang-links a:last-child:before {
	display: none
}

.header-top .lang-links a:hover {
	color: var(--primary)
}

.header {
	position: relative;
	z-index: 9
}

.header .header-wrapper {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0
}

@media (max-width:991.98px) {
	.header .navbar-brand img {
		max-width: 150px
	}
}

.header a.topbar-link.dropdown-toggle {
	font-weight: 600
}

.header.header-default {
	position: absolute;
	z-index: 9;
	width: 100%
}

.header.header-default .navbar .offcanvas {
	background-color: var(--dark)
}

.header.header-default .navbar .navbar-nav>li a.nav-link,
.header.header-default .navbar button.navbar-toggler.offcanvas-nav-btn {
	color: var(--white)
}

.header.header-default .navbar button.navbar-toggler.offcanvas-nav-btn svg path {
	fill: var(--white)
}

.header.header-default .header-nav-wrapper.header-sticky.scroll-on {
	background-color: var(--dark)
}

.header.header-2 .header-wrapper {
	position: relative
}

@media (min-width:768px) {
	.header.header-2 .header-wrapper .navbar {
		padding: 0
	}
}

.header.header-2 .header-wrapper .navbar {
	background-color: var(--primary)
}

@media (max-width:767.98px) {
	.header.header-2 .header-wrapper .navbar {
		background-color: var(--dark)
	}
}

.header.header-2 .header-wrapper .navbar:before {
	background-color: var(--hover);
	width: 24%;
	border-left: 63px solid #0c6c1a;
	border-bottom: 75px solid #047c9d;
	left: auto;
	right: 0
}

.header.header-2 .header-wrapper .navbar .nav-cta {
	padding-top: 6px
}

.header.header-2 .logo img {
	max-width: 150px
}

.header.header-2 .header-top-right {
	justify-content: flex-end
}

@media (max-width:767.98px) {
	.header.header-2 .header-top-right {
		justify-content: space-between
	}
}

.header.header-2 .header-nav-wrapper .navbar .navbar-nav li a.nav-link {
	padding: 20px;
	color: var(--white)
}

.header.header-2 .header-nav-wrapper .navbar .navbar-nav li a.nav-link:hover {
	color: var(--white)
}

@media (max-width:1199.98px) {
	.header.header-2 .header-nav-wrapper .navbar .navbar-nav li a.nav-link {
		color: var(--headings-color)
	}

	.header.header-2 .header-nav-wrapper .navbar .navbar-nav li a.nav-link.active,
	.header.header-2 .header-nav-wrapper .navbar .navbar-nav li a.nav-link:hover {
		color: var(--primary)
	}
}

.header.header-2 .header-nav-wrapper .navbar .navbar-nav li:first-child a.nav-link {
	padding-left: 0
}

@media (max-width:1199.98px) {
	.header.header-2 .header-nav-wrapper .navbar .navbar-nav li:first-child a.nav-link {
		padding-left: 20px
	}
}

.header.header-2 button.burger-menu {
	border: 0;
	background: transparent
}

.header.header-2 .header-nav-wrapper.header-sticky.scroll-on {
	background: transparent
}

@media (min-width:768px) and (max-width:991.98px) {
	.header.header-2 .header-nav-wrapper.header-sticky.scroll-on .navbar {
		padding: 0
	}
}

@media (max-width:767.98px) {
	.header.header-2 .header-nav-wrapper.header-sticky.scroll-on .navbar {
		padding: 8px 0
	}
}

.header.header-2 .header-nav-wrapper.header-sticky.scroll-on .navbar .navbar-nav>li a.nav-link {
	padding: 17px 18px
}

.header.header-transparent .header-nav-wrapper {
	background-color: rgba(var(--white-rgb), .1)
}

@media (min-width:1200px) {
	.header.header-transparent .header-nav-wrapper {
		border-bottom: 1px solid rgba(var(--white-rgb), .04)
	}
}

.header.header-transparent .btn-border {
	border: 1px solid var(--white) !important;
	padding: 10px 26px;
	color: var(--white)
}

.header.header-transparent .btn-border:hover {
	background-color: var(--white);
	color: var(--primary)
}

.header.header-transparent .navbar .navbar-nav>li a.nav-link {
	color: var(--white)
}

@media (max-width:1199.98px) {
	.header.header-transparent .navbar .navbar-nav>li a.nav-link {
		color: var(--headings-color)
	}
}

.header.header-transparent .header-nav-wrapper.header-sticky.scroll-on {
	background-color: var(--dark)
}

.header.header-3 .header-wrapper {
	position: relative
}

.header.header-3 .header-top .lang-links a:hover,
.header.header-3 .header-top .quick-links ul li a:hover {
	color: rgba(var(--white-rgb), .8)
}

@media (max-width:991.98px) {
	.header.header-3 .header-top .top-quote {
		display: none
	}
}

.header.header-3 .nav-cta .btn.btn-outline {
	border: 1px solid var(--dark) !important
}

.header.header-3 .nav-cta .icon-lg {
	color: var(--dark)
}

@media (min-width:1400px) {
	.header.header-4 .offcanvas-body {
		position: relative;
		z-index: 1
	}

	.header.header-4 .offcanvas-body:before {
		position: absolute;
		content: "";
		height: 100%;
		width: 1px;
		background: rgba(var(--white-rgb), .2);
		left: 60px
	}
}

.header.header-4 .nav-cta {
	gap: 60px;
	padding: 17px 0
}

.header.header-4 .nav-cta:before {
	width: 1px;
	height: 100%;
	left: -40px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(var(--white-rgb), .2)
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.header.header-4 .nav-cta:before {
		left: -25px
	}
}

@media (max-width:1199.98px) {
	.header.header-4 .nav-cta:before {
		background: transparent
	}
}

.header.header-4 .nav-cta:after {
	width: 1px;
	height: 100%;
	right: 75px;
	top: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(var(--white-rgb), .2);
	content: ""
}

@media (max-width:1199.98px) {
	.header.header-4 .nav-cta:after {
		background: transparent
	}
}

.header.header-4 .scroll-on .nav-cta {
	padding: 14px 0
}

.header.header-5 .nav-cta .btn-outline {
	border: 1px solid var(--dark) !important
}

.header.header-5 .nav-cta .icon-lg {
	color: var(--dark)
}

.navbar {
	padding: 0
}

@media (max-width:1199.98px) {
	.navbar {
		padding: 10px 0
	}
}

.navbar .dropdown,
.navbar .dropdown-center,
.navbar .dropend,
.navbar .dropstart,
.navbar .dropup,
.navbar .dropup-center {
	position: relative
}

@media (max-width:1199.98px) {

	.navbar .dropdown,
	.navbar .dropdown-center,
	.navbar .dropend,
	.navbar .dropstart,
	.navbar .dropup,
	.navbar .dropup-center {
		width: 100%
	}
}

.navbar .navbar-nav>li a.nav-link {
	padding: 32px 20px;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 17px;
	line-height: 26px;
	color: var(--dark)
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.navbar .navbar-nav>li a.nav-link {
		padding: 32px 18px
	}
}

@media (min-width:1600px) {
	.navbar .navbar-nav>li a.nav-link {
		padding: 32px 25px
	}
}

.navbar .navbar-nav>li a.nav-link:after {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.navbar .navbar-nav>li:first-child a.nav-link {
	padding-left: 0
}

@media (max-width:1199.98px) {
	.navbar .navbar-nav>li {
		width: 100%
	}
}

.navbar .navbar-nav .nav-item>.dropdown-menu:first-of-type:before {
	position: absolute;
	content: "";
	top: -12px;
	left: 22px;
	z-index: 8;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid var(--white)
}

.navbar .navbar-nav .dropdown-menu {
	border: none;
	border-radius: 8px;
	margin-top: 0;
	padding: 15px 0;
	min-width: 250px;
	top: 100%;
	left: 0;
	background-color: var(--white);
	box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, .35);
	z-index: 10;
	transform: translateY(15px);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.navbar .navbar-nav .dropdown-menu .dropdown-item {
	align-items: center;
	display: flex;
	font-weight: 600;
	padding: 7px 15px 7px 25px;
	width: 100%;
	font-size: 15px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.navbar .navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
	background-color: transparent;
	color: var(--primary);
	padding-left: 28px !important
}

.navbar .navbar-nav .dropdown-menu .dropdown-submenu a:after {
	position: absolute;
	right: 16px;
	transform: rotate(-90deg)
}

.navbar .navbar-nav .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
	left: 100%;
	right: auto;
	top: -10px
}

.navbar .navbar-nav .dropdown-menu>li.dropdown-submenu.dropend:focus>a,
.navbar .navbar-nav .dropdown-menu>li.dropdown-submenu.dropend:hover>a {
	color: var(--primary);
	background-color: transparent;
	padding-left: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.navbar .navbar-nav>.dropdown:hover>.dropdown-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	visibility: visible;
	transform: translateY(0)
}

.navbar .navbar-brand {
	margin-right: 0
}

.navbar .navbar-brand img {
	max-width: 170px
}

.navbar .navbar-toggler:focus {
	box-shadow: none
}

.navbar .dropdown .dropdown-toggle:after {
	content: "\f107";
	font-family: fontawesome;
	border: 0;
	margin-left: 5px;
	float: right;
	font-size: 13px
}

@media (max-width:767.98px) {
	.navbar .dropdown .dropdown-toggle:after {
		margin-left: auto;
		margin-right: 10px
	}
}

.navbar button.navbar-toggler.offcanvas-nav-btn {
	border: 0;
	font-size: 18px;
	color: var(--headings-color);
	text-transform: uppercase;
	padding: 0;
	font-weight: 700
}

.navbar button.navbar-toggler.offcanvas-nav-btn svg {
	vertical-align: baseline
}

.navbar .dropdown-header {
	color: var(--headings-color);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .0625rem;
	padding: 3px 15px 7px 25px;
	text-transform: uppercase
}

.navbar .custom-btn {
	border-radius: 30px;
	padding: 9px 28px
}

.navbar .nav-banner>a img {
	margin: 10px 0
}

.navbar .nav-cta .call-cta .process-card2 span,
.navbar .nav-cta .call-cta .team-entry .team-thumb .team-share span.link-hover,
.navbar .nav-cta .call-cta span.icon,
.navbar .nav-cta .call-cta span.icon-lg,
.navbar .nav-cta .call-cta span.icon-xl,
.navbar .nav-cta .call-cta span.icon-xs,
.process-card2 .navbar .nav-cta .call-cta span,
.team-entry .team-thumb .team-share .navbar .nav-cta .call-cta span.link-hover {
	border: 1px solid var(--white)
}

.navbar .nav-cta sup {
	background: var(--primary);
	color: var(--white);
	top: -8px;
	right: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	position: absolute
}

.navbar .nav-cta .icon-lg {
	width: 54px;
	height: 54px;
	font-size: 16px
}

.navbar .nav-cta .btn {
	border: 0
}

.navbar .nav-cta button {
	border: 0;
	background-color: transparent
}

.navbar.scroll-on .container:before {
	display: none
}

.navbar.scroll-on .navbar-nav li a.nav-link {
	padding: 25px
}

@media (min-width:992px) and (max-width:1199.98px) {
	.navbar.scroll-on .navbar-nav li a.nav-link {
		padding: 22px 15px
	}
}

.navbar.scroll-on .navbar-nav li:first-child a.nav-link {
	padding-left: 0
}

header .header-nav-wrapper.header-sticky.scroll-on {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 99;
	background: var(--white);
	box-shadow: 0 .25rem 1.25rem rgba(0, 0, 0, .07);
	width: 100%;
	animation: headerSlideDown 1.3s ease forwards
}

header .header-nav-wrapper.header-sticky.scroll-on .navbar {
	padding: 3px 0
}

@media (max-width:1199.98px) {
	header .header-nav-wrapper.header-sticky.scroll-on .navbar {
		padding: 5px 0
	}
}

header .header-nav-wrapper.header-sticky.scroll-on .navbar-line:before {
	display: none
}

header .header-nav-wrapper.header-sticky.scroll-on .navbar .navbar-nav>li a.nav-link {
	padding: 28px 18px
}

@media (min-width:1200px) and (max-width:1399.98px) {
	header .header-nav-wrapper.header-sticky.scroll-on .navbar .navbar-nav>li a.nav-link {
		padding: 21px 18px
	}
}

@media (max-width:1199.98px) {
	header .header-nav-wrapper.header-sticky.scroll-on .navbar .navbar-nav>li a.nav-link {
		padding: 16px 0
	}
}

header .header-nav-wrapper.header-sticky.scroll-on .navbar .container-fluid {
	border: 0
}

.navbar.nav-center .offcanvas {
	max-width: 700px
}

@media (max-width:991.98px) {
	.navbar.nav-center .offcanvas {
		max-width: calc(100% - 20px)
	}
}

.navbar.nav-center .navbar-nav li:last-child a.nav-link {
	padding-right: 0
}

@media (min-width:1200px) {
	.row-cols-lg-4>* {
		flex: 0 0 auto;
		width: 33.33%
	}

	header .header-nav-wrapper .navbar .navbar-nav li:hover a.nav-link {
		color: #009bc5
	}

	header .header-nav-wrapper .navbar .navbar-nav li:hover a.nav-link:after {
		transform: rotate(180deg)
	}

	header .header-nav-wrapper .navbar .navbar-nav .dropdown-menu {
		display: block;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		visibility: hidden;
		transform: translateY(20px)
	}

	header .header-nav-wrapper .navbar .navbar-nav .dropdown-submenu.dropend:hover>.dropdown-menu {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		visibility: visible;
		transform: translateY(0)
	}
}

@media (max-width:1199.98px) {
	.navbar .offcanvas-header {
		margin-bottom: 15px
	}

	.navbar .offcanvas-header img {
		max-width: 150px
	}

	.navbar .navbar-nav .dropdown-menu {
		background-color: var(--white);
		min-width: 0 !important
	}

	.navbar .navbar-nav .dropdown-menu .dropdown-item {
		font-size: 15px
	}

	.navbar .offcanvas.bg-dark .dropdown-menu {
		background-color: var(--white)
	}

	.navbar .offcanvas.bg-dark .navbar-nav .nav-item .nav-link {
		border-bottom: 1px solid #2b2b2b
	}

	.navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
		margin-left: 10px
	}

	.navbar .navbar-nav .nav-item .nav-link {
		border-radius: 0;
		padding: 16px 0;
		font-size: 16px;
		line-height: 1
	}

	.navbar .navbar-nav .nav-item:last-child .nav-link {
		border: 0
	}
}

.header-actions a.btn {
	padding: 13px 24px
}

.header-actions a.text-reset.user-account {
	font-weight: 500;
	margin: 0 22px
}

.header-actions a.text-reset.user-account:before {
	width: 1px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -15px;
	height: 20px
}

@media (min-width:1200px) and (max-width:1399.98px) {

	.header-actions .team-entry .team-thumb .team-share a.link-hover,
	.header-actions a.icon,
	.header-actions a.icon-lg,
	.header-actions a.icon-xl,
	.header-actions a.icon-xs,
	.team-entry .team-thumb .team-share .header-actions a.link-hover {
		width: 45px;
		flex: 0 0 45px;
		height: 45px
	}

	.header-actions a.text-reset.user-account {
		margin: 0 14px
	}

	.header-actions a.text-reset.user-account:before {
		left: -10px
	}
}

@media (max-width:1199.98px) {

	.header-actions .team-entry .team-thumb .team-share a.link-hover,
	.header-actions a.icon,
	.header-actions a.icon-lg,
	.header-actions a.icon-xl,
	.header-actions a.icon-xs,
	.team-entry .team-thumb .team-share .header-actions a.link-hover {
		width: 45px;
		flex: 0 0 45px;
		height: 45px
	}

	.header-actions a.text-reset.user-account {
		margin: 0 14px
	}

	.header-actions a.text-reset.user-account:before {
		left: -10px
	}
}

.header-actions .cart-num {
	background-color: var(--primary);
	color: var(--white);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	width: 24px;
	height: 24px;
	font-weight: 500;
	text-align: center;
	position: absolute;
	top: -2px;
	right: 0;
	font-size: 13px;
	line-height: 24px
}

@keyframes headerSlideDown {
	0% {
		margin-top: -6.25rem
	}

	to {
		margin-top: 0
	}
}

.search-popup .search-form {
	position: relative
}

.search-popup .search-form:after {
	content: "\f002";
	font-family: fontawesome;
	position: absolute;
	z-index: 1;
	width: 20px;
	left: 20px;
	background-color: transparent;
	top: 50%;
	transform: translateY(-50%)
}

.search-popup .search-form input {
	padding-left: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px
}

.search-popup .search-form input:focus {
	box-shadow: none
}

.search-popup .btn-close {
	position: absolute;
	right: 0;
	top: 20px
}

.offcanvas-header .btn-close {
	padding: 4px
}

.btn-close {
	width: 30px;
	height: 30px;
	line-height: 36px;
	flex: 0 0 30px;
	text-align: center;
	display: table;
	background: 0 0;
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	background-color: transparent
}

.btn-close:focus {
	border: 0;
	box-shadow: none
}

.btn-close:before {
	font-family: fontawesome;
	content: "\f00d";
	color: var(--white);
	background-color: transparent;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	line-height: 37px
}

section.promo-sec .parallax-overly {
	z-index: -1;
	background: #223035;
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	mix-blend-mode: multiply
}

section.promo-sec .promo-wrap {
	padding: 220px 0 130px
}

section.promo-sec h1 {
	font-size: 50px
}

@media (max-width:767.98px) {
	section.promo-sec h1 {
		font-size: 40px
	}
}

@media (max-width:575.98px) {
	section.promo-sec h1 {
		font-size: 35px
	}
}

section.promo-sec .breadcrumb-wrap {
	bottom: 0;
	right: 0
}

section.promo-sec ol.breadcrumb {
	display: block;
	padding: 12px 30px;
	margin: 0
}

section.promo-sec ol.breadcrumb .breadcrumb-item {
	display: inline-block;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 600
}

section.promo-sec ol.breadcrumb .breadcrumb-item a {
	color: var(--headings-color)
}

section.promo-sec ol.breadcrumb .breadcrumb-item.active {
	color: var(--primary)
}

section.promo-sec ol.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
	content: "\f58d";
	font-family: fontawesome
}

section.promo-sec .breadcrumb-item+.breadcrumb-item:before {
	font-style: normal;
	color: var(--headings-color);
	font-size: 18px
}

/*! footer */
@media (min-width:576px) {
	.footer .footer-top {
		border: 1px solid rgba(var(--white-rgb), .2)
	}
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.footer .footer-top h3 {
		margin-left: 60px
	}
}

.footer .footer-top {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden
}

.footer .footer-top .social-share {
	padding-left: 20px
}

.footer .footer-top .social-share:before {
	width: 1px;
	height: 200px;
	left: 120%;
	top: -50px;
	background: rgba(var(--white-rgb), .2)
}

@media (min-width:576px) and (max-width:767.98px) {
	.footer .footer-top .social-share:before {
		left: 106%
	}
}

.footer .footer-top .social-share a {
	color: var(--white);
	background-color: rgba(var(--white-rgb), .1)
}

.footer .footer-top .social-share a:hover {
	background-color: var(--primary)
}

.footer .footer-top .subs-form {
	flex: 0 0 43%;
	padding-right: 10px;
	border-left: 1px solid rgba(var(--white-rgb), .2)
}

@media (min-width:992px) and (max-width:1199.98px) {
	.footer .footer-top .subs-form {
		flex: 0 0 35%
	}
}

@media (max-width:991.98px) {
	.footer .footer-top .subs-form {
		flex: 0 0 60%;
		border-left: 0
	}
}

@media (max-width:575.98px) {
	.footer .footer-top .subs-form {
		margin-top: 30px
	}
}

.footer .footer-top .subs-form form {
	position: relative
}

.footer .footer-top .subs-form form input {
	background-color: transparent;
	border: 0;
	padding: 24px 20px
}

@media (max-width:575.98px) {
	.footer .footer-top .subs-form form input {
		border: 1px solid rgba(var(--white-rgb), .2);
		padding: 15px 20px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-ms-border-radius: 15px;
		border-radius: 15px
	}
}

.footer .footer-top .subs-form form button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	background-color: rgba(var(--white-rgb), .25);
	border: 0;
	color: var(--white)
}

@media (min-width:992px) and (max-width:1199.98px) {
	.footer .footer-top h3 {
		font-size: 16px
	}
}

.footer .footer-top h3:before {
	width: 16px;
	height: 16px;
	background-color: var(--primary);
	left: -25px;
	top: 2px
}

@media (min-width:576px) and (max-width:767.98px) {
	.footer .social-share a {
		width: 38px;
		height: 38px;
		margin-right: 5px
	}
}

.footer.footer-default:before {
	width: 30%;
	background: url(../images/footer-left.png) no-repeat bottom/cover
}

.footer.footer-default:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: url(../images/footer-sh.png) no-repeat top/cover
}

.footer .f-logo img {
	max-width: 170px
}

.footer-wrap {
	padding: 100px 0
}

.footer-wrap:before {
	width: 1px;
	background-color: rgba(var(--white-rgb), .2);
	left: 62%
}

@media (min-width:992px) and (max-width:1199.98px) {
	.footer-wrap:before {
		left: 66%
	}
}

@media (max-width:991.98px) {
	.footer-wrap:before {
		background-color: transparent
	}
}

@media (max-width:991.98px) {
	.footer-widget {
		margin-bottom: 50px
	}
}

.footer-widget .widget-title {
	margin-bottom: 30px;
	color: var(--white)
}

@media (max-width:1199.98px) {
	.footer-widget .widget-title {
		font-size: 20px
	}
}

.footer-widget li,
.footer-widget p {
	color: rgba(var(--white-rgb), .85)
}

.footer-widget ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.footer-widget ul li a {
	color: rgba(var(--white-rgb), .85)
}

.footer-widget ul li:hover a {
	color: var(--hover);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100)
}

.footer-widget ul li:not(:last-child) {
	margin-bottom: 15px
}

.footer-widget.quick-links ul li {
	width: 49%;
	display: inline-block;
	padding-left: 15px
}

.footer-widget.quick-links ul li:before {
	content: "\f0da";
	font-family: fontawesome;
	background-color: transparent;
	color: var(--primary)
}

@media (max-width:575.98px) {
	.footer-widget.quick-links ul li {
		font-size: 15px
	}
}

.footer-widget.footer-about {
	max-width: 335px
}

.footer-widget.quick-links {
	max-width: 400px;
	margin-left: auto
}

@media (max-width:991.98px) {
	.footer-widget.quick-links {
		max-width: 100%;
		margin: 0
	}
}

.footer-widget.contact-widget ul li {
	padding-left: 15px
}

.footer-widget.contact-widget ul li:before {
	width: 5px;
	height: 5px;
	background-color: var(--primary);
	top: 50%;
	transform: translateY(-50%)
}

.footer-bottom {
	border-top: 1px solid rgba(var(--white-rgb), .2)
}

.footer-bottom .container {
	z-index: 2;
	position: relative
}

@media (max-width:575.98px) {
	.footer-bottom {
		margin-top: 0
	}
}

.copy-right {
	color: rgba(var(--white-rgb), .85)
}

.copy-right a {
	font-weight: 600;
	color: var(--white)
}

.footer-nav ul li:before,
.header-top .quick-links ul li:before {
	background-color: rgba(var(--white-rgb), .6)
}

.footer-nav ul li:hover a,
.header-top .quick-links ul li:hover a {
	color: var(--hover)
}

.footer-nav ul,
.header-top .quick-links ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.footer-nav ul li,
.header-top .quick-links ul li {
	display: inline-block
}

.footer-nav ul li:before,
.header-top .quick-links ul li:before {
	width: 1px;
	height: 19px;
	background-color: var(--mute);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 52%
}

.footer-nav ul li:first-child:before,
.header-top .quick-links ul li:first-child:before {
	display: none
}

.footer-nav ul li a,
.header-top .quick-links ul li a {
	color: var(--white);
	display: block;
	padding: 37px 20px
}

.footer-nav ul li a:hover,
.header-top .quick-links ul li a:hover {
	color: var(--primary)
}

.footer-nav ul li:last-child a,
.header-top .quick-links ul li:last-child a {
	padding-right: 0
}

.footer-nav ul li:hover a,
.header-top .quick-links ul li:hover a {
	color: var(--primary)
}

@media (max-width:767.98px) {

	.footer-nav ul li:first-child a,
	.header-top .quick-links ul li:first-child a {
		padding-left: 0
	}
}

.footer-2 {
	padding-top: 120px
}

.footer-2 .parallax-overly {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100)
}

.footer-2 .jarallax-img {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70)
}

.footer-2 .subs-widget form button.bg-primary {
	background-color: rgba(var(--white-rgb), .25) !important;
	color: var(--white)
}

.footer-2 .subs-widget form button.bg-primary:hover {
	background-color: var(--primary) !important
}

.footer-2 .subs-widget {
	max-width: 400px;
	margin-left: auto;
	margin-right: 0
}

@media (max-width:991.98px) {
	.footer-2 .subs-widget {
		margin: 20px 0 0
	}
}

.footer-2 .subs-widget:before {
	width: 1px;
	left: -165px;
	background-color: rgba(var(--white-rgb), .2)
}

@media (max-width:1199.98px) {
	.footer-2 .subs-widget:before {
		left: -12%
	}
}

@media (max-width:991.98px) {
	.footer-2 .subs-widget:before {
		display: none
	}
}

.footer-2 .subs-widget form {
	position: relative
}

.footer-2 .subs-widget form input {
	border-radius: 30px;
	background-color: transparent;
	padding: 15px 10px 15px 30px;
	border: 1px solid rgba(var(--white-rgb), .2)
}

.footer-2 .subs-widget form button {
	border: 0;
	right: 5px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.footer-2 .copy-right a {
	font-weight: 600;
	color: var(--primary)
}

.footer-2 .icon-md {
	width: 48px;
	height: 48px
}

@media (min-width:768px) and (max-width:991.98px) {
	.footer-2 .sec-title {
		font-size: 40px
	}
}

@media (max-width:767.98px) {
	.footer-2 .sec-title {
		font-size: 25px
	}
}

.footer-2 .footer-nav ul li,
.footer-2 .header-top .quick-links ul li,
.header-top .footer-2 .quick-links ul li {
	text-transform: uppercase
}

.footer-2 .footer-nav ul li:before,
.footer-2 .header-top .quick-links ul li:before,
.header-top .footer-2 .quick-links ul li:before {
	display: none
}

.footer-widgets {
	margin-top: 60px;
	padding: 60px 0 50px;
	border-top: 1px solid rgba(var(--white-rgb), .2);
	border-bottom: 1px solid rgba(var(--white-rgb), .2)
}

@media (max-width:991.98px) {
	.footer-widgets {
		margin-bottom: 20px
	}
}

.header-top nav.quick-links ul,
nav.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.header-top nav.quick-links ul li,
nav.footer-nav ul li {
	display: inline-block
}

.header-top nav.quick-links ul li a,
nav.footer-nav ul li a {
	color: rgba(var(--white-rgb), .85);
	display: block;
	padding: 35px 20px 30px
}

@media (max-width:1199.98px) {

	.header-top nav.quick-links ul li a,
	nav.footer-nav ul li a {
		font-size: 14px;
		padding: 25px 10px 20px
	}
}

@media (min-width:768px) and (max-width:991.98px) {

	.header-top nav.quick-links ul li a,
	nav.footer-nav ul li a {
		padding: 20px 5px 15px
	}
}

@media (max-width:767.98px) {

	.header-top nav.quick-links ul li a,
	nav.footer-nav ul li a {
		padding: 10px 5px 5px
	}
}

.header-top nav.quick-links ul li:last-child a,
nav.footer-nav ul li:last-child a {
	padding-right: 0
}

.header-top nav.quick-links ul li:hover a,
nav.footer-nav ul li:hover a {
	color: var(--primary)
}

/*! widget */
.widget-title {
	font-size: 24px;
	margin-bottom: 40px
}

.sidebar .widget-title:before {
	height: 1px;
	background-color: var(--theme-border);
	top: 40px;
	left: 0
}

@media (max-width:767.98px) {
	.sidebar {
		margin-top: 40px
	}
}

.sidebar-alt .widget-title:before {
	display: none
}

.widget {
	margin-bottom: 40px;
	background-color: var(--light);
	padding: 40px 35px
}

@media (min-width:992px) and (max-width:1199.98px) {
	.widget {
		padding: 30px 15px
	}
}

@media (max-width:767.98px) {
	.widget {
		padding: 30px 20px;
		margin-bottom: 30px
	}
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.widget ul li {
	margin-bottom: 15px;
	border: 1px solid var(--theme-border);
	background-color: var(--white);
	text-align: right;
	display: block;
	padding: 15px 20px;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.widget ul li a {
	display: block;
	float: left;
	color: var(--body-color)
}

.widget ul li:hover {
	background: var(--primary);
	color: var(--white)
}

.widget ul li:hover a {
	color: var(--white)
}

.widget ul li span.count {
	float: right
}

.widget ul li:last-child {
	margin-bottom: 0
}

.service-sidebar .widget {
	margin-bottom: 30px
}

.service-sidebar .widget ul li a {
	display: block;
	width: 100%;
	text-align: left
}

.service-sidebar .widget ul li a:before {
	content: "\f061";
	background-color: transparent;
	width: 20px;
	font-family: fontawesome;
	right: 0;
	left: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.service-sidebar .s-download:not(:last-child) {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid var(--theme-border)
}

.ls-entry {
	align-items: center
}

.ls-entry .blog-meta a,
.ls-entry .blog-meta span {
	font-size: 14px
}

.ls-entry i {
	font-size: 11px
}

.ls-entry h6 {
	margin: 5px 0 0;
	font-size: 18px
}

.ls-entry:not(:last-child) {
	margin-bottom: 20px
}

.sidebar .blog-widget ul {
	border: 1px solid var(--theme-border-color);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	padding: 20px;
	margin-top: 25px
}

@media (min-width:992px) and (max-width:1199.98px) {
	.sidebar .blog-widget ul {
		padding: 15px
	}
}

.search-widget input {
	border: 1px solid var(--theme-border);
	padding: 16px 30px;
	color: var(--body-color)
}

.search-widget .btn {
	right: 5px;
	width: 46px;
	text-align: center;
	height: 46px;
	display: inline-block;
	padding: 0;
	min-width: auto;
	border-radius: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.search-widget .btn i {
	margin-left: 0
}

.recent-entry .rc-entry {
	margin-bottom: 25px;
	padding-bottom: 20px
}

.recent-entry .rc-entry:before {
	width: calc(100% - 100px);
	left: auto;
	right: 0;
	height: 1px;
	top: 100%
}

.recent-entry .rc-entry .course-info {
	flex: 0 0 70%
}

.recent-entry .rc-entry:last-child {
	margin-bottom: 0;
	padding-bottom: 0
}

.recent-entry .rc-entry:last-child:before {
	display: none
}

.tagcloud a {
	display: inline-block;
	font-size: 15px !important;
	line-height: 1;
	background-color: var(--white);
	color: var(--body-color);
	padding: 13px 15px;
	margin: 2% 1%;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .05);
	text-transform: capitalize
}

.tagcloud a:hover {
	background-color: var(--primary);
	color: var(--white)
}

.product-sidebar .widget {
	padding: 30px 20px;
	margin-bottom: 30px
}

.product-sidebar .widget ul li {
	padding: 13px 20px
}

.single-pi {
	padding: 15px 20px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	border-radius: 100px
}

.single-pi:not(:last-child) {
	margin-bottom: 20px
}

.single-pi h6 {
	margin-bottom: 5px
}

.broucher-widget .btn-outline {
	margin-top: 15px;
	background-color: var(--white);
	color: var(--headings-color)
}

.shop-sidebar .widget {
	margin-bottom: 20px;
	padding: 35px
}

.shop-sidebar .widget ul li {
	display: flex;
	align-items: center;
	text-align: left;
	position: relative;
	padding-left: 10px
}

.shop-sidebar .widget ul li input {
	width: 30px
}

.shop-sidebar .widget ul li .count {
	position: absolute;
	right: 20px
}

.shop-sidebar .widget ul li:hover {
	background-color: transparent;
	color: var(--primary)
}

.shop-sidebar .widget .btn {
	padding: 5px 15px
}

.shop-sidebar .widget .nice-select ul li {
	padding: 0 15px;
	border: 0;
	border-bottom: 1px solid var(--theme-border);
	margin: 0
}

.shop-sidebar .widget .noUi-horizontal {
	height: 10px;
	height: .375rem;
	border: 0;
	box-shadow: none;
	background-color: var(--theme-border-color)
}

.shop-sidebar .widget .noUi-horizontal .noUi-connects {
	background: #bebebe
}

.shop-sidebar .widget .noUi-horizontal .noUi-connect {
	background: rgba(var(--primary-rgb), .75)
}

.shop-sidebar .widget .noUi-horizontal .noUi-handle {
	width: 1.5rem;
	height: 1.5rem;
	background-color: var(--primary);
	-webkit-border-radius: 3.125rem;
	-moz-border-radius: 3.125rem;
	-ms-border-radius: 3.125rem;
	border-radius: 3.125rem;
	top: -.5rem;
	border: 0;
	box-shadow: none
}

.shop-sidebar .widget .noUi-horizontal .noUi-handle:after,
.shop-sidebar .widget .noUi-horizontal .noUi-handle:before {
	display: none
}

/*! swiper */
.swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center
}

.swiper-pagination span {
	width: 15px;
	height: 10px;
	background-color: var(--theme-border);
	margin: 0 3px !important;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	border-radius: 100px
}

.swiper-pagination span.swiper-pagination-bullet-active {
	background: var(--secondary);
	width: 37px
}

.swiper-button-next,
.swiper-button-prev {
	background: var(--primary);
	display: inline-table;
	width: 56px;
	height: 56px;
	text-align: center;
	z-index: 5;
	color: var(--white);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	left: 0
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: var(--dark)
}

.swiper-button-next {
	left: auto;
	right: 0
}

.swiper-button-next:after,
.swiper-button-prev:after {
	content: "\f061";
	font-family: fontawesome !important;
	font-size: 17px;
	display: table-cell;
	vertical-align: middle
}

.swiper-button-prev:after {
	content: "\f060"
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100)
}

.custom-nav>div {
	background-color: var(--primary);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	font-size: 22px
}

.custom-nav {
	bottom: 35px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	z-index: 2
}

.custom-nav .swiper-button-next,
.custom-nav .swiper-button-prev {
	left: -52px;
	width: 46px;
	height: 46px
}

.custom-nav .swiper-button-prev {
	left: 7px
}

.ct-pagination .swiper-pagination {
	position: relative
}

.header-slider-nav {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center
}

@media (max-width:575.98px) {
	.header-slider-nav {
		gap: 10px;
		justify-content: end;
		margin-bottom: 20px
	}
}

.header-slider-nav .swiper-button-next,
.header-slider-nav .swiper-button-prev {
	position: relative;
	left: auto;
	top: auto
}

.header-slider-nav .swiper-button-prev {
	left: 0
}

/*! Hero Slider */
.hero-video {
	align-content: end;
	padding: 220px 0 90px;
	display: flex;
	align-items: center;
	overflow: hidden
}

.hero-video:before {
	background: linear-gradient(90deg, rgba(11, 17, 24, .8) 20%, rgba(18, 28, 39, .1));
	z-index: 1
}

@media (max-width:767.98px) {
	.hero-video {
		padding: 150px 0 50px
	}
}

.hero-video .logo-txt {
	z-index: 2;
	bottom: 65px;
	right: 40px;
	opacity: .2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	height: 85px
}

.hero-video .hero-bg {
	position: absolute;
	inset: 0;
	background: url(../images/hero1.jpg) 50%/cover no-repeat;
	overflow: hidden;
	z-index: -1
}

.hero-video .hero-bg video {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.hero-video .container-fluid {
	position: relative;
	z-index: 2
}

.hero-video .btn {
	position: relative;
	z-index: 3
}

.hero-video .list-group {
	list-style-type: none;
	margin-top: 60px;
	color: var(--white)
}

.hero-video .list-group li:last-child {
	margin-left: 20px
}

.hero-video .list-group i {
	color: #07a3cd
}

.hero-sec .hero-content {
	max-width: 810px
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.hero-sec .hero-content h1 {
		font-size: 72px
	}
}

.hero-sec .hero-content h1 {
	font-weight: 700
}

.hero-sec .hero-content h1 span {
	font-weight: 400
}

.hero-sec .feat-work {
	max-width: 320px;
	margin-left: auto;
	padding: 15px;
	backdrop-filter: blur(12px);
	background-color: rgba(var(--white-rgb), .25);
	border-radius: 20px
}

@media (max-width:767.98px) {
	.hero-sec .feat-work {
		margin: 30px 0 0;
		max-width: 100%
	}
}

.hero-sec .feat-work .work-media {
	overflow: hidden
}

.hero-sec .feat-work .work-media img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px
}

.hero-sec .feat-work .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.hero-sec .slide-transtion {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important
}

.text-slide .swiper-slide {
	width: auto
}

.slide-transtion .swiper-slide {
	padding: 40px 0 0
}

.slide-transtion .swiper-slide p {
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1;
	color: var(--white);
	margin: 0
}

.slide-transtion .swiper-slide p:before {
	background: url(../images/marque-star.png) no-repeat 0;
	left: -63px;
	width: 26px;
	height: 26px
}

@media (max-width:1199.98px) {
	.hero-content h1 {
		font-size: 50px
	}
}

@media (max-width:575.98px) {
	.hero-content h1 {
		font-size: 38px
	}
}

@media (max-width:767.98px) {
	.hero-content .ft-clients {
		margin-top: 50px
	}
}

.hero-content .cl-stat p {
	margin: 0
}

.hero-content .cl-stat h2,
.hero-content .cl-stat p {
	color: var(--white)
}

.cl-imgs img:not(:first-child) {
	position: relative;
	margin-left: -20px
}

@media (max-width:991.98px) {
	.cl-imgs img {
		max-width: 45px
	}
}

.hero-grid-lines {
	position: absolute;
	bottom: 0;
	left: 60%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1320px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	pointer-events: none;
	z-index: 1;
	padding: 0 15px;
	height: 100%;
	max-height: calc(100% - 90px)
}

.line {
	position: relative
}

.line,
.line:last-child:after {
	display: block;
	width: 1px;
	height: 100%;
	background: hsla(0, 0%, 100%, .07)
}

.line:last-child:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0
}

.line:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 0;
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .6) 50%, hsla(0, 0%, 100%, 0));
	animation: drawLine 2s cubic-bezier(.25, 1, .5, 1) infinite forwards
}

.line:first-child:before {
	animation-delay: 0s
}

.line:nth-child(2):before {
	animation-delay: .2s
}

.line:nth-child(3):before {
	animation-delay: .4s
}

.line:nth-child(4):before {
	animation-delay: .6s
}

@keyframes drawLine {
	0% {
		height: 0%;
		top: 0;
		opacity: 1
	}

	to {
		height: 100%;
		top: 0;
		opacity: .4
	}
}

.hero-container {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 15px
}

@media (max-width:768px) {
	.hero-grid-lines {
		display: none
	}
}

.hero-sec {
	padding: 160px 0 80px
}

@media (max-width:1199.98px) {
	.hero-sec {
		padding: 100px 0 60px
	}
}

@media (max-width:767.98px) {
	.hero-sec {
		padding: 80px 0 60px
	}
}

.hero-sec .hero-content .lead,
.hero-sec .hero-content .lead-sm {
	font-size: 20px;
	margin: 0 0 10px;
	font-weight: 600
}

@media (max-width:575.98px) {

	.hero-sec .hero-content .lead,
	.hero-sec .hero-content .lead-sm {
		font-size: 16px
	}
}

.hero-sec .hero-content p {
	font-size: 18px;
	color: rgba(var(--white-rgb), .9);
	margin: 25px 0 45px
}

.hero-sec .hero-content .btn {
	background: rgba(var(--white-rgb), .25);
	color: var(--white)
}

.hero-sec .hero-footer {
	margin-top: 80px
}

@media (max-width:1199.98px) {
	.hero-sec .hero-footer {
		margin-top: 50px
	}
}

.custom-numeric-pagination .swiper-pagination-bullet {
	width: auto;
	height: auto;
	background: transparent;
	opacity: .5;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin: 0 5px;
	border-radius: 0
}

.custom-numeric-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	color: var(--bs-primary, #0d6efd)
}

.hero-sec2 {
	padding: 150px 0 60px
}

@media (max-width:1399.98px) {
	.hero-sec2 {
		padding: 150px 0 120px
	}
}

@media (max-width:767.98px) {
	.hero-sec2 {
		padding: 120px 0
	}
}

.hero-sec2:before {
	background: url(../images/hero-bg.png) no-repeat 100% 0/contain;
	width: 60%;
	left: auto;
	right: 0;
	opacity: .1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10)
}

.hero-sec2 .hthumb-carousel {
	position: relative
}

@media (min-width:1200px) {
	.hero-sec2 .hthumb-carousel {
		margin-top: -130px
	}
}

.hero-sec2 .hthumb-carousel .single-slide {
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px
}

.hero-sec2 .hero-top {
	margin-bottom: 50px
}

.hero-sec2 .hero-top h1 {
	font-size: 115px;
	font-weight: 700;
	line-height: 1;
	margin-top: 10px
}

@media (max-width:1399.98px) {
	.hero-sec2 .hero-top h1 {
		font-size: 100px
	}
}

@media (max-width:1199.98px) {
	.hero-sec2 .hero-top h1 {
		font-size: 80px
	}
}

@media (max-width:991.98px) {
	.hero-sec2 .hero-top h1 {
		font-size: 80px
	}
}

@media (max-width:767.98px) {
	.hero-sec2 .hero-top h1 {
		font-size: 65px
	}
}

@media (min-width:1200px) {
	.hero-sec2 .hero-top>span {
		margin-left: 45px
	}
}

@media (min-width:1200px) {
	.hero-sec2 .hero-top h1 {
		margin-left: 40px
	}
}

.hero-sec2 .hero-content .cl-stat h2,
.hero-sec2 .hero-content .cl-stat p {
	color: var(--headings-color)
}

.hero-sec2 .hero-content .ft-clients {
	margin-top: 0
}

.hero-sec2 .hero-content .lead,
.hero-sec2 .hero-content .lead-sm {
	font-weight: 600;
	color: var(--headings-color);
	margin-bottom: 30px;
	padding-bottom: 30px
}

.hero-sec2 .hero-content .lead-sm:before,
.hero-sec2 .hero-content .lead:before {
	background-color: var(--headings-color);
	width: 300px;
	height: 1px;
	top: 100%
}

.hero-sec2 .hero-content .hero-cta {
	margin-top: 30px
}

.hero-sec2 .hero-content .hero-cta .btn {
	padding: 14px 22px
}

.hero-sec2 .hero-content .hc-inner {
	gap: 60px;
	padding-right: 40px;
	max-width: 1200px
}

@media (max-width:1399.98px) {
	.hero-sec2 .hero-content .hc-inner {
		gap: 90px
	}
}

.hero-sec2 .hero-content .hc-inner .hero-left {
	display: flex;
	gap: 30px
}

@media (max-width:1199.98px) {
	.hero-sec2 .hero-content .hc-inner .hero-left {
		max-width: 530px
	}
}

.hero-sec2 .hero-content .hc-inner .hero-left .hero-social {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	text-align: end;
	font-size: 14px;
	margin-top: 30px
}

.hero-sec2 .hero-content .hc-inner .hero-left .hero-social a {
	margin: 12px 0;
	color: var(--headings-color)
}

.hero-sec2 .hero-content .hc-inner .hero-left .hero-social a:before {
	width: 1px;
	height: 12px;
	transform: rotate(60deg);
	left: 8px;
	top: -18px
}

.hero-sec2 .hero-content .hc-inner .hero-left .hero-social a:first-child:before {
	display: none
}

@media (min-width:1200px) {
	.hero-sec2 .hero-content .hero-right {
		max-width: 55%
	}
}

@media (max-width:1199.98px) {
	.hero-sec2 .hero-content .hero-right {
		margin-top: 50px
	}
}


@media (min-width:1200px) and (max-width:1399.98px) {
	.hero-sec2 .hero-content .hc-img {
		max-width: 80%
	}
}

.hero-sec2 .hero-stat {
	width: 215px;
	padding: 30px;
	background: url(../images/stat-bg.png) no-repeat top;
	position: absolute;
	right: 0
}

@media (min-width:1200px) {
	.hero-sec2 .hero-stat {
		right: -65px
	}
}

.hero-sec2 .hero-stat {
	bottom: -20px
}

.hero-sec2 .ct-nav {
	width: 300px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 0 0 320px;
	margin: 40px 0
}

@media (min-width:1400px) {
	.hero-sec2 .ct-nav {
		left: 60px
	}
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.hero-sec2 .ct-nav {
		flex: 0 0 225px
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.hero-sec2 .ct-nav {
		left: 25px
	}
}

@media (max-width:767.98px) {
	.hero-sec2 .ct-nav {
		left: 5px
	}
}

.hero-sec2 .ct-nav:after {
	content: "";
	position: absolute;
	width: 55%;
	height: 1px;
	background-color: var(--theme-border);
	top: 50%;
	left: 47%;
	transform: translate(-50%, -50%);
	z-index: 1
}

.hero-sec2 .ct-nav .swiper-horizontal>.swiper-pagination-bullets,
.hero-sec2 .ct-nav .swiper-pagination-bullets.swiper-pagination-horizontal,
.hero-sec2 .ct-nav .swiper-pagination-custom,
.hero-sec2 .ct-nav .swiper-pagination-fraction {
	width: auto
}

.hero-sec2 .ct-nav .swiper-pagination {
	position: relative;
	bottom: 7px
}

.hero-sec2 .ct-nav .swiper-pagination span {
	background-color: transparent;
	border: 0;
	font-size: 22px;
	color: var(--dark);
	font-weight: 700
}

.hero-sec2 .ct-nav .swiper-button-next {
	border: 1px solid var(--theme-border);
	color: var(--dark);
	width: 46px;
	height: 46px;
	background: transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%
}

.hero-sec2 .ct-nav .swiper-button-next:after {
	content: "\f105"
}

.swiper-slide .anim1 {
	transform: translateY(-30px);
	opacity: 0
}

.swiper-slide .anim2 {
	transform: translateY(40px);
	opacity: 0
}

.swiper-slide .anim3 {
	transform: translateY(50px);
	opacity: 0
}

.swiper-slide.swiper-slide-active .anim1,
.swiper-slide.swiper-slide-active .anim2 {
	opacity: 1;
	transform: translateY(0);
	transition: all 2.5s ease
}

.swiper-slide.swiper-slide-active .anim3 {
	opacity: 1;
	transform: translateY(0);
	transition: all 3s ease
}

@media (max-width:991.98px) {
	.hthumb-carousel {
		margin-top: 50px
	}
}

.hthumb-carousel .slide-stat {
	left: 20px;
	bottom: 20px;
	width: 278px;
	padding: 20px;
	display: flex;
	gap: 10px
}

.scroll-line {
	max-width: 200px;
	writing-mode: vertical-rl;
	justify-content: center;
	align-items: center;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 500;
	gap: 10px;
	margin: 0 auto;
	height: 150px;
	position: absolute;
	left: 50%;
	bottom: 50px;
	transform: translateX(-50%)
}

.scroll-line,
.scroll-line:focus,
.scroll-line:hover {
	color: var(--dark)
}

@media (max-width:1199.98px) {
	.scroll-line {
		left: 60%
	}
}

.scroll-down {
	border: 3px solid var(--dark);
	border-radius: 50px;
	cursor: pointer;
	height: 32px;
	position: relative;
	width: 20px;
	z-index: 2
}

.scroll-down:before {
	position: absolute;
	content: "";
	height: 4px;
	width: 5px;
	background: var(--dark);
	border-radius: 57%;
	-webkit-animation: line-move 1.5s ease-in-out 0s infinite normal none running;
	animation: line-move 1.5s ease-in-out 0s infinite normal none running;
	left: 50%;
	transform: translateX(-50%)
}

@keyframes line-move {
	0% {
		top: 0
	}

	to {
		top: 25px
	}
}

.hero-sec5 {
	padding: 300px 0 150px
}

.hero-sec5 .trusted-brands {
	padding-top: 40px
}

.hero-sec5 .trusted-brands .tr-info {
	flex: 0 0 270px
}

.hero-sec5 .trusted-brands .tr-info .ratings {
	font-size: 12px
}

@media (max-width:1199.98px) {
	.hero-sec5 {
		padding: 175px 0
	}
}

@media (max-width:767.98px) {
	.hero-sec5 {
		padding: 125px 0
	}
}

.hero-sec5 .hero-content {
	max-width: 850px
}

@media (min-width:1600px) {
	.hero-sec5 .hero-content {
		margin-left: 40px
	}
}

.hero-sec5 .hero-content .lead,
.hero-sec5 .hero-content .lead-sm {
	font-size: 16px
}

@media (max-width:1399.98px) {
	.hero-sec5 .hero-content .hero-title {
		font-size: 60px
	}
}

@media (max-width:1199.98px) {
	.hero-sec5 .hero-content .hero-title {
		font-size: 50px
	}
}

@media (max-width:575.98px) {
	.hero-sec5 .hero-content .hero-title {
		font-size: 45px
	}
}

.hero-sec5 .hero-content p {
	font-size: 18px;
	color: var(--white);
	margin: 30px 0 40px
}

@media (min-width:1200px) {
	.hero-sec5 .hero-content p {
		max-width: 700px
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.hero-sec5 .hero-content {
		max-width: 500px
	}

	.hero-sec5 .hero-content .hero-title {
		font-size: 50px
	}
}

@media (min-width:768px) {
	.hero-sec5 .hero-th {
		position: absolute;
		right: 50px;
		bottom: 0
	}
}

@media (min-width:1600px) {
	.hero-sec5 .hero-th {
		right: 110px
	}
}

@media (max-width:1399.98px) {
	.hero-sec5 .hero-th {
		max-width: 650px
	}
}

@media (max-width:1199.98px) {
	.hero-sec5 .hero-th {
		max-width: 500px
	}
}

@media (max-width:991.98px) {
	.hero-sec5 .hero-th {
		max-width: 350px
	}
}

@media (max-width:767.98px) {
	.hero-sec5 .hero-th {
		margin-top: 50px
	}
}

.hero-sec5 .hero-stat {
	position: absolute;
	backdrop-filter: blur(64px);
	background: rgba(0, 0, 0, .11);
	right: -25px;
	bottom: 60px;
	padding: 30px;
	border: 1px solid hsla(0, 0%, 100%, .26)
}

@media (max-width:991.98px) {
	.hero-sec5 .hero-stat {
		bottom: 10px
	}
}

@media (max-width:767.98px) {
	.hero-sec5 .hero-stat {
		right: 5px
	}
}

.hero-sec5 .hero-stat .ft-clients {
	margin-top: 60px
}

@media (max-width:991.98px) {
	.hero-sec5 .hero-stat .ft-clients {
		margin-top: 30px
	}
}

.hero-sec5 .hero-stat .cl-stat p {
	margin: 0
}

.hero-sec5 .hero-stat p {
	color: var(--white)
}

.feature-sec .row>div {
	padding: 60px 0
}

.feature-sec .row>div:before {
	width: 1px;
	height: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: auto;
	right: 0;
	background-color: var(--theme-border)
}

.feature-sec .row>div:last-child:before {
	display: none
}

@media (max-width:991.98px) {
	.feature-sec .row>div {
		padding: 40px 10px
	}
}

.feature-card {
	max-width: 450px;
	margin: 0 auto
}

.feature-card h3 {
	margin-bottom: 15px
}

@media (max-width:767.98px) {
	.feature-card h3 {
		margin: 30px 0 20px
	}
}

.feature-card .btn {
	border: 1px solid var(--theme-border);
	margin-top: 20px;
	padding: 12px 27px
}

.feature-card .btn i {
	margin-left: 10px
}

.feat-card {
	padding: 60px 40px
}

@media (max-width:1599.98px) {
	.feat-card {
		padding: 60px 20px
	}
}

@media (max-width:767.98px) {
	.feat-card {
		padding: 40px 10px 30px
	}
}

.feat-card:before {
	width: 1px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: auto;
	right: 0;
	background-color: var(--theme-border)
}

@media (min-width:1600px) {
	.feat-card:before {
		right: 10px
	}
}

@media (max-width:767.98px) {
	.feat-card:before {
		display: none
	}
}

.feat-card h3 {
	margin: 30px 0 15px
}

.feat-card h3 strong {
	display: block
}

.feat-header {
	padding: 60px 0 0 45px
}

.feat-header h2.sec-title {
	font-size: 36px;
	margin-bottom: 30px
}

@media (max-width:991.98px) {
	.feat-header {
		padding: 40px
	}
}

@media (max-width:767.98px) {
	.feat-header {
		padding: 40px 0
	}
}

.feat-header .btn {
	font-weight: 700
}

.ab-stat {
	flex: 0 0 325px
}

.ab-stat h3 {
	font-weight: 400;
	font-size: 70px;
	margin-bottom: 0
}

.ab-stat h3 span {
	line-height: 1;
	font-size: 170px
}

@media (max-width:991.98px) {
	.ab-stat h3 span {
		font-size: 100px
	}
}

.ab-stat h3 sup {
	top: -100px;
	left: -15px
}

@media (max-width:767.98px) {
	.ab-stat h3 sup {
		top: -50px
	}
}

.ab-stat:before {
	width: 1px;
	background-color: var(--theme-border);
	left: auto;
	right: 30px;
	height: 90%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width:767.98px) {
	.ab-stat:before {
		background-color: transparent
	}
}

@media (min-width:992px) {
	figure.about-thumb {
		width: 600px;
		right: 60px;
		position: absolute
	}
}

figure.about-thumb {
	mask-image: url(../images/about-mask.png);
	mask-repeat: no-repeat;
	mask-position: center center;
	height: 410px
}

@media (max-width:991.98px) {
	figure.about-thumb {
		margin-bottom: 30px
	}
}

.about-inner {
	padding-top: 20px
}

.about-sec2 {
	border-left: 1px solid var(--theme-border)
}

@media (max-width:1199.98px) {
	.about-sec2 {
		padding: 40px 20px
	}
}

@media (max-width:767.98px) {
	.about-sec2 {
		padding: 40px 0
	}
}

.about-sec2 .btn {
	margin-top: 30px
}

.about-sec2 .lead,
.about-sec2 .lead-sm {
	border-top: 1px solid var(--theme-border);
	padding-top: 30px
}

.about-sec2 .about-thumb {
	width: 110%;
	margin-left: 60px;
	height: 800px
}

@media (max-width:1199.98px) {
	.about-sec2 .about-thumb {
		width: 100%;
		margin: 0 0 30px
	}
}

@media (max-width:767.98px) {
	.about-sec2 .about-thumb {
		height: 350px
	}
}

.about-sec2 .rating-stat {
	position: absolute;
	right: 60px;
	bottom: 20px;
	background-color: rgba(var(--white-rgb), .1);
	backdrop-filter: blur(34px);
	text-align: center;
	color: var(--white);
	padding: 20px
}

.about-sec2 .rating-stat h3 {
	margin: 0;
	color: var(--white)
}

.about-sec2 .ct-list {
	margin: 30px 0 15px
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.value-sec .value-thumb {
		left: -50px
	}
}

.value-txt {
	margin-left: -20px
}

@media (max-width:1199.98px) {
	.value-txt {
		margin: 40px 0 0
	}
}

.value-txt .ct-list {
	margin-top: 20px
}

.value-txt .ct-list li {
	font-weight: 500;
	color: var(--headings-color);
	padding-left: 25px
}

.value-txt .ct-list li:not(:last-child) {
	margin-bottom: 15px
}

.value-txt .ct-list li:before {
	background: url(../images/icons/star.png) no-repeat 0
}

.value-txt .value-footer {
	margin: 25px 0 0;
	padding: 25px 0 0;
	line-height: 28px;
	border-top: 1px solid var(--theme-border)
}

.value-txt .value-footer p {
	margin: 0
}

.brands-sec {
	border: 1px solid var(--theme-border);
	border-bottom: 0
}

.brands-carousel .swiper-slide {
	padding: 40px 0;
	border-right: 1px solid var(--theme-border);
	text-align: center
}

.about-sec3 .abm-stat {
	position: absolute;
	background: var(--white);
	top: 20px;
	left: 20px;
	display: flex;
	flex-direction: column;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	padding: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px
}

.about-sec3 .abm-stat h3 {
	margin: 0;
	font-size: 34px
}

@media (min-width:1400px) and (max-width:1599.98px) {
	.about-sec3 .sec-title {
		font-size: 46px
	}
}

.about-sec3 .about-video {
	font-weight: 600
}

.about-sec3 .about-video span {
	background-color: #e1f2f2;
	color: var(--primary)
}

.about-sec3 .about-content {
	max-width: 615px
}

@media (min-width:992px) {
	.about-sec3 .about-content {
		margin-left: auto;
		margin-right: 0
	}
}

@media (max-width:991.98px) {
	.about-sec3 .about-content {
		margin-top: 40px
	}
}

.about-sec3 .about-content .about-stat {
	border-top: 1px solid var(--theme-border);
	border-bottom: 1px solid var(--theme-border);
	padding: 25px 0 10px;
	margin: 30px 0
}

.about-sec3 .about-content .about-stat:before {
	width: 1px;
	background-color: var(--theme-border);
	height: 111px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (max-width:767.98px) {
	.about-sec3 .about-content .about-stat:before {
		display: none
	}
}

.about-sec3 .about-content .about-stat .abs-item {
	max-width: 210px
}

.about-sec3 .about-content .about-stat .abs-item h3 {
	font-weight: 400;
	font-size: 65px;
	margin: 0
}

.about-sec4 h3.h5 {
	position: absolute;
	background: rgba(var(--white-rgb), .2);
	bottom: 20px;
	left: 20px;
	backdrop-filter: blur(24px);
	max-width: 195px;
	padding: 20px;
	line-height: 1.5
}

.about-sec4 .about-content {
	padding-top: 65px;
	padding-left: 20px
}

@media (max-width:991.98px) {
	.about-sec4 .about-content {
		padding: 30px 0 0
	}
}

.about-sec4 .about-content .about-mission:not(:last-child) {
	margin: 40px 0 30px
}

.about-sec4 .about-content .about-mission h4 {
	font-size: 20px;
	border-bottom: 1px solid var(--theme-border);
	padding-bottom: 15px;
	margin-bottom: 15px
}

.about-sec4 .about-content .about-mission h4:before {
	height: 1px;
	width: 70px;
	top: 100%
}

.gallery-img:not(:first-child) img {
	position: relative;
	margin-left: -40px
}

.gallery-img img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	max-width: 180px
}

@media (max-width:767.98px) {
	.gallery-img img {
		max-width: 90px
	}
}

@media (max-width:991.98px) {
	.about-sec4 .about-content2 {
		margin-top: 40px
	}
}

.about-sec4 .about-stat {
	position: absolute;
	right: 40px;
	bottom: 20px;
	padding: 20px;
	width: 120px;
	color: var(--white);
	text-align: center;
	text-transform: capitalize
}

.about-sec4 .about-stat h2 {
	color: var(--white);
	font-size: 35px;
	margin: 0
}

.about-sec4 .about-infos {
	margin: 30px 0;
	gap: 60px
}

.about-sec4 .s-info {
	max-width: 250px
}

.about-sec4 .s-info span {
	background-color: var(--secondary);
	width: 56px;
	height: 56px;
	border-radius: 50%;
	margin: 3px
}

.about-sec4 .s-info span,
.about-sec4 .s-info span:before {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%
}

.about-sec4 .s-info span:before {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid var(--theme-border);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.about-sec4 .s-info span img {
	width: 30px
}

.about-sec4 .s-info:nth-child(2n) span {
	background-color: var(--primary)
}

.growth-sec3 .about-th {
	mask-image: none
}

.about-sec5 .about-media {
	padding-right: 30px
}

@media (max-width:1199.98px) {
	.about-sec5 .about-media {
		max-width: 605px;
		margin: 0 auto 50px;
		padding: 0
	}
}

.about-sec5 .about-cta {
	gap: 80px
}

.about-sec5 .about-cta ul.ct-list li {
	color: var(--headings-color);
	padding-left: 25px
}

.about-sec5 .about-cta ul.ct-list li:before {
	background: url(../images/icons/star.png) no-repeat 0/contain;
	width: 12px
}

.about-sec5 .about-th {
	text-align: right
}

.about-sec5 .about-th .about-stat {
	position: absolute;
	left: 60px;
	top: 40px;
	text-align: left;
	background: var(--primary);
	padding: 10px;
	max-width: 180px
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.about-sec5 .about-th .about-stat {
		left: -30px
	}
}

@media (max-width:575.98px) {
	.about-sec5 .about-th .about-stat {
		left: -10px
	}
}

.about-sec5 .about-th .about-stat:after,
.about-sec5 .about-th .about-stat:before {
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: -40px;
	content: ""
}

.about-sec5 .about-th .about-stat:before {
	border-bottom: 40px solid var(--primary);
	border-left: 47px solid transparent
}

.about-sec5 .about-th .about-stat:after {
	border-top: 40px solid var(--primary);
	border-left: 47px solid transparent;
	left: 0;
	bottom: -40px;
	top: auto
}

.about-sec5 .about-th .about-stat .bg-white {
	padding: 20px
}

.about-sec5 .ab-video {
	position: relative
}

@media (min-width:576px) {
	.about-sec5 .ab-video {
		position: absolute;
		bottom: 0;
		left: 0
	}
}

@media (max-width:575.98px) {
	.about-sec5 .ab-video {
		margin-top: 20px
	}
}

.about-sec5 .ab-video .play-btn {
	position: absolute;
	top: 20px;
	left: 30px;
	background-color: rgba(var(--white-rgb), .35);
	backdrop-filter: blur(14px);
	color: var(--white)
}

@media (min-width:992px) {
	.about-sec5 .about-feats {
		width: 880px
	}
}

.about-sec5 .about-feats {
	padding: 43px 60px;
	position: relative;
	top: 35px;
	gap: 30px
}

@media (min-width:1200px) {
	.about-sec5 .about-feats {
		margin-left: -250px
	}
}

@media (max-width:991.98px) {
	.about-sec5 .about-feats {
		padding: 40px
	}
}

@media (max-width:767.98px) {
	.about-sec5 .about-feats .about-feat {
		margin-bottom: 40px
	}
}

.about-sec5 .about-feats .about-feat h3 {
	margin: 30px 0 20px;
	text-transform: capitalize
}

.about-sec5 .about-feats .about-feat p {
	margin: 0
}

.about-stat-sec {
	padding-bottom: 80px
}

.about-stat-sec .sec-intro {
	position: relative;
	z-index: 2;
	padding-top: 180px
}

@media (max-width:991.98px) {
	.about-stat-sec .sec-intro {
		padding-top: 40px
	}
}

.about-stat-sec:before {
	left: auto;
	right: 0;
	background-color: var(--light);
	width: 63%;
	z-index: 1;
	height: calc(100% - 120px);
	top: auto;
	bottom: 0
}

@media (max-width:991.98px) {
	.about-stat-sec:before {
		width: 0
	}
}

.about-stat-sec .gr-entry p {
	max-width: 460px
}

.about-stat-sec .abs-left .about-bg {
	height: 750px;
	width: 125%;
	margin-left: -25%
}

@media (max-width:991.98px) {
	.about-stat-sec .abs-left .about-bg {
		height: 500px;
		margin-left: 0;
		width: 100%
	}
}

@media (max-width:767.98px) {
	.about-stat-sec .abs-left .about-bg {
		height: 400px;
		margin-left: 0;
		width: 100%
	}
}

.about-stat-sec .abs-left .about-stat2 {
	margin: 60px 0 0 -30px
}

@media (max-width:767.98px) {
	.about-stat-sec .abs-left .about-stat2 {
		margin: 40px 0 0
	}
}

.about-stat-sec .abs-left .about-stat2 h3 {
	flex: 0 0 245px
}

.about-stat-sec .abs-left .about-stat2 p {
	max-width: 200px
}

.serv-header {
	max-width: 1200px;
	margin: 0 auto
}

.serv-header .serv-intro {
	max-width: 440px
}

.serv-header .serv-stat {
	max-width: 310px
}

.serv-header .serv-stat h2 {
	color: var(--primary)
}

.services-sec .serv-desc {
	padding: 30px 0 0 105px
}

@media (max-width:991.98px) {
	.services-sec .serv-desc {
		max-width: 500px;
		padding: 30px
	}
}

@media (max-width:767.98px) {
	.services-sec .serv-desc {
		padding: 20px 0 0
	}
}

.services-sec .serv-desc p {
	padding-bottom: 40px
}

.services-sec .service-wrap {
	margin-top: 20px
}

.services-sec .service-wrap:before {
	height: 1px;
	background-color: var(--theme-border)
}

.services-sec .service-wrap:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: var(--theme-border);
	top: 0;
	left: 34%
}

@media (max-width:991.98px) {
	.services-sec .service-wrap:after {
		background: transparent
	}
}

.service-entry {
	padding: 30px 60px 35px 0;
	position: relative
}

@media (max-width:767.98px) {
	.service-entry {
		padding-right: 0
	}
}

.service-entry:not(:last-child) {
	border-bottom: 1px solid var(--theme-border)
}

.hero-slider .swiper-slide .service-entry .serv-bg.slide-bg,
.service-entry2 .service-entry .serv-bg,
.service-entry .hero-slider .swiper-slide .serv-bg.slide-bg,
.service-entry .serv-bg.bg-cover,
.service-entry .service-entry2 .serv-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.hero-slider .swiper-slide .service-entry .serv-bg.slide-bg:after,
.service-entry2 .service-entry .serv-bg:after,
.service-entry .hero-slider .swiper-slide .serv-bg.slide-bg:after,
.service-entry .serv-bg.bg-cover:after,
.service-entry .service-entry2 .serv-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(18, 28, 39, .8);
	mix-blend-mode: multiply;
	z-index: 1
}

.service-entry .icon-lg {
	background-color: var(--primary);
	color: var(--white);
	transform: rotate(-30deg)
}

.service-entry .serv-icon svg path {
	fill: var(--secondary);
	transition: fill .6s cubic-bezier(.4, 0, .2, 1)
}

.service-entry .serv-info {
	max-width: 560px
}

.service-entry .serv-info h3 {
	font-size: 24px
}

.service-entry .serv-info h3 a {
	color: var(--headings-color)
}

.service-entry .serv-info p {
	margin: 0
}

.service-entry .serv-info h3,
.service-entry .serv-info p {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

@media (min-width:768px) {
	.service-entry .serv-inner {
		gap: 100px;
		padding-left: 40px
	}
}

.service-entry .serv-inner {
	gap: 30px
}

@media (max-width:767.98px) {
	.service-entry .serv-inner .serv-info {
		margin: 30px 0 40px
	}
}

.hero-slider .swiper-slide .service-entry:hover .serv-bg.slide-bg,
.service-entry2 .service-entry:hover .serv-bg,
.service-entry:hover .hero-slider .swiper-slide .serv-bg.slide-bg,
.service-entry:hover .serv-bg.bg-cover,
.service-entry:hover .service-entry2 .serv-bg {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100)
}

.service-entry:hover h3 a,
.service-entry:hover p {
	color: var(--white)
}

.service-entry:hover .icon-lg {
	background-color: var(--primary);
	color: var(--white);
	transform: rotate(0deg)
}

.service-entry:hover .serv-icon svg path {
	fill: var(--primary)
}

.service-entry2 {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--theme-border);
	padding: 25px
}

.service-entry2 h3 {
	margin: 20px 0 25px;
	font-size: 22px
}

.service-entry2 .serv-bg,
.service-entry2 .serv-icon svg path,
.service-entry2 .serv-th,
.service-entry2 h3,
.service-entry2 p {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.service-entry2 .serv-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 95%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0)
}

.service-entry2 .serv-bg:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--dark-alt);
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70)
}

.service-entry2 .serv-inner {
	transform: translateY(70px);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.service-entry2 .serv-inner h3 a {
	color: var(--headings-color)
}

.service-entry2 .serv-inner .btn {
	opacity: 0;
	visibility: hidden;
	margin-top: 15px
}

.service-entry2:hover .serv-bg {
	height: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100)
}

.service-entry2:hover .serv-inner {
	transform: translateY(-10px)
}

.service-entry2:hover .serv-inner .btn {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100)
}

.service-entry2:hover .serv-icon svg path {
	fill: var(--white)
}

.service-entry2:hover .btn,
.service-entry2:hover h3 a,
.service-entry2:hover p {
	color: var(--white)
}

.service-entry2:hover .serv-th {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0)
}

.services-sec2:before {
	background: url(../images/serv-bg2.png) no-repeat 0/contain;
	opacity: .03;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
	filter: alpha(opacity=3)
}

.services-sec2:after {
	position: absolute;
	content: "";
	top: 298px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(var(--white-rgb), .2)
}

.services-tab {
	padding-top: 65px
}

.services-tab:before {
	width: 1px;
	background: rgba(var(--white-rgb), .2);
	position: absolute;
	content: "";
	top: 0;
	left: 29.6%;
	z-index: 1;
	height: 150%
}

@media (max-width:1199.98px) {
	.services-tab:before {
		background: transparent
	}
}

.services-tab .nav button.nav-link {
	font-size: 30px
}

.services-tab .tab-content .serv-img,
.services-tab .tab-content .serv-info {
	opacity: 0;
	transition: opacity .4s ease, transform .4s ease
}

@media (min-width:768px) {
	.services-tab .tab-content .serv-img {
		flex: 0 0 350px
	}
}

.services-tab .tab-pane {
	transform: translateX(-20px);
	transition: transform .05s ease-in-out
}

.services-tab .tab-pane.fade.show.active {
	transform: translateX(0)
}

.services-tab .tab-pane.fade.show.active .serv-img {
	opacity: 1;
	transition-delay: .1s
}

.services-tab .tab-pane.fade.show.active .serv-info {
	opacity: 1;
	transition-delay: .15s
}

.services-tab .nav {
	flex: 0 0 420px;
	padding-top: 60px
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.services-tab .nav {
		flex: 0 0 350px
	}
}

@media (max-width:1199.98px) {
	.services-tab .nav {
		display: inline-block
	}
}

.services-tab .nav button.nav-link {
	color: var(--white);
	margin-bottom: 40px;
	text-align: left;
	font-weight: 600
}

@media (max-width:1399.98px) {
	.services-tab .nav button.nav-link {
		font-size: 28px
	}
}

@media (max-width:1199.98px) {
	.services-tab .nav button.nav-link {
		display: inline-block
	}
}

.services-tab .nav button.nav-link:before {
	width: 3px;
	height: 5px;
	background: var(--primary);
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.services-tab .nav button.nav-link.active:before,
.services-tab .nav button.nav-link:hover:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	height: 22px
}

.services-tab .serv-info {
	padding-left: 60px
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.services-tab .serv-info {
		padding-left: 30px
	}
}

@media (max-width:991.98px) {
	.services-tab .serv-info {
		padding: 40px 0 0
	}
}

.services-tab .serv-info p {
	margin: 30px 0;
	color: rgba(var(--white-rgb), .9)
}

.services-tab .serv-info ul {
	margin-bottom: 30px
}

.services-tab .serv-info ul li {
	text-transform: uppercase;
	font-size: 14px;
	color: rgba(var(--white-rgb), .9);
	font-weight: 600;
	padding: 0
}

.services-tab .serv-info ul li:before {
	display: none
}

.services-sec3 img.jarallax-img {
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60)
}

.services-sec3 .parallax-overly {
	background: var(--secondary)
}

.services-sec3 .swiper {
	padding: 20px 0
}

.service-entry3 {
	padding: 20px;
	border: 1px solid hsla(0, 0%, 100%, .1);
	border-radius: 10px
}

.service-entry3 .serv-img {
	position: relative;
	z-index: 1
}

.service-entry3 .serv-img img {
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-ms-border-radius: 13px;
	border-radius: 13px
}

.service-entry3 .serv-img .serv-icon {
	backdrop-filter: blur(16px);
	background: rgba(var(--white-rgb), .2);
	width: 60px;
	height: 60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	bottom: 30px;
	right: 20px
}

.service-entry3 .serv-content {
	margin-top: 25px
}

.service-entry3 .serv-content h3 {
	font-size: 24px
}

.service-entry3 .serv-content h3 a {
	color: var(--white)
}

.service-entry3 .serv-content p {
	color: rgba(var(--white-rgb), .8)
}

.hero-sec2 .hero-content .hc-inner .hero-left .service-entry3 .serv-content .hero-social,
.payment-option .service-entry3 .serv-content button,
.process-card .pc-head .service-entry3 .serv-content span,
.product-details-tab .nav-tabs li .service-entry3 .serv-content .nav-link,
.product-nav .service-entry3 .serv-content .swiper-pagination,
.review-top .service-entry3 .serv-content .lead,
.review-top .service-entry3 .serv-content .lead-sm,
.service-entry3 .serv-content .h6,
.service-entry3 .serv-content .hero-sec2 .hero-content .hc-inner .hero-left .hero-social,
.service-entry3 .serv-content .link-btn,
.service-entry3 .serv-content .payment-option button,
.service-entry3 .serv-content .process-card .pc-head span,
.service-entry3 .serv-content .product-details-tab .nav-tabs li .nav-link,
.service-entry3 .serv-content .product-nav .swiper-pagination,
.service-entry3 .serv-content .review-top .lead,
.service-entry3 .serv-content .review-top .lead-sm,
.service-entry3 .serv-content .single-post-page blockquote p,
.service-entry3 .serv-content .value-txt .value-footer,
.service-entry3 .serv-content ul.check li,
.single-post-page blockquote .service-entry3 .serv-content p,
.value-txt .service-entry3 .serv-content .value-footer,
ul.check .service-entry3 .serv-content li {
	color: rgba(var(--white-rgb), .9);
	border-bottom: 1px solid rgba(var(--white-rgb), .2);
	padding-bottom: 15px;
	margin-top: 25px
}

.service-entry3 .serv-content .ct-list {
	margin: 20px 0 0
}

.service-entry3 .serv-content .ct-list li {
	color: rgba(var(--white-rgb), .8);
	padding-left: 20px;
	margin-bottom: 10px
}

.service-entry3 .serv-content .ct-list li:before {
	background: transparent;
	content: "+";
	font-size: 22px
}

.service-entry4 h3 {
	max-width: 220px;
	margin: 40px 0 30px;
	font-weight: 400
}

.service-entry4 .serv-btn {
	margin-top: 20px;
	display: inline-block
}

.service-entry4 .serv-btn span {
	display: none
}

.service-entry4 .btn-more {
	margin-top: 30px
}

.services-sec4 .anim-img {
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60)
}

.services-sec4 .serv-wrapper {
	--bs-gutter-x: 60px;
	border-top: 1px solid var(--theme-border)
}

.services-sec4 .serv-wrapper>div:before {
	width: 1px;
	background: var(--theme-border);
	left: -9px
}

.services-sec4 .serv-wrapper>div {
	padding-top: 40px
}

.services-sec4 .serv-wrapper>div:first-child:before {
	background: transparent
}

.services-sec4 .lead-sm a,
.services-sec4 .lead a {
	color: var(--primary)
}

.btn-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border-radius: 50%;
	border: 1px solid var(--theme-border);
	font-weight: 700;
	text-transform: uppercase;
	transition: width .3s ease-in-out, padding .3s ease-in-out, border-radius .3s ease-in-out;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	font-size: 14px
}

.btn-more,
.btn-more span {
	color: var(--headings-color)
}

.btn-more span {
	max-width: 0;
	opacity: 0;
	margin-right: 0;
	display: inline-block;
	transition: max-width .3s ease-in-out, opacity .2s ease-in-out, margin .3s ease-in-out;
	order: 1
}

.btn-more i {
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	order: 2;
	width: 16px;
	text-align: center
}

.btn-more:hover {
	width: auto;
	min-width: 140px;
	padding: 0 16px;
	border-radius: 100px
}

.btn-more:hover span {
	max-width: 120px;
	opacity: 1;
	margin-right: 8px
}

.btn-more:focus-visible {
	outline: 2px solid #334155;
	outline-offset: 2px
}

.services-sec5:before {
	background: url(../images/serv-bg2.png) no-repeat 0/contain;
	opacity: .03;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
	filter: alpha(opacity=3)
}

.service-card5 {
	padding: 30px
}

@media (min-width:1400px) and (max-width:1599.98px) {
	.service-card5 {
		padding: 30px 15px 20px
	}
}

@media (max-width:767.98px) {
	.service-card5 {
		padding: 15px
	}
}

.service-card5>a {
	color: var(--headings-color);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.service-card5 .serv-inner {
	background-color: var(--light);
	padding: 20px;
	margin-top: 30px
}

@media (max-width:1199.98px) {
	.service-card5 .serv-inner {
		padding: 30px
	}
}

.process-card2 .service-card5 .serv-inner span,
.service-card5 .serv-inner .process-card2 span,
.service-card5 .serv-inner span.icon-xl {
	background-color: var(--dark);
	width: 60px;
	height: 60px;
	margin-top: -45px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.service-card5 .serv-inner h3 {
	margin: 25px 0 15px
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.service-card5 .serv-inner h3 {
		font-size: 20px
	}
}

.service-card5 .serv-inner .ct-list li {
	padding-left: 20px;
	font-weight: 500
}

.service-card5 .serv-inner .ct-list li:before {
	background: url(../images/icons/plus.svg) no-repeat 0
}

.service-card5 .serv-inner .ct-list li:not(:last-child) {
	margin-bottom: 12px
}

.process-card2 .service-card5:hover .serv-inner span,
.service-card5:hover .serv-inner .process-card2 span,
.service-card5:hover .serv-inner span.icon-xl,
.service-card5:hover>a {
	background-color: var(--primary)
}

.service-card5:hover>a {
	color: var(--white)
}

.service-details-sec .service-thumb {
	margin: 30px 0 0
}

.service-details-sec .serv-article .h3,
.service-details-sec .serv-article h3 {
	margin: 50px 0 30px;
	font-size: 36px
}

@media (max-width:767.98px) {

	.service-details-sec .serv-article .h3,
	.service-details-sec .serv-article h3 {
		font-size: 28px
	}
}

.service-details-sec .serv-article p {
	margin: 0 0 30px
}

.service-details-sec .serv-article ul.ct-list.inline li {
	margin-bottom: 25px
}

.service-details-sec .serv-article ul.ct-list.inline li:last-child,
.service-details-sec .serv-article ul.ct-list.inline li:nth-child(4n-1) {
	margin-bottom: 0
}

.service-details-sec .nav-tabs {
	margin-bottom: 30px
}

.service-details-sec .nav-tabs .nav-item .nav-link {
	text-transform: uppercase;
	padding: 14px
}

.service-details-sec .accordion-item .accordion-header {
	margin: 0
}

.service-details-sec .serv-tabs {
	border: 1px solid var(--theme-border);
	border-radius: 10px;
	overflow: hidden
}

.service-details-sec .serv-tabs .nav-tabs {
	border-bottom: 0;
	margin: 0;
	padding: 0;
	background: var(--light);
	display: block
}

.service-details-sec .serv-tabs .nav-tabs li {
	display: inline-block;
	width: 32.97%;
	margin: 0
}

@media (max-width:767.98px) {
	.service-details-sec .serv-tabs .nav-tabs li {
		width: 30.97%
	}
}

.service-details-sec .serv-tabs .nav-tabs button {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	background: transparent;
	display: block;
	width: 100%
}

.service-details-sec .serv-tabs .nav-tabs .nav-item .nav-link.active,
.service-details-sec .serv-tabs .nav-tabs .nav-item .nav-link:hover {
	background-color: var(--white);
	color: var(--headings-color);
	border: 0 transparent
}

.service-details-sec .serv-tabs .tab-content {
	padding: 40px
}

@media (max-width:767.98px) {
	.service-details-sec .serv-tabs .tab-content {
		padding: 20px
	}
}

.alt-widget ul li,
.serv-widget input,
.serv-widget textarea {
	background-color: transparent
}

.alt-widget ul li {
	text-align: left;
	display: flex;
	align-items: center;
	gap: 10px;
	border: 0;
	padding: 0
}

.alt-widget ul li:hover {
	background-color: transparent;
	color: inherit
}

.goal-sec:before {
	background: url(../images/g-bg1.png) no-repeat;
	width: 54%;
	top: 0;
	background-size: contain;
	z-index: -1
}

.goal-sec:after {
	background: url(../images/g-bg2.png) no-repeat;
	width: 40%;
	top: 0;
	background-size: contain;
	right: 0;
	height: 100%;
	content: "";
	position: absolute;
	z-index: -1
}

.goal-sec .goal-bg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: calc(100% - 40px);
	height: 60%;
	background-color: var(--secondary);
	z-index: -2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px
}

@media (max-width:1199.98px) {
	.goal-sec .goal-bg {
		height: 100%
	}
}

@media (max-width:767.98px) {
	.goal-sec .goal-bg {
		width: 100%
	}
}

.goal-sec .row.goal-wrap {
	max-width: 1320px;
	margin: 0 auto
}

@media (max-width:1199.98px) {
	.goal-sec .row.goal-wrap {
		padding: 40px;
		max-width: 800px
	}
}

@media (max-width:767.98px) {
	.goal-sec .row.goal-wrap {
		padding: 0
	}
}

.goal-sec .row.goal-wrap .sec-title {
	margin-bottom: 50px
}

.goal-sec figure.goal-media {
	width: 800px;
	left: -25%;
	position: relative;
	border-radius: 10px;
	overflow: hidden
}

@media (max-width:1199.98px) {
	.goal-sec figure.goal-media {
		width: auto;
		left: 0
	}
}

.goal-sec figure.goal-media img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px
}

.goal-sec .nav-tabs {
	border-bottom: 1px solid rgba(var(--white-rgb), .2);
	padding-bottom: 25px;
	justify-content: space-between;
	padding-right: 30px
}

.goal-sec .nav-tabs li.nav-item button.nav-link {
	color: var(--body-color);
	background-color: transparent;
	font-size: 26px;
	font-weight: 600;
	border: 0;
	padding: 0
}

.goal-sec .nav-tabs li.nav-item button.nav-link.active,
.goal-sec .nav-tabs li.nav-item button.nav-link:hover {
	color: var(--white)
}

.goal-sec .goal-tabs {
	padding-left: 60px
}

@media (max-width:1199.98px) {
	.goal-sec .goal-tabs {
		padding-left: 0
	}
}

.goal-sec .goal-tabs .tab-footer {
	border-top: 1px solid rgba(var(--white-rgb), .2);
	padding-top: 35px;
	margin-top: 20px
}

.goal-sec .tab-content {
	padding-top: 25px;
	color: var(--white)
}

.goal-sec .ct-list {
	margin-top: 40px
}

.goal-sec .ct-list li {
	color: var(--white);
	margin-bottom: 15px
}

.goal-sec .ct-list li:before {
	background: url(../images/icons/check2.svg) no-repeat 50%
}

.row.goal-service-wrap {
	background: var(--white);
	padding: 0 40px;
	border: 1px solid var(--theme-border);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	max-width: 1440px;
	margin: -350px -5px 0 auto
}

.row.goal-service-wrap>div:first-child .goal-card:before {
	display: none
}

@media (max-width:1199.98px) {
	.row.goal-service-wrap {
		margin: 35px -5px 0 auto;
		padding: 0 20px
	}
}

.goal-card {
	max-width: 365px
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.goal-card {
		max-width: 340px
	}
}

.goal-card {
	padding: 40px 0
}

.goal-card:before {
	background-color: var(--theme-border);
	width: 1px;
	left: -45px
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.goal-card:before {
		left: -30px
	}
}

@media (max-width:1199.98px) {
	.goal-card:before {
		left: -12px
	}
}

@media (max-width:991.98px) {
	.goal-card:before {
		background-color: transparent
	}
}

.goal-card .icon-lg {
	background-color: var(--secondary);
	width: 60px;
	height: 60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.goal-card .gc-head {
	padding-bottom: 60px
}

.goal-card h4 {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--theme-border)
}

.goal-card .btn {
	margin-top: 40px
}

.goal-card:hover h4 a {
	color: var(--primary)
}

.goal-card:hover .icon-lg {
	background-color: var(--primary)
}

.support-cta {
	max-width: 700px;
	margin: 0 auto
}

.support-cta:before {
	background: url(../images/line-bg.png) no-repeat 50%;
	left: -15px
}

@media (max-width:767.98px) {
	.support-cta:before {
		display: none
	}
}

.support-cta .s-support {
	text-align: left;
	align-items: center
}

@media (min-width:576px) {
	.support-cta .s-support {
		min-width: 320px
	}
}

.process-card2 .support-cta .s-support span,
.support-cta .s-support .icon,
.support-cta .s-support .icon-lg,
.support-cta .s-support .icon-xl,
.support-cta .s-support .icon-xs,
.support-cta .s-support .process-card2 span,
.support-cta .s-support .team-entry .team-thumb .team-share .link-hover,
.team-entry .team-thumb .team-share .support-cta .s-support .link-hover {
	border: 1px solid var(--secondary)
}

.support-cta .s-support .ss-inner small {
	display: block;
	margin-bottom: 10px
}

.process-card {
	max-width: 275px
}

@media (max-width:991.98px) {
	.process-card {
		margin-bottom: 60px
	}
}

.process-card:before {
	width: 1px;
	height: 80px;
	background-color: var(--theme-border);
	left: 40px;
	top: -90px
}

@media (max-width:991.98px) {
	.process-card:before {
		background-color: transparent
	}
}

.process-card:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background-color: var(--hover);
	left: 36px;
	top: -96px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px
}

@media (max-width:991.98px) {
	.process-card:after {
		background-color: transparent
	}
}

.process-card .pc-head {
	margin-bottom: 20px
}

.process-card .pc-head span {
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	line-height: 1;
	font-weight: 700;
	text-align: center;
	margin-top: -10px;
	margin-left: 8px;
	color: var(--primary)
}

.process-card .pc-head h3 {
	color: transparent;
	-webkit-text-stroke: 1.5px #797e88;
	font-size: 50px
}

.process-wrap {
	border-top: 1px solid var(--theme-border);
	padding-top: 90px
}

.process-sec2 .container-fluid {
	border-bottom: 1px solid var(--theme-border)
}

.process-card2 {
	display: flex;
	gap: 30px;
	max-width: 445px;
	padding: 80px 0
}

.process-card2:before {
	width: 1px;
	left: -30px;
	background-color: var(--theme-border);
	top: auto;
	height: calc(100% - 40px)
}

@media (max-width:991.98px) {
	.process-card2:before {
		display: none
	}
}

.process-card2 span {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	background: var(--secondary);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.process-card2:hover span {
	background: var(--primary)
}

@media (max-width:767.98px) {
	.process-card2 {
		padding: 30px 0 0
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.process-sec2 .row>div:last-child .process-card2:before {
		background-color: transparent
	}
}

.step-card {
	background-color: var(--white);
	clip-path: polygon(73% 0, 100% 25%, 100% 100%, 0 100%, 0 0);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 30px;
	text-align: center
}

@media (min-width:1600px) {
	.step-card {
		padding: 40px
	}
}

@media (max-width:1199.98px) {
	.step-card {
		padding: 20px
	}
}

@media (max-width:767.98px) {
	.step-card {
		max-width: 360px;
		margin: 0 auto
	}
}

.process-card2 .step-card span,
.step-card .icon,
.step-card .icon-lg,
.step-card .icon-xl,
.step-card .icon-xs,
.step-card .process-card2 span,
.step-card .team-entry .team-thumb .team-share .link-hover,
.team-entry .team-thumb .team-share .step-card .link-hover {
	background-color: var(--dark);
	margin: 0 auto;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

@media (max-width:1599.98px) {
	.step-card h3 {
		font-size: 20px
	}
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.step-card h3 {
		font-size: 18px
	}
}

.step-card h3 {
	text-transform: capitalize;
	margin: 30px 0 20px
}

.step-card .step-footer {
	margin-top: 60px
}

.step-card .step-footer:before {
	height: 1px;
	width: calc(100% - 120px);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: var(--theme-border);
	left: 15%
}

.step-card .step-footer a {
	background-color: #d8dde1;
	display: inline-block;
	padding: 0 20px;
	font-size: 12px;
	color: var(--headings-color);
	border-radius: 20px
}

.process-card2 .step-card:hover span,
.step-card:hover .icon,
.step-card:hover .icon-lg,
.step-card:hover .icon-xl,
.step-card:hover .icon-xs,
.step-card:hover .process-card2 span,
.step-card:hover .team-entry .team-thumb .team-share .link-hover,
.team-entry .team-thumb .team-share .step-card:hover .link-hover {
	background-color: var(--primary)
}

.step-card:hover .step-footer a {
	background-color: var(--primary);
	color: var(--white)
}

.step-sec .lead-sm a,
.step-sec .lead a {
	color: var(--primary)
}

.growth-sec {
	overflow: hidden;
	background-color: #02132c
}

.growth-sec:before {
	background: url(../images/goal-bg.png) no-repeat bottom/contain;
	opacity: .03;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
	filter: alpha(opacity=3);
	background-blend-mode: soft-light;
	top: -100px
}

.growth-sec .parallax-bg {
	height: 600px
}

.growth-sec .parallax-bg:before {
	background: rgba(34, 48, 53, .4);
	mix-blend-mode: multiply
}

@media (max-width:991.98px) {
	.growth-sec .parallax-bg {
		height: 400px
	}
}

.growth-sec .growth-wrap {
	padding: 80px 0
}

.growth-sec .growth-wrap:before {
	width: 1px;
	background-color: rgba(var(--white-rgb), .15);
	left: 45.5%
}

@media (max-width:991.98px) {
	.growth-sec .growth-wrap:before {
		background-color: transparent
	}
}

.growth-sec .growth-wrap p {
	color: rgba(var(--white-rgb), .8)
}

.growth-sec .choose-circle {
	text-align: center
}

.growth-sec .choose-circle .h6,
.growth-sec .choose-circle .hero-sec2 .hero-content .hc-inner .hero-left .hero-social,
.growth-sec .choose-circle .link-btn,
.growth-sec .choose-circle .payment-option button,
.growth-sec .choose-circle .process-card .pc-head span,
.growth-sec .choose-circle .product-details-tab .nav-tabs li .nav-link,
.growth-sec .choose-circle .product-nav .swiper-pagination,
.growth-sec .choose-circle .review-top .lead,
.growth-sec .choose-circle .review-top .lead-sm,
.growth-sec .choose-circle .single-post-page blockquote p,
.growth-sec .choose-circle .value-txt .value-footer,
.growth-sec .choose-circle ul.check li,
.hero-sec2 .hero-content .hc-inner .hero-left .growth-sec .choose-circle .hero-social,
.payment-option .growth-sec .choose-circle button,
.process-card .pc-head .growth-sec .choose-circle span,
.product-details-tab .nav-tabs li .growth-sec .choose-circle .nav-link,
.product-nav .growth-sec .choose-circle .swiper-pagination,
.review-top .growth-sec .choose-circle .lead,
.review-top .growth-sec .choose-circle .lead-sm,
.single-post-page blockquote .growth-sec .choose-circle p,
.value-txt .growth-sec .choose-circle .value-footer,
ul.check .growth-sec .choose-circle li {
	line-height: 28px;
	font-weight: 500
}

.growth-sec .growth-left {
	margin-bottom: 30px
}

.growth-txt {
	max-width: 680px
}

@media (min-width:992px) {
	.growth-txt {
		margin-left: 49px
	}
}

@media (max-width:991.98px) {
	.growth-txt {
		margin-top: 60px
	}
}

.growth-txt:before {
	background-color: rgba(var(--white-rgb), .15);
	height: 1px;
	top: 67%;
	left: 2px;
	width: 149%
}

@media (min-width:992px) {
	.growth-txt .growth-inner {
		padding-left: 70px
	}
}

.growth-txt .growth-stat {
	margin-top: 40px;
	padding-top: 40px
}

.growth-txt .growth-stat h3 {
	font-size: 84px;
	width: 260px;
	font-weight: 400
}

@media (max-width:1199.98px) {
	.growth-txt .growth-stat h3 {
		font-size: 60px
	}
}

@media (min-width:576px) {
	.growth-txt .growth-stat p {
		max-width: 255px
	}
}

.growth-sec2 .growth-th:before {
	z-index: 1;
	background: var(--secondary);
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50)
}

.growth-sec2 .growth-th img.position-absolute {
	left: 20px;
	bottom: 20px;
	z-index: 2
}

@media (min-width:992px) {
	.growth-sec2 .growth-wrap {
		padding-left: 50px
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.growth-sec2 .growth-wrap {
		padding-left: 30px
	}
}

.gr-entry {
	padding: 40px 0 30px 60px;
	border-bottom: 1px solid var(--theme-border)
}

@media (min-width:992px) and (max-width:1199.98px) {
	.gr-entry {
		padding: 30px 0 15px 35px
	}
}

@media (max-width:767.98px) {
	.gr-entry {
		padding: 30px 0
	}
}

.gr-entry:before {
	width: 1px;
	background: var(--theme-border)
}

.gr-entry .icon,
.gr-entry .icon-lg,
.gr-entry .icon-xl,
.gr-entry .icon-xs,
.gr-entry .process-card2 span,
.gr-entry .team-entry .team-thumb .team-share .link-hover,
.process-card2 .gr-entry span,
.team-entry .team-thumb .team-share .gr-entry .link-hover {
	width: 66px;
	height: 66px;
	position: relative;
	flex: 0 0 66px;
	z-index: 1;
	margin-right: 25px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-color: var(--shade)
}

.gr-entry .icon-lg svg path,
.gr-entry .icon-xl svg path,
.gr-entry .icon-xs svg path,
.gr-entry .icon svg path,
.gr-entry .process-card2 span svg path,
.gr-entry .team-entry .team-thumb .team-share .link-hover svg path,
.process-card2 .gr-entry span svg path,
.team-entry .team-thumb .team-share .gr-entry .link-hover svg path {
	fill: var(--headings-color);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.gr-entry .icon-lg span.count,
.gr-entry .icon-xl span.count,
.gr-entry .icon-xs span.count,
.gr-entry .icon span.count,
.gr-entry .process-card2 span span.count,
.gr-entry .team-entry .team-thumb .team-share .link-hover span.count,
.process-card2 .gr-entry span span.count,
.team-entry .team-thumb .team-share .gr-entry .link-hover span.count {
	position: absolute;
	border-radius: 50px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: var(--headings-color);
	color: var(--white);
	top: -5px;
	right: -5px;
	font-size: 10px
}

.gr-entry:last-child {
	border: 0
}

.gr-entry:hover .icon,
.gr-entry:hover .icon-lg,
.gr-entry:hover .icon-xl,
.gr-entry:hover .icon-xs,
.gr-entry:hover .process-card2 span,
.gr-entry:hover .team-entry .team-thumb .team-share .link-hover,
.process-card2 .gr-entry:hover span,
.team-entry .team-thumb .team-share .gr-entry:hover .link-hover {
	background-color: var(--primary)
}

.gr-entry:hover .icon-lg svg path,
.gr-entry:hover .icon-xl svg path,
.gr-entry:hover .icon-xs svg path,
.gr-entry:hover .icon svg path,
.gr-entry:hover .process-card2 span svg path,
.gr-entry:hover .team-entry .team-thumb .team-share .link-hover svg path,
.process-card2 .gr-entry:hover span svg path,
.team-entry .team-thumb .team-share .gr-entry:hover .link-hover svg path {
	fill: var(--white)
}

@media (max-width:767.98px) {
	.gr-entry:before {
		display: none
	}
}

.team-entry .team-thumb {
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px
}

.team-entry .team-thumb:before {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 2;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0)
}

.team-entry .team-thumb .team-share {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2
}

.team-entry .team-thumb .team-share .link-hover {
	background-color: var(--primary);
	border: 8px solid var(--white);
	color: var(--white);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 17px;
	z-index: 2;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.team-entry .team-thumb .social-share {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 15px;
	margin-left: 10px;
	pointer-events: none
}

.team-entry .team-thumb .social-share a {
	background-color: var(--white);
	color: var(--headings-color);
	opacity: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	transform: translateY(20px);
	transition: all .4s cubic-bezier(.4, 0, .2, 1)
}

.team-entry .team-thumb .social-share a:hover {
	background-color: var(--primary);
	color: var(--white)
}

.team-entry:hover .team-thumb:before {
	opacity: .1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10)
}

.team-entry:hover .link-hover {
	transform: rotate(90deg)
}

.team-entry:hover .social-share {
	pointer-events: auto
}

.team-entry:hover .social-share a {
	opacity: 1;
	transform: translateY(0)
}

.team-entry:hover .social-share a:first-child {
	transition-delay: .3s
}

.team-entry:hover .social-share a:nth-child(2) {
	transition-delay: .2s
}

.team-entry:hover .social-share a:nth-child(3) {
	transition-delay: .1s
}

.team-card2 {
	position: relative;
	overflow: hidden
}

.team-card2 .team-info {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 25px 30px;
	z-index: 2;
	width: calc(100% - 30px);
	transform: translateY(70px)
}

@media (max-width:1199.98px) {
	.team-card2 .team-info {
		width: calc(100% - 20px);
		transform: translateY(60px)
	}
}

.team-card2 .team-info {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

@media (max-width:1399.98px) {
	.team-card2 .team-info {
		padding: 20px
	}
}

.team-card2 .team-info h3 a {
	color: var(--white)
}

.team-card2 .team-info .social-share {
	margin-top: 20px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.team-card2 .team-info .social-share a {
	background-color: transparent;
	border: 1px solid rgba(var(--white-rgb), .15)
}

@media (max-width:1399.98px) {
	.team-card2 .team-info .social-share a {
		margin-right: 5px;
		width: 35px;
		height: 35px
	}
}

@media (max-width:1199.98px) {
	.team-card2 .team-info .social-share a {
		margin-right: 3px;
		width: 32px;
		height: 32px
	}
}

.team-card2 .team-info .social-share a:hover {
	background-color: var(--primary);
	border: 1px solid var(--primary)
}

.team-card2:hover .team-info {
	transform: translateY(0)
}

.team-card2:hover .team-info .social-share {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	height: auto
}

aside.team-sidebar {
	padding: 30px
}

aside.team-sidebar .team-head {
	margin: 20px 0
}

aside.team-sidebar .ts-info {
	border-top: 1px solid var(--theme-border);
	margin-top: 20px;
	padding-top: 20px
}

aside.team-sidebar .social-share.outline a {
	border: 1px solid var(--theme-border);
	color: var(--headings-color)
}

aside.team-sidebar .social-share.outline a:hover {
	border-color: var(--primary);
	color: var(--white)
}

.team-p-details h2,
.team-p-details h3 {
	margin: 30px 0
}

.team-p-details p {
	margin-bottom: 30px
}

.team-p-details .contact-form input,
.team-p-details .contact-form textarea {
	padding-left: 0;
	border: 0;
	border-bottom: 1px solid var(--theme-border)
}

.prg-item {
	position: relative
}

.prg-item span {
	position: absolute;
	right: 0;
	top: 0
}

.skill {
	padding: 50px 0;
	overflow: hidden
}

.skill .progress {
	border: 0;
	box-shadow: none;
	height: 10px;
	margin-bottom: 50px;
	overflow: visible;
	position: relative;
	border-radius: 0;
	display: block;
	background-color: var(--shade);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}

.skill .progress:last-child {
	margin-bottom: 0
}

.skill .progress .meta {
	font-size: 18px;
	left: 0;
	position: absolute;
	top: -28px;
	line-height: 28px;
	color: var(--headings-color)
}

.skill .progress .progress-bar {
	display: block;
	background: var(--primary);
	float: left;
	height: 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: visible
}

.skill .progress .progress-bar span {
	background: var(--primary);
	float: right;
	margin-right: 10px;
	margin-top: -32px;
	position: relative;
	font-weight: 600;
	padding: 0 5px
}

.skill .progress .progress-bar span:after,
.skill .progress .progress-bar span:before {
	border: solid transparent;
	content: "";
	height: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0
}

.skill .progress .progress-bar span:before {
	border-top-color: var(--primary);
	border-width: 5px;
	left: 50%;
	margin-left: -5px
}

.project-card .project-thumb:before {
	background-color: rgba(var(--dark-rgb), .25);
	z-index: 1
}

.project-card .project-meta {
	position: absolute;
	left: 30px;
	top: 25px;
	z-index: 1
}

.project-card .project-meta a {
	border: 1px solid var(--white);
	border-radius: 100px;
	padding: 10px 25px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	backdrop-filter: blur(20px);
	color: var(--white);
	background: hsla(0, 0%, 100%, .2)
}

.project-card .project-meta a:hover {
	background: var(--white);
	color: var(--headings-color)
}

.project-card .project-txt {
	bottom: 22px;
	backdrop-filter: blur(24px);
	background: rgba(18, 28, 39, .28);
	z-index: 1;
	width: calc(100% - 40px);
	padding: 25px 22px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%)
}

@media (max-width:767.98px) {
	.project-card .project-txt {
		width: 100%;
		bottom: 0;
		padding: 15px 15px 0
	}
}

.project-card .project-txt h3 a,
.project-card .project-txt p {
	color: var(--white)
}

.project-carousel .project-card p {
	font-weight: 400
}

.project-sec {
	padding-left: 4%;
	position: relative;
	width: 100%
}

.project-sec .progress-bar-container {
	margin-top: 25px
}

@media (max-width:767.98px) {
	.project-sec {
		padding-left: 0
	}
}

.project-sec .swiper-slide {
	width: 540px !important
}

@media (max-width:767.98px) {
	.project-sec .swiper-slide {
		width: 100% !important
	}
}

.product-nav {
	padding-top: 50px
}

.product-nav .swiper-pagination {
	position: relative;
	background: transparent;
	width: 40px
}

.product-nav .swiper-pagination span {
	background-color: transparent;
	width: auto;
	height: auto;
	margin: 0 !important;
	border: 0
}

.progress-bar-container {
	height: 1.5px;
	top: -22px;
	margin: 0 75px
}

@media (min-width:992px) {
	.progress-bar-container {
		max-width: calc(100% - 150px)
	}
}

.progress-bar-container .progress-bar-fill {
	background: var(--primary)
}

.project-sec2:before {
	background: url(../images/shape-sm.png) no-repeat 0 0/contain;
	max-width: 450px;
	opacity: .03;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
	filter: alpha(opacity=3)
}

.project-sec2 .project-wrap {
	position: relative;
	overflow: hidden;
	height: 600px
}

@media (max-width:767.98px) {
	.project-sec2 .project-wrap {
		height: 450px
	}
}

.project-sec2 .project-wrap .project-cover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1
}

.project-sec2 .project-wrap .project-cover:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: linear-gradient(359.73deg, #020e28 17.1%, rgba(2, 14, 40, .2) 99.76%);
	mix-blend-mode: multiply;
	z-index: 1;
	content: ""
}

.project-sec2 .project-wrap .project-cover .tab-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.1);
	opacity: 0;
	transition: all .7s
}

.project-sec2 .project-wrap .project-cover .tab-img.active {
	transform: scale(1);
	opacity: 1
}

.project-sec2 .project-wrap .project-carousel2 {
	position: relative;
	z-index: 3
}

.project-sec2 .project-wrap .project-card2 {
	display: flex;
	align-items: flex-end;
	border-inline-end: 1px solid hsla(0, 0%, 100%, .3);
	overflow: hidden;
	position: relative;
	height: 600px
}

@media (max-width:767.98px) {
	.project-sec2 .project-wrap .project-card2 {
		height: 450px
	}
}

.project-sec2 .project-wrap .project-card2 .project-meta span a {
	display: inline-block;
	background: hsla(0, 0%, 53.7%, .25);
	backdrop-filter: blur(12px);
	border-radius: 30px;
	font-size: 14px;
	padding: 0 18px;
	height: 30px;
	line-height: 30px;
	color: var(--white);
	margin-right: 5px
}

.project-sec2 .project-wrap .project-card2 .feat-title {
	color: var(--white);
	margin: 15px 0 25px;
	font-size: 24px
}

.project-sec2 .project-wrap .project-card2 p {
	color: var(--white)
}

.project-sec2 .project-wrap .project-card2 .content {
	transform: translateY(0);
	position: relative;
	bottom: 20px;
	width: 100%
}

.project-sec2 .project-wrap .project-card2 .content,
.project-sec2 .project-wrap .project-card2 .hover-content {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	left: 0;
	right: 0;
	margin: 0 30px
}

.project-sec2 .project-wrap .project-card2 .hover-content {
	position: absolute;
	bottom: -50px;
	opacity: 0;
	visibility: hidden
}

.project-sec2 .project-wrap .project-card2:hover .content {
	opacity: 0;
	visibility: hidden
}

.project-sec2 .project-wrap .project-card2:hover .hover-content {
	opacity: 1;
	visibility: visible;
	bottom: 45px
}

.portfolio-item {
	gap: 40px
}

.portfolio-item.active .pt-info {
	max-width: 330px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.portfolio-item.active .pt-info:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	background: url(../images/pt-shape.png) no-repeat 50%/contain
}

.portfolio-wrap {
	width: 100%;
	height: 465px;
	margin: 0 auto;
	overflow: hidden
}

@media (max-width:991.98px) {
	.portfolio-wrap {
		height: auto;
		flex-wrap: wrap;
		gap: 15px
	}
}

.portfolio-card {
	position: relative;
	flex: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-right: 1px solid hsla(0, 0%, 100%, .08);
	text-decoration: none;
	box-sizing: border-box;
	transition: flex .6s cubic-bezier(.25, 1, .5, 1)
}

.portfolio-card:before {
	background: url(../images/ptc-bg.png) no-repeat 100% 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0)
}

@media (max-width:991.98px) {
	.portfolio-card {
		flex: 0 0 calc(49% - 8px);
		margin-bottom: 40px
	}

	.portfolio-card:last-child {
		border-bottom: none
	}
}

.portfolio-card:last-child {
	border-right: none
}

.portfolio-card .project-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(48% - 25px);
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	border-radius: 4px;
	opacity: 0;
	transform: translateX(-20px);
	transition: opacity .4s ease, transform .5s ease;
	z-index: 1
}

@media (max-width:991.98px) {
	.portfolio-card .project-bg {
		width: 100%
	}
}

.portfolio-card .project-number {
	font-size: 84px;
	color: transparent;
	-webkit-text-stroke: 1px rgba(216, 221, 225, .2);
	line-height: 1;
	transition: all .4s ease
}

.portfolio-card .project-content {
	margin-top: auto;
	transform: translateY(0);
	transition: all .6s ease
}

.portfolio-card:not(.active) .project-content {
	max-width: 100%;
	transition: all .6s ease
}

.portfolio-card .project-category {
	display: block;
	font-size: 15px;
	color: var(--white);
	margin-bottom: 8px
}

.portfolio-card .project-title {
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	line-height: 1.3
}

.portfolio-card .project-title a {
	color: var(--white)
}

.portfolio-card p {
	transition: opacity .3s ease, max-height .4s ease
}

.portfolio-card .btn,
.portfolio-card p {
	opacity: 0;
	max-height: 0;
	visibility: hidden;
	overflow: hidden
}

.portfolio-card .btn {
	transition: opacity .3s ease, max-height .4s ease;
	display: inline-block;
	padding: 12px 28px;
	border: 1px solid hsla(0, 0%, 100%, .4);
	color: var(--white);
	border-radius: 30px;
	font-size: 14px;
	font-weight: 700;
	transition: background .3s ease, border .3s ease
}

.portfolio-card .btn:hover {
	background: var(--white);
	color: #03122f
}

.portfolio-card .btn,
.portfolio-card p {
	display: none
}

.portfolio-card.active:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100)
}

@media (min-width:992px) {
	.portfolio-card.active {
		flex: 2.2;
		transition: all .6s ease
	}
}

@media (min-width:992px) and (max-width:991.98px) {
	.portfolio-card.active {
		flex: 0 0 48%
	}
}

@media (min-width:992px) {
	.portfolio-card.active .project-bg {
		opacity: 1;
		transform: translateX(0)
	}

	.portfolio-card.active .project-number {
		color: var(--white);
		-webkit-text-stroke: transparent;
		position: absolute;
		left: calc(40% + 50px);
		top: 0;
		z-index: 2
	}
}

@media (min-width:992px) and (min-width:992px) and (max-width:1199.98px) {
	.portfolio-card.active .project-number {
		left: calc(40% + 30px)
	}
}

@media (min-width:992px) {
	.portfolio-card.active .project-content {
		position: absolute;
		left: calc(40% + 50px);
		bottom: 1px;
		right: 20px;
		z-index: 2
	}
}

@media (min-width:992px) and (min-width:992px) and (max-width:1199.98px) {
	.portfolio-card.active .project-content {
		left: calc(40% + 30px)
	}
}

@media (min-width:992px) {
	.portfolio-card.active p {
		color: rgba(var(--white-rgb), .5)
	}

	.portfolio-card.active .btn,
	.portfolio-card.active p {
		opacity: 1;
		max-height: 150px;
		visibility: visible;
		margin-top: 15px
	}

	.portfolio-card.active .btn,
	.portfolio-card.active p {
		display: inline-block
	}
}

@media (min-width:768px) {
	.project-sec4 .container {
		max-width: calc(100% - 100px);
		margin-left: auto;
		margin-right: 0;
		padding: 0
	}
}

@media (min-width:1400px) {
	.project-sec4 .sec-title {
		max-width: 800px
	}
}

.project-sec4 .project-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 560px;
	width: 100%;
	z-index: -1
}

.project-sec4 .swiper-slide {
	width: 540px !important
}

.project-sec4 .swiper-slide.swiper-slide-next .proj-meta {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	top: 25px
}

.project-sec4 .swiper-slide.swiper-slide-next .proj-info {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	bottom: 30px
}

.project-card4 img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px
}

.project-card4 .proj-meta {
	position: absolute;
	top: 0;
	left: 25px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.project-card4 .proj-meta a {
	display: inline-block;
	padding: 5px 20px;
	background: rgba(var(--white-rgb), .2);
	backdrop-filter: blur(20px);
	border: 1px solid var(--white);
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	color: var(--white)
}

.project-card4 .proj-meta span:first-child {
	margin-right: 10px
}

.project-card4 .proj-info {
	bottom: -10px;
	width: calc(100% - 80px);
	margin: 0 auto;
	background: rgba(var(--dark-rgb), .18);
	backdrop-filter: blur(24px);
	padding: 30px 30px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.project-card4 .proj-info h3 a,
.project-card4 .proj-info p {
	color: var(--white)
}

.project-card4:hover .proj-meta {
	top: 25px
}

.project-card4:hover .proj-info,
.project-card4:hover .proj-meta {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100)
}

.project-card4:hover .proj-info {
	bottom: 30px
}

.ct-pagination {
	flex: 0 0 100px
}

.ct-pagination .swiper-pagination {
	width: 80px
}

.ct-pagination .swiper-pagination span {
	font-size: 30px
}

@media (min-width:992px) {
	.progress-bar-container {
		max-width: calc(100% - 200px)
	}
}

.progress-bar-container {
	height: 2px;
	background: var(--theme-border);
	position: relative;
	overflow: hidden;
	margin-top: 60px;
	margin-left: 0
}

.progress-bar-container .progress-bar-fill {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: var(--secondary);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .6s ease
}

.project-article {
	padding-right: 50px
}

.project-widget {
	padding: 40px
}

.hero-sec2 .hero-content .hc-inner .hero-left .project-widget .hero-social,
.payment-option .project-widget button,
.process-card .pc-head .project-widget span,
.product-details-tab .nav-tabs li .project-widget .nav-link,
.product-nav .project-widget .swiper-pagination,
.project-widget .h6,
.project-widget .hero-sec2 .hero-content .hc-inner .hero-left .hero-social,
.project-widget .link-btn,
.project-widget .payment-option button,
.project-widget .process-card .pc-head span,
.project-widget .product-details-tab .nav-tabs li .nav-link,
.project-widget .product-nav .swiper-pagination,
.project-widget .review-top .lead,
.project-widget .review-top .lead-sm,
.project-widget .single-post-page blockquote p,
.project-widget .value-txt .value-footer,
.project-widget .wd-title,
.project-widget p,
.project-widget ul.check li,
.review-top .project-widget .lead,
.review-top .project-widget .lead-sm,
.single-post-page blockquote .project-widget p,
.value-txt .project-widget .value-footer,
ul.check .project-widget li {
	color: var(--white)
}

.project-widget .ws-item {
	display: flex;
	gap: 20px
}

.process-card2 .project-widget .ws-item span,
.project-widget .ws-item .process-card2 span,
.project-widget .ws-item .team-entry .team-thumb .team-share span.link-hover,
.project-widget .ws-item span.icon,
.project-widget .ws-item span.icon-lg,
.project-widget .ws-item span.icon-xl,
.project-widget .ws-item span.icon-xs,
.team-entry .team-thumb .team-share .project-widget .ws-item span.link-hover {
	background-color: rgba(var(--white-rgb), .25);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%
}

.project-widget .ws-item:not(:last-child) {
	margin-bottom: 20px
}

.project-widget .widget-inner {
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid rgba(var(--white-rgb), .2)
}

.widget.widget-2 {
	padding: 0;
	background-color: transparent
}

.widget.widget-2 .widget-title {
	background-color: var(--primary);
	padding: 17px 20px;
	margin-bottom: 0
}

.widget.widget-2 .widget-inner {
	border: 1px solid var(--theme-border)
}

.widget.widget-2 ul li {
	border-bottom: 1px solid var(--theme-border);
	padding: 13px 20px;
	margin-bottom: 0
}

.widget.widget-2 ul li strong {
	color: var(--headings-color)
}

.widget.widget-2 ul li:focus a,
.widget.widget-2 ul li:hover a,
.widget.widget-2 ul li a:focus,
.widget.widget-2 ul li a:hover {
	color: var(--primary)
}

.project-wrp {
	position: relative;
	overflow: hidden;
	height: 660px
}

.project-wrp .project-slider {
	position: relative;
	z-index: 3
}

.project-wrp .project-slider .project-items-one {
	display: flex;
	align-items: flex-end;
	height: 660px;
	border-inline-end: 1px solid hsla(0, 0%, 100%, .3);
	overflow: hidden;
	position: relative
}

.project-wrp .project-slider .project-items-one .content {
	transform: translateY(0);
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	bottom: 100px;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 30px;
	padding: 0 0 0 40px
}

.project-wrp .project-slider .project-items-one .content .tag {
	display: inline-block;
	background: hsla(0, 0%, 53.7%, .25);
	backdrop-filter: blur(12px);
	border-radius: 30px;
	font-size: 14px;
	padding: 0 18px;
	height: 30px;
	line-height: 30px;
	color: var(--white)
}

.project-wrp .project-slider .project-items-one .content .title {
	color: var(--white);
	font-size: 36px;
	font-weight: 600;
	margin-top: 25px
}

.project-wrp .project-slider .project-items-one .hover-content {
	padding: 0 40px;
	position: absolute;
	bottom: -120px;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.project-wrp .project-slider .project-items-one .hover-content .tag {
	display: inline-block;
	background: hsla(0, 0%, 53.7%, .25);
	backdrop-filter: blur(12px);
	border-radius: 30px;
	font-size: 14px;
	padding: 0 18px;
	height: 30px;
	line-height: 30px;
	color: var(--white)
}

.project-wrp .project-slider .project-items-one .hover-content .tag:hover {
	background-color: var(--primary)
}

.project-wrp .project-slider .project-items-one .hover-content .title {
	font-size: 36px;
	font-weight: 600;
	margin-top: 25px;
	margin-bottom: 18px
}

.project-wrp .project-slider .project-items-one .hover-content .title a {
	color: var(--white)
}

.project-wrp .project-slider .project-items-one .hover-content .title a:hover {
	color: var(--primary)
}

.project-wrp .project-slider .project-items-one .hover-content p {
	color: var(--white)
}

.project-wrp .project-hover-image {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1
}

.project-wrp .project-hover-image .tab-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.1);
	opacity: 0;
	transition: all .7s
}

.project-wrp .project-hover-image .tab-img.active {
	transform: scale(1);
	opacity: 1
}

.stat-wrap {
	margin-top: 75px
}

.stat-wrap:before {
	height: 1px;
	background-color: rgba(var(--white-rgb), .2);
	top: -1px
}

.stat-wrap>div:not(:last-child) {
	border-right: 1px solid rgba(var(--white-rgb), .2)
}

@media (max-width:767.98px) {
	.stat-wrap {
		padding: 40px 0
	}
}

.power-stat {
	padding: 50px 0
}

@media (max-width:1199.98px) {
	.power-stat {
		padding: 10px 0
	}
}

@media (max-width:1399.98px) {
	.power-stat .h1 {
		font-size: 50px
	}
}

.power-stat p {
	color: #f4f8ec;
	font-size: 18px
}

.stat-sec2:before {
	background: url(../images/stat-shape.png) no-repeat bottom/contain;
	top: 100px
}

.stat-sec2:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--theme-border)
}

.stat-sec2 .video-bg {
	height: 100vh
}

@media (max-width:1199.98px) {
	.stat-sec2 .video-bg {
		height: 500px
	}
}

@media (max-width:767.98px) {
	.stat-sec2 .video-bg {
		height: 400px
	}
}

.stat-sec2 .video-bg:before {
	background: var(--secondary);
	mix-blend-mode: multiply;
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60)
}

.stat-sec2 .video-bg .play-btn {
	background: rgba(var(--white-rgb), .5);
	backdrop-filter: blur(24px);
	color: var(--white);
	width: 100px;
	height: 100px;
	font-size: 26px
}

.stat-sec2 .stat-wrapper {
	margin-bottom: 60px
}

.stat-sec2 .stat-wrapper .stat-card {
	padding: 60px 0;
	max-width: 300px
}

@media (max-width:767.98px) {
	.stat-sec2 .stat-wrapper .stat-card {
		padding: 60px 0 0
	}
}

.stat-sec2 .stat-wrapper .stat-card .stat-head {
	margin-bottom: 50px
}

.stat-sec2 .stat-wrapper .stat-card .stat-head:before {
	background: url(../images/stat-line.png) no-repeat bottom/contain;
	top: 35%
}

.stat-sec2 .stat-wrapper .stat-card .stat-head h3 {
	text-transform: capitalize
}

.stat-sec2 .stat-wrapper>div:not(:first-child) .stat-card:before {
	width: 1px;
	background-color: var(--theme-border);
	left: -35px
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.stat-sec2 .stat-wrapper>div:not(:first-child) .stat-card:before {
		left: -20px
	}
}

@media (max-width:1199.98px) {
	.stat-sec2 .stat-wrapper>div:not(:first-child) .stat-card:before {
		left: -20px
	}
}

.review-entry .review-quote {
	padding: 120px 40px 40px;
	height: 100%;
	max-width: calc(100% - 100px);
	margin-left: -25px
}

@media (max-width:1199.98px) {
	.review-entry .review-quote {
		max-width: calc(100% - 20px)
	}
}

@media (max-width:767.98px) {
	.review-entry .review-quote {
		max-width: 100%;
		margin-left: 0;
		padding: 120px 20px 30px
	}
}

.review-entry .review-quote:before {
	background: url(../images/quote-n.png) no-repeat 0 0;
	top: 45px;
	left: 40px
}

.review-entry .review-quote h3 {
	font-size: 24px;
	margin-top: 50px
}

.review-entry .review-quote p {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 0
}

@media (max-width:991.98px) {
	.review-entry .review-quote {
		margin-top: 30px
	}
}

.review-top {
	padding-bottom: 50px;
	margin-bottom: 60px
}

.review-top .lead,
.review-top .lead-sm {
	max-width: 200px;
	margin: 0 0 0 20px;
	font-weight: 500
}

@media (max-width:767.98px) {
	.review-top .tr-ratings {
		margin-top: 25px
	}
}

.review-top .tr-ratings h3 {
	font-size: 64px;
	margin-bottom: 0
}

.review-sec {
	overflow: hidden;
	padding-bottom: 80px
}

@media (max-width:767.98px) {
	.review-sec {
		padding-bottom: 20px
	}
}

.review-sec .swiper-button-next,
.review-sec .swiper-button-prev {
	top: 0;
	right: 30px;
	left: auto;
	transform: rotate(90deg);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%
}

@media (max-width:767.98px) {

	.review-sec .swiper-button-next,
	.review-sec .swiper-button-prev {
		display: none
	}
}

.review-sec .swiper-button-next {
	top: auto;
	bottom: 0
}

.review-sec .ct-navas {
	width: 60px;
	height: 300px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	right: -20px;
	z-index: 2
}

@media (max-width:1199.98px) {
	.review-sec .ct-navas {
		right: -50px
	}
}

@media (max-width:767.98px) {
	.review-sec .ct-navas {
		display: none
	}
}

.review-sec .ct-navas:after,
.review-sec .ct-navas:before {
	position: absolute;
	content: "";
	background: url(../images/rev-line.png) no-repeat 0 0;
	left: 0;
	top: 45px;
	width: 30px;
	height: 100%
}

.review-sec .ct-navas:after {
	top: auto;
	bottom: 65px;
	background: url(../images/rev-line.png) no-repeat 0 100%
}

.review-sec .ct-navas .swiper-pagination-number {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 48%;
	align-content: center;
	height: 60px;
	width: 60px;
	left: -26px
}

.review-sec .ct-navas .swiper-pagination-number span {
	font-size: 16px;
	color: var(--primary);
	background-color: transparent;
	width: auto;
	height: auto;
	border: 0
}

.review-sec2 .review-thumbs {
	margin-left: -50px;
	margin-top: 90px
}

@media (max-width:991.98px) {
	.review-sec2 .review-thumbs {
		display: none
	}
}

.review-sec2 .review-pagination {
	display: flex;
	flex-direction: column;
	gap: 30px
}

.review-sec2 .review-pagination .swiper-pagination-bullet {
	width: 200px;
	height: 74px;
	border-radius: 100px;
	overflow: hidden;
	background: transparent;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.review-sec2 .review-pagination .swiper-pagination-bullet:nth-child(2) {
	margin-left: 40px
}

.review-sec2 .review-pagination .swiper-pagination-bullet:nth-child(3) {
	margin-left: 80px
}

.review-sec2 .review-pagination .swiper-pagination-bullet:nth-child(4) {
	margin-left: 120px
}

.review-sec2 .review-pagination .swiper-pagination-bullet img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.review-sec2 .review-pagination .swiper-pagination-bullet-active {
	width: 345px;
	height: 118px;
	background: transparent
}

@media (max-width:767.98px) {
	.review-sec2 .review-carousel-wrap {
		margin-top: 80px
	}
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--primary)
}

.review-entry2 {
	max-width: 850px;
	border: 1px solid var(--theme-border);
	padding: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px
}

.review-entry2 .review-header {
	padding: 10px 20px
}

.review-entry2 .rev-inner {
	padding: 60px 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px
}

.review-entry2 .rev-inner p {
	line-height: 1.5;
	color: #42454b
}

@media (max-width:575.98px) {
	.review-entry2 .rev-inner {
		padding: 20px
	}

	.review-entry2 .rev-inner p {
		font-size: 20px
	}
}

.review-entry2 .review-footer {
	margin-top: 30px
}

.review-sec2 .sec-intro {
	max-width: 560px
}

.review-sec2 .sec-intro .sub-title {
	margin-bottom: 25px
}

.review-sec2 .sec-intro h2 {
	font-size: 120px
}

.review-sec2 .sec-intro h2.sec-title {
	font-size: 36px
}

@media (max-width:1399.98px) {
	.review-sec2 .sec-intro h2.sec-title {
		font-size: 30px
	}
}

.review-sec2 .ct-nav {
	position: relative;
	max-width: 140px;
	margin-top: 70px
}

.review-sec2 .ct-nav .swiper-button-next,
.review-sec2 .ct-nav .swiper-button-prev {
	width: 64px;
	height: 36px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px
}

@media (min-width:768px) {
	.review-carousel2 {
		padding: 20px
	}
}

.review-card {
	padding: 30px 40px 40px
}

.review-card .rev-footer {
	padding-top: 30px
}

.review-card p {
	font-size: 18px
}

@media (max-width:991.98px) {
	.review-carousel-wrap {
		margin-top: 70px
	}
}

.review-carousel-wrap,
.review-carousel-wrap:before {
	border: 1px solid var(--theme-border)
}

.review-carousel-wrap:before {
	background-color: transparent;
	left: 10px;
	top: -10px
}

.review-carousel-wrap:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid var(--theme-border);
	left: 20px;
	top: -20px
}

.review-sec3 .review-stat {
	min-height: 525px;
	text-align: center;
	color: var(--white);
	padding: 60px 0
}

@media (min-width:1400px) {
	.review-sec3 .review-stat {
		width: 450px
	}
}

.review-sec3 .review-stat .display-2,
.review-sec3 .review-stat .sec-title {
	font-size: 64px;
	color: var(--white)
}

.review-sec3 .review-wrap {
	max-width: 750px;
	margin-left: auto
}

@media (max-width:991.98px) {
	.review-sec3 .review-wrap {
		margin-top: 40px
	}
}

.review-sec3 .ct-nav {
	width: 112px;
	position: absolute;
	right: 0;
	bottom: 30px;
	z-index: 1
}

.review-sec3 .ct-nav .swiper-button-next,
.review-sec3 .ct-nav .swiper-button-prev {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%
}

.review-sec3 .swiper-horizontal>.swiper-pagination-progressbar {
	max-width: calc(100% - 5px);
	height: 1px;
	margin: 20px 0
}

.review-sec3 .swiper-pagination span {
	margin: 0 !important
}

.review-card3 .review-header {
	margin-top: 20px
}

.review-card3 p {
	font-size: 18px;
	line-height: 28px
}

.review-card3 .ratings {
	font-size: 14px;
	margin: 40px 0;
	text-align: right
}

.review-card3 .rev-footer {
	padding-top: 35px;
	border-top: 1px solid var(--theme-border);
	margin-top: 35px
}

.review-card3 .rev-footer:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100px;
	background: var(--theme-border);
	left: calc(100% - 165px);
	bottom: -5px;
	z-index: -1
}

@media (max-width:767.98px) {
	.review-card3 .rev-footer:before {
		display: none
	}
}

.review-sec4 {
	padding: 300px 0 0
}

@media (max-width:1399.98px) {
	.review-sec4 {
		padding: 200px 0 0
	}
}

.review-sec4 .parallax-overly {
	background-color: var(--dark);
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50)
}

.review-sec4 .ct-nav {
	position: relative;
	max-width: 400px;
	margin: 0 auto;
	top: -60px
}

.review-sec4 .ct-nav .swiper-button-next,
.review-sec4 .ct-nav .swiper-button-prev {
	background-color: rgba(var(--white-rgb), .05);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	backdrop-filter: blur(14px)
}

.review-wrap4 {
	max-width: 695px;
	background: var(--secondary)
}

.review-wrap4:before {
	background: url(../images/review-sh1.png) no-repeat 100%/contain;
	opacity: .03;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
	filter: alpha(opacity=3)
}

.review-wrap4 .swiper-slide {
	padding: 140px 70px
}

.review-wrap4 .swiper-slide:before {
	background: url(../images/icons/quote2.png) no-repeat top;
	top: 60px
}

@media (max-width:767.98px) {
	.review-wrap4 .swiper-slide {
		padding: 100px 30px
	}
}

.review-card4 {
	text-align: center
}

.review-card4 p {
	font-weight: 500;
	color: rgba(var(--white-rgb), .5);
	font-style: italic;
	font-size: 17px
}

.review-card4 .reviewer-info {
	margin-top: 30px
}

.review-card4 .reviewer-info h6 {
	color: var(--white)
}

.blog-entry p {
	margin: 20px 0 30px;
	max-width: 95%
}

.blog-entry .entry-meta {
	font-size: 14px
}

.blog-entry .entry-meta span:first-child {
	padding-left: 80px
}

.blog-entry .entry-meta span:first-child:before {
	height: 1px;
	width: 60px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.blog-entry .entry-meta span:last-child {
	background-color: var(--dark);
	display: inline-block;
	padding: 4px 6px;
	color: var(--white);
	line-height: 1
}

.blog-entry .entry-meta span:last-child:before {
	background-color: transparent;
	right: 0;
	left: auto;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 8px solid var(--dark);
	border-left: 8px solid transparent
}

.blog-entry2 .entry-title a {
	color: var(--headings-color)
}

.blog-entry2 .entry-footer {
	margin-top: 30px
}

.blog-entry2 .entry-footer .btn {
	padding: 6px 30px;
	overflow: visible;
	font-weight: 400
}

.blog-entry2 .entry-footer .btn:before {
	width: 60px;
	height: 1px;
	left: 150px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: var(--dark)
}

@media (max-width:1199.98px) {
	.blog-entry2 .entry-footer .btn:before {
		background-color: transparent
	}
}

.blog-entry2 .entry-footer .btn:hover,
.blog-entry2:hover .entry-title a {
	color: var(--primary)
}

.blog-entry3 {
	padding: 20px
}

.blog-entry3 .entry-thumb {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px
}

.blog-entry3 span.entry-date {
	background: var(--primary);
	padding: 3px 22px;
	position: absolute;
	left: 20px;
	top: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	color: var(--white);
	z-index: 2
}

.blog-entry3 .entry-content {
	padding-top: 20px
}

.blog-entry3 .entry-content span a {
	color: var(--body-color)
}

.blog-entry3 .entry-content h3 {
	margin: 10px 0 30px;
	font-size: 24px
}

.blog-entry3 .entry-content h3 a {
	color: var(--headings-color)
}

.blog-entry3:hover .btn {
	background: var(--primary);
	color: var(--white)
}

.blog-carousel {
	padding-bottom: 75px
}

.blog-carousel .swiper-horizontal>.swiper-pagination-bullets,
.blog-carousel .swiper-pagination-bullets.swiper-pagination-horizontal,
.blog-carousel .swiper-pagination-custom,
.blog-carousel .swiper-pagination-fraction {
	bottom: 1px
}

.blog-entry4 {
	padding: 25px
}

@media (max-width:1399.98px) {
	.blog-entry4 {
		padding: 20px
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.blog-entry4 {
		padding: 15px
	}
}

.blog-entry4 .entry-thumb {
	flex: 0 0 237px
}

@media (max-width:1399.98px) {
	.blog-entry4 .entry-thumb {
		flex: 0 0 230px
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.blog-entry4 .entry-thumb {
		flex: 0 0 180px
	}
}

@media (max-width:767.98px) {
	.blog-entry4 .entry-thumb {
		margin-bottom: 30px
	}
}

@media (min-width:1400px) {
	.blog-entry4 .entry-content {
		padding-right: 10px
	}
}

.blog-entry4 .entry-content .entry-meta span a {
	border: 1px solid var(--theme-border);
	display: inline-block;
	padding: 4px 23px;
	color: var(--headings-color);
	background-color: var(--white);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px
}

.blog-entry4 .entry-content h3 {
	margin: 35px 0;
	font-weight: 500
}

@media (min-width:992px) and (max-width:1199.98px) {
	.blog-entry4 .entry-content h3 {
		font-size: 20px
	}
}

.blog-entry4 .entry-content h3 a {
	color: var(--headings-color)
}

.blog-entry4 .entry-content .btn {
	padding: 10px 22px;
	background-color: var(--white)
}

article.blog-entry.classic {
	margin-bottom: 40px
}

article.blog-entry.classic .post-meta span {
	font-size: 16px
}

article.blog-entry.classic .entry-txt {
	padding: 20px 0 0
}

article.blog-entry.classic .entry-txt .post-meta {
	display: flex;
	gap: 10px
}

article.blog-entry.classic .entry-txt .post-meta i {
	margin-right: 5px
}

@media (min-width:768px) {
	article.blog-entry.classic .entry-txt .post-meta {
		gap: 25px
	}
}

@media (max-width:575.98px) {
	article.blog-entry.classic .entry-txt {
		padding: 20px
	}
}

article.blog-entry.classic .entry-txt p {
	margin: 20px 0 40px
}

article.blog-entry.classic .btn {
	padding: 14px 30px
}

.cta-sec {
	padding: 160px 0
}

@media (max-width:991.98px) {
	.cta-sec {
		padding: 100px 0
	}
}

@media (max-width:767.98px) {
	.cta-sec {
		padding: 70px 0 20px
	}
}

.cta-sec .parallax-overly {
	mix-blend-mode: normal
}

.cta-sec:before {
	background: linear-gradient(90.06deg, rgba(2, 23, 54, .8) .06%, rgba(2, 23, 54, .6) 99.95%);
	mix-blend-mode: multiply
}

.cta-sec .btn {
	backdrop-filter: blur(14px);
	background: hsla(0, 0%, 100%, .25);
	color: var(--white)
}

.cta-sec .btn:hover {
	color: var(--white);
	background: var(--primary)
}

@media (max-width:991.98px) {
	.cta-sec .btn {
		margin-top: 30px
	}
}

.cta-sec .contact-left {
	width: auto;
	left: 0;
	padding-top: 15px
}

.cta-sec .contact-left ul.ct-list.inline {
	justify-content: left;
	gap: 40px;
	padding-top: 30px;
	border-top: 1px solid rgba(var(--white-rgb), .5)
}

@media (max-width:991.98px) {
	.cta-sec .contact-left ul.ct-list.inline {
		gap: 10px
	}
}

.cta-sec .contact-left ul.ct-list.inline li {
	width: auto
}

.cta-sec .contact-left ul.ct-list.inline li:before {
	background: transparent;
	content: "\f00c";
	font-family: fontawesome
}

.cta-sec2 .cta-intro {
	max-width: 630px
}

.exp-bg.position-absolute {
	right: 75px;
	top: 0;
	width: 172px;
	height: 100%;
	background-size: contain;
	z-index: -1
}

.exp-stat p {
	max-width: 145px
}

.skill-sec .sec-intro {
	max-width: 700px
}

.skill-sec .skill-img {
	position: relative;
	z-index: 3
}

@media (max-width:767.98px) {
	.skill-sec .skill-img {
		margin-bottom: 50px
	}
}

.skill-sec .skill-wrap {
	max-width: 600px;
	margin: 0 auto
}

@media (max-width:991.98px) {
	.skill-sec .skill-wrap {
		margin: 130px auto 0
	}
}

.skill-item {
	position: relative;
	z-index: 3
}

.skill-item .skill-per {
	padding: 60px 40px 20px;
	min-width: 200px;
	margin-top: 60px;
	font-size: 24px
}

.skill-item .skill-per:before {
	background-image: url(../images/sk-1.png);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	background-color: transparent;
	z-index: -1
}

@media (min-width:992px) and (max-width:1199.98px) {
	.skill-item .skill-per {
		min-width: 141px
	}
}

.skill-item:first-child .skill-per {
	margin-bottom: 10px
}

.skill-item:first-child .skill-per h2 {
	color: var(--white)
}

.skill-item:nth-child(2) {
	z-index: 2
}

.skill-item:nth-child(2) .skill-per:before {
	background-image: url(../images/sk-2.png);
	width: 500px;
	height: 290px;
	left: -380px;
	bottom: 0;
	top: auto
}

.skill-item:nth-child(3) {
	z-index: 1
}

.skill-item:nth-child(3) .skill-per:before {
	background-image: url(../images/sk-3.png);
	width: 600px;
	height: 290px;
	left: -240%;
	bottom: 0;
	top: auto
}

@media (min-width:992px) and (max-width:1199.98px) {
	.skill-item:nth-child(3) .skill-per:before {
		left: -341%
	}
}

.skill-sec2 {
	padding: 90px 0
}

.skill-sec2 .skills-gallery {
	position: relative
}

@media (min-width:992px) {
	.skill-sec2 .skills-gallery {
		margin-left: -100px
	}
}

.progress-item {
	overflow: hidden;
	position: relative
}

.progress-item .progress-data {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 20px
}

.progress-item .progress-data .progress-no,
.progress-item .progress-data .progress-title {
	font-size: 16px;
	font-weight: 600
}

.progress-item .prog-bar {
	width: 100%;
	height: 6px;
	border: 1px solid var(--theme-border);
	border-radius: 7px;
	margin-bottom: 22px
}

.progress-item .prog-bar .count-bar {
	position: absolute;
	display: block;
	width: 0;
	height: 5px;
	border-radius: 7px;
	background-color: var(--dark);
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease
}

.trust-sec {
	padding: 60px 0
}

.trust-sec:before {
	background-color: var(--secondary);
	width: 45%
}

@media (max-width:991.98px) {
	.trust-sec:before {
		width: 0
	}
}

.trust-sec:after {
	position: absolute;
	background: url(../images/skill-sh2.png) no-repeat 0 0;
	width: 45%;
	left: 0;
	top: 0;
	height: 100%;
	content: "";
	opacity: .03;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
	filter: alpha(opacity=3);
	z-index: -1
}

.trust-sec .choose-circle {
	background: var(--white);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 240px;
	text-align: center;
	padding: 30px;
	left: auto;
	right: -46px
}

@media (max-width:991.98px) {
	.trust-sec .choose-circle {
		right: 0
	}
}

.trust-sec .choose-circle p {
	margin: 0
}

.trust-sec .progress-circle-item {
	width: 80px;
	height: 80px;
	position: relative
}

.trust-sec .progress-circle-item .outer {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center
}

.trust-sec .progress-circle-item .inner {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center
}

.trust-sec .progress-circle-item .inner .number {
	font-weight: 700;
	font-size: 20px;
	color: var(--dark)
}

.trust-sec .progress-circle-item svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	transform: rotate(20deg)
}

.trust-sec .progress-circle-item svg circle {
	fill: none;
	stroke: var(--primary);
	stroke-width: 5px;
	stroke-linecap: round;
	stroke-dasharray: 188.5;
	stroke-dashoffset: 188.5
}

.trust-content {
	padding-left: 80px
}

@media (max-width:991.98px) {
	.trust-content {
		padding: 30px 0 0
	}
}

.trust-content .cl-imgs .icon-lg {
	display: inline-flex;
	margin-left: -20px;
	position: relative;
	z-index: 2;
	border: 2px solid var(--white)
}

.trust-content .trust-clients {
	max-width: 430px
}

.trust-content .trust-stat {
	border-top: 1px solid var(--theme-border);
	margin-top: 30px;
	padding-top: 30px
}

.trust-content .trust-stat:before {
	width: 60px;
	height: 1px;
	background-color: var(--primary)
}

.trust-content .trust-stat:after {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	top: 50px;
	background: transparent;
	width: 1px;
	height: calc(100% - 60px);
	content: "";
	z-index: -1;
	border-right: 1px dotted #c2c2c2
}

@media (max-width:1199.98px) {
	.trust-content .trust-stat:after {
		border: 0
	}
}

.trust-content .trust-stat .st-item {
	max-width: 255px
}

.trust-content .trust-stat .st-item .display-2,
.trust-content .trust-stat .st-item .sec-title {
	font-weight: 400;
	font-size: 84px
}

@media (max-width:991.98px) {

	.trust-content .trust-stat .st-item .display-2,
	.trust-content .trust-stat .st-item .sec-title {
		font-size: 50px
	}
}

.contact-img:before {
	background: linear-gradient(1deg, #021736 7%, rgba(2, 23, 54, .1));
	z-index: 1
}

.contact-sec:before {
	background: url(../images/contact-bg.png) repeat 0/contain;
	width: 50%;
	left: auto;
	right: 0;
	opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30)
}

.contact-left {
	width: 720px;
	position: relative;
	left: -15%
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.contact-left {
		width: 635px
	}
}

@media (max-width:1199.98px) {
	.contact-left {
		left: 10px;
		margin: 30px 0 50px
	}
}

@media (max-width:767.98px) {
	.contact-left {
		left: 0;
		margin: 30px 0 50px;
		width: 100%
	}
}

.contact-left .contact-img {
	height: 775px;
	width: 100%;
	background-size: cover
}

@media (max-width:991.98px) {
	.contact-left .contact-img {
		height: 515px
	}
}

.contact-left .c-img-info {
	position: absolute;
	bottom: 20px;
	left: 40px;
	max-width: 635px;
	z-index: 2
}

@media (max-width:767.98px) {
	.contact-left .c-img-info {
		left: 20px
	}
}

.contact-left .c-img-info h2 {
	font-size: 36px
}

.contact-left .c-img-info p {
	color: var(--white);
	margin-top: 20px
}

.contact-left ul.ct-list.inline {
	border-top: 1px solid rgba(var(--white-rgb), .25);
	padding-top: 20px
}

@media (min-width:768px) {
	.contact-left ul.ct-list.inline {
		display: flex;
		justify-content: space-between
	}
}

.contact-left ul.ct-list.inline li {
	width: 32%;
	margin-left: 0;
	padding-left: 28px;
	color: var(--white)
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.contact-left ul.ct-list.inline li {
		padding-left: 20px
	}
}

@media (max-width:767.98px) {
	.contact-left ul.ct-list.inline li {
		width: 100%;
		margin-bottom: 20px
	}
}

.contact-left ul.ct-list.inline li:before {
	width: 20px;
	background: url(../images/icons/check-w.png) no-repeat 50%/contain
}

@media (max-width:1199.98px) {
	.contact-wrap {
		padding-bottom: 60px
	}
}

.contact-wrap .contact-form .form-group {
	margin-bottom: 5px
}

.contact-wrap .contact-form .form-group input,
.contact-wrap .contact-form .form-group textarea {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--theme-border);
	padding: 18px 0
}

.contact-wrap .contact-form .form-group input:focus,
.contact-wrap .contact-form .form-group textarea:focus {
	border-top: 1px solid transparent;
	box-shadow: none
}

.contact-wrap .contact-form .form-group textarea {
	height: 100px
}

.contact-cards {
	padding-bottom: 120px
}

.contact-card {
	border: 1px solid var(--theme-border);
	padding: 26px
}

.contact-card a {
	color: var(--body-color)
}

.contact-card .ct-inner {
	max-width: 250px
}

.contact-card .icon,
.contact-card .icon-lg,
.contact-card .icon-xl,
.contact-card .icon-xs,
.contact-card .process-card2 span,
.contact-card .team-entry .team-thumb .team-share .link-hover,
.process-card2 .contact-card span,
.team-entry .team-thumb .team-share .contact-card .link-hover {
	width: 70px;
	height: 70px;
	flex: 0 0 70px;
	background-color: var(--light);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.contact-card .icon-lg svg path,
.contact-card .icon-xl svg path,
.contact-card .icon-xs svg path,
.contact-card .icon svg path,
.contact-card .process-card2 span svg path,
.contact-card .team-entry .team-thumb .team-share .link-hover svg path,
.process-card2 .contact-card span svg path,
.team-entry .team-thumb .team-share .contact-card .link-hover svg path {
	fill: var(--headings-color);
	transition: fill .3s ease
}

.contact-card:hover .icon,
.contact-card:hover .icon-lg,
.contact-card:hover .icon-xl,
.contact-card:hover .icon-xs,
.contact-card:hover .process-card2 span,
.contact-card:hover .team-entry .team-thumb .team-share .link-hover,
.process-card2 .contact-card:hover span,
.team-entry .team-thumb .team-share .contact-card:hover .link-hover {
	background-color: var(--primary)
}

.contact-card:hover .icon-lg svg path,
.contact-card:hover .icon-xl svg path,
.contact-card:hover .icon-xs svg path,
.contact-card:hover .icon svg path,
.contact-card:hover .process-card2 span svg path,
.contact-card:hover .team-entry .team-thumb .team-share .link-hover svg path,
.process-card2 .contact-card:hover span svg path,
.team-entry .team-thumb .team-share .contact-card:hover .link-hover svg path {
	fill: var(--white)
}

.contact-form2 {
	padding: 25px 40px 25px 10px
}

.contact-form2 h4 {
	margin-bottom: 40px
}

.contact-form2 input {
	padding: 12px 16px
}

.contact-social {
	margin-top: 40px
}

.contact-social p {
	margin: 30px 0
}

.contact-sec3 .contact-form2 form {
	border: 1px solid var(--theme-border)
}

.contact-sec3 .contact-form2 form input,
.contact-sec3 .contact-form2 form select,
.contact-sec3 .contact-form2 form textarea {
	border: 0;
	background: transparent
}

@media (max-width:767.98px) {

	.contact-sec3 .contact-form2 form input,
	.contact-sec3 .contact-form2 form select,
	.contact-sec3 .contact-form2 form textarea {
		border-bottom: 1px solid var(--theme-border)
	}
}

.contact-sec3 .contact-form2 form .form-check input {
	border: 1px solid var(--theme-border);
	width: 15px;
	padding: 8px
}

.contact-sec3 .contact-form2 form .row {
	border-bottom: 1px solid var(--theme-border)
}

.contact-sec3 .contact-form2 form .row:before {
	width: 1px;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--theme-border);
	z-index: 1
}

@media (max-width:767.98px) {
	.contact-sec3 .contact-form2 form .row:before {
		display: none
	}
}

.contact-sec3 .contact-form2 form .row.no-line:before {
	display: none
}

.contact-sec3 .contact-form2 form .row .form-group {
	margin: 0
}

.contact-sec3 .contact-form2 form .row.no-border {
	border: 0
}

.contact-sec3 .contact-form2 label {
	margin-bottom: 10px
}

.google-map {
	height: 500px;
	width: 100%;
	margin-bottom: 0
}

@media (max-width:767.98px) {
	.google-map {
		height: 400px
	}
}

.account-form {
	padding: 60px
}

@media (max-width:991.98px) {
	.account-form {
		padding: 30px
	}
}

.hero-slider-sec:before {
	background: var(--light);
	height: calc(100% - 100px);
	top: auto;
	bottom: 0
}

@media (max-width:1199.98px) {
	.hero-slider-sec .slide-rating {
		margin-top: 30px
	}
}

@media (max-width:1399.98px) {
	.hero-slider-sec .slide-rating img {
		max-width: 120px
	}
}

.hero-slider .swiper-slide {
	position: relative;
	padding: 200px 80px
}

@media (max-width:991.98px) {
	.hero-slider .swiper-slide {
		padding: 115px 60px 210px
	}
}

@media (max-width:767.98px) {
	.hero-slider .swiper-slide {
		padding: 80px 25px 210px
	}
}

@media (max-width:575.98px) {
	.hero-slider .swiper-slide {
		padding: 80px 15px 210px
	}
}

.hero-slider .swiper-slide .slide-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.hero-slider .swiper-slide .slide-bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--secondary);
	z-index: 1;
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	mix-blend-mode: multiply
}

.hero-slider .swiper-slide .slide-content {
	max-width: 860px
}

.hero-slider .swiper-slide .slide-content h1,
.hero-slider .swiper-slide .slide-content span {
	color: var(--white)
}

.hero-slider .swiper-slide .slide-content span {
	font-weight: 500
}

@media (max-width:767.98px) {
	.hero-slider .swiper-slide .slide-content span {
		font-size: 16px
	}
}

.hero-slider .swiper-slide .slide-content h1 {
	font-size: 80px;
	margin: 10px 0 40px;
	text-transform: capitalize;
	font-weight: 700
}

@media (max-width:1199.98px) {
	.hero-slider .swiper-slide .slide-content h1 {
		font-size: 72px
	}
}

@media (max-width:991.98px) {
	.hero-slider .swiper-slide .slide-content h1 {
		font-size: 50px
	}
}

@media (max-width:767.98px) {
	.hero-slider .swiper-slide .slide-content h1 {
		font-size: 45px
	}
}

@media (max-width:575.98px) {
	.hero-slider .swiper-slide .slide-content h1 {
		font-size: 36px
	}
}

.hero-slider .swiper-slide .slide-content h1 img:first-child {
	position: relative;
	top: -40px
}

@media (max-width:767.98px) {
	.hero-slider .swiper-slide .slide-content h1 img:first-child {
		display: none
	}
}

@media (max-width:767.98px) {
	.hero-slider .swiper-slide .slide-content h1 img {
		max-width: 60px
	}
}

.hero-slider .swiper-slide .slide-content span {
	margin-left: 5px
}

.hero-slider .pagination-progress-wrap {
	width: 100%;
	height: 1px;
	background: hsla(0, 0%, 100%, .25);
	margin-bottom: 20px;
	position: relative;
	overflow: hidden
}

.hero-slider .hero-slider-pagination {
	position: absolute;
	bottom: 60px;
	right: 80px;
	z-index: 10;
	color: var(--white);
	max-width: 600px;
	width: 100%
}

@media (max-width:1199.98px) {
	.hero-slider .hero-slider-pagination {
		max-width: 525px;
		right: 30px
	}
}

@media (max-width:767.98px) {
	.hero-slider .hero-slider-pagination {
		right: 5px;
		max-width: 500px
	}
}

@media (max-width:575.98px) {
	.hero-slider .hero-slider-pagination {
		max-width: 320px
	}
}

.hero-slider .hero-slider-pagination .pagination-numbers {
	margin-bottom: 20px
}

.hero-slider .hero-slider-pagination .pagination-numbers .current-idx {
	font-size: 40px;
	font-weight: 700;
	line-height: 1
}

.hero-slider .hero-slider-pagination .pagination-numbers .total-idx {
	font-size: 20px;
	opacity: .6;
	margin-left: 4px
}

.hero-slider .pagination-progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background: var(--white)
}

.hero-slider .pagination-progress-bar.animate {
	animation: progressFill 5s linear forwards
}

@keyframes progressFill {
	0% {
		width: 0
	}

	to {
		width: 100%
	}
}

.hero-slider .pagination-subtitle {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4
}

@media (max-width:1199.98px) {
	.hero-slider .pagination-subtitle {
		font-size: 18px
	}
}

.slide-footer {
	padding: 50px 0
}

@media (max-width:767.98px) {
	.slide-footer {
		padding: 30px 0
	}
}

.slide-footer span a {
	color: var(--primary);
	font-weight: 600
}

.photo-gallery img {
	position: relative;
	margin-left: -20px
}

.photo-gallery img:first-child {
	margin-left: 0
}

.video-sec2 {
	position: relative
}

.video-sec2:before {
	display: none
}

.video-sec2 .video-bg {
	height: 700px
}

.video-sec2 .video-bg:before {
	background: rgba(34, 48, 53, .6);
	mix-blend-mode: multiply
}

@media (max-width:1199.98px) {
	.video-sec2 .video-bg {
		height: 500px
	}
}

@media (max-width:767.98px) {
	.video-sec2 .video-bg {
		height: 350px
	}
}

.video-sec2 .video-bg .play-btn {
	background: rgba(var(--white-rgb), .5);
	backdrop-filter: blur(24px);
	color: var(--white);
	width: 100px;
	height: 100px;
	font-size: 26px
}

.video-sec2 .video-cta {
	background-color: rgba(var(--secondary-rgb), .4);
	backdrop-filter: blur(44px);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1
}

.video-sec2 .video-cta p {
	color: var(--white)
}

.video-sec2 .video-cta p a {
	text-decoration: underline;
	color: #0786a8
}

.pricing-card {
	padding: 40px
}

@media (max-width:1199.98px) {
	.pricing-card {
		padding: 35px 30px
	}
}

.pricing-card {
	background: var(--white);
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px
}

.pricing-card:before {
	background: url(../images/pricing-sh.png) no-repeat 100% 0/cover
}

.pricing-card:after,
.pricing-card:before {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pricing-card:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--secondary);
	z-index: -1
}

.pricing-card .pricing-head {
	border-bottom: 1px solid var(--theme-border);
	margin-bottom: 30px;
	padding-bottom: 40px
}

.pricing-card .pricing-head h3 {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pricing-card .pricing-head p {
	margin: 20px 0 10px
}

.pricing-card .pricing-head span {
	font-size: 56px;
	font-weight: 600;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

@media (max-width:1199.98px) {
	.pricing-card .pricing-head span {
		font-size: 45px
	}
}

.pricing-card .pricing-head span sub {
	font-size: 16px;
	color: var(--body-color);
	font-weight: 400;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pricing-card .pricing-body {
	margin-top: 30px
}

.pricing-card .pricing-body h4 {
	margin-bottom: 30px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pricing-card .pricing-body ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.pricing-card .pricing-body ul li {
	margin-bottom: 15px;
	padding-left: 22px
}

.pricing-card .pricing-body ul li,
.pricing-card .pricing-body ul li:before {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pricing-card .pricing-body ul li:before {
	background: url(../images/icons/check-1.svg) no-repeat 0;
	top: -2px
}

.pricing-card .pricing-body .btn {
	padding: 15px 25px;
	margin-top: 40px;
	border: 1px solid var(--theme-border)
}

.pricing-card .pricing-body .btn:hover {
	background: var(--primary);
	color: var(--white)
}

.pricing-card.bg-info .pricing-body {
	background-color: var(--shade)
}

.pricing-card.active .pricing-body h4,
.pricing-card.active .pricing-body ul li,
.pricing-card.active .pricing-head h3,
.pricing-card.active .pricing-head span,
.pricing-card:hover .pricing-body h4,
.pricing-card:hover .pricing-body ul li,
.pricing-card:hover .pricing-head h3,
.pricing-card:hover .pricing-head span {
	color: var(--white)
}

.pricing-card.active:before,
.pricing-card:hover:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100)
}

.pricing-card.active:after,
.pricing-card:hover:after {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80)
}

.pricing-card.active .pricing-body .btn,
.pricing-card:hover .pricing-body .btn {
	background-color: rgba(var(--white-rgb), .25);
	backdrop-filter: blur(17px);
	color: var(--white);
	border: 1px solid rgba(var(--white-rgb), .25)
}

.pricing-card.active .pricing-body ul li:before,
.pricing-card:hover .pricing-body ul li:before {
	background: url(../images/icons/check-w.svg) no-repeat 0
}

/*! Accordion */
.faq-accordion .accordion-item:not(:last-child) {
	border-bottom: 1px solid var(--theme-border);
	padding-bottom: 25px;
	margin-bottom: 25px
}

.faq-accordion .accordion-item .accordion-body p:last-child {
	margin: 0
}

.faq-accordion .accordion-item .accordion-header {
	padding: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px
}

.faq-accordion .accordion-item .accordion-button {
	border: 0;
	box-shadow: none !important;
	border-radius: 10px !important;
	font-size: 20px;
	font-weight: 600;
	padding-right: 40px
}

.faq-accordion .accordion-item .accordion-button:after {
	background-image: none;
	content: "\f107";
	font-family: fontawesome;
	background: transparent;
	right: 0;
	color: var(--headings-color);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.faq-accordion .accordion-item .accordion-button:focus {
	box-shadow: none
}

.faq-accordion .accordion-item .accordion-body {
	padding-top: 20px
}

@media (min-width:576px) {
	.faq-accordion .accordion-item .accordion-body {
		padding: 25px 30px 0 0
	}
}

.faq-accordion .accordion-item:last-child {
	margin-bottom: 0
}

.faq-accordion .accordion-item.active {
	background: transparent
}

.faq-accordion .accordion-button:not(.collapsed) {
	border-bottom: 0;
	box-shadow: none;
	background-color: transparent;
	outline: 0 none
}

.faq-accordion .accordion-button:not(.collapsed):after {
	content: "\f106"
}

.faq-sec {
	overflow: hidden
}

.faq-sec .parallax-overly {
	background-color: var(--light);
	opacity: .97;
	mix-blend-mode: normal
}

.faq-sec .faq-txt {
	max-width: 640px
}

.faq-sec .faq-img .process-card2 span.bg-white,
.faq-sec .faq-img .team-entry .team-thumb .team-share span.bg-white.link-hover,
.faq-sec .faq-img span.bg-white.icon-lg,
.faq-sec .faq-img span.bg-white.icon-xl,
.faq-sec .faq-img span.bg-white.icon-xs,
.faq-sec .faq-img span.icon.bg-white,
.process-card2 .faq-sec .faq-img span.bg-white,
.team-entry .team-thumb .team-share .faq-sec .faq-img span.bg-white.link-hover {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 40px;
	left: 0
}

.faq-sec .user-ratings {
	position: absolute;
	right: 0;
	bottom: 40px;
	padding: 20px
}

.faq-sec .user-ratings span i {
	font-size: 35px
}

.faq-sec .user-ratings span {
	color: var(--primary)
}

.faq-sec .user-ratings .user-info h3,
.faq-sec .user-ratings .user-info p {
	margin: 0
}

.faq-sec .faq-content {
	padding-left: 40px
}

@media (max-width:991.98px) {
	.faq-sec .faq-content {
		padding: 40px 0 0
	}
}

.power-sec .parallax-overly {
	mix-blend-mode: soft-light;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100)
}

.power-sec .jarallax-img {
	opacity: .1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10)
}

.power-txt {
	max-width: 585px;
	margin-right: 0;
	margin-left: auto
}

@media (max-width:1399.98px) {
	.power-txt {
		max-width: 500px
	}
}

@media (max-width:991.98px) {
	.power-txt {
		max-width: 100%;
		margin-top: 50px
	}
}

.power-media {
	height: 480px
}

.power-faq {
	margin-top: 40px
}

.power-faq .accordion-item:not(:last-child) {
	border: 0;
	padding-bottom: 15px;
	margin-bottom: 15px
}

.power-faq .accordion-item .accordion-button {
	color: var(--white);
	padding-left: 35px;
	font-size: 18px;
	font-weight: 500
}

.power-faq .accordion-item .accordion-button:after {
	right: auto;
	left: 0;
	color: var(--white)
}

@media (min-width:576px) {
	.power-faq .accordion-item .accordion-body {
		padding: 15px 30px 0 0
	}
}

.power-faq .accordion-item .accordion-body p {
	color: rgba(var(--white-rgb), .8);
	font-size: 15px
}

.faq-sec2 .faq-th p.lead,
.faq-sec2 .faq-th p.lead-sm {
	position: absolute;
	background-color: rgba(var(--white-rgb), .2);
	backdrop-filter: blur(20px);
	color: var(--white);
	bottom: 5px;
	left: 20px;
	max-width: 260px;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px
}

.faq-sec2 .faq-th p.lead-sm a,
.faq-sec2 .faq-th p.lead a {
	color: var(--primary);
	position: absolute;
	right: 20px;
	bottom: 15px
}

@media (max-width:1399.98px) {
	.faq-2 {
		padding-left: 40px
	}

	.faq-2 .accordion-item .accordion-button {
		font-size: 17px
	}
}

@media (max-width:991.98px) {
	.faq-2 {
		padding: 40px 0 0
	}
}

.faq-2 .accordion-item {
	border: 1px solid var(--theme-border);
	padding: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px
}

.faq-2 .accordion-item:not(:last-child) {
	margin-bottom: 23px
}

.faq-2 .accordion-item .accordion-body {
	padding: 20px 25px 0 0
}

.faq-sec2 .faq-left {
	max-width: 600px
}

/*! Single Post */
.post-single h1 {
	margin: 20px 0
}

@media (min-width:768px) {
	.post-single h1 {
		font-size: 36px
	}
}

.post-single .post-header {
	margin: 30px 0
}

.post-single .post-header h5 {
	font-size: 18px
}

@media (max-width:575.98px) {
	.post-single .post-thumb {
		height: 250px
	}

	.post-single .post-thumb img {
		height: 100%;
		width: 100%;
		object-fit: cover
	}
}

.post-single ul.check {
	max-width: 800px;
	margin: 40px 0;
	list-style: none;
	padding-left: 15px
}

.post-single ul.check li {
	font-size: 16px
}

.post-single ul.check li:before {
	font-size: 16px;
	left: -30px
}

.post-single .h4,
.post-single .slide-transtion .swiper-slide p,
.post-single .support-cta .s-support .ss-inner a,
.post-single>p,
.post-single h3,
.slide-transtion .swiper-slide .post-single p,
.support-cta .s-support .ss-inner .post-single a {
	margin: 0 0 30px
}

.post-single>p {
	color: #42454b
}

@media (max-width:767.98px) {
	.post-single {
		overflow: hidden
	}

	.post-single h1 {
		font-size: 32px
	}

	.post-single .p-gallery img {
		margin-bottom: 15px
	}

	.post-single ul {
		padding-left: 15px
	}
}

.article-footer {
	padding: 35px 0;
	border-top: 1px solid var(--theme-border);
	border-bottom: 1px solid var(--theme-border)
}

.article-footer h4 {
	margin-bottom: 0
}

@media (max-width:767.98px) {
	.article-footer h4 {
		margin: 0 0 20px !important
	}
}

.article-footer .tagcloude a {
	border: 1px solid var(--theme-border);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	padding: 7px 20px;
	margin-right: 10px;
	display: inline-block
}

@media (max-width:991.98px) {
	.article-footer .tagcloude a {
		margin-bottom: 10px
	}
}

.article-footer .tagcloude a:hover {
	background-color: var(--primary);
	color: var(--white);
	border: 1px solid var(--primary)
}

.single-post-page .social-share.outline a {
	color: var(--headings-color)
}

.single-post-page .social-share.outline a:hover {
	color: var(--white)
}

.single-post-page blockquote {
	margin: 60px 0 40px
}

@media (min-width:576px) {
	.single-post-page blockquote {
		padding: 30px 40px 30px 50px !important
	}
}

.single-post-page blockquote:before {
	background: url(../images/quote2.png) no-repeat 0 0;
	left: 0;
	top: -10px;
	z-index: 1;
	width: 40px;
	background-color: #fff;
	height: 40px
}

.single-post-page blockquote:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid var(--theme-border);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px
}

.single-post-page blockquote p {
	margin-bottom: 20px
}

.single-post-page blockquote cite {
	font-size: 16px;
	padding-left: 120px
}

.single-post-page blockquote cite:before {
	height: 1px;
	width: 100px;
	background-color: var(--theme-border);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width:575.98px) {
	.single-post-page blockquote {
		padding: 20px;
		margin-top: 50px
	}

	.single-post-page blockquote:before {
		top: -30px
	}
}

@media (min-width:576px) {
	.p-gallery img {
		max-width: 48%
	}
}

.blog-gallery img {
	max-width: 50%
}

.post-comments>ol {
	padding-left: 0
}

.post-comments ol {
	list-style: none
}

.post-comments .comment-entry {
	position: relative;
	margin-bottom: 30px;
	border-bottom: 1px solid var(--theme-border)
}

.post-comments .comment-entry .comment-thumb {
	flex: 0 0 5.625rem
}

@media (max-width:991.98px) {
	.post-comments .comment-entry .comment-thumb {
		margin-right: 1.25rem
	}
}

.post-comments .comment-entry .commentor {
	padding-bottom: 30px
}

.post-comments .comment-entry .commentor p {
	margin: 0;
	max-width: 900px
}

.post-comments .comment-entry .commentor .reply {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 14px;
	text-transform: uppercase
}

.post-comments .comment-entry .commentor .reply:hover {
	color: var(--primary)
}

@media (max-width:575.98px) {
	.post-comments .comment-entry .comment-thumb {
		margin-bottom: .9375rem
	}

	.post-comments .comment-entry .commentor:before {
		top: -.625rem;
		left: .9375rem
	}
}

.comment-form {
	max-width: 900px
}

.single-post-page .post-meta span {
	font-size: 16px
}

/*! Shop */
.shop-section {
	padding: 120px 0 90px
}

.product-entry,
.product-entry2,
.product-entry3 {
	margin-bottom: 30px;
	overflow: hidden
}

.product-entry2 .product-thumb,
.product-entry3 .product-thumb,
.product-entry .product-thumb {
	overflow: hidden
}

.product-entry2 .product-thumb img,
.product-entry3 .product-thumb img,
.product-entry .product-thumb img {
	width: 100%;
	transform: scale(1);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}

.product-entry2 .product-txt,
.product-entry3 .product-txt,
.product-entry .product-txt {
	padding: 20px
}

@media (max-width:1399.98px) {

	.product-entry2 .product-txt,
	.product-entry3 .product-txt,
	.product-entry .product-txt {
		padding: 20px 15px
	}

	.product-entry2 .product-txt .ratings img,
	.product-entry3 .product-txt .ratings img,
	.product-entry .product-txt .ratings img {
		width: 16px
	}
}

.product-entry2 .badge,
.product-entry3 .badge,
.product-entry .badge {
	position: absolute;
	background: var(--primary);
	font-size: 14px;
	left: 15px;
	top: 15px;
	font-weight: 400;
	color: var(--white);
	font-size: 12px;
	z-index: 1
}

.product-entry2 .product-cta,
.product-entry3 .product-cta,
.product-entry .product-cta {
	position: absolute;
	right: -10px;
	top: 30px;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.product-entry2 .product-cta a,
.product-entry3 .product-cta a,
.product-entry .product-cta a {
	display: table;
	width: 48px;
	height: 48px;
	text-align: center;
	background-color: var(--black);
	margin-bottom: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%
}

.product-entry2 .product-cta a i,
.product-entry3 .product-cta a i,
.product-entry .product-cta a i {
	color: var(--white);
	display: table-cell;
	vertical-align: middle
}

.product-entry2 h3,
.product-entry3 h3,
.product-entry h3 {
	font-size: 18px
}

.product-entry2 .price,
.product-entry3 .price,
.product-entry .price {
	color: var(--headings-color);
	font-weight: 600
}

.product-entry2 .price del,
.product-entry3 .price del,
.product-entry .price del {
	color: var(--body-color);
	font-size: 14px
}

.product-entry2:hover h3 a,
.product-entry3:hover h3 a,
.product-entry:hover h3 a {
	color: var(--black)
}

.product-entry2:hover .product-cta,
.product-entry3:hover .product-cta,
.product-entry:hover .product-cta {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	visibility: visible;
	right: 20px
}

.product-entry2:hover .product-thumb img,
.product-entry3:hover .product-thumb img,
.product-entry:hover .product-thumb img {
	transform: scale(1.2)
}

.product-entry2 .product-cta a {
	background-color: var(--sky)
}

.product-entry2 .product-cta a i {
	color: var(--white)
}

.product-entry2:hover h3 a {
	color: var(--sky)
}

.product-entry3 .product-cta a i {
	color: var(--white)
}

.product-entry3 .product-cta a:hover {
	background-color: var(--tertiary)
}

.process-card2 .shop-wrapper span i,
.shop-wrapper .icon-lg i,
.shop-wrapper .icon-xl i,
.shop-wrapper .icon-xs i,
.shop-wrapper .icon i,
.shop-wrapper .process-card2 span i,
.shop-wrapper .team-entry .team-thumb .team-share .link-hover i,
.team-entry .team-thumb .team-share .shop-wrapper .link-hover i {
	font-size: 18px
}

.shop-wrapper .nice-select {
	background: var(--light);
	height: 46px;
	min-width: 60px;
	margin-left: 10px;
	font-size: 18px;
	padding: 2px 25px;
	border: 1px solid var(--theme-border)
}

.shop-view a {
	color: var(--white)
}

/*! Single Product */
.product-media-left {
	display: flex;
	flex-direction: column;
	margin-right: 20px;
	width: 20%
}

.product-media-left .product-thumb {
	height: 500px
}

.product-media-left .product-thumb img {
	max-width: 110px
}

@media (max-width:991.98px) {
	.product-media-left {
		margin-right: 10px
	}
}

@media (max-width:767.98px) {
	.product-media-left .product-thumb {
		height: 425px
	}

	.product-media-left .product-thumb img {
		width: 95px
	}
}

.product-media-left .swiper-button-next,
.product-media-left .swiper-button-prev {
	top: 3px;
	transform: rotate(270deg);
	left: 36%;
	width: 35px;
	height: 35px;
	background-color: var(--white);
	color: var(--black);
	-webkit-box-shadow: 0 0 12px rgba(var(--dark), .25);
	-moz-box-shadow: 0 0 12px rgba(var(--dark), .25);
	box-shadow: 0 0 12px rgba(var(--dark), .25)
}

.product-media-left .swiper-button-next:after,
.product-media-left .swiper-button-prev:after {
	font-size: 17px
}

.product-media-left .swiper-button-prev {
	top: auto;
	bottom: -10px
}

@media (max-width:575.98px) {
	.product-media-left {
		width: 100%;
		margin-right: 0;
		display: inline-block
	}

	.product-media-left .product-thumb {
		height: auto;
		margin-bottom: 20px
	}

	.product-media-left .product-thumb img {
		height: auto
	}

	.product-media-left .swiper-button-next,
	.product-media-left .swiper-button-prev {
		transform: rotate(0deg);
		left: 0;
		top: 40%
	}

	.product-media-left .swiper-button-prev {
		bottom: auto;
		right: 0;
		left: auto
	}
}

.coverItem {
	width: 80%
}

@media (max-width:575.98px) {
	.coverItem {
		width: 100%;
		text-align: center
	}
}

.select-color .color {
	margin-right: 10px;
	width: 82px;
	height: 82px;
	cursor: pointer
}

.select-color .color span {
	display: none
}

.select-color .color .active img {
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60)
}

.cart-cta .btn {
	width: 215px;
	margin-left: 10px
}

@media (max-width:575.98px) {
	.cart-cta .btn {
		margin-top: 20px
	}
}

.cart-number .quantity {
	flex-basis: 180px
}

.cart-number .quantity .cart-counter {
	border: 1px solid var(--theme-border);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	padding: 0 20px
}

.cart-number .quantity .cart-counter>div {
	cursor: pointer
}

.cart-number .quantity input {
	text-align: center;
	border: 0;
	padding: 0;
	width: 56px;
	height: 56px;
	font-size: 22px
}

.product-meta p {
	margin: 0 0 15px
}

.product-meta p strong {
	color: var(--black)
}

.payment-method span {
	width: 240px
}

@media (max-width:575.98px) {
	.pay-options img {
		margin-bottom: 10px
	}
}

.product-details-tab .nav-tabs {
	margin: 0 0 60px
}

.product-details-tab .nav-tabs li {
	margin: 0 10px
}

.product-details-tab .nav-tabs li .nav-link {
	font-weight: 600;
	text-transform: capitalize;
	padding: 17px 40px 15px;
	margin: 0;
	border: 1px solid var(--theme-border);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	line-height: 1;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.product-details-tab .nav-tabs li .nav-link.active,
.product-details-tab .nav-tabs li .nav-link:focus,
.product-details-tab .nav-tabs li .nav-link:hover {
	background-color: var(--primary);
	border: 1px solid var(--primary);
	color: var(--white)
}

@media (max-width:575.98px) {
	.product-details-tab .nav-tabs li {
		margin-bottom: 10px
	}
}

.product-details-tab .ratings-form.contact-form2 {
	max-width: 675px;
	margin: 0;
	padding: 0
}

.product-details-tab .ratings-form.contact-form2 label {
	font-weight: 400
}

.product-details-tab .ratings-form.contact-form2 .form-group input,
.product-details-tab .ratings-form.contact-form2 .form-group textarea {
	background-color: var(--shade);
	border-radius: 5px
}

.product-details-tab .ratings-form.contact-form2 .form-group input[type=checkbox] {
	background-color: var(--primary)
}

.product-details-tab .ratings a {
	color: var(--primary)
}

.product-details-tab .ratings a:hover {
	color: var(--primary-hover)
}

.product-details-tab .tab-content:before {
	display: none
}

.product-additional-info .item,
.product-details-tab .tab-content ul li {
	margin-bottom: 15px
}

.product-additional-info .item label {
	font-size: 18px;
	min-width: 150px
}

.ratings-form .form-group label {
	margin-bottom: 10px
}

.ratings-form .form-group input,
.ratings-form .form-group textarea {
	background-color: var(--mute)
}

.ratings-form .form-group input[type=checkbox] {
	padding: 8px
}

.ratings-form .form-group.checkbox-group {
	margin: 20px 0 40px
}

/*! Cart */
.woocommerce {
	background-color: var(--mute);
	padding: 30px
}

@media (max-width:575.98px) {
	.woocommerce {
		padding: 10px
	}

	.woocommerce .woocommerce-cart-form {
		overflow-x: auto;
		margin-bottom: 30px;
		overflow-y: hidden
	}
}

.woocommerce .shop_table {
	text-align: left;
	width: 100%;
	border-collapse: separate;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	border-spacing: 0 20px
}

.woocommerce .shop_table thead tr th {
	padding: 15px 20px;
	background-color: var(--white);
	font-size: 18px;
	font-weight: 600;
	color: var(--headings-color)
}

@media (max-width:575.98px) {
	.woocommerce .shop_table thead tr th {
		font-size: 18px;
		padding: 20px
	}
}

.woocommerce .shop_table thead tr th:first-child,
.woocommerce .shop_table thead tr th:last-child {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px
}

.woocommerce .shop_table tr {
	background-color: var(--white);
	color: var(--secondary)
}

.woocommerce .shop_table tr td:first-child {
	border-left-style: solid;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px
}

.woocommerce .shop_table tr td:last-child {
	border-right-style: solid;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px
}

.woocommerce .shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item td {
	font-weight: 600;
	align-items: center;
	vertical-align: middle
}

@media (max-width:575.98px) {
	.woocommerce .shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item td {
		font-size: 14px
	}
}

.woocommerce .shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail {
	width: 15%;
	padding: 15px 0 15px 15px
}

@media (max-width:575.98px) {
	.woocommerce .shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail {
		padding: 5px 0 5px 5px
	}

	.woocommerce .shop_table tbody tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail img {
		max-width: 100%
	}
}

.woocommerce .shop_table td.product-quantity input {
	padding: 0;
	width: 40px;
	margin: 0 5px;
	text-align: center
}

.woocommerce th {
	font-weight: 700;
	padding: 9px 12px;
	line-height: 1.5em
}

.woocommerce td.product-remove a.remove {
	height: 25px;
	width: 25px;
	line-height: 25px;
	background: var(--primary);
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px
}

.woocommerce td.product-remove a.remove i {
	color: var(--white);
	font-weight: 600;
	font-size: 13px
}

@media (max-width:575.98px) {

	.woocommerce .table.shop_table.cart>tbody>tr>td.product-price,
	.woocommerce .table.shop_table.cart>tbody>tr>th.product-price,
	.woocommerce .table.shop_table.cart>tfoot>tr>td.product-price,
	.woocommerce .table.shop_table.cart>tfoot>tr>th.product-price,
	.woocommerce .table.shop_table.cart>thead>tr>td.product-price,
	.woocommerce .table.shop_table.cart>thead>tr>th.product-price,
	.woocommerce table.shop_table.cart>tbody>tr>td.product-price,
	.woocommerce table.shop_table.cart>tbody>tr>th.product-price,
	.woocommerce table.shop_table.cart>tfoot>tr>td.product-price,
	.woocommerce table.shop_table.cart>tfoot>tr>th.product-price,
	.woocommerce table.shop_table.cart>thead>tr>td.product-price,
	.woocommerce table.shop_table.cart>thead>tr>th.product-price {
		display: none
	}
}

.woocommerce .coupon {
	position: relative;
	flex: 0 0 50%
}

.woocommerce .coupon input {
	border: 1px solid var(--border-color);
	padding: 14px;
	font-size: 15px
}

.woocommerce .coupon input:focus {
	outline: 0 none;
	box-shadow: none
}

.woocommerce .coupon .btn {
	position: absolute;
	right: -2px;
	border-radius: 5px;
	top: -1px;
	font-size: 15px;
	height: 101%;
	line-height: 1
}

@media (max-width:575.98px) {
	.woocommerce .coupon {
		flex: 0 0 100%
	}
}

.woocommerce .shop_table tr:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.cart-quanty {
	display: flex;
	justify-content: space-between;
	width: 100px;
	padding: 4px 13px;
	background-color: var(--mute);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px
}

.cart-quanty input {
	padding: 0;
	background: transparent;
	text-align: center;
	font-weight: 600
}

.cart-quanty i {
	cursor: pointer
}

@media (max-width:575.98px) {
	.cart-totals {
		margin-top: 30px
	}
}

@media (min-width:576px) and (max-width:767.98px) {
	.cart-totals {
		margin-top: 30px
	}
}

.cart-totals table {
	width: 100%;
	border-spacing: 0 10px;
	border-collapse: separate
}

.cart-totals table th {
	color: var(--headings-color)
}

.cart-totals table td {
	font-weight: 500
}

.cart-totals table tbody tr td {
	padding: 15px 10px;
	text-align: right
}

.cart-totals table tr:first-child {
	font-weight: 700
}

.cart-totals table tr.product-list {
	background: #fff
}

.cart-totals table tr.product-list td,
.cart-totals table tr.product-list th {
	padding: 10px 15px;
	color: var(--headings-color)
}

.cart-totals table tr.product-list th {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px
}

.cart-totals table tr.product-list td {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 20px
}

/*! Checkout */
@media (max-width:575.98px) {
	.order-summery {
		margin-top: 30px
	}
}

@media (min-width:576px) and (max-width:767.98px) {
	.order-summery {
		margin-top: 30px
	}
}

.coupon-wrap input {
	flex: 0 0 65%
}

@media (max-width:991.98px) {
	.coupon-wrap {
		margin-bottom: 20px
	}

	.coupon-wrap input {
		flex: 0 0 55%
	}
}

.checkout-coupon h6 {
	margin-bottom: 0
}

.checkout-coupon h6 button {
	border: 0;
	color: var(--tertiary);
	background: transparent
}

.checkout-coupon form {
	max-width: 600px
}

.checkout-coupon form .btn {
	border-radius: 5px
}

form.form.checkout-form label {
	margin-bottom: 5px;
	font-weight: 500;
	color: var(--headings-color);
	font-size: 17px
}

form.form.checkout-form select {
	display: block !important;
	width: 100%;
	border: 1px solid var(--border-color);
	color: var(--headigns-color);
	background-color: var(--white)
}

form.form.checkout-form input,
form.form.checkout-form select {
	font-size: 16px;
	margin-bottom: 30px
}

form.form.checkout-form input[type=checkbox] {
	width: auto
}

.payment-option {
	margin-bottom: 30px
}

.payment-option button {
	font-size: 18px
}

.payment-option .accordion-collapse {
	padding-top: 10px
}

/*# sourceMappingURL=style.css.map */




/* =========================================
   GREENEX HERO SECTION
========================================= */

.greenex-hero {
   min-height: 760px;
   background: #10251f;
   color: #fff;
   isolation: isolate;
}

/* Background Video */

.greenex-hero-video {
   position: absolute;
   inset: 0;
   z-index: -2;
   overflow: hidden;
}

.greenex-hero-video video {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

/* Overlay */

.greenex-hero-overlay {
   position: absolute;
   inset: 0;
   z-index: -1;
   background:
      linear-gradient(
         90deg,
         rgba(8, 29, 23, .97) 0%,
         rgba(8, 29, 23, .82) 42%,
         rgba(8, 29, 23, .35) 100%
      );
}

/* Content */

.greenex-hero-content {
   padding: 100px 0 90px;
}

.greenex-eyebrow {
   display: inline-flex;
   align-items: center;
   gap: 12px;
   font-size: 13px;
   font-weight: 600;
   letter-spacing: 2px;
   color: #a9d96c;
   margin-bottom: 25px;
}

.greenex-eyebrow::before {
   content: "";
   width: 35px;
   height: 2px;
   background: #a9d96c;
}

.greenex-hero h1 {
   font-size: clamp(42px, 5vw, 76px);
   line-height: 1.08;
   font-weight: 700;
   letter-spacing: -2px;
   margin: 0 0 28px;
}

.greenex-hero h1 span {
   color: #a9d96c;
}

.greenex-hero-text {
   max-width: 560px;
   font-size: 18px;
   line-height: 1.8;
   color: rgba(255, 255, 255, .78);
   margin-bottom: 35px;
}

/* Buttons */

.greenex-hero-buttons {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   gap: 14px;
}

.greenex-btn {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   gap: 22px;
   min-height: 58px;
   padding: 0 25px;
   font-size: 13px;
   font-weight: 600;
   text-decoration: none;
   transition: all .3s ease;
}

.greenex-btn i {
   transition: transform .3s ease;
}

.greenex-btn:hover i {
   transform: translateX(5px);
}

.greenex-btn-primary {
   background: #a9d96c;
   color: #13271f;
}

.greenex-btn-primary:hover {
   background: #fff;
   color: #13271f;
}

.greenex-btn-outline {
   border: 1px solid rgba(255, 255, 255, .45);
   color: #fff;
}

.greenex-btn-outline:hover {
   background: #fff;
   border-color: #fff;
   color: #13271f;
}

/* Highlights */

.greenex-hero-highlights {
   display: flex;
   flex-wrap: wrap;
   gap: 35px;
   margin-top: 65px;
}

.greenex-highlight {
   display: flex;
   align-items: center;
   gap: 13px;
}

.highlight-icon {
   width: 40px;
   height: 40px;
   border: 1px solid rgba(169, 217, 108, .5);
   border-radius: 50%;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   color: #a9d96c;
}

.greenex-highlight strong,
.greenex-highlight small {
   display: block;
}

.greenex-highlight strong {
   font-size: 13px;
   font-weight: 600;
   margin-bottom: 4px;
}

.greenex-highlight small {
   font-size: 11px;
   color: rgba(255, 255, 255, .6);
}

/* Floating Card */

.greenex-hero-side {
   display: flex;
   justify-content: center;
   padding-top: 80px;
}

.greenex-floating-card {
   max-width: 300px;
   padding: 35px;
   background: rgba(255, 255, 255, .09);
   border: 1px solid rgba(255, 255, 255, .22);
   backdrop-filter: blur(14px);
   border-radius: 8px;
}

.card-icon {
   width: 55px;
   height: 55px;
   border-radius: 50%;
   background: #a9d96c;
   color: #13271f;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 22px;
   margin-bottom: 25px;
}

.greenex-floating-card h4 {
   font-size: 23px;
   line-height: 1.35;
   margin-bottom: 15px;
}

.greenex-floating-card p {
   color: rgba(255, 255, 255, .7);
   font-size: 14px;
   line-height: 1.8;
   margin-bottom: 22px;
}

.greenex-floating-card a {
   color: #a9d96c;
   font-size: 12px;
   font-weight: 600;
   text-decoration: none;
}

.greenex-floating-card a i {
   margin-left: 10px;
}

/* Scroll */

.greenex-scroll-indicator {
   position: absolute;
   bottom: 35px;
   left: 30px;
   display: flex;
   align-items: center;
   gap: 15px;
   color: rgba(255, 255, 255, .7);
   font-size: 11px;
   letter-spacing: 1px;
   text-decoration: none;
}

.greenex-scroll-indicator i {
   color: #a9d96c;
}

/* Responsive */

@media (max-width: 991px) {

   .greenex-hero {
      min-height: 700px;
   }

   .greenex-hero-content {
      padding: 100px 0 80px;
   }

   .greenex-hero h1 {
      letter-spacing: -1px;
   }

   .greenex-hero-text {
      font-size: 16px;
   }

   .greenex-hero-highlights {
      margin-top: 45px;
      gap: 20px;
   }

}

@media (max-width: 575px) {

   .greenex-hero {
      min-height: 680px;
   }

   .greenex-hero-content {
      padding: 90px 0 65px;
   }

   .greenex-hero h1 {
      font-size: 42px;
   }

   .greenex-eyebrow {
      font-size: 10px;
      letter-spacing: 1.3px;
   }

   .greenex-hero-text {
      font-size: 15px;
      line-height: 1.7;
   }

   .greenex-hero-buttons {
      flex-direction: column;
      align-items: stretch;
   }

   .greenex-btn {
      width: 100%;
   }

   .greenex-hero-highlights {
      flex-direction: column;
      gap: 18px;
      margin-top: 35px;
   }

   .greenex-scroll-indicator {
      display: none;
   }

}
/* =========================================
   GREENEX FINAL OVERRIDES
   Append after the existing stylesheet
========================================= */

/* Improve text contrast over the video */
.greenex-hero h1,
.greenex-hero h1:not(.text-dark) {
    color: #ffffff !important;
}

.greenex-hero h1 span {
    color: #a9d96c !important;
}

.greenex-floating-card h4,
.greenex-floating-card h4 a {
    color: #ffffff !important;
}

.greenex-floating-card p {
    color: rgba(255, 255, 255, 0.82) !important;
}

/* Keep the floating card readable on bright video frames */
.greenex-floating-card {
    background: rgba(7, 29, 23, 0.52) !important;
    border: 1px solid rgba(255, 255, 255, 0.30) !important;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.18);
}

/* Stronger left-side contrast without hiding the video */
.greenex-hero-overlay {
    background:
        linear-gradient(90deg,
            rgba(3, 27, 20, 0.96) 0%,
            rgba(3, 27, 20, 0.86) 42%,
            rgba(3, 27, 20, 0.40) 100%) !important;
}

/* Header contrast when the header overlays the GreeneX hero */
body:has(.greenex-hero) .header .navbar-nav .nav-link,
body:has(.greenex-hero) .header .navbar-nav > li > a,
body:has(.greenex-hero) .header .header-actions a,
body:has(.greenex-hero) .header .nav-link {
    color: #ffffff !important;
}

body:has(.greenex-hero) .header .navbar-nav .nav-link:hover,
body:has(.greenex-hero) .header .navbar-nav > li > a:hover,
body:has(.greenex-hero) .header .nav-link:hover {
    color: #a9d96c !important;
}

body:has(.greenex-hero) .header .btn,
body:has(.greenex-hero) .header .nav-cta a {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.65);
}

/* Avoid oversized heading on medium screens */
@media (max-width: 1199.98px) {
    .greenex-hero h1 {
        font-size: clamp(42px, 5.4vw, 66px) !important;
    }
}

@media (max-width: 767.98px) {
    .greenex-hero {
        min-height: 720px;
    }

    .greenex-hero-content {
        padding: 120px 0 70px;
    }

    .greenex-hero h1 {
        font-size: 42px !important;
        line-height: 1.13;
    }

    .greenex-hero-overlay {
        background: linear-gradient(180deg,
            rgba(3, 27, 20, 0.82) 0%,
            rgba(3, 27, 20, 0.94) 100%) !important;
    }
}

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
    .greenex-hero-video video {
        display: none;
    }

    .greenex-hero-video {
        background: url('../images/hero2.jpg') center / cover no-repeat;
    }

    .greenex-btn,
    .greenex-btn i {
        transition: none !important;
    }
}

/* =========================================
   GREENEX HEADER / STICKY SCROLL FIX
   ========================================= */

/* Header over dark hero: white navigation */
.header.header-transparent .header-nav-wrapper:not(.scroll-on),
.header.header-transparent .header-nav-wrapper:not(.scroll-on) .navbar {
    background-color: transparent !important;
}

.header.header-transparent .header-nav-wrapper:not(.scroll-on) .navbar .navbar-nav > li > a.nav-link,
.header.header-transparent .header-nav-wrapper:not(.scroll-on) .nav-cta,
.header.header-transparent .header-nav-wrapper:not(.scroll-on) .nav-cta a,
.header.header-transparent .header-nav-wrapper:not(.scroll-on) .navbar-toggler,
.header.header-transparent .header-nav-wrapper:not(.scroll-on) .burger-menu {
    color: #ffffff !important;
}

.header.header-transparent .header-nav-wrapper:not(.scroll-on) .btn-border {
    border-color: #ffffff !important;
    color: #ffffff !important;
}

.header.header-transparent .header-nav-wrapper:not(.scroll-on) .btn-border:hover {
    background-color: #a9d96c !important;
    border-color: #a9d96c !important;
    color: #10251f !important;
}

/* Sticky header after scrolling: light background + dark menu */
.header.header-transparent .header-nav-wrapper.header-sticky.scroll-on,
header .header-nav-wrapper.header-sticky.scroll-on {
    background-color: #ffffff !important;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08) !important;
}

.header.header-transparent .header-nav-wrapper.header-sticky.scroll-on .navbar .navbar-nav > li > a.nav-link,
.header.header-transparent .header-nav-wrapper.header-sticky.scroll-on .nav-cta,
.header.header-transparent .header-nav-wrapper.header-sticky.scroll-on .nav-cta a,
.header.header-transparent .header-nav-wrapper.header-sticky.scroll-on .navbar-toggler,
.header.header-transparent .header-nav-wrapper.header-sticky.scroll-on .burger-menu {
    color: #10251f !important;
}

.header.header-transparent .header-nav-wrapper.header-sticky.scroll-on .btn-border {
    border-color: #10251f !important;
    color: #10251f !important;
}

.header.header-transparent .header-nav-wrapper.header-sticky.scroll-on .btn-border:hover {
    background-color: #a9d96c !important;
    border-color: #a9d96c !important;
    color: #10251f !important;
}

/* Dropdown arrow / SVG visibility */
.header.header-transparent .header-nav-wrapper:not(.scroll-on) .navbar svg,
.header.header-transparent .header-nav-wrapper:not(.scroll-on) .navbar svg path {
    fill: #ffffff !important;
    color: #ffffff !important;
}

.header.header-transparent .header-nav-wrapper.header-sticky.scroll-on .navbar svg,
.header.header-transparent .header-nav-wrapper.header-sticky.scroll-on .navbar svg path {
    fill: #10251f !important;
    color: #10251f !important;
}

/* Mobile menu button */
@media (max-width: 1199.98px) {
    .header.header-transparent .header-nav-wrapper:not(.scroll-on) .navbar-toggler,
    .header.header-transparent .header-nav-wrapper:not(.scroll-on) .offcanvas-nav-btn {
        color: #ffffff !important;
    }

    .header.header-transparent .header-nav-wrapper.header-sticky.scroll-on .navbar-toggler,
    .header.header-transparent .header-nav-wrapper.header-sticky.scroll-on .offcanvas-nav-btn {
        color: #10251f !important;
    }
}



/* =========================================
   GREENEX WHY CHOOSE US
========================================= */

.greenex-why-choose {
   position: relative;
   overflow: hidden;
   padding: 85px 0;
   background: #182333;
   color: #ffffff;
}

/* Subtle Background Pattern */

.greenex-why-choose::before {
   content: "";
   position: absolute;
   inset: 0;
   background-image:
      linear-gradient(
         135deg,
         rgba(169, 217, 108, 0.025) 25%,
         transparent 25%
      );
   background-size: 28px 28px;
   pointer-events: none;
}

.greenex-why-choose .container {
   position: relative;
   z-index: 1;
}

/* =========================================
   SECTION HEADER
========================================= */

.greenex-why-header {
   max-width: 850px;
   margin: 0 auto 35px;
}

.greenex-why-header h2 {
   margin: 0 0 18px;
   font-size: 42px;
   font-weight: 700;
   line-height: 1.2;
   color: #ffffff;
}

.greenex-why-header h2 span {
   color: #a9d96c;
}

.greenex-why-header p {
   max-width: 780px;
   margin: 0 auto;
   font-size: 13px;
   line-height: 1.7;
   color: #d0d7df;
}

/* =========================================
   MAIN GRID
========================================= */

.greenex-why-grid {
   display: grid;
   grid-template-columns: 177px 1fr;
   max-width: 950px;
   margin: 0 auto;
   align-items: stretch;
}

/* =========================================
   IMAGE
========================================= */

.greenex-why-image {
   height: 480px;
   overflow: hidden;
   border-radius: 6px;
}

.greenex-why-image img {
   width: 100%;
   height: 100%;
   display: block;
   object-fit: cover;
   transition: transform 0.5s ease;
}

.greenex-why-image:hover img {
   transform: scale(1.04);
}

/* =========================================
   FEATURES GRID
========================================= */

.greenex-why-features {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   border-top: 1px solid rgba(169, 217, 108, 0.7);
   border-left: 1px solid rgba(169, 217, 108, 0.7);
}

/* =========================================
   FEATURE CARD
========================================= */

.greenex-feature {
   padding: 20px 25px;
   min-height: 160px;
   border-right: 1px solid rgba(169, 217, 108, 0.7);
   border-bottom: 1px solid rgba(169, 217, 108, 0.7);
   transition: background 0.3s ease;
}

.greenex-feature:hover {
   background: rgba(169, 217, 108, 0.06);
}

/* =========================================
   ICON
========================================= */

.greenex-feature-icon {
   width: 34px;
   height: 34px;
   display: flex;
   align-items: center;
   justify-content: flex-start;
   margin-bottom: 12px;
   color: #35bd72;
   font-size: 23px;
}

.greenex-feature h3 {
   margin: 0 0 10px;
   font-size: 15px;
   font-weight: 700;
   line-height: 1.3;
   color: #ffffff;
}

.greenex-feature p {
   margin: 0;
   font-size: 10px;
   line-height: 1.65;
   color: #d0d7df;
}

/* =========================================
   RESPONSIVE - TABLET
========================================= */

@media (max-width: 991px) {

   .greenex-why-choose {
      padding: 70px 0;
   }

   .greenex-why-header h2 {
      font-size: 36px;
   }

   .greenex-why-grid {
      grid-template-columns: 220px 1fr;
      max-width: 100%;
   }

   .greenex-why-image {
      height: 500px;
   }

   .greenex-feature {
      padding: 18px 20px;
   }

}

/* =========================================
   RESPONSIVE - MOBILE
========================================= */

@media (max-width: 767px) {

   .greenex-why-choose {
      padding: 55px 0;
   }

   .greenex-why-header {
      margin-bottom: 30px;
   }

   .greenex-why-header h2 {
      font-size: 30px;
   }

   .greenex-why-header p {
      font-size: 13px;
   }

   .greenex-why-grid {
      display: flex;
      flex-direction: column;
   }

   .greenex-why-image {
      width: 100%;
      height: 320px;
      margin-bottom: 25px;
   }

   .greenex-why-features {
      grid-template-columns: 1fr;
      border-top: 1px solid rgba(169, 217, 108, 0.7);
   }

   .greenex-feature {
      min-height: auto;
      padding: 25px 22px;
   }

   .greenex-feature h3 {
      font-size: 16px;
   }

   .greenex-feature p {
      font-size: 12px;
   }

}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

   .greenex-why-header h2 {
      font-size: 27px;
   }

   .greenex-why-image {
      height: 280px;
   }

   .greenex-feature {
      padding: 22px 18px;
   }

}


/* =========================================
   GREENEX WHY CHOOSE US
   FONT SIZE - SCREENSHOT STYLE
========================================= */

/* Main Heading */

.greenex-why-header h2 {
   font-size: 46px;
   font-weight: 700;
   line-height: 1.2;
   color: #ffffff;
}

.greenex-why-header p {
   font-size: 16px;
   line-height: 1.7;
   max-width: 850px;
   color: #e0e5eb;
}

/* Feature Card */

.greenex-feature {
   padding: 28px 25px;
   min-height: 200px;
}

.greenex-feature h3 {
   font-size: 23px;
   font-weight: 700;
   line-height: 1.3;
   margin-bottom: 14px;
   color: #ffffff;
}

.greenex-feature p {
   font-size: 14px;
   line-height: 1.7;
   color: #d0d7df;
}

/* Feature Icons */

.greenex-feature-icon {
   width: 42px;
   height: 42px;
   font-size: 30px;
   margin-bottom: 18px;
   color: #35bd72;
}

/* Main Image */

.greenex-why-image {
   height: 600px;
}

/* Features Grid */

.greenex-why-features {
   grid-template-columns: repeat(2, 1fr);
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

   .greenex-why-header h2 {
      font-size: 38px;
   }

   .greenex-feature h3 {
      font-size: 20px;
   }

   .greenex-feature p {
      font-size: 13px;
   }

}

@media (max-width: 767px) {

   .greenex-why-header h2 {
      font-size: 30px;
   }

   .greenex-feature {
      padding: 25px 22px;
      min-height: auto;
   }

   .greenex-feature h3 {
      font-size: 20px;
   }

   .greenex-feature p {
      font-size: 14px;
   }

   .greenex-why-image {
      height: 320px;
   }

}


/* =========================================
   GREENEX HVAC CLEANING PROCESS
========================================= */

.greenex-process-section {
   position: relative;
   padding: 95px 0 110px;
   background: #ffffff;
   overflow: hidden;
}

.greenex-process-heading {
   max-width: 850px;
   margin: 0 auto 55px;
}

.greenex-process-heading h2 {
   margin: 0 0 18px;
   color: #111111;
   font-size: 44px;
   font-weight: 700;
   line-height: 1.2;
}

.greenex-process-heading h2 span {
   color: #35b873;
}

.greenex-process-heading p {
   max-width: 650px;
   margin: 0 auto;
   color: #718078;
   font-size: 15px;
   line-height: 1.7;
}

/* =========================================
   PROCESS WRAPPER
========================================= */

.greenex-process-wrapper {
   position: relative;
   display: grid;
   grid-template-columns: repeat(5, 1fr);
   gap: 25px;
   max-width: 1200px;
   margin: 0 auto;
}

/* =========================================
   DOTTED CURVE
========================================= */

.greenex-process-line {
   position: absolute;
   top: 20px;
   left: 0;
   width: 100%;
   height: 140px;
   z-index: 0;
   overflow: visible;
   pointer-events: none;
}

/* =========================================
   PROCESS ITEM
========================================= */

.greenex-process-item {
   position: relative;
   z-index: 1;
   text-align: center;
   padding: 0 8px;
}

/* Alternating Steps */

.greenex-process-item:nth-child(even) {
   transform: translateY(52px);
}

/* =========================================
   STEP LABEL
========================================= */

.greenex-step-label {
   margin-bottom: 10px;
   color: #52d69a;
   font-size: 12px;
   font-weight: 700;
   letter-spacing: 2px;
}

/* =========================================
   STEP ICON
========================================= */

.greenex-step-icon {
   width: 48px;
   height: 48px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 70px;
   border-radius: 50%;
   background: #35b873;
   color: #ffffff;
   font-size: 20px;
   box-shadow: 0 0 0 7px #ffffff;
}

.greenex-process-item:nth-child(even) .greenex-step-icon {
   margin-bottom: 30px;
}

/* =========================================
   STEP CONTENT
========================================= */

.greenex-process-item h3 {
   margin: 0 0 15px;
   color: #111111;
   font-size: 18px;
   font-weight: 700;
   line-height: 1.35;
}

.greenex-process-item p {
   margin: 0;
   color: #718078;
   font-size: 14px;
   line-height: 1.8;
}

/* =========================================
   RESPONSIVE - TABLET
========================================= */

@media (max-width: 991px) {

   .greenex-process-section {
      padding: 75px 0;
   }

   .greenex-process-heading h2 {
      font-size: 36px;
   }

   .greenex-process-wrapper {
      grid-template-columns: repeat(3, 1fr);
      gap: 45px 20px;
   }

   .greenex-process-line {
      display: none;
   }

   .greenex-process-item:nth-child(even) {
      transform: none;
   }

   .greenex-step-icon,
   .greenex-process-item:nth-child(even) .greenex-step-icon {
      margin-bottom: 25px;
   }

   .greenex-process-item h3 {
      font-size: 18px;
   }

   .greenex-process-item p {
      font-size: 13px;
   }

}

/* =========================================
   RESPONSIVE - MOBILE
========================================= */

@media (max-width: 767px) {

   .greenex-process-section {
      padding: 60px 0;
   }

   .greenex-process-heading {
      margin-bottom: 40px;
   }

   .greenex-process-heading h2 {
      font-size: 30px;
   }

   .greenex-process-heading p {
      font-size: 14px;
   }

   .greenex-process-wrapper {
      display: grid;
      grid-template-columns: 1fr;
      gap: 35px;
   }

   .greenex-process-item {
      padding: 0 20px;
   }

   .greenex-step-label {
      font-size: 11px;
   }

   .greenex-step-icon,
   .greenex-process-item:nth-child(even) .greenex-step-icon {
      margin-bottom: 20px;
   }

   .greenex-process-item h3 {
      font-size: 20px;
   }

   .greenex-process-item p {
      max-width: 400px;
      margin: 0 auto;
      font-size: 14px;
      line-height: 1.8;
   }

}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

   .greenex-process-heading h2 {
      font-size: 27px;
   }

   .greenex-process-item h3 {
      font-size: 19px;
   }

}


/* =========================================
   GREENEX FAQ SECTION
========================================= */

.greenex-faq-section {
   padding: 95px 0 110px;
   background: #ffffff;
}

.greenex-faq-heading {
   margin-bottom: 42px;
}

.greenex-faq-heading h2 {
   margin: 0 0 15px;
   color: #111111;
   font-size: 44px;
   font-weight: 700;
   line-height: 1.2;
}

.greenex-faq-heading p {
   max-width: 600px;
   margin: 0 auto;
   color: #718078;
   font-size: 15px;
   line-height: 1.7;
}

/* FAQ Grid */

.greenex-faq-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 30px;
   max-width: 1240px;
   margin: 0 auto;
}

.greenex-faq-column {
   display: flex;
   flex-direction: column;
}

/* FAQ Item */

.greenex-faq-item {
   border-top: 1px solid #e1e6e3;
}

.greenex-faq-item:last-child {
   border-bottom: 1px solid #e1e6e3;
}

/* Question */

.greenex-faq-question {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 20px;
   width: 100%;
   padding: 22px 0;
   border: 0;
   background: transparent;
   color: #111111;
   text-align: left;
   font-family: inherit;
   font-size: 16px;
   font-weight: 500;
   line-height: 1.5;
   cursor: pointer;
}

.greenex-faq-question i {
   display: flex;
   align-items: center;
   justify-content: center;
   flex: 0 0 34px;
   width: 34px;
   height: 34px;
   border-radius: 50%;
   background: #f4f7f5;
   color: #111111;
   font-size: 12px;
   transition: transform 0.3s ease;
}

/* Answer */

.greenex-faq-answer {
   display: grid;
   grid-template-rows: 0fr;
   transition: grid-template-rows 0.3s ease;
}

.greenex-faq-answer p {
   overflow: hidden;
   margin: 0;
   color: #718078;
   font-size: 14px;
   line-height: 1.8;
}

/* Active FAQ */

.greenex-faq-item.active
.greenex-faq-answer {
   grid-template-rows: 1fr;
}

.greenex-faq-item.active
.greenex-faq-question i {
   transform: rotate(180deg);
}

.greenex-faq-item.active
.greenex-faq-question {
   color: #35b873;
}

/* Hover */

.greenex-faq-question:hover {
   color: #35b873;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

   .greenex-faq-section {
      padding: 75px 0;
   }

   .greenex-faq-heading h2 {
      font-size: 36px;
   }

   .greenex-faq-grid {
      grid-template-columns: 1fr;
      gap: 0;
   }

}

@media (max-width: 767px) {

   .greenex-faq-section {
      padding: 60px 0;
   }

   .greenex-faq-heading {
      margin-bottom: 30px;
   }

   .greenex-faq-heading h2 {
      font-size: 30px;
   }

   .greenex-faq-heading p {
      font-size: 14px;
   }

   .greenex-faq-question {
      padding: 18px 0;
      font-size: 14px;
   }

   .greenex-faq-question i {
      flex-basis: 30px;
      width: 30px;
      height: 30px;
      font-size: 11px;
   }

   .greenex-faq-answer p {
      font-size: 14px;
   }

}

/* =========================================
   GREENEX FOOTER SIZE FIX
========================================= */

.footer-wrap {
   padding-top: 55px;
   padding-bottom: 55px;
}

.footer-widget {
   margin-bottom: 20px;
}

.footer-about p {
   max-width: 350px;
   font-size: 14px;
   line-height: 1.8;
}

.contact-widget ul {
   padding: 0;
   margin: 0;
}

.contact-widget li {
   font-size: 14px;
   line-height: 1.8;
   margin-bottom: 15px;
}

.quick-links ul {
   display: grid;
   grid-template-columns: repeat(2, minmax(0, 1fr));
   gap: 8px 25px;
}

.quick-links li {
   font-size: 14px;
}

.footer-bottom {
   padding: 22px 0;
}

.footer-bottom p {
   font-size: 13px;
}

.footer-bottom a {
   color: #a9d96c;
}

/* Mobile */

@media (max-width: 767px) {

   .footer-wrap {
      padding-top: 40px;
      padding-bottom: 30px;
   }

   .quick-links ul {
      grid-template-columns: 1fr 1fr;
      gap: 8px 15px;
   }

   .footer-bottom .d-flex {
      gap: 12px;
   }

}

/* =========================================================
   GREENEX FINAL TYPOGRAPHY SYSTEM
   Font: Inter (Google Fonts)
   Add this block at the end so it overrides template styles.
========================================================= */

:root {
    --font-family-base: "Inter", sans-serif;
    --font-family-headings: "Inter", sans-serif;
    --font-family-btn: "Inter", sans-serif;
    --font-size-base: 16px;
    --font-weight-base: 400;
    --line-height-base: 1.7;
    --greenex-text: #65736c;
    --greenex-heading: #111111;
    --greenex-green: #35b873;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body,
body * {
    font-family: "Inter", sans-serif !important;
}

body {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.7 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Keep icon fonts working */
.fa,
.fas,
.far,
.fal,
.fad,
.fab,
.fa-solid,
.fa-regular,
.fa-light,
.fa-brands,
[class^="icon-"],
[class*=" icon-"] {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", sans-serif !important;
}

/* Global text reset */
p,
li,
a,
span,
label,
input,
select,
textarea,
button,
.small,
small {
    font-size: 16px;
    line-height: 1.7;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 400;
    color: var(--greenex-text);
}

/* All paragraph text uses one consistent size */
.hero p,
.about-content2 p,
.services-sec4 p,
.skill-txt p,
.greenex-why-choose p,
.greenex-process-section p,
.greenex-faq-section p,
.footer p,
.footer li,
.footer a,
.footer span {
    font-size: 16px !important;
    line-height: 1.7 !important;
}

/* Headings: one font family, consistent weights and spacing */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.sec-title,
.display-1, .display-2, .display-3,
.display-4, .display-5, .display-6 {
    font-family: "Inter", sans-serif !important;
    color: var(--greenex-heading);
    font-weight: 700;
    letter-spacing: -0.035em;
}

h1, .h1 { font-size: clamp(42px, 5vw, 72px) !important; line-height: 1.12 !important; }
h2, .h2, .sec-title { font-size: clamp(32px, 3.2vw, 46px) !important; line-height: 1.18 !important; }
h3, .h3 { font-size: 26px !important; line-height: 1.25 !important; }
h4, .h4 { font-size: 22px !important; line-height: 1.3 !important; }
h5, .h5 { font-size: 19px !important; line-height: 1.35 !important; }
h6, .h6 { font-size: 16px !important; line-height: 1.45 !important; }

/* Section labels */
.sub-title,
.greenex-step-label,
.greenex-why-header .sub-title,
.greenex-process-heading .sub-title {
    font-family: "Inter", sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* Lead text: slightly larger but still uniform in every section */
.lead,
.lead-sm,
.hero .lead,
.hero-content .lead {
    font-size: 18px !important;
    line-height: 1.7 !important;
    font-weight: 400 !important;
}

/* Buttons and navigation */
.btn,
.btn-more,
button,
.nav-link,
.navbar a,
.header a,
.footer a {
    font-family: "Inter", sans-serif !important;
}

.btn,
.btn-more {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

/* =========================================================
   WHY CHOOSE GREENEX
========================================================= */

.greenex-why-choose {
    font-family: "Inter", sans-serif !important;
}

.greenex-why-header h2 {
    font-size: clamp(32px, 3.2vw, 46px) !important;
    line-height: 1.18 !important;
}

.greenex-why-header p,
.greenex-feature p {
    font-size: 16px !important;
    line-height: 1.7 !important;
}

.greenex-feature h3 {
    font-size: 20px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
}

/* =========================================================
   HVAC CLEANING PROCESS
========================================================= */

.greenex-process-section {
    font-family: "Inter", sans-serif !important;
}

.greenex-process-heading h2 {
    font-size: clamp(32px, 3.2vw, 46px) !important;
    line-height: 1.18 !important;
}

.greenex-process-heading p,
.greenex-process-item p {
    font-size: 16px !important;
    line-height: 1.7 !important;
}

.greenex-process-item h3,
.greenex-process-item h4 {
    font-size: 19px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
}

.greenex-step-label {
    font-size: 12px !important;
    line-height: 1.4 !important;
}

/* =========================================================
   FAQ
========================================================= */

.greenex-faq-section {
    font-family: "Inter", sans-serif !important;
}

.greenex-faq-heading h2 {
    font-size: clamp(32px, 3.2vw, 46px) !important;
    line-height: 1.18 !important;
}

.greenex-faq-heading p,
.greenex-faq-answer p {
    font-size: 16px !important;
    line-height: 1.7 !important;
}

.greenex-faq-question,
.greenex-faq-question span {
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 600 !important;
}

.greenex-faq-question i {
    font-size: 12px !important;
}

/* =========================================================
   FOOTER TYPOGRAPHY
========================================================= */

.footer,
.footer * {
    font-family: "Inter", sans-serif !important;
}

.footer .widget-title,
.footer h3,
.footer h4 {
    font-size: 20px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
}

.footer p,
.footer li,
.footer a,
.footer span,
.footer input,
.footer button {
    font-size: 16px !important;
    line-height: 1.7 !important;
}

.footer-bottom p,
.footer-bottom a {
    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* =========================================================
   FORMS / ACCESSIBILITY / CONSISTENCY
========================================================= */

input,
select,
textarea {
    font-size: 16px !important;
    line-height: 1.5 !important;
}

input::placeholder,
textarea::placeholder {
    font-size: 16px !important;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid var(--greenex-green);
    outline-offset: 3px;
}

/* =========================================================
   RESPONSIVE TYPOGRAPHY
========================================================= */

@media (max-width: 991.98px) {
    p,
    li,
    a,
    span,
    label,
    input,
    select,
    textarea,
    button {
        font-size: 16px;
    }

    .greenex-process-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    h1, .h1 { font-size: 38px !important; }
    h2, .h2, .sec-title { font-size: 30px !important; }
    h3, .h3 { font-size: 23px !important; }
    h4, .h4 { font-size: 20px !important; }
    h5, .h5 { font-size: 18px !important; }
    h6, .h6 { font-size: 16px !important; }

    p,
    li,
    a,
    span,
    label,
    input,
    select,
    textarea,
    button,
    .greenex-why-header p,
    .greenex-feature p,
    .greenex-process-heading p,
    .greenex-process-item p,
    .greenex-faq-heading p,
    .greenex-faq-answer p,
    .footer p,
    .footer li,
    .footer a {
        font-size: 16px !important;
        line-height: 1.7 !important;
    }

    .lead,
    .lead-sm,
    .hero .lead,
    .hero-content .lead {
        font-size: 16px !important;
    }

    .greenex-process-wrapper {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .greenex-process-item:nth-child(even) {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}




/* =========================================
   GREENEX BLOG SECTION
========================================= */

.blog-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}


/* Blog Grid */

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    align-items: stretch;
}


/* Blog Card */

.post-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e7ece9;
    border-radius: 14px;
    text-decoration: none;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* Card Hover */

.post-card:hover {
    transform: translateY(-8px);
    border-color: #65b741;
    box-shadow: 0 16px 40px rgba(17, 51, 35, 0.12);
}


/* Blog Image */

.post-image {
    position: relative;
    width: 100%;
    height: 245px;
    overflow: hidden;
    background: #edf4ef;
}


.post-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}


.post-card:hover .post-image img {
    transform: scale(1.08);
}


/* Image Overlay */

.post-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(10, 35, 23, 0.25),
        transparent 55%
    );
    pointer-events: none;
}


/* No Image */

.no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #65b741;
    font-size: 48px;
}


/* Blog Content */

.post-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 25px 26px;
}


/* Category */

.post-category {
    display: inline-block;
    margin-bottom: 12px;
    color: #65b741;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
}


/* Blog Title */

.post-content h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #163b2b;
    font-family: "Inter", sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: color 0.3s ease;
}


.post-card:hover .post-content h3 {
    color: #65b741;
}


/* Read More */

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: auto;
    padding-top: 22px;
    color: #163b2b;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    transition: color 0.3s ease, gap 0.3s ease;
}


.read-more i {
    font-size: 12px;
    transition: transform 0.3s ease;
}


.post-card:hover .read-more {
    gap: 13px;
    color: #65b741;
}


.post-card:hover .read-more i {
    transform: translateX(3px);
}


/* No Posts */

.no-posts {
    grid-column: 1 / -1;
    padding: 70px 20px;
    border: 1px solid #e7ece9;
    border-radius: 14px;
    text-align: center;
}


.no-posts i {
    margin-bottom: 20px;
    color: #65b741;
    font-size: 45px;
}


.no-posts h3 {
    margin-bottom: 10px;
    color: #163b2b;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 700;
}


.no-posts p {
    margin: 0;
    color: #68766e;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.7;
}


/* =========================================
   RESPONSIVE DESIGN
========================================= */


/* Tablet */

@media (max-width: 991px) {

    .blog-container {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .post-image {
        height: 230px;
    }

    .post-content {
        padding: 22px;
    }

    .post-content h3 {
        font-size: 19px;
    }

}


/* Mobile */

@media (max-width: 575px) {

    .blog-container {
        padding: 45px 15px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .post-image {
        height: 225px;
    }

    .post-content {
        padding: 22px;
    }

    .post-content h3 {
        font-size: 19px;
    }

    .read-more {
        padding-top: 20px;
    }

}



/* =========================================================
   GREENEX CAREERS SECTION
========================================================= */

.greenex-careers-section {
    padding: 100px 0;
    background: #f5f8f5;
}

.greenex-careers-section .careers-intro {
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}

.greenex-careers-section .section-label {
    display: inline-block;
    margin-bottom: 14px;
    color: #0c6c1a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.greenex-careers-section .careers-intro h3 {
    margin-bottom: 22px;
    color: #071d24;
    font-size: 40px;
    font-weight: 700;
}

.greenex-careers-section .careers-intro p {
    margin-bottom: 12px;
    color: #5e6b78;
    font-size: 16px;
    line-height: 1.85;
}

.greenex-careers-section .careers-intro a {
    color: #0c6c1a;
    font-weight: 600;
}

.greenex-careers-section .careers-intro a:hover {
    color: #064d13;
}

/* Career Card */

.greenex-careers-section .career-box {
    height: 100%;
    padding: 35px 30px;
    background: #ffffff;
    border: 1px solid #e3ebe3;
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(2, 23, 54, 0.05);
    transition: all 0.35s ease;
}

.greenex-careers-section .career-box:hover {
    transform: translateY(-8px);
    border-color: rgba(12, 108, 26, 0.3);
    box-shadow: 0 18px 42px rgba(2, 23, 54, 0.10);
}

.greenex-careers-section .career-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 24px;
    border-radius: 12px;
    background: rgba(12, 108, 26, 0.10);
    color: #0c6c1a;
    font-size: 23px;
    transition: all 0.3s ease;
}

.greenex-careers-section .career-box:hover .career-icon {
    background: #0c6c1a;
    color: #ffffff;
}

.greenex-careers-section .career-box h2 {
    margin-bottom: 15px;
    color: #071d24;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

.greenex-careers-section .career-box p {
    min-height: 90px;
    margin-bottom: 25px;
    color: #5e6b78;
    font-size: 15px;
    line-height: 1.8;
}

.greenex-careers-section .btn-s1 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 6px;
    background: #0c6c1a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.greenex-careers-section .btn-s1:hover {
    background: #064d13;
    color: #ffffff;
    transform: translateY(-2px);
}

.greenex-careers-section .btn-s1 i {
    font-size: 12px;
}

/* No Vacancies */

.greenex-careers-section .no-vacancies {
    padding: 40px 25px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e3ebe3;
    border-radius: 14px;
}

.greenex-careers-section .no-vacancies h4 {
    margin-bottom: 12px;
    color: #071d24;
    font-size: 22px;
}

.greenex-careers-section .no-vacancies p {
    margin-bottom: 0;
    font-size: 15px;
}

/* Responsive */

@media (max-width: 991px) {
    .greenex-careers-section {
        padding: 75px 0;
    }

    .greenex-careers-section .careers-intro h3 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .greenex-careers-section {
        padding: 55px 0;
    }

    .greenex-careers-section .careers-intro {
        margin-bottom: 35px;
    }

    .greenex-careers-section .careers-intro h3 {
        font-size: 28px;
    }

    .greenex-careers-section .careers-intro p {
        font-size: 15px;
    }

    .greenex-careers-section .career-box {
        padding: 28px 24px;
    }

    .greenex-careers-section .career-box h2 {
        font-size: 20px;
    }
}