/* ================= Service Area ==================== */

.service {
	padding:110px 0 90px;
	overflow: hidden;	
	background:#f4f5f9;
}

.service h3 {
	position:relative;
}

.service h3:before {
	content:"";
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	background:#f4f5f9;
	height:2px;
	width:41px;
}

.service p {
	margin-bottom:0;
}

.service a,
.service a:link,
.service a:visited {
    color: #12171F;
    text-decoration: underline;
}

.service a:hover,
.service a:active {
    color: #FF0C38;
	text-decoration: underline;
}