.header-top {
    background: #3A0422;
    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-image: url(../images/head/bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

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

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

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


.header-main-logo {
    width: 91px;
    height: 91px;
    flex-shrink: 0;
    margin-right: 11px;
}

.header-main-title {
    color: #FFF;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 0;
}

.header-main-title span {
    font-size: 17px;
}


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

.header-logos {
    border-radius: 10px;
    background: #FFF;
    max-width: 511px;
    height: 87px;
    flex-shrink: 0;
}

.header-digital-india {
    width: 136px;
    height: 87px;
    flex-shrink: 0;
    aspect-ratio: 136/87;
}

.header-swach-bharat-india {
    width: 135.111px;
    height: 76px;
    flex-shrink: 0;
    aspect-ratio: 135.11/76.00;
}

.header-azadi-india {
    width: 110.313px;
    height: 63px;
    flex-shrink: 0;
    aspect-ratio: 110.31/63.00;
}



.main-nav {
    background: #7F0A4A;
    padding-left: 100px;
    padding-right: 100px;
}

.main-nav .nav-link {
    color: #FFF;
    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: #0E0303;
    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_page_item .nav-link,
.current-menu-parent .nav-link {
    color: #0E0303
}

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

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

    background: #FECD00;
}

.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: 45px;
    margin-bottom: 40px;
}

.college-info-card {
    border-radius: 10px;
    background: #F4D8E7;
    display: flex;
    gap: 18px;
    padding: 11px 14px;
}

.college-info-logo {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.college-info-title1 {
    color: #7F0A4A;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
    display: block;
}

.college-info-title2 {
    color: #161B4B;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: block;
}

.college-info-desc {
    color: #67697D;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 12px;
    margin-bottom: 0;
    padding-bottom: 0;
}


.ministers-container {
    padding-top: 60px;
    padding-bottom: 50px;
    background-image: url(../images/minister/minister_bg.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
}

.ministers-title {
    color: #FFF;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    border-right: 3px solid #7F0A4A;
    border-left: 3px solid #7F0A4A;
    display: inline-block;
}

.minister-img {
    background-image: url(../images/minister/minister_bg2.svg);
    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: 183.754px;
    height: 181px;
    flex-shrink: 0;
    aspect-ratio: 183.75/181.00;
    object-fit: contain;
    margin-top: -30px;
}

.minister-name {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display: block;
    text-align: center;
    border-radius: 15px 0px;
    background: #7F0A4A;
    padding: 4px 0px;
}

.minister-desc {
    color: #7F0A4A;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    display: block;
    border-radius: 15px 0px;
    background: #FFF;
    padding: 10px 5px;
}

.minister-card {
    width: 210px;
}

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


.news {
    padding-top: 60px;
    padding-bottom: 60px;
}

.news-card-header {
    border-radius: 5px;
    background: #7F0A4A;
    padding: 16px 14px;
}

.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;
}

.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: 46px;
    height: 46px;
    flex-shrink: 0;
}

.news-card-icon2 {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
}

.news-card-icon3 {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
}

.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: 5px;
    background: #FFF;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.10);
}

.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 {
    background-color: #7F0A4A;
}

.deans-message-wrapper .container {
    position: relative;
    min-height: 159px;
}


.deans-message-card-header {
    border-radius: 15px;
    background: #FFF;
    padding: 6px 25px 12px 100px;
    margin-top: 35px;
}

.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;
}


.dean-message-img {
    position: absolute;
    width: 159.389px;
    height: 157px;
    flex-shrink: 0;
    aspect-ratio: 159.39/157.00;
    object-fit: scale-down;
    left: -50px;
    top: 0;
}

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

.deans-message-main-container {
    background: #F5F5F4;
    padding-top: 30px;
    padding-bottom: 30px;
}

.meet-authorities {
    color: #7F0A4A;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-left: 3px solid #7F0A4A;
    border-right: 3px solid #7F0A4A;
    padding-left: 16px;
    padding-right: 16px;
}

.team-wrapper {
    padding-top: 44px;
    padding-bottom: 150px;
    background-image: url(../images/staff_images/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 18px;
}

.team-row {
    margin-top: 60px;
}

.team-card {
    border-radius: 15px;
    background-color: #7F0A4A;
    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: #FFF;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-align: center;
    margin-top: 12px;
}

.team-card-text2 {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 10px;
    font-style: italic;
    font-weight: 300;
    line-height: 14px;
    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: #FACF31;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 3px;
}

.events-wrapper {
    background-color: #7F0A4A;
    padding-top: 35px;
    padding-bottom: 35px;
}

.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: #7F0A4A;
    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: #7F0A4A;
    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: 40px;
    padding-bottom: 60px;
}

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

.photo-gallery-card-title {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.photo-gallery-card-view-all {
    color: #FFF;
    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: #7F0A4A;
    cursor: pointer;
}

.photo-gallery-card-header {
    background: #7F0A4A;
    padding: 20px 16px;
    border-radius: 5px
}

.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;
    border-radius: 15px;
    background: #FFF;
}

.association-logo-wrapper-wrapper {
    background-color: #7F0A4A;
    padding-top: 30px;
    padding-bottom: 30px;
}

.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: #17050F;
}

.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-link:hover {
    color: white;
}

.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;
   
}

.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: linear-gradient(180deg, #F4D8E7 0%, #FFF 100%);
    padding-bottom: 70px;
    background-repeat: repeat-x;
}

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

.dept-link {
    border-radius: 0px 20px 20px 20px;
    background: #7F0A4A;
    width: 100%;
    height: 75px;
    text-decoration: none;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #FFF;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.3s ease-out;
    padding: 14px;
    text-align: center;
    border-top: 4px solid #FACF31
}

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


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


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


.contact-card {
    border-radius: 25px;
    background: #F4D8E7;
    padding: 14px 20px;
}

.contact-icon {
    width: 55px;
    height: 55px;
    flex-shrink: 0;
    background-color: #7F0A4A;
    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: #7F0A4A;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.contact-us-desc {
    color: #5A5A5A;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    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: #7F0A4A !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: #7F0A4A;
    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: #7F0A4A;
    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: #FFF7FB;
    --bs-table-bg-type: #FFF7FB;

}


.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 #7F0A4A;
    background: #FFF7FB;
    flex-shrink: 0;
    color: #7F0A4A;
    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) {

    .header-main {
        background-size: 100% 100%;
    }

    .team-wrapper {
        background: none;
    }

    .deans-message-card-header {
        padding-left: 120px;
    }

    .dean-message-img {
        left: 10px;
        top: 30px;
    }

    .dean-message-img img {
        height: 100px;
        width: 100px;
    }

    .minister-card {
        margin-bottom: 50px;
    }

    .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: #7F0A4A;
    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;
}