.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: 'Volvo Body';
  src: url("../fonts/Volvo-body.woff2");
}

@font-face {
  font-family: 'Volvo Heading';
  src: url("../fonts/Volvo-heading.woff2");
}

@font-face {
  font-family: 'Volvo Broad';
  src: url("../fonts/Volvo-broad.woff2");
}

body {
  font-family: "Volvo Body";
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #707070;
  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: "Volvo Heading";
  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: 11px 24px;
  background-color: #284e80;
  color: #fff;
  border: 1px solid #284e80;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
  z-index: 1;
  font-family: "Volvo Heading";
  font-weight: 500;
  overflow: hidden;
  position: relative;
  letter-spacing: .5px;
  -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: 13px;
    padding: 11px 24px;
  }
}

.theme-btn:before, .theme-btn-inverse:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

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

.theme-btn:hover::before, .theme-btn:focus::before, .theme-btn-inverse:hover::before, .theme-btn-inverse:focus::before {
  height: 440%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.theme-btn-inverse {
  background: #fff;
  color: #1C6BBA;
  border-color: #1C6BBA;
}

.theme-btn-inverse:before {
  background-color: #284e80;
  border-color: #1C6BBA;
}

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

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

.themeHeading h6, .themeHeading-inverse h6 {
  color: #284e80;
  margin-bottom: 10px;
  font-size: 18px;
}

.themeHeading h2, .themeHeading-inverse h2 {
  color: #000;
  font-weight: 200;
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.125;
  position: relative;
  font-family: "Volvo Heading";
}

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

.themeHeading p, .themeHeading-inverse p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 24px;
}

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

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

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

.siteHeader .site-top-bar {
  background: #000;
}

@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 p {
  border-right: 1px solid #fff;
  margin-right: 12px;
}

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

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

.siteHeader .site-top-bar a i {
  color: #000;
  border: 1px solid #fff;
  height: 20px;
  width: 20px;
  line-height: 19px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}

.siteHeader .site-top-bar .dealership-info {
  color: #fff;
  font-size: 11px;
  padding: 10px 20px;
  background-color: #284e80;
}

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

.siteHeader .HeaderMain.site-header-active {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fafafa;
  -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: 160px;
  padding: 5px 0;
}

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

.siteHeader .HeaderMain .navbar .navbar-brand h6 {
  width: 170px;
  line-height: 1.1;
  font-size: 14px;
  text-transform: uppercase;
  color: #284e80;
  font-weight: 300;
  border-left: 1px solid #000;
  padding-left: 15px;
  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: #284e80;
  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: 57px;
    left: -100%;
    padding: 0;
    width: 100%;
    text-align: center;
    overflow-y: scroll;
    height: calc(100vh - 57px);
    -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: capitalize;
  color: #000;
  padding: 0 15px;
  line-height: 75px;
  font-size: 14px;
  letter-spacing: 0;
  font-family: "Volvo Heading";
  font-weight: 500;
  position: relative;
  -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 span {
  position: relative;
}

.siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  display: block !important;
  bottom: -4px;
  left: 0;
  background-color: #000;
  opacity: 0;
}

@media (max-width: 991px) {
  .siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .nav-link span::before {
    display: none !important;
  }
}

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

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

@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: 15rem;
  -webkit-box-shadow: 0 0 1px #f1f1f1;
          box-shadow: 0 0 1px #f1f1f1;
}

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

.siteHeader .HeaderMain .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a {
  padding: 15px;
  line-height: 1;
  font-size: 13px;
  font-family: "Volvo Heading";
  font-weight: 500;
  color: #000;
  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
*******************************************************/
.siteFooter {
  background-color: #000;
}

.siteFooter .Prefooter {
  padding: 60px 0 40px;
}

.siteFooter .Prefooter .footer-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.siteFooter .Prefooter .footer-img img {
  max-width: 160px;
  padding: 5px 0;
}

@media (max-width: 991px) {
  .siteFooter .Prefooter .footer-img img {
    max-width: 110px;
  }
}

.siteFooter .Prefooter .footer-img h6 {
  width: 170px;
  line-height: 1.1;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  border-left: 1px solid #fff;
  padding-left: 15px;
  white-space: break-spaces;
}

@media (max-width: 991px) {
  .siteFooter .Prefooter .footer-img h6 {
    width: 126px;
    font-size: 12px;
  }
}

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

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

.siteFooter .Prefooter .prefooter-inner h4 {
  color: #fff;
  display: inline-block;
  margin: 0 0 10px;
  font-size: 20px;
  border-bottom: 1px dashed #fff;
  padding-bottom: 7px;
  letter-spacing: 0;
  position: relative;
}

.siteFooter .Prefooter .prefooter-inner ul {
  color: #fff;
  list-style: square;
  padding-left: 15px;
  margin-top: 0px;
}

.siteFooter .Prefooter .prefooter-inner li {
  padding: 0px 0 5px;
}

.siteFooter .Prefooter .prefooter-inner a {
  color: #fff;
  position: relative;
  font-size: 13px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.siteFooter .Prefooter .prefooter-inner a:hover {
  color: #808080;
}

.siteFooter .Copyright {
  background-color: #f9f9f9;
  color: #000;
  padding: 15px 0;
}

@media (max-width: 991px) {
  .siteFooter .Copyright .Copyright-content {
    text-align: center;
  }
}

.siteFooter .Copyright .Copyright-content p {
  margin-bottom: 0;
}

.siteFooter .Copyright .Copyright-content p a {
  color: #284e80;
}

.siteFooter .Copyright .dealer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  .siteFooter .Copyright .dealer-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 10px;
  }
}

.siteFooter .Copyright .dealer-social ul {
  padding-left: 0;
  margin-bottom: 0;
}

.siteFooter .Copyright .dealer-social ul li {
  display: inline-block;
  margin-right: 15px;
}

.siteFooter .Copyright .dealer-social ul li a {
  font-size: 20px;
  display: block;
  color: #284e80;
  border-radius: 30px;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.siteFooter .Copyright .dealer-social ul li a:hover {
  color: #000;
}

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

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

.homeBanner .homeBanner-img {
  background-position: center -120%;
  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: center -120%;
    top: 40px;
  }
}

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

.homeBanner .home-banner-content h1 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
  line-height: 26px;
}

.homeBanner .home-banner-content h4 {
  color: #f9f9f9;
  font-size: 72px;
  line-height: 86px;
  font-weight: 400;
  font-family: "Volvo Broad";
}

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

.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
*******************************************************/
/*******************************************************
  Home Page CTA Section CSS Start
*******************************************************/
.home-cta-button {
  background: #fcfcfc;
  position: relative;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 767px) {
  .col-12 {
    border: 0 !important;
  }
}

.col-12 .home-cta {
  position: relative;
  overflow: hidden;
}

.col-12 .home-cta .home-cta-inner {
  background-color: #000;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  padding: 20px 20px 25px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.col-12 .home-cta .home-cta-inner h5 a {
  text-transform: capitalize;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  position: relative;
}

.col-12 .home-cta .home-cta-inner h5 a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -28px;
  border-radius: 50%;
  opacity: 0;
  border-bottom: 1px solid #fff;
  display: inline-block !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.col-12 .home-cta .home-cta-inner::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 55%;
  display: block !important;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  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));
}

.col-12 .home-cta .home-cta-inner:hover h5 a {
  color: #1C6BBA;
}

.col-12 .home-cta .home-cta-inner:hover h5 a::after {
  opacity: 1;
  bottom: -7px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.col-12 .home-cta .home-cta-inner:hover::after {
  height: 100%;
}

/*******************************************************
  Home Page CTA Section CSS ends
*******************************************************/
/*******************************************************
  latest model section starts
*******************************************************/
.latest-model-section {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

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

.model-block {
  position: relative;
  display: block;
  outline: none;
  margin-bottom: 30px;
  border-radius: 4px;
  padding: 20px 30px;
  background-color: #fbfbfb;
  border: 1px solid #f1f1f1;
  z-index: 0;
}

.model-block h3 {
  position: relative;
  top: 10px;
  font-family: "Volvo Heading";
  font-size: 16px;
  z-index: 1;
  letter-spacing: .5px;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.model-block .model-block-img {
  position: relative;
  overflow: hidden;
}

.model-block .model-block-img img {
  -webkit-transform: translate3d(0, 0, 0) scale(0.9);
  transform: translate3d(0, 0, 0) scale(0.9);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.model-block p {
  font-size: 12px;
  line-height: 20px;
  color: #707070;
  margin-top: 15px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.model-block p span {
  font-weight: bold;
  color: #767676;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.model-block a {
  position: relative;
  top: -2px;
  display: block;
  background-color: #fbfbfb;
  font-size: 14px;
  color: #1C6BBA;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-family: "Volvo Heading";
}

.model-block a i {
  position: relative;
  top: 2px;
  font-size: 20px;
  color: #1C6BBA;
}

.model-block:hover .model-block-img img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.model-block:hover h3, .model-block:hover p, .model-block:hover span {
  color: #1C6BBA;
}

/*******************************************************
  latest model section ends
*******************************************************/
/*******************************************************
  welcome section starts
*******************************************************/
.welcome-section {
  position: relative;
  overflow: hidden;
  padding: 50px 0 250px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .welcome-section {
    padding: 50px 0;
  }
}

.welcome-section .themeHeading-inverse {
  max-width: 800px;
}

.welcome-section .themeHeading-inverse h2 {
  font-size: 60px;
}

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

.welcome-section .themeHeading-inverse p {
  font-size: 25px;
}

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

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

/*******************************************************
  welcome section ends
*******************************************************/
/*******************************************************
  service grid section starts
*******************************************************/
.Service-grid-section {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.Service-grid-content {
  position: relative;
  padding-top: 15px;
}

@media (max-width: 991px) {
  .Service-grid-content {
    padding-top: 0;
  }
}

.Service-grid-content::before {
  content: '';
  width: 80%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/line-process.png);
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 991px) {
  .Service-grid-content::before {
    display: none !important;
  }
}

.Service-grid-content .Service-grid {
  text-align: center;
  margin-top: 20px;
  padding: 0px 20px;
}

@media (max-width: 991px) {
  .Service-grid-content .Service-grid {
    margin-top: 30px;
  }
}

.Service-grid-content .Service-grid .Service-grid-img {
  text-align: center;
  margin-bottom: 20px;
  background-color: #284e80;
  height: 136px;
  width: 136px;
  border-radius: 100px;
  margin: 0 auto;
  position: relative;
  padding-top: 36px;
  border: 5px solid #ccc;
}

.Service-grid-content .Service-grid .Service-grid-img img {
  width: 50px;
  height: 50px;
}

.Service-grid-content .Service-grid h4 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  margin-top: 35px;
  color: #333;
}

.Service-grid-content .Service-grid h4:after {
  content: '';
  width: 40px;
  height: 2px;
  display: block;
  margin: 0 auto;
  background: #284e80;
  margin-top: 10px;
}

.Service-grid-content .Service-grid p {
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.Service-grid-content .Service-grid .Service-grid-btn .Service-grid-btn-inner {
  color: #1C6BBA;
  position: relative;
  display: inline-block;
  letter-spacing: 0px !important;
  font-size: 14px;
  font-family: "Volvo Heading";
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.Service-grid-content .Service-grid .Service-grid-btn .Service-grid-btn-inner i {
  position: relative;
  top: 2px;
  font-size: 20px;
  color: #1C6BBA;
}

.Service-grid-content .Service-grid .Service-grid-btn .Service-grid-btn-inner::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -3px;
  border-radius: 0%;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) translateY(20px);
  transform: translate3d(0, 0, 0) translateY(20px);
  border-bottom: 1px solid #000;
  display: inline-block !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.Service-grid-content .Service-grid:hover .Service-grid-btn .Service-grid-btn-inner {
  color: #000;
  letter-spacing: 2px;
}

.Service-grid-content .Service-grid:hover .Service-grid-btn .Service-grid-btn-inner::after {
  -webkit-transform: translate3d(0, 0, 0) translateY(0px);
  transform: translate3d(0, 0, 0) translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.Service-grid-content .Service-grid-2, .Service-grid-content .Service-grid-4 {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .Service-grid-content .Service-grid-2, .Service-grid-content .Service-grid-4 {
    margin-top: 30px;
  }
}

/*******************************************************
  service grid section ends
*******************************************************/
/*******************************************************
  Our services section starts
*******************************************************/
.our-services-section {
  position: relative;
  overflow: hidden;
}

.our-services-section .our-services-grid {
  display: block;
  color: #fff;
}

.our-services-section .our-services-grid .our-services-grid-bg {
  height: 350px;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 20px;
  background-repeat: no-repeat;
  z-index: 0;
  overflow: hidden;
}

.our-services-section .our-services-grid .our-services-grid-bg::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.our-services-section .our-services-grid .our-services-grid-info {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  text-align: left;
}

.our-services-section .our-services-grid .our-services-grid-info h6 {
  font-size: 10px;
  font-family: "Volvo Body";
  line-height: 9px;
  position: relative;
  bottom: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.07, 1);
  transition: all 0.6s cubic-bezier(0.76, 0, 0.07, 1);
}

.our-services-section .our-services-grid .our-services-grid-info h4 {
  margin-bottom: 20px;
  font-size: 22px;
  font-family: "Volvo Body";
  margin-top: 15px;
  bottom: 0;
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.07, 1);
  transition: all 0.6s cubic-bezier(0.76, 0, 0.07, 1);
}

@media (max-width: 767px) {
  .our-services-section .our-services-grid .our-services-grid-info h4 {
    font-size: 18px;
  }
}

.our-services-section .our-services-grid .our-services-grid-info p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: .1em;
  font-weight: 400;
  opacity: 0;
  bottom: 15px;
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.07, 1);
  transition: all 0.6s cubic-bezier(0.76, 0, 0.07, 1);
}

.our-services-section .our-services-grid .our-services-grid-info i {
  font-size: 10px;
}

.our-services-section .our-services-grid:hover .our-services-grid-bg:before {
  height: 100%;
}

.our-services-section .our-services-grid:hover .our-services-grid-info h6, .our-services-section .our-services-grid:hover .our-services-grid-info h4 {
  bottom: 10px;
}

.our-services-section .our-services-grid:hover .our-services-grid-info p {
  line-height: 22px;
  opacity: 1;
  bottom: 20px;
}

.our-services-section .our-services-grid:hover .our-services-grid-info p i {
  letter-spacing: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*******************************************************
  Our services section ends
*******************************************************/
/*******************************************************
  map section  starts
*******************************************************/
.map-section-direction {
  padding: 15px 0;
  background: #284e80;
  position: relative;
  text-align: center;
}

.map-section-direction p {
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  margin-bottom: 0;
}

.map-section-direction a {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 8px 25px;
  border-radius: 30px;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation: background-change 5s infinite;
          animation: background-change 5s infinite;
}

@media (max-width: 767px) {
  .map-section-direction a {
    margin-top: 10px;
  }
}

.map-section-direction:hover a {
  letter-spacing: 2px;
}

@-webkit-keyframes background-change {
  0%, 20%, 50%, 80%, 100% {
    background: #000;
  }
  20% {
    background: #111;
  }
  40% {
    background: #222;
  }
  60% {
    background: #333;
  }
  80% {
    background: #444;
  }
}

@keyframes background-change {
  0%, 20%, 50%, 80%, 100% {
    background: #000;
  }
  20% {
    background: #111;
  }
  40% {
    background: #222;
  }
  60% {
    background: #333;
  }
  80% {
    background: #444;
  }
}

/*******************************************************
  map section  ends
*******************************************************/
/*******************************************************
  about us section  starts
*******************************************************/
.about-dealer-section {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.about-dealer-section .theme-btn-inverse {
  max-width: 250px;
}

/*******************************************************
  about us section  ends
*******************************************************/
/*******************************
    our blog section starts
*******************************/
.home-blog-section {
  padding: 70px 0;
  background: #f8f9fa;
  position: relative;
  overflow: hidden;
}

.home-blog-section .home-blog-grid {
  margin-bottom: 30px;
  background-color: #fff;
  border-bottom: 2px solid #ccc;
  border-radius: 5px;
  border-bottom: 4px solid #284e80;
  position: relative;
  padding: 10px;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

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

.home-blog-section .home-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;
}

.home-blog-section .home-blog-grid .blog-img .blog-img-inner .blog-cat {
  position: absolute;
  bottom: -13px;
  left: 10px;
  font-size: 13px;
  border-radius: 4px;
  background-color: #000;
  -webkit-box-shadow: 0 0 20px #333;
          box-shadow: 0 0 20px #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;
}

.home-blog-section .home-blog-grid .blog-img .blog-img-inner .blog-cat a {
  color: #fff;
  display: inline-block;
  padding: 8px 20px 7px;
}

.home-blog-section .home-blog-grid .blog-img .blog-img-inner .blog-date {
  position: absolute;
  background-color: #284e80;
  font-size: 13px;
  color: #fff;
  top: 10px;
  right: 10px;
  width: 55px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
          clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  z-index: 2;
  height: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.home-blog-section .home-blog-grid .blog-grid-title {
  position: relative;
  overflow: hidden;
  padding: 40px 15px 10px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  font-size: 14px;
  line-height: 24px;
  color: #777;
}

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

.home-blog-section .home-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: capitalize;
}

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

.home-blog-section .home-blog-grid .blog-grid-title .blog-btn {
  float: right;
}

.home-blog-section .home-blog-grid .blog-grid-title .blog-btn .theme-btn-inverse {
  border-radius: 30px;
  font-size: 13px;
  padding: 8px;
  min-width: 145px;
}

.home-blog-section .home-blog-grid:hover .blog-grid-title h4 a {
  color: #284e80;
}

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

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