@charset "utf-8";
/* CSS Document */
.works{
	padding: 5%;
}
.works-container{}
.works-category{border-bottom: 1px solid #eee;
    padding-bottom: 26px;}
.works-category ul{
	margin: 0;
	padding: 0;
	clear: both;
	text-align: center;
}
.works-category ul li{
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 0 10px;
}
.works-category ul li a{
	color: #00B2CE;
    background-color: #fff;
    padding: 12px 25px;
    border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
	border:1px solid #00B2CE;
}
.works-category ul li a:hover{
	background-color: #00B2CE;
	color:#fff;	
}
.works-category ul li a.selected{
	background-color: #00B2CE;
	color:#fff;		
}
.all-works{
	margin-top: 2%;
	padding: 0 4%;
}
.work-one{
	width: 22%;
	float: left;
	height: auto;
	background-color: #eee;
	    border-radius: 0px;
    padding: 2px;
    margin: 10px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
	position: relative;
}
.work-one:hover{
	background-color: #fff;
}
.work-one a{
	text-decoration: none;
}
.work-one img{
	width: 100%;
	height: 180px;

}
.des{
	position: absolute;
	bottom: 20px;
    left: 10px;
    right: 10px;
    width: 90%;
    padding: 3px 10px;
	background-color:#000;
	display:none;
	
}
.des h4{
	padding: 0;
    margin: 0;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 1;
    font-size: 16px;
    line-height: 22px;
	
}
.des p{
	padding: 0;
	margin: 0;
	font-size: 12px;
	color:rgba(255,255,255,0.9);
	font-style: italic;
	opacity: 1;	
}
.work-one:hover .des{
	display:block;}
.work-one:hover h4, .work-one:hover p, {
	opacity: 1;
	
}
.filter-hide{
	display: none;
}
#port-p1{    padding-top: 5px;
    text-align: justify;
    margin: 0px 0px 0px 0px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    padding-right: 7%;}
@media(max-width:805px) {.work-one{
	width: 45%;
	
}
.works-category ul li a {
   
    padding: 5px 10px;
   
}
}
@media(max-width:600px) {.work-one{
	width: 100%;
	float:none;
	
	
}
.works-category ul li {
    
    display:block;
    margin: 20px 10px;
    
}
.works-category ul li a {
     display: block;
}
.works {
    padding: 0%; 
}}

