/* .header-wrap .header-top {
    padding: 8px;
} */

.menu-nav {
    font-size: 18px;
    /* font-weight: 800; */
  }

  .text-justify {
    text-align: justify;
  }

  .hero-wrap.style1 {
    /* background-image: url('/website/assets/img/hero/climate-change-concept-collage.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
  }

  .searchbox input, .btn.style1, .btn.style2 {
    border-radius: 0;
  }

  .btn.style1:hover, .btn.style1:after, .btn.style1:before {
    background-color: #ED6E0D !important;
  }

  .btn.style2:after, .btn.style2:before {
    background-color: #008E56;
  }

  .carousel-caption {
    bottom: 15rem !important;
    text-align: left;
    background: #ffffff;
    opacity: 0.75;
    padding: 20px 20px 20px 20px;
    box-shadow: none;
    border: 0px solid RGBA(0,0,0,1);
    border-radius: 0px;

  }

  .team-card img {
    filter: grayscale(50%);
    width: 200px ;
    height: 150px;
  }

  .team-card:hover img {
    filter: none;
  }


  .hero-wrap.style1 .hero-content {
    color: #FFF;
  }

  .footer-bottom .copyright-text a {
    color: #348F7A;
  }

  .footer-bottom .social-profile li a {
    background-color: #348F7A;
  }

  @media (min-width: 992px) {

    .theme-light .navbar-brand .logo-light {
      /* width: 150px; */
      width: 120px;
    }

   }
