/* Define Global Variables */
:root {
    --heading-color: #293b45;
    --main-padding: 20px;
    --main-margin: 30px;
    --background-color: #f4f4f4;
    --h-three-heading: 36px;
    --h-three-color: #293b45;
    --all-subheading: 36px;
    --hover-primary-color: #3c5969;
    --primary-color: #293b45;
    --secondary-color: #f8b400;
    --highlight-color: #ff9800;
}

* {
    margin: 0;
    padding: 0;
}

a {
    color: unset;
    text-decoration: none;
}

/* ============================= */

.teaching-learning-page {
    background: linear-gradient(to bottom, #f8fafc, #ffffff);
    /* padding-bottom: 4rem; */
}



/* Breadcrumb */
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding: 0.5rem 1rem;
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.breadcrumb a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: #1E293B;
}

.breadcrumb i {
    color: #94a3b8;
    font-size: 0.75rem;
}


/* Improved Breadcrumb Design */
.breadcrumb {
    background: linear-gradient(135deg, #ffffff, #f8fafc) !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 16px 24px !important;
    margin: 0 auto 1rem auto !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 14px !important;
    backdrop-filter: blur(10px) !important;
    width: 100% !important;

}

.breadcrumb a {
    color: #64748b !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 6px 12px !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}

.breadcrumb a:hover {
    color: #1E293B !important;
    background: rgba(30, 41, 59, 0.08) !important;
    transform: translateY(-1px) !important;
}

.breadcrumb a i {
    font-size: 14px !important;
}

.breadcrumb i.fas.fa-chevron-right {
    color: #cbd5e1 !important;
    font-size: 12px !important;
    margin: 0 4px !important;
}

.breadcrumb span {
    color: #1E293B !important;
    font-weight: 600 !important;
    background: rgba(30, 41, 59, 0.1) !important;
    padding: 6px 12px !important;
    border-radius: 8px !important;
    border: 1px solid rgba(30, 41, 59, 0.15) !important;
}


.BredCrumbSec {
    background-color: #333;
}

.BredCrumbSec .breadcrumb {
    margin: 0 auto !important;
    padding: 0 0 !important;
    background-color: #333 !important;
    border: none !important;
    box-shadow: unset !important;
    border-radius: 0 !important;
    color: #fff !important;
    background: linear-gradient(135deg, #333333, #333333) !important;

}

.BredCrumbSec .breadcrumb a {
    color: #ffffff !important;
}

.BredCrumbSec .breadcrumb-item.active {
    color: rgb(255 255 255);
}

.BredCrumbSec .breadcrumb-item+.breadcrumb-item::before {
    content: unset !important;
    color: rgb(255 255 255);
}

.arrowIconSec {
    padding: 0;
}

.arrowIconSec a {
    font-size: 10px;
    padding: 0 !important;
}

/* ================================== */
.VisionBgImg {
    background-image: url("/assets/img/background-images/message-bg1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 0 5rem;
}

.visionHeadingAll {
    margin: 60px auto 36px;
}

.visionHeadingAll h3 {
    font-size: 42px;
    margin: 0;
    font-weight: 600;
    color: #293b45;
}

.visionHeadingAll p {
    font-size: 18px;
    margin: 0;
}

.VisionWhiteBg {
    padding: 40px 40px;
}

.VisionContentSec h5 {
    font-size: 22px;
    margin: 0 auto 16px;
    font-weight: 600;
}

.VisionContentSec p {
    font-size: 18px;
    color: #404040;
    margin: 0 auto 46px;
}

.VisionFlexSec {
    display: flex;
    gap: 0;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.VisionImgSec {
    width: 570px;
    height: 100%;
}

.VisionImgSec img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* =========================== */

.visitorHeadingAll {
    margin: 50px auto 32px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 20px 40px;
    border-radius: 10px;
    border-top: 5px solid #293b45;
    background-color: #ffffff;
}

.visitorHeadingAll h3 {
    font-size: 42px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #293b45;
}

.visitorHeadingAll p {
    font-size: 18px;
    margin: 0;
}

/* ============ */
.EndWhiteBgSec {
    background-color: #FFFFFF;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 20px;
    border-radius: 10px;
}

.EndBlueBgSec {
    background-color: #293b45;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 30px;
}

.EndWhiteBgSec h5 {
    font-size: 24px;
    margin: 0 auto 0;
    font-weight: 600;
}

.EndWhiteBgSec h6 {
    font-size: 20px;
    margin: 0 auto 0;
    font-weight: 600;
}

.AllSecSpacing {
    margin: 24px auto;
}

.AllSecSpacing ul li span {
    text-align: justify;
}

.EndWhiteBgSec p {
    font-size: 18px;
    text-align: left;
    margin: 4px auto;
    color: #333;
}

.EndWhiteBgSec p b {
    font-size: 20px;
}

.EndWhiteBgSec ul {
    list-style: disc;
    font-size: 17px;
    color: #333;
    margin: 10px auto 10px;
    padding: 0 0 0 20px;
    line-height: 1.8;
}

/* ============== */
.EndBlueBgSec h5 {
    font-size: 24px;
    margin: 0 auto 0;
    font-weight: 600;
    /* text-transform: uppercase; */
    color: #fff;
}

.EndBlueBgSec p {
    font-size: 18px;
    text-align: left;
    margin: 4px auto;
    color: #fff;
}

.EndBlueBgSec ul {
    list-style: disc;
    font-size: 17px;
    color: #fff;
    margin: 10px auto 10px;
    padding: 0 0 0 20px;
    line-height: 1.8;
}

.EndBlueBgSec ul li:hover {
    transition: all 0.3s ease-in-out;
}

.EndBlueBgSec ul li:hover {
    background-color: white;
    color: var(--heading-color);
    padding: 0 10px;
    cursor: pointer;
}

.EndBlueBgSec ul li span {
    font-size: 16px;
    margin: 0 auto 10px;
    line-height: 1.5;
}


.EndWhiteBgSec p b,
.EndBlueBgSec p b {
    font-size: 20px;
}

.commiSecMargin {
    margin-top: 36px;
}



/* E-library css start here */

.elibrary-section {
    background-color: #f5f5f5;
}

.Elib-structureHeadingSec {
    padding: 40px 40px 20px 40px;
    background-color: #EEF1F3;

}

.Elib-structureHeadingSec2 {
    padding: 20px 40px 40px 40px;

}

.elibrary-rules {
    background-color: white;
    padding: 20px;
    border-radius: 12px;
}

.elibrary-rules ul li {
    list-style: none;
    display: flex;
    gap: 10px;
    align-items: center;
}

@media screen and (max-width:768px) {

    .Elib-structureHeadingSec {
        padding: 5px;

    }

    .Elib-structureHeadingSec2 {
        padding: 5px;

    }
}


















.teaching-learning-page {
    background: linear-gradient(to bottom, #f8fafc, #ffffff);
    /* padding-bottom: 4rem; */
}



/* ================================== */



.visitorHeadingAll p {
    font-size: 18px;
    margin: 0;
}

.VisiWhiteBg {
    background-color: #FFFFFF;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 40px 40px;
    border-radius: 10px;
}

.VisiContentSec h5 {
    font-size: 22px;
    margin: 0 auto 16px;
    font-weight: 600;
}

.VisiContentSec p {
    font-size: 18px;
    color: #404040;
}

.VisFlexSec {
    display: flex;
    gap: 40px;
}

.VisiImgSec {
    width: 350px;
    height: 420px;
}

.VisiImgSec img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.chifName {
    background-color: #293b45;
    padding: 18px;
    color: #fff;
    margin: 20px auto;
}

.chifName h5 {
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}



/* ================= Start Core Faculty ================== */
.faculty-photo .page-title {
    font-family: 'Abhaya Libre', Georgia, "Times New Roman", serif;
    font-size: 38px;
    font-weight: 500;
    font-style: normal;
    font-variant: small-caps !important;
    color: #333;

}

.faculty-photo .card {
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3) !important;
    background: #293b45 !important;
    border: none;

    border-radius: 0px;
}

.faculty-photo .card:hover {
    border: none;
}

.faculty-photo .photo-section a {
    text-decoration: none !important;
}

.faculty-photo .card-img {
    filter: hue-rotate(0deg) saturate(0%) brightness(100%) contrast(100%) invert(0%) sepia(0%) opacity(100%) blur(0px);
    backface-visibility: hidden;
    /* transition: filter 300ms ease 0ms, background-color 300ms ease 0ms, background-image 300ms ease 0ms; */
    height: 300px;

}

.faculty-photo .card-img img {
    /* display: block; */
    height: 100%;
    object-fit: cover;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.faculty-photo .card-img:hover {
    filter: hue-rotate(0deg) saturate(100%) brightness(100%) contrast(100%) invert(0%) sepia(0%) opacity(100%) blur(0px);
    backface-visibility: hidden;
}

.faculty-photo .card-content {
    padding: 16px;
}

.faculty-photo .faculty-name {
    font-size: 18px;
    color: #fff;
    /* text-align: center; */
    margin: 0 auto 2px;
}

.faculty-photo .faculty-description {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
}

.CoreSecGap {
    gap: 26px 0;
}

.newEventSec {
    margin: 36px auto;
}

/* ================================== start News Events Page ================================== */
.single-course {
    background-color: #fff;
    margin: 10px 0;
}

.course-content {
    padding: 18px 16px 28px;
    text-align: left;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.course-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.course-content h3 {
    font-size: 17px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 auto 24px;
}

.course-content p {
    font-size: 14px;
    color: #606060;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

.course-content .default-btn {
    font-size: 14px;
    padding: 6px 10px;
    transition: all 0.5s ease 0s;
    background-color: #293b45;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid transparent;
    font-weight: 600;
}

.course-content .default-btn:hover {
    background: #ffffff;
    color: #293b45;
    border: 1px solid #293b45;
    font-weight: 600;
}

.course-img {
    position: relative
}

.course-img a {
    display: block;
    line-height: 0;
    position: relative;
    height: 180px;
}

.course-img a:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(229 50 45 / 30%);
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.course-hover,
.blog-hover {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    opacity: 0;
    transform: translate(-50% -50%);
    margin: auto;
    z-index: 1;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.course-hover i {
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.course-hover i:hover {
    color: #2C2B5E;
}

.course-img a:hover::after,
.course-img:hover .course-hover {
    opacity: 1
}

.courses-area.two {
    position: relative;
    background: url(../img/course/course-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.courses-area.two:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(44, 43, 94, 0.92);
}

.courses-area.two .section-title h2 {
    color: #fff
}

.courses-area.two .section-title,
.courses-area.two .single-course {
    z-index: 1;
    position: relative
}

.courses-area.two .course-content {
    background: #fff
}

.course-title h3 {
    background: #2C2B5E;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    padding: 16px 93px 16px 27px;
    display: inline-block;
    position: relative;
}

.course-title h3::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 85px;
    position: absolute;
    right: -26px;
    top: -17px;
    transform: rotate(-30deg);
    width: 45px;
}

.course-form form {
    position: relative;
    margin-bottom: 50px
}

.course-form form input {
    width: 100%;
    border: 1px solid #EBEBEB;
    background: #F8F8F8;
    padding: 14px 195px 14px 25px;
}

.course-form form button {
    position: absolute;
    right: 0;
    top: 0;
    background: #EC1C23;
    color: #fff;
    height: 50px;
    width: 185px;
    content: "";
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.course-details-content {
    padding-top: 35px;
    overflow: hidden
}

.course-details-content h2 {
    font-size: 28px;
    color: #303030;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}

.course-details-content p {
    font-size: 14px;
    color: #606060;
    margin-bottom: 35px;
    font-family: 'Open Sans', sans-serif;
}

.course-details-left {
    float: left;
    padding-right: 50px;
    width: 58%
}

.course-details-right {
    overflow: hidden;
    width: 42%
}

.course-details-left h3,
.course-details-right h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #303030;
    margin-bottom: 14px;
}

.course-details-right {
    padding: 45px 35px 45px;
    border: 1px solid #E1E1E1
}

.course-details-right h3 {
    margin-bottom: 50px
}

.course-details-right ul li {
    display: block;
    font-size: 14px;
    color: #303030;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EBEBEB;
}

.course-details-right ul li:last-child {
    border-bottom: none;
}

.course-details-right ul li span {
    float: right
}

.course-details-right h3.red {
    color: #EC1C23;
    margin-bottom: 0;
}

.course-details-content p.margin {
    margin-bottom: 15px
}

/*----------------------------------------*/
.NewsEventParaInner p {
    margin: 4px auto 16px !important;
    font-size: 18px;
    text-align: left;
    margin: 4px auto;
    color: #333;
}

/* ================================== End News Events Page ================================== */
/* ==== start Winner Sec ===== */
.winnerSec {
    margin: 52px 40px;
}

.winnerSec h3 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 auto 26px;
}

.gamesSec {
    border: 1px solid #293b45;
    padding: 30px 30px;
    border-radius: 8px;
    margin: 0 auto 24px;
    background-color: #293b45;
    color: #fff;
    height: 100%;
    max-height: 330px;
    min-height: 350px;
}

.gamesSec h4 {
    font-size: 26px;
    font-weight: 600;
    margin: 0 auto 6px;
    color: #fff;
    text-align: center;
}

.gamesSec p {
    font-size: 18px;
    margin: 0 auto 0 !important;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}

.gamesSec ul {
    color: #fff;
    margin: 20px auto;
}

.gamesSec ul li {
    line-height: 1.4;
    margin-bottom: 16px;
}

/* ================= End Core Faculty ================== */


/* start faculty development programme Structure  */
.structureHeadingSec {

    margin: 24px auto;
}

.facaltySecinnserSec {
    padding: 16px;
    border: 1px solid #00000030;
    margin: 24px auto;
    border-radius: 8px;
}

.facaltySecinnserSec h6 {
    margin: 14px auto;
    font-size: 21px;
}

.innerSecFaclty {
    margin: 18px auto 0;
}

.innerSecFaclty p {
    margin: 4px auto !important;
    font-size: 16px;
}

/* End faculty development programme Structure  */
/* === start table new events ===  */
.competInnerSec table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    margin: 0 auto;
}

.competInnerSec th,
td {
    border: 1px solid #000;
    padding: 5px;
    text-align: left;
    white-space: nowrap;
}

.competInnerSec th {
    font-weight: bold;
    text-align: center;
}

.competInnerSec td:first-child {
    text-align: center;
    font-weight: bold;
    width: 60px;
}

.competInnerSec td:last-child {
    text-align: center;
    width: 100px;
}

.competInnerSec tr:hover {
    background-color: #f5f5f5;
}

/* === End table new events ===  */

/* ============ */
.finalBtnWins {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 20px auto;
}

.finalBtnWins a {
    font-size: 15px;
    padding: 4px 14px;
    background-color: #293b451c;
    border-radius: 100px;
    border: 1px solid #cbcbcb;
    font-weight: 700;
    color: #293b45;
}

.competionSecBox h2 {
    font-size: 28px;
    margin: 0 auto 8px;
    color: red;
    font-weight: 600;
}

.competionSecBox {
    border: 1px solid #c1c1c1;
    padding: 16px;
    margin: 16px auto;
    border-radius: 8px;
}

.competInnerSec {
    margin: 32px auto 32px;
}

.patPoemSec {
    min-height: auto;
    max-height: max-content;
    height: auto;
}

/* ============ */

.ServiceFaciSec {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.ServiceFaciSec .innserServiceSec {
    padding: 14px;
    color: var(--primary-color);
    border-radius: 10px;
    border: none;
    font-size: 20px;
    /* font-weight: 600; */
    /* background: linear-gradient(180deg, rgb(77 162 209) 0%, rgba(8, 52, 77, 1) 100%); */
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;

}


/* ======================== Academic table css start here ================================ */

.table-container {
    width: 100%;
    margin: 30px auto;
    padding: 20px;
    background-color: white;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 10px;
}

.course-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.course-table th,
.course-table td {
    border: 1px solid #000;
}

.course-table th {
    padding: 8px 10px;
    background: #293B45;
    text-align: center;
    font-weight: bold;
    color: white;
}

.semester-title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    background: #25455633;
}

.total {
    font-weight: bold;
    text-align: center;
}

.optional {
    font-size: 13px;
    text-align: center;
}

.table-heading {
    padding: 20px 0;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 130px;

}

.table-heading .download-pdf a {
    padding: 10px 20px;
    background-color: #293B45;
    color: white;
    transition: all 0.3s ease-in-out;

}

.table-heading .download-pdf a:hover {
    background-color: #02527d;
    color: white;

}

.table-heading h2 {
    font-weight: 700;
}

.note {
    margin-top: 20px;
}

.table-groups {
    margin-top: 20px;
}

.table-groups li {
    list-style-type: none;
}



/* ========= */
.ThreeSecAddCriteria {
    margin: 18px auto 32px;
}

.InnerThreeSecAdd {
    padding: 16px;
    border: 1px solid #293b4585;
    border-radius: 8px;
    height: 124px;
}

.InnerThreeSecAdd h6 {
    font-size: 18px;
}

.InnerThreeSecAdd p {
    font-size: 14px;
}

/* ==== */
.AddCateraBoxes {
    border: 1px solid #293b459e;
    border-radius: 8px;
}

.AddCateraBoxes h6 {
    padding: 12px;
    background-color: #e8f7ff;
    border-radius: 8px 8px 0 0;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #293b456b;
}

.AddCateraBoxes p {
    padding: 12px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 600;
    height: 66px;
}

.bhagirathCoverSec {
    height: 480px;
    width: 100%;
}

.bhagirathCoverSec img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media(max-width:1399px) {
    .InnerThreeSecAdd {
        height: 146px;
    }

    .bhagirathCoverSec {
        height: 380px;
    }
}

@media (max-width: 1199px) {
    .InnerThreeSecAdd {
        height: 186px;
    }

    .AddCateraBoxes p {
        font-size: 13px;
        padding: 10px;
    }

    .AddCateraBoxes h6 {
        padding: 10px;
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .InnerThreeSecAdd p {
        font-size: 14px !important;
    }

    .InnerThreeSecAdd h6 {
        font-size: 16px;
    }

    .InnerThreeSecAdd {
        height: 190px;
        padding: 8px 12px;
    }

    .AddCateraBoxes {
        margin: 0 auto 16px;
    }

    .bhagirathCoverSec {
        height: 270px;
    }
}

@media (max-width: 768px) {
    .InnerThreeSecAdd {
        height: auto;
        padding: 12px 12px;
        margin: 0 auto 8px;
    }

    .AddCateraBoxes {
        margin: 0 auto 8px;
    }

    .AddCateraBoxes p {
        height: auto;
    }

    .table-heading {
        flex-direction: column;
        gap: 15px;
    }

    .table-heading h2 {
        font-size: 16px;
    }

    .main-table {
        width: 100%;
        overflow-x: auto;
    }

    .table-container {
        padding: 6px;
    }

    .bhagirathCoverSec {
        height: 180px;
    }

    .ServiceFaciSec .innserServiceSec {
        padding: 6px;
        font-size: 14px;
    }

    .commiSecMargin {
        margin-top: 16px;
    }

    .EndWhiteBgSec h6 {
        font-size: 16px;
    }

    .EndBlueBgSec ul li span {
        font-size: 13px;
    }

}







@media(max-width:1399px) {
    .gamesSec {
        max-height: max-content;
        min-height: auto;
        padding: 22px 22px;
    }

    .KhoSecHe {
        max-height: 300px;
        min-height: 380px;

    }
}

@media (max-width: 1199px) {
    .KhoSecHe {
        min-height: 400px;
    }
}

@media (max-width: 991px) {
    .gamesSec {
        padding: 16px 16px;
        margin: 0 auto 14px;
    }

    .KhoSecHe {
        max-height: max-content;
        min-height: auto;

    }

    .gamesSec h4 {
        text-align: justify;
    }

    .gamesSec ul li {
        margin-bottom: 12px;
    }

    .winnerSec {
        margin: 42px 20px;
    }
}



@media(max-width:767px) {
    .faculty-photo .card-content {
        padding: 8px;
    }

    .CoreSecGap {
        gap: 12px 0;
    }

    .faculty-photo .page-title {
        font-size: 24px;
    }

    .faculty-photo .pdd4rem {
        padding: 30px 10px;
    }

    .faculty-photo .photo-section {
        padding: 0 30px;
    }

    .winnerSec h3 {
        margin: 0 auto 12px;
    }

    .winnerSec {
        margin: 18px 0;
    }

    .gamesSec {
        padding: 12px 12px;
        margin: 0 auto 8px;
    }

    .gamesSec h4 {
        font-size: 22px;
    }

    .structureHeadingSec h6 {
        font-size: 18px;
        margin: 6px auto 0 !important;
    }

    .facaltySecinnserSec {
        padding: 0 12px 12px;
        margin: 12px auto;
    }

    .facaltySecinnserSec h6 {
        margin: 8px auto;
    }

    .innerSecFaclty {
        margin: 10px auto 0;
    }

    .competionSecBox h2 {
        font-size: 24px;
    }

    .competionSecBox {
        padding: 6px 12px;
        margin: 10px auto;
    }

    .finalBtnWins {
        gap: 6px;
        margin: 14px auto;
    }

    .NewsEventParaInner p {
        margin: 4px auto 8px !important;
    }

    .finalBtnWins a {
        font-size: 12px;
        padding: 1px 8px;
    }

    .competInnerSec th,
    td {
        white-space: unset;
        padding: 2px 6px;
        font-size: 12px;
    }

}

@media (max-width: 1399px) {
    .VisiImgSec {
        height: auto;
    }
}


/* Start Responsive Css  */
@media (max-width: 1199px) {
    .VisionImgSec {
        width: 430px;
    }

    .visitorHeadingAll h3 {
        font-size: 34px;
    }

    .visitorHeadingAll {
        margin: 30px auto 28px;
        padding: 16px 20px;
    }

    .EndWhiteBgSec {
        padding: 20px 20px;
    }

}

@media (max-width: 991px) {
    .VisiImgSec {
        width: 100%;
        height: auto;
    }

    .VisFlexSec {
        text-align: justify;
        display: flex;
        gap: 0px;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .VisiWhiteBg {
        padding: 16px 16px;
    }

    .chifName {
        margin: 10px auto 20px;
        padding: 9px;
    }

    .VisionFlexSec {
        display: flex;
        gap: 0;
        flex-wrap: wrap;
        text-align: justify;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .VisionImgSec {
        width: 100%;
    }

    .EndWhiteBgSec,
    .EndBlueBgSec {
        padding: 16px 16px;
        text-align: justify;
    }

    .EndWhiteBgSec p,
    .EndBlueBgSec p {
        text-align: justify;
        font-size: 16px;
    }

    .EndWhiteBgSec ul {
        list-style: disc;
        font-size: 15px;
    }

    .breadcrumb a {
        padding: 6px 0px !important;
    }

    .visitorHeadingAll {
        margin: 16px auto 16px;
        padding: 10px 15px;
    }

    .VisionWhiteBg {
        padding: 16px 16px;
    }

    .VisionContentSec p {
        margin: 0 auto 26px;
    }

    .VisionBgImg {
        padding: 0 0 20px;
    }

    .VisiContentSec p {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .AllSecSpacing {
        margin: 14px auto;
    }

    .VisionWhiteBg {
        padding: 12px 12px;
    }

    .VisionContentSec p {
        font-size: 14px;
        margin: 0 auto 16px;
    }

    .visitorHeadingAll h3 {
        font-size: 28px;
    }



    .VisiContentSec p {
        font-size: 14px;
    }



    .breadcrumb {
        gap: 0 !important;
    }

    .EndWhiteBgSec,
    .EndBlueBgSec {
        padding: 12px 12px;
    }

    .EndWhiteBgSec p,
    .EndBlueBgSec p {
        font-size: 14px;
    }

    .EndWhiteBgSec h5,
    .EndBlueBgSec h5 {
        font-size: 18px;
        margin: 18px auto 2px;
    }

    .EndBlueBgSec ul,
    .EndWhiteBgSec ul {
        list-style: disc;
        font-size: 13px;
        margin: 8px auto 8px;
        padding: 0 0 0 16px;
        line-height: unset;
    }

    .EndWhiteBgSec p b,
    .EndBlueBgSec p b {
        font-size: 16px;
    }

    .VisiWhiteBg {
        padding: 12px 12px;
    }

    .VisiContentSec h5 {
        font-size: 20px;
        margin: 0 auto 14px;
    }
}


@media (max-width: 350px) {
    .visitorHeadingAll h3 {
        font-size: 28px;
    }

    .VisiContentSec h5 {
        font-size: 20px;
        margin: 0 auto 12px;
    }

    .chifName {
        padding: 6px;
    }

    .chifName h5 {
        font-size: 16px;
    }

    .chifName {
        margin: 6px auto 0;
    }
}

/* End Responsive Css  */