#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: #ff5a00;
    padding: 2px 15px;
    border-radius: 5px;
}
.header-button a {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .49);
    border: 1px solid #2f75ff;
    background-image: linear-gradient(180deg, #2f75ff, #0553d8 45%, #2f75ff);
    color: #fff;
    border-radius: 5px !important;
    font-weight: 500;
    animation: pulse 1s ease-in-out infinite;
}
.header-button-1 .header-button a {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .49);
    border: 1px solid #fff;
    background: #fc6413;
    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: rgb(255 90 0);
}
.dark .widget a:hover, .dark a:hover {
    color: rgb(246 153 102);
}
.post-title a, .recent-blog-posts-li a{
	color: #ffffff !important;
}
.post-title a:hover, .recent-blog-posts-li a:hover{
	color: #fc6413 !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 {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;
}
.homedes::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(131, 131, 131, 0.3);
    background-color: #12151c;
}

.homedes::-webkit-scrollbar
{
    width: 8px;
    background-color: #12151c;
}
.homedes::-webkit-scrollbar-thumb
{
    background-color: #ff5a00;
    cursor: pointer;
}
.homedes:hover::-webkit-scrollbar-thumb
{
    background-color: #9f3a03;
}
.footer a{
	color: white !important;
}
.footer a:hover{
	color: #ff5a00 !important;
}



@media (max-width: 768px) {
	
}