/*------------------ Home banner---------------------- */


section.home_banner {
    overflow: hidden;
    position: relative;
}


.swiper-slide.swiper-slide-active h2 .home-bnr-subhead1{animation-duration: 2s;-webkit-animation-duration: 2s;-webkit-animation-fill-mode: both;animation-fill-mode: both;animation-name: fadeIndown; animation-delay: .9s;}
.swiper-slide.swiper-slide-active .home-bnr-subhead2 p{animation-duration: 2s;-webkit-animation-duration: 2s;-webkit-animation-fill-mode: both;animation-fill-mode: both;animation-name: fadeInUp;animation-delay: 1s;}
span.home-bnr-subhead1 {
    font: var(--text-36);
    letter-spacing: -1.8px;
    line-height: 1.2;
    margin-bottom: 2rem;
    display: block;
    font-family: var(--font-family-open);
    
}


span.home-bnr-subhead2 p {
    font: var(--text-14);
}
article.home_serach {
    margin-top: -9rem;
}
.search-panel {
    margin-bottom: 0;
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    border-top: 1px solid #ffffff21;
}
.program-menu ul li b {
    display: none;
    font-weight: bold;
}
.program-menu ul li svg{display: none;}
.home_serch_panel {
    display: flex;
    align-items: center;
    padding: 3.2rem 0rem 3.2rem 0rem;
    background: none;
    justify-content: space-between;
}
.form-group input[type="text"] {
    width: 100%;
    padding: 18px 25px;
    background: none;
    box-shadow: inherit;
    border: 1px solid #dddddd38;
    font-family: var(--family-dm);
    font-style: italic;
    color: #fff;
    /* background: #FFFFFF 0% 0% no-repeat padding-box; */
    opacity: 1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);outline: 0;
    box-shadow: inherit;
}
.form-group {
    /* width: 45rem; */
    margin-right: 4rem;
    position: relative;
    background: #5a586d47;
    opacity: 1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
section.home_banner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42%;
    background: transparent linear-gradient(0deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    z-index: 0;
}
.apply-btn {
    margin-left: 6rem;
}
.program-menu ul li a {
    color: #fff;
    font-family: var(--family-dm);
    position: relative;
    margin: 0 12px;
}
.program-menu ul li a:after {
    content: "";
    background: #ffffff47;
    position: absolute;
  
}
.search-btn {
    position: absolute;
    right: 20px;
    top: 20px;
}
a.search-btn svg {
    stroke: currentColor;
}

header.header-sticky .menubar .menu-link{color:#000;}
header.header-sticky .bars span {
    background-color: #0F3752;
}
header.header-sticky nav img.sticky{display: block;}
header.header-sticky nav img.w-sticky{display: none;}
header nav img.sticky{display: none;}
.btn-prime {
    margin-left: 1rem;
}
.campus_life_pic {
    background:none;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.cf-1 ul li {
    width: 50%;
    padding: 17rem 3.5rem 2rem;
    border-right: 1px solid #ffffff70;
    border-bottom: 1px solid #ffffff91;
    display: flex;
    justify-content: space-between;
    background: #0c0c0c73 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(3px);
}
.cf-1 ul li:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 100%;
    background: #ed1c24ad;
    transition: .6s;
    z-index: -1;
}
body .btn-prime {
    border: 1px solid #fff;
    color: #fff;
    background: linear-gradient(to right, #ED1C24 50%, #ffffff00 50%);
    background-size: 200% 110%;
    background-position: right bottom;
    transition: all .5s ease-out;
}
.btn-prime:hover {
    background-position: left bottom;
  }




/*---------------new css------------------*/

.inner-text h1 {
    margin-bottom: 2rem;
    color:#0F3752;
    font-family: var(--family-noto);
    font-weight:500;
    letter-spacing: -2.1px;
    line-height: 1.1;
    
}


@keyframes colorChange {
    0% {
      color: red;
    }
    100% {
      color: #0F3752;
    }
  }
  
  .inner-text .animated-text {
    font-size: 80px; /* or use your `font-80` class */
    animation: colorChange 2s ease-in-out forwards;
  }
  
  


.inner-text p {
    font-family: var(--family-dm);
    color:#0F3752;
    font-size: 24px;
}
.inner-text h1 em{color: var(--color-prime);font-weight:300;}

.home_serch_panel {
    display: flex;
    align-items: center;
    padding: 2.8rem 0rem 2rem;
    justify-content: space-between;
}

.program-menu {
    display: flex;
    gap: 35px;
}

.program-menu ul {
    display: flex;
    gap: 30px;
    margin: 0;
    align-items: center;
}

.form-group {
    /* width: 32rem; */
    margin-right: 4rem;
    position: relative;
}
.form-group input[type="text"] {
    width: 100%;
    padding: 10px 25px;
    background: none;
    box-shadow: inherit;
    border: 1px solid #dddddd59;
    font-family: var(--family-dm);
    font-style: italic;
    color: #fff;
    outline: 0;
    box-shadow: inherit;
    font-size: 20px;
}

.program-menu ul li a {
    color: #fff;
    position: relative;
    margin: 0 12px;
    font: var(--text-14););););););
}

.apply-btn a {
    background: linear-gradient(to right, #ED1C24 50%, #ed1c246e 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    padding: 10px 30px;
    color: #fff;
    font: var(--text-12);
    border: 1px solid #ffffff80;
    font-weight: bold;
}
.apply-btn a:hover {
    background-position: left bottom;color:#fff;
}


input[type="text"]::placeholder {
    color: #fff;
}
.search-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #FECE0D;
}


article.home_campus_life {
    padding: 9.2rem 0rem;
    overflow: hidden;
}

.box-hover-img{position: relative;cursor: pointer;overflow: hidden;}
.box-hover-img:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 100%;
    background: #ed1c24ad;
    transition: .6s;
    z-index: 1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(3px);
}

.box-hover-img:hover:before  {
    top: 0;
}
.box-hover-img .box_menu{
    top: auto;
    bottom: 0;
    padding: 16rem 4rem 8rem;
    background: #fff0;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    }

    .box-hover-img:hover .box_menu {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }



.campus_life_panel1 {
    display: flex;
    gap: 5rem;
    align-items: center;
    padding-top: 7.8rem;
    padding-left: 0rem;
    padding-bottom: 7.8rem;
    position: relative;
}


.campus_head h1 {
    font: var(--text-36);
    letter-spacing: -1.5px;
    color: #0F3752;
    font-weight: 700;
    font-family: var(--font-family-open);
}

.campus_head p {
    margin: 0;
    font: var(--text-18);
}

.number_counts h4 {
    letter-spacing: -4.7px;
    color: #ED8B1C;
    font: var(--text-94);
    margin: 0;
}

.number_counts {
    display: flex;
    align-items: center;
}
.number_counts  p {
    margin-left: -7px;
    margin-top: 23px;
    font: var(--text-14);
    color: #000;
    }
    .number_counts h4 sup {
        font: var(--text-30);
        top: -5rem;
        position: relative;
        font-weight: bold;
        font-family: var(--family-dm);
    }
    
    .campus_head {
        margin-top: 0rem;
        position: relative;
        padding-left: 3rem;
        margin-left: 3rem;
    }

    .campus_head:before {
       /* background: #52B1B5;*/
        width: 1px;
        height: 86px;
        content: "";
        position: absolute;
        left: 0;
        top: -21px;
    }

    .campus_life_pic {
        background: #000000c4;
        position: relative;
        height: 100%;
        overflow: hidden;
    }
    
    .campus_life_pic img {
        mix-blend-mode: hard-light;
    }

    .cf-1 {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 9;
    }
    
    .cf-1 ul {
        display: flex;
        width: 100%;
        border: 0;
        margin: 0;
    }
    
    .cf-1 ul li {
        width: 50%;
        padding: 17rem 3.5rem 2rem;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        display: flex;
        justify-content: space-between;
    }
    
    .cf-1 ul li a {
        color: #fff;
        font: var(--text-16);
        font-weight: normal;
    }
    
   .campus_life_pic figure:after {
        content: "";
        width: 100%;
        height: 100%;
        background: #00000052;
        top: 0;
        position: absolute;
        left: 0;
    }
    
    .cf-1 p {
        margin-top: 1rem;
        transform: translate(0px, 0px);
        transition: .2s ease;
    }
    .cf-1 ul li:last-child {
        border-right: 0px;
    }.cf-1 ul li:first-child {
        border-left: 0;
    }

    .play_stay {
        background: #ED1C24;
        padding: 5rem;
        color: #fff;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
    }
    
    .play_stay h3 {
        font: var(--text-30);
        font-family: var(--family-dm);
        font-weight: 300;
        margin-bottom: 20px;
    }
    
    .play_stay h3 b {
        font-weight: 600;
    }
    
    .play_stay h5 a {
        display: flex;
        width: 100%;
        color: #fff;
        gap: 15px;
        font: var(--text-12);
        align-items: center;
    }
    
    .play_stay h5 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 15px 0;
    }

    .event-position p{}

    .event-position {
        position: relative;
    }
    
    .event-position p {
        position: absolute;
        bottom: 25px;
        left: 25px;
        color: #fff;
        z-index: 0;
        font: var(--text-14);
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-right: 6rem;
        padding-left: 1rem;
        font-weight: bold;
    }
    
   .campus_life_panel2 .image:after {
        background-image: linear-gradient(0deg, #0000009c, transparent);
        content: "";
        width: 100%;
        height: 50%;
        position: absolute;
        bottom: 0;
    }

    .campus_life_pic figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right;
    }

   .event-position figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .5s ease;
    }

    .campus_life_pic figure, .event-position figure {
        width: 100%;
        height: 100%;
    }
    .event-position figure p img{width: auto;height: auto;object-fit: inherit;} 
    .wh-full {
        display: grid;
        grid-template-columns: repeat(1, 100%);
        height: 100%;
    }


    .home-research{background: #fff;padding: 20rem 30rem;position: relative;overflow: hidden;}

    .title-head h2 {
        font: var(--text-30);
        letter-spacing: -1.5px;
        color: #0F3752;
        font-weight: 700;
         font-family: var(--font-family-open);
    }
    
    .title-head h3 {
        margin: 0;
        font: var(--text-18);
        margin-bottom: 1rem;
         font-family: var(--font-family-open);
    }


    .research-panel1 ul {
        margin-top: 2rem;
    }
    
    .research-panel1 ul li a {
        color: #000;
        border-bottom: 1px solid #ddd;
        padding: 10px 0;
        display: inline-block;
        font: var(--text-12);
        font-weight: 600;
    }

    .link-head{margin: 3rem 0 0rem;display: inline-block;}

    .research-panel2 a {
        position: absolute;
        top: 6rem;
        right: 1rem;
    }
    
    .research-panel2 figcaption {
        padding: 2.6rem 5rem 2.6rem 3rem;
        position: relative;
    }
    
    .research-panel2 figcaption h4 {
        color: #ED1C24;
        font: var(--text-14);
        font-weight: bold;
        margin-bottom: 2rem;
        font-family: var(--family-dm);
    }
    
    .research-panel2 figcaption p {
        font: var(--text-12);
    }
    article.home-research .col-md-4 {
        padding-right: 20px;
    }

    /* .union5 {
        position: absolute;
        right: 0;
        z-index: 0;
        top: 0;
        width: 70rem;
    } */
    .union5 {
        position: absolute;
        right: 7rem;
        z-index: 0;
        top: -42rem;
        width: 100rem;
    }
    
    .research-panel2 {
        position: relative;
    }
    
    .union5 figure {
        width: 100%;
    }
    
    .union5 figure img {
        width: 100%;
    }

    .program-menu ul li a:after {
        content: "";
        width: 1px;
        height: 18px;
        background: #52b1b570;
        position: absolute;
        top: 3px;
        right: -27px;
    }
    .program-menu ul li:last-child a:after{display: none;}

    .research-panel1 ul li a:hover{color:#ED1C24;}
    .title-head p{font-family: var(--family-dm); padding:2.2rem 0 0rem;}
    .Campus-Placements-panel1 {
        padding: 9.3rem 0 0rem;
        position: relative;
        background: #0F3752;
        height: 100%;
    }

    .list-number ul {
        display: flex;
        gap: 4rem;
        margin-bottom: 0;
    }

    
    .numberlist {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    
    .numberlist h4 {
        font: var(--text-48);
        margin: 0;
        color:#fff;
        font-weight: lighter;
        letter-spacing: -2.4px;
    }
    
    .numberlist p {font-family: var(--family-dm);font-size: var(--text-12);color:#fff;}

    .Campus-Placements-panel1:before {
        content: "";
        width: 200%;
        height: 100%;
        background: #0F3752;
        position: absolute;
        left: -146rem;
        z-index: -1;
        top: 0;
    }
  
    
    .Campus-Placements-panel1 .title-head h3,
    .Campus-Placements-panel1 .title-head h2,.Campus-Placements-panel1 .title-head p {
        color: #fff;
    }

    .placement-logo {
        background: #00000069;
        margin-right: 0;
        position: relative;
    }

    .placement-logo  ul{display: flex;align-items: center;gap:50px;margin-right: 3rem;margin-left: -13rem;margin-bottom: 0;}
    .placement-logo  ul li img{max-width: 100%;width: 100%;}
    .placement-logo li figure {
        padding: 4.5rem 2rem;
    }

    .placement-logo:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: -100%;
        background: #00000069;
        z-index: -1;
        right: auto;
    }

    .list-number {
        padding: 5rem 0 3rem;
        position: absolute;
        bottom: 0;
        right: 3rem;
    }
    
    .placement-content .title-head p {
        font: var(--text-12);
    }

    .plcemenet-panel2 .owl-carousel .item img{width:auto; max-width: inherit;}
    .plcemenet-panel2 {
        background: #008EC7;
        padding: 5rem 0rem 5rem 6rem;
        position: relative;
        height: 100%;
    }
    
    .quote-icon {
        margin-bottom: 4rem;
    }
    
    .quote_text p {
        font: var(--text-16);
        color: #fff;
        font-weight: 300;
        padding-bottom: 0.5rem;
    }
    .quote_text h5{color:#fff;font: var(--text-12);font-weight:bold;}
    .quote_text h6{color:#fff;font: var(--text-12);font-weight: normal;}
    .quote_text {
        padding-bottom: 3rem;
    }
    article.home_campus_placement .col-md-8 {
        padding: 0;
    }
    article.home_campus_placement .col-md-4 {
        padding: 0;
    }

    .plcemenet-panel2 figure {
        width: 22rem;
    }
    
    .plcemenet-panel2 .owl-carousel .item figure img {
        width: 100%;
        max-width: 100%;
    }

    .plcemenet-panel2:after{
        content: "";
        width: 100vw;
        height: 100%;
        background: #008EC7;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: auto;
        }
        article.home_campus_placement {
            overflow: hidden;
            position: relative;
        }

        .bg-img {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 2;
            width: 53.2em;
            mix-blend-mode: soft-light;
        }
        
        .placement-content {
            position: relative;
            z-index: 3;
        }
         .placement-content h2,
          .placement-content p{
            width: 50%;
          }
        
        .bg-img:after {
            content: "";
            background: #0f375200;
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 9;
            top: 0;
        }

        .bg-img figure img{width:100%;}
        @media (min-width:2100px) {
        
            .bg-img {
                width:62.1vw;
            }
            
        }

        @media (min-width:2300px) {
        
            .bg-img {
                width:60.7vw;
            }
            
        }
       
        @media (min-width:2500px) {
        
            .bg-img {
                width: 60vw;
            }
       
            
        }
        @media (min-width:2800px) {
            .bg-img {
                width: 58.7vw;
            }
        
        
    }
   
    
    @media (min-width:3000px) {
        .bg-img {
            width: 56.9vw;
        }
     
        
    }

    @media (min-width:3500px) {  
   
        
    }
  
   
 .gd-sider2.owl-carousel .item img{max-width:inherit; width: auto;}
 article.gd-university {
    padding: 20rem 0 10rem;
}

.gd-block1 {
    /* background: #fff; */
    padding: 0 5rem 5rem;
}

.gd-panel1 {
    padding: 10rem 4rem 5rem;
}

.gd-panel1 .numberlist h4 {
    font-size: 75px;
    margin: 0;
    color: #005996;
}
.gd-panel1  .list-number ul {
    display: flex;
    gap: 0rem;
}
.gd-panel1  .numberlist p {
    color: #000;
    padding: 0;
}
.gd-panel1 .list-number ul li {
    position: relative;
    margin-right: 30px;
    padding-right: 44px;
}

.gd-panel1 .list-number ul li:after {
    content: "";
    width: 1px;
    height: 100px;
    position: absolute;
    background: #ddd;
    top: 0;
    right: 0;
}

.gd-panel1 .list-number ul li:last-child {
    padding-right: 0;
}
.gd-panel1 .list-number ul li:last-child:after{display: none;}
.numberlist h4 sup {
    font-size: 2rem;
    margin-top: 3rem;
    display: inline-block;
    vertical-align: top;
    font-family: var(--family-dm);
    font-weight:bold;
}

.gd-sider2.owl-carousel {
    text-align: center;
    margin-top: -25px;
    background: #ffffff;
    padding: 4.2rem 9rem 4rem;
    width: 104%;
}

.gd-sider2.owl-carousel .item img {
    margin: auto;
    /* filter: grayscale(1); */
}

.gd-sider2.owl-carousel figure{/* width: 79px; */height: 79px;margin: auto;display: flex;align-items: center;margin-bottom: 0px;}
.gd-sider2.owl-carousel figcaption p{font: var(--text-10);color:#000;margin-top: -10px;font-size: 10px;}
.gd-panel2 {
    margin-top: -6rem;
}
.gd-panel1 .title-head h3 {
    margin-bottom: 3rem;
}

.gd-block1 .title-head h2 {
    margin-bottom: 2rem;
}

.gd-panel1 .list-number {
    padding-top: 7rem;
    padding-bottom: 0;
}

.gd-panel2 .owl-dots {
    position: absolute;
    top: 15px;
    right: 15px;
}

.gd-panel2 .owl-dots {
    margin: 0 1rem;
}

.gd-panel2 button.owl-dot.active span {background: #fff;}
.gd-panel2 button.owl-dot span {
    width: 10px;
    height: 10px;
    background: #ffffff93;
    display: inline-block;
    border-radius: 50%;
}

.gd-panel2 button.owl-dot {
    margin: 0 0.5rem;
}

.gd-panel3 .owl-carousel .owl-nav {
    margin-top: 0;
    display: flex;
    position: absolute;
    top: 42%;
    justify-content: space-between;
    width: 100%;
    padding: 0 4rem;
    left: 0;
}
.gd-panel3 .owl-carousel .owl-nav button:is(.owl-prev, .owl-next) {
    width: 3.5rem;
    height: 3.5rem;
    background-image: url(./../images/gd-goenka-img/circle-arrow1.svg);

}
.gd-panel3 .item:after{
    content: "";
    width: 1px;
    height: 100px;
    position: absolute;
    /* background: #0000001a; */
    top: 20px;
    right: 0;
    }


    ul.nav_list {
        display: inline-flex;
        gap: 45px;
        border-bottom: 1px solid #52b1b54f;
        padding: 3px 0 15px;
    }

    ul.nav_list li a {
        color:#000;
        font: var(--text-12);
        font-weight:500;
    }
    ul.nav_list li.active a{color:var(--color-prime); font-weight: bold;}
    ul.nav_list li a{position: relative;}
    
    ul.nav_list li a:after{
        content: "";
        width: 1px;
        height: 15px;
        position: absolute;
        background: #52b1b582;
        top: 5px;
        right: -20px;
        }

        ul.nav_list li:last-child a:after{display: none;}
        .row.top_nav_head {
            padding: 3rem 9rem;
        }
        article.Happenings_University .container-fluid {
            padding: 0;
        }

        article.Happenings_University figure {
            height: 100%;
        }
        
        article.Happenings_University figure img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
        
        article.Happenings_University {
            padding-bottom: 20rem;
            position: relative;
            margin-top: 0rem;
        }
        
        article.Happenings_University figcaption {
            padding: 3rem 5rem 3rem 0rem;
            position: relative;
            margin: 0 3rem;
        }
        article.Happenings_University   figcaption h4 {color: var( --color-prime);font: var(--text-12);font-weight:bold;margin-bottom: 2.5rem;}
        article.Happenings_University   figcaption p {color:#000;font: var(--text-14);font-weight:500;}
        article.Happenings_University a.link-head {
            position: absolute;
            right: 25px;
            top: 40px;
        }

        .gd-socialwall{background:#fff;padding:10rem 0;}
        .gd-socialwall h2{color: #234B70; font-size:24px;font-family: var(--family-archivo);margin-bottom:3rem;}

        .social-panel figure:after {
            background-image: linear-gradient(0deg, #0000009c, transparent);
            content: "";
            width: 100%;
            height: 50%;
            position: absolute;
            bottom: 0;left:0px;
        }
        .social-panel figure{position: relative;}
        .social-panel p{font: var(--text-18);color:#fff;font-weight: 600; padding-right: 2rem;}
        .date{background:#AB3438;padding:5px 15px;color:#fff;font-size: 14px;display: inline-block;margin-bottom: 1rem;font-family: var(--family-archivo);font-weight: 300;}
        .social-panel {
            position: relative;
        }
        
        .social-panel figcaption {
           position: absolute;
    bottom: 1rem;
    padding: 1rem 3rem 0rem 3rem;
    display: flex
;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    min-height: 9rem;
        }
        .socail_icon img {
            width: 10px;
        }
        .socail_icon {
            width: 32px;
            height: 32px;
            background: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            right: 30px;
            bottom: 55px;
        }

        
        .img_box_panel {
            height: 100%;
            border-right: 1px solid #fff;
            position: relative;
        }
    
        .event-position {
            height: 100%;overflow:hidden;
        }
          
          
          .image-wrapper {
            visibility: hidden;
            position: relative;
            width: 100%;
            height: 100%;
            max-width:100%;
            overflow: hidden;
          }

          .campus_life_panel2 {
            overflow: hidden;
        }


   
 



        .cf-1 ul li:before {
            content: "";
            position: absolute;
            top: 100%;
            width: 100%;left:0;
            height: 100%;
            background: #ED1C24;
            transition: .6s;
            z-index: -1;
        }
        
        .cf-1 ul li:hover:before  {
            top: 0;
        }
        .cf-1 ul li{overflow:hidden;position:relative;cursor: pointer;}

        .union6 {
            position: absolute;
            left: -28rem;
            top: -14rem;
            z-index: -1;
            mix-blend-mode: color-dodge;
            opacity: .5;
        }
        article.Happenings_University .container {
            position: relative;
        }

        .home-banner {
            position: relative;
            /* Other styles */
          }
          
          .text-content {
            position: relative;
            /* Other styles */
          }
          
          .inner-text {
            position: absolute; /* Ensure this positioning if needed */
            bottom: 0; /* Adjust based on your layout */
            /* Other styles, such as visibility and background */
          }
          
          .cf-1 ul li p {transition: .5s ease;}
          .cf-1 ul li:hover p {
            transform: translate(10px, 0px);
            transition: .5s ease;
        }
   
        .apply-btn {
            margin-left: 2rem;
        }

        .gd_grop_logo {
            position: relative;
            z-index: 2;
        }

        .list-number ul li{position: relative;padding-right: 35px;}
        .list-number ul li:after{content: "";position: absolute;right:0px;top: 5px;background: #ffffff40;width:1px;height: 100%;margin: auto;}
        .list-number ul li:last-child:after{display: none;}

        .gd_grop_logo figure.img-hover {
            position: relative;
        }
        
        .gd_grop_logo figure.img-hover:after {
            content: "";
            width: 100%;
            height: 50%;
            position: absolute;
            bottom: 0;
            left: 0;
            background: transparent linear-gradient(0deg, #0000009e 0%, #00000000 100%) 0% 0% no-repeat padding-box;
        }

        .logo-text b{}
        .logo-text h5{font: var(--text-10);}
        .logo-text h5 em b{font: var(--text-10);font-weight: bold;}
        .logo-text h3 {
            letter-spacing: -0.58px;
            color: #ED1C24;
            font: var(--text-16);
            text-transform: uppercase;
            margin-bottom: 0;
            font-weight: 900;
        }

        .gd-sider2.owl-carousel figure.logo-space{margin-top:-2rem;margin-bottom: 0;}

        article.home_campus_placement  .list-number{padding: 15rem 0 5.9rem;position: static;}

        .owl-carousel .owl-item figure.img-logo1 img {
            width: 34%;
        }

        .owl-carousel .owl-item figure.img-logo2 img {
            width: 50%; margin-top:3rem;
        }

        .icon1 {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            width: 100%;
            height: 100%;
            align-items: center;
            justify-content: center;
        }


        .home-banner .text-content .line {
            /* position: relative; */
            display: inline-block;
            width: 5px;
            height: 0;
            background-color: var(--color-prime);
            left:50%;
            translate: -50% 0;
            top: 100%; z-index:99;
            position: absolute;
        }

        .union4 {
            position: absolute;
            top: -19rem;
            left: -8rem;
            opacity: .9;
            transition: .2s ease;
        }
        
        .union4 figure {
            width: 88rem;
        }
        
        .union4 figure img {
            width: 65rem;
        }
        header.header-sticky .union4 {
            opacity: 0;
            visibility: hidden;
        }
        /* .union4[data-aos^=fade].aos-animate{
        } */
        header.header-sticky .union4[data-aos^=fade].aos-animate {
            opacity: 0;;
            transform: inherit;
            transition-duration:.3s;
            transition-delay:.35s
        }

        .box_menu ul li a {
            color: #fff;
            border-bottom: 1px solid #dddddd63;
            padding: 8px 0;
            display: inline-block;
            font-size: 16px;
            font-family: var(--family-dm);
        }


        .box_menu p.box_text {
            position: absolute;
            bottom: 25px;
            left: 25px;
            color: #fff;
            z-index: 2;
            font-weight: bold;
            font-size: 16px;
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding-right: 6rem;
            padding-left: 1rem;
            font-family: var(--family-dm);
        }



 @media (min-width:3000px) {
    .container-fluid.maxwidth {
        position: relative;
        max-width: 100%;
    }
    .union4 {
        position: absolute;
        top: -20rem;
        left: -22rem;
        opacity: .9;
        transition: .2s ease;
    }
 }

figcaption.logo-text {margin-top: -1.2rem;margin-bottom: 0;}
span.home-bnr-subhead1 figure {width: 40rem;}
span.home-bnr-subhead1 figure img {width: 40rem;}
p.dis_space em {margin-right: 6rem; position: relative; z-index:999; cursor: pointer;}
p.dis_space {margin-top: 3rem;}
.dis_space.dis_space2{margin-top:7rem;}

.col-md-8 .box-hover-img:before {
    background: #008ec78f;}
    .col-md-8 .col-md-4 .box-hover-img:before {
        background: #52b1b591;}



        /*FIXD STICKY*/


        .fixed-links {
            position: fixed;
            top: 55%;
            right: 2rem;
            z-index: 1;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            transform: translate(0, -76%);
            background: #00000036 0% 0% no-repeat padding-box;
            box-shadow: 0px 3px 6px #00000029;
            border-radius: 30px;
        }
        
        .fixed-links ul {
            margin: 0;
            padding: 1rem .5rem;
        }
        
        .fixed-links ul li {
            margin-bottom: 1.8rem;
            padding: 0;
            padding-right: 0;
            width:auto;
            position: relative;
            transition: transform .5s ease-in-out;
            opacity: 100%;
            margin-bottom: 5px;
            text-align: right;
        }
        .fixed-links ul li span{transform: translate(-3rem);position: absolute;top: 1.4rem;left: 0;z-index: -2;color: #fff;font-size: 14px;font-family: var(--family-dm);letter-spacing: 0.9px;opacity: 0;transition: transform .2s ease-in-out;}
        .fixed-links ul li:hover span {
            transform: translate(-5.5rem);
            width: auto;
            opacity:1;
            transition: transform .2s ease-in-out;
        }
        
      
        
        .fixed-links ul li p {
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0;
            width: 50px;
            height: 50px;
        }
        .fixed-links ul li p {
            opacity: 60%;
            transition: transform .5s ease-in-out;
        }
        
        .fixed-links ul li:hover p {
            opacity: 1;   transition: transform .5s ease-in-out;
        }
        .fixed-links ul li.icon_phone span {
            left: -4.5rem;
        }
        .fixed-links ul li:last-child span {
            left: -3.5rem;
        }
.sticky-color .fixed-links ul li span{color:#000;}
body.sticky-color.highlight-section .fixed-links ul li span{color:#fff;}

.program-menu ul li a:hover {
    color: #008EC7;
}

.social-panel{
    position:relative;
}
.social-panel a{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}