.section-padding {
	padding: 90px 0;
}

.wpo-about-section,
.wpo-about-section-s2 {
	padding-bottom: 70px;
}

@media (max-width: 991px) {
	.wpo-about-section,
	.wpo-about-section-s2 {
		padding-bottom: 60px;
	}
}

@media (max-width: 575px) {
	.wpo-about-section,
	.wpo-about-section-s2 {
		padding-bottom: 40px;
	}
}

/* .wpo-about-wrap */
.wpo-about-section .wpo-about-wrap .wpo-about-item,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-item {
	padding-right: 40px;
}

@media (max-width: 1199px) {
	.wpo-about-section .wpo-about-wrap .wpo-about-item,
	.wpo-about-section-s2 .wpo-about-wrap .wpo-about-item {
		padding-right: 20px;
	}
}

@media (max-width: 991px) {
	.wpo-about-section .wpo-about-wrap .wpo-about-item,
	.wpo-about-section-s2 .wpo-about-wrap .wpo-about-item {
		padding-right: 0;
	}
}

.wpo-about-section .wpo-about-wrap .wpo-about-item .wpo-about-img,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-item .wpo-about-img {
	padding: 30px;
	background: #fff;
	border: 1px solid #ddd;
}

@media (max-width: 767px) {
	.wpo-about-section .wpo-about-wrap .wpo-about-item .wpo-about-img,
	.wpo-about-section-s2 .wpo-about-wrap .wpo-about-item .wpo-about-img {
		padding: 15px;
	}
}

.wpo-about-section .wpo-about-wrap .wpo-about-item .wpo-about-img img,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-item .wpo-about-img img {
	width: 100%;
}

/* .wpo-about-text */
.wpo-about-section .wpo-about-wrap .wpo-about-text,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text {
	max-width: 530px;
	padding: 100px 0;
	padding-left: 40px;
}

@media (max-width: 1199px) {
	.wpo-about-section .wpo-about-wrap .wpo-about-text,
	.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text {
		padding: 20px 0;
		padding-left: 20px;
	}
}

@media (max-width: 991px) {
	.wpo-about-section .wpo-about-wrap .wpo-about-text,
	.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text {
		padding-left: 0;
		max-width: 100%;
	}
}

.wpo-about-section .wpo-about-wrap .wpo-about-text h2,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text h2 {
	font-weight: 400;
	font-size: 90px;
	line-height: 72px;
	color: var(--theme-color);
	margin-bottom: 30px;
	position: relative;
	z-index: 11;
	font-family: var(--heading-font2);
}

@media (max-width: 1199px) {
	.wpo-about-section .wpo-about-wrap .wpo-about-text h2,
	.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text h2 {
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.wpo-about-section .wpo-about-wrap .wpo-about-text h2,
	.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text h2 {
		font-size: 35px;
		line-height: 55px;
		margin-bottom: 10px;
	}
}

.wpo-about-section .wpo-about-wrap .wpo-about-text h2::before,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text h2::before {
	position: absolute;
	right: 102%;
	bottom: 10px;
	width: 150px;
	height: 1.5px;
	background: 	var(--theme-color);
	content: "";
}

@media (max-width: 991px) {
	.wpo-about-section .wpo-about-wrap .wpo-about-text h2::before,
	.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text h2::before {
		display: none;
	}
}

/* Even children */
.wpo-about-section .wpo-about-wrap:nth-child(even),
.wpo-about-section-s2 .wpo-about-wrap:nth-child(even) {
	margin-top: -180px;
}

@media (max-width: 1400px) {
	.wpo-about-section .wpo-about-wrap:nth-child(even),
	.wpo-about-section-s2 .wpo-about-wrap:nth-child(even) {
		margin-top: 0;
	}
}

@media (max-width: 991px) {
	.wpo-about-section .wpo-about-wrap:nth-child(even),
	.wpo-about-section-s2 .wpo-about-wrap:nth-child(even) {
		margin-top: 40px;
	}
}

/* --- 3.3 Service section --- */
.wpo-Service-section,
.wpo-Service-section-s2,
.wpo-Service-section-s3 {
	padding-bottom: 70px;
}

@media (max-width: 991px) {
	.wpo-Service-section,
	.wpo-Service-section-s2,
	.wpo-Service-section-s3 {
		padding-bottom: 40px;
	}
}

@media (max-width: 575px) {
	.wpo-Service-section,
	.wpo-Service-section-s2,
	.wpo-Service-section-s3 {
		padding-bottom: 10px;
	}
}

.wpo-Service-section .wpo-Service-item,
.wpo-Service-section-s2 .wpo-Service-item,
.wpo-Service-section-s3 .wpo-Service-item {
	padding: 15px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	position: relative;
	margin-bottom: 50px;
}

.wpo-Service-section .wpo-Service-item .wpo-Service-img,
.wpo-Service-section-s2 .wpo-Service-item .wpo-Service-img,
.wpo-Service-section-s3 .wpo-Service-item .wpo-Service-img {
	overflow: hidden;
}

.wpo-Service-section .wpo-Service-item .wpo-Service-img img,
.wpo-Service-section-s2 .wpo-Service-item .wpo-Service-img img,
.wpo-Service-section-s3 .wpo-Service-item .wpo-Service-img img {
	transform: scale(1);
	transition: all 0.3s;
	width: 100%;
}

.wpo-Service-section .wpo-Service-item:hover .wpo-Service-img img,
.wpo-Service-section-s2 .wpo-Service-item:hover .wpo-Service-img img,
.wpo-Service-section-s3 .wpo-Service-item:hover .wpo-Service-img img {
	transform: scale(1.2);
}

.wpo-Service-section .wpo-Service-item .wpo-Service-text,
.wpo-Service-section-s2 .wpo-Service-item .wpo-Service-text,
.wpo-Service-section-s3 .wpo-Service-item .wpo-Service-text {
	text-align: center;
}

.wpo-Service-section .wpo-Service-item .wpo-Service-text a,
.wpo-Service-section-s2 .wpo-Service-item .wpo-Service-text a,
.wpo-Service-section-s3 .wpo-Service-item .wpo-Service-text a {
	font-weight: 400;
	font-size: 22px;
	text-align: center;
	color: #333;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	display: block;
	width: 200px;
	height: 60px;
	line-height: 60px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	background: #fff;
}

@media (max-width: 1200px) {
	.wpo-Service-section .wpo-Service-item .wpo-Service-text a,
	.wpo-Service-section-s2 .wpo-Service-item .wpo-Service-text a,
	.wpo-Service-section-s3 .wpo-Service-item .wpo-Service-text a {
		width: 170px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}
}

.wpo-Service-section .wpo-Service-item .wpo-Service-text a:hover,
.wpo-Service-section-s2 .wpo-Service-item .wpo-Service-text a:hover,
.wpo-Service-section-s3 .wpo-Service-item .wpo-Service-text a:hover {
	color: var(--theme-color);
}

.wpo-about-section .wpo-about-wrap .wpo-about-text p, .wpo-about-section-s2 .wpo-about-wrap .wpo-about-text p {
	margin-bottom: 40px;
}
.wpo-about-section .wpo-about-wrap:nth-child(even) .wpo-about-text, .wpo-about-section-s2 .wpo-about-wrap:nth-child(even) .wpo-about-text {
	padding-right: 40px;
	padding-left: 0;
	margin-left: auto;
	text-align: right;
	padding-top: 290px;
}
.wpo-about-section .wpo-about-wrap:nth-child(even) .wpo-about-text h2:before, .wpo-about-section-s2 .wpo-about-wrap:nth-child(even) .wpo-about-text h2:before {
	left: 102%;
	right: auto;
	bottom: 10px;
}


.process-wrap .process-item {
	margin-bottom: 30px;
	padding: 26px;
	border: 1px solid #ebebeb;
}
.process-wrap .process-item .process-icon {
	margin-bottom: 10px;
}
 .process-wrap .process-item .process-icon .fi:before {
	font-size: 45px;
	color: var(--theme-color);
}



