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

.page-template-about-us .intro-about {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .intro-about {
    padding-bottom: 50px;
  }
}
.page-template-about-us .intro-about .image-holder {
  margin-bottom: -10px;
  text-align: center;
}

.page-template-about-us .intro-about .content {
  margin: 0 auto;
  max-width: 1167px;
}

.page-template-about-us .intro-about .content .section-title {
  margin: 0 auto 30px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .intro-about .content .section-title {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .intro-about .content .section-title {
    max-width: 569px;
  }
}
.page-template-about-us .intro-about .btn-wrapper {
  margin-top: -2px;
}

.page-template-about-us .intro-about .btn-wrapper .btn span {
  padding-left: 28px;
  padding-right: 28px;
}

@media (max-width: 767px) {
  .page-template-about-us .intro-about .btn-wrapper .btn {
    width: 100%;
    max-width: 315px;
  }
}
.page-template-about-us .awards-part {
  padding-bottom: 130px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .awards-part {
    padding-bottom: 198px;
  }
}
.page-template-about-us .attorneys {
  position: relative;
}

.page-template-about-us .attorneys:before {
  content: "";
  position: absolute;
  top: 93px;
  left: 0;
  bottom: 233px;
  width: 100%;
  background-image: url(../images/bg-pattern.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .attorneys:before {
    top: 153px;
  }
}
.page-template-about-us .attorneys .img-badge {
  display: block;
  margin: -93px auto 30px;
  filter: drop-shadow(10px 9px 30px rgba(38, 38, 22, 0.1)) drop-shadow(39px 37px 54px rgba(38, 38, 22, 0.05));
}

@media screen and (min-width: 768px) {
  .page-template-about-us .attorneys .img-badge {
    margin-top: -153px;
    margin-bottom: 39px;
  }
}
@media (max-width: 767px) {
  .page-template-about-us .attorneys .img-badge {
    max-width: 167px;
  }
}
.page-template-about-us .attorneys .section-title {
  padding-bottom: 0;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .attorneys .section-title {
    margin-bottom: 38px;
  }
}
.page-template-about-us .attorneys .section-title:after {
  display: none;
}

.page-template-about-us .why-choose {
  padding: 14px 0 0;
}

.page-template-about-us .why-choose .section-title {
  padding-bottom: 0;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .why-choose .section-title {
    margin-bottom: 53px;
  }
}
.page-template-about-us .why-choose .section-title:after {
  display: none;
}

.page-template-about-us .why-choose .content {
  margin: 0 auto;
  max-width: 1175px;
}

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

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

@media screen and (min-width: 768px) {
  .page-template-about-us .why-choose .content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li {
    margin-bottom: 17px;
  }
}
.page-template-about-us .why-choose .content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li:before {
  top: 4px;
  transform: none;
}

.page-template-about-us .testimonials-section {
  padding-top: 27px;
}

.page-template-about-us .small-firm {
  position: relative;
  padding: 30px 0 10px;
  background-color: var(--color-neutral);
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .small-firm {
    padding-top: 102px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .small-firm {
    padding-bottom: 72px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .small-firm:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 27%;
    background: url(../images/bg-pattern-small.webp) no-repeat center;
    background-size: cover;
  }
}
.page-template-about-us .small-firm .image-holder {
  position: relative;
  margin-right: -45px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .small-firm .image-holder {
    margin-right: -60px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .small-firm .image-holder {
    margin-top: -15px;
    margin-left: -17px;
    margin-right: -93px;
  }
}
@media (max-width: 1199px) {
  .page-template-about-us .small-firm .image-holder {
    padding: 43px 0;
    margin-bottom: 27px;
    text-align: center;
  }
}
@media (max-width: 499px) {
  .page-template-about-us .small-firm .image-holder {
    margin-right: -30px;
  }
  .page-template-about-us .small-firm .image-holder img {
    max-width: 350px;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .page-template-about-us .small-firm .image-holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 100vw;
    background: url(../images/bg-pattern-small.webp) no-repeat top right;
    background-size: 48% auto;
    transform: translateX(-50vw);
  }
}
@media (max-width: 767px) {
  .page-template-about-us .small-firm .image-holder:before {
    background-size: 48% 100%;
  }
}
.page-template-about-us .small-firm .image-holder img {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .small-firm .content {
    max-width: 567px;
  }
}
.page-template-about-us .small-firm .content p:last-child {
  margin-bottom: 0;
}

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

@media screen and (min-width: 768px) {
  .page-template-about-us .about-tabs {
    padding: 50px 0;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .about-tabs .nav-tabs {
    flex-wrap: nowrap;
  }
}
.page-template-about-us .about-tabs .nav-tabs .nav-link {
  position: relative;
  padding: 5px;
  height: 80px;
  color: var(--text-color);
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  background-color: #F3EFE8;
  border-radius: 0;
  border: none;
  transition-duration: 0.3s;
}

@media (max-width: 991px) {
  .page-template-about-us .about-tabs .nav-tabs .nav-link {
    flex-basis: 100%;
  }
}
.page-template-about-us .about-tabs .nav-tabs .nav-link.active {
  color: var(--color-tertiary);
  background-color: #fff;
  z-index: 1;
}

.page-template-about-us .about-tabs .tab-content {
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .about-tabs .tab-content {
    padding: 60px 0 16px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .about-tabs .tab-content .tab-heading {
    display: none;
  }
}
.page-template-about-us .about-tabs .tab-content .tab-heading .tab-title {
  display: block;
  position: relative;
  padding: 15px 10px 13px;
  color: var(--text-color);
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  background-color: #F3EFE8;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .about-tabs .tab-content .tab-heading .tab-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.48px;
  }
}
.page-template-about-us .about-tabs .tab-content .tab-heading .tab-title[aria-expanded=true] {
  color: var(--color-tertiary);
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .about-tabs .tab-content .collapse {
    display: block;
  }
}
@media (max-width: 991px) {
  .page-template-about-us .about-tabs .tab-content .fade {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .page-template-about-us .about-tabs .tab-content .tab-pane {
    display: block;
  }
}
.page-template-about-us .about-tabs .tab-content .tab-pane:last-child .tab-heading .tab-title {
  border-bottom: none;
}

.page-template-about-us .about-tabs .tab-content .content-holder {
  padding: 0 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-template-about-us .about-tabs .tab-content .content-holder {
    padding: 20px 40px 0;
  }
}
@media (max-width: 767px) {
  .page-template-about-us .about-tabs .tab-content .content-holder {
    padding: 0 25px;
  }
}
@media (max-width: 1199px) {
  .page-template-about-us .about-tabs .tab-content .content-holder .image-holder {
    text-align: center;
  }
}
.page-template-about-us .about-tabs .tab-content .content-holder .cta-holder {
  position: relative;
  margin: 30px auto 0;
  padding: 38px 20px;
  max-width: 402px;
  text-align: center;
  background: url(../images/bg-cta.webp) no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .about-tabs .tab-content .content-holder .cta-holder {
    margin-top: -115px;
  }
}
@media (min-width: 1440px) {
  .page-template-about-us .about-tabs .tab-content .content-holder .cta-holder {
    left: -34px;
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  .page-template-about-us .about-tabs .tab-content .content-holder .cta-holder {
    left: -10px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .page-template-about-us .about-tabs .tab-content .content-holder .cta-holder {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.page-template-about-us .about-tabs .tab-content .content-holder .cta-holder:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 2px solid rgba(248, 246, 242, 0.4);
}

.page-template-about-us .about-tabs .tab-content .content-holder .cta-holder .cta-phone {
  position: relative;
}

.page-template-about-us .about-tabs .tab-content .content-holder .cta-holder .cta-phone svg {
  display: block;
  margin: 0 auto 4px;
}

.page-template-about-us .about-tabs .tab-content .content-holder .cta-holder .cta-phone .contact-phone {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 53px;
  text-transform: uppercase;
}

@media (max-width: 419px) {
  .page-template-about-us .about-tabs .tab-content .content-holder .cta-holder .cta-phone .contact-phone {
    font-size: 38px;
    line-height: 46px;
  }
}
.page-template-about-us .about-tabs .tab-content .content-holder .cta-holder .cta-phone .label {
  display: block;
  margin-top: -4px;
  color: var(--color-neutral);
  font-size: 24px;
  font-style: italic;
  line-height: 33px;
}

.page-template-about-us .about-tabs .tab-content .content-holder .cta-holder .btn-wrapper {
  margin-top: 18px;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .about-tabs .tab-content .content-holder .content {
    margin-top: -6px;
    max-width: 680px;
  }
}
@media (min-width: 1400px) {
  .page-template-about-us .about-tabs .tab-content .content-holder .content {
    margin-left: -8px;
  }
}
@media (max-width: 1199px) {
  .page-template-about-us .about-tabs .tab-content .content-holder .content {
    margin-top: 30px;
  }
}
.page-template-about-us .about-tabs .tab-content .content-holder .content h2 {
  margin-bottom: 18px;
  padding-bottom: 0;
}

.page-template-about-us .about-tabs .tab-content .content-holder .content h2:after {
  display: none;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .about-tabs .tab-content .content-holder .content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
    max-width: 545px;
  }
}
.page-template-about-us .practice-areas .section-heading {
  align-items: normal;
}

@media screen and (min-width: 1200px) {
  .page-template-about-us .practice-areas .section-title {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .practice-areas .section-title:after {
    top: 7px;
    height: 118px;
    background-size: cover;
  }
}
.page-template-about-us .contact-section {
  padding: 40px 0 15px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .contact-section {
    padding-top: 50px;
  }
}
.page-template-about-us .contact-section .content-holder {
  margin: 0 auto;
  max-width: 705px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .contact-section .content-holder .section-title {
    margin-left: -10px;
    margin-right: -10px;
  }
}

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