@charset "UTF-8";
@font-face {
  font-family: 'Gotham Book,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/GothamBook400.ttf");
}

@font-face {
  font-family: 'Gotham Medium,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif';
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/GothamMedium500.ttf");
}

body {
  font-family: 'Gotham Book,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif';
  line-height: 26px;
  font-size: 13px;
  overflow-x: hidden;
  color: #000;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gotham Medium,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif';
  letter-spacing: -0.6px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  color: #000;
}

a,
a:hover,
a:active,
a:focus {
  color: #59647b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  outline: none;
  border: none;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 0;
}

button {
  border: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

button:focus {
  outline: none;
}

.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.container-mid {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.main-heading {
  position: relative;
  margin-bottom: 30px;
}

.main-heading h2 {
  font-size: 36px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .main-heading h2 {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-heading h2 {
    font-size: 26px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-heading h2 {
    font-size: 30px;
  }
}

.main-heading p {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 21px;
}

@media (max-width: 767px) {
  .main-heading p {
    font-size: 13px;
    line-height: 20px;
  }
}

.main-heading .heading-sep {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.main-heading .heading-sep .heading-divider {
  background-image: url("../images/divider.png");
  opacity: .5;
}

.main-heading .heading-sep .heading-divider-inverse {
  background-image: url("../images/divider-inverse.png");
  opacity: 1;
}

.main-heading .heading-sep .heading-divider, .main-heading .heading-sep .heading-divider-inverse {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 18px;
  width: 150px;
  margin-bottom: 5px;
  z-index: 1;
  position: relative;
}

.theme-btn {
  color: #fff;
  display: block;
  padding: 0px;
  border-radius: 4px;
  border: 0;
  min-width: 125px;
  width: 100%;
  height: 45px;
  line-height: 44px;
  font-size: 15px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.theme-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.theme-btn.blue-btn {
  background: #59647b;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.theme-btn.blue-btn::before {
  background: #171a20;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.theme-btn.blue-btn:hover::before {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.theme-btn.black-btn {
  background: #59647b;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.theme-btn.black-btn::before {
  background: #171a20;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.theme-btn.black-btn:hover::before {
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}

.theme-btn:hover, .theme-btn:focus, .theme-btn:active {
  color: #fff;
}

/* ----------------------------- Select2 Design CSS Start --------------------------*/
.theme-select2-design {
  position: relative;
  z-index: 1;
}

.theme-select2-design .select2.select2-container.select2-container--default {
  width: 100% !important;
}

.theme-select2-design .select2-container .select2-selection--single {
  height: 45px;
  border: 1px solid #ccc;
  outline: none;
}

.theme-select2-design .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 43px;
  outline: none;
  padding-left: 8px;
  padding-right: 22px;
  color: #666;
  border: 0px;
  border-radius: 0px;
}

.theme-select2-design .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  right: 5px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #171a20;
}

.select2-dropdown {
  border: 0px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 8;
}

.select2-search--dropdown {
  padding: 0;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0 10px 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  margin: 0 10px;
  margin-top: 10px;
  width: 92%;
  margin-bottom: 10px;
}

/* ----------------------------- Slider Arrows CSS Start --------------------------*/
#recent-articles-section .slick-prev, #recent-articles-section .slick-next,
#new-car-section .slick-prev,
#new-car-section .slick-next {
  top: 39%;
  height: 60px;
  width: 60px;
  padding-bottom: 2px;
  background: #171a20;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 2px 5px 5px rgba(25, 41, 61, 0.26);
  box-shadow: 2px 5px 5px rgba(25, 41, 61, 0.26);
}

@media (max-width: 767px) {
  #recent-articles-section .slick-prev, #recent-articles-section .slick-next,
  #new-car-section .slick-prev,
  #new-car-section .slick-next {
    top: 45%;
    height: 45px;
    width: 45px;
  }
}

#recent-articles-section .slick-prev:hover, #recent-articles-section .slick-next:hover,
#new-car-section .slick-prev:hover,
#new-car-section .slick-next:hover {
  background: #fff;
  border: 2px solid #fff;
}

#recent-articles-section .slick-prev::before, #recent-articles-section .slick-next::before,
#new-car-section .slick-prev::before,
#new-car-section .slick-next::before {
  font-family: "FontAwesome";
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 30px;
}

@media (max-width: 767px) {
  #recent-articles-section .slick-prev::before, #recent-articles-section .slick-next::before,
  #new-car-section .slick-prev::before,
  #new-car-section .slick-next::before {
    font-size: 24px;
  }
}

#recent-articles-section .slick-prev:hover::before, #recent-articles-section .slick-next:hover::before,
#new-car-section .slick-prev:hover::before,
#new-car-section .slick-next:hover::before {
  color: #171a20;
}

#recent-articles-section .slick-prev,
#new-car-section .slick-prev {
  left: -5px;
}

#recent-articles-section .slick-prev::before,
#new-car-section .slick-prev::before {
  content: "\f104";
}

#recent-articles-section .slick-next,
#new-car-section .slick-next {
  right: -5px;
}

#recent-articles-section .slick-next::before,
#new-car-section .slick-next::before {
  content: "\f105";
}

.site-header {
  background: transparent;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 11;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-header.site-header-active {
  position: fixed;
  background: #fff;
  -webkit-box-shadow: 0 15px 20px -3px rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 20px -3px rgba(0, 0, 0, 0.07);
  -webkit-animation: smoothScroll 1s forwards;
  animation: smoothScroll 1s forwards;
}

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0) translateY(-35px);
            transform: translate3d(0, 0, 0) translateY(-35px);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) translateY(0px);
            transform: translate3d(0, 0, 0) translateY(0px);
  }
}

@keyframes smoothScroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0) translateY(-35px);
            transform: translate3d(0, 0, 0) translateY(-35px);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) translateY(0px);
            transform: translate3d(0, 0, 0) translateY(0px);
  }
}

@media (max-width: 991px) {
  .site-header {
    padding: 10px 0;
    background: #fff;
  }
}

.site-header .header-top {
  padding: 7px 0;
  background-color: transparent;
}

.site-header .header-top .header-dealerneame {
  text-transform: uppercase;
  letter-spacing: 0.55px;
}

@media (max-width: 991px) {
  .site-header .header-top {
    display: none;
  }
}

.site-header .header-top .dealer-contact {
  text-align: right;
}

.site-header .header-top ul li {
  display: inline-block;
  margin: 0 3px;
}

.site-header .header-top ul li span {
  text-transform: capitalize;
}

.site-header .header-top ul li a {
  color: #000;
  font-size: 13px;
  line-height: 1.25;
  padding-right: 12px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-header .header-top ul li a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: #000;
  display: block;
}

.site-header .header-top ul li:last-child a:after {
  display: none;
}

.site-header .header-top ul li:hover a {
  color: #171a20;
}

.site-header.site-header-active .header-top {
  background: #f9f9f9;
}

.site-header .navbar {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
}

@media (max-width: 991px) {
  .site-header .navbar {
    padding: 0 15px;
  }
}

.site-header .navbar .navbar-brand {
  margin: 0;
  padding: 0;
}

.site-header .navbar .navbar-brand img {
  max-width: 125px;
}

@media (max-width: 991px) {
  .site-header .navbar .navbar-nav {
    margin: 0;
  }
}

.site-header .navbar .navbar-nav li {
  display: inline-block;
}

@media (max-width: 767px) {
  .site-header .navbar .navbar-nav li {
    display: block;
  }
}

.site-header .navbar .navbar-nav li a {
  text-transform: uppercase;
  padding: 15px 10px;
  font-size: 13px;
  line-height: 26px;
  color: #000;
  letter-spacing: .5px;
  border-radius: 5px;
  display: block;
  text-align: center;
  font-weight: 900;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.site-header .navbar .navbar-nav li a:hover, .site-header .navbar .navbar-nav li a:active, .site-header .navbar .navbar-nav li a:focus {
  background: transparent;
  color: #171a20;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .site-header .navbar .navbar-nav li a {
    color: #000;
    font-size: 14px;
    line-height: 28px !important;
    border-top: 1px solid #eee;
    border-radius: 0px;
  }
  .site-header .navbar .navbar-nav li a:hover, .site-header .navbar .navbar-nav li a:focus {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.site-header .navbar .navbar-nav li a.wishlist-icon {
  background-color: #171a20;
  color: #fff;
  line-height: 20px;
  padding: 5px 10px;
  margin-top: 13px;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .site-header .navbar .navbar-nav li a.wishlist-icon {
    background-color: #fff;
    color: #171a20;
    padding: 10px;
    margin-top: 0;
  }
}

.site-header .navbar .navbar-nav li ul li {
  display: block;
}

.site-header .navbar .navbar-nav li ul li a {
  padding: 8px;
  background: #59647b;
  color: #fff;
  border-bottom: 1px dotted #fff;
  border-radius: 0;
  display: block;
  font-size: 13px;
  line-height: 21px;
  text-align: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-header .navbar .navbar-nav li ul li a:hover {
  color: #171a20;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .site-header .navbar .navbar-nav li ul li a {
    text-align: center;
  }
}

.site-header .navbar .navbar-nav li ul li:last-child a {
  border-bottom: 0px dotted #fff;
}

@media (min-width: 992px) {
  .site-header .navbar .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.site-header .navbar .navbar-nav .dropdown .dropdown-toggle::after {
  vertical-align: 3px;
}

.site-header .navbar .navbar-nav .dropdown .dropdown-menu {
  padding: 0;
  border-radius: 0;
  top: 55px;
  width: 15rem;
  margin: 0;
}

@media (max-width: 991px) {
  .site-header .navbar .navbar-nav .dropdown .dropdown-menu {
    width: 100% !important;
    text-align: center;
  }
}

.site-header .navbar .navbar-nav .dropdown .dropdown-menu a.dropdown-item {
  letter-spacing: 1px;
}

.site-header .navbar .navbar-toggler {
  background: transparent;
  border-radius: 0;
  outline: none;
}

.site-header .navbar .navbar-toggler .icon-bar {
  width: 22px;
  height: 2px;
  background-color: #171a20;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 4px 0;
}

.site-header .navbar .navbar-toggler .top-bar {
  -webkit-transform: rotate(-42deg);
  transform: rotate(-42deg);
  -webkit-transform-origin: 90% 90%;
  transform-origin: 90% 90%;
}

.site-header .navbar .navbar-toggler .middle-bar {
  opacity: 0;
}

.site-header .navbar .navbar-toggler .bottom-bar {
  -webkit-transform: rotate(42deg);
  transform: rotate(42deg);
  -webkit-transform-origin: 90% 10%;
  transform-origin: 90% 10%;
}

.site-header .navbar .navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.site-header .navbar .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.site-header .navbar .navbar-toggler.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.site-header .navbar-collapse {
  position: relative;
}

@media (max-width: 991px) {
  .site-header .navbar-collapse {
    position: fixed;
    top: 42px;
    left: -100%;
    padding: 0;
    width: 100%;
    text-align: center;
    height: calc(100vh - 42px);
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow-y: scroll;
  }
  .site-header .navbar-collapse.collapsing {
    height: calc(100vh - 42px);
    margin-right: 50%;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .site-header .navbar-collapse.show {
    left: 0;
    background: #fff;
  }
}

.site-footer {
  position: relative;
  z-index: 1;
}

.site-footer::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/find-recent-offers.png);
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  opacity: .3;
  z-index: -1;
}

.site-footer .pre-footer {
  padding: 60px 0;
}

.site-footer .pre-footer .navbar-brand img {
  max-width: 129px;
}

.site-footer .pre-footer h6 {
  margin-top: 10px;
  color: #171a20;
}

.site-footer .pre-footer h4 {
  color: #171a20;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  font-size: 18px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .site-footer .pre-footer h4 {
    font-size: 14px;
    letter-spacing: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .site-footer .pre-footer h4 {
    font-size: 14px;
    letter-spacing: 0px;
  }
}

.site-footer .pre-footer h4::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 3px;
  bottom: -1px;
  left: 0;
  background: #59647b;
  display: block !important;
}

.site-footer .pre-footer h4::after {
  content: '';
  position: absolute;
  width: 30%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
  .site-footer .pre-footer .footer-menu {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.site-footer .pre-footer .footer-menu ul {
  padding-left: 15px;
}

.site-footer .pre-footer .footer-menu ul li {
  list-style: square;
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-footer .pre-footer .footer-menu ul li:hover {
  color: #59647b;
}

.site-footer .pre-footer .footer-menu ul li a {
  position: relative;
  color: #000;
  display: block;
  text-transform: capitalize;
  padding-left: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-footer .pre-footer .footer-menu ul li a:hover {
  color: #59647b;
}

.site-footer .copyright-footer {
  padding: 15px 0;
  background-color: #171a20;
  text-align: center;
}

.site-footer .copyright-footer p {
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .site-footer .copyright-footer p {
    line-height: 25px;
  }
}

.site-footer .copyright-footer p a {
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-footer .copyright-footer p:hover a {
  text-decoration: underline;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-social {
  margin: 20px 0;
}

.dealer-social li {
  display: inline-block;
  padding: 0 2.5px;
}

.dealer-social li a {
  font-size: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: block;
  color: #fff !important;
  border-radius: 0%;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-social li a:hover {
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-social li a.twitter {
  background-color: #00ACEE;
}

.dealer-social li a.facebook {
  background-color: #3B5998;
}

.dealer-social li a.instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.dealer-social li a.pinterest {
  background-color: #E60023;
}

.recent-articles-wrapper {
  text-align: center;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper a {
  display: block;
}

.recent-articles-wrapper .recent-articles-bg {
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-bg .recent-articles-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}

.recent-articles-wrapper .recent-articles-bg .recent-articles-img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block !important;
  background: rgba(0, 0, 0, 0.01);
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-category {
  position: absolute;
  width: 85px;
  height: 85px;
  top: 0px;
  right: 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-category span {
  position: absolute;
  top: 10px;
  right: -30px;
  padding: 7px;
  font-size: 12px;
  line-height: 20px;
  width: 115px;
  background-color: #fff;
  color: #171a20;
  text-transform: capitalize;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
          transform: translate3d(0, 0, 0) rotate(45deg);
  z-index: 1;
  -webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%, 20% 0%);
          clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%, 20% 0%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-date {
  position: absolute;
  font-size: 13px;
  line-height: 1.2;
  background: #59647b;
  color: #fff;
  top: 0px;
  left: 10px;
  width: 50px;
  height: 50px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
  text-align: center;
  overflow: hidden;
  padding-top: 8px;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-date span {
  display: block;
}

.recent-articles-wrapper .recent-articles-content {
  padding: 15px 12px 20px;
  position: relative;
  z-index: 1;
}

.recent-articles-wrapper .recent-articles-content .recent-articles-title > a {
  color: #59647b;
  font-size: 18px;
  min-height: 54px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1199px) {
  .recent-articles-wrapper .recent-articles-content .recent-articles-title > a {
    font-size: 15px;
    min-height: 45px;
  }
}

.recent-articles-wrapper .recent-articles-content .recent-articles-text {
  padding-top: 10px;
  line-height: 21px;
  font-size: 14px;
  min-height: 53px;
}

@media (max-width: 767px) {
  .recent-articles-wrapper .recent-articles-content .recent-articles-text {
    padding-top: 8px;
    font-size: 13px;
    line-height: 21px;
  }
}

.recent-articles-wrapper .recent-articles-content .recent-articles-btn {
  color: #59647b;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-content .recent-articles-btn::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  border-radius: 50%;
  height: 2px;
  width: 50px;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  background: #171a20;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper:hover {
  -webkit-box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.18);
          box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.18);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper:hover .recent-articles-category span {
  background-color: #171a20;
  color: #fff;
}

.recent-articles-wrapper:hover .recent-articles-img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
          transform: translate3d(0, 0, 0) scale(1.05);
}

.recent-articles-wrapper:hover .recent-articles-date {
  background-color: #171a20;
}

.recent-articles-wrapper:hover .recent-articles-title > a {
  color: #171a20;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper:hover .recent-articles-btn {
  letter-spacing: 2px;
  color: #171a20;
}

.recent-articles-wrapper:hover .recent-articles-btn::after {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* ------------------------------------- Home Banner Slider CSS Start  ---------------------------------*/
.home-slider-section {
  position: relative;
  z-index: 0;
}

.home-slider-section .carousel-fade {
  opacity: 1;
}

.home-slider-section .carousel-fade .carousel-item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}

.home-slider-section .carousel-fade .carousel-item:first-child {
  top: auto;
  position: relative;
}

.home-slider-section .carousel-fade .carousel-item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}

.home-slider-section .carousel-fade .carousel-item .carousel-content {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.home-slider-section .carousel-fade .carousel-item .carousel-content h1 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.home-slider-section .carousel-fade .carousel-item .carousel-content h3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.home-slider-section .carousel-fade .carousel-item .carousel-content-btn {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.home-slider-section .carousel-item {
  position: relative;
  height: 750px;
}

@media (max-width: 767px) {
  .home-slider-section .carousel-item {
    height: 425px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-section .carousel-item {
    height: 525px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider-section .carousel-item {
    height: 625px;
  }
}

.home-slider-section .carousel-item .carousel-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center 75%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-slider-section .carousel-item .carousel-content {
  text-align: center;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: unset;
  padding-top: 125px;
  padding-bottom: 0px;
}

@media (max-width: 767px) {
  .home-slider-section .carousel-item .carousel-content {
    padding-top: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-section .carousel-item .carousel-content {
    padding-top: 75px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider-section .carousel-item .carousel-content {
    padding-top: 120px;
  }
}

.home-slider-section .carousel-item .carousel-content h1 {
  color: #171a20;
  font-size: 40px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .home-slider-section .carousel-item .carousel-content h1 {
    font-size: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-section .carousel-item .carousel-content h1 {
    font-size: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider-section .carousel-item .carousel-content h1 {
    font-size: 36px;
  }
}

.home-slider-section .carousel-item .carousel-content h3 {
  color: #171a20;
  font-size: 18px;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .home-slider-section .carousel-item .carousel-content h3 {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-section .carousel-item .carousel-content h3 {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider-section .carousel-item .carousel-content h3 {
    font-size: 15px;
  }
}

.home-slider-section .carousel-item .carousel-content-btn {
  position: absolute;
  bottom: 75px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 767px) {
  .home-slider-section .carousel-item .carousel-content-btn {
    bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-section .carousel-item .carousel-content-btn {
    bottom: 50px;
  }
}

.home-slider-section .carousel-item .carousel-content-btn .slider-btn {
  text-transform: uppercase;
  text-align: center;
  max-width: 225px;
  width: 100%;
  margin: 3px;
  padding: 6px;
  font-size: 12px;
  border-radius: 30px;
  border: 0px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .home-slider-section .carousel-item .carousel-content-btn .slider-btn {
    max-width: 135px;
    text-transform: capitalize;
    margin: 2px;
    padding: 5px 3px;
  }
}

.home-slider-section .carousel-item .carousel-content-btn .slider-btn.dark-btn {
  background-color: #171a20;
  color: #fff;
}

.home-slider-section .carousel-item .carousel-content-btn .slider-btn.light-btn {
  background-color: #e7e9eb;
  color: #171a20;
}

.home-slider-section .carousel-item .carousel-content-btn .slider-btn:hover.light-btn {
  background-color: #171a20;
  color: #fff;
}

.home-slider-section .carousel-item .carousel-content-btn .slider-btn:hover.dark-btn {
  background-color: #e7e9eb;
  color: #171a20;
}

.home-slider-section .carousel-control-prev,
.home-slider-section .carousel-control-next {
  width: 5%;
  color: #171a20;
  opacity: 1;
  z-index: 2;
}

@media (max-width: 767px) {
  .home-slider-section .carousel-control-prev,
  .home-slider-section .carousel-control-next {
    width: 13%;
  }
}

.home-slider-section .carousel-control-prev .carousel-control-prev-icon,
.home-slider-section .carousel-control-prev .carousel-control-next-icon,
.home-slider-section .carousel-control-next .carousel-control-prev-icon,
.home-slider-section .carousel-control-next .carousel-control-next-icon {
  height: 40px;
  width: 40px;
  background-size: 50%;
  background-position: 50%;
  background-color: #171a20;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 2px 5px 5px rgba(25, 41, 61, 0.26);
          box-shadow: 2px 5px 5px rgba(25, 41, 61, 0.26);
  position: relative;
}

@media (max-width: 767px) {
  .home-slider-section .carousel-control-prev .carousel-control-prev-icon,
  .home-slider-section .carousel-control-next .carousel-control-prev-icon {
    left: 5px;
  }
}

@media (max-width: 767px) {
  .home-slider-section .carousel-control-prev .carousel-control-next-icon,
  .home-slider-section .carousel-control-next .carousel-control-next-icon {
    right: 5px;
  }
}

/* ------------------------------------- Home Banner Slider CSS End  ---------------------------------*/
/* ------------------------------------- Car Inventory Form CSS Start  ---------------------------------*/
.car-inventory-form-section {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}

@media (max-width: 767px) {
  .car-inventory-form-section {
    padding: 45px 0;
  }
}

.car-inventory-form-section .car-inventory-form-section-inner {
  margin-top: -25px;
  position: relative;
}

@media (max-width: 767px) {
  .car-inventory-form-section .car-inventory-form-section-inner {
    margin: 0;
  }
}

.findCarSearch {
  border-radius: 5px;
  background: #fff;
  padding: 10px 25px;
  -webkit-box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}

.findCarSearch .padding-7 {
  padding-left: 7px;
  padding-right: 7px;
}

.findCarSearch .col-12.col-sm-12.col-md-12.padding-7 {
  max-width: 20%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

@media (max-width: 767px) {
  .findCarSearch .col-12.col-sm-12.col-md-12.padding-7 {
    max-width: 100%;
  }
}

.findCarSearch .filter-field {
  margin: 5px 0;
}

/* ------------------------------------- Car Inventory Form CSS End  ---------------------------------*/
/* ------------------------------------- Recent Article Section CSS Start  ---------------------------------*/
.recent-articles-section {
  padding: 75px 0;
  position: relative;
  z-index: 1;
}

.recent-articles-section .slick-slide {
  margin: 0 15px;
}

@media (max-width: 767px) {
  .recent-articles-section .slick-slide {
    margin: 0 8px;
  }
}

.recent-articles-section .recent-articles-wrapper-btn {
  margin-top: 45px;
  position: relative;
}

.recent-articles-section .recent-articles-wrapper-btn .theme-btn {
  display: inline-block;
  max-width: 225px;
  width: 100%;
}

/* ------------------------------------- Recent Article Section CSS End  ---------------------------------*/
/* ------------------------------------- Dealer Direction and Dealer Map Section Start  ---------------------------------*/
.dealer-map-section {
  position: relative;
}

.dealer-direction-section {
  padding: 15px 10px;
  background-color: #171a20;
  position: relative;
}

@media (max-width: 767px) {
  .dealer-direction-section {
    padding: 15px;
  }
}

.dealer-direction-section .dealer-direction-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .dealer-direction-section .dealer-direction-content {
    display: block;
  }
}

.dealer-direction-section .dealer-direction-content h5 {
  color: #fff;
  font-size: 18px;
  max-width: 310px;
  width: 100%;
}

@media (max-width: 767px) {
  .dealer-direction-section .dealer-direction-content h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .dealer-direction-section .dealer-direction-content h5 {
    font-size: 16px;
  }
}

.dealer-direction-section .dealer-direction-content form {
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.dealer-direction-section .dealer-direction-content form .input-group {
  min-width: 375px;
}

@media (max-width: 767px) {
  .dealer-direction-section .dealer-direction-content form .input-group {
    min-width: 260px;
  }
}

.dealer-direction-section .dealer-direction-content form input {
  border: 1px solid #dfe1e5;
  background-color: #fff;
  color: #555;
  padding: 0;
  padding-left: 10px;
  font-size: 13px;
  height: 40px;
}

.dealer-direction-section .dealer-direction-content form .dealerAddressBtn {
  background-color: #59647b;
  color: #fff;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* ------------------------------------- Dealer Direction and Dealer Map Section End  ---------------------------------*/
/* ------------------------------------- Dealer Working Hours Section CSS Start  ---------------------------------*/
.dealer-working-hours-section {
  padding: 75px 0;
  position: relative;
}

.dealer-working-hours-section .dealer-working-hours-wrapper {
  margin: 15px 0;
  background-color: #e3f3f5;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}

.dealer-working-hours-section .dealer-working-hours-wrapper .dealer-department {
  background-color: #171a20;
  padding: 10px;
  text-align: center;
}

.dealer-working-hours-section .dealer-working-hours-wrapper .dealer-department h4 {
  background-color: #59647b;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 30px;
  display: inline-block;
  padding: 5px 30px;
}

.dealer-working-hours-section .dealer-working-hours-wrapper .dealer-timing {
  background-color: #fff;
}

.dealer-working-hours-section .dealer-working-hours-wrapper .dealer-timing li {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 7px 15px;
  text-transform: capitalize;
  font-size: 12px;
}

.dealer-working-hours-section .dealer-working-hours-wrapper .dealer-timing li:nth-of-type(2n) {
  background-color: #f9f9f9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-working-hours-section .dealer-working-hours-wrapper .dealer-timing li:nth-of-type(2n):hover {
  background-color: #f4f4f4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-working-hours-section .dealer-working-hours-wrapper .dealer-timing li span.day {
  display: table-cell;
  width: 110px;
}

.dealer-working-hours-section .dealer-working-hours-wrapper .dealer-timing li span.time {
  display: table-cell;
  text-align: right;
}

.dealer-working-hours-section .dealer-working-hours-wrapper .dealer-timing li span.time.closed-dept {
  color: #171a20;
}

.dealer-working-hours-section .dealer-working-hours-wrapper .dealer-timing li a {
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-working-hours-section .dealer-working-hours-wrapper .dealer-timing li:hover a {
  color: #59647b;
}

/* ------------------------------------- Dealer Working Hours Section CSS End  ---------------------------------*/
/* ------------------------------------- Our Vehicles Section CSS Start  ---------------------------------*/
.ourVehicles {
  background-color: #ddd;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  padding: 75px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.ourVehicles::before {
  position: absolute;
  content: '';
  left: -225px;
  top: -225px;
  width: 65%;
  height: 200%;
  background-image: url(../images/pattern.png);
  background-color: #fff;
  background-position: center;
  background-repeat: repeat;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  z-index: -1;
}

.ourVehicles .ourVehicles-slider {
  background: #fff;
  -webkit-box-shadow: 1px 2px 3px #b2b2b2;
          box-shadow: 1px 2px 3px #b2b2b2;
}

.ourVehicles .slider-title {
  text-align: center;
  background-color: #f9f9f9;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.ourVehicles .slider-title p {
  border-bottom: 3px solid #eee;
  text-transform: uppercase;
  cursor: pointer;
  color: #171a20;
  padding: 12px 0;
  margin-bottom: 0px;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.ourVehicles .slider-title p::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -3px;
  width: 0px;
  height: 3px;
  background-color: #171a20;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ourVehicles .slider-title p:hover::before {
  width: 100%;
}

.ourVehicles .vehicle-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .ourVehicles .vehicle-box {
    display: block;
  }
}

.ourVehicles .vehicle-box .vehicle-box-content {
  max-width: 375px;
  width: 100%;
}

@media (max-width: 767px) {
  .ourVehicles .vehicle-box .vehicle-box-content {
    padding: 30px 15px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ourVehicles .vehicle-box .vehicle-box-content {
    padding: 30px 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ourVehicles .vehicle-box .vehicle-box-content {
    padding: 15px;
  }
}

.ourVehicles .vehicle-box h2 {
  color: #000;
  font-size: 32px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .ourVehicles .vehicle-box h2 {
    font-size: 24px;
    text-transform: capitalize;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ourVehicles .vehicle-box h2 {
    font-size: 26px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ourVehicles .vehicle-box h2 {
    font-size: 28px;
  }
}

.ourVehicles .vehicle-box h6 {
  font-size: 18px;
  line-height: 1;
  color: #171a20;
}

.ourVehicles .vehicle-box p {
  line-height: 1;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 15px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
  max-width: 300px;
  width: 100%;
}

.ourVehicles .vehicle-box p span {
  font-weight: 700;
}

@media (max-width: 767px) {
  .ourVehicles .vehicle-box p {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .ourVehicles .vehicle-box p {
    font-size: 17px;
  }
}

.ourVehicles .vehicle-box li {
  font-size: 14px;
  line-height: 28px;
}

.ourVehicles .vehicle-box li span {
  font-weight: 700;
}

.ourVehicles .vehicle-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ourVehicles .vehicle-img img {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ourVehicles .vehicle-img:hover img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
          transform: translate3d(0, 0, 0) scale(1.1);
}

.ourVehicles .theme-btn {
  display: inline-block;
  max-width: 175px;
  margin: 0 3px;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .ourVehicles .theme-btn {
    max-width: 125px;
    margin: 0 1px;
    font-size: 12px;
    letter-spacing: 0px;
    margin-top: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ourVehicles .theme-btn {
    max-width: 140px;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}

#ourVehicles .slick-list {
  width: 100%;
  padding: 0 !important;
}

#ourVehicles .slick-list .slick-slide.slick-current.slick-center p {
  color: #171a20;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#ourVehicles .slick-list .slick-slide.slick-current.slick-center p::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background-color: #171a20;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#ourVehicles .slick-prev, #ourVehicles .slick-next {
  top: 60%;
  z-index: 2;
}

#ourVehicles .slick-prev::before, #ourVehicles .slick-next::before {
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 24px;
  opacity: 1;
  background-color: #171a20;
  border-radius: 50%;
  padding: 4px;
}

#ourVehicles .slick-prev {
  left: -10px;
}

#ourVehicles .slick-prev::before {
  content: "";
}

#ourVehicles .slick-next {
  right: 5px;
}

#ourVehicles .slick-next::before {
  content: "";
}

@media (min-width: 992px) {
  #ourVehicles button.slick-arrow {
    display: none !important;
  }
}

@media (max-width: 991px) {
  #ourVehicles .slider-title {
    display: none !important;
  }
}

/* ------------------------------------- Our Vehicles Section CSS End  ---------------------------------*/
/* ------------------------------------- Vehicle Offers Section CSS Start  ---------------------------------*/
.vehicle-offers-section {
  background-color: #f3f2f1;
  padding: 60px 0 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .vehicle-offers-section {
    padding: 60px 0;
  }
}

.vehicle-offers-section::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/best-tesla-car.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  z-index: -1;
}

@media (max-width: 767px) {
  .vehicle-offers-section::before {
    display: none;
  }
}

.vehicle-offers-section .vehicle-offers-section-icon {
  max-width: 490px;
  width: 100%;
}

@media (max-width: 767px) {
  .vehicle-offers-section .vehicle-offers-section-icon {
    max-width: 310px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .vehicle-offers-section .vehicle-offers-section-icon {
    max-width: 380px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .vehicle-offers-section .vehicle-offers-section-icon {
    max-width: 450px;
  }
}

.vehicle-offers-section .vehicle-offers-section-icon img {
  max-width: 75px;
  width: 100%;
  margin-right: 15px;
  float: left;
}

@media (max-width: 767px) {
  .vehicle-offers-section .vehicle-offers-section-icon img {
    max-width: 55px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .vehicle-offers-section .vehicle-offers-section-icon img {
    max-width: 50px;
  }
}

.vehicle-offers-section .vehicle-offers-section-icon h5 {
  text-transform: uppercase;
  font-size: 42px;
  line-height: 1;
  font-weight: bold;
}

@media (max-width: 767px) {
  .vehicle-offers-section .vehicle-offers-section-icon h5 {
    font-size: 24px;
    margin-bottom: 5px;
    text-transform: capitalize;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .vehicle-offers-section .vehicle-offers-section-icon h5 {
    font-size: 24px;
  }
}

.vehicle-offers-section .vehicle-offers-section-icon h5 span {
  font-size: 70px;
  color: #fd001d;
}

@media (max-width: 767px) {
  .vehicle-offers-section .vehicle-offers-section-icon h5 span {
    font-size: 66px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .vehicle-offers-section .vehicle-offers-section-icon h5 span {
    font-size: 56px;
  }
}

.vehicle-offers-section .vehicle-offers-section-icon p {
  margin-top: 15px;
  font-size: 30px;
}

@media (max-width: 767px) {
  .vehicle-offers-section .vehicle-offers-section-icon p {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .vehicle-offers-section .vehicle-offers-section-icon p {
    font-size: 22px;
  }
}

.vehicle-offers-section .vehicle-offers-section-img {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}

.vehicle-offers-section .vehicle-offers-section-btn {
  text-align: right;
  position: relative;
  top: -30px;
}

@media (max-width: 767px) {
  .vehicle-offers-section .vehicle-offers-section-btn {
    margin-top: 30px;
    top: 0;
  }
}

.vehicle-offers-section .vehicle-offers-section-btn .theme-btn {
  display: inline-block;
  max-width: 200px;
}

/* ------------------------------------- Vehicle Offers Section CSS End  ---------------------------------*/
/* ------------------------------------- Business Link Section CSS Start  ---------------------------------*/
.business-link-section {
  padding: 75px 0;
  position: relative;
  z-index: 1;
}

.business-link-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/business-research.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  z-index: -1;
}

.business-link-section .business-link-section-inner .main-heading {
  margin-bottom: 0px;
}

.business-link-section .business-link-section-inner .main-heading h2 {
  font-size: 30px;
}

@media (max-width: 767px) {
  .business-link-section .business-link-section-inner .main-heading h2 {
    font-size: 22px;
  }
}

.business-link-section .business-link-section-inner .main-heading p {
  line-height: 28px;
}

.business-link-section .business-link-section-btn {
  margin-top: 15px;
  position: relative;
}

.business-link-section .business-link-section-btn .theme-btn {
  display: inline-block;
  max-width: 225px;
  width: 100%;
}

.business-link-section .business-link-section-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.business-link-section .business-link-section-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .business-link-section .business-link-section-img {
    margin-top: 50px;
  }
}

/* ------------------------------------- Business Link Section CSS End  ---------------------------------*/
/* ------------------------------------- Our Service Section CSS Start  ---------------------------------*/
.our-service-section {
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.our-service-section .our-service-images {
  height: 725px;
  background: #e6e8e7;
}

@media (max-width: 1199px) {
  .our-service-section .our-service-images {
    height: auto;
  }
}

.our-service-section .our-service-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .our-service-section .our-service-wrapper {
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
    bottom: unset;
  }
}

.our-service-section .our-service-wrapper .main-heading {
  margin-bottom: 0;
}

.our-service-section .theme-btn {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}

/* ------------------------------------- Our Service Section CSS End  ---------------------------------*/
/* ------------------------------------- New Car Section CSS Start  ---------------------------------*/
.new-car-section {
  padding: 50px 0 75px;
  position: relative;
  z-index: 1;
}

.new-car-section .new-car-slide {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .new-car-section .new-car-slide {
    padding: 0 5px;
  }
}

.new-car-section .new-car-wrapper-btn {
  margin-top: 45px;
  position: relative;
}

.new-car-section .new-car-wrapper-btn .theme-btn {
  display: inline-block;
  max-width: 225px;
  width: 100%;
}

.new-car-section .slick-slide img {
  display: inline-block !important;
}

.new-car-wrapper {
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
  margin: 5px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.new-car-wrapper::before, .new-car-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

.new-car-wrapper::before {
  right: 0;
  margin: 0 auto;
  height: 2px;
  width: 0;
  background: #171a20;
  z-index: 1;
}

.new-car-wrapper::after {
  width: 100%;
  height: 30%;
  background-color: #f9f9f9;
}

.new-car-wrapper a {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.new-car-wrapper .new-car-title {
  padding: 15px 10px 0px;
}

.new-car-wrapper .new-car-title p {
  font-size: 13px;
  line-height: 1;
  color: #171a20;
}

.new-car-wrapper .new-car-title h6 {
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.new-car-wrapper .new-car-title span {
  display: block;
  color: #171a20;
  text-transform: capitalize;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.new-car-wrapper .new-car-img {
  text-align: center;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.new-car-wrapper .new-car-img img {
  max-width: 75%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.new-car-wrapper .new-car-btn {
  color: #59647b;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  display: block;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.new-car-wrapper .new-car-btn::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  border-radius: 50%;
  height: 2px;
  width: 50px;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  background: #171a20;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.new-car-wrapper:hover::before {
  width: 100%;
}

.new-car-wrapper:hover::after {
  height: 0;
}

.new-car-wrapper:hover .new-car-title h6 {
  color: #171a20;
}

.new-car-wrapper:hover .new-car-title span {
  color: #000;
  letter-spacing: 2px;
}

.new-car-wrapper:hover .new-car-img img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
          transform: translate3d(0, 0, 0) scale(1.05);
}

.new-car-wrapper:hover .new-car-btn {
  letter-spacing: 2px;
  color: #171a20;
}

.new-car-wrapper:hover .new-car-btn::after {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* ------------------------------------- New Car Section CSS End  ---------------------------------*/
/*# sourceMappingURL=style.css.map */