.client_wrapper .title {
	text-align: center;
}
.client_wrapper .title span {
    line-height: 1em;
}
.client_wrapper .optimizer_divider.title_underline {
	width: 130px;
	height: 30px;
	margin: 0 auto;
	margin-top: 20px;
}
.client_wrapper .optimizer_divider.title_underline .div_left {
	display: none;
}
.client_wrapper .optimizer_divider .div_middle {
	float: left;
	margin: 10px;
	margin-top: -10px;
	line-height: 18px;
}
.client_wrapper .optimizer_divider.title_underline .div_right {
	width: 45px;
	height: 3px;
	margin: 0 auto;
	float: none;
	display: block;
	background: #222222;
}
.client_wrapper .our-clients {
	text-align: center;

}
.client_wrapper .client-item {
	display: inline-block;
	padding: 0.5em;
	width: calc(24% - 1em);
	position: relative;
	z-index: 0;
	cursor: pointer;
	overflow: hidden;
}
.client_wrapper .client-item-inner {
	overflow: hidden;
	line-height: 1;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	position: relative;
}
.client_wrapper .image-wrap {
	display: block;
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.client_wrapper .image-wrap img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
.client_wrapper .hover-div {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(30,115,190,0.12);
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	padding: 30px 3em;
}
.client_wrapper .hover-div:before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 100%;
	border-left: 4px solid#ffffff;
	content: '';
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.client_wrapper .Hov5_Title {
	font-weight: 400;
	font-size: 16px;
	font-family: Abadi MT Condensed Light;
	color: #ffffff;
	position: relative;
	display: block;
	top: 50%;
	-webkit-transform: translate3d(30%, -50%, 0);
	-moz-transform: translate3d(30%, -50%, 0);
	-o-transform: translate3d(30%, -50%, 0);
	transform: translate3d(30%, -50%, 0);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
	text-align: left;
}
.client_wrapper .image-wrap:hover .hover-div {
	opacity: 1;
}
.client_wrapper .image-wrap:hover .hover-div:before {
	background: rgba(255, 255, 255, 0);
	left: 30px;
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.client_wrapper .overlay {
	position: fixed;
	max-width: 100% !important;
	width: 0%;
	height: 0%;
	top: 50%;
	left: 50%;
	background: rgba(0, 0, 0, 0.1);
	z-index: 99;
	cursor: pointer;
}

.client_wrapper .modal {
	display: none;
	position: fixed;
	width: 100%;
	top: 50%;
	left: 0;
	z-index: 999999;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.client_wrapper .modal-content {
	position: relative;
	margin: 0 auto;
	width: 50%;
	padding: 1em;
	height: 100%;
	overflow-y: auto;
	border: 0px solid#ededed;
	border-radius: 0px;
	background: #ffffff;
	max-height: 85vh !important;
}

.client_wrapper .iframe-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	width: 100%;
	overflow: hidden;
}

.client_wrapper .iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.client_wrapper .close-icon {
	position: fixed;
	display: none;
	top: 1em;
	right: 1em;
	color: #1e73be;
	
	cursor: pointer;
	font: normal normal normal 14px/1 FontAwesome;
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	z-index: 10000002;
	line-height: 1;
}
.client_wrapper i.close-icon:before {
    content: "\f057";
}

@media (max-width: 850px) {
	.client_wrapper .client-item {
		width: calc(49% - 1em);
	}
}
@media (max-width: 850px) {
	.client_wrapper .client-item {
		width: calc(49% - 1em);
	}
	.client_wrapper .modal {
		top: 0;
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
	}
	.client_wrapper .modal-content {
		width: 80%;
		top: 40px;
	}

}
@media (max-width: 767px) {
	.client_wrapper .title {
		font-size: 32px;
	}
}
@media (max-width: 620px) {
	.client_wrapper .client-item {
		width: 100%;
		margin: 0.5em 0;
	}
}