.sec-top-menu {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: #264487;
    border-top: 3px solid #e29b1f;
    height: 100%;
}

section.sidebar-all {
    position: relative;
    background: white;
    min-height: 45px;
}

section.library-default {
    padding: 60px 0;
}

.about-content {
    text-align: justify;
}

.menu-con ul.navbar-nav li.nav-item.dropdown a {
    color: #fff !important;
}

.about-img-wrapper {
    position: relative;
}

.about-img-wrapper:before {
    content: '';
    position: absolute;
    background: #e29b1f;
    right: -15px;
    width: 150px;
    top: -15px;
    height: 100px;
    z-index: -1;
}
#mega-menu-wrap-library #mega-menu-library > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-research #mega-menu-research > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
}