/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 13 2025 | 20:07:34 */
.blog_sub{
	position: relative;
}

/***** post grid css ***/
.blog_container .e-filter-item{
	font-size: 16px !important;
	font-weight: 700;
	line-height: 16px !important;
	padding: 24px;
	border-radius: 8px;
	border: 1px solid rgba(101, 117, 132, 0.25);
}
.blog_container .e-filter-item:hover{
	background: rgba(45, 133, 172, 1);
	border: 1px solid rgba(45, 133, 172, 1) !important;
	color: #ffff !important;
}
.blog_container .e-filter-item[aria-pressed="true"]{
	background: rgba(45, 133, 172, 1);
	border: 1px solid rgba(45, 133, 172, 1);
	color: #ffff;
}

.post_grid .page-numbers.prev{
	padding-right: 48px;
} 
.post_grid .page-numbers.next{
	padding-left: 48px;
}
.post_grid .page-numbers.prev, .post_grid .page-numbers.next,
.post_grid .page-numbers.current {
	position: relative;
	/* background-color: #EBEBFF; */ 
	border: unset;
	background-color: transparent;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.post_grid nav.elementor-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
}
.post_grid .page-numbers.current {

	background: rgba(47, 133, 172, 1);

	color: #FFF !important;
}
.post_grid .page-numbers.prev:hover, .post_grid .page-numbers.next:hover{
	background: unset;

	color: unset !important;
} 

.post_grid .page-numbers:hover{
	background: rgba(47, 133, 172, 1);

	color: #FFF !important;
}
.post_grid .page-numbers {
	margin-left: 0 !important;
	margin-right: 0 !important;
	position: relative;

	border: 1px solid rgba(6, 42, 74, 0.25);
	background-color: transparent;
	color: rgba(6, 42, 74, 0.50);
	border-radius: 50px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.post_grid .page-numbers.prev::before {
	position: absolute;
	content: "";
	background: url(/wp-content/uploads/2024/11/prev.svg);
	width: 16px;
	height: 18px;
	z-index: 1;
}
.post_grid .page-numbers.next::before {
	position: absolute;
	content: "";
	background: url(/wp-content/uploads/2024/11/next.svg);
	width: 16px;
	height: 18px;
	z-index: 1;
}
.post_grid .page-numbers.prev, 
.post_grid .page-numbers.next {
	font-size: 0;
}
.blog_bann{
	position:relative;
}
@media(max-width: 1024px){
	.post_grid .page-numbers.prev{
		padding-right: 30px;
	} 
	.post_grid .page-numbers.next{
		padding-left: 30px;
	}
}


@media (min-width: 768px) and (max-width: 820px){
	.blog_bann {
		width: 50% !important;
		background-position: bottom right !important;
	}
}
@media(max-width: 1024px){
	.blog_sub::after {
		display: none;
	}
}

@media(min-width: 767px){
	.blog_sub::after {
		position: absolute;
		content: "";
		background-image: url(/wp-content/uploads/2024/11/Ellipse-11.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top left;
		top: 0;
		left: 0px;
		width: 747px;
		z-index: 0;
		height: 100%;
	}
	.blog_bann:after {
		position: absolute;
		content: "";
		background-image: url(/wp-content/uploads/2024/11/Group-151.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top right;
		top: 0;
		right: 0px;
		width: 686px;
		z-index: 0;
		height: 589px;
	}
}