.banner-slider .banner-slide .slide-item .slider-caption p {
    font-size: 20px;
    line-height: 37.7px;
}

.gallery-tab .left-box {
    padding-left: 15px;
    padding-right: 15px;
}

.gallery-tab .right-box {
    padding-right: 15px;
    padding-left: 15px;
}

.gallery-tab .gallery-img {
    overflow: hidden;
    cursor: pointer;
}

.gallery-tab .gallery-img a {
    display: block;
}

.gallery-tab .gallery-img img {
    transform: scale(1);
    transition: all 0.5s ease;
}

.gallery-tab .gallery-img:hover img {
    transform: scale(1.2);
}

.gallery .section-title p {
    max-width: 600px;
}

.gallery .nav-tabs .nav-item {
    margin: 0 4px;
    margin-bottom: -1px;
}

.gallery {
    padding: 65px 0 45px;
}

.gallery.sub-tab {
    padding: 0 0 45px;
}

.gallery .section-title.centered {
    margin: 0 auto 36px;
}

.gallery.sub-tab .nav-tabs {
    border-bottom: 1px solid #073937;
    display: flex;
    justify-content: center;
}

.gallery-tab .left-box-wrap img {
    border-top-left-radius: 120px;
}

.gallery-tab .right-box-wrap img {
    border-top-right-radius: 120px;
}

.gallery-tab .bottom-left-wrap img {
    border-top-right-radius: 120px;
}

.gallery-tab .bottom-right-wrap img {
    border-top-left-radius: 120px;
}

.gallery_col_wrap_row > div:nth-child(odd) img {
    border-top-right-radius: 120px;
    border-top-left-radius: 0;
}

.gallery_col_wrap_row div:nth-child(even) img {
    border-top-left-radius: 120px;
    border-top-right-radius: 0;
}

.new-galler-page .gallery-tab .right-box {
    padding-left: 15px;
}

.new-galler-page .left-box {
    padding-left: 0px;
    padding-bottom: 40px;
}

.new-galler-page .right-box.bottom-right-wrap {
    padding-right: 0px;

}

.new-galler-page .gallery-tab .right-box {
    padding-left: 15px;
    padding-right: 0;
}

.new-galler-page .gallery-tab .gallery-img {
    height: 400px;
}

.new-galler-page .gallery-tab .gallery-img a {
    height: 100%;
}

.new-galler-page .gallery-tab .gallery-img img {
    height: 100%;
}

.new-galler-page .gallery-item {
    display: none;
}

.new-galler-page .gallery-items {
    display: none;
}

.load-more-wrapper {
    text-align: center;
}


.load-more-wrapper .all-button:focus {
    color: #fff;
    background: #073937;
}

.creativity-culture .tabs.new-galler-page .tab-content {
    padding-top: 0px;
}

.new-galler-page .gallery.sub-tab .nav-tabs {
    padding-top: 17px;
    padding-bottom: 17px;
    margin-bottom: 30px;
}

.creativity-culture .tab-content.gallery-tab.new-gallery-tab {
    padding-top: 35px;

}
.new-galler-page .gallery-tab .gallery-img a {
    position: relative;
}
.new-galler-page .gallery-tab .gallery-img span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 80%);
    color: #FFF;
    padding: 5px 16px;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 0 8px 0 0;
}

.gallery-slider {
    margin-bottom: 50px;
}
.gallery-slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 15px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.gallery-slider .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.gallery-slider .slick-dots li.slick-active button {
    background: #073937;
    width: 11px;
    height: 11px;
}

.gallery-slider .slick-dots li button {
    border: 1px solid #073937;
    background: transparent;
    width: 12px;
    height: 12px;
    font-size: 1px;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
}

@media(max-width: 992px) {
    .gallery-slider .slick-dots {
        margin-top: -10px;
    }
}


@media(max-width: 992px) {
    .new-galler-page .gallery-tab .right-box {
        padding-left: 15px;
        padding-bottom: 40px;
    }


    .new-galler-page .gallery-tab .gallery-img {
        height: auto;
        width: 100%;
    }

    .new-galler-page .gallery-tab .gallery-img a {
        width: 100%;
    }
}




@media(max-width: 480px) {
    .gallery {
        padding-top: 40px;
    }
}