.dark-scheme section{
    background: #121212;
}

.dark-scheme .testi blockquote.s1{
    color:#ffffff;
    background: #181818;
    border: none;
}

.dark-scheme .border-bottom{
    border-bottom-color: rgba(255, 255, 255, .1);
}

.dark-scheme .figure{
    background: #181818;
    border: none;
}

.dark-scheme .figure:hover h4{
    color:#121212;
}

.dark-scheme #filters a{
    background: #181818;
}

.dark-scheme .de-marquee-list .d-item-txt{
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0),rgba(255, 255, 255, .5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.dark-scheme .owl-theme .owl-controls .owl-page span {
    background: rgba(255, 255, 255, .15);
}