/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#banner {
  position: relative;
  padding-bottom: 35px; }
  #banner .banner-sm {
    display: block !important; }
    @media (min-width: 769px) {
      #banner .banner-sm {
        display: none !important; } }
  #banner .banner-desktop {
    display: none !important; }
    @media (min-width: 769px) {
      #banner .banner-desktop {
        display: block !important; } }
  #banner .bg-img {
    object-position: center;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover; }
    @media (min-width: 769px) {
      #banner .bg-img {
        object-position: center top; } }
  #banner .row {
    min-height: 75vh; }
    #banner .row .banner-content {
      padding-top: 156px;
      padding-bottom: 50px; }
      @media screen and (min-width: 1025px) {
        #banner .row .banner-content {
          padding-top: 200px;
          padding-bottom: 50px; } }
      #banner .row .banner-content h1 {
        color: black;
        margin-bottom: 0; }
        @media screen and (min-width: 1025px) {
          #banner .row .banner-content h1 .underline {
            text-underline-offset: -24px; } }
  #banner .breadcrumb {
    background: transparent; }
    #banner .breadcrumb nav {
      padding: 0 12px; }
      #banner .breadcrumb nav p {
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        letter-spacing: 1.76px;
        text-transform: uppercase;
        margin: 0 !important;
        padding: 0 0;
        color: #577a8b;
        font-weight: 600; }
        #banner .breadcrumb nav p a {
          color: black; }
          #banner .breadcrumb nav p a:hover {
            color: #577a8b; }

#intro h2,
#intro h3 {
  color: black; }

#intro .h4 {
  color: #577a8b; }

#process {
  position: relative; }
  #process .section-title {
    font-family: "Playfair Display", serif;
    padding: 0;
    width: 100%;
    /* or fixed width */
    overflow: hidden; }
    #process .section-title p {
      color: rgba(26, 145, 109, 0.15);
      line-height: 0.9;
      font-size: clamp(55px, 21vw, 200px);
      overflow: hidden;
      text-overflow: ellipsis; }
      @media (min-width: 641px) {
        #process .section-title p {
          line-height: 0.9;
          font-size: clamp(55px, 12vw, 175px);
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          text-align: center; } }
      @media (min-width: 1025px) {
        #process .section-title p {
          font-size: clamp(55px, 16vw, 158px); } }
      @media (min-width: 1241px) {
        #process .section-title p {
          font-size: clamp(55px, 16vw, 175px); } }
      @media (min-width: 1393px) {
        #process .section-title p {
          font-size: clamp(55px, 13vw, 200px); } }
  #process .lead h2 {
    color: black; }
  #process .process-card {
    background-color: white;
    box-shadow: 0px 13px 16px #00000024; }
    #process .process-card i {
      color: #b9ddd2;
      font-size: 80px; }
    #process .process-card h4 {
      color: black;
      margin: 1rem 0 12px 0; }
    #process .process-card .h5 {
      margin-bottom: 2rem;
      font-size: clamp(1.4375rem, calc( 23px + (30 - 23) * (( 100vw - 320px ) / (1920 - 320))), 1.875rem); }
    #process .process-card p {
      font-size: 16px;
      line-height: 1.6; }
      #process .process-card p:first-of-type {
        margin-bottom: 1rem; }

#testimonials {
  background-color: #fafafa;
  box-shadow: 0px 23px 16px #0000001a;
  padding: 100px 0 100px 0;
  position: relative;
  color: black;
  margin-top: 50px; }
  @media (min-width: 641px) {
    #testimonials {
      margin-top: 75px;
      padding: 150px 0 100px 0; } }
  @media (min-width: 1536px) {
    #testimonials {
      margin-top: 125px; } }
  #testimonials i {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -50px;
    color: rgba(0, 0, 0, 0.04);
    font-size: 150px; }
    @media (min-width: 641px) {
      #testimonials i {
        font-size: 330px;
        top: -100px; } }
  #testimonials h4 {
    line-height: 1.3; }

#cta {
  position: relative;
  padding: 100px 0 75px 0; }
  @media (min-width: 769px) {
    #cta {
      padding: 75px 0 75px 0; } }
  @media (min-width: 1640px) {
    #cta {
      padding: 175px 0 150px 0; } }
  #cta .section-title {
    font-family: "Playfair Display", serif;
    padding: 0;
    text-align: center;
    width: 100%;
    /* or fixed width */
    overflow: hidden; }
    #cta .section-title p {
      color: rgba(26, 145, 109, 0.15);
      line-height: 1.2;
      font-size: clamp(75px, 16vw, 200px);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    @media (min-width: 641px) {
      #cta .section-title p {
        font-size: clamp(75px, 24vw, 200px); } }
    @media (min-width: 1241px) {
      #cta .section-title {
        position: absolute;
        transform: translatex(-50%) translateY(-52%) rotate(-90deg);
        top: 50%;
        width: 100%;
        left: 0%; }
        #cta .section-title p {
          font-size: clamp(100px, 10vw, 120px);
          line-height: 1.2; } }
    @media (min-width: 1393px) {
      #cta .section-title p {
        font-size: clamp(100px, 12vw, 150px); } }
    @media (min-width: 1536px) {
      #cta .section-title {
        left: 0%; }
        #cta .section-title p {
          font-size: clamp(100px, 11vw, 175px); } }
    @media (min-width: 1640px) {
      #cta .section-title {
        left: 0%; }
        #cta .section-title p {
          font-size: clamp(100px, 13vw, 230px);
          line-height: 1.2; } }
    @media (min-width: 1740px) {
      #cta .section-title {
        left: -3%; } }
    @media (min-width: 1840px) {
      #cta .section-title {
        left: -6%; } }
  #cta .img-wrapper {
    position: relative;
    border-radius: 5px;
    overflow: hidden; }
    #cta .img-wrapper .bottom-content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(21, 53, 75, 0.43);
      padding: 1.5rem; }
      #cta .img-wrapper .bottom-content .h6 {
        color: #fcf7f2;
        margin-bottom: 10px; }
      #cta .img-wrapper .bottom-content .btn-arrow {
        color: #fcf7f2;
        font-size: 16px;
        letter-spacing: 1.76px;
        font-weight: 600;
        transition: all ease-in-out 300ms;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        #cta .img-wrapper .bottom-content .btn-arrow i {
          transition: all ease-in-out 300ms;
          padding-left: 8px;
          font-size: 22px;
          position: relative;
          right: 0; }
        #cta .img-wrapper .bottom-content .btn-arrow:hover i {
          right: -5px; }
  #cta .content h3 {
    color: black; }
  #cta .content h4 {
    color: #577a8b; }
