﻿/*===================== 
	Color information
	
	
	- grey #8c8c8c
    - lt grey #cecece
    - Mahindra red #e41f38
    - jcb yellow #fcb026
    - badboy orange f36c23
    - Segway red #d62f2e

		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: "Jost", sans-serif;
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
        font-family: "Russo One", sans-serif;
        font-size: 30px;
        font-weight: 700;
}
	h2 {
        font-family: "Russo One", sans-serif;
        font-size: 28px;
        font-weight: 700;
}
	h3 {
        font-family: "Russo One", sans-serif;
        font-size: 24px;
        font-weight: 700;
}
	h4 {
        font-family: "Russo One", sans-serif;
        font-size: 20px;
        font-weight: 700;
}
	h5 {
        font-size: 18px;
        font-weight: 700;
}
	h6 {}

p {
    font-size: 18px;
	margin: 0;
	}

.bold {
    font-weight: bold;
	}

.img-white {
    filter: brightness(0) invert(1);
}
.font-center {
    text-align: center;
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #8c8c8c; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #cecece;
		}  

.text-link {
    font-family: "Jost", sans-serif;
    font-size:18px;
    font-weight:700;
    color:#525252!important;
    transition: .2s ease-in;
}
.text-link:hover {
    color:#cecece!important;
}

.btn-white {
    font-family: "Jost", sans-serif;
    font-size:24px;
    font-weight:700;
    color:#000!important;
    background:#fff;
    transition: .2s ease-in;
    display: block;
    padding:15px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
.btn-white:hover {
    background:#cecece!important;
}
.btn-black-outline {
    font-family: "Jost", sans-serif;
    font-size:20px;
    font-weight:700;
    color:#000!important;
    background:#fff;
    transition: .2s ease-in;
    display: block;
    padding:20px 15px;
    box-sizing: border-box;
    border:1px solid #000;
    text-align: center;
    cursor: pointer;
}
.btn-black-outline:hover {
     color:#fff!important;
    background:#000;
}

/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
    position: relative;
    z-index: 1000;
    box-shadow: 0 0 15px 10px rgba(0,0,0,0.2);
	}
.top-head {
    background:#000;
    width:100%;
}
.top-head ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:5px;
}
.top-head ul li {
    padding:0;
    margin:0;
}
.top-head ul li a {
    font-family: "Jost", sans-serif;
    color:#fff;
    transition: .2s ease-in;
    font-size:16px;
    font-weight:400;
}
.top-head ul li a:hover {
    color:#cecece;
}
.top-head ul li a span {
    font-weight:600;
}
header {
	margin: 0 auto;
	max-width: 1600px;
    width:100%;
    box-sizing: border-box;
    padding:25px 20px!important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:0 20px;
}
.head-logo-1 img {
    width:100%;
	max-width: 230px;
	height: auto;
	display: block;
}

.mobile-contact {
    display: none;
}

/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile, .mobile-nav-cont-1 { display:none;}

nav.primary {
	padding:0;
	display:block;
	margin:0;
	position:relative;
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
        display: flex;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
            transition: .2s ease-in;
			}
			nav.primary ul li a {
                font-family: "Jost", sans-serif;
				color: #000;
				font-size: 17px;
				text-decoration: none;
				padding:15px 12px;
				display: block;
				margin: 0;
				text-align: center;
				text-transform: uppercase;
				-webkit-transition: .4s ease-in;
				-moz-transition: .2s ease-in;
				-o-transition: .2s ease-in;
				transition: .2s ease-in;
				font-weight: 500;
				}	
			nav.primary ul li a:hover {
				background: #000;
				color:#fff;
				}
            nav.primary ul li:hover a {
				background: #000;
				color:#fff;
            }
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
                padding:15px 20px;
                white-space: nowrap;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
                background:#8c8c8c;
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 100;
}
nav.primary ul ul li {
	display: block;
    float: none; 
	width: auto;
    position: relative;
    margin:0;
}

/*===================== 
	content styles 
=======================*/


/*---Hero Slider---*/

.hero-wrap {
    width:100%;
    display: flex;
    flex-direction: column;
    padding-bottom:60px;
    overflow: hidden;
}
.hero-wrap h1 {
    display: block;
    text-align: center;
    padding:20px;
    width:100%;
    box-sizing: border-box;
    font-size:35px;
    color:#8c8c8c;
    font-weight: 400;
}

.hero-slider {
    overflow: hidden;
    height: 31vw;
    max-height: calc(100vh - 555px);
    min-height: 450px;
}

.hero-slider .slick-track {
    display: flex!important; 
    cursor:grab;
}
.hero-slider .slick-track:active {
    cursor:grabbing;
}
.hero-slider .slick-prev {
    position: absolute;
    height: 80px;
    width:20px;
    left:10px;
    top:calc(50% - 40px);
    display: flex;
    justify-content: center;
    align-items: center;
    color:#000;
    background:#fff;
    opacity: 0.0;
    cursor: pointer;
    z-index: 2;
}
.hero-slider:hover .slick-prev {
    opacity: 0.3;
}
.hero-slider .slick-next {
    position: absolute;
    height: 80px;
    width:20px;
    right:10px;
    top:calc(50% - 40px);
    display: flex;
    justify-content: center;
    align-items: center;
    color:#000;
    background:#fff;
    opacity: 0.0;
    cursor: pointer;
    z-index: 2;
}
.hero-slider:hover .slick-next {
    opacity: 0.3;
}
.hero-slide-cont {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    height: 31vw;
    max-height: calc(100vh - 555px);
    min-height: 450px;
}
.hero-slide-image {
    width:50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.hero-slide-image img {
    width:100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1;
}

.hero-slide-arrow-d {
    position: absolute;
    z-index: 2;
    top: calc(50% - 50px);
    right:20px;
    font-size:100px;  
}
.hero-slide-arrow-m {
    display: none;
}
.slick-current .hero-slide-image .hero-slide-arrow-d  {
    animation: slide-in-right 1000ms ease-in-out both;
}
.hero-slide-info {
    width:50%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:30px 0;
    padding:10px 25px;
    overflow: hidden;
}
.hero-slide-info img {
    width:100%;
    max-width: 400px;
    margin-bottom:20px;
    max-height: 200px;
    display: block;
    object-fit: contain;
    object-position: center;
    visibility: hidden;
}
.slick-current .hero-slide-info img {
    animation: slide-in-right 900ms ease-in-out both;
    visibility: visible;
}
.hero-slide-info a {
    display: flex;
    border:1px solid #fff;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.15);
    padding:20px;
    box-sizing: border-box;
    width:100%;
    max-width:550px;
    justify-content: space-between;
    align-items: center;
    font-size:30px;
    font-family: "Russo One", sans-serif;
    color:#fff;
    transition: .2s ease-in;
    background:rgba(0,0,0,0.0);
    visibility: hidden;
}
.slick-current .hero-slide-info a {
    animation: slide-in-right 1000ms ease-in-out both;
    visibility: visible;
}
.hero-slide-info a i {
    font-size: 40px;
}
.hero-slide-info a:hover {
    background:rgba(0,0,0,0.1);
    text-shadow: 0 0 10px rgba(0,0,0,0.4);
}


.hero-slider-tabs .slick-track, .hero-slider-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transform:none!important;
}
.hero-slider-tabs .slick-track:before, .hero-slider-tabs .slick-track:after {
    display: none!important;
}
.hero-slider-tabs .slick-slide, .hero-slider-tabs .hero-slide-tab-cont {
    width:16.6%!important;
    box-sizing: border-box;
}
.hero-tab {
    display: block;
    padding:5px;
    box-sizing: border-box;
}

.hero-tab-img {
    width:100%;
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.15);
    background:#000;
    margin-top:10px;
    
}
.hero-tab-img img {
    width:100%;
    height: auto;
    display: block;
    margin:0 auto;
    opacity: 0.45;
}
.slick-current .hero-tab-img img {
    opacity: 1.0;
}
.hero-tab-logo {
    background:#cecece;
    padding:15px;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
}
.slick-current .hero-tab-logo {
    background:#fff;
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.15);
}
.hero-tab-logo img {
    width:100%;
    max-width: 200px;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}

/*---promotion Slider---*/

.wrap-promo-slider {
    width:100%;
    padding:40px 20px 0px 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.wrap-promo-slider .container-1 {
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.15);
    text-align: center;
    padding:20px 0;
    background:#fff;
}
.promo-slider-head {
    padding:0 20px 20px 20px;
    width: 100%;
    box-sizing: border-box;
}
.promo-slider-head h2 {
    font-size: 30px;
    padding:20px 0 10px 0;
}

.promo-slider .slick-track {
    cursor:grab;
}
.promo-slider .slick-track:active {
    cursor:grabbing;
}
.promo-slider {
    display: flex!important;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap:20px 10px;
}
.promo-slider .slick-list {
    order:1;
    width:100%;
}
.promo-slider .slick-prev {
    order:2;
    font-size: 20px;
    color:#000;
    transition: .2s ease-in;
    cursor: pointer;
}
.promo-slider .slick-next {
    order:4;
    font-size: 20px;
    color:#000;
    transition: .2s ease-in;
    cursor: pointer;
}
.promo-slider .slick-prev:hover, .promo-slider .slick-next:hover {
   color:#8c8c8c; 
}
.promo-slider .slick-dots {
    order:3;
    display: flex;
    flex-wrap: wrap;
    gap:5px 10px;
    padding:0;
    margin:0;
}
.promo-slider .slick-dots li {
    padding:0;
    margin:0;
    display: block;
    height: 10px;
    width:10px;
    border-radius:10px;
    list-style: none;
    background:#8c8c8c;
    transition: .2s ease-in;
}
.promo-slider .slick-dots li.slick-active, .promo-slider .slick-dots li:hover {
    background:#000;
}
.promo-slider .slick-dots li button {
    display: none;
}
.promo-slide {
    width:100%;
    display: flex;
    flex-wrap: wrap;
}
.promo-info {
    width:30%;
    padding:4% 3%;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    box-sizing: border-box;
    gap:20px;
    overflow: hidden;
}
.promo-info-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    visibility: hidden;
}
.slick-active .promo-info-text {
    animation: fade-in-top 900ms ease-in-out both;
    visibility: visible;
}
.promo-info-text h3 {
    font-family: "Russo One", sans-serif;
    color:#fff;    
    font-size:30px;
    font-weight:600;
    margin-bottom:30px;
}
.promo-info-text p {
    font-family: "Jost", sans-serif;
    font-size:22px;
    font-weight:400;
    color:#fff;  
}
.promo-info-links {
    display: flex;
    flex-wrap: wrap;
    gap:10px;
    visibility: hidden;
}
.slick-active .promo-info-links {
    animation: fade-in-bottom 900ms ease-in-out both;
    visibility: visible;
}
.promo-info-links a {
    flex-grow: 1;
}
.promo-img {
    width:70%;
}
.promo-img img {
    width:100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/*---home page welcome styles---*/

.wrap-home-about {
    width:100%;
    padding:0 35px 120px 35px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.wrap-home-about .container-2 {
    padding:80px 50px 60px 50px;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.15);
    text-align: center;
    background:#fff;
}
.wrap-home-about h2 {
    font-family: "Russo One", sans-serif;
    font-size:45px;
    font-weight:600;
    color:#000;
    padding-bottom:30px;
}
.wrap-home-about h2 span {
    font-family: "Jost", sans-serif;
    font-size:30px;
    font-weight:500;
    color:#8c8c8c;
}
.wrap-home-about p {
    font-family: "Jost", sans-serif;
    font-size:18px;
    line-height: 1.5;
}

.content-btn-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:15px 40px;
    padding-top:30px;
}

/*---home page parts and service styles---*/

.wrap-part-service {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.home-parts-cont-1 {
    width:50%;
    box-sizing: border-box;
    padding:10% 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0.55) 100%), url(../siteart/parts-bg-img-1.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0.55) 100%), url("../siteart/parts-bg-img-1.jpg");
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0.55) 100%), url(../siteart/parts-bg-img-1.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0.55) 100%), url(../siteart/parts-bg-img-1.jpg);
    overflow: hidden;
}
.home-service-cont-1 {
    width: 50%;
    box-sizing: border-box;
    padding: 10% 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0.55) 100%), url(../siteart/service-bg-img-1.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0.55) 100%), url(../siteart/service-bg-img-1.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0.55) 100%), url(../siteart/service-bg-img-1.jpg);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0.55) 100%), url(../siteart/service-bg-img-1.jpg);
    overflow: hidden;
}
.wrap-part-service a {
    width:100%;
    max-width: 450px;
    min-height: 200px;
    border:1px solid #fff;
    background:rgba(0,0,0,0.4);
    padding:20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:15px;
    transition: .2s ease-in;
}
.wrap-part-service a h3 {
    font-family: "Russo One", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:15px;
    color:#fff;
    font-size:30px;
    font-weight: 700;
    transition: .2s ease-in;
}
.wrap-part-service a h3 i {
    font-size:50px;
}
.wrap-part-service a p {
   font-family: "Jost", sans-serif; 
    text-align: center;
    color:#fff;
    transition: .2s ease-in;
}
.wrap-part-service a:hover {
    background:rgba(0,0,0,0.9);
}
.wrap-part-service a:hover h3, .wrap-part-service a:hover p {
    color:#cecece;
}

/*---location slider styles---*/

.wrap-home-location {
    width:100%;
    padding:60px 20px;
    box-sizing: border-box;
}
.wrap-home-location .container-1 {
    padding:0;
}
.loc-slider-head {
  padding: 20px 20px 60px 20px;
  width: 100%;
  box-sizing: border-box;
    text-align: center;
}
.loc-slider-head h2 {
    font-size: 30px;
    padding: 20px 0 10px 0;
}
.location-slide-wrap {
    width:100%;
    background:#fff;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.15);
}
.location-slider-tabs {
    width:100%;
    background:#fff;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.15);
    position: relative;
    z-index: 2;
}
.location-slider-tabs .slick-track, .location-slider-tabs {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    transform: none !important;
    width:100%!important;
}
.location-slider-tabs .slick-list {
    width:100%!important;
}

.location-slider-tabs .slick-slide, .location-slider-tabs .loc-tab-slide {
    width: 20% !important;
    box-sizing: border-box;
    cursor: pointer;
}

.loc-tab-slide h2 {
    display: block;
    padding:30px 20px;
    text-align: center;
    font-size:26px;
    font-weight: 500;
    color:#000;
    background: #fff;
    transition: .2s ease-in;
}
.loc-tab-slide h2:hover {
    background: #cecece;
}
.loc-tab-slide.slick-current h2 {
    background: #8c8c8c;
    color:#fff;
}
.location-slider {
    position: relative;
    z-index: 1;
}
.loc-slide {
    
}
.loc-slide-cont {
    width:100%;
    display: flex;
    flex-wrap: wrap;
}
.loc-info {
    width:50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap:20px 0;
    padding:8% 20px;
    box-sizing: border-box;
}
.loc-info-left {
    width:49%;
    display: flex;
    flex-direction: column;
    gap:20px;
    text-align: center;
}
.loc-info-left h3 {
    font-family: "Jost", sans-serif;
    color:#000;
    font-size:30px;
    font-weight:600;
}
.loc-info-left a {
   font-family: "Jost", sans-serif; 
    color:#000;
    font-size:24px;
    font-weight:600;
    transition: .2s ease-in;
}
.loc-info-left a:hover {
    color:#8c8c8c;
}
.loc-info-right {
    width:49%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:20px;
    box-sizing: border-box;
}
.loc-info-right a {
    width:100%;
    max-width: 250px;
}
.loc-map {
    width:50%;
}
.loc-map iframe {
    width:100%!important;
    height: 100%!important;
    min-height: 300px;
}
/*---Financing page styles---*/


.pop-up-form {
    width:100%;
    height: 100%;
    position: fixed;
    z-index: 4000;
    top:0;
    left:0;
    display: none;
    overflow: scroll;
}
.pop-up-form.clickopen {
    display: block;
    animation: fade-in 0.5s ease-in-out both;
}

.pop-up-form-bg {
    width:100%;
    height: 100%;
    content: "";
    background:rgba(0,0,0,0.5);
    position: relative;
    z-index: 1;
}
.pop-up-content-1 {
    position: absolute;
    z-index: 2;
    top:5%;
    left:0;
    right:0;
    margin:0 auto;
    width:calc(100% - 20px);
    max-width: 700px;
    display: block;
}
.pop-up-form.clickopen .pop-up-content-1 {
    animation: fade-in-bottom 0.8s ease-in-out both;
}
.close-button {
    display: flex;
    justify-content: flex-end;
}
.close-button a {
    padding:0px 5px;
    font-size: 18px;
    background:rgba(0,0,0,1);
    color:#fff;
    transition: .2s ease-in;
}
.close-button a:hover {
    background:rgba(0,0,0,0.8);
}


.financing-cont-1 {
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    margin:50px auto;
}
.financing-cont-1 a {
    width:calc(33.33% - 14px);
    background: #fff;
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.15);
    padding: 15px;
    box-sizing: border-box;
    transition: .2s ease-in;
}
.financing-cont-1 a img {
    width: 100%;
    max-width: 200px;
    height: 100px;
    display: block;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}
.financing-cont-1 a p {
    font-family: "Jost", sans-serif;
    padding:10px 0 0 0;
    font-size: 18px;
    font-weight:400;
    color:#6A6A6A;
    text-align: center;
    transition: .2s ease-in;
}
.financing-cont-1 a:hover {
    background: #cecece;
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.0);
}
.financing-cont-1 a:hover p {
    color:#000;
}

/*---Location page styles---*/

.location-cont-1 {
    width:100%;
    margin:50px auto;
    display: flex;
    flex-wrap: wrap;
    padding:10px;
    box-sizing: border-box;
}
.location-info {
    width:30%;
    background: #fff;
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.15);
    padding: 20px;
    box-sizing: border-box;
    animation: slide-in-left 1s ease-in-out both;
}
.location-info h2 {
    font-family: "Jost", sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin:0;
    padding:0 0 5px 0;
}
.location-info ul {
    padding:0 0 15px 0;
    margin:0;
}
.location-info ul li {
    padding:0;
    margin:0;
    list-style: none;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-weight: 400;
}
.location-info ul li span {
    font-weight: 600;
}
.location-info ul li a {
    color:#8c8c8c;
    transition: .2s ease-in;
}
.location-info ul li a:hover {
    color:#000;
}
.location-map {
    width:70%;
}
.location-map iframe {
    width:100%!important;
    height: 100%!important;
    min-height: 300px;
}
.location-brands {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 50px auto 0 auto;
    width:100%;
}
.location-brands h2 {
    text-align: center;
    width:100%;
}
.location-brands a {
    width: calc(33.33% - 14px);
    background: #fff;
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.15);
    padding: 15px;
    box-sizing: border-box;
    transition: .2s ease-in;
    display: block;
}
.location-brands a img {
    width: 100%;
    max-width: 200px;
    height: 100px;
    display: block;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}
.location-brands a p {
    font-family: "Jost", sans-serif;
    padding: 10px 0 0 0;
    font-size: 18px;
    font-weight: 400;
    color: #8c8c8c;
    text-align: center;
    transition: .2s ease-in;
}
.location-brands a:hover {
    background: #cecece;
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.0);
}
.location-brands a:hover p {
    color:#000;
}

/*---Showroom page styles---*/

.showroom-cont-1 {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.showroom-box-1 {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.showroom-box-1:nth-last-of-type(odd) {
    animation: slide-in-right 1s ease-in-out both;
}
.showroom-box-1:nth-last-of-type(even) {
   animation: slide-in-left 1s ease-in-out both; 
}
.showroom-box-img {
    width:100%;
}
.showroom-box-img img {
    width:100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    display: block;
}
.showroom-box-info {
    width: 100%;
    height: auto;
    flex-grow: 1;
    padding:40px 20px;
    box-sizing: border-box;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.showroom-box-info img {
    width: 100%;
    max-width: 250px;
    height: 100px;
    display: block;
    object-fit: contain;
    object-position: center;
}
.showroom-box-info a {
    display: flex;
    border: 1px solid #fff;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.15);
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    max-width: 550px;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-family: "Russo One", sans-serif;
    color: #000;
    transition: .2s ease-in;
    background: rgba(0,0,0,0.0);
}
.showroom-box-info a i {
    font-size: 30px;
}
.showroom-box-info a:hover {
    background:rgba(0,0,0,0.1);
    text-shadow: 0 0 10px rgba(0,0,0,0.4);
}

/*===================== 
	Promo Page styles 
=======================*/

.promo-page-slide-wrap {
    width:100%;
    background:#fff;
    margin-top:40px;
}
.promo-page-slider-tabs {
    width:100%;
    background:#fff;
    position: relative;
    z-index: 2;
    margin-bottom:40px;
}

.promo-page-slider-tabs .slick-track, .promo-page-slider-tabs {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    transform: none !important;
    width:100%!important;
    gap:10px;
}
.promo-page-slider-tabs .slick-list {
    width:100%!important;
    overflow: visible;
}

.promo-page-slider-tabs .slick-slide,  .promo-page-tab-slide {
    width: calc(16.66% - 9px) !important;
    box-sizing: border-box;
    cursor: pointer;
    background: #cecece;
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.15);
    padding:15px;
}
.promo-page-slider-tabs .slick-track:before, .promo-page-slider-tabs .slick-track:after {
    display: none!important;
}
.promo-page-tab-slide img {
    width: 100%;
    max-width: 200px;
    height: 70px;
    display: block;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    transition: .2s ease-in;
}
.promo-page-tab-slide h2 {
    display: block;
    padding-top:10px;
    text-align: center;
    font-size:20px;
    font-weight: 500;
    color:#000;
    transition: .2s ease-in;
}
.promo-page-tab-slide:hover h2 {
    color: #8c8c8c;
}
.promo-page-tab-slide:hover img {
    opacity: 0.6;
}
.promo-page-tab-slide.slick-current {
    background: #fff;
}
.promo-page-slider {
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.15);
    background: #fff;
}
.promo-page-slide, .promo-page-slider .slick-slide {
    display: flex!important;
    flex-wrap: wrap;
    gap:20px;
    width:100%;
    padding:20px;
    box-sizing: border-box;
}
.promo-info-cont-1 {
    width: calc(33.33% - 14px);
    display: flex;
    flex-direction: column;
    gap:20px;
    border:1px solid #000;
    padding:10px;
    box-sizing: border-box;
}
.no-current-promo-cont {
    width:100%;
    display: flex;
    flex-direction: column;
    border:1px solid #000;
    padding:40px 10px 100px 10px;
    box-sizing: border-box;
    text-align: center;
}
.promo-info-cont-1 h2 {
    font-size: 20px;
    font-family: "Jost", sans-serif;
}
.promo-info-cont-1 p {
    font-size:18px;
}
.promo-info-cont-1 img {
    max-width: 100%;
    width:100%;
    height: auto;
    display: block;
}

.promo-info-cont-1 .btn-white {
    max-width: 250px;
    margin: 0 auto;
    color:#fff!important;
}
.promo-info-cont-1 .btn-white:hover {
    color:#000!important;
}

.mahindra-promo .btn-white {
    background:#e41f38;
}
.roxor-promo .btn-white {
    background:#e41f38;
}
.bad-boy-promo .btn-white {
    background:#f36c23;
}
.jcb-promo .btn-white {
    background:#fcb026;
}
.segway-promo .btn-white {
    background:#DD3635;
}
.promo-dets-wrap {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin:20px auto 60px auto;
}

.promo-dets-cont-1 {
    background:#000;
    padding:40px 20px;
    width:40%;
    box-sizing: border-box;
    color:#fff;
}
.promo-dets-cont-1 p {
    font-size: 20px;
    line-height: 1.5;
}
.promo-dets-cont-2 {
    width:60%;
}

.promo-dets-cont-2 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/*===================== 
	Form styles 
=======================*/

/* Containers */

.form-cont-1 {
    padding: 40px 20px;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.15);
    background: #fff;
    margin:20px auto;
    box-sizing: border-box;
}

.form-info-cont {
	width: 100%;
	box-sizing: border-box;
}
.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.form-inline-1 {
	display: flex;
	flex-wrap: wrap;
}
.thankyou-container {
	width:100%;
	box-sizing: border-box;
	padding:30px 10% 10% 10%;
	margin-top:0;
}

.form-info-cont .form-section-head {
    padding: 20px 0 10px 0;
    color: #000;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    font-size: 30px;
}
.form-info-cont p, .form-info-cont label  {
    font-family: "Jost", sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin-bottom:5px;
    color:#000;
}

/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
}

.form-info-cont input, .form-info-cont date {
	width: 100%;
	display: block;
	padding: 15px;
	font-size: 17px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
    outline:none;
    color:#000;
    font-family: "Jost", sans-serif;
    border:1px solid #000;
}
.select-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px!important;
    width:100%;
    background:#fff;
    box-sizing: border-box;
    position: relative;
    border:1px solid #000;
    margin:  0 0 15px 0;
}
.select-cont  select {
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
    width:100%;
    background-color:transparent;
    border:0px!important;
    outline:none!important;
    font-size: 17px!important;
    font-weight: 400!important;
    padding:15px!important;
    box-sizing: border-box;
    color:#000; 
    position: relative;
    z-index: 2;
    cursor: pointer;
    font-family: "Jost", sans-serif;
}
.select-cont i {
    position: absolute;
    z-index: 1;
    right:10px;
}


.form-info-checkbox input[type="checkbox"] {
	padding: 5px 0 5px 5px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-cont textarea {
	width: 100%;
	display: block;
	padding: 5px;
	font-size: 17px;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
	font-family: "Jost", sans-serif;
    outline:none;
    border:0px;
    border:1px solid #000;
}
.form-info-cont button {
    margin:0 auto;
    width:100%;
    max-width: 250px;
    
}


.CaptchaImage {
  max-width: 100%;
}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 


/*===================== 
	amination styles 
=======================*/

.animate-cont {
    overflow: hidden;
}

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}
.scrolled.fade-in-top {
  animation: fade-in-top 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

.load-right {
    animation: slide-in-right 1s ease-in-out both;
}
.load-left {
    animation: slide-in-left 1s ease-in-out both;
}
.load-bottom {
    animation: fade-in-bottom 1s ease-in-out both;
}
.load-top {
    animation: fade-in-top 1s ease-in-out both;
}



/* ----------------------------------------------
 * Generated by Animista on 2021-2-11 23:32:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*===================== 
	banner styles 
=======================*/


/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
.wrap-content {
    width: 100%;
	margin: 0;
    overflow: hidden;
}	
.wrap-content .container-1 {
    padding:50px 20px;
}	
.content-header {
    font-size: 45px;
    padding: 20px 0 10px 0;
}

.container-1 {
	max-width: 1600px;
    width:100%;
	margin: 0 auto;
	padding:10px 20px;
	box-sizing: border-box;
	}
.container-2 {
	max-width: 1100px;
    width:100%;
	margin: 0 auto;
	padding:10px 20px;
	box-sizing: border-box;
	}
.container-inv {
	margin: 0 auto;
	padding:50px 20px;
	box-sizing: border-box;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
	
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}

/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
    background:#000;
	}
footer .container-1 {
    padding:40px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:20px;
}
.foot-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:15px;
}
.foot-logo-1 img {
    width: 100%;
    max-width: 230px;
    height: auto;
    display: block;
}
.foot-left p {
    font-family: "Jost", sans-serif;
    text-align: center;
    color:#fff;
    font-weight:400;
    font-size:12px;   
}
.foot-contact {
    padding:0;
    margin:0;
    display: flex;
    gap:10px;
}
.foot-contact li {
    list-style: none;
    padding:0;
    margin: 0;
    position: relative;
}

.foot-contact li a {
    font-size:30px;
    color:#8c8c8c;
    transition: .2s ease-in;
}
.foot-contact li a:hover {
    color:#cecece;
}
.foot-contact ul {
    display: none;
    position: absolute;
    right:0;
    bottom:100%;
    padding:0;
    margin:0;
    width: auto;
    background:#8c8c8c;
    z-index: 3;
}
.foot-contact ul li a {
    display: block;
    font-size:16px;
    font-weight:400;
    padding:10px 15px;
    box-sizing: border-box;
    white-space: nowrap;
    color:#fff;
    transition: .2s ease-in;
}
.foot-contact ul li a span {
    font-weight:600;
}
.foot-contact ul li a:hover {
    color:#cecece;
}

/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width: 1500px)  {
    .promo-info-text h3 {
        font-size:2vw;
    }
    .promo-info-text p {
        font-size:1.5vw;
    }
}

@media screen and (max-width: 1380px)  {
    nav.primary ul li a {
        font-size: 1.2vw;
        padding:15px 12px;
    }
}
@media screen and (max-width: 1300px)  {
    .loc-tab-slide h2 {
        font-size: 1.8vw;
    }
}
@media screen and (max-width: 1200px)  {
    .hero-wrap h1 {
      padding: 20px 20px 5px 20px;
      font-size:3.2vw;
    }
    .loc-info-left h3 {
        font-size: 24px;
    }
    .loc-info-left a {
        font-size: 18px;
    }
    .head-logo-1 img {
      max-width: 170px;
    }
}


@media screen and (max-width: 1000px)  {
    .head-logo-1 img {
      max-width: 230px;
    }
    .top-head {
        display: none;
    }
    
	/*==============================
		Mobile Nav Styles			
	================================*/	
    
    header {
        padding:0px!important;
        align-items: stretch;
    }
    .head-logo-1 {
        display: flex;
        justify-content: center;
        align-items: center;
        padding:20px;
        box-sizing: border-box;
    }
    
    .mobile-contact {
        display: flex;
        gap:10px;
        justify-content: center;
        align-items: center;
        background:#fff;
        position: relative;
        box-shadow: 0 0 15px 10px rgba(0,0,0,0.2);
        padding:5px 20px;
        margin:0;
    }
    .mobile-contact li {
        list-style: none;
        padding:0;
        margin: 0;
        position: relative;
    }
    
    .mobile-contact li a {
        font-size:20px;
        color:#8c8c8c;
        transition: .2s ease-in;
    }
    .mobile-contact li a:hover {
        color:#000;
    }
    .mobile-contact ul {
        display: none;
        position: absolute;
        right:0;
        padding:0;
        margin:0;
        width: auto;
        background:#000;
    }
    .mobile-contact ul li {

    }
    .mobile-contact ul li a {
        display: block;
        font-size:16px;
        font-weight:400;
        padding:10px 15px;
        box-sizing: border-box;
        white-space: nowrap;
        color:#fff;
        transition: .2s ease-in;
    }
    .mobile-contact ul li a span {
        font-weight:600;
    }
    .mobile-contact ul li a:hover {
        color:#cecece;
    }
    
	nav.primary{display:none;}
    .mobile-nav-cont-1 { display:block;} 
	#menu-button{ 
		width: 100%;
		display: flex;
        justify-content: center;
		position: relative;
        box-sizing: border-box;
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background: #8c8c8c;
        padding:10px 20px;
	}
	
    .menu-toggle {
        display: flex;
        gap:12px;
        align-items: center;
    }
     .menu-hamburger {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width:35px;
        height: 24px;
        position: relative;
    }
    .menu-hamburger-bar-1 {
       display: block;
       background:#000;
        height: 4px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-2 {
       display: block;
       background:#000;
        height: 4px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-3 {
       display: block;
       background:#000;
        height: 4px;
        width:100%;
        transition: .2s ease-in;
    }

    .clickopen .menu-hamburger-bar-2 {
        display: none;
    }
    .clickopen .menu-hamburger-bar-1 {
        position: absolute;
        top:10px;
        transform: rotate(45deg);
        width:25px;
    }
    .clickopen .menu-hamburger-bar-3 {
        position: absolute;
        top:10px;
        transform: rotate(-45deg);
        width:25px;
    }
    
	nav.mobile { /* this section is new updated position width and positioning*/
		display:none;
		position: absolute;
		left: 0px;
		width: 100%;
		height: auto;
		background: #8c8c8c;
		z-index: 500; 
		overflow:auto;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
        font-family: "Jost", sans-serif;
		position: relative;
		display: block;
		font-size:18px;
        text-align: center;
		padding: 10px;
		color: #fff;
		text-decoration: none;
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

    
    .hero-wrap h1 {
        order:1;
    }
    .container-1 {
        order:2;
    }

    .hero-slider {
        order:3;
        overflow: hidden;
        height: calc(350px + 40vw);
        max-height: 100%;
        min-height: 100%;
    }
    .hero-slide-cont {
        height: calc(350px + 40vw);
        max-height: 100%;
        min-height: 100%;
        flex-direction: column;
    }
    .hero-slide-image {
        width:100%;
        height: 40vw;
        display: flex;
        justify-content: center;
    }
    .hero-slide-image img {
        height: auto;
    }
    .hero-slide-arrow-d {
        display: none;  
    }
    .hero-slide-arrow-m {
        position: absolute;
        z-index: 2;
        top: auto;
        bottom: -10px;
        right: 0;
        left: 0;
        margin: 0 auto;
        display: block;
        width: 100%;
        font-size: 100px;
        text-align: center;
        line-height: 0;
    }
    .slick-current .hero-slide-arrow-m  {
        animation: fade-in-bottom 1000ms ease-in-out both;
    }
    
    .hero-slide-info {
        width:100%;
        height: 350px;
        padding:0 20px;
        gap: 15px 0;
    }
    .hero-slide-info img {
        max-width: 200px;
        max-height: 100px;
        margin-bottom:5px;
    }
    
    .hero-slider .slick-prev {
        height: 60px;
        width:20px;
        left:0px;
        top:calc(50% - 30px);
        opacity: 0.1;
    }
    .hero-slider .slick-next {
        height: 60px;
        width:20px;
        right:0px;
        top:calc(50% - 30px);
        opacity: 0.1;
    }
    .hero-tab-img {
        display: none;
    }
    .promo-info {
        width:100%;
        order:2;
        padding:20px;
    }
    .promo-img {
        width:100%;
        order:1;
    }

    .promo-info-text h3 {
        font-size:5vw;
    }
    .promo-info-text p {
        font-size:3.5vw;
    }
    .location-info, .location-map {
      width: 100%;
    }
    .location-brands a {
        width: calc(50% - 10px);
        flex-grow: 1;
    }
    .promo-info-cont-1 {
        width: calc(50% - 10px);
    }
    .promo-page-slider-tabs .slick-slide, .promo-page-slider-tabs .promo-page-tab-slide {
        width: calc(33.33% - 7px) !important;
        padding: 5px;
    }
    .promo-dets-cont-1 {
        width:100%;
        order:2;
    }
    .promo-dets-cont-2 {
        width:100%;
        order:1;
    }
    .promo-dets-cont-1 p {
      font-size: 16px;
    }
    

}
@media screen and (max-width: 900px)  {
    .hero-slider-tabs .slick-slide, .hero-slider-tabs .hero-slide-tab-cont {
        width: calc(33.33%) !important;
    }
    .hero-tab-logo {
        height: 80px;
    }  
    .wrap-home-about .container-2 {
        padding:80px 20px 60px 20px;
    }
    .wrap-home-about h2, .content-header {
        font-size:32px;
    }
    
    .wrap-home-about h2 span {
        font-size:20px;
    }
    .home-parts-cont-1, .home-service-cont-1 {
        width:100%;
        padding:40px;
    }
    .loc-info, .loc-map {
        width:100%;
    }
    .location-slider-tabs .slick-slide, .location-slider-tabs .loc-tab-slide {
        width: 50% !important;
        flex-grow: 1;
        border-top:1px solid #8c8c8c;
        border-left:1px solid #8c8c8c;
    }
    .location-slider-tabs .slick-slide:nth-of-type(even), .location-slider-tabs .loc-tab-slide:nth-of-type(even) {
        border-right:1px solid #8c8c8c;
    }
    .location-slider-tabs .slick-slide:last-of-type, .location-slider-tabs .loc-tab-slide:last-of-type {
        border-bottom:1px solid #8c8c8c;
        border-right:1px solid #8c8c8c;
    }
    .loc-tab-slide h2 {
        font-size: calc(12px + 1vw);
        padding:15px;
    }
    .col-1-2, .col-1-3 {
        width:100%;
    }
    .financing-cont-1 a {
        width:calc(50% - 10px);
    }
}

@media screen and (max-width: 785px)  {
    .inventory-page footer {
        padding-bottom: 140px;
    }
    .showroom-box-1 {
        width:100%;
    }
    .showroom-box-img img {
        height: 200px;
    }
    .head-logo-1 img {
      max-width: 160px;
    }
    .head-logo-1 {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 500px)  {
    .hero-slider-tabs .slick-slide, .hero-slider-tabs .hero-slide-tab-cont {
        width: calc(50%) !important;
    }
    .hero-tab-logo {
        height: 60px;
        padding:10px;
    }  
    .hero-wrap h1 {
        font-size: 5.8vw;
    }
    .hero-slide-info a, .showroom-box-info a {
        font-size:18px;
        padding:10px;
    }
    .hero-slide-info a i, .showroom-box-info a i {
        font-size:23px;
    }
    .hero-slider {
        height: calc(250px + 48vw);
    }
    .hero-slide-cont {
        height: calc(250px + 48vw);
    }
    .hero-slide-image {
        height: 48vw;
    }
    .hero-slide-info {
        height: 250px;
    }
    .promo-slider-head h2 {
      font-size: 24px;
    }
    .text-link {
        font-size: 16px;
    }
    .btn-white {
        font-size:16px;
        padding:10px;
    }
    .wrap-part-service a {
        min-height: 140px;
    }
    .wrap-home-about h2, .content-header {
        font-size:24px;
    }
    .wrap-home-about h2 span {
        font-size:17px;
    }
    .wrap-part-service a h3 {
      font-size: 22px;
    }
    .wrap-part-service a h3 i {
      font-size: 26px;
    }
    .wrap-part-service a p {
      font-size: 17px;
    }
    .loc-info-left, .loc-info-right {
        width:100%;
    }
    footer .container-1 {
        flex-direction: column;
    }
    .foot-contact ul {
        right: -47vw;
        width: 100vw;
        text-align: center;
    }
    .mobile-contact ul {
        right: -50px;
        width: 100vw;
        text-align: center;
    }
    .wrap-home-about {
        padding: 0 35px 35px 35px;
    }
    .promo-page-tab-slide h2 {
        font-size:20px;
    }
    .promo-page-slider-tabs .slick-slide, .promo-page-slider-tabs .promo-page-tab-slide {
        width: calc(50% - 7px) !important;
    }
    .promo-info-cont-1 {
        width: 100%;
    }
    .promo-info-cont-1 img {
        display: none!important;
    }
    .promo-info-cont-1 .btn-white {
        max-width: 100%;
        width: 100%;
    }
    
}
	
