

  


#hero {
    width: 100%;
    height: 100vh;
    background: url("../images/random/15.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }


  #hero:before {
    content: "";
    background: #80800031;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  .mgoals{
    background-color: #808000a6;
  }


  .facts .count-box i {
    background: #808000a6;
  }
  

  .mgoals .copyright{
    background: #808000a6;
  }



.space{
    margin-bottom: 50px;
}