*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
  background-color: white;
  overflow: hidden;
}

h1{
  text-shadow: 1.5px -1px rgb(101, 37, 37);
}
.center{
  text-align: center;
}
.BodyContainer{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-repeat: repeat;
    overflow-x: hidden;
    box-shadow: -2px -2px 5px rgb(126, 126, 126);
  }

/* Views Carousel */
.custom-carousel {
  position: relative;
  width: 80%;
  max-width: 600px;
  overflow: hidden;
  border: 2px solid #ddd;
  border-radius: 10px;
}

.custom-carousel-inner {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.custom-carousel-item {
  min-width: 100%;
  box-sizing: border-box;
}

.custom-carousel-item img {
  width: 100%;
  border-radius: 10px;
}

.custom-carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  user-select: none;
}

.custom-prev {
  left: 10px;
}

.custom-next {
  right: 10px;
}



  .carousel{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #carousel h1{
    position: relative;
    /* top: 45vh; */
    /* left: 40vw; */
    color: rgb(255, 255, 255);
    font-size: 5rem;
  }

  /* #carousel{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  } */

  #carousel #logo_name{
    position: absolute;
    top: 110vh;
    /* left: 14.5em; */
    color: rgb(255, 255, 255);
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* margin: 0em 14.5em; */
  }
  
.navbar{
  width: 100vw;
  display: flex;
}
/*.openmenu .closemenu{*/
/*    display: none;*/
/*}*/
.nav{
    display: flex;
    align-items: center;
    background: rgb(255, 255, 255);
    /* height: 45px; */
    min-height: 10vh;
    width: 100%;
    position: fixed;
    top: 0;
    flex-wrap: wrap;
    z-index: 4;
  }
.logo-home{
  display: none;
}
.nav1{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* flex-direction: row; */
  }

.nav2{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

  .nav-active{
    border-bottom: 1px solid black;
    border-radius: none;
    box-shadow: 0px 4px black;
  }
  
.nav ul{
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
    margin: auto;
}

.nav .logo img{
  max-height: 10vh;
  aspect-ratio: 3/2;  
  /* filter: invert(100%); */

}
  .nav .nav-items{
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      /* height: 45px; */
      /* background-color: black; */
      list-style: none;
      border-radius: 10px;
      /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
      flex-wrap: wrap;
  }
  .logo2 img{
    display: none;
  }
  .nav .nav-items a{
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0 1.3em 0 1.3em;
  }
  
  .nav .nav-items a:hover{
    color: #272a79;
    transform: scale(1.1);
    transition: transform 0.8s;
  }
  
  /* @keyframes Expand {
    0% {
      transform: scale(1);
    }
  
    100% {
      transform: scale(1.25);
    }
  } */

.carousel img{
    height: 70vh;
    width: 100vw;

}

p{
    text-align: justify;
    font-size: 1.3rem;
}

main{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* Mission */
.mission{
  margin: 8vh 8vw;
}
.mission p{
  padding: 1.5em;
  text-align: justify;
}


/* Services */
#services{
    margin-top: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90%;
}

#services h1{
    font-size: 2.5rem;
}

#service_card{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 2em;
}

.serviceInfo{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 0.5px solid white;
    padding-top: 1em;
    margin: 0em 1em 0em 1em;
    /* background-image: radial-gradient(white,black); */
    background-color: #272a79;
    color: white;
    cursor: pointer;
    border-radius: 20px;
    width: 20vw;
}

.serviceInfo:hover{
    transform: scale(1.1);
    transition: transform 1s;
}


.servicedetails{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    /* height: 40vh; */
    padding: 1em;
    padding-top: 0.7em;
    /* width: 80vw; */
    
}

/* .servicedetails p{
    margin-top: 1em;
    font-size: 1.2em;
} */
.servicedetails img{
    border-radius: 20px;
    width: 70%;
    height: 80%;
}


/* Placements */
.placements{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 4em 0 4em 0;
  width: 90vw;
  
}
.company_img .item{
  display: inline;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
}


.placements .company_img img{
  border: 1px solid black;
  aspect-ratio: 3/2;
  height: 20vh;
  width: 15vw;
  margin: auto !important;
  padding: 0 !important; 
  /* margin: 2em 1em 2em 1em; */
  border-radius: 15px;
  /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */

}


.placements .company_img{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2em;
}

/* testinomial */

#testinomial{
  display: block;
  /* justify-content: center;
  align-items: center; */
  width: 100vw;
  margin: auto;
  flex-wrap: wrap;
}




.views{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 98vw;
  border: 1px solid black;
  border-radius: 15px;
  padding: 0.80em;
  margin: 1em ;
}

.item{
  width: 100vw;
  /* border: 0.5px black solid;
  border-radius: 15px; */

}
.student_views{
  padding-top: 0.50em;
  width: 80vw;
}

.views .student_img img{
  width: 15vw;
  height: 30vh;
  margin: 1em;
  border-radius: 15px;
}

.student_img{
  display: flex;
  /* justify-content: center; */
  align-items: center;
  padding: 1em;
  /* width: 20vw; */
}

.student_views h6{
  font-weight: bolder;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* .student_name{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  font-weight: 2000;
} */

/* footer */

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.center{
  text-align: center;
}

footer{
  background-color: #272a79;
  /* height: 150vh; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.icons{
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_container{
  background-color: #272a79;
  margin: 1em;
  display: flex;
  /* align-items: center; */
  width: 100%;
  justify-content: space-around;
  position: relative;
  padding: 1.5em;
  
}

.container1 a{
  color: rgb(255, 255, 255);
  text-decoration: none;
  line-height: 2em;
}

.container1 a:hover{
  color: rgb(19, 75, 205);
}

.subcontainer1{
  display: flex;
  flex-direction: column;
}

/* .timing{
  display: flex;
  justify-content: center;
  align-items: center;
} */

.queries button{
  height: fit-content;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  background-color: #25D366;
  color: white;
  margin-top: 1em;
  border: 1px solid white;
  font-weight: bold;
}

.queries button img{
  margin: 0.50em 1em 0.50em 1em;
  max-height: 8vh;
  width: 20%;
  object-fit: contain;
  display: flex;
  justify-self: center;
}
.queries button span{
  display: flex;
  justify-self: center;
  align-items: center;
  position: relative;
  /* right: 5vw;
  width: 80%; */
  padding-right: 1em;
}
.queries button a{
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
}

.follow_us{
  margin-bottom: 1em;
  padding: 1em;
}

.container4 .subcontainer1,.container4 .subcontainer2{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.queries{
  display: flex;
  justify-content: center;
  align-items: center;
}

.container2{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.contact{
width: 100%;
margin-bottom: 0.5em;
display: flex;
align-items: center;
}

.contact i{
margin-right: 1em;
}

.icons i{
color: white;
margin: 0.3em;
}

.icons i:hover{
color: rgb(43, 99, 210);
margin: 0.3em;
transform: scale(1.1);
transition: transform 0.8s;
}

.contact a{
color: rgb(255, 255, 255);
text-decoration: none;
}

.subcontainer2{
display: flex;
justify-content: center;

flex-direction: column;
margin-top: 1em;
}

.timing{
margin-top: 0.8em;
display: flex;
align-items: center;
justify-content: center;
}

.address i{
margin-right: 0.5em;
}

.container2 h2{
margin-bottom: 0.8em;
}

.address{
width: 40%;
}

/* Course Offered */
.course_details{
  margin: 3em 0 3em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.course_details p{
  padding: 1em 0 1em 0;
}

.course_img img{
  border-radius: 20px;
  text-align: center;
  margin: 0 2em 0 1em;
}

/* about Us */
.aboutus{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; 
  margin: 3em 0 3em 0;
}
/* Success Stories */

.success{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#success_stories{
  width: 95%;
  display: flex;
  /* flex-direction: column; */
  /* overflow-x: hidden; */
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 3em 0 3em 0;
}

.stories{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin: 1em 2em 1em 2em;
  height: 43vh;
  border: 1px solid black;
  border-radius: 15px;
  background-color: #fff;
  
}

.stories_img{
  display: flex;
  justify-content: center;
  align-items: center;
}
.stories_img img{
  border-radius: 10px;
  margin: 1em 0 1em 0;
  width: 90%;
  height: 30vh;
  
}
.stories_detail{
  background-color: #272a79;
  width: 100%;
  border-radius: 5px;
  color: white;
}

/* Gallery */
.images img{
  width: 30vw;
  height: 30vh;
  margin-bottom: 0.70em;
  border-radius: 15px;
}

.img_gallery{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  padding-bottom: 1em;
  margin: 2em;
  border-radius: 15px;
  background-color: #272a79;
  cursor: pointer;
  color: white;
}

.img_gallery:hover{
  transform: scale(1.1);
  transition: transform 0.8s;
}
.video_gallery{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  padding-bottom: 1em;
  background-color: #272a79;
  margin: 2em;
  border-radius: 15px;
  cursor: pointer;
}
.video_gallery:hover{
  transform: scale(1.1);
  transition: transform 0.8s;
}
#gallery{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 2em;
}
#gallery h1{
  color: white;
}
/* Map */
.contact_map{
  height: 70vh;
  width: 60%;
}

.address01{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2em 0 2em 0;
}

.contact_details{
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 25%;
  margin-left: 6vw;
}

.contact_details span{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact_matter{
  margin-left: 2em;
}


.footer_items .queries button{
  height: 10vh;
  display: flex;
  width: 80%;
  justify-content: center;
  align-items: center;
  background-color: #25D366;
  color: white;
  /* margin: 2em 2em 2em 1em; */
  margin-top: 1em;
  /* padding: 1em; */
  border: 1px solid white;
  font-weight: bold;
}

.footer_items .queries button img{
  margin: 0.50em 1em 0.50em 1em;
  max-height: 8vh;
  width: 20%;
  object-fit: contain;
  display: flex;
  justify-self: center;
}
.footer_items .queries button span{
  display: flex;
  justify-self: center;
  align-items: center;
  position: relative;
  /* right: 5vw;
  width: 80%; */
  padding-right: 1em;
}
.footer_items .queries button a{
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
}

.mailid{
  margin: -1em 0 1em 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mailid div{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
}


/* GalleryImg */

.gallery_img, .gallery_video{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery h1{
  margin: 2em;
}
.gallery_img img{
  height: 30vh;
  width: 20vw;
  margin: 2em;
  border-radius: 15px;
}
.gallery_video video{
  height: 30vh;
  width: 20vw;
  margin: 2em;
  border-radius: 15px;
}

.gallery_img img:hover{
  transform: scale(1.2);
  transition: transform 0.8s;
}
