.zrgcore-card {
	color: var(--zrg-secondary-color-inverse);
	margin-bottom: 50px;
}
.zrgcore-posts .col-lg-4:nth-last-child(-n+3) .zrgcore-card {
	margin-bottom: 0;
}
.swiper-slide .zrgcore-card {
	margin-bottom: 0;
}
.zrgcore-card-img {
	position: relative;
}
.zrgcore-card-img img {
	width: 100%;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.zrgcore-card-icon {
	position: absolute;
	bottom: -47.5px;
	left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	width: 95px;
	height: 95px;
	background-color: var(--zrg-bg-primary-color);
}
.zrgcore-card-icon i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.zrgcore-card-icon [class^="flaticon-"]:before,
.zrgcore-card-icon [class*=" flaticon-"]:before,
.zrgcore-card-icon [class^="flaticon-"]:after,
.zrgcore-card-icon [class*=" flaticon-"]:after {
	font-size: 54px;
	color: var(--zrg-primary-color);
	font-weight: 600;
}
.zrgcore-progress {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background-color: var(--zrg-primary-color);
}
.zrgcore-progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: inherit;
	gap: 3px;
	margin-top: 4px;
}
.progress-fluid {
	position: relative;
	width: 10%;
	height: 9px;
	background-color: rgba(188, 254, 47, 0.1);
	border-radius: 100px;
	overflow: hidden;
}
.zrgcore-card-info {
	position: relative;
}
.zrgcore-card-info:link, .zrgcore-card-info:visited, .zrgcore-card-info:hover {
	text-decoration: none;
}
.zrgcore-socials ul {
	padding: 0;
	list-style: none;
}
.zrgcore-swiper-cursor, .zrgcore-swiper-cursor .swiper-slide {
	cursor: url("../../images/slider-scroll.svg") 55 55, auto;
}
.zrgcore-swiper-slider .swiper .swiper-pagination-bullet {
	width: 37px;
	height: 8px;
	background: #3B412E;
	border-radius: 100px;
	opacity: 1;
	margin: 0 !important;
}
.zrgcore-swiper-slider .swiper .swiper-pagination-bullet-active {
	background-color: var(--zrg-primary-color);
}
.zrgcore-swiper-slider .zrgcore-swiper-pagination {
	margin-bottom: 40px;
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
}
.zrgcore-card-btn {
	padding: 16px 40px;
	background: var(--zrg-btn-bg);
	border-radius: 105px;
	color: var(--zrg-btn-color);
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.zrgcore-card-btn:hover {
	color: var(--zrg-btn-color-hover);
	background-color: var(--zrg-btn-bg-hover);
}
.zrgcore-card-list li:not(:last-child) {
	margin-bottom: 20px;
}

/*== Min Tablet ==*/
@media (min-width: 992px) {
	.zrgcore-swiper-slider.zrgcore-swiper-cursor .zrgcore-swiper-pagination {
		display: none;
	}
	.zrgcore-swiper-dots.zrgcore-swiper-slider {
		margin-top: -48px;
	}
}

/*== Min Tablet ==*/
@media (max-width: 992px) {
	.zrgcore-swiper-cursor {
		margin-top: -40px;
	}
}


/*==  Tablet ==*/
@media (max-width: 768px) {
	.zrgcore-swiper-slider .swiper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}
	.zrgcore-swiper-slider .zrgcore-swiper-pagination {
		-webkit-box-ordinal-group: 4;
			-ms-flex-order: 3;
				order: 3;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		margin-top: 30px;
		margin-bottom: 0;
	}
	.zrgcore-swiper-cursor {
		margin-top: 0;
	}
}

/*== Mobile ==*/
@media (max-width: 767px) {
	.zrgcore-posts .row {
		display: block;
		padding-bottom: 20px;
	}
	.zrgcore-posts .col-lg-4:nth-last-child(-n+1) .zrgcore-card {
		margin-bottom: 0;
	}
}
