#service span{
	display: inline-block;
	text-decoration: none;
	color: inherit;
}
#service .section-head{
	margin-bottom: 60px;
}
#service .section-head h4{
	position: relative;
	padding: 0;
	color: #f91942;
	line-height: 1;
	letter-spacing: 0.3px;
	font-size: 34px;
	font-weight: 700;
	text-align: center;
	text-transform: none;
	margin-bottom: 30px;
}
#service .section-head h4::before{
	content: '';
	width: 60px;
	height: 3px;
	background: #f91942;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#service .section-head h4 span{
	font-weight: 700;
	padding-bottom: 5px;
	color: #2f2f2f;
}
#service .section-head p{
	color: #818181;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
#service .item{
	background: #fff;
	text-align: center;
	padding: 30px 25px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
	border-radius: 20px;
	margin-bottom: 30px;
	border: 5px solid rgba(0, 0, 0, 0.07);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
#service .item:hover{
	background: #f91942;
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
#service .item:hover .item,
#service .item:hover span.icon{
	background: #fff;
	border-radius: 10px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
#service .item:hover h6,
#service .item:hover p{
	color: #fff;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
#service .item .icon{
	font-size: 40px;
	margin-bottom: 25px;
	color: #f91942;
	width: 90px;
	height: 90px;
	line-height: 96px;
	border-radius: 50px;
}
#service .item .feature_box_col_one{
	background: rgba(247, 198, 5, 0.2);
	color: #f91942;
}
#service .item .feature_box_col_two{
	background: rgba(255, 77, 28, 0.15);
	color: #f91942;
}
#service .item .feature_box_col_three{
	background: rgba(0, 147, 38, 0.15);
	color: #f91942;
}
#service .item .feature_box_col_four{
	background: rgba(0, 108, 255, 0.15);
	color: #f91942;
}
#service .item .feature_box_col_five{
	background: rgba(146, 39, 255, 0.15);
	color: #f91942;
}
#service .item .feature_box_col_six{
	background: rgba(23, 39, 246, 0.15);
	color: #f91942;
}
#service .item p{
	font-size: 15px;
	line-height: 26px;
}
#service .item h6{
	margin-bottom: 26px;
	color: #2f2f2f;
}