@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url(../fonts/roboto-regular.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto Light";
  font-display: swap;
  src: url(../fonts/roboto-light.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto Medium";
  font-display: swap;
  src: url(../fonts/roboto-medium.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto Bold";
  font-display: swap;
  src: url(../fonts/roboto-bold.ttf) format("truetype");
}

@font-face {
  font-family: 'Sarabun-light';
  font-display: swap;
  src: url("../fonts/sarabun-light.woff");
}

@font-face {
  font-family: 'Sarabun-bold';
  font-display: swap;
  src: url("../fonts/sarabun-bold.woff");
}

body {
  font-family: "Roboto Light";
  line-height: 21px;
  font-size: 15px;
  overflow-x: hidden;
  color: #000;
  letter-spacing: .5px;
  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: 'Sarabun-bold';
  padding: 0;
  margin: 0;
  color: #000;
}

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

.main-heading h2 {
  font-size: 35px;
  line-height: 44px;
  letter-spacing: 1.09px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.main-heading h2 span {
  font-family: 'Sarabun-light';
  font-weight: 100;
}

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

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

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

.main-heading p {
  font-family: "Roboto Light";
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 23px;
}

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

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

.theme-btn {
  color: #fff;
  display: block;
  letter-spacing: 1.4px;
  padding: 1.14286rem .42857rem;
  border-radius: .14286rem;
  border: 0;
  min-width: 110px;
  width: 100%;
  font-family: 'Sarabun-bold';
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  cursor: pointer;
}

.theme-btn::before {
  content: "";
  position: absolute;
  border-radius: .14286rem;
  z-index: -1;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(0, 0, 0) translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translate3d(0, 0, 0) translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.theme-btn:hover::before {
  height: 440%;
}

.theme-btn.red-btn {
  background: #8f0c2c;
}

.theme-btn.red-btn::before {
  background: #414141;
}

.theme-btn.black-btn {
  background: #414141;
}

.theme-btn.black-btn::before {
  background: #8f0c2c;
}

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

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

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

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

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

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

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

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

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

/* ----------------------------- Slider Arrows CSS Start --------------------------*/
#recent-articles-section .slick-prev, #recent-articles-section .slick-next,
#new-car-section .slick-prev,
#new-car-section .slick-next {
  top: 39%;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@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::before, #recent-articles-section .slick-next::before,
#new-car-section .slick-prev::before,
#new-car-section .slick-next::before {
  font-family: "FontAwesome";
  color: #8f0c2c;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 50px;
}

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

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

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

.site-header .header-top .headerTop-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.site-header .header-top .headerTop-inner .headerTop-dealerName,
.site-header .header-top .headerTop-inner .headerTop-dealerInfo {
  width: 350px;
}

.site-header .header-top .headerTop-inner h6 {
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 24px;
}

.site-header .header-top .headerTop-inner .navbar-brand {
  background-color: #fff;
  position: relative;
  top: 10px;
  padding: 5px 20px 0;
  margin: 0;
  z-index: 2;
}

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

.site-header .header-top .headerTop-inner p:hover a {
  color: #8f0c2c;
}

.site-header .header-top .headerTop-inner ul li {
  display: inline-block;
  margin: 0 3px;
  padding-bottom: 5px;
}

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

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

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

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

.site-header .header-top .headerTop-inner ul li:hover a {
  color: #8f0c2c;
}

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

.site-header .navbar .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;
}

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

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

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

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

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

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

@media (max-width: 991px) {
  .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: 'Sarabun-light';
  text-transform: uppercase;
  padding: 15px 12px;
  font-size: 14px;
  line-height: 42px;
  color: #6b767b;
  letter-spacing: .07143rem;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .site-header .navbar .navbar-nav li a {
    letter-spacing: 2px;
    padding: 15px 10px;
  }
}

.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: #000;
  -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:active, .site-header .navbar .navbar-nav li a:focus {
    color: #000;
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #eee;
  }
}

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

.site-header .navbar .navbar-nav li ul li a {
  font-family: 'Sarabun-light';
  font-weight: 400;
  padding: 15px;
  background: #fff;
  color: #636363;
  border-top: 0;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  display: block;
  font-size: 14px;
  letter-spacing: .07143rem;
  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 {
  border-top: 0;
  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: 7px;
  width: 7px;
  border-right: 2px solid #6b767b;
  border-bottom: 2px solid #6b767b;
  -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: #000;
  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: 74px;
    left: -100%;
    padding: 0;
    width: 100%;
    text-align: center;
    height: calc(100vh - 74px);
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow-y: scroll;
  }
  .site-header .navbar-collapse.collapsing {
    height: calc(100vh - 74px);
    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 {
  background: #000;
  position: relative;
  z-index: 1;
}

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

@media (max-width: 991px) {
  .site-footer .pre-footer .footer-content {
    text-align: center;
    margin-bottom: 10px;
  }
}

.site-footer .pre-footer .footer-content .navbar-brand {
  margin: 0;
  padding: 0;
}

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

.site-footer .pre-footer h4 {
  font-family: "Roboto Bold";
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .site-footer .pre-footer h4 {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
}

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

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

.site-footer .pre-footer .footer-menu ul li a {
  font-size: 14px;
  font-family: "Roboto";
  position: relative;
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
  -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 {
  opacity: .9;
}

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

.site-footer .copyright-footer {
  text-align: center;
}

.site-footer .copyright-footer .copyright-footer-inner {
  padding-bottom: 20px;
}

.site-footer .copyright-footer p {
  font-size: 13px;
  line-height: 26px;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

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

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

@media (max-width: 991px) {
  .dealer-social {
    text-align: center;
    margin-bottom: 10px;
  }
}

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

.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 {
  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-bottom: 5px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 100px;
  height: 3px;
  background-color: #414141;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

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

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

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

.recent-articles-wrapper .recent-articles-category::before, .recent-articles-wrapper .recent-articles-category::after {
  position: absolute;
  content: '';
  background-color: #8f0c2c;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-category::before {
  left: 7px;
  top: 0px;
}

.recent-articles-wrapper .recent-articles-category::after {
  right: 0px;
  bottom: 7px;
}

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

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

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

.recent-articles-wrapper .recent-articles-content .recent-articles-date {
  position: absolute;
  max-width: 90px;
  width: 100%;
  top: -15px;
  left: 15px;
  display: inline-block;
  padding: 3px 10px;
  text-transform: capitalize;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 13px;
  letter-spacing: 2px;
  background: #414141;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}

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

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

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

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

.recent-articles-wrapper .recent-articles-content .recent-articles-text {
  padding-top: 15px;
  line-height: 23px;
  font-size: 14px;
  min-height: 90px;
}

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

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

.recent-articles-wrapper:hover::before {
  background-color: #8f0c2c;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper:hover .recent-articles-category:before, .recent-articles-wrapper:hover .recent-articles-category:after {
  background-color: #414141;
}

.recent-articles-wrapper:hover .recent-articles-category span {
  background-color: #414141;
}

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

.recent-articles-wrapper:hover .recent-articles-img::before {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper:hover .recent-articles-date {
  background: #8f0c2c;
}

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

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

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

.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;
  z-index: -1;
}

.home-banner-section .home-banner-section-img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  display: block;
  z-index: -2;
}

.home-banner-section .main-heading {
  text-align: center;
  margin-bottom: 0px;
}

.home-banner-section .main-heading h1 {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: .78px;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .home-banner-section .main-heading h1 {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-banner-section .main-heading h1 {
    font-size: 24px;
  }
}

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

.home-banner-section .main-heading p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
}

/* ------------------------------------- Home Banner CSS End  ---------------------------------*/
/* ------------------------------------- Car Inventory Form CSS Start  ---------------------------------*/
.findCarSearch {
  max-width: 1049px;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  margin: 25px auto 35px;
  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: .95rem 0rem;
}

/* ------------------------------------- Car Inventory Form CSS End  ---------------------------------*/
/* ------------------------------------- Theme CTA CSS Start  ---------------------------------*/
.theme-cta-section {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.theme-cta-section .theme-cta-wrapper {
  border-bottom: 2px solid #fff;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  margin: 5px 0;
  padding: 10px 15px 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-cta-section .theme-cta-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 0;
  width: 100%;
  display: block;
  background: #8f0c2c;
  opacity: 0.5;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-cta-section .theme-cta-wrapper:hover::after {
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-cta-section .theme-cta-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.theme-cta-section .theme-cta-wrapper .theme-cta-img {
  max-width: 50px;
  margin-right: 15px;
}

.theme-cta-section .theme-cta-wrapper h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
}

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

.new-car-section::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(199, 199, 199, 0.19)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, rgba(199, 199, 199, 0.19) 0, rgba(255, 255, 255, 0));
  z-index: -1;
  display: block;
}

.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 {
  text-align: center;
  margin-top: 5px;
  padding: 10px 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: 14px;
  line-height: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
}

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

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

.recent-articles-section::before, .recent-articles-section::after {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 25%;
  display: block;
  z-index: -1;
}

.recent-articles-section::before {
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(199, 199, 199, 0.19)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(199, 199, 199, 0.19) 0, rgba(255, 255, 255, 0));
}

.recent-articles-section::after {
  bottom: 0;
  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));
}

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

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

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

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

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

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

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

.dealer-info-section {
  position: relative;
  padding: 60px 0;
}

.dealer-info-section .dealer-info-wrapper {
  margin: 15px 0;
  min-height: 195px;
  text-align: center;
  background: #f9f9f9;
  border-radius: 5px;
  padding: 10px 10px 20px;
  -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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.dealer-info-section .dealer-info-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  width: 0%;
  background: #8f0c2c;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-info-section .dealer-info-wrapper .dealer-info-icon {
  max-width: 60px;
  width: 100%;
  margin: 10px auto 15px;
}

.dealer-info-section .dealer-info-wrapper .dealer-info-icon img {
  max-width: 40px;
  width: 100%;
  margin: 0 auto;
}

.dealer-info-section .dealer-info-wrapper h6 {
  color: #414141;
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.dealer-info-section .dealer-info-wrapper p {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
  margin-bottom: 5px;
}

.dealer-info-section .dealer-info-wrapper .dealer-info-link {
  color: #8f0c2c;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-info-section .dealer-info-wrapper .dealer-info-link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  border-radius: 50%;
  height: 2px;
  width: 50px;
  background: #8f0c2c;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-info-section .dealer-info-wrapper:hover::after {
  width: 100%;
}

.dealer-info-section .dealer-info-wrapper:hover .dealer-info-link {
  color: #414141;
}

.dealer-info-section .dealer-info-wrapper:hover .dealer-info-link::after {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-signup-section {
  padding-top: 75px;
  position: relative;
}

.dealer-signup-section .dealer-signup-section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f9f9f9;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 15px 30px 25px;
  border-radius: 10px;
  border: 8px solid rgba(143, 12, 44, 0.75);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 767px) {
  .dealer-signup-section .dealer-signup-section-inner {
    display: block;
    padding: 25px;
  }
}

.dealer-signup-section .dealer-signup-section-inner::after, .dealer-signup-section .dealer-signup-section-inner::before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  z-index: -1;
}

.dealer-signup-section .dealer-signup-section-inner::after {
  left: -70px;
  width: 70%;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
  background-color: rgba(0, 0, 0, 0.75);
}

@media (max-width: 767px) {
  .dealer-signup-section .dealer-signup-section-inner::after {
    width: 100%;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .dealer-signup-section .dealer-signup-section-inner::after {
    width: 68%;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.dealer-signup-section .dealer-signup-section-inner::before {
  right: -55px;
  background-color: #f9f9f9;
  width: 40%;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
}

@media (max-width: 767px) {
  .dealer-signup-section .dealer-signup-section-inner::before {
    width: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .dealer-signup-section .dealer-signup-section-inner::before {
    width: 32%;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.dealer-signup-section .dealer-signup-section-inner .main-heading {
  margin-bottom: 0px;
}

.dealer-signup-section .dealer-signup-section-inner .main-heading h2 {
  color: #fff;
  margin-bottom: 10px;
}

.dealer-signup-section .dealer-signup-section-inner .main-heading h2 span {
  color: #fff;
}

.dealer-signup-section .dealer-signup-section-inner .main-heading p {
  color: #fff;
  max-width: 575px;
  margin: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .dealer-signup-section .dealer-signup-section-inner .main-heading p {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .dealer-signup-section .dealer-signup-section-inner .main-heading p {
    max-width: 80%;
  }
}

.dealer-signup-section .dealer-signup-section-inner .main-heading .separator-1 {
  background: #fff;
}

.dealer-signup-section .dealer-signup-section-inner .main-heading .separator-1::after {
  background: #fff;
}

@media (max-width: 767px) {
  .dealer-signup-section .dealer-signup-section-inner .dealer-signup-btn {
    margin-top: 25px;
  }
}

.dealer-signup-section .dealer-signup-section-inner .dealer-signup-btn .theme-btn {
  min-width: 175px;
  max-width: 225px;
  width: 100%;
}

/* ------------------------------------- Dealer Info and Dealer Map and Sign up Section End  ---------------------------------*/
/* ------------------------------------- E-Buying Process Section Start  ---------------------------------*/
.eBuying-process-section {
  padding: 75px 0;
  position: relative;
  z-index: 1;
}

.eBuying-process-section .main-heading {
  margin-bottom: 0;
}

.eBuying-process-section p {
  padding: 0 0 25px;
}

.eBuying-process-section .eBuying-process-section-btn .theme-btn {
  display: inline-block;
  max-width: 215px;
}

@media (max-width: 767px) {
  .eBuying-process-section .eBuying-process-images {
    margin-top: 45px;
  }
}

.eBuying-process-section .eBuying-process-images img {
  border: 4px solid #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

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

.recent-offers-section .main-heading {
  margin-bottom: 0;
}

.recent-offers-section .main-heading h2 {
  letter-spacing: .15px;
  font-size: 34px;
}

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

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

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

.recent-offers-section p {
  padding: 0 0 25px;
}

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

@media (max-width: 767px) {
  .recent-offers-section .recent-offers-section-images {
    margin-bottom: 45px;
  }
}

.recent-offers-section .recent-offers-section-images img {
  border: 4px solid #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

/* ------------------------------------- Recent Offers Section CSS End  ---------------------------------*/
/* ------------------------------------- Top Class Car Section CSS Start  ---------------------------------*/
.top-car-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 75px 0;
  position: relative;
}

@media (max-width: 767px) {
  .top-car-section {
    background-color: #f9f9f9;
    background-image: none !important;
  }
}

@media (max-width: 767px) {
  .top-car-section {
    padding: 60px 0 30px;
  }
}

.top-car-section .top-car-slide {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}

.top-car-content {
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 991px) {
  .top-car-content {
    padding: 15px;
  }
}

.top-car-content .model-year {
  color: #000;
  font-size: 16px;
  line-height: 1;
}

.top-car-content .model-name {
  color: #000;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.1;
}

.top-car-content .model-price {
  font-size: 16px;
}

.top-car-content .model-price span {
  font-family: 'Sarabun-bold';
}

.top-car-content .top-car-btn {
  margin: 15px 0 50px;
}

.top-car-content .top-car-btn .theme-btn {
  display: inline-block;
  max-width: 180px;
  margin: 0 3px;
}

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

.top-car-content .top-car-image {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.slider-title {
  border-bottom: 3px solid #d3d3d3;
  text-align: center;
  max-width: 625px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
}

.slider-title .slick-list {
  overflow: unset !important;
}

.slider-title .slick-list .slick-track {
  width: 100% !important;
}

.slider-title p {
  text-transform: uppercase;
  cursor: pointer;
  color: #414141;
  padding: 5px 0;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

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

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

#top-car-section .slick-list {
  padding: 0 !important;
}

#top-car-section .slick-list .slick-slide.slick-current.slick-center p {
  color: #8f0c2c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#top-car-section .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: #8f0c2c;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#top-car-section .slick-prev, #top-car-section .slick-next {
  top: 40%;
  z-index: 2;
}

@media (max-width: 767px) {
  #top-car-section .slick-prev, #top-car-section .slick-next {
    top: 65%;
  }
}

#top-car-section .slick-prev::before, #top-car-section .slick-next::before {
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 28px;
  opacity: 1;
  background-color: #8f0c2c;
  border-radius: 50%;
  padding: 5px;
}

#top-car-section .slick-prev {
  left: -10px;
}

#top-car-section .slick-prev::before {
  content: "";
}

#top-car-section .slick-next {
  right: 5px;
}

#top-car-section .slick-next::before {
  content: "";
}

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

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

/* ------------------------------------- Top Class Car Section CSS End  ---------------------------------*/
/* ------------------------------------- Dealer About Us Section CSS End  ---------------------------------*/
.dealer-aboutus-section {
  position: relative;
}

.dealer-aboutus-section .dealer-aboutus-content {
  padding-top: 250px;
  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: 50px 0;
  }
}

.dealer-aboutus-section .dealer-aboutus-content::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background: linear-gradient(to top, #000, transparent);
  z-index: -1;
  display: block;
}

.dealer-aboutus-section .main-heading {
  margin-bottom: 50px;
}

.dealer-aboutus-section .main-heading h2 {
  color: #fff;
}

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

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

.dealer-aboutus-section .dealer-aboutus-btn .black-btn {
  background: #fff;
  color: #8f0c2c;
}

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

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