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

.page-template-about-us .what-section {
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .what-section {
    padding: 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .what-section {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .what-section .content {
    margin-left: auto;
    max-width: 570px;
  }
}
.page-template-about-us .what-section .content h2 {
  margin-bottom: 22px;
}

.page-template-about-us .what-section .content ul.list-check:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
  margin-bottom: 0;
}

.page-template-about-us .what-section .content ul.list-check:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li {
  margin-bottom: 12px;
}

@media (max-width: 1199px) {
  .page-template-about-us .what-section .image-holder {
    margin-bottom: 35px;
    text-align: center;
  }
}
.page-template-about-us .map-section {
  padding: 40px 0;
  background-color: var(--color-neutral);
}

@media screen and (min-width: 768px) {
  .page-template-about-us .map-section {
    padding: 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .map-section {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .map-section .content {
    max-width: 570px;
  }
}
.page-template-about-us .map-section .content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .page-template-about-us .map-section .image-holder {
    margin-bottom: 35px;
    text-align: center;
  }
}
.page-template-about-us .pay-section {
  position: relative;
  padding-top: 40px;
  background-color: var(--color-neutral);
}

@media screen and (min-width: 768px) {
  .page-template-about-us .pay-section {
    padding-top: 50px;
  }
}
.page-template-about-us .pay-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
}

.page-template-about-us .pay-section .content-holder {
  position: relative;
  z-index: 1;
  padding: 25px 15px 44px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .pay-section .content-holder {
    padding: 40px 20px 44px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .pay-section .content-holder {
    padding: 80px 0;
  }
}
@media (min-width: 1400px) {
  .page-template-about-us .pay-section .content-holder {
    padding: 115px 0 103px;
  }
}
@media (max-width: 1199px) {
  .page-template-about-us .pay-section .content-holder {
    background-color: #fff;
    box-shadow: 0 0 30px 2px rgba(16, 21, 31, 0.1);
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .pay-section .content-holder:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 74.5%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 30px 2px rgba(16, 21, 31, 0.1);
  }
}
.page-template-about-us .pay-section .content-holder .row {
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .pay-section .content {
    padding-right: 20px;
    max-width: 618px;
  }
}
.page-template-about-us .pay-section .content p:last-child {
  margin-bottom: 0;
}

.page-template-about-us .pay-section .image-holder {
  position: relative;
  max-width: 278px;
  text-align: right;
  background: linear-gradient(266deg, #10151F 7.01%, #222939 95.29%);
  box-shadow: 144px 127px 54px 0 rgba(0, 0, 0, 0), 92px 81px 49px 0 rgba(0, 0, 0, 0.01), 52px 46px 41px 0 rgba(0, 0, 0, 0.05), 23px 20px 31px 0 rgba(0, 0, 0, 0.09), 6px 5px 17px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  .page-template-about-us .pay-section .image-holder {
    max-width: 340px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .pay-section .image-holder {
    max-width: 390px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .pay-section .image-holder {
    top: 41px;
    max-width: 606px;
  }
}
@media (max-width: 1199px) {
  .page-template-about-us .pay-section .image-holder {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
}
.page-template-about-us .pay-section .image-holder img {
  margin-top: -50px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .pay-section .image-holder img {
    margin-top: -70px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .pay-section .image-holder img {
    margin-top: -95px;
  }
}
.page-template-about-us .testimonials-video {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .testimonials-video {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .testimonials-video {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .testimonials-video {
    padding-top: 95px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .testimonials-video .section-heading {
    margin-bottom: 144px;
  }
}
.page-template-about-us .expect-section {
  padding: 40px 0;
  background-image: url(../images/bg-expect-about.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .expect-section {
    padding: 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .expect-section {
    padding: 78px 0 70px;
  }
}
.page-template-about-us .expect-section .image-holder {
  filter: drop-shadow(0 0 30px rgba(16, 21, 31, 0.1));
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .expect-section .image-holder {
    padding-top: 5px;
  }
}
@media (max-width: 1199px) {
  .page-template-about-us .expect-section .image-holder {
    margin-bottom: 35px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .expect-section .content {
    max-width: 570px;
  }
}
.page-template-about-us .expect-section .content p:last-child {
  margin-bottom: 0;
}

.page-template-about-us .expect-section .content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
  margin-top: -22px;
  margin-bottom: 11px;
}

.page-template-about-us .expect-section .content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li {
  margin-bottom: 9px;
}

.page-template-about-us .delay-section {
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .delay-section {
    padding: 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .delay-section {
    padding: 95px 0 100px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .delay-section .image-holder {
    padding-top: 5px;
  }
}
@media (max-width: 1199px) {
  .page-template-about-us .delay-section .image-holder {
    margin-bottom: 35px;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .page-template-about-us .delay-section .image-holder img {
    width: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-about-us .delay-section .image-holder img {
    max-height: 800px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-about-us .delay-section .image-holder img {
    max-height: 600px;
  }
}
@media (max-width: 767px) {
  .page-template-about-us .delay-section .image-holder img {
    max-height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .delay-section .content {
    margin-left: auto;
    max-width: 570px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .page-template-about-us .delay-section .content {
    padding-left: 15px;
  }
}
.page-template-about-us .delay-section .content p:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=about-us.css.map*/