@media (max-width: 1200px) {
}
 @media (max-width: 1024px) {
}
 @media (max-width: 991px) {
}
 @media(max-width:768px) {
	 
	 .reverse {
    flex-direction: column-reverse;
    padding: 20px 0px;
}
.banner-info img {
	display: none;
}
.overlay img {
    display: none;
}
.social-Icons ul li {
	margin: 0px auto;
	display: contents;
}
.main-header .logo-wrap {
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	width: 87px;
	margin-top: 0px;
	display: inline-table;
	position: absolute;
}
.banner-wrapper {
	width: 100%;
	position: relative;/* margin-top: -10px; */
}
.main-header {
	-webkit-transition: top 0.2s ease-in-out;
	transition: top 0.2s ease-in-out;
	background: none;
	padding: 0px;
	width: 100%;
	position: relative;
	z-index: 999999;
}
section.banner-inner {
    height: 101px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 48px;
}
.marginadjust {
	margin-top: auto;
	position: inherit;
	margin-bottom: 0px;
}
.overlay h1 {
    color: #fff;
    background: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    margin-top: 42px;
    text-align: left;
}
.contact-wrap {
	padding: 40px 0;
}
.banner-wrapper .banner h1, .banner-wrapper .banner h2, .banner-wrapper .banner h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	text-align: left;
}
.item.slick-slide {
	height: 100%;
	background-size: cover;
	height: 206px;
}
.banner-info {
	margin-top: -200px;
	float: left;
	width: 100%;
}
h1.vc_custom_heading {
	font-size: 25px !important;
}
}
 @media(max-width:650px) {
}
 @media(max-width:480px) {
}
