.enm-sub-hero-container {
  background-image: url(images/about-us/about-us-hero.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 35vh;
}

.enm-sub-hero-container .enm-sub-hero-overlay {
  height: 100%;
  width: 100%;
  width: 100%;
  background-color: #0E304E;
  opacity: 0.75;
}

.enm-sub-hero-container .enm-sub-hero-content {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

.enm-sub-hero-container .enm-sub-hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
}

.enm-sub-hero-container .enm-sub-hero-content img {
  width: 50px;
  height: 50px;
}

.enm-body-container {
  margin: 5rem 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}

.enm-body-container .enm-tagline-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
}

.enm-body-container .enm-tagline-section .enm-section-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.enm-body-container .enm-tagline-section .enm-section-title span {
  color: var(--enm-primary-color);
}

.enm-body-container .enm-tagline-section .enm-left-item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.enm-body-container .enm-tagline-section .enm-left-item h1 {
  font-size: 2rem;
  font-weight: 700;
}

.enm-body-container .enm-tagline-section .enm-left-item p {
  font-size: 1rem;
  font-weight: 400;
}

.enm-body-container .enm-tagline-section .enm-right-item {
  width: 50%;
}

.enm-body-container .enm-tagline-section .enm-right-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.enm-body-container .enm-industry-competance-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
}

.enm-body-container .enm-industry-competance-section .enm-section-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.enm-body-container .enm-industry-competance-section .enm-section-title span {
  color: var(--enm-primary-color);
}

.enm-body-container .enm-industry-competance-section .enm-left-item {
  width: 50%;
}

.enm-body-container .enm-industry-competance-section .enm-left-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.enm-body-container .enm-industry-competance-section .enm-right-item {
  width: 50%;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.enm-body-container .enm-industry-competance-section .enm-right-item h1 {
  font-size: 2rem;
  font-weight: 700;
}

.enm-body-container .enm-industry-competance-section .enm-right-item p {
  font-size: 1rem;
  font-weight: 400;
}

.enm-body-container .enm-industry-competance-section .enm-right-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.enm-body-container .enm-industry-competance-section .enm-right-item ul li {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.enm-body-container .enm-industry-competance-section .enm-right-item ul li img {
  width: 1.5rem;
  height: 1.5rem;
}

.enm-body-container .enm-industry-competance-section .enm-right-item .enm-industry-competance-section-button {
  margin-top: 1rem;
}

.enm-body-container .enm-industry-competance-section .enm-right-item .enm-industry-competance-section-button a {
  background-color: var(--enm-primary-color);
  color: var(--enm-white-color);
  padding: .5rem 1rem;
  border-radius: 5rem;
  text-decoration: none;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.enm-body-container .enm-industry-competance-section .enm-right-item .enm-industry-competance-section-button a:hover {
  background-color: var(--enm-primary-color);
  color: var(--enm-white-color);
}

.enm-body-container .enm-industry-competance-section .enm-right-item .enm-industry-competance-section-button a img {
  width: 1.5rem;
  height: 1.5rem;
}

.enm-our-team-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

.enm-our-team-section .enm-team-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

.enm-our-team-section .enm-team-header h1 {
  font-size: 2rem;
  font-weight: 700;
}

.enm-our-team-section .enm-team-header h1 span {
  color: var(--enm-primary-color);
}

.enm-our-team-section .enm-team-header p {
  font-size: 1rem;
  font-weight: 400;
}

.enm-our-team-section .enm-team-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 2rem;
}

.enm-our-team-section .enm-team-container .enm-team-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: .5rem;
  background-color: var(--enm-primary-color);
  color: var(--enm-white-color);
}

.enm-our-team-section .enm-team-container .enm-team-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.enm-our-team-section .enm-team-container .enm-team-item .enm-team-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: .5rem;
  padding: .5rem 1rem;
}

.enm-our-team-section .enm-team-container .enm-team-item .enm-team-details p {
  font-size: 1rem;
  font-weight: 400;
}

.enm-our-team-section .enm-team-container .enm-team-item .enm-team-details h3 {
  font-size: 1rem;
  font-weight: 700;
}
/*# sourceMappingURL=about-us-styles.css.map */