@media only screen and (max-width: 600px) {
    img.valluvar {
        position: inherit !important;
    }
    .navbar-toggler {
        position: absolute;
        right: 10px;
        border: 10px;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
        top: 50px;
    }
    .navbar-brand.p-0 {
        text-align: left !important;
    }
    .donate-btn {
        animation: blinker 1s linear infinite;
        z-index: 999 !important;
        height: 30px;
        line-height: 12px;
        font-size: 11px;
        padding: 6px 10px;
    }
    .navbar.navbar-expand-lg.navbar-light.px-5.sticky-top.shadow-sm {
        z-index: 9 !Important;
    }
    #navbarCollapse a {
        text-align: right;
    }

    .navbar-nav.mx-auto.py-0 {
        padding: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

}

@media (max-width: 991.98px){
    a.nav-item.nav-link.home-active {
        color: #ffffff !important;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: 0 0 0 0px;
    }
}

@font-face {
    font-family: outfitBlack;
    src: url(plug/fonts/static/Outfit-Black.ttf);
}
@font-face {
    font-family: outfitBold;
    src: url(plug/fonts/static/Outfit-Bold.ttf);
}
@font-face {
    font-family: outfitExtraBold;
    src: url(plug/fonts/static/Outfit-ExtraBold.ttf);
}
@font-face {
    font-family: outfitExtraLight;
    src: url(plug/fonts/static/Outfit-ExtraLight.ttf);
}
@font-face {
    font-family: outfitLight;
    src: url(plug/fonts/static/Outfit-Light.ttf);
}
@font-face {
    font-family: outfitMedium;
    src: url(plug/fonts/static/Outfit-Medium.ttf);
}
@font-face {
    font-family: outfitRegular;
    src: url(plug/fonts/static/Outfit-Regular.ttf);
}
@font-face {
    font-family: outfitSemiBold;
    src: url(plug/fonts/static/Outfit-SemiBold.ttf);
}
@font-face {
    font-family: outfitThin;
    src: url(plug/fonts/static/Outfit-Thin.ttf);
}
@font-face {
    font-family: outfitVariablefonts;
    src: url(plug/fonts/Outfit-VariableFont_wght.ttf);
}