﻿html {
    scroll-behavior: smooth;
}

body {
    background-color: #ffffff;
}

    /*Booking Code Start*/

#navbar {
    background-color: #000000;
    transition: all .3s ease-in-out;
}

.navbar-brand{
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    text-transform: uppercase;
}

.navbar-brand > span{
    color: #F7B71D !important;
}

.nav-link-div {
    position: relative;
}

.nav-link {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 500;
    display: block !important;
    /*padding-top: 26px !important;
    padding-bottom: 26px !important;*/
    transition: all .3s ease-in-out !important;
}

.nav-link-yellow {
    color: #F7B71D !important;
}

.nav-link-bg-div {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .2);
    width: 100%;
    height: 100%;
    z-index: -1;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    transform: scaleY(.7);
    opacity: 0;
    transition: all .3s ease-in-out;
}

.call-icon-div {
    position: relative;
}

.call-btn {
    display: none !important;
}

@media screen and (max-width: 991px) {
    .call-btn {
        display: block !important;
    }
}

.call-icon-link {
    text-decoration: none !important;
    display: inline-block;
    padding: 9px;
    transition: all .3s ease-in-out;
}

.call-icon-bg-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    z-index: -1;
    border: 3px solid #fff;
    transform: scale(.75);
    opacity: 0;
    transition: all .3s ease-in-out;
}

.call-icon {
    filter: brightness(0) invert(1);
    transition: all .3s ease-in-out;
}

.dropdown-menu {
    border: 2px solid #000000 !important;
    overflow: hidden;
}

.dropdown-item {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #000000 !important;
    transition: all .3s ease-in-out !important;
}

.dropdown-item:hover {
    background-color: #000000 !important;
    color: #F7B71D !important;
}

.navbar-toggler {
    border: none !important;
    outline: none !important;
}

.header-section {
    background: url('images/header-section-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.header-section-opacity {
    background-color: rgba(0, 0, 0, .4);
    padding: 80px 0;
}

@media only screen and (max-width: 991px){
    .header-section-opacity{
        padding: 50px 0;
    }
}

.header-heading {
    font-size: 65px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    transition: all .3s ease-in-out;
}

.header-small-heading {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .header-heading {
        font-size: 52px;
    }
}

@media only screen and (max-width: 375px) {
    .header-heading {
        font-size: 40px;
    }
}

@media only screen and (max-width: 280px) {
    .header-heading {
        font-size: 38px;
    }

    .store-icons img {
        width: 100px;
    }
}

.call-btn-link{
    box-shadow: none !important;
    border: 2px solid #000000 !important;
    border-radius: 6px !important;
    background-color: #F7B71D !important;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 10px 20px !important;
    transition: all .3s ease-in-out !important;
}

.call-btn-link:hover{
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.store-icons {
    text-decoration: none !important;
    display: inline-block;
}

.loader-div{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}

.circle-loader {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
    z-index: 99999;
}

    .circle-loader:before,
    .circle-loader:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        border: 10px solid transparent;
        border-top-color: #fda006
    }

    .circle-loader:before {
        z-index: 9999;
        animation: spin 1s infinite
    }

    .circle-loader:after {
        border: 10px solid #a3a4a5
    }

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
}

table td{
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #000000 ;
}


.service-section{
    background-color: #ffffff;
    padding: 90px 0;
}

.main-black-headings{
    font-size: 33px;
    font-weight: 700;
    color: #000000;
}

.service-main-div {
    padding: 30px 12px;
    background-color: #ffffff;
    box-shadow: 0 0 11px -6px #000000;
    transition: all .3s ease-in-out;
}

    .service-main-div:hover {
        transform: translateY(-10px);
        box-shadow: 0 7px 15px -6px #000000;
    }

.service-headings {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin-top: 20px;
}

.service-paras {
    font-size: 16px;
    font-weight: 500;
    color: #696969;
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .about-content-div {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 75% !important;
        padding: 0 !important;
    }
}

.about-content-main-div{
    background-color: #F3F3F3;
}

.about-content-div {
    position: static;
    transform: none;
    width: auto;
    padding: 50px 0;
}

.about-para {
    font-size: 16px;
    font-weight: 500;
    color: #696969;
    text-align: justify;
}

.station-section {
    background-color: #000000;
    padding: 90px 0;
}

.main-white-headings {
    font-size: 33px;
    font-weight: 700;
    color: #ffffff;
}

.station-links{
    display: block;
    text-decoration: none !important;
}

.station-img-div {
    border: 2px solid #F7B71D;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.station-imgs {
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
}

.station-imgs-inner-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    z-index: 0;
    opacity: 0;
    transition: all .4s ease-in-out;
}

.airport-section {
    background-color: #ffffff;
    padding: 90px 0;
}

.airport-links{
    display: block;
    text-decoration: none !important;
}

.main-airport-div {
    border: 2px solid #000000;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
}

.airport-imgs {
    transform: scale(1);
    opacity: 1;
    transition: all .4s ease-in-out;
}

.inner-airport-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(2);
    opacity: 0;
    transition: all .4s ease-in-out;
}

.fleet-section{
    background: url('images/service-section-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.fleet-section-opacity{
    background-color: rgba(247, 183, 29, .8);
    padding: 90px 0;
}

.fleet-below-heading-span{
    font-size: 20px;
    font-weight: 500;
    color: #4e4e4e;
    display: block;
}

.main-fleet-div {
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    overflow: hidden;
}

.fleet-imgs-div {
    background-color: rgba(0, 0, 0, .5);
    padding: 20px;
    position: relative;
}

.fleet-heading-div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    background-color: rgba(255, 255, 255, .7);
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.fleet-headings {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    margin: 0 !important;
}

.fleet-info-div {
    padding: 20px;
}

.fleet-list-items {
    background-color: transparent !important;
    border-color: #ffffff !important;
}

.fleet-spans {
    font-weight: 700;
    color: #000000;
    vertical-align: middle;
}

.footer-section{
    background: #000000;
    padding: 50px 0;
    font-weight: 400;
}

.footer-headings{
    font-size: 20px;
    font-weight: 500;
    color: #F7B71D;
    margin-bottom: 30px;
}

.footer-para{
    font-size: 16px;
    color: #ffffff;
}

.social-icons-link{
    display: inline-block;
    padding: 5px;
    border-radius: 100%;
    background-color: #F7B71D;
    text-decoration: none !important;
    margin: 5px 0;
    transition: all.3s ease-in-out;
}

    .social-icons-link:hover {
        background-color: rgba(247, 183, 29, 0.6);
    }

.footer-list > li:not(:last-child){
    margin-bottom: 15px;
}

.footer-links{
    text-decoration: none !important;
    font-size: 16px;
    color: #ffffff;
    vertical-align: middle;
    transition: all .3s ease-in-out;
}

.footer-links:hover{
    color: #F7B71D;
}

.footer-icons-div{
    display: table-cell;
}

.footer-text-div{
    display: table-cell;
}

.footer-text{
    font-size: 16px;
    color: #ffffff;
}

#scroll-up {
    text-decoration: none;
    display: block;
    text-align: center;
    background-color: #F7B71D;
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding-top: 20px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    transform: scale(0);
    z-index: 999999 !important;
    transition: all .3s ease-in-out;
}

.mini-car {
    transition: all .3s ease-in-out;
}

.scroll-span {
    display: block;
    font-size: 11px;
    font-weight: 800;
    color: #000000;
    margin-top: 2px;
}



:root {
    --webThemeColor: #124699;
    --formBtnColor: #fff
}

.formPlaceHolder {
    width: 100%;
    max-width: 450px;
    height: 531px;
    border-radius: 8px;
    background: #edf2f7;
    padding: 15px
}

.skeleton {
    position: relative;
    background: #e2e2e2;
    border-radius: 6px;
    overflow: hidden;
    z-index: 1
}

    .skeleton:after {
        content: "";
        position: absolute;
        background: #f2f2f2;
        width: 1%;
        height: 100%;
        z-index: 2;
        box-shadow: 0 0 40px 40px #f2f2f2;
        animation: shimmer 1s ease infinite;
        -webkit-animation: shimmer 1s ease infinite;
        -moz-animation: shimmer 1s ease infinite;
        -o-animation: shimmer 1s ease infinite
    }

@keyframes shimmer {
    0% {
        left: 0;
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        left: 100%;
        opacity: 0
    }
}

@-webkit-keyframes shimmer {
    0% {
        left: 0;
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        left: 100%;
        opacity: 0
    }
}

@-moz-keyframes shimmer {
    0% {
        left: 0;
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        left: 100%;
        opacity: 0
    }
}

@-o-keyframes shimmer {
    0% {
        left: 0;
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        left: 100%;
        opacity: 0
    }
}

.skeleton-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.skeletonBoxWrap {
    padding: 0 5px;
    margin-bottom: 10px
}

    .skeletonBoxWrap.w-half {
        width: 50%
    }

    .skeletonBoxWrap.w-full {
        width: 100%
    }

    .skeletonBoxWrap .skeleton.h35 {
        height: 35px
    }

    .skeletonBoxWrap .skeleton.h45 {
        height: 45px
    }

    .skeletonBoxWrap .skeleton.h40 {
        height: 40px
    }

    .skeletonBoxWrap .skeleton.h50 {
        height: 50px;
        margin-top: 10px
    }

.skeleton.smallSk {
    height: 14px !important;
    width: 85px;
    margin-bottom: 5px
}

.skeletonBoxWrap:nth-child(6) .skeleton.smallSk {
    margin-top: 13px;
    margin-bottom: 0
}

.appsicowrap .skeleton {
    width: 136px
}

.appsicowrap:first-child .skeleton {
    margin-left: auto
}

@media (max-width:992px) {
    .formPlaceHolder {
        max-width: 380px;
        padding: 15px 5px
    }
}

@media (max-width:768px) {
    .formPlaceHolder {
        max-width: 100%;
        height: 546.89px
    }
}

@media (max-width:576px) {
    .formPlaceHolder {
        border-radius: 5px;
        height: 536.89px
    }
}


