*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
.header{
    min-height: 100vh;
    width:100%;
    background-image: url(images/finalbcg.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
.navbar-custom   {
    color:#ffffff!important;
    cursor:pointer;
 
}
.navbar-custom:hover  {
    background-color: black!important;
    transform: scale(1.3)
 
}
 a {
            color:white!important;
}
.modal-backdrop.show{
    opacity:0.7!important;
}

.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); 
    text-align: l;
}
.text-box h1{
    font-size: 62px;
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 14px;
    color: #fff;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;   
}
.hero-btn:hover{
    border: 1px solid #f44336;
    background: #f44336;
    transition: 1s;
}

nav .fa{
    display: none;
}

@media(max-width: 700px){
    .text-box h1{
        font-size: 20px;
    }
    .nav-links ul li{
        display: none;
}
.required {
        color:red; 
        font-weight:bold
      } 
      .human {margin: 0 0 0 12px}