/**
* 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 {
  margin-top: -20px;
}

.home .hero-home {
  overflow-x: hidden;
  overflow-y: visible;
}

.home .main-content strong {
  font-size: 21px;
}

.home .main-content p {
  font-family: var(--secondary-font), sans-serif;
}

.home .main-content h1 {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .home .main-content .image-holder {
    margin-right: 0;
  }
}
.home .main-content .image-holder img {
  border-radius: 5px;
}

.home .main-content h2 {
  margin-bottom: 2.3rem;
  max-width: 690px;
}

@media (min-width: 576px) and (max-width: 767px) {
  .home .main-content h2 br {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .home .main-content {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content {
    padding-top: 60px;
  }
}
.home .main-content .content-wrap {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .home .main-content .content-wrap {
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content .button-wrap {
    text-align: center;
  }
}
@media (max-width: 369px) {
  .home .main-content .button-wrap {
    text-align: center;
  }
}
.home .main-content .button-wrap .btn {
  margin-right: 0;
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .home .main-content .button-wrap .btn {
    min-width: 369px;
  }
}
.home .why-choose-us {
  padding: 90px 0 80px;
  background-color: #f5f5f5;
}

.home .why-choose-us__heading {
  margin-bottom: 75px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .home .why-choose-us__heading {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .home .why-choose-us__heading:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-right: -100%;
    border-bottom: 4px solid #e2e1de;
    position: relative;
    left: 50px;
  }
}
.home .why-choose-us__item {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.09);
  border: 8px solid #f8f8f8;
  background-color: #ffffff;
  position: relative;
  padding: 0 30px 40px;
  color: #404040;
  font-family: var(--main-font), sans-serif;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  text-align: center;
}

.home .why-choose-us__item-wrapper {
  margin-bottom: 70px;
}

.home .why-choose-us__item-wrapper:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .home .why-choose-us__item {
    margin-bottom: 0;
  }
  .home .why-choose-us__item-wrapper {
    margin-bottom: 0;
  }
}
.home .why-choose-us__item img {
  margin-top: -65px;
  margin-bottom: 60px;
}

.home .how-attorney-help-part {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 38px;
}

@media (max-width: 767px) {
  .home .how-attorney-help-part {
    background-size: 400%;
    background-position: 20.8% 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .home .how-attorney-help-part {
    background-size: contain;
    background-position: bottom center;
  }
}
.home .how-attorney-help-part h2 {
  margin-top: -132px;
}

@media screen and (min-width: 992px) {
  .home .how-attorney-help-part h2 {
    margin-top: -182px;
  }
}
@media (max-width: 767px) {
  .home .how-attorney-help-part h2 {
    margin-top: -119px;
  }
}
@media screen and (min-width: 1200px) {
  .home .how-attorney-help-part h2::after {
    left: -30px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .home .how-attorney-help-part h2::after {
    top: -60px;
    left: 45%;
    transform: translateX(-45%);
  }
}
@media screen and (min-width: 992px) {
  .home .how-attorney-help-part {
    padding: 80px 0 50px;
  }
}
.home .how-attorney-help-part .col-right ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
  max-width: 683px;
  margin-left: auto;
  margin-right: auto;
}

.home .how-attorney-help-part .col-right ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li::before {
  width: 25px;
  height: 25px;
  background-color: initial;
  background-image: url(../../dist/images/check-pin.png);
  background-repeat: no-repeat;
  left: -35px;
  top: 1px;
}

@media (max-width: 991px) {
  .home .how-attorney-help-part .col-right {
    margin-top: 17px;
  }
}
@media screen and (min-width: 992px) {
  .home .how-attorney-help-part .col-left {
    padding-left: 40px;
    margin-top: -160px;
  }
}
@media screen and (min-width: 1200px) {
  .home .how-attorney-help-part .col-left {
    padding-left: 55px;
  }
}
@media screen and (min-width: 1440px) {
  .home .how-attorney-help-part .col-left {
    padding-left: 50px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .home .how-attorney-help-part .col-left img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1400px) {
  .home .how-attorney-help-part .col-left img {
    margin-left: -78px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1440px) {
  .home .how-attorney-help-part .col-left img {
    margin-left: -53px;
  }
}
@media screen and (min-width: 768px) {
  .home .how-attorney-help-part .col-left .content-wrap {
    max-width: 685px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .home .how-attorney-help-part .col-left .content-wrap {
    max-width: 449px;
  }
}
.home .c-practice-areas {
  padding: 45px 0 60px;
}

@media (max-width: 767px) {
  .home .c-practice-areas {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 992px) {
  .home .c-practice-areas .pa {
    padding-bottom: 23px;
  }
}
@media screen and (min-width: 1440px) {
  .home .c-practice-areas .pa-row {
    margin-top: 45px;
  }
}
@media (min-width: 1500px) {
  .home .c-practice-areas .pa-row {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .home .c-practice-areas .section-title {
    text-align: center;
  }
}
@media screen and (min-width: 1440px) {
  .home .c-practice-areas .section-title {
    margin-bottom: 57px;
  }
}
@media screen and (min-width: 992px) {
  .home .c-practice-areas {
    padding-top: 70px;
  }
}
@media screen and (min-width: 992px) {
  .home .c-practice-areas .btn {
    min-width: 369px;
  }
}
.home .vivamus .container .row {
  padding: 60px 0 90px;
}

@media screen and (min-width: 1200px) {
  .home .vivamus__wrapper-image {
    padding-left: calc(30% + 70px);
  }
}
.home .vivamus__wrapper-image img {
  width: 50%;
}

@media screen and (min-width: 1200px) {
  .home .vivamus__wrapper-image img {
    width: auto;
    padding-top: 65px;
    z-index: 10;
  }
}
.home .what-sets-us-part {
  position: relative;
}

@media screen and (min-width: 992px) {
  .home .what-sets-us-part {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .home .what-sets-us-part {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .home .what-sets-us-part {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .home .what-sets-us-part > .container {
    max-width: initial;
  }
}
@media (max-width: 767px) {
  .home .what-sets-us-part {
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.1490196078);
    padding-bottom: 33px;
  }
}
@media (max-width: 767px) {
  .home .what-sets-us-part h2 {
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .home .what-sets-us-part .row {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 992px) {
  .home .what-sets-us-part .row {
    flex-wrap: nowrap;
  }
}
.home .what-sets-us-part .col-left {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 991px) {
  .home .what-sets-us-part .col-left {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .home .what-sets-us-part .col-left {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    width: 56.5%;
    position: relative;
    z-index: 2;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 85px 100px 72px;
  }
  .home .what-sets-us-part .col-left .content-wrap {
    max-width: 563px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .home .what-sets-us-part .col-left p {
    margin-bottom: 27px;
  }
  .home .what-sets-us-part .col-left p:last-of-type {
    margin-bottom: 0;
  }
}
.home .what-sets-us-part .col-right {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .home .what-sets-us-part .col-right {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .home .what-sets-us-part .col-right {
    width: 57%;
    position: absolute;
    right: 0;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  .home .what-sets-us-part .col-right {
    width: 62%;
    right: -70px;
  }
}
.home .what-sets-us-part .col-right .d-md-block img {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.home .what-sets-us-part .col-right .mobile-image {
  text-align: center;
}

@media (max-width: 575px) {
  .home .what-sets-us-part .col-right .mobile-image img {
    width: 100%;
  }
}

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