.wpda_post_thumbnail {
	overflow: hidden;
	height: 250px;
	background-color: #eaeaea;
}

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

.wpda_post_title {
	margin-top: 25px;
	font-weight: 600;
	font-size: 25px;
	color: #303C64;
}

.wpda_post_date {
	margin-top: 15px;
	color: #303C64;
}

.owl-nav {
	margin: 0;
	position: absolute;
	top: -80px;
	right: 0;
}

.owl-prev span,
.owl-next span {
	font-size: 30px;
	color: #303C64;
	background-color: #f5f5f5;
	padding: 4px 18px 10px 18px;
}

.owl-prev:hover span,
.owl-next:hover span {
	color: aliceblue;
	background-color: #303C64;
}

.owl-theme .owl-nav [class*=owl-] {
	margin: 0.2px;
}

/* wfh-banner-carousel css start */

.wfh-container {
	height: 100vh;
}

.wfh-content {
	position: relative;
}

.wfh-banner-carousel .item {
	padding-top: 40px;
	/* overflow: hidden;     */
	/* height: 500px; */
}

.wfh-banner-carousel .owl-item {
	overflow: hidden;
}

.wfh-carousel-content {
	height: 600px;
	width: 90%;
	display: flex;
	padding-bottom: 50px;
}

.wfh-banner-img.background {
	position: absolute;
	right: 0;
	padding-top: 50px;
	height: 100%;
	width: 70%;
}

.wfh-banner-img.background img {
	height: 100%;
}

.wfh-banner-carousel .owl-item.active .wfh-banner-img.background {
	animation-name: bgslider;
	animation-duration: 1.5s;
}


@keyframes bgslider {
	from {
		transform: translateX(80%);
	}

	to {
		transform: translateX(0);
	}
}

.wfh-banner-img.person {
	position: absolute;
	top: 0;
	right: 10%;
	height: 100%;
	z-index: 2;
}

.wfh-banner-carousel .owl-item.active .wfh-banner-img.person {
	animation-name: bgimg;
	animation-duration: 1.5s;
}

@keyframes bgimg {
	0% {
		transform: translateX(200px);
		opacity: 0;
	}

	30% {
		opacity: 1;
	}

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

.wfh-banner-img.person img {
	width: 100%;
	height: 100%;
}

.wfh-banner-text-container {
	width: 100%;
	background: linear-gradient(90deg, #63D5F8 0%, #63D4E5 11%, #65D3BD 38%, #66D3A0 63%, #67D38E 84%, #68D388 100%);
	clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
	z-index: 1;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.wfh-banner-text {
	width: 550px;
	right: 23%;
	position: relative;
	padding: 0;
}

.wfh-banner-carousel .owl-item.active .wfh-banner-text-container {
	animation-name: bgtext;
	animation-duration: 1.5s;
}

@keyframes bgtext {
	from {
		transform: translateX(-80%);
	}

	to {
		transform: translateX(0);
	}
}

.wfh-banner-title {
	font-weight: 700;
	line-height: 76px;
}

.wfh-banner-title-text {
	font-weight: 300;
	line-height: 28px;
}

.wfh-banner-link-wrapper {
	position: relative;
	display: inline-block;
	z-index: 11;
}

.wfh-banner-link-wrapper p {
	padding-bottom: 0;
}

.wfh-banner-link-wrapper a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 400;
/* 	line-height: 22px; */
	border: none;
}

.wfh-banner-link-wrapper a::before {
	content: "";
	position: absolute;
	display: block;
	background-color: #ffffff;
	width: 100%;
	height: 2px;
	transition: 2s ease-in-out;
	bottom: 0;
}

.wfh-banner-link-wrapper a:hover::before {
	display: none;
	transition: 2s ease-in-out;
}

.wfh-banner-link-wrapper a::after {
	content: "";
	position: absolute;
	display: block;
	background-color: #ffffff;
	width: 0;
	height: 2px;
	bottom: 0;
}

.wfh-banner-link-wrapper a:hover::after {
	width: 100%;
	height: 2px;
	transition: 2s ease-in-out;
}

/* responsive desgine starts */

@media (min-width: 1600px) {
	.wfh-banner-text {
		right: 15%;
	}

	.wfh-banner-img.background {
		width: 60%;
	}
}

@media only screen and (min-width: 1400px) {
	.wfh-banner-img.person {
		right: 14%;
	}
}

@media only screen and (min-width: 980px) and (max-width: 1200px) {

	.wfh-banner-text {
		padding: 30px 50px;
	}

	.wfh-carousel-content {
		height: 400px;
	}

	.wfh-banner-title {
		font-weight: 700;
		line-height: 46px;
	}

	.wfh-banner-title-text {
		font-weight: 300;
		line-height: 24px;
	}


	.wfh-banner-link {
		text-decoration: none;
		font-weight: 400;
		line-height: 20px;
	}

}

@media only screen and (min-width: 600px) and (max-width: 980px) {

	.wfh-banner-carousel .item {
		padding-top: 0;
	}

	.wfh-carousel-content {
		height: 400px;
	}

	.wfh-banner-img.person {
		right: 0;
	}

	.wfh-banner-text {
		width: 70%;
		padding: 30px 50px;
		right: 10%;
	}

	.wfh-banner-title {
		font-weight: 700;
		font-size: 38px !important;
		line-height: 46px;
	}

	.wfh-banner-title-text {
		font-weight: 300;
		line-height: 24px;
	}

	.wfh-banner-img.person img {
		width: auto !important;
		height: auto;
	}

	.wfh-banner-img.person {
		bottom: 0;
		top: inherit;
		right: 0;
		display: flex;
		justify-content: flex-end;
		height: 300px;
		width: 374px !important;
	}

	.wfh-banner-link {
		text-decoration: none;
		font-weight: 400;
		line-height: 20px;
	}
}

@media (max-width: 600px) {

	.wfh-banner-carousel .item {
		padding-top: 0;
	}

	.wfh-carousel-content {
		height: 250px;
	}
	

	.wfh-banner-img.person img {
		width: auto !important;
		height: auto;
	}

	.wfh-banner-img.person {
		position: absolute;
		bottom: 0;
		top: inherit;
		right: 0;
		display: flex;
		justify-content: flex-end;
		align-self: flex-end;
		height: 170px;
		width: 212px !important;
	}

	.wfh-banner-text {
		width: 80%;
		padding: 20px 10px;
		right: 5%;
	}

	.wfh-banner-title {
		font-size: 28px !important;
		font-weight: 700;
		line-height: 36px;
	}

	.wfh-banner-title-text {
		display: none;
	}

	.wfh-banner-img.backgroun {
		padding-top: 30px;
	}

	.wfh-carousel-content {
		padding-bottom: 30px;
	}

	.wfh-banner-link {
		color: #ffffff;
		text-decoration: none;
		font-weight: 400;
		line-height: 20px;
	}
	
	.wfh-banner-link-wrapper a {
		z-index: 9;
	}
}

/* responsive desgine ends */