#contact {    
    background: #003056;
    padding: 70px 0 0 0;
}

.row {
    padding: 10px 0;
}

.section-title {
    color:black;
}



/*#contact .row {*/
/*    border: 1px solid #d3d3d3;*/
/*    position: relative;*/
/*    width: 65%;*/
/*    background-color: #fff;*/
/*}*/

#contact h2 {
    text-align: center;
    margin-top: 40px;
}

#contact .section-title p {
    text-align: center;
}

#contact .section-title h2::after {
    position: absolute;
    left: 50%;
}

#contact .section-title {
    margin-bottom: 30px;
}

#contact .form-control{
    box-shadow: 0 0 5px #6c757d;
    margin: 10px 0;

}

#contact .form-control:focus {
    border: 2px solid LightSteelBlue;
    box-shadow: 0 0 5px LightSteelBlue;
}

.form-group {
    width: 40%;
    margin-bottom: 20px;
}

#contact form {
    position: relative;
    left: 30%;
    padding-top: 0;
}

#contact button {
    width: 40%;
    height: 38px;
    border-radius: 4px;
    margin-top: 20px;
}


#contact .btn-custom {
    margin-top: 20px;
    padding: 4px 34px;      
    background: #aa8f37; 
    color:#fff;
}

.middle {
    font-family: Open Sans, sans-serif;        
    padding: 10px;
    position: relative;
    /*width: 1000px;*/
    width: 85%;
    margin: 10% auto;    
    color: #fff;   
}


