@charset "UTF-8";
/**
* 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 .main-content {
  padding-top: 20px;
  padding-bottom: 140px;
  background-color: var(--color-secondary);
}

@media screen and (min-width: 768px) {
  .page-template-about-us .main-content {
    padding-top: 40px;
    padding-bottom: 228px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .main-content {
    padding-top: 75px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .main-content {
    padding-bottom: 198px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .main-content .content {
    padding-top: 43px;
    max-width: 570px;
  }
}
.page-template-about-us .main-content .content h2 {
  margin-bottom: 28px;
}

.page-template-about-us .main-content .content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
  margin-top: 36px;
}

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

.page-template-about-us .main-content .content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li:last-child {
  margin-bottom: 0;
}

.page-template-about-us .main-content .image-holder {
  text-align: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-about-us .main-content .image-holder img {
    max-width: 550px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-about-us .main-content .image-holder img {
    max-width: 450px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-template-about-us .main-content .image-holder img {
    max-width: 350px;
    width: 100%;
  }
}
.page-template-about-us .main-content .intro-testimonial {
  margin: -54px auto 0;
  max-width: 608px;
  text-align: center;
}

.page-template-about-us .main-content .intro-testimonial .icon-holder {
  margin-bottom: 17px;
}

.page-template-about-us .main-content .intro-testimonial .testimonial-content {
  margin-bottom: 28px;
}

.page-template-about-us .main-content .intro-testimonial .testimonial-content p {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .main-content .intro-testimonial .testimonial-content p {
    font-size: 24px;
    line-height: 40px;
  }
}
.page-template-about-us .main-content .intro-testimonial .testimonial-content p:last-child {
  margin-bottom: 0;
}

.page-template-about-us .main-content .intro-testimonial .testimonial-content p:before {
  content: "“";
}

.page-template-about-us .main-content .intro-testimonial .testimonial-content p:after {
  content: "”";
}

.page-template-about-us .main-content .intro-testimonial .author {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .main-content .intro-testimonial .author {
    letter-spacing: 4.8px;
  }
}
.page-template-about-us .cta-about {
  margin-top: -103px;
  margin-bottom: -103px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .cta-about {
    margin-top: -149px;
    margin-bottom: -149px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .cta-about {
    margin-top: -101px;
    margin-bottom: -101px;
  }
}
.page-template-about-us .cta-about .cta-wrapper {
  padding: 20px 15px;
  border: 2px solid #464646;
  background-color: var(--color-secondary);
}

@media screen and (min-width: 768px) {
  .page-template-about-us .cta-about .cta-wrapper {
    padding: 40px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .cta-about .cta-wrapper {
    padding: 64px 15px;
  }
}
@media (max-width: 1199px) {
  .page-template-about-us .cta-about .cta-wrapper {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .cta-about .cta-wrapper .cta-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1256px;
  }
}
.page-template-about-us .cta-about .cta-wrapper .cta-heading {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .cta-about .cta-wrapper .cta-heading {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .cta-about .cta-wrapper .cta-heading {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .page-template-about-us .cta-about .cta-wrapper .cta-heading {
    font-size: 44px;
  }
}
.page-template-about-us .cta-about .cta-wrapper .contact-phone a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .cta-about .cta-wrapper .contact-phone a {
    font-size: 37.24px;
    line-height: 37.24px;
  }
}
@media (min-width: 1400px) {
  .page-template-about-us .cta-about .cta-wrapper .contact-phone a {
    font-size: 42.857px;
    line-height: 51.429px;
  }
}
.page-template-about-us .cta-about .cta-wrapper .contact-phone a svg {
  margin-right: 9px;
}

@media (max-width: 767px) {
  .page-template-about-us .cta-about .cta-wrapper .contact-phone a svg {
    margin-top: 3px;
    width: 38px;
    height: 38px;
  }
}
.page-template-about-us .cta-about .cta-wrapper .btn-wrapper {
  max-width: 380px;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .cta-about .cta-wrapper .btn-wrapper {
    flex: 0 0 293px;
    max-width: 293px;
  }
}
@media (max-width: 1199px) {
  .page-template-about-us .cta-about .cta-wrapper .btn-wrapper {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .page-template-about-us .cta-about .cta-wrapper .btn-wrapper {
    margin-top: 15px;
  }
}
.page-template-about-us .cta-about .cta-wrapper .btn-wrapper .btn {
  width: 100%;
}

.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: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .what-section {
    padding: 87px 0 100px;
  }
}
.page-template-about-us .what-section .section-heading {
  margin: 0 auto 40px;
  max-width: 740px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .what-section .section-heading {
    margin-bottom: 59px;
  }
}
.page-template-about-us .what-section .section-heading h2 {
  margin-bottom: 21px;
}

.page-template-about-us .what-section .section-heading p {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

@media (max-width: 991px) {
  .page-template-about-us .what-section .col-item {
    margin-bottom: 30px;
  }
  .page-template-about-us .what-section .col-item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-about-us .what-section .col-item:last-child {
    margin-top: 30px;
  }
}
.page-template-about-us .what-section .item {
  position: relative;
  text-align: center;
  background-color: var(--color-primary);
}

@media screen and (min-width: 992px) {
  .page-template-about-us .what-section .item {
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .page-template-about-us .what-section .item {
    min-height: 440px;
  }
}
@media (max-width: 991px) {
  .page-template-about-us .what-section .item {
    padding: 20px 15px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .what-section .item .content {
    padding: 80px 15px;
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .what-section .item .content {
    padding: 100px 15px;
  }
}
@media (min-width: 1400px) {
  .page-template-about-us .what-section .item .content {
    padding: 110px 15px 100px;
  }
}
.page-template-about-us .what-section .item .content .icon-holder {
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .what-section .item .content .icon-holder {
    margin-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .page-template-about-us .what-section .item .content .icon-holder img {
    height: 60px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .what-section .item .content .title {
    margin: 0 auto;
    max-width: 340px;
  }
}
@media (max-width: 991px) {
  .page-template-about-us .what-section .item .content .title {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .what-section .item .content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 1400px) {
  .page-template-about-us .what-section .item .content-overlay {
    padding: 55px 20px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .what-section .item .content-overlay .excerpt {
    margin: 0 auto;
    max-width: 344px;
    text-align: left;
  }
}
.page-template-about-us .what-section .item .content-overlay .excerpt p {
  font-size: 16px;
  line-height: 24px;
}

.page-template-about-us .what-section .item .content-overlay .excerpt p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .what-section .item:hover .content, .page-template-about-us .what-section .item:focus-within .content {
    opacity: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .what-section .item:hover .content-overlay, .page-template-about-us .what-section .item:focus-within .content-overlay {
    opacity: 1;
    visibility: visible;
  }
}
.page-template-about-us .commitment-section {
  padding-top: 10px;
  padding-bottom: 40px;
  background-image: url(../images/bg-commitment.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .commitment-section {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .commitment-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.page-template-about-us .commitment-section .image-holder {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .commitment-section .image-holder {
    margin-right: -160px;
    margin-left: -65px;
  }
}
@media (min-width: 1400px) {
  .page-template-about-us .commitment-section .image-holder {
    margin-right: -190px;
    margin-left: -70px;
  }
}
@media (min-width: 1440px) {
  .page-template-about-us .commitment-section .image-holder {
    margin-left: -40px;
  }
}
@media (min-width: 1560px) {
  .page-template-about-us .commitment-section .image-holder {
    margin-right: -227px;
    margin-left: -105px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-about-us .commitment-section .image-holder img {
    max-width: 750px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-about-us .commitment-section .image-holder img {
    max-width: 600px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-template-about-us .commitment-section .image-holder img {
    max-width: 450px;
    width: 100%;
  }
}
.page-template-about-us .commitment-section .content-holder {
  padding: 20px 15px;
  background-color: var(--color-primary);
  border-left: 5px solid var(--accent-color);
  box-shadow: 0 0 30px 0 rgba(17, 17, 17, 0.1);
}

@media screen and (min-width: 768px) {
  .page-template-about-us .commitment-section .content-holder {
    padding: 60px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .commitment-section .content-holder {
    padding: 63px 40px 69px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .commitment-section .content-holder .content {
    margin: 0 auto;
    max-width: 495px;
  }
}
.page-template-about-us .commitment-section .content-holder .content h2 {
  margin-bottom: 19px;
}

.page-template-about-us .commitment-section .content-holder .content p:last-child {
  margin-bottom: 0;
}

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