/*
 Theme Name:   Salter, Shook & Conner PC
 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: 'Google Sans';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/google-sans-v67-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/google-sans-v67-latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/google-sans-v67-latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/google-sans-v67-latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'DM Serif Display';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/dm-serif-display-v17-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'DM Serif Display';
    font-style: italic;
    font-weight: 400;
    src: url('./fonts/dm-serif-display-v17-latin-italic.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Gelasio';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/gelasio-v14-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Gelasio';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/gelasio-v14-latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Gelasio';
    font-style: italic;
    font-weight: 500;
    src: url('./fonts/gelasio-v14-latin-500italic.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Gelasio';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/gelasio-v14-latin-600.woff2') format('woff2');
}
: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: 'Google Sans';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a:focus {
    outline: none;
}
.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: 'DM Serif Display';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
    font-family: 'Google Sans';
    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, 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: #7f0306;
    z-index: 9999;
    border-bottom: 2px solid #d1c490;
}
.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;
    font-family: 'Google Sans';
}
.header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button {
    font-size: 17px;
    color: #fff;
    font-family: 'Google Sans';
    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;
}
.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: #7f0306;
    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: 'Google Sans';
    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;
    /* -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
       -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
       transform: rotate(45deg);*/
    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 {
    /*-webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);*/
    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;
    padding-top: 2px;
    letter-spacing: 0.5px;
    font-family: 'Google Sans';
}
.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 25px;
    font-family: 'Google Sans';
}
.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #7f0306;
    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: 'Google Sans';
}
.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: 'Google Sans';
    border: 0;
    margin: 0;
    text-decoration: none;
}
.mobinav a:hover {
    color: #d1c490;
}
.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;
}
.site-branding a {
    display: inline-block;
}
.site-branding a img {
    width: 100%;
    display: block;
}
.hdr-menu-blck {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 25px;
}
.header-number {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}
.hdr-phn-number {
    position: relative;
    padding: 0 0 0 93px;
}
.hdr-phn-number p {
    margin: 0;
}
.hdr-phn-number p a {
    font-family: 'Google Sans';
    font-weight: 400;
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0.68px;
    color: #ffffff;
    margin: 0;
    display: inline-block;
}
.hdr-phn-number p a::before {
    position: absolute;
    content: "";
    width: 75px;
    height: 70px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -10px -10px;
}
.hdr-phn-number p a:hover {
    color: #d1c490;
}
#main-navigation ul {
    margin: 0;
    font-size: 0;
}
#main-navigation ul li {
    display: inline-block;
    padding: 0 42px;
    position: relative;
    margin: 0;
}
#main-navigation ul li:first-child{
    padding-left:0
}
#main-navigation ul li:last-child{
    padding-right:0
}
#main-navigation ul li::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 95%;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    right: 0;
    margin: auto;
}
#main-navigation ul li:last-child:after {
    display: none;
}
#main-navigation ul li a{
    font-family: 'Google Sans';
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 1;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
}
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover{
    color: #d1c490;
    border-bottom-color: #a7211f;
}
#main-navigation ul li ul.sub-menu{
    display:none;
    width:220px;
    position:absolute;
    color:#fff;
    top:100%;
    left:0;
    right:auto;
    background-color:#7f0306;
    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: #d1c490;
}
#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: #cdb87e;
    color: #ffffff;
}
#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;
}
.site-header {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}
.site-header .container {
    max-width: 1700px;
}
.site-header.is-sticky .site-branding {
    width: 13%;
}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background:#030303;
    border-bottom: 2px solid #d1c490;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
}
@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;
}
a.cmn-btn {
    font-family: 'Google Sans';
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.4px;
    display: inline-block;
    color: #ffffff;
    padding: 25px 44px;
    background-color: #7f0306;
    text-transform: uppercase;
    position: relative;
}
a.cmn-btn::before {
    position: absolute;
    content: "";
    width: 109px;
    height: 2px;
    background-color: #cdb87e;
    left: 0;
    top: 0;
    margin: auto;
}
a.cmn-btn:hover {
    background-color: #cdb87e;
}
a.cmn-btn::before:hover {
    background-color: #7f0306;
}
.text-heading {
    font-size: 80px;
    font-family: 'DM Serif Display';
    font-weight: 400;
    line-height: 1.05;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    color: #ffffff;
}
.sub-heading {
    font-size: 30px;
    font-family: 'DM Serif Display';
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.6px;
    line-height: 1.2;
    background: linear-gradient(to top, #7f0306, #c60207);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 6px;
}
.sub-heading.hdng-btm {
    background: linear-gradient(to top, #ae9457, #d8ce9f);
    -webkit-background-clip: text;
    letter-spacing: 0;
    margin: 0 0 7px;
    line-height: 1.2;
}
/*Banner section*/
.hm-banner-block {
    background-image: url(images/hm-bann-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hm-bann-sec {
    padding: 220px 0 50px;
}
.hm-bann-img img {
    width: 100%;
    display: block;
}
.hm-bann-img {
    width: 61.8%;
    margin: auto;
}
.hm-bann-blck {
    position: relative;
}
.hm-bann-cnt {
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
}
.hm-bann-cnt h1 {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 10px;
}
.hm-bann-cnt h1 small {
    margin: 0px;
    line-height: 1.3;
    display: block;
    letter-spacing: 1.4px;
    font-size: 72px;
    font-style: italic;
    text-transform: capitalize;
    color: #fff;
    background: linear-gradient(0deg, #ae9457, #d8ce9f);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hm-bann-cnt h1 strong {
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    display: block;
    text-transform: uppercase;
}
.hm-bann-cnt p{
    font-family: 'Google Sans';
    font-weight: 400;
    font-size: 30px;
    color: #ffffff;
    line-height: 1.3;
    letter-spacing: 0;
    margin: 0;
}
.hm-bann-yrs-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -15px;
    width: 200px;
    height: 267px;
}
.hm-bann-yrs-logo img {
    display: block;
    width: 100%;
}
/* Home Scroll Section */
.hm-scroll-sec {
    overflow: hidden;
    position: relative;
}
.hm-scroll-sec .container {
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding: 0;
}
.scroll-container {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 40px 0 45px;
}
.scroll-list {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    animation: scrollLoop 100s linear infinite;
}
.scroll-container ul li {
    margin: 0 65px 0 0;
    white-space: nowrap;
    padding-right: 105px;
    font-family: 'Google Sans';
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
}
.scroll-container ul li::after {
    position: absolute;
    content: "";
    width: 37px;
    height: 51px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -111px -10px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: transparent;
}
.scroll-container::before {
    position: absolute;
    content: "";
    width: 89.65%;
    height: 1px;
    background-color: #dec981;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.scroll-container::after {
    position: absolute;
    content: "";
    width: 89.65%;
    height: 1px;
    background-color: #dec981;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/* Moves full set left */
@keyframes scrollLoop {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
/* Home Results Section */
.hm-results-sec {
    padding: 60px 0 0;
    background-image: url(images/results-bg-image.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.hm-results-sec .container{
    max-width: 1700px;
    margin: auto;
}
.hm-results-blk {
    display: flex;
    justify-content: flex-end;
    gap: 100px;
}
.results-lft {
    width: 37.7%;
    padding: 25px 0 0;
}
.results-lft .text-heading {
    text-align: left;
    line-height: 1.1;
    padding: 0 0 25px;
    margin: 0 0 25px;
    position: relative;
}
.results-lft .text-heading:before {
    position: absolute;
    content: "";
    background-image: url(images/results-txt-line.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 95.6%;
    height: 1px;
    bottom: 0;
    left: 0;
    margin: auto;
}
.results-lft .text-heading strong {
    font-family: 'DM Serif Display';
    font-size: 70px;
    text-transform: capitalize;
    font-weight: 400;
    display: block;
    font-style: italic;
    line-height: 1.2;
    margin: 0;
    background: -webkit-linear-gradient(90deg, #af9454 0%, #d9ce9d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.results-lft p{
    font-family: 'Google Sans';
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 1.8;
    letter-spacing: 0;
    margin: 0 0 35px;
}
.hm-results-btns {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
}
.read-btn a.cmn-btn::before {
    background-color: #ffffff;
    width: 29%;
}
.results-call h5{
    margin: 0;
}
.results-call h5 a{
    font-family: 'Google Sans';
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin: 0px;
    padding: 23px 35px 23px 70px;
    border: 2px solid #b60207;
    position: relative;
}
.results-call h5 a:before{
    position: absolute;
    content: "";
    background-image: url(images/results-call-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    width: 27px;
    height: 27px;
    left: 30px;
    bottom: 0;
    top: 0;
    margin: auto;
}
.results-call h5 a:hover{
    background-color: #cdb87e;
    border-color: #cdb87e;
}
.results-rite {
    width: 43.6%;
    position: relative;
}
.results-rite-img {
    width: 73%;
    margin: 0 0 0 auto;
}
.salter-txt h4{
    font-family: 'Gelasio';
    font-weight: 400;
    font-size: 150px;
    color: rgba(255, 255, 255, 0.031);
    line-height: 0.9;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    background-color: rgb(255 255 255 / 3%);
    padding: 30px 0 30px 90px;
}
.salter-txt {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
}
.year-experience {
    position: relative;
    z-index: 1;
}
.year-experience h3{
    font-family: 'Gelasio';
    font-weight: 500;
    font-size: 40px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    width: max-content;
    padding: 30px 75px 50px 0;
    text-align: center;
    position: relative;
}
.year-experience h3 strong{
    font-weight: 600;
    font-size: 115px;
    background: -webkit-linear-gradient(90deg, #af9454 0%, #d9ce9d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    line-height: 1;
    font-variant-numeric: lining-nums;
}
.year-experience h3 b{
    font-size: 26px;
    font-weight: 500;
    font-style: italic;
    display: block;
    margin: -11px 0 0;
    letter-spacing: 2px;
    line-height: 1;
}
.year-experience h3 small{
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 500;
}
.year-experience h3:before {
    position: absolute;
    content: "";
    background-image: url(images/experi-before-line.webp);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    width: 75.3%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.year-experience {
    position: absolute;
    left: 15px;
    bottom: 22.2%;
}
/* Practice Areas Section */
.hm-prct-mssn-blck, .hm-team-testi-sec{
    background-image: url(images/hm-pract-pattern-bg.webp);
    background-repeat: repeat;
    background-size: contain;
    background-position: center;
}
.hm-pract-sec {
    padding: 110px 0 50px;
}
.hm-pract-sec .container{
    max-width: 1700px;
}
.pract-block h5{
    text-align: center;
}
.pract-block h2{
    color: #030303;
    line-height: 0.8;
    margin: 0 0 10px;
}
.hm-pract-list {
    display: flex;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
    margin: 0 0 50px;
}
.hm-pract-blk {
    width: 32.47%;
    padding: 1px;
    position: relative;
    background-color: rgb(30, 30, 30, 0.3);
    clip-path: polygon(6% 0, 100% 0, 100% 88%, 94% 100%, 0 100%, 0 12%);
    display: flex;
}
/*.hm-pract-blk:before {
    content: '';
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -293px -112px;
    width: 34px;
    height: 28px;
    right: 85px;
    bottom: 85px;
    z-index: 2;
}
.hm-pract-blk:hover:before{
    background-position: -293px -154px;
}*/
.hm-pract-blk:hover {
    background-color: #b39a5c;
}
.hm-pract-item {
    padding: 30px 60px 50px 40px;
    clip-path: polygon(6% 0, 100% 0, 100% 88%, 94% 100%, 0 100%, 0 12%);
    position: relative;
    z-index: 1;
    width: 100%;
}
.hm-pract-item:after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -2;
    clip-path: polygon(6% 0, 100% 0, 100% 88%, 94% 100%, 0 100%, 0 12%);
}
.hm-prct-main {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    margin: 0 0 10px;
}
.hm-pract-blk:hover .hm-pract-item:after{
    width: calc(100% - 6px);
    height: calc(100% - 6px);
}
.hm-pract-itm-img, .hm-pract-itm-hvr-img {
    width: 50px;
    margin: 0;
}
.hm-pract-itm-img img, .hm-pract-itm-hvr-img img{
    width: 100%;
    display: block;
}
.hm-pract-itm-hvr-img {
    display: none;
}
.hm-pract-blk:hover .hm-pract-itm-hvr-img{
    display: block;
}
.hm-pract-blk:hover .hm-pract-itm-img{
    display: none;
}
.hm-pract-item:before {
    content: '';
    position: absolute;
    clip-path: polygon(6% 0, 100% 0, 100% 88%, 94% 100%, 0 100%, 0 12%);
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background-image: -webkit-linear-gradient(120deg, rgb(107 107 107 / 61%) 0%, rgb(107 107 107 / 0%) 65%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}
.pract-block p {
    font-family: 'Google Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 35px;
    text-align: center;
}
.hm-prct-itm-cnt p {
    font-family: 'Google Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 15px;
    text-align: left;
}
.hm-prct-itm-cnt ul {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    flex-wrap: wrap;
}
.hm-prct-itm-cnt ul li a {
    font-family: 'Google Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
    display: inline-block;
    padding: 10px 15px;
    background-color: #7f0306;
    border-radius: 10px;
}
.hm-pract-blk:hover .hm-prct-itm-cnt p {
    color: #ffffff;
}
.hm-pract-blk:hover .hm-prct-itm-cnt ul li a {
    color: #000000;
    background-color: #ffffff;
}
.hm-pract-name h4 {
    font-size: 30px;
    font-family: 'DM Serif Display';
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
    color: #030303;
    min-height: 88px;
    display: flex;
    align-items: center;
}
.hm-pract-blk:hover .hm-pract-name h4{
    color: #fff;
}
.hm-pract-blk:hover .hm-pract-item:before{
    background: #7f0306;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
}
.hm-pract-btn {
    text-align: center;
}
.hm-pract-btn a.cmn-btn {
    padding: 25px 52px;
}
.hm-pract-item-hover a{
    font-size: 0;
    position: absolute;
    inset: 0;
    z-index: 3;
}
/* Home Mission Section */
.hm-mission-sec {
    padding: 105px 0 180px;
}
.hm-mission-btn.mob-btn {
    display: none;
}
.hm-mission-blck {
    position: relative;
    padding: 40px 0 0;
    display: flex;
    justify-content: flex-end;
    gap: 65px;
    z-index: 0;
}
.hm-mission-lft {
    width: 31.5%;
}
.hm-mission-rgt {
    width: 56.74%;
}
.hm-mission-lft .text-heading {
    color: #030303;
    margin: 0 0 20px;
}
.hm-mssn-lft-top {
    display: flex;
    justify-content: flex-start;
    gap: 28px;
    align-items: center;
    padding: 0 0 50px;
    margin: 0 0 30px;
    position: relative;
}
.hm-mssn-lft-img {
    width: 28.3%;
}
.hm-mssn-lft-img img {
    width: 100%;
    display: block;
}
.hm-mssn-lft-cnt {
    width: 58.4%;
}
.hm-mssn-lft-cnt h4 {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-style: italic;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: 0;
    background: linear-gradient(0deg, #7f0306, #c60207);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin: 0;
}
.hm-mssn-lft-top::after {
    position: absolute;
    content: "";
    width: 95.6%;
    height: 1px;
    background-image: url(images/hm-mssn-top-aftr-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 0;
    bottom: 0;
}
.hm-mission-blck p {
    font-family: 'Google Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.85;
    letter-spacing: 0;
    color: #030303;
    margin: 0 0 30px;
}
.hm-mssn-rgt-text {
    width: 71.6%;
    margin: 0 0 0px auto;
    padding: 0 36px 0 0;
}
.hm-mssn-rgt-img img {
    display: block;
    width: 100%;
    clip-path: polygon( 40px 0,100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%,0 100%, 0 40px );
}
.hm-mission-blck::before {
    position: absolute;
    content: "";
    width: 55.34%;
    height: 97.9%;
    background-color: #fafafa;
    left: 0;
    top: -55px;
    z-index: -1;
}
.hm-mission-blck::after {
    position: absolute;
    content: "";
    width: 92.8%;
    height: 1px;
    background-image: url(images/hm-mission-bfr-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: 0;
    top: 0;
}
/*Tabs Section*/
.tabs-section {
    padding: 120px 0;
    background-color: #f1e1e1;
}
.tab-btn.active {
    font-weight: bold;
    color: #333;
    display: inline;
}
.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;
    padding: 10px;
    border: 1px solid #000;
    background-color: #fff;
}
.tab-buttons {
    margin: 0 0 20px;
}
/* Experience Section */
.experience-sec {
    background-color: #030303;
    padding: 80px 0 50px;
    text-align: center;
}
.exp-list {
    display: flex;
    justify-content: space-between;
}
.exp-itm {
    width: 25%;
    padding: 45px 30px;
    background: transparent;
    border-bottom: 1px solid #fff;
    clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%, 0 17%);
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.exp-itm:hover{
    border-bottom-color: #ac8e50;
    background-image: url(images/exp-grad-img.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
}
.exp-itm:hover::after {
    display: block;
}
.exp-itm::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient( -90deg, rgb(190,167,111) 0%, rgba(143,113,59,0) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(190,167,111, 20%) 0%, rgba(143,113,59,0) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(190,167,111) 0%, rgba(143,113,59,0) 100%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: none;
    z-index: -1;
}
.exp-itm h5{
    font-size: 19px;
    font-family: 'Google Sans';
    font-weight: 400;
    line-height: 1.52;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.exp-itm h5 strong{
    font-weight: 700;
    line-height: 1;
}
.exp-img {
    width: 22.8%;
    margin: 0 auto 20px;
}
.exp-img img{
    width: 100%;
    display: block;
}
/* Home Awards Section */
.hm-awards-sec {
    background-color: #030303;
    padding: 110px 0 50px;
}
.hm-award-itm {
    width: 100%;
    text-align: center;
    padding: 22px 28px;
    background-image: url(images/award-bg-img.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}
.hm-award-img {
    background-color: #fff;
}
.hm-award-img img{
    width: 100%;
    display: block;
}
.hmawards-blck h2{
    line-height: 1;
    margin: 0 0 85px;
}
.hmawards-blck h2 strong {
    font-size: 60px;
    font-weight: 400;
    display: block;
}
.hmawards-list.owl-carousel .owl-stage, .hmawards-list.owl-carousel .owl-item{
    display: flex;
}
.hmawards-list.owl-carousel .owl-nav {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 25px;
    margin: 65px 0 0;
}
.hmawards-list.owl-carousel .owl-nav button {
    width: 70px;
    height: 70px;
    font-size: 0px !important;
    background-image: url(images/hm-sprites.webp) !important;
    background-repeat: no-repeat !important;
    transition: .5s;
}
.hmawards-list.owl-carousel .owl-nav button.owl-prev {
    background-position: -10px -112px !important;
}
.hmawards-list.owl-carousel .owl-nav button.owl-prev:hover {
    background-position: -10px -203px !important;
}
.hmawards-list.owl-carousel .owl-nav button.owl-next {
    background-position: -102px -112px !important;
}
.hmawards-list.owl-carousel .owl-nav button.owl-next:hover {
    background-position: -102px -203px !important;
}
/*Case Results Section*/
.hm-case-rslts {
    padding: 90px 0 0;
    background-image: url(images/case-rslts-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.hm-rslts-top {
    text-align: center;
    margin: 0 0 53px;
}
.hm-rslts-top p{
    font-size: 20px;
    font-family: 'Google Sans';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
}
.hm-rslts-list {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin: 0 0 62px;
}
.hm-rslt-blk {
    padding: 1px;
    position: relative;
    width: 31.5%;
    background-color: rgb(207, 181, 113, 0.65);
    clip-path: polygon(9% 0, 100% 0, 100% 91%, 90% 100%, 0 100%, 0 9%);
    display: flex;
}
.hm-rslt-blk:hover{
    background-color: rgb(207, 181, 113);
}
.hm-result-itm {
    padding: 40px 40px 128px;
    width: 100%;
    clip-path: polygon(9% 0, 100% 0, 100% 91%, 90% 100%, 0 100%, 0 9%);
    background-color: #030303;
}
.hm-result-itm h5 {
    font-size: 16px;
    font-family: 'Google Sans';
    font-weight: 700;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    line-height: 1;
    -webkit-text-fill-color: transparent;
    margin: 0 0 15px;
    background: linear-gradient(to top, #ae9457, #d8ce9f);
    -webkit-background-clip: text;
}
.hm-result-itm h3 {
    font-size: 36px;
    font-family: 'DM Serif Display';
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.11;
    color: #ffffff;
    margin: 0 0 25px;
}
.hm-result-itm p {
    font-size: 20px;
    font-family: 'Google Sans';
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.5;
    color: #ffffff;
    margin: 0 0 20px;
}
.result-cnt {
    position: absolute;
    bottom: 40px;
    padding: 0 40px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
.hm-result-itm:before{
    content: '';
    position: absolute;
    clip-path: polygon(14% 0, 100% 0, 100% 80%, 90% 100%, 0 100%, 0 14%);
    background-image: -webkit-linear-gradient(120deg, #7f030699 0%, #7f030600 50%);
    width: calc(100% - 20px);
    height: 44.6%;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}
.result-img {
    clip-path: polygon(10% 0, 100% 0, 100% 83%, 91% 100%, 0 100%, 0 19%);
    margin: 0 0 10px;
}
.result-img img{
    width: 100%;
    display: block;
}
.result-cnt h3{
    font-size: 70px;
    font-family: 'Google Sans';
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: -2.8px;
    background: linear-gradient(to top, #7f0306, #c60207);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.result-cnt h4{
    font-size: 24px;
    font-family: 'DM Serif Display';
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0;
    color: #fff;
    padding: 0 0 20px;
    margin: 0 0 20px;
    position: relative;
    background-image: url(images/rslt-line-img.webp);
    background-repeat: no-repeat;
    background-size: 317px;
    background-position: bottom left;
}
.rslt-btn a{
    font-size: 16px;
    font-family: 'Google Sans';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 3.2px;
    color: #7f0306;
    text-transform: uppercase;
    display: inline-block;
}
.hm-result-itm:hover .rslt-btn a{
    color: #fff;
}
.hm-result-btn {
    text-align: center;
}
/* Sword Section */
.hm-sword-sec {
    padding: 320px 0 145px;
    margin: -190px 0 0;
    text-align: center;
    background-image: url(images/sword-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.sword-img {
    width: 17.4%;
    margin: 0 auto 60px;
}
.sword-img img{
    width: 100%;
    display: block;
}
.sword-cnt h2{
    font-size: 119px;
    color: #7f0306;
    background: linear-gradient(to top, #7f0306, #c60207);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sword-cnt h4{
    font-size: 48px;
    font-family: 'Google Sans';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 19.2px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 10px;
}
.sword-cnt h3{
    font-size: 60px;
    letter-spacing: -1.2px;
}
.sword-cnt .sub-heading {
    font-size: 40px;
    letter-spacing: -0.8px;
    margin: 0 0 25px;
    line-height: 1.2;
}
.sword-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}
.sword-call-btn a.cmn-btn {
    background-color: transparent;
    border: 2px solid #b60207;
    padding: 22px 40px 22px 75px;
}
.sword-call-btn a.cmn-btn:hover{
    color: #b60207;
}
.sword-call-btn a.cmn-btn:after{
    content: '';
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -196px -203px;
    width: 27px;
    height: 27px;
    left: 33px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sword-call-btn a.cmn-btn:before{
    display: none;
}
.sword-cnt {
    position: relative;
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
    z-index: 1;
}
.sword-cnt:before{
    content: '';
    position: absolute;
    background-image: url(images/sword-cnt-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    width: 100%;
    height: 61%;
    left: 0;
    right: 0;
    bottom: 22px;
    margin: auto;
    z-index: -1;
}
/* Team Section */
.hm-team-sec {
    padding: 160px 0 70px;
    text-align: center;
}
.hm-team-sec .container{
    max-width: 1700px;
}
.hm-team-sec h2 {
    color: #030303;
    line-height: 0.8;
    margin: 0 0 15px;
}
.hm-team-sec p {
    font-size: 22px;
    font-family: 'Google Sans';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #030303;
    margin: 0px;
}
.hm-team-list {
    display: flex;
    justify-content: center;
    gap: 35px;
    margin: 0px;
    flex-wrap: wrap;
}
.team-itm-blck{
    width: 23.4%;
}
.team-itm {
    padding: 1px;
    position: relative;
    text-align: center;
    background-color: rgb(30, 30, 30, 0.3);
    clip-path: polygon(9% 0, 100% 0, 100% 91%, 90% 100%, 0 100%, 0 9%);
    border: 1px solid transparent;
}
.hm-team-itm-cnt {
    display: none;
}
.hm-team-itm-cnt.active {
    display: block;
}
.team-itm-blck {
    cursor: pointer;
}
.team-itm-blck:hover .hm-team-itm-cnt{
    display: block;
}
.hm-team-itm-cnt {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}
.team-itm-blck.active::after {
    position: absolute;
    content: "";
    width: 142px;
    height: 34px;
    background-image: url(images/hm-team-tri-aftr-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.hm-team-itm-cnt.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
}
.hm-team-sec .tab-buttons {
    padding: 70px 100px 55px;
    background-color: #7f0306;
    text-align: left;
}
.hm-team-abt-itm {
    border-right: 1px solid rgb(255, 255, 255, 0.5);
}
.hm-team-abt-itm:last-child {
    border-right: 0;
}
.hm-team-abt-itm.contact {
    width: 29.1%;
    padding-left: 95px;
}
.hm-team-abt-itm.education {
    width: 39.3%;
    padding: 0 100px 0 90px;
}
.hm-team-abt-itm.text {
    width: 31.3%;
    padding-right: 85px;
}
.hm-team-abt-itm.contact h6 {
    margin-bottom: 20px;
}
.hm-team-abt-itm.contact h6 a {
    display: block;
    width: max-content;
}
.hm-team-abt-itm.contact h6 a:hover {
    color: #dece93;
}
.hm-team-abt-itm.contact h6:last-child {
    margin-bottom: 0px;
}
.hm-team-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hm-team-btm-lft {
    width: 55.4%;
}
.hm-team-btm-lft ul {
    font-size: 0;
    display: flex;
    justify-content: flex-start;
    gap: 3px;
    flex-wrap: wrap;
}
.hm-team-btm-lft ul li {
    display: inline-block;
}
.hm-team-btm-lft li a {
    display: inline-block;
    font-size: 16px;
    font-family: 'Google Sans';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0px;
    padding: 6px 15px;
    background-color: rgb(201, 192, 148, 0.5);
    border-radius: 5px;
}
.hm-team-btm-lft li a:hover {
    background-color: #ffffff;
    color: #030303;
}
.hm-team-btm-rgt a.cmn-btn {
    color: #000000;
    background-color: #ffffff;
}
.hm-team-btm-rgt a.cmn-btn::before {
    background-color: #000000;
}
.hm-team-btm-rgt a.cmn-btn:hover::before {
    background-color: #ffffff;
}
.hm-team-btm-rgt a.cmn-btn:hover {
    color: #ffffff;
    background-color: #000000;
}
.team-itm-blck.active {
    position: relative;
}
.team-itm-blck.active .team-itm .team-img, .team-itm-blck:hover .team-itm .team-img {
    background-color: #030303;
}
.team-itm-blck.active .team-itm .team-img:after,.team-itm-blck:hover .team-itm .team-img:after {
    background-image: -webkit-linear-gradient( 120deg, rgba(127,3,6,0) 0%, rgb(127,3,6) 100%);
}
.team-itm-blck.active .team-itm, .team-itm-blck:hover .team-itm {
    border: 1px solid #C6A15B;
}
.hm-team-itm-cnt p {
    font-size: 20px;
    font-family: 'Google Sans';
    font-weight: 400;
    line-height: 1.85;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0px;
}
.hm-team-itm-cnt h4 {
    font-size: 30px;
    font-family: 'Google Sans';
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    color: #dece93;
    margin: 0 0 15px;
}
.hm-team-itm-cnt h6 {
    font-size: 22px;
    font-family: 'Google Sans';
    font-weight: 400;
    line-height: 1.36;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0px;
}
.hm-taem-abt {
    display: flex;
    justify-content: space-between;
    margin: 0 0 35px;
}
.hm-team-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 30px;
}
.team-img {
    position: relative;
    padding: 45px 0 0;
    background-color: #fff;
    z-index: 1;
    clip-path: polygon(9% 0, 100% 0, 100% 91%, 90% 100%, 0 100%, 0 9%);
}
.team-img:after {
    content: '';
    position: absolute;
    background-image: -webkit-linear-gradient( 120deg, rgba(107,107,107,0) 0%, rgb(107,107,107) 100%);
    clip-path: polygon(9% 0, 100% 0, 100% 91%, 90% 100%, 0 100%, 0 9%);
    width: 94.5%;
    height: 100%;
    left: 0;
    right: 0;
    top: 10px;
    margin: auto;
    z-index: -1;
}
.team-itm:before {
    content: '';
    position: absolute;
    background-image: linear-gradient(to top, rgb(3 3 3 / 75%) 0%, rgba(3, 3, 3, 0) 100%);
    width: 100%;
    height: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
.team-itm .team-cnt h4{
    font-size: 35px;
    font-family: 'DM Serif Display';
    font-weight: 400;
    line-height: 1.14;
    text-transform: uppercase;
    margin: 0;
    color: #ffffff;
}
.team-itm .team-cnt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
    z-index: 2;
    width: 100%;
    padding: 0 10px;
}
.team-hvr a{
    font-size: 0;
    position: absolute;
    inset: 0;
    z-index: 4;
}
/*Home Testimonials Section*/
.hm-testimonials {
    padding: 75px 0 560px;
}
.hm-testimonials h2 {
    color: #030303;
    text-align: left;
}
.hm-testi-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 30px;
}
.hm-testimonials .testi-item {
    padding: 34px 38px 77px 50px;
    background-color: #fff;
    clip-path: polygon(6% 0, 100% 0, 100% 88%, 94% 100%, 0 100%, 0 12%);
    position: relative;
    z-index: 1;
    width: 100%;
}
.hm-testimonials .testi-item:before {
    content: '';
    position: absolute;
    clip-path: polygon(6% 0, 100% 0, 100% 89%, 95% 100%, 0 100%, 0 12%);
    width: 97.5%;
    height: 94.5%;
    background: linear-gradient( 115deg, #f8f8f8 20%, #ececec 65%, #d9d9d9 80%, #c4c4c4 100% );
    left: 0;
    right: 0;
    top: 10px;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}
.hm-testimonials .hm-testi-blk {
    width: 100%;
    padding: 1px;
    position: relative;
    background-color: rgb(30, 30, 30, 0.3);
    clip-path: polygon(6% 0, 100% 0, 100% 88%, 94% 100%, 0 100%, 0 12%);
    display: flex;
}
.hm-testimonials .testi-item::after {
    content: '';
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -196px -112px;
    width: 77px;
    height: 64px;
    right: 90px;
    bottom: 30px;
}
.hm-testimonials .testi-item p {
    font-size: 20px;
    line-height: 1.75;
    font-family: 'Google Sans';
    margin: 0 0 60px;
    font-weight: 400;
    color: #030303;
}
.hm-testimonials .testi-item h5 {
    font-size: 26px;
    font-family: 'Gelasio';
    font-weight: 500;
    line-height: 1;
    color: #030303;
    position: absolute;
    bottom: 52px;
    margin: 0;
}
.hmtesti-btn a.cmn-btn {
    padding: 25px 64px;
}
.star-rat {
    width: 35.3%;
    margin: 0 0 17px;
}
.hm-testi-list.owl-carousel .owl-stage, .hm-testi-list.owl-carousel .owl-item{
    display: flex;
}
.hm-testi-list.owl-carousel .owl-item{
    padding: 0 3px;
}
.hmtesti-btn.testi-mbl-btn {
    display: none;
}
/* Home Justice Section */
.hm-justice-ftr-sec {
    background-image: url(images/ftr-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.hm-justice-sec .container {
    max-width: 1700px;
}
.hm-justice-blck {
    display: flex;
    justify-content: flex-end;
    padding: 110px 80px 40px 40px;
    gap: 25px;
    background-color: #ffffff;
    clip-path: polygon( 40px 0,100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%,0 100%, 0 40px );
    position: relative;
    margin: -360px 0 0;
    float: left;
    width: 100%;
}
.hm-justice-blck::after {
    position: absolute;
    content: "";
    width: 95.29%;
    height: 90.2%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    background-image: -moz-linear-gradient( 120deg, rgba(127,3,6,0) 0%, rgb(127,3,6, 3%) 100%);
    background-image: -webkit-linear-gradient( 120deg,  rgb(127,3,6, 3%) 100%,rgba(127,3,6,0) 0%, rgb(127,3,6, 3%) 100%);
    background-image: -ms-linear-gradient( 120deg, rgba(127,3,6,0) 0%, rgb(127,3,6, 3%) 100%);
    clip-path: polygon( 40px 0,100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%,0 100%, 0 40px );
    z-index: -1;
}
.hm-justice-rgt {
    width: 43.7%;
    position: relative;
    padding: 70px 0 0;
    z-index: 0;
}
.hm-justice-rgt::before {
    position: absolute;
    content: "";
    width: 63.85%;
    height: 99.1%;
    background-image: url(images/hm-justice-logo-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    bottom: 105px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.hm-justice-rgt img {
    width: 100%;
    display: block;
}
.hm-justice-lft {
    width: 44.5%;
    padding: 0 0 0 35px;
    position: relative;
}
.hm-justice-lft::before {
    position: absolute;
    content: "";
    width: 56px;
    height: 81%;
    top: 0;
    left: 0;
    background-image: url(images/hm-justice-bfr-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.hm-justice-btn {
    padding: 0 0 0 21px;
}
.hm-justice-btn a.cmn-btn::before {
    background-color: #030303;
}
.hm-jstc-lft-top {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: flex-end;
    padding: 0 0 0 45px;
    margin: 0 0 20px;
}
.hm-jstc-lft-cnt h5 {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.36px;
    color: #030303;
    margin: 0;
}
.hm-jstc-lft-cnt h4 {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-style: italic;
    font-size: 39px;
    line-height: 1;
    letter-spacing: 0;
    background: linear-gradient(0deg, #7f0306, #c60207);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin: 0;
}
.hm-justice-lft h2 {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-size: 90px;
    line-height: 0.97;
    letter-spacing: 1.8px;
    color: #030303;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.hm-justice-lft h2 strong {
    font-weight: 400;
    font-size: 120px;
    margin: 0;
}
.hm-jstc-lft-img {
    width: 19.5%;
}
.hm-jstc-lft-img img {
    width: 100%;
    display: block;
}
.hm-justice-lft p {
    font-family: 'Google Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0;
    color: #030303;
    margin: 0 0 30px;
}
/*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: 85px 60px;
    position: relative;
    background-color: #6d0205;
    clip-path: polygon( 40px 0,100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%,0 100%, 0 40px );
}
.hm-form-sec .text-heading {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-size: 80px;
    line-height: 1;
    letter-spacing: -1.6px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.hm-form-sec p {
    font-family: 'Google Sans';
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    margin: 0 0 20px;
    letter-spacing: 0;
    text-align: center;
}
.hm-form .gform_required_legend{
    display: none;
}
.ftr-form-sctn{
    text-align: center;
    background-color: #bdabab;
}
.gchoice.gchoice_3_9_1 label {
    display: block;
}
fieldset#field_3_9 {
    width: 100%;
    border: none;
    max-width: max-content;
    padding: 0;
}
fieldset#field_3_9 .ginput_container.ginput_container_checkbox .gchoice {
    display: flex;
}
.hm-form input::placeholder {
    color: #fffefe;
}
.hm-form input:-ms-input-placeholder {
    color: #fffefe;
}
.hm-form input::-ms-input-placeholder {
    color: #fffefe;
}
.hm-form textarea::placeholder {
    color: #fffefe;
}
.hm-form textarea:-ms-input-placeholder {
    color: #fffefe;
}
.hm-form textarea::-ms-input-placeholder {
    color: #fffefe;
}
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {
    margin: 0px;
    width: 100% !important;
    color: #fffefe;
    outline: 0px;
    position: relative;
    border-radius: 0;
    font-family: 'Google Sans';
    font-weight: 400;
    background: transparent;
    line-height: 1.2 !important;
    font-size: 16px !important;
    padding: 21px 20px !important;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
    border: 1px solid rgb(255, 255, 255, 30%);
}
.hm-form .gfield{
    position: relative !important ;
}
.hm-form .gfield.gfield--type-text , .hm-form .gfield.gfield--type-phone {
    width: 48.7% !important;
}
.hm-form .gfield.gfield--type-email{
    width: 100% !important
}
.hm-form .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 15px !important;
    justify-content: space-between;
    align-items:center;
}
.hm-form .gform_wrapper .top_label textarea {
    width: 100% !important;
    height: 142px !important;
    resize: none;
    margin: 0;
    padding-top: 20px !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: 16px;
    font-family: 'Google Sans';
    line-height: 1;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.32px;
    margin: 0;
    text-align: left;
}
.hm-form .gform_wrapper .form-links a:hover {
    color: #d6c383;
}
.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 0px !important;
    max-width: max-content;
}
.hm-form-sec .gfield .ginput_container {
    margin: 0 !important;
}
.hm-form .gfield_description.instruction.validation_message {
    top: 3px;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    float: left;
    clear: both;
    margin: 0px 6px 0px 0 !important;
    padding: 0 !important;
}
.hm-form .gform_wrapper .gform_footer.top_label {
    padding: 0;
    text-align: center;
    margin: 40px auto 0;
    position: relative;
    max-width: max-content;
}
.hm-form .gform_wrapper .gform_footer.top_label::before {
    content: "";
    position: absolute;
    width: 119px;
    height: 2px;
    background-color:#030303;
    border-image: initial;
    transition: 0.3s;
    top: 0;
    left: 0;
    z-index: 1;
}
.hm-form .gform_wrapper .top_label input[type="submit"] {
    display: inline-block !important;
    background-color: #ffffff !important;
    outline: none !important;
    border: 0px none !important;
    border-radius: 0 !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition-duration: 0.5s;
    font-family: 'Google Sans';
    font-weight: 700;
    width: auto !important;
    color: #030303 !important;
    font-size: 22px !important;
    padding: 22px 65px !important;
    line-height: 1 !important;
    letter-spacing: 0;
    margin: 0;
    position: relative;
    z-index: 0;
}
.hm-form .gform_wrapper .top_label input[type="submit"]:hover {
    background-color: #030303 !important;
    color: #ffffff !important;
}
.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: 630px;
    top: 5px;
    left: 0;
    margin: 0px;
    text-align: center;
    font-family: 'Google Sans';
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 14px;
    color: #030303;
    transition: transform 0.15s ease-out;
    display: inline-block;
    line-height: 2;
    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;
    bottom: 5px;
    right: 8px !important;
    text-align: right;
    font-size: 13px;
    font-family: 'Google Sans';
    color: #d13f21;
    margin: 0;
}
.hm-form .chk .gfield_description.validation_message {
    bottom: -20px !important;
}
/*.ftr-frm-sctn ends*/
/*Footer block*/
.ftr-sctn {
    padding: 100px 0 0;
    clear: both;
}
.ftr-blck {
    display: flex;
    justify-content: space-between;
}
.ftr-block-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}
.ftr-lft {
    width: 44.7%;
    padding: 0 0 35px;
    border-bottom: 1px solid rgb(255, 255, 255, 20%);
}
.ftr-rgt {
    width: 50%;
}
.ftr-map iframe {
    display: block;
    width: 100%;
    height: 260px;
}
.ftr-map {
    width: 100%;
    padding: 0 0 6px;
    position: relative;
}
.ftr-map::after {
    position: absolute;
    content: "";
    width: 88.4%;
    height: 6px;
    background-color: #dbc182;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.ftr-logo {
    width: 56.8%;
    margin: auto;
}
.ftr-logo a {
    display: inline-block;
}
.ftr-logo a img {
    display: block;
    width: 100%;
}
.ftr-itm {
    width: 40.4%;
    text-align: center;
    padding: 60px 0 0;
    position: relative;
}
.ftr-itm h4{
    font-size: 30px;
    font-family: 'Gelasio';
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.ftr-itm h4:before {
    content: '';
    position: absolute;
    width: 44px;
    height: 44px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -244px -10px;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}
.ftr-itm.phn h4:before {
    background-position: -174px -10px;
}
.ftr-itm p {
    font-size: 20px;
    font-family: 'Google Sans';
    line-height: 1.5;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0;
}
.ftr-itm p a {
    font-family: 'Google Sans';
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    color: #7f0306;
    text-transform: uppercase;
    letter-spacing: 2.8px;
}
.ftr-itm.cnct p a:hover, .ftr-itm p a:hover {
    color: #fff;
}
.ftr-itm.phn p a {
    display: inline-block;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 0;
}
.ftr-itm p.directions a {
    color: #ffffff;
    text-transform: uppercase;
    margin: 6px 0 0;
    display: inline-block;
}
.ftr-itm.ftr-logo img {
    margin: 0 0 20px;
}
.social-icns {
    display: flex ;
    justify-content: center;
    gap: 10px;
}
/*Copy Rights Section*/
.ftr-copyrights-sec {
    padding: 30px 0px;
    text-align: center;
}
.ftr-copyrights-sec p {
    font-family: 'Google Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
}
.ftr-copyrights-sec p a:hover {
    color: #dbc182;
}
.single-container, .container, .footer-container{
    width:100%;
    max-width:1500px;
    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;
}
.blocks {
    padding:80px 0;
}
.footer-col {
    width:32%
}
.map-col {
    width:48%
}
.copyright {
    text-align: center;
}
.screen-reader-text {
    display: none !important;
}
#page-column .sdbr-case-item p {
    color: #fff;
}
.case-category-list a {
    background-color: #7f0306;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    font-family: 'DM Serif Display';
    font-weight: 400;
    margin-bottom: 10px;
}
.case-category-list a:hover{
    background-color: #cdb87e;
}
.page-container, .post-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
#main-heading {
    background-image: url(images/page-bnr-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 240px 0 115px;
    text-align: center;
}
#main-heading h1 {
    font-size: 65px;
    font-family: 'DM Serif Display';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 10px;
    text-align: center;
}
#main-heading .inrpg-breadcrumbs {
    font-size: 20px;
    font-family: 'Google Sans';
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.4px;
    color: #ffffff;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
#main-heading .inrpg-breadcrumbs span.current-item, #main-heading .inrpg-breadcrumbs span:hover {
    color: #c8ae70;
}
#post-content, #page-content {
    padding: 100px 0 510px;
    background-image: url(images/inn-page-content-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.page-col-full, .single-col-full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#single-column, #post-column, #page-column {
    width:64.9%;
}
.sidebar-page, .sidebar-single {
    width: 31.3%;
    max-width: 400px;
}
#page-column.full-width,
.full-width {
    width: 100%;
}
#page-column h1,
#page-column h2,
#page-column h3,
#page-column h4,
#page-column h5,
#page-column h6, #page-content .areaserved-item-list h2 {
    font-family: 'DM Serif Display';
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 15px;
    color: #000000;
}
#page-column h1,
#page-column h2, #page-content .areaserved-item-list h2 {
    font-size: 45px;
}
#page-column h3 {
    font-size: 40px;
}
#page-column h4 {
    font-size: 35px;
}
#page-column h5 {
    font-size: 28px;
}
#page-column h6 {
    font-size: 26px;
}
#page-column p, #page-column li, .resources-top-content p {
    font-family: 'Google Sans';
    font-size: 20px;
    line-height: 1.75;
    color: #030303;
    letter-spacing: 0;
    margin: 0 0 25px 0;
    font-weight: 400;
}
#page-column li ul {
    padding: 15px 0 0 10px;
    margin: 0;
    position: relative;
}
#page-column ol,
#page-column ul {
    margin: 0 0 25px 0px;
    list-style-position: inside;
}
#page-column ul li {
    list-style: none;
    padding-left: 15px;
    position: relative;
    margin: 0 0 15px;
}
#page-column ul li:before {
    background: #030303;
    width: 8px;
    height: 8px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 13px;
    border-radius: 50%;
}
#post-content .posts-list .author-info a,
#page-column a,
#page-column li a {
    color: #dec981;
    text-decoration: none !important;
}
#page-column a:hover,
#page-column li a:hover {
    color: #030303;
}
#page-column  ol {
    list-style-type: decimal;
    margin-left: 20px;
}
#page-column  ol li {
    list-style: decimal;
    padding-left: 0 !important;
}
#page-column  ul li > ul li {
    list-style-type: inherit;
}
#page-column  ul li > ul li > ol li {
    list-style-type: decimal;
}
#page-column  ul li > ul li:before {
    display: block;
}
#page-column  ul li > ol li {
    list-style-type: decimal;
}
#page-column  ul li > ol li:before {
    display: none;
}
#page-column  ul li > ol li > ul li {
    list-style-type: inherit;
}
.page-feature-img, .single-thumbnail {
    margin: 0 0 35px;
    clip-path: polygon( 40px 0,100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%,0 100%, 0 40px );
}
.page-feature-img img, .single-thumbnail img {
    width: 100%;
    display: block;
}
/*Sidebar Styles*/
.sidebar-page .sidebar-item {
    margin: 0 0 46px;
    background-color: #7f0306;
    position: relative;
    padding: 32px 0px 20px;
    clip-path: polygon( 40px 0,100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%,0 100%, 0 40px );
}
.sidebar-page .sidebar-item h2, h4.widget-title {
    padding: 0 10px 22px;
    text-align: center;
    position: relative;
    font-size: 40px;
    line-height: 1;
    color: #dec981;
    letter-spacing: 0px;
    margin: 0 0 20px;
    font-family: 'DM Serif Display';
    font-weight: 400;
    text-transform: uppercase;
}
.sidebar-page .sidebar-item h2:before{
    content: '';
    position: absolute;
    background-color: #dec981;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.sidebar-page .sidebar-menu-pa {
    padding: 0px;
}
.sidebar-page .sidebar-menu-pa ul{
    margin:0;
    padding:0 10px;
}
.sidebar-page .sidebar-menu-pa ul li{
    display:block;
    padding:0 0px;
    margin:0 0 20px;
    position:relative
}
.sidebar-page .sidebar-menu-pa ul li a {
    font-size: 25px;
    color: #ffffff;
    display: block;
    position: relative;
    font-family: 'DM Serif Display';
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
    letter-spacing: 0;
    padding: 0px 15px 0px 40px;
    background-color: transparent;
}
.sidebar-page .sidebar-menu-pa ul li a::before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 8px;
    height: 8px;
    top: 9px;
    left: 18px;
}
.sidebar-page .sidebar-menu-pa ul li a:hover::before,.sidebar-page .sidebar-menu-pa ul li.current-menu-item > a::before {
    background-color: #dec981;
}
.sidebar-page .sidebar-menu-pa ul li:last-child a{
    margin: 0 0 0;
}
.sidebar-page .sidebar-menu-pa ul li.current-menu-item > a, .sidebar-page .sidebar-menu-pa ul li:hover > a {
    color: #dec981;
}
.sidebar-page .sidebar-menu-pa .sub-menu li a {
    width: 100%;
    padding: 0px 20px 0px 35px;
    display: block;
    text-align: left;
    font-size: 19px;
    margin: 0;
}
.sidebar-page .sidebar-menu-pa ul.sub-menu  li a:hover, .sidebar-page .sidebar-menu-pa ul.sub-menu li.current-menu-item > a{
    background-color: transparent !important;
    color: #ffffffbd;
}
.sidebar-page .sidebar-menu-pa .sub-menu li a:before {
    width: 6px;
    height: 6px;
    top: 5px;
}
.sidebar-page .sidebar-menu-pa .sub-menu li a:hover:before{
    background-color: #ffffffbd !important;
}
.sidebar-page .sidebar-menu-pa ul li .drop.close, .sidebar-page .sidebar-menu-pa ul li .drop.open  {
    font-size: 0;
    position: absolute;
    right: 25px;
    top: 21px;
    width: 12px;
    height: 12px;
    background-color: transparent !important;
    background-image: url(images/plus_icn.webp);
    background-position: right 0 center;
    background-repeat: no-repeat;
    padding: 0px 0px;
    cursor: pointer;
}
.sidebar-page .sidebar-menu-pa ul li .drop.open {
    background-image: url(images/minus_icn.webp);
}
.sidebar-page .sidebar-menu-pa .sub-menu li {
    margin: 0 0 10px;
}
.sidebar-page .sidebar-menu-pa .sub-menu {
    overflow: hidden;
    transition: max-height 0.8s ease;
}
.sidebar-page .sidebar-menu-pa .sub-menu.open {
    max-height: 900px;
    transition: max-height 0.8s ease;
    padding:10px 0 0 20px;
}
.resources-top-content {
    text-align: center;
}
/*testimonials sidebar*/
.sidebar-page section.widget.testi {
    text-align: center;
    margin: 0 0 50px;
    width: 100%;
    padding: 1px;
    position: relative;
    background-image: url(images/inn-sdbar-testi-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 34px 35px 60px 35px;
}
.sidebar-page .inn-testi-blk::after {
    content: '';
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -196px -112px;
    width: 77px;
    height: 64px;
    right: 0;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
}
.testi-sdbr-blk.owl-carousel .owl-nav {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    width: 100%;
    gap: 25px;
    margin: 50px 0 0 !important;
}
.testi-sdbr-blk.owl-carousel .owl-nav button {
    width: 38px !important;
    height: 36px !important;
    font-size: 0px !important;
    background-image: url(images/inn-sdbar-testi-prev-arrw.webp) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    transition: .5s;
    background-color: #7f0306 !important;
}
.testi-sdbr-blk.owl-carousel .owl-nav button:hover {
    background-color: #dec981 !important;
}
.testi-sdbr-blk.owl-carousel .owl-nav button.owl-next {
    background-image: url(images/inn-sdbar-testi-next-arrw.webp) !important;
}
.widget.csae-res{
    text-align: center !important;
    margin: 0px !important;
    width: 100% !important;
    position: relative !important;
    background-image: url(images/inn-sdbar-caseresults-bg-img.webp) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% 100% !important;
    padding: 24px 0px 45px 0px !important;
    background-color: transparent !important;
}
.widget.csae-res .result-cnt h4 {
    background-image: none;
    position: relative;
}
.widget.csae-res .result-cnt h4::after {
    position: absolute;
    content: "";
    background-image: url(images/results-txt-line.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    margin: auto;
}
.widget.csae-res .rslt-btn {
    position: static !important;
}
.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    width: 100%;
    gap: 25px;
    margin: 0px !important;
    position: absolute;
    bottom: -100px;
}
.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button {
    width: 38px !important;
    height: 36px !important;
    font-size: 0px !important;
    background-image: url(images/inn-sdbar-testi-prev-arrw.webp) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    transition: .5s;
    background-color: #7f0306 !important;
}
.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button:hover {
    background-color: #dec981 !important;
}
.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-next {
    background-image: url(images/inn-sdbar-testi-next-arrw.webp) !important;
}
.widget.csae-res h4.widget-title {
    border-bottom: 1px solid #dec981;
}
.widget.csae-res .result-cnt{
    position: initial;
    text-align: center!important;
}
.widget.csae-res .hm-result-itm{
    padding-bottom: 40px;
    background: transparent;
    clip-path: none;
}
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav{
    bottom: -10px!important;
}
.widget.csae-res .hm-result-itm:before{
    display: none;
}
#page-content section.widget.testi .testi-item p {
    font-family: 'Google Sans';
    font-weight: 400;
    font-size: 20px;
    color: #030303;
    line-height: 1.75;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
#page-content section.widget.testi .testi-item .star-rat {
    width: 171px;
    height: 28px;
    background-image: url(images/sdbr-start-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto 20px;
}
#page-content section.widget.testi .testi-item h6 {
    font-family: 'Gelasio';
    font-weight: 500;
    font-size: 26px;
    color: #030303;
    line-height: 1;
    letter-spacing: 0px;
    margin-bottom: 0px;
    bottom: inherit;
}
.sidebar-page section.widget.testi h4.widget-title {
    margin: 0 0 20px;
    padding: 0;
    color: #000000;
}
.sidebar-page section.widget.testi h4.widget-title:before{
    display: none;
}
#page-content section.widget.testi .testi-item {
    width: 100%;
    background-color: transparent;
    border:0px;
    margin: 0;
    padding: 0;
}
#page-column  section.widget.testi.hm {
    text-align: center;
    margin: 0;
    background-color: #b7b2b2;
    padding: 40px;
}
#page-column section.widget.testi.hm p {
    color: #000;
}
#page-content section.widget.testi .testi-item::after, #page-content section.widget.testi .testi-item::before{
    display: none;
}
#page-content section.widget.testi .testi-item {
    width: 100%;
}
.sidebar-page ul.splide__pagination {
    display: none;
}
.sidebar-page button.splide__arrow.splide__arrow--prev {
    left: 0;
}
.sidebar-page button.splide__arrow.splide__arrow--next{
    right: 0;
}
.sidebar-page .splide__arrows {
    position: absolute;
    bottom: 30px;
    max-width: 100px;
    display: flex ;
    justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
.sidebar-page button.splide__arrow{
    position: inherit;
}
#page-column section.widget.widget_team_member.hm {
    margin: 0 0 30px;
}
#page-column section.widget.csae-res.hm {
    background-color: #b7b2b2a1;
    padding: 30px;
}
#page-column section.widget.csae-res.hm p{
    color: #000;
}
section.widget.widget_team_member.hm {
    background-color: #fff4f4;
    color: #fff;
    padding: 30px;
}
#page-column .single-accordion {
    margin: 20px 0;
}
#page-column .accordion-profile h3 {
    background-color: #fff;
    padding: 16px 50px 15px 20px;
    cursor: pointer;
    width: 100%;
    border-radius: 0px;
    font-size: 26px;
    font-family: 'DM Serif Display';
    font-weight: 400;
    letter-spacing: 0.52px;
    line-height: 1;
    color: #000000;
    margin: 0;
    border: 1px solid rgb(32, 32, 32, 0.25);
    background-image: url(images/down-arrow.webp);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: right 22px center;
}
#page-column .accordion-profile .accordion-profile-content {
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 20px 20px 0;
    display: none;
}
#page-column .accordion-profile.active .accordion-profile-content {
    display: block;
}
::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
}
#page-column .accordion-profile {
    margin: 0 0 18px;
    max-height: max-content !important;
}
#page-column .accordion-profile.active h3 {
    background-color: #a7211f;
    color: #ffffff;
    border-color: #a7211f;
    background-image: url(images/up-arrow.webp);
}
/* Attoreny Page */
.inn-team-list {
    display: flex;
    justify-content: center;
    gap: 35px 3.5%;
    flex-wrap: wrap;
}
.inn-team-itm {
    width: 31%;
    padding: 1px;
    position: relative;
    text-align: center;
    background-color: rgb(30, 30, 30, 0.3);
    clip-path: polygon(9% 0, 100% 0, 100% 91%, 90% 100%, 0 100%, 0 9%);
}
.inn-team-itm::before {
    content: '';
    position: absolute;
    background-image: linear-gradient(to top, rgb(3 3 3 / 75%) 0%, rgba(3, 3, 3, 0) 100%);
    width: 100%;
    height: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
.inn-team-img {
    position: relative;
    padding: 45px 0 0;
    background-color: #fff;
    z-index: 1;
    clip-path: polygon(9% 0, 100% 0, 100% 91%, 90% 100%, 0 100%, 0 9%);
}
.inn-team-img:after {
    content: '';
    position: absolute;
    background-image: -webkit-linear-gradient(120deg, rgba(107, 107, 107, 0) 0%, rgb(107, 107, 107) 100%);
    clip-path: polygon(9% 0, 100% 0, 100% 91%, 90% 100%, 0 100%, 0 9%);
    width: 94.5%;
    height: 100%;
    left: 0;
    right: 0;
    top: 10px;
    margin: auto;
    z-index: -1;
}
.inn-team-img img{
    display: block;
    width: 100%;
}
.inn-team-cnt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
    z-index: 2;
    width: 70%;
}
#page-column .inn-team-cnt h4 {
    font-size: 35px;
    line-height: 1.14;
    text-transform: uppercase;
    margin: 0;
    color: #ffffff;
}
.inn-team-hvr a {
    font-size: 0;
    position: absolute;
    inset: 0;
    z-index: 4;
}
.inn-team-itm:hover .inn-team-img:after{
    background-image: -webkit-linear-gradient( 120deg, rgba(127,3,6,0) 0%, rgb(127,3,6) 100%);
}
.inn-team-itm:hover{
    background-color: #af9456;
}
.inn-team-itm:hover .inn-team-img{
    background-color: #030303;
}
/* Single Team */
.sngl-attr-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    position: relative;
    clip-path: polygon(6% 0%, 100% 0, 100% 89%, 94% 100%, 0 100%, 0 11%);
    padding: 30px 14px 0;
    margin: 0 0 30px;
    background-image: url(images/sngl-team-blk-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.sngl-attr-lft {
    width: 44.4%;
    padding: 20px 0 0;
    position: relative;
    z-index: 1;
}
.sngl-attr-lft::before {
    content: "";
    width: 56%;
    height: 70%;
    background-image: url(images/sngl-attr-logo.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 12px;
    top: 0;
    margin: auto;
    z-index: -1;
}
.sngl-attr-rite {
    width: 54%;
    padding: 5px 0 20px;
}
#page-column .sngl-attr-rite h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 55px;
    margin: 0 0 10px;
    line-height: 1;
}
#page-column .sngl-attr-rite h6 {
    color: #ded29e;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Google Sans';
    letter-spacing: 8px;
    margin: 0 0 20px;
}
#page-column .sigl-attr-call a {
    font-family: 'Google Sans';
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin: 0px;
    padding: 0px 0px 0px 40px;
    position: relative;
}
#page-column .sigl-attr-call a::before {
    position: absolute;
    content: "";
    background-image: url(images/sngle-attr-call-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 27px;
    height: 27px;
    left: 0px;
    bottom: 0;
    top: -1px;
    margin: auto;
}
#page-column .sigl-attr-mail h5 a::before {
    position: absolute;
    content: "";
    background-image: url(images/sngl-atrny-mail-icn.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 26px;
    height: 26px;
    left: 0px;
    bottom: 0;
    top: 0px;
    margin: auto;
}
#page-column .sigl-attr-mail h5 a {
    font-family: 'Google Sans';
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin: 0px;
    padding: 0px 0px 0px 40px;
    position: relative;
}
#page-column .sigl-attr-mail h5 a:hover {
    color: #ded29e;
}
#page-column .sigl-attr-call a:hover {
    color: #ded29e;
}
.sngl-attr-btns {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
#page-column .sngl-attr-btn a.cmn-btn{
    font-size: 18px;
    padding: 25px 35px;
    color: #fff;
}
/*testimonials page*/
#reviews-main{
    column-count: 2;
    gap: 18px;
}
#page-content .review-item{
    padding: 45px 45px 70px 55px;
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    margin-bottom: 25px;
    column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: auto;
    -moz-page-break-inside: avoid;
    -webkit-page-break-inside: auto;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    float: none;
    background-image: url(images/inn-testi-item-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
#page-content .review-item .star-rat {
    width: 218px;
    margin: 0 0 20px;
    display: block;
}
#page-content .review-item .star-rat img {
    width: 100%;
    display: block;
}
#page-content .review-item p {
    margin: 0 0 20px;
}
#page-content .review-item h5 {
    font-family: 'Gelasio';
    font-weight: 500;
    font-size: 26px;
    color: #030303;
    margin: 0;
    position: relative;
    padding-right:30px ;
}
#page-content .review-item h5::before{
    content: '';
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -196px -112px;
    width: 77px;
    height: 64px;
    right: 0;
    top: -12px;
}
.page-container .full-width .case-slider .case-item{
    width: 100%;
    background-color: #000;
}
/*Case Results*/
#page-column .inn-rslts-list {
    display: flex;
    justify-content: center;
    gap: 40px 55px;
    flex-wrap: wrap;
    margin: 0px;
}
#page-column .inn-rslt-blk {
    padding: 1px;
    position: relative;
    width: 47.7%;
    background-color: rgb(207, 181, 113, 0.65);
    clip-path: polygon(9% 0, 100% 0, 100% 91%, 90% 100%, 0 100%, 0 9%);
    display: flex;
}
#page-column .inn-rslt-blk:hover{
    background-color: rgb(207, 181, 113);
}
#page-column .inn-result-itm {
    padding: 40px 30px 55px;
    width: 100%;
    clip-path: polygon(9% 0, 100% 0, 100% 91%, 90% 100%, 0 100%, 0 9%);
    background-color: #030303;
}
#page-column .inn-result-itm:before{
    content: '';
    position: absolute;
    clip-path: polygon(14% 0, 100% 0, 100% 80%, 90% 100%, 0 100%, 0 14%);
    background-image: -webkit-linear-gradient(120deg, #7f030699 0%, #7f030600 50%);
    width: calc(100% - 20px);
    height: 44.6%;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}
#page-column .inn-result-cnt {
    z-index: 1;
    position: relative;
}
#page-column .inn-result-img {
    clip-path: polygon(8% 0, 100% 0, 100% 83%, 91% 100%, 0 100%, 0 15%);
    margin: 0 0 10px;
}
#page-column .inn-result-img img{
    width: 100%;
    display: block;
}
#page-column .inn-result-cnt h3{
    font-size: 60px;
    font-family: 'Google Sans';
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: -2.8px;
    background: linear-gradient(to top, #7f0306, #c60207);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin: 0 0 12px;
}
#page-column .inn-result-cnt h4{
    font-size: 24px;
    font-family: 'DM Serif Display';
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0;
    color: #fff;
    padding: 0 0 20px;
    margin: 0 0 20px;
    position: relative;
    background-image: url(images/rslt-line-img.webp);
    background-repeat: no-repeat;
    background-size: 317px;
    background-position: bottom left;
}
#page-column .inn-result-cnt p{
    font-family: 'Google Sans';
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0 0 15px;
}
#page-column .inn-rslt-btn a{
    font-size: 16px;
    font-family: 'Google Sans';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 3.2px;
    color: #7f0306;
    text-transform: uppercase;
    display: inline-block;
}
#page-column .inn-rslt-btn a:hover{
    color: #fff;
}
#page-column .inn-result-itm h5, #page-column .inn-result-itm h3, #page-column .inn-result-itm p{
    color: #ffffff;
}
#page-column .inn-result-itm h5 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to top, #ae9457, #d8ce9f);
    -webkit-background-clip: text;
}
/*Contact Page*/
.inr-cont-list {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.inr-cont-blk{
    width: 32.47%;
    padding: 1px;
    position: relative;
    background-color: rgb(30, 30, 30, 0.3);
    clip-path: polygon(6% 0, 100% 0, 100% 88%, 94% 100%, 0 100%, 0 12%);
    display: flex;
}
.inr-cont-item {
    padding: 50px 35px;
    clip-path: polygon(6% 0, 100% 0, 100% 88%, 94% 100%, 0 100%, 0 12%);
    position: relative;
    text-align: center;
    z-index: 1;
    width: 100%;
}
.inr-cont-item:before {
    content: '';
    position: absolute;
    clip-path: polygon(6% 0, 100% 0, 100% 88%, 94% 100%, 0 100%, 0 12%);
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background-image: -webkit-linear-gradient(120deg, rgb(107 107 107 / 61%) 0%, rgb(107 107 107 / 0%) 65%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}
.inr-cont-item:after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -2;
    clip-path: polygon(6% 0, 100% 0, 100% 88%, 94% 100%, 0 100%, 0 12%);
}
#page-column .inr-cont-item h4{
    font-family: 'Gelasio';
    font-weight: 500;
    font-size: 35px;
    color: #000000;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 15px;
    text-transform: uppercase;
    padding: 85px 0 0;
    position: relative;
}
#page-column .inr-cont-item.cont-ph h4{
    color: #fff;
}
#page-column .inr-cont-item h4:before{
    position: absolute;
    content: "";
    background-image: url(images/location-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 57px;
    height: 57px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#page-column .inr-cont-item.cont-ph h4:before{
    background-image: url(images/contact-ph-icon.webp);
}
#page-column .inr-cont-item.office h4:before{
    background-image: url(images/office-hours-icon.webp);
}
#page-column .inr-cont-item p{
    font-family: 'Google Sans';
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    letter-spacing: 0;
    margin: 0 0 10px;
}
#page-column .inr-cont-item a{
    font-family: 'Google Sans';
    font-weight: 600;
    font-size: 14px;
    color: #7f0306;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2.8px;
    margin: 0;
}
#page-column .inr-cont-item a:hover{
    color: #000;
}
#page-column .inr-cont-item h5{
    font-family: 'Google Sans';
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 1;
    letter-spacing: 0px;
    margin: 0;
}
#page-column .inr-cont-item.cont-ph h5{
    margin: 0 0 10px;
    color: #fff;
}
#page-column .inr-cont-item.cont-ph a{
    font-family: 'Google Sans';
    font-weight: 400;
    font-size: 40px;
    color: #dbc182;
    line-height: 1;
    letter-spacing: 0px;
    display: inline-block;
    margin: 0;
}
#page-column .inr-cont-item.cont-ph a:hover{
    color: #fff;
}
.inr-cont-blk.ph {
    background-color: #b39a5c;
}
.inr-cont-blk .inr-cont-item.cont-ph:before {
    background: #7f0306;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
}
.inr-cont-blk .inr-cont-item.cont-ph:after {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
}
/*Blog page*/
.posts-list {
    width: 32.47%;
    padding: 1px;
    position: relative;
    background-color: rgb(30, 30, 30, 0.3);
    clip-path: polygon(46px 0, 100% 0, 100% 88%, 88% 100%, 0 100%, 0 46px);
    display: flex;
}
.hm-post-blk{
    padding: 15px 15px 55px;
    clip-path: polygon(46px 0, 100% 0, 100% 88%, 88% 100%, 0 100%, 0 46px);
    position: relative;
    z-index: 1;
    width: 100%;
}
.hm-post-blk:before {
    content: '';
    position: absolute;
    clip-path: polygon(44px 0, 100% 0, 100% 88%, 88% 100%, 0 100%, 0 44px);
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background-image: -webkit-linear-gradient(120deg, #a3a3a3 0%, #a3a3a300 40%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}
.hm-post-blk:after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -2;
    clip-path: polygon(46px 0, 100% 0, 100% 88%, 88% 100%, 0 100%, 0 46px);
    pointer-events: none;
}
#post-column-full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 16px;
}
#post-content .posts-thumbnail img {
    width: 100%;
    display: block;
}
.posts-thumbnail {
    clip-path: polygon(44px 0, 100% 0, 100% 84%, 88% 100%, 0 100%, 0 44px);
}
#post-content .posts-list .posts-block {
    padding: 24px 40px 0 10px;
}
#post-content .posts-list .posts-block h3{
    margin: 0 0 15px;
    line-height: 1;
}
#post-content .posts-list .posts-block h3 a {
    display: inline-block;
    font-size: 27px;
    font-family: 'DM Serif Display';
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: 0;
    color: #000000;
}
.posts-readmore {
    position: absolute;
    bottom: 35px;
}
#post-content .posts-list .posts-readmore a {
    font-size: 16px;
    font-family: 'Google Sans';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    color: #000000;
}
#post-content .posts-list:hover {
    background-color: #b39a5c;
}
#post-content .posts-list:hover .hm-post-blk:after{
    width: calc(100% - 6px);
    height: calc(100% - 6px);
}
#post-content .posts-list:hover .hm-post-blk:before{
    background: #7f0306;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
}
#post-content .posts-list:hover .posts-block h3 a, #post-content .posts-list:hover .posts-readmore a{
    color: #fff;
}
#page-column .single-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    margin: 0 0 30px;
}
#page-column .single-meta p{
    margin: 0;
}
.single-pagination {
    margin: 30px 0 0;
}
.single-pagination .nav-links a {
    font-size: 18px;
    font-weight: 700;
    width: 180px;
    background-color: #7f0306;
    color: #fff !important;
    padding: 21px 30px 18px;
    display: inline-block;
    text-align: center;
    font-family: 'Google Sans';
    text-transform: uppercase;
    letter-spacing: 0.9px;
    line-height: 1;
}
.single-pagination .nav-links a:hover {
    background-color: #dec981;
}
.widget{
    margin: 0;
}
/*blog sidebar*/
.sidebar-blog.blog-sidebar-itm {
    display: block;
}
.sidebar-blog {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin: 0 0 50px;
}
.widget h2 {
    display: none;
}
.sidebar-blog-item {
    width:100%;
    margin: 0;
    position: relative;
}
.sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select {
    padding: 24px 55px 23px 30px;
    border-radius: 0;
    display: block;
    position: relative;
    border: 0;
    font-size: 18px;
    font-family: 'Google Sans';
    font-weight: 400;
    color: #ffffff !important;
    line-height: 130%;
    letter-spacing: 0;
    width: 100%;
    max-width: 100%;
    appearance: none;
    outline: 0;
    background-color: #7f0306;
}
.sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select {
    background-image: url(images/sdbar-down-arrow-img.webp) !important;
    background-position: right 30px center;
    background-size: 19px;
    background-repeat: no-repeat;
}
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit {
    position: absolute;
    right: 30px;
    top: 0;
    background-image: url(images/search-btn-img.webp) !important;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    background-size: 21px;
    background-position: right center;
    width: 21px;
    height: 100%;
    border: none;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    outline: 0;
    transform: inherit;
    border-radius: 0;
}
.blog .sidebar-blog .search-form {
    position: relative;
}
#post-column-full .post-pagination {
    width: 100%;
}
#post-column-full .nav-links {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px 0;
}
#post-column-full .nav-links .page-numbers {
    width: 65px;
    height: 65px;
    margin: 0 5px;
    padding: 5px;
    font-size: 34px;
    font-weight: 400;
    font-family: 'DM Serif Display';
    line-height: 1;
    letter-spacing: 0;
    border: 0;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
#post-column-full .nav-links .page-numbers.current, #post-column-full .nav-links a:hover {
    background-color: #7f0306;
    color: #fff;
}
#post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers {
    font-size: 0;
    background-image: url(images/blog-pg-prev-arw.webp);
    background-size: contain;
    background-position: center center;
    display: inline-block;
    width: 36px;
    height: 26px;
    background-repeat: no-repeat;
    margin: 0 20px;
    border: none;
    padding: 0;
    background-color: transparent;
}
#post-column-full .nav-links a.prev.page-numbers:hover{
    background-image: url(images/blog-pg-prev-hvr-arw.webp);
}
#post-column-full .nav-links a.next.page-numbers:hover{
    background-image: url(images/blog-pg-next-hvr-arw.webp);
}
#post-column-full .nav-links a.next.page-numbers {
    background-image: url(images/blog-pg-next-arw.webp);
}
.sidebar-blog.blog-sidebar-itm {
    flex-direction: column;
    gap: 0;
    overflow: hidden;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm {
    background-color: #fafafa;
    padding: 30px;
    margin: 0;
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
}
.sdbr-sngl {
    padding: 1px;
    position: relative;
    text-align: center;
    background-color: rgb(30, 30, 30, 0.3);
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
}
.sidebar-page .sidebar-item.sidebar_archives{
    margin: 0 !important;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {
    padding: 0;
    border: 0;
    text-align: left;
    margin: 0 0 19px;
    font-size: 35px;
    font-family: 'DM Serif Display';
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm .widget.widget_archive {
    margin: 0 !important;
}
.sidebar-page .sidebar-item.sidebar_categories, .sidebar-page .sidebar-item.sidebar_archives, .sidebar-page .sidebar-item.sidebar_search {
    background-color: transparent;
    margin: 0 0 30px;
    padding: 0;
    clip-path: none !important;
}
.sidebar-page .sidebar-item.sidebar_categories h2::before, .sidebar-page .sidebar-item.sidebar_archives h2::before, .sidebar-page .sidebar-item.sidebar_search h2::before {
    display: none !important;
}
/*Area served page*/
#page-content .areaserved-item-list {
    background-color: #7f0306;
    border-radius: 30px;
    padding: 45px;
    margin-bottom: 20px;
}
#page-content .areaserved-item-list h2 {
    color: #fff;
    text-align: center;
}
#page-content .areaserved-list {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#page-content .areaserved-item {
    width: 32%;
    margin: 0px 0.6% 1%;
    padding: 0px;
}
#page-content .areaserved-item:before {
    display: none;
}
#page-content .areaserved-item a {
    font-family: 'Google Sans';
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 10px;
    background-color: #ffffff;
    color: #030303;
    display: flex;
    text-align: center;
    min-height: 70px;
    justify-content: center;
    align-items: center;
}
#page-content .areaserved-item a:hover {
    background-color: #d1c490;
    color: #ffffff;
}
#page-content #areaserved-main {
    text-align: center;
}
.inr-resources-lst {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.inr-resources-lft, .inr-resources-rite {
    width: 43%;
    background-image: -webkit-linear-gradient(120deg, rgb(127, 3, 6, 3%) 100%, rgba(127, 3, 6, 0) 0%, rgb(127, 3, 6, 3%) 100%);
    background-color: #fff;
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #d1c490;
}
.inr-resources-itm {
    color: #ffffff;
    padding: 15px 20px 15px 60px;
    background-color: #7f0306;
    border-radius: 15px;
    margin: 0 0 14px;
    position: relative;
}
.inr-resources-itm:hover{
    background-color: #030303;
}
.inr-resources-itm::after {
    position: absolute;
    content: "";
    width: 37px;
    height: 51px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -111px -10px;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: transparent;
    transform: scale(0.8);
}
.help-hover-lnks a{
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.inr-resources-itm-cnt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inr-resources-itm h4{
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0px;
    color: #fff;
}
.inr-resources-itm strong {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
    display: inline-block;
    color: #fff;
    padding: 6px 10px;
    background: #c8ae70;
    border-radius: 8px;
}
.resource-heading{
    font-family: 'DM Serif Display';
    font-weight: 500;
    font-size: 32px;
    color: #030303;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0px 20px;
}
#page-column .hm-faq-accordion .accordion-section-title {
    font-family: 'Google Sans';
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    display: block;
    padding-right: 20px;
    position: relative;
    line-height: 1.4;
}
#page-column .hm-faq-accordion .accordion-section-title {
    padding: 10px 50px 10px 20px;
    border: 1px solid #55555578;
}
#page-column .hm-faq-accordion .accordion-section {
    border-bottom: 0;
    padding: 0;
}
#page-column .hm-faq-accordion .accordion-section .accordion-title {
    margin: 0 0 15px;
}
#page-column .hm-faq-accordion .accordion-section-content {
    margin-top: 0;
    padding: 0 20px;
    display: none;
}
#page-column .hm-faq-accordion .accordion-section-title.active {
    background-color: #7f0306;
    color: #fff;
}
#page-column .hm-faq-accordion .accordion-section-content.open {
    display: block;
}
#page-column .hm-faq-accordion .accordion-section-title::before {
    content: '+';
    font-size: 25px;
    line-height: 1;
    color: #000;
    position: absolute;
    top: 15px;
    right: 20px;
    margin: auto;
    height: fit-content;
}
#page-column .hm-faq-accordion .accordion-section-title.active::before{
    content: '-';
    color: #fff;
}
/*Practice Areas Page*/
#page-column .practice-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
#page-column .practice-item-blk {
    width: 48.5%;
    padding: 1px;
    position: relative;
    background-color: rgb(30, 30, 30, 0.3);
    display: flex;
    clip-path: polygon( 20px 0,100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%,0 100%, 0 20px );
}
#page-column .practice-item {
    padding: 45px 45px 40px;
    clip-path: polygon( 20px 0,100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%,0 100%, 0 20px );
    position: relative;
    z-index: 1;
    width: 100%;
}
#page-column .practice-item:before {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-image: -webkit-linear-gradient(120deg, rgb(107 107 107 / 61%) 0%, rgb(107 107 107 / 0%) 65%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none;
    clip-path: polygon( 20px 0,100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%,0 100%, 0 20px );
}
#page-column .practice-icon, .practice-icon.icon-hover {
    width: 100%;
}
#page-column .practice-icon img, .practice-icon.icon-hover img {
    width: 100%;
    display: block;
}
#page-column .practice-icon.icon-hover {
    display: none;
}
#page-column .practice-name h4 {
    font-size: 40px;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
    color: #030303;
    min-height: 88px;
    display: flex;
    align-items: center;
}
#page-column .practice-item:after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -2;
    clip-path: polygon( 20px 0,100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%,0 100%, 0 20px );
}
#page-column .practice-item-blk:hover {
    background-color: #b39a5c;
}
#page-column .practice-item-blk:hover .practice-item:before {
    background: #7f0306;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
}
#page-column .practice-item-blk:hover .practice-icon {
    display: none;
}
#page-column .practice-item-blk:hover .practice-icon.icon-hover {
    display: block;
}
#page-column .practice-item-blk:hover .practice-item h4 {
    color: #fff;
}
#page-column .practice-item-blk:hover .practice-item:after {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
}
#page-column .practice-item-blk:hover .practice-name.item-hover a::before {
    background-position: -293px -154px;
}
#page-column .practice-name.item-hover a {
    inset: 0;
    font-family: 'Google Sans';
    font-size: 20px;
    line-height: 1.75;
    color: #030303;
    letter-spacing: 0;
    margin: 0;
    font-weight: 400;
    position: relative;
    padding: 0 40px 0 0;
}
#page-column .practice-name.item-hover a:before {
    content: '';
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -293px -112px;
    width: 34px;
    height: 28px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    transform: scale(0.55);
}
#page-column .practice-item-blk:hover .practice-name.item-hover a{
    color: #fff
}
.related-insights-posts .posts-list {
    width: 100%;
    padding: 0 0 25px;
}
.related-insights-posts .posts-thumbnail {
    margin-bottom: 16px;
}
.related-insights-posts .posts-thumbnail img{
    width: 100%;
    display: block;
    height: 235px;
    object-fit:cover;
    object-position: center;
}
.related-insights-posts {
    display: flex;
}
.related-insights-posts .posts-block {
    padding: 0 15px;
}
/* #page-column .related-insights-posts .posts-list:hover a{color: #fff;} */
.cmn-box {
    text-align: center;
    padding: 55px 20px;
    margin: 30px 0;
    background-image: url(images/cta-bg-img.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
#page-column .cmn-box h2 {
    font-style: italic;
    font-size: 55px;
    letter-spacing: -1.1px;
    background: linear-gradient(to top, #ae9457, #d8ce9f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 0 20px;
    margin: 0 auto 30px;
    position: relative;
    width: max-content;
}
#page-column .cmn-box h2:before {
    position: absolute;
    content: "";
    background-image: url(images/results-txt-line.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    margin: auto;
}
#page-column .cmn-box h2 strong {
    display: block;
    font-weight: 400;
    font-size: 75px;
    background: linear-gradient(to top, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
}
#page-column .cnslt-btn a.cmn-btn {
    color: #fff;
}
#page-column .cnslt-call a {
    font-family: 'Google Sans';
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.4px;
    display: inline-block;
    color: #ffffff;
    padding: 23px 35px 23px 75px;
    background-color: transparent;
    border: 2px solid #b60207;
    text-transform: uppercase;
    position: relative;
}
#page-column .cnslt-call a:hover {
    color: #b60207 !important;
}
#page-column .cnslt-call a::before {
    position: absolute;
    content: "";
    width: 27px;
    height: 27px;
    background-image: url(images/cta-phn-icn.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.cmn-box-cnslt-btn {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.cmn-box  .cnslt-call a.cmn-btn{
    background-color: #fff;
}
.inn-cmn-blk.scnd_cmnblk {
    padding: 60px 30px 55px 60px;
    background-image: url(images/scnd-cta-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin: 30px 0;
}
#page-column .inn-cmn-riteblk h2 {
    font-style: italic;
    font-size: 31px;
    letter-spacing: 0.62px;
    background: linear-gradient(to top, #7f0306, #c60207);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    padding: 0 0 10px;
    margin: 0 0 20px;
    position: relative;
}
#page-column .inn-cmn-riteblk h2::before {
    position: absolute;
    content: "";
    width: 73%;
    height: 1px;
    background-color: #7f0306;
    left: 0;
    bottom: 0;
}
#page-column .inn-cmn-riteblk h2 strong {
    font-weight: 400;
    font-style: normal;
    font-size: 80px;
    display: block;
    background: linear-gradient(to top, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#page-column .inn-cmn-riteblk p {
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 4.76px;
    text-transform: uppercase;
    margin: 0 0 30px;
}
#page-column .inn-cmn-riteblk .inn-schdl-btn a.cmn-btn {
    color: #ffffff;
}
#page-column .inn-usless-item {
    background-color: #7f0306;
    padding: 20px;
    border-radius: 20px;
    margin: 20px 0;
}
#page-column .inn-usless-name h6, #page-column .inn-usless-name p {
    color: #fff;
}
#page-column .inn-usless-itm-img {
    width: 60px;
    margin: 0 0 10px;
}
.widget.csae-res h3 {
    font-size: 50px;
}
#page-column .inn-injury-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 30px 0;
}
#page-column .inn-injury-blk {
    width: 48.5%;
    padding: 1px;
    position: relative;
    background-color: #b39a5c;
    clip-path: polygon(6% 0, 100% 0, 100% 88%, 94% 100%, 0 100%, 0 12%);
    display: flex;
}
#page-column .inn-injury-item {
    padding: 40px 35px 40px;
    clip-path: polygon(6% 0, 100% 0, 100% 88%, 94% 100%, 0 100%, 0 12%);
    position: relative;
    z-index: 1;
    width: 100%;
}
#page-column .inn-injury-item:before {
    content: '';
    position: absolute;
    clip-path: polygon(6% 0, 100% 0, 100% 88%, 94% 100%, 0 100%, 0 12%);
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    background: #7f0306;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}
#page-column .inn-injury-item:after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -2;
    clip-path: polygon(6% 0, 100% 0, 100% 88%, 94% 100%, 0 100%, 0 12%);
}
#page-column .inn-injury-itm-img, .inn-injury-itm-hvr-img {
    width: 60px;
    margin: 0 0 15px;
}
#page-column .inn-injury-itm-img img, .inn-injury-itm-hvr-img img {
    width: 100%;
    display: block;
}
#page-column .inn-injury-name h4 {
    font-size: 25px;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #fff;
}
#page-column .inn-injury-name p{
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    margin: 0;
}
.page-template-template-contact #page-content {
    padding: 100px 0;
}
.pract-top-lst {
    display: flex;
    justify-content: start;
    gap: 20px;
    margin: 0 0 25px;
    align-items: center;
}
.pract-icon-lst {
    width: 22%;
}
.pract-icon-lst img{
    width: 100%;
    display: block;
}
.practice-name {
    width: 65%;
}
#page-column .practice-item-blk p, #page-column .practice-item-blk li{
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 15px;
}
#page-column .practice-item-blk:hover p, #page-column .practice-item-blk:hover li{
    color: #fff;
}
#page-column .practice-item-blk:hover li:before{
    background-color: #fff;
}
#page-column .practice-item-blk li:before{
    top: 10px;
}
.page-id-117 #page-column .inn-injury-blk{
    width: 24%;
}
.page-id-117 #page-column .inn-injury-list{
    gap:1%;
}
.serv-pg-list {
    text-align: center;
    max-width: 900px;
    margin: auto;
}
@media screen and (max-width:1900px) {
}
@media screen and (max-width:1800px) {
    .site-header .container, .hm-results-sec .container, .hm-pract-sec .container, .hm-team-sec .container, .hm-justice-sec .container{
        max-width: 1600px;
    }
    .site-branding {
        width: 16%;
    }
    #main-navigation ul li {
        padding: 0 40px;
    }
    .hm-bann-yrs-logo {
        right: -15px;
        width: 190px;
        height: 257px;
    }
    .text-heading {
        font-size: 75px;
    }
    a.cmn-btn {
        font-size: 19px;
        letter-spacing: 0.4px;
        padding: 23px 40px;
    }
    .hm-justice-blck {
        padding: 100px 70px 40px 40px;
        gap: 25px;
        margin: -330px 0 0;
    }
    .hm-justice-lft h2 {
        font-size: 80px;
        letter-spacing: 1.8px;
        margin: 0 0 10px;
    }
    .hm-justice-lft h2 strong {
        font-size: 105px;
    }
    .ftr-sctn {
        padding: 95px 0 0;
    }
    .hm-form-sec .text-heading {
        font-size: 76px;
        letter-spacing: -1.6px;
        margin: 0 0 15px;
    }
    .hm-team-list{
        gap: 33px;
    }
    .team-itm .team-cnt h4 {
        font-size: 32px;
    }
    .hm-testimonials {
        padding: 75px 0 520px;
    }
    .sword-call-btn a.cmn-btn {
        padding: 21px 40px 21px 75px;
    }
    .exp-itm h5 {
        font-size: 18px;
    }
    .exp-itm {
        padding: 40px 25px;
    }
    .hm-pract-sec {
        padding: 90px 0 50px;
    }
    .hm-pract-list {
        gap: 20px;
        margin: 0 0 45px;
    }
    .hm-pract-name h4 {
        font-size: 34px;
        min-height: 80px;
    }
    .results-lft p {
        font-size: 21px;
    }
    .year-experience h3 strong {
        font-size: 105px;
    }
    .year-experience h3 {
        font-size: 35px;
        padding: 25px 65px 50px 0;
    }
    .year-experience h3 small {
        font-size: 26px;
    }
    .year-experience h3 b {
        font-size: 24px;
    }
    .salter-txt h4 {
        font-size: 140px;
        padding: 30px 0 30px 75px;
    }
    .results-call h5 a {
        font-size: 19px;
        padding: 21px 30px 21px 60px;
    }
    .results-call h5 a:before {
        left: 24px;
    }
    .text-heading {
        font-size: 75px;
    }
    .hm-team-sec .tab-buttons {
        padding: 65px 50px 55px;
    }
    #page-column .cnslt-call a {
        font-size: 19px;
        padding: 21px 30px 21px 65px;
    }
    #page-column .cnslt-call a::before {
        width: 27px;
        height: 27px;
        left: 25px;
    }
}
@media screen and (max-width:1700px) {
    .site-header .container, .hm-results-sec .container, .hm-pract-sec .container, .hm-team-sec .container, .hm-justice-sec .container{
        max-width: 1500px;
    }
    .container {
        max-width: 1400px;
    }
    #main-navigation ul li {
        padding: 0 35px;
    }
    #main-navigation ul li a {
        font-size: 18px;
        letter-spacing: 0;
    }
    .hdr-phn-number p a {
        font-size: 30px;
        letter-spacing: 0.68px;
    }
    .hdr-phn-number p a::before {
        left: -7px;
        transform: scale(0.8);
    }
    .hdr-phn-number {
        padding: 0 0 0 80px;
    }
    a.cmn-btn {
        font-size: 18px;
        letter-spacing: 0;
        padding: 20px 35px;
    }
    a.cmn-btn::before {
        width: 89px;
        height: 2px;
    }
    .hm-bann-sec {
        padding: 200px 0 50px;
    }
    .hm-bann-cnt h1 {
        font-size: 28px;
    }
    .hm-bann-cnt h1 small {
        font-size: 66px;
    }
    .hm-bann-cnt h1 strong {
        font-size: 46px;
    }
    .hm-bann-cnt p {
        font-size: 28px;
    }
    .hm-bann-yrs-logo {
        right: 0;
        width: 170px;
        height: 227px;
    }
    .scroll-container {
        padding: 40px 0 40px;
    }
    .scroll-container ul li {
        margin: 0 60px 0 0;
        padding-right: 95px;
        font-size: 19px;
        letter-spacing: 4px;
    }
    .hm-justice-blck {
        padding: 90px 65px 40px 40px;
        gap: 25px;
        margin: -290px 0 0;
    }
    .hm-jstc-lft-top {
        gap: 20px;
        padding: 0 0 0 40px;
        margin: 0 0 20px;
    }
    .hm-justice-lft h2 strong {
        font-size: 90px;
    }
    .hm-justice-lft h2 {
        font-size: 75px;
        letter-spacing: 1px;
        margin: 0 0 10px;
    }
    .hm-justice-lft p {
        font-size: 17px;
        line-height: 1.75;
        margin: 0 0 26px;
    }
    .hm-justice-lft::before {
        width: 47px;
        height: 75%;
    }
    .hm-justice-btn {
        padding: 0 0 0 12px;
    }
    .ftr-sctn {
        padding: 90px 0 0;
    }
    .ftr-itm h4 {
        font-size: 29px;
        margin: 0 0 10px;
    }
    .ftr-itm p {
        font-size: 19px;
    }
    .ftr-itm h4:before {
        transform: scale(0.9);
    }
    .ftr-itm.phn p a {
        font-size: 36px;
    }
    .hm-form-sec {
        padding: 75px 55px;
    }
    .hm-form-sec .text-heading {
        font-size: 70px;
        letter-spacing: -1.6px;
        margin: 0 0 15px;
    }
    .hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {
        font-size: 15px !important;
        padding: 19px 20px !important;
    }
    .hm-form .gform_wrapper .top_label textarea {
        height: 125px !important;
        padding-top: 20px !important;
    }
    .popup .popuptext {
        width: 590px;
        top: 5px;
        padding: 15px;
        font-size: 14px;
    }
    .hm-form .gform_wrapper .top_label input[type="submit"] {
        font-size: 20px !important;
        padding: 20px 50px !important;
    }
    .hm-awards-sec {
        padding: 100px 0 50px;
    }
    .hmawards-blck h2 {
        margin: 0 0 80px;
    }
    .hmawards-list.owl-carousel .owl-nav{
        margin: 60px 0 0;
    }
    .hm-award-itm{
        padding: 20px 26px;
    }
    .hm-case-rslts {
        padding: 80px 0 0;
    }
    .hm-rslts-list {
        gap: 38px;
        margin: 0 0 58px;
    }
    .result-cnt h3 {
        font-size: 66px;
        letter-spacing: -2.4px;
    }
    .result-cnt h4 {
        font-size: 22px;
        background-size: 298px;
    }
    .rslt-btn a{
        letter-spacing: 2.8px;
    }
    .hm-sword-sec {
        padding: 300px 0 125px;
        margin: -170px 0 0;
    }
    .sword-img {
        margin: 0 auto 55px;
    }
    .sword-cnt h2 {
        font-size: 109px;
    }
    .sword-cnt h4 {
        font-size: 46px;
        letter-spacing: 17.9px;
    }
    .sword-cnt h3 {
        font-size: 55px;
        letter-spacing: -0.9px;
    }
    .sword-cnt .sub-heading {
        font-size: 38px;
        letter-spacing: -0.6px;
    }
    .sword-call-btn a.cmn-btn {
        padding: 19px 35px 19px 70px;
    }
    .hm-team-sec {
        padding: 140px 0 60px;
    }
    .hm-team-sec p {
        font-size: 21px;
    }
    .hm-team-list {
        gap: 30px;
    }
    .team-itm .team-cnt{
        bottom: 35px;
    }
    .team-itm .team-cnt h4 {
        font-size: 30px;
    }
    .hm-testimonials {
        padding: 70px 0 480px;
    }
    .hmtesti-btn a.cmn-btn {
        padding: 23px 58px;
    }
    .hm-testimonials .testi-item {
        padding: 30px 35px 70px 45px;
    }
    .hm-testimonials .testi-item p {
        font-size: 19px;
        line-height: 1.7;
        margin: 0 0 55px;
    }
    .hm-testimonials .testi-item::after{
        right: 85px;
        bottom: 28px;
        transform: scale(0.95);
    }
    .hm-testimonials .testi-item h5 {
        font-size: 24px;
        bottom: 48px;
    }
    .exp-itm {
        padding: 30px 25px;
    }
    .experience-sec {
        padding: 60px 0 40px;
    }
    .exp-itm h5 {
        font-size: 17px;
    }
    .hm-results-sec {
        padding: 50px 0 0;
    }
    .results-lft .text-heading strong {
        font-size: 60px;
    }
    .results-lft p {
        font-size: 19px;
        margin: 0 0 30px;
    }
    .salter-txt h4 {
        font-size: 130px;
        padding: 25px 0 25px 65px;
    }
    .year-experience h3 {
        font-size: 32px;
        padding: 25px 60px 45px 0;
    }
    .year-experience h3 strong {
        font-size: 95px;
    }
    .year-experience h3 b {
        font-size: 22px;
        margin: -7px 0 0;
        letter-spacing: 1.4px;
    }
    .year-experience h3 small {
        font-size: 24px;
    }
    .results-call h5 a {
        font-size: 18px;
        padding: 18px 30px 18px 60px;
    }
    .hm-pract-sec {
        padding: 70px 0 40px;
    }
    .hm-pract-list {
        gap: 18px;
        margin: 0 0 40px;
    }
    .hm-pract-item:before {
        width: calc(100% - 35px);
        height: calc(100% - 35px);
    }
    .hm-pract-name h4 {
        font-size: 30px;
        min-height: 70px;
    }
    .hm-pract-blk:before {
        right: 65px;
        transform: scale(0.8);
        bottom: 62px;
    }
    .hm-mission-sec {
        padding: 85px 0 100px;
    }
    .hm-mssn-lft-cnt h4 {
        font-size: 35px;
    }
    .hm-mssn-lft-top {
        gap: 25px;
        padding: 0 0 40px;
        margin: 0 0 22px;
    }
    .hm-mission-blck p {
        font-size: 19px;
    }
    .hm-mission-blck::before {
        top: -40px;
    }
    .hm-mission-blck {
        padding: 35px 0 0;
        gap: 55px;
    }
    .text-heading {
        font-size: 70px;
    }
    .sub-heading {
        font-size: 28px;
    }
    .hm-result-itm h3 {
        font-size: 34px;
        margin: 0 0 25px;
    }
    .hm-result-itm p {
        font-size: 18px;
        line-height: 1.5;
        margin: 0 0 20px;
    }
    .hm-result-itm {
        padding: 40px 40px 115px;
    }
    .result-cnt {
        bottom: 30px;
        padding: 0 40px;
    }
    .hmawards-blck h2 strong {
        font-size: 55px;
    }
    #page-column .cnslt-call a {
        font-size: 18px;
        padding: 19px 25px 18px 65px;
    }
}
@media screen and (max-width:1600px) {
    .site-header .container, .hm-results-sec .container, .hm-pract-sec .container, .hm-team-sec .container, .hm-justice-sec .container{
        max-width: 1400px;
    }
    .container {
        max-width: 1300px;
    }
    .text-heading {
        font-size: 65px;
    }
    .sub-heading {
        font-size: 26px;
        letter-spacing: -0.4px;
    }
    #main-navigation ul li {
        padding: 0 32px;
    }
    .hdr-phn-number p a {
        font-size: 28px;
        letter-spacing: 0;
    }
    .hdr-phn-number p a::before {
        left: -11px;
        transform: scale(0.7);
    }
    .hdr-phn-number {
        padding: 0 0 0 70px;
    }
    a.cmn-btn {
        font-size: 17px;
        padding: 17px 30px;
    }
    a.cmn-btn::before {
        width: 70px;
        height: 2px;
    }
    .hm-bann-sec {
        padding: 180px 0 45px;
    }
    .hm-bann-cnt h1 {
        font-size: 25px;
    }
    .hm-bann-cnt h1 small {
        font-size: 58px;
        letter-spacing: 1px;
        line-height: 1.2;
    }
    .hm-bann-cnt h1 strong {
        font-size: 40px;
    }
    .hm-bann-cnt p {
        font-size: 26px;
    }
    .hm-bann-yrs-logo {
        width: 150px;
        height: 199px;
    }
    .scroll-container {
        padding: 35px 0 35px;
    }
    .scroll-container ul li {
        margin: 0 55px 0 0;
        padding-right: 85px;
        font-size: 18px;
        letter-spacing: 3.5px;
    }
    .scroll-container ul li::after {
        transform: scale(0.9);
    }
    .hm-justice-blck {
        padding: 80px 60px 35px 35px;
        gap: 25px;
        margin: -270px 0 0;
    }
    .hm-jstc-lft-cnt h4 {
        font-size: 33px;
    }
    .hm-jstc-lft-top {
        gap: 20px;
        padding: 0 0 0 35px;
        margin: 0 0 17px;
    }
    .hm-justice-lft h2 strong {
        font-size: 80px;
    }
    .hm-justice-lft h2 {
        font-size: 70px;
        letter-spacing: 1px;
        margin: 0 0 10px;
    }
    .hm-justice-lft p {
        font-size: 16px;
        line-height: 1.75;
        margin: 0 0 25px;
    }
    .hm-justice-lft::before {
        width: 47px;
        height: 73%;
    }
    .hm-justice-btn {
        padding: 0 0 0 11px;
    }
    .hm-justice-rgt::before {
        width: 63.85%;
        height: 99.1%;
        bottom: 90px;
    }
    .ftr-sctn {
        padding: 80px 0 0;
    }
    .ftr-itm h4 {
        font-size: 27px;
        margin: 0 0 10px;
    }
    .ftr-itm h4:before {
        transform: scale(0.8);
    }
    .ftr-itm {
        padding: 55px 0 0;
    }
    .ftr-itm p {
        font-size: 18px;
    }
    .ftr-itm p a {
        font-size: 14px;
        letter-spacing: 2px;
    }
    .ftr-itm.phn p a {
        font-size: 32px;
    }
    .hm-form-sec {
        padding: 70px 50px;
    }
    .hm-form-sec .text-heading {
        font-size: 60px;
        letter-spacing: -1px;
        margin: 0 0 15px;
    }
    .hm-form .gform_fields {
        gap: 14px !important;
    }
    .ftr-lft {
        padding: 0 0 25px;
    }
    .ftr-block-list {
        gap: 25px;
    }
    .ftr-logo {
        width: 48%;
    }
    .hm-form .gform_wrapper .top_label textarea {
        height: 115px !important;
        padding-top: 20px !important;
    }
    .hm-form .gform_wrapper .top_label input[type="submit"] {
        font-size: 19px !important;
        padding: 20px 40px !important;
    }
    .hm-form .gform_wrapper .gform_footer.top_label::before {
        width: 100px;
        height: 2px;
    }
    .ftr-map iframe {
        height: 240px;
    }
    .popup .popuptext {
        width: 550px;
        top: 5px;
        padding: 10px;
        font-size: 14px;
        line-height: 1.7;
    }
    .ftr-copyrights-sec p {
        font-size: 17px;
    }
    .hm-awards-sec {
        padding: 80px 0 45px;
    }
    .hmawards-blck h2 {
        margin: 0 0 70px;
    }
    .hm-award-itm {
        padding: 19px 24px;
    }
    .hmawards-list.owl-carousel .owl-nav {
        margin: 55px 0 0;
    }
    .hmawards-list.owl-carousel .owl-nav button{
        transform: scale(0.9);
        margin: -3px;
    }
    .hm-case-rslts {
        padding: 70px 0 0;
    }
    .hm-rslts-top p {
        font-size: 19px;
    }
    .hm-rslts-list {
        gap: 35px;
        margin: 0 0 50px;
    }
    .hm-rslts-top {
        margin: 0 0 46px;
    }
    .result-cnt h3 {
        font-size: 60px;
        letter-spacing: -2px;
    }
    .result-cnt h4 {
        font-size: 21px;
        background-size: 286px;
        padding: 0 0 18px;
        margin: 0 0 18px;
    }
    .rslt-btn a {
        letter-spacing: 2.4px;
        font-size: 15px;
    }
    .rslt-btn {
        bottom: 32px;
    }
    .hm-sword-sec {
        padding: 280px 0 110px;
        margin: -150px 0 0;
    }
    .sword-img {
        margin: 0 auto 46px;
    }
    .sword-cnt h2 {
        font-size: 100px;
    }
    .sword-cnt h4 {
        font-size: 42px;
        letter-spacing: 17px;
    }
    .sword-cnt h3 {
        font-size: 50px;
        letter-spacing: -0.6px;
    }
    .sword-cnt .sub-heading {
        font-size: 35px;
        letter-spacing: -0.4px;
    }
    .sword-btns{
        gap: 30px;
    }
    .sword-call-btn a.cmn-btn {
        padding: 16px 30px 16px 65px;
    }
    .sword-call-btn a.cmn-btn:after{
        transform: scale(0.9);
        left: 26px;
    }
    .hm-team-sec {
        padding: 120px 0 50px;
    }
    .hm-team-list {
        gap: 28px;
    }
    .team-img{
        padding: 35px 0 0;
    }
    .team-itm .team-cnt {
        bottom: 30px;
    }
    .team-itm .team-cnt h4 {
        font-size: 28px;
    }
    .hm-testimonials {
        padding: 60px 0 420px;
    }
    .hm-testi-top{
        margin: 0 0 25px;
    }
    .hmtesti-btn a.cmn-btn {
        padding: 21px 52px;
    }
    .hm-testimonials .testi-item {
        padding: 26px 30px 65px 40px;
    }
    .star-rat {
        margin: 0 0 15px;
    }
    .hm-testimonials .testi-item p {
        font-size: 18px;
        line-height: 1.7;
        margin: 0 0 50px;
    }
    .hm-testimonials .testi-item::after {
        right: 80px;
        bottom: 25px;
        transform: scale(0.9);
    }
    .hm-testimonials .testi-item h5 {
        font-size: 22px;
        bottom: 45px;
    }
    .experience-sec {
        padding: 50px 0 30px;
    }
    .exp-itm {
        padding: 25px 20px;
    }
    .exp-itm h5 {
        font-size: 16px;
    }
    .hm-results-sec {
        padding: 40px 0 0;
    }
    .results-lft .text-heading {
        padding: 0 0 20px;
        margin: 0 0 20px;
    }
    .results-lft .text-heading strong {
        font-size: 54px;
    }
    .results-lft p {
        font-size: 18px;
        margin: 0 0 25px;
    }
    .results-call h5 a {
        font-size: 16px;
        padding: 16px 25px 15px 60px;
    }
    .salter-txt h4 {
        font-size: 120px;
        padding: 20px 0 20px 55px;
    }
    .year-experience h3 {
        font-size: 28px;
        padding: 22px 50px 42px 0;
    }
    .year-experience h3 strong {
        font-size: 85px;
    }
    .year-experience h3 b {
        font-size: 20px;
        margin: -5px 0 5px;
        letter-spacing: 1.2px;
    }
    .year-experience h3 small {
        font-size: 22px;
    }
    .hm-pract-sec {
        padding: 60px 0 30px;
    }
    .hm-pract-name h4 {
        font-size: 25px;
        min-height: 60px;
    }
    .hm-pract-blk:before {
        transform: scale(0.7);
    }
    .hm-pract-item:before {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }
    .hm-mission-sec {
        padding: 70px 0 80px;
    }
    .hm-mssn-lft-cnt h4 {
        font-size: 30px;
    }
    .hm-mssn-lft-top {
        gap: 22px;
        padding: 0 0 30px;
        margin: 0 0 20px;
    }
    .hm-mission-blck p {
        font-size: 18px;
        margin: 0 0 25px;
    }
    .hm-pract-item {
        padding: 30px 40px 50px 30px;
    }
    .hm-prct-itm-cnt p {
        font-size: 14px;
        margin: 0 0 15px;
    }
    .hm-team-sec .tab-buttons {
        padding: 50px 40px 50px;
    }
    .hm-team-sec p {
        font-size: 18px;
    }
    .hm-team-abt-itm.text {
        padding-right: 50px;
    }
    .hm-team-abt-itm.education {
        width: 39.3%;
        padding: 0 70px 0 70px;
    }
    .hm-team-itm-cnt h6 {
        font-size: 20px;
        line-height: 1.36;
    }
    .hm-team-abt-itm.contact {
        width: 29.1%;
        padding-left: 70px;
    }
    .team-itm-blck.active::after {
        width: 137px;
        height: 25px;
    }
    .hm-result-itm {
        padding: 30px 30px 105px;
    }
    .hm-result-itm h3 {
        font-size: 30px;
        margin: 0 0 20px;
    }
    .hm-result-itm p {
        font-size: 17px;
        line-height: 1.5;
        margin: 0 0 20px;
    }
    .result-cnt {
        bottom: 20px;
        padding: 0 30px;
    }
    .hmawards-blck h2 strong {
        font-size: 50px;
    }
    .page-container, .post-container {
        max-width: 1200px;
    }
    .sidebar-blog {
        margin: 0 0 40px;
    }
    .sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select{
        padding: 21px 50px 20px 26px;
        font-size: 17px;
    }
    .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select {
        background-position: right 25px center;
        background-size: 18px;
    }
    .sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit{
        right: 25px;
        background-size: 20px;
    }
    #post-column-full{
        gap: 26px 15px;
    }
    #post-content .posts-list .posts-block {
        padding: 22px 36px 0 10px;
    }
    #post-content .posts-list .posts-block h3 a{
        font-size: 25px;
    }
    #post-column-full .nav-links .page-numbers {
        width: 60px;
        font-size: 28px;
        height: 60px;
    }
    #post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers {
        transform: scale(0.95);
    }
    .single-pagination .nav-links a {
        font-size: 17px;
        width: 170px;
        padding: 19px 30px 16px;
        letter-spacing: 0.5px;
    }
    .sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2{
        font-size: 32px;
    }
    .sidebar-page .sidebar-item.sidebar_categories, .sidebar-page .sidebar-item.sidebar_archives, .sidebar-page .sidebar-item.sidebar_search {
        margin: 0 0 25px;
    }
    #page-column .practice-name h4 {
        font-size: 35px;
        min-height: 80px;
    }
    #page-column .practice-item-blk:before {
        bottom: 75px;
    }
    #page-column .practice-icon, .practice-icon.icon-hover {
        margin: 0 0 30px;
    }
    #page-column .inn-result-cnt h3 {
        font-size: 55px;
    }
    #page-column .inn-result-cnt h4 {
        font-size: 23px;
        padding: 0 0 17px;
        margin: 0px 0 17px;
    }
    #page-column .inn-result-itm {
        padding: 40px 30px 35px;
    }
    #page-column .inn-rslts-list {
        gap: 30px 45px;
    }
    #page-column .inr-cont-item h4:before {
        transform: scale(0.9);
    }
    #page-column .inr-cont-item h4 {
        font-size: 30px;
        padding: 70px 0 0;
    }
    #page-column .inr-cont-item p {
        font-size: 17px;
    }
    #page-column .inr-cont-item.cont-ph a {
        font-size: 34px;
    }
    #page-column .inr-cont-item h5 {
        font-size: 19px;
    }
    .inr-cont-item {
        padding: 40px 30px;
    }
    #main-heading {
        padding: 210px 0 100px;
    }
    #main-heading h1 {
        font-size: 58px;
        margin: 0 0 10px;
    }
    #post-content, #page-content {
        padding: 90px 0 440px;
    }
    .page-template-template-contact #page-content {
        padding: 90px 0;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 43px;
    }
    .cmn-box {
        padding: 50px 20px;
        margin: 30px 0;
    }
    #page-column .cmn-box h2 {
        font-size: 50px;
        letter-spacing: -1.1px;
        padding: 0 0 20px;
        margin: 0 auto 30px;
    }
    #page-column .cmn-box h2 strong {
        font-size: 65px;
    }
    .inn-cmn-blk.scnd_cmnblk {
        padding: 55px 30px 50px 55px;
        margin: 30px 0;
    }
    #page-column .inn-cmn-riteblk h2 strong {
        font-size: 70px;
    }
    .sidebar-page .sidebar-item {
        margin: 0 0 43px;
        padding: 30px 0px 20px;
        clip-path: polygon( 30px 0,100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%,0 100%, 0 30px );
    }
    #page-column .cnslt-call a {
        font-size: 17px;
        padding: 16px 20px 15px 60px;
    }
    #page-column .cnslt-call a::before {
        width: 24px;
        height: 24px;
        left: 20px;
    }
    #page-column p, #page-column li, .resources-top-content p {
        font-size: 19px;
        line-height: 1.75;
        margin: 0 0 25px 0;
    }
    .widget.csae-res h3 {
        font-size: 46px;
    }
    #page-content section.widget.testi .testi-item p {
        font-size: 19px;
    }
    #page-column .sngl-attr-rite h2 {
        font-size: 50px;
    }
    #page-column .sngl-attr-rite h6 {
        font-size: 19px;
        letter-spacing: 7.7px;
    }
    #page-column .sigl-attr-call a {
        font-size: 19px;
    }
    #page-column .sigl-attr-mail h5 a {
        font-size: 18px;
        letter-spacing: 0.4px;
        padding: 0px 0px 0px 40px;
    }
    #page-column .sngl-attr-btn a.cmn-btn {
        font-size: 17px;
        padding: 22px 32px;
    }
    .inn-team-img {
        padding: 42px 0 0;
    }
    .inn-team-cnt {
        bottom: 36px;
    }
    #page-column .inn-team-cnt h4 {
        font-size: 33px;
    }
    #page-content .review-item {
        padding: 42px 42px 65px 50px;
    }
    #page-content .review-item h5 {
        font-size: 25px;
    }
    #page-content .review-item .star-rat {
        width: 200px;
    }
    #page-content .review-item h5::before {
        top: -10px;
        transform: scale(0.9);
    }
    .resource-heading {
        font-size: 30px;
        margin: 0 0px 20px;
    }
    .inr-resources-itm h4 {
        font-size: 22px;
    }
}
@media screen and (max-width:1500px) {
}
@media screen and (max-width:1440px) {
    .container,.site-header .container, .hm-results-sec .container, .hm-pract-sec .container, .hm-team-sec .container, .hm-justice-sec .container {
        max-width: 1200px;
    }
    .sub-heading {
        font-size: 25px;
        letter-spacing: -0.3px;
    }
    .text-heading {
        font-size: 60px;
    }
    .site-header {
        padding: 15px 0;
    }
    #main-navigation ul li a {
        font-size: 16px;
    }
    #main-navigation ul li {
        padding: 0 30px;
    }
    .hdr-menu-blck {
        gap: 23px;
    }
    .hdr-phn-number p a {
        font-size: 26px;
    }
    .hdr-phn-number p a::before {
        left: -14px;
        transform: scale(0.6);
    }
    .hdr-phn-number {
        padding: 0 0 0 60px;
    }
    .header-number {
        gap: 25px;
    }
    a.cmn-btn {
        font-size: 16px;
        padding: 15px 25px;
    }
    a.cmn-btn::before {
        width: 60px;
        height: 2px;
    }
    .hm-bann-sec {
        padding: 160px 0 40px;
    }
    .hm-bann-cnt h1 {
        font-size: 23px;
    }
    .hm-bann-cnt h1 small {
        font-size: 52px;
    }
    .hm-bann-cnt h1 strong {
        font-size: 36px;
    }
    .hm-bann-cnt p {
        font-size: 24px;
    }
    .hm-bann-yrs-logo {
        width: 130px;
        height: 174px;
    }
    .scroll-container {
        padding: 30px 0 30px;
    }
    .scroll-container ul li {
        margin: 0 45px 0 0;
        padding-right: 75px;
        font-size: 17px;
        letter-spacing: 3px;
    }
    .scroll-container ul li::after {
        transform: scale(0.8);
    }
    .hm-justice-blck {
        padding: 70px 50px 30px 30px;
        gap: 20px;
        margin: -230px 0 0;
    }
    .hm-jstc-lft-cnt h4 {
        font-size: 28px;
    }
    .hm-jstc-lft-top {
        gap: 15px;
        padding: 0 0 0 25px;
        margin: 0 0 15px;
    }
    .hm-justice-lft h2 {
        font-size: 60px;
        letter-spacing: 1px;
        margin: 0 0 10px;
    }
    .hm-justice-lft h2 strong {
        font-size: 70px;
    }
    .hm-justice-lft p {
        font-size: 15px;
        line-height: 1.75;
        margin: 0 0 20px;
    }
    .hm-justice-lft {
        padding: 0 0 0 30px;
    }
    .hm-justice-rgt::before {
        width: 63.85%;
        height: 99.1%;
        bottom: 80px;
    }
    .ftr-sctn {
        padding: 70px 0 0;
    }
    .hm-form-sec {
        padding: 60px 40px;
    }
    .hm-form .gform_fields {
        gap: 13px !important;
    }
    .hm-form-sec .text-heading {
        font-size: 55px;
        letter-spacing: 0px;
        margin: 0 0 10px;
    }
    .hm-form-sec p {
        font-size: 15px;
        margin: 0 0 16px;
    }
    .hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {
        font-size: 15px !important;
        padding: 15px 15px !important;
    }
    .hm-form .gform_wrapper .top_label textarea {
        height: 100px !important;
        padding-top: 15px !important;
    }
    .hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {
        font-size: 15px;
        letter-spacing: 0.32px;
    }
    .hm-form .gform_wrapper .top_label input[type="submit"] {
        font-size: 17px !important;
        padding: 17px 27px !important;
    }
    .popup .popuptext {
        width: 520px;
        top: 5px;
        padding: 10px;
        font-size: 14px;
        line-height: 1.7;
    }
    .hm-form .gfield_description.instruction.validation_message {
        top: 2px;
    }
    .hm-form .gform_wrapper .gform_footer.top_label {
        margin: 30px auto 0;
    }
    .ftr-block-list {
        gap: 20px;
    }
    .ftr-itm {
        padding: 45px 0 0;
    }
    .ftr-itm h4 {
        font-size: 24px;
        margin: 0 0 10px;
    }
    .ftr-itm p {
        font-size: 17px;
    }
    .ftr-itm.phn p a {
        font-size: 25px;
    }
    .ftr-itm h4:before {
        transform: scale(0.7);
        top: -6px;
    }
    .ftr-map::after {
        height: 4px;
    }
    .ftr-map {
        padding: 0 0 4px;
    }
    .ftr-map iframe {
        height: 200px;
    }
    .ftr-lft {
        padding: 0 0 20px;
    }
    .hm-form .gform_wrapper .gform_footer.top_label::before {
        width: 80px;
        height: 2px;
    }
    .hm-awards-sec {
        padding: 70px 0 40px;
    }
    .hmawards-blck h2 {
        margin: 0 0 60px;
    }
    .hm-award-itm {
        padding: 18px 22px;
    }
    .hmawards-list.owl-carousel .owl-nav {
        margin: 45px 0 0;
        gap: 20px;
    }
    .hmawards-list.owl-carousel .owl-nav button {
        transform: scale(0.85);
        margin: -5px;
    }
    .hm-case-rslts {
        padding: 60px 0 0;
    }
    .hm-rslts-top p {
        font-size: 18px;
    }
    .hm-rslts-top {
        margin: 0 0 40px;
    }
    .hm-rslts-list {
        gap: 32px;
        margin: 0 0 45px;
    }
    .result-cnt h3 {
        font-size: 52px;
        letter-spacing: -1.8px;
    }
    .result-cnt h4 {
        font-size: 19px;
        background-size: 256px;
        padding: 0 0 16px;
        margin: 0 0 16px;
    }
    .rslt-btn a {
        letter-spacing: 1.9px;
        font-size: 14px;
    }
    .rslt-btn {
        bottom: 28px;
    }
    .hm-sword-sec {
        padding: 250px 0 90px;
        margin: -130px 0 0;
    }
    .sword-img {
        margin: 0 auto 40px;
    }
    .sword-cnt h2 {
        font-size: 86px;
    }
    .sword-cnt h4 {
        font-size: 38px;
        letter-spacing: 15px;
    }
    .sword-cnt h3 {
        font-size: 45px;
        letter-spacing: -0.4px;
    }
    .sword-cnt .sub-heading {
        font-size: 32px;
        letter-spacing: -0.2px;
    }
    .sword-btns {
        gap: 24px;
    }
    .sword-call-btn a.cmn-btn {
        padding: 15px 25px 15px 60px;
    }
    .sword-call-btn a.cmn-btn:after {
        transform: scale(0.85);
        left: 21px;
    }
    .hm-team-sec {
        padding: 100px 0 40px;
    }
    .hm-team-sec p {
        font-size: 20px;
    }
    .hm-team-list {
        gap: 25px;
    }
    .team-img {
        padding: 30px 0 0;
    }
    .team-itm .team-cnt {
        bottom: 25px;
    }
    .team-itm .team-cnt h4 {
        font-size: 24px;
    }
    .hm-testimonials {
        padding: 50px 0 370px;
    }
    .hmtesti-btn a.cmn-btn {
        padding: 19px 45px;
    }
    .hm-testimonials .testi-item {
        padding: 26px 26px 58px 35px;
    }
    .hm-testimonials .testi-item p {
        font-size: 17px;
        line-height: 1.65;
        margin: 0 0 40px;
    }
    .hm-testimonials .testi-item h5 {
        font-size: 21px;
        bottom: 38px;
    }
    .hm-testimonials .testi-item::after {
        right: 70px;
        bottom: 22px;
        transform: scale(0.8);
    }
    .hm-testimonials .testi-item:before{
        top: 8px;
    }
    .exp-itm h5 {
        font-size: 15px;
    }
    .results-lft {
        padding: 20px 0 0;
    }
    .results-lft .text-heading strong {
        font-size: 45px;
    }
    .results-lft p {
        font-size: 16px;
        margin: 0 0 20px;
    }
    .results-call h5 a:before {
        left: 18px;
        transform: scale(0.9);
    }
    .results-call h5 a {
        font-size: 15px;
        padding: 14px 20px 14px 60px;
    }
    .salter-txt h4 {
        font-size: 100px;
        padding: 20px 0 20px 40px;
    }
    .year-experience h3 strong {
        font-size: 70px;
    }
    .year-experience h3 {
        font-size: 24px;
        padding: 20px 45px 35px 0;
    }
    .year-experience h3 b {
        font-size: 18px;
        letter-spacing: 0.8px;
    }
    .year-experience h3 small {
        font-size: 20px;
    }
    .hm-pract-sec {
        padding: 55px 0 30px;
    }
    .hm-pract-list {
        gap: 15px;
        margin: 0 0 35px;
    }
    .hm-pract-name h4 {
        font-size: 23px;
        min-height: 55px;
    }
    .hm-pract-item:before {
        width: calc(100% - 25px);
        height: calc(100% - 25px);
    }
    .hm-pract-blk:hover .hm-pract-item:after {
        width: calc(100% - 4px);
        height: calc(100% - 4px);
    }
    .hm-pract-btn a.cmn-btn {
        padding: 18px 35px;
    }
    .hm-mission-sec {
        padding: 55px 0 60px;
    }
    .hm-mission-blck::before {
        top: -25px;
    }
    .hm-mssn-lft-cnt h4 {
        font-size: 27px;
    }
    .hm-mssn-lft-top {
        gap: 20px;
        padding: 0 0 25px;
    }
    .hm-mission-blck p {
        font-size: 17px;
    }
    .hm-mssn-rgt-text {
        padding: 0 25px 0 0;
    }
    .hm-mission-blck {
        padding: 30px 0 0;
        gap: 45px;
    }
    #main-navigation .sub-menu li a {
        font-size: 15px;
    }
    .hm-pract-item {
        padding: 30px 40px 40px 30px;
    }
    .hm-prct-itm-cnt ul li a {
        font-size: 12px;
        padding: 10px 12px;
    }
    .hm-team-sec .tab-buttons {
        padding: 40px 30px 40px;
    }
    .hm-team-abt-itm.text {
        padding-right: 30px;
    }
    .hm-team-sec p {
        font-size: 17px;
    }
    .hm-team-abt-itm.education {
        width: 39.3%;
        padding: 0 50px 0;
    }
    .hm-team-itm-cnt h4 {
        font-size: 27px;
        margin: 0 0 13px;
    }
    .hm-team-itm-cnt h6 {
        font-size: 18px;
        line-height: 1.36;
    }
    .hm-team-abt-itm.contact {
        width: 29.1%;
        padding-left: 50px;
    }
    .hm-taem-abt {
        margin: 0 0 30px;
    }
    .hm-result-itm h3 {
        font-size: 28px;
        margin: 0 0 20px;
    }
    .hm-result-itm p {
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 20px;
    }
    .hmawards-blck h2 strong {
        font-size: 45px;
    }
    .page-container, .post-container {
        max-width: 1100px;
    }
    #page-column .case-results-cta .case-item h4 {
        font-size: 33px;
    }
    #page-column .case-results-cta .case-item p {
        font-size: 22px;
    }
    #page-column section.widget.widget_team_member .team_member_name p {
        font-size: 24px;
    }
    #page-column .widget.widget_related_insights ul li {
        font-size: 23px;
    }
    #page-column .widget.widget_related_insights ul li:before {
        top: 18px;
    }
    p.mod_date {
        font-size: 18px;
    }
    .widget-description.active {
        font-size: 18px;
    }
    .sidebar-blog {
        margin: 0 0 35px;
        gap: 16px;
    }
    .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select {
        background-position: right 21px center;
        background-size: 16px;
    }
    .sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select {
        padding: 19px 48px 18px 20px;
        font-size: 16px;
    }
    .sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit {
        right: 22px;
        background-size: 18px;
    }
    #post-column-full {
        gap: 22px 14px;
    }
    .hm-post-blk {
        padding: 12px 12px 50px;
    }
    .hm-post-blk:before{
        width: calc(100% - 24px);
        height: calc(100% - 24px);
    }
    #post-content .posts-list:hover .hm-post-blk:before {
        width: calc(100% - 13px);
        height: calc(100% - 13px);
    }
    #post-content .posts-list .posts-block h3 a {
        font-size: 22px;
    }
    #post-content .posts-list .posts-readmore a {
        font-size: 15px;
    }
    .posts-readmore {
        bottom: 30px;
    }
    #post-content .posts-list .posts-block {
        padding: 19px 30px 0 10px;
    }
    #post-column-full .nav-links .page-numbers {
        width: 55px;
        font-size: 25px;
        height: 55px;
    }
    #post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers {
        transform: scale(0.85);
    }
    #page-column .single-meta {
        margin: 0 0 20px;
    }
    .single-pagination .nav-links a {
        font-size: 16px;
        width: 160px;
        padding: 19px 25px 16px;
        letter-spacing: 0.3px;
    }
    .sidebar-page .sidebar-blog.blog-sidebar-itm{
        padding: 25px;
    }
    .sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {
        font-size: 28px;
        margin: 0 0 15px;
    }
    .sidebar-page .sidebar-item.sidebar_categories, .sidebar-page .sidebar-item.sidebar_archives, .sidebar-page .sidebar-item.sidebar_search {
        margin: 0 0 20px;
    }
    #page-column .practice-item {
        padding: 45px 40px 45px;
    }
    #page-column .practice-icon, .practice-icon.icon-hover {
        margin: 0 0 20px;
    }
    #page-column .practice-name h4 {
        font-size: 30px;
        min-height: 75px;
    }
    #page-column .practice-item-blk:before {
        bottom: 69px;
        transform: scale(0.8);
        right: 75px;
    }
    #page-column .inn-result-cnt h3 {
        font-size: 45px;
    }
    #page-column .inn-result-cnt h4 {
        font-size: 22px;
    }
    #page-column .inn-rslts-list {
        gap: 25px 35px;
    }
    .inr-cont-item:before {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }
    #page-column .inr-cont-item h4:before {
        transform: scale(0.8);
        top: -5px;
    }
    #page-column .inr-cont-item h4 {
        font-size: 26px;
        margin: 0 0 10px;
        padding: 64px 0 0;
    }
    #page-column .inr-cont-item p {
        font-size: 16px;
        line-height: 1.4;
        margin: 0 0 6px;
    }
    #page-column .inr-cont-item a {
        letter-spacing: 2px;
    }
    #page-column .inr-cont-item.cont-ph a {
        font-size: 30px;
    }
    #page-column .inr-cont-item h5 {
        font-size: 18px;
    }
    #page-column .cnslt-call a {
        font-size: 16px;
        padding: 14px 20px 13px 60px;
    }
    #main-heading {
        padding: 180px 0 80px;
    }
    #main-heading h1 {
        font-size: 52px;
        margin: 0 0 10px;
    }
    #main-heading .inrpg-breadcrumbs {
        font-size: 19px;
        letter-spacing: 0.4px;
    }
    #post-content, #page-content {
        padding: 80px 0 350px;
    }
    .page-template-template-contact #page-content {
        padding: 80px 0;
    }
    .page-feature-img, .single-thumbnail {
        margin: 0 0 30px;
        clip-path: polygon( 30px 0,100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%,0 100%, 0 30px );
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 40px;
    }
    #page-column h3 {
        font-size: 38px;
    }
    .cmn-box {
        padding: 45px 20px;
        margin: 30px 0;
    }
    #page-column .cmn-box h2 {
        font-size: 45px;
        letter-spacing: -1.1px;
        padding: 0 0 15px;
        margin: 0 auto 25px;
    }
    #page-column .cmn-box h2 strong {
        font-size: 57px;
    }
    #page-column p, #page-column li, .resources-top-content p {
        font-size: 18px;
        line-height: 1.75;
        margin: 0 0 20px 0;
    }
    #page-column ul li:before {
        top: 11px;
    }
    .inn-cmn-blk.scnd_cmnblk {
        padding: 50px 30px 50px 50px;
        margin: 30px 0;
    }
    #page-column .inn-cmn-riteblk h2 {
        font-size: 29px;
        letter-spacing: 0.62px;
        padding: 0 0 10px;
        margin: 0 0 20px;
    }
    #page-column .inn-cmn-riteblk h2 strong {
        font-size: 60px;
    }
    .sidebar-page .sidebar-menu-pa ul li a {
        font-size: 24px;
        padding: 0px 15px 0px 40px;
    }
    .sidebar-page .sidebar-menu-pa ul li a::before {
        width: 7px;
        height: 7px;
        top: 9px;
        left: 18px;
    }
    .sidebar-page .sidebar-item h2, h4.widget-title {
        padding: 0 10px 20px;
        font-size: 36px;
        margin: 0 0 20px;
    }
    #page-content section.widget.testi .testi-item .star-rat {
        width: 151px;
        height: 26px;
        margin: 0 auto 15px;
    }
    #page-content section.widget.testi .testi-item p {
        font-size: 17px;
        line-height: 1.75;
        margin-bottom: 20px;
    }
    #page-content section.widget.testi .testi-item h6 {
        font-size: 24px;
    }
    .testi-sdbr-blk.owl-carousel .owl-nav {
        gap: 25px;
        margin: 40px 0 0 !important;
    }
    .sidebar-page .inn-testi-blk::after {
        bottom: 40px;
        transform: scale(0.9);
    }
    .widget.csae-res h3 {
        font-size: 40px;
    }
    .widget.csae-res {
        padding: 24px 0px 30px 0px !important;
    }
    .widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav {
        bottom: -90px;
    }
    #page-column .sngl-attr-rite h2 {
        font-size: 45px;
    }
    #page-column .sngl-attr-rite h6 {
        font-size: 18px;
        letter-spacing: 6.5px;
        margin: 0 0 16px;
    }
    #page-column .sigl-attr-call a {
        font-size: 18px;
    }
    #page-column .sigl-attr-call a::before {
        width: 25px;
        height: 25px;
    }
    #page-column .sigl-attr-mail h5 a::before {
        width: 22px;
        height: 22px;
    }
    #page-column .sigl-attr-mail h5 a {
        font-size: 17px;
        letter-spacing: 0.4px;
        padding: 0px 0px 0px 38px;
    }
    #page-column .sngl-attr-btn a.cmn-btn {
        font-size: 16px;
        padding: 21px 30px;
    }
    .sngl-attr-btns {
        gap: 13px;
    }
    .sngl-attr-rite {
        padding: 4px 0 18px;
    }
    .sngl-attr-blk {
        padding: 28px 13px 0;
    }
    #page-column .inn-team-cnt h4 {
        font-size: 30px;
    }
    .inn-team-list{
        gap: 30px 3.5%;
    }
    .inn-team-img {
        padding: 36px 0 0;
    }
    #page-content .review-item {
        padding: 38px 36px 55px 40px;
        margin-bottom: 22px;
    }
    #page-content .review-item .star-rat {
        width: 180px;
        margin: 0 0 15px;
    }
    #page-content .review-item p {
        margin: 0 0 16px;
    }
    #page-content .review-item h5 {
        font-size: 23px;
    }
    #page-content .review-item h5::before {
        transform: scale(0.8);
        right: -4px;
    }
    #page-column .inn-injury-name p {
        font-size: 17px;
    }
    .inr-resources-itm h4 {
        font-size: 20px;
    }
    .inr-resources-itm::after {
        transform: scale(0.7);
    }
    #page-column .hm-faq-accordion .accordion-section-title {
        font-size: 22px;
        padding-right: 20px;
        line-height: 1.4;
    }
    #page-column .hm-faq-accordion .accordion-section-title::before {
        font-size: 25px;
        top: 11px;
        right: 20px;
    }
}
@media screen and (max-width:1366px) {
    #page-column .areaserved-item a {
        font-size: 17px;
        padding: 13px 10px 8px;
        min-height: 65px;
    }
    #page-content .areaserved-item-list {
        padding: 40px;
    }
}
@media screen and (max-width:1280px) {
}
@media screen and (max-width:1240px) {
    .container,.site-header .container, .hm-results-sec .container, .hm-pract-sec .container, .hm-team-sec .container, .hm-justice-sec .container {
        max-width: 990px;
        padding: 0 10px;
    }
    .text-heading {
        font-size: 50px;
    }
    .sub-heading {
        font-size: 22px;
        letter-spacing: -0.2px;
    }
    .site-branding {
        width: 17%;
    }
    #main-navigation ul li {
        padding: 0 20px;
    }
    #main-navigation ul li a {
        font-size: 14px;
    }
    .header-number {
        gap: 20px;
    }
    .hdr-phn-number p a {
        font-size: 22px;
    }
    .hdr-phn-number p a::before {
        left: -16px;
        transform: scale(0.55);
    }
    .hdr-phn-number {
        padding: 0 0 0 54px;
    }
    a.cmn-btn {
        font-size: 15px;
        padding: 13px 20px;
    }
    a.cmn-btn::before {
        width: 50px;
        height: 2px;
    }
    .hm-bann-sec {
        padding: 135px 0 30px;
    }
    .hm-bann-cnt h1 {
        font-size: 21px;
    }
    .hm-bann-cnt h1 small {
        font-size: 45px;
        letter-spacing: 0.4px;
    }
    .hm-bann-cnt h1 strong {
        font-size: 30px;
    }
    .hm-bann-cnt p {
        font-size: 20px;
    }
    .hm-bann-yrs-logo {
        width: 110px;
        height: 147px;
    }
    .scroll-container {
        padding: 25px 0 25px;
    }
    .scroll-container ul li::after {
        transform: scale(0.7);
    }
    .scroll-container ul li {
        margin: 0 30px 0 0;
        padding-right: 60px;
        font-size: 15px;
        letter-spacing: 2px;
    }
    .hm-justice-blck {
        padding: 50px 50px 25px 25px;
        gap: 20px;
        margin: -200px 0 0;
    }
    .hm-jstc-lft-top {
        gap: 10px;
        padding: 0 0 0 15px;
        margin: 0 0 10px;
    }
    .hm-jstc-lft-cnt h4 {
        font-size: 24px;
    }
    .hm-justice-lft h2 {
        font-size: 55px;
        letter-spacing: 1px;
        margin: 0 0 10px;
    }
    .hm-justice-lft h2 strong {
        font-size: 65px;
    }
    .hm-justice-lft p {
        font-size: 14px;
        line-height: 1.75;
        margin: 0 0 20px;
    }
    .hm-justice-lft {
        padding: 0 0 0 25px;
        width: 52%;
    }
    .hm-justice-lft::before {
        width: 36px;
        height: 93%;
        left: -3px;
    }
    .hm-justice-btn {
        padding: 0 0 0 8px;
    }
    .hm-justice-rgt {
        width: 40.7%;
        padding: 50px 0 0;
    }
    .hm-justice-rgt::before {
        width: 63.85%;
        height: 99.1%;
        bottom: 60px;
    }
    .ftr-sctn {
        padding: 60px 0 0;
    }
    .hm-form-sec {
        padding: 40px 25px;
        clip-path: polygon( 20px 0,100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%,0 100%, 0 20px );
    }
    .hm-form-sec .text-heading {
        font-size: 47px;
        margin: 0 0 10px;
    }
    .hm-form .gform_fields {
        gap: 11px !important;
    }
    .hm-form-sec p {
        font-size: 14px;
        margin: 0 0 13px;
    }
    .hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {
        font-size: 14px !important;
        padding: 14px 15px !important;
    }
    .hm-form .gform_wrapper .top_label textarea {
        height: 80px !important;
        padding-top: 14px !important;
    }
    .hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {
        font-size: 14px;
        letter-spacing: 0;
    }
    .hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
        width: 13px !important;
        height: 13px !important;
        margin: 0px 4px 0px 0 !important;
    }
    .popup .popuptext {
        width: 428px;
        top: 5px;
        padding: 7px;
        font-size: 13px;
        line-height: 1.5;
    }
    .hm-form .gform_wrapper .top_label input[type="submit"] {
        font-size: 15px !important;
        padding: 15px 20px !important;
    }
    .hm-form .gfield_description.validation_message {
        bottom: 2px;
        right: 5px !important;
        font-size: 12px;
    }
    .ftr-itm h4 {
        font-size: 20px;
        margin: 0 0 6px;
    }
    .ftr-itm p {
        font-size: 15px;
    }
    .ftr-itm p a {
        font-size: 14px;
        letter-spacing: 1px;
    }
    .ftr-itm.phn p a {
        font-size: 23px;
    }
    .ftr-itm h4:before {
        transform: scale(0.6);
        top: -9px;
    }
    .ftr-itm {
        padding: 37px 0 0;
    }
    .ftr-map iframe {
        height: 157px;
    }
    .ftr-copyrights-sec p {
        font-size: 15px;
    }
    .ftr-copyrights-sec {
        padding: 25px 0px;
    }
    .hm-awards-sec {
        padding: 50px 0 30px;
    }
    .hmawards-blck h2 {
        margin: 0 0 45px;
    }
    .hm-award-itm {
        padding: 16px 19px;
    }
    .hmawards-list.owl-carousel .owl-nav {
        margin: 35px 0 0;
        gap: 15px;
    }
    .hmawards-list.owl-carousel .owl-nav button {
        transform: scale(0.75);
        margin: -8px;
    }
    .hm-case-rslts {
        padding: 40px 0 0;
    }
    .hm-rslts-top p {
        font-size: 17px;
    }
    .hm-rslts-top {
        margin: 0 0 30px;
    }
    .hm-rslts-list {
        gap: 25px;
        margin: 0 0 35px;
    }
    .result-cnt h3 {
        font-size: 38px;
        letter-spacing: -1px;
    }
    .result-cnt h4 {
        font-size: 16px;
        background-size: 219px;
        padding: 0 0 14px;
        margin: 0 0 14px;
    }
    .rslt-btn a {
        letter-spacing: 1.2px;
        font-size: 14px;
    }
    .rslt-btn {
        bottom: 25px;
    }
    .hm-sword-sec {
        padding: 220px 0 60px;
        margin: -100px 0 0;
    }
    .sword-img {
        margin: 0 auto 30px;
    }
    .sword-cnt h2 {
        font-size: 70px;
    }
    .sword-cnt h4 {
        font-size: 30px;
        letter-spacing: 13px;
    }
    .sword-cnt h3 {
        font-size: 37px;
        letter-spacing: -0.2px;
    }
    .sword-cnt .sub-heading {
        font-size: 25px;
        margin: 0 0 19px;
        letter-spacing: 0px;
    }
    .sword-btns {
        gap: 19px;
    }
    .sword-call-btn a.cmn-btn {
        padding: 14px 20px 14px 55px;
    }
    .sword-call-btn a.cmn-btn:after {
        transform: scale(0.8);
        left: 17px;
    }
    .hm-team-sec {
        padding: 60px 0 30px;
    }
    .hm-team-sec p {
        font-size: 18px;
    }
    .hm-team-list {
        gap: 19px;
    }
    .team-img {
        padding: 25px 0 0;
    }
    .team-img:after{
        top: 6px;
    }
    .team-itm .team-cnt {
        bottom: 20px;
    }
    .team-itm .team-cnt h4 {
        font-size: 19px;
    }
    .hm-testimonials {
        padding: 30px 0 280px;
    }
    .hm-testi-top {
        margin: 0 0 20px;
    }
    .hmtesti-btn a.cmn-btn {
        padding: 16px 36px;
    }
    .hm-testimonials .testi-item {
        padding: 26px 20px 50px 30px;
    }
    .hm-testimonials .testi-item p {
        font-size: 15px;
        line-height: 1.65;
        margin: 0 0 30px;
    }
    .hm-testimonials .testi-item::after {
        right: 60px;
        bottom: 19px;
        transform: scale(0.7);
    }
    .hm-testimonials .testi-item h5 {
        font-size: 20px;
        bottom: 30px;
    }
    .hm-testimonials .testi-item:before {
        top: 7px;
    }
    .experience-sec {
        padding: 40px 0 20px;
    }
    .exp-itm {
        padding: 20px 15px;
    }
    .exp-itm h5 {
        font-size: 14px;
    }
    .hm-results-sec {
        padding: 30px 0 0;
    }
    .results-lft .text-heading strong {
        font-size: 38px;
    }
    .results-lft .text-heading {
        padding: 0 0 15px;
        margin: 0 0 15px;
    }
    .results-lft p {
        font-size: 14px;
        line-height: 1.7;
    }
    .results-lft {
        width: 39%;
        padding: 15px 0 0;
    }
    .salter-txt h4 {
        font-size: 85px;
        padding: 15px 0 15px 35px;
    }
    .year-experience h3 {
        font-size: 20px;
        padding: 20px 41px 30px 0;
    }
    .year-experience h3 strong {
        font-size: 60px;
    }
    .year-experience h3 b {
        font-size: 16px;
        letter-spacing: 0.3px;
    }
    .year-experience h3 small {
        font-size: 16px;
    }
    .results-call h5 a {
        font-size: 14px;
        padding: 12px 20px 12px 50px;
        letter-spacing: 0.2px;
    }
    .results-call h5 a:before {
        left: 15px;
        transform: scale(0.82);
    }
    .year-experience {
        left: 5px;
        bottom: 21%;
    }
    .hm-pract-sec {
        padding: 45px 0 25px;
    }
    .hm-pract-list {
        gap: 12px;
        margin: 0 0 25px;
    }
    .hm-pract-item {
        padding: 35px 25px;
    }
    .hm-pract-name h4 {
        font-size: 20px;
        min-height: 50px;
    }
    .hm-pract-blk:before {
        transform: scale(0.6);
        bottom: 45px;
        right: 40px;
    }
    .hm-pract-btn a.cmn-btn {
        padding: 16px 30px;
    }
    .hm-mission-sec {
        padding: 45px 0 50px;
    }
    .hm-mission-lft .text-heading {
        margin: 0px 0 15px;
    }
    .hm-mssn-lft-cnt h4 {
        font-size: 24px;
    }
    .hm-mssn-lft-top {
        gap: 15px;
        padding: 0 0 20px;
        margin: 0 0 16px;
    }
    .hm-mission-blck p {
        font-size: 14px;
        margin: 0 0 20px;
    }
    .hm-mission-blck {
        padding: 25px 0 0;
        gap: 30px;
    }
    #main-navigation .sub-menu li a {
        font-size: 14px;
    }
    .team-itm-blck.active::after {
        width: 77px;
        height: 20px;
    }
    .hm-team-sec .tab-buttons {
        padding: 30px 30px 30px;
    }
    .hm-team-abt-itm.text {
        padding-right: 20px;
    }
    .hm-team-sec p {
        font-size: 14px;
        line-height: 1.7;
    }
    .hm-team-abt-itm.education {
        width: 39.3%;
        padding: 0 30px 0;
    }
    .hm-team-itm-cnt h4 {
        font-size: 24px;
        margin: 0 0 10px;
    }
    .hm-team-itm-cnt h6 {
        font-size: 15px;
        line-height: 1.36;
    }
    .hm-team-abt-itm.contact {
        width: 29.1%;
        padding-left: 30px;
    }
    .hm-team-btm-lft li a {
        font-size: 13px;
        padding: 5px 10px;
        border-radius: 5px;
    }
    .hm-taem-abt {
        margin: 0 0 20px;
    }
    .hm-result-itm h5 {
        font-size: 16px;
        letter-spacing: 2.5px;
        margin: 0 0 15px;
    }
    .hm-result-itm h3 {
        font-size: 25px;
        margin: 0 0 15px;
    }
    .hm-result-itm p {
        font-size: 14px;
        line-height: 1.5;
        margin: 0 0 15px;
    }
    .hm-result-itm {
        padding: 25px 17px 88px;
    }
    .result-cnt {
        bottom: 20px;
        padding: 0 17px;
    }
    .hmawards-blck h2 strong {
        font-size: 40px;
    }
    .page-container, .post-container {
        max-width: 990px;
        padding: 0 10px;
    }
    #page-content .areaserved-item a {
        min-height: 60px;
        font-size: 16px;
    }
    #page-content .areaserved-item-list {
        padding: 35px;
    }
    .fact-checked-sec {
        padding: 20px 0px;
    }
    p.mod_date {
        font-size: 16px;
    }
    #page-column .testimonial-cta-block .star-rating {
        width: 105px;
    }
    #page-column .testimonial-cta-block .testi-content p {
        color: #931917;
        font-size: 18px;
        line-height: 1.7;
        margin: 0 0 20px;
    }
    .widget-description.active {
        font-size: 17px;
    }
    #page-column .case-results-cta .case-slider {
        gap: 15px;
    }
    #page-column .case-results-cta .case-item h4 {
        font-size: 28px;
        margin: 0 0 15px;
        padding: 12px 10px 27px;
    }
    #page-column .case-results-cta .case-item p {
        font-size: 19px;
    }
    #page-column .case-results-cta .case-item {
        padding: 4px 4px 20px !important;
        width: 48.7%;
    }
    #page-column .case-results-cta .case-item h4:before {
        bottom: 15px;
    }
    #page-column .case-results-cta {
        margin-bottom: 25px;
    }
    #page-column section.widget.widget_team_member .team-inner-list {
        gap: 20px;
    }
    #page-column section.widget.widget_team_member .team_member_name p {
        font-size: 21px;
        margin: 0 0 12px;
    }
    #page-column section.widget.widget_team_member .team_member_summary p {
        font-size: 16px;
    }
    #page-column section.widget.widget_team_member .team_member_pic {
        width: 76%;
    }
    #page-column section.widget.widget_team_member .team_member_item {
        padding-bottom: 15px;
    }
    #page-column .widget.widget_related_insights ul li {
        font-size: 20px;
    }
    #page-column .widget.widget_related_insights ul li:before {
        top: 15px;
    }
    .single-pagination .nav-links a {
        font-size: 15px;
        width: 150px;
        padding: 17px 21px 14px;
        letter-spacing: 0.3px;
    }
    .sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {
        font-size: 25px;
        margin: 0 0 15px;
    }
    .sidebar-blog {
        margin: 0 0 30px;
        gap: 14px;
    }
    .sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select {
        padding: 16px 42px 15px 15px;
        font-size: 15px;
    }
    .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select {
        background-position: right 18px center;
        background-size: 15px;
    }
    .sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit {
        right: 18px;
        background-size: 17px;
    }
    #post-column-full {
        gap: 19px 12px;
    }
    .hm-post-blk {
        padding: 10px 10px 45px;
    }
    .hm-post-blk:before {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }
    #post-content .posts-list:hover .hm-post-blk:before {
        width: calc(100% - 11px);
        height: calc(100% - 11px);
    }
    #post-content .posts-list .posts-block {
        padding: 15px 25px 0 8px;
    }
    #post-content .posts-list .posts-block h3 a {
        font-size: 20px;
    }
    #post-content .posts-list .posts-readmore a {
        font-size: 14px;
    }
    .posts-readmore {
        bottom: 26px;
    }
    #post-content .posts-list:hover .hm-post-blk:after {
        width: calc(100% - 5px);
        height: calc(100% - 5px);
    }
    #post-column-full .nav-links .page-numbers {
        width: 50px;
        font-size: 22px;
        height: 50px;
    }
    #post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers {
        transform: scale(0.8);
    }
    .sidebar-page .sidebar-blog.blog-sidebar-itm {
        padding: 22px;
    }
    #page-column .single-meta {
        margin: 0 0 15px;
    }
    #page-column .practice-list {
        gap: 25px;
    }
    #page-column .practice-item {
        padding: 35px 35px 40px;
    }
    #page-column .practice-icon, .practice-icon.icon-hover {
        margin: 0 0 15px;
    }
    #page-column .practice-name h4 {
        font-size: 26px;
        min-height: 65px;
    }
    #page-column .practice-item-blk:before {
        bottom: 59px;
        transform: scale(0.7);
        right: 58px;
    }
    #page-column .practice-item:before {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }
    #page-column .practice-item-blk:hover .practice-item:after {
        width: calc(100% - 3px);
        height: calc(100% - 3px);
    }
    #page-column .inn-rslts-list {
        gap: 25px 30px;
    }
    #page-column .inn-result-cnt h3 {
        font-size: 38px;
    }
    #page-column .inn-result-cnt h4 {
        font-size: 20px;
        padding: 0 0 15px;
        margin: 0px 0 15px;
        background-size: 265px;
    }
    #page-column .inn-result-cnt p {
        font-size: 15px;
    }
    #page-column .inn-rslt-btn a {
        font-size: 15px;
        letter-spacing: 2.2px;
    }
    .inr-cont-item:before {
        width: calc(100% - 25px);
        height: calc(100% - 25px);
    }
    .inr-cont-item {
        padding: 30px 27px;
    }
    #page-column .inr-cont-item h4:before {
        transform: scale(0.7);
        top: -7px;
    }
    #page-column .inr-cont-item h4 {
        font-size: 25px;
        padding: 56px 0 0;
    }
    #page-column .inr-cont-item p {
        font-size: 15px;
    }
    #page-column .inr-cont-item a {
        letter-spacing: 1px;
    }
    #page-column .inr-cont-item.cont-ph a {
        font-size: 27px;
    }
    #page-column .inr-cont-item h5 {
        font-size: 17px;
    }
    .inr-cont-blk .inr-cont-item.cont-ph:after {
        width: calc(100% - 4px);
        height: calc(100% - 4px);
    }
    #page-column .cnslt-call a {
        font-size: 15px;
        padding: 12px 15px 11px 60px;
    }
    #main-heading {
        padding: 150px 0 65px;
    }
    #main-heading h1 {
        font-size: 45px;
        margin: 0 0 7px;
    }
    #main-heading .inrpg-breadcrumbs {
        font-size: 18px;
        letter-spacing: 0.4px;
    }
    #post-content, #page-content {
        padding: 60px 0 260px;
    }
    .page-template-template-contact #page-content {
        padding: 60px 0;
    }
    .page-feature-img, .single-thumbnail {
        margin: 0 0 25px;
        clip-path: polygon( 30px 0,100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%,0 100%, 0 30px );
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 38px;
    }
    #page-column h3 {
        font-size: 36px;
    }
    #page-column h4 {
        font-size: 34px;
    }
    .cmn-box {
        padding: 40px 20px;
        margin: 25px 0;
    }
    #page-column .cmn-box h2 {
        font-size: 40px;
        letter-spacing: -0.5px;
        padding: 0 0 15px;
        margin: 0 auto 25px;
    }
    #page-column .cmn-box h2 strong {
        font-size: 50px;
    }
    #page-column p, #page-column li, .resources-top-content p {
        font-size: 17px;
        line-height: 1.75;
        margin: 0 0 20px 0;
    }
    #page-column ul li:before {
        width: 8px;
        height: 8px;
        top: 10px;
    }
    .inn-cmn-blk.scnd_cmnblk {
        padding: 40px 30px 40px 40px;
        margin: 25px 0;
    }
    #page-column .inn-cmn-riteblk h2 {
        font-size: 28px;
        letter-spacing: 0.62px;
        padding: 0 0 6px;
        margin: 0 0 15px;
    }
    #page-column .inn-cmn-riteblk h2 strong {
        font-size: 50px;
    }
    #page-column .inn-cmn-riteblk p {
        font-size: 16px;
        letter-spacing: 4px;
        margin: 0 0 20px;
    }
    .sidebar-page .sidebar-item {
        margin: 0 0 30px;
        padding: 25px 0px 15px;
        clip-path: polygon( 20px 0,100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%,0 100%, 0 20px );
    }
    .sidebar-page .sidebar-item h2, h4.widget-title {
        padding: 0 10px 15px;
        font-size: 30px;
        margin: 0 0 18px;
    }
    .sidebar-page .sidebar-menu-pa ul li a {
        font-size: 23px;
        padding: 0px 15px 0px 40px;
    }
    .sidebar-page section.widget.testi {
        margin: 0 0 30px;
        padding: 34px 30px 50px 30px;
    }
    .widget.csae-res h3 {
        font-size: 35px;
    }
    #page-content section.widget.testi .testi-item p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    #page-column .sngl-attr-rite h2 {
        font-size: 40px;
    }
    #page-column .sngl-attr-rite h6 {
        font-size: 16px;
        letter-spacing: 5.5px;
        margin: 0 0 14px;
    }
    #page-column .sigl-attr-call a {
        font-size: 16px;
        padding: 0 0 0 35px;
    }
    #page-column .sigl-attr-call a::before {
        width: 21px;
        height: 21px;
    }
    #page-column .sngl-attr-btn a.cmn-btn {
        font-size: 15px;
        padding: 18px 28px;
    }
    #page-column .sigl-attr-mail h5 a {
        font-size: 16px;
        letter-spacing: 0px;
        padding: 0px 0px 0px 35px;
    }
    #page-column .sigl-attr-mail h5 a::before {
        width: 20px;
        height: 20px;
    }
    .sngl-attr-btns {
        gap: 10px;
    }
    .sngl-attr-lft {
        padding: 15px 0 0;
    }
    .sngl-attr-lft::before {
        right: 10px;
    }
    .sngl-attr-blk {
        padding: 25px 12px 0;
        margin: 0 0 25px;
    }
    .sngl-attr-rite {
        padding: 4px 0 15px;
    }
    .inn-team-cnt {
        bottom: 28px;
    }
    #page-column .inn-team-cnt h4 {
        font-size: 26px;
    }
    .inn-team-img {
        padding: 30px 0 0;
    }
    .inn-team-list {
        gap: 26px 3.5%;
    }
    #page-content .review-item {
        padding: 30px 30px 42px 30px;
        margin-bottom: 20px;
    }
    #page-content .review-item .star-rat {
        width: 160px;
        margin: 0 0 12px;
    }
    #page-content .review-item p {
        margin: 0 0 14px;
    }
    #page-content .review-item h5 {
        font-size: 22px;
    }
    #page-content .review-item h5::before {
        transform: scale(0.7);
        right: -6px;
    }
    #page-column .inn-injury-list {
        gap: 15px;
        margin: 25px 0;
    }
    #page-column .inn-injury-name p {
        font-size: 16px;
    }
    #page-column .inn-injury-name h4 {
        font-size: 23px;
    }
    .resource-heading {
        font-size: 27px;
        margin: 0 0px 20px;
    }
    .inr-resources-itm {
        padding: 15px 15px 15px 45px;
        border-radius: 15px;
        margin: 0 0 12px;
    }
    .inr-resources-itm::after {
        transform: scale(0.65);
        left: 3px;
    }
    .inr-resources-itm strong {
        font-size: 14px;
        padding: 5px 8px;
        border-radius: 6px;
    }
    .inr-resources-itm h4 {
        font-size: 18px;
    }
    .inr-resources-lft, .inr-resources-rite {
        padding: 20px;
    }
    .inr-resources-lst {
        gap: 30px;
    }
    #page-column .hm-faq-accordion .accordion-section-title {
        font-size: 20px;
    }
}
@media screen and (max-width:1140px) {
}
@media screen and (max-width:1040px) {
}
@media screen and (max-width:991px) {
    .container,.site-header .container, .hm-results-sec .container, .hm-pract-sec .container, .hm-team-sec .container, .hm-justice-sec .container {
        max-width: 720px;
        padding:0px;
    }
    .text-heading {
        font-size: 44px;
    }
    .sub-heading {
        font-size: 20px;
        letter-spacing: 0;
    }
    .head-sec {
        padding: 20px 0;
    }
    .showhide {
        display: block;
    }
    .mobinav ul {
        display: block;
    }
    .hdr-src {
        display: block;
    }
    .mobile_src_nav {
        display: block;
    }
    .top-menu {
        display: none;
    }
    .logo-menu {
        display: inline-block;
        text-align: center;
    }
    .topmenu {
        width: 100%;
        display: none;
    }
    .showhide b.txtl, .showhide b.txtr {
        color: #fff;
    }
    .logo {
        width: max-content;
    }
    .logo img {
        max-width: 200px;
    }
    .top-rit {
        max-width: 100%;
        position: inherit;
        display: inline-block;
        margin: 0;
        float: none;
    }
    .mobinav ul {
        padding: 10px 10px;
        text-align: left;
        display: block;
    }
    .mobinav {
        top: 44px;
        display: block;
    }
    .mobile_src_nav {
        display: block;
        padding: 8px 0;
        background-color: #7f0306;
    }
    .logo-rit {
        max-width: 100%;
        text-align: center;
        background-color: transparent;
        border: 0;
        padding: 0;
    }
    .sticky-wrap {
        display: block;
    }
    .header-sticky.fixed-header {
        display: block;
    }
    header#site-header {
        border: none;
        background-color: transparent;
    }
    nav#main-navigation {
        display: none;
    }
    header.site-header.is-sticky{
        display: none;
    }
    .logo-section{
        position: relative;
        padding: 15px 0 !important;
        align-items: center;
    }
    .site-branding {
        width: 100%;
        max-width: 170px;
        padding: 0;
    }
    .sicky-cnt.sticky-mobile-logo {
        width: 100%;
        max-width: 170px;
    }
    .site-header {
        padding: 10px 0 0;
        position: inherit;
        background-color: #030303;
    }
    .logo-section {
        padding: 0 0 10px !important;
        flex-wrap: wrap;
    }
    .header-number {
        gap: 10px;
    }
    .hdr-phn-number p a {
        font-size: 20px;
        padding: 0;
    }
    .hdr-phn-number p a::before {
        left: -18px;
        transform: scale(0.5);
    }
    .hdr-phn-number {
        padding: 0 0 0 48px;
    }
    .hdr-menu-blck {
        gap: 0;
    }
    .hm-bann-sec {
        padding: 40px 0 20px;
    }
    .hm-bann-cnt h1 {
        font-size: 20px;
    }
    .hm-bann-cnt h1 small {
        font-size: 42px;
    }
    .hm-bann-cnt h1 strong {
        font-size: 28px;
    }
    .hm-bann-cnt p {
        font-size: 16px;
        line-height: 1.3;
    }
    .hm-bann-cnt {
        bottom: 0;
    }
    .hm-bann-yrs-logo {
        width: 80px;
        height: 107px;
        top: 0;
        bottom: auto;
    }
    .hm-justice-blck {
        padding: 40px 20px 20px;
        gap: 20px;
        margin: 0 auto;
        clip-path: none;
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
        max-width: 420px;
        float: none;
    }
    .hm-justice-rgt {
        width: 100%;
        padding: 0;
        max-width: 320px;
        border-bottom: 2px solid #dac585;
    }
    .hm-justice-rgt::before {
        width: 200px;
        height: 200px;
        bottom: auto;
        top: -30px;
    }
    .hm-jstc-lft-top {
        gap: 10px;
        padding: 0;
        margin: 0 0 10px;
        flex-direction: column;
        align-items: center;
    }
    .hm-justice-lft {
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .hm-justice-lft::before{
        display: none;
    }
    .hm-justice-sec {
        padding: 30px 0 0;
    }
    .hm-justice-lft h2 {
        font-size: 36px;
        letter-spacing: 1px;
        margin: 0 0 10px;
    }
    .hm-justice-lft h2 strong {
        font-size: 38px;
        display: block;
    }
    .hm-justice-lft p {
        font-size: 14px;
        line-height: 1.5;
        margin: 0 0 15px;
    }
    .ftr-sctn {
        padding: 40px 0 0;
    }
    .ftr-blck {
        flex-direction: column-reverse;
        align-items: center;
        gap: 25px;
    }
    .ftr-rgt {
        width: 100%;
    }
    .hm-form-sec {
        padding: 25px 20px;
        clip-path: none;
    }
    .hm-form-sec .text-heading {
        font-size: 40px;
        margin: 0 0 10px;
    }
    .popup .popuptext {
        width: 680px;
        top: 5px;
        padding: 7px;
        font-size: 13px;
        line-height: 1.5;
    }
    .ftr-lft {
        padding: 0;
        border: 0;
        width: 100%;
    }
    .ftr-logo {
        width: 100%;
        max-width: 230px;
    }
    .ftr-map {
        padding: 0 0 4px;
        max-width: 420px;
    }
    .ftr-block-list {
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }
    .ftr-itm {
        padding: 57px 10px 15px;
        border: 1px solid #fff;
        width: 100%;
        max-width: 320px;
    }
    .ftr-itm h4:before {
        transform: scale(0.6);
        top: 6px;
    }
    .ftr-map iframe {
        height: 200px;
    }
    .ftr-copyrights-sec {
        padding: 20px 0px;
    }
    .hm-jstc-lft-img {
        width: 100%;
        max-width: 70px;
    }
    .hm-awards-sec {
        padding: 40px 0 30px;
    }
    .hmawards-blck h2 {
        margin: 0 0 30px;
    }
    .hm-award-itm {
        padding: 15px 19px;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .hmawards-list.owl-carousel .owl-nav button {
        transform: scale(0.7);
        margin: -10px;
    }
    .hm-case-rslts {
        padding: 30px 0 0;
    }
    .hm-rslts-top p {
        font-size: 16px;
    }
    .hm-rslts-list {
        gap: 15px;
        margin: 0 0 30px;
    }
    .hm-rslt-blk{
        width: 100%;
        max-width: 350px;
        clip-path: none;
        margin: 0 auto;
    }
    .hm-result-itm {
        padding: 20px 15px 25px;
        clip-path: none;
    }
    .result-img {
        clip-path: none;
    }
    .hm-result-itm:before {
        clip-path: none;
        bottom: 8px;
    }
    .hm-rslts-list .owl-dots, .hm-team-list .owl-dots {
        display: flex ;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 20px auto 0;
    }
    .hm-rslts-list .owl-dots button.owl-dot, .hm-team-list .owl-dots button.owl-dot {
        width: 12px;
        height: 12px;
        border: 1px solid #88774b;
        border-radius: 50%;
        background-color: #88774b;
    }
    .hm-rslts-list .owl-dots button.owl-dot.active, .hm-team-list .owl-dots button.owl-dot.active {
        background-color: #7f0306;
        outline: 1px solid #88774b;
        outline-offset: 2px;
        border-color: #7f0306;
    }
    .hm-sword-sec {
        padding: 150px 0 40px;
        margin: -70px 0 0;
    }
    .sword-img {
        margin: 0 auto 20px;
        width: 100%;
        max-width: 120px;
    }
    .sword-cnt h2 {
        font-size: 56px;
    }
    .sword-cnt h4 {
        font-size: 24px;
        letter-spacing: 10px;
    }
    .sword-cnt h3 {
        font-size: 30px;
        letter-spacing: 0;
    }
    .sword-cnt .sub-heading {
        font-size: 22px;
        margin: 0 0 14px;
    }
    .sword-cnt:before{
        bottom: 10px;
    }
    .sword-call-btn a.cmn-btn {
        padding: 12px 20px 12px 50px;
    }
    .sword-call-btn a.cmn-btn:after {
        left: 14px;
    }
    .hm-team-sec {
        padding: 40px 0 30px;
    }
    .hm-team-sec p {
        font-size: 17px;
    }
    .team-itm {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        clip-path: none;
    }
    .team-img {
        padding: 15px 0 0;
        clip-path: none;
    }
    .team-img:after {
        top: 0;
        clip-path: none;
        width: 100%;
    }
    .team-itm .team-cnt h4 {
        font-size: 25px;
    }
    .team-itm .team-cnt {
        bottom: 20px;
        width: 100%;
    }
    .hm-testi-top {
        flex-direction: column;
        justify-content: center;
    }
    .hmtesti-btn {
        display: none;
    }
    .hmtesti-btn.testi-mbl-btn {
        display: block;
        text-align: center;
        margin: 20px 0 0;
    }
    .star-rat {
        margin: 0 0 10px;
        width: 100%;
        max-width: 150px;
    }
    .hm-testimonials .hm-testi-blk{
        clip-path: none;
    }
    .hm-testimonials .testi-item {
        padding: 22px 15px 45px 20px;
        clip-path: none;
    }
    .hm-testimonials .testi-item p {
        font-size: 15px;
        line-height: 1.65;
        margin: 0 0 25px;
    }
    .hm-testimonials .testi-item h5 {
        font-size: 19px;
        bottom: 26px;
    }
    .hm-testimonials .testi-item:before {
        top: 5px;
        clip-path: none;
        width: 98%;
    }
    .hm-testimonials .testi-item::after {
        right: 40px;
        bottom: 10px;
        transform: scale(0.6);
    }
    .hm-testimonials h2 br{
        display: none;
    }
    .hm-testimonials h2{
        text-align: center;
    }
    .hm-testimonials {
        padding: 30px 0;
    }
    .sword-btns {
        gap: 15px;
        flex-wrap: wrap-reverse;
    }
    .exp-itm {
        width: 100%;
        max-width: 280px;
        margin: auto;
    }
    .exp-list.owl-carousel .owl-item.active .exp-itm {
        border-bottom-color: #ac8e50;
        background-image: url(images/exp-grad-img.webp);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: top center;
    }
    .exp-list.owl-carousel .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 25px auto 0;
    }
    .exp-list.owl-carousel .owl-dots button.owl-dot {
        width: 12px;
        height: 12px;
        border: 1px solid #bca66b;
        border-radius: 50%;
        background-color: transparent;
    }
    .exp-list.owl-carousel .owl-dots button.owl-dot.active {
        background-color: #bca66b;
        outline: 1px solid #bca66b;
        outline-offset: 2px;
    }
    .hm-results-blk {
        flex-direction: column-reverse;
        gap: 15px;
    }
    .results-rite {
        width: 100%;
        max-width: 420px;
        margin: auto;
    }
    .hm-results-sec {
        padding: 30px 0;
    }
    .salter-txt h4 {
        font-size: 75px;
        padding: 15px 30px 15px;
    }
    .results-rite-img {
        width: 100%;
        max-width: 280px;
    }
    .results-lft {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .results-lft .text-heading {
        text-align: center;
    }
    .results-lft .text-heading br{
        display: none;
    }
    .hm-results-btns {
        justify-content: center;
    }
    .hm-pract-sec {
        padding: 40px 0 20px;
    }
    .hm-pract-blk {
        width: 100%;
        max-width: 380px;
        margin: auto;
    }
    .hm-pract-itm-img, .hm-pract-itm-hvr-img {
        width: 100%;
        max-width: 65px;
    }
    .hm-pract-list {
        gap: 18px;
    }
    .hm-pract-btn a.cmn-btn {
        padding: 15px 22px;
    }
    .hm-mission-blck {
        padding: 0;
        gap: 0px;
        flex-direction: column;
    }
    .hm-mission-blck::after{
        display: none;
    }
    .hm-mission-lft {
        width: 100%;
        text-align: center;
    }
    .hm-mission-blck::before{
        display: none;
    }
    .hm-mssn-lft-img {
        width: 100%;
        max-width: 70px;
    }
    .hm-mission-rgt {
        width: 100%;
        text-align: center;
    }
    .hm-mssn-lft-top {
        padding: 0 0 15px;
        margin: 0 auto 16px;
        max-width: 310px;
        text-align: left;
    }
    .hm-mssn-lft-img {
        width: 100%;
        max-width: 70px;
    }
    .hm-mssn-lft-cnt {
        width: 100%;
    }
    .hm-mssn-rgt-text {
        padding: 0;
        width: 100%;
        margin: 0;
    }
    .hm-mission-sec {
        padding: 35px 0 40px;
    }
    .hm-mission-btn {
        display: none;
    }
    .hm-mission-btn.mob-btn {
        display: block;
        margin: 20px 0 0;
        text-align: center;
    }
    .hm-results-sec {
        background-image: url(images/results-bg-mob-image.webp);
    }
    .hm-pract-list.owl-carousel .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 25px auto 0;
    }
    .hm-pract-list.owl-carousel .owl-dots button.owl-dot {
        width: 12px;
        height: 12px;
        border: 1px solid #7f0306;
        border-radius: 50%;
        background-color: transparent;
    }
    .hm-pract-list.owl-carousel .owl-dots button.owl-dot.active {
        background-color: #7f0306;
        outline: 1px solid #7f0306;
        outline-offset: 2px;
    }
    .hm-mssn-rgt-img {
        width: 100%;
        max-width: 420px;
        margin: auto;
    }
    .hm-mssn-rgt-img img {
        clip-path: none;
    }
    .hm-mission-blck p {
        margin: 0 0 15px;
    }
    .rslt-btn {
        margin: auto;
        right: 0;
        left: 0;
    }
    .result-cnt h4 {
        background-position: bottom left;
    }
    .result-cnt {
        text-align: left;
        position: static;
        padding: 0;
    }
    .case-category-list a{
        padding: 5px 20px;
        font-size: 15px;
    }
    .pract-block p {
        font-size: 14px;
        margin: 0 0 15px;
    }
    .team-itm-blck {
        width: 100%;
        max-width: 280px;
    }
    .hm-team-list {
        gap: 15px;
    }
    .hm-team-abt-itm {
        width: 100% !important;
        max-width: 320px;
        border: 1px solid rgb(255, 255, 255, 0.5) !important;
        padding:20px 15px !important;
    }
    .hm-taem-abt {
        margin: 0 0 20px;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .hm-team-abt-itm.text {
        width: 100% !important;
        max-width: 100%;
        padding: 0 !important;
        border: 0 !important;
    }
    .hm-team-btm {
        flex-direction: column;
        gap: 15px;
    }
    .hm-team-btm-lft {
        width: 100%;
    }
    .hm-team-top {
        margin: 0 0 20px;
        flex-direction: column;
        gap: 15px;
    }
    .hmawards-blck h2 strong {
        font-size: 32px;
    }
    .page-container, .post-container {
        max-width: 720px;
        padding:0px;
    }
    #page-content .areaserved-item {
        width: 48%;
    }
    .page-col-full, .single-col-full {
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        gap: 25px
    }
    #single-column, #post-column, #page-column {
        width: 100%;
    }
    .sidebar-page, .sidebar-single {
        width: 100%;
        max-width: 350px;
    }
    #page-column .testimonial-cta-block .testi-content p {
        font-size: 17px;
    }
    #page-column .case-results-cta .case-item {
        width: 100%;
        max-width: 350px;
    }
    #page-column section.widget.widget_team_member .team_member_item {
        width: 100%;
        max-width: 200px;
    }
    #page-column .testimonial-cta-block .testi-item h6 {
        font-size: 23px;
    }
    #page-column section.widget.widget_team_member .team_member_name p {
        font-size: 19px;
    }
    .related-insights-posts .posts-list {
        width: 100%;
        max-width: 300px;
    }
    .related-insights-posts {
        justify-content: center;
        flex-wrap: wrap;
    }
    .sidebar-blog {
        gap: 15px;
        margin: 0 0 20px;
        flex-direction: column;
        align-items: center;
    }
    .sidebar-blog-item {
        width: 100%;
        margin: 0;
        position: relative;
        max-width: 300px;
    }
    #post-column-full {
        gap: 15px;
    }
    .posts-list {
        width: 100%;
        max-width: 350px;
        clip-path: none;
    }
    .hm-post-blk {
        padding: 8px 8px 45px;
        clip-path: none;
    }
    .posts-thumbnail {
        clip-path: none;
    }
    .hm-post-blk:before {
        width: calc(100% - 16px);
        height: calc(100% - 16px);
        clip-path: none;
    }
    .hm-post-blk:after{
        clip-path: none;
    }
    .single-pagination {
        margin: 20px 0 0;
    }
    #page-column .practice-item-blk {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }
    #page-column .practice-icon, .practice-icon.icon-hover {
        width: 100%;
        max-width: 70px;
    }
    #page-column .practice-name h4 {
        font-size: 24px;
        min-height: 60px;
    }
    #page-column .practice-item-blk:before {
        bottom: 56px;
        transform: scale(0.65);
        right: 55px;
    }
    #page-column .practice-item:before {
        width: calc(100% - 25px);
        height: calc(100% - 25px);
    }
    #page-column .practice-list {
        gap: 20px;
    }
    #page-column .inn-rslts-list {
        gap: 20px;
        flex-direction: column;
    }
    #page-column .inn-rslt-blk {
        width: 100%;
        max-width: 420px;
        margin: auto;
    }
    #page-column .inn-result-cnt h3 {
        font-size: 32px;
        letter-spacing: -1.9px;
    }
    #page-column .inn-result-cnt p{
        margin: 0 0 10px;
    }
    .inr-cont-list {
        flex-direction: column;
    }
    .inr-cont-blk {
        width: 100%;
        max-width: 320px;
        margin: auto;
    }
    #main-heading {
        padding: 60px 0 45px;
    }
    #main-heading h1 {
        font-size: 40px;
        margin: 0 0 7px;
    }
    #main-heading .inrpg-breadcrumbs {
        font-size: 17px;
        letter-spacing: 0.4px;
    }
    #post-content, #page-content {
        padding: 50px 0  90px;
    }
    .page-template-template-contact #page-content {
        padding: 50px 0;
    }
    .page-feature-img, .single-thumbnail {
        margin: 0 0 20px;
        clip-path: none;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 35px;
    }
    #page-column h3 {
        font-size: 32px;
    }
    #page-column h4 {
        font-size: 29px;
    }
    #page-column h5 {
        font-size: 27px;
    }
    #page-column h6 {
        font-size: 25px;
    }
    #page-column .cmn-box h2 {
        font-size: 35px;
        letter-spacing: 0;
        padding: 0 0 15px;
        margin: 0 auto 25px;
    }
    #page-column .cmn-box h2 strong {
        font-size: 40px;
    }
    #page-column .inn-cmn-riteblk h2 {
        font-size: 25px;
        letter-spacing: 0.62px;
        padding: 0 0 6px;
        margin: 0 0 15px;
    }
    #page-column .inn-cmn-riteblk h2 strong {
        font-size: 43px;
    }
    #page-column .inn-cmn-riteblk p {
        font-size: 16px;
        letter-spacing: 3px;
        margin: 0 0 15px;
    }
    .inn-cmn-blk.scnd_cmnblk {
        padding: 35px 30px 35px 40px;
        margin: 20px 0;
    }
    .widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav {
        bottom: -80px;
    }
    .sidebar-page .sidebar-item {
        margin: 0 0 20px;
        padding: 25px 0px 15px;
        clip-path: polygon( 20px 0,100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%,0 100%, 0 20px );
    }
    .sidebar-page section.widget.testi {
        margin: 0 0 20px;
        padding: 34px 30px 50px 30px;
    }
    .sngl-attr-blk {
        padding: 22px 10px 20px;
        margin: 0 auto 25px;
        max-width: 400px;
        flex-direction: column;
        align-items: center;
        clip-path: none;
    }
    #page-column .sngl-attr-rite h2 {
        font-size: 35px;
    }
    .sngl-attr-btns {
        gap: 5px;
    }
    .sngl-attr-lft {
        padding: 15px 4px 0;
        width: 100%;
        max-width: 300px;
        border-bottom: 2px solid #dec981;
    }
    .sngl-attr-rite {
        padding: 22px 0 0;
        width: 100%;
        text-align: center;
    }
    .inn-team-itm {
        width: 100%;
        max-width: 320px;
    }
    #page-column .inn-team-cnt h4 {
        font-size: 28px;
    }
    .inn-team-list {
        gap: 25px;
    }
    #reviews-main {
        column-count: 1;
        gap: 18px;
    }
    #page-content .review-item {
        padding: 30px 30px 42px 30px;
        margin-bottom: 18px;
        max-width: 550px;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
    #page-column .inn-injury-list {
        gap: 15px;
        margin: 25px 0;
        flex-wrap: wrap;
    }
    #page-column .inn-injury-blk {
        width: 100%;
        max-width: 320px;
    }
    .inr-resources-lft, .inr-resources-rite {
        padding: 20px;
        width: 100%;
    }
    .inr-resources-lst {
        gap: 20px;
        flex-wrap: wrap;
    }
    #page-column .hm-faq-accordion .accordion-section-title::before {
        font-size: 25px;
        top: 10px;
        right: 20px;
    }
    .page-id-117 #page-column .inn-injury-blk{
        width: 48%;
        margin:0.5%;
    }
    .widget.csae-res .hm-result-itm{
        padding:20px 20px 25px;
    }
}
@media screen and (max-width:767px) {
    .container,.site-header .container, .hm-results-sec .container, .hm-pract-sec .container, .hm-team-sec .container, .hm-justice-sec .container {
        max-width: 100%;
        padding: 0 15px;
    }
    .text-heading {
        font-size: 36px;
        margin: 0 0 8px;
        line-height: 1.1;
    }
    .sub-heading {
        font-size: 19px;
    }
    .hmawards-blck h2 {
        line-height: 1.1;
        font-size: 28px;
        margin: 0 0 20px;
    }
    .hm-bann-cnt {
        bottom: 0;
        position: inherit;
    }
    .hm-bann-cnt h1 small {
        font-size: 35px;
    }
    .hm-bann-cnt h1 strong {
        font-size: 22px;
    }
    .hm-bann-cnt p {
        font-size: 15px;
    }
    .hm-bann-img {
        width: 100%;
        margin: 0 auto 20px;
        max-width: 420px;
        border-bottom: 2px solid #fff;
    }
    .hm-bann-sec {
        padding: 20px 0 10px;
    }
    .scroll-container {
        padding: 20px 0 20px;
    }
    .scroll-container::before, .scroll-container::after {
        width: 100%;
    }
    .scroll-container ul li {
        margin: 0 10px 0 0;
        padding-right: 45px;
        font-size: 14px;
        letter-spacing: 1px;
    }
    .scroll-container ul li::after {
        transform: scale(0.6);
    }
    .hm-jstc-lft-cnt h4 {
        font-size: 20px;
    }
    .hm-justice-lft h2 strong {
        font-size: 28px;
    }
    .hm-justice-lft h2 {
        font-size: 27px;
        letter-spacing: 1px;
        margin: 0 0 10px;
    }
    .hm-form .gform_fields {
        gap: 10px !important;
    }
    .hm-form .gfield.gfield--type-text, .hm-form .gfield.gfield--type-phone {
        width: 100% !important;
    }
    .hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield {
        max-width: 100%;
    }
    .popup .popuptext {
        width: 100%;
        top: 5px;
        padding: 7px;
        font-size: 13px;
        line-height: 1.5;
    }
    .hm-form .chk .gfield_description.validation_message {
        bottom: -20px !important;
        right: auto !important;
    }
    .hm-form .gform_wrapper .gform_footer.top_label {
        margin: 20px auto 0;
    }
    .hm-form-sec {
        padding: 20px 10px;
    }
    .hm-form-sec .text-heading {
        font-size: 30px;
        margin: 0 0 10px;
    }
    .hm-form .gform_wrapper .top_label textarea {
        height: 70px !important;
        padding-top: 14px !important;
    }
    .ftr-copyrights-sec p {
        font-size: 14px;
    }
    .ftr-map::after {
        width: 100%;
        max-width: 400px;
        height: 6px;
    }
    .hm-rslts-top p {
        font-size: 15px;
        line-height: 1.4;
    }
    .hm-rslts-top {
        margin: 0 0 24px;
    }
    .hm-sword-sec {
        padding: 100px 0 40px;
        margin: -40px 0 0;
    }
    .sword-cnt h2 {
        font-size: 45px;
    }
    .sword-cnt h4 {
        font-size: 19px;
        letter-spacing: 8px;
    }
    .sword-cnt h3 {
        font-size: 23px;
        margin: 0 0 8px;
    }
    .sword-cnt .sub-heading {
        font-size: 19px;
        margin: 0 0 14px;
    }
    .hm-team-sec p {
        font-size: 16px;
        line-height: 1.4;
    }
    .hm-testimonials .testi-item::after {
        right: 20px;
    }
    .results-lft .text-heading strong {
        font-size: 30px;
    }
    .results-rite-img img {
        height: 410px;
        object-fit: contain;
        overflow: hidden;
    }
    .salter-txt {
        left: 0;
    }
    .year-experience {
        left: 0;
        bottom: 0;
        position: inherit;
    }
    .year-experience h3 {
        font-size: 17px;
        padding: 15px 20px;
        border: 1px solid #ccba84;
        width: auto;
        max-width: 220px;
        margin: auto;
    }
    .year-experience h3:before{
        display: none;
    }
    .year-experience h3 strong {
        font-size: 45px;
    }
    .year-experience h3 b {
        font-size: 15px;
        letter-spacing: 0;
        display: inline-block;
    }
    .year-experience h3 small {
        font-size: 15px;
    }
    .results-rite-img {
        margin: 0 auto 20px;
    }
    .salter-txt h4 {
        font-size: 65px;
        padding: 15px 20px 15px;
    }
    .hm-pract-sec {
        padding: 30px 0 20px;
    }
    .hm-mission-blck p {
        margin: 0 0 15px;
    }
    .hm-mission-sec {
        padding: 30px 0;
    }
    .hm-mssn-lft-cnt h4 {
        font-size: 22px;
    }
    .hm-team-sec {
        padding: 30px 0 0px;
    }
    .hm-result-itm h5 {
        font-size: 14px;
        letter-spacing: 2px;
        margin: 0 0 15px;
    }
    .hm-result-itm h3 {
        font-size: 22px;
        margin: 0 0 15px;
    }
    .hm-result-itm {
        padding: 20px 10px 20px;
    }
    .hmawards-blck h2 strong {
        font-size: 20px;
    }
    .page-container, .post-container {
        max-width:100%;
        padding: 0 15px;
    }
    .inn-team-list {
        gap: 20px;
    }
    #page-content .review-item h5 {
        font-size: 21px;
    }
    .cmn-box {
        padding: 30px 20px;
        margin: 25px 0;
    }
    #page-column .cmn-box h2 {
        font-size: 35px;
        letter-spacing: 0;
        padding: 0 0 15px;
        margin: 0 auto 20px;
    }
    .cmn-box-cnslt-btn {
        gap: 15px;
    }
    .inn-cmn-blk.scnd_cmnblk {
        padding: 30px 20px 30px 40px;
        margin: 20px 0;
    }
    #page-column .inn-cmn-riteblk h2 {
        font-size: 22px;
        letter-spacing: 0;
        padding: 0 0 6px;
        margin: 0 0 15px;
    }
    #page-column .inn-cmn-riteblk h2 strong {
        font-size: 38px;
    }
    #page-column .inn-cmn-riteblk p {
        font-size: 15px;
        letter-spacing: 2px;
        margin: 0 0 15px;
    }
}
@media screen and (max-width:680px) {
    .logo-section {
        flex-direction: column;
        gap: 20px;
        padding: 0 0 20px !important;
    }
    .header-number {
        flex-direction: column;
        gap: 15px;
    }
    .hm-bann-yrs-logo {
        position: inherit;
    }
    .hm-bann-cnt {
        margin: 0 0 15px;
    }
    #page-column p, #page-column li, .resources-top-content p {
        font-size: 15px;
        line-height: 1.7;
        margin: 0 0 16px 0;
    }
    #page-column ul li:before {
        width: 7px;
        height: 7px;
        top: 8px;
    }
    #page-column .hm-faq-accordion .accordion-section-title {
        font-size: 16px;
    }
    #page-column .hm-faq-accordion .accordion-section-title {
        padding: 8px 50px 8px 12px;
    }
    #page-column .hm-faq-accordion .accordion-section-content {
        padding: 0 15px;
    }
    #page-column .hm-faq-accordion .accordion-section-title::before {
        font-size: 25px;
        top: 5px;
        right: 20px;
    }
}
@media screen and (max-width:640px) {
    #page-content .areaserved-item {
        width: 100%;
    }
    #page-content .areaserved-item-list {
        padding: 30px 15px;
    }
    .page-id-117 #page-column .inn-injury-blk{
        width: 99%;
        margin:0.5%;
        max-width:300px;
    }
}
@media screen and (max-width:540px) {
    .hm-case-rslts {
        padding: 20px 0 0;
    }
    .result-cnt h4 {
        background-size: 199px;
    }
    .sword-cnt h2 {
        font-size: 36px;
    }
    .sword-cnt h4 {
        font-size: 17px;
        letter-spacing: 6px;
    }
    .sword-cnt h3 {
        font-size: 20px;
    }
    .sword-cnt .sub-heading {
        font-size: 18px;
    }
}
@media screen and (max-width:480px) {
    .hm-bann-cnt h1 {
        font-size: 19px;
    }
    .hm-bann-cnt h1 small {
        font-size: 30px;
    }
    .hm-bann-cnt h1 strong {
        font-size: 20px;
        line-height: 1.2;
    }
    .sword-cnt h2 {
        font-size: 26px;
        margin: 0 0 8px;
    }
    .sword-cnt h4 {
        font-size: 15px;
        letter-spacing: 4px;
    }
    .sword-cnt h3 {
        font-size: 16px;
        letter-spacing: 0.8px;
    }
    .sword-cnt .sub-heading {
        font-size: 16px;
    }
    .star-rat {
        max-width: 130px;
    }
    .hm-testimonials .testi-item::after {
        right: 10px;
    }
    .hm-testimonials .testi-item:before {
        top: 8px;
        clip-path: none;
        width: 95%;
    }
    .sword-img {
        max-width: 80px;
    }
    .hm-sword-sec {
        padding: 60px 0 40px;
        margin: -20px 0 0;
    }
    .result-cnt h3 {
        font-size: 32px;
        letter-spacing: 0;
    }
    .result-cnt h4 {
        font-size: 15px;
    }
    .experience-sec {
        padding: 30px 0 20px;
    }
    .salter-txt h4 {
        font-size: 52px;
        padding: 10px 20px 10px;
    }
    .results-rite-img img {
        height: 365px;
    }
    .results-rite-img {
        margin: 0 auto 15px;
    }
    .results-lft .text-heading strong {
        font-size: 26px;
    }
    .hm-results-btns {
        flex-direction: column-reverse;
    }
    .results-lft p {
        margin: 0 0 15px;
    }
    .hm-pract-itm-img, .hm-pract-itm-hvr-img {
        max-width: 55px;
    }
    .hm-pract-btn a.cmn-btn {
        padding: 14px 20px;
    }
    .hm-mission-sec {
        padding: 20px 0 25px;
    }
    .hm-mission-blck p {
        line-height: 1.6;
    }
    .hm-mssn-lft-cnt h4 {
        font-size: 21px;
    }
    .hm-bann-img {
        margin: 0 auto 10px;
    }
    .text-heading {
        font-size: 30px;
    }
    .sub-heading {
        font-size: 18px;
    }
    .hm-pract-blk {
        clip-path: none;
    }
    .hm-pract-item:before,.hm-pract-item:after{
        display: none;
    }
    .hm-pract-item {
        padding: 25px 20px;
    }
    .hm-team-sec .tab-buttons {
        padding: 20px 15px 20px;
    }
    #page-column .testimonial-cta-block .star-rating {
        width: 100px;
    }
    #page-column .testimonial-cta-block .testi-item h6 {
        font-size: 21px;
    }
    #page-column .case-results-cta .case-item p {
        font-size: 18px;
    }
    #page-column .widget.widget_related_insights ul li {
        font-size: 18px;
    }
    #page-column .widget.widget_related_insights ul li:before {
        top: 14px;
        width: 8px;
        height: 8px;
    }
    .posts-list {
        max-width: 320px;
    }
    #post-content .posts-list .posts-block h3 a {
        font-size: 18px;
    }
    #post-content .posts-list .posts-readmore a {
        font-size: 13px;
    }
    #post-column-full .nav-links .page-numbers {
        width: 45px;
        font-size: 19px;
        height: 45px;
    }
    #post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers {
        transform: scale(0.7);
    }
    .sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {
        font-size: 22px;
    }
    .sidebar-page .sidebar-item.sidebar_categories, .sidebar-page .sidebar-item.sidebar_archives, .sidebar-page .sidebar-item.sidebar_search {
        margin: 0 0 15px;
    }
    .single-pagination .nav-links a {
        font-size: 14px;
        width: 130px;
        padding: 15px 15px 12px;
        letter-spacing: 0.7px;
    }
    #page-column .practice-item {
        padding: 30px 30px 30px;
    }
    #page-column .practice-item:before {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }
    #page-column .practice-icon, .practice-icon.icon-hover {
        max-width: 60px;
        margin: 0 0 10px;
    }
    #page-column .practice-name h4 {
        font-size: 21px;
        min-height: 55px;
    }
    #page-column .practice-item-blk:before {
        bottom: 45px;
        transform: scale(0.55);
        right: 40px;
    }
    #page-column .inn-result-cnt h3 {
        font-size: 25px;
        letter-spacing: -0.7px;
    }
    #page-column .inn-result-cnt h4 {
        font-size: 17px;
        padding: 0 0 12px;
        margin: 0px 0 12px;
        background-size: 210px;
    }
    #page-column .inn-result-cnt p {
        font-size: 14px;
    }
    #page-column .inn-rslt-btn a {
        font-size: 14px;
        letter-spacing: 1px;
    }
    #page-column .inn-result-itm {
        padding: 30px 20px 20px;
    }
    #page-column .inn-rslts-list {
        gap: 15px;
    }
    #page-column .inr-cont-item h4 {
        font-size: 22px;
        padding: 55px 0 0;
    }
    #page-column .inr-cont-item p {
        font-size: 14px;
    }
    #page-column .inr-cont-item a {
        letter-spacing: 0.7px;
    }
    #page-column .inr-cont-item h5 {
        font-size: 16px;
    }
    #page-column .inr-cont-item.cont-ph a {
        font-size: 24px;
    }
    .inr-cont-item {
        padding: 25px 25px;
    }
    .inr-cont-item:before {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }
    #page-column .inr-cont-item h5 {
        font-size: 15px;
    }
    #main-heading {
        padding: 50px 0 40px;
    }
    #main-heading h1 {
        font-size: 30px;
        margin: 0 0 7px;
    }
    #main-heading .inrpg-breadcrumbs {
        font-size: 15px;
        letter-spacing: 0;
    }
    #post-content, #page-content {
        padding: 40px 0  80px;
    }
    .page-template-template-contact #page-content {
        padding: 40px 0;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 27px;
    }
    #page-column h3 {
        font-size: 25px;
    }
    #page-column h4 {
        font-size: 23px;
    }
    #page-column h5 {
        font-size: 22px;
    }
    #page-column h6 {
        font-size: 20px;
    }
    .cmn-box {
        padding: 20px 15px;
        margin: 20px 0;
    }
    #page-column .cmn-box h2 {
        font-size: 28px;
        letter-spacing: 0;
        padding: 0 0 10px;
        margin: 0 auto 20px;
    }
    #page-column .cmn-box h2 strong {
        font-size: 28px;
    }
    .cmn-box-cnslt-btn {
        gap: 14px;
    }
    #page-column .cnslt-call a {
        font-size: 15px;
        padding: 12px 15px 11px 40px;
    }
    #page-column .cnslt-call a::before {
        width: 24px;
        height: 24px;
        left: 10px;
    }
    #page-column .inn-cmn-riteblk h2 strong {
        font-size: 30px;
    }
    #page-column .inn-cmn-riteblk p {
        font-size: 14px;
        letter-spacing: 0px;
        margin: 0 0 10px;
    }
    #page-column .inn-cmn-riteblk h2 {
        font-size: 22px;
        letter-spacing: 0;
        padding: 0 0 6px;
        margin: 0 0 10px;
    }
    .sidebar-page .sidebar-item h2, h4.widget-title {
        padding: 0 10px 15px;
        font-size: 28px;
        margin: 0 0 18px;
    }
    .sidebar-page .sidebar-menu-pa ul li a {
        font-size: 20px;
        padding: 0px 15px 0px 34px;
    }
    .sidebar-page .sidebar-menu-pa ul li a::before {
        width: 6px;
        height: 6px;
        top: 9px;
        left: 18px;
    }
    .sidebar-page section.widget.testi {
        margin: 0 0 20px;
        padding: 27px 30px 38px 17px;
    }
    .sidebar-page section.widget.testi h4.widget-title {
        margin: 0 0 15px;
    }
    #page-content section.widget.testi .testi-item p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    #page-content section.widget.testi .testi-item h6 {
        font-size: 22px;
    }
    .sidebar-page .inn-testi-blk::after {
        bottom: 20px;
        transform: scale(0.7);
    }
    .widget.csae-res h3 {
        font-size: 30px;
    }
    .inn-cmn-blk.scnd_cmnblk {
        padding: 30px 17px 30px 17px;
        margin: 20px 0;
    }
    #page-column .sngl-attr-rite h2 {
        font-size: 30px;
    }
    #page-column .sngl-attr-rite h6 {
        font-size: 15px;
        letter-spacing: 5.5px;
        margin: 0 0 12px;
    }
    #page-column .sigl-attr-call a {
        font-size: 15px;
    }
    #page-column .sigl-attr-call a::before {
        width: 20px;
        height: 20px;
    }
    #page-column .sngl-attr-btn a.cmn-btn {
        font-size: 15px;
        padding: 16px 26px;
    }
    .sngl-attr-btns {
        gap: 12px;
    }
    .sngl-attr-rite {
        padding: 20px 0 0;
    }
    .sngl-attr-blk {
        padding: 18px 10px;
    }
    #page-column .sigl-attr-mail h5 a {
        font-size: 13px;
        letter-spacing: 0px;
        padding: 0px 0px 0px 25px;
    }
    #page-column .sigl-attr-mail h5 a::before {
        width: 18px;
        height: 18px;
    }
    #page-column .inn-team-cnt h4 {
        font-size: 26px;
    }
    #page-content .review-item {
        padding: 26px 22px 38px 22px;
    }
    #page-content .review-item .star-rat {
        width: 130px;
        margin: 0 0 10px;
    }
    #page-content .review-item h5 {
        font-size: 19px;
    }
    #page-content .review-item h5::before {
        transform: scale(0.55);
        right: -18px;
    }
    .inr-resources-lft, .inr-resources-rite {
        padding: 10px;
    }
    .inr-resources-itm {
        padding: 13px 13px 13px 39px;
    }
}
@media screen and (max-width:400px) {
}
@media screen and (max-width:375px) {
}
@media screen and (max-width:320px) {
}
