/* 9. Services */
.services-wrapper2 {
	padding: 0 50px;
}
.section-title2 p {
	margin-bottom: 0;
	margin-top: 15px;
	padding: 0 55px;
	line-height: 28px;
}
.single-services2 {
	border-radius: 5px;
	box-shadow: 0px 0px 43px 0px rgba(40, 11, 72, 0.11);
	background: #fff;
}
.services-thumb2 img {
	width: 100%;
}
.services-content2{
	padding: 0 30px 35px;
	border-top: 4px solid transparent;
	transition: .3s linear;
	position: relative;
	z-index: 1;
}
.services-icon2 {
	height: 115px;
	width: 115px;
	text-align: center;
	line-height: 82px;
	background: #fff;
	border-radius: 50%;
	font-size: 40px;
	color: #ff4800;
	position: relative;
	margin-bottom: -30px;
	z-index: -1;
	margin-top: -40px;
    
}
.services-icon2 i {
	line-height: 1;
}
.services-content2 h3 {
	font-size: 18px;
	margin-bottom: 5px;
}
.services-content2 h3 a {
	display: inline-block;
}
.services-content2 h3 a:hover {
	color: #ff4800;
}
.services-content2 span {
	font-size: 15px;
	color: #ff4612;
	font-weight: 900;
	font-family: 'Playfair Display', serif;
	display: block;
	margin-bottom: 20px;
}
.services-content2 p {
	margin-bottom: 0;
}
.services-content2::before {
	content: "";
	position: absolute;
	height: 123px;
	width: 124px;
	background: #18364a;
	border-radius: 50%;
	left: 32%;
	top: 14%;
	transition: .3s linear;
	z-index: -2;
	opacity: 0;
}

.services-content2::after {
	content: "";
	/* position: absolute; */
	left: 25px;
	/* top: 0; */
	height: 85px;
	width: 130px;
	background: #fff;
	z-index: -2;
}
.single-services2:hover .services-content2 {
	border-color: #18364a;
}
.single-services2:hover .services-content2::before {
	opacity: 1;
}


