
.all-works{
	position:relative;
	overflow:hidden;
	width:100%;
	display: block;
	padding-bottom:50px;
}

.all-works h5{
	padding-bottom:40px;
	text-align:center;
}

.one-work{
	position:relative;
	width:100%;
	overflow:hidden;
	display: block;
}
.one-work img{
	width:100%;
	height:auto;
	display: block; 
}



.one-work a{
}
.one-work .work-text{
	position:absolute; 
	width:100%;
	text-align:center;
	height:60px;
	z-index:6;
	left:0;
	bottom:-60px;
	background:#94a1f1;
	opacity:.9;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.one-work .work-text h6{
	text-align:center !important;
	font-weight:300;
	color:#fff;
	line-height:60px;
}

.one-work:hover .work-text{
	bottom:0;
}

