#exitPopup{
	display: none !important;
}
table
{
	border: 1px solid hsla(0,0%,100%,.08);
}
.breadcrumb {
    background: #00000014;
    color: #979797;
    padding: 6px 0px;
    font-size: 14px;
    border-top: thin #202020 solid;
}
.rank-math-breadcrumb p{
	margin-bottom: 0px;
}
.rank-math-breadcrumb a{
	color: #b6b6b6;
}
#wrapper, #main, #main.dark {
    background-color: #1c0042;
}
.header-bottom-nav.nav > li > a {
   padding: 10px 10px;
   line-height: inherit;
   font-weight: 700;
}
.header-bottom-nav.nav > li > a {
   padding: 10px 10px;
   line-height: inherit;
   font-weight: 700;
}
.header-bottom-nav.nav > li > a:hover, .header-bottom-nav.nav > li.active > a, .header-bottom-nav.nav > li.current > a, .header-bottom-nav.nav > li > a.active, .header-bottom-nav.nav > li > a.current {
    color: #ffffff;
    /* background: #fafa19; */
    padding: 2px 15px;
    border-radius: 15px;
    border: thin white solid;
}
.header-button a {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .49);
    border: 1px solid #3c3c3c;
    background: #9a0000;
    color: #fff;
    border-radius: 25px !important;
    font-weight: 500;
    animation: pulse 1s ease-in-out infinite;
}
@keyframes tada {
    0% {
        transform: scaleX(1);
    }
    10%, 20% {
        transform: scale3d(1, 1, 1) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.2, 1.2, 1.2) rotate(1deg);
    }
    40%, 60%, 80% {
        transform: scale3d(1.2, 1.2, 1.2) rotate(-2deg);
    }
}
@keyframes glow {
    0% {
        box-shadow: 0 0 5px rgba(0,255,0), 0 0 10px rgba(0,255,0);
    }
    50% {
        box-shadow: 0 0 20px rgba(255,0,0), 0 0 10px rgba(255,0,0);
    }
    100% {
        box-shadow: 0 0 5px rgba(255,0,0), 0 0 10px rgba(0,255,0);
    }
}
marquee {
    font-size: 20px;
    font-weight: bold;
    animation: gradient 5s infinite;
    border: 3px solid #FFFF00;
    border-radius: 5px;
    padding: 5px;
    background-color: rgb(202 202 202);
    text-align: center;
    margin: -10px auto;
    width: 100%;
    display: block;
}
/*
.header-button-1 .header-button a {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .49);
    border: 1px solid #fff;
    background: #fafa19;
    color: #fff;
    border-radius: 5px !important;
}
.header-button-2 .header-button a {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .49);
    border: 1px solid #fff;
    background: #b90015;
    color: #fff;
    border-radius: 5px !important;
}*/
@keyframes pulse{
	0%, 100% {
    transform: scale(1);
}
50% {
    transform: scale(1.05);
}
}
.dark .widget a, .dark a {
    color: #fafa19;
}
.dark .widget a:hover, .dark a:hover {
    color: rgb(246 153 102);
}
.post-title a, .recent-blog-posts-li a{
	color: #b20000 !important;
}
.post-title a:hover, .recent-blog-posts-li a:hover{
	color: #ff0000 !important;
}
.dark, .dark p, .dark td {
    color: #a7a7a7;
}
.header-search a{
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .49);
    border: 1px solid #ffeb00;
    background-image: linear-gradient(180deg, #ffeb00, #ff9300 45%, #ffa700);
    color: #fff !important;
    border-radius: 5px !important;
    padding: 5px 5px !important;
}
.homedes{
	padding-right: 15px;
    box-shadow: 0px 0px 20px 5px #bebebe;
    border: 2.5px solid #FFFFFF;
    border-radius: 5px;
}
.homedes .section-content {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    
}
.homedes .section-content::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(131, 131, 131, 0.3);
    background-color: #fff;
}

.homedes .section-content::-webkit-scrollbar
{
    width: 8px;
    background-color: #fff;
}
.homedes .section-content::-webkit-scrollbar-thumb
{
    background-color: #bebebe;
    cursor: pointer;
}
.homedes .section-content:hover::-webkit-scrollbar-thumb
{
    background-color: #bebebe;
}
.footer a{
	color: #5e5e5e !important;
}
.footer a:hover{
	color: #fafa19 !important;
}
.header-main {
    border-bottom: thin #ffffff solid;
}


@media (max-width: 768px) {
	
}