.color-primary-bg {
    background-color: mediumslateblue;
}
.color-primary-hover-bg:hover,
.color-primary-hover-bg:hover:before{
    background-color: mediumslateblue;
}
.color-primary-text{
    color: mediumslateblue;
}
.color-primary-hover-text:hover{
    color: mediumslateblue;
}
.color-primary-active.active,
.color-primary-active:hover{
    background-color: mediumslateblue;
}
.color-primary-after:after {
    background-color: mediumslateblue ;
}
.color-primary-gradient-bg:hover,
.color-primary-gradient-top:hover ~ .color-primary-gradient-bg{
    background: linear-gradient(rgba(0, 0, 0, 0), mediumslateblue) ;
}
#loader, #loader:after, #loader:before {
    border-top-color: mediumslateblue ;
}
.color-primary-active.active-custom {
    border-left-color: mediumslateblue ;
}