/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
:root {
	--cnvs-color-market: #ffda31;
}

body .bg-color-market.active,
body .bg-market {
	color: #000 !important;
}

.new-content {
	position: absolute;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 5%;
	background: linear-gradient(0deg,
			rgba(0, 0, 0, 0.9) 0%,
			rgba(0, 0, 0, 0) 100%);
}

.new-content .badge {
	color: #fff !important;
}

.new-content h3 {
	color: #fff;
	line-height: 1.3;
	margin-top: 5px;
}

.new-content p {
	color: #dedede;
}

.new-content .date {
	color: #dedede;
}

.counter-box {
	margin-top: 20px;
}

.counter-box .cb-m-1 {
	font-weight: bold;
	color: var(--cnvs-color-market);
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}

.counter-box h2 {
	line-height: 1.1;
	margin-top: 20px;
}

.counter-box p {
	line-height: 1.5;
	font-size: 18px;
	opacity: 0.7;
}

.counter-item-box {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 20px 10px;
	background: #fafafa;
	border-radius: 10px;
	transition: all 400ms;
	border: 1px solid #f0f0f0;
}

.counter-item-box .counted {
	font-weight: bold;
	font-size: 36px;
	display: block;
}

.counter-item-box .titled {
	font-size: 14px;
	opacity: 0.7;
}

.counter-item-box:hover {
	background: #ffd93110;
}

.counter-nb {
	color: black;
}


.widget .media-title {
	font-size: 1.375rem;
}

@media (max-width: 767px) {
	.widget .media-title {
		font-size: 1rem;
	}
}

.testimonails-image {
	width: 50px !important;
	height: auto !important;
}

.post-img-wrapper {
	display: flex;
	justify-content: center;
}

.post-img {
	max-height: 500px;
	width: auto;
	height: auto;
	object-fit: contain !important;
	max-width: 100%;
}


.member-social:hover {
	color: var(--cnvs-color-market) !important;
}


@media (max-width: 576px) {
	.counter-large {
		font-size: 27px;
	}
}

#oc-testimonials .owl-stage {
    display: flex;
    align-items: stretch;
    padding: 0 3px;
}

#oc-testimonials .owl-item {
    display: flex;
    height: auto;
}

#oc-testimonials .card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#oc-testimonials .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}


.donor-item {
    border-bottom: 1px solid #e0e0e0;
}

.donor-item:last-child {
    border-bottom: none;
}

.donation-text{
	color: var(--bs-body-color) !important;
}
.form-check-input:checked{
	background-color: #ffda31;
	border-color: #ffda31;
}
@media (max-width: 768px) {
    .security-seal-img {
        width: 100px;
    }
}
