.seasons-banner-container {
	display: flex;
	justify-content: center;
	position: relative;
	height: 44vh;
	width: 100%;
	gap: 12px;
}

.seasons-banner-container .item {
	flex: 0 0 30%;
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	transition: 0.5s;
}
.seasons-banner-container img{
	height: 100% !important;
	cursor: pointer;
}
.seasons-banner-container .photo {
	height: 100%;
	width: 100%;
}

.seasons-banner-container img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: 0.5s;
}

.seasons-banner-container .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 10;
	opacity: 0;
	transition: 1s;
}

/* Hover Animations */
.seasons-banner-container .item:hover {
	flex: 0 0 60%;
}

.seasons-banner-container .item:hover .overlay {
	background-image: linear-gradient(
		to top,
		rgb(2, 2, 2),
		rgba(47, 46, 46, 0) 30%
	);
	opacity: 1;
	transition: 0.8s;
}

.custom-banner-accordion {
	display: flex;
	overflow: hidden;
	margin: 40px 0;
}

.custom-banner-accordion > div {
	flex: 1;
	transition: flex 0.5s ease;
	overflow: hidden;
}

.custom-banner-accordion > div:hover {
	flex: 3;
}

.custom-banner-accordion img {
	width: 100%;
	height: auto;
	transition: transform 0.5s ease;
}

.custom-banner-accordion > div:hover img {
	transform: scale(1.1);
}
.blog-hero {
    background-position: top center;
    padding: 120px 0;
    color: #fff;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 200%;
}

.blog-hero::after {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0, 0, 0, 0.4); /* dark overlay for readability */
}

.blog-hero .container {
	position: relative;
	z-index: 2;
}
header.header.header-wrapper{
	margin: 18px 0px 0px;
}
.blog-hero .blog-title {
	font-size: 36px;
	margin-bottom: 10px;
	color: #fff;
}
.box-shadow{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 1px solid #eee;
    padding: 32px;
	border-radius: 2px;
	transition: all .3s;
}
.box-shadow:hover{
box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.elementor-column-gap-custom{
	gap: 12px;
}
.owl-item .item p {
    font-size: 17px;
    font-style: italic;
    margin-top: 18px;
}
.blog-hero .breadcrumb {
	font-size: 14px;
	color: #fff;
}

.blog-hero .breadcrumb a {
	color: #fff;
	margin: 0px 10px;
	text-decoration: underline;
}

.blog-hero .breadcrumb a:hover {
	text-decoration: none;
}
.breadcrumb a {
	color: #fff;
	font-size: 14px;
}

.breadcrumb a:hover {
	text-decoration: none;
}

.breadcrumb {
	font-size: 14px;
	color: #fff;
	display: flex;
	justify-content: center;
}

/*  */

.blog-banner img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.card {
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
}
.card-title {
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.testimonial-bg {
	font-family: Open Sans;
	padding: 35px 70px;
	text-align: center;
	position: relative;
	box-shadow: 4px 14px 24px 0px #06497C0A;
	width: 50%;
	margin: 0 auto;
	background-color: #fff;

}
.testimonial-bg:before {
	content: url("../images/quote.png");
	font-family: "fontawesome";
	width: 75px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	font-size: 50px;
	color: #00457B;;
	position: absolute;
	top: -40px;
	left: 2%;
}
.testimonial-bg .owl-carousel .owl-nav button.owl-prev, .testimonial-bg .owl-carousel .owl-nav button.owl-next{
	padding: 5px 20px !important;
}
.testimonial-bg .owl-prev{
	position: absolute;
	left: -31%;
	top: 50%;
	color: #0973C5 !important;
	border-top: 1px solid !important;
	border-bottom: 1px solid !important;
	border-left: 1px solid !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.testimonial-bg .owl-next{
	position: absolute;
	right: -31%;
	top: 50%;
	color: #0973C5 !important;
	border-top: 1px solid !important;
	border-bottom: 1px solid !important;
	border-right: 1px solid !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;  }
.testimonial-bg .owl-prev:hover, .testimonial-bg .owl-next:hover{
	background-color: #0973C5 !important;
	color: #fff !important;
} 
.testimonial-bg .owl-carousel .owl-item img {
	display: block;
	width: auto;
	margin: 0 auto;
}
.testimonial {
	padding: 0 15px;
}
.testimonial .description {
	font-family: Open Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: center;
	padding: 20px 0;
}

.testimonial .pic {
	width: 100px;
	height: 100px;
	margin: 25px auto;
	overflow: hidden;
}
.testimonial .pic img {
	width: 100%;
	height: auto;
}
.testimonial .title {
	font-family: Open Sans;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0;
}
.testimonial .post {
	font-family: Open Sans;
	display: inline-block;
	font-size: 20px;
	color: #848484;
}
.testimonial .profile_name {
	font-family: Open Sans;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 0em;
	color: #0973C5;
	padding-top: 10px;
}
.testimonial .profile_describe {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	color: #1E1E1E99;
}
.testimonial .pic1 img {
	width: 60px;
	height: 60px;
	border-radius: 50px;
	object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 998px) {
	.testimonial-bg {
		width: 75%;
		margin: 0 auto;
	}
	.feautered_section > div:last-child{
		padding: 20px;
		height: 500px;
		border-bottom: 1px solid  rgba(0, 0, 0, 0.20);

	}
	.feautered_section > div:first-child{
		padding: 20px;
		height: 500px;
	}
}
@media only screen and (max-width: 767px) {
	.testimonial-bg {
		padding: 50px 40px;
	}
	.owl-theme .owl-controls {
		bottom: -22%;
	}
	.owl-item{
		width: 380px !important;
		margin: 30px !important;
	}
	#testimonial-slider .owl-prev {
		left: 0px !important;
	}
	#testimonial-slider .owl-next{
		right: 0px !important;
	}
	.elementor-accordion-title{
		line-height: 1.3;
	}
	.testimonial-bg {
		width: 95%;
		margin: 0 auto;
	}
	.testimonial-bg .owl-prev{
		left: -10%;
	}
	.testimonial-bg .owl-next{
		right: -10%;
	}
	.feautered_section > div:last-child{
		padding: 20px;
	}
	.feautered_section > div:first-child{
		padding: 20px;
	}

	.seasons-banner-container .item {
		flex: 0 0 18%;
		transition: 0.5s;
	}
	.seasons-banner-container .item:hover {
		flex: 1;
	}

}
@media only screen and (max-width: 480px) {
	.testimonial-bg:before {
		width: 55px;
		height: 55px;
		line-height: 55px;
		font-size: 40px;
	}
	.testimonial-bg {
		padding: 30px 10px;
	}
	.owl-theme .owl-controls {
		bottom: -15%;
	}
}
@media only screen and (max-width: 360px) {
	.testimonial .title,
	.testimonial .post {
		font-size: 16px;
	}
	.owl-theme .owl-controls {
		bottom: -12%;
	}
}