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

.rev-row {
  flex-direction: row-reverse;
}

.main-content-row {
  row-gap: 30px;
}

#about-top {
  padding-top: 30px;
  padding-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  #about-top {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
#about-top .right-col {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  #about-top .right-col {
    width: 41.6666666667%;
  }
}
#about-top .right-col .image-holder {
  position: relative;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 600px) {
  #about-top .right-col .image-holder {
    max-width: 280px;
  }
}
@media screen and (min-width: 768px) {
  #about-top .right-col .image-holder {
    max-width: 576px;
  }
}
@media screen and (min-width: 1200px) {
  #about-top .right-col .image-holder {
    max-width: none;
    margin-left: intial;
    margin-right: intial;
  }
}
#about-top .right-col .image-holder img {
  border-radius: 20px;
  box-shadow: 0 195px 55px 0 rgba(0, 0, 0, 0), 0 125px 50px 0 rgba(0, 0, 0, 0.01), 0 70px 42px 0 rgba(0, 0, 0, 0.05), 0 31px 31px 0 rgba(0, 0, 0, 0.09), 0 8px 17px 0 rgba(0, 0, 0, 0.1);
}

#about-top .right-col .image-holder .shield {
  position: absolute;
  right: 0px;
  bottom: -120px;
  border-radius: 20px;
  box-shadow: 0 0 40px 0 rgba(0, 12, 29, 0.1);
  width: 70%;
}

@media screen and (min-width: 768px) {
  #about-top .right-col .image-holder .shield {
    width: auto;
  }
}
#about-top .left-col {
  width: 100%;
  padding-top: 145px;
}

@media screen and (min-width: 768px) {
  #about-top .left-col {
    padding-top: 165px;
  }
}
@media screen and (min-width: 1200px) {
  #about-top .left-col {
    padding-top: 0;
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  #about-top .left-col .content {
    max-width: 590px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1400px) {
  #about-top .left-col .content {
    max-width: 683px;
  }
}
#about-top .left-col .content ul {
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  #about-top .left-col .btn {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
#about-one {
  position: relative;
  padding: 3rem 0 3rem;
}

#about-one .top-content {
  flex-direction: column-reverse;
}

@media screen and (min-width: 1200px) {
  #about-one .top-content {
    flex-direction: row;
    padding: 6rem 0 2rem;
  }
}
@media screen and (min-width: 1400px) {
  #about-one .top-content {
    align-items: center;
  }
}
#about-one .top-content .col-6:first-child {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  #about-one .top-content .col-6:first-child {
    width: 50%;
  }
}
#about-one .top-content .col-6:last-child {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  #about-one .top-content .col-6:last-child {
    width: 50%;
    padding-top: 80px;
  }
}
#about-one .top-content .col-6:last-child img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  box-shadow: 0 195px 55px 0 rgba(0, 0, 0, 0), 0 125px 50px 0 rgba(0, 0, 0, 0.01), 0 70px 42px 0 rgba(0, 0, 0, 0.05), 0 31px 31px 0 rgba(0, 0, 0, 0.09), 0 8px 17px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin-bottom: 30px;
}

@media screen and (min-width: 480px) {
  #about-one .top-content .col-6:last-child img {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  #about-one .top-content .col-6:last-child img {
    width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  #about-one .top-content .col-6:last-child img {
    margin-right: initial;
    width: auto;
    margin-bottom: 0;
    margin-top: -20px;
  }
}
@media screen and (min-width: 1440px) {
  #about-one .top-content .col-6:last-child img {
    margin-top: -90px;
  }
}
#about-one:before {
  content: "";
  background: var(--color-neutral);
  height: 80%;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0%;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

@media screen and (min-width: 768px) {
  #about-one:before {
    height: 70%;
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
  }
}
#about-one .attorneys {
  margin-top: 40px;
}

@media screen and (min-width: 1200px) {
  #about-one .attorneys {
    margin-top: initial;
  }
}
#about-one .attorneys:after {
  display: none;
}

.about-two {
  padding: 0.1rem 0 2rem;
}

@media screen and (min-width: 1440px) {
  .about-two {
    padding: 0.1rem 0 3.5rem;
  }
}
.about-two .title {
  color: var(--color-primary);
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.about-two .entry-content {
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.about-two .entry-content p {
  color: var(--color-secondary);
}

.about-two .practice-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0px;
}

@media screen and (min-width: 992px) {
  .about-two .practice-area {
    padding-top: 25px;
    justify-content: space-around;
  }
}
@media screen and (min-width: 1440px) {
  .about-two .practice-area {
    justify-content: space-between;
  }
}
.about-two .practice-area li {
  margin-bottom: 2px;
}

.about-two .practice-area li a {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 12, 29, 0.1);
  width: 340px;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  color: var(--color-tertiary);
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

@media screen and (min-width: 480px) {
  .about-two .practice-area li a {
    width: 350px;
  }
}
@media screen and (min-width: 500px) {
  .about-two .practice-area li a {
    font-size: 20px;
    height: 80px;
    width: 440px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 30px;
    height: 80px;
  }
}
.about-two .practice-area li a:hover {
  color: #fff;
  background: var(--color-secondary);
}

.about-two .bottom-content {
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.areas-we-serve {
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .areas-we-serve {
    padding-bottom: 75px;
    width: auto;
    margin-left: initial;
    margin-right: initial;
  }
}
.areas-we-serve h2 {
  text-align: center;
}

.areas-we-serve .row {
  padding-top: 15px;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .areas-we-serve .row {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .areas-we-serve .row {
    padding-top: 80px;
  }
}
.areas-we-serve-col {
  border-bottom: 1px solid #CACACA;
}

@media screen and (min-width: 992px) {
  .areas-we-serve-col {
    border-right: 1px solid #CACACA;
    border-bottom: 0px;
  }
}
.areas-we-serve-col:nth-child(1) {
  width: 100%;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .areas-we-serve-col:nth-child(1) {
    width: 380px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  .areas-we-serve-col:nth-child(1) {
    width: 320px;
  }
}
@media screen and (min-width: 1400px) {
  .areas-we-serve-col:nth-child(1) {
    width: 400px;
  }
}
.areas-we-serve-col:nth-child(2) {
  width: 100%;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .areas-we-serve-col:nth-child(2) {
    width: 380px;
    padding-left: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  .areas-we-serve-col:nth-child(2) {
    width: 320px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .areas-we-serve-col:nth-child(2) {
    width: 513px;
    padding-left: 123px;
  }
}
.areas-we-serve-col:nth-child(2) .map {
  margin-top: 36px;
}

@media screen and (min-width: 992px) {
  .areas-we-serve-col:nth-child(2) .map {
    margin-top: -12px;
  }
}
.areas-we-serve-col:nth-child(3) {
  width: 100%;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .areas-we-serve-col:nth-child(3) {
    width: 380px;
    padding-left: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  .areas-we-serve-col:nth-child(3) {
    width: 320px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .areas-we-serve-col:nth-child(3) {
    width: 400px;
  }
}
.areas-we-serve-col:nth-child(3) .map {
  margin-top: 36px;
}

@media screen and (min-width: 992px) {
  .areas-we-serve-col:nth-child(3) .map {
    margin-top: -36px;
  }
}
.areas-we-serve-col:last-child {
  border: 0px;
}

.areas-we-serve-col .title {
  color: var(--color-tertiary);
  font-family: "Figtree", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-top: 24px;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .areas-we-serve-col .title {
    font-size: 32px;
  }
}
.areas-we-serve-col ul {
  padding-left: 0px;
}

.areas-we-serve-col ul li {
  font-family: var(--secondary-font), sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 2px;
}

.areas-we-serve-col ul li img {
  position: relative;
  top: 7px;
  margin-right: 6px;
  filter: brightness(0) saturate(100%) invert(23%) sepia(98%) saturate(6096%) hue-rotate(356deg) brightness(84%) contrast(134%);
}

.areas-we-serve-col ul li a {
  text-decoration: none;
  color: var(--color-tertiary);
}

.areas-we-serve-col ul li a:hover {
  color: var(--color-primary);
}

@media screen and (max-width: 991px) {
  .areas-we-serve-col .map {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

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