/* Loader css */

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    background: #000000d9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sk-cube-grid {
    width: 80px;
    height: 80px;
    margin: 100px auto;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #fff;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/* Loader css ended*/
.navbar-area.navigation-style-02 {
    padding: 20px;
    background: var(--main-color-one);
}

.footer-top {
    padding: 0 !important;
}

.ajax-response ul.errors {
    padding-left: 0px;
    list-style: none;
}

.ajax-response ul.errors li {
    color: #dc3545;
    font-size: 14px;
    font-weight: 400;
}

.ajax-response ul.errors li::before {
    content: "\f057";
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
    vertical-align: 0px;
}

.ck-content {
    min-height: calc(100vh - 722px);
}

.navbar-area.navigation-style-02 .custom-container .logo-wrapper {
    width: 150px;
}

.navbar-area .custom-container .navbar-collapse .navbar-nav li {
    line-height: 35px;
}

.navbar-area .custom-container .navbar-collapse .navbar-nav li+li {
    margin-left: 15px;
}

.navbar-area .custom-container .navbar-collapse .navbar-nav li a {
    font-size: 14px;
}

.navbar-area .custom-container .navbar-collapse .navbar-nav li a:not(ul.sub-menu a) {
    color: #fff !important;
}

.admission-helpline {
    min-width: 200px;
    background: #fff;
    color: #000;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}

.admission-helpline a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.admission-helpline a .fa-phone {
    border: 1px solid;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 27px;
}

.admission-helpline a .large {
    font-size: 18px;
    font-weight: 500;
    color: var(--main-color-one);
}

#enquiry-btn {
    position: fixed;
    right: -44px;
    top: 60%;
    transform: rotate(270deg);
    background: var(--main-color-one);
    border-radius: 10px 10px 0 0;
    box-shadow: -3px -2px 11px 0px #999;
}

.cover {
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.menu-item-has-children>a::after {
    content: "\f078";
    position: absolute;
    top: 0px;
    right: -1px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 12px;
}

.contact-address .contact-address-list .single-address-item .text {
    word-break: unset;
}

.contact-address .contact-address-list .single-address-item .text {
    align-self: center;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-02.nav-fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    z-index: 9999 !important;
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.destination-single-item .name {
    font-size: 14px;
    line-height: unset;
}

.error-wrapper {
    min-height: calc(100vh - 597px);
    height: unset;
}

.error-wrapper .error-icon {
    font-size: 140px;
    margin-bottom: 30px;
    color: var(--main-color-one);
}

.error-wrapper .error-inner .title {
    font-size: 140px;
    -webkit-text-stroke: 2px #000;
    color: var(--main-color-one);
    text-shadow: 7px 2px 5px #656363;
}

#notificationsTable thead tr {
    background: var(--main-color-one);
    color: #fff !important;
    font-size: 20px;
}

.destination-single-item {
    width: 23%;
    display: inline-block;
    margin: 1%;
    background: #f3f3f3;
    padding: 10px;
    border: 1px solid #d2d2d2;
    box-shadow: 2px 4px 8px 0px #d3d3d3;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    /* height: 250px; */
    vertical-align: top;
    min-width: 250px;
}

.banner-area {
    position: relative;
    z-index: 0;
    padding: 95px 0px 0px;
}

.banner-area .banner-wrapper .thumbnail .banner-img {
    position: unset;
    top: unset;
    right: unset;
}

.banner-area .banner-inner .title {
    font-size: 54px;
}

.call-whatsapp-email-btn {
    position: fixed;
    /* top: calc(50% - 72px); */
    bottom: 50%;
    left: 0;
    background: var(--main-color-one);
    z-index: 9999;
    border-radius: 0 10px 10px 0;
}

.call-whatsapp-email-btn a {
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 5px;
}

.call-whatsapp-email-btn a:last-child {
    border-bottom: none;
}

/* .cover img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: center;
} */

.custom-container-01 {
    max-width: 1430px;
    padding-left: 45px;
    padding-right: 45px;
}

.theme-section-title .title {
    color: var(--main-color-one);
}

.breadcrumb-wrap.style-01 .breadcrumb-content .title {
    color: var(--main-color-one);
}

#enquiryModal .modal-content {
    background-color: var(--main-color-one);
    color: #fff;
}

#enquiryModal .errors.text-red {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

#enquiryForm .form-check-input.is-invalid~.form-check-label {
    color: #fff;
}

.destination-section {
    padding: 50px 0px 60px;
}

.theme-section-title {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
    .banner-area.home-01 {
        padding: 90px 0px 10px;
        text-align: center;
    }

    .header-btn {
        justify-content: center;
    }

    .banner-area.home-01 .thumbnail {
        display: block;
        margin-top: 25px;
    }
}


@media only screen and (max-width: 991px) {

    .banner-area .banner-inner p {
        font-size: 16px !important;
        text-align: justify;
    }

    .nav-area-wrapper-relative {
        z-index: 99999;
    }

    .banner-area .banner-inner .title {
        font-size: 34px !important;
    }

    .banner-area.home-01 {
        padding: 50px 0 20px;
    }

    .navbar-area.navigation-style-02 .custom-container .navbar-toggler {
        background-color: #000;
    }

    .navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav {
        background-color: var(--main-color-one);
        padding: 0;
    }

    .navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
        max-height: unset;
        background: #0b0b0b57;
        border-radius: 0;
    }

    .navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
        background-color: transparent;
        color: #fff;
    }

    .admission-helpline {
        min-width: 10px;
        position: absolute;
        top: 9px;
        right: 65px;
        padding: 5px 13px;
        border-radius: 5px;
    }

    .navbar-area.navigation-style-02 .custom-container .logo-wrapper {
        width: 100px;
    }

    .navbar.navbar-area.navbar-expand-lg.navigation-style-02 {
        padding: 0;
    }

    .nav-area-wrapper-relative {
        min-height: 90px;
    }

    .menu-item-has-children>a::after {
        font-size: unset;
        top: 10px;
    }
}