*{
    padding: 0;
    border: 0;
    margin: 0;
}

.warp {
    width: 100%;
}

.inner {
    max-width: 1140px;
    margin: 0 auto;
}

.banner {
    height: 450px;
	width: 100%;
	margin-top: 75px;
    background-image: url('../img/banner3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section-title.center {
	padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
	font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
}
.section-title.center hr {
	height: 1px;
	width: 60px;
	margin: 0 auto;
	position: relative;
	background: #D2527F;
	border: 0;
}

#services-section {
	padding: 80px 0;
}

.space {
	margin-top: 40px;
}
#services-section i.fa {
	font-size: 40px;
	border: 2px solid #fff;
	width: 100px;
	height: 100px;
	padding: 27px 25px;
	margin-bottom: 10px;
	border-radius: 50%;
	transition: all 0.5s;
	color: #D2527F;
}
#services-section i.fa.fa-mobile {
	font-size: 50px;
	padding: 20px 25px;
}
#services-section .service:hover>i.fa {
	border: 2px solid #D2527F;
	background: #D2527F;
	color: #ffffff;
}