@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&family=Lora:wght@600;700&family=Raleway:wght@400;500;700&family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Montserrat:wght@300;400;600;700;800&family=Playfair+Display:wght@700;800&family=Poppins:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@800&display=swap");
.fw-100 {
  font-weight: 100 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.primary {
  color: #64b147 !important;
}

.primarylight {
  color: #bace47 !important;
}

.dark {
  color: #2c2c2c !important;
}

.light {
  color: #484848 !important;
}

.lightest {
  color: #8a8a8a !important;
}

.white {
  color: #fff !important;
}

.black {
  color: #000 !important;
}

.font-main {
  font-family: Avenir LT Pro !important;
}

.font-other {
  font-family: Nunito !important;
}

body {
  color: #2c2c2c;
  font-family: Avenir LT Pro;
  font-weight: 900;
  line-height: 1.7;
}

a {
  color: #64b147;
  text-decoration: none;
}

ul {
  padding: 0;
}

li {
  list-style: none;
  font-weight: 400;
  color: #484848;
}

section:not(.section-footer) {
  padding: 65px 0;
}
section.bg-fill {
  background: #f6f6f6;
}
section.hero-banner {
  padding: 40px 0 0;
}

.section .leaflet-container {
  background: none;
  z-index: 1;
}
.section-detail-product {
  padding: 150px 0;
}
.section-about li {
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 15px 25px;
  border-left: 3px solid #64b147;
  font-size: 20px;
  color: #484848;
}
.section-about li:not(:last-child) {
  margin-bottom: 35px;
}
.section.specs-intro {
  padding: 0;
  margin-top: -90px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: Nunito;
}

p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.85;
  margin: 0;
  color: #484848;
}

h4.section-title {
  color: #64b147;
  margin-bottom: 0;
  font-weight: 400;
  font-family: Avenir LT Pro;
}
h4.overlay-carousel {
  font-family: Avenir LT Pro;
}

h2.title {
  color: #2c2c2c;
  font-weight: 800;
  font-size: 55px;
  margin-bottom: 30px;
}
h2.title-vehicle {
  font-size: 85px;
  margin-bottom: 0;
  font-family: Pristina;
  color: #224af8;
}
h2.title-specs {
  font-size: 38px;
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
}

h3.heading-figure {
  font-family: Avenir LT Pro;
  font-weight: 700;
}

::-webkit-input-placeholder {
  font-weight: 100;
  font-size: 15px;
  color: rgba(44, 44, 44, 0.65) !important;
}

::-moz-placeholder {
  font-weight: 100;
  font-size: 15px;
  color: rgba(44, 44, 44, 0.65) !important;
}

:-ms-input-placeholder {
  font-weight: 100;
  font-size: 15px;
  color: rgba(44, 44, 44, 0.65) !important;
}

::-ms-input-placeholder {
  font-weight: 100;
  font-size: 15px;
  color: rgba(44, 44, 44, 0.65) !important;
}

::placeholder {
  font-weight: 100;
  font-size: 15px;
  color: rgba(44, 44, 44, 0.65) !important;
}

.container-semifluid {
  max-width: 1600px;
}
@media (min-width: 992px) {
  .container-introduction {
    max-width: 1024px;
  }
}

.nav-pills .nav-link {
  border-radius: 50px;
  padding: 6px 35px;
  color: #64b147;
  font-weight: 500;
  font-size: 21px;
  margin-right: 10px;
}
.nav-pills .nav-link.active {
  background-color: #64b147;
}
.nav-pills .nav-link:hover {
  background-color: #64b147;
  color: #fff;
}

.nav-breadcrumb {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 15px 0;
}
.nav-breadcrumb + .section {
  padding-top: 40px;
}

.breadcrumb {
  -webkit-transform: all 0.3s ease-in-out;
          transform: all 0.3s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb-item {
  position: relative;
}
.breadcrumb-item a {
  color: #484848;
}
.breadcrumb-item a:hover {
  color: #64b147;
  text-decoration: underline;
}
.breadcrumb-item.active {
  font-weight: 700;
  color: #64b147;
}
.breadcrumb-item:before {
  content: "" !important;
}
.breadcrumb-item:not(:last-child):before {
  width: 8px;
  height: 8px;
  color: #484848;
  position: absolute;
  top: 10px;
  padding: 0 !important;
  border-bottom: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: -15px;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 30px;
}

.accordion-body {
  background: #fff;
  border-radius: 0 0 10px 10px;
}

.accordion-flush .accordion-item {
  background: none;
  border-radius: 10px;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  color: #64b147;
  font-weight: 500;
  font-size: 21px;
}
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 10px;
}

.accordion-button.collapsed {
  border: none;
}
.accordion-button.collapsed:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.accordion-button:before {
  position: absolute;
  right: 20px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.accordion-button:after, .accordion-button:before {
  content: "";
  background: #64b147;
  width: 15px;
  height: 3px;
  border-radius: 10px;
  display: inline-block;
}
.accordion-button:hover {
  background: #bace47;
  color: #fff;
}
.accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-item {
  border: none;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 15px;
}
.accordion-item:hover {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.accordion-item:first-of-type {
  border-radius: 15px;
}
.accordion-item:not(:last-child) {
  margin-bottom: 25px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.accordion-collapse {
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}

.card {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.085);
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.04);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.04);
}

textarea {
  resize: none;
}

@font-face {
  font-family: "Avenir LT Pro";
  src: url("../fonts/AvenirLTPro-Book.woff2") format("woff2"), url("AvenirLTPro-Book.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Pro";
  src: url("../fonts/AvenirLTPro-Light.woff2") format("woff2"), url("../fonts/AvenirLTPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Pro";
  src: url("../fonts/AvenirLTPro-Roman.woff2") format("woff2"), url("../fonts/AvenirLTPro-Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Pro";
  src: url("../fonts/AvenirLTPro-Medium.woff2") format("woff2"), url("../fonts/AvenirLTPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Pro";
  src: url("../fonts/AvenirLTPro-Heavy.woff2") format("woff2"), url("../fonts/AvenirLTPro-Heavy.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Pro";
  src: url("../fonts/AvenirLTPro-Black.woff2") format("woff2"), url("../fonts/AvenirLTPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pristina";
  src: url("../fonts/Pristina-Regular.eot");
  src: url("../fonts/Pristina-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Pristina-Regular.woff2") format("woff2"), url("../fonts/Pristina-Regular.woff") format("woff"), url("../fonts/Pristina-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@-webkit-keyframes slidein {
  0% {
    opacity: 0;
    margin-left: -30px;
  }
  60% {
    opacity: 1;
    margin-left: 5px;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
@keyframes slidein {
  0% {
    opacity: 0;
    margin-left: -30px;
  }
  60% {
    opacity: 1;
    margin-left: 5px;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
.navbar {
  z-index: 2;
}
@media (max-width: 991px) {
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .nav-item {
    opacity: 0;
    -webkit-animation: slidein 0.5s ease-out;
            animation: slidein 0.5s ease-out;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .nav-item:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .nav-item:nth-child(2) {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }
  .nav-item:nth-child(3) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .nav-item:nth-child(4) {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  .nav-item:nth-child(5) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .nav-item:nth-child(6) {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
}

nav {
  background: #fff;
}
@media (min-width: 992px) {
  nav {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02);
  }
}
nav a {
  text-transform: capitalize;
  color: #64b147;
  font-size: 16px;
  line-height: 1;
}
nav .nav-link {
  position: relative;
  border-bottom: 1px solid rgba(72, 72, 72, 0.25);
  color: #2c2c2c;
  text-transform: uppercase;
  font-size: 18px;
}
@media (min-width: 992px) {
  nav .nav-link {
    border: none;
  }
}
nav .nav-link:focus {
  color: #64b147;
}
nav .nav-link:hover {
  color: #fff;
}
@media (min-width: 992px) {
  nav .nav-link:hover {
    color: #64b147;
  }
}
nav .nav-link:hover:after {
  background: #64b147;
  width: 100%;
  z-index: -1;
}
@media (min-width: 992px) {
  nav .nav-link:hover:after {
    background: #64b147;
    width: calc(100% - 40px);
    z-index: 1;
  }
}
nav .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 992px) {
  nav .nav-link:after {
    bottom: -15px;
    left: 20px;
    height: 2px;
  }
}
@media (min-width: 992px) {
  nav .nav-link {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
  }
}

.navbar-nav .nav-link {
  padding: 15px 20px;
}

.navbar-brand {
  width: 150px;
  padding: 0;
}

.navbar-toggler[aria-expanded=true] span:first-of-type {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
          transform: rotate(45deg) translate(6px, 6px);
}
.navbar-toggler[aria-expanded=true] span:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded=true] span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-toggler {
  background: #64b147;
  padding: 8px 10px;
  z-index: 1;
  position: relative;
}
.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar-toggler > span:not(.menu-title) {
  display: block;
  width: 30px;
  height: 2px;
  margin: 6px auto;
  background: #fff;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    right: -100%;
    top: 80px;
    width: 100%;
    z-index: 2;
    background: #fff;
    height: 100vh;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .navbar-collapse.show {
    right: -50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: -5px;
  }
}
.footer-main {
  padding: 40px 0 30px;
  border-top: 3px solid #64b147;
}

.footer-sub {
  background: #f5f5f5;
  padding: 15px 0;
}

.footer-logo {
  margin-bottom: 20px;
  max-width: 200px;
}

.footer-widget h5 {
  margin-bottom: 20px;
}

.footer-widget-content a {
  font-weight: 300;
  font-size: 21px;
  color: #484848;
  line-height: 1.5;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer-widget-content a:hover {
  color: #64b147;
  text-decoration: underline;
}
.footer-widget-content a .small {
  font-size: 15px;
}
.footer-widget-content p {
  font-size: 16px;
  color: #484848;
  line-height: 1.75;
  font-weight: 400;
}

.copyright {
  font-weight: 300;
  font-size: 12px;
  color: #484848;
  line-height: 1.5;
}

.social-media:not(:last-child) {
  margin-right: 10px;
}

@media (min-width: 1024px) {
  .footer-about {
    padding-right: 50px;
  }
}
.btn {
  padding: 6px 25px;
}
.btn-lg {
  padding: 15px 60px;
  font-size: 20px;
}

.btn {
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn.btn-primary {
  background: #64b147;
  color: #fff;
  border: none;
}
.btn.btn-primary:hover {
  color: #fff;
  z-index: 1;
}
.btn.btn-primary:hover:after {
  background: #4f8d38;
  width: 100%;
  z-index: -1;
}
.btn.btn-primary-outline {
  background: none;
  color: #64b147;
  border: 1px solid #64b147;
}
.btn.btn-primary-outline:hover {
  color: #fff;
  z-index: 1;
}
.btn.btn-primary-outline:hover:after {
  background: #4f8d38;
  width: 100%;
  z-index: -1;
}
.btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 0.25rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn {
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn.btn-primarylight {
  background: #bace47;
  color: #fff;
  border: none;
}
.btn.btn-primarylight:hover {
  color: #fff;
  z-index: 1;
}
.btn.btn-primarylight:hover:after {
  background: #9fb230;
  width: 100%;
  z-index: -1;
}
.btn.btn-primarylight-outline {
  background: none;
  color: #bace47;
  border: 1px solid #bace47;
}
.btn.btn-primarylight-outline:hover {
  color: #fff;
  z-index: 1;
}
.btn.btn-primarylight-outline:hover:after {
  background: #9fb230;
  width: 100%;
  z-index: -1;
}
.btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 0.25rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn {
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn.btn-dark {
  background: #2c2c2c;
  color: #fff;
  border: none;
}
.btn.btn-dark:hover {
  color: #fff;
  z-index: 1;
}
.btn.btn-dark:hover:after {
  background: #131313;
  width: 100%;
  z-index: -1;
}
.btn.btn-dark-outline {
  background: none;
  color: #2c2c2c;
  border: 1px solid #2c2c2c;
}
.btn.btn-dark-outline:hover {
  color: #fff;
  z-index: 1;
}
.btn.btn-dark-outline:hover:after {
  background: #131313;
  width: 100%;
  z-index: -1;
}
.btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 0.25rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn {
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn.btn-light {
  background: #484848;
  color: #fff;
  border: none;
}
.btn.btn-light:hover {
  color: #fff;
  z-index: 1;
}
.btn.btn-light:hover:after {
  background: #2f2f2f;
  width: 100%;
  z-index: -1;
}
.btn.btn-light-outline {
  background: none;
  color: #484848;
  border: 1px solid #484848;
}
.btn.btn-light-outline:hover {
  color: #fff;
  z-index: 1;
}
.btn.btn-light-outline:hover:after {
  background: #2f2f2f;
  width: 100%;
  z-index: -1;
}
.btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 0.25rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn {
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn.btn-lightest {
  background: #8a8a8a;
  color: #fff;
  border: none;
}
.btn.btn-lightest:hover {
  color: #fff;
  z-index: 1;
}
.btn.btn-lightest:hover:after {
  background: #717171;
  width: 100%;
  z-index: -1;
}
.btn.btn-lightest-outline {
  background: none;
  color: #8a8a8a;
  border: 1px solid #8a8a8a;
}
.btn.btn-lightest-outline:hover {
  color: #fff;
  z-index: 1;
}
.btn.btn-lightest-outline:hover:after {
  background: #717171;
  width: 100%;
  z-index: -1;
}
.btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 0.25rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn {
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn.btn-white {
  background: #fff;
  color: #fff;
  border: none;
}
.btn.btn-white:hover {
  color: #fff;
  z-index: 1;
}
.btn.btn-white:hover:after {
  background: #e6e6e6;
  width: 100%;
  z-index: -1;
}
.btn.btn-white-outline {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}
.btn.btn-white-outline:hover {
  color: #fff;
  z-index: 1;
}
.btn.btn-white-outline:hover:after {
  background: #e6e6e6;
  width: 100%;
  z-index: -1;
}
.btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 0.25rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn {
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn.btn-black {
  background: #000;
  color: #fff;
  border: none;
}
.btn.btn-black:hover {
  color: #fff;
  z-index: 1;
}
.btn.btn-black:hover:after {
  background: black;
  width: 100%;
  z-index: -1;
}
.btn.btn-black-outline {
  background: none;
  color: #000;
  border: 1px solid #000;
}
.btn.btn-black-outline:hover {
  color: #fff;
  z-index: 1;
}
.btn.btn-black-outline:hover:after {
  background: black;
  width: 100%;
  z-index: -1;
}
.btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 0.25rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.item:not(.slick-current) .carousel-main {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
  cursor: pointer;
}

.carousel-main {
  text-align: center;
  opacity: 1;
}
@media (min-width: 1024px) {
  .carousel-main {
    padding: 60px;
  }
}

.carousel-main, .carousel-lists {
  position: relative;
  -webkit-transition: -webkit-transform 0.8s linear;
  transition: -webkit-transform 0.8s linear;
  transition: transform 0.8s linear;
  transition: transform 0.8s linear, -webkit-transform 0.8s linear;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.carousel-product-image {
  max-height: 300px;
  padding: 0 30px;
}
.carousel-product-image img {
  max-height: 100%;
  width: auto;
}

.carousel-lists .carousel-figure {
  overflow: hidden;
}
.carousel-lists .carousel-figure img {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.carousel-lists:hover .carousel-figure img {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.overlay-carousel {
  position: absolute;
  bottom: 0;
  width: calc(100% - 60px);
  padding: 10px 15px;
  font-size: 21px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.22+99 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.22)), to(rgba(0, 0, 0, 0.22)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.22) 99%, rgba(0, 0, 0, 0.22) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#38000000",GradientType=0 );
  /* IE6-9 */
}

.product-carousel .slick-dots {
  bottom: -40px;
}
.product-carousel .slick-dots li button:before {
  background: #bace47;
  border-radius: 50%;
  content: "";
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 10px;
  height: 10px;
}
.product-carousel .slick-dots li.slick-active button:before {
  background: #64b147;
}
.product-carousel .slick-slide {
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.product-carousel .slick-slide:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.5);
}
.product-carousel .slick-cloned {
  opacity: 0.4;
}
.product-carousel .slick-current:after {
  display: none;
}
.product-carousel .slick-prev, .product-carousel .slick-next {
  display: none;
  z-index: 1;
  width: 50px;
  height: 50px;
}
.product-carousel .slick-prev:before, .product-carousel .slick-next:before {
  content: "";
  display: inline-block;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-width: 6px;
  margin-top: 35px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
}
.product-carousel .slick-prev {
  left: 30px;
}
.product-carousel .slick-prev:before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.product-carousel .slick-next {
  right: 30px;
}
.product-carousel .slick-next:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.home-product-name {
  font-size: 48px;
  color: #2c2c2c;
}

.intro-key {
  position: relative;
  font-size: 16px;
  display: block;
  min-width: 160px;
  color: #8a8a8a;
  font-weight: 300;
}
.intro-value {
  font-size: 24px;
  font-weight: 500;
  color: #484848;
  line-height: 1.5;
}

.hero-banner {
  margin-top: 80px;
  background: url(../../images/banner-bg.png) no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 992px) {
  .hero-banner {
    margin-top: -30px;
  }
}
.hero-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.hero-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../../images/hero-triangle.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.hero-component {
  z-index: 1;
  position: relative;
}

.hero-heading {
  padding: 60px 0 40px 0;
  font-weight: 900;
}
@media (min-width: 992px) {
  .hero-heading {
    padding: 100px 0 60px 0;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .hero-heading {
    padding: 140px 0 60px 0;
  }
}
.hero-heading h1 {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hero-heading h1 {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .hero-heading h1 {
    font-size: 62px;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .hero-image {
    padding: 150px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .hero-image {
    padding: 100px 0 20px;
  }
}

.about-mission {
  padding: 20px;
  margin-top: 25px;
  border: 2px solid #bace47;
  border-radius: 5px;
}
.about-mission h3 {
  color: #64b147;
  font-weight: 500;
}

.about-image {
  max-width: 400px;
}

/* Relative positioning*/
#image-map {
  position: relative;
  margin: 150px auto 20px auto;
}

/* Hide the original tooltips contents */
.map .tooltip {
  opacity: 1;
}

.pin {
  display: none;
}

/* Begin styling the tooltips and pins */
.tooltip-up,
.tooltip-down {
  position: absolute;
  background: url(https://i.imgur.com/13rZbuk.png);
  width: 25px;
  height: 37px;
}

.tooltip-down {
  background-position: 0 -37px;
}

.tooltip {
  display: none;
  width: 200px;
  cursor: help;
  text-shadow: 0 1px 0 #fff;
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 999;
  margin-left: -115px;
  padding: 15px;
  color: #222;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.7);
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.7);
  background: #fff1d3;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff1d3), to(#ffdb90));
  background: linear-gradient(top, #fff1d3, #ffdb90);
}

.tooltip::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-bottom: 10px solid #fff1d3;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.tooltip-down .tooltip {
  bottom: 12px;
  top: auto;
}

.tooltip-down .tooltip::after {
  bottom: -10px;
  top: auto;
  border-bottom: 0;
  border-top: 10px solid #ffdb90;
}

.tooltip h2 {
  font: bold 1.3em "Trebuchet MS", Tahoma, Arial;
  margin: 0 0 10px;
}

.tooltip ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.icon-contact {
  border-radius: 5px;
  background: rgba(100, 177, 71, 0.1);
  height: 45px;
  width: 45px;
}

.contact-form {
  padding: 25px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.06);
  background: #fff;
}
.contact-form ::-webkit-input-placeholder {
  font-size: 21px;
}
.contact-form ::-moz-placeholder {
  font-size: 21px;
}
.contact-form :-ms-input-placeholder {
  font-size: 21px;
}
.contact-form ::-ms-input-placeholder {
  font-size: 21px;
}
.contact-form ::placeholder {
  font-size: 21px;
}
.contact-form input {
  font-size: 21px;
  height: 52px;
}

.enquire-submit {
  height: 50px;
  font-size: 21px;
}

.blogs {
  padding: 15px 30px;
}

figure.figure-blogs {
  overflow: hidden;
  height: 350px;
}
figure .zoom {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure:hover .zoom {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.circle {
  border-radius: 100%;
}

.members {
  padding: 35px 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.portrait {
  width: 200px;
  height: 200px;
}
.portrait:hover img {
  -webkit-transform: none;
          transform: none;
}

.datapairs:not(:last-child) {
  margin-bottom: 20px;
}
.datapairs h6 {
  font-family: Avenir LT Pro;
}

.keylabel h6,
.keyvalue h6 {
  color: #484848;
}

.keylabel h6 {
  color: #8a8a8a;
}

.full-height {
  height: 100vh;
}

.soon-logo {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .soon-logo {
    margin-bottom: 15px;
  }
}

.coming-soon {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/coming.jpg) no-repeat;
  background-size: cover;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.wrap-soon {
  font-family: "Source Sans Pro", sans-serif;
  z-index: 1;
  position: relative;
  max-width: 660px;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 25px;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .wrap-soon {
    padding: 40px 50px;
  }
}
.wrap-soon h1 {
  color: #348c49;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .wrap-soon h1 {
    font-size: 60px;
    margin-bottom: 5px;
    letter-spacing: 1px;
  }
}
.wrap-soon p {
  line-height: 1.2;
  font-size: 19px;
}
@media (min-width: 992px) {
  .wrap-soon p {
    font-size: 21px;
  }
}

.mission-icon {
  min-width: 85px;
  min-height: 85px;
  width: 85px;
  height: 85px;
  background: #64b147;
  border-radius: 50%;
  margin-bottom: 15px;
  margin-right: 20px;
}
.mission-icon img {
  max-width: 45px;
  height: auto;
}

@media (min-width: 1024px) {
  .product-snap {
    min-height: 400px;
  }
}

.vehicle-intro {
  background: #f6f6f6;
  margin-top: 40px;
}
.vehicle-intro-card {
  padding: 25px 25px 0 25px;
}
.vehicle-intro-card:last-child {
  padding: 25px;
}
@media (min-width: 1024px) {
  .vehicle-intro-card {
    padding: 45px 25px;
  }
  .vehicle-intro-card:last-child {
    padding: 45px 25px;
  }
}
.vehicle-intro-card h3 {
  font-size: 30px;
}
@media (max-width: 991px) {
  .vehicle-intro-card h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .vehicle-intro-card h5 {
    font-size: 21px;
  }
}

.specification-list li {
  display: Flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.specification-block:not(:last-child) {
  margin-bottom: 60px;
}

.vehicle-attraction {
  margin-bottom: 45px;
}

.vehicle-features {
  padding-top: 15px;
  padding-bottom: 15px;
}
.vehicle-features h6 {
  font-family: Avenir LT Pro;
  font-weight: 500;
  font-size: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vehicle-features svg {
  fill: #64b147;
  width: 16px;
  height: 16px;
}

.attraction-carousel .slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature-holder {
  width: 35px;
  height: 35px;
  margin-right: 15px;
  display: Flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: rgba(100, 177, 71, 0.3);
}

.video-wrapper {
  position: relative;
  padding-bottom: 36.25%;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.launch-home {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  min-width: 100vw;
  z-index: 10;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

button.close {
  background: rgba(0, 0, 0, 0.35);
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  fill: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
button.close svg {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
}
button.close:hover {
  background-color: rgba(0, 0, 0, 0.45);
}

.displayflex{
    justify-content:flex-end;
    
}