



#page-head-half {
    position: relative;
    left: 0px;
    top: 0px;
    max-width: none!important;
    max-height: none!important;
    min-height: 100%;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 0;
    background-size: cover;
    background-position: center;
}

.contact-background {
    background-image: url("https://images.pexels.com/photos/326410/pexels-photo-326410.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
}

#page-head-half .container {
    padding-top: 180px;
    padding-bottom:80px;
}

#page-head-half h1, #page-head-half p {
    color:#fff;
}

#page-head-half .btn {
    margin: auto;
    display: table;
    margin-top:20px;
    padding:15px 20px;
    outline: none;
}

#contact {
    padding:160px 0;
    padding-bottom: 80px;
}

#contact h4 {
    text-transform: uppercase;
    font-weight: 900;
    color:#fff;
    border-radius: 6px;
    background: #ff8f1f;
    font-size: 20px;
    display: inline-block;
    margin: auto;
    padding: 5px;
    margin-bottom: 20px;
    text-align: left;
}

#contact h2 {
    text-align: left;
    font-size: 32px;
    line-height: 1.2;
    font-weight:600;
    padding:0 0 20px 0;
}

#contact p {
    font-size: 17px;
    line-height: 28px;
}

.phone-mail {
    align-self: flex-end;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 1rem;
}

.gfield input, .gfield textarea, .wpcf7-text, .wpcf7-textarea {
    border-radius: 2px;
    -webkit-appearance: none;
    width: 100%;
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #4c4b49;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 2px solid #4c4b49;
    border-radius: .25rem;
}

.gform_wrapper ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

.gform_wrapper, .wpcf7 {
    width: 100%;
    position: relative;
    padding-bottom: 80px;
}

.gform_fields li {
    list-style-type: none;
    padding-top: 10px;
}

@media (min-width: 768px) {

    .gform_fields li:last-child, .right-box {
        position: absolute;
        right: 0;
        top: -6px;
    }
}

.gform_footer {
    clear: both;
}

.gform_button, .wpcf7-submit {
    margin-top: 40px;
    cursor: pointer;
    float: right;
    padding: 5px 25px;
}

#contact_info {
    padding: 160px 0;
    background: #efefef;
    margin-bottom: 80px;
}

#contact_info h2 {
    text-align: left;
    font-size: 32px;
    line-height: 1.2;
    font-weight:600;
    padding:0 0 20px 0;
}

#contact_info p {
    font-size: 17px;
    line-height: 28px;
}