/**
* 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;
}

.main-wrapper {
  overflow: hidden;
}

.page-template-contact .main-wrapper {
  border-top: none;
}

@media screen and (min-width: 1200px) {
  .main-content .container .row > .entry-content.col-xl-8,
.main-content .container .row > .content.col-xl-8 {
    padding-right: 135px;
  }
}
[v-cloak] > * {
  display: none;
}

#loader-div {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

#loader-div .lds-ring {
  display: inline-block;
  position: relative;
  width: 77px;
  height: 77px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  display: block;
}

#loader-div .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  margin: 6px;
  border: 7px solid #4164f2;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #4164f2 transparent transparent transparent;
}

#loader-div .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

#loader-div .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

#loader-div .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.arrow-link {
  color: #eb5b13;
  font-size: 16px;
  font-weight: 600;
  background-image: url("../images/arrows/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 18px 8px;
  padding-right: 22px;
  background-position: right center;
}

.arrow-link__alt {
  color: #fff;
  background-image: url("../images/arrows/arrow-alt-right.svg");
}

.diagonal-bkg {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg .container {
    position: unset;
  }
}
.diagonal-bkg__wrapper {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper {
    position: unset;
  }
}
.diagonal-bkg__wrapper:before {
  left: 0;
  background-color: #efeeec;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:before {
    top: 0;
    right: 0;
    left: unset;
    z-index: 2;
    width: 56%;
    clip-path: polygon(210px 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:before {
    clip-path: polygon(180px 0%, 100% 0, 100% 100%, 0% 100%);
    width: 54%;
  }
}
@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(51% - 75px);
    z-index: 5;
    height: 100%;
    width: 8px;
    background-color: #fff;
    transform: skewX(-14.5deg);
    opacity: 0.43;
  }
}
@media screen and (min-width: 1400px) {
  .diagonal-bkg__wrapper:after {
    transform: skewX(-16.4deg);
  }
}
.small-font-content p {
  font-family: var(--third-font), sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  color: #242424;
  margin-bottom: 27px;
}

.awards-section-sidebar {
  background-color: #f5f5f5;
  padding: 4rem 2rem 3rem;
}

@media screen and (min-width: 1400px) {
  .awards-section-sidebar {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.results-section-sidebar {
  background-color: #1F4698;
  padding: 4rem 2rem 3rem;
}

@media screen and (min-width: 1400px) {
  .results-section-sidebar {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.results-section-sidebar__wrapper {
  padding: 1rem 0 2rem;
}

.results-section-sidebar__wrapper .amount {
  font-size: 36px;
  font-weight: 600;
}

.results-section-sidebar__wrapper .pa-category {
  font-size: 18px;
  display: block;
  padding-top: 0.3rem;
}

.home .intro-section {
  padding: 38px 0;
}

@media screen and (min-width: 768px) {
  .home .intro-section {
    padding: 56px 0 80px;
  }
}
@media screen and (min-width: 992px) {
  .home .intro-section {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .home .intro-section {
    padding-bottom: 154px;
  }
}
.home .intro-section .section-heading {
  margin: 0 auto 36px;
  max-width: 1046px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .home .intro-section .section-heading {
    margin-bottom: 87px;
  }
}
.home .intro-section .section-heading .page-title {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .home .intro-section .section-heading .page-title {
    margin-bottom: 23px;
  }
}
@media (max-width: 1199px) {
  .home .intro-section .image-holder-col {
    text-align: center;
  }
}
.home .intro-section .image-holder {
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 1200px) {
  .home .intro-section .image-holder {
    display: block;
  }
}
.home .intro-section .cta-holder {
  padding: 17px 12px 8px;
  max-width: 520px;
  background-color: var(--color-primary);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

@media (min-width: 401px) {
  .home .intro-section .cta-holder {
    padding: 17px 15px 15px;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .home .intro-section .cta-holder {
    padding: 24px 17px 15px;
  }
}
@media screen and (min-width: 1400px) {
  .home .intro-section .cta-holder {
    position: absolute;
    bottom: -43px;
    right: -39px;
  }
}
.home .intro-section .cta-holder .cta-title {
  margin-bottom: 0;
  color: #fff;
  font-size: 26px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .home .intro-section .cta-holder .cta-title {
    margin-bottom: -2px;
    font-size: 35px;
  }
}
.home .intro-section .cta-holder .cta-number {
  display: flex;
  align-items: center;
}

.home .intro-section .cta-holder .cta-number span {
  margin-right: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media (min-width: 401px) {
  .home .intro-section .cta-holder .cta-number span {
    font-size: 20px;
    letter-spacing: 3.6px;
  }
}
@media screen and (min-width: 768px) {
  .home .intro-section .cta-holder .cta-number span {
    margin-right: 8px;
    font-size: 28px;
    letter-spacing: 5px;
  }
}
.home .intro-section .cta-holder .cta-number .contact-phone {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

@media (min-width: 401px) {
  .home .intro-section .cta-holder .cta-number .contact-phone {
    font-size: 33px;
  }
}
@media screen and (min-width: 768px) {
  .home .intro-section .cta-holder .cta-number .contact-phone {
    color: var(--color-tertiary);
    font-size: 45px;
  }
}
.home .intro-section .content-holder {
  margin: 47px auto 0;
  max-width: 600px;
}

@media screen and (min-width: 1200px) {
  .home .intro-section .content-holder {
    padding-top: 5px;
    margin: 0 0 0 auto;
  }
}
.home .intro-section .content-holder h2 {
  margin-bottom: 30px;
  font-family: var(--main-font), sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.home .intro-section .content-holder .item {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 500;
  line-height: 31px;
}

@media screen and (min-width: 768px) {
  .home .intro-section .content-holder .item {
    margin-bottom: 20px;
  }
}
.home .intro-section .content-holder .item .icon-holder {
  flex: 0 0 50px;
}

.home .intro-section .content-holder .item .desc {
  padding-left: 33px;
}

.home .intro-section .content-holder .btn-wrapper {
  margin-top: 40px;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .home .intro-section .content-holder .btn-wrapper {
    margin-top: 78px;
    text-align: left;
  }
}
.home .count-on {
  padding-top: 52px;
  margin-bottom: 75px;
}

@media screen and (min-width: 768px) {
  .home .count-on {
    padding-top: 87px;
  }
}
@media screen and (min-width: 992px) {
  .home .count-on {
    margin-bottom: 113px;
  }
}
.home .count-on .section-heading {
  margin: 0 auto 30px;
  text-align: center;
  max-width: 990px;
}

@media screen and (min-width: 768px) {
  .home .count-on .section-heading {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .home .count-on .section-heading h2 {
    margin-bottom: 10px;
  }
}
.home .count-on .section-heading .subtitle {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}

.home .count-on .image-holder {
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .home .count-on .image-holder {
    margin-right: -30px;
    text-align: left;
  }
}
.home .count-on .image-holder .btn-wrapper {
  margin-top: 42px;
  margin-right: 150px;
  text-align: right;
}

.home .count-on .content-holder .cta-holder {
  padding-top: 29px;
  padding-left: 46px;
  margin-bottom: 38px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home .count-on .content-holder .cta-holder {
    padding-left: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home .count-on .content-holder .cta-holder {
    padding: 40px 15px;
    margin-bottom: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home .count-on .content-holder .cta-holder {
    padding: 40px 15px;
    margin-bottom: 0;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .home .count-on .content-holder .cta-holder {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.home .count-on .content-holder .cta-holder .cta-title {
  margin-bottom: 0;
  color: var(--text-color);
  font-size: 28px;
}

@media (min-width: 401px) {
  .home .count-on .content-holder .cta-holder .cta-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .home .count-on .content-holder .cta-holder .cta-title {
    margin-bottom: 4px;
    font-size: 35px;
  }
}
.home .count-on .content-holder .cta-holder .cta-number {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .home .count-on .content-holder .cta-holder .cta-number {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home .count-on .content-holder .cta-holder .cta-number {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .home .count-on .content-holder .cta-holder .cta-number {
    justify-content: center;
  }
}
.home .count-on .content-holder .cta-holder .cta-number span {
  margin-right: 8px;
  color: var(--text-color);
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home .count-on .content-holder .cta-holder .cta-number span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .home .count-on .content-holder .cta-holder .cta-number span {
    margin-right: 4px;
    font-size: 20px;
    letter-spacing: 3.6px;
  }
}
@media screen and (max-width: 400px) {
  .home .count-on .content-holder .cta-holder .cta-number span {
    font-size: 18px;
    letter-spacing: 3px;
  }
}
.home .count-on .content-holder .cta-holder .cta-number .contact-phone {
  color: var(--accent-color);
  font-size: 45px;
  font-weight: 700;
}

@media (min-width: 1400px) and (max-width: 1439px) {
  .home .count-on .content-holder .cta-holder .cta-number .contact-phone {
    font-size: 42px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home .count-on .content-holder .cta-holder .cta-number .contact-phone {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .home .count-on .content-holder .cta-holder .cta-number .contact-phone {
    font-size: 33px;
  }
}
@media screen and (max-width: 400px) {
  .home .count-on .content-holder .cta-holder .cta-number .contact-phone {
    font-size: 30px;
  }
}
.home .count-on .content-holder .why-work-with-us {
  padding: 25px 20px;
  margin: auto;
  background-color: var(--color-secondary);
}

@media screen and (min-width: 768px) {
  .home .count-on .content-holder .why-work-with-us {
    padding: 47px 50px 33px;
  }
}
@media screen and (min-width: 1200px) {
  .home .count-on .content-holder .why-work-with-us {
    margin-left: -120px;
  }
}
.home .count-on .content-holder .why-work-with-us h2 {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .home .count-on .content-holder .why-work-with-us h2 {
    margin-bottom: 42px;
  }
}
.home .count-on .content-holder .why-work-with-us .item {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 500;
  line-height: 31px;
}

@media screen and (min-width: 768px) {
  .home .count-on .content-holder .why-work-with-us .item {
    margin-bottom: 20px;
  }
}
.home .count-on .content-holder .why-work-with-us .item .icon-holder {
  flex: 0 0 50px;
}

.home .count-on .content-holder .why-work-with-us .item .desc {
  padding-left: 33px;
}

.home .count-on .content-holder .btn-wrapper {
  margin-top: 25px;
}

@media screen and (min-width: 1200px) {
  .home .count-on .content-holder .btn-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .home .count-on .content-holder .btn-wrapper .btn {
    width: 100%;
  }
}
.home .testimonial-awards {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .home .testimonial-awards {
    margin-bottom: 62px;
  }
}
.home .testimonial-awards .btn-testimonials {
  margin-top: 23px;
  margin-right: 10px;
  text-align: right;
}

.home .testimonial-awards .cta-holder {
  padding-top: 9px;
  padding-left: 83px;
  margin-bottom: 27px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home .testimonial-awards .cta-holder {
    padding-left: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home .testimonial-awards .cta-holder {
    padding: 40px 15px;
    margin-bottom: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home .testimonial-awards .cta-holder {
    padding: 40px 15px;
    margin-bottom: 0;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .home .testimonial-awards .cta-holder {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.home .testimonial-awards .cta-holder .cta-title {
  margin-bottom: 4px;
  color: var(--text-color);
  font-size: 35px;
}

@media (max-width: 767px) {
  .home .testimonial-awards .cta-holder .cta-title {
    margin-bottom: 0;
    font-size: 32px;
  }
}
@media screen and (max-width: 400px) {
  .home .testimonial-awards .cta-holder .cta-title {
    font-size: 28px;
  }
}
.home .testimonial-awards .cta-holder .cta-number {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .home .testimonial-awards .cta-holder .cta-number {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home .testimonial-awards .cta-holder .cta-number {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .home .testimonial-awards .cta-holder .cta-number {
    justify-content: center;
  }
}
.home .testimonial-awards .cta-holder .cta-number span {
  margin-right: 8px;
  color: var(--text-color);
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home .testimonial-awards .cta-holder .cta-number span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .home .testimonial-awards .cta-holder .cta-number span {
    margin-right: 4px;
    font-size: 20px;
    letter-spacing: 3.6px;
  }
}
@media screen and (max-width: 400px) {
  .home .testimonial-awards .cta-holder .cta-number span {
    font-size: 18px;
    letter-spacing: 3px;
  }
}
.home .testimonial-awards .cta-holder .cta-number .contact-phone {
  color: var(--accent-color);
  font-size: 45px;
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .home .testimonial-awards .cta-holder .cta-number .contact-phone {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .home .testimonial-awards .cta-holder .cta-number .contact-phone {
    font-size: 33px;
  }
}
@media screen and (max-width: 400px) {
  .home .testimonial-awards .cta-holder .cta-number .contact-phone {
    font-size: 30px;
  }
}
.home .testimonial-awards .awards-home {
  padding: 43px 15px 40px;
  background-color: var(--color-secondary);
}

@media screen and (min-width: 768px) {
  .home .testimonial-awards .awards-home {
    padding: 60px 45px 50px;
  }
}
@media (max-width: 767px) {
  .home .testimonial-awards .awards-home {
    margin: 0 -10px;
  }
}
.home .testimonial-awards .awards-home .section-title {
  margin-bottom: 37px;
  font-family: var(--main-font), sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

@media screen and (max-width: 400px) {
  .home .testimonial-awards .awards-home .section-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .home .testimonial-awards .awards-home .section-title {
    text-align: left;
  }
}
.home .testimonial-awards .awards-home .swiper-pagination {
  margin-top: 67px;
}

.home .book-section {
  margin-bottom: 38px;
}

.home .book-section .content {
  padding: 30px 15px;
  text-align: center;
  background-color: var(--color-secondary);
}

@media (max-width: 767px) {
  .home .book-section .content {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 992px) {
  .home .book-section .content {
    display: flex;
    align-items: center;
    padding: 0;
    text-align: left;
    background: none;
  }
}
.home .book-section .content .image-holder {
  position: relative;
  margin: 0 auto 20px;
  max-width: 200px;
}

@media screen and (min-width: 768px) {
  .home .book-section .content .image-holder {
    max-width: 250px;
  }
}
@media screen and (min-width: 992px) {
  .home .book-section .content .image-holder {
    left: -16px;
    margin: 0;
    flex: 0 0 334px;
    max-width: 100%;
  }
}
.home .book-section .content .content-holder {
  background-color: var(--color-secondary);
}

@media screen and (min-width: 992px) {
  .home .book-section .content .content-holder {
    margin-left: -40px;
    padding: 38px 60px;
  }
}
.home .community-section {
  padding: 0 0 76px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .home .community-section {
    padding-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  .home .community-section {
    background-color: #F9F9F9;
  }
}
.home .community-section .content {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .home .community-section .content {
    margin-left: auto;
    max-width: 575px;
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .home .community-section .content {
    margin-right: 26px;
  }
}
.home .community-section .content h2 {
  font-size: 28px;
  font-weight: 300;
  line-height: 35px;
}

@media screen and (min-width: 768px) {
  .home .community-section .content h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .home .community-section .content .image-holder {
    float: none;
    padding: 0;
    margin: 0 auto 30px;
    max-width: 100%;
  }
  .home .community-section .content .image-holder img {
    box-shadow: none;
  }
}
.home .community-section .content .btn-wrapper {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .home .community-section .content .btn-wrapper {
    margin-top: 57px;
  }
}

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