.button {
    height: 45px;
    line-height: 40px;
    font-size: 16px;
    background-color: var(--mz-blackish-color);
    text-align: center;
    border: none;
    color: #fff;
    margin-right: 10px;
    padding: 0 20px;
}

    .button:hover {
        background-color: var(--mz-global-color);
    }

    .button.active {
        background-color: var(--mz-global-color);
    }

.page-content ul {
    margin: 16px 0 16px 0;
    padding-left: 40px;
    list-style-type: disc;
}

.pagination li a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 40px;
    font-size: 16px;
    background-color: var(--mz-blackish-color);
    text-align: center;
    border: 3px solid #eeeeee;
    color: #fff;
    margin-right: 10px;
}

.pagination li.active a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 40px;
    font-size: 16px;
    background-color: var(--mz-global-color);
    text-align: center;
    border: 3px solid #eeeeee;
    color: #fff;
}

/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/
.ml-auto, .mx-auto {
    margin-left: auto !important;
}

blockquote p {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
/** Homepage 01 **/
.about-single-one {
    padding-top: 50px;
}

.about-us-single-one {
    padding: 0px 42px 0px 58px;
}

.about-us-img-one {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    padding-top: 30px;
    margin-left: 30px;
}

    .about-us-img-one img {
        border-radius: 0px 50px 0px 0px;
        position: relative;
        z-index: 1;
    }

    .about-us-img-one:before {
        content: '';
        position: absolute;
        width: 170px;
        height: 270px;
        background-color: var(--mz-global-color);
        left: 0;
        top: 0;
        border-radius: 0 50px 0 0;
        z-index: 0;
    }

    .about-us-img-one .button-wrapper {
        margin-top: -67px;
        position: relative;
        z-index: 1;
    }

    .about-us-img-one .button-link {
        font-size: 30px;
        font-weight: 400;
        text-transform: none;
        line-height: 28px;
        letter-spacing: 0;
        border-radius: 0 50px 0 0;
        padding: 30px 15px 25px 30px;
        font-family: Teko,sans-serif;
        color: var(--mz-white-color);
        background-color: var(--mz-global-color);
    }

        .about-us-img-one .button-link:hover {
            background-color: var(--mz-blackish-color);
        }

    .about-us-img-one .button-icon {
        margin-right: 5px;
        font-size: 36px;
        line-height: 36px;
        vertical-align: middle;
    }

/** 07 - Contact us **/
.contact-form {
    overflow: hidden;
}

.contact-heading-desc {
    padding: 10px 0px 0px 56px;
}

.contact-form .col-md-5 {
    width: 37% !important;
}

.contact-form .col-md-7 {
    width: 62.665%;
}

.contact-form .contact-inbox {
    background-color: var(--mz-global-color);
color:#fff;
    margin: 6px 0px 95px 15px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 15px;
    padding: 70px 32px 70px 32px;
    border-radius: 50px 0px 0px 0px;
    z-index: 1;
    position: relative;
}

.contact-form .contact-form-single {
    background-image: url(../images/transparent-img-01.png);
    background-color: var(--mz-light-color);
    border-radius: 50px 0px 0px 0px;
    padding: 20px;
    border-radius: 0px 0px 50px;
    background-position: 356px -110px;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
}

    .contact-form .contact-form-single::before {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        content: "";
        display: block;
        z-index: -1;
        margin-left: -100px;
        background-color: var(--mz-light-color);
    }

.contact-form-single .col-sm-6,
.contact-form-single .col-md-12 {
    padding: 0 1px;
}

.form-style-2 button {
    margin-top: 30px;
}

.contact-client-section {
    padding: 60px 0px 90px 0px;
    overflow: hidden;
}

    .contact-client-section .swiper-slider {
        padding: 65px 40px 0px 0px;
    }

    .contact-client-section .client-inbox {
        margin: 0 0 0 30px;
        padding: 65px 50px 25px 55px;
    }

    .contact-client-section .mzwpro-client-light .mzwpro-client-with-hover-img .mzwpro-featured-wrapper {
        opacity: 1;
    }

label.error {
    background: red;
    color: white;
    border-radius: 0px 0 10px 10px;
    margin-bottom: 15px;
    padding: 0 10px;
    font-size: 12px;
    display: block;
    margin-top: 0px;
    margin-right: 20%;
}

.message-status {
    margin-top: 30px;
}

/**08 - Comment Form **/
.form-control,
.form-select {
    background-color: #eff2f7;
    color: #666;
    height: 50px;
    line-height: 50px;
    padding: 0 22px;
    font-size: 13px;
    font-weight: 400;
    border: 0;
    border-radius: 0;
    margin-bottom: 20px;
    width: 100%;
}

textarea.form-control {
    height: 120px;
}

.form-select:focus {
    border: none;
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
    color: var(--mz-body-typography-color);
}

.form-style-1 .form-control,
.form-style-1 .form-select {
    background-color: var(--mz-white-color);
    margin-bottom: 2px;
    border: 1px solid #d3d3d3;
}

.form-style-1 .col-sm-6, .form-style-1 .col-sm-12 {
    padding: 0 1px;
}

.form-style-1 textarea {
    padding: 12px 22px;
    margin-bottom: 20px !important;
    border: 1px solid #d3d3d3;
}

.form-style-2 .form-control, .form-select {
    background-color: #fff;
    height: 50px;
    border: 0;
    margin-bottom: 2px;
}

.form-style-2 textarea.form-control {
    height: 120px;
}

.form-style-2 ::placeholder {
    color: rgba(0,0,0,.5);
}

/** Style 09**/
.mzwpro-inbox-style-9 .mzwpro-inbox-icon-wrapper {
    width: 90px;
    height: 90px;
    font-size: 45px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    color: var(--mz-white-color);
    background-color: var(--mz-orange-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.mzwpro-inbox-style-9 .mzwpro-inbox-contents {
    padding-left: 30px;
}

.mzwpro-inbox-style-9 .mzwpro-element-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: Teko,sans-serif;
    color: var(--mz-white-color);
}

.mzwpro-inbox-style-9 .mzwpro-heading-desc {
    color: var(--mz-white-color);
}

.mzwpro-inbox.mzwpro-inbox-style-9 {
    margin-bottom: 30px;
    display: inline-block;
}

.mzwpro-inbox-style-9:hover .mzwpro-inbox-icon-wrapper {
    background-color: var(--mz-white-color);
    color: var(--mz-global-color);
}

.brochure {
    position: fixed;
    right: 20px;
    bottom: 80px;
    width: 300px;
    height: 200px;
    padding: 20px;
    background-color: var(--mz-global-color);
    z-index: 100;
    visibility: hidden;
    border-radius: 6px 6px 0 6px;
}

.brochure-close {
    float:right;
    right: 20px;
    top: 80px;
    width: 40px;
    height: 40px;
    line-height:40px;
    text-align: center;
    background-color: #101010;
    color:#fff;
    cursor:pointer;
}

.bg-color-grey {
background-color: var(--mz-grey-color);
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}
blockquote p {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.visual-text-wrapper {
    padding-left:40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    resize: vertical;
    overflow: auto;
}

    .visual-text-wrapper h1 {
        color: var(--mz-blackish-color);
        text-transform: uppercase;
flex-grow:1;
    }

.btn-orange {
background-color: var(--mz-orange-color);
color: white;
}

.btn-orange:hover {
    background-color: var(--mz-global-color);
    color: white;
}


.btn-blue {
    background-color: var(--mz-global-color);
    color: white;
}

    .btn-blue:hover {
        background-color: var(--mz-white-color);
        color: var(--mz-global-color);
    }

.text-block-1 {
text-align:right;
padding:40px 20px;
}
.text-block-2 {
    padding: 40px 20px;
}

.section-visual {
    background-color: pink;
}


.section-usp {
    background-color: white;
}

.section-woningen {
padding: 40px 0;
background-color:var(--mz-grey-color);
}

.section-werkwijze {
    padding: 40px 0;
    background-color: white;
}

.testimonial-bg-three {
    padding: 40px 0;
    background-color: var(--mz-grey-color);
}
.section-faq {
    padding: 40px;
    background-color: white;
}

.section-brochure {
    padding: 40px;
    min-height:200px;
    color:#fff;
    background-color: var(--mz-orange-color) !important;
}
    .section-brochure h2 {
        color: var(--mz-white-color);
    }

.input-brochure {
background-color:#fff;
color:#000;
border:1px solid var(--mz-orange-color);
border-radius:4px;
height:40px;
width:300px;
padding:0 10px 0 10px;
}

.ph-brochure {
    width: 120px; transform: rotate(-20deg); margin-top: -50px; margin-left: 20px; -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4); -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4); box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4);
}

    .section-werkwijze h3 {
        color: var(--mz-orange-color);
    }

/** 04 - portfolio Detail **/
.portfolio-style-1 {
    padding: 130px 0px 40px 0px;
}

.portfolio-single {
    padding: 80px 0;
}

.mzwpro-pf-featured-wrapper {
    margin-bottom: 50px;
}

.mzwpro-single-project-details-list {
    position: absolute;
    right: 70px;
    bottom: -60px;
    padding: 50px 50px;
    background-color: var(--mz-secondary-color);
    border-radius: 20px 20px 0 20px;
}

    .mzwpro-single-project-details-list h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px;
        color: #fff;
        display: none;
    }

.mzwpro-portfolio-lines-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px 30px;
}

.mzwpro-portfolio-lines-wrapper .mzwpro-portfolio-line-li {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,.1);
    color: #fff;
    padding-bottom: 10px;
}

.mzwpro-portfolio-lines-wrapper .mzwpro-portfolio-line-title {
    font-weight: 600 !important;
    font-size: 16px;
    color: var(--mz-global-color);
    text-transform: uppercase;
    letter-spacing: .5px;
    font-family: Teko,sans-serif;
}

.mzwpro-portfolio-lines-wrapper .mzwpro-portfolio-line-li span {
    width: 100%;
    display: block;
}

.mzwpro-portfolio-single .project-client {
    border-bottom: 1px solid #E1E1E1;
    margin-top: 50px;
    margin-bottom: 40px;
    padding: 0px 0px 40px 0px;
}

.project-client p {
    padding-bottom: 20px;
}

.first-letter {
    font-size: 30px;
    float: left;
    margin-right: 10px;
    line-height: 30px;
    padding: 12px 12px 10px;
    background-color: var(--mz-global-color);
    color: var(--mz-white-color);
}