/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* 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  :)  */
/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* 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  :)  */
#sec-services {
  padding: 95px 0 74px;
  overflow-x: hidden; }
  #sec-services .side-border {
    border-color: #FFF; }
    #sec-services .side-border h2, #sec-services .side-border p {
      color: #FFF;
      line-height: 1.2; }
    #sec-services .side-border h2 {
      line-height: 0.8; }
  #sec-services .card {
    position: relative;
    height: 502px !important;
    background-color: #FFF;
    padding: 40px;
    overflow: hidden;
    background-color: rgba(125, 182, 211, 0.9);
    transition: background-color 0.3s ease; }
    #sec-services .card picture,
    #sec-services .card img {
      position: absolute;
      inset: 0;
      object-fit: cover;
      max-width: 100% !important;
      max-height: 100% !important;
      width: 100%;
      height: 100%;
      z-index: 0;
      opacity: 0.3;
      transition: opacity 0.3s ease; }
    #sec-services .card .card-content {
      position: relative;
      z-index: 2; }
      #sec-services .card .card-content h3 {
        color: #FFF; }
      #sec-services .card .card-content a {
        font-weight: bold;
        color: #FFF;
        margin-top: 28px; }
        #sec-services .card .card-content a:hover {
          color: #9DBDD1; }
      #sec-services .card .card-content p {
        color: #FFF;
        padding-bottom: 28px;
        border-bottom: 1px solid #FFF; }
    #sec-services .card:hover {
      background-color: transparent; }
      #sec-services .card:hover picture,
      #sec-services .card:hover img {
        opacity: 1; }
  #sec-services .carousel {
    width: 85vw; }
    #sec-services .carousel .owl-item {
      width: 416px;
      box-shadow: 0px 0px 20px #00000029; }
    #sec-services .carousel .owl-nav {
      display: inline;
      position: absolute;
      right: 198px;
      bottom: 40%; }
      #sec-services .carousel .owl-nav .owl-prev {
        display: none !important; }
      #sec-services .carousel .owl-nav .owl-next {
        font-family: 'standard-icons' !important;
        font-size: 65px;
        color: #FFF; }
        #sec-services .carousel .owl-nav .owl-next:hover {
          background-color: transparent;
          color: #9DBDD1; }
  #sec-services .last-visible .card {
    background-color: rgba(125, 182, 211, 0.9); }
    #sec-services .last-visible .card::after {
      content: '';
      position: absolute;
      inset: 0;
      width: 100% !important;
      height: 100% !important;
      background-color: rgba(0, 0, 0, 0.5); }
    #sec-services .last-visible .card picture,
    #sec-services .last-visible .card img {
      display: none; }
    #sec-services .last-visible .card h3, #sec-services .last-visible .card p, #sec-services .last-visible .card a {
      opacity: 0.25;
      pointer-events: none; }
  @media screen and (max-width: 1820px) {
    #sec-services .carousel {
      width: 90vw !important; } }
  @media screen and (max-width: 1620px) {
    #sec-services .carousel {
      width: 95vw !important; } }
  @media screen and (max-width: 1520px) {
    #sec-services .carousel {
      width: 98vw !important; } }
  @media screen and (max-width: 769px) {
    #sec-services .card h3 {
      padding-bottom: 15px;
      border-bottom: 1px solid #FFF;
      margin-bottom: 20px; }
    #sec-services .card a {
      margin-top: 0; } }
  @media screen and (max-width: 641px) {
    #sec-services {
      padding-top: 70px; }
      #sec-services .card {
        padding: 68px 9px 24px;
        height: 100% !important; }
        #sec-services .card h3 {
          font-size: 24px; } }

#sec-help {
  padding-bottom: 70px; }
  #sec-help::after {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 90%;
    background-color: #FAFAFA;
    content: '';
    z-index: -1;
    top: unset; }
  #sec-help .content p {
    margin-bottom: 25px; }
  #sec-help .btn.btn-primary {
    margin-top: 20px; }

@media screen and (max-width: 1025px) {
  #sec-banner h1 {
    margin-bottom: 35px; } }

#sec-locations {
  padding-bottom: 107px; }
  #sec-locations a:not(.btn) {
    color: #3A3535; }
    #sec-locations a:not(.btn):hover {
      color: #9DBDD1; }
  #sec-locations h4 {
    font-size: 30px; }
  #sec-locations ul {
    margin-bottom: 0; }
  @media screen and (max-width: 1025px) {
    #sec-locations h4 {
      line-height: 1.3; } }

#sec-team {
  padding: 128px 0 87px; }
  #sec-team::before {
    content: "";
    position: absolute;
    inset: 0;
    left: unset;
    width: 23.75%;
    background-color: #F6F6F7;
    z-index: -1; }
  #sec-team .side-border {
    border-color: #3A3535; }
  #sec-team .card h5 {
    margin: 15px 0 28px;
    font-style: italic; }
  #sec-team .card h4, #sec-team .card a {
    margin: 0; }
  #sec-team .card h4 {
    margin-top: 25px; }
  @media screen and (max-width: 1025px) {
    #sec-team {
      padding: 69px 0 87px; }
      #sec-team::before {
        height: 86.8%;
        top: unset;
        width: 50%; }
      #sec-team .card h5 {
        margin: 10px 0 25px; }
      #sec-team .card h4 {
        margin-top: 20px; } }

#sec-help {
  background-color: #FAFAFA;
  padding-top: 95px; }
  #sec-help::after {
    display: none; }
  @media screen and (max-width: 1025px) {
    #sec-help {
      padding-top: 70px; } }
