.about-info-table tr td {
  padding: 30px;
  border: 2px solid #ffb21b;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
}
.about-info-table tr td:first-child {
  border-left: 0;
  border-bottom: 0;
}
.about-info-table tr td:first-child::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffb21b;
}
.about-info-table tr td:last-child {
  border-right: 0;
  border-bottom: 0;
}
.about-info-table tr td:last-child::before {
  content: "\f285";
  font-family: "bootstrap-icons";
  position: absolute;
  font-weight: bold;
  color: #ffb21b;
  top: -23px;
  right: 0;
  width: 20px;
  height: 20px;
  font-size: 30px;
}
.about-info-table tr:last-child td:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -11px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffb21b;
}
.about-info-tableRever tr td {
  padding: 30px;
  border: 2px solid #ffb21b;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle;
}
.about-info-tableRever tr td:last-child {
  border-right: 0;
  border-bottom: 0;
}
.about-info-tableRever tr td:last-child::before {
  content: "";
  position: absolute;
  top: -11px;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffb21b;
}
.about-info-tableRever tr td:first-child {
  border-left: 0;
  border-bottom: 0;
}
.about-info-tableRever tr td:first-child::before {
  content: "\f284";
  font-family: "bootstrap-icons";
  position: absolute;
  font-weight: bold;
  color: #ffb21b;
  top: -23px;
  left: -11px;
  width: 20px;
  height: 20px;
  font-size: 30px;
}
.about-info-tableRever tr:last-child td:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffb21b;
}
.about-info-image {
  width: 100%;
}
.about-info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contactModal-image {
  width: 100%;
  height: 100%;
  border: 2px solid #ffb21b;
  border-top: 0;
  position: relative;
}
.contactModal-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
}
.contactModal-header {
  position: absolute;
  top: -15px;
  left: 0;
  display: flex;
  overflow: hidden;
}
.contactModal-arrowL {
  position: relative;
  min-width: 65px;
}
.contactModal-arrowL::before {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  transform: translateY(-50%);
  width: 50px;
  height: 2px;
  background-color: #ffb21b;
}
.contactModal-arrowL::after {
  content: "";
  position: absolute;
  inset: 50% 0 0 50px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffb21b;
}
.contactModal-arrowR {
  position: relative;
  width: 100%;
  min-width: 65px;
  flex-basis: 0;
  flex-shrink: 1;
  flex-grow: 1;
}
.contactModal-arrowR::before {
  content: "";
  position: absolute;
  inset: 50% 0 0 auto;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #ffb21b;
}
.contactModal-arrowR::after {
  content: "\f284";
  font-family: "bootstrap-icons";
  position: absolute;
  inset: 1px 50px 0 -5px;
  width: 15px;
  height: 15px;
  color: #ffb21b;
  font-weight: bold;
  font-size: 20px;
}
.contactModal-title {
  margin: 0 15px;
  font-weight: bold;
  font-size: 22px;
  white-space: nowrap;
  max-width: calc(100% - 130px);
  overflow: hidden;
}

.myTeam-item {
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1490196078);
  border-radius: 20px;
  padding: 25px 15px 15px;
  text-align: center;
  border: 0;
}
.myTeam-image {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  object-fit: cover;
  border: 1px solid #ffb21b;
  padding: 5px;
  border-radius: 50%;
}
.myTeam-title {
  text-transform: uppercase;
}
.myTeam-position {
  color: #ffb21b;
  font-size: 16px;
}
.myTeam-CEO {
  min-height: 500px;
}
.myTeam-CEO img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.masonry-grid-column {
  padding: 0 10px;
}

.custom-li li {
  list-style: disc !important;
  display: revert !important;
}

.avtar-CEO {
  width: 400px;
  height: 570px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 0px auto;
}

/*# sourceMappingURL=about-us.css.map */
