section.banner.gallery {background: url(../images/about-bg.jpg) no-repeat;border-bottom: 1px solid #ffc90a;margin-top: 0px; background-size: cover;}
section.banner.gallery .container-fluid {padding-right: 15px !important;padding-left: 15px !important;}
li.nav-item a.nav-link {color: #333 !important;}
.banner-content {padding-top: 0;padding-left: 0;}


.view img {
    display: block;
    position: relative;
    transition: all 0.2s linear;
    background: #ffff;
    z-index: -1;
}
.main {
    position: relative;
    box-shadow: 0px 5px 8px #2125295c;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;
    background: transparent;
    height: auto;
}
.view {
    overflow: hidden;
    text-align: center;
    background: transparent;
    position: relative;
        height: auto;
}
.view img {
    display: block;
    position: relative;
    transition: all 0.2s linear;
    background: #ffff;
    z-index: -1;
    object-fit: cover;
}
.slick-slide img {
    filter: grayscale(0);
}
.mask {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    padding-top: 100px;
    color: #fff;
    left: 0;
    overflow: hidden;
    background: #666666bf;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    height: 700px;
    border-radius: 5px;
}
.modal button.close {
    position: absolute;
    float: right;
    right: 15px;
}
.slide.slick-slide {
    margin: 0 !important;
}
.gal-style-1 .main .view img {
    height: 370px;
}
.gal-style-1 .main {
    height: 370px;
}
.gal-style-1 .main .view {
    height: 370px;
}
.gallery-new .main .view img {
    height: 520px;
}
.gallery-new .main {
    height: 520px;
}