.hs1{
    padding: 0px 15px;
}

@media screen and (max-width:560px) {
    .hs1{
        padding-left: 5px;
    }
}

.sc{
    width: 100%;
    height: fit-content;
}

.saa {
    transition: all 0.6s;
    color: var(--darkgreen) !important;
}

.saa2 {
    transition: all 0.6s;
    color: var(--weborange) !important;
}

.ct-nav-at span {
    color: #000;
}

.header-social {
    background: #fafafa;
    text-align: center;
}

.social {
    animation-duration: 0.5s;
    transition: all 0.5s;
}

.t-header {
    background: #f1f6fe !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* social-header end */
/* ct-navbar start */
.ct-logo {
    text-align: center;
    padding-left: 10px;
    overflow: hidden;
}
img.logo {
    object-fit: contain;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    width: 100%;
    max-width: 185px;
    height: 95px;
}
.link-padding {
    padding: 14px 0px;
}

.ct-nav li.p-black {
    list-style: none !important;
    white-space: nowrap s !important;
    transition: ease-in 0.3s;
    /* display: flex;align-items: center; */
    margin-bottom: 0 !important;
    position: relative;
}

.ct-nav li.p-black:hover {
    background: #db6c29;
    color: #fff !important;
}

.ct-nav li.p-black:hover .ct-nav-at span {
    color: #fff !important;
}

.ct-nav li.p-black:hover a.ct-nav-a {
    color: #fff !important;
}

.ct-nav li.p-black a.ct-nav-a {
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    position: relative;
    text-decoration: none !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.69);
    transition: all 0.5s;
    font-size: 13px;
}

/* .ct-nav li.p-black a.ct-nav-a::before { content: ''; position: absolute; width: 100%; height: 1px; border-radius: 1px; /* background-color: var(--blue); */
/* background: #fff; bottom: 0; left: 0; transform-origin: center; transform: scaleX(0); transition: transform .2s ease-in;  } */
/* .ct-nav li.p-black:hover a.ct-nav-a::before {  transform-origin: left;  transform: scaleX(1);} */
*/ .scroll-nav {
    min-height: fit-content !important;
    max-height: fit-content;
}

.scroll-nav .p-black-sub {
    margin-bottom: 0x !important;
}

.scroll-header {
    background: #002561d0 !important;
    backdrop-filter: blur(12px) !important;
}

.nonscroll {
    background: var(--darkgreen);
}

/* Handle on hover */
/* about header */
.mega-ul {
    padding: 10px;
}

.mega-ul li {
    margin: 5px 0px !important;
}

/* about header end*/
.schead {
    border-left: 3px solid var(--weborange);
    position: relative;
    display: inline-block;
    padding: 3px;
}

.scroll-nav a.p-black-sub::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: var(--darkgreen);
    bottom: 0;
    left: 0;
    transform-origin: center;
    transform: scaleX(0);
    transition: transform .2s ease-in;
}

.scroll-nav a.p-black-sub:hover::before {
    transform-origin: left !important;
    transform: scaleX(1);
}

.scroll-nav a.p-black-sub:hover {
    color: var(--weborange) !important;
}

.scroll-nav a.p-black-sub {
    position: relative;
    text-decoration: none !important;
    display: inline-block;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    text-transform: capitalize !important;
    transition: all 0.4s ease-in;
}

.dropdown-scroll::-webkit-scrollbar {
    width: 6px;
}

.dropdown-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(207, 206, 206);
    border-radius: 10px;
    background: #ccc !important;
    max-height: 100px !important;
}

/* Handle */
.dropdown-scroll::-webkit-scrollbar-thumb {
    background: var(--orange) !important;
    border-radius: 10px;
    transition: all 0.5s;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.dropdown-scroll img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px m !important;
}

header .side-menu-close {
    background: transparent;
}

header .side-menu-close span {
    background: var(--lightyellow);
    width: 28px;
}

.navbar-toggler {
    color: var(--purple) !important;
}

/* side menu */
.side-menu-wrap {
    width: 300px;
    position: fixed;
    left: -100%;
    top: 0;
    /* background: var(--purple); */
    height: fit-content;
    overflow-y: scroll;
    -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    overflow-y: auto;
    z-index: 15000;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.side-menu-nav {
    height: 95vh;
    overflow-y: scroll !important;
    position: fixed;
    padding: 20px 20px;
    background-color: var(--purple);
    width: 300px;
}

.side-menu-nav .main-menu .sub-menu {
    border-top: 1px solid #FE8204;
    background: #fff;
    display: none;
}

.side-menu-nav .main-menu .sub-menu li {
    border-bottom: 1px solid #eee;
}

.side-menu-nav .main-menu .sub-menu a {
    padding: 10px 22px;
    display: block;
    color: #212529;
    font-weight: 600;
    font-size: .9em;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.side-menu-nav .main-menu .sub-menu a i {
    color: #03328E;
}

.side-menu-nav .main-menu .sub-menu~i {
    font-size: .8em;
    position: sticky;
    padding: 21px 11px;
    right: 0;
    top: 0;
    border-left: 1px solid #ccc;
}

.side-menu-wrap .side-menu-close {
    position: absolute;
    right: 12px;
    top: 15px;
    height: 30px;
    width: 30px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.side-menu-close {
    height: 40px;
    background: #21395F;
}

.display-none {
    display: none !important;
}

.stickyclass {
    position: fixed;
    top: 0;
    transition: all 0.5s;
    left: 0;
    right: 0;
    padding: 0 !important;
    z-index: 80;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.ct-logo-resize {
    height: 50px !important;
    width: 100%;
    transition: all 0.5s;
}

.side-menu-close span {
    height: 2px;
    width: 20px;
    background: #fff;
    position: relative;
    opacity: 1;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.side-menu-close span:nth-child(1) {
    top: -5px;
}

.side-menu-close span:nth-child(3) {
    bottom: -5px;
}

.side-menu-close.closed span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
}

.side-menu-close.closed span:nth-child(2) {
    opacity: 0;
}

.side-menu-close.closed span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
}

/*  custom overlay */
.custom-overlay {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 12500;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.custom-overlay.show {
    visibility: visible;
    opacity: 1;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

/* side nav  */
.mobile-nav {
    border-bottom: 1px solid #cccccc79;
}

.mobile-nav i.fa-solid.fa-angle-down {
    position: absolute;
    right: 0;
}

.m-dropdown {
    background-color: transparent;
    border: none !important;
}

.m-dropdown a.dropdown-item {
    color: var(--white) !important;
    padding-left: 0px !important;
    margin-bottom: 5px;
}

.dropdown-menu.researchdrop {
    right: 0% !important;
    width: fit-content !important;
    position: absolute;
}

.dropdown-scroll.placementhdrop {
    width: fit-content !important;
    position: absolute !important;
    transform-origin: top;
    right: 0 !important;
    overflow-y: scroll !important;
    animation: slidedown 0.2s linear normal;
    border-radius: none !important;
    background-color: #fff;
    height: fit-content;
    box-shadow: 0 10px 37px rgb(0 0 0 / 7%);
    ;
}

.dropdown.megamenu-li {
    position: static !important;
}

/* ct-navbar-end */
.slider-logo.owl-carousel {
    height: 100% !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.slider-imgl {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100% !important;
}

.slider-imgl img {
    width: 100% !important;
    height: 50px !important;
    margin: auto auto !important;
    object-fit: contain !important;
}

.header-img {
    height: 100%;
    width: 100%;
    overflow: hidden !important;
    position: relative;
}

.header-img::before {
    transform: rotate(58deg);
    background: #db6d29d0;
    position: absolute;
    content: "";
    bottom: -43%;
    left: 0;
    right: 0;
    height: 124%;
    width: 110%;
}

.header-img img {
    height: 100%;
    filter: grayscale(80%);
    z-index: -3;
    position: relative;
    width: 100%;
}

.p-headab {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 3;
}

.dropdown-menu {
    display: none;
    ;
}

li.megamenu-li.dropdown.dmenu:hover .dropdown-menu {
    display: block;
}

li.megamenu-li.dropdown.dmenu:hover .dropdown-menu {
    display: block;
}

/* side nav end  */
@media (min-width: 0px) and (max-width: 320px) {
    .navbar-expand-lg.navbarphone {
        justify-content: flex-between !important;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    .navbar-expand-lg.navbarphone {
        justify-content: space-between !important;
    }
    img.logo {
        object-fit: contain;
        width: 100px !important;
        height: 50px !important;
    }
}

@media (min-width: 0px) and (max-width: 900px) {
    li:has(> .dropdown-scroll.pldrop) {
        position: relative !important;
    }

    .scroll-nav {
        white-space: wrap !important;
    }

    .dropdown-scroll.pldrop {
        width: 100% !important;
        height: fit-content !important;
    }

    .ds-none {
        display: none !important;
    }

    .placement-im img {
        height: 100%;
        width: 100% !important;
    }

    .placement-row.row {
        flex-wrap: wrap !important;
    }

    .placement-bg {
        flex-direction: column !important;
    }

    .ct-nav li.p-black a.ct-nav-a {
        padding: 10px !important;
    }

    .link-padding {
        padding: 0 !important;
    }

    .dropdown-scroll {
        width: 100% !important;
        position: static !important;
        right: 0 !important;
        max-height: 40vh !important;
        overflow-y: scroll !important;
        animation-duration: 0.6s !important;
        border-radius: none !important;
        background-color: #fff;
        height: fit-content;
        overflow-y: scroll;
        box-shadow: 0 10px 37px rgb(0 0 0 / 7%);
    }

    .side-menu-wrap.opened {
        height: 100vh !important;
        left: 0 !important;
        background: var(--darkgreen) !important;
        transition: .8s;
        -webkit-transition: .8s;
        -moz-transition: .8s;
        -ms-transition: .8s;
        -o-transition: .8s;
    }

    .ct-logo {
        text-align: center;
        overflow: hidden;
    }

    img.logo {
        object-fit: contain;
        width: 120px !important;
        height: 65px !important;
    }

    .hide-phone {
        display: none;
    }

    .ct-logo-toggle {
        text-align: center;
        padding: 8px 0px;
        overflow: hidden;
        /* display: none; */
        background-color: #fff;
    }

    .logo-toggle {
        height: 65px;
        width: 150px !important;
        margin-left: 10px;
    }
}

@media (min-width: 991px) and (max-width: 4500px) {
    .image-bannerab {
        padding-left: 5rem !important;
    }

    .scroll-nav {
        white-space: nowrap !important;
    }

    li:has(> .dropdown-scroll.pldrop) {
        position: relative !important;
    }

    .dropdown-scroll.pldrop {
        width: fit-content !important;
        height: fit-content !important;
    }

    .placement-im img {
        height: 100%;
        width: 300px !important;
    }

    .placement-row.row {
        flex-wrap: nowrap !important;
    }

    .dropdown.megamenu-li {
        position: static !important;
    }

    .dropdown-scroll {
        width: 100% !important;
        position: absolute !important;
        transform-origin: top;
        right: 0 !important;
        max-height: 77vh !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        animation: slidedown 0.2s linear normal;
        border-radius: none !important;
        background-color: #fff;
        height: fit-content;
        box-shadow: 0 10px 37px rgb(0 0 0 / 7%);
    }

    .side-menu-wrap {
        width: 100% !important;
        position: initial !important;
        background: var(--darkgreen) !important;
        display: flex !important;
        justify-content: end !important;
        overflow: visible;
    }

    .ct-logo-toggle {
        text-align: center;
        padding: 8px 0px;
        overflow: hidden;
        display: none;
        background-color: #fff;
    }

    /* .hide-phone { overflow-x: scroll !important; white-space: nowrap !important; width: 100% !important;  }  .hide-phone::-webkit-scrollbar { display: none !important;  } */
    .navbar-expand-lg.navbarphone {
        justify-content: space-between !important;
    }

    .mb {
        display: block !important;
    }

    .mb .side-menu-logo {
        display: none !important;
    }
}

@keyframes slidedown {
    0% {
        transform: scaleY(0);
    }

    100% {
        transform: scaleY(1);
    }
}

/* header img */
/* about-layout */
.about-img2 {
    position: relative;
    height: 100%;
}

.about-img2 img {
    height: 100% !important;
    object-position: 80% 10%;
    object-fit: cover;
    width: 100%;
}

.about-img img {
    height: 100% !important;
    object-fit: cover;
    width: 100%;
}

.about-header {
    height: 100%;
    width: 100%;
    position: relative !important;
}

.about-header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(152deg, var(--darkgreen), #db6c29c2);
    padding: 30px;
    left: 0;
    right: 0;
}

.ahab {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    height: 100%;
    top: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.69) !important;
    left: 0;
}

.abhcard {
    margin: 10px 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #da6d2971;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.69) !important;
    padding: 10px 0px;
    border-radius: 10px;
}

.abhcard img {
    height: 60px;
    width: 100%;
    object-fit: contain;
}

.adab {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, var(--weborange), transparent);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.69) !important;
}

.adab2 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 40%;
    background: linear-gradient(180deg, var(--purple), transparent);
}

.adab3 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.69) !important;
    background: linear-gradient(92deg, #000000, #0000)
}

.adab3d {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: start;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.69) !important;
    background: linear-gradient(92deg, #000000, #0000)
}

.ulhad {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0px 0px 0px;
    align-self: flex-end;
}

.ulhad li {
    height: fit-content;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.uladdiv {
    height: 60px;
    width: 60px;
    background: var(--weborange);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.uladdiv img {
    height: 30px !important;
    width: 30px !important;
    object-fit: contain !important;
}

.hhul li {
    margin: 5px 0px;
    display: flex;
    align-items: baseline;
}

.hhul li p {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.69) !important;
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 30%, #000 50%, rgba(0, 0, 0, 0.6) 70%) !important;
    -webkit-mask-size: 200%;
    animation: shine 2s infinite linear;
    color: silver !important;
}

.adab4d {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.69) !important;
    background: linear-gradient(92deg, #000000, transparent)
}

/* about-layout end */
.placement-bg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.placement-im {
    height: 100%;
    width: 100%;
    position: relative;
}

.placement-im::before {
    background: linear-gradient(180deg, var(--darkgreen), transparent);
    content: "";
    height: 40%;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
}

.placement-im::after {
    background: linear-gradient(0deg, var(--weborange), transparent);
    content: "";
    height: 40%;
    width: 100%;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.placement-im img {
    object-fit: cover;
    position: relative;
    z-index: 0 !important;
}

.phab {
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    height: 100% !important;
    background: linear-gradient(83deg, #000, transparent);
}

.research-h-img {
    height: 100%;
    width: 100%;
    position: relative !important;
}

.research-h-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: relative !important;
    z-index: -1 !important;
}

.research-h-img::before {
    background: linear-gradient(180deg, var(--darkgreen), transparent);
    content: "";
    height: 40%;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
}

.research-h-img::after {
    background: linear-gradient(0deg, var(--weborange), transparent);
    content: "";
    height: 40%;
    width: 100%;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.rhab {
    position: absolute !important;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    padding-left: 10%;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3 !important;
    height: 100% !important;
    background: linear-gradient(83deg, #000, transparent);
}

.rhab2 {
    position: absolute !important;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    padding-left: 10%;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3 !important;
    height: 100% !important;
    background: linear-gradient(83deg, #000, transparent);
}

.more-info {
    background: url(../images/more.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 4 !important;
}

.more-info::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    z-index: 0 !important;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, var(--darkgreen), transparent);
}

.more-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0 !important;
    left: 0;
    right: 0;
    background: #0000009f;
}

.more-info::after {
    content: "";
    z-index: -1 !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    left: 0;
    right: 0;
    background: linear-gradient(360deg, var(--weborange), transparent);
}

.eventsmodal {
    position: fixed;
    z-index: 120000 !important;
    bottom: 0;
    width: 40%;
    height: 40%;
    left: 0;
}

#home-imgbanner.owl-carousel.owl-loaded.owl-drag {
    position: relative !important;
}

/* #home-imgbanner.owl-carousel.owl-loaded.owl-drag:hover .owl-nav button.owl-next {right: 3% !important;background: var(--darkgreen);z-index: 200 !important;} */
/* #home-imgbanner.owl-carousel.owl-loaded.owl-drag:hover .owl-nav button.owl-prev {left: 3% !important;background: var(--darkgreen);} */
#home-imgbanner.owl-carousel .owl-nav button.owl-next {
    backdrop-filter: blur(4px);
    background: #f0f8ff3b;
    /* margin: 0px 5px; */
    position: absolute;
    right: 4%;
    text-align: center;
    transition: all 0.6s !important;
    bottom: 64%;
    height: 30px !important;
    width: 30px !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#home-imgbanner.owl-carousel .owl-nav button.owl-next span {
    display: block !important;
    font-size: 17px !important;
    vertical-align: middle !important;
    align-items: center !important;
    font-weight: bold;
    color: silver;
}

#home-imgbanner.owl-carousel .owl-nav button.owl-next span:hover {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.69);
    color: var(--white);
}

#home-imgbanner.owl-carousel .owl-nav button.owl-prev {
    backdrop-filter: blur(4px);
    background: #f0f8ff3b;
    position: absolute;
    left: 4%;
    text-align: center;
    transition: all 0.6s !important;
    bottom: 64%;
    height: 30px !important;
    width: 30px !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#home-imgbanner.owl-carousel .owl-nav button.owl-prev span {
    vertical-align: middle !important;
    align-items: center !important;
    display: block !important;
    font-size: 17px !important;
    font-weight: bold;
    color: silver;
}

#home-imgbanner.owl-carousel .owl-nav button.owl-prev span:hover {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.69);
    color: var(--white);
}

/* #home-imgbanner.owl-carousel .owl-nav.disabled {display: inline-block !important;}  */
/* school-header */
#school-navbar {
    background: #bcffe5;
}

.pldrop h3.p-black-bold {
    white-space: nowrap !important;
}

#home-imgbanner.owl-carousel .owl-nav {
    display: block
}