@font-face {
  font-family: "Heebo,Roboto,sans-serif";
  src: url("../fonts/Heebo-ExtraBold.woff2");
}

@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");
}

body {
  font-family: "Roboto";
  line-height: 21px;
  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: "Heebo,Roboto,sans-serif";
  line-height: 1.5;
  padding: 0;
  margin: 0;
  color: #000;
}

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

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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.main-heading h2 {
  color: #000;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
}

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

@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: 991px;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.5;
}

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

.theme-btn {
  display: block;
  padding: 1rem 1.78571rem .85714rem 1.78571rem;
  border-radius: 2px;
  border: 0;
  min-width: 125px;
  width: 100%;
  font-family: "Heebo,Roboto,sans-serif";
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  cursor: pointer;
}

.theme-btn.yellow-btn {
  background: #ffba00;
  color: #000;
}

.theme-btn.yellow-btn:hover, .theme-btn.yellow-btn:focus, .theme-btn.yellow-btn:active {
  background: #edad01;
}

.theme-btn.dark-btn {
  background: #636363;
  color: #fff;
}

.theme-btn.dark-btn:hover, .theme-btn.dark-btn:focus, .theme-btn.dark-btn:active {
  background: #4f4f4f;
}

/* ----------------------------- 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: 44px;
  border: 1px solid #ccc;
  border-radius: 2px;
  outline: none;
}

.theme-select2-design .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 43px;
  outline: none;
  padding-left: 10px;
  padding-right: 25px;
  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: #ffba00;
}

.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 --------------------------*/
.slider-arrows {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}

.slider-arrows::after, .slider-arrows::before {
  content: '';
  position: absolute;
  height: 88px;
  max-width: 375px;
  width: 100%;
  top: -5px;
  background-image: url("../images/slider-image.png");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.slider-arrows::before {
  left: 20px;
}

.slider-arrows::after {
  right: 20px;
}

.slider-arrows .slider-nav {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  width: 60px;
  padding-bottom: 2px;
  margin: 10px;
  background-color: #ffba00;
  border: 2px solid #fff;
  font-size: 22px;
  border-radius: 50%;
  -webkit-box-shadow: 2px 5px 5px rgba(25, 41, 61, 0.26);
          box-shadow: 2px 5px 5px rgba(25, 41, 61, 0.26);
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.slider-arrows .slider-nav i {
  font-size: 22px;
  color: #fff;
}

.slider-arrows .slider-nav:hover {
  background-color: #fff;
  color: #ffba00;
}

.slider-arrows .slider-nav:hover i {
  color: #ffba00;
}

.slider-arrows .slider-nav.nav-next {
  right: 7px;
}

.slider-arrows .slider-nav.nav-prev {
  left: 7px;
}

.site-header {
  background: #000;
  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: #000;
  -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: #000;
  }
}

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

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

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

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

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

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

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

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

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

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

.site-header .header-top .dealer-address p a {
  color: #000;
  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 .header-top .dealer-address p span {
  font-weight: bold;
  text-transform: uppercase;
}

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

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

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

@media (max-width: 991px) {
  .site-header .navbar .navbar-nav .dropdown .dropdown-toggle::after {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
  }
}

@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: #fff;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 4px 0;
}

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

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

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

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

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

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

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

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

.site-footer {
  position: relative;
  background: #000;
}

.site-footer .pre-footer {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

.site-footer .pre-footer .navbar-brand {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.site-footer .pre-footer .navbar-brand h6 {
  line-height: 1.2;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  border-left: 1px solid #fff;
  padding-left: 15px;
  margin-left: 15px;
  letter-spacing: 1px;
  white-space: break-spaces;
}

@media (max-width: 991px) {
  .site-footer .pre-footer .navbar-brand h6 {
    font-size: 14px;
  }
}

.site-footer .pre-footer h4 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 13px;
  position: relative;
  font-size: 18px;
  letter-spacing: 1px;
}

@media (max-width: 991px) {
  .site-footer .pre-footer h4 {
    font-size: 15px;
    margin-bottom: 7px;
  }
}

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

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

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

.site-footer .pre-footer .footer-menu ul li a::before {
  position: relative;
  content: '';
  height: 0;
  width: 0;
  display: inline-block;
  top: -1px;
  border-top: 1px solid #ffba00;
  border-right: 1px solid #ffba00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-footer .pre-footer .footer-menu ul li a:hover {
  color: #ffba00;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-footer .pre-footer .footer-menu ul li a:hover::before {
  margin-right: 7px;
  height: 7px;
  width: 7px;
  visibility: visible;
}

.site-footer .copyright-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 0px;
}

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

.site-footer .copyright-footer p {
  line-height: 32px;
  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: #ffba00;
  -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 {
  text-align: right;
}

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

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

.dealer-social li a {
  font-size: 18px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  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-slide {
  border: 1px solid #eee;
  border-radius: 2px;
  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);
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-slide::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  height: 320px;
  width: 132px;
  background-image: url("../images/pattern.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

.recent-articles-slide .recent-articles-wrapper {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

.recent-articles-slide .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;
}

.recent-articles-slide .recent-articles-wrapper .recent-articles-category {
  font-size: 13px;
  line-height: 1;
  color: #ffba00;
  position: absolute;
  background: #fff;
  top: 10px;
  z-index: 1;
  right: 10px;
  padding: 10px;
  text-align: center;
  max-width: 100px;
  width: 100%;
  display: block;
  border-radius: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

.recent-articles-slide .recent-articles-wrapper .recent-articles-content .recent-articles-date {
  display: block;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 5px;
  color: #ffba00;
}

.recent-articles-slide .recent-articles-wrapper .recent-articles-content .recent-articles-title {
  line-height: 1.25;
  margin: 8px 0 5px;
}

.recent-articles-slide .recent-articles-wrapper .recent-articles-content .recent-articles-title a {
  color: #000;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .recent-articles-slide .recent-articles-wrapper .recent-articles-content .recent-articles-title a {
    font-size: 14px;
  }
}

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

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

.recent-articles-slide .recent-articles-wrapper .recent-articles-content .articles-text {
  line-height: 21px;
}

.recent-articles-slide .recent-articles-wrapper:hover .recent-articles-title a {
  color: #ffba00;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-slide .recent-articles-link {
  padding: 15px 20px;
  border-top: 1px solid #eee;
}

.recent-articles-slide .recent-articles-link a {
  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;
}

.recent-articles-slide .recent-articles-link a h6 {
  font-size: 14px;
  color: #666;
  text-transform: capitalize;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-slide .recent-articles-link a i {
  color: #666;
  font-size: 22px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-slide:hover {
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
}

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

.recent-articles-slide:hover .recent-articles-link h6 {
  letter-spacing: 3px;
  color: #ffba00;
}

.recent-articles-slide:hover .recent-articles-link i {
  color: #ffba00;
}

.recent-articles-slide:hover .recent-articles-category {
  background-color: #ffba00;
  color: #fff;
}

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

@media (max-width: 767px) {
  .home-banner-section {
    padding: 75px 0 0;
  }
}

.home-banner-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/best-jeep-models.png);
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.home-banner-section .bannerImg-inner {
  position: relative;
  text-align: center;
}

.home-banner-section .bannerImg-inner img {
  max-width: 1199px;
  width: 100%;
  margin: 0 auto;
}

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

.home-banner-section .home-banner-title h5 {
  font-size: 30px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

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

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

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

.home-banner-section .home-banner-title h1 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
}

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

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

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

.home-banner-section .findCarSearch {
  border-radius: 2px;
  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);
  margin: 40px 0 50px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}

@media (max-width: 767px) {
  .home-banner-section .findCarSearch {
    margin: 30px 0 50px;
  }
}

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

.home-banner-section .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) {
  .home-banner-section .findCarSearch .col-12.col-sm-12.col-md-12.padding-7 {
    max-width: 100%;
  }
}

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

/* ------------------------------------- Home Banner CSS End  ---------------------------------*/
/* ------------------------------------- Recent Article Section CSS Start  ---------------------------------*/
.recent-articles-section {
  padding: 75px 0;
  position: relative;
}

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

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

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

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

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

.dealer-map-section .dealer-map-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 1;
}

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

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

.dealer-map-section .dealer-address {
  position: absolute;
  top: 32%;
  left: 0;
  right: 0;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 25px 20px 20px;
  border-radius: 2px;
  text-align: center;
  z-index: 2;
}

@media (max-width: 767px) {
  .dealer-map-section .dealer-address {
    max-width: 310px;
  }
}

.dealer-map-section .dealer-address img {
  max-width: 125px;
  width: 100%;
  margin: 0 auto;
}

.dealer-map-section .dealer-address h4 > a {
  margin-top: 15px;
  margin-bottom: 7px;
  padding-bottom: 3px;
  font-size: 30px;
  color: #000;
  text-transform: capitalize;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  .dealer-map-section .dealer-address h4 > a {
    font-size: 22px;
  }
}

.dealer-map-section .dealer-address h4 > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  width: 30px;
  display: block;
  background-color: #000;
}

@media (max-width: 767px) {
  .dealer-map-section .dealer-address p {
    line-height: 21px;
  }
}

.dealer-map-section .dealer-address .dealer-address-detail a {
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

.dealer-map-section .dealer-address:hover .dealer-address-detail a {
  color: #ffba00;
}

/* ------------------------------------- Dealer Map Section CSS End  ---------------------------------*/
/* ------------------------------------- Dealer Working Hours Section CSS Start  ---------------------------------*/
.dealer-working-hours-section {
  padding: 60px 0 75px;
  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: 2px;
  overflow: hidden;
}

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

.dealer-working-hours-section .dealer-working-hours-wrapper .dealer-department h4 {
  background-color: #ffba00;
  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: #ffba00;
}

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

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

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

.new-car-section .new-car-wrapper {
  text-align: center;
  margin: 5px 0;
  padding: 20px 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

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

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

.new-car-section .new-car-wrapper p {
  margin-top: 5px;
  color: #000;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 1;
}

.new-car-section .new-car-wrapper p span {
  margin-top: 2px;
  display: block;
  font-weight: bold;
  font-size: 17px;
  line-height: 1;
}

.new-car-section .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-section .new-car-wrapper:hover h6 {
  color: #ffba00;
}

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

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

/* ------------------------------------- New Car Section CSS End  ---------------------------------*/
/* ------------------------------------- Company Services Section CSS Start  ---------------------------------*/
.company-services-section {
  padding: 75px 0;
  position: relative;
}

/* ------------------------------------- Company Services Section CSS End  ---------------------------------*/
/* ------------------------------------- Car Inventory Section CSS Start  ---------------------------------*/
.vehicle-inventory-section {
  padding: 75px 0;
  position: relative;
  z-index: 1;
}

.vehicle-inventory-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/find-new-jeep-model.jpg);
  background-position: center;
  background-size: cover;
  opacity: 0.75;
  z-index: -1;
}

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

.theme-cta-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/find-new-jeep-model.jpg);
  background-position: center;
  background-size: cover;
  opacity: 0.75;
  z-index: -1;
}

.theme-cta-section .main-heading {
  margin-bottom: 0px;
}

.theme-cta-section p {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 8px;
}

.theme-cta-section p a {
  color: #ffba00;
}

.theme-cta-section p:hover a {
  color: #000;
}

.theme-cta-section .dealer-about-us {
  max-width: 670px;
  width: 100%;
}

.theme-cta-section .dealer-about-us .dealer-about-us-btn {
  margin-top: 15px;
  position: relative;
}

.theme-cta-section .dealer-about-us .dealer-about-us-btn .theme-btn {
  display: inline-block;
  max-width: 225px;
  width: 100%;
}

.theme-cta-section .theme-cta-wrapper {
  padding: 30px 15px 25px;
  text-align: center;
  margin-top: 10px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-animation: gridbounce 2.8s linear infinite;
          animation: gridbounce 2.8s linear infinite;
}

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

@-webkit-keyframes gridbounce {
  0% {
    -webkit-transform: translate3d(0, 0, 0) ranslateY(0px);
            transform: translate3d(0, 0, 0) ranslateY(0px);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) translateY(10px);
            transform: translate3d(0, 0, 0) translateY(10px);
    -webkit-box-shadow: 0px 12px 5px -6px #ccc;
            box-shadow: 0px 12px 5px -6px #ccc;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) translateY(0px);
            transform: translate3d(0, 0, 0) translateY(0px);
  }
}

@keyframes gridbounce {
  0% {
    -webkit-transform: translate3d(0, 0, 0) ranslateY(0px);
            transform: translate3d(0, 0, 0) ranslateY(0px);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) translateY(10px);
            transform: translate3d(0, 0, 0) translateY(10px);
    -webkit-box-shadow: 0px 12px 5px -6px #ccc;
            box-shadow: 0px 12px 5px -6px #ccc;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) translateY(0px);
            transform: translate3d(0, 0, 0) translateY(0px);
  }
}

.theme-cta-section .theme-cta-wrapper.grid-odd {
  background-color: #efdff7;
}

.theme-cta-section .theme-cta-wrapper.grid-even {
  background-color: #c6e6fd;
}

.theme-cta-section .theme-cta-wrapper.grid-margin {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .theme-cta-section .theme-cta-wrapper.grid-margin {
    margin-top: 10px;
  }
}

.theme-cta-section .theme-cta-wrapper .theme-cta-image {
  max-width: 64px;
  width: 100%;
  margin: 0 auto;
}

.theme-cta-section .theme-cta-wrapper h4 {
  color: #000;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  margin-top: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

.theme-cta-section .theme-cta-wrapper a {
  text-transform: capitalize;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1px;
  color: #ffba00;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

.theme-cta-section .theme-cta-wrapper:hover a {
  color: #000;
  letter-spacing: 2px;
}

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

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

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

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

.business-link-section .business-link-section-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 500px;
  width: 100%;
  height: 100%;
}

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

/* ------------------------------------- Business Link Section CSS End  ---------------------------------*/
/* ------------------------------------- Jeep E Shop Section CSS Start  ---------------------------------*/
.jeep-eshop-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.jeep-eshop-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  z-index: -1;
}

.jeep-eshop-section .jeep-eshop-section-inner {
  text-align: center;
  padding: 45px 50px;
  background-color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
  .jeep-eshop-section .jeep-eshop-section-inner {
    padding: 35px;
  }
}

.jeep-eshop-section .jeep-eshop-section-inner p {
  color: #fff;
  padding: 13px 0 15px;
}

.jeep-eshop-section .jeep-eshop-section-inner .jeep-eshop-btn {
  margin-top: 15px;
  max-width: 225px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/* ------------------------------------- Jeep E Shop Section CSS End  ---------------------------------*/
/*# sourceMappingURL=style.css.map */