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

.home .main-wrapper {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .home .main-content h1 {
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content h1 {
    text-align: center;
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .home .main-content {
    padding-bottom: 30px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .home .main-content {
    padding-bottom: 15px;
  }
}
.home .main-content .image-holder {
  text-align: center;
}

@media (max-width: 767px) {
  .home .main-content .image-holder {
    margin-bottom: 39px !important;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .col-left img {
    position: absolute;
    left: 0;
    top: 140px;
    border-radius: 0px 5px 5px 0px;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content {
    padding-bottom: 51px;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .col-right {
    max-width: 590px;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home .main-content .col-right {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .home .main-content .col-right .btn {
    margin-bottom: 12px;
  }
}
.home .main-content .cta-section {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1490196078);
  background: var(--accent-color);
  border-radius: 5px;
  padding: 25px 15px 25px;
  margin-top: 50px;
  position: relative;
}

@media (max-width: 991px) {
  .home .main-content .cta-section {
    margin-top: -76px;
    margin-bottom: 30px;
    padding-top: 13px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .home .main-content .cta-section {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .home .main-content .cta-section > div {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content .cta-section {
    padding: 35px 41px 35px 47px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 690px;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .cta-section {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .home .main-content .cta-section {
    margin-top: 50px;
  }
}
@media (min-width: 1680px) {
  .home .main-content .cta-section {
    margin-top: 45px;
  }
}
@media (min-width: 1746px) {
  .home .main-content .cta-section {
    margin-top: 55px;
  }
}
.home .main-content .cta-section .btn-wrapper {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .home .main-content .cta-section .btn-wrapper {
    width: initial;
  }
}
.home .main-content .cta-section__title {
  font-family: var(--secondary-font), sans-serif;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 2.7px;
}

@media screen and (min-width: 992px) {
  .home .main-content .cta-section__title {
    color: #fff;
    font-family: var(--secondary-font), sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px; /* 150% */
    letter-spacing: 3px;
    text-align: left;
  }
}
.home .main-content .cta-section__phone {
  text-align: center;
  display: block;
}

.home .main-content .cta-section__phone strong {
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  text-align: center;
  color: #fff;
  display: inline-block;
  position: relative;
  font-size: 30.811px;
  font-weight: 500;
  line-height: 30.811px; /* 100% */
}

.home .main-content .cta-section__phone strong::after {
  position: absolute;
  content: "";
  width: 15.405px;
  height: 24.649px;
  background-image: url(../../dist/images/phone-icon-dark.svg);
  top: 2px;
  left: -30px;
}

@media screen and (min-width: 992px) {
  .home .main-content .cta-section__phone strong::after {
    top: 5px;
    left: -37.5px;
    width: 21.25px;
    height: 34px;
    background-size: 21.25px 34px;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content .cta-section__phone strong {
    color: #FFF;
    font-family: var(--secondary-font), sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .home .main-content .cta-section__phone {
    margin-top: 7px;
  }
}
@media (max-width: 991px) {
  .home .main-content .cta-section .btn {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .home .main-content .cta-section .btn {
    font-size: 16.5px;
    padding-left: 20px;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content .cta-section .btn {
    padding-left: 30px;
    padding-right: 73px;
  }
  .home .main-content .cta-section .btn::after {
    right: 28px;
  }
}
.home .second-section h2 {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .home .second-section h2 {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .home .second-section h2 {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .home .second-section .col-left .wrap {
    max-width: 690px;
  }
}
.home .second-section .attorney-image-mobile {
  margin-bottom: 20px;
  text-align: center;
}

.home .second-section img {
  border-radius: 5px;
}

.home .third-section {
  padding: 40px 0 0;
}

@media screen and (min-width: 1200px) {
  .home .third-section {
    padding: 40px 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .home .third-section h2 {
    margin-bottom: 62px;
  }
}
.home .third-section img {
  border-radius: 5px;
}

.home .fourth-section {
  background-size: cover;
  color: #fff;
  padding: 50px 0;
}

@media (max-width: 991px) {
  .home .fourth-section {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .home .fourth-section .container {
    max-width: 936px;
  }
}
@media screen and (min-width: 1200px) {
  .home .fourth-section .container {
    max-width: 1116px;
  }
}
@media screen and (min-width: 1400px) {
  .home .fourth-section .container {
    max-width: 1296px;
  }
}
@media screen and (min-width: 1440px) {
  .home .fourth-section .container {
    max-width: 1386px;
  }
}
@media (max-width: 991px) {
  .home .fourth-section h2 {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .home .fourth-section h2 {
    margin-bottom: 21px;
  }
}
.home .fourth-section__items {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px; /* 154.545% */
}

@media screen and (min-width: 992px) {
  .home .fourth-section__items {
    margin-top: 48px;
  }
}
.home .fourth-section__item {
  display: flex;
}

.home .fourth-section__item > div:first-child {
  min-width: 70px;
}

@media screen and (min-width: 992px) {
  .home .fourth-section__item > div:first-child {
    margin-top: 9.16px;
    margin-right: 10px;
    margin-left: 21px;
  }
}
@media (max-width: 991px) {
  .home .fourth-section__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .home .fourth-section__item-title {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .home .fourth-section__item-title {
    margin-bottom: 10px;
  }
}
.home .fourth-section .bg-wrap {
  padding: 40px 20px 40px;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 992px) {
  .home .fourth-section .bg-wrap {
    padding: 60px 10px 50px;
    padding-left: 290px;
    border-radius: 5px;
  }
}
@media (max-width: 767px) {
  .home .fourth-section .bg-wrap {
    margin-left: -20px;
    margin-right: -20px;
    background-position: 50% 100%;
  }
}
.home .fourth-section .container {
  background-size: cover;
  background: linear-gradient(90deg, #001834 0.52%, #002B5C 50%, #00479A 100%);
  border-radius: 5px;
}

@media screen and (min-width: 992px) {
  .home .fourth-section .container {
    padding-left: 0;
    padding-right: 0;
  }
  .home .fourth-section .container::before {
    background: #ed4b1d;
    left: 0;
    top: 0;
    width: 225px;
    position: absolute;
    content: "";
    height: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .home .fourth-section .container::after {
    position: absolute;
    content: "";
    width: 456.84px;
    height: 357.74px;
    background-image: url(../../dist/images/graphic-2.png);
    top: 0;
    left: 0;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  .home .fourth-section .container {
    background: linear-gradient(90deg, #001834 0.52%, #002B5C 50%, #00479A 100%);
    border-radius: 5px;
  }
}
.home .testimonials-section {
  position: relative;
}

.home .testimonials-section::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  width: calc(100% - 40px);
  bottom: 0;
}

@media screen and (min-width: 992px) {
  .home .testimonials-section::after {
    max-width: 1408px;
  }
}
.home .why-choose-us {
  padding: 40px 0 40px;
}

@media (max-width: 991px) {
  .home .why-choose-us {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .home .why-choose-us {
    padding-bottom: 12px;
  }
}
.home .why-choose-us .image-holder {
  display: inline-block;
  position: relative;
  overflow: initial;
}

.home .why-choose-us .image-holder img {
  border-radius: 5px;
}

@media (max-width: 767px) {
  .home .why-choose-us .image-holder {
    height: 285px;
    padding: 10px 0 10px;
    margin-bottom: 42px;
  }
}
@media (max-width: 575px) {
  .home .why-choose-us .image-holder {
    height: 215px;
  }
}
@media (max-width: 399px) {
  .home .why-choose-us .image-holder {
    height: 190px;
  }
}
.home .why-choose-us .image-holder .map-image {
  position: absolute;
  bottom: -113px;
  left: -39px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home .why-choose-us .image-holder .map-image {
    left: 78px;
  }
}
@media (max-width: 767px) {
  .home .why-choose-us .image-holder .map-image {
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
  }
  .home .why-choose-us .image-holder .map-image img {
    width: 176.79px;
    height: 204.12px;
  }
}
@media screen and (min-width: 992px) {
  .home .why-choose-us {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.home .why-choose-us .container {
  padding-top: 40px;
}

@media screen and (min-width: 992px) {
  .home .why-choose-us .container {
    padding-top: 9px;
  }
}
@media screen and (min-width: 992px) {
  .home .why-choose-us h2 {
    max-width: 690px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .why-choose-us .col-left img {
  border-radius: 5px;
}

@media (max-width: 991px) {
  .home .why-choose-us .col-left img {
    display: block;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home .why-choose-us .col-right {
    margin-top: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .home .why-choose-us .wrap {
    max-width: 596px;
    margin-left: auto;
  }
}
.home .why-choose-us .wrap ul {
  padding-left: 2rem !important;
}

@media (max-width: 575px) {
  .home .why-choose-us .wrap ul {
    line-height: 24px;
  }
}
.home .why-choose-us .wrap ul li:before {
  height: 20px !important;
  top: 5px !important;
  background-color: initial !important;
  background-image: url("../images/icon-location-pin.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: -21.5px !important;
}

.home .community {
  padding: 0;
}

@media screen and (min-width: 1200px) {
  .home .community {
    padding: 4px 0 50px;
    padding-left: 0;
    padding-right: 0;
  }
  .home .community .row {
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .home .community {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home .community__content {
    max-width: 554px;
  }
}
@media screen and (min-width: 1400px) {
  .home .community__content {
    max-width: 688px;
  }
}
@media (max-width: 991px) {
  .home .community h2 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .home .community h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .home .community h2 {
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .home .community .btn-secondary {
    padding-right: 30px;
  }
}
@media (min-width: 1160px) and (max-width: 1199px) {
  .home .community .btn-secondary {
    padding-left: 40px;
    padding-right: 60px;
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .home .community .btn-secondary {
    padding-right: 40px;
    font-size: 14px;
    padding-right: 56px !important;
    padding-left: 34px !important;
  }
}
@media (min-width: 1440px) {
  .home .community .btn-secondary {
    font-size: 14.5px;
  }
}
@media (min-width: 1536px) {
  .home .community .btn-secondary {
    font-size: 16.5px;
  }
}
.home .community .btn-secondary:after {
  right: 34px !important;
}

@media (min-width: 1200px) and (max-width: 1365px) {
  .home .community .btn-secondary:after {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .home .community .btn-secondary:after {
    right: 20px;
  }
}
.home .community__image img {
  border-radius: 5px;
}

@media (max-width: 991px) {
  .home .community__image {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 768px) {
  .home .community__image {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .home .community__image {
    text-align: right;
    margin-top: 41px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .home .community .col-right {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home .community .col-right-wrap {
    padding-top: 47px;
    padding-bottom: 3px;
    max-width: 663px;
  }
}
@media screen and (min-width: 1600px) {
  .home .community .col-right-wrap {
    max-width: 900px;
  }
}

/*# sourceMappingURL=home.css.map*/