.my-parallax {
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

span.badge-soft-danger {
    color: rgba(233, 6, 6, 0.734);
}

.overflow-h {
    text-align: right;
}


/* Paginate */


.page-item.active .page-link {
    background-color: #edcb9a;
    border-color: #edcb9a;
}

.page-link {
    color: #edcb9a;
}

.page-link:hover {
    color: #b7964c;
    background-color: #eeedec;
    border-color: #eeedec;
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(237, 203, 203, 0.25);
}

p,
span {
    color: #b5bec4;
    font-family: Roboto, sans-serif;
    font-size: 15px;
}

.secondary_image span {
    color: #b7964c;
}

.active{
    color: #d8ba8e !important;
    font-weight: 600 !important;
}

/* megamenu */
.megamenu {
    width: 1000px;
    left: -580px !important;
    padding: 20px 10px !important;
    max-height: 600px;
}

header.horizontal-header .main-menu .menu .dropdown .submenu:after {
    left: 650px !important;
}
