.htmega-filterable-gallery-item-action.htmega-filterable-img-popup {
  display: flex;
  justify-content: center;
  align-items: center;
}

.htmega-filterable-img-popup i {
  color: #ffffff;
  font-size: 25px;
  text-decoration: none;
}
.htmega-filterable-gallery-item-content .htmega-filterable-gallery-item-description{
  margin-bottom: 0px;
}
.htmega-feature-text-center {
  text-align: center;
}

.htmega-text-white {
  color: #fff;
}

.htmega-text-center {
  text-align: center;
}
.htmega-filterable-gallery-wrap{
  overflow: hidden;
}

/*=============================================
=         Filterable Gallery Default Css        =
=============================================*/
.htmega-filterable-gallery-section-title {
  text-align: center;
  margin-bottom: 50px;
}
.htmega-filterable-gallery-section-title .htmega-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .htmega-filterable-gallery-section-title .htmega-title {
    font-size: 20px;
    line-height: 49px;
  }
}
.htmega-filterable-gallery-section-title .htmega-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #222;
  width: 100px;
  height: 3px;
  border-radius: 15px;
}

.htmega-px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.htmega-overflow-hidden {
  overflow: hidden !important;
}

.htmega-fg-row {
  --htmega-fg-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: calc(var(--htmega-fg-gutter-y) * -1);
  margin-right: calc(var(--htmega-fg-gutter-x) * -0.5);
  margin-left: calc(var(--htmega-fg-gutter-x) * -0.5);
}

.htmega-fg-row > * {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--htmega-fg-gutter-x) * 0.5);
  padding-left: calc(var(--htmega-fg-gutter-x) * 0.5);
  margin-top: var(--htmega-fg-gutter-y);
}

.htmega-gx-0 {
  --htmega-fg-gutter-x: 0;
}

.htmega-gx-1 {
  --htmega-fg-gutter-x: 0.25rem;
}

.htmega-gx-2 {
  --htmega-fg-gutter-x: 0.5rem;
}

.htmega-gx-3 {
  --bhtmega-fgs-gutter-x: 1rem;
}

.htmega-gx-4 {
  --htmega-fg-gutter-x: 1.5rem;
}

.htmega-gx-5 {
  --htmega-fg-gutter-x: 3rem;
}

.htmega-fg-col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .htmega-fg-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .htmega-fg-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .htmega-fg-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .htmega-fg-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .htmega-fg-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.htmega-fg-col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .htmega-fg-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .htmega-fg-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .htmega-fg-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .htmega-fg-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .htmega-fg-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.htmega-fg-col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333%;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .htmega-fg-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .htmega-fg-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .htmega-fg-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .htmega-fg-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .htmega-fg-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.htmega-fg-col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .htmega-fg-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .htmega-fg-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .htmega-fg-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .htmega-fg-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.htmega-fg-col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .htmega-fg-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .htmega-fg-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .htmega-fg-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media only screen and (max-width: 767px) {
  .htmega-fg-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .htmega-fg-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.htmega-fg-col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.htmega-filterable-gallery-row {
  overflow: hidden;
}

.htmega-filterable-gallery-filter {
  margin-bottom: 100px;
  text-align: center;
}
.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn {
  background-color: transparent;
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  border-radius: 80px;
  height: 55px;
  padding: 18px 45px;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  color: #000000;
}
.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn.is-checked {
  border: 1px solid #002CC8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .htmega-filterable-gallery-filter .htmega-filterable-gallery-btn {
    height: 45px;
    padding: 0 35px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .htmega-filterable-gallery-filter .htmega-filterable-gallery-btn {
    height: 45px;
    padding: 0 25px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .htmega-filterable-gallery-filter .htmega-filterable-gallery-btn {
    height: 45px;
    padding: 0 15px;
    font-size: 15px;
  }
}

.htmega-filterable-gallery-item {
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}

/*=============================================
=         Filterable Gallery 1 Css        =
=============================================*/

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .htmega-page-list-wrap-1 {
    padding: 80px 0 50px 0;
  }
}

.htmega-filterable-gallery-filter.htmega-filterable-gallery-filter-1 {
  margin-bottom: 50px;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #E1E1E1;
  border-top: 1px solid #E1E1E1;
}
.htmega-filterable-gallery-filter.htmega-filterable-gallery-filter-1 .htmega-filterable-gallery-btn {
  background-color: transparent;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  border-radius: 80px;
  height: 55px;
  padding: 0 38px;
  border-radius: 50px;
  cursor: pointer;
}
.htmega-filterable-gallery-filter.htmega-filterable-gallery-filter-1 .htmega-filterable-gallery-btn:not(:last-child) {
  margin-right: 27px;
}
.htmega-filterable-gallery-filter.htmega-filterable-gallery-filter-1 .htmega-filterable-gallery-btn.is-checked {
  border: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#00F2FE), to(#4FACFE));
  background: -webkit-linear-gradient(left, #00F2FE 0%, #4FACFE 100%);
  background: -o-linear-gradient(left, #00F2FE 0%, #4FACFE 100%);
  background: linear-gradient(90deg, #00F2FE 0%, #4FACFE 100%);
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .htmega-filterable-gallery-filter.htmega-filterable-gallery-filter-1 .htmega-filterable-gallery-btn {
    height: 45px;
    padding: 0 35px;
    font-size: 18px;
  }
  .htmega-filterable-gallery-filter.htmega-filterable-gallery-filter-1 .htmega-filterable-gallery-btn:not(:last-child) {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .htmega-filterable-gallery-filter.htmega-filterable-gallery-filter-1 .htmega-filterable-gallery-btn {
    height: 45px;
    padding: 0 25px;
    font-size: 16px;
  }
  .htmega-filterable-gallery-filter.htmega-filterable-gallery-filter-1 .htmega-filterable-gallery-btn:not(:last-child) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .htmega-filterable-gallery-filter.htmega-filterable-gallery-filter-1 .htmega-filterable-gallery-btn {
    height: 45px;
    padding: 0 20px;
    font-size: 15px;
  }
  .htmega-filterable-gallery-filter.htmega-filterable-gallery-filter-1 .htmega-filterable-gallery-btn:not(:last-child) {
    margin-right: 0px;
  }
}

.htmega-filterable-gallery-item.htmega-filterable-gallery-item-1 {
  position: relative;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-1 .htmega-filterable-gallery-item-image {
  position: relative;
  display: block;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-1 .htmega-filterable-gallery-item-image img {
  width: 100%;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-1 .htmega-filterable-gallery-item-image::after {
  position: absolute;
  left: 10px;
  top: 10px;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-1 .htmega-filterable-gallery-item-content {
  position: absolute;
  bottom: 10px;
  left: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-1 .htmega-filterable-gallery-item-title {
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-1 .htmega-filterable-gallery-item-description {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-1:hover .htmega-filterable-gallery-item-image::after {
  visibility: visible;
  opacity: 1;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-1:hover .htmega-filterable-gallery-item-content {
  opacity: 1;
  visibility: visible;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-1:hover .htmega-filterable-gallery-item-title {
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-1:hover .htmega-filterable-gallery-item-description {
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
}

/*=============================================
=         Filterable Gallery 2 Css        =
=============================================*/

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .htmega-page-list-wrap-2 {
    padding: 80px 0 50px 0;
  }
}

.htmega-filterable-gallery-filter-2.htmega-filterable-gallery-filter {
  margin-bottom: 50px;
}
.htmega-filterable-gallery-filter-2.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn {
  border: 1px solid transparent;
  background-color: transparent;
  font-weight: 600;
  font-size: 16px;
  height: 50px;
  line-height: 15px;
  position: relative;
  z-index: 1;
}
.htmega-filterable-gallery-filter-2.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 0;
  height: 100%;
  content: "";
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border-radius: 80px;
  background-color: #0EB0FF;
}
.htmega-filterable-gallery-filter-2.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn.is-checked {
  color: #fff;
}
.htmega-filterable-gallery-filter-2.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn.is-checked::before {
  width: 100%;
  color: #fff;
}

.htmega-filterable-gallery-item.htmega-filterable-gallery-item-2 {
  position: relative;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-2 .htmega-filterable-gallery-item-image {
  position: relative;
  display: block;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-2 .htmega-filterable-gallery-item-image img {
  width: 100%;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-2 .htmega-filterable-gallery-item-action {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 10px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-2:hover .htmega-filterable-gallery-item-action {
  visibility: visible;
  opacity: 1;
}

/*=============================================
=         Filterable Gallery 3 Css        =
=============================================*/
.htmega-page-list-wrap-3 .htmega-filterable-gallery-section-title {
  text-align: left;
  margin-bottom: 50px;
}
.htmega-page-list-wrap-3 .htmega-filterable-gallery-section-title .htmega-title {
  padding-bottom: 20px;
}
.htmega-page-list-wrap-3 .htmega-filterable-gallery-section-title .htmega-title::after {
  left: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  background-color: #FEC268;
}

.htmega-page-list-wrap-3 .htmega-filterable-gallery-item-description{
  color: #ffffff;
}

.htmega-filterable-gallery-filter-3.htmega-filterable-gallery-filter {
  margin-bottom: 60px;
  text-align: left;
  display: inline-block;
  border-bottom: 1px solid #FEC268;
}
.htmega-filterable-gallery-filter-3.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn {
  border: none;
  background: transparent;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  margin-right: 0px;
  padding: 0 44px;
  border-radius: 0;
}
.htmega-filterable-gallery-filter-3.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .htmega-filterable-gallery-filter-3.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .htmega-filterable-gallery-filter-3.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn {
    padding: 0 26px;
  }
}
@media only screen and (max-width: 767px) {
  .htmega-filterable-gallery-filter-3.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn {
    padding: 0 20px;
  }
}
.htmega-filterable-gallery-filter-3.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #FEC268;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.htmega-filterable-gallery-filter-3.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn.is-checked::after {
  right: auto;
  left: 0;
  width: 100%;
}

.htmega-filterable-gallery-item.htmega-filterable-gallery-item-3 {
  position: relative;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-3 .htmega-filterable-gallery-item-image {
  position: relative;
  display: block;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-3 .htmega-filterable-gallery-item-image img {
  width: 100%;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-3 .htmega-filterable-gallery-item-content {
  position: absolute;
  bottom: 35px;
  left: 35px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.65);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 10px;
  max-width: 230px;
  padding: 15px;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-3 .htmega-filterable-gallery-item-title {
  display: block;
  text-decoration: none;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-3 .htmega-filterable-gallery-item-title span {
  margin-top: 10px;
  display: block;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-3:hover .htmega-filterable-gallery-item-content {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

/*=============================================
=         Filterable Gallery 4 Css        =
=============================================*/
.htmega-page-list-wrap-4 .htmega-filterable-gallery-section-title {
  text-align: center;
  margin-bottom: 50px;
}
.htmega-page-list-wrap-4 .htmega-filterable-gallery-section-title .htmega-title::after {
  background-color: #557AFF;
  width: 70px;
}

.htmega-page-list-wrap-4 .htmega-filterable-gallery-item:hover .htmega-filterable-gallery-item-title{
  color: #000000;
}

.htmega-filterable-gallery-filter-4.htmega-filterable-gallery-filter {
  margin-bottom: 60px;
}
.htmega-filterable-gallery-filter-4.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn {
  border: transparent;
  background-color: transparent;
  height: 50px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding: 0 28px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-radius: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .htmega-filterable-gallery-filter-4.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn {
    height: 45px;
    padding: 0 35px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .htmega-filterable-gallery-filter-4.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn {
    height: 45px;
    padding: 0 25px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .htmega-filterable-gallery-filter-4.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn {
    height: 45px;
    padding: 0 15px;
    font-size: 15px;
  }
}
.htmega-filterable-gallery-filter-4.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn.is-checked {
  border-left: 5px solid #557AFF;
  border-right: 5px solid #557AFF;
}

.htmega-filterable-gallery-item.htmega-filterable-gallery-item-4 {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 45px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 45px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-4 .htmega-filterable-gallery-item-image {
  position: relative;
  display: block;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-4 .htmega-filterable-gallery-item-image img {
  width: 100%;
  border-radius: 30px 30px 0px 0px;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-4 .htmega-filterable-gallery-item-title {
  border-bottom: 1px solid #E7E7E7;
  display: block;
  padding: 10px 40px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  color: #000000;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-4 .htmega-filterable-gallery-item-description {
  padding: 20px 40px;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-4:hover {
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}

/*=============================================
=         Filterable Gallery 5 Css        =
=============================================*/
.htmega-page-list-wrap-5 .htmega-filterable-gallery-section-title {
  text-align: center;
  margin-bottom: 50px;
}
.htmega-page-list-wrap-5 .htmega-filterable-gallery-section-title .htmega-title {
  padding-bottom: 0;
}
.htmega-page-list-wrap-5 .htmega-filterable-gallery-section-title .htmega-title::after {
  display: none;
}

.htmega-filterable-gallery-filter-5.htmega-filterable-gallery-filter {
  margin-bottom: 60px;
  display: inline-block;
  background: #FFFFFF;
  text-align: center;
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  border-radius: 30.5px;
  padding: 0 90px;
}
.htmega-filterable-gallery-filter-5.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn {
  border: none;
  background: transparent;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  margin-right: 0px;
  padding: 0 42px;
  border-radius: 0;
  text-transform: uppercase;
}
.htmega-filterable-gallery-filter-5.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .htmega-filterable-gallery-filter-5.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .htmega-filterable-gallery-filter-5.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn {
    padding: 0 26px;
  }
}
@media only screen and (max-width: 767px) {
  .htmega-filterable-gallery-filter-5.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn {
    padding: 0 20px;
  }
}
.htmega-filterable-gallery-filter-5.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 4px;
  background-color: #76BDFF;
  border-radius: 5px 0 0 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.htmega-filterable-gallery-filter-5.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 0;
  height: 4px;
  background-color: #76BDFF;
  border-radius: 0 5px 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.htmega-filterable-gallery-filter-5.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn.is-checked::after {
  right: auto;
  left: 0;
  width: 50%;
}
.htmega-filterable-gallery-filter-5.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn.is-checked::before {
  right: 0;
  left: auto;
  width: 50%;
}

.htmega-filterable-gallery-item.htmega-filterable-gallery-item-5 {
  position: relative;
  margin-bottom: 0;
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-5 .htmega-filterable-gallery-item-image {
  position: relative;
  display: block;
  pointer-events: none;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-5 .htmega-filterable-gallery-item-image img {
  width: 100%;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-5 .htmega-filterable-gallery-item-content {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0px);
      -ms-transform: translateX(-50%) translateY(0px);
          transform: translateX(-50%) translateY(0px);
  bottom: 30px;
  background: rgba(255, 255, 255, 0.8);
  border: 5px solid #FFFFFF;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 18px;
  width: calc(100% - 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-5 .htmega-filterable-gallery-item-content .htmega-filterable-gallery-item-icon {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-5 .htmega-filterable-gallery-item-content .htmega-filterable-gallery-item-icon::after {
  content: "";
  right: 0;
  height: 46px;
  top: 50%;
  width: 1px;
  background-color: #827B7B;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-5 .htmega-filterable-gallery-item-title {
  text-decoration: none;
  color: #000000;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-5:hover .htmega-filterable-gallery-item-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-15px);
      -ms-transform: translateX(-50%) translateY(-15px);
          transform: translateX(-50%) translateY(-15px);
}

/*=============================================
=         Filterable Gallery 6 Css        =
=============================================*/
.htmega-page-list-wrap-6 .htmega-filterable-gallery-section-title {
  text-align: center;
  margin-bottom: 40px;
}
.htmega-page-list-wrap-6 .htmega-filterable-gallery-section-title .htmega-title {
  padding-bottom: 0;
  margin-bottom: 0;
}
.htmega-page-list-wrap-6 .htmega-filterable-gallery-section-title .htmega-title::after {
  display: none;
}

.htmega-filterable-gallery-filter-6.htmega-filterable-gallery-filter {
  text-align: center;
  margin-bottom: 50px;
}
.htmega-filterable-gallery-filter-6 .htmega-filterable-gallery-filter-inner {
  border: 1px solid #ddd;
  max-width: 570px;
  width: 100%;
  margin: auto;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat", sans-serif;
}
.htmega-filterable-gallery-filter-6 .htmega-filters-select {
  background-color: transparent;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 140px;
  border: none;
  padding: 10px;
  margin: 0 10px;
  font-size: 16px;
  height: 58px;
  border-radius: 50px;
}
.htmega-filterable-gallery-filter-6 .htmega-filters-select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.htmega-filterable-gallery-filter-6 .htmega-filters-select:-moz-placeholder {
  background-color: transparent;
}
.htmega-filterable-gallery-filter-6 .htmega-filterable-gallery-filter-inner-border {
  position: relative;
}
.htmega-filterable-gallery-filter-6 .htmega-filterable-gallery-filter-inner-border::before {
  content: "";
  width: 1px;
  height: 16px;
  background: #9A9A9A;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0px;
  z-index: 1;
}
.htmega-filterable-gallery-filter-6 .htmega-filterable-gallery-filter-search {
  border: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.htmega-filterable-gallery-filter-6 .htmega-filterable-gallery-filter-search input {
  width: 100%;
  height: 60px;
  border: none;
  background: transparent;
  font-size: 16px;
  padding: 15px;
}
.htmega-filterable-gallery-filter-6 .htmega-filterable-gallery-filter-search input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.htmega-filterable-gallery-item-6.htmega-filterable-gallery-item {
  position: relative;
}
.htmega-filterable-gallery-item-6.htmega-filterable-gallery-item .htmega-filterable-gallery-item-image {
  position: relative;
  display: block;
}
.htmega-filterable-gallery-item-6.htmega-filterable-gallery-item .htmega-filterable-gallery-item-image img {
  width: 100%;
}
.htmega-filterable-gallery-item-6.htmega-filterable-gallery-item .htmega-filterable-gallery-item-action {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 500px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.htmega-filterable-gallery-item-6.htmega-filterable-gallery-item:hover .htmega-filterable-gallery-item-action {
  visibility: visible;
  opacity: 1;
}

/*=============================================
=         Filterable Gallery 7 Css        =
=============================================*/
.htmega-page-list-wrap-7 .htmega-filterable-gallery-section-title {
  text-align: center;
  margin-bottom: 50px;
}
.htmega-page-list-wrap-7 .htmega-filterable-gallery-section-title .htmega-title {
  padding-bottom: 0;
}
.htmega-page-list-wrap-7 .htmega-filterable-gallery-section-title .htmega-title::after {
  display: none;
}

.htmega-filterable-gallery-filter-7.htmega-filterable-gallery-filter {
  margin-bottom: 60px;
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #A4A4A4;
}
.htmega-filterable-gallery-filter-7.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn {
  border: none;
  background: transparent;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  margin-right: 0px;
  padding: 0 15px;
  border-radius: 0;
  text-transform: uppercase;
  color: #3D3D3D;
}
.htmega-filterable-gallery-filter-7.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn:not(:last-child) {
  margin-right: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .htmega-filterable-gallery-filter-7.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn:not(:last-child) {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .htmega-filterable-gallery-filter-7.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn:not(:last-child) {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .htmega-filterable-gallery-filter-7.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn:not(:last-child) {
    margin-right: 10px;
  }
}
.htmega-filterable-gallery-filter-7.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 4px;
  background-color: #2C80FF;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.htmega-filterable-gallery-filter-7.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 0;
  height: 4px;
  background-color: #2C80FF;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.htmega-filterable-gallery-filter-7.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn.is-checked::after {
  right: 0;
  left: 50%;
  width: 50%;
}
.htmega-filterable-gallery-filter-7.htmega-filterable-gallery-filter .htmega-filterable-gallery-btn.is-checked::before {
  right: auto;
  left: 0;
  width: 50%;
}

.htmega-filterable-gallery-item.htmega-filterable-gallery-item-7 {
  position: relative;
  margin-bottom: 4px;
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-7 .htmega-filterable-gallery-item-image {
  position: relative;
  display: block;
  pointer-events: none;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-7 .htmega-filterable-gallery-item-image img {
  width: 100%;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-7 .htmega-filterable-gallery-item-content {
  position: absolute;
  left: 10px;
  /* right: 10px; */
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  bottom: 0px;
  padding: 10px;
  padding-right: 30px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-7 .htmega-filterable-gallery-item-content .htmega-filterable-gallery-item-icon {
  position: relative;
  margin-right: 20px;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-7 .htmega-filterable-gallery-item-title {
  text-decoration: none;
  color: #ffffff;
}
.htmega-filterable-gallery-item.htmega-filterable-gallery-item-7:hover .htmega-filterable-gallery-item-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

/* Custom Css */
.htmega-filterable-gallery-item .htmega-filterable-gallery-item-content .htmega-filterable-gallery-item-icon::after {
  content: "";
  right: 0;
  height: 46px;
  top: 50%;
  width: 1px;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.htmega-filterable-gallery-wrap .htmega-filterable-gallery-item .htmega-filterable-gallery-item-image{
  line-height: 0;
}


.htmega-filterable-gallery-wrap .htmega-gallery-sizer{
	display: none !important;
}

.htmega-filterable-gallery-filter-6 .htmega-filters-select {
  background-size: 0.8em;
  background-repeat: no-repeat;
  background-position-x: calc( 100% - 7px );
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2em;
  background-position-y: 50%;
}