.single-service .add {
    font-size: 16px;
    height: 120px;
    text-align: left;
}

.services {
	background-color: #FBFBFB;
}
.single-service {
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 30px 20px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
	/*max-height: 280px;
	min-height: 240px;
	height: 280px;*/
    background-color:#fff; 
}
.single-service:before {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #ed1f24;
	left: 0;
	top: 0;
	content: "";
	-webkit-transition: .3s;
	transition: .3s
}
.single-service:after {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #ed1f24;
	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: 30px;
    width: 150px;
    height: 150px;
	border: 1px solid #ddd;
	line-height: 80px;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s;
    color: #094289;
}
.single-service:hover i.fa {
	background-color: #f2f2f2;
	color: #fff;
	border-color: #45b6df;
	border-radius: 0;
}
.single-service h4 {
    font-size: 20px;
    font-weight: bold;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.single-service p {
	font-size: 18px;
	line-height: 1.8;
}

.fa-th-large{
    font-size: 0px!important;
    background-image: url("icon1.png");
    background-repeat: no-repeat;
}

.single-service:hover i.fa-th-large {
    font-size: 0px!important;
    background-image: url("icon1.png")!important;
    background-repeat: no-repeat;
}

.fa-th{
    font-size: 0px!important;
    background-image: url("icon2.png");
    background-repeat: no-repeat;
}

.single-service:hover i.fa-th {
    font-size: 0px!important;
    background-image: url("icon2.png")!important;
    background-repeat: no-repeat;
}
.fa-house{
    font-size: 0px!important;
    background-image: url("icon3.png");
    background-repeat: no-repeat;
}

.single-service:hover i.fa-house {
    font-size: 0px!important;
    background-image: url("icon3.png")!important;
    background-repeat: no-repeat;
}

.fa-restaurant{
    font-size: 0px!important;
    background-image: url("icon4.png");
    background-repeat: no-repeat;
}

.single-service:hover i.fa-restaurant {
    font-size: 0px!important;
    background-image: url("icon4.png")!important;
    background-repeat: no-repeat;
}

body {
	font-size:13px;
	font-family: 'Roboto','Microsoft YaHei', 'Microsoft JhengHei', sans-serif;
}

.line {
    border-bottom: 5px solid #1f87c2 !important;
    width: 30%!important;
}

.banner-title {
    font-size: 9px;
    line-height: 1.8;
}

body * {
    text-shadow: unset;
}

