img{
	max-width: 100%;
	height: auto;
}
.top-header{
	padding: 30px 0;
}
.top-header a{
	text-decoration: none;
	color: #2c2c2c;
}
.top-header a:hover{
	text-decoration: none;
	color: #2c2c2c;
}
.fa-icon-wrap{
	padding-top: 10px;
	font-size: 20px;
	text-align: left;
}
.fa-icon-wrap i{
	font-size: 25px;
	padding: 18px;
	background-color: #fff;
	color: #192a56;
	
	border-radius: 50%;
	border: 3px solid #192a56;
	float: left;
	margin-right: 15px;
		transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.fa-icon-wrap i:hover{
	background-color: #192a56;
	
	color: #fff;
}
.fa-icon-wrap span{
	color: #192a56;
}
/*owl*/
.owl-prev{
  position: absolute;
  left: -5px;
  padding: 10px;
  color: #000;
  background: rgba(255,255,255,0.5);
  top: 45%;
}
.owl-next{
  position: absolute;
  right: -5px;
  padding: 10px;
  color: #000;
  background: rgba(255,255,255,0.5);
  top: 45%;
}
.no-padding{
	padding: 0 !important;
}
.welcome-img-about{
	width: 100%;
	height: 100%;
	background: url(../images/welcome.jpg);
	background-size: cover;
}
.welcome-img-services{
	width: 100%;
	height: 100%;
	background: url(../images/a.jpg);
	background-size: cover;
}
.welcome-img-metering{
	width: 100%;
	height: 100%;
	background: url(../images/b.jpg);
	background-size: cover;
}
.welcome-img-contact{
	width: 100%;
	height: 100%;
	background: url(../images/contact.jpg);
	background-size: cover;
}	
.welcome-txt{
	padding: 80px;
}
.welcome-txt h1{
	font-size: 60px;
	padding-bottom: 25px;
	color: #2c2c2c;
}
.welcome-txt h1 span{
	color: #6D8E01;
}
.welcome-txt h3{
	text-transform: capitalize;
	color: #2c2c2c;
}
.welcome-txt h5{
	padding-bottom: 25px;
	color: #2c2c2c;
	line-height: 1.5;
}
.welcome-txt p{
	color: #a1a1a1;
	padding-bottom: 25px;
}
.welcome-txt .btn{
	padding: 15px 35px;
	border-radius: 0;
}


/*Contact sectiom*/
.content-header{
	color:#fcc500;
	font-size: 45px;
}

.section-content{
	text-align: center;

}
#contact{
	padding: 60px 0;
	width: 100%;
	background: url('../images/footer.jpg') no-repeat;
	background-size: cover;
}
.contact-section{
	padding-top: 40px;
}

.form-line{
	border-right: 1px solid #B29999;
}

.form-group{
	margin-top: 10px;
}
label{
	font-size: 1.3em;
	line-height: 1em;
	font-weight: normal;
}
.form-control{
	font-size: 1.3em;
	color: #080808;
}
textarea.form-control {
	height: 125px;
	/* margin-top: px;*/
}

.submit{
	font-size: 1.1em;
	float: right;
	width: 150px;
	color: #fff;
}
.contact-small{
	padding: 60px 90px;
}

.footer-wrap{
	padding: 20px 0;
	background-color: #251D1A;
	color: #fff;
}
.footer-wrapper p{
	padding-top: 15px;
}

/*servcies page wrap*/
.services-metering-wrap{
	background-color: #FFFFE0;
}
.boxes-wrap{
	padding: 60px 0;
}
.boxes-wrap .item{
	padding: 20px 0;
}
.boxes-wrap .item .img{
	padding: 10px 0 15px 0;
}
.boxes-wrap .item .img img{
	padding: 5px;	
}
/*gallery page wrap*/
.gallery-page-wrap{
	padding: 60px 0;
}
.gallery-page-wrap img{
	width: 24%;
	padding: 5px;
}


/*media query*/
@media only screen and (min-width: 768px) {
	.boxes-wrap{
		background-color: #e8f7fc;
	}
}
@media only screen and (max-width: 768px) {
    .services-wrap{
    	background-color: #FFFFE0;
    }
    .contact-wrap{
    	background-color: #FFFFE0;
    }
    .gallery-page-wrap img{
	width: 49%;
	}
}
@media only screen and (max-width: 425px) {
	.welcome-txt {
    padding: 40px;
	}
	.gallery-page-wrap img{
	width: 100%;
	}
}
@media only screen and (max-width: 350px) {
	.welcome-txt {
    padding: 10px;
	}	
}