
.service-sections .section {
	padding: 50px 0 75px;
	position: relative;
}

.service-sections .section b, .service-sections .section strong {
	font-weight: 500 !important;
}

.service-sections .section.color-brown, .service-sections .section.color-green {
	color: #fff;
}

.service-sections .section.color-brown a {
	color: #44d6b5;
}

.service-sections .section.has-bg {
	color: #fff;
}

.service-sections .section .container {
	position: relative;
	z-index: 2;
}

.service-sections .section .section-header {
	text-align: center;
	margin-bottom: 40px;
}

.service-sections .section .section-header h2 {
	font-weight: 300;
}

.service-sections .section .section-header h2:first-child {
	margin-top: 0;
}

.service-sections .section .section-header h2:last-child {
	margin-bottom: 0;
}

@media (max-width:991px) {
	.service-sections .section .section-header h2 br {
		display: none;
	}
}

.service-sections .section .section-header .subtitle {
	font-size: 24px;
}

.service-sections .section .section-header:not(.has-subtitle) h2:not(:last-child) {
	margin-bottom: 40px;
}

.service-sections .section.heading-sm .section-header h2 {
	font-size: 22px;
	font-weight: 500;
}

.service-sections .section .section-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	z-index: 1;
}

.service-sections .section .section-bg img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	z-index: 1;
}

.service-sections .section-content {
	padding: 50px 0;
}

.service-sections .section-content h2 {
	font-weight: 300;
}

@media (max-width:991px) {
	.service-sections .section-content h2 br {
		display: none;
	}
}

.service-sections .section-content h3 {
	font-size: 21px;
	margin-bottom: 30px;
}

.service-sections .section-content .inner h2 + p {
	margin-top: 30px;
}

.service-sections .section-content .inner.has-icon {
	display: flex;
	align-items: center;
	gap: 36px;
}

.service-sections .section-content .inner.has-icon > figure svg {
	fill: #44d6b5;
	flex: 0 0 auto;
	width: 92px;
	height: auto;
}

.service-sections .section-content .inner.has-icon h2 {
	font-size: 28px;
}

.service-sections .section-content .inner.has-icon h2:first-child, .service-sections .section-content .inner.has-icon h3:first-child, .service-sections .section-content .inner.has-icon h4:first-child {
	margin-top: 0;
}

@media (max-width:991px) {
	.service-sections .section-content .inner.has-icon {
		flex-direction: column;
	}
}

.service-sections .section-features + .section-stats {
	padding-top: 0;
}

.service-sections .section-features .features {
	--features-gap-x: 25px;
	--features-gap-y: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--features-gap-y) var(--features-gap-x);
}

.service-sections .section-features .features .feature {
	width: 100%;
	flex: 0 0 auto;
	position: relative;
}

@media (min-width:992px) {
	.service-sections .section-features .features .feature {
		width: calc(50% - calc(var(--features-gap-x) / 2));
	}
}

.service-sections .section-features .features.style-box .feature {
	padding: 30px;
	border-radius: 5px;
	border: 2px solid #44d6b5;
}

.service-sections .section-features .features.style-box .feature h3 {
	font-size: 21px;
}

.service-sections .section-features .features.style-box .feature h3:first-child {
	margin-top: 0;
}

.service-sections .section-features .features.style-box .feature .feature-icon {
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 9px;
	right: 10px;
}

.service-sections .section-features .features.style-box .feature .feature-icon svg {
	fill: #44d6b5;
	width: 100%;
	height: auto;
}

.service-sections .section-features .features.style-box .feature.has-box-icon h3 {
	font-size: 18px;
	text-transform: uppercase;
}

.service-sections .section-features .features.style-box .feature:not(.has-box-icon) h3 {
	margin-bottom: 20px;
}

.service-sections .section-features .features.style-box.style-var-checkmark {
	--features-gap-x: 32px;
	--features-gap-y: 16px;
}

.service-sections .section-features .features.style-box.style-var-checkmark .feature {
	display: flex;
	flex-direction: row-reverse;
	justify-content: start;
	gap: 20px;
	padding: 20px;
	border-width: 1px;
}

.service-sections .section-features .features.style-box.style-var-checkmark .feature h3 {
	font-size: 16px;
	margin-top: 7px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.service-sections .section-features .features.style-box.style-var-checkmark .feature .feature-icon {
	position: static;
}

.service-sections .section-features .features.style-box.style-var-numbered {
	counter-reset: step;
}

.service-sections .section-features .features.style-box.style-var-numbered .feature {
	counter-increment: step;
	padding: 24px 0 18px;
	padding-left: calc(112px + 25px);
	border-color: rgba(0, 0, 0, .05);
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}

.service-sections .section-features .features.style-box.style-var-numbered .feature:before {
	color: #fff;
	font-size: 50px;
	font-weight: 500;
	content: counter(step);
	width: 112px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #44d6b5;
}

.service-sections .section-features .features.style-box.style-var-numbered .feature h3 {
	font-size: 21px;
	text-transform: none;
}

@media (max-width:991px) {
	.service-sections .section-features .features.style-box.style-var-numbered .feature {
		padding-left: calc(80px + 25px);
	}
	
	.service-sections .section-features .features.style-box.style-var-numbered .feature:before {
		font-size: 28px;
		width: 80px;
	}
	
	.service-sections .section-features .features.style-box.style-var-numbered .feature h3 {
		margin-bottom: 10px;
	}
}

.service-sections .section-features .features.style-box.style-var-process {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.service-sections .section-features .features.style-box.style-var-process .feature {
	width: 100%;
	max-width: 966px;
	text-align: center;
	padding: 30px 45px;
	border-color: #eaeaea;
}

.service-sections .section-features .features.style-box.style-var-process .feature-arrow {
	display: flex;
	justify-content: center;
}

.service-sections .section-features .features.style-box.style-var-process .feature-arrow svg {
	fill: #00b68d;
	width: 37px;
	height: auto;
}

.service-sections .section-features .features.style-box.style-var-process .feature h3 {
	color: #00b68d;
	margin-bottom: 10px;
}

@media (min-width:768px) {
	.service-sections .section-features .features.style-box.style-var-process .feature {
		font-size: 21px;
	}
	
	.service-sections .section-features .features.style-box.style-var-process .feature h3 {
		font-size: 28px;
	}
}

.service-sections .section-features .features.style-box.style-var-white-border {
	--features-gap-x: 36px;
	--features-gap-y: 18px;
}

.service-sections .section-features .features.style-box.style-var-white-border .feature {
	padding: 20px;
	border-width: 1px;
	border-color: rgba(255, 255, 255, .2);
}

.service-sections .section-features .features.style-left-border {
	--features-gap-x: 55px;
	--features-gap-y: 25px;
}

.service-sections .section-features .features.style-left-border .feature {
	position: relative;
	padding-left: 20px;
}

.service-sections .section-features .features.style-left-border .feature:before {
	content: "";
	width: 7px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #44d6b5;
}

.service-sections .section-features.color-brown .features.style-box.style-var-checkmark .feature {
	border-color: rgba(255, 255, 255, .1);
}

.service-sections .section-stats {
	padding: 41px 0 35px;
	text-align: center;
}

.service-sections .section-stats .section-header {
	margin: 0 0 26px;
}

.service-sections .section-stats .section-header h2 {
	margin: 0 0 8px;
	font-weight: 300;
	font-size: 28px;
	line-height: 1.3;
}

.service-sections .section-stats .section-header .subtitle {
	font-size: 18px;
	font-weight: 300;
}

.service-sections .section-stats .val {
	display: block;
	font-size: 72px;
	line-height: 1;
	font-weight: 500;
	margin: 0 0 6px;
}

.service-sections .section-stats .val small {
	font-size: 48px;
}

.service-sections .section-stats .val span.count-number-animation + span {
	font-size: 48px;
	margin-left: 20px;
}

.service-sections .section-stats h3 {
	font-weight: normal;
	line-height: 1.25;
}

.service-sections .section-stats .row h3 {
	margin: 0 0 40px;
}

@media screen and (max-width:1239px) {
	.service-sections .section-stats .val {
		font-size: 60px;
	}
	
	.service-sections .section-stats h3 {
		font-size: 20px;
	}
}
