/* ------------- Header ---------- */
header {
    padding: 10px 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    width: 100%;
}

.info-contact > a {
    color: #000;
    font-weight: 500;
    outline: 0;
}

.fw-bold {
    font-weight: 700;
}
.py-2 {
    padding: 13px 0;
}

.text-small {
    font-size: 12px;
}



.accredation {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-top: 20px;
    justify-content: flex-end;
    column-gap: 45px;
    padding: 10px 20px;
    background: #fff;
    width: max-content;
    margin-left: auto;
    border-radius: 45px 10px 10px 10px;
}


.recruiters-logos img {
    width: 100%;
}

.inst-high-img img{
   border-radius:5px;
}

.accredation::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.border-left {
    border-left: 2px solid #ddd;
    padding-left: 0;
}

.recruiters-logos > .rec-row:not(:last-child) {
    border-bottom: 2px solid #ddd;
}

.rec-col > img {
    width: 100px;
    display: block;
    margin: 0 auto;
}


.owl-carousel .owl-nav > button {
    width: 40px;
    height: 40px;
    background: var(--primary-color) !important;
    color: #fff;
    font-size: 28px;
    vertical-align: middle;
}

    .owl-carousel .owl-nav > button > span {
        color: #fff;
        font-size: 29px;
        position: relative;
        top: -3px;
    }

.prm-high-col:nth-child(1) {
    flex: 0 0 auto;
    width: 40%;
}

.prm-high-col:nth-child(2) {
    flex: 0 0 auto;
    width: 60%;
}


.prm-high-col .highlight-content {
    padding-left: 70px;
    padding-right: 50px;
}


    .alumni-carousel .owl-nav > .owl-prev{
        margin-right:20px;
    }

    .widget_container {
        background-color: #fff !important;
    }
/* header fixed */


.placement > img {
    max-width: 760px;
    margin: 0 auto;
    display: block;
}

/* Registeration Btn */
.register-button {
    position: fixed;
    right: -19px;
    top: 195px;
    transform: rotate(-90deg);
    z-index: 10;
}

/* Registeration Btn */

header.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transition: 0.4s all ease-in;
    animation: 0.3s headerAnimate ease-out;
    background: var(--primary-color);
}

    header.fixed .btn {
        background-color: var(--white-color);
        color: var(--primary-color);
    }


.alumni-carousel .owl-item {
    margin-bottom: 30px;
    margin-top: 11px;
}

.alumni-carousel .owl-stage {
    display: flex;
}

    .alumni-carousel .owl-stage .item{
        height:100%;
    }



.alumni-img > img {
    width: 135px !important;
    height: 135px !important;
    border-radius: 50%;
    border: 1px solid #034da2;
    object-fit: cover;
    padding: 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    margin: 0 auto;
}

.alumni-img > .cmp-logo {
    width: 30px !important;
    height: 30px !important;
}

.cmp-logo {
    width: 110px !important;
    margin: 0 auto;
}

.alumni-content {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    max-width: 300px;
    padding: 23px 10px;
    height: 100%;
    margin:0 auto;
}

/* header fixed */

/* ------------- Header ---------- */


/* ---------- Banner ------------- */

.jims-title {
    font-size: 55px !important;
}

.admission-bg {
    background: rgba(3, 77, 162, 0.18);
    padding: 10px 18px;
    display: inline-block;
    border-radius: 10px;
    font-size: 30px;
    font-weight: 700;
}

.banner-text {
    font-weight: 600;
}

.open-text {
    font-size: 45px;
    font-weight: 900;
    display: inline-block;
    position: relative;
    top: 7px;
    left: 8px;
}


.batch-st {
    font-size: 23px;
    display: block;
    margin-top: 16px;
}

/* 2nd page csss */

.mba-degree {
    font-size: 14px;
    font-weight: 600;
}

.banner {
    background: url('../images/banner.png');
    padding: 50px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 110px;
}

    .banner::before {
        content: '';
        background-color: rgba(0, 0, 0, 0.5);
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        z-index: 0;
    }

.banner-contnet {
    position: relative;
}

    .banner-contnet > span {
        font-size: 26px;
    }

.banner .banner-contnet > p {
    font-size: 18px;
}

.banner-contnet > h1 {
    font-size: 42px;
    line-height: normal;
}

.banner-content-list {
    margin-top: 17px;
}

    .banner-content-list > li {
        font-size: 19px;
        line-height: 25px;
        font-weight: 500;
        line-height: 1.6;
        background: var(--primary-color);
        color: #fff;
        padding: 2px 13px;
        margin-bottom: 6px;
        border-radius: 30px;
        width: fit-content;
    }

.course-text > .total-course {
    font-size: 15px;
    color: var(--primary-color);
    display: block;
    text-align: center;
    font-weight: 800;
    line-height: normal;
}

.course-text .course-text-inner {
    font-size: 12px;
    display: block;
}



.banner-img {
  /*  max-width: 630px;*/
    margin-left: auto;
    width: 100%;
}

    .banner-img > img {
        max-width: 680px;
        width: 100%;
        margin-left: auto;
        display: block;
        position: absolute;
        bottom: 0;
        right: 67px;
    }

    .banner-img > .course-text {
        position: absolute;
        background: #fff;
        box-shadow: 0px 1px 11px #D1D3D6;
        padding: 7px 15px;
        border-radius: 5px;
        top: 152px;
        left: 20px;
        width: 150px;
    }

.mba-courses-list > ul > li {
    background-color: var(--primary-color);
    color: #fff;
    padding: 12px 24px;
    display: block;
    border-radius: 30px;
}

    .mba-courses-list > ul > li:first-child {
        display: inline-block;
    }

    .mba-courses-list > ul > li:not(:last-child) {
        margin-bottom: 20px;
    }

.mba-course-other-list > ul > li:not(:last-child) {
    margin-bottom: 11px;
}

.mba-courses-list > ul > li > a {
    color: var(--white-color);
}

.mba-course-other-list > ul > li {
    display: flex;
    align-items: center;
}

    .mba-course-other-list > ul > li > i {
        background: var(--primary-color);
        padding: 6px;
        color: #fff;
        border-radius: 50%;
        font-size: 12px;
    }

.banner-para {
    display: block;
}

.banner-para {
    display: inline;
}

/* ---------- Banner ------------- */

/* ---------------- Institute highlight ---------------- */

.border-bottom {
    border-bottom: 1px solid #ddd;
}

.highlight-col {
    padding-bottom: 40px;
}


.edge-text {
    font-size: 23px;
}


/* ---------------- Institute highlight ---------------- */


/* ---------------------  Programme highlight ------------- */

.highlight-content ul > li:not(:last-child) {
    margin-bottom: 22px;

}

.rec-row {
    display: flex;
}

.rec-col {
    width: calc(100% / 4);
}

.highligh-img > img {
    border-radius: 8px;
}

.icons img {
    width: 35px;
    height: 35px;
    padding: 2px;
}

/*.square-stroke {
    width: 20px;
    height: 20px;
    border: 3px solid var(--primary-color);
    border-radius: 4px;
}*/

/*.square-stroke::before {
    content: '';
    background: url(../images/icons/check-blue-icon.png);
    width: 16px;
    height: 14px;
    display: block;
    position: relative;
    top: -6px;
    left: 4px;
}*/


/* ------------------ Accredation ------------------- */

#accredation-crsel .item > img {
    width: 150px;
    margin: 0 auto;
}

.accredation .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
/* ------------------ Accredation ------------------- */



/* --------------- capabilities -----------------*/
.capabilities-content ul > li > i {
    border-radius: 50%;
    padding: 4px;
    font-size: 14px;
}

.capability-flex {
    margin-top: 25px;
}

/* --------------- capabilities -----------------*/



/* ------------- salary package -------------- */

.lpa {
    font-size: 40px;
    font-weight: 600;
}

.package-col {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    padding: 24px 0;
    border-radius: 8px;
    position: relative;
}

.package-content {
    position: relative;
    z-index: 1;
}

span.package-sl {
    width: 100%;
    position: absolute;
    height: 0%;
    background: var(--primary-color);
    border-radius: 8px;
    z-index: 0;
    transition: 0.3s all ease;
    bottom: 0;
    left: 0;
    right: 0;
}

.package-col:hover .package-sl {
    height: 100%;
}

.package-col:hover .package-content span {
    color: #fff !important;
}
/* ------------- salary package -------------- */


/* ---------- profile offered ------------------ */
section.offered {
    /* background: url(../images/profile-offered.png), #6DB3F2; */
    height: 100%;
    width: 100%;
    background-size: cover;
}

.offered-col {
    border: 2px solid #bdcfe478;
    padding: 15px;
    position: relative;
    height: 100%;
    transition: 0.4s all ease-in-out;
    max-width: 358px;
}

.offered-content p {
    color: #e4e9ef78;
    transition: 0.4s all ease-in-out;
}


.offered-col:hover {
    border-color: #fff;
    background: #fff !important;
}

    .offered-col:hover p, .offered-col:hover h4 {
        color: var(--primary-color);
    }


.offered-content {
    padding-top: 40px;
}

    .offered-content p {
        line-height: 1.4;
    }

.offered-row {
    margin-top: 70px;
}

.offer-img {
    width: 70px;
    height: 60px;
    background: var(--primary-color);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    position: absolute;
    top: -32px;
}
/* ---------- profile offered ------------------ */



/* -----------------------  learning beyond classroom --------------------------*/

.classroom-content {
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
    transition: 0.4s all ease-in-out;
}

    .classroom-content {
        background: linear-gradient(144deg, #034DA2, #6d93bf);
        transition: 0.4s all ease-in-out;
        color: #fff;
    }



  /*  .classroom-content:hover {
        background: linear-gradient(144deg, #034DA2, #6d93bf);
        transition: 0.4s all ease-in-out;
    }*/

        .classroom-content:hover h4 {
            color: #fff;
        }

        .classroom-content:hover p {
            color: #fff;
        }


.icon {
    background: linear-gradient(144deg, #034DA2, #6d93bf);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* -----------------------  learning beyond classroom --------------------------*/


/* ------------ requiters partners ------------------------*/

#partner-crsel .owl-carousel .owl-item img {
    max-width: 138px;
    margin: 0 auto;
}

.owl-theme .owl-dots .owl-dot.active > span {
    background-color: var(--primary-color);
    width: 35px;
    transition: 0.4s all ease-in-out;
}

/* ------------ requiters partners ------------------------*/



/* ----------------  admission 2025 -------------------------- */

.admission-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.step-no {
    position: absolute;
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: -17px;
    border: 2px solid #fff;
    margin: 0 auto;
}


.admission-content {
    max-width: 270px;
}

.line {
    width: 120px;
    display: block;
    height: 4px;
    background: #000;
    position: absolute;
    top: 38px;
    right: -50px;
    bottom: 0;
    margin: 0 auto;
}






/* ----------------------------- ranking ---------------------- */

.ranking-inner-content {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    padding: 33px 10px;
    height: 100%;
    position: relative;
    border-radius: 8px;
    max-width: 260px;
    margin: 0 auto;
}

.ranking-background {
    background: var(--primary-color);
    position: absolute;
    height: 136px;
    width: 100%;
    z-index: 0;
    top: 75px;
    left: 0;
    right: 0;
}

.ranking-img {
    max-width: 330px;
}

.ranking-content {
    max-width: 860px;
    margin: 0 auto;
}

.highligh-img > img {
    border-radius: 0px 45px 45px 0px;
}

.prn-high-row {
    display: flex;
    justify-content: space-between;
   
}

/* ----------------------------- ranking ---------------------- */



/* ---------------------------- Qurery Form ---------------------- */


.dsu-intro.form-show {
    right: 100px;
}

.dsu-intro {
    max-width: 400px;
    /* position: fixed;
    right: -400px;
    top: 100px;*/
    transition: 0.4s all ease-in-out;
    z-index: 2;
    margin-left: auto;
    position:relative;
    z-index:1;
}

#applyBox {
    background: #034da2;
    padding: 20px;
    border-radius: 30px;
    max-width: 352px;
    margin-left: auto;
}
/* ---------------------------- Qurery Form ---------------------- */



/*----------------- footer copyright  --------------------*/


.copyright {
    padding: 20px 15px;
}

/*----------------- footer copyright  --------------------*/


.pt-rec{
    display:block;
}





.register-button {
    position: fixed;
    right: -19px;
    top: 195px;
    transform: rotate(-90deg);
    z-index: 10;
}

.fw-semibold{
   font-weight:500;
}


.apl-btn{
     display:none;
     margin-right:10px;
}

header.fixed .apl-btn{
    display:inline-block;
}
/* --------------------- media queries --------------------- */

@media(min-width:1300px) {
    .mobile-img {
        display: none;
    }

    .desktop-img {
        display: block;
    }
}

@media(min-width:768px) {
    .mobile-banner {
        display: none !important;
    }

    .desktop-banner {
        display: block;
    }

    .register-button2 {
        display: none;
    }

    .for-mobile {
        display: none;
    }

        .for-mobile .highlight-col {
            border-bottom: 0 !important;
            justify-content:center;
        }

 


}



@media(max-width:1299.98px){
    .mobile-img{
        display:block;
    }

    .desktop-img{
        display:none;
    }
}

@media(max-width:991.98px) {

    .offe-three{
        margin-top:40px !important;
    }

    .banner-img > img {
        max-width: 400px;
    }
    .dsu-intro{
        margin:auto;
    }

    .margin-991 {
        margin-top: 48px !important;
    }

    .ranking-background {
        height: 266px;
    }

    .inst-high-img {
        display: none;
    }

    .banner-img {
        padding-top: 56px;
        margin-bottom: 24px;
    }

    .dsu-intro > .container {
        padding: 0;
    }

    h2 {
        font-size: 27px;
    }

    .ranking-inner-content img {
        max-width: 100%;
    }

    section {
        padding: 35px 0;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .lpa {
        font-size: 30px;
    }

    .line3 {
        display: none;
    }


  
        .third-col {
            display: none;
        }



    .offered-heading {
        margin-bottom: 55px;
    }
    
}


@media(max-width:910px) {
    .accredation-image > img {
        width: 100%;
    }

    .accredation {
        width: 100%;
    }

    .prm-high-col .highlight-content {
        padding-left: 0px;
        padding-right:0;
    }

    .highligh-img > img {
        border-radius: 8px;
    }


    .prn-high-row {
        flex-direction: column;
        row-gap: 30px;
    
    }

    .program-highlight {
        padding: 0 12px;
    }

  /*  .prm-high-col:nth-child(1) {
        width: 60%;
    }


    .prm-high-col:nth-child(2) {
        width: 60%;
    }*/


    .prm-high-col:nth-child(1), .prm-high-col:nth-child(2) {
        width: 100%;
    }

}



@media (max-width: 767.98px) {

    .admission-content {
        margin: 0 auto;
    }

    .alumni .alumni-carousel .owl-nav > button {
        margin: 10px !important;
    }

    .highlight-col, .rec-row, .offered-col, .classroom-content {
        max-width: 270px !important;
        margin: 0 auto;
    }

    .alumni button {
        position: static !important;
    }



    .profile-offered .owl-carousel .owl-nav > button {
        background: #fff !important;
    }

        .profile-offered .owl-carousel .owl-nav > button span {
            color: var(--primary-color) !important;
        }


    .owl-carousel .owl-nav > button {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto !important;
    }

    #partner-crsel .owl-carousel .owl-item img {
        max-width: 98px;
    }

    .owl-carousel .owl-nav > .owl-prev {
        left: 0;
    }

    .owl-carousel .owl-nav > .owl-next {
        right: 0;
    }

    .banner-contnet > h1, .banner-contnet > h1 span {
        font-size: 30px;
        line-height: normal;
    }
    header.fixed .apl-btn {
        display: none;
    }

    .offered-heading {
        margin-bottom: 0px;
    }

    .placement > img{
        max-width:100%;
    }

    .register-button2 > li {
        width: 100%;
    }

    .register-button2 li > a {
        border-radius: 0 !important;
        width: 100%;
    }

    .register-button {
        display: none;
    }

    .accredation {
        flex-wrap:wrap;
        justify-content: space-evenly;
        gap: 20px;
    }

    .accredation-image {
        width: 90px;
    }

    .learn-clroom-heading{
        text-align:center;
    }

   

    .pt-rec {
        display: inline-block;
    }

    .capability-flex {
        flex-direction: column;
    }

    .capability-flex {
        flex-direction: column;
        margin-top: 30px !important;
    }


    .desktop-banner {
        display: none !important;
    }

    .highligh-img {
        margin-top: 45px;
    }

    .capabilities-content {
        margin-top: 45px;
    }



    .mobile-banner {
        display: block;
        padding-top: 50px;
    }

    .highlight-col {
        padding-bottom: 30px;
        padding-top: 30px;
        justify-content:center;
        text-align:center;
    }
    .for-mobile h2{
        text-align:center;
    }


    .banner {
        padding-top: 130px;
        padding-bottom: 30px;
    }

    .banner-img > img {
        max-width: 100%;
        position: relative;
        right: 0;
    }

    .logo img {
        max-width: 260px;
    }

    .offered-col {
        max-width: 100%;
    }

    .rec-col {
        width: calc(100% / 2);
    }

    .recruiters-logos > .rec-row:not(:last-child) {
        border-bottom: 2px solid #ddd;
    }

    .border-left{
        border:0;
    }

    .rec-row {
        flex-wrap: wrap;
    }

      

            .offered-col:hover h4, .offered-col:hover p{
                color:var(--primary-color);
            }

            .ranking-background {
                height: 331px;
            }


    .register-button2 > a {
        display: block;
        border-radius: 0;
        text-align: center;
    }

    .register-button2 {
        position: fixed;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9;
        transform: none;
    }

    .line {
        right: -64px;
    }

    .ranking-img{
        max-width:100%;
        text-align:center;
    }

    .for-desktop, .ranking-background {
        display: none;
    }

    .ranking-content .for-mobile .item {
        margin: 16px 7px;
    }

    .order-2{
        order:2;
    }

    .order-1 {
        order: 1;
    }

    .ranking-inner-content img {
        width: 140px !important;
        margin: 0 auto;
    }

    .mobile-num {
        display: none;
    }

    .highlight-col{
        border-bottom:0 !important;
    }

    .ranking-img{
        display:none;
    }

    .profile-offered .item {
        margin-top: 60px;
        height: 100%;
    }

    .for-mobile .owl-carousel .owl-stage {
        display: flex;
    }

    .profile-offered .owl-item {
        margin-bottom: 71px !important;
    }

    .offered .for-mobile .owl-theme .owl-dots .owl-dot.active span {
        background: #fff !important;
    }

    .for-mobile .owl-carousel .owl-stage .item {
        height: 100%;
    }

    .classroom-content .icon > img,  .offer-img > img {
        width: 40px !important;
    }


    .offered-col{
        background-color:#fff !important;
    }

    .offered-content > h4, .offered-content > p {
        color: var(--primary-color);
    }
    .copyright {
        margin-bottom: 30px !important;
    }

}




@media(max-width:575.98px) {

    .highlight-col, .rec-row, .offered-col, .classroom-content {
        max-width: 223px !important;
        
    }

    .ranking-inner-content {
        max-width: 230px;
    }




    .owl-carousel .owl-nav > button > span {
        font-size: 23px;
    }
    .owl-carousel .owl-nav > button {
        width: 32px;
        height: 32px;
    }

    .profile-offered .item {
        margin-top: 25px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .ranking-background {
        height: 642px;
    }

    .classroom-content {
        max-width: 100%;
    }

    .line {
        height: 268px;
        width: 2px;
        top: 90px;
        left: 0;
        right: 0;
        z-index: -1;
    }

    .line3 {
        display: block;
    }

    .lpa {
        font-size: 25px;
    }


    .owl-item img {
        max-width: 110px;
    }

    .alumni-carousel .owl-item .alumni-img img {
        max-width: 110px;
        width: 110px !important;
        height: 110px !important;
    }


    .profile-offered {
        margin-top: 22px;
    }

    .offered-col > .offer-img > img {
        width: 40px !important;
    }

  

    .learning-beyond .owl-item {
        margin: 10px 0px;
    }

        .profile-offered .owl-item {
            margin-bottom: 37px;
        }

        .profile-offered .owl-item {
            margin-bottom: 1px;
         
        }

    .learning-beyond .owl-stage{
        display:flex;
    }

    .learning-beyond .item{
        height:100%;
    }

  main  .banner .banner-contnet > h2 {
        font-size: 19px;
    }

    .ranking-content .for-mobile .owl-item {
        margin-bottom: 30px !important;
    }
  
}



@media(max-width:450px){
    .prm-high-col:nth-child(1), .prm-high-col:nth-child(2) {
        width: 100%;
    }

}


@media (max-width: 420px) {


    .banner-content-list > li {
        font-size: 16px;
    }

    .btn {
        padding: 12px 15px;
    }
}


/* --------------------- media queries --------------------- */




