#contact{
    margin-top:13%;
    position:relative;
    margin-bottom:5%;
    background-color:transparent;
}

#contact .card{
    height:100%;
    border-radius:8px;
    padding:1.2rem;
    border:none;
    
    box-shadow: 10px 10px 89px -29px rgba(37,37,37,0.45);
    -webkit-box-shadow: 10px 10px 89px -29px rgba(37,37,37,0.45);
    -moz-box-shadow: 10px 10px 89px -29px rgba(37,37,37,0.45);
}

#contact .form-control:focus{
    border-color: #ced4da;
    box-shadow:none;
}

#contact .form-control{
    border-radius:5px;
    border-radius:6px;
}

#contact label{
    font-family: 'PoppinsRegular';
}

#contact input{
    font-family: 'PoppinsRegular';
}

#contact select{
    font-family: 'PoppinsRegular';
}

#contact textarea{
    font-family: 'PoppinsRegular';
}

#contact button{
    box-shadow:none !important;
}

#contact h5{
    font-family: 'PoppinsRegular';
    font-size:45px;
    font-weight:700;
    text-transform:uppercase;
}

#contact p {
    margin-bottom:10%;
}


.poppinsRegular{
    font-family: 'PoppinsRegular';
}

.btn-contact{
    background-color: #0A1C38;
    width:80px;
    color:white;
}
#contact .card .maps{
    height:100%;
}
#contact .card iframe{
    width:100%;
    height:inherit;
}

.errorMesssage{
    font-family: 'PoppinsRegular';
    font-size:12px;
    color:red;
}

.successMesssage{
    font-family: 'PoppinsRegular';
    font-size:12px;
    color:green;
}