*{
    margin: 0;
    padding: 0;
}
#gallary {
    padding-top: 20px;
    height: 100%;
    font-family: open sans,sans-serif;
    height: 100%;
    background-blend-mode: luminosity;
    background-position: bottom;
    background-size: cover;
}
#gallary .col-lg-3 {
    margin-bottom: 20px!important;
    display: none;
}
#gallary .pic-box {
    padding: 2px;
    position: relative;
    width: 100%;
    height: 273px;
    cursor: pointer;
    overflow: hidden;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 3px 5px #d4d4d4;
    transition: all .3s ease-in-out;
    width: 250px;
    height: 250px;
}
#gallary .pic-box a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
#gallary .pic-box img {
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    padding: 4px;
    width: 100%;
    height: 100%;
}
#gallary .fa-search-plus {
    position: absolute;
    top: 29%;
    z-index: 5;
    font-size: 21px;
    color: #0171bc;
    left: 43%;
    background-color: #fff;
    padding: 7px;
    border-radius: 50%;
    transform: translateX(200px);
    transition: all .2s ease-in-out;
}
#gallary .details-pic {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -100px;
    padding: 9px;
    left: 0;
    background-color: #fff;
    transition: all .3s ease-in-out;
    transform: translate(-360px);
    opacity: 0;
    border: 0.3px solid #dedede;
    box-shadow: inset 0 2px 2px #fff;
}
#gallary .details-pic h4 {
    color: #636363;
    font-weight: 700;
    font-size: 18px;
}
#gallary .details-pic p {
    color: #484848;
    font-size: 14px;
}
#gallary .pic-box:hover .fa-search-plus{
    transform: translateX(-20px);

}
#gallary .pic-box:hover .details-pic{
    opacity: 1;
    bottom: 0;
    left: 360px;
}
#load_gif {
    display: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 70px;
    margin-bottom: 20px;
}
#show_more {
    font-family: lato,sans-serif;
    background-color: #0171bc;
    color: #fff;
    font-size: 14px;
    width: 150px;
    padding: 7px 5px!important;
    display: block;
    margin-bottom: 22px!important;
    padding-top: 0;
    outline: none;
    box-shadow: none;
}
.mfp-bg{
    opacity: 1;
    background: #000000d9;
}
.mfp-arrow-right:before{
    border-left: 0;
}
.mfp-arrow-left:before{
    border-right: 0;
}
.mfp-bottom-bar {
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    margin-top: -38px;
    background-color: #0c0c0c;
    border-bottom: 1px solid rgb(30 30 30);
    border-left: 1px solid rgb(30 30 30);
    border-right: 1px solid rgb(30 30 30);
}
.mfp-title {
    margin-left: 15px;
    font-size: 13px;
}
.mfp-counter {
    top: auto;
    right: 19px;
}
@media screen and (max-width: 1000px){
    #gallary .pic-box {
        width: 100%!important;
        height: 480px!important;
    }
}
@media screen and (max-width: 450px){
    #gallary .pic-box {
        width: 100%!important;
        height: 280px!important;
    }
}
    .col-lg-3 {
        display: none !important;
    }

