h1, h2, h3, h4, h5, h6 {
    width: 100%;
}

.btn-custom {
    background-color: #c22902;
    color: #fff;
    border-radius: 4px;
}

.btn-custom:hover {
    background-color: #2a1770;
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
    background: #c22902;
}


.navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
}
.dropdown-item {
    padding: 0.6rem 1.5rem;
}

.news {
    width: 160px
}

.news-scroll a {
    text-decoration: none;
    color: #555;
    font-weight: bold;
}

.dot {
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: #c22902;
    border-radius: 50%;
    display: inline-block
}

#about {
    padding-top: 120px;
    margin-bottom: 60px;
}

.about-bg {
    width: 300px;
    height: 250px;
    position: absolute;
    z-index: -1;
}

.about-bg.right {
    background: #2a1770;
    right: -40px;
    top: -25px;
}

.about-bg.left {
    background: #c22902;
    left: -40px;
    bottom: -25px;
}

.section-details {
    font-size: 18px;
    margin-top: 25px;
}
.section-details i {
    color: #fff;
    background-color: #c22902;
    padding: 5px;
    font-size: 20px;
    border-radius: 7px;
    margin-left: 10px;
}

.report-card {
    background: #2a1770;
    color: #fff;
    padding: 15px 10px;
    border-radius: 9px;
    margin: 6px 0;
    display: flex;
    justify-content: space-between;
}

.report-card h6 {
    color: #fff;
    font-size: 18px;
}

.report-card span {
    font-weight: bold;
    font-size: 18px;
}

.report-card.style-1 {
    background-color: #70b927;
}

.report-card.style-2 {
    background-color: #f76f1e;
}

.report-card.style-3 {
    background-color: #9b36ff;
}

.report-card.style-4 {
    background-color: #801313;
}

.useful-links {
    list-style: none;
    margin: 0;
    padding: 10px 15px;
}

.useful-links li {
    margin: 5px 0;
}

.useful-links li a {
    color: #555;
}


.bottom-nav {
    list-style: none;
    margin-top: 40px;
    padding: 15px;
    background: #1E2024;
}
.bottom-nav li {
    display: inline-block;
    padding: 0 15px;
}
.bottom-nav li:not(:last-child) {
    border-left: 1px solid #f2f2f2;
}
.bottom-nav li a {
    text-decoration: none;
}
.bottom-nav li a:hover {
    color: #fff
}

.vote-option {
    display: inline-block;
    color: #666;
    margin: 10px;
}

@media(max-width: 576px) {
    .about-bg {
        display: none;
    }
}
