@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url(../fonts/roboto-regular.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: "Rajdhani,Roboto,sans-serif";
  font-display: swap;
  src: url(../fonts/rajdhani-bold.woff2) format("woff2");
}

body {
  font-family: "Roboto";
  line-height: 28px;
  font-size: 14px;
  overflow-x: hidden;
  color: #000;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rajdhani,Roboto,sans-serif";
  line-height: 1.5;
  padding: 0;
  margin: 0;
  color: #000;
}

a,
a:hover,
a:active,
a:focus {
  color: #3e3e3e;
  -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: 36px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

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

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

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

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

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

.theme-btn {
  color: #fff;
  display: block;
  padding: 0px;
  border-radius: 2px;
  border: 0;
  min-width: 110px;
  width: 100%;
  line-height: 16px;
  font-size: 14px;
  padding: 1.14286rem 2.14286rem;
  text-align: center;
  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);
  font-family: "Roboto Medium";
  letter-spacing: .01786rem;
}

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

.theme-btn.orange-btn {
  background: #3e3e3e;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

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

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

.theme-btn.black-btn {
  background: #3e3e3e;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

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

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

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

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

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

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

.theme-select2-design .select2-container--default .select2-selection--single {
  border-radius: 2px;
}

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

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

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

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

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

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

.site-header .header-top ul li a {
  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 ul li a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: #fff;
  display: block;
}

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

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

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

.site-header .header-top .dealer-address p span {
  font-weight: bold;
  text-transform: uppercase;
}

.site-header .header-top .dealer-address p a {
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-header .header-top .dealer-address p: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;
  }
}

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

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

.site-header .navbar .navbar-brand h6 {
  max-width: 170px;
  width: 100%;
  line-height: 1.2;
  font-size: 16px;
  text-transform: uppercase;
  color: #d54400;
  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;
}

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

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

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

.site-header .navbar .navbar-nav li a {
  text-transform: uppercase;
  padding: 15px 12px;
  font-family: "Roboto Medium";
  font-size: 14px;
  line-height: 42px;
  color: #3e3e3e;
  border-radius: 5px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.site-header .navbar .navbar-nav li a:hover, .site-header .navbar .navbar-nav li a:active, .site-header .navbar .navbar-nav li a:focus {
  outline: 0;
  background: transparent;
  color: #d54400;
  -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: #3e3e3e;
    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: "Roboto";
  padding: 15px;
  background: #fff;
  color: #636363;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  display: block;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  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: #d54400;
  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: 57px;
    left: -100%;
    padding: 0;
    width: 100%;
    text-align: center;
    height: calc(100vh - 57px);
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow-y: scroll;
  }
  .site-header .navbar-collapse.collapsing {
    height: calc(100vh - 57px);
    margin-right: 50%;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .site-header .navbar-collapse.show {
    left: 0;
    background: #fff;
  }
}

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

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

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

.site-footer .pre-footer .footer-content {
  text-align: center;
  max-width: 1049px;
  width: 100%;
  margin: 0 auto;
}

.site-footer .pre-footer .footer-content p {
  color: #000;
}

.site-footer .pre-footer h4 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: 'Roboto Medium';
  font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.site-footer .copyright-footer p:hover a {
  color: #d54400;
  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;
  }
}

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

.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: 10px;
  padding: 10px;
  margin-bottom: 5px;
  -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;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-bg {
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  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-meta-box {
  background-color: #e8fdf7;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  padding: 5px;
}

.recent-articles-wrapper .recent-articles-meta-box li {
  display: inline-block;
  padding: 0 5px;
}

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

.recent-articles-wrapper .recent-articles-content h3 {
  line-height: 1.25;
}

.recent-articles-wrapper .recent-articles-content h3 > a {
  color: #3e3e3e;
  display: block;
  font-size: 20px;
  min-height: 50px;
  line-height: 1.25;
  -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: 35px;
  }
}

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

.recent-articles-wrapper .recent-articles-btn {
  max-width: 175px;
  width: 100%;
  margin: 0px auto 10px;
  text-align: center;
}

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

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

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

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

.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-section .home-banner-section-img a {
  display: block;
  cursor: pointer;
  height: 100%;
}

.home-banner-section .home-banner-title h1 {
  text-align: center;
  font-size: 25px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

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

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

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

.home-banner-section .home-banner-title h2 {
  text-align: center;
  font-size: 35px;
  line-height: 1;
  margin: 15px 0;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 767px) {
  .home-banner-section .home-banner-title h2 {
    font-size: 24px;
    margin: 5px 0;
  }
}

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

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

.home-banner-section .home-banner-title .home-banner-btn {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}

/* ------------------------------------- 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: 14px;
}

/* ------------------------------------- Car Inventory Form 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: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

/* ------------------------------------- New Car 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: 40px;
  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 Contact Info and Dealer Map Section Start  ---------------------------------*/
.dealer-contact-info-map-section {
  background-color: #f9f9f9;
  position: relative;
}

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

.dealer-contact-info-map-section .dealer-map iframe {
  max-width: 800px;
  width: 100%;
}

.dealer-contact-info-map-section .dealer-contact-form {
  padding: 50px 60px;
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .dealer-contact-info-map-section .dealer-contact-form {
    padding: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .dealer-contact-info-map-section .dealer-contact-form {
    padding: 40px;
  }
}

.dealer-contact-info-map-section .dealer-contact-form .main-heading {
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dealer-working-hours-section .dealer-working-hours-wrapper .dealer-contact-number {
  padding: 15px 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .dealer-working-hours-section .dealer-working-hours-wrapper .dealer-contact-number {
    padding: 10px 5px;
  }
}

.dealer-working-hours-section .dealer-working-hours-wrapper .dealer-contact-number h6 {
  line-height: 1.25;
  color: #3e3e3e;
}

@media (max-width: 767px) {
  .dealer-working-hours-section .dealer-working-hours-wrapper .dealer-contact-number h6 {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

.dealer-working-hours-section .dealer-working-hours-wrapper .dealer-contact-number p {
  line-height: 21px;
}

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

.dealer-working-hours-section .dealer-working-hours-wrapper .dealer-contact-number:hover a {
  color: #d54400;
}

/* ------------------------------------- Dealer Working Hours Section End  ---------------------------------*/
/* ------------------------------------- E-Buying Process Section Start  ---------------------------------*/
.eBuying-process-section {
  padding: 75px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.eBuying-process-section .eBuying-process-section-inner {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .eBuying-process-section .eBuying-process-section-inner {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px;
  }
}

.eBuying-process-section .eBuying-process-section-inner p {
  color: #fff;
  padding: 22px 0;
  font-size: 14px;
  line-height: 20px;
}

.eBuying-process-section .eBuying-process-section-btn .theme-btn {
  display: inline-block;
  max-width: 200px;
  margin: 0 3px;
}

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

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

.recent-offers-wrapper {
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 265px;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0 10px 10px #eee;
          box-shadow: 0 10px 10px #eee;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-offers-wrapper:after, .recent-offers-wrapper:before {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-offers-wrapper:after {
  bottom: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  background-color: #d54400;
}

.recent-offers-wrapper:before {
  top: 0;
  height: 100%;
  background-color: #fdfdfd;
}

.recent-offers-wrapper .recent-offers-top {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-offers-wrapper .recent-offers-top h5 {
  font-size: 18px;
  text-transform: capitalize;
  color: #000;
  margin-top: 15px;
}

.recent-offers-wrapper .recent-offers-icon {
  max-width: 75px;
  width: 100%;
  margin: 0 auto;
}

.recent-offers-wrapper .recent-offers-bottom {
  padding: 20px;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(213, 68, 0, 0.9);
  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;
  position: absolute;
  -webkit-transform: perspective(400px) rotateX(-90deg);
          transform: perspective(400px) rotateX(-90deg);
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-offers-wrapper .recent-offers-bottom p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.recent-offers-wrapper .recent-offers-btn {
  max-width: 175px;
  width: 100%;
  margin: 0 auto;
  margin-top: 15px;
}

.recent-offers-wrapper .recent-offers-btn .theme-btn {
  color: #d54400;
}

.recent-offers-wrapper .recent-offers-btn .theme-btn:before {
  background: #fff;
}

.recent-offers-wrapper .recent-offers-btn .theme-btn:hover {
  color: #fff;
}

.recent-offers-wrapper:hover:before {
  opacity: 0;
}

.recent-offers-wrapper:hover:after {
  width: 0;
}

.recent-offers-wrapper:hover .recent-offers-top {
  opacity: 0;
}

.recent-offers-wrapper:hover .recent-offers-bottom {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}

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

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

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

.top-slider-car-content {
  max-width: 420px;
  width: 100%;
  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);
  border-radius: 5px;
  margin: 5px 0;
  padding: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

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

@media (min-width: 992px) and (max-width: 1199px) {
  .top-slider-car-content {
    padding: 20px 15px;
  }
}

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

.top-slider-car-content .model-name {
  font-size: 32px;
  font-family: "Rajdhani,Roboto,sans-serif";
  text-transform: uppercase;
  line-height: 1.1;
}

.top-slider-car-content .model-name span {
  font-size: 20px;
  font-family: "Roboto";
  position: relative;
  top: -2px;
}

.top-slider-car-content .model-price {
  line-height: 1;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 15px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
}

.top-slider-car-content .model-price span {
  font-family: "Rajdhani,Roboto,sans-serif";
}

.top-slider-car-content .top-slider-car-options li {
  font-size: 17px;
  line-height: 1.25;
}

.top-slider-car-content .top-slider-car-options li span {
  font-family: "Rajdhani,Roboto,sans-serif";
}

.top-slider-car-content .top-slider-car-btn {
  margin-top: 20px;
}

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

.top-slider-car-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 350px;
  width: 100%;
}

@media (max-width: 767px) {
  .top-slider-car-image {
    height: 230px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top-slider-car-image img {
  max-width: 525px;
  width: 100%;
}

@media (max-width: 767px) {
  .top-slider-car-image img {
    max-width: 350px;
  }
}

.slider-title {
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 10px 9px;
  margin-top: 50px;
  -webkit-box-shadow: 1px 2px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
}

.slider-title p {
  cursor: pointer;
  border-radius: 30px;
  color: #d54400;
  padding: 5px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

#top-car-section .slick-list .slick-slide.slick-current.slick-active .top-slider-car-content {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

#top-car-section .slick-list .slick-slide.slick-current.slick-center p {
  background-color: #d54400;
  color: #fff;
  -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: #d54400;
  border-radius: 5px;
  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 Social Media Section CSS Start  ---------------------------------*/
.dealer-social-media-section {
  background-color: #fafafa;
  padding: 25px 0;
}

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

.dealer-social-media-section .dealer-social-logo .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;
}

@media (max-width: 767px) {
  .dealer-social-media-section .dealer-social-logo .navbar-brand {
    display: block;
  }
}

.dealer-social-media-section .dealer-social-logo .navbar-brand img {
  max-width: 150px;
}

@media (max-width: 991px) {
  .dealer-social-media-section .dealer-social-logo .navbar-brand img {
    max-width: 135px;
  }
}

.dealer-social-media-section .dealer-social-logo .navbar-brand h6 {
  line-height: 1.2;
  font-size: 16px;
  text-transform: uppercase;
  color: #d54400;
  border-left: 1px solid #000;
  padding-left: 15px;
  margin-left: 15px;
  letter-spacing: 1px;
  white-space: break-spaces;
}

@media (max-width: 767px) {
  .dealer-social-media-section .dealer-social-logo .navbar-brand h6 {
    border-left: 0px solid #000;
    padding-left: 0px;
    margin-left: 0px;
    margin: 9px 0 13px;
  }
}

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

.dealer-aboutus-section .dealer-aboutus-content {
  padding-top: 100px;
  padding-bottom: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  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.5);
  display: block;
  z-index: -1;
}

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

.dealer-aboutus-section .main-heading h6 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #fff;
}

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

.dealer-aboutus-section .main-heading p {
  font-size: 17px;
  line-height: 26px;
  padding: 10px 0 15px;
  color: #fff;
}

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

.dealer-aboutus-section .main-heading .dealer-aboutus-btn .black-btn {
  color: #d54400;
  background: #d54400;
}

.dealer-aboutus-section .main-heading .dealer-aboutus-btn .black-btn::before {
  background: #fff;
}

.dealer-aboutus-section .main-heading .dealer-aboutus-btn .black-btn:hover, .dealer-aboutus-section .main-heading .dealer-aboutus-btn .black-btn:active, .dealer-aboutus-section .main-heading .dealer-aboutus-btn .black-btn:focus {
  color: #fff;
}

.dealer-aboutus-section .dealer-aboutus-images {
  margin-top: -150px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .dealer-aboutus-section .dealer-aboutus-images {
    margin-top: -75px;
  }
}

.dealer-aboutus-section .dealer-aboutus-images img {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}

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