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

}
@media only screen and (max-width: 991px) {
.container {
 	max-width: 100%;
}
.header-contact ul li.location {
	display: none;
}
.header.sticky {
	padding-bottom: 110px;
}
.header.fixed {
	padding-top: 110px;
}
.header-logo {
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header-logo .logo-link {
	display: inline-block;	
}
.site-title {
	margin: 6px 0;
	float: left;
}
.header-outer .container {
	padding: 0;
}
.header-menu {
	width: 100%;
	display: table;	
}
.nav-menu {
 	float: left;
	 width: 100%;
}
.navbar-light .navbar-toggler{
 	border: none;
}
.navbar-dark .navbar-toggler {
	border: none;
	color: rgb(255, 255, 255);
}
.navbar-toggler {
	float: right;
	margin: 5px 0;
	padding: 5px 15px;
	font-size: 16px;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler-icon {	
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-collapse {
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	min-width: 270px;
	box-shadow: 0 3px 2px rgba(0,0,0,0.3);
	z-index: 100;
	left: 0;
}
.navbar-nav {
	margin: 0;
	text-align: left;
	padding: 15px;
}
.navbar-nav li {
 	display: block;
 	white-space: inherit;
 	width: 100%;
}
.navbar-nav li > a {
	 border-bottom: 1px solid #dbdbdb;
	 color: #212121;
 	margin: 0 0 3px;
 	padding: 7px 5px;
}
.navbar-nav > li:first-child > a {
 	padding-left: 5px;
}
.navbar-nav li > a:hover::before, 
.navbar-nav li.current-menu-item > a::before, 
.navbar-nav li.current_page_item > a::before, 
.navbar-nav li:hover > a::before, 
.navbar-nav li.current_page_ancestor > a::before, 
.navbar-nav li.current-page-parent > a::before {
	display: none;
}
.navbar-nav > li.menu-item-has-children > a::after {
	display: none;
}
.navbar-nav li.menu-item-has-children::after {
 	color: #2a2a2a;
 	content: "\f067";
 	display: block;
 	font-family: "Font Awesome 5 Free";
	font-weight: 600;
 	height: 36px;
 	line-height: 36px;
 	position: absolute;
 	right: 0;
 	text-align: center;
 	top: 0;
 	width: 36px;
 	z-index: 99;
}
.navbar-nav li.menu-item-has-children.open::after {
 	content: "\f068";
}
.navbar-nav li:hover .sub-menu {
 	opacity: 0;
 	visibility: hidden;
}
.navbar-nav li.open > .sub-menu {
 	-moz-animation: none;
 	-webkit-animation: none;
 	animation: none;
 	display: block;
 	opacity: 1;
 	visibility: visible;
}
.navbar-nav .sub-menu {
 	background-color: transparent;
 	border: medium none;
 	box-shadow:none;
 	display: none;
 	float:none;
 	padding-left: 15px;
 	position: static;
 	width:100%;
}
.navbar-nav li .sub-menu a {
 	padding: 7px 5px;
 	color: #2a2a2a;
}
.navbar-nav .sub-menu a:hover {
 	background-color: transparent;
 	color: #c0c0c0;
}
.navbar-nav li > a:hover, 
.navbar-nav li.current-menu-item > a, 
.navbar-nav li:hover > a, 
.navbar-nav li.current-menu-ancestor > a {
	background-color: transparent;
	color: #ff7070;
}
.navbar-nav li .sub-menu li > a:hover, 
.navbar-nav li .sub-menu li.current-menu-item > a:hover, 
.navbar-nav li .sub-menu li:hover > a, 
.navbar-nav li .sub-menu li.current-menu-ancestor > a:hover {
	background-color: transparent;
	color: #f06363;
}
}
@media only screen and (max-width: 767px) {
.header.fixed {
	padding-top: 0;
}
.header-fixed {
	position: static;
}
.header-transparent, 
.header-transparent.transparency {	
	position: static;	
}
.header.sticky {
	padding-bottom: 0;
}
.header-sticky,
.header-sticky.sticked {
 	position: static;
}
.header-top-left {
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
}
.header-top-right {
	display: block;
	text-align: center;
	padding: 0;
}
.header-top-left > ul > li > a, 
.header-top-right > ul > li > a {
	padding: 10px 10px 10px 10px;
}
.header-logo {	
	-ms-flex-pack: center;
	justify-content: center;
}
.header-contact {
	display: flex;
	justify-content: center;
}
.header-call {
	justify-content: center;
	margin-bottom: 15px;
}
.header-call a {
	width: 100%;
}
.copyright {
 	text-align: center;
}
.copyright p {
	margin: 10px 0;	
}
.footer-bottom-right {
	text-align: center;
}
.footer-social-icon {
 	margin: 0 0 7px;
 	text-align: center;
}
.whyus-enquiry-section {
	background: linear-gradient(to bottom, #c09578 50%, #000 0%);
	padding-bottom: 0;
}
.whyus-section {
	margin: 25px 0 25px;
}
}
@media only screen and (max-width: 575px) {

}
 @media only screen and (max-width: 479px) {
.h1, h1 {
 	font-size: 24px;
}
}