#HERO {

    background-image: url('../images/hero.png');

    background-size: cover;

    /* height: 80vh; */

}



.h-full {

    height: 80vh;

}



#form-content {

    display: flex;

    justify-content: start;

    align-items: center;

}



#form-content .form-control:focus {

    color: #402328;

    background-color: #fff;

    border-color: #212529;

    outline: 0;

    box-shadow: 0 0 0 .25rem transparent !important;

  }



  * {

    font-family: 'Open Sans', sans-serif !important;

  }



  #footer-link li a {

    color: #fff;

    text-decoration: none !important;

    transition: all 250ms;

  }



  #footer-link li a:hover {

    color: #fff;

    text-decoration: none !important;

  }

  .bg-gradient-dark {
    background-image: linear-gradient(310deg, #18181a 0%, #402328 100%);
    color: #fff;
  }
  .bg-input{
    background-color: #ffffff61 !important;
    border: 1px solid #ffffff61 !important;
  }
  .color-text{
    color: #402328 !important;
  }
  .box-tsp{
    background-color: #ffffff40;
    border-radius: 25px;
    padding: 15px;
  }