@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  font-family: "Outfit", sans-serif;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

h2 {
  font-size: 40px;
  font-weight: 700;
}

* {
  padding: 0;
  margin: 0;
}

.m-100 {
  margin-bottom: 80px;
}

.p-100 {
  padding: 100px 0px;
}

.under {
  color: #93bd33;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0px;
  position: relative;
  font-variant: small-caps;
}

.under::after {
  height: 30px;
  width: 35px;
  position: absolute;
  top: 20%;
  left: -8px;
  z-index: -1;
  background-color: #0d4f2b;
  border-radius: 5px;
  content: "";
}

.sec-btn {
  display: inline-block;
  padding: 13px 30px;
  background-color: #93bd33;
  color: #fff;
  border-radius: 30px;
  transition: .5s;
  border: 2px solid #93bd33;
  text-transform: capitalize;
  font-size: 18px;
}

.sec-btn:hover {
  background-color: transparent;
  color: #0d4f2b;
  border-color: #0d4f2b;
  border-radius: 30px;
}

.slick-next,
.slick-prev {
  display: none !important;
}

h2 {
  font-size: 45px;
  font-weight: 600;
  margin: 10px 0px;
  text-transform: capitalize;
}

.what {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 999;
}

.what a {
  color: #fff;
  font-size: 30px;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px 0px #050a3069;
  background: #08bf4b;
}

.what a:last-child {
  font-size: 20px;
  background-color: #93bd33;
}

/* -----Globle-Style----- */


/* ===Header-Section-Start=== */

header {
  position: relative;
  background-color: #fff;
  width: 100%;
  z-index: 9999;
}

.menu .navbar-brand {
  padding: 0;
}

.menu .navbar-brand img {
  width: 180px;
}

.menu .navbar {
  z-index: 299;
  position: relative;
  padding: 13px 0px;
  border-radius: 5px;
}

.menu .navbar-nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.menu .navbar-light .navbar-nav .nav-link {
  border: 1px solid transparent;
  padding: 7px 20px;
  color: #000;
  border-radius: 30px;
}



.menu .navbar-light .navbar-nav .nav-link:hover {
  color: #93bd33;
}

.menu .navbar-light .navbar-nav .active {
  border-color: #0d4f2b;
  color: #93bd33;
}

.menu .dropdown .dropdown-menu {
  width: 250px;
  font-weight: 600;
}

.menu .dropdown:hover .dropdown-menu {
  display: block;
}


header .top-bar .container-fluid {
  padding: 0px 40px;
}

header .menu .container-fluid {
  padding: 0;
}

.menu .book-now {
  margin-left: 50px;
}

.menu .book-now .sec-btn:hover {
  background-color: #eee;
  color: #000;
}

/* ===Header-Section-End-=== */

/* ===Hero-Section-Start=== */

.hero-section {
  padding: 150px 0px;
  position: relative;
  background: linear-gradient(#0f0e0ed3, #000000c6), url(../images/hero1.png);
  color: #fff;
  background-position: bottom;
}

.hero-section .hero-overlay {
  position: absolute;
  opacity: .5;
  bottom: 0;
  transform: rotateY(180deg);
  left: 25%;
}

.hero-section .hero-text span {
  color: #93bd33;
  text-transform: capitalize;
  font-size: 18px;
}

.hero-section .hero-text h1 {
  font-weight: 700;
  font-size: 50px;
  text-transform: capitalize;
  margin: 15px 0px;
  line-height: 70px;
  margin-top: 0px;
}

.hero-section .hero-text h4 {
  font-weight: 600;
  color: #93bd33;
  margin: 20px 0px;
}

.hero-section .hero-text p {
  font-size: 17px;
}

.hero-section .hero-text .hero-btn {
  margin-top: 30px;
}

.hero-section .hero-text .hero-btn a:nth-child(1):hover {
  background-color: #eee;
  color: #000;
}

.hero-section .hero-text .hero-btn a:nth-child(2) {
  background-color: #eee;
  border-color: #eee;
  margin-left: 20px;
  color: #000;
}

.hero-section .hero-text .hero-btn a:nth-child(2):hover {
  background-color: #0d4f2b;
  color: #fff;
}

.hero-section .hero-img img {
  width: 100%;
}

.about-mark {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.about-mark .scrolling-text-container {
  background-color: #0d4f2b;
  padding: 20px;
  overflow: hidden;
}

/* Inner container styles */
.about-mark .scrolling-text-inner {
  display: flex;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 0;
}

/* Text styles */
.about-mark .scrolling-text {
  display: flex;
}

.about-mark .scrolling-text .as-text {
  display: flex;
  align-items: center;
  margin: 0px 40px;
}

.about-mark .scrolling-text .as-text span {
  padding-left: 10px;
  font-weight: 800;
  font-size: 20px;
}


.about-mark .scrolling-text-inner>div {
  animation: var(--direction) var(--marquee-speed) linear infinite;
}

.about-mark .scrolling-text-container:hover .scrolling-text-inner>div {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

/* ===Hero-Section-End=== */

/* ===Network-Section-Start=== */
.network-section .ns-head h2 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 800;
}

/* icon color =28CF74 */

.network-section .ns-box {
  padding: 30px 20px;
  color: #fff;
  background-size: cover;
  border-radius: 10px;
}

.network-section .ns-box b {
  padding: 5px 10px;
  font-size: 20px;
  border-radius: 4px;
  background-color: #93bd33;
}

.network-section .ns-box p {
  margin-top: 20px;
}

.network-section .ns-box p span,
.network-section .ns-box span span {
  color: #93bd33;
}

.network-section .ns-box span a {
  color: #fff;
  padding-left: 10px;
}

/* ===Network-Section-End=== */

/* ---about-section-start---- */

.about-section .as-content h2 {
  font-size: 40px;
}

.about-section .as-content h2 span {
  color: #0d4f2b;
}

.about-section .as-item {
  padding: 20px;
  background-color: #eee;
  border-radius: 10px;
  margin-left: 50px;
}

.about-section .as-item .as-img {
  margin-left: -60px;
  height: 100%;
}

.about-section .as-item .as-img img {
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
  width: 100%;
  border: 1px solid #0d4f2b;
}

.about-section .as-box {
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.about-section .as-box .text {
  flex: 1;
  margin-left: 10px;
}

.about-section .as-item .as-text .sec-btn {
  margin-top: 30px;
}

.about-section .as-item .as-text h6 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0px;
}

.about-section .as-item .as-text p {
  margin-bottom: 0px;
  font-size: 15px;
}

/* ---about-section-start--- */

/* ===Booking-Section-Start=== */
.booking-section {
  padding-top: 220px;
  position: relative;
}

.booking-section::after {
  height: 60%;
  width: 100%;
  z-index: -1;
  position: absolute;
  background-attachment: fixed;
  top: 0;
  left: 0;
  content: "";
  background-image: linear-gradient(#000000c4, #000000c4), url(../images/booking.png);
}

.booking-section .form-box {
  padding: 30px 80px;
  color: #0e47c0;
  border-radius: 20px;
  position: relative;
  border: 1px solid #0d4f2b;
  background-color: #fff;
}

.booking-section .form-box .form-item1 {
  position: relative;
  z-index: 3;
}

.booking-section .form-box .fs-item {
  margin-top: 20px;
}

.booking-section .form-box .fs-item input,
.booking-section .form-box .fs-item select,
.booking-section .form-box .fs-item textarea {
  padding: 15px 20px;
  width: 100%;
  border: none;
  background-color: #eee;
  border-radius: 5px;
  outline: none;
  margin-top: 5px;
}

.booking-section .form-box .fs-btn {
  display: flex;
  margin-top: 40px;
  align-items: center;
  justify-content: space-between;
}

.booking-section .form-box .form-item2 {
  z-index: 3;
  position: relative;
}

.booking-section .form-box .form-item2 .track-form {
  margin-bottom: 60px;
  margin-top: 40px;
}

.booking-section .form-box .form-item2 .track-img {
  position: absolute;
  bottom: -17%;
  right: -5%;
}

.booking-section .form-box .form-item2 h4 {
  font-weight: 700;
  margin: 20px 0px;
}

/* ===Booking-Section-End=== */

/* ===Service-Section-Start=== */

.service-section {
  position: relative;
  background-color: #f5f7f6;
}

.service-section .ser-box {
  padding: 20px;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
}

.service-section .ser-box .icon img {
  width: 100%;
  border-radius: 10px;
  height: 230px;
  object-fit: cover;
}

.service-section .ser-box h5 {
  color: #0d4f2b;
  margin-top: 15px;
  font-weight: 600;
  font-size: 23px;
}

/* ===Service-Section-End=== */

/* ===Review-Section-Start=== */
.review-section .rs-head h2 {
  margin-bottom: 30px;
}


.review-section .rs-box {
  padding: 30px 40px;
  border-radius: 10px;
  /* background-image: url(../images/bs-bg.png); */
  background-color: #eee;
  margin: 45px 10px;
  background-size: cover;
}

.review-section .slick-current {
  margin: 45px 10px;
  background-color: #93bd33;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 6px 5px 30px 0px #00000061;
}

.review-section .rs-box .rs-logo {
  text-align: center;
  margin-bottom: 20px;
}

.review-section .rs-box .rs-logo img {
  width: 120px;
}

.review-section .rs-box .rs-info {
  display: flex;
  align-items: center;
}

.review-section .rs-box .rs-info img {
  width: 80px;
}

.review-section .rs-box .rs-info .text {
  margin-left: 15px;
}

.review-section .rs-box .rs-info .text h5 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}

.review-section .rs-box .rs-info .text span {
  color: #0d4f2b;
}

.review-section .rs-box .rs-text p {
  font-size: 18px;
  margin-top: 10px;
}

.review-section .rs-box .ratting {
  color: #0d4f2b;
}

.review-section .rs-box .ratting i {
  padding: 0px 13px;
}

/* ===Review-Section-End=== */

/* ===Choose-Section-Start=== */

.choose-section {
  background-image: linear-gradient(#000000eb, #000000eb), url(../images/about.png);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.choose-section .ch-box {
  display: flex;
  margin-top: 30px;
  align-items: center;
}

.choose-section .ch-box2 {
  text-align: right;
}

.choose-section .ch-box .icon {
  width: 100px;
  border-radius: 10px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #93bd33;
}

.choose-section .ch-box .text {
  flex: 1;
  margin-left: 20px;
}

.choose-section .ch-box2 .text {
  margin-left: 0px;
  margin-right: 20px;
}

.choose-section .ch-box .text h5 {
  font-size: 22px;
  font-weight: 600;
}

.choose-section .ch-box .text p {
  color: #c9c7c7;
}

.choose-section .ch-item {
  text-align: center;
  position: relative;
}

.choose-section .ch-item::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 400px;
  width: 400px;
  background-color: #1a1c1bb5;
  content: "";
  z-index: 0;
  border-radius: 50%;
}

.choose-section .ch-item img {
  position: relative;
  z-index: 1;
}

/* ===Choose-Section-End=== */

/* ===Cta-Section-Start===  */

.cta-section .container {
  background-color: #eee;
  padding: 30px 40px;
  border-radius: 10px;
  position: relative;
  margin-top: -40px;
}

.cta-section .container::after {
  position: absolute;
  top: 0px;
  right: 0%;
  height: 100%;
  width: 60%;
  background-color: #93bd33;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  content: "";
}

.cta-section .cta h3 {
  color: #93bd33;
  font-size: 45px;
  font-weight: 600;
}

.cta-section .cta-form {
  position: relative;
  z-index: 3;
}

.cta-section .cta-form .form-group input,
.cta-section .cta-form .form-group textarea {
  padding: 13px 20px;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  border-radius: 35px;
  outline: none;
}

.cta-section .cta-form .form-group input::placeholder,
.cta-section .cta-form .form-group textarea::placeholder {
  color: #fff;
}

.cta-section .cta h2 {
  font-size: 40px;
  font-weight: 600;
}

.cta-section .cta .cta-btn {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.cta-section .cta .cta-btn h4 {
  margin-left: 20px;
}

.cta-section .cta .cta-btn h4 b {
  color: #0d4f2b;
}

.cta-section .cta .cta-btn i {
  display: flex;
  align-items: center;
  height: 70px;
  width: 70px;
  background-color: #0d4f2b;
  color: #fff;
  font-size: 30px;
  border-radius: 50%;
  justify-content: center;
}

.cta-section .sec-btn {
  background-color: #0d4f2b;
}

.cta-section .sec-btn:hover {
  background-color: #fff;
  color: #0d4f2b;
}

/* ===Cta-Section-End===  */

/* ===Material-Section-Start=== */
.material-section .ms-head h1{
  font-weight: 600;
}
.material-section .ms-box {
  display: flex;
  align-items: center;
  border: 1px solid #0d4f2b;
  border-radius: 10px;
  height: 100%;
}

.material-section .ms-box .ms-img {
  height: 100%;
  flex: 1;
  margin-right: 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.material-section .ms-box .ms-img img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-height: 250px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.material-section .ms-box .text {
  padding: 10px;
  padding-left: 0px;
  flex: 1;
  padding-right: 20px;
}

.material-section .ms-box .text h5 {
  font-weight: 600;
  color: #93bd33;
}

/* ===Material-Section-End=== */

/* ===Service-Two-Start=== */
.service-two .st-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: 0;
}

.service-two .st-list ul li {
  padding: 5px 10px;
  background-color: #eee;
  border-radius: 5px;
  margin: 4px;
  cursor: pointer;
  color: #000;
  border: 1px solid #fff;
}

.service-two .st-list ul li.mixitup-control-active {
  background-color: #93bd33;
  color: #fff;
}

.service-two .st-box {
  border: 1px solid #93bd33;
  padding: 30px;
  border-radius: 20px;
  margin-top: 30px;
}

.service-two .st-box .st-img {
  height: 100%;
}

.service-two .st-box .st-item h2 {
  font-size: 28px;
}

.st-box .st-img img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.st-box .st-text ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.st-box .st-text ul li {
  padding: 6px 10px;
  font-weight: 500;
  color: #000;
  background-color: #eee;
  border-radius: 30px;
  margin: 4px;
}

/* ====Service-Two-End==== */

/* -----Project-Page-start----- */

.gallery-section .gallery-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}

.gallery-box a {
  position: relative;
}

.gallery-box a img {
  width: 100%;
  border-radius: 10px;
  transition: .5s;
  height: 328px;
  object-fit: cover;
}

.gallery-box a:hover img {
  transform: scale(1.05);
}

/* ------Project-Page-end------- */

/* ===Footer-Section-Start=== */

.footer-section {
  background-image: linear-gradient(#000000f2, #000000f0), url(../images/hero-bg.jpg);
  color: #fff;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
}

.footer-section .fs-list {
  display: flex;
  padding-bottom: 20px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee69;
}

.footer-section .fs-list ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
}

.footer-section .fs-list ul li {
  margin-right: 30px;
}

.footer-section .fs-list ul li a {
  color: #fff;
  font-size: 18px;
  transition: .4s;
  font-weight: 300;
}

.footer-section .fs-list ul li a:hover {
  color: #93bd33;
}

.footer-section .fs-list .social li {
  margin: 0px 5px;
}

.footer-section .fs-list .social li a i {
  height: 40px;
  width: 40px;
  transition: .5s;
  display: flex;
  align-items: center;
  background-color: #0d4f2b;
  justify-content: center;
  border-radius: 4px;
}

.footer-section .fs-list .social li a:hover i {
  background-color: #0d4f2b;
}

.footer-section .container:first-child {
  border-bottom: 1px solid #ffffff6b;
}

.footer-section .fs-item {
  padding: 30px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-section .fs-item .fs-img {
  display: flex;
  align-items: center;
  width: 70%;
}

.footer-section .fs-item .fs-img img {
  width: 300px;
}

.footer-section .fs-item .fs-img p {
  flex: 1;
  margin-left: 40px;
}

.footer-section .fs-item ul {
  width: 50%;
}

.footer-section .fs-item ul li {
  display: flex;
  text-align: left;
  align-items: center;
  margin: 10px 0px;
}

.footer-section .fs-item ul li i {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  transition: .5s;
  font-size: 18px;
  align-items: center;
  background-color: #0d4f2b;
  border-radius: 5px;
}

.footer-section .fs-item ul li:hover i {
  background-color: #0d4f2b;
}

.footer-section .fs-item ul li a,
.footer-section .fs-item ul li span {
  padding-left: 15px;
  color: #fff;
  font-size: 18px;
  flex: 1;
  transition: .5s;
}

.footer-section .fs-item ul li:hover a {
  color: #0d4f2b;
}

/* ====Footer-Section-End==== */

/* ===Banner-Section-Start===  */

.banner-section {
  padding: 160px 0px 100px;
  position: relative;
  background: linear-gradient(#000000bb, #000000bb), url(../images/hero1.png);
  color: #fff;
  background-position: bottom;
}

.banner-section .banner-title ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.banner-section .banner-title ul li {
  margin-right: 10px;
}

.banner-section .banner-title ul li a {
  color: #fff;
  font-size: 18px;
  transition: .4s;
}

.banner-section .banner-title ul li a:hover {
  color: #93bd33;
}

/* ===Banner-Section-End===  */

/* ===Mission-Section-Start===  */

.mission-section .ms-box {
  padding: 30px;
  background-color: #eee;
  border-radius: 10px;
}

.mission-section .ms-box .ms-img {
  width: 80px;
  height: 80px;
  background-color: #93bd33;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.mission-section .ms-box .ms-img img {
  width: 50px;
}

.mission-section .ms-box h4 {
  color: #0d4f2b;
  font-size: 22px;
  font-weight: 600;
}

.mission-section .ms-box p {
  margin: 0px;
  font-size: 15px;
}

/* ===Mission-Section-End===  */

/* ===Other-Section-Start===  */
.other-section .other-item h4 {
  color: #0d4f2b;
  font-size: 40px;
  font-weight: 600;
}

.other-section .other-item h6 {
  color: #93bd33;
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
}

.other-section .os-img img {
  width: 100%;
  border-radius: 20px;
}

/* ===Other-Section-End===  */

/* ===Contact-Section-Start=== */

.contact-section .cs-box {
  padding: 20px;
  border-radius: 10px;
  background-color: #eee;
  height: 100%;
}

.contact-section .cs-box .icon {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #93bd33;
  border-radius: 8px;
  margin-bottom: 10px;
}

.contact-section .cs-box .icon img {
  width: 50px;
}

/* ===Contact-Section-End=== */

/* ===Map-Section-Start===  */

.map-section .map {
  height: 400px;
}

/* ===Map-Section-End===  */

/* ===Responsive-Style===  */

@media screen and (max-width:1024px) {

  .hero-section .hero-text h1 {
    font-size: 35px;
    line-height: 50px;
    margin: 8px 0px;
  }

  .booking-form .bs-form .bs-input label {
    font-size: 14px;
  }

  .hero-section .hero-overlay img {
    width: 400px;
  }

  .about-section .as-image {
    margin-left: 0px;
    margin-top: 50px;
  }

  .about-section .as-item h2 {
    font-size: 30px;
  }

  .about-section .as-text .as-box h3,
  .about-section .as-text .as-box h3::after {
    font-size: 40px;
  }

  .service-section .ser-box h5 {
    font-size: 19px;
  }

  .menu .navbar-light .navbar-nav .nav-link {
    padding: 7px 16px;
  }

  .footer-box ul li a {
    font-size: 15px;
  }

  .menu .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
  }

  .testimonial-section .tes-box p {
    font-size: 16px;
  }

  .menu .book i {
    height: 40px;
    width: 40px;
  }

  .about-section .as-item .as-img2 img {
    width: 65%;
  }

  .about-section .as-item .as-img1 img {
    width: 70%;
  }

  .menu .book a {
    font-weight: 500;
    font-size: 15px;
  }

  .tes-box .tes-img img {
    width: 90px;
    height: 90px;
  }

  .choose-section .ch-item::after {
    height: 350px;
    width: 350px;
  }

  .about-section .as-text .as-box {
    padding: 10px;
  }

  .menu .book b {
    font-size: 15px;
  }

  .about-section .as-text h5 {
    font-size: 16px;
  }

  .hero-slide h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-slide .hero-box p {
    line-height: 23px;
    font-size: 17px;
  }

  h2 {
    font-size: 30px;
  }

  .as-content p {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .ser-item h4 {
    color: #93bd33;
  }

  .bike-section .bs-box .bs-item img {
    width: 24px;
  }

  .choose-section .ch-box {
    height: 100%;
    border-top: 2px solid #93bd33;
  }

  .service-section .ser-item {
    padding: 17px;
  }

  .choose-section .ch-box .text {
    margin-left: 10px;
  }

  .choose-section .ch-box {
    margin: 30px 0px;
    padding-top: 10px;
  }

  .choose-section .ch-img {
    margin: 0px 10px;
  }

  .choose-section .ch-img>img {
    height: 400px;
  }

  .choose-section .ch-box h4 {
    font-size: 17px;
  }

  .choose-section .ch-box p {
    font-size: 14px;
  }

  .cta-section .cta h2 {
    font-size: 45px;
  }

  .about-section .as-item .as-text ul li span,
  .review-section .rs-box .rs-info .text span {
    font-size: 14px;
  }

  .review-section .rs-box {
    padding: 20px;
  }

  .tes-box {
    margin: 50px 0px 40px;
  }

  .quote-section .quote {
    padding: 30px;
  }

  .tes-box p {
    font-size: 14px;
    text-align: justify;
  }
.st-box .st-img img {
    height: 280px;
}
}

@media screen and (max-width:992px) {

  .menu .navbar-light .navbar-toggler {
    border-color: #93bd33;
  }

  .menu .navbar-light .navbar-toggler:focus {
    box-shadow: none;
  }

  .process-section .ps-box {
    margin-bottom: 40px;
  }

  .p-100 {
    padding: 60px 0px;
  }

  .about-section .as-item .as-img2 {
    left: auto;
    top: 20px;
    transform: translateX(0%);
    right: 0px;
  }

  .hero-section::after {
    display: none;
  }

  .hero-section .hero-overlay {
    left: auto;
    right: 0;
  }

  .booking-section .bs-img {
    text-align: center;
  }

  .booking-section .bs-box {
    margin-bottom: 30px;
  }

  .review-section .rs-box .rs-text p {
    font-size: 16px;
  }

  .booking-section .bs-img img {
    width: 40%;
  }

  .about-section .as-text {
    margin-top: 50px;
  }

  .hero-section .hero-box {
    margin-right: 0px;
  }

  .choose-section .ch-img {
    margin: 0px 50px;
  }

  .booking-section .form-box {
    padding: 30px;
  }

  .choose-section .ch-img>img {
    height: 700px;
  }

  .menu .navbar-light .navbar-nav .nav-link {
    display: inline-block;
    padding: 4px 0px;
    border: none;
    color: #93bd33;
  }

  .menu .book a {
    color: #93bd33;
  }

  .menu .book {
    margin: 20px 0px;
  }

  .hero-slide h2 {
    font-size: 27px;
  }

  .about-section .as-item {
    margin-right: 0px;
  }

  .ms-box {
    height: auto;
    margin-top: 20px;
  }

  .booking-section .bs-item {
    margin-top: 30px;
  }

  .navbar-light .navbar-toggler-icon i {
    display: none;
  }

  .menu .navbar-nav {
    align-items: flex-start;
  }

  .menu .navbar-collapse {
    padding: 20px;
    padding-left: 0;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 20px;
  }

  .menu .navbar {
    padding: 5px 0px;
  }

  .menu .book-now {
    margin: 20px 0px;
  }

  .booking-section .bs-review {
    margin-top: 40px;
    background-color: #93bd33;
  }

  .booking-section .bs-review .bs-box {
    padding: 20px;
    border-radius: 10px;
    margin: 0px 5px;
    background-color: #93bd33;
  }

  .hero-section {
    padding: 100px 0px;
  }

  .choose-section .ch-box {
    border: none;
  }

  .footer-section .fs-box {
    border-right: none;
    border-bottom: 1px solid #ffffff4d;
  }

  .footer-section .col-lg-4:nth-child(3) .fs-box,
  .footer-section .col-lg-4:nth-child(2) .fs-box {
    padding-top: 20px;
  }
}

@media screen and (max-width:768px) {

  .about-section .as-item .as-img2 img,
  .about-section .as-item .as-img1 img {
    width: 340px;
  }

.about-section .as-item {
    margin-left: 0px;
    margin-top: 30px;
}
.about-section .as-item .as-img {
    margin-left: 0px;
}
.choose-section .row .col-lg-4:nth-child(2){
  display: none;
}
.choose-section .ch-box2 {
    border-left: 1px solid #eeeeee24;
}
.choose-section .ch-box .text h5 {
    font-size: 19px;
}
.material-section .ms-box{
  flex-direction: column;
}
.material-section .ms-box .ms-img{
  margin-right: 0;
  padding: 10px;
}
.material-section .ms-box .ms-img img{
  width: 100%;
  border-radius: 10px;
  height: auto;
  min-height: auto;
}
.material-section .ms-box .text {
    padding-left: 10px;
}
.cta-section .container::after {
    height: 57%;
    width: 100%;
    top: auto;
    bottom: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    content: "";
}
.cta-section .cta{
  margin-bottom: 60px;
}
.st-box .st-img img {
    height: auto;
}
.banner-section {
    padding:90px 0px ;
}
.footer-section .fs-list ul li {
    margin-right: 15px;
}
.footer-section .fs-item{
  flex-direction: column;
}
.footer-section .fs-item .fs-img,.footer-section .fs-item ul{
  width: 100%;
  padding: 0;
}
  .footer-box.f-box {
    margin-top: 20px;
  }

  .ms-box .icon img {
    width: 50px;
  }

  .service-section::after {
    width: 100%;
  }

  .ms-box p {
    text-align: justify;
    font-size: 15px;
  }

  .service-section .ser-list ul {
    display: flex;
    align-items: center;
  }

  .service-section .ser-list ul li {
    margin: 10px 5px;
    border: 1px solid #0d4f2b;
  }
  .map-section .map {
    height: 300px;
  }

  .m-100 {
    margin-bottom: 40px;
  }

  .footer-box {
    margin-bottom: 20px;
  }

  .service-section .os-box .os-img img {
    width: 100%;
  }

  .service-section .os-box {
    padding: 0px;
    margin-top: 0px;
  }

  .service-section .os-box .os-img,
  .map-section .bs-item {
    margin-top: 20px;
    height: auto;
  }

  .review-section .slick-current {
    background-color: #eee;
    color: #000;
    transform: scale(1);
    box-shadow: none;
  }
}

@media screen and (max-width:580px) {

  header {
    padding:10px 0px;
  }

  header .top-bar .container-fluid {
    padding: 0px 15px;
  }

  .service-section ul .ser-list br {
    display: block;
  }

  .menu .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
  }

  .service-section {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .service-section .os-box ul li {
    font-size: 10px;
  }

  .service-section .os-box .os-img img {
    height: 280px;
  }

  .service-section .os-box h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .top-bar .top-right i {
    height: auto;
    background-color: transparent;
    width: auto;
    font-size: 17px;
    color: #93bd33;
    border-radius: 0;
    margin-right: 5px;
  }
.about-section .as-content h2 {
    font-size: 26px;
    margin-bottom: 20px;
}
.service-two .st-box {
    padding: 20px;
    width: 95%;
    margin: 15px auto;
}
.service-two .st-box .st-item h2 {
    font-size: 22px;
    color: #93bd33;
    margin-bottom: 20px;
}
.footer-section .fs-item ul li a, .footer-section .fs-item ul li span {
    font-size: 15px;
}
  .banner-section {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .welcome-section .ws-box {
    padding: 30px 17px;
  }

  .top-bar .top-right .phone:nth-child(2) {
    display: none;
  }

  .map-section .bs-item .bs-info .bs-icon {
    height: 55px;
    width: 55px;
  }
.other-section .other-item h4 {
    font-size: 30px;
}
  .map-section .bs-item .bs-info .bs-icon img {
    width: 35px;
  }

  .hero-slide h2,
  h2,
  .cta-section .cta h2 {
    font-size: 25px;
    margin-bottom: 0px;
  }

  .hero-slide .hero-box p {
    font-size: 16px;
  }

  .under {
    font-size: 14px;
  }

  .map-section .bs-item {
    padding: 20px;
  }

  .footer-link2 ul li span {
    font-size: 14px;
  }

  .p-100 {
    padding: 50px 0px;
  }

  .m-100 {
    margin-bottom: 50px;
  }

  .booking-section .bs-img img {
    display: none;
  }

  .choose-section .ch-box {
    margin: 20px auto;
    border: none;
    height: auto;
  }

  .about-mark .scrolling-text-container {
    padding: 10px;
  }

  .choose-section .ch-img>img {
    height: 400px;
  }

  .choose-section .ch-img {
    margin: 0px;
  }

  .menu .navbar-light .navbar-brand img {
    width: 160px;
  }

  .footer-section {
    padding-top: 30px;
  }

  .hero-section .hero-slide {
    text-align: center;
  }

  .hero-slide h2 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 35px;
  }

  .booking-section {
    display: block;
  }

  .quote-section .quote-form2 {
    display: none;
  }

  .booking-section h2 {
    color: #fff;
    margin-bottom: 20px;
  }

  .about-section .as-item .as-img1 {
    margin: 0px 10px;
  }

  .about-section .as-item .as-img1 img {
    width: 100%;
  }

  .hero-section .hero-text .hero-btn a:nth-child(2) {
    margin-left: 0px;
    margin-top: 20px;
  }

  .hero-section .booking-form .bs-form {
    margin-top: 30px;
  }

  .hero-slide .hero-box p {
    font-size: 14px;
  }

 .hero-section .hero-text h1 {
    font-size: 32px;
    line-height: 45px;
}

  .hero-section .hero-text h4 {
    margin: 10px 0px;
    font-weight: 800;
    font-size: 18px;
  }

  .hero-section {
    padding: 80px 0px;
    background-image:linear-gradient(#0f0e0e99, #000000a6), url(../images/hero1.png);
  }

  .booking-section .bs-review h4 {
    text-align: center;
    margin-bottom: 20px;
  }

  .hero-section .hero-text .hero-btn {
    margin-top: 10px;
  }

  .about-section .as-item .as-img {
    margin-left: 0px;
  }

  .about-section .as-item {
    margin-left: 0;
  }

  .booking-section .bs-review {
    padding: 20px 10px;
    padding-bottom: 0;
  }
.service-section .ser-box .icon img {
    height: 180px;
}
.choose-section .ch-box2 .ch-box{
  flex-direction: row-reverse;
  text-align: left;
  margin:10px 0px;
}
.choose-section .cs-box p{
  margin-bottom: 0;
}
.cta-section .cta h3 {
    font-size: 30px;
}
.cta-section .container::after {
    height: 67%;
}
.cta-section .container {
    padding: 30px 20px;
    margin-top: 40px;
    width: 95%;
}
.review-section .rs-head h2 {
    margin-bottom: 0px;
}
  .service-section .ser-list ul li button {
    padding: 5px 5px;
  }

  .bike-section .bs-img img {
    height: auto;
  }

  .service-section .ser-list ul li {
    margin: 5px 4px;
  }

  .footer-section .fs-list,
  .footer-section .fs-item {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }

  .footer-section .fs-item ul {
    padding: 0;
  }

  .footer-section .fs-item .fs-img img {
    width: 200px;
  }

  .footer-section .fs-list ul {
    margin-bottom: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-section .fs-list ul li {
    margin-right: 20px;
  }
.footer-section .fs-item .fs-img{
  display: block;
}
.footer-section .fs-item .fs-img p {
    flex: 1;
    margin-left: 0px;
    margin-top: 30px;
}
  .service-section .ser-list ul li button span {
    font-size: 14px;
  }

  .p-100 {
    padding: 50px 0px;
  }



  .welcome-section .ws-box h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .welcome-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .welcome-section .ws-box h5 {
    font-size: 18px;
  }

  .footer-section .copy-right {
    flex-direction: column;
    text-align: center;
  }

  .choose-section .ch-img .ch-img1 img {
    width: 80%;
  }
  .choose-section{
      background-image: linear-gradient(#000000d6, #000000c9), url(../images/about.png);
  }
}



/*---thank-Section-Start----*/

.thank {
  text-align: center;
  height: 100vh;
  width: 100%;
  margin-top: 0px;
}

.thank img {
  width: 50%;
}

.thank ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.thank ul li a {
  height: 45px;
  width: 45px;
  background: #93bd33;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin: 5px;
  border-radius: 5px;
  justify-content: center;
}

@media screen and (max-width:1024px) {
  .thank {
    margin-top: 80px;
  }
}

@media screen and (max-width:768px) {
  .thank {
    margin: 50px 0px;
    height: auto;
  }

  .thank img {
    width: 80%;
  }
}

@media screen and (max-width:580px) {
  .thank {
    margin: 20px 0px;
  }
}

/*---thank-Section-end----*/