body {
  background-color: #f6faff;
}
.phone_img_home img {
  display: none;
}
.about_us_home_ {
  padding-top: 100px;
  height: 50vh;
  width: 100%;
  display: flex;
  align-items: center;
}
.image_about_us {
  height: 80%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.image_about_us img {
  padding-right: 50px;
  height: 100%;
  width: auto;
}
.content {
  width: 50%;
  height: 80%;
  display: flex;
  flex-direction: column;
}
.content h1 {
  color: #032d6c;
}
.content p {
  padding-top: 40px;
  color: #344054;
  width: 50%;
}

.vision_statement {
  height: 50vh;
  width: 100%;
}
.vision_statement h1 {
  height: 20%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #032d6c;
}
.vision_statement_block {
  display: flex;

  height: 80%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.vision_statement_block img {
  height: 80%;
  width: 20%;
}

.Strategic_Initiative {
  width: 100%;
  height: 70vh;

  display: flex;
  flex-direction: column;
}

.Strategic_Initiative_h1 {
  height: 20%;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #032d6c;
}
.Strategic_Initiative_6_point {
  height: 80%;
  width: 100%;
  display: flex;
}
.Strategic_Initiative_3_point {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 50%;
  gap: 20px;
}
.Strategic_Initiative_3_point img {
  height: 20%;
  width: 80%;
}

.about_us_depti_sunil_sir {
  height: 100vh;
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.sunil_sir_content {
  height: 40%;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}
.sunil_sir_content img {
  height: 95%;
  width: auto;
}
.sunil_sir_content div {
  width: 50%;
  height: 95%;
  display: flex;
  flex-direction: column;

  justify-content: center;
  padding-left: 20px;
}
.sunil_sir_content div p {
  width: 80%;
  color: #344054;
}
.sunil_sir_content div h1,
h4 {
  margin-top: 5px;
  color: #032d6c;
}
.sangeta_mam_content {
  padding-left: 50px;
}

.footerrr {
  margin-top: 100px;
}

/* resposive home page */
/* for tablet */
@media only screen and (max-width: 1024px) and (min-width: 600px) {
  .about_us_home_ {
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .image_about_us {
    height: 60%;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;

    background-image: url(home.JPG);
    background-size: cover;

    background-position: center;
  }
  .image_about_us img {
    display: none;
  }

  .content {
    width: 50%;
    height: 60%;
    padding-left: 50px;
  }
  .content h1 {
    color: #032d6c;
    width: 80%;
  }
  .content p {
    width: 80%;
  }
  .Strategic_Initiative {
    width: 100%;
    height: 50vh;

    display: flex;
    flex-direction: column;
  }

  .about_us_depti_sunil_sir {
    height: 100vh;
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .sunil_sir_content {
    height: 40%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sunil_sir_content img {
    height: auto;
    width: 50%;
  }

  .sunil_sir_content div {
    height: 80%;
  }

  .sunil_sir_para {
    padding-left: 20px;
  }

  .sunil_sir_content div p {
    line-height: 15px;
    font-size: 12px;
  }

  .sangeta_mam_content {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 600px) and (min-width: 0px) {
  .about_us_home_ {
    height: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .image_about_us {
    height: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .image_about_us img {
    padding-right: 0px;
    width: 90%;
    height: auto;
  }

  .content {
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .content h1 {
    font-size: 30px;
    text-align: center;
    width: 80%;
  }
  .content p {
    text-align: center;
    font-size: 20px;
    width: 80%;
  }

  .vision_statement {
    margin-top: 50px;
    height: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .vision_statement h1 {
    height: 20%;
    font-size: 40px;
  }
  .vision_statement_block {
    gap: 10px;
    height: 80%;
    width: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .vision_statement_block img {
    height: auto;
    width: 45%;
  }

  .Strategic_Initiative {
    margin-top: 100px;
    height: 600px;
    width: 100%;
  }
  .Strategic_Initiative h1 {
    height: 20%;
    font-size: 45px;
  }
  .Strategic_Initiative_6_point {
    height: 80%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .Strategic_Initiative_1points {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  .Strategic_Initiative_2points {
    padding-top: 10px;
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }

  .about_us_depti_sunil_sir {
    height: 1400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sunil_sir_content {
    margin-top: 50px;
    height: 700px;
    width: 100%;
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-direction: column;
  }
  .sunil_sir_content div {
    height: 50%;
    width: 80%;
    padding-left: 0px;
  }

  .sunil_sir_para h1 {
    width: 100%;

    font-size: 30px;
  }

  .sunil_sir_para p {
    width: 100%;
    font-size: 12px;
  }

  .sunil_sir_content img {
    height: auto;
    width: 80%;
  }
}
