body {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}
.container {
    max-width: 1170px;
}
img {
    max-width: 100%;
}
.sec-pad {
    padding: 60px 0;
}
.sec-pad p {
    margin-bottom: 50px;
    font-size: 18px;    
}
.sec-hd {
    text-transform: uppercase;
    color: #0d1112;
    font-size: 44px;
    margin-bottom: 20px;
    position: relative;
}
.sec-hd a {
    color: #4ab9cf;
    transition: all .5s;
    text-decoration: none;
}
.sec-hd a:hover {
    color: #1f425d;
}

/* topbar start */
.topbar {
    background: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.topbar span,
.topbar p {
    font-size: 14px;
    margin: 0;
    color: #000;
}
.topbar span {
    color:  #909090;
}
/* topbar end */
/* header start */
#header {
    position: relative;
    padding: 10px 0 0;
}
.navbar {
    padding: 0;
    flex-wrap: wrap;
    align-items: start;
}
.navbar-brand {
    width: 50%;
    margin-right: 0;
}
.navbar-brand img {
    width: 222px;
    margin-top: 14px;
}
.dropdown-menu {
    background-color: #1f425d;
}
.dropdown-item {
    color: #fff;
}
.call-btn {
    width: 50%;
    text-align: right;
    margin-top: 10px;
}
.call-btn a {
    text-decoration: none;
    padding: 13px 17px 13px 46px;
    border-radius: 2px;
    background: #4ab9cf url(/src/images/phone-call.png) 18px center no-repeat;
    background-size: 20px;
    color: #fff;
    font-size: 18px;
    transition: all .5s;
}
.call-btn a:hover {
    background-color: #1f425d;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    margin-top: -8px;
    margin-bottom: 10px;
}
#header::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 70px;
    background-color: #1f425d;
    z-index: -1;
    top: 65px;
}
#header::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 35px;
    background-color: #fff;
    left: 0;
    top: 64px;
    clip-path: polygon(0 0, 65% 0, 60% 100%, 0% 100%);
}
.nav-link {
    color: #fff !important;
    padding-right: 30px !important;
    font-size: 16px;
    font-weight: 600;
}
.last-navlink  {
    padding-right: 0 !important;
}
@media screen and (max-width: 1150px) {
 #header::before {
    width: 40%;
 }   
}
@media screen and (max-width: 992px) {
    #header::before,
    #header::after {
        content: none;
    }
}
/* header end */
/* herobannner start */

.hero-banner {
    background-image: url(/src/images/hero-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.main-hd,
.main-para {
    color: #fafafa;
}
.main-hd {
    font-size: 44px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.main-para {
    font-size: 20px;
    margin: 0;
}
.appStoreLinks {
    margin-top: 30px;
}
.appStoreLinks a.googleAppleStore {
    margin-right: 15px;
}
.appStoreLinks a img {
    width: 200px;
}
/* herobannner end */
/* about-sec start */
.about-sec h2 {
    margin-bottom: 45px;
}
/* .about-sec h2::after {
    position: absolute;
    content: '';
    background: #eee;
    width: 300px;
    height: 4px;
    right: 0;
    top: 22px;
} */
.about-sec p{
    font-size: 17px;
    color: #909090;
    margin: 0;
    padding-bottom: 30px;
    font-family: 'sourcesanspro-regular';
}
/* about-sec end */
/* service-sec end */
.service-box {
    /* height: 200px; */
    padding: 20px 30px;
}

.service-box h4 {
    color: #1f425d;
    font-size: 20px;
    margin: 20px 0;
}

/* service-sec end */
/* contact-sec start */
.contact-sec {
    background-color: #1f425d;
    padding: 100px 0;
}
.contact-para {
    font-size: 20px !important;
    color: #fff;
    margin-bottom: 50px !important;
}
.contact-sec a {
    font-size: 20px;
    color: #fff;
    padding: 20px 30px;
    background-color: #4ab9cf;
    border-radius: 10px;
    transition: all .5s;
    text-decoration: none;
}
.contact-sec a:hover {
    background-color: #fff;
    color: #1f425d;
}

/* contact-sec end */
/* airport-sec start */
.airport-card,
.station-card {
    padding: 20px 25px;
    border-radius: 10px;
    background-color: #1f425d;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all .2s;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.airport-card:hover,
.station-card:hover {
    background-color: #4ab9cf;
    color: #1f425d;
}
.see-more {
    font-size: 20px;
    color: #4ab9cf;
    text-decoration: none !important;
    transition: .2s;
}
/* airport-sec end */
/* station-sec start */
.station-sec,
.fleet-sec {
    padding-top: 0;
}
/* station-sec end */
/* fleet-sec start */
.cars-box {
    margin-top: 30px;
    padding: 20px;
    text-align: center;
    background-color: #1f425d;
    border-radius: 10px;
}
.cars-box img {
    border-radius: 10px;
}
.cars-box h5 {
    margin-top: 20px;
    font-size: 20px;
    color: #fff;
}
/* fleet-sec end */
/* footer start */
.footer {
    background-color: #1f425d;
    padding: 60px 0 0 ;
}

.footer p {
    font-size: 18px;
    color: #fff;
}
.footer p a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.footer h5 {
    font-size: 30px;
    color: #4ab9cf;
    font-weight: 700;
    text-transform: uppercase;
}
.about-para {
    margin-top: 20px;
}
footer ul {
    margin-top: 20px;
    padding-left: 15px;
}
.footer ul li::marker {
    color: #fff;
}
.footer ul li {
    color: #4ab9cf;
    margin: 10px 0;
}
.footer ul li a {
    color: #fff;
    font-size: 18px;
    transition: all .3s;
    text-decoration: none !important;
}
.footer ul li a:hover {
    color: #4ab9cf;
}
.location {
    color: #4ab9cf;
    font-size: 18px;
    text-decoration: underline !important;
    text-transform: uppercase;
}
.footer-num {
    font-weight: 600;
    margin-top: 20px;
    color: #4ab9cf !important;
}
.footer-num a {
    color: #fff;
}
.end {
    margin-top: 50px;
    text-align: center;
    font-size: 18px;
}
/* footer end */


.mob-call-icon {
    display: none;
}
.about-link {
    color: #4ab9cf;
    font-size: 18px;
    text-decoration: none !important;
    transition: .2s;
}
.about-link:hover {
    color: #1f425d;
}


/* about-page start */
.about-banner  {
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-sec-para {
    margin-bottom: 10px;
    font-size: 16px;
    color: #909090;
    padding-bottom: 10px;
}
.about-sec-hd {
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 30px;
}
.about-sec-sub-hd {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
/* about-page end */



.routes-banner .main-hd{
    font-weight: 600;
}
.routes-content {
    padding: 50px 0;
}
.services-sec-hd {
    font-weight: 600;
    margin-bottom: 30px;
}
.services-sec-sub-hd {
    margin: 30px 0 10px;
    font-size: 18px;
    font-weight: 600;
}
.contact-info {
    padding-bottom: 50px;
}
.contact-info .about-sec-hd{
    font-size: 25px;
}
.contact-info h3 {
    margin: 30px 0 10px;
    font-size: 25px;
    position: relative;
}
.contact-info img {
    margin: 30px 10px 10px 0;
    width: 32px;
    height: 32px;
}
.contact-form label {
    color: #1f425d;
}
.contact-form input {
    width: 100%;
    border: 1px solid #1f425d;
    border-radius: 4px;
    color: #1f425d;
    padding: 5px;
    transition: all .2s;
}
.contact-form input:focus,
.contact-form textarea:focus {
    border-radius: 0;
    border-color: #4ab9cf;
    outline: none;
}
.contact-form .col-lg-6 {
    margin-bottom: 30px;
}
.contact-form textarea {
    width: 100%;
    padding: 20px;
    border: 1px solid #1f425d;
    border-radius: 5px;
    transition: all .2s;
}
.contact-submit-btn {
    background-color: #4ab9cf;
    color: #fff !important;
    font-size: 20px;
    margin: 20px 0 50px;
    border: none !important;
    transition:  all .2s;
}
.contact-submit-btn:hover {
    background-color: #1f425d;
}
.not-found-sec {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.not-found-sec .main-hd {
    color: #1f425d;
    font-size: 100px;
    font-weight: 600;
    margin-bottom: 0;
}
.not-found-sec span {
    font-size: 40px;
    color: #4ab9cf;
}
.not-found-sec p {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 40px;
}
.not-found-sec a {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none !important;
    color: #fff;
    background-color: #1f425d;
    padding: 15px 30px;
    border-radius: 10px;
    transition: all .2s;
}
.not-found-sec a:hover {
    background-color: #4ab9cf;
}
@media screen and (max-width: 992px) {
    .topbar {
        display: none;
    }
    #header {
        padding: 5px 0;
    }
    .navbar {
        align-items: center !important;
    }
    .navbar-brand img{
        margin-top: 0;
    }
    .nav-link {
        color: #000 !important;
    }
    .call-btn {
        display: none;
    }
    .mob-call-icon {
        display: block;
        padding: 5px 10px;
        margin-right: 10px;
        background-color: transparent;
        border: 1px solid #000;
    }
    .mob-call-icon img {
        width: 20px;
        height: 20px;
    }
    .navbar-toggler {
        padding: 1px 6px;
        border-radius: 0;
        border-color: #000 !important;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url(/src/images/menu.png);
        width: 30px;
        height: 32px;
    }
    .navbar-nav {
        margin-top: 50px;
    }
    .hero-banner {
        padding: 20px 0 10px;
    }
    .main-hd {
        font-size: 25px;
        text-align: center;
        margin-bottom: 15px;
    }
    .main-para {
        text-align: center;
        margin-bottom: 15px;
    }
    .appStoreLinks {
        text-align: center;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .appStoreLinks a img {
        width: 120px;
    }
    .sec-pad {
        padding: 30px 0;
    }
    .about-sec h2 {
        text-align: center;
        font-size: 25px;
    }
    .about-sec h2::after {
        left: 50%;
        transform: translateX(-50%);
        right: 0;
        width: 165px;
        top: 40px;
    }
    .sec-hd {
        font-size: 20px;
    }
    .service-box {
        text-align: center;
    }
    .service-box p {
        margin-bottom: 10px;
    }
    .contact-sec {
        padding-bottom: 50px;
    }
    .contact-sec a {
        font-size: 16px;
        padding: 10px 20px;
        border-radius: 5px;
    }
    .contact-para {
        margin-bottom: 30px !important;
    }
    .footer {
        padding-top: 10px;
    }
    .footer h5 {
        margin-top: 20px;
        font-size: 24px;
    }
    .footer p {
        font-size: 16px;
    }
    .footer ul li a {
        font-size: 15px;
    }
    .about-banner {
        height: 30vh;
    }
    .contact-page-content .services-sec-sub-hd {
        font-size: 16px;
    }
    .contact-form .col-lg-6 {
        margin-bottom: 10px;
    }
    .contact-form .about-sec-hd {
        margin-top: 30px;
    }
    .routes-banner {
        padding-bottom: 20px !important;
    }
}

@media screen and (max-width: 576px) {
    .main-hd{
        font-size: 20px;
    }
    .main-para{
        font-size: 14px;
    }
}


/* 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 */