:root {
    --primary-color: #1F4B9C;
    --secondary-color: #DAA824;
    --body-color: #000;
    --light-blue: #20468b33;
    --light-pink: #eff5ff;
    --light-gray: #EEF4FF;
}


a,
a:focus,
a:active {
    text-decoration: none;
    color: var(--body-color);
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
} */

h1 {
    font-size: 60px;
}

h2 {
    font-size: 41px;
}

h3 {
    font-size: 33px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}



html {
    padding: 0;
    margin: 0;
    /* font-family: Helvetica, sans-serif; */
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

body {
    padding: 0;
    margin: 0;
    font-size: 15px !important;
    box-sizing: border-box;
    position: relative;
    font-family: Poppins;
}

.border-right-4 {
    border-right: 4px solid var(--primary-color);
}


.text-small {
    font-size: 12px;
}

.bg-blue {
    background-color: var(--primary-color);
}

.bg-blue-light {
    background-color: var(--light-blue);
}

.bg-light-pink {
    background-color: var(--light-pink);
}

.bg-light-gray {
    background-color: var(--light-gray);
}

.bg-yellow {
    background-color: var(--secondary-color);
}

.text-blue {
    color: var(--primary-color);
}

.text-yellow {
    color: var(--secondary-color) !important;
}

.read-more {
    font-size: 15px;
}

.container {
    position: relative;
}

#offcanvasMenubar {
    background-color: var(--primary-color);
    color: #fff;
    max-width: 75%;
}

    #offcanvasMenubar .offcanvas-body {
        padding-left: 0;
        padding-right: 0;
    }

    #offcanvasMenubar a {
        color: #fff;
    }

    #offcanvasMenubar .offcanvas-title img {
        max-height: 50px;
    }

.slide-up {
    opacity: 0;
    visibility: hidden;
    transform: translateX(50px);
    transition: all 400ms ease-out;
}

    .slide-up.show {
        opacity: 1;
        visibility: visible;
        transform: translateX(0px);
    }

.admission-content sup {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    left: -10px;
    top: -18px;
}

#offcanvasMenubar .btn-close {
    color: #fff;
    background-color: #fff;
}

#offcanvasMenubar ul {
    list-style: none;
    padding: 0;
    margin: 0px;
}


.spotlight-carousel .owl-dots {
    position: relative;
    bottom: 22px;
}




.all-sm-rec > .row-gap-5 {
    row-gap: 30px !important;
}

.news-content {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
    padding: 15px;
    max-width: 238px;
    margin-left: auto;
    position: relative;
    bottom: 73px;
    z-index: 9;
    background: #ffff;
    min-height: 227px;
}

.admission-content sup {
    font-size: 13px;
}

#offcanvasMenubar ul li {
    padding: 10px 16px;
}

    #offcanvasMenubar ul li:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    #offcanvasMenubar ul li a {
        display: block;
    }

.inner-data-table {
    overflow-x: auto;
}

section.header div.wrapper {
    display: flex;
}

.academia-inte .owl-carousel .owl-nav button span {
    position:static;
}



section.header div.wrapper div.logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    height: 100%;
}

p > a {
    color: var(--primary-color);
}


.latest-jims .owl-carousel .owl-nav button.owl-prev, .latest-jims .owl-carousel .owl-nav button.owl-next {
    position: static;
}

section.header div.wrapper div.logo img {
    max-height: 70px;
}

section.header div.wrapper div.menubar-toggler {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    position: absolute;
    top: 62px;
    right: 4px;
}

    section.header div.wrapper div.menubar-toggler .bi::before {
        font-size: 2.8rem;
    }

section.header div.wrapper div.menubar {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

    section.header div.wrapper div.menubar > ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        margin-left: auto;
        font-weight: 400;
        text-align: right;
    }

.jims-media-content {
    max-width: 356px;
}

.corporate-content {
    height: 100%;
}

.cor-img-link {
    display: flex;
    align-items: center;
    gap: 7px;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    transition: all 0.3s ease; /* smooth in/out */
}


.cor-img-link img {
    width: 17px !important;
}

section.header div.wrapper div.menubar > ul > li {
    margin-right: 20px;
    display: inline-block;
}

    section.header div.wrapper div.menubar > ul > li:last-child {
        margin-right: 0px;
    }

section.page-title {
    background-position: center;
    background-size: cover;
    position: relative;
    padding-top: 200px;
    padding-bottom: 50px;
    color: #fff;
    font-size: 2rem;
}

.overlay {
    position: relative;
    height: 100%;
    display: block;
}

    .overlay::before {
        content: '';
        display: block;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }


    .overlay .banner-content {
        position: absolute;
        top: 0;
        left: 141px;
        right: 0;
        bottom: 0;
        text-align: left !important;
    }


/*----------  upcoming events --------------*/

.upcoming-event {
    position: relative;
}

.latest-event .owl-carousel .owl-stage {
    display: flex;
}

.date-upc {
    font-size: 60px;
    line-height: 1;
}

.date-upd {
    font-size: 45px;
    line-height: 1;
}

.upcoming-event-inner {
    position: absolute;
    bottom: 30px;
    padding: 0 19px;
}

.upcoming-event-content {
    position: relative;
}

.latest-events-inner #minornews .col-md-6:nth-child(odd) .latest-ev {
    background: var(--primary-color);
    height: 100%;
}

    .latest-events-inner #minornews .col-md-6:nth-child(odd) .latest-ev span, .latest-events-inner #minornews .col-md-6:nth-child(odd) .latest-ev p > a {
        color: #fff;
    }

.latest-events-inner #minornews .col-md-6:nth-child(even) .latest-ev {
    background: #edeef7;
    height: 100%;
}

    .latest-events-inner #minornews .col-md-6:nth-child(even) .latest-ev span, .latest-events-inner #minornews .col-md-6:nth-child(even) .latest-ev p > a {
        color: var(--primary-color);
    }

.upcoming-event-content::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.55);
}

.latest-ev {
    padding: 22px 36px;
}

/*.odd{
    background:var(--primary-color);
}

.even {
    background: #edeef7;
}*/
/*----------  upcoming events --------------*/
/*.overlay .banner-content .banner-content-inner {
            bottom: 110px;
            background: var(--primary-color);
            padding: 10px 20px;
            border-radius: 8px;
        }*/
section.page-title:before {
    content: '';
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

section.page-title .container {
    z-index: 1;
    position: relative;
}



section.page-title h2 {
    font-size: 60px;
    color: #fff;
}



section.page-title ul.breadcrumbs {
    color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
}



    section.page-title ul.breadcrumbs li {
        display: inline-block;
    }



        section.page-title ul.breadcrumbs li a {
            color: #fff;
            font-size: 22px;
        }

.post-programme-wrapper {
    max-width: 350px;
    margin: 0 auto;
    height: 100%;
}


section.page-title ul.breadcrumbs li:not(:last-child):after {
    content: '>';
    margin-left: 10px;
    margin-right: 10px;
}

.latest-news > span, .date span {
    font-size: 19px;
}

#minornews .date {
    width: 111px;
}

.latest-news > span > a {
    color: var(--primary-color);
}


section.accrediations-home .item .body {
    border-right: 2px solid #eaeaea;
    border-left: 2px solid #eaeaea;
}

section.accrediations-home .item img {
    max-height: 145px;
    padding: 20px;
    width: auto;
    margin: auto;
}


.alumni-col-cnt {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    padding: 12px;
    position: relative;
    width: 100%;
    height: 100%;
}


    .alumni-col-cnt::before {
        content: '';
        display: block;
        background: #1f4b9c;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        min-height: 92px;
        top: 0;
        z-index: -1;
    }

.our-alumni .owl-item {
    margin-bottom: 15px;
}

.latest-jims .owl-item {
    margin-bottom: 15px;
    margin-top: 0px;
    margin-left: 5px;
}

.latest-jims .owl-nav button span::before, .academia-inte .owl-nav button span::before {
    content: url(../../assets2025/images/icons/chevron.png);
}

.latest-jims .owl-nav button:hover span::before, .academia-inte .owl-nav button:hover span::before {
    content: url(../../assets2025/images/icons/chevron-blc.png);
}

.latest-jims-k {
    display: flex;
    gap: 30px;
}

.alumni-cont {
    padding-left: 15px;
    width: 100%;
}


.alumni-img > img {
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    width: 131px !important;
}

.alumni-cont > h5 {
    font-size: 21px;
    font-weight: 600;
}

section.footer {
    background-color: var(--primary-color);
    color: #fff;
}

.line {
    max-width: 155px;
    height: 6px;
    background: var(--primary-color);
    display: block;
    position: absolute;
    bottom: 0;
    width: 150px;
}

.line-right {
    position: absolute;
    right: 0;
    width: 2px;
    height: 80px;
    background: var(--primary-color);
    top: 0;
}

section.footer hr {
    height: 3px;
    background-color: #fff;
    opacity: .8;
    width: 80%;
}

section.footer img.logo {
    max-height: 70px;
}

section.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

section.footer a {
    color: #fff;
}

section.footer .bottom-line a {
    font-size: .8rem;
}



/* ------------- Home Banner -------------- */

.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.banner-items {
    margin-top: 20px;
}

    .banner-items > li {
        background: #034ea1;
        padding: 10px;
        border-radius: 4px;
    }

        .banner-items > li:not(:last-child) {
            margin-bottom: 15px;
        }

.other-list li > a {
    background: var(--secondary-color);
    border-radius: 3px;
}

.banner-content-inner {
    padding-left: 22px;
}




/* ------------- Home Banner -------------- */

/* Other  Page Breadcum Banner */
.page-title {
    background-image: url(../images/banner/banner-title.webp);
}

.admission-banner {
    background-image: url(../images/banner/banner-title.webp);
    background-size: cover;
    padding: 90px 0;
}

.admission-banner2 {
    background-image: url(../images/banner/programme-highlight-banner.webp);
    background-size: cover;
    padding: 90px 0;
}

/* Other  Page Breadcum Banner */


/* Form Design */

.jims-form {
    border: 2px solid var(--primary-color);
    padding: 10px 20px;
    border-radius: 5px;
    max-width: 650px;
}

    .jims-form input[type="submit"]:hover {
        background-color: var(--secondary-color);
        color: #fff;
    }

/* Form Design */

/* Read More Dropdown text */

.read-more-text {
    display: none;
}

/* Read More Dropdown text */


/* Ranking and accreditations */

.ranking-content {
    max-width: 450px;
}


/* Ranking and accreditations */

/* Feedback Form */

.slide-up {
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    box-shadow: 0 0 5px rgb(27 25 25 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    position: fixed;
    right: 105px;
    bottom: 131px;
    flex-direction: column;
}

#feedback-tab {
    position: absolute;
    left: -98px;
    right: 0;
    transform: rotate(-90deg);
    top: 223px;
    width: 156px;
    cursor: pointer;
    z-index:99;
}

.feedback-form {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    display: none;
}

#feedback {
    position: fixed;
    right: 0;
    bottom: 0;
    height: 0px;
    margin-left: -3px;
    top: 35px;
    z-index: 1000;
}

/* Feedback Form */

/* --------- Owl Carosuel ----------- */
.owl-dots .owl-dot.active span {
    background-color: var(--primary-color) !important;
}

.owl-dots .owl-dot:hover span {
    background-color: var(--primary-color) !important;
}

.menu-dropdown-other {
    display: none;
}

.offcanvas .main-menu > li > a {
    padding: 0;
}

/* --------- Owl Carosuel ----------- */


div#caroseul-ar > .owl-nav {
    display: none;
}

    div#caroseul-ar > .owl-nav:nth-child(2) {
        display: block;
    }

        div#caroseul-ar > .owl-nav:nth-child(2) > .owl-prev {
            margin-bottom: 21px;
        }


.latest-jims {
    overflow: hidden;
    max-width: 627px;
}


.para-content {
    max-width: 595px;
}

/*.latest-jimss > .owl-carousel {
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 632px;
}*/

/*div#minornews {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 773px;
    margin-left: auto;
}*/

.latest-jims .owl-nav {
    display: flex;
    gap: 30px;
}

.arrow-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.academia-content > .owl-carousel
 {
    max-width: 681px;
    margin: 0 auto;
    position: relative;
    top: 88px;
}

.academia-content .owl-carousel .owl-stage .owl-item .item{
    height:100%;
}

.academia-content .owl-carousel .owl-stage {
    display: flex;
}

.academia-content .owl-carousel .owl-stage .owl-item {
    margin-bottom: 10px;
}

.academia-inte .owl-carousel .owl-nav button {
    position: static !important;
}


.academia-inte .owl-nav button .owl-prev, .academia-inte .owl-nav button .owl-next {
    display: block;
    position: relative;
    left: 3px;
}

/*.academia-inte .owl-nav .owl-prev {
    transform: rotate(-90deg);
}*/

/*.academia-inte .owl-nav .owl-next {
    transform: rotate(90deg);
}*/

.banner .owl-prev, .banner .owl-next {
    background: transparent !important;
    height: 100% !important;
    width: 15% !important;
}

/*.banner .owl-carousel .owl-nav button span::before, .banner  .owl-carousel .owl-nav button span::before {
    content:'';
}*/

.academia-inte .owl-nav .owl-prev > span, .academia-inte .owl-nav .owl-next > span {
    position: relative;
}

.academia-inte .owl-carousel .owl-nav button.owl-prev span {
    right: 0px;
}



.academia-content {
    height: 100%;
    background: linear-gradient(180deg, #1f4b9c 50%, #fff 50%);
}

.academia-col {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    height: 100%;
}


.academia-content .owl-carousel .owl-stage {
    display: flex;
}



.academia-col-content {
    padding: 10px;
}

.academia-content .item {
    margin-bottom: 10px;
}




.latest-jims .owl-nav button.owl-prev, .latest-jims .owl-nav button.owl-next, .academia-inte .owl-nav button.owl-prev, .academia-inte .owl-nav button.owl-next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 0;
    background: var(--primary-color);
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


.latest-jims .owl-nav button span {
    position: relative;
    z-index: 4;
    left: 3px;
}

.latest-jims button.owl-prev span {
    transform: rotate(270deg) !important;
    display: block;
}

.latest-jims .owl-nav .owl-next span {
    left: -2px;
}


.latest-jims button.owl-next span {
    transform: rotate(-270deg) !important;
    display: block;
}

.latest-jims .owl-stage {
    display: flex;
}


.latest-jims .owl-nav button.owl-prev:hover, .latest-jims .owl-nav button.owl-next:hover {
    color: #1F4B9C;
}




.profile-inner-content {
    display: none;
}





@media(max-width:576.98px) {
    .page-title {
        background-image: url(../images/banner/banner-title-mobile.webp);
    }

    .prominent .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 25px;
    }
}




/* --------------- our Alumni -------------*/



.alumni-cont p {
    font-size: 14px;
}



.news-content {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
    padding: 15px;
    max-width: 238px;
    margin-left: auto;
    position: relative;
    bottom: 73px;
    z-index: 9;
    background: #ffff;
    min-height: 203px;
}

.laetst-views .view-all-news {
    position: static;
}
/* --------------- our Alumni -------------*/
/* New index Page Css */
.new-banner h2 {
    font-size: 35px;
}


.new-banner .banner-content-inner {
    padding-left: 0px;
    padding-top: 200px;
}

.new-banner p {
    line-height: 1.8;
    font-size: 18px;
}


/* New index Page Css */
