.about-us-template {
  background: url(https://z2uaudev.wpengine.com/wp-content/themes/zoom2u2018/images/aboutus/about-banner.jpg) no-repeat top center;
  background-size: cover;
  color: #fff;
  padding: 0 0 80px 0;
  /* text-align: center; */
}
.about-us-template .title {
  font-family: "Gotham Rounded Bold";
  border-left: 6px solid #00a7e2;
  display: inline-block;
  padding-left: 10px;
  margin-top: 80px;
  margin-bottom: 40px;
  position: relative;
  font-size: 80px;
  line-height: 1;
}
.about-us-template .subtitle {
  font-size: 20px;
  line-height: 30px;
  max-width: 800px;
  margin: 0 auto;
}

.about-us-template-two .right-box {
  background-color: #00a7e2;
}
.about-us-template-two .right-box.dark-box {
  background-color: #2D3133;
}
.about-us-template-two .right-box .mission-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 50px;
}
.about-us-template-two .right-box .mission-box .title {
  font-family: "Gotham Rounded Bold";
  color: #fff;
  font-size: 50px;
}
.about-us-template-two .right-box .mission-box .subtitle {
  font-size: 20px;
  color: #fff;
}

.about-us-template-three {
  background-color: #edf5f8;
  padding: 40px 0 80px 0;
}
.about-us-template-three .title {
  text-align: center;
  font-family: "Gotham Rounded Bold";
  font-size: 40px;
  color: #000000;
}
.about-us-template-three .value-box {
  text-align: center;
}
.about-us-template-three .value-box .values-img-wrapper {
  height: 120px;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.about-us-template-three .value-box p {
  font-family: "Gotham Rounded Book" !important;
  font-size: 20px;
  color: #303030;
}

.about-us-template-four .title {
  color: #303030;
  font-size: 50px;
  font-family: "Gotham Rounded Bold";
  margin-bottom: 20px;
  /* margin-top: 40px; */
}
.about-us-template-four p {
  font-size: 20px;
}
.about-us-template-four .video-container {
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.about-us-template-four .video-container .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.about-us-data .title {
  font-size: 40px;
  font-family: "Gotham Rounded Medium";
  max-width: 780px;
  margin: 0 auto;
}
.about-us-data .numbers-box {
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.about-us-data .numbers-box span {
  color: #00a7e2;
  font-family: "Gotham Rounded Medium";
  font-size: 50px;
}

.about-us-template-five {
  padding: 80px 0;
  background-color: #33363b;
}
.about-us-template-five .careers-bg {
  border-left: 1px solid #747579;
  border-right: 1px solid #747579;
}
.about-us-template-five .div-bg h3 {
  font-family: "Gotham Rounded Bold";
  margin-bottom: 30px;
  font-size: 3em;
  color: #fff;
  text-align: center;
}
.about-us-template-five .div-bg p {
  min-height: 200px;
  max-width: 300px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.about-us-template-five .div-bg .cta-yellow {
  background-color: #ffd100;
  color: #000;
  display: block;
  margin: 0 auto;
  border-radius: 3px;
  font-family: "Gotham Rounded Bold";
  text-align: center;
  width: 280px;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
}
.about-us-template-five .div-bg .cta-blue {
  background-color: #00a7e2;
  color: #fff;
  display: block;
  margin: 0 auto;
  border-radius: 3px;
  font-family: "Gotham Rounded Bold";
  text-align: center;
  width: 280px;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
}
.about-us-template-five .div-bg .cta-gray {
  background-color: #4b5054;
  color: #fff;
  display: block;
  margin: 0 auto;
  border-radius: 3px;
  font-family: "Gotham Rounded Bold";
  text-align: center;
  width: 280px;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
}/*# sourceMappingURL=about-us-page.css.map */