#exitPopup {
	display: none !important;
}
table {
	border: 1px solid #ffffff14;
}
table td,
table th {
    border-color: #ffffff14;
    color: inherit;
}
blockquote {
	color: inherit;
}
.widget>ul>li+li, ul.menu>li+li {
    border-top-color: #ffffff14;
}
.breadcrumb {
	background: #00000014;
	color: #fff;
	padding: 10px 0px;
	font-size: 15px;
	border-top: thin #202020 solid;
	border-bottom: thin #202020 solid;
}
.rank-math-breadcrumb p {
	margin-bottom: 0px;
}
.header-search a {
	box-shadow: 0 5px 20px 0 rgba(0, 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 {
	background: #151515;
	max-height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 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: #fde472;
	cursor: pointer;
}
.homedes:hover::-webkit-scrollbar-thumb {
	background-color: #fde472;
}
.home-posts.has-shadow .box:not(.box-overlay):not(.box-shade) {
	background-color: #151515;
}
.home-posts .post-title a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.home-posts .from_the_blog_excerpt {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.section-title.section-title-center span.section-title-main {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #e6ef2c 0%, #00fff3 29%, #ff1361 67%, #fff800 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 3s cubic-bezier(0.07, 0.38, 0.58, 1) infinite;
    display: inline-block;
}
.footer a {
	color: white !important;
}
.footer a:hover {
	color: #fafa19 !important;
}

@media (max-width: 768px) {
}
