#exitPopup{
	display: none !important;
}
table
{
	border: 1px solid hsla(0,0%,100%,.08);
}
.header{
	position: fixed;
}
.header-main{
	background: #FFF;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 24%, rgb(0 0 0 / 74%) 86%);
}
.stuck .header-main{
	background: linear-gradient(90deg, rgba(65, 56, 36, 0) 4.86%, #604d32 40%, #604d32 60%, rgba(65, 56, 36, 0) 94.99%);
}
.header-main .header-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    padding: 1px;
    background: radial-gradient(circle, #ffe6aa 0, rgba(96, 77, 50, 0) 92%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: 2;
    pointer-events: none;
}
#main{
	padding-top: 30px;
}
.page-wrapper {
    padding-bottom: 30px;
    padding-top: 30px;
}
.breadcrumb {
    background: #fef1d5;
    color: #535353;
    padding: 6px 0px;
    font-size: 14px;
    margin-top: 80px;
}
.rank-math-breadcrumb p{
	margin-bottom: 0px;
}
.rank-math-breadcrumb a{
	color:#535353;
}
#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 a {
    position: relative;
    border-radius: 5px !important;
    background: linear-gradient(180deg, #1d130c, #67552b);
    box-shadow: 0 3px 0 0 #48291a;
    z-index: 1;
    padding: 0px 35px;
    text-transform: none;
    font-size: 18px;
}
.header-button a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    padding: 1px;
    background: radial-gradient(circle, #fad400 0, #562d17 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: 2;
}
.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: #fff;
}

.homedes::-webkit-scrollbar
{
    width: 8px;
    background-color: #fff;
}
.homedes::-webkit-scrollbar-thumb
{
    background-color: #604d32;
    cursor: pointer;
}
.homedes:hover::-webkit-scrollbar-thumb
{
    background-color: #604d32;
}





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