/* ==== Intro slider images ==== */

#slide_1 {
	background: #000 url(../../../images/banner1.jpg) no-repeat;
}

#slide_2 {
	background: #000 url(../../../images/banner2.jpg) no-repeat;
}

#slide_3 {
	background: #000 url(../../../images/banner3.jpg) no-repeat;
}

@media (min-width: 1920px) {
	#slide_1, #slide_2, #slide_3 {
		background-size: cover;
	}

}

@media (max-width: 1024px) {
	#slide_1, #slide_2, #slide_3 {
		background-size: 2000px auto;
		background-position: center top;
		padding-top: 60px;
	}

}

.slider_heading h1{
      padding: 20px 20px;
    background-color: rgba(0,0,0,.3);
}

/* ==== Services / Details / Customers ==== */

#section2{
  background-color: #EFEFEF;
}
/*
.fa-smile-o {
	color: #333;
	background: #ff0;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}*/