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

#services .intro-content h2 {
  color: black; }

#services .intro-content p {
  color: #575757; }

#services #service-slider .service-img-wrap {
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden; }
  #services #service-slider .service-img-wrap .service-img {
    height: 480px;
    max-height: 480px;
    width: 100% !important;
    max-width: 100% !important;
    object-fit: cover; }
    @media (min-width: 1025px) {
      #services #service-slider .service-img-wrap .service-img {
        height: 380px;
        max-height: 380px; } }
    @media (min-width: 1241px) {
      #services #service-slider .service-img-wrap .service-img {
        height: 400px;
        max-height: 400px; } }
    @media (min-width: 1393px) {
      #services #service-slider .service-img-wrap .service-img {
        height: 450px;
        max-height: 450px; } }
  #services #service-slider .service-img-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    background: transparent linear-gradient(180deg, #adadad45 0%, #121212bc 100%) 0% 0% no-repeat padding-box;
    z-index: 1; }
  #services #service-slider .service-img-wrap .content {
    width: 100%;
    padding: 2rem 5rem 2rem 3rem;
    position: absolute;
    bottom: 0;
    color: #f5eee7;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.98px;
    z-index: 2;
    line-height: 24px; }
    @media (min-width: 769px) {
      #services #service-slider .service-img-wrap .content {
        padding: 0;
        max-width: 200px;
        margin: 2rem 5rem 2rem 3rem; } }
    #services #service-slider .service-img-wrap .content i {
      opacity: 0;
      transition: all 300ms ease-in-out;
      color: #f5eee7; }
  #services #service-slider .service-img-wrap:hover .content i {
    opacity: 1; }

#services #service-slider .owl-nav {
  margin: 1rem 0; }
  #services #service-slider .owl-nav button {
    margin: 0 6px;
    background: transparent; }
    #services #service-slider .owl-nav button i {
      color: #567b8b;
      font-size: 16px; }

#services #service-slider .owl-dots button span {
  background: rgba(26, 145, 109, 0.3); }

#services #service-slider .owl-dots button.active span {
  background: rgba(26, 145, 109, 0.6); }

#about-us {
  position: relative;
  padding: 0 0 75px 0; }
  @media (min-width: 1536px) {
    #about-us {
      padding: 100px 0 150px 0; } }
  @media (min-width: 1640px) {
    #about-us {
      padding: 150px 0 150px 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(50px, 14vw, 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, 11vw, 130px); } }
    @media (min-width: 1536px) {
      #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, 11vw, 230px);
          line-height: 1.2; } }
    @media (min-width: 1740px) {
      #about-us .section-title {
        left: -3%; } }
    @media (min-width: 1840px) {
      #about-us .section-title {
        left: -5%; }
        #about-us .section-title p {
          font-size: clamp(100px, 11vw, 200px);
          line-height: 1.2; } }
  #about-us .img-wrapper {
    position: relative;
    border-radius: 5px;
    overflow: hidden; }
    #about-us .img-wrapper .bottom-content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(21, 53, 75, 0.43);
      padding: 1.5rem; }
      #about-us .img-wrapper .bottom-content .h6 {
        margin-bottom: 10px;
        color: #fcf7f2; }
      #about-us .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; }
        #about-us .img-wrapper .bottom-content .btn-arrow i {
          transition: all ease-in-out 300ms;
          padding-left: 8px;
          font-size: 22px;
          position: relative;
          right: 0; }
        #about-us .img-wrapper .bottom-content .btn-arrow:hover i {
          right: -5px; }
  #about-us .content h3 {
    color: black; }
  #about-us .content h4 {
    color: #577a8b; }

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

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