/* Grid Controller */
.htmega-dynamic-gallery-widget-wrapper{
  margin-left: -10px;
  margin-right: -10px;
}
.htmega-dynamic-gallery-row{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.htmega-dynamic-gallery-flex-column{
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding-left:10px;
  padding-right:10px;
  width: 33.333%;
}
.htmega-dynamic-gallery-sizer{
  width: 20%;
}

/* widget css */

.htmega-dynamic-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-dynamic-gallery-item-content .htmega-dynamic-gallery-item-description{
  margin-bottom: 0px;
}
.htmega-feature-text-center {
  text-align: center;
}

.htmega-text-white {
  color: #fff;
}

.htmega-text-center {
  text-align: center;
}
/*=============================================
=         Filterable Gallery Default Css        =
=============================================*/

/* 
.htmega-dynamic-gallery-row {
  overflow: hidden;
} */

.htmega-dynamic-gallery-filter {
  margin-bottom: 100px;
  text-align: center;
}
.htmega-dynamic-gallery-filter .htmega-dynamic-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-dynamic-gallery-filter .htmega-dynamic-gallery-btn.is-checked {
  border: 1px solid #002CC8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .htmega-dynamic-gallery-filter .htmega-dynamic-gallery-btn {
    height: 45px;
    padding: 0 35px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .htmega-dynamic-gallery-filter .htmega-dynamic-gallery-btn {
    height: 45px;
    padding: 0 25px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .htmega-dynamic-gallery-filter .htmega-dynamic-gallery-btn {
    height: 45px;
    padding: 0 15px;
    font-size: 15px;
  }
}

.htmega-dynamic-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-dynamic-gallery-filter.htmega-dynamic-gallery-filter-1 {
  margin-bottom: 50px;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #E1E1E1;
  border-top: 1px solid #E1E1E1;
}
.htmega-dynamic-gallery-filter.htmega-dynamic-gallery-filter-1 .htmega-dynamic-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-dynamic-gallery-filter.htmega-dynamic-gallery-filter-1 .htmega-dynamic-gallery-btn:not(:last-child) {
  margin-right: 27px;
}
.htmega-dynamic-gallery-filter.htmega-dynamic-gallery-filter-1 .htmega-dynamic-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-dynamic-gallery-filter.htmega-dynamic-gallery-filter-1 .htmega-dynamic-gallery-btn {
    height: 45px;
    padding: 0 35px;
    font-size: 18px;
  }
  .htmega-dynamic-gallery-filter.htmega-dynamic-gallery-filter-1 .htmega-dynamic-gallery-btn:not(:last-child) {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .htmega-dynamic-gallery-filter.htmega-dynamic-gallery-filter-1 .htmega-dynamic-gallery-btn {
    height: 45px;
    padding: 0 25px;
    font-size: 16px;
  }
  .htmega-dynamic-gallery-filter.htmega-dynamic-gallery-filter-1 .htmega-dynamic-gallery-btn:not(:last-child) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .htmega-dynamic-gallery-filter.htmega-dynamic-gallery-filter-1 .htmega-dynamic-gallery-btn {
    height: 45px;
    padding: 0 20px;
    font-size: 15px;
  }
  .htmega-dynamic-gallery-filter.htmega-dynamic-gallery-filter-1 .htmega-dynamic-gallery-btn:not(:last-child) {
    margin-right: 0px;
  }
}

.htmega-dynamic-gallery-item.htmega-dynamic-gallery-item-1 {
  position: relative;
}
.htmega-dynamic-gallery-item.htmega-dynamic-gallery-item-1 .htmega-dynamic-gallery-item-image {
  position: relative;
  display: block;
}
.htmega-dynamic-gallery-item.htmega-dynamic-gallery-item-1 .htmega-dynamic-gallery-item-image img {
  width: 100%;
}
.htmega-dynamic-gallery-item .htmega-dynamic-gallery-item-image::after {
  position: absolute;
  left: 10px;
  top: 10px;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  content: "";
  -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-dynamic-gallery-item.htmega-dynamic-gallery-item-1 .htmega-dynamic-gallery-item-image::after{
  background-color: rgba(0, 0, 0, 0.6);
}
.htmega-dynamic-gallery-item.htmega-dynamic-gallery-item-1 .htmega-dynamic-gallery-item-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  -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;
  padding: 30px;
}
.htmega-dynamic-gallery-item.htmega-dynamic-gallery-item-1 .htmega-dynamic-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-dynamic-gallery-item.htmega-dynamic-gallery-item-1 .htmega-dynamic-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-dynamic-gallery-item:hover .htmega-dynamic-gallery-item-image::after {
  visibility: visible;
  opacity: 1;
}
.htmega-dynamic-gallery-item.htmega-dynamic-gallery-item-1:hover .htmega-dynamic-gallery-item-content {
  opacity: 1;
  visibility: visible;
}
.htmega-dynamic-gallery-item.htmega-dynamic-gallery-item-1:hover .htmega-dynamic-gallery-item-title {
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
}
.htmega-dynamic-gallery-item.htmega-dynamic-gallery-item-1:hover .htmega-dynamic-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-dynamic-gallery-filter-2.htmega-dynamic-gallery-filter {
  margin-bottom: 50px;
}
.htmega-dynamic-gallery-filter-2.htmega-dynamic-gallery-filter .htmega-dynamic-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-dynamic-gallery-filter-2.htmega-dynamic-gallery-filter .htmega-dynamic-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-dynamic-gallery-filter-2.htmega-dynamic-gallery-filter .htmega-dynamic-gallery-btn.is-checked {
  color: #fff;
}
.htmega-dynamic-gallery-filter-2.htmega-dynamic-gallery-filter .htmega-dynamic-gallery-btn.is-checked::before {
  width: 100%;
  color: #fff;
}


/*=============================================
=         Filterable Gallery 3 Css        =
=============================================*/
.htmega-page-list-wrap-3 .htmega-dynamic-gallery-section-title {
  text-align: left;
  margin-bottom: 50px;
}
.htmega-page-list-wrap-3 .htmega-dynamic-gallery-section-title .htmega-title {
  padding-bottom: 20px;
}
.htmega-page-list-wrap-3 .htmega-dynamic-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-dynamic-gallery-item-description{
  color: #ffffff;
}

.htmega-dynamic-gallery-filter-3.htmega-dynamic-gallery-filter {
  margin-bottom: 60px;
  text-align: left;
  display: inline-block;
  border-bottom: 1px solid #FEC268;
}
.htmega-dynamic-gallery-filter-3.htmega-dynamic-gallery-filter .htmega-dynamic-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-dynamic-gallery-filter-3.htmega-dynamic-gallery-filter .htmega-dynamic-gallery-btn:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .htmega-dynamic-gallery-filter-3.htmega-dynamic-gallery-filter .htmega-dynamic-gallery-btn {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .htmega-dynamic-gallery-filter-3.htmega-dynamic-gallery-filter .htmega-dynamic-gallery-btn {
    padding: 0 26px;
  }
}
@media only screen and (max-width: 767px) {
  .htmega-dynamic-gallery-filter-3.htmega-dynamic-gallery-filter .htmega-dynamic-gallery-btn {
    padding: 0 20px;
  }
}
.htmega-dynamic-gallery-filter-3.htmega-dynamic-gallery-filter .htmega-dynamic-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-dynamic-gallery-filter-3.htmega-dynamic-gallery-filter .htmega-dynamic-gallery-btn.is-checked::after {
  right: auto;
  left: 0;
  width: 100%;
}
/*=============================================
=         Filterable Gallery 4 Css        =
=============================================*/
.htmega-page-list-wrap-4 .htmega-dynamic-gallery-section-title {
  text-align: center;
  margin-bottom: 50px;
}
.htmega-page-list-wrap-4 .htmega-dynamic-gallery-section-title .htmega-title::after {
  background-color: #557AFF;
  width: 70px;
}

.htmega-page-list-wrap-4 .htmega-dynamic-gallery-item:hover .htmega-dynamic-gallery-item-title{
  color: #000000;
}

.htmega-dynamic-gallery-filter-4.htmega-dynamic-gallery-filter {
  margin-bottom: 60px;
}
.htmega-dynamic-gallery-filter-4.htmega-dynamic-gallery-filter .htmega-dynamic-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-dynamic-gallery-filter-4.htmega-dynamic-gallery-filter .htmega-dynamic-gallery-btn {
    height: 45px;
    padding: 0 35px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .htmega-dynamic-gallery-filter-4.htmega-dynamic-gallery-filter .htmega-dynamic-gallery-btn {
    height: 45px;
    padding: 0 25px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .htmega-dynamic-gallery-filter-4.htmega-dynamic-gallery-filter .htmega-dynamic-gallery-btn {
    height: 45px;
    padding: 0 15px;
    font-size: 15px;
  }
}
.htmega-dynamic-gallery-filter-4.htmega-dynamic-gallery-filter .htmega-dynamic-gallery-btn.is-checked {
  border-left: 5px solid #557AFF;
  border-right: 5px solid #557AFF;
}

.htmega-dynamic-gallery-item.htmega-dynamic-gallery-item-2 {
  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-dynamic-gallery-item.htmega-dynamic-gallery-item-2 .htmega-dynamic-gallery-item-image {
  position: relative;
  display: block;
}
.htmega-dynamic-gallery-item.htmega-dynamic-gallery-item-2 .htmega-dynamic-gallery-item-image img {
  width: 100%;
  border-radius: 30px 30px 0px 0px;
}
.htmega-dynamic-gallery-item.htmega-dynamic-gallery-item-2 .htmega-dynamic-gallery-item-title {
  border-bottom: 1px solid #E7E7E7;
  display: block;
  padding: 20px 30px;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  color: #000000;
}
.htmega-dynamic-gallery-item-content h3{
  margin: 0;
  padding: 0;
}
.htmega-dynamic-gallery-item.htmega-dynamic-gallery-item-2 .htmega-dynamic-gallery-item-description {
  padding: 20px 30px;
}
.htmega-dynamic-gallery-item.htmega-dynamic-gallery-item-2:hover {
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}

/*=============================================
=         Filterable Gallery 5 Css        =
=============================================*/
.htmega-page-list-wrap-5 .htmega-dynamic-gallery-section-title {
  text-align: center;
  margin-bottom: 50px;
}
.htmega-page-list-wrap-5 .htmega-dynamic-gallery-section-title .htmega-title {
  padding-bottom: 0;
}
.htmega-page-list-wrap-5 .htmega-dynamic-gallery-section-title .htmega-title::after {
  display: none;
}

.htmega-dynamic-gallery-filter-5.htmega-dynamic-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-dynamic-gallery-filter-5.htmega-dynamic-gallery-filter .htmega-dynamic-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-dynamic-gallery-filter-5.htmega-dynamic-gallery-filter .htmega-dynamic-gallery-btn:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .htmega-dynamic-gallery-filter-5.htmega-dynamic-gallery-filter .htmega-dynamic-gallery-btn {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .htmega-dynamic-gallery-filter-5.htmega-dynamic-gallery-filter .htmega-dynamic-gallery-btn {
    padding: 0 26px;
  }
}
@media only screen and (max-width: 767px) {
  .htmega-dynamic-gallery-filter-5.htmega-dynamic-gallery-filter .htmega-dynamic-gallery-btn {
    padding: 0 20px;
  }
}
.htmega-dynamic-gallery-filter-5.htmega-dynamic-gallery-filter .htmega-dynamic-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-dynamic-gallery-filter-5.htmega-dynamic-gallery-filter .htmega-dynamic-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-dynamic-gallery-filter-5.htmega-dynamic-gallery-filter .htmega-dynamic-gallery-btn.is-checked::after {
  right: auto;
  left: 0;
  width: 50%;
}
.htmega-dynamic-gallery-filter-5.htmega-dynamic-gallery-filter .htmega-dynamic-gallery-btn.is-checked::before {
  right: 0;
  left: auto;
  width: 50%;
}

/*=============================================
=         Filterable Gallery 6 Css        =
=============================================*/
.htmega-page-list-wrap-7 .htmega-dynamic-gallery-section-title {
  text-align: center;
  margin-bottom: 50px;
}
.htmega-page-list-wrap-7 .htmega-dynamic-gallery-section-title .htmega-title {
  padding-bottom: 0;
}
.htmega-page-list-wrap-7 .htmega-dynamic-gallery-section-title .htmega-title::after {
  display: none;
}

.htmega-dynamic-gallery-filter-7.htmega-dynamic-gallery-filter {
  margin-bottom: 60px;
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #A4A4A4;
}
.htmega-dynamic-gallery-filter-7.htmega-dynamic-gallery-filter .htmega-dynamic-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-dynamic-gallery-filter-7.htmega-dynamic-gallery-filter .htmega-dynamic-gallery-btn:not(:last-child) {
  margin-right: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .htmega-dynamic-gallery-filter-7.htmega-dynamic-gallery-filter .htmega-dynamic-gallery-btn:not(:last-child) {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .htmega-dynamic-gallery-filter-7.htmega-dynamic-gallery-filter .htmega-dynamic-gallery-btn:not(:last-child) {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .htmega-dynamic-gallery-filter-7.htmega-dynamic-gallery-filter .htmega-dynamic-gallery-btn:not(:last-child) {
    margin-right: 10px;
  }
}
.htmega-dynamic-gallery-filter-7.htmega-dynamic-gallery-filter .htmega-dynamic-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-dynamic-gallery-filter-7.htmega-dynamic-gallery-filter .htmega-dynamic-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-dynamic-gallery-filter-7.htmega-dynamic-gallery-filter .htmega-dynamic-gallery-btn.is-checked::after {
  right: 0;
  left: 50%;
  width: 50%;
}
.htmega-dynamic-gallery-filter-7.htmega-dynamic-gallery-filter .htmega-dynamic-gallery-btn.is-checked::before {
  right: auto;
  left: 0;
  width: 50%;
}

/* Custom Css */
.htmega-dynamic-gallery-item .htmega-dynamic-gallery-item-content .htmega-dynamic-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-dynamic-gallery-wrap .htmega-dynamic-gallery-item .htmega-dynamic-gallery-item-image{
  line-height: 0;
}


.htmega-dynamic-gallery-wrap .htmega-gallery-sizer{
	display: none !important;
}

.htmega-dynamic-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%;
}

/* Load More Button */
.htmega-pro-load-more-wrapper {
  display: block;
  margin-top: 30px;
  text-align: center;
}
.htmega-loadmore-button {
  display: inline-flex;
  background: #4FACFE;
  padding: 10px 25px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.htmega-loader-img {
  margin-left: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.htmega-loadmore-button:hover .htmega-loader-img img, .htmega-infinity-loading.htmega-loadmore-button .htmega-loader-img img {
  -webkit-animation: mymove 0.6s infinite;
  animation: mymove 0.6s infinite;
}
@-webkit-keyframes mymove {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(180deg);
  }
}

@keyframes mymove {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(180deg);
  }
}
/* Load more item zoom effect */
.htmega-load-item-effect {
	animation: append-animate .5s linear;
}

  @keyframes append-animate {
	from {
		transform: scale(0);
		opacity: 0;
	}
	to {
		transform: scale(1);
		opacity: 1;	
	}
}

/* Read More button */
.htmega-dynamic-gallery-read-more {
  padding: 0 30px 20px;
}
.htmega-dynamic-gallery-item-1 .htmega-dynamic-gallery-read-more{
  padding: 0;
}
.htmega-dynamic-gallery-read-more a {
  color: #fff;
  background: #4FACFE;
  padding: 8px 15px;
  line-height: 1;
  display: inline-block;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.dynamic-gallery-image {
  position: relative;
  text-align: center;
  width: 100%;
}
.dynamic-gallery-popup-button {
  position: absolute;
  top: 50%;
  display: inline-flex;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.htmega-dynamic-gallery-item-1 .dynamic-gallery-popup-button {
  top: 13%;
}
.dynamic-gallery-popup-button a {
  width: 40px;
  height: 40px;
  background: #fff;
  margin: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 5px;
  color: #000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.htmega-dynamic-gallery-item:hover .dynamic-gallery-popup-button a{
  transform: scale(1);
}
.dynamic-gallery-popup-button a:hover{
  background-color: #4FACFE;
  color: #fff;
}
.dynamic-gallery-popup-button a i{
  font-size: 20px;
}
.dynamic-gallery-popup-button a svg path{
  height: auto;
  width: 20px;
  fill: #000;
  transition: all 0.3s ease-in-out;
}
.dynamic-gallery-popup-button a:hover svg path{
  fill: #ffffff;
}
