.aboutus-overlay {
  background: #e8f1f8;
  position: absolute;
  height: 16px;
  width: 100%;
  margin-top: -12px;
}
.aboutus-header {
  background: url(../images/about.png) center no-repeat;
  background-size: cover;
  width: 100%;
  margin: auto;
  height: 200px;
  position: relative;
  margin-top: 8px;
}
.aboutus-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / 0.5);
}
.aboutus-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 54px;
  line-height: 74px;
  font-weight: 600;
}
.aboutus-link {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.aboutus-link:hover {
  color: #fff;
}
.aboutus-link > a {
  color: #fff;
}
.aboutus-link > a:hover {
  color: #fff;
}
@media (max-width: 1350px) {
  .aboutus-title {
    font-size: 46px;
  }
}
@media (max-width: 992px) {
  .aboutus-title {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .aboutus-title {
    font-size: 30px;
  }
}
@media (max-width: 568px) {
  .aboutus-header {
    height: 100px;
  }
  .contact-header p:first-child {
    font-size: 30px;
  }
  .aboutus-link {
    width: 100%;
  }
}
@media (max-width: 430px) {
  .aboutus-title {
    font-size: 18px;
  }
  .aboutus-header p:nth-child(2) {
    font-size: 24px;
  }
}
.vision-container {
  width: 100%;
  margin: auto;
}
.aboutus-image {
  position: relative;
  width: 100%;
  height: 440px;
}
.aboutus-image img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.vision-text {
  position: relative;
  top: 10%;
  left: 8.05%;
  width: 25%;
  float: left;
  margin-right: 5%;
}
.vision-text p:first-child {
  color: #fff;
  font-size: 24px;
  padding: 8px 16px;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  width: 200px;
  text-align: center;
  font-weight: 700;
}
.vision-text p:nth-child(2) {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: 1px;
}
.vision-text p:nth-child(3) {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .vision-container {
    width: 98%;
    margin-top: 32px;
  }
  .vision-text {
    width: 60%;
  }
}
@media (max-width: 568px) {
  .aboutus-image {
    height: 400px;
  }
}
.who-we-are {
  width: 100%;
  margin: auto;
  padding: 4% 8.05%;
  background: #f4f3f7;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
}
.who-we-are-text {
  width: 75%;
  margin-right: 5%;
}
.who-we-are-text p:first-child {
  font-size: 24px;
  font-weight: 700;
}
.who-we-are-text p:nth-child(2) {
  font-size: 16px;
  font-weight: 300;
}
.who-we-are-logo {
  position: relative;
  width: 250px;
  height: auto;
  margin-top: -4.7%;
}
.who-we-are-logo img {
  position: absolute;
  height: auto;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 900px) {
  .who-we-are-logo {
    display: none;
  }
}
@media (max-width: 768px) {
  .who-we-are {
    width: 98%;
    margin-top: 32px;
    height: auto;
    padding: 16px;
  }
  .vision-text {
    width: 60%;
  }
}
.timeline {
  width: 100%;
  height: auto;
  margin: auto;
  background: #0c3653;
  position: relative;
  padding: 80px 0;
  z-index: -1;
}
#timeline {
  margin-left: 8.05%;
  color: #fff;
  padding: 4px;
  text-align: center;
  width: 34%;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  margin-bottom: 80px;
}
.timeline-data {
  color: #fff;
}
.timeline-container {
  width: 64%;
  margin: auto;
}
.events-container {
  display: flex;
  margin: auto;
  margin-top: 27px;
}
.events-image-container {
  margin-right: 43px;
  position: relative;
  height: 127px;
  width: 127px;
}
.events-image {
  position: relative;
  height: 127px;
  width: 127px;
}
.events-content {
  color: #fff;
  position: relative;
  width: 100%;
}
.events-content-para {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.events-image-text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 28px;
  font-weight: 800;
}
@media (max-width: 1200px) {
  #timeline {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .timeline {
    width: 98%;
    height: auto;
  }
  .timeline-container {
    width: 98%;
    font-size: 18px;
  }
  .timeline-container span {
    font-size: 40px;
  }
  #timeline {
    width: 50%;
  }
  .events-content-para {
    position: relative;
    top: unset;
    transform: unset;
  }
}
@media (max-width: 500px) {
  #timeline {
    width: 80%;
  }
}
@media (max-width: 400px) {
  .events-container {
    flex-direction: column;
  }
  .events-image-container {
    margin-bottom: 8px;
  }
}
.board-everest-family-container {
  background: #0c3653;
}
.board-everest-family {
  width: 83.89%;
  margin: auto;
}
.board-everest-family p {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-top: unset;
  color: #fff;
}
.meet-family {
  font-size: 42px !important;
}
.position {
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  .board-everest-family {
    width: 98%;
    height: auto;
  }
  .meet-family {
    font-size: 36px !important;
  }
}
@media (max-width: 576px) {
  .meet-family {
    font-size: 32px !important;
  }
}
.ac-everest-family-container {
  background: #0c3653;
  padding-bottom: 300px;
}
.ac-everest-family {
  width: 83.89%;
  margin: auto;
}
.ac-everest-family p {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-top: unset;
  color: #fff;
}
.position {
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  .ac-everest-family {
    width: 98%;
    height: auto;
  }
}
.everest-family {
  width: 83.89%;
  margin: auto;
  margin-top: -300px;
}
.everest-family p {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-top: unset;
  color: #fff;
}
.head {
  margin-bottom: 32px;
}
.family-head {
  position: relative;
  height: auto;
  background: #eff0f5;
  margin-bottom: 32px;
}
.family-head img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.member {
  margin-bottom: 32px;
}
.family-member {
  position: relative;
  height: auto;
  background: #eff0f5;
}
.family-member img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.family-sub-cards {
  margin-bottom: 32px;
}
#join {
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #a42d34;
  margin-top: 32px;
}
.name {
  font-size: 20px !important;
  font-weight: 600 !important;
  text-transform: capitalize;
  margin-top: 16px !important;
  margin-bottom: 8px;
  color: #0c3653 !important;
}
.position {
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-top: 8px !important;
  color: black !important;
  opacity: 0.6;
}
@media (max-width: 1295px) {
  .name {
    font-size: 18px !important;
  }
}
@media (max-width: 768px) {
  .everest-family {
    width: 98%;
    height: auto;
  }
  .aboutus-image {
    height: 730px;
  }
  .family-cards {
    margin-bottom: 32px;
  }
  #join {
    margin-top: 16px;
  }
}
@media (max-width: 380px) {
  .aboutus-image {
    height: 725px;
  }
}
