.btn:focus,.btn:active,.form-control:focus,.form-control:active,textarea:focus{
    box-shadow: none !important;
    outline: none !important;
}
textarea{
    box-shadow: none !important;
}

@media(max-width:992px){
    .container{
        max-width: 96% !important;
    }
}
body,
* {
  font-family: 'Poppins', sans-serif;
}