body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}

.font-raleway {
  font-family: "Raleway", sans-serif;
}

.header_icons {
  max-width: 15px;
}

.header_logo {
  max-width: 340px;
}

@media only screen and (max-width: 600px) {
  .navbar {
    background: #fff !important;
  }
}
.navbar .offcanvas.hiding,
.navbar .offcanvas.show,
.navbar .offcanvas.showing {
  background: #00235f;
}
.navbar .offcanvas_logo {
  max-width: 90px;
}

.text-orange {
  color: #fe7a25;
}

.bg-orange {
  background: #fe7a25;
}

.border-orange {
  border: 1px solid #fe7a25;
}

.text-gray {
  color: #74757b;
}

.bg-dark-blue {
  background: #00235f;
}

.bg-blue {
  background: #285585;
}

.bg-light-blue {
  background: #f4f4f4;
}

.bg-dark-gray {
  background: #2a2f3c;
}

.bg-light-gray {
  background: #f8f8f8;
}

.bg-pink {
  background: #ffd8c0;
}

.left_aligned_heading {
  font-size: 42px;
}
@media only screen and (max-width: 600px) {
  .left_aligned_heading {
    font-size: 22px;
  }
}

@media only screen and (max-width: 600px) {
  .heading_top_text {
    font-size: 14px;
  }
}

.banner_text_block {
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .banner_text_block {
    width: 70%;
  }
}
.banner_text_block .banner_small_text {
  font-size: 14px;
}
.banner_text_block .banner_big_text {
  font-size: 60px;
}
@media only screen and (max-width: 600px) {
  .banner_text_block .banner_big_text {
    font-size: 22px;
  }
}

.about_section_small {
  max-width: 180px;
  max-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

.overlay_box .overlay_box_text {
  font-size: 40px;
}
@media only screen and (max-width: 600px) {
  .overlay_box .overlay_box_text {
    font-size: 32px;
  }
}

@media only screen and (max-width: 600px) {
  .about_features p {
    font-size: 14px;
  }
}

.statistics_section .stat_count {
  font-size: 32px;
}
@media only screen and (max-width: 600px) {
  .statistics_section .stat_count {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .statistics_section .stat_text {
    font-size: 10px;
  }
}

.read_more_btn:hover {
  background: #fe7a25;
  transition: 0.8s all;
  color: #fff !important;
}

.orange_btn:hover {
  background: #fff;
  transition: 0.8s all;
  color: #000 !important;
}
@media only screen and (max-width: 600px) {
  .orange_btn {
    font-size: 14px;
  }
}

.faq_section {
  background: url(images/faq_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.faq_section .faq_section_heading {
  font-size: 30px;
}
@media only screen and (max-width: 600px) {
  .faq_section .faq_section_heading {
    font-size: 22px;
  }
}
.faq_section .accordion-item {
  background-color: rgba(255, 255, 255, 0.4705882353);
  color: #fff;
}
.faq_section .accordion-button:not(.collapsed) {
  background-color: #f8f8f8;
}
.faq_section .accordion {
  --bs-accordion-bg: transparent;
}
.faq_section .form-control {
  background-color: rgba(255, 255, 255, 0.4705882353);
  color: #fff;
}
.faq_section ::-moz-placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.faq_section ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.faq_section ::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #fff;
}

.why_us_section {
  background: url(images/why_us_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.why_us_section .why_block {
  background: rgba(0, 0, 0, 0.5490196078);
  max-width: 200px;
}
.why_us_section .why_block .why_us_tick {
  width: 70px;
}
.why_us_section .transparent_bus {
  max-width: 770px;
}

.know_more_section .get_more_transparent_vehicle {
  max-width: 550px;
}

.facilities_section {
  background: url(images/facilities_section_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.facilities_section .facility_number {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
}

.booking_heading {
  font-size: 40px;
}
@media only screen and (max-width: 600px) {
  .booking_heading {
    font-size: 18px;
  }
}

.book_contact_top_icon {
  max-width: 70px;
}

.service_block {
  width: 240px;
}

.service_brand_name {
  font-size: 10px;
}

.service_title {
  font-size: 18px;
}
@media only screen and (max-width: 600px) {
  .service_title {
    font-size: 16px;
  }
}

.service_read_more {
  font-size: 12px;
}

.footer_title {
  position: relative;
}
.footer_title::before {
  content: url(images/footer_title_border.svg);
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: 11px;
  left: 0;
}

.list_with_arrows li {
  position: relative;
  padding-left: 20px;
}
.list_with_arrows li::before {
  content: url(images/icons/right_arrow.svg);
  width: 100px;
  height: 2px;
  position: absolute;
  left: 0;
}
.list_with_arrows li a {
  color: #bdbdbd;
}

.footer_text_color {
  color: #bdbdbd;
}

.packages_section .vehicle_name {
  font-size: 24px;
}
@media only screen and (max-width: 600px) {
  .packages_section .vehicle_name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .packages_section label {
    font-size: 12px;
  }
}
.packages_section .package_price_block .package_price {
  font-size: 24px;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #ffd8c0;
}

@media only screen and (max-width: 600px) {
  .rates_heading {
    font-size: 20px;
  }
}

.payment_option_section .payment_block {
  width: -moz-fit-content;
  width: fit-content;
}
.payment_option_section .payment_block img {
  width: 25px;
}
.payment_option_section .qr_pic {
  max-width: 760px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 600px) {
  .payment_option_section .qr_pic {
    position: inherit;
    transform: none;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px;
}

.package_details_section .big_swiper {
  height: 400px;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .package_details_section .big_swiper {
    height: 270px;
  }
}
.package_details_section .thumb_swiper {
  height: 120px;
  box-sizing: border-box;
  padding: 10px 0;
}
@media only screen and (max-width: 600px) {
  .package_details_section .thumb_swiper {
    height: 90px;
  }
}
.package_details_section .thumb_swiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.package_details_section .thumb_swiper .swiper-slide-thumb-active {
  opacity: 1;
}
.package_details_section .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.package_details_section .package_details_heading {
  font-size: 24px;
}
@media only screen and (max-width: 600px) {
  .package_details_section .package_details_heading {
    font-size: 20px;
  }
}
.package_details_section .reasons_heading {
  font-size: 18px;
}
.package_details_section .services_right_block {
  position: sticky;
  top: 0;
}
.package_details_section .services_right_block a {
  color: #74757b;
}

.para_heading {
  font-size: 18px;
}
@media only screen and (max-width: 600px) {
  .para_heading {
    font-size: 17px;
  }
}

.contact_mode {
  width: -moz-fit-content;
  width: fit-content;
}

.floating_icon {
  position: fixed;
  width: 60px;
  height: 60px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}
.floating_icon.left_floating_icon {
  bottom: 20px;
  left: 20px;
}
.floating_icon.right_floating_icon {
  bottom: 20px;
  right: 20px;
}/*# sourceMappingURL=style.css.map */