#exitPopup{
	display: none !important;
}
table
{
	border: 1px solid hsla(0,0%,100%,.08);
}
.nav-dark .logo a {
    color: #fff;
    cursor: pointer;
    padding: 0px 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-dark .logo a img {
    position: relative;
    z-index: 1;
    height: 50px;
}
#logo.logo {
    width: 150px;
}
.nav-dark .logo a:before {
    background: #fff;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) skewX(20deg);
    width: 100%;
    z-index: 1;
    height: 45px;
}
.breadcrumb {
   background: #343f4a;
    color: #747f8f;
    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-bottom {
    border-top: thin white solid;
}
.header-button a {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .49);
    border: 1px solid #ffac33;
    background: linear-gradient(180deg, #f91b1c, #b31314);
    color: #fff;
    border-radius: 5px !important;
}
.header-button-2 .header-button a {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .49);
    background: linear-gradient(180deg, #10acd3, #461bf4 99.37%);
    border: 1px solid #6cc1ff;
    color: #fff;
    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;
}
.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: #cb0000;
    cursor: pointer;
}
.homedes:hover::-webkit-scrollbar-thumb
{
    background-color: #2b0843;
}
.section-title-center{
	color: #617282;
    justify-content: center;
}
.section-title-center b {
    opacity: 1;
    background: url('title-bg-s.jpg?') 50% / contain no-repeat;
    flex: none;
    height: 28px;
    width: 40px;
}
.section-title-center b:last-of-type{
	transform: scaleX(-1);
}
.section-title-center .section-title-main
{
	text-transform: none;
    font-weight: 500;
}
.dark, .dark p, .dark td {
    color: #747f8f;
}


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