/* Nav + Header */
.font-faimly {
  font-family: "Open Sans", sans-serif;
  font-size: 25px !important;
  position: relative;
  right: 65px;
  letter-spacing: 1px;
}

li{
  list-style-type: none;
}

.navbar {
  /* z-index: 6; */
  border-bottom: 1px solid #fff !important;
}

.icon:hover {
  background: #05575b !important;
}

.fw-bolder-style {
  font-weight: 900 !important;
  /* word-spacing: 15px; */
  /* font-size: 3vw; */
}
/* .fs-set{
  font-size: 1.9vw;
} */

.navbar {
  z-index: 5;
}

.fw-bolder {
  font-weight: 900 !important;
  font-size: larger;
}

.fw-semibold {
  font-weight: 500 !important;
  font-size: 18px;
}

.f-size-larger {
  font-size: 25px !important;
}

/* about us */
.font-siz {
  font-size: 65px !important;
  text-align: center;
}

/*  */

@media (min-width: 992px) {
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: -4rem !important;
  }
}

.position-set {
  position: relative;
  bottom: 85px;
  background-color: #fff !important;
  border-radius: 5px;
  /* padding: 35px !important; */
  /* border: 2px solid black; */
}

.bg-gradient {
  opacity: 0.7;
  font-weight: 600;
  border: 2px solid #fff !important;
  background-color: transparent;
}
.navbar-expand-lg .navbar-nav {
  margin-right: 4rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.8rem;
  padding-left: 0.5rem;
}

.nav-link:hover {
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 255, 0.566);
  text-decoration-thickness: 5px;
  text-underline-offset: 27px;
  transition: 0.4s;
  z-index: 10;
}

.f-size {
  font-size: 15px !important;
  font-weight: 600 !important;
}

/* Nav + Header End */

/* Footer */
.bg-cus {
  background-color: #4e7ff1;
  color: #fff;
}

.cus-br-p {
  border: 2px solid #fff;
  border-radius: 100% !important;
  padding: 10px;
}

.bg-cus .cus-br-p i {
  font-size: 20px;
  width: 20px;
}

.bg-cus .cus-br-p:hover {
  border: 2px solid #000;
}

.cus-posi {
  position: relative;
  bottom: 2px;
  left: 2px;
}

.bg-black {
  background-color: #000;
}

.font-weight-bold {
  font-weight: 600 !important;
  font-size: 14px !important;
}

.margin-set {
  margin-top: 60px !important;
}
/* Wedigt */




/* input type */

/* Widget END */

/* Section 3 Style*/
.cus-col {
  background-color: #f7f7f7;
}

.btn-cus {
  background-color: #007bff !important;
  color: #fff;
  font-weight: 400;
  border-radius: 2px;
}

.btn-cus:hover {
  background-color: #3797ff !important;
  color: #000 !important;
  transition: 4ms;
}

.txt-div h1 {
  font-weight: 300;
}

.txt-div p {
  font-size: 20px;
  font-weight: 300;
}

.radius {
  border-radius: 10% 00% 0% 10%;
}
.cus-top-m-mo-2 {
  height: 35rem !important;
}
p {
  font-weight: 300 !important;
}
.about-main-page h2{
  font-size: 36px  !important;
  font-weight: 300;
  color: #212529;
}
header{
  position: absolute;
  width: 100%;
}
.hero-banner{
  background-image: url(../images/chuff.webp);
  background-size: cover;
  background-position: top;
  padding: 140px 0 120px;
  position: relative;
}
.hero-banner::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 255, 0.783) 35%,
    rgba(128, 0, 128, 0.628) 95%
  );
  opacity: 0.5;
}
.hero-banner h1{
  color: #fff;
  font-weight: 300;
}
.slog-para{
  font-size: 22px !important;
  color: #fff;
  letter-spacing: 1px;
}
.airport-sec{
  padding: 50px 0;
}
.airport-sec img{
  /* height: 550px !important;   */
  width: 100%;
}
.airport-main-hd span,
.station-main-hd span{
  letter-spacing: 2px;
  color: #000 !important;
  font-style: italic;
}
.airport-main-hd h2,
.station-main-hd h2{
  font-size: 36px !important;
  font-weight: 300;
  color: #212529;
}
.airport-right-main {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}
.airport-inner-main {
    width: 30%;
}
.airport-inner-main h3,
.airport-inner-main a{
  font-size: 20px;
  font-weight: 400;
  color: #212529;
  font-style: italic;
  
}
.airport-inner-main p{
  font-size: 16px !important;
}
.station-sec{
  padding: 50px 0;
}
.station-main{
  display: flex;
  justify-content: space-between;
  width: 65%;
  margin-top: 30px;
}
.station-main ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.station-main ul li{
  padding: 6px 12px;
    background: #fff;
    color: #007bff;
    border-radius: 5px;
    box-shadow: 0 0 5px #00000061;
    margin-bottom: 15px;
     transition: all .4s ease;
}
.station-main ul li:hover{
  background-color: #007bff;
  box-shadow: 0 0 5px #000000de;
}
.station-main ul li:hover a{
  color: #fff;
}
.station-main ul li a{
  text-decoration: none;
  color: #000;
  font-style: italic;
  transition: all .4s ease;
}
.fleet-sec .fleet-main{
  margin-top: 70px;
}
.fleetinner-main {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 50px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.fleet-img {
    width: 30%;
}
.fleet-content h3 {
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
}
.fleet-content ul {
    display: flex;
    padding: 0;
    gap: 10px;
}
.fleet-content ul li {
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
}
.service-sec{
  padding: 50px 0;
}
.service-sec .station-main-hd{
  margin-bottom: 40px;
}
.service-main{
  display: flex;
  gap: 20px;
}
.service-maininner .serivce-img{
  margin-bottom: 30px;
}
.service-maininner .service-content h3,
.service-maininner .service-content a{
  font-size: 22px;
  letter-spacing: 1px ;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 20px;
  color: #212529;
}
.service-maininner .service-content p{
  font-size: 16px !important;
}

/* Content Style */

p {
  font-size: 20px !important;
}

.font-size > li {
  font-size: 20px !important;
  list-style-type: square !important;
}

.about-main-page bg-gray-light {
  background-color: #f7f7f7;
}

.change-heading > h1,
h2 {
  font-size: 40px ;
  font-weight: 600;
  color: #007bff;
}

.m-5-set-1 {
  margin-top: -3rem !important;
  margin-bottom: 1rem !important;
}

.m-5-set {
  margin-top: -5rem !important;
}

.p-5-set {
  padding: 4rem !important;
}
.pb-5-set {
  padding-bottom: 3rem !important;
}
/*  */
.mt-lg-5-cus {
  margin-top: 4.5rem !important;
}

/* Header */

.m-left {
  margin-left: 16rem !important;
}
.ml-5-headings {
  margin-left: 8rem !important;
}

.z-index {
  z-index: 12 !important;
}

.border-white {
  padding: 7px 12px 7px 12px;
  border: 1px solid white;
  border-radius: 3px;
  position: relative;
  top: 0;
}

.form-div {
  margin: 0 3.5rem !important;
}
/* Start Queries */
/* for mobile */
@media screen and (min-width: 320px) and (max-width: 480px) {
  .bg-light-oppacity {
    background: rgba(0, 0, 0, 0.753);
  }
  .border-white {
    padding: 7px 12px 7px 12px;
    border: 1px solid white;
    border-radius: 3px;
    position: relative;
    top: 7px;
  }
  .legend {
    width: 50%;
  }
  .widget {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .form-div {
    margin: 0 0 !important;
  }
  .mar {
    margin-left: 0 !important;
  }
  .marg {
    margin-right: 0 !important;
  }
  .margin {
    margin-left: 0 !important;
  }
  .m-5-set-1 {
    margin-top: -5rem !important;
  }
  h1{
    font-size: 2rem !important;
  }
  p{
    font-size: 1.5rem;
  }
  .p-5-set {
    padding: 1rem !important;
}.d-set{
  display: block !important;
}
.font-siz {
  font-size: 2.5rem !important;
}
.f-sizee{
  font-size: 1.8rem !important;
}
.font-sizee{
  font-size: 1.2rem !important;
}
}

/* for labate and up */
@media (min-width: 481px) and (max-width: 768px) {
  .bg-light-oppacity {
    background: rgba(0, 0, 0, 0.753);
  }
  .border-white {
    padding: 7px 12px 7px 12px;
    border: 1px solid white;
    border-radius: 3px;
    position: relative;
    top: 0;
  }
  .legend {
    width: 48%;
  }
  .widget {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .form-div {
    margin: 0 0 !important;
  }
  .mar {
    margin-left: 0 !important;
  }
  .marg {
    margin-right: 0 !important;
  }

  .m-5-set-1 {
    margin-top: -4rem !important;
    margin-bottom: 5rem !important;
  }  h1{
    font-size: 2rem !important;
  }
  p{
    font-size: 1.5rem;
  }
  .p-5-set {
    padding: 1rem !important;
}.d-set{
  display: block !important;
}
.font-siz {
  font-size: 3rem !important;
}
}

/*  large devices (desktop)*/
@media (min-width: 769px) and (max-width: 992px) {
  .bg-light-oppacity {
    background: rgba(0, 0, 0, 0.753);
  }
  .border-white {
    padding: 7px 12px 7px 12px;
    border: 1px solid white;
    border-radius: 3px;
    position: relative;
    top: 0;
  }
  .legend {
    width: 50%;
  }
  .form-div {
    margin: 0 3.5rem !important;
  }  p{
    margin-top: 23px !important;
  }
}

/* x-large devices */
@media (min-width: 993px) and (max-width: 1200px) {
  .form-div {
    margin: 0 3.5rem !important;
  }
  .margin {
    margin-left: 3rem !important;
  }
  .mar {
    margin-left: 3rem !important;
  }
  .marg {
    margin-right: 3rem !important;
  }
  p{
    margin-top: 30px !important;
  }
}

/* xx-large */
@media screen and (max-width: 991px) {
  .screenoff{
    display: none;
  }
  .station-main{
    flex-direction: column;
    width: 50%;
  }
  
}
@media (min-width: 1400px) {
  .form-div {
    margin: 0 5rem !important;
  }
  .margin {
    margin-left: 4.5rem !important;
  }
  .mar {
    margin-left: 4rem !important;
  }
  .marg {
    margin-right: 4rem !important;
  }  
}
@media screen and (max-width: 576px) {
  .hero-banner h1{
    font-size: 24px !important;
  }
  .slog-para{
    font-size: 15px !important;
  }
  .about-main-page h2,
  .airport-main-hd h2, .station-main-hd h2{
    font-size: 26px !important;
  }
  .airport-inner-main{
    width: 100%;
  }
  .station-sec,
  .airport-sec {
    padding: 50px 0 0;
}
  .station-main{
    width: 100%;
    flex-direction: column;
  }
  .service-main{
    flex-direction: column;
  }
  .fleetinner-main{
    flex-direction: column;
  }
  .fleet-img{
    width: 100%;
  }
  
}
@media screen and (max-width: 767px) {
  .hero-banner{
    background-image: none !important;
    padding: 120px 0px 50px;
  }
  .service-none{
    display: none ;
  }
  p{
    font-size: 16px !important;
  }
}


/* Whats App Button Css Start */
.wapp-btn {
    position: fixed;
    bottom: 20px;
    left: 20px; 
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    cursor: pointer;
    transition: 0.3s;
}

.wapp-btn img {
    width: 30px;
    height: 30px;
}

.wapp-btn:hover {
    transform: scale(1.1);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .wapp-btn {
        width: 50px;
        height: 50px;
        bottom: 15px;
        left: 15px;
    }

    .wapp-btn img {
        width: 25px;
        height: 25px;
    }
}
/* Whats App Button Css Start */
