body {
  scroll-behavior: smooth;
}

#inner-page-wrapper {
  margin-bottom: 90px;
}

div#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

.section-title {
  line-height: 1;
}

div#content-full {
  position: relative;
}

.custom-ip-ne-content {
  max-width: 1530px;
  margin: 0 auto 55px;
  padding: 0 15px;
}
.custom-ip-ne-content p#breadcrumbs {
  display: flex;
  align-items: flex-start;
}
.custom-ip-ne-content p#breadcrumbs::before {
  content: "";
  width: 62px;
  height: 62px;
  margin-right: 25px;
  border-top: 10px solid rgba(var(--primary-color), 1);
  border-left: 10px solid rgba(var(--primary-color), 1);
  -o-border-image: var(--gradient-color) 10;
  border-image: var(--gradient-color) 10;
}

.section-wrap {
  font-size: 0;
  position: relative;
}

.custom-ip-ne-top {
  position: relative;
  padding: 25px 0 30px;
}

.custom-ip-ne-top-inner {
  position: relative;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.custom-ip-ne-top-txt {
  text-align: center;
}
.custom-ip-ne-top-txt .gsite-title {
  margin-bottom: 25px;
}
.custom-ip-ne-top-txt .gsite-title span {
  font-family: var(--font-family-default);
}
.custom-ip-ne-top-txt p {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 2 !important;
  letter-spacing: 0.04em;
  margin: 16px 0;
}

.custom-ip-ne-links {
  position: relative;
}

.custom-ip-ne-links-inner {
  position: relative;
  max-width: 1450px;
  padding: 0 15px;
  margin: 0 auto;
}

.custom-ip-ne-links-holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.custom-ip-ne-links-item {
  width: 50%;
  padding: 20px;
  display: flex;
}

.custom-ip-ne-links-item-text {
  width: 42.97%;
  padding: 0 15px 0 30px;
  background: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.custom-ip-ne-links-item-text .heading-title {
  font-family: "Lora", serif;
  font-size: 22px;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.custom-ip-ne-links-item-text ul {
  display: flex;
  flex-direction: column;
  margin-left: 0 !important;
}
.custom-ip-ne-links-item-text ul li a {
  font-size: 14px;
  color: #ffffff !important;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-decoration: underline !important;
  transition: all 0.3s ease-in-out;
}
.custom-ip-ne-links-item-text ul li a:hover {
  opacity: 0.7;
}
.custom-ip-ne-links-item-text ul li:not(:last-child) {
  margin-bottom: 8px;
}

.custom-ip-ne-links-item-image {
  width: 57.03%;
  background: #000000;
}
.custom-ip-ne-links-item-image img {
  width: 100%;
  height: auto;
  min-height: 310px;
  aspect-ratio: 393/310;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-ip-ne-gallery {
  position: relative;
  margin-top: 10px;
}

.custom-ip-ne-gallery-inner {
  position: relative;
  max-width: 1450px;
  padding: 0 15px;
  margin: 0 auto;
}

.custom-ip-ne-gallery-holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.custom-ip-ne-gallery-item {
  width: 20%;
  padding: 10px;
}
.custom-ip-ne-gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.custom-ip-ne-gallery-item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.custom-ip-ne-gallery-item a img {
  aspect-ratio: 272/272;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.custom-ip-ne-gallery-item a:hover::after {
  opacity: 1;
}
.custom-ip-ne-gallery-item a:hover img {
  transform: scale(1.1);
}

@media only screen and (max-width: 1199px) {
  #inner-page-wrapper {
    margin-bottom: 50px;
  }
  .custom-ip-ne-links-item-text {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .custom-ip-ne-content {
    margin: 0 auto;
  }
  .custom-ip-ne-links-item {
    width: 100%;
  }
  .custom-ip-ne-gallery-item {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .custom-ip-ne-links-item {
    flex-direction: column-reverse;
  }
  .custom-ip-ne-links-item-text {
    width: 100%;
    padding: 15px;
  }
  .custom-ip-ne-links-item-image {
    width: 100%;
  }
  .custom-ip-ne-gallery-item {
    width: 50%;
  }
}