@media (min-width: 1400px) and (max-width: 1920px) {
	
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 991px){

}

@media (max-width: 1023px) {
	header{position: fixed; right: 0; top: 0; left: 0;padding: 5px 0;}
	.navbar-brand img { width: 150px; }
	.hidden-xs{ display: none; }
	.header-top{ display: none; }
	header{ padding: 0; }
	.navbar-collapse{ float: inherit !important; margin-top: 10px; }
	.navbar-nav .nav-item, .navbar .dropdown-menu div[class*="col"]{ margin: 0 !important; padding: 0 !important; }
	.navbar-nav .dropdown-menu .nav-link { font-size: 14px; color: #555 !important; }
	.navbar .dropdown-menu {padding: 0px !important;}
	.navbar .dropdown-menu img, .navbar .dropdown-menu .display-6 { display: none; }
	.navbar{ padding: 5px 0 !important; }
	.display-3{ font-size: 2.5rem; }
	.video { margin-top: 60px; height: 200px !important; min-height: inherit; }
	.display-4 {font-size: 24px;}
	.display-5{font-size: 20px;}
	.feature{ text-align: center; }
	.feature .icon img {margin: 0 auto 15px;}
	.feature p{ height: inherit; }
	.benefits{ margin: 30px 0 0; }
	.benefits li{ font-size: 16px; background-size: 20px; }
	h6{font-size: 14px;}
	.about-video {height: 250px; min-height: 250px;}
	.services .text-right{ text-align: left !important; }
	.section.enquiry-bg{ height: inherit; }
	.counter-content{ margin-bottom: 50px; }
	.client-slider .owl-nav { display: none; }
	.footer-bottom .text-left, .footer-bottom .text-right{ text-align: center !important; }
	
}