.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: "Muli-bold, Arial, sans-serif;";
  src: url("../fonts/muli-bold-webfont.woff2");
}

@font-face {
  font-family: "Muli, Arial, sans-serif;";
  src: url("../fonts/muli-webfont.woff2");
}

@font-face {
  font-family: "Stratum, Arial, sans-serif;";
  src: url("../fonts/stratum-black.woff2");
}

body {
  font-family: "Muli, Arial, sans-serif;";
  font-size: 16px;
  letter-spacing: .5px;
  overflow-x: hidden;
  color: #656060;
  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;
  font-family: "Stratum, Arial, sans-serif;";
}

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: 11px 20px;
  min-width: 225px;
  background-color: #cc0000;
  color: #fff;
  border: 2px solid #cc0000;
  border-radius: 0px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  font-family: "Muli-bold, Arial, sans-serif;";
  z-index: 0;
  letter-spacing: 2px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 767px) {
  .theme-btn, .theme-btn-inverse {
    font-size: 14px;
  }
}

.theme-btn:before, .theme-btn:after, .theme-btn-inverse:before, .theme-btn-inverse:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

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

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

.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 {
  width: 51%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

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

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

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

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

.themeHeading h2, .themeHeading-inverse h2 {
  color: #464646;
  font-weight: 200;
  font-size: 47px;
  line-height: 44px;
}

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

.themeHeading h2:after, .themeHeading-inverse h2:after {
  content: '';
  position: relative;
  margin: 10px auto;
  background: #cc0000;
  display: block !important;
  height: 4px;
  width: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .themeHeading h2, .themeHeading-inverse h2 {
    font-size: 35px;
  }
}

.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: #000;
  -webkit-box-shadow: 0 0 4px #ccc;
          box-shadow: 0 0 4px #ccc;
  z-index: 9;
}

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

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

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

@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 .mail-head {
  border: 0;
}

.siteHeader .site-top-bar a {
  font-size: 12px;
  color: #000;
  font-family: "Muli, Arial, sans-serif;";
  font-weight: lighter;
}

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

.siteHeader .site-top-bar p {
  font-size: 12px;
  font-family: "Muli, Arial, sans-serif;";
}

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

@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: #fff;
  font-weight: 300;
  border-left: 1px solid #fff;
  padding-left: 15px;
  font-family: "Muli-bold, Arial, sans-serif;";
  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: #cc0000;
  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: 56px;
    height: calc(100vh - 56px);
  }
}

@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: 18px 15px;
  line-height: 35px;
  color: #fff;
  font-size: 15px;
  font-family: "Muli-bold, Arial, sans-serif;";
  position: relative;
}

@media only screen and (min-width: 991px) and (max-width: 1010px) {
  .siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 10px;
    font-size: 14px;
  }
}

@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::before {
  content: '';
  height: 3px;
  width: 0;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  display: block !important;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.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: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -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: 2px solid #000;
    border-bottom: 2px solid #000;
  }
}

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

.siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before, .siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:focus::before {
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@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::before, .siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:focus::before {
    display: none !important;
  }
}

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

.siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item:last-child a {
  padding-right: 0;
}

@media (max-width: 991px) {
  .siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item:last-child a {
    padding-right: 15px;
  }
}

@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 3px #f1f1f1;
          box-shadow: 0 0 3px #f1f1f1;
  font-family: "Muli-bold, Arial, sans-serif;";
}

@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: 15px;
  letter-spacing: .05rem;
  color: #cc0000;
  border-bottom: 1px solid #f1f1f1;
  text-transform: capitalize;
}

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

.site-footer .preFooter {
  padding: 75px 0;
  background: #303236;
  background-image: url(../images/map.png);
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .site-footer .preFooter {
    padding: 55px 0 40px;
  }
}

.site-footer .preFooter .postfooter-inner {
  position: relative;
  color: #fff;
}

.site-footer .preFooter .postfooter-inner h4 {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  font-weight: 400;
}

.site-footer .preFooter .postfooter-inner h4::after {
  content: "";
  position: relative;
  background: #cc0000;
  height: 2px;
  width: 50px;
  display: block;
  top: 5px;
}

.site-footer .preFooter .postfooter-inner p {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.5;
}

.site-footer .preFooter .postfooter-inner ul {
  padding-left: 0px;
  list-style: square;
  padding-left: 15px;
}

.site-footer .preFooter .postfooter-inner ul li {
  font-size: 15px;
}

.site-footer .preFooter .postfooter-inner ul li a {
  color: #fff;
  font-size: 16px;
  margin-bottom: 12px;
  display: inline-block;
}

.site-footer .preFooter .postfooter-inner ul li a:hover {
  color: #cc0000;
}

.site-footer .preFooter .footer-adderss {
  list-style: none !important;
  padding-left: 0 !important;
}

.site-footer .copyrightBlock {
  background: #000;
  padding: 15px 0;
  position: relative;
}

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

.site-footer .copyrightBlock .copyright-left a {
  color: #cc0000;
}

.site-footer .copyrightBlock .copyright-left p {
  margin: 10px 0 0;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .site-footer .copyrightBlock .copyright-left p {
    font-size: 14px;
  }
}

.site-footer .copyrightBlock .footer-social {
  text-align: right;
}

@media (max-width: 767px) {
  .site-footer .copyrightBlock .footer-social {
    text-align: center;
    margin-top: 10px;
  }
}

.site-footer .copyrightBlock .footer-social ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  list-style: none;
  padding-left: 0;
}

.site-footer .copyrightBlock .footer-social ul li {
  display: inline-block;
}

.site-footer .copyrightBlock .footer-social ul li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 37px;
  border-radius: 50%;
  margin-right: 10px;
  padding-left: 1px;
}

.site-footer .copyrightBlock .footer-social ul li a.twitter {
  background-color: #00ACEE;
}

.site-footer .copyrightBlock .footer-social ul li a.facebook {
  background-color: #3B5998;
}

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

.site-footer .copyrightBlock .footer-social ul li a.pinterest {
  background-color: #E60023;
}

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

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

.homeBanner .homeBanner-img {
  background-position: center;
  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: #000;
  font-size: 60px;
  margin-bottom: 20px;
  position: relative;
}

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

.homeBanner .home-banner-content h1 span {
  color: #cc0000;
}

.homeBanner .theme-select2-design {
  padding: 18px 10px 10px;
  background: #f9f9f9;
  border-radius: 10px;
  -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 .select2-selection__clear {
  top: -2px;
}

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

.homeBanner .main-banner-img {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
  .homeBanner .main-banner-img {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

.homeBanner .main-banner-img .main-banner-img-inner {
  max-width: 1100px;
  margin: 50px auto 0;
}

/*******************************************************
  main banner section ends
*******************************************************/
/*******************************************************
  site top cta section starts
*******************************************************/
.site-top-cta {
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.hero-cta .hero-cta-block {
  text-align: center;
  display: block;
  padding: 30px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hero-cta .hero-cta-block:hover {
  background-color: #000;
}

.hero-cta .hero-cta-block img {
  max-width: 45px;
  position: relative;
  image-rendering: -webkit-optimize-contrast;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hero-cta .hero-cta-block h4 {
  margin-top: 5px;
  font-size: 15px;
  color: #fff;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "Muli-bold, Arial, sans-serif;";
  font-size: 14px;
}

.hero-cta .hero-cta-block:hover img {
  -webkit-transform: translate3d(0, 0, 0) translateY(-5px);
  transform: translate3d(0, 0, 0) translateY(-5px);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/*******************************************************
  site top cta section ends
*******************************************************/
/*******************************************************
  latest model section starts
*******************************************************/
.Latest_carSection {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.Latest_carSection::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(199, 199, 199, 0.5)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(199, 199, 199, 0.5));
  display: block !important;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.Latest_car .nav.nav-tabs {
  border-bottom: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .Latest_car .nav.nav-tabs {
    margin-bottom: 25px;
  }
}

.Latest_car .nav.nav-tabs li a {
  position: relative;
  border: none;
  padding: 17px 52px;
  color: #000;
  font-size: 15px;
  letter-spacing: .2em;
  border-bottom: 2px solid #ccc;
  border-top: 2px solid #ccc;
  text-transform: capitalize;
  border-radius: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .Latest_car .nav.nav-tabs li a {
    font-size: 11px;
    margin-bottom: 15px;
    padding: 12px 35px;
    min-width: 120px;
  }
}

.Latest_car .nav.nav-tabs li a::before, .Latest_car .nav.nav-tabs li a::after {
  position: absolute;
  content: '';
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #cc0000;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.Latest_car .nav.nav-tabs li a::before {
  top: -3px;
  width: 100%;
  height: 0;
  z-index: -1;
  right: 0 !important;
}

.Latest_car .nav.nav-tabs li a.active {
  color: #fff;
}

.Latest_car .nav.nav-tabs li a.active::before {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  height: 100%;
}

.Latest_car .nav.nav-tabs li a.active::after {
  width: 100%;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.tab-pane .Latest_car_box .Latest_car_box-imgContainer {
  overflow: hidden;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.tab-pane .Latest_car_box .Latest_car_box-title {
  padding: 20px 15px 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) {
  .tab-pane .Latest_car_box .Latest_car_box-title {
    width: 100%;
    padding: 15px;
    background: #f9f9f9;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-pane .Latest_car_box .Latest_car_box-title {
    padding: 30px;
  }
}

.tab-pane .Latest_car_box .Latest_car_box-title h2 {
  text-align: center;
  font-size: 45px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #000;
  margin-top: 15px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .tab-pane .Latest_car_box .Latest_car_box-title h2 {
    font-size: 28px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-pane .Latest_car_box .Latest_car_box-title h2 {
    font-size: 18px;
  }
}

.tab-pane .Latest_car_box .Latest_car_box-title h2 span {
  color: #cc0000;
}

.tab-pane .Latest_car_box .Latest_car_box-title p {
  font-size: 20px;
  margin-bottom: 20px;
}

.tab-pane .Latest_car_box .Latest_car_box-title p span {
  font-family: "Muli-bold, Arial, sans-serif;";
}

@media (max-width: 767px) {
  .tab-pane .Latest_car_box .Latest_car_box-title .theme-btn {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

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

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

.brand-present-model-wrapper {
  margin: 15px 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.brand-present-model-wrapper::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(199, 199, 199, 0.1)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(199, 199, 199, 0.1));
  display: block !important;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.brand-present-model-wrapper a {
  display: block;
}

.brand-present-model-wrapper .brand-model-title {
  padding: 12px 0 5px;
  position: relative;
  z-index: 2;
}

.brand-present-model-wrapper p {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 30px;
  color: #262626;
  font-weight: 400;
  font-family: "Muli, Arial, sans-serif;";
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .brand-present-model-wrapper p {
    font-size: 12px;
  }
}

.brand-present-model-wrapper h5 {
  position: absolute;
  right: 0;
  font-size: 14px;
  top: -15px;
  color: #262626;
  font-weight: 400;
  font-family: "Muli, Arial, sans-serif;";
}

.brand-present-model-wrapper h6 {
  padding: 0;
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  color: #464646;
}

@media (max-width: 767px) {
  .brand-present-model-wrapper h6 {
    font-size: 22px;
  }
}

.brand-present-model-wrapper .brand-model-img {
  padding: 15px 0;
  z-index: 1;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.brand-present-model-wrapper .brand-model-img img {
  max-width: 95%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.brand-present-model-wrapper:hover img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
  transform: translate3d(0, 0, 0) scale(1.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*******************************************************
  car model section ends
*******************************************************/
/*******************************************************
service cta section starts
*******************************************************/
.service-seo-cta {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  color: #fff;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 767px) {
  .service-seo-cta {
    padding: 70px 0;
  }
}

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

.service-seo-cta .service-cta-content {
  max-width: 800px !important;
}

.service-seo-cta .service-cta-content h2 {
  font-size: 42px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-seo-cta .service-cta-content h2 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .service-seo-cta .service-cta-content h2 {
    font-size: 22px;
  }
}

.service-seo-cta .service-cta-content p {
  font-size: 17px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .service-seo-cta .theme-btn {
    margin-top: 15px;
  }
}

/*******************************************************
service cta section ends
*******************************************************/
/*******************************************************
our services section 
*******************************************************/
.our-services-section {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.our-services-left {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .our-services-left {
    padding-top: 0;
  }
}

.our-services-left h2 {
  color: #000;
  font-size: 32px;
}

@media (max-width: 767px) {
  .our-services-left h2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-services-left h2 {
    font-size: 35px;
  }
}

.our-services-left p {
  font-size: 16px;
  line-height: 1.8em;
}

@media (max-width: 991px) {
  .our-services-img {
    margin-top: 25px;
  }
}

.service-grids-left-margin {
  position: relative;
  margin-left: -85px;
  padding-top: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .service-grids-left-margin {
    margin-left: 0;
  }
}

.service-grids-left-margin .our-services-grid {
  position: relative;
  padding-left: 130px;
  min-height: 60px;
  padding-top: 10px;
  margin-bottom: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .service-grids-left-margin .our-services-grid {
    padding-left: 75px;
    margin-bottom: 25px;
  }
}

.service-grids-left-margin .our-services-grid h4 {
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .service-grids-left-margin .our-services-grid h4 {
    font-size: 18px;
  }
}

.service-grids-left-margin .our-services-grid .our-services-grid-img {
  position: absolute;
  left: 0px;
  top: 0;
  width: 110px;
  height: 110px;
  text-align: center;
  background-color: #fcf2f3;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 25px;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .service-grids-left-margin .our-services-grid .our-services-grid-img {
    height: 65px;
    width: 65px;
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .service-grids-left-margin .our-services-grid .our-services-grid-img img {
    height: 35px;
  }
}

.service-grids-left-margin .our-services-grid p {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .service-grids-left-margin .our-services-grid p {
    font-size: 13px;
    margin-top: 10px;
  }
}

.service-grids-left-margin .our-services-grid:hover .our-services-grid-img {
  background-color: #000;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.service-grids-left-margin .our-services-grid:hover h4 {
  color: #cc0000;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/*******************************************************
our services section ends
*******************************************************/
/*******************************************************
dealer contact img starts
*******************************************************/
.dealer-mid-contact {
  opacity: .2;
  max-width: 1000px;
  margin: 0 auto 50px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.dealer-mid-contact:hover {
  opacity: 1;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

/*******************************************************
dealer contact img ends
*******************************************************/
/****************************************
 bottom contact Section starts
****************************************/
.bottom-contact-section {
  padding: 70px 0 40px;
  position: relative;
  overflow: hidden;
}

.dealer-timing {
  margin-bottom: 30px;
}

.dealer-timing h4 {
  color: #cc0000;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  background-color: #f9f9f9;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 20px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .dealer-timing h4 {
    font-size: 18px;
  }
}

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

.dealer-timing ul li {
  display: table;
  width: 100%;
  padding: 7px 0px;
  text-transform: capitalize;
  font-size: 14px;
}

.dealer-timing ul li a {
  color: #666;
}

.dealer-timing ul li:hover a {
  color: #cc0000;
}

.dealer-timing .theme-btn-inverse {
  padding: 10px 20px;
  border: 0;
}

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

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

.blog-grid {
  margin-bottom: 30px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

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

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

.blog-grid .blog-img .blog-img-inner .blog-cat {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 13px;
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #333;
          box-shadow: 0 0 5px #333;
  text-transform: capitalize;
  z-index: 2;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-grid .blog-img .blog-img-inner .blog-cat a {
  color: #333;
  display: inline-block;
  padding: 7px 20px 6px;
}

.blog-grid .blog-img .blog-img-inner .blog-date {
  position: absolute;
  background-color: #fff;
  font-size: 13px;
  color: #191919;
  bottom: 0px;
  right: 0px;
  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-grid .blog-img .blog-img-inner .blog-date .blog-day {
  display: block;
  padding: 5px;
}

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

.blog-grid .blog-grid-title {
  position: relative;
  overflow: hidden;
  padding: 25px 0px 15px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  font-size: 14px;
  line-height: 28px;
  color: #777;
}

.blog-grid .blog-grid-title::after {
  content: '';
  position: absolute;
  bottom: 0px;
  background-color: #ccc;
  width: 95px;
  height: 1px;
  display: block !important;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

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

.blog-grid .blog-grid-title 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: uppercase;
}

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

.blog-grid .blog-grid-title .blog-btn .blog-btn-inner {
  color: #cc0000;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.blog-grid .blog-grid-title .blog-btn .blog-btn-inner .blog-btn-icon {
  margin-left: 3px;
  color: #000;
}

.blog-grid:hover .blog-grid-title h4 a {
  color: #cc0000;
}

.blog-grid:hover .blog-grid-title::after {
  width: 100%;
  background-color: #cc0000;
}

.blog-grid:hover .blog-btn .blog-btn-inner {
  letter-spacing: 2px;
}

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