.text-primary {
    color: var(--primary-color) !important;
}

footer.roister-footer-1 {
    background-repeat: repeat-x;
    background-position: bottom center;
    background-attachment: scroll;
    background-size: contain;
}

.sidebar-toggle-btn {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .inner-menu-wraper {
        display: none !important;
    }

    .roister-header-area-1 .header-btm .positioned-logo .header-logo, .roister-header-area-2 .header-btm .positioned-logo .header-logo {
        height: 63px;
    }

    .sidebar-toggle-btn {
        display: inline-block !important;
    }
}
.service-content
{
    color : #fff !important;
}
.service-content p{
    margin-bottom: 1rem;
}
.service-content ul{
    margin-bottom: 1rem;
}
.service-content h1 {
    font-size: 2.5rem !important;
    margin-bottom: 1rem;
}

.service-content h2 {
    font-size: 2rem !important;
    margin-bottom: 0.9rem;
}

.service-content h3 {
    font-size: 1.6rem !important;
    margin-bottom: 0.8rem;
}

.service-content h4 {
    font-size: 1.3rem !important;
    margin-bottom: 0.7rem;
}

.service-content h5 {
    font-size: 1rem !important;
    margin-bottom: 0.6rem;
}

.service-content h6 {
    font-size: 0.9rem !important;
    margin-bottom: 0.6rem;
}

footer
{
    border-top: 1px dotted #d389074f;
}