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

.section-one {
  position: relative;
  padding-top: 25px;
}

@media screen and (min-width: 768px) {
  .section-one {
    padding-top: 50px;
  }
}
.section-one .container {
  padding-bottom: 131px;
}

@media screen and (min-width: 992px) {
  .section-one .container {
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .section-one .container {
    padding-top: 17px;
  }
}
.section-one .container:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/about-main-bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  pointer-events: none;
}

.section-one .heading {
  margin-bottom: 43px;
}

.section-one .section-one-img-container {
  position: relative;
  width: 100%;
  max-width: 335px;
  padding-top: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .section-one .section-one-img-container {
    max-width: 360px;
  }
}
@media screen and (min-width: 992px) {
  .section-one .section-one-img-container {
    max-width: 460px;
  }
}
@media screen and (min-width: 1200px) {
  .section-one .section-one-img-container {
    max-width: 614px;
    height: 530px;
    padding-top: 20px;
    padding-right: 20px;
  }
}
.section-one .section-one-img-container:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  right: 0;
  width: 82px;
  height: 82px;
  background-color: var(--accent-color);
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .section-one .section-one-img-container:before {
    width: 92px;
    height: 92px;
  }
}
@media screen and (min-width: 992px) {
  .section-one .section-one-img-container:before {
    width: 149px;
    height: 149px;
  }
}
@media screen and (min-width: 1200px) {
  .section-one .section-one-img-container:before {
    width: 179px;
    height: 179px;
  }
}
@media screen and (min-width: 1200px) {
  .section-one-content {
    width: 100%;
  }
}
.section-two {
  padding-top: 30px;
}

@media (min-width: 768px) {
  .section-two {
    padding-top: 36px;
  }
}
@media (min-width: 1200px) {
  .section-two {
    padding-top: 56px;
  }
}
.section-two-content-container {
  position: relative;
  z-index: 3;
}

.section-two-content-container .section-two-content-inner {
  width: 100%;
  max-width: 100%;
  padding-bottom: 10px;
  padding-right: 10px;
  margin-bottom: 0;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .section-two-content-container .section-two-content-inner {
    max-width: 850px;
    height: 990px;
    padding-bottom: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .section-two-content-container .section-two-content-inner {
    height: 940px;
  }
}
.section-two-content-container .section-two-content-inner:after {
  position: absolute;
  z-index: -1;
  content: "";
  bottom: 0;
  right: 0;
  width: 82px;
  height: 82px;
  background-color: var(--accent-color);
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .section-two-content-container .section-two-content-inner:after {
    width: 92px;
    height: 92px;
  }
}
@media screen and (min-width: 992px) {
  .section-two-content-container .section-two-content-inner:after {
    width: 149px;
    height: 149px;
  }
}
@media screen and (min-width: 1200px) {
  .section-two-content-container .section-two-content-inner:after {
    width: 179px;
    height: 179px;
  }
}
.section-two-content-container .section-two-content-inner .section-two-content {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(20px);
  padding: 50px 30px 30px;
}

@media screen and (min-width: 992px) {
  .section-two-content-container .section-two-content-inner .section-two-content {
    padding: 80px 50px 77px;
  }
}
@media screen and (min-width: 1440px) {
  .section-two-content-container .section-two-content-inner .section-two-content {
    padding: 80px 68px 77px 90px;
  }
}
.section-two-content-container .section-two-content-inner .section-two-content p {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .section-two-content-container .section-two-content-inner .call-us-container {
    left: unset;
    transform: unset;
    margin-left: 89px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .section-two-content-container .section-two-content-inner .call-us-container {
    bottom: 5.5%;
  }
}
@media (min-width: 1200px) {
  .section-two-img-container {
    position: absolute;
    z-index: 1;
    right: 0;
  }
}
.section-two-img-container img {
  width: 100%;
}

@media (min-width: 1200px) {
  .section-two-img-container img {
    padding-left: 45px;
  }
}
.section-three {
  padding-top: 50px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .section-three {
    padding-top: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .section-three {
    padding-top: 150px;
  }
}
@media screen and (min-width: 1440px) {
  .section-three {
    padding-top: 90px;
  }
}
.section-three h2,
.section-three p {
  color: #fff;
}

.section-three H2 {
  margin-bottom: 32px;
}

.section-three p {
  margin-bottom: 30px;
}

.section-three-repeater {
  padding-top: 26px;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .section-three-repeater {
    padding-bottom: 34px;
  }
}
.section-three-repeater .section-three-item {
  max-width: 392px;
  margin: 0 auto;
}

.section-three-repeater .icon {
  background: #1554AC;
  width: 88px;
  height: 88px;
  margin-bottom: 26px;
}

.section-three-container {
  padding-top: 50px;
  padding-bottom: 36px;
}

@media screen and (min-width: 768px) {
  .section-three-container {
    padding-top: 85px;
    padding-bottom: 56px;
  }
}
.area-map {
  padding-top: 74px;
  padding-bottom: 76px;
}

.area-map img {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .contact-the-firm {
    padding-top: 0;
  }
}
.contact-the-firm-content {
  background: #FFF;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
  padding: 100px 87px 70px 81px;
}

@media (max-width: 767px) {
  .contact-the-firm-content {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .contact-the-firm-content-wrap {
    margin-bottom: 20px;
  }
}

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