.home-case-study-container{
	background-color:#04094B;
	position:relative;
}
.hcase-study-outer-btn{
	position: absolute;
	right: 0;
	top: 50%;
	height: 100%;
	transform: translateY(-50%);
	width: 230px;
	background-color: #04094B;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
    flex-direction: column;
}
.hcase-study-outer-btn:before{
	background-image:url(../../images/case-study-btn-before.png);
    position: absolute;
    top: 55px;
    left: 0px;
    content: "";
    width: calc(100% + 30px);
    height: calc(100% - 55px);
    background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	background-position: center;
}
.hcase-study-outer-btn:after{
	background-image:url(../../images/case-study-btn-after.png);
    position: absolute;
    top: 180px;
    left: 0px;
    content: "";
    width: calc(100% + 30px);
    height: calc(100% - 180px);
    background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	background-position: center;
}
.hcase-study-outer-btn h3{
	font-family: 'Inter', sans-serif;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.2;
	color:#fff;
	margin-bottom:20px;
	width:100%;
	text-align:center;
}
.hcase-study-outer-btn h3 a{
	color:#fff;	
	background: none;
}
.hcase-study-outer-btn a.next-btn{
	display:inline-block;
	text-decoration:none;
	height:50px;
	width:50px;
	background-image:url(../../images/home-case-btn-icon.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.hcase-study-headline-outer{
	padding:34px 0;
}
.home-case-study-row .hcase-study-container:nth-of-type(2){
	background-color:#3644FF;	
	z-index:0;
}
.hcase-study-headline{
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	color:#fff;
}
.hcase-study-headline{
	padding-left: 30px;
	position:relative;
	z-index:3;
}
.hcase-study-headline h2{
	font-family: 'DM Serif Display', serif;
	font-size: 35px;
	font-weight: 400;
	line-height: 1.3;
	color:#fff;
	margin-bottom:7px;
}
.hcase-study-btn{
	padding-top:10px;	
}
.home-case-study-row{
	position: relative;
}
.home-clients-headline a{
	display:inline-block;
	text-decoration:underline;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.18;
	color:#3644FF;
	margin-left:12px;
}
.home-clients-row{	
	border:1px solid #B6B6B6;
	padding:31px 30px 15px;
	margin-bottom:26px;
	border-radius:15px;
}
.home-clients-row h3{
	font-family: 'Inter', sans-serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.21;
	color:#3644FF;
	margin-bottom:0;
}
.home-clients-row h4{
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.18;
	color:#1E1E1E;
	margin-bottom:0;
	position:relative;
}
/* .home-clients-row h4:before{
	position: absolute;
	content: "";
	background-color: #1e1e1e;
	left: 7px;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	bottom: 8px;
} */
.home-clients-headline-row{
	padding-bottom:35px;	
}
.case-image-half{
	position:relative;
}
.case-image-half:before{
	position: absolute;
	top: 0;
	left: -145px;
	content: "";
	background-image: url(../../images/case-study-mobile-before-1.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 370px;
	width: 370px;
/* 	z-index: -1; */
	background-size: 100% 100%;
}
.hcase-study-container:nth-of-type(2) .case-image-half:before{
	background-image: url(../../images/case-study-mobile-before-2.png);
/* 	z-index:3; */
}
.case-image-half img{
	position:relative;
/* 	z-index:4; */
}
.hcase-study-container:nth-of-type(2) .hcase-study-headline{
	position:relative;
	z-index:4;
}
.home-clients-container{
	overflow:hidden;	
}
.hcase-study-container{
	overflow:hidden;
}
@media (max-width:767px){
	.hcase-study-headline{
		font-size: 14px;
	}
	.home-clients-row h3 {
		font-size: 20px;
	}
	.home-clients-row {
		padding: 40px 15px 15px;
		margin: 0 1px 23px;
	}
	.home-clients-container {
		padding-top: 65px;
	}
	.home-clients-headline{
		display:none;	
	}
	.home-clients-row-right{
		padding:10px 0;
	}
	
	.hcase-study-outer-btn {
		padding:35px 0;
		position: relative;
		top: 0;
		transform: translateY(0);
		width:100%;
	}
	.home-clients-row-right{
		padding:10px 0;
	}
	.case-image-half{
		text-align:right;
	}
	.case-image-half:before {
		right: 0;
		left:auto;
	}
	.case-image-half:before{
		left: -50px;
		height: 100%;
		width: 100%;
	}
}
@media (max-width:576px){
}
@media (min-width:768px){
	.hcase-study-outer-btn {
		padding:35px 0;
		position: relative;
		top: 0;
		transform: translateY(0);
		width:100%;
	}
	.home-clients-row-right{
		padding:10px 0;
	}
	.case-image-half:before {
		left: 15px;
		height: 100%;
		width: 100%;
	}
	.hcase-study-headline{
		font-size: 14px;
	}
}
@media (min-width:992px){
	.hcase-study-headline{
		font-size: 12px;
	}
	.home-clients-row-right{
		padding:0;
	}
	.hcase-study-outer-btn {
		padding:0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 230px;
		left: 100%;
	}
	.home-clients-row {
		padding: 31px 8px 15px;
	}
	.case-image-half:before{
		left: -70px;
		height: 100%;
		width: 100%;
	}

}
@media (max-width:1600px){
	.hcase-study-outer-btn h3{
		font-size: 20px;
	}
	.hcase-study-outer-btn {
		width: 180px;
	}
}
@media (max-width:1500px){
	.hcase-study-outer-btn {
		margin:inherit;
	}
	.home-case-study-row{
		transform: translateX(-35px);
	}
}
@media (max-width:1400px){
	.home-case-study-row {
		transform: translateX(-75px);
	}
}
@media (max-width:1300px){
	.hcase-study-outer-btn:before,
	.hcase-study-outer-btn:after{
		width: calc(100% + 100px);
	}
	.home-case-study-row {
		transform: translateX(-35px);
	}
	.hcase-study-outer-btn h3{
		display: none;
	}
	.hcase-study-outer-btn {
		width: 70px;
	}
}
@media (max-width:991px){
	.home-case-study-container .container{
		max-width:100%;
	}
	.hcase-study-outer-btn {
		width: 140px;
		margin:auto;
	}
	.hcase-study-outer-btn h3{
		display: block;
	}
	.home-case-study-row{
		transform: translateX(0);
	}
}
@media (max-width:767px){
	.hcase-study-outer-btn:before,
	.hcase-study-outer-btn:after{
		display:none;
	}
}
@media (min-width:1200px){
	.home-clients-row {
		padding: 31px 30px 15px;
	}
	.case-image-half:before{
		left: -145px;
		height: 370px;
		width: 370px;
	}

}
