/**********************************************/
/* Theme Name: WordPress Base                 */
/* Theme URI: http://www.wordpressbase.com    */
/* Author: WordPress Base                     */
/* Author URI: https://www.paperstreet.com    */
/* Description: A WordPress starting point    */
/* Text Domain: paperstreet                   */
/* Version: 3.2604                            */
/**********************************************/


/*
GENERAL
MENUS
HEADER
FOOTER
FEATURES
ANIMATIONS
MODULES
PRINT
MISC
*/

/*******************************************************************************************
GENERAL - Layout and general features
*******************************************************************************************/

/* GENERAL > Utility Classes */

.no-margin-last>p:last-of-type {
  margin: 0 !important;
}

.no-transition {
  transition: none !important;
}

.hr-after {
  position: relative;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.center,
.has-text-align-center,
.align-center,
.text-center {
  text-align: center;
}

.right,
.align-right,
.text-right {
  text-align: right;
}

.body-font {
  font-family: var(--body-font-family);
}

.header-font {
  font-family: var(--heading-font-family);
}

.overflow-hidden {
  overflow: hidden;
}

.flex-container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.module-contact-block-a-content {
  color: var(--color-white);
}

.module-contact-block-a-content h3 {
  display: none;
}

div[itemprop="address"] {
  margin-bottom: 20px;
}


.module.module-contact-block-a .flex-container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: center;
}

.module-contact-block-a-content p i {
  color: var(--secondary-color);
}

.module-contact-block-a-content a {
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
}

.module-contact-block-a-content a:hover,
.module-contact-block-a-content a:focus {
  text-decoration: none;
  color: var(--secondary-color);
  font-weight: normal;
  font-size: 18px;
}

.module-contact-block-a-content p {
  margin-bottom: 10px;
  font-size: 18px;
}

.module-contact-block-a-content p a {
  color: var(--color-white);
}

.flex-align-vertical {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-align-horizontal {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  text-align: center;
}

.small-margin-left {
  margin-left: 10px;
}

.small-margin-right {
  margin-right: 10px;
}

.pointer-events-none {
  pointer-events: none;
}

.transition-all {
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.z-index-over {
  position: relative;
  z-index: 1;
}

.background-center {
  background-position: center center !important;
}

.background-y-bottom {
  background-position-y: 100%;
}

.background-y-top {
  background-position-y: 0%;
}

.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
}

.background-transparent {
  background: transparent;
}

.light-text,
button.light-text,
.light-text h1,
.light-text h2,
.light-text h3,
.light-text p,
.light-text span,
.light-text li,
.light-text label {
  color: white;
}

/* GENERAL > HTML and Structure */

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;

  background: #a7a9ac !important;

}

.swiper-pagination-bullet-active {
  background: var(--secondary-color) !important;
}

.content {
  margin-bottom: 20px;
}

.content .wp-block-image {
  margin-bottom: 30px;
}

img.alignright,
.content .wp-block-image .alignright,
.content .wp-block-image.alignright {
  float: right;
  margin: 0 0 var(--gutter-size) var(--gutter-size);
}

img.alignleft,
.content .wp-block-image .alignleft,
.content .wp-block-image.alignleft {
  float: left;
  margin: 0 var(--gutter-size) var(--gutter-size) 0;
}

.content p.indent {
  margin-left: 60px;
}

.content section {
  margin-bottom: 60px;
}

.content section:last-of-type {
  margin: 0;
}

ol,
ul {
  margin: 0 0 35px 0;
  padding: 0;
}

ol {
  list-style-position: outside;
  padding-left: 0;
}

ul.has-before li,
.content li {
  /* font-size: 1rem; */
  color: var(--body-text-color);
  padding: 0 0 0 20px;
  position: relative;
  margin-bottom: 10px;
}

.content ol li {
  padding-left: 0;
}

.content ul li::before,
ul.has-before li::before {
  position: absolute;
  left: 3px;
  content: " ";
  color: var(--option-color);
  font-size: 24px;
  height: 7px;
  background: var(--option-color);
  width: 7px;
  top: 12px;
  font-family: "Font Awesome 6 Pro";
  border-radius: 10px;
}

ul.has-before li::before,
.content ul li::before,
.sidebar section ul li::before {
  font-family: "Font Awesome 6 Pro";
}

.content ul ul {
  margin: 5px 0 5px 10px;
}

.module.module-cta-a .row.center img {
  max-width: 100%;
  width: auto;
}

img {
  max-width: 100%;
  height: auto;
}

.content ol li {
  padding-left: 23px;
  position: relative;
  list-style: none;
  counter-increment: count-me;
  margin-top: 10px;
  margin-left: 0;
}

.content ol li::before {
  counter-increment: step-counter;
  content: counter(count-me)"" !important;
  display: block !important;
  position: absolute;
  left: 3px;
  width: auto;
  height: auto;
  top: -3px;
  background-repeat: no-repeat;
  background-position: 3px 0;
  padding-left: 0;
  padding-top: 4px;
  color: var(--body-text-color);
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

hr,
.hr-after::after {
  background: var(--secondary-color);
  width: 60px;
  height: 7px;
  display: block;
  border: none;
  margin: 20px 0 30px 0;
  content: "";
}

figure {
  margin: 0;
}

.italic {
  font-style: italic;
}

.swiper-button-container button.swiper-button-prev::after {
  content: "\f053" !important;
  font-size: 35px !important;
}

.swiper-button-container button.swiper-button-next::after {
  content: "\f054" !important;
  font-size: 35px !important;
}

.swiper-button-container button {
  border: none !important;
}

.non-italic,
address {
  font-style: normal;
}

section.no-underline ul {
  border: none;
}

section.no-underline ul:last-of-type {
  padding: 0;
}

section.sidebar-block {
  background: #fff;
  padding: 0;
}

.results-slider-single h4 {
  font-weight: 600;
  letter-spacing: 0;
  color: var(--secondary-color);
}

.side-testi.sidebar-block .swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--secondary-color));
}

.side-testi.sidebar-block .swiper-pagination {
  text-align: left;
}

.side-testi.sidebar-block {
  padding-bottom: 50px;
}

.sidebar section:not(:last-child) {
  margin-bottom: 60px;
}

.sidebar section ul li {
  padding: 8px 20px 8px 2px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
}

#header-search {
  display: none;
}

.sidebar section ul li::before {
  position: absolute;
  left: 3px;
  content: " ";
  color: var(--option-color);
  font-size: 24px;
  height: 7px;
  background: var(--option-color);
  width: 7px;
  top: 20px;
  font-family: "Font Awesome 6 Pro";
  border-radius: 10px;
  opacity: 0;
}

.sidebar section ul li {
  border-bottom: 1px solid var(--gray-color);
  /* border-image: linear-gradient(to left, #0a4e80, #35c376 52%, #74d945); */
  */ border-image-slice: 100%;
  border-image-slice: 100%;
  border-image-slice: 1;
}

.sidebar section ul li::after {
  position: absolute;
  content: "\f054";
  width: auto;
  height: 1px;
  right: 0;
  opacity: 1;
  font-family: "Font Awesome 6 Pro";
  left: inherit;
  top: 8px;
}

.sidebar-block h2 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  text-transform: none;
}

.sidebar section ul li,
.sidebar section ul li a {
  display: block;
}

.sidebar section button.no-button,
.sidebar section ul li a {
  color: var(--body-text-color);
  text-decoration: none !important;
  font-weight: 500;
  font-size: 16px;
  outline: none;
  border: none;
}

.sidebar section button.no-button:hover,
.sidebar section button.no-button:focus,
.sidebar section ul li a:hover,
.sidebar section ul li a:focus {
  color: var(--primary-color);
  text-decoration: none;
}

.sidebar section ul li:hover::after {
  color: var(--primary-color);
}


.sidebar-block.insights-inn {
  background: var(--primary-color-opt);
  padding: 50px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  /* background-image: url(/wp-content/uploads/cta-bg-mobile.webp); */
  background-size: cover;
  background-position: center;
}

.sidebar-block.insights-inn h2 {
  text-align: center;
  /* color: #fff; */
  font-size: 33px;
  background-image: none;
  color: var(--secondary-color);
  background-clip: inherit;
  -webkit-text-fill-color: inherit;
  margin-bottom: 15px;
  width: 100%;
}

.sidebar-block.insights-inn p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  max-width: 205px;
  margin-left: auto;
  margin-right: auto;
}


.sidebar-block.insights-inn .button.insight-readmore {
  position: absolute;
  bottom: -25px;
  margin: 0 auto;
  padding: 12px 30px;
}


.sidebar section ul li ul {
  padding-left: 10px;
  margin: 0;
}

#blog-search-input {
  border: 1px solid #e8e8e8;
  color: #333;
  font-size: 15px;
  height: 45px;
}

.search-form label {
  color: var(--body-text-color);
  height: 45px;
  top: 3px;
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
}


.content .search-results-container {
  margin-bottom: 80px;
}

.sidebar-block ul:last-of-type {
  margin: 0;
}


@media screen and (min-width: 1024px) {
  .content {

    padding-right: 70px !important;
  }

}

.home main {
  padding: 0;
}

@media screen and (min-width: 768px) {
  main {
    padding: 60px 0;
  }

  .main-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
  }

  .content {
    width: 68%;
    margin-bottom: 0;
    padding-right: 70px;
    position: relative;
  }

  .page-template-template-contact .content {
    width: 66%;
    padding-right: var(--gutter-size);
  }


  .content.full-width {
    width: 100%;
    padding-right: var(--gutter-size);
  }

  .sidebar {
    width: 32%;
    padding-left: 0;
  }

  .page-template-template-contact .sidebar {
    width: 33%;

  }


}


/* GENERAL > Form and Inputs */
input,
select,
textarea {
  color: white;
  background: none;
  border: 0;
  border-bottom: 1px solid var(--color-white);
  font-size: 1rem;
  line-height: 1;
  font-family: var(--body-font-family);
  box-shadow: none;
  margin: 0;
  width: 100%;
  border-radius: 0;
  padding: 0 15px;
}

select {
  border-bottom: none;
}

input,
select,
textarea,
label {
  height: 45px;
  line-height: 45px;
}

input.dark-input,
select.dark-input,
textarea.dark-input {
  color: var(--primary-color);
}

textarea {
  resize: none;
  min-height: 90px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.2;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: white;
}

input::placeholder,
textarea::placeholder {
  color: white;
}

select,
form legend,
form label,
form p {
  font-size: 0.9rem;
}

legend,
label {
  color: white;
}

fieldset {
  padding: 0;
  border: none;
  margin: 0;
}

label {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  pointer-events: none;
  transition: all 200ms ease-out;
}

input:focus:not([type="checkbox"])~label,
textarea:focus~label,
input.active~label,
textarea.active~label,
select.active~label {
  padding-left: 0;
  line-height: 0;
  top: -16px;
  font-size: 0.7rem;
}

.form-input-group label i {
  color: var(--secondary-color);
}

.gfield,
.form-input-group {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  text-align: left;
}

.gform_wrapper .gfield {
  margin-bottom: 0px;
  margin-top: 0;
}

.module-footer-b-footer-half .gform_wrapper input {
  height: 55px;
  line-height: 55px;

}

.small-12.map-main {
  margin-bottom: 45px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}

.small-12.map-main:last-child {
  margin-bottom: 0;
  border-bottom: 0px solid #ccc;
  padding-bottom: 0;
}


.gform_wrapper input {
  height: 45px;
  line-height: 40px;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  border-bottom: 1px solid #dadada;
  color: var(--color-alternate);
}

.gform_wrapper textarea {
  font-size: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #dadada;
  color: var(--color-alternate);
  min-height: 70px;
  margin-top: 10px;

}

.footer-logo {
  margin-bottom: 25px;
  padding-left: 15px;
}

.gsection_description {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin-bottom: 5px;
}

.form-input-group.button-container {
  margin-bottom: 0;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-wrapper {
  position: relative;
  width: 100%;
  border: 1px solid var(--primary-color);
}

.select-wrapper::after {
  content: "\f0dc";
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 45px;
  line-height: 45px;
  color: var(--primary-color);
  pointer-events: none;
  transition: all 200ms ease-out;
}

.select-wrapper.active::after {
  background: var(--primary-color);
  color: white;
}

.select-wrapper select {
  color: var(--color-white);
}

.sidebar .gform_wrapper .gsection_title {
  font-size: 30px;
  margin-bottom: 45px;
}

.years-block-inn {
  background-image: url(/wp-content/uploads/sidebar-block-bg.webp);
  background-size: cover;
  padding: 50px 65px;
}

.years-img img {
  max-width: 150px;
  margin: 0 auto;
}

.years-img {
  text-align: center;
}

.years-block-inn h4 {
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}


.gform_wrapper {
  padding: 35px;
  background: #fff;
}

.sidebar .gform_wrapper input {
  color: #fff;
}

.sidebar .gform_wrapper {
  padding: 35px;
  background: var(--option-color);
  /*border-bottom: 7px solid var(--secondary-color);*/
}

.sidebar .gform_wrapper label {
  color: #fff;
}

.sidebar.column .gsection_title {
  color: #fff;
}

.sidebar .gform_wrapper label {
  color: #fff;
}

.gform_wrapper .gfield.Get-your {
  text-align: center !important;
}

.gform_wrapper .gfield.Consultation {
  text-align: center !important;
}

.gform_wrapper .gfield.Consultation .gsection_title {
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin-bottom: 5px;
}




.contact-address i {
  color: var(--secondary-color);
}

.page-template-template-contact .footer.module-footer-b {
  display: none;
}

.page-template-template-contact .footer.module-footer-c {
  padding: 30px;
  text-align: center;
}

.page-template-template-contact .footer.module-footer-c .footer-inner {
  justify-content: center;
}

.contact-form-heading {
  color: white;
  text-align: center;
}

.background-input input:focus:not([type="checkbox"])~label,
.background-input textarea:focus~label,
.background-input input.active~label,
.background-input textarea.active~label,
.background-input select.active~label {
  color: var(--primary-color);
}

.background-input input,
.background-input textarea,
.background-input select {
  background-color: var(--primary-color);
}

.background-input.select-wrapper::after,
.background-input .select-wrapper::after {
  background-color: var(--color-gray);
}

input.has-error {
  border: 1px solid #ff0000 !important;
  box-shadow: 0 0 2px #ff0000 !important;
}


.module-practices-c .module-title {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 800;
}

.module-practices-c h3 {
  margin-top: 20px;
  font-size: 23px;
  font-weight: 800;

}


.practices-single-icon {
  max-width: 60px;
}

.module-practices-c h3::after {
  content: "";
  width: 50px;
  margin: 5px 0 1rem;
  height: 6px;
  background-color: var(--secondary-color);
  display: block;
  margin: 0 auto;
  margin-top: 12px;
  /* margin-bottom: 20px; */
}

.module-practices-c .practices-single {
  margin-bottom: 60px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 0 23px #eee;
}

.module-practices-c .practices-single-content {
  margin-bottom: 15px;
  font-size: 0.9rem;
}

.module-practices-c .practices-single-content p {
  margin: 0;
}

.module-practices-c .practices-single-more {
  text-transform: uppercase;
}

.module-practices-c .practices-single-more:hover,
.module-practices-c .practices-single-more:focus {
  text-decoration: none;
}

.module-practices-c .box-icon:before {
  margin-left: 0;
}

@media screen and (min-width: 640px) {
  .module-practices-c-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 60px;
    grid-column-gap: 40px;
  }

  .module-practices-c .practices-single {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .module-practices-c-inner {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 50px;
  }
}



/* Home Practice Area */


.practice-bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  position: absolute;
  z-index: -1;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}

.practice-bg-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.module-practices-a .row {
  position: relative;
  z-index: 1;
}

.module.module-practices-a {
  position: relative;
  padding: 100px 0;
}


.module-practices-a .row-narrow.center h4 {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 6.4px;
  text-align: center;
  color: var(--color-white);
  text-transform: uppercase;
  font-family: var(--body-font-family);
  margin-bottom: 10px;
}

.module-practices-a h2.module-title {
  text-align: center;
  color: var(--color-white);
  position: relative;
  display: inline-block;

}

.module-practices-a h2.module-title::before {
  content: "";
  position: absolute;
  right: 108%;
  background: var(--secondary-color);
  height: 2px;
  width: 215px;
  top: 28px;
}

.module-practices-a .row-narrow.center p {
  color: var(--color-white);
  margin-bottom: 35px;
}

.module-practices-a h2.module-title::after {
  content: "";
  position: absolute;
  left: 108%;
  background: var(--secondary-color);
  height: 2px;
  width: 215px;
  top: 28px;
}

.module-practices-a .practices-single {
  width: 100%;
  height: 225px;
  background: #f8f8f9;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
  text-decoration: none;
  /* align-content: space-between; */
  position: relative;
}

.module-practices-a .practices-single.practices-single-all {
  background: var(--primary-color);
  color: var(--color-white);
}

.prac-read-more {
  position: absolute;
  bottom: 10px;
  color: var(--primary-color);
  font-size: 12px;
  text-transform: uppercase;
}

.prac-read-more i {
  margin-left: 6px;
  font-size: 12px;
}

.module-practices-a .practices-single:hover,
.module-practices-a .practices-single:focus {
  background: #112847;
}

.module-practices-a .practices-single .practices-single-title {
  background: transparent;
  width: 100%;
  text-align: center;
  padding: 0;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  /* display: flex; */
  /* justify-content: flex-start; */
  /* flex-wrap: wrap; */
  /* align-items: center; */
  /* flex-direction: column; */
  text-align: left;
}

.module-practices-a .practices-single.practices-single-all {
  scale: 1 !important;
  background: var(--primary-color) !important;
}


.prac-icon img {
  max-width: 22px;
  /* min-height: 50px; */
  align-items: center;
  height: auto;
}

.module-practices-a .practices-single h3 {
  margin-top: 10px;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.85;
  letter-spacing: -0.26px;
  min-height: 50px;
}

.prac-icon {
  min-height: 45px;
}

.module-practices-a .practices-single.practices-single-all:hover .prac-read-more {
  color: var(--secondary-color) !important;
}

.module-practices-a .practices-single .practices-single-content {
  color: #fff;
  display: none;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}

.prac-icon-hover-main {
  display: flex;
  align-items: center;
  column-gap: 14px;
  color: var(--color-white);
  width: 100%;
}

.prac-icon-hover-main h3 {
  min-height: inherit;
  color: var(--color-white);
  margin: 0 !important;
  padding-top: 5px;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.85;
  letter-spacing: -0.26px;
  text-align: left;
}

.practices-single-content .prac-read-more {
  color: var(--secondary-color) !important;
  font-size: 11px !important;
}

.prac-hover-content ul {
  margin: 0;
}

.practices-single-content ul li {
  position: relative;
  padding-left: 21px;
  margin-left: 5px;
  font-size: 12px;
  margin-bottom: 0;
}


.practices-single-content ul li::before {
  position: absolute;
  left: 3px;
  content: " ";
  color: #fff;
  font-size: 21px;
  height: 5px;
  background: var(--color-white);
  width: 5px;
  top: 9px;
  font-family: "Font Awesome 6 Pro";
  border-radius: 10px;
}


.content ul ul {
  margin: 5px 0 5px 10px;
}






.module-practices-a .practices-single:hover .practices-single-content,
.module-practices-a .practices-single:focus .practices-single-content {
  display: flex;
  -webkit-animation: fadeIn 200ms ease-out;
  animation: fadeIn 200ms ease-out;
}

.module-practices-a .practices-single:hover .practices-single-title,
.module-practices-a .practices-single:focus .practices-single-title {}

.module-practices-a .practices-single:hover .practices-single-title h3,
.module-practices-a .practices-single:focus .practices-single-title h3 {
  color: #fff;
}

.module-practices-a .practices-single:hover .practices-single-title,
.module-practices-a .practices-single:focus .practices-single-title {
  display: none;

}

.module-practices-a .practices-single.practices-single-all .practices-single-title {
  display: block !important;
}

.module-practices-a .practices-single.practices-single-all h2 {
  color: var(--color-white);
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.85;
  letter-spacing: -0.26px;
  margin: 0;
}

.module-practices-a .practices-single.practices-single-all .prac-read-more {
  color: var(--color-white) !important;
}

a.practices-single:hover,
a.practices-single:focus {

  scale: 1.15;
}

.prac-icon-hover-main h3 {
  font-size: 22px !important;
}

.prac-icon-hover-main img {
  max-width: 18px !important;
}

@media screen and (min-width: 768px) {
  .module-practices-a-inner {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
    /* flex-direction: column; */
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px;
    align-items: flex-start;
  }

  .module-practices-a .practices-single {
    min-height: 240px;
    height: auto;
    width: 28%;
    align-items: flex-start;
    padding: 35px 25px;
  }



}

@media screen and (min-width: 1025px) {
  .module-practices-a-inner {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Home Practice Area */






.module-intro-b .flex-container {
  flex-wrap: wrap;
  align-items: normal;
}

.module-intro-b-image {
  display: flex;
  align-items: center;
  width: 100%;
  height: 300px;
}

.module-intro-b-image-inner {
  content: "";
  margin: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
}

.module-intro-b-content {
  padding: 50px 0;
}

.module-intro-b-content .module-title {
  text-align: left;
}

.module-intro-b-content .module-title::after {
  text-align: left;
  margin-left: 0;
}

@media screen and (min-width: 1025px) {
  .module-intro-b-image {
    width: 45%;
    height: auto;
  }

  .module-intro-b-content {
    flex: 1;
    align-items: center;
    padding: 60px 5% 60px 30px;
  }
}






.module-attorneys-a-inner .module-attorneys-a-content {
  text-align: center;
}

.module-attorneys-a-photo {
  margin-bottom: 30px;
  text-align: center;
}

.module-attorneys-a-photo img {
  width: 468px;
  box-shadow: -17px 14px 0px 0px #1B2C58;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .module-attorneys-a-photo {
    margin: 0 4% 0 0;
    padding-right: 6%;
    border-right: 1px solid #000;
    align-items: flex-end;
  }

  .module-attorneys-a-inner {
    display: flex;
  }

  .module-attorneys-a-inner .module-attorneys-a-content {
    text-align: left;
    flex: 1;
  }

  .module-attorneys-a .module-title {
    text-align: left;
  }
}

/*
@media screen and (min-width: 1025px) {
	.module-attorneys-a-content {
		padding-right: 10%;
	}
}
*/



/*******************************************************************************************
MISC - Miscellaneous and new code
*******************************************************************************************/
.grecaptcha-badge {
  display: none;
}

#theme-switcha {
  border: 1px solid #0f8577;
  margin-bottom: 30px;
  color: #1b2c58;
}


.module-practices-c h3 {
  margin-top: 20px;
  text-align: center;
  color: #1b2c58;
}

.module-practices-c h3:after {
  content: "";
  width: 100px;
  margin: 5px 0 1rem;
  height: 5px;

  display: block;
  margin: 0 auto;
  margin-top: 20px;
  /* margin-bottom: 20px; */
}

.module.module-badges-a {
  padding-top: 0;
  padding-bottom: 00px;
}

.module.module-badges-a button::after {
  color: #fff !important;
}

/*Homepage What we do section CSS Start*/

.module.section-practice .slide-scroll-btn.hp-prac-btn {
  display: block !important;
  bottom: 5px;
  position: absolute;
  z-index: 1;
  left: 0;
}

.module.section-practice {
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.page-template-template-practices .module.section-practice {
  padding: 0;
}

.prac-button {
  text-align: center;
}

.prac-button .prac-btn.button {
  background: #fff;
  color: #000;
}

.prac-button .prac-btn.button:hover,
.prac-button .prac-btn.button:focus {
  background: #86383c;
  color: #fff;
}

.module.section-practice .slide-scroll-btn.hp-prac-btn .scroll-to::after {
  background: #000;
}

.module.section-practice .slide-scroll-btn.hp-prac-btn .scroll-to:hover::after,
.module.section-practice .slide-scroll-btn.hp-prac-btn .scroll-to:focus::after {
  background: #86383c;
}

.module.section-practice .prac-first-title {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  letter-spacing: 9.6px;
  max-width: 800px;
  margin: 0 auto 10px auto;
}

.module.section-practice .prac-second-title {
  color: #fff;
  font-size: 110px;
  line-height: 100px;
  font-weight: bold;
  margin-bottom: 40px;
}

.practice-box-inn {
  background-size: cover;
  min-height: 220px;
  padding: 15px;
  display: flex;
  align-items: flex-end;
  margin: 10px;
  position: relative;
  margin-bottom: 20px;
}

.module-practices-inner.row-narrow {
  flex-wrap: wrap;
  column-gap: 20px;
  display: inline-block;
  margin-bottom: 40px;
}

.practice-box-inn {
  background-size: cover;
  margin-bottom: 10px;
  overflow: hidden;
}


.short_intro {
  padding: 15px 30px;
  position: absolute;
  bottom: 0;
  display: none;
}

.module-practices-block:hover .short_intro,
.module-practices-block:focus .short_intro {
  display: block;
}

.home .module-practices-block:hover h3.pracTit,
.home .module-practices-block:focus h3.pracTit {
  display: none;
}

.module-practices-block:hover .short_intro h3.pracTit,
.module-practices-block:focus .short_intro h3.pracTit {
  display: block;
}

.short_intro p {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.module-practices-block.prac-block4 .short_intro p,
.module-practices-block.prac-block5 .short_intro p {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 14;
  -webkit-box-orient: vertical;
}

.module-practices-block {
  width: 33%;
  float: left;
  text-decoration: none !important;
  position: relative;
}

.module-practices-block.prac-block4 .practice-box-inn,
.module-practices-block.prac-block5 .practice-box-inn {
  min-height: 460px;
}

/* .practice-box-inn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 70%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--alternate-color) 50%);
  content: '';
  -webkit-transform: translate3d(0, 40%, 0);
  transform: translate3d(0, 40%, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  z-index: 0;
} 

.module-practices-block:hover .practice-box-inn::after,
.module-practices-block:focus .practice-box-inn::after {
  height: 100%;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: linear-gradient(to bottom, rgba(26, 62, 110, 0.9) 10%, rgba(26, 62, 110, 0.9) 50%);
}*/

.pracTit {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: #fff;
  text-decoration: none;
  font-family: var(--body-font-family);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.pracIcon {
  width: 60px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.pracIcon i {
  font-weight: 300 !important;
  color: #fff;
  font-size: 25px;
}


@media screen and (max-width: 980px) {
  .module-practices-block {
    width: 48%;
    float: left;
    text-decoration: none !important;
    position: relative;
  }

}


@media screen and (max-width: 767px) {
  .module-practices-block {
    width: 100%;
    float: left;
    text-decoration: none !important;
    position: relative;
  }

}



/*Homepage What we do section CSS END*/


/*Sidebar Result section CSS START*/

.results-slider-single.side-result {
  background-image: url(/wp-content/uploads/form-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 15px;

}

.results-slider-single.side-result .practices-single-img {
  margin-bottom: 40px;
}

.res-read-more {
  margin: 35px 0;
}

.pract-single-tit-inn.center {
  min-height: 260px !important;
}

#slider-results {
  position: relative;
}

#slider-results .swiper-button-container {
  top: inherit !important;
  bottom: 66px !important;
  width: calc(100% + -3%);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

#slider-results .swiper-button-container button {
  border-color: var(--primary-color);
  color: var(--primary-color) !important;
}

#slider-results .swiper-button-container button::after {
  color: var(--primary-color) !important;
}

#slider-results .swiper-button-container button:hover,
#slider-results .swiper-button-container button:focus {
  border-color: var(--primary-color);
  color: var(--primary-color) !important;
  background: var(--primary-color);
}

#slider-results .swiper-button-container button:hover:after,
#slider-results .swiper-button-container button:focus:after {
  color: #fff !important;

}

/*Sidebar Result section CSS END*/


.cont-tit {
  color: var(--primary-color);
  margin-bottom: 10px;
  text-transform: none;
}

/* GENERAL > Gravity Forms Customizations */
.gform_fields input:focus:not([type="checkbox"])~label,
.gform_fields textarea:focus~label,
.gform_fields input.active~label,
.gform_fields input.active~label,
.gform_fields textarea.active~label,
.gform_fields select.active~label {
  top: -25px;
}

.gform_wrapper label {
  line-height: 1;
  display: flex;
  align-items: center;
  left: 0;
  padding: 0;
  color: var(--color-black);
  font-weight: 500;
  font-size: 16px;
}


.gform_footer .gform_button {
  padding: 0;
}

.small-12.address a {
  font-weight: bold;
  text-decoration: none;
}

.cont-map {
  margin-top: 30px;
}

.gform_footer .gform_button {
  padding: 0;
  border: none !important;
  min-height: 50px;
  letter-spacing: 1.5px;
  text-transform: none;
  font-weight: 600;
  font-size: 15px;
  border: none !important;
  margin-top: 30px;
  text-transform: uppercase;
  background: var(--secondary-color);
}

.gform_wrapper .button:hover,
.gform_wrapper .button:focus {
  background: var(--primary-color) !important;
  border: none !important;
  color: #fff !important
}


.gform_validation_errors ol,
.gform_submission_error .gform_heading,
.ginput_counter,
span.gfield_required {
  display: none;
}

.gfield_contains_required label.gfield_label:after {
  content: " *";
  color: red;
  margin-left: 5px;
}

.gform_submission_error,
h2.gform_submission_error,
.validation_message,
p.error-text {
  color: red;
  font-weight: 700;
  margin: 0;
  font-size: 0.7rem;
  -webkit-animation: fadeIn 125ms both;
  animation: fadeIn 125ms both;
}

h2.gform_submission_error {
  text-align: center;
  margin-bottom: 20px;
}

.validation_message {
  margin-bottom: 20px;
}

/* GENERAL > Swiper Customizations */
.swiper.swiper-initialized {
  visibility: visible;
}

.swiper-button-container {
  position: absolute;
  display: flex;
  justify-content: space-between;
  left: -30px;
  right: 0;
  width: calc(100% + 60px);
  top: calc(50% - 22px);
}

.swiper-button-container.buttons-bottom {
  left: 0;
  top: 100%;
  width: 100%;
}

.swiper-button-container .swiper-button-next,
.swiper-button-container .swiper-button-prev {
  position: relative !important;
  /* height: auto !important; */
  min-width: 40px !important;
  margin-top: 0 !important;
  padding: 0px;
  background: transparent;
  border-radius: 55%;
  width: 45px;
  height: 45px !important;
  outline: none
}




.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: "Font Awesome 6 Pro" !important;
  content: "\f0da" !important;
  color: var(--secondary-color);
  -webkit-transition: color 200ms ease-out;
  -moz-transition: color 200ms ease-out;
  -ms-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 22px !important;
}

.swiper-button-container button:hover,
.swiper-button-container button:focus {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  outline: none
}



.swiper-button-prev::after {
  content: "\f0d9" !important;
}

.swiper-button-next:hover:after,
.swiper-button-next:focus:after,
.swiper-button-prev:hover:after,
.swiper-button-prev:focus:after {
  color: var(--primary-color-lite) !important;
}

.swiper-outer {
  max-width: 85%;
  position: relative;
  margin: 0 auto;
}

.swiper-outer.full-width {
  max-width: none !important;
}

.swiper-autoplay-toggle {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
}

@media screen and (min-width: 768px) {
  .sidebar .swiper-outer {
    max-width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .swiper-outer {
    max-width: calc(100% - 200px);
  }

  .module-results-b .swiper-outer {
    max-width: calc(100% - 00px);
  }

  .swiper-button-container {
    left: -100px;
    width: calc(100% + 200px);
  }

  .module-results-b .swiper-button-container {
    left: -70px;
    width: calc(100% + 125px);
  }

  .swiper-button-container {
    left: -84px;
    width: calc(100% + 165px);
  }


  .swiper-outer.full-width .swiper-button-container {
    left: 0;
    width: 100%;
  }
}

/* GENERAL > Skip To Content */
#skiptocontent {
  z-index: 10;
  position: fixed;
  padding: 8px;
  display: block !important;
  transform: translateY(-40px);
  opacity: 0;
  background-color: var(--secondary-color);
  color: white;
  transition: all 200ms ease-out;
}

#skiptocontent:focus {
  transform: translateY(0);
  opacity: 1;
}

.swiper-autoplay-toggle.no-button {
  display: none;
}

@media only screen and (max-width: 640px) {
  #skiptocontent {
    display: none !important;
  }
}

.module.module-badges-a img {
  max-width: 180px;
  height: auto;
  width: ;
}

/*******************************************************************************************
MENUS - Non-critical menu styling
*******************************************************************************************/

/* MENUS > Mobile Menu */

#mobile-navigation {
  z-index: 100;
  position: fixed;
  top: 0;
  background-color: var(--option-color);
  overflow: auto;
  background-image: url(images/Menu-bg.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

#mobile-navigation.active {
  -webkit-animation: fadeInRight 400ms cubic-bezier(0.87, 0, 0.13, 1);
  animation: fadeInRight 400ms cubic-bezier(0.87, 0, 0.13, 1);
  display: block;
}

#mobile-navigation {
  width: 100%;
  height: 100vh;
}

.mobile-navigation-top-inner {
  padding: 24px 7%;
  background: transparent;
  display: none;
  width: 100%;
}

.mobile-navigation-top-inner img {
  max-width: 160px;
  height: auto;
  width: 100%;
}


#mobile-navigation.active .mobile-navigation-top-inner {
  display: flex !important;
}

#mobile-navigation a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  font-size: 16px;
  color: white;
  padding: 20px var(--gutter-size);
  font-weight: 600;
  padding-left: 0;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}

#mobile-navigation a:hover,
#mobile-navigation a:active,
#mobile-navigation a:focus {
  color: var(--secondary-color);
  /*	background: var(--color-white);*/
}

#mobile-navigation ul {
  margin: 0;
}

#mobile-navigation ul li {
  padding: 0 35px;
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--color-light-gray);
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15) 48%, rgb(255, 255, 255, 0.15));
  border-image-slice: 100%;
  border-image-slice: 1;
}

.mobile-menu-accordion #mobile-navigation .sub-menu li {
  border-bottom: none;
  padding: 0 1px;
}

/*.mobile-menu-accordion #mobile-navigation .sub-menu a {
	padding-left: calc(var(--gutter-size) * 1.5);
}*/

.mobile-menu-accordion #mobile-navigation .sub-menu a {
  /* padding-left: calc(var(--gutter-size) * 1.5); */
  font-size: 16px;
  padding: 6px 14px;
}


#mobile-navigation ul li:last-of-type {
  border: none;
}

#mobile-navigation ul li::before {
  display: none;
}

#mobile-navigation .sub-menu {
  margin: 0;
  background-color: transparent;
  z-index: 1;
  overflow: auto;
  display: none;
  width: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#mobile-navigation ul li.sub-menu-open>.sub-menu {
  display: block;
  padding: 0;
  padding-bottom: 15px;
}

#mobile-navigation .menu-item-has-children>a::after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  position: absolute;
  right: 25px;
  color: var(--secondary-color);
  font-size: 20px;
}

#mobile-navigation .sub-menu-open.menu-item-has-children>a::after {
  content: "\f0d8";
}

.mobile-navigation-close {
  padding: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 100%;
  background: none;
  margin-left: auto;
  color: var(--option-color);
  font-size: 15px;
  height: 40px;
  margin-right: 0;
  border: 0px solid var(--secondary-color) !important;
  max-width: 45px;
  max-height: 45px;
  background: #fff !important;
}

.mobile-navigation-close:focus,
.mobile-navigation-close:hover {
  color: var(--secondary-color);
}

.mobile-navigation-previous {
  margin-bottom: 10px;
  border: none !important;
}

#mobile-navigation #menu-main-navigation {
  padding: 0 0;
}

@media screen and (min-width: 1025px) {
  #mobile-navigation {
    display: none;
  }

  .mobile-navigation-top-inner {
    display: none;

  }
}

/* MENUS > Mobile Menu Paged */
.mobile-menu-paged #mobile-navigation .sub-menu {
  height: 100vh;
}

.mobile-menu-paged #mobile-navigation .menu-item-has-children>a::after {
  content: "\f105";
}

.mobile-menu-paged #mobile-navigation a {
  padding-left: var(--gutter-size);
}

.mobile-menu-paged #mobile-navigation ul li.sub-menu-open>.sub-menu {
  -webkit-animation: fadeInRight 300ms ease-out;
  animation: fadeInRight 300ms ease-out;
}

.mobile-menu-paged #mobile-navigation .sub-menu {
  position: fixed;
  top: 0;
}

/* MENUS > Mega Menu */
.mega-menu {
  width: 100%;
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  background: var(--primary-color);
  padding: 25px 75px;
}

.mega-navigation-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 18px;
  margin: 0;
}

.mega-menu li {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.mega-menu li:nth-child(4n) {
  border-right: none;
  margin: 0;
  padding-right: 0;
}

/*******************************************************************************************
HEADER - Non-critical header styling
*******************************************************************************************/

/* HEADER > Header Search Bar */
.header-search {
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  background-color: var(--primary-color);
  padding: 18px 0;
  width: 100%;
  z-index: 3;
  transition: all 200ms ease-out;
}

.header-search.active {
  opacity: 1;
  top: 0;
}

.header-search-inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  float: none;
}

.search-results-post-type:not(:last-child) {
  margin-bottom: 30px;
}

.search-results-post-type ul {
  margin: 0;
}

.header-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 30px var(--gutter-size);
  background: var(--primary-color);
  display: none;
  max-height: 350px;
  overflow: auto;
}

.header-search-results.active {
  display: block;
  -webkit-animation: fadeIn 200ms ease-out;
  animation: fadeIn 200ms ease-out;
}

.header-search-results h3,
.header-search-results a,
.header-search-results p {
  color: white;
}

.header-search-results h3 {
  margin-bottom: 8px;
}

.header-search-results a {
  text-decoration: none;
}

.header-search-results a:hover,
.header-search-results a:focus {
  text-decoration: none;
}

.header-search-form {
  position: relative;
  flex: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

#header-search-input {
  margin: 0;
  height: 45px;
  border: 0 none;
  font-size: 1.3rem;
  color: white;
  border-bottom: 1px solid var(--color-white);
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.header-search button {
  padding: 0 20px;
  height: 45px;
  white-space: pre;
}

.header-search-submit {
  margin: 0 1%;
}

#header-search-open {
  font-size: 1.1rem;
  display: inline-block;
  line-height: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  margin: 0 0 5px 30px;
}

/*******************************************************************************************
FOOTER - Page bottom
*******************************************************************************************/
.footer {
  padding: 80px 0;
  text-align: center;
  background: var(--alternate-color);
  position: relative;
}

.footer-text .footer-phone {
  text-transform: uppercase;
  font-size: 20px !important;
  margin-bottom: 0 !important;
  color: var(--secondary-color) !important;
  font-weight: 600;
}

b,
strong {
  font-weight: 700;
}

.footer-upper h2 {
  margin-bottom: 10px;
  /* margin-top: 15px; */
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 25px;
}

.footer-upper p {
  margin: 0;
  color: #fff;
}

.footer-upper .social-links {
  justify-content: center;
  margin: 30px auto 30px auto;
}

.footer-upper-buttons,
.footer-upper-social {
  margin: 40px 0;
}

.footer-upper-social .social-links a {
  font-size: 1.6rem;
}

.footer-upper-social .social-links {
  margin: 0 auto;
}

.footer-lower span {
  position: relative;
  font-size: 15px;
  text-transform: none;
}

.module-footer-a .footer-lower a {
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
}

.footer-navigation li a::after {
  content: "|";
  font-size: 13px;
  position: relative;
  right: -7px;
  top: 0px;
  color: #fff !important;
  opacity: 0;
  width: 0px;
  margin: 0 !important;
  font-size: 0px;
}

.footer-navigation li:last-child a::after {
  content: "|";
  font-size: 10px;
  position: absolute;
  right: -14px;
  top: 3px;
  opacity: 0
}

.module-footer-a .footer-lower a:hover,
.module-footer-a .footer-lower a:focus {
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--secondary-color);
}

.menu-footer-navigation-container {
  display: inline;
}

.footer-navigation li {
  display: inline;
  margin: 0 10px 0 0;
}

.footer-navigation {
  display: inline;
}

.footer-lower span::after {
  content: "|";
  margin: 0 8px;
}

.footer-lower span:last-of-type::after {
  display: none;
}

.footer-lower-disclaimer {
  line-height: 1;
  margin: 0 auto 40px;
}



.fot-bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: var(--primary-color);
  z-index: 0;
}


.footer-image-container img {
  object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fot-bg-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0, 36, 63, 0);
  pointer-events: none;
}

.module-footer-a .footer-upper-phone {
  font-size: 1.6rem;
  color: #fff;
  margin: 25px 0;
}

.module-footer-a .footer-lower,
.module-footer-a p,
.module-footer-a a,
.module-footer-a h2,
.module-footer-a h3 {
  color: #fff;
}

.module-footer-a h2,
.module-footer-a h3 {
  margin: 0;
}

.module-footer-a h3 {
  font-size: 1.2rem;
}


.footer-bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.footer-bg-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.module.module-contact-block-a {
  position: relative;
  padding: 60px 0 80px 0;
}

.module.module-contact-block-a .fot-row {
  position: relative;
  z-index: 2;
}

.module.module-contact-block-a footer {
  position: relative;
  z-index: 2;
}

.module-contact-block-a-form {
  padding: 0 10px;
}

@media screen and (min-width: 1025px) {
  .footer-upper-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
  }

  .footer-upper-buttons a {
    margin-bottom: 0;
  }

  .footer-lower-disclaimer {
    width: 60%;
  }
}







/*/////////////// Home footer Section Start    ///////////////*/

.module.footer-top {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
  padding: 0 !important;
}

.footer-logo-bg {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  left: -5px;
  bottom: -15px;
  /* background-image: url(images/watermark-icon-white.png); */
  background-size: 690px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.footer-left.footer-upper {
  padding-right: 145px;
}

.footer-right {
  padding-left: 30px;
}

.footer-right-inner {
  padding: 45px 35px;
  background: #225e46;
  max-width: 435px;
  width: 100%;
}

.footer-left-inner img {
  max-width: 100%;
}

.about-firm-logo-bg.fot-bg {
  justify-content: center;
}

.logo-bg-inn.fot-bg-inn {
  max-width: 1280px;
  width: 100%;
}

.fot-bg::after {
  position: absolute;
  content: '';
  background: #040504;
  height: 100%;
  width: 100%;
  right: 0;
  opacity: 0.71;
  display: none;
}

.blog-bg-img.fot-bg-img.about-firm-bg {
  margin-left: -86px;
  display: block;
  max-width: 1000px;
}

.module.footer-bot-copyright {
  background: #0b1729;
  padding: 42px 0;
}

.module.footer-top .row {
  position: relative;
  z-index: 1;
  max-width: 1200px;
}

.footer-add-main {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.fot-loc-addr-left p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 27px;
  letter-spacing: normal;
  text-align: left;
  color: var(--white);
  margin-bottom: 6px;
}

.fot-loc-address .no-underline.external-link {
  color: rgb(255, 255, 255, 0.54);
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.fot-loc-address .no-underline.external-link:hover,
.fot-loc-address .no-underline.external-link:focus {
  color: #78c0e0;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.fot-loc-addr-right i {
  font-size: 13px;
  font-weight: bold;
}

.fot-loc-addr-right p {
  margin: 0;
}

.fot-loc-addr-right p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: normal !important;
  text-decoration: none !important;
  margin-bottom: 10px;
}

.fot-loc-addr-right p a {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600 !important;
  text-decoration: none !important;
  margin-bottom: 10px;
}



.fot-loc-addr-right p a:hover,
.fot-loc-addr-right p a:focus {
  color: var(--secondary-color);
}

.footer-bot-menu.left-copyright-menu.footer-lower a {
  margin-top: 0 !important;
  font-size: 15px !important;
  color: #fff;
  font-weight: 300 !important;
}

/*.footer-navigation li:first-child a::before {
  opacity: 0;
  margin: 0;
  font-size: 0;
}*/

.module.footer-bot-copyright .row {
  max-width: 1100px;
}

.footer-bot-menu .fot-sep {
  font-size: 13px !important;
  margin: 0 2px;
}

.footer-bot-menu.left-copyright-menu.footer-lower a {
  margin-top: 0 !important;
  font-size: 14px !important;
  color: #fff;
  font-weight: 300 !important;
  text-decoration: none;
}


.gsection_title {
  font-family: var(--heading-font-family);
  font-size: 33px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.86;
  letter-spacing: normal;
  text-align: center;
  color: var(--body-text-color);
  margin-bottom: 30px;
}

.menu-footer-navigation-container {
  display: inline;
}


.footer-bot-menu.left-copyright-menu.footer-lower a:hover,
.footer-bot-menu.left-copyright-menu.footer-lower a:focus {
  margin-top: 40px;
  font-size: 12px;
  color: var(--secondary-color);
  font-weight: 300;
}

.footer-navigation,
.footer-navigation li {
  margin: 0;
  display: inline;
}

.footer-navigation li a::before {
  content: '|';
  margin: 0 8px 0 4px;
  font-size: 13px;
  color: #fff;
  position: relative;
  top: 0px;
  font-weight: normal;
  display: inline-block !important;
  font-weight: 300;
}

/*.footer-navigation li:first-of-type a::before {
	margin: 0;
	opacity: 0;
	height: 0;
	width: 0;
	color: transparent;
}*/

.fot-loc-address {
  display: flex;
  column-gap: 80px;
  margin-top: 15px;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 70px;
}

.footer-social {

  margin: 15px 0 45px 0;
}

.button.contact-btn {
  min-width: 370px;
}

.footer-bot-menu.left-copyright-menu p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal !important;
  display: inline;
  font-weight: 300 !important;
  letter-spacing: 0.28px;
}

.button.contact-btn:hover,
.button.contact-btn:focus {
  background-color: #fff;
  color: #000;
}

.fot-left-location {
  padding-top: 0;
  display: flex;
  justify-content: flex-start;
  column-gap: 0px;
  flex-direction: column;
}

.footer-upper .address p,
.footer-upper .address p a {
  margin-bottom: 0;
  font-weight: bold;
  color: #fff;
}

.footer-left-inner img {
  max-width: 410px;
  width: 100%;
  margin-bottom: 15px;
}

.footer-upper .address p a:hover,
.footer-upper .address p a:focus {
  color: var(--alternate-color);
  text-decoration: none;
}

.fot-address {
  position: relative;
  margin-top: 50px;
  padding-left: 25px;
}

.fot-address .fa-map-marker {
  position: absolute;
  left: 0;
  top: 9px;
  font-size: 17px;
}

.footer-left .footer-add-main:last-child {
  margin: 0;
}

.fot-loc-addr-right i {
  color: var(--secondary-color);
  font-size: 13px;
  margin-right: 11px;
  width: auto;
}

.fot-loc-addr-right i {
  position: relative;
  top: -3px;
}

.fot-address p {
  font-weight: normal !important;
  font-size: 18px !important;
}

.footer-left {
  padding-left: 0 !important;
  text-align: left;
  padding-right: 45px;
}

.module.footer-top .footer-title {
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: -0.8px;
  text-align: left;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.footer-left-inner hr {
  width: 61px;
  height: 7px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.footer-text p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 20px;
}

.footer-left.footer-upper h3 {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: var(--alternate-color);
}

.fot-left-mid-text h4 {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1.8px;
  text-align: left;
  color: var(--white);
}

.footer-right .gform_wrapper {
  max-width: 400px;
  /* 	background-color: transparent !important; */
  margin-right: 0;
  margin-left: auto;
  /* 	background-image: url(/wp-content/uploads/form-bg.webp); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: #fff !important;
}

.columns.medium-5.large-5.small-12.footer-right {
  text-align: right;
}

.fot-left-mid-text p {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
}

.fot-left-mid-text {
  max-width: 425px;
}

/*/////////////// Home footer Section END    ///////////////*/






/*******************************************************************************************
FEATURES - Pre-built small sections
*******************************************************************************************/

/* FEATURES > Content Tables */
table.has-fixed-layout {
  width: 100%;
  table-layout: fixed;
}

.content table {
  border-collapse: collapse;
}

table th,
table td {
  border: 1px solid var(--color-light-gray);
  padding: 5px;
  text-align: left;
}

/* FEATURES > Breadcrumbs */
.breadcrumbs-container {
  display: none;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.breadcrumbs-single {
  position: relative;
  text-decoration: none;
  padding-right: 20px;
  margin-right: 20px;
}

.breadcrumbs-single:focus,
.breadcrumbs-single:hover {
  text-decoration: none;
}

.breadcrumbs-single::after {
  position: absolute;
  right: -4px;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
}

.breadcrumbs-single:last-of-type {
  padding-right: 0;
  margin-right: 0;
}

.breadcrumbs-single:last-of-type::after {
  display: none;
}

@media screen and (min-width: 1025px) {
  .breadcrumbs-container {
    display: flex;
  }
}

/* FEATURES > Accordion */

.module.module-faq-a {
  padding: 80px 0px 70px 0px;
}

.module-faq-a .accordion-container .accordion-item:first-child {
  border-top: none;
}

.page-template-template-faq .module.module-faq-a {
  padding: 0;
}

.module.module-faq-a .row {
  max-width: 1125px;
}

.columns.medium-6.large-6.small-12.faq-left {
  padding-right: 30px;
}

.columns.medium-6.large-6.small-12.faq-right {
  padding-left: 30px;
}


.module-faq-a-content.center h2 {
  font-size: 45px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.9px;
  text-align: center;
  text-transform: capitalize;
  margin: 0;
}

.module-faq-a-content.center hr {
  margin: 30px auto 60px auto;
}

.accordion-item {
  border-bottom: 2px solid #bfbfbf;
  border-top: 2px solid #bfbfbf;
  margin-top: -2px;
}

.accordion-item>h3 {
  margin-bottom: 0;
  background-clip: inherit !important;
  -webkit-text-fill-color: inherit !important;
  color: var(--primary-color) !important;
  background-image: none;
}

.accordion-item>h3 button {
  margin-bottom: 0;
  background-clip: inherit !important;
  -webkit-text-fill-color: inherit !important;
  color: var(--body-text-color) !important;
  border: none;
  font-weight: 800;
  text-transform: capitalize;
  text-align: left;
  padding-right: 0;
}


.accordion-item-title {
  padding: 23px;
  font-size: 20px;
  margin: 0;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  color: #1c2137;
  line-height: 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  transition: background 200ms ease-out;
  background: transparent;
  border: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  letter-spacing: 0px;
  background: transparent !important;
  font-weight: 600 !important;
  line-height: 1.5;
  font-size: 17px
}

.accordion-item-title::after {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
  line-height: 30px;
  width: 30px;
  height: 30px;
  font-size: 15px;
  text-align: center;
  color: var(--option-color);
  background: var(--secondary-color);
}

.accordion-item.active:focus {
  outline: none;
}

.accordion-item-title:hover,
.accordion-item-title:focus {
  background: #f5ddb1;
}

.accordion-item-title:focus:not(:focus-visible) {
  outline: none;
}

.accordion-item.active .accordion-item-title::after {
  content: "\f068";
}

.accordion-item-content {
  display: none;
}

.accordion-item-content p {
  font-size: 17px !important;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
}

.accordion-item.active .accordion-item-content {
  display: block;
  -webkit-animation: fadeIn 200ms both;
  animation: fadeIn 200ms both;
}

.accordion-item-content>*:first-child {}

.accordion-item-content> :last-child {
  margin-bottom: 25px;
}

.module-faq-a .accordion-container {
  margin-bottom: 50px;
}

.module-faq-a .accordion-item {
  margin-bottom: -1px;
  border: none;
  border-bottom: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
}

.module-faq-a .accordion-item-title::after {
  content: "\f067";
  position: absolute;
  right: 0;
  font-size: 20px;
  font-weight: 800 !important;
}

.module-faq-a .accordion-item-content {
  padding: 0;
  margin-top: -10px;
  padding-right: 30px;
}

.module-faq-a .accordion-item.active .accordion-item-title:after {
  content: "\f068";
}

/* FEATURES > Quotes */
blockquote,
.quote-single {
  font-style: italic;
  position: relative;
  margin: 0 0 40px;
  padding-top: 20px;
  padding-left: 80px;
  border-left: 5px solid var(--primary-color);
}

blockquote p,
.quote-single p {
  margin: 0;
}

blockquote::before,
.quote-single::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  position: absolute;
  top: 1%;
  left: 3%;
  font-size: 2.7rem;
  opacity: 1;
  color: var(--primary-color);
  font-style: normal;
}

/* FEATURES > CTA Block */
.cta-single {
  padding: 40px;
  background: var(--color-light-gray);
  border: 1px solid var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
}

.cta-single span {
  display: block;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 12px;
}

.cta-single a {
  font-size: 2rem;
  line-height: 1.2;
}

/* FEATURES > Slideout at Page Bottom */
.bottom-slideout {
  display: block !important;
  position: fixed;
  background: var(--color-white);
  box-shadow: 0 0 20px var(--color-black);
  padding: 30px;
  right: 0;
  bottom: 0;
  max-width: 400px;
  opacity: 0;
  z-index: 1;
  transform: translateX(100%);
  transition: all 200ms ease-out;
}

.bottom-slideout.active {
  transform: translateX(0);
  opacity: 1;
}

/* FEATURES > Reviews */
.reviews-container {
  background: var(--color-light-gray);
  padding: 50px 0;
}

.reviews-star-icon {
  color: var(--color-alternate);
  font-size: 1.1rem;
}

.reviews-single-source::before {
  content: "\2014";
  margin-right: 2px;
}

.reviews-star-icon i {
  margin: 0 2px;
}

.reviews-single {
  float: none;
  text-align: center;
}

.reviews-single em {
  font-style: italic;
  margin: 10px 0;
  display: block;
}

/* FEATURES > Video Gallery */
.videos-single {
  position: relative;
  width: 100%;
  min-height: 225px;
  margin-bottom: 120px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-background-position-x: 100%;
  background-position-x: 100%;
  text-decoration: none;
}

.videos-single:hover::before,
.videos-single:focus::before {
  opacity: 0.6;
}

.videos-single::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-black);
  opacity: 0;
  transition: opacity 200ms ease-out;
}

.videos-single h2 {
  position: absolute;
  top: 100%;
  width: 100%;
  min-height: 75px;
  max-height: 75px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: var(--secondary-color);
  color: white;
  font-size: 1.1rem;
  padding: 10px 20px;
  margin: 0;
  transition: background-color 200ms ease-out;
}

.videos-single:hover h2,
.videos-single:focus h2 {
  background-color: var(--primary-color);
}

@media screen and (min-width: 640px) {
  .videos-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 100px;
    grid-column-gap: 20px;
  }

  .videos-single {
    margin: 0;
  }
}

@media screen and (min-width: 1025px) {
  .videos-container {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 50px;
  }
}

/* FEATURES > YouTube Player */
.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  max-width: 100%;
  background: var(--color-black);
  margin: 20px 0 50px;
}

.youtube-player-inner {
  width: 100%;
  height: 100%;
  content: "";
  overflow: hidden;
  position: absolute;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.youtube-player-inner::after,
.videos-single::after {
  content: "\f144";
  font-family: "Font Awesome 6 Pro";
  font-size: 3.5rem;
  opacity: 0.8;
  display: inline-block;
  margin: 0 auto;
  transition: all 150ms ease-out;
  color: var(--color-alternate);
  pointer-events: none;
  z-index: 1;
}

.youtube-player-inner:hover::after,
.youtube-player-inner:focus::after,
.videos-single:hover::after,
.videos-single:focus::after {
  transform: scale(1.1);
  color: white;
  opacity: 1;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  transition: all 200ms ease-out;
}

/* FEATURES > Social Link Lists */

.social-links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  max-width: 160px;
  column-gap: 15px;
  margin-top: 15px;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px !important;
  width: auto;
  line-height: 35px;
  height: 35px;
  text-decoration: none;
  width: 30px;
  height: 30px;
  border: 1px solid var(--secondary-color);
  min-width: 30px;
  color: var(--secondary-color);
}

.footer-btn-main {
  margin-top: 35px;
  margin-bottom: 35px;
}

.columns.footer-btn-main {
  display: flex;
  column-gap: 30px;
}

.footer-btn-main .button {
  font-size: 15px !important;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.15px !important;
  min-width: 240px;
}

.footer-btn-main .button:hover,
.footer-btn-main .button:focus {
  color: var(--color-white);
}

.module-contact-block-a-form.columns.medium-6.large-4.small-12 {
  padding-left: 0;
}

.footer-menu {
  margin: 0;
  margin-top: 5px;
}

.footer-menu li.small-margin-right a::after {
  content: "|";
  margin: 0 6px 0 6px;
  font-size: 12px;
}

.footer-menu li.small-margin-right:last-of-type a::after {
  opacity: 0;
}

.footer-menu li.small-margin-right {
  margin-right: 0;
}

.footer-menu li {
  display: inline;
}

.social-links a:hover {
  background: var(--secondary-color);
  color: var(--option-color) !important;
}

.social-links a img {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}

.footer-bottom-holder,
.footer-bottom-holder a {
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: 0.28px;
  text-align: left;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}


.footer-bottom-holder a:hover,
.footer-bottom-holder a:focus {
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: 0.28px;
  text-align: left;
  color: var(--secondary-color);
  font-size: 14px;
  text-decoration: none !important;
}

/* FEATURES > Case Results */
.slider-results-single {
  border: 1px solid var(--secondary-color);
  padding: 30px;
}

.slider-results-single:last-of-type {
  margin: 0;
}

.slider-results-single h3 {
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 25px;
}

/*******************************************************************************************
ANIMATIONS - Ready-to-go animation classes
*******************************************************************************************/


.animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.fast {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

.animated.slow {
  -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInUpSlight {
  -webkit-animation-name: fadeInUpSlight;
  animation-name: fadeInUpSlight;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeInRightSlight {
  -webkit-animation-name: fadeInRightSlight;
  animation-name: fadeInRightSlight;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeInDownSlight {
  -webkit-animation-name: fadeInDownSlight;
  animation-name: fadeInDownSlight;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInLeftSlight {
  -webkit-animation-name: fadeInLeftSlight;
  animation-name: fadeInLeftSlight;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}


.module-practices-a .practices-single.pa-1 {
  animation-delay: 00ms
}

.module-practices-a .practices-single.pa-2 {
  animation-delay: 200ms
}

.module-practices-a .practices-single.pa-3 {
  animation-delay: 300ms
}

.module-practices-a .practices-single.pa-4 {
  animation-delay: 00ms
}

.module-practices-a .practices-single.pa-5 {
  animation-delay: 200ms
}

.module-practices-a .practices-single.pa-6 {
  animation-delay: 300ms
}

.module-practices-a .practices-single.pa-all {
  animation-delay: 100ms
}




@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInUpSlight {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpSlight {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRightSlight {
  from {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightSlight {
  from {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDownSlight {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownSlight {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeftSlight {
  from {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftSlight {
  from {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes menuSlideRight {
  from {
    opacity: 0;
    margin-left: -10px;
  }

  to {
    opacity: 1;
    margin-left: 0;
  }
}

@-webkit-keyframes menuSlideRight {
  from {
    opacity: 0;
    margin-left: -10px;
  }

  to {
    opacity: 1;
    margin-left: 0;
  }
}

@keyframes menuSlideDown {
  from {
    opacity: 0;
    margin-top: -10px;
  }

  to {
    opacity: 1;
    margin-top: 0;
  }
}

@-webkit-keyframes menuSlideDown {
  from {
    opacity: 0;
    margin-top: -10px;
  }

  to {
    opacity: 1;
    margin-top: 0;
  }
}


@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}



/*******************************************************************************************
MODULES - General styling for repeatable blocks
*******************************************************************************************/
.module {
  padding: 80px 0;
}

main .column .module .column {
  padding-left: 0;
  padding-right: 0;
}

.module-dark {
  background: var(--primary-color);
}

h2.module-title {
  margin-bottom: 30px;
  text-align: left;
}


.module-title {
  font-size: 45px;

}

.module-title em {
  color: var(--primary-color);
}

.modules-showcase .module-title {
  display: block;
}

.box-icon {
  margin: 0;
}

.box-icon::before {
  content: "\f073";
  font-family: "Font Awesome 6 Pro";
  width: 50px;
  line-height: 50px;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  text-align: center;
  color: var(--primary-color);
  margin: 0 auto;
}

.content-selector {
  cursor: pointer;
  transition: background 200ms ease-out;
}

.content-selector:hover,
.content-selector:focus {
  background: var(--color-gray);
}

.modules-skip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 10px;
}

.modules-skip button {
  margin: 0 5px 5px 0;
}

/*******************************************************************************************
PRINT - Specific styles for when pages are printed
*******************************************************************************************/
@media print {
  .header {
    top: 0;
    border: none;
    height: auto;
    position: static;
  }

  .header-mobile-buttons {
    display: none;
  }
}

/*******************************************************************************************
MISC - Miscellaneous and new code
*******************************************************************************************/

#theme-switcha {
  border: 1px solid var(--secondary-color);
  margin-bottom: 30px;
  color: var(--primary-color);
}

@media screen and (min-width: 1025px) {
  .make-sticky {
    position: sticky;
    top: var(--header-height);
    z-index: 1;
  }
}






/* features */
.features {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.block-title {

  line-height: 1.15;
  font-weight: 600;
  font-size: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.features h2 {
  margin-bottom: 25px;
}

.features h4 {
  margin-bottom: 10px;
  color: var(--primary-color);
}

.features .button {
  width: 100%;
}

.features-holder {
  display: grid;
  grid-template-columns: auto;
  gap: 10px;
  margin-bottom: 35px;
}

.feature-item {
  display: block;
  position: relative;
  color: #fff;
}

.feature-item h3 {
  color: inherit;
  text-transform: uppercase;
}

.feature-item:hover .feature-item-overlay,
.feature-item:focus .feature-item-overlay {
  opacity: 1;
  visibility: visible;
}

.feature-item-image {
  position: relative;
}

.feature-item-image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to bottom, rgba(2, 29, 90, 0) 0%, rgb(2, 57, 90) 100%);
}

.feature-item-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.feature-item-text {
  display: flex;
  justify-content: space-between;
  align-items: end;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 20px;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
}

.feature-item-text h3 {
  margin-bottom: 0;
  max-width: 250px;
  font-size: 1.25rem;
}

.feature-item-text i {
  font-size: 1.688rem;
}

.feature-item-overlay {
  background-color: var(--secondary-color);
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  line-height: 1.5;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  padding: 20px 40px;
}

.feature-item-overlay h3 {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 600;
}

.feature-item-overlay p {
  margin-bottom: 5px;
}

.feature-item-overlay i {
  font-size: 1.5rem;
}

.page-template-template-practices .features .block-title {
  display: none;
}

.page-template-template-spanish-practice-landing .features .block-title {
  display: none;
}

@media screen and (min-width: 768px) {
  .block-title {
    font-size: 2.8rem;
  }

  .features {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-template-template-practices .features,
  .page-template-template-spanish-practice-landing .features {
    padding: 0;
  }

  .page-template-template-practices .features-holder,
  .page-template-template-spanish-practice-landing .features-holder {

    margin-bottom: 0;
  }

  .features h2 {
    margin-bottom: 50px;
  }

  .features .button {
    width: auto;
    min-width: 298px;
  }

  .features-holder {
    grid-template-columns: auto auto;
    gap: 15px;
    margin-bottom: 60px;
  }

  .feature-item-text h3 {
    font-size: 1.2rem;
  }

  .feature-item-text i {
    font-size: 2.188rem;
  }

  .feature-item-image img {
    aspect-ratio: unset;
  }

  .feature-item-text {
    padding: 35px 25px;
  }

  .feature-item-overlay {
    font-size: 1.375rem;
  }

  .feature-item-overlay h3 {
    font-size: 1.45rem;
    margin-bottom: 20px;
  }

  .feature-item-overlay i {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1025px) {
  .features-holder {
    grid-template-columns: auto auto auto;
  }

  .feature-item-overlay {
    padding-left: 80px;
    padding-right: 80px;
  }
}






/*/////// Module Blog a CSS////////*/

.module.module-blog-a {
  padding: 80px 0 40px 0;
}


.module-blog-a-inner {
  padding: 60px 0;
  position: relative;
}

.module-blog-a .module-title {
  font-size: 40px;
  font-weight: bold;
}

.module-blog-a-inner-bottom {
  position: absolute;
  bottom: -25px;
  left: 0;
  display: inline-block;
  background-color: #fff;
  padding-right: 50px;
}

.module-blog-a .module-title .light-green {
  color: var(--secondary-color);
}

.module.module-blog-a .row {
  max-width: 1100px;
}

.module-blog-a-single {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 40px;
}

.module-blog-a-single h3 {
  margin-bottom: 15px;
  font-size: 25px;
  color: var(--primary-color) !important;
  background-image: none !important;
  -webkit-background-clip: inherit !important;
  background-clip: inherit !important;
  -webkit-text-fill-color: inherit !important;
}

.module-blog-a-single h3 a {
  text-decoration: none;
}

.module-blog-a-single p {
  margin: 15px 0 15px 0;
  color: var(--primary-color);
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.module-blog-a-single-more {
  position: absolute;
  bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  color: var(--primary-color);
  text-decoration: none !important;
}

.module-blog-a-single::after {
  content: "";
  position: absolute;
  right: -58px;
  top: 0;
  background: #d9d9d9;
  height: 110%;
  width: 1px;
}

.module-blog-a-single-more::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background: var(--secondary-color);
  height: 1px;
  width: 100%;
}

.module-blog-a-inner-posts .module-blog-a-single:last-child::after {
  opacity: 0;
}

.module-blog-a-single-info {
  text-transform: uppercase;
  margin: 0;
  font-size: 0.9rem;
  display: block;
  display: none;
}

@media screen and (min-width: 768px) {
  .module-blog-a-inner-posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 60px;
    grid-column-gap: 110px;
  }

  .module-blog-a-single {
    margin: 0;
  }
}

@media screen and (min-width: 1025px) {
  .module-blog-a-inner-posts {
    grid-template-columns: repeat(3, 1fr);
  }

  .module-blog-a-inner {
    padding: 50px 0;
  }

  .content::after {
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    width: 2px;
    height: 100%;
    background: var(--secondary-color);
  }


}




/*/////// Module Blog a CSS////////*/




button#gform_browse_button_3_10 {
  margin-top: 35px;
}

div#gfield_description_3_10,
span.gform_drop_instructions,
span#gfield_upload_rules_3_10 {
  color: #fff;
}




/* GENERAL > Layout */

.full-width {
  width: 100%;
}

/*.sidebar {
  clear: both;
  float: none;
}*/


.small-12 {
  width: 100%;
}

.small-11 {
  width: 91.67%;
}

.small-10 {
  width: 83.34%;
}

.small-9 {
  width: 75%;
}

.small-8 {
  width: 66.67%;
}

.small-7 {
  width: 58.34%;
}

.small-6 {
  width: 50%;
}

.small-5 {
  width: 41.66%;
}

.small-4 {
  width: 33.33%;
}

.small-3 {
  width: 25%;
}

.small-2 {
  width: 16.66%;
}

.small-1 {
  width: 8.33%;
}

.columns,
.column {
  float: left;
  padding: 0 15px;
}

.no-float {
  float: none;
}

@media (min-width: 768px) {
  .medium-12 {
    width: 100%;
  }

  .medium-11 {
    width: 91.67%;
  }

  .medium-10 {
    width: 83.34%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-8 {
    width: 66.67%;
  }

  .medium-7 {
    width: 58.33%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-5 {
    width: 41.67%;
  }

  .medium-4 {
    width: 33.33%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-2 {
    width: 16.66%;
  }

  .medium-1 {
    width: 8.33%;
  }

  .hide-for-medium {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .large-12 {
    width: 100%;
  }

  .large-11 {
    width: 91.67%;
  }

  .large-10 {
    width: 83.34%;
  }

  .large-9 {
    width: 75%;
  }

  .large-8 {
    width: 66.67%;
  }

  .large-7 {
    width: 58.33%;
  }

  .large-6 {
    width: 50%;
  }

  .large-5 {
    width: 41.67%;
  }

  .large-4 {
    width: 33.33%;
  }

  .large-3 {
    width: 25%;
  }

  .large-2 {
    width: 16.66%;
  }

  .large-1 {
    width: 8.33%;
  }

  .hide-for-large {
    display: none !important;
  }
}


@media screen and (max-width: 767px) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0px),
screen and (min-width: 768px) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .show-for-medium {
    display: none !important;
  }

  .sidebar {
    width: 100%;
  }



}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px),
screen and (min-width: 1025px) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .show-for-large {
    display: none !important;
  }
}

.module.module-practice-areas {
  position: relative;
}

.practice-bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.practice-bg-image img {
  object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.module.module-practice-areas .row {
  max-width: 1175px;
  position: relative;
  z-index: 1;
}

.practice-left h2 {
  text-transform: capitalize;
  text-align: left;
  margin: 0;
  font-size: 45px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.9px;
  text-align: left;
}


.pract-left-img img {
  max-width: 535px;
}

.pract-left-img {
  margin-left: -95px;
  margin-top: 70px;
}

.practice-right {
  padding-left: 85px;
  padding-right: 20px;
}


.practice-left {
  text-align: left;
  position: relative;
}


.practice-right li a {
  padding: 7px 10px;
  text-decoration: none;
  width: 100%;
  display: block;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin-bottom: -1px;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.practice-right li a:hover,
.practice-right li a:focus {
  background: var(--primary-color);
  color: #fff;
}

.practice-right li a i {
  color: var(--secondary-color);

}

.practice-right li a:hover i,
.practice-right li a:focus i {
  color: #fff;

}



/*/////////Module Bottom CTA CSS/////////*/


.module.module-cta-a-new {
  background: var(--secondary-color);
  padding: 70px 0 70px 0;
  position: relative;
}

.module.module-cta-a-new .module-cta-a-inner {
  text-align: center;
  display: flex;
  justify-content: center;
  column-gap: 15px;
  bottom: 0;
  position: relative;
  justify-content: center;
  width: 100%;
  align-items: center;
}

.module.module-cta-a-new .module-cta-a-inner {
  text-align: center;
  display: flex;
  justify-content: center;
  column-gap: 15px;
  bottom: 0;
  position: relative;
  /* justify-content: center; */
  width: 100%;
  align-items: center;
}

.module-cta-a-inner.bottom-cta h2 {
  font-size: 27px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.81;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin: 0;
  margin-right: 60px;
  text-transform: capitalize;
}

.module-cta-a-inner.bottom-cta span a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
}

.module-cta-a-inner.bottom-cta span a:hover,
.module-cta-a-inner.bottom-cta span a:focus {
  color: var(--primary-color);
}


.module-cta-a-inner.bottom-cta span {
  position: relative;
  margin-right: 45px;
}


.module-cta-a-inner.bottom-cta span:last-child {
  margin: 0;
}


.module-cta-a-inner.bottom-cta span:last-child:after {
  content: "";
  position: absolute;
  right: -31px;
  background: #fff;
  height: 0px;
  width: 0px;
}


.module-cta-a-inner.bottom-cta span::after {
  content: "";
  position: absolute;
  right: -31px;
  background: #fff;
  height: 30px;
  width: 2px;
}


.module-title.abt-test.heading.text-center {
  text-align: center;
}


.testimonials-bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}


.testimonials-bg-image img {
  /* object-fit: cover; */
  object-fit: contain;
  width: 100%;
  height: auto;
}

.module.module-testimonials-b .testimonials-bg-image img {
  height: 100%;
  object-fit: cover;
}

.module-testimonials-b .row {
  position: relative;
  z-index: 1;
}

.module-testimonials-b h4 {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 6.4px;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--body-font-family);
  margin-top: 25px;
  margin-bottom: 30px;
}

.module.module-testimonials-b {
  background-color: #fff;
  position: relative;
  padding: 100px 0 130px 0;
}

.slider-testimonials-b-container {
  position: relative;
}

.slider-testimonials-b {
  width: 100%;
  margin: 0 auto;
}

.slider-testimonials-b .slider-testimonial-single {
  margin-bottom: 10px;
}

.slider-testimonials-b .slider-testimonial-source {
  position: relative;
  text-transform: capitalize;
}



.slider-testimonials-b .slider-testimonial-source::before {
  content: "\2014";
  margin-right: 2px;
}




.module.module-blog-d.trusted {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
}


.trusted-bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.trusted-bg-image img {
  object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.module.module-blog-d.trusted .row,
.module.module-blog-d.trusted .module-blog-d-ticker {
  position: relative;
  z-index: 1;
}



.module-blog-d {
  padding: 50px 0;
}

.module-blog-d-ticker {
  background: #14172f;
  padding: 40px 15px;
}

.slider-blog-d {
  margin: 0;
}

.module-blog-d-left {
  flex: 1;
}

.module-blog-d-left a {
  color: #fff;
}

.module-blog-d-left p {
  margin: 0;
}

.module-blog-d-right {
  flex: 1;
  text-align: center;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .module-blog-d-left {
    max-width: 80%;
    padding-right: 10%;
  }

  .module-blog-d-right {
    margin: 0;
  }

  .module-blog-d-right .button {
    width: 100%;
  }

  .module-blog-d-inner {
    display: flex;
    align-items: center;
  }
}

.module-cta-a-inner {
  margin-top: 40px;
}

.module-cta-a-inner .button {
  width: 100%;
  margin-bottom: 20px;
}

.module-cta-a-inner .button:last-of-type {
  margin: 0;
}

@media screen and (min-width: 640px) {
  .module-cta-a-inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .module-cta-a-inner .button {
    margin: 0 2%;
    width: auto;
  }
}

.module-faq-a .accordion-container {
  margin-bottom: 50px;
}

.module-faq-a .accordion-item {
  margin-bottom: 15px;
  border: 2px solid #c2c2c2;
}

.module-faq-a .accordion-item-title::after {
  content: "\f067";
}

.module-faq-a .accordion-item-content {
  padding: 15px;
}

.module-faq-a .accordion-item.active .accordion-item-title::after {
  content: "\f068";
}





/*Home Serving Section CSs*/
.module.serving-section {
  padding: 110px 0;
  background: #f8f8f9;
}

.blue {
  color: var(--primary-color);
  font-style: italic;
}

.serving-left .module-title.line {
  max-width: 305px;
}

.serving-right .serving-right-inn {
  max-width: 700px;
}

.module.serving-section .row {
  max-width: 1130px;
}

.module.serving-section .serving-right {
  padding-left: 35px;
  padding-right: 0;
}

.serving-right .serving-right-inn {
  max-width: 700px;
}

.serving-left {
  position: relative;
  opacity: 1 !important;
}

.serving-right {
  position: relative;
  opacity: 1 !important;
}

.serving-right::after {
  content: "";
  position: absolute;
  left: -15px;
  background: var(--secondary-color);
  height: 100%;
  width: 2px;
  top: 7px;
  opacity: 0;
  animation-delay: 1s
}

.serving-right.animated::after {
  -webkit-animation: expand1 2s;
  animation: expand1 2s;
  opacity: 1
}

.serving-right .serving-right-inn p:last-of-type {
  margin: 0;
}

@-webkit-keyframes expand1 {
  0% {
    height: 0px;
  }

  100% {
    height: 100%;
  }
}

.serving-right-in.fadeInRight {
  animation-name: customFadeInRight !important;
  animation-duration: 0.5s !important;
}

@keyframes customFadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}


/*Home Serving Section CSs*/



.trusted h4 {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 6.4px;
  text-align: left;
  color: var(--secondary-color);
  text-transform: uppercase;
  font-family: var(--body-font-family);
  margin-bottom: 5px;
}

.trusted h2 {
  font-size: 45px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: left;
  color: var(--color-white);
  padding-right: 40px;
}

.trusted .module-blog-d-left {
  padding: 0;
  position: relative;
  padding-left: 80px;
}


.trusted .module-blog-d-left p {
  color: var(--color-white);
  padding-right: 25px;
}

.module-blog-d-left::before {
  content: "";
  position: absolute;
  left: 44px;
  background: var(--secondary-color);
  height: 100%;
  width: 2px;
  top: 5px;
  animation-delay: 1s;
  opacity: 0;
}


.module-blog-d-left.animated::before {
  -webkit-animation: expand2 2s;
  animation: expand1 2s;
  opacity: 1
}


@-webkit-keyframes expand2 {
  0% {
    height: 0px;
  }

  100% {
    height: 100%;
  }
}



/*Home CTA Block recognized CSS*/

.module-cta-a {
  position: relative;
  display: flex;
  align-items: center;
}

.cta-bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.cta-bg-image img {
  object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.module-cta-a.recognized .row-narrow {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.module-cta-a.recognized p {
  color: var(--body-text-color);
  margin: 0;
}

.module-title.dark {
  color: var(--body-text-color);
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 40px;
}






@media screen and (min-width: 280px) and (max-width:767px) {
  .module-benefits-c-boxes {
    justify-content: center !important
  }

  .module-benefits-c-box {
    text-align: center;
    margin-bottom: 30px !important
  }

  .module-benefits-c-box.light-text h3 {
    margin-bottom: 15px
  }

  footer.footer.module-benefits-c .module {
    padding-bottom: 20px
  }

  .copyright {
    padding: 10px
  }

  .copyright {
    padding: 10px;
    font-size: 12px
  }

  footer.footer.module-benefits-c .small-text.light-text {
    font-size: 12px !important
  }

  .module-benefits-c-box.light-text ul {
    margin-bottom: 10px
  }

  .module-footer-a h2 {
    font-size: 23px;
  }

  .module-footer-a h3 {
    font-size: 1rem;
  }

  .module-footer-a {
    padding: 40px 30px;
  }

  .menu-footer-navigation-container {
    display: block;
  }

  .footer-inner-left {
    font-size: 12px;
  }

  .footer-headlines h3 {
    font-size: 29px;

  }

  .footer-inner a {

    text-decoration: none;
    color: #fff;
  }

  .footer-lower span,
  .footer-lower a,
  .footer-navigation a {
    font-size: 15px !important;
  }

  .module-footer-a .column.no-float {
    padding: 0 15px;
  }


  .footer-navigation li a::after {
    font-size: 10px;

  }

  .block-title {
    font-size: 2.0rem;

  }

  .info.light-text .button.mt30 {
    margin-top: 10px;
  }

  .footer-title {
    margin-bottom: 30px;
    font-size: 2.0rem;

  }

  .footer-left hr {
    margin: 25px auto 25px 0;
  }

  .footer-social {

    justify-content: center;
  }

  .features {
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .module-practices-c .practices-single {
    margin-bottom: 20px;

  }

  .module-attorneys-a-content hr {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }


  .module.module-attorneys-a {
    padding-bottom: 0;
  }

  .module.module-practices-b {
    padding-top: 50px;
  }

  .module-practices-b-inner .practices-single {
    margin-bottom: 30px;
  }

  .module.module-practices-b {
    padding-bottom: 0;
  }

  .swiper-slide.module-badges-a-single {
    text-align: center;
  }

  .module.module-practices-c {
    padding-bottom: 30px;
  }

  .module.module-cta-a.module-dark.light-text .module-cta-a-inner {
    flex-wrap: wrap;
    row-gap: 15px;
  }

  .module.module-cta-a.module-dark.light-text .module-cta-a-inner .button.alt-01 {
    font-size: 13px;
  }

  .module {
    padding: 60px 0;
  }

  .accordion-item-title {
    font-size: 17px;
    line-height: 1.3;
  }

  .footer-headlines img {
    max-width: 280px;

  }

  .office-list {
    margin: 45px 0 5px 0;
    display: inline-block;
    justify-content: center;
    column-gap: 50px;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .office-list .office-cities {
    width: auto;
    text-align: center;
    display: block;
    margin-bottom: 7px;
  }

  .sidebar-inner .swiper-outer {
    max-width: 100%;
  }

  .footer-logo {
    max-width: 250px;
    text-align: center;
    margin: 25px auto;
  }

  .module-contact-block-a-content .columns {
    padding: 0;
  }

  .module-contact-block-a-content iframe {
    max-height: 150px;
    margin-bottom: 30px;
  }

  .columns.footer-btn-main {
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .footer-btn-main .button {
    min-width: 100%;
  }

  .footer-menu {
    padding: 0 15px;
    text-align: center;
  }

  .module-practices-a .row-narrow.center h4 {
    letter-spacing: 3.2px !important;
  }

  .trusted h4 {
    letter-spacing: 4.8px !important;
  }


}





@media screen and (min-width: 600px) and (max-width:767px) {
  footer.footer.module-benefits-c .module .columns {
    padding: 0 10px !important
  }

  footer.footer.module-benefits-c .module-benefits-c-boxes {
    flex-wrap: wrap;
    column-gap: 30px !important
  }

  .office-list {
    margin: 45px 0 5px 0;
    display: inline-block;
    justify-content: center;
    column-gap: 50px;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .office-list .office-cities {
    width: auto;
    text-align: center;
    display: inline-block;
    margin-bottom: 7px;
    margin: 0 22px;
  }


  .columns.footer-btn-main {
    flex-wrap: nowrap;

  }

  .footer-btn-main .button {
    min-width: inherit;
  }














}

@media screen and (min-width: 767px) and (max-width:1024px) {

  .mobile-navigation-top-inner img {
    max-width: 160px;
    height: auto;
    width: 100%;
    display: none;
  }


  .footer.module-benefits-c .module-benefits-c-box.light-text:last-child {
    padding: 0 !important
  }

  .footer.module-benefits-c .module {
    padding-bottom: 0 !important
  }

  .home-slider-single-tagline h2 {
    line-height: 1;
    margin-bottom: 0;
  }

  .home .module.module-intro-a {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .module.module-practices-f {
    padding-top: 15px;
    padding: 0 25px 45px 25px;
  }

  .module-practices-f-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

  }

  .footer-lower span {
    position: relative;
    font-size: 12px;
    text-transform: none;
  }

  .module-footer-a .footer-lower a {
    font-size: 12px !important;

  }

  .footer-title {
    margin-bottom: 20px;
    font-size: 2rem;
  }

  .footer-left hr {
    margin: 05px auto 41px 0;
  }

  .footer-social {
    margin-bottom: 0;
    display: flex;
    margin-top: 25px;
    justify-content: center;
  }

  .attor-cir-logo-img img {
    max-width: 160px;
    width: 100%;
  }

  .attor-cir-logo-img {
    width: 320px;
    margin-right: 0;
    margin-left: auto;
    text-align: center;
  }

  .attorneys-title2 {
    font-size: 75px;

  }

  .attorney-result-overlay-inner h2 {
    font-size: 22px;

  }

  .attorney-result-overlay p {
    font-size: 16px;

  }

  .module-blog-a-inner-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 40px;
  }

  .module-blog-a-single h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }


  .module-blog-a-single::after {
    right: -7%;
    top: 0;

  }

  .module-blog-a-inner {
    padding: 30px 0;
    position: relative;
  }

  .footer-lower span::after {

    margin: 0 6px;
  }

  .attor-cir-logo-main {
    top: -90px;

  }

  .results-slider-single.side-result .practice-amount {
    font-size: 25px;
  }

  .results-slider-single.side-result .practice-verdict {
    font-size: 16px;
  }

  .results-slider-single.side-result h3 {
    font-size: 13px;
  }

  .results-slider-single.side-result .button.outline.res-read-more-link {
    font-size: 12px;
    padding: 5px !important;
  }

  #slider-results .swiper-button-container {
    top: inherit !important;
    bottom: 100px !important;
    width: calc(100% + 4%);
    left: -2% !important;
  }

  #slider-results .swiper-button-container button::after {
    font-size: 15px !important;
  }

  #slider-results .swiper-button-container button {
    border-color: var(--primary-color);
    color: var(--primary-color) !important;
    max-width: 35px;
    max-height: 35px;
    width: 35px !important;
    height: 35px !important;
    min-width: inherit !important;
  }

  .footer-logo img {
    max-width: 250px;
  }

  .module-contact-block-a-content .columns.medium-6.large-4.small-12 {
    width: 100%;
  }

  .module-contact-block-a-content iframe {
    max-height: 150px;
    margin-bottom: 30px;
  }

  .module-contact-block-a-content .columns.medium-6.large-8.small-12 {
    width: 100%;
  }


}









@media screen and (min-width: 1024px) and (max-width:1279px) {
  .footer.module-benefits-c .module-benefits-c-box {
    padding: 0 10px !important;
    margin-bottom: 40px !important;
    width: 32% !important
  }

  footer.footer.module-benefits-c .module {
    padding-bottom: 0 !important
  }

  .footer.module-benefits-c .columns {
    padding: 0 10px !important
  }


  .horizontal-content-row-num-1 .horizontal-content-row-title h2 {
    line-height: 1 !important
  }

  .horizontal-content-row-title h3 {
    line-height: 1 !important
  }

  .horizontal-content-row-title h2 {
    line-height: 1;
  }

  .section-horizontal-content {
    padding-bottom: 0 !important;
  }

  .module.module-practices-f {
    padding-top: 15px;
    padding: 15px 15px 35px 15px !important;
  }

  .module-blog-a-inner-posts {
    grid-row-gap: 60px;
    grid-column-gap: 60px;
  }

  .module-blog-a-single::after {
    right: -8%;

  }




}



.image-active-swipe-left,
.image-active-swipe-right {
  will-change: clip-path, transform;
  opacity: 0;
}

.image-active-swipe-left.animated {
  -webkit-animation: image-reveal-left 2200ms cubic-bezier(0.72, 0.24, 0.19, 0.82) forwards;
  animation: image-reveal-left 2200ms cubic-bezier(0.72, 0.24, 0.19, 0.82) forwards;
  opacity: 1;
}

.image-active-swipe-right.animated {
  -webkit-animation: image-reveal-right 2200ms cubic-bezier(0.72, 0.24, 0.19, 0.82) forwards;
  animation: image-reveal-right 2200ms cubic-bezier(0.72, 0.24, 0.19, 0.82) forwards;
  opacity: 1;
}

.pract-left-img.hide-for-small-only.image-active-swipe-right.animate-in-view.animated {
  -webkit-animation: image-reveal-left 1500ms cubic-bezier(0.72, 0.24, 0.19, 0.82) forwards;
  animation: image-reveal-left 1500ms cubic-bezier(0.72, 0.24, 0.19, 0.82) forwards;
  opacity: 1;
}

.pract-left-img.hide-for-small-only.image-active-swipe-right.animate-in-view.animated {
  -webkit-animation: image-reveal-right 1500ms cubic-bezier(0.72, 0.24, 0.19, 0.82) forwards;
  animation: image-reveal-right 1500ms cubic-bezier(0.72, 0.24, 0.19, 0.82) forwards;
  opacity: 1;
}


.image-active-swipe-right.animated img {
  opacity: 1
}


.image-active-swipe-right img {
  opacity: 0;
  -webkit-transition: opacity 1500ms cubic-bezier(0.72, 0.24, 0.19, 0.82);
  -moz-transition: opacity 1500ms cubic-bezier(0.72, 0.24, 0.19, 0.82);
  -ms-transition: opacity 1500ms cubic-bezier(0.72, 0.24, 0.19, 0.82);
  -o-transition: opacity 1500ms cubic-bezier(0.72, 0.24, 0.19, 0.82);
  transition: opacity 1500ms cubic-bezier(0.72, 0.24, 0.19, 0.82);
}

/*.image-active-swipe-right.animate-in-view {
	opacity: 0;
}
.image-active-swipe-right.animate-in-view.animated {
	opacity: 1;
}*/



@-webkit-keyframes image-reveal-left {
  0% {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
  }

  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}

@keyframes image-reveal-left {
  0% {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
  }

  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}

@-webkit-keyframes image-reveal-right {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }

  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}

@keyframes image-reveal-right {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }

  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}


.text-center {
  text-align: center;

}




@media screen and (min-width: 280px) and (max-width: 767px) {
  .footer-left {
    padding-left: 0px !important;
    padding-right: 0;
  }

  .fot-bottom-main {
    display: flex;
    flex-direction: column;
  }

  .footer-left {
    order: 2;
  }

  .footer-right p {
    font-size: 22px;
    line-height: 1.45;
    margin-bottom: 20px;
  }

  .fot-bottom-main {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 80px;
  }

  .button.contact-btn {
    min-width: inherit;
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    padding: 15px 0;
  }

  .footer-add-main {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    row-gap: 14px;
  }

  .footer-add-main i {
    margin-right: auto;
    margin-left: auto;
  }

  .fot-address {
    width: 100%;
    text-align: center;
  }

  .fot-address .address p {
    text-align: center;
  }

  .footer-inner {
    margin: 0 auto;
    flex-direction: column;
    line-height: normal;
  }

  .footer-inner {
    padding: 0 50px;
  }

  .footer-right p {
    text-align: center;
  }

  .module.footer-bot-copyright {
    background: #0b1729;
    padding: 15px 0;
  }

  .home .home-fot-bg {
    display: none;
  }

  .columns.medium-5.large-5.small-12.footer-right {
    /* display: none; */
    padding: 0;
    order: 2;
  }


  .about-firm-logo-bg.fot-bg {
    top: 26%;
    align-items: flex-start;
    width: 132%;
    justify-content: center;
  }

  .footer-right-inner {
    padding: 50px 20px;
  }

  .footer-inner {
    padding: 0 0;
  }

  .connect-text-main {
    max-width: 1000px;
    margin: 0 auto;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .connect-text {
    font-size: 90px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.79;
    letter-spacing: -0.35px;
  }

  .fot-left-mid-text h4 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1.8px;
  }

  .fot-loc-address {
    display: flex;
    column-gap: 00px;
    flex-direction: column;
    border-bottom: 0px solid #2f3d58;
    padding-bottom: 0;
    margin-bottom: 5px;
  }

  .footer-bot-menu.left-copyright-menu.footer-lower a {
    font-size: 15px !important;
  }

  .footer-social.show-for-small-only .social-links {
    justify-content: flex-start;
    column-gap: 15px;
    width: 100%;
  }

  .footer-social.show-for-small-only {
    border-bottom: 1px solid rgb(255, 255, 255, 0.28);
    padding-bottom: 30px;
    margin-bottom: 33px;
  }

  .footer-bot-menu.left-copyright-menu.footer-lower {
    margin-top: 5px;
    font-size: 15px !important;
    font-weight: 300;
    line-height: 22px;
    padding: 0 15px 0 0px;
  }

  .footer-bot-menu.left-copyright-menu.footer-lower {
    order: 2;
    padding: 0 32px;
    text-align: center;
  }



  .module.footer-top .footer-title {
    font-size: 40px;
    text-align: left;
    letter-spacing: -0.8px;
    max-width: 100%;
  }

  .footer-upper p {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
  }

  .module.footer-top .footer-title.fot-second-title {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 35px;
    text-align: left;
  }

  .footer-left.footer-upper h3 {
    font-size: 18px;
    letter-spacing: 0.5px;
    text-align: left;
  }

  .fot-left-mid-text {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }

  .fot-left-mid-text p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .fot-left-location {
    padding-left: 0;
  }

  .fot-address {
    margin-top: 20px;
  }

  .footer-social {
    order: 1;
    margin: 15px 0 05px 0;
  }

  .footer-bot-menu.left-copyright-menu.footer-lower {
    order: 2;
    line-height: 1.7;
  }

  .fot-bg {
    width: 100%;
    position: absolute;
    right: 0;
    height: 45%;
    background-size: cover;
  }

  .footer-right {
    padding-top: 30px;
  }

  .columns.medium-6.large-6.small-12.footer-left.footer-upper {
    padding-left: 50px;
    margin-top: 60px;
    background: #0062af;
    padding-top: 50px;
    padding-right: 30px;
  }

  .footer-left-inner img {
    margin-bottom: 25px;
  }

  .footer-logo-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    left: -5px;
    bottom: 0;
    background-size: 128%;
    background-repeat: no-repeat;
    background-position: center bottom;
    opacity: 0.8;
  }

  .footer-navigation li.menu-item:last-child {
    display: block;
  }

  .footer-navigation li.menu-item:last-child a::before {
    display: none !important;
  }

  .module-benefits-b-boxes.injury-cases-boxes {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 0;
  }

  .inury-title-two {
    font-size: 33px;
    line-height: 1.2;
    letter-spacing: 1.2px;
    max-width: 315px;
    margin-bottom: 5px;
  }

  .inury-title-one {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 1.8px;
    margin-bottom: 10px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
  }

  .module-benefits-b-box.injury-cases-box {
    margin: 0;
  }

  .box-icon.injury-cases-icon img {
    max-height: 30px;
    height: auto;
    width: auto;
    max-width: 38px;
  }

  .box-content.injury-cases-cont h3 a {
    padding: 7px 0px 7px 12px !important;
    font-size: 15px !important;
    letter-spacing: 0.5px;
  }

  .footer-bot-menu.left-copyright-menu.footer-lower.show-for-small-only {
    text-align: center;
    color: #fff !important;
    padding: 20px 0px 00px 0px;
  }

  .footer-bot-menu.left-copyright-menu.footer-lower.show-for-small-only p {
    color: #fff;
  }

  /*  .footer-bot-menu.left-copyright-menu.footer-lower.show-for-small-only p::after {
	content: "|";
	margin: 0 5px 0 4px;
	font-size: 14px;
}
*/


  .module.module-benefits-b.injury-cases-section {
    padding: 40px 0;
  }

  .content ol li::before {
    /* 		top: -11px; */
  }

  .module.module-practice-areas {
    padding: 0;
  }

  .pract-left-img {
    margin-left: 0;
    margin-top: 0;
  }

  .module.module-practice-areas .row .columns.no-float {
    padding: 0;
  }

  .columns.medium-6.large-6.small-12.practice-left {
    padding: 0;
  }

  .pract-left-img img {
    max-width: 100%;
  }

  .practice-left h2 {
    font-size: 40px;
    padding: 0 20px;
  }

  .pract-left-img.show-for-small-only {
    margin-bottom: 20px;
  }

  .columns.medium-6.large-6.small-12.practice-left hr {
    margin-left: 25px;
  }

  .practice-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .practice-right {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 45px;
  }


  .module-faq-a-content.center h2 {
    font-size: 40px;

  }

  .module-faq-a-content.center h2 {
    font-size: 39px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.9px;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
  }

  .module-faq-a-content.center h2 {
    display: inline;
  }

  .module.module-faq-a {
    padding: 40px 0px 40px 0px;
  }

  .module-faq-a-content.center hr {
    margin: 30px auto 30px auto;
  }

  .columns.medium-6.large-6.small-12.faq-left {
    padding-right: 0;
  }

  .accordion-item>h3 button {
    padding-right: 30px;
  }

  .module-faq-a .accordion-item-content {
    padding-right: 10px;
  }

  .columns.medium-6.large-6.small-12.faq-left .accordion-item-title {
    padding: 15px;
    padding-right: 30px;
    padding-left: 0;
  }

  .columns.medium-6.large-6.small-12.faq-left {
    padding-right: 10px;
    padding-left: 10px;
  }

  .module-faq-a .accordion-container {
    margin-bottom: 0 !important;
  }

  .columns.medium-6.large-6.small-12.faq-right {
    padding-left: 10px;
    padding-right: 10px;
  }

  .module.module-faq-a .row-narrow.center {
    margin-top: 30px;
  }

  .module.module-cta-a-new .module-cta-a-inner {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    column-gap: 15px;
    bottom: 0;
    position: relative;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 11px;
  }

  .module.module-cta-a-new {
    padding: 30px 10px 40px 10px;
    position: relative;
  }

  .module-cta-a-inner.bottom-cta span {
    position: relative;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .module-cta-a-inner.bottom-cta span::after {
    opacity: 0;
  }

  .module-cta-a-inner.bottom-cta span {
    position: relative;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
  }

  .module-cta-a-inner.bottom-cta h2 {
    margin-right: 0;

  }

  .module-cta-a-inner.bottom-cta span:last-child {
    margin: 0;
    border: none;
  }

  .module-footer-a .column.no-float {
    padding: 0;
  }

  .footer-left.footer-upper {
    padding-right: 0;
  }

  .columns.medium-5.large-5.small-12.footer-right {
    padding-top: 30px;
  }

  .footer-bot-menu.left-copyright-menu p {
    margin-bottom: 0;
    font-size: 12px;

  }

  .footer-bot-menu.left-copyright-menu.footer-lower a {
    font-size: 12px !important;
  }


  .footer-right .gform_wrapper {
    max-width: 100%;

  }

  .module.module-contact-block-a .fot-row .full-width {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
  }

  .module-contact-block-a-content {
    order: 2;
    padding: 0;
  }

  .module-contact-block-a-form {
    order: 1;
    padding: 0;
  }

  .module.module-contact-block-a {
    position: relative;
    padding: 40px 0 40px 0;
  }



  .serving-right {
    position: relative;
  }

  .serving-right::after {
    content: "";
    position: absolute !important;
    right: 15px !important;
    background: var(--secondary-color) !important;
    bottom: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 90% !important;
    height: 2px !important;
    top: -15px !important;
  }

  .module.serving-section {
    padding: 34px 0 !important;
    background: #f8f8f9;
  }

  .serving-left .module-title.line {
    max-width: 100% !important;
  }

  .module.serving-section .serving-right {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .module-title {
    font-size: var(--font-size-h1) !important;
  }

  .module-practices-a h2.module-title::after {
    left: 92% !important;
    width: 41px !important;
  }

  .module-practices-a h2.module-title::before {
    right: 92% !important;
    width: 41px !important;

  }

  .module.module-practices-a {
    padding: 35px var(--font-size-h2) !important;
  }

  .swiper-button-container .swiper-button-next,
  .swiper-button-container .swiper-button-prev {
    display: none !important;
  }

  .module.module-blog-d.trusted {
    padding-top: 350px !important;
    background-color: #0e1b2e !important;

  }

  .trusted-bg-image img {
    width: 100% !important;
    height: auto !important;
  }

  .trusted .module-blog-d-left {
    padding-left: var(--font-size-h2) !important;
  }

  .module-blog-d-left::before {
    left: 0px !important;

  }

  .trusted h2 {
    padding-right: 0px !important;
  }

  .trusted .module-blog-d-left p {
    padding-right: 0px !important;
  }

  .trusted h4 Specificity: (0, 1, 1) {
    letter-spacing: 4.8px !important;
  }

  p.slider-testimonial-content {
    font-size: 18px !important;
  }

  .module-testimonials-b h4 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .swiper-outer {
    max-width: 90% !important;
  }

  .module.module-testimonials-b {
    padding: 62px 0 92px 0 !important;
  }

  .years-left img {
    max-width: 202px !important;
  }

  .module-cta-a.recognized p {
    padding-left: 15px !important;
    padding-right: 15px !important
  }

  .module.Experience-years .column.no-float.full-width {
    flex-wrap: wrap !important;
  }

  .years-right-inn .module-title {
    text-align: center !important;
  }

  .years-right-inn {
    text-align: center !important;
    max-width: 100% !important;
  }

  /* 	faq */
  .module.faq-section.history-faq {
    padding: 25px 0 50px 0 !important;
  }

  .faq-left .module-content {
    text-align: center !important;
  }

  .faq-left .module-title {
    text-align: center !important;
  }

  /* 	accordion */
  .show-for-small-only .accordion-item {
    border: none !important;
    margin-top: -2px;
    padding: 20px !important;
    background-color: #fff !important;
    margin-bottom: 10px !important;
  }

  .show-for-small-only button.accordion-item-title {
    padding: 0px 0px 0px 0px !important;
  }

  .show-for-small-only .accordion-item-title::after {

    background: none !important;
  }

  .show-for-small-only button.accordion-item-title a {
    color: var(--alternate-color) !important;
    text-decoration: none !important;
    font-family: var(--heading-font-family) !important;
    font-size: 26px !important;
  }

  .show-for-small-only button.accordion-item-title a:focus {
    outline: none !important;
  }

  .show-for-small-only .accordion-item a {
    text-decoration: none !important;
  }

  .show-for-small-only .prac-icon {
    min-height: 30px;
  }

  .show-for-small-only li {
    list-style: disc;
  }

  .show-for-small-only ul {
    padding: 15px !important;
  }

  .show-for-small-only button.accordion-item-title {
    color: var(--alternate-color) !important;
    text-decoration: none !important;
    font-family: var(--heading-font-family) !important;
    font-size: 26px !important;
    font-weight: 600 !important;
  }

  .serving-right .serving-right-inn {
    max-width: 100% !important;
  }

  /* 	6575 */
  .home section.module.serving-section {
    padding: 27px 0px 42px 0 !important;
  }

  /* 	6563 */
  .home .serving-right::after {
    top: -7px !important;
    width: 95% !important;
  }

  .home .module.serving-section .serving-right {
    padding-top: 15px !important;
  }

  /* 	6598 */
  .home .module.module-practices-a {
    padding: 38px 15px 25px 15px !important;
  }

  .home .module-practices-a .row-narrow.center {
    padding: 0px 15px !important;
  }

  /* 	6641 */
  .home .module.module-testimonials-b {
    padding: 62px 0 109px 0 !important;
  }

  .home .testi-block.center {
    margin-bottom: var(--font-size-h3) !important;
  }

  .home .module-testimonials-b h4 {
    margin-top: 0px !important;
    margin-bottom: 36px !important;
  }

  /* 	6604 */
  .home .module.module-blog-d.trusted {
    padding-top: 344px !important;
    padding-bottom: 55px !important;

  }

  .home section.module.module-cta-a.module-dark.light-text.recognized {
    padding-top: 38px !important;
    padding-bottom: 39px !important;
  }

  .home section.module.Experience-years {
    padding-top: 37px !important;
    padding-bottom: 30px !important;
  }

  /* 	6663 */
  .home .module.faq-section.history-faq {
    padding: 26px 0 58px 0 !important;
  }

  /* 	6439 */
  .home .faq-right-inn .accordion-item>h3 button {
    padding-right: 9px !important;
  }


}

@media screen and (min-width:470px) and (max-width:767px) {

  .module-practices-a h2.module-title::after {
    left: 101% !important;
    width: 41px !important;
  }

  .module-practices-a h2.module-title::before {
    right: 101% !important;
    width: 41px !important;

  }

  .faq-left .module-title {
    max-width: max-content !important;
  }

  .years-right-inn .module-title {
    max-width: max-content !important;

  }

  .serving-left .module-title.line {
    max-width: 100% !important;
  }
}

@media screen and (min-width:680px) and (max-width:767px) {
  .faq-left .module-title {
    max-width: max-content !important;
  }

  .years-right-inn .module-title {
    max-width: max-content !important;

  }

  .serving-left .module-title.line {
    max-width: 100% !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 767px) {

  .pa-badge img {
    max-width: 250px;
  }

  .menu-footer-navigation-container {
    display: block;
  }

  .footer-navigation li.menu-item:last-child {
    display: inline-block;
  }

  .footer-navigation li.menu-item:last-child a::before {
    display: inline-block !important;
  }

  .inury-title-two {
    max-width: 445px;
    margin-bottom: 5px;
  }

  .inury-title-one {
    max-width: inherit;
  }

  .footer-right-inner {
    padding: 50px 20px;
    margin: 0 auto;
    max-width: 700px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .footer-left {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  main {
    padding: 40px 0;
  }

  .home .home-fot-bg {
    top: -62%;
    left: 0;
    border-top: 976px solid transparent;
    border-left: 4000px solid #021334;
    border-bottom: 1204px solid transparent;
    display: block;
  }

  .connect-text {
    font-size: 180px;
    letter-spacing: -7.15px;
  }

  .module.footer-top .footer-title {
    font-size: 28px;
  }

  .fot-loc-address {
    display: flex;
    column-gap: 30px;
    justify-content: space-between;
  }

  .menu-footer-navigation-container {
    display: inline;
  }


  .footer-right-inner {
    padding: 45px 25px;
  }

  .accordion-item-title {
    padding: 15px 0;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    padding-right: 45px;
    color: var(--primary-color);
  }

  .module.module-faq-a {
    padding-top: 40px;
    padding-bottom: 35px;
  }

  .module.footer-top .footer-title.fot-second-title {
    margin-bottom: 20px;
    font-size: 34px;
  }

  .module.footer-top .footer-title {
    font-size: 32px;
  }

  .footer-left.footer-upper h3 {
    font-size: 19px;
    padding-left: 0px;
  }

  .fot-left-location {
    padding-left: 0;
  }

  .fot-address {
    position: relative;
    margin-top: 30px;
  }

  .module.footer-bot-copyright {
    padding: 42px 15px;
  }

  .module.footer-bot-copyright .footer-inner {
    flex-direction: column;
    justify-content: center;
  }

  .footer-bot-menu.left-copyright-menu.footer-lower {
    margin-top: 0;
    font-size: 12px !important;
  }

  .footer-bot-menu.left-copyright-menu.footer-lower a {
    margin-top: 0 !important;
    font-size: 12px !important;
  }

  .footer-social {
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  .social-links {
    margin: 27px 0;
  }


  .module.module-practices-f {
    padding: 60px 0 60px 0;
  }

  .module.bottom-news {
    padding: 80px 15px 20px 15px;
  }

  .module-blog-c-inner.slider-container {
    padding-bottom: 50px;
    max-width: 100%;
  }

  .module-news-content.newsSection .module-blog-c-single::after {
    right: 27px;
  }

  .footer-left-inner img {
    max-width: 310px;
    width: 100%;
    margin-bottom: 15px;
  }

  .fot-left-mid-text {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }

  .fot-loc-addr-right {
    width: 100%;
  }

  .fot-loc-addr-right p,
  .fot-loc-addr-right p a {
    font-size: 16px;
  }

  .fot-loc-addr-left p {
    font-size: 16px;
  }

  .footer-bot-menu.left-copyright-menu p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 300 !important;
  }

  #mobile-navigation {
    background-position: 5% 100%;
  }

  .inury-title-two {
    font-size: 40px;
  }

  .inury-title-two {
    font-size: 40px;
    max-width: 500px;
  }

  .box-content.injury-cases-cont h3 a {
    font-size: 14px !important;
  }

  .module-benefits-b-box.injury-cases-box {
    align-items: center;
    padding: 5px 0;
    margin-bottom: 0px;
  }

  .module-benefits-b-box .box-content {
    padding-right: 0;
  }

  .footer-social {
    margin: 0px 0 25px 0;
  }

  .content {
    padding-right: 40px;
  }

  .pract-left-img img {
    max-width: 480px;
  }

  .pract-left-img img {
    max-width: 480px;
  }

  .practice-right {
    padding-left: 45px;
    padding-right: 20px;
  }

  .module-cta-a-inner.bottom-cta h2 {
    font-size: 20px;
    margin: 0;
  }

  .module-cta-a-inner.bottom-cta span {
    position: relative;
    margin-right: 10px;
  }

  .module-cta-a-inner.bottom-cta span a {
    font-size: 12px;

  }

  .module-cta-a-inner.bottom-cta span::after {
    content: "";
    position: absolute;
    right: -15px;
    background: #fff;
    height: 30px;
    width: 1px;
  }

  .module.module-cta-a-new {
    padding: 40px 0 40px 0;
    position: relative;
  }

  .footer {
    padding: 50px 0;

  }

  .footer-bottom.hide-for-small-only {
    display: none;
  }

  .footer-bottom.show-for-small-only {
    display: block !important;
    text-align: center;
  }

  .footer-menu {

    text-align: center;
  }



}

@media screen and (min-width:768px) and (max-width:991px) {

  .serving-left {
    position: relative;
  }

  .serving-left::after {
    display: none !important;
  }

  .serving-right {
    position: relative;
  }

  .serving-right::after {
    content: "";
    position: absolute !important;
    right: 15px !important;
    background: var(--secondary-color) !important;
    bottom: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100% !important;
    height: 2px !important;
    top: -15px !important;
  }

  .serving-left .module-title.line {
    max-width: 100% !important;
  }

  .module.serving-section .serving-right {
    padding-left: 10px !important;
  }

  .module-practices-a h2.module-title::before {
    width: 100px !important;
  }

  .module-practices-a h2.module-title::after {
    width: 100px !important;
  }

  .years-left img {
    max-width: 200px !important;
  }

  .module.Experience-years {
    padding: var(--font-size-h2) 0 !important;
  }

  .years-right-inn .module-title {
    font-size: 35px !important;
    max-width: 100% !important;
  }

  .module-title {
    font-size: 35px !important;
  }

  .columns.medium-12.large-5.small-12.years-left {
    width: 30% !important;
  }

  .module.faq-section.history-faq {
    padding: var(--font-size-h2) 0 !important;
  }

  .faq-left .module-title {
    max-width: 100% !important;
  }

  .module.module-blog-d.trusted {
    min-height: 325px !important;
  }

  .module-blog-d {
    padding: var(--font-size-h2) 0 !important;
  }

  .trusted h2 {
    font-size: 35px !important;
  }

  .module-blog-d-left::before {
    left: 20px !important;

  }

  .trusted .module-blog-d-left {
    padding-left: 60px !important;
  }

  .module {
    padding: var(--font-size-h1) 0 !important;

  }

  .module.module-testimonials-b {
    padding: var(--font-size-h1) 0 80px 0 !important;
  }

  .module-practices-a .practices-single {
    min-height: 200px !important;
    height: auto !important;
    padding: 25px 25px !important;
  }

  .serving-right .serving-right-inn {
    max-width: 100% !important;
  }

}





@media screen and (min-width: 980px) and (max-width: 1024px) {


  .module-cta-a-inner.bottom-cta h2 {
    font-size: 24px;
    margin: 0;
  }

  .module-cta-a-inner.bottom-cta span a {
    font-size: 15px;
  }

  .module-cta-a-inner.bottom-cta span {
    position: relative;
    margin-right: 15px;
  }





}

@media screen and (min-width:992px) and (max-width:1024px) {
  .columns.medium-12.large-4.small-12.serving-left {
    width: 40% !important;
  }

  .columns.medium-12.large-8.small-12.serving-right.animate-in-view.animated.undefined {
    width: 60% !important;
  }

  .module.serving-section {
    padding: var(--font-size-h1) 0 !important;

  }

  .columns.medium-12.large-5.small-12.years-left {
    width: 30% !important;
  }

  .years-left img {
    max-width: 235px !important;
  }

  .years-right-inn {
    max-width: 100% !important;
  }

  .years-right-inn .module-title {
    max-width: 100% !important;
  }

  .module.module-practices-a {
    padding: var(--font-size-h1) 0 !important;
  }

  .module.module-testimonials-b {
    padding: 45px 0 90px 0 !important;
  }

  .columns.medium-12.large-6.small-12.trusted-left {
    width: 50% !important;
  }

  .module-blog-d-left {
    max-width: 100% !important;
  }

  .trusted h2 {
    padding-right: 0px !important;
  }

  .trusted .module-blog-d-left p {
    padding-right: 25px !important;
  }

  .faq-left {
    width: 50% !important;
  }

  .faq-right {
    width: 50% !important;
    padding-top: 25px !important;
  }

  .accordion-item-title {
    padding: 22px 0 !important;
    font-size: 20px !important;
  }

  .module.faq-section.history-faq {
    padding: var(--font-size-h1) 0 !important;
  }

  section.module.module-cta-a.module-dark.light-text.recognized {
    padding: var(--font-size-h1) 20px !important;
  }

  .module.Experience-years {
    padding: var(--font-size-h1) 0 !important;
  }

  .module.module-blog-d.trusted {
    min-height: 415px !important;
  }
}










@media screen and (min-width: 1024px) and (max-width: 1279px) {

  .module-results-b .swiper-outer {
    max-width: calc(100% - 200px);
  }

  .module-blog-d-left {
    max-width: 100%;

  }

  .footer-right {
    padding-right: 30px !important;
  }

  .footer-left {
    padding-left: 30px !important;
  }

  .accordion-item-title {
    padding: 25px 0;

    font-size: 22px;
  }

  .module.module-faq-a {
    padding-bottom: 30px;
  }

  .module.footer-bot-copyright {
    padding: 42px 20px;
  }

  .about-firm-logo-bg.fot-bg {
    top: 5%;
    bottom: inherit !important;
    align-items: flex-start;
  }

  .blog-bg-img.fot-bg-img.about-firm-bg {
    margin-left: -86px;
    display: block;
    max-width: 800px;
  }

  .module.footer-top .footer-title.fot-second-title {
    margin-bottom: 20px;
    font-size: 44px;
  }

  .footer-left.footer-upper h3 {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.5px;

    padding-left: 11px;
  }



  .module-cta-a-inner.bottom-cta h2 {
    font-size: 22px;
    margin-right: 15px;

  }

  .module-cta-a-inner.bottom-cta span {
    position: relative;
    margin-right: 25px;
  }

  .module-cta-a-inner.bottom-cta span a {
    font-size: 16px;

  }

  .module-cta-a-inner.bottom-cta span::after {
    right: -21px;
    background: #fff;
    height: 29px;
    width: 1px;
  }


  .footer-left.footer-upper {
    padding-right: 75px;
  }

  /*  #slider-results .swiper-button-container {
	width: calc(100% + -2%);
	left: 2% !important;
}
  */

  .trusted h2 {
    padding-right: 0;
  }

  .module.module-blog-d.trusted {
    min-height: 400px !important;
  }

  .years-left img {
    max-width: 280px !important;
  }



}

@media screen and (min-width: 1280px) and (max-width: 1919px) {

  .trusted-left-slider {
    width: 990px;
    margin-left: -410px;
  }

  .columns.medium-6.large-6.small-12.trusted-left {
    padding-left: 0;
    padding-right: 50px;
    text-align: right;
  }

  .trusted-left-slider {
    width: 990px;
    margin-left: -410px;
    margin-right: 65px;
    float: right;
  }

}

@media screen and (min-width: 1920px) and (max-width: 12000px) {
  .module.footer-top {
    padding: 80px 0;
  }

  .module.footer-top .row {
    max-width: 1225px;
  }

  .module.module-blog-d.trusted {
    position: relative;
    min-height: 550px;
    display: flex;
    align-items: center;
  }


}

@media screen and (min-width: 2560px) and (max-width: 12000px) {}

@media screen and (min-width: 3840px) and (max-width: 12000px) {}