@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");

.pt-sans-regular {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pt-sans-bold {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.pt-sans-regular-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.pt-sans-bold-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}
/* ============= */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");

.pt-sans-regular {
  font-family: "PT Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.pt-sans-bold {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pt-sans-regular-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.pt-sans-bold-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}

/* ========== */

@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");

.pt-sans-regular {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pt-sans-bold {
  font-family: "PT Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.pt-sans-regular-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.pt-sans-bold-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}

/* ========== */

@import url("https://fonts.googleapis.com/css2?family=Matemasie&display=swap");
.matemasie-regular {
font-family: 'Poppins';
    font-weight: 800;
    font-style: normal;
    font-size: 22px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.hero_box .w10 {
  width: 10%;
}
.justify-content-between{
  justify-content: space-between !important;
}

.hero_box .w20 {
  width: 20%;
}

.hero_box .w30 {
  width: 30%;
}

.hero_box .w40 {
  width: 40%;
}

.hero_box .w45 {
  width: 45%;
}

.hero_box .w50 {
  width: 50%;
}

.hero_box .w60 {
  width: 60%;
}

.hero_box .w70 {
  width: 70%;
}

.hero_box .w80 {
  width: 80%;
}

.hero_box .w90 {
  width: 90%;
}

.hero_box .w100 {
  width: 100%;
}

@media (max-width: 768px) {
  .hero_box .row {
    flex-direction: column;
  }
  .hero_box .w10 {
    width: 100%;
  }

  .hero_box .w20 {
    width: 100%;
  }

  .hero_box .w30 {
    width: 100%;
  }

  .hero_box .w40 {
    width: 100%;
  }

  .hero_box .w45 {
    width: 100%;
  }

  .hero_box .w50 {
    width: 100%;
  }

  .hero_box .w60 {
    width: 100%;
  }

  .hero_box .w70 {
    width: 100%;
  }

  .hero_box .w80 {
    width: 100%;
  }

  .hero_box .w90 {
    width: 100%;
  }

  .hero_box .w100 {
    width: 100%;
  }
}

.btn-danger {
  background-color: #ff214f;
  color: white;
  border: none;
  outline: none;
  padding: 13px 40px;
}

.text-danger {
  color: #ff214f !important;
}

.h5short {
  font-size: 19px;
  margin-top: 22px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif !important;
}

.h6big {
  font-size: 34px;
  margin-bottom: 11px !important;
}

.team_section_bottom {
  text-align: center;
  margin-top: 170px;
  margin-bottom: 170px;
}

 
.hero_box .row {
    gap: 0px;
    display: flex;
    justify-content: start;
}

.img_box {
  position: relative;
}

.text-light {
  color: white !important;
}

.img_over_box {
  background: #ff214f;
  color: white;
  position: absolute;
  z-index: 111;
  top: 25%;
  padding: 100px 42px;
  width: 44%;
  left: 20%;
}

.gap_img {
  width: 100%;
  height: 646px;
  object-fit: cover;
}

.p_font {
  font-size: 15px !important;
}

.hero_box {
  /* margin-top: 155px !important; */
  margin: auto;
}

.mt-1 {
  margin-top: 10px !important;
}
.mt-2 {
  margin-top: 30px !important;
}
.mt-3 {
  margin-top: 30px !important;
}
.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}


.team_boxes h5{
       font-size: 16px !important;
    line-height: 23px;
}

.p_new_color{
color: #858585 !important;
}

@media (max-width:768px){
  .phone_center{
  text-align: center !important;
}
}