/**
* 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 .testimonials-section {
  padding-bottom: 0px;
}

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

@media screen and (min-width: 768px) {
  .page-template-about-us .attorneys {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .attorneys {
    padding-top: 120px;
    padding-bottom: 140px;
  }
}
#about-top {
  padding: 2rem 0 4rem;
  /*background: url(../images/bg-about-us.jpg);*/
}

#about-top .row {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
}

@media screen and (min-width: 1200px) {
  #about-top:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 63%;
    height: 100%;
    background-image: url(../images/about-us-intro-img-2026.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 27px 96px 28px 0 rgba(0, 1, 10, 0), 17px 62px 26px 0 rgba(0, 1, 10, 0.01), 10px 35px 22px 0 rgba(0, 1, 10, 0.05), 4px 15px 16px 0 rgba(0, 1, 10, 0.09), 1px 4px 9px 0 rgba(0, 1, 10, 0.1);
  }
}
#about-top .image-holder {
  float: none;
  margin: 0 auto 30px;
}

@media screen and (min-width: 768px) {
  #about-top .image-holder {
    float: left;
    margin-bottom: 10px;
    margin-right: 30px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  #about-top .image-holder {
    display: none;
  }
}
#about-top .intro-content-holder {
  margin-top: 30px;
  position: relative;
  z-index: 1;
  padding: 48px 25px 30px 25px;
  background-color: #fff;
  border-left: 10px solid;
  border-image: linear-gradient(90deg, #CE9728 6.61%, #9B6D17 16.62%, #865B11 21.63%, #AA7D24 26.64%, #D6A73C 33.65%, #E7B846 36.65%, #ECC351 38.66%, #F9E06E 43.66%, #FFEC7A 46.67%, #F6D967 50.67%, #EBC14F 57.69%, #E7B846 61.69%, #E0AF3D 64.7%, #D29D2D 71.71%, #CE9728 76.72%, #E2B647 80.72%, #F2CD5F 84.73%, #FBDC6E 88.73%, #FFE173 91.74%, #F9D05C 94.74%, #F5C349 98.75%, #F2BB3D 102.76%, #F2B93A 106.76%) 1;
  box-shadow: 27px 96px 28px 0 rgba(0, 1, 10, 0), 17px 62px 26px 0 rgba(0, 1, 10, 0.01), 10px 35px 22px 0 rgba(0, 1, 10, 0.05), 4px 15px 16px 0 rgba(0, 1, 10, 0.09), 1px 4px 9px 0 rgba(0, 1, 10, 0.1);
}

@media screen and (min-width: 992px) {
  #about-top .intro-content-holder {
    padding: 48px 50px 30px 58px;
  }
}
#about-top .awards-part {
  background: #000;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 480px) {
  #about-top .awards-part {
    padding-left: initial;
    padding-right: initial;
  }
}
@media screen and (min-width: 1200px) {
  #about-top .awards-part {
    background: transparent;
    padding-top: initial;
    padding-bottom: initial;
  }
}
#about-one {
  padding: 1rem 0 1.5rem;
}

@media screen and (min-width: 1200px) {
  #about-one {
    padding: 7rem 0 3.5rem;
  }
}
#about-one h2 {
  text-align: center;
}

#about-one .box {
  max-width: 705px;
  margin-left: auto;
  margin-right: auto;
}

#about-one .first-content-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  #about-one .first-content-img {
    position: relative;
    left: 45px;
  }
}
.about-two {
  margin-top: -280px;
  padding: 22rem 0 8rem;
}

@media screen and (min-width: 992px) {
  .about-two {
    padding: 25rem 0 11rem;
  }
}
.about-two .heading {
  max-width: 800px;
  text-align: center;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

@media screen and (min-width: 1200px) {
  .about-two .entry-content {
    max-width: 570px;
  }
}
.about-two .entry-content p {
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .about-two .entry-content.pd-r-c {
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .about-two .entry-content.pd-l-c {
    margin-left: 15px;
  }
}
#about-three {
  background: url(../images/pa-about-us.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

#about-three .content {
  margin-top: -100px;
  padding: 5px;
  /*background: linear-gradient(180deg, #F2B93A -10%, #CE9728 110%);*/
  background: linear-gradient(180deg, #F2B93A -10%, #ffab00 110%);
  max-width: 1175px;
  margin-left: auto;
  margin-right: auto;
  width: 96%;
}

@media screen and (min-width: 480px) {
  #about-three .content {
    width: 100%;
  }
}
#about-three .content .cta {
  background: #fff;
  box-shadow: 27px 96px 28px 0 rgba(0, 1, 10, 0), 17px 62px 26px 0 rgba(0, 1, 10, 0.01), 10px 35px 22px 0 rgba(0, 1, 10, 0.05), 4px 15px 16px 0 rgba(0, 1, 10, 0.09), 1px 4px 9px 0 rgba(0, 1, 10, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  #about-three .content .cta {
    height: 190px;
  }
}
@media screen and (min-width: 1200px) {
  #about-three .content .cta {
    padding-top: initial;
    padding-bottom: initial;
    flex-direction: row;
  }
}
#about-three .content .cta .attorney-img {
  display: none;
  width: 376px;
}

#about-three .content .cta .attorney-img img {
  position: absolute;
  bottom: -5px;
  z-index: 9;
  margin-left: 0px;
  left: 0px;
}

@media screen and (min-width: 1200px) {
  #about-three .content .cta .attorney-img img {
    margin-left: 20px;
    left: initial;
  }
}
@media screen and (min-width: 992px) {
  #about-three .content .cta .attorney-img {
    display: initial;
  }
}
#about-three .content .cta .footer-phone {
  display: flex;
  align-items: center;
  width: max-content;
  color: var(--color-secondary);
}

@media screen and (min-width: 992px) {
  #about-three .content .cta .footer-phone {
    position: relative;
    left: 180px;
  }
}
@media screen and (min-width: 1200px) {
  #about-three .content .cta .footer-phone {
    left: initial;
  }
}
#about-three .content .cta .footer-phone .icon-holder {
  margin-top: -9px;
  margin-right: 10px;
}

#about-three .content .cta .footer-phone .text-holder .label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  letter-spacing: 3.2px;
  color: var(--color-secondary);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

#about-three .content .cta .footer-phone .text-holder .phone-number {
  font-size: 48px;
  font-family: var(--secondary-font), sans-serif;
  font-weight: 400;
  line-height: 1;
}

@media screen and (min-width: 992px) {
  #about-three .content .cta .btn-wrapper {
    position: relative;
    left: 185px;
  }
}
@media screen and (min-width: 1200px) {
  #about-three .content .cta .btn-wrapper {
    right: 10px;
    left: initial;
  }
}
#about-three .content .cta .btn-wrapper .btn {
  max-width: 312px;
  width: 312px;
  margin-top: 15px;
}

@media screen and (min-width: 992px) {
  #about-three .content .cta .btn-wrapper .btn {
    margin-top: initial;
  }
}
#about-three .four-content {
  margin-top: 90px;
}

#about-three .four-content-heading {
  text-align: center;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 52px;
}

#about-three .four-content .what-we-can {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  #about-three .four-content .what-we-can {
    justify-content: space-between;
  }
}
#about-three .four-content .what-we-can .items {
  width: 450px;
  background: #fff;
  box-shadow: 0 0 30px 5px rgba(0, 1, 10, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  #about-three .four-content .what-we-can .items {
    width: 365px;
  }
}
@media screen and (min-width: 1400px) {
  #about-three .four-content .what-we-can .items {
    width: 425px;
  }
}
@media screen and (min-width: 1440px) {
  #about-three .four-content .what-we-can .items {
    width: 450px;
  }
}
#about-three .four-content .what-we-can .items img {
  margin-right: 20px;
}

#about-three .four-content .what-we-can .items .title {
  position: relative;
  width: 52%;
  color: var(--color-primary);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  letter-spacing: 0.48px;
}

@media screen and (min-width: 768px) {
  #about-three .four-content .what-we-can .items .title {
    width: 66%;
  }
}
@media screen and (min-width: 1200px) {
  #about-three .four-content .what-we-can .items .title {
    width: 52%;
  }
}
@media screen and (min-width: 1400px) {
  #about-three .four-content .what-we-can .items .title {
    width: 69%;
  }
}
#about-three .four-content .what-we-can .items .title a {
  color: var(--color-secondary);
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

#about-three .four-content .what-we-can .items .title a:after {
  content: url(../images/arrow-pa.svg);
  position: absolute;
  right: -20px;
  transform: translateY(-50%);
  top: 50%;
}

@media screen and (min-width: 768px) {
  #about-three .four-content .what-we-can .items .title a:after {
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  #about-three .four-content .what-we-can .items .title a:after {
    right: -25px;
  }
}
@media screen and (min-width: 1400px) {
  #about-three .four-content .what-we-can .items .title a:after {
    right: 10px;
  }
}
@media screen and (min-width: 1440px) {
  #about-three .four-content .what-we-can .items .title a:after {
    right: 0;
  }
}
#about-three .four-content .what-we-can .items .title a:hover {
  color: var(--color-primary);
}

#about-three .five-content {
  padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
  #about-three .five-content {
    padding-bottom: 10px;
  }
}
#about-three .five-content .top-content {
  margin-top: 95px;
  max-width: 705px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#about-three .five-content .top-content .heading {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

#about-three .five-content .top-content h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

#about-three .five-content .bottom-content {
  max-width: 1200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

#about-three .five-content .bottom-content ul {
  margin-top: -8px;
}

#about-three .five-content .col-6 {
  flex: 0 0 auto;
  width: 100%;
  margin-top: 40px;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 992px) {
  #about-three .five-content .col-6 {
    margin-top: initial;
    width: 50%;
    padding-left: 14px;
    padding-right: 14px;
  }
}
#about-three .five-content .col-6 .icon {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 16px;
  border-radius: 545.455px;
  border: 1.818px solid var(--Color-light, #FFF);
  background: var(--Color-Primary, #000080);
  box-shadow: 49.091px 174.545px 50.909px 0 rgba(0, 1, 10, 0), 30.909px 112.727px 47.273px 0 rgba(0, 1, 10, 0.01), 18.182px 63.636px 40px 0 rgba(0, 1, 10, 0.05), 7.273px 27.273px 29.091px 0 rgba(0, 1, 10, 0.09), 1.818px 7.273px 16.364px 0 rgba(0, 1, 10, 0.1);
  width: 80px;
  height: 80px;
}

@media screen and (min-width: 992px) {
  #about-three .five-content .col-6 .icon {
    margin-left: initial;
    margin-right: initial;
  }
}
#about-three .five-content .col-6 .icon img {
  position: absolute;
  Transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

#about-three .five-content .col-6 ul li {
  line-height: 20px;
  margin-bottom: 18px;
}

#about-three .five-content .col-6 ul li:before {
  top: 3px;
}

#about-three .five-content .col-6 p {
  text-align: center;
}

@media screen and (min-width: 992px) {
  #about-three .five-content .col-6 p {
    text-align: left;
  }
}
#about-three .five-content .five-bottom-content {
  margin-top: 12px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (min-width: 992px) {
  #about-three .five-content .five-bottom-content {
    padding-left: 12px;
    padding-right: 12px;
  }
}

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