/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

@media (min-width: 992px) {
  .home .main-content {
    padding-top: 77px;
    padding-bottom: 87px;
  }
}
.home .main-content h1 {
  margin-bottom: 62px;
}

@media (max-width: 991px) {
  .home .main-content h1 {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .home .main-content h2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home .main-content img[class*=wp-image] {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .home .main-content .button-wrap {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home .main-content .image-holder {
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 21px;
    position: relative;
    display: inline-block;
    border-radius: 35px;
    overflow: hidden;
    padding-top: 0;
    width: 100%;
  }
  .home .main-content .image-holder:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 35px;
    background: linear-gradient(273deg, rgba(0, 134, 166, 0) 60.25%, rgba(0, 134, 166, 0.72) 98.84%);
    pointer-events: none;
  }
  .home .main-content .image-holder img {
    position: relative;
    border-radius: 35px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home .main-content .cta {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .home .main-content .cta-image {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 575px) {
  .home .main-content .cta-image img {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .home .main-content .cta-text {
    padding: 30px 24px 29px 22px;
  }
  .home .main-content .cta-text .cta-label {
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 9px;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .home .main-content .cta-text .cta-label {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .home .main-content .cta-text .cta-number {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .home .main-content .cta-text {
    padding: 5px 15px 5px 15px;
  }
  .home .main-content .cta-text .cta-label {
    font-size: 16px;
  }
  .home .main-content .cta-text .cta-number {
    font-size: 24px;
  }
}
@media (max-width: 374px) {
  .home .main-content .cta-text .cta-number {
    font-size: 26px !important;
  }
}
@media (max-width: 767px) {
  .home .main-content .image-cta {
    margin-top: 35px;
  }
}
.home .main-wrapper {
  overflow: unset;
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .home .featured-logos-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.home .featured-logos-inner {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 40px 30px 35px;
}

@media (max-width: 1199px) {
  .home .featured-logos-inner {
    display: block !important;
    margin: 0 auto;
    padding: 14px 28px 35px;
  }
}
@media (max-width: 767px) {
  .home .featured-logos-inner {
    border-radius: 27px;
    padding: 14px 16px 40px;
  }
}
.home .featured-logos-part {
  margin-top: -70px;
}

@media (max-width: 767px) {
  .home .featured-logos-part {
    margin-top: -20px;
  }
}
.home .featured-logos__headline {
  color: #385783;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  min-width: 170px;
  margin-right: 15px;
}

@media (max-width: 1199px) {
  .home .featured-logos__headline {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home .featured-logos__headline {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.home .section-2 {
  padding-bottom: 42px;
}

@media (min-width: 768px) {
  .home .section-2 {
    margin-top: -160px;
    padding-top: 160px;
    padding-bottom: 70px;
    background: url("../images/home-swirls-bg.png") no-repeat scroll center top transparent;
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  .home .section-2 {
    padding-bottom: 110px;
  }
}
@media (min-width: 1600px) {
  .home .section-2 {
    background-repeat: repeat-x;
    background-size: contain;
  }
}
.home .section-2 .entry-content {
  border-radius: 40px;
  border: 1px solid #B5CDD2;
  background: #EBF9FC;
  padding: 66px 176px 50px 160px;
}

@media (max-width: 1199px) {
  .home .section-2 .entry-content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .home .section-2 .entry-content {
    padding: 33px 28px;
  }
}
.home .section-2 .entry-content h2 {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .home .section-2 .entry-content h2 {
    margin-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .home .section-3 {
    margin-bottom: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home .section-3__img {
    margin: 0 auto;
    text-align: center;
  }
}
.home .section-3__img img {
  border-radius: 40px;
  border: 1px solid #B5CDD2;
  background: #EBF9FC;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .home .section-3__img img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .home .section-3 .section-3-mobile-image {
    max-width: 100%;
    margin: 0 auto 42px;
  }
}
@media (max-width: 767px) {
  .home .section-3 h2 {
    margin-bottom: 27px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home .section-3 .btn-div {
    text-align: center;
  }
}

/*# sourceMappingURL=home.css.map*/