@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --theme-color: #d05a47;
  --second-theme-color: #3a516b;
  --theme-font: "Poppins", sans-serif;
  --black-color: #000000;
  --white-color: #ffffff;
  --theme-second-color: #1b1b1b;
  --gray-color: #666666;
  --dark34: #343233;
  --text-color: #3a516b;
}

html {
  font-size: 100%;
}

body {
  font-family: var(--theme-font);
  font-size: 100%;
  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(--theme-font);
  color: var(--text-color);
}

h1 {
  font-size: 2.3em;
  font-weight: 800;
  margin: 0 0 0.5em;
}

h2,
.h2 {
  font-size: 2em;
  font-weight: 700;
  margin: 0 0 0.5em;
}

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

h3 {
  font-size: 1.8em;
  padding: 0;
  margin: 1em 0 0.5em;
}

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

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

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

a {
  text-decoration: none;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  color: var(--theme-color);
}
p,
.site-content li{
  font-size: 1.125em;
}
a:hover {
  text-decoration: none;
  color: var(--theme-color);
}


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

.section-padding {
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}
.section-header{
  margin-bottom: 3.125rem;
}
.section-title,
.common-title {
    font-size: 3em;
    text-transform: uppercase;
    color: var(--theme-color);
    font-weight: 400;
    font-family: var(--theme-font);
    line-height: 1.15;
}
.section-title strong{
    display: block;
    font-size: 1em;
}
.theme-button,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  background: var(--theme-color);
  color: var(--white-color);
  font-size: 1.125em;
  font-weight: 400;
  height: 2.78em;
  border-radius: 6px;
  border: 0;
  margin: 2em 0 0;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.875rem;  
  border: 1px solid var(--theme-color);
}

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

/* Top Header */

#top-bar-wrap {
  padding: 0;
  margin: 0;
  border: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  font-size: 1em;
}
#top-bar{
  justify-content: flex-end;
}
div#top-bar-content {
  display: flex;
  align-items: center;
  grid-gap: 1.875em;
}
div#top-bar-content:after {
  display: none;
}
#top-bar-content .topbar_item-label{
  font-size: 1.375em;
  letter-spacing: 0px;
  color: var(--theme-color);
  font-weight: 500;
  font-family: var(--theme-font);
  text-align: right;
}
.top-bar-item{
  font-size: 2.2125em;
  letter-spacing: 0px;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--theme-font);
  text-align: right;
  margin-right: 0;
  display: inline-flex;
  align-items: center;
}
.top-bar-item a{
  color: var(--white-color);
  font-size: 1em; 
  line-height: 1;
}
#top-bar-wrap .ticon-phone:before {
  content: "";
  display: block;
  background-image: url("../images/call-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 1em;
  height: 1em;
}

/* == Header == */

#site-logo,
.hasnt-mobile-menu #site-header #site-logo {
  width: 22.25em;
  text-align: left;
  margin: 0 auto 0 0;
}
div#site-header-inner {
  display: flex;
  align-items: center;
  padding: 4.375em 0 1.875em;
  transition: 0.3s linear;
}
.is-sticky div#site-header-inner {
  padding: 1.25em 0;
}
.navbar-style-one {
  position: absolute;
  right: -15px;
  top: unset;
  margin-top: 0;
  height: auto;
}

.header-contctinfo {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  padding: 1.25em 0 0 0;
}

.header-contctinfo ul {
  display: flex;
  align-items: center;
}

.header-contctinfo .top-bar-left {
  float: none;
}

.header-contctinfo ul li {
  display: block;
  margin: 0 0 0 1em;
}

.header-contctinfo ul li a {
  color: var(--theme-color);
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}

.header-contctinfo ul li .contact-info p {
  font-size: 1em;
  letter-spacing: 0px;
  line-height: 1.2;
  color: var(--theme-color);
  font-family: "Muli", sans-serif;
  font-weight: 300;
  margin: 0;
}

.header-contctinfo ul li .contact-icon {
  background: url(../images/call-icon.png) no-repeat 0 0;
  width: 1.25em;
  height: 1.25em;
  background-size: 100%;
  display: inline-flex;
  margin: 0 1em 0 0;
}

.header-contctinfo #top-bar-content ul li .contact-info {
  font-size: 1.25em;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 600;
}

.header-contctinfo #top-bar-content ul li a:hover .contact-info {
  color: var(--theme-second-color);
}

.header-contctinfo #top-bar-content ul li .contact-info strong {
  color: var(--theme-color);
}

.header-contctinfo #top-bar-content ul li a:hover .contact-info strong {
  color: var(--theme-second-color);
}

/* == Nav == */
#mega-menu-wrap-main_menu{
  background: transparent;
}
#mega-menu-wrap-main_menu, #mega-menu-wrap-main_menu #mega-menu-main_menu, #mega-menu-wrap-main_menu #mega-menu-main_menu ul.mega-sub-menu, #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item, #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-row, #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-column, #mega-menu-wrap-main_menu #mega-menu-main_menu a.mega-menu-link, #mega-menu-wrap-main_menu #mega-menu-main_menu span.mega-menu-badge, #mega-menu-wrap-main_menu button.mega-close, #mega-menu-wrap-main_menu button.mega-toggle-standard{
  font-size: 1em;
}
#site-navigation-wrap .main-navigation .dropdown-menu > .menu-item > a{
  font-size: 1.125em;
  padding: 0;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link{
  font-size: 1.125em; 
}
#site-navigation-wrap .main-navigation .dropdown-menu > .menu-item > a > .link-inner,
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link{
  padding: 0.5em 0.83em;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
  margin: 0;
}
.is-sticky #site-navigation-wrap .main-navigation .dropdown-menu > .menu-item > a,
.is-sticky #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link{
  color: var(--second-theme-color);
}
.main-navigation .dropdown-menu > .menu-item:hover > a,
.main-navigation .dropdown-menu > .menu-item.sfHover:hover > a,
.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 {
  color: var(--theme-color);
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
  background: transparent;
}
.main-navigation .dropdown-menu > .current-menu-item > a,
.is-sticky #site-navigation-wrap .main-navigation .dropdown-menu > .menu-item.current-menu-item > a,
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link:hover, 
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link:focus {
  color: var(--theme-color);
  background: transparent;
  border: transparent;
}

.navbar-style-one .dropdown-menu > li > a > span.link-inner {
  padding: 0.4em 0;
}

.header-two-aside {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header-aside-content {
  order: 1;
  display: flex;
  align-items: center;
}

.header-aside-content .searchform input {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.8em;
  padding-right: 4.5em;
  font-size: 0.75em;
  min-width: 26em;
  font-style: italic;
  height: 4em;
}

.header-aside-content .searchform .searchform-submit {
  font-size: 1em;
  opacity: 1;
  transition: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.875em;
  border-left: 1px solid #ddd;
  background: #fff;
  z-index: 1;
  top: 1px;
  right: 1px;
  bottom: 1px;
  height: auto;
  margin: 0;
}

form.header-two-searchform {
  display: flex;
}

#header-two-search input[type="search"] {
  width: 28.125em;
  height: 2.875em;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  font-size: 1em;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  font-style: italic;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#header-two-search input[type="search"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dadada;
  opacity: 1;
  /* Firefox */
}

#header-two-search input[type="search"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dadada;
}

#header-two-search input[type="search"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #dadada;
}

#header-two-search #header-two-search-submit {
  height: 2.875em;
  width: 2.875em;
  border-radius: 4px;
  background: transparent;
  color: #dadada;
  border: 1px solid #e5e5e5;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-style-two .dropdown-menu > .menu-item {
  border-right: 0;
}

.navbar-style-one .dropdown-menu > li > a:hover,
.navbar-style-two .dropdown-menu > li > a:hover {
  color: var(--theme-color) !important;
}

.navbar-style-one .dropdown-menu > li > a:hover::after,
.navbar-style-two .dropdown-menu > li > a:hover::after {
  opacity: 1;
  visibility: visible;
}

.main-navigation .dropdown-menu > .current-menu-item > a::after {
  opacity: 1;
  visibility: visible;
}

#menu-top-menu {
  display: flex;
  align-items: center;
}

.navbar-style-one .dropdown-menu > li.escape_button {
  padding-right: 0;
}

.navbar-style-one .dropdown-menu > li.escape_button a {
  padding: 0.25em 1em;
  background-color: var(--theme-color);
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: var(--white-color);
}

.navbar-style-one .dropdown-menu > li.escape_button a span {
  line-height: normal;
  padding: 0.25em 0;
}

.navbar-style-one .dropdown-menu > li.escape_button a:hover {
  background-color: var(--theme-second-color);
}

.navbar-style-one .dropdown-menu > li.escape_button > a::after {
  display: none;
}

/* == Banner == */
.new-hp-hero-section{
  padding-top: 8.75em;
}
.new-hp-hero-row-container{
  justify-content: space-between;
  padding: 3.75em 0;
  z-index: 3;
  position: relative;
}
.hero-lawyer-image {
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 0;
  text-align: center;
}
.hero-lawyer-image img {
  max-width: 90%;
}
.hero-heading-text > div {
  max-width: 39em;
}
.new-hp-hero-section .vcex-heading {
  color: #fff;
  font-size: 3.125em;
  font-family: var(--theme-font);
  font-weight: 500; 
  line-height: 1;
  margin-bottom: 1.25rem;
}
.new-hp-hero-section .vcex-heading strong {
  font-weight: 700;
  display: block;
  font-size: 2em;
  letter-spacing: -1px;
  margin-top: 0.5rem !important;
}
.new-hp-hero-section .vcex-heading.subheading{
  font-size: 2.3em;
  margin-top: 1.875rem;
}
.new-hp-hero-section p{
  color: #fff;
  font-size: 1.375em;
  font-family: var(--theme-font);
  font-weight: 400; 
  line-height: 1.7;
  letter-spacing: 0;
  margin-top: 0.625rem;
  text-align: left;
}
.new-hp-hero-section .vcex-heading.cell-number{
  font-size: 3.375em;
  font-weight: 500;
  font-family: var(--theme-font);
  margin-top: 0.5em;
  line-height: 1.4;
  margin-bottom: 0;
}
.new-hp-hero-section .vcex-heading.cell-number a{
  font-size: 1em;
}
.hero-heading-text .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  font-size: 1.375em;
  font-weight: 600;
  border-radius: 0;
  margin-top: 1.875rem;
}
.new-hp-hero-form {
  width: 23em;
  background-color: #ffffff;
}
.vc_row.vc_row-flex>.new-hp-hero-form>.vc_column-inner{
  padding: 0;
  margin: 0;
}
.new-hp-hero-form .gform_heading {
  background-color: var(--theme-color);
  padding: 1.25em;
}
.new-hp-hero-form .gform_heading .gform_title {
  font-size: 2em;
  letter-spacing: 0px;
  line-height: 0.9375;
  color: #ffffff;
  font-weight: 600;
  font-family:var(--theme-font);
  margin: 0;
}
.new-hp-hero-form .gform_heading .gform_description{
  padding:0;
}
.new-hp-hero-form form {
  padding: 1.25em;
}
.new-hp-hero-form .gform_wrapper .gform_fields{
  gap: 0.625em;
}

.new-hp-hero-form .gform_wrapper input[type=color], 
.new-hp-hero-form .gform_wrapper input[type=date], 
.new-hp-hero-form .gform_wrapper input[type=datetime-local], 
.new-hp-hero-form .gform_wrapper input[type=datetime], 
.new-hp-hero-form .gform_wrapper input[type=email], 
.new-hp-hero-form .gform_wrapper input[type=month], 
.new-hp-hero-form .gform_wrapper input[type=number], 
.new-hp-hero-form .gform_wrapper input[type=password], 
.new-hp-hero-form .gform_wrapper input[type=search], 
.new-hp-hero-form .gform_wrapper input[type=tel], 
.new-hp-hero-form .gform_wrapper input[type=text], 
.new-hp-hero-form .gform_wrapper input[type=time], 
.new-hp-hero-form .gform_wrapper input[type=url], 
.new-hp-hero-form .gform_wrapper input[type=week], 
.new-hp-hero-form .gform_wrapper select, 
.new-hp-hero-form .gform_wrapper textarea{
  inline-size: 100%;
  height: 3.5em;
  background-color: #fafafa;
  border: 1px solid #dadada;
  outline: 0;
  font-size: 1em;
  letter-spacing: 0px;
  color: #343434;
  font-weight: 400;
  font-family: var(--theme-font);
  border-radius: 0;
  padding: 0 1em;
}

.new-hp-hero-form ::-webkit-input-placeholder {
  font-weight: 400;
  font-family: var(--theme-font);
}
.new-hp-hero-form .gform_wrapper .gfield textarea{
  min-block-size: 7.25em;
  height: 7.25em;
  padding: 1em;
  vertical-align: top;
}
.new-hp-hero-form .gform-footer.gform_footer.top_label{
  max-width: inherit;
  position: static;
  margin: 1.25rem 0 0;
  padding: 0;
}
.new-hp-hero-form .gform-footer input[type=submit] {
  -webkit-appearance: none !important;
  border-radius: 0 !important;
  height: 1.75em !important;
  background-color: var(--theme-color) !important;
  width: 100% !important;
  font-size: 2rem !important;
  letter-spacing: 0px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-family: var(--theme-font) !important;
  margin: 0;
  display: block !important;
  text-transform: uppercase !important;
  outline: 0 !important;
}

.new-hp-hero-form .gform_wrapper .gfield_checkbox label, 
.new-hp-hero-form .gform_wrapper .gfield_radio label{
  font-size: 1em;
  letter-spacing: 0px;
  color: #343434;
  font-weight: 400;
  font-family: var(--theme-font);  
}

/* == Footer Section == */

.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;
  font-size: 1em;
  margin-top: 2em;
}

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

.footer-box .footer-widget .widget-title {
  font-size: 1.375em;
  color: #ffffff;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 1.2em 0 0;
  margin: 0 0 1em;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-box .footer-widget .widget-title::after {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 10em;
  background: #ffffff;
  height: 1px;
  margin: -1px 0 0 0;
  content: "";
  z-index: 0;
}

#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 .quick-links ul li a,
#footer .footer-box ul.menu li a {
  display: flex;
  align-items: center;
  color: var(--white-color);
  font-size: 1em;
  font-weight: 400;
}
#footer a:hover,
#footer .quick-links ul li a:hover,
#footer .footer-box ul.menu li a:hover {
  color: var(--theme-color);
}

.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.7em;
  width: 2.7em;
  background-image: url('../images/social_icons.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 15em;
}
.social-icon li.tw a {
  background-position: 0 0;
}
.social-icon li.fb a {
  background-position: 25% 0em;
}
.social-icon li.ln a {
  background-position: 50% 0;
}
.social-icon li.avvo a {
  background-position: 75% 0;
}
.social-icon li.gmb a {
  background-position: 100% 0;
}

.social-icon li.tw a:hover {
  background-position: 0 100%;
}
.social-icon li.fb a:hover {
  background-position: 25% 100%;
}
.social-icon li.ln a:hover {
  background-position: 50% 100%;
}
.social-icon li.avvo a:hover {
  background-position: 75% 100%;
}
.social-icon li.gmb a:hover {
  background-position: 100% 100%;
}

.get-intouch {
  margin: 0;
}

.get-intouch li {
  font-size: 1.125em;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 400;
  padding: 0.15em 0 0;
  font-weight: 300;
  position: relative;
  padding-left: 2em;
}

.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;
  font-weight: 600;
}

.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: 0.8em;
  letter-spacing: 0px;
  font-weight: 600;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #ffffff;
  padding: 0.5em 2em;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
}

.info-bottom .review-btn:hover {
  color: var(--theme-color);
  border-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: #ffffff;
  font-weight: 400;
  text-align: center;
  font-size: 1.125em;
  border-top: 1px solid #4f6987;
  padding: 1.5rem 0;
}

#footer-bottom {
  border-top: 1px solid #4f6987;
  
}
#copyright {
  font-size: 1.125em;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#footer-bottom .site-infolink {
  display: inline-flex;
  margin: 0;
  list-style: none;
}

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

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

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

#footer-bottom .site-infolink li a {
  color: #fff;
}

#footer-bottom .site-infolink li a:hover {
  color: var(--theme-color);
}

/* == Service Section == */
.proven-results-section{
  background: var(--theme-color);
}
.proven-results-section .section-title,
.proven-results-section .common-title {
  color: var(--white-color);
}
.proven-results-section .section-title{
  font-size: 2em;
}
.proven-results-section .section-title strong{
  font-size: 1.5em;
}
.proven-results-container{
  grid-row-gap: 1rem;
}
.proven-results-container > .wpb_column > .vc_column-inner > .wpb_wrapper{
  background: var(--second-theme-color);
  padding: 1.875em 1.875em 0;
  color: var(--white-color);  
}
.proven-results-container > .wpb_column > .vc_column-inner .wpb_wrapper{
  display: flex;
  flex-direction: column;
  grid-gap: 1.25em;
  flex: 1;
}
.proven-results-container > .wpb_column > .vc_column-inner .wpb_wrapper > .wpb_text_column{
  flex:1
}
.proven-results-container > .wpb_column > .vc_column-inner > .wpb_wrapper *{
  color: var(--white-color);
}
.proven-results-container > .wpb_column > .vc_column-inner > .wpb_wrapper h2{
  font-weight: 700;
  font-size: 3em;
  margin: 0;
}
.proven-results-container > .wpb_column > .vc_column-inner > .wpb_wrapper h3{
  margin: 0;
  font-size: 1.625em;
  font-weight: 500;
  font-family: var(--theme-font);
  line-height: 1.34;
}
.proven-results-container > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_separator{
  margin: 0 -1.875em;
  padding: 1.25em 1.875em;
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.10);
  width: auto;
}
.proven-results-container > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_separator .vc_sep_holder{
  display: none;
}
.proven-results-container > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_separator h4{
  font-size: 1.125em;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--white-color);
  font-weight: 400;
  font-family: var(--theme-font);
}
/* == 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 == */


.new-hp-practice-area-tabs {
  display: flex;
  gap: 1.875em;
}
.new-hp-practice-area-tabs .vc_tta-tabs-container{
  width: 22.5em;
  padding-top: 8.125em;
}
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-tabs-list{
  display: flex;
  flex-direction: column;
}
.new-hp-practice-area-tabs .vc_tta-panels-container{
  flex: 1;
}
.new-practice-area-section .section-header .section-title{
  line-height: 1.15;
  font-size: 3em;
  color: var(--second-theme-color);
}
@media (min-width: 768px) {
  .new-practice-area-section .section-header {
      text-transform: uppercase;
      margin-bottom: 0.625em;
      position: absolute;
      left: 15px;
      top: 0;
  }
}
.new-practice-area-section .section-header .vcex-heading-inner{
  text-align: left;
}
.new-practice-area-section .section-header strong{
  display: block;
  font-weight: 700;
  font-size: 1em;
}
.vc_tta-container{
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.new-hp-practice-area-tabs .vc_tta-panels{
  gap: 0.625rem;
}
.new-hp-practice-area-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab{
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.new-hp-practice-area-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a,
.new-hp-practice-area-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover,
.new-hp-practice-area-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:focus  {
  border-color: transparent;
  background-color: transparent;
  color: var(--theme-color);
}

.new-hp-practice-area-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
  padding: 6px 10px;
  margin: 0;
}
.new-hp-practice-area-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading{
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.new-hp-practice-area-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a{
  color: #fff;
}
.new-hp-practice-area-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a,
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel-title>a{
  border-color: transparent;
  background-color: transparent;
  color:var(--second-theme-color);
  font-weight: 500;
  font-family: var(--theme-font);
  padding: 0;
  font-size: 1.11em;
  padding: 0.25rem 0;
  border-radius: 0;
  line-height: 1.5;
  text-transform: uppercase;
}
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-tab:last-child{
  border-bottom: 0;
}
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panels, 
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panels-container,
.new-hp-practice-area-tabs.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel.vc_active,
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body,
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body .wpb_text_column  {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 0;
  border: 0;
}
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body .wpb_text_column{
  padding: 2.5rem 0 0;
}
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body figure,
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body figure .vc_single_image-wrapper,
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body figure img{
  display: block;
  width: 100%;
}
.new-hp-practice-area-tabs.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  background-color: transparent;
}
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
  padding: 0;
}

.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body h3{
  font-size: 2em;
  line-height: normal;
  font-weight: 600;
  margin: 0 0 1rem;
  color: var(--second-theme-color);
  text-transform: uppercase;
}
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body h4{
  line-height: normal;
  font-weight: 500;
  margin: 0 0 1.5rem;
  color: var(--theme-color);
}
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body p{
  font-size: 1.125em;
  line-height: 1.66;
  font-weight: 400;
  padding: 0;
  color: var(--second-theme-color);
  margin: 0 0 1.875rem;
}
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body p:last-child{
  margin: 0;
}
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body p a{
  text-decoration: none;
  font-weight: 600;
}
.new-hp-practice-area-tabs.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body p a:hover{
  color: var(--theme-color);
  border-color: var(--theme-color);
}


/* == Testimonial Section == */
.new-hp-testimonial-section .wpex-bg-overlay-wrap{
  background-repeat: no-repeat;
  background-size: cover;
}
.new-hp-testimonial-section .section-title{
    margin: 0 0 1em;
    color: var(--second-theme-color);
}
.new-hp-testimonial-section .section-title strong{
  color: var(--theme-color);
}

.new-hp-testimonial-slider {
  font-size: 1em;
  position: relative;
  padding-right: 12.5em;
}
.new-hp-testimonial-slider::after{
  content: "";
  display: block;
  background-image: url('../images/new-quote.webp');
  width: 12.4em;
  height: 10em;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  visibility: visible;
}
.new-hp-testimonial-slider .testimonial-entry{
  padding-left: 13em;
}
.new-hp-testimonial-section .testimonial-entry-content {
    position: relative;
    padding: 0;
    background: transparent;
    border-radius: 0;
}
.new-hp-testimonial-section span.testimonial-caret {
  display: none;
}
.new-hp-testimonial-slider .testimonial-entry .testimonial-entry-content .testimonial-entry-details{
  min-height: 5em;
}
.new-hp-testimonial-section .testimonial-entry-details p{
  font-size: 1.125em;
  line-height: 1.66;
  font-weight: 500;
  font-family: var(--theme-font);
  text-align: left;
  margin: 0;
  padding: 0;
}
.new-hp-testimonial-section .testimonial-entry-details p img{
    display: none !important;
}

.new-hp-testimonial-section .testimonial-entry-author {
  font-size: 1.5em;
  line-height: 2;
  text-transform: uppercase;
  color: var(--theme-font);
  font-weight: 500;
  font-family: var(--theme-font);
}
.new-hp-testimonial-slider .testimonial-entry-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 10em;
  height: 10em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background-color: var(--white-color);
  border-radius: 50%;
}
.new-hp-testimonial-slider .testimonial-entry-thumb img {
  display: block;
  margin: 0;
  width: 50%;
  height: auto;
  padding: 0;
  border: 0;
}
.new-hp-testimonial-slider .owl-nav {
    position: absolute;
    bottom: 0;
    right: 14.5em;
}
.new-hp-testimonial-slider .owl-nav .owl-prev, 
.new-hp-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;
}
.new-hp-testimonial-slider .owl-nav .owl-prev{
    transform: rotate(180deg);
}
.new-hp-testimonial-slider .owl-nav span, 
.new-hp-testimonial-slider .owl-nav span{
    display: none;
}
.new-hp-testimonial-slider .owl-nav .owl-prev:hover, 
.new-hp-testimonial-slider .owl-nav .owl-next:hover{
    background-image: url('../images/next-arrow-active.webp');
}
.new-hp-testimonial-slider .testimonial-entry-rating{
    width: 8.1875em;
    height: 1.5625em;
    background-image: url('../images/five-star.webp');
    background-size: contain;
    background-repeat: no-repeat;
}
.new-hp-testimonial-slider .testimonial-entry-rating span{
    display: none;
}
.new-testimonial-section .new-button{
    background-image: url('../images/button_shadow_line.webp');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center 85%;
    margin-top: 3.125em;
}
.new-timonial-button {
    background-image: url('../images/button_shadow_line.webp');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center 85%;
  }
  .new-testimonial-section .new-button .vc_general.vc_btn3{
    margin-top: 0;
    padding: 0.5em 3em;
}

/* == 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 == */


.new-hp-blog-section .section-title{
    margin: 0 0 1.25em;
    text-align: center;
    line-height: 1.15;
}
.new-hp-recent-blog .vcex-post-type-entry-details {
    padding: 0;
    border: 0 solid #eee;
}
.new-hp-recent-blog .vcex-post-type-entry .vcex-post-type-entry-inner{
    gap: 1.875em;
}
.new-hp-recent-blog .vcex-post-type-entry-details .entry-title{
    font-size: 1.25rem;
    line-height: 1.4;
    color: var(--second-theme-color);
    font-weight: 600;
    font-family: var(--theme-font);
    margin: 0 0 0.3125rem;
    padding: 0;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.new-hp-recent-blog .vcex-post-type-entry-details .entry-title a{
    color: var(--second-theme-color);
    font-size: 1em;
}
.new-hp-recent-blog .vcex-post-type-entry-details .vcex-post-type-entry-date{
    font-size: 1.125em;
    line-height: 1.66;
    color: var(--theme-color);
    font-weight: 400;
    font-family: var(--theme-font);
}
.new-hp-recent-blog .vcex-post-type-entry-details .entry-excerpt{
  margin: 1rem 0 0;
  padding: 0;
}
.new-hp-recent-blog .vcex-post-type-entry-details .entry-excerpt p{
    font-size: 1.125em;
    line-height: 1.66;
    color:  var(--second-theme-color);
    font-weight: 400;
    font-family: var(--theme-font);
}
.new-hp-recent-blog .entry-media {
    padding-bottom: 65%;
    position: relative;
    margin-bottom: 1.875em;
}
.new-hp-recent-blog .entry-media a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.new-hp-recent-blog .entry-media a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new-hp-recent-blog .match-height-content {
    display: flex;
    flex-direction: column;
}
.new-hp-recent-blog .match-height-content  .entry-readmore-wrap {
    padding-top: 1.875em;
    margin: 0;
    margin-top: auto;
}
.new-hp-recent-blog .entry-readmore-wrap .theme-button{
    font-size: 1.125em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: var(--theme-font);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.388em;
    border-radius: 4px;
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    padding: 0.55em 1.66em;
    margin: 0;
}
.new-hp-recent-blog .entry-readmore-wrap .theme-button:hover,
.new-hp-recent-blog .entry-readmore-wrap .theme-button:focus{
    color: var(--theme-font);
    background: #fff;
}

/* == Contact Section == */

.new-hp-contact-section .wpex-bg-overlay.custom{
  background-size: cover;
}
.new-hp-contact-section .new-hp-row-container *{
  color: #fff;
}
.new-hp-contact-section .new-hp-row-container .section-title{
  margin: 0 0 0.7em;
}
.new-hp-contact-section .gform_heading{
  margin: 0 0 1.875em;
  display: none;
}
.new-hp-contact-section .gform_title,
.new-hp-contact-section .form-title{
  font-size: 2.25em;
  line-height: 1.3;
  font-weight: 500;
  font-family: var(--theme-font);
  padding: 0;
  margin: 0 0 1em;
}
.new-hp-contact-section .gform_wrapper .gform_fields{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
body .new-hp-contact-section .gform_wrapper .gfield{
  padding: 0;
  margin: 0;
  grid-column: inherit;
}
body .new-hp-contact-section .gform_wrapper .gfield.gfield--type-textarea,
body .new-hp-contact-section .gform_wrapper .gfield.gfield--type-checkbox{
  grid-column: span 3;
}

.new-hp-contact-section .gform_wrapper .gfield .top_label div.ginput_container{
  margin: 0;
}
.new-hp-contact-section .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.new-hp-contact-section .gform_wrapper .gfield textarea{
  margin: 0;
  font-size: 1em;
  letter-spacing: 0px;
  color: #343434;
  font-weight: 400;
  font-family: var(--theme-font);
  height: 60px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #dadada;
  padding: 0 1.25em;
  outline: 0;
}
.new-hp-contact-section .gform_wrapper .gfield textarea{
  height: 8.75rem;
  padding: 1.25em;
  min-block-size: 8rem;
}
.new-hp-contact-section .gform_wrapper .gfield_checkbox label{
  font-size: 1.125em;
  line-height: 1.66;
  color: #ffffff;
  font-weight: 500;
  font-family: var(--theme-font);
  flex: 1;
}
.new-hp-contact-section .gform_wrapper .gfield_checkbox > div {
  display: flex;
}
body .new-hp-contact-section .gform_wrapper .gfield_checkbox input[type=checkbox]{
  width: 1.875em;
  height: 1.875em;
  vertical-align: top;
  border: 0;
  border-radius: 4px;
}
.new-hp-contact-section .gform_wrapper .gform_footer{
  text-align: right;
  padding: 0;
  margin-top: 3.125em;
  justify-content: flex-end;
}
.new-hp-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 *)), 
.new-hp-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 *)), 
.new-hp-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 *)), 
.new-hp-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 *)), 
.new-hp-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 *)), 
.new-hp-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 *)), 
.new-hp-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 *)), 
.new-hp-contact-section .gform_wrapper .gform_footer input.button, 
.new-hp-contact-section .gform_wrapper .gform_footer input[type=submit] {
  font-size: 2em;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 600;
  font-family: var(--theme-font);
  height: 1.96em;
  border-radius: 4px;
  background-color: rgba(17,81,156,0);
  border: 1px solid #ffffff;
  padding: 0 1.4em;
}

.new-hp-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, 
.new-hp-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, 
.new-hp-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, 
.new-hp-contact-section .gform_wrapper .gform_footer input.button:hover, 
.new-hp-contact-section .gform_wrapper .gform_footer input[type=submit]:hover {
  color: var(--theme-color);
  background: #fff;
}


/* == 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: 580px;
  padding-top: 8.75em;
}

.our-victory-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25em;
  margin: 0;
}
.our-victory-post-item{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: transparent;
  float: right;
  min-height: 15em;
  padding: 1.875em;
  position: relative;
  width: 100%;
  gap: 1.25em;
  margin: 0;
  max-width: 100%;
  border: 0.3em solid var(--theme-color);
}