/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.dark .menu-link {
    color: #fff;
}
body.dark, .dark #wrapper, .dark #content, .dark .shop-quick-view-ajax, .dark .portfolio-ajax-modal, .dark .ajax-modal-title, .dark .modal-content, .dark .page-transition-wrap, body.dark #side-panel, body #side-panel.dark {
    background-color: #191919;
}
.bosorange{
    color:#f36e20 !important;
}
.heading-block.center::before {
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0.1;
}
.heading-block::before {
    content: attr(data-heading);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #F5F5F5;
    z-index: -1;
    font-family: 'poppins', sans-serif;
    font-weight: bold;
    font-size: 90px;
    line-height: .3;
    opacity: 0.1;
}
#oc-features .owl-item p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}
.dark .fbox-content p {
    color: #fff;
}