.gallery-title
{
    font-size: 24px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #4384C6;
    border-radius: 5px;
    text-align: center;
    color: #4384C6;
    margin-bottom: 30px;
    margin-left: 10px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #171B52;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #171B52;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F !important;
    color: white;
}

.filter-button:focus{
    background-color: #171B52;
    color: #fff;
}


.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

.ongoing .card{
  -webkit-box-shadow: 0px 0px 3px 1px rgba(67,132,198,1);
-moz-box-shadow: 0px 0px 3px 1px rgba(67,132,198,1);
box-shadow: 0px 0px 3px 1px rgba(67,132,198,1);
}