section#page_contact {

    color: #000000;

}



section#page_contact select,

section#page_contact textarea,

section#page_contact input {

    background-color: #fff;

    box-sizing: border-box;

    border-radius: 2px;

    color: #333;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    display: block;

    float: none;

    font-size: 16px;

    border: 1px solid #ccc;

    padding: 6px 10px;

    height: 38px;

    width: 100%;

    line-height: 1.3;

    outline: none;

}

section#page_contact label {

    font-weight: 600;

    color: #111;

    font-size: 15px;

    line-height: 1.3;

    margin: 0 0 4px 0;

    padding: 0;

}

section#page_contact input.wpcf7-form-control.has-spinner.wpcf7-submit {

    background-color: rgba(13, 13, 13, 0.9);

    color: #fff;

    font-weight: 500;

    text-transform: uppercase;

    font-size: 14px;

    border: none;

    width: auto;

    transition: all 0.2s ease-in-out;

    padding: 10px 24px;

    -webkit-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

}

section#page_contact input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {

    background: rgba(13, 13, 13, 0.8);

}

section#page_contact .info-ct {



    line-height: 1.7;

}

section#page_contact  iframe {
    height: calc(100% - 43px );
}
