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

#about-us {
  position: relative;
  padding: 75px 0 75px 0; }
  @media (min-width: 769px) {
    #about-us {
      padding: 25px 0 75px 0; } }
  @media (min-width: 1393px) {
    #about-us {
      padding: 100px 0 75px 0; } }
  @media (min-width: 1640px) {
    #about-us {
      padding: 250px 0 75px 0; } }
  #about-us .section-title {
    font-family: "Playfair Display", serif;
    padding: 0;
    text-align: center;
    width: 100%;
    /* or fixed width */
    overflow: hidden; }
    #about-us .section-title p {
      color: rgba(26, 145, 109, 0.15);
      line-height: 1.2;
      font-size: clamp(65px, 16vw, 200px);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    @media (min-width: 1241px) {
      #about-us .section-title {
        position: absolute;
        transform: translatex(-50%) translateY(-52%) rotate(-90deg);
        top: 50%;
        width: 100%;
        left: 0%; }
        #about-us .section-title p {
          font-size: clamp(100px, 10vw, 120px);
          line-height: 1.2; } }
    @media (min-width: 1393px) {
      #about-us .section-title p {
        font-size: clamp(100px, 10vw, 150px); } }
    @media (min-width: 1536px) {
      #about-us .section-title {
        left: 0%; }
        #about-us .section-title p {
          font-size: clamp(100px, 11vw, 175px); } }
    @media (min-width: 1640px) {
      #about-us .section-title {
        left: 0%; }
        #about-us .section-title p {
          font-size: clamp(100px, 13vw, 230px);
          line-height: 1.2; } }
    @media (min-width: 1740px) {
      #about-us .section-title {
        left: -3%; } }
    @media (min-width: 1840px) {
      #about-us .section-title {
        left: -6%; } }
  #about-us .img-wrapper {
    border-radius: 5px;
    overflow: hidden; }
  #about-us .content .h6,
  #about-us .content h2,
  #about-us .content h3 {
    color: black; }
  #about-us .content .h6 {
    color: #577a8b;
    line-height: 1.4; }

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

#difference {
  position: relative; }
  #difference .section-title {
    font-family: "Playfair Display", serif;
    padding: 0;
    width: 100%;
    /* or fixed width */
    overflow: hidden; }
    #difference .section-title p {
      color: rgba(26, 145, 109, 0.15);
      line-height: 0.9;
      font-size: clamp(55px, 16vw, 200px);
      overflow: hidden;
      text-overflow: ellipsis; }
      @media (min-width: 641px) {
        #difference .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: 1241px) {
        #difference .section-title p {
          font-size: clamp(55px, 10vw, 175px); } }
      @media (min-width: 1437px) {
        #difference .section-title p {
          font-size: clamp(55px, 12vw, 175px); } }
  #difference .left h3 {
    color: black; }
  #difference .right .diff-card {
    height: 100%;
    box-shadow: 0px 13px 16px #00000024;
    background-color: white;
    padding: 2rem; }
    #difference .right .diff-card i {
      color: #b9ddd2;
      font-size: 66px; }
    #difference .right .diff-card h5 {
      color: black;
      margin-bottom: 1rem; }
    #difference .right .diff-card p {
      font-size: 16px; }
      #difference .right .diff-card p:first-of-type {
        margin-bottom: 1rem; }

#cta {
  position: relative;
  padding: 100px 0; }
  #cta .banner-sm {
    display: block !important; }
    @media (min-width: 769px) {
      #cta .banner-sm {
        display: none !important; } }
  #cta .banner-desktop {
    display: none !important; }
    @media (min-width: 769px) {
      #cta .banner-desktop {
        display: block !important; } }
  #cta .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) {
      #cta .bg-img {
        object-position: center top; } }
  #cta .cta-content {
    background-color: white; }
    #cta .cta-content h2 {
      color: black; }
    #cta .cta-content address {
      display: block;
      color: #577a8b;
      letter-spacing: 1.8px;
      font-weight: 600;
      line-height: 1.7; }
