/**
* 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 .subheading {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.home .hero-home .banner-title {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .home .hero-home .banner-title {
    max-width: 745px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .home .hero-home .banner-title {
    max-width: 865px;
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 1440px) {
  .home .hero-home .banner-title {
    max-width: 1345px;
  }
}
.home .hero-home .banner-txt {
  width: 100%;
  max-width: 333px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .home .hero-home .banner-txt {
    max-width: 645px;
  }
}
@media screen and (min-width: 992px) {
  .home .hero-home .banner-txt {
    max-width: 730px;
    margin-bottom: 115px;
  }
}
@media screen and (min-width: 1400px) {
  .home .hero-home .banner-txt {
    max-width: 1224px;
  }
}
@media (max-width: 767px) {
  .home .hero-home .banner-txt {
    margin-bottom: 30px;
  }
}
.home .main-content {
  position: relative;
  padding-top: 42px;
  padding-bottom: 73px;
  background-image: url("../images/home-main-content-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .home .main-content {
    padding-top: 78px;
    padding-bottom: 78px;
    background-image: url("../images/home-main-content-bg-desktop.jpg");
  }
}
@media screen and (min-width: 992px) {
  .home .main-content {
    padding-bottom: 175px;
    padding-top: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .col-line {
    margin-top: 50px;
  }
}
.home .main-content .container {
  position: static;
}

@media screen and (min-width: 1600px) {
  .home .main-content .container {
    max-width: 1367px;
  }
}
@media (max-width: 575px) {
  .home .main-content .page-title {
    width: 100%;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content .page-title {
    margin-bottom: 78px;
  }
}
.home .main-content h2 span {
  color: #569FDF !important;
}

.home .main-content-img-container {
  margin-bottom: 37px;
}

@media screen and (min-width: 992px) {
  .home .main-content-img-container {
    position: absolute;
    left: 0;
    width: calc(50% - 46.2px);
    height: 100%;
    max-height: 851px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .home .main-content-img-container {
    width: calc(50% - 96.62px);
  }
}
.home .main-content-bg-img-mobile {
  border-radius: 0px 60px;
}

.home .main-content-bg-img {
  border-top-right-radius: 80px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .home .main-content-bg-img {
    max-height: 673px;
    object-position: bottom center;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content .entry-content {
    width: 100%;
    max-width: 590px;
    margin-top: 27.73px;
  }
}
@media screen and (min-width: 1400px) {
  .home .main-content .entry-content {
    padding-left: 40px;
    margin-left: 0;
    max-width: 634px;
  }
}
@media (min-width: 331px) and (max-width: 575px) {
  .home .main-content .entry-content h2 {
    width: 100%;
    max-width: 322px;
  }
}
.home .main-content .entry-content *:not(.btn span) {
  color: #fff;
}

@media screen and (min-width: 1400px) {
  .home .main-content .entry-content.entry-content-w-line-end:before {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1400px) {
  .home .main-content .entry-content .heading-container:before {
    left: -45px;
  }
}
@media screen and (min-width: 992px) {
  .home .main-content .entry-content p:last-of-type {
    margin-bottom: 0;
  }
}
.home .section-bar-court {
  background: linear-gradient(270deg, #262D6F 0%, #030830 100%);
  padding: 50px 0;
}

@media screen and (min-width: 992px) {
  .home .section-bar-court {
    padding: 105px 0 80px;
  }
}
@media screen and (min-width: 1400px) {
  .home .section-bar-court .col-lg-6:nth-child(even) {
    padding-left: 40px;
  }
}
.home .section-bar-court .bar-court-item {
  padding: 3px 17px;
  border-left: 1px solid #757793;
}

@media screen and (min-width: 992px) {
  .home .section-bar-court .bar-court-item {
    padding: 3px 25px;
  }
}
@media (max-width: 767px) {
  .home .section-bar-court .bar-court-item .bar-court-title {
    font-size: 20px;
    line-height: 34px;
  }
}
.home .section-bar-court .bar-court-item .bar-court-content {
  line-height: 28px;
  letter-spacing: 1px;
}

@media screen and (min-width: 992px) {
  .home .section-bar-court .bar-court-item .bar-court-content {
    max-width: 600px;
  }
}
.home .section-practice-areas {
  background: url("../images/focused-expertise-bg.jpg") no-repeat center center;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .home .section-practice-areas {
    padding-top: 78px;
    padding-bottom: 78px;
  }
}
@media screen and (min-width: 992px) {
  .home .section-practice-areas {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
.home .section-practice-areas h2 {
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .home .section-practice-areas h2 {
    margin-bottom: 60px;
  }
}
.home .section-practice-areas .practice-area-box {
  border-radius: 40px 0;
  border: 1px solid #4A4F7B;
  background: #030831;
  padding: 30px;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  .home .section-practice-areas .practice-area-box {
    padding: 53px 49px 55px;
  }
}
@media screen and (min-width: 992px) {
  .home .section-practice-areas .col-item {
    margin-bottom: 36px !important;
    padding-left: 18px;
    padding-right: 18px;
  }
  .home .section-practice-areas .col-item:hover .practice-area-box {
    background-color: #fff;
  }
  .home .section-practice-areas .col-item:hover .practice-area-box .practice-area-title, .home .section-practice-areas .col-item:hover .practice-area-box .practice-area-summary {
    color: #030831 !important;
  }
}
.home .section-practice-areas .practice-area-summary {
  line-height: 28px;
}

.home .section-practice-areas .practice-area-title {
  margin-bottom: 5px;
}

.home .section-track-record {
  background: linear-gradient(270deg, #262D6F 0%, #030830 100%);
  padding: 50px 0 70px;
}

@media screen and (min-width: 992px) {
  .home .section-track-record {
    padding: 90px 0 120px;
  }
}
.home .section-track-record .track-record-group-heading {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.home .section-track-record .track-record-group:last-child {
  margin-top: 70px;
}

@media screen and (min-width: 992px) {
  .home .section-track-record .track-record-group:last-child {
    margin-top: 80px;
  }
}
.home .section-track-record h2 {
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .home .section-track-record h2 {
    margin-bottom: 68px;
  }
}
.home .section-track-record .track-record-entry-amount {
  color: #569FDF;
  font-family: var(--secondary-font), sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
}

@media (max-width: 991px) {
  .home .section-track-record .track-record-entry-amount {
    margin-top: 10px;
  }
}
.home .section-track-record .track-record-entry-header-content {
  line-height: 28px;
}

.home .section-track-record .track-record-entry-title {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.home .section-track-record .track-record-entry-header {
  border-top: 1px solid #757793;
  padding-top: 30px;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .home .section-track-record .track-record-entry-header {
    margin-top: 10px;
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .home .section-track-record .track-record-entry-header {
    align-items: center !important;
  }
}
.home .section-track-record .track-record-entry:last-child {
  border-bottom: 1px solid #757793;
}

@media screen and (min-width: 992px) {
  .home .section-track-record .track-record-entry:last-child {
    padding-bottom: 25px;
  }
}
.home .section-current-engagements {
  background: linear-gradient(270deg, #262D6F 0%, #030830 100%);
  padding-top: 50px;
  padding-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .home .section-current-engagements {
    padding-top: 78px;
    padding-bottom: 78px;
  }
}
@media screen and (min-width: 992px) {
  .home .section-current-engagements {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .home .section-current-engagements h2 {
    margin-bottom: 30px;
  }
}
.home .section-current-engagements .entry-content {
  line-height: 28px;
}

@media screen and (min-width: 992px) {
  .home .section-current-engagements .entry-content p {
    max-width: 1038px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .section-current-engagements .entry-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
  padding-left: 45px;
}

@media screen and (min-width: 992px) {
  .home .section-current-engagements .entry-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
    margin-top: 50px;
    max-width: 1250px;
    margin-left: auto;
    margin-right: -35px;
  }
}
.home .section-current-engagements .entry-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li::before {
  width: 14px;
  height: 20px;
  background-image: url("../images/pin-icon.svg");
  background-color: initial;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .home .section-current-engagements .entry-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li {
    line-height: 39px;
  }
}
@media screen and (min-width: 768px) {
  .home .section-current-engagements .entry-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
    column-count: 2;
  }
}
@media screen and (min-width: 992px) {
  .home .section-current-engagements .entry-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
    column-count: 3;
  }
}
.home .section-offices {
  background: url("../images/offices-bg.jpg") no-repeat center center;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 55px;
}

@media screen and (min-width: 768px) {
  .home .section-offices {
    padding-top: 78px;
    padding-bottom: 78px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-offices {
    padding-top: 95px;
    padding-bottom: 120px;
  }
}
.home .section-offices__city {
  color: #FFF;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

@media screen and (min-width: 1200px) {
  .home .section-offices__city {
    text-align: left;
  }
}
.home .section-offices__state {
  color: #FFF;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .home .section-offices__state {
    text-align: left;
  }
}
.home .section-offices__address {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

@media screen and (min-width: 1200px) {
  .home .section-offices__address {
    text-align: left;
  }
}
.home .section-offices__affiliated {
  color: #FFF;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
}

@media screen and (min-width: 1200px) {
  .home .section-offices__affiliated {
    text-align: left;
  }
}
@media (max-width: 1199px) {
  .home .section-offices__location {
    margin-top: 40px;
    position: relative;
  }
  .home .section-offices__location::after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 208px;
    height: 1px;
    background-color: #757793;
  }
  .home .section-offices__location:first-child {
    margin-top: 15px;
  }
  .home .section-offices__location:last-child:after {
    content: none;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home .section-offices__location:last-child:after {
    content: "";
  }
}
@media screen and (min-width: 1200px) {
  .home .section-offices__location {
    width: 20%;
    padding-left: 20px;
    border-left: 1px solid #757793;
    margin-top: 50px;
  }
}
.home .section-third {
  position: static;
  padding-top: 46px;
  padding-bottom: 57px;
  background-image: url("../images/you-pay-nothing-for-us-to-take-your-case-bg-img.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .home .section-third {
    padding-top: 78px;
    padding-bottom: 78px;
    background-image: url("../images/you-pay-nothing-for-us-to-take-your-case-bg-img-desktop.jpg");
  }
}
@media screen and (min-width: 992px) {
  .home .section-third {
    padding-top: 129px;
    padding-bottom: 128px;
  }
}
.home .section-third .container {
  position: static;
}

@media screen and (min-width: 1600px) {
  .home .section-third .container {
    max-width: 1367px;
  }
}
.home .section-third-img-container {
  margin-bottom: 29px;
}

@media screen and (min-width: 992px) {
  .home .section-third-img-container {
    position: absolute;
    left: 0;
    width: calc(50% - 46.2px);
    height: 100%;
    max-height: 625px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .home .section-third-img-container {
    width: calc(50% - 96.62px);
    max-height: 695px;
  }
}
.home .section-third-img {
  border-top-right-radius: 80px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .home .section-third .entry-content {
    width: 100%;
    max-width: 590px;
    margin-top: 50.73px;
  }
}
@media screen and (min-width: 1400px) {
  .home .section-third .entry-content {
    max-width: 610px;
    padding-left: 20px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .section-third .entry-content.entry-content-w-line-end:before {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .home .section-third .entry-content .heading-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30.96px;
    padding-top: 44px;
  }
}
@media screen and (min-width: 1400px) {
  .home .section-third .entry-content .heading-container:before {
    left: -46px;
  }
}
@media screen and (min-width: 992px) {
  .home .section-third .entry-content .heading-container .section-third-img-logo-container {
    flex: 0 0 142.5px;
    margin-right: 23px;
  }
}
@media screen and (min-width: 1400px) {
  .home .section-third .entry-content .heading-container .section-third-img-logo-container {
    flex: 0 0 185px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-third .entry-content .heading-container .heading {
    width: 100%;
    max-width: 315px;
  }
}
.home .section-third .entry-content *:not(.btn span) {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .home .section-third .entry-content .button-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .home .section-third .entry-content .button-wrap .btn {
    width: 100%;
  }
}
.home .section-fourth {
  position: static;
  background: linear-gradient(270deg, #262D6F 0%, #030830 100%);
  padding-top: 54px;
  padding-bottom: 26px;
}

@media screen and (min-width: 768px) {
  .home .section-fourth {
    padding-top: 78px;
  }
}
@media screen and (min-width: 992px) {
  .home .section-fourth {
    padding-top: 107px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-fourth {
    padding-bottom: 62px;
  }
}
.home .section-fourth .container {
  position: static;
}

@media screen and (min-width: 1600px) {
  .home .section-fourth .container {
    max-width: 1367px;
  }
}
@media screen and (min-width: 992px) {
  .home .section-fourth .container .row {
    flex-direction: row-reverse;
  }
}
.home .section-fourth-img-container {
  margin-bottom: 34px;
}

@media screen and (min-width: 992px) {
  .home .section-fourth-img-container {
    position: absolute;
    right: 0;
    width: calc(50% - 46.2px);
    height: 100%;
    max-height: 371px;
    margin-bottom: 0;
  }
}
.home .section-fourth-img-mobile {
  border-radius: 0px 60px;
}

.home .section-fourth-img {
  border-top-left-radius: 80px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .home .section-fourth .entry-content {
    width: 100%;
    max-width: 590px;
    margin-top: 23.65px;
  }
}
@media screen and (min-width: 992px) {
  .home .section-fourth .entry-content:before {
    width: calc((100vw - 960px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .home .section-fourth .entry-content:before {
    width: calc((100vw - 1140px) / 2);
  }
}
@media screen and (min-width: 1400px) {
  .home .section-fourth .entry-content:before {
    width: calc((100vw - 1320px) / 2);
  }
}
@media screen and (min-width: 1440px) {
  .home .section-fourth .entry-content:before {
    width: calc((100vw - 1410px) / 2);
  }
}
@media screen and (min-width: 1600px) {
  .home .section-fourth .entry-content:before {
    width: calc((100vw - 1367px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .home .section-fourth .entry-content .heading-container {
    padding-top: 56.35px;
  }
}
@media screen and (min-width: 992px) {
  .home .section-fourth .entry-content .heading-container:before {
    right: 0;
  }
}
.home .section-fourth .entry-content .heading-container:after {
  content: none;
}

@media screen and (min-width: 992px) {
  .home .section-fourth .entry-content .heading-container:after {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: auto;
    right: 16px;
    width: 100%;
    height: 1px;
    background-color: #757793;
  }
}
.home .section-fourth .entry-content h2 {
  margin-bottom: 20px;
}

@media (min-width: 331px) and (max-width: 575px) {
  .home .section-fourth .entry-content h2 {
    width: 100%;
    max-width: 320px;
  }
}
@media screen and (min-width: 1400px) {
  .home .section-fourth .entry-content h2 {
    width: 100%;
    max-width: 517px;
  }
}
.home .section-fourth .entry-content *:not(.btn span):not(.txt-w-icon) {
  color: #fff;
}

.home .section-fourth-list {
  background: linear-gradient(270deg, #262D6F 0%, #030830 100%);
}

@media screen and (min-width: 1200px) {
  .home .section-fourth-list {
    position: relative;
    padding-bottom: 50px;
    padding-top: 31px;
  }
}
@media screen and (min-width: 992px) {
  .home .section-fourth-list .container {
    position: static;
  }
}
@media screen and (min-width: 1600px) {
  .home .section-fourth-list .container {
    max-width: 1473px;
  }
}
.home .section-fourth-list .row:before {
  content: none;
}

@media screen and (min-width: 1200px) {
  .home .section-fourth-list .row:before {
    position: absolute;
    z-index: 1;
    content: "";
    top: 1px;
    left: 0;
    right: auto;
    width: calc((100vw - 1122px) / 2);
    height: 1px;
    background-color: #6B6D8B;
  }
}
@media screen and (min-width: 1400px) {
  .home .section-fourth-list .row:before {
    width: calc((100vw - 1315px) / 2);
  }
}
@media screen and (min-width: 1440px) {
  .home .section-fourth-list .row:before {
    width: calc((100vw - 1392px) / 2);
  }
}
@media screen and (min-width: 1600px) {
  .home .section-fourth-list .row:before {
    width: calc((100vw - 1455px) / 2);
  }
}
.home .section-fourth-list .row:after {
  content: none;
}

@media screen and (min-width: 1200px) {
  .home .section-fourth-list .row:after {
    position: absolute;
    z-index: 1;
    content: "";
    top: 1px;
    left: auto;
    right: 0;
    width: calc((100vw - 1159px) / 2);
    height: 1px;
    background-color: #6B6D8B;
  }
}
@media screen and (min-width: 1400px) {
  .home .section-fourth-list .row:after {
    width: calc((100vw - 1337px) / 2);
  }
}
@media screen and (min-width: 1440px) {
  .home .section-fourth-list .row:after {
    width: calc((100vw - 1427px) / 2);
  }
}
@media screen and (min-width: 1600px) {
  .home .section-fourth-list .row:after {
    width: calc((100vw - 1490px) / 2);
  }
}
.home .section-fourth-list .section-fourth-list-container-col {
  position: relative;
}

.home .section-fourth-list .section-fourth-list-container-col:before {
  content: none;
}

@media screen and (min-width: 1200px) {
  .home .section-fourth-list .section-fourth-list-container-col:before {
    position: absolute;
    content: "";
    z-index: 2;
    top: -36px;
    left: 12px;
    width: 13px;
    height: 13px;
    border: 1px solid #6B6D8B;
    transform: rotate(-135deg);
  }
}
.home .section-fourth-list .section-fourth-list-container-col:after {
  content: none;
}

@media screen and (min-width: 1200px) {
  .home .section-fourth-list .section-fourth-list-container-col:after {
    position: absolute;
    content: "";
    z-index: 1;
    top: -30px;
    left: auto;
    right: -9px;
    width: calc(100% - 18.38px);
    height: 1px;
    background-color: #6B6D8B;
  }
}
.home .section-fourth-list .section-fourth-list-container .section-fourth-list__item {
  position: relative;
  padding-left: 21px;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  .home .section-fourth-list .section-fourth-list-container .section-fourth-list__item {
    height: initial;
    padding-left: 0;
  }
}
@media screen and (min-width: 1600px) {
  .home .section-fourth-list .section-fourth-list-container .section-fourth-list__item {
    width: 100%;
    max-width: 303px;
  }
}
.home .section-fourth-list .section-fourth-list-container .section-fourth-list__item:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #6B6D8B;
}

@media screen and (min-width: 1200px) {
  .home .section-fourth-list .section-fourth-list-container .section-fourth-list__item:before {
    content: none;
  }
}
.home .section-fourth-list .section-fourth-list-container .section-fourth-list__item:after {
  position: absolute;
  content: "";
  top: 8px;
  left: -6px;
  width: 13px;
  height: 13px;
  background-color: #030830;
  border: 1px solid #6B6D8B;
  transform: rotate(-135deg);
}

@media screen and (min-width: 1200px) {
  .home .section-fourth-list .section-fourth-list-container .section-fourth-list__item:after {
    content: none;
  }
}
.home .section-fourth-list .section-fourth-list-container .title {
  font-family: var(--main-font), sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .home .section-fourth-list .section-fourth-list-container .title {
    font-size: 29px;
    margin-bottom: 10px;
  }
}
.home .section-fourth-list .section-fourth-list-container .subtitle {
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.home .section-fourth-list .section-fourth-list-container .list-txt {
  margin-bottom: 49px;
}

.home .section-fourth-list .section-fourth-list-container .list-txt * {
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  line-height: 28px;
}

@media screen and (min-width: 1400px) {
  .home .section-fourth-list .section-fourth-list-container .list-txt * {
    line-height: 34px;
  }
}
.home .section-fourth-list .section-fourth-list-container .list-txt a {
  text-decoration: underline;
}

.home .section-fourth-list .section-fourth-list-container-col:first-child .section-fourth-list__item:before {
  height: calc(100% - 15px);
}

.home .section-fourth-list .section-fourth-list-container-col:last-child .section-fourth-list__item {
  padding-bottom: 76px;
}

@media screen and (min-width: 992px) {
  .home .section-fourth-list .section-fourth-list-container-col:last-child .section-fourth-list__item {
    padding-bottom: 116px;
  }
}
@media screen and (min-width: 1200px) {
  .home .section-fourth-list .section-fourth-list-container-col:last-child .section-fourth-list__item {
    padding-bottom: 0;
  }
}
.home .section-fourth-list .section-fourth-list-container-col:last-child .list-txt {
  margin-bottom: 0;
}

.home .section-fourth-list .section-fourth-list-container-col:last-child .list-txt p:last-of-type {
  margin-bottom: 0;
}

.home .section-bottom {
  background-image: url("../images/Ready-for-justice-bg-img-mobile.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 47px;
  padding-bottom: 56px;
}

@media screen and (min-width: 768px) {
  .home .section-bottom {
    padding-top: 78px;
    padding-bottom: 78px;
    background-image: url("../images/Ready-for-justice-bg-img.jpg");
  }
}
@media screen and (min-width: 992px) {
  .home .section-bottom {
    padding-top: 140px;
    padding-bottom: 95px;
  }
}
.home .section-bottom .container {
  position: static;
}

@media screen and (min-width: 1600px) {
  .home .section-bottom .container {
    max-width: 1367px;
  }
}
.home .section-bottom-img-container {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .home .section-bottom-img-container {
    position: absolute;
    left: 0;
    width: calc(50% - 117.2px);
    height: 100%;
    max-height: 720px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .home .section-bottom-img-container {
    width: calc(50% - 165px);
    max-height: 720px;
  }
}
.home .section-bottom-img-mobile {
  border-radius: 0px 60px;
}

.home .section-bottom-img {
  border-top-right-radius: 80px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1200px) {
  .home .section-bottom .col-line {
    padding-left: 50px;
  }
}
@media screen and (min-width: 992px) {
  .home .section-bottom .second-row {
    padding-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .home .section-bottom .entry-content {
    width: 100%;
    max-width: 702px;
    margin-top: 40.73px;
  }
}
@media screen and (min-width: 1400px) {
  .home .section-bottom .entry-content {
    padding-left: 20px;
    margin-left: 0;
    max-width: 736px;
  }
}
.home .section-bottom .entry-content *:not(.btn span) {
  color: #fff;
}

.home .section-bottom .entry-content h2 span {
  color: #569FDF !important;
}

@media screen and (min-width: 992px) {
  .home .section-bottom .entry-content.entry-content-w-line-end:before {
    width: calc(50% + 79.62px);
  }
}
@media screen and (min-width: 1200px) {
  .home .section-bottom .entry-content.entry-content-w-line-end:before {
    width: calc(50% + 55.62px);
  }
}
@media screen and (min-width: 1400px) {
  .home .section-bottom .entry-content.entry-content-w-line-end:before {
    width: calc(50% + 70.62px);
  }
}
@media screen and (min-width: 1440px) {
  .home .section-bottom .entry-content.entry-content-w-line-end:before {
    width: calc(50% + 79.62px);
  }
}
@media (min-width: 1600px) {
  .home .section-bottom .entry-content.entry-content-w-line-end:before {
    width: calc(50% + 74.62px);
  }
}
@media screen and (min-width: 992px) {
  .home .section-bottom .entry-content .heading-container {
    padding-top: 44px;
  }
}
@media screen and (min-width: 1400px) {
  .home .section-bottom .entry-content .heading-container:before {
    left: -46px;
  }
}
@media (min-width: 331px) and (max-width: 399px) {
  .home .section-bottom .entry-content .txt-container {
    width: 100%;
    max-width: 320px;
  }
}
@media screen and (min-width: 992px) {
  .home .section-bottom .entry-content .txt-container .button-wrap {
    margin-bottom: 70px;
  }
}
.home .stats-bar-list {
  padding-left: 0;
}

.home .stats-bar-list__value {
  color: #fff;
  text-align: center;
  display: block;
  font-family: var(--secondary-font), sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
}

.home .stats-bar-list__desc {
  color: #fff;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 6px;
  text-transform: uppercase;
  display: block;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.home .stats-bar-list__item {
  position: relative;
  margin-top: 50px;
}

@media (max-width: 991px) {
  .home .stats-bar-list__item:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 187px;
    height: 1px;
    background-color: #757793;
    bottom: -25px;
  }
  .home .stats-bar-list__item:first-child {
    margin-top: 15px;
  }
  .home .stats-bar-list__item:last-child:before {
    content: none;
  }
}
@media screen and (min-width: 992px) {
  .home .stats-bar-list__item {
    position: relative;
  }
  .home .stats-bar-list__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 93px;
    z-index: 1;
    background: #757793;
  }
  .home .stats-bar-list__item:last-child::after {
    content: none;
  }
}

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