/*Booking Code Start*/

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #6693bc !important;
    font-weight: 700 !important;
    color: #fff !important;
    padding: 10px;
}

.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*Booking Code End*/





/* .nav-div{
    background-color: white !important;
    padding-left: 20px;
    padding-right: 30px;

    color: black;


} */

.top-name{
    font-weight: bold;
    color: black;
    font-size: 30px;
    vertical-align: middle;
}


/* 

@media only screen and (max-width: 280px){
    .header-main-heading{
        font-size: 46px;
    }
}

 */




.navbar-toggler{
    background-color: rgb(233, 73, 34) !important;
    color: black !important;
}


.nav-link{
    color: black;
}

/* .nav-link{
    color: black;
}

.nav-link :active{
    color: rgb(245, 82, 23);

}

.nav{
    padding-top: 20px;
    
}

.nav .nav-item:hover .nav-link {
    color: #ffffff;
    background-color: rgb(245, 82, 23);
} */

#navbar{
    background-color: rgba(231, 223, 223, 0.815) !important;
}

.navbar-nav{
    padding-top: 10px;
    padding-bottom: 10px;
    
}

.nav-link {
    /* color: #ffffff; */
    color: black !important;

    /* padding: .75rem 1rem; */
}

/* change the color and bg color of active or hovered links */



.active{
    background-color: rgb(233, 73, 15) !important;
    color: rgb(0, 0, 0) !important;
    /* padding: 15px !important; */
    font-weight: 700;
}
.nav-link{
    border: 2px solid transparent;
    transition: all 0.5s ease-in-out;
}

.nav-link:hover{
    border-color: black;
    /* border-width: 2px; */
}

/* .dropdown-item.active{
    background-color: transparent !important;

} */

#nav{
    background-color: white !important;
}

nav .dropdown-menu.show{
    display: flex !important;
    /* left: -530px; */
    background: #e9490f;
}
.dropdown-menu2.show{
    left: 0px !important;
}
.dropdown-menu-c{
    text-align: left;
}

.dropdown-menu-c a{
    color: #fff !important;
}

.dropdown-menu-c a:hover{
    color: #000 !important;
}


.header-section{
    
    background-image:url(images/header-bg.webp);
    background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
    /* padding-top: 70px !important;
    padding-bottom: 70px !important; */
    /* padding-top: 100px !important; */
}
/* 
.header-section-div{
    background-color: #e9490f
    padding-top: 20px !important;

}

 */


 .slogan{
     /* padding-bottom: 10px !important; */
     /* margin-bottom: 10px !important; */
     color: white;
     margin: 0;
     padding-bottom:6px ;
 }

 .booking-heading{
     color: white;
     font-weight: bold;
 }


 .header-main-heading{
    color: white;
    font-weight: bold;
    font-size: 50px;
    /* padding-top: 100px; */
}

.booking-form{
    background-color: rgb(233, 73, 34) !important;
}



.form-div{
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
  
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}



.form-control{
    border-radius: 0% !important;
    box-shadow: none !important;

}


.get-quotes-btn{
    border-color: white !important;
    color: rgb(255, 255, 255) !important;
    font-weight: bold !important;
    border-radius: 0% !important;
    width: 99% !important;

}

.get-quotes-btn{
    transition: all 0.7s ease-in-out !important;
}
.get-quotes-btn:hover{
    color: black !important;
    background-color: white;
    border-color: black !important;
}


.meet-greet-main-heading{
    font-weight: 700;
    font-size: 40px;
}


.service-divider{
    width: 100%;
    /* height: 50px; */
    border-width: 4px;
    border-color:rgb(233, 73, 34) ;
}


.service-headings{
    /* margin-top: 15px; */
    margin-bottom: 15px;

}

.service-overlay-inner-div{
    margin-top: 15px;
    /* margin-bottom: 15px; */
}

.card{
    border-radius: 0% !important;
    background-color: #e7dfdfd0;
}

/* background-color: #e7dfdfd0; */

.card{
    transition: all 0.7s ease-in-out;

}
.card:hover{
    background-color: rgb(233, 73, 34);
}

.service-bg-dark{
    transition: all 0.7s ease-in-out;
}
.service-bg-dark:hover{
    background-color: rgb(77, 74, 74) ;
}
.service-rotate{
    transition: width 0.7s, height 0.7s, background-color 0.7s, transform 0.7s;
}

.service-rotate:hover{
    transform: rotate(360deg);
}


.fleet-card{
    border-color: transparent !important;
}
.fleet-card{
    padding: 20px;
}

.fleet-icons{
    vertical-align: middle;
}

.airport-section{
    background: rgb(233, 73, 34) ;
    color: white;
}
/* 
.airport-main-heading{
    color: white;
} */

.airport-imgs-div{
    background-color: rgb(255, 255, 255) !important;
    padding: 8px;
}

.airport-imgs-div{
    /* transition: all 1s ease-in-out; */
    transition: width 0.7s, height 0.7s, background-color 0.7s, transform 0.7s;
}
.airport-imgs-div:hover{
    background-color: rgb(77, 74, 74) !important;
    transform: scale(1.1);
}


.main-station-heading, .airport-main-heading, .fleet-main-heading, .main-service-heading{
    font-weight: bold;
}

.station-imgs {
    /* border-style: solid;
    border-width: 0.15px; */
    /* display: block; */
    /* width: 100px; */
    /* height: 100px; */
    /* background-color: #0000FF; */
    transition: width 0.7s, height 0.7s, background-color 0.7s, transform 0.7s;
}

.station-imgs:hover {
    transform: rotate(360deg);
}



@media only screen and (max-width: 1200px){
    .header-main-heading{
        font-size: 50px !important;
        /* padding-top: 0px; */
    }
}

@media only screen and (max-width: 991px){
    .header-main-heading{
        font-size: 23px !important;
        padding-top: 0px;
    }
    nav .dropdown-menu.show{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .dropdown-menu-c {
        width: 50%;
        padding: 15px 0;
    }
    .dropdown-menu-c a{
        padding: 4px 20px;
    }
    .navbar{
        position: relative !important;
    }
}

/* 
@media only screen and (max-width: 767px){
    .header-main-heading{
        font-size: 40px !important;
        padding-top: 0px;
    }
} */



/* @media only screen and (max-width: 280px){
    .header-main-heading{
        font-size: 50px !important;
        padding-top: 0;
    }
} */
/* @media only screen and (max-width: 1199px){
    .header-main-heading{
        font-size: 50px !important;
        padding-top: 0;
        /* padding-bottom: 0px;
    }
}
 */





.footer-section1{
    background-color: rgb(156, 151, 151) ;
    color: black;
    font-weight: 500;
}

.footer-heading{
    font-weight: 700;
}

.footer-section{
    background-color: rgb(233, 73, 34) ;
    color: black;
    font-weight: 500;
}



.contact-link{
    vertical-align: middle;
}

.privacy{
    color: black;
}
.privacy:hover{
    color: rgb(0, 0, 0);
}

.bb{
    vertical-align: middle !important;
}






/* about page  */




.about-main-heading
{
    font-weight: 700;
    color: white;
}



.about-header-section{
    background-image:url(images/about-header-section.webp);
    background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
    /* padding-top: 90px !important;
    padding-bottom: 90px !important; */
    /* padding-top: 100px !important; */
}





/* contact page  */






.message-btn-style{
    border-color: rgb(233, 73, 34) !important;
    color: black !important;
    font-weight: bold !important;
    border-radius: 0% !important;
}


.message-btn-style{
    transition: all 0.7s ease-in-out !important;
}
.message-btn-style:hover{
    background-color: rgb(233, 73, 34) !important;
    border-color: black !important;
}

.input-msg{
    border-color: rgb(233, 73, 34) !important;
}
.contacts-heading, .contact-main-heading{
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.contact-btn-style{
    /* background-color: rgb(233, 73, 34); */
    font-weight: bold;
    color: black;
    /* width: 140px; */
    /* height: 55px; */
    font-size: xx-large;
    text-align: center;
    border-radius: 1px;
    
}


.header-section-opacity {
    background-color: rgba(0, 0, 0, 0.713) !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

.header-section-opacity-main{
    /*background-color: rgba(0, 0, 0, 0.713) !important;*/
    padding-top: 50px;
    padding-bottom: 50px;
}


.booking-form{
    background-color: rgba(233, 74, 34, 0.671) !important;
}












/*404 page styling*/
.body-404{
    background-color: #c5cada;
}

.main-404-div{
    position: absolute;
    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: #3E56AA;
}

.sub-heading-404{
    font-weight: 700;
    color: #333333;
}

.para-404{
    font-size: 21px;
    font-weight: 600;
    color: #000000;
}

.link-404{
    text-decoration: none !important;
    color: #3E56AA;
    transition: all .4s ease-in-out;
}

.link-404:hover{
    color: #000000 !important;
}





.label_chg {
    color: #fff !important;
    font-size: 19px;
    width: 85%;
    /* text-align: center; */
    /* margin: auto !important; */
    /* padding-bottom: 20px !important; */
}
@media screen and (min-width: 250px) and (max-width: 767px) {
    .label_chg {
        width: 100%;
        font-size: 14px;
        filter: brightness(5) !important;
        color: whitesmoke !important;
        /* display: block !important; */
    }
}

@media screen and (max-width:768px) {
    .header-section{
        background: none !important;
        background-color: #000 !important;
    }
}

.navbar-dark .navbar-toggler{
    padding: 0px !important;
}


.label_chg_slogs{
    color: #fff !important;
    font-size: 25px;
    width: 100%;
}

.modal-header button {
	background-color: #E9490F !important;
}

body .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover{
    color: #fff !important;
}

#moreModalitem .card-header button {
    margin-bottom: 10px;
    width: 100%;
    padding: 10px 5px;
    color: #fff;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    color: #fff;
}

#moreModalitem .card-body {
    padding: 10px 20px;
    background-color: #fff;
}

#moreModalitem .card-header {
    padding: 0;
    background: 0 0;
    border: 0;
    background-color: #fff !important;
}

.head-main-div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

@media screen and (max-width:768px) {
    .header-section-opacity-main {
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .header-main-heading-div{
        margin-top: 10px;
        padding: 0px !important;
    }
    .meet-greet-main-heading{
        font-weight: 700;
        font-size: 23px;
    }
}