@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;
  padding: 30px;
  background-color: #0B4654 ;
}

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: #0B4654 ;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  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: #0B4654 ;
  border-radius: 5px;
  content: "";
}

.sec-btn {
  display: inline-block;
  padding: 13px 30px;
  background-color: #F77F00 ;
  color: #fff;
  border-radius: 30px;
  transition: .5s;
  border: 2px solid #F77F00 ;
  text-transform: capitalize;
  font-size: 18px;
}

.sec-btn:hover {
  background-color: transparent;
  color: #0B4654 ;
  border-color: #0B4654 ;
  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: #F77F00;
}

/* -----Globle-Style----- */


/* ===Header-Section-Start=== */

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 9999;
  padding-top: 30px;
}

.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: #0B4654 ;
  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 {
  border-radius: 20px;
  padding: 200px 0px 240px;
  position: relative;
  background-image:linear-gradient(#e7faffb2,#e7faffb2),url(../images/hero.png);
  background-position: bottom;
}

.hero-section .hero-overlay {
  position: absolute;
  opacity: .5;
  bottom: 0;
  transform: rotateY(180deg);
  left: 25%;
}

.hero-section .hero-text span {
  color: #0B4654 ;
  text-transform: capitalize;
  font-size: 18px;
}

.hero-section .hero-text h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 80px;
  color: #0B4654;
  margin: 15px 0px;
}

.hero-section .hero-text h4 {
  font-weight: 600;
  color: #0B4654 ;
  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: #0B4654 ;
  border-color: #0B4654 ;
  margin-left: 20px;
}

.hero-section .hero-text .hero-btn a:nth-child(2):hover {
  background-color: transparent;
  border-color: #0B4654 ;
  color: #0B4654 ;
}

.hero-section .hero-img {
  margin-right: -116px;
}
.about-mark{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.about-mark .scrolling-text-container {
  background-color: #eff5ff;
  padding: 20px;
  overflow: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* 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;
}

.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: #0B4654 ;
}

.network-section .ns-box p {
  margin-top: 20px;
}

.network-section .ns-box p span,
.network-section .ns-box span span {
  color: #0B4654 ;
}

.network-section .ns-box span a {
  color: #fff;
  padding-left: 10px;
}

/* ===Network-Section-End=== */

/* ---about-section-start---- */
.about-section {
  background-image: url(../images/bs-bg.png);
  background-size: cover;
  border-radius: 20px;
}

.about-section .as-item {
  position: relative;
  margin-right: 20px;
}

.about-section .as-item h2 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 50px;
}

.about-section .as-image {
  margin-left: -100px;
  margin-top: 20px;
}

.about-section .as-text h2 {
  font-weight: 800;
  color: #0B4654 ;
}

.about-section .as-text h4 {
  font-weight: 800;
  margin-bottom: 10px;
}

.about-section .as-text h5 {
  font-weight: 700;
  color: #0B4654 ;
}

.about-section .as-text .as-box {
  padding: 30px;
  margin-bottom: 25px;
  border-radius: 10px;
  color: #fff;
}

.about-section .as-text .as-box h3 {
  font-weight: 700;
  font-size: 55px;
}

.about-section .as-text .col-md-6:nth-child(2) .as-box h3::after {
  content: "%";
}

.about-section .as-text .as-box h3::after {
  content: "K+";
  font-size: 45px;
}

.about-section .as-text .as-box p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}


/* ---about-section-start--- */


/* ===Service-Section-Start=== */

.service-section{
  color: #fff;
}
.service-section .ss-head h2{
  font-weight: 800;
}
.service-section .ss-box{
  padding: 30px;
  margin-top: 20px;
  border-radius: 15px;
  background-color: #0b45541b;
  box-shadow: 0px 10px 20px 0px #00000049;
}
.service-section .ss-box .ss-img{
  transition: .5s;
}
.service-section .ss-box:hover .ss-img{
  background-color: #F77F00 ;
  border-radius: 10px;
}
.service-section .ss-box .ss-img img{
  border-radius: 10px;
  height: 260px;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 89%);
  object-fit: cover;
}
.service-section .ss-box h4{
  font-weight: 700;
  margin-top: 20px
}
.service-section .ss-box .sec-btn:hover{
  border-color: #D62828;
  color: #fff;
}
/* ===Service-Section-End=== */

/* ===Review-Section-Start=== */
.review-section .rs-head h2{
  color: #fff;
  font-weight: 800;
  margin-bottom: 30px;
}
.review-section .rs-box{
  padding: 30px 40px;
  margin: 10px;
  border-radius: 10px;
  background-image: url(../images/bs-bg.png);
  background-size: cover;
}
.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 h4{
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}
.review-section .rs-box .rs-text p{
  font-size: 18px;
  margin-top: 10px;
}
.review-section .rs-box .rs-text .rs-ratting{
  color: #FF7A00;
}
.review-section .rs-box .rs-text .rs-ratting i{
  padding:0px 13px;
}
/* ===Review-Section-End=== */

/* ===Booking-Section-Start=== */
.booking-section .bs-form {
  padding: 30px;
  border-radius: 20px;
  background: url(../images/bs-bg.png);
  background-size: cover;
}

.booking-section .bs-form h3 {
  font-weight: 800;
  font-size: 35px;
}

.booking-section .bs-box {
  background-color: #eee;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
}

.booking-section .bs-box ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: flex-end;
}

.booking-section .bs-box ul li {
  display: flex;
  margin: 0px 5px;
  align-items: center;
}

.booking-section .bs-box ul li a {
  height: 35px;
  width: 35px;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.booking-section .bs-box ul li:nth-child(1) a {
  background-color: #0B4654 ;
}

.booking-section .bs-box ul li:nth-child(2) a {
  background-color: #000;
}

.booking-section .bs-box ul li:nth-child(3) a {
  background: linear-gradient(#FFD600, #FF7A00, #FF0069, #D300C5, #7638FA);
}

.booking-section .bs-form .bs-input {
  margin-top: 15px;
}

.booking-section .bs-form .bs-input input,
.booking-section .bs-form .bs-input select,
.booking-section .bs-form .bs-input textarea {
  padding: 13px 20px;
  border-radius: 5px;
  border: 1px solid #0B4654 ;
  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 #0B4654 ;
  padding: 13px 30px;
  margin-top: 20px;
  outline: none;
}

.booking-section .bs-review {
  padding: 30px;
  background-color: #0B4654 ;
  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: #0B4654 ;
  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: #0B4654 ;
}

.booking-section .bs-item h2 {
  font-size: 30px;
  font-weight: 800;
}

.booking-section .bs-item .bs-info {
  display: flex;
  margin: 20px 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: #0B4654 ;
}

.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=== */

/* -----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;
  border-radius: 20px;
  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: #0B4654 ;
  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: #0B4654 ;
}

.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 #0B4654 ;
}

.footer-section .fs-box .social ul li a:hover {
  background-color: #0B4654 ;
  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: 35px;
  width: 35px;
  border-radius: 4px;
  transition: .4s;
  cursor: pointer;
  margin-right: 15px;
  border: 1px solid #0B4654 ;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-section .fs-box .fs-list li:hover i {
  background-color: #0B4654 ;
  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: #F77F00 ;
}

/* ====Footer-Section-End==== */

/* ------footer-section-end-------- */

/* ---banner-section-start---- */

.banner-section {
  padding-top: 180px;
  padding-bottom: 100px;
  background-image: linear-gradient(#c6eff1e0, #c6eff1e0), url(../images/ser2.png);
  background-size: cover;
  border-radius: 20px;
  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;
  font-weight: 600;
}

/* ----banner-section-end--- */

/* ===Process-Section-Start=== */
.process-section .col-lg-3{
  padding: 0px;
}
.process-section .ps-box{
  padding:13px 25px;
  position: relative;
}
.process-section .ps-box .ps-inner-box{
  background-color: #F77F00 ;
  padding: 20px;  
  text-align: center;
  border-radius: 10px;
  transition: .5s;
  color: #fff;
}
.process-section .ps-box .ps-inner-box h4{
  font-weight: 700;
}
.process-section .ps-box .ps-inner-box p{
  margin-bottom: 0;
}
.process-section .ps-box .ps-icon{
  height: 100px;
  width: 100px;
  display: flex;
  transition: .5s;
  align-items: center;
  margin: auto;
  margin-top: -70px;
  margin-bottom: 10px;
  justify-content: center;
  border-radius: 50%;
  background-color: #eee;
}
.process-section .ps-box:hover .ps-icon{
  background-color: #000;
}
.process-section .ps-box:hover .ps-icon img{
  filter: brightness(1);
}
.process-section .ps-box .ps-icon img{
  filter: brightness(0);
}
.process-section .ps-box .cs_card_shape{
  position: absolute;
  bottom: 0;
  transition: .5s;
  left: 13px;
  color: #eee;
  z-index: -1;
}.process-section .ps-box:hover .cs_card_shape{
  color: #000;
}
.process-section .col-lg-3:nth-child(even) .ps-box .cs_card_shape{
  top: 0;
  bottom: auto;
}
/* ===Process-Section-End=== */

/* ---------Mission-section-start--------- */

.ms-box {
  padding: 30px;
  text-align: center;
  background-color: #0B4654 ;
  transition: .5s;
  border-radius: 10px;
}

.ms-box:hover {
  background-color: #0B4654 ;
}

.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 #0B4654 ;
  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;
}
.service-section .os-box ul{
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.service-section .os-box ul li{
  padding:6px 10px;
  border-radius: 30px;
  background-color: #fff;
  margin: 5px;
  color: #0B4654;
}
.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: #0B4654;
  cursor: pointer;
  text-align: center;
  margin: 0px 10px;
  background-color: #eee ;
}

.service-section ul .ser-list br {
  display: none;
}

.service-section ul .ser-list.slick-current {
  background-color: #F77F00 ;
  color: #fff;
}

/* ===Service-Section-End===  */


/* ====Booking-Section-End==== */

/* ===Map-Section-Start=== */

.map-section .map {
  height: 100%;
  border-radius: 20px;
}
.map-section .map iframe{
  border-radius: 20px;
}
.map-section .bs-item {
  padding:20px 30px;
  height: 100%;
  border-radius: 10px;
  background-color: #F77F00 ;
}

.map-section .bs-item h2 {
  font-size: 30px;
  font-weight: 800;
}

.map-section .bs-item .bs-info {
  display: flex;
  margin: 20px 0px;
  align-items: center;
}

.map-section .bs-item .bs-info .bs-icon {
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  background-color: #0B4654 ;
}

.map-section .bs-item .bs-info .text {
  flex: 1;
  margin-left: 15px;
}

.map-section .bs-item .bs-info .text h6 {
  font-weight: 800;
  margin-bottom: 0;
  font-size: 20px;
  color: #fff;
}
.map-section .bs-item .bs-info .text a,.map-section .bs-item .bs-info .text span{
  color: #eee;
}
.map-section .bs-item .bs-info .bs-icon img {
  width: 45px;
}
/* ====Map-Section-End==== */

@media screen and (max-width:1024px) {

body{
  padding: 20px;
}
  .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 .ss-box{
  padding: 20px;
}
.service-section .ss-box .ss-img img {
    height: 225px;
}
  .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;
  }

  .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: #0B4654 ;
  }

  .bike-section .bs-box .bs-item img {
    width: 24px;
  }

  .choose-section .ch-box {
    height: 100%;
    border-top: 2px solid #0B4654 ;
  }

  .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;
  }
  .process-section .ps-box .cs_card_shape{
    display: none;
  }
  .process-section .ps-box {
    padding: 13px 7px;
}
}

@media screen and (max-width:992px) {

  .menu .navbar-light .navbar-toggler {
    border-color: #0B4654 ;
  }

  .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 {
    padding: 140px 0px 240px;
  }

  .hero-section .hero-overlay {
    left: auto;
    right: 0;
  }
  .booking-section .bs-img{
    text-align: center;
  }
  .booking-section .bs-box{
    margin-bottom: 30px;
  }
  .about-section .as-text .as-box{
    background-size: cover;
    padding: 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;
  }

  .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: #0B4654 ;
  }

  .menu .book a {
    color: #0B4654 ;
  }

  .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: #0B4654 ;
  }

  .booking-section .bs-review .bs-box {
    padding: 20px;
    border-radius: 10px;
    margin: 0px 5px;
    background-color: #0B4654 ;
  }

  .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;
  }

  .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%;
  }
  .service-section .os-box {
    padding: 0px;
    margin-top: 0px;
}
.service-section .os-box .os-img,.map-section .bs-item{
  margin-top: 20px;
  height: auto;
}
}

@media screen and (max-width:580px) {
  body {
    padding: 10px;
}
header{
    padding:20px 10px 0px;
}
  header .top-bar .container-fluid {
    padding: 0px 15px;
  }

  .service-section ul .ser-list br {
    display: block;
  }

  .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: #0B4654 ;
    border-radius: 0;
    margin-right: 5px;
  }
.banner-section {
    padding-top: 100px;
    padding-bottom: 70px;
}
  .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;
}
.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: 190px;
  }

  .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;
  }

  .hero-section {
    padding-top: 110px;
    background-size: cover;
    padding-bottom: 200px;
    
    background-position: right;
  }

  .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;
  }



  .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%;
  }
}



/*---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: #0B4654 ;
  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----*/