.container {

    margin-top: 50px;

}

.form-group input,
select,
textarea {
    border-color: #474343 !important;
}

.row {
    width: 100%;
    background-color: #474343;
    margin: 0;
    margin-top: 180px;
}

.contact-icon i {
    margin-top: 30px;
    color: #EDEDED;
    font-size: 50px;
}

.contact-social h3 {
    margin: 25px;
    color: #EDEDED;
}

.contact-social {
    text-align: center;
}

.btn {
    border-color: #474343 !important;
    background-color:#474343 !important;
    color: #EDEDED !important;
}
@media screen and (max-width:760px){
    .contact-social h3 {
    font-size: 20px;

}}
@media screen and (max-width:400px){
    .contact-social h3 {
    font-size: 15px;

}
}