* {
  box-sizing: none;
}

@import url('https://fonts.faq-main-section .right-content .googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
  font-family: 'Lato', sans-serif !important;
  background-color: #fff;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  display: none;
}

a {
  text-decoration: none !important;
}

.sticky-top {
  position: sticky !important;
  top: 0;
  animation: fadeIn 0.4s ease-in;
}

.container {
  position: relative;
}

a.main-btn {
  display: inline-block;
  padding: 10px 40px;
  background-color: #1d2d4f;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s;
}

a.main-btn:hover {
  background-color: #06D286;
  color: #fff;
}


/* ----------------------------------------------------------------------------------------------------------------------------------- */


.index-main-heroslider {
  position: relative;
}

.index-main-heroslider .carousel-item {
  position: relative;
  height: 100%;
  padding-bottom: 280px;
  background-size: cover;
  background-position: center;
  padding-top: 280px;

}

.index-main-heroslider .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}


.index-main-heroslider .carousel-item .left-content {
  padding-right: 30px;
}

.index-main-heroslider .carousel-item .left-content h6 {
  text-transform: uppercase;
  font-weight: 600;
  color: #ffc107;
  font-size: 18px;
  letter-spacing: 1px;
}

.index-main-heroslider .carousel-item .left-content h1 {
  color: #fff;
  font-size: 72px;
  font-weight: 600;
}

.index-main-heroslider .carousel-item .left-content p {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 40px;
}

.index-main-heroslider .carousel-item .right-content {
  padding-left: 100px;
}

.index-main-heroslider .form-content {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  transition: all 0.4s;
}

.index-main-heroslider .form-content:hover {
  background-color: #fff;
}

.index-main-heroslider .form-content h4 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

.index-main-heroslider .form-content span {
  display: block;
  margin-bottom: 24px;
}

.index-main-heroslider .form-content label {
  display: block;
  font-weight: 600;
}

.index-main-heroslider .form-content input,
.index-main-heroslider .form-content select {
  width: 100%;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.index-main-heroslider .form-content input:focus,
.index-main-heroslider .form-content select:focus {
  outline: none;
  box-shadow: none;
}

.index-main-heroslider .form-content input[type='submit'] {
  border: none;
  background-color: #1d2d4f;
  color: #fff;
  transition: all 0.3s;
}

.index-main-heroslider .form-content input[type='submit']:hover {
  background-color: #06D286;
  color: #fff;
}

@media (min-width:992px) and (max-width:1200px) {
  .index-main-heroslider .carousel-item {
    height: 100%;
    padding-top: 280px;
    padding-bottom: 160px;
  }

  .index-main-heroslider .carousel-item .left-content {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .index-main-heroslider .carousel-item .left-content h1 {
    color: #fff;
    font-size: 58px;
    font-weight: 600;
  }

  .index-main-heroslider .carousel-item .right-content {
    padding-left: 20px;
  }
}


@media (max-width:992px) {
  .index-main-heroslider .carousel-item {
    height: 100%;
    padding-top: 240px;
    padding-bottom: 120px;
  }

  .index-main-heroslider .carousel-item .left-content {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .index-main-heroslider .carousel-item .left-content h1 {
    color: #fff;
    font-size: 58px;
    font-weight: 600;
  }

  .index-main-heroslider .carousel-item .right-content {
    padding-left: 0;
    display: none;
  }
}

@media (max-width:768px) {
  .index-main-heroslider .carousel-item {
    height: 100%;
    padding-top: 180px;
    padding-bottom: 120px;
  }

}

@media (max-width:568px) {
  .index-main-heroslider .carousel-item {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .index-main-heroslider .carousel-item .left-content h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 600;
  }

}


.contact-form-home {
  display: none;
}

.contact-form-home .form-content {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  transition: all 0.4s;
}

.contact-form-home .form-content:hover {
  background-color: #fff;
}

.contact-form-home .form-content h4 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

.contact-form-home .form-content span {
  display: block;
  margin-bottom: 24px;
}

.contact-form-home .form-content label {
  display: block;
  font-weight: 600;
}

.contact-form-home .form-content input,
.contact-form-home .form-content select {
  width: 100%;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.contact-form-home .form-content input:focus,
.contact-form-home .form-content select:focus {
  outline: none;
  box-shadow: none;
}

.contact-form-home .form-content input[type='submit'] {
  border: none;
  background-color: #1d2d4f;
  color: #fff;
  transition: all 0.3s;
}

.contact-form-home .form-content input[type='submit']:hover {
  background-color: #06D286;
  color: #fff;
}


@media (max-width:992px) {
  .contact-form-home {
    display: block;
  }
}

@media (max-width:568px) {
  .contact-form-home .form-content {
    padding: 30px 10px;
  }
}

.main-feature-section {
  padding: 40px 0;
  position: relative;
}

.main-feature-section p.text {
  text-align: center;
  margin: 20px 0 30px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 26px;
  font-size: 18px;

}

.main-feature-section p.text svg {
  width: 30px;
  height: 30px;
  color: rgba(0, 0, 0, 0.15);
  margin-right: 5px;
}

.main-feature-section .feature-box {
  text-align: center;
  padding: 30px 10px;
}

.main-feature-section .feature-box img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  margin-bottom: 20px;

}

.main-feature-section .feature-box p {
  font-size: 18px;
  margin-bottom: 0;
  color: #1d2d4f;
  text-transform: uppercase;
  font-weight: 600;
}

.main-feature-section .feature-box span {
  font-weight: 400;
  color: #808080;
}



.top-main-counter-section {
  position: relative;
  padding: 80px 0;
  background: url(../img/slider/image-02.webp) no-repeat bottom center fixed;
  background-size: cover;
}


.top-main-counter-section .counter-box-wrapper .counter-box {
  padding: 60px 0;
  text-align: center;
  position: relative;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.top-main-counter-section .counter-box-wrapper .counter-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.top-main-counter-section .counter-box-wrapper .counter-box .counter-number {
  font-size: 58px;
  font-weight: 700;
  color: #fff;
  position: relative;
}



.top-main-counter-section .counter-box-wrapper .counter-box p {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
}


@media (min-width:768px) and (max-width:992px) {
  .top-main-counter-section .counter-box-wrapper .counter-box {
    padding: 40px 0;
    border-radius: 4px;
  }

  .top-main-counter-section .counter-box-wrapper .counter-box .counter-number {
    font-size: 42px;
  }

}

@media (max-width:768px) {
  .top-main-counter-section .counter-box-wrapper {
    margin-top: 0;
  }

  .top-main-counter-section .counter-box-wrapper .counter-box {
    padding: 40px 0;
    border-radius: 0;
  }

  .top-main-counter-section .counter-box-wrapper .counter-box .counter-number {
    font-size: 42px;
  }

}


/* ----------------------------------------------------------------------------------------------------------- */

.section-title span.tagline {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  color: #1d2d4f;
  letter-spacing: 3px;
}

.section-title h2.title {
  font-size: 42px;
  font-weight: 700;
  font-family: 'Lato', sans-serif !important;
}

.section-title h2.title span {
  position: relative;
  display: inline-block;
}

.section-title h2.title span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: rgba(0, 0, 0, 0.4);
}

.section-title p.text {
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 500;
  color: #808080;
}

/* ----------------------------------------------------------------------------------------------------------- */

.about-main-section {
  padding: 80px 0;
  position: relative;
}

.about-main-section .left-content {
  height: 100%;
}

.about-main-section .left-content .img-box {
  position: sticky;
  top: 150px;
}

.about-main-section .left-content img {
  width: 100%;
  border-radius: 6px;
}

.about-main-section .right-content {
  padding-left: 60px;
}

.about-main-section .right-content p.text {
  letter-spacing: 1px;
  margin: 20px 0;
  color: #000;
  font-weight: 500;
}

.about-main-section .right-content .feature-box {
  padding: 20px;
  position: relative;
  border-left: 4px groove #1d2d4f;
}


.about-main-section .right-content .feature-box .box-content {
  padding: 6px 10px;
}

.about-main-section .right-content .feature-box .box-content svg {
  width: 32px;
  height: 32px;
  padding: 10px;
  border-radius: 6px;
  background-color: #1d2d4f;
  color: #fff;
  margin-bottom: 10px;
}

.about-main-section .right-content .feature-box .box-content h6 {
  font-weight: 600;
  font-size: 22px;
}

.about-main-section .right-content .main-btn {
  margin-top: 30px;
}

@media (min-width:992px) and (max-width:1200px) {
  .about-main-section .right-content {
    padding-left: 10px;
  }

  .about-main-section .right-content .section-title h2 {
    font-size: 38px;
  }
}

@media (max-width:992px) {
  .about-main-section {
    padding-bottom: 0;
  }

  .about-main-section .left-content {
    margin-bottom: 30px;
    height: auto;
  }

  .about-main-section .left-content .img-box {
    position: relative;
    top: 0;
  }

  .about-main-section .right-content {
    padding-left: 0;
  }
}

@media (max-width:768px) {

  .about-main-section.innerabout-page {
    padding-bottom: 0px;
  }

  .about-main-section .right-content .section-title span.tagline {
    letter-spacing: 1px;
    margin-bottom: 12px;
  }

  .about-main-section .right-content .section-title h2 {
    font-size: 36px;
  }

  .about-main-section .right-content .section-title h2 span {
    display: inline;
  }

  .about-main-section .right-content .section-title h2 span::before {
    display: none;
  }
}





.index-cta-box {
  position: relative;
  background-color: #1d2d4f;
  overflow: hidden;

}

.index-cta-box .left-content {
  position: relative;
  height: 100%;
}

.index-cta-box .left-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  height: 100%;
  background: url(../img/bike-trip.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}

.index-cta-box .right-content {
  padding: 80px 0 80px 50px;
}

.index-cta-box .right-content h2.title {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.index-cta-box .right-content h4.destination {
  color: #1d2d4f;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.index-cta-box .right-content h4.destination svg {
  margin-right: 14px;
}

.index-cta-box .right-content p {
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.index-cta-box .right-content .main-btn {
  background-color: #fff;
  color: #1d2d4f;
}

.index-cta-box .right-content .main-btn:hover {
  background-color: #06D286;
  color: #fff;
}

@media (min-width:992px) and (max-width:1200px) {
  .index-cta-box .right-content {
    padding: 60px 0 60px 20px;
  }
}

@media (max-width:992px) {
  .index-cta-box .right-content {
    padding: 60px 0 60px 0;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .index-cta-box .right-content {
    padding: 60px 0 60px 20px;
  }
}

@media (max-width:992px) {
  .index-cta-box .right-content {
    padding: 60px 0 60px 0;
  }
}




.main-service-section {
  padding: 80px 0;
  position: relative;
}

.main-service-section .service-box-wrapper {
  margin-top: 40px;
}

.main-service-section .service-box-wrapper .service-box {
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 3px 65px 0px rgba(0, 0, 0, 0.10);
  overflow: hidden;
  margin-bottom: 40px;
  padding-top: 10px;
}

.main-service-section .service-box-wrapper .service-box .tag-box {

  position: absolute;
  top: 10px;
  right: 10px;
  padding: 8px;
  background-color: #06D286;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 1px;
  transition: all 0.4s;
}

.main-service-section .service-box-wrapper .service-box:hover::before {
  background-color: #1d2d4f;
}

.main-service-section .service-box-wrapper .service-box .img-box img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  object-position: center;
}

.main-service-section .service-box-wrapper .service-box .box-content {
  padding: 30px 20px;
}

.main-service-section .service-box-wrapper .service-box .box-content .title {
  margin-bottom: 20px;
}

.main-service-section .service-box-wrapper .service-box .box-content .title h4 a {
  color: #000;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;

}

.main-service-section .service-box-wrapper .service-box p.note {
  font-size: 14px;
  margin-top: 14px;
  font-weight: 500;
  letter-spacing: 1px;

}

.main-service-section .service-box-wrapper .service-box p.note strong {
  font-weight: 800;
  color: #640000;
}

.main-service-section .service-box-wrapper .service-box .box-content .title p {
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 20px;
  width: fit-content;
  background-color: #06D286;
  border-radius: 50px;
  color: #fff;
}

.main-service-section .service-box-wrapper .service-box .booking-location .form-group label {
  display: block;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 5px;
  color: #182430;
  text-transform: capitalize;
}

.main-service-section .service-box-wrapper .service-box .booking-location .form-group select {
  width: 100%;
  padding: 14px 20px;
  margin-bottom: 30px;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  text-transform: capitalize;
  font-weight: 600;
}

.main-service-section .service-box-wrapper .service-box .booking-location .form-group select:focus {
  outline: none;
  box-shadow: none;
}

.main-service-section .service-box-wrapper .service-box .booking-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.main-service-section .service-box-wrapper .service-box .booking-time p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;

}

.main-service-section .service-box-wrapper .service-box .booking-time p span {
  display: block;
  font-weight: 400;
}

.main-service-section .service-box-wrapper .service-box .booking-time span.text {
  padding: 10px;
  width: 44px;
  height: 44px;
  text-align: center;
  border-radius: 50%;
  background-color: #1d2d4f;
  color: #fff;
}

.main-service-section .service-box-wrapper .service-box .button-grp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-service-section .service-box-wrapper .service-box .button-grp a.main-btn {
  padding: 10px;
  background-color: #1d2d4f;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
  transition: all 0.3s;
}

.main-service-section .service-box-wrapper .service-box .button-grp a.main-btn:hover {
  background-color: #06D286;

}

.main-service-section .service-box-wrapper .service-box .button-grp a.text-link {
  display: inline-flex;
  align-items: center;
  color: #182430;
  font-weight: 600;
  letter-spacing: 1px;
  gap: 5px;
}

.main-service-section .service-box-wrapper .service-box .button-grp span.rating {
  font-size: 16px;
  font-weight: 500;
}

.main-service-section .service-box-wrapper .service-box .button-grp span svg {
  color: #ffc107;
}

.service-box-wrapper .left-content {
  position: relative;
  height: 100%;
  padding-right: 30px;

}

.service-box-wrapper .filter-container {
  margin-bottom: 40px;
  position: sticky;
  top: 200px;
  padding: 40px 20px;
  background-color: #1d2d4f;
  border-radius: 5px;
}

.service-box-wrapper .filter-container h6 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.service-box-wrapper .filter-container select {
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
  border: none;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}

.service-box-wrapper .filter-container select:focus {
  outline: none;
  box-shadow: none;
}

.service-box-wrapper .filter-container .reset-btn {
  padding: 6px 20px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #fff;
  color: #000;
  transition: all 0.3s;
}

.service-box-wrapper .filter-container .reset-btn:hover {
  background-color: #06D286;
  color: #fff;
}
.service-box-wrapper .error-txt{
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  padding-top: 40px;
  display: none;

}
@media (min-width:992px) and (max-width:1200px) {

  .main-service-section .service-box-wrapper .service-box .box-content .title h4 a {
    font-size: 18px;
  }
}

@media (max-width:992px) {

  .service-box-wrapper .left-content {
    position: relative;
    height: auto;
    padding-right: 0;

  }

  .service-box-wrapper .filter-container {
    margin-bottom: 40px;
    position: relative;
    top: 0;
    padding: 40px 20px;
    background-color: #000;
    border-radius: 5px;
  }
}

/* ------------------------------------------------------------------------------------------------ */

.testimonial-section {
  padding: 80px 0 30px;
  position: relative;
}

.testimonial-section .testimonial-box-wrapper {
  margin-top: 40px;
}


.testimonial-section .testimonial-box-wrapper .testimonial-box p.message {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 26px;
  margin-bottom: 28px;
}

.testimonial-section .testimonial-box-wrapper .testimonial-box p.message svg {
  width: 72px;
  height: 72px;
  color: rgba(0, 0, 0, 0.1);
}

.testimonial-section .testimonial-box-wrapper .testimonial-box .detail {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-section .testimonial-box-wrapper .testimonial-box .detail svg {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  color: #1d2d4f;
}

.testimonial-section .testimonial-box-wrapper .testimonial-box .detail p.name {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
}

.testimonial-section .testimonial-box-wrapper .testimonial-box .detail p.name span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  letter-spacing: 0;
  text-transform: capitalize;
}

.testimonial-section .testimonial-box-wrapper .owl-nav {
  margin-top: 30px;
}

.testimonial-section .testimonial-box-wrapper .owl-nav button:hover {
  background: transparent;

}

.testimonial-section .testimonial-box-wrapper .owl-nav button svg {
  width: 24px;
  height: 24px;
  opacity: .4;
  transition: all 0.4s;
}

.testimonial-section .testimonial-box-wrapper .owl-nav button svg:hover {
  opacity: 1;
  color: #1d2d4f;
  transform: scale(1.2);
}










.faq-main-section {
  padding: 80px 0;
  position: relative;
}



.faq-main-section .section-title .faq-intro {

  color: #1d2d4f;
  margin-bottom: 20px;
}

.faq-main-section .right-content .accordion-item {
  border: none;
  margin-bottom: 10px;
}

.faq-main-section .right-content .accordion-button {
  background: #1d2d4f;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  border-radius: 0;
  letter-spacing: 1px;
}

.faq-main-section .right-content .accordion-button::after {
  background-image: url(../img/icons/down.png);
}

.faq-main-section .right-content .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.faq-main-section .right-content .accordion-button:not(.collapsed) {
  background: #06D286;
  color: #fff;
}

.faq-main-section .right-content .accordion-body {
  background: #f8f9fa;
  color: #000;
  padding: 15px;
  border-left: 4px solid #06D286;
}



/* ---------------------------------------------------------------------------------------------------------------------- */

.innerpage-title {
  padding: 240px 0 150px;
  background: url(../img/slider/image-01.webp) no-repeat center;
  background-size: cover;
  position: relative;
}

.innerpage-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.innerpage-title h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  color: #fff;
}

@media (max-width:768px) {

  .innerpage-title {
    padding: 80px 0 100px;
  }

}

/* -------------------------------------------------------------------------------------------- */

.innercontact-page {
  padding: 80px 0;
  position: relative;
}

.innercontact-page .page-main-content-wrapper {
  margin-top: 50px;
}

.innercontact-page .left-content .contact-box {
  border: 1px solid #dedede;
  padding: 47px;
  margin-bottom: 30px;
  border-radius: 5px;
  display: flex;

}

.innercontact-page .left-content .contact-box svg {
  width: 28px;
  height: 28px;
  padding: 20px;
  border-radius: 50%;
  background-color: #182430;
  color: #fff;
  margin-right: 20px;
}

.innercontact-page .left-content .contact-box h4 {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 1px;
}

.innercontact-page .left-content .contact-box a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #182430;
}

.innercontact-page .right-content .contact-form {
  border: 1px solid #dedede;
  padding: 40px 30px;
  border-radius: 3px;
}

.innercontact-page .right-content .contact-form h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
}

.innercontact-page .right-content .contact-form p {
  font-weight: 500;
  margin-bottom: 30px;
  color: #808080;
}

.innercontact-page .right-content .contact-form .form-control {
  border-radius: 3px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  padding: 11px;
}

.innercontact-page .right-content .contact-form input[type='number']::-webkit-inner-spin-button {
  display: none;
}

.innercontact-page .right-content .contact-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #000;
}


.innercontact-page .right-content .contact-form input[type='submit'] {
  padding: 10px 20px;
  display: block;
  margin-bottom: 20px;
  border: none;
  background-color: #182430;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}



@media(max-width:568px) {
  .innercontact-page .left-content .contact-box {
    padding: 45px 20px;
    margin-bottom: 30px;

  }

  .innercontact-page .left-content .contact-box svg {
    margin-right: 15px;
  }
}


/* ------------------------------------------------------------------------------------------------------------------------- */


.innergallery-section {
  padding: 80px 0;
  position: relative;
}

.innergallery-section .gallery-img-wrapper {
  position: relative;
  margin-bottom: 40px;
}


.innergallery-section .gallery-img-wrapper .img-box {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 6px;
  border-bottom: 5px solid #0b3833;
}

.innergallery-section .gallery-img-wrapper .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.innergallery-section .gallery-img-wrapper .img-box:hover img {
  transform: scale(1.2);
  filter: brightness(50%);
}

.innergallery-section .gallery-img-wrapper .img-box svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 60px;
  height: 60px;
  color: #fff;
  transition: all 0.4s;
}

.innergallery-section .gallery-img-wrapper .img-box:hover svg {
  transform: translate(-50%, -50%) scale(1);
}

@media (max-width:992px) {
  .innergallery-section .gallery-img-wrapper .img-box {
    height: 360px;
  }
}

@media (max-width:568px) {
  .innergallery-section .gallery-img-wrapper .img-box {
    height: 320px;
    border-radius: 0;
  }
}



/* -------------------------------------------------------------------------------------------------------------------- */

.innervehicle-page {
  padding: 80px 0;
  position: relative;
}

.innervehicle-page .bike-title-top {
  margin-bottom: 40px;
}

.innervehicle-page .bike-title-top .left-content a {
  width: 100%;
  text-align: center;
  padding: 20px;
  font-size: 18px;
}



.innervehicle-page .bike-title-top .right-content .bike-details-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
}

.innervehicle-page .bike-title-top .right-content .bike-details-info h3 {
  font-size: 34px;
  font-weight: 600;
}

.innervehicle-page .bike-title-top .right-content .bike-details-info h3 span {
  display: block;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 500;
}

.innervehicle-page .bike-title-top .right-content .bike-details-info h4 {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
}

.innervehicle-page .vehicle-main-detail-section {
  margin-bottom: 70px;
}

.innervehicle-page .vehicle-main-detail-section .bike-details-sidebar {
  border: 1px solid #dedede;
  padding: 20px 10px;
  border-radius: 5px;
  position: sticky;
  top: 100px;
  margin-bottom: 30px;
}

.innervehicle-page .vehicle-main-detail-section .bike-details-sidebar h4 {
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.innervehicle-page .vehicle-main-detail-section .bike-details-sidebar p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
}

.innervehicle-page .bike-details-sidebar .bike-info {
  margin-bottom: 8px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 9px;
}

.innervehicle-page .bike-details-sidebar .bike-info span {
  font-size: 16px;
  line-height: 26px;
  color: #808080;
}

.innervehicle-page .bike-details-sidebar .bike-info strong {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #182430;
}

.innervehicle-page .bike-details-sidebar .bike-info:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.innervehicle-page .vehicle-main-detail-section .right-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  transition: all 0.4s;
}



.innerpagegallery .img-box {
  position: relative;
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 6px;
}


.innerpagegallery .img-box:hover img {
  transform: scale(1.2);
  filter: brightness(50%);
}

.innerpagegallery .img-box svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 60px;
  height: 60px;
  color: #fff;
  transition: all 0.4s;
}

.innerpagegallery .img-box:hover svg {
  transform: translate(-50%, -50%) scale(1);
}


.innervehicle-page .bike-details-description .right-content {
  position: sticky;
  top: 100px;

}

.innervehicle-page .bike-details-info-2 {
  padding-right: 10px;
}

.innervehicle-page .bike-details-info-2 h6 {
  font-weight: 800;
  font-size: 18px;
}

.innervehicle-page .bike-details-info-2 h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #182430;
}

.innervehicle-page .bike-details-info-2 p {
  font-size: 16px;
  line-height: 26px;
  color: #808080;
  margin-bottom: 40px;

}

.innervehicle-page .bike-details-info-2 ul.list-item {
  margin-bottom: 30px;
}

.innervehicle-page .bike-details-info-2 ul.list-item li {
  color: #808080;
  line-height: 26px;
  margin-bottom: 8px;
}

.innervehicle-page .bike-details-info-2 ul.list-item li strong {
  color: #182430;
  text-transform: capitalize;
}

.innervehicle-page .bike-details-info-2 ul.list-item>li>strong {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
  display: block;
}

.innervehicle-page .detail-spec-single h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #182430;
}

.innervehicle-page .detail-spec-single .rid-rental-detail-spec {
  padding: 0;
  list-style-position: inside;
  margin-bottom: 35px;
}

.innervehicle-page .detail-spec-single .rid-rental-detail-spec li {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
  color: #808080;
  margin-bottom: 10px;
}

.innervehicle-page .detail-spec-single .rid-rental-detail-spec li span {
  padding-left: 20px;
}


@media (max-width:768px) {
  .innervehicle-page .bike-title-top .left-content a {
    margin-bottom: 30px;
  }

}


@media (min-width:992px) and (max-width:1200px) {
  .innerpagegallery .img-box {
    height: 400px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .innerpagegallery .img-box {
    height: 400px;
  }
}

@media (max-width:768px) {
  .innerpagegallery .img-box {
    height: auto;

  }
}


/* ----------------------------------------------------------------------------------------------------------------------- */

.innercondition-page {
  padding: 80px 0;
  position: relative;
}


.innercondition-page h4.heading {
  color: #1d2d4f;
  font-weight: 600;
  margin: 26px 0;
}

.innercondition-page p {
  letter-spacing: 1px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.7);
}

.innercondition-page li {
  letter-spacing: 1px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.7);
}

.innercondition-page p.sub-heading {
  font-weight: 900;
  color: #1d2d4f;
}



/* ------------------------------------------------------------------------------------------------------ */

.main-modal-popup form .form-group {
  margin-bottom: 10px;
}

.main-modal-popup form .form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.main-modal-popup form input,
.main-modal-popup form select,
.main-modal-popup form .form-group textarea {
  width: 100%;
  padding: 10px;
  border-color: #000;
  border-radius: 0;
}

.main-modal-popup form input:focus,
.main-modal-popup form select:focus,
.main-modal-popup form .form-group textarea:focus {
  box-shadow: none;
  outline: none;
  border-color: #000;
}

.main-modal-popup form input::placeholder,
.main-modal-popup form .form-group textarea::placeholder {
  color: #000;
}

.main-modal-popup form .checkbox label {
  display: inline-block;
}

.main-modal-popup form .checkbox input {
  width: auto;
}

.main-modal-popup form input[type='date'] {
  text-transform: uppercase;
}

.main-modal-popup form input[type='submit'] {
  background-color: #1d2d4f;
  transition: all 0.4s;
  color: #fff;
  border: none;
}

.main-modal-popup form input[type='submit']:hover {
  background-color: #06D286;

}



/* ------------------------------------------------------------------------- */