/* myCssStart */


.form-home{
    margin-top: 50px;
}
.navbar-nav a{
    cursor: pointer;
}
.services-main .show{
    display: flex !important;
}
.services-main ul.dropdown-menu {
    /* width: 300px; */
    justify-content: space-between;
    /* align-items: center; */
    background-color: #F4F4F4;
    flex-direction: column;
}

.services-main ul.dropdown-menu li.services-c {
    list-style: none;
    width: 47%;
}

.xyzz{
    justify-content: center;
    margin: auto;
}

.dropdown-item{
    background: none !important;
}

.services-main ul.dropdown-menu li.services-c ul {
    padding-left: 0;
}

.services-main ul.dropdown-menu li.services-c ul li {
    list-style: none;
}
.services-main ul.dropdown-menu li.services-c ul li a{
    color: #212121 !important;
}
.services-main ul.dropdown-menu li.services-c ul li a:hover{
    color: #000 !important;
}
.ab-co-page-main-div ul li{
    line-height: 30px;
    color: white;
    list-style: none;
    display: flex;
    align-items: center;
}
.ab-co-page-main-div ul li::before{
    content: '';
    height: 23px;
    width: 23px;
    background-image: url(./images/next-arrow.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 7px;
    margin-top: 11px;
}
/* .ab-co-page-main-div{
    padding-bottom: 30px;
    padding-top: 50px;
} */

@media (max-width: 768px){
  	
}
/* myCssEnd */

/*Booking Code Start*/

/*Booking Code End*/

html{
    scroll-behavior: smooth;
}

body{
    background-color: #ffffff;
}

.top-div{
    background-color: #ffffff;
}

.navbar{
    background-color: #F4F4F4;
    padding: 10 !important;
    border-top: 1px solid #ebebeb;
    z-index: 6000;
    transition: all .3s ease-in-out;
    /*border-bottom: 1px solid #ebebeb;*/
}

.call-link{
    font-size: 16px !important;
    font-weight: 600;
    padding: 11px 20px !important;
    vertical-align: middle;
    background-color: #ff9c45;
    color: #212121 !important;
    transition: all .3s ease-in-out !important;
}

.call-link:hover{
    background-color: #212121 !important;
    color: #ffffff !important;
}

.cusFormWrap{
    text-align: start !important;
}

.call-icon{
    transition: all .3s ease-in-out;
}

.call-span{
    vertical-align: middle;
}

.nav-link{
    padding: 12px 20px !important;
    font-size: 16px !important;
    font-weight: 600;
    color: #212121 !important;
    transition: all .3s ease-in-out !important;
}

/* .head-main-div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
} */

.head-main-div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.nav-link.active{
    background-color: #ff9c45;
}

.nav-link:hover{
    background-color: #212121;
    color: #ffffff !important;
}

.header-section{
    background: url('images/header-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 80%;
}

.header-section-opacity{
    background-color: rgba(0, 0, 0, .5);
    padding-top: 100px;
    padding-bottom: 100px;
}

.header-heading{
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
}

.header-span{
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
}

.form-div{
    margin-top: 70px;
}

.header-span-box{
    color: #212121;
    background-color: #ff9c45;
    font-weight: bold;
    height: 45px;
    overflow: hidden;
    display: inline-block;
    line-height: 44px;
    position: relative;
    top: 10px;
}

.change-headings{
    /* display: block; */
    /* vertical-align: middle; */
}

@media only screen and (min-width: 541px){
    .form-div{
        padding: 0 110px;
    }
}





@media only screen and (min-width: 992px){
    #source{
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
    }

    #submit{
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
    }

    #name{
        border-top-left-radius: 5px !important;
    }

    #email{
        border-top-right-radius: 5px !important;
    }

    #message{
        border-bottom-left-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
    }

    #contact-submit{
        border-bottom-left-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
    }
}

.about-section{
    background-color: #ffffff;
}

.main-heading-div{
    background-color: #F4F4F4;
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-headings{
    font-size: 35px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 0 !important;
}

.about-content-section{
    padding-top: 30px;
    padding-bottom: 60px;
}

.about-para{
    font-size: 16px;
    font-weight: 500;
    color: #626262;
    text-align: justify;
    margin-bottom: 5px !important;
}

.about-list{
    font-size: 16px;
    font-weight: 500;
    color: #626262;
    margin-top: 7px;
    list-style-type: circle;
    margin-bottom: 7px !important;
    padding-left: 19px !important;
}

.about-sub-headings{
    font-size: 25px;
    font-weight: 600;
    color: #373737;
}

.about-list-2{
    font-size: 16px;
    font-weight: 500;
    color: #626262;
    margin-bottom: 0 !important;
    text-align: justify;
    list-style-type: circle !important;
}

.service-section{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F4F4F4;
}

.service-cards{
    transition: all .3s ease-in-out;
}

.service-cards-header{
    background-color: #ff9c45;
    padding: 15px 23px;
}

.service-headings{
    font-size: 22px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 0 !important;
}

.service-cards-img-div{
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.service-imgs{
    transition: all .3s ease-in-out;
}

.airport-section{
    background: url('images/airport-section-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.airport-section-opacity{
    background-color: rgba(0, 0, 0, .6);
    padding-top: 60px;
    padding-bottom: 60px;
}

.main-orange-headings{
    font-size: 35px;
    font-weight: 700;
    color: #ff9c45;
    margin-bottom: 0 !important;
}

.white-divider{
    border-color: #777777 !important;
}

.airport-imgs-div{
    background-color: #F4F4F4;
    border-radius: 5px;
    padding: 20px;
    transition: all .3s ease-in-out;
}

.airport-imgs{
    transition: all .3s ease-in-out;
}

.station-section{
    background-color: #ffffff;
    padding-bottom: 50px;
}

.station-imgs{
    transition: all .3s ease-in-out;
}

.station-imgs:hover{
    filter: drop-shadow(0px 0px 24px #212121);
}

.fleet-section{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F4F4F4;
}

.fleet-main-div{
    background-color: #000000;
    position: relative;
    overflow: hidden;
}

.fleet-imgs{
    transition: all .3s ease-in-out;
    transform: scale(1.1);
}

.fleet-overlay-div{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: linear-gradient(to right, transparent 20%, #000000d1 100%);
}

.fleet-heading-div{
    position: absolute;
    top: 5%;
    right: 9%;
}

.fleet-headings{
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px !important;
}

.fleet-list-div{
    position: absolute;
    bottom: 5%;
    right: 2%;
}

.fleet-list{
    margin-bottom: 0 !important;
}

.fleet-list-items{
    margin-top: 5px;
    margin-bottom: 5px;
}

.fleet-spans{
    vertical-align: middle;
    font-weight: 500;
    color: #ff9c45;
}

.footer-section{
    padding-top: 50px;
    padding-bottom: 2rem;
    background-color: #212121;
}

.footer-heading{
    font-weight: 600;
    color: #ff9c45;
    margin-bottom: 20px !important;
}

.footer-list-items:not(:last-child){
    margin: 15px 0;
}

.footer-spans{
    vertical-align: middle;
    color: #ffffff;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 500;
    transition: all .3s ease-in-out;
}

a.footer-spans:hover{
    color: #ff9c45;
}

.social-icons{
    text-decoration: none !important;
    background-color: #ff9c45;
    display: block;
    transition: all .3s ease-in-out;
}

.social-icons img{
    transition: all .3s ease-in-out;
}

.footer-para{
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0 !important;
    text-align: justify;
}

.copyright{
    font-size: 14px;
    font-weight: 500;
    color: #9A9A9A;
    text-decoration: none !important;
    transition: all .3s ease-in-out;
}

a.copyright:hover{
    color: #ff9c45;
}

/*about and contact page styling*/
.ab-co-page-main{
    background-image: url(./images/bg-image-airport.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.ab-co-page-opacity_{
    /* background-color: rgba(0, 0, 0, .8); */
    background-color: rgb(0 0 0 / 52%);
    padding-bottom: 35px;
    padding-top: 60px;

}
.ab-co-page-main-div {
    background: url(images/ab-co-page-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 80%;
    background-blend-mode: multiply;
    background-color: #b07f54;
}

.ab-co-page-opacity{
    background-color: rgba(0, 0, 0, .8);
    padding-top: 70px;
    padding-bottom: 70px;
}

.about-page-para{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 30px;
    line-height: 2;
    text-align: justify;
}

.contact-pg-sub-heading{
    font-size: 25px;
    font-weight: 600;
    color: #F4F4F4;
    margin-top: 30px;
    margin-bottom: 30px !important;
}

.contact-form-div{
    background-color: rgba(244, 244, 244, .3);
    padding: 40px 20px;
}

.business-name{
    font-size: 23px;
    font-weight: 600;
    color: #ff9c45;
    margin-bottom: 25px !important;
    text-align: center;
}

.contact-labels{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.contact-form-inputs{
    box-shadow: none !important;
    outline: none !important;
    background-color: #ffffff !important;
    border-color: #000000 !important;
    border-radius: 0 !important;
    font-weight: 500 !important;
    transition: all .3s ease-in-out !important;
}

.contact-form-inputs:focus{
    box-shadow: 0 0 50px #212121 !important;
    color: #212121 !important;
}

.contact-submit-btn{
    width: 100%;
    box-shadow: none !important;
    border-color: #000000 !important;
    border-radius: 0 !important;
    background-color: #ff9c45 !important;
    color: #212121 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    transition: all .3s ease-in-out !important;
}

.contact-submit-btn:hover{
    background-color: #000000 !important;
    color: #ffffff !important;
}

/*404 page styling*/
.main-404-div{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F4F4F4;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.inner-404-div{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.heading-404{
    font-size: 100px;
    font-weight: 700;
    color: #ff9c45;
}

.sub-heading-404{
    font-weight: 700;
    color: #212121;
}

.para-404{
    font-size: 21px;
    font-weight: 600;
    color: #212121;
}

.link-404{
    text-decoration: none !important;
    background-color: #000000;
    padding: 0 10px;
    color: #ffffff;
    transition: all .3s ease-in-out;
}

.link-404:hover{
    color: #212121 !important;
    background-color: transparent;;
}


.label_chg {
    color: #fff !important;
    font-size: 16px;
    width: 45%;
    text-align: center;
    margin: auto !important;
}

#ul_style{
    list-style: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

@media screen and (min-width: 250px) and (max-width: 767px) {
    .label_chg {
        width: 100%;
        font-size: 17px;
        color:whitesmoke !important;
    }
}   


#hovvercol:hover{
    background-color: #000 !important;
    color: #fff !important;
}

@media screen and (max-width:768px) {
    .header-section{
        background: none !important;
        background-color: #000000 !important;
    }
    .container .arcont{
        padding: 0px !important;
    }
    #mobile_none{
        display: none !important;
    }
    .no_mob{
        display: none !important;

    }
    .header-section-opacity{
        padding-top: 0px !important;
    }
    .header-heading{
        font-size: 23px !important;
    }
    .header-span{
        font-size: 20px !important;
    }
    .ab-co-page-main-div{
        background: none !important;
        background-color: #000 !important;

    }
   

}


.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.25) !important;
}


.remove_dec:hover{
text-decoration: none !important;
}

body{
    font-family: 'Baloo Bhai 2' !important;
}

.modal-header button {
	background-color: #FF9C45 !important;
}

#moreModalitem .card-header button {
    margin-bottom: 10px;
    width: 100%;
    padding: 10px 5px;
    color: #fff;
}

#moreModalitem .card-header button, .modal-footer button {
    background-color: var(--webThemeColor);
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

/* body .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover{
    color: #fff !important;
} */