/**
* 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 {
  background-image: url("../images/about-joseph-j-russell-bg-img.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .main-content {
    padding-top: 57px;
    padding-bottom: 74px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .main-content .row {
    flex-direction: row-reverse;
  }
}
.page-template-about-us .main-content-container {
  margin-bottom: 66.76px;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .main-content-container {
    margin-bottom: 53.52px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .main-content-container {
    width: 100%;
    max-width: 536px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-template-about-us .main-content-container {
    margin-bottom: 46.76px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .main-content-container .page-title {
    margin-bottom: 18px;
  }
}
.page-template-about-us .main-content-container .btn {
  margin-top: 21px;
}

@media (min-width: 331px) {
  .page-template-about-us .main-content-container .btn {
    min-width: 311px;
  }
}
.page-template-about-us .about-second-section {
  background-image: url("../images/about-what-you-can-expect-from-us-bg-img.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .about-second-section {
    padding-top: 86px;
    padding-bottom: 104px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .about-second-section .heading {
    margin-bottom: 50px;
  }
}
.page-template-about-us .about-second-section .about-two-content-container {
  margin-bottom: 36.76px;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .about-second-section .about-two-content-container {
    margin-bottom: 73.52px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-about-us .about-second-section .about-two-content-container {
    width: 100%;
    max-width: 661px;
  }
}
.page-template-about-us .about-second-section .about-two-content-container * {
  color: #fff;
}

.page-template-about-us .about-second-section .about-two-content-container * a:is(:hover, :focus) {
  color: var(--accent-color) !important;
}

.page-template-about-us .about-second-section .image-holder {
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .about-second-section .image-holder {
    width: 100%;
    max-width: 556px;
    height: 623px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .about-second-section .image-holder {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .page-template-about-us .about-second-section .image-holder {
    padding-right: 49px;
    padding-bottom: 116px;
  }
}
@media (max-width: 499px) {
  .page-template-about-us .about-second-section .image-holder {
    padding-bottom: 28%;
  }
}
.page-template-about-us .about-second-section .image-holder .about-two-img {
  filter: drop-shadow(0px 4px 70px rgba(0, 0, 0, 0.15));
  border: 10px solid #fff;
}

.page-template-about-us .about-second-section .image-holder .about-two-img-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .page-template-about-us .about-second-section .image-holder .about-two-img-2 {
    max-width: 52%;
  }
}
.page-template-about-us .about-third-section {
  background-image: url("../images/about-what-can-you-expect-when-you-reach-out-to-us-bg-img.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .about-third-section {
    padding-top: 91px;
    padding-bottom: 125.69px;
  }
}
.page-template-about-us .about-third-section .heading {
  width: 100%;
  max-width: 582px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .about-third-section .heading {
    max-width: 682px;
    margin-bottom: 72px;
  }
}
.page-template-about-us .about-third-section .image-holder {
  position: relative;
  margin-bottom: 36.76px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .about-third-section .image-holder {
    width: 100%;
    max-width: 451px;
    height: 461px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .about-third-section .image-holder {
    margin-bottom: 73.52px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .about-third-section .image-holder {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-template-about-us .about-third-section .image-holder {
    padding-right: 67.31px;
    padding-bottom: 77.31px;
    max-width: 87%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 499px) {
  .page-template-about-us .about-third-section .image-holder {
    padding-bottom: 28%;
  }
}
.page-template-about-us .about-third-section .image-holder .about-three-img {
  filter: drop-shadow(0px 4px 70px rgba(0, 0, 0, 0.15));
  border: 10px solid #fff;
}

.page-template-about-us .about-third-section .image-holder .about-three-img-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .page-template-about-us .about-third-section .image-holder .about-three-img-2 {
    max-width: 52%;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .about-third-section .about-three-content-container {
    width: 100%;
    max-width: 710px;
    margin-top: 31px;
  }
}
.page-template-about-us .about-fourth-section {
  background-image: url("../images/about-to-make-things-easier-understand-the-process-bg-img.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 50px;
  padding-bottom: 114px;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .about-fourth-section {
    padding-top: 86px;
    padding-bottom: 144px;
  }
}
@media (max-width: 767px) {
  .page-template-about-us .about-fourth-section {
    padding-bottom: 164px;
  }
}
.page-template-about-us .about-fourth-section .heading {
  font-size: 30px;
  line-height: 40px;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .page-template-about-us .about-fourth-section .heading {
    margin-bottom: 36px;
  }
}
.page-template-about-us .about-fourth-section .accordion {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-template-about-us .about-fourth-section .accordion .accordion-body * {
  color: #fff;
}

.page-template-about-us .about-fourth-section .accordion .accordion-body * a:is(:hover, :focus) {
  color: var(--accent-color) !important;
}

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