

/* ------------- Header ---------- */
header {
    background: #fff;
    padding: 5px 0;
    box-shadow: 0 -6px 12px rgba(0,0,0.25);
    transition: 0.4s all ease-in;
    
}

.info-contact>a {
    color: #000;
    font-weight: 500;
    outline:0;
}

.fw-bold{
    font-weight:700;
}


.widget_container {
    background-color: #fff !important;
}
/* header fixed */
/* 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: 9;
    transition: 0.4s all ease-in;
    animation: 0.3s headerAnimate ease-out;
}



/* header fixed */

/* ------------- Header ---------- */


/* ---------- Banner ------------- */


/* 2nd page csss */
.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;
}


.register-button2 .btn {
    border-radius: 0;
    display: block;
    margin: 0 !important;
}


.register-button2 .mobile-num {
    background-color: #fff;
    color: var(--primary-color);
}

.batch-st {
    font-size: 23px;
    display: block;
    margin-top: 16px;
}

/* 2nd page csss */

.mba-degree {
    font-size: 14px;
    font-weight: 600;
}

.banner{
    background-color: var(--blue-light-color);
    padding: 55px 0;
}

.banner-contnet>span {
    font-size: 26px;
}

.banner .banner-contnet>p {
    font-size: 18px;
}

.banner-contnet>h1 {
    font-size: 36px;
    line-height: normal;
    color: var(--primary-color);
} 

.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 {
    position: relative;
    max-width: 630px;
    margin-left: auto;
    width: 100%;
    position: relative;
}

.banner-img>img {
    max-width: 590px;
    margin-left: auto;
    display: block;
}

.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 ------------- */

/* --------------------- Admission Form ----------------------*/

.dsu-intro {
    max-width: 400px;
    position: fixed;
    right: -400px;
    top: 100px;
    transition:0.4s all ease-in-out;
    z-index:2;
}




.button-holder > button {
    background: red;
    border: 0;
}

#applyBox {
    background: #034da2;
    padding: 20px;
    border-radius: 30px;
}

    .dsu-intro iframe body {
        background-color: transparent;
    }

.frmBg {
    padding: 10px 0;
    text-align: center;
    color:var(--white-color);
}

.dsu-intro.form-show {
    right: 100px;
}

/* --------------------- Admission Form ----------------------*/



/* ------------------- MBA Course  ---------------------- */
.mba-course-image .image-line {
    max-width: 200px;
    display: block;
    width: 200px;
    height: 13px;
    background: var(--primary-color);
    margin-bottom: 11px;
    border-radius: 10px;
}

.mba-course-image>img {
    width: 100%;
    border-radius: 10px;
    max-width: 496px;
}

/* ------------------- MBA Course  ---------------------- */


/* accredation & Approvals */

.owl-carousel .owl-stage{
    display: flex;
    align-items: center;
}

#accredation-crsel .item>img {
    width: 150px;
    margin: 0 auto;
}

#accredation-crsel .owl-item:first-child  img{
    width: 110px;
}


/* -------------------- capabilities ---------------- */
.capabilities-content-col {
    height: 100%;
    padding: 16px 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 7px 6px 2px 3px rgba(3 ,77, 162,0.28 );
    transition:200ms all ease-out;
}

.capabilities-content-col:hover{
    transform:translateY(-10px);
    background-color: #fff;
    box-shadow: 7px 6px 2px 3px rgb(170 173 177 / 28%);

}
.capabilities-content-col p{
  font-weight: 500;
}
.capabilities-content-col:hover p{
    color:var(--black-color);
}

/* -------------------- capabilities ---------------- */


/* salary package */

.candel-flex {
    display: flex;
    align-items: center;
    column-gap: 20px;
    align-items: flex-end;
}


.salary-package .package-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 24px;
}

.candel-inner-content{
    position: relative;
    overflow: hidden;
}

.first-candel .candel-text, .second-candel .candel-text, .third-candel .candel-text, .fourth-candel .candel-text{
    transition:1s all cubic-bezier(.175,.885,.32,1.275);
}  

.first-candel .candel-inner-content {
    height: 386px;
    border-radius: 10px;
 
}
.second-candel .candel-inner-content {
    height: 230px;
    border-radius: 10px;
}

.third-candel .candel-inner-content {
    height: 170px;
    border-radius: 10px;
}

.fourth-candel .candel-inner-content {
    height: 140px;
    border-radius: 10px;
}

.salary-package .package-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 23px;
    max-width:75px;
    position: relative;
    z-index: 1;
}

.candel-text {
    background: #fff;
    padding: 10px;
    display: block;
    box-shadow: 8px 10px 10px 2px rgba(0,0,0,0.25);
    margin-bottom: 20px;
    border-radius: 10px;
    font-weight: 500;
    position: relative;
    text-align: center;
}

.candel-text::after {
    width: 24px;
    content: '';
    border-top: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    border-right: 10px solid transparent;
    bottom: -19px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 5px;
}

/* Salary Hightlight */

.salary-highlight-col {
    padding: 20px 5px 20px 5px;
    text-align: center;
    box-shadow: 8px 10px 10px 2px rgba(0,0,0,0.14);
    width: 100%;
    position: relative;
    overflow: hidden;
    bottom: -100%;
   
}

.salary-highlight-col:hover .salary-highlight-bgs{
     bottom: 0;
}

.salary-highlight-col:hover .lpa-text , .salary-highlight-col:hover  .salary-highlight-text{
    z-index: 1;
    position: relative;
    color: #fff;
}

.salary-highlight-flex {
    display: flex;
    column-gap: 30px;
}
.salary-highlight-col>span {
    font-weight: 700;
    font-size: 29px;
}

.salary-highlight-bgs {
    width: 100%;
    display: block;
    height: 100%;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    right: 0;
    bottom:-100%;
    z-index: 0;
    transition: 300ms all ease-out;
}



.fill-animate {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0;
    height:0;
    visibility: hidden;
}

 .section-inner.active .first-candel .fill-animate{
    opacity: 1;
    visibility: visible;
    transition: 2000ms all 0.5s cubic-bezier(.175,.885,.32,1.275);
    height: 100%;

}

.section-inner.active .second-candel  .fill-animate{
  
    opacity: 1;
    visibility: visible;
    transition: 3000ms all 0.8s cubic-bezier(.175,.885,.32,1.275);
    height: 100%;

}

.section-inner.active .third-candel  .fill-animate{
   
    opacity: 1;
    visibility: visible;
    transition: 4000ms all 1s cubic-bezier(.175,.885,.32,1.275);
    height: 100%;

}
 .section-inner.active .fourth-candel .fill-animate{
   
    opacity: 1;
    visibility: visible;
    height: 100%;
    transition: 5000ms all 1.2s cubic-bezier(.175,.885,.32,1.275);

}

.first-candel:hover .candel-text, .second-candel:hover .candel-text, 
.third-candel:hover .candel-text , .fourth-candel:hover .candel-text{
    transform:translateY(-10px);
}



/* salary package */


/* profile offerd */

.pf-offered .pf-wrapper-col {
    background: #CFE1EF;
    padding: 20px 18px;
    box-shadow:24px 24px 48px 2px rgba(3, 69, 144,0.14);
    height: 100%;
    transition:0.5s all  cubic-bezier(.175,.885,.32,1.275);
    display: flex;
    column-gap: 20px;
}

.pf-offered .pf-wrapper-col:hover{
    transform: scale(1.1);
}

/* profile offerd */

/* learn   */

.learn-col-wr {
    padding: 20px 18px 20px 53px;
    position: relative;
    box-shadow: 0 0 11px 9px rgba(157 ,112,112,0.25);
    height: 100%;
    width:100%;
}

.learn-clroom-col{
    position: relative;
    height: 100%;
    max-width: 300px;
    width: 100%;
}

.learn-clroom-icon {
    position: absolute;
    left: -35px;
    background: var(--white-color);
    padding: 14px;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -5px 0 4px 1px rgba(157 ,112,112,0.25);
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
}


.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color:var(--primary-color);
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.learn-col-wr {
    display: block;
    position: relative;
    background-color: var(--blue-light-color);
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    
  }
  .learn-col-wr:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background-color:var(--primary-color);
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 1s cubic-bezier(.175,.885,.32,1.275);
  }
  .learn-col-wr:hover:before {
    transform: scale(40);
    top: 0px;
    right: 0px;
  }
  
  .learn-col-wr:hover p {
    color: var(--white-color);
  }
  .learn-col-wr:hover h3 {
    color: #ffffff;
  }
/* learn   */

/* Partner  carousel*/

.owl-theme .owl-dots .owl-dot>span {
    width: 20px;
    height: 7px;
    background-color:#c1c1c3;
    transition: 2000ms all cubic-bezier(.175,.885,.32,1.275);
}

.owl-theme .owl-dots .owl-dot.active>span{
    background-color: var(--primary-color);
    width: 35px;
}

#partner-crsel .owl-carousel .owl-item img {
    max-width: 138px;
    margin: 0 auto;
}

/* Partner  carousel*/

/* duraion course */
.collage-girl-img>img {
    max-width: 390px;
    margin: 0 auto;
    display: block;
}

.cr-duration-col:hover{
    background-color: var(--white-color);
}

.cr-duration-col:hover .cr-icon{
    background-color: var(--primary-color);
} 

.cr-duration-content:hover  .cr-icon .color-change g{
 fill: #fff;
}

.cr-icon {
    background: #fff;
    width: 70px;
    height: 70px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: -44px;
    margin: auto;
    box-shadow: 0 0 11px 9px rgba(157 ,112,112,0.25);
    transition: 1000ms all cubic-bezier(.175,.885,.32,1.275);
}
.cr-duration-col {
    position: relative;
    padding: 25px 0 25px 54px;
    box-shadow: 0 0 11px 9px rgba(157 ,112,112,0.25);
    transition: 1000ms all cubic-bezier(.175,.885,.32,1.275);
}

.cr-duration-content {
    max-width: 500px !important;
    width: 100%;
    margin-left: auto;
}

.collage-girl-img{
    overflow: hidden;
}

.collage-girl-img:hover img{
    transform: scale(1.1) ;
}

.collage-girl-img img {
    max-width: 365px;
    position: absolute;
    inset: 28px 0px 0px 29px;
    z-index: -1;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.svg-background {
    background-image: url(assets/images/circle.svg);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 420px;
    height: 425px;
    position: relative;
    margin: 0 auto;
}
/* duraion course */


/* ranking */

section.ranking {
    border-radius: 180px 0 0 0;
}

.ranking-col {
    background: #CFE1EF;
    padding: 20px 18px;
    box-shadow: 24px 24px 48px 2px rgba(3, 69, 144,0.14);
    height: 100%;
    transition: 0.5s all cubic-bezier(.175,.885,.32,1.275);
    padding-bottom: 50px;
}

.ranking-col:hover{
    transform: scale(1.1);
}

.rank-image>img {
    max-width: 195px;
    margin: 0 auto;
    display: block;
}

.rank-image>.toi-image {
    max-width: 123px;
}

.ranking-inner-wrap {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

/* ranking */


/* CopyRight */

.copyright {
    padding: 20px 15px;
}


/* CopyRight */


/* Top Arrow Button */

.top-arrow-button {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0;
    transform: translateX(40px);
    transition: 0.5s all ease-in-out;
}

.top-arrow-button.slidedown{
    transform: translateX(0px);
    opacity: 1;
}


/* Top Arrow Button */


/* ---------------- Animate Css ----------- */

  .section-inner {
    position: relative;

  }
  


/* ---------------- Animate Css ----------- */

/* -------- animation keyframses --------------- */

@keyframes headerAnimate{
    0%{
        transform: translateY(-100px);
        opacity: 0;
        visibility:hidden;
    }
    100%{
        transform: translateY(0px);
        opacity: 1;
        visibility:visible;
   }
}







/* -------- animation keyframses --------------- */









/* ------------- Media Query max-width ---------- */

@media(min-width:768px){
    .mobile-btn, .owl-theme .owl-nav, .register-button2 {
        display: none;
    }

    .owl-dots {
        margin-top: 30px;
    }
    .banner-img>.mobile-banner{
        display: none;
    }
}


@media(min-width:1390px){
    .mba-course-image>img{
        max-width:557px;
    }

    .candel-flex>div{
        width: 110px;
    }
    .candel-flex{
        column-gap: 25px;
    }

    .learn-clroom-col{
        max-width: 380px;
    }
 
    .candel-text::after{
        bottom: -17px;
    }

    .svg-background{
        max-width: 480px;
        height: 480px;
    }

    .collage-girl-img img{
        max-width: 420px;
    }
    .cr-duration-content {
        max-width: 610px !important;
    }

    .banner-img>img{
        max-width: 100%;
    }

    .banner-contnet>h1 , .banner-contnet>h1 span{
        font-size: 45px;
        line-height: normal';
    }


    .banner-contnet>span {
        font-size: 32px;
    }
    .banner .banner-contnet>p {
        font-size: 22px;
    }

    .btn{
        font-size: 18px;
    }

    p,span{
        font-size: 18px;
    }

    .salary-package .package-text{
        max-width: 100%;
    }
    .banner-img > .course-text{
        left: -20px;
    }
 
}

@media(max-width:991.98px){
    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 28px;
    }
 

    .banner-contnet>h1,.banner-contnet>h1 span{
        font-size: 36px;
        line-height:normal;
    }

    section {
        padding: 70px 0;
    }


    .ranking-contnet>.row>.aos-init:not(:last-child) {
        margin-bottom: 25px;
    }

    .cr-duration-ct {
        margin-top: 40px;
    }

    .cr-duration-content{
        
            max-width: 570px !important;
            margin: auto;
    
    }

   
        /* -------- capabilities */

        .capabilities-content > .row>.aos-init:not(:last-child) {
            margin-bottom: 24px;
        }
    
         /* -------- capabilities */
    
    
         /* profile Offered */
    
         .pf-wrappers-content > .row>.aos-init:not(:last-child) {
            margin-bottom: 25px;
        }
    
         /* profile Offered */
    
        
     .candel-flex{
        justify-content: center;
     }

     .learn-clroom>.row>.aos-init:not(:last-child) {
        margin-bottom: 25px;
    }

    .banner-content-list > li {
        font-size: 15px;
    }
}


@media(max-width:767.98px){
    .banner-img .desktop-banner{
        display: none;
    }

    .mt-5 {
        margin-top: 1.5rem !important;
    }

    .mba-courses-heading > h2 {
        text-align: left !important;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 23px;
    }

    section {
        padding: 50px 0;
    }

    button.owl-prev, button.owl-next {
        width: 40px;
        height: 40px;
        background: var(--primary-color) !important;
    }

    button.owl-prev, button.owl-next {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto !important;
    }

    button.owl-next{
        left: auto;
        right: 0;
    }


    
    button.owl-prev span, button.owl-next span{
        color: var(--white-color);
        font-size: 34px;
        position: relative;
        top: -3px;
    }
    .owl-dots {
        margin-top: 20px;
        display: none;
    }

    .mobile-btn {
        display: none;
    }
   
   
    /* bannner */
    .banner {
        padding: 45px 0;
    }

    .banner-contnet>h1 , .banner-contnet>h1 span {
        font-size: 30px;
        line-height: normal;
    }

    .banner-img {
        margin-top: 40px;
    }

    .banner-content-list>li{
        font-size: 15px;
    }

    /* banner */

    .register-button {
        display: none;
    }

    .register-button2 {
        position: fixed;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9;
        transform: none;
    }

        .register-button2 > a {
            display: block;
            border-radius: 0;
            text-align: center;
        }

    /* mba course */

    .mba-course-content {
        margin-top: 40px;
    }

     /* mba course */

 
      /* --------- Salary Package */

      .salary-highlight {
        margin-top: 40px;
    }

     /* --------- Salary Package */



     /* Learn  Classroom*/

     .learn-clroom-col{
        margin: 0 auto;
     }

    

    .learn-clroom-icon , .cr-icon{
        width: 50px;
        height: 50px;
        left: 13px;
    }

    .learn-col-wr{
        padding: 10px 18px 10px 75px;
    }

    .learn-clroom-icon>img {
        width: 27px;
    }

    .cr-icon>svg {
        width: 27px;
    }
     /* Learn  Classroom*/

    /* course duration */

   
    .cr-duration-col{
        padding: 18px 18px 18px 70px;
    }

    .cr-icon {
        left: 8px;
    }

    h4 {
        font-size: 20px;
    }
        /* course duration */


        /*Excellent ranking */

        .ranking-inner-wrap{
            flex-direction: column;
        }

        section.ranking {
            border-radius: 100px 0 0 0;
        }

      

        /*Excellent ranking */


    .dsu-intro {
        position: static;
        margin: 0 auto;
        margin-top: 30px;
    }

       
      
       
}


@media(max-width:576px){

    h2 {
        font-size: 25px;
    }

    p,span{
        font-size: 14px;
    }

    .mba-courses-list>ul>li{
        font-size: 14px;
    }

    header{
        padding: 10px 0;

    }

  

    .info-contact>a{
        display: block;
    }

    .mobile-num {
        display: inline-block;
        font-size: 14px;
        margin-top: 10px;
    }
    .btn{
        padding: 10px 15px;
    }

    .banner {
        padding: 30px 0;
    }

    .cr-duration-content:last-child .cr-duration-col {
        padding: 35px 18px 34px 70px;
    }

    /* Profile Offered */

    .salary-highlight-flex{
        row-gap: 30px;
        flex-direction: column;
    }

    .salary-highlight-col>span{
        font-size: 23px;
    }

    .pf-wrappers-content .aos-init:not(:last-child) {
        margin-bottom: 25px;
    }

    .learn-clroom .aos-init {
        margin-bottom: 25px;
    }

     /* Profile Offered */

     /* Learning Classroom  */

     .learn-clroom-col{
        max-width: 100%;
     }


       /* Learning Classroom  */

    #partner-crsel {
        margin-top: 15px !important;
    }


   

}



@media(max-width:513px) {
    .info-contact {
        display: none;
    }
}


@media(max-width:420px){
    .svg-background {
        background-image: url(assets/images/circle.svg);
        background-repeat: no-repeat;
        background-size: cover;
        max-width: 268px;
        height: 270px;
        position: relative;
        margin: 0 auto;
    }

    .collage-girl-img img {
        max-width: 87%;
        inset: 17px 0px 0px 16px;
    }

    .pf-offered .pf-wrapper-col {
        flex-direction: column;
        row-gap: 13px;
    }

    .banner-content-list > li{
        font-size:15px;
    }

    .logo  img {
        width: 255px;
    }
}

@media(max-width:354px){
    .candel-flex{
        column-gap: 0;
    }
    .candel-inner-content{
        width: 60px;
        margin: 0 auto;
    }
    .info-contact  .mobile-num{
        margin-left: 0 !important;
        padding: 10px 12px;
    }

    .cr-duration-content  .cr-duration-col, .cr-duration-content:last-child .cr-duration-col{
        padding: 18px;
    }
    .cr-duration-col .cr-icon{
        position: static;
        margin:0 0 15px 0;
    }

    .cr-duration-col>div{
        flex-direction: column;
    }

    section {
        padding: 30px 0;
    }

    h4 {
        font-size: 18px;
    }
}

@media(max-width:340px){
    .btn {
        padding: 10px 13px;
        
    }
 
}

/* ------------- Media Query max-width ---------- */