.our_client{
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 25px;
	padding-bottom: 50px;
	background-color: white;
}

.our_client img{
	box-shadow: 2px 2px 2px grey;
	height: 105px;
	width: 70%;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
}

.our_client img:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

/*.main-body #not-full-height img{
	margin-top: 25%;
	height: 50%;
}*/