
.service{ float: left;  overflow: hidden; position: relative; text-align: center;}
.service .iconset-box {
	border-radius: 50% 0 50% 50%;
	height: 140px;
	line-height: 56px;
	margin-bottom: 30px;
	padding: 35px;
	position: relative;
	text-align: center;
	width: 140px;
	margin:0 auto;
	z-index: 100;
}
.iconset-box .icoset span {
	font-size: 58px;
	padding: 5px;
	color: #fff;
}
.service .iconset-box::before {
 border: 1px dashed #f1f1f1;
 border-radius: 50% 0 50% 50%;
 content: "";
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 transition: all 700ms ease 0s;
 width: 100%;
 z-index: -999;
 background:#ff2f00;
}
.service:hover .iconset-box::before {
 border-color: #fb2f64;
 transform: rotate(135deg);
}
.service .iconset-box .icon {
	color: #fb2f64;
	font-size: 36px;
	position: relative;
	z-index: 2;
}
.service h3 {
	color: #333;
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 40px;
}
.service p {
	color: #333;
	font-size: 13px;
	letter-spacing: 1px;
}
