.inner_header .login>ul,
.login>ul {
    margin-bottom: 0
}

.login a,
.top_nav .login a {
    font-weight: 400;
    font-size: var(--font-13)
}

.overlay.open li,
nav.overlay-menu h2 {
    animation: .5s .35s forwards fadeInRight
}

.edit_btn span,
.login .dropdown-menu h2 a,
.login a,
.right-menu-panel h2 a,
.top_nav .login a,
nav.overlay-menu,
nav.overlay-menu h2 {
    font-family: var(--family-1)
}

.academic-menu,
.close-btn,
.js-search,
.overlay,
body:after {
    visibility: hidden
}

.header {
    background: linear-gradient(147deg, #293786 0, #a21d2e 100%) no-repeat padding-box;
    background-position: right 35px;
    background-size: 5.5%;
    max-width: 100%;
    margin: 0 auto;
    z-index: 999;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    transition: .5s
}

.header .navbar-nav .acd-name h2 a:hover,
.header .navbar-nav .acedmic-menu-list ul li a:hover {
    transform: translate(5px, 0);
    transition: .5s;
    color: #ffffff99
}

.header .navigation_box {
    justify-content: flex-end;
    flex-direction: column;
    flex-grow: unset;
    align-items: flex-end;
    position: relative;
    display: flex;
    gap: 5px
}

.login>ul {
    display: flex;
    justify-content: flex-end;
    list-style-type: none
}

.header .navbar {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.login a {
    padding: .45rem 1.5rem;
    line-height: 21px;
    display: flex
}

.top_nav .login a {
    padding: .6rem 3.2rem;
    line-height: 1.4;
    display: block
}

.navbar-brand {
    margin-top: 2rem;
    margin-block: auto;
    max-width: 20.4rem;
    transition: .5s
}

.header .navbar-nav {
    margin-top: 0;
    padding: 2.5rem 0
}

.inner_navigation .navbar-nav {
    margin-right: 1.5rem
}

.header .navbar-nav li a.nav-link {
    font-size: var(--font-15);
    color: var(--primary-color);
    margin-right: 3rem;
    font-family: var(--family-4);
    font-weight: 600;
    padding: 0;
    line-height: var(--line-height-24);
    font-family: var(--family-1);
    letter-spacing: .75px;
    position: relative
}

.header .navbar-nav li a.nav-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 54px;
    background-color: transparent
}

.header .navbar-nav li a.nav-link.active,
.header .navbar-nav li a.nav-link:hover {
    color: var(--secondary-color)
}

.inner_navigation .navbar-nav li a.nav-link {
    color: #000;
    margin: 0 2rem
}

.navigation_bar {
    display: flex;
    align-items: center
}

.inner_header .top_nav {
    background: url(../images/inner-title.webp) 0 0/cover no-repeat;
    position: relative
}

.inner_header .navbar-brand {
    margin-top: 0;
    max-width: 30.5rem;
    margin-block: auto
}

.header.inner_header .navbar {
    align-items: center
}

.inner_navigation {
    padding: 2rem 0
}

.acd-name ul.school_nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem
}

.header .navbar-nav .acedmic-menu-list ul.school_nav li a {
    font-weight: 400;
    font-size: var(--font-13);
    line-height: 1.2
}

.header .navbar-nav .acedmic-menu-list ul.school_nav li a:hover {
    transform: translate(0, 0)
}

.header .navbar-nav .acedmic-menu-list ul.school_nav li a figure,
.musat_Tx p {
    margin-bottom: 1rem
}

.cus_dropdown {
    position: relative !important
}

.inner_header .cust_dropdown_menu {
    top: 55px
}

.cust_dropdown_menu {
    display: none;
    position: absolute;
    left: -20px;
    top: 51px
}

.cust_dropdown_menu li {
    background: linear-gradient(127deg, #293786 0, #a21d2edb 100%) no-repeat padding-box;
    padding: 20px !important;
    list-style: none !important
}

.cus_dropdown:hover .cust_dropdown_menu {
    display: block
}

@media screen and (min-width:1599px) {
    .navbar-brand {
        max-width: 30.5rem
    }
}

@media screen and (max-width:1599px) {
    .inner_header .navbar-brand {
        max-width: 20.4rem
    }

    .inner_navigation {
        padding: 1.2rem 0
    }
}

@media (max-width:1300px) {
    .header {
        background-size: 3%
    }
}

a.view_school {
    color: var(--bs-white);
    font-size: var(--font-11);
    border-bottom: 1px dashed var(--bs-white);
    padding-bottom: 1rem;
    font-weight: 600;
    padding-top: 4rem;
    display: inline-block
}

a.view_school img {
    filter: brightness(0) invert(1);
    margin-left: 1rem
}

.header .school_nav li:last-child,
.header.inner_header .school_nav li:last-child {
    display: flex;
    align-items: flex-end;
    padding-bottom: 5rem
}

.header .navbar-nav .acedmic-menu-list ul.school_nav li a.view_school {
    font-size: var(--font-11);
    padding-bottom: .5rem
}

.academic-menu {
    position: absolute;
    background: linear-gradient(127deg, #293786 0, #a21d2edb 100%) no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    padding: 64px 64px 3rem;
    top: 80%;
    width: 120rem;
    right: -5rem;
    z-index: 9;
    opacity: 0;
    transition: .2s;
    transform: translate(0, 50px);
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh + 90px)
}

body.hover-menu:after,
body:after {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9;
    backdrop-filter: blur(2px);
    transition: .5s;
    content: "";
    left: 0
}

.overlay,
.overlay ul li a,
body:after,
main {
    overflow: hidden
}

.about_section {
    height: calc(78vh + 90px)
}

.acd-hover:hover .academic-menu {
    opacity: 1;
    visibility: visible;
    transition: .2s;
    transform: translate(0, 24px)
}

body.hover-menu:after {
    background: no-repeat padding-box #ffffffd1;
    width: 100%;
    opacity: 1;
    visibility: visible;
    overflow: hidden
}

body:after {
    width: 100%;
    opacity: 1;
    background: no-repeat padding-box #ffffff8c;
    opacity: 0;
    -webkit-backdrop-filter: blur(2px)
}

.acedmic-menu-list h2 {
    color: #ffffff99;
    font-size: var(--font-15);
    margin-bottom: 3rem
}

.header .navbar-nav .acd-name h2 a,
.header .navbar-nav .acd-name.about_right a {
    color: #ffffff99;
    font-size: var(--font-15);
    margin-bottom: 8px;
    transform: translate(0, 0);
    transition: .5s;
    font-weight: 400
}

.header .navbar-nav .acd-name.academic_right a {
    color: #fff;
    font-size: var(--font-15);
    margin-bottom: 8px;
    transform: translate(0, 0);
    transition: .5s;
    font-weight: 400
}

.acedmic-menu-list ul {
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 999
}

.header .navbar-nav .acedmic-menu-list ul li a {
    font-size: var(--font-21);
    font-weight: 700;
    margin-bottom: 8px;
    white-space: normal
}

.header .academic_nav .col-md-5 .acd-name {
    border-left: 1px solid #fff;
    padding-left: 40px;
    margin-left: 32px
}

.header .about_section .col-md-5 .acd-name {
    border-right: 1px solid #fff;
    padding-right: 40px;
    margin-right: 32px
}

.acedmic-icon {
    position: absolute;
    right: 0;
    top: -1px
}

.header .navbar-nav .placement_section,
li.nav-item.dropdown.acd-hover:nth-child(2) .academic-menu {
    right: -5rem
}

.header .navbar-nav .acedmic-menu-list ul>li.leadership_submenu>ul>li>a,
.header .navbar-nav .placement_section .acedmic-menu-list ul li a {
    font-size: var(--font-15)
}

.overlay {
    position: fixed;
    background: #293786;
    opacity: 1;
    backdrop-filter: blur(2px);
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    transition: opacity .35s, visibility .35s, height .35s;
    padding-inline: 64px;
    padding-block: 96px;
    padding-bottom: 64px;
    z-index: 100;
    padding-top: 12vh
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%
}

.overlay.open li:nth-of-type(2) {
    animation-delay: .4s
}

.overlay.open li:nth-of-type(3) {
    animation-delay: .45s
}

.overlay.open li:nth-of-type(4) {
    animation-delay: .5s
}

.overlay nav {
    height: auto;
    top: 0;
    transform: translateY(0);
    font-weight: 400;
    text-align: left;
    right: 0;
    padding: 0;
    width: 100%
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto 32px;
    display: inline-block;
    position: relative
}

.overlay ul li {
    display: block;
    margin-bottom: 6.4px;
    position: relative;
    opacity: 0
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #ffffffc7;
    text-decoration: none;
    font-size: var(--font-11);
    font-weight: 300
}

.overlay nav figure,
.overlay nav figure img {
    background: #fff
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%
    }

    100% {
        opacity: 1;
        left: 0
    }
}

.close-btn {
    position: absolute;
    right: 48px;
    z-index: 2;
    top: 80px;
    opacity: 0
}

.overlay.open .close-btn {
    position: absolute;
    right: 48px;
    z-index: 2;
    top: 24px;
    opacity: 1;
    visibility: visible
}

.close-btn img {
    width: 24px;
    cursor: pointer
}

nav.overlay-menu h2 {
    color: #fff;
    font-size: var(--font-15);
    margin-bottom: 2rem;
    font-weight: 400
}

.left-menu-panel h5,
.right-menu-panel h5 {
    font-size: var(--font-11);
    color: #fff;
    font-weight: 700;
    animation: .5s .35s forwards fadeInRight;
    font-family: var(--family-1);
    margin-bottom: 10px
}

.edit_btn span {
    color: #fff;
    float: right;
    position: absolute;
    top: .3rem;
    right: .5rem;
    font-size: var(--font-11)
}

.right-menu-panel h2 a {
    font-size: var(--font-15);
    color: #fff;
    font-weight: 400
}

nav.overlay-menu .right-menu-panel .other-menu-links h2 {
    margin-bottom: 2.2rem
}

nav.overlay-menu {
    max-height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
    font-weight: 300
}

nav.overlay-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff;
    border-radius: 10px;
    background-color: #f5f5f5
}

nav.overlay-menu::-webkit-scrollbar {
    width: 2px;
    background-color: #a21d2eeb
}

nav.overlay-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #a21d2e;
    background-color: #a21d2e
}

.img-hum-bg {
    position: absolute;
    top: 0;
    left: 0
}

.left-menu-panel {
    padding-left: 192px;
    position: relative
}

.left-menu-panel:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #ffffff63;
    position: absolute;
    right: 12.8px;
    top: 0
}

.right-menu-panel {
    padding-left: 24px
}

@media(min-width:1650px) {
    nav.overlay-menu h2 {
        margin-bottom: 2rem
    }

    .overlay ul li {
        margin-bottom: 8.4px
    }

    .right-menu-panel h5 {
        margin-bottom: 10px
    }
}

@media (max-width:1199px) {
    .header .navbar-nav li a.nav-link {
        margin: 0 1rem
    }

    .header {
        background-size: 1%
    }
}

.header.header1 {
    background: linear-gradient(147deg, #293786 0, #a21d2e 100%) no-repeat padding-box;
    background-position: center;
    background-size: 100%;
    max-width: 100%;
    margin: 0 auto;
    z-index: 999;
    position: fixed;
    width: 100%
}

.header.header1 .login {
    display: none
}

.header.header1 .navbar-nav li a.nav-link {
    font-size: var(--font-15);
    color: #fff;
    margin: 0 1rem;
    font-family: Metropolis;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: .75px;
    padding: 0
}

.header.header1 .navbar-brand,
.header.inner_header.header-sticky a.navbar-brand,
.login .dropdown-menu h2 {
    margin: 0
}

.header.header1 .navbar {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header.header1 .hamburger span,
.header.header1 .hamburger span::after,
.header.header1 .hamburger span::before {
    background-color: #fff
}

li.nav-item.dropdown.acd-hover:hover a:after {
    width: 100%;
    height: 100px;
    background: #00000000;
    position: absolute;
    top: 100%;
    left: 0;
    content: "";
    display: none
}

.header.header-sticky {
    background: right 35px #fff;
    max-width: 100%;
    box-shadow: 1px 1px 10px #0000000f
}

.header.inner_header {
    background: #fff;
    max-width: 100%
}

.header.inner_header.header-sticky {
    position: fixed;
    width: 100%;
    z-index: 99;
    background: #fff;
    transition: .2s
}

.login a i {
    margin: 0 0 0 9px;
    top: 2px;
    position: relative
}

.header.header-sticky .navbar-brand {
    margin-block: auto
}

li.dropdown .bg-primary-color {
    background: hsl(231deg 53% 34% / 80%)
}

li.dropdown .bg-secondary-color {
    background: var(--secondary-color);
    background: hsl(352deg 70% 37% / 80%)
}

.login .dropdown-menu h2 a {
    color: var(--primary-color);
    font-weight: 500;
    display: block;
    font-size: 15px;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #7070706e
}

.login .dropdown-menu h2:last-child a {
    border: none
}

.login .dropdown-menu h2 a:hover {
    background: linear-gradient(121deg, #293786 0, #a21d2e 100%) no-repeat padding-box;
    color: #fff;
    border-color: hsl(231deg 53% 34% / 80%)
}

.login .dropdown-menu {
    width: 200px;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: rgba(50, 50, 93, .25) 0 6px 12px -2px, rgba(0, 0, 0, .3) 0 3px 7px -3px
}

@media (max-width:1516px) and (min-width:1400px) {
    .header {
        background-size: 3.5%
    }
}

@media screen and (max-width:1366px) {
    .about_section {
        padding: 15px 0 50px 54px
    }

    .academic-menu {
        padding: 50px 50px 20px
    }
}

@media (max-width:1648px) and (min-width:1300px) {
    li.nav-item.dropdown.acd-hover:nth-child(2) .academic-menu {
        right: -3.5em;
        width: 85rem
    }

    .academic-menu {
        right: -3.5em;
        width: 94rem;
        padding: 64px 48px 3rem
    }

    .header .about_section .col-md-5 .acd-name {
        padding-right: 23px;
        margin-right: 30px
    }
}

@media (max-width:1199px) {
    .academic-menu {
        top: 80%;
        width: 100rem;
        right: -6rem
    }
}

@media (max-width:1701px) and (min-width:1650px) {
    .header {
        background-size: 3.5%
    }
}

main {
    padding-top: 15rem
}

@media (max-width:998px) {

    .header,
    .header.header-sticky {
        padding: .8rem 2rem
    }

    .header_right,
    .top_nav {
        display: none
    }

    .inner_header .navbar-brand {
        max-width: 20rem;
        margin: auto
    }

    .navbar-brand {
        max-width: 11.5rem;
        margin: 0
    }

    .header {
        background: 0 0
    }

    .header.header-sticky .navbar-brand {
        margin-top: 0
    }

    .header.inner_header .navbar {
        justify-content: center;
        padding: 0 2rem
    }

    .header_Bottom nav {
        padding: 0
    }

    .header.inner_header.header-sticky {
        z-index: 12
    }
}

@media (max-width:480px) {
    .inner_header .navbar-brand {
        max-width: 18rem;
        margin: auto
    }

    .inner_navigation {
        padding: 0
    }

    .navbar-brand {
        max-width: 9.5rem;
        margin: 0
    }
}

.header .navbar-nav .acedmic-menu-list ul>li.leadership_submenu {
    position: static
}

.header .navbar-nav .acedmic-menu-list ul>li.leadership_submenu>ul {
    position: absolute;
    left: auto;
    right: -24%;
    top: 0;
    flex-direction: column;
    height: 100%;
    border-left: 1px solid #ffffff2a;
    padding-left: 3rem;
    opacity: 0;
    visibility: hidden;
    display: none
}

.header .navbar-nav .acedmic-menu-list ul>li.leadership_submenu:hover>ul {
    display: flex;
    opacity: 1;
    visibility: visible
}

.header .navbar-nav .acedmic-menu-list ul>li.leadership_submenu>ul>li {
    position: unset
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    background-color: var(--primary-color);
    overflow-x: hidden;
    transition: .5s;
    padding-top: 60px
}

.header_Bottom .navbar .header-right .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: var(--font-21);
    color: #fff;
    display: block;
    transition: .3s
}

.header_Bottom .navbar .header-right .sidenav a.closebtn {
    font-size: var(--font-36)
}

.sidenav a:hover {
    color: #f1f1f1
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px
}

.department_toggle {
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    display: block
}

.js-search,
.js-search .search_close,
.search_close span,
.searchform_box .srch_btn {
    color: var(--bs-white)
}

@media screen and (max-height:450px) {
    .sidenav {
        padding-top: 15px
    }

    .sidenav a {
        font-size: 18px
    }
}

.gallery_sec .edit_btn span {
    position: initial;
    float: none;
    display: inline-block;
    margin-block: 5rem;
    padding: .8rem 2rem;
    font-size: var(--font-18);
    line-height: 1.4
}

.search-bd a {
    display: block
}

.search-bd svg {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 2rem
}

.navigation_bar .search-bd:is(line, circle) {
    stroke: #000
}

.searchform_box .srch_btn {
    font-size: var(--font-24)
}

.js-search {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: -11;
    transition: opacity .5s ease-in-out, z-index
}

.js-search::after,
.js-search::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: rgb(0 0 0 / 80%);
    backdrop-filter: blur(10px);
    transform: scaleY(0);
    transform-origin: top;
    transition: .5s
}

.js-search::after {
    top: auto;
    bottom: 0;
    transform-origin: bottom
}

.js-search.show {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    transition: opacity .5s ease-in-out, z-index
}

.js-search.show::after,
.js-search.show::before {
    transform: scaleY(1);
    height: 50%
}

.searchform_box {
    position: relative;
    min-width: 500px;
    display: flex;
    z-index: 9
}

.searchform_box .form-control {
    padding: 10px 70px 10px 10px;
    border: none;
    height: 50px;
    border-radius: 0;
    background-color: var(--primary-color);
    color: var(--bs-white);
    font-family: var(--primary-font1);
    font-size: var(--font-15);
    line-height: var(--line-height-24);
    font-style: italic;
    border-bottom: 3px solid var(--bs-white)
}

.searchform_box .form-control::placeholder {
    color: var(--bs-white)
}

.searchform_box .srch_btn {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    font-weight: 600;
    height: 100%;
    width: 50px;
    font-size: var(--font-15);
    border: none;
    text-align: center;
    line-height: 50px
}

@media(min-width:1800px) {
    .searchform_box {
        min-width: 700px
    }

    .searchform_box .srch_btn {
        width: 75px;
        line-height: 75px
    }

    .searchform_box .form-control {
        height: 65px
    }
}

.js-search .search_close {
    font-size: var(--font-24);
    line-height: 1.6;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    border: none;
    position: absolute;
    right: 50px;
    top: 50px
}

li.dropdown .bg-primary-color:hover,
li.dropdown .bg-secondary-color:hover {
    background: hsla(0, 0%, 0%, .8)
}

.navigation_box .login .dropdown a:hover,
.overlay .overlay-menu ul li a:hover {
    color: #fff
}

@media(min-width:999px) {
    .navigation_box.search-bd-mobile {
        display: none
    }
}

@media(max-width:998px) {
    .header {
        padding: 2.5rem
    }

    .header.header-sticky {
        padding: 1.5rem 2.5rem
    }

    .header .navbar {
        align-items: center
    }

    .navigation_box.search-bd-mobile .js-search {
        padding-right: 0
    }

    .navigation_box.search-bd-mobile .search-bd svg {
        margin: 0
    }

    .inner_header .navbar-brand {
        margin-left: 0;
        margin-right: auto
    }

    .header.inner_header .navbar {
        justify-content: space-between
    }
}

@media(max-width:767px) {
    .header.inner_header .navbar {
        padding: 0
    }
}

@media(max-width:575px) {
    .navigation_box.search-bd-mobile .searchform_box {
        min-width: 400px
    }

    .header.inner_header .inner_navigation>.container {
        padding: 0
    }
}

@media(max-width:480px) {
    .navigation_box.search-bd-mobile .searchform_box {
        min-width: 320px
    }
}

@media(max-width:375px) {
    .navigation_box.search-bd-mobile .searchform_box {
        min-width: 300px
    }

    .header .navbar-brand {
        max-width: 18rem
    }
}