.header-top {
    background: #291616;
    color: #FFF;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.header-top-left {
    display: flex;
    align-items: center;
}

.header-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-top-item {
    padding: 9px 10px;
    color: white;
    text-decoration: none !important;
}

.header-top-item.right-line {
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.header-top-item.left-line {
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.header-main {
    background: linear-gradient(90deg, #7F733C 0%, #64551D 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
}


.header-main-bg {
    width: 159px;
    height: 159px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    z-index: 0;
    position: absolute;
    left: 0;
}

.header-container {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 20px;
}

.header-container .row {
    padding-bottom: 10px;
}

.main-header-title-container {
    position: relative;
}

.main-header-title-bg {
    width: 106px;
    height: 106px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    position: absolute;
    z-index: 0;
    right: 0;
    top: -10px;
}

.header-main-logo {
    width: 73px;
    height: 75px;
    flex-shrink: 0;
    aspect-ratio: 73.86/75.00;
    margin-right: 23px;
}

.header-main-title {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    border-bottom: 2px solid #FECD00;
    padding-bottom: 3px;
    margin-bottom: 4px;
}


.header-main-desc {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.header-digital-india {
    width: 197.962px;
    height: 95px;
    flex-shrink: 0;
    aspect-ratio: 197.96/95.00;
}

.header-swach-bharat-india {
    width: 145.778px;
    height: 82px;
    flex-shrink: 0;
    aspect-ratio: 145.78/82.00;
}

.header-azadi-india {
    width: 119.068px;
    height: 68px;
    flex-shrink: 0;
    aspect-ratio: 119.07/68.00;
}

.header-palika-india {
    width: 75px;
    height: 75px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}



.main-nav {
    background: #fff;
    border-radius: 35px;
}

.main-nav .nav-link {
    color: #1C0F45;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding: 16px 16px !important;
    white-space: nowrap;
}


.current_page_item,
.current-menu-parent {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;

    background: #FECD00;
    /* padding: 11px 16px 16px 16px !important; */
}

.current-menu-parent .current_page_item {
    background-color: #eee;
}

.main-nav .nav-link:hover {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;

    background: #FECD00;
    /* padding: 11px 16px 16px 16px !important; */
}

.navbar {
    --bs-navbar-padding-y: 0;
}

.navbar-nav {
    display: flex;
    flex-wrap: wrap;
}

.hero-img img {
    width: 100%;
    height: 558px;
    flex-shrink: 0;
    object-fit: cover;
}



.college-info {
    margin-top: 70px;
    margin-bottom: 55px;
}

.college-info-card {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: linear-gradient(180deg, #FFF 22.25%, #FFFEF4 100%);
    position: relative;
    padding: 30px 20px 20px 20px;
}

.college-info-logo img {
    width: 256.326px;
    height: 67px;
    flex-shrink: 0;
    aspect-ratio: 256.33/67.00;
}

.college-info-logo {
    text-align: center;
    position: absolute;
    top: -35px;
    width: 100%;
}

.college-info-header {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 14px;
}

.college-info-header2 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.college-info-desc {
    color: #5C596D;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.college-info-read-more {
    color: #8B730D;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    display: block;
}


.ministers-container {
    padding-top: 50px;
    padding-bottom: 55px;
    background-color: #524304;
    background-image: url(../images/minister/minister_bg.png);
    background-repeat: repeat-x;
    background-position: top;
}

.ministers-title {
    color: #FFF;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.minister-img {
    background-image: url(../images/minister/minister_bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 194px 151px;
    width: 194px;
    height: 151px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.minister-img img {
    width: 113px;
    height: 113px;
    flex-shrink: 0;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.minister-name {
    color: #FFF;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 7px;
    display: block;
    text-align: center;
}

.minister-desc {
    color: #DBC979;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
}

.minister-card {
    width: 194px;
}

.ministers-grid {
    display: flex;
    align-items: start;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 25px;
}


.news {
    background-color: #F6F7F8;
    background-image: url(../images/news/bg.png);
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: 100% 100%;
}

.news-card {
    border-radius: 10px;
    border: 1px solid #FFF;
    height: 540px;
    flex-shrink: 0;
    padding: 19px 12px;
}

.news-card-title {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding-left: 8px;
}

.news-card-body {
    border-radius: 0px 0px 15px 15px;
    flex-shrink: 0;
    margin-top: 18px;
    padding: 8px 11px;
}




.marquee-container-vertical {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.marquee-content-vertical {
    position: absolute;
    width: 100%;
    animation: scrollUp 8s linear infinite;
    /* white-space: nowrap; */
    padding-right: 16px;
}

@keyframes scrollUp {
    from {
        top: 100%;
    }

    to {
        top: -100%;
    }
}

.news-card-body.marquee-container-vertical {
    height: 450px;
}



.news-card-icon1 {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.news-card-icon2 {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.news-card-icon3 {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    object-fit: scale-down;
}

.news-card-item {
    color: #374759;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    gap: 9px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 15px;
    margin-bottom: 8px;

    border-radius: 10px;
    background: #FFF;
}

.news-card-item a {
    color: #5A5761;

    text-decoration: none;
}

.news-new-icon {
    width: 30.023px;
    height: 21px;
    flex-shrink: 0;
    aspect-ratio: 30.02/21.00;
}

.news-card-view-all {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}

.news-card-view-all:hover {
    color: black;
    cursor: pointer;
}


.deans-message-wrapper {
    padding-top: 55px;
    padding-bottom: 55px;
    background: linear-gradient(174deg, #FFF 30.59%, #F1F4F7 102.76%);
}


.deans-message-card {
    border-radius: 10px;
    border: 1px solid #D2D0EB;
    background: #FFF;
    padding: 20px 25px;
}

.deans-message-card-header {
    position: relative;
    border-radius: 10px;
    border: 1px solid #FCE4BB;
    background: linear-gradient(90deg, #FFFBEB 0%, #FFF 100%);
    padding: 6px 25px 12px 25px;
}

.deans-message-card-header-title {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.deans-message-card-header-desc {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.deans-message-card-header-desc2 {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.deans-message-bg-img {
    width: 243px;
    height: 93px;
    flex-shrink: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.dean-message-box {
    display: flex;
    gap: 22px;
    margin-top: 18px;
}

.dean-message-img {
    width: 167px;
    height: 194px;
    flex-shrink: 0;
    padding: 5px;
    background-color: #F4EDD4;
}

.dean-message-img img {
    width: 100%;
    height: 185px;
    object-fit: cover;
}

.dean-message-title {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.dean-message-desc {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 14px;
}


.meet-authorities {
    font-family: Poppins;
    margin-bottom: 40px;
    border-radius: 23px;
    background: #E5DBAE;

    color: #000;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 291px;
    height: 52px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.team-wrapper {
    padding-top: 44px;
    padding-bottom: 70px;
    background: linear-gradient(180deg, #EDE2B3 0%, #FFF 100%);
}

.team-row {}

.team-card {
    background-image: url(../images/team_card_pattern.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 30px 0px;
    background-color: #F8F2F0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: 230px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 16px;
}

.team-card-image {
    width: 99px;
    height: 106px;
    flex-shrink: 0;
    border-radius: 5px;
    object-fit: cover;
}

.team-card-text1 {
    color: #000;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 12px;
}

.team-card-text2 {
    color: #967D13;
    text-align: center;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
}

.team-card-text3 {
    color: #15141B;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.team-card-text4 {
    color: #000;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 3px;
}

.events-wrapper {
    background-color: #D9CFA2;
    padding-top: 35px;
    padding-bottom: 35px;
    background-image: url(../images/events/bg.png);
}

.events-card {
    background: #FFF;
    height: 595px;
    padding: 30px 40px;
}

.events-slider-title {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.events-slider-button {
    background-color: transparent;
    border: none;
    outline: none;
}

.events-slider-button img {
    width: 9.504px;
    height: 22px;
    flex-shrink: 0;
    aspect-ratio: 9.50/22.00;
}

.events-slider-button.left {
    margin-right: 28px;
}

.events-slider-button.left img {
    transform: scaleX(-1);
}

.event-slider-img-wrapper {
    position: relative;
    margin-top: 25px;
    height: 435px;
    overflow: hidden;
}

.event-slider-img-wrapper img {
    width: 100%;
    height: 435px;
    flex-shrink: 0;
    object-fit: cover;

    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.event-slider-img-wrapper img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.event-slider-img-date {
    width: 130px;
    height: 36px;
    flex-shrink: 0;
    background: #D1DEE2;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.event-slider-img-caption {
    background: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 56px;
    flex-shrink: 0;
    position: absolute;
    padding: 18px 10px;
    position: absolute;
    bottom: 0;
    left: 0;

    color: #FFF;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-slider-view-more {
    color: #726100;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 30px;
    display: block;
    text-decoration: none;
}

.event-slider-view-more:hover {
    color: black
}

.upcoming-events-title {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px;
    display: block;
}

.upcoming-events-item {
    margin-bottom: 19px;
    display: flex;
}

.upcoming-events-item-img-wrapper {
    position: relative;
    width: 90px;
    height: 91px;
    flex-shrink: 0;
}

.upcoming-events-item-img-wrapper img {
    width: 90px;
    height: 91px;
    object-fit: cover;

}


.upcoming-event-item-right {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
}

.upcoming-event-item-title {
    color: #726100;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upcoming-event-item-desc {
    color: #54545D;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-top: 5px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upcoming-events-item-img-date {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #D1DEE2;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 20px;
    flex-shrink: 0;
}

.upcoming-events {
    padding-left: 20px;
    padding-right: 20px;
}

.gallery-wrapper {
    padding-top: 70px;
    padding-bottom: 80px;
    border-radius: 5px;
    border: 1px solid #E3D7A4;
    background: linear-gradient(180deg, #FFF 0%, #FDF7DE 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.photo-gallery-card {
    border-radius: 5px;
    padding: 18px 25px;
    height: 438px;
}

.photo-gallery-card-title {
    color: #191515;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: linear-gradient(90deg, #FDF7DD 0%, #FFF 100%);
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 10px;
}

.photo-gallery-card-view-all {
    color: #191515;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

.photo-gallery-card-view-all:hover {
    color: #726100;
    cursor: pointer;
}

.photo-gallery-card-header {
    border-bottom: 1px solid #EDECEC;
    padding-bottom: 10px;
}

.photo-gallery-card-image {
    width: 100%;
    height: 159px;
    object-fit: cover;
    border-radius: 10px;

    transition: filter 0.3s ease;

}

.photo-gallery-card-image:hover {
    filter: brightness(1.2) !important;
}

.photo-gallery-card-body {
    padding-top: 25px;
}

.photo-gallery-card-image-wrapper {
    padding-bottom: 20px;
    height: 170px;
    overflow: hidden;
    border-radius: 10px;

}

.photo-gallery-video {
    width: 100%;
    height: 159px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 16px;
}

.photo-gallery-video iframe {
    width: 100%;
    height: 159px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 16px;
}

.association-logo-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}

.association-logo-wrapper-wrapper {
    background-color: #222;
}

.association-logo {}

.muhs-logo {
    width: 82px;
    height: 90px;
    flex-shrink: 0;
    aspect-ratio: 41/45;
}

.nmc-logo {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.yoga-logo {
    width: 95px;
    height: 95px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.abha-logo {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.mh-logo {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.pmjay-logo {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.di-logo {
    width: 265px;
    height: 90px;
    flex-shrink: 0;
}

.footer-wrapper {
    background-color: #746730;
}

.footer-container {
    padding-top: 50px;
}

.footer-title {
    color: #FFF;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}

.footer-desc {
    color: #ECE5C5;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;

}

.footer-read-more {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    margin-top: 21px;
    text-decoration: none;
}

.footer-wcag-logo {
    width: 110px;
    height: 110px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    margin-top: 6px;
}

.footer-link {
    color: #ECE5C5;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 12px;
    text-decoration: none;
}

.footer-address {
    color: #ECE5C5;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.footer-location-title {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-top: 12px;
}

.footer-map {
    width: 100%;
    height: 135px;
    margin-top: 6px;
    margin-bottom: 6px;
}


.footer-container-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 0.1px solid #363434;
    
}

.footer-link:hover {
    color: white;
}

.woman-safety-title {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 0px;
}

.woman-safety-title2 {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
    margin-left: 30px;
    display: block;
    margin-top: 10px;
}

.woman-safety-qr-code {
    height: 130px;
    width: 130px;
    border-radius: 5px;
}

.footer-bottom-text {
    color: #ECE5C5;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.footer-bottom-text-sitemap {
    text-decoration: none;
    padding-right: 6px;
    border-right: 1px solid #665F5F;
}


.footer-social-icon {
    width: 130px;
    height: 38px;
    flex-shrink: 0;
    margin-bottom: 21px;
}

.department-wrapper {
    background-image: url(../images/department_bg.png);
    background-position: top;
    padding-bottom: 70px;
    background-repeat: repeat-x;
}

.section-heading {
    color: #000;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    border-left: 5px solid #6F6129;
    border-right: 5px solid #6F6129;
    display: inline-block;
    margin: 40px auto;
    padding-left: 11px;
    padding-right: 11px;
}

.dept-link {
    background: linear-gradient(0deg, #F6F7FC 0%, #FFFBEB 100%);
    width: 100%;
    height: 75px;
    text-decoration: none;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #726100;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.3s ease-out;
    padding: 14px;
    text-align: center;
    border-bottom: 2px solid #DFCF75
}

.dept-link:hover {
    color: white;
    background: #7F733C;
    box-shadow: 0 6px 12px rgba(0, 85, 145, 0.2);
    transform: translateY(-2px);
    border-bottom: none;
}


.dropdown:hover .dropdown-menu {
    display: block;
}


.footer-ssl-logo {
    width: 132px;
}


.contact-us-wrapper {
    background: linear-gradient(0deg, #FFF2C3 0%, #FFF 100%);
    /* box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.05); */
    padding-top: 70px;
    padding-bottom: 70px;
}

.contact-icon {
    width: 55px;
    height: 55px;
    flex-shrink: 0;
    background-color: #72652E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
}

.contact-icon img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.contact-us-title {
    color: #73662F;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.contact-us-desc {
    color: #585364;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 4px;
}

.contact-us-map {
    width: 100%;
    height: 474px;
    flex-shrink: 0;
    margin-top: 10px;
}

.about-us-page-desc {
    color: #6A5E7E;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}


.about-us-page-card {
    padding: 14px 25px;
    border-radius: 10px;
    background: #F4F8FB;
    margin-bottom: 24px;
}

.about-us-page-card-title {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}


.about-us-page-card-desc {
    color: #5C596D;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.about-page-footer {
    background-image: url(../images/about/about_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px 16px;
    background-color: #000;
}

.about-footer-img {
    border: 5px solid white;
    border-radius: 10px;
    height: 500px;
    width: 100%;
    object-fit: cover;
}


.rti-page-img {
    text-align: center;
}

.rti-page-img img {
    width: 100%;
}


.table-custom {
    border-collapse: collapse;

}

.table-custom th,
.table-custom td {
    border: none;
}

.table-custom thead th {

    background-color: #756831 !important;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;

    text-transform: capitalize;
    padding: 15px;
}

.table-custom tbody td {
    padding: 9px;
    color: #756831;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize;
    vertical-align: middle;
}

.table-custom tbody td a {
    padding: 9px;
    color: #756831;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize;
    vertical-align: middle;
}

.table-custom tbody td a:hover {
    padding: 9px;
    color: black;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize;
    vertical-align: middle;
}

.table-custom td:first-child,
.table-custom th:first-child {
    padding-left: 30px;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {

    --bs-table-color-type: #FFFCEE;
    --bs-table-bg-type: #FFFCEE;

}


.courses-main-title {
    width: 204px;
    height: 51px;
    flex-shrink: 0;
    background-image: url(../images/courses_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;

    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 16px;
}

.courses-table-top-margin {
    margin-top: 20px;
}

.courses-main-title2 {
    color: #000;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 40px;
    margin-bottom: 12px;
    display: block;
}

.maintenance-page-img {
    text-align: center;
    margin-top: 70px;
}

.maintenance-page-img img {
    max-width: 600px;
    width: 100%;
}

.maintenance-page-text {
    color: #C4C4C4;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 70px;
}

.table-view-btn {
    border-radius: 5px;
    border: 1px solid #D6C478;
    background: #FFF7C8;
    flex-shrink: 0;
    color: #756831;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize;
    padding: 0px 12px;
    text-decoration: none;
}

.footer-visitor-count {
    font-size: 16px;
}

.no-news-data {

    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.no-news-data img {
    width: 200px;
}

.no-news-data span {
    font-family: Poppins;
    font-size: 14px;
    color: #ccc;
}

.wcag-btn {
    display: none;
    /* to hide original button which come with script */
}

.wcag-custom-btn {
    /* visibility: hidden; */
}

.accessibility-wait {
    display: none;
}

.wcag-custom-btn img {
    height: 25px;
    width: 25px;
    margin-right: 5px;
}

.dropdown-item {
    font-size: 14px;
}

@media (max-width: 1024px) {


    .news-card {
        width: 100%;
        margin-bottom: 20px;
    }


    .navbar-toggler {
        color: white;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .navbar-toggler-icon {
        filter: invert(100%);
        /* Makes it white */
    }

    .team-card {
        margin: 16px auto;
    }

    .events-card {
        height: auto;
    }

    .upcoming-events {
        margin-top: 30px;
    }

    .gallery-wrapper {
        background-repeat: repeat-y;
    }

    .photo-gallery-card {
        margin-bottom: 20px;
    }

    .association-logo {
        margin-bottom: 16px;
    }
}

@media (max-width: 768px) {

    .team-card {
        height: auto;
    }

    .dean-message-box {
        flex-wrap: wrap;
        justify-content: center;
    }

    .header-logos {
        display: none !important;
    }

    .header-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-bottom-text-sitemap {
        border: none;
    }

    .header-top-item.left-line {
        border: none
    }

    .header-top-item.right-line {
        border: none
    }

    .header-top,
    .header-main,
    .main-nav,
    .about-header,
    .college-info,
    .news,
    .deans-message-wrapper,
    .team-wrapper,
    .events-wrapper,
    .gallery-wrapper,
    .association-logo-wrapper,
    .footer-container,
    .footer-container-2 {
        padding-left: 16px;
        padding-right: 16px;
    }




    .photo-gallery-card {
        height: auto;
    }

    .association-logo {
        margin-bottom: 16px;
    }

}

.news-date {
    color: #AF563A;
}



.form-card {
    border: 1px solid #DEF1FF;
    background: #FAFDFF;
    padding: 25px;
}

.form-btn {
    border-radius: 5px;
    background: #09619F;
    border: 1px solid #09619F;
    width: 100%;
    color: #FFF;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 50px;
}

.form-btn:hover {
    background-color: #09619F;
    border: 1px solid #09619F;
}

.form-control {
    border-radius: 3px;
    border: 1px solid #EDEAF6;
    background: #FFF;
    height: 53px;
}

.form-control::placeholder {
    color: #767785;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.event-single {
    display: flex;
    flex-direction: column;

}

.event-single-date {
    background: #FECD00;
    width: 109px;
    height: 28px;
    flex-shrink: 0;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-single-title {
    color: #000;
    font-family: Poppins;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    margin-top: 5px;
}

.event-single-image {
    border-radius: 5px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 364px;
    object-fit: cover;
    margin-top: 20px;
}

.event-single-desc {
    color: #54545D;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 20px;
}

.event-archive-item {
    display: flex;
    flex-direction: column;
    height: 414px;
    border-radius: 10px;
    border: 1px solid #D5D3E6;
    background: #FFF;
    padding: 20px;
    position: relative;
}


.event-archive-item-img-wrapper {
    position: relative;

}

.event-archive-item-img {
    width: 100%;
    height: 197px;
    object-fit: cover;
    border-radius: 5px;
}

.event-archive-item-date {
    border-radius: 5px;
    background: #FECD00;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 43px;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.event-archive-item-title {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.event-archive-item-desc {
    color: #54545D;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    margin-top: 7px;
    margin-bottom: 0px;
    padding-bottom: 0px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-archive-item-read-more {
    text-align: right;
    color: #726100;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    bottom: 25px;
    right: 20px;
    position: absolute;
}

.event-archive-item-read-more:hover {
    color: black
}

.pagination {
    --bs-pagination-color: #09619F;
    --bs-pagination-hover-color: rgb(5, 39, 90);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #09619F;
    --bs-pagination-active-border-color: #09619F;
}

.gallery-archive-list div {
    overflow: hidden;
    border-radius: 4px;
}

.gallery-archive-image {
    border-radius: 4px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 300px;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.gallery-archive-image:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 1;
}

.archive-video {
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(196, 196, 196, 0.00) 46.14%, #000 99.66%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 238px;
    flex-shrink: 0;
}


.fullscreen-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fullscreen-overlay img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.fullscreen-overlay-close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 3rem;
    color: white;
    cursor: pointer;
    z-index: 10000;
}


/* dark mode css */
body.dark-mode *{
    background: #121212 !important;
    background-color: #121212 !important;
    color: #f5f5f5 !important;
}

body.dark-mode * {
    color: #f5f5f5 !important;
}