@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

:root {
  --theme-color: #9f8e72;
  --second-theme-color: #1b2534;
  --third-theme-color: #6a899d;  
  --primary-color: #69899d;
  --theme-font: "Lato", sans-serif;
  --second-theme-font: "Libre Baskerville", serif;
  --black-color: #000;
  --white-color: #ffffff;
  --text-color: #141d2e;
  
  --wpex-vertical-header-width: 420px;
}
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--theme-font);
  font-size: 1.125rem;
  color: var(--text-color);
  line-height: 1.88;
  letter-spacing: 0px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--second-theme-font);
  color: var(--text-color);
  margin: 0 0 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

h1 {
  font-size: 3rem;
}

h2,
.h2 {
  font-size: 1.875rem;
  margin-top: 1.875rem;
}

h2 ~ h2 {
  margin-top: 1rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.5rem;
  padding: 0;
  margin: 1rem 0 0.5rem;
}

h5 {
  font-size: 1.3rem;
  margin: 0 0 1rem;
  font-weight: 400;
}

h6,
.h6 {
  font-size: 1.25rem;
  margin: 0 0 0.8rem;
  font-weight: 400;
}

a {
  text-decoration: none;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  color: var(--theme-color);
}
.entry-title a:hover{
  color: var(--theme-color);
}
p{
  margin: 0 0 1.25rem;
}
a:hover,
.meta a:hover {
  text-decoration: none;
  color: var(--theme-color);
}
.text-center{
  text-align: center;
}

body.wpex-responsive .container,
body.wpex-responsive .vc_row-fluid.container {
  width: 1400px;
  max-width: 95%;
  margin: 0 auto;
  float: none;
}

.section-padding {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.section-header{
  margin-bottom: 3.125rem;
}
.section-title,
.common-title {
  font-size: 3rem;
  color: var(--second-theme-color);
  font-weight: 400;
  font-family: var(--second-theme-font);
  line-height: 1.25;
  margin: 0 0 2.5rem;
  position: relative;
}
.section-title strong{
  display: block;
}
.section-title small{
  font-size: 1.5rem;
  color: var(--theme-color);
  font-weight: 400;
  display: block;
  text-transform: initial;
}

.section-title-underline{
  padding-bottom: 1rem;
  text-transform: none;
  margin: 0 0 1.5rem;
}
.section-title-underline::after {
  position: absolute;
  left: 0;
  top: 100%;
  width: 5rem;
  background: var(--theme-color);
  height: 2px;
  margin: -1px 0 0 0;
  content: "";
  z-index: 0;
} 
.theme-button,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
  font-family: var(--theme-font);
  background: var(--theme-color);
  color: var(--white-color);
  font-size: 1.125rem;
  font-weight: 400;
  height: 2.6875rem;
  border-radius: 0.25rem;
  border: 0;
  margin: 1.875rem 0 0;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.875rem;  
  border: 1px solid var(--theme-color);
  transition: all 0.3s ease-in-out;
}

.theme-button:hover,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, 
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background: var(--second-theme-color);
  color: var(--white-color);
  border-color: var(--second-theme-color);
}
.secondary-theme-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
  background: var(--second-theme-color);
  color: var(--white-color);
  border-color: var(--second-theme-color);
}
.secondary-theme-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.secondary-theme-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus{
  background: transparent;
  color: var(--white-color);
  border-color: var(--white-color);
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline{
    border-radius: 4px;
    background-color: transparent;
    border-color: var(--theme-color);
    color: var(--theme-color);
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:focus {
    background: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color);
}

/* Top Header */

/* == Header == */
.wpex-has-vertical-header.wpex-fixed-vertical-header #site-header{
  overflow: auto;
  height: auto;
  bottom: 0;
  display: flex;
  flex-direction: column;
}
.wpex-has-vertical-header.wpex-fixed-vertical-header #site-header::after,
#sidr-main::after{
  content: "";
  background-image: url('../images/logo-watermark.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: -1;
  visibility: visible;
  height: auto;
  opacity: 0.15;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.wpex-has-vertical-header.wpex-fixed-vertical-header #site-header > div{
  flex: 1;
  display: flex;
  flex-direction: column;
  height: auto;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--second-theme-color);
  border-radius: 10px;
  border: 2px solid transparent; 
  background-clip: content-box;
}

/* Scrollbar Track Background */
::-webkit-scrollbar-track {
  background-color: var(--white-color);
  border-radius: 0;
}

/* Hover effect */
::-webkit-scrollbar-thumb:hover {
  background-color: var(--theme-color);
}

#site-header-inner{
  padding: 2rem 2.5rem;
}
#site-header-inner #site-logo{
  padding: 0;
  max-width: 100%;
  width: 22rem;
}
#site-navigation-wrap{
  padding: 2rem 0;
  flex: 1;
}
#site-navigation-wrap #site-navigation{
  border-top: 0;
}
#site-navigation-wrap #site-navigation .menu-item{
  border-bottom: 1px solid rgba(106, 137, 157, 0.102);
}
.main-navigation .dropdown-menu>.menu-item>a{
  font-size: 1.125rem;
  color: var(--white-color);
  font-weight: 400;
  padding: 0.875rem 0 !important;
}

.main-navigation .dropdown-menu>.menu-item:hover>a, 
.main-navigation .dropdown-menu>.menu-item.dropdown.sfHover>a, 
.main-navigation .dropdown-menu>.menu-item.wpex-active>a,
.main-navigation .dropdown-menu>.menu-item>a:hover,
.main-navigation .dropdown-menu .sub-menu .menu-item a:hover,
.main-navigation .dropdown-menu>.current-menu-item>a, 
.main-navigation .dropdown-menu>.current-menu-parent>a{
  background-color: transparent;
  color: var(--primary-color);
  outline: 0;
  position: relative;
}
.main-navigation .dropdown-menu>.menu-item .sub-menu{
  position: relative;
  left: 0 !important;
  background: transparent;
  border: 0;
  margin: 0 0 0 1.5rem;
  height: 0;
  opacity: 1;
  overflow: hidden;
}
.wpex-dropdown-menu--onhover .menu-item.wpex-touched>.sub-menu, 
.wpex-dropdown-menu--onhover .menu-item:hover>.sub-menu, 
.wpex-dropdown-menu--onhover .menu-item:focus-within>.sub-menu, 
.wpex-dropdown-menu--onclick .menu-item.wpex-active>.sub-menu{
  height: auto !important;
}
.main-navigation .dropdown-menu .sub-menu .menu-item a{
  font-size: 1em;
  padding: 0.625rem 0;
  border-bottom: 1px solid rgba(106, 137, 157, 0.102);
  color: var(--white-color);
}
.main-navigation-six .dropdown-menu .nav-arrow.top-level,
.main-navigation .nav-arrow.second-level {
  transform: rotate(90deg);
  right: 0;
  color: var(--primary-color);
}

.wpex-dropdown-menu--onclick>.menu-item.wpex-active>a .nav-arrow,
.main-navigation .wpex-active>a .nav-arrow {
  transform: rotate(-90deg);
}
.cta-content{
  font-size: 1.25rem;
  text-transform: uppercase;
  color: var(--white-color);
  font-weight: 700;
  font-family: var(--second-theme-font);
}
.cta-content span{
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
  display: block;
}
.cta .cta-phone{
  font-size: 1.875rem;
  text-transform: uppercase;
  color: var(--theme-color);
  font-weight: 400;
}
/* == Landing == */
.landing-section{
  gap: 2px;
}
@media (min-width: 768px) {
  .landing-section > div{
    width: auto;
    flex: 1;
  }
}

.landing-section .wpb_single_image figure,
.landing-section .wpb_single_image figure .vc_single_image-wrapper,
.landing-section .wpb_single_image figure .vc_single_image-wrapper img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  position: relative;
  background-color: var(--second-theme-color);
}
.landing-section .wpb_single_image figure .vc_single_image-wrapper img {
  mix-blend-mode: luminosity;
  user-select: none;
  -webkit-user-drag: none; 
  pointer-events: none;  
  transition: all 0.3s linear;
}

.landing-section .wpb_single_image figure::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--second-theme-color);
  opacity: 0.5;
  z-index: 1;
  mix-blend-mode: multiply;
  pointer-events: none;
  transition: all 0.3s linear;
}
.landing-section .wpb_single_image figure:hover img{
  mix-blend-mode: normal;
}
.landing-section .wpb_single_image figure:hover::after{
  opacity: 0;
}
.landing-section .wpb_single_image figure figcaption{
  font-size: 1.875rem;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--theme-font);
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translate(0, -50%);
  z-index: 2;
  position: absolute;
  pointer-events: none;
  padding: 0 1rem;
}
.landing-section .wpb_single_image figure figcaption::after{
  content: "";
  display: block;
  background-image: url('../images/title-shadow.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 298px;
  transform: translate(0, -60%);
  transition: 0.3s linear;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.landing-section .wpb_single_image figure:hover figcaption::after{
  opacity: 1;
  visibility: visible;
}
.landing-section .landing-location-area{
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  background-image: url('../images/location-shape.webp');
  width: 21.875rem;
  max-width: 80%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.landing-section .landing-location-area .vcex-teaser-text {
  margin: 0;
  padding: 0.25rem;
}
.landing-section .landing-location-area p{
  padding: 0;
  margin: 0;
  color: var(--white-color);
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}
.landing-section .landing-location-area a{
  color: var(--white-color);
  text-decoration: none;
  max-width: 21.875rem;
  border-radius: 1.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  min-height: 8.5rem;
  position: relative;
  background-image: linear-gradient(0deg, rgba(27,37,52,0.9999999999999999) 0%, rgba(27,37,52,0) 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.landing-section .landing-location-area a:before {
  content: "";
  width: 2.0625rem;
  height: 2.5625rem;
  background-image: url('../images/location-icon.webp');
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 4px;
  transform: translate(-50%, -50%);
  z-index: 3;
  background-repeat: no-repeat;
  background-position: center;
}

/* == Banner == */
.hero-section{
  padding-top: clamp(40px, 14vw, 15.625rem);
  padding-bottom: clamp(40px, 14vw, 11.25rem);
  background-size: cover !important;
  background-position: 0 50% !important;
  background-repeat: no-repeat !important;
  background-blend-mode: luminosity;
  min-height: 56.25rem;
}
.hero-section::after{
  content: "";
  background-image: url('../images/logo-watermark.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: -6% center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block !important;
  z-index: -1;
  visibility: visible !important;
  height: auto !important;
  opacity: 0.32;
  mix-blend-mode: soft-light;
  pointer-events: none;
}
.hero-section .wpex-bg-overlay-wrap{
  mix-blend-mode: multiply;
}
.hero-section > div > div > .wpb_wrapper{
  padding: 0 0 0 4.375rem;
}
.hero-section .vcex-heading {
  color: #fff;
  font-size: 4.375rem;
  font-family: var(--theme-font);
  font-weight: 700; 
  line-height: 1.15;
  margin: 0 0 0.75rem;
  letter-spacing: -2px;
}
.hero-section .vcex-heading small{
  display: block;
  font-weight: 400;
  font-size: 2.125rem;
  letter-spacing: 0;
}

.hero-content{
  color: var(--white-color);
  font-size: 1.25rem;
  max-width: 53.125rem;
}
.hero-section .vc_btn3-container{
  margin-bottom: 0;
}
.hero-section .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  font-size: 1.375rem;
  font-weight: 500;
  border-radius: 0.375rem;
  height: 3.4375rem;
  margin: 3.4375rem 0 0;
}

/* == First Section == */

.first-section .content-item > .vc_column-inner .wpb_wrapper{
  background-color: var(--third-theme-color);
  text-align: center;
  padding: 3.75rem 1.875rem;
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--second-theme-color);
  font-weight: 400;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.first-section .content-item > .vc_column-inner .wpb_wrapper .vcex-teaser{
  flex: 1;
}
.first-section .content-item > .vc_column-inner .wpb_wrapper h2{
  color: var(--second-theme-color);
  font-size: 1.875rem;
  letter-spacing: -1px;
  font-weight: 600;
  font-family: var(--theme-font);
}
.first-section .content-item:nth-child(even) > .vc_column-inner > .wpb_wrapper{
  background-color: #9f8d71;
  color: var(--white-color);
}
.first-section .content-item .vc_btn3-container.vc_btn3-inline .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
  border-radius: 4px;
  background-color: transparent;
  border-color: var(--second-theme-color);
  color: var(--second-theme-color);
}
.first-section .content-item .vc_btn3-container.vc_btn3-inline .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{
  background: var(--second-theme-color);
  color: var(--white-color);
}
.first-section .content-item:nth-child(even) > .vc_column-inner > .wpb_wrapper h2{
  color: var(--white-color);
}
.first-section .content-item:nth-child(even) > .vc_column-inner > .wpb_wrapper .vc_btn3-container.vc_btn3-inline .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
  border-color: var(--white-color);
  color: var(--white-color);
}
.first-section .content-item:nth-child(even) > .vc_column-inner > .wpb_wrapper .vc_btn3-container.vc_btn3-inline .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{
  background: var(--second-theme-color);
  color: var(--white-color);
  border-color: var(--second-theme-color);
}
/* == Footer Section == */
.site-footer{
  padding-top: 2.5rem;
  color: var(--white-color);
  font-size: 1rem;
  position: relative;
}
.site-footer::after{
  content: "";
  background-image: url('../images/logo-watermark.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% center;
  position: absolute;
  left: 0;
  right: -5%;
  top: -10%;
  bottom: -10%;
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  opacity: 0.3;
  mix-blend-mode: overlay;
  pointer-events: none;
}
#footer-widgets.wpex-row .footer-box.col > div{
  overflow: hidden;
}
.site-footer,
#footer-bottom {
  background-color: var(--second-theme-color);
}
body.high-contrast .site-footer, 
body.high-contrast #footer-bottom{
  background: #000;
}
.site-footer .wpex-about-widget-description {
  color: var(--white-color);
  font-weight: 400;
  margin-top: 2em;
}

.wpex-widget-recent-posts-date {
  color: var(--white-color);
}

.footer-box .footer-widget .widget-title {
  font-size: 1.25em;
  color: var(--theme-color);
  line-height: 1.3;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 0.625rem 0 0;
  margin: 0 0 1em;
  font-weight: 500;
  font-family: var(--second-theme-font);
  background-color: var(--second-theme-color);
}

.footer-box .footer-widget .widget-title::after {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 50em;
  background: #a1aed0;
  height: 1px;
  margin: -1px 0 0 0;
  content: "";
  z-index: 0;
  opacity: 0.2;
}
.footer-box .footer-widget.quick-links-nav .widget-title::after{
  display: none;
}
.footer-box .wpex-widget-recent-posts-li{
  padding: 0;
  margin-bottom: 1.5rem;
}
.footer-box .wpex-widget-recent-posts-li .wpex-widget-recent-posts-details::after{
  content: "Read More";
  display: block;
}
.footer-box .wpex-widget-recent-posts.style-default .wpex-widget-recent-posts-thumbnail{
  width: 5.3125rem;
  display: none;
}
#footer-widgets.wpex-row .col .wpex-widget-recent-posts-title{
  line-height: 1.5;
  color: var(--white-color);
  margin: 0 0 0.5rem;
  font-weight: 400;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
#footer .widget ul li a:hover .wpex-widget-recent-posts-title{
  color: var(--theme-color) !important;
}
.footer-box .wpex-widget-recent-posts-date{
  font-style: italic;
  font-style: 0.875rem;
}
.footer-contact-container {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer-contact-container .footer-contact {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.footer-contact-container .footer-contact h6{
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 400;
  font-family: var(--theme-font);
  margin: 0;
}
.footer-contact-container .footer-contact a{
  color: var(--white-color);
}
.footer-contact-container .footer-contact a:hover{
  color: var(--theme-color);
}
.footer-contact-container .footer-contact > ul{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.footer-contact-container .footer-contact ul li span{
  display: block;
}
#footer li {
  border: 0;
}
#footer li.address em {
  font-size: 0.875em;
  display: inline-block;
  margin-top: 10px;
  text-decoration: underline;
}

#footer .quick-links ul {
  margin: 0;
  display: grid;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-column-gap: 1em;
}

#footer .quick-links ul li,
#footer .footer-box ul.menu li {
  border: none;
  padding: 0.4em 0;
}
#footer a,
#footer .quick-links ul li a,
#footer .footer-box ul.menu li a {
  display: flex;
  align-items: center;
  color: var(--white-color);
}
#footer a:hover,
#footer .quick-links ul li a:hover,
#footer .footer-box ul.menu li a:hover {
  color: var(--theme-color) !important;
}

.social-icon{
  width: auto !important;
}
.social-icon ul{
  display: flex;
  align-items: center;
  margin: 0;
  gap: 0.5em;
}
.social-icon li {
  padding: 0;
  display: inline-flex;
}
.social-icon li a {
  display: block;
  height:2.5625rem;
  width: 2.5625rem;
  background-image: url('../images/social_icons.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 12.3125rem;
}
.social-icon li.tw a {
  background-position: 0 0;
}
.social-icon li.fb a {
  background-position: 33.33% 0em;
}

.social-icon li.gmb a {
  background-position: 66.66% 0;
}
.social-icon li.ln a {
  background-position: 100% 0;
}
.social-icon li.avvo a {
  background-position: 75% 0;
}

.social-icon li.tw a:hover {
  background-position: 0 100%;
}
.social-icon li.fb a:hover {
  background-position: 33.33% 100%;
}
.social-icon li.gmb a:hover {
  background-position: 66.66% 100%;
}
.social-icon li.ln a:hover {
  background-position: 100% 100%;
}

.social-icon li.avvo a:hover {
  background-position: 75% 100%;
}


.get-intouch {
  margin: 0;
  flex: 1;
}

.get-intouch li {
  letter-spacing: 0px;
  color: var(--white-color);
  font-weight: 400;
  padding: 0;
  position: relative;
  padding-left: 2em;
  margin-bottom: 1rem;
}

.get-intouch li a {
  color: var(--white-color);
}

.get-intouch li::before {
  content: "";
  height: 1.3em;
  width: 1.2em;
  background-size: 2.5em;
  background-image: url('../images/get-infosprite.png');
  padding-left: 2em;
  background-repeat: no-repeat;
  margin: 0.2em 0 0 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0.35em;
}

.get-intouch .decor-link {
  font-size: 0.75em;
  text-decoration: underline;
  font-weight: 100;
  font-style: italic;
}

.get-intouch li span {
  display: block;
}

.get-intouch li.phone::before {
  background-position: 0 -1.6em;
}

.get-intouch li.email::before {
  background-position: 0 -5em;
}

.get-intouch li.address::before {
  background-position: 0 0;
}

.get-intouch li.fax::before {
  background-position: 0 -3.25em;
}

.get-intouch li.map {
  padding-left: 2em;
}

.get-intouch li.map::before {
  display: none;
}
.get-intouch li a.get-directions{
  font-size: 0.89em;
  font-style: italic;
}
.social-info-wrap {
  padding: 1em 0 0 2.3em;
}

.info-bottom {
  display: flex;
  align-items: center;
  margin: 0.5em 0 0;
}

.info-bottom .review-btn {
  font-size: 1.25rem;
  letter-spacing: 0px;
  font-weight: 500;
  border-radius: 4px;
  background-color: var(--white-color);
  border: 1px solid #ffffff;
  padding: 0.5rem 1.875rem;
  color: var(--second-theme-color);
}

.info-bottom .review-btn:hover {
  color: var(--white-color) !important;
  border-color: var(--theme-color);
  background-color: var(--theme-color);
}

.info-bottom .social-icon {
  display: flex;
  align-items: center;
  margin: 0 0 0 1em;
}

.info-bottom .social-icon li {
  padding: 0 0.4em;
  display: inline-flex;
}

.info-bottom .social-icon li a {
  display: block;
  height: 2.6em;
  width: 2.6em;
  background-image: url('../images/sprite-img.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 18.4em;
}

.footer-middle {
  line-height: 1.88;
  color: var(--white-color);
  text-align: center;
  border-top: 1px solid rgba(161,174,208,0.2);
  padding: 3.125rem 0;
}

#footer-bottom, 
.footer-bottom{
  border-top: 1px solid rgba(161,174,208,0.2);
  padding: 2.5rem 0;
}
#copyright {
  color: #ffffff;
  font-weight: 400;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:1rem;
}
#copyright a{
  color: var(--white-color);
  display: inline-flex;
}
#copyright a:hover{
  color: var(--theme-color);
}
#footer-bottom .site-infolink,
.footer-bottom .site-infolink{
  display: inline-flex;
  margin: 0;
  list-style: none;
}

#footer-bottom .site-infolink li,
.footer-bottom .site-infolink li {
  list-style: none;
  padding: 0 0.3125rem;
  border-right: 1px solid #fff;
  line-height: 1;
}

#footer-bottom .site-infolink li:first-child,
.footer-bottom .site-infolink li:first-child{
  border-left: 1px solid #fff;
  margin-left: 0.3125rem;
}

#footer-bottom .site-infolink li:last-child,
.footer-bottom .site-infolink li:last-child{
  border-right: none;
}

#copyright .p-logo{
  max-width: 11.0625rem;
}
#copyright .p-logo img {
  max-width: 100%;
  display: block;
}
/* == Service Section == */

/* == Reasons to call Section == */
.reasons-to-call-section{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}
.reasons-to-call-section *{
  color: var(--white-color);
}
.reasons-to-call-section .section-title{
  margin-bottom: 1.25rem;
}
.vcex-bullets-check ul li {
  background: url('../images/check.png') left center no-repeat;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 2.125em;
}
.reasons-to-call-section .vcex-bullets-check ul li {
  background: url('../images/check-icon.png') left center no-repeat;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #e78b73;
  padding-left: 2.125em;
}
.reasons-to-call-section .wpex-bg-overlay-wrap{
  z-index: 99;
  pointer-events: none;
}
.reasons-to-call-section .wpex-bg-overlay.custom{
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

/* == Practise Area Section == */
.practice-area-grid .practice-area-item{
  margin-bottom: 20px;
}
.practice-area-grid .practice-area-item > .vc_column-inner > .wpb_wrapper{
  background-color: var(--second-theme-color);
  padding: 2.5rem 1.75rem;
  color: var(--white-color);
  display: flex;
  flex-direction: column;
  flex: 1;
}
.practice-area-grid .practice-area-item .vcex-teaser{
  position: relative;
  flex: 1;
  text-align: center;
}
.practice-area-grid .practice-area-item .vcex-teaser .vcex-teaser-text{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; /* Required for -webkit-line-clamp */
  -webkit-line-clamp: 6; /* Number of lines to display */
  -webkit-box-orient: vertical; /* Required for -webkit-line-clamp */
}
.practice-area-grid .practice-area-item .vcex-teaser-media{
  width: 1.9375rem;
  height: 1.9375rem;
  margin: 0 0.5625rem 0 0;
  min-width: max-content;
  display: inline;
}

.practice-area-grid .practice-area-item .vcex-teaser-media img{
  object-fit: contain;
  vertical-align: top;
  width: 1.9375rem;
  height: 1.9375rem;
}
.practice-area-grid .practice-area-item .vcex-teaser-heading{
  color: var(--white-color);
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: var(--theme-font);
  position: relative;
  display: inline;
}
.practice-area-grid .practice-area-item .vc_btn3-container{
  margin: 0 auto;
}
/* == About us Section == */
.about-section .section-title{
  font-size: 3.75rem;
}
.about-section .wpex-bg-overlay{
  background-repeat: no-repeat;
  background-position: 110% 50%;
  background-size: auto 100%;
}
.creditors-rights.wpb_single_image .vc_figure{
  margin-top: -1.6875rem;
}
/* Attorney Section */
.theme-section{
  color: var(--white-color);
}
.theme-section .section-title{
  color: var(--theme-color);
}
.attorney-section .owl-stage{
  display: flex;
}
.attorney-section .owl-stage .owl-item {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.attorney-section .staff-entry-inner,
.attorney-section .owl-item .wpex-carousel-slide{
  background-color: var(--third-theme-color);
  border: 2px solid #151a23;
  display: flex;
  flex: 1;
}
.attorney-section .staff-entry-inner .staff-entry-media,
.attorney-section .owl-item .wpex-carousel-entry-media{
  max-width: 9.75rem;
  margin: 0;
}
.attorney-section .staff-entry-inner .staff-entry-media a,
.attorney-section .owl-item .wpex-carousel-entry-media a{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}
.attorney-section .staff-entry-inner .staff-entry-media a img,
.attorney-section .owl-item .wpex-carousel-entry-media a img {
    height: 85%;
    width: 100%;
    object-fit: cover;
    object-position: 47%;
}
.attorney-section .staff-entry-inner .staff-entry-details,
.attorney-section .owl-item .wpex-carousel-entry-details{
  flex: 1;
  background-color: var(--second-theme-color);
  padding: 2.5rem 1.25rem;
  border: 0;
  display: flex;
  flex-direction: column;
}
.attorney-section .staff-entry-inner .staff-entry-details .staff-entry-title,
.attorney-section .owl-item .wpex-carousel-entry-details .wpex-carousel-entry-title{
  color: var(--white-color);
  font-size: 1.5rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--theme-font);
}
.attorney-section .staff-entry-inner .staff-entry-details .staff-entry-excerpt,
.attorney-section .owl-item .wpex-carousel-entry-details .wpex-carousel-entry-excerpt{
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.attorney-section .staff-entry-inner .staff-entry-details .theme-button,
.attorney-section .owl-item .wpex-carousel-entry-details .theme-button{
  background: transparent;
  color: var(--theme-color);
  border: 0;
  padding: 0;
  height: auto;
}
.attorney-section .staff-entry-inner .staff-entry-details .theme-button:hover,
.attorney-section .staff-entry-inner .staff-entry-details .theme-button:focus,
.attorney-section .owl-item .wpex-carousel-entry-details .theme-button:hover,
.attorney-section .owl-item .wpex-carousel-entry-details .theme-button:focus{
  color: var(--white-color);
}
.attorney-section .staff-entry-inner .staff-entry-details .theme-button:after,
.attorney-section .owl-item .wpex-carousel-entry-details .theme-button::after{
    content: "";
    height: 0.75rem;
    width: 0.8125rem;
    background-image: url('../images/button-arrow-theme.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 0 0 0.625rem;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.attorney-section .staff-entry-inner .staff-entry-details .theme-button:hover:after,
.attorney-section .staff-entry-inner .staff-entry-details .theme-button:focus:after,
.attorney-section .owl-item .wpex-carousel-entry-details .theme-button:hover:after,
.attorney-section .owl-item .wpex-carousel-entry-details .theme-button:focus:after{
  background-image: url('../images/button-arrow.png');
}

/* == Testimonial Section == */
.testimonial-container .vc_column-inner .wpb_wrapper {
  padding-left: 47%;
  position: relative;
}
.testimonial-section{
  background-position: 25% 0  !important;
  background-size: cover  !important;
}
.testimonial-section .section-title{
  color: var(--white-color);
  font-weight: 500;
  text-transform: initial;
  line-height: 1;
  margin-bottom: 1.875rem;
}
.testimonial-slider {
  font-size: 1em;
  position: relative;
  color: var(--white-color);
}
.testimonial-section .testimonial-entry-content {
  position: relative;
  padding: 0;
  background: transparent;
  border-radius: 0;
  flex: 1;
}
.testimonial-slider .testimonial-entry{
  min-height: 11rem;
  display: flex;
  flex-direction: column;
}
.testimonial-section .testimonial-entry-details p{
  text-align: left;
  margin: 0;
  padding: 0;
}
.testimonial-section .testimonial-entry-bottom {
    margin-top: 1.875rem;
}
.testimonial-section .testimonial-entry-author {
  font-size: 1.125rem;
  line-height: 1.66;
  color: var(--white-color);
  font-weight: 400;
  font-family: var(--theme-font);
}
.testimonial-slider .owl-nav {
  position: absolute;
  bottom: 0.25rem;
  left: 10rem;
  display: flex;
  gap: 1.25rem;
}
.testimonial-slider .owl-nav .owl-prev, 
.testimonial-slider .owl-nav .owl-next{
  margin-top: 0;
  display: block;
  height: 22px;
  line-height: inherit;
  width: 37px;
  font-size: 1em;
  background-image: url('../images/next-arrow.webp');
  background-size: auto;
  background-color: transparent;
  margin: 0;
}
.testimonial-slider .owl-nav .owl-prev{
  transform: rotate(180deg);
}
.testimonial-slider .owl-nav span, 
.testimonial-slider .owl-nav span{
  display: none;
}
.testimonial-slider .owl-nav .owl-prev:hover, 
.testimonial-slider .owl-nav .owl-next:hover{
  background-image: url('../images/next-arrow-active.webp');
}
.testimonial-button{
  position: absolute;
  bottom: 3px;
  right: 0;
  margin: 0;
  z-index: 1;
}
.testimonial-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
  text-transform: initial;
  color: var(--second-theme-color);
  height: auto;
  border-radius: 0;
  background-color: transparent;
  border: 0 solid transparent;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}
.testimonial-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.testimonial-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus{
  color: var(--white-color);
  background: transparent;
  border: 0 solid transparent;
  text-decoration: underline;
}

/* == Image With Content Section == */

.image-with-content-section{
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}
.image-with-content-section *{
  color: var(--white-color);
}
.image-with-content-section pre {
  background: transparent;
  border: 0;
  font-family: var(--theme-font);
  font-size: 1.125em;
  line-height: 1.66;
  padding: 1.5em;
}
.image-with-content-section pre a{
  color: var(--theme-color);
}
.image-with-content-section .wpb_wrapper .vc_figure,
.image-with-content-section .wpb_wrapper .vc_figure img{
  width: 100%;
}
/* Recent Blog Section == */

.recent-blogs .entry-inner{
  flex: 1;
  height: auto;
  display: flex;
  flex-direction: column;
}
.recent-blogs .entry-media{
  margin: 0 0 1rem;
}
.recent-blogs .entry-details{
  border: 0;
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.recent-blogs .entry-details .entry-title,
.recent-blogs .entry-details .entry-title a{
  font-size: 1.375rem;
  line-height: 1.18;
  color: var(--second-theme-color);
  font-weight: 600;
  font-family: var(--theme-font);
}
.recent-blogs .entry-details .meta li, 
.recent-blogs .entry-details .meta li{
  line-height: 1.22;
  color: var(--theme-color);
  font-weight: 400;
  font-style: italic;
}
.recent-blogs .entry-details .meta .ticon{
  display: none;
}
.recent-blogs .entry-details .meta .meta-author::before{
  content:"On behalf of "
}
.recent-blogs .entry-details .meta .meta-date::before{
  content:"on "
}
.recent-blogs .entry-excerpt{
  flex: 1;
}
.recent-blogs .theme-button{
  background-color: transparent;
  border-color: var(--theme-color);
  color: var(--theme-color);
  margin: 0;
}
.recent-blogs .theme-button:hover,
.recent-blogs .theme-button:focus{
  background-color: var(--theme-color);
  color: var(--white-color);
}
/* == Contact Section == */

.contact-section .contact-row{
  border-radius: 10px;
  filter: drop-shadow(0 0 4px rgba(215,215,215,0.3));
  background-color: #ffffff;
  overflow: hidden;
}
.contact-section .contact-form{
  padding: 2.5rem;
}
.contact-section .gform_title,
.contact-section .form-title{
  font-size: 1.875rem;
  color: var(--second-theme-color);
  font-weight: 400;
  font-family: var(--second-theme-font);
  margin:  0 0 1.25rem;
}
.contact-section .gform_wrapper .gform_fields{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}
.contact-section .gform_wrapper .gfield{
  padding: 0;
  margin: 0;
  grid-column: inherit;
}
.contact-section .gform_wrapper .gfield.gfield--type-textarea,
.contact-section .gform_wrapper .gfield.gfield--type-checkbox{
  grid-column: span 2;
}

.contact-section .gform_wrapper .gfield .top_label div.ginput_container{
  margin: 0;
}
.contact-section .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.contact-section .gform_wrapper .gfield textarea,
.contact-section .gform-theme--foundation .gfield textarea.large{
  margin: 0;
  font-size: 1.125rem;
  letter-spacing: 0px;
  color: var(--second-theme-color);
  font-weight: 400;
  font-family: var(--theme-font);
  height: 3.3125rem;
  border-radius: 0;
  background-color: #efefef;
  border: 1px solid #efefef;
  padding: 0 1.25rem;
  outline: 0;
  inline-size: 100%;
  box-shadow: none;
}
.contact-section .gform_wrapper .gfield textarea,
.contact-section .gform-theme--foundation .gfield textarea.large{
  height: 6.4375rem;
  padding: 1.25rem;
  min-block-size: 6.4375rem !important;
}
.contact-section .gform_wrapper .gfield_checkbox label{
  font-size: 1rem 1.125rem;
  line-height: 1.66;
  color: #ffffff;
  font-weight: 500;
  font-family: var(--theme-font);
  flex: 1;
}
.contact-section .gform_wrapper .gfield_checkbox > div {
  display: flex;
}
.contact-section .gform_wrapper .gfield_checkbox input[type=checkbox]{
  width: 1.875rem;
  height: 1.875rem;
  vertical-align: top;
  border: 0;
  border-radius: 4px;
}
.contact-section .gform_wrapper .gform_footer{
  text-align: right;
  padding: 0;
  margin-top: 1.25em;
}
.contact-section .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.contact-section .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.contact-section .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.contact-section .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.contact-section .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.contact-section .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.contact-section .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.contact-section .gform_wrapper .gform_footer input.button, 
.contact-section .gform_wrapper .gform_footer input[type=submit] {
  font-size: 1.125rem;
  letter-spacing: 0px;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--theme-font);
  height: 3.4375rem;
  border-radius: 0;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  padding: 0 1.25em;
  text-transform: uppercase;
  font-family: var(--theme-font);
  text-align: center;
  width: 100%;
  outline: 0;
}

.contact-section .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, 
.contact-section .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, 
.contact-section .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, 
.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, 
.contact-section .gform_wrapper .gform_footer input.button:hover, 
.contact-section .gform_wrapper .gform_footer input[type=submit]:hover {
  color: var(--theme-color);
  background: #fff;
}
.contact-details{
  background-color: var(--second-theme-color);
  color: var(--white-color);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 2rem 1.875rem;
  max-width: 20.5rem;
  display: flex;
  flex-direction: column;
}
.contact-details .widget-title{
  font-size: 1.875rem;
  color: var(--white-color);
  font-weight: 400;
  font-family: var(--second-theme-font);
}
.contact-details .custom-html-widget{
  flex: 1;
  display: flex;
  flex-direction: column;
}
.contact-details h6{
  color: var(--white-color);
  font-size: 1.125rem;
  font-weight: 400;
  font-family: var(--theme-font);
}
/* == Accessibility == */

.accessibility-options .floater {
  position: fixed;
  cursor: pointer;
  font-size: 50px;
  z-index: 1005;
  opacity: 1;
  border-radius: 50%;
  background-color: var(--theme-color);
  color: #ffffff;
  transition: opacity 0.5s ease 0s, transform 0.5s ease 0s,
    background-color 0.5s ease 0s, color 0.5s ease 0s, border-color 0.5s ease 0s;
  transform: translateY(0);
  padding: 6px;
  bottom: 1rem;
  right: 30px;
  width: 1em;
  height: 1em;
}

.accessibility-options .accessibility-menu {
  position: fixed;
  z-index: 1005;
  height: 100vh;
  top: 0;
  left: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: transform 0.5s ease 0s, visibility 0s ease 0.5s;
  font-size: 1.25em;
  padding-top: 4em;
  margin: 0;
  list-style: none;
}

.options-available.accessibility-options .accessibility-menu {
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.5s ease 0.5s, visibility 0s ease 0.5s;
}

.accessibility-options li .accessibility-icon {
  color: var(--white-color);
  width: 1em;
  height: 1em;
}

.accessibility-options li button {
  background-color: transparent;
  width: 100%;
  text-align: left;
}

.accessibility-options li svg {
  height: 1em;
  width: 1em;
  fill: currentColor;
  margin: 0 1em 0 0;
}

.accessibility-options li button {
  padding: 1.111em 2.5em 1.111em 1.5em;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  align-items: center;
}

body.high-contrast .page-header,
body.high-contrast .get-intouch li a,
body.high-contrast .get-intouch li,
body.high-contrast .footer-box .footer-widget .widget-title,
body.high-contrast .site-footer .wpex-about-widget-description,
body.high-contrast #footer .quick-links ul li a,
body.high-contrast .site-footer,
body.high-contrast #site-header,
body.high-contrast .home-banner,
body.high-contrast ul.right-nav.dropdown-menu li a {
  background-color: var(--black-color);
  background-image: none !important;
  color: #ffffff;
}

body.high-contrast .navbar-style-one .dropdown-menu > li > a {
  color: #ffffff !important;
}

body.high-contrast #site-logo img,
body.high-contrast .get-intouch li::before,
body.high-contrast .about-footer img {
  filter: brightness(0) invert(1);
}

body.high-contrast .full-screen-overlay-nav-ul,
body.high-contrast #copyright,
body.high-contrast #footer-bottom .site-infolink li a,
body.high-contrast .footer-bottom,
body.high-contrast .footer-top,
body.high-contrast .footer-box .footer-widget .widget-title::after,
body.high-contrast .footer-bottom-top,
body.high-contrast .footer-bottom-bottom {
  background-color: var(--black-color);
  color: #ffffff;
}

body.high-contrast .gform_wrapper .schedule-form .gform_footer input.button {
  background-color: #fff;
  color: #333333;
}

.accessibility-options li button:focus {
  outline: none !important;
}

.accessibility-options li button:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}

.accessibility-options li button:hover .accessibility-icon {
  filter: brightness(0) invert(1);
}

ul.accessibility-menu {
  background-color: var(--theme-color);
}

body.high-contrast ul.accessibility-menu {
  background-color: #000000;
}

body.high-contrast .wpex-bars > span,
body.high-contrast .wpex-bars > span::before,
body.high-contrast .wpex-bars > span::after {
  background: #ffffff;
}

body.high-contrast .full-screen-overlay-nav .full-screen-overlay-nav-close {
  color: #ffffff;
}

body.high-contrast #footer-bottom .site-infolink li {
  border-color: #ffffff;
}

body.high-contrast .main-navigation .dropdown-menu > .current-menu-item > a,
body.high-contrast ul.right-nav.dropdown-menu li.current-menu-item a {
  color: var(--white-color);
}

.accessibility-options .floater path {
  fill: var(--white-color);
}

body.animate-icon .floater {
  transition: bottom 0.5s ease 0s, transform 0.5s ease 0s,
    background-color 0.5s ease 0s, color 0.5s ease 0s, border-color 0.5s ease 0s;
  bottom: 10rem;
  right: 30px;
}

body.high-contrast .home-bannercontent .sub-heading,
body.high-contrast .home-bannercontent .banner-title,
body.high-contrast .banner-para {
  color: var(--white-color);
}

body.high-contrast .read-more .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  color: var(--white-color);
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  color: var(--black-color);
}

body.high-contrast #top-bar-wrap {
  background-color: var(--black-color);
  border-bottom: 1px solid var(--white-color);
}

body.high-contrast .navbar-style-one .dropdown-menu > li > a::after {
  background: var(--white-color);
}

body.high-contrast #site-header-sticky-wrapper.is-sticky #site-header {
  background: var(--black-color);
}

body.high-contrast .attorney-section,
body.high-contrast .testimonial_section,
body.high-contrast .contactus_section {
  background-image: none !important;
  background-color: var(--black-color);
}

body.high-contrast .attorney-section .common-title,
body.high-contrast .contactus_section .common-title,
body.high-contrast .contactus_section .common-sub-title,
body.high-contrast .attorney-section p,
body.high-contrast
  .about_readmore.read-moreattorney
  .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
body.high-contrast .contact-section .gform_wrapper .fr-check label {
  color: var(--white-color);
}

body.high-contrast .attorney-section .common-title::after,
body.high-contrast .contactus_section .common-title::after {
  background-color: var(--white-color);
}

body.high-contrast
  .about_readmore.read-moreattorney
  .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern::after {
  filter: brightness(0) invert(1);
}

body.high-contrast
  .contact-section
  .gform_wrapper
  .gform_fields
  .gfield
  textarea.large,
body.high-contrast
  .contact-section
  .gform_wrapper
  .gform_fields
  .gfield
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  border: 2px solid var(--white-color);
  color: var(--white-color);
}

body.high-contrast .contact-section .gform_wrapper .fr-check label::before {
  border-color: var(--white-color);
}

body.high-contrast .contact-section .gform_wrapper .gform_footer input.button,
body.high-contrast
  .contact-section
  .gform_wrapper
  .gform_footer
  input[type="submit"] {
  border-color: var(--white-color);
  background: var(--white-color);
  color: var(--black-color);
}

body.home.high-contrast .type-testimonials {
  filter: brightness(0) invert(1);
}

body.high-contrast.single-post .page-header-title,
body.high-contrast.archive .page-header-title,
body.high-contrast.single-articles .page-header-title,
body.high-contrast.single-news .page-header-title,
body.high-contrast.single-our_result .page-header-title {
  color: var(--white-color);
}

body.high-contrast .site-breadcrumbs a {
  color: var(--white-color);
}


/* Inner Pages */
.page-header.background-image-page-header{
  min-height: 400px;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-header.background-image-page-header::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  background-color: var(--second-theme-color);
  z-index: 1;
}
.page-header.background-image-page-header::after{
   content: "";
  background-image: url('../images/logo-watermark.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% center;
  position: absolute;
  left: 0;
  right: -5%;
  top: -10%;
  bottom: -10%;
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  opacity: 1;
  mix-blend-mode: soft-light;
  pointer-events: none;
}
.page-header.background-image-page-header .background-image-page-header-overlay{
  background:var(--second-theme-color);
  background: linear-gradient(0deg,rgba(27, 37, 52, 1) 0%, rgba(0, 0, 0, 0) 70%);
  opacity: 0.9;
}
.page-header.background-image-page-header .page-header-inner{
  padding-bottom: 0;
  padding-top: 0;
}
.page-header.background-image-page-header .page-header-content{
  padding: 2.5rem 1.875rem;
}
.site-breadcrumbs{
  border-bottom: 1px solid #e0e0e0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  color: var(--third-theme-color);
  font-weight: 400;
  font-family: var(--theme-font);
  margin-bottom: 1.25rem;
}
.site-breadcrumbs a{
  color: var(--third-theme-color);
}
.site-breadcrumbs a:hover{
  color: var(--theme-color);
}
.breadcrumb-trail span > span:not(.breadcrumb_last)::after {
  content: "";
  margin: 0 0.625rem;
  background-image: url('../images/breadcrumb-arrow.png');
  font-size: 1.125rem;
  width: 0.4375rem;
  height: 0.75rem;
  display: inline-block;
}
.breadcrumb-trail span {
    font-size: 0;
}
.breadcrumb-trail span > span,
.breadcrumb-trail span > span * {
  font-size: 1.125rem;
}

.page-header-title{
  font-size: 3rem;
  line-height: 1.25;
  color: var(--white-color);
  font-weight: 700;
  font-family: var(--theme-font);
}

.toc-container {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 1em;
  margin-bottom: 2em;
  border-radius: 4px;
  font-family: sans-serif;
}

#toc-toggle {
  background: none;
  border: none;
  font-weight: bold;
  font-size: 1.1em;
  cursor: pointer;
  color: var(--second-theme-color);
  padding: 0;
  margin: 0;
}

#toc-content {
  margin-top: 1em;
  padding-left: 1em;
}

#toc-content ul {
  list-style-type: none;
  padding-left: 0;
}

#toc-content ul li {
  margin-bottom: 0.5em;
}

#toc-content ul li a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s;
}

#toc-content ul li a:hover {
  color: var(--second-theme-color);
}

.hidden {
  display: none;
}
.toc-main-content h2,
.toc-main-content h3{
  scroll-margin-top: 7.5rem; 
}

body:not(.home) #content-wrap{
  position: relative;
}
body:not(.home) .content-area,
#sidebar{
  padding: 3.75rem 0;
}
#sidebar .sidebar-box{
  background: var(--second-theme-color);
  color: var(--white-color);
  margin: 0 0 1.25rem;
  padding: 1.875rem 0;
  font-size: 1.25rem;
  font-weight: 400;
}
#sidebar .sidebar-box:not(.attorney-sidebar) .wpex-heading, 
#sidebar .sidebar-box:not(.attorney-sidebar) .vcex-heading{
  font-size: 1.875rem;
  line-height: 1.2;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--theme-font);
  padding: 0 1.875rem;
}
#sidebar .sidebar-box:not(.attorney-sidebar) ul li {
  padding: 0;
  display: flex;
  align-items: center;
  border-top: 0;
  border-bottom: 0;
}
#sidebar .sidebar-box:not(.attorney-sidebar) .menu-practice-areas-container ul li{
  flex-direction: column;
  align-items: flex-start;
}
#sidebar .sidebar-box:not(.attorney-sidebar) ul li + li{
  border-top: 1px solid rgba(161,174,208,0.2);
  border-bottom: 0;
}
#sidebar .sidebar-box:not(.attorney-sidebar) ul li a{
  color: var(--white-color);
  padding: 1rem 0.5rem 1rem 1.875rem;
  display: flex;
  border: 0;
  align-items: center;  
  font-weight: 400;
  font-size: 1.125rem;
  background: transparent;
}
#sidebar .sidebar-box:not(.attorney-sidebar) ul.sidebar-connect-items li{
  flex-direction: column;
  align-items: flex-start;
}
#sidebar .sidebar-box:not(.attorney-sidebar) ul.sidebar-connect-items li a{
  gap: 1.25rem;
}
#sidebar .sidebar-box:not(.attorney-sidebar) ul.sidebar-connect-items li > div{
  width: 100%;
}
#sidebar .sidebar-box:not(.attorney-sidebar) ul.sidebar-connect-items li > div a {
    padding-bottom: 0.5rem;
    background: rgba(0, 0, 0, 0.15);
    padding-top: 0.5rem;
}
#sidebar .sidebar-box:not(.attorney-sidebar) ul.sidebar-connect-items li > div a::before{
  visibility: hidden;
}
#sidebar .sidebar-box:not(.attorney-sidebar) ul li a:hover,
#sidebar .sidebar-box:not(.attorney-sidebar) ul li.active > a{
  background-color: transparent;
  color: var(--theme-color);
}
#sidebar .widget_nav_menu ul>li:first-child>a, 
.widget_nav_menu_accordion .widget_nav_menu ul>li:first-child>a,
.wpex-bordered-list li:first-child{
  border-top: 0;
  border-bottom: 0;
}
#sidebar .sidebar-box.widget_search .searchform{
  margin: 0 1.875rem;
}
.sidebar-connect .sidebar-connect-items a::before{
  content: "";
  width: 1.3125rem;
  height: 1.5rem;
  background-image: url('../images/connect-with-us.png');
  background-size:2.8125rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar-connect .sidebar-connect-items .call a::before{
  background-position: 0px 50%;
}
.sidebar-connect .sidebar-connect-items .chat a::before{
  background-position: 0px 100%;
}

.sidebar-connect .sidebar-connect-items a:hover::before{
  background-position: 100% 0;
}
.sidebar-connect .sidebar-connect-items .call a:hover::before{
  background-position: 100% 50%;
}
.sidebar-connect .sidebar-connect-items .chat a:hover::before{
  background-position: 100% 100%;
}
#sidebar .attorney-sidebar{
  padding: 0.625rem;
}
#sidebar .attorney-sidebar .entry-details{
  background-color: transparent;
  border: 0;
  padding: 1.25rem 0.625rem;
}
#sidebar .attorney-sidebar .wpex-heading, 
#sidebar .attorney-sidebar .vcex-heading,
#sidebar .attorney-sidebar .entry-title{
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--theme-font);
  text-align: center;
}
#sidebar .attorney-sidebar .wpex-widget-recent-posts-thumbnail,
#sidebar .attorney-sidebar .wpex-carousel-entry-media{
  background: var(--third-theme-color);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
#sidebar .attorney-sidebar .theme-button{
  width: 100%;
  background-color: transparent;
  color: var(--theme-color);
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 1rem;
}
#sidebar .attorney-sidebar .theme-button:hover,
#sidebar .attorney-sidebar .theme-button:focus{
  background-color: var(--theme-color);
  color: var(--white-color);
}
#sidebar .attorney-sidebar .slick-dots,
#sidebar .attorney-sidebar .owl-dots{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  padding-bottom: 1.875rem;
}
#sidebar .attorney-sidebar .slick-dots button,
#sidebar .attorney-sidebar .owl-dots button{
  width: 0.625rem;
  height: 0.625rem;
  background-color: var(--third-theme-color);
  padding: 0;
  margin: 0;
  font-size: 0;
  border-radius: 0;
  outline: 0;
}
#sidebar .attorney-sidebar .slick-dots .slick-active button,
#sidebar .attorney-sidebar .owl-dots button.active{
  background-color: var(--theme-color);
}
.gform-theme--foundation .gform_fields{
    row-gap: 1.25rem;
}
.gform-theme--foundation .gfield .gfield_label,
.gform-theme--framework .gform-field-label--type-inline{
   font-size: 1.125rem;
}
.gform-theme--foundation .gfield .ginput_password.large, 
.gform-theme--foundation .gfield input.large, 
.gform-theme--foundation .gfield select.large,
.gform-theme--foundation .gfield textarea.large {
    margin: 0;
    font-size: 1.125rem;
    letter-spacing: 0px;
    color: var(--second-theme-color);
    font-weight: 400;
    font-family: var(--theme-font);
    height: 3.3125rem;
    border-radius: 0;
    background-color: #f5f5f5;
    border: 1px solid #efefef;
    padding: 0 1.25rem;
    outline: 0;
    inline-size: 100%;
    box-shadow: none;
}
.gform-theme--foundation .gfield select.large{
  line-height: 2.9;
}
.gform-theme--foundation .gfield textarea.large{
  min-block-size: 8rem;
}
.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit] {
  font-size: 1.125rem;
  letter-spacing: 0px;
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--theme-font);
  height: 3.4375rem;
  border-radius: 0;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  padding: 0 1.25em;
  text-transform: uppercase;
  font-family: var(--theme-font);
  text-align: center;
  width: 100%;
  outline: 0;
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, 
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, 
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, 
.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, 
.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input[type=submit]:hover {
  color: var(--theme-color);
  background: #fff;
}
.simple-sitemap-wrap .post-type{
  display: none;
}