#exitPopup{
	display: none !important;
}
table
{
	border: 1px solid hsla(0,0%,100%,.08);
}
.breadcrumb {
    background: #292e3b;
    color: #ffbb00;
    padding: 6px 0px;
    font-size: 14px;
}
.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: #cc0000;
}
.header-button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 50%;
    -webkit-box-shadow: 0 0 17px 3px #ffff01, 0 0 4px 2px #ffff01;
    box-shadow: 0 0 17px 3px #ffff01, 0 0 4px 2px #ffff01;
    z-index: -1;
    -webkit-animation-name: yellow-shadow;
    animation-name: yellow-shadow;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
.header-button::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    -webkit-box-shadow: 0 0 17px 3px #0ff, 0 0 4px 2px #0ff;
    box-shadow: 0 0 17px 3px #0ff, 0 0 4px 2px #0ff;
    z-index: -1;
    -webkit-animation-name: cyan-shadow;
    animation-name: cyan-shadow;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
@keyframes cyan-shadow {
    0% {
        right: 0;
        bottom: 0;
    }
    25% {
        right: 0;
        bottom: 50%;
    }
    50% {
        right: 50%;
        bottom: 50%;
    }
    75% {
        right: 50%;
        bottom: 0;
    }
    100% {
        right: 0;
        bottom: 0;
    }
}
@keyframes yellow-shadow {
    0% {
        top: 0;
        left: 0;
    }
    25% {
        top: 50%;
        left: 0;
    }
    50% {
        top: 50%;
        left: 50%;
    }
    75% {
        top: 0;
        left: 50%;
    }
    100% {
        top: 0;
        left: 0;
    }
}
.header-button-2 .header-button a {
    background: #d26e4b;
    color: #fff;
    border-radius: 5px !important;
}
.header-button-1 .header-button a {
    background: #150f0f;
    border: 2px solid #818181;
    border-radius: 5px !important;
}
.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 {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    /* padding-right: 15px; */
    border: 2px solid #ffe700;
    box-shadow: 0 2px 30px #ffe700;
    border-radius: 10px;
    word-wrap: break-word;
    padding: 15px;
}
.homedes::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(131, 131, 131, 0.3);
    background: none;
}

.homedes::-webkit-scrollbar
{
    width: 8px;
    background: none;
}
.homedes::-webkit-scrollbar-thumb
{
    background-color:#ffe700;
    cursor: pointer;
    border-radius: 10px;
}
.homedes:hover::-webkit-scrollbar-thumb
{
    background-color: #ffbb00;
}
.topmerquee
{
	padding-top: 8px !important;
    padding-bottom: 8px !important;
    margin-bottom: 25px;
}
.topmerquee .section-content .col{
	padding-top: 0px;
    padding-bottom: 0px;
}
.topmerquee .section-content .col p{
	margin-bottom: 0px;
    color: rgb(255, 187, 0);
}
.topmerquee .icon-box-img img, .topmerquee .icon-box-img svg {
    padding-top: 0;
}
.topmerquee .gallery, .topmerquee .row {
    align-items: center;
}
.notif_text p{
	display: flex;
    align-items: center;
    color: white !important;
}
.hotabout .icon-box-text h4{
	color: #fc0 !important;
    font-size: 15px;
}
.hotabout .icon-box-text p{
	font-size: 13px;
}
.dark .widget a, .dark a {
    color: rgb(251 187 37);
}
.dark .widget a:hover, .dark a:hover {
    color: #df1011;
}
@media (max-width: 768px) {
	
}