.heroSection {
  position: relative;
  z-index: 0;
}

.heroSection::before, .heroSection::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/hero-img-1.png"), url("../images/hero-img-2.png");
  z-index: -1;
  background-repeat: no-repeat, no-repeat;
  background-position: -5% 120%, 105% 120%;
  background-size: 35%, 35%;
}

@media (max-width: 1200px) {
  .heroSection::before, .heroSection::after {
    background-position: -5% 100%, 105% 100%;
  }
}

.heroSection::after {
  background: radial-gradient(circle, white 0%, #f1f1f1 41%, rgba(153, 153, 153, 0.3) 100%);
  z-index: -2;
}

.heroSection-content {
  padding: 50px 0 250px;
}

@media (max-width: 991px) {
  .heroSection-content {
    padding-bottom: 200px;
  }
}

@media (max-width: 767px) {
  .heroSection-content {
    padding-bottom: 150px;
  }
}

@media (max-width: 575px) {
  .heroSection-content {
    padding-bottom: 100px;
  }
}

.heroSection-content .hero-title {
  font-size: 50px;
}

@media (max-width: 1200px) {
  .heroSection-content .hero-title {
    font-size: 45px;
  }
}

@media (max-width: 991px) {
  .heroSection-content .hero-title {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .heroSection-content .hero-title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .heroSection-content .hero-title {
    font-size: 27px;
  }
}

.heroSection-content .hero-subtitle {
  font-size: 20px;
  color: #00576c;
}

.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;
  padding: 20px 15px 10px;
  max-width: 950px;
  width: 100%;
  margin: 40px auto 0;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .searchBox {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 10px 5px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  }
}

.searchBox .form-input {
  width: 20%;
  margin-bottom: 8px;
  padding: 0 5px;
}

@media (max-width: 767px) {
  .searchBox .form-input {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}

@media (max-width: 575px) {
  .searchBox .form-input {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

.searchBox .themeBtn {
  border-radius: 3px;
  font-size: 17px;
  height: 48px;
}

.hero-cta .themeBtn {
  padding: 12px 40px;
}

@media (max-width: 575px) {
  .hero-cta .themeBtn {
    width: 250px;
  }
}

.form-input .select2.select2-container.select2-container--default {
  width: 100% !important;
}

.form-input .select2-container .select2-selection--single {
  height: 48px;
  border-radius: 0px;
  border: 0px;
  outline: none;
}

.form-input .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
  outline: none;
  border: none;
  border-radius: 3px;
  padding: 3px 12px 0;
  font-size: 14px;
  -webkit-box-shadow: inset 0 0 0 3px #191919;
          box-shadow: inset 0 0 0 3px #191919;
}

.form-input .select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 20px;
}

.form-input .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  right: 8px;
}

.form-input .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #333;
}

.form-input .select2-search--dropdown {
  padding: 12px;
}

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

.select2-dropdown {
  border: 1px solid #ccc;
  border-radius: 5px;
}

.select2-search--dropdown {
  padding: 0 10px;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0 10px 10px;
}

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

@media (max-width: 767px) {
  .our-vehicle-slider h5 {
    font-size: 17px;
  }
}

.our-vehicle-slider .slick-arrow {
  height: 30px;
  width: 30px;
  border-top: 2px solid #002c5f;
  border-left: 2px solid #002c5f;
}

.our-vehicle-slider .slick-arrow::before, .our-vehicle-slider .slick-arrow.heroSection::after, .our-vehicle-slider .slick-arrow::after {
  display: none;
}

.our-vehicle-slider .slick-arrow.slick-prev {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0;
}

.our-vehicle-slider .slick-arrow.slick-next {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 0;
}

.vehicle-box h5 {
  font-family: 'Hyundai Sans Text';
  color: #00aad2;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.vehicle-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.vehicle-box:hover h5 {
  color: #002c5f;
}

.vehicle-img {
  overflow: hidden;
}

.vehicle-img img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.ctaBlock {
  border-bottom: 4px solid #f1f1f1;
}

.ctaBlock:hover {
  border-color: #00aad2;
}

.ctaBlock:hover .ctaBlock-img::before, .ctaBlock:hover .ctaBlock-img.heroSection::after {
  opacity: 0;
}

.ctaBlock:hover .ctaBlock-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.ctaBlock-img {
  position: relative;
  background-color: #f1f1f1;
  border-radius: 5px;
  height: 240px;
  overflow: hidden;
}

.ctaBlock-img::before, .ctaBlock-img.heroSection::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  opacity: .2;
  z-index: 1;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.ctaBlock-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.aboutUs {
  position: relative;
  padding-top: 200px;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  text-shadow: 0 0 10px #191919;
  font-size: 16px;
}

.aboutUs::before, .aboutUs.heroSection::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#191919), to(transparent));
  background: linear-gradient(to top, #191919, transparent);
}

.aboutUs .themeHeading h2 {
  color: #fff;
}

.aboutUs .themeHeading p {
  font-size: 14px;
}

.sa-section {
  position: relative;
  padding-top: 100px;
  background-position: center 20%;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}

.sa-section::before, .sa-section.heroSection::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#191919), to(transparent));
  background: linear-gradient(to top, #191919, transparent);
}

.sa-section .themeHeading {
  max-width: 500px;
  width: 100%;
}

.sa-section .themeHeading h2 {
  line-height: 1.4;
  color: #fff;
}

.sa-item {
  position: relative;
  padding: 10px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media (min-width: 1201px) {
  .sa-item {
    -webkit-transform: translateY(140px);
            transform: translateY(140px);
  }
}

.sa-item:hover {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.sa-item h6 {
  color: #fff;
  line-height: 1;
  font-size: 17px;
}

.sa-item p {
  line-height: 1.4;
}
/*# sourceMappingURL=homepage.css.map */