.gallery_filter {
    margin-top: 15px;
}
.gallery_filter .list-inline-item:not(:last-child) {
    margin-right: 1rem;
}
.gallery_filter a {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: rgba(19, 19, 19, 0.6);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}
.gallery_filter a:hover,
.gallery_filter a.active{
    color: rgb(34 49 106);
}

.gallery_inner_image a{
    position: relative;
    display: block;
    height: 100%;
}
.gallery_inner_image a:before{
    content: '\f00e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 30px;
    opacity: 0;
    background: rgba(0,0,0,0.4);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.gallery_inner_image a:hover::before{
    opacity: 1;
}
.gallery_inner_image.gallery_large {
    /*height: 400px;*/
}
.gallery_inner_image img{
    width: 100%;
    height: 100%;
}
.gallery_inner_image:not(:last-child){
    margin-bottom: 18px;
}
.gallery_inner_image.gallery_small {
    /*height: 300px;*/
}
.gallery_inner_image.gallery_xlarge {
    /*height: 500px;*/
}

.pagination.gallery_pagination {
        margin-top: 100px;
        display: flex;
        justify-content: flex-end;
}
.pagination.gallery_pagination a {
    border: 1px solid #969191;
    border-radius: 5px !important;
    /* padding: 2px; */
    text-align: center;
    text-decoration: none;
    /* height: 50px; */
    /* width: 50px; */
    color: #22316a;
    padding: 10px 16px;
}
.pagination.gallery_pagination a:hover, 
.pagination.gallery_pagination a.active {
    color: #fff;
    border-color: #22316a;
    background: #22316a;
}
.pagination.gallery_pagination i {
    padding-top: 4px;
}
.pagination.gallery_pagination a:not(:last-child) {
    margin-right: 1rem;
}
.tab-area{
    display:none;
}
.activeGall{
    display:block;
}

.gallery_inner_image.gallery_large {
    height: 404px;
}
.gallery_inner_image.gallery_xlarge {
    height: 404px;
}
.gallery_inner_image.gallery_small {
    height: 285px;
}