section.library-banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, #000000ed, #000000a8, transparent);
}
section.breadcrumb-banner {
    position: relative;
    margin-top: -48px;
    z-index: -1;
}
.navbar-expand-lg .navbar-collapse {
    display: flex!important;
    justify-content: center;
}
.lib-nav {
    background: #0e2a61d6;
    margin-top: -52px;
}
/* section.library-banner li.nav-item .nav-link.active {
    background: #2f637e;
    border-radius: 25px;
    padding: 5px 14px;
} */
section.library-banner li.nav-item .nav-link {
    text-transform: uppercase;
    color: white;
    padding: 8px 14px;
    font-size: 14px;
}
section.section-who-we-are {
    padding: 100px 0;
    /* background: #e5e5e573; */
}
.academic-section-img img {
    width: 100%;
}
section.section-who-we-are .about-page-card-content p {
    text-align: justify;
}
section.section-who-we-are .content-wrapper {
    padding-top: 20px;
}
section.admission-criteria {
    padding: 100px 0px;
    background: #e5e5e573;
}
section.selection-section {
    padding: 100px 0px;
}
section.important-section {
    padding: 100px 0px;
    background: #f3f3f3;
}
section.footer-section {
    padding: 100px 0px;
    color: #fff;
    width: 100%;
    float: left;
    background: url(../images/campus-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
section.footer-section:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0c1645f2;
    bottom: 0;
    /* z-index: 1; */
    position: absolute;
}
section.footer-section .heading-new-one {
    margin-bottom: 20px;
}
section.footer-section .container{
    position: relative;
}

section.footer-section .footer-content ul li {
    color: #ffffff;
  
}

section.footer-section h2, section.footer-section h3{
    font-weight: unset;
    /* font-family: "Lato", sans-serif; */
    line-height: unset;
    color: #ffffff;
}
.important-wrapper {
    text-align: justify;
}

@media(max-width:576px){
    section.library-banner li.nav-item .nav-link {
    padding: 8px 8px;
    font-size: 11px;
}
section.section-who-we-are {
    padding: 60px 0;
    /* background: #e5e5e573; */
}
section.selection-section {
    padding: 60px 0px;
}
section.admission-criteria {
    padding: 60px 0px;
    background: #e5e5e573;
}
}