/* 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-introduction {
  padding-bottom: 105px; }
  #sec-introduction .award-container .award {
    margin-right: 40px; }
    #sec-introduction .award-container .award:last-of-type {
      margin-right: 0; }
  @media screen and (max-width: 1025px) {
    #sec-introduction {
      padding-top: 50px;
      padding-bottom: 87px; }
      #sec-introduction .award-container .award {
        margin-right: 20px;
        margin-bottom: 15px; }
        #sec-introduction .award-container .award:last-of-type {
          margin-right: 0; } }

#sec-commitment {
  padding-top: 128px;
  padding-bottom: 115px; }
  #sec-commitment::after {
    position: absolute;
    inset: 0;
    bottom: unset;
    content: '';
    height: 34.12%;
    width: 100%;
    background: radial-gradient(closest-side at 50% 50%, #2F426E 0%, #182137 100%);
    z-index: -1; }
  #sec-commitment .card {
    padding: 82px 40px 45px;
    box-shadow: 0px 3px 6px #00000029; }
    #sec-commitment .card::before {
      background-color: #3A3535;
      height: 1px;
      width: 80%;
      content: '';
      position: absolute;
      inset: 0;
      top: unset;
      bottom: 40px;
      transform: translateX(13%); }
    #sec-commitment .card i {
      font-size: 80px;
      color: #2F426E; }
    #sec-commitment .card h3 {
      font-style: italic;
      line-height: 1.3;
      margin: 25px 0;
      max-width: 306px; }
    #sec-commitment .card p {
      margin-bottom: 18px;
      font-size: 18px; }
  @media screen and (max-width: 1025px) {
    #sec-commitment {
      padding-top: 75px;
      padding-bottom: 92px; } }

#sec-locations {
  padding-top: 124px;
  padding-bottom: 136px; }
  #sec-locations .card {
    border-bottom: 1px solid #3A3535;
    padding-bottom: 33px;
    max-width: 230px; }
    #sec-locations .card h4 {
      font-size: 30px;
      margin-bottom: 32px; }
    #sec-locations .card p {
      line-height: 1.8;
      font-size: 18px;
      max-width: 190px; }
    #sec-locations .card a {
      margin-top: 25px;
      color: #3A3535; }
      #sec-locations .card a:hover {
        color: #9DBDD1; }
  @media screen and (max-width: 1141px) {
    #sec-locations {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (max-width: 769px) {
    #sec-locations .card {
      padding-bottom: 22px; }
      #sec-locations .card h4 {
        font-size: 24px;
        margin-bottom: 22px; }
      #sec-locations .card p {
        font-size: 16px; }
      #sec-locations .card a {
        margin-top: 18px; } }
