#header a.arada-brand img {
    width: 146px;
    height: auto;
}
.menu-top-navigation .nav-button > a,
.button-style-1 {
    background-color: #da864f;
}
.menu-top-navigation .nav-button > a:hover,
.button-style-1:hover,
.button-style-2:hover{
    transition: all 0.3s ease;
    background-color: #393C37;
    color: #fff;
}
section.footer {
    background-color: #da864f;
}
.footer-right input[type="submit"] {
    border-color: #fff;
}
.footer-right input[type="submit"]:hover {
    background-color: #393C37;
    border-color: #393C37;
}

.button-style-1:hover {
    border: 1px solid #393C37;
    background-color: #393C37;
    color: #fff;
}

.find-property-button,
.find-property-outer .section-title {
    background-color: #da864f;
}
.property-form-group.property-form-group-button .button-style-1 {
    background-color: #da864f;
    border-color: #da864f;
}
#man-loader circle[stroke-miterlimit="10"] {
    stroke: #da864f;
}
li.masaar3.menu-item.menu-item-type-custom.menu-item-object-custom {
    display: none;
}
@media (max-width:768px) 
{
    .button-style-1:hover {
        background-color: #da864f;
    }
}