
.gallery-title
{
    font-size: 36px;
    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 #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid white;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #7a7de1;

}
.btn-default:active .filter-button:active
{
    background-color: #7a7de1;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
.img-responsive {
    max-width: 100%;
}
.pms-gallery-menu {
    margin-top: 33px;
}
.filter-button {
    font-size: 18px;
    border: 1px solid #40439C;
    border-radius: 5px;
    text-align: center;
    color: #FFF;
    margin-bottom: 4px;
    background-color: #40439c;
    text-transform: capitalize;
    margin-right: 4px;
}
.img-responsive.gallery-pms-img {
    height: 211px;
    border-radius: 5px;
}
.pms-img-card {
    text-align: center;
    background-color: #e1e1e1;
    padding: 2px;
}
.galler-nav-active {
    background-color: #01afea;
    border: 1px solid #01afea;
}

.img-card img {
    transition: 0.5s;
}
.img-card img:hover {
    transform: scale(1.1);
}
.Gallery-t1 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
}