/* Mixin Responsive*/
.wrap-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination {
  display: flex;
}
.pagination .page-item .page-link {
  display: block;
  padding: 0 10px;
  margin-right: 6px;
  list-style: none;
  font-family: Montserrat;
  font-size: 15px;
  line-height: 1.43em;
  font-weight: 500;
}
.pagination .page-item .page-link:hover {
  color: #7f7f7f;
}
.pagination .page-item.active .page-link {
  color: #7f7f7f;
  text-decoration: none;
}
.pagination .page-item::marker {
  content: none;
}

.ml-0 {
  margin-left: 0 !important;
}

.fix-responsive img {
  max-width: 100% !important;
  height: auto !important;
}
.fix-responsive p {
  margin-bottom: 15px;
}
.fix-responsive li p {
  display: inline-block;
  margin-bottom: 0 !important;
  margin-top: 0;
}
.fix-responsive h2, .fix-responsive h3, .fix-responsive h4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.image__frame {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.image__frame:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.image__frame img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  z-index: -3;
  top: 0;
  left: 0;
}

.w-100 {
  width: 100% !important;
}

.d-block {
  display: block !important;
}

.mt-50px {
  margin-top: 50px;
}

.tw-text-red {
  color: #dc3545;
}

.tw-text-success {
  color: #198754;
}

.menu-item-has-children:hover .qodef-drop-down-second {
  opacity: 1;
  height: auto;
}

/*# sourceMappingURL=custom.css.map */
