* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ol,
ul {
    list-style: none;
}
del {
    text-decoration: line-through;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'akrobatbold', Helvetica, sans-serif;
    font-size: 17px;
    color: #333;
    overflow-x: hidden;
    min-width: 320px;
}
input,
textarea,
select {
    font-family: 'akrobatregular', Helvetica, sans-serif;
}
a {
    color: #333;
}
a:hover,
.submit:hover {
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}
.thumb {
    display: block;
}
.thumb img {
    display: block;
    width: 100%
}
p {
    line-height: 1.6em;
    font-size: 16px;
    font-family: 'akrobatlight', Arial;
}
.hidden {
    display: none;
}
br.clear {
    clear: both;
    line-height: 0;
}
.wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
}
@font-face {
    font-family: 'akrobatblack';
    src: url('../fonts/auto-mobile/akrobat-black-webfont.woff2') format('woff2'), url('../fonts/auto-mobile/akrobat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'akrobatbold';
    src: url('../fonts/auto-mobile/akrobat-bold-webfont.woff2') format('woff2'), url('../fonts/auto-mobile/akrobat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'akrobatextrabold';
    src: url('../fonts/auto-mobile/akrobat-extrabold-webfont.woff2') format('woff2'), url('../fonts/auto-mobile/akrobat-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'akrobatextralight';
    src: url('../fonts/auto-mobile/akrobat-extralight-webfont.woff2') format('woff2'), url('../fonts/auto-mobile/akrobat-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'akrobatlight';
    src: url('../fonts/auto-mobile/akrobat-light-webfont.woff2') format('woff2'), url('../fonts/auto-mobile/akrobat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'akrobatregular';
    src: url('../fonts/auto-mobile/akrobat-regular-webfont.woff2') format('woff2'), url('../fonts/auto-mobile/akrobat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'akrobatsemibold';
    src: url('../fonts/auto-mobile/akrobat-semibold-webfont.woff2') format('woff2'), url('../fonts/auto-mobile/akrobat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'akrobatthin';
    src: url('../fonts/auto-mobile/akrobat-thin-webfont.woff2') format('woff2'), url('../fonts/auto-mobile/akrobat-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 2rem 0 1rem;
	list-style-type: none;
}.slick-dots li {
	margin: 0 0.25rem;
}.slick-dots button {
	display: block;
	width: 10px;
	height: 5px;
	padding: 0;
	border: none;
	border-radius: 8px;
	background-color: #2c73e8;
	text-indent: -9999px;
}.slick-dots li.slick-active button {
	background-color: #02368a;
	width: 20px;
} 
#home {
    padding-bottom: 100px;
}
#home section.header {}
#home section.header section.top {
    background: #000;
    padding: 10px;
}
#home section.header section.top section.wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#home section.header section.top section.wrapper a.left {
    color: #777676;
    font-size: 18px;
}
#home section.header section.top section.wrapper h1.middle {}
#home section.header section.top section.wrapper h1.middle a {
    display: block;
}
#home section.header section.top section.wrapper h1.middle a img {
    width: 45px;
    height: auto;
}
#home section.header section.top section.wrapper div.right {
    width: 120px;
    display: flex;
    justify-content: space-between;
}
#home section.header section.top section.wrapper div.right a {
    display: inline-block;
}
#home section.header section.top section.wrapper div.right a span.icon {
    display: inline-block;
}
#home section.header section.top section.wrapper div.right a span.icon img {
    width: 18px;
}
#home section.header section.bottom {
    background: #fff;
    padding: 20px;
}
#home section.header section.bottom section.wrapper {}
#home section.header section.bottom section.wrapper header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#home section.header section.bottom section.wrapper header h1.left {}
#home section.header section.bottom section.wrapper header h1.left a {
    display: block;
}
#home section.header section.bottom section.wrapper header h1.left a img {
    width: 100%;
    display: block;
}
#home section.header section.bottom section.wrapper header nav.right {
    width: 71%;
}
#home section.header section.bottom section.wrapper header nav.right ul {
    display: flex;
    justify-content: space-between;
}
#home section.header section.bottom section.wrapper header nav.right ul li {
    margin-right: 20px;
}
#home section.header section.bottom section.wrapper header nav.right ul li:last-child {
    margin-right: 0;
}
#home section.header section.bottom section.wrapper header nav.right ul li a {
    color: #b2b2b2;
    font-size: 18px;
    padding-top: 48px !important;
}
#home section.header section.bottom section.wrapper header nav.right ul li a:hover {
    border-top: 5px solid #d32026;
    color: #d32026;
}
#home section.header section.bottom section.wrapper header nav.right ul li:first-child a {
    border-top: 5px solid #d32026;
    color: #d32026;
}
#home section.spotlight {
    background-image: url(../../images/auto-mobile/behance.jpg);
    background-repeat: no-repeat;
    padding: 235px 0;
    background-size: cover;
    position: relative;
}
#home section.spotlight::before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 50%;
    opacity: 0.5;
    background: #000;
}
#home section.spotlight section.wrapper section.left {
    width: 45%;
    position: relative;
}
#home section.spotlight section.wrapper section.left h1 {
    font-size: 41px;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
    font-weight: 600;
}
#home section.spotlight section.wrapper section.left div.image {
    width: 250px;
    height: 150px;
    top: 200%;
    position: absolute;
    overflow: hidden;
}
#home section.spotlight section.wrapper section.left p {
    color: #fff;
    position: relative;
    font-size: 18px;
}
#home section.spotlight section.wrapper section.left div.image:hover img {
    transform: scale(1.3);
}
#home section.spotlight section.wrapper section.left img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}
#home section.spotlight section.wrapper section.left div.image.first {
    left: 0;
}
#home section.spotlight section.wrapper section.left div.image.second {
    left: 60%;
}
#about {
    padding-bottom: 100px;
    margin-top: 100px;
}
#about {
    display: flex;
}
#about section.wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
#about section.wrapper div.arrows {
    position: absolute;
    top: -155px;
    left: 270px;
}
#about section.wrapper div.right div.arrows a.arrow {
    display: inline-block;
    width: 60px;
    height: 35px;
    padding: 5px 25px;
    line-height: 32px;
}
#about section.wrapper div.right div.arrows a.arrow img {
    width: 10px;
}
#about section.wrapper div.right div.arrows a.left {
    background: #2d2b2b;
}
#about section.wrapper div.right div.arrows a.right {
    background: #565656;
}
#about section.wrapper div.left {
    width: 45%;
}
#about section.wrapper div.left h1 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 600;
}
#about section.wrapper div.left p {}
#about div.right:hover img.img-container {
    transform: scale(1.2);
}
#about div.right {
    width: 50%;
    height: 130%;
    position: relative;
    overflow: hidden;
}
#about div.right img.img-container {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}
/* #about div.right::after {
    content: '';
    position: absolute;
    top: -170px;
    left: 50%;
    width: 500px;
    height: 500px;
    background: #f3f0f0;
    z-index: -1;
} */

#services {
    padding: 100px;
    background: url(../../images/auto-mobile/services-image.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
#services::after {
    content: "";
    background: #09288a;
    opacity: 0.7;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}
#services section.wrapper {}
#services section.wrapper h1 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    margin-bottom: 70px;
    position: relative;
    z-index: 1;
    font-weight: 600;
}
#services section.wrapper ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
    position: relative;
    z-index: 1;
}
#services section.wrapper ul li {
    width: 20%;
}
#services section.wrapper ul li span {
    width: 68px;
    height: 55px;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}
#services section.wrapper ul li span img {
    width: 77px;
    display: block;
    height: 75px;
}
#services section.wrapper ul li h2 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}
#services section.wrapper ul li p {
    color: #fff;
    font-size: 17px;
}
#nexa {
    background: #000;
    padding-bottom: 80px;
}
#nexa section.wrapper {
    text-align: right;
    display: flex;
    position: relative;
    padding: 26px 0px;
    /* flex-wrap: wrap; */
    flex-direction: row-reverse
}
#nexa section.wrapper div.right {
    text-align: right;
    width: 60%;
    position: relative;
}
#nexa section.wrapper div.slider {
    position: absolute;
    bottom: -260px;
    left: 0;
    width: 580px;


}
#nexa section.wrapper div.slider div.item {}
#nexa section.wrapper div.slider div.item div.image:nth-child(n) {
    left: 0;
    bottom: -85px;
    height: 229px;
    width: 350px;
    z-index: 1;
    transition: all 1s;
    position: relative;
    overflow: hidden;
}
#nexa section.wrapper div.slider div.item div.image:nth-child(2n):hover {
    left: 350px;
}
#nexa section.wrapper div.slider div.item div.image:nth-child(2n) {
    left: 180px;
    bottom: 74px;
    height: 130px;
    width: 230px;
    z-index: 0;
    position: relative;
    transition: all 1s;


}

#nexa section.wrapper div.slider div.item div.image img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}
#nexa section.wrapper div.slider div.item div.image:nth-child(n):hover img {
    transform: scale(1.2);

}
#nexa section.wrapper div.slider a.arrow.right {
    top: -45px;
    right: 233px;
}
#nexa section.wrapper div.slider a.arrow.left {
    top: 349px;
    right: 293px;
}
#nexa section.wrapper div.slider a.arrow {
    display: inline-block;
    width: 60px;
    height: 35px;
    padding: 5px 25px;
    position: relative;
    z-index: 99;
}
#nexa section.wrapper div.slider a.left {
    background: #2d2b2b;
}
#nexa section.wrapper div.slider a.right {
    background: #565656;
}
#nexa section.wrapper div.slider a.arrow img {
    width: 10px;
}

/* #nexa section.wrapper div.right::before   {
    content: "";
    background: url(../../images/auto-mobile/mob-ciaz-banner.jpg);
    background-size: cover;
    top: 340px;
    left: -500px;
    bottom: 0;
    right: 0;
    height: 210px;
    width: 350px;
    position: absolute;
    z-index: 1;
    transition: all 1s;
}#nexa section.wrapper div.right::after {
    content: "";
    background: url(../../images/auto-mobile/maruti.jpg);
    background-size: cover;
    top: 380px;
    left: -300px;
    bottom: 0;
    right: 0;
    height: 130px;
    width: 230px;
    position: absolute;
    z-index: 0;
} */

#nexa section.wrapper div.right h1 {
    width: 220px;
    margin-left: auto;
}
#nexa section.wrapper div.right h1 a {
    display: block;
}
#nexa section.wrapper div.right h1 a img {
    width: 100%;
    display: block;
    margin: 20px 0px;
}
#nexa section.wrapper div.right p {
    color: #7c7c7c;
    line-height: 1.45em;
    font-size: 18px;
    margin-bottom: 20px;
}
#nexa section.wrapper div.right p:last-child {
    margin-bottom: 0;
}
#divisions {
    padding: 100px 70px 80px;
}
#divisions section.wrapper {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    position: relative;
}
#divisions section.wrapper div.arrows {
    top: 18px;
    left: 270px;
    display: flex;
}
#divisions section.wrapper div.arrows a.arrow {
    display: inline-block;
    width: 60px;
    height: 35px;
    padding: 5px 25px;
}
#divisions section.wrapper div.arrows a.left {
    background: #2d2b2b;
}
#divisions section.wrapper div.arrows a.right {
    background: #565656;
}
#divisions section.wrapper div.arrows a.arrow img {
    width: 10px;
}
#divisions section.wrapper div.top {
    width: 50%;
    text-align: right;
    margin-bottom: 50px;
    position: relative;
}
#divisions section.wrapper div.top::after {
    content: '';
    position: absolute;
    top: -170px;
    right: 680px;
    width: 520px;
    height: 600px;
    background: #f3f0f0;
    z-index: -1;
}
#divisions section.wrapper div.top h1 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 600;
}
#divisions section.wrapper div.top p {
    font-size: 20px;
}
#divisions section.wrapper div.bottom {
    width: 100%;
    width: 90%;
    margin: 0 auto;
}
#divisions section.wrapper div.bottom ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#divisions section.wrapper div.bottom ul li {
    width: 24%;
    margin: 0 10px;
}
#divisions section.wrapper div.bottom ul li span.container i {
    color: white;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: .5s ease;
}
#divisions section.wrapper div.bottom ul li span.container:hover i {
    opacity: 1;
}
#divisions section.wrapper div.bottom ul li span.container .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #081A54;
    display: flex;
}
#divisions section.wrapper div.bottom ul li span.container:hover .overlay {
    opacity: .3;
}
#divisions section.wrapper div.bottom ul li span.container {
    display: block;
    /* width: 230px; */
    /* width: 240px; */
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    position: relative;
}
#divisions section.wrapper div.bottom ul li span img {
    width: 100%;
    height: 80%;
    display: block;
}
#divisions section.wrapper div.bottom ul li span.text {
    font-size: 20px;
    font-weight: 600;
    margin-top: -33px;
    display: inherit;
}
#showrooms {
    margin-top: 20px;
}
#showrooms section.wrapper {
    max-width: 1400px;
}
#showrooms section.wrapper div.top {
    text-align: center;
}
#showrooms section.wrapper div.top h1 {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 600;
}
#showrooms section.wrapper div.top p {
    width: 30%;
    margin: 0 auto;
    font-size: 15px;
}
#showrooms section.wrapper div.bottom {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    color: #4d4c4c;
}
#showrooms section.wrapper div.bottom div.places {
    width: 100%;

}
#showrooms section.wrapper div.bottom div.places ul {
        
        justify-content: center;
        width: 100%;
}
#showrooms section.wrapper div.bottom div.places ul li {
    width: 25%;
    display: flex;
    margin-bottom: 20px;

}
#showrooms section.wrapper div.bottom div.places ul li span.icon {
    width: 15px;
    display: block;
    margin-right: 10px;
}
#showrooms section.wrapper div.bottom div.places ul li span.icon img {
    width: 100%;
    display: block;
}
#showrooms section.wrapper div.bottom div.places ul li span {
    cursor: pointer;
}
#showrooms section.wrapper div.bottom div.places ul li:hover,
#showrooms section.wrapper div.bottom div.places ul li.active {
    color: #d32127;
}
#showrooms div.bottom div.places ul li div.card {
    width: 98%;
    background: #fff;
    padding: 10px;
    z-index: 3;
    box-shadow: 0 0 25px #00000069;
    border-radius: 5px;
}
#showrooms div.bottom div.places ul li:nth-child(4n) div.card {
    left: auto;
    right: 120px;
}
#showrooms div.bottom div.places ul li div.card div.img {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#showrooms div.bottom div.places ul li div.card div.img img {
    width: 100%;
}.badge{
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
}.badge p{
    background: #09288a;
    padding: 5px 17px;
    font-size: 16px;
    font-weight: 600;
}
#showrooms div.bottom div.places ul li div.card div.card-bottom {
    margin-top: 20px;
}
#showrooms div.bottom div.places ul li div.card div.card-bottom p {
    margin-top: 5px;
}
#showrooms div.bottom div.places ul li div.card div.card-bottom p a {
    display: flex;
    align-items: center
}
#showrooms div.bottom div.places ul li div.card div.card-bottom p a span {
    margin-right: 10px;
    width: 15px;
    color: #a37d7d;
}
#banner {
    margin-top: 100px;
    padding: 70px;
    background: url(../../images/auto-mobile/banner.jpg);
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    /*padding-bottom: 100px;*/
}
#banner::after {
    content: "";
    background: #000;
    opacity: 0.8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}
#banner section.wrapper {}
#banner section.wrapper ul {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-around;
    color: #fff;
}
#banner section.wrapper ul li {}
#banner section.wrapper ul li h1 {
    font-size: 70px;
    font-family: 'akrobatextrabold';
    font-weight: 600;
}
#banner section.wrapper ul li p {
    font-size: 14px;
    font-family: 'akrobatbold';
}
#brands {
    background: #f2f2f2;
    padding: 60px;
}
#brands section.wrapper {}
#brands section.wrapper h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}
#brands section.wrapper ul {
    display: flex;
    justify-content: space-between;
}
#brands section.wrapper ul li {}
#brands section.wrapper ul li a {
    width: 60%;
    display: block;
}
#brands section.wrapper ul li a img {
    width: 100%;
    display: block;
}
#contact {
    margin-top: 100px;
    padding-bottom: 100px;
}
#contact section.wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#contact section.wrapper div.left {
    width: 38%;
    background: #24183a;
    padding: 50px 50px 50px 75px;
    color: #fff;
}
#contact section.wrapper div.left h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
}
#contact section.wrapper div.left div.title {
    margin-bottom: 30px;
}
#contact section.wrapper div.left div.title:last-child {
    margin-bottom: 0;
}
#contact section.wrapper div.left div.address p {
    width: 31%;
    position: relative;
    left: 28px;
}
#contact section.wrapper div.left div.address p::before {
    content: "";
    display: block;
    background-image: url('../../images/auto-mobile/address location icon.svg');
    background-repeat: no-repeat;
    position: absolute;
    height: 30px;
    width: 20px;
    left: -30px;
    top: 0;
}
#contact section.wrapper div.left div.phone p {
    /* width: 50%; */
    position: relative;
    left: 28px;
}
#contact section.wrapper div.left div.phone p::before {
    content: "";
    display: block;
    background-image: url('../../images/auto-mobile/phone call icon.svg');
    background-repeat: no-repeat;
    position: absolute;
    height: 30px;
    width: 20px;
    left: -32px;
    top: 6px;
}
#contact section.wrapper div.left div.email p {
    width: 35%;
    position: relative;
    left: 28px;
}
#contact section.wrapper div.left div.email p::before {
    content: "";
    display: block;
    background-image: url('../../images/auto-mobile/Email icon.svg');
    background-repeat: no-repeat;
    position: absolute;
    height: 30px;
    width: 20px;
    left: -30px;
    top: 0;
}
#contact section.wrapper div.left div.phone span.text {}
#contact section.wrapper div.left div.title h3 {
    margin-bottom: 20px;
}
#contact section.wrapper div.left div.title span.icon {
    width: 12px;
    display: inline-block;
    margin-right: 20px;
}
#contact section.wrapper div.left div.title span.icon img {
    width: 100%;
    display: block;
}
#contact section.wrapper div.left div.title span.text {}
#contact section.wrapper div.right {
    width: 60%;
}
#contact section.wrapper div.right h1 {
    font-size: 32px;
    margin-bottom: 30px;
}
#contact section.wrapper div.right form {
    display: flex;
    justify-content: space-between;
}
#contact section.wrapper div.right form div.first {
    width: 45%;
}
#contact section.wrapper div.right form div.second {
    width: 45%;
}
#contact section.wrapper div.right form div.form-group {
    width: 100%;
    margin-bottom: 20px;
}
#contact section.wrapper div.right form div.form-group input {
    background: #f2f2f2;
    box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.05);
    height: 60px;
    font-size: 18px;
    color: #000;
    border: none;
    padding: 10px 25px;
    width: 100%;
}
#contact section.wrapper div.right form div.form-group textarea {
    height: 133px;
    background: #f2f2f2;
    box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.05);
    font-size: 18px;
    color: #000;
    border: none;
    padding: 10px 25px;
    width: 100%;
}
#contact section.wrapper div.right form div.form-button button {
    background: #292333;
    box-shadow: 0px 10px 23px rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 60px;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
}
/* mobile-menu */

#home .main-bar .main-menu {
    display: none;
}
#home .main-bar .main-menu ul li a {
    color: #fff;
    font-weight: 600;
}
#home .main-bar .main-menu ul li:hover {
    background: #777777a8;
}
#home .main-bar span.menu-icon {
    display: none;
}
#home .main-bar span.close {
    display: none;
}
.phone-menu {
    display: none;
}
/* end mobile-menu */

footer {
    background: #171717;
}
footer section.top {
    padding: 70px;
}
footer section.top section.wrapper {
    display: flex;
    justify-content: space-between;
}
footer section.top section.wrapper div.left {}
footer section.top section.wrapper div.left h1 {
    width: 125px;
    margin: 0 auto;
}
footer section.top section.wrapper div.left h1 a {
    display: block;
}
footer section.top section.wrapper div.left h1 a img {
    width: 100%;
    display: block;
}
footer section.top section.wrapper div.left ul {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}
footer section.top section.wrapper div.left ul li {}
footer section.top section.wrapper div.left ul li a {
    display: block;
    width: 25px;
}
footer section.top section.wrapper div.left ul li a img {
    width: 100%;
    display: block;
}
footer section.top section.wrapper div.middle {
    width: 30%;
}
footer section.top section.wrapper div.middle h2 {
    margin-bottom: 30px;
    color: #fff;
}
footer section.top section.wrapper div.middle p {
    font-size: 15px;
    color: #8e8e8e;
}
footer section.top section.wrapper div.right {
    font-family: 'akrobatlight', Arial;
}
footer section.top section.wrapper div.right h2 {
    margin-bottom: 30px;
    color: #fff;
}
footer section.top section.wrapper div.right div.content {
    display: flex;
    color: #8e8e8e;
}
footer section.top section.wrapper div.right div.content div.first {
    margin-right: 30px;
}
footer section.top section.wrapper div.right div.content div.first ul {}
footer section.top section.wrapper div.right div.content div.first ul li {
    margin-bottom: 20px;
}
footer ul li a {
    color: #8e8e8e;
}
footer section.top section.wrapper div.right div.content div.second {}
footer section.top section.wrapper div.right div.content div.second ul {}
footer section.top section.wrapper div.right div.content div.second ul li {
    margin-bottom: 20px;
}
footer section.bottom {
    border-top: 1px solid #A9A9A9;
    color: #A9A9A9;
    padding: 30px 0;
    padding: 15px;
}
footer section.bottom p a {
    color: #A9A9A9;
}
footer section.bottom p {
    text-align: center;
}
/* Start Responsive */
@media all and (max-width:1280px) {
    #services section.wrapper h1 {
        margin-bottom: 50px;
    }
    #divisions section.wrapper div.top h1 {
        margin-bottom: 15px;
    }
    #nexa section.wrapper div.right h1 a img {
        margin: 20px 0px 8px;
    }
    #services section.wrapper h1 {
        margin-bottom: 40px;
    }
    #home section.header section.bottom section.wrapper header nav.right {
        width: 80%;
    }}
@media all and (max-width:980px) {
    #contact {
        margin-top: 65px;
        padding-bottom: 65px;
    }
    #divisions section.wrapper div.bottom ul li span.container {
        width: 85%;
    }
    #nexa section.wrapper div.right {
        width: 85%;
    }
    #services section.wrapper ul li h2 {
        margin-bottom: 10px;
    }
    #services section.wrapper ul li span {
        margin-bottom: 27px;
    }
    #services section.wrapper ul li {
        width: 24%;
    }
    #services section.wrapper ul li span img {
        width: 60px;
        height: 64px;
    }
    #services {
        padding: 60px 0;
    }
    #nexa section.wrapper div.right h1 {
        width: 180px;
    }
    #nexa {
        padding-bottom: 40px;
    }
    #divisions section.wrapper div.top {
        margin-bottom: 25px;
    }
    #divisions section.wrapper div.top {
        width: 78%;
    }
    #divisions {
        padding: 60px 0 40px;
    }
    #banner {
        margin-top: 50px;
    }
    #banner section.wrapper ul li h1 {
        font-size: 54px;
    }
    #home section.header section.bottom section.wrapper header nav.right ul li a {
        font-size: 15px;
    }
    #home section.spotlight section.wrapper section.left {
        width: 51%;
    }
    #divisions section.wrapper div.bottom ul li span.container {
        height: 160px;
    }
    #divisions section.wrapper div.top h1 {
        margin-bottom: 18px;
    }
    #contact section.wrapper div.left {
        padding: 50px 30px;
    }
    #nexa section.wrapper div.slider {
        display: none
    }}
@media all and (max-width:820px) {
    #divisions section.wrapper div.bottom ul li {
        width: 49%;
    }}
@media all and (max-width:768px) {
    footer section.top {
        padding: 40px 28px;
    }
    #contact section.wrapper div.left div.title {
        margin-bottom: 22px;
    }
    #contact section.wrapper div.left div.title h3 {
        margin-bottom: 10px;
        font-size: 19px;
    }
    #brands section.wrapper ul li a img {
        width: 75px;
    }
    #brands section.wrapper ul li a {
        margin: auto;
    }
    #showrooms section.wrapper div.bottom {
        margin-top: 20px;
    }
    #services section.wrapper ul li span {
        margin-bottom: 2px;
    }
    #services section.wrapper ul li span img {
        width: 35px;
        margin: 0 auto;
        height: 40px;
    }
    #about section.wrapper div.left {
        width: 50%;
    }
    #about div.right {
        width: 46%;
        height: 90%;
    }
    #about {
        padding-bottom: 60px;
        margin-top: 0;
    }
    #home section.spotlight section.wrapper section.left h1 {
        margin-bottom: 20px;
    }
    #home section.spotlight section.wrapper section.left {
        width: 65%;
    }
    #home section.spotlight::before {
        width: 63%;
    }
    #home section.header section.top section.wrapper div.right a {
        display: none;
    }
    #home section.header section.bottom section.wrapper header nav.right {
        display: none;
    }
    #home section.header section.bottom section.wrapper header nav.right ul {
        display: none;
    }
    #home section.header section.bottom section.wrapper header nav.right ul li {
        display: none;
    }
    /* mobile-menu response */
    #home .main-bar .main-nav {
        display: none;
    }
    #home .main-bar div.phone {
        display: none;
    }
    #home .main-bar span.icon {}
    #home .main-bar span {
        font-size: 30px;
    }
    #home .main-bar .main-menu {
        background-color: rgb(0, 0, 0, 0.8);
        width: 35%;
        height: 100vh;
        z-index: 2;
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        display: none;
        line-height: 50px;
        padding: 36px 0 0 26px;
    }
    #home .main-bar .main-menu ul li {
        height: 40px;
        text-align: left;
    }
    #home .main-bar .main-menu ul {}
    #home .main-bar span.close {
        color: #fff;
    }
    #home .main-bar span.menu-icon {
        display: block;
        color: #cccccc;
        cursor: pointer;
        z-index: 3;
        font-size: 21px;
        font-weight: bold;
    }
    #home .main-bar span.close {
        display: block;
    }
    #home .main-bar span.close {
        display: none;
        opacity: 0.8;
    }
    #home .main-bar span {
        position: absolute;
        right: 42px;
        top: 24px;
        color: #031031;
        z-index: 3;
        cursor: pointer;
    }
    #home .main-bar nav.main-menu ul {
        display: block;
        width: 100%;
    }
    #home .main-bar nav.main-menu ul li {
        margin: 0 auto;
    }
    #home .main-bar nav.main-menu ul li a {
        color: #fff !important;
    }
    #home .main-bar span.icon small {
        background: url ('../images/menu.png')
    }
    /* mobile-menu response */
    header div.right {
        width: 10%;
    }
    header div.left p {
        font-size: 15px;
    }
    #main header div.content div.middle {
        width: 10%
    }
    #main header div.content div.right {
        width: 10%;
    }
    #main header div.content div.right ul {
        margin-bottom: 0;
        display: none;
    }
    header div.right ul {
        display: none;
    }
    #home section.spotlight section.wrapper section.left img {
        width: 225px;
        height: 120px;
        top: 190%;
    }
    #home section.spotlight section.wrapper section.left img.second {
        left: 80%;
    }
    #home section.header section.bottom section.wrapper header nav.right ul li a {
        font-size: 15px;
    }
    #about section.wrapper div.left h1 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    #about section.wrapper div.left p {
        font-size: 15px;
    }
    #services {
        padding: 50px 0 30px;
    }
    #services section.wrapper h1 {
        margin-bottom: 25px;
        font-size: 25px;
    }
    #services section.wrapper ul {
        flex-wrap: wrap;
    }
    #services section.wrapper ul li {
        width: 45%;
        margin-bottom: 30px;
    }
    #nexa section.wrapper div.right h1 a img {
        width: 55%;
    }
    #nexa section.wrapper div.right p {
        font-size: 15px;
    }
    #nexa section.wrapper div.right::after {
        top: 270px;
        left: -200px;
        height: 100px;
        width: 215px;
    }
    #nexa section.wrapper div.right::before {
        top: 247px;
        left: -305px;
        height: 145px;
        width: 250px;
    }
    #divisions section.wrapper div.top::after {
        top: -70px;
        width: 300px;
        height: 535px;
        right: 367px;
    }
    #divisions section.wrapper div.top h1 {
        font-size: 25px;
    }
    #divisions section.wrapper div.top p {
        font-size: 15px;
    }
    #divisions section.wrapper div.arrows {
        top: -3px;
        left: 108px;
    }
    #divisions section.wrapper div.bottom ul {
        flex-wrap: wrap;
    }
    /* #divisions section.wrapper div.bottom ul li span.container {
        width: 170px;
        height: 150px;
    } */
    #showrooms {
        margin-top: 0;
    }
    #showrooms section.wrapper div.top h1 {
        font-size: 25px;
    }
    #showrooms section.wrapper div.top p {
        width: 100%;
    }
    #banner section.wrapper ul li h1 {
        font-size: 38px;
    }
    #brands section.wrapper ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    #brands section.wrapper ul li {
        width: 30%;
        margin-bottom: 20px;
    }
    #brands section.wrapper ul li:last-child {
        margin-bottom: 0;
    }
    #contact section.wrapper div.left {
        padding: 25px 15px;
    }
    #contact section.wrapper div.left h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    #contact section.wrapper div.left div.address p {
        width: 90%;
        font-size: 15px;
    }
    #contact section.wrapper div.left div.phone p {
        /* width: 47%; */
        font-size: 15px;
    }
    #contact section.wrapper div.left div.email p {
        font-size: 15px;
    }
    #contact section.wrapper div.right h1 {
        font-size: 23px;
        margin-bottom: 16px;
    }
    #contact section.wrapper div.right form div.form-group input {
        font-size: 15px;
        width: 115%;
    }
    #contact section.wrapper div.right form div.form-group textarea {
        font-size: 15px;
    }
    footer section.top section.wrapper div.left h1 {
        width: 90px;
    }
    footer section.top section.wrapper div.left ul li a {
        width: 20px;
    }}
@media all and (max-width: 640px) {
    footer section.top {
        padding: 40px 28px 30px;
    }
    #services {
        padding: 40px 0 30px;
    }
    #brands section.wrapper h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    #brands section.wrapper ul li a img {
        width: 65px;
    }
    footer section.top section.wrapper div.right div.content div.first ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    footer section.top section.wrapper div.right div.content div.first ul li {
        margin-bottom: 20px;
        width: 48%;
    }
    footer section.top section.wrapper div.right div.content div.second ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    footer section.top section.wrapper div.right div.content div.second ul li {
        width: 48%;
    }
    #showrooms section.wrapper div.top h1 {
        margin-bottom: 10px;
    }
    #divisions section.wrapper div.bottom ul li span.text {
        margin-top: -56px;
    }
    #divisions section.wrapper div.bottom ul li span img {
        height: 100px;
    }
    #divisions section.wrapper div.bottom ul li span.container {
        width: 100%;
    }
    #home section.spotlight section.wrapper section.left {
        margin-bottom: 40px;
    }
    #home section.header section.bottom {
        padding: 0
    }
    #home section.header section.bottom section.wrapper header {
        justify-content: flex-start;
    }
    #home section.header section.bottom section.wrapper header h1.left a img {
        display: none;
    }
    #home section.header section.bottom section.wrapper header nav.right ul li a {
        color: #b2b2b2;
        font-size: 15px;
        padding-top: 19px !important;
    }
    #home section.spotlight {
        padding: 45px 0;
    }
    #home section.spotlight section.wrapper section.left h1 {
        font-size: 26px;
        margin-bottom: 16px;
    }
    #home section.spotlight section.wrapper section.left p {
        font-size: 15px;
    }
    #home section.spotlight section.wrapper section.left img {
        width: 150px;
        height: 100px;
        top: 100%;
    }
    #home section.spotlight section.wrapper section.left img.second {
        left: 100%;
    }
    #home section.spotlight section.wrapper section.left div.image {
        width: auto;
        height: auto;
        top: 150px;
    }
    #about {
        margin-top: 0;
        padding-bottom: 50px;
    }
    #about div.right {
        height: 174px;
    }
    #about div.right::after {
        left: 50px;
    }
    #about section.wrapper div.arrows {
        top: -95px;
        left: 155px;
    }
    #nexa {
        padding-bottom: 30px;
    }
    #nexa section.wrapper {
        justify-content: center;
    }
    #nexa section.wrapper div.right {
        width: 100%;
        text-align: left;
    }
    #nexa section.wrapper div.right h1 {
        width: 210px;
        margin: 0;
    }
    #nexa section.wrapper div.right h1 a img {
        width: 50%;
    }
    #nexa section.wrapper div.right::before {
        left: 0;
        height: 115px;
        width: 200px;
    }
    #nexa section.wrapper div.right::after {
        left: 85px;
        height: 70px;
        width: 190px;
    }
    #nexa section.wrapper div.slider {
        bottom: -260px;
    }
    #divisions {
        margin-top: 0;
        padding: 50px 0 40px;
    }
    #divisions section.wrapper div.top h1 {
        margin-bottom: 10px;
    }
    #services section.wrapper ul li p {
        font-size: 15px;
    }
    #divisions section.wrapper div.arrows {
        top: -24px;
        left: 36px;
    }
    #divisions section.wrapper div.arrows a.arrow {
        width: 50px;
        height: 30px;
    }
    #divisions section.wrapper div.top {
        width: 100%;
    }
    #divisions section.wrapper div.bottom ul li {
        width: 40%;
    }
    #divisions section.wrapper div.top::after {
        top: -100px;
        right: 302px;
    }
    #showrooms section.wrapper div.bottom {
        flex-wrap: wrap;
    }
    #showrooms section.wrapper div.bottom div.places {
        /* width: 45%; */
        margin-bottom: 20px;
    }
    #showrooms section.wrapper div.bottom div.places ul li {
        width: 32%;
    }
    #showrooms div.bottom div.places ul li:nth-child(4n) div.card {
        left: 30px;
        right: auto;
    }
    #showrooms div.bottom div.places ul li:nth-child(3n) div.card {
        left: auto;
        right: 120px;
    }
    #banner {
        margin-top: 0;
        padding: 35px;
    }
    #banner section.wrapper ul {
        flex-wrap: wrap;
    }
    #banner section.wrapper ul li {
        width: 45%;
        text-align: center;
    }
    #brands {
        padding: 30px 0;
    }
    #brands section.wrapper ul li {
        width: 33%;
    }
    #contact section.wrapper {
        flex-wrap: wrap;
    }
    #contact section.wrapper div.left {
        width: 100%;
        margin-bottom: 35px;
        padding: 50px 30px;
    }
    #contact section.wrapper div.left div.phone p {
        display: inline-block;
        left: -25px;
        left: auto;
        width: 100%;
        margin-left: 30px;
    }
    #contact section.wrapper div.left div.phone p::before {
        left: -28px;
    }
    #contact section.wrapper div.left div.email p {
        width: 100%;
    }
    #contact section.wrapper div.right {
        width: 100%;
    }
    #contact section.wrapper div.right h1 {
        text-align: center;
    }
    #contact {
        margin-top: 20px;
        padding-bottom: 30px;
    }
    footer section.top section.wrapper {
        flex-wrap: wrap;
    }
    footer section.top section.wrapper div.left {
        width: 30%;
        margin-bottom: 20px;
    }
    footer section.top section.wrapper div.middle {
        width: 55%;
        margin-bottom: 30px;
    }
    footer section.top section.wrapper div.middle h2 {
        margin-bottom: 10px;
    }
    footer section.bottom p {
        font-size: 13px;
    }    #showrooms section.wrapper div.top {
        text-align: left;
    }}
@media all and (max-width: 480px) {
    #home .main-bar .main-menu {
        padding: 56px 0 0 26px;
    }    #divisions section.wrapper div.top {
        margin-bottom: 16px;
    }    footer section.top section.wrapper div.right div.content div.first ul li {
        margin-bottom: 14px;
    }    footer section.top section.wrapper div.right div.content div.second ul li {
        margin-bottom: 14px;
    }    footer section.top section.wrapper div.right h2 {
        margin-bottom: 15px;
    }    footer section.top section.wrapper div.right div.content div.first ul li {
        width: 90%;
    }    footer section.top section.wrapper div.right div.content div.second ul li {
        width: 90%;
    }    #showrooms section.wrapper div.top h1 {
        font-size: 23px;
    }
    #divisions section.wrapper div.bottom {
        width: 100%;
    }
    #services {
        padding: 40px 0 20px;
    }
    #about {
        padding-bottom: 40px;
        padding-top: 20px;
    }
    #about section.wrapper div.left h1 {
        font-size: 23px;
        margin-bottom: 10px;
    }
    #home {
        padding-bottom: 90px;
    }
    #about div.right {
        display: none;
    }
    #home section.spotlight {
        padding: 30px;
    }
    #home section.spotlight section.wrapper section.left p {
        margin-bottom: 30px;
    }
    #home .main-bar .main-menu {
        width: 62%;
        line-height: 40px;
    }
    #home section.header section.top section.wrapper a.left {
        display: none;
    }
    #home section.header section.bottom section.wrapper header nav.right ul li a {
        font-size: 10px;
    }
    #home section.header section.bottom section.wrapper header nav.right ul li a {
        padding-top: 23px !important;
    }
    #home section.spotlight section.wrapper section.left {
        width: 100%;
    }
    #home section.spotlight::before {
        width: 100%;
    }
    #home section.spotlight section.wrapper section.left img {
        width: 155px;
        height: 97px;
    }
    #home section.spotlight section.wrapper section.left img.second {
        left: 122px;
    }
    #about section.wrapper div.arrows {
        top: -95px;
        left: 64px;
    }    #home section.spotlight section.wrapper section.left div.image.second {
        left: 175px;
    }    
    #about section.wrapper div.right div.arrows a.arrow img {
        width: 7px;
    }
    #about section.wrapper div.right div.arrows a.arrow {
        display: inline-block;
        width: 20px;
        height: 20px;
        padding: 1px 5px;
    }
    #about div.right img.img-container {
        display: none;
    }
    #about section.wrapper div.left {
        width: 100%;
    }
    #about div.right::after {
        left: 0;
    }
    #services section.wrapper h1 {
        font-size: 20px;
    }
    #services section.wrapper ul li {
        width: 100%;
        border: 1px solid #fff;
        padding: 20px;
    }
    #nexa {
        padding-bottom: 20px;
    }
    #nexa section.wrapper div.slider {
        display: none;
    }
    #nexa section.wrapper div.right::before {
        top: 318px;
    }
    #nexa section.wrapper div.right::after {
        top: 341px;
    }
    #divisions {
        margin-top: 0;
        padding: 30px 0;
    }
    #showrooms section.wrapper div.bottom div.places ul {
        justify-content: space-between;
    }
    #showrooms section.wrapper div.bottom div.places ul li {
        width: 49%;
    }
    #showrooms div.bottom div.places ul li:nth-child(n) div.card {
        left: 0;
        right: 0;
    }
    #showrooms div.bottom div.places ul li:nth-child(2n) div.card {
        left: auto;
        right: 0;
    }
    #divisions section.wrapper div.arrows {
        top: -44px;
    }
    #divisions section.wrapper div.top::after {
        display: none;
    }
    #divisions section.wrapper div.top {
        text-align: left;
        margin-top: 15px;
    }
    #divisions section.wrapper div.top h1 {
        margin-bottom: 10px;
    }
    #divisions section.wrapper div.bottom ul li span.container {
        width: 168px;
        height: 123px;
    }
    footer section.top {
        padding: 40px;
    }
    footer section.top section.wrapper div.left {
        width: 100%;
        margin-bottom: 30px;
    }
    footer section.top section.wrapper div.middle {
        width: 100%;
    }
    footer section.bottom p span {
        display: block;
    }}@media all and (max-width: 420px) {
    #divisions section.wrapper div.bottom ul li span.container {
        width: 147px;
        height: 123px;
    }    #contact section.wrapper div.right form div.form-group input {
        font-size: 15px;
        width: 100%;
    }    #contact section.wrapper div.right form div.second {
        width: 50%;
    }    #services section.wrapper ul li {
        margin-bottom: 15px;
    }    #divisions section.wrapper div.bottom ul li span.text {
        font-size: 18px;
    }    #services section.wrapper ul li h2 {
        font-size: 20px;
    }    #home {
        padding-bottom: 50px;
    }    #home section.spotlight section.wrapper section.left img {
        width: 132px;
        height: 83px;
    }    footer section.top {
        padding: 40px 20px;
    }    #divisions section.wrapper div.bottom ul li span.container {
        /* width: 141px;
        height: 115px; */
    }    #home section.spotlight {
        padding: 25px 10px;
    }    #divisions section.wrapper div.bottom ul li span.text {
        margin-top: -18px;    }
}