.section-title {
	position: relative
}

.section-title h4 {
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 10px;
	display: inline-block
}
.section-title h4:before {
	position: absolute;
	content: "";
	width: 280px;
	height: 2px;
	background-color: #d8d8d8;
	bottom: 0;
	left: 50%;
	margin-left: -140px;
}
.section-title h4:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background-color: #FF7200;
	left: 0;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}
.pt-100 {
	padding-top: 60px;
}
.pb-100 {
	padding-bottom: 100px;
}
.mb-100{
    margin-bottom:100px;
}
.services {
	background-color: #fcfcfc;
}
.single-service {
	position: relative;
	text-align: center;
	margin-bottom: 40px;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 30px 20px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16)
}
.single-service:before {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #bf0909;
	left: 0;
	top: 0;
	content: "";
	-webkit-transition: .3s;
	transition: .3s
}
.single-service:after {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #bf0909;
	right: 0;
	bottom: 0;
	content: "";
	-webkit-transition: .3s;
	transition: .3s
}
.single-service:hover:after,
.single-service:hover:before {
	width: 50%;
	height: 2px;
	-webkit-transition: .3s;
	transition: .3s
}
.single-service:hover {
	box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.10)
}
.single-service i.fa {
	font-size: 20px;
	width: 80px;
	height: 80px;
	border: 1px solid #ddd;
	line-height: 80px;
	margin-bottom: 20px;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s
}
.single-service:hover i.fa {
	background-color: #bf0909;
	color: #fff;
	border-color: #bf0909;
	border-radius: 0;
}
.single-service h4 {
	font-size: 20px;
	color:#900;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.16)
	font-weight: 400;
	margin-bottom: 15px;
	text-transform: capitalize;
}
