.wrapper-content-section-1-contact {
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.wrapper-content-section-1-contact .col-left-contact {
    padding-left: 100px;
}

.wrapper-content-section-1-contact h3 {
    margin: 0;
}

.wrapper-content-section-1-contact h4 {
    margin: 20px 0 50px;
}

.wrapper-content-section-1-contact h4,
.wrapper-content-section-1-contact h4 a {
    color: #484F5B;
    font-family: "Akzidenz-Grotesk Std";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
}

.wrapper-content-section-1-contact h4 a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #484F5B;
    -webkit-transition: width .25s ease-in-out;
    -moz-transition: width .25s ease-in-out;
    -o-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out;
}

.wrapper-content-section-1-contact h4 a:hover {
    text-decoration: none
}

.wrapper-content-section-1-contact h4 a:hover:before {
    width: 100%;
    -webkit-transition: width .25s ease-in-out;
    -moz-transition: width .25s ease-in-out;
    -o-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out;
}

.wrapper-content-section-1-contact p {
    color: #484F5B;
    font-family: "Akzidenz-Grotesk Std";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}


.wrapper-content-section-1-contact p .btn-custom {
    color: #484F5B;
    padding: 20px 50px;
    background: rgba(247, 246, 242, 1);
    border-radius: 40px;
    text-align: center;
    font-family: "Akzidenz-Grotesk Std";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    margin: 20px 0 0; 
}

.wrapper-content-section-1-contact p .btn-custom:hover {
    text-decoration: none;
    background: #484F5B;
    color: rgba(247, 246, 242, 1);
    transition: .25s all;
}

.contact-section-2 {
    background: #F7F6F2;
    padding: 100px 0;
}

.contact-section-2 h4 {
    color: #484F5B;
    font-family: "Akzidenz-Grotesk Std";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.nf-error.field-wrap .nf-field-element:after {
    display: none;
}

@media screen and (max-width:1600px) {
    .wrapper-content-section-1-contact h4 a,
    .contact-section-2 h4 {
        font-size: 34px;
    }
}

@media screen and (max-width:991px) {
    .wrapper-content-section-1-contact h4 a,
    .contact-section-2 h4 {
        font-size: 28px;
    }
    .contact-section-2 h4 {
        margin: 0 0 15px;
    }
}

.contact-section-2 .nf-form-content .list-select-wrap .nf-field-element>div {
    border: 0;
    background: transparent !important;
}

.contact-section-2 #nf-form-1-cont select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.contact-section-2 #nf-form-1-cont label {
    color: #484F5B;
    font-family: "Akzidenz-Grotesk Std";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    padding: 0 10px;
}

.contact-section-2 #nf-form-1-cont input,
.contact-section-2 #nf-form-1-cont select,
.contact-section-2 #nf-form-1-cont textarea {
    background: transparent;
    border: 0;
    padding: 15px 10px;
    height: auto;
    color: #484F5B;
    font-family: "Akzidenz-Grotesk Std";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    border-bottom: 1px solid #D0D9D0;
}

.contact-section-2 #nf-form-1-cont textarea {
    min-height: 100px;
}

.contact-section-2 #nf-form-1-cont input[type="submit"] {
    background: #484F5B;
    color: rgba(247, 246, 242, 1);
    transition: .25s all;
    border-radius: 40px;
    text-align: center;
    font-family: "Akzidenz-Grotesk Std";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 20px 50px;
    float: right;
}

.contact-section-2 #nf-form-1-cont input[type="submit"]:hover {
    color: #484F5B !important;
    background: rgba(235, 231, 223, 1) !important;
    border: 0 !important;
    transition: .25s all;
}

@media screen and (min-width:1400px) {
    .contact-section-2 {
        padding-top: 150px;
        margin-top: -100px;
    }
    .single-page-custom {
        padding: 20px 0 0
    }
    .wrapper-content-section-1-contact {
        padding-bottom: 0;
    }
    .section-6-home {
        padding: 220px 0;
    }
}

@media screen and (min-width:1600px) {
    .contact-section-2 {
        padding-top: 200px;
        margin-top: -120px;
    }
}

@media screen and (max-width:1600px) {
    .wrapper-content-section-1-contact .col-left-contact {
        padding-left: 30px;
    }
}

@media screen and (max-width:991px) {
    .wrapper-content-section-1-contact .col-left-contact {
        padding-left: 15px;
        margin-bottom: 30px;
    }
    .wrapper-content-section-1-contact {
        flex-direction: column;
        padding: 30px 0 40px;
    }
    .wrapper-content-section-1-contact h4 {
        margin: 10px 0;
    }
    .wrapper-content-section-1-contact p {
        font-size: 18px;
        line-height: 28px;
    }
    .wrapper-title h1 {
        margin: 20px 0 0;
    }
    .contact-section-2 {
        padding: 40px 0 20px;
    }
    .contact-section-2 .container {
        padding: 0;
    }
    .section-6-home {
        padding: 40px 0;
    }
}
