/* 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-introduction {
  padding-bottom: 105px; }
  @media screen and (max-width: 1025px) {
    #sec-introduction {
      padding-top: 50px;
      padding-bottom: 87px; } }

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

#sec-services {
  padding-top: 35px;
  padding-bottom: 105px; }
  #sec-services .card {
    position: relative;
    min-height: 338px !important;
    padding: 30px;
    padding-top: 115px;
    overflow: hidden;
    box-shadow: 0px 3px 6px #00000029;
    background-color: rgba(47, 66, 110, 0.9);
    transition: background-color 0.3s ease;
    height: 100%; }
    #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: -1; }
    #sec-services .card .card-content {
      position: relative;
      z-index: 2; }
      #sec-services .card .card-content h4 {
        color: #FFF;
        padding-bottom: 18px;
        border-bottom: 1px solid #FFF;
        margin: 0; }
      #sec-services .card .card-content a {
        font-weight: bold;
        color: #FFF;
        margin-top: 18px; }
        #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 .large-card .card {
    background-color: rgba(125, 182, 211, 0.9);
    height: 502px !important; }
    #sec-services .large-card .card h4 {
      font-size: 40px;
      line-height: 1.3; }
    #sec-services .large-card .card:hover {
      background-color: transparent; }
  @media screen and (max-width: 1025px) {
    #sec-services .large-card .card {
      height: 420px !important; }
      #sec-services .large-card .card h4 {
        font-size: 30px; } }
  @media screen and (max-width: 641px) {
    #sec-services {
      padding-top: 0px;
      padding-bottom: 70px; }
      #sec-services .large-card .card, #sec-services .card {
        padding: 75px 20px 24px;
        height: 100% !important;
        min-height: unset !important; }
        #sec-services .large-card .card h4, #sec-services .card h4 {
          font-size: 24px; } }

#sec-rates {
  padding-bottom: 97px;
  padding-top: 112px;
  overflow-x: hidden; }
  #sec-rates::before {
    background-color: #FAFAFA;
    height: 55% !important;
    content: '';
    width: 100% !important;
    position: absolute;
    inset: 0;
    z-index: -1; }
  #sec-rates.sec-carousel {
    padding-top: 40px !important; }
    #sec-rates.sec-carousel::before {
      top: unset; }
  #sec-rates .card h4 {
    margin-bottom: 22px; }
  #sec-rates .card a {
    margin-top: 18px; }
  #sec-rates .carousel {
    position: relative; }
    #sec-rates .carousel::before {
      content: '';
      background-color: #2F426E;
      width: 80%;
      height: 105%;
      position: absolute;
      inset: 0;
      top: 15px;
      left: 245px; }
    #sec-rates .carousel .profile-img picture,
    #sec-rates .carousel .profile-img img {
      max-height: 650px !important; }
    #sec-rates .carousel .owl-stage-outer.owl-height {
      height: unset !important; }
    #sec-rates .carousel .owl-dots {
      max-width: 83%;
      margin-left: auto;
      position: relative;
      bottom: 30px; }
      #sec-rates .carousel .owl-dots .owl-dot span {
        width: 55px;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.5); }
      #sec-rates .carousel .owl-dots .owl-dot.active span {
        height: 3px;
        background-color: #FFF; }
  #sec-rates .reviews {
    margin-bottom: 125px;
    padding-left: 40px; }
    #sec-rates .reviews .icon-quote {
      color: #FFF;
      font-size: 55px;
      margin-bottom: 40px;
      display: inline-block; }
    #sec-rates .reviews .icon-star {
      font-size: 26px;
      color: #FBC74E;
      margin-right: 13px; }
      #sec-rates .reviews .icon-star:last-of-type {
        margin-right: 0; }
    #sec-rates .reviews h3 {
      margin: 0;
      font-style: italic;
      color: #FFF; }
    #sec-rates .reviews p {
      color: #FFF;
      font-size: 18px;
      margin: 28px 0 60px; }
  @media screen and (max-width: 1380px) and (min-width: 1025px) {
    #sec-rates .carousel .owl-dots {
      max-width: 83%; }
    #sec-rates .carousel::before {
      top: 45px; }
    #sec-rates .carousel .reviews {
      margin-bottom: 100px; }
      #sec-rates .carousel .reviews .icon-quote {
        margin-bottom: 25px; }
      #sec-rates .carousel .reviews p {
        margin: 28px 0 44px; } }
  @media screen and (max-width: 1200px) and (min-width: 1025px) {
    #sec-rates .carousel .owl-dots {
      max-width: 78%; } }
  @media screen and (max-width: 1200px) {
    #sec-rates .carousel::before {
      top: -25px;
      height: 98%; }
    #sec-rates .carousel .owl-dots {
      max-width: 83%; } }
  @media screen and (max-width: 1200px) and (min-width: 1025px) {
    #sec-rates .carousel {
      position: relative; }
      #sec-rates .carousel::before {
        height: 110%; } }
  @media screen and (max-width: 1025px) {
    #sec-rates {
      padding-bottom: 80px;
      padding-top: 80px; }
      #sec-rates::before {
        inset: 0;
        height: 100% !important;
        width: 100% !important; }
      #sec-rates .carousel {
        padding: 15px 30px 25px 13px; }
        #sec-rates .carousel::before {
          inset: 0;
          height: 100% !important;
          width: 100% !important; }
        #sec-rates .carousel .reviews {
          margin-top: 47px;
          padding-left: 20px; }
        #sec-rates .carousel .owl-dots {
          left: 18px;
          width: fit-content;
          bottom: 70px;
          margin-left: unset !important; }
          #sec-rates .carousel .owl-dots span {
            width: 45px !important; } }
