.footer-section .ftr-nap .ftr-nap-address:before{
display: none !important;
}

.footer-section .footer-logo .ftr-logo {
    max-width: inherit;
    margin-top: -15px;
}

.content-slider-wrapper {
    border-top: none !important;
    border-bottom: none !important;
}
.content-slider-wrapper .content-slider-cta {
    display: none;
}

.billboard-section h1 {
    color: #b09062 !important;
}

.client-centre .masonry-category-container{
    display: none;
}

@media only screen and (max-width: 768px){
    .ftr-logo{
        margin-right: 10px !important;
    }
}
.header-toggle-button{
    position: absolute;
    top: 10px;
    right: 350px;
}

button.language-toggle {
    border: none !important;
    height: 45px;
    width: 170px;
    margin: 10px 0;
    font-family: 'Playfair Display';
    color: #b09062;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #fff !important;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
button.language-toggle:hover{
    background-color: #b09062 !important;
    color: #fff;
}

@media only screen and (max-width: 768px) {
.header-content {
    min-height: 165px !important;
}
.header-main .ftr-logo-wrapper {
    top: 70% !important;
}
.header-toggle-button {
    right: 70px !important;
}
}
