/*= Reset CSS 
============= */
/*
html, body {border: 0; margin: 0; padding: 0;}
body {font: 14px "Lato", Arial, sans-serif; min-width: 100%; min-height: 100%; color: #666;}
*{margin: 0; padding: 0; box-sizing: border-box;}

*/
img{max-width: 100%; vertical-align: middle;}

h3{font-size: 20px; margin: 5px 0 10px; color: #fff;}
p{font-weight: 300; line-height: 20px; font-size: 14px; margin-bottom: 15px; color: #fff;}

.container{margin: 0 auto; max-width: 1170px;}
.alul{margin: 0 -1.5%;}
.alul .alli{float: left; width: 23%; margin: 10px 1%; list-style: none;}

.full-length{width: 100%; float: left; padding-bottom: 80px;}

.btn{display: inline-block; padding: 5px 10px; font-size: 14px; color: #fff; border: 2px solid #4d92d9; background-color: #4d92d9; text-decoration: none; transition: 0.4s;}
.btn:hover{background-color: transparent; color: #fff; transition: 0.4s;}
.text-desc{position: absolute; left: 0; top: 0; background-color: rgba(5,49,117,0.8); height: 100%; opacity: 0; width: 100%; padding: 20px;}
/*= Reset CSS End
================= *

/* effect-1 css */
.port-1{float: left; width: 100%; position: relative; overflow: hidden; text-align: center;/* border: 4px solid rgba(255, 255, 255, 0.9);*/}
.port-1 .text-desc{
	opacity: 0.9; top: -100%; color: #000; padding: 45px 10px 20px;	
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.port-1 img{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.port-1:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.port-1.effect-1:hover .text-desc{top: 0;}
/* effect-1 css end */

/*= Media Screen CSS */
@media only screen and (max-width: 1200px){
	.alul{width: 340px; margin: 0 auto;}
	.alul .alli{width: 100%; margin: 20px 0;}
	.port-5.effect-1 {z-index: 19;}
}

@media only screen and (max-width: 360px){
	.alul{width: 300px;}
	.port-1 .text-desc{padding: 20px;}
	.text-desc{padding: 7px;}
}