/*
 Theme Name:   D&W Law Group
 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: 'Schibsted Grotesk';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/schibsted-grotesk-v7-latin-regular.eot');
  src: url('./fonts/schibsted-grotesk-v7-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('./fonts/schibsted-grotesk-v7-latin-regular.woff2') format('woff2'),
       url('./fonts/schibsted-grotesk-v7-latin-regular.woff') format('woff'),
       url('./fonts/schibsted-grotesk-v7-latin-regular.ttf') format('truetype'),
       url('./fonts/schibsted-grotesk-v7-latin-regular.svg#SchibstedGrotesk') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Schibsted Grotesk';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/schibsted-grotesk-v7-latin-500.eot');
  src: url('./fonts/schibsted-grotesk-v7-latin-500.eot?#iefix') format('embedded-opentype'),
       url('./fonts/schibsted-grotesk-v7-latin-500.woff2') format('woff2'),
       url('./fonts/schibsted-grotesk-v7-latin-500.woff') format('woff'),
       url('./fonts/schibsted-grotesk-v7-latin-500.ttf') format('truetype'),
       url('./fonts/schibsted-grotesk-v7-latin-500.svg#SchibstedGrotesk') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Schibsted Grotesk';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/schibsted-grotesk-v7-latin-600.eot');
  src: url('./fonts/schibsted-grotesk-v7-latin-600.eot?#iefix') format('embedded-opentype'),
       url('./fonts/schibsted-grotesk-v7-latin-600.woff2') format('woff2'),
       url('./fonts/schibsted-grotesk-v7-latin-600.woff') format('woff'),
       url('./fonts/schibsted-grotesk-v7-latin-600.ttf') format('truetype'),
       url('./fonts/schibsted-grotesk-v7-latin-600.svg#SchibstedGrotesk') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Schibsted Grotesk';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/schibsted-grotesk-v7-latin-700.eot');
  src: url('./fonts/schibsted-grotesk-v7-latin-700.eot?#iefix') format('embedded-opentype'),
       url('./fonts/schibsted-grotesk-v7-latin-700.woff2') format('woff2'),
       url('./fonts/schibsted-grotesk-v7-latin-700.woff') format('woff'),
       url('./fonts/schibsted-grotesk-v7-latin-700.ttf') format('truetype'),
       url('./fonts/schibsted-grotesk-v7-latin-700.svg#SchibstedGrotesk') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Schibsted Grotesk';
  font-style: italic;
  font-weight: 700;
  src: url('./fonts/schibsted-grotesk-v7-latin-700italic.eot'); 
  src: url('./fonts/schibsted-grotesk-v7-latin-700italic.eot?#iefix') format('embedded-opentype'), 
       url('./fonts/schibsted-grotesk-v7-latin-700italic.woff2') format('woff2'),
       url('./fonts/schibsted-grotesk-v7-latin-700italic.woff') format('woff'), 
       url('./fonts/schibsted-grotesk-v7-latin-700italic.ttf') format('truetype'), 
       url('./fonts/schibsted-grotesk-v7-latin-700italic.svg#SchibstedGrotesk') format('svg'); 
}
:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Schibsted Grotesk';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}
.alignleft, .alignright, .aligncenter {
    margin-bottom: 10px;
}
.alignnone {
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}
iframe, img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
img {
    border: 0;
    height: auto;
}
a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Schibsted Grotesk';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
    font-family: 'Schibsted Grotesk';
    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.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #8eb886;
    z-index: 9999;
    border-bottom: 2px solid #bb161d;
}
.sicky-logo {
    width: 100%;
    max-width: 300px;
    padding: 0 15px;
}
.header-sticky {
    width: 100%;
    float: left;
    background: #c4c9b2;
    padding: 10px;
    display: none;
}
.header-sticky .sticky-cnt {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #c4c9b2;
    padding: 0 8px;
}
.header-sticky .mobile_src_nav,
.header-sticky .showhide {
    display: block;
}
.header-sticky .mobile_src_nav {
    background: transparent;
}
.header-sticky .stickyshowhide .txt {
    width: 40px;
    height: 40px;
    text-align: center;
    float: none;
    padding: 0;
    position: relative;
    font-weight: normal;
}
.header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button {
    font-size: 17px;
    color: #fff;
    font-family: 'Schibsted Grotesk';
    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;
    padding: 0;
}
.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: 15px;
}
.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: #bb161d;
    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: 'Asap', sans-serif;
    font-weight: 500;
    padding: 4px 0;
    font-size: 18px;
    display: block;
    line-height: 1;
    border-bottom: 1px solid #222222;
}
.floatingMenuInner .sub-menu {
    display: none;
}
.floatingMenuInner .menu-item-has-children>a:after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 15px;
    right: 6px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.floatingMenuInner .menu-item-has-children>a:before {
    content: '';
    width: 2px;
    height: 10px;
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    opacity: 1;
    background-color: #fff;
}
.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {
    opacity: 0;
}
.header-sticky.fixed-header .container {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: space-between;
}
.sicky-logo{
    max-width:350px;
    text-align: center;
}
.sticky-wrap{
    display: none;
}
header#site-header.f-nav{
    position: fixed;
    border-bottom: 2px solid #82581f;
    background-color: #080d26;
    padding: 10px 0;
}
.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    float: none;
    text-align: left;
    cursor: pointer;
    padding: 0px 0 0 33px;
    position: relative;
    outline: 0;
    border: 0;
    background-color: transparent;
}
.showhide b.txtl {
    text-align: right;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    padding-top: 2px;
    letter-spacing: 0.5px;
    font-family: 'Schibsted Grotesk';
}
.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 27px;
    font-family: 'Schibsted Grotesk';
}
.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #bb161d;
    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: 'Schibsted Grotesk';
}
.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: 'Schibsted Grotesk';
    border: 0;
    margin: 0;
    text-decoration: none;
}
.mobinav a:hover {
    color: #ffffffa1;
}
.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;
    background-color: #bb161d;
}
.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;
    padding: 0;
}
.header-number {
    position: relative;
    padding: 0 0 0 75px;
}
.header-number a {
    font-size: 37px;
    font-family: 'Schibsted Grotesk';
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    display: inline-block;
}
.header-number a:hover {
    color: #bb161d;
}
.header-number a:before{
    content: '';
    position: absolute;
    background-image: url(images/call-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    width: 35px;
    height: 35px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.header-number a:after{
    content: '';
    position: absolute;
    background-color: #fff;
    width: 1px;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 52px;
    margin: auto;
}
.top-rite {
    position: relative;
    padding: 28px 0 28px 60px;
    background-color: #2f2f2f;
}
.top-rite p {
    font-size: 20px;
    font-family: 'Schibsted Grotesk';
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 20px;
}
#main-navigation ul{
    margin:0
}
#main-navigation ul li{
    display: inline-block;
    padding: 0 0px 0;
    position: relative;
    margin: 0 16px;
}
#main-navigation ul li:first-child{
    margin-left:0;
}
#main-navigation ul li:last-child{
    margin-right:0;
}
#main-navigation ul li a{
    font-size: 18px;
    font-family: 'Schibsted Grotesk';
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    color: #2f2f2f;
    display: block;
    min-width: inherit;
}
#main-navigation ul > li > a:hover{
    color: #bb161d;
}
#main-navigation ul li ul.sub-menu{
    display:none;
    width:225px;
    position:absolute;
    color:#fff;
    top:100%;
    left:0;
    right:auto;
    background-color:#fff;
    padding:0px 0;
    z-index:999;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
#main-navigation ul.sub-menu li a:before{display: none;}
#main-navigation ul.sub-menu > li > a:hover{border-bottom: 1px solid rgba(47,56,65,0.03);}
#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: #bb161d;
    color: #fff;
}
#main-navigation .sub-menu li a {
    width: 100%;
    padding: 10px 20px;
    color: #000000;
    display: block;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 15px;
    border-bottom: 1px solid rgba(47,56,65,0.03);
    background-color: #fff;
}
#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item > a{
    background-color: #bb161d;
    color: #fff;
}
#main-navigation .sub-menu li:after{
    display:none;
}
#main-navigation .sub-menu li {
    width: 100%;
    padding: 0px;
    transition: all ease-in-out 0.3s !important;
    margin: 0 !important;
}
#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;
    width: 100%;
    padding: 0;
    position: absolute;
    z-index: 99;
}
.site-header .container{max-width: 1700px;}
.site-header:before {
    content: '';
    position: absolute;
    background-color: #2f2f2f;
    width: 12%;
    height: 100%;
    right: 0;
    top: 0;
    pointer-events: none;
}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background-color: rgb(244 244 244 / 76%)!important;
    position: fixed;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    backdrop-filter: blur(10px);
    background-image: linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%)!important;
    transition: all ease-in-out 0.1s;
}
.site-header.is-sticky .site-branding {
    width: 230px;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.is-fading-out {
    opacity: 0;
    visibility: hidden;
}
.mobilenav {
    width:280px;
    height: 100vh;
    background-color: #333;
    color: white;
    position: fixed;
    top: 0;
    left: -280px;
    transition: left 0.4s ease;
    z-index: 999;
}
.mobilenav.show {
    left: 0;
}
#mobilenav-toggle {
    display:none;
}
.mobilenav-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: blue;
    border: none;
    cursor: pointer;
    z-index: 1000;
    font-size: 0;
    line-height: 0px;
    width:36px;
    height: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/open-mobilenav.webp);
}
.mobilenav-toggle.active {
    background-image: url(images/close-mobilenav.webp);
}
.close-mobilenav {
    font-size:0;
    line-height:0px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background-color: red;
    background-image: url(images/close-mobilenav.webp);
    background-position: center center;
    background-repeat: no-repeat;
    width:36px;
    height: 36px;
}
@media screen and (max-width:992px) {
    #mobilenav-toggle {
        display:block
    }
}
#mobile-navigation {
    overflow-y:scroll;
    height: 100%;
    width:100%;
    padding-top:45px;
}
#mobile-navigation ul{
    margin:0;
    padding:0
}
#mobile-navigation ul li{
    display:block;
    padding:0 0px;
    margin:0;
    position:relative
}
#mobile-navigation ul li a{
    font-size:15px;
    text-transform:uppercase;
    font-weight:bold;
    color:#000;
    padding:6px 10px;
    display:block;
    min-width:inherit
}
#mobile-navigation ul li.current-menu-item > a,#mobile-navigation ul li:hover > a{
    color:#fff
}
#mobile-navigation .sub-menu li a{
    width:100%;
    padding:6px;
    color:#ffffff;
    display:block;
    text-align:left
}
#mobile-navigation ul li .drop.close, #mobile-navigation ul li .drop.open {
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: transparent !important;
    background-image: url(images/nav-open.webp);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px 0px;
    cursor: pointer;
}
#mobile-navigation ul li .drop.open {
    width: 20px;
    background-image: url(images/nav-close.webp);
}
#mobile-navigation .sub-menu {
    padding-left: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease;
}
#mobile-navigation .sub-menu.open {
    max-height: 900px;
    transition: max-height 0.8s ease;
}
.text-heading {
    font-size: 70px;
    margin: 0 0 50px;
    font-weight: 700;
    font-family: 'Schibsted Grotesk';
    line-height: 1.21;
    color: #2f2f2f;
    letter-spacing: -2.8px;
}
.text-heading strong{
    font-weight: 700;
    color: #bb161d;
    line-height: 1;
}
a.cmn-btn {
    font-size: 20px;
    font-family: 'Schibsted Grotesk';
    line-height: 1;
    display: inline-block;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #2f2f2f;
    border: 2px solid #2f2f2f;
    border-radius: 10px;
    padding: 21px 30px 20px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-color: #fff;
}
a.cmn-btn:hover{color: #fff;}
a.cmn-btn:before {
    background-color: #bb161d;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0px;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translate3d(-104%, 0, 0);
    transform: translate3d(-104%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    width: 100%;
    opacity: 1;
    z-index: -1;
}
a.cmn-btn:hover:before{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.hm-banner-sec {
    background-image: url(images/banner-bg-img.webp);
    padding-top: 250px;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}
.hm-banner-sec .container{max-width: 1700px;}
.bnr-sec {
    display: flex;
    justify-content: flex-start;
    gap: 65px;
}
.hm-banner-sec h1 {
    font-size: 94px;
    font-family: 'Schibsted Grotesk';
    font-weight: 700;
    color: #2f2f2f;
    line-height: 1;
    letter-spacing: -5.64px;
    margin: 0 0 20px;
}
.hm-banner-sec h1 strong {
    font-size: 70px;
    font-weight: 500;
    display: block;
    letter-spacing: -4.2px;
    line-height: 1;
    margin: 10px 0 0;
}
.hm-banner-sec h1 strong .bnr-text{
    color: #bb161d;
}
.hm-banner-sec h1 small {
    font-size: 60px;
    font-weight: 500;
    text-transform: uppercase;
    color: #bb161d;
    display: block;
    letter-spacing: 13.2px;
    line-height: 1;
    margin: 0 0 10px;
}
.bnr-cnt p {
    font-size: 25px;
    font-weight: 500;
    font-family: 'Schibsted Grotesk';
    text-transform: uppercase;
    color: #2f2f2f;
    letter-spacing: 5.5px;
    line-height: 1;
    margin: 0 0 40px;
}
.hdng-dot {
    line-height: 1;
    color: #bb161d;
}
.bnr-cnt {
    width: 37.4%;
    padding: 50px 0 0;
}
.bnr-img {
    width: 52.95%;
}
.bnr-img img{width: 100%;display: block;}
.marq-reslts-sec {
    background-color: #bb161d;
}
.marq-reslts-sec .container {
    max-width: 100%;
    padding: 0;
}
.rslts-blk{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    padding-left: 5.75%;
}
.rslts-title {
    width: 29.7%;
    padding: 24px 20px;
    text-align: center;
    background-color: #2f2f2f;
}
.rslts-title h2{
    font-size: 44px;
    font-family: 'Schibsted Grotesk';
    line-height: 1;
    margin: 0;
    letter-spacing: 0;
    color: #fff;
    font-weight: 600;
}
.marquee-rslts {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}
.marq-rslts-lst {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    animation: marquee 25s linear infinite;
    overflow: hidden;
}
.marquee-rslts:hover .marq-rslts-lst{animation-play-state: paused;} 
.marq-rslts-lst li {
    font-size: 24px;
    white-space: nowrap;
    font-family: 'Schibsted Grotesk';
    color: #fbfbfb;
    font-weight: 400;
    letter-spacing: -0.48px;
    line-height: 1;
    padding: 0 45px;
    position: relative;
}
.marq-rslts-lst li strong{
    font-size: 30px;
    letter-spacing: -0.6px;
    line-height: 1;
    font-weight: 700;
}
.marq-rslts-lst li:before{
    content: '*';
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.hm-securing-sec {
    padding: 105px 0 70px;
}
.hm-securing-sec h2{
    text-align: center;
}
.hm-securing-sec h2 strong{display: block;}
.secure-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.secure-lft {
    width: 46.65%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 35px;
    padding: 44px 0 50px;
    position: relative;
}
.secure-lft:before, .secure-lft:after{
    content: '';
    position: absolute;
    border: 2px solid #2f2f2f;
    border-bottom: 0;
    right: 0;
    width: 550px;
    height: 54px;
}
.secure-lft:before{
    top: 0;
}
.secure-lft:after {
    bottom: 0;
    transform: rotate(180deg);
}
.secure-law-img {
    width: 43.2%;
}
.secure-law-img img{
    width: 100%;
    display: block;
}
.secure-law-cnt {
    width: 51.5%;
    padding: 55px 0 10px;
    position: relative;
}
.secure-law-cnt:before, .secure-law-cnt:after{
    content: '';
    position: absolute;
    background-image: url(images/quotes-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 52px;
    height: 38px;
}
.secure-law-cnt:before{
    top: 0;
    left: 0;
    background-position: top left;
}
.secure-law-cnt:after{
    right: 35px;
    bottom: -30px;
    background-position: right bottom;
    transform: rotate(180deg);
}
.secure-law-cnt p{
    font-size: 22px;
    font-family: 'Schibsted Grotesk';
    color: #2f2f2f;
    line-height: 1.63;
    letter-spacing: -0.44px;
    margin: 0 0 22px;
    font-weight: 600;
}
.secure-law-cnt h4{
    font-size: 24px;
    font-family: 'Schibsted Grotesk';
    color: #bb161d;
    line-height: 1;
    letter-spacing: -0.62px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.secure-cnt {
    width: 49.1%;
}
.secure-cnt p{
    font-size: 18px;
    font-family: 'Schibsted Grotesk';
    color: #2f2f2f;
    line-height: 2.2;
    margin: 0;
    font-weight: 400;
}
.secure-cnt .firstcharacter-dark {
    color: #2f2f2f;
}
.firstcharacter-dark {
    font-size: 88px;
    float: left;
    line-height: 0.8;
    padding: 0px 16px 0 0;
    display: block;
    font-weight: 600;
    color: #bb161d;
}
.secure-pract-sec, .rslts-testi-sec {
    background-size: initial;
    background-repeat: repeat;
    background-image: url(images/secure-pattern.webp);
    background-color: #ffffff;
    background-position: 50%;
}
.hm-practice-areas {
    padding: 75px 0 0px;
}
.hm-practice-areas h2 {
    margin: 0 0 80px;
    text-align: center;
}
.hm-practice-areas h2 strong{
    display: block;
    margin: 10px 0 0;
}
.hm-pract-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 50px;
}
.hm-pract-itm {
    padding: 38px 30px 55px;
    width: 19.95%;
    position: relative;
    border: 1px solid rgba(47, 47, 47, 0.2);
    background-color: transparent;
    margin: 0 -1px -1px 0;
    text-align: center;
}
.hm-pract-itm:hover{
    background-color: #2f2f2f;
}
.hm-pract-img {
    width: 100%;
    max-width: 87px;
    margin: 0 auto 18px;
}
.hm-pract-img img{
    width: 100%;
    display: block;
    opacity: 0.5;
}
.hm-pract-itm h4{
    font-size: 29px;
    font-family: 'Schibsted Grotesk';
    font-weight: 600;
    color: #2f2f2f;
    letter-spacing: -1.16px;
    line-height: 1.17;
    min-height: 65px;
    margin: 0;
    place-content: center;
}
.hm-pract-hvr a{
    font-size: 0;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 2;
}
.hm-pract-itm:hover h4{
    color: #fff;
}
.hm-pract-itm:hover .hm-pract-img img{
    filter: brightness(0) invert(1);
    opacity: 1;
}
.hm-pract-btn {
    text-align: center;
}
.hm-pract-btn a.cmn-btn{
    background-color: #bb161d;
    color: #fff;
}
.hm-pract-btn a.cmn-btn:hover:before{background-color: #2f2f2f;}
.hm-watch-sec {
    padding: 100px 0 140px;
    background: linear-gradient(0deg, #fff 70%, transparent);
}
.hm-watch-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 100px 110px 74px;
    border-radius: 15px;
    background-color: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(187, 22, 29, 0.12);
}
.hm-watch-sec  .text-heading {
    line-height: 1.05;
    margin: 0 0 15px;
        z-index: 1;
    position: relative;
}
.hm-watch-img {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.hm-watch-hvr{
    background-image: url(images/play-button-arrowhead.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16.7%;
    height: 26.2%;
    position: absolute;
    inset: 0;
    margin: auto;
    cursor: pointer;
    z-index: 3;
}
 
.hm-watch-hvr a {
    font-size: 0;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
 
.hm-watch-img img {
    width: 100%;
    display: block;
}
 
.hm-watch-lft {
    width: 53.3%;
}
.hm-watch-rgt {
    width: 41%;
    text-align: center;
    position: relative;
    padding: 75px 0px 45px;
}
.hm-watch-rgt::before{
    content: " ";
    position: absolute;
    background-image: url(images/watch-quote-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    width:46px;
    height:34px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.hm-watch-rgt::after {
    content: " ";
    position: absolute;
    background-image: url(images/watch-rgt-bfr-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 57.6%;
    height: 54%;
    top: -65px;
    left: 0;
    right: 0;
    margin: auto;
}
.hm-watch-rgt p{
        font-family: 'Schibsted Grotesk';
    font-size: 21px;
    font-weight: 600;
    line-height:1.7;
    letter-spacing: -0.4px;
    color: #2f2f2f;
    margin: 0 0 25px;
}
.hm-watch-rgt h5{
    font-size:31px;
    font-weight: 700;
    line-height: 1;
    letter-spacing:-0.6px;
    color: #bb161d;
    text-transform: uppercase;
    margin: 0;
 
}
.hm-watch-cnt {
    width: 86.2%;
    margin: auto;
}
.hm-watch-lft-list.owl-carousel .owl-nav {
    display: flex !important;
    justify-content:center;
    gap: 25px;
    width: 100%;
    margin: 30px auto 0;
}
 
.hm-watch-lft-list.owl-carousel .owl-nav button.owl-prev,
.hm-watch-lft-list.owl-carousel .owl-nav button.owl-next {
    background-image: url(images/lft-arw-img.webp) !important;
    background-repeat: no-repeat !important;
    font-size: 0 !important;
    background-position: center;
    background-size: contain;
    width: 49px;
    height: 26px;
}
 
.hm-watch-lft-list.owl-carousel .owl-nav button.owl-next {
    background-image: url(images/rgt-arw-img.webp) !important;
}
.hm-watch-lft-list.owl-carousel .owl-nav button.owl-prev:hover{
    background-image: url(images/lft-hvr-arw-img.webp) !important;
}
.hm-watch-lft-list.owl-carousel .owl-nav button.owl-next:hover {
    background-image: url(images/rgt-hvr-arw-img.webp) !important;
}
.meet-awards-sec {
    background-size: initial;
    background-repeat: repeat;
    background-image: linear-gradient(291deg, rgb(156 19 26 / 96%) 13%, #191919f2 0), url(images/pattern-04-wht.webp) !important;
    padding: 110px 0 130px;
    background-color: #191919!important;
    border-radius: 60px;
    overflow: hidden;
    background-position: 50%;
    position: relative;
}
.meet-awards-sec:before {
    content: '';
    position: absolute;
    background-color: rgb(156, 19, 26);
    width: 990px;
    height: 1264px;
    bottom: 0;
    right: 0;
    left: auto;
    z-index: 4;
    display: none;
}
.meet-lft-cnt h2 {
    color: #fff;
    line-height: 1;
}
.meet-blk {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    padding: 0 0 145px;
}
.meet-lft-cnt {
    width: 41.5%;
}
.meet-rgt-list {
    width: 41.5%;
    display: flex;
    justify-content: flex-start;
    gap: 32px;
}
.meet-lft-cnt p {
    font-size: 16px;
    font-family: 'Schibsted Grotesk';
    line-height: 2.1;
    color: #fff;
    margin: 0 0 50px;
    font-weight: 400;
}
.meet-lft-cnt .firstcharacter-dark{line-height: 0.8; }
.hm-atrny-itm {
    width: 47.4%;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
}
.hm-atrny-itm:before{
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.251);
    width: 62%;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.hm-atrny-img {
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 25px;
}
.hm-atrny-img img{
    width: 100%;
    display: block;
}
.hm-atrny-cnt h3 {
    font-size: 33px;
    font-weight: 700;
    font-family: 'Schibsted Grotesk';
    line-height: 1;
    letter-spacing: -1.32px;
    color: #fff;
    margin: 0 0 15px;
}
.hm-atrny-cnt p {
    font-size: 20px;
    font-family: 'Schibsted Grotesk';
    line-height: 1;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    color: #bb161d;
    letter-spacing: 5.6px;
}
.hm-atrny-hvr a{
    font-size: 0;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 2;
}
.meet-btn a.cmn-btn {
    border-color: #bb161d;
    color: #fff;
    background-color: #19191A;
}
.meet-btn a.cmn-btn:after{filter: brightness(0) saturate(100%) invert(24%) sepia(94%) saturate(3137%) hue-rotate(345deg) brightness(95%) contrast(91%);}
.meet-btn a.cmn-btn:hover:after{
    filter: none;
}
.hmawards-list {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.hm-award-itm {
    width: 18.1%;
    padding: 10px;
    position: relative;
    border-radius: 10px;
    place-content: center;
}
.hm-award-itm:hover{
    background-color: rgba(47, 47, 47, 0.502);
}
.hm-award-img {
    width: 100%;
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hm-award-img img{
    max-height: 125px;
    width: auto;
    display: block;
}
.hm-legal-sec {
    padding: 200px 0 310px;
    margin: -70px 0 0;
    background-position: bottom center;
    background-image: url(images/hm-legal-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.legal-blk {
    display: flex;
    justify-content: space-between;
}
.legal-lft {
    width: 44.3%;
}
.legal-cnt {
    width: 47.7%;
} 
.legal-blk p{
    font-family: 'Schibsted Grotesk';
    font-weight: 400;  
    color: #191919;
}
.legal-lft p{
    font-size: 19px;
    line-height: 2.05;
    margin: 0;  
}
.legal-cnt p{
    font-size: 17px;
    line-height: 2.23;
    margin: 0 0 40px;  
}
.legal-cnt p:last-child{margin: 0;}
.hm-case-rslts {
    padding: 165px 0 65px;
}
.hm-rslts-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hm-rslts-title {
    width: 28%;
    position: relative;
}
.hm-rslts-list.owl-carousel {
    width: 65.3%;
}
.mbl-rslts-btn {
    display: none;
}
.hm-rslts-title h2 {
    margin: 0 0 45px;
}
.hm-rslts-title h2 strong{display: block;}
.hm-result-itm {
    padding: 25px 15px;
    background-color: #191919;
    border-radius: 20px;
    text-align: center;
    width: 100%;
}
.hm-result-itm:hover{
    background-color: #bb161d;
}
.hm-result-itm:hover h4 strong{border-color: #faeff0;}
.hm-result-itm:hover h4:before{opacity: 1;}
.hm-result-itm h4{
    font-size: 56px;
    font-family: 'Schibsted Grotesk';
    font-weight: 600;
    color: #eaeaea;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0 0 20px;
    padding-top: 76px;
    position: relative;
}
.hm-result-itm h4:before{
    content: '';
    position: absolute;
    background-image: url(images/case-rslt-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 57px;
    height: 53px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    opacity: 0.5;
}
.hm-result-itm h4 strong{
    font-size: 33px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    padding: 6px 25px;
    border: 1px solid #b0161d;
    display: block;
    max-width: max-content;
    margin: 10px auto 0;
}
.hm-result-itm p{
    font-size: 13px;
    line-height: 1.46;
    font-family: 'Schibsted Grotesk';
    font-weight: 400;
    color: #eaeaea;
    letter-spacing: 0;
    margin: 0;
}
.hm-rslts-list.owl-carousel .owl-stage, .hm-rslts-list.owl-carousel .owl-item{display: flex;}
.hm-rslts-list.owl-carousel .owl-item{padding: 0 3px; }
.hm-rslts-list.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    position: absolute;
    left: -430px;
    bottom: 0;
}
.hm-rslts-list.owl-carousel .owl-nav button {
    font-size: 0 !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 49px;
    height: 26px;
    transition: 0.5s;
}
.hm-rslts-list.owl-carousel .owl-nav button.owl-prev {
    background-image: url(images/lft-arw-img.webp) !important;
}
.hm-rslts-list.owl-carousel .owl-nav button.owl-prev:hover{
    background-image: url(images/lft-hvr-arw-img.webp) !important;
}
.hm-rslts-list.owl-carousel .owl-nav button.owl-next{
    background-image: url(images/rgt-arw-img.webp) !important;
}
.hm-rslts-list.owl-carousel .owl-nav button.owl-next:hover{
    background-image: url(images/rgt-hvr-arw-img.webp) !important;
}
.hm-rslts-list.owl-carousel .owl-stage-outer{padding-bottom: 18px;}
.hm-testi-blk {
    display: flex;
    justify-content: center;
    gap: 90px;
    background-size: initial;
    background-repeat: repeat;
    background-image: linear-gradient(180deg, #191919f2 0%), url(images/testi-blk-pattern.webp);
    background-color: #191919;
    border-radius: 60px;
    overflow: hidden;
    position: relative;
    padding: 65px 30px 70px;
}
.hm-testi-title {
    width: 34.7%;
}
.hm-testi-list.owl-carousel {
    width: 40.5%;
}
.hm-testimonials .testi-item {
    padding: 6px 0 35px;
    position: relative;
}
.hm-testi-title h2 {
    color: #eaeaea;
    font-size: 65px;
    line-height: 1.12;
    letter-spacing: -2.6px;
}
.hm-testimonials .testi-item p{
    font-size: 17px;
    font-family: 'Schibsted Grotesk';
    line-height: 2.2;
    color: #fff;
    margin: 0 0 30px;
    font-weight: 400;    
}
.hm-testimonials .testi-item h5{
    font-size: 30px;
    font-family: 'Schibsted Grotesk';
    line-height: 1;
    color: #bb161d;
    margin: 0;
    font-weight: 700;    
    position: absolute;
    bottom: 6px;
}
.hm-testimonials .testi-item:before, .hm-testimonials .testi-item:after{
    content: '';
    position: absolute;
    background-image: url(images/testi-qoutes.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 46px;
    height: 34px;
}
.hm-testimonials .testi-item:before{
    top: 0;
    left: 0;
    background-position: top left;
}
.hm-testimonials .testi-item:after{
    right: 0;
    bottom: 0;
    background-position: right bottom;
    transform: rotate(180deg);
}
.star-rat {
    width: 100%;
    max-width: 118px;
    margin: 0 0 25px 85px;
}
.star-rat img{
    width: 100%;
    display: block;
}
.hm-testi-list.owl-carousel .owl-stage, .hm-testi-list.owl-carousel .owl-item{display: flex;}
.hm-testi-list.owl-carousel .owl-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    position: absolute;
    left: -570px;
    bottom: 0;
}
.hm-testi-list.owl-carousel .owl-nav button {
    font-size: 0 !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 49px;
    height: 26px;
    filter: brightness(0) invert(1);
}
.hm-testi-list.owl-carousel .owl-nav button:hover{filter: none;}
.hm-testi-list.owl-carousel .owl-nav button.owl-prev {
    background-image: url(images/lft-arw-img.webp) !important;
}
.hm-testi-list.owl-carousel .owl-nav button.owl-prev:hover{
    background-image: url(images/lft-hvr-arw-img.webp) !important;
}
.hm-testi-list.owl-carousel .owl-nav button.owl-next{
    background-image: url(images/rgt-arw-img.webp) !important;
}
.hm-testi-list.owl-carousel .owl-nav button.owl-next:hover{
    background-image: url(images/rgt-hvr-arw-img.webp) !important;
}
.hm-stay-connected-sec{padding: 140px 0 65px}
.hm-stay-connected-sec .text-heading{text-align: center;margin: 0 0 40px;}
.hm-stay-connected-sec .container{max-width: 1280px; } 
.hm-stay-connected-sec .tab-buttons {margin: 0 0 75px; display: flex; justify-content: space-between; flex-wrap: wrap; } 
.hm-stay-connected-sec button.tab-btn, .hm-stay-connected-sec div.tab-btn {cursor: pointer;border: 0; padding: 10px 15px 10px 30px; background-color: rgb(25 25 25 / 5%); width: 230px; border-radius: 10px; } 
.hm-stay-connected-sec button.tab-btn.active,.hm-stay-connected-sec button.tab-btn:hover,.hm-stay-connected-sec div.tab-btn.active,.hm-stay-connected-sec div.tab-btn:hover {background-color: #bb161d; } 
.hm-stay-connected-sec .tab-content {opacity: 0; visibility: hidden; height: 0; overflow: hidden; transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease; } 
.hm-stay-connected-sec .tab-content.active {opacity: 1; visibility: visible; height: auto; padding: 75px 95px; background-color: rgb(255, 255, 255); box-shadow: 0px 0px 40px 0px rgba(187, 22, 29, 0.12); border-radius: 10px; } 
.tab-cnt-img img{width: 100%; display: block; } 
.btn-cnt-blk {display: flex; justify-content: space-between; align-items: center; } 
.btn-cnt-txt h4 {font-family: 'Schibsted Grotesk'; font-weight: 600; font-size: 23px; color: #000; line-height: 1; letter-spacing: -0.46px; margin: 0; } 
.hm-stay-connected-sec button.tab-btn.active .btn-cnt-txt h4,  .hm-stay-connected-sec div.tab-btn.active .btn-cnt-txt h4 {color: #fff; } 
.btn-cnt-icon img{width: 100%; display: block; }
.hm-stay-connected-sec button.tab-btn:hover .btn-cnt-txt h4, .hm-stay-connected-sec div.tab-btn:hover .btn-cnt-txt h4{color: #fff; }
.hm-expect-sec {padding: 70px 0 140px; } 
.hm-expect-sec .text-heading{text-align: center;line-height: 1; } 
.hm-expect-list {display: flex; justify-content: space-between; position: relative; z-index: 1; padding: 0 25px; } 
.hm-expect-list::before {position: absolute; content: ""; background-image: url(images/expect-line-before-img.webp); background-position: center; background-repeat: no-repeat; background-size: 100% 100%; width: 97.2%; height: 100%; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: -1; } 
.hm-expect-img img{width: 100%; display: block; } 
.hm-expect-img {max-width: 77px; margin: 0 auto 25px; } 
.hm-expect-itm h5 {font-family: 'Schibsted Grotesk'; font-weight: 700; font-size: 25px; line-height: 1; letter-spacing: 0.5px; color: #fff; text-align: center; position: relative; padding: 15px 0; z-index: 1; margin: 0 0 15px; } 
.hm-expect-itm h5::before {position: absolute; content: ""; background-color: #191919; clip-path: polygon(9% 0, 100% 0%, 91% 100%, 0% 100%); width: calc(100% + 80px); height: 55px; left: -40px; right: 0; top: 0; bottom: 0; z-index: -1; } 
.hm-expect-itm:hover h5::before{background-color: #bb161d; } 
.hm-expect-itm {width: 21.4%; padding: 30px 10px 30px; } 
.hm-expect-itm p{font-family: 'Schibsted Grotesk'; font-weight: 400; font-size: 16px; line-height: 1.37; letter-spacing: 0; color: #191919; text-align: center; margin: 0; }
.hm-ready-sec {
    padding: 40px 0 115px;
    background-repeat: repeat;
    background-position: center;
    background-image: linear-gradient(180deg, #191919f2 0%), url(images/testi-blk-pattern.webp);
    background-color: #191919;
    border-radius: 60px;
    position: relative;
    overflow: hidden;
}
.hm-ready-sec:before, .hm-ready-sec:after {
    content: '';
    position: absolute;
    background-color: rgb(255 0 14 / 45%);
    width: 17.5%;
    height: 76%;
}
.hm-ready-sec:before{
    left: 0;
    bottom: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.hm-ready-sec:after{
    right: 0;
    bottom: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.hm-ready-img img{width: 100%; display: block; } 
.hm-ready-img{max-width: 244px; margin: 0 auto 20px; } 
.hm-ready-sec .text-heading{font-size: 100px; text-align: center; text-transform: uppercase; color: #fff; margin: 0 0 20px;line-height:1.1 } 
.hm-ready-sec .text-heading strong{display: block; color: #9d1f25; } 
.hm-ready-sec p{font-family: 'Schibsted Grotesk'; font-weight: 500; font-size: 26px; line-height: 1.6; letter-spacing: 0; color: #fff; text-align: center; margin: 0 0 40px; } 
.hm-ready-btns-list {display: flex; justify-content: center; gap: 25px; align-items: center; width: fit-content; border: 1px solid #fff;background-color: #323232; border-radius: 9px; margin: 0 auto;
padding: 10px 12px 10px 20px; text-align: center; } 
.hm-ready-btn a{
    font-family: 'Schibsted Grotesk'; 
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    color: #fff;
 } 
 .hm-ready-btn a:hover{
    color: #bb161d;
 }
 .hm-ready-call-btn{
    line-height: 0;
 }
.hm-ready-call-btn a.cmn-btn {
    font-family: 'Schibsted Grotesk';
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1.2px;
    text-transform: none;
    padding: 13px 26px;
    border: 1px solid #fff;
    background-color: #bb161d;
    color: #fff;
}
.hm-ready-call-btn a.cmn-btn:before{
    background-color: #323232;
}
 .hm-ready-call-btn a.cmn-btn strong{
    font-weight: 700;
    font-style: italic;
 }
.hm-ready-btn {line-height: 1; }
.hm-blog-sec {padding: 110px 0 70px; } 
.hm-blog-sec .text-heading {margin: 0; line-height: 1.1; color: #191919;} 
.hm-blog-hd{width: 37.2%; } 
.home-posts-list {display: flex; justify-content: space-between; } 
.hm-blog-itm {width: 31%; position: relative; color: #fff; padding: 0 0 35px; border-bottom: 1px solid rgb(0, 0, 0,0.2); } 
.hm-blog-img img {display: block; width: 100%; } 
.hm-blog-cnt {padding: 17px 0px 0 0px; } 
.hm-blog-cnt h3::before{content: " "; position: absolute; background-image: url(images/blog-bfr-img.webp); background-repeat: no-repeat; background-size: contain; width:51px; height: 45px; top: 0; left: 0; } 
.hm-blog-cnt h3 { margin: 0 0 15px; line-height: 1;position: relative;padding: 0 17px 0 73px;}
.hm-blog-cnt h3 a{display: inline-block; font-size: 22px; font-weight: 700; line-height: 1.45; letter-spacing: -0.8px; color: #191919; margin: 0 0 15px; text-align: left;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.hm-blog-cnt h3 a:hover{color: #bb161d; }
.hm-blog-sec .readmore-btn a{font-family: 'Schibsted Grotesk'; font-weight: 600; font-size:16px; line-height: 1; letter-spacing: 4.4px; color:#bb161d; text-transform: uppercase; display: inline-block; } 
.hm-blog-itm .readmore-btn {position: absolute; bottom: 20px; left: 74px; } 
.hm-blog-sec .readmore-btn a:hover{
    color: #191919;
}
.hm-blog-top-list {display: flex; justify-content: space-between; margin: 0 0 50px; } 
.hm-blog-top-cnt {width: 38%; } 
.hm-blog-top-cnt p{font-size: 20px; font-weight: 400; line-height: 1.9; color: #000000; margin: 0 0 30px; } 
.hm-blog-btn a.cmn-btn {border-color: #bb161d; }
.hm-faq-sec {padding: 75px 0 125px; } 
.hm-faq-sec .container{max-width: 1280px; } 
.hm-faq-sec .text-heading {text-align: center; line-height: 1; margin: 0 0 55px; } 
.hm-accordion {margin: 0 0 58px; } 
.hm-faq-sec .accordion-section {max-height: max-content !important; margin: 0 0 20px; background-color: #ffffff; box-shadow: 0px 0px 38px 0px rgba(50, 50, 50, 0.1); } 
.hm-faq-sec .accordion-section h3.accordion-heading {font-size: 26px; font-weight: 600; letter-spacing: -1.04px; color: #000000; padding: 25px 95px 25px 72px; width: 100%; text-align: left; line-height: 1; margin: 0; position: relative; background-image: url(images/accrn-up-arrow-img.webp); background-repeat: no-repeat; background-size: 49px; background-position: right 40px top 12px; cursor: pointer; border: 1px solid transparent; } 
.hm-faq-sec .accordion-section.accordion-active h3.accordion-heading {background-image: url(images/acrdn-hvr-down-arw-img.webp); border-color: #bb161d; } 
.hm-faq-sec .accordion-section p{font-size: 17px; font-weight: 400; line-height: 2.2; letter-spacing:0px; color: #191919; margin: 0 0 25px; } 
.hm-faq-sec .accordion-section p:last-child{margin: 0; } 
.hm-faq-sec .accordion-section .accordion-section-content {transition: max-height 0.4s ease; display: none; padding: 25px 100px 40px 70px; } 
.hm-faq-sec .accordion-section.accordion-active .accordion-section-content {display: block; } 
.hm-faq-btn {text-align: center; } 
.hm-faq-sec a.cmn-btn {background-color: #bb161d; color: #ffffff; } 
.hm-faq-sec a.cmn-btn:hover{color:#2f2f2f; border-color: #bb161d; }
.hm-faq-sec a.cmn-btn:hover:before{background-color:#ffffff;}
 .hm-dedicated-sec {
    padding: 80px 0 130px;
    text-align: center;
}
.hm-dedicated-sec .text-heading strong{
    display: block;
    margin: 10px 0 0;
}
.hm-dedicated-sec h2{
    margin: 0 0 30px;
}
.hm-dedicated-sec p {
    font-size: 18px;
    font-family: 'Schibsted Grotesk';
    color: #030303;
    line-height: 2;
    margin: 0 0 30px;
    font-weight: 400;
}
.hm-dedicated-sec h3{
    font-size: 50px;
}
.hm-dedicated-sec h3 a {
    display: inline-block;
    line-height: 1;
    color: #030303;
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: linear-gradient(45deg, #bb161d, #bb161d);
    transition: all 0.4s ease-in-out;
    padding-bottom: 6px;
}
.hm-dedicated-sec h3 a:hover {
    background-size: 0% 2px;
}
.hmcta-cnt {
    gap: 30px;
    background: #2f2f2f;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin: 30px 0 0;
    display: none;
}
.hmcta-cnt p {
    font-size: 20px;
    font-family: 'Schibsted Grotesk';
    font-weight: 400;
    color: #fff;
    line-height: 1;
    margin: 0;
}
.hm-cta-box{
    margin: 30px 0 0;
    border-radius: 43px;
    background-color: #9C131A;
    background: linear-gradient(66deg,rgba(156, 19, 26, 1) 0%, rgba(156, 19, 26, 1) 22%, rgba(156, 19, 26, 1) 38%, rgba(255, 255, 255, 1) 38%, rgba(255, 255, 255, 1) 39%, rgba(47, 47, 47, 1) 39%, rgba(47, 47, 47, 1) 100%);
    padding: 45px 66px 50px;
    display: flex;
    justify-content: space-between;
    align-items: end; 
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.hm-cta-box:before{
    content: '';
    position: absolute;
    background-color: #9c131a;
    width: 6%;
    height: 56%;
    z-index: -1;
    right: 0;
    bottom: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.hm-cta-left {
    width: 32%;
}
.hm-cta-left h3{
    font-family: 'Schibsted Grotesk';
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -1.9px;
    color: #ffffff;
    margin: 0;
}
.hm-cta-logo {
    width: 256px;
    margin: 0 0 32px 40px;
}
.hm-cta-rite {
    width: 55.2%;
}
.hm-cta-rite p{
    font-family: 'Schibsted Grotesk';
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -1.4px;
    color: #ffffff;
    margin: 0 0 20px;
}
.hm-cta-rite h5{
    font-family: 'Schibsted Grotesk';
    font-size: 60px;
    font-weight: 700;
    line-height: 1.27;
    letter-spacing: -2.4px;
    color: #ffffff;
    margin: 0;
}
.hm-cta-rite h5 strong{
    display: block;
    font-weight: 700;
    font-style: italic;
}
.hm-cta-rite h5 a {
    background-color: #bb161d;
    color: #fff;
    padding: 2px 20px;
    border-radius: 10px;
    display: inline-block;
    margin: 0 0 0 10px;
}
.hm-cta-rite h5 a:hover {
    color: #2f2f2f;
    background-color: #fff;
}
#page-column.case_results_pg.full-width {
    width: 100%;
}
.inn-rslts-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px;
}
.inn-result-itm {
    width: 30%;
    padding: 40px 30px 35px;
    background-color: #191919;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #801414;
}
.inn-result-itm:hover{
    background-color: #bb161d;
}
.inn-result-itm h4:before{
    content: '';
    position: absolute;
    background-image: url(images/case-rslt-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 57px;
    height: 53px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    opacity: 0.5;
}
#page-column .inn-result-itm:hover h4 strong{border-color: #faeff0;}
#page-column .inn-result-itm:hover h4:before{opacity: 1;}
#page-column .inn-result-itm h4 {
    font-size: 56px;
    font-weight: 600;
    color: #eaeaea;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0 0 20px;
    padding-top: 76px;
    position: relative;
}
#page-column .inn-result-itm h4 strong {
    font-size: 33px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    padding: 6px 25px;
    border: 1px solid #b0161d;
    display: block;
    max-width: max-content;
    margin: 10px auto 0;
}
#page-column .inn-result-itm p {
    font-size: 13px;
    line-height: 1.46;
    color: #eaeaea;
    letter-spacing: 0;
    margin: 0;
}
.hm-form.contact-form .gfield label, .hm-form.contact-form .gfield legend{
    color: #030303;
}
.hm-form.contact-form .gform_wrapper .top_label input, .hm-form.contact-form .gform_wrapper select, .hm-form.contact-form .gform_wrapper .top_label textarea{
    color: #666666 !important;
    border: #787878 1px solid !important;
    border-radius: 0 !important;
    background: #f7f7f7 !important;
}
.hm-form.contact-form .gform_wrapper select{
    appearance:none;
    background-image:url(images/contact-down-arw.webp) !important;
    background-repeat:no-repeat !important;
    background-size: 19px !important;
    background-position: right 9px center !important;
    padding: 14px 30px 14px 12px !important;
    color: #000 !important;
}
.hm-form.contact-form .gfield.gfield--type-text, .hm-form.contact-form .gfield.gfield--type-phone{
    width: 100% !important;
}
.hm-form.contact-form {
    margin: 30px 0 0;
}
.hm-form.contact-form .gfield.gfield--type-email, .hm-form.contact-form .gfield {
    width: 100% !important;
}
.hm-form.contact-form fieldset {
    padding: 0 !important;
    border: 0 !important;
}   
.hm-form.contact-form .gfield.contact-chk {
    padding: 0;
    border: 0 !important;
    margin: 30px 0 60px;
}
.hm-form.contact-form .gform_wrapper .form-links a, .hm-form.contact-form .gform_wrapper .form-links a:hover{
    color: #161e35;
}
.hm-form.contact-form .gfield--type-checkbox .gchoice label{font-weight: 700; }
.hm-form.contact-form .gform_wrapper .gform_footer.top_label {
    text-align: left;
    margin: 30px 0;
    float: none;
}
.hm-form.contact-form .gform_wrapper .top_label input[type="submit"] {
    padding: 17px 40px 17px 25px!important;
    color: #000000 !important;
    background-color: transparent !important;
    border: 3px solid #000000 !important;
    box-shadow: inset 0px 0px 0px 0px #bb161d;
    display: inline-block;
    max-width: max-content;
    background-image: url(images/cont-btn-arw.webp) !important;
    background-size: 8px !important;
    background-repeat: no-repeat !important;
    background-position: right 19px center !important;
}
.hm-form.contact-form .gform_wrapper .top_label input[type="submit"]:hover{
    color: #fff !important;
    background-image: url(images/cont-btn-hvr-arw.webp) !important;
}
.hm-form.contact-form .gfield_error.emil input{
    border-color: #e80000 !important;
    margin: 0 0 50px;
}
.hm-form.contact-form .gfield_error.emil .gfield_description.validation_message {
    color: #e80000 !important;
    font-size: 18px;
    bottom: 21px;
}
.hm-form.contact-form .gfield_error.emil .ginput_container_email:after{
    height: 52px;
}
.hm-form.contact-form .gfield_description.validation_message{
    color: #000 !important;
}
.hm-form.contact-form .gform_wrapper .top_label input[type="checkbox"]{
    margin: 2px 6px 0px 0 !important;
    width: 17px !important;
    height: 17px !important;
}
.hm-form.contact-form .chk .gfield_description.validation_message {
    bottom: -20px !important;
    color: #e80000 !important;
}
.hm-form.contact-form .gfield--type-checkbox .gchoice label{color: #030303;}
.marq-reslts-sec.ftr-marq {
    z-index: 1;
    position: relative;
    margin: 0;
}
.page-id-118 .ftr-form-sctn {
    display: none;
}
.page-id-118 .inn-cont-form {
    display: block;
    border-radius: 30px;
    padding: 125px 40px 135px;
    margin: 0 0 60px;
}
.page-id-118 #page-column .inn-cont-form h2{
    font-size: 70px;
    letter-spacing: -2.8px;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 20px;
}
.page-id-118 #page-column .inn-cont-form .hm-form-sec p{
    font-size: 20px;
    color: #fff;
    line-height: 1;
}
.page-id-118 #page-column .inn-cont-form .hm-form .gform_wrapper .form-links a, .page-id-118 #page-column .inn-cont-form .hm-form .gfield--type-checkbox .gchoice label{color: #fff;}
.page-id-118 #page-column .inn-cont-form .hm-form .gform_wrapper .form-links a:hover {color: #bb161d;}
.page-id-118 #page-column .inn-cont-form h2 strong{display: inline-block;}
.page-id-118 #page-content .page-container{max-width: 100%; padding: 0 3.1%;}
.inn-cont-list {
    width: 100%;
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
    padding: 45px 70px 45px 132px;
    margin: 0 auto -40px;
    position: relative;
    z-index: 1;
    text-align: left;
    background: linear-gradient(302deg, #2f2f2f, #2f2f2f 50.8%, #fff 48.5%, #fff 51%, #bb161d 0);
}
.inn-cont-itm {
    width: 42.8%;
    padding: 0 0 0 112px;
    position: relative;
}
#page-column .inn-cont-itm h3{
    color: #fff;
    line-height: 1;
    margin: 0 0 10px;
    font-size: 42px;
    text-transform: uppercase;
}
.inn-cont-itm:before{
    content: '';
    position: absolute;
    background-image: url(images/cont-call-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    width: 90px;
    height: 93px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #bb161d;
    border-radius: 50%;
}
.inn-cont-itm.loctn:before{background-image: url(images/loctn-img.webp); background-color: #2f2f2f;}
#page-column .inn-cont-itm p{
    font-size: 18px;
    line-height: 1.44;
    color: #fff;
    margin: 0;
}
#page-column .cont-num a {
    font-size: 38px;
    font-weight: 600;
    line-height: 0.9;
    letter-spacing: 0px;
    color: #fff;
    margin: 5px 0 0;
    display: inline-block;
}
#page-column .cont-num a:hover{
    color: #bb161d;
}
.inn-cont-map iframe{
    width: 100%;
    display: block;
    height: 380px;
}
/*footer form*/
.hm-form .gfield label, .hm-form .gfield legend {
    font-size: 18px;
    font-family: 'Schibsted Grotesk';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 16px;
    display: inline-block;
}
.hm-form-sec{
    position: relative;
}
.hm-form-sec .text-heading {
    color: #fff;
    margin: 0 0 25px;
    line-height: 1.2;
    text-align: center;
}
.hm-form-sec .text-heading strong{
    display: block;
}
.hm-form-sec p {
    font-family: 'Schibsted Grotesk';
    font-size: 20px;
    color: #fff;
    line-height: 1;
    margin: 0 0 25px;
    font-weight: 400;
    text-align: center;
}
.hm-form .gform_required_legend{
    display: none;
}
.ftr-form-sctn {
    padding: 80px 0 120px;
    background-size: initial;
    background-repeat: repeat;
    background-image: linear-gradient(180deg, #191919f2 0%), url(images/pattern-wht.webp);
    background-color: #191919;
    position: relative;
    border-radius: 0 0px 30px 30px;
}
.ftr-form-sctn .container{
    max-width: 1280px;
}
.gchoice.gchoice_3_9_1 label {
    display: block;
}
.hm-form .gfield.chk {
    padding: 0;
    width: 100%;
    border: none;
}
.hm-form input::placeholder {
    color: #fff;
}
.hm-form input:-ms-input-placeholder {
    color: #fff;
}
.hm-form input::-ms-input-placeholder {
    color: #fff;
}
.hm-form textarea::placeholder {
    color: #fff;
}
.hm-form textarea:-ms-input-placeholder {
    color: #fff;
}
.hm-form textarea::-ms-input-placeholder {
    color: #fff;
}
.hm-form .gform_wrapper .top_label input,
.hm-form .gform_wrapper select,
.hm-form .gform_wrapper .top_label textarea {
    margin: 0;
    width: 100% !important;
    outline: 0px;
    position: relative;
    font-family: 'Schibsted Grotesk';
    line-height: 130% !important;
    font-size: 20px !important;
    padding: 23px 45px !important;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
    background: #2c2c2c;
    border: none;
    border-bottom: 0 !important;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
}
.hm-form .gfield{
    position: relative !important ;
}
.hm-form .gfield.gfield--type-text , .hm-form .gfield.gfield--type-email, .hm-form .gfield.gfield--type-phone {
    width: 32.7% !important;
}
.hm-form .gfield label {
    display: none;
}
.hm-form .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
        gap: 12px !important;
}
.hm-form .gform_wrapper .top_label textarea {
    width: 100% !important;
    height: 143px !important;
    resize: none;
    min-block-size: 0px !important;
    margin: 0 0 20px;
}
.hm-form .gfield.msg {
    width: 100%;
}
.hm-form-sec .gform_wrapper ul.gform_fields ul {
    margin: 0;
    padding: 0;
}
.hm-form-sec .gform_wrapper ul.gform_fields li {
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    width: 100%;
}
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label{
    cursor: pointer;
    font-size: 18px;
    font-family: 'Schibsted Grotesk';
    line-height: 1;
    font-weight: 400;
    color: #fff;
    margin: 0;
    text-align:left;
        display: inline-block;
}
.hm-form .gform_wrapper .form-links a:hover {
    color: #bb161d;
}
.hm-form .gfield--type-checkbox .gchoice label {
    background-image: none;
    padding: 0;
}
.hm-form .gform_wrapper .form-links{
    margin: 0 0 5px !important;
}
.hm-form .gform_wrapper .form-links,
.hm-form .gfield.gfield--type-html.popfield {
    position: relative;
    width: 100%;
    color: #fff;
    line-height: 1;
    text-align: left;
}
.hm-form .gfield .ginput_container {
    margin: 0 !important;
    position: relative;
}
.hm-form .gfield_description.instruction.validation_message {
        bottom: 4px;
    top: auto;
}
.hm-form .gform_wrapper .top_label input[type="checkbox"] {
     width: 16px !important;
    height: 16px !important;
    float: left;
    clear: both;
    margin: 3px 6px 0px 0 !important;
    padding: 0 !important;
    accent-color: #bb161d;
}
.hm-form .gform_wrapper .gform_footer.top_label {
    text-align: center;
    padding: 0;
    float: right;
    margin: -60px auto 0;
    position: relative;
    max-width: max-content;
}
.hm-form .gform_wrapper .top_label input[type="submit"] {
    height: auto!important;
    padding: 22px 32px !important;
    color: #fff!important;
    background: #bb161d !important;
    border: 1px solid #fff !important;
    border-radius: 7px!important;
    font-family: 'Schibsted Grotesk' !important;
    font-size: 20px!important;
    font-weight:  600 !important;
    line-height: 1!important;
    letter-spacing: 0px!important;
    text-transform: uppercase!important;
    cursor: pointer!important;
    transition: all 0.3s ease-out!important;
    margin: 0 !important;
    text-align: center;
    overflow: hidden;
}
.hm-form .gform_wrapper .top_label input[type="submit"]:hover{
    background-color: transparent !important;
    border-color: #bb161d !important;
}
.hm-form .gform_validation_errors{
    display: none !important;
}
.popup {
    transition: opacity 0.15s ease-in,max-height 0.15s ease-in 0.15s;
    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 {
    top: 15px;
    color: #000;
    position: relative !important;
    z-index: 1;
    width: 100%;
    top: 5px;
    left: 0;
    font-family: 'Schibsted Grotesk';
    font-size: 14px;
    color: #000;
    display: inline-block;
    line-height: 2;
    z-index: 12;
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.2);
    background: #fff;
    transform: scale(0.95);
    transition: transform 0.15s ease-out;
    display: none;
    text-align: center;
}
.popuptext.show {
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: inherit;
    pointer-events: auto;
    transform: scale(1);
    transition: transform 0.15s ease-out 0.15s;
    display: block;
}
span.popup-close {
    font-size: 22px;
    cursor: pointer;
    font-family: 'Schibsted Grotesk';
    line-height: 1;
    max-height: max-content;
    position: absolute;
    top: 5px;
    right: 4px;
    font-weight: 500;
}
.popup .popuptext a {
    text-decoration: underline;
    background-image: none !important;
}
.popup .popuptext a:hover{color: #000;}
span.popup-info {
    width: 15px;
    display: inline-block;
    height: 14px;
}
span.popup-info:before {
    content: '';
    position: absolute;
    background-image: url(images/pop--up-info.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    width: 16px;
    height: 16px;
    left: 20px;
    top: 26px;
}
div#popup-container {
    pointer-events: none;
    width: 100%;
    overflow: hidden;
    transition: opacity 0.15s ease-in, max-height 0.15s ease-in 0.15s;
    display: none
}
div#popup-container.popup-active {
    display: block;
}
.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;
}
.hm-form .gfield_description{
    margin: 0px !important
}
.hm-form .gfield_description.validation_message {
    position: absolute;
    top: 6px;
    right: 8px !important;
    text-align: right;
    font-size: 13px;
    font-family: 'Schibsted Grotesk';
    color: #bb161d;
    pointer-events: none;
}
.hm-form .chk .gfield_description.validation_message{
        bottom: -17px !important;
    right: auto !important;
    top: auto;
}
.footer-sec{
    position: relative;
    z-index: 0;
}
.ftr-block-sec {
    background-color: #fff;
    padding: 75px 0 0;
}
#footer-navigation ul {
    margin: 0 0px;
    font-size: 0;
    text-align: center;
    padding: 0 0 25px;
    border-bottom: 1px solid #c0c0c0;
}
#footer-navigation ul li {
    display: inline-block;
    padding: 0 0px 0;
    position: relative;
    margin: 0 22px;
}
#footer-navigation ul li a {
    font-size: 21px;
    font-family: 'Schibsted Grotesk';
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1;
    color: #2f2f2f;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
}
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li:hover > a {
    color: #bb161d;
}
#footer-navigation ul li:first-child {
    margin-left: 0;
}
#footer-navigation ul li:last-child {
    margin-right: 0;
}
.ftr-blk-list {
    display: flex;
    justify-content: space-between;
    padding: 50px 110px 35px;
}
.ftr-itm {
    width: 29.3%;
    position: relative;
    padding: 0 0 0 85px;
}
.ftr-itm:before{
    content: '';
    position: absolute;
    background-image: url(images/ftr-call-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    width: 73px;
    height: 70px;
    left: 0;
    top: 0;
}
.ftr-itm.loc:before{background-image: url(images/ftr-location-icon.webp);}
.ftr-itm.logo:before{display: none;}
.ftr-itm.logo {
    padding: 0;
}
.ftr-logo {
    width: 96%;
    margin: 0 0 20px;
}
.ftr-logo img{
    width: 100%;
    display: block;
}
.ftr-itm p {
    font-size: 18px;
    font-family: 'Schibsted Grotesk';
    font-weight: 600;
    color: #2f2f2f;
    letter-spacing: -0.36px;
    line-height: 1.7;
    margin: 0;
}
.ftr-itm.conct {
    width: 27%;
}
.ftr-itm h4{
    font-size: 36px;
    font-family: 'Schibsted Grotesk';
    font-weight: 600;
    color: #bb161d;
    text-transform: uppercase;
    letter-spacing: -0.7px;
    line-height: 1;
    margin: 0 0 15px;
}
.ftr-call{
   margin: 0 0 15px;
}
.ftr-itm .ftr-call a{
    font-size: 32px;
    font-family: 'Schibsted Grotesk';
    font-weight: 700;
    color: #2f2f2f;
    letter-spacing: 0px;
    line-height: 1;
}
.ftr-itm .ftr-call a:hover{
        color: #bb161d;
}
.ftr-itm .ftr-review-btn a.cmn-btn{
    padding: 16px 34px;
    border-color: #bb161d;
}
.ftr-itm .ftr-review-btn a.cmn-btn:hover{
    border-color: #2f2f2f;
}
.ftr-itm.loc {
    width: 22.3%;
}
.ftr-addr a{
        font-size: 18px;
    font-family: 'Schibsted Grotesk';
    font-weight: 600;
    display: inline-block;
    color: #bb161d;
    letter-spacing: -0.36px;
    line-height: 1;
    margin: 15px 0 15px;
    border-bottom: 1px solid #bb161d;
}
.ftr-addr a:hover{
    color: #2f2f2f;
    border-bottom: 1px solid #2f2f2f;
}
.ftr-license p{
    font-size: 20px;
    font-family: 'Schibsted Grotesk';
    font-weight: 400;
    color: #2f2f2f;
    letter-spacing: -0.4px;
    line-height: 1;
    margin: 0 0 30px;
    text-align: center;
}
.ftr-icons-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0;
    position: relative;
    z-index: 0;
}
.ftr-icons-list:before, .ftr-icons-list:after {
    position: absolute;
    content: "";
    background-color: #979797;
    width: 38.7%;
    height: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.ftr-icons-list:after {
    left: auto;
    right: 0;
}
.ftr-icons-list a{
    font-size: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 43px;
    height: 40px;
    display: inline-block;
    background-image: url(images/fb-icon.webp);
    background-color: #000;
    border-radius: 6px;
}
.ftr-icons-list a:hover{
    background-color: #BB161D;
}
.ftr-icons-list a.tiktok{background-image: url(images/tiktok-icon.webp);}
.ftr-icons-list a.linkedin{background-image: url(images/linkedin-icon.webp);}
.ftr-icons-list a.utube{background-image: url(images/youtube-icon.webp);}
.ftr-icons-list a.insta{background-image: url(images/insta-icon.webp);}
.ftr-icons-list a.twitter{background-image: url(images/twitter-icon.webp);}
.ftr-copyrights-sec {
    background-color: #fff;
    padding: 35px 0px 30px;
}
.ftr-copyrights-sec p{
    margin: 0;
}
.cpy-inr p, .cpy-inr p a{
    font-size: 21px;
    font-family: 'Schibsted Grotesk';
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    color: #2f2f2f;
    margin: 0;        
    text-align: center;
}
.cpy-inr p a{
    display: inline-block;
    line-height: 1;
}
.cpy-inr p a:hover{
    color: #bb161d;
}
.cpy-inr img{width: 100%; max-width: 75px;}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav ,section.widget .hm-insights.owl-carousel  .owl-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: 45px auto 0;
    width: 65.6%;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button ,  section.widget .hm-insights.owl-carousel  .owl-nav button{
    width: 30px;
    height: 24px;
    background-color:transparent;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-prev, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-prev, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-prev, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-prev, section.widget .hm-insights.owl-carousel  .owl-nav button.owl-prev {
   background-image: url(images/sdbr-lft-arw.webp);
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev:hover, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-prev:hover, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-prev:hover, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-prev:hover, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-prev:hover, section.widget .hm-insights.owl-carousel  .owl-nav button.owl-prev:hover {
   background-image: url(images/sdbr-lft-hvr-arw.webp);
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-next, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-next, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-next, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-next, section.widget .hm-insights.owl-carousel .owl-nav button.owl-next {
   background-image: url(images/sdbr-rgt-arw.webp);
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next:hover, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-next:hover, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-next:hover, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-next:hover, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-next:hover, section.widget .hm-insights.owl-carousel .owl-nav button.owl-next:hover {
   background-image: url(images/sdbr-rgt-hvr-arw.webp);
}
.container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
.page-container, .post-container{width: 100%; max-width: 1280px; 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;
}
.inn-bnr-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inn-bnr-lft {
    width: 37.4%;
}
.inn-bnr-title {
    width: 60%;
    text-align: right;
}
.inn-bnr-lft img{
    width: 100%;
    display: block;
}
#main-heading {
    background-image: url(images/page-bnr-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    padding: 135px 0 0;
    position: relative;
}
#main-heading .page-container{max-width: 1500px;}
.inn-bnr-title h1 {
    font-size: 60px;
    font-family: 'Schibsted Grotesk';
    font-weight: 700;
    line-height: 1;
    letter-spacing: -3.6px;
    color: #2f2f2f;
    margin: 0;
    text-align: right;
}
#main-heading .inrpg-breadcrumbs {
    font-size: 20px;
    font-family: 'Schibsted Grotesk';
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.4px;
    color: #2f2f2f;
    margin: 0;
    padding: 10px 0 0;
}
#main-heading .inrpg-breadcrumbs span.current-item, #main-heading .inrpg-breadcrumbs span:hover{color: #bb161d;}
#post-content, #page-content {
    padding: 100px 0;
}
.page-col-full, .single-col-full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
#single-column, #post-column, #page-column {
    width: 64.9%;
}
.sidebar-page, .sidebar-single {
    width: 32.3%;
    max-width: 400px;
}
#page-column.full-width, .full-width {
    width: 100%;
    margin: 0 auto;
}
#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: 'Schibsted Grotesk';
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 30px;
    color: #000000;
    font-weight: 700;
}
#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 {
    font-family: 'Schibsted Grotesk';
    font-size: 17px;
    line-height: 2.2;
    color: #00000d;
    letter-spacing: 0;
    margin: 0 0 40px 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: 18px;
    position: relative;
    margin: 0 0 15px;
}
#page-column ul li:before {
    background: #00000d;
    width: 8px;
    height: 8px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 15px;
    border-radius: 50%;
}
#post-content .posts-list .author-info a,
#page-column a,
#page-column li a {
    color: #bb161d;
}
#post-content .posts-list .author-info a:hover, #page-column a:hover,
#page-column li a:hover {
    color: #00000d;
}
#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;
    border-radius: 20px;
    overflow: hidden;
}
.page-feature-img img, .single-thumbnail img {
    width: 100%;
    display: block;
}
.sidebar-page .sidebar-item {
    background-color: #2f2f2f;
    padding: 20px 15px;
    margin: 0 0 50px;
    position: relative;
    border-radius: 20px;
}
.sidebar-page .sidebar-item h2, h4.widget-title {
    padding: 0 0 20px;
    text-align: center;
    position: relative;
    font-size: 40px;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.92px;
    margin: 0 0 15px;
    font-family: 'Schibsted Grotesk';
    font-weight: 700;
}
.sidebar-page .sidebar-item h2:before{
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    width: 91.9%;
    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;
    font-size: 0;
}
.sidebar-page .sidebar-menu-pa ul li{
    display:block;
    padding:0;
    margin: 0 0 5px;
    position:relative;
}
.sidebar-page .sidebar-menu-pa ul li a {
    font-size: 22px;
    color: #fff;
    display: block;
    position: relative;
    font-family: 'Schibsted Grotesk';
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
    letter-spacing: 0.22px;
    padding: 15px 48px;
    background-color: transparent;
}
.sidebar-page .sidebar-menu-pa ul li a::before {
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 23px;
    left: 27px;
}
.sidebar-page .sidebar-menu-pa ul li:last-child{
    margin: 0;
}
.sidebar-page .sidebar-menu-pa ul li.current-menu-item > a, .sidebar-page .sidebar-menu-pa ul li:hover > a {
    background-color: #bb161d;
}
.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{
    color: #bb161d;
    background-color: transparent;
}
.sidebar-page .sidebar-menu-pa .sub-menu li a:before {
    width: 8px;
    height: 8px;
    top: 8px;
    left: 19px;
}
.sidebar-page .sidebar-menu-pa .sub-menu li a:hover:before, .sidebar-page .sidebar-menu-pa ul.sub-menu li.current-menu-item > a:before{
    background-color: #bb161d !important;
}
.sidebar-page .sidebar-menu-pa .sub-menu li:hover a{background-color: transparent;}
.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: 23px;
    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;
}
.sidebar-page .sidebar-menu-pa ul ul li .drop.close, .sidebar-page .sidebar-menu-pa ul ul li .drop.open {
    right: 5px;
    top: 7px;
}
#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;
}
.sidebar-page section.widget.testi {
    background-color: #191919;
    padding: 35px 55px 45px;
    text-align: center;
    margin: 0;
    position: relative;
    border-radius: 20px;
}
.sidebar-page section.widget.testi:before{
    content: '';
    position: absolute;
    background-image: url(images/testi-qoutes.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 46px;
    height: 34px;
    transform: rotate(180deg);
    left: 0;
    right: 0;
    margin: auto;
    bottom: 40px;
}
#page-content section.widget.testi .testi-item p {
    font-family: 'Schibsted Grotesk';
    font-weight: 400;
    font-size: 17px;
    color: #ffffff;
    line-height: 1.82;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
#page-content section.widget.testi .testi-item .star-rat {
    margin: 0 auto 25px;
    width: 47.7%;
    max-width: 100%;
}
#page-content section.widget.testi .testi-item h6 {
    font-size: 25px;
    font-family: 'Schibsted Grotesk';
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}
.sidebar-page section.widget.testi h4.widget-title {
    margin: 0 0 20px;
    padding: 0;
}
.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;
}
.single-profile-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 65px 0 50px;
    position: relative;
    background-size: initial;
    background-repeat: repeat;
    background-image: linear-gradient(180deg, #bb161de3 0%), url(images/testi-blk-pattern.webp);
    background-color: #bb161d;
}
.single-profile-image img {
    width: 100%;
    display: block;
}
.single-profile-image {
    width: 46.1%;
    margin: -65px 0 0;
}
.sp-block {
    width: 51%;
    padding: 15px 40px 15px 0;
}
#page-column .sp-block h2 {
    font-size: 50px;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 1;
    letter-spacing: -1px;
    color: #ffffff;
}
#page-column .sp-block h5 {
    font-size: 24px;
    color: #ffffff;
    margin: 0 0 22px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.48px;
}
.sngl-atrny-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 77%;
}
.profile-tel {
    padding: 0 0 0 55px;
    margin: 0 0 28px;
    position: relative;
}
#page-column .profile-tel p{
    font-size: 16px;
    letter-spacing: -0.32px;
    line-height: 1;
    color: #f7f7f7;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}
#page-column .profile-tel a{
    font-size: 28px;
    display: block;
    line-height: 1;
    color: #f7f7f7;
    margin: 8px 0 0;
}
#page-column .profile-tel a:hover{color: #ffffffb8;}
#page-column .profile-tel a:before{
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(images/prfl-call-icn.webp);
    background-position: left center;
    width: 29px;
    height: 29px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#page-column .profile-tel a:after {
    content: '';
    position: absolute;
    background-color: #f7f7f7;
    width: 2px;
    height: 47px;
    top: 0;
    bottom: 0;
    left: 36px;
    margin: auto;
}
#page-column .single-profile-btn a.cmn-btn{
    padding: 19px 25px 18px;
    background-color: #2f2f2f;
    color: #ffffff;
    font-size: 15px;
    border: 1px solid #ffffff;
}
#page-column .single-profile-btn a.cmn-btn:hover{color: #fff !important;}
#page-column .inn-accordion {
    margin: 20px 0;
}
#page-column .accordion-section h3.accordion-heading {
    background-color: #fff;
    padding: 13px 50px 13px 22px;
    cursor: pointer;
    width: 100%;
    border-radius: 0px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
    color: #191919;
    margin: 0;
    border: 1px solid #bb161d;
    background-image: url(images/acc-down-arw.webp);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: right 22px top 21px;
}
#page-column .accordion-section .accordion-section-content {
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 20px 22px 0;
    display: none;
}
#page-column .accordion-section .accordion-section-content p:last-child{
    margin-bottom: 0;
}
#page-column .accordion-section.active .accordion-section-content {
    display: block;
}
#page-column .accordion-section {
    margin: 0 0 16px;
    max-height: max-content !important;
}
#page-column .accordion-section.accordion-active h3.accordion-heading{
    background-color: #bb161d;
    color: #ffffff;
    background-image: url(images/acc-up-arw.webp);
}
.posts-list {
    width: 31.9%;
    background-color: #fff;
    margin: 0;
    position: relative;
    border: 1px solid #2f2f2f;
    padding: 8px 8px 45px;
    border-radius: 20px;
}
.posts-thumbnail-blck {
    position: relative;
}
#post-column-full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px 2.1%;
}
#post-content .posts-thumbnail {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #2f2f2f;
}
#post-content .posts-thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
}
#post-content .posts-thumbnail img {
    width: 100%;
    display: block;
}
#post-content .posts-list .posts-block {
    padding: 22px 20px 0;
}
 
#post-content .posts-list .posts-block h3{
    margin: 0 0 35px;
    line-height: 1;
}
#post-content .posts-list .posts-block h3 a {
    font-size: 25px;
    font-family: 'Schibsted Grotesk';
    font-weight: 600;
    line-height: 1.36;
    letter-spacing: 0;
    color: #000000;
    display: inline-block;
}
.posts-readmore {
    position: absolute;
    bottom: 30px;
}
.posts-list:hover {
    background-color: #bb161d;
}
#post-content .posts-list:hover .posts-block h3 a {
    color: #ffffff;
}
#post-content .posts-list:hover .posts-readmore a {
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
#post-content .posts-list .author-info {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 20px;
}
#post-content .posts-list .posts-readmore a {
    font-size: 16px;
    font-family: 'Schibsted Grotesk';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2.88px;
    text-transform: uppercase;
    display: inline-block;
    color: #000000;
}
#page-column .single-meta p {
    line-height: 1.6;
    margin: 0 0 25px;
}
.hm-blog-btn.blg-mbl-btn{display: none; text-align: center;}
.error_pg {
    text-align: center;
}
#page-column.error_pg h1{
    font-family: 'Schibsted Grotesk';
    font-style: normal;
}
#page-column .return-btn a.cmn-btn{
    background-image: none;
}
#page-column .return-btn a.cmn-btn:hover{color: #fff !important;}
.single-pagination {
    margin: 30px 0 0;
}
.single-pagination .nav-links a {
    font-size: 19px;
    font-weight: 600;
    width: 190px;
    background-color: #2f2f2f;
    color: #fff !important;
    padding: 21px 30px 18px;
    display: inline-block;
    text-align: center;
    font-family: 'Schibsted Grotesk';
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 1;
}
.single-pagination .nav-links a:hover {
    background-color: #bb161d;
}
.widget{
    margin: 0;
}
.sidebar-blog.blog-sidebar-itm {
    display: block;
}
.sidebar-blog {
    display: flex;
    justify-content: space-between;
    margin: 0 0 25px;
}
.widget h2 {
    display: none;
}
.sidebar-blog-item {
    width: 31.9%;
    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: 19px 70px 20px 26px;
    display: block;
    position: relative;
    border: 1px solid #2f2f2f;
    font-size: 20px;
    font-family: 'Schibsted Grotesk';
    font-weight: 600;
    color: #000000 !important;
    line-height: 130%;
    letter-spacing: 0;
    width: 100%;
    max-width: 100%;
    appearance: none;
    outline: 0;
    background-color: transparent;
    border-radius: 10px;
}
.sidebar-blog input::placeholder, .sidebar-blog .widget select::placeholder {
    color: #000000;
}
.sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select {
    background-image: url(images/sdbar-down-arrow-img.webp) !important;
    background-position: right 4px center;
    background-size: 59px 57px;
    background-repeat: no-repeat;
}
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit {
    position: absolute;
    right: 0px;
    top: 0;
    background-image: url(images/search-btn-img.webp) !important;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    background-size: 59px 57px;
    background-position: right 4px center;
    width: 63px;
    height: 100%;
    border: none;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    outline: 0;
    transform: inherit;
}
.sidebar-blog .sidebar-blog-item.blog_search {
    order: 3;
}
.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;
    flex-wrap: wrap;
    gap: 8px 0;
}
#post-column-full .nav-links .page-numbers {
    width: 65px;
    height: 65px;
    margin: 0 2px;
    padding: 5px;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Schibsted Grotesk';
    line-height: 1;
    letter-spacing: 0;
    border: 0;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
#post-column-full .nav-links .page-numbers.current, #post-column-full .nav-links .page-numbers:hover {
    background-color: #bb161d;
    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/lft-arw-img.webp);
    display: inline-block;
    width: 46px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 20px;
    border: none;
    padding: 0;
    background-color: transparent;
}
#post-column-full .nav-links a.next.page-numbers {
    background-image: url(images/rgt-arw-img.webp);
}
#post-column-full .nav-links a.next.page-numbers:hover {
    background-image: url(images/rgt-hvr-arw-img.webp);
}
#post-column-full .nav-links a.prev.page-numbers:hover {
    background-image: url(images/lft-hvr-arw-img.webp);
}
.sidebar-blog.blog-sidebar-itm .widget select {
    color: #fff !important;
    background-color: #bb161d;
    border: 0;
    font-size: 17px;
    font-weight: 500;
    background-image: url(images/sngl-blg-sdbr-down-arw.webp) !important;
    background-size: 61px 100% !important;
    background-position: right 0 center;
}
.sidebar-blog.blog-sidebar-itm {
    flex-direction: column;
    gap: 0;
    overflow: hidden;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm {
    padding: 34px 30px;
    margin: 0;
    border-radius: 20px;
    border: 1px solid #801414;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm.sidebar_single_search {
    padding: 0;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    margin: 0 0 50px;
    width: 100%;
    max-width: 100%;
}
.sidebar-page .sidebar-item.sidebar_archives{
    margin: 0 !important;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-blog-item.blog_search {
    width: 100%;
    margin: 0 0 30px;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {
    padding: 0;
    text-align: left;
    margin: 0 0 17px;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 1;
    color: #00000d;
    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{
    background-color: transparent;
    margin: 0 0 30px;
    padding: 0;
    border: 0;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2::before{
    display: none;
}
.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;
}
.law-office-map{
    width: 68.6%;
}
.law-office-map iframe{
    width: 100%;
    display: block;
    height: 450px;
}
.email-popup {
    display: none;
    inset: 0;
    background: rgba(11, 11, 11, 0.7);
    z-index: 99999;
    text-align: center;
    overflow: hidden auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}
.email-popup .popup-content {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
    overflow: hidden auto;
}
.email-popup .close-popup {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #333;
    font-size: 28px;
    opacity: .65;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}
.email-popup .close-popup:hover{opacity: 1;}
.inn-watch-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 54px;
}
.inn-watch-itm {
    width: 47.8%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.inn-watch-hvr{
    background-image: url(images/play-button-arrowhead.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16.7%;
    height: 26.2%;
    position: absolute;
    inset: 0;
    margin: auto;
    cursor: pointer;
    z-index: 3;
}
 
.inn-watch-hvr a {
    font-size: 0;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
 
.inn-watch-img img {
    width: 100%;
    display: block;
}
.inn-pract-list {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
	margin:0 0 30px;
}
.inn-pract-itm {
    padding: 70px 30px;
    width: 30.7%;
    position: relative;
    border: 2px solid #bbbbbb;
    text-align: center;
    background-size: initial;
    background-repeat: repeat;
    background-image: url(images/secure-pattern.webp);
    background-color: #ffffff;
    background-position: 50%;
}
.inn-pract-itm:hover{
    background-color: #2f2f2f;
}
.inn-pract-img {
    width: 100%;
    max-width: 87px;
    margin: 0 auto 18px;
}
.inn-pract-img img{
    width: 100%;
    display: block;
    opacity: 0.5;
}
#page-column .inn-pract-itm h4{
    font-size: 29px;
    font-weight: 600;
    color: #2f2f2f;
    letter-spacing: -1.16px;
    line-height: 1.17;
    min-height: 65px;
    margin: 0;
    place-content: center;
}
.inn-pract-hvr a{
    font-size: 0;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 2;
}
#page-column .inn-pract-itm:hover h4{
    color: #fff;
}
.inn-pract-itm:hover .inn-pract-img img{
    filter: brightness(0) invert(1);
    opacity: 1;
}
#reviews-main {
    column-count: 2;
    column-gap: 55px;
}
.review-item {
    width: 100%;
    background-size: initial;
    background-repeat: repeat;
    background-image: linear-gradient(180deg, #191919f2 0%), url(images/testi-blk-pattern.webp);
    background-color: #191919;
    border-radius: 60px;
    padding: 72px 55px 150px;
    margin: 0 0 55px;
    position: relative;
    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;
    display: inline-block;
}
.review-item:before, .review-item:after{
    content: '';
    position: absolute;
    background-image: url(images/inn-testi-quotes.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 46px;
    height: 34px;
}
.review-item:before{
    background-position: left top;
    left: 60px;
    top: 62px;
}
.review-item:after{
    background-position: right bottom;
    right: 55px;
    bottom: 75px;
    transform: rotate(180deg);
}
.review-item:hover:before, .review-item:hover:after{background-image: url(images/inn-testi-hvr-quotes.webp);}
#page-column .review-item p{
    color: #ffffff;
}
#page-column .review-item h5 {
    font-size: 30px;
    line-height: 1;
    color: #bb161d;
    margin: 0;
    position: absolute;
    bottom: 80px;
}
.review-item:hover{
    background-color: #bb161d;
    background-image: linear-gradient(180deg, #bb161df2 0%), url(images/testi-blk-pattern.webp);
}
#page-column .review-item:hover h5{color: #fff;}
.review-item:hover .star-rat img{
    filter: brightness(0) invert(1);
}
.hm-ready-sec.inn-ready-sec{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.hm-ready-sec.inn-ready-sec:before, .hm-ready-sec.inn-ready-sec:after{background-color: rgb(255 0 14 / 54%);}
.inr-atrny-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 48px;
}
.inn-atrny-item {
    width: 30.83%;
    text-align: center;
    background-size: initial;
    background-repeat: repeat;
    background-image: linear-gradient(180deg, #191919f2 0%), url(images/pattern-04-wht.webp);
    background-color: #191919;
    border-radius: 15px;
    position: relative;
    padding: 0 0 25px;
}
.inn-atrny-img {
    padding: 25px 25px 0;
    margin: 0 0 20px;
    border-radius: 14px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px rgba(187, 22, 29, 0.12);
}
.inn-atrny-cnt {
    padding: 0 0 15px;
    position: relative;
}
.inn-atrny-cnt:before {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.251);
    width: 46.4%;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#page-column .inn-atrny-item h5{
    font-size: 33px;
    line-height: 1;
    letter-spacing: -1.32px;
    color: #fff;
    margin: 0 0 15px;
}
#page-column .inn-atrny-item p{
    font-size: 20px;
    font-family: 'Schibsted Grotesk';
    line-height: 1;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    color: #bb161d;
    letter-spacing: 5.6px;
}
#page-column .inn-atrny-item:hover{
    background-image: linear-gradient(180deg, #bb161df2 0%), url(images/pattern-04-wht.webp);
}
#page-column .inn-atrny-item:hover p{color: #fff;}
.inn-atrny-item-hvr a {
    font-size: 0;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 2;
}
.cta-box {
    padding: 45px 30px 50px;
    margin: 40px 0;
    text-align: center;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
#page-column .cta-box h2{
    font-size: 52px;
    line-height: 1;
    letter-spacing: -2.08px;
    margin: 0 0 25px;
}
#page-column .cta-box h2 strong{
    font-size: 71px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2.84px;
    display: block;
    margin: 15px 0 0;
}
.cta-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    line-height: 1;
}
#page-column .cta-btns a.cmn-btn{border-width: 1px;}
#page-column .cnslt-call a.cmn-btn {
    background-color: #323232;
    border-color: #ffffff;
    font-size: 23px;
    padding: 20px 30px 19px 95px;
}
#page-column .cnslt-call a.cmn-btn:hover{color: #bb161d !important;}
#page-column .cnslt-call a.cmn-btn:before {
    position: absolute;
    content: "";
    background-image: url(images/ready-call-img.webp);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: none;
    background-color: transparent;
}
#page-column .cnslt-call a.cmn-btn:after {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 1px;
    height: 46px;
    top: 0;
    bottom: 0;
    left: 70px;
    margin: auto;
}
#page-column .cnslt-btn a.cmn-btn:before{background-color: #323232;}
#page-column .cnslt-btn a.cmn-btn:hover{border-color: #ffffff;}
.cta-box:before, .cta-box:after {
    content: '';
    position: absolute;
    background-color: #9c131a;
    width: 15.6%;
    height: 62%;
    z-index: -1;
}
.cta-box:before{
    left: 0;
    bottom: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.cta-box:after{
    right: 0;
    bottom: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.scnd-cta-blk {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 15px 50px 35px;
    margin: 40px 0;
    border: 2px solid #2f2f2f;
    background-image: url(images/scnd-cta-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center; 
}
.inn-cta-lft {
    width: 72%;
}
.inn-cta-rgt {
    width: 100%;
    max-width: 242px;
    margin: 0 0 0 -20px;
}
.inn-cta-rgt img{
    width: 100%;
    display: block;
    opacity: 0.5;
}
#page-column .inn-cta-lft h2 {
    font-size: 54px;
    letter-spacing: -2.16px;
    line-height: 1;
}
#page-column .inn-cta-lft h2 strong{
    font-size: 59px;
    letter-spacing: -2.36px;
    color: #bb161d;
    line-height: 1;
    font-weight: 700;
    margin: 5px 0 0;
    display: block;
}
#page-column .cta-cont-btn a.cmn-btn{
    color: #ffffff;
    background-color: #bb161d;
    border-color: #fff;
}
#page-column .cta-cont-btn a.cmn-btn:hover:before{background-color: #323232;}
#page-content .areaserved-item-list {
    background-color: #323232;
    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: 'Schibsted Grotesk';
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 10px;
    background-color: #bb161d;
    color: #fff;
    display: flex;
    text-align: center;
    min-height: 70px;
    justify-content: center;
    align-items: center;
}
#page-content .areaserved-item a:hover {
    background-color: #191919;
}
#page-content #areaserved-main {
    text-align: center;
}
.video-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
}
.video-popup .popup-content {
    position: relative;
    width: 90%;
    max-width: 900px;
    background: #000;
}
.video-popup video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}
.video-popup .close-popup {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    font-family: 'Schibsted Grotesk';
}
.video-popup .close-popup:hover {
    background: #bb161d;
    color: #fff;
}
@media screen and (max-width:1800px) {
.hm-banner-sec .container, .site-header .container{max-width:1600px;}
.site-branding {width: 240px; }
.top-rite p {font-size: 19px;}
.header-number a {font-size: 35px;}
#main-navigation ul li a {font-size: 17px;}
.hm-banner-sec h1 {font-size: 88px;letter-spacing: -5.44px;}
.hm-banner-sec h1 small {font-size: 56px;letter-spacing: 12.2px;}
.hm-banner-sec h1 strong {font-size: 65px;}
.bnr-cnt p {font-size: 23px;letter-spacing: 5px;}
.hm-banner-sec{padding-top: 230px; }
.rslts-title h2 {font-size: 40px;}
.marq-rslts-lst li {font-size: 22px;}
.hm-securing-sec {padding: 95px 0 65px; }
.text-heading {font-size: 65px;margin: 0 0 45px;letter-spacing: -2.5px;}
 
 
}
@media screen and (max-width:1700px) {
.container, #main-heading .page-container { max-width:1400px; }
.hm-banner-sec .container, .site-header .container{max-width:1500px;}
a.cmn-btn{font-size: 19px;padding: 19px 30px 18px;}
.top-rite{padding: 25px 0 25px 50px;}
.site-branding {width: 220px; }
#main-navigation ul li a {font-size: 16px; }
#main-navigation ul li{margin: 0 15px;}
.top-rite p {margin: 0 0 18px; font-size: 18px; }
.header-number a {font-size: 33px; }
.header-number a:before{width: 33px; height: 33px;}
.header-number a:after{height: 40px;left: 49px;}
.header-number{padding: 0 0 0 70px;}
.hm-banner-sec h1 {font-size: 82px; letter-spacing: -4.94px; }
.hm-banner-sec h1 small {font-size: 52px; letter-spacing: 11.4px; }
.hm-banner-sec h1 strong {font-size: 56px; letter-spacing: -3.8px; }
.bnr-cnt {padding: 45px 0 0; }
.bnr-cnt p {font-size: 21px; letter-spacing: 3.6px; }
.hm-banner-sec {padding-top: 210px; }
.rslts-title h2 {font-size: 36px; }
.marq-rslts-lst li {font-size: 20px; letter-spacing: -0.38px; padding: 0 40px; }
.hm-securing-sec {padding: 85px 0 60px; }
.text-heading {font-size: 55px; margin: 0 0 40px; letter-spacing: -2px; }
.secure-law-cnt p {font-size: 21px;}
.secure-law-cnt:before, .secure-law-cnt:after{width: 50px; height: 36px;}
.secure-law-cnt{padding: 50px 0 10px;}
.secure-law-cnt h4 {font-size: 22px;letter-spacing: -0.52px;}
.secure-lft:before, .secure-lft:after{width: 514px; height: 50px;}
.secure-lft{padding: 40px 0 46px;}
.secure-cnt p{line-height: 2; letter-spacing: -0.3px;}
.firstcharacter-dark {font-size: 82px;}
.secure-cnt {width: 50.2%; }
.hm-practice-areas {padding: 70px 0 0px; }
.hm-practice-areas h2 {margin: 0 0 70px;}
.hm-pract-itm {padding: 35px 30px 50px;}
.hm-pract-img{max-width: 80px;}
.hm-pract-itm h4 {font-size: 27px;letter-spacing: -0.96px;min-height: 64px;}
.hm-pract-list{margin: 0 0 45px;}
.hm-watch-sec {padding: 90px 0 120px;}
.hm-watch-list{padding: 90px 100px 65px;}
.hm-watch-rgt p{font-size: 19px;}
.hm-watch-rgt h5 {font-size: 28px; letter-spacing: -0.4px;}
.hm-watch-rgt::after{top: -45px;}
.meet-awards-sec{border-radius: 55px;padding: 100px 0 120px;}
.meet-lft-cnt p {font-size: 15px;line-height: 2;margin: 0 0 40px;}
.meet-rgt-list{gap: 28px;}
.hm-atrny-cnt h3 {font-size: 30px;letter-spacing: -1.12px;}
.hm-atrny-cnt p {font-size: 19px;letter-spacing: 5px;}
.hm-atrny-img {border-radius: 25px;}
.meet-blk{padding: 0 0 120px;}
.hm-award-img{max-width: 130px;}
.hm-award-img img {max-height: 105px;}
.hm-award-itm {width: 16.1%;}
.hm-legal-sec {padding: 150px 0 260px; margin: -50px 0 0; }
.legal-lft p {font-size: 18px; line-height: 1.95;}
.legal-cnt p {font-size: 16px; line-height: 2.03; margin: 0 0 35px; }
.hm-case-rslts {padding: 145px 0 60px; }
.hm-rslts-title h2 {margin: 0 0 40px; }
.hm-rslts-list.owl-carousel .owl-nav{left: -400px;}
.hm-result-itm h4 {font-size: 50px; padding-top: 70px;}
.hm-result-itm h4 strong {font-size: 32px;}
.hm-testi-blk {gap: 70px; padding: 55px 30px; } 
.hm-testimonials .testi-item p {font-size: 16px; margin: 0 0 25px; } 
.hm-testimonials .testi-item h5 {font-size: 27px; } 
.hm-testi-list.owl-carousel .owl-nav {left: -530px; gap: 20px; } 
.hm-testi-list.owl-carousel .owl-nav button {transform: scale(0.8); } 
.hm-testi-title h2{font-size: 58px; letter-spacing: -2px;}
.hm-stay-connected-sec {padding: 100px 0 50px; } 
.hm-stay-connected-sec .tab-buttons {margin: 0 0 55px; } 
.btn-cnt-txt h4 {font-size: 21px; } 
.hm-stay-connected-sec .tab-content.active {padding: 65px 75px; } 
.hm-expect-sec {padding: 50px 0 100px; } 
.hm-expect-img {max-width: 60px; margin: 0 auto 20px; } 
.hm-expect-itm h5 {font-size: 21px; padding: 14px 0; margin: 0 0 10px; } 
.hm-expect-itm h5::before {width: calc(100% + 70px); height: 50px; left: -35px; } 
.hm-expect-itm p {font-size: 15px; } 
.hm-ready-sec {padding: 35px 0 85px; } 
.hm-ready-img {max-width: 190px; margin: 0 auto 15px; } 
.hm-ready-sec .text-heading {font-size: 88px; } 
.hm-ready-sec p {font-size: 22px; margin: 0 0 30px; } 
.hm-blog-sec {padding: 80px 0 50px; } 
.hm-blog-top-cnt p {font-size: 19px; margin: 0 0 25px; } 
.hm-blog-top-list {margin: 0 0 40px; } 
.hm-blog-cnt h3::before {transform: scale(0.9); } 
.hm-blog-cnt h3 a {font-size: 20px; } 
.hm-blog-cnt h3 {padding: 0 15px 0 65px; } 
.hm-blog-sec .readmore-btn a {font-size: 15px; letter-spacing: 3.5px; } 
.hm-faq-sec {padding: 50px 0 95px; } 
.hm-faq-sec .text-heading {margin: 0 0 40px; } 
.hm-faq-sec .accordion-section h3.accordion-heading {font-size: 24px; letter-spacing: -0.9px; padding: 22px 85px 22px 60px; background-size: 45px; background-position: right 35px top 12px; } 
.hm-faq-sec .accordion-section .accordion-section-content {padding: 20px 100px 30px 65px; } 
.hm-faq-sec .accordion-section p {line-height: 2; } 
.hm-accordion {margin: 0 0 45px; } 
.hm-form-sec .text-heading {margin: 0 0 20px; } 
.hm-form-sec p {font-size: 19px; } 
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {font-size: 19px !important; padding: 20px 35px !important; } 
.hm-form .gform_wrapper .top_label input[type="submit"] {padding: 20px 30px !important; font-size: 19px !important; } 
.ftr-block-sec {padding: 55px 0 0; } 
#footer-navigation ul li a {font-size: 19px; } 
.ftr-blk-list {padding: 45px 60px 30px; } 
.ftr-itm h4 {font-size: 32px; } 
.ftr-itm .ftr-call a {font-size: 30px; } 
.ftr-itm p {font-size: 17px; } 
.ftr-addr a {font-size: 17px; margin: 15px 0 0; } 
.ftr-license p {font-size: 19px; } 
.cpy-inr p, .cpy-inr p a {font-size: 20px; } 
.ftr-itm:before {transform: scale(0.9); }
.inn-bnr-title h1 {font-size: 55px;letter-spacing: -3.2px;}
#main-heading .inrpg-breadcrumbs {font-size: 19px;}
#main-heading{padding: 125px 0 0;}
#post-content, #page-content {padding: 90px 0; }
#page-column .cnslt-call a.cmn-btn {font-size: 21px; padding: 18px 30px 17px 90px; }
#page-column .cnslt-call a.cmn-btn:after{height: 40px;}
.hmcta-btn a.cmn-btn {font-size: 18px;}
.hmcta-cnt p {font-size: 19px;}
.hm-ready-btn a { font-size: 19px; letter-spacing: -0.6px;}
.hm-ready-call-btn a.cmn-btn { font-size: 28px; letter-spacing: -1px; padding: 12px 25px;}
.hm-cta-box { margin: 28px 0 0; padding: 42px 60px 48px;}
.hm-cta-left h3 {font-size: 46px;letter-spacing: -1.7px;}
.hm-cta-logo { width: 245px; margin: 0 0 30px 38px; }
.hm-cta-rite p {font-size: 34px;letter-spacing: -1.2px;}
.hm-cta-rite h5 { font-size: 56px; letter-spacing: -2.2px;}
}
@media screen and (max-width:1600px) {
.page-container, .post-container {max-width: 1200px; }
.container, #main-heading .page-container {max-width: 1300px; }
.hm-stay-connected-sec .container, .hm-faq-sec .container, .ftr-form-sctn .container {max-width: 1200px; }
.hm-banner-sec .container, .site-header .container{max-width:1400px;}
a.cmn-btn {font-size: 18px; padding: 17px 30px 17px; }
.top-rite {padding: 21px 0 21px 40px; }
.site-branding {width: 190px; }
#main-navigation .sub-menu li a{font-size: 14px;}
.top-rite p {margin: 0 0 15px; font-size: 16px; }
.header-number a {font-size: 28px; }
.header-number a:before {width: 31px; height: 31px; }
.bnr-sec{gap: 50px;}
.bnr-cnt {padding: 35px 0 0; }
.hm-banner-sec h1 {font-size: 75px; letter-spacing: -4.34px; }
.hm-banner-sec h1 small {font-size: 48px; letter-spacing: 10.2px; }
.hm-banner-sec h1 strong {font-size: 52px; letter-spacing: -3.4px; }
.bnr-cnt p {font-size: 20px; letter-spacing: 3.2px; margin: 0 0 35px; }
.hm-banner-sec {padding-top: 170px; }
.rslts-title{padding: 20px 16px;}
.rslts-title h2 {font-size: 32px; }
.marq-rslts-lst li {font-size: 19px; letter-spacing: -0.28px; padding: 0 35px; }
.hm-securing-sec {padding: 70px 0 50px; }
.text-heading {font-size: 50px; margin: 0 0 35px; letter-spacing: -1.6px; }
.secure-lft {padding: 35px 0 40px; gap: 30px;}
.secure-law-cnt p {font-size: 20px; letter-spacing: -0.34px; line-height: 1.53; }
.secure-law-cnt {padding: 45px 0 10px; }
.secure-law-cnt:before, .secure-law-cnt:after {width: 46px; height: 33px; }
.secure-law-cnt h4 {font-size: 20px; letter-spacing: -0.32px; }
.secure-lft:before, .secure-lft:after {width: 475px; height: 40px; }
.firstcharacter-dark {font-size: 75px; padding: 0px 12px 0 0; }
.secure-cnt p {line-height: 1.9; letter-spacing: -0.4px; font-size: 17px; }
.hm-practice-areas {padding: 60px 0 0px; }
.hm-practice-areas h2 {margin: 0 0 60px; }
.hm-pract-list {margin: 0 0 40px; }
.hm-pract-itm {padding: 30px 25px 45px; }
.hm-pract-img {max-width: 75px; }
.hm-pract-itm h4 {font-size: 25px; letter-spacing: -0.76px; min-height: 58px; }
.hm-watch-sec {padding: 70px 0 90px; }
.hm-watch-list {padding: 80px 90px 55px; }
.hm-watch-rgt p {letter-spacing: -0.3px; font-size: 18px; }
.hm-watch-rgt h5 {font-size: 25px; letter-spacing: -0.2px; }
.hm-watch-rgt::before{width: 42px; height: 31px;}
.hm-watch-rgt{padding: 65px 0px 40px;}
.hm-watch-rgt::after {top: -35px; }
.hm-watch-lft-list.owl-carousel .owl-nav{gap: 20px; margin: 25px auto 0;}
.meet-awards-sec {border-radius: 50px; padding: 80px 0 90px; }
.meet-lft-cnt p {margin: 0 0 35px; letter-spacing: -0.2px; }
.meet-rgt-list {gap: 25px; }
.hm-atrny-img {border-radius: 20px; }
.hm-atrny-cnt h3 {font-size: 27px; letter-spacing: -0.82px; }
.hm-atrny-cnt p {font-size: 18px; letter-spacing: 4.5px; }
.hm-award-img img {max-height: 90px; }
.hm-award-img {max-width: 100px; }
.meet-blk {padding: 0 0 90px; }
.hm-legal-sec {padding: 120px 0 210px; margin: -30px 0 0; }
.legal-lft p {font-size: 17px; line-height: 1.9; }
.legal-cnt p {font-size: 15px; line-height: 1.93; margin: 0 0 30px; }
.hm-case-rslts {padding: 100px 0 55px; }
.hm-rslts-title h2 {margin: 0 0 35px; }
.hm-result-itm h4 {font-size: 45px; padding-top: 65px; }
.hm-result-itm h4:before{width: 52px; height: 48px;}
.hm-result-itm h4 strong {font-size: 29px; }
.hm-result-itm p{letter-spacing: -0.4px;}
.marq-rslts-lst li strong {font-size: 27px; letter-spacing: -0.4px;}
.hm-testi-blk {gap: 50px; padding: 45px 30px; } 
.hm-testi-list.owl-carousel .owl-nav {left: -480px; gap: 15px; } 
.hm-testimonials .testi-item:before, .hm-testimonials .testi-item:after {transform: scale(0.9); } 
.star-rat {max-width: 110px; margin: 0 0 20px 65px; } 
.hm-testi-title h2 {font-size: 52px; letter-spacing: -1.4px; }
.hm-testimonials .testi-item p {margin: 0 0 20px; line-height: 1.7; } 
.hm-testimonials .testi-item h5 {font-size: 24px; } 
.hm-stay-connected-sec {padding: 70px 0 30px; } 
.hm-testi-list.owl-carousel .owl-nav button {transform: scale(0.7); } 
.hm-stay-connected-sec .text-heading {margin: 0 0 35px; } 
.hm-stay-connected-sec .tab-buttons {margin: 0 0 45px; } 
.btn-cnt-txt h4 {font-size: 19px; } 
.hm-stay-connected-sec button.tab-btn, .hm-stay-connected-sec div.tab-btn  {padding: 10px 15px 10px 20px; width: 210px; } 
.btn-cnt-icon {width: 33px; } 
.hm-stay-connected-sec .tab-buttons {margin: 0 0 40px; } 
.hm-stay-connected-sec .tab-content.active {padding: 45px 60px; } 
.hm-expect-sec {padding: 30px 0 70px; } 
.hm-expect-itm h5::before {width: calc(100% + 60px); height: 45px; left: -25px; } 
.hm-expect-itm p {font-size: 14px; } 
.hm-expect-itm h5 {font-size: 19px; } 
.hm-ready-sec {padding: 35px 0 70px; border-radius: 40px; } 
.hm-ready-img {max-width: 170px; } 
.hm-ready-sec .text-heading {font-size: 72px; margin: 0 0 15px; } 
.hm-ready-sec p {font-size: 19px; margin: 0 0 25px; } 
.hm-expect-img {max-width: 50px; } 
.hm-expect-list {padding: 0 20px; } 
.hm-expect-itm {padding: 35px 10px 25px; } 
.hm-blog-sec {padding: 60px 0 30px; } 
.hm-blog-top-cnt p {font-size: 16px; margin: 0 0 20px; } 
.hm-blog-top-list {margin: 0 0 30px; } 
.hm-blog-cnt h3 a {font-size: 17px; letter-spacing: -0.6px; } 
.hm-blog-cnt h3::before {transform: scale(0.8); left: -5px; } 
.hm-blog-cnt h3 {padding: 0 15px 0 55px; } 
.hm-blog-sec .readmore-btn a {font-size: 14px; letter-spacing: 3px; } 
.hm-blog-itm .readmore-btn {left: 60px; line-height: 1; } 
.hm-faq-sec {padding: 35px 0 65px; } 
.hm-faq-sec .text-heading {margin: 0 0 30px; } 
.hm-faq-sec .accordion-section h3.accordion-heading {font-size: 20px; letter-spacing: -0.7px; padding: 20px 65px 20px 40px; background-size: 35px; background-position: right 22px top 11px; } 
.hm-faq-sec .accordion-section .accordion-section-content {padding: 20px 60px 25px 40px; } 
.hm-faq-sec .accordion-section p {line-height: 1.7; font-size: 15px; } 
.hm-accordion {margin: 0 0 35px; } 
.ftr-form-sctn {padding: 60px 0 65px; } 
.hm-form-sec .text-heading {margin: 0 0 15px; }
.hm-form-sec p {font-size: 18px; }
.hm-form .gform_fields {gap: 10px !important; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {font-size: 17px !important; padding: 17px 25px !important; } 
.hm-form .gform_wrapper .top_label textarea {height: 110px !important; margin: 0 0 25px; } 
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {font-size: 16px; } 
.hm-form .gform_wrapper .top_label input[type="submit"] {padding: 18px 30px !important; font-size: 18px !important; } 
.ftr-block-sec {padding: 45px 0 0; } 
#footer-navigation ul li a {font-size: 17px; } 
#footer-navigation ul li {margin: 0 19px; } 
#footer-navigation ul {padding: 0 0 20px; } 
.ftr-blk-list {padding: 35px 45px 30px; } 
.ftr-itm p {font-size: 16px; } 
.ftr-itm h4 {font-size: 27px; } 
.ftr-itm:before {transform: scale(0.7); top: -10px; left: -10px; } 
.ftr-itm {padding: 0 0 0 70px; } 
.ftr-itm .ftr-call a {font-size: 27px; } 
.ftr-addr a {font-size: 16px; margin: 13px 0 0; } 
.ftr-license p {font-size: 17px; margin: 0 0 25px; } 
.ftr-icons-list a {width: 39px; height: 39px; } 
.ftr-icons-list:before, .ftr-icons-list:after {width: 36.7%; } 
.ftr-copyrights-sec {padding: 26px 0px; } 
.cpy-inr p, .cpy-inr p a {font-size: 18px; }
.inn-bnr-title h1 {font-size: 48px; letter-spacing: -2.6px; }
#main-heading .inrpg-breadcrumbs {font-size: 18px; }
#main-heading {padding: 110px 0 0; }
#post-content, #page-content {padding: 80px 0; }
#page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {font-size: 40px; }
#page-column h3 {font-size: 35px; }
#page-column h4 {font-size: 30px; }
#page-column h5 {font-size: 26px; }
#page-column h6 {font-size: 23px; }
.cta-box {padding: 40px 30px 45px; margin: 35px 0;}
#page-column .cta-box h2 {font-size: 48px;letter-spacing: -1.78px;}
#page-column .cta-box h2 strong {font-size: 66px;letter-spacing: -2.44px;}
#page-column .cnslt-call a.cmn-btn {font-size: 20px; padding: 17px 30px 16px 85px; }
#page-column .cnslt-call a.cmn-btn:before{width: 25px; height: 25px; left: 25px;}
#page-column .cnslt-call a.cmn-btn:after {height: 35px; left: 66px; }
#page-column p, #page-column li{line-height: 2.1; margin: 0 0 35px 0;}
#page-column ul li:before{top: 14px;}
.scnd-cta-blk{padding: 36px 15px 45px 35px; margin: 35px 0;}
#page-column .inn-cta-lft h2 {font-size: 50px; letter-spacing: -1.66px;}
#page-column .inn-cta-lft h2 strong {font-size: 52px; letter-spacing: -1.76px;}
.inn-cta-rgt{max-width: 232px;}
.sidebar-page .sidebar-item h2, h4.widget-title{font-size: 36px;letter-spacing: -0.62px;}
.sidebar-page .sidebar-menu-pa ul li a {font-size: 20px;padding: 13px 42px;}
.sidebar-page .sidebar-menu-pa ul li a::before{top: 21px; left: 22px;}
.sidebar-page .sidebar-menu-pa ul li .drop.close, .sidebar-page .sidebar-menu-pa ul li .drop.open{right: 20px; top: 19px;}
.sidebar-page .sidebar-menu-pa .sub-menu li a{font-size: 18px;}
.sidebar-page .sidebar-item{margin: 0 0 40px;}
.sidebar-page section.widget.testi{padding: 30px 50px 40px;}
#page-content section.widget.testi .testi-item h6 {font-size: 23px;}
.sidebar-page section.widget.testi:before{bottom: 35px;}
.inn-watch-list{gap: 50px;}
.inn-pract-list{gap: 40px;}
.inn-pract-itm {padding: 65px 30px;}
.inn-pract-img{max-width: 80px;}
#page-column .inn-pract-itm h4 {font-size: 27px;letter-spacing: -1.06px;min-height: 63px;}
#page-column .inn-result-itm h4 {font-size: 50px;}
#reviews-main{column-gap: 45px;}
.review-item{border-radius: 55px; padding: 65px 50px 140px; margin: 0 0 45px;}
.review-item:before{left: 55px; top: 60px;}
#page-column .review-item h5 {font-size: 28px; bottom: 70px;}
.sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select{font-size: 19px;padding: 18px 65px 19px 24px;}
.sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select{background-size: 57px 56px;}
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit{background-size: 57px 56px;}
#post-content .posts-list .posts-block h3 a {font-size: 22px;}
#post-content .posts-list .posts-block {padding: 20px 18px 0; }
#post-content .posts-list .posts-readmore a{letter-spacing: 2.48px;}
#post-column-full .nav-links .page-numbers{width: 60px; height: 60px;font-size: 25px;}
.sidebar-page .sidebar-blog.blog-sidebar-itm.sidebar_single_search{margin: 0 0 40px;}
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2{font-size: 29px;}
.single-pagination .nav-links a{font-size: 18px;width: 180px;}
.single-profile-block{margin: 60px 0 45px;}
.single-profile-image{margin: -60px 0 0;}
#page-column .sp-block h2 {font-size: 46px;letter-spacing: -0.8px;}
#page-column .sp-block h5 {font-size: 23px;}
#page-column .profile-tel a {font-size: 26px;}
#page-column .accordion-section h3.accordion-heading{font-size: 20px;}
.inr-atrny-list{gap: 40px;}
#page-column .inn-atrny-item h5 {font-size: 30px;letter-spacing: -1.12px;}
#page-column .inn-atrny-item p {font-size: 19px; letter-spacing: 5px;}
.page-id-118 .inn-cont-form {padding: 105px 40px 115px; margin: 0 0 50px; }
.page-id-118 #page-column .inn-cont-form h2 {font-size: 60px; letter-spacing: -2.5px;}
.page-id-118 #page-column .inn-cont-form .hm-form-sec p {font-size: 19px;}
.inn-cont-list{padding: 40px 50px 40px 110px; margin: 0 auto -35px; max-width: 1200px;}
#page-column .inn-cont-itm h3{font-size: 35px;}
.inn-cont-itm:before{width: 80px; height: 83px;}
.inn-cont-itm{padding: 0 0 0 100px;}
#page-column .cont-num a {font-size: 33px;}
#page-column .inn-cont-itm p {font-size: 17px;}
.inn-cont-map iframe{height: 350px;}
.law-office-map iframe {height: 400px; }
.hmcta-btn a.cmn-btn {font-size: 16px;}
.hmcta-cnt p {font-size: 18px;}
.hm-cta-box { margin: 26px 0 0; padding: 40px 56px 45px; }
.hm-cta-logo { width: 230px; margin: 0 0 28px 35px; }
.hm-cta-left h3 { font-size: 42px; letter-spacing: -1.5px; }
.hm-cta-rite p { font-size: 32px; letter-spacing: -1px; margin: 0 0 18px; }
.hm-cta-rite h5 { font-size: 52px; letter-spacing: -2px; }
.hm-cta-rite h5 a { padding: 2px 18px; margin: 0 0 0 8px; }
.hm-ready-btn a { font-size: 18px; letter-spacing: -0.5px; }
.hm-ready-btns-list { gap: 22px; padding: 8px 10px 8px 18px; }
.hm-ready-call-btn a.cmn-btn { font-size: 25px; letter-spacing: -0.8px; padding: 11px 22px; }
    
}
@media screen and (max-width:1440px) {
.page-container, .post-container{max-width: 1100px; }
.container, #main-heading .page-container { max-width:1200px; }
.hm-stay-connected-sec .container, .hm-faq-sec .container, .ftr-form-sctn .container { max-width:1100px; }
.hm-banner-sec .container, .site-header .container{max-width:1200px;}
    #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;
    }
.top-rite {padding: 19px 0 19px 35px; }
.site-branding {width: 160px; }
#main-navigation ul li a {font-size: 15px; }
#main-navigation ul li {margin: 0 10px; }
.top-rite p {margin: 0 0 12px; font-size: 15px; }
.header-number a {font-size: 25px; }
.header-number a:before {width: 28px; height: 28px; }
.header-number a:after {height: 30px; left: 44px; }
.header-number {padding: 0 0 0 60px; }
.bnr-sec {gap: 40px; }
.hm-banner-sec h1 {font-size: 65px; letter-spacing: -3.24px; }
.hm-banner-sec h1 small {font-size: 42px; letter-spacing: 9px; }
.hm-banner-sec h1 strong {font-size: 46px; letter-spacing: -2.8px; }
.bnr-cnt {padding: 25px 0 0; }
.bnr-cnt p {font-size: 19px; letter-spacing: 2.2px; margin: 0 0 30px; }
.hm-banner-sec {padding-top: 140px; }
a.cmn-btn {font-size: 16px; padding: 16px 25px; }
.header-number a:before {width: 26px; height: 26px; }
.header-number a:after {height: 28px; left: 40px; }
.header-number {padding: 0 0 0 55px; }
.rslts-title h2 {font-size: 28px; }
.rslts-title {padding: 18px 15px; }
.marq-rslts-lst li {font-size: 17px; letter-spacing: 0; padding: 0 30px; }
.marq-rslts-lst li strong {font-size: 24px; letter-spacing: -0.3px;}
.hm-securing-sec {padding: 60px 0 40px; }
.text-heading {font-size: 45px; margin: 0 0 25px; letter-spacing: -1px;}
.site-header.is-sticky .site-branding {width: 160px; }
.secure-lft {padding: 30px 0 35px; gap: 25px; }
.secure-law-cnt p {font-size: 17px; letter-spacing: -0.14px; line-height: 1.5; }
.secure-law-cnt:before, .secure-law-cnt:after {width: 42px; height: 28px; }
.secure-law-cnt:after {bottom: -22px;}
.secure-law-cnt {padding: 40px 0 10px; }
.secure-law-cnt h4 {font-size: 18px; letter-spacing: -0.12px; }
.secure-lft:before, .secure-lft:after {width: 440px; height: 32px; }
.firstcharacter-dark {font-size: 65px; padding: 3px 10px 0 0; }
.secure-cnt p {line-height: 1.9; letter-spacing: -0.2px; font-size: 16px; }
.hm-practice-areas {padding: 50px 0 0px; }
.hm-practice-areas h2 {margin: 0 0 50px; }
.hm-pract-list {margin: 0 0 35px; }
.hm-pract-itm {padding: 25px 20px 40px; }
.hm-pract-img {max-width: 70px; }
.hm-pract-itm h4 {font-size: 22px; letter-spacing: -0.36px; min-height: 51px; }
.hm-watch-sec {padding: 50px 0 60px; }
.hm-watch-list {padding: 50px 60px 45px; }
.hm-watch-rgt p {letter-spacing: -0.1px; font-size: 17px; margin: 0 0 20px; }
.hm-watch-rgt h5 {font-size: 22px; letter-spacing: 0; }
.hm-watch-rgt::before {width: 38px; height: 27px; }
.hm-watch-rgt {padding: 55px 0px 35px; }
.hm-watch-rgt::after {top: -15px; }
.hm-watch-lft-list.owl-carousel .owl-nav button.owl-prev, .hm-watch-lft-list.owl-carousel .owl-nav button.owl-next{width: 42px; height: 22px;}
.meet-awards-sec {border-radius: 40px; padding: 60px 0; }
.meet-blk {padding: 0 0 60px; }
.meet-lft-cnt p {margin: 0 0 30px; letter-spacing: 0; }
.meet-rgt-list {gap: 20px; }
.hm-atrny-img {border-radius: 15px; margin-bottom: 20px; }
.hm-atrny-cnt h3 {font-size: 23px; letter-spacing: -0.42px; }
.hm-atrny-cnt p {font-size: 17px; letter-spacing: 3.4px; }
.hm-award-img img {max-height: 80px; }
.hm-award-img {max-width: 90px; }
.hm-award-itm {width: 14.1%; }
.hm-legal-sec {padding: 90px 0 160px; margin: -30px 0 0; }
.legal-lft p {font-size: 16px; line-height: 1.8; }
.legal-cnt p {font-size: 15px; line-height: 1.83; margin: 0 0 20px; }
.legal-cnt {width: 51.1%; }
.hm-case-rslts {padding: 60px 0 50px; }
.hm-rslts-title h2 {margin: 0 0 30px; }
.hm-result-itm h4 {font-size: 40px; padding-top: 60px; }
.hm-result-itm h4:before {width: 44px; height: 41px; }
.hm-result-itm h4 strong {font-size: 28px; padding: 2px 20px; }
.hm-rslts-list.owl-carousel .owl-nav {left: -350px; gap: 20px; }
.hm-rslts-list.owl-carousel .owl-nav button{width: 42px; height: 22px;}
.hm-rslts-list.owl-carousel .owl-stage-outer {padding-bottom: 0; }
.hm-testi-blk {gap: 30px; padding: 40px 30px; } 
.hm-testimonials .testi-item:before, .hm-testimonials .testi-item:after {transform: scale(0.8); } 
.star-rat {max-width: 105px; margin: 0 0 20px 55px; } 
.hm-testimonials .testi-item h5 {font-size: 22px; } 
.hm-testi-list.owl-carousel .owl-nav {left: -430px; } 
.hm-testi-title h2 {font-size: 46px; letter-spacing: -0.7px; }
.hm-stay-connected-sec {padding: 50px 0 30px; } 
.hm-stay-connected-sec .text-heading {margin: 0 0 30px; } 
.btn-cnt-txt h4 {font-size: 18px; letter-spacing: 0; } 
.hm-stay-connected-sec .tab-content.active {padding: 40px 50px; } 
.hm-expect-itm h5 {font-size: 18px; } 
.hm-expect-itm p {font-size: 13px; } 
.hm-expect-itm h5::before {left: -30px; } 
.hm-expect-sec {padding: 30px 0 60px; } 
.hm-ready-img {max-width: 150px; } 
.hm-ready-sec .text-heading {font-size: 65px; } 
.hm-ready-sec p {font-size: 18px; margin: 0 0 22px; } 
.hm-ready-sec {padding: 30px 0 60px; } 
.hm-blog-sec {padding: 50px 0 30px; } 
.hm-blog-sec .readmore-btn a {letter-spacing: 2px; } 
.hm-faq-sec {padding: 30px 0 50px; } 
.hm-faq-sec .accordion-section h3.accordion-heading {font-size: 19px; } 
.ftr-form-sctn {padding: 50px 0 55px; } 
.hm-form .gform_wrapper .top_label input[type="submit"] {font-size: 17px !important; } 
.ftr-block-sec {padding: 45px 0 0; } 
#footer-navigation ul li a {font-size: 17px; } 
#footer-navigation ul li {margin: 0 16px; } 
.ftr-itm h4 {font-size: 24px; margin: 0px 0 10px; } 
.ftr-itm .ftr-call a {font-size: 25px; } 
.ftr-itm .ftr-review-btn a.cmn-btn {padding: 14px 25px; } 
.ftr-itm:before {transform: scale(0.6); top: -12px; left: -12px; } 
.ftr-itm {padding: 0 0 0 65px; } 
.cpy-inr p, .cpy-inr p a {font-size: 17px; } 
.ftr-icons-list a {width: 37px; height: 37px; } 
.cpy-inr img {max-width: 70px; }
.inn-bnr-title h1 {font-size: 40px; letter-spacing: -1.9px; }
#main-heading .inrpg-breadcrumbs {font-size: 17px; }
#main-heading {padding: 95px 0 0; }
#post-content, #page-content {padding: 70px 0; }
.page-feature-img, .single-thumbnail {margin: 0 0 30px;}
#page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {font-size: 36px; }
#page-column h1, #page-column h2, #page-column h3, #page-column h4, #page-column h5, #page-column h6, #page-content .areaserved-item-list h2{margin: 0 0 25px;}
#page-column h3 {font-size: 32px; }
#page-column h4 {font-size: 28px; }
#page-column h5 {font-size: 24px; }
#page-column h6 {font-size: 21px; }
.cta-box {padding: 35px 25px 40px; margin: 30px 0; }
#page-column .cta-box h2 {font-size: 42px; letter-spacing: -1.28px; }
#page-column .cta-box h2 strong {font-size: 56px; letter-spacing: -1.84px; }
#page-column .cnslt-call a.cmn-btn {font-size: 18px; padding: 16px 25px 15px 80px; }
#page-column .cnslt-call a.cmn-btn:before {width: 23px; height: 23px; left: 21px; }
#page-column .cnslt-call a.cmn-btn:after {height: 30px; left: 62px; }
#page-column p, #page-column li {line-height: 2; margin: 0 0 30px 0; font-size: 16px; }
#page-column ul li:before {top: 12px; }
.scnd-cta-blk {padding: 30px 15px 40px 30px; margin: 30px 0; }
#page-column .inn-cta-lft h2 {font-size: 45px; letter-spacing: -1.16px; }
#page-column .inn-cta-lft h2 strong {font-size: 47px; letter-spacing: -1.36px; }
.inn-cta-rgt {max-width: 222px; }
.sidebar-page .sidebar-item h2, h4.widget-title {font-size: 32px; letter-spacing: -0.42px; padding: 0 0 16px; }
.sidebar-page .sidebar-menu-pa ul li a {font-size: 19px; padding: 11px 35px; }
.sidebar-page .sidebar-menu-pa ul li a::before {top: 19px; left: 16px; width: 9px; height: 9px; }
.sidebar-page .sidebar-menu-pa ul li .drop.close, .sidebar-page .sidebar-menu-pa ul li .drop.open {right: 15px; top: 17px; }
.sidebar-page .sidebar-item {margin: 0 0 30px; }
.sidebar-page section.widget.testi {padding: 30px 40px 35px; }
#page-content section.widget.testi .testi-item p{font-size: 16px;line-height: 1.72;}
#page-content section.widget.testi .testi-item h6 {font-size: 21px; }
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav, section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav, section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav, section.widget.testi .testi-inner-blk.owl-carousel .owl-nav, section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav, section.widget .hm-insights.owl-carousel .owl-nav{margin: 40px auto 0;}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button, section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button, section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button, section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button, section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button, section.widget .hm-insights.owl-carousel .owl-nav button{width: 28px; height: 23px;}
.sidebar-page section.widget.testi:before {bottom: 33px; width: 43px; height: 31px; }
.sidebar-page .sidebar-menu-pa .sub-menu li a {font-size: 17px; padding: 0px 20px 0px 30px; }
.sidebar-page .sidebar-menu-pa .sub-menu li a:before {width: 7px; height: 7px; top: 8px; left: 14px; }
.inn-watch-list {gap: 45px; }
.inn-pract-list {gap: 30px; }
.inn-pract-itm {padding: 60px 25px; }
.inn-pract-img {max-width: 74px; }
#page-column .inn-pract-itm h4 {font-size: 25px; letter-spacing: -0.86px; min-height: 58px; }
.inn-rslts-list{gap: 22px;}
.inn-result-itm{padding: 35px 25px 30px;}
#page-column .inn-result-itm h4 {font-size: 45px; padding-top: 70px; }
.inn-result-itm h4:before{width: 52px; height: 48px;}
#page-column .inn-result-itm h4 strong {font-size: 28px;}
#reviews-main {column-gap: 35px; }
.review-item {border-radius: 50px; padding: 60px 45px 130px; margin: 0 0 35px; }
.review-item:before {left: 48px; top: 55px;}
.review-item:after{right: 50px; bottom: 60px;}
#page-column .review-item h5 {font-size: 26px; bottom: 60px; }
.review-item:before, .review-item:after{ width: 41px; height: 30px; }
.sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select {font-size: 18px; padding: 17px 60px 18px 20px; }
.sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select {background-size: 55px 52px; }
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit {background-size: 55px 52px; }
.posts-list{padding: 8px 8px 40px; border-radius: 15px;}
#post-content .posts-thumbnail {border-radius: 15px}
#post-content .posts-list .posts-block {padding: 18px 15px 0; }
#post-content .posts-list .posts-block h3 a {font-size: 19px; }
#post-content .posts-list .posts-readmore a {letter-spacing: 2.18px; font-size: 15px; }
.posts-readmore {bottom: 24px; }
#post-content .posts-list .posts-block h3 {margin: 0 0 28px; }
#post-column-full .nav-links .page-numbers {width: 55px; height: 55px; font-size: 21px; }
#post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers{width: 41px; height: 22px;}
.sidebar-page .sidebar-blog.blog-sidebar-itm.sidebar_single_search {margin: 0 0 30px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm {padding: 29px 26px;}
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {font-size: 26px; }
.sidebar-blog.blog-sidebar-itm .widget select{background-size: 58px 100% !important;}
.single-pagination .nav-links a {font-size: 17px; width: 170px; padding: 18px 20px 17px; }
.single-profile-block {margin: 50px 0 40px; }
.single-profile-image {margin: -50px 0 0; width: 43%;}
#page-column .sp-block h2 {font-size: 40px; letter-spacing: -0.6px; }
#page-column .sp-block h5 {font-size: 21px; letter-spacing: -0.28px; margin: 0 0 19px; }
.profile-tel {padding: 0 0 0 50px; margin: 0 0 25px;}
#page-column .profile-tel a:before{width: 27px; height: 27px;}
#page-column .profile-tel a:after{height: 44px;left: 33px;}
#page-column .profile-tel p {font-size: 15px; letter-spacing: -0.22px;}
#page-column .profile-tel a {font-size: 24px; }
#page-column .single-profile-btn a.cmn-btn {padding: 17px 20px 16px;}
.sp-block {width: 53%; padding: 15px 30px 15px 0; }
#page-column .accordion-section h3.accordion-heading {font-size: 19px; padding: 12px 45px 12px 19px; background-size: 19px; background-position: right 18px top 19px; }
#page-column .accordion-section .accordion-section-content{padding: 20px 19px 0;}
.inr-atrny-list {gap: 30px; }
#page-column .inn-atrny-item h5 {font-size: 27px; letter-spacing: -0.82px; }
#page-column .inn-atrny-item p {font-size: 18px; letter-spacing: 4px; }
.page-id-118 .inn-cont-form {padding: 80px 30px 90px; margin: 0 0 40px; border-radius: 20px; }
.page-id-118 #page-column .inn-cont-form h2 {font-size: 50px; letter-spacing: -2px; }
.page-id-118 #page-column .inn-cont-form .hm-form-sec p {font-size: 18px; }
.inn-cont-list {padding: 35px 40px 35px 90px; margin: 0 auto -30px; max-width: 1100px;}
#page-column .inn-cont-itm h3 {font-size: 30px; }
#page-column .inn-cont-itm p {font-size: 16px; }
.inn-cont-itm:before {width: 70px; height: 73px; }
.inn-cont-itm {padding: 0 0 0 90px; }
#page-column .cont-num a {font-size: 30px; }
.inn-cont-map iframe {height: 320px; }
.law-office-map iframe {height: 350px; }
.hmcta-cnt p {font-size: 17px;}
.hmcta-btn a.cmn-btn {font-size: 15px;padding: 14px 24px;}
.hmcta-cnt {gap: 20px;margin: 24px 0 0;}
.hm-cta-box { margin: 24px 0 0; padding: 38px 50px 42px; }
.hm-cta-left h3 { font-size: 40px; letter-spacing: -1.3px; }
.hm-cta-logo { width: 220px; margin: 0 0 26px 30px; }
.hm-cta-rite p { font-size: 29px; letter-spacing: -0.8px; margin: 0 0 17px; }
.hm-cta-rite h5 { font-size: 47px; letter-spacing: -1.7px; }
.hm-ready-btn a { font-size: 17px; letter-spacing: -0.4px; }
.hm-ready-call-btn a.cmn-btn { font-size: 22px; letter-spacing: -0.6px; padding: 10px 18px; }
.hm-ready-btns-list { gap: 20px; padding: 7px 8px 7px 16px; }
}
@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:1240px) {
    .page-container, .post-container, #main-heading .page-container, .container, .hm-stay-connected-sec .container, .hm-faq-sec .container, .ftr-form-sctn .container, 
    .hm-banner-sec .container, .site-header .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;
    }
.top-rite {padding: 15px 0 15px 22px; }
.site-branding {width: 120px; }
#main-navigation ul li {margin: 0 7px; }
#main-navigation ul li a {font-size: 14px; }
.top-rite p {margin: 0 0 10px; font-size: 13px;letter-spacing: -0.2px; }
.header-number a {font-size: 21px; }
.header-number a:before {width: 23px; height: 23px; }
.header-number a:after {height: 24px; left: 35px; }
.header-number {padding: 0 0 0 50px; }
.site-header.is-sticky .site-branding {width: 120px; }
.bnr-sec {gap: 30px; }
.hm-banner-sec h1 {font-size: 52px; letter-spacing: -2.24px; }
.hm-banner-sec h1 small {font-size: 35px; letter-spacing: 7px; }
.hm-banner-sec h1 strong {font-size: 36px; letter-spacing: -2px; }
.bnr-cnt p {font-size: 16px; letter-spacing: 1.2px; margin: 0 0 25px; }
a.cmn-btn {font-size: 15px; padding: 15px 20px; }
.bnr-cnt {padding: 10px 0 0; }
.hm-banner-sec {padding-top: 110px; }
.rslts-blk{gap: 20px;}
.rslts-title h2 {font-size: 25px; }
.rslts-title {padding: 15px 10px; }
.marq-rslts-lst li strong {font-size: 21px; letter-spacing: 0; }
.marq-rslts-lst li {font-size: 16px; letter-spacing: 0; padding: 0 25px; }
.hm-securing-sec {padding: 40px 0 30px; }
.text-heading {font-size: 36px; margin: 0 0 20px; letter-spacing: -0.6px;}
.secure-law-cnt p {font-size: 15px; letter-spacing: 0; margin: 0 0 16px;}
.secure-law-cnt {padding: 40px 0 10px; }
.secure-law-cnt:before, .secure-law-cnt:after {width: 36px; height: 26px; }
.secure-lft {padding: 25px 0 30px; gap: 15px; }
.secure-law-cnt h4 {font-size: 15px; letter-spacing: 0; }
.secure-law-cnt:after {right: 30px;}
.secure-lft:before, .secure-lft:after {width: 335px; height: 28px; }
.secure-cnt p {line-height: 1.8; letter-spacing: -0.4px; font-size: 15px; }
.firstcharacter-dark {font-size: 56px;}
.secure-lft {width: 43.85%;}
.secure-cnt {width: 53%; }
.hm-practice-areas {padding: 40px 0 0px; }
.hm-practice-areas h2 {margin: 0 0 35px; }
.hm-pract-list {margin: 0 0 30px; }
.hm-pract-itm {padding: 25px 15px 35px; }
.hm-pract-img {max-width: 65px; margin: 0 auto 15px;}
.hm-pract-itm h4 {font-size: 19px; letter-spacing: 0; min-height: 45px; }
.hm-watch-sec {padding: 40px 0 50px; }
.hm-watch-list {padding: 40px 50px 35px; }
.hm-watch-lft-list.owl-carousel .owl-nav {gap: 15px; margin: 20px auto 0; }
.hm-watch-lft-list.owl-carousel .owl-nav button.owl-prev, .hm-watch-lft-list.owl-carousel .owl-nav button.owl-next {width: 38px; height: 20px; }
.hm-watch-rgt p {letter-spacing: 0; font-size: 15px; margin: 0 0 15px; }
.hm-watch-rgt {padding: 45px 0px 30px; }
.hm-watch-rgt::before {width: 34px; height: 23px; }
.meet-awards-sec {border-radius: 30px; padding: 50px 0; }
.meet-lft-cnt p {margin: 0 0 25px; font-size: 14px; line-height: 1.9; letter-spacing: -0.1px;}
.meet-lft-cnt {width: 43.5%; }
.meet-rgt-list {gap: 15px; }
.hm-atrny-img {border-radius: 10px; margin-bottom: 15px; }
.hm-atrny-cnt h3 {font-size: 19px; letter-spacing: -0.02px; }
.hm-atrny-cnt p {font-size: 15px; letter-spacing: 2.4px; }
.meet-blk {padding: 0 0 40px; }
.hmawards-list{gap: 15px;}
.hm-legal-sec {padding: 70px 0;}
.legal-lft p {font-size: 15px;}
.legal-cnt p {font-size: 14px; line-height: 1.8;}
.hm-case-rslts {padding: 40px 0; }
.hm-rslts-title h2 {margin: 0 0 25px; }
.hm-rslts-list.owl-carousel .owl-nav {left: -270px; gap: 15px; }
.hm-result-itm h4 {font-size: 32px; padding-top: 50px; margin: 0 0 15px;}
.hm-result-itm h4:before {width: 38px; height: 35px; }
.hm-result-itm h4 strong {font-size: 22px; padding: 2px 19px; }
.hm-rslts-list.owl-carousel .owl-nav button {width: 34px; height: 19px; }
.hm-testi-blk {gap: 25px; padding: 40px 20px; } 
.hm-testi-list.owl-carousel {width: 43.5%; } 
.hm-testimonials .testi-item p {margin: 0 0 15px; font-size: 15px; } 
.hm-testimonials .testi-item h5 {font-size: 21px; } 
.hm-testi-list.owl-carousel .owl-nav {left: -350px; } 
.hm-testimonials .testi-item p {font-size: 14px; } 
.hm-testi-title h2 {font-size: 38px; letter-spacing: -0.2px; }
.hm-stay-connected-sec button.tab-btn, .hm-stay-connected-sec div.tab-btn{padding: 10px 12px; width: 185px; } 
.btn-cnt-txt h4 {font-size: 16px; } 
.btn-cnt-icon {width: 30px; } 
.hm-stay-connected-sec .tab-buttons {margin: 0 0 30px; } 
.hm-stay-connected-sec .tab-content.active {padding: 30px 40px; } 
.hm-expect-sec {padding: 0px 0 50px; } 
.hm-expect-itm h5 {font-size: 15px; } 
.hm-expect-img {max-width: 45px; margin: 0 auto 15px; } 
.hm-expect-itm h5::before {left: -25px; width: calc(100% + 50px); height: 42px; } 
.hm-expect-list {padding: 0px 12px; } 
.hm-expect-itm p {font-size: 12px; } 
.hm-ready-img {max-width: 120px; } 
.hm-faq-sec .accordion-section {margin: 0 0 15px; }
.hm-ready-sec .text-heading {font-size: 52px; margin: 0 0 10px; } 
.hm-ready-sec p {font-size: 16px; margin: 0 0 20px; } 
.hm-ready-sec {padding: 30px 0 50px; } 
.hm-ready-sec:before, .hm-ready-sec:after {width: 12.5%; } 
.hm-blog-top-cnt {width: 44%; } 
.hm-blog-top-cnt p {font-size: 15px; margin: 0 0 15px; line-height: 1.6; } 
.hm-blog-top-list {margin: 0 0 25px; } 
.hm-blog-cnt h3 a {font-size: 16px; letter-spacing: 0; } 
.hm-blog-sec .readmore-btn a {letter-spacing: 1px; } 
.hm-blog-cnt h3::before {transform: scale(0.7); left: -8px; top: -5px; } 
.hm-blog-cnt h3 {padding: 0 10px 0 45px; } 
.hm-blog-itm .readmore-btn {left: 50px; } 
.hm-faq-sec {padding: 20px 0 40px; } 
.hm-faq-sec .accordion-section h3.accordion-heading {font-size: 18px; letter-spacing: 0; padding: 18px 60px 18px 30px; background-size: 30px; background-position: right 15px top 11px; } 
.hm-faq-sec .accordion-section .accordion-section-content {padding: 15px 55px 20px 30px; } 
.hm-accordion {margin: 0 0 30px; } 
.ftr-form-sctn {padding: 40px 0 45px; border-radius: 0 0px 20px 20px;    .ftr-block-sec {padding: 35px 0 0; } } 
.hm-form-sec p {font-size: 17px; } 
.hm-form .gform_fields {gap: 9px !important; } 
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {font-size: 15px !important; padding: 16px 22px !important; } 
.hm-form .gform_wrapper .top_label textarea {height: 100px !important; } 
.hm-form .gform_wrapper .form-links {margin: 0 0 0px !important; } 
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {font-size: 15px; } 
.hm-form .gform_wrapper .top_label input[type="checkbox"] {width: 14px !important; height: 15px !important; margin: 5px 6px 0px 0 !important; } 
.hm-form .gform_wrapper .top_label input[type="submit"] {font-size: 16px !important; padding: 15px 20px !important; } 
.ftr-block-sec {padding: 35px 0 0; } 
#footer-navigation ul li a {font-size: 16px; } 
#footer-navigation ul li {margin: 0 13px; } 
#footer-navigation ul {padding: 0 0 15px; } 
.ftr-blk-list {padding: 30px 20px 30px; } 
.ftr-itm p {font-size: 14px; } 
.ftr-itm .ftr-call a {font-size: 23px; } 
.ftr-call {margin: 0 0 11px; } 
.ftr-addr a {font-size: 15px; margin: 12px 0 0; } 
.ftr-itm .ftr-review-btn a.cmn-btn {padding: 12px 22px; } 
.ftr-itm {padding: 0 0 0 60px; } 
.ftr-license p {font-size: 15px; letter-spacing: 0; } 
.ftr-icons-list:before, .ftr-icons-list:after {width: 34.7%; } 
.ftr-icons-list a {width: 35px; height: 35px; } 
.ftr-copyrights-sec {padding: 24px 0px; } 
.cpy-inr p, .cpy-inr p a {font-size: 16px; }
.popup .popuptext {line-height: 1.6; padding: 15px; }
span.popup-info:before {left: 13px; top: 18px; }
.inn-bnr-title h1 {font-size: 35px; letter-spacing: -1.4px; }
#main-heading .inrpg-breadcrumbs {font-size: 16px; }
#main-heading {padding: 85px 0 0; }
#post-content, #page-content {padding: 50px 0; }
.page-feature-img, .single-thumbnail {margin: 0 0 25px; border-radius: 15px; }
#page-column h1, #page-column h2, #page-column h3, #page-column h4, #page-column h5, #page-column h6, #page-content .areaserved-item-list h2 {margin: 0 0 20px; }
#page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {font-size: 32px; }
#page-column h3 {font-size: 28px; }
#page-column h4 {font-size: 25px; }
#page-column h5 {font-size: 22px; }
#page-column h6 {font-size: 19px; }
.cta-box {padding: 30px 20px 35px; margin: 25px 0; }
#page-column .cta-box h2 {font-size: 36px; letter-spacing: -0.88px; }
#page-column .cta-box h2 strong {font-size: 50px; letter-spacing: -1.44px; }
#page-column .cnslt-call a.cmn-btn {font-size: 16px; padding: 15px 20px 13px 70px; }
#page-column .cnslt-call a.cmn-btn:before {width: 21px; height: 21px; left: 16px; }
#page-column .cnslt-call a.cmn-btn:after {height: 26px; left: 53px; }
#page-column p, #page-column li {line-height: 1.9; margin: 0 0 25px 0; font-size: 15px; }
#page-column ul li:before {top: 10px; }
.scnd-cta-blk {padding: 25px 15px 35px 25px; margin: 25px 0; }
#page-column .inn-cta-lft h2 {font-size: 36px; letter-spacing: -0.66px; }
#page-column .inn-cta-lft h2 strong {font-size: 39px; letter-spacing: -0.86px; }
.inn-cta-rgt {max-width: 212px; }
.sidebar-page .sidebar-item h2, h4.widget-title {font-size: 28px; letter-spacing: -0.22px; padding: 0 0 13px; }
.sidebar-page .sidebar-menu-pa ul li a {font-size: 17px; padding: 10px 30px; }
.sidebar-page .sidebar-menu-pa ul li a::before {top: 17px; left: 13px; width: 8px; height: 8px; }
.sidebar-page .sidebar-menu-pa ul li .drop.close, .sidebar-page .sidebar-menu-pa ul li .drop.open {right: 10px; top: 15px; }
.sidebar-page .sidebar-menu-pa .sub-menu li a {font-size: 15px; padding: 0px 15px 0px 25px; }
.sidebar-page .sidebar-menu-pa .sub-menu li a:before {width: 6px; height: 6px; top: 7px; left: 10px; }
.sidebar-page .sidebar-item {margin: 0 0 25px; border-radius: 15px;}
.sidebar-page section.widget.testi {padding: 25px 30px 30px; border-radius: 15px; }
.sidebar-page section.widget.testi h4.widget-title {margin: 0 0 15px;}
#page-content section.widget.testi .testi-item .star-rat {margin: 0 auto 19px;}
#page-content section.widget.testi .testi-item p {font-size: 15px; line-height: 1.62; }
#page-content section.widget.testi .testi-item h6 {font-size: 19px; }
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav, section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav, section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav, section.widget.testi .testi-inner-blk.owl-carousel .owl-nav, section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav, section.widget .hm-insights.owl-carousel .owl-nav {margin: 30px auto 0; }
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button, section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button, section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button, section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button, section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button, section.widget .hm-insights.owl-carousel .owl-nav button {width: 25px; height: 21px; }
.sidebar-page section.widget.testi:before {bottom: 29px; width: 40px; height: 28px; }
.inn-watch-list {gap: 40px; }
.inn-pract-list {gap: 25px; }
.inn-pract-itm {padding: 55px 20px; }
.inn-pract-img {max-width: 68px; }
#page-column .inn-pract-itm h4 {font-size: 25px; letter-spacing: -0.66px; min-height: 55px; }
.inn-rslts-list {gap: 19px; }
.inn-result-itm {padding: 30px 20px 25px; }
#page-column .inn-result-itm h4 {font-size: 36px; padding-top: 65px; }
#page-column .inn-result-itm h4 strong {font-size: 23px; padding: 5px 20px; }
.inn-result-itm h4:before {width: 48px; height: 45px; }
#reviews-main {column-gap: 25px; }
.review-item {border-radius: 40px; padding: 50px 35px 110px; margin: 0 0 25px; }
.review-item:before {left: 40px; top: 46px; }
.review-item:before, .review-item:after{width: 36px; height: 27px; }
.review-item:after {right: 40px; bottom: 50px; }
#page-column .review-item h5 {font-size: 23px; bottom: 50px; }
#post-column-full{gap: 20px 2.1%;}
.sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select {font-size: 16px; padding: 14px 55px 15px 15px; }
.sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select {background-size: 45px 43px; }
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit {background-size: 46px 43px; }
#post-content .posts-list .posts-block h3 a {font-size: 17px; }
#post-content .posts-list .posts-block {padding: 15px 10px 0; }
#post-content .posts-list .posts-readmore a {letter-spacing: 1.68px; font-size: 14px; }
.posts-readmore {bottom: 22px; }
#post-content .posts-list .posts-block h3 {margin: 0 0 24px; }
#post-column-full .nav-links .page-numbers {width: 50px; height: 50px; font-size: 18px; }
#post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers {width: 34px; height: 18px; }
#page-column .single-meta p {margin: 0 0 20px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm.sidebar_single_search {margin: 0 0 25px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm {padding: 25px 20px; border-radius: 15px; }
.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{margin: 0 0 20px;}
.sidebar-blog.blog-sidebar-itm .widget select {background-size: 50px 100% !important; }
.single-pagination .nav-links a {font-size: 16px; width: 160px; padding: 17px 20px 16px; }
.single-profile-block {margin: 40px 0 30px; }
#page-column .sp-block h2 {font-size: 32px; letter-spacing: -0.4px; }
#page-column .sp-block h5 {font-size: 19px; letter-spacing: -0.18px; margin: 0 0 15px; }
#page-column .profile-tel p {font-size: 14px; letter-spacing: -0.12px; }
#page-column .profile-tel a {font-size: 22px; }
.profile-tel {padding: 0 0 0 46px; margin: 0 0 20px; }
#page-column .profile-tel a:before {width: 25px; height: 25px; }
#page-column .profile-tel a:after {height: 40px; left: 32px; }
#page-column .single-profile-btn a.cmn-btn {padding: 15px 19px 15px; font-size: 14px; }
.sp-block {width: 55%; padding: 10px 20px 10px 0; }
.single-profile-image {margin: -40px 0 0; width: 41%; }
#page-column .accordion-section h3.accordion-heading {font-size: 17px; padding: 10px 40px 10px 15px; background-size: 16px; background-position: right 14px top 17px; }
#page-column .accordion-section .accordion-section-content{padding: 15px 15px 0;}
.inr-atrny-list {gap: 20px; }
.inn-atrny-item{padding: 0 0 20px;}
.inn-atrny-img {padding: 20px 20px 0;}
#page-column .inn-atrny-item h5 {font-size: 24px; letter-spacing: -0.52px; }
#page-column .inn-atrny-item p {font-size: 16px; letter-spacing: 3px; }
.hm-form .gfield.gfield--type-text, .hm-form .gfield.gfield--type-email, .hm-form .gfield.gfield--type-phone {width: 32.6% !important; }
.page-id-118 .inn-cont-form {padding: 60px 20px 70px; margin: 0 0 30px; border-radius: 15px; }
.page-id-118 #page-column .inn-cont-form h2 {font-size: 40px; letter-spacing: -1.6px; }
.inn-cont-list {padding: 30px 30px 30px 70px; margin: 0 auto -25px; max-width: 850px;}
#page-column .inn-cont-itm h3 {font-size: 25px; }
#page-column .inn-cont-itm p {font-size: 15px; }
#page-column .cont-num a {font-size: 26px; }
.inn-cont-itm:before {width: 60px; height: 63px; }
.inn-cont-itm {padding: 0 0 0 75px; }
.inn-cont-map iframe {height: 300px; }
.law-office-map iframe {height: 300px; }
.hmcta-btn a.cmn-btn {font-size: 12px;padding: 13px 16px;}
.hmcta-cnt p {font-size: 14px;}
.hmcta-cnt {gap: 15px;padding: 15px;border-radius: 15px;margin: 20px 0 0;}
.hm-cta-box { margin: 20px 0 0; padding: 34px 34px 36px; border-radius: 30px; }
.hm-cta-logo { width: 180px; margin: 0 0 20px 22px; }
.hm-cta-left h3 { font-size: 30px; letter-spacing: -0.4px; }
.hm-cta-rite p { font-size: 24px; letter-spacing: -0.5px; margin: 0 0 16px; }
.hm-cta-rite h5 { font-size: 37px; letter-spacing: -1.2px; }
.hm-cta-rite h5 a { padding: 2px 15px; margin: 0 0 0 7px; border-radius: 8px; }
.hm-ready-btn a { font-size: 16px; letter-spacing: -0.3px; }
.hm-ready-btns-list { gap: 16px; padding: 6px 7px 6px 13px; border-radius: 8px; }
.hm-ready-call-btn a.cmn-btn { font-size: 20px; letter-spacing: -0.4px; padding: 9px 15px; border-radius: 8px;}
.hm-watch-rgt h5 {font-size: 20px; letter-spacing: 0; }
}
@media screen and (max-width:991px) {
.page-container, .post-container, #main-heading .page-container, .container, .hm-stay-connected-sec .container, .hm-faq-sec .container, .ftr-form-sctn .container, 
    .hm-banner-sec .container, .site-header .container { max-width: 720px; }
    .page-id-118 #page-content .page-container{padding: 0 15px;}
.mobile_src_nav {display: block; }
.header-sticky .mobile_src_nav, .header-sticky .showhide {
    display: block;
}
.header-sticky.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: block;
    background-color: #cccccc;
}
.site-header:before{display: none;}
.showhide {display: flex; justify-content: flex-start; align-items: center; gap: 10px; }
.mobinav {top: 75px; display: block;}
.mobinav ul { text-align: left; display: block; }
.top_menu {display: none;}
.mobinav a{padding: 10px 20px;}
.header_sec {position: relative;}
.logo_sec {padding: 20px 0; background-color: #969fb0; }
.logo_sec .container {align-items: center;}
.logo-rite {
    display: none;
}
.site-header {padding: 0; position: relative;background-color: #dbdbdb;}
.top-rite p {
    font-size: 14px;
    letter-spacing: 0;
    color: #2f2f2f;
}
.header-number a {
    font-size: 22px;
    color: #2f2f2f;
}
.header-number a:after{background-color: #2f2f2f;}
.sticky-wrap {
    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;
    align-items: center;
    padding: 20px 0;
}
.site-branding {
    width: 150px;
}
.hm-banner-sec {
    padding-top: 60px;
    padding-bottom: 40px;
}
.sicky-cnt.sticky-mobile-logo {
    width: 100%;
    max-width: 150px;
}
.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;
}
#single-column, #post-column, #page-column {
    width: 100%;
    margin: 0 auto 20px; 
}
.sidebar-page, .sidebar-single {
    width: 100%;
    max-width: 320px;
}
#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;
}
.top-rite {padding: 0; background-color: transparent; }
.hm-blog-btn.blg-mbl-btn{display: block; margin: 20px 0 0;}
.bnr-sec {gap: 20px; flex-direction: column; justify-content: center; align-items: center; }
.bnr-img {width: 100%; max-width: 500px; border-bottom: 2px solid #bb161d; padding: 0 10px; }
.bnr-cnt {padding: 0; width: 100%; text-align: center; }
.hm-banner-sec h1 small {font-size: 30px; letter-spacing: 5px; }
.hm-banner-sec h1 {font-size: 44px; letter-spacing: -1.34px; }
.hm-banner-sec h1 strong {font-size: 30px; letter-spacing: -0.9px; }
.bnr-cnt p {font-size: 15px; letter-spacing: 0.7px; margin: 0 0 20px; }
.rslts-title h2 {font-size: 20px; }
.rslts-blk {gap: 15px; padding: 0 0 0 20px; }
.rslts-title {width: 100%; max-width: 200px; }
.marq-rslts-lst li strong {font-size: 19px;}
.text-heading {font-size: 30px;}
.secure-list {flex-direction: column; justify-content: center; gap: 20px; }
.secure-lft {width: 100%; padding: 0; flex-direction: column; justify-content: center; }
.secure-law-img {width: 100%; max-width: 200px; }
.secure-lft:before, .secure-lft:after{display: none;}
.secure-law-cnt {padding: 50px 15px 20px; border: 2px solid #2f2f2f; width: 100%; }
.secure-law-cnt:before {top: 10px; left: 10px;}
.secure-law-cnt:after {right: 10px; bottom: 10px; }
.secure-cnt {width: 100%; }
.secure-cnt p{letter-spacing: 0; font-size: 15px;}
.hm-practice-areas {padding: 30px 0 0; }
.hm-practice-areas h2 {margin: 0 0 25px; }
.hm-pract-itm {width: 100%; max-width: 340px; height: 100%;}
.hm-pract-img {max-width: 60px;}
.hm-pract-list.owl-carousel .owl-item, .hm-pract-list.owl-carousel .owl-stage {display: flex;}
.hm-pract-list.owl-carousel .owl-item{padding: 0 2px;}
.hm-pract-list.owl-carousel .owl-nav, .hmawards-list.owl-carousel .owl-nav {display: flex !important; justify-content:center; align-items: center; gap: 15px; width: 100%; margin: 20px auto 0; }
.hm-pract-list.owl-carousel .owl-nav button.owl-prev,
.hm-pract-list.owl-carousel .owl-nav button.owl-next {background-image: url(images/lft-arw-img.webp) !important; background-repeat: no-repeat !important; font-size: 0 !important; background-position: center; background-size: contain; width: 38px; height: 20px; }
.hm-pract-list.owl-carousel .owl-nav button.owl-next {background-image: url(images/rgt-arw-img.webp) !important; }
.hm-pract-list.owl-carousel .owl-nav button.owl-prev:hover{background-image: url(images/lft-hvr-arw-img.webp) !important; }
.hm-pract-list.owl-carousel .owl-nav button.owl-next:hover {background-image: url(images/rgt-hvr-arw-img.webp) !important; }
.hm-watch-list {padding: 20px 15px; flex-direction: column; justify-content: center; align-items: center; gap: 20px; }
.hm-watch-itm {width: 100%; max-width: 400px; margin: 0 auto; }
.hm-watch-rgt {padding: 35px 0px 30px; width: 100%; }
.hm-watch-rgt::after {top: 0; width: 100%; max-width: 110px; }
.meet-blk {padding: 0 0 30px; flex-direction: column-reverse; justify-content: center; align-items: center; gap: 20px; }
.meet-rgt-list {flex-wrap: wrap; width:100%; justify-content: center;}
.meet-lft-cnt {width: 100%; }
.meet-lft-cnt p {margin: 0 0 20px; font-size: 15px; letter-spacing: 0; }
.hm-award-itm {width: 100%; max-width: 300px; margin: 0 auto; }
.hm-award-img {max-width: 100px; }
.hm-award-img img {max-height: 120px; }
.hmawards-list.owl-carousel .owl-stage, .hmawards-list.owl-carousel .owl-item{display: flex;}
.hmawards-list.owl-carousel .owl-nav button{filter: brightness(0) invert(1);}
.hmawards-list.owl-carousel .owl-nav button {
    font-size: 0 !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 38px; height: 20px;
    filter: brightness(0) invert(1);
}
.hmawards-list.owl-carousel .owl-nav button:hover{filter: none;}
.hmawards-list.owl-carousel .owl-nav button.owl-prev {
    background-image: url(images/lft-arw-img.webp) !important;
}
.hmawards-list.owl-carousel .owl-nav button.owl-prev:hover{
    background-image: url(images/lft-hvr-arw-img.webp) !important;
}
.hmawards-list.owl-carousel .owl-nav button.owl-next{
    background-image: url(images/rgt-arw-img.webp) !important;
}
.hmawards-list.owl-carousel .owl-nav button.owl-next:hover{
    background-image: url(images/rgt-hvr-arw-img.webp) !important;
}
.meet-awards-sec {border-radius: 0; padding: 50px 0; background-image: linear-gradient(#191919f2 0%, #191919f2 0), url(images/pattern-04-wht.webp) !important; }
.hm-legal-sec {padding: 50px 0; margin: 0; }
.legal-blk {justify-content: center; align-items: center; gap: 20px; flex-direction: column; }
.legal-lft {width: 100%; }
.legal-cnt {width: 100%; }
.legal-cnt p {font-size: 15px;}
.legal-lft h2 br{display: none;}
.hm-rslts-blk{justify-content: center; flex-direction: column; }
.hm-rslts-title {width: 100%; text-align: center;}
.hm-result-btn {display: none; }
.hm-rslts-list.owl-carousel .owl-nav {left: 0; position: inherit; margin: 20px 0 0; }
.hm-result-itm{max-width: 300px; margin: 0 auto;}
.hm-atrny-itm {width: 100%; max-width: 300px; }
.hm-watch-lft {width: 100%; }
.text-heading {font-size: 25px; letter-spacing: 0;}
.hm-practice-areas h2 strong {margin: 5px 0 0; }
.hm-practice-areas h2 {margin: 0 0 19px; }
.hm-watch-cnt {width: 100%;}
.hm-rslts-list.owl-carousel {width: 100%; }
.hm-result-itm h4 strong {display: block; max-width: max-content; margin: 10px auto 0; }
.hm-result-itm p {letter-spacing: 0; }
.hm-pract-list {margin: 0 0 20px; }
.hm-watch-hvr{width: 80px; height: 80px;}
.hm-testi-blk {gap: 20px; flex-direction: column; border-radius: 30px; padding: 30px 20px; } 
.hm-testi-title {width: 100%; text-align: center; } 
.hm-testi-title h2 {margin: 0; font-size: 34px;} 
.hm-testi-list.owl-carousel {width: 100%; max-width: 400px; margin: auto;  } 
.hm-testi-list.owl-carousel .owl-nav {left: 0; position: inherit; margin: 20px 0 0; justify-content: center; } 
.hm-testimonials .testi-item h5 {font-size: 20px; text-align: center; right: 0; left: 0;bottom: 18px;}
.hm-testimonials .testi-item:before {top: 7px; left: 10px; }
.hm-testimonials .testi-item {padding: 20px 20px 40px; border: 1px solid #fff; border-radius:10px; }
.hm-testimonials .testi-item:after {right: 10px; bottom: 7px; }
.hm-testimonials .testi-item p {text-align: center; } 
.hm-testi-list.owl-carousel .owl-stage-outer {padding: 0 2px 0; }
.star-rat {margin: 0 auto 15px; } 
.hm-stay-connected-sec {padding: 35px 0 30px; } 
.hm-stay-connected-sec .text-heading {margin: 0 0 20px; } 
.hm-stay-connected-sec button.tab-btn, .hm-stay-connected-sec div.tab-btn {width: 215px; padding: 10px 20px; } 
.hm-stay-connected-sec .tab-buttons {margin: 0 0 30px; justify-content: center; gap: 20px; } 
.hm-expect-list::before{display: none; } 
.hm-expect-itm {padding: 20px 10px; width: 100%; border: 1px solid #191919; border-radius: 20px;max-width: 340px;  height: 100%; } 
.hm-expect-itm h5::before{display: none; } 
.hm-expect-itm h5 {font-size: 16px; background-color: #191919; clip-path: polygon(9% 0, 100% 0%, 91% 100%, 0% 100%); } 
.hm-expect-itm:hover h5{background-color: #bb161d; } 
.hm-expect-itm p {font-size: 14px; } 
.hm-expect-list.owl-carousel .owl-stage, .hm-expect-list.owl-carousel .owl-item{display: flex; } 
.hm-expect-sec {padding: 0px 0 40px; } 
.hm-expect-list {padding: 0; } 
.hm-expect-list.owl-carousel .owl-stage-outer {padding: 0 2px 0; } 
.home-posts-list.owl-carousel .owl-nav, .hm-expect-list.owl-carousel .owl-nav {display: flex; justify-content: center; align-items: center; gap: 20px; margin: 20px 0 0; } 
.home-posts-list.owl-carousel .owl-nav button, .hm-expect-list.owl-carousel .owl-nav button {font-size: 0 !important; background-repeat: no-repeat !important; background-size: contain !important; width: 40px; height: 21px; } 
.home-posts-list.owl-carousel .owl-nav button.owl-prev, .hm-expect-list.owl-carousel .owl-nav button.owl-prev {background-image: url(images/lft-arw-img.webp) !important; } 
.home-posts-list.owl-carousel .owl-nav button.owl-prev:hover, .hm-expect-list.owl-carousel .owl-nav button.owl-prev:hover {background-image: url(images/lft-hvr-arw-img.webp) !important; } 
.home-posts-list.owl-carousel .owl-nav button.owl-next, .hm-expect-list.owl-carousel .owl-nav button.owl-next {background-image: url(images/rgt-arw-img.webp) !important; } 
.home-posts-list.owl-carousel .owl-nav button.owl-next:hover, .hm-expect-list.owl-carousel .owl-nav button.owl-next:hover {background-image: url(images/rgt-hvr-arw-img.webp) !important; } 
.hm-ready-sec:before, .hm-ready-sec:after{display: none; } 
.hm-ready-sec {padding: 30px 10px 40px; } 
.hm-ready-img {max-width: 100px; } 
.hm-ready-sec .text-heading {font-size: 42px; } 
.hm-ready-sec p {font-size: 15px; } 
.hm-blog-sec {padding: 35px 0 30px; } 
.hm-blog-btn {display: none; } 
.hm-blog-top-list {margin: 0 0 20px; flex-direction: column; gap: 10px; } 
.hm-blog-hd {width: 100%; text-align: center; } 
.hm-blog-top-cnt {width: 100%; text-align: center; } 
.hm-blog-top-cnt p {font-size: 16px; margin: 0; } 
.hm-blog-itm {width: 100%;max-width: 340px; height: 100%; } 
.home-posts-list.owl-carousel .owl-stage, .home-posts-list.owl-carousel .owl-item{display: flex; } 
.hm-faq-sec {padding: 20px 0 35px; } 
.ftr-form-sctn {padding: 35px 0; border-radius: 0;} 
.hm-form .gfield.gfield--type-text, .hm-form .gfield.gfield--type-email, .hm-form .gfield.gfield--type-phone {width: 100% !important; } 
.hm-form .gform_wrapper .gform_footer.top_label {float: none; margin: 20px auto 0; } #footer-navigation ul li {margin: 0 12px 10px; } #footer-navigation ul li a {font-size: 15px; } #footer-navigation ul {padding: 0 0 10px; } 
.ftr-blk-list {padding: 30px 20px 30px; flex-direction: column; gap: 20px; } 
.ftr-itm {width: 100%; max-width: 300px; margin: auto; border: 1px solid #2f2f2f; padding: 70px 15px 15px; border-radius: 10px; text-align: center; }
.ftr-itm.conct, .ftr-itm.loc{width: 100%; } 
.ftr-itm.logo {border: 0; max-width: 100%; text-align: center;}
.ftr-itm p {font-size: 15px; }
.ftr-itm:before {transform: scale(0.65); top: 0; left: 0; right: 0; margin: auto; }
.ftr-license p {line-height: 1.4; margin: 0 0 20px; } 
.ftr-logo {width: 100%; max-width: 260px; margin: 0 auto 20px; }
.ftr-icons-list:before, .ftr-icons-list:after {width: 22%; } 
.ftr-copyrights-sec {padding: 20px 0px; } 
.cpy-inr p, .cpy-inr p a {font-size: 15px; line-height: 1.4; }
.hm-rslts-title h2 strong {display: inline-block; }
.inn-bnr-title h1 {font-size: 32px; letter-spacing: -0.9px; text-align: center; }
.inn-bnr-lft{display: none;}
.inn-bnr-title {width: 100%; text-align: center; }
#main-heading {padding: 50px 0; }
#post-content, #page-content {padding: 40px 0; }
#page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {font-size: 28px; }
#page-column h3 {font-size: 25px; }
#page-column h4 {font-size: 22px; }
#page-column h5 {font-size: 20px; }
#page-column h6 {font-size: 18px; }
.inn-watch-itm {width: 100%; max-width: 350px; border-radius: 10px;}
.inn-watch-hvr{width: 100%; max-width: 65px;}
.inn-pract-list {gap: 15px; }
.inn-pract-itm {padding: 45px 20px; width: 100%; max-width: 300px; }
#page-column .inn-pract-itm h4 {font-size: 21px; letter-spacing: -0.26px; min-height: 50px; }
#reviews-main {column-gap: 0; column-count: 1; }
.review-item {border-radius: 30px; padding: 40px 25px 90px; margin: 0 0 15px; }
.review-item .star-rat {max-width: 100px; margin: 0 0 16px 50px; }
.review-item:before, .review-item:after {width: 32px; height: 24px; }
.review-item:before {left: 30px; top: 36px; }
.review-item:after {right: 30px; bottom: 40px; }
#page-column .review-item h5 {font-size: 21px; bottom: 36px; }
.sidebar-blog {justify-content: center; align-items: center; margin: 0 0 20px; gap: 10px; flex-direction: column; }
.sidebar-blog-item {width: 100%; max-width: 320px;}
#post-column-full {gap: 15px; }
.posts-list {border-radius: 10px; width: 100%; max-width: 320px; }
#post-content .posts-thumbnail {border-radius: 10px; }
.inr-atrny-list {gap: 15px; }
.inn-atrny-item {width: 100%; max-width: 320px; }
.inn-cont-list {padding: 0; margin: 0; width: 100%; flex-wrap: wrap; gap: 15px; justify-content: center; background: transparent; max-width: 100%;}
.inn-cont-itm {padding: 90px 15px 25px; background-color: #2f2f2f; text-align: center; width: 100%; max-width: 320px; outline: 2px solid #bb161db8; outline-offset: -6px;}
.inn-cont-itm.loctn:before {background-color: #bb161d; }
.inn-cont-itm:before {width: 54px; height: 57px; right: 0; top: 16px; bottom: auto; margin: auto; }
.law-office-map {width: 100%; }
.hmcta-cnt{flex-direction: column; gap: 15px; text-align: center;margin: 15px 0 0;}
.hmcta-cnt p {font-size: 16px;line-height: 1.2;}
.hm-cta-box { margin: 20px 0 0; padding: 25px 20px; border-radius: 20px; flex-direction: column; align-items: center; text-align: center; background: #2f2f2f;}
.hm-cta-left { width: 100%; margin: 0 0 15px; }
.hm-cta-logo { width: 180px; margin: 0 auto 18px; }
.hm-cta-rite { width: 100%; }
.hm-cta-rite h5 { font-size: 28px; letter-spacing: -0.8px; line-height: 1.5; }
.hm-cta-rite p { font-size: 20px; letter-spacing: -0.4px; margin: 0px 0 10px; }
.hm-cta-left h3 { font-size: 28px; letter-spacing: -0.2px; }
.hm-cta-box:before {width: 50px;height: 100px;}
.hm-ready-btns-list { gap: 15px; padding: 12px 5px 5px; border-radius: 8px; flex-direction: column; }
.hm-ready-btn a { font-size: 16px; letter-spacing: 0; }
}
@media screen and (max-width:767px) {
.page-container, .post-container, #main-heading .page-container, .container, .hm-stay-connected-sec .container, .hm-faq-sec .container, .ftr-form-sctn .container, 
    .hm-banner-sec .container, .site-header .container {max-width:100%; padding:0 15px;}    
.secure-law-img {max-width: 140px; }
.rslts-blk {gap: 0; padding: 0; flex-direction: column; }
.rslts-title {width: 100%; max-width: 100%;}
.marquee-rslts{padding: 15px 0;}
.hm-practice-areas {padding: 20px 0 0; }
.hm-banner-sec h1 {font-size: 36px; letter-spacing: -0.64px; }
.hm-banner-sec h1 small {font-size: 26px; letter-spacing: 3px; }
.hm-banner-sec h1 strong {font-size: 26px; letter-spacing: -0.3px; }
.bnr-cnt p{letter-spacing: 0.3px;}
.hm-securing-sec h2 strong {display: inline-block; }
.hm-pract-itm{margin: 0 auto;}
.hm-testi-blk {border-radius: 20px; padding: 25px 15px; } 
.hm-testimonials .testi-item:before, .hm-testimonials .testi-item:after {transform: scale(0.7); } 
.hm-testi-title h2 {font-size: 29px;}
.hm-stay-connected-sec .tab-buttons {gap: 15px; } 
.hm-stay-connected-sec .tab-content.active {padding: 20px 20px; } 
.hm-expect-itm {margin: auto; } 
.hm-ready-sec {padding: 30px 10px; border-radius: 20px; } 
.hm-ready-sec .text-heading br, .hm-ready-sec p br{display: none; } 
.hm-ready-sec .text-heading {font-size: 35px; } 
.hm-ready-sec p {font-size: 14px; } 
.hm-blog-itm {margin: auto; } 
.hm-faq-sec {padding: 0px 0 30px; } 
.hm-faq-sec .text-heading {margin: 0 0 20px; } 
.hm-faq-sec .accordion-section h3.accordion-heading {font-size: 16px; line-height: 1.3; letter-spacing: 0; padding: 15px 48px 15px 20px; background-size: 27px; background-position: right 12px top 11px; } 
.hm-faq-sec .accordion-section .accordion-section-content {padding: 15px 45px 20px 20px; } 
.hm-faq-sec .accordion-section p {line-height: 1.5; font-size: 14px; } 
.hm-accordion {margin: 0 0 20px; } 
.ftr-form-sctn {padding: 30px 0; } 
.hm-form-sec p {font-size: 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: 14px 18px !important; } 
.hm-form .gform_wrapper .top_label textarea {height: 90px !important; margin: 0 0 15px; } 
.popup .popuptext {font-size: 13px; } 
.hm-form .gform_wrapper .top_label input[type="submit"] {font-size: 14px !important; padding: 14px 20px !important; } #footer-navigation ul li a {font-size: 14px; } #footer-navigation ul li {margin: 0 10px 10px; } 
.ftr-itm h4 {font-size: 22px; } 
.ftr-itm .ftr-call a {font-size: 22px; } 
.ftr-blk-list {padding: 30px 0px 20px; } 
.cpy-inr p, .cpy-inr p a {font-size: 14px; }
.cta-box {padding: 25px 15px 30px; margin: 20px 0; border-radius: 15px; }
#page-column .cta-box h2 {font-size: 30px; letter-spacing: -0.58px; }
#page-column .cta-box h2 strong {font-size: 42px; letter-spacing: -1.04px; }
.cta-btns{gap: 15px;}
.scnd-cta-blk {padding: 20px 15px 30px 20px; margin: 20px 0; }
#page-column .inn-cta-lft h2 {font-size: 32px; letter-spacing: -0.26px; }
#page-column .inn-cta-lft h2 strong {font-size: 36px; letter-spacing: -0.46px; }
.inn-cta-rgt {max-width: 202px; }
#page-column .single-profile-btn a.cmn-btn {font-size: 13px; }
#page-column ol, #page-column ul {margin: 0 0 15px 0px;}
.page-id-118 #page-column .inn-cont-form h2 {font-size: 34px; letter-spacing: -1.2px; }
.page-id-118 .ftr-form-sctn .container{padding: 0;}
.hm-cta-rite p { font-size: 17px; letter-spacing: -0.2px; margin: 0px 0 10px; }
}
@media screen and (max-width:640px) {
    #page-content .areaserved-item {
        width: 100%;
    }
    #page-content .areaserved-item-list {
        padding: 30px 15px;
    }
    .hm-testi-title h2 {font-size: 25px;}
#main-heading {padding: 40px 0; }
.inn-bnr-title h1 {font-size: 28px; letter-spacing: -0.5px;}
#main-heading .inrpg-breadcrumbs {font-size: 15px; }
#page-column .cta-box h2 {font-size: 26px; letter-spacing: -0.18px; }
#page-column .cta-box h2 strong {font-size: 36px; letter-spacing: -0.54px; margin: 10px 0 0;}
.scnd-cta-blk {padding: 20px 15px; margin: 20px 0; flex-direction: column-reverse; gap: 20px; }
.inn-cta-rgt {max-width: 150px; margin: 0 auto;}
.inn-cta-lft {width: 100%; text-align: center; }
#page-column .inn-cta-lft h2 {font-size: 28px; letter-spacing: 0; }
#page-column .inn-cta-lft h2 strong {font-size: 32px; letter-spacing: -0.16px; }
.single-profile-block {margin: 0 0 25px; flex-direction: column; justify-content: center; gap: 20px; width: 100%; max-width: 400px; margin: 0 auto; padding: 20px 15px;}
.single-profile-image {margin: 0; width: 100%; max-width: 300px; border-bottom: 2px solid #ffffff9e; padding: 0 10px; }
.sp-block {width: 100%; padding: 0; text-align: center; }
.profile-tel {padding: 0 0 0 42px; margin: 0 auto 15px; max-width: max-content; text-align: left; }
#page-column .profile-tel a:before {width: 23px; height: 23px; }
#page-column .profile-tel a:after {left: 30px; }
#page-column .sp-block h2 {font-size: 28px; letter-spacing: -0.2px; }
#page-column .sp-block h5 {font-size: 17px;}
#page-column .accordion-section h3.accordion-heading {font-size: 16px; background-size: 15px; }
.page-id-118 #page-column .inn-cont-form h2 {font-size: 30px; letter-spacing: -0.8px; }.page-id-118 .inn-cont-form {padding: 40px 15px; margin: 0 0 25px; border-radius: 10px; }
.page-id-118 #page-column .inn-cont-form h2 {font-size: 25px; letter-spacing: -0.4px; }
.page-id-118 #page-column .inn-cont-form .hm-form-sec p {font-size: 15px; }
.hm-cta-left h3 { font-size: 23px; letter-spacing: 0px; }
.hm-cta-box {margin: 16px 0 0;padding: 25px 12px;border-radius: 15px;} 
.hm-cta-left { margin: 0 0 12px; }
.hm-cta-rite p { font-size: 16px; letter-spacing: 0px; }
.hm-cta-rite h5 { font-size: 22px; letter-spacing: -0.2px; }
.hm-cta-rite h5 a { padding: 1px 10px; margin: 0 0 0 6px; border-radius: 7px; }
.hm-ready-btn a { font-size: 15px; }
.hm-ready-call-btn a.cmn-btn { font-size: 18px; letter-spacing: -0.2px; padding: 8px 12px; }
}
@media screen and (max-width:480px) {
    #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;
    }
.hm-banner-sec {padding-top: 40px; padding-bottom: 30px;}
.hm-banner-sec h1 {font-size: 32px; letter-spacing: -0.4px; }
.hm-banner-sec h1 small {font-size: 22px; letter-spacing: 2px; }
.hm-banner-sec h1 strong {font-size: 21px; letter-spacing: 0; }
.logo-section {flex-direction: column; gap: 20px; justify-content: center; }
.hm-testi-blk {padding: 20px 15px; } 
.hm-testimonials .testi-item:after{display: none; } 
.btn-cnt-txt h4 {font-size: 15px; } 
.hm-stay-connected-sec .tab-content.active {padding: 15px; } 
.hm-expect-list.owl-carousel .owl-stage-outer {padding: 0 2px 0; } 
.home-posts-list.owl-carousel .owl-nav, .hm-expect-list.owl-carousel .owl-nav {margin: 15px 0 0; } 
.home-posts-list.owl-carousel .owl-nav button, .hm-expect-list.owl-carousel .owl-nav button {width: 34px; height: 19px; } 
.hm-ready-sec {padding: 20px 10px 25px; } 
.hm-ready-img {max-width: 80px; } 
.hm-ready-sec .text-heading {font-size: 25px; } 
.hm-ready-sec p {margin: 0 0 15px; } 
.hm-ready-btn a.cmn-btn {text-align: center; font-size: 12px; font-weight: 400; letter-spacing: -0.2px; padding: 12px 19px; }
.hm-blog-top-cnt p {font-size: 15px; line-height: 1.3; } 
.hm-blog-cnt h3 a {font-size: 15px; } 
.hm-faq-sec .accordion-section h3.accordion-heading {font-size: 15px; padding: 12px 48px 12px 15px; } 
.hm-faq-sec .accordion-section .accordion-section-content {padding: 15px 30px 20px 15px; } 
.ftr-block-sec {padding: 26px 0 0; } 
.ftr-blk-list {padding: 25px 0px 20px; } 
.ftr-icons-list:before, .ftr-icons-list:after{display: none;} 
.ftr-license p {font-size: 14px; }
.page-feature-img, .single-thumbnail {margin: 0 0 20px; border-radius: 10px; }
#page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {font-size: 24px; }
#page-column h3 {font-size: 21px; }
#page-column h4 {font-size: 19px; }
#page-column h5 {font-size: 17px; }
#page-column h6 {font-size: 15px; }
.cta-box:before, .cta-box:after{display: none;}
#page-column .cta-box h2 {font-size: 21px; letter-spacing: 0; margin: 0 0 20px; }
#page-column .cta-box h2 strong {font-size: 26px; letter-spacing: -0.5px; }
#page-column .cnslt-call a.cmn-btn {font-size: 15px; padding: 15px 20px 13px 60px; }
#page-column .cnslt-call a.cmn-btn:after {left: 48px; }
#page-column .inn-cta-lft h2 {font-size: 23px;}
#page-column .inn-cta-lft h2 strong {font-size: 25px; letter-spacing: 0; }
.review-item {border-radius: 20px; padding: 30px 15px 70px;}
.review-item:before {left: 20px; top: 26px; }
.review-item:after {right: 20px; bottom: 30px; }
#page-column .review-item h5 {font-size: 20px; bottom: 30px; }
#post-column-full .nav-links .page-numbers {width: 39px; height: 39px; font-size: 16px; }
.single-pagination .nav-links a {font-size: 15px; width: 130px; padding: 15px 15px 14px; }
#page-column .single-meta p {margin: 0 0 15px; }
#page-column .sp-block h2 {font-size: 26px; letter-spacing: 0; }
#page-column .single-profile-btn a.cmn-btn {font-size: 12px; font-weight: 400; padding: 12px 11px; }
#page-column .accordion-section h3.accordion-heading {font-size: 15px; background-size: 14px; padding: 10px 35px 10px 15px; background-position: right 10px top 16px; }
.page-id-118 .inn-cont-form {padding: 40px 15px; margin: 0 0 25px; border-radius: 10px; }
.page-id-118 #page-column .inn-cont-form h2 {font-size: 25px; letter-spacing: -0.4px; }
.page-id-118 #page-column .inn-cont-form .hm-form-sec p {font-size: 15px; }
#page-column .inn-cont-itm h3 {font-size: 22px; }
#page-column .cont-num a {font-size: 23px; }
.hm-ready-call-btn a.cmn-btn { font-size: 16px; letter-spacing: -0.1px; padding: 8px 11px; } 
.hm-ready-btn a { font-size: 14px; }
.hm-cta-box { padding: 22px 10px; border-radius: 15px; }
.hm-cta-logo { width: 160px; margin: 0 auto 16px; }
.hm-cta-left h3 { font-size: 22px; letter-spacing: 0px; } 
.hm-cta-left { margin: 0 0 10px; }
.hm-cta-rite h5 { font-size: 21px; letter-spacing: -0.1px; }
}
@media screen and (max-width:400px) {
.hm-cta-logo { width: 140px; margin: 0 auto 15px; }
.hm-cta-left h3 { font-size: 20px; letter-spacing: 0px; }
.hm-cta-rite p { font-size: 14px; }
.hm-cta-rite h5 { font-size: 17px; letter-spacing: 0px; }
.hm-cta-rite h5 a { padding: 1px 9px; margin: 0 0 0 4px; border-radius: 6px; }
.hm-cta-box:before { width: 30px; height: 60px; }
}