[data-theme="dark"] {
    background-color: #28282B !important;
    color: #eee;
}

[data-theme="dark"] body {
    background-color: #28282B !important;
}

[data-theme="dark"] .bg-black {
    background-color: #FAF9F6 !important;
}

[data-theme="dark"] .bg-dark {
    background-color: #FAF9F6 !important;
}

[data-theme="dark"] .bg-light {
    background-color: #28282B !important;
}

[data-theme="dark"] .soft-head{
    color: #FFFFFF !important;
}

[data-theme="dark"] .card{
    color: #000 !important;
}

[data-theme="dark"] .bg-white {
    background-color: #28282B !important;
}

[data-theme="dark"] .affix {
    background-color: rgba(0, 0, 0, 1) !important;
}

[data-theme="dark"] .affix .container .softoLogo .navbar-brand .softo-logo-light {
    display: inline-block;
}

[data-theme="dark"] .affix .container .softoLogo .navbar-brand .softo-logo-dark {
    display: none;
}


[data-theme="dark"] .testimonials-clean .item img{
    box-shadow: 0 0 25px 0 rgba(255, 255, 255, .17);
}

[data-theme="dark"] .testimonials-clean .item .name {
    color: #fff;
}

[data-theme="dark"] .testimonials-clean .item .title {
    font-size: 13px;
    color: #fff;
}