/* ===============================================================
			[ * services Section ] 
================================================================*/
.single-swiper-items {
	transform: scale(0.9);
	transition: all 0.4s ease;
	top: 0
} 
.industry-content {
	width: 90%;
	margin-left: auto;
	padding: 25px;
	position: relative;
	margin-top: -40px;
	border: 1px solid #EAEFF4;
	box-shadow: 0 5px 22px 0px rgba(15 ,53 ,103 , 0.05);
}
.industry-content::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	z-index: 0;
	background: var(--bs-theme-blue);
	width: 0;
	height: 100%;
	transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	border-radius: 15px;
}
.industry-links-wrap:hover .industry-content::before {
	width: 100%;
	z-index: 0;
}
.industry-links-wrap:hover .industry-name-title, .industry-links-wrap:hover p {
	transition: 0.5s all ease-in-out;
}
.industry-links-wrap:hover .industry-name-title, .industry-links-wrap:hover p {
	color: var(--bs-white);
}
.industry-links-wrap:hover .animeted-links {
	color: #fff;
}
.industry-links-wrap:hover .animeted-arrow  {
	border-right: 2px solid var(--bs-white);
	border-bottom: 2px solid var(--bs-white);
}
.handover_blue:hover .animeted-arrow::before {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.industry-image img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	object-position: top;
}



  