/*= Reset CSS 
============= */

.container1{ float:right;
	max-width:675px; padding-top:40px; padding-bottom:40px;
	font-family:Arial, Helvetica, sans-serif; 

}



.container_li1 {
	float: left;
	width:209px; height:140px;
	list-style: none; padding-left:15px;
	
}



h5{
	font-size:14px;
	font-weight:normal; line-height:22px;
	color: #FFF;	width: 209px; padding-top:30px; text-align:center;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.btn{
	display: inline-block;
	font-size: 12px;
	color: #047c17;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	text-decoration: none;
	transition: 0.4s;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;

}
.btn:hover{
	background-color: transparent;
	color: #FFFFFF;
	transition: 0.4s;
}
.text-desc{position: absolute; left: 0; top: 0; background-color:rgba(0,0,0,0.5); height: 100%; opacity: 0; width: 100%;  }
/*= Reset CSS End
================= *

/* effect-1 css */
.text-desc p {
	line-height: 20px;
	color: #FFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.port-1{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	
}
.image-box img{ }
.port-1 .text-desc{opacity: 0.9; top:100%; transition: 0.5s; color: #000;width: 209px; }
.port-1 img{transition: 0.5s;}
.port-1:hover img{transform: scale(1.2);}

.port-1.effect-1:hover .text-desc{top: 0; }

.port-1.effect-2 .text-desc{top: auto; bottom: -100%;}
.port-1.effect-2:hover .text-desc{bottom: 0;}

