/* Management & Board Page CSS Start */
.hero__banner {
  padding: 19% 0 19%;
}
.hero__banner .btn__wrapper {
  position: absolute;
  bottom: 0;
  right: 5%;
  left: 5%;
}
.hero__banner .btn__wrapper .btn {
  font-size: 18px;
  min-width: 50%;
  padding: 25px;
  line-height: 1;
}
.hero__banner .btn__wrapper .btn:not(:last-child) {
  margin-right: 10px;
}
.hero__banner .btn__wrapper .btn:hover, .hero__banner .btn__wrapper .btn.active {
  background: #00eef9;
  color: #000c48 !important;
}
.hero__banner .container {
  position: static;
}

.tb__about--block {
  padding-bottom: 40px;
}
.tb__about--block .row {
  margin: 60px -50px 0;
}
.tb__about--block .col--33 {
  padding: 0 47px;
}
.tb__about--block .main__title {
  margin-bottom: 40px;
}

@media (min-width: 1600px) {
  .tb__about--block .board_of_directors__item {
    margin-inline: -120px;
  }
  .tb__about--block .board_of_directors__item .col--50 {
    padding-inline: 120px;
  }
}
h4 {
  position: relative;
}

.team__item {
  margin-bottom: 60px;
  height: 100%;
}
.team__item .team__img {
  width: 220px;
  height: 220px;
  margin: 0 auto;
}
.team__item .team__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #0dafd1;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  background: #ececec;
}
.team__item .team__bio {
  margin-top: 20px;
  height: 100%;
}
.team__item .team__bio .read__bio {
  background-color: #00f1f9;
  color: #02144b;
  display: block;
  position: relative;
  padding: 14px;
  cursor: pointer;
}
.team__item .team__bio .read__bio span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 55px;
  height: 55px;
  display: block;
  background-color: #02144b;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team__item .team__bio .read__bio span img {
  width: 18px;
}
.team__item .team__bio .read__bio .minus {
  display: none;
}
.team__item .team__bio .read__bio.show .plus {
  display: none;
}
.team__item .team__bio .read__bio.show .minus {
  display: flex;
}
.team__item .team__bio__des {
  display: none;
  height: 100%;
}
.team__item .team__bio__des--wrapper {
  height: calc(100% - 385px);
  padding: 30px 19px 10px 19px;
  background-color: #ECECEC;
  overflow: hidden;
}
.team__item .team__bio__des--wrapper p {
  font-family: "Gotham";
  font-weight: 500;
  text-align: justify;
  color: #02144b;
  position: relative;
  padding-left: 18px;
  margin-bottom: 11px;
}
.team__item .team__bio__des--wrapper p::after {
  content: "";
  height: 5px;
  width: 5px;
  display: inline-block;
  background: #00eef9;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 10px;
}
.team__item .team__logos {
  padding: 20px 0 0;
  margin: 0 -6px;
}
.team__item .team__logos .team__logo {
  max-width: calc(20% - 12px);
  flex: 0 0 calc(20% - 12px);
  margin: 0 6px 20px;
}
.team__item .team__logos .team__logo a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  background-color: #ffffff;
  border-radius: 50%;
}
.team__item .team__logos .team__logo img {
  width: 90%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}

@media (max-width: 1600px) {
  .tb__about--block .row {
    margin: 40px -30px 0;
  }
  .tb__about--block .col--33, .tb__about--block .col--50 {
    padding: 0 30px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .team__item .team__img {
    width: 170px;
    height: 170px;
  }
  .team__item .team__bio__des--wrapper {
    height: calc(100% - 325px);
  }
  .team__item .team__bio .read__bio {
    font-size: 20px;
  }
  .team__item .team__bio .read__bio span {
    width: 30px;
    height: 30px;
  }
  .team__item .team__bio .read__bio span img {
    width: 12px;
  }
  .team__item .team__logos .team__logo {
    max-width: calc(25% - 14px);
    flex: 0 0 calc(25% - 14px);
  }
}
@media (max-width: 1280px) {
  .tb__about--block .row {
    margin: 30px -20px 0;
  }
  .tb__about--block .col--50 {
    padding: 0 20px;
  }
  .hero__banner .btn__wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }
  .hero__banner .btn__wrapper .btn {
    min-width: 40%;
  }
}
@media (max-width: 991px) {
  br {
    display: none;
  }
  .btn__wrapper .btn {
    padding: 10px 45px !important;
  }
  .tb__about--block .row {
    margin: 0 -15px;
  }
  .tb__about--block .col--50 {
    padding: 0 15px;
  }
  .team__item .team__bio .read__bio span {
    width: 30px;
    height: 30px;
  }
  .team__item .team__logos .team__logo {
    max-width: calc(33.3333333333% - 14px);
    flex: 0 0 calc(33.3333333333% - 14px);
  }
}
@media (max-width: 767px) {
  .tb__about--block .col--33, .tb__about--block .col--50 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .hero__banner {
    padding: 29% 0 0;
  }
  .hero__banner .btn__wrapper {
    position: static;
    margin-top: 40px;
  }
  .hero__banner .btn__wrapper .btn:not(:last-child) {
    margin-right: 0;
  }
  .team__item {
    height: auto;
    margin-bottom: 40px;
  }
  .team__item .team__bio, .team__item .team__bio__des, .team__item .team__bio__des--wrapper {
    height: auto;
  }
  .team__item .team__bio__des--wrapper {
    padding: 14px;
  }
  .team__item .team__logos {
    padding: 20px 0 0;
  }
  .team__item .team__logos .team__logo {
    max-width: calc(25% - 14px);
    flex: 0 0 calc(25% - 14px);
  }
  .team__item .team__bio .read__bio .team__post {
    width: calc(100% - 50px);
    /* text-align: left; */
  }
  .team__item .team__bio .read__bio .team__post h4 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .btn__wrapper {
    margin-top: 40px;
    flex-direction: column;
  }
  .btn__wrapper .btn {
    padding: 10px 30px;
    display: block;
    width: 100%;
  }
  .btn__wrapper .btn:not(:last-child) {
    margin: 0 0 10px;
  }
  .team__item .team__logos .team__logo {
    max-width: calc(33.3333333333% - 14px);
    flex: 0 0 calc(33.3333333333% - 14px);
  }
  .team__item .team__bio .read__bio span img {
    width: 12px;
  }
}
/* Management & Board Page CSS End */
@media (min-width: 1600px) {
  .tb__about--block .main__title h2, .tb__about--block .main__title .h2 {
    font-size: 54px;
    padding-bottom: 54px;
  }
  .team__bio h4 {
    font-size: 23px;
  }
}
@media (min-width: 1440px) {
  .hero__banner .btn__wrapper {
    right: 0;
    left: 0;
  }
  .hero__banner .btn__wrapper .btn {
    min-width: 720px;
    line-height: 1;
    padding: 41px 25px;
    font-size: 24px;
  }
  .tb__about--block .row {
    row-gap: 30px;
  }
}/*# sourceMappingURL=about.css.map */