/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.home .practice-areas-home .pa-item-accordion .pa-title:after, .home .practice-areas-home .practice-area-card .content-holder, .home .practice-areas-home .practice-area-card, .home .main-content .intro-content-holder .content .read-more-btn .icon-holder {
  transition: all 0.3s ease-in-out;
}

.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-content-why-choose-wrapper {
  background-image: url(../images/bg-pattern.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home .main-content {
  position: relative;
  padding: 40px 0 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .home .main-content {
    padding-top: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 63.9%;
    height: 100%;
    background-image: var(--intro-image);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 27px 96px 28px 0 rgba(0, 1, 10, 0), 17px 62px 26px 0 rgba(0, 1, 10, 0.01), 10px 35px 22px 0 rgba(0, 1, 10, 0.05), 4px 15px 16px 0 rgba(0, 1, 10, 0.09), 1px 4px 9px 0 rgba(0, 1, 10, 0.1);
  }
}
.home .main-content .row {
  align-items: center;
}

.home .main-content .intro-content-holder {
  position: relative;
  z-index: 1;
  padding: 26px 31px 37px 25px;
  background-color: #fff;
  border-left: 5px solid;
  border-image: linear-gradient(90deg, #CE9728 6.61%, #9B6D17 16.62%, #865B11 21.63%, #AA7D24 26.64%, #D6A73C 33.65%, #E7B846 36.65%, #ECC351 38.66%, #F9E06E 43.66%, #FFEC7A 46.67%, #F6D967 50.67%, #EBC14F 57.69%, #E7B846 61.69%, #E0AF3D 64.7%, #D29D2D 71.71%, #CE9728 76.72%, #E2B647 80.72%, #F2CD5F 84.73%, #FBDC6E 88.73%, #FFE173 91.74%, #F9D05C 94.74%, #F5C349 98.75%, #F2BB3D 102.76%, #F2B93A 106.76%) 1;
  box-shadow: 27px 96px 28px 0 rgba(0, 1, 10, 0), 17px 62px 26px 0 rgba(0, 1, 10, 0.01), 10px 35px 22px 0 rgba(0, 1, 10, 0.05), 4px 15px 16px 0 rgba(0, 1, 10, 0.09), 1px 4px 9px 0 rgba(0, 1, 10, 0.1);
}

@media screen and (min-width: 768px) {
  .home .main-content .intro-content-holder {
    padding: 70px 20px 65px;
    border-left: 10px solid;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .intro-content-holder {
    margin-right: 3px;
  }
}
@media (max-width: 1199px) {
  .home .main-content .intro-content-holder {
    margin-bottom: -274px;
  }
}
@media (max-width: 767px) {
  .home .main-content .intro-content-holder {
    margin-left: auto;
    margin-right: auto;
    max-width: 330px;
  }
}
.home .main-content .intro-content-holder .content {
  margin: 0 auto;
  max-width: 530px;
}

.home .main-content .intro-content-holder .content h1 {
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .home .main-content .intro-content-holder .content h1 {
    margin-bottom: 16px;
  }
}
.home .main-content .intro-content-holder .content p:last-child {
  margin-bottom: 0;
}

.home .main-content .intro-content-holder .content .content-wrapper {
  position: relative;
}

@media (max-width: 767px) {
  .home .main-content .intro-content-holder .content .content-wrapper.open .content-text {
    max-height: 800px;
  }
  .home .main-content .intro-content-holder .content .content-wrapper.open .content-text:before {
    opacity: 0;
  }
}
.home .main-content .intro-content-holder .content .content-wrapper.open .read-more-btn .icon-holder {
  background-image: url(../images/icons/icon-load-less.svg);
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .home .main-content .intro-content-holder .content .content-wrapper .content-text {
    position: relative;
    max-height: 222px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  .home .main-content .intro-content-holder .content .content-wrapper .content-text:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: linear-gradient(transparent, #fff);
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
  }
}
.home .main-content .intro-content-holder .content .read-more-btn {
  display: block;
  padding: 0;
  margin: 36px auto 0;
  color: var(--text-color);
  width: max-content;
  font-size: 16px;
  line-height: 24px;
  background: none;
  border: none;
}

@media screen and (min-width: 768px) {
  .home .main-content .intro-content-holder .content .read-more-btn {
    display: none;
  }
}
.home .main-content .intro-content-holder .content .read-more-btn .icon-holder {
  display: block;
  margin: 9px auto 0;
  width: 36px;
  height: 36px;
  background: url(../images/icons/icon-load-more.svg) no-repeat center;
  background-size: contain;
}

.home .why-choose {
  padding: 36px 0 40px;
}

@media screen and (min-width: 768px) {
  .home .why-choose {
    padding: 70px 0 80px;
  }
}
.home .why-choose .section-title {
  margin-bottom: 32px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .home .why-choose .section-title {
    margin-bottom: 47px;
  }
}
@media (max-width: 767px) {
  .home .why-choose .section-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 230px;
  }
}
@media screen and (min-width: 768px) {
  .home .why-choose .why-choose-items {
    overflow: visible;
    max-width: 1070px;
  }
}
@media screen and (min-width: 768px) {
  .home .why-choose .why-choose-items .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .home .why-choose .why-choose-items .swiper-slide {
    width: calc(50% - 15px) !important;
    flex: 0 0 calc(50% - 15px);
  }
}
.home .why-choose .why-choose-items .swiper-slide .item {
  position: relative;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (min-width: 768px) {
  .home .why-choose .why-choose-items .swiper-slide .item {
    display: flex;
    align-items: center;
    padding-left: 57px;
    margin-bottom: -6px;
    min-height: 44px;
    font-size: 18px;
    line-height: 20px;
  }
}
.home .why-choose .why-choose-items .swiper-slide .item:before {
  content: "";
  margin: 0 auto 6px;
  width: 44px;
  height: 44px;
  background: url(../images/icons/icon-check.svg) no-repeat center;
  background-size: contain;
  border-radius: 50%;
  box-shadow: 27px 96px 28px 0 rgba(0, 1, 10, 0), 17px 62px 26px 0 rgba(0, 1, 10, 0.01), 10px 35px 22px 0 rgba(0, 1, 10, 0.05), 4px 15px 16px 0 rgba(0, 1, 10, 0.09), 1px 4px 9px 0 rgba(0, 1, 10, 0.1);
}

@media screen and (min-width: 768px) {
  .home .why-choose .why-choose-items .swiper-slide .item:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -22px 0 0;
  }
}
@media (max-width: 767px) {
  .home .why-choose .why-choose-items .swiper-slide .item:before {
    display: block;
  }
}
.home .why-choose .why-choose-items .swiper-pagination {
  margin: 15px 0 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .home .why-choose .why-choose-items .swiper-pagination {
    display: none;
  }
}
.home .why-choose .btn-wrapper {
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  .home .why-choose .btn-wrapper {
    margin-top: 65px;
  }
}
.home .why-choose .btn-wrapper .btn {
  margin: 0 auto;
}

.home .practice-areas-home {
  position: relative;
  padding: 24px 0 40px;
}

@media screen and (min-width: 768px) {
  .home .practice-areas-home {
    padding: 77px 0 80px;
  }
}
@media screen and (min-width: 1200px) {
  .home .practice-areas-home {
    padding-bottom: 105px;
  }
}
@media (max-width: 1199px) {
  .home .practice-areas-home {
    background-image: url(../images/bg-pa-home.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .home .practice-areas-home {
    background-image: url(../images/bg-pa-home-mobile.webp);
  }
}
@media screen and (min-width: 1200px) {
  .home .practice-areas-home:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 667px;
    background-image: url(../images/bg-pa-home.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1200px) {
  .home .practice-areas-home .container {
    padding: 0;
    max-width: 100%;
  }
}
.home .practice-areas-home .section-heading {
  position: relative;
  margin: 0 auto 34px;
}

@media screen and (min-width: 768px) {
  .home .practice-areas-home .section-heading {
    margin-bottom: 50px;
    max-width: 872px;
    text-align: center;
  }
}
.home .practice-areas-home .section-heading .subheading,
.home .practice-areas-home .section-heading .section-title {
  color: #fff;
}

.home .practice-areas-home .section-heading .subheading {
  margin-bottom: 13px;
}

@media screen and (min-width: 768px) {
  .home .practice-areas-home .section-heading .subheading {
    margin-bottom: 7px;
  }
}
.home .practice-areas-home .section-heading .section-title {
  margin: 0;
}

.home .practice-areas-home .practice-areas-slider-wrapper {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .home .practice-areas-home .practice-areas-slider-wrapper {
    padding-left: 12px;
    margin-left: calc((100% - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .home .practice-areas-home .practice-areas-slider-wrapper {
    margin-left: calc((100% - 1320px) / 2);
  }
}
@media (min-width: 1440px) {
  .home .practice-areas-home .practice-areas-slider-wrapper {
    margin-left: calc((100% - 1434px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .home .practice-areas-home .practice-areas-slider-wrapper .practice-areas-slider .swiper-slide {
    width: auto;
  }
}
.home .practice-areas-home .practice-areas-slider-wrapper .practice-areas-slider .swiper-slide.swiper-slide-active .practice-area-card {
  z-index: 2;
}

.home .practice-areas-home .practice-areas-slider-wrapper .practice-areas-slider .swiper-slide.swiper-slide-active .practice-area-card .practice-area-content {
  opacity: 1;
}

.home .practice-areas-home .practice-areas-slider-wrapper .swiper-button-wrapper {
  justify-content: end;
  padding-right: 48px;
  margin-bottom: 40px;
  max-width: 1434px;
}

.home .practice-areas-home .practice-area-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.home .practice-areas-home .practice-area-card:hover {
  width: 450px;
}

.home .practice-areas-home .practice-area-card:hover .content-holder {
  opacity: 1;
}

.home .practice-areas-home .practice-area-card .title {
  margin-bottom: 12px;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 1.8px;
}

.home .practice-areas-home .practice-area-card .title.outside {
  margin-bottom: 0;
  line-height: 1;
  white-space: nowrap;
  transform: rotate(90deg);
}

.home .practice-areas-home .practice-area-card .content-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 450px;
  display: flex;
  align-items: flex-end;
  padding: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}

.home .practice-areas-home .practice-area-card .content-holder .content {
  max-width: 349px;
}

.home .practice-areas-home .practice-area-card .content-holder .excerpt {
  margin-bottom: 18px;
}

.home .practice-areas-home .practice-area-card .content-holder .excerpt p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.home .practice-areas-home .practice-area-card .content-holder .excerpt p:last-child {
  margin-bottom: 0;
}

.home .practice-areas-home .practice-area-card .content-holder .btn {
  max-width: 100%;
}

.home .practice-areas-home .pa-item-accordion {
  margin-bottom: 18px;
  border: 1px solid #fff;
}

.home .practice-areas-home .pa-item-accordion .pa-title {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 50px;
  background-color: rgba(0, 5, 19, 0.5);
}

.home .practice-areas-home .pa-item-accordion .pa-title .image-holder {
  margin-right: 16px;
}

@media (max-width: 767px) {
  .home .practice-areas-home .pa-item-accordion .pa-title .image-holder {
    flex: 0 0 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .home .practice-areas-home .pa-item-accordion .pa-title .image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.home .practice-areas-home .pa-item-accordion .pa-title span,
.home .practice-areas-home .pa-item-accordion .pa-title h2 {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.home .practice-areas-home .pa-item-accordion .pa-title span:after,
.home .practice-areas-home .pa-item-accordion .pa-title h2:after {
  display: none;
}

.home .practice-areas-home .pa-item-accordion .pa-title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 8px;
  background: url(../images/icons/icon-arrow-down.svg) no-repeat center;
  transform: translateY(-50%);
}

.home .practice-areas-home .pa-item-accordion .pa-title[aria-expanded=true]:after {
  transform: translateY(-50%) rotate(180deg);
}

.home .practice-areas-home .pa-item-accordion-body {
  padding: 13px 20px 21px;
  border-top: 1px solid #fff;
}

.home .practice-areas-home .pa-item-accordion-body .pa-excerpt {
  margin-bottom: 11px;
}

.home .practice-areas-home .pa-item-accordion-body .pa-excerpt p {
  color: #fff;
}

.home .practice-areas-home .pa-item-accordion-body .pa-excerpt p:last-child {
  margin-bottom: 0;
}

.home .practice-areas-home .pa-item-accordion-body .btn {
  text-align: left;
}

.home .practice-areas-home .btn-wrapper {
  margin-top: 11px;
}

@media screen and (min-width: 1200px) {
  .home .practice-areas-home .btn-wrapper {
    margin-top: 60px;
  }
}
.home .practice-areas-home .btn-wrapper .btn {
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .home .practice-areas-home .btn-wrapper .btn {
    color: #fff;
    border-color: #fff;
  }
  .home .practice-areas-home .btn-wrapper .btn:after {
    filter: brightness(0) invert(1);
  }
  .home .practice-areas-home .btn-wrapper .btn:hover {
    color: var(--color-primary);
    background-color: #fff;
  }
  .home .practice-areas-home .btn-wrapper .btn:hover:after {
    filter: none;
  }
}
@media (max-width: 767px) {
  .home .practice-areas-home .btn-wrapper .btn {
    width: 100%;
    max-width: 345px;
  }
}
.home .attorneys-bottom-section-wrapper {
  position: relative;
}

.home .attorneys-bottom-section-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -122px;
  left: 0;
  z-index: -1;
  width: 100%;
  background-image: url(../images/bg-pattern.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .home .attorneys-bottom-section-wrapper:before {
    bottom: -156px;
  }
}
@media screen and (min-width: 992px) {
  .home .attorneys-bottom-section-wrapper:before {
    bottom: -69px;
  }
}
@media screen and (min-width: 1200px) {
  .home .attorneys-bottom-section-wrapper:before {
    top: -398px;
    bottom: initial;
    height: 1918px;
  }
}

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