@media screen and (max-width: 760px) {
    .nav ul{
        display: none;
        justify-content: center;
    }

    .footer_container{
      flex-direction: column;
      
    }

    .contact{
      justify-content: center;
    }

    .container1 a {
      display: flex;
      justify-content: center;
      align-items: center;
    }

.container2, .container3, .container4{
  margin-top: 2vh;
  
}

/*.nav{*/
/*    position: sticky;*/
/*}*/

    .navbar{
        flex-direction: column;
        position: fixed;
        height: 95vh;
        width: 100%;
        background-color: #272a79;
        top: 0;
        left: 0;
        right: 0;
        display: none;
        z-index: 20;
      
    }
    .navbar a{
        color: white;
    }
/* .humburger{*/
/*    display: flex;*/
/*}*/
    .fa-bars:before{
      position: sticky;
    } 
    .nav1 img{
      width: 100%;
      display: none;
    }
    .logo2 img{
      display: inline;
        height: 10vh;
        /* justify-content: center; */
        /* align-items: center; */
        z-index: 100;
        position: sticky;
        top: 0px;
        left: 80vw;
         /*float: right; */
        aspect-ratio: 5 / 3;
    }

    /* .nav::before{
      content: url("./images/logo.jpg");
      height: 10vh;
      display: flex;
      justify-content: flex-end;
      align-items: center;
    } */
    /* .nav2::before{
      content: "Home";
      color: rgb(0, 0, 0);
    text-decoration: none;
    font-weight: bolder;
    font-size: 2rem; */
    /* margin: 0 1.3em 0 1.3em; */
    /* display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.25em;
    } */

    .nav2 a{
      font-size: 2.2rem;
    }
    .nav2{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
      height: 90%;
    }
    .logo-home{
      display: flex;
      align-items: center;
      justify-content: center;

    }
    /*.logo-home{*/
    /*  display: none;*/
    /*}*/
    .open_menu{
        /* display: flex;
        justify-content: flex-start;
        align-items: center; */
        height: 11vh;
        position: absolute;
        top: 1.25em;
        left: 1em;
        z-index: 10;
        cursor: pointer;
        text-decoration: none;
    }
    
    .close_menu{
        /*display: block;*/
        position: absolute;
        top: 1em;
        left: 2em;
        z-index: 100;
        display: none;
        color: rgb(0, 0, 0);
        cursor: pointer;
    }

    .nav{
      margin: auto;
    }
    .nav .nav-items a {
      font-size: 1.3rem;
      color: white;
    }

    .fa-arrow-left{
      color: white;
    }
    #carousel #logo_name{
        top: 35vh;
    }

    #carousel #logo_name h1{
        font-size: 2.2rem;
        position: relative;
        top: 10vh;
    }
    #carousel #logo_name p{
        font-size: 1.3rem;
        text-align: justify;
    }

    .mission{
        margin: 4vw;
    }

    #service_card{
        flex-direction: column;
      
    }

    .serviceInfo{
        width: 90vw;
        margin-top: 1.5em;
        height: 30vh;

    }

    .servicedetails img{
        /* height: 80vh;
        width: 100%; */
            border-radius: 20px;
            width: 75vw;
            height: 20vh;
    }

    .company_img .item img{
        width: 50vw;
        text-align: center;
    }
    
    .course_details{
        flex-direction: column;
    }

    .aboutus{
        margin: 3em 1em ;
    }
    .stories{
        width: 100%;
    }
    #gallery{
        flex-direction: column;
    }

    .img_gallery, .video_gallery{
        width: 80%;
    }
    .images img{
        width: 100%;
    }
    .address01{
        flex-direction: column;
    }
    .contact_map{
        width: 90%;
        margin-bottom: 2em;
        height: 30vh;
    }
    .contact_details{
        width: 100%;
        padding: 0 1em;
    }

    .contact_matter{
        text-align: justify;
        margin: 1em;
      }


     

      .gallery_img{
        flex-direction: column;
      }
      .gallery_img img{
        width: 80%;
      }

.item .views{
  height: max-content;
}

      .views .student_img img{
        width: 100%;
        height: 30vh;
        margin: 1.5em;
        border-radius: 15px;
      }
      
      .student_img{
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .item{
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .views{
        height: 100vh;
        display: flex;
        flex-direction: column;
      }
    }

    
@media screen and (max-width: 768px) {

  footer{
    flex-direction: column;
  }
  
  .footer_container{
    flex-direction: column;
    position: relative;
  }
  
  .container2, .container3, .container4{
    margin-bottom: 1.5em;
  }
  
  .container1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
  }
  
  .address{
    width: 80%;
  }
  
  .contact{
    justify-content: center;
  }
  
.icons{
  display: flex;
  justify-content: center;
  align-items: center;
}

  .icons a{
    padding: 0.5em;
  }
  
  .queries{
    width: 80vw;
  }
  }
  
  
  
  @media screen and (min-width: 1440px) {
  
  footer{
    min-height: 65vh;
  }



  .footer_container{
    height: 60vh;
    padding: 0.5em;
    padding-top: 2em;
    margin-bottom: 0;
  }

/* .views{
  height: 150vh;
} */

  }


