/**
* 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: 40px 0 20px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .main-content {
    padding-top: 51px;
  }
}
.page-template-about-us .main-content .content-holder {
  position: relative;
  margin: 0 auto;
  max-width: 1171px;
}

@media (min-width: 1400px) {
  .page-template-about-us .main-content .content-holder:before {
    content: "";
    position: absolute;
    top: -267px;
    bottom: 58px;
    left: -77px;
    width: 1px;
    background: linear-gradient(180deg, #FFF 0%, #4580FF 100%);
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .main-content .content-holder .content {
    max-width: 565px;
  }
}
.page-template-about-us .what-we-offer {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .what-we-offer {
    padding-top: 76px;
  }
}
@media (max-width: 767px) {
  .page-template-about-us .what-we-offer {
    padding-bottom: 40px;
    margin-top: 40px;
    background-color: var(--color-secondary);
    background-image: url(../images/bg-what-we-offer.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .page-template-about-us .what-we-offer .content-holder {
    padding: 55px 30px 72px;
    border-radius: 15px;
    background-color: var(--color-secondary);
    background-image: url(../images/bg-what-we-offer.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1475px) {
  .page-template-about-us .what-we-offer .content-holder {
    margin: 0 -15px;
  }
}
.page-template-about-us .what-we-offer .content-holder .section-title {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .what-we-offer .content-holder .section-title {
    margin-bottom: 54px;
  }
}
.page-template-about-us .what-we-offer .content-holder .content {
  margin: 0 auto;
  max-width: 936px;
}

.page-template-about-us .what-we-offer .content-holder .content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
  padding-left: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .what-we-offer .content-holder .content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
    max-width: 405px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-about-us .what-we-offer .content-holder .content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li {
    margin-bottom: 20px;
  }
}
.page-template-about-us .how {
  position: relative;
  padding: 40px 0 20px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .how {
    padding: 60px 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .how {
    padding-bottom: 103px;
  }
}
@media (max-width: 991px) {
  .page-template-about-us .how {
    margin-bottom: 60px;
  }
}
.page-template-about-us .how:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1498px;
  background-image: url(../images/bg-why-we-stand-mobile.webp);
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .how:before {
    height: 757px;
    background-position: top right;
    background-image: url(../images/bg-how-to-get-started.webp);
  }
}
.page-template-about-us .how .content-holder {
  margin: 0 auto;
  max-width: 919px;
}

.page-template-about-us .how .section-title {
  margin-bottom: 21px;
  text-align: center;
}

.page-template-about-us .how .items {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .how .items {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-about-us .how .items .how-item {
    display: flex;
  }
}
.page-template-about-us .how .items .how-item .icon-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 84px;
  width: 84px;
  height: 73px;
  background-color: var(--color-tertiary);
  border-radius: 15px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .how .items .how-item .icon-holder {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .page-template-about-us .how .items .how-item .icon-holder {
    margin: 0 auto 20px;
  }
}
.page-template-about-us .how .items .how-item .content-holder .title {
  margin-bottom: 15px;
  color: var(--text-color);
  font-family: var(--secondary-font), sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

@media (max-width: 767px) {
  .page-template-about-us .how .items .how-item .content-holder .title {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .cta {
    margin-top: -76px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .cta {
    margin-top: -64px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .practice-areas {
    padding-top: 43px;
  }
}

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