/*!
Theme Name: TopscoreWP
Theme URI: http://topscoresoftwares.com
Author: Topscore Deepu
Author URI: http://topscoresoftwares.com
Description: Lightweight and highly extendable theme to create almost any type of website. Bundled with Bootstrap 5 and Compitable with Page Builders.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: topscorewp
Tags: custom-logo, custom-menu, featured-images, elementor
*/

.treadmark {
    color: #fff;
}
.treadmark i {
    color: #ff0a0a;
    animation: beat 0.5s infinite alternate;
}
.treadmark a {
    color: #fafafa;
}
@keyframes beat {
    to {
        transform: scale(1.3);
    }
}

.bg-theme3{
     background: linear-gradient(180deg, #c3131a 5%, #000 109.36%);
}

.bg-videocolor{
      background-image: url(https://topscoresoftwares.com/demo/maharani/wp-content/uploads/2023/11/bg-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;  
}