@import url("https://fonts.googleapis.com/css?family=Karla:400,700");
@import url("https://fonts.googleapis.com/css?family=Rubik:500");
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: inherit; }

.relative {
  position: relative; }

.primary {
  color: #00CC37; }

.regular {
  font-weight: 500; }

.semibold {
  font-weight: 600; }

.p {
  font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "rubik"; }

h1 {
  font-size: 40px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

p {
  font-size: 14px; }

.transition-3s, .offcanvas-nav_links li, .offcanvas-nav_profile-links li, .dropdown-nav-button, .dropdown-nav-item, .input-addon, .text-input {
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.flex-row-center, .dropdown-nav-button, .form-submit-button, .form-submit-button--square, .service-round-element {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-col-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.no-border-top-radius {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important; }

.no-border-bottom-radius, .dropdown-nav-button {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important; }

html,
body {
  font-family: "karla";
  color: #02001C;
  margin: 0;
  padding: 0; }

.light {
  font-weight: 400; }

.rubik {
  font-family: rubik; }

.karla {
  font-family: karla; }

.primary {
  color: #00CC37; }

.back-primary {
  background-color: #00CC37; }

.wrapper {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%; }

.container-large {
  max-width: 1360px; }

.slick-list {
  overflow-x: hidden; }

.mt-120 {
  margin-top: 120px; }

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.right-nav-trigger,
.left-nav-trigger {
  display: none; }

.offcanvas-nav {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: white;
  z-index: 999; }
  .offcanvas-nav_links {
    margin-top: 100px; }
    .offcanvas-nav_links li {
      border-bottom: 1px solid rgba(2, 0, 28, 0.1);
      text-align: center;
      font-size: 18px;
      padding: 40px;
      font-weight: 500; }
      .offcanvas-nav_links li:hover {
        color: #00CC37; }
  .offcanvas-nav_profile-section {
    width: 100%;
    position: relative;
    margin-top: 80px; }
  .offcanvas-nav_user-icon {
    display: inline-block;
    background-color: white;
    height: 80px;
    width: 80px;
    border: 1px solid #00CC37;
    border-radius: 50px;
    overflow: hidden; }
    .offcanvas-nav_user-icon img {
      width: 100%;
      height: 100%; }
  .offcanvas-nav_profile-links {
    margin: 0 auto; }
    .offcanvas-nav_profile-links li {
      text-align: center;
      padding: 20px;
      font-weight: 500; }
      .offcanvas-nav_profile-links li:hover {
        color: #00CC37; }
  .offcanvas-nav_logo img {
    display: block;
    margin: 0px auto;
    margin-top: 40px; }
  .offcanvas-nav_close {
    position: absolute;
    right: 30px;
    top: 30px; }
    .offcanvas-nav_close:hover {
      cursor: pointer; }

.left-side-nav {
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: -400px;
  will-change: transform;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .left-side-nav.active {
    left: 0px;
    opacity: 1;
    visibility: visible; }

.left-nav-trigger:hover {
  cursor: pointer; }

.right-side-nav {
  opacity: 0;
  visibility: hidden;
  top: 0;
  right: -400px;
  will-change: transform;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .right-side-nav.active {
    right: 0px;
    opacity: 1;
    visibility: visible; }

.right-nav-trigger .user-icon {
  display: inline-block;
  background-color: white;
  height: 44px;
  width: 44px;
  border: 1px solid #00CC37;
  border-radius: 22px;
  overflow: hidden; }
  .right-nav-trigger .user-icon img {
    width: 100%;
    height: 100%; }
  .right-nav-trigger .user-icon:hover {
    cursor: pointer; }

.navbar-collapse {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

.nav-item {
  margin: 0 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 10px !important;
  position: relative; }
  .nav-item:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #00CC37;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0; }
  .nav-item:hover::after {
    opacity: 1; }

.nav-item.active {
  font-weight: 700; }
  .nav-item.active:after {
    opacity: 1; }

.dropdown-nav-button {
  position: relative;
  top: 10px;
  background-color: transparent;
  padding: 10px;
  width: 210px;
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  z-index: 90;
  position: relative; }
  .dropdown-nav-button:hover {
    cursor: pointer; }
  .dropdown-nav-button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .dropdown-nav-button:after {
    display: none; }

.dropdown-nav-user {
  display: inline-block;
  background-color: white;
  height: 44px;
  width: 44px;
  border: 1px solid #00CC37;
  border-radius: 22px;
  margin-right: 10px;
  overflow: hidden; }
  .dropdown-nav-user img {
    width: 100%;
    height: 100%; }

.dropdown-nav-menu {
  z-index: 10;
  top: -70px !important;
  left: 10px !important;
  width: 210px;
  border-radius: 6px;
  border: 0;
  margin-top: 0px;
  padding: 0px;
  padding-top: 70px;
  background-color: white;
  overflow: hidden; }

.dropdown-nav-item {
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 2px solid rgba(0, 204, 55, 0.15); }
  .dropdown-nav-item:nth-child(3) {
    border-bottom: 0; }
  .dropdown-nav-item:hover {
    color: white;
    background-color: #00CC37; }

.dropdown-nav-icon {
  margin-right: 10px; }

.login-container {
  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;
  width: 200px;
  position: relative; }
  .login-container h6 {
    padding-right: 10px;
    margin-bottom: 0px; }

[data-target]:hover {
  cursor: pointer; }

.login-popup {
  display: none;
  position: absolute;
  top: 100px;
  right: 0;
  padding: 40px 30px;
  padding-bottom: 30px;
  width: 350px;
  z-index: 5;
  background-color: white;
  -webkit-box-shadow: 0px 4px 8px rgba(2, 0, 28, 0.3);
  box-shadow: 0px 4px 8px rgba(2, 0, 28, 0.3); }
  .login-popup.active {
    display: block; }
  .login-popup:after {
    content: '';
    position: absolute;
    background: transparent;
    top: -12.5px;
    right: 45px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid white;
    -webkit-filter: drop-shadow(-0.2px -2px 3px rgba(2, 0, 28, 0.1));
    filter: drop-shadow(-0.2px -2px 3px rgba(2, 0, 28, 0.1)); }
  .login-popup .form-group {
    margin-bottom: 40px; }
  .login-popup input {
    border: 1px solid #00CC37; }

.login-helper span {
  opacity: .5; }

.hero-section, .hero-section--home, .hero-section--about, .hero-section--contact {
  height: 100vh;
  width: 100vw;
  padding-top: 100px;
  padding-bottom: 50px;
  background-size: cover;
  background-repeat: no-repeat; }
  .hero-section--home {
    background-image: url("../../../assets/frontend/images/fleet-hero2.jpg"); }
  .hero-section--about {
    background-image: url("../../../assets/frontend/images/fleet-about.jpg"); }
  .hero-section--contact {
    background-image: url("../../../assets/frontend/images/fleet-contact.jpg"); }

.hero-form-container {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 1;
  padding-bottom: 1px;
  max-width: 450px;
  margin: 0 auto;
  max-height: 700px; }

.form-tabs {
  width: 100%;
  height: 70px;
  position: relative; }

.tab-button {
  background-color: black;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  border: 0;
  border-radius: 4px !important;
  color: white;
  padding: 10px 40px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .tab-button:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 20px rgba(52, 64, 75, 0.5);
    box-shadow: 0px 3px 20px rgba(52, 64, 75, 0.5); }
  .tab-button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0; }

.js-booklater-show {
  display: none;
  position: relative; }

.tab-button.active {
  color: white;
  background-color: #02001C; }

.form-group {
  position: relative; }

.form-group.white-label .label-stay,
.form-group.white-label .label-top {
  color: white; }

label {
  font-weight: 500;
  font-size: 16px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform; }

.label-animate {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #02001C; }
  .label-animate:hover {
    cursor: text; }

.label-top {
  top: -15px;
  -webkit-transform: 0;
  transform: 0;
  font-size: 12px;
  opacity: 1;
  color: rgba(2, 0, 28, 0.5); }

.label-top.stay {
  color: rgba(2, 0, 28, 0.5); }

.label-hidden {
  opacity: 0; }

.input-addon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  opacity: .5; }

.hide-book-later {
  display: none; }

.text-input {
  font-size: 14px;
  border-radius: 2px;
  padding: 10px 30px;
  padding-right: 35px;
  background-color: white;
  -webkit-box-shadow: 0px 2px 3px rgba(2, 0, 28, 0.05);
  box-shadow: 0px 2px 3px rgba(2, 0, 28, 0.05);
  border: 0;
  width: 100%;
  border: 1px solid transparent; }
  .text-input:focus {
    outline: 0;
    border: 1px solid #00CC37; }
  .text-input:focus + span {
    opacity: 1; }

.nice-select {
  border: 0;
  color: #02001C; }
  .nice-select .option.selected {
    color: #009929;
    font-weight: 700; }
  .nice-select .option:hover {
    color: #009929;
    background-color: white; }

.nice-select .list {
  border-radius: 20px;
  margin-top: 10px; }

textarea.text-input {
  border-radius: 2px; }

.form-submit-button, .form-submit-button--square {
  background-color: #00CC37;
  color: white;
  font-size: 20px;
  height: 50px;
  width: 200px;
  border-radius: 100px;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .form-submit-button--square {
    border-radius: 4px; }
  .form-submit-button:hover, .form-submit-button--square:hover {
    -webkit-box-shadow: 0px 3px 10px rgba(52, 64, 75, 0.2);
    box-shadow: 0px 3px 10px rgba(52, 64, 75, 0.2); }

.section-title {
  position: relative; }

.section-title .underline {
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  height: 3px;
  width: 70px;
  background-color: #00CC37; }

.vehicle-section {
  background-image: url("../../../assets/frontend/images/fleet-vehicles-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0px;
  position: relative; }

.vehicle-slider {
  padding-top: 50px;
  margin: 100px 0px;
  margin-bottom: 40px; }
  .vehicle-slider .col-sm-4 {
    padding: 0px 40px; }
  .vehicle-slider img {
    -o-object-fit: cover;
    object-fit: cover; }

.vehicle-slider .slick-slide {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .6; }

.vehicle-slider .slick-list.draggable {
  overflow: visible !important; }

.vehicle-slider .slick-center {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.vehicle-details-container {
  margin: 0 auto;
  margin-top: 60px;
  max-width: 400px; }
  .vehicle-details-container .vehicle_name {
    text-align: center;
    margin-bottom: 20px; }
  .vehicle-details-container .vehicle_details {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .vehicle-details-container .vehicle_details img {
      width: 38px;
      height: 32px; }

.vehicle-details-slider [data-animation-in] {
  opacity: 0; }

.vehicle-section .custom-controls-container {
  position: absolute;
  top: 180px;
  right: 60px;
  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; }
  .vehicle-section .custom-controls-container h6 {
    margin: 0px 20px; }

.vehicle-section .custom-dots .slick-dots {
  padding: 0;
  margin-bottom: 12px; }

.vehicle-section .custom-dots li button {
  display: none; }

.vehicle-section .custom-dots {
  padding-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; }
  .vehicle-section .custom-dots h6 {
    margin: 0px 15px; }

.vehicle-section .custom-dots li {
  position: relative;
  display: inline-block;
  margin-right: 20px; }
  .vehicle-section .custom-dots li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    width: 12px;
    height: 4px;
    border-radius: 2px; }
  .vehicle-section .custom-dots li.slick-active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00CC37;
    width: 12px;
    height: 4px;
    border-radius: 2px; }

.booking-section {
  background-color: #00CC37; }

.form-inputs .form-group {
  margin-bottom: 30px; }

.form-group {
  margin-bottom: 40px; }

.checkboxes .pretty .custom-state label {
  font-size: 18px;
  padding-left: 5px; }
  .checkboxes .pretty .custom-state label::before {
    border: 4px solid white; }
  .checkboxes .pretty .custom-state label::after {
    background-color: transparent; }

.checkboxes .pretty.p-default input:checked ~ .state label:after {
  background-color: black !important; }

.service-round-element {
  width: 120px;
  height: 120px;
  margin: 0px;
  border-radius: 50%;
  background-color: rgba(0, 204, 55, 0.7);
  position: relative; }
  .service-round-element:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 150px;
    -webkit-transform: translateX(-15px) translateY(-15px);
    transform: translateX(-15px) translateY(-15px);
    border-radius: 50%;
    z-index: -1;
    background-color: rgba(0, 204, 55, 0.25); }
  .service-round-element:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 180px;
    height: 180px;
    -webkit-transform: translateX(-30px) translateY(-30px);
    transform: translateX(-30px) translateY(-30px);
    border-radius: 50%;
    z-index: -2;
    background-color: rgba(0, 204, 55, 0.15);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translateX(-30px) translateY(-30px) scale(0);
    transform: translateX(-30px) translateY(-30px) scale(0);
    opacity: 1; }
  30% {
    opacity: .8; }
  100% {
    -webkit-transform: translateX(-30px) translateY(-30px) scale(1.2);
    transform: translateX(-30px) translateY(-30px) scale(1.2);
    opacity: 0; } }

@keyframes pulse {
  0% {
    -webkit-transform: translateX(-30px) translateY(-30px) scale(0);
    transform: translateX(-30px) translateY(-30px) scale(0);
    opacity: 1; }
  30% {
    opacity: .8; }
  100% {
    -webkit-transform: translateX(-30px) translateY(-30px) scale(1.2);
    transform: translateX(-30px) translateY(-30px) scale(1.2);
    opacity: 0; } }

.service-slide-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  left: 30px; }

.service-slide-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  right: 30px; }

.testimonial-image-block {
  width: 300px;
  height: 350px;
  position: relative;
  background-image: url("../../../assets/frontend/icons/fleet-testimonial.png");
  background-size: cover;
  overflow: hidden; }
  .testimonial-image-block .testimonial-image {
    display: block;
    margin: 0 auto;
    margin-top: 27px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover; }
  .testimonial-image-block .quote-round img {
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover; }
  .testimonial-image-block .testimonial-name {
    color: white;
    position: absolute;
    bottom: 0px;
    right: 50px; }
  .testimonial-image-block .quote-round {
    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;
    position: absolute;
    top: 10px;
    right: 40px;
    height: 68px;
    width: 68px;
    border-radius: 40px;
    background-color: #00CC37;
    -webkit-box-shadow: 0px 3px 10px rgba(2, 0, 28, 0.2);
    box-shadow: 0px 3px 10px rgba(2, 0, 28, 0.2); }

.testimonial-content {
  margin-top: 80px;
  text-align: left;
  font-size: 18px; }

.testimonial-dots .slick-dots li button {
  display: none; }

.testimonial-dots .slick-dots li {
  position: relative;
  display: inline-block;
  margin-right: 30px; }
  .testimonial-dots .slick-dots li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 2px solid #02001C;
    background-color: transparent;
    width: 12px;
    height: 12px;
    border-radius: 15px; }
  .testimonial-dots .slick-dots li.slick-active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 2px solid #00CC37;
    background-color: #00CC37;
    width: 12px;
    height: 12px;
    border-radius: 15px; }

div[class^='col']:focus,
div:focus,
div[class*='col']:focus {
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

.login-modal-wrapper {
  min-height: 100%;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  display: none;
  z-index: 10; }
  .login-modal-wrapper.active {
    display: block; }

.login-modal-wrapper::-webkit-scrollbar {
  width: 0px;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */ }

.modal {
  padding: 0px !important;
  margin: 0px; }
  .modal textarea::-webkit-input-placeholder {
    font-size: 16px; }
  .modal textarea:-ms-input-placeholder {
    font-size: 16px; }
  .modal textarea::-ms-input-placeholder {
    font-size: 16px; }
  .modal textarea::placeholder {
    font-size: 16px; }

.login-modal {
  max-width: 100%;
  margin: 0px;
  height: 100%; }
  .login-modal .modal-title {
    color: #02001C; }
  .login-modal .modal-close {
    position: absolute;
    right: 20px;
    top: 0px;
    opacity: .6;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    .login-modal .modal-close:hover {
      cursor: pointer;
      opacity: 1; }
    .login-modal .modal-close i {
      font-size: 22px;
      color: white; }
  .login-modal .modal-title {
    position: relative; }
  .login-modal .modal-content {
    height: 100%;
    border-radius: 2px;
    border: 0; }
  .login-modal .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px !important; }
  .login-modal .tab-button {
    padding: 10px 70px; }

footer {
  background-color: #02001C;
  padding: 20px 0; }
  footer hr {
    border-color: rgba(255, 255, 255, 0.1); }

.footer-col {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-col p {
    margin-bottom: 0px; }
  .footer-col:before {
    content: '';
    position: absolute;
    height: 80%;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background-color: white;
    opacity: .4; }

.vertical-spacer {
  opacity: .4;
  padding: 0 10px; }

.footer-social a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .footer-social a:hover {
    color: white; }

.link {
  opacity: .7;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .link:hover {
    opacity: 1;
    cursor: pointer; }

.hero-content, .hero-content--about, .hero-content--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url("../../../assets/frontend/images/fleet-about-title.png");
  background-repeat: no-repeat;
  background-position: right;
  color: white;
  padding: 40px 0px; }
  .hero-content--about {
    padding-right: 150px; }
  .hero-content--contact {
    padding-right: 350px; }

.about-fleet {
  margin: 100px 0;
  padding: 50px 0;
  background-image: url("../../../assets/frontend/images/fleet-about-content.png"); }
  .about-fleet p {
    opacity: .6;
    font-size: 18px;
    margin-top: 40px; }

.fleet-member, .fleet-member--flip {
  background-color: #02001C;
  color: white;
  margin-bottom: 50px; }
  .fleet-member .fleet-shape, .fleet-member--flip .fleet-shape {
    position: relative;
    z-index: 1; }
    .fleet-member .fleet-shape::before, .fleet-member--flip .fleet-shape::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-image: url("../../../assets/frontend/images/fleet-about-minds.png");
      background-repeat: no-repeat;
      background-image: contain;
      z-index: -1; }
  .fleet-member--flip {
    text-align: right; }
    .fleet-member--flip .fleet-shape::before {
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1); }
  .fleet-member .col, .fleet-member--flip .col {
    padding: 30px 15px; }
  .fleet-member_image {
    height: 192px;
    width: 192px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #d8dede;
    margin: 0px auto; }
    .fleet-member_image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .fleet-member_content span {
    font-size: 12px; }

.contact-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.contact-tile-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .contact-tile-image img {
    -ms-flex-item-align: center;
    align-self: center; }

.contact-tile-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.contact-map-section {
  height: 600px;
  position: relative; }

.contact-address {
  background-color: white;
  position: absolute;
  bottom: 30px;
  left: 0px;
  padding: 15px; }
  .contact-address h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0px; }

.contact-form {
  padding: 15px 0px;
  background-color: #02001C;
  width: 400px;
  height: 90%;
  border-radius: 2px;
  position: absolute;
  right: 30px;
  top: 5%;
  color: white;
  -webkit-box-shadow: 0px 4px 20px rgba(2, 0, 28, 0.5);
  box-shadow: 0px 4px 20px rgba(2, 0, 28, 0.5); }

hr.primary {
  border-color: #00CC37; }

.contact-social-icons {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-social-icons .social-icon, .contact-social-icons .social-icon--facebook, .contact-social-icons .social-icon--twitter, .contact-social-icons .social-icon--instagram {
  margin: 0 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  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;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  background-color: rgba(0, 204, 55, 0.15); }
  .contact-social-icons .social-icon a, .contact-social-icons .social-icon--facebook a, .contact-social-icons .social-icon--twitter a, .contact-social-icons .social-icon--instagram a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 25px;
    color: #00CC37; }

.social-icon--facebook:hover {
  background-color: #d1e2f2; }

.social-icon--facebook:hover a {
  color: #1f77be; }

.social-icon--twitter:hover {
  background-color: rgba(79, 172, 234, 0.2); }

.social-icon--twitter:hover a {
  color: #4facea; }

.social-icon--instagram:hover {
  background-color: rgba(154, 38, 102, 0.2); }

.social-icon--instagram:hover a {
  color: #c446ab; }

.booking {
  padding: 45px 50px;
  padding-bottom: 20px;
  border: 2px dashed rgba(2, 0, 28, 0.1);
  position: relative;
  margin-bottom: 60px; }
  .booking p {
    font-size: 16px;
    font-weight: 300; }

.pills-container .pill {
  margin-right: 10px;
  margin-bottom: 10px; }

.pill {
  display: inline-block;
  background-color: rgba(2, 0, 28, 0.08);
  padding: 0 14px;
  line-height: 2.5em;
  border-radius: 50px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 5px; }
  .pill img {
    position: relative;
    top: -1px;
    margin: 0px 5px; }
  .pill.primary {
    color: #00CC37;
    background-color: rgba(0, 204, 55, 0.1); }
    .pill.primary.filled {
      background-color: #00CC37;
      color: white; }
  .pill.danger {
    background-color: #ffe8eb;
    color: #e83d33; }
    .pill.danger.filled {
      background-color: #e83d33;
      color: white; }

.booking .booking-date {
  position: absolute;
  background-color: #02001C;
  color: white;
  top: -20px;
  left: 45px;
  padding: 8px 16px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 600; }

.booking .booking-status {
  position: absolute;
  right: 45px;
  top: -20px;
  border-radius: 2px;
  font-weight: 600; }

.bg-strip {
  background-image: url("../../../assets/frontend/icons/fleet-heading-strip.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 0;
  color: white;
  text-align: center; }

.booking-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative; }
  .booking-search input {
    color: white;
    line-height: 2em;
    width: 40px;
    will-change: transform;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: 2px solid rgba(2, 0, 28, 0.1);
    cursor: default; }
    .booking-search input::-webkit-input-placeholder {
      color: white; }
    .booking-search input:-ms-input-placeholder {
      color: white; }
    .booking-search input::-ms-input-placeholder {
      color: white; }
    .booking-search input::placeholder {
      color: white; }
    .booking-search input:focus {
      border: 2px solid rgba(2, 0, 28, 0.3);
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: 0; }
    .booking-search input.active {
      color: #02001C;
      padding-left: 20px;
      padding-right: 40px;
      width: 100%;
      line-height: 2em; }
      .booking-search input.active::-webkit-input-placeholder {
        color: rgba(2, 0, 28, 0.3); }
      .booking-search input.active:-ms-input-placeholder {
        color: rgba(2, 0, 28, 0.3); }
      .booking-search input.active::-ms-input-placeholder {
        color: rgba(2, 0, 28, 0.3); }
      .booking-search input.active::placeholder {
        color: rgba(2, 0, 28, 0.3); }
  .booking-search .search-icon {
    position: absolute;
    right: 0px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer; }

.rupees {
  font-size: 16px; }

@media (max-width: 450px) {
  .hero-section--home {
    background-size: 200%;
    background-position: left 150px;
    background-position-x: 0px !important; }
  .hero-section--contact {
    background-size: cover;
    background-position-x: -300px; }
  .hero-form-container {
    max-height: none; }
  .testimonial-content {
    font-size: 14px; }
  .login-popup {
    width: 320px;
    right: -15px; }
  .navbar-collapse {
    background-color: white;
    margin-top: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 8px rgba(2, 0, 28, 0.2);
    box-shadow: 0px 4px 8px rgba(2, 0, 28, 0.2);
    -webkit-transition: all .3s;
    transition: all .3s; }
    .navbar-collapse .navbar-nav {
      padding: 10px 0; }
    .navbar-collapse a {
      padding: 10 px 0px; }
      .navbar-collapse a:after {
        display: none; }
  .service-slider-arrow .arrow-prev {
    left: 20px; }
  .service-slider-arrow .arrow-next {
    right: 20px; }
  .js-service-slider .col-sm-4,
  .js-service-slider .col-sm-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
  .js-service-slider h6 {
    margin-top: 40px; }
  .no-padding-mobile {
    padding-left: 0;
    padding-right: 0; }
  .footer-col {
    text-align: center;
    margin-bottom: 30px; }
  .about-feature h3 {
    position: relative;
    top: -200px;
    font-size: 32px; }
  .about-feature p {
    position: relative;
    top: -20px; }
  .contact-form {
    width: 90%;
    top: 3%;
    left: 5%; }
  .contact-social-icons .social-icon, .contact-social-icons .social-icon--facebook, .contact-social-icons .social-icon--twitter, .contact-social-icons .social-icon--instagram {
    margin: 0 10px; }
  .booking {
    padding-left: 15px;
    padding-right: 15px; }
  .booking .booking-date {
    left: 15px; }
  .booking .booking-status {
    right: 15px; } }

@media (max-width: 991px) {
  .bg-strip {
    background-image: url("../../../assets/frontend/icons/fleet-heading-strip-tablet.png"); }
  .hero-section--home {
    background-position-x: 15px; }
  .right-nav-trigger,
  .left-nav-trigger {
    display: inline-block; }
  .testimonial-content {
    margin-top: 0px; }
  .footer-col:before {
    display: none; }
  .hero-content--about,
  .hero-content--contact {
    background-image: none;
    background-color: rgba(0, 204, 55, 0.95);
    padding: 30px 20px; }
    .hero-content--about .inner-content,
    .hero-content--contact .inner-content {
      display: block;
      width: 100%;
      text-align: center; }
      .hero-content--about .inner-content h1,
      .hero-content--contact .inner-content h1 {
        font-size: 30px; }
      .hero-content--about .inner-content h5,
      .hero-content--contact .inner-content h5 {
        margin-top: 10px;
        font-size: 18px; }
  .fleet-shape::before {
    display: none; }
  .fleet-member_content {
    margin-top: -20px;
    text-align: center;
    padding-bottom: 10px; }
  .contact-tile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .contact-tile .contact-tile-details {
      margin-top: 30px;
      text-align: center; }
  .contact-address {
    bottom: -60px;
    width: 100%;
    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; }
    .contact-address h4 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

@media (max-width: 1025px) {
  .js-service-slider {
    max-width: 570px;
    margin: 0 auto; }
  .login-modal {
    height: auto; }
  .fleet-shape::before {
    background-position: -20px 0px; }
  .service-slide-prev,
  .service-slide-next {
    top: 51%; }
  .vehicle-slider {
    margin-top: 0px; }
  .vehicle-slider .col-sm-4 {
    margin: 0px auto; }
    .vehicle-slider .col-sm-4 img {
      display: block;
      margin: 0 auto; }
  .vehicle-slider .slick-slide {
    opacity: 1; }
  .custom-controls-container {
    bottom: -320px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: auto; }
  .vehicle-details-container .vehicle_details {
    padding: 0 30px; } }
