.lightbox-gallery-gp .heading {
  text-align: center;
  padding-bottom: 20px;
}
.lightbox-gallery-gp .gallery.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.lightbox-gallery-gp .image-items{
  width: 50%;
  position:relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  overflow: hidden;
}
.lightbox-gallery-gp .image-items-inner {
  padding: 10px;

}
.lightbox-gallery-gp .image-items-inner a {
  display: block;
  position: relative;
}
.lightbox-gallery-gp .image-items a:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all .25s linear;
  background-color: #00000008;
  margin: 0;
  content: "";
}

.lightbox-gallery-gp .pswp__top-bar {
  opacity: 1 !important;
  padding-right: 8px !important;
  padding-top: 13px !important;
}
.lightbox-gallery-gp  .pswp__caption, 
.lightbox-gallery-gp  .pswp__top-bar {
  background-color: transparent !important;
}
.lightbox-gallery-gp .pswp__counter {
  font-size: 15px; !important;
  color: #eeeeeee6 !important;
  opacity: 1 !important;
  padding: 8px 20px 0 !important;
  height: auto !important;
}
.lightbox-gallery-gp .pswp__button {
  display: inline-block ;
  font-family: eicons;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0.25em;
  margin: 0 0.35em;
  font-size: 20px !important;
  opacity: 1 !important;
  color: #eeeeeee6;
  width: auto !important;
  height: auto !important;
}
.lightbox-gallery-gp .pswp__button.pswp__button--share {
  padding-top: 7px !important;
}
.lightbox-gallery-gp .pswp__button.pswp__button--fs:after {
  content: '\e95c';
}
.lightbox-gallery-gp .pswp__button.pswp__button--share:before {
  content: '\e96c';
}
.lightbox-gallery-gp button.pswp__button.pswp__button--zoom:before {
  content: '\e92e';
}
.lightbox-gallery-gp .pswp__button.pswp__button--close:before {
  content: '\e87f';
}
.lightbox-gallery-gp .pswp__button:focus, 
.lightbox-gallery-gp .pswp__button:hover {
  opacity: 1 !important ;
  background: transparent!important ;
  border: 0!important ;
}
.lightbox-gallery-gp .pswp__button:hover {
  opacity: 1 !important;
  color: #fff !important;
}

.lightbox-gallery-gp .pswp__button.pswp__button--arrow--left:before {
  content: '\e87e';
  background: transparent;
  background-image: none;
  position: static;
  width: auto !important;
  height: auto !important;
  color: #eeeeeee6;
}
.lightbox-gallery-gp .pswp__button.pswp__button--arrow--left {
  background: transparent !important;
  background-image: none;
  width: 15% !important;
  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  top: 0;
  height: 100% !important;
  font-size:25px !important;
}
.lightbox-gallery-gp .pswp__button.pswp__button--arrow--right {
  height: 100% !important;
  display: flex;
  align-items: center;
  width: 15% !important;
  justify-content: center;
  color: #eeeeeee6;
  position: absolute;
  top: 0;
  font-size:25px !important;
  color: #eeeeeee6;
}
.lightbox-gallery-gp .pswp__button.pswp__button--arrow--right:before {
  content: '\e87d';
  position: static;
  background: transparent;
  background-image: none;
  width: auto !important;
  height: auto !important;
}
.lightbox-gallery-gp .pswp__button.pswp__button--arrow--right:hover:before, 
.lightbox-gallery-gp .pswp__button.pswp__button--arrow--left:hover:before {
  opacity: 1;
  color: #fff;
}

.lightbox-gallery-gp .pswp__top-bar {
  position: relative;
  z-index: 666;
}

.lightbox-gallery-gp .elementor-title{
  padding: 0 40px;
  margin-bottom: 20px;
}
.lightbox-gallery-gp .elementor-title h2 {
  color: #838383;
  font-family: Volkhov,Sans-serif;
  font-size: 23px;
  font-weight: 500;
  text-transform: none;
  margin: 0;
  line-height: 1.4em;
  letter-spacing: 2.5px;
  text-align: center;
}
.lightbox-gallery-gp .image-items-inner img {
  width: 100%;
}

.lightbox-gallery-gp .author-name {
  color: #6c6c6c;
  font-family: Montserrat,Sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 6.8px;
  text-align: center;
  margin-bottom: 80px;
  line-height: 1;
}
.lightbox-gallery-gp .pswp--zoomed-in button.pswp__button.pswp__button--zoom:before {
  content: '\e943';
}

.lightbox-gallery-gp .add_title H6 {
  color: #20284c;
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.25em;
  font-family: Montserrat,sans-serif;
  text-align: center;
}
.lightbox-gallery-gp .image-items.titleGap {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 60px;
}

@media (max-width: 1024px){
  .lightbox-gallery-gp {
    padding-left: 40px;
    padding-right: 40px;
  }  


}

@media(max-width:767px){
  .lightbox-gallery-gp {
    padding-left: 24px;
    padding-right: 24px;
  }
  .lightbox-gallery-gp .image-items {
    width: 100%;
  }
  .lightbox-gallery-gp .pswp__button.pswp__button--arrow--right:before, 
  .lightbox-gallery-gp .pswp__button.pswp__button--arrow--left:before {
    padding: 10px;
    background-color: rgba(0,0,0,.5);
  }
  .lightbox-gallery-gp .pswp__button.pswp__button--arrow--right {
    right: 0;
    justify-content: flex-end;
    width: 20% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .lightbox-gallery-gp .pswp__button.pswp__button--arrow--left {
    left: 0;
    justify-content: flex-start;
    width: 20% !important;
    margin: 0 !important;
    padding: 0 !important; 
  }
  .lightbox-gallery-gp .pswp__button.pswp__button--arrow--right, 
  .lightbox-gallery-gp .pswp__button.pswp__button--arrow--left {
    opacity: 0 !important;
  }
  .lightbox-gallery-gp .pswp--supports-fs:hover  .pswp__button.pswp__button--arrow--right, 
  .lightbox-gallery-gp .pswp--supports-fs:hover .pswp__button.pswp__button--arrow--left {
    opacity: 1 !important;
  }
  .lightbox-gallery-gp .elementor-title {
    padding: 0;
    margin-bottom: 20px;
  }
  .lightbox-gallery-gp .quote-gap .elementor-title h2 {
    font-size: 19px !important;
  }
  .lightbox-gallery-gp .image-items.titleGap {
    padding-left: 0;
    padding-right: 0;
  }
}