/* body */
html {
    scroll-behavior: smooth;
  }

.ibm-plex-sans-thin {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .ibm-plex-sans-extralight {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .ibm-plex-sans-light {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .ibm-plex-sans-regular {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .ibm-plex-sans-medium {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .ibm-plex-sans-semibold {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .ibm-plex-sans-bold {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .ibm-plex-sans-thin-italic {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .ibm-plex-sans-extralight-italic {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .ibm-plex-sans-light-italic {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .ibm-plex-sans-regular-italic {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .ibm-plex-sans-medium-italic {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .ibm-plex-sans-semibold-italic {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .ibm-plex-sans-bold-italic {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  img{
    pointer-events: none;
  }
  
.w100{
    width: 100% !important;
}
.mt-35{
    margin-top: 35px;
}
.mb-1{
    margin-bottom: 1rem !important;
}
.p0{
    padding: 0;
}
.p1{
    padding: 1rem;
}
.p2{
    padding: 2rem;
}
.p3{
    padding: 3rem;
}
.pt5{
    padding-top: 5rem;
}
.pt10{
    padding-top: 10rem;
}
.pb-1{
    padding-bottom: 1rem !important;
}
.mw-25{
    max-width: 250px !important;
}
.fw-500{
    font-weight: 500 !important;
}
.text-black{
    color: rgba(0, 0, 0, 0.808);
}
  /* General styling */
body {
    font-family: "IBM Plex Sans", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f4f3db !important;
}

/* buttons */
.hbr-btn{
    border: 1px solid #6abdcb;
    padding: 20px 45px;
    background-color: #6abdcb;
    color: #0c4451;
    text-decoration: none;
    border-radius: 7px;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    margin-top: 30px;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 420px;
    margin: auto;
}
.hbr-btn:hover{
    background-color: #0c4451;
    border-color: #0c4451;
    opacity: 0.8;
    color:#00bfff;
    transition: all .3s ease;
-webkit-transition: all .3s ease;
}
.hbr-custom{
    z-index: 0;
    position: absolute;
    margin-top: -8rem;
    margin-left: 3rem;
}

.btn2{
    text-decoration: none;
    border: 1px solid #0c4451;
    padding: 15px 25px;
    border-radius: 8px;
    background-color: #0c4451;
    color: white;
    font-weight: 500;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.btn2:hover{
    border: 1px solid #6abdcb;
    background-color: #6abdcb;
}

.btn4{
    border: 1px solid #0c4451;
    padding: 1.2rem 6rem;
    position: relative;
    background-color: #0c4451;
    text-decoration: none;
    color: #6abdcb;
    font-size: 19px;
    font-weight: 400;
    border-radius: 8px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;

}
.btn4:hover{
    background-color: white;
    border-color:white;
    color: #6abdcb;
}

.btn5{
    text-decoration: none;
    border: 1px solid #0c4451;
    padding: 18px 32px;
    border-radius: 8px;
    background-color: #0c4451;
    color: white;
    font-weight: 400;
    font-size: 18px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.btn5:hover{
    background-color: black;
    border-color:black;
    color: white;
}

.btn6{
    border: 1px solid #6abdcb;
    padding: 17px 30px;
    background-color: #6abdcb;
    color: #000000;
    text-decoration: none;
    border-radius: 7px;
    font-size: 17px;
    font-weight: 400;
    display: flex;
    margin-top: 30px;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: fit-content;
    margin: auto;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.btn6:hover{
    border: 1px solid #6abdcbb3;
    background-color: #6abdcbb3;
}

.aply-btn1{
    text-decoration: none;
    border: 1px solid #6abdcb;
    background-color: #6abdcb;
    padding: 1rem 2rem;
    border-radius: 10px;
    color: black;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    font-weight: 400;
    margin-top: 1rem;
}
.aply-btn1:hover{
    background-color: #6abdcbc7;
    border-color: #6abdcbc7;
}
.aply-btn-custom{
    font-size: 19px;
    font-weight: 400;
}
/* buttons */

.home-video{
    /* position: absolute;
    top: 0;
    z-index: -100;
    width: 100%;
    overflow: hidden; */
    position: relative;
    top: 0;
    z-index: -100;
    width: 100%;
    height: 512px;
    overflow: hidden;
}

.panel{
    pointer-events: auto !important;
    z-index: 1000;
}

  .logo{
    width: 160px;
  }
  .logo img{
    width: 100%;
    pointer-events: none;
  }

/* header {

    max-height: 480px;
    overflow: hidden;
} */

header{
    max-height: 480px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.site-container{
    /* margin-top: 20rem; */
}

.site-navbar{
    /* position: absolute; */
    z-index: 1000;
    background-color: #ffffff00;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 1px;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 15px;
    padding-top: 2rem;
}

.main-nav{
    border: 2px solid white;
    border-radius: 8px;
    padding: 10px;
}
.main-nav .active{
    border-bottom: 1px solid white;
}

.mobile-nav{
 display: none;   
}

.nav-toggle{
    display: none;
    
}

section{
    padding: 2rem;
}
.bg2{
    background-color: #fcfcf5 !important;
    /* background-color: #f4f3db !important; */
}
.bg-light{
    background-color: #fefefa !important;
}

.bg-white{
    background-color: white !important;
}
.bg3{
    /* background-color: #f4f4dd !important; */
    background: linear-gradient(#f4f4dd, white);
}
.bg-brown{
    background-color: #f2f1d5 !important;
}

.main-nav ul {
    display: flex;
    list-style-type: none;
    margin-left: -50px;
    align-items: center;
    margin-bottom: 0;
}

.main-nav ul li {
    margin-left: 20px;
}

.main-nav ul li a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 1rem; */

}
.hero-text{
    border: 1px solid #6abdcb;
    background-color: #6abdcb;
    position: absolute;
    display: flex;
    border-radius: 15px;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    z-index: 1;
    flex-wrap: wrap;
    max-width: 60%;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}
.hero-text h2 {
    font-size: 40px;
    margin: 0;
    font-weight: 400;
    color: #0c4451;
}
.hero-text p{
    font-size: 18px;
    margin-top: 15px;
    font-weight: 500;
}
.scrollstart{
    /* width: 200%; */
display: flex;
/* justify-content: space-between; */
flex-wrap: nowrap;
overflow-x: hidden;
}
.scrollstart::-webkit-scrollbar{
    display: none;
}
/* home about sec */

.home-hero{
    padding: 3rem 7rem;
    z-index: 0;
   
}
.home-hero h2{
    color: #000000cf;
}




.about-sec{
    border-right: 1px solid #6abdcb;
}

.about-sec h3{
    font-size: 44px;
    font-weight: 300;
    color: #000000ad;
    padding-bottom: 1rem;
}
.about-sec p{
  font-size: 16px;
 font-weight: 500;
    color: #000000d4;
    transform: scale(1,1.03);
}

.home-sec-two{
     /* max-height: 320px; */
     overflow: hidden;
     padding-top: 8rem;
     background: linear-gradient(#f3f3da, #fefefa);
     
}
.home-about-banner{
    width: 100%;
    overflow: hidden;
    height: 313px; 
}
.home-about-banner img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: bottom;
}


/* home about sec */

/* home program sec */
.lg-text{
    font-size: 70px;
    font-weight: 100;
    color: #0c4451;
    font-family: "IBM Plex Serif", serif;
    margin-bottom: 4rem;
}
.home-sec-programs{
    background-color: #f4f3db;
    border-top: 1px solid #6abdcb;
    /* margin-top: 30px; */
}

.program-box {
    border: 1px solid #6abdcb;
    padding: 20px;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer; 
    height: 100%;  
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 300px;
}

.program-box img{
    width: 100%;
    min-height: 180px;
    max-height: 180px;
 }

    .program-box h3{
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: 300;
        color: #000000a6;
    }
    .program-box h5{
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 20px;
        color: black;
    }
    .program-box p{
        font-size: 15px;
        font-weight: 500;
        color: black;
    }
.program-box a{
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color:#0c4451;
}
.program-box a:hover .har-anim-icon::before {
    content: '>';
    transition: all 0.6s ease;
    margin-top: -20px;
}

/* .program-box a span{
    display: inline-block;
    height: 20px;
    width: 2px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    background-color: #6abdcb;
    margin-left: 10px;
    vertical-align: middle;
} */
.pr-footer{
    min-height: 35rem;
}
/* .program-box a:hover span::after{
    content: '';
    display: inline-block;
    border-bottom: 3px solid #00bfff;
    border-right: 3px solid #00bfff;
    height: 10px;
    width: 10px;
    transform: rotate(-45deg);
}    */

/* home program sec */
.flex-end{
    display: flex;
    justify-content: flex-end;
}
/* home reserch sec */
.home-sec-reserch{
    background-color: #6abdcb;
    padding: 4rem;
}
.home-sec-reserch.active {
    transform: translateX(0);
  }

.home-sec-reserch h3{
    color: #0000009e;
    font-size: 28px;
    margin-bottom: 2rem;
}
.home-sec-reserch p{
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 5rem;
}
.home-sec-reserch .img-container{
    width: 550px;
    height: 550px;
    overflow: hidden;
    border-radius: 39rem;
}
.home-sec-reserch img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.black-button{
    text-decoration: none;
    border: 1px solid black;
    padding: 15px 30px;
    border-radius: 7px;
    background-color: black;
    color: #6abdcb;
    font-size: 19px;
}
/* home reserch sec */

/* home learn sec */
.home-sec-learn{
    /* padding-top: 5rem; */
    border-bottom: 1px solid #6abdcb;
}
.home-sec-learn h2{
    font-size: 70px;
    font-weight: 200;
    padding-top: 2rem;
}
.home-sec-learn h2 span{
    color: #6abdcb;
}
.home-sec-learn p{
    font-size: 18px;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 4rem;
    color: #000000d1;
        width: 70%;
    /* transform: scale(1,1.1); */
}


.home-sec-learn .avatar1{
    width: 250px;
    height: 250px;
    border-radius: 11rem;
    overflow: hidden;
    position: absolute;
    margin-top: 9rem;
    margin-left: -8rem;
}
.home-sec-learn .avatar1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-sec-learn .img-container{
    height: 35rem;
    overflow: hidden;
}
.home-sec-learn .img-container img{
    height: 103%;
    object-fit: cover;
}
/* home learn sec */


/* home-sec-global */
.home-sec-global{
    padding-bottom: 5rem; 
    position: relative;
    z-index: 1;
    background: linear-gradient(#fefef9, #f3f2d8);
}
.home-sec-global .tc{
    text-align: center;
    padding-bottom: 1rem;
}
.home-sec-global .tc h3{
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color: #0c4451;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.home-sec-global .tc p{
    font-size: 19px;
    font-weight: 500;
    color: #000000b8;
}

.home-sec-global .partners-slider .item{
    width: 100px;
    overflow: hidden;
    text-align: center;
    margin-right: 1rem;
    margin-left: 1rem;
    vertical-align: middle;
}
.home-sec-global .partners-slider .item img{
width: 100%;
}

/* home-sec-global */

/* footer sec */
.footer-section{
    background-image: url('../images/footer-secbanner.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 35rem;
    margin-bottom: 1rem;
    position: relative;
}
.home-footer{
    min-height: 32rem;
}

.footer-top{
    content: '';
    width: 100%;
    height: 13rem;
    background-color: #0c4451;
    position: absolute;
    text-align: center;
}
.footer-top span{
    content: '';
    width: 40px;
    height: 40px;
    border: 1px solid #f3f2d8;
    background-color: #f3f2d8;
    position: absolute;
    margin-top: -24px;
    transform: rotate(45deg);
}
.footer-section .content{
    color: #fff;
    text-align: center;
    z-index: 1;
    position: relative;
    padding-top: 68px;
}
.footer-section .content p{
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 1rem;
}
.footer-section .content h2{
    font-size: 67px;
    font-weight: 200;
    padding-bottom: 3rem;
}
.footer-section .content h2 span{
    color: #6abdcb;
}
.footer-section .overlay{
    width: 100%;
    height: 100%;
    background-color: #00000042;
    position: absolute;
}

.footer-info p{
    font-size: 25px;
    letter-spacing: 3px;
    font-weight: 400;
    margin-bottom: 5px;
}
.footer-info-info-link{
    font-size: 45px;
    color: black;
    font-weight: 200;
    text-decoration: none;
    border-bottom: 1px solid;
    font-style: italic;
}
.footer-info .social{
    margin-top: 7rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.footer-info .social h5{
    font-size: 18px;
    font-weight: 500;
}
.footer-info .social .social-link{
    color: black;
    font-size: 17px;
    font-weight: 400;
    margin-right: 10px;
    text-shadow: 1px 0px 0px #00000070;
}
/* footer sec */

.scroll-top-button{
    display: none;
    position: fixed;
    bottom: 5rem;
    right: 20px;
    z-index: 10000;
    font-size: 25px;
    background-color: #0c4451;
    color: #6abdcb;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 34px;
    transition: background-color 0.3s;
    transition: background-color 0.3s, transform 0.3s ease-in-out;
}
#scrollTopBtn:hover {
    transform: translateY(-10px); /* Move the button up by 5px */
  }

#section4 {
    transition: transform 1s ease-out, opacity 1s ease-out;
    transform: translateX(100%); /* Start off the page to the right */
    opacity: 0;
}

.sticky {
    position: sticky;
    top: 0;
    overflow: hidden;
    z-index: 10000;
}

.visible {
    transform: translateX(0); /* Slide in */
    opacity: 1;
}

.hidden {
    transform: translateX(100%); /* Offscreen */
    opacity: 0;
}

/* home page end */


.bgsec{
    /* position: absolute;
    top: 0;
    z-index: -100;
    width: 100%;
    height: 100%;
    overflow: hidden; */
    position: relative;
    top: 0;
    z-index: -100;
    width: 100%;
    height: 517px;
    overflow: hidden;
}
.bgsec img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
}
.experience-navban{
    object-position: bottom;
}

.bgsec .bgoverlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000045;
}

.about-page-sec{
    padding: 2rem;
    padding-top: 11rem;
}

.about-sec-first{
    padding: 10rem 2rem 2rem 2rem;
}

.about-sec-banner{
    width: 100%;
    overflow: hidden;
    height: 409px;    
}
.about-sec-banner img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: bottom;  
}

 .professor-box{
    border: 1px solid #6abdcb;
    padding: 20px;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer; 
    height: 100%;  
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}
.professor-box:hover{
    border: 1px solid black;
}

.professor-box img{
    width: 100%;
    max-height: 261px;
 }

    .professor-box h3{
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: 300;
        color: #000000a6;
    }
    .professor-box h5{
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 20px;
        font-style: italic;
    }
    .professor-box p{
        font-size: 15px;
        font-weight: 500;
    }
.professor-box a{
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color:#0c4451;
}

.har-anim-icon {
    font-size: 20px;
    transition: all 0.3s ease;
    color: #00bfff;
    display: inline-block;
    vertical-align:middle;
    position: relative;
    margin-top: -3px;
    transition: all 0.6s ease;
}
.professor-box a:hover .har-anim-icon::before {
    content: '>';
    transition: all 0.6s ease;
}
.har-anim-icon:hover::before {
    content: '>';
}

.har-anim-icon::before {
    content: '|';
}

.about-hero{
    max-width: 56%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-sec-reserch{
    background-color: #6abdcb;
}

.faculity-box{
    border: 1px solid white;
    padding: 20px;
    border-radius: 25px;
    cursor: pointer;
    background-color: white;
    min-height: 500px;
    max-height: 500px;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.faculity-box:hover{
    border-color: black;
}
.faculity-box h3{
    font-size: 25px;
    font-weight: 300;
    padding-bottom: 11px;
}
.faculity-box p{
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 14px;
}
.faculity-box a{
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color:#0c4451;
}
.faculity-box a:hover .har-anim-icon::before {
    content: '>';
    transition: all 0.6s ease;
}

.faculity-box .imgcontainer{
    width: 100%;
    height: 260px;
    margin-bottom: 20px;
}
.faculity-box .imgcontainer img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: top;
}

.about-footer-span{
    background-color: #6abdcb !important;
    border-color: #6abdcb !important;
}

#scrollSec{
    top: 0;
    /* position: sticky; */
    display: flex;
    overflow-y: scroll;
    overflow-x: scroll;
    justify-content: space-between;
    position: sticky;
    transform-origin: right top;
    /* transform: rotate(-90deg) translateY(-100px); */
    
}


#scrollSec .firstContent{
    padding: 30px;
    /* width: 100vw; */
    position: absolute;

}

#scrollSec .home-sec-reserch {
    width: 100vw;
    position: relative;
    right: -110%;
}



/* program page */
.prg-sec-two{
        /* max-height: 320px; */
        overflow: hidden;
        padding-top: 6rem;
        padding-bottom: 2px;
}
.prg-sec-two .pr-about-sec{
    border-right: 1px solid #6abdcb;
}

.hero-text a{
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid white;
    margin-top: 13px;
}

.program-ab-banner{
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.program-ab-banner img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.pr-about-sec h3{
    font-size: 47px;
    font-weight: 200;
    margin-top: 4rem;
    color: black;
}

.pr-sec-section{
    /* background-image: url('assets/images/banners/program-sec-banner.jpeg'); */
    min-height: 30rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* .pr-sec-section .overlay{

} */
.pr-sec-section h2{
    color: white;
    text-align: center;
    margin-top: 9rem;
    font-size: 60px;
    font-weight: 200;
}

.pr-two-sec{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #0c4451;
    justify-content: space-around;
    margin-top: -110px;
}
.pr-two-sec .sec{
    border-bottom-left-radius: 8rem;
    border-bottom-right-radius: 8rem;
    background-color: #6abdcb;
    width: 50%;
    padding: 4rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* min-height: 35rem; */
    padding-top: 14rem;
    padding-bottom: 14rem;
    border-right: 1px solid #ffffff82;
    justify-content: space-around;
}
.pr-two-sec .sec:nth-child(1) {
    border-right: 1px solid #ffffffbf;
}



.pr-two-sec .sec .pr-imgcontainer{
    width: 220px;
    position: absolute;
    height: 38rem;
}
.pr-two-sec .sec .pr-imgcontainer img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4rem;
    object-position: -345px;
}

.pr-two-sec .sec:nth-child(2) .pr-imgcontainer img{
    object-position: -425px;
}

.pr-two-sec .sec .pr-imgcontainer .overlay{
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: #6abdcbbd;
    border-radius: 4rem;
}
.pr-two-sec .sec .pr-contentarea{
    z-index: 1;
    padding: 0rem 4rem;
    min-height: 521px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.pr-two-sec .sec .pr-contentarea h3{
    color: white;
    font-size: 70px;
    font-weight: 400;
    margin-top: 3rem;
}

.program-ban2{
    z-index: 1000;
    position: relative;
    width: 100%;
}

.program-ban2 img{
    width: 100%;
}
.program-ban2 h2{
    position: absolute;
    width: 100%;
    margin-top: -17rem;
    color: white;
    text-align: center;
    font-size: 70px;
    font-weight: 200;
}

/* accordion */
.program-acc{
    border-bottom: 1px solid;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.program-acc .accordion {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 24px;
    border: none;
    outline: none;
    background: none;
    width: 100%;
    padding: 10px;
    font-weight: 500;
    text-align: left;
    color: #000000c7;
    /* border-bottom: 2px solid black; */
  }

  .program-acc .accordion .arrow {
    margin-left: auto;
    transition: transform 0.3s;
    color: white;
    font-weight: 800;
    font-size: 23px;
    margin-left: 12px;
  }

  .custom-chev{
    border-color: white;
    border-style: solid;
    border-top: none;
    border-left: none;
    box-sizing: border-box;
    transform: translatey(-25%) rotate(45deg);
    width: 25px;
    height: 25px;
    content: "";
    display: block;
  }

  .program-acc .accordion.active .arrow {
    transform: rotate(180deg);
  }

  .program-acc .panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    text-align: left;
    margin-top: 1rem;
  }
  .program-acc .panel p{
    font-size: 19px;
    font-weight: 500;
    line-height: 2rem;
  }

  .program-acc .accordion.active + .panel {
    max-height: 60rem;
  }

/* accordion */

/* program page */

.firstContent{
    width: 95vw;
}

.firstContent .program{
    display: flex;
    flex-wrap: wrap;
}

.home-sec-reserch .reserchs{
    display: flex;
    width: 90vw;
}

.mobscrollsec{
    display: none;
}

#resize-image {
    width: 100%; /* Initial width */
    max-width: 500px;
    transition: width 0.3s ease; /* Smooth transition */
}

/* about faculty */
.facultymodalbox {
    padding: 2rem 3rem;
}

.facultymodalbox h2{
    font-size: 100px;
    font-weight: 200;
    color: #6abdcb;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.facultymodalbox p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color:#000000d9;
}

.facultyboxhar{
    width: 200px;
}

.facultyimgcont{
    width: 200px;
    height: 200px;
    margin-right: 1rem;
}
.facultyimgcont img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 10rem;
}
.facultyboxclose{
    float: right;
    font-size: 25px;
    color: #6abdcb;
    cursor: pointer;
}

#facultyInfoModal .modal-dialog{
    min-width:950px;
}
#facultyInfoModal .modal-content{
    border-radius: 20px;
}
/* about faculty */


/* experience page */
.slideshow-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
  }

  .slideshow-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    clip-path: inset(0 50% 0 50%);
    transition: clip-path 2s ease;
  }

  .slideshow-container img.active {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }

  .exp-sec-two{
    padding: 0;
    position: relative;
    border-bottom: 1px solid #6abdcb;
    border-right: 1px solid #6abdcb;
    overflow: hidden;
  }
  .exp-sec-two .side1{
    padding: 2rem;
    background-color: white;
    height: 100vh;
  }

  .exp-sec-two .side2{
    margin-top: 17rem;
    padding: 2rem;
  }

  .exp-sec-two .side2 h2{
    font-size: 45px;
    font-weight: 300;
    padding-bottom: 1rem;
  }

  .exp-sec-two .side2 p{
    font-size: 20px;
    font-weight: 400;
    /* padding-top: 1rem; */
  }
  .exp-third-sec{
    padding-bottom: 4rem;
    background: #f2f1d5;
  }
  .exp-third-sec h1{
    font-size: 70px;
    font-weight: 200;
    color: #6abdcb;
    margin-top: 1rem;
    width: 50%;
    letter-spacing: 1px;
  }

  .exp-third-sec .experienceAccordion{
    margin-top: 2rem; 
  }

  /* accordion */
  .accordion-button::after {
    background-image: url("plus-acc.svg");
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E"); */
 
    transition: all 0.5s;
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url("minus-acc.svg");
    margin-top: -13px;
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E"); */
  }

.experienceAccordion .accordion-item{
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
}
.experienceAccordion .accordion-item:nth-child(1){
    border-top: 1px solid black;
}

.experienceAccordion .accordion-button{
    background-color: #fefefa;
    border: none;
    font-size: 25px;
    padding: 1rem 0rem;
}
.experienceAccordion .accordion-button span{
    margin-left: 16px;
    font-weight: 300;
}
.experienceAccordion .accordion-button img{
    max-width: 25px;
}
.experienceAccordion .accordion-body{
    background-color: #fefefa;
}

.experienceAccordion .accordion-body p{
    font-weight: 500;
    font-size: 19px;
    max-width: 80%;
    color: #000000bd;
}

.experienceAccordion .accordion-button:not(.collapsed){
    border-color: #fefefa;
}

.experienceAccordion .accordion-button:focus{
    box-shadow: none;
}
  /* accordion */
 
.exp-sec-four{
    text-align: center;
    max-height: 360px;
    background-image: url('../images/experience/image-banner.jpeg');
    background-size: cover;
    background-position: center;
}
.exp-sec-four .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #6abdcbc7;
}
.exp-sec-four .content {
    padding: 7rem;
    position: relative;
}
.exp-sec-four .content h2{
    font-size: 66px;
    font-weight: 200;
    color: white;
    margin-bottom: 3rem;
}

.exp-sec-five{
    position: relative;
    background-color: #6abdcb;
    padding: 6rem 3rem 8rem;
    border-bottom-left-radius: 7rem;
    border-bottom-right-radius: 7rem;
    z-index: 4;
}

.exp-sec-five .img-cont{
    width: 100%;
    height: 750px;
    overflow: hidden;
}
.exp-sec-five .img-cont img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 4rem;
}
.exp-sec-five .content-side {
    margin-left: 5rem;
    margin-right: 3rem;
}
.exp-sec-five .content-side h2{
    font-size: 100px;
    font-weight: 200;
    width: 90%;
}
.exp-sec-five .content-side h2 span{
 color: white;
}
.exp-sec-five .content-side ul{
    list-style: none;
    padding-bottom: 0.7rem;
    padding-left: 0;
}
.exp-sec-five .content-side ul li p{
    font-size: 18px;
    font-weight: 500;
    
}
.exp-sec-five .content-side ul li{
    display: flex;
    align-items: baseline;
}
.exp-sec-five .content-side ul li::before{
    content: url('right-arrow-round.svg');
    padding-top: 8px;
    padding-right: 20px;
}

.exp-sec-six{
    background-color: #0c4451;
    text-align: center;
    padding: 5rem 3rem 1rem;
    position: relative;
    z-index: 1;
    margin-top: -7rem;
}
.exp-sec-six .content{
    text-align: center;
    transition: transform 0.2s ease-out;
    padding: 7rem 2rem 4rem;
    /* Initial scale */
  
}

.exp-sec-six .content p{
    font-size: 25px;
    color: white;
    font-weight: 500;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.exp-sec-six .content p span{
    color: #6abdcb;
}



.exp-extra-tbr{
    border-top: 1px solid #6abdcb;
    min-height: 37rem;
}


#zoom-section {
    display: flex;
    justify-content: center;
    align-items: center;

 
    overflow: hidden;
}

.zoom-content {
    transform: scale(0.5);
    transition: transform 0.1s ease;
}

/* experience page */


/* publication Page */

.pub-sec-one  .side2{
    margin-top: 10rem ;
}
.pub-sec-one .side2 h2{
    color: #000000c2 ;
}
.pub-sec-one .side2 p{
    font-size: 19px ;
    font-weight: 500 ;
    color: #000000c7 ;
}

.pub-sec-two{
    text-align: center;
    padding: 5rem;
    background-color: white;
}
.pub-sec-two h2{
    font-size: 45px;
    font-weight: 200;
    color: #0c4451;
}

.pub-sec-three{
    overflow: hidden;
}

.pub-sec-three .content{
    padding: 4rem 2rem;
}
.pub-sec-three .content h3{
    font-size: 68px;
    font-weight: 200;
    margin-bottom: 6rem;
}
.pub-sec-three .content p{ 
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3rem;
    transform: scale(1, 1.1);
}
.pub-sec-three .img-cont{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pub-sec-three .img-cont img{
    width: 109%;
    height: 109%;
    object-fit: cover;
}

.pub-sec-five{
    position: relative;
    background-color: #0c4451;
    padding: 6rem 2rem 8rem;
}
.pub-sec-five .img-cont{
    width: 100%;
    height: 900px;
    overflow: hidden;
}

.pub-sec-five .img-cont img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 4rem;
}

.pub-sec-five .content-side{
    padding-left: 5rem;
    padding-right: 1rem;
}
.pub-sec-five .content-side h3{
    color: #6abdcb;
    font-size: 48px;
    font-weight: 270;
    margin-bottom: 2rem;
}
.pub-sec-five .content-side p{
    color: white;
    font-size: 19px;
    font-weight: 440;
    margin-bottom: 2rem;
}
.hb-formgroup{
    padding-bottom: 15px;
}
.hb-formgroup label{
    color: white;
    font-size: 18px;
    font-weight: 440;
    margin-bottom: 8px;
}
.hb-formgroup label span{
    color: #ffffff80;
}

.hb-formgroup .hb-forminput{
    background: no-repeat;
    border: none;
    border-bottom: 1px solid white;
    width: 100%;
    font-size: 20px;
    color: white;
    padding-top: 11px;
}
.hb-formgroup .hb-forminput:hover{
    background-color: #072830;
}
.hb-formgroup .hb-forminput:focus {
    background-color: #072830;
border: 1px solid white;
border-radius: 0;
}
.pub-hero .hero-text {
    max-width: 85%;
    padding: 3rem 7rem 3rem 7rem;
    
}
.pub-hero .hero-text h2{
    color: black;
}
/* publication Page */


/* Global Page */
.gl-bgsec img{
    /* object-position: bottom; */
}

.gl-sec-two{
    padding: 0;
    position: relative;
    border-bottom: 1px solid #6abdcb;
    /* border-right: 1px solid #6abdcb; */
    overflow: hidden;
}
.gl-sec-two .row .col-md-6:nth-child(1){
    border-right: 1px solid #6abdcb;
    overflow: hidden;
}
.gl-sec-two .row .col-md-6:nth-child(2){
       overflow: hidden;
       background-color: white;
}
.gl-sec-two .side2{
    margin-top: 17rem;
    padding: 2rem;
}
.gl-sec-two .side2 h2 {
    font-size: 46px;
    font-weight: 200;
    padding-bottom: 1rem;
}
.gl-sec-two .side2 p {
    font-size: 18px;
    font-weight: 500;
    color: #000000c2;
    transform: scale(1, 1.1);
}
.gl-sec-two .side1 {
    padding: 2rem;
    height: 100vh;
    /* background-color: white; */
}




.exp-third-sec .content h3{
    text-align: center;
    font-size: 44px;
    font-weight: 600;
    color: #0c4451;
    margin-bottom: 2rem;
    margin-top: 1rem;
    /* letter-spacing: 1px; */
    transform: scale(1,1.1);
}


.gl-sec-five {
    text-align: center;
    /* max-height: 360px; */
    background-image: url(../images/experience/image-banner.jpeg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;

    margin-top: -5rem;
}
.gl-sec-five .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #6abdcbc7;
}
.gl-sec-five .content {
    padding: 9rem 17rem 3rem;
    position: relative;
}
.gl-sec-five .content h2 {
    font-size: 45px;
    font-weight: 200;
    color: white;
    margin-bottom: 3rem;
}

.global-content-sec1{
    background-color: #6abdcb;   
    padding: 0;
}
.global-content-sec1 .secrow{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.global-content-sec1 .content{
    padding: 10rem 3rem 5rem 3rem;
    width: 50%;
}
.global-content-sec1 .content h3{
    font-size: 68px;
    font-weight: 200;
    margin-bottom: 2rem;
}
.global-content-sec1 .content h3 span{
    white-space: wrap;
   color: white;
}
.global-content-sec1 .content p{
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 10px;
    transform: scale(1,1.1);
}
.global-content-sec1 .imgsec{
    width: 50%;
    padding: 5rem 0rem;
}

.global-content-sec1 .imgcont{
    width: 100%;
    height: 100%;
}
.global-content-sec1 .imgcont img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-left-radius: 4rem;
    border-top-left-radius: 4rem;
}


/* global section 2 */

.global-content-sec2{
    background-color: #6abdcb;   
    padding: 0;
}
.global-content-sec2 .secrow2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.global-content-sec2 .content2{
    padding: 10rem 3rem 5rem 3rem;
    width: 50%;
}
.global-content-sec2 .content2 h3{
    font-size: 68px;
    font-weight: 200;
    margin-bottom: 2rem;
}
.global-content-sec2 .content2 h3 span{
    white-space: wrap;
   color: white;
}
.global-content-sec2 .content2 p{
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 10px;
    transform: scale(1,1.1);
}
.global-content-sec2 .imgsec2{
    width: 50%;
    padding: 5rem 0rem;
}

.global-content-sec2 .imgcont2{
    width: 100%;
    height: 100%;
}
.global-content-sec2 .imgcont2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-right-radius: 4rem;
    border-top-right-radius: 4rem;
}

/* global section 2 */



.gl-sec-four .brd{
    position: absolute;
    border: 0.2px solid #ffffffba;
    width: 95%;
    margin-left: 2rem;
    margin-top: 3rem;
}

.global-content-sec1{
    background-color: #6abdcb;
}

.gl-sec-four{
    background-color: #6abdcb;
    overflow: hidden;

    z-index: 1;
    position: relative;
}
.line-brd{
border-bottom: 1px solid white;
padding-bottom: 2rem;
}
.brd-bottom{
    padding-bottom: 3rem;
    border-bottom-left-radius: 5rem;
    border-bottom-right-radius: 5rem;
}
.brd-top{
    border-top: 1px solid black;
}

.gl-sec-four .content{
    padding: 1rem 2rem 1rem 1rem;
}
.gl-sec-four .content h3{
    font-size: 68px;
    font-weight: 200;
    margin-bottom: 2rem;
}
.gl-sec-four .content h3 span{
    white-space: wrap;
   color: white;
}
.gl-sec-four .content p{
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 10px;
    transform: scale(1,1.1);
}
.gl-sec-four .fr-row{
/* padding-bottom: 8rem; */
padding: 7rem 0rem 2rem 4rem;
overflow: hidden;
}

.gl-sec-four .fr-row .imgcont{
    width: 100%;
    height: 100%;
}
.gl-sec-four .fr-row .imgcont img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-left-radius: 4rem;
    border-top-left-radius: 4rem;
}

.gl-sec-four .sec-row{
    padding: 6rem 2rem 7rem 0rem;
    overflow: hidden;
    }

.gl-sec-four .sec-row .imgcont{
    width: 100%;
    height: 100%;
}
.gl-sec-four .sec-row .imgcont img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-right-radius: 4rem;
    border-top-right-radius: 4rem;
}












/* Global Page */


 /* The custom cursor */
 .cursor {
    width: 13px;
    height: 13px;
    background-color: #6abdcb;
    border-radius: 50%;
    position: absolute;
    pointer-events: none;
    display: none; /* Initially hidden */
    transform: translate(-50%, -50%);
    z-index: 100;
    /* transition: all .2s ease; */

}

.hbModal .modal-content{
    border-radius: 1rem;
    background-color: #FEFEFA !important;
}

.hbModal .modal-body {
    padding: 0;
    border-radius: 1rem;
    overflow: hidden;
}


 .hbmodal-body{
    display: flex;
}

 .hbmodal-body .bg-sec{
    width: 50%;
    min-height: 500px;
}
 .hbmodal-body .bg-sec img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: -170px;
}

 .hbmodal-body .contentsec{
    padding: 5rem 2rem;
    width: 50%;
}
.hbModal .mainSec{
    padding: 3rem ;
}

.hbModal .close{
    position: absolute;
    right: 25px;
    top: 2px;
    font-size: 40px;
    cursor: pointer;
}
.hbform-open .form-group{
    padding-bottom: 1rem;
}
.hbform-open label{
    font-size: 17px;
    color: black;
    padding-bottom: 4px;
}

.hb-btngrp{
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.hb-btngrp .btn-cancel{
    background-color: #F2F1D5;
}
.hb-btngrp .btn-apply{
    background-color: #0C4451;
    color: white;
    margin-left: 1rem;
}

.seminarSelect{ display: none;}
.courseSelect{ display: none;}
.programSelect{ display: none;}

.brd1{
    border: 1px solid #bbbbbb;
    padding: 2rem;
    border-radius: 10px;
}

.successmodalCont img{
    width: 150px;
}



.sk-horizontal{
    width: 100%;
    height: 200vh;
    position: relative;
}
.sk-frame{
    overflow: hidden;
    position: sticky;
    top: 0;
    height: 100vh;
}
.sk-track{
    height: 100vh;
    display: flex;
    width: 200vw;
    position: absolute;
    left: 0vw;
}

.sk-fake-track{
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.sk-fake-track>div:not(:last-child){
    flex-grow: 1;
}
 .sk-fake-track>div:last-child{
    height: 100vh;
 }



