.dnxte-msnary-item {
  position: relative;
  display: block;
  line-height: 0;
  border: 0px solid #333;
}
.dnxte-msnary-details .dnxte-msnary-heading {
  text-align: center;
  color: #ffffff;
}
.dnxte-msnary-details .dnxte-msnary-pra {
  text-align: center;
  color: #ffffff;
}

.dnxte-msnary-item a {
  display: inline-block;
}
.dnxte-msnary-item a img {
  display: inline-block;
}
.dnxte-msnary-grid .dnxte-msnary-item {
  overflow: hidden;
}
.dnxte-msnary-item img {
  max-width: 100%;
  width: 100%;
}
/* .dnxte-msnary-item:hover img {
  transform: scale(1.3);
} */

.imghve-color:before,
.imghve-color:after {
  opacity: 1 !important;
}
.dnxte_ovl.et_overlay {
  border: 0px !important;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: all 0.5s;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

.dnxte-grid {
  border-style: solid;
}

.dnxte_ovl.et_overlay::before {
  font-family: "ETmodules";
  content: attr(data-icon);
  position: absolute;
  top: 50% !important;
  left: 50%;
  margin: -16px 0 0 -16px;
  font-size: 32px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  line-height: 1;
  border-style: solid;
  border-width: 0px;
  border-color: transparent;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 980px) {
  .dnxte_ovl.et_overlay::before {
    content: attr(data-icon-tablet) !important;
  }
}
@media (max-width: 767px) {
  .dnxte_ovl.et_overlay::before {
    content: attr(data-icon-phone) !important;
  }
}
.dnxte-msnary-item:hover .dnxte_ovl.et_overlay:before {
  opacity: 1;
  visibility: visible;
}

.dnxte-msnary-item {
  margin-bottom: 10px;
  overflow: hidden !important;
}
.grid-sizer,
.dnxte-msnary-item {
  width: calc((100% - (5 - 1) * 0px) / 5);
}
.gutter-sizer {
  width: 0px;
}

.dnxte-msnary-grid {
  display: -webkit-box; /* Not needed if autoprefixing */
  display: -ms-flexbox; /* Not needed if autoprefixing */
  display: flex;
  width: auto;
}
.dnxte-msnary-column {
  background-clip: padding-box;
}
.dnxte-msnary-column:first-child {
  margin-left: 0px !important;
}

/* Style your items */
.dnxte-msnary-column > div {
  margin-bottom: 30px;
  width: 100%;
}

.dnxte-msnary-details {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: 999;
}

.dnxte-msnary-heading {
  color: #266de8;
  font-size: 16px;
  line-height: 1.3em;
  padding: 0;
  text-transform: capitalize;
}

.dnxte-msnary-pra {
  font-size: 16px;
  color: #266de8;
  line-height: 24px;
}

.dnxte-msnary-item:hover .dnxte_ovl.et_overlay {
  z-index: 2;
}

.dnxte-msnary-item:hover .dnxte-msnary-details {
  opacity: 1;
  visibility: visible;
}

.mfp-arrow {
  font-family: "ETmodules";
  font-size: 60px;
  color: #fff;
}

.mfp-arrow-left::after {
  content: "4" !important;
}

.mfp-arrow-right::after {
  content: "5" !important;
  margin-left: 0px !important;
}

/* Filter Bar */
li.dnxte-msnary-filter-item {
  border: 0px solid #0f0f0f;
}

.dnxte-msnary-filter-items {
  list-style: none;
  padding: 0;
  text-align: center;
}

.dnxte-msnary-filter-items li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  margin-right: 15px;
  padding: 8px 15px;
  line-height: normal;
  cursor: pointer;
  /* color: #ffffff;
  background: #266de8; */
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* .dnxte-msnary-filter-items li.active {
  background: #772adb !important;
} */

/* lighbox title and caption settings */
.dnxte-msnary-mfp-config .mfp-bottom-bar .mfp-title {
  /* position: absolute; */
  top: auto;
  bottom: 0;
  background: rgba(0, 0, 0, 0.72);
  width: 100%;
  padding: 20px;
}
.dnxte-msnary-mfp-config .mfp-bottom-bar .mfp-title .dnxte-mfe-caption {
  margin-right: 50px;
}
.dnxte-msnary-mfp-config .mfp-bottom-bar .mfp-counter {
  top: auto;
  bottom: 20px;
  right: 20px;
}
.dnxte-msnary-mfp-config .mfp-close {
  position: fixed;
  top: 10px !important;
  right: 10px !important;
  opacity: 1 !important;
  font-size: 60px;
  font-weight: 300;
}

.dnxte-msnary-mfp-config .mfp-close:active {
  position: fixed !important;
}

.mfp-bg {
  opacity: 1 !important;
}
.mfp-bg,
.mfp-wrap {
  z-index: 20000000 !important;
}
.mfp-arrow:before,
.mfp-arrow:after {
  border: none !important;
}
