@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');


html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: "Nunito Sans", 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: #FF9A2E;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 800;
  padding: 10px 0px;
  position: relative;
  font-variant: small-caps;
}

.under::after {
  height: 30px;
  width: 40px;
  position: absolute;
  top: 20%;
  left: -8px;
  z-index: -1;
  background-color: #1a00e2;
  border-radius: 5px;
  content: "";
}

.sec-btn {
  display: inline-block;
  padding: 13px 30px;
  background-color: #FF9A2E;
  color: #fff;
  border-radius: 30px;
  transition: .5s;
  border: 2px solid #FF9A2E;
  text-transform: capitalize;
  font-size: 18px;
}

.sec-btn:hover {
  background-color: transparent;
  color: #1a00e2;
  border-color: #1a00e2;
  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: #1dbf73;
}

.what a:last-child {
  font-size: 20px;
}

/* -----Globle-Style----- */


/* ===Header-Section-Start=== */

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.menu .navbar-brand {
  padding: 0;
}

.menu .navbar-brand img {
  width: 200px;
}

.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 {
  font-size: 18px;
  font-weight: 600;
  color: #4f4e4e;
  border: 2px solid transparent;
  padding: 8px 20px;
  border-radius: 30px;
}



.menu .navbar-light .navbar-nav .nav-link:hover{
  color: #000;
}
.menu .navbar-light .navbar-nav .active {
  border-color: #FF9A2E;
  color: #000;
}

.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;
}

/* ===Header-Section-End-=== */

/* ===Hero-Section-Start=== */

.hero-section{
  overflow: hidden;
  padding: 180px 0px 0px;
  background-color: #FF9A2E;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../images/hero-shape.png),linear-gradient(121deg, #fff, transparent);
}
.hero-section .hero-overlay{
  position: absolute;
  opacity: .5;
  bottom: 0;
  transform: rotateY(180deg);
  left: 25%;
}

.hero-section .hero-text span {
  color: #FF9A2E;
  text-transform: capitalize;
  font-size: 18px;
}

.hero-section .hero-text h1 {
  font-weight: 800;
  font-size: 55px;
  line-height: 75px;
  margin: 15px 0px;
}
.hero-section .hero-text h4{
  font-weight: 600;
  color: #1a00e2;
  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(2) {
  background-color: #1a00e2;
  border-color: #1a00e2;
  margin-left: 20px;
}

.hero-section .hero-text .hero-btn a:nth-child(2):hover {
  background-color: transparent;
  border-color: #FF9A2E;
  color: #FF9A2E;
}

.hero-section .hero-img{
  margin-right: -116px;
}

/* ===Hero-Section-End=== */

/* ===Process-Section-Start=== */

.process-section .container {
  padding: 50px 20px;
  background-color: rgb(241, 241, 241);
  text-align: center;
  border-radius: 10px;
  position: relative;
  z-index: 3;
  margin-top: -80px;
}

.process-section .ps-box {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px #004B5718;
}

.process-section .ps-box h4 {
  font-weight: 600;
}

.process-section .ps-box .icon {
  display: flex;
  align-items: center;
  border-left: 2px solid #1a00e2;
  width: 70px;
  justify-content: center;
  padding: 15px 10px;
  background-color: rgba(235, 232, 232, 0.511);
  margin: 10px auto;
}

.process-section .ps-box .icon img {
  width: 30px;
}

.process-section .ps-box .icon p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  transition: .5s;
  height: 30px;
  background-color: #1a00e2;
  color: #fff;
  border-radius: 100%;
  flex: 1;
  margin-bottom: 0px;
  margin-right: -24px;
  margin-left: 10px;
}

/* ---about-section-start---- */

.about-section .as-item {
  position: relative;
  margin-right: 30px;
}

.about-section .as-item img {
  border-radius: 300px;
  height: 550px;
  outline: 1px solid #1a00e2;
  outline-offset: 10px;
  object-fit: cover;
}

.about-section .as-item .as-img1 img {
  width: 60%;
}

.about-section .as-item .as-img2 {
  position: absolute;
  top: 10px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.about-section .as-item .as-img2 img {
  width: 60%;
}

.about-section .as-text h2 {
  font-weight: 800;
  color: #1a00e2;
}

.about-section .as-text h4 {
  font-weight: 800;
  margin-bottom: 10px;
}

.about-section .as-text h5 {
  font-weight: 700;
  color: #FF9A2E;
}

.about-section .as-text .as-box {
  padding: 20px;
  border: 1px solid #1a00e2;
  margin-top: 15px;
  text-align: center;
  border-radius: 8px;
  background-color: #eee;
}

.about-section .as-text .as-box p {
  margin-bottom: 0;
}

/* ---about-section-start--- */

/* ===Bike-Section-Start=== */
.bike-section .bs-head h2 {
  font-weight: 800;
}

.bike-section .bs-box {
  border: 3px double #FF9A2E;
  padding: 20px;
  margin-top: 20px;
  position: relative;
  background-color: #eee;
}

.bike-section .bs-box h3 {
  height: 55px;
  position: absolute;
  top: 0;
  font-size: 22px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  padding: 0px 15px;
  border-radius: 30px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #1a00e2;
}

.bike-section .bs-box h3 span {
  color: #FF9A2E;
  font-size: 15px;
}

.bike-section .bs-box h4 {
  font-weight: 800;
  color: #1a00e2;
}

.bike-section .bs-img {
  margin: 20px 0px;
}

.bike-section .bs-img img {
  width: 100%;
  object-fit: cover;
  height: 230px;
  border-radius: 10px;
}

.bike-section .bs-box .bs-item {
  display: flex;
  margin-top: 10px;
  padding: 10px;
  border-right: 1px solid #1a00e2;
  align-items: center;
  border: 2px solid #fff;
  border-bottom: 1px solid #1a00e2;
}

.bike-section .bs-box .bs-item img {
  width: 30px;
}

.bike-section .bs-box .bs-item .text {
  flex: 1;
  margin-left: 10px;
}

.bike-section .bs-box .bs-item .text h6 {
  font-weight: 700;
  color: #FF9A2E;
  margin-bottom: 0;
}

.bike-section .bs-box .bs-item .text span {
  font-size: 14px;
}

.bike-section .bs-box .sec-btn {
  padding: 10px 30px;
  margin-top: 10px;
}

.bike-section .bs-box .bs-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.bike-section .bs-box .bs-btn a {
  padding: 10px 20px;
  background-color: #0fd97b;
  border-radius: 5px;
  display: flex;
  align-items: center;
  color: #fff;
}

.bike-section .bs-box .bs-btn a:nth-child(2) {
  background-color: #FF9A2E;
}

.bike-section .bs-box .bs-btn a span {
  padding-left: 10px;
}

.bike-section .bs-box .bs-btn a:nth-child(1) i {
  font-size: 20px;
}

/* ====Bike-Section-End==== */

/* ----choose-section-start---- */

.choose-section .ch-head h2 {
  font-weight: 800;
}

.choose-section .ch-box {
  display: flex;
  align-items: center;
  margin: 50px 0px;
}

.choose-section .ch-box .text {
  flex: 1;
  margin-left: 20px;
}

.choose-section .ch-box p {
  margin-bottom: 0;
  font-size: 16px;
}

.choose-section .ch-box h4 {
  font-weight: 800;
  margin-bottom: 0px;
  color: #1a00e2;
  font-size: 20px;
}

.choose-section .ch-img {
  position: relative;
  border-radius: 300px;
  margin: 0px 15px;
  overflow: hidden;
}

.choose-section .ch-img>img {
  width: 100%;
  height: 540px;
  border-radius: 300px;
  object-fit: cover;
}

.choose-section .ch-img .ch-img1 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  bottom: 0px;
  right: 0px;
}

/* ----choose-section-end---- */


/* ===Booking-Section-Start=== */
.booking-section .bs-form{
  padding: 30px;
  border-radius: 20px;
  background-color: #1a00e2;
  color: #fff;
}
.booking-section .bs-form h3{
  font-weight: 700;
}
.booking-section .bs-form .bs-input{
  margin-top: 10px;
}
.booking-section .bs-form .bs-input input, .booking-section .bs-form .bs-input select{
  padding: 13px 20px;
  border-radius: 5px;
  border: none;
  outline: none;
  margin-top: 5px;
  width: 100%;
}
.booking-section .bs-form .bs-input select{
  padding: 13px 20px;
}
.booking-section .bs-form .bs-input .sec-btn{
  border: 1px solid #FF9A2E;
  padding: 13px 30px;
  margin-top: 20px;
  color: #fff;
  outline: none;
}
.booking-section .bs-review{
  padding:30px;
  background-color: #FF9A2E;
  height: 100%;
  border-radius: 10px;
  color: #fff;
}
.booking-section .bs-review h4{
  font-weight: 700;
}
.booking-section .bs-review .bs-info{
  display: flex;
  align-items: center;
  margin: 25px 0px;
}
.booking-section .bs-review .bs-info .text h6{
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0;
}
.booking-section .bs-review .bs-text p{
  font-size: 18px;
  line-height: 30px;
}
.booking-section .bs-review .bs-info .bs-icon{
  height: 70px;
  width: 70px;
  display: flex;
  font-size: 30px;
  font-weight: 700;
  align-items: center;
  margin-right: 20px;
  background-color: #1a00e2;
  border-radius: 100%;
  justify-content: center;
}
.booking-section .bs-box:nth-child(2n+1) .bs-info .bs-icon{
  background-color: #1dbf73;
}
.booking-section .bs-box:nth-child(3n+1) .bs-info .bs-icon{
  background-color: #f7db0d;
}
.booking-section .bs-review .ratting{
  margin: 20px 0px;
}
.booking-section .bs-review .ratting i{
  padding: 0px 4px;
}
.booking-section .bs-item {
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  background-color: #FF9A2E;
}

.booking-section .bs-item h2 {
  font-size: 30px;
  font-weight: 800;
}

.booking-section .bs-item .bs-info {
  display: flex;
  margin: 10px 0px;
  align-items: center;
}

.booking-section .bs-item .bs-info .bs-icon {
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  background-color: #1a00e2;
}

.booking-section .bs-item .bs-info .text {
  flex: 1;
  margin-left: 15px;
}

.booking-section .bs-item .bs-info .text h6 {
  font-weight: 800;
  margin-bottom: 0;
  font-size: 20px;
  color: #fff;
}
.booking-section .bs-item .bs-info .text a,.booking-section .bs-item .bs-info .text span{
  color: #eee;
}
.booking-section .bs-item .bs-info .bs-icon img {
  width: 50px;
}
/* ===Booking-Section-End=== */

/* -----Gallery-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);
}

/* ------gallery-Page-end------- */

/* ===Footer-Section-Start=== */

.footer-section {
  background-image:linear-gradient(#000000f2,#000000f0),url(../images/hero-bg.jpg);
  color: #fff;
  position: relative;
  padding-top: 80px;
  overflow: hidden;
}

.footer-section .container:first-child {
  border-bottom: 1px solid #ffffff6b;
}

.footer-section .fs-box {
  padding-bottom: 20px;
  border-right: 1px solid #ffffff6b;
  height: 100%;
}

.footer-section .col-lg-4:nth-child(3) .fs-box {
  border: none;
}

.footer-section .fs-box h4 {
  font-weight: 700;
  color: #FF9A2E;
  margin-bottom: 20px;
}

.footer-section .fs-box ul {
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 3;
  margin: 0;
}

.footer-section .fs-box .quick-links li {
  margin: 10px 0px;
}

.footer-section .fs-box ul li a {
  color: #fff;
  transition: .4s;
}

.footer-section .fs-box .quick-links li a:hover {
  color: #FF9A2E;
}

.footer-section .fs-box .fs-logo {
  margin-bottom: 20px;
}
.footer-section .fs-box .fs-logo img{
    width:200px;
}
.footer-section .fs-box .social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.footer-section .fs-box .social ul li {
  margin: 0px 6px;
}

.footer-section .fs-box .social ul li a {
  height: 45px;
  width: 45px;
  transition: .4s;
  font-size: 20px;
  display: flex;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  border: 1px solid #FF9A2E;
}

.footer-section .fs-box .social ul li a:hover {
  background-color: #FF9A2E;
  color: #fff;
}

.footer-section .fs-box .fs-list li {
  display: flex;
  align-items: center;
  margin: 15px 0px;
}

.footer-section .fs-box .fs-list li i {
  height: 45px;
  width: 45px;
  border-radius: 4px;
  transition: .4s;
  cursor: pointer;
  margin-right: 15px;
  border: 1px solid #FF9A2E;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-section .fs-box .fs-list li:hover i {
  background-color: #FF9A2E;
  color: #fff;
}

.footer-section .fs-box .fs-list li address,
.footer-section .fs-box .fs-list li a {
  flex: 1;
}

.footer-section .fs-box .fs-list li address {
  margin-bottom: 0;
  font-size: 14px;
}

.footer-section .copy-right {
  display: flex;
  align-items: center;
  padding: 15px 0px;
  justify-content: space-between;
}

.footer-section .copy-right a {
  color: #FF9A2E;
}

/* ====Footer-Section-End==== */

/* ===Branch-Section-Start=== */
.branch-section{
  background-color: #eee;
}
.branch-section h6{
  font-size: 30px;
  text-align: center;
  font-weight: 800;
}
.branch-section ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.branch-section ul li{
  margin: 10px 0px;
}
/* ===Branch-Section-End=== */

/* ===Welcome-Section-Start=== */

.welcome-section {
  padding:140px 0px 60px;
  background-size: cover;
  background-color: #FF9A2E;
  text-align: center;
  background-position: center;
  background-image: url(../images/hero-shape.png),linear-gradient(121deg, #fff, transparent);
}

.welcome-section .ws-box h2 {
  font-weight: 800;
}
.welcome-section .ws-box h1{
  font-size: 46px;
  font-weight: 800;
  text-transform: capitalize;
}
.welcome-section .ws-box h5 {
  font-weight: 800;
  color: #FF9A2E;
}

/* ===Welcome-Section-End=== */

/* ---banner-section-start---- */

.banner-section {
  padding-top: 180px;
  padding-bottom: 100px;
  background-image: linear-gradient(#00274294, #00274294), url(../images/counter.jpg);
  background-size: cover;
  color: #fff;
  background-position: center;
  text-align: center;
}

.banner-section .banner-title h2 {
  font-weight: 800;
}

.banner-title ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-title ul li a {
  padding: 5px;
  color: #fff;
}

/* ----banner-section-end--- */

/* ---------Mission-section-start--------- */

.ms-box {
  padding:30px;
  text-align: center;
  background-color: #1a00e2;
  transition: .5s;
  border-radius: 10px;
}

.ms-box:hover {
  background-color: #FF9A2E;
}

.ms-box .icon {
  text-align: center;
  margin-bottom: 20px;
}

.ms-box img {
  width: 80px;
}

.ms-box {
  color: #fff;
  height: 100%;
}

.ms-box1 {
  background-color: #fff;
  color: #000;
}

.ms-box1:hover {
  color: #fff;
}

.ms-box p {
  margin-bottom: 6px;
}

.ms-box h4 {
  font-weight: 800;
  font-size: 22px;
  margin-top: 10px;
}

/* ---------Mission-section-end----------- */

/* ===Service-Section-Start===  */

.service-section{
  padding: 100px 0px;
}
.service-section .os-box{
  border: 1px solid #030d7c;
  padding: 30px;
  margin-top: 30px;
  border-radius: 10px;
}
.service-section .os-head h1{
  font-weight: 800;
}
.service-section .os-box h2{
  font-size: 30px;
  font-weight: 800;
}
.service-section .os-box h5{
  font-weight: 700;
  color: #1a00e2;
}
.service-section .os-box .os-img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.service-section .os-box:nth-child(even) .os-img{
  justify-content: flex-start;
}
.service-section .os-box .os-img img{
  height: 400px;
  border-radius: 20px;
  object-fit: cover;
  width: 400px;
}
.service-section ul.os-slide1{
    margin-top:20px;
    padding-left:0;
}
.service-section ul .ser-list {
    padding:10px 20px;
    border-radius:30px;
    color:#fff;
    cursor:pointer;
    text-align:center;
    margin:0px 10px;
    background-color:#1a00e2;
}
.service-section ul .ser-list br{
    display:none;
}
.service-section ul .ser-list.slick-current{
    background-color:#FF9A2E;
}
/* ===Service-Section-End===  */


/* ====Booking-Section-End==== */

.map-section .map {
  height: 440px;
}

@media screen and (max-width:1024px) {
  .menu .nav-item {
    margin: 0px 8px;
  }

  .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;
}
  .hero-section .hero-text p {
    font-size: 15px;
    margin-bottom: 0;
  }

  .menu .navbar-light .navbar-nav .nav-link {
    padding: 0px 6px;
  }

  .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;
  }

  .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: #1a00e2;
  }

  .bike-section .bs-box .bs-item img {
    width: 24px;
  }

  .choose-section .ch-box {
    height: 100%;
    border-top: 2px solid #FF9A2E;
  }

  .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;
  }

  .menu .navbar-light .navbar-brand img {
    width: 180px;
  }

  .tes-box {
    margin: 50px 0px 40px;
  }

  .quote-section .quote {
    padding: 30px;
  }

  .tes-box p {
    font-size: 14px;
    text-align: justify;
  }


  .bike-section .bs-box h4 {
    font-size: 20px;
  }

  .bike-section .bs-box h3 {
    font-size: 18px;
    font-weight: 800;
  }

  .bike-section .bs-img img {
    height: 180px;
  }

  .bike-section .bs-box {
    padding: 20px 10px;
  }

  .bike-section .bs-box .bs-item .text h6,
  .bike-section .bs-box .bs-item .text span {
    font-size: 11px;
  }

  .bike-section .bs-box .bs-btn a {
    padding: 10px;
  }

  .bike-section .bs-box .bs-btn a span {
    padding-left: 5px;
    font-size: 14px;
  }

  .bike-section .bs-box .bs-item {
    padding: 8px;
  }

  .bike-section .bs-box .bs-item .text {
    margin-left: 5px;
  }
}

@media screen and (max-width:992px) {

  .menu .navbar-light .navbar-toggler {
    border-color: #FF9A2E;
  }

  .menu .navbar-light .navbar-toggler:focus {
    box-shadow: none;
  }

  .about-section .as-item .as-img2 {
    left: auto;
    top: 20px;
    transform: translateX(0%);
    right: 0px;
  }

  .hero-section::after {
    display: none;
  }
.hero-section{
  padding:140px 0px;
}
.hero-section .hero-overlay{
  left: auto;
  right: 0;
}
  .about-section .as-text {
    margin-top: 50px;
  }

  .hero-section .hero-box {
    margin-right: 0px;
  }
.hero-section .hero-img{
  display: none;
}
  .choose-section .ch-img {
    margin: 0px 50px;
  }

  .choose-section .ch-img>img {
    height: 700px;
  }

  .menu .navbar-light .navbar-nav .nav-link {
    display: inline-block;
    padding: 4px 0px;
    border: none;
    color: #1a00e2;
  }

  .menu .book a {
    color: #1a00e2;
  }

  .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;
    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: #1a00e2;
  }
   .booking-section .bs-review .bs-box{
    padding: 20px;
    border-radius: 10px;
    margin: 0px 5px;
    background-color: #FF9A2E;
   }
   .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;
  }
.welcome-section .ws-box h1{
  font-size: 36px;
}
  .ms-box {
    padding: 15px 20px;
  }

  .as-content {
    padding-top: 30px;
  }
.footer-box.f-box {
    margin-top: 20px;
}
  .ms-box .icon img {
    width: 50px;
  }

  .ms-box p {
    text-align: justify;
    font-size: 15px;
  }

  .map-section .map {
    height: 300px;
  }

  .m-100 {
    margin-bottom: 40px;
  }

  .footer-box {
    margin-bottom: 20px;
  }
.service-section .os-box .os-img img{
  width: 100%;
}
}

@media screen and (max-width:580px) {
  header .top-bar .container-fluid {
    padding: 0px 15px;
  }

.service-section ul .ser-list br {
    display: block;
}
.service-section {
    padding: 50px 0px;
}
.service-section .os-box {
    padding: 20px;
    margin-top: 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: #FF9A2E;
    border-radius: 0;
    margin-right: 5px;
  }
.welcome-section .ws-box{
  padding: 30px 17px;
}
.welcome-section .ws-box h1{
  font-size: 26px;
}
  .top-bar .top-right .phone:nth-child(2) {
    display: none;
  }

  .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;
  }

  .footer-link2 ul li span {
    font-size: 14px;
  }

  .choose-section .ch-box {
    margin: 20px auto;
    border: none;
    height: auto;
  }
.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;
    margin-top: 50px;
  }

  .quote-section .quote-form2 {
    display: none;
  }

  .booking-section h2 {
    color: #fff;
    margin-bottom: 20px;
  }

.hero-section{
  padding-top: 110px;
  padding-bottom: 200px;
}

.hero-section .hero-overlay img{
  width: 100%;
}
.hero-section .hero-img,.about-section .as-item .as-img2 img{
  display: none;
}
.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: 30px;
    line-height: 45px;
}
.hero-section .hero-text h4 {
    margin: 10px 0px;
    font-weight: 800;
    font-size: 18px;
}
.booking-section .bs-review h4{
  text-align: center;
  margin-bottom: 20px;
}
.booking-section .bs-review{
  padding: 20px 10px;
  padding-bottom: 0;
}
.bike-section .bs-img img {
    height: auto;
}
.p-100 {
    padding: 50px 0px;
}
.hero-section .hero-text p {
    font-size: 14px;
}
.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%;
}
.booking-section .bs-item{
  padding: 25px 15px;
}
.booking-section .bs-item .bs-info .text {
    margin-left: 10px;
}
.booking-section .bs-item .bs-info .bs-icon{
  height: 50px;
  width: 50px;
}
.booking-section .bs-item .bs-info .bs-icon img{
  width: 35px;
}
.booking-section .bs-item{
  height: auto;
}
.footer-section .col-lg-4:nth-child(2) .fs-box{
  padding-right: 0 !important;
}
}



 /*---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:#FF9A2E;
  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----*/