body.lb-disable-scrolling {
    overflow: hidden;
  }
  
  .lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.92;
    display: none;
  }
  
  .lightbox {
    position: fixed;
    left: 0;
    top: 0 !important;
    width: 100%;
    height: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
  }
  
  .lightbox .lb-image {
    display: block;
    border-radius: 3px;
    height: 100% !important;
    width: 100vw !important;
    margin: 0 auto;
    object-fit: contain;
  }
  
  .lightbox a img {
    border: none;
  }
  .prevImg{
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  .nextImg{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .lb-container {
    height: 100%;
    display: flex;
    align-items: center;
}
  .lb-outerContainer {
    position: absolute;
    top: 10vh;
    left: 50%;
    transform: translateX(-50%);
    height: 78vh !important;
    width: 100% !important;
    zoom: 1;
    margin: 0 auto;
    border-radius: 4px;
  }
  
  .lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
  }
  
  .lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
  }
  
  .lb-nav {
    position: absolute;
    top: 10vh;
    left: 0;
    height: 78vh;
    width: 100%;
    z-index: 10;
  }
  
  .lb-container > .nav {
    left: 0;
  }
  
  .lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
  }
  
  .lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
  }
  
  .lb-nav a.lb-prev {
    width: 50%;
    left: 0;
    float: left;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0.4;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  
  .lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  
  .lb-nav a.lb-next {
    width: 50%;
    right: 0;
    float: right;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0.4;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  
  .lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  
  .lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 20px;
    width: 100vw !important;
    padding: 1rem 2rem;
  }
  
  .lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .lb-data {
    padding: 0 4px;
    color: #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
  }
  
  .lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
  }
  
  .lb-data .lb-caption a {
    color: #4ae;
  }
  
  .lb-data .lb-number {
    display: block;
    clear: left;
    color: #999999;
    font-family: system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans','Liberation Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    font-size: 16px;
  }
  
  .lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  
  .lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  nav.d-flex.justify-items-center.justify-content-between {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.d-none.flex-sm-fill.d-sm-flex.align-items-sm-center.justify-content-sm-between p {
  display: none;
}
.pagination li.page-item {
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
/* Services filter above gallery */
.gallery_services {
  margin: 0 0 18px 0;
}

.gallery_services__inner {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 6px 2px 10px 2px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.gallery_services__inner::-webkit-scrollbar {
  height: 6px;
}

.service_chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-decoration: none;

  padding: 10px 14px;
  border-radius: 999px;

  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.9);
  color: #111;

  transition: transform .12s ease, background .12s ease, border-color .12s ease, opacity .12s ease;
  font-size: 14px;
  line-height: 1;
}

.service_chip:hover {
  transform: translateY(-1px);
  opacity: .95;
}

.service_chip.is-active {
  border-color: rgba(0,0,0,.35);
  background: #111;
  color: #fff;
}

.gallery_empty {
  padding: 26px 10px;
  font-size: 16px;
  opacity: .8;
}
.gallery_title {
      margin: 0 20px 20px 20px;
}
.gallery_title .section-subheading{
  text-transform: none !important;
  font-size: 0.9rem !important;
}
.gallery_title h2.mb-little {
    margin-bottom: 0px !important;
}