.case_study_item img.img-hover {
	display: none;
}
.case_study_item:hover img.img-default {
	display: none;
}
.case_study_item:hover img.img-hover {
	display: inherit;
}
.case_study_item .text {
	background: #f4f6f9;
	padding: 20px 40px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}
.case_study_item p {
	font-size: 15px;
	color: #677294;
	margin-bottom: 0;
}
.case_study_item h3 {
	font-size: 20px;
	line-height: 34px;
	font-weight: 500;
	color: #282835;
	margin-bottom: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.case_study_item h3:hover {
	color: #007dff;
}
.case_study_item:hover .text {
	background: #fff;
	-webkit-box-shadow: 0px 20px 20px 0px rgba(9, 1, 34, 0.06);
	box-shadow: 0px 20px 20px 0px rgba(9, 1, 34, 0.06);
}

.h2 {
	display: table;
}
.h2 img {
	display: table-cell;
	vertical-align: middle;
	width: 48px;
	padding: 15px 10px 25px 0;
}
.h2 h2 {
	display: table-cell;
	vertical-align: middle;
	color: #222d39;
	font-weight: bold;
	padding-bottom: 8px !important;
}

.agency_banner_area .banner_shap {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.agency_banner_area {
	padding-top: 150px;
	position: relative;
	z-index: 1;
}
