a {
  cursor: pointer;
}

.top_bar_main {
  width: 100%;
  height: fit-content;
  padding: 5px 0px;
}

.top_bar_inner {
  width: 80%;
  margin: auto;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

.top_bar_content {
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  gap: 20px;
  font-weight: 600;
  position: relative;
}
.mob_number_absolute{
  position: absolute;
  padding: 0px 10px;
  width: fit-content;
  background-color: #3E4BEC;
  top: 100%;
  color: white;
  z-index: 99999999999;
  border-radius: 10px;
}
.mail_id_absolute{
  position: absolute;
  padding: 0px 10px;
  width: fit-content;
  background-color: #3E4BEC;
  top: 100%;
  right: 50%;
  color: white;
  z-index: 99999999999;
  border-radius: 10px;
}
.location_absolute{
  position: absolute;
  padding: 0px 10px;
  width: fit-content;
  background-color: #3E4BEC;
  top: 100%;
  right: 50%;
  color: white;
  z-index: 99999999999;
  border-radius: 10px;
}

.show{
  display: block;
}
.hide{
  display: none;
}

.navbar_main {
  width: 100%;
  height: 95px;
  background-color: #067FD0;
  position: sticky;
  top: 0;
  z-index: 999999;
}

.navbar {
  width: 80%;
  margin: auto;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

.tab_mobile_menu_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;

}

.tab_mobile_menu_main {
  display: none;
  width: 100%;
  height: fit-content;
  padding: 20px 20px;
  position: absolute;
  top: 95px;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  background-color: #067FD0;
  color: white;
  border-top: 1px solid #9bb3d7;
}

.logo {
  height: 90%;
  width: 9%;
  background-color: white;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.logo_img {
  width: 90%;
}

.nav_options_main {
  width: 75%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}
.nav_links{
  text-decoration: none;
  color: white;
  transition: all 0.3s;
}
.nav_links:hover{
  color: red;
}

.banner_main {
  width: 100%;

}

.about_us_main {
  width: 100%;
}

.about_us_in {
  width: 80%;
  padding: 70px 0px 50px 0px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}

.about_us_img {
  width: 45%;
}

.about_us_content {
  text-align: left;
  width: 50%;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.about_us_text {
  text-align: justify;
  font-size: 12px;
  line-height: 30px;
}

.about_us_button {
  height: 60px;
  width: 40%;
  background-color: #067FD0;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s;
}
.about_us_button:hover{
  background-color: #17a2ff ;
  border-radius: 5px;
}

.mission_vission_main {
  width: 100%;
  height: fit-content;
  padding: 50px 0px;
  background-image: linear-gradient(#8FB9F3, #446FDA);
  justify-content: center;
  align-items: center;
}

.mission_vission_in {
  width: 80%;
  margin: auto;
  height: 80%;
  justify-content: center;
  gap: 15vw;
}

/* .mission_main {
    width: 50%;
    height: 100%;
    border-radius: 15px;
    justify-content: flex-end;
    align-items: center;
}

.vission_main {
    width: 50%;
    height: 100%;
    border-radius: 15px;
    justify-content: flex-end;
    align-items: center;
} */

.mission_text {
  width: 35%;
  background-color: white;
  border-radius: 10px;
  align-items: center;
  box-shadow: 1px 1px 15px 0px #536d94;
  padding: 30px 40px 30px 40px;
  gap: 10px;
}

.vission_text {
  width: 35%;
  background-color: white;
  border-radius: 10px;
  align-items: center;
  box-shadow: 1px 1px 15px 0px #536d94;
  padding: 30px 40px 30px 40px;
  gap: 10px;
  justify-self: end;
}

.mission_vission_text {
  font-size: 12px;
  text-align: justify;
  font-size: 12px;
  padding-top: 10px;
}

.mission_side_blank {
  position: relative;
  width: 20%;
  height: 200px;
  display: flex;
  align-items: center;
}

.vission_side_blank {
  position: relative;
  width: 20%;
  height: 200px;
  display: flex;
  align-items: center;
}

.mission_img {
  position: absolute;
  border-radius: 15px;
  box-shadow: 0px 14px 15px 0px #000000;
  height: 100%;
}

.vission_img {
  position: absolute;
  border-radius: 15px;
  box-shadow: 0px 14px 15px 0px #000000;
  height: 100%;
}

.our_mission {
  width: 75%;
  height: 100%;
  line-height: 30px;
}

.our_vission {
  width: 75%;
  height: 100%;
  line-height: 30px;
}

.upcoming_main {
  width: 100%;
  padding: 50px 0px;
  align-items: center;
  justify-content: center;
}

.upcoming_in {
  width: 80%;
  margin: auto;
  justify-content: center;
  /* align-items: center; */
}

.upcoming_options {
  width: 33%;
  text-align: center;
  padding: 20px 0px;
}

.upcoming_texts_main {
  font-size: 13px;
  height: 100%;
  padding: 30px 10px;
}

.upcoming {
  background-color: #CDE9FF;
}

.notice {
  background-color: #067FD0;
}

.education {
  background-color: #CDE9FF;
}

.upcoming_hr {
  width: 90%;
  margin: auto;
  opacity: 1;
  margin-top: 20px;
}

.click_here_main {
  width: 100%;
  height: 120px;
  background-image: linear-gradient(to right, #067FD0, #223BC9);
}

.click_here_in {
  width: 80%;
  height: 100%;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  color: white;
}

.click_here_button {
  width: 20%;
  height: 50%;
  background-color: #CDE9FF;
  justify-content: center;
  align-items: center;
  color: #000000;
  border-radius: 5px;
  transition: all 0.3s;
  cursor: pointer;
}
.click_here_button:hover{
  background-color: #ecf7ff;
}
.reach_us_main {
  width: 100%;
  padding: 30px 0px;
  background-color: #067FD0;
}

.reach_us_in {
  width: 80%;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}

.reach_us_buttons_main {
  width: 40%;
  height: fit-content;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.signup_button {
  width: 50%;
  height: 60px;
  background-color: #CDE9FF;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 5px;
  cursor: pointer;
}

.signin_button {
  width: 50%;
  height: 60px;
  background-color: #CDE9FF;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 5px;
  cursor: pointer;
}
.signin_button:hover{
  background-color: #ecf7ff;
}
.signup_button:hover{
  background-color: #ecf7ff;
}
.gallery_main {
  width: 100%;
  padding: 30px 0px;
}

.gallery_pic_main {
  width: 80%;
  margin: auto;
  padding: 20px 0px;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.gallery_pic_first {
  width: 60%;
  justify-content: space-between;
  align-items: center;
}

.gallery_pic_second {
  width: 40%;
  justify-content: space-between;
  align-items: center;
}

.gallery_pics_f {
  width: 30%;
}

.gallery_pics_s {
  width: 45%;
}

.footer_main {
  width: 100%;
  height: 330px;
  background-color: #0F1A3D;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0px;
}

.footer_text {
  text-align: center;
  color: white;
}

.members_main {
  width: 100%;
  padding: 50px 0px;
}

.members_in {
  width: 80%;
  margin: auto;
  gap: 0px;
  height: 30vh;
  margin-bottom: 100px;
}

.members_pic_first {
  width: 50%;
  justify-content: space-around;
}

.members_pic_second {
  width: 50%;
  justify-content: space-around;
}

.members_pics {
  box-shadow: 0px 14px 15px 0px #353535;
  border-radius: 10px;
  height: 80%;
}

.meet_team_main {
  width: 100%;
  padding: 50px 0px;
}

.meet_team_in {
  width: 80%;
  margin: auto;
  justify-content: space-between;
  margin-top: 20px;
}

.meet_team_fisrt {
  width: 42%;
  padding: 10px 20px;
  background-color: #CDE9FF;
  display: flex;
  flex-direction: column;
}

.meet_team_second {
  width: 42%;
  padding: 10px 20px;
  background-color: #CDE9FF;
  display: flex;
  flex-direction: column;
}

.meet_team_img {
  position: relative;
  width: 35%;
  top: -200%;
  align-self: center;
  box-shadow: 0px 14px 15px 0px #353535;
  border-radius: 10px;
}

.team_message_text {
  font-size: 13px;
  text-align: justify;
  padding-top: 20px;
  line-height: 30px;
}

.meet_team_fisrt_text {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.meet_team_second_text {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.meet_team_top_blank {
    width:100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  
      img{
        max-width:100% !important;
        display:block;
    }
}

.menu_icon {
  display: none;
}

.members_name_main {
  width: 80%;
  margin: auto;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
  font-size: 13px;
  font-weight: 600;
}

@media(min-width:1500px) {
  .about_us_button {
    width: fit-content;
    padding: 0px 15px;
  }

  /* .upcoming_options{
        height: 45vh;
      } */
  .meet_team_img {
    /* top: -20%; */
  }

  .members_in {
    height: 30vh;
  }

  .logo_img {
    width: 70%;
  }

  .about_us_text {
    font-size: 17px;
  }

  .mission_vission_text {
    font-size: 17px;
  }

  .nav_options_main {
    font-size: 19px;
  }

  .upcoming_texts_main {
    font-size: 17px;
  }

  .click_here_button {
    font-size: 20px;
  }

  .team_message_text {
    font-size: 17px;
  }

  .meet_team_top_blank {
    margin-top: 60px;
  }

  .meet_team_head {
    margin-bottom: 150px;
  }

  .mission_img {
    left: -200%;
  }

  .vission_img {
    left: -200%;
  }
}

@media(min-width:1750px) {
  .meet_team_img {
    /* top: -25%; */
  }

  .mission_img {
    left: -175%;
  }

  .vission_img {
    left: -175%;
  }
}

@media(min-width:2000px) {
  .meet_team_img {
    /* bottom: 100%; */
  }

  .mission_img {
    left: -140%;
  }

  .vission_img {
    left: -140%;
  }

}

@media(max-width:1500px) {
  .about_us_button {
    width: fit-content;
    padding: 0px 15px;
  }

  .mission_img {
    height: 60%;
    left: -150%;
  }

  .vission_img {
    height: 60%;
    left: -150%;
  }

  /* .upcoming_options{
        height: 45vh;
      } */
  .meet_team_img {
    top: -120%;
  }

  .members_in {
    height: 30vh;
  }

  .members_pics {
    height: 85%;
  }
  .about_us_text {
    font-size: 15px;
  }

  .mission_vission_text {
    font-size: 15px;
  }

  .nav_options_main {
    font-size: 19px;
  }

  .upcoming_texts_main {
    font-size: 15px;
  }

  .click_here_button {
    font-size: 20px;
  }

  .team_message_text {
    font-size: 15px;
  }
}

@media(max-width:1400px) {
  .about_us_button {
    width: fit-content;
    padding: 0px 15px;
  }

  .mission_img {
    height: 60%;
  }

  .vission_img {
    height: 60%;
  }

  /* .upcoming_options{
        height: 45vh;
      } */
  .meet_team_img {
    /* top: -25%; */
  }

  .members_in {
    height: 30vh;
  }
}

@media(max-width:1300px) {
  .nav_options_main {
    width: 80%;
  }
  .about_us_button {
    width: fit-content;
    padding: 0px 15px;
  }

  .mission_img {
    height: 60%;
    left: -175%;
  }

  .vission_img {
    height: 60%;
    left: -175%;
  }

  /* .upcoming_options{
        height: 45vh;
      } */
  .meet_team_img {
    /* top: -20%; */
  }

  .members_in {
    height: 23vh;
  }

  .members_pics {
    height: 80%;
  }
}

@media(max-width:1200px) {
  .nav_options_main {
    width: 85%;
  }
  .about_us_button {
    width: fit-content;
    padding: 0px 15px;
  }

  .mission_img {
    height: 60%;
  }

  .vission_img {
    height: 60%;
  }

  /* .upcoming_options{
        height: 45vh;
      } */
  .meet_team_img {
    /* top: -20%; */
  }

  .members_in {
    height: 23vh;
  }

  .members_pics {
    height: 70%;
  }
}

@media(max-width:1100px) {
  .nav_options_main {
    width: 85%;
  }
  .about_us_button {
    width: fit-content;
    padding: 0px 15px;
  }

  .mission_img {
    height: 60%;
    left: -200%;
  }

  .vission_img {
    height: 60%;
    left: -200%;
  }

  /* .upcoming_options{
        height: 45vh;
      } */
  .meet_team_img {
    /* top: -16%; */
  }

  .members_in {
    height: 14vh;
  }

  .members_pics {
    height: 100%;
  }
}

@media(max-width: 1000px) {
  .nav_options_main {
    display: none;
  }

  .menu_icon {
    display: block;
  }
  .top_bar_inner {
    padding: 5px 0px;
  }
  .mob_number{
    display: none;
  }
  .mail_id{
    display: none;
  }
  .location{
    display: none;
  }

  .about_us_button {
    width: fit-content;
    padding: 0px 15px;
  }

  .mission_vission_in {
    flex-direction: column;
    gap: 200px;
    margin-bottom: 100px;
  }

  .mission_side_blank {
    height: 50px;
    width: 30%;
    justify-content: center;
  }

  .vission_side_blank {
    height: 50px;
    width: 30%;
    justify-content: center;

  }

  .mission_text {
    width: 100%;
    flex-direction: column-reverse;
    gap: 0px;
  }

  .vission_text {
    width: 100%;
    flex-direction: column-reverse;
  }

  .mission_img {
    height: 350%;
    width: 100%;
    top: 0;
    left: 0;
  }

  .vission_img {
    height: 350%;
    width: 100%;
    top: 0;
    left: 0;
  }

  .meet_team_img {
    top: -75%;
  }

  .members_in {
    height: 25vh;
  }

  .map_img {
    width: 50%;
  }

  .signin_button {
    width: 70%;
  }

  .signup_button {
    width: 70%;
  }

  .members_pics {
    height: 50%;
  }
  .logo{
    width: 15%;
  }
}

@media(max-width: 900px) {
  .nav_options_main {
    width: 85%;
  }

  .about_us_in {
    flex-direction: column;
  }

  .about_us_img {
    width: 100%;
  }

  .about_us_content {
    width: 100%;
  }

  .about_us_in {
    gap: 50px;
  }

  .upcoming_in {
    flex-direction: column;
  }

  .upcoming_options {
    width: 100%;
  }

  .about_us_button {
    width: fit-content;
    padding: 0px 15px;
  }

  .mission_vission_main {
    height: fit-content;
    padding: 50px 0px;
  }

  .mission_vission_in {
    flex-direction: column;
    gap: 200px;
    margin-bottom: 100px;
  }

  .mission_side_blank {
    height: 50px;
    width: 30%;
    justify-content: center;
  }

  .vission_side_blank {
    height: 50px;
    width: 30%;
    justify-content: center;
  }

  .mission_text {
    width: 100%;
    flex-direction: column-reverse;
    gap: 0px;
  }

  .vission_text {
    width: 100%;
    flex-direction: column-reverse;
  }

  .mission_img {
    height: 350%;
    width: 100%;
    top: 0;
    left: 0;
  }

  .vission_img {
    height: 350%;
    width: 100%;
    top: 0;
    left: 0;
  }

  .meet_team_in {
    flex-direction: column;
    gap: 300px;
    margin-top: 150px;
  }

  .meet_team_fisrt {
    width: 100%;
    height: fit-content;
  }

  .meet_team_second {
    width: 100%;
    height: fit-content;
  }

  .meet_team_img {
    top: -190%;
  }

  .members_in {
    flex-direction: column;
    height: fit-content;
    gap: 50px;
    margin-bottom: 5px;
  }

  .members_pic_first {
    width: 100%;
    height: 30vh;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .members_pic_second {
    width: 100%;
    height: 30vh;
    justify-content: space-between;
  }

  .members_pics {
    height: 100%;
  }

  .map_img {
    width: 50%;
  }

  .signin_button {
    width: 70%;
  }

  .signup_button {
    width: 70%;
  }

  .upcoming_head {
    font-size: 18px;
  }

  .members_pics {
    height: 64%;
  }
}

@media(max-width:800px) {
  .about_us_in {
    flex-direction: column;
  }

  .about_us_img {
    width: 100%;
  }

  .logo {
    width: 20%;
  }

  .logo_img {
    width: 70%;
  }

  .about_us_content {
    width: 100%;
  }

  .about_us_in {
    gap: 50px;
  }

  .click_here_button {
    width: 50%;
  }

  .meet_team_in {
    flex-direction: column;
    gap: 300px;
    margin-top: 150px;
  }

  .meet_team_fisrt {
    width: 100%;
    height: fit-content;
  }

  .meet_team_second {
    width: 100%;
    height: fit-content;
  }

  .meet_team_img {
    top: -170%;
  }

  .members_in {
    flex-direction: column;
    height: fit-content;
    gap: 50px;
  }

  .members_pic_first {
    width: 100%;
    height: 30vh;
    justify-content: space-between;
    margin-bottom: 100px;
  }

  .members_pic_second {
    width: 100%;
    height: 30vh;
    justify-content: space-between;
    margin-bottom: 100px;
  }

  .members_pics {
    height: 75%;
  }

  .reach_us_in {
    flex-direction: column;
    gap: 50px;
  }

  .map_img {
    width: 100%;
  }

  .signin_button {
    width: 100%;
  }

  .signup_button {
    width: 100%;
  }

  .gallery_pic_main {
    flex-direction: column;
  }

  .gallery_pic_first {
    width: 100%;
  }

  .gallery_pic_second {
    width: 100%;
  }

  .click_here_main {
    height: fit-content;
    padding: 20px 0px;
  }

  .click_here_in {
    flex-direction: column;
    height: 100%;
    gap: 50px;
    text-align: center;
  }

  .click_here_button {
    padding: 20px 10px;
  }

  .tab_mobile_menu_main {
    display: flex;
  }

  .mission_side_blank {
    width: 40%;
  }

  .vission_side_blank {
    width: 40%;
  }


}

@media(max-width:700px) {
  .mission_main {
    width: 70%;
  }

  .vission_main {
    width: 70%;
  }

  .members_pics {
    height: 63%;
  }

  .meet_team_img {
    top: -150%;
  }

  .mission_side_blank {
    width: 45%;
  }

  .vission_side_blank {
    width: 45%;
  }
}

@media(max-width:600px) {
  .mission_vission_in {
    align-items: flex-end;
  }

  .mission_main {
    width: 80%;
  }

  .vission_main {
    width: 80%;
  }

  .members_pics {
    height: 52%;
  }

  .meet_team_img {
    top: -120%;
  }

  .meet_team_in {
    gap: 200px;
  }

  .mission_side_blank {
    width: 50%;
  }

  .vission_side_blank {
    width: 50%;
  }

  .about_us_button {
    width: 100%;
  }
  .about_us_text {
    font-size: 13px;
  }

  .mission_vission_text {
    font-size: 13px;
  }

  .nav_options_main {
    font-size: 19px;
  }

  .upcoming_texts_main {
    font-size: 13px;
  }

  .click_here_button {
    font-size: 20px;
  }

  .team_message_text {
    font-size: 13px;
  }
.logo{
  width: 25%;
}

}

@media(max-width:500px) {
  .logo{
    width: 30%;
  }
  .mission_vission_in {
    align-items: flex-end;
  }

  .mission_main {
    width: 90%;
  }

  .mission_img {
    height: 350%;
  }

  .vission_img {
    height: 350%;
  }

  .vission_main {
    width: 90%;
  }

  .meet_team_img {
    top: -50%;
  }

  .meet_team_in {
    gap: 150px;
    margin-top: 50px;
  }

  .meet_team_fisrt_text {
    margin-top: 50px;
  }

  .meet_team_second_text {
    margin-top: 50px;
  }

  .members_pic_first {
    flex-direction: column;
    height: auto;
    gap: 50px;
    align-items: center;
  }

  .members_pic_second {
    flex-direction: column;
    height: auto;
    align-items: center;
    gap: 50px;
  }

  .members_in {
    gap: 0px;
    margin-bottom: 5px;
  }

  .signin_button {
    width: 100%;
  }

  .reach_us_buttons_main {
    width: 100%;
  }

  .gallery_pic_first {
    flex-direction: column;
    gap: 50px;
  }

  .gallery_pics_f {
    width: 100%;
  }

  .gallery_pic_second {
    flex-direction: column;
    gap: 50px;
  }

  .gallery_pics_s {
    width: 100%;
  }

  .members_pics {
    width: 80vw;
  }

  .mission_side_blank {
    width: 63%;
  }

  .vission_side_blank {
    width: 63%;
  }
  .click_here_button{
    width: 100%;
  }
  .top_bar_content{
    gap: 5px;
  }
}

@media(max-width:400px) {
  .mission_img {
    height: 350%;
  }

  .vission_img {
    height: 350%;
  }

  .meet_team_img {
    top: -70%;
  }

  .meet_team_in {
    gap: 150px;
    margin-top: 50px;
  }

  .upcoming_options {
    padding: 20px 5px;
  }

  .footer_logo_img {
    width: 100%;
  }

  .mission_side_blank {
    width: 80%;
  }

  .vission_side_blank {
    width: 80%;
  }

  /* codepen css */

  

}