.container-mid {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.padding-5 {
  padding-left: 5px;
  padding-right: 5px;
}

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

.theme-select2-design .select2-container .select2-selection--single {
  height: 50px;
  border: 0px;
  border-radius: 0px;
  outline: none;
}

.theme-select2-design .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  outline: none;
  padding-left: 15px;
  padding-right: 30px;
  color: #444;
  border: 1px solid #d4d7d9;
  border-radius: 5px;
  font-size: 14px;
}

.theme-select2-design .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 5px;
}

.theme-select2-design .select2-results__option {
  font-size: 13px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #000 !important;
}

.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;
  font-size: 13px !important;
}

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

.theme-find-dealer .filter-field::after {
  content: '';
  position: absolute;
  right: 0;
  display: block;
  width: 1px;
  background: #ccc;
  height: 50px;
  top: 2px;
}

/* -------------------------------- Select2 Design ---------------------*/
/*---------------------------- THEME COMMON STYLE START -----------------------------------------------*/
@font-face {
  font-family: "genesis-text-regular, sans-serif";
  src: url("../fonts/GenesisSansText-Regular.woff");
}

@font-face {
  font-family: "genesis-text, sans-serif";
  src: url("../fonts/GenesisSansText.woff");
}

@font-face {
  font-family: "genesis-head, sans-serif";
  src: url("../fonts/GenesisSansHead-Light.woff");
}

@font-face {
  font-family: "HyundaiSansText-Regular";
  src: url("../fonts/hyundaisanshead-regular.woff2");
}

body {
  font-family: "genesis-text, sans-serif";
  line-height: 1.5;
  font-size: 15px;
  letter-spacing: 1px;
  color: #656060;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  font-family: "genesis-head, sans-serif";
}

a,
a:hover,
a:active,
a:focus {
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  outline: none;
  border: none;
  font-family: "genesis-head, sans-serif";
}

button {
  border: none;
  outline: none;
}

.theme-btn, .theme-btn-inverse {
  display: inline-block;
  padding: 17px 20px;
  min-width: 220px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #6f6f6f;
  border-radius: 0px;
  text-transform: uppercase;
  text-align: center;
  z-index: 0;
  font-size: 11px;
  overflow: hidden;
  position: relative;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.theme-btn:before, .theme-btn-inverse:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  background-color: #141414;
  border-radius: 5;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.theme-btn:hover, .theme-btn:focus, .theme-btn-inverse:hover, .theme-btn-inverse:focus {
  border: 1px solid #6f6f6f;
  color: #fff;
}

.theme-btn:hover::before, .theme-btn:focus::before, .theme-btn-inverse:hover::before, .theme-btn-inverse:focus::before {
  width: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.theme-btn-inverse {
  background: #fff;
  color: #000;
  border-color: #ccc;
}

.theme-btn-inverse:before, .theme-btn-inverse:after {
  background-color: #fff;
}

.theme-btn-inverse:hover, .theme-btn-inverse:focus {
  background-color: transparent;
  border: 1px solid #ccc;
  color: #000;
}

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

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

.line-btn {
  display: inline-block;
  text-transform: uppercase;
  padding-top: 10px;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 11px;
  font-family: "genesis-head, sans-serif";
}

.line-btn::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #a36b4f;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.line-btn::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.line-btn:hover, .line-btn:focus {
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.line-btn:hover::after, .line-btn:focus::after {
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.themeHeading, .themeHeading-inverse {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}

.themeHeading h2, .themeHeading-inverse h2 {
  color: #000;
  font-weight: 200;
  font-size: 30px;
  letter-spacing: 0px;
}

@media (max-width: 767px) {
  .themeHeading h2, .themeHeading-inverse h2 {
    font-size: 22px;
  }
}

.themeHeading p, .themeHeading-inverse p {
  margin-top: 7px;
  font-size: 16px;
  margin-bottom: 0px;
}

.themeHeading-inverse h2 {
  color: #fff;
}

/*-------------------------theme common style ends----------------*/
/*******************************************************
  Header css starts
*******************************************************/
.siteHeader {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #000;
  -webkit-box-shadow: 0 0 4px #ccc;
          box-shadow: 0 0 4px #ccc;
  z-index: 9;
  font-family: "HyundaiSansText-Regular";
}

@media (max-width: 991px) {
  .siteHeader {
    background-color: #000;
  }
}

.siteHeader .site-top-bar {
  padding: 10px 0;
  background: #a36b4f;
}

@media (max-width: 767px) {
  .siteHeader .site-top-bar {
    display: none;
  }
}

.siteHeader .site-top-bar .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (min-width: 768px) and (max-width: 991px) {
  .siteHeader .site-top-bar .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.siteHeader .site-top-bar a {
  font-size: 13px;
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .siteHeader .site-top-bar a {
    font-size: 11px;
  }
}

.siteHeader .site-top-bar a i {
  color: #fff;
}

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

.siteHeader .container-mid {
  position: relative;
}

.siteHeader .HeaderMain.site-header-active {
  position: fixed;
  width: 100%;
  top: 0;
  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;
}

.siteHeader .HeaderMain.site-header-active .navbar .navbar-expand-lg li a::after {
  display: none;
}

@-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) {
  .siteHeader .HeaderMain .navbar {
    padding: 5px 15px;
  }
}

.siteHeader .HeaderMain .navbar .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.siteHeader .HeaderMain .navbar .navbar-brand img {
  max-width: 160px;
  padding: 5px 0;
}

@media (max-width: 991px) {
  .siteHeader .HeaderMain .navbar .navbar-brand img {
    max-width: 80px;
  }
}

.siteHeader .HeaderMain .navbar .navbar-brand h6 {
  width: 170px;
  line-height: 1.1;
  font-size: 14px;
  text-transform: uppercase;
  color: #ccc;
  font-weight: 300;
  padding-left: 15px;
  border-left: 1px solid #ccc;
  white-space: break-spaces;
}

@media (max-width: 991px) {
  .siteHeader .HeaderMain .navbar .navbar-brand h6 {
    width: 126px;
    font-size: 12px;
  }
}

.siteHeader .HeaderMain .navbar .navbar-toggler {
  background: transparent;
  border-radius: 0;
  outline: none;
}

.siteHeader .HeaderMain .navbar .navbar-toggler .icon-bar {
  width: 22px;
  height: 2px;
  background-color: #a36b4f;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 4px 0;
}

.siteHeader .HeaderMain .navbar .navbar-toggler .top-bar {
  -webkit-transform: translate3d(0, 0, 0) rotate(-42deg);
  transform: translate3d(0, 0, 0) rotate(-42deg);
  -webkit-transform-origin: 90% 90%;
  transform-origin: 90% 90%;
}

.siteHeader .HeaderMain .navbar .navbar-toggler .middle-bar {
  opacity: 0;
}

.siteHeader .HeaderMain .navbar .navbar-toggler .bottom-bar {
  -webkit-transform: translate3d(0, 0, 0) rotate(42deg);
  transform: translate3d(0, 0, 0) rotate(42deg);
  -webkit-transform-origin: 90% 10%;
  transform-origin: 90% 10%;
}

.siteHeader .HeaderMain .navbar .navbar-toggler.collapsed .top-bar {
  -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
  transform: translate3d(0, 0, 0) rotate(0deg);
}

.siteHeader .HeaderMain .navbar .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.siteHeader .HeaderMain .navbar .navbar-toggler.collapsed .bottom-bar {
  -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
  transform: translate3d(0, 0, 0) rotate(0deg);
}

.siteHeader .HeaderMain .navbar .navbar-collapse {
  position: relative;
}

@media (max-width: 991px) {
  .siteHeader .HeaderMain .navbar .navbar-collapse {
    position: absolute;
    top: 59px;
    left: -100%;
    padding: 0;
    width: 100%;
    text-align: center;
    overflow-y: scroll;
    height: calc(100vh - 59px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
  }
}

@media (max-width: 991px) {
  .siteHeader .HeaderMain .navbar .navbar-collapse.collapsing {
    height: 100vh;
    margin-right: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
  }
}

@media (max-width: 991px) {
  .siteHeader .HeaderMain .navbar .navbar-collapse.show {
    left: 0;
    background: #fff;
  }
}

.siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  padding: 0 15px;
  line-height: 75px;
  color: #dedede;
  font-size: 13px;
  font-family: "HyundaiSansText-Regular";
}

@media (max-width: 991px) {
  .siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    border-bottom: 1px solid #eee;
    padding: 15px 20px;
  }
}

.siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  border: none;
  position: relative;
  top: 1px;
  margin-left: 8px;
  height: 6px;
  width: 6px;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 991px) {
  .siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
  }
}

.siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover, .siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:focus {
  background: #000;
  color: #a36b4f;
}

@media (max-width: 991px) {
  .siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover, .siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:focus {
    background-color: #f1f1f1;
    color: #000;
  }
}

.siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after, .siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:focus.dropdown-toggle::after {
  -webkit-transform: translate3d(0, 0, 0) rotate(-135deg);
  transform: translate3d(0, 0, 0) rotate(-135deg);
  top: 5px;
}

@media (max-width: 991px) {
  .siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after, .siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:focus.dropdown-toggle::after {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
    top: 1px;
  }
}

@media (max-width: 991px) {
  .siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:focus {
    border-bottom: 1px solid #ccc;
  }
}

@media (min-width: 992px) {
  .siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
}

.siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  border: 1px solid #f1f1f1;
  border-top: none;
  border-bottom: none;
  top: 96%;
  border-radius: 0;
  padding: 0;
  min-width: 12rem;
  -webkit-box-shadow: 0 0 3px #f1f1f1;
          box-shadow: 0 0 3px #f1f1f1;
}

@media (max-width: 991px) {
  .siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    margin: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    left: auto;
    right: 0;
  }
}

.siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a {
  padding: 15px;
  line-height: 1;
  font-size: 13px;
  color: #000;
  border-bottom: 1px solid #f1f1f1;
  text-transform: uppercase;
  font-family: "HyundaiSansText-Regular";
}

.siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a:hover, .siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a:focus {
  background-color: #f1f1f1;
  color: #000;
}

@media (max-width: 991px) {
  .siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a {
    text-align: center;
    line-height: 26px;
    color: #333;
    padding: 15px 20px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    background-color: #f9f9f9;
  }
}

/*******************************************************
Header css ends
*******************************************************/
/*******************************************************
  Footer
*******************************************************/
.site-footer {
  position: relative;
  padding-bottom: 30px;
  background-color: #000;
}

.site-footer .prefooter {
  padding: 60px 0 15px;
}

@media (max-width: 991px) {
  .site-footer .prefooter .prefooter-inner {
    margin: 10px 0;
  }
}

.site-footer .prefooter .prefooter-inner p {
  color: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
}

.site-footer .prefooter .prefooter-inner h4 {
  color: #fff;
  display: inline-block;
  margin: 0 0 15px;
  font-size: 18px;
  position: relative;
}

.site-footer .prefooter .prefooter-inner ul {
  color: #333;
  list-style: outside none none;
  padding-left: 0;
}

.site-footer .prefooter .prefooter-inner li {
  padding: 10px 0 0px;
}

.site-footer .prefooter .prefooter-inner a {
  color: #fff;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "HyundaiSansText-Regular";
  font-weight: 200;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site-footer .prefooter .prefooter-inner a:hover {
  color: #a36b4f;
}

.site-footer .prefooter .prefooter-inner .social-links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-top: 0px;
}

@media (max-width: 1199px) {
  .site-footer .prefooter .prefooter-inner .social-links {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-top: 10px;
    padding-bottom: 20px;
  }
}

.site-footer .prefooter .prefooter-inner .social-links li a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  margin-right: 10px;
  padding-left: 1px;
}

.site-footer .prefooter .prefooter-inner .social-links li a.twitter {
  background-color: #00ACEE;
}

.site-footer .prefooter .prefooter-inner .social-links li a.facebook {
  background-color: #3B5998;
}

.site-footer .prefooter .prefooter-inner .social-links li a.instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.site-footer .prefooter .prefooter-inner .social-links li a.pinterest {
  background-color: #E60023;
}

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

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

.site-footer .copyright-footer .copyright-footer-content p {
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
}

.site-footer .copyright-footer .copyright-footer-content p a {
  color: #a36b4f;
  font-family: "genesis-text, sans-serif";
}

/*******************************************************
  Footer ends
*******************************************************/
/*******************************************************
  main banner section starts
*******************************************************/
.homeBanner {
  padding: 240px 0 100px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

@media (max-width: 767px) {
  .homeBanner {
    padding: 95px 0 75px;
  }
}

.homeBanner .homeBanner-img {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .homeBanner .homeBanner-img {
    background-position: 66%;
    background-size: cover;
  }
}

.homeBanner .theme-select2-design {
  background-color: #fff;
  max-width: 340px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
  border-top: 1px solid #1e2127;
  border-top: 4px solid #a36b4f;
  padding-top: 25px;
}

@media (max-width: 767px) {
  .homeBanner .theme-select2-design {
    max-width: 320px;
    margin: 30px auto 0;
  }
}

.homeBanner .theme-select2-design h1 {
  text-align: center;
  font-size: 25px;
  font-family: "HyundaiSansText-Regular";
  margin-bottom: 20px;
  text-transform: capitalize;
}

.homeBanner .theme-select2-design .filter-field {
  margin: 0px 0 15px;
  padding: 0 20px;
}

.homeBanner .theme-select2-design .filter-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  border-radius: 0px;
  background: rgba(245, 245, 245, 0.2);
  border: 1px solid whitesmoke;
  height: 50px;
}

.homeBanner .theme-select2-design .filter-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 5px;
}

.homeBanner .theme-select2-design .filter-field .theme-btn {
  display: block;
  min-width: unset;
  width: 100%;
  height: 50px;
  margin: 5px 0 25px;
}

/*******************************************************
  main banner section ends
*******************************************************/
/*******************************************************
  service block section starts
*******************************************************/
.servicesBlock {
  padding: 70px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  z-index: 3;
}

.servicesBlock::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: block !important;
  height: 100%;
}

.servicesBlock .servicesBlockInner {
  background: rgba(0, 0, 0, 0.2);
  padding: 30px 0;
  text-align: center;
  width: 100%;
  color: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid #a36b4f;
  -webkit-box-shadow: 0 3px 14px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 14px -4px rgba(0, 0, 0, 0.1);
}

.servicesBlock .servicesBlockInner .servicesBlockInner-content {
  padding: 0 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .servicesBlock .servicesBlockInner .servicesBlockInner-content {
    padding: 0 20px;
  }
}

.servicesBlock .servicesBlockInner .servicesBlockInner-content h4 {
  margin-bottom: 15px;
  font-size: 26px;
  color: #a36b4f;
}

@media (max-width: 991px) {
  .servicesBlock .servicesBlockInner .servicesBlockInner-content h4 {
    font-size: 20px;
  }
}

.servicesBlock .servicesBlockInner .servicesBlockInner-content .service-grid-img {
  max-width: 80px;
  margin: 10px auto 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .servicesBlock .servicesBlockInner .servicesBlockInner-content .theme-btn {
    font-size: 12px;
  }
}

/*******************************************************
  service block section ends
*******************************************************/
/*******************************************************
  buy cars slider starts
*******************************************************/
.vehicle-buy-car-slider {
  padding: 70px 0;
  position: relative;
  background-color: #000;
}

.vehicle-buy-car-slider .carousel .carousel-item {
  margin-top: 30px;
  -webkit-transition: .5s ease-in;
  transition: .5s ease-in;
}

.vehicle-buy-car-slider .carousel .carousel-item .vehicle-buy-detail {
  left: auto;
  display: inline-block;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0) translateY(100px);
  transform: translate3d(0, 0, 0) translateY(100px);
  opacity: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.vehicle-buy-car-slider .carousel .carousel-item .vehicle-buy-detail .vehicle-buy-detail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-left: 0;
  margin-bottom: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .vehicle-buy-car-slider .carousel .carousel-item .vehicle-buy-detail .vehicle-buy-detail-inner {
    display: block;
  }
}

.vehicle-buy-car-slider .carousel .carousel-item .vehicle-buy-detail .vehicle-buy-detail-inner p {
  font-size: 13px;
  line-height: 30px;
  position: relative;
  color: #a36b4f;
  border-right: 1px solid #333;
  margin-bottom: 0;
}

.vehicle-buy-car-slider .carousel .carousel-item .vehicle-buy-detail .vehicle-buy-detail-inner p span {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #000;
}

@media (max-width: 767px) {
  .vehicle-buy-car-slider .carousel .carousel-item .vehicle-buy-detail .vehicle-buy-detail-inner p {
    display: block;
    border-right: 0;
    border-bottom: 2px solid #333;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.vehicle-buy-car-slider .carousel .carousel-item .vehicle-buy-detail h4 a {
  color: #fff;
  font-size: 40px;
  display: block;
  margin: 20px 0;
}

@media (max-width: 767px) {
  .vehicle-buy-car-slider .carousel .carousel-item .vehicle-buy-detail h4 a {
    font-size: 22px;
  }
}

.vehicle-buy-car-slider .carousel .carousel-item.active .vehicle-buy-detail {
  -webkit-transform: translate3d(0, 0, 0) translateY(0px);
  transform: translate3d(0, 0, 0) translateY(0px);
  opacity: 1;
}

.vehicle-buy-car-slider .carousel .carousel-item .vehicle-buy-detail-inner {
  border-bottom: 3px solid #a36b4f;
  background: #fff;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .vehicle-buy-car-slider .carousel .carousel-item .vehicle-buy-detail-inner {
    border-bottom: 0;
  }
}

.vehicle-buy-car-slider .carousel .carousel-item:hover .vehicle-buy-detail h4 a {
  color: #a36b4f;
}

.vehicle-buy-car-slider .carousel .carousel-control-prev, .vehicle-buy-car-slider .carousel .carousel-control-next {
  opacity: 1;
}

.vehicle-buy-car-slider .carousel .carousel-control-prev .slider-icons, .vehicle-buy-car-slider .carousel .carousel-control-next .slider-icons {
  z-index: 5;
  color: #fff;
  opacity: 1 !important;
  position: relative;
  height: 40px;
  width: 40px;
  display: block !important;
  background: #a36b4f;
  padding: 10px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .vehicle-buy-car-slider .carousel .carousel-control-prev .slider-icons, .vehicle-buy-car-slider .carousel .carousel-control-next .slider-icons {
    position: absolute;
    top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .vehicle-buy-car-slider .carousel .carousel-control-prev .slider-icons, .vehicle-buy-car-slider .carousel .carousel-control-next .slider-icons {
    top: 30%;
  }
}

/*******************************************************
  buy cars slider ends
*******************************************************/
/*******************************************************
  test drive section starts
*******************************************************/
.test-drive-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.test-drive-section .themeHeading {
  color: #fff;
}

.test-drive-section .themeHeading h2 {
  color: #fff;
  font-size: 72px;
}

@media (max-width: 767px) {
  .test-drive-section .themeHeading h2 {
    font-size: 22px;
  }
}

.test-drive-section .themeHeading h3 {
  color: #a36b4f;
  font-size: 20px;
  margin: 40px 0 30px;
}

@media (max-width: 767px) {
  .test-drive-section .themeHeading h3 {
    font-size: 16px;
  }
}

.test-drive-section .themeHeading .heading-separator .full-sep {
  background: #fff;
}

/*******************************************************
  test drive section ends
*******************************************************/
/*******************************************************
  latest model section starts
*******************************************************/
.latest-model-section {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.latest-model-section .model-block {
  position: relative;
  display: block;
  outline: none;
  color: #fff;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.latest-model-section .model-block .model-block-img {
  position: relative;
  text-align: center;
  overflow: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.latest-model-section .model-block .model-block-img img {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.latest-model-section .model-block .model-block-title {
  padding: 25px 0 15px;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.latest-model-section .model-block .model-block-title h4 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  color: #a36b4f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.latest-model-section .theme-btn {
  min-width: 230px;
}

/*******************************************************
  latest model section ends
*******************************************************/
/************************************************
  Contact Info
************************************************/
.contactInfo {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.contactBlock {
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.contact-info-about {
  padding: 3vw;
  background-color: #fff;
}

@media (max-width: 767px) {
  .contact-info-about {
    padding: 30px;
  }
}

.contact-info-about h4 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #a36b4f;
}

@media (max-width: 767px) {
  .contact-info-about h4 {
    font-size: 20px;
  }
}

.contact-details {
  height: 100%;
  width: 100%;
}

.contact-details iframe {
  height: 100%;
  width: 100%;
}

/*******************************************************
  contact detail section
*******************************************************/
/*----------------- dealer contact form  ---------*/
.showroomTiming .modal-header {
  padding: 5px;
  background-color: #a36b4f;
}

.showroomTiming .modal-header h2 {
  color: #fff;
}

.showroomTiming .modal-dialog {
  max-width: 550px;
  margin-top: 80px;
}

.showroomTiming .close {
  position: absolute;
  top: 11px;
  right: 16px;
  opacity: 1;
  color: #fff;
  height: 58px;
  width: 40px;
  line-height: 0px;
  text-align: center;
  padding: 8px;
  z-index: 2;
}

.showroomTiming .close:focus {
  outline: none;
}

.dealer-timing h4 {
  color: #a36b4f;
}

.dealer-timing ul {
  padding-left: 0;
}

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

.dealer-timing ul li .day {
  display: table-cell;
  width: 120px;
}

.dealer-timing ul li .time {
  display: table-cell;
  text-align: right;
}

.showroomTiming-inner {
  -webkit-animation: model-animation 1s;
          animation: model-animation 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes model-animation {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0) rotate(360deg);
    transform: translate3d(0, 0, 0) scale(0) rotate(360deg);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0) scale(0.8) rotate(-10deg);
    transform: translate3d(0, 0, 0) scale(0.8) rotate(-10deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
}

@keyframes model-animation {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0) rotate(360deg);
    transform: translate3d(0, 0, 0) scale(0) rotate(360deg);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0) scale(0.8) rotate(-10deg);
    transform: translate3d(0, 0, 0) scale(0.8) rotate(-10deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
}

/*---------------- dealer contact form ends -----------*/
/*******************************
    our blog section starts
*******************************/
.blog-section {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.blog-section .blog-grid {
  margin-bottom: 30px;
  background-color: #272727;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid #000;
  border-radius: 10px;
  padding: 10px 10px 0px 10px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.blog-section .blog-grid .blog-img {
  position: relative;
}

.blog-section .blog-grid .blog-img .blog-img-inner {
  height: 250px;
  width: 100%;
  position: relative;
  border-radius: 15px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.blog-section .blog-grid .blog-img .blog-img-inner::before, .blog-section .blog-grid .blog-img .blog-img-inner::after {
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  height: 200%;
  left: -280px;
  position: absolute;
  top: -50%;
  -webkit-transform: translate3d(0, 0, 0) rotate(35deg);
  transform: translate3d(0, 0, 0) rotate(35deg);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 0;
}

.blog-section .blog-grid .blog-img .blog-img-inner::after {
  left: 180%;
}

.blog-section .blog-grid .blog-content {
  position: relative;
  overflow: hidden;
  padding: 20px 10px 20px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.blog-section .blog-grid .blog-content h4 {
  margin-top: 0;
  margin-bottom: 0;
  min-height: 65px;
}

.blog-section .blog-grid .blog-content h4 a {
  color: #fff;
  overflow: hidden;
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .blog-section .blog-grid .blog-content h4 a {
    font-size: 15px;
  }
}

.blog-section .blog-grid .blog-content .blog-list {
  list-style: none;
  padding-left: 0;
}

.blog-section .blog-grid .blog-content .blog-list li {
  display: inline-block;
  margin-right: 15px;
}

.blog-section .blog-grid .blog-content .blog-list li a {
  color: #ccc;
}

.blog-section .blog-grid .blog-content .blog-list li a i {
  color: #a36b4f;
}

.blog-section .blog-grid:hover {
  -webkit-transform: translate3d(0, 0, 0) translateY(-5px);
  transform: translate3d(0, 0, 0) translateY(-5px);
  -webkit-box-shadow: 0 40px 40px rgba(0, 0, 0, 0.16);
          box-shadow: 0 40px 40px rgba(0, 0, 0, 0.16);
}

.blog-section .blog-grid:hover .blog-content h4 a {
  color: #a36b4f;
}

.blog-section .blog-grid:hover .blog-img .blog-img-inner::after {
  left: -280px;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.blog-section .blog-grid:hover .blog-img .blog-img-inner::before {
  left: 180%;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.blog-section .theme-btn {
  min-width: 210px;
}

/*******************************
    our blog section ends
*******************************/
/*# sourceMappingURL=style.css.map */