/*
Theme Name:   ctlawfl
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:  Caporicci &amp; Tinari Law, PLLC
*/


: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:'Georgia';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: 'Georgia';font-size: inherit;color: inherit;text-decoration: none;transition: 0.5s;font-weight: 400 ;font-variant-numeric: lining-nums;}
h1, h2, h3, h4, h5, h6 {font-family: 'Georgia' ;margin: 0 0 20px 0;padding: 0;font-weight: 700 ;}
p, li, ul, ol, blockquote {font-family: 'Georgia';font-weight: 400 ;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;}


@font-face {
    font-family: 'Georgia';
    src: url('fonts/Georgia-BoldItalic.woff2') format('woff2'),
        url('fonts/Georgia-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia';
    src: url('fonts/Georgia-Bold.woff2') format('woff2'),
        url('fonts/Georgia-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia';
    src: url('fonts/Georgia-Italic.woff2') format('woff2'),
        url('fonts/Georgia-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Georgia';
    src: url('fonts/Georgia.woff2') format('woff2'),
        url('fonts/Georgia.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.container{max-width:1500px;width: 100%;margin: auto;}
.container1{max-width: 1280px;margin: auto;width: 100%;}

/*common styels*/

.text-heading{font-size: 80px; font-family: 'Georgia'; line-height: 1; letter-spacing: 0px; margin: 0 0 20px; color: #004225;text-align: center; text-transform: uppercase; font-weight: 700;}
.text-heading strong{color: #c9a766;display: block;font-weight: 400;}
.cmn-btn{font-size: 20px; font-family: 'Georgia'; line-height: 1; letter-spacing: 0.4px; margin: 0; color: #c9a766; text-transform: uppercase; display: inline-block; padding: 27px 44px; border: 1px solid #c9a766; background-image: -webkit-linear-gradient( -90deg, rgb(0,30,17) 0%, rgba(0,30,17,0) 100%); background-image: -ms-linear-gradient( -90deg, rgb(0,30,17) 0%, rgba(0,30,17,0) 100%); background-color: #004225; }
.cmn-btn:hover{    color: #fff; background: #c9a766; border: 1px solid #004225;}



/*header section*/

.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: 11px 0 0px 73px;}
.site-header .container {max-width: 100%; }
.header-number {padding: 30px 50px;background-color: #004225;position:relative;}
.header-number a:before {position: absolute;content: "";background-image: url(images/hm-sprites.webp);background-position: -21px -23px;height: 68px;width: 68px;bottom: 0;top: 0;margin: auto;left: -47px;background-color: #004225;border: 2px solid #c9a766;}
.header-number:after{position: absolute; content: ""; background-color: #c9a766; height: 3px; width: 85%; bottom: 0; right: 0;}
.header-number strong {margin: 0 10px 0 0; }
.header-number p{font-family: 'Georgia';font-weight: 400;color: #fffefe;  font-size: 17px; letter-spacing: 0.34px; line-height: 1; margin: 0; }
.header-number p a{font-family: 'Georgia';font-weight:900;font-size:35px;color: #fffefe;letter-spacing: 0;display: block;margin: 6px 0 0;letter-spacing: 0px;text-align: center;}
.header-number p a:hover{color:#c9a766;  }
#main-navigation ul{margin:0}
#main-navigation ul li {display: inline-block;padding: 0 0px 0;position: relative;margin: 0 20px 0;}
#main-navigation ul li:first-child{margin-left:0;}
#main-navigation ul li:last-child{margin-right:0; }
#main-navigation ul li a {font-family: 'Georgia'; font-weight: 500; font-size: 20px; color: #fffefe; text-transform: capitalize; line-height: 1; letter-spacing: 0px; margin: 0; display: block; transition: 0s; }
.logo-rit {display: flex;gap: 75px;align-items: center;}
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li a:hover {color:#c9a766}
#main-navigation ul li ul.sub-menu{display:none;width: 215px;position:absolute;color:#fff;top:100%;left:0;right:auto;background-color:#c9a766;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{ color: #fff;}
#main-navigation .current-menu-ancestor > a,
#main-navigation .menu-item-has-children.current-menu-ancestor > a{color:#c9a766;}
#main-navigation .sub-menu li a{width: 100%; padding: 8px 10px; color: #ffffff !important;font-size: 16px; border-bottom: 1px solid #004225; display: block; text-align: left; text-transform: capitalize; font-weight: 500; letter-spacing: 0; }
#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item > a{color:#fff;background-color: #004225;}
#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; position: absolute; transition: opacity 0.3s ease, visibility 0.3s ease; align-items: flex-start; width: 100%; z-index: 999;}
.site-header.is-sticky {top: 0;right: 0;left: 0;z-index: 999;position: fixed;background:#004225;border-bottom: 2px solid #c9a766; animation: slideDown 0.35s ease-out;visibility: visible;}
.site-header.is-sticky .logo-section {     padding: 11px 0 11px 73px;}
@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;}

.site-branding {width: 16.8%;}

.site-header.is-sticky .site-branding {width: 100%; max-width: 200px; }
.site-header.is-sticky .header-number {padding: 20px 45px 22px 40px;}
.site-header.is-sticky .header-number a:before{transform: scale(0.8);}
@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;}

.header-sticky.fixed-header {position: fixed; top: 0; width: 100%; padding: 10px 2%; background-color: #8eb886; z-index: 9999; border-bottom: 2px solid #114d54; } 
.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: 'Georgia'; position: relative; padding-top: 45px; 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: 100%; 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: 14px; } 
.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: #c9a766; 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; } 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; /* -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: left; text-align: left; cursor: pointer; padding: 0px 0 0 33px; position: relative; outline: 0; border: 0; background-color: transparent;     font-family: 'Georgia'; font-weight: 400;} 
.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: 'Georgia'; } 
.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-Regular'; } 
.mobinav {display: none; width: 100%; color: #fff; box-sizing: border-box; z-index: 99999995; float: left; background: #c9a766; 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: "Poppins", sans-serif; } 
.mobinav a {width: 100%; float: left; padding: 6px 0; display: block; line-height: normal; color: #fff; font-size: 18px; letter-spacing: 0.5px;font-family: 'Georgia'; border: 0; margin: 0; text-decoration: none; } 
.mobinav a:hover {color: #004225; } 
.mobinav ul li ul {float: left; padding: 0 0 0 15px; } 
.mobinav ul li ul li a {text-transform: capitalize; } 
.mobinav ul li a.drop.close, .mobinav ul li a.drop.open {font-size: 0; position: absolute; right: 0px; top: 0; width: auto; height: 29px; background-color: transparent !important;  background-position: right center; background-repeat: no-repeat; padding: 0px 5px !important; cursor: pointer; } 
.mobinav ul li a.drop.open {width: 22px; background-image: url(images/minus_icn.png); } 
.mobile_src_nav {display: none; width: 100%; float: left; position: relative; padding: 10px 0; } 
.mobile_src_nav .container {position: relative; } 
.mobile_src_nav .search-form {width: 100%; float: left; }
 
/*Banner section*/
.hm-banner-sec {padding: 317px 0 160px; background-image: url(images/banner-bg.webp); background-repeat: no-repeat; background-size: 100% 100%; position: relative; }
.hm-banner-sec h1{ width: max-content; font-size: 220px;color: #c9a766;  font-family: 'Georgia'; font-weight: 400;  border-bottom: 2px solid #c9a766; letter-spacing: 0px;   line-height: 1; margin: 0 auto 0; padding: 0;text-transform: uppercase;}
.hm-banner-sec h1 strong{font-size: 100px; font-weight: 400; margin:-27px 0 0; line-height: 1; display:block;color: #fff;letter-spacing: 10px; }
.hm-banner-sec h1 small{font-size: 40px; color: #fff; display: block; font-weight: 400; margin:0; letter-spacing:0px; position: relative;}
.hm-banner-sec h1 small:before{position: absolute; content: ""; background-color:#c9a766; width:55%; height: 3px; right:0; top:0; bottom:0; margin:auto; }
.hm-banner-sec p{font-size: 36px; color: #fffefe; font-weight: 500; margin:0 0 60px; letter-spacing:5.76px;text-transform: uppercase;text-align: center; display:block; font-family: 'Georgia'; }
.banner-btn{text-align: center;}
.banner-btn a{color: #fff;}

/*CASE RESULT SECTION*/
.case-result-sec{padding: 80px 0;background-image: url(images/practice-sec-bkg.webp);background-repeat: repeat;}
.hm-caserslt-lst.owl-carousel .owl-stage, .hm-caserslt-lst.owl-carousel .owl-item{display: flex;}
.hm-caserst-item{padding: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    background-image: linear-gradient(90deg, rgba(197, 142, 42, 1) 0%, rgba(252, 224, 90, 1) 50%, rgba(197, 142, 42, 1) 100%);z-index: 1;text-align: center;}

.hm-caserst-item h4{
    font-size: 35px;
    font-family: 'Georgia';
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
    color: #fff;
    position: relative;
    text-transform: uppercase;}
.hm-caserst-item p{font-family: 'Georgia';
    font-size: 20px;
    color: #fff;
    line-height: 1.9;
    font-weight: 400; margin:0;
}
.hm-caserst-item::before {
    position: absolute;
    content: "";
    background-color: #004225;
    width: 98%;
    height: 98%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.case-reslt-btn a.cmn-btn {
    color: #fff;
    position: relative;
    z-index: 3;
}
.case-reslt-btn  {text-align: center;}
.hm-caserslt-lst.owl-carousel .owl-nav {
    justify-content: space-between;
    display: flex;
    width: 100%;
    max-width: 658px;
    margin: 0 auto 0;
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
    font-size: 0;
    z-index: -1;
}
.hm-caserslt-lst.owl-carousel .owl-nav button {
    background-image: url(images/hm-sprites.webp);
    width: 85px;
    height: 35px;
    background-position: -188px -16px;
    font-size: 0;
    opacity: 1;border: 1px solid transparent;
    padding: 5px;
}
.hm-caserslt-lst.owl-carousel .owl-nav button.owl-next{background-position: -275px -16px;}
.hm-caserslt-lst.owl-carousel .owl-nav button:hover {border: 1px solid #c8a865;}
.hm-caserst-item:hover {background-image: none;}


/*About Section*/


.hm-about-sctn {padding: 70px 0 135px; } 
.hm-about-sctn .container{width: 100%; max-width: 1710px; margin: 0 0 0 auto; }
.hm-about-sctn .text-heading{text-align: left;margin: 0 0 30px;} 
.hm-about-sctn h3{    font-family: 'Georgia'; font-size: 46px; color: #001a0f; line-height: 1; margin: 0 0 40px; letter-spacing: 1.3px;}
.hmabout-lst{display: flex; justify-content: space-between; } 
.hmabout-lft {width: 38%; } 
.hmabout-lft p{    font-family: 'Georgia'; font-size: 20px; color: #000000; line-height: 1.9; margin: 0 0 40px; letter-spacing: 0.6px; }
.hmabout-btn-lst{display: flex; gap: 15px; align-items: center; padding: 22px 0 0; } 
.hmabout-btn-call{text-align: left; padding-left: 90px; position: relative; } 
.hmabout-btn-call p{font-family: 'Georgia'; font-size: 19px; color: #000000; line-height: 1; letter-spacing: 0.34px; margin: 0 !important; } 
.hmabout-btn-call p a{font-family: 'Georgia';
    font-weight: 900; font-size: 35px; color: #000000; line-height: 1; margin: 7px 0 0; display: block;text-align: center; } 
.hmabout-btn-call p a:hover{color: #c9a766;}
.hmabout-btn-call p a:before {position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-position: -16px -17px; background-repeat: no-repeat; background-color: #004225; border: 2px solid #c9a766; width: 76px; height: 76px; top: 0; bottom: 0; left: 0; margin: auto; } 
.hmabout-rit {width: 57.4%; margin: -200px 0 0;position:relative;z-index:-1; } 
.hmabout-lft-cont {display: flex; gap: 26px; width: 60.7%; background-color: #004225; padding: 30px 45px; margin: 0px auto 0; position: absolute; bottom: 0; left: 0; right: 0;}
.hmabout-cont h4{font-weight: 400; font-family: 'Georgia'; font-size: 24px; color: #ffffff; line-height: 1.4; margin: 0; } 
.hmabout-cont h4 strong{    font-weight: 700; color: #c9a766; font-size: 28px;}
.hmabout-img img, .hmabout-lft-logo img {width: 100%; display: block; }
.hmabout-lft-logo {width: 24.2%; }
.hmabout-btn-rit a.cmn-btn{color: #fff;padding: 24px 43px;}

/*Aboout bottom section*/

.hm-abt-btm-sec{padding: 0 0 100px; background-image: url(images/pattern-img.webp); background-repeat: repeat; background-size: cover; background-position: center; } 
.abt-btm-lst {display: flex; justify-content: space-between; } 
.abt-btm-itm {width: 22%; padding: 25px 0 20px; } 
.abt-btm-itm h4{font-family: 'Georgia'; font-size: 38px; color: #141414; line-height: 1.2; text-transform: uppercase; margin: 0; position: relative; text-align: center; padding: 135px 0 0; font-weight: 400;} 
.abt-btm-itm:hover h4 {color: #c9a766; }
.abt-btm-itm h4:before{position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -19px -111px; width: 121px; height: 120px; top: 0; left: 0; right: 0; margin: auto; } 
.abt-btm-itm.tailored h4:before{background-position: -176px -111px;} 
.abt-btm-itm.unless h4:before{background-position: -311px -111px;} 
.abt-btm-itm.tailored {width: 36.7%; border-left: 1px solid #c9a766; border-right: 1px solid #c9a766; position: relative; } 
.abt-btm-itm.tailored:before, .abt-btm-itm.tailored:after{position: absolute; content: ""; background-image: url(images/abt-btm-before.webp); background-repeat: no-repeat; background-size: contain; background-position: center; width: 32px; height: 32px; top: 35px; left: -17px; margin: auto; } 
.abt-btm-itm.tailored:after{right: -17px; left: auto; }

/* Home Practice Areas Section starts */

.hm-practice-areas-sec { background-image: url(images/practice-sec-bkg.webp);background-repeat: repeat; padding: 121px 0 108px;position:relative; }
.hm-practice-areas-sec h2 { color: #fff; padding: 0 0 35px; position: relative; margin: 0 0 50px; }
.hm-practice-areas-sec h2::before { clip-path: polygon(0 0, 100% 0%, 75% 100%, 28% 100%); position: absolute; content: ""; background-color: #dea335; width: 33.5%; height: 5px; left: 0; right: 0; bottom: 0; margin: auto; }
.practi-main{display: flex; justify-content: space-between; margin: 0 0 70px;}
.practi-main.owl-carousel .owl-item, .practi-main.owl-carousel .owl-stage {display: flex ; }
.practi-main.owl-carousel .owl-stage{ padding: 0 5px;}
.practi-itm { padding: 50px 25px 5px ; width: 100%; display: flex; flex-direction: column; position: relative; background-image: linear-gradient(90deg,rgba(197, 142, 42, 1) 0%, rgba(252, 224, 90, 1) 50%, rgba(197, 142, 42, 1) 100%); z-index: 0; }
.prcti-cntnt { margin: 0 0 47px 10px; }
.practi-itm:hover.practi-itm::before{background-color: #033120; height: 100%; width: 100%;}
.practi-itm:hover .practi-img::before { top: auto; bottom: -3px; }
.practi-itm:hover .prcti-cntnt h4 { color: #fff; }
.practi-itm:hover .practi-img img { border-radius: 0px 0px 10px 10px;}
.practi-itm::before { position: absolute; content: ""; background-color: #004225; width: 98%; height: 98%; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: -1; }
.practi-itm .prcti-cntnt h4 { min-height: 58px; font-size: 24px; font-family: 'Georgia'; line-height: 1.2; margin: 0 0 10px; color: #fff; position: relative; padding-right: 120px; text-transform: uppercase; }
.practi-itm .prcti-cntnt h4::before { position: absolute; content: ""; background-image: url(images/hm-sprites.webp); width: 84px; height: 84px; background-position: -404px -261px; right: 0; background-color: #cdd6d2; bottom: 0; top: 0; margin: auto; border-radius: 50%; }
.practi-itm:hover .prcti-cntnt h4::before {background-color: #014129; background-position:  -404px -356px ;}
.practi-img { position: relative; }
.practi-img::before { clip-path: polygon(0 0, 100% 0%, 75% 100%, 28% 100%); position: absolute; content: ""; background-color: #dea335; width: 177px; height: 3px; left: 0; right: 0; top: 0; margin: auto; }
.practi-img img { border-radius: 10px 10px 0 0; width: 100%; display: block; }
.practi-itm .prcti-cntnt a{font-family: 'Georgia'; font-size: 14px; color: #c58e2a; line-height: 1; margin: 0; letter-spacing: 3.64px; text-transform: uppercase; text-decoration: underline;}
.practi-btn{ text-align: center; }
.prcti-hvr a {position: absolute; top: 0; bottom: 0;left: 0; right: 0; margin: auto; font-size: 0; }
.practi-btn a.cmn-btn{color: #fff; position: relative; z-index: 3;}
.hm-practice-areas-sec .practi-main.owl-carousel .owl-nav {bottom: -128px !important; }

.hm-practice-areas-sec .practi-main.owl-carousel .owl-nav button:hover { border: 1px solid #c8a865;}

/* Home Practice Areas Section ends */

/* Home Contact Section starts */

.hm-contact-sec{padding: 450px 0 109px; background-image: url(images/cntact-sec-bkg.webp); background-repeat: no-repeat; background-size: cover; background-position: center;}
.hm-contact-sec h2.text-heading{font-size: 110px;margin: 0 0 34px;}
.spk-atry-tdy { position: relative; margin: 0 auto 55px; text-align: center; }
.spk-atry-tdy h4 { color: #002816; font-family: 'Georgia'; font-size: 30px; text-transform: uppercase; letter-spacing: 9.8px; margin: 0 auto 0; line-height: 1; text-align: center; background-color: #c9a766; width: 100%; max-width: 900px; padding: 13px 20px; }
.spk-atry-tdy::before, .spk-atry-tdy::after { position: absolute; content: ""; background-color: #004225; width: 23.5%; height: 4px; left: -109px; top: 0; bottom: 0; margin: auto;z-index: -1;}
.spk-atry-tdy{position: relative;z-index: 1;}
.spk-atry-tdy::after { left: auto; right: -109px; }
.cntct-btn{display: flex; justify-content: center; gap: 20px;}
.cntct-btn .cntct-rgt-btn a.cmn-btn { padding: 27px 81px; }
.cntct-lft-btn a.cmn-btn, .cntct-rgt-btn a.cmn-btn { background-image: -webkit-linear-gradient(-90deg, rgb(0, 30, 17) 0%, #004125 100%); color: #c9a766; }
.cntct-lft-btn a.cmn-btn:hover, .cntct-rgt-btn a.cmn-btn:hover { background-image: -webkit-linear-gradient(-90deg, #004125 0%, #001e11 100%); color: #fff; }

/* Home Contact Section ends */

/* Home Attorney Section starts */

.hm-attorney-sec .container{max-width: 100%;}
.hm-attorney-sec{margin: 0 53px; padding: 55px 0 0; background-image: url(images//attorney-sec-bkg.webp); background-size: cover; background-repeat: no-repeat; }
.attry-main{display: flex;justify-content: space-between;align-items: center;padding: 0 0 68px;}
.attrney-lft, .attrney-rgt{ width: 33.2%; position: relative;}
.attry-mdl h2 { font-size: 70px; color: #fff; padding: 109px 0 0; position: relative; }
.attry-mdl p{    font-family: 'Georgia'; font-size: 30px; color: #fff; margin: 0; line-height: 1.2; letter-spacing: 10.8px; text-transform: uppercase;}
.attry-mdl{width: 25.8%; text-align: center;}

.attry-cntnt{display: flex;}
.attry-cntnt h4 { font-size: 42px; color: #fff; font-family: 'Georgia'; line-height: 1; margin: 0; }
.attrney-lft:hover .attry-cntnt h4 , .attrney-rgt:hover .attry-cntnt h4 {color: #c9a766;}
.attry-img{position: relative;z-index: 0;text-align: center;padding: 0 53px 0 49px;}
.attry-img::before { background-image: linear-gradient(180deg,rgba(201, 167, 102, 1) 10%, rgba(252, 224, 90, 0) 85%); content: ""; position: absolute; height: 83.6%; width: 100%; left: 0; right: 0; top: 0; bottom: 0; margin: auto 0 0; z-index: -1; clip-path: polygon(50% 0%, 100% 24%, 100% 100%, 0 100%, 0% 23%); }
.attry-mdl h2::before { position: absolute; content: ""; background-color: #c9a766; width: 200px; height: 1px; left: 0; right: 0; top: 0; margin: auto; }
.attry-mdl h2::after { position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-position: -127px -19px; width: 32px; height: 32px; left: 0; right: 0; top: -16px; margin: auto; }
.attry-img img{width: 100%; display: block;}
.attry-cntnt { position: absolute; display: flex; gap: 58px; background-color: #004225; align-items: center; padding: 0px 57px 0px 0; border: 2px solid #c9a766; }
.attry-logo { width: 39%; }
.attry-hvr a { position: absolute; font-size: 0; left: 0; right: 0; bottom: 0; top: 0; margin: auto; }
.attry-logo img { display: block; width: 100%; }

/* Home Attorney Section ends */

/* Home testimonials Section starts */

.hm-testimonials-sctn { padding: 233px 0 110px; }
.hm-testimonials-sctn .text-heading{margin: 0 0 28px;}
.testi-blk.splide__list {padding: 30px 25px !important;}
.review-item{padding: 194px 60px 43px 50px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; background-color: #fff; text-align: left;     }
.review-item::before { position: absolute; content: ""; background: url(images/hm-sprites.webp), -webkit-linear-gradient(-90deg, rgb(0, 30, 17) 0%, #004125 100%); width: 126px; height: 126px; background-position: -508px -264px , center top; left: 47px; background-color: #cdd6d2; top: 38px; border: 2px solid #c9a766; z-index: 1; }
.testi-blk.owl-carousel .owl-stage, .testi-blk.owl-carousel .owl-item {display: flex;}
.review-item::after { position: absolute; content: ""; background-image: -webkit-linear-gradient(0deg, #001e11a8 0%, #00412500 98%); width: 116px; height: 126px; left: 150px; top: 38px; z-index: 0; }
.testi-blk.owl-carousel .center .review-item:after{background-image: -webkit-linear-gradient(0deg, #c9a766 0%, #00412500 98%);}
.testi-blk.owl-carousel .center .review-item{background-color: #004225; }
.testi-blk.owl-carousel .center  .review-item p{color: #fff;}
.testi-blk.owl-carousel .center .review-item  h5{color: #fff;}
.star-rat { background-image: url(images/stars-img.webp); background-position: left; background-repeat: no-repeat; background-size: contain; width: 175px; height: 33px; margin: 0 0 18px; }
.review-item p{font-family: 'Georgia'; font-size: 20px; color: #000000; line-height: 1.9; margin: 0 0 20px; }
.review-item h5{font-family: 'Georgia'; font-size: 30px; color: #004225; line-height: 1; margin: 0; text-transform: uppercase; padding-top: 10px; position: relative; }
.testi-btn {text-align: center; }
.testi-btn a.cmn-btn {padding: 27px 70px;    color: #c9a766;z-index: 1;position: relative; }
.testi-blk.owl-carousel .owl-stage-outer {padding: 40px 20px; }
.hm-practice-areas-sec .practi-main.owl-carousel .owl-nav, 
.hm-testimonials-sctn .testi-blk.owl-carousel .owl-nav{justify-content: space-between; display: flex; width: 100%; max-width: 658px; margin: 0 auto 0; position: absolute; bottom:-55px; left: 0; right: 0; font-size: 0; z-index: -1;}
.hm-practice-areas-sec .practi-main.owl-carousel .owl-nav button, 
.hm-testimonials-sctn .testi-blk.owl-carousel .owl-nav button{ background-image: url(images/hm-sprites.webp); width: 85px; height: 35px; background-position: -188px -16px; font-size: 0; opacity: 1; border: 1px solid transparent;}
.hm-practice-areas-sec .practi-main.owl-carousel .owl-nav button.owl-next, 
.hm-testimonials-sctn .testi-blk.owl-carousel .owl-nav button.owl-next{background-position: -275px -16px; }
.testi-main { margin: 0px -30px 0px; }
.testi-blk.owl-carousel .owl-dots {display: none; }
.testi-btn a.cmn-btn:hover{color: #fff;}
/* Home testimonials Section ends */


/*Home Trusted Section*/

.hm-trusted-sec{padding: 70px 0 165px; background-image: url(images/trusted-sec-bg.webp); background-repeat: no-repeat; background-position: center; background-size: cover; }
.trusted-lst{display: flex; justify-content: space-between; }
.trusted-left {width: 39.6%; border-top: 8px solid #c9a766; padding: 40px 0 0 0; }
.trusted-logo-img img{display: block;width: 100%;}
.trusted-logo-img {margin: 0 0 45px 0; }
.trusted-rite {width: 53.5%; padding: 0 110px 0 0px; }
.trusted-rite .text-heading{font-size: 120px;text-align:left;margin:0 0 5px; }
.trusted-rite  p{font-size: 30px; font-family: 'Georgia'; color: #000; line-height: 1.6; margin: 0 0 35px; }
.btns-lst {display: flex; align-items: center; justify-content: flex-start; gap: 30px; margin: 0 -40px 0 0px; }
.trusted-left .text-heading{font-size: 57px;margin: 0;}
.call-btn  p{font-size: 16px; font-family: 'Georgia'; color: #000; line-height: 1; letter-spacing: 0.34px; margin: 0 !important; position: relative; padding: 0 0 0 55px; }
.call-btn  p a{font-size: 35px; font-family: 'Georgia';
    font-weight: 900; color: #000; line-height: 1; letter-spacing: 0px; margin: 0 ; display: block;text-align: center; }
.call-btn  p a:before{position: absolute; content: ""; left: 0; top: 0; bottom: 0; margin: auto; width: 44px; height: 36px; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -32px -36px; }
.call-btn  p a:hover{color: #c9a766;}
.scdl-btn a.cmn-btn {padding: 27px 33px;}

/*Home Form Top Section*/

.form-top-sctn {border-top: 5px solid #c9a766; }
.form-top-sctn .container{width: 100%; max-width: 100%; margin: auto; }
.frm-top-lst{display: flex; justify-content: space-between; }
.ftr-iframe iframe{display: block; width: 100%; height: 100%; }
.ftr-iframe,.ftr-rite{width: 50%; }
.ftr-rite img{display: block;width: 100%;}


/* Homepage Form Section Starts */
.hm-form-sec {background-color: #ddaa4c; text-align: center; background-repeat: no-repeat; background-size: cover; margin: 0; padding: 80px 47px 40px; position: relative; }
.hm-form-sec .text-heading { letter-spacing: -1.4px; color: #fff; margin: 0 0 16px;font-size: 55px;position: relative;padding: 0 0 20px;}
.hm-form-sec .text-heading:before{position: absolute;content: "";left: 0;right: 0;margin: auto;bottom: 0;width: 39.3%;height: 5px;background-image: url(images/frm-text-bfr.webp);background-repeat: no-repeat;background-size: contain;background-position: center;}
.from-cntnt { position: relative; display: inline; }
.hm-form-sec p { font-family: 'Georgia'; font-size: 18px; color: #000; line-height: 1; margin: 0 0 35px; }
.gfield.gfield--type-honeypot{display: none;}
.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 input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea { margin: 0px; width: 100% !important; color: #1b2026; outline: 0px; position: relative; font-family: 'Georgia'; border-radius: 0; background: #fff; line-height: 1 !important; font-size: 16px !important; padding: 15px 30px 16px !important; transition: all 0.5s; display: block; text-align: left; height: auto !important;border:none !important; }
.hm-form .gfield { position: relative !important; border: none; padding: 0; width: 100% !important; max-width: 100% !important; margin: 0; text-align: left; }
.hm-form .gfield.gfield--type-text.fnm , .hm-form .gfield.gfield--type-phone, .hm-form .gfield.gfield--type-email {width: 49.4% !important; }
div#input_4_9 { margin: 10px 0 0 !important; }
.hm-form .gform_fields {display: flex !important;flex-wrap: wrap;gap: 9px 9px !important;justify-content: space-between;}
.hm-form .gform_wrapper .top_label textarea {width: 100% !important; height: 153px !important; resize: none; margin: 0 0 16px !important; padding-top: 20px !important; margin: 0px; min-block-size: 0px !important; }
.hm-form .gform_wrapper .top_label .gfield_label {display: none;}
.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; }
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label { cursor: pointer; font-size: 19px; font-family: 'Georgia'; line-height: 1; font-weight: 400; color: #fff; margin: 0; }
.hm-form-sec .gform_wrapper .form-links,
.hm-form-sec .gfield.gfield--type-html.popfield {position: relative; width: 100%; margin: 0px !important; color: #fff; line-height: 1; }
.hm-form-sec .gfield .ginput_container {margin: 0 !important; }
.hm-form .gfield_description.instruction.validation_message {top:30px; }
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {width: 15px !important; height: 15px !important; float: left; clear: both; margin: 6px 6px 0px 0 !important; padding: 0 !important; }
.hm-form .gform_wrapper .gform_footer.top_label { padding: 0; text-align: end; margin: -48px auto 0; }
.hm-form .gform_wrapper .top_label input[type="submit"] { display: inline-block !important; background-image: -webkit-linear-gradient( -90deg, rgb(0,30,17) 0%, rgba(0,30,17,0) 100%);background-color: #004225; outline: none !important; border: 0px; cursor: pointer; text-transform: uppercase !important; transition-duration: 0.5s; font-family: 'Georgia' !important; width: auto !important; color: #ffffff !important; font-size: 20px !important; padding: 28px 78px !important; line-height: 1 !important; margin: 0; position: relative; z-index: 1; letter-spacing: 0.4px;border:1px solid #c9a766 !important; }
.hm-form .gform_wrapper .top_label input[type="submit"]:hover{color: #004225 !important ; background:transparent;border-color: #004225 !important;}
.hm-form .gform_validation_errors{display: none !important; }
.popup {position: relative; display: inline-block; left: 0; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.popup .popuptext {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: 'Georgia'; padding: 15px; border: 1px solid rgba(0, 0, 0, 0.2); background: #fff; font-size: 16px; color: black; transition: transform 0.15s ease-out; display: inline-block; line-height: 1.5; z-index: 12; }
.popup .show {visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; position: inherit; pointer-events: auto; }
div#popup-container {position: absolute;    top: 15px; z-index: 2; pointer-events: none; width: 100%; }
.hm-form-sec .gform_wrapper.gravity-theme .gfield {position: relative; text-align: left; }
.gform_button.disabled {pointer-events: none; }
.hm-form-sec .gform_fields .ginput_container, .hm-form-sec .gform_field {margin: 0; }
/*ERRROR*/
.hm-form .gfield_description{margin: 0px !important}
.hm-form .gfield_description.validation_message { position: absolute; bottom:25px; right: 12px !important; text-align: right; font-size: 13px; font-family: 'Georgia'; color: #932008; margin: 0;     pointer-events: none;}
.hm-form .chk .gfield_description.validation_message { bottom: -17px !important; left: 0; right: auto !important; }
/*ERRROR end*/
/*.ftr-frm-sctn ends*/


/*Footer block*/

.ftr-block-sec {background-color: #002816; padding: 40px 0 0; }
.ftr-block-list {display: flex ; justify-content: space-between;padding: 40px 0;  }
.footer-menu{border-bottom: 2px solid #004225; padding: 0 0 45px; text-align: center; }
.footer-menu li{display: inline-block; margin:0 32px; }
.footer-menu li:last-child{margin-right: 0;}
.footer-menu li:first-child{margin-left: 0;}
.footer-menu li a{font-size: 24px; font-family: 'Georgia'; line-height: 1; letter-spacing: 0.96px; margin: 0; text-transform: capitalize; color: #fff; font-weight: 400;display: inline-block;}
.footer-menu li a:hover{color: #c9a766}
.ftr-itm {width: 23.5%;text-align:center;}
.ftr-itm h4{font-size: 40px;font-family: 'Georgia'; line-height: 1; color: #c9a766; margin: 0 0 15px;text-transform:uppercase;position:relative;padding:115px 0 0; }
.ftr-itm h4:before{position: absolute; content: ""; left: 0; right: 0; margin: auto; top: 0; width: 96px; height: 96px; background-image: url(images/hm-sprites.webp),-webkit-linear-gradient( -90deg, rgb(0,30,17) 0%, rgba(0,30,17,0) 100%); background-repeat: no-repeat,no-repeat; background-position: -161px -263px, center; border: 1px solid #c9a766;background-color:#004225; }
.ftr-itm.cnct h4:before{background-position-x: -282px,center;}
.ftr-itm p{font-size: 18px;line-height: 1.5;color: #fff;font-family: 'Georgia';margin: 0 0 10px;}
.ftr-itm p.directions{margin: 0;}
.ftr-itm p.directions a{font-size: 17px;font-family: 'Georgia';text-transform: uppercase;margin: 0;color: #c9a766;display: inline-block;}
.ftr-itm p.directions a:hover{color: #fff;}
.ftr-itm.cnct p a{font-size: 32px; font-family: 'Georgia'; line-height: 1; display: block; margin: 0 0 10px; text-decoration: none; text-underline-offset: 4px; }
.ftr-itm.cnct p a:hover{color: #c9a766;}
.ftr-itm.cnct p{font-size: 17px;font-family: 'Georgia'; margin: 0;}
.ftr-itm.ftr-logo img {display:block;width:100%;max-width: 307px;margin: 0 auto 30px;}
.ftr-itm.ftr-logo{border-right: 2px solid #004225; border-left: 2px solid #004225; width: 36.8%; }
.social-icns {display: flex ; justify-content: center; gap: 10px; }
.social-icns a{font-size: 0; background-image: url(images/hm-sprites.webp),-webkit-linear-gradient( -90deg, rgb(0,30,17) 0%, rgba(0,30,17,0) 100%); background-repeat: no-repeat,no-repeat; background-position: -10px -398px,center; width: 50px; height: 50px; border: 1px solid #c9a766; background-color: #004225; }
.social-icns a:hover{transform: scale(1.1);}
.social-icns a.instagram{background-position-x: -80px,center;}
.social-icns a.linkedin{background-position-x: -150px,center;display: none;}

/*Copy Rights Section*/

.ftr-copyrights-sec {background-color: #004225; padding: 30px 0px;text-align: center; }
.ftr-copyrights-sec p{margin: 0;font-size: 18px;line-height: 1;color: #fff;}
.ftr-copyrights-sec p a:hover{color: #c9a766;}
.practi-main.owl-carousel .owl-nav, .practi-main.owl-carousel .owl-dots { display: none;}

@media (max-width:1900px) {
.attry-mdl p { letter-spacing: 8px; }
.hm-attorney-sec { margin: 0px 40px; padding: 45px 0 0;}
#main-navigation ul li {margin: 0 14px 0;}
}
@media screen and (max-width:1800px) {

.logo-rit {    gap: 65px;}
#main-navigation ul li {margin: 0 13px 0;}
.header-number {padding: 25px 25px;}
.header-number p a{ font-size: 32px;}
.header-number p{font-size: 16px;}
.hm-about-sctn .container {max-width: 1600px;}
.hm-about-sctn h3 {font-size: 44px; margin: 0 0 30px; letter-spacing: 0.7px; } 
.hmabout-lft p {font-size: 19px; margin: 0 0 25px; } 
.hmabout-btn-call p {font-size: 16px; letter-spacing: 0; } 
.hmabout-btn-rit a.cmn-btn {padding: 26px 40px; } 
.hmabout-btn-call p a {font-size: 32px; }
.hmabout-lft-cont{padding: 25px 30px;}
}
@media screen and (max-width:1700px) {
.hm-about-sctn .container {max-width: 1500px;}

#main-navigation ul li {margin: 0 15px 0; }
#main-navigation ul li a{font-size: 19px;}
.logo-section {padding: 11px 0 0px 40px;}
.header-number {padding: 22px 12px 22px 25px;}
.header-number p a {    font-size: 30px;}
.header-number p { font-size:14px;}
.site-header.is-sticky .logo-section {padding: 11px 0 11px 40px;}

.text-heading {font-size: 70px; }
.cmn-btn {font-size: 18px; }
.hm-form .gform_fields {gap: 9px 8px !important;}

.hm-about-sctn .text-heading {margin: 0 0 20px; } 
.hm-about-sctn h3 {font-size: 41px; margin: 0 0 25px; } 
.hmabout-lft p {margin: 0 0 20px; letter-spacing: 0; } 
.hmabout-btn-call p {font-size: 15px; } 
.hmabout-btn-call {padding-left: 79px; } 
.hmabout-btn-call p a:before {transform: scale(0.9); } 
.hmabout-btn-call p a {font-size: 28px; } 
.hmabout-btn-rit a.cmn-btn {padding: 22px 35px; } 
.hmabout-cont h4 {font-size: 22px; } 
.hmabout-cont h4 strong{font-size: 26px;}
.hmabout-rit {margin: -170px 0 0; } 

.hm-about-sctn {padding: 105px 0 110px; }
.attry-mdl h2 { font-size: 60px; }
.attry-mdl p { letter-spacing: 7px; font-size: 25px; }
.attry-cntnt h4 { font-size: 37px;}
.hm-testimonials-sctn { padding: 220px 0 85px; }
.review-item { padding: 184px 40px 35px;}
.review-item::before, .review-item::after { transform: scale(0.9);}
.review-item h5 { font-size: 27px;}
.attry-img { padding: 0 40px 0 45px; }

}
@media screen and (max-width:1600px) {
.hm-about-sctn .container, .container{ max-width:1400px; }
.logo-section {padding: 11px 0 0px 15px; }
.logo-rit {gap: 55px; }
#main-navigation ul li a {font-size: 18px;}
.header-number {padding: 20px 12px 20px 23px; }
.header-number p a {font-size: 28px; }
.header-number a:before{transform: scale(0.9);}
#main-navigation ul li {margin: 0 12px 0; }
.hm-banner-sec h1 {font-size: 200px;}
.hm-banner-sec h1 small {font-size: 37px;}
.hm-banner-sec h1 strong {font-size: 88px;}
.hm-banner-sec p { margin: 0 0 45px; font-size: 32px;}
.hm-banner-sec {padding: 250px 0 130px;}
.text-heading {font-size: 62px; }
.hm-about-sctn {padding: 70px 0 85px; } 
.hmabout-lft {width: 40%; } 
.hmabout-lft p {font-size: 18px; } 
.hmabout-btn-call p {font-size: 15px;}
.hm-about-sctn h3 {font-size: 37px; margin: 0 0 20px; } 
.hmabout-btn-call {padding-left: 70px; } 
.hmabout-btn-call p a:before {transform: scale(0.8); left: -7px; } 
.hmabout-btn-rit a.cmn-btn {padding: 20px 25px; } 
.hmabout-cont h4 {font-size: 22px; } 
.hmabout-cont h4 strong{font-size: 25px}
.abt-btm-itm h4 {font-size: 34px; } 
.abt-btm-itm {padding: 20px 0; } 
.abt-btm-itm h4:before {transform: scale(0.9); } 
.abt-btm-itm h4 {padding: 120px 0 0; } 
.hm-abt-btm-sec {padding: 0px 0 75px; }
.testi-main {margin: 0px 0px; }
.hm-attorney-sec { margin: 0px 30px; padding: 35px 0 0; }
.attry-mdl h2 { font-size: 52px; padding: 90px 0 0; }
.attry-mdl p { letter-spacing: 6px; }
.attry-cntnt h4 { font-size: 32px; }
.hm-testimonials-sctn { padding: 200px 0 75px; }
.review-item { padding: 175px 35px 30px; }
.review-item::before, .review-item::after { transform: scale(0.85); top: 29px; }
.review-item h5 { font-size: 25px; }
 .review-item p {font-size: 19px;}

.hm-contact-sec h2.text-heading { font-size: 100px; margin: 0 0 30px; }
.spk-atry-tdy h4 { font-size: 28px; letter-spacing: 8px; max-width: 830px; }
.spk-atry-tdy::before, .spk-atry-tdy::after { width: 20%; left: -31px; }
.spk-atry-tdy::after { left: auto; right: -31px; }
.hm-contact-sec { padding: 400px 0 90px;}
.hm-trusted-sec {padding: 70px 0 110px;}
.trusted-rite{padding: 0 30px 0 0px;}
.trusted-rite .text-heading {font-size: 110px;}
.trusted-rite p {font-size: 27px;}
.btns-lst{margin: 0;gap: 20px;}
.call-btn p {font-size: 17px;letter-spacing: 0;}
.call-btn p a {font-size: 30px;}
.trusted-left .text-heading {font-size: 49px;}
.hm-form-sec .text-heading {font-size: 40px;}
.hm-form .gform_fields {gap: 9px 7px !important;}
.hm-form-sec {padding: 50px 47px 40px;}

}
@media screen and (max-width:1500px) {}
@media screen and (max-width:1440px) {
.hm-attorney-sec .container,  .container1, .hm-about-sctn .container,   .container{ max-width:1200px; }

.site-header.is-sticky .header-number a:before {transform: scale(0.7); }
.site-header.is-sticky .header-number {padding: 15px 30px 22px 30px; }
.header-number p a {font-size: 27px; }
.hm-banner-sec h1 {font-size: 180px;}
.hm-banner-sec h1 strong {font-size: 77px; margin: -20px 0 0; }
.hm-banner-sec p {margin: 0 0 34px; font-size: 28px; }
.hm-banner-sec h1 small {font-size: 32px; } 
.logo-rit {gap: 50px; } 
.logo-section {padding: 10px 0 0px 10px; } 
.site-header.is-sticky .logo-section {padding: 11px 0 11px 30px; } 
.header-number {padding: 16px 10px 16px 22px; } 
#main-navigation ul li {margin: 0 6px 0; } 
#main-navigation .sub-menu li a{font-size: 15px;}
#main-navigation ul li a {font-size: 16px; } 
.hm-banner-sec {padding: 180px 0 90px; } 
.header-number a:before {transform: scale(0.8);} 
.text-heading {font-size: 55px; } 
.cmn-btn {font-size: 16px; letter-spacing: 0; }

.hm-about-sctn {padding: 65px 0; } 
.hmabout-lft p {font-size: 16px; margin: 0 0 15px } 
.hm-about-sctn .text-heading {margin: 0 0 15px; } 
.hm-about-sctn h3 {font-size: 34px; margin: 0px 0 15px; } 
.hmabout-btn-lst {gap: 10px; padding: 10px 0 0; } 
.hmabout-rit {margin: -130px 0 0; } 
.hmabout-btn-call p a {font-size: 25px; } 
.hmabout-btn-call p a:before {transform: scale(0.7); left: -10px; } 
.hmabout-btn-call {padding-left: 64px; } 
.hmabout-lft-cont {gap:20px;  width: 100%; max-width: 430px;} 
.hmabout-cont h4 {font-size: 19px; } 
.hmabout-cont h4 strong{font-size: 22px}
.abt-btm-itm h4 {font-size: 26px; } 
.abt-btm-itm h4:before {transform: scale(0.7); } 
.abt-btm-itm h4 {padding: 106px 0 0; } 
.hm-abt-btm-sec {padding: 0px 0 65px; } 
.abt-btm-itm {padding: 15px 0; }
.hmabout-lft {width: 41%; }
.hm-about-sctn .container { margin: auto;}
.hmabout-btn-rit a.cmn-btn { padding: 14px 17px; }
.hm-practice-areas-sec { padding: 100px 0 100px; }
.hm-practice-areas-sec h2 { padding: 0 0 30px; margin: 0 0 40px; }
.text-heading { font-size: 65px;}
.practi-itm .prcti-cntnt h4 { font-size: 22px; padding-right: 90px; min-height: 53px; }
.prcti-cntnt { margin: 0 0 35px 7px; }
.practi-itm .prcti-cntnt h4::before { transform: scale(0.85); }
.practi-main { margin: 0 0 50px; }
.cmn-btn { font-size: 19px; padding: 22px 36px; }
 
.hm-contact-sec { padding: 360px 0 80px; }
.cntct-btn .cntct-rgt-btn a.cmn-btn { padding: 22px 65px; }
.hm-contact-sec h2.text-heading { font-size: 85px; margin: 0 0 26px; }
.spk-atry-tdy h4 { font-size: 27px; letter-spacing: 7px; max-width: 760px; }
.spk-atry-tdy::before, .spk-atry-tdy::after { width: 19%; left: -8px; }
.spk-atry-tdy::after { left: auto; right: -8px; }
.spk-atry-tdy { margin: 0 auto 45px; }
.scdl-btn a.cmn-btn {padding: 27px 30px;}
 .attry-main { padding: 0 0 50px; }
.attry-mdl h2 { font-size: 46px; padding: 82px 0 0; }
.attry-mdl p { letter-spacing: 5px; font-size: 23px; }
.attry-cntnt h4 { font-size: 25px; }
.attry-cntnt { padding: 0px 45px 0px 0;}
 
.hm-testimonials-sctn { padding: 140px 0 60px; }
.review-item::before, .review-item::after { transform: scale(0.75); top: 18px; left: 30px; }
.review-item::after { left: 105px; }
.review-item { padding: 160px 30px 27px; }
.star-rat { width: 150px; }
.testi-btn a.cmn-btn { padding: 22px 60px; }
.hm-testimonials-sctn .splide__arrows.splide__arrows--ltr { bottom: -32px;max-width: 620px; }
.hm-testimonials-sctn .text-heading {margin: 0; }
.review-item p {font-size: 18px; }

.hm-trusted-sec {padding: 60px 0 90px;}
.trusted-logo-img {margin: 0 0 20px 0;}
.trusted-left{padding: 28px 0 0 0;}
.trusted-rite {padding: 0;}
.trusted-rite .text-heading {font-size: 95px;}
.trusted-left .text-heading {font-size: 44px;}
.call-btn p a:before{transform: scale(0.9);}
.trusted-rite p {font-size: 23px;line-height: 1.4;margin: 0 0 25px;}
.call-btn p {font-size: 15px;}

.hm-form-sec {margin: 0;padding: 45px 30px 30px;}
.hm-form-sec .text-heading{margin: 0 0 13px;font-size: 36px;padding: 0 0 20px;}
.hm-form .gform_wrapper .top_label input[type="submit"]{font-size: 18px !important;padding: 20px 56px !important;}
.hm-form .gform_wrapper .top_label input, 
.hm-form .gform_wrapper select, 
.hm-form .gform_wrapper .top_label input, 
.hm-form .gform_wrapper select, 
.hm-form .gform_wrapper .top_label textarea{font-size: 14px !important;padding:15px 20px 15px !important;}
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label{font-size: 16px;}
.hm-form .gform_wrapper .top_label textarea{height: 135px !important;}
.footer-menu li{margin: 0 25px;}
.footer-menu li a {font-size: 21px;letter-spacing: 0.5px}
.footer-menu{padding: 0 0 30px;}
.ftr-itm h4:before{transform: scale(0.8);}
.ftr-itm h4 {font-size: 33px;padding: 105px 0 0;margin: 0 0 10px;}
.ftr-itm.cnct p a {font-size: 28px;}
.ftr-itm p {font-size: 16px;}
.ftr-itm p.directions a {font-size: 15px;}
.social-icns a{transform: scale(0.9);}
.hm-form .gform_fields {gap: 9px 6px !important;}
.cmn-btn {font-size: 18px;letter-spacing: 0;padding: 21px 30px;}
.hm-practice-areas-sec .practi-main.owl-carousel .owl-nav {
    bottom: -100px !important;
    width: 590px !important;
}
.hm-practice-areas-sec .practi-main.owl-carousel .owl-nav button {transform: scale(0.8);}
.hm-caserst-item h4{font-size: 30px;}
.hm-caserst-item p{line-height: 1.8;font-size: 18px;}
.hm-caserslt-lst.owl-carousel .owl-nav button{transform: scale(0.9);}
.hm-caserslt-lst.owl-carousel .owl-nav{    bottom: -45px;}
.case-result-sec {padding: 60px 0;}

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

.hm-attorney-sec .container,  .container1, .hm-about-sctn .container,.container{ max-width: 970px; padding:0 10px; }
.site-header.is-sticky .site-branding { max-width: 160px; }
.site-header.is-sticky .header-number {padding: 15px 5px 15px 29px; }
.site-header.is-sticky .header-number a:before {transform: scale(0.6); }
.header-number p a {font-size: 20px;}
.header-number p {font-size: 13px; letter-spacing: 0px; }
.header-number a:before {    left: -35px;    transform: scale(0.6);}
#main-navigation ul li a {font-size: 14px; }
#main-navigation .sub-menu li a {font-size: 14px; }
.logo-section {padding: 11px 0 0px 0px; }
.site-header.is-sticky .logo-section {padding:12px 5px 12px 25px; }
.header-number {padding: 13px 10px 13px 22px; }
.logo-rit {gap: 30px;}
#main-navigation ul li {margin: 0 3px 0;}
.hm-banner-sec {padding: 138px 0 65px;}
.hm-banner-sec h1 {font-size: 148px; }
.hm-banner-sec h1 strong {font-size: 62px;margin: -13px 0 0;}
.hm-banner-sec p {margin: 0 0 23px;font-size: 25px;letter-spacing: 4px;}
.hm-banner-sec h1 small {font-size: 25px;}
.text-heading {font-size: 45px; }
.cmn-btn {font-size: 15px; }
.hm-about-sctn h3 {font-size: 26px; margin: 0px 0 10px; } 
.hmabout-lft p {font-size: 15px; margin: 0 0 10px; line-height: 1.7; } 
.hmabout-rit {width: 52.4%; } 
.hmabout-lft {width: 46%; } 
.hmabout-rit {margin: -65px 0 0; } 
.hmabout-btn-call p a:before {transform: scale(0.6); left: -15px; } 
.hmabout-btn-call {padding-left: 52px; } 
.hmabout-btn-call p a {font-size: 20px; margin: 0 0; } 
.hmabout-lft-cont {padding: 20px 18px; gap: 12px; } 

.abt-btm-itm h4 {padding: 90px 0 0; font-size: 23px; } 
.abt-btm-itm h4:before {transform: scale(0.6); top: -15px; } 
.hm-about-sctn {padding: 45px 0; } 
.hmabout-btn-rit a.cmn-btn {padding: 15px 15px; } 
.abt-btm-itm.tailored:before, .abt-btm-itm.tailored:after {transform: scale(0.8); top: 18px; }
.scdl-btn a.cmn-btn {padding: 20px 16px;}

.hm-practice-areas-sec { padding: 80px 0; }
.hm-practice-areas-sec h2 { padding: 0 0 25px; margin: 0 0 35px; }
.practi-itm { padding: 35px 18px 5px;}
.practi-itm .prcti-cntnt h4 { font-size: 20px; padding-right: 65px; min-height: 48px; }
.prcti-cntnt { margin: 0 0 25px 7px; }
.practi-itm .prcti-cntnt h4::before { transform: scale(0.6); right: -10px; }
.practi-itm .prcti-cntnt a { letter-spacing: 3px; }
.practi-main { margin: 0px 0 40px; }
.hm-contact-sec h2.text-heading { font-size: 70px; margin: 0 0 25px; }
.spk-atry-tdy h4 { font-size: 25px; letter-spacing: 5px; max-width: 666px; padding: 10px 19px; }
.spk-atry-tdy::before, .spk-atry-tdy::after { width: 15.4%; left: -8px; }
.hm-contact-sec { padding: 260px 0 50px; }
.spk-atry-tdy::after { left: auto; right: -8px; }
.spk-atry-tdy { margin: 0 auto 35px; }
.cntct-btn .cntct-rgt-btn a.cmn-btn { padding: 17px 36px; }    
   
.hm-attorney-sec { margin: 0px 12px; padding: 25px 0 0; }
.attry-mdl h2 { font-size: 35px; padding: 58px 0 0; }
.attry-cntnt { padding: 0px 30px 0px 0;gap: 35px; }
.attry-main { padding: 0 0 35px; }
.attry-mdl h2::after { transform: scale(0.8);}
.attry-mdl p { letter-spacing: 2px; font-size: 20px; }
.attry-cntnt h4 { font-size: 22px; }

.testi-blk.splide__list { padding: 25px 18px !important; }
.review-item::before, .review-item::after { transform: scale(0.6); top: 8px; left: 0px; }
.review-item::after { left: 70px; }
.review-item { padding: 130px 23px 22px; }
.review-item p { font-size: 17px; line-height: 1.7; }
.star-rat { width: 130px; }
.review-item h5 { font-size: 22px; }
.hm-testimonials-sctn { padding: 110px 0 50px; }
.testi-btn a.cmn-btn { padding: 19px 50px; }
.hm-testimonials-sctn .splide__arrows.splide__arrows--ltr { bottom: -13px; max-width: 450px; }
.hm-testimonials-sctn .splide__arrow.splide__arrow--prev, .hm-testimonials-sctn .splide__arrow.splide__arrow--next { transform: scale(0.8);}
.hm-testimonials-sctn .testi-blk.owl-carousel .owl-nav{max-width: 510px;bottom: -42px;} 
.hm-practice-areas-sec .practi-main.owl-carousel .owl-nav{bottom: -82px !important;width: 470px !important;}
.hm-practice-areas-sec .practi-main.owl-carousel .owl-nav button, .hm-testimonials-sctn .testi-blk.owl-carousel .owl-nav button{transform: scale(0.7);}
 .hm-form .gform_wrapper .top_label input[type="submit"] {
        font-size: 18px !important;
        padding: 15px 26px !important;
    }
  .hm-form-sec {
        padding: 45px 20px 30px;
    }
	.hm-form-sec .gform_wrapper .top_label input[type="checkbox"]{margin: 5px 6px 0px 0 !important;}

.form-top-sctn .container,.ftr-form-sctn .container{padding: 0;}


.hm-trusted-sec {padding: 50px 0;}
.trusted-left {padding: 20px 0 0 0;}
.trusted-left .text-heading {font-size: 34px;}
.trusted-rite .text-heading {font-size: 80px;}
.trusted-rite p {font-size: 20px;margin: 0 0 17px;}
.call-btn p {font-size: 13px;padding: 0 0 0 43px;}
.call-btn p a:before {transform: scale(0.7);}
.call-btn p a {font-size: 25px;}
.btns-lst{gap: 5px;}


.hm-form-sec .text-heading {font-size: 50px;padding: 0 0 15px;}
.hm-form .gfield.gfield--type-text.fnm, .hm-form .gfield.gfield--type-phone, .hm-form .gfield.gfield--type-email {width: 49% !important;}
.hm-form-sec p{font-size: 16px;margin: 0 0 25px;}
.popup .popuptext{top: 0px;padding: 10px;font-size: 14px;}

.footer-menu li a {font-size: 18px;letter-spacing: 0;}
.footer-menu li {margin: 0 20px;}
.footer-menu {padding: 0 0 20px;}
.ftr-block-list{padding: 30px 0;}
.ftr-itm h4:before {transform: scale(0.6);}
.ftr-itm h4 {font-size: 25px;padding: 90px 0 0;}
.ftr-itm.ftr-logo img{max-width: 230px;margin: 0 auto 20px;}
.social-icns a {transform: scale(0.8);margin: 0 -10px;}
.social-icns a:hover {transform: scale(0.9);}
.ftr-itm.cnct p a {font-size: 22px;margin: 0 0 5px;}
.ftr-itm.cnct p {font-size: 15px;}
.ftr-copyrights-sec{padding: 20px 0px;}
.ftr-copyrights-sec p{font-size: 16px;}
.cmn-btn{font-size: 15px;padding: 15px 18px;}
.hm-caserst-item {padding: 20px 10px;}
.hm-caserst-item h4{font-size: 25px;}
.hm-caserst-item p{line-height: 1.7;font-size: 17px;}
.hm-caserslt-lst.owl-carousel .owl-nav button {transform: scale(0.8); }
.hm-caserslt-lst.owl-carousel .owl-nav{max-width: 520px;}
.case-result-sec {padding: 50px 0; }
}
@media screen and (max-width:1050px) {


#main-navigation{ display: none; } 
.logo-section{ flex-direction:column;gap:20px 0; } 
.site-branding { width: 100%; text-align: center; margin: 0 auto; max-width: 150px; padding: 0; }
.site-header{position: inherit;padding: 20px 0;background-color: #252525;}
.header-number a {font-size: 23px;padding: 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: #c9a766;z-index:99; }
.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-sticky.fixed-header {position: fixed; top: 0; width: 100%; padding: 12px 2%; background-color: #004225; z-index: 9999; border-bottom: 2px solid #c9a766; }
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: 0 !important; align-items: center; }
.site-branding {width: 100%; max-width: 200px; padding: 0; }
.sicky-cnt.sticky-mobile-logo { width: 100%; max-width: 280px; }
.site-header.is-sticky .header-sticky {display: block; position: fixed; top: 0; right: 0; left: 0; margin: auto; z-index: 999; } 
.header-number {padding: 20px 20px 20px 70px; border: 2px solid #c9a766; } 
.header-number a:before {left: 0px; transform: scale(0.7); } 
.header-number p a {font-size: 25px; }
.header-number:after {  display: none;}

}
@media screen and (max-width:991px) {
.hm-attorney-sec .container,  .container1, .container{ max-width: 720px; }
.hm-banner-sec {padding: 50px 0;}
.hm-banner-sec h1 {font-size: 120px;}
.hm-banner-sec h1 strong {font-size: 59px;margin: -10px 0 0;letter-spacing: 0px;}
.hm-banner-sec p {margin: 0 0 17px; font-size: 24px; letter-spacing: 0px;}
.hmabout-lst {flex-direction: column-reverse; gap: 20px; } 
.hmabout-lft {width: 100%; text-align: center; } 
.hmabout-rit {margin: 0; } 
.hmabout-rit {width: 100%; max-width: 400px; margin: auto; } 
.hmabout-lft-cont {padding: 20px 20px; position: relative; width: 100%; } 
.hmabout-btn-lst {gap: 20px; justify-content: center; } 
.abt-btm-lst {flex-direction: column-reverse; gap: 20px; } 
.abt-btm-itm.tailored,.abt-btm-itm {width: 100%; margin: auto; max-width: 350px; border: 1px solid #c9a766; }
.abt-btm-itm.tailored:before, .abt-btm-itm.tailored:after{display: none;} 
.hm-about-sctn .text-heading {text-align: center; }
.hm-about-sctn h3 {text-align: center; } 
.hm-about-sctn {padding: 30px 0; } 
.hm-abt-btm-sec {padding: 0px 0 30px; }
.hm-abt-btm-sec .splide__arrows.splide__arrows--ltr {width: 65%; }
.hm-abt-btm-sec .splide__arrow.splide__arrow--prev, .hm-abt-btm-sec .splide__arrow.splide__arrow--next {transform: scale(0.7); }
.hmabout-btn-call p a {margin: 0;}
.hm-abt-btm-sec .abt-btm-lst.owl-carousel .owl-nav{width: 38%; gap: 20px; justify-content: center; display: flex; margin: auto; bottom:-15px; position: relative; } 
.hm-abt-btm-sec  .abt-btm-lst.owl-carousel .owl-nav button{background-image: url(images/hm-sprites.webp) !important; font-size: 0; width: 73px; height: 26px; background-position: -194px -20px !important; position: relative; transform: scale(0.7); background-color: transparent; } 
.hm-abt-btm-sec  .abt-btm-lst.owl-carousel .owl-nav button.owl-next {background-position: -282px -20px !important; }
.spk-atry-tdy::before, .spk-atry-tdy::after{display: none; }
.hm-contact-sec h2.text-heading {font-size: 50px; margin: 0 0 20px; }
.spk-atry-tdy h4 {font-size: 24px; letter-spacing: 2px; max-width: max-content; padding: 10px; }
.cntct-btn .cntct-rgt-btn a.cmn-btn {padding: 15px 35px; }
.spk-atry-tdy {margin: 0 auto 30px; }
.hm-contact-sec { padding: 180px 0 40px; }
.practi-itm {width: 100%; }
.practi-main {padding: 0 0 60px;margin:0 0 15px; }
.hm-practice-areas-sec h2 {padding: 0 0 15px; margin: 0 0 20px; }
.hm-practice-areas-sec {padding: 30px 0; }
.practi-main.owl-carousel .owl-nav{display: flex;justify-content: space-between;width: 100%;max-width: 120px;position: absolute;left: 0;right: 0;margin: auto;bottom: 0;}
.practi-main.owl-carousel .owl-nav span{font-size: 0px;}
.practi-main.owl-carousel button {width: 35px; height: 35px; display: flex ; align-items: center; justify-content: center; }
.attry-main { padding: 30px 0; flex-direction: column; gap: 20px; }
.attrney-lft{order: 2;}
.hm-attorney-sec { margin: 0px; padding: 0; }
.attrney-lft, .attrney-rgt { width: 100%; max-width: 370px; margin: auto; }
.attry-cntnt h4 { font-size: 20px; }
.attry-mdl { width: 100%; order: 1; }
.attry-cntnt { padding: 0px 15px; bottom: 0; gap: 12px; position: inherit; max-width: 387px; justify-content: center; margin: auto; }
.attry-logo { width: 100%; max-width: 75px; }
.attrney-rgt{order: 3;}
.text-heading strong{display: inline;}
.attry-mdl h2 { font-size: 28px; padding: 32px 0 0; }
.attry-img, .attrney-rgt .attry-img { padding: 0 20px 0; max-width: 320px; margin: auto; }
 
     .text-heading {
        font-size: 32px;
    }
.hm-testimonials-sctn { padding: 30px 0 0; }
.hm-testimonials-sctn .text-heading { margin: 0 0 15px; }
.review-item { padding: 110px 20px 22px; }
.review-item::before, .review-item::after { transform: scale(0.5); top: 8px; left: 0px; }
.review-item::after { left: 50px; }
.testi-blk.splide__list { padding: 22px 10px !important; }
.testi-btn a.cmn-btn { padding: 15px 40px; }
.hm-practice-areas-sec .practi-main.owl-carousel .owl-nav, .hm-testimonials-sctn .testi-blk.owl-carousel .owl-nav {        max-width: 460px;bottom: -42px; }
.hm-practice-areas-sec .practi-main.owl-carousel .owl-nav{bottom: 0px !important;}

.hm-trusted-sec {padding: 30px 0;}
.trusted-lst{flex-direction: column;gap: 20px;}
.trusted-left {width: 100%;border: 3px solid #c9a766;padding: 10px;}
.trusted-left .text-heading {font-size: 30px;}
.trusted-logo-img {width: 100%;max-width: 280px;margin: 0 auto 10px;}
.trusted-rite {width: 100%;text-align: center;}
.trusted-rite .text-heading {font-size: 68px;text-align: center;}
.trusted-rite p {font-size: 17px;margin: 0 0 15px;}
.btns-lst{justify-content: center;gap: 15px;}
.call-btn p {font-size: 15px;text-align: left;}

.frm-top-lst{flex-direction: column-reverse;gap: 20px}
.ftr-rite {width: 100%;max-width: 400px;margin: auto;border: 2px solid #c9a766;}
.ftr-iframe{width: 100%;border-top: 2px solid #c9a766;}
.ftr-iframe iframe{height: 200px;}
.form-top-sctn{border: none;padding: 20px 0 0;}
.hm-form-sec {margin: 0px;padding: 35px 25px 20px;}
.hm-form .gfield.gfield--type-text.fnm, 
.hm-form .gfield.gfield--type-phone, 
.hm-form .gfield.gfield--type-email {width: 100% !important;}
.hm-form-sec .text-heading {font-size: 35px;padding: 0 0 10px;letter-spacing: 0;}
.hm-form-sec p {font-size: 15px;margin: 0 0 18px;}
.hm-form .gform_wrapper .top_label textarea {height: 110px !important;margin: 0 0 5px !important;}
.hm-form .gform_fields{gap: 7px 10px !important;}
.hm-form .gform_wrapper .form-links a, 
.hm-form .gfield--type-checkbox .gchoice label {font-size: 14px;}
.hm-form .gform_wrapper .gform_footer.top_label {text-align: center;margin: 15px auto 0;}
.hm-form .gform_wrapper .top_label input[type="submit"] {font-size: 15px !important;padding: 14px 30px !important;}

.footer-menu li a {font-size: 16px;}
.footer-menu li {margin: 0 8px;}
.footer-menu {padding: 0 0 12px;}
.ftr-block-list{flex-direction: column;gap: 15px;}
.ftr-itm,.ftr-itm.ftr-logo{width: 100%;max-width: 300px;margin: auto;border: 2px solid #004225;padding: 20px;}
.ftr-itm.ftr-logo{order: 1;}
.ftr-itm.loc{order: 2;}
.ftr-itm.cnct{order: 3;}
.ftr-itm h4:before {margin: -15px auto;}
.ftr-itm p {font-size: 14px;line-height: 1.3;}
.ftr-itm.cnct p a {font-size: 20px;}
.ftr-itm h4 {font-size: 22px;padding: 75px 0 0;}
.ftr-block-list {padding: 20px 0;}
.ftr-copyrights-sec p{ font-size: 15px; line-height: 1.7;}
.ftr-copyrights-sec img {max-width: 70px; }
.practi-main.owl-carousel .owl-dots, .practi-main.owl-carousel .owl-nav { display: none;}
.practi-itm{ width: 100% !important;}

.hm-banner-sec h1 small:before{ width: 45%;}
.ftr-block-sec {padding: 20px 0 0;}
.case-result-sec {padding: 30px 0;}
.hm-caserslt-lst.owl-carousel .owl-stage-outer{padding: 0 0 15px;}
.hm-caserslt-lst.owl-carousel .owl-dots{display:none;}
.hm-caserst-item { padding: 15px 10px;background: none;outline: 1px solid #c9a766;outline-offset: -5px;}
.hm-caserst-item h4 {font-size: 22px;margin: 0 0 5px;}

}

@media screen and (max-width:767px) {
.container{max-width:100%; padding:0 15px;}
.header-number a:before {transform: scale(0.6);left: -5px; }
.header-number {padding: 10px 10px 10px 56px;}
.hm-banner-sec h1 {font-size: 90px; }
.hm-banner-sec h1 strong {font-size: 45px;margin: -5px 0 0;}
.hm-banner-sec h1 small {font-size: 17px; }
.hm-banner-sec p {margin: 0 0 14px; font-size: 19px;}
.sicky-cnt.sticky-mobile-logo {width: 100%; max-width: 200px; }
.header-sticky .sticky-cnt a:before, .header-sticky .sticky-cnt button:before{transform: scale(0.8);}
.text-heading {font-size: 25px; line-height: 1.2; margin-bottom: 15px;}
.hmabout-btn-lst {flex-direction: column; } 
.hm-about-sctn .text-heading br{display: none;} 
.hm-about-sctn .text-heading {margin: 0 0 10px; } 
.hm-about-sctn h3 {font-size: 20px; } 
.hmabout-btn-rit a.cmn-btn {padding: 13px 16px; } 
.abt-btm-itm.tailored, .abt-btm-itm {padding: 0 0 10px; }
.hm-abt-btm-sec .abt-btm-lst.owl-carousel .owl-nav {width: 60%;}
.hm-contact-sec h2.text-heading { font-size: 35px; }
.spk-atry-tdy h4 { font-size: 20px; letter-spacing: 0;}
.cntct-btn { gap: 10px; flex-direction: column; align-items: center; }
.spk-atry-tdy {margin: 0 auto 20px; }
.hm-contact-sec {padding: 160px 0 30px; }
 .hm-caserst-item p {line-height: 1.5;font-size: 16px;}
.practi-itm { max-width: 320px; margin: auto; }
.practi-itm .prcti-cntnt h4 {padding-right: 65px; margin: 0 0 5px; }
.attry-img, .attrney-rgt .attry-img { padding: 0 10px 0; max-width: 260px; }
.attry-cntnt { padding: 0px 5px; gap: 5px; max-width: 300px; }
.attry-logo { max-width: 55px; }
 .review-item p { font-size: 16px; line-height: 1.6; margin: 0 0 10px;}
.star-rat { margin: 0 0 10px; }
.review-item h5 { font-size: 20px; }
.hm-testimonials-sctn .splide__arrows.splide__arrows--ltr { bottom: 0; max-width: 190px; }
.testi-btn { margin: 40px 0 0; }
.testi-main { margin: 0; }
.testi-blk.splide__list { padding: 18px 10px !important; }
.trusted-rite .text-heading {font-size: 37px;}
.trusted-left .text-heading {font-size: 23px;}
.btns-lst {gap: 10px 0;flex-direction: column-reverse;}
.hm-form-sec .text-heading {font-size: 22px;}
.hm-form-sec{padding: 20px;}
.header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button{padding-left: 0;padding-right:0; }
.testi-blk.owl-carousel .owl-stage-outer {padding: 0px 0px 20px; }
.hm-practice-areas-sec .practi-main.owl-carousel .owl-nav, .hm-testimonials-sctn .testi-blk.owl-carousel .owl-nav {max-width: 280px; bottom: -40px; }

}
@media screen and (max-width:680px) {}
@media screen and (max-width:640px) {}
@media screen and (max-width:600px) {}
@media screen and (max-width:580px) {}
@media screen and (max-width:480px) {
.sicky-cnt.sticky-mobile-logo {width: 100%; max-width: 150px; }
.hm-banner-sec h1 {font-size: 70px; }
.hm-banner-sec h1 strong {font-size: 35px; margin: 0px 0 0;}
.hm-banner-sec p {margin: 0 0 11px; font-size: 15px; } 
.hm-banner-sec h1 small {font-size: 14px; }
.hm-banner-sec h1 small:before {    width: 48%;}
.header-number a:before {display: none;}
.header-number {padding: 15px 15px 15px 15px;}
.header-number p a {font-size: 22px;}
.hmabout-lft-cont {padding:12px;gap: 13px;}
.hmabout-lft-logo {width: 20%;}
.abt-btm-itm h4 {font-size: 21px; }
.spk-atry-tdy h4 { font-size: 15px; letter-spacing: 0; padding: 7px 10px; }
.from-cntnt h6::before, .from-cntnt h6::after { display: none; }
.from-cntnt h6 { padding: 0 18px 0; }
.hm-form-sec {margin: 0px; padding: 15px 10px; }
.ftr-itm.cnct .fttr-btn .cmn-btn { padding: 8px 30px; }
.attry-img, .attrney-rgt .attry-img { max-width: 240px; }
.attry-cntnt h4 { font-size: 17px; }
.attry-mdl p { letter-spacing: 1.3px; font-size: 15px; }
.hm-testimonials-sctn .text-heading { margin: 0 0 0px; }
.review-item { padding: 95px 14px 15px; }
.review-item::before, .review-item::after { transform: scale(0.45); top: -9px; left: -15px; }
.review-item::after { left: 30px; }
.star-rat { width: 120px; margin: 0 0 12px; }
.hm-testimonials-sctn .splide__arrows.splide__arrows--ltr { max-width: 150px; }
.hm-testimonials-sctn .splide__arrow.splide__arrow--prev, .hm-testimonials-sctn .splide__arrow.splide__arrow--next { transform: scale(0.7); }
.review-item h5 { font-size: 18px; }
.testi-blk.owl-carousel .owl-stage-outer {padding: 20px 0px; }
.ftr-rite {max-width: 93%;}
.hm-form .gform_wrapper .top_label textarea {height: 100px !important;}
.hm-form .gform_wrapper .top_label input, 
.hm-form .gform_wrapper select, 
.hm-form .gform_wrapper .top_label input, 
.hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea{padding: 15px !important;}
.hm-form-sec p {font-size: 14px;margin: 0 0 10px;}
.ftr-block-sec{padding: 25px 0 0;}
.frm-top-lst{gap: 10px;}
.trusted-logo-img{max-width: 160px;}
.trusted-left .text-heading{font-size: 20px;}
.trusted-rite p{margin: 0 0 10px;}
.practi-main {padding: 0 0 45px; }
.hm-practice-areas-sec .practi-main.owl-carousel .owl-nav, .hm-testimonials-sctn .testi-blk.owl-carousel .owl-nav {max-width: 180px; bottom: -32px; }
.hm-caserslt-lst.owl-carousel .owl-nav {max-width: 520px; position: inherit;bottom:0; }

.hm-caserslt-lst.owl-carousel .owl-nav button {transform: scale(0.7); }
.hm-caserslt-lst.owl-carousel .owl-nav {max-width: 170px;margin: 5px auto 10px;}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"]{margin: 3px 5px 0px 0 !important;}
.hm-caserslt-lst.owl-carousel .owl-stage-outer {padding: 0;}
}
@media screen and (max-width:440px) {
.hmabout-lft-cont {flex-direction: column; text-align:center;}
.hmabout-lft-logo {width: 100%;margin: 0 auto;max-width: 70px;}
}
@media screen and (max-width:375px) {}
@media screen and (max-width:360px) {}
