/*
 Theme Name:   Ron Austin Law
 Theme URI:    http://example.com/rmtheme-child
 Description:  Child theme for RMTheme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     rmtheme
 Version:      1.0.0
 Text Domain:  rmtheme-child
*/
@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/manrope-v20-latin-regular.eot');
    src: url('./fonts/manrope-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/manrope-v20-latin-regular.woff2') format('woff2'),
        url('./fonts/manrope-v20-latin-regular.woff') format('woff'),
        url('./fonts/manrope-v20-latin-regular.ttf') format('truetype'),
        url('./fonts/manrope-v20-latin-regular.svg#Manrope') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/manrope-v20-latin-500.eot');
    src: url('./fonts/manrope-v20-latin-500.eot?#iefix') format('embedded-opentype'),
        url('./fonts/manrope-v20-latin-500.woff2') format('woff2'),
        url('./fonts/manrope-v20-latin-500.woff') format('woff'),
        url('./fonts/manrope-v20-latin-500.ttf') format('truetype'),
        url('./fonts/manrope-v20-latin-500.svg#Manrope') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/manrope-v20-latin-600.eot');
    src: url('./fonts/manrope-v20-latin-600.eot?#iefix') format('embedded-opentype'),
        url('./fonts/manrope-v20-latin-600.woff2') format('woff2'),
        url('./fonts/manrope-v20-latin-600.woff') format('woff'),
        url('./fonts/manrope-v20-latin-600.ttf') format('truetype'),
        url('./fonts/manrope-v20-latin-600.svg#Manrope') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/manrope-v20-latin-700.eot');
    src: url('./fonts/manrope-v20-latin-700.eot?#iefix') format('embedded-opentype'),
        url('./fonts/manrope-v20-latin-700.woff2') format('woff2'),
        url('./fonts/manrope-v20-latin-700.woff') format('woff'),
        url('./fonts/manrope-v20-latin-700.ttf') format('truetype'),
        url('./fonts/manrope-v20-latin-700.svg#Manrope') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/anton-v27-latin-regular.eot');
    src: url('./fonts/anton-v27-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/anton-v27-latin-regular.woff2') format('woff2'),
        url('./fonts/anton-v27-latin-regular.woff') format('woff'),
        url('./fonts/anton-v27-latin-regular.ttf') format('truetype'),
        url('./fonts/anton-v27-latin-regular.svg#Anton') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/fira-sans-v18-latin-600.eot');
    src: url('./fonts/fira-sans-v18-latin-600.eot?#iefix') format('embedded-opentype'),
        url('./fonts/fira-sans-v18-latin-600.woff2') format('woff2'),
        url('./fonts/fira-sans-v18-latin-600.woff') format('woff'),
        url('./fonts/fira-sans-v18-latin-600.ttf') format('truetype'),
        url('./fonts/fira-sans-v18-latin-600.svg#FiraSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/fira-sans-v18-latin-700.eot');
    src: url('./fonts/fira-sans-v18-latin-700.eot?#iefix') format('embedded-opentype'),
        url('./fonts/fira-sans-v18-latin-700.woff2') format('woff2'),
        url('./fonts/fira-sans-v18-latin-700.woff') format('woff'),
        url('./fonts/fira-sans-v18-latin-700.ttf') format('truetype'),
        url('./fonts/fira-sans-v18-latin-700.svg#FiraSans') format('svg');
}
@font-face {
  font-display: swap; 
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  src: url('./fonts/manrope-v20-latin-800.eot'); 
  src: url('./fonts/manrope-v20-latin-800.eot?#iefix') format('embedded-opentype'), 
       url('./fonts/manrope-v20-latin-800.woff2') format('woff2'), 
       url('./fonts/manrope-v20-latin-800.woff') format('woff'), 
       url('./fonts/manrope-v20-latin-800.ttf') format('truetype'),
       url('./fonts/manrope-v20-latin-800.svg#Manrope') format('svg'); 
}
:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Manrope';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}
.alignleft,
.alignright,
.aligncenter {
    margin-bottom: 10px;
}
.alignnone {
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}
iframe,
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
img {
    border: 0;
    height: auto;
}
a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Anton';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p,
li,
ul,
ol,
blockquote {
    font-family: 'Manrope';
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
ul,
li {
    list-style: none;
}

a:visited {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

a,
a:hover,a:hover:focus, 
input[type="submit"],
button {
    outline: 0;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}

input::-moz-placeholder {
    color: var(--placeholdercolor);
}

input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}

input:-moz-placeholder {
    color: var(--placeholdercolor);
}

html {
    scroll-behavior: smooth;
}

.post,
.page {
    margin: 0;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

p:empty {
    display: none;
}

/*Header Sticky Menu*/
.header-sticky.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #1a1a1a;
    z-index: 9999;
    border-bottom: 2px solid #ffffff;
}
.sicky-logo {
    width: 100%;
    max-width: 300px;
    padding: 0 15px;
}
.header-sticky {
    width: 100%;
    float: left;
    background: #c4c9b2;
    padding: 10px;
    display: none;
}
.header-sticky .sticky-cnt {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #c4c9b2;
    padding: 0 8px;
}
.header-sticky .mobile_src_nav,
.header-sticky .showhide {
    display: block;
}
.header-sticky .mobile_src_nav {
    background: transparent;
}
.header-sticky .stickyshowhide .txt {
    width: 40px;
    height: 40px;
    text-align: center;
    float: none;
    padding: 0;
    position: relative;
    font-weight: normal;
}
.header-sticky .sticky-cnt>a,
.header-sticky .sticky-cnt button {
    font-size: 17px;
    color: #fff;
    font-family: 'Manrope';
    position: relative;
    padding: 45px 0 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: transparent;
}
.header-sticky .sticky-cnt a:before,
.header-sticky .sticky-cnt button:before {
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: transparent;
    border-radius: 100%;
    border: 2px solid #ffffff;
}
.header-sticky .sticky-cnt button:before {
    background: url(images/header-sticky-menu.webp) no-repeat center;
}
.header-sticky .sticky-cnt a:before {
    background-image: url(images/header-sticky-call.webp);
    background-repeat: no-repeat;
    background-position: center;
}
.header-sticky .stickyshowhide .txt:before {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: auto;
    font-size: 18px;
    border: 1px #fff solid;
    color: #f2f2f2;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sticky-mobinav ul li a.drop {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: max-content;
    height: 45px;
}
.sticky-mobinav ul li a.drop.open {
    width: 28px;
}
.site-header.is-sticky .site-branding {
    width: 100%;
    max-width: 150px;
}
.sticky-mobinav ul li a.drop:after {
    content: "";
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: 0px 0px;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 9px;
}
.sticky-mobinav ul li a.drop.open:after {
    background-position: -28px 0px;
}
.header-sticky .sicky-cnt .stickyshowhide:before {
    background: url(images/header-sticky-menu.png) no-repeat center;
}
.header-sticky .sicky-cnt.sticky-faq-wrap a:before {
    background: url(images/header-sticky-faqs.png) no-repeat center;
}
.header-sticky .sicky-cnt.sticky-call-wrap a:before {
    background: url(images/header-sticky-call.png) no-repeat center;
}
.header-sticky .sicky-cnt.sticky-blog-wrap a:before {

    background: url(images/header-sticky-blog.png) no-repeat center;

}

#floatingMenu {

    position: fixed;

    top: 0;

    left: 0;

    -webkit-transform: translateX(-100%);

    -moz-transform: translateX(-100%);

    -ms-transform: translateX(-100%);

    -o-transform: translateX(-100%);

    transform: translateX(-100%);

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

    text-align: left;

    display: flex;

    width: 100%;

    height: 100vh;

    z-index: 99999;

}

.floatingMenu-list {
    width: 400px;
    background: #c0a152;
    overflow-y: auto;
    padding: 10px 10px;
    height: 100vh;
    position: relative;
}

#floatingMenu.openMenu {

    display: flex;

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -ms-transform: translateX(0);

    -o-transform: translateX(0);

    transform: translateX(0);

}

#cloaseFloatingMenu {
    text-align: right;
    font-size: 37px;
    line-height: 1;
    font-weight: 700;
    display: block;
    background: transparent;
    clear: both;
    outline: 0;
    border: 0;
    padding: 0;
    color: #ffffff;
    float: right;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

button#cloaseFloatingMenu2 {

    flex-grow: 1;

    width: calc(100% - 280px);

    height: 100%;

    font-size: 0px !important;
    background: transparent;
    border: 0;

}

.floatingMenuInner li {

    position: relative;

}

.floatingMenuInner a {

    color: #fff !important;

    letter-spacing: 0.4px;

    font-family: 'Manrope';

    font-weight: 500;

    padding: 4px 0;

    font-size: 18px;

    display: block;

    line-height: 1;

    border-bottom: 1px solid #222222;

}

.floatingMenuInner .sub-menu {

    display: none;

}

.floatingMenuInner .menu-item-has-children>a:after {

    content: '';

    width: 10px;

    height: 2px;

    background-color: #fff;

    position: absolute;

    top: 15px;

    right: 6px;

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

}

.floatingMenuInner .menu-item-has-children>a:before {

    content: '';

    width: 2px;

    height: 10px;

    position: absolute;

    top: 11px;

    right: 10px;

    display: block;

    opacity: 1;

    background-color: #fff;

}

.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {

    opacity: 0;

}





.header-sticky.fixed-header .container {

    display: flex;

    padding: 0;

    align-items: center;

    justify-content: space-between;

}



.sicky-logo {
    max-width: 350px;
    text-align: center;
}



.sticky-wrap {
    display: none;
}


header#site-header.f-nav {
    position: fixed;
    border-bottom: 2px solid #82581f;
    background-color: #080d26;
    padding: 10px 0;
}

.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    float: none;
    text-align: left;
    cursor: pointer;
    padding: 0px 0 0 33px;
    position: relative;
    outline: 0;
    border: 0;
    background-color: transparent;
}

.showhide b.txtl {
    text-align: right;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    letter-spacing: 0.5px;
    font-family: 'Manrope';
}

.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 0.7;
    font-family: 'Manrope';
}

.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #c0a152;
    position: absolute;
    top: 38px;
    left: 0;
}

.mobinav ul {
    float: left;
    margin: 0px 0 0 0;
    padding: 5px 0px;
    width: 100%;
}

.mobinav ul li {
    float: left;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: 'Manrope';
}

.mobinav a {
    width: 100%;
    float: left;
    padding: 6px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: 'Manrope';
    border: 0;
    margin: 0;
    text-decoration: none;
}

.mobinav a:hover {
    color: #1a1a1a;
}

.mobinav ul li ul {
    float: left;
    padding: 0 0 0 15px;
}

.mobinav ul li ul li a {
    text-transform: capitalize;
}

.mobile_src_nav {
    display: none;
    width: 100%;
    float: none;
    position: relative;
    padding: 10px 0;
}

.mobile_src_nav .container {
    position: relative;
}

.mobile_src_nav .search-form {
    width: 100%;
    float: left;
}



.displayblock {
    display: block;
}

.body-content {
    width: 100%;
    float: left;
    height: 2000px;
    overflow: hidden;
}

.logo-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.top-hdr-lang ul {
    display: flex;
    gap: 9px;
    margin: 0;
    padding-right: 10px;
}

.hdr-top-call p {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 19px;
    line-height: 1;
    letter-spacing: 1.52px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.hdr-top-call p strong {
    font-weight: 400;
    padding-right: 40px;
    position: relative;
}

.hdr-top-call p a {
    font-weight: 800;
    font-size: 35px;
    padding-left: 44px;
    display: inline-block;
    color: #e1c681;
    letter-spacing: 0;
    position: relative;
    margin: 0;
}

.hdr-top-call p a:hover {
    color: #ffffff;
}

.hdr-top-call p a::after {
    position: absolute;
    content: "";
    width: 33px;
    height: 41px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -10px -10px;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hdr-top-call p strong::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background-color: #e1c681;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header-number {
    color: #fff;
    padding: 0 0 0 64px;
    position: relative;
}

.header-number strong {
    font-size: 15px;
    font-family: 'Instrument Sans';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
}

.header-number a {
    font-size: 36px;
    font-family: 'Instrument Sans';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0px;
    color: #931917;
    margin: 6px 0 0;
    display: inline-block;
}

.hdr-top-rgt {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    margin: 0 0 20px;
}

.hdr-btn {
    position: relative;
    background: linear-gradient(to right, #c6af73a8, #c6af730a) border-box;
    border-radius: 50px;
    border: 2px solid transparent;
    display: inline-block;
}

.hdr-btn a.cmn-btn {
    color: #ffffff;
    padding: 17px 30px;
    border-radius: 29px;
    margin: 0;
    position: relative;
    background-color: #1a1a1a;
    background-image: url(images/btn-bg-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

.hdr-btn a.cmn-btn:hover {
    color: #e1c681;
    background-color: #1a1a1a;
}

.header-number a:hover {
    color: #fff;
}

.header-number a:before {
    position: absolute;
    content: "";
    background-image: url(images/hdr-cal-icn.webp);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    width: 48px;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#main-navigation ul {
    margin: 0;
    font-size: 0;
}

#main-navigation ul li {
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 31px;
}

#main-navigation ul li:first-child {
    margin-left: 0
}

#main-navigation ul li:last-child {
    margin-right: 0
}

#main-navigation ul li a {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 1;
    color: #ffffff;
    padding: 0;
    display: inline-block;
    text-transform: uppercase;
}

#main-navigation ul>li.current-menu-item>a,
#main-navigation ul>li>a:hover {
    color: #e1c681;
}

#main-navigation ul li ul.sub-menu {
    display: none;
    width: 220px;
    position: absolute;
    color: #fff;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #c0a152;
    padding: 0px 0;
    z-index: 999;
}

#main-navigation ul li:hover ul.sub-menu {
    display: block
}

#main-navigation ul li:hover ul.sub-menu li {
    position: relative
}

#main-navigation ul li:hover ul.sub-menu li:hover>ul {
    display: block;
    top: 0;
    left: 100%
}

/*#main-navigation .sub-menu li.current-menu-item>a {
    background-color: #f5f1e9;
    color: #a7211f;
}*/

#main-navigation .sub-menu li a {
    width: 100%;
    padding: 8px 10px;
    color: #ffffff;
    display: block;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
    border-bottom: 0;
    font-size: 16px;
}

#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item>a {
    background-color: #ffffff;
    color: #c0a152;
}

#main-navigation .sub-menu li:after {
    display: none;
}

#main-navigation .sub-menu li {
    width: 100%;
    margin: 0;
    padding: 0
}

#main-navigation .sub-menu li a:after {
    display: none
}

#main-navigation ul li ul.sub-menu li .sub-menu {
    display: none;
    width: 100%;
    position: absolute;
    color: #fff;
    top: 0;
    left: 100%;
    padding: 0px 0;
    z-index: 999;
}

.top-hdr-lang a.glink {
    font-family: "Manrope";
    font-weight: 500!important;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
}

:lang(es) .top-hdr-lang a.glink.gt-current-lang::before {
    transform: rotate(180deg);
}

.top-hdr-lang a.glinkhover {
    color: #777777;
}

.top-hdr-lang a.glink:nth-child(2) {
    padding-left: 44px;
}

.top-hdr-lang li {
    line-height: 1;
    display: inline-block;
}

.top-hdr-lang .gtranslate_wrapper{position: relative;}

.top-hdr-lang a.glink.gt-current-lang::before {
    position: absolute;
    content: "";
    width: 38px;
    height: 19px;
    background-image: url(images/top-right-lang-bfr-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.site-header {
    background-color: #1a1a1a;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 100%;
    padding: 15px 0 25px;
    border-bottom: 2px solid #dbca85;
}

.site-header .container {
    max-width: 1500px;
    width: 100%;
    margin: auto;
}

.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: sticky;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    padding: 15px 0;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.is-fading-out {
    opacity: 0;
    visibility: hidden;
}

.mobilenav {
    width: 280px;
    height: 100vh;
    background-color: #333;
    color: white;
    position: fixed;
    top: 0;
    left: -280px;
    transition: left 0.4s ease;
    z-index: 999;
}

.mobilenav.show {
    left: 0;
}

#mobilenav-toggle {
    display: none;
}

.mobilenav-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: blue;
    border: none;
    cursor: pointer;
    z-index: 1000;
    font-size: 0;
    line-height: 0px;
    width: 36px;
    height: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/open-mobilenav.webp);
}

.mobilenav-toggle.active {
    background-image: url(images/close-mobilenav.webp);
}

.close-mobilenav {
    font-size: 0;
    line-height: 0px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background-color: red;
    background-image: url(images/close-mobilenav.webp);
    background-position: center center;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
}


@media screen and (max-width:992px) {
    #mobilenav-toggle {
        display: block
    }
}

#mobile-navigation {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    padding-top: 45px;
}

#mobile-navigation ul {
    margin: 0;
    padding: 0
}

#mobile-navigation ul li {
    display: block;
    padding: 0 0px;
    margin: 0;
    position: relative
}

#mobile-navigation ul li a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    padding: 6px 10px;
    display: block;
    min-width: inherit
}

#mobile-navigation ul li.current-menu-item>a,
#mobile-navigation ul li:hover>a {
    color: #fff
}

#mobile-navigation .sub-menu li a {
    width: 100%;
    padding: 6px;
    color: #ffffff;
    display: block;
    text-align: left
}

#mobile-navigation ul li .drop.close,
#mobile-navigation ul li .drop.open {
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: transparent !important;
    background-image: url(images/nav-open.webp);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px 0px;
    cursor: pointer;
}

#mobile-navigation ul li .drop.open {
    width: 20px;
    background-image: url(images/nav-close.webp);
}

#mobile-navigation .sub-menu {
    padding-left: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease;
}

#mobile-navigation .sub-menu.open {
    max-height: 900px;
    transition: max-height 0.8s ease;
}
.text-heading {
    font-size: 80px;
    font-family: 'Anton';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #6a6a6a;
    margin: 0 0 20px;
    text-align: center;
}

.text-heading strong {
    color: #d2b569;
    font-weight: 400;
    line-height: 1;
	display: inline-block;
}

.col-loop {
    font-size: 20px;
    margin: 0 0 10px;
}

/*Banner section*/
.hm-bann-sec {
    padding: 28px 0 0;
    background-image: url(images/home-page-banner-img6112025.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hm-bann-sec .container {
    max-width: 100%;
    width: 100%;
    margin: auto;
}

.hm-bann-blck h1 {
    font-family: 'Anton';
    font-weight: 400;
    font-size: 110px;
    line-height: 0.97;
    letter-spacing: 1.1px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    position: relative;
    padding-bottom: 28px;
}

.hm-bann-blck h1 strong {
    font-weight: 400;
    color: #c0a152;
    display: block;
    line-height: 0.97;
}

.hm-bann-blck h1 small {
    font-family: 'Fira Sans';
    font-weight: 500;
    font-size: 23px;
    line-height: 1;
    letter-spacing: 4.14px;
    color: #ffffff;
    display: block;
    margin: 10px 0 0;
}

.hm-bann-blck h1::after {
    position: absolute;
    content: "";
    width: 595px;
    height: 215px;
    background-image: url(images/hm-bann-img-bfr.webp);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
    bottom: -192px;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

.hm-bann-cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 23%;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: max-content;
}

.hm-bann-lft {
    width: 45%;
}

.hm-bann-rgt {
    width: 45%;
}

.hm-bann-cnt-injury,
.hm-bann-cnt-social {
    width: 59.5%;
    position: relative;
    padding: 100px 30px 100px 20px;
    font-family: 'Anton';
    font-weight: 400;
    font-size: 53px;
    line-height: 1;
    letter-spacing: 1.59px;
    color: #c0a152;
    text-align: center;
    text-transform: uppercase;
    z-index: 5;
}

.hm-bann-rgt .hm-bann-cnt-author {
    text-align: right;
    padding: 20px 15px;
}

.hm-bann-cnt-injury::before,
.hm-bann-cnt-social::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-image: linear-gradient(90deg, rgba(219, 202, 133, 0) 0%, rgb(219, 202, 133) 100%);
    clip-path: polygon(0 0, 100% 27%, 100% 73%, 0% 100%);
    opacity: 0.5;
    pointer-events: none;
    z-index: -1;
}

.hm-bann-cnt-social::before {
    background-image: linear-gradient(90deg, rgb(106, 106, 106) 0%, rgb(106 106 106 / 0%) 100%);
    clip-path: polygon(0 27%, 100% 0, 100% 100%, 0% 73%);
}

.hm-bann-cnt-injury::after,
.hm-bann-cnt-social::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 150px;
    background-color: #cdcbc4;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.hm-bann-cnt-injury::after {
    right: 0;
}

.hm-bann-cnt-social::after {
    left: 0;
}
.hm-bann-cnt-ttle {
    display: flex;
    align-items: center;
}
.hm-bann-cnt-author {
    width: 40.3%;
    text-align: center;
    padding: 20px 30px;
    background-color: rgb(36, 36, 36);
    box-shadow: inset 0px 3px 13px 0px rgb(0 0 0 / 74%);
    font-family: 'Anton';
    font-weight: 400;
    font-size: 90px;
    line-height: 1;
    letter-spacing: 0;
    color: #292929;
    text-transform: uppercase;
} 
.hm-bann-cnt-injury a:hover, .hm-bann-cnt-social a:hover{
    color: #ffffff;
}
.hm-bann-mbl-img{
    display: none;
}
.hm-bann-mbl-img img{
    width: 100%;
    display: block;
}
.hm-bann-cnt-injury a{
    display: inline-block;
}
.hm-bann-img {
    position: relative;
    margin: 0 0 -70px;
    z-index: 1;
}
.hm-bann-img img {
    width: 100%;
    display: block;
}

.hm-bann-blck {
    position: relative;
}

.col-full {
    text-align: center;
}

.col-left h1 {
    font-size: 50px;
    margin: 0 0 20px;
}

a.cmn-btn {
    font-size: 21px;
    font-family: 'Manrope';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    display: inline-block;
    padding: 21px 68px 20px;
    text-align: center;
    background-color: #e1c681;
    border-radius: 50px;
}

a.cmn-btn:hover {
    background-color: #6a6a6a;
    color: #fff;
}
/*Home About Section*/
 
.hm-about-sec {
    padding: 197px 0 30px;
    background-color: #fbfaf3;
    position: relative;
}
.hm-about-sec:before {
    content: '';
    position: absolute;
    background-image: url(images/abt-law-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14.4%;
    height: 27.4%;
    right: 8.3%;
    top: -8%;
    z-index: 1;
}
.hm-abt-hdng h6{
    font-size: 20px;
    font-family: 'Manrope';
    font-weight: 600;
    line-height: 1;
    letter-spacing: 6.4px;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 15px;
}
.hm-abt-hdng h2{
    font-size: 70px;
    line-height: 1.14;
    text-align: left;
    padding: 0 0 3px;
    border-bottom: 3px solid #e1c681;
    margin: 0 0 30px;
    display: inline-block;
}
.hm-abt-hdng {
    width: 36.2%;
}
.hm-abt-btn a.cmn-btn{
    padding: 21px 40px 20px;
}
.abt-logo-itm {
    width: 21.9%;
}  
.abt-item {
    width: 35%;
    padding: 20px 0 0;
    position: relative;
}
.abt-item:before{
    content: '';
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -184px -143px;
    width: 70px;
    height: 71px;
    top: 7px;
    right: 20px;
}
.abt-item.results:before{
    background-position: -10px -143px;
}
.abt-item.cnsltn:before{
    background-position: -96px -143px;
}
.abt-item p{
    font-size: 16px;
    font-family: 'Manrope';
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
    color: #000000;
    margin: 0;    
}
.abt-item h4{
    font-size: 35px;
    font-family: 'Anton';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    color: #727272;
    margin: 0 0 32px;
}
.abt-logo-itm {
    width: 21.9%;
    background-color: #727272;
    text-align: center;
    border-radius: 5px;
    padding: 36px 20px 34px;
    position: relative;
    overflow: hidden;
}
.abt-logo-itm:before {
    content: '';
    position: absolute;
    background-color: #e1c681;
    width: 100%;
    height: 140px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    clip-path: circle(81% at 50% 130%);
}
.abt-logo {
    width: 90%;
    margin: 0 auto 58px;
}
.abt-logo img{
    width: 100%;
    display: block;
}
.abt-call{
    padding: 60px 0 0;
    position: relative;
}
.abt-call a{
    font-size: 27px;
    font-family: 'Manrope';
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    color: #202020;
    margin: 0;  
    display: inline-block;
}
.abt-call a:hover{
    color: #727272;
}
.abt-call a::before{
    content: '';
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -58px -10px;
    width: 33px;
    height: 41px;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}
.abt-law-img {
    width: 23%;
    margin: 0 auto;
}
.abt-law-img img{
    width: 100%;
    display: block;
}
.hm-abt-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 44px;
    align-items: flex-start;
}
.abt-item.results, .abt-item.cnsltn {
    margin: 45px 0 0;
}
.hm-abt-btn.abt-mbl-btn {
    display: none;
}
.abt-item.experience {
    padding-bottom: 53px;
    border-bottom: 1px solid #dcdcdc;
}
/*Home Blog Section*/
.hm-blog-sec {
    padding: 60px 0 74px;
    text-align: center;
}

.hm-blog-sec h2 {
    margin: 0 0 50px;
}

.home-posts-list {
    padding: 0 0 50px;
}

.hm-blog-itm {
    width: 100%;
    position: relative;
    background-color: #6a6a6a;
    border-radius: 5px;
    padding: 25px 15px 65px;
}

.hm-blog-itm:before {
    content: '';
    position: absolute;
    background-color: #e1c681;
    width: 266px;
    height: 90px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    clip-path: circle(67% at 50% 148%);
}

.hm-blog-cnt {
    padding: 0;
}

.hm-blog-cnt h3 {
    margin: 0 0 25px;
}

.hm-blog-cnt h3 a {
    font-size: 21px;
    font-family: 'Anton';
    font-weight: 400;
    line-height: 1.28;
    letter-spacing: 0.21px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hm-blog-itm .readmore-btn {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
}

.hm-blog-itm .readmore-btn a {
    font-size: 17px;
    font-family: 'Manrope';
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.02px;
    color: #343434;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 0 35px;
    margin: 0;

}

.hm-blog-itm .readmore-btn a:before {
    content: '';
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -375px -10px;
    width: 50px;
    height: 23px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.hm-blog-img {
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 60px;
}

.hm-blog-img img {
    width: 100%;
    display: block;
    height: 222px;
    object-fit: cover;
    object-position: top center;
}

.home-posts-list .hm-blog-itm:hover {
    background-color: #e1c681;
    padding-bottom: 30px;
}

.home-posts-list .hm-blog-itm:hover .hm-blog-img img {
    height: auto;
}

.home-posts-list .hm-blog-itm:hover h3 a {
    color: #3a3a3a;
}

.home-posts-list .hm-blog-itm:hover .hm-blog-img {
    margin: 0;
}

.home-posts-list .owl-stage,
.home-posts-list .owl-item {
    display: flex;
}

.home-posts-list .hm-blog-itm:hover .readmore-btn {
    display: none;
}

.home-posts-list .hm-blog-itm:hover:before {
    display: none;
}

.home-posts-list.owl-carousel .owl-nav {
    display: flex !important;
    justify-content: space-between;
    width: 43%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10%;
}
.hm-pract-list.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    gap: 40px;
    position: initial;
    margin: 30px auto 0;
}

.home-posts-list.owl-carousel .owl-nav button, .hm-pract-list.owl-carousel .owl-nav button{
    background-image: url(images/hm-sprites.webp) !important;
    background-repeat: no-repeat !important;
    width: 46px;
    height: 42px;
    font-size: 0 !important;
    transition: 0.5s;
}

.home-posts-list.owl-carousel .owl-nav button.owl-prev, .hm-pract-list.owl-carousel .owl-nav button.owl-prev {
    background-position: -360px -143px;
}

.home-posts-list.owl-carousel .owl-nav button.owl-prev:hover, .hm-pract-list.owl-carousel .owl-nav button.owl-prev:hover {
    background-position: -360px -195px;
}

.home-posts-list.owl-carousel .owl-nav button.owl-next, .hm-pract-list.owl-carousel .owl-nav button.owl-next {
    background-position: -430px -143px;
}

.home-posts-list.owl-carousel .owl-nav button.owl-next:hover, .hm-pract-list.owl-carousel .owl-nav button.owl-next:hover {
    background-position: -430px -195px;
}

.hm-blog-btn a.cmn-btn {
    position: relative;
    z-index: 1;
}
/* Home Media Section */

.hm-media-sec {
    padding: 80px 0 112px;
    background-color: #fbfaf3;
}

.hm-media-sec h2 {
    margin: 0 0 44px;
}

.media-list {
    display: flex;
    justify-content: space-between;
}

.media-lft {
    width: 47.4%;
    padding: 8px 0 0px;
}

.media-rgt {
    width: 43.6%;
}

.lft-newyork-img {
    width: 61.7%;
    margin: 0 0 27px;
}

.lft-newyork-img img {
    width: 100%;
    display: block;
}

.media-lft h3 {
    font-size: 50px;
    font-family: 'Anton';
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #242424;
    margin: 0 0 20px;
}

.media-lft p {
    font-size: 18px;
    font-family: 'Manrope';
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.18px;
    color: #2c2c2c;
    margin: 0 0 25px;
}
.media-rgt-img {
    padding: 20px;
    position: relative;
    z-index: 1;
}

.media-rgt-img img {
    width: 100%;
    display: block;
}

.rgt-newyork-img {
    width: 77.3%;
    position: relative;
    z-index: 1;
    margin: -13px 0 0 20px;
}

.rgt-newyork-img img {
    width: 100%;
    display: block;
}

.media-rgt-img:before, .media-rgt-img:after {
    content: '';
    position: absolute;
    width: 38.2%;
    height: 57.5%;
    z-index: -1;
    opacity: 0.6;
    pointer-events: none;
}
.media-rgt-img:before {
    background-image: linear-gradient(138deg, rgb(225, 198, 129) 0%, rgba(225, 198, 129, 0) 50%);
    left: 0;
    top: 0;
}
.media-rgt-img:after {
    background-image: linear-gradient(138deg, rgba(50, 49, 49, 0) 60%, rgb(50, 49, 49) 100%);
    right: 0;
    bottom: 0;
}
/* Home Gallery Section */
.hm-gallery-sec h2.mbl-hdng {
    display: none;
}
.cmn-glry-blog {
    position: relative;
    background-image: url(images/glry-and-blog-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #fbfaf3;
}

.hm-gallery-sec {
    padding: 0 0 60px;
    position: relative;
    z-index: 0;
}

.hm-gallery-sec .container {
    max-width: 1700px;
    margin: 0 0 0 auto;
}

.hm-gallery-sec::before {
    content: '';
    position: absolute;
    background-color: #525252;
    width: 19%;
    height: 34.9%;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

.hm-gallery-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.glry-lft {
    width: 29.7%;
}

.our-gallery {
    width: 65%;
    padding: 13px 0 0;
}

.our-gallery h2 {
    margin: 0 0 60px;
}

.glry-lft-img {
    border-radius: 0 0 300px 50px;
    overflow: hidden;
    position: relative;
}

.glry-lft-img:before,
.glry-lft-img:after {
    content: '';
    position: absolute;
    background-color: #dbbf76;
    width: 15px;
    top: 0;
    border-radius: 0 0 8px 8px;
}

.glry-lft-img:before {
    height: 79%;
    left: 0;
}

.glry-lft-img:after {
    height: 38%;
    right: 0;
}

.glry-lft-img img {
    width: 100%;
    display: block;
}

.glry-img-list.owl-carousel .owl-stage,
.glry-img-list.owl-carousel .owl-item {
    display: flex;
}

.glry-itm {
    width: 100%;
}

.glry-img {
    border-radius: 30px;
    overflow: hidden;
}

.glry-img img {
    width: 100%;
    display: block;
}

.glry-img-list.owl-carousel .owl-nav{
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 50px;
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
    position: absolute;
    right: 20.4%;
    bottom: 0;
}


.glry-img-list.owl-carousel .owl-nav button {
    background-image: url(images/hm-sprites.webp) !important;
    background-repeat: no-repeat !important;
    width: 65px;
    height: 24px;
    font-size: 0 !important;
    transition: 0.5s;
}

.glry-img-list.owl-carousel .owl-nav button.owl-prev {
    background-position: -113px -254px;
}

.glry-img-list.owl-carousel .owl-nav button.owl-prev:hover{
    background-position: -113px -292px;
}

.glry-img-list.owl-carousel .owl-nav button.owl-next{
    background-position: -197px -254px;
}

.glry-img-list.owl-carousel .owl-nav button.owl-next:hover{
    background-position: -197px -292px;
}

.glry-img-list.owl-carousel {
    padding: 0 0 100px;
}




/* Home Practice Areas Section */

.hm-practice-areas {
    padding: 30px 0 50px;
    background-color: #fbfaf3;
    text-align: center;
}

.hm-practice-areas h2 {
    margin: 0 0 15px;
}

.hm-practice-areas .container {
    max-width: 100%;
    padding: 0 3%;
}

.hm-practice-areas h6 {
    font-size: 20px;
    font-family: 'Manrope';
    font-weight: 600;
    line-height: 1;
    letter-spacing: 6.4px;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 33px;
}

.hm-pract-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 23px;
}

.hm-pract-itm {
    width: 100%;
    background-color: #6a6a6a;
    border-radius: 5px;
    padding: 12px 12px 45px;
    position: relative;
    min-height: 415px;
}

.hm-pract-itm h4 {
    font-size: 31px;
    font-family: 'Anton';
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: 0.31px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

.hm-pract-img {
    margin: 0 0 15px;
    transition: .5s;
}

.hm-pract-img img {
    width: 100%;
    display: block;
	border-radius: 5px;
}

.hm-pract-itm:before {
    content: '';
    position: absolute;
    background-color: #e1c681;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    clip-path: circle(80% at 50% 205%);
}
 

.hm-pract-itm:after {
    content: '';
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -175px -10px;
    width: 56px;
    height: 28px;
    left: 0;
    right: 0;
    bottom: 19px;
    margin: auto;
}

.hm-pract-hvr a {
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}

.hm-pract-itm:hover {
    background-color: #e1c681;
}

.hm-pract-itm:hover h4 {
    color: #272727;
}

.hm-pract-itm:hover:before,
.hm-pract-itm:hover:after {
    display: none;
}

.hm-pract-itm:hover .hm-pract-img {
    margin: 0 0 35px;
}


/*Tabs Section*/
.hm-tabs-section {
    padding: 55px 0 125px;
    background-color: #fbfaf3;
}
.hm-tabs-section .mbl-results-btn {
display: none;
}

.hm-tabs-section .text-heading {
    font-size: 70px;
    margin: 0 0 45px;
}

.hm-tabs-section .tab-btn {
    font-size: 33px;
    font-family: 'Anton';
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #8e8e8e;
    margin: 0;
    text-align: left;
    padding: 30px 72px 23px 28px;
    background: none;
    border: none;
    border-bottom: 1px solid #e0dcdb;
    position: relative;
	cursor: pointer;
}
 

.hm-tabs-section .tab-btn::before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -247px -10px;
    width: 50px;
    height: 23px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 40%;
    pointer-events: none;
}

.tab-btn.active {
    font-weight: 400;
    color: #333;
    display: inline;
    background-image: -webkit-linear-gradient(0deg, rgb(225, 198, 129) 0%, rgb(225, 198, 129) 0%, rgba(225, 198, 129, 0.01) 99%, rgb(225, 198, 129) 180%);
}

.tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
}

.tab-content.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    width: 100%;
    margin: 0 0 0 auto;
}

.hm-verdicts-blk {
    display: flex;
    justify-content: space-between;
	align-items: center;
}

.hm-tabs-section .tab-buttons {
    position: relative;
}

.hm-tabs-section .tab-buttons::before {
    position: absolute;
    content: "";
    background-color: #6a6a6a;
    width: 5px;
    height: calc(100% + 42px);
    left: 0;
    top: 0;
    margin: auto;
    z-index: 2;
}
 

.tab-content h3 {
    font-size: 38px;
    font-family: 'Anton';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #c0a152;
    margin: 0 0 30px;
    text-align: center;
}

.hm-tab-img {
    margin: 0 0 25px;
}
.hm-tab-btn a.cmn-btn {
    padding: 19px 88px 18px;
}

.hm-tab-img img {
    display: block;
    width: 100%;
    border-radius: 30px;
}

.tab-buttons {
    margin: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    width: 42.7%;
}

.verdicts-rgt {
    width: 49.3%;
}
.hm-tab-btn {
    text-align: center;
}

/*--Home Dollar Results Section--*/
.hm-doller-sec {
    background-color: #fbfaf3;
    padding: 128px 0 40px;
    position: relative;
}
 
.hm-doller-sec .mbl-doller-btn {
display: none;
}
.hm-doller-sec .container {
    max-width: 1500px;
}

.hm-doller-sec .text-heading {
    margin: 0 0 15px;
}

.hm-doller-sec h5 {
    font-size: 20px;
    font-family: 'Manrope';
    font-weight: 600;
    color: #000000;
    line-height: 1;
    letter-spacing: 6.4px;
    margin: 0 0 39px;
    text-transform: uppercase;
    text-align: center;
}

.hm-doller-blk {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.hm-doller-blk .hm-doller-itm h3 {
    font-size: 65px;
    font-family: 'Anton';
    font-weight: 400;
    color: #ffffff;
    line-height: 1.10;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.hm-doller-itm {
    width: 30.7%;
    position: relative;
}

.hm-doller-itm-txt {
    padding: 30px 35px 95px;
    background-color: #6a6a6a;
    border-radius: 30px;
    margin: 0 0 35px;
    position: relative;
}

.hm-doller-itm-txt::before {
    content: "";
    position: absolute;
    background-color: #e1c681;
    width: 400px;
    height: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    clip-path: circle(60% at 50% 160%);
}

.hm-doller-itm-txt::after {
    content: "";
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -247px -10px;
    width: 50px;
    height: 23px;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.hm-doller-itm p {
    font-size: 25px;
    font-family: 'Manrope';
    font-weight: 400;
    color: #000000;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
}

.hm-doller-img-btn {
    padding: 25px 0 0;
}

.hm-doller-img {
    padding: 0 0 10px;
    border-bottom: 6px solid #6a6a6a;
    margin: 0 0 28px;
}

.hm-doller-img img {
    display: block;
    width: 100%;
}

.hm-doller-btn {
    text-align: center;
}

.hm-doller-btn a.cmn-btn {
    padding: 20px 45px 18px;
    font-family: 'Fira Sans';
    font-weight: 600;
}

.hm-doller-itm.ron {
    width: 28%;
}
/*Home Vedio Section*/
.hm-vedio-sec {
    background-color: #fbfaf3;
    padding: 40px 0;
}
.hm-vedio-sec .container {
	max-width: 1500px;
	width: 100%;
	margin: auto;
}
.hm-vedio {
    position: relative;
	margin: 0 0 60px;
}
.hm-vedio-img img {
    width: 100%;
    display: block;
	border-radius: 10px;
}
.hm-vedio-ply-btn {
    width: 110px;
    height: 110px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.hm-vedio-ply-btn a{
	display: inline-block;
}
.hm-vedio-ply-btn img{
	width: 100%;
	display: block;
}
.hm-vedio-btn {
    text-align: center;
}
.hm-vedio-btn a.cmn-btn {
    padding: 19px 77px 18px;
}

/*Home Testimonials Section*/
.hm-testimonials .container {
    max-width: 1500px;
    padding: 0 2.3%;
}
 

.hm-testi-list.owl-carousel {
    margin: 0 0 49px;
    padding: 30px;
    position: relative;
}

.hm-testi-list.owl-carousel:before, .hm-testi-list.owl-carousel:after {
    content: '';
    position: absolute;
    width: 17.2%;
    height: 76.3%;
    z-index: -1;
    opacity: 1;
    pointer-events: none;
}

.hm-testi-list.owl-carousel:before {
    background-image: linear-gradient(
124deg, rgb(225, 198, 129) 0%, rgba(225, 198, 129, 0) 50%);
    left: 0;
    top: 0;
}

.hm-testi-list.owl-carousel:after {
    background-image: linear-gradient(121deg, rgb(50 49 49 / 0%) 47%, rgb(50 49 49 / 55%) 100%);
    right: 0;
    bottom: 0;
}

.hm-testimonials .testi-item {
    width: 100%;
    padding: 55px 50px 128px;
    position: relative;
    background-color: #ffffff;
    position: relative;
}

.testi-item::before {
    content: "";
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -272px -143px;
    width: 64px;
    height: 57px;
    bottom: 45px;
    right: 55px;
}

.hmtesti-btn a.cmn-btn {
    position: relative;
    z-index: 2;
}

.hm-testimonials h4 {
    font-size: 20px;
    font-family: 'Manrope';
    font-weight: 600;
    color: #000000;
    line-height: 1;
    letter-spacing: 6.4px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 50px;
}

.hm-testimonials .hm-testi-list.owl-carousel .owl-stage,
.hm-testimonials .hm-testi-list.owl-carousel .owl-stage-outer {
    display: flex;
}

.hm-testimonials .hm-testi-item {
    height: 100%;
}

.hm-testi-list .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -19.6%;
    width: 38%;
    position: absolute;
}

.hm-testi-list.owl-carousel .owl-nav button {
    width: 46px;
    height: 42px;
    background-image: url(images/hm-sprites.webp) !important;
    background-repeat: no-repeat;
    background-position: -360px -143px !important;
    font-size: 0 !important;
}

.hm-testi-list.owl-carousel .owl-nav button:hover {
    background-position: -360px -195px !important;
}

.hm-testi-list.owl-carousel .owl-nav button.owl-next {
    background-position: -430px -143px !important;
}

.hm-testi-list.owl-carousel .owl-nav button.owl-next:hover {
    background-position: -430px -195px !important;
}

.hm-testimonials {
    background-color: #fbfaf3;
    padding: 70px 0 90px;
}
 

.hm-testi-list.owl-carousel .owl-stage .testi-item {
    height: 100%;
}

.hm-testimonials .text-heading {
    font-size: 90px;
    margin: 0 0 15px;
}

.hm-testimonials .text-heading strong {
    color: #d2b569;
    font-weight: 400;
}

.hm-testimonials .testi-item .testi-title-blk h5 {
    font-size: 30px;
    font-family: 'Anton';
    font-weight: 400;
    color: #6a6a6a;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.hm-testimonials .testi-title-blk h6 {
    font-size: 16px;
    font-family: 'Manrope';
    font-weight: 400;
    color: #080303;
    line-height: 1;
    letter-spacing: 0.64px;
    margin: 0;
    position: relative;
    padding: 0 255px 0 0;
}

.hm-testimonials .testi-title-blk h6::before {
    position: absolute;
    content: "";
    background-color: #000000;
    width: 62%;
    height: 2px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.testi-title-blk {
    position: absolute;
    padding: 0 0 0 85px;
    bottom: 50px;
}

.testi-title-blk::before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -13px -254px;
    width: 76px;
    height: 76px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hm-testimonials .testi-item p {
    font-family: 'Manrope'; 
    font-weight: 400;
    font-size: 19px;
    line-height: 1.9;
    margin: 0 0 30px;
    letter-spacing: 0.38px;
    color: #191919;
}

.hm-testimonials .star-rat {
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -66px -65px;
    width: 184px;
    height: 35px;
    margin: 0 0 18px;
}

.hmtesti-btn {
    text-align: center;
}

/*--Home Louisianak Injury Section--*/
.hm-louisianak-injury-sec {
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #fbfaf3;
}
.hm-louisianak-sec .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.hm-lou-cnt {
    position: relative;
}
.hm-lou-img{
    width: 100%;
}
.hm-lou-img img {
    width: 100%;
    display: block;
}
/*--Home Louisianak  Section--*/
.hm-louisianak-sec .text-heading {
    font-size: 100px;
    text-align: left;
}

.hm-louisianak-sec .text-heading small {
    display: block;
    font-size: 42px;
    font-family: 'Manrope';
    font-weight: 700;
    color: #d2b569;
    letter-spacing: 11.67px;
    margin: 0 0 15px;
}
.hm-louisianak-sec .text-heading strong{
	display: block;
}

.hm-louisianak-blk {
    width: 63.5%;
    margin: 0 0 0 auto;
    padding: 32px 0 0;
}

.hm-louisianak-blk h5 {
    font-size: 20px;
    font-family: 'Manrope';
    font-weight: 600;
    color: #303030;
    line-height: 1;
    letter-spacing: 2.4px;
    padding: 15px 0;
    text-transform: uppercase;
    border-top: 2px solid #373737;
    border-bottom: 2px solid #373737;
    margin: 0 0 35px;
    display: inline-block;
}

.hm-louisiana-cnt-btn {
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: start;
}

.hm-louisiana-cnt {
    padding: 0 0 0 57px;
    position: relative;
}

.hm-louisiana-cnt p {
    font-size: 20px;
    font-family: 'Manrope';
    font-weight: 700;
    color: #6a6a6a;
    line-height: 1;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin: 0;
}

.hm-louisiana-cnt p a {
    display: block;
    font-size: 37px;
    color: #e1c681;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
}

.hm-louisiana-cnt p a:hover {
    color: #6a6a6a;
}

.hm-louisiana-cnt p a::before {
    content: "";
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -10px -65px;
    width: 40px;
    height: 50px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hm-louisiana-btn a.cmn-btn {
    padding: 20px 30px;
}

/*--Home Injury Section--*/
.hm-injury-sec .container {
    max-width: 100%;
    padding: 0 3.17%;
}
.hm-injury-sec {
    margin: -386px 0 0;
    padding: 0 0 130px;
}

.hm-injury-blk {
    background-color: #292929;
    padding: 40px;
    display: flex;
    justify-content: flex-start;
    gap: 80px;
    border-radius: 10px;
    margin: 0;
    position: relative;
	z-index: 0;
    background-image: url(images/injury-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}

.hm-injury-lft {
    width: 53.2%;
    position: relative;
}

.hm-injury-rgt {
    width: 32.7%;
    padding: 50px 0 0;
    position: relative;
}

.hm-injury-img img {
    width: 100%;
    display: block;
    border-radius: 10px;
}
.hm-injury-rgt-cnt {
    padding: 25px 0 0;
    border-top: 6px solid #e1c681;
}

.hm-injury-rgt p {
    font-size: 22px;
    font-family: 'Manrope';
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: left;
    margin: 0 0 30px;
}
.hm-injury-btn {
    position: relative;
    background: linear-gradient(to right, #c6af73a8, #c6af730a) border-box;
    border-radius: 50px;
    border: 2px solid transparent;
    width: max-content;
}

.hminjry-btns {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}


.hm-injury-btn a.cmn-btn {
    color: #ffffff;
    padding: 14px 30px;
    border-radius: 29px;
    margin: 0;
    position: relative;
    background-color: #292929;
    background-image: url(images/btn-bg-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    font-size: 17px;
}

.hm-injury-btn a.cmn-btn:hover{
    color: #c6af73;
}

.hm-injury-rgt .text-heading {
    margin: 0 0 36px -220px;
    text-align: left;
    color: #ffffff;
}
.hm-injury-rgt .text-heading strong{
	display: inline;
}

.hm-play-btn-img a img {
    display: block;
    width: 100%;
}

.hm-play-btn-img {
    position: absolute;
    right: 20%;
    bottom: 30%;
}
/* Home Attorney Section */
 
.hm-atrny-sec {
    padding: 45px 0 0;
    position: relative;
    background-image: url(images/hm-atrny-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    text-align: center;
    z-index: 1;
    overflow: hidden;
}
 
.hm-atrny-blk {
    position: relative;
}
.hm-atrny-sec .container{max-width: 1500px;}
.hm-atrny-sec .text-heading {
    color: #fff;
    font-size: 85px;
    letter-spacing: 0.85px;
    line-height: 1.09;
    padding: 0 0 15px;
    margin: 0 0 15px;
    position: relative;
}
.hm-atrny-sec .text-heading::before {
    content: '';
    position: absolute;
    background-color: #e1c681;
    width: 50%;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.hm-atrny-sec p{
    font-size: 18px;
    font-family: 'Manrope';
    font-weight: 400;
    line-height: 1.83;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 15px;    
}
.hm-atrny-img {
    width: 41.7%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.hm-atrny-sec:before {
    content: '';
    position: absolute;
    background-image: url(images/atrny-grad.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    width: 68.3%;
    height: 25.9%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    pointer-events: none;
}
.hm-atrny-img img{
    width: 100%;
    display: block;
}
.hm-atrny-cnt {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20%;
    margin: auto;
}
.hm-atrny-cnt h4{
    font-size: 60px;
    font-family: 'Anton';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #d2b569;
    margin: 0;
}
.hm-atrny-cnt-mdl h3 {
    font-size: 90px;
    font-family: 'Anton';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #393939;
    margin: 0;
    text-align: left;
    word-spacing: 267px;
}  
.hm-atrny-cnt-lft {
    width: 26%;
}
.hm-atrny-cnt-lft, .hm-atrny-cnt-rgt{
    padding: 15px;
    position: relative;
    z-index: 1;
}
.hm-atrny-cnt-lft::after{
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% + 2px);
    border-right: 1px solid #fbf8f0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}
.hm-atrny-cnt-rgt::before{
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% + 2px);
    border-left: 1px solid #fbf8f0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}
.hm-atrny-cnt-mdl {
    width: 50.6%;
    padding: 15px 10px 15px 58px;
    background-color: #242424;
    box-shadow: inset 0px 3px 13px 0px rgba(0, 0, 0, 1);
    position: relative;
    z-index: 0;
}
.hm-atrny-cnt-rgt {
    width: 33.9%;
    margin: 0 -65px 0 0;
}
.hm-atrny-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 42px;
    margin: auto;
    width: max-content;
    z-index: 2;
    background: linear-gradient(to right, #c6af73a8, #c6af730a) border-box;
    border-radius: 50px;
    border: 2px solid transparent;
}
.hm-atrny-btn a.cmn-btn {
    color: #ffffff;
    padding: 17px 63px;
    border-radius: 29px;
    margin: 0;
    position: relative;
    font-family: 'Fira Sans';
    font-weight: 600;
    background-color: #1a1a1a;
    background-image: url(images/btn-bg-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}
.hm-atrny-btn a.cmn-btn:hover{
    color: #c6af73;
}
 
.hm-atrny-cnt-lft:before {
    content: '';
    position: absolute;
    background-image: url(images/atrny-sec-bfr.webp);
    background-repeat: no-repeat;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 578px;
    height: 506px;
    z-index: -1;
    pointer-events: none;
    background-position: left bottom;
}
.hm-atrny-cnt-rgt::after {
    content: '';
    position: absolute;
    background-image: url(images/atrny-sec-aftr.webp);
    background-repeat: no-repeat;
    left: 0px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 603px;
    height: 566px;
    z-index: -1;
    background-position: right bottom;
    pointer-events: none;
}
/*footer form*/
.hm-form .gfield label {
    display: none;
}

.hm-form-sec .container {
    width: 100%;
    max-width: 100%;
}

.bnr-rit-cnt.footer {
    text-align: left;
    position: absolute;
    transform: rotate(269deg);
    left: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 140px;
    pointer-events: none;
    right: auto;
    letter-spacing: 2.8px;
}

.hm-form-sec {
    padding: 58px 0px;
    position: relative;
    width: 80%;
    margin: auto;
}
.hm-form-sec .text-heading {
    font-size: 90px;
    color: #ffffff;
    margin: 0 0 18px;
}

.hm-form-sec p {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 19px;
    line-height: 1;
    letter-spacing: 0.38px;
    color: #ffffff;
    margin: 0 0 23px;
    text-align: center;
}

.hm-form .gform_required_legend {
    display: none;
}

.ftr-form-sctn {
    text-align: center;
}

.gchoice.gchoice_3_9_1 label {
    display: block;
}


.hm-form input::placeholder {
    color: #000;
}

.hm-form input:-ms-input-placeholder {
    color: #000;
}

.hm-form input::-ms-input-placeholder {
    color: #000;
}

.hm-form textarea::placeholder {
    color: #000;
}

.hm-form textarea:-ms-input-placeholder {
    color: #000;
}

.hm-form textarea::-ms-input-placeholder {
    color: #000;
}

.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {
    width: 100% !important;
    color: #959292;
    outline: 0px;
    position: relative;
    border-radius: 0;
    font-family: 'Manrope';
    font-weight: 400;
    background: #3a3a3a;
    line-height: 130% !important;
    letter-spacing: 0.36px;
    font-size: 18px !important;
    padding: 19px 25px 18px !important;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
    border: 0;
    margin: 0 0 20px !important;
}

.hm-form .gform_wrapper .top_label input:focus,
.hm-form .gform_wrapper select:focus,
.hm-form .gform_wrapper .top_label textarea:focus {
    color: #e1c681;
}

.hm-form .gform_wrapper .top_label input::placeholder,
.hm-form .gform_wrapper .top_label textarea::placeholder {
    color: #959292;
}

.hm-form .gfield {
    position: relative !important;
    padding: 0;
    border: 0;
}

.hm-form .gfield.gfield--type-text,
.hm-form .gfield.gfield--type-phone,
.hm-form .gfield.gfield--type-email {
    width: 48.75% !important;
}

.hm-form .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0px !important;
    justify-content: space-between;
    align-items: center;
}

.hm-form .gform_wrapper .top_label textarea {
    width: 100% !important;
    height: 165px !important;
    resize: none;
    padding-top: 25px !important;
    margin: 0px;
    min-block-size: 0px !important;
}

.hm-form .gfield.msg {
    width: 100%;
}

.hm-form-sec .gform_wrapper ul.gform_fields ul {
    margin: 0;
    padding: 0;
}

.hm-form-sec .gform_wrapper ul.gform_fields li {
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    width: 100%;
}

.hm-form .gform_wrapper .form-links a,
.hm-form .gfield--type-checkbox .gchoice label {
    cursor: pointer;
    font-size: 18px;
    font-family: 'Manrope';
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    letter-spacing: 0.36px;
    margin: 0;
    text-align: left;
    display: inline-block;
}

.hm-form .gform_wrapper .form-links a:hover {
    color: #e1c681;
}

.hm-form-sec .gform_fields .ginput_container_checkbox {
    width: max-content;
}

.hm-form-sec .gform_wrapper .form-links,
.hm-form-sec .gfield.gfield--type-html.popfield {
    position: relative;
    width: 100%;
    color: #fff;
    line-height: 1;
    text-align: left;
    margin: 0 0 3px !important;
}

.hm-form-sec .gfield .ginput_container {
    margin: 0 !important;
}

.hm-form .gfield_description.instruction.validation_message {
    top: 37px;
}

.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    float: left;
    clear: both;
    margin: 4px 10px 0px 0 !important;
    padding: 0 !important;
}

.hm-form .gform_wrapper .gform_footer.top_label {
    text-align: center;
    padding: 0;
    float: right;
    position: relative;
    max-width: max-content;
    margin: -52px 0 0;
    background: linear-gradient(to right, #c6af73a8, #c6af730a) border-box;
    border-radius: 50px;
    border: 2px solid transparent;
}

.hm-form .gform_wrapper .top_label input[type="submit"] {
    outline: none !important;
    cursor: pointer;
    transition-duration: 0.5s;
    width: auto !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1;
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 21px !important;
    line-height: 1 !important;
    letter-spacing: 0.42px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding: 17px 52px !important;
    border-radius: 29px;
    background-color: #1a1a1a;
    background-image: url(images/btn-bg-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

.hm-form .gform_wrapper .top_label input[type="submit"]:hover {
    color: #e1c681;
}
.hm-form .gform_validation_errors {
    display: none !important;
}

.popup {
    position: relative;
    display: inline-block;
    left: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.popup .popuptext {
    visibility: hidden;
    position: relative !important;
    width: 100%;
    top: 5px;
    left: 0;
    margin: 0px;
    text-align: center;
    font-family: 'Manrope';
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 14px;
    color: #140002;
    transition: transform 0.15s ease-out;
    display: inline-block;
    line-height: 1.6;
    z-index: 12;
}

.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: inherit;
    pointer-events: auto;
}

div#popup-container {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 100%;
}

.hm-form-sec .gform_wrapper.gravity-theme .gfield {
    position: relative;
    text-align: left;
}

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

.hm-form-sec .gform_fields .ginput_container,
.hm-form-sec .gform_field {
    margin: 0;
}

.gfield--type-honeypot {
    display: none;
}

/*ERRROR*/
.hm-form .gfield_description {
    margin: 0px !important
}

.hm-form .gfield_description.validation_message {
    position: absolute;
    top: 5px;
    right: 8px !important;
    text-align: right;
    font-size: 13px;
    font-family: 'Manrope';
    color: #ee2d2b;
    width: 100%;
    pointer-events: none;
}

.hm-form .chk .gfield_description.validation_message {
    bottom: -20px !important;
    top: inherit;
    left: 0px;
    right: inherit !important;
    text-align: left;
}

/*.ftr-frm-sctn ends*/


/*Footer block*/
.ftr-sec {
    background-image: url(images/ftr-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    overflow: hidden;

}

.ftr-block-sec {
    padding: 75px 0 0;
    color: #fff;
}

.ftr-block-cnt .container {
    max-width: 1500px;
    width: 100%;
    margin: auto;
}
.ftr-block-cnt{
    position: relative;
    z-index: 0;
}
.ftr-blck-itm.loc::before {
    position: absolute;
    content: "";
    width: 652px;
    height: 566px;
    right: -5px;
    bottom: 0;
    top: 0;
    margin: auto;
    background-image: linear-gradient(90deg, rgba(219, 202, 133, 0) 0%, rgb(219, 202, 133) 100%);
    clip-path: polygon(0 0, 100% 37%, 100% 63%, 0% 100%);
    opacity: 0.5;
    pointer-events: none;
    z-index: -1;
}
.ftr-blck-itm.call::before{
    position: absolute;
    content: "";
    width: 652px;
    height: 566px;
    left: -5px;
    bottom: 0;
    top: 0;
    margin: auto;
    background-image: linear-gradient(90deg, rgb(106, 106, 106) 0%, rgb(106 106 106 / 0%) 100%);
    clip-path: polygon(0 37%, 100% 0, 100% 100%, 0% 63%);
    opacity: 0.5;
    pointer-events: none;
    z-index: -1;
}

.ftr-blck-itm {
    width: 29.6%;
    position: relative;
    padding: 50px 70px 43px 90px;
    z-index: 0;
}

.ftr-blck-itm.loc::after, .ftr-blck-itm.call::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 58%;
    background-color: #ffffff;
    top: 0;
    right: -5px;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.ftr-blck-itm.call::after {
    left: -5px;
    right: auto;
}

.ftr-blck-itm.call {
    padding: 50px 55px 43px 115px;
}

.ftr-blck-itm h3::before {
    position: absolute;
    content: "";
    width: 67px;
    height: 67px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -272px -50px;
    left: 0;
    top: 52px;
}

.ftr-blck-itm.call h3::before {
    background-position: -346px -49px;
    left: 30px;
}

.ftr-block-list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 75px;
    position: relative;
    z-index: 0;
}

.ftr-block-list::after {
    position: absolute;
    content: "";
    width: 39.4%;
    height: 48.3%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none;
    background-color: #242424;
}

.ftr-blck-itm.logo {
    width: 30.7%;
    border: 2px solid #e1c681;
    text-align: center;
    padding: 40px 55px 43px 55px;
    background-color: #1a1a1a;
}

.ftr-itm-logo {
    width: 81.3%;
    margin: 0 auto 20px;
}

.ftr-blck-itm.logo h5 {
    font-family: 'Fira Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}

.ftr-blck-itm h3 {
    font-family: 'Anton';
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 1.2px;
    color: #ffffff;
    margin: 0 0 10px;
}

.ftr-blck-itm p {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: 0.2px;
    color: #ffffff;
    margin: 0;
}

.ftr-blck-itm p a.direction {
    color: #a89564;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 8px;
    border-bottom: 1px solid #a89564;
}

.ftr-blck-itm p a.direction:hover {
    color: #ffffff;
    border-color: #ffffff;
}

.ftr-blck-itm h4 {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.59;
    letter-spacing: 0.22px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}

.ftr-blck-itm p a.ftr-phn {
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0.35px;
    color: #e1c681;
    margin: 0;
    display: inline-block;
}

.ftr-blck-itm p a.ftr-phn:hover {
    color: #ffffff;
}

.ftr-itm-logo a {
    display: inline-block;
}

.ftr-itm-logo img {
    width: 100%;
    display: block;
}

#footer-navigation ul {
    margin: 0 0 30px;
    font-size: 0;
    text-align: center;
}

#footer-navigation ul li {
    display: inline-block;
    position: relative;
    padding: 0 40px;
}

#footer-navigation ul li::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 95%;
    right: 0;
    background-color: #ffffff;
    top: 0;
    bottom: 0;
    margin: auto;
}

#footer-navigation ul li:last-child::after {
    display: none;
}

#footer-navigation ul li:first-child {
    padding-left: 0;
}

#footer-navigation ul li:last-child {
    padding-right: 0;
}

#footer-navigation ul li a {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0.42px;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
}

.ftr-social-icons {
    position: relative;
    z-index: 0;
}

.ftr-social-icons::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #2c2c2c;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}

.ftr-scl-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: max-content;
    margin: auto;
    background-color: #1a1a1a;
    padding: 0 20px;
}

.ftr-scl-icons a {
    width: 45px;
    height: 45px;
    display: inline-block;
    font-size: 0;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -10px -344px;
}

.ftr-scl-icons a:hover {
    background-position: -11px -399px;
}

.ftr-scl-icons a.twitter {
    background-position: -64px -344px;
}

.ftr-scl-icons a.linkdin {
    background-position: -118px -344px;
}

.ftr-scl-icons a.yelp {
    background-position: -174px -344px;
}

.ftr-scl-icons a.youtube {
    background-position: -228px -344px;
}

.ftr-scl-icons a.twitter:hover {
    background-position: -65px -399px;
}

.ftr-scl-icons a.linkdin:hover {
    background-position: -119px -399px;
}

.ftr-scl-icons a.yelp:hover {
    background-position: -175px -399px;
}

.ftr-scl-icons a.youtube:hover {
    background-position: -229px -399px;
}

#footer-navigation ul li.current-menu-item>a,
#footer-navigation ul li:hover>a {
    color: #e1c681;
}



.social-icns {
    display: flex;
    justify-content: center;
    gap: 10px;
}

/*Copy Rights Section*/
.ftr-copyrights-sec {
    padding: 40px 0px;
    text-align: center;
}

.ftr-copyrights-sec p {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #ffffff;
    margin: 0;
}

.ftr-copyrights-sec p a:hover {
    color: #e1c681;
}


/*inner page styles*/

.single-container,
.container,
.footer-container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto
}

.disclaimer-trigger {
    cursor: pointer
}

#disclaimer-container {
    display: none;
    position: relative;
    margin-top: 10px;
}

#disclaimer-container.show {
    display: block;
}

.disclaimer-content {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 4px;
}

/*.sidebar_posts, .sidebar_search, .sidebar_categories, .sidebar_archives, .sidebar_reviews { margin-bottom: 30px;}*/
.blocks {
    padding: 80px 0;
}

.footer-col {
    width: 32%
}

.map-col {
    width: 48%
}

.copyright {
    text-align: center;
}

.screen-reader-text {
    display: none !important;
}

.widget.widget_fact_checked .fact_checked_inner {
    display: flex;
    justify-content: space-between;
    min-height: 45px;
    align-items: center;
}

.widget.widget_fact_checked .fact_checked_inner .checked_by {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
}

/* .widget.widget_fact_checked p { margin-bottom: 0px;  display: flex; align-items: center;} */
.widget.widget_fact_checked p {
    margin-bottom: 0px;
}

.widget.widget_fact_checked p.mod_date span {
    margin-left: 10px;
}

.widget.widget_fact_checked p.widget-names {
    margin-left: 10px;
}

.widget.widget_fact_checked p.widget-names a {
    text-decoration: underline !important;
}

.widget.widget_team_bios .member_bios {
    padding: 20px 20px 0;
    text-align: center;
    margin-bottom: 0px;
    color: #000;
}

.widget.widget_team_bios .member_bios .bio_pic {
    margin-bottom: 15px;
}

.widget.widget_team_bios .member_bios .bio_name p a {
    font-size: 20px;
    text-decoration: underline;
    font-weight: bold;
}

.widget-description {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin: 0;
    /* remove extra spacing */
}

.widget-description.active {
    max-height: 500px;
    /* adjust as needed */
    margin-top: 10px;
}

.widget-names {
    cursor: pointer;
    font-weight: bold;
}

.fact-checked-sec {
    background-color: #f7f7f9;
    padding: 30px 0px;
}

.checked_by {
    font-size: 20px;
    line-height: 1.2;
}

p.mod_date {
    font-size: 20px;
    width: 24%;
}

.checked-left {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.checked-left p.widget-names::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(images/drop-down-arrow.webp);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.checked-left p.widget-names.nameactive::before {
    transform: rotate(180deg);
}

.checked-right {
    width: 100%;
}

section.widget.csae-res {
    background-color: #6a6a6a;
    padding:35px 28px 100px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 10px;
    position: relative;
}
section.widget.csae-res:before {
    content: '';
    position: absolute;
    background-color: #e1c681;
    width: 87.8%;
    height: 71px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    clip-path: circle(83% at 50% 297%);
}
section.widget.csae-res h4.widget-title {
    color: #fff;
}

section.widget.csae-res .sdbr-case-item h4 {
    font-family: 'Anton';
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    margin: 0 0 20px;
    color: #ffff;
}

section.widget.csae-res .sdbr-case-item p {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: 0.38px;
    margin: 0;
    color: #fff;
}
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -79px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav,
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav,
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 20px 0 0;
}

section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button,
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button,
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button,
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button,
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button {
    width: 50px;
    height: 23px;
    background-color: transparent;
    font-size: 0;
}

section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev,
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-prev,
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-prev,
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-prev,
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-prev {
    background-image: url(images/rsult-prev-arw.webp);
}

section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next,
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-next,
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-next,
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-next,
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-next {
    background-image: url(images/rsult-next-arw.webp);
}

section.widget.widget_recent_entries {
    background-color: #b7b2b2;
    padding: 20px;
    margin-bottom: 20px;
}

.readMorebtn a {
    display: inline-block;
    padding: 16px 50px;
    background-color: #000;
    color: #fff;
    line-height: 1;
    text-transform: capitalize;
}

.widget_recent_entries ul li {
    margin-bottom: 10px;
}

section.widget.widget_team_bios {
    background-color: #fff4f4;
    padding: 20px 20px 30px;
    margin-bottom: 20px;
    text-align: center;
}

#page-column section.widget.csae-res,
#page-column section.widget.widget_team_bios,
#page-column section.widget.testi,
#page-column section.widget.widget_recent_entries {
    margin: 35px 0;
}

#page-column section.widget.widget_recent_entries {
    padding-bottom: 30px;
}

#page-column section.widget.widget_recent_entries h4.widget-title {
    text-align: center;
}

#page-column section.widget.widget_recent_entries ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0;
}

#page-column section.widget.widget_recent_entries ul li {
    width: 48%;
    position: relative;
    background-color: #ffffff80;
    padding: 18px 15px 58px;
    margin: 0;
}

#page-column section.widget.widget_recent_entries ul li a {
    font-size: 22px;
    margin: 0 0 15px;
    display: inline-block;
    line-height: 1.1;
}

#page-column section.widget.widget_recent_entries ul li p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 15px;
}

#page-column section.widget.widget_recent_entries ul li .readMorebtn {
    position: absolute;
    bottom: 18px;
}

#page-column section.widget.widget_recent_entries ul li .readMorebtn a.cmbtn {
    margin: 0;
    font-size: 15px;
    padding: 14px 20px 12px;
    line-height: 1;
}

#page-column section.widget.widget_team_member h4.widget-title {
    text-align: center;
}

#page-column section.widget.widget_team_member .team-inner-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

#page-column section.widget.widget_team_member .team_member_item {
    width: 40%;
    text-align: center;
    padding: 20px;
    background-color: #dbd9d9;
    position: relative;
}

#page-column section.widget.widget_team_member .team_member_pic {
    margin: 0 0 20px;
}

#page-column section.widget.widget_team_member .team_member_pic img {
    width: 100%;
    display: block;
}

#page-column section.widget.widget_team_member .team_member_name p {
    font-size: 28px;
    line-height: 1;
    margin: 0 0 15px;
}

#page-column section.widget.widget_team_member .team_member_summary p {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    text-transform: capitalize;
}
.hm-louisianak-sec.innr {
    padding: 50px 0 0;
}


/* Spanish Styles */


:lang(es) .hm-bann-cnt-injury br, :lang(es) .hm-bann-cnt-social br{
    display: none;
}

:lang(es) .hm-bann-cnt-injury font, :lang(es) .hm-bann-cnt-social font {display: block;}

:lang(es) .hm-bann-blck h1 font {line-height: 1.1;}
:lang(es) .hm-abt-hdng h2 {font-size: 64px;}
:lang(es) .hm-pract-itm h4 font {display: block;}
:lang(es) .hm-pract-itm h4 {font-size: 27px;}
:lang(es) .hm-tab-btn a.cmn-btn {padding: 19px 35px 18px;font-size: 18px;}
:lang(es) .hm-doller-itm p {font-size: 20px;}
:lang(es) .hm-doller-btn a.cmn-btn {padding: 20px 40px 18px;font-size: 18px;}
:lang(es) .hm-doller-blk .hm-doller-itm h3 {font-size: 46px;}
:lang(es) .hm-doller-blk .hm-doller-itm h3 font{display: block;}
:lang(es) .hm-doller-blk .hm-doller-itm h3 br{display:none;}
:lang(es) .hm-injury-rgt .text-heading{font-size: 66px;}
:lang(es) .hm-blog-btn a.cmn-btn {font-size: 17px;padding: 21px 32px 20px;}
:lang(es) .media-lft h3 {font-size: 48px;}
:lang(es) .ftr-copyrights-sec p{font-size: 18px;}
:lang(es) .text-heading strong{margin: 0 7px;}
:lang(es) .hm-injury-rgt .text-heading strong br{display: none;}


.hmbadge-lst{
    padding: 50px 0 0;
    display: flex;justify-content: space-between;
}

.hmbadge-itm {
    background: #fff;
    border-radius: 15px;
    width: 18.6%;
}

.hmbadge-itm img{
    width: 100%;
    display: block;
}