section.contact h1 {
    color: #061649;
    font-family: "Poppins";
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 34px;
}

section.contact h1:before {
    content: "";
    background: #ddd;
    width: 40px;
    height: 3px;
    display: block;
    margin: 10px auto 10px 0;
}

section.contact iframe.contact_maps {
    width: 100%;
    border: 0px;
    height: 400px;
    margin-top: 60px;
}

section.contact .text .col-md-6 {
    background: #ededed;
    height: 100px;
    padding: 10px 20px;
    margin-top: 2px;
}

section.contact .text .col-md-6:first-child {
    border-right: 5px solid #fff;
}

section.contact input.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
    padding: 8px 32px;
    background: #ff6e17;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid transparent;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

