/* section 2 */
.about_img2 {
  object-fit: contain;
  width: 100%;
}
.about_head2 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 64px;
  font-feature-settings: "liga" off;
  color: #000000;
}
.about_para2 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  font-feature-settings: "liga" off;
  color: #18191f;
}
/* section 3 */
.about_img3 {
  object-fit: contain;
  width: 100%;
  height: 90vh;
}
.about_head3 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 64px;
  font-feature-settings: "liga" off;
  color: #000000;
}
/* section 7 */
.about_head7 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 64px;
  text-align: center;
  font-feature-settings: "liga" off;
  color: #000000;
}
.about_img7 {
  object-fit: contain;
  width: 100%;
}
/* sectinn 5 */
.home_head8 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 64px;
  /* identical to box height, or 178% */
  font-feature-settings: "liga" off;
  color: #18191f;
}
.home_name {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  letter-spacing: -0.376923px;
  text-transform: uppercase;
  color: #000000;
}
.home_prof {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.376923px;
  text-transform: uppercase;
  color: #799a86;
}
.home_container7 {
  background-color: #f2f2f2;
}
/* sectino 6 */
.home_container7 {
  background-color: #f2f2f2;
}
.home_phone_bg {
  background: linear-gradient(
      rgba(5, 196, 221, 0.363),
      rgba(5, 196, 221, 0.637)
    ),
    url("../images//home//phone_bg.png");
}
.home_container2_2 {
  width: 100%;
  height: 40vh;
}
.home_para2_2{
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 64px;
  font-feature-settings: 'liga' off;
  color: #FFFFFF;
}
.about_btn6{
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  font-feature-settings: "liga" off;
  color: #ffffff;
  border-radius: 10px;
  padding:10px 20px;
  background: #00bcd4;
}
.about_btn61,
.about_btn61:hover {
  color: #ffffff;
}
/* section 4 */
.about_container4{
  background: #05C3DD;
  /* transform: matrix(1, 0, 0, -1, 0, 0); */
}
.about_head4{
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #FFFFFF;
}
.about_para4{
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #12175E;
}
.about_box4{
  background: #F6F6F6;
  box-shadow: 0px 2px 2px 4px rgba(0, 0, 0, 0.17);
  border-radius: 25px;
  width: 200px;
  height: 175px;
  margin: 10px;
}
@media (max-width:575px) {
  .about_box41{
    padding-left: 25%;
  }
}