body{
	padding: 0;
	margin: 0;
}

.container{
	width: 100%;
	margin: 0 auto;
	max-width: 1200px !important;
	display: table;
}


.addres-span {
    color: #fff;
}

.top-nv {
    display: none;
}

header {
    background-color: #000;
}

.mid-logo img {
    width: 75%;
}

.div1 span {
    font-size: 20px;
    display: block;
    font-weight: 500;
    color: #fff;
}

.div1 {
    width: 17%;
    text-align: center;
}

.div1 a {
    font-size: 18px;
    color: #97a9b2;
    font-weight: 500;
    transition: 0.4s;
}

.div1 a:hover{
    color:#fff;
    text-decoration: none;
}

.nav-link {
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 500;
}

.dropdown-menu {
    border-radius: 0 !important;
    background: rgb(151 169 189 / 76%) !important;
}

.dropdown-item {
    font-weight: 500 !important;
    color: #000 !important;
}

.dropdown-item:hover {
    transition: 0.3s;
    background-color: #97A9BD !important;
}
.navbar-toggler{
    background-color: #fff !important;
}
.navbar-toggler-icon{
    filter: brightness(0);
}
.hero{
	width: 100%;
	background:url('../img/herosec.jpg')no-repeat;
	background-position: top;
	background-size: cover;
	background-attachment: fixed;
    position: relative;
    z-index: 1;
    padding: 120px 0px ;
}
.hero::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 40%);
    z-index: -1;
}
.store-icons {
    display: flex;
}

.store-img {
   margin: 20px;
}

.hero-div{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0 !important;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

@media (max-width:576px) {
    .hero-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
}


.main-hd h1 {
    text-align: center;
    font-size: 38px;
    align-items: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.main-hd{
    text-align: center;
}
.slog-para{
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.main-call {
   text-align: center;
    background-color: #97a9b2;
    width: max-content;
    margin:0px auto 30px auto;
    border-radius: 20px;
    padding: 10px;
    transition: 0.3s;
}

.main-call img {
    background-color: #fff;
    border-radius: 10px;
}

.main-hd a {
    color: #000;
    display: flex;
    align-items: center;
}

.main-hd a:hover {
    text-decoration: none;
}

.main-call:hover {
    background-color: #fff;
}

.main-call span {
    font-size: 22px;
    color: #000;
}


.about-section {
    padding: 100px 0;
    /* background-image: url(../img/about-img.jpg);
    background-size: cover;
    background-position: center; */
    /* margin: 30px 0; */
    position: relative;
    /* background-attachment: fixed; */
}
.about-section::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
}

.about-sec-hd h2 {
    /* text-align: center; */
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.abt-main-txt h3 {
    color: #9cd3df;
    font-size: 30px;
}

.abt-main-txt {
    text-align: left;
}

.abt-main-txt p {
    font-size: 20px;
    color: #fff;
    margin: 15px 0px 15px 0px;
    font-weight: 500;
}
.abt-main-txt ul li{
    color: #ffff;
}
.abt-main-txt button {
    padding: 11px 40px;
    font-size: 19px;
    color: #000;
    border-radius: 8px;
    font-weight: 500;
    background-color: #9cd3df;
    margin-top: 30px;
    transition: 0.3s;
    border: none;
}

.abt-main-txt button:hover {
    background-color: #555c66 !important;
    text-decoration: none !important;
    color: #fff !important;
}

.abt-main-txt button:focus {
    color: #000 !important;
    background-color: #9cd3df !important;
    border: none !important;
    box-shadow: none !important;
}


.luton-dialog {
    max-width: 1200px !important;
}


.services {
    padding: 80px 0;
    /* margin-top: -70px;     */
}
.services h2{
    color: #000 !important;
}

.main-srvice {
    text-align: center;
    border-radius: 5px;
    background-color: #97A9B2;
    padding: 40px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
    transition: 0.4s;
    margin-bottom: 20px;
}
.main-srvice a{
    color: #000 !important;  
    text-decoration: none !important;
}
.main-srvice:hover {
    background-color: #9cd3df;
}
.main-srvice:hover .srvc-txt img{
    background-color: #000 !important;
}

/*.main-srvice:hover > .srvc-txt img{
    background-color: #97A9B2;
}*/

/*.main-srvice:hover > .srvc-txt img{
filter: brightness(0) invert(1);

}*/


.main-srvice span {
    font-size: 20px;
    font-weight: 700;
}

.srvc-txt img {
    transition: 0.4s;
    padding: 20px;
    background-color: #fff;
    border-radius: 100%;
}

.srvc-txt {
    text-align: center;
    margin: 0px 0px 15px;
}

.services-img img {
    width: 100%;
}

/*.airport-services {
     width: 100%;
    background:url('../img/airport-back.webp')no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
*/
.combine-both-sec{
    padding: 50px 0 100px;
}
.airport-combine-bg{
    padding: 60px 0;
    background-image: url(../img/airport-combine.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.airport-combine-bg::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 70%);
    z-index: -1;
}
.combine-main-hd{
    text-align: center;
}
.combine-main-hd span{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.combine-main-hd h3{
    font-weight: 700;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase
}
.combine-main-content-div {
    margin: 70px 0 50px ;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.combine-main-content-div .combine-link{
    margin: 10px 0;
}
.combine-main-content-div .combine-link a{
    padding: 10px 20px ;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all .5s ease-in-out;
}
.combine-main-content-div .combine-link a:hover{
    background-color: #97a9b2c9;
}
.station-combine-bg{
    padding: 80px 0;
    background-image: url(../img/station-combine.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1  ;
}
.station-combine-bg::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 60%);
    z-index: -1;
}
/* .main-airport2 {
    padding: 8px;
    border: 1px solid #fff;
    border-radius: 100%;
}


.main-airport2:hover {
    border: 1px solid #000;
}

.main-airport2:hover > .airprt-main-2 {
    background-color: #fff;
}

.main-airport .row {
    justify-content: space-between;
}



.airprt-hd {
    margin-bottom: 50px;
}

.main-airport{
   width: 100%;
    padding: 100px 0;
    background-color: #97A9B2;
}

.airprt-left-txt p {
    color: #fff;
    font-size: 22px;
}

.main-airport a {
    text-align: center;
}

.main-airport a:hover {
    text-decoration: none;
} */
.about-sec-hd {
    width: 100%;
    /* text-align: center; */
}
.airprt-hd {
    margin-bottom: 50px;
}
.airprt-main span{
    display: block;
}


/*.airprt-main-2{
    width: 100%;
    height: 170px;
    background: url(../img/gatwick-1.webp) no-repeat;
    background-size: cover;
    background-position: center;
    transition: 0.4s;
}*/


.air-txt span {
    font-size: 25px;
    color: #000;
}

.air-txt {
    margin-bottom: 10px;
}


.station-services {
    padding: 100px 0;
    background:url('../img/highway.webp') no-repeat; 
    background-position: center 65%;
    background-size: cover;
    background-attachment: fixed;
    
}

.main-station {
    padding-top: 50px;
}

.main-station a:hover {
    text-decoration: none;
    color: #fff;
}

.station-bx {
    margin: 20px;
    transition: 0.4s;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
    padding: 20px;

}

.station-bx:hover {
    transform: scale(1.2);
    background-color: #97a9b2;
}

.station-bx img {
    width: 30%;
    border-radius: 100px;
    border: 5px solid #97a9b2;
}

.station-bx span {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    display: block;
}

.our-fleet {
    padding: 100px 0;
    background-color: #97a9b2;
}

.fleet-details {
    background-color: #fff;
}

.fleet-div {
    padding: 20px;
    background: white;
    border-radius: 5px;
    margin-bottom: 20px;
}

.fleet-img {
    margin-bottom: 20px;
}

.fleet-hd span {
    font-size: 24px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.fleet-inner span {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
.fleet-inner img{
    filter: brightness(0.3);
}
.fleet-img img {
    width: 100%;
}
.fleet-hd {
    margin-bottom: 20px;
}
.fleet-inner {
    display: flex;
    justify-content: space-evenly;
    border-bottom: 2px solid #000;
    padding: 10px;
    background: #9cd3df;
    margin-bottom: 5px;
    border-radius: 5px;
}




/*inner pages css start*/
.about-inner-txt h2,
.about-inner-txt h3,
.about-inner-txt h4{
    color: #fff !important;
}
.about-inner-txt p {
    font-size: 18px;
    color: #fff !important;
}
.about-inner-txt ul li{
    color: #fff !important;
}
/*inner pages css start*/



/*contact page css start*/

.cntct-pg {
    background-color: #16191c !important;
    padding: 70px 0;
}

.call-div {
    text-align: center;
    margin-top: 50px;
}

.details-div a {
    text-decoration: none;
    display: block;
    font-size: 16px;
    color: #fff;
}

.details-div a:hover {
    text-decoration: none;
    color: #fff;    
}

.call-div a {
    display: block;
    color: #fff;
}

.call-div a:hover {
    color: #fff;
}


.address-dive span {
    font-size: 15px;
    color: #ffff;
}

.address-dive {
    text-align: center;
}

.address-dive h2 {
    color: #fff;
    font-size: 25px;
}

.add-details {
    display: flex;
    align-items: end;
}

/*contact page css close*/

.download-sec{
    padding: 50px 0;

}
.download-sec .download-main{
    display: flex;
    justify-content: center;
    gap: 10px;
}


footer {
    width: 100%;
    padding: 20px 0;
    background-color: #000000;
}

.ft-2 span {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
}

.ft-2 {
    text-align: center;
}

.ft-1 a {
    color: #97a9b2;
    font-weight: 500;
    font-size: 18px;
}

.ft-1 a:hover {
    text-decoration: none;
    color: #fff;
}

.ft-icons {
    text-align: end;
}

.ft-icons a {
    margin: 10px;
    transition: 0.4s;
    text-decoration: none !important;
}


/*404 page css*/


.content-404 {
    width: 100%;
    height: 100vh;
    background-color: #9cd3df;
    display: flex;
    justify-content: center;
    align-items: center;
}

.heading-404 {
    text-align: center;
    color: #000;
    font-size: 80px;
    font-weight: 700;
}
.sub-heading-404 {
    font-size: 35px;
    font-weight: 700;
}

.para-404 {
    font-size: 22px;
    text-align: center;
}

.link-404 {
    color: #0C2B4B;
}


/*404 page css close*/



/*contact page css*/


.contct-page {
    padding: 50px 0px 50px;
}

.fields-div {
    width: 55%;
    background-color: #fff;
    padding: 33px;
}

.contact-section {
    padding: 90px 0 40px 0;
    background-color: #111212;
}

.contact-section .col-md-12 {
    display: flex;
    justify-content: center;
}

.details-div {
    text-align: center;
    margin-top: 50px;
}



/*contact page css close*/




@media screen and (min-width: 320px) and (max-width: 768px) {


.top-nv {
    display: none;
    padding: 13px 0;
    text-align: center;
}

.top-nv a {
    color: #97a9b2;
    font-size: 20px;
    font-weight: 500;
    transition: 0.4s;
}

.top-nv span {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.top-nv a:hover{
    color: #fff;
    text-decoration: none;
}

.div1 {
    display: none;
}
.hero{
    background-image: none;
    padding: 40px 0;
}
.hero::before{
    background-color: #97A9B2;
}
.main-hd h1{
    font-size: 24px;
}
.slog-para{
    font-size: 15px;
}
.main-hero {
    padding: 30px 0;
}

.store-img img {
    width: 100%;
    margin: 15px;
}

.srvc-txt span {
    display: block;
}
.about-section{
    background-image: none;
}
.about-section::before{
    
    background-color: #000;
}
.about-sec-hd h2 {
    font-size: 22px;
    padding: 0 23px;
}
.abt-main-txt p{
    font-size: 16px;
}

.abt-img img {
    display: none;
}

.services-img img{
    display: none;
}
.airport-combine-bg{
    background-image: none;
}
.airport-combine-bg::before{
    background-color: #97A9B2;
}
.station-combine-bg{
    background-image: none;
}
.combine-main-hd span{
    font-size: 18px;
}
.combine-main-hd h3{
    font-size: 24px;
}
.station-combine-bg::before{
    background-color: #000;
}
.fleet-hd span{
    font-size: 20px;
}
.fleet-div{
    margin-bottom: 20px;
}
.ft-1 {
    text-align: center;
}

.ft-icons {
    margin-top: 10px;
    text-align: center;
}

.fields-div {
    width: 100%;
}
.ft-2 span{
    font-size: 15px;
}
.about-inner-txt h2{
    font-size: 22px;
}
.about-inner-txt h3{
    font-size: 20px;
}
.about-inner-txt p{
    font-size: 16px;
}
}



/* 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 */






