h1, h2, h3, h4, h5, p, li, a {
  font-family: "Poppins", sans-serif;
  color: #010f35;
}

section {
  padding: unset;
}

.newport-bannerblock {
  background-color: #2b2d33;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  max-height: 60rem;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 3.25rem;
}
@media screen and (min-width: 992px) {
  .newport-bannerblock.imperial-bannerblock {
    background-size: 40rem;
  }
}
@media screen and (max-width: 991px) {
  .newport-bannerblock.imperial-bannerblock {
    background-size: 30rem;
  }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: portrait) {
  .newport-bannerblock.imperial-bannerblock {
    background-size: 20rem;
  }
}
@media screen and (min-width: 992px) {
  .newport-bannerblock {
    height: 70vh;
  }
}
@media screen and (max-width: 991px) {
  .newport-bannerblock {
    height: 40vh;
  }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: portrait) {
  .newport-bannerblock {
    height: 55vh;
  }
}

/********************/
/*** ********** *****/
/********************/
@media screen and (min-width: 992px) {
  .about_section {
    padding: 6rem 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .about_section {
    padding: 4rem 0;
    padding-bottom: 0;
  }
}
.about_section h2 {
  font-size: calc(3rem + 0.1vw);
  font-weight: 700;
  line-height: 1em !important;
  margin-bottom: 0.5rem;
}
.about_section h3 {
  font-size: calc(1.75rem + 0.1vw);
  font-weight: 700;
  line-height: 1em !important;
  margin-bottom: 0.5rem;
}
.about_section p {
  font-weight: 500;
  max-width: 45rem;
}
.about_section .pink_circle {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 6rem;
}
.about_section .pink_circle img {
  opacity: 0;
}

/********************/
/*** ********** *****/
/********************/
.what_we_delivered {
  background: #2b2d33;
}
@media screen and (min-width: 992px) {
  .what_we_delivered {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 991px) {
  .what_we_delivered {
    padding: 4rem 0;
  }
}
.what_we_delivered h3 {
  font-size: calc(1.75rem + 0.1vw);
  font-weight: 700;
  line-height: 1em !important;
  margin-bottom: 0.5rem;
  color: #b4975a;
  margin-bottom: 1.25rem;
}
.what_we_delivered p {
  color: #fff;
  font-weight: 200;
}
.what_we_delivered .squareimage {
  padding: 1.75rem;
}
.what_we_delivered .squareimage figure {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.what_we_delivered .squareimage img {
  opacity: 0;
}

.gold_wide_circle {
  position: relative;
}
@media screen and (min-width: 992px) {
  .gold_wide_circle {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 991px) {
  .gold_wide_circle {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .gold_wide_circle .right-aligned-side-circle-gold {
    position: absolute;
    background: #b4975a;
    height: 30rem;
    right: 0;
    top: calc(50% - 15rem);
    width: 80vw;
    min-height: 26rem;
  }
}
@media screen and (max-width: 1023px) {
  .gold_wide_circle .right-aligned-side-circle-gold {
    position: absolute;
    background: #b4975a;
    height: 100%;
    right: 0;
    top: 0;
    width: 100%;
    min-height: 26rem;
  }
}
.gold_wide_circle .right-aligned-side-circle-gold:before {
  content: "";
  background: #b4975a;
  position: absolute;
  height: 30rem;
  left: -15rem;
  border-radius: 50%;
  top: 0;
  width: 30rem;
}
.gold_wide_circle .longimage iframe {
  height: 35rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .gold_wide_circle .longimage iframe {
    margin: 0 auto;
    display: block;
  }
}
.gold_wide_circle .longimage img {
  padding: 1.75rem;
}
@media screen and (min-width: 768px) {
  .gold_wide_circle .mobiletext {
    min-height: 30rem;
  }
}
.gold_wide_circle .mobiletext .holds_text p {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .moblevel {
    display: flex;
    align-items: center;
  }
}
/********************/
/*** ********** *****/
/********************/
.collage_section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.collage_section img {
  opacity: 0;
}

/********************/
/*** ********** *****/
/********************/
.posrel {
  position: relative;
}

.pink_trio {
  position: relative;
}
@media screen and (min-width: 992px) {
  .pink_trio {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 991px) {
  .pink_trio {
    padding: 4rem 0;
  }
}
.pink_trio .pinkback {
  position: absolute;
  background: #ecbbbe;
  height: 70%;
  width: 100%;
  top: 15%;
}
.pink_trio figure {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .pink_trio figure {
    width: calc(100% - 3.5rem);
    margin: 0 auto;
  }
}
.pink_trio figure img {
  opacity: 0;
}

/********************/
/*** ********** *****/
/********************/
.dark_fullwidth {
  padding: unset;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.dark_fullwidth img {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .mobiletext {
    padding: 0.5rem 1.75rem;
    text-align: center;
  }
  .mobiletext p {
    line-height: 1.35em !important;
    font-family: Poppins, sans-serif;
    font-size: calc(0.85rem + 0.1vw);
    font-weight: 400;
    text-align: left;
  }
}

.hashotul {
  padding: 1.5rem;
}
.hashotul ul {
  margin-left: 1rem;
}
.hashotul li {
  color: #fff;
  list-style-type: none !important;
}

.overgoldlink {
  color: #f9f9f9;
}

.hundo_back {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .hideonmobile {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .hideondesktop {
    display: none;
  }
}