@import url('./root.css');

/*.navbar-right-button {*/
/*  border-radius: 16px;*/
/*  border: 1px solid var(--ea-blue);*/
/*  background: var(--ea-green-to-blue);*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  -webkit-background-clip: text;*/
/*  background-clip: text;*/
/*  align-items: center;*/
/*  text-decoration: none;*/
/*  color: var(--ea-blue);*/
/*  font-size: 18px;*/
/*  height: 43px;*/
/*  width: 145px;*/
/*  line-height: 27px;*/
/*  margin-right: -60px;*/
/*  margin-left:  50px;*/
/*}*/
.all-pages-first-section {
  /*height: 100%;*/
  /*width: 100%;*/
  background-image: url(../images/all-pages-first-section/background-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 45px;
  padding: 100px 20px 80px 20px;
}

.all-pages-first-section p {
  max-width: 640px;
  overflow-wrap: anywhere;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  /*padding: 0 20px 0 20px;*/
}

.all-pages-first-section h1 {
  overflow-wrap: anywhere;
  text-align: center;
  background: var(--ea-green-to-blue);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 110px;
  /*margin-top: -11px;*/
  /*margin-bottom: 24px;*/
  /*padding-bottom: 3px;*/
}
@media screen and (max-width: 500px) {
  .all-pages-first-section h1 {
    font-size: 72px;
    margin-bottom: 20px;
  }
}

.all-cerificate-img-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 429px;
  align-items: center;
  gap: 20px;
}

.all-cerificate-img-container img {
  width: 82px;
  height: 97px;
  margin: 20px;
}

.certifications {
  background: #000417;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*height: 450px;*/
  padding: 100px 20px 140px 20px;
}

/*.certifications h2 {*/
/*  !*text-align: left;*!*/
/*  background: var(--ea-green-to-blue);*/
/*  background-clip: text;*/
/*  -webkit-background-clip: text;*/
/*  -webkit-text-fill-color: transparent;*/
/*  font-family: "Manrope", sans-serif;*/
/*  font-size: 46px;*/
/*  font-weight: 300;*/
/*  font-style: normal;*/
/*  !*margin-bottom: 33px;*!*/
/*  !*margin-top: 47px;*!*/
/*  padding-bottom: 30px;*/
/*}*/

.university-img {
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 16px 24px 16px 24px;
  border-radius: 8px;
  border: 1px;
  gap: 40px;
}

.university-img img {
  height: 70px;
}
.top-cliped-image {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.clipped-image-container {
  width: 386px; /* Match the SVG's width */
  height: 281px; /* Match the SVG's height */
  overflow: hidden;
  position: relative;
}
.clipped-image0 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask: url(#mask0);
  -webkit-mask: url(#mask0); /* For Safari */
}
.clipped-image1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask: url(#mask1);
  -webkit-mask: url(#mask1); /* For Safari */
}
.clipped-image3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask: url(#mask3);
  -webkit-mask: url(#mask3); /* For Safari */
}
.center-cliped-image .clipped-image-container {
  width: 374px; /* Match the SVG's viewBox width */
  height: 373px; /* Match the SVG's viewBox height */
  overflow: hidden;
  position: relative;
}

.clipped-image2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask: url(#mask2);
  -webkit-mask: url(#mask2); /* For Safari */
}
.bottom-cliped-image .clipped-image-container {
  width: 802px;
  height: 281px;
  overflow: hidden;
  position: relative;
}
.image-four-type-shape {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.center-cliped-image {
  position: absolute;
  top: 116px;
  left: 213px;
}
.clipped-image-container-small {
  width: 300px; /* Match the SVG's width */
  height: 200px; /* Match the SVG's height */
  overflow: hidden;
  position: relative;
}
.clipped-image0-small {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask: url(#mask0-small);
  -webkit-mask: url(#mask0-small); /* For Safari */
}
.clipped-image1-small {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask: url(#mask1-small);
  -webkit-mask: url(#mask1-small); /* For Safari */
}
.clipped-image3-small {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask: url(#mask3-small);
  -webkit-mask: url(#mask3-small); /* For Safari */
}
.center-cliped-image-small .clipped-image-container-small {
  width: 200px; /* Match the SVG's viewBox width */
  height: 200px; /* Match the SVG's viewBox height */
  overflow: hidden;
  position: relative;
}

.clipped-image2-small {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask: url(#mask2-small);
  -webkit-mask: url(#mask2-small); /* For Safari */
}

.bottom-cliped-image-small .clipped-image-container-small {
  width: 400px;
  height: 281px;
  overflow: hidden;
  position: relative;
}
.center-cliped-image-small {
  position: absolute;
  top: 116px;
  left: 213px;
}
.image-four-type-shape-small-width {
  display: none;
}
@media screen and (max-width: 1200px) {
  .ourstory-head {
    flex-direction: column;
  }
  .image-four-type-shape-small-width {
    display: flex !important;
  }
  .image-four-type-shape-big-width {
    display: none !important;
  }
  .image-four-type-shape-small-width img {
    width: 250px;
    object-fit: cover;
  }
}
/* design-4-image  */
.img-four-type-design {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.top-part-design {
  display: flex;
  flex-direction: row;
  gap: 18px;
  position: relative;
}
.top-part-design img,
.center-part-design img,
.bottom-part-design img {
  height: 200px !important;
  border: 1px solid #10142d;
  border-radius: 11px;
  object-fit: cover;
}
.center-part-design {
  position: absolute;
  top: 39%;
  right: -125px;
  width: 225px;
  height: 225px;
  z-index: 10;
}
.center-part-design img {
  border: 14px solid #10142d;
  border-radius: 50%;
  width: 225px;
  height: 225px !important;
  object-fit: cover;
}
.bottom-part-design img {
  width: 100%;
  border: 1px solid #10142d;
  object-fit: cover;
}
.top-left-part-design,
.top-right-part-design {
  width: 50%;
  position: relative;
}
.top-left-part-design img,
.top-right-part-design img {
  position: relative;
  width: 100%;
}
.ourstory {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #10142d;
  width: 100%;
  height: auto;
  left: 580px;
  gap: 20px;
  padding: 80px 50px 80px 50px;
}

.ourstory-head {
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 50px;
  padding: 40px;
}
@media screen and (max-width: 500px) {
  .ourstory-head {
    padding-left: 0;
    padding-right: 0;
  }
  .ourstory {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.image-ourstory {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
}

.head-img {
  display: flex;
  flex-direction: row;
  gap: 28px;
}

.head-img img {
  max-width: 290px;
}

.circle {
  border-radius: 50%;
  max-width: 290px;
  margin-top: -127px;
  margin-bottom: -132px;
}

.footer-img {
  max-width: 610px;
}

.story {
  /*margin-top: 10px;*/
  /*width: 660px;*/
  /*height: 250px;*/
  /*left: 580px;*/
  /*gap: 40px;*/
  padding-bottom: 50px;
}

.our_story {
  background: linear-gradient(226.59deg, #00de8e -0.38%, #00a7ff 94.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  align-items: start;
  font-family: 'Manrope', sans-serif;
  font-size: 76px;
  font-weight: 600;
  line-height: 82px;
  letter-spacing: 0em;
  text-align: start;
  margin-bottom: 52px;
  padding-top: 30px;
}

.section_title {
  background: linear-gradient(226.59deg, #00de8e -0.38%, #00a7ff 94.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*font-family: 'Manrope', sans-serif;*/
  font-size: 46px;
  font-weight: 300;
  line-height: 69px;
  letter-spacing: 0em;
  text-align: center;
  padding-bottom: 30px;
}

.text {
  text-align: start;
  justify-content: center;
  display: flex;
  color: #ffffff;
  max-width: 659px;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
}

.values {
  /*width: 366px;*/
  /*height: 69px;*/
  /*left: 777px;*/
  /*margin-top: 30px;*/
  /*margin-bottom: -60px;*/
  padding-bottom: 30px;
}

.values h2 {
  background: linear-gradient(226.59deg, #00de8e -0.38%, #00a7ff 94.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 46px;
  font-weight: 300;
  line-height: 69px;
}

.values-option {
  align-items: center;
  display: flex;
  justify-content: center;
  justify-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 25px;
  /*margin-bottom: 150px;*/
}

.option {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 365px;
  height: 438px;
  border-radius: 16px;
  border: 1px solid #01d2a6;
  gap: 16px;
  /*margin-left: 25px;*/
  padding: 0 30px 0 30px;
  overflow: hidden;
  background: var(--ea-layer-background);
}

.icon {
  width: 48px;
  height: 48px;
}

.option h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  /*font-family: 'Manrope', sans-serif;*/
  justify-content: center;
}

.option p {
  /*font-family: 'Manrope', sans-serif;*/
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  display: flex;
}

.contentt {
  /*height: 600px;*/
  /*width: 100%;*/
  background-image: url(../images/all-pages-first-section/background-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 140px 0 50px 0;
}

.team-members {
  background-color: #000417;
  align-items: center;
  justify-content: center;
  width: 1556px;
  padding: 80px 120px 80px 120px;
  /*height: 1696px;*/
  /*margin-left: 120px;*/
  /*margin-top: 1300px;*/
  /*margin-left: 10px;*/
  /*margin-right: 10px;*/
}

.team-title {
  /*padding-top: 80px;*/
}

.team-title h2 {
  background: linear-gradient(223.25deg, #00de8e -49.38%, #00a7ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*font-family: "Manrope", sans-serif;*/
  font-size: 74px;
  font-weight: 300;
  size: 74px;
  gap: 120px;
  text-align: center;
}

.team-member-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 60px;
}

.team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  /*margin: -15px 30px -50px 50px;*/
  max-width: 300px;
}

.img-container {
  position: relative;
}

.icoon {
  left: 0;
  width: 310px;
  height: auto;
  z-index: 1;
  margin-bottom: -197px;
}

.person {
  width: 90px;
  /*height: auto;*/
  border-radius: 50%;
  z-index: 1;
  margin-bottom: 20px;
}

.member-details {
  /*width: 100%;*/
  /*height: 100%;*/
  /*color: #fff;*/
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  /*padding-bottom: 32px;*/
  /*padding-top: 10px;*/
}

.name {
  margin-bottom: 10px;
}

.name h3 {
  width: auto;
  font-size: 36px;
  font-weight: 400;
  /*font-family: "Manrope", sans-serif;*/
  margin-bottom: -5px;
  line-height: 54px;
}

.name p {
  background: linear-gradient(223.25deg, #00de8e -49.38%, #00a7ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: auto;
  font-size: 24px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  font-family: 'Manrop', sans-serif;
  /*margin-left: 1rem;*/
  line-height: 43px;
}

.job {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  /*font-family: 'Manrope', sans-serif;*/
}

.job p {
  text-align: center;
  color: #fff;
  width: 290px;
  height: 160px;
  font-weight: 400;
  line-height: 24px;
  /*font-family: 'Manrope', sans-serif;*/
}

.experience-container {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  /*width: Fixed 1,494px;*/
  /*height: 484px;*/
  /*left: 228px;*/
  /*gap: 40px;*/
  padding-top: 65px;
  padding-bottom: 40px;
}

.experience-container h2 {
  display: flex;
  justify-content: center;
  background: linear-gradient(223.25deg, #00de8e -49.38%, #00a7ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*font-family: "Manrope", sans-serif;*/
  font-size: 46px;
  font-weight: 300;
  line-height: 69px;
  /*letter-spacing: 0em;*/
  /*text-align: center;*/
  padding-bottom: 25px;
}

.row {
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  justify-content: center;
  /*height: 175px;*/
  gap: 100px;
}

.personal {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 200px;
  height: 175px;
}

.personall {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 200px;
  height: 143px;
  margin-top: -40px;
}

.number {
  display: flex;
  flex-direction: row;
  width: 99px;
  height: 111px;
  /*font-family: "Manrope", sans-serif;*/
}

.number h3 {
  background: linear-gradient(223.25deg, #00de8e -49.38%, #00a7ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  /*font-family: "Manrope", sans-serif;*/
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 74px;
  font-weight: 700;
  line-height: 111px;
  text-align: left;
}

.number span {
  background: linear-gradient(223.25deg, #00de8e -49.38%, #00a7ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  padding: 2px;
  /*font-family: "Manrope", sans-serif;*/
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
  align-items: center;
}

.personal p {
  display: flex;
  color: #fff;
  /*font-family: "Manrope", sans-serif;*/
  font-size: 18px;
  font-weight: 400;
  line-height: 32.4px;
  width: 200px;
  height: 64px;
  text-align: center;
}

.content {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  /*width: 1100px;*/
  /*margin-left: 50px;*/
}

.content p {
  text-align: center;
  /*display: flex;*/
  color: #fff;
  /*font-family: "Manrope", sans-serif;*/
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  width: 1100px;
}

.team-images-container {
  /*margin: 60px;*/
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.images-1 {
  flex: 0 0 33.33%; /* Three columns */
  box-sizing: border-box;
}

.team-images-container img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .images-1 {
    flex: 0 0 50%; /* Two columns */
  }
}

/*@media screen and (max-width: 1600px) {*/
/*  .values-option {*/
/*    flex-direction: column;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 992px) {*/
/*  .values-option {*/
/*    flex-direction: column;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 450px) {*/
/*  .all-pages-first-section {*/
/*    height: auto;*/
/*    width: 100%;*/
/*    margin-left: 0px;*/
/*  }*/
/*  .all-pages-first-section p {*/
/*    text-align: center;*/
/*    width: 10px;*/
/*  }*/
/*}*/
/*!* --------------------------------------- *!*/
/*@media screen and (max-width: 660px) {*/
/*  .certifications {*/
/*    width: auto;*/
/*    height: auto;*/
/*  }*/
/*  .certifications h2 {*/
/*    margin-top: 20px;*/
/*  }*/
/*  .all-cerificate-img-container {*/
/*    width: auto;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    gap: 0;*/
/*  }*/
/*  .all-cerificate-img-container img {*/
/*    display: flex;*/
/*    width: 90px;*/
/*    height: auto;*/
/*    gap: 0px;*/
/*  }*/
/*  .university-img img {*/
/*    width: auto;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 450px) {*/
/*  .certifications {*/
/*    width: auto;*/
/*    height: auto;*/
/*  }*/
/*  .certifications h2 {*/
/*    margin-top: 20px;*/
/*  }*/
/*  .all-cerificate-img-container {*/
/*    width: auto;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    gap: 0;*/
/*  }*/
/*  .all-cerificate-img-container img {*/
/*    display: flex;*/
/*    width: 80px;*/
/*    height: auto;*/
/*    gap: 0px;*/
/*  }*/
/*  .university-img img {*/
/*    width: auto;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 1230px) {*/
/*  !*.content {*!*/
/*  !*  width: 100%;*!*/
/*  !*  height: auto;*!*/
/*  !*}*!*/
/*  !*.team-members {*!*/
/*  !*  height: auto;*!*/
/*  !*  width: auto;*!*/
/*  !*  margin-top: auto;*!*/
/*  !*}*!*/
/*  !*.team-member-container {*!*/
/*  !*  width: auto;*!*/
/*  !*  height: auto;*!*/
/*  !*}*!*/
/*}*/
/*@media screen and (max-width: 950px) {*/
/*  !*.content {*!*/
/*  !*  width: auto;*!*/
/*  !*}*!*/
/*  .team-images-container img {*/
/*    width: 100%;*/
/*  }*/
/*  .team-images-container {*/
/*    padding-top: 0;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 900px) {*/
/*  !*.content {*!*/
/*  !*  width: 100%;*!*/
/*  !*  height: auto;*!*/
/*  !*}*!*/
/*  !*.team-members {*!*/
/*  !*  height: auto;*!*/
/*  !*  width: auto;*!*/
/*  !*  margin-top: auto;*!*/
/*  !*}*!*/
/*  !*.team-member-container {*!*/
/*  !*  width: auto;*!*/
/*  !*  height: auto;*!*/
/*  !*}*!*/
/*}*/
/*@media screen and (max-width: 840px) {*/
/*  .content {*/
/*    !*width: 100%;*!*/
/*    !*height: auto;*!*/
/*  }*/
/*  .team-members {*/
/*    !*height: auto;*!*/
/*    !*width: auto;*!*/
/*  }*/
/*  .team-member-container {*/
/*    flex-wrap: wrap;*/
/*    height: auto;*/
/*  }*/
/*  .team-member {*/
/*    !*width: 250px;*!*/
/*    !*height: auto;*!*/
/*    !*display: flex;*!*/
/*  }*/
/*  .experience-container {*/
/*    !*width: auto;*!*/
/*    !*height: auto;*!*/
/*  }*/
/*  .row {*/
/*    width: 100%;*/
/*    gap: 0px;*/
/*    margin-top: -30px;*/
/*    justify-content: space-around;*/
/*  }*/
/*  .personall {*/
/*    width: auto;*/
/*  }*/

/*  .content {*/
/*    width: auto;*/
/*    height: auto;*/
/*    margin-top: 5px;*/
/*    margin-bottom: 130px;*/
/*  }*/
/*  .content p {*/
/*    font-size: 20px;*/
/*    margin-left: 15px;*/
/*    line-height: 25px;*/
/*    padding-right: 40px;*/
/*    margin-right: 10px;*/
/*    margin-left: 5px;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 840px) {*/
/*  .content {*/
/*    width: 100%;*/
/*    height: auto;*/
/*  }*/
/*  .team-members {*/
/*    !*height: auto;*!*/
/*    !*width: 800px;*!*/
/*    */
/*  }*/
/*  .team-member-container {*/
/*    flex-wrap: wrap;*/
/*    height: auto;*/
/*  }*/
/*  .team-member {*/
/*    !*width: 250px;*!*/
/*    !*height: auto;*!*/
/*    !*display: flex;*!*/
/*  }*/
/*  */
/*} */
/*@media screen and (max-width: 704px) {*/
/*  .content {*/
/*    !*width: 100%;*!*/
/*    !*height: auto;*!*/
/*  }*/
/*  .team-members {*/
/*    !*height: auto;*!*/
/*    !*width: auto;*!*/
/*    */
/*  }*/
/*  .team-member-container {*/
/*    flex-wrap: wrap;*/
/*    height: auto;*/
/*    width: auto;*/
/*  }*/
/*  .team-member {*/
/*    !*width: auto;*!*/
/*    !*height: auto;*!*/
/*    !*display: flex;*!*/
/*  }*/
/*  */
/*} */
/*@media screen and (max-width: 500px) {*/
/*  .contentt {*/
/*    width: 100%;*/
/*    height: auto;*/
/*  }*/
/*  .team-members {*/
/*    !*width: auto;*!*/
/*    !*height: auto;*!*/
/*    !*margin-top: 20px;*!*/
/*    !*margin-right: 15px;*!*/
/*  } */
/*}  */
/*@media screen and (max-width: 450px) {*/
/*  .contentt {*/
/*    !*width: 100%;*!*/
/*    !*height: auto;*!*/
/*    !*margin-bottom: -1280px;*!*/
/*  }*/
/*  .team-members {*/
/*    !*width: 320px;*!*/
/*    !*height: auto;*!*/
/*    !*margin-top: 20px;*!*/
/*    !*margin-right: 15px;*!*/
/*  }*/
/*  .team-title h2 {*/
/*    font-size: 40px;*/
/*    !*margin-bottom: -70px;*!*/
/*  }*/
/*  !*.team-member-container{*!*/
/*  !*  width: auto;*!*/
/*  !*  height: auto;*!*/
/*  !*}*!*/
/*  .team-member {*/
/*    !*display: flex;*!*/
/*    !*width: auto;*!*/
/*    !*height: 250px;*!*/
/*    !*margin-bottom: 70px;*!*/
/*    !*margin-left: 30px;*!*/
/*  }*/
/*  .icoon {*/
/*    width: 260px;*/
/*  }*/
/*  .person {*/
/*    width: 77px;*/
/*    margin-top: 27px;*/
/*  }*/
/*  .member-details {*/
/*    !*margin-top: 10px;*!*/
/*  }*/
/*  .name h3 {*/
/*    font-size: 20px;*/
/*  }*/
/*  .name p {*/
/*    !*margin-bottom: 5px;*!*/
/*  }*/
/*  .job p {*/
/*    !*text-align:inherit;*!*/
/*    width: 200px;*/
/*    margin-left: 15px;*/
/*    line-height: 15px;*/
/*    !*font-weight: lighter;*!*/
/*  }*/
/*}*/
/*@media screen and (max-width: 1230px) {*/
/*  .experience-container {*/
/*    !*width: auto;*!*/
/*    !*height: auto;*!*/
/*  }*/
/*  .row {*/
/*    width: 100%;*/
/*    gap: 0px;*/
/*    margin-top: -30px;*/
/*    justify-content: space-around;*/
/*  }*/
/*  .personall {*/
/*    width: auto;*/
/*  }*/

/*  .content {*/
/*    width: auto;*/
/*    height: auto;*/
/*    margin-top: 5px;*/
/*    margin-bottom: 130px;*/
/*  }*/
/*  .content p {*/
/*    font-size: 20px;*/
/*    margin-left: 15px;*/
/*    line-height: 25px;*/
/*    padding-right: 40px;*/
/*    margin-right: 10px;*/
/*    margin-left: 5px;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 900px) {*/
/*  .experience-container {*/
/*    !*width: auto;*!*/
/*    !*height: auto;*!*/
/*  }*/
/*  .row {*/
/*    width: 100%;*/
/*    gap: 0px;*/
/*    margin-top: -30px;*/
/*    justify-content: space-around;*/
/*  }*/
/*  .personall {*/
/*    width: auto;*/
/*  }*/

/*  .content {*/
/*    width: auto;*/
/*    height: auto;*/
/*    margin-top: 5px;*/
/*    margin-bottom: 130px;*/
/*  }*/
/*  .content p {*/
/*    font-size: 20px;*/
/*    margin-left: 15px;*/
/*    line-height: 25px;*/
/*    padding-right: 40px;*/
/*    margin-right: 10px;*/
/*    margin-left: 5px;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 840px) {*/
/*  .row {*/
/*    width: 100%;*/
/*    gap: 0px;*/
/*    margin-top: -30px;*/
/*    justify-content: center;*/
/*  }*/
/*  .personal , .personall {*/
/*  flex-basis: calc(385px - 32px);*/
/*  height: 100px;*/
/*  margin-bottom: 60px;*/
/*  }*/
/*  .content {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    margin-top: 140px;*/
/*    margin-left: 15px;*/
/*    margin-bottom: 40px;*/
/*    */
/*  }*/
/*  .content p {*/
/*   text-align: center;*/
/*   font-size: 12px;*/
/*   line-height: 15px;*/
/*   margin-bottom: 30px;*/
/*  }*/
/*}  */
/*@media screen and (max-width: 765px) {*/
/*  .row {*/
/*    width: 100%;*/
/*    gap: 0px;*/
/*    margin-top: 30px;*/
/*    margin-bottom: 80px;*/
/*    justify-content: center;*/
/*    */
/*  }*/
/*  .personal , .personall {*/
/*  flex-basis: calc(355px - 32px);  */
/*  height: 100px;*/
/*  margin-bottom: 60px;*/
/*  }*/
/*  .content {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    margin-top: 70px;*/
/*    margin-left: 15px;*/
/*    margin-bottom: 80px;*/
/*    */
/*  }*/
/*  .content p {*/
/*   text-align: center;*/
/*   font-size: 12px;*/
/*   line-height: 15px;*/
/*   margin-bottom: 10px;*/
/*  }*/
/*} */
/*@media screen and (max-width: 704px) {*/
/*  .experience-container {*/
/*    !*width: auto;*!*/
/*    !*margin-top: 60px;*!*/
/*  }*/
/*  .row {*/
/*    margin-bottom: 300px;*/
/*  }*/
/*}  */
/*@media screen and (max-width: 660px) {*/
/*  .experience-container {*/
/*    !*width: auto;*!*/
/*    !*margin-top: 60px;*!*/
/*  }*/
/*  .row {*/
/*    margin-bottom: 300px;*/
/*  }*/
/*} */
/*@media screen and (max-width: 500px) {*/
/*  .experience-container {*/
/*    !*width: auto;*!*/
/*    !*margin-top: 60px;*!*/
/*  }*/
/*  .row {*/
/*    margin-bottom: 300px;*/
/*  }*/
/*}  */
/*@media screen and (max-width: 450px) {*/
/*  .experience-container {*/
/*    !*width: auto;*!*/
/*    !*margin-top: 100px;*!*/
/*    !*margin-bottom: -200px;*!*/
/*  }*/
/*  .row {*/
/*    width: 100%;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    flex-wrap: nowrap;*/
/*    margin-top: 300px;*/
/*  */
/*  }*/
/*  .personal, .personall {*/
/*    margin-bottom: 20px;*/
/*  }*/
/*  .personall {*/
/*   width: auto;*/
/*   height: 50px;*/
/*   flex-direction: column;*/
/*   display: flex;*/
/*   margin: -70px;*/
/*  }*/
/*  .personal{*/
/*    margin: -60px;*/
/*    height: 70px;*/
/*    width: auto;*/
/*    flex-direction: column;*/
/*    display: flex;*/
/*  }*/
/*  .number {*/
/*    width: 40px;*/
/*    margin-bottom: -20px;*/
/*    margin-left: -35px;*/
/*  }*/
/*  .personall p {*/
/*    margin-left: 10px;*/
/*  }*/
/*  .personal p {*/
/*    margin-left: 10px*/
/*  }*/
/*  .content {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    margin-top: 200px;*/
/*    margin-left: 25px;*/
/*    margin-bottom: 40px;*/
/*    */
/*  }*/
/*  .content p {*/
/*   text-align: center;*/
/*   font-size: 12px;*/
/*   line-height: 15px;*/
/*   margin-bottom: 10px;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 900px) {*/
/*  .all-pages-first-section p {*/
/*    width: auto;*/
/*    padding-left: 10px;*/
/*    padding-right: 10px;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 1156px) {*/
/*  .values-option {*/
/*    width: auto;*/
/*    height: auto;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    flex-wrap: wrap;*/
/*    margin-right: 17px;*/
/*  }*/
/*  */
/*    !*.ourstory {*!*/
/*    !*  width: auto;*!*/
/*    !*  height: auto;*!*/
/*    !*}*!*/
/*    !*.story {*!*/
/*    !*  width: auto;*!*/
/*    !*  height: auto;*!*/
/*    !*}*!*/
/*    .section_title {*/
/*      font-size: 32px;*/
/*      !*margin-bottom: -10px;*!*/
/*    }*/
/*    .text {*/
/*      text-align: center;*/
/*      font-size: 14px;*/
/*      line-height: 20px;*/
/*      width: 72%;*/
/*      padding: 5px;*/
/*      margin-left: 10rem;*/
/*  */
/*    }*/
/*    .values {*/
/*      align-items: center;*/
/*      display: flex;*/
/*    }*/
/*    .values h2 {*/
/*      width: 100%;*/
/*      font-size: 40px;*/
/*      height: auto;*/
/*      display: flex;*/
/*      margin-left: 20px;*/
/*      margin-bottom: 90px;*/
/*    }*/
/*    .values-option {*/
/*      max-width: auto;*/
/*      align-items: center;*/
/*      justify-content: center;*/
/*      flex-wrap: wrap;*/
/*      display: flex;*/
/*      margin-left: 10px;*/
/*      margin-right: 10px;*/
/*    */
/*    }*/
/*    .option {*/
/*      flex-basis: calc(250px);*/
/*      height: 360px;*/
/*      margin-bottom: 30px;*/
/*      margin-left: 20px;*/
/*      display: flex;*/
/*    }*/
/*}  */
/*@media screen and (max-width: 1100px) {*/
/*  .values-option {*/
/*    width: auto;*/
/*    height: auto;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    flex-wrap: wrap;*/
/*    margin-right: 17px;*/
/*  }*/
/*  */
/*    !*.ourstory {*!*/
/*    !*  width: auto;*!*/
/*    !*  height: auto;*!*/
/*    !*}*!*/
/*    !*.story {*!*/
/*    !*  width: auto;*!*/
/*    !*  height: auto;*!*/
/*    !*}*!*/
/*    .section_title {*/
/*      font-size: 32px;*/
/*      !*margin-bottom: -10px;*!*/
/*    }*/
/*    .text {*/
/*      text-align: center;*/
/*      font-size: 14px;*/
/*      line-height: 20px;*/
/*      width: 72%;*/
/*      padding: 5px;*/
/*      margin-left: 10rem;*/
/*  */
/*    }*/
/*    .values {*/
/*      align-items: center;*/
/*      display: flex;*/
/*    }*/
/*    .values h2 {*/
/*      width: 100%;*/
/*      font-size: 40px;*/
/*      height: auto;*/
/*      display: flex;*/
/*      margin-left: 20px;*/
/*      margin-bottom: 90px;*/
/*    }*/
/*    .values-option {*/
/*      max-width: auto;*/
/*      align-items: center;*/
/*      justify-content: center;*/
/*      flex-wrap: wrap;*/
/*      display: flex;*/
/*      margin-left: 10px;*/
/*      margin-right: 10px;*/
/*      gap: 40px*/
/*    */
/*    }*/
/*    .option {*/
/*      flex-basis: calc(355px - 32px);*/
/*      height: 400px;*/
/*      margin-bottom: 30px;*/
/*      margin-left: 20px;*/
/*      display: flex;*/
/*    }*/
/*}  */
/*@media screen and (max-width: 900px) {*/
/*  !*.section_title {*!*/
/*  !*  width: auto*!*/
/*  !*}*!*/
/*  !*.story {*!*/
/*  !*  width: auto;*!*/
/*  !*  height: auto;*!*/
/*  !*}*!*/
/*  @media screen and (max-width: 900px) {*/
/*    .values-option {*/
/*      max-width: auto;*/
/*      align-items: center;*/
/*      justify-content: center;*/
/*      flex-wrap: wrap;*/
/*      display: flex;*/
/*      margin-left: 10px;*/
/*      margin-right: 10px;*/
/*      gap: 40px*/
/*    */
/*    }*/
/*    .option {*/
/*      flex-basis: calc(305px - 32px);*/
/*      height: 400px;*/
/*      margin-bottom: 30px;*/
/*      margin-left: 20px;*/
/*      display: flex;*/
/*    }*/
/*    .icon {*/
/*      width: 30px;*/
/*      margin-top: 25px;*/
/*    }*/
/*    .option h3 {*/
/*      font-size: 12px;*/
/*      margin-bottom: -10px;*/
/*    }*/
/*    .option p {*/
/*      font-size: 10px;*/
/*      align-items: center;*/
/*      width: 180px;*/
/*      line-height: 20px;*/
/*      padding: 10px;*/
/*    }*/
/*  }*/
/*}*/
/*@media screen and (max-width: 500px) {*/
/*  .text {*/
/*    text-align: center;*/
/*    font-size: 14px;*/
/*    line-height: 20px;*/
/*    margin-left: 5rem;*/
/*  }*/
/*  .values-option {*/
/*    max-width: auto;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    flex-direction: column;*/
/*  }*/
/*  .option {*/
/*    padding: 0px;*/
/*    width: auto;*/
/*  }*/
/*  */
/*}  */
/*@media screen and (max-width: 450px) {*/
/*  !*.ourstory {*!*/
/*  !*  width: auto;*!*/
/*  !*  height: 1500px;*!*/
/*  !*}*!*/
/*  !*.story {*!*/
/*  !*  width: auto;*!*/
/*  !*  height: auto;*!*/
/*  !*  margin-top: -500px;*!*/
/*  !*}*!*/
/*  .section_title {*/
/*    font-size: 32px;*/
/*    !*margin-top: -200px;*!*/
/*    !*margin-bottom: -10px;*!*/
/*  }*/
/*  .text {*/
/*    text-align: center;*/
/*    font-size: 14px;*/
/*    line-height: 20px;*/
/*    width: 92%;*/
/*    padding: 5px;*/
/*    margin-left: 15px;*/

/*  }*/
/*  .values {*/
/*    align-items: center;*/
/*    display: flex;*/
/*  }*/
/*  .values h2 {*/
/*    width: 100%;*/
/*    font-size: 40px;*/
/*    height: auto;*/
/*    display: flex;*/
/*    margin-left: 20px;*/
/*    margin-bottom: 90px;*/
/*  }*/
/*  .values-option {*/
/*    max-width: 450px;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    flex-wrap: wrap;*/
/*  }*/
/*  .option {*/
/*    flex-basis: calc(205px - 14px);*/
/*    height: 260px;*/
/*    margin-bottom: 10px;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 460px) {*/
/*  .team-member {*/
/*    !*width: 100%;*!*/
/*  }*/
/*  .team-member img {*/
/*    !*border-radius: 18px;*!*/
/*    !*height: 355px;*!*/
/*    !*object-fit: contain;*!*/
/*  }*/
/*}*/

/*!* ---------------------------------- *!*/
/*@media screen and (max-width: 1230px) {*/
/*  .team-images-container {*/
/*    max-width: 1230px;*/
/*    height: auto;*/
/*    gap: 10px;*/
/*  }*/
/*  .images-1 {*/
/*    margin-top: 70px;*/
/*    max-width: 1230px;*/
/*    gap: 15px;    */
/*  }*/
/*  .images-2 {*/
/*    max-width: 1230px;*/
/*    gap: 15px;*/
/*    margin-top: -150px;*/
/*  }*/
/*  .team-images-container img {*/
/*    width: 270px;*/
/*    height: auto;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 900px) {*/
/*  .team-images-container {*/
/*    max-width: 900px;*/
/*    height: auto;*/
/*    gap: 10px;*/
/*    margin-bottom: -83px;*/
/*  }*/
/*  .images-1 {*/
/*    margin-top: 70px;*/
/*    max-width: 900px;*/
/*    gap: 15px;    */
/*  }*/
/*  .images-2 {*/
/*    max-width: 900px;*/
/*    gap: 15px;*/
/*    margin-top: -150px;*/
/*  }*/
/*  .team-images-container img {*/
/*    width: 270px;*/
/*    height: auto;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 840px) {*/
/*  .team-images-container {*/
/*    max-width: 840px;*/
/*    height: auto;*/
/*    gap: 10px;*/
/*  }*/
/*  .images-1 {*/
/*    margin-top: 170px;*/
/*    max-width: 900px;*/
/*    gap: 15px;    */
/*  }*/
/*  .images-2 {*/
/*    max-width: 900px;*/
/*    gap: 15px;*/
/*    margin-top: -150px;*/
/*  }*/
/*  .team-images-container img {*/
/*    width: 270px;*/
/*    height: auto;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 704px) {*/
/*  .team-images-container {*/
/*    max-width: 704px;*/
/*    height: auto;*/
/*    gap: 3px;*/
/*    margin-top: 2970px;*/
/*  }*/
/*  .images-1 {*/
/*    margin-top: 170px;*/
/*    max-width: 900px;*/
/*    gap: 15px;    */
/*  }*/
/*  .images-2 {*/
/*    max-width: 900px;*/
/*    gap: 15px;*/
/*    margin-top: -150px;*/
/*  }*/
/*  .team-images-container img {*/
/*    width: 220px;*/
/*    height: auto;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 660px) {*/
/*  .team-images-container {*/
/*    max-width: auto;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    display: flex;*/
/*    margin-bottom: 5px;*/
/*    gap: 5px;*/
/*  }*/
/*  .images-1 {*/
/*    width: 300px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    margin-left: -180px;*/
/*  }*/
/*  .images-2 {*/
/*    width: 300px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    margin-right: -180px;*/

/*  }*/
/*  .team-images-container img {*/
/*    width: 300px;*/
/*    height: auto;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 660px) {*/
/*  .team-images-container {*/
/*    max-width: 660px;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    display: flex;*/
/*    margin-bottom: 5px;*/
/*    gap: 20px;*/
/*  }*/
/*  .images-1 {*/
/*    width: 200px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    margin-left: -330px;*/
/*    margin-top: 1700px;*/
/*  }*/
/*  .images-2 {*/
/*    width: 200px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    margin-left: 325px;*/
/*    margin-top: -320px;*/
/*  }*/
/*  .team-images-container img {*/
/*    width: 250px;*/
/*    height: auto;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 660px) {*/
/*  .team-images-container {*/
/*    margin-top: 1560px;*/
/*  }*/
/*  .images-1 {*/
/*    display: flex;*/
/*    margin-left: -240px;*/
/*  }*/
/*  .images-2 {*/
/*    display: flex;*/
/*   margin-right: 65px;*/

/*  }*/
/*  .team-images-container img {*/
/*    height: auto;*/
/*    width: 200px;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 500px) {*/
/*  .team-images-container {*/
/*    margin-top: -1690px;*/
/*  }*/
/*  .images-1 {*/
/*    display: flex;*/
/*    margin-left: -240px;*/
/*  }*/
/*  .images-2 {*/
/*    display: flex;*/
/*   margin-right: 65px;*/
/*   margin-top: -320px;*/
/*  }*/
/*  .team-images-container img {*/
/*    height: auto;*/
/*    width: 200px;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 450px) {*/
/*  .team-images-container {*/
/*    max-width: 450px;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    display: flex;*/
/*    margin-bottom: 5px;*/
/*    gap: 5px;*/
/*  }*/
/*  .images-1 {*/
/*    width: 200px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    margin-left: -180px;*/
/*  }*/
/*  .images-2 {*/
/*    width: 200px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    margin-right: 130px;*/
/*    margin-top: -305px;*/
/*  }*/
/*  .team-images-container img {*/
/*    width: 170px;*/
/*    height: auto;*/
/*  }*/
/*}*/
