
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Light.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.hero-section {
  background: url('../images/hero-bg.jpg') top center no-repeat;
  background-size: cover;
  padding: 60px 0 166px;
}
.hero-caption {
  max-width: 650px;
  width: 100%;
}
.hero-section a.logo {
  margin-bottom: 176px;
}
.hero-section h1 {
  font-size: 60px;
  line-height: 68px;
  color: #ffffff;
  font-family: 'Avenir LT Std';
  font-weight:bold;
  margin:0 0 55px;

}
.hero-section p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight:600;
  margin:0 0 54px;

}
.hero-section a.contact-btn {
  background: #fff;
  padding:16px 50px;
  font-size: 16px;
  line-height: 24px;
  color: #2F3A4A;
  font-weight:700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  display: inline-block;
}
.hero-section a.contact-btn:hover {
  color: #ffffff;
  background: #2F3A4A;
}

.main-content {
  padding: 60px 0 140px;
}
.main-content .labe-icon {
  width: 80px;
  flex: 0 0 80px;
}
.main-content .labe-icon img {
  max-width: 100%;
}
.main-content .labe-detail {
    padding-left: 20px;
}
.main-content .labe-detail h2 {
  font-size: 37px;
  line-height: 45px;
  color: #2F3A4A;
  font-weight:700;
  font-family: 'Avenir LT Std';
  margin: 0 0 20px;
}
.main-content .detail-caption {
    position: relative;
}
.main-content .detail-caption::before {
    content: "";
    height: 150px;
    position: absolute;
    left: -60px;
    border-left: 6px dotted rgba(65, 141, 194, 0.30);
}
.main-content .labe-detail p {
  font-size: 16px;
  line-height: 26px;
  color: #6B6B6B;
  font-weight:600;
  margin:0 0 20px;
}
.main-content .labe-detail p:last-child {
  margin-bottom:0px;
}

.main-content .labe-detail h3 {
  font-size: 50px;
  line-height: 60px;
  color: #2F3A4A;
  font-weight:700;
  font-family: 'Avenir LT Std';
  margin: 0 0 20px;
}

.main-content .labe-testing {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 444px;
    margin: 0 auto;
    text-align: center;
    transform: translate(0%, -50%);
    padding: 0 15px;
    box-sizing: content-box;
}

.main-content .labe-testing h4 {
    font-size: 37px;
    line-height: 46px;
    color: #ffffff;
    font-family: 'Avenir LT Std';
    font-weight: bold;
    margin: 0 0 20px;
}

.main-content .labe-testing a {
    background: #fff;
    padding: 18px 50px;
    font-size: 16px;
    line-height: 24px;
    color: #2F3A4A;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50px;
    display: inline-block;
}
.main-content .labe-testing a:hover {
    color: #ffffff;
    background: #2F3A4A;
}

.team-heading h4 {
    font-size: 41px;
    line-height: 40px;
    color: #2F3A4A;
    font-family: 'Avenir LT Std';
    font-weight: bold;
    text-transform: capitalize;
}
.main-content .team-detail::before {
 
    border-left: 6px dotted rgba(191, 125, 178, 0.30);
}

@media screen and (max-width: 1199px){
  .hero-section {
      padding: 60px 0 100px;
  }
  .hero-section a.logo {
    margin-bottom: 100px;
  }
  .hero-section h1 {
      font-size: 50px;
      line-height: 60px;
      margin: 0 0 45px;
  }
  .hero-section a.contact-btn {
      padding: 15px 40px;
      font-size: 15px;
      line-height: 20px;
  }
  .main-content {
      padding: 60px 0 100px;
  }

  .main-content .labe-detail h2 {
      font-size: 30px;
      line-height: 40px;
  }
  .main-content .labe-detail h3 {
      font-size: 40px;
      line-height: 55px;
  }
  .main-content .labe-testing h4 {
      font-size: 30px;
      line-height: 40px;
  }
  .main-content .labe-testing a {
      padding: 14px 40px;
      font-size: 14px;
      line-height: 20px;
  }
}
@media screen and (max-width: 991px){
  .hero-section {
      padding: 50px 0 70px;
  }
  .hero-section a.logo {
    margin-bottom: 70px;
  }
  .hero-section h1 {
      font-size: 40px;
      line-height: 50px;
      margin: 0 0 40px;
  }
  .hero-section p {
      line-height: 22px;
      margin: 0 0 40px;
  }
  .hero-section a.contact-btn {
      padding: 12px 30px;
  }
  .main-content {
      padding: 60px 0;
  }
  .main-content .labe-icon {
      width: 50px;
      flex: 0 0 50px;
  }
  .main-content .labe-detail h2 {
      font-size: 25px;
      line-height: 32px;
      margin: 0 0 15px;
  }
  .main-content .labe-detail p {
      font-size: 15px;
      line-height: 25px;
      margin: 0 0 15px;
  }
  .main-content .detail-caption::before {
      left: -50px;
  }
  .main-content .labe-detail h3 {
      font-size: 30px;
      line-height: 40px;
      margin: 0 0 15px;
  }
  .main-content .labe-testing h4 {
      font-size: 25px;
      line-height: 32px;
  }
  .main-content .labe-testing a {
      padding: 10px 30px;
  }
  .team-heading h4 {
      font-size: 35px;
  }
}
@media screen and (max-width: 767px){
  .hero-section {
      padding: 50px 0;
  }
  .hero-section a.logo {
    margin-bottom: 50px;
  }
  .hero-section h1 {
      font-size: 30px;
      line-height: 40px;
      margin: 0 0 30px;
  }
  .hero-section a.contact-btn {
      padding: 10px 25px;
      font-size: 14px;
  }
  .main-content .detail-caption::before {
      height: 100px;
  }

}

@media screen and (max-width: 575px){
  .main-content .labe-detail h2 {
      font-size: 20px;
      line-height: 28px;
  }
  .main-content .labe-icon {
      width: 40px;
      flex: 0 0 40px;
  }
  .main-content .labe-detail {
      padding-left: 15px;
  }
  .main-content .detail-caption::before {
      left: -38px;
  }
  .main-content .labe-detail p {
      font-size: 14px;
      line-height: 24px;
      margin: 0 0 10px;
  }
  .main-content .labe-testing h4 {
      font-size: 20px;
      line-height: 28px;
  }
  .main-content .labe-detail h3 {
      font-size: 25px;
      line-height: 38px;
  }
  .main-content .labe-testing {
      max-width: 100%;
}

@media screen and (max-width: 375px){
  .main-content .labe-detail h2 {
      font-size: 18px;
      line-height: 25px;
  }
}