
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.ProjectArea{
	min-height: 600px;
	margin-bottom: 80px;
}
.services-sec .owl-pagination{
	display: none;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 14px;
    border: 1px solid #286a7c;
    border-radius: 3px;
    text-align: center;
    color: #286b7d;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 14px;
    border: 1px solid #286a7c;
    border-radius: 3px;
    text-align: center;
	outline: none;
    color: #ffffff;
    background-color: #286a7c;

}
.btn-default:active .filter-button:active
{
    background-color: #286a7c;
    color: white;
	outline: none;
	
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom:0px;
	padding: 0px;
	
}
.GalleryImg{
	width: 100%;
	display: inline-block;
    height: 285px;
   
    position: relative;
    margin: 0px auto;
	
}
.GalleryImg img{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}