@font-face {
  font-family: "MiniSans,Arial,sans-serif";
  font-display: swap;
  src: url(../fonts/MINISansSerif-Regular.woff2) format("woff2");
}

@font-face {
  font-family: "MiniSansBold,Arial,sans-serif";
  font-display: swap;
  src: url(../fonts/MINISansSerif-Bold.woff2) format("woff2");
}

@font-face {
  font-family: "MiniSerif, Times, Times New Roman, Georgia, serif";
  font-display: swap;
  src: url(../fonts/MINISerif-Regular.woff2) format("woff2");
}

@font-face {
  font-family: "MiniSerifBold, Times, Times New Roman, Georgia, serif";
  font-display: swap;
  src: url(../fonts/MINISerif-Bold.woff2) format("woff2");
}

body {
  font-family: "MiniSerif,Times,Times New Roman,Georgia,serif";
  line-height: 24px;
  font-size: 18px;
  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-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  color: #000;
}

a,
a:hover,
a:active,
a:focus {
  color: #000;
  -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: 35px;
}

.main-heading h2 {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.main-heading h2::after, .main-heading h2::before {
  content: '';
  position: absolute;
  bottom: 15px;
  height: 2px;
  width: 30px;
  background: #000;
  display: block;
}

@media (max-width: 767px) {
  .main-heading h2::after, .main-heading h2::before {
    bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-heading h2::after, .main-heading h2::before {
    bottom: 12px;
  }
}

.main-heading h2::before {
  left: -50px;
}

.main-heading h2::after {
  right: -50px;
}

@media (max-width: 767px) {
  .main-heading h2 {
    font-size: 20px;
    line-height: 1.25;
    text-transform: capitalize;
  }
}

@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 {
  font-size: 18px;
  line-height: 24px;
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}

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

.theme-btn {
  display: block;
  padding: .625em 3.125em;
  border-radius: 0px;
  min-width: 125px;
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  font-family: "MiniSansBold,Arial,sans-serif";
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-btn.red-btn {
  background: #ac2430;
  border: 1px solid #ac2430;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

.theme-btn.black-btn {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-btn.black-btn:hover, .theme-btn.black-btn:active, .theme-btn.black-btn:focus {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  -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-radius: 0px;
  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: #ac2430;
}

.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: 40%;
  height: 60px;
  width: 60px;
  padding-bottom: 2px;
  background: #ac2430;
  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: #ac2430;
}

#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: #fff;
  position: relative;
  z-index: 11;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-header.site-header-active {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #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: #ac2430;
}

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

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

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

.site-header .header-top .header-top-info ul li span {
  font-weight: bold;
  text-transform: uppercase;
}

.site-header .header-top .header-top-info ul li a {
  font-family: "MiniSans,Arial,sans-serif";
  color: #fff;
  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 .header-top-info ul li a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: #fff;
  display: block;
}

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

.site-header .header-top .header-top-info ul li:hover a {
  text-decoration: underline;
}

.site-header.site-header-active .header-top {
  display: none;
}

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

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

@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 {
  font-family: "MiniSans,Arial,sans-serif";
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 12px;
  font-size: 14px;
  line-height: 42px;
  color: #000;
  letter-spacing: 1px;
  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 {
  outline: 0;
  background: transparent;
  color: #ac2430;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 991px) {
  .site-header .navbar .navbar-nav li a {
    color: #000;
    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 {
  font-family: "MiniSansBold,Arial,sans-serif";
  padding: 15px;
  background: #fff;
  color: #000;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  display: block;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  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: #000;
  -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 #000;
}

@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: 6px;
  width: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@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;
  margin: 0;
  border: 0;
  border-radius: 0;
  top: 72px;
  min-width: 12rem;
}

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

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

.site-header .navbar .navbar-toggler .icon-bar {
  width: 22px;
  height: 2px;
  background-color: #ac2430;
  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: 64px;
    left: -100%;
    padding: 0;
    width: 100%;
    text-align: center;
    height: calc(100vh - 64px);
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow-y: scroll;
  }
  .site-header .navbar-collapse.collapsing {
    height: calc(100vh - 64px);
    margin-right: 50%;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .site-header .navbar-collapse.show {
    left: 0;
    background: #fff;
  }
}

/* ------------------------------------- Theme Logo CSS ---------------------------------*/
.navbar-brand {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  max-width: 100px;
}

.navbar-brand h6 {
  max-width: 170px;
  width: 100%;
  line-height: 1.2;
  font-size: 16px;
  text-transform: uppercase;
  color: #ac2430;
  border-left: 1px solid #000;
  padding-left: 15px;
  margin-left: 15px;
  letter-spacing: 1px;
  white-space: break-spaces;
}

@media (max-width: 991px) {
  .navbar-brand h6 {
    max-width: 110px;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 14px;
    text-transform: capitalize;
  }
}

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

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

.site-footer .pre-footer h4 {
  font-family: "MiniSerifBold, Times, Times New Roman, Georgia, serif";
  color: #000;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-bottom: 15px;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
}

.site-footer .pre-footer h4::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #000;
  display: block;
}

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

.site-footer .pre-footer .footer-menu ul li {
  padding: 4px 0;
}

.site-footer .pre-footer .footer-menu ul li a {
  font-size: 16px;
  line-height: 22px;
  font-family: "MiniSans,Arial,sans-serif";
  position: relative;
  color: #000;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-footer .pre-footer .footer-menu ul li a::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}

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

.site-footer .pre-footer .footer-menu ul li a:hover::before {
  background-color: #ac2430;
}

.site-footer .copyright-footer {
  padding: 15px 0;
  background-color: #f1f1f1;
}

@media (max-width: 767px) {
  .site-footer .copyright-footer .footer-logo {
    display: none;
  }
}

.site-footer .copyright-footer .copyright-footer-content {
  text-align: right;
}

@media (max-width: 767px) {
  .site-footer .copyright-footer .copyright-footer-content {
    text-align: center;
  }
}

.site-footer .copyright-footer .copyright-footer-content p {
  line-height: 40px;
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

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

.dealer-social {
  text-align: right;
}

@media (max-width: 767px) {
  .dealer-social {
    text-align: center;
    margin-top: 15px;
  }
}

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

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

.dealer-social li a:hover {
  border-radius: 0%;
  -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-top: 5px;
  margin-bottom: 45px;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

.recent-articles-wrapper .recent-articles-bg .recent-articles-img {
  position: relative;
  height: 200px;
  width: 100%;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.recent-articles-wrapper .recent-articles-bg .recent-articles-date {
  position: absolute;
  background-color: #e8fdf7;
  font-size: 13px;
  color: #ac2430;
  top: 0px;
  left: 10px;
  width: 55px;
  -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;
  height: 50px;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
}

.recent-articles-wrapper .recent-articles-content {
  text-align: center;
  padding: 25px 15px;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-content h3 > a {
  color: #000;
  display: block;
  font-size: 20px;
  min-height: 60px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .recent-articles-wrapper .recent-articles-content h3 > a {
    font-size: 14px;
    min-height: 42px;
  }
}

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

.recent-articles-wrapper .recent-articles-content .articles-category {
  font-family: "MiniSansBold,Arial,sans-serif";
  position: absolute;
  right: 10px;
  top: -15px;
  background: #000;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  border-radius: 20px;
  z-index: 2;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.recent-articles-wrapper .recent-articles-btn {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0px auto;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0) translateY(100%);
          transform: translate3d(0, 0, 0) translateY(100%);
  -webkit-perspective: 600px;
          perspective: 600px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  overflow: hidden;
}

.recent-articles-wrapper .recent-articles-btn .theme-btn {
  -webkit-transform: translate3d(0, 0, 0) rotateX(-100deg) !important;
  transform: translate3d(0, 0, 0) rotateX(-100deg) !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -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);
}

.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 h3 > a {
  color: #ac2430;
}

.recent-articles-wrapper:hover .articles-category {
  background: #ac2430;
}

.recent-articles-wrapper:hover .theme-btn {
  -webkit-transform: translate3d(0, 0, 0) rotateX(0) !important;
  transform: translate3d(0, 0, 0) rotateX(0) !important;
}

.recent-articles-wrapper:hover .theme-btn.red-btn {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

/* ------------------------------------- Home Banner CSS Start  ---------------------------------*/
.home-banner-section {
  padding-top: 115px;
  height: 700px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .home-banner-section {
    padding-top: 50px;
    height: 475px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-banner-section {
    padding-top: 50px;
    height: 500px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-banner-section {
    padding-top: 75px;
    height: 600px;
  }
}

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

.home-banner-title {
  text-align: center;
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}

.home-banner-title h1 {
  margin-bottom: 5px;
  font-size: 50px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 767px) {
  .home-banner-title h1 {
    font-size: 26px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-banner-title h1 {
    font-size: 32px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-banner-title h1 {
    font-size: 40px;
  }
}

.home-banner-title h5 {
  font-size: 18px;
  line-height: 24px;
  padding: 5px 0;
  color: #fff;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .home-banner-title h5 {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-banner-title h5 {
    font-size: 17px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-banner-title h5 {
    font-size: 17px;
  }
}

.home-banner-btn {
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .home-banner-btn {
    margin-top: 10px;
  }
}

.home-banner-btn .theme-btn {
  display: inline-block;
  max-width: 250px;
  width: 100%;
  margin: 5px 3px;
}

.home-banner-btn .theme-btn.red-btn:hover, .home-banner-btn .theme-btn.red-btn:active, .home-banner-btn .theme-btn.red-btn:focus {
  border: 1px solid #fff;
}

.home-banner-btn .theme-btn.black-btn:hover, .home-banner-btn .theme-btn.black-btn:active, .home-banner-btn .theme-btn.black-btn:focus {
  border: 1px solid #fff;
}

/* ------------------------------------- Home Banner 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 {
  padding: .625em .125em;
}

/* ------------------------------------- Car Inventory Form CSS End  ---------------------------------*/
/* ------------------------------------- Dealer Map Section CSS Start  ---------------------------------*/
.dealer-map-section {
  position: relative;
}

.dealer-map-section .dealer-map {
  position: relative;
  overflow: hidden;
}

.dealer-map-section .dealer-map iframe {
  max-width: 1920px;
  width: 100%;
}

/* ------------------------------------- Dealer Map Section CSS End  ---------------------------------*/
/* ------------------------------------- Dealer Contact Info Section CSS Start  ---------------------------------*/
.dealer-contact-info-section {
  padding: 75px 0;
  position: relative;
}

.dealer-contact-info-section .dealer-contact-info-inner {
  background: #f9f9f9;
  -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: 15px;
  overflow: hidden;
  position: relative;
}

.dealer-contact-info-section .dealer-contact-info-inner .main-heading {
  margin-bottom: 5px;
}

.dealer-contact-info-section .dealer-contact-info-inner .main-heading h2 {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.dealer-contact-info-section .dealer-contact-info-inner .main-heading h2::after {
  width: 0;
}

.dealer-contact-info-section .dealer-contact-info-inner .main-heading h2::before {
  content: '';
  position: absolute;
  width: 75px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #000;
  display: block;
}

.dealer-contact-info-section .dealer-contact-info-inner .dealer-info-section {
  padding: 30px;
  background: #fff;
}

@media (max-width: 767px) {
  .dealer-contact-info-section .dealer-contact-info-inner .dealer-info-section {
    padding: 20px 15px;
  }
}

.dealer-contact-info-section .dealer-contact-form {
  padding: 30px;
}

@media (max-width: 767px) {
  .dealer-contact-info-section .dealer-contact-form {
    padding: 25px;
  }
}

.dealer-contact-info-section .dealer-contact-form .form-group {
  margin-top: 15px;
  margin-bottom: 0px;
}

.dealer-contact-info-section .dealer-contact-form label {
  margin-bottom: 2px;
}

.dealer-contact-info-section .dealer-contact-form input, .dealer-contact-info-section .dealer-contact-form textarea {
  border: 0;
  border-bottom: 1px solid;
  border-radius: 0;
  background-color: #fff;
}

.dealer-contact-info-section .dealer-contact-form .theme-btn.black-btn {
  max-width: 200px;
  margin-top: 10px;
}

.dealer-contact-info-section .dealer-info-section {
  background: #fff;
  padding: 30px;
  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%;
}

.dealer-contact-info-section .dealer-info-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-contact-info-section .dealer-info-wrapper .dealer-info-icon {
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  background-color: #ac2430;
  border-radius: 50%;
}

.dealer-contact-info-section .dealer-info-wrapper .dealer-info-icon img {
  max-width: 60px;
  padding: 15px;
}

.dealer-contact-info-section .dealer-info-wrapper h5 {
  font-family: "MiniSerifBold, Times, Times New Roman, Georgia, serif";
  font-weight: 400;
  color: #ac2430;
  font-size: 16px;
  text-transform: uppercase;
}

.dealer-contact-info-section .dealer-info-wrapper p {
  line-height: 24px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .dealer-contact-info-section .dealer-info-wrapper p {
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.dealer-contact-info-section .dealer-info-wrapper p a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-contact-info-section .dealer-info-wrapper:hover a {
  color: #ac2430;
}

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

.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 {
  text-align: center;
  margin: 5px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

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

.new-car-wrapper h6 {
  padding-bottom: 10px;
  color: #000;
  font-size: 22px;
  line-height: 31px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .new-car-wrapper h6 {
    font-size: 17px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .new-car-wrapper h6 {
    font-size: 18px;
  }
}

@media (min-width: 992) and (max-width: 1199px) {
  .new-car-wrapper h6 {
    font-size: 20px;
  }
}

.new-car-wrapper:hover {
  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);
}

.new-car-wrapper:hover h6 {
  color: #ac2430;
}

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

.theme-cta-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/tiny-grid.png);
  background-position: center;
  background-repeat: repeat;
  z-index: -1;
}

.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: 24px;
  }
}

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

.theme-cta-section .theme-cta-wrapper .theme-cta-icon {
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  -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: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 20px;
  position: relative;
  font-size: 22px;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

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

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

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

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

@media (max-width: 1199px) {
  .theme-cta-section .theme-cta-wrapper .theme-btn {
    padding: .625em;
  }
}

/* ------------------------------------- Theme CTA Section CSS End  ---------------------------------*/
/* ------------------------------------- Service CTA Section CSS Start  ---------------------------------*/
.service-cta-section {
  position: relative;
  background-color: #000;
  z-index: 1;
}

.service-cta-section .main-heading {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .service-cta-section .main-heading {
    margin-bottom: 45px;
    margin-top: 45px;
  }
}

.service-cta-section .main-heading h2 {
  color: #fff;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.service-cta-section .main-heading h2::after {
  width: 0;
}

.service-cta-section .main-heading h2::before {
  content: '';
  position: absolute;
  width: 75px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #fff;
  display: block;
}

.service-cta-section .main-heading p {
  color: #fff;
}

.service-cta-section .service-cta-section-btn {
  max-width: 250px;
  margin-top: 20px;
}

.service-cta-section .service-cta-section-btn .theme-btn {
  background: #fff;
  color: #ac2430;
  border: 1px solid #fff;
}

.service-cta-section .service-cta-section-btn .theme-btn:hover, .service-cta-section .service-cta-section-btn .theme-btn:active, .service-cta-section .service-cta-section-btn .theme-btn:focus {
  background: #ac2430;
  color: #fff;
  border: 1px solid #ac2430;
}

/* ------------------------------------- Service CTA Section CSS End  ---------------------------------*/
/* ------------------------------------- Recent Offers Section CSS Start  ---------------------------------*/
.recent-offers-section {
  padding: 75px 0;
  position: relative;
  z-index: 1;
}

.recent-offers-section .recent-offers-wrapper-btn {
  margin-top: 60px;
  position: relative;
}

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

.recent-offers-wrappers {
  margin: 5px 0;
  border-radius: 5px;
  -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;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .recent-offers-wrappers {
    margin: 10px 0;
  }
}

.recent-offers-wrappers.offer-margin {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .recent-offers-wrappers.offer-margin {
    margin-bottom: 0;
  }
}

.recent-offers-wrappers .recent-offers-img {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-offers-wrappers .recent-offers-img.big-offers {
  height: 400px;
}

@media (max-width: 767px) {
  .recent-offers-wrappers .recent-offers-img.big-offers {
    height: 185px;
  }
}

.recent-offers-wrappers .recent-offers-img.small-offers {
  height: 185px;
}

.recent-offers-wrappers .recent-offers-content {
  text-align: left;
  position: absolute;
  z-index: 2;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-offers-wrappers .recent-offers-content h6 {
  letter-spacing: 1px;
  line-height: 1.25;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .recent-offers-wrappers .recent-offers-content h6 {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .recent-offers-wrappers .recent-offers-content h6 {
    font-size: 17px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .recent-offers-wrappers .recent-offers-content h6 {
    font-size: 18px;
  }
}

.recent-offers-wrappers .recent-offers-content h6::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 2px;
  width: 50px;
  background: #fff;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-offers-wrappers .recent-offers-content a {
  font-size: 14px;
  line-height: 20px;
  font-family: "MiniSansBold,Arial,sans-serif";
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}

.recent-offers-wrappers:hover .recent-offers-content {
  bottom: 0px;
}

.recent-offers-wrappers:hover .recent-offers-content h6 {
  letter-spacing: 2px;
}

.recent-offers-wrappers:hover .recent-offers-content h6::after {
  width: 75px;
}

.recent-offers-wrappers:hover .recent-offers-content a {
  letter-spacing: 2px;
}

/* ------------------------------------- Recent Offers Section 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: 30px;
  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 Features Section CSS Start  ---------------------------------*/
.dealer-features-section {
  background: #f9f9f9;
  padding: 75px 0;
  position: relative;
  z-index: 1;
}

.dealer-features-section .dealer-features-wrapper {
  padding: 10px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .dealer-features-section .dealer-features-wrapper {
    padding: 6px;
  }
}

.dealer-features-section .dealer-features-wrapper .dealer-features-bg {
  border-radius: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-features-section .dealer-features-wrapper .dealer-features-bg .dealer-features-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;
}

.dealer-features-section .dealer-features-wrapper .dealer-features-bg .dealer-features-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;
}

.dealer-features-section .dealer-features-wrapper .dealer-features-content {
  padding: 30px 15px 20px;
  position: relative;
  z-index: 1;
  background: #fff;
}

@media (max-width: 767px) {
  .dealer-features-section .dealer-features-wrapper .dealer-features-content {
    padding: 30px 10px 20px;
  }
}

.dealer-features-section .dealer-features-wrapper .dealer-features-content h6 {
  font-family: "MiniSerifBold, Times, Times New Roman, Georgia, serif";
  font-size: 22px;
  line-height: 1.2;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .dealer-features-section .dealer-features-wrapper .dealer-features-content h6 {
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 13px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .dealer-features-section .dealer-features-wrapper .dealer-features-content h6 {
    font-size: 20px;
  }
}

.dealer-features-section .dealer-features-wrapper .dealer-features-content h6::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #000;
  display: block;
  z-index: -1;
}

.dealer-features-section .dealer-features-wrapper .dealer-features-content h3 {
  color: #000;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .dealer-features-section .dealer-features-wrapper .dealer-features-content h3 {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .dealer-features-section .dealer-features-wrapper .dealer-features-content h3 {
    font-size: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .dealer-features-section .dealer-features-wrapper .dealer-features-content h3 {
    font-size: 24px;
  }
}

.dealer-features-section .dealer-features-wrapper .dealer-features-content p {
  padding: 13px 0 20px;
}

.dealer-features-section .dealer-features-wrapper .dealer-features-content .dealer-features-btn {
  max-width: 200px;
}

@media (max-width: 1199px) {
  .dealer-features-section .dealer-features-wrapper .dealer-features-content .dealer-features-btn .theme-btn {
    padding: .625em .125em;
  }
}

.dealer-features-section .dealer-features-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;
}

.dealer-features-section .dealer-features-wrapper:hover .dealer-features-img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
          transform: translate3d(0, 0, 0) scale(1.05);
}

.dealer-features-section .dealer-features-wrapper-btn {
  margin-top: 50px;
  position: relative;
}

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

/* ------------------------------------- Dealer Features Section CSS End  ---------------------------------*/
/* ------------------------------------- Dealer Social Media Section CSS Start  ---------------------------------*/
.dealer-social-media-section {
  background-color: #f1f1f1;
  padding: 25px 0;
}

@media (max-width: 767px) {
  .dealer-social-media-section {
    text-align: center;
  }
}

.dealer-social-media-section h5 {
  font-size: 27px;
  text-transform: uppercase;
  font-family: "MiniSerifBold, Times, Times New Roman, Georgia, serif";
}

/* ------------------------------------- Dealer Social Media Section CSS End  ---------------------------------*/
/* ------------------------------------- Dealer About Us Section CSS End  ---------------------------------*/
.dealer-aboutus-section {
  position: relative;
}

.dealer-aboutus-section .dealer-aboutus-content {
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .dealer-aboutus-section .dealer-aboutus-content {
    padding-top: 50px;
    padding-bottom: 125px;
  }
}

.dealer-aboutus-section .dealer-aboutus-content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  display: block;
  z-index: -1;
}

.dealer-aboutus-section .main-heading {
  padding: 25px 30px 30px;
  background: rgba(0, 0, 0, 0.85);
  margin-bottom: 0px;
  border-radius: 5px;
}

.dealer-aboutus-section .main-heading h2 {
  color: #fff;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.dealer-aboutus-section .main-heading h2::after {
  width: 0;
}

.dealer-aboutus-section .main-heading h2::before {
  content: '';
  position: absolute;
  width: 75px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #fff;
  display: block;
}

.dealer-aboutus-section p {
  color: #fff;
  margin-bottom: 20px;
}

.dealer-aboutus-section .dealer-aboutus-btn {
  max-width: 200px;
  width: 100%;
}

.dealer-aboutus-section .dealer-aboutus-btn .black-btn {
  padding: .625rem;
  color: #ac2430;
  background: #fff;
  border: 1px solid #fff;
}

.dealer-aboutus-section .dealer-aboutus-btn .black-btn:hover, .dealer-aboutus-section .dealer-aboutus-btn .black-btn:active, .dealer-aboutus-section .dealer-aboutus-btn .black-btn:focus {
  color: #fff;
  background: #ac2430;
  border: 1px solid #ac2430;
}

/* ------------------------------------- Dealer About Us Section CSS End  ---------------------------------*/
/*# sourceMappingURL=style.css.map */