/*
LINK COLOR
*/
a { color:#333333;  }
/*
BUTTON COLORS
*/
.btn-primary {
    background: #d9251d !important;
    border: 1px solid #bb1912 !important;
}
/*
TEXT COLORS
*/
.text-primary {
    color: #d9251d !important;
}
/*
BACKGROUND COLORS
*/
.bg-primary {
    background-color: #d9251d !important;
}
/*
MAIN MENU
*/
.sticky.header-dark, .header-innner.header-dark {
    background-color: #34495e;
}
@media (min-width: 992px){
	.header-dark .ppt-menu.separate-line>ul>li:after {
		background: #ffffff1f;
	}
}