
/* Service Style 8 Css */

.style-8 .single-service:hover .box-icon i.fa {
	border-radius: 50%;
	background-color: #0bbbc1;
	color: #fff;
	border-color: #0bbbc1;
}
.box-icon {
	float: left;
}
.box-content {
	padding-left: 75px;
}
.box-icon i.fa {
	border-radius: 0px;
	text-align: center;
}
.box-content a {
	margin-top: 5px;
}
.box-icon i.fa {
	border-radius: 0px;
	text-align: center;
	border: 1px solid #0bbbc1;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	color: #0bbbc1;
	-webkit-transition:.4s;
	transition:.4s
}
.style-8 .single-service {
	border-right: 3px solid #0bbbc1;
	border-bottom: 3px solid #0bbbc1;
	padding: 25px;
	margin-bottom: 70px;
	border-radius: 3px;
}
