.search-modal-box {
    display: flex;
}
.search-modal-box button {
    background: none;
    border: none;
}
.photo-item-wrap, .video-item-wrap {
    background: #ffffffe3;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

.photo-item-wrap:hover,
.video-item-wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.photo-item-wrap img,
.video-item-wrap video {
    width: 100%;
    height: 235px;
    object-fit: cover;
}

#PhotoHSlideOwl .owl-nav button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    background: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#PhotoHSlideOwl .owl-nav button.owl-prev {
    left: 0;
}

/* Footer start */
.footer-1-logo {
    width: 100%;
    padding: 15px;
    background: #fff;
    height: 70px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    overflow: hidden;
}

/* .footer-4 {
    text-align: center;
    background: #092356;
    color: #989898;
    font-size: 14px;
    padding: 8px;
    border-top: 1px solid #b7b7b726;
} */
.footer-4 {
    text-align: center;
    background: #1d3c80;
    color: #c7c7c7;
    font-size: 14px;
    padding: 8px;
    border-top: 1px solid #b7b7b726;
}

/* Footer End */
nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top #onetap-language-list {
    display: none !important;
}

.lastmodified {
    color: #922630;
    font-size: 16px;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

.footer-4 {
    padding: 8px 8px 115px;
}

.text-danger {
    color: #902630 !important;
}

.border-danger {
    border-color: #902630;
}

ul.feature-list.flex-no li {
    display: block;
}

.d-home {
    display: none;
}

.campus {
    width: 100%;
    /* padding-top: 100px; */
    position: relative;
    padding-right: 100px;
    padding-bottom: 80px;
}

.campus>figure {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.campus>figure:before {
    content: '';
    position: absolute;
    width: 20%;
    height: 59%;
    top: 15px;
    background-image: url('../images/Group 91.png');
    right: -20%;
    background-repeat: no-repeat;
}

.campus>.camp-2:after {
    content: '';
    position: absolute;
    width: 130px;
    height: 100px;
    background-image: url('../images/Group 90.png');
    bottom: 0;
    right: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.campus figure img,
section.welcome-campus .container {
    position: relative;
    z-index: 1;
}

.camp-2 {
    position: absolute;
    width: 60%;
    bottom: 0;
    right: 0;
}
.camp-2 figure{
    margin: 0;
}
.camp-2 img,
.department-img:before {
    height: 100%;
    width: 100%;
}

.campus figure.first-image img {
    border-radius: 10px;
    width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    font-weight: 600 !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    content: "\f0d7" !important;
    font-family: "Font Awesome 7 Free" !important;
    font-weight: 900 !important;
    transition: all 0.3s ease;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link:hover span.mega-indicator:after {
    transform: rotate(180deg);
}
