.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: "nobel-light";
  src: url("../fonts/nobel-light.woff") format("woff");
}

@font-face {
  font-family: "nobel-book";
  src: url("../fonts/nobel-book.woff") format("woff");
}

@font-face {
  font-family: "nobel-regular";
  src: url("../fonts/nobel-regular.woff") format("woff");
}

@font-face {
  font-family: "nobel-bold";
  src: url("../fonts/nobel-bold.woff") format("woff");
}

body {
  font-family: "nobel-book";
  font-size: 14px;
  letter-spacing: .5px;
  line-height: 20px;
  overflow-x: hidden;
  color: #000;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  letter-spacing: 1.5px;
  font-weight: 400;
}

a,
a:hover,
a:active,
a:focus {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  outline: none;
  border: none;
}

button {
  border: none;
  outline: none;
}

.theme-btn, .theme-btn-inverse {
  display: inline-block;
  padding: 14px 15px;
  min-width: 185px;
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
  border-radius: 0px;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  z-index: 0;
  font-family: "nobel-bold";
  font-weight: 400;
  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:after, .theme-btn-inverse:before, .theme-btn-inverse:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 0%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 5;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.theme-btn:after, .theme-btn-inverse:after {
  left: unset;
  right: 0%;
  bottom: unset;
  top: 0;
}

.theme-btn:hover, .theme-btn:focus, .theme-btn-inverse:hover, .theme-btn-inverse:focus {
  border: 2px solid #000;
  color: #000;
}

.theme-btn:hover::before, .theme-btn:hover:after, .theme-btn:focus::before, .theme-btn:focus:after, .theme-btn-inverse:hover::before, .theme-btn-inverse:hover:after, .theme-btn-inverse:focus::before, .theme-btn-inverse:focus:after {
  height: 51%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

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

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

.theme-btn-inverse:hover, .theme-btn-inverse:focus {
  border: 2px solid #000;
  color: #fff;
}

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

.themeHeading h2, .themeHeading-inverse h2 {
  color: #000;
  font-weight: 200;
  font-size: 24px;
  font-family: "nobel-book";
}

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

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

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

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

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

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

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

.siteHeader .site-top-bar {
  background: #f9f9f9;
  padding: 8px 0;
}

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

.siteHeader .site-top-bar .d-flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.siteHeader .site-top-bar .mail-head {
  border: 0;
}

.siteHeader .site-top-bar a {
  font-size: 12px;
  color: #000;
  font-family: "nobel-regular";
  font-weight: lighter;
}

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

.siteHeader .site-top-bar p {
  font-size: 12px;
  font-family: "nobel-regular";
  border-left: 1px solid #000;
}

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

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

.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: 767px) {
  .siteHeader .HeaderMain .navbar {
    padding: 12px 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: 110px;
  padding: 5px 0;
  image-rendering: -webkit-optimize-contrast;
}

@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: #000;
  font-weight: 300;
  border-left: 1px solid #000;
  padding-left: 15px;
  font-family: "nobel-bold";
  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: #555;
  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: 63px;
    left: -100%;
    padding: 0;
    width: 100%;
    text-align: center;
    overflow-y: scroll;
    height: calc(100vh - 63px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .siteHeader .HeaderMain .navbar .navbar-collapse {
    top: 54px;
    height: calc(100vh - 54px);
  }
}

@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: 15px;
  line-height: 35px;
  color: #000;
  font-size: 11px;
  font-family: "nobel-bold";
}

@media (max-width: 991px) {
  .siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    text-align: center;
    font-size: 14px;
    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 #000;
  border-bottom: 1px solid #000;
  -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;
}

.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: transparent;
  color: #000;
}

@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: 13rem;
  -webkit-box-shadow: 0 0 1px #f1f1f1;
          box-shadow: 0 0 1px #f1f1f1;
  font-family: "nobel-bold";
}

@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: 11px;
  color: #000;
  border-bottom: 1px solid #f1f1f1;
  text-transform: uppercase;
}

.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;
  background: #000;
  position: relative;
  z-index: 1;
}

.site-footer::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/footer-bg.svg");
  background-position: center;
  background-size: contain;
  opacity: .05;
  z-index: -1;
}

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

@media (min-width: 768px) and (max-width: 1199px) {
  .site-footer .prefooter .prefooter-inner .navbar-brand {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}

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

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

.site-footer .prefooter .prefooter-inner h4 {
  color: #fff;
  display: inline-block;
  margin: 0 0 20px;
  font-family: "nobel-bold";
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.site-footer .prefooter .prefooter-inner h4::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 3px;
  display: block;
  top: 35px;
  z-index: 2;
  background-color: #ccc;
}

.site-footer .prefooter .prefooter-inner h4::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  top: 36px;
  z-index: 1;
  background-color: #ccc;
}

.site-footer .prefooter .prefooter-inner ul {
  color: #fff;
  list-style: square;
  padding-left: 15px;
}

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

.site-footer .prefooter .prefooter-inner ul a {
  color: #fff;
  position: relative;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

.site-footer .prefooter .prefooter-inner .social-links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .site-footer .prefooter .prefooter-inner .social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

.site-footer .prefooter .prefooter-inner .social-links li {
  padding: 0;
}

.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 .prefooter .prefooter-inner .social-links li a:before {
  display: none;
}

.site-footer .copyright-footer {
  background-color: #f7f7f7;
  position: relative;
  z-index: 2;
}

.site-footer .copyright-footer .copyright-footer-content {
  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 .copyright-footer-content-inner {
  padding-top: 5px;
}

.site-footer .copyright-footer .copyright-footer-content .copyright-footer-content-inner p {
  color: #000;
  margin-bottom: 0;
  font-size: 15px;
  text-transform: capitalize;
}

.site-footer .copyright-footer .copyright-footer-content .copyright-footer-content-inner p a {
  color: #555;
}

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

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

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

.homeBanner .home-banner-content {
  position: relative;
  z-index: 3;
  margin-bottom: 15px;
}

.homeBanner .home-banner-content h1 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 20px;
  position: relative;
  line-height: 60px;
  letter-spacing: 0.1em;
  font-family: "nobel-book";
}

@media (max-width: 767px) {
  .homeBanner .home-banner-content h1 {
    font-size: 22px;
    line-height: 1.5;
  }
}

.homeBanner .home-banner-content h4 {
  color: #f9f9f9;
  font-size: 24px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .homeBanner .home-banner-content h4 {
    font-size: 15px;
    line-height: 1.5;
  }
}

.homeBanner .theme-select2-design {
  padding: 18px 10px 10px;
  background: #fff;
  border-radius: 10px;
  margin-top: 30px;
  -webkit-box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.homeBanner .theme-select2-design .searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .homeBanner .theme-select2-design .searchBox {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.homeBanner .theme-select2-design .searchBox .filter-field {
  width: 20%;
  margin-bottom: 8px;
  padding: 0 5px;
}

@media (min-width: 576px) and (max-width: 767px) {
  .homeBanner .theme-select2-design .searchBox .filter-field {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .homeBanner .theme-select2-design .searchBox .filter-field {
    width: 100%;
  }
}

.homeBanner .theme-select2-design .searchBox .filter-field .theme-btn {
  display: block;
  min-width: unset;
  width: 100%;
  height: 51px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .homeBanner .theme-select2-design .searchBox .filter-field .theme-btn {
    width: 100%;
  }
}

/*******************************************************
  main banner section ends
*******************************************************/
/*******************************************************
  latest model section starts
*******************************************************/
.latest-model-section {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

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

.model-block {
  position: relative;
  display: block;
  outline: none;
  color: #555;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  border-bottom: 2px solid #999;
}

.model-block .model-block-img {
  margin: 20px 0;
}

.model-block .model-block-title {
  background-color: #f1f1f1;
  padding: 10px;
  border: 3px double #ccc;
  text-transform: uppercase;
}

.model-block .model-block-title h4 {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0px;
  letter-spacing: 1px;
  color: #000;
  font-family: "nobel-bold";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.model-block .model-block-options-btn {
  display: inline-block;
  text-transform: uppercase;
  padding-top: 10px;
  color: #555;
  position: relative;
  margin-top: 10px;
  font-family: "nobel-bold";
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 14px;
}

.model-block .model-block-options-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #000;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.model-block .model-block-options-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.model-block:hover .model-block-title h4 {
  color: #000;
}

.model-block:hover .model-block-options-btn {
  letter-spacing: 1.5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.model-block:hover .model-block-options-btn::after {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*******************************************************
  latest model section ends
*******************************************************/
/*******************************************************
  finance  section starts
*******************************************************/
.welcome-section {
  padding: 70px 0;
  position: relative;
  background-size: cover;
  z-index: 1;
  background-position: center center;
  background-attachment: fixed;
}

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

.welcome-section .themeHeading-inverse h2:after {
  margin-left: 0;
}

@media (max-width: 767px) {
  .welcome-section .themeHeading-inverse h2 {
    font-size: 20px;
  }
}

.welcome-section-left {
  color: #000;
  margin-left: auto;
  height: 100%;
}

.welcome-section-left .welcome-section-left-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .welcome-section-left .welcome-section-left-inner {
    position: relative;
    top: 50px;
  }
}

.welcome-section-left h2 {
  color: #fff;
  font-size: 40px;
  line-height: 1.3;
  font-family: "nobel-book";
  text-transform: uppercase;
}

.welcome-section-left p {
  font-size: 18px;
  margin-top: 14px;
}

.welcome-section-left .theme-btn, .welcome-section-left .theme-btn-inverse {
  max-width: 250px;
  display: inline-block;
}

/*******************************************************
  finance  section ends
*******************************************************/
/************************************************
  Service CTA 
************************************************/
.serviceCta {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.serviceCta .theme-btn-inverse {
  min-width: 250px;
}

.service-inner {
  position: relative;
  padding: 40px 10px 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px -5px #ccc;
          box-shadow: 0 0 20px -5px #ccc;
  overflow: hidden;
  margin-bottom: 20px;
}

.service-inner:after, .service-inner:before {
  position: absolute;
  content: '';
  top: -20px;
  right: -20px;
  height: 80px;
  width: 80px;
  background-color: #ccc;
  border-radius: 50%;
  border: 4px double #fff;
  opacity: .8;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-inner::after {
  top: auto;
  right: auto;
  bottom: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
}

.service-inner .service-cta-icons {
  max-width: 100px;
  margin: 0 auto;
}

.service-inner h4 {
  color: #000;
  margin: 20px 0 10px;
  font-size: 18px;
  font-family: "nobel-regular";
  text-transform: uppercase;
}

.service-inner a {
  color: #555;
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "nobel-regular";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-inner a i {
  margin-left: 5px;
}

.service-inner:hover h4 {
  color: #555;
}

.service-inner:hover::after {
  height: 80px;
  width: 80px;
}

.service-inner:hover::before {
  height: 40px;
  width: 40px;
}

.service-inner:hover a {
  letter-spacing: 2px;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/****************************************
  dealer secrvices Section ends
****************************************/
/****************************************
  Vechiles offer Section starts
****************************************/
.vehicles-offer-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0 70px;
  z-index: 1;
}

.vehicles-offer-section::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 40%;
  display: block !important;
  border-bottom: 1px solid #eee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(199, 199, 199, 0.19)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, rgba(199, 199, 199, 0.19) 0, rgba(255, 255, 255, 0));
}

.vehicles-offer-section::before {
  content: '';
  height: 100%;
  width: 100%;
  background-image: url(../images/vehicles-offer.jpg);
  position: absolute;
  top: 0;
  display: block !important;
  left: 0;
  background-position: center bottom;
  background-size: cover;
  opacity: .5;
}

@media (max-width: 767px) {
  .vehicles-offer-section {
    padding: 20px 0;
  }
}

.current-offers-slider .slick-arrow {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  background-color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.current-offers-slider .slick-arrow.slick-prev {
  left: 15px;
}

.current-offers-slider .slick-arrow.slick-next {
  right: 15px;
}

.offer-block {
  padding: 20px 30px;
}

@media (max-width: 767px) {
  .offer-block {
    padding: 10px 5px;
  }
}

.offer-block h3 {
  color: #000;
  font-size: 60px;
  text-transform: uppercase;
  font-family: "nobel-bold";
}

@media (max-width: 767px) {
  .offer-block h3 {
    font-size: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .offer-block h3 {
    font-size: 35px;
  }
}

.offer-block h2 {
  color: #333;
  font-size: 35px;
  line-height: 1.2;
  margin: 10px 0 40px;
}

@media (max-width: 767px) {
  .offer-block h2 {
    font-size: 20px;
  }
}

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

.offer-block h2 span {
  color: #000;
}

.offer-block .offer-cta {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .offer-block .offer-cta {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .offer-block .offer-cta .theme-btn, .offer-block .offer-cta .theme-btn-inverse {
    width: 100%;
    margin: 10px 0;
    display: block;
  }
}

/****************************************
  Vechiles offer Section ends
****************************************/
/*******************************************************
    Site cta  section starts 
*******************************************************/
.SiteCTA {
  padding: 50px 0;
  position: relative;
}

.SiteCTA::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: -1;
  display: block !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(199, 199, 199, 0.19)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(199, 199, 199, 0.19) 0, rgba(255, 255, 255, 0));
}

.SiteCTA::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 40%;
  display: block !important;
  border-bottom: 1px solid #eee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(199, 199, 199, 0.19)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, rgba(199, 199, 199, 0.19) 0, rgba(255, 255, 255, 0));
}

.SiteCTA h3 {
  font-family: "nobel-bold";
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
  font-size: 20px;
}

@media (max-width: 767px) {
  .SiteCTA h3 {
    font-size: 18px;
  }
}

.SiteCTA h4 {
  font-size: 17px;
  color: #555;
  line-height: 1.5;
}

.SiteCTA h4 a {
  color: #555;
}

.SiteCTA h4 span {
  font-family: "nobel-bold";
}

@media (max-width: 767px) {
  .SiteCTA h4 {
    font-size: 15px;
  }
}

/*******************************************************
    Site Cta  section ends 
*******************************************************/
/*******************************************************
    lexus ownership section starts 
*******************************************************/
.lexus-ownership-section {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.lexus-ownership-grid {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 3px solid #fff;
  z-index: 3;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.lexus-ownership-grid .lexus-ownership-bg {
  position: relative;
  overflow: hidden;
  height: 500px;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) {
  .lexus-ownership-grid .lexus-ownership-bg {
    height: 247px;
  }
}

.lexus-ownership-grid .lexus-ownership-bg::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  width: 100%;
  z-index: -1;
  height: 100%;
  opacity: .4;
  display: block !important;
}

.lexus-ownership-grid .lexus-ownership-content {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto 20px;
  color: #fff;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.lexus-ownership-grid .lexus-ownership-content h6 {
  font-weight: 400;
  font-family: "nobel-bold";
  letter-spacing: 0.04em;
  font-size: 14px;
}

.lexus-ownership-grid .lexus-ownership-content span {
  display: inline-block;
  padding: 14px 15px;
  min-width: 220px;
  background-color: #fff;
  color: #000;
  border: 2px solid #fff;
  border-radius: 0px;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  z-index: 0;
  font-family: "nobel-bold";
  font-weight: 400;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.lexus-ownership-grid:hover .lexus-ownership-bg {
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.lexus-ownership-grid:hover .lexus-ownership-content span {
  background-color: transparent;
  color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.lexus-ownership-grid.lexus-ownership-grid-mid .lexus-ownership-bg {
  height: 247px;
}

/*******************************************************
    lexus ownership section ends 
*******************************************************/
/*******************************
    our blog section starts
*******************************/
.blog-section {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.blog-section .blog-grid {
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 0 0 10px 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: 0 0 10px 10px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.blog-section .blog-grid .blog-img .blog-img-inner .blog-cat {
  left: -8px;
  position: absolute;
  top: 0px;
  -webkit-transform: translate3d(0, 0, 0) skew(-22deg);
  transform: translate3d(0, 0, 0) skew(-22deg);
}

.blog-section .blog-grid .blog-img .blog-img-inner .blog-cat .blog-cat-inner {
  padding: 5px 12px;
  background-color: #000;
  position: relative;
  color: #fff;
  min-width: 100px;
  display: block;
  font-size: 13px;
}

.blog-section .blog-grid .blog-img .blog-img-inner .blog-cat .blog-cat-inner::before {
  border-color: transparent #000 transparent transparent;
  border-style: solid;
  border-width: 0 15px 12px 0;
  bottom: -11px;
  content: "";
  height: 0;
  left: 1.5px;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0) skew(22deg);
  transform: translate3d(0, 0, 0) skew(22deg);
  width: 0;
}

.blog-section .blog-grid .blog-img .blog-img-inner .blog-cat .blog-cat-inner span {
  -webkit-transform: translate3d(0, 0, 0) skew(22deg);
  transform: translate3d(0, 0, 0) skew(22deg);
  display: block;
  margin-left: 10px;
}

.blog-section .blog-grid .blog-img .blog-img-inner .blog-date {
  position: absolute;
  background-color: #fff;
  font-size: 13px;
  color: #191919;
  bottom: -30px;
  right: 10px;
  width: 50px;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  z-index: 2;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.blog-section .blog-grid .blog-img .blog-img-inner .blog-date .blog-day {
  display: block;
  padding: 5px;
}

.blog-section .blog-grid .blog-img .blog-img-inner .blog-date .blog-month {
  background-color: #555;
  color: #fff;
  display: block;
  padding: 5px;
}

.blog-section .blog-grid .blog-content {
  position: relative;
  overflow: hidden;
  padding: 40px 25px 25px 25px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  font-size: 14px;
  line-height: 24px;
  color: #777;
  border-radius: 0 0 10px 10px;
  border-bottom: 2px solid #000;
  z-index: 1;
}

.blog-section .blog-grid .blog-content::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: -1;
  display: block !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(199, 199, 199, 0.19)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(199, 199, 199, 0.19) 0, rgba(255, 255, 255, 0));
}

.blog-section .blog-grid .blog-content::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 40%;
  display: block !important;
  border-bottom: 1px solid #eee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(199, 199, 199, 0.19)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, rgba(199, 199, 199, 0.19) 0, rgba(255, 255, 255, 0));
}

.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: #000;
  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:hover {
  -webkit-transform: translate3d(0, 0, 0) translateY(-5px);
  transform: translate3d(0, 0, 0) translateY(-5px);
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.16);
}

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

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

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