
.footer_address, .footer_address p  {
    color:#8e8473 ;
}


.wrapper_slider-hero{
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    overflow: hidden;
}

.home_slider .owl-nav {
    margin-top: 3rem;
}

.oxel_back_to_top_container {
    background-color: transparent !important;
    transform: rotate(90deg) !important;
    box-shadow: none !important;
}

.oxel_back_to_top_container:hover {
    transform: rotate(90deg) !important;
    background-color: transparent !important;

}

.oxel_back_to_top_icon {
    color: #453F36 !important;
}

.oxel_back_to_top_container:hover .oxel_back_to_top_icon {
    color: #355a2f !important;
}

.owl-slider-single {
    height: 640px;
    overflow: hidden;
    padding-bottom: 85px;
}

.owl-slider-single .owl-stage-outer,
.owl-slider-single .owl-stage,
.owl-slider-single .owl-item,
.owl-slider-single .item {
    height: 100%;
}

.owl-slider-single .item {
    text-align: center;
    overflow: hidden;
}

.owl-slider-single .owl-item img {
    height: 100%;
    width: auto;
    object-fit: contain;
    margin: 0 auto;
}

@media (max-width : 767px) {
    footer .oxy-nav-menu .menu-item a {
        display: block;
    }

    .owl-slider-single {
        height: 340px;
        overflow: hidden;
        padding-bottom: 85px;
    }

}