/* ***** our university style ****** */
.innerBanner {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
}

.innerBannerImg {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .5;
    display: block;
}

.aboutTitle h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.aboutTitle h1 .bigTxt {
    color: #FFF;
    font-size: 180%;
    display: block;
}

.aboutTitle h1 .smallTxt {
    color: #FFF;
    font-size: 50%;
    display: block;
}

@media (min-width: 640px) {
    .aboutTitle h1 {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .aboutTitle h1 {
        font-size: 45px;
    }
}

@media (min-width: 1024px) {
    .aboutTitle h1 {
        font-size: 56px;
    }
}

@media (min-width: 1280px) {
    .innerBanner {
        min-height: 650px;
        aspect-ratio: 3/1.23;
    }
}

.university {
    background: var(--subtleblue);
}

.aboutUniversitytitle {
    font-size: 50px;
    font-weight: 600;
    color: #000;
}

.univContent {
    color: #3C3D3E;
    font-size: 16px;
    line-height: 1.4;
}

.univContent p {
    margin-bottom: 20px;
}

.sectionSubtitle {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
}

.beginingUniversity img {
    border-radius: 8px;
    aspect-ratio: 1;
    width: 100%;
    border: 1px solid #ddd;
    background: #fafafa;
    position: relative;
    object-fit: cover;
    object-position: center;
}

.beginingUniversity img:nth-child(-n+2) {
    top: 40px;
}

.misVisSection {
    background: url(../images/about-sgt/university/misVisBg.html) no-repeat center;
    background-size: cover;
}

.misVisImg {
    width: 100%;
    height: 16/9;
    border-radius: 10px;
    border: 1px solid #eee;
    background: #eee;
    object-fit: cover;
    object-position: center;
}

.mvText {
    max-width: 90%;
    margin: auto;
}

.coreValue {
    background: url(../images/about-sgt/university/coreValuebg.html) var(--subtleblue) no-repeat;
    background-size: cover;
    border-radius: 8px;
    padding: 20px 5px;
}

.coreValue .cValueName {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.coreValue img {
    width: 60%;
    max-width: 100px;
}

.statsFigure {
    position: relative;
    background: #000;
}

.statsFigure .statImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(100);
    transition: all .3s ease;
    opacity: .5;
    border: 1px solid #000;
}

.statsFigure:hover .statImg {
    filter: grayscale(0);
    opacity: 1;
}

.stats {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: end;
    color: #fff;
    padding: 20px;
    background: linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 35%);
}

.statsDiscription h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.statsDiscription p {
    font-size: 16px;
    line-height: 1;
}

@media (min-width:640px) {
    .coreValue .cValueName {
        font-size: 24px;
    }

    .statsDiscription h3 {
        font-size: 36px;
    }
}

@media (min-width:768px) {
    .coreValue {
        padding: 40px 5px;
    }

    .sectionSubtitle {
        font-size: 32px;
    }

    .statsDiscription h3 {
        font-size: 48px;
    }
}

@media (min-width:1024px) {
    .coreValue .cValueName {
        font-size: 32px;
    }

    .statsDiscription h3 {
        font-size: 60px;
    }

    .statsDiscription p {
        font-size: 20px;
    }

    .stats {
        padding: 40px;
    }
}

@media (min-width:1280px) {
    .univCols_2 {
        columns: 2;
        column-gap: 80px;
    }

    .statsDiscription h3 {
        font-size: 80px;
    }
}

.eventSection {
    background: #020202;
}

.eventSection p {
    font-size: 16px;
    line-height: 1.8;
    color: #aaa;
}

.event-container {
    position: relative;
    padding: 5px;
    height: 150px;
}

.eImgBox {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out, box-shadow 0.2s ease-in-out;
    transform: scale(1);
    z-index: 1;
}

.eImgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.eImgBox:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    z-index: 10;
}

@media (max-width: 639px) {
    .event-wrapper {
        margin: 0 -15px;
        width: auto;
    }
}

@media (min-width: 640px) {
    .event-container {
        height: 200px;
        padding: 10px;
    }
}

@media (min-width: 768px) {
    .event-title p {
        font-size: 22px;
    }
}

/* ***** Organizational Structure style ****** */

.facultyheroImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faculty-discription {
    margin: auto;
    padding: 20px;
}

.faculty-discription p {
    color: rgba(0, 0, 0, 0.70);
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 20px;
}

.allied-health-science img {
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

.hide-title h1 {
    display: block;
    padding: 20px;
}

.faculty-discription .sectionTitle {
    display: none;
}

@media (min-width:768px) {
    .facultyHeroBanner {
        max-height: calc(100vh - 150px);
        min-height: 650px;
        overflow: hidden;
    }

    .hide-title h1 {
        display: none;
    }

    .faculty-discription .sectionTitle {
        display: block;
    }

    .faculty-discription {
        max-width: 100%;
        padding: 20px;
    }

    .faculty-discription p {
        font-size: 18px;
    }
}

@media (min-width:1024px) {
    .faculty-discription {
        max-width: 80%;
    }
}

@media (min-width:1280px) {
    .faculty-discription {
        padding: 40px;
    }
}

.authoritieSection {
    background: var(--subtleblue);
}

.tabScrollWrap {
    overflow-x: auto;
    border-bottom: 1px solid #C0BDBD;
    scrollbar-width: none;
    width: 100%;
}

.tabScrollWrap::-webkit-scrollbar {
    display: none;
}

.tabBtnList {
    position: relative;
    min-width: 100%;
}

.tabBtnList li {
    padding: 0 20px;
}

.tabBtnList .tabBtn {
    color: #7C7878;
    font-size: 16px;
    line-height: 1.6;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
}

.tabBtnList .tabBtn.active {
    color: var(--blueColor);
    border-color: var(--blueColor);
}

.committeesCard {
    padding: 15px;
    background: var(--subtleblue);
    display: flex;
    flex-direction: column;
    transition: all .3s ease;
    position: relative;
    top: 0;
}

.cCardHead h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    color: #000;
}

.committeesCard:hover {
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    top: -4px;
}

.committeesCard:hover h3 {
    text-decoration: underline;
    text-underline-offset: 5px;
}

@media (min-width:768px) {
    .committeesCard {
        padding: 30px;
    }

    .tabBtnList li {
        padding: 0 30px;
    }

    .tabBtnList .tabBtn {
        font-size: 18px;
    }
}

@media (min-width:1024px) {
    .tabBtnList .tabBtn {
        font-size: 22px;
    }

    .tabScrollWrap {
        padding: 0 50px;
    }

    .committeesCard {
        min-height: 200px;
    }
}

/*******  Accreditation & Approvals ****** */

.specialApproval {
    background: url('../../assets/images/about-sgt/accreditation/accrediation-background.html') no-repeat center;
    background-size: cover;
}

.accrediationCard {
    border-radius: 7px;
    border: 1px solid #0063AD;
    padding: 10px;
    cursor: pointer;
    transition: all .4s ease;
    text-align: center;
}

.accrediationCard:hover {
    background-color: #FFFFFF;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}

.accrediationCard .accdImg {
    width: 100px;
    height: 100px;
    margin: auto;
    object-fit: contain;
    object-position: center;
    margin-bottom: 15px;
}

.accrediationCard .accdName {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.approvals-section {
    overflow: auto;
    width: 100%;
    height: 100%;
    padding-right: 10px;
}

.approvals-section::-webkit-scrollbar {
    width: 7px;
    background-color: var(--subtleblue)
}

.approvals-section::-webkit-scrollbar-thumb {
    background-color: var(--darkblue);
    border-radius: 5px
}

.approvals-section table {
    width: 100%;
    min-width: 750px;
}

.approvals-section table tr>th {
    text-transform: uppercase;
}

.approvals-section table tr>th,
.approvals-section table tr>td {
    padding: 15px;
    color: #000;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 1.5;
}

.approvals-section tr>th:nth-child(2),
.approvals-section tr>td:nth-child(2) {
    background: var(--subtleblue);
    text-align: left;
}

.approvals-section td>a {
    color: var(--blueColor);
    font-weight: 600;
    text-decoration: underline;
}

.approvals-section td:nth-child(1),
.approvals-section td:nth-child(3) {
    width: 120px;
}

@media (min-width:640px) {
    .accrediationCard {
        padding: 20px;
    }

    .accrediationCard .accdImg {
        width: 150px;
        height: 150px;
    }

    .accrediationCard .accdName {
        font-size: 20px;
    }
}

/* ****** Library ****** */

.new-arrival-section {
    background: var(--subtleblue);
}

.sectionHeading {
    overflow-x: hidden;
    width: 100%;
    height: auto;
    background: linear-gradient(55deg, #3383FA 90%, Transparent 90%);
    z-index: 10;
    position: relative;
    text-align: center;
}

.sectionHeading h2 {
    color: #FFF;
    font-family: 'spectral', serif;
    font-size: 20px;
    line-height: 1.2;
    padding: 15px 0;
}

.sectionHeading.right {
    background: linear-gradient(130deg, Transparent 10%, #3383FA 10%);
}

.newArrivalSlider {
    padding-bottom: 30px;
}

.newArrvBook {
    display: block;
    margin: 10px auto 10px;
    width: 90%;
    max-width: 180px;
    aspect-ratio: 2/2.7;
    background: #fff;
    border: 1px solid #fff;
    transition: all .3s ease;
}

.newArrvBook img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.newArrvBook:hover {
    transform: scale(1.1);
}

.newArrivalSlider .slick-dots {
    bottom: 0;
    position: relative;
}

.newArrivalSlider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 5px;
}

.newArrivalSlider .slick-dots li button {
    padding: 0;
    width: auto;
    height: auto;
}

.newArrivalSlider .slick-dots li button:before {
    font-size: 10px;
    line-height: 1;
    width: auto;
    height: auto;
}

@media (min-width: 640px) {
    .newArrvBook {
        width: 100%;
        margin: 10px auto 20px;
    }
}

@media (min-width: 768px) {
    .sectionHeading {
        background: linear-gradient(55deg, #3383FA 50%, Transparent 50%);
    }

    .sectionHeading.right {
        background: linear-gradient(55deg, Transparent 50%, #3383FA 50%);
    }

    .sectionHeading h2 {
        font-size: 32px;
    }

    .newArrivalSlider .slick-dots li {
        margin: 5px 10px;
    }

    .newArrivalSlider .slick-dots li button:before {
        font-size: 14px;
        line-height: 1;
    }
}

.top-circulating {
    background: linear-gradient(135deg, #DEEAFF 0%, rgba(252, 252, 252, 0.48) 47.92%, #DEEBFF 100%);
}

.facultyCarousel {
    padding: 10px 0;
    position: relative;
}

.facultySwiper .swiper-slide {
    overflow: hidden;
}

.facultyBox {
    width: 100%;
    aspect-ratio: 2/3;
    position: relative;
    text-align: center;
    border: 1px solid #f1f1f1;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
}

.facultyImg {
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    object-fit: cover;
    object-position: center;
}

.facultyBox a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.swiper-slide-active .facultyImg {
    filter: grayscale(0);
}

.swiper-slide-active a {
    pointer-events: unset;
}

.facultyCarousel .facultyNaviBtns {
    display: none;
}

.facultyCarousel .facultyNaviBtns::after {
    font-size: 40px;
    color: #666;
}

@media (min-width:640px) {
    .facultyCarousel {
        padding: 20px
    }
}

@media (min-width:768px) {
    .facultyCarousel {
        padding: 20px 50px;
    }

    .facultyCarousel .facultyNaviBtns {
        display: block;
    }
}

.libraryGallery {
    background: linear-gradient(315deg, #3383FA 0%, #134080 61.46%);
    position: relative;
}

.libraryGallery .bgImg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: fill;
    object-position: center;
    z-index: 0;
    mix-blend-mode: color-dodge;
    pointer-events: none;
}

.faculty-event-container {
    position: relative;
    padding: 5px;
    height: 150px;
}

.feImgBox {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out, box-shadow 0.2s ease-in-out;
    transform: scale(1);
    z-index: 1;
}

.feImgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.feImgBox:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    z-index: 10;
}

@media (max-width: 639px) {
    .faculty-event-wrapper {
        margin: 0 -15px;
        width: auto;
    }
}

@media (min-width: 640px) {
    .faculty-event-container {
        height: 200px;
        padding: 10px;
    }
}

@media (min-width: 768px) {
    .faculty-event-title p {
        font-size: 18px;
    }
}

.libraryPopContent {
    overflow: auto;
    width: 100%;
    height: 100%;
    padding-right: 10px;
}

.libraryPopContent::-webkit-scrollbar {
    width: 7px;
    background-color: var(--subtleblue)
}

.libraryPopContent::-webkit-scrollbar-thumb {
    background-color: var(--darkblue);
    border-radius: 5px
}

.libraryRulesList li {
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    padding-left: 15px;
    width: 100%;
}

.libraryRulesList li:before {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    background: var(--blueColor);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

@media (min-width: 1024px) {
    .libraryRulesList {
        columns: 2;
        column-gap: 50px;
    }
}

.crc_aprList li {
    list-style: none;
    display: inline-block;
    margin: 0 30px;
    color: #fff;
}

.crc_aprList li::before {
    content: '\2022';
    margin-right: 5px;
}

.crc_aprList li a {
    color: #fff;
}

.crc_aprList li a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.proformas-list-item {
    background: linear-gradient(180deg, #DBE8FF 0%, rgba(219, 232, 255, 0.50) 100%);
    color: #262626;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 2px;
    transition: all .4s ease;
    position: relative;
    z-index: 0;
    padding: 0 15px;
}

.proformas-list-item .container {
    position: relative;
    padding: 20px 0 20px 30px;
    display: block;
}

.proformas-list-item span:first-child {
    color: var(--blueColor);
    font-weight: 600;
    position: absolute;
    left: 0;
}

.proformas-list-item:hover {
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

@media (min-width:640px) {
    .proformas-list-item .container {
        display: flex;
        padding: 20px 0 20px 40px;
    }
}

@media (min-width: 768px) {
    .proformas-list-item {
        font-size: 22px;
    }
}

@media (min-width: 1024px) {
    .proformas-list-item {
        font-size: 32px;
    }

    .proformas-list-item .container {
        position: relative;
        padding: 40px 0 40px 40px;
    }
}

.faqItem {
    background: linear-gradient(180deg, #DBE8FF 0%, rgba(219, 232, 255, 0.50) 100%);
    line-height: 1.3;
    margin-bottom: 2px;
    transition: all .4s ease;
    position: relative;
    z-index: 0;
    padding: 0 15px;
}

.faqItem .container {
    position: relative;
    padding: 20px 0 20px 30px;
}

.faqItem span:first-child {
    color: var(--blueColor);
    font-weight: 600;
    position: absolute;
    left: 0;
}

.faqItem:hover {
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.faqItem .faqHead {
    color: #262626;
    font-size: 18px;
    cursor: pointer;
    display: flex;
}

.faqList.qaList .faqItem .container {
    padding: 20px 0;
}

.faqList.qaList .faqHead>div {
    display: flex;
}

.faqList.qaList .faqItem span:first-child {
    position: unset;
}

.faqCircle {
    width: 20px;
    aspect-ratio: 1;
    background: var(--lightblue);
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transform: rotate(90deg);
    transition: all .4s ease;
    transform-origin: 50% 50%;
}

.faqCircle:before {
    content: '\276F';
}

.faqItem.active .faqCircle {
    transform: rotate(-90deg);
}

@media (min-width:640px) {
    .faqItem .container {
        padding: 20px 0 20px 40px;
    }
}

@media (min-width: 768px) {
    .faqItem .faqHead {
        font-size: 22px;
    }

    .faqCircle {
        width: 30px;
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .faqItem .faqHead {
        font-size: 32px;
    }

    .faqItem .container {
        position: relative;
        padding: 40px 0 40px 40px;
    }

    .faqList.qaList .faqItem .container {
        padding: 40px 0;
    }
}

@media (min-width: 1280px) {
    .faqItem .faqHead {
        font-size: 32px;
    }
}

.acmdContent .subTitleHead {
    font-size: 18px;
    font-weight: 600;
}

.acmdContent p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.acmdContent ul li {
    margin-bottom: 15px;
}

.blueTextureBg {
    background: linear-gradient(315deg, #3383FA 0%, #134080 61.46%);
    position: relative;
}

.blueTextureBg:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: fill;
    object-position: center;
    z-index: 0;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    background: url(../images/faculty/allied-health-science/Textures.html);
}

.oeaMemberImg {
    width: 100%;
    max-width: 385px;
    margin: 0 auto 15px;
    aspect-ratio: 3/4;
    object-fit: cover;
    object-position: center top;
    background: #f6f6f6;
}

.oeaMbName {
    font-size: 22px;
    color: #000;
}

.oeaMbDesgn {
    color: #7D7D7D;
}

.zigzagBlock .container:after {
    content: '';
    width: 100%;
    height: 0;
    clear: both;
    display: block;
}

.zigzagBox {
    position: relative;
    padding: 15px;
    float: left;
    width: 100%;
}

.zigzagBox:before {
    content: '';
    border: 1px solid #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.zigzagBlock .zigzagBox {
    max-width: 1100px;
}

@media (min-width:640px) {
    .zigzagBox:before {
        content: '';
        border: 1px solid #000;
        width: 100vw;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }

    .zigzagBlock .container:nth-child(even) .zigzagBox:before {
        left: 0;
        right: unset;
    }

    .zigzagBlock .container:nth-child(even) .zigzagBox {
        float: right;
    }
}

.oeaImgBox {
    max-width: 800px;
    width: 100%;
    aspect-ratio: 4/3;
    margin: auto;
}

.oeaImgBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.staticPagination {
    position: unset;
    margin-top: 15px;
}

.staticPagination .swiper-pagination-bullet-active {
    background: var(--darkblue);
}

.swiper-horizontal>.swiper-pagination-bullets-dynamic.staticPagination {
    transform: translateX(0);
}

.intColabSwiper {
    height: 400px;
    padding-bottom: 30px;
}

.intColabSwiper .swiper-slide {
    height: calc((100% - 30px)/2);
}

.intColbBox {
    border-radius: 7px;
    border: 1px solid #0063AD;
    padding: 10px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    overflow: hidden;
}

.intColbBox .icbImg {
    width: auto;
    height: 100%;
    overflow: hidden;
}

.intColbBox .icbImg img {
    max-width: 90%;
    height: 90%;
    object-fit: scale-down;
    object-position: center;
    overflow: hidden;
    margin: auto;
}

.intColbBox .icbName {
    font-size: 14px;
    line-height: 1.2;
    flex-shrink: 0;
}

@media (min-width:640px) {
    .intColabSwiper {
        height: 500px;
        padding-bottom: 30px;
    }

    .intColbBox .icbName {
        font-size: 16px;
    }
}

.dean-wrapper {
    position: relative;
    z-index: 1;
}

.dean-wrapper:before {
    content: '';
    width: 100%;
    height: auto;
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: #134080;
    z-index: -1;
}

.deanImgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.dean-wrapper-content p {
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.6px;
    text-align: justify;
}

.dean-content {
    padding-top: 30px;
    justify-content: space-between;
}

.dean-content-left h4 {
    color: #FFF;
    font-family: "Spectral";
    font-size: 22px;
    font-weight: 600;
    line-height: 31.2px;
}

.dean-content-left span {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 27.2px;
}

@media (min-width: 768px) {
    .dean-content-left h4 {
        font-size: 24px;
    }

    .dean-content-left span {
        font-size: 16px;
    }

    .dean-wrapper-content p {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .dean-wrapper:before {
        bottom: 50px;
    }
}

.aamBox {
    width: 50%;
    margin-bottom: 25px;
}

.aamImg {
    width: 100%;
    max-width: 200px;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center top;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 15px;
    border: 1px solid #ddd;
}

.aamBox h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .aamBox {
        width: 33.33%;
    }
}

@media (min-width:1280px) {
    .aamBox {
        width: 20%;
    }
}

.alumniGallery {
    font-size: 18px;
    font-weight: 600;
}

.alumniGallery:hover {
    color: var(--lightblue);
}

.alumniGallery img {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    margin: 0 auto 15px;
    transition: all .5s ease;
}

.alumniGallery:hover img {
    transform: scale(1.05);
}

.alumniRegForm {
    max-width: 650px;
    border-radius: .5rem;
}

.careerSection {
    min-height: 90vh;
}

.careerBannerWrap {
    min-height: 300px;
}

.careerBannerImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    z-index: -1;
}

.cbwText {
    text-shadow: 0 0 50px rgba(255, 255, 255, 1);
}

.careerFormWrap {
    background: url(../images/research/research-blue-bg.html) no-repeat center bottom var(--subtleblue);
    background-size: 100% 100%;
}

.careerForm {
    width: 100%;
    max-width: 600px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
}

.custom-file-button {
    position: relative;
}

.custom-file-button input[type=file] {
    text-align: center;
    width: 100%;
    line-height: 40px;
    padding: .25rem .5rem;
    border-radius: 5px;
    border: 1px dashed #aaa;
    background: #fff;
    font-size: 16px;
    cursor: pointer;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
    display: none;
}

.custom-file-button input[type=file]::file-selector-button {
    display: none;
}

.custom-file-button label {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 5px;
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.custom-file-button input[type=file]:invalid~label {
    display: flex;
}

.custom-file-button input[type=file]:valid~label {
    display: none;
}

.custom-file-button input[type=file]:valid {
    border-style: solid;
}

/* .careersTable {overflow:auto;width:100%;height:100%;padding-right:10px;}
.careersTable::-webkit-scrollbar{width:7px;background-color:var(--subtleblue)}
.careersTable::-webkit-scrollbar-thumb{background-color:var(--darkblue);border-radius:5px} */

.careersTable {
    width: 100%;
}

.careersTable tr>th {
    text-transform: uppercase;
}

.careersTable tr>th,
.careersTable tr>td {
    padding: 10px 15px;
    color: #000;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 1.2;
}

.careersTable tr>th:nth-child(2),
.careersTable tr>td:nth-child(2) {
    background: var(--subtleblue);
    text-align: left;
}

.careersTable tr>th:nth-child(3),
.careersTable tr>td:nth-child(3) {
    text-align: left;
}

.careersTable td>a:not(.blueBtn) {
    color: var(--blueColor);
    font-weight: 600;
    text-decoration: underline;
}

.careersTable td:nth-child(1) {
    width: 120px;
}

@media (max-width:1024px) {

    .careersTable tr,
    .careersTable td {
        display: block;
        float: left;
    }

    .careersTable {
        width: 100%;
    }

    .careersTable thead,
    .careersTable tr>td:nth-child(1) {
        display: none;
    }

    .careersTable tr {
        margin-bottom: 15px;
        border: 1px solid #ccc;
        border-radius: 6px
    }

    .careersTable tr>td {
        border: 0;
        text-align: left;
        width: 100%;
        padding: 5px 15px;
    }

    .careersTable tr>td::before {
        content: attr(data-title);
        color: #666;
        font-size: 80%;
    }

    .careersTable tr>td[data-head] {
        font-weight: 700;
        padding: 15px;
    }

    .careersTable tr>td:nth-last-child(1),
    .careersTable tr>td:nth-last-child(2) {
        width: 50%;
    }

    .careersTable tr>td:last-child {
        text-align: right;
    }
}

.feedbackSection {
    min-height: 70vh;
    position: relative;
    background: rgba(255, 254, 254, 0.85);
}

.feedSectBgImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.feedbackSection .container {
    z-index: 1;
}

.feedDDBox {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background: var(--darkblue);
    padding: 20px 15px 15px;
    text-align: center;
    border-radius: 10px;
    margin-top: -12px;
    z-index: -1;
    display: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.fdbckBtnBox:hover {
    z-index: 10;
}

.fdbckBtnBox:hover .feedDDBox {
    display: block;
}

.feedDDBox a {
    color: #fff;
    text-align: left;
    display: block;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    line-height: 1.3;
}

.feedDDBox a:hover {
    color: var(--yellowColor);
}

.feedDDBox a:first-child {
    border-top: 0;
}

.iccTable>div {
    border: 1px solid #ddd;
    margin: 0 0 -1px -1px;
    padding: 15px;
}

.fcZm_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 1px solid var(--lightblue);
}

.grivanceForm {
    max-width: 700px;
}

.trust-wrapper {
    background-color: #fff;
    border-radius: 6px;
}

.trust-wrapper p,
.trust-wrapper li {
    color: #000;
}

.trust-wrapper li {
    padding-bottom: 10px;
}

.ceo-page .sectionTitle {
    color: rgba(0, 0, 0, 0.70) !important;
}

.ceo-content-left span {
    color: #FFD11A;
}

.ceo-page .profilePhoto {
    height: 451.158px !important;
    background-color: transparent;
}

.ceo-page .profilePhoto img {
    border: 0.753px solid #000;
    padding: 7px;
}

.ceo-img-wrapper h2 {
    color: var(--darkblue);
    text-transform: capitalize !important;
}

/* 
body.popup-open {overflow:hidden;}
.popup {display:none;position:fixed;top:0;left:0;background:rgba(0,0,0,.8);z-index:1000;width:100%;height:100%;padding:5%;}
.popup .close-btn {position: absolute;top:0;right:0;cursor: pointer;margin:20px;color:#fff;font-size:30px;line-height:0;}

.popup iframe {width:100%;height:100%;background:pink;} */

.nad-cell-table table tr>th,
.date-sheet-table table tr>th {
    background-color: var(--darkblue) !important;
    color: #fff;
}

.nad-cell-table table tr>td {
    background-color: #fff !important;
    text-align: justify;
}

.nad-cell-table td:nth-child(1),
.nad-cell-table td:nth-child(2),
.nad-cell-table td:nth-child(3) {
    width: auto;
}

.date-sheet-table td:nth-child(2) {
    width: 50%;
}

.date-sheet-table table tr>td {
    background-color: #fff !important;
    text-align: center;
}

.date-sheet-table table {
    width: 100%;
    min-width: 450px;
}

.old-ques-paper a {
    color: var(--lightblue);
    font-style: normal;
    font-weight: 600;
    line-height: 31.2px;
    text-decoration-line: underline;
    font-size: 16px;

}

.resultTabWrapper .committeesCard:nth-child(even) {
    background: #F3F3F3;
}

.iqacSubHead {
    background-color: rgba(51, 131, 250, 0.38);

    border-radius: 25px;
    padding: 0px 25px;
    text-align: center;
    opacity: 0.8;
}

@media (min-width:1024px) {
    .old-ques-paper a {
        font-size: 24px;
        font-weight: 600;
        line-height: 31.2px;
    }

}

/* box section */


.research-projects {
    position: relative;
}

.research-projects::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
    background: url('../images/research/research-blue-background.html') no-repeat center/cover;
    z-index: -1;
}

.box {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(135deg, #3383FA 0%, #134080 100%);
    color: white;
    padding: 15px;
    margin: auto;
    transform-style: preserve-3d;
    transform-origin: 50% 50%;
    position: relative;
    transition: all .4s ease;
}

.box .content {
    border-radius: 5px;
    border: 1px solid #FFF;
    padding: 40px 15px 100px;
    text-align: center;
    position: relative;
    height: 100%;
    color: #fff;
}

.box2 .content {
    border-color: rgba(51, 131, 250, 0.46);
    color: var(--darkblue);
}

.content h2 {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
}

.content p {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.6px;
    padding-top: 15px;
}

.card-btn-wrapper {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.content .cardBtn {
    border: 0;
}

.box2 {
    background: #DBE8FF;
}

.box:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: 0.5s;
    pointer-events: none;
}

.box2:before {
    background: rgba(75, 135, 247, 0.1);
}

.box:hover {
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.3);
}

.box:hover:before {
    left: -50%;
    transform: skewX(-5deg);
}



@media (min-width:640px) {
    .card {
        width: 250px;
        height: unset;
        aspect-ratio: 1;
    }
}

@media (min-width: 768px) {
    .box {
        width: 350px;
    }

    .content h2 {
        font-size: 36px;
    }

}

@media (min-width: 1024px) {
    .box {
        width: 300px;
        margin-left: auto;
        margin-right: auto !important;
        margin-top: unset;
    }
}

@media (min-width: 1280px) {
    .box {
        width: 450px;
    }

    .content h2 {
        font-size: 48px;
    }
}

@media (min-width:1536px) {
    .box {
        width: 450px;
    }
}