/* 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 10, but if you do -- maybe just use a custom class  :)  */
#sec-intro {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F7F8FC; }
  #sec-intro picture,
  #sec-intro img {
    margin: 0 auto; }
  @media screen and (min-width: 1025px) {
    #sec-intro {
      padding-top: 46px;
      padding-bottom: 78px; } }

#sec-history {
  padding-top: 63px;
  padding-bottom: 75px;
  background-color: #FFFFFF;
  text-align: left; }
  #sec-history picture,
  #sec-history img {
    width: 100%; }
  #sec-history p {
    margin-bottom: 22px; }
  @media screen and (min-width: 1025px) {
    #sec-history {
      padding-top: 93px;
      padding-bottom: 107px; } }

#sec-excellence {
  padding: 82px 0 60px; }
  #sec-excellence h2 {
    color: #FFFFFF; }
  #sec-excellence .bg-img {
    position: absolute;
    inset: 0;
    top: unset;
    width: 100%;
    height: 45%;
    z-index: 0; }
    #sec-excellence .bg-img picture,
    #sec-excellence .bg-img img {
      max-height: 100% !important;
      height: 100% !important;
      max-width: 100% !important;
      width: 100% !important;
      object-fit: cover; }
  #sec-excellence .tel_link i {
    color: #FFFFFF; }
  #sec-excellence .tel_link:hover {
    background-color: #004277 !important; }
  #sec-excellence .card {
    background-color: #1A3A6B;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    padding: 79px 25px 59px;
    max-width: 554px; }
    #sec-excellence .card .card-img {
      box-shadow: 0px 3px 6px #00000029;
      width: 129px;
      height: 129px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      position: absolute;
      background-color: #1A3A6B;
      top: 0;
      transform: translate(-50%, -50%);
      left: 50%; }
    #sec-excellence .card h4 {
      font-size: 16px;
      letter-spacing: 3.42px;
      line-height: 1.8; }
  @media screen and (min-width: 740px) and (max-width: 1025px) {
    #sec-excellence .bg-img {
      height: 53%; } }
  @media screen and (min-width: 1025px) {
    #sec-excellence {
      padding: 144px 0 110px; }
      #sec-excellence .bg-img {
        top: 0;
        left: unset;
        width: 50%;
        height: 100%; }
      #sec-excellence .card {
        padding: 79px 71px 59px; } }

#sec-benefits {
  padding-top: 70px;
  padding-bottom: 97px; }
  #sec-benefits h2 {
    margin-bottom: 34px;
    max-width: 948px; }
  #sec-benefits p {
    max-width: 1124px; }
  #sec-benefits .card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: rgba(94, 177, 224, 0.35);
    color: #004277;
    font-size: 40px; }
    #sec-benefits .card i.icon-clock-turn {
      font-size: 50px; }
  #sec-benefits .card h3 {
    margin: 18px 0;
    font-size: 16px;
    letter-spacing: 3.04px;
    line-height: 1.5; }
  #sec-benefits .card p {
    font-size: 14px;
    max-width: 417px; }
  @media screen and (min-width: 1025px) {
    #sec-benefits {
      padding-bottom: 113px;
      padding-top: 137px; } }

#sec-testimonial {
  position: relative;
  padding: 148px 0 112px;
  margin-top: 90px; }
  #sec-testimonial .bg-img {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100% !important;
    height: 100% !important; }
    #sec-testimonial .bg-img picture,
    #sec-testimonial .bg-img img {
      max-width: 100% !important;
      max-height: 100% !important;
      width: 100% !important;
      height: 100% !important;
      object-fit: cover; }
  #sec-testimonial .quote-icon {
    position: absolute;
    inset: 0;
    right: unset;
    top: unset;
    z-index: -1; }
  #sec-testimonial p {
    font-size: 22px;
    font-family: "Montserrat", "Open Sans", sans-serif;
    margin-bottom: 28px; }
  #sec-testimonial h6 {
    margin-bottom: 35px; }
  #sec-testimonial a {
    color: #FFFFFF; }
  @media screen and (min-width: 1025px) {
    #sec-testimonial {
      padding-top: 107px; } }
  @media screen and (max-width: 769px) {
    #sec-testimonial {
      max-height: 1041px;
      height: 1041px; }
      #sec-testimonial .quote-icon {
        top: 0;
        bottom: unset;
        transform: translate(-50%, -50%);
        width: 228px;
        left: 50%; }
      #sec-testimonial h4, #sec-testimonial p {
        font-size: 16px;
        line-height: 1.5; }
      #sec-testimonial h4, #sec-testimonial h6 {
        letter-spacing: 3.04px; } }

#sec-careers {
  padding-top: 60px;
  padding-bottom: 60px; }
  #sec-careers picture,
  #sec-careers img {
    width: 100%; }
  @media (min-width: 1025px) {
    #sec-careers {
      padding-top: 107px;
      padding-bottom: 144px; } }
