
.page-id-16 .left_right_style {
    display: none;
}
.page-id-16 .contact_section {
    display: none;
}

/* footer {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.4);
} */


.footer{
    background:#fff;
    height: 150px;
    position: relative;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.4);
    padding: 40px 0px;
}
.footer img.image {
    position: absolute;
    top: -50%;
    z-index: 9;
}
.footer ul{
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
}

.footer ul li a{
    color: #000;
    margin: 0px 10px;
    text-transform: uppercase;
}
.credit{
    background: #464646;
}
.credit p{
    color: #fff;
    margin: 20px 0px;
}
.credit .branding{
    text-align: right;
}

.credit .branding a{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; 
    font-size: 16px;
}
