section.about-us-hero {
  background-color: #f5f5f5;
  padding-top: 150px;
}
@media (max-width: 992px) {
  section.about-us-hero {
    padding-top: 110px;
  }
}
section.about-us-hero h1 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  color: #4b4b4b;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 1.35px;
  margin: 0 0 30px 0;
  z-index: 10;
  position: relative;
}
@media (max-width: 992px) {
  section.about-us-hero h1 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
}
section.about-us-hero img {
  border-radius: 8px;
  z-index: 10;
  position: relative;
}
section.about-us-hero .image {
  position: relative;
}
section.about-us-hero .background {
  background-color: #3e3f41;
  position: absolute;
  bottom: 20px;
  left: -20px;
  width: 250px;
  height: 100%;
  z-index: 9;
}
@media (max-width: 992px) {
  section.about-us-hero .background {
    left: -10px;
    bottom: 10px;
  }
}

section.about-us-hero-v2 {
  position: relative;
  height: 100vh;
  max-height: 800px;
  display: flex;
  align-items: center;
  padding: 0 80px;
  color: #fff;
  background-size: cover;
  background-position: center right;
  background-color: #000;
}
@media (max-width: 992px) {
  section.about-us-hero-v2 {
    padding: 150px 20px 50px 20px;
    max-height: 100%;
    height: 100%;
  }
}
section.about-us-hero-v2 .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
  background: transparent linear-gradient(178deg, rgba(36, 32, 33, 0) 0%, #242021 70%) 0% 0% no-repeat padding-box;
}
section.about-us-hero-v2 .container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  section.about-us-hero-v2 .container {
    padding-top: 40px;
  }
}
section.about-us-hero-v2 .container::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 80px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #242021;
}
@media (max-width: 992px) {
  section.about-us-hero-v2 .container::after {
    left: 50%;
  }
}
section.about-us-hero-v2 .hero-content h1 {
  font-size: 80px;
  font-weight: 500;
}
@media (max-width: 992px) {
  section.about-us-hero-v2 .hero-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 568px) {
  section.about-us-hero-v2 .hero-content h1 {
    font-size: 46px;
  }
}
section.about-us-hero-v2 .hero-content p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 200;
  margin-top: 20px;
}
@media (max-width: 992px) {
  section.about-us-hero-v2 .hero-content p {
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.8;
  }
}
section.about-us-hero-v2 .hero-content strong {
  font-weight: 500;
}
section.about-us-hero-v2 .buttons {
  text-align: center;
  padding: 40px 0;
}

section.about-us-content {
  background-color: #f5f5f5;
  margin-bottom: 80px;
}
section.about-us-content .container {
  position: relative;
}
section.about-us-content h2 {
  color: #4b4b4b;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  padding: 30px 0 10px 0;
}
@media (max-width: 992px) {
  section.about-us-content h2 {
    font-size: 22px;
  }
}
section.about-us-content .content {
  color: #666666;
  font-size: 16px;
  font-weight: 300;
  padding: 30px 0;
}
@media (max-width: 992px) {
  section.about-us-content .content {
    padding: 15px 0 30px 0;
  }
}
section.about-us-content .content:after {
  content: "";
  position: absolute;
  bottom: -47px;
  left: 50px;
  width: 73px;
  height: 47px;
  background-image: url("../images/about-us-content-bg.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}

section.about-us-our-team {
  margin: 90px 0 40px 0;
}
section.about-us-our-team h2 {
  color: #4b4b4b;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.96px;
  margin: 30px 0 30px 0;
}
section.about-us-our-team .team .details {
  margin: 30px 0;
}
section.about-us-our-team .team .details h3 {
  color: #666666;
  font-size: 18px;
  font-weight: 700;
  padding-right: 20px;
  margin-bottom: 16px;
}
section.about-us-our-team .team .details .name {
  color: #636363;
  font-size: 16px;
  font-weight: 300;
  margin: 10px 10px 20px 10px;
}
@media (max-width: 992px) {
  section.about-us-our-team .team .details .name {
    margin: 20px 0 20px 0;
  }
}
section.about-us-our-team .team .details .email {
  display: flex;
  align-items: center;
  margin: 10px;
}
@media (max-width: 992px) {
  section.about-us-our-team .team .details .email {
    margin: 5px 0 5px 0;
  }
}
section.about-us-our-team .team .details .email .icon {
  background-color: #000;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin: 0 7px 0 0;
}
section.about-us-our-team .team .details .email .icon i {
  font-size: 10px;
  color: #fff;
}
section.about-us-our-team .team .details .email .label {
  font-size: 12px;
  font-weight: 400;
  color: #ffab23;
}
section.about-us-our-team .team .details .email a {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  margin-left: 5px;
}
section.about-us-our-team .team .details .phone {
  display: flex;
  align-items: center;
  margin: 10px;
}
@media (max-width: 992px) {
  section.about-us-our-team .team .details .phone {
    margin: 5px 0 5px 0;
  }
}
section.about-us-our-team .team .details .phone .icon {
  background-color: #000;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin: 0 7px 0 0;
}
section.about-us-our-team .team .details .phone .icon i {
  font-size: 10px;
  color: #fff;
}
section.about-us-our-team .team .details .phone .label {
  font-size: 12px;
  font-weight: 400;
  color: #ffab23;
}
section.about-us-our-team .team .details .phone a {
  font-weight: 400;
  color: #ffab23;
  font-size: 12px;
  text-decoration: none;
}
section.about-us-our-team .team .details .phone a p {
  margin: 0;
}

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