
.contact-us {

    padding-top: 30px;
}

.contact-us input.wpcf7-form-control,
.contact-us textarea.wpcf7-form-control {

    border: none;
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 18px;
    padding: 10px;
    width: 100%;
}

.contact-us textarea.wpcf7-form-control {

    height: 100px;
}

.contact-us input.wpcf7-submit {

    cursor: pointer;
}

.contact-us .contact-us-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
}

.contact-us .contact-us-title div:first-child {

    font-size: 20px;
}

.contact-us-header {
    padding-top: 30px;
}

.contact-us span.wpcf7-not-valid-tip {

    display: none;
}

.contact-us div.wpcf7-response-output {
    border: none;
    color: #ff2f2f;
    display: block;
    font-weight: 700;
    margin: 0 0 10px 0;
    min-height: 24px;
    padding: 0;
}
.conver-contact-us {
    background: url(/static/home/img/contact-form-cover.jpg);
    background-position: center;
    background-repeat: space;
    background-size: cover;
    background-attachment: fixed;
}

.contact-us input.wpcf7-form-control,
.contact-us textarea.wpcf7-form-control {
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.contact-us input.wpcf7-submit {
    background-color: #113c67;
}
		
.contact-us input.wpcf7-not-valid,
.contact-us textarea.wpcf7-not-valid {
    background-color: rgba(255, 47, 47, 0.3);
}

.title-contact {
    font-family: "Merriweather Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

@media only screen and (min-width: 767px) {
    #contact{
        padding:8rem;
    }
}
