/*
 Theme Name:   The Law Office of Josh B. Maness
 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:  joshmaness
*/

:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
      font-family: 'manrope-v20-latin-regular';

    -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: 'Plus Jakarta Sans-Bold';
    margin: 0 0 20px 0;
    padding: 0;
}
p, li, ul, ol, blockquote {
      font-family: 'manrope-v20-latin-regular';

    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
ul, li {
    list-style: none;
}
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
a, a:hover, input[type="submit"], button {
    outline: 0;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}
input::-moz-placeholder {
    color: var(--placeholdercolor);
}
input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}
input:-moz-placeholder {
    color: var(--placeholdercolor);
}
html {
    scroll-behavior: smooth;
}
.post, .page{
    margin: 0;
}
ul,ol,li {
    list-style: none;
    margin:0;
    padding:0;
}
p:empty {display: none;}

/*Header Sticky Menu*/

.header-sticky.fixed-header { position: fixed; top: 0; width: 100%; padding: 10px 2%; background-color: #f24c00; z-index: 9999; border-bottom: 2px solid #eae2b7; } 
.sicky-logo { width: 100%; max-width: 300px; padding: 0 15px; } 
.header-sticky { width: 100%; float: left; background: #c4c9b2; padding: 10px; display: none; } 
.header-sticky .sticky-cnt { width: 25%; float: left; text-align: center; font-size: 15px; color: #c4c9b2; padding: 0 8px; } 
.header-sticky .mobile_src_nav, .header-sticky .showhide { display: block; } 
.header-sticky .mobile_src_nav { background: transparent; } 
.header-sticky .stickyshowhide .txt { width: 40px; height: 40px; text-align: center; float: none; padding: 0; position: relative; font-weight: normal; } 
.header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button { font-size: 17px; color: #fff; font-family:'manrope-v20-latin-500'; position: relative; padding: 45px 0 0; display: inline-block; text-align: center; width: 100%; cursor: pointer; border: 0; outline: 0; background: transparent; } 
.header-sticky .sticky-cnt a:before, .header-sticky .sticky-cnt button:before { width: 40px; height: 40px; position: absolute; content: ""; left: 0; right: 0; margin: 0 auto; top: 0; background: transparent; border-radius: 100%; border: 2px solid #ffffff; } 
.header-sticky .sticky-cnt button:before { background: url(images/header-sticky-menu.webp) no-repeat center; } 
.header-sticky .sticky-cnt a:before { background-image: url(images/header-sticky-call.webp); background-repeat: no-repeat; background-position: center; } 
.header-sticky .stickyshowhide .txt:before { display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; margin: auto; font-size: 18px; border: 1px #fff solid; color: #f2f2f2; border-radius: 50%; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } 
.sticky-mobinav ul li a.drop { font-size: 0; position: absolute; right: 0; top: 0; width: max-content; height: 45px; } 
.sticky-mobinav ul li a.drop.open { width: 28px; } 
.sticky-mobinav ul li a.drop:after { content: ""; background: url(images/sprite_icons.png) no-repeat left top; background-position: 0px 0px; width: 13px; height: 13px; position: absolute; right: 0; top: 9px; } 
.sticky-mobinav ul li a.drop.open:after { background-position: -28px 0px; } 
.header-sticky .sicky-cnt .stickyshowhide:before { background: url(images/header-sticky-menu.png) no-repeat center; } 
.header-sticky .sicky-cnt.sticky-faq-wrap a:before { background: url(images/header-sticky-faqs.png) no-repeat center; } 
.header-sticky .sicky-cnt.sticky-call-wrap a:before { background: url(images/header-sticky-call.png) no-repeat center; } 
.header-sticky .sicky-cnt.sticky-blog-wrap a:before { background: url(images/header-sticky-blog.png) no-repeat center; } 
#floatingMenu { position: fixed; top: 0; left: 0; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; text-align: left; display: flex; width: 100%; height: 100vh; z-index: 99999; } 
.floatingMenu-list { width: 400px; background: #f24c00; overflow-y: auto; padding: 10px 10px; height: 100vh; position: relative; } 
#floatingMenu.openMenu { display: flex; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 
#cloaseFloatingMenu { text-align: right; font-size: 37px; line-height: 1; font-weight: 700; display: block; background: transparent; clear: both; outline: 0; border: 0; padding: 0; color: #ffffff; float: right; position: relative; z-index: 999; cursor: pointer; } 
button#cloaseFloatingMenu2 { flex-grow: 1; width: calc(100% - 280px); height: 100%; font-size: 0px !important; background: transparent; border: 0; } 
.floatingMenuInner li { position: relative; } 
.floatingMenuInner a { color: #fff !important; letter-spacing: 0.4px;   font-family: 'manrope-v20-latin-regular';
 padding: 4px 0; font-size: 18px; display: block; line-height: 1; border-bottom: 1px solid #222222; } 
.floatingMenuInner .sub-menu { display: none; } 
.floatingMenuInner .menu-item-has-children>a:after { content: ''; width: 10px; height: 2px; background-color: #fff; /* -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);*/ position: absolute; top: 15px; right: 6px; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } 
.floatingMenuInner .menu-item-has-children>a:before { content: ''; width: 2px; height: 10px; position: absolute; top: 11px; right: 10px; display: block; opacity: 1; background-color: #fff; } 
.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before { /*-webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);*/ opacity: 0; } 
.header-sticky.fixed-header .container { display: flex; padding: 0; align-items: center; justify-content: space-between; } 
.sicky-logo{ max-width:350px; text-align: center; } 
.sticky-wrap{ display: none; } header#site-header.f-nav{ position: fixed; border-bottom: 2px solid #82581f; background-color: #080d26; padding: 10px 0; } 
.showhide { display: none; color: #fff; width: 110px; height: 28px; float: none; text-align: left; cursor: pointer; padding: 0px 0 0 33px; position: relative; outline: 0; border: 0; background-color: transparent; } 
.showhide b.txtl { text-align: right; font-size: 20px; line-height: 28px; font-weight: 600 !important; text-transform: uppercase; margin: 0 0px 0 0px; padding-top: 2px; letter-spacing: 0.5px;   font-family: 'manrope-v20-latin-regular';
 } 
.showhide b.txtr { position: absolute; top: 0; bottom: 0; left: 0; margin: auto; text-align: left; font-size: 37px; line-height: 27px;   font-family: 'manrope-v20-latin-regular';
 } 
.mobinav { display: none; width: 100%; color: #fff; box-sizing: border-box; z-index: 99999995; float: left; background: #f24c00; position: absolute; top: 38px; left: 0; } 
.mobinav ul { float: left; margin: 0px 0 0 0; padding: 5px 0px; width: 100%; } 
.mobinav ul li { float: left; margin: 0; width: 100%; list-style: none; padding: 0 20px; box-sizing: border-box; border: 0; margin: 0; padding: 0px; position: relative;   font-family: 'manrope-v20-latin-regular';
 } 
.mobinav a { width: 100%; float: left; padding: 6px 0; display: block; line-height: normal; color: #fff; font-size: 16px; letter-spacing: 0.5px;   font-family: 'manrope-v20-latin-regular';
 border: 0; margin: 0; text-decoration: none; } 
.mobinav a:hover { color: #eae2b7; } 
.mobinav ul li ul { float: left; padding: 0 0 0 15px; } 
.mobinav ul li ul li a { text-transform: capitalize; } 
.mobile_src_nav { display: none; width: 100%; float: none; position: relative; padding: 10px 0; } 
.mobile_src_nav .container { position: relative; } 
.mobile_src_nav .search-form { width: 100%; float: left; } 
.displayblock { display:block; } 
.body-content { width:100%; float: left; height: 2000px; overflow: hidden; } 
.logo-section { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding: 0; } 
.header-number { color: #fff; padding: 0 0 0 70px; position: relative; } 
.header-number strong { font-size: 15px;   font-family: 'manrope-v20-latin-regular';
 line-height: 1; letter-spacing: 1.8px; text-transform: uppercase; color: #ffffff; display: block; } 
.header-number p { font-family: 'manrope-v20-latin-500'; font-size: 17px; line-height: 1; letter-spacing:3.4px; color: #ffffff; text-transform: uppercase; margin: 0; } 
.header-number a { font-weight: 800; font-size: 40px; letter-spacing: -1.6px; color: #f24c00; display: inline-block; } 
.menu-main-menu-container { position: relative; } 
.menu-main-menu-container ul::before { content: ""; position: absolute; background-color: #666b71; width: 100%; height: 1px; right: 0; bottom: 0; }
.header-number a:hover {color: #fff;} 
.header-number a:before { position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -11px -10px; width: 48px; height:48px; top: 0; bottom: 0; left: 0; margin: auto; } 
#main-navigation ul{ margin:0 } 
#main-navigation ul li { display: inline-block; padding: 0 0px 0; position: relative; margin: 0 50px 0px 0px; } 
#main-navigation ul li:first-child{ padding-left:0 } 
#main-navigation ul li:last-child{ padding-right:0; margin: 0 !important; } 
#main-navigation ul li a { font-family: 'manrope-v20-latin-600'; font-size: 18px; letter-spacing: 0px; line-height: 1; color:#fff; padding: 0 0 20px; display: block; min-width: inherit; } 
#main-navigation ul > li > a:hover { color: #eae2b7; border-bottom-color: #eae2b7; }
 #main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover { color: #eae2b7; border-bottom-color: #eae2b7; }
 #main-navigation ul li ul.sub-menu { display: none; width: 220px; position: absolute; color: #fff; top: 100%; left: 0; right: auto; background-color: #548d57; padding: 0px 0; z-index: 999; }
#main-navigation ul li:hover ul.sub-menu{ display:block } 
#main-navigation ul li:hover ul.sub-menu li{ position:relative } 
#main-navigation ul li:hover ul.sub-menu li:hover > ul{ display:block; top:0; left:100% } 
#main-navigation .sub-menu li.current-menu-item > a{ background-color: #f5f1e9; color: #548d57; } 
#main-navigation .sub-menu li a{ width: 100%; padding: 8px 10px; color: #ffffff; display: block; text-align: left; text-transform: capitalize; font-weight: 500; letter-spacing: 0; border-bottom: 0; font-size: 16px; } 
#main-navigation .sub-menu li a:hover, #main-navigation .sub-menu .current-menu-item > a { background-color: #f5f1e9; color: #548d57; }
#main-navigation .sub-menu li:after{ display:none; } 
#main-navigation .sub-menu li{ width:100%; margin:0; padding:0 } 
#main-navigation .sub-menu li a:after{ display:none } 
#main-navigation ul li ul.sub-menu li .sub-menu { display:none; width:100%; position:absolute; color:#fff; top:0; left:100%; padding:0px 0; z-index:999; } 
.site-header { background-color: transparent; transition: opacity 0.3s ease, visibility 0.3s ease; width: 100%; padding: 35px 85px 20px 80px; position: absolute; z-index: 2; } 
.site-header .container { max-width: 100%; } 
.site-header.is-sticky { top: 0; right: 0; left: 0; z-index: 999; position: fixed; background: #3a3f45; animation: slideDown 0.35s ease-out; visibility: visible; border-bottom: 2px solid #548c56; } 
@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; }

.container1{ width: 100%; max-width: 1300px; margin: 0 auto; }
.container{ width: 100%; max-width: 1500px; margin: 0 auto; }

.text-heading {font-family: 'PlayfairDisplay-Bold';font-size: 60px;letter-spacing: -1.2px;line-height: 1.15;color: #000000;margin: 0 0 30px;text-align: center;}

a.cmn-btn::before{ content: ""; position: absolute; width: 96.7%; height: 115%; top: 0; left: 0; bottom: 0; right: 0; margin: auto; border: 1px solid #fff; border-width: 1px 0 1px 0px; pointer-events: none; }
a.cmn-btn::after{ content: ""; position: absolute; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -390px -135px; right: 43px; top: 0; bottom: 0; margin: auto; width: 26px; height: 20px; }
a.cmn-btn { display: inline-block; padding: 25px 83px 24px 47px; font-family: 'manrope-v20-latin-800'; font-size: 20px; line-height: 1; letter-spacing: 0.4px; background-color: #548c56; color: #ffffff; text-transform: uppercase; position: relative; }
a.cmn-btn:hover {background-color: #495867;}

.sub-heading { font-family: 'manrope-v20-latin-700'; font-size: 18px; letter-spacing: 3.24px; line-height: 1; color: #548c56; margin: 0 0 11px; text-transform: uppercase; text-align: center; }

/*Banner section*/
.bnr-sec { background-image: url(images/texas-banner-bg-img.webp); background-repeat: no-repeat; background-position: top center; background-size: cover; padding: 421px 0 143px 0; position: relative; z-index: 1; } 
.bnr-sec::before { position: absolute; content: ""; background-image: -webkit-linear-gradient(90deg, rgba(20, 28, 36, 0) 60%, rgb(20, 28, 36) 95%); width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: -1; pointer-events: none; }
.bnr-sec::after{ position: absolute; content: ""; background-color: #eae2b7; width: 100%; height:2px; left: 0; bottom:27px; } 
.bnr-blk { text-align: center; } 
.bnr-blk h1{ font-family: 'PlayfairDisplay-Bold';font-size: 98px; letter-spacing: 0; line-height: 1; color: #ffffff; text-transform: uppercase; margin: 0 0 15px; display: inline-block; position: relative; } 
.bnr-blk h1 strong{ color:#eae2b7; font-size: 130px; font-weight: 400; display: block; } 
.bnr-blk p{ font-family: 'manrope-v20-latin-regular'; font-weight: 400; font-size: 26px; line-height: 1; letter-spacing: 4.4px; color: #ffffff; text-transform: uppercase; margin: 0 0 48px; } 
.bnr-btn{ position: relative; display: inline-block; }

/* Awards section */
/*.hm-award-sec{ padding: 75px 0 30px; background-color: #ffffff; } 
.hm-award-sec .text-heading { letter-spacing: 8.1px; text-align: left; padding: 0 0px 0 70px; font-size: 45px; text-transform: uppercase; margin: 0 0 70px; } 
.hm-award-lst{ display: flex; justify-content: space-between; } 
.hm-award-blk { display: flex; justify-content: space-between; padding: 0 50px; gap: 30px; } 
.award-item-image img { width: 100%; display: block; } 
.hm-award-item{padding: 0;padding: 15px 0;width: 100%;max-width: max-content;} 
.hm-award-item.cntr {padding: 0 90px 0;border: 1px solid rgb(0, 0, 0, 0.22);border-width: 0 1px;} 
.hm-award-item:last-child .award-item-image { margin: auto; max-width:282px; }
.hm-serving-areas-sec { background-image: url(./images/areas-bg.webp); background-size: cover; width: 100%; background-position: center; background-repeat: no-repeat; }
*/

.hm-award-sec {
    padding: 90px 0 50px;
    position: relative;
    overflow: hidden;
}

.hm-award-sec::before {
    content: "";
    position: absolute;
      width: 23.7%;
    height: 450px;
    background: rgba(185, 149, 84, 0.06);
    border-radius: 50%;
    top: -200px;
    left: -150px;
}

.hm-award-sec::after {
    content: "";
    position: absolute;
    width: 21%;
    height: 350px;
    background: rgba(185, 149, 84, 0.05);
    border-radius: 50%;
    bottom: -150px;
    right: -100px;
}

.hm-award-sec .text-heading {
    text-align: center;
    padding: 0;
    margin-bottom: 60px;
    letter-spacing: 6px;
    position: relative;
}

.hm-award-sec .text-heading::after {
    content: "";
    width: 90px;
    height: 3px;
    background-color: #548c56;
    display: block;
    margin: 20px auto 0;
}

.hm-award-blk {
    display: flex;
    justify-content: center;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.hm-award-item {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: all .4s ease;
    width: 30%;
    border: 1px solid rgba(0,0,0,.06);
}

.hm-award-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.award-item-image img {
        display: block;
    max-height: 140px;
    object-fit: contain;
    text-align: center;
    margin: auto;
}

/* Home Serving Section */
.hm-serving-sec { padding: 205px 0 120px; background-image: url(images/serving-shape-img.webp); background-repeat: no-repeat; background-size:contain; background-position: top center; } 
.hm-serving-blk .text-heading { letter-spacing: 0; } 
.hm-seving-img {margin: 0 0 30px; padding: 10px; border: 2px solid #f24a24; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
.hm-seving-img img { width: 100%; display: block; } 
.hm-serving-lst {margin: 0 0 45px;display: flex;justify-content: space-between;} 
.hm-serving-lft { padding: 0; width: 44.8%; } 
.hm-serving-rgt {padding: 0 0 0 70px;width: 50.2%;border-left: 1px solid #c7c7c7;} 
.hm-serving-lst p { font-family: 'manrope-v20-latin-500'; font-size: 18px; line-height:1.8; letter-spacing: 0; color: #000000;margin: 0 0 20px;  } 
.hm-serving-rgt p { } 
.hm-serving-rgt h6 { font-family: 'manrope-v20-latin-600'; font-size: 18px; line-height:1; letter-spacing: 0; color: #548c56; text-transform: uppercase; margin: 0; } 
.hm-serving-btmlst { display: flex; justify-content: center; align-items: center; gap: 35px; } 
.hm-serving-btnrgt{ padding: 0 0 0 70px; position: relative; } 
.hm-serving-btnrgt a:before { position: absolute; content: ""; background-image: url(images/servng-call-img.webp); background-repeat: no-repeat; background-position: center left; background-size: contain; width: 48px; height: 48px; top: 0; bottom: 0; left: 0; margin: auto; } 
.hm-serving-btnrgt a:hover{ color: #548c56; } 
.hm-serving-btnrgt p { font-family: 'manrope-v20-latin-500'; font-size: 17px; line-height: 1; letter-spacing: 3.4px; color: #000; text-transform: uppercase; margin: 0; } 
.hm-serving-btnrgt a { font-weight: 800; font-size: 40px; letter-spacing: -1.6px; color: #f24c00; display: inline-block; } 
.hm-serving-btn a.cmn-btn::before { border: 1px solid #253442; border-width: 1px 0 1px 0px; }


/* Home Practice Area Section */
.hm-practice-areas .text-heading { margin: 0 0 15px; }
.hm-practice-areas .container{max-width: 100%;}
.practice-list {display: flex; flex-wrap: wrap; justify-content: center; gap: 29px ; margin:  0 0  47px 0}
.practice-item { width: 20%; position: relative; background-color: #495867; padding: 80px 30px 95px;  }
.hm-practice-areas { padding: 0 0 145px; }
.practice-item::before { position: absolute; content: ""; border: 1px solid #eae2b7; border-width: 1px 0; width: 90%; height: 86.9%; left: 0; top: 0; bottom: 0; margin: auto; right: 0; pointer-events: none; }
.practice-list .practice-item:hover .practice-image, .practice-item.active .practice-image {display: block;}
.practice-list .practice-item:hover .pract-itm-cont h4::before, .practice-item.active .pract-itm-cont h4::before {display: none;}
.practice-list .practice-item:hover .pract-itm-cont p, .practice-item.active .pract-itm-cont p {display: none;}
.practice-list .practice-item:hover .pract-itm-cont h4, .practice-item.active .pract-itm-cont h4 { position: absolute; left: 0; right: 0; bottom: 30px; padding: 0; margin: 0; color: #eae2b7; font-size: 50px; }
.hm-practice-areas .sub-heading { margin: 0 0 60px; }
.practice-item.active, .practice-list .practice-item:hover { background: transparent; padding: 0; width: 31.5%; border: 4px solid #eae2b7; }
.practice-image img { width: 100%; display: block; }
.practice-item.active::before, .practice-list .practice-item:hover::before { background: linear-gradient(180deg,rgba(73, 88, 103, 0) 0%, rgba(73, 88, 103, 1) 100%); width: 100%; height: 100%; }
.practice-image {display: none;}
.pract-itm-cont h4 { font-size: 35px; font-family: 'manrope-v20-latin-500'; font-weight: 500; text-transform: uppercase; color: #ffffff; letter-spacing: 3.5px; margin: 0 0 20px; line-height: 1.17; text-align: center; padding: 125px 0 0; position: relative; }
.pract-itm-cont h4::before { position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -12px -343px; width: 141px; height: 91px; left: 0; top: 0; right: 0; margin: auto; }
.practice-item.injuries .pract-itm-cont h4::before { background-image: url(images/inner-sprites.webp); background-position: 2px -119px; }
.practice-item.truck .pract-itm-cont h4::before { background-position: -185px -343px; }
.practice-item.product .pract-itm-cont h4::before { background-image: url(images/inner-sprites.webp); background-position: -355px -5px; }
.pract-itm-cont p { font-family: 'manrope-v20-latin-regular'; font-weight: 400; font-size: 16px; line-height: 1.6; color: #fff; margin: 0; text-align: center; }
.practice-btn { text-align: center; }
.practice-btn a.cmn-btn::before { border: 1px solid #253442; border-width: 1px 0 1px 0px; }

/* Home Over Section */
.hm-over-bg-sec{ padding: 100px 0; background-image: url(images/over-bg-img.webp); background-repeat: no-repeat; background-size: cover; width: 100%; position: relative; z-index: 1; background-position: center;} 
.hm-over-sec::before{ content: ""; position: absolute; background-image: url(images/over-shape-img.webp); background-repeat: no-repeat; background-size: contain; right: 0; top: 30%; width:50%; height: 60%; z-index:-1; opacity: 0.4; } 
.hm-over-sec h5 { font-family: 'manrope-v20-latin-regular'; font-size: 25px; line-height: 1; letter-spacing: 2.5px; color: #ffffff; text-align: center; text-transform: uppercase; margin: 0 0 50px; font-weight: 400; }
.hm-over-sec h2.text-heading { font-size: 170px; color: #eae2b7; letter-spacing: -3.6px; line-height: 1; text-transform: uppercase; margin: 0 0 35px; } 
.hm-over-lst {display: flex;justify-content: space-between;align-items: flex-end;margin: 0 0 0;} 
.hm-over-lft {width: 31%;padding: 0 0 80px;} 
.hm-over-lft h3 {    font-size: 80px; line-height: 1; letter-spacing: 1.8px; color: #eae2b7; text-transform: uppercase; padding: 0 0 28px; margin: 0 0 30px; position: relative; font-family: 'PlayfairDisplay-Bold';}
.hm-over-lft h3 strong { display: block; font-weight: 400; }
.experience{ position: relative; }
.over{ font-size: 25px; text-transform: uppercase; color: #fff; letter-spacing: 12px; writing-mode: sideways-lr; position: absolute; top: 20px; }
.hm-over-lft .years-two {font-family: 'manrope-v20-latin-500';font-size: 150px;line-height: 1;letter-spacing: -3px;color: #eae2b7;padding: 0 0 0 45px;display: flex;align-items: center;gap: 15px;margin: 0 0 10px;} 
.hm-over-lft .years-two small {font-weight: 400;font-size: 29px;letter-spacing: 3.4px;color: #ffffff;text-transform: uppercase;display: inline-block;border: 1px solid #fff;border-width: 1px 0px;padding: 25px 0;} 
.hm-over-lft .experience strong {font-weight: 400;font-size:60px;letter-spacing: 6px;color: #ffffff;text-transform: uppercase;line-height: 1;} 
.hm-over-lft h3::before{ content: ""; position: absolute; background-color: #535f6b; width:100%; height: 1px; bottom: 0; left: 0; } 
.hm-over-mid { width: 39%; } 
.hm-over-rgt {width: 29.1%;padding: 0 0 110px;} 
.hm-over-itm { padding: 40px 60px 40px 0px; width: 27.9%; border: 1px solid #707c88; border-left: none; border-right: none; } 
.hm-over-cnt { padding: 0 0 0 34px; position: relative; } 
.hm-over-cnt::before{ content: ""; position: absolute; background-image: url(images/over-lines-img.webp); background-repeat: no-repeat; background-size: contain; left: 0; top: 0; width:7px; height: 100%; } 
.hm-over-cnt p{ font-family: 'manrope-v20-latin-200'; font-size: 21px; letter-spacing: 0.8px; color: #ffffff; line-height: 1.6; margin: 0 0 30px; } 
.hm-over-itm h4 { font-family: 'manrope-v20-latin-regular'; font-weight: 400; font-size: 40px; line-height: 1; letter-spacing: 0px; color: #ffffff; margin: 0 0 10px; } 
.hm-over-itm p { font-family: 'manrope-v20-latin-200'; font-size: 18px; letter-spacing: 0.5px; color: #ffffff; line-height: 1.6; margin: 0; } 
.hm-over-img img { width: 100%; display: block; } 
.hm-over-btmlst { display: flex; justify-content: space-between; }

/* Home Accident Section */
/*.accidents-sec { padding: 125px 0 0; position: relative; }
.accidents-sec::before { position: absolute; content: ""; background-image: url(images/accidents-sec-before-img.webp); width: 100%; background-repeat: no-repeat; background-size: contain; height: 59.7%; left: 0; top: -170px; right: 0; margin: auto; z-index: -1; }
.accidents-blk { display: flex; justify-content: space-between; margin: 0 0 70px; }
.accidents-rgt .text-heading strong {font-weight: 400; color: #548c56;}
.accidents-rgt .text-heading { text-align: left; letter-spacing: 0; margin: 0 0 35px; } 
.accidents-rgt-cont { padding: 0 40px 0 100px; position: relative; } 
.accidents-rgt { width: 48.5%; } 
.accidents-lft::before { content: ""; background-image: -webkit-linear-gradient(90deg, rgba(37, 52, 66, 0) 0%, rgb(37 52 66 / 10%) 100%); width: 100%; max-width: 400px; margin: auto; height: 130%; position: absolute; top: -125px; left: 0; right: 0; z-index: -1; }
.accidents-lft { width: 48.1%; padding: 40px 0 0; position: relative; } 
.accidents-rgt-cont::before { position: absolute; content: ""; border: 1px solid #eae2b7; border-width: 0 1px; width: 7px; height: 379px; left: 57px; top: 0; } 
.accidents-rgt-cont h5 { font-family: 'manrope-v20-latin-regular'; font-weight: 400; font-size: 35px; line-height: 1; color: #f24c00; margin: 0 0 20px; } 
.accidents-rgt-cont p { font-size: 18px; font-family: 'manrope-v20-latin-regular'; font-weight: 400; letter-spacing: 0.54px; line-height: 1.9; color: #000000; margin: 0 0 31px; } 
.accidents-rgt-cont p:last-child { margin-bottom: 0; } 
.accidents-btm-list-blk { padding: 3px; border: 1px solid #d7d7d7; } 
.accidents-btm-list { display: flex; justify-content: space-between; padding: 35px 105px 35px 87px; background: radial-gradient(circle,rgba(37, 52, 66, 0) 0%, rgba(37, 52, 66, 0.1) 100%); align-items: center; } 
.accidents-btm-lft-txt h6 { font-family: 'manrope-v20-latin-500'; font-weight: 500; font-size: 22px; letter-spacing: 3.08px; line-height: 1.4; color: #253442; text-transform: uppercase; margin: 0; } 
.accidents-btm-btn-call { display: flex; justify-content: space-between; align-items: center; width: 53.4%; } 
.accidents-btm-lft-txt { width: 39%; } 
*/





.accidents-sec {
    padding: 125px 0 0;
    position: relative;
}


.accidents-sec::before {
    position: absolute;
    content: "";
    background-image: url(images/accidents-sec-before-img.webp);
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 59.7%;
    left: 0;
    top: -170px;
    right: 0;
    margin: auto;
    z-index: -1;
}



.accidents-sec .text-heading {
    text-align: center;
    letter-spacing: 0;
    margin: 0 0 15px;
}

.accidents-sec .text-heading strong {
    font-weight: 400;
    color: #548c56;
    display: block;
}

.accidents-sec h5 {
    font-family: 'manrope-v20-latin-regular';
    font-weight: 400;
    font-size: 35px;
    line-height: 1;
    color: #f24c00;
    text-align: center;
    margin: 0 0 60px;
}


.accidents-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 70px;
}

.accidents-lft {
    width: 48%;
    padding-top: 20px;
    position: relative;
}

.accidents-lft::before {
    content: "";
    background-image: linear-gradient(
        90deg,
        rgba(37, 52, 66, 0) 0%,
        rgba(37, 52, 66, 0.10) 100%
    );
    width: 100%;
    max-width: 400px;
    height: 130%;
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.accidents-lft-img img {
    display: block;
    width: 100%;
    height: auto;
}

.accidents-rgt {
    width: 48%;
}

.accidents-rgt-cont {
    padding: 0 40px 0 90px;
    position: relative;
}

.accidents-rgt-cont::before {
    position: absolute;
    content: "";
    border: 1px solid #eae2b7;
    border-width: 0 1px;
    width: 7px;
    height: 100%;
    left: 45px;
    top: 0;
}

.accidents-rgt-cont p {
    font-size: 18px;
    font-family: 'manrope-v20-latin-regular';
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1.9;
    color: #000;
    margin: 0 0 20px;
}

.cnter-text p{text-align: center; font-size: 18px;
    font-family: 'manrope-v20-latin-regular';
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1.9;
    color: #000;
    margin: 0 0 20px;}

.accidents-rgt-cont p:last-child {
    margin-bottom: 0;
}

.accidents-rgt-cont strong {
    color: #253442;
    font-size: 24px;
}



.accidents-cards {
    display: flex;
    gap: 30px;
    margin: 0 0 60px;
}

.cards-itm {
    flex: 1;
    background: #fff;
    border: 1px solid #d7d7d7;
    padding: 35px 30px;
    position: relative;
    transition: all .35s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.cards-itm::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #548c56;
}

.cards-itm:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,.08);
}

.cards-itm h4 {
    font-size: 28px;
    line-height: 1.2;
    color: #f24c00;
    margin: 0 0 20px;
    font-family: 'manrope-v20-latin-500';
    padding-top: 90px;
    position: relative;
}
.cards-itm h4:before{
    position: absolute;
    content: "";
    background-image: url(images/cards-sprites.webp);
    background-position: -11px -8px;
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
}
.cards-itm.product h4:before{
    background-position: -104px -8px;
}
.cards-itm.work h4:before{
    background-position: -212px -8px;
}
.cards-itm p {
    margin: 0;
    font-size: 17px;
    line-height: 1.9;
    color: #000;
}



.accidents-sec > p {
    max-width: 900px;
    margin: 0 auto 70px;
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    color: #253442;
    font-family: 'manrope-v20-latin-500';
}



.accidents-btm-list-blk {
    padding: 3px;
    border: 1px solid #d7d7d7;
}

.accidents-btm-list {
    display: flex;
    justify-content: space-between;
    padding: 35px 90px;
    background: radial-gradient(
        circle,
        rgba(37,52,66,0) 0%,
        rgba(37,52,66,0.1) 100%
    );
    align-items: center;
}

.accidents-btm-lft-txt {
    width: 42%;
}

.accidents-btm-lft-txt h6 {
    font-family: 'manrope-v20-latin-500';
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 1.4;
    color: #253442;
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
}

.accidents-btm-btn-call {
    display: flex;
    align-items: center;
    gap: 40px;
}

.accidents-btm-call {
    padding-left: 65px;
    position: relative;
}

.accidents-btm-call a {
    display: block;
    font-size: 40px;
    color: #f24c00;
    text-decoration: none;
    font-weight: 600;
}

.accidents-btm-call {
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #253442;
}
.accidents-btm-call p{ font-family: 'manrope-v20-latin-500'; font-weight: 500; font-size: 15px; letter-spacing: 1.5px; text-transform: uppercase; line-height: 1; color: #253442; } 
.accidents-btm-call p a { display: inline-block; font-family: 'manrope-v20-latin-600'; font-size: 40px; letter-spacing: -1.6px; color: #f24c00; margin: 0; } 
.accidents-btm-call p a::before { position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -89px -11px; width: 46px; height: 46px; left: 0; top: 0; bottom: 0; margin: auto; } 
.accidents-btm-call { padding: 0 0 0 65px; position: relative; } 
.accidents-btm-btn a.cmn-btn::before { border: 1px solid #253442; border-width: 1px 0; }


/* Home Choose Section */
.hm-choose-sec .text-heading { margin: 0 0 20px; } 
.hm-choose-sec .sub-heading { margin: 0 0 50px; }
.choose-blk { display: flex; justify-content: space-between; margin: 0 0 63px; }
.choose-itm h4 { font-family: 'manrope-v20-latin-regular'; font-weight: 400; font-size: 31px; color: #0d1217; line-height: 1.12; margin: 0; text-align: center; padding: 93px 0 0; position: relative; }
.choose-itm h4::before { position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -6px -232px; width: 71px; height: 75px; left: 0; right: 0; top: 0; margin: auto; }
.choose-itm.direct h4::before { background-position-x: -103px; }
.choose-itm.results h4::before { background-position-x: -197px; }
.choose-itm.deep h4::before { background-position-x: -301px; }
.choose-itm { width: 18%; padding: 33px 0 50px; border: 1px solid rgb(13, 18, 23, 0.22); border-width: 1px 0; }
.hm-choose-sec { padding: 130px 0 265px; }
.choose-btn-call { display: flex; justify-content: center; gap: 35px; align-items: center; }
.choose-call p { font-family: 'manrope-v20-latin-500'; font-weight: 500; font-size: 17px; letter-spacing: 1.5px; text-transform: uppercase; line-height: 1; color: #253442; }
.choose-call p a { display: inline-block; font-family: 'manrope-v20-latin-800'; font-size: 40px; letter-spacing: -1.6px; color: #f24c00; margin: 4px 0 0; }
.choose-call { padding: 0 0 0 65px; position: relative; }
.choose-call p a::before { position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -89px -11px; width: 46px; height: 46px; left: 0; top: 0; bottom: 0; margin: auto; }
.choose-btn a.cmn-btn::before { border: 1px solid #151d25; border-width: 1px 0 1px 0px; }



/*Home Testimonials Section*/
.hm-testimonials {
    padding: 80px 0;
    text-align: center;
}
.hm-testimonials .testi-item {
    width: 100%;
    padding: 30px 25px 50px;
    position: relative;
    background-color: #dddddd;
}
.hm-testimonials .testi-item p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 20px;
}
.hm-testimonials .testi-item h5 {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hm-testi-list .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 30px auto;
}
.hm-testi-list .owl-nav button {
    width: 40px;
    height: 40px;
    background-color: #000 !important;
    font-size: 30px !important;
    color: #fff !important;
    line-height: 1 !important;
}




/*footer form*/

.ftr-list-sec { background-color: #495867; padding: 80px 0 0;}
.ftr-blk { display: flex; justify-content: space-between;padding:0  100px 0  0; }
.hm-form .gfield label {display: none; }
.ftr-logo{    margin: 0 0 40px; text-align: center;}

.hm-form-sec .container{width: 100%; max-width: 100%; } 
.bnr-rit-cnt.footer {text-align: left; position: absolute; transform: rotate(269deg); left: 5%; top: 0; bottom: 0; margin: auto; font-size: 140px; pointer-events: none; right: auto; letter-spacing: 2.8px; } 
.hm-form-sec{position: relative; } 
.hm-form-sec .text-heading{color: #495867; line-height: 1; margin: 0 0 30px; } 
.hm-form-sec p {font-family: 'manrope-v20-latin-600'; font-size:16px; color:#495867; line-height:1; margin: 0 0 45px; text-align: center; } 
.hm-form .gform_required_legend{display: none; } 
.ftr-form-sctn {text-align: center; background-color: #eae2b7; width: 45.2%; margin: -220px 0 0; padding: 55px 55px 60px; border: 1px solid #768089; } 
.gchoice.gchoice_3_9_1 label {display: block; } fieldset#field_3_9 {width: 40%; border: none; padding: 0; } 
.hm-form input::placeholder {color: #000; } 
.hm-form input:-ms-input-placeholder {color: #000; } 
.hm-form input::-ms-input-placeholder {color: #000; } 
.hm-form textarea::placeholder {color: #000; } 
.hm-form textarea:-ms-input-placeholder {color: #000; } 
.hm-form textarea::-ms-input-placeholder {color: #000; } 
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {margin: 0px; width: 100% !important; color: #1b2026; outline: 0px; position: relative; border-radius: 0; background: transparent; line-height: 1.2 !important; font-size: 18px !important; transition: all 0.5s; display: block; text-align: left; height: auto !important; padding:5px 30px 20px 0px; color: #495867; font-family: 'manrope-v20-latin-regular'; border-width: 0 0 1px 0; border-color: #495867; } 
.hm-form .gfield{position: relative !important ; } 
.hm-form .gfield.gfield--type-text {width: 45.6% !important; } 
.hm-form .gfield.fnm:before,.hm-form .gfield.phn:before,.hm-form .gfield.emil:before,.hm-form .gfield.msg:before {position: absolute; content: ""; background-image: url(images/frm-nm-img.webp); background-repeat: no-repeat; width: 20px; height: 20px; right: 0; top: 0; margin: auto; bottom: 0; } 
.hm-form .gfield.phn:before{background-image: url(images/frm-ph-img.webp);} 
.hm-form .gfield.emil:before{background-image: url(images/frm-mail-img.webp);    width: 25px;height: 25px;} 
.hm-form .gfield.msg:before{background-image: url(images/frm-msg-img.webp);    width: 25px; height: 25px; top: -60px;} 
.hm-form .gfield.gfield--type-email,.hm-form .gfield.gfield--type-phone{width: 100% !important } 
.hm-form .gform_fields {display: flex !important; flex-wrap: wrap; gap:35px 12px !important; justify-content: space-between; align-items:center; } 
.hm-form .gform_wrapper .top_label textarea {width: 100% !important; height: 130px !important; resize: none; margin: 0; padding-top: 20px !important; margin: 0px; min-block-size: 0px !important; } 
.hm-form .gfield.msg {width: 100%; } 
.hm-form-sec .gform_wrapper ul.gform_fields ul {margin: 0; padding: 0; } 
.hm-form-sec .gform_wrapper ul.gform_fields li {padding: 0 !important; margin: 0 !important; position: relative; width: 100%; } 
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {cursor: pointer; font-size: 15px; line-height: 1; font-weight: 400; color: #495867; letter-spacing: -0.36px; margin: 0; text-align: left; font-family: 'manrope-v20-latin-regular'; } 
.hm-form .gform_wrapper .form-links a:hover {color: #000; } 
.hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield {position: relative; color: #fff; line-height: 1; text-align: left; margin: 0 0 0px !important; } 
.hm-form-sec .gfield .ginput_container {margin: 0 !important; } 
.hm-form .gfield_description.instruction.validation_message {top: -15px; } 
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {width: 15px !important; height: 15px !important; float: left; clear: both; margin: 0px 6px 0px 0 !important; padding: 0 !important; } 
.hm-form .gform_wrapper .gform_footer.top_label {padding: 0; text-align: center; margin: 40px auto 0; position: relative; max-width: max-content; } 
.hm-form .gform_wrapper .top_label input[type="submit"]:hover {background-color: #f24c00 !important; } 
.hm-form .gform_wrapper .gform_footer.top_label::before, .hm-form .gform_wrapper .gform_footer.top_label::after {content: ""; position: absolute; width: 96.7%; height: 124%; top: 0; left: 0; bottom: 0; right: 0; margin: auto; border: 1px solid #495867; border-width: 1px 0 1px 0px; pointer-events: none; } 
.hm-form .gform_wrapper .gform_footer.top_label::before {content: ""; position: absolute; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -390px -135px; top: 0; bottom: 0; margin: auto; width: 26px; height: 20px; z-index: 2; right: 20px; border: 0; left: auto; } 
.hm-form .gform_wrapper .top_label input[type="submit"] {display: inline-block !important; background-color: #548c56 !important; outline: none !important; border: 0px none !important; border-radius: 0 !important; cursor: pointer; text-transform: uppercase !important; transition-duration: 0.5s; width: auto !important; color: #ffffff !important; font-size: 20px !important; padding: 22px 70px 22px 40px!important; line-height: 1 !important; letter-spacing: 0; margin: 0; position: relative; font-family: 'manrope-v20-latin-800'; z-index: 1; } 
.hm-form .gform_validation_errors{display: none !important; } 
.popup {position: relative; display: inline-block; left: 0; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } 
.popup .popuptext {top: 15px; visibility: hidden; color: #000; position: relative !important; transition: transform 0.15s ease-out 0.15s; z-index: 1; width: 100%; top: 5px; left: 0; margin: 0px; text-align: center; font-family: 'manrope-v20-latin-regular'; padding: 15px; border: 1px solid rgba(0, 0, 0, 0.2); background: #fff; font-size: 14px; color: black; transition: transform 0.15s ease-out; display: inline-block; line-height: 2; z-index: 12; } 
.popup .show {visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; position: inherit; pointer-events: auto; } div#popup-container {position: absolute; z-index: 2; pointer-events: none; width: 520px; } 
.hm-form-sec .gform_wrapper.gravity-theme .gfield {position: relative; text-align: left; } 
.gform_button.disabled {pointer-events: none; } 
.hm-form-sec .gform_fields .ginput_container, .hm-form-sec .gform_field {margin: 0; } 
.gfield--type-honeypot {display: none; } /*ERRROR*/ .hm-form .gfield_description{margin: 0px !important } 
.hm-form .gfield_description.validation_message {position: absolute; bottom: 13px; right: 8px !important; text-align: right; font-size: 13px; font-family: 'manrope-v20-latin-regular'; color: #932008; margin: 0; pointer-events: none;} 
.hm-form .chk .gfield_description.validation_message{bottom: -17px !important; } /*.ftr-frm-sctn ends*/ /*Footer block*/ .ftr-block-sec {width: 45%; } 
#footer-navigation ul {margin: 0 0 55px; font-size: 0; text-align: center; padding:35px 0; border-top: 1px solid rgba(255, 255, 255, 0.22); border-bottom: 1px solid rgba(255, 255, 255, 0.22); } 
#footer-navigation ul li {display: inline-block; padding: 0; position: relative; margin: 0 19px; } 
#footer-navigation ul li a {font-size: 18px; letter-spacing: 0.36px; color: #fff; padding: 0; min-width: inherit; font-family: 'manrope-v20-latin-600'; font-weight: 500; border: 0; line-height: 2; display: inline-block; } 
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li:hover > a {color:#eae2b7; } 
.ftr-itm.loc a {font-size: 18px; color: #eae2b7; text-transform: uppercase; text-decoration: underline; letter-spacing: 0.8px; font-family: 'manrope-v20-latin-500'; } 
.ftr-block-list {display: flex ; justify-content: space-between; padding: 0 0 55px; border-bottom: 1px solid #717d88; } 
.ftr-itm {width: 49%; text-align:center; } 
.ftr-itm h4{font-family: 'manrope-v20-latin-regular'; font-size: 35px; line-height: 1; color: #fff; margin: 0 0 20px; position: relative;     font-weight: normal;} 
.ftr-itm p{font-size: 20px; font-family: 'manrope-v20-latin-500'; line-height: 1.5; letter-spacing: 0px; color:#fff; margin: 0; padding: 65px 0 0;position: relative; } 
.ftr-itm.phn p {letter-spacing: 3.4px; } 
.ftr-itm p:before{    position: absolute; content: ""; top: 0; left: 0; right: 0; margin: auto; width: 40px; height: 40px; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -316px -118px;} 
.ftr-itm.phn p:before {background-position: -250px -118px; } 
.ftr-itm.phn p:before {background-position: -250px -118px; } 
.ftr-itm.phn p a:hover{color: #fff;} 
.ftr-itm.phn p a {letter-spacing: 0; color: #f24c00; font-size: 40px; font-family: 'manrope-v20-latin-500'; margin: 0; } 
.ftr-itm.cnct p a {font-size: 40px; font-family: 'manrope-v20-latin-600'; font-weight: 700; line-height: 1; letter-spacing: 0; color: #931917; margin: 0; display: inline-block; } 
.ftr-itm.cnct p a:hover, .ftr-itm p.directions a:hover {color: #fff;} 
.ftr-itm p.directions a {color: #931917; text-transform: uppercase; margin: 6px 0 0; display: inline-block; } 
.ftr-itm.ftr-logo img {margin: 0 0 20px; } 
.social-icns {display: flex ; justify-content: center; gap: 10px; } /*Copy Rights Section*/ .ftr-copyrights-sec {padding: 30px 0px; text-align: center; color: #fff; } 
.ftr-copyrights-sec p {margin: 0; font-size: 18px; font-family: 'manrope-v20-latin-regular'; line-height: 1.3; color: #fff; } 
.disclaimer-trigger {cursor:pointer } 
#disclaimer-container {display: none; position: relative; margin-top: 10px; } 
#disclaimer-container.show {display: block; } 
.disclaimer-content {background-color: #f9f9f9; border: 1px solid #ccc; padding: 15px; border-radius: 4px; } 
.blocks {padding:80px 0; } 
.footer-col {width:32% } 
.map-col {width:48% } 
.copyright {text-align: center; } 
.screen-reader-text {display: none !important; } 
#page-column .sdbr-case-item p {color: #fff; }





/* ---------------------------- */
/*home page*/

/*testimonals*/
.hm-testimonials-sec{padding: 160px 0 0px;}
.hm-testimonials-sec h2{color: #fff;margin: 0 0 26px;}
.hm-testimonials-sec h6{color:#eae2b7;}
.hm-testi-list{padding: 0 100px; margin: 0 0 50px;}
.hm-testi-list .testi-item { width: 100%; height: 100%; padding: 96px 91px 24px 100px; background-image: url(./images/testi-bg-img.webp); background-repeat: no-repeat; background-size: 100% 100%; background-position: center; margin: 0 5px; }
.testi-item h4{color: #fff;text-transform: uppercase; font-family: 'manrope-v20-latin-200';font-size: 28px;letter-spacing: 2.45px;margin:0 0 16px;line-height: 1.2;}
.star-rat img{display: block;width: 100%;max-width: 194px;margin: 0 0 8px;}
.testi-item p{color: #fff; font-family: 'manrope-v20-latin-regular'; font-size: 20px;letter-spacing: 0.4px;margin:0 0 30px;line-height: 1.6;}
.testi-item h3{color: #eae2b7;text-transform: uppercase; font-family: 'aleo-v16-latin-600';font-size:30px;margin:0;line-height: 1.2;}
.hm-testi-list .owl-stage {padding: 20px 0; display: flex; position: relative; }
.hm-testi-list .owl-item {display: flex; height: auto; }
.wherefromtesti {border-radius: 50%; overflow: hidden; max-width: 80px; position: absolute; top: 0px; right: 45px; }
.testi-item::before, .testi-item::after {content: ""; position: absolute; background-image: url(./images/hm-sprites.webp); background-repeat: no-repeat; width: 53px; height: 44px; left:44px; top:44px; background-position: -159px -10px; }
.testi-item::after {background-position: -241px -11px; bottom:44px; top:auto; left: auto; right: 44px; }
.hm-testi-list.owl-carousel .owl-nav {display: flex !important; justify-content: space-between; gap: 45px; margin: auto; height: max-content; position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.hm-testi-list.owl-carousel .owl-nav button.owl-next, .hm-testi-list.owl-carousel .owl-nav button.owl-prev { font-size: 0 !important; background-image: url(./images/hm-sprites.webp); background-repeat: no-repeat; background-position: -145px -96px; width: 26px; height: 28px;background-color:transparent!important; }
.hm-testi-list.owl-carousel .owl-nav button.owl-next { background-position: -198px -96px;}
.hm-testi-list.owl-carousel .owl-nav button.owl-prev:hover{ background-position: -145px -145px; }
.hm-testi-list.owl-carousel .owl-nav button.owl-next:hover { background-position-y:-198px -145px; }
.hmtesti-btn{text-align: center;}

/*verditics statements*/
.case-results-sec{padding: 100px 0 140px; background-image:url("./images/verdits-sec-bg-img.webp");background-repeat: no-repeat;background-size: cover;}
.case-results-sec h2{margin: 0 0 17px;}
.case-results-sec h6.sub-heading{margin: 0 0 84px;}
.case-result {display: flex; justify-content: space-between; gap: 70px; margin: 0 0 32px;}
.case-results-itm{padding: 175px 30px 50px;border:1px solid #dfe1e3;border-radius: 20px;text-align: center;overflow: hidden;width: 30%;position: relative;}
.case-results-itm h3{    font-family: 'PlayfairDisplay-Bold';color:#548c56; letter-spacing:-1.2px; font-size: 56px; line-height: 1; margin: 0 0 15px; }
.case-results-itm h4{    font-family: 'PlayfairDisplay-Bold'; color:#253442; letter-spacing:4.48px; font-size: 28px; line-height: 1; margin: 0 0 18px; text-transform: uppercase; }
.case-results-itm p{font-family: 'manrope-v20-latin-500'; color:#000000; font-size:17px; line-height: 1.8; margin:0px; }
.case-results-itm:before{position:absolute; left:0; right:0; top:54px; margin: auto; background-image: url(./images/hm-sprites.webp); background-repeat: no-repeat; background-position: -11px -89px; width: 115px; height: 115px; content: ""; }
.case-results-itm:after { position: absolute; left: 0; right: 0; top: 0px; background-image: url(./images/case-results-bg.webp); background-repeat: no-repeat; background-size: contain; margin: auto; width: 100%; height: 100%; content: ""; pointer-events: none; }
.case-results-btn{text-align: center;}
.case-cnt{position: relative;padding-bottom: 30px;}
.case-cnt:before{position:absolute; left:0; right:0; bottom:0px; margin: auto;  width:80px; border-bottom:4px solid #548c56; content: ""; }
.case-results-itm:nth-child(even) {transform: translate(0px, -35px);}
.case-results-btn a.cmn-btn::before ,.case-results-btn a.cmn-btn::after{border-color:#000;}


/*focused-section*/
.hm-focused-sec{padding: 100px 0 0px;}
.hm-focused-sec .container{max-width:1610px;margin: 0  auto;}
.hm-focused-sec .text-heading{ text-align: center;letter-spacing: 2px;line-height:1.3;}
.hm-focused-sec .text-heading strong {font-weight: 400; color: #548c56; }
.focus-blk{display: flex;justify-content: space-between;gap:50px;}
.focus-lft {width: 59%; position: relative; z-index: 1; padding: 0; margin: 0; }
.focus-lft img{display: block;width:100%;}
.focus-rit{width: 51%;}
.hm-focused-sec p{    color: #000000; font-family: 'manrope-v20-latin-regular'; font-size: 18px; letter-spacing: 0.54px; margin: 0 0 18px; line-height: 1.9;}
.focus-rit .accordion-section ul li strong {font-size: 20px; margin: 0 0 10px; display: block; }
/*.focus-lft .focus-img:before, .focus-lft .focus-img:after {position: absolute; left: 0px; top:0px; background-color: #eae2b7; margin: auto; width: 71%; height: 53.9%; content: ""; z-index: -2; }*/
/*.focus-lft .focus-img:after { right: 0px; top: 0; left: auto; bottom: 40px; }*/

.focus-rit .accordion-section h3 a.active{    background-color: #548c56;color: #fff;}
.focus-rit  .accordion-section h3 a {font-size: 20px; display: block; line-height: 1.2; padding: 16px 50px 16px 20px; border: 1px solid #548c56; position: relative; color: #000000; font-family: 'manrope-v20-latin-700'; } 
.focus-rit .accordion-section h3 a:before {position: absolute; content: ""; top: 24px; right: 28px; margin: auto; width: 21px; height: 10px; background-image: url(./images/droup-arrow.webp); background-repeat: no-repeat; } 
.focus-rit .accordion-section h3 a.active:before {background-image: url(./images/arrow-ehite.webp); } 
.focus-img:before, .focus-img:after {position: absolute; content: ""; background-color: #eae2b7; width: 80%; height: 40%; z-index: -1; left: 0; top: 0; }
.focus-img:after{top: auto;bottom: 0;right: 0;left: auto;}
.focus-img {position: relative; padding: 30px 30px 30px 0; margin: 40px 0; }

/*injured-section*/
.hm-injured-sec{ padding: 300px 0 104px; background-image: url("./images/injured-bg-img.webp");background-repeat: no-repeat;background-size: cover;}
.injured-title{font-size: 240px;color:#eae2b7;letter-spacing:5.2px;line-height: 1;     font-family: 'PlayfairDisplay-Bold';text-transform: uppercase;margin: 0 0 10px; }
.injured-blk{display: flex;justify-content: space-between;gap: 20px;margin: 0 0 39px;}
.injured-title-lft{width: 69%;}
.injured-title-lft h3{ font-family: 'PlayfairDisplay-Bold'; font-size: 85px; line-height: 1; color: #fff; letter-spacing: 1.02px; margin: 0; text-transform: uppercase; }
.injured-cnt-rit {width: 47.1%; padding-left: 33px;position:relative; }
.injured-cnt-rit p { font-family: 'manrope-v20-latin-regular'; font-size: 16px; color: #fff; line-height: 1.8; letter-spacing: 0.48px; font-weight: 300; }
.injured-btn{width: 14.6%;margin: 0 auto 31px;}
.injured-btn img {display: block; width: 100%; }
.injured-cnt-rit::before {position: absolute; content: ""; border: 1px solid #fff; border-width: 0 1px; width:8px; height:75px; left: 0px; top: 9px; }
.focused-chose-bg{background-image: url("./images/fouced-choose-bg-img.webp");background-repeat: no-repeat;background-size: cover;}

.home .hm-injured-sec.inr {
    display: none;
}

/*respsoive*/




@media screen and (max-width:1900px) {


.site-header{    padding: 35px 75px 20px 70px;}
.header-number a{    font-size: 38px;}


}

@media screen and (max-width:1800px) {

.site-header{padding: 30px 45px 20px 40px;}    
.header-number a{    font-size: 35px; letter-spacing: -1px;}
#main-navigation ul li{    margin: 0 43px 0px 0px;}
.header-number a:before{transform: scale(0.9);}
.bnr-sec{    padding: 315px 0 143px 0;}



.hm-serving-sec {padding: 185px 0 120px;}




}

@media screen and (max-width:1700px) {
    .hm-focused-sec .container {
        max-width: 1500px; 
    }

    .focus-rit p { 
        font-size: 17px; 
        margin: 0 0 20px;
        line-height: 1.9;
    }
.practice-item{    padding: 80px 30px 50px;}

    
}

@media screen and (max-width:1600px) {

    .hm-focused-sec .container {max-width: 1470px; }
.container {max-width: 1400px;}
.site-branding {max-width: 270px; }
.site-header {padding: 20px 24px 15px 25px; }
.header-number a {font-size: 30px; letter-spacing: -0.7px; }
#main-navigation ul li a{font-size: 17px;}
#main-navigation ul li {margin: 0 33px 0px 0px; }
.header-number {padding: 0 0 0 60px; }
.bnr-blk h1{    font-size: 88px;}
.bnr-blk h1 strong{font-size: 120px;}
.bnr-blk p{    margin: 0 0 38px;}
.bnr-sec {padding: 305px 0 120px 0; }

.hm-award-sec .text-heading {letter-spacing: 7.1px;font-size: 42px;}
.hm-serving-sec {padding: 170px 0 120px;}

.hm-practice-areas {padding: 0 0 125px; }
.pract-itm-cont h4{    padding: 115px 0 0;}
.pract-itm-cont h4::before{transform: scale(0.9);}

.hm-over-sec h2.text-heading {font-size: 160px;}
.hm-over-lft h3 { font-size: 75px; }
.hm-over-lft .years-two{    font-size: 140px; letter-spacing: -2.5px;}


.ftr-blk{padding: 0 70px 0 0;}
fieldset#field_3_9 {width: 43%;}

.ftr-logo{max-width: 370px; margin: 0 auto 40px;}

.hm-form-sec p{    margin: 0 0 35px;}

.testi-item h4 {font-size: 25px;}
.testi-item p {font-size: 19px;}
.testi-item h3{font-size: 28px;}
.hm-testi-list .testi-item {padding: 90px 80px 24px 95px;}
.testi-item::before{left: 32px;}
.hm-testimonials-sec {padding: 140px 0 0px; }
.wherefromtesti{max-width: 71px;}

/* ------------ */
.accidents-sec {padding: 105px 0 0; }
.text-heading{font-size: 54px;}
.accidents-btm-list{    padding: 35px 60px 35px 60px;}
.accidents-btm-lft-txt h6{font-size: 21px;}
.accidents-blk {margin: 0 0 60px; }
.accidents-sec h5{    font-size: 32px;margin: 0 0 40px;}
.accidents-rgt-cont p {font-size: 17px; line-height: 1.8; margin: 0 0 15px; }
.accidents-rgt-cont strong {font-size: 22px; }
.accidents-rgt-cont::before{    left: 25px;}
.accidents-rgt-cont {padding: 0 20px 0 60px;}
.cards-itm h4 {font-size: 24px;}


/* ------------ */
.practice-list .practice-item:hover .pract-itm-cont h4, .practice-item.active .pract-itm-cont h4 { font-size: 45px; }
.pract-itm-cont h4 { font-size: 30px;}
.practice-item { padding:60px 30px 40px; }
.hm-practice-areas .sub-heading { margin: 0 0 45px; }


.injured-title { font-size: 230px; letter-spacing: 4px; }
.injured-title-lft h3 { font-size: 78px;}
.hm-injured-sec { padding: 250px 0 90px;}
.injured-title { font-size: 210px; letter-spacing: 3px; }



.hm-focused-sec{ padding: 80px 0 0px; }

.hm-choose-sec {
    padding: 110px 0 240px;
}


}

@media screen and (max-width:1500px) {

    .hm-focused-sec .container {
        max-width: 1370px;
    }
    .focus-blk {
        gap: 45px;
    }
    .focus-lft {
        width: 60%;

    }
   
}

@media screen and (max-width:1440px) {
    .container1, .container {max-width: 1200px;}
    
    a.cmn-btn{    font-size: 18px;    padding: 20px 63px 20px 35px;}
    a.cmn-btn::after{    right: 23px}
    .site-branding {max-width: 220px; }
    .site-header {padding: 15px 10px 5px 15px; }
    #main-navigation ul li {margin: 0 23px 0px 0px; }
    .header-number a {font-size: 28px; letter-spacing: 0; }
    .header-number a:before {transform: scale(0.8); }
    .header-number p{    font-size: 16px; letter-spacing: 2.5px;}
    .bnr-blk h1 {font-size: 80px; }
    .bnr-blk h1 strong {font-size: 110px; }
    .bnr-sec {padding: 204px 0 80px 0; }
    .bnr-sec::after{bottom: 20px;}
    .bnr-blk p{    font-size: 23px; letter-spacing: 3.8px;}
    
    .hm-award-sec .text-heading {letter-spacing: 6px; font-size: 38px; margin: 0 0 50px; }
    .hm-serving-sec {padding: 140px 0 100px; }
    .text-heading {font-size: 50px; letter-spacing: -0.3px; }
    .hm-award-blk{    padding: 0 30px;}
    .hm-award-sec { padding: 65px 0 30px;}
    
    .practice-list .practice-item:hover .pract-itm-cont h4, .practice-item.active .pract-itm-cont h4 { font-size: 40px; }
    .pract-itm-cont h4 { font-size: 27px; padding: 100px 0 0; letter-spacing: 1.8px;}
    .practice-item {padding: 40px 15px 30px; }
    .hm-practice-areas {padding: 0 0 100px; }
    .practice-list { margin: 0 0 40px; gap: 25px; }
    .hm-practice-areas .sub-heading { margin: 0 0 40px; }
    .pract-itm-cont h4::before {transform: scale(0.8); }
    
    .hm-over-bg-sec {padding: 80px 0;}
    .hm-over-sec h2.text-heading {font-size: 130px; }
    .hm-over-sec h5{    font-size: 23px;    margin: 0 0 30px;}
    
    .hm-over-lft h3 {font-size: 64px; }
    .hm-over-lft .years-two {font-size: 128px; letter-spacing: -0.8px; }
    .hm-over-lft .experience strong{font-size: 55px;}
    .hm-over-cnt p{    font-size: 18px;}
    .hm-over-lst{    margin: 0 0 30px;}
    .hm-over-itm {padding: 30px 40px 30px 0px;}
    .hm-over-itm h4{font-size: 35px;}
    .hm-testimonials-sec {padding: 130px 0 0px; }
    
    .hm-testi-list {padding: 0 50px; margin: 0 0 40px;}
    .testi-item::before, .testi-item::after{    transform: scale(0.9);}
    
    .hm-testi-list .testi-item { padding: 80px 50px 24px 70px; }
    .hm-testi-list .testi-item h4{    font-size: 23px; letter-spacing: 1.55px;}
    .hm-testi-list .testi-item p{font-size: 18px;}
    .hm-testi-list .testi-item h3{    font-size: 26px;}
    .wherefromtesti { top: -3px; transform: scale(0.9); }
    .testi-item::before { left: 20px; top: 25px; }
    .star-rat img { max-width: 175px; }
    

    
    
    .accidents-sec {padding: 85px 0 0; }
    .accidents-rgt-cont {padding: 0px 0 0 45px ; }
    .accidents-rgt-cont::before { left: 5px; }
    .accidents-rgt { width: 49.5%; }
    .accidents-rgt-cont p {font-size: 16px;}
    .accidents-rgt-cont h5{font-size: 30px;}
    .accidents-blk{    margin: 0 0 60px;}
    .accidents-btm-list {padding: 30px 30px; }
    .accidents-btm-lft-txt h6 {font-size: 18px; }
    .accidents-btm-call p a{    font-size: 35px; letter-spacing: -1.3px;}
    .cards-itm h4:before{    top: -10px; transform: scale(0.9);}
    .cards-itm h4 {font-size: 21px; margin: 0 0 15px; padding-top: 80px; }
    .cards-itm p {font-size: 16px; line-height: 1.8; }
    .cards-itm {    padding: 35px 20px;}
    .accidents-cards{margin: 0 0 40px;}

    .case-results-sec { padding: 80px 0 100px;}
    .case-results-itm h3 { font-size: 45px; }
    .case-results-itm:before { top: 25px; transform: scale(0.8); }
    .case-results-itm { padding: 150px 25px 40px;}
    .case-results-itm h4 { letter-spacing: 3px; font-size: 25px; }
    .case-result { gap: 50px; }
    
    .ftr-blk {padding: 0 40px 0 0; }
    .ftr-form-sctn {margin: -180px 0 0; padding: 50px 43px 55px; }
    .hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea{    font-size: 16px !important;padding: 5px 25px 17px 0px;}
    .ftr-list-sec{    padding: 60px 0 0;}
    .ftr-logo {max-width: 320px; margin: 0 auto 25px; }
    
    #footer-navigation ul {margin: 0 0 45px; padding: 22px 0;}
    #footer-navigation ul li a {font-size: 17px;}
    .ftr-itm h4{font-size: 30px;}
    .ftr-itm p{ font-size: 18px;   padding: 55px 0 0;}
    .ftr-itm.loc a {font-size: 16px;}
    
    .ftr-itm.phn p {letter-spacing: 2.6px; }
    .ftr-itm.phn p a{font-size: 30px;}
    .ftr-block-list{    padding: 0 0 45px;}
    div#popup-container{width: 450px;}
    .popup .popuptext{padding: 12px;}
    .hm-form .gform_wrapper .top_label input[type="submit"]{font-size: 18px !important; padding: 22px 60px 22px 30px !important;}
    .hm-form-sec .text-heading{    margin: 0 0 20px;}
    .hm-form .gform_fields{gap: 25px 12px !important;}
    .hm-form .gform_wrapper .top_label textarea{height: 110px !important;}
    .ftr-form-sctn{    padding: 40px 23px 45px;}
    .ftr-copyrights-sec p{    font-size: 17px;}
    
    .hm-serving-rgt p { margin: 0 0 30px; }
    .hm-serving-rgt { padding: 0 0 0 50px;}
    .hm-serving-lst p { font-size: 17px; }
    .hm-serving-rgt h6 { font-size: 17px;}
    .hm-serving-btnrgt a { font-size: 35px;}

    
    .over { font-size: 22px; letter-spacing: 10px; top: 10px; }
    .hm-over-rgt { padding: 0 0 90px; }
    .hm-over-lft { padding: 0 0 70px; }
    
    .hm-injured-sec { padding: 131px 0 70px; }
    .injured-btn { width: 11%; margin: 0 auto 31px; }
    .injured-title { font-size: 200px; letter-spacing: 3px; }
    .injured-cnt-rit p { font-size: 15px; }
    

       .hm-focused-sec .text-heading{    letter-spacing: 2.4px;}
    .hm-focused-sec p{font-size: 16px;line-height: 1.7;}
    .focus-rit .accordion-section h3 a{font-size: 18px;}
    .focus-rit .accordion-section h3{margin: 0 0 12px;}
    
    
.hm-choose-sec {
    padding: 80px 0 210px;
}
.choose-itm {
    width: 22%;}
    
    .choose-call p a { 
        font-size: 30px; 
    }
    .hm-award-sec::before{    width: 25.7%;
    height: 330px;}
    .hm-award-sec::after{right: 0;    width: 20%; height: 300px;}
    
}
@media screen and (max-width:1400px) {
    .hm-focused-sec .container {
        max-width: 1270px;
    }
    .focus-blk {
        gap: 30px;
    }
    .focus-rit p {
        font-size: 16px; 
    }
    .hm-focused-sec {
        padding: 70px 0 0px;
    }
}

@media screen and (max-width:1300px) {

    .hm-focused-sec .container {
        max-width: 1170px;
        padding: 0;
    }

    .focus-lft {
        width: 55%;}
       
        .focus-rit p {
            font-size: 16px;
            margin:0 0 12px;
            line-height: 1.7;
        }

     
}

@media screen and (max-width:1280px) {
    
}

@media screen and (max-width:1240px) {
.container1, .container {max-width: 970px;padding: 0 10px;}

a.cmn-btn {font-size: 17px; padding: 18px 63px 17px 25px; }
.site-header {padding: 15px 10px 15px 10px; }
.site-branding {max-width: 180px; }
#main-navigation ul li a {font-size: 15px; padding: 0 0 13px; }
.header-number a {font-size: 22px;}
.header-number a:before {transform: scale(0.7); }
.header-number p {font-size: 15px; letter-spacing: 1px; }
.header-number a {font-size: 22px; }
#main-navigation ul li {margin: 0 9px 0px 0px; }
.header-number {padding: 0 0 0 50px; }

.bnr-blk h1 {font-size: 65px; }
.bnr-blk h1 strong {font-size: 92px; }
.bnr-blk h1::before{    transform: scale(0.9);    top: -8px;}
.bnr-blk p {font-size: 20px; letter-spacing: 2.8px; }
.bnr-sec {padding: 140px 0 70px 0; }


.hm-award-blk {padding: 0 10px; }
.hm-award-sec .text-heading {letter-spacing: 4px; font-size: 30px; margin: 0 0 30px; padding: 0 0px 0 50px; }
.hm-award-sec{padding: 55px 0 30px;}
.award-item-image img{    max-height: 100px;}

.sub-heading{    font-size: 17px; letter-spacing: 2.24px;}
.text-heading {font-size: 40px;}

.hm-serving-sec {padding: 80px 0 60px; }
.hm-serving-lst p{font-size: 16px;}
.hm-serving-lst {margin: 0 0 30px;}
.hm-serving-rgt p {margin: 0 0 20px; }
.hm-serving-rgt h6{font-size: 17px;}
.hm-serving-btmlst { gap: 20px; }
.hm-serving-btnrgt p { font-size: 17px; letter-spacing: 2.1px; }
.hm-serving-btnrgt a { font-size: 30px; }
.hm-serving-btnrgt a:before { transform: scale(0.7); }
.hm-serving-rgt { width: 50%; padding: 0 0 0 40px;}
.hm-serving-btnrgt {padding: 0 0 0 60px;}

.hm-practice-areas .sub-heading {margin: 0 0 30px; }
.pract-itm-cont h4::before{transform: scale(0.6);}
.practice-list .practice-item:hover .pract-itm-cont h4, .practice-item.active .pract-itm-cont h4 {font-size: 28px; }
.practice-item{    padding:30px 9px 35px;}
.pract-itm-cont h4 {font-size: 20px; letter-spacing: 1px; margin: 0 0 13px;     padding: 85px 0 0;}
.practice-list{    margin: 0 0 35px; gap: 20px;}
.hm-practice-areas {padding: 0 0 70px; }
.pract-itm-cont p{font-size: 15px;}
.hm-over-bg-sec {padding: 60px 0; }

.hm-over-sec h2.text-heading {font-size: 105px; letter-spacing: -0.8px; margin: 0 0 25px;}
.hm-over-sec h5 {font-size: 19px; margin: 0 0 21px; letter-spacing: 1.5px; }

.hm-over-lft h3 {font-size: 50px;    padding: 0 0 18px; margin: 0 0 40px; }
.hm-over-lft .years-two { font-size: 90px; letter-spacing: 0; }
.hm-over-lft .years-two small { font-size: 20px; letter-spacing: 1.6px; padding: 15px 0; }
.over { font-size: 20px; letter-spacing: 8px;top: 3px; }
.hm-over-lft .experience strong {font-size: 42px;    letter-spacing: 3px; }

.hm-over-lst {margin: 0 0 10px; }
.hm-over-cnt p {font-size: 15px; }
.hm-over-cnt {padding: 0 0 0 20px; }

.hm-over-btn a.cmn-btn {padding: 18px 54px 17px 19px; }
.hm-over-itm h4 {font-size: 27px; }
.hm-over-itm {padding: 20px 20px 20px 0px; }

.hm-over-itm p{font-size: 17px;}
.hm-testimonials-sec { padding: 100px 0 0px; }

.accidents-sec {padding: 40px 0 0; }
.accidents-rgt .text-heading{margin: 0 0 20px;}
.accidents-rgt-cont h5 {font-size: 25px; }
.accidents-rgt-cont {padding: 0 5px 0 20px; }
.accidents-rgt-cont::before {left: -8px; height: 100%; }
.accidents-rgt-cont p {font-size: 15px; margin: 0 0 10px; line-height: 1.7;}
.accidents-btm-lft-txt h6 {font-size: 16px; letter-spacing: 1.38px; }
.accidents-sec h5 {font-size: 26px; margin: 0 0 30px; }
.accidents-rgt-cont strong {font-size: 18px; }
.cards-itm h4:before {top: -10px; transform: scale(0.8); }
.cards-itm h4 {font-size: 20px; padding-top: 70px; }
.accidents-cards{gap: 20px;}
.accidents-cards {margin: 0 0 30px; }


.focus-img{    padding: 15px 15px 15px 0;}
.focus-rit .accordion-section h3 a {font-size: 17px; padding: 12px 30px 12px 20px; }
.focus-rit .accordion-section h3 a:before{    top: 20px; right: 6px;}
.hm-focused-sec .text-heading {letter-spacing: 0.4px; }


.accidents-btm-list {padding: 20px 20px; }
.accidents-btm-call p a { font-size: 23px; letter-spacing: -0.7px; }
.accidents-btm-call p{ font-size: 14px; letter-spacing: 0.4px;}
.accidents-btm-call {padding: 0 0 0 48px; }
.accidents-blk { margin: 0 0 40px; }
.accidents-btm-call p a::before{transform: scale(0.8);}

.case-results-itm h3 { font-size: 35px; }
.case-result { gap: 20px; }
.case-results-sec { padding: 60px 0 60px; }

.ftr-list-sec {padding: 50px 0 0; }


.ftr-blk {padding: 0 0px 0 0; }
.ftr-form-sctn {padding: 30px 12px 25px; }

.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {font-size: 15px !important; padding: 5px 25px 15px 0px; }

.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label{font-size: 14px;}
.ftr-form-sctn{    width: 49.7%;}
.hm-form .gform_wrapper .top_label input[type="submit"] {font-size: 17px !important; padding: 19px 50px 19px 20px !important; }
.ftr-form-sctn {margin: -120px 0 0;}

.ftr-copyrights-sec p {font-size: 15px; }
.ftr-copyrights-sec img {max-width: 70px; }
#footer-navigation ul li{    margin: 0 13px;}
#footer-navigation ul {margin: 0 0 30px; padding: 15px 0; }
#footer-navigation ul li a {font-size: 15px; }
.ftr-itm h4 {font-size: 26px; }
.ftr-itm p {font-size: 16px; padding: 45px 0 0; }
.ftr-itm.phn p a {font-size: 26px; }
.ftr-itm.phn p {letter-spacing: 1.6px; }

.ftr-itm p:before{transform: scale(0.9);}


.hm-testi-list {
    padding: 0 35px;
    margin: 0 0 20px;
}

.hm-testi-list .testi-item { padding: 70px 20px 20px 35px; }
.hm-testi-list .testi-item h4 {
    font-size: 20px;
    letter-spacing: 1px;
}
.star-rat img {
    max-width: 140px;
}
.hm-testi-list .testi-item p {
    font-size: 16px;
    margin: 0 0 22px;
}
.hm-testi-list .testi-item h3 {
    font-size: 21px;
}
.wherefromtesti {
    top: -3px;
    transform: scale(1);
    width: 13%;
}

.hm-injured-sec {
    padding: 100px 0 60px;
}

.injured-title {
    font-size: 165px;
    letter-spacing: 2px;
}

.injured-title-lft h3 {
    font-size:62px;
}

.injured-cnt-rit { padding-left: 23px; }
.injured-cnt-rit::before { height: 80%; }
.injured-blk { justify-content: space-between; }


.hm-choose-sec {
    padding: 60px 0 130px;
}

.choose-itm h4 { 
    font-size: 25px; 
}

.choose-call p a { font-size: 26px; }
}
@media screen and (max-width:1200px) {
    .hm-focused-sec .container { max-width: 1070px; }
    .focus-rit p { font-size: 15px; margin: 0 0 10px; line-height: 1.7; }

}

@media screen and (max-width:1100px) {
    .hm-focused-sec .container {
        max-width: 970px;
    }
    .focus-lft {
        width: 44%;
        margin: 0;
    }
    .focus-rit {
        width: 54%;
    }   
 
}

@media screen and (max-width:991px) {
.hm-focused-sec .container, .container1, .site-header .container,.container {max-width: 720px; margin: auto; }
.head-sec {padding: 20px 0; }
.showhide {display: block;}
.mobinav ul {display: block;}
.hdr-src {display: block;}
.mobile_src_nav {display: block;}
.top-menu {display: none;}
.logo-menu {display: inline-block;text-align: center;}
.topmenu {width: 100%;display: none;}
.showhide b.txtl, .showhide b.txtr {color: #fff;}
.logo {width: max-content;}
.logo img {max-width: 200px;}
.top-rit {max-width: 100%;position: inherit;display: inline-block;margin: 0;float: none;}
.mobinav ul {padding: 10px 10px;text-align: left;display: block;}
.mobinav {top: 44px;display: block;}
.mobile_src_nav {display: block;padding: 8px 0;background-color: #f24c00;}
.logo-rit {max-width: 100%;text-align: center;background-color: transparent;border: 0;padding: 0;}
.sticky-wrap {display: block;}
.header-sticky.fixed-header {display: block;}
header#site-header {border: none;background-color: transparent;}
nav#main-navigation {display: none;}
header.site-header.is-sticky{display: none;}
.logo-section{position: relative;padding: 15px 0 !important;align-items: center;}
.site-branding {width: 100%;max-width: 220px;padding: 0;}
.sicky-cnt.sticky-mobile-logo {width: 100%;max-width: 220px;}
.site-header {padding: 0; position: inherit; background-color: #000; }

.bnr-blk h1 {font-size: 55px; }
.bnr-blk h1 strong {font-size: 70px; }
.bnr-blk p {font-size: 16px; letter-spacing: 2.6px; margin: 0 0 25px; }
.bnr-blk h1::before {transform: scale(0.7); top: -12px; left: 11%; }

.sub-heading { font-size: 16px; letter-spacing: 1px; }
.text-heading { font-size: 35px;     margin: 0 0 15px;}
a.cmn-btn {font-size: 16px; padding: 17px 53px 17px 15px; }
a.cmn-btn::after {right: 8px; transform: scale(0.9); }
.bnr-sec {padding: 60px 0; }

/* ---- */
.hm-award-blk {
    padding: 0;
}
.hm-award-item.cntr { padding: 0; border: 0 ; }
.hm-award-sec .text-heading {
    letter-spacing: 1px;
    font-size: 30px;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}
.hm-award-item {
    padding: 15px !important;
    width: 100%;
            max-width: 320px;
    border: 1px solid #000 !important;
    margin: auto;
    min-height: 100%;
}
.award-item-image img {max-height: 130px; }
.hm-award-sec::before{display: none;}
.hm-award-sec::after{display: none;}
.hm-award-item:hover {
    transform: translateY(0px);}
.hm-award-blk .owl-stage {
    display: flex;
    align-items: anchor-center;
    justify-content: center;
}
.hm-award-sec .owl-nav {
    width: 100%;
    max-width: 140px;
    margin: 25px auto 0;
    display: flex;
    justify-content: space-between;
}
.hm-award-sec .owl-nav button {
    font-size: 0 !important;
    width: 40px;
    height: 40px;
    background-image: url(./images/hm-sprites.webp) !important;
    background-position: -191px -90px !important;
}
.hm-award-sec .owl-nav button.owl-prev { background-position: -141px -90px !important; }
.hm-award-sec { padding: 35px 0; }

.hm-serving-lst p {font-size: 15px; }
.hm-seving-img {margin: 0 0 20px;}
/* -------------------- */
.hm-serving-lst { flex-wrap: wrap; }
.hm-serving-lft { width: 100%; }
.hm-serving-rgt { width: 100%; padding: 0; border: 0; }
.hm-serving-lst { margin: 0 0 30px; flex-wrap: wrap; gap: 0; }
.hm-serving-btnrgt a:before { transform: scale(0.6); left: -7px; }
.hm-serving-btnrgt { padding: 0 0 0 45px; }
.hm-serving-sec { padding: 35px 0; }

.practice-item .practice-image { display: block; opacity: 0; }
.practice-item:hover .practice-image { opacity: 1; }
.practice-item { width: 100% !important; max-width: 350px; position: relative; background-color: #495867; padding: 0; margin: 0 auto; }
.practice-item .pract-itm-cont { position: absolute; bottom: 37px; left: 0; right: 0; padding: 0 30px; }
.practice-item:hover .pract-itm-cont{position: static;}


.choose-blk .owl-nav, .case-result .owl-nav, .practice-list .owl-nav { width: 100%; max-width: 140px; margin: 25px auto 0; display: flex; justify-content: space-between; }
.choose-blk .owl-nav button, .case-result .owl-nav button, .practice-list .owl-nav button { font-size: 0 !important; width: 40px; height: 40px; background-image: url(./images/hm-sprites.webp) !important; background-position: -191px -90px !important; }
.choose-blk .owl-nav button.owl-prev, .case-result .owl-nav button.owl-prev, .practice-list .owl-nav button.owl-prev { background-position: -141px -90px !important; }



.hm-over-sec h2.text-heading { font-size: 50px; letter-spacing: 0; margin: 0 0 20px; }
.hm-over-sec h5 { font-size: 18px; margin: 0 0 20px; letter-spacing: 1px; }
.hm-over-lst { flex-wrap: wrap; }
.hm-over-lft { width: 100%; text-align: center; padding: 0 0 20px; }
.hm-over-lft h3 { font-size: 45px; padding: 0 0 18px; margin: 0 0 25px; }
.hm-over-rgt { padding: 0; width: 100%; text-align: center; }
.hm-over-cnt { padding: 0; }
.hm-over-mid { width: 100%; max-width: 350px; margin: auto; border: 1px solid #fff; padding: 20px 15px 0;    margin: 0 auto 25px; }
.hm-over-lst { margin: 0 0 35px; }
.hm-over-cnt::before{display: none;}
.over { font-size: 17px; letter-spacing: 5px; position: static; writing-mode: horizontal-tb; }
.hm-over-lft .years-two { font-size: 70px; letter-spacing: 0; flex-direction: column; padding: 0; }
.experience { position: relative; text-align: center; width: max-content; margin: auto; }
.hm-over-btmlst { flex-wrap: wrap; gap: 20px; }
.hm-over-itm { padding: 15px 25px; width: 100%; }
.hm-over-bg-sec {
    padding: 35px 0;
}

.hm-testi-list .testi-item { padding: 70px 20px 20px 35px; background-color: #3d4c5c; background-image: none; border-radius: 15px; border: 1px solid #fff; width: 100%; }
.wherefromtesti { top: 10px; transform: scale(1); width: 9%; right: 10px; }
.hm-testi-list.owl-carousel .owl-nav {
    display: flex !important;
    justify-content: space-between;
    gap: 20px;
    margin: 15px auto !important;
    height: max-content;
    width: 100%;
    position: static;
    max-width: 200px; 
}
.hm-testimonials-sec {
    padding: 35px 0 0px;
}
.hm-testi-list .testi-item h3 { font-size: 17px; }

/* ------- */
.accidents-blk { margin: 0 0 30px; flex-wrap: wrap; gap: 25px; }
.accidents-lft { width: 100%; padding: 0px 0 0; position: relative; max-width: 350px; margin: auto; }
.accidents-rgt { width: 100%; padding: 0; }
.accidents-rgt-cont { padding: 0; }
.accidents-lft::before, .accidents-rgt-cont::before{display: none;}
.accidents-btm-list { padding: 10px; flex-wrap: wrap;}
.accidents-btm-lft-txt { width: 100%; text-align: center; margin: 0 0 20px; }
.accidents-rgt-cont h5 { font-size: 20px; }
.accidents-btm-lft-txt h6 { letter-spacing: 1px;}
.accidents-btm-btn-call { justify-content: center; align-items: center; width: 100%; gap: 25px; flex-wrap: wrap; }
.case-results-sec { padding: 35px 0; }

.accidents-cards .owl-nav {display: none; }
.accidents-cards .owl-dots{text-align: center;}
.accidents-cards .owl-dots button.owl-dot{width: 12px; height: 12px; border-radius: 50px; background-color: #548c56; margin-right: 12px; margin-top: 30px; transition: 0.5s; }
.accidents-cards .owl-dots button.owl-dot.active{width: 40px;background-color: #f24c00;}
.cards-itm:hover {transform: translateY(0px);}


.case-result {
    gap: 20px;
    flex-wrap: wrap;
}
.case-results-itm:nth-child(even) {
    transform: translate(0px, 0px);
}

.case-results-itm {
    padding: 100px 20px 30px;
    width: 100%;
    max-width: 350px;
    margin: auto;
}
.case-results-itm:before {
    top: -5px;
    transform: scale(0.6);
}
.case-results-sec h6.sub-heading {
    margin: 0 0 30px;
}
.hm-injured-sec {
    padding: 35px 0;
} 

.injured-blk { justify-content: space-between; flex-wrap: wrap; margin: 0 0 30px; }
.injured-title-lft {
    width: 100%;
    text-align: center;
}
.injured-title-lft h3 {
    font-size: 50px;
}
.injured-cnt-rit {
    padding-left: 0;
    width: 100%;
    text-align: center;
}
.injured-cnt-rit::before{
    display: none;
}
.injured-title {
    font-size: 100px;
    letter-spacing: 1px;
    text-align: center;
}
.injured-btn {
    width: 100%;
    margin: 0 auto 31px;
    max-width: 90px;
}


.hm-focused-sec .text-heading {
    text-align: center;
    letter-spacing: 1px; 
}

.focus-lft:before, .focus-lft:after{
    display: none;
}
.focus-blk {
    gap: 20px;
    flex-wrap: wrap;
}

.focus-lft {
   width: 100%;
        padding: 0;
        max-width: 100%;
        margin: auto;
}
.focus-img{    margin: 20px 0;}
.focus-blk {
    padding-left: 0px;
}

.focus-rit {
    width: 100%;
} 

.hm-focused-sec {
    padding: 35px 0 0px;
}


.hm-choose-sec {
    padding: 35px 0;
}

.choose-itm {
    width: 100%;
    max-width: 350px;
    border: 1px solid #000;
    margin: auto;
    padding: 30px 15px;
}

.ftr-form-sctn {
    margin: 0;
}

.choose-btn-call { 
    gap: 25px; 
    flex-wrap: wrap;
}
.choose-blk { 
    margin: 0 0 25px;
}


.ftr-list-sec {
    padding: 35px 0 0;
}

.ftr-blk {
    padding: 0 0px 0 0;
    gap: 20px;
    flex-direction: column-reverse;
}
.ftr-form-sctn {
    margin: 0;
    width: 100%;
}
 
.ftr-itm {
    width: 100%;
    text-align: center;
    max-width: 350px;
    border: 1px solid #fff;
    padding: 15px 10px;
}

.ftr-block-list {
    padding: 0 0 30px;
    border-bottom: 1px solid #717d88;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
}
.ftr-block-sec {
    width: 100%;
}

/* ----------- */



}

@media screen and (max-width:767px) {
    .hm-focused-sec .container, .container1, .container {max-width: 100%; padding: 0 15px;}

.text-heading {
    font-size: 30px;
}
.bnr-blk h1 {font-size: 40px;letter-spacing:1.3px; }
.bnr-blk h1 strong {font-size: 45px; }
.bnr-blk p {font-size: 16px; letter-spacing: 1.1px; margin: 0px 0 22px; }
a.cmn-btn {padding: 17px 43px 17px 15px; }

.bnr-blk h1::before {transform: scale(0.6); top: -22px; left: 3%; }

.hm-serving-btnrgt a { font-size: 25px; }
.hm-serving-btnrgt p { font-size: 16px; letter-spacing: 1px; }
.hm-serving-btmlst { gap: 20px; flex-wrap: wrap; }

.pract-itm-cont p { font-size: 15px; }
.hm-practice-areas { padding: 0 0 35px; }

.hm-over-lft .experience strong {
    font-size: 30px;}
    .hm-over-lft h3 {
        font-size: 37px;}
        .hm-over-sec h2.text-heading {
            font-size: 35px;
        }

        .testi-item::before {
            left: 15px;
            top: 10px;
        }
        .hm-testi-list .testi-item {
            padding: 55px 20px 20px 35px;}
            .hm-testi-list {
                padding: 0;
                
            }
.wherefromtesti {
top: 6px;
transform: scale(1);
width: 100%;
right: 10px;
max-width: 40px;
}

.injured-title {
font-size: 60px;  
}

.injured-title-lft h3 {
font-size: 35px;
}

.hm-form .gfield.gfield--type-text {
width: 100% !important;
}

.hm-form .gform_fields {
gap: 15px 12px !important;
}

.hm-form .gform_fields {
    gap: 15px 12px !important;
}
.hm-form .gfield {
    position: relative !important;
    width: 100%;
}
.hm-form .gform_wrapper .top_label input[type="submit"] {
    padding: 16px 12px !important;
    font-size: 14px !important;
}
.hm-form .gform_wrapper .gform_footer.top_label::before{display: none !important;}
.hm-form-sec .text-heading { font-size: 30px;}
.hm-form-sec p { margin: 0 0 25px;  font-size: 14px;}
div#popup-container {  width: 100%;}
.popup .popuptext { padding: 11px;  font-size: 12px;}
fieldset#field_3_9 {width: 100%;}





}

@media screen and (max-width:680px) {
    
}

@media screen and (max-width:540px) {
    
}

@media screen and (max-width:480px) {
    
.logo-section{justify-content: center;gap: 20px;}
.bnr-blk h1 {font-size: 26px;}
.bnr-blk h1 strong {font-size: 28px; }

a.cmn-btn {padding: 15px 37px 15px 10px;        font-size: 15px; }
a.cmn-btn::after {right: 7px; transform: scale(0.8); }
.bnr-sec {padding: 40px 0; }
.bnr-blk h1::before {transform: scale(0.5); top: -34px; left: -5%; }
.hm-award-item { max-width: 260px; }

.hm-award-item:last-child .award-item-image {
    margin: auto;
    max-width: max-content;
}

.hm-testi-list .testi-item {
    padding: 50px 10px 20px 10px;
}

.injured-title {
    font-size: 45px;}
    .injured-title-lft h3 {
        font-size: 30px;
    }

    .practice-item .pract-itm-cont {
        bottom: 27px;
        padding: 0 10px;
    }
    .pract-itm-cont h4 {
        font-size: 20px;
        letter-spacing: 1.5px;
        margin: 0 0 8px;
        padding: 65px 0 0;
    }
    .pract-itm-cont h4::before {
        transform: scale(0.6);
        top: -23px;
    }

    .hm-form-sec .text-heading {
        font-size: 30px;
    }

}

@media screen and (max-width:400px) {
    
}

@media screen and (max-width:375px) {
    
}

@media screen and (max-width:320px) {
    
}
