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

section {
  padding: unset;
}

.newport-bannerblock {
  background-color: #f2efe8;
  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.seventy_six-bannerblock {
    background-size: cover;
  }
}
@media screen and (max-width: 991px) {
  .newport-bannerblock.seventy_six-bannerblock {
    background-size: cover;
  }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: portrait) {
  .newport-bannerblock.seventy_six-bannerblock {
    background-size: cover;
  }
}
@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;
  }
}
@media screen and (max-width: 991px) {
  .about_section {
    padding: 4rem 0;
    padding-bottom: 4rem;
  }
}
.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;
}

/********************/
/*** ********** *****/
/********************/
.seventy_six_square_trio {
  background-color: #15234a;
  position: relative;
}
@media screen and (min-width: 992px) {
  .seventy_six_square_trio {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 991px) {
  .seventy_six_square_trio {
    padding: 4rem 0;
    padding-bottom: 0;
  }
}
.seventy_six_square_trio .after_white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .seventy_six_square_trio .after_white {
    display: none;
  }
}
.seventy_six_square_trio .squareimage {
  padding: 1.75rem;
}
.seventy_six_square_trio .squareimage figure {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.seventy_six_square_trio .squareimage img {
  opacity: 0;
}

/********************/
/*** ********** *****/
/********************/
.what-we-delivered {
  background: #ebe6e0;
  position: relative;
}
.what-we-delivered .leftside {
  top: 0;
  left: 0;
  height: 100%;
  background-position: center right;
  background-repeat: no-repeat;
}


       @media screen and (min-width:1480px) {
        .what-we-delivered .leftside {
                height: 100%;
    background-color: #353d61;
    background-size: auto 100%;
    background-position: center right;
    background-repeat: no-repeat;
/*        width: 55% !important;*/
    }
             }

@media screen and (min-width: 768px) {
  .what-we-delivered .leftside {
    width: 60%;
    position: absolute;
        background-size: auto 100%;
  }
}
@media screen and (max-width: 767px) {
  .what-we-delivered .leftside {
    width: 100%;
    position: relative;
      background-size: cover;
  }
}
.what-we-delivered .leftside img {
  opacity: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .what-we-delivered {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 991px) {
  .what-we-delivered {
    padding: 0rem 0 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: #15234a;
  margin-bottom: 1.25rem;
}
.what-we-delivered h4 {
  font-size: calc(1.75rem + 0.1vw);
  font-weight: 700;
  line-height: 1em !important;
  margin-bottom: 0.5rem;
  color: #15234a;
  margin-bottom: 1.25rem;
}
.what-we-delivered p {
  color: #2b2d33;
  font-weight: 400;
}
.what-we-delivered .overimage_phone {
  position: absolute;
  top: 25%;
  left: -45%;
}
.what-we-delivered .overimage_phone img {
  width: 100%;
  z-index: 2;
}

.textholdzone {
  padding: 2rem 2rem 2rem 2rem;
}
.textholdzone h4, .textholdzone h5 {
  font-weight: 500;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 992px) {
  .textholdzone h4, .textholdzone h5 {
    font-size: calc(1.25rem + 0.1vw);
  }
}
@media screen and (max-width: 991px) {
  .textholdzone h4, .textholdzone h5 {
    font-size: calc(1.1rem + 0.1vw);
  }
}
.textholdzone ul {
  margin-left: 2rem;
  margin-bottom: 1rem;
}
.textholdzone ul li {
  list-style-type: square;
  margin-bottom: 0.5em;
}
.textholdzone a {
  font-weight: 600;
  text-decoration: underline;
  color: #000;
}

.full_jam_yellow .backyellow {
  width: 100%;
  background-color: #faa019;
  position: relative;
}
.full_jam_yellow .backyellow img.dummo {
  opacity: 0;
  width: 100%;
}
.full_jam_yellow .backyellow .overimage {
  position: absolute;
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  top: -3rem;
  left: 3rem;
}
.full_jam_yellow .backyellow .overimage img {
  width: 100%;
  z-index: 2;
}

/********************/
/*** ********** *****/
/********************/
.blueback_section {
  position: relative;
}
.blueback_section p, .blueback_section a {
  color: #fff;
}
.blueback_section a {
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .blueback_section {
    background: linear-gradient(to right, #15234a 71%, #ffffff 71%, #ffffff 71%);
  }
}
@media screen and (max-width: 991px) {
  .blueback_section {
    background-color: #15234a;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1679px) {
  .blueback_section .container.fullwidth {
    width: 100%;
    max-width: 100%;
  }
}
.blueback_section .container.fullwidth .holdshalfpic {
  margin: 0;
  padding: 0;
}
.blueback_section .container.fullwidth .holdshalfpic figure {
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blueback_section .container.fullwidth .holdshalfpic figure img {
  opacity: 0;
}
.blueback_section .after_white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .blueback_section .after_white {
    display: none;
  }
}
.blueback_section .bottom_white {
  position: absolute;
  left: 0;
  width: 100%;
  height: 20%;
  background: #fff;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .blueback_section .bottom_white {
    display: none;
  }
}

/********************/
/*** ********** *****/
/********************/
@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;
}

.back_trio {
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .back_trio {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 991px) {
  .back_trio {
    padding: 4rem 0;
  }
}
.back_trio .after_white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .back_trio .after_white {
    height: 20%;
  }
}
@media screen and (max-width: 991px) {
  .back_trio .after_white {
    height: 50%;
  }
}
.back_trio .bottom_white {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .back_trio .bottom_white {
    height: 20%;
  }
}
@media screen and (max-width: 991px) {
  .back_trio .bottom_white {
    height: 50%;
  }
}
.back_trio figure {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .back_trio figure {
    width: calc(100% - 3.5rem);
    margin: 0 auto;
  }
}
.back_trio figure img {
  opacity: 0;
  height: 22rem;
}

/********************/
/*** ********** *****/
/********************/
.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;
  }
}

@media screen and (max-width: 991px) {
  .mobpaddo {
    padding: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .logoo {
    max-width: 22rem;
  }
}
@media screen and (max-width: 991px) {
  .logoo {
    max-width: 16rem;
    margin: 0 auto;
    display: block !important;
  }
}