/* Add here all your CSS customizations */
.gradient-bottom {
    background: transparent linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%) repeat scroll 0 0;
    top: 0;
height: 80vh;
position: absolute;
width: 100%;
z-index: 80;
  }

  .card-background-image-hover .card-body {
    background: rgba(255, 255, 255, 0.6);
  }


  .bg-counter{
    margin-top: -70px;
    background-color: #fff !important;
    z-index: 99;
    position: relative;
    border-radius: 20px;
  }

  .s-about{
    margin-top: -100px !important;
  }

  .form-errors-light label.error {
    color: red !important;
  }