.top-story {
	margin-top: 44px;
	margin-bottom: 42px;
	position: relative;
}
.top-story::after {
	content: '';
	background: linear-gradient(0deg, #000 4.59%, rgba(0, 0, 0, 0.00) 95.41%);
	height: 139px;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	z-index: -1;
	bottom: -99px;
}
.top-post-list>h2 {
	color: #FFF;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	margin: 0;
	margin-bottom: 23px;
}
.top-post-row {
	display: flex;
	fill: rgba(0, 0, 0, 0.32);
	stroke-width: 1px;
	stroke: #FFF;
	box-shadow: 0 0 1px 0 #FFF inset, 0 1px 0.946px 0 rgba(255, 255, 255, 0.45) inset;
	filter: drop-shadow(0 3.801px 32px rgba(0, 0, 0, 0.45));
	backdrop-filter: blur(40px);
	-webkit-backdrop-filter: blur(40px);
	border-radius: 24px;
	overflow: hidden;
}
.top-post-row>div {
	width: 50%;
}
.top-post-wrapper .post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}
.top-post-wrapper .post-content {
	padding: 28px 51px 30px;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	vertical-align: middle;
}
.inner-post {
	display: flex;
	flex-direction: column;
	gap: 19px;
}
.top-post-wrapper .post-date {
	color: #F3F7A8;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
.top-post-wrapper .post-content h3 {
	color: #FFF;
	font-family: Poppins;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	margin: 0;
	max-width: 343px;
}
.top-post-wrapper .post-content h3 a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
.top-post-wrapper .post-content p {
	color: #FFF;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	margin-top: 6px;
	max-width: 343px;
}
.top-post-wrapper .read-more {
	color: #F3F7A8;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	text-decoration: none;
	display: flex;
	align-items: center;
	align-content: center;
	vertical-align: middle;
	gap: 19px;
	position: absolute;
	right: 23px;
	bottom: 23px;
}
.post-image a {
	display: block;
}
.post-filter h2 {
	color: #FFF;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
}
.post-filter {
	display: flex;
	align-items: center;
	align-content: center;
	vertical-align: middle;
	padding: 6px 0 0;
	border-top: 1px solid #fff;
	justify-content: space-between;
}
.news-filters {
	display: flex;
	flex-direction: row-reverse;
	position: relative;
}
.news-filters a {
	padding: 3px 13.5px 6px 12px;
	display: block;
	cursor: pointer;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
}
.filter-list {
	display: flex;
}
.news-filters .active {
	color: #CDFF44;
	border-left: 1px solid #CDFF44;
	border-bottom: 1px solid #CDFF44;
	border-radius: 0 0 0 12px;
}
.inner-post-info .post-date {
	color: #F3F7A8;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
.inner-post-info .post-info {
	display: flex;
	align-items: center;
	align-content: center;
	vertical-align: middle;
	justify-content: space-between;
	gap: 17px;
	border-radius: 24px;
	background: #F3F7A8;
	padding: 18px 13px 16px 19px;
	min-height: 113px;
}
.inner-post-info .post-info h2 {
	color: #000;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
}
.all-news-posts {
	display: flex;
	column-gap: 16px;
	row-gap: 23px;
	width: 100%;
	list-style-type: none;
	margin-top: 51px;
	padding: 0;
	flex-wrap: wrap;
	margin-bottom: 39px;
}
.all-news-posts li {
	width: calc(33.33% - 11px);
	border-radius: 30px;
	overflow: hidden;
}
.inner-post-info .post-info .icon,
.inner-post-info .post-info .icon svg {
	display: block;
}
.inner-data img.post-img {
	display: block;
	object-fit: cover;
	width: 100%;
}
.inner-data,
.inner-data img.post-img {
	position: relative;
	display: block;
}
.inner-post-info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 29px 19px 21px 22px;
	z-index: 1;
}
.inner-data::before {
	content: '';
	background: linear-gradient(180deg, #000 5.09%, rgba(0, 0, 0, 0.00) 67.13%);
	height: 91px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.all-news-posts li:hover .inner-post-info .post-info {
	background: #CDFF44;
}
.load-more {
	color: #767676;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	max-width: 135px;
	text-decoration: none;
}
.load-more:hover {
	color: #fff;
}
.load-more.disable {
	pointer-events: none;
}
.top-post-wrapper .read-more svg {
	display: block;
}
.post-image,
.post-image a {
	height: 100%;
}
.video_back {
	position: relative;
	overflow: hidden;
}
.animated_video {
    position: absolute;
    top: -42px;
    height: 666px;
    width: 100%;
    z-index: -10;
    object-fit: contain;
    object-position: top;
}
.top-post-wrapper {
    min-height: 406px;
}









@media(min-width: 768px) {
	.top-post-wrapper .read-more span {
		width: 50px;
		height: 50px;
		border: 2px solid #F3F7A8;
		display: flex;
		align-items: center;
		align-content: center;
		vertical-align: middle;
		justify-content: center;
		border-radius: 10px;
	}
	.news-filters .filter-btn {
		display: none;
	}
}



@media(min-width: 1300px) {
.latest-news {
	position: relative;
}
}

@media(min-width: 1600px) {
.top-post-wrapper .post-content p, .top-post-wrapper .post-date,
.top-post-wrapper .read-more {
   font-size: 18px;
   line-height: 30px;
}
.top-post-wrapper .post-content p {
	max-width: 400px;
}
}







@media(max-width: 991px) {
	.top-post-wrapper .post-content h3 {
		font-size: 23px;
		line-height: 30px;
	}
	.top-post-wrapper .read-more {
		position: relative;
		margin-top: 10px;
		right: 0;
	}
	.top-post-wrapper .post-content {
		padding: 28px 22px 29px;
	}
	.all-news-posts li {
		width: calc(50% - 8px);
	}	
}
@media(max-width: 767px) {
	.top-post-wrapper .post-content h3 {
		font-size: 30px;
		line-height: 36px;
	}
	.top-post-row {
		flex-direction: column;
	}
	.top-post-row>div {
		width: 100%;
	}
	.inner-post {
		gap: 12px;
	}
	.top-post-wrapper .post-date {
		margin-bottom: 9px;
	}
	.top-post-wrapper .read-more {
		display: flex;
		max-width: 304px;
		height: 55px;
		padding: 16px 32px;
		justify-content: center;
		align-items: center;
		gap: 47px;
		flex-shrink: 0;
		border-radius: 12px;
		border: 2px solid #F3F7A8;
		min-height: 55px;
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: 24px;
		margin-top: 25px;
		box-sizing: border-box;
	}
	.top-post-wrapper .post-content p {
		min-height: 91px;
	}
	.top-post-wrapper .read-more span {
		position: absolute;
		right: 32px;
	}
	.filter-list {
		position: absolute;
		top: 37px;
		background-color: #fff;
		border-radius: 12px;
		flex-wrap: wrap;
		z-index: 10;
		width: 200px;
		right: 0;
		flex-direction: column;
		overflow: hidden;
		display: none;
	}
	.filter-list.active {
		display: block;
	}
	.filter-list a {
		color: #000;
		text-align: left;
		border-bottom: 1px solid #cfcfcf;
		padding: 10px;
	}
	.news-filters .filter-btn {
		border-radius: 12px;
		background: #F3F7A8;
		box-shadow: 0 4px 12px 0 rgba(93, 95, 128, 0.25);
		color: #1c1c1b;
		font-family: Poppins;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 24px;
		min-height: 36px;
		display: flex;
		align-items: center;
		align-content: center;
		vertical-align: middle;
		gap: 4px;
	}
	.news-filters .active {
		color: #000;
		border: 0;
		background-color: #f3f7a8;
		border-radius: 5px;
	}
	.inner-post-info .post-info h2 {
		font-size: 16.264px;
		line-height: 19.535px;
	}
	.inner-post-info {
		padding: 21.79px 14.28px 15.78px 16.53px;
	}
	.inner-post-info .post-info {
		padding: 13.27px 9.77px 9.29px 14.19px;
		min-height: 84.901px;
	}
	.inner-post-info .post-date {
		font-size: 16.264px;
		line-height: 19.535px;
	}
	.post-filter {
		border-top: 0;
		padding-top: 0;
	}
	.back_bgimg {
		position: relative;
	}
	.top-story::after {
		display: none;
	}
	.video_back::after {
		content: '';
		background: linear-gradient(0deg, #000 4.59%, rgba(0, 0, 0, 0.00) 95.41%);
		height: 100%;
		position: absolute;
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	.back_bgimg>div {
		position: relative;
		z-index: 1;
	}
.animated_video {
        top: -56px;
        height: 480px;
        width: 700px;
        z-index: -10;
        object-fit: cover;
        object-position: top center;
        left: -50%;
        right: -50%;
        margin: 0 auto;
    }	
.top-post-wrapper .post-image img {
    min-height: 268px;
}  
.top-post-wrapper {
    min-height: 652px;
}  
.all-news-posts li {
    min-height: 423px;
}
.page_hero .page-wrapper {
    min-height: 72px;
}
}


@media(max-width: 550px) {
	.all-news-posts li {
		width: 100%;
	}
}