
#service{ float: left;  overflow: hidden; position: relative; text-align: center;}
#service .iconset-box {
	border-radius: 50% 0 50% 50%;
	height: 45px;
	line-height: 20px;
	padding: 50px;
	position: relative;
	text-align: center;
	width: 45px;
	margin:0 auto;
	z-index: 1;
}
#service .newsbox_sett:hover .order{background:#8ec72c;color: #fff;}
#service .iconset-box .order{font-size:17px;font-weight:bold;color: #8ec72c;background-color:#fff;border:5px solid #f5f3f0;border-radius:50%;height:34px;width:34px;display:flex;justify-content:center;align-items:center;align-self:center;position:absolute;top:-10px;left:-10px;z-index:2}
.iconset-box .icoset span {
	font-size: 50px;
	color: #fff;
}
#service .iconset-box::before {
 border: 1px dashed #f1f1f1;
 border-radius: 50% 0 50% 50%;
 content: "";
 height: 100%;
 left: 0;
 right: 0;
 position: absolute;
 top: 0;
 transition: all 700ms ease 0s;
 width: 100%;
 z-index: -999;
 background:#8ec72c;
}
.newsbox_txinfo {
opacity: 0.2;
-webkit-transition: all 400ms linear;
-moz-transition: all 400ms linear;
-o-transition: all 400ms linear;
transition: all 400ms linear;
}
#service:hover .newsbox_txinfo {
opacity: 1;
}
#service:hover .iconset-box::before {
 border-color: #8ec72c;
 transform: rotate(135deg);
 color: #8ec72c;
 background-color:#fafafa;
}
#service .iconset-box .icon {
	color: #fb2f64;
	font-size: 20px;
	position: relative;
	z-index: 2;
}
#service .newsbox_sett:hover span{color: #8ec72c;}
#service h3 {
	color: #333;
	font-size: 17px;
	margin-bottom: 10px;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 40px;
}
#service p {
	color: #333;
}
.newsbox_sett {padding: 20px;}