html,body{
    overflow-x: hidden;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler {
    border-color: white;
}

.header-top {
    background: #290E03;
    color: #FFF;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.header-top-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.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;
    text-align: center;
}

.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/header/bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
}


.header-main-logo {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    aspect-ratio: 47/46;
    margin-right: 11px;

}

.header-main-title {
    color: #650417;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}


.header-main-title2 {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: -10px;
    color: #650417;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

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

.header-left {
    border-radius: 53px;
    border: 1px solid #FFE3D5;
    background: #FFF;
    margin-left: -48px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 7px 16px;
    padding-right: 40px;
}

.header-main-logos {
    border-radius: 10px;
    background: #FFF;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

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

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

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

.main-nav {
    background: #650417;
}

.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: 14px 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: #FACF31;
    /* padding: 11px 16px 16px 16px !important; */
}

.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: #FACF31;
    /* padding: 11px 16px 16px 16px !important; */
}

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

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

.hero-img img {
    width: 100%;
    
}

.about-header {
    background: linear-gradient(162deg, #FFF 33.48%, #A4D9FE 169.92%);
    box-shadow: 0px 4px 3.5px 0px rgba(0, 0, 0, 0.05);
}

.about-header-item-image {
    width: 147px;
    /* height: 73px; */
    flex-shrink: 0;
    aspect-ratio: 147/73;
}

.about-header-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background-color: white;
    border-radius: 50%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.about-header-icon img {
    height: 24px;
    width: 24px;
    object-fit: cover;
}

.about-header-main {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.about-header-item {
    /* border-right: 1px solid #9D9CB4; */
    padding-right: 16px;
    display: flex;
    align-items: center
}

.about-header-title {
    color: #4E485A;
    font-family: Poppins;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
}

.about-header-desc {
    color: #4E485A;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cinfo {
    padding-top: 42px;
    padding-bottom: 42px;
}

.cinfo-title {
    color: #161B4B;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
}

.cinfo-welcome {
    color: #161B4B;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: block;
    margin-top: 8px;
}

.cinfo-desc {
    color: #67697D;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 8px;
}

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

.minister-container {
    padding-top: 40px;
    padding-bottom: 45px;
    background-color: #fff3f3;
}

.minister-heading {
    color: #000;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.ministers-grid {
    zoom: 0.8;
    margin-top: -10px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.minister-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background-image: url(../images/ministers/bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 340px;
    width: 210px;
    padding-top: 40px;
}

.minister-img {
    width: 180px;
    height: 180px;
    flex-shrink: 0;
    border-radius: 50%;
    object-fit: cover;
    /* border: 1px solid #E9E9E9; */
}

.minister-title {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
    white-space: nowrap;
    margin-top: 8px;
}

.minister-desc {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
    white-space: nowrap;
}

.news {
    background-color: #650417;
    padding-top: 80px;
    padding-bottom: 80px;
}

.news-card {
    border-radius: 5px;
    background: #FCFBFF;
    height: 509px;
    flex-shrink: 0;
    padding: 19px 12px;
}

.news-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

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

.news-card-body {
    border-radius: 0px 0px 15px 15px;
    /* width: 333px; */
    height: 402px;
    flex-shrink: 0;
    margin-top: 18px;
    padding: 8px 11px;
    /* overflow-y: auto; */
}




.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: 380px;
}



.news-card-icon1 {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid rgba(214, 100, 38, 0.25);
    padding: 5px;
}

.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: #5A5761;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 9px;
    border-bottom: 1px solid #DEDEDE;
    padding-top: 11px;
    padding-bottom: 11px;
}

.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: #D66426;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    display: block;
    text-align: right;
    padding-right: 5px;
    text-decoration: none;
}

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

.dean {
    background-image: url(../images/dean_bg.png);
    background-repeat: repeat-y;
    background-size: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.dean-card {
    border-radius: 15px;
    background: #FFF;
    padding: 16px 0px;
    position: relative;
}

.dean-header {
    background: #FACF31;
    padding: 12px;
    padding-left: 250px;
}

.dean-photo {
    width: 197px;
    height: 197px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 5px solid #FFF;
    padding: 5px;
    position: absolute;
    left: 30px;
}

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

.dean-edu {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

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

.dean-message {
    color: #4D4558;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 25px;
    padding-left: 250px;
}

.meet-authorities {
    color: #D66426;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 40px;
}

.team-wrapper {
    padding-top: 50px;
    padding-bottom: 80px;
    /* margin-top: 60px; */
    background: linear-gradient(180deg, rgba(215, 212, 255, 0.25) 0%, #FFF 100%);
    position: relative;
}

.team-wrapper-bg {
    position: absolute;
    bottom: 0px;
    width: 99.33%;
    height: 450px;
}

.team-grid {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 20px;
}

.team-card {
    z-index: 2;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    min-width: 207px;
    max-width: 230px;
    height: 230px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 16px;
    border-bottom: 3px solid #FACF31;
}

.team-card-image {
    width: 106px;
    height: 108px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #FACF31;
    padding-top: 5px;
    object-fit: cover;
}

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

.team-card-text2 {
    color: #F48346;
    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;
}

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

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

.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: #650417;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    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: #650417;
    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: #650417;
    font-family: Poppins;
    font-size: 15px;
    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: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-top: 5px;

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

.upcoming-events-item-img-date {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #650417;
    color: #fff;
    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: 70px;
}

.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: #FF5722;
    cursor: pointer;
}

.photo-gallery-card-header {
    background-color: #650417;
    padding: 20px;
}

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

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

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


.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-desc {
    color: #ECE5C5;
    font-family: Poppins;
    font-size: 12px;
    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;
    
}

.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; */
    /* background-size: 100% auto; */
    padding-bottom: 70px;
    /* background-repeat: no-repeat; */
}

.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;
    display: inline-block;
    margin: 30px auto;
    padding-bottom: 11px;
}

.dept-link {
    border-radius: 25px;
    border-left: 3px solid #D66426;
    border-right: 3px solid #D66426;
    background: #FFEAE2;
    width: 100%;
    height: 75px;
    text-decoration: none;
    height: 75px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #090454;
    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;
}

.dept-link:hover {
    background: #D66426;
    color: #fff;
    box-shadow: 0 6px 12px rgba(0, 85, 145, 0.2);
    transform: translateY(-2px);
}


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


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


.contact-icon-circle {
    width: 80px;
    height: 80px;
    background-color: #D66426;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.contact-icon-circle img {
    width: 35px;
    height: 35px;
    filter: brightness(0) invert(1);
}

.contact-card-title {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-us-address-card {
    min-height: 200px;
    border-radius: 10px;
    background: #FFF;
    padding: 25px 18px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.contact-us-address-card-val {
    color: #D66426;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-transform: none;
}

.contact-card-row {
    background-color: #826b6f;
    padding: 20px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    padding-top: 40px;
}

.contact-us-map {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.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.jpg);
    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;
} */


.about-footer-big-img{
    width: 100%;
}

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

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


.table-custom {
    border-collapse: collapse;
    border: 1px solid #C1C3E9;
    background: #FFF;
}

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

.table-custom thead th {
    background-color: #D66426 !important;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize;
    padding: 15px;
}

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

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

.table-custom tbody td a:hover {
    padding: 9px;
    color: #FF5722;
    font-family: Poppins;
    font-size: 14px;
    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-top: 9px;
    padding-left: 30px;
}


.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 #D66426;
    background: #FFEAE2;
    flex-shrink: 0;
    color: #090454;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize;
    padding: 0px 12px;
    width: 70px;
    text-decoration: none;
    text-align: center;
}

.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) {

    .header-main-logo {
        margin-left: 20px;
    }

    .header-main-logos {
        display: none;
    }

    .college-info-card {
        margin-bottom: 40px;
    }

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

    .deans-message-card {
        flex-wrap: wrap;
        height: auto;
    }



    .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) {

    .dean-card{
        display: flex;
        flex-direction: column;
        position: static;
    }
    .dean-photo{
        position: static;
    }
    .hero-img img {
        height: auto;
    }

    .dean-header,.dean-message{
        padding-left: 12px;
    }

    .header-left {
        margin-left: 16px;
        margin-right: 16px;
        zoom: 0.8;
        padding-left: 20px;
    }

    .header-main-logos {
        display: none;
    }

    .header-main-logo {
        margin-left: 0px;
    }

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

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

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

    .header-top-content{
        flex-direction: column;
        align-items: start;
    }
    

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



    .header-main {
        background-image: none
    }

    .header-main .container {
        background-image: none
    }

    .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: #D66426;
    border: 1px solid #D66426;
    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: #D66426;
    border: 1px solid #D66426;
}

.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: 400px;
    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: #FF5722;
    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: #D66426;
    --bs-pagination-hover-color: rgb(5, 39, 90);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #D66426;
    --bs-pagination-active-border-color: #D66426;
}

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

.archive-video iframe {
    width: 100%;
    height: 238px;
    object-fit: cover;
}


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

.library-links a{
    font-size: large;
    text-decoration: none;
}