/**
* 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 .faqs-home .read-more-btnfaqs .icon-holder, .home .main-content .read-more-btn .icon-holder {
  transition: all 0.2s ease;
}

.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;
}

.rev-row {
  flex-direction: row-reverse;
}

.main-content-row {
  row-gap: 30px;
}

.home .main-content {
  padding-top: 65px;
  padding-bottom: 10px;
  background: #fff;
  position: relative;
  z-index: 9;
  /*@media screen and (min-width: 992px) {*/
}

@media screen and (min-width: 1200px) {
  .home .main-content {
    padding-top: 100px;
  }
}
.home .main-content .container {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .home .main-content .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.home .main-content .scroll-down {
  position: absolute;
  top: -31px;
  left: 50%;
  Transform: translateX(-50%);
  border-radius: 60px;
  background: #fff;
  filter: drop-shadow(0 0 40px rgba(0, 12, 29, 0.1));
  height: 60px;
  width: 60px;
}

.home .main-content .scroll-down svg {
  position: relative;
  top: 18px;
  left: 24px;
}

.home .main-content .image-holder {
  position: relative;
  padding-top: 5px;
  text-align: center;
  /*@media screen and (min-width: 992px) {*/
}

@media screen and (min-width: 1200px) {
  .home .main-content .image-holder {
    text-align: initial;
  }
}
.home .main-content .image-holder .shadow {
  width: 430px;
  height: 420px;
  border-radius: 12px;
  background: linear-gradient(0deg, rgba(39, 106, 208, 0) 0%, #0B2A59 100%), url() lightgray 50%/cover no-repeat;
  box-shadow: 0 195px 55px 0 rgba(0, 0, 0, 0), 0 125px 50px 0 rgba(0, 0, 0, 0.01), 0 70px 42px 0 rgba(0, 0, 0, 0.05), 0 31px 31px 0 rgba(0, 0, 0, 0.09), 0 8px 17px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  .home .main-content .image-holder .shadow {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .image-holder .shadow {
    width: initial;
    height: initial;
  }
}
.home .main-content .image-holder .set-featured {
  position: absolute;
  width: 215px;
  top: 8%;
  left: 50%;
  Transform: translateX(-50%);
}

@media screen and (min-width: 992px) {
  .home .main-content .image-holder .set-featured {
    width: 305px;
  }
}
@media screen and (min-width: 1400px) {
  .home .main-content .image-holder .set-featured {
    width: 405px;
  }
}
.home .main-content .image-holder .name-image {
  position: absolute;
  right: 0;
  bottom: 35px;
  /*padding: 6px 15px 6px 15px;*/
  font-size: 14px;
  padding: 9px 13px 9px 13px;
  border-radius: 0 20.329px;
  border-left: 4.235px solid var(--color-primary);
  background: #fff;
  box-shadow: 0 165.176px 46.588px 0 rgba(0, 0, 0, 0), 0 105.882px 42.353px 0 rgba(0, 0, 0, 0.01), 0 59.294px 35.576px 0 rgba(0, 0, 0, 0.05), 0 26.259px 26.259px 0 rgba(0, 0, 0, 0.09), 0 6.776px 14.4px 0 rgba(0, 0, 0, 0.1);
  color: var(--color-tertiary);
  font-family: var(--secondary-font), sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media screen and (min-width: 992px) {
  .home .main-content .image-holder .name-image {
    font-size: 20.53px;
    padding: 8px 23px 6px 24px;
    bottom: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .home .main-content .image-holder .name-image {
    font-size: 29.53px;
    padding: 8px 23px 6px 24px;
    bottom: 72px;
  }
}
.home .main-content .content-wrapper {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .home .main-content .content-wrapper {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .home .main-content .content-wrapper {
    margin-left: auto;
    max-width: 606px;
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .home .main-content .content-wrapper {
    max-width: 690px;
  }
}
.home .main-content .content-wrapper {
  position: relative;
}

@media (max-width: 767px) {
  .home .main-content .content-wrapper.open .content-text {
    max-height: 1415px;
    /*max-height: 800px;*/
  }
  .home .main-content .content-wrapper.open .content-text:before {
    opacity: 0;
  }
}
.home .main-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 .content-wrapper .content-text {
    position: relative;
    /*max-height: 222px;*/
    max-height: 465px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    /**/
    max-width: 331px;
    margin-left: auto;
    margin-right: auto;
  }
  .home .main-content .content-wrapper .content-text:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*height: 70px;*/
    height: 230px;
    background: linear-gradient(transparent, #fff);
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
  }
}
.home .main-content .read-more-btn {
  display: block;
  padding: 0;
  /*margin: 0px auto 0;*/
  margin: -42px auto 0;
  width: max-content;
  color: var(--color-tertiary);
  font-family: var(--secondary-font), sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  background: none;
  border: none;
  /**/
  z-index: 9;
  position: relative;
}

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

.home .main-content #accident .col-5 {
  width: 100%;
  /*@media screen and (min-width: 992px) {*/
}

@media screen and (min-width: 1200px) {
  .home .main-content #accident .col-5 {
    width: 41.6666666667%;
  }
}
.home .main-content #accident .col-7 {
  width: 100%;
  margin-top: 40px;
  /*@media screen and (min-width: 992px) {*/
}

@media screen and (min-width: 1200px) {
  .home .main-content #accident .col-7 {
    width: 58.3333333333%;
    margin-top: initial;
  }
}
@media screen and (min-width: 992px) {
  .home .testimonials-section .swiper-wrapper {
    padding-bottom: 105px;
  }
}
.home .testimonials-section .swiper .swiper-pagination {
  position: absolute;
  left: 50%;
  Transform: translateX(-58%);
}

@media screen and (min-width: 992px) {
  .home .testimonials-section .swiper .swiper-pagination {
    Transform: translateX(-51%);
  }
}
@media screen and (min-width: 1200px) {
  .home .testimonials-section .swiper .swiper-pagination {
    Transform: translateX(-58%);
  }
}
@media screen and (min-width: 1900px) {
  .home .testimonials-section .swiper .swiper-pagination {
    Transform: translateX(-60%);
  }
}
@media screen and (min-width: 992px) {
  .home .testimonials-section .btn {
    margin-top: 20px !important;
  }
}
.home .why-choose-us {
  padding: 40px 0 20px;
  background: var(--color-neutral);
  border-bottom-right-radius: 60px;
}

@media screen and (min-width: 768px) {
  .home .why-choose-us {
    border-bottom-right-radius: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .home .why-choose-us {
    padding: 130px 0 60px;
  }
}
.home .why-choose-us .row {
  flex-direction: column-reverse;
}

@media screen and (min-width: 1200px) {
  .home .why-choose-us .row {
    flex-direction: row;
  }
}
@media screen and (min-width: 1440px) {
  .home .why-choose-us .row {
    align-items: center;
  }
}
.home .why-choose-us .title {
  color: var(--color-primary);
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .home .why-choose-us .title {
    margin-bottom: 9px;
  }
}
@media screen and (min-width: 1200px) {
  .home .why-choose-us .title {
    margin-top: initial;
    text-align: left;
  }
}
.home .why-choose-us .content h2 {
  margin-top: 5px;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .home .why-choose-us .content h2 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .home .why-choose-us .content h2 {
    font-size: 39px;
  }
}
@media screen and (min-width: 1200px) {
  .home .why-choose-us .content h2 {
    margin-top: initial;
    text-align: left;
  }
}
.home .why-choose-us .content ul {
  padding-left: 10px !important;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .home .why-choose-us .content ul {
    padding-left: 0px !important;
    padding-right: 0px;
  }
}
@media screen and (min-width: 1400px) {
  .home .why-choose-us .content ul {
    padding-right: 161px;
  }
}
.home .why-choose-us .content ul li {
  padding-left: 45px;
  margin-bottom: 25px;
}

.home .why-choose-us .content ul li:before {
  content: url(../images/checkpoint.svg) !important;
  background: none !important;
  transform: none !important;
  left: 0px !important;
  top: 50% !important;
  Transform: translateY(-50%) !important;
  width: 30px !important;
  height: 30px !important;
}

.home .why-choose-us .col-6:first-child {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .home .why-choose-us .col-6:first-child {
    width: 54%;
  }
}
.home .why-choose-us .col-6:last-child {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .home .why-choose-us .col-6:last-child {
    width: 46%;
  }
}
.home .why-choose-us .info {
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .home .why-choose-us .info {
    max-width: 589px;
    margin-left: initial;
    margin-right: initial;
  }
}
.home .why-choose-us .info img {
  width: 100%;
  filter: drop-shadow(0 195px 55px rgba(0, 0, 0, 0)) drop-shadow(0 125px 50px rgba(0, 0, 0, 0.01)) drop-shadow(0 70px 42px rgba(0, 0, 0, 0.05)) drop-shadow(0 31px 31px rgba(0, 0, 0, 0.09)) drop-shadow(0 8px 17px rgba(0, 0, 0, 0.1));
}

@media screen and (min-width: 1400px) {
  .home .why-choose-us .info img {
    position: relative;
    left: 45px;
  }
}
.home .why-choose-us .info .caption {
  width: 100%;
  position: absolute;
  bottom: 40px;
  text-align: center;
  left: 50%;
  Transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .home .why-choose-us .info .caption {
    bottom: 50px;
  }
}
@media screen and (min-width: 1200x) {
  .home .why-choose-us .info .caption {
    bottom: 70px;
  }
}
.home .why-choose-us .info .caption span {
  display: block;
  color: var(--accent-color);
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .home .why-choose-us .info .caption span {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .home .why-choose-us .info .caption span {
    font-size: 24px;
  }
}
.home .why-choose-us .info .caption .contact-phone {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .home .why-choose-us .info .caption .contact-phone {
    font-size: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .home .why-choose-us .info .caption .contact-phone {
    font-size: 44.64px;
  }
}
.home .why-choose-us .info .caption .ted-label {
  color: #fff;
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .home .why-choose-us .info .caption .ted-label {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .home .why-choose-us .info .caption .ted-label {
    font-size: 24px;
  }
}
.home .why-choose-us .info .caption .answering {
  color: #fff;
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

@media screen and (min-width: 768px) {
  .home .why-choose-us .info .caption .answering {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .home .why-choose-us .info .caption .answering {
    font-size: 22.32px;
    line-height: 40.92px;
  }
}
.home .faqs-home {
  padding: 35px 0 40px;
  background: var(--color-neutral);
  /**/
  /**/
}

@media screen and (min-width: 768px) {
  .home .faqs-home {
    padding: 75px 0 50px;
  }
}
.home .faqs-home h2 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 767px) {
  .home .faqs-home h2 {
    text-align: left;
    max-width: 331px;
    padding-left: 0px;
  }
}
.home .faqs-home .content-wrapperfaqs {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .home .faqs-home .content-wrapperfaqs {
    text-align: left;
  }
}
.home .faqs-home .content-wrapperfaqs {
  position: relative;
}

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

@media (max-width: 767px) {
  .home .faqs-home .content-wrapperfaqs .content-text {
    position: relative;
    max-height: 286px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    max-width: 331px;
    margin-left: auto;
    margin-right: auto;
  }
  .home .faqs-home .content-wrapperfaqs .content-text:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 230px;
    background: linear-gradient(transparent, #fffbea);
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
  }
}
@media (max-width: 767px) {
  .home .faqs-home .content-wrapperfaqs .content-text p:last-child {
    padding-bottom: 25px;
  }
}
.home .faqs-home .read-more-btnfaqs {
  display: block;
  padding: 0;
  margin: -9px auto 0;
  width: max-content;
  color: var(--color-tertiary);
  font-family: var(--secondary-font), sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  background: none;
  border: none;
  /**/
  z-index: 9;
  position: relative;
}

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

.home .faqs-home #accordionFaqs {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.home .faqs-home #accordionFaqs .accordion-item {
  margin-bottom: 20px;
  border-radius: 12px;
  box-shadow: 0 0 40px 0 rgba(0, 12, 29, 0.1);
}

.home .faqs-home #accordionFaqs .accordion-item button {
  box-shadow: none !important;
  border-radius: 12px;
  background: #fff;
  margin-bottom: 0px;
  color: var(--color-tertiary);
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  padding-left: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
  /*align-items: start;*/
}

@media screen and (min-width: 992px) {
  .home .faqs-home #accordionFaqs .accordion-item button {
    padding-left: 30px;
    padding-top: 23px;
    padding-bottom: 23px;
    align-items: center;
  }
}
.home .faqs-home #accordionFaqs .accordion-item button[aria-expanded=true] {
  padding-top: 30px;
  padding-bottom: 6px;
  align-items: start;
}

.home .faqs-home #accordionFaqs .accordion-item button[aria-expanded=true] span {
  position: relative;
  top: -2px;
}

.home .faqs-home #accordionFaqs .accordion-item button[aria-expanded=true]:after {
  background: none;
  content: url(../images/close-icon.svg);
  transform: initial;
  width: auto;
  height: auto;
  z-index: 9;
}

.home .faqs-home #accordionFaqs .accordion-item button[aria-expanded=false]:after {
  background: none;
  content: url(../images/open-icon.svg);
  transform: initial;
  width: auto;
  height: auto;
  margin-top: 8px;
  z-index: 9;
}

.home .faqs-home #accordionFaqs .accordion-item .accordion-body {
  padding-top: 5px;
  padding-left: 24px;
  padding-bottom: 8px;
  padding-right: 25px;
}

@media screen and (min-width: 992px) {
  .home .faqs-home #accordionFaqs .accordion-item .accordion-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.home .banner {
  padding-bottom: 60px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .home .banner {
    padding-bottom: 65px;
  }
}
.home .banner:after {
  content: "";
  background: var(--color-neutral);
  border-bottom-right-radius: 60px;
  width: 100%;
  position: absolute;
  height: 66%;
  top: 0px;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .home .banner:after {
    border-bottom-right-radius: 200px;
  }
}
.home .banner h2 {
  color: #fff;
}

.home .banner .container {
  border-radius: 24px;
  background: url(../images/testimonials-bg.png);
  /*background: linear-gradient(290deg, #000C1D 0.54%, #0B2A59 99.41%);            
  box-shadow: 0 0 40px 0 rgba(0, 12, 29, 0.10);*/
  z-index: 1;
}

@media (max-width: 767px) {
  .home .banner .container {
    width: 92%;
    border-radius: 12px;
    background: linear-gradient(290deg, #000C1D 0.54%, #0B2A59 99.41%);
    box-shadow: 0 0 40px 0 rgba(0, 12, 29, 0.1);
  }
}
.home .banner .container .content {
  max-width: 299px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 460px) {
  .home .banner .container .content {
    max-width: 841px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) {
  .home .banner .container .content {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
@media screen and (min-width: 992px) {
  .home .banner .container .content {
    padding-left: initial;
    padding-right: initial;
  }
}
.home .banner .container .content p {
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .home .banner .container .content p {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .home .banner .container .content p {
    font-size: 24px;
    line-height: 32px;
  }
}
.home .banner .container .content .btn {
  margin-top: 2px;
}

@media screen and (min-width: 768px) {
  .home .banner .container .content .btn {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  html:lang(es-ES) .home .header .top-header-desktop .phone-section .info span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1400px) {
  html:lang(es-ES) .home .header .top-header-desktop .phone-section .info span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  html:lang(es-ES) .home .attorneys:after {
    height: 35%;
  }
}
html:lang(es-ES) .home .banner {
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  html:lang(es-ES) .home .banner:after {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  html:lang(es-ES) .home .banner .container .col-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
html:lang(es-ES) .home .banner .container .content .btn {
  font-size: 12px;
}

@media (min-width: 600px) {
  html:lang(es-ES) .home .banner .container .content .btn {
    font-size: 18px;
  }
}

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