.Our-Patnership {
	width: 100%;
	height: auto;
	text-align: center;
}

.Our-Patnership ul {
	padding: 0;
	margin: 0;
}
.Our-Patnership ul li {
	list-style: none;
	display: inline-block;
	width:400px;
	height:100px;
	position: relative;
	overflow: hidden;
	cursor:pointer;
	margin: 10px;
	box-shadow: 0px 0px 10px -7px #555;
	transition: .5s;
}

.Our-Patnership ul li img {
	width: auto;
	height: 93%;
}
.Our-Patnership ul li img:nth-child(1) {
	transform: translateY(0);
	transition: .5s;
}
.Our-Patnership ul li img:nth-child(2) {
	transform: translateY(0);
    transition: .5s;
}

/*Hover-Section*/


.Our-Patnership ul li:hover img:nth-child(1) {
	transform: translateY(-100%);
	transition: .5s;
}
.Our-Patnership ul li:hover img:nth-child(2) {
	transform: translateY(-100%);
	transition: .5s;
}
.free_text {
    width: 49%;
    margin: 0 auto;
    font-size: 30px;
    color: #fdfdfe;
    text-align: center;
    font-weight: 600;
}

