/* social share */
@import url("https://cdnjs.cloudflare.com/ajax/libs/Swiper/5.0.0/css/swiper.css"); /* Using a url */



.cr-share-wrapper {
  position: relative;
  display: inline-block;}
.cr-share-trigger {
  cursor: pointer;
  display: inline-block;}
.cr-share-icon {
  visibility: hidden;
  /* height: 0; */
  display: none;}
.cr-shared {
      visibility: visible;
      /* height: auto; */
      display: block;}
.cr-share-display.cr-left {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;}
.cr-share-display.cr-right {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;}
.cr-share-display.cr-top {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;}
.cr-share-display.cr-bottom {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;}
.cr-share-icon a {
  display: inline-block;
  text-align: center; }



/* single gallery slider */

.pn-single-gallery-slider .swiper-button-next::after, .pn-single-gallery-slider .swiper-button-prev::after {
  display: none; }

.pn-single-gallery-slider img {
  height: 637px;
  object-fit: cover;
  object-position: center;
  padding: 0 120px;
  width: 100%; }

.pn-single-gallery-slider .swiper-button-next, 
.pn-single-gallery-slider .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 61px;
  height: 61px;
  margin-top: -30px;
  z-index: 10;
  cursor: pointer;
  background-image: unset; }

.pn-single-gallery-slider .swiper-button-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: unset;
  right: 0;   }

.pn-single-gallery-slider svg:hover path {
  fill: #fff;   }

.pn-single-gallery-slider svg:hover circle {
  fill: #004EA8;   }

.pn-active-index {
  width: 120px;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  text-align: center;
  color: #8B91A6;
  text-align: center;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  bottom: 0; }

@media (max-width: 767px) {
	
.pn-single-gallery-slider .swiper-container {
	display: flex;
	margin-top: 100px;
	flex-direction: column-reverse; }

.pn-single-gallery-slider img {
  height: 500px; }
  .pn-active-index {
    width: 100%;
    text-align: center;
    bottom: -30px; }

    .pn-single-gallery-slider img {
      padding: 0;
      width: 100%; }

	.pn-single-gallery-slider .swiper-button-next {
		right: calc( 50% - 60px ); }
	.pn-single-gallery-slider .swiper-button-prev {
		left: calc( 50% - 60px ); }
	
  .pn-single-gallery-slider .swiper-button-next, 
  .pn-single-gallery-slider .swiper-button-prev {
	 
    width: 50px;
    height: 50px;
	top: 30px;
    margin-top: 0; }

    .pn-single-gallery-slider .swiper-button-next svg, 
    .pn-single-gallery-slider .swiper-button-prev svg {
      width: 50px;
      height: 50px; }
}



/* updated style */

.filter-wrapper {
        text-align: center;
        margin-bottom: 100px;
      }

      .filter-menu {
        list-style: none;
        padding: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        gap: 10px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      }

      .filter-btn {
        padding: 10px 15px;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        background-color: #004ea836;
        color: #004ea8;
        padding: 10px 10px 10px 10px;
      }

      .filter-btn.active,
      .filter-btn:hover {
        background: #004ea8;
        color: #fff;
      }

      .gallery-wrapper-2 div {
        position: relative;
      }

      .gallery-wrapper-2,
      .gallery-wrapper-1 {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 28px 1fr 28px 1fr 28px 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        -webkit-column-gap: 28px;
           -moz-column-gap: 28px;
                column-gap: 28px;
        row-gap: 65px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
      }

      .gallery-wrapper-2 img,
      .gallery-wrapper-1 img {
        -o-object-fit: cover;
           object-fit: cover;
      }

      .popup-content .swiper-slide img {
        width: 100%;
        height: 100%;
        margin-bottom: 30px;
        max-height: 80vh;
        -o-object-fit: contain;
           object-fit: contain;
      }

      .gallery-item {
        text-align: center;
        padding: 0px;
        position: relative;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        top: 0;
        overflow: hidden;
        line-height: 0;
      }

      .gallery-item > div {
        width: 100%;
        left: 0;
        bottom: -50px;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        position: absolute;
        padding: 40px;
        text-align: left;
        z-index: 1;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
      }

      .gallery-item > div h4 {
        color: white;
        margin: 0;
      }

      .gallery-item:hover > div {
        bottom: 0;
      }

      .gallery-item > div button {
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        margin-bottom: 0;
        border-radius: 0;
        opacity: 0;
        position: relative;
        z-index: 1;
        padding: 5px;
        background: #004ea8;
        color: white;
        border: unset;
        margin: 0;
      }
      .gallery-item:hover > div button {
        margin-bottom: 30px;
        opacity: 1;
      }

      .gallery-item > div:after {
        z-index: -1;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff00), to(#000000));
        background-image: -o-linear-gradient(top, #ffffff00 0%, #000000 100%);
        background-image: linear-gradient(180deg, #ffffff00 0%, #000000 100%);
      }
      .gallery-wrapper-1 .gallery-item:hover {
        top: -30px;
      }

      .gallery-item img {
        width: 100%;
        cursor: pointer;
      }

      .view-gallery {
        margin-top: 8px;
        padding: 5px 10px;
        cursor: pointer;
      }

      .popup-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        background: white;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        z-index: 9;
        cursor: pointer;
        overflow-y: auto;
        overflow-x: hidden;
      }

/*       .popup-overlay .swiper-wrapper {
        height: unset !important;
      } */

      button.pop-wrap-close {
        padding-left: 25px;
        border: unset;
        background-color: unset;
        background-image: url('data:image/svg+xml,<svg width="15" height="12" viewBox="0 0 15 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.88477 11.6309C7.06055 11.4551 7.14844 11.2354 7.14844 10.9717C7.14844 10.708 7.06055 10.4883 6.88477 10.3125L3.48633 6.91406L14.0332 6.91406C14.3066 6.91406 14.5312 6.82617 14.707 6.65039C14.8828 6.47461 14.9707 6.25 14.9707 5.97656C14.9707 5.72265 14.8828 5.50293 14.707 5.31738C14.5312 5.13184 14.3066 5.03906 14.0332 5.03906L3.42773 5.03906L6.88477 1.61133C7.06055 1.41601 7.14844 1.19141 7.14844 0.9375C7.14844 0.683592 7.06055 0.458985 6.88477 0.263672C6.78711 0.185546 6.67969 0.122071 6.5625 0.0732422C6.44531 0.0244138 6.32813 0 6.21094 0C6.09375 0 5.97656 0.0244138 5.85938 0.0732422C5.74219 0.122071 5.63477 0.185546 5.53711 0.263672L0 5.94727L5.53711 11.6309C5.73242 11.8262 5.95703 11.9238 6.21094 11.9238C6.46485 11.9238 6.68945 11.8262 6.88477 11.6309Z" fill="%238B91A6"/></svg>');
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 15px;
        font-family: 'Jost', sans-serif;
        color: #8B91A6;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0px;
        text-align: right; }

      .pop-overflow-hide {
        overflow: hidden; }

      .popup-content {
        background: #fff;
        padding: 25px;
        width: 100%;
        height: auto;
        max-width: 1380px;
        position: relative;
        cursor: default;
      }

      .pop-wrap-close {
        margin-top: 124px;
      }

      .popup-text-content h2, 
      .popup-text-content h4 {
        text-align: center;
      } 

      .popup-content .swiper-container {
        width: 100%;
        max-width: 955px;
        margin: 0 auto;
        overflow: hidden;
      }
      .popup-content * {
        line-height: 0; }

      .popup-content div.swiper-button-prev,
      .popup-content div.swiper-button-next {
        top: calc( 50% - 30px );
        left: -116px;
        background: url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="0 0 61 61" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="30.5" cy="30.5" r="30.5" fill="%23004EA8"></circle><path fill-rule="evenodd" clip-rule="evenodd" d="M29.2779 36.656C29.4892 36.4496 29.5949 36.1916 29.5949 35.8821C29.5949 35.5725 29.4892 35.3145 29.2779 35.1081L25.1918 31.1179H37.8728C38.2016 31.1179 38.4716 31.0147 38.683 30.8084C38.8943 30.602 39 30.3382 39 30.0172C39 29.7191 38.8943 29.4611 38.683 29.2432C38.4716 29.0254 38.2016 28.9165 37.8728 28.9165H25.1213L29.2779 24.8919C29.4892 24.6626 29.5949 24.3989 29.5949 24.1007C29.5949 23.8026 29.4892 23.5389 29.2779 23.3096C29.1605 23.2179 29.0313 23.1433 28.8904 23.086C28.7495 23.0287 28.6086 23 28.4677 23C28.3268 23 28.1859 23.0287 28.045 23.086C27.9041 23.1433 27.775 23.2179 27.6575 23.3096L21 29.9828L27.6575 36.656C27.8924 36.8853 28.1624 37 28.4677 37C28.773 37 29.0431 36.8853 29.2779 36.656Z" fill="%23ffffff"></path></svg>');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 61px;
        height: 61px;
      }

      .popup-content div.swiper-button-next {
        left: unset;
        right: -116px;
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg);
      }

      .popup-content div.swiper-button-prev::after,
      .popup-content div.swiper-button-next::after {
        display: none;
      }

      h4.popup-top-title {
        margin: 73px 0 0 0;
        font-family: 'Jost', sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 0px;
        color: #004EA8;
        text-align: center;
        text-transform: uppercase; }

      h2.popup-dyn-title {
        position: relative;
        z-index: 1;
        display: inline-block;
        font-family: 'Times New Roman', serif;
        font-weight: 400;
        font-size: 75px;
        line-height: 1;
        letter-spacing: 0px;
        margin-top: 0;
        margin-bottom: 80px;
        background: white;
        padding: 0 30px;
        color: #004EA8;
        text-align: center; }

      .popup-dyn-wrapper {
        max-width: 1280px;
        margin: 0 auto;
        z-index: 3;
        position: relative; }


      .popup-content .swiper-container::before {
        position: absolute;
        content: '';
        width: 130%;
        height: calc( 50% + 90px );
        bottom: calc( 50% + 21px );
        border: 1px solid #DDDFE5;
        left: -15%; }

      .popup-dyn-wrapper::before {
        display: none !important;
        z-index: 0;
        content: '';
        position: absolute;
        width: 1280px;
        top: 45px;
        left: 0;
        height: 1px;
        background-color: #DDDFE5; }

      .popup-content .swiper-pagination.swiper-pagination-fraction {
          font-family: 'Jost', sans-serif;
          font-weight: 500;
          color: #8B91A6;
          font-size: 16px;
          line-height: 26px;
          letter-spacing: 0px;
          text-align: left;
          width: 70px;
          left: unset;
          right: -100px;
          box-sizing: border-box;
          bottom: 24px;
          padding: 0; }

      @media (max-width: 1280px) {

      .popup-content .swiper-container::before {
          height: calc(50% + 70px);
      }

      h2.popup-dyn-title {
        font-size: 65px;
        margin-bottom: 60px;}

      .popup-content div.swiper-button-prev {
          left: -100px; }
      .popup-content div.swiper-button-next {
          left: unset;
          right: -100px; }

        .popup-content .swiper-container {
            max-width: 755px;
        }
        .popup-content {
            height: auto;
            max-width: 980px;
        }
      }


      @media (max-width: 1024px) {

      .popup-content .swiper-pagination.swiper-pagination-fraction {
          font-size: 15px;
          text-align: center;
          width: 100%;
          right: 0;
          bottom: -5px;
      }

      .popup-content .swiper-container::before {
          width: 120%;
          height: calc(50% + 40px);
          bottom: calc(50% + 26px);
          left: -10%; }

        .filter-wrapper {
          margin-bottom: 80px;
        }
        .gallery-item > div {
          bottom: -40px;
        }

        .popup-content div.swiper-button-prev {
            left: -80px; }
        .popup-content div.swiper-button-next {
            left: unset;
            right: -80px; }

        .popup-content div.swiper-button-prev,
        .popup-content div.swiper-button-next {
          top: calc(50% - 20px);
          width: 50px;
          height: 50px;
        }

        .popup-content .swiper-container {
            max-width: 650px;
        }

        .gallery-wrapper-2,
        .gallery-wrapper-1 {
          -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
          grid-template-columns: 1fr 1fr 1fr;
          -webkit-column-gap: 20px;
             -moz-column-gap: 20px;
                  column-gap: 20px;
          row-gap: 55px;
        }

      h4.popup-top-title {
        margin: 50px 0 0 0;
        font-size: 15px; }

        h2.popup-dyn-title {
            font-size: 55px;
            margin-bottom: 40px; }

      }
      @media (max-width: 800px) {

      .pop-wrap-close {
          margin-top: 75px;
      }

      .popup-content .swiper-container::before {
        display: none; }


      button.pop-wrap-close {
          padding-left: 25px;
          background-size: 14px;
          font-weight: 500;
          font-size: 15px; }

      h4.popup-top-title {
        margin: 40px 0 0 0;
        font-size: 14px; }

      h2.popup-dyn-title {
          font-size: 40px;
          margin-bottom: 40px; }

      .filter-wrapper {
        margin-bottom: 70px; }

        .gallery-item:hover > div button {
            margin-bottom: 0; }

        .popup-content div.swiper-button-prev {
          left: -20px; }
        .popup-content div.swiper-button-next {
            right: -20px; }

        .popup-content div.swiper-button-prev,
        .popup-content div.swiper-button-next {
          top: calc(50% - 10px);
          width: 40px;
          height: 40px; }

        .gallery-wrapper-2,
        .gallery-wrapper-1 {
          -ms-grid-columns: 1fr 20px 1fr;
          grid-template-columns: 1fr 1fr;
          -webkit-column-gap: 20px;
             -moz-column-gap: 20px;
                  column-gap: 20px;
          row-gap: 45px;
        }
      }
      @media (max-width: 480px) {

      .popup-content .swiper-pagination.swiper-pagination-fraction {
          font-size: 14px;
      }

        .gallery-wrapper-2,
        .gallery-wrapper-1 {
          -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
          -webkit-column-gap: 20px;
             -moz-column-gap: 20px;
                  column-gap: 20px;
        }
      }
      .popup-content .swiper-container {
        overflow: unset !important; }


.popup-content .swiper-slide img {
  opacity: 0 !important; }

.popup-content .swiper-slide-active img {
  opacity: 1 !important; }
