.banner {
	padding: 15em 0;
	min-height: 850px;
	margin-top: 79px;
	width: 100%;
	background: url(../image/industration.png) no-repeat right #131415;
}

.banner h2 {
	color: #2db5a3;
}

.banner h2.title {
	border-bottom: 1px solid #2db5a3;
}

@media (max-width: 767px) {
	.banner {
		padding: 8em 0;
	}
}

.orange {
	background-color: #F6772C;
	display: inline-block;
	color: #FFF;
	padding: 5px 30px !important;
	margin-top: 10px;
}

.top-head {
	padding: 0px 0px 50px;
	text-align: center;
	text-transform: uppercase;
	font-size: 2em;
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
}

.features {
	background-color: #fff;
	padding: 50px 0px;
}

.servicebox h4 {
	font-size: 2em;
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 10px;
}

.servicebox p {
	font-size: 1em;
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
}

.servicebox a {
	text-decoration: none;
}

.servicebox:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}

.about {
	padding: 50px 0px;
	background-color: #17191b;
}



.testimonial {
	background-color: #131415;
	padding: 50px 0px 20px;
}

.testimonial p {
	font-size: 1em;
	text-align: left;
	text-indent: 2.5em;
	color: #ffffff;
	font-family: roboto;
	margin-bottom: 10px;
	padding: 5px;
	font-weight: 300;
}

.testimonial span {
	font-size: 2em;
	padding: 5px 20px;
	background: #9fc949;
	color: #ffffff;
	margin: 15px;
	display: inline-block;
}