.testimonial-section {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 3px 4px 15px #00000026;
	border-radius: 10px;
	width: 100%;
	float: left;
	padding: 30px;
	text-align: center;
}

.testimonial-section .ta-info {
	overflow: hidden;
	float: left;
	margin-top: 30px;
	text-align: left;
}

.testimonial-section .testi-author img {
	float: left;
	margin-bottom: 0;
}

.testimonial-section .ta-info h6 {
	font-size: 20px;
	margin-bottom: 5px;
	color: #2A2E48;
}

.testimonial-section .ta-info span {
	color: #044e30;
	font-size: 14px;
}



.home-testimonials-active .slick-dots {
	text-align: center;
	margin-top: 30px;
}

.home-testimonials-active .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.home-testimonials-active .slick-dots li button {
	text-indent: -99999px;
	border: none;
	padding: 0;
	margin-left: 10px;
	border-radius: 50px;
	z-index: 1;
	cursor: pointer;
	background: no-repeat;
	transition: .3s;

}

.home-testimonials-active .slick-dots li.slick-active button {}

.home-testimonials-active .slick-dots li.slick-active button::before {
	background: url("../img/bg/active-dote.png");
	opacity: 1;
}

.home-testimonials-active .slick-dots li button::before {
	content: "";
	width: 19px;
	height: 19px;
	background: url("../img/bg/dote.png");
	float: left;
	position: relative;
	margin-top: -9px;
	left: -19px;
	border-radius: 50%;
	opacity: .7;
	background-repeat: no-repeat;
	background-position: center;
}

.test-img {
	display: flex;
	justify-content: center;
	/* margin: 25px 0px; */
	/* height: 254px; */
}

.test-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.activity-section {
	border: 1px solid #f64b3c;
	border-radius: 10px 10px 0px 0px;
}

.activity-section img {
	border-radius: 10px 10px 0px 0px;
}

.video-grid {
	margin-bottom: 20px;
}

.image-grid {
	border-radius: 0.25rem;
	/* margin-bottom: 20px; */
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	/* height: 300px; */
	margin-top: 30px;
}

.image-grid .card {
	border: none;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.image-grid img {
	object-fit: cover;
	height: 300px;
	width: 100%;
}

.card h5 {
	color: #044e30;
	padding: 10px;
	text-align: center;
}

.price-count {
	margin-left: 25px;
}

iframe {
	height: 197px;
}

.publication-btn a {
	border: 1px solid #044e30;
	font-size: 12px;
	color: #044e30;
	margin: 0 5px;
	/* display: inline-block; */
	width: 30px;
	height: 30px;
	text-align: center;
	background: #fddbd9;
	/* border-radius: 20%; */
	padding: 6px 20px;
	line-height: 30px;
}

.publication-btn a:hover {
	background: transparent linear-gradient(0deg, #044e30 0%, #F64B3C 100%) 0% 0% no-repeat padding-box;
	box-shadow: 3px 4px 15px #EB334973;
	color: #fff;
}

.blog-post {
	height: 500px;
}

.blog-thumb img {
	height: 205px;
}

.blog-paragraph {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/* Number of lines to show */
	-webkit-box-orient: vertical;
	white-space: normal;
}

.blog-heading a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* Number of lines to show */
	-webkit-box-orient: vertical;
	white-space: normal;
}

.bsingle__post-thumb img {
	height: 390px;
	object-fit: contain;
}

.thumbnail-img img {
	height: 138px;
}

.blog-desc ::-webkit-scrollbar {
	width: 10px;
	/* Change the width of the scrollbar */
	height: 5px;
	/* Change the height of the scrollbar */
}

/* Customize the scrollbar track */
.blog-desc ::-webkit-scrollbar-track {
	background: #f1f1f1;
	/* Background color of the scrollbar track */
}

/* Customize the scrollbar thumb */
.blog-desc ::-webkit-scrollbar-thumb {
	background: #888;
	/* Color of the scrollbar thumb */
	border-radius: 5px;
	/* Rounded corners for the scrollbar thumb */
}

.image-one {
	height: 200px !important;
}

.image-two {
	height: 200px !important;
}

.image-three {
	height: 410px !important;
}

.mission-motto {
	height: 300px !important;
}

.about_img {
	height: 345px;
	width: 100%;
	object-fit: contain;
}

.goal-image-area {
	height: 240px;
	border-radius: 5px;
	object-fit: cover;
}

.marquee-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #044e30;
}

.marquee-content {
	display: flex;
	animation: marquee 15s linear infinite;
	/* Adjust duration as needed */
}

.marquee-item {
	white-space: nowrap;
	/* Prevents text from wrapping */
	display: inline-block;
	margin-right: 20px;
	/* Adjust spacing between items */
}

.marquee-item a {
	color: white;
}

@keyframes marquee {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-100%);
	}
}

@media (max-width: 767px) {
	.logo img {
		/* width: 100%; */
		height: 83px;
		margin-top: 46px;
	}

	.mission-motto {
		height: auto !important;
	}

	.image-one {
		height: auto !important;
	}

	.image-two {
		height: auto !important;
	}

	.image-three {
		height: auto !important;
	}

	.second-header {
		height: 0px;
	}

	.blog-thumb img {
		height: 165px;
	}

	.blog-post {
		height: auto;
	}

	.bsingle__post-thumb img {
		height: 290px;
	}

	iframe {
		height: 168px;
	}

	.publication-btn a {
		padding: 6px 15px;
	}

	.pricing-head {
		padding: 35px 17px;
		display: inline-block;
		/* text-align: center; */
	}

	.pricing-head .thumbnail-img {
		/* display: inline-block; */
		text-align: center;
	}

	.price-count {
		margin-left: 0px;
		margin-top: 20px;
	}

	.publication-btn {
		margin-top: 10px;
	}

	.pricing-head h4 {
		font-size: 15px;
	}

	.price-count span {
		font-size: 15px;
	}

	.publication-btn a {
		margin: 0px;
	}

	.services-two .second-services-content {
		height: auto;
	}

	.slider-content>span {
		font-size: 12px;
	}
	.about-title{
		margin-top: 50px;
	}
}