@import url('https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css');
@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');
main {
    overflow-y: hidden;
}
.nav-pills {
    width: fit-content;
    margin: auto;
    margin-bottom: 1rem;
    gap: 0.75rem;
    padding: 0.25rem 0.75rem;
    border-radius: 0.9375rem;
    border: 0.5px solid #3e4f8a;
    background: #f2f5ff;
}
.nav-pills .nav-item {
    padding: 5px 0;
}
.nav-pills .nav-item .nav-link {
    border-radius: 0.625rem;
    background: #ffffff;
    color: #055995;
    box-shadow: 0px 4px 4px 0px rgba(0, 14, 136, 0.15);
    transition: 0.5s all;
    padding: 0.5rem 2rem;
    font-size: 16px;
}
.nav-pills .nav-item .nav-link.active,  .nav-pills .nav-item .nav-link:hover {
    background: #055995;
    color: #ffffff;
}
.blue-button {
    border-radius: 0.625rem;
    background: #ffffff;
    color: #055995;
    box-shadow: 0px 4px 4px 0px rgba(0, 14, 136, 0.15);
    transition: 0.5s all;
    padding: 0.5rem 2rem;
    font-size: 16px;
    text-decoration: none;
}
.blue-button.active,  .blue-button:hover {
    background: #055995;
    color: #ffffff;
}
.shadow-img {
    /* border: 1px solid #b6b6b6; */
    /* box-shadow: 0 0 10px #676565; */
    border-radius: 10px !important;
}
.faculty h1,.our-campus h1 {
    margin: 1rem 0;
}
.vission-mission-core h1 {
    padding-top: 3rem;
    margin-bottom: 1rem;
}
.vission-mission-core p {
    font-size: 18px;
    margin-bottom: 0;
}
.vission-mission-core p strong {
    font-weight: 500;
    margin-bottom: 7px;
    display: inline-block;
}
.vission-mission-core p b {
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
}
.box-shadow-div {
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
    margin: 2rem 0;
    padding: 1rem;
}
.box-shadow-div ul:not(:last-child) {
    border-bottom: 1px solid #e0d8d8;
    padding-bottom: 12px;
}
.box-shadow-div li,.vission-mission-core .box-shadow-div li {
    font-size: 16px;
    line-height: normal;
    padding: 0;
    margin-bottom: 7px;
    display: flex;
    align-items: flex-start;
    justify-content: start;
}
/* .box-shadow-div li img,.vission-mission-core .box-shadow-div li img {
    margin-right: 10px;
} */
/* .box-shadow-div li img, .vission-mission-core .box-shadow-div li img {
    margin-right: 10px;
    transform: rotateY(180deg);
} */
.vission-mission-core .box-shadow-div .checked-list li img {
    transform: none;
}

.heading-red {
    color: #e04444;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 10px;
    text-decoration: underline;
    
}
.heading-light-green {
    color: #a49902;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
}
.council-of-student-representatives .shape .heading-red {
    font-size: 18px;
}
.council-of-student-representatives .shape .heading-light-green {
    font-size: 15px;
}
.council-of-student-representatives .shape .title_point{
    font-size: 14px;
}
.btn-style {
    border-radius: 0.625rem;
    background: #ffffff;
    color: #000;
    box-shadow: 0px 4px 4px 0px rgb(0 14 136 / 34%);
    box-shadow: 0px 4px 12px 0px rgb(0 14 136 / 43%);
    transition: 0.5s all;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}
.btn-style:hover {
    background: #055995;
    background: #970706;
    color: #ffffff;
}

/* .doc-card-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f9bf23;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    gap: 10px;
    margin: 10px 0;
} */

.doc-card-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    background: #f9bf23;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    gap: 10px;
    margin: 15px 0;
    height: 93%;
}
.doc-card-box img {
    border-radius: 0;
}
.doc-card-box .img-doc-icon {
    width: 80px;
}
.doc-card-box .doc-card-box-title {
    font-size: 16px;
    margin: 0;
    color: #290606;
    font-weight: 500;
    line-height: 20px;
}

.doc-card-box-shadow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    justify-content: flex-start;
    text-align: left;
    background: #f9bf23;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    gap: 10px;
    margin: 10px 0;
    height: 92%;
}
.doc-card-box-shadow img {
    border-radius: 0;
}
.doc-card-box-shadow .img-doc-icon {
    width: 80px;
}
.doc-card-box-shadow p {
    text-align: left;
}
.doc-card-box-shadow ul {
    padding: 0
}
.doc-card-box-shadow ul li {
    align-items: flex-start !important;
}
.doc-card-box-shadow .doc-card-box-shadow-title {
    font-size: 20px;
    margin: 0;
    color: #150d0d;
    font-weight: 600;
    line-height: 20px;
}

.shape {
    background: #f9bf2345;
    box-shadow: 0 0  12px #ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    text-align: center;
    margin: 10px;
    height: 95%;
    gap: 10px;
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
}
.shape > img {
    border-radius: 0;
    max-height: 200px;
    object-fit: contain;
    /* width: 100%; */
    /* background: #ebe3d0; */
}
.shape.news-media a img {
    min-height: 200px;
    max-height: 200px;
}
.shape .title {
    font-size: 22px;
    color: #2a2508;
    line-height: 140%;
    margin: 0;
}
.shape .title_point {
    color: #605e5e;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 140%;
}
/* .circle {
    clip-path: circle(50% at 50% 50%);
    background: #000;
}
.square {
    background: #000;
}
.hexagon {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background: #000;
}
.triangle {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.oval {
    clip-path: ellipse(46% 50% at 50% 50%);
}
.star {
    clip-path: polygon(50% 0%, 73% 30%, 100% 41%, 80% 65%, 100% 100%, 50% 80%, 0 100%, 15% 66%, 0 41%, 26% 31%);
    clip-path: polygon(50% 0%, 75% 30%, 100% 40%, 80% 65%, 100% 100%, 50% 78%, 0% 100%, 20% 65%, 0% 40%, 25% 30%);
} */

.lca_page .nav-pills {
    gap: 6px;
    max-height: 340px;
    overflow-y: auto;
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 1rem;
}
.nav-pills::-webkit-scrollbar-track-piece,.lca_page .tab-content::-webkit-scrollbar-track-piece {
    background: #fff;
    width: 2px !important;
}
.nav-pills::-webkit-scrollbar-thumb,.lca_page .tab-content::-webkit-scrollbar-thumb {
    background: #055995;
    border-radius: 50px;
    width: 2px !important;
}
.nav-pills::-webkit-scrollbar-track-piece:decrement,.lca_page .tab-content::-webkit-scrollbar-track-piece:decrement {
    background: #fff;
    width: 2px !important;
}
.nav-pills::-webkit-scrollbar,.lca_page .tab-content::-webkit-scrollbar {
    width: 2px !important;
}
.lca_page .nav-pills .nav-item {
    padding: 5px 0;
    width: 100%;
}
.lca_page .nav-pills .nav-item .nav-link {
    display: block;
    width: 100%;
}
.lca_page .tab-content {
    box-shadow: 0 0 10px #ccc;
    padding: 15px;
    border-radius: 10px;
    /* min-height: 340px; */
    max-height: 340px;
    overflow-y: auto;
    display: flex;
    /* align-items: center; */
}
.school-policy.lca_page .tab-content {
    max-height: max-content;
    min-height: 340px;
    box-shadow: none;
}
.school-policy h3 {
    font-size: 20px;
    font-weight: 600;
}
.school-policy p {
    font-size: 16px;
}
.school-policy p b {
    font-size: 18px;
    margin-bottom: 0;
    display: inline-block;
}
.school-policy p strong {
    font-size: 16px;
    font-weight: 500;
}
.box-shadow-img {
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
    padding: 10px;
}
.owl-carousel .box-shadow-img {
    max-height: 225px;
    object-fit: cover;
    object-position: center;
}

.footer {
    padding: 2rem 0 10px;
    background: #055995;
}
.footer .footer-heading {
    color: #FFF;
    font-size: 25px;
    font-weight: 700;
    font-weight: 500;
    line-height: 32px;
}
.footer .web-link {
    padding-left: 0;
}
.footer .web-link li {
    margin-bottom: 0;
    color: #fff;
    line-height: 10px;
    font-size: 18px;
}
.footer .web-link li a {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    margin-bottom: 5px;
    display: inline-block;
}
.footer .footer-address {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.footer .connection-link p, .footer .connection-link p a {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    margin-bottom: 0;
}
.footer .top-footer {
    padding: 15px 0px 10px;
    /* border: 1px solid #ccc;
    border-left: none;
    border-right: none; */
    border-bottom: 1px solid #ccc;
}
.footer .bottom-footer {
    padding-top: 8px;
}
.footer .bottom-footer p, .footer .bottom-footer p a {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    margin-bottom: 0;
}
.footer .footer-heading-mobile {
    display: none;
}

.social-media-link-fix {
    display: flex;
    flex-direction: column;
    padding: 10px;
    list-style: none;
    gap: 10px;
    margin: 0;
    position: fixed;
    top: 150px;
    background: #fff;
    border-radius: 10px 0px 0px 10px;
    right: 0px;
    transition: .5s;
    box-shadow: -0 0 7px #000;
    z-index: 99;
    /* transform: rotate(90deg); */
}
.project-desc-img {
    margin-bottom: 1rem;
}
.project-desc .title {
    font-size: 24px;
    font-weight: 600;
    color: #2a2508;
    line-height: 140%;
    margin-bottom: 5px;
    text-align: left;
}
.project-desc .sub-title {
    font-size: 20px;
    font-weight: 500;
    color: #2a2508;
    line-height: 140%;
    margin-bottom: 5px;
    text-align: left;
}
.project-desc .para {
    font-size: 16px;
    font-weight: 400;
    color: #605e5e;
    line-height: 140%;
    margin-bottom: 5px;
    text-align: left;
}
.highlight-yellow {
    background: #f9bf23;
    padding: 10px;
    margin-bottom: 15px;
}
.our-mission .heading {
    font-size: 32px;
    color: #3e3a3a;
    text-shadow: none;
    text-align: left;
    background: #409bf14d;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 10px;
    margin-bottom: 1rem;
}
.key_initiatives {
    background: #E9F2F8;
    padding: 40px 0;
}
.key_initiatives .heading {
    text-align: center;
    padding: 0;
    color: #0f348e;
    font-weight: 500;
    margin-bottom: 2rem;
    font-size: 3rem;
    text-shadow: 2px 2px 2px rgb(81 97 135 / 65%);
}
.key_initiatives .key_initiatives_box {
    padding: 10px;
    margin-bottom: 1rem;
}
.key_initiatives .key_initiatives_box img {
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 1rem;
}
.key_initiatives .key_initiatives_box .title {
    color: #0C3B7C;
    text-shadow: 1px 1px #3e3b3b;
    font-size: 24px;
    text-align: center;
}
.key_initiatives .key_initiatives_box .para {
    color: #333;
    font-size: 16px;
    text-align: center;
    line-height: 120%;
    font-weight: 500;
}
@media (max-width: 1200px){
    .nav-pills {
        justify-content: center;
        gap: 5px 10px;
    }
    .heading-red {
        font-size: 20px;
    }
    .heading-light-green {
        font-size: 18px;
    }
    .lca_page .tab-content p {
        font-size: 16px;
        margin-bottom: 0;
        text-align: left;
    }
    .lca_page .tab-content p b {
        font-size: 16px;
        margin-bottom: 0;
        text-align: left;
    }
    .box-shadow-div li b, .vission-mission-core .box-shadow-div li b{
        font-weight: 500;
    }
    .nav-pills .nav-item {
        width: 32%;
    }
    .nav-pills .nav-item .nav-link {
        width: 100%;
        height: 100%;
    }
    .nav-pills {
        width: auto;
    }
}

@media (max-width: 991px){
    .footer iframe {
        margin-top: 1rem;
    }
    .footer .bottom-footer p, .footer .bottom-footer p a {
        font-size: 14px;
        line-height: 20px;
    }
    .footer .connection-link p img {
        width: 18px;
    }
    .footer .connection-link p, .footer .connection-link p a, .footer .web-link li a, .footer .footer-address {
        font-size: 15px;
        line-height: 24px;
    }
    .nav-pills .nav-item {
        width: 32%;
    }
}

@media (max-width: 767px){
    .footer {
        padding-top: 1rem;
    }
    .footer .footer-heading {
        display: none;
    }
    /* .footer .top-footer {
        border: none;
    } */
    .footer .footer-heading-mobile {
        display: block;
        color: #FFF;
        font-size: 18px;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
    }
    .footer .web-link {
        /* padding-left: 15px; */
        margin-bottom: 2px;
    }
    .footer .footer-address {
        margin-bottom: 5px;
    }
    .footer .connection-link br {
        display: none;
    }
    .footer .connection-link p, .footer .connection-link p a {
        margin-bottom: 4px;
    }
    .footer .bottom-footer p, .footer .bottom-footer p a {
        font-size: 14px;
        text-align: center;
    }
    .footer .web-link li a,.footer .footer-address,.footer .connection-link p, .footer .connection-link p a {
        font-size: 14px;
    }
    .nav-pills .nav-item {
        width: 48%;
    }
    .doc-card-box-shadow .doc-card-box-shadow-title {
        margin-top: 10px;
    }
    
}
@media (max-width: 576px){
    .footer .web-link li a {
        line-height: 18px;
    }
    .nav-pills .nav-item {
        width: 100%;
    }
}