@media only screen and (max-width: 1199px) {
	.container {
		max-width: 100%;
		padding: 0 15px;	
	}
	.container-custom {	
		padding: 0 15px;		
	}
	.header.sticky {
		padding-bottom: 60px;
	}
	.header.fixed {
		padding-top: 60px;
	}	
	.header-logo .logo-link {
		padding: 10px 0;
	}
	.header-logo .logo-link .logo {
		max-height: 40px !important;
	}
	.site-title {
		margin: 5px 0;		
	}
	.header-call {
		margin-right: 15px
	}	
	.nav-menu {
		display: block;
	}
	.menu-open {
		overflow: hidden;
	}
	.navbar-light .navbar-toggler{
		border: none;
	}
	.navbar-dark .navbar-toggler {
		border: none;
		color: rgb(255, 255, 255);
	}	
	.navbar-collapse.show .navbar-toggler {
		margin: 0;
		padding: 11px 8px;		
		position: fixed;
		top: 0;
		right: 0;
		width: 40px;
		z-index: 1002;
	}
	.navbar-toggler {
		margin: 10px 0;
		padding: 7px 0;
		position: static;
		width: auto;
	}
	.navbar-toggler:hover, .navbar-toggler:focus{
		outline: none;
	}	
	.navbar-toggler span {
		background-color: #262626;
		height: 2px;
		width: 20px;
		display: block;
		margin: 0px auto 6px;
		position: relative;
		transition: all .2s ease-in-out;
	}
	.navbar-toggler .menu-bar-one {
		bottom: -8px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		animation: burger-hover 1s infinite ease-in-out alternate;
	}
	.navbar-toggler .menu-bar-two {	
		animation: burger-hover 1s infinite ease-in-out alternate forwards .4s;
		opacity: 0;
	}
	.navbar-toggler .menu-bar-three {	
		margin-bottom: 0;	
		animation: burger-hover 1s infinite ease-in-out alternate forwards .2s;
		top: -8px;
		-webkit-transform: rotate(-225deg);
		transform: rotate(-225deg);
	}
	.navbar-toggler.collapsed .menu-bar-one {
		bottom: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.navbar-toggler.collapsed .menu-bar-two {
		opacity: 1;			
		left: 5px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.navbar-toggler.collapsed .menu-bar-three {			
		top: 0;		
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}		
	.navbar-toggler span.navbar-menu-icon {
		color: rgba(0,0,0,0.7);
		font-size: 20px;
		margin-right: 5px;
	}
	.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, 1)' 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 {
		background-color: #fff;
		border-top: none;
		box-shadow: 0 3px 2px rgba(0,0,0,0.3);
		min-width: 270px;
		left: -100%;
		width: 100%;
		position: fixed;
		top: 0;		
		height: 100%;
		padding: 40px 0 20px;
		overflow-y: scroll;
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		z-index: 1000;
	}
	.navbar-collapse::before {
		content: "Menu";
		position: absolute;
		top: 0;
		left: 0;
		background-color: #e0e0e0;
		width: 100%;
		height: 40px;
		padding: 10px 40px 10px 15px;
	}
	.navbar-collapse.show {
		left: 0;
	}
	.navbar-nav {		
		padding: 0 15px;		
	}
	.navbar-nav > li {
		border-bottom: 1px solid #dbdbdb;
		display: block;
		white-space: inherit;
		width: 100%;
		position: relative;
	}
	.navbar-nav > li > a {
		display: inline-block;
		margin: 0;
		padding: 10px 0;
		font-size: 14px;
		line-height: 20px;
		text-transform: capitalize;
	}
	.navbar-nav > li.menu-item-has-children > a::after, 
	.mega-menu-item li.menu-item-has-children > a::after {
		display: none;
	}
	.navbar-nav li.menu-item-has-children::after {
		border-left: 1px solid #f0f0f0;
		color: #262626;
		content: "\f067";
		display: block;
		font-family: "Font Awesome 5 Free", sans-serif;;
		font-weight: 600;
		height: 36px;
		line-height: 36px;
		position: absolute;
		right: 0;
		text-align: center;
		top: 4px;
		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: 10px;
		position: static;
		width:100%;
	}
	.navbar-nav li .sub-menu li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);		
	}
	.navbar-nav li .sub-menu li a {
		border: none;
		display: inline-block;
		padding: 8px 5px;
		color: #262626;
		line-height: 20px;
	}
	.navbar-nav .sub-menu a:hover {
		background-color: transparent;
		color: #676767;
	}
	.navbar-nav > li.menu-item-has-children > a::after {	
		float: right;
	}		
}
@media only screen and (max-width: 991px) {
	h2.section-title {
		font-size: 24px;
	}
	.slider-summery {	
		width: 100%;		
	}
	.slider-content {	
		text-align: center;
	}
	.slider-description {
		max-width: 100%;	
	}
	.about-section {
		padding: 50px 0 20px;
		margin-bottom: 30px;
	}
	.about-content h1, .about-content h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.about-content h4 {
		margin-bottom: 10px;
	}
	.about-content p {
		line-height: 24px;
	}
	.product-section.section {
		padding: 30px 0 25px;
		margin: 0;
	}
	.product-wrapper .row {
		margin-left: -7.5px;
		margin-right: -7.5px;
	}
	.product-wrapper .product-item {
		padding: 0 7.5px;
		margin-bottom: 15px;
	}
	.product-summery {
		padding: 10px 10px 10px;		
	}
	.product-title {
		font-size: 15px;
	}
	.service-section {
		padding: 20px 0 15px;
		margin-bottom: 0;
		background-size: contain;
	}
	.service-wrapper .row {
		margin-left: -7.5px;
		margin-right: -7.5px;
	}
	.service-wrapper .service-item {
		padding: 0 7.5px;
		margin-bottom: 15px;
	}
	.service-overlay-summery {
		padding: 10px;
	}
	.service-title {
		font-size: 14px;
	}
	.service-content {
		margin: 7px 0;
	} 
	.service-content p {
		font-size: 12px;
		line-height: 18px;
	} 
	.list-blocks-section {
		padding: 20px 0;
		margin-bottom: 15px;
		background-size: contain;
	}
	.list-block .row {
		margin-left: -7.5px;
		margin-right: -7.5px;
	}
	.list-block-item {
		padding: 0 7.5px;
		margin: 0 0 15px;
	}	
	.blog-section {
		margin-bottom: 20px;	
	}
	.testimonial-section {
		padding: 50px 0 120px;
		margin-bottom: 30px;
		background-position: center left;
	}
	.information-section {
		padding: 30px 0;
		margin-bottom: 20px;
		background-position: top center;
	}
	.enquiry-section {
		padding: 20px;
	}
	.client-section {
		margin-bottom: 50px;
	}
	.footer-call-wrap {
		padding: 30px 20px;
	}
	.footer-call-btn {
		white-space: nowrap;
	}	
	
}
@media only screen and (max-width: 767px) {
	.header-top-left {
		text-align: center;	
	}
	.header-top-right {
		text-align: center;
		display: none;
	}
	.header-top-left > ul > li > a, .header-top-right > ul > li > a {
		padding: 10px 5px;
		font-size: 12px;
		line-height: 15px;
	}
	.header-top-right > ul > li:last-child > a {
		padding-right: 5px;
	}
	.header-call .btn {
		padding: 6px 11px;
		font-size: 13px;
	}
	.footer-call-wrap {
		flex-wrap: wrap;
		padding: 15px;
	}
	.footer-call-number {
		font-size: 18px;
		width: 100%;
		margin-bottom: 10px;
	}
	.footer-top {
		padding: 30px 0 0;
	}
	.footer-column {
		margin-bottom: 20px;
	}
	.footer-widget-title {	
		font-size: 18px;	
		margin: 0 0 7px 0;
		line-height: 24px;
	}
	.footer-bottom {		
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
	}
	.copyright {
		text-align: center;
	}
	.copyright p {
		margin: 10px 0;	
	}
	.footer-bottom-right {
		text-align: center;
	}
	.footer-social-icon {
		margin: 5px 0;
		text-align: center;
	}	
	.footer-social {
		margin: 0 0 25px;
	}
	.section-header {
		margin: 0 0 20px;
	}
	.section-header.section-header-withallbtn {		
		padding-right: 0;
	}
	.section-header-withallbtn .view-all {
		position: static;
		margin: 10px 0 0 0;
	}
	.section-title {
		font-size: 24px;
	}
	.section-subtitle {
		padding: 5px 20px;
		font-size: 13px;
		line-height: 20px;
	}
	.text-center .section-description {
		margin: 10px auto 0;
	}
	.section-description {
		margin-top: 10px;	
	}
	.slick-arrow {
		width: 35px;
		height: 35px;
		font-size: 20px;
	}
	.slider-subheading {	
		font-size: 16px;
	}
	.slider-heading {	
		font-size: 30px;
		margin: 10px 0;
	}
	.slider-description {	
		font-size: 13px;
	}
	.about-section {
		padding: 30px 0 20px;
		margin-bottom: 20px;
	}
	.about-image {
		margin-top: 20px;
	}
	.about-content h1, .about-content h2 {
		font-size: 24px;
	}
	.about-content h4 {	
		font-size: 16px;
	}
	.about-content p {
		line-height: 24px;
	}
	.product-wrapper .row {
		margin-left: -5px;
		margin-right: -5px;
	}
	.product-wrapper .product-item {
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.product-item {	
		margin-bottom: 15px;
	}		
	.product-title {
		font-size: 14px;
	}	
	.service-wrapper .row {
		margin-left: -5px;
		margin-right: -5px;
	}
	.service-wrapper .service-item {
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.service-item {		
		margin-bottom: 15px;
	}
	.list-blocks-section {
		padding: 20px 0 0;
		margin-bottom: 0;
		background-size: contain;
	}
	.list-block .row {
		margin-left: -5px;
		margin-right: -5px;
	}
	.list-block-item {
		padding: 0 5px;
		margin: 0 0 10px;
	}	
	.list-block-wrap {
		padding: 10px;
	}
	.list-block-icon {
		width: 60px;
		height: 60px;
		padding: 10px;
	}
	.list-block-title {
		font-size: 15px;
	}
	.list-block-desc {
		font-size: 13px;
	}
	.blog-section {
		margin-bottom: 0;
	}
	.testimonial-section {
		padding: 50px 0 80px;
		margin-bottom: 0;
	}
	.information-section {
		margin-bottom: 0;
	}
	.client-section {
		margin-bottom: 30px;
	}	
	.page-banner-image .page-banner-title {	
		font-size: 24px;
		margin: 0 0 10px;
	}	
	.masonry-wrapper {
		margin: 0 -7px;
	}
	.ms-item {
		padding: 7px;
	}
	.content-wrapper {
		padding: 15px 0;
	}
	.client-wrapper .row{
		margin-left: -5px;
		margin-right: -5px;
	}
	.client-item {
		padding: 5px;
	}	
	.video-item {
		margin-bottom: 15px;
	}
	.video-wrap iframe {
		width: 100%;
		height: 100%;
		min-height: 250px;
	}
}
@media only screen and (max-width: 575px) {
	.h1, h1 {
		font-size: 24px;
   }
}
