section.photo-gallery-block {
    padding: 50px 0 40px;
}
.photogallery-box{
    height:400px;
    overflow: hidden;
    position: relative;
}
.photogallery-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all ease .5s;
}
.photogallery-box img:hover {
    transform: scale(1.05);
    transition: all ease .5s;
}
.photogallery-box.col-6 {
    width: 50%;
    float: left;
    border: 8px solid transparent;
}
.photogallery-box.col-3 {
    width: 25%;
    float: left;
    border: 8px solid transparent;
}
.photogallery-box.col-4 {
    width: 33.33%;
    float: left;
    border: 8px solid transparent;
}
.photogallery-box.col-5 {
    width: 40%;
    float: left;
    border: 8px solid transparent;
}
.photogallery-box.col-7 {
    width: 60%;
    float: left;
    border: 8px solid transparent;
}
body.rtl .photogallery-box.col-7,
body.rtl .photogallery-box.col-5,
body.rtl .photogallery-box.col-4,
body.rtl .photogallery-box.col-6,
body.rtl .photogallery-box.col-3{
    float: right;
}
.galleryLisingPageContainerIn  {
    margin: 0 -8px;
}
.align-right {
    text-align: right;
}
body.rtl .align-right {
    text-align: left;
}
.mt-2 {
    margin-top: 25px;
}
.button-style-2 {
    background-color: #F99D1C;
    color: #fff;
    padding: 15px 35px;
    cursor: pointer;
    display: inline-block;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
}
.photogallery-box > .media-gallery-item > .play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.photogallery-box a{
    display: block;
    height: 100%;
}
.photogallery-box label {
    display: block;
    color: #000;
    position: absolute;
    z-index: 0000;
    font-size: 22px;
    top: 0;
}
/*.button-style-2:hover {
    transition: all 0.3s ease;
    background-color: #008d6c;
    color: #fff;
}*/
.section-title p {
    margin-top: 20px;
}
.fancybox__content{
    margin-top: 4% !important;
}
.loadmore-btn.align-right.mt-2 {
    position: relative;
}
.photoLoading {
    font-size: 0;
    background-image: url(../../images/Ellipsis-1s-200px.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    top: -30px;
}
.photo-gallery-section-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 72%;
    z-index: -1;
    max-height: 800px;
}


@media (max-width:1566px) {
    .photogallery-box {
        height: 350px;
    }
}

@media (max-width:1440px) {
    .photogallery-box {
        height: 330px;
    }
}

@media (max-width:1366px) {
    .photogallery-box {
        height: 310px;
    }
}

@media (max-width:1261px) {
}
@media only screen and ( max-width: 1199px) {
}
@media (max-width: 1124px){
    .photogallery-box {
        height: 250px;
    }
}
@media (max-width: 768px){
    section.photo-gallery-block{
        padding: 30px 20px;
    }
    .photogallery-box.col-3{
        width: 50%;
    }
    .photogallery-box.col-6{
        width: 100%;
    }
    .photogallery-box {
        height: 350px;
    }
    .photogallery-box.col-3,.photogallery-box.col-6,.photogallery-box.col-5,.photogallery-box.col-7 {
        border: 8px solid transparent;
    }
    .mt-2 {
        margin-top: 20px;
    }
}
@media (max-width: 580px){
    section.photo-gallery-block {
        padding: 0;
        clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
        margin-top: -85px;
    }
    section.photo-gallery-block .container-md {
        max-width: 100%;
    }
    .photogallery-box.col-3{
        width: 100%;
    }
    .photogallery-box.col-3,.photogallery-box.col-6 {
        border: none;
        border-bottom: 10px solid transparent;
    }
    .photogallery-box {
        height: 300px;
    }
    .loadmore-btn {
        text-align: center;
    }
}