@media only screen and (min-width: 1400px) and (max-width: 4000px) {
}
 @media only screen and (min-width: 1200px) and (max-width: 1199px) {
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
}
 @media only screen and (max-width: 991px) and (min-width: 768px) {
}
 @media only screen and (max-width: 767px) {

.hero-content-inner{
	text-align:center;
}
.banner-caption h1{
	font-size:35px;
}
.banner-caption h4{
	font-size:20px;
	line-height:1.4rem;
}
.banner_contact{
	font-size:18px;
	padding:14px 0;
}
.contact-section {
  height: auto;
  padding: 50px 0;
  text-align: center;
}
.footer-colm {
  margin: 0 0px 20px;
}


}
