
/*Color*/
.video-play-btn i,
.widget h6,
.common-btn .theme-styleBtn {
    color: var(--thm-primary);
}

/*Theme bg color*/
.dark-bg,
.theme-styleBtn,
.b-btn,
.featured-types .featured-data a,
.widget h6:after,
.theme-styleBtn,
.inner-details .service-list-sidebar ul > li a:hover:after, 
.inner-details .service-list-sidebar ul > li.active a:after,
.theme-styleBtn:hover i:after,
.scroll-to-top.active:hover {
    background-color: var(--thm-primary);
    color: #ffffff;
}

.widget h3:after{
    background-color: #ffffff;
}

/*Border color*/
.theme-styleBtn,
.banner-section .owl-nav span,
.scroll-to-top.active:hover,
.video-play-btn {
    border-color: var(--thm-primary);
}

.scroll-to-top.active,
.scroll-to-top.active i {
    color: #000;
}

.theme-btn.b-btn-two {
    border: 2px solid var(--thm-primary);
    color: var(--thm-primary);
}

.inner-details .service-list-sidebar ul > li.current a,
.inner-details .service-list-sidebar ul > li a:hover,
.theme-btn.b-btn-two:hover{
    color: var(--thm-white);
}

.theme-btn.b-btn-two,
.common-btn .theme-styleBtn {
    background: transparent;
}

.border-white.theme-btn{
    border-color: #fff;
    color: #fff;
}

.border-white.theme-btn:before{
    background-color: #fff;
    
}

.border-white.theme-btn.b-btn-two:hover{
    color: #000;
}

/* rating */
.ratting li a{
    color: var(--thm-ratings);
}

.ratting li a:hover{
    color: var(--thm-primary);
}