<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.active-menu {
    color: #e12321 !important;
}
a {
    color: #e12321;

}
a:hover {
    color: #e12321 !important;
}


.btn-success {
    color: #fff;
    background-color: #e12321;
    border-color: #e12321;
}
.button {
    background-color: #e12321;
}


.clearfix-100:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    padding: 50px 0 0 0;
}

.clearfix-100 {
    display: inline-block;
    padding: 50px 0 0 0;
}
</pre></body></html>