.home-banner .home-banner__right img{
	max-width: 443px;
		max-height: 557px;
}


.solutImg{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	overflow: hidden;
	margin: 20px auto;
	background-size: 100% 100%;
}
.solutImg.img1{
	background-image: url('../../static/img/home/solut1.png');
}
.case-study-cards__card:hover .solutImg.img1{
	background-image: url('../../static/img/home/solut1Curr.png');
}
.solutImg.img2{
	background-image: url('../../static/img/home/solut2.png');
}
.case-study-cards__card:hover .solutImg.img2{
	background-image: url('../../static/img/home/solut2Curr.png');
}
.solutImg.img3{
	background-image: url('../../static/img/home/solut3.png');
}
.case-study-cards__card:hover .solutImg.img3{
	background-image: url('../../static/img/home/solut3Curr.png');
}

.case-study-cards__card:hover .name{
	color: var(--VlionGreen);
	transition: all .2s;
}



/* =============================== */
.SuccessfulBox{
	/* margin-top: 30px; */
}
.SuccessfulBox .SuccessfulCont{
	border-bottom: 1px solid #d9dae1;
}
.Successful:last-child .SuccessfulCont{
	border-bottom: 0;
}


.Successful{
	display: flex;
	align-items: center;
	margin-top: 40px;
	
}
.SuccessfulImg{
	flex-shrink: 0;
	flex-grow: 0;
	padding-bottom: 50px;
}
.SuccessfulImg img{
	width: 110px;
	height: 110px;
	
}

.SuccessfulCont{
	margin-left: 50px;
	padding-bottom: 50px;
}
.SuccessfulTitle{
	font-size: 25px;
	font-weight: bolder
}
.SuccessfulItem{
	font-size: 17px;
	line-height: 30px;
		letter-spacing: 0px;
}
@media (max-width:1400px) {
	.Successful{
		display: block;
	}
	.SuccessfulImg img{
		margin: 0 auto;
	}
}



.case-study-cards .swiper {
    padding-bottom: 5rem;
}


/* =========================== */
.home-banner__subheading{
	width: 100%;
	
}
.home-banner__subheading img{
	height: 30px;
	margin: 5px;
}




@media (min-width:1400px) {
	.homeSolut{
			background: url('../../static/img/home/back.png');
			background-repeat: no-repeat;
			background-position: 50%;
			background-color:var(--Vlionblue) ;
	}
}
@media (max-width:1400px) {
	.homeSolut{
			background-color:var(--Vlionblue)
	}
}
@media (max-width:1000px) {
	.solutImg.img1{
		background-image: url('../../static/img/home/solut1Curr.png');
	}
	
	.solutImg.img2{
		background-image: url('../../static/img/home/solut2Curr.png');
	}
	
	.solutImg.img3{
		background-image: url('../../static/img/home/solut3Curr.png');
	}

}