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

@media (min-width: 1200px) {
  .about-top {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .about-top .container {
    z-index: 2;
    position: absolute;
  }
}
@media (min-width: 1920px) {
  .about-top .container {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1199px) {
  .about-top .container.about-item {
    height: auto !important;
  }
}
.about-top .container-fluid {
  z-index: 1;
}

.about-top__text {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 1200px) {
  .about-top__text {
    padding: 95px 0 95px;
  }
}
.about-top__content {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 1600px) {
  .about-top__content {
    width: 55%;
  }
}
@media (min-width: 1800px) {
  .about-top__content {
    width: 60%;
  }
}
@media (min-width: 1920px) {
  .about-top__content {
    width: 48%;
  }
}
.about-top__content h2 {
  line-height: 25px;
}

.about-top__content .image-holder {
  float: none;
  max-width: auto;
  margin: 0 auto;
}

.about-top .about-attorneys {
  padding-top: 3.5rem;
}

@media screen and (min-width: 1440px) {
  .about-top .about-attorneys .col-md {
    padding-right: 40px;
  }
  .about-top .about-attorneys .col-md:last-of-type {
    padding-right: 15px;
  }
}
.about-top .about-attorneys .col-md .attorneys__link {
  background-color: #4164f2;
  line-height: 46px;
  padding-left: 24px;
}

.about-top .about-attorneys .col-md .attorneys__link a {
  opacity: 0.8;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .about-top .about-attorneys .col-md .attorneys__link a {
    font-size: 12px;
  }
}
#about-one {
  background: linear-gradient(180deg, #480702 0%, #7E0C04 100%);
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  #about-one {
    padding: 100px 0 110px;
  }
}
#about-one p {
  color: #fff;
}

#about-one h3 {
  text-align: center;
  color: #fff;
}

#about-one .core-values {
  padding-top: 25px;
}

#about-one .core-values__item {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 96px;
}

@media (max-width: 1365px) {
  #about-one .core-values__item {
    padding-left: 0;
    padding-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  #about-one .core-values__item {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #about-one .core-values__item {
    align-items: center !important;
    text-align: center;
  }
}
#about-one .core-values__col:nth-child(even) .core-values__item {
  padding-left: 40px;
}

@media (max-width: 1365px) {
  #about-one .core-values__col:nth-child(even) .core-values__item {
    padding-left: 0;
    padding-right: 0;
  }
}
#about-one .core-values__col:last-child .core-values__item, #about-one .core-values__col:nth-last-child(2) .core-values__item {
  padding-bottom: 0;
}

@media (max-width: 1365px) {
  #about-one .core-values__col:last-child .core-values__item, #about-one .core-values__col:nth-last-child(2) .core-values__item {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 50px;
  }
}
@media (max-width: 1365px) {
  #about-one .core-values__col:last-child .core-values__item {
    padding-bottom: 0;
  }
}
#about-one .core-values__text {
  padding-left: 25px;
  font-size: 16px;
  line-height: 29px;
  font-family: var(--secondary-font), sans-serif;
  font-weight: 400;
}

@media (max-width: 767px) {
  #about-one .core-values__text {
    padding-left: 0;
  }
}
#about-one .core-values__text .core-values__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  font-family: var(--secondary-font), sans-serif;
  padding-top: 7px;
  padding-bottom: 12px;
}

@media (max-width: 768px) {
  #about-one .core-values__text .core-values__title {
    font-size: 18px;
  }
}
.about-two {
  position: relative;
  padding-top: 48px;
  background: #fff;
  padding-bottom: 0;
}

@media screen and (min-width: 992px) {
  .about-two {
    padding-top: 80px;
    background: #f5f5f6;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .about-two {
    padding-top: 67px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .about-two--inner {
    padding-top: 70px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .about-two--inner .container {
    z-index: 2;
    position: relative;
    margin-left: 50%;
  }
}
.about-two--inner .container-fluid {
  z-index: 1;
  position: absolute;
}

@media (max-width: 1199px) {
  .about-two .home-item {
    height: auto !important;
  }
}
.about-two h1 {
  margin-bottom: 45px;
  letter-spacing: -1px;
}

@media screen and (min-width: 768px) {
  .about-two h1 {
    margin-bottom: 38px;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 992px) {
  .about-two h1 {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .about-two__testimonials {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .about-two .arrows-group {
    text-align: left;
  }
}
.about-two__text {
  padding-bottom: 60px;
}

@media screen and (min-width: 992px) {
  .about-two__text {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .about-two__text {
    position: unset;
    max-width: 1420px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .about-two__text .row {
    padding: 54px 0 90px;
  }
}
.about-two__text h2 {
  margin-top: -11px;
}

@media (max-width: 767px) {
  .about-two__text h2 {
    margin-top: -8px;
    margin-bottom: 12px !important;
  }
}
.about-two__text ul {
  margin-bottom: 0 !important;
}

.about-two__text ul li:last-child {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 1200px) {
  .about-two__text .btn {
    margin-top: 30px;
  }
}
.about-two .first_content___wrapper-image {
  position: relative;
  z-index: 3;
  background: #CFB53B;
  left: 16px;
  margin-top: 16px;
}

@media (min-width: 1200px) {
  .about-two .first_content___wrapper-image {
    margin-right: 80px;
  }
}
.about-two .first_content___wrapper-image:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: -16px;
  left: -16px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1;
}

.about-two__wrapper-mobile {
  position: relative;
}

@media (max-width: 1199px) {
  .about-two__wrapper-mobile {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .about-two__wrapper-mobile {
    padding-top: 7px;
    background-size: cover;
    background-position: right center;
  }
}
@media (max-width: 767px) {
  .about-two__wrapper-mobile .first_content__wrapper-image {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .about-two__wrapper-mobile:before {
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover !important;
  }
}
.about-two__wrapper-mobile-image img {
  width: 50%;
}

.bottom-content {
  padding-top: 45px;
  padding-bottom: 48px;
}

@media screen and (min-width: 768px) {
  .bottom-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .bottom-content {
    padding-top: 153px;
    padding-bottom: 96px;
  }
}
@media screen and (min-width: 1200px) {
  .bottom-content {
    padding-bottom: 107px;
  }
}
@media (max-width: 767px) {
  .bottom-content figure {
    margin-bottom: 0.5rem;
  }
}
.bottom-content__wrap {
  padding-left: 1.5rem;
}

@media screen and (min-width: 1600px) {
  .bottom-content__wrap {
    padding-left: 3rem;
  }
}
#about-three {
  padding: 6rem 0 0;
}

.about-four {
  background-color: #fafafa;
  padding: 4.2rem 0 3rem;
  position: relative;
}

.about-four .container {
  position: unset;
}

.about-four__left {
  position: relative;
  margin-bottom: 80px;
}

@media screen and (min-width: 1200px) {
  .about-four__left {
    position: unset;
    height: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .about-four__left figure img {
    top: 0;
    z-index: 2;
    width: 50%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    overflow: hidden;
    object-fit: cover;
    background-position: right -80px top 0;
  }
}
@media screen and (min-width: 1440px) {
  .about-four__left figure img {
    object-position: right top;
  }
}
.page-template-about-us .cta .phone-section {
  margin: 0;
}

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