@media screen and (max-width: 768px) {

    .main-nav{
        display: none;
    }

    .main-header{
        overflow: hidden;
        height: 400px;
        background-size: cover;
    }

    .site-navbar{
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 15px;
        padding-top: 1rem;  
        z-index: 100000000000000;
        position: absolute;
    }
    .logo{
        width:70px;
    }

.nav-toggle{
    width: 30px;
    height: 16px;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nav-toggle span{
    display: block;
    height: 24px;
    background-color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    transform-origin: center;
}
.nav-toggle span:nth-of-type(even) {
    margin-top: 12px;
}

.nav-toggle span:nth-child(1) {
    transform: translateY(0);

  }
  
  .nav-toggle span:nth-child(2) {
    transform: translateY(0);

  }
  
  .nav-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(3px, 3px);
    background-color: #6abdcb !important;
  }
  
  .nav-toggle.active span:nth-child(2) {
    transform: rotate(-45deg) translate(7px, -7px);
    background-color: #6abdcb !important;
  }


  /* mobile nav */

  .mobile-nav{
    display: none; 
    position: fixed;
    z-index: 1000;
    background-color: black;
    width: 100%;
    height: 100vh;
    top: 0;
    animation: fadeOut 0.5s;
    
    /* display: flex;
    align-items: center;
    justify-content: center; */
  }
  .mobile-nav.active {
    display: block;
    animation: fadeIn 0.5s;
  }
  @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

  @keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
  }

  .mobile-nav ul{
    list-style: none;
    text-align: center;
    line-height: 3rem;
    font-size: 30px;
    margin-left: -32px;
    margin-top: 14rem;
  }
  
  .mobile-nav ul li a{
    text-decoration: none;
    color: #6abdcb;
    font-weight: 500;

  }

  .mobile-nav ul .active a{
    border-bottom: 1px solid #6abdcb;

  }
  /* mobile nav */

.site-container{
    margin-top: 0;
}
.home-video{
    height: 400px;
}
.bgsec{
    width: 100%;
    height: 420px;
}
.bgsec img{
    width: 100%;
    height: 100%;
}  
    .video-bg{
        object-fit: cover;
        height: 400px;
    }

.hero-text{
       /* padding: 30px; */
    /* margin-left: 20px; */
    /* margin-right: 20px; */
    text-align: center;
    padding: 40px;
    max-width: 80%;
    z-index: 1;
}
.hero-text h2 {
    font-size: 25px;
    margin: 0;
    font-weight: 400;
    color: #000000e6;
}


/* home sec */
.home-sec-two{
    max-height: 100%;
}
.about-sec h3{
    font-size: 30px;
}
.home-about-banner img{
    margin-top: 0;
}
.home-sec-two .hbr-btn{
    margin-top: 1rem;
}
.hbr-custom{
    position: relative !important;
    margin-left: 0;
}

.lg-text{
    font-size: 40px;
    font-weight: 200;
}
/* home sec */
.home-sec-reserch{
    padding: 1rem;
    padding-bottom: 5rem;
}
.home-sec-reserch .row{
    display: flex;
    flex-direction: column-reverse;
}
.home-sec-reserch .img-container{
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 39rem;
    margin-bottom: 20px;
    margin-top: 2rem;
}
.home-sec-reserch .img-container img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.home-sec-reserch h3{
    font-size: 22px;
    color: #0c4451;
    margin-bottom: 1rem;
}
.home-sec-reserch p{
    font-size: 20px;
}


.home-sec-learn .col-md-6{
    margin-bottom: 3rem;
}
.home-sec-learn h2{
    font-size: 40px;
    font-weight: 300;
    padding-bottom: 2rem;
}
.home-sec-learn p{
    font-size: 16px;
    font-weight: 600;
}
.home-sec-learn .avatar1 {
    width: 170px;
    height: 170px;
    border-radius: 11rem;
    overflow: hidden;
    position: absolute;
    margin-top: 7rem;
    margin-left: -1rem;
}
.home-sec-learn .img-container {
    height: 26rem;
    overflow: hidden;
    width: 80%;
    float: right;
}

.footer-section .content h2 {
    font-size: 33px;
}
.footer-section .content .hbr-btn {
    margin-left: 20px;
    margin-right: 20px;
}
.footer-info a {
    font-size: 25px;
}

/* about Page */
.about-hero{
    top: 190px !important;
    padding: 15px 40px !important;
}
.about-hero h2{
    color: #0c4451 !important;
}
.about-bgsec img{
    /* height: 70% !important; */
}

.about-sec-first{
    padding-top: 1rem; 
}
.about-sec-reserch{
    padding: 1rem !important;
}
/* about Page */

.mobscrollsec{
    display: block;
}
.pin-spacer{
    display: none !important;
}

#skSection{
    display: none;
}


.firstContent{
    width: 100% !important;
}

/* Program Page */
.prg-sec-two{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.prg-sec-two .pr-about-sec{
    padding-bottom: 7rem;
}
.prg-sec-two .pr-about-sec h3{
    font-size: 30px;
    margin-top: 0;
    color: black;
}
.prg-sec-two .program-ab-banner{
    height: 331px;
}
.prg-sec-two .program-ab-banner img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.prg-sec-two a{
    margin-top: 2rem;
}
.program-ban2{
    height: 247px;
    width: 100%;
}
.program-ban2 img{
    object-fit: cover;
    height: 100%;
    object-position: top;
    width: 100%;
}
.program-ban2 h2 {
    margin-top: -10rem;
    font-size: 40px;
}

.pr-two-sec .sec{
width: 100%;
padding: 8rem 1rem 3rem;
}
.pr-two-sec .sec:nth-child(1) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.pr-two-sec .sec:nth-child(2) {
    width: 100%;
    padding: 3rem 1rem 3rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    }



.pr-two-sec .sec .pr-imgcontainer{
    height: 260px;
    width: 240px;
}
.pr-two-sec .sec .pr-imgcontainer img{
    object-position: 0;
}
.pr-two-sec .sec:nth-child(2) .pr-imgcontainer img{
    object-position: -100px;
}
.pr-two-sec .sec .pr-contentarea{
    padding: 0;
}
.pr-two-sec .sec .pr-contentarea h3{
    font-size: 45px;
    margin-top: 4rem;
}
.program-acc{
    margin-top: 6rem;
}
.program-acc .accordion{
    font-size: 20px;
    font-weight: 600;
}



/* Program Page */

.footer-info .social{
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column-reverse;
    flex-wrap: wrap;
}

.footer-info .social h5:nth-child(2) {
    margin-bottom: 2rem;
}
.footer-info .social h5:nth-child(1) a {
   font-size: 16px;
}


/* experience Page */
.exp-sec-two .slideshow-container{
    height: 250px;
}
.exp-sec-two .side2{
    margin-top: 3rem;
}
.exp-sec-two .side2 h2{
    font-size: 28px;
}
.exp-sec-two .side2 p{
    font-size: 17px;
    font-weight: 600;
}
.exp-third-sec h1{
    font-size: 40px;
    width: 100%;
}
.btn4{
    padding: 1rem 1rem;
    max-width: 70%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.exp-sec-five{
    padding: 4rem 1.5rem;
    border-bottom-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
}
.exp-sec-five .img-cont{
    height: 500px;
}
.exp-sec-five .img-cont img{
    object-position: -115px 2px;
}
.exp-sec-five .content-side{
    margin: 0;
    margin-top: 1rem;
}
.exp-sec-five .content-side h2{
    font-size: 55px;
    width: 100%;
    margin-bottom: 3rem;
}
.exp-sec-four .content{
    padding: 4rem 1rem;
}
.exp-sec-four .content h2{
    font-size: 40px;
}

.exp-sec-six .content{
    padding: 4rem 0rem;
}

.exp-extra-tbr .footer-top {
    height: 10rem;
}
.exp-extra-tbr .content{
    padding-top: 0;
}
.exp-extra-tbr .content h2 {
    font-size: 40px;
    margin-top: 4rem;
    margin-bottom: 7rem;
}
/* experience Page */

/* publication page */

.pub-hero .hero-text {
    max-width: 85%;
    padding: 1rem 3rem 1rem 3rem;
}

.pub-sec-two{
    padding: 4rem 2rem;
}
.pub-sec-two h2{
    font-size: 28px;
}

.pub-sec-three .row:nth-child(1){
    display: flex;
    flex-direction: column-reverse;
}
.pub-sec-three .content{
    padding: 2rem 2rem;
}
.pub-sec-three .content h3{
    font-size: 45px;
}
.pub-sec-three .content p{
    font-size: 17px;
}

.pub-sec-three .img-cont{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.pub-sec-three .img-cont img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pub-sec-five{
    position: relative;
    background-color: #0c4451;
    padding: 3rem 1rem 8rem;
}
.pub-sec-five .img-cont{
    height: 500px;
}
.pub-sec-five .img-cont img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 4rem;
}
.pub-sec-five .content-side{
    padding: 3rem 1rem;
}

.pub-sec-five .content-side h3{
    font-size: 30px;
}
.pub-sec-five .content-side p{
    font-size: 17px;
}

#facultyInfoModal .modal-dialog{
    min-width: 95%;
}


/* publication page */


/* global Communication */


.gloabl-comm .bgsec .bgoverlay{
    background-color: #00000052;
}
.gloabl-comm .hero .hero-text{
    padding: 1rem;
}

.gl-sec-two .side2{
    margin-top: 6rem;
}
.gl-sec-two .side2 h2{
    font-size: 30px;
}
.gl-sec-two .side2 p{
    font-size: 15px;
    font-weight: 600;
}
.gl-sec-two .side1{
    padding: 1rem;
}
.gl-sec-two .side1 .slideshow-container{
    height: 500px;
}

.exp-third-sec .content {
    padding-left: 2rem;
    padding-right: 2rem;
}
.exp-third-sec .content h3{
    font-size: 27px;
}

.gl-sec-four .fr-row{
    padding: 3rem 0rem 1rem 1rem;
    display: flex;
    flex-direction: column-reverse;
}

.gl-sec-four .content h3{
    font-size: 40px;
}

.gl-sec-four .fr-row .imgcont{
    width: 100%;
    height: 470px;
}
.gl-sec-four .brd{
    width: 82%;
}
.gl-sec-four .sec-row{
    padding: 6rem 1rem 1rem 0rem;
}
.gl-sec-four{
    padding-bottom: 1rem;
    /* border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem; */
}
.brd-bottom{
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem; 
}

.gl-sec-five .content{
    padding: 8rem 2rem 1rem 2rem;
}
.gl-sec-five .content h2{
    font-size: 30px;
}
.gl-sec-four .sec-row .imgcont{
    width: 100%;
    height: 470px;
}

/* global Communication */


/* modals */

.hbmodal-body .bg-sec{
    display: none;
}
.hbmodal-body .contentsec{
 width: 100% !important;
}
.hbModal{
    top: 7rem;
}
/* modals */

}