/* DETAILS
==================================================
	Theme Name: 	
	Author: Onqanet Technologies
	Author URI: http://onqanet.com
==================================================
*/
/******************************MEDIA QUERIES***********************/
@media (min-width:2280px) {
.container {
	width: 2100px;
}
}
@media (min-width:1900px) {
.container {
	width: 1700px;
}
}
@media (min-width:1600px) {
.container {
	width: 1400px;
}
}
@media screen and (max-width: 1280px) {
.about {
	padding: 20px;
	position: relative;
	margin: 10px 0 10px 0;
}
.service-sec {
	padding: 20px 0 0;
}
.menu li a {
	margin: 45px 20px;
}
}
@media screen and (max-width: 1100px) {
	
}

 @media screen and (max-width: 980px) {
.container{
	width:960px;	
}
 }
 @media screen and (max-width: 850px) {
     .mobile-menu {display:block;}
     
     .menu-toggle .fa {
	display: block;
}
     .appo-sec form {
	padding: 0;

}
     .test .site-title h2 {
	font-size: 26px;
}
     .site-title h2 {
	font-size: 26px;
}
     .abt-text p {
	line-height: 24px;
	margin: 0 0 65px 0;
}
     .about-headd{padding: 20px !important;}
     .about-headd p {
	font-size: 15px;
	padding: 0 0;
	line-height: 60px;
	text-align: right;
}

.about-headd p span {
	font-size: 23px;
	color: #f6ae00;
	font-family: 'Open Sans', sans-serif;
}
     
     .about::before {
	position: absolute;
	content: '';
	background: url(../images/tyres.png);
	height: 206px;
	width: 154px;
	left: 0;
	bottom: 0px;
	z-index: 999999;
	background-size: 100%;
}
     
     .abt-text{padding:20px !important}
     .fs li {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
}
     .logo img {
	max-width: 220px;
}
     .banner-content h2 {
	color: #fff;
	font-size: 19px;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: inherit;
	position: relative;
	margin-top: 24px;
}
     .banner-content h1{display:none;}
     .banner-content p {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0px;
}
     
     .banner-content h4 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
	letter-spacing: 0;
}
     .head-s {
	display: none;
}
     .feature-sec {
	margin-top: 50px;

}
.container {
        max-width: 100% !important;
    }

.menu {

	position: fixed;
	top: 0;
	display: none;
	background: #000;
z-index: 9999999;
	height: 100vh;
	width: 100%;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	margin: 0 auto;
	text-align: center;
	left: 0;
}

    .active {
        position: relative;
        z-index: -9;
    }


.menu-toggle .fa {
	position: fixed;
	right: 15px;
	color: #000;
	background: #fff !important;
	padding: 7px;
	top: 20px;
	z-index: 999999999999999;
	border: 1px solid #000;

}

.menu li {
	margin: 0;
	float: none;
	display: block;
	text-align: center;
	width: 100%;
}

    .menu li.active a {
        color: #060606;
    }

    .menu > li > ul > li a {
        padding: 10px 10px;
        color: #000;
        font-size: 15px;
    }

    .menu li > ul > li a:hover {
        padding: 10px 10px;
        color: #86070f;
    }

    .menu li a,
    .menu li a:hover {
        padding: 10px 27px;
        color: #fff;
        font-size: 15px;
    }

    .menu > li > ul > li > ul {
        top: 100%;
        left: 0;
    }

}
@media screen and (max-width: 736px) {

}
 
@media screen and (max-width: 667px) {
	
}
@media screen and (max-width: 568px) {

}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 375px) {
	
}
@media screen and (max-width: 320px) {

}
