@font-face {
	font-family: 'D-DIN';
	src: url('../fonts/D-DIN.woff2') format('woff2'), url('../fonts/D-DIN.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}



body {
	margin: 0 auto;
	font-family: 'D-DIN';
}

p {
	font-weight: 500;
}

.menumain {
	display: none;
}

.wrapper {
	width: 90%;
	margin: 0 auto;
}

.cer-1 img {
	float: left;
	margin-right: 30px;
}

.cer-1 p {
	line-height: 25px;
	text-align: justify;
}

.cer-1.about-page p {
	text-align: center;
}

.abt-inner {
	width: 79%;
	margin: 0 auto;
}

.why-us-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.why-us-inner .box {
	width: 30%;
	padding: 30px;
	text-align: center;
	border: 2px solid #93c638;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	margin: 1.5% 1.5%;
	box-sizing: border-box;
	min-height: 420px;
}

.why-us-inner .box .box-img {
	border-radius: 50%;
	background: #93c638;
	width: 130px;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.6);
}

.why-us-inner .box .box-img i {
	font-size: 50px;
	color: #ffffff;
}

.why-us-inner .box .box-text h3 {
	font-size: 25px;
}

p.bullets {
	padding-left: 20px;
}

p.bullets:before {
	position: absolute;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: -20px;
}

.strength {
	background: #93c638;
	color: #ffffff;
	padding: 30px;
}

.strength .strength-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.strength .strength-inner .right h2 {
	margin: 0;
	margin-bottom: 20px;
}

.strength .strength-inner .right p {
	text-align: justify;
}


/* .strength .strength-inner .left {
	width: 35%;
} */

/* .strength .strength-inner .left img {
	width: 100%;
	display: block;
} */

.strength .strength-inner .right {
	margin-left: 0%;
	width: 70%;
}

.banner-cover {
	width: 100%;
	float: left;
}

.banner-cover img {
	width: 100%;
	float: left;
}

.header-first {
	width: 100%;
	float: left;
	background: #93c638;
}

.header-first ul {
	float: right;
	margin: 0;
	padding: 10px;
}

.header-first ul li {
	list-style: none;
	display: inline-block;
	font-family: 'D-DIN';
	margin-left: 10px;
	color: white;
	font-size: 14px;
}

.header-first ul li i {
	padding-right: 5px;
}

.logo {
	width: 30%;
	float: left;
}

.logo img {
	padding-top: 15px;
}

.images {
	width: 70%;
	float: right;
}

.images ul {
	padding-top: 0;
	float: right;
}

.images ul li {
	list-style: none;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	width: 13%;
}

.cer-1-h ul li {
	width: 20%;
	float: left;
}

.bottom-nav {
	width: 100%;
	float: left;
	background: #93c638;
	justify-content: space-between;
}

.bottom-nav ul li {
	display: inline-block;
	list-style: none;
	text-align: center;
	align-items: center;
}

.bottom-nav ul li a {
	text-decoration: none;
	text-align: center;
	color: white;
	padding: 15px 5px;
	font-size: 15px;
}

.bottom-nav ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
}

.m-menu {
	display: none;
}

.bottom-nav ul li a:hover {
	background: #559a0c;
}

.images ul li img {
	width: 100%;
}

.section1 {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}

.section1 h2 {
	padding-bottom: 5px;
}

.section1 p {
	line-height: 30px;
	text-align: center;
	font-size: 15px;
}

.banner-slider {
	width: 100%;
	float: left;
	position: relative;
}

.banner-slider img {
	width: 100%;
}

.section2 {
	width: 100%;
	float: left;
	text-align: center;
	background: url(../img/car.jpg)
}

.section2 ul {
	padding: 0;
	margin: 0;
}

.section2 ul li {
	display: flex;
	width: 25%;
	float: left;
	height: 250px;
	align-items: center;
	justify-content: center;
}

.p1-1 {
	margin-top: 30px;
}

.section2 ul li:first-child {
	background-color: rgba(147, 198, 56, 0.65);
	color: black;
}

.section2 ul li:first-child a {
	color: black;
	font-size: 19px;
	font-weight: bold;
}

.section2 ul li:nth-child(2) {
	background-color: rgba(255, 255, 255, 0.28);
	color: white;
}

.section2 ul li:nth-child(2) a {
	color: #fefefe;
	font-size: 18px;
	font-weight: bold;
}

.section2 ul li a {
	text-decoration: none;
}

.section2 ul li:nth-child(3) {
	background-color: rgba(147, 198, 56, 0.65);
	color: black;
}

.section2 ul li:nth-child(3) a {
	color: black;
	font-size: 18px;
	font-weight: bold;
}

.section2 ul li:nth-child(4) {
	background-color: rgba(255, 255, 255, 0.28);
	color: black;
}

.section2 ul li:nth-child(4) a {
	color: #fefefe;
	font-size: 18px;
	font-weight: bold;
}

.section2 ul li:nth-child(5) {
	background-color: rgba(255, 255, 255, 0.28);
	color: black;
}

.section2 ul li:nth-child(5) a {
	color: #fefefe;
	font-size: 18px;
	font-weight: bold;
}

.section2 ul li:nth-child(6) {
	background-color: rgba(147, 198, 56, 0.65);
	color: black;
}

.section2 ul li:nth-child(6) a {
	color: black;
	font-size: 18px;
	font-weight: bold;
}

.section2 ul li:nth-child(7) {
	background-color: rgba(255, 255, 255, 0.28);
	color: black;
}

.section2 ul li:nth-child(7) a {
	color: white;
	font-size: 18px;
	font-weight: bold;
}

.section2 ul li:nth-child(8) {
	background-color: rgba(147, 198, 56, 0.65);
	color: black;
}

.section2 ul li:nth-child(8) a {
	color: black;
	font-size: 18px;
	font-weight: bold;
}

.section3 {
	width: 100%;
	float: left;
	text-align: center;
	background: url(../img/test-back.jpg);
	background-position: center;
}

.img1 {
	padding-top: 30px;
}

.img3 {
	padding-top: 10px;
}

.section3 p {
	line-height: 30px;
	padding-bottom: 30px;
}

.section4 {
	width: 100%;
	float: left;
	background: url(../img/contact.jpg);
	font-family: 'Open Sans', sans-serif;
	background-size: cover;
	background-repeat: no-repeat;
}

.section4 h2 {
	color: #ffffff;
	text-align: center;
	padding-top: 15px;
}

.n1,
.n2 {
	width: 50%;
	float: left;
}

.n1 ul li {
	padding-bottom: 5px;
	list-style: none;
}

.n1 ul li i {
	padding-right: 15px;
	border: 1px solid white;
	border-radius: 50%;
	padding: 10px;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.n1 ul li p {
	color: #ffffff;
	padding-left: 20px;
	line-height: 30px;
	font-weight: bold;
	word-spacing: 1px;
}

.n1 ul li:nth-child(4) p {
	width: 60%;
	float: left;
}

.n1 ul li img {
	border: 2px solid white;
}

.n2 ul li {
	padding-bottom: 5px;
	list-style: none;
}

.n2 ul li i {
	padding-right: 15px;
	border: 1px solid white;
	border-radius: 50%;
	padding: 10px;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.n2 ul li p {
	color: white;
	padding-left: 20px;
	line-height: 30px;
	font-weight: bold;
	word-spacing: 1px;
}

.n2 ul li:nth-child(4) p {
	width: 50%;
	float: left;
}

.n2 ul li img {
	border: 2px solid white;
}

.section5 {
	background: #93c638;
	width: 100%;
	float: left;
	font-family: 'D-DIN';
}

.last-nav {
	text-align: center;
}

.last-nav ul {
	padding-left: 0;
	padding-top: 10px;
}

.last-nav ul li {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}

.last-nav ul li a {
	text-decoration: none;
	color: #fefefe;
	padding: 10px;
	font-size: 15px;
}

.last-nav ul li a:hover {
	background: #559a0c;
}

.social {
	text-align: center;
}

.social ul {
	padding-top: 20px;
}

.social ul li {
	display: inline-block;
	color: #fefefe;
	margin-left: 10px;
	margin-right: 10px;
}

.ty-1 {
	width: 100%;
	float: left;
	box-shadow: 0px 5px 25px 0px rgba(204, 204, 204);
	background: url(../img/bg-shape.jpg);
	margin-bottom: 40px;
	border-radius: 30px;
}

.ty-n-1 {
	width: 80%;
	float: left;
}

.ty-n-1 h3 {
	color: #93C638;
	padding-left: 20px;
}

h3.pin-h {
	padding-left: 30px;
	padding-top: 15px;
}

.ty-n-1 p {
	text-align: justify;
	padding-right: 30px;
	line-height: 25px;
	padding-left: 30px;
	padding-bottom: 20px;
}

h3.pin-h-2 {
	padding-left: 32px;
	padding-top: 15px;
}

h3.in-k {
	padding-left: 20px;
	padding-left: 13px;
	padding-top: 10px;
}

.ty-n-2 {
	width: 20%;
	float: left;
}

.social ul li i {
	border: 2px solid #fefefe;
	;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	padding: 10px;
	display: block;
}

.p1 {
	width: 50%;
	float: left;
	color: #fefefe;
}

.p2 {
	width: 50%;
	float: right;
	text-align: right;
}

.p2 a {
	text-decoration: none;
	color: #fefefe;
}

.over {
	position: absolute;
	top: 25%;
	left: 120px;
	background: rgba(0, 0, 0, 0.6);
	border-right: 5px solid #fefefe;
	border-left: 5px solid #fefefe;
}

.over:before {
	content: '';
	height: 5px;
	width: 100px;
	background: #fefefe;
	position: absolute;
}

.over h2 {
	line-height: 50px;
	color: #fefefe;
	font-family: 'D-DIN';
	padding: 25px;
}

.tyre-1 {
	width: 100%;
	float: left;
	padding-bottom: 30px;
}

.ty-n-p {
	padding-top: 60px;
}

.tyre-1 ul li {
	display: inline-block;
	width: 20%;
	float: left;
	border: 1px solid #93C638;
	margin-right: 25px;
	margin-bottom: 25px;
	padding: 10px;
}

.wheel-1 {
	width: 100%;
	float: left;
	box-shadow: 0px 5px 25px 0px rgba(204, 204, 204);
	background: url(../img/bg-shape.jpg);
	margin-top: 30px;
	border-radius: 30px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.wheel-1 h3 {
	padding-left: 30px;
	padding-top: 25px;
}

.wheel-1 h4 {
	padding-left: 30px;
	margin-top: 0;
	padding-top: 0;
	color: #93C638;
}

.wheel-1 p {
	padding: 30px;
	text-align: justify;
	line-height: 25px;
	padding-top: 0;
	margin-bottom: 0;
}

.tyre-1 ul li:hover {
	background: #93C638;
}

.sea-3 img {
	padding-top: 20px;
}

.tyre-1-h {
	width: 100%;
	float: left;
	background: #93C638;
	margin-bottom: 50px;
}

img.apolo {
	padding-left: 50px;
	padding-top: 0px;
}

img.ap-1 {
	padding-left: 20px;
}

img.ap-2 {
	padding-left: 45px;
}

img.ap-3 {
	padding-left: 35px;
}

img.ap-4 {
	padding-left: 40px;
}

img.ap-5 {
	padding-left: 35px;
}

img.ap-6 {
	padding-left: 35px;
}

img.ap-7 {
	padding-left: 35px;
}

.tyre-1-h h2 {
	text-align: center;
	font-size: 30px;
	background: #93C638;
	margin-top: 0;
	padding: 10px 0 10px 0;
	color: white;
	margin-bottom: 0;
}

.car-1 {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}

.car-1-h {
	width: 100%;
	background: #93C638;
	margin-bottom: 40px;
}

.cer-1 {
	width: 100%;
	float: left;
	padding-bottom: 30px;
}

.cer-1 ul li {
	display: inline-block;
	margin-right: 10px;
}

.cer-1 ul li img {
	width: 260px;
	padding: 5px;
	border: 1px solid #dbdbdb;
}

.cer-1-h {
	width: 100%;
	float: left;
	background: #93C638;
	margin-bottom: 40px;
}

.cer-1-h h2 {
	text-align: center;
	color: white;
}

.car-1-h h2 {
	color: white;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 25px;
}

.accesories {
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}

.accesories h2 {
	text-align: center;
	color: #93c638;
}

.accesories ul li {
	list-style: none;
	width: 20%;
	margin-right: 30px;
	display: inline-block;
	margin-bottom: 25px;
	border: 1px solid black;
	border: 1px solid #93c638;
	text-align: center;
	padding: 10px;
}

.accesories ul li:hover {
	background: #93c638;
}

.tyre-1 h4 {
	text-align: left;
	color: #93c638;
	font-size: 18px;
	float: left;
	/* text-align: left; */
	display: block;
	width: 100%;
}

.accesories ul {
	padding-top: 50px;
}

.over:after {
	content: '';
	height: 5px;
	width: 100px;
	background: #fefefe;
	position: absolute;
	right: -5px;
	bottom: 0px;
}

.wash-p-main {
	display: flex;
	background: url(../img/bg-shape.jpg);
	padding: 30px;
	box-shadow: 0px 5px 25px 0px rgba(204, 204, 204);
}

.wash-p {
	padding-left: 30px;
	text-align: justify;
	line-height: 25px;
}

.wash-img {
	margin-top: 0;
}

.tyre-1-h ul {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.wash-img p {
	margin-top: 0;
	text-align: justify;
	line-height: 25px;
}

.wash-img img {
	float: left;
	margin-right: 30px;
	margin-bottom: 25px;
	border: 1px solid #d4d4d4;
	padding: 5px;
}

.sea-1 {
	width: 100%;
	float: left;
	box-shadow: 0px 5px 25px 0px rgba(204, 204, 204);
	margin-bottom: 30px;
	background: url(../img/bg-shape.jpg);
	border-radius: 30px;
}

.sea-1 p {
	padding: 30px;
	padding-top: 0px;
	line-height: 25px;
	text-align: justify;
}

.sea-1 h3 {
	padding-left: 30px;
	padding-top: 20px;
	color: #93C638;
	font-size: 25px;
}

.sea-2 {
	width: 100%;
	float: left;
	box-shadow: 0px 5px 25px 0px rgba(204, 204, 204);

	margin-bottom: 30px;
	background: url(../img/bg-shape.jpg);
	border-radius: 30px;
}

.sea-2 p {
	padding: 30px;
	padding-top: 0px;
	line-height: 25px;
	text-align: justify;
}

.sea-2 p span {
	font-weight: bold;
	color: #93C638;
	padding-bottom: 15px;
}

.sea-2 h3 {
	padding-left: 30px;
	padding-top: 20px;
	color: #93C638;
	font-size: 25px;
}

.sea-3 {
	width: 100%;
	float: left;
	box-shadow: 0px 5px 25px 0px rgba(204, 204, 204);
	border-radius: 30px;
	margin-bottom: 30px;
	background: url(../img/bg-shape.jpg);
}

.sea-3 p {
	padding: 30px;
	padding-top: 0px;
	line-height: 25px;
	text-align: justify;
}

.sea-3 h3 {
	padding-left: 30px;
	padding-top: 20px;
	color: #93C638;
	font-size: 25px;
}

.sea-4 {
	width: 100%;
	float: left;
	box-shadow: 0px 5px 25px 0px rgba(204, 204, 204);
	margin-bottom: 30px;
	background: url(../img/bg-shape.jpg);
	border-radius: 30px;
}

.sea-4 p {
	padding: 30px;
	padding-top: 0px;
	line-height: 25px;
	text-align: justify;
}

.sea-4 h3 {
	padding-left: 30px;
	padding-top: 20px;
	color: #93C638;
	font-size: 25px;
}

.wash-p p {
	margin-top: 0;
}

.car-1 ul {
	margin-left: 10%;
}

.car-1 ul li {
	display: inline-block;
	margin-right: 30px;
}

.car-1 ul li img {
	padding: 5px;
	border: 1px solid #dbdbdb;
}

.wh-1 {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}

.wh-1 ul {
	margin-left: 5%;
}

.wh-1 ul li {
	display: inline-block;
	margin-right: 20px;
}

.wh-1 ul li p {
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: 18px;
	width: 100%;
	background: #93C638;
	padding: 10px 0 10px 0;
}

.wh-1 ul li img {
	padding: 5px;
	border: 1px solid #dbdbdb;
}

.wh-1-h {
	width: 100%;
	float: left;
	background: #93C638;
	margin-bottom: 40px;
}

.wh-1-h h2 {
	color: white;
	text-align: center;
}

.seat-1 {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}

.seat-1 ul li {
	width: 23%;
	display: inline-block;
	margin-right: 20px;
}

.seat-1 ul li img {
	padding: 5px;
	border: 1px solid #dbdbdb;
	width: 280px;
}

.seat-1 ul {
	padding-left: 0px;
}

.seat-1-h {
	width: 100%;
	float: left;
	background: #93C638;
	margin-bottom: 30px;
}

.seat-1-h h2 {
	color: white;
	text-align: center;
	text-transform: capitalize;
}

.bat-1 {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}

.bat-1 ul {
	padding-left: 0px;
	margin-left: 8%;
}

.bat-1 ul li {
	display: inline-block;
	margin-right: 20px;
}

.bat-1 ul li img {
	padding: 5px;
	border: 1px solid #dbdbdb;
}

.bat-1-h {
	width: 100%;
	float: left;
	background: #93C638;
	margin-bottom: 40px;
}

.bat-1-h h2 {
	color: white;
	text-align: center;
}

@media only screen and (max-width:768px) {
	.strength .strength-inner .left {
		width: 100%;
	}

	.strength .strength-inner .left img {
		width: 100%;
	}

	.strength .strength-inner .right {
		width: 100%;
		margin-top: 20px;
	}

	.abt-inner {
		width: 100%;
	}

	.cer-1.about-page p {
		text-align: justify;
	}

	.why-us-inner .box {
		width: 80%;
		min-height: unset;
	}
}

@media only screen and (max-width:991px) {

	/***************  Reset Settings  ******************/

	ul {
		padding-left: 0;
	}


	/***************  Reset Settings  Ends ******************/

	.wh-1 ul li img {
		padding: 5px;
		border: 1px solid #dbdbdb;
		width: 100%;
	}

	.wh-1 ul li {
		display: inline-block;
		margin-right: 30px;
		width: 45%;
	}

	.wh-1 ul {
		margin-left: 0;
		float: left;
	}

	.accesories {
		box-sizing: border-box;

	}

	.accesories ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;

	}

	.accesories ul li {
		width: 45%;
		margin-right: 0;
		display: block;
		margin: 5px;
	}

	.accesories ul li img {
		width: 100%;
		display: block;
	}

	.cer-1 img {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}

	.car-1-p {
		box-sizing: border-box;
	}

	.wash-img {
		margin-top: 0;
		width: 100%;
	}

	.tyre-1 {
		box-sizing: border-box;
		padding: 20px;
	}

	.ty-n-1 {
		width: 100%;
		float: left;
	}

	.ty-n-2 {
		display: none;
	}

	.tyre-1 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		float: left;
	}

	.tyre-1 ul li {
		display: block;
		width: 40%;
		margin: 5px;
	}

	.tyre-1 ul li img {
		width: 100%;
		display: block;
		padding: 0;
	}

	.n1 ul li i {
		margin-right: 10px;
	}

	.n2 ul li i {
		margin-right: 10px;
	}

	.n2 ul li p {
		padding-left: 0;
	}

	.over:before {
		content: '';
		height: 5px;
		width: 100px;
		background: #fefefe;
		position: absolute;
		top: 0;
		left: 0;
	}

	.why-us-inner .box {
		width: 100%;
		min-height: unset;
	}

	.section1 p {
		font-size: 12px;
	}

	.bottom-nav {
		display: none;
	}

	.logo img {
		width: 100%;
	}

	.images ul li {
		padding-left: 5px;
		padding-right: 5px;
	}

	.over h2 {
		font-size: 25px;
		padding: 10px;
		line-height: 30px;
		text-align: center;
	}

	.over {
		top: 8%;
		left: 3%;
		right: 3%;
		bottom: 8%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.test-outer p {
		font-size: 12 px;
	}

	.n1 {
		width: 100%;
	}

	.n2 {
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}

	.n2 ul li img {
		margin-left: 23%;
		margin-top: 10px;
	}

	.n2 ul li:nth-child(4) p {
		width: 100%;
	}

	.last-nav ul {
		display: none
	}

	.social ul {
		padding-left: 0;
	}

	.p1 p {
		font-size: 12px;
		margin-bottom: 10px;
		margin-top: 5px;
	}

	.p2 p {
		font-size: 12px;
		margin-bottom: 10px;
		margin-top: 5px;
	}

	.n2 ul li p {
		font-size: 12px;
	}

	.n1 ul li p {
		font-size: 12px;
	}

	.n1 ul li img {
		margin-left: 23%;
		margin-top: 10px;
	}

	.test-outer p {
		font-size: 12px;
	}

	.section2 ul li {
		width: 50%;
	}

	.section2 ul li:nth-child(3) {
		background-color: rgba(255, 255, 255, 0.28);
		color: white;
	}

	.section2 ul li:nth-child(3) a {
		color: #fefefe;
		font-size: 18px;
		font-weight: bold;
	}

	.section2 ul li:nth-child(4) {
		background-color: rgba(147, 198, 56, 0.65);
		color: black;
	}

	.section2 ul li:nth-child(4) a {
		color: black;
		font-size: 18px;
		font-weight: bold;
	}

	.section2 ul li:nth-child(5) {
		background-color: rgba(147, 198, 56, 0.65);
		color: black;
	}

	.section2 ul li:nth-child(5) a {
		color: black;
		font-size: 18px;
		font-weight: bold;
	}

	.section2 ul li:nth-child(6) {
		background-color: rgba(255, 255, 255, 0.28);
		color: white;
	}

	.section2 ul li:nth-child(6) a {
		color: #fefefe;
		font-size: 18px;
		font-weight: bold;
	}

	header .expanded {
		margin-right: 250px;
	}

	.closem {
		float: right;
		background: #d4cece;
		color: #fff;
		padding: 10px;
		margin: 0 15px 20px 0;
	}

	.m-menu {
		display: block;
		float: right;
		padding-left: 0px;
		;
		font-size: 1.5em;
		margin-left: 5%;
		cursor: pointer;
		color: #fefefe;
		-webkit-transition: all 1000ms ease;
		-moz-transition: all 1000ms ease;
		-ms-transition: all 1000ms ease;
		-o-transition: all 1000ms ease;
		transition: all 1000ms ease;
	}

	.menumain {
		display: block;
		position: fixed;
		width: 250px;
		top: 0;
		right: 0;
		background: #93c638;
		margin-right: -250px;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		z-index: 999999;
		padding-top: 20px;
		-webkit-transition: all 1000ms ease;
		-moz-transition: all 1000ms ease;
		-ms-transition: all 1000ms ease;
		-o-transition: all 1000ms ease;
		transition: all 1000ms ease;
	}

	.menumain ul {
		margin: 0;
		padding: 0 0 0 10px;
		float: left;
		width: 100%;
	}

	.menumain ul li {
		margin: 0;
		padding: 0 0 0 0px;
		float: left;
		width: 100%;
		list-style: none;
	}

	.menumain ul li a {
		float: left;
		font-size: 14px;
		width: 100%;
		border-bottom: 1px solid #ccc;
		padding: 7px 0 7px 0px;
		color: #fff;
		font-family: 'Titillium Web', sans-serif;
		text-decoration: none;
	}

	.menumain ul li b {
		float: left;
		width: 100%;
		margin: 10px 0;
	}

	.menumain li ul {
		margin: 0;
		padding: 0 0 0 0px;
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}

	.menumain li ul li {
		margin: 0;
		padding: 0 0 0 0px;
		float: left;
		width: 100%;
	}

	.menumain li ul li a {
		position: relative;
		padding: 5px 0 5px 30px;
		color: #ffff;
		font-size: 12px;
	}

	.menumain li ul li a:before {
		font-family: fontawesome;
		content: '\f18e';
		left: 10px;
		position: absolute;
		color: #c2000b;
	}

	.menumain li ul li ul {
		margin: 0;
		padding: 0 0 0 0px;
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}

	.menumain li ul li ul li {
		margin: 0;
		padding: 0 0 0 0px;
		float: left;
		width: 100%;
	}

	.menumain li ul li ul li a {
		position: relative;
		padding: 5px 0 5px 30px;
		color: #184167;
	}

	.menumain li ul li ul li a:before {
		font-family: fontawesome;
		content: '\f18e';
		left: 10px;
		position: absolute;
		color: #EE6B00;
	}

	.menumain.togg {
		margin-right: 0;
	}

	.images ul {
		padding-left: 0px;
	}

	.header-first ul li {
		vertical-align: middle;
	}

	.section4 {
		width: 100%;
		float: left;
		background: url(../img/flag.jpg);
		font-family: 'Open Sans', sans-serif;
		background-size: cover;
		background-repeat: no-repeat;
		background-position-x: center;
	}
}

@media only screen and (max-width:480px) {

	.over h2 {
		font-size: 15px;
		padding: 10px;
		line-height: 30px;
		text-align: center;
	}

	.tyre-1 ul li {
		display: block;
		width: 100%;
		margin: 5px;
	}

	.accesories ul li {
		width: 100%;
		margin-right: 0;
		display: block;
	}

	.wh-1 ul li {
		display: inline-block;
		margin-right: 0px;
		width: 100%;
	}
}



/**************************  Timeline *********************/

.history {
	/* background: url('../img/9.jpg');
	background-size: cover;
	background-position: center; */
}



.history h2 {
	text-align: center;
}

/* The actual timeline (the vertical ruler) */
.timeline {
	position: relative;
	/* max-width: 1200px;
	margin: 0 auto; */
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: #93c638;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}

/* Container around content */
.timeline .container {
	padding: 10px 40px;
	position: relative;
	background-color: inherit;
	width: 43.45%;
}

/* The circles on the timeline */
.timeline .container::after {
	content: '\f005';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -17px;
	background-color: white;
	border: 4px solid gold;
	top: 15px;
	border-radius: 50%;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	color: gold;
}

/* Place the container to the left */
.timeline .left {
	left: 0;
}

/* Place the container to the right */
.timeline .right {
	left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timeline .left::before {
	content: "";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	right: 30px;
	border: medium solid #93c638;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #93c638;
}

/* Add arrows to the right container (pointing left) */
.timeline .right::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	left: 30px;
	border: medium solid #93c638;
	border-width: 10px 10px 10px 0;
	border-color: transparent #93c638 transparent transparent;
}

/* Fix the circle for containers on the right side */
.timeline .right::after {
	left: -17px;
}

/* The actual content */
.timeline .content {
	padding: 20px 30px;
	background-color: #93c638;
	position: relative;
	border-radius: 6px;
	color: #ffffff;
}




@media screen and (min-width: 1270px) {
	.timeline .container::after {
		content: '\f005';
		position: absolute;
		width: 25px;
		height: 25px;
		right: -11px;
		background-color: white;
		border: 4px solid gold;
		top: 15px;
		border-radius: 50%;
		z-index: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
		color: gold;
	}
}

@media screen and (min-width: 1300px) {
	.timeline .container::after {
		content: '\f005';
		position: absolute;
		width: 25px;
		height: 25px;
		right: -17px;
		background-color: white;
		border: 4px solid gold;
		top: 15px;
		border-radius: 50%;
		z-index: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
		color: gold;
	}
}

@media screen and (max-width: 1024px) {
	.timeline::after {
		left: 31px;
		display: none;
	}

	.timeline .container::before {
		display: none;
	}

	.timeline .container::before {
		display: none;
	}

	.timeline .container::before {
		display: none;
	}

	/* Make sure all circles are at the same spot */
	.timeline .left::after,
	.timeline .right::after {
		display: none;
	}

	.timeline {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.timeline .container {
		width: 100%;
	}

	.timeline .right {
		left: 0;
	}
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {

	/* Place the timelime to the left */
	.timeline::after {
		left: 31px;
		display: none;
	}

	/* Full-width containers */
	.timeline .container {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}

	/* Make sure that all arrows are pointing leftwards */
	.timeline .container::before {
		left: 60px;
		border: medium solid white;
		border-width: 10px 10px 10px 0;
		border-color: transparent white transparent transparent;
		display: none;
	}

	/* Make sure all circles are at the same spot */
	.timeline .left::after,
	.timeline .right::after {
		left: 15px;
		display: none;
	}

	/* Make all right containers behave like the left ones */
	.timeline .right {
		left: 0%;
	}
}