@font-face {
  font-family: "CadillacSansBold,Arial,Helvetica,sans-serif";
  font-display: swap;
  src: url("../fonts/CadillacSansWeb-Medium.woff2");
}

@font-face {
  font-family: "CadillacSans,Arial,Helvetica,sans-serif";
  font-display: swap;
  src: url("../fonts/CadillacSansWeb-Book.woff2");
}

body {
  font-family: "CadillacSans,Arial,Helvetica,sans-serif";
  line-height: 28px;
  font-size: 14px;
  overflow-x: hidden;
  color: #252f32;
  letter-spacing: 1px;
  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: "CadillacSansBold,Arial,Helvetica,sans-serif";
  letter-spacing: 1.5px;
  line-height: 1.25;
  padding: 0;
  margin: 0;
  color: #252f32;
}

a,
a:hover,
a:active,
a:focus {
  color: #252f32;
  -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-family: "CadillacSans,Arial,Helvetica,sans-serif";
  font-weight: 400;
  font-size: 34px;
  letter-spacing: .8px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.main-heading h2 span {
  color: #9e8d6a;
}

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

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

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

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

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

@media (min-width: 768px) and (max-width: 1199px) {
  .main-heading p {
    font-size: 14px;
    line-height: 24px;
  }
}

.main-heading .heading-sep {
  position: relative;
  display: block;
  top: -5px;
}

.main-heading .heading-sep .separator-1 {
  display: inline-block;
  width: 150px;
  height: 3px;
  border-radius: 50%;
  background: #9e8d6a;
  position: relative;
}

.main-heading .heading-sep .separator-1::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: 75px;
  height: 5px;
  border-radius: 50%;
  background: #252f32;
}

.theme-btn {
  color: #fff;
  display: block;
  padding: 0px;
  border-radius: 0px;
  border: 0;
  min-width: 110px;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  border: 1px solid transparent;
  letter-spacing: 2px;
  z-index: 1;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  border: 1px solid transparent;
  height: 100%;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
          transform: translate3d(0, 0, 0) scale(0);
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-btn.black-btn {
  background: #252f32;
}

.theme-btn.black-btn::before {
  background: #9e8d6a;
  border: 1px solid transparent;
}

.theme-btn.yellow-btn {
  background: #9e8d6a;
}

.theme-btn.yellow-btn::before {
  background: #252f32;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-btn.white-btn {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}

.theme-btn.white-btn:hover, .theme-btn.white-btn.active {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-btn.white-btn.active:hover {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}

.theme-btn:hover, .theme-btn:focus, .theme-btn:active {
  border: 1px solid transparent;
  color: #fff;
}

.theme-btn:hover::before, .theme-btn:focus::before, .theme-btn:active::before {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* ----------------------------- 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;
  border-radius: 0px;
}

.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: #000;
}

.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,
#ourVehicles .slick-prev,
#ourVehicles .slick-next {
  top: 50%;
  height: 100px;
  width: 50px;
  padding-bottom: 2px;
  background: #cccccc;
  border: 0;
  border-radius: 2px;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  #recent-articles-section .slick-prev,
  #recent-articles-section .slick-next,
  #new-car-section .slick-prev,
  #new-car-section .slick-next,
  #ourVehicles .slick-prev,
  #ourVehicles .slick-next {
    top: 42%;
    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,
#ourVehicles .slick-prev:hover,
#ourVehicles .slick-next:hover {
  background: #9e8d6a;
  border: 2px solid #9e8d6a;
}

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

@media (max-width: 991px) {
  #recent-articles-section .slick-prev::before,
  #recent-articles-section .slick-next::before,
  #new-car-section .slick-prev::before,
  #new-car-section .slick-next::before,
  #ourVehicles .slick-prev::before,
  #ourVehicles .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,
#ourVehicles .slick-prev:hover::before,
#ourVehicles .slick-next:hover::before {
  color: #fff;
}

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

@media (max-width: 991px) {
  #recent-articles-section .slick-prev,
  #new-car-section .slick-prev,
  #ourVehicles .slick-prev {
    left: -10px;
  }
}

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

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

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

@media (max-width: 991px) {
  #recent-articles-section .slick-next,
  #new-car-section .slick-next,
  #ourVehicles .slick-next {
    right: -10px;
  }
}

#new-car-section .slick-prev,
#new-car-section .slick-next {
  background: transparent;
  color: #9e8d6a;
  border-color: transparent;
}

#new-car-section .slick-prev:hover,
#new-car-section .slick-next:hover {
  background: transparent;
  border-color: transparent;
}

#new-car-section .slick-prev:hover::before,
#new-car-section .slick-next:hover::before {
  color: #252f32;
}

#new-car-section .slick-prev::before,
#new-car-section .slick-next::before {
  font-size: 60px;
}

#header > .top-bar {
  background-color: #9e8d6a;
  color: #fff;
  padding: 5px 0;
}

#header > .top-bar .d-flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 12px;
}

#header > .top-bar .d-flex a {
  color: #fff;
}

#header > .top-bar .d-flex a:hover {
  text-decoration: underline;
}

.site-header {
  background: #fff;
  position: relative;
  z-index: 11;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-header.site-header-active {
  position: fixed;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 20px -3px rgba(102, 60, 60, 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 {
    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);
  }
}

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

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

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

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

@media (max-width: 450px) {
  .site-header .navbar .navbar-brand img {
    max-width: 60px;
  }
}

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

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

.site-header .navbar .navbar-nav li.dropdown:nth-last-child(2) .dropdown-menu, .site-header .navbar .navbar-nav li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}

.site-header .navbar .navbar-nav li.dropdown.show a::after {
  top: 6px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

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

.site-header .navbar .navbar-nav li a {
  text-transform: uppercase;
  padding: 15px 12px;
  font-size: 14px;
  line-height: 42px;
  color: #252f32;
  letter-spacing: 1px;
  border-radius: 5px;
  display: block;
  text-align: center;
  -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: #9e8d6a;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .site-header .navbar .navbar-nav li a {
    color: #252f32;
    font-size: 16px;
    line-height: 26px !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 ul li {
  display: block;
}

.site-header .navbar .navbar-nav li ul li a {
  padding: 8px;
  background: #9e8d6a;
  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: #fff;
  background: #252f32;
  -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 {
  border: none;
  position: relative;
  top: 1px;
  margin-left: 8px;
  height: 8px;
  width: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

@media (min-width: 992px) {
  .site-header .navbar .navbar-nav .dropdown:hover .dropdown-toggle::after {
    top: 4px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}

.site-header .navbar .navbar-nav .dropdown .dropdown-menu {
  padding: 0;
  border-radius: 0;
  top: 72px;
  width: 200px;
  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: 2px;
}

.site-header .navbar .navbar-toggler {
  background: transparent;
  border-radius: 0;
  margin: 14px 0;
  padding: 0 5px;
  border: none;
  outline: none;
}

.site-header .navbar .navbar-toggler .icon-bar {
  width: 22px;
  height: 2px;
  background-color: #252f32;
  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: 60px;
    left: -100%;
    padding: 0;
    width: 100%;
    text-align: center;
    height: calc(100vh - 60px);
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow-y: scroll;
  }
  .site-header .navbar-collapse.collapsing {
    height: calc(100vh - 60px);
    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;
  background-color: #f9f9f9;
  z-index: 1;
}

.site-footer .footer-content h2 {
  font-size: 45px;
}

.site-footer .footer-link {
  background-color: #f9f9f9;
  padding: 30px 0 25px;
}

.site-footer .footer-link h4 {
  color: #252f32;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  font-size: 24px;
  letter-spacing: 1px;
}

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

.site-footer .footer-link .footer-menu ul {
  padding-left: 0;
}

.site-footer .footer-link .footer-menu ul li {
  list-style: none;
  color: #252f32;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-footer .footer-link .footer-menu ul li a {
  position: relative;
  color: #252f32;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-footer .footer-link .footer-menu ul li:hover {
  color: #9e8d6a;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-footer .footer-link .footer-menu ul li:hover a {
  color: #9e8d6a;
}

.site-footer .copyright-footer {
  background-color: #4b4b4b;
  color: #fff;
}

.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 {
  text-align: center;
}

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

.dealer-social li a {
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  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 {
  border-radius: 5px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(16, 66, 97, 0.07);
  box-shadow: 0px 3px 6px 0px rgba(16, 66, 97, 0.07);
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}

.recent-articles-wrapper::before {
  content: '';
  position: absolute;
  background: #252f32;
  height: 3px;
  width: 0%;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

.recent-articles-wrapper .recent-articles-banner .recent-articles-image {
  position: relative;
  height: 225px;
  width: 100%;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-banner .articles-category {
  color: #252f32;
  background: #fff;
  line-height: 20px;
  font-size: 13px;
  text-transform: capitalize;
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 5px 15px;
  border-radius: 15px;
}

.recent-articles-wrapper .recent-articles-date {
  position: absolute;
  background-color: #fff;
  font-size: 13px;
  color: #252f32;
  top: -28px;
  right: 10px;
  width: 50px;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

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

.recent-articles-wrapper .recent-articles-date .articles-month {
  background-color: #252f32;
  color: #fff;
  display: block;
}

.recent-articles-wrapper .recent-articles-content {
  padding: 25px 15px 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.recent-articles-wrapper .recent-articles-content .articles-title > a {
  text-transform: capitalize;
  color: #fff;
  line-height: 1.5;
  padding: 5px 0 7.5px;
  color: #252f32;
  font-size: 18px;
  min-height: 45px;
  display: block;
}

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

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

.recent-articles-wrapper .recent-articles-content .recent-articles-btn {
  color: #252f32;
  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;
  bottom: 0;
  border-radius: 50%;
  height: 2px;
  width: 50px;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  background: #252f32;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper:hover::before {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

.recent-articles-wrapper:hover .articles-title > a {
  color: #9e8d6a;
}

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

.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-caption {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

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

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

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

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

@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: 600px;
  }
}

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

.home-slider-section .carousel-item .carousel-img::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 0.8)), color-stop(60%, transparent));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 25%, transparent 60%);
  display: block;
}

@media (max-width: 767px) {
  .home-slider-section .carousel-item .carousel-img::before {
    background: rgba(0, 0, 0, 0.5);
  }
}

.home-slider-section .carousel-item .carousel-caption {
  right: auto;
  bottom: auto;
  top: 45%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
  max-width: 455px;
  width: 100%;
  padding: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .home-slider-section .carousel-item .carousel-caption {
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 20px;
    max-width: 100%;
  }
}

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

.home-slider-section .carousel-item .carousel-caption h3 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

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

.home-slider-section .carousel-item .carousel-caption h5 {
  padding-top: 10px;
  color: #fff;
  font-family: "CadillacSans,Arial,Helvetica,sans-serif";
  font-weight: 100;
  font-size: 44px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .home-slider-section .carousel-item .carousel-caption h5 {
    font-size: 26px;
  }
}

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

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

.home-slider-section .carousel-item .carousel-caption p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0 20px;
}

@media (max-width: 767px) {
  .home-slider-section .carousel-item .carousel-caption p {
    font-size: 14px;
  }
}

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

.home-slider-section .carousel-item .carousel-caption .theme-btn.black-btn {
  max-width: 225px;
  background: #fff;
  color: #252f32;
}

.home-slider-section .carousel-item .carousel-caption:hover h3 {
  letter-spacing: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.home-slider-section .carousel-item .carousel-caption:hover .theme-btn.black-btn {
  color: #fff;
}

.home-slider-section .carousel-item .carousel-caption:hover .theme-btn.black-btn::before {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.home-slider-section .carousel-indicators {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 0;
  margin-left: 10%;
  padding-bottom: 125px;
}

@media (max-width: 767px) {
  .home-slider-section .carousel-indicators {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 5%;
    margin-left: 5%;
    padding-bottom: 55px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .home-slider-section .carousel-indicators {
    padding-bottom: 75px;
  }
}

.home-slider-section .carousel-indicators li {
  text-indent: 1px;
  height: 50px;
  width: 60px;
  color: #fff;
  background: transparent;
  border-top: 0px;
  border-bottom: 0px;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  position: relative;
}

.home-slider-section .carousel-indicators li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  width: 100%;
  background-color: #fff;
  display: block;
}

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

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

.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;
}

.findCarSearch .theme-btn {
  height: 45px;
  line-height: 45px;
}

/* ------------------------------------- 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  ---------------------------------*/
/* ------------------------------------- Schedule Service Section Start  ---------------------------------*/
.schedule-service-section {
  padding: 150px 0;
  background-size: 80%;
  background-position: 150% 0;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  z-index: 1;
}

@media (max-width: 767px) {
  .schedule-service-section {
    padding: 60px 0;
    background-size: cover;
    background-position: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .schedule-service-section {
    padding: 80px 0;
    background-size: cover;
    background-position: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .schedule-service-section {
    background-size: cover;
    background-position: center;
  }
}

.schedule-service-section::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(30%, #191919), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #000, #191919 30%, rgba(255, 255, 255, 0));
  display: block;
  z-index: -1;
}

@media (max-width: 767px) {
  .schedule-service-section::before {
    background: rgba(0, 0, 0, 0.5);
  }
}

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

.schedule-service-section .main-heading h2, .schedule-service-section .main-heading h6 {
  color: #fff;
}

.schedule-service-section .theme-btn {
  max-width: 325px;
  margin-top: 10px;
}

/* ------------------------------------- Schedule Service Section End  ---------------------------------*/
/* ------------------------------------- Theme CTA Section CSS Start  ---------------------------------*/
.theme-cta-section {
  padding: 75px 0;
  position: relative;
}

.theme-cta-section .theme-cta-section-images {
  margin-bottom: 30px;
}

.theme-cta-section .theme-cta-wrapper {
  border-radius: 5px;
  text-align: center;
  margin: 15px 0;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .theme-cta-section .theme-cta-wrapper {
    padding: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .theme-cta-section .theme-cta-wrapper {
    padding: 20px;
  }
}

.theme-cta-section .theme-cta-wrapper::after, .theme-cta-section .theme-cta-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-cta-section .theme-cta-wrapper::after {
  bottom: 0;
  left: 0;
  height: 100%;
  background: #f7f7f7;
  z-index: -1;
}

.theme-cta-section .theme-cta-wrapper::before {
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  background-color: #252f32;
}

.theme-cta-section .theme-cta-wrapper.active-cta::after {
  background-color: #fff;
  top: unset;
  bottom: 0;
}

.theme-cta-section .theme-cta-wrapper .theme-cta-icon {
  max-width: 100px;
  width: 100%;
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
  text-align: center;
  background: transparent;
  border: 1px solid #eee;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.01);
          box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.01);
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-cta-section .theme-cta-wrapper .theme-cta-icon img {
  max-width: 64px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-cta-section .theme-cta-wrapper p {
  margin-bottom: 15px;
}

.theme-cta-section .theme-cta-wrapper h4 {
  color: #252f32;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-bottom: 8px;
  padding-top: 25px;
  position: relative;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .theme-cta-section .theme-cta-wrapper h4 {
    font-size: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .theme-cta-section .theme-cta-wrapper h4 {
    font-size: 16px;
  }
}

.theme-cta-section .theme-cta-wrapper h4::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #252f32;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-cta-section .theme-cta-wrapper:hover::after {
  height: 0;
}

.theme-cta-section .theme-cta-wrapper:hover::before {
  width: 0;
}

.theme-cta-section .theme-cta-wrapper:hover h4 {
  color: #9e8d6a;
}

.theme-cta-section .theme-cta-wrapper:hover h4::before {
  background: #9e8d6a;
}

.theme-cta-section .theme-cta-wrapper:hover .theme-cta-icon {
  background: #f9f9f9;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.theme-cta-section .theme-cta-wrapper:hover .theme-cta-icon img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
          transform: translate3d(0, 0, 0) scale(1.05);
}

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

.new-car-section::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(199, 199, 199, 0.19)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(199, 199, 199, 0.19));
  display: block;
  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-wrapper {
  display: block;
  outline: none;
  padding: 10px;
  margin: 5px 0;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

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

.new-car-wrapper::after {
  width: 0;
  height: 2px;
  background: #252f32;
}

.new-car-wrapper .new-car-title p {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
  color: #000;
}

.new-car-wrapper .new-car-title h6 {
  color: #252f32;
  font-size: 22px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.new-car-wrapper .new-car-btn .btn-link {
  color: #9e8d6a;
  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;
  text-decoration: none;
}

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

.new-car-wrapper:hover .btn-link {
  letter-spacing: 2px;
  color: #9e8d6a;
}

/* ------------------------------------- New Car Section CSS End  ---------------------------------*/
/* ------------------------------------- Our Vehicles Section CSS Start  ---------------------------------*/
.ourVehicles {
  -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: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/pattern.png);
  background-position: center;
  background-repeat: repeat;
  z-index: -1;
}

.ourVehicles .ourVehicles-slider {
  background: #fff;
  -webkit-box-shadow: 1px 2px 3px #b2b2b2;
          box-shadow: 1px 2px 3px #b2b2b2;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.ourVehicles .ourVehicles-slider::before {
  position: absolute;
  content: '';
  right: -50px;
  bottom: -115px;
  width: 110%;
  height: 225px;
  background-color: #f9f9f9;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  z-index: -1;
}

@media (max-width: 767px) {
  .ourVehicles .ourVehicles-slider::before {
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.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: #252f32;
  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: #252f32;
  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: 370px;
  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: 45px;
  text-transform: uppercase;
}

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

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

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

.ourVehicles .vehicle-box p {
  line-height: 1;
  font-size: 16px;
  margin-bottom: 15px;
}

.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 ul {
  margin: 25px 0 15px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ourVehicles .vehicle-box ul li {
  padding: 12px 0 10px;
  font-size: 13px;
  line-height: 18px;
  position: relative;
  color: #9e8d6a;
  border-right: 1px solid #eee;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ourVehicles .vehicle-box ul li:last-child {
  border-right: 0;
}

.ourVehicles .vehicle-box ul li span {
  display: inline-block;
  width: 100%;
  color: #252f32;
  font-size: 14px;
  text-transform: uppercase;
}

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

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

.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: #252f32;
  -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: #252f32;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#ourVehicles .slick-prev,
#ourVehicles .slick-next {
  top: 57%;
}

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

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

@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  ---------------------------------*/
.aboutUs {
  padding: 150px 0 100px;
}

@media (max-width: 767px) {
  .aboutUs {
    padding: 100px 0;
  }
}

.aboutUs-inner h2 {
  font-size: 40px;
}

.aboutUs-inner p {
  margin-bottom: 10px;
}

.aboutUs-inner .theme-btn {
  margin-top: 30px;
  max-width: 300px;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */