/*
 Theme Name:   Kopit Law Firm
 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:  kopitlawfirm
*/

: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: 'Geist';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clear {
    clear: both;
}

.alignleft,
.alignright,
.aligncenter {
    margin-bottom: 10px;
}

.alignnone {
    margin-bottom: 10px;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}

iframe,
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}

img {
    border: 0;
    height: auto;
}

a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Geist';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}

p,
li,
ul,
ol,
blockquote {
    font-family: 'Geist';
    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;
}

.container{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto
}


/*Header Sticky Menu*/

.header-sticky.fixed-header {position: fixed; top: 0; width: 100%; padding: 10px 2%; background-color: #000; z-index: 9999; border-bottom: 2px solid #fcc434; } 
.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: 'Geist';font-weight: 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: #fcc434; 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: #000; float: right; position: relative; z-index: 999; cursor: pointer; } 
button#cloaseFloatingMenu2 {flex-grow: 1; width: calc(100% - 280px); height: 100%; font-size: 0px !important; background: transparent; border: 0; } 
.floatingMenuInner li {position: relative; } 
.floatingMenuInner a {color: #fff !important; letter-spacing: 0.4px; font-family: 'Asap', sans-serif; font-weight: 500; padding: 4px 0; font-size: 18px; display: block; line-height: 1; border-bottom: 1px solid #222222; } 
.floatingMenuInner .sub-menu {display: none; } 
.floatingMenuInner .menu-item-has-children>a:after {content: ''; width: 10px; height: 2px; background-color: #fff; /* -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 30px; 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; font-family: 'Geist';font-weight:700; padding-top: 2px; letter-spacing: 0.5px; } 
.showhide b.txtr {position: absolute; top: 0; bottom: 0; left: 0; margin: auto; text-align: left; font-size: 37px; line-height: 27px;     font-family: 'Geist';font-weight:700; } 
.mobinav {display: none; width: 100%; color: #fff; box-sizing: border-box; z-index: 99999995; float: left; background: #fcc434; 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: #000; font-size: 16px; letter-spacing: 0.5px;     font-family: 'Geist';font-weight: 500; border: 0; margin: 0; text-decoration: none; } 
.mobinav a:hover, .mobinav ul li.current-menu-item a{color: #fff; } 
.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; } 
.site-header.is-sticky {top: 0; right: 0; left: 0; z-index: 999; background: #000000; animation: slideDown 0.35s ease-out; visibility: visible;    position: fixed; border-bottom: 2px solid #fcc434; } 
@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; } 
.logo-section {display: flex; flex-wrap: wrap; justify-content: space-between; } 
.header-number .header-review-btn a {font-size: 18px; font-weight: 500; font-family: 'Geist'; line-height: 1; padding: 14px 25px 13px; text-transform: uppercase; color: #000000; display: inline-block; text-decoration: none; background-color: #fcc434; border: 1px solid transparent; } 
.header-number .header-review-btn a:hover {background-color: transparent; border-color: rgb(252, 196, 52); color: #fff; } 
.header-number p{font-size: 18px; font-family: 'Geist'; font-weight: 500; line-height: 1; letter-spacing: 0px; color: #fcc434; text-transform: uppercase; margin: 0px; } 
.header-number p  a {display: inline-block; } 
.header-number p a:hover{color: #fff; } 
#main-navigation ul {margin: 0 } 
#main-navigation ul li {display: inline-block; padding: 0 0px 0; position: relative; margin: 0 13px; } 
#main-navigation ul li:first-child {margin-left: 0 } 
#main-navigation ul li:last-child {margin-right: 0 } 
#main-navigation ul li a {position: relative; font-size: 18px; font-family: 'Geist'; font-weight: 500; letter-spacing: 0px; line-height: 1; color: #ffffff; padding: 0 0 21px 24px; display: block; min-width: inherit; border-bottom: 1px solid #ffffff; text-transform: uppercase; } 
#main-navigation ul li a::before {content: ""; position: absolute; inset: 0; width: 13px; height: 13px; top: 2px; left: 1px; border-radius: 50%; background-image: linear-gradient(180deg, rgb(255, 222, 138) 0%, rgb(212, 157, 67) 100%); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; border: 1px solid; border-image: linear-gradient(0deg, rgba(204, 159, 54, 1) 0%, rgb(252 250 154) 50%, rgba(204, 159, 55, 1) 100%); border-image-slice: 1; } 
#main-navigation ul>li.current-menu-item>a, #main-navigation ul>li>a:hover {background: linear-gradient(90deg, rgba(213, 159, 68, 1) 0%, rgba(252, 217, 132, 1) 50%, rgba(213, 159, 68, 1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; border-bottom: 1px solid; border-image: linear-gradient(180deg, rgb(255, 222, 138) 0%, rgb(212, 157, 67) 100%); border-image-slice: 1; } 
#main-navigation ul>li.current-menu-item>a:before, #main-navigation ul>li>a:hover:before{background-image: -webkit-linear-gradient( 180deg, rgb(255,222,138) 0%, rgb(212,157,67) 100%); border: none; mask-composite: inherit; } 
#main-navigation ul li ul.sub-menu {display: none; width: 220px; position: absolute; color: #fff; top: 100%; left: 0; right: auto; background-color: #fcc434; padding: 0px 0; z-index: 999 } 
#main-navigation ul li:hover ul.sub-menu {display: block } 
#main-navigation ul li:hover ul.sub-menu li {position: relative } 
#main-navigation ul li:hover ul.sub-menu li:hover>ul {display: block; top: 0; left: 100% } 
#main-navigation .sub-menu li.current-menu-item>a {background-color: #f5f1e9; color: #a7211f; } 
#main-navigation .sub-menu li a {width: 100%; padding: 8px 10px; display: block; text-align: left; text-transform: capitalize; font-weight: 500; letter-spacing: 0; border-bottom: 0; font-size: 16px; color: #000; border: none; line-height: 1.3; }
#main-navigation .sub-menu li a:hover, #main-navigation .sub-menu .current-menu-item>a {-webkit-text-fill-color: #000; background: #fff; border: none; }
#main-navigation .sub-menu li:after {display: none; } 
#main-navigation .sub-menu li {width: 100%; margin: 0; padding: 0;border-bottom:1px solid #000; } 
#main-navigation .sub-menu li a:before {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 {position: absolute; transition: opacity 0.3s ease, visibility 0.3s ease; width: 100%; padding: 10px 0 10px; z-index: 99;} 
.hdr-top-rit {display: flex; flex-direction: column; gap: 35px; align-items: end; } 
.header-number {display: flex; justify-content: end; gap: 45px; align-items: center; } 
.site-branding {width: 19.7%; } 
.site-branding img {display: block; width: 100%; } 
.hdr-btn-item ul li {display: inline; } 
.hdr-btn-item li:first-child {padding-left: 0; } 
.hdr-btn-item li {font-size: 18px; padding-left: 25px; font-family: 'Geist'; font-weight: 500; color: #ffffff; letter-spacing: 5.4px; line-height: 1; position: relative; text-transform: uppercase; } 
.hdr-btn-item li::before {position: absolute; content: ""; width: 3px; height: 3px; background-color: #ffffff; left: 8px; top: 0px; bottom: 0px; margin: auto; } 
.hdr-btn-item li:first-child:before{display: none; }

/* common styles */

.text-heading {font-family: 'Cormorant Infant'; font-size: 60px; font-weight: 600; line-height: 1; letter-spacing: 0px; text-transform: uppercase; color: #161616; margin: 0 0 20px; text-align: center; } 
a.cmn-btn {font-family: 'Geist'; font-weight: 500; font-size: 18px; line-height: 1; letter-spacing: 0px; text-transform: uppercase; color: #000000; display: inline-block; text-align: center; padding: 17px 45px; background-color: rgb(252, 196, 52); position: relative; transition: all 0.3s ease; z-index: 1; border: 2px solid transparent; } 
a.cmn-btn:hover {background-color: transparent; border-color: rgb(252, 196, 52); }

/*Banner section*/

.hm-banner-sec {padding: 195px 0 0; background-image: url('./images/hm-bnr-bg-img.webp'); background-repeat: no-repeat; background-size: cover; background-position: center center; background-color: #000000; } 
.hm-bnr-blk {display: flex; justify-content: space-between; align-items: center; } 
.hm-bnr-lft {width: 77.3%; } 
.hm-brn-cont {margin: -75px 0 40px; padding: 40px 0 40px 38px; position: relative; border-bottom: 2px solid; border-image: linear-gradient(90deg, rgba(204, 159, 54, 1) 0%, rgba(204, 159, 55, 1) 50%, rgba(204, 159, 55, 1) 100%); border-image-slice: 1; } 
.hm-brn-cont::after {content: ""; position: absolute; top: 0; left: 0px; width: 31%; height: 2px; background: linear-gradient(245deg, rgba(205, 162, 60, 1) 39%, rgba(204, 162, 60, 1) 100%); } 
.hm-brn-cont::before {position: absolute; content: ""; top: 0; left: 0; width: 2px; height: 100%; background: linear-gradient(245deg, rgba(209, 167, 65, 1) 26%, rgba(252, 250, 154, 1) 50%, rgba(205, 164, 62, 1) 77%); } 
.hm-bnr-lft h1 {font-family: 'Cormorant Infant'; font-weight: 600; font-size: 145px; line-height: 0.9; text-transform: uppercase; letter-spacing: -2.9px; color: #ffffff; margin-bottom: 20px; } 
.hm-bnr-lft h1 strong {color: #fcc434; font-weight: 600; } 
.hm-bnr-lft h1 small {font-size: 75px; letter-spacing: -1.5px; display: block; } 
.hm-brn-cont p.hm-brn-para {font-family: 'Geist'; font-weight: 400; font-size: 36px; line-height: 1.27; letter-spacing: -0.72px; color: #ffffff; margin-bottom: 0px; text-transform: none; padding-left: 3px; } 
.hm-bnr-lft p {font-family: 'Cormorant Infant'; font-weight: 600; font-size: 36px; line-height: 1; letter-spacing: -0.72px; color: #ffffff; margin-bottom: 0px; text-transform: uppercase; padding-left: 40px; } 
.hm-bnr-lft p strong {color: #fcc434; } 
.hm-bnr-rgt {position: relative; width: 47.8%; margin-left: -10px; } 
.hm-bnr-img {width: 78.9%; } 
.hm-bnr-img img {display: block; width: 100%; } 
.hm-banner-tel-item {width: 41.2%; height: 32.2%; position: absolute; bottom: 25px; right: -100px; text-align: center; padding: 65px 0 0px; background-image: url('./images/hm-banner-tel-number-bg-img.webp'); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; } 
.hm-banner-tel-number {position: relative; margin-bottom: 22px; padding-top: 50px; } 
.hm-banner-icon {background-image: url('./images/sprites.webp'); background-repeat: no-repeat; background-position: -158px -37px; width: 36px; height: 36px; margin: auto; } 
.hm-banner-tel-number a::before {position: absolute; content: ''; background-image: url(./images/sprites.webp); background-position: -36px -36px; background-repeat: no-repeat; top: 0px; left: 0px; right: 0px; margin: auto; width: 35px; height: 35px; } 
.hm-banner-tel-number a {font-family: 'Geist'; font-weight: 800; font-size: 23px; line-height: 1; color: #fcc434; display: inline-block; letter-spacing: -0.46px; } 
.hm-banner-tel-number a:hover{color: #fff; }


/*Case Results Section*/

.hm-case-result {padding: 88px 0px 53px; } 
.hm-case-result .container {max-width: 1720px; } 
.hm-case-result .text-heading {font-size: 50px; letter-spacing: -1px; margin-bottom: 31px; } 
.hm-case-result-list {text-align: center; } 
.hm-case-result-itm {position: relative;height: 100%; padding: 42px 79px 42px; background-image: url('./images/hm-case-results-bg-hover-img.webp'); background-repeat: no-repeat; background-position: center center; background-size: 100% 100%; transition: 0.5s; } 
.hm-case-result-itm:hover {background-image: url('./images/hm-case-results-bg-img.webp'); } 
.hm-case-result-itm h5 {position: relative; padding-top: 93px; font-family: 'Cormorant Infant'; font-weight: 500; font-size: 60px; line-height: 1; letter-spacing: -1.2px; color: #161616; margin-bottom: 7px; } 
.hm-case-result-itm h5::before {position: absolute; content: ''; background-image: url('./images/sprites.webp'); background-repeat: no-repeat; background-position: -36px -104px; top: 0px; left: 0px; right: 0px; margin: auto; width: 70px; height: 70px; transition: 0.5s; } 
.hm-case-result-itm:hover h5::before {background-position: -141px -104px; } 
.hm-case-result-itm p {font-family: 'Geist'; font-weight: 400; font-size: 18px; line-height: 1.33; letter-spacing: 0px; color: #000000; margin: 0px; } 
.hm-case-result-btn {text-align: center; } 
.hm-case-result .owl-nav {display: flex !important; justify-content: space-between; align-items: center; margin: 55px auto -37px; max-width: 440px; padding: 0; } 
.hm-case-result .owl-nav button {background-image: url('./images/sprites.webp') !important; background-repeat: no-repeat; background-position: -251px -50px !important; width: 20px; height: 19px; font-size: 0px !important; } 
.hm-case-result .owl-nav button:hover{filter: brightness(0) saturate(68%) invert(60%) sepia(85%) saturate(1051%) hue-rotate(348deg) brightness(105%) contrast(80%); } 
.hm-case-result .owl-nav button.owl-next {background-position: -308px -50px !important; } 
.hm-case-result-list .owl-stage {display: flex; }

/* About Section */ 

.hm-about-sec {padding: 52px 0 65px; position: relative; } 
.hm-about-sec::before {position: absolute; content: ''; background-image: url(./images/hm-about-bg-img.webp); background-repeat: no-repeat; background-size: 100% 100%; width: 78.5%; height: 1144px; left: 0; right: 0px; bottom: 0px; opacity: 35%; pointer-events: none; }
.hm-about-blk {display: flex; justify-content: end; gap: 165px; position: relative; } 
.hm-about-left {width: 21.6%; } 
.hm-about-img img {display: block; width: 100%; } 
.hm-about-right {width: 58.6%; padding-top: 30px; } 
.hm-about-sec .text-heading strong {font-weight: 600; font-size: 36px; letter-spacing: -0.72px; color: #fcc434; } 
.hm-about-sec .text-heading {margin-bottom: 20px; line-height: 1.2; text-align: start; margin-bottom: -4px; letter-spacing: -1.2px; } 
.hm-about-sec .text-heading::before {position: absolute; content: ''; background-color: rgb(252, 196, 52); height: 3px; width: 29.1%; right: 135px; top: 168px; left: 0px; margin: auto; } 
.hm-about-right h6 {font-family: 'Geist'; font-weight: 400; font-size: 24px; line-height: 1.5; letter-spacing: -0.68px; color: #686a6e; margin-bottom: 19px; } 
.hm-about-right h6 a {color: #fcc434;}
.hm-about-right h5 {position: relative; font-family: 'Cormorant Infant'; font-weight: 600; font-size: 24px; letter-spacing: -0.68px; line-height: 1; color: #101b33; text-transform: uppercase; padding-left: 25px; margin-bottom: 13px; } 
.hm-about-right h5::before, .hm-about-right h4::before {position: absolute; content: ''; background-color: #fcc434; width: 17px; height: 4px; left: 0px; top: 0px; bottom: 0px; margin: auto; } 
.hm-about-right p {font-family: 'Geist'; font-weight: 400; font-size: 20px; line-height: 1.5; letter-spacing: -0.4px; color: #686a6e; margin-bottom: 15px; } 
.hm-about-list {display: flex; justify-content: space-between; margin-bottom: 19px; } 
.hm-about-item {width: 31.9%;text-align: center;padding: 20px 22px 16px;border: 1px solid rgb(252, 196, 52);background-color: rgb(255, 255, 255);box-shadow: 0px 3px 49px 0px rgba(0, 0, 0, 0.08);display: flex;justify-content: center;align-items: center;} 
.hm-about-right .hm-about-item p {color: #101b33; margin: 0px; } 
.hm-about-right h4 {position: relative; font-family: 'Cormorant Infant'; font-weight: 600; font-size: 36px; letter-spacing: -0.72px; line-height: 1; color: #101b33; text-transform: uppercase; margin-bottom: 5px; padding-left: 25px; } 

/* Why Choose Section */ 

.hm-why-choose-sec {padding: 122px 0 0px; background-color: #070b17; position: relative; z-index: 0; } 
.hm-why-choose-sec::before {position: absolute; content: ''; background-image: url('./images/hm-why-choose-bg-img-nw.webp'); background-repeat: no-repeat; background-size: cover; background-position: center; width: 100%; height: 100%; left: 0; right: 0px; bottom: 0px; opacity: 77%; mix-blend-mode: luminosity; pointer-events: none; z-index: -1; } 
.hm-why-choose-sec .container {max-width: 100%; } 
.hm-why-choose-sec .text-heading {color: #ffffff; margin-bottom: 62px; } 
.hm-why-choose-list {display: flex; justify-content: space-between; align-items: end; padding: 0px 14px; } 
.hm-why-choose-item {width: 23.6%; padding: 60px 48px 30px; background-color: rgb(5, 13, 25, 66%); min-height: 342px;cursor: pointer;    transition: opacity 0.3s ease, visibility 0.3s ease;} 
.hm-why-choose-item.active {padding: 60px 40px 66px; animation: slideUp 0.6s ease-out forwards;visibility: visible;} 
.hm-why-choose-item.active .hm-why-choose-item-cnt{height: 350px;overflow-y: auto;padding-right: 5px;}
.hm-why-choose-item h4 {font-family: 'Geist'; font-weight: 700; font-size: 28px; line-height: 1.33; letter-spacing: 0px; color: #ffffff; margin-bottom: 0px; position: relative; text-transform: uppercase; padding-top: 80px; } 
.hm-why-choose-item.active h4 {margin-bottom: 16px; } 
.hm-why-choose-item h4::before {position: absolute; content: ''; background-image: url('./images/sprites.webp'); background-repeat: no-repeat; background-position: -45px -206px; top: 0px; left: 0px; margin: auto; width: 73px; height: 62px; } 
.hm-why-choose-item.battle-tested h4::before {background-position: -141px -210px; width: 64px; height: 58px; } 
.hm-why-choose-item.direct h4::before {background-position: -228px -211px; width: 100px; height: 58px; } 
.hm-why-choose-item.a-selection h4::before {background-position: -350px -197px; width: 60px; height: 70px; } 
.hm-why-choose-item p {display: none; font-family: 'Geist'; font-weight: 400; font-size: 20px; line-height: 1.6; letter-spacing: -0.4px; color: #ffffff; margin-bottom: 0px; } 
.hm-why-choose-item.active p {display: block; } 
.hm-why-choose-btm {padding: 32px 0; text-align: center; background-color: #080b12; } 
.hm-why-choose-btm p strong {font-weight: 500; font-style: italic; color: #fcc434; } 
.hm-why-choose-btm p {font-family: 'Geist'; font-weight: 500; font-size: 26px; margin: 0px; line-height: 1; letter-spacing: -0.52px; color: #ffffff; } 
.hm-why-choose-btm p a {font-family: 'Geist'; font-weight: 500; font-size: 26px; margin: 0px; line-height: 1; letter-spacing: -0.52px; display: inline-block; color: #fcc434; } 
.hm-why-choose-btm p a:hover{color: #fff; }
.hm-why-choose-item.active .hm-why-choose-item-cnt::-webkit-scrollbar {width: 5px;background-color: #384a54;height: 100%;}
.hm-why-choose-item.active .hm-why-choose-item-cnt::-webkit-scrollbar-thumb {background: #fcc434;border-radius: 50px;}

@keyframes slideUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}


/* practice-areas */

.hm-practice-areas-sec {padding: 105px 0 87px; position: relative; } 
.hm-practice-areas-sec::before {position: absolute; content: ""; background-image: url(images/prc-bg-img.webp); background-repeat: no-repeat; background-size: cover; width: 100%; height: 1003px; top: 0; right: 0; left: 0; margin: auto; z-index: -1; opacity: 0.4; pointer-events: none; }
.hm-practice-areas-sec h2.text-heading {font-weight: 600; line-height: 1; letter-spacing: 0; margin: 0 0 40px; text-align: center; color: #091638; } 
.hm-practice-areas-list {display: flex; justify-content: center; align-items: center; gap: 50px; margin: 0 0 42px; } 
.practice-icon img {width: 100%; display: block; } 
.practice-icon{margin: 0 0 130px; max-width: 84px; } 
.hm-practice-areas-item {padding: 20px 50px 30px 20px; background-color: #ffffff; width: 100%; box-shadow: 0px 0px 40px 0px #00000012; border: 1px solid #d9dcdf; position: relative; transition: 0.5s; height: 100%;} 
.hm-practice-areas-list .owl-stage-outer,.hm-practice-areas-list .owl-stage{display:flex;}
.hm-practice-areas-item h4 {font-family: 'Geist'; font-weight: 600; font-size: 30px; line-height: 1; letter-spacing: 0; color: #050d19; text-transform: capitalize; margin: 0; text-align:start; } 
.hm-practice-areas-itembg {position: relative; padding: 0 0 10px 10px; height: 100%;} 
.hm-practice-areas-itembg::before {position: absolute; content: ""; background-color: #070b17; width: 90%; height: 64.6%; left: 0px; bottom: 0; clip-path: polygon(0 0, 100% 79%, 100% 100%, 0% 100%); z-index: -1; } 
.hm-practice-areas-itembg:hover .prc-areas-itmbtn {display: block; } 
.hm-practice-areas-itembg:hover.hm-practice-areas-itembg:before{background-color: #fcc434; } 
.prc-areas-itmbtn{position: absolute; top: 0; right: 0; background-color: #fcc434; padding: 45px 17px 30px 17px; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 91%); width: max-content; display:none; } 
.prc-areas-itmbtn::before {position: absolute; content: ""; background-image: url(images/sprites.webp); background-position: -393px -132px; background-repeat: no-repeat; width: 15px; height: 15px; top: 15px; left: 0; right: 0; margin: 0 auto; } 
.prc-areas-itmbtn a{font-family: 'Geist'; font-weight: 500; font-size: 18px; line-height: 1; letter-spacing: 0; color: #443d2a; text-transform:uppercase; margin: 0; text-align: center; writing-mode:vertical-rl; transform:rotate(180deg); } 
.hm-practice-areas-sec .practice-areas-btn{text-align: center; } 
.hover-link a{position: absolute; font-size: 0; top: 0; left: 0; right: 0; bottom: 0; margin: auto; z-index: 1; } 
.hm-practice-areas-list .owl-nav {display: flex !important; justify-content: space-between; position: absolute; bottom: -83px; margin: auto; left: 0; right: 0; height: fit-content; z-index: -1; width: 100%; max-width: 400px; } 
.hm-practice-areas-list .owl-nav button {background-image: url(images/sprites.webp) !important; background-repeat: no-repeat !important; width: 20px; height: 19px; font-size: 0 !important; z-index: 1; } 
.hm-practice-areas-list .owl-nav button:hover{filter: brightness(0) saturate(68%) invert(60%) sepia(85%) saturate(1051%) hue-rotate(348deg) brightness(105%) contrast(80%); } 
.hm-practice-areas-list .owl-nav button.owl-prev {background-position: -251px -50px !important; } 
.hm-practice-areas-list .owl-nav button.owl-next {background-position: -309px -50px !important; }

/*Home Testimonials Section*/

.hm-testimonials-sec{padding: 87px 0 125px; } 
.hm-testimonials-blk{display: flex; justify-content: space-between; align-items: center; } 
.hm-testimonials-left {width: 34.6%; } 
.hm-testimonials-left h2.text-heading{text-align: start; color: #070b17; margin: 0 0 11px; line-height: 1.1; } 
.hm-testimonials-left p{font-family: 'Geist'; font-weight: 400; font-size: 30px; line-height: 1; letter-spacing: 0; color: #050d19; margin: 0 0 58px; text-align:start } 
.testimonials-leftbttm {padding: 38px 70px 35px 20px; width: max-content; position: relative; border: 4px solid; border-image: linear-gradient(0deg, rgba(204, 159, 54, 1) 0%, rgb(252 250 154) 50%, rgba(204, 159, 55, 1) 100%); border-image-slice: 1; } 
.testimonials-leftbttm::before {position: absolute; content: ""; border-right: 6px solid #fff; width: 6px; height: 187px; top: 0; right: -5px; bottom: 0; margin: auto; } 
.testimonials-leftbttm h4 {font-family: 'Geist'; font-weight: 600; font-size: 70px; line-height: 1; letter-spacing: 0; color: #fcc434; margin: 0 0 15px; text-align: start; position: relative; padding: 80px 0 20px 0; } 
.testimonials-leftbttm h4::before{position: absolute; content: ""; background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -36px -395px; width: 59px; height: 60px; top: 0; left: 0; margin: auto; } 
.testimonials-leftbttm h4::after{position: absolute; content: ""; background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -193px -434px; width: 107px; height: 21px; bottom: 0; left: 0; margin: auto; } 
.testimonials-leftbttm p{font-family: 'Geist'; font-weight: 600; font-size: 28px; line-height: 1; letter-spacing: 0; color: #070b17; margin: 0 0 0px; text-align:start; } 
.hm-testimonials-left h3 {font-family: 'Cormorant Infant'; font-weight: 600; font-size: 48px; line-height: 1.2; letter-spacing: -0.96px; color: #070b17; margin: 0 -7px 0px; text-align: start; position: relative; z-index: 2; } 
.testimonials-lft-con{display: flex; align-items: center; } 
.hm-testimonials-right {width: 52.1%; padding-right: 40px; } 
.hm-testimonials-right .hm-testi-btn {text-align: center; width: fit-content; margin: -38px auto 0; position: relative; z-index: 1; } 
.hm-testi-item::after{position: absolute; content: ""; background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -268px -114px; width: 76px; height: 57px; top: 58px; right: 37px; margin: auto; } 
.hm-testi-item .star-rat{background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -150px -388px; width: 185px; height: 35px; margin: 0 0 45px; } 
.hm-testi-item h5{font-family: 'Geist'; font-weight: 600; font-size: 30px; line-height: 1; letter-spacing: 0; color: #070b17; margin: 0 0 0px; text-align:end; } 
.hm-testi-item p {font-family: 'Geist'; font-weight: 400; font-size: 20px; line-height: 1.5; letter-spacing: 0; color: #686a6e; margin: 0 0 40px; text-align: justify; } 
.hm-testi-nav button {background-image: url(images/sprites.webp) !important; background-repeat: no-repeat !important; background-position: -251px -50px !important; width: 20px; height: 19px; font-size: 0 !important; background-color: transparent; border: none; cursor: pointer; } 
.hm-testi-nav button:hover {filter: brightness(0) saturate(68%) invert(60%) sepia(85%) saturate(1051%) hue-rotate(348deg) brightness(105%) contrast(80%); } 
.hm-testi-nav button.next-btn {background-position: -309px -50px !important; } 
.hm-testi-nav {display: flex; width: 100%; max-width: 400px; justify-content: space-between; margin: auto; } 
.hm-testi-list{position: relative; height: 500px; overflow: visible; margin: 0 0 45px; }
.hm-testi-item{position: absolute; left: 0; width: 100%; background: #fafafa; border: 1px solid rgba(5,13,25,.15); padding: 70px 48px 55px; box-sizing: border-box; transition: all .5s ease; min-height: 457px; } 
.hm-testi-item:nth-child(1){z-index: 3; top: 44px; width: 100%; } 
.hm-testi-item:nth-child(2) {z-index: 2; top: 22px; right: -20px; width: calc(100% - 8px); left: inherit; } 
.hm-testi-item:nth-child(3) {z-index: 1; top: 0px; right: -40px; width: calc(100% - 18px); left: inherit; } 
.hm-testi-item:nth-child(n+4){opacity: 0; visibility: hidden; } 

/* serving */

.hm-serving-sec {padding: 140px 0 144px; position: relative; background-color: #070b17; z-index: 0; } 
.hm-serving-sec::before{position: absolute; content: ""; background-image: url(images/serving-sec-bg-img.webp); background-repeat: no-repeat; background-size: cover; background-position: center; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; margin: auto; z-index: -1; pointer-events: none; opacity: 0.4; mix-blend-mode: luminosity; } 
.serving-blk {display: flex; justify-content: space-between; align-items: flex-start; } 
.serving-left {width: 51.4%; } 
.serving-left  h2.text-heading {font-weight: 600; line-height: 1.1; letter-spacing: 0; margin: 0 0 10px; text-align:start; color: #ffffff; } 
.serving-left  h2.text-heading strong{color: #fcc434; display: block;font-weight: 600; } 
.serving-left p{font-family: 'Geist'; font-weight: 400; font-size: 20px; line-height: 1.5; letter-spacing: 0; color: #ffffff; margin: 0 0 28px; text-align:justify; } 
.serving-right {width: 47.1%;position: absolute;right: 0;bottom: 0;}
.serving-image{position: relative; } 
.serving-image::before {position: absolute; content: ""; background-image: url(images/serving-br-img.webp); background-repeat: no-repeat; background-size: 100% 100%; width: 92.4%; height: 71.9%; top: -65px; bottom: 0; right: 0; margin: auto; z-index: -1; } 
.serving-image img, .serving-icon img{display: block; width: 100%; } 
.serving-icon {position: absolute; right: 104px; top: -72px; opacity: 0.2; mix-blend-mode: luminosity; width: 32.8%; } 
.serving-btn a.cmn-btn:hover{color: #fff; }
.serving-left ul li::before {position: absolute; content: ''; background-color: #fcc434; width: 12px; height: 4px; left: 0px; top: 11px; margin: auto; }
.serving-left ul li {position: relative; font-family: 'Geist'; font-weight: 400; font-size: 17px; line-height: 1.5; letter-spacing: 0; color: #ffffff; margin: 0px 0 10px; text-align: justify; padding-left: 20px; }

.serving-btn {gap: 20px;display: flex;align-items: center;}
.serving-btn a.phn-num {display:table;font-size: 30px;}
.serving-btn p {padding-left: 50px;margin-bottom:0 !Important;position:relative;}
.serving-btn a.phn-num::before {position: absolute; content: ''; background-image: url(./images/sprites.webp); background-position: -36px -36px; background-repeat: no-repeat; top: 17px; left: 0px; width: 35px; height: 35px; }
.serving-btn a.phn-num:hover{color:rgb(252, 196, 52)}
.serving-left ul li a:hover, .serving-left ul li u:hover{color: #fcc434;    transition: 0.5s;}

/* meet-michael */

.hm-attorney-sec{padding: 102px 0 100px; position: relative; } 
.hm-attorney-sec::before {position: absolute; content: ""; background-image: url(images/meet-mic-lftbg-img.webp); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; width: 50.1%; height: 100%; top: 0; left: 0; opacity: 12%; pointer-events: none; } 
.meet-michael-blk {display: flex; justify-content: flex-end; align-items: flex-start; } 
.meet-michael-left {width: 56%;position: absolute;left: 0;bottom: 0;top: 0;}
.meet-michael-left .meet-michael-image,.meet-michael-left .meet-michael-image img{height:100%;}
.meet-michael-image img, .meet-awards-img img{width: 100%; display: block; } 
.meet-awards-img {position: absolute;right: 210px;top: 130px;width: 16.6%;}
.meet-awards-img .badge-lst {flex-direction: column;margin-top: 20px;}
.meet-michael-right {width: 52.5%; padding: 0px 20px 0 0; } 
.meet-michael-right h2.text-heading{line-height: 1; letter-spacing: 0; margin: 0 0 18px; text-align:start; color: #050d19; font-weight: 600; } 
.meet-michael-right h2.text-heading strong{color: #fcc434; display: block;    font-weight: 600; } 
.meet-michael-right h3 {font-family: 'Cormorant Infant'; font-weight: 600; font-size: 24px; line-height: 1; letter-spacing: 0; text-align: start; color: #101b33; text-transform: uppercase; margin: 0 0 20px; padding: 0 0 0 24px; position: relative; } 
.meet-michael-right h3:before{position: absolute; content: ''; width: 17px; height: 4px; background-color: #fcc434; top: 0; left: 0; bottom: 0; margin: auto; } 
.meet-michael-right p{font-family: 'Geist'; font-weight: 400; font-size: 20px; line-height: 1.5; letter-spacing: 0; color: #686a6e; margin: 0 0 25px; text-align:justify; } 
.meet-michael-right .meet-michael-rgtbttm p{font-family: 'Geist'; font-weight: 500; font-style: italic; line-height: 1.5; letter-spacing: 0; color: #101b33; margin: 0 0 15px; text-align:start; } 
.meet-michael-rgtbttm h4{font-family: 'Cormorant Infant'; font-weight: 700; font-size: 24px; line-height: 1; letter-spacing: 0; color: #101b33; margin: 0 0 26px; text-align:start; text-transform: uppercase; } 
.meet-michael-rgtbttm {position: relative; padding: 0px 0 0 20px; } 
.meet-michael-rgtbttm::before{position: absolute; content: ""; background-color: #000000; width: 4px; height: 120px; top:0; left: 0; bottom: 0; margin: auto; } 

/* media-sec */

.hm-leading-media-sec {padding: 100px 0; background: url(images/leading-media-bg.webp); background-position: center right; background-repeat: no-repeat; background-size: cover; } 
.ldng-media-cnt{display: flex; justify-content: space-between; align-items: center; } 
.ldng-media-lft{width: 35%; padding-top: 40px; } 
.ldng-media-rt{width: 56.8%; position: relative; z-index: 1; } 
.ldng-media-blk{border: 20px solid #ffff; } 
.ldng-media-blk img{width: 100%; display: block; } 
.ldng-media-rt:before{position: absolute; content: ""; width: 96%; height: 72%; left: -16px; bottom: -16px; background-color: #070b17; z-index: -1; clip-path: polygon(0 0, 100% 72%, 100% 100%, 100% 100%, 0 100%); } 
.ldng-media-lft .text-heading{font-family: 'Cormorant Infant'; font-size: 80px; font-weight: 600; letter-spacing: -1.6px; line-height: 1.07; text-align: left; color: #050d19; margin: 0; } 
.ldng-media-lft .text-heading strong{color: #fcc434;    font-weight: 600; } 
.video-logo {position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 10%; height: max-content; } 
.video-logo img{width: 100%; display: block; }
.popup-overlay {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 9999; justify-content: center; align-items: center; } 
.popup-content {background: #fff; width: 90%; max-width: 800px; padding: 10px; position: relative; text-align: center; animation: fadeIn 0.3s ease-in-out; margin: auto; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } 
.custombox-lock {overflow: hidden; } 
.close-btn {position: absolute; font-size: 30px; cursor: pointer; font-weight: 700; line-height: 1; border-radius: 50px; background-color: rgb(0, 0, 0); border: 3px solid #fff; color: #fff; top: -10px; right: -10px; width: 35px; height: 35px; z-index: 1; } 
.popup-text p {font-size: 16px; line-height: 1.5; } 
.openPopupBtn {display: inline-block;  color: #007bff; cursor: pointer; text-decoration: underline; }
.popup-video {position: relative; overflow: hidden; padding-top: 56.25%; }
.popup-video iframe {position: absolute; left: 0; top: 0; border: 0; height: 100%; }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* faq */

.hm-faq-sec {padding: 67px 0 205px 0; } 
.hm-faq-sec .container{width: 100%; max-width: 1280px; margin: 0 auto; } 
.accordion-profile.active .accordion-profile-content {display: block; } 
.accordion-profile.active .accordion-profile-tle{background-color: #ffc236; } 
.accordion-profile .accordion-profile-content {overflow: hidden; transition: max-height 0.4s ease; padding: 24px 50px 0; display: none; } 
.accordion-profile{margin: 0 0 18px; cursor: pointer; max-height: max-content !important; } 
.accordion-profile-tle{background-color: #f0f1f2; font-family: 'Cormorant Infant'; font-size: 32px; font-weight: 600; letter-spacing: -0.4px; line-height: 1; color: #030912; text-transform: uppercase; padding: 22px 52px; } 
.hm-faq-sec .text-heading{font-size: 50px; margin: 0 0 27px; } 
.accordion-profile-content p, .accordion-profile-content li{font-family: 'Geist'; font-size: 18px; font-weight: 400; line-height: 1.6; letter-spacing: 0.36px; margin: 0 0 10px; } 
.accordion-profile-tle{background-color: #f0f1f2; font-family: 'Cormorant Infant'; font-size: 32px; font-weight: 600; letter-spacing: -0.4px; line-height: 1; color: #030912; text-transform: uppercase; padding: 22px 52px 20px; position: relative; margin: 0; transition: 0.5s; } 
.accordion-profile-tle:before {position: absolute; content: ''; background-image: url(./images/sprites.webp); background-repeat: no-repeat; background-position: -355px -50px; top: 31px; right: 18px; margin: auto; width: 28px; height: 15px; transition: 0.5s; } 
.accordion-profile.active .accordion-profile-tle:before{rotate: 180deg; }
.accordion-profile-content p a, .accordion-profile-content li a{color:#ffc236;}
.accordion-profile-content p a:hover, .accordion-profile-content li a:hover{color:#000;}
.accordion-profile-content li {list-style: none; padding-left: 18px; position: relative; }
.accordion-profile-content li:before {background: #fcc434; width: 10px; height: 10px; position: absolute; content: ""; left: 0; right: 0; top: 8px; border-radius: 50%; }

/*footer form*/

.ftr-form-sctn{background-color: #080b12; position: relative; padding: 1px 0 0; } 
.form-lft {width: 45%; padding: 43px 0 0; } 
.form-rt {width: 50%; } 
.ftr-form-sctn:before {position: absolute; width: 100%; bottom: 0; left: 0; right: 0; margin: auto; content: ""; height: 100%; background-image: url(images/footer-bg.webp); background-repeat: no-repeat; background-position: bottom center; background-size: cover; mix-blend-mode: luminosity; opacity: 30%; } 
.hm-form .gfield label {display: none; } 
.hm-form-sec .container{width: 100%; max-width: 100%; } 
.bnr-rit-cnt.footer {text-align: left; position: absolute; transform: rotate(269deg); left: 5%; top: 0; bottom: 0; margin: auto; font-size: 140px; pointer-events: none; right: auto; letter-spacing: 2.8px; } 
.form-sctn{position: relative; background-color: #000 !important; width: 100%; max-width: 1700px; margin: -110px auto 0; padding: 85px 0 104px; z-index: 2; } 
.form-sctn:after{position: absolute; content: ""; width: 100%; height: 100%; left: 0px; bottom: 0px; margin: auto; background-color: #000; z-index: -1; pointer-events: none; } 
.form-sctn:before {position: absolute; content: ""; width: 101.6%; height: 61%; left: -13px; bottom: -14px; background-color: #fcc434; z-index: -1; clip-path: polygon(0 48%, 100% 0, 100% 100%, 0% 100%); pointer-events: none; }
.hm-form-sec{position: relative; } 
.form-sub-heading{font-family: 'Geist'; font-size: 32px; font-weight: 300; letter-spacing: 0; line-height: 1; color: #fcc434; margin-bottom: 10px; text-transform: uppercase; } 
.hm-form-sec .text-heading{font-size:60px; letter-spacing:0; color: #fff; margin: 0 0 3px; text-align: left; } 
.hm-form-sec .text-heading strong{font-size: 80px;font-weight: 600; } 
.form-rt p {font-family: 'Geist'; font-size:18px; color:#fff; line-height:1; margin: 0 0 23px; letter-spacing: 0; text-align: left; text-transform: capitalize; font-weight:400; } 
.hm-form .gform_required_legend{display: none; } 
.form-cnt{display: flex; gap: 26px; } 
.gchoice.gchoice_3_9_1 label {display: block; } fieldset#field_3_9 {width: 45%; border: none; } fieldset{padding: 0; } 
.gchoice.gchoice_3_9_1 {display: flex; align-items: center; } 
.hm-form input::placeholder {color: #c9c9c9; } 
.hm-form input:-ms-input-placeholder {color: #c9c9c9; } 
.hm-form input::-ms-input-placeholder {color: #c9c9c9; } 
.hm-form textarea::placeholder {color: #c9c9c9; } 
.hm-form textarea:-ms-input-placeholder {color: #c9c9c9; } 
.hm-form textarea::-ms-input-placeholder {color: #c9c9c9; } 
.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: #c9c9c9; outline: 0px; position: relative; border-radius: 0; font-family: 'Geist'; background: #1a1b1b; border: none; line-height: 1.2 !important; letter-spacing: 0; font-size: 18px !important; padding: 15px 30px !important; transition: all 0.5s; display: block; text-align: left; height: auto !important; } 
.hm-form .gfield{border: none; position: relative !important ; } 
.hm-form .gfield.chk label {display: block;} 
.hm-form .gfield.gfield--type-text , .hm-form .gfield.gfield--type-phone {width: 48.7% !important; } 
.hm-form .gfield.gfield--type-email{width: 100% !important } 
.hm-form .gform_fields {display: flex !important; flex-wrap: wrap; gap: 14px !important; justify-content: space-between; align-items:center; } 
.hm-form .gfield.gfield--type-text, .hm-form .gfield.gfield--type-phone, .hm-form .gfield.gfield--type-email {width: 48.9% !important; } 
.hm-form .gform_wrapper .top_label textarea {width: 100% !important; height: 160px !important; resize: none; padding-top: 22px !important; margin: 0px 0 15px ; min-block-size: 0px !important; } 
.hm-form .gfield.msg {width: 100%; } 
.hm-form-sec .gform_wrapper ul.gform_fields ul {margin: 0; padding: 0; } 
.hm-form-sec .gform_wrapper ul.gform_fields li {padding: 0 !important; margin: 0 !important; position: relative; width: 100%; } 
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {cursor: pointer; font-size: 18px; font-family: 'Geist'; line-height: 1; font-weight: 400; color: #fff; letter-spacing: 0; margin: 0; display: inline-block; text-align:left; } 
.hm-form .gform_wrapper .form-links a:hover {color: #fcc434; } 
.hm-form .gfield.chk{margin: -6px 0 0; } 
.hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield {position: relative; width: 100%; color: #fff; line-height: 1; text-align: left; margin: 0 0 0px !important; } 
.hm-form-sec .gfield .ginput_container {margin: 0 !important; } 
.hm-form .gfield_description.instruction.validation_message {top: 3px; } 
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {width: 15px !important; height: 15px !important; float: left; clear: both; margin: 3px 6px 0px 0 !important; padding: 0 !important; } 
.hm-form .gform_wrapper .gform_footer.top_label {padding: 0; text-align: center; margin: -55px auto 0px; position: relative; max-width: max-content; float: right; } 
.hm-form .gform_wrapper .top_label input[type="submit"] {display: inline-block !important; background-color: #fcc434 !important; outline: none !important; border: 2px solid transparent !important; border-radius: 0 !important; cursor: pointer; text-transform: uppercase !important; transition-duration: 0.5s; font-family: 'Geist' !important; width: auto !important; color: #000000 !important; font-size: 18px !important; font-weight: 500; padding: 21px 35px !important; line-height: 1 !important; letter-spacing: 0; margin: 0; position: relative; z-index: 1; } 
.hm-form .gform_wrapper .top_label input[type="submit"]:hover{background-color: transparent !important; color: #fff !important; border-color: #fcc434 !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: 'Geist'; font-weight: 400; padding: 15px; border: 1px solid rgba(0, 0, 0, 0.2); background: #fff; font-size: 15px; color: black; transition: transform 0.15s ease-out; display: inline-block; line-height: 1.8; z-index: 12; } 
.popup .show {visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; position: inherit; pointer-events: auto; } div#popup-container {position: absolute; z-index: 2; pointer-events: none; width: 100%; } 
.hm-form-sec .gform_wrapper.gravity-theme .gfield {position: relative; text-align: left; } 
.gform_button.disabled {pointer-events: none; } 
.hm-form-sec .gform_fields .ginput_container, .hm-form-sec .gform_field {margin: 0; } 
.gfield--type-honeypot {display: none; }

/*ERRROR*/

.hm-form .gfield_description{margin: 0px !important } 
.hm-form .gfield_description.validation_message {position: absolute; bottom: 5px; right: 8px !important; text-align: right; font-size: 13px; font-family: 'Geist'; font-weight: 400; color: #932008; margin: 0; pointer-events: none; } 
.hm-form .chk .gfield_description.validation_message {bottom: -17px !important; left: 0; right: inherit !important; } 


/*Footer block*/

.ftr-block-sec {position: relative; padding: 120px 0 60px; color: #fff; z-index: 1; } 
.ftr-img {width: 41.8%; margin: 0 0 20px; } 
.ftr-logo {width: 76.8%; margin-bottom: 30px; } 
.ftr-itm .social-icons {text-align: center; font-size: 0; width: 77%; display: flex; justify-content: center; gap: 20px; }
.ftr-itm .social-icons a {background-image: url('./images/sprites.webp'); background-repeat: no-repeat; background-position: -362px -391px; width: 66px; height: 65px; background-color: #fcc434; display: inline-block; font-size: 0; } 
.ftr-itm .social-icons a:hover{background-color: #fff; } 
.ftr-itm .social-icons a.instagram {background-position: -420px -390px; }
.ftr-itm.call {border: none; width: 22%; } 
.ftr-itm.loc {width: 28%; } 
#footer-navigation ul {margin: 0 0 40px; font-size: 0; text-align: center; padding:0 0 30px; border-bottom: 1px solid rgba(255, 255, 255, 0.22); } 
#footer-navigation ul li {display: inline-block; padding: 0; position: relative; margin: 0 23px; } 
#footer-navigation ul li a {font-size: 18px; letter-spacing: 0.36px; color: #fff; padding: 0; min-width: inherit;     font-family: 'Geist'; font-weight: 500; border: 0; line-height: 1; display: inline-block; } 
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li:hover > a {color:#a7211f; } 
.ftr-block-list {display: flex;justify-content: space-between;margin-bottom: 50px;}
.ftr-block-sec p {font-family: 'Geist';font-size: 16px;color: #fff;line-height: 1.6;margin: 0;letter-spacing: 0;font-weight: 400;text-align: center;}
.ftr-itm {width: 34%; text-align: start; border-right: 2px solid #ffffff; padding: 14px 0 0; } 
.ftr-itm img{width: 100%; display: block; } 
.ftr-itm.loc .ftr-img {width: 32.2%; } 
.ftr-itm.logo {padding-left: 34px; } 
.ftr-itm h4{font-size: 38px; font-family: 'Cormorant Infant'; font-weight: 600; line-height: 1; letter-spacing: 0.4px; text-transform: uppercase; color: #fff; margin: 0 0 10px; } 
.ftr-itm p {font-size: 20px; font-family: 'Geist'; font-weight: 400; line-height: 1.5; letter-spacing: 0.4px; color: #fff; margin: 0 0 10px; } 
.ftr-itm p a {font-size: 18px; font-family: 'Geist'; font-weight: 600; line-height: 1; letter-spacing: 3.6px; color: #fcc434; display: block; text-transform: uppercase; width: fit-content; margin: 11px 0 0; } 
.ftr-itm p a:hover{color: #fff; } 
.ftr-itm .phn-num a{font-size: 34px; font-family: 'Geist'; font-weight: 400; line-height: 1; letter-spacing: 0.68px; color:#fff; margin: 0; } 
.ftr-itm .phn-num a:hover{color: #fcc434; } 
.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 {background-color: #ffc236; padding: 30px 0px; text-align: center; } 
.ftr-copyrights-sec p.copy-para{font-size: 21px; font-family: 'Geist'; font-weight: 400; line-height: 1.7; letter-spacing: 0; color: #050d19; } 
.cpy-para p{font-size: 17px; font-family: 'Geist'; font-weight: 400; line-height: 1; letter-spacing: 0; color: #050d19; margin: 0; display: block; } 
.ftr-copyrights-sec p a:hover{color: #fff; }


/*inner page styles*/

.disclaimer-trigger {
    cursor: pointer
}

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

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

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

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

.footer-col {
    width: 32%
}

.map-col {
    width: 48%
}

.copyright {
    text-align: center;
}

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


.page-container, .post-container {width: 100%; max-width: 1440px; margin: 0 auto; } 
#main-heading {position: relative; padding: 200px 0 60px; background-color: #000000; text-align: center; z-index: 1; } 
#main-heading::before {position: absolute; content: ''; background-image: url(./images/page-bnr-bg-img.webp); background-repeat: no-repeat; background-size: cover; background-position: center; top: 0px; left: 0px; right: 0px; bottom: 0px; margin: auto; width: 100%; height: 100%; opacity: 83%; pointer-events: none; z-index: -1; } 
#main-heading h1 {font-size: 70px; font-family: 'Cormorant Infant'; font-weight: 600; line-height: 1; letter-spacing: -1.4px; color: #ffffff; text-transform: uppercase; margin: 0 0 12px; } 
.page-bnr-cnt {position: relative; text-align: left; padding: 49px 10px 59px 34px; } 
.page-bnr-cnt::before {position: absolute; content: ""; background-image: url('./images/innr-brn-bg.webp'); background-repeat: no-repeat; background-size: 100% 100%; bottom: 0px; right: 0; top: 0; left: 0; margin: auto; width: 100%; height: 100%; pointer-events: none; } 
#main-heading .inrpg-breadcrumbs {font-size: 18px; font-family: 'Geist'; font-weight: 500; line-height: 1; letter-spacing: 0px; color: #ffffff; margin: 0; text-transform: uppercase; } 
#main-heading .inrpg-breadcrumbs span.current-item, #main-heading .inrpg-breadcrumbs span:hover {background: linear-gradient(90deg, rgba(213, 159, 68, 1) 0%, rgba(252, 217, 132, 1) 50%, rgba(213, 159, 68, 1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 
#post-content, #page-content {padding: 100px 0 250px; } 
.page-col-full, .single-col-full {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; } 
#single-column, #post-column, #page-column { width: 68.8%; } 
.sidebar-page, .sidebar-single {width: 31.3%; max-width: 400px; } 
#page-column.full-width, .full-width {width: 100%; } 
#page-column h1, #page-column h2, #page-column h3, #page-column h4, #page-column h5, #page-column h6, #page-content .areaserved-item-list h2 {font-family: 'Cormorant Infant'; font-weight: 600; letter-spacing: -1.1px; line-height: 1.10; margin: 0 0 20px; color: #000000;} 
#page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {font-size: 55px; margin: 0 0 30px; } 
#page-column h3 {font-size: 44px; } 
#page-column h4 {font-size: 35px; } 
#page-column h5 {font-size: 30px; } 
#page-column h6 {font-size: 23px; } 
#page-column p, #page-column li {font-family: 'Geist'; font-size: 20px; line-height: 1.7; color: #686a6e; letter-spacing: 0; margin: 0 0 25px 0; font-weight: 400; } 
#page-column li ul {padding: 15px 0 0; margin: 0; position: relative; } 
#page-column ol, #page-column ul {margin: 0 0 25px 0px;list-style-position: inside;padding-left: 15px;}
#page-column li {list-style: none; padding-left: 18px; position: relative; margin: 0 0 15px; } 
#page-column ul li:before {background: #fcc434; width: 10px; height: 10px; position: absolute; content: ""; left: 0; right: 0; top: 12px; border-radius: 50%; } 
#post-content .posts-list .author-info a, #page-column a, #page-column li a {color: #fcc434; text-decoration: none !important; } 
#page-column a:hover, #page-column li a:hover {color: #000; } 
#page-column ol {list-style-type: decimal; margin-left: 20px; } 
#page-column ol li {list-style: decimal; padding-left: 0 !important; } 
#page-column ul li>ul li {list-style-type: inherit; } 
#page-column ul li>ul li>ol li {list-style-type: decimal; } 
#page-column ul li>ul li:before {display: block; } 
#page-column ul li>ol li {list-style-type: decimal; } 
#page-column ul li>ol li:before {display: none; } 
#page-column ul li>ol li>ul li {list-style-type: inherit; } 
.page-feature-img, .single-thumbnail {margin: 0 0 35px; padding: 4px; border: 2px solid #fcc434; } 
.page-feature-img img, .single-thumbnail img {width: 100%; display: block; }


/*Sidebar Styles*/
 

.sidebar-page .sidebar-item {margin: 0 0 50px;background-color: #080b12;position: relative;padding: 0px;}
section.sidebar-item.sidebar-practice-menu h2{color: #ffffff;}
.sidebar-page .sidebar-item h2, h4.widget-title {padding: 22px 10px 27px;text-align: center;position: relative;font-size: 40px;line-height: 1;color: #091638;letter-spacing: 0px;margin: 0px;font-weight: 600;font-family: 'Cormorant Infant';text-transform: uppercase;}

.sidebar-page .sidebar-item h2:before {content: '';position: absolute;background-color: #fcc434;width: 100%;height: 2px;bottom: 0;left: 0;right: 0;margin: auto;}

.sidebar-page .sidebar-menu-pa {padding: 15px;}

.sidebar-page .sidebar-menu-pa ul{margin:0;padding:0}

.sidebar-page .sidebar-menu-pa ul li {display: block;padding: 0 0px;margin: 0 0 10px;position: relative;}

.sidebar-page .sidebar-menu-pa ul li a { font-size: 30px; color: #ffffff; display: block; position: relative; font-weight: 600; text-align: left; margin: 0; line-height: 1.2; letter-spacing: 0; padding: 9px 17px 8px 41px; background-color: transparent; font-family: 'Cormorant Infant'; }
.sidebar-page .sidebar-menu-pa ul li a::before {content: ""; position: absolute; background-color: #fff; width: 10px; height: 10px; top: 22px; left: 15px; margin: auto; }

.sidebar-item.sidebar_posts .sidebar-menu-pa ul li a{font-size: 24px;}
.sidebar-page .sidebar-item.sidebar_posts .sidebar-menu-pa ul li a::before {top: 18px;}
.sidebar-item.sidebar_posts h2{ color: #ffffff;}
.sidebar-page .sidebar-menu-pa ul li a:hover:before, .sidebar-page .sidebar-menu-pa ul li.current-menu-item > a:before {background: #000000;}

.sidebar-page .sidebar-menu-pa ul li:last-child a{margin: 0 0 0;}

.sidebar-page .sidebar-menu-pa ul li.current-menu-item > a, .sidebar-page .sidebar-menu-pa ul li:hover > a {background-color: #fcc434; color: #080b12;}

.sidebar-page .sidebar-menu-pa .sub-menu li a {width: 100%;padding: 0px 20px 0px 35px;display: block;text-align: left;font-size: 19px;margin: 0;}

.sidebar-page .sidebar-menu-pa ul.sub-menu  li a:hover, .sidebar-page .sidebar-menu-pa ul.sub-menu li.current-menu-item > a{background-color: transparent !important;color: #ffffffbd;}

.sidebar-page .sidebar-menu-pa .sub-menu li a:before {width: 6px;height: 6px;top: 5px;}

.sidebar-page .sidebar-menu-pa .sub-menu li a:hover:before{background-color: #ffffffbd !important;}

.sidebar-page .sidebar-menu-pa ul li .drop.close, .sidebar-page .sidebar-menu-pa ul li .drop.open  {font-size: 0;position: absolute;right: 25px;top: 21px;width: 12px;height: 12px;background-color: transparent !important;background-image: url(images/plus_icn.webp);background-position: right 0 center;background-repeat: no-repeat;padding: 0px 0px;cursor: pointer;}

.sidebar-page .sidebar-menu-pa ul li .drop.open {background-image: url(images/minus_icn.webp);}

.sidebar-page .sidebar-menu-pa .sub-menu li {margin: 0 0 10px;}

.sidebar-page .sidebar-menu-pa .sub-menu {overflow: hidden;transition: max-height 0.8s ease;}

.sidebar-page .sidebar-menu-pa .sub-menu.open {max-height: 900px;transition: max-height 0.8s ease;padding:10px 0 0 20px;}

 
 

/*testimonials sidebar*/

 

.sidebar-page section.widget.testi {background-color: #fafafa; padding: 22px 25px 35px; text-align: center; margin: 0 0 50px; border: 1px solid rgb(0 0 0 / 20%); position: relative;}

.sidebar-page section.widget.testi:before {position: absolute; content: ""; background-image: url(./images/innr-sprites.webp); background-repeat: no-repeat; background-position: -93px -10px; width: 50px; height: 37px; bottom: 25px; right: 0; left: 0; margin: auto;  }

.sidebar-page section.widget.testi h4.widget-title {margin: 0 0 25px; padding: 0; color: #091638; }

.sidebar-page section.widget.testi h4.widget-title:before{display: none;}

#page-content section.widget.testi .testi-item p {font-family: 'Geist'; font-weight: 400; font-size: 20px; color: #686a6e; line-height: 1.5; letter-spacing: 0; margin-bottom: 30px; }

#page-content section.widget.testi .testi-item .star-rat {width: 185px; height: 35px; background-image: url(./images/innr-sprites.webp); background-repeat: no-repeat; background-position: -163px -10px; margin: 0 auto 20px;  }

#page-content section.widget.testi .testi-item h6 {position: inherit;font-family: 'Geist';font-weight: 600;font-size: 30px;color: #091638;line-height: 1;text-transform: capitalize;letter-spacing: 0px;margin-bottom: 0px;bottom: inherit;}

#page-content section.widget.testi .testi-item::after, #page-content section.widget.testi .testi-item::before{display: none;}

#page-content section.widget.testi .testi-item {width: 100%;background-color: transparent;border:0px;margin: 0;padding: 0;}

#page-content section.widget.testi .testi-item {width: 100%;}

#page-column section.widget.testi.hm p {color: #000; }

#page-column section.widget.testi.hm {text-align: center; margin: 0; background-color: #b7b2b2; padding: 40px; }

.sidebar-page section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav {gap: 150px;margin: 45px 0 0;display: flex;justify-content: center;}

.sidebar-page section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button {background-image: url('./images/innr-sprites.webp' ) !important; background-position: -13px -10px !important; width: 20px; height: 20px; background-repeat: no-repeat; margin: 0 20px; border: none;transition:0.5s;font-size:0 !important }
.sidebar-page section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button:hover{background-position: -13px -49px !important; }
.sidebar-page section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next {background-position: -53px -10px !important; }
.sidebar-page section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next:hover {background-position: -53px -49px !important; }

h4.widget-title.csae-title {padding-top: 0; } 
section.widget.csae-res {border: 1px solid rgb(5, 13, 25, 0.2); background-color: rgb(255, 255, 255); padding: 35px 65px 30px; text-align: center; } 
section.widget.csae-res .sdbr-case-item h4 {position: relative; font-family: 'Cormorant Infant'; line-height: 1; letter-spacing: -1.2px; font-size: 60px; padding-top: 91px; margin: 0 0 7px; color: #161616; } 
section.widget.csae-res .sdbr-case-item h4::before{position: absolute; content: ''; background-image: url('./images/sprites.webp'); background-repeat: no-repeat; background-position: -36px -104px; top: 0px; left: 0px; right: 0px; margin: auto; width: 70px; height: 70px; transition: 0.5s; } 
section.widget.csae-res .sdbr-case-item p {font-family: 'Geist'; font-weight: 400; font-size: 18px; line-height: 1.33; letter-spacing: 0px; color: #000000; margin: 0px; } 
.case-res-bg {padding: 0 12px 12px 12px; position: relative; } 
.case-res-bg::before {position: absolute; content: ""; background-color: #070b17; width: 100%; height: 70.6%; left: 0px; bottom: 0; clip-path: polygon(0 0, 100% 67%, 100% 100%, 0% 100%); z-index: -1; } 
.case-sdbr-blk.owl-carousel .owl-nav {gap: 150px !important; margin: 25px 0 0 !important; display: flex; justify-content: center; } 
.case-sdbr-blk.owl-carousel .owl-nav button {background-image: url('./images/innr-sprites.webp' ) !important; background-position: -13px -10px !important; width: 20px !important; height: 20px !important; background-repeat: no-repeat; border: none; font-size: 0 !important; transition:0.5s; } 
.case-sdbr-blk.owl-carousel .owl-nav button:hover{background-position: -13px -49px !important; } 
.case-sdbr-blk.owl-carousel .owl-nav button.owl-next {background-position: -55px -10px !important; } 
.case-sdbr-blk.owl-carousel .owl-nav button.owl-next:hover {background-position: -53px -49px !important; } 



/*single attoreny page*/ 

.single-profile-block {display: flex; padding: 25px 20px 0 45px; justify-content: start; align-items: center;background: linear-gradient(90deg, #474854 0%, #02030f 100%); gap: 65px; margin: 0 0 30px;position:relative }
#page-column .single-profile-block .sp-block h2 {font-family: 'Cormorant Infant'; font-weight: 600; font-size: 65px; line-height: 0.9; text-transform: uppercase; letter-spacing: -2px; color: #fcc434; margin-bottom: 10px; } 
#page-column .single-profile-block .sp-block h5 {color: #fcc434;margin-bottom: 9px;}
#page-column .single-profile-block .sp-block h2 strong{color: #ffffff; } 
#page-column .single-profile-block .sp-block p {font-family: 'Geist'; font-weight: 400; font-size: 18px; line-height: 1; letter-spacing: 0px; color: #ffffff; margin: 0 0  20px; text-transform: uppercase; } 
#page-column  .single-profile-block .sp-block h6 {font-family: 'Geist'; font-weight: 400; letter-spacing: 0px; color: #ffffff; margin: 0 0 15px; text-transform: capitalize; } 
#page-column .profile-btn a.cmn-btn {color: #000000; padding: 17px 33px; } 
#page-column .profile-btn a.cmn-btn:hover{color: #ffffff; } 
.profile-tel {position: relative; padding-left: 48px; } 
#page-column .single-profile-block .profile-tel p a:hover{color: #ffffff; } 
.single-profile-block .profile-tel p a::before{content: ""; position: absolute; top: 0px; bottom: 0px; margin: auto; left: 0; width: 31px; height: 32px; background-image: url(./images/innr-sprites.webp); background-repeat: no-repeat; background-position: -368px -10px; } 
.single-profile-block .profile-tel p a {font-size: 30px; font-weight: 800; line-height: 1; color: #FFF !important; display: block; letter-spacing: 0px; margin: 11px 0px 0px;display:table} 
.single-profile-block .profile-tel p a:hover{color: #fcc434 !important;}
.single-profile-image {width: 34.2%;padding: 20px 20px 0;position: relative;z-index: 1;}
.single-profile-image  img{display: block; width: 100%; } 
.sp-block {width: 58.4%;padding-top: 0;z-index: 1;}
#page-column .accordion-profile h3 {background-color: #fafafa; padding: 14px 50px 13px 20px; cursor: pointer; width: 100%; border-radius: 0px; font-size: 26px;letter-spacing: 0; line-height: 1.2; color: #000000; margin: 0; border: 1px solid rgb(32, 32, 32, 0.25); background-image: url(images/down-arrow.webp); background-repeat: no-repeat; background-size: 21px; background-position: right 22px top 24px; }
#page-column .accordion-profile .accordion-profile-content {overflow: hidden; transition: max-height 0.4s ease; padding: 20px 10px 0; display: none; } 
#page-column .accordion-profile.active .accordion-profile-content {display: block; } 
#page-column .accordion-profile {margin: 0 0 18px; max-height: max-content !important; background-color: transparent; padding: 0; } 
#page-column .accordion-profile.active h3 {background-color: #fcc434; border-color: transparent; }
#page-column .profile-email a {font-family: 'Geist'; font-weight: 400; font-size: 20px; line-height: 1; letter-spacing: 0px; color: #fcc434; }
#page-column .profile-email a:hover{color: #fff;}
#page-column .profile-email{margin: 0 0 15px;}
#page-column .single-profile-block .sp-block .profile-address p {line-height: 1.5; text-transform: none; margin: 0 0 12px; }
.profile-socials {display: flex; justify-content: left; align-items: center; gap: 10px; margin: 0 0 15px; }
.profile-socials .profile-social-img{background-color: #ffffff;width: 50px;height: 50px;border-radius: 50%;padding: 10px;transition:0.5s}
.profile-socials .profile-social-img:hover{background-color: #fcc434;}
.profile-socials .profile-social-img img{width: 100%; display: block; }
.badge-lst {margin: 0 0 20px;display: flex;gap: 15px;align-items: center;}
.badg-itm img {width: auto;}
.quot {background: #fcc434;padding: 25px 60px 25px 25px;margin-bottom: 25px;border-radius: 15px;}
.quot p {color: #000 !important;}
#page-column .quot h6{margin-bottom:0;text-align: right;}

/* .single-profile-block:before {position: absolute;content: '';background-image: url(./images/single-profile-block-bg.webp);background-repeat: no-repeat;background-size: cover;background-position: center;width: 50%;height: 100%;left: 0;right: 0px;bottom: 0px;opacity: 77%;mix-blend-mode: luminosity;pointer-events: none;} */


/*testimonials page*/


#page-content .review-item {background: #fafafa;padding: 70px 55px 55px 48px;position: relative;width: 100%;height: 100%;display: inline-block;margin-bottom: 25px;text-align: center;border: 1px solid #c4c4c4;column-break-inside: avoid;-moz-column-break-inside: avoid;-webkit-column-break-inside: avoid;break-inside: avoid;page-break-inside: auto;-moz-page-break-inside: avoid;-webkit-page-break-inside: auto;-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;float: none;}
#page-content .review-item:before {position: absolute;content: "";background-image: url(./images/innr-sprites.webp);background-repeat: no-repeat;background-position: -10px -88px;width: 76px;height: 57px;top: 58px;right: 35px;margin: auto;}
#page-content .review-item .star-rat {background-image: url('./images/innr-sprites.webp'); background-repeat: no-repeat; background-position: -163px -10px; width: 184px;height: 35px; margin: 0 0 43px; display: block;}
#page-content .review-item p {line-height: 1.5; text-align: left; margin: 0 0 35px; }
#page-content .review-item h5 {font-family: 'Geist';line-height: 1;letter-spacing: 0;color: #091638;text-align: right;margin: 0;text-transform: capitalize;}
#reviews-main { column-count: 2; gap: 25px;}
#page-column .testimonial-btn{text-align: center;margin: 70px 0 0;}
 #page-column .testimonial-btn a.cmn-btn{color: #000;}
 #page-column .testimonial-btn a.cmn-btn:hover{color: #000;}

.single-profile-block.abt-pg .single-profile-image {padding: 0;background: transparent;}
.single-profile-block.abt-pg .single-profile-image:before{display:none}

/*contact page*/
.contact-page h2{ font-size: 55px; font-weight: 600; font-family: 'Cormorant Infant'; color: #000000; letter-spacing: -1.1px; line-height: 1; text-align: center; margin-bottom: 37px; text-transform: uppercase; }
.contact-page .in-cont-list {display: flex;justify-content: flex-start;gap: 38px;margin-bottom: 100px;}
.in-cont-item-bg { width: 28%; padding: 0px 0 10px 10px; position: relative; display: flex; }
.in-cont-item-bg::before { position: absolute; content: ""; background-color: #070b17; width: 93.8%; height: 67.7%; left: 0px; bottom: 0; clip-path: polygon(0 0, 100% 79%, 100% 100%, 0% 100%); z-index: -1; }
.in-cont-item-bg:hover::before{ background-color: #fcc434; }
.contact-page .in-cont-item { border: 1px solid #dcdfe2; width: 100%; padding: 35px 20px 37px; position: relative; background-color: #fff; transition: 0.5s; display: flex; flex-direction: column; align-items: center;  }
.contact-page .in-cont-item h4 { position: relative; font-size: 44px; font-weight: 600; padding-top: 120px; font-family: 'Cormorant Infant'; color: #000000; letter-spacing: 0px; line-height: 1; text-transform: uppercase; text-align: center; margin-bottom: 10px; }
.contact-page .in-cont-item h4::before { position: absolute; content: ''; width: 106px; height: 101px; background-image: url('./images/innr-sprites.webp'); background-repeat: no-repeat; background-position: -233px -65px; top: 0px; left: 0px; right: 0px; margin: auto; }
.in-cont-item.phn h4::before { background-position: -368px -65px; }
.in-cont-item.icon h4::before{ background-position: -106px -65px; } 
.contact-page .in-cont-item p a { font-size: 18px; font-family: 'Geist'; font-weight: 600; text-decoration: none; text-transform: uppercase; color: #fcc434; line-height: 1; letter-spacing: 3.6px; display: block; margin-top: 20px; }
.contact-page .in-cont-item p a:hover{color: #000000;}
.contact-page .in-cont-item.in-cont-item.phn p a{ font-weight: 400; color: #000000; font-size: 34px; margin-top: 5px; letter-spacing: 0.68px; }
.contact-page .in-cont-item.in-cont-item.phn p a:hover{ color: #fcc434; }
.contact-page .in-cont-item p { font-size: 20px; font-weight: 400; font-family: 'Geist'; color: #000000; letter-spacing:0.4px; line-height: 1.4; text-align: center; margin-bottom: 0px; }
.in-cont-item.icon .in-icon-blk a{ background-image: url('./images/sprites.webp'); background-repeat: no-repeat; background-position: -362px -391px; width: 66px; height: 65px; background-color: #fcc434; border: 2px solid transparent; display: inline-block; font-size: 0; }
.in-cont-item.icon .in-icon-blk a:hover {background-color: #ffffff; border: 2px solid #fcc434;}
.in-cont-item.icon .in-icon-blk{display: flex;justify-content: center;gap: 20px;}
.in-cont-item.icon .in-icon-blk a.instagram {background-position: -422px -392px; }
.content-map-iframe{border-top: 2px solid #fcc434;}
.content-map-iframe iframe {width: 100%; height: 627px; display: block; }
#page-content.content-area {padding-bottom: 0; }
.in-icon-blk {font-size: 0; }
.cont-blk {display: flex;justify-content: space-between;margin-bottom: 100px;}

.conatct-michael-image {position: absolute; width: 18%; bottom: -100px; right: -58px; }
.in-cont-blk {position: relative; }

/*Blog page*/

.posts-list {width: 32.6%;background-color: #fff;position: relative;border: 1px solid #b6c5c6;padding: 14px 14px 65px;}

.posts-list:hover { background:#080b12; border-color: #fcc434;}

#post-content .posts-list:hover .posts-block h3 a { color:#ffffff; }

#post-content .posts-list:hover .posts-readmore a { color:#fcc434; }

.posts-thumbnail {margin-bottom: 20px;border: 1px solid rgb(0 0 0 / 15%);}

.posts-list:hover .posts-thumbnail{border-color: #fcc434;}

#post-column-full {width: 100%;display: flex;flex-wrap: wrap;justify-content: center;gap: 25px 15px;}

#post-content .posts-thumbnail img {width: 440px;display: block;height: 234px;object-fit: cover;object-position: center;}

#post-content .posts-list .posts-block {padding: 0;}

#post-content .posts-list .posts-block h3 {margin: 0 0 20px;line-height: 1;}

#post-content .posts-list .posts-block h3 a {display: inline-block;font-weight: 600;line-height: 1.2;letter-spacing: -0.6px;font-size: 28px;color: #000000;font-family: 'Cormorant Infant';text-transform: uppercase;}

.posts-readmore {position: absolute;left: 15px;bottom: 35px;}

#post-content .posts-list .posts-readmore a {font-size: 18px;font-family: 'Geist';font-weight: 500;line-height: 1.2;letter-spacing: 0.3px;text-transform: uppercase;display: inline-block;color: #000000;}

#post-content .posts-list .posts-readmore a:before {position: absolute;content: "";width: 20px;height: 20px;background-image: url(./images/innr-sprites.webp);background-repeat: no-repeat;background-position: -53px -10px; top: 0px;right: -30px;}

#post-content .posts-list:hover .posts-readmore a:before{   filter: brightness(0) invert(1);     }

#post-content .posts-list .posts-readmore a:before {  }

#page-column .single-meta {display: flex;align-items: center;justify-content: flex-start;gap: 6px;margin: 0 0 30px;}

#page-column .single-author .author-by, #page-column .single-author .meta-date {font-size: 20px;    font-family: 'Geist';font-weight: 500;line-height: 1.1;letter-spacing: 0;color: #000000;margin: 0;}

.single-author-box {padding: 15px; border: 1px solid #000; margin: 30px 0; display: flex; justify-content: space-between; gap: 20px; }

.single-author-description {font-size: 18px;font-family: 'Geist';font-weight: 400;line-height: 1.6;letter-spacing: 0;color: #000000;margin: 0;}

.single-pagination {margin: 30px 0 0;}
.single-author-avatar {width: 20%; }
.single-author-info {width: 80%; }
#page-column .single-author-info h5{margin:  0 0 10px; }
.post-navigation .nav-links {display: flex; justify-content: space-between; margin: 40px 0 0; } 
.post-navigation .nav-previous,.post-navigation .nav-next{flex: none; } 
#page-column .single-pagination .nav-links a {    font-family: 'Geist'; font-weight: 500; font-size: 18px; line-height: 1; letter-spacing: 0px; text-transform: uppercase; color: #000000; display: inline-block; text-align: center; padding: 17px 25px 14px; background-color: rgb(252, 196, 52); position: relative; transition: all 0.3s ease; z-index: 1; border: 2px solid transparent;} 
#page-column .single-pagination .nav-links a:hover {    background-color: transparent; border-color: rgb(252, 196, 52);} 
.widget{margin: 0;}


/*blog sidebar*/

.sidebar-blog.blog-sidebar-itm {display: block;}

.sidebar-blog {display: flex;justify-content: center;gap: 15px;margin: 0 0 50px;}

.widget h2 {display: none;}

.sidebar-blog-item {width:100%;margin: 0;position: relative;}

.sidebar-blog input.search-field, .sidebar-blog .widget select, 

.sidebar-item.sidebar_search input.search-field, 

.sidebar-blog.blog-sidebar-itm .widget select {padding: 20px 48px 20px 25px;border-radius: 0;display: block;position: relative;border: none;font-size: 18px;    font-family: 'Geist';font-weight: 500;color: #000000 !important;line-height:130%;letter-spacing: 0;width: 100%;max-width: 100%;appearance: none;outline: 0;background-color: #fcc434;}

.sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select {background-image: url(images/down-arrow-icon.webp) !important;background-position: right 25px center;background-size: 18px;background-repeat: no-repeat;}

.sidebar-blog input.search-submit, 

.sidebar-blog input.search-submit, .sidebar-item.sidebar_search input.search-submit {position: absolute; right: 24px; top: 0; bottom: 0; margin: auto; background-image: url(images/blog_search_icon.webp) !important; background-repeat: no-repeat; border-radius: 0px !important; width: 20px; height: 20px; border: none; font-size: 0; cursor: pointer; background-color: transparent; padding: 0; outline: 0; transform: inherit; }

.blog .sidebar-blog .search-form {position: relative;}

#post-column-full .post-pagination {width: 100%;}

#post-column-full .nav-links {text-align: center; display: flex; justify-content: center; align-items: center; margin: 20px 0px 0; flex-wrap: wrap; gap: 5px; }

#post-column-full .nav-links .page-numbers {width: 60px;height: 60px;margin: 0;padding: 5px;font-size: 35px;font-weight: 600;font-family: 'Cormorant Infant';line-height: 1;letter-spacing: 0;border: 0;text-align: center;color: #000;display: flex;justify-content: center;align-items: center;}

#post-column-full .nav-links .page-numbers.current, #post-column-full .nav-links .page-numbers:hover {background-color: #fcc434;color: #101b33;}

#post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers {font-size: 0;background-image: url(./images/innr-sprites.webp);background-position: -13px -10px;display: inline-block;width: 20px;height: 20px;background-repeat: no-repeat;margin: 0 20px;border: none;padding: 0;}

#post-column-full .nav-links a.next.page-numbers {background-image: url(./images/innr-sprites.webp);background-position: -52px -10px;}
#post-column-full .nav-links a.prev.page-numbers:hover{ background-position: -13px -49px; background-color: transparent;}
#post-column-full .nav-links a.next.page-numbers:hover{ background-position: -53px -49px; background-color: transparent;}

.sidebar-blog.blog-sidebar-itm input, .sidebar-blog.blog-sidebar-itm .widget select, .sidebar-blog.blog-sidebar-itm input.search-field {color: rgba(0, 0, 0, 1) !important;}

.sidebar-page .sidebar-blog button:hover {background-position: right 0 center ;}

.sidebar-page .sidebar-blog.blog-sidebar-itm .widget select option {color: #000;}

.sidebar-blog.blog-sidebar-itm {flex-direction: column;gap: 0;overflow: hidden;}

.sidebar-page .sidebar-blog.blog-sidebar-itm {background-color: #ffffff; padding: 30px 15px; border: 1px solid rgb(0 0 0 / 20%); margin: 10px; position: relative;overflow:inherit; }

.sidebar-page .sidebar-blog.blog-sidebar-itm:before {position: absolute; content: ""; width: calc(100% + 20px); height: 100%; background: #000000; bottom: -10px; left: -10px; z-index: -1; clip-path: polygon(0 45%, 100% 79%, 100% 100%, 0% 100%); }

.sidebar-page .sidebar-item.sidebar_archives{margin: 0 !important;}

.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-blog-item.blog_search {width: 100%;margin: 0 0 30px;}

.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {padding: 0; background-color: transparent; border: 0; text-align: left; margin: 0 0 17px; font-size: 40px; font-weight: 600; letter-spacing: 0; text-transform: uppercase; line-height: 1; color: #000000; font-family: 'Cormorant Infant'; }

.sidebar-page .sidebar-blog.blog-sidebar-itm .widget.widget_archive {margin: 0 !important;}

.sidebar-page .sidebar-item.sidebar_categories, .sidebar-page .sidebar-item.sidebar_archives, .sidebar-page .sidebar-item.sidebar_search {background-color: transparent;margin: 0 0 25px;padding: 0;}

.sidebar-item.sidebar_search input.search-field {margin-bottom: 50px;}

.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2::before{display: none;}
 

/*Area served page*/

#page-content .areaserved-item-list {background-color: #931917; border-radius: 30px; padding: 45px; margin-bottom: 20px; } 
#page-content .areaserved-item-list h2 {color: #fff; text-align: center; } 
#page-content .areaserved-list {margin-bottom: 0px; display: flex; justify-content: center; flex-wrap: wrap; } 
#page-content .areaserved-item {width: 32%; margin: 0px 0.6% 1%; padding: 0px; } 
#page-content .areaserved-item:before {display: none; } 
#page-content .areaserved-item a {font-family: 'Geist'; font-size: 22px; font-weight: 600; line-height: 1; padding: 15px 10px; background-color: #f6f2ea; color: #931917; display: flex; text-align: center; min-height: 70px; justify-content: center; align-items: center; } 
#page-content .areaserved-item a:hover {background-color: #000; color: #f6f2ea; } 
#page-content #areaserved-main {text-align: center; }

/*Practice Areas Page*/

#page-column .hm-practice-areas-list.in-pratice-area {display: flex; flex-wrap: wrap; justify-content: center; row-gap: 20px; column-gap: 50px; margin: 0px; align-items: stretch; } 
#page-column .hm-practice-areas-list.in-pratice-area .hm-practice-areas-item h5 {font-family: 'Geist'; margin: 0px; line-height: 1; color: #050d19; text-transform: capitalize;min-height: 60px; } 
#page-column .hm-practice-areas-list.in-pratice-area  .prc-areas-itmbtn a {color: #443d2a; } 
#page-column .hm-practice-areas-list.in-pratice-area .hm-practice-areas-item {padding: 19px 24px 21px 18px; } 
#page-column .hm-practice-areas-list.in-pratice-area .hm-practice-areas-item .practice-icon {margin: 0 0 116px; } 
.related-insights-posts .posts-list {width: 100%; padding: 0 0 25px; } 
#page-column .hm-practice-areas-list.in-pratice-area .hm-practice-areas-itembg {width: 22.3%; display: flex; } 
.related-insights-posts .posts-thumbnail {margin-bottom: 16px; } 
.related-insights-posts {display: flex; } 
.related-insights-posts .posts-block {padding: 0 15px; }

/* Case Results */

.hm-case-result-list.in-case-results-list {display: flex; justify-content: center; align-items: center; flex-wrap: wrap; row-gap: 21px; column-gap: 60px;margin-bottom: 50px; } 
.hm-case-result-list.in-case-results-list .hm-case-result-itm {width: 28.5%; padding: 36px 40px 33px; } 
#page-column .hm-case-result-list.in-case-results-list .hm-case-result-itm h5{font-size: 60px; padding-top: 80px; margin: 0px 0 5px; } 
#page-column .hm-case-result-list.in-case-results-list .hm-case-result-itm p{font-family: 'Geist'; font-weight: 400; font-size: 18px; line-height: 1.33; letter-spacing: 0px; color: #000000; margin: 0px; }
.case-results-pg-cnt {text-align: center; }

.cmn-box {border: 2px solid #000; padding: 52px 70px 63px; text-align: center; position: relative; z-index: 1; } 
.cmn-box::before{position: absolute; content: ''; background-image: url('./images/cta-box-bg.webp'); background-repeat: no-repeat; background-size: 100% 100%; top: 0px; bottom: 0px; left: 0px; width:100%; height: 100%; pointer-events: none;    z-index: -1;} 
.cmn-box-bg{padding: 0 0px 20px 20px; margin: 40px 0 ; position: relative; } 
.cmn-box-bg::before {position: absolute; content: ""; background-color: #070b17; width: 50.4%; height: 48.6%; left: 0px; bottom: 0; clip-path: polygon(0 0, 100% 79%, 100% 100%, 0% 100%); z-index: -1; } 
#page-column .cmn-box  h2 {font-size: 49px; line-height: 1.15; letter-spacing: 0px; padding-bottom: 14px; margin-bottom: 24px; position: relative; text-transform: capitalize; } 
#page-column .cmn-box  h2::before {position: absolute; content: ''; background-color: #080b12; background-repeat: no-repeat; width: 89.3%; height: 2px; left: 0; right: 0; bottom: 0; margin: auto; } 
#page-column .cmn-box  h2 strong{display: block; font-size: 61px; font-weight: 700;  text-transform: uppercase;} 
#page-column .cmn-box  p {font-family: 'Geist'; font-weight: 400; font-size: 25px; line-height: 1; letter-spacing: 0px; margin: 0 0 27px; } 
.cnslt-btn a.cmn-btn {padding: 17px 34px; } 
.cnslt-btn a.cmn-btn:hover{background-color: transparent !important; } 
.cmn-box .cnslt-call {position: relative; padding-left: 50px; } 
#page-column .cmn-box .cnslt-call p {font-family: 'Geist'; font-weight: 500; font-size: 18px; line-height: 1; letter-spacing: 0px; color: #000000; text-transform: uppercase; text-align: start   ; margin: 0px; } 
#page-column .cmn-box .cnslt-call  p  a {font-size: 30px; font-weight: 800; line-height: 1; display: block; letter-spacing: 0px; margin: 6px 0px 0px; } 
#page-column .cmn-box .cnslt-call p a:hover{color: #000 !important; } 
#page-column .cmn-box .cnslt-call  p  a::before {content: ""; position: absolute; top: 0px; bottom: 0px; margin: auto; left: 0; width: 31px; height: 32px; background-image: url(./images/innr-sprites.webp); background-repeat: no-repeat; background-position: -368px -10px; } 
.cmn-box-cnslt-btn {display: flex; justify-content: center; gap: 28px;align-items: center; }

/* cta two */

.cmn-box-two  a.cmn-btn:hover{color: #ffffff !important;}
.cmn-box-two {margin: 40px 0; display: flex; justify-content: space-between; padding: 29px 28px 0px 14px; position: relative;}
.cmn-box-two::before{position: absolute; content: ''; background-image: url('./images/cta-two-bg.webp'); background-repeat: no-repeat; background-size: 100% 100%; top: 0px; bottom: 0px; left: 0px; width: 62.2%; height: 100%; opacity: 25%; mix-blend-mode: luminosity; pointer-events: none;}
.cta-two-image { width: 39.9%; padding-top: 18px; position: relative; z-index: 1; }
.cta-two-image img { width: 100%; display: block; } 
.cta-two-content { height: fit-content; position: relative; width: 65.2%; padding: 25px 20px 30px 60px; margin-left: -30px; border-bottom: 2px solid; border-image: linear-gradient(90deg, rgba(204, 159, 54, 1) 0%, rgba(204, 159, 55, 1) 50%, rgba(204, 159, 55, 1) 100%); border-image-slice: 1; }
#page-column .cta-two-content h2 { font-family: 'Cormorant Infant'; font-weight: 600; font-size: 52px; line-height: 1.1; text-transform: capitalize; letter-spacing: -1.04px; margin-bottom: 34px; }
#page-column .cta-two-content strong {font-weight: 600; font-size: 60px; letter-spacing: -1.3px; display: block;color: #fcc434;text-transform:uppercase; }
#page-column .cta-two-content strong b{font-weight: 600;text-transform: uppercase;}
#page-column .cta-two-content::before { position: absolute; content: ""; top: 0; right: 0; width: 2px; height: 100%; background: linear-gradient(245deg, rgba(209, 167, 65, 1) 26%, rgba(252, 250, 154, 1) 50%, rgba(205, 164, 62, 1) 77%); }
#page-column .cta-two-content::after { content: ""; position: absolute; top: 0; right: 0px; width: 31%; height: 2px; background: linear-gradient(245deg, rgba(205, 162, 60, 1) 39%, rgba(204, 162, 60, 1) 100%); } 


/* about */

.attry-list {margin: 0 0 30px; } 
.attry-image img{width: 100%; display: block; } 
#page-column .attry-content h3 {font-size: 49px; letter-spacing: -0.98px; color: #000000; text-transform: uppercase; line-height: 1; margin: 0 0 10px; } 
#page-column .attry-content p {color: #091638; line-height: 1; text-transform: capitalize; margin: 0px; } 
.attry-item{position: relative; z-index: 1; padding: 0 12px 25px 12px; text-align: center; width: 47.5%;margin: auto;} 
.attry-item::before {position: absolute; content: ""; width: 100%; height: 64.6%; left: 0px; right: 0px; margin: auto; bottom: 0; background: linear-gradient(90deg, #D9A03D 0%, #FCE39A 50%, #D9A03D 100%); clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%); z-index: -1; } 
.attry-item .attry-image {width: 100%; padding: 10px 42px 0px; border: 2px solid transparent; background-color: #ffffff; border-image: linear-gradient(270deg, #CC9F37 0%, #FDFB9B 50%, #CC9F37 100%) 1; } 
.attry-content {padding: 20px 0 0; }

#page-column .single-profile-block.abt-pg .sp-block p{line-height: 1.6;text-transform:none;}
.single-profile-block.abt-pg {justify-content: space-between; gap: 0; flex-wrap: wrap; }
#page-column .single-profile-block.abt-pg .sp-block h2{color:#fff;}
.abt-profile-box-title {width: 100%; }
#page-column .abt-profile-box-title h2 {color: #fff; text-align: center; }
#page-column .single-profile-block.abt-pg .profile-btn a.cmn-btn {padding: 13px 15px 10px; font-size: 16px; }



.post-author-bio {display: none;}
.ftr-block-sec p{text-align: left;}
.ftr-itm .social-icons a.inkdin,.in-cont-item.icon .in-icon-blk a.inkdin {background-image: url(images/lknin.webp);z-index: 99;background-position: center;}

.page_default .genpg-rite section.no-results.not-found form.search-form, .page_default .genpg-rite section.no-results.not-found h1, p.gform_required_legend {display: none;}


/* .widget.widget_fact_checked p { margin-bottom: 0px;  display: flex; align-items: center;} */
.widget.widget_fact_checked p {margin-bottom: 0px; } 
.widget.widget_fact_checked p.mod_date span {margin-left: 10px; } 
.widget.widget_fact_checked p.widget-names {margin-left: 10px; } 
.widget.widget_fact_checked p.widget-names a {text-decoration: underline !important; } 
.widget.widget_team_bios .member_bios {padding: 20px 20px 0; text-align: center; margin-bottom: 0px; color: #000; } 
.widget.widget_team_bios .member_bios .bio_pic {margin-bottom: 15px; } 
.widget.widget_team_bios .member_bios .bio_name p a {font-size: 20px; text-decoration: underline; font-weight: bold; } 
section.widget.widget_recent_entries {background-color: #b7b2b2; padding: 20px; margin-bottom: 20px; } 
section.widget.widget_recent_entries ul li:before {display: none; } 
#page-column section.widget.widget_recent_entries ul li .readMorebtn a.cmbtn:hover {color: #fff; } 
.readMorebtn a {display: inline-block; padding: 16px 50px; background-color: #000; color: #fff; line-height: 1; text-transform: capitalize; } 
.widget_recent_entries ul li {margin-bottom: 10px; } 
section.widget.widget_team_bios {background-color: #fff4f4; padding: 20px 20px 30px; margin-bottom: 20px; text-align: center; } 
#page-column section.widget.csae-res, #page-column section.widget.widget_team_bios, #page-column section.widget.testi, #page-column section.widget.widget_recent_entries {margin: 35px 0; } 
#page-column section.widget.widget_recent_entries {padding-bottom: 30px; } 
#page-column section.widget.widget_recent_entries h4.widget-title {text-align: center; } 
#page-column section.widget.widget_recent_entries ul {display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin: 0; } 
#page-column section.widget.widget_recent_entries ul li {width: 100%; position: relative; background-color: #ffffff80; padding: 18px 15px 58px; margin: 0; } 
.hm-insights.owl-carousel .owl-item, .hm-insights.owl-carousel .owl-stage {display: flex; } 
#page-column section.widget.widget_recent_entries.hm {background-color: transparent; padding: 0; } 
#page-column section.widget.widget_recent_entries.hm h4.widget-title {text-align: left; } 
#page-column section.widget.widget_recent_entries.hm ul li {background-color: #000; } 
#page-column section.widget.widget_recent_entries ul li a {font-size: 22px; margin: 0 0 15px; display: inline-block; line-height: 1.1; } 
#page-column section.widget.widget_recent_entries ul li p {font-size: 16px; line-height: 1.6; margin: 0 0 15px; color: #fff; } 
#page-column section.widget.widget_recent_entries ul li .readMorebtn {position: absolute; bottom: 18px; } 
#page-column section.widget.widget_recent_entries ul li .readMorebtn a.cmbtn {margin: 0; font-size: 15px; padding: 14px 20px 12px; line-height: 1; } 
/*Testimonial Styling*/ .testi-cta-title, .caseresult-cta-title, .team-cta-title, .posts-cta-title{text-align: center; text-transform: uppercase; } 
.cta-btn {text-align: center; margin-top: 20px; } 
.cta-btn a.cmn-btn{color: #fff !important; } 
.cta-btn a.cmn-btn:hover {color: #000 !important; } 
.testimonial-cta-block{width: 100%; margin-bottom: 30px; } 
.testimonial-cta-block .testi-slider.owl-carousel {display: block; } 
#page-column .testimonial-cta-block .testi-content p {} 
#page-column .testimonial-cta-block .testi-content h5{text-align: right; margin: 0; text-transform: uppercase; } 
.testimonial-cta-block .cta-btn {text-align: center; } 
#page-column .testimonial-cta-block .cta-btn a{color: #fff; } 
.testimonial-cta-block h2.cta-title {text-align: center; } 
.testimonial-cta-block .testi-item {text-align: left; padding: 35px; } 
.where-from-review-logo {width: 40px; height: 40px; margin-right: 20px; } 
.star-rating-list {display: flex; justify-content: flex-start; align-items: center; margin-bottom: 20px; } 
#page-column .testimonial-cta-block .testi-slider.owl-carousel .owl-nav {display: flex; justify-content: center; align-items: center; gap: 20px; padding: 20px 0; } 
#page-column .testimonial-cta-block .testi-slider.owl-carousel .owl-nav button {background-image: url(../images/innr-sprites.webp) !important; background-position: -13px -10px !important; width: 20px !important; height: 20px !important; background-repeat: no-repeat; font-size: 0; } 
#page-column .testimonial-cta-block .testi-slider.owl-carousel .owl-nav button.owl-next {background-position: -55px -10px !important; } 
/*Case Result*/ #page-column .case-results-cta, .widget.widget_related_insights {margin-bottom: 30px; } 
#page-column .case-results-cta .case-slider.owl-carousel {display: block; } 
.page-container .full-width .case-results-cta .case-item,#page-column .case-results-cta .case-item {border: 1px solid rgb(5, 13, 25, 0.2); background-color: rgb(255, 255, 255); padding: 30px 40px; text-align: center; } 
.page-container .full-width .case-results-cta .case-item h4,#page-column  .case-results-cta .case-item h4, .page-container .full-width .case-results-cta .case-item p,#page-column  .case-results-cta .case-item p{color: #202020; } 
#page-column .case-results-cta .cta-btn {text-align: center; } 
.page-container .full-width .case-results-cta .cta-btn a, #page-column .case-results-cta .cta-btn a{} 
.page-container .full-width .case-results-cta .case-item h4,#page-column .case-results-cta .case-item h2 {position: relative; padding-top: 91px; margin-bottom: 9px; line-height: 1; } 
.page-container .full-width .case-results-cta .case-item h4,#page-column .case-results-cta .case-item h2::before {position: absolute; content: ''; background-image: url('../images/sprites.webp'); background-repeat: no-repeat; background-position: -36px -104px; top: 0px; left: 0px; right: 0px; margin: auto; width: 70px; height: 70px; transition: 0.5s; } 
#page-column .case-results-cta .case-item h4:before {position: absolute; content: ""; background-color: #fff; width: 30%; height: 2px; bottom: 18px; left: 0; right: 0; margin: auto; } 
#page-column .case-results-cta .case-slider {/*display: flex;*/ justify-content: center; gap: 20px; flex-wrap: wrap; } 
.page-container .full-width .case-slider .case-item{width: 48%; } 
.full-width section.case-results-cta {margin: 30px 0; } 
.page-container .full-width  h2.cta-title{font-size: 40px; text-align: center; } 
.page-container .full-width .case-slider {display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } 
#page-column .case-results-cta {text-align: center; } 
#page-column .case-results-cta .case-item p {margin: 0px; } 
#page-column .widget.widget_related_insights h4 {text-align: left; padding: 0px; } 
#page-column .widget.widget_related_insights ul li:before{top: 21px; } 
#page-column .testimonial-cta-block .star-rating {background-image: url('../images/innr-sprites.webp'); background-repeat: no-repeat; background-position: -163px -10px; width: 184px; height: 35px; margin: 0 0 25px -6px; display: block; } 
#page-column section.widget.widget_team_member {margin: 0 0 30px; } 
#page-column section.widget.widget_team_member h4.widget-title {text-align: center; } 
#page-column section.widget.widget_team_member .team_member_item {padding: 0 12px 20px 12px; text-align: center; width: 100%; text-transform: uppercase; position: relative; } 
#page-column section.widget.widget_team_member .team_member_item::before{position: absolute; content: ""; width: 100%; height: 64.6%; left: 0px; right: 0px; margin: auto; bottom: 0; background: linear-gradient( 90deg, #D9A03D 0%, #FCE39A 50%, #D9A03D 100% ); clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%); z-index: -1; } 
#page-column section.widget.widget_team_member .team_member_pic {width: 100%; padding: 10px 30px 0px; border: 2px solid transparent; background-color: #ffffff; border-image: linear-gradient( 270deg, #CC9F37 0%, #FDFB9B 50%, #CC9F37 100% ) 1; margin: 0 0 10px; } 
#page-column section.widget.widget_team_member .team_member_tags {display: none; } 
#page-column section.widget.widget_team_member .team_member_pic img {width: 100%; display: block; } 
#page-column section.widget.widget_team_member .team_member_name h4 {margin-bottom: 10px; } 
#page-column section.widget.widget_team_member .team_member_summary h6 {margin: 0; text-transform: capitalize; } 
#page-column .widget.widget_related_insights h4 {text-align: left; padding: 0px; } 
#page-column .widget.widget_related_insights h4 a{color: #000; } 
#page-column .widget.widget_related_insights .posts-list:hover h4 a{color: #fff; } 
#page-column .widget.widget_related_insights ul li:before{top: 21px; } 
.related-insights-posts .posts-thumbnail img {width: 100%; display: block; height: 235px; object-fit: cover; object-position: center; } 
.widget-description {max-height: 0; overflow: hidden; transition: max-height 0.3s ease; margin: 0; /* remove extra spacing */ } 
.widget-description.active {max-height: 500px; /* adjust as needed */ margin-top: 10px; } 
.widget-names {cursor: pointer; font-weight: bold; } 
.fact-checked-sec {background-color: #f7f7f9; padding: 30px 0px; } 
.checked_by{font-size: 20px; line-height: 1.2; } 
p.mod_date {font-size: 20px; width: 29%; display: flex; justify-content: flex-end; } 
.checked-left {width: 100%; display: flex; justify-content: flex-start; align-items: center; position: relative; } 
.widget.widget_fact_checked  a {color: #bf2724; } 
.checked-left p.widget-names::before{position: absolute; content: ''; width: 16px; height: 16px; background-image: url(../images/drop-down-arrow.webp); background-position: 0px 0px; background-repeat: no-repeat; top: 0px; right: 0px; bottom: 0px; margin: auto; } 
.checked-left p.widget-names.nameactive::before{transform: rotate(180deg); } 
.checked-right {width: 100%; } 
.widget.widget_fact_checked .fact_checked_inner {display: flex; justify-content: space-between; min-height: 45px; align-items: flex-start; } 
.widget.widget_fact_checked .fact_checked_inner .checked_by {display: flex; justify-content: flex-start; align-items: center; width: 70%; } 
.custom-block-list {background: #ffffff;padding: 15px;border: 1px solid #686a6e;margin-bottom: 25px;} 
.custom-block-list > :last-child {margin-bottom: 0 !Important;}



/* responsive */

@media screen and (min-width:1921px) {
.hm-why-choose-sec .container, .hm-attorney-sec{max-width: 1920px;margin: auto;}

.hm-serving-sec .container {position: relative; }
.serving-right {width: 59.1%; right: -113px; bottom: -143px; }

}

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


}

@media screen and (max-width:1800px) {
.hm-case-result .container {max-width: 1600px;}

.hm-case-result { padding: 85px 0px 50px; }
.hm-case-result-itm {    padding: 40px 75px 40px;}
.hm-case-result-itm h5 {    font-size: 58px;}



.hm-why-choose-sec { padding: 110px 0 0px;}
.hm-why-choose-sec .text-heading { margin-bottom: 55px; }
.hm-why-choose-item h4 {    font-size: 25px;}
.hm-why-choose-item {    min-height: 320px;padding: 60px 45px 30px;}
.hm-why-choose-item p {    font-size: 18px; }
.hm-why-choose-item.active h4 { margin-bottom: 15px; } 
.hm-why-choose-item.active { padding: 55px 38px 60px; }
.hm-why-choose-btm { padding: 30px 0;}
.hm-why-choose-btm p {    font-size: 22px;    letter-spacing: -0.32px;}
.hm-why-choose-btm p a {font-size: 24px;}

.form-sctn {max-width: 1600px;padding: 80px 0 90px;} 
.form-sctn .container {max-width: 1400px; }
.form-lft {padding: 39px 0 0;} 
.form-sub-heading {font-size: 30px; margin-bottom: 8px;} 
.hm-form-sec .text-heading {font-size: 55px; margin: 0;} 
.hm-form-sec .text-heading strong {font-size: 75px;} 
.form-rt p {font-size: 17px; margin: 0 0 21px;}

}

@media screen and (max-width:1700px) {
.hm-case-result .container{max-width: 1500px;}
	
	.hm-bnr-blk {padding: 0 15px 0 0; }
	.hm-banner-tel-item {transform: scale(0.9); right: -88px;}

.hm-case-result { padding: 85px 0px 50px; }
.hm-case-result-itm {padding: 40px 60px 40px; }

.hm-why-choose-sec {padding: 90px 0 0px; }
.hm-why-choose-sec .text-heading {margin-bottom: 50px;}
.hm-why-choose-item h4::before{transform: scale(0.9);}
.hm-why-choose-item p {letter-spacing: -0.1px;}
.hm-why-choose-item {min-height: 310px; }

.hm-practice-areas-sec {padding: 95px 0 82px; } 
.hm-practice-areas-item {padding: 20px 49px 30px 20px; } 

.hm-testimonials-sec {padding: 82px 0 118px; }
.testimonials-leftbttm {padding: 36px 66px 33px 18px; } 

.hm-serving-sec {padding: 130px 0 108px; } 
.serving-left h2.text-heading{font-size: 50px; line-height: 1.0;} 
.serving-left p {font-size: 19px;margin: 0 0 25px; } 

.meet-michael-right h2.text-heading {margin: 0 0 15px;font-size: 55px; } 
.meet-michael-right h3 {font-size: 21px; margin: 0 0 17px; } 
.meet-michael-right p {font-size: 18px;  margin: 0 0 22px; } 
.meet-michael-right .meet-michael-rgtbttm p {margin: 0 0 13px; } 
.meet-michael-rgtbttm h4 {font-size: 22px; margin: 0 0 23px; } 
.meet-michael-left {width: 48%; } 
.meet-awards-img {right: 90px; top: 100px;} 
.meet-michael-right {width: 50%;position: relative;z-index: 9;}
.hm-attorney-sec {padding: 90px 0;}
.serving-icon {right: 90px;}

.hm-faq-sec {padding: 67px 0 180px 0; }

.form-sctn {max-width: 1500px;padding: 78px 0 83px;} 
.form-sctn .container {max-width: 1350px; }
.form-cnt {justify-content: center;} 
.hm-leading-media-sec {padding: 90px 0;} 
.ldng-media-lft {padding-top: 35px;} 
.ldng-media-lft .text-heading {font-size: 75px;} 
.ldng-media-cnt {justify-content: center; gap: 105px;} 
.ldng-media-blk {border: 18px solid #ffff; } 
.form-sctn {margin: -90px auto 0} 
.form-sub-heading {font-size: 25px; margin-bottom: 6px; }
.hm-form-sec .text-heading {font-size: 52px;}
.hm-form-sec .text-heading strong {font-size: 70px; }
.hm-form .gform_wrapper .top_label input[type="submit"] {font-size: 17px !important; padding: 18px 30px !important;}




}

@media screen and (max-width:1600px) {
  .hm-case-result .container, .page-container,  .post-container, .container {max-width: 1400px;}

a.cmn-btn {font-size: 17px; padding: 15px 40px 14px;}
.text-heading {font-size: 58px;}

.hdr-btn-item li { font-size: 17px;  letter-spacing: 4.4px;}
.header-number .header-review-btn a { font-size: 17px;}
.hdr-top-rit {gap: 25px;}
#main-navigation ul li a {padding: 0 0 20px 23px;}

.hm-banner-sec { padding: 190px 0 0;}
.hm-bnr-lft h1 {    font-size: 135px;     letter-spacing: -1.9px;}
.hm-bnr-lft h1 small { font-size: 70px; letter-spacing: -1px;}
.hm-bnr-lft p {    letter-spacing: -0.32px;     font-size: 32px;}
.hm-brn-cont {  margin: -70px 0 30px; padding: 35px 0 35px 30px;}
.hm-banner-tel-item {transform: scale(0.8); bottom: 10px; right: -70px; padding: 60px 0 0px; }
.hm-banner-tel-number a::before { transform: scale(0.9);}
.hm-banner-tel-number a {    letter-spacing: -0.36px;    font-size: 20px;}
.hm-banner-tel-number { margin-bottom: 20px; } 
.hm-brn-cont p.hm-brn-para {font-size: 35px;}
    .hm-bnr-blk {padding: 0 50px 0 0;}

.hm-case-result-itm { padding: 38px 50px 38px; }
.hm-case-result-itm h5 { font-size: 55px; padding-top: 90px; }
.hm-case-result .text-heading {font-size: 48px;    margin-bottom: 20px;}
.hm-case-result {padding: 80px 0px 40px; }
.hm-case-result .owl-nav {margin: 50px auto -35px;    max-width: 420px;}
.hm-case-result-itm h5::before{transform: scale(0.9);}

.hm-about-blk {    gap: 160px;}
.hm-about-sec .text-heading::before { transform: scale(0.9); right: 105px;top: 165px; }
.hm-about-sec {padding: 45px 0 65px;}
.hm-about-sec .text-heading strong {font-size: 35px;}
.hm-about-right h6 {font-size: 23px;}
.hm-about-right h5 {font-size: 23px;}
.hm-about-right p {font-size: 19px;}
.hm-about-right h4 {font-size: 34px;}
.hm-about-sec::before {height: 1090px;}

.hm-why-choose-sec { padding: 80px 0 0px; }
.hm-why-choose-sec .text-heading { margin-bottom: 40px; }
.hm-why-choose-item h4 { font-size: 23px; padding-top: 70px; }
.hm-why-choose-item p { font-size: 17px; } 
.hm-why-choose-item { padding: 55px 40px 25px;         min-height: 280px;}
.hm-why-choose-item h4::before {transform: scale(0.8);}
.hm-why-choose-item.active { padding: 50px 30px 55px; }
.hm-why-choose-btm { padding: 25px 0; }
.hm-why-choose-btm p { font-size: 20px; letter-spacing: -0.12px; }    
.hm-why-choose-btm p a {font-size: 22px; }
.hm-why-choose-item.active .hm-why-choose-item-cnt {height: 330px;}	

.hm-practice-areas-sec {padding: 80px 0 70px; } 
.hm-practice-areas-item {padding: 20px 42px 27px 20px; } 
.hm-practice-areas-item h4 {font-size: 27px; } 
.hm-practice-areas-sec h2.text-heading { margin: 0 0 34px; } 
.hm-practice-areas-list .owl-nav {bottom: -74px; max-width: 385px; }
.prc-areas-itmbtn {padding: 40px 15px 25px 15px; } 
.hm-practice-areas-list {margin: 0 0 40px; }
.hm-practice-areas-sec::before {height: 900px;}	

.hm-testimonials-sec {padding: 70px 0 100px; } 
.hm-testimonials-left p {font-size: 27px; margin: 0 0 45px; } 
.hm-testimonials-left h3 {font-size: 44px; } 
.testimonials-leftbttm {padding: 33px 62px 30px 16px; } 
.testimonials-leftbttm h4 {font-size: 65px; } 
.testimonials-leftbttm p {font-size: 26px; margin: 0; } 
.hm-testi-item h5 {font-size: 28px;}
.hm-testi-item::after {transform: scale(0.9); }
.hm-testi-nav {max-width: 380px;}
.hm-testimonials-right .hm-testi-btn {margin: -35px auto 0;}

.hm-serving-sec {padding: 100px 0 90px; } 
.serving-left p {font-size: 18px; margin: 0 0 22px; }  
.serving-left h2.text-heading {font-size: 48px;}
.serving-icon {right: 64px; }
.serving-image::before {top: -48px;}
.serving-btn a.phn-num {font-size: 26px;}	

.meet-michael-right h2.text-heading {margin: 0 0 13px;font-size: 50px;} 
.meet-michael-right h3 {font-size: 20px; margin: 0 0 15px; } 
.meet-michael-right p {font-size: 17px; margin: 0 0 18px; } 
.meet-michael-right .meet-michael-rgtbttm p {margin: 0 0 10px; } 
.meet-michael-rgtbttm h4 {font-size: 19px; margin: 0 0 20px; } 
.meet-michael-rgtbttm {padding: 0px 0 0 14px; } 
.meet-michael-rgtbttm::before {width: 4px; height: 100px; } 
.meet-michael-left {width: 50%; } 
.meet-awards-img {right: 70px; top: 85px; }
.hm-attorney-sec {padding: 80px 0; }

.hm-leading-media-sec {padding: 85px 0;} 
.ldng-media-lft {padding-top: 30px;} 
.ldng-media-lft .text-heading {font-size: 70px;line-height: 1.01;} 
.ldng-media-cnt {justify-content: center; gap: 100px;}
.ldng-media-rt {width: 44.8%;} 
.ldng-media-rt:before {width: 92%; height: 71%; left: -13px; bottom: -14px;} 
.ldng-media-blk {border: 16px solid #ffff; }

.hm-faq-sec {padding: 67px 0 170px 0; }
.accordion-profile-tle {font-size: 31px;}

.form-sctn {max-width: 1400px; padding: 75px 0px; }
.form-sctn:before {left: -11px;}
.ftr-form-sctn {padding: 1px 20px 0; }
.form-sctn .container {max-width: 1300px; }
.hm-form-sec .text-heading strong {font-size: 65px; }
.hm-form-sec .text-heading {font-size: 48px; }
.form-sub-heading {font-size: 23px;}
.form-rt p {font-size: 16px;}
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {font-size: 17px !important; padding: 15px 25px !important;}
.hm-form .gform_wrapper .top_label textarea {height: 150px !important;}
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {font-size: 17px;}
.hm-form .gform_wrapper .top_label input[type="submit"] {font-size: 16px !important; padding: 17px 25px 15px !important; }

.ftr-block-sec {padding: 105px 0 75px;}
.ftr-copyrights-sec p.copy-para {font-size: 20px;}
.ftr-itm h4 {font-size: 36px;}
.ftr-itm p {font-size: 19px;}
.ftr-itm p a {letter-spacing: 3px;}
.ftr-itm .phn-num a {font-size: 32px;}
.ftr-itm .social-icons a {transform: scale(0.9);}


.page-bnr-cnt { padding: 45px 10px 55px 30px; }
#main-heading h1 { letter-spacing: -1px; font-size: 65px;}
#page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {font-size: 50px; margin: 0 0 25px; }
#page-column h3 {font-size: 40px; }
#page-column h4 {font-size: 34px; }
#page-column h5 {font-size: 29px; }
#page-column p, #page-column li {font-size: 19px;}
.page-feature-img, .single-thumbnail {margin: 0 0 30px;}
#post-content, #page-content {padding: 85px 0 200px; }

#page-column .cmn-box h2 { font-size: 45px; padding-bottom: 12px; margin-bottom: 20px;}
#page-column .cmn-box h2 strong { font-size: 58px;}
#page-column .cmn-box p {    margin: 0 0 25px;     font-size: 22px;}
.cnslt-btn a.cmn-btn { padding: 16px 30px 14px; }
#page-column .cmn-box .cnslt-call p a {font-size: 28px;}
.cmn-box {padding: 45px 60px 50px;}
.cmn-box .cnslt-call {padding-left: 45px;    }

#page-column .cta-two-content h2 {    font-size: 50px;     margin-bottom: 30px;}
.cta-two-content { padding: 25px 20px 25px 55px; margin-left: -24px; }
#page-column .cta-two-content strong { font-size: 58px; letter-spacing: -0.9px;}
.cmn-box-bg {margin: 35px 0;}
.cmn-box-two {margin: 35px 0;}

.sidebar-page .sidebar-item h2{    padding: 20px 10px 25px;     font-size: 38px;}
.sidebar-page .sidebar-menu-pa ul li a { font-size: 28px;}
.sidebar-page .sidebar-menu-pa ul li a::before {top: 20px;}
.sidebar-page .sidebar-item, .sidebar-item.sidebar_search input.search-field {margin: 0 0 40px;}
.sidebar-page section.widget.testi h4.widget-title {margin: 0 0 20px;}
#page-content section.widget.testi .testi-item .star-rat {margin: 0 auto 15px; transform: scale(0.9); }
#page-content section.widget.testi .testi-item p {font-size: 19px; margin-bottom: 25px; }
#page-content section.widget.testi .testi-item h6 {font-size: 28px;}
.sidebar-page section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav {gap: 125px; margin: 30px 0 0;}
.sidebar-page section.widget.testi:before{transform: scale(0.9);}
.sidebar-page section.widget.testi {margin: 0 0 40px;}
section.widget.csae-res {padding: 30px 50px;}
section.widget.csae-res .sdbr-case-item h4::before{transform: scale(0.9);}
section.widget.csae-res .sdbr-case-item h4 {font-size: 55px; padding-top: 85px;}
.case-sdbr-blk.owl-carousel .owl-nav {gap: 125px !important;}

#page-content .review-item .star-rat {transform: scale(0.9);margin: 0 0 35px -6px;}
#page-content .review-item:before {transform: scale(0.9);top: 50px;right: 30px;}
#page-content .review-item h5 {font-size: 28px;}
#page-content .review-item p {margin: 0 0 30px;}
#page-content .review-item {padding: 60px 45px 50px;}
#page-column .testimonial-btn {margin: 50px 0 0; }

.sidebar-blog {margin: 0 0 40px; }

#page-column .single-profile-block .sp-block h2 { font-size: 60px; letter-spacing: -1.5px; }
#page-column .single-profile-block .sp-block h6 {    margin: 0 0 15px;}
.single-profile-block {    gap: 60px;}
#page-column .accordion-profile h3 {font-size: 24px;}
.single-profile-block .profile-tel p a {font-size: 28px;}
#page-column .profile-email a {font-size: 19px;}


.sidebar-item.sidebar_posts .sidebar-menu-pa ul li a {font-size: 23px; }
.sidebar-page .sidebar-item.sidebar_posts .sidebar-menu-pa ul li a::before {top: 16px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {margin: 0 0 15px; font-size: 35px;}
.single-author-description {font-size: 17px;}

#page-column .attry-content h3 {font-size: 47px;}

.content-map-iframe iframe {height: 500px;}
.contact-page .in-cont-item h4 {font-size: 40px;}
.contact-page .in-cont-item h4::before {transform: scale(0.9);}
	
.contact-page .in-cont-list {width: 92%; }	
.conatct-michael-image {right: -8px; }
	
#page-column .testimonial-cta-block .star-rating{transform: scale(0.9);}

}

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

@media screen and (max-width:1440px) {
  .hm-case-result .container,.hm-faq-sec .container, .page-container, .post-container, .container {max-width: 1200px;}

.text-heading {font-size: 55px; }
a.cmn-btn {padding: 14px 30px 12px; }

 .header-number p { font-size: 17px;}
.header-number .header-review-btn a { font-size: 16px; padding: 12px 20px 12px; }
.header-number {    gap: 35px;}
.hdr-top-rit{gap: 22px;}
.hdr-btn-item li { font-size: 16px; letter-spacing: 3.4px; padding-left: 20px;}
.hdr-btn-item li::before {    left: 5px;}
#main-navigation ul li a {    font-size: 16px;     padding: 0 0 15px 23px;}
#main-navigation ul li { margin: 0 10px; }
#main-navigation ul li a::before {width: 12px; height: 12px;}
#main-navigation .sub-menu li a {font-size: 15px;}

.hm-banner-sec { padding: 160px 0 0; } 
.hm-bnr-lft h1 { font-size: 115px; letter-spacing: -1px;     margin-bottom: 18px;}
.hm-bnr-lft h1 small { font-size: 60px; letter-spacing: -0.5px; } 
.hm-brn-cont p.hm-brn-para { letter-spacing: -0.22px; font-size: 28px;}
.hm-brn-cont { margin: -60px 0 25px; padding: 30px 0 30px 25px; } 
.hm-bnr-lft p { letter-spacing: -0.12px; font-size: 28px; padding-left: 30px; } 
.hm-banner-tel-item {right: -60px; padding: 45px 0 0px; }
.hm-banner-tel-number a { letter-spacing: -0.16px; font-size: 18px; }
.hm-banner-tel-number a::before { transform: scale(0.8); }
.hm-banner-tel-number { margin-bottom: 15px; padding-top: 45px; }
.hm-banner-icon { transform: scale(0.9);}



.hm-case-result { padding: 70px 0px 40px; }
.hm-case-result .text-heading { font-size: 42px;  letter-spacing: -0.8px; }
.hm-case-result-itm h5 { font-size: 50px; padding-top: 75px; } 
.hm-case-result-itm h5::before {transform: scale(0.8); top: -4px; }
.hm-case-result-itm { padding: 35px 40px 35px; }
.hm-case-result-itm p {    font-size: 16px;}
.hm-case-result .owl-nav {margin: 40px auto -35px;        max-width: 410px;}


.hm-about-sec .text-heading strong {    letter-spacing: -0.52px;     font-size: 30px;}
.hm-about-sec .text-heading {     line-height: 1.1;}
.hm-about-right h6 {    font-size: 21px;     letter-spacing: -0.48px;}  
.hm-about-right h5 { font-size: 20px; letter-spacing: -0.48px;}
.hm-about-right p {    font-size: 17px;}
.hm-about-item {    padding: 15px 18px;}
.hm-about-sec .text-heading::before {right: 118px; top: 148px; }
.hm-about-sec::before {height: 1000px;}
.hm-about-right h4 { font-size: 32px; letter-spacing: -0.42px;} 
.hm-about-sec { padding: 40px 0 60px;}
.hm-about-blk { gap: 150px; }


.hm-why-choose-sec { padding: 70px 0 0px; }
.hm-why-choose-sec .text-heading { margin-bottom: 30px;  } 
.hm-why-choose-item.active h4 { margin-bottom: 13px; }
.hm-why-choose-item h4 { font-size: 20px; padding-top: 60px; } 
.hm-why-choose-item { min-height: 240px; padding: 45px 35px 20px; }
.hm-why-choose-item.active { padding: 45px 25px 45px; }
.hm-why-choose-item h4::before {transform: scale(0.7); left: -4px; top: -8px; }
.hm-why-choose-item p { font-size: 16px;         letter-spacing: 0px;}
.hm-why-choose-btm p { font-size: 19px; letter-spacing: -0.02px; }
.hm-why-choose-btm p a {    font-size: 20px;     letter-spacing: -0.22px;}
.hm-why-choose-btm { padding: 22px 0; }

.hm-practice-areas-sec {padding: 70px 0 60px; } 
.hm-practice-areas-sec h2.text-heading { margin: 0 0 30px; } 
.hm-practice-areas-item {padding: 20px 37px 27px 20px; } 
.hm-practice-areas-item h4 {font-size: 25px; } 
.hm-practice-areas-list .owl-nav {bottom: -62px; max-width: 360px; }
.prc-areas-itmbtn a {font-size: 17px; } 
.prc-areas-itmbtn {padding: 35px 13px 20px 13px; } 
.hm-practice-areas-list {margin: 0 0 30px; }
.practice-icon {margin: 0 0 100px; max-width: 75px; }
.prc-areas-itmbtn::before {top: 12px; transform: scale(0.9); }
.hm-practice-areas-sec::before {height: 700px;}

.hm-testimonials-sec {padding: 40px 0 80px; } 
.hm-testimonials-left h2.text-heading {margin: 0 0 14px; } 
.hm-testimonials-left p {font-size: 24px; margin: 0 0 30px; } 
.hm-testimonials-left h3 {font-size: 40px; } 
.testimonials-leftbttm {padding: 25px 58px 27px 14px; } 
.testimonials-leftbttm h4 {font-size: 60px; padding: 70px 0 20px 0; }
.testimonials-leftbttm p {font-size: 24px; margin: 0; } 
.testimonials-leftbttm::before {height: 144px; }
.testimonials-leftbttm h4::after, .testimonials-leftbttm h4::before{transform: scale(0.9);}
.hm-testi-item p {font-size: 19px;    margin: 0 0 30px;}
.hm-testi-item {padding: 60px 38px 40px;     min-height: 440px;}
.hm-testi-item .star-rat{transform: scale(0.9);    margin: 0 0 30px;}
.hm-testi-item h5 {font-size: 25px;}
.hm-testi-item::after {top: 44px; right: 32px; transform: scale(0.8); }
.hm-testi-nav {max-width: 330px; }
.hm-testimonials-right .hm-testi-btn {margin: -35px auto 0;}
.hm-testi-list {height: 485px;}
.hm-testi-nav button{transform: scale(0.9);}

.hm-serving-sec {padding: 70px 0 80px; } 
.serving-left p {font-size: 17px; margin: 0 0 20px; } 
.serving-icon {right: 50px; top: -50px; } 
.serving-left h2.text-heading {font-size: 40px; }
.serving-image::before {top: -42px;}
.serving-btn a.phn-num::before {transform: scale(0.9);top: 8px;}
.serving-left .serving-btn p {line-height: 1.3;}	
.ldng-media-img video{height: 380px !Important;}

.meet-michael-right h2.text-heading {margin: 0 0 13px; } 
.meet-michael-right h3 {font-size: 19px; margin: 0 0 15px; } 
.meet-michael-right p { margin: 0 0 15px; } 
.meet-michael-right .meet-michael-rgtbttm p {line-height: 1.3; margin: 0 0 11px; } 
.meet-michael-rgtbttm h4 {font-size: 19px; margin: 0 0 20px; } 
.meet-michael-rgtbttm {padding: 0px 0 0 14px; } 
.meet-michael-rgtbttm::before {width: 4px; height: 110px; } 
.hm-meet-michael-sec {padding: 40px 0 38px; } 
.meet-awards-img {right: 200px;top: 50px;}
.hm-attorney-sec {padding: 70px 0; }
.meet-michael-right h2.text-heading {font-size: 45px; }
.meet-michael-left {width: 63%;}
	
.hm-leading-media-sec {padding: 70px 0;} 
.ldng-media-lft {padding-top: 26px;} 
.ldng-media-lft .text-heading {font-size: 65px;line-height: 1.01;} 
.ldng-media-cnt {justify-content: center; gap: 65px;}
.ldng-media-rt {width: 48.8%;} 
.ldng-media-rt:before {width: 90%; height: 70%; left: -11px; bottom: -11px;} 
.ldng-media-blk {border: 13px solid #ffff; }

.hm-faq-sec {padding: 60px 0 145px 0; } 
.hm-faq-sec .text-heading {font-size: 45px; margin: 0 0 22px; } 
.accordion-profile-tle {font-size: 27px; padding: 20px 50px 19px 40px; }
.accordion-profile-content p, .accordion-profile-content li {font-size: 17px; line-height: 1.5;} 
.accordion-profile-tle:before {transform: scale(0.9); top: 26px; right: 20px;}
.accordion-profile .accordion-profile-content { padding: 20px 39px 0;}

.form-sctn {max-width: 1200px;padding: 60px 30px;}
.form-sub-heading {font-size: 21px; }
.hm-form-sec .text-heading {font-size: 42px; }
.hm-form-sec .text-heading strong {font-size: 58px; }
.form-sctn .container {max-width: 100%;        padding: 0; }
.hm-form .gform_fields {gap: 12px !important;}
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {font-size: 16px !important;}
.hm-form .gform_wrapper .top_label textarea {height: 130px !important; }
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {font-size: 16px; }
.hm-form .gform_wrapper .top_label input[type="submit"] {padding: 15px 20px 13px !important; }
.form-sctn:before {left: -9px; bottom: -10px; }
.hm-form .gform_wrapper .gform_footer.top_label {margin: -52px auto 0px;}

.ftr-block-sec {padding: 80px 0 60px; }
.ftr-logo {margin-bottom: 25px; }
.ftr-itm .social-icons a {transform: scale(0.8); }
.ftr-img {margin: 0 0 17px; }
.ftr-itm h4 {font-size: 32px; }
.ftr-itm p {font-size: 18px; }
.ftr-itm p a {font-size: 17px;}
.ftr-itm .phn-num a {font-size: 30px; }
.ftr-copyrights-sec {padding: 25px 0px;}
.ftr-copyrights-sec p.copy-para {font-size: 19px; }
.ftr-itm .social-icons {gap: 8px; }


.page-bnr-cnt { padding: 40px 10px 50px 30px; }
#main-heading {    padding: 190px 0 55px;}
#main-heading h1 { letter-spacing: -0.5px; font-size: 60px;     margin: 0 0 10px; }
#post-content, #page-content {padding: 75px 0 160px; }
.page-feature-img, .single-thumbnail {margin: 0 0 25px; }
#page-column h1, #page-column h2, #page-column h3, #page-column h4, #page-column h5, #page-column h6, #page-content .areaserved-item-list h2 {margin: 0 0 18px;}
#page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {font-size: 45px; margin: 0 0 20px; }
#page-column h3 {font-size: 38px; }
#page-column h4 {font-size: 32px; }
#page-column h5 {font-size: 27px; }
#page-column h6 {font-size: 22px; }
#page-column p, #page-column li {font-size: 18px; }
#page-column p{margin: 0 0 22px;}
#page-column ol, #page-column ul {margin-bottom: 20px;}
#page-column ul li:before {top: 10px;}

.cmn-box { padding: 40px 50px ;}
 #page-column .cmn-box h2 { font-size: 42px;} 
 #page-column .cmn-box h2 strong { font-size: 48px; }
#page-column .cmn-box p { margin: 0 0 20px; font-size: 20px; } 
#page-column .cmn-box .cnslt-call p a { font-size: 28px;}
#page-column .cmn-box .cnslt-call p { font-size: 16px;}
.cmn-box .cnslt-call { padding-left: 45px; }
.cmn-box-cnslt-btn {    gap: 25px;}
.cmn-box-bg {margin: 30px 0; padding: 0 0px 15px 15px; }
#page-column .cmn-box .cnslt-call p a::before {transform: scale(0.9); }

#page-column .cta-two-content h2 { font-size: 45px; margin-bottom: 25px; }
#page-column .cta-two-content strong { font-size: 46px; letter-spacing: -0.2px; }
.cta-two-content { padding: 20px 15px 20px 50px ; margin-left: -22px; }
.cta-two-image { padding-top: 15px;}
.cmn-box-two { padding: 25px 25px 0px 14px;}

.sidebar-page .sidebar-item h2, h4.widget-title {    padding: 20px 10px;     font-size: 35px;}
    .sidebar-page .sidebar-menu-pa ul li a {font-size: 25px; padding: 8px 15px 7px 38px; }
#page-column .profile-btn a.cmn-btn { padding: 15px 30px; } 
.sidebar-page .sidebar-menu-pa ul li a::before { transform: scale(0.9);top: 18px;}
.sidebar-page section.widget.testi {    padding: 20px 20px 30px;}
#page-content section.widget.testi .testi-item p {        margin-bottom: 20px;font-size: 18px;}
.sidebar-page section.widget.testi h4.widget-title{ margin: 0 0 20px; }
#page-content section.widget.testi .testi-item .star-rat {transform: scale(0.8);}
#page-content section.widget.testi .testi-item h6 {    font-size: 25px;}
.sidebar-page section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav { gap: 100px; margin: 40px 0 0; }
.sidebar-page .sidebar-item, .sidebar-page section.widget.testi, .sidebar-item.sidebar_search input.search-field {margin: 0 0 35px; }

section.widget.csae-res .sdbr-case-item h4 { letter-spacing: -0.9px; font-size: 50px; padding-top: 80px;}
.case-sdbr-blk.owl-carousel .owl-nav { gap: 98px !important; }
section.widget.csae-res { padding: 30px 40px ;} 
section.widget.csae-res .sdbr-case-item h4::before {transform: scale(0.8); top: -4px; }

.contact-page .in-cont-item h4 {    font-size: 37px;     padding-top: 110px;}
.contact-page h2 { font-size: 50px; letter-spacing: -0.7px;margin-bottom: 30px;}
.contact-page .in-cont-item p { font-size: 18px;}
.contact-page .in-cont-item h4::before {transform: scale(0.8); top: -4px; }
.contact-page .in-cont-item.in-cont-item.phn p a {    font-size: 30px;}
.contact-page .in-cont-item {    padding: 30px 20px 35px;}
.in-cont-item.icon .in-icon-blk a{ transform: scale(0.9);}
.contact-page .in-cont-item.loc p a { letter-spacing: 3px; margin-top: 18px;}
.content-map-iframe iframe {height: 450px; }

#page-column .hm-practice-areas-list.in-pratice-area .hm-practice-areas-item .practice-icon { margin: 0 0 100px; }
#page-column .hm-practice-areas-list.in-pratice-area .hm-practice-areas-item { padding: 19px 20px 20px 15px; }
#page-column .hm-practice-areas-list.in-pratice-area .hm-practice-areas-item .prc-areas-itmbtn::before{ transform: scale(0.9); }
#page-column .hm-practice-areas-list.in-pratice-area {column-gap: 40px;}
#page-column .hm-practice-areas-list.in-pratice-area .hm-practice-areas-item h5 {font-size: 25px; min-height: 54px;}

#page-content .review-item {padding: 50px 35px 40px;}
#page-content .review-item .star-rat { transform: scale(0.8); margin: 0 0 30px -20px; }
#page-content .review-item p { margin: 0 0 25px; }
#page-content .review-item h5 {font-size: 25px; }
#page-content .review-item:before {transform: scale(0.8); top: 30px; right: 25px; }
#page-column .testimonial-btn {margin: 40px 0 0; }

#page-column .hm-case-result-list.in-case-results-list .hm-case-result-itm h5 { font-size: 50px; padding-top: 70px; } 
.hm-case-result-list.in-case-results-list {column-gap: 50px; }

#single-column, #post-column, #page-column { width: 65%; }
.single-profile-block {   gap: 45px ; padding: 20px 20px 0 40px;    margin: 0 0 30px; }
#page-column .single-profile-block .sp-block h2 {    font-size: 50px;     letter-spacing: -1px;}
#page-column .single-profile-block .sp-block p {      font-size: 16px;  margin: 0 0 12px;}
.single-profile-block .profile-tel p a { font-size: 25px;     margin: 5px 0px 0px;}
.profile-tel {    padding-left: 45px;}
#page-column .accordion-profile h3 {font-size: 23px; padding: 12px 42px 10px 15px; background-size: 18px; background-position: right 18px top 22px; }
#page-column .accordion-profile {margin: 0 0 15px;}
#page-column .accordion-profile .accordion-profile-content {padding: 15px 8px 0;}
#page-column .profile-btn a.cmn-btn {padding: 13px 20px 11px; font-size: 16px; }
#page-column .single-profile-block .sp-block h6 {margin: 0 0 15px;font-size: 20px; }
#page-column .profile-email a {font-size: 18px;}
#page-column .profile-email {margin: 0 0 10px; }
#page-column .single-profile-block .sp-block .profile-address p {line-height: 1.4; margin: 0 0 10px; }
.profile-socials .profile-social-img {width: 40px;height: 40px;padding: 5px;}

#post-column-full {gap: 20px 13px;}
.posts-list {width: 32.6%;padding: 12px 12px 50px;}
#post-content .posts-list .posts-block h3 a {line-height: 1.4;font-size: 25px;}
#post-content .posts-list .posts-readmore a {font-size: 16px;letter-spacing: 0;}
.posts-readmore {left: 15px;bottom: 25px;}
#post-content .posts-list .posts-readmore a:before {right: -30px;transform: scale(0.9);}
#post-column-full .nav-links .page-numbers {width: 55px;height: 55px;padding: 5px;font-size: 32px;}
.sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-item.sidebar_search input.search-field, .sidebar-blog.blog-sidebar-itm .widget select {padding: 18px 45px 18px 22px;font-size: 17px;}
.sidebar-blog {gap: 15px;margin: 0 0 40px;}
#post-content .posts-list .posts-readmore a {font-size: 15px;}
#post-content .posts-list .posts-readmore a:before {right: -25px; transform: scale(0.8); top: 2px; }
#post-column-full .nav-links .page-numbers {width: 50px; height: 50px; padding: 5px; font-size: 30px; }
#post-content .posts-thumbnail img {width: 100%;height: 200px;}
.sidebar-blog {margin: 0 0 35px; }

.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {margin: 0 0 15px; font-size: 32px; }
.sidebar-page .sidebar-item.sidebar_categories, .sidebar-page .sidebar-item.sidebar_archives, .sidebar-page .sidebar-item.sidebar_search {margin: 0 0 20px;}
.sidebar-page .sidebar-blog.blog-sidebar-itm {padding: 25px 15px;}
.single-author-description {font-size: 16px; }
.post-navigation .nav-links {margin: 35px 0 0; }
#page-column .single-pagination .nav-links a {font-size: 17px; padding: 15px 20px 13px;}
.sidebar-item.sidebar_posts .sidebar-menu-pa ul li a {font-size: 21px; }
.sidebar-page .sidebar-item.sidebar_posts .sidebar-menu-pa ul li a::before {top: 15px; }

#page-column .attry-content h3 {font-size: 40px; }
.attry-content {padding: 15px 0 0; }
.attry-item .attry-image {padding: 10px 35px 0px;}
#page-column .single-profile-block.abt-pg .sp-block p {line-height: 1.4;}

.quot {padding: 25px 32px 25px 25px;}

.in-cont-item.icon .in-icon-blk {gap: 15px; }
	

p.mod_date {font-size: 18px; width: 29%; } 
.checked_by {font-size: 18px; line-height: 1.2; } 
.testi-cta-title, .caseresult-cta-title, .team-cta-title, .posts-cta-title{font-size: 35px; } 
.testimonial-cta-block .testi-item {padding: 30px; }
#page-column section.widget.widget_team_member .team_member_name h4 {font-size: 30px;}
.page-container .full-width .case-results-cta .case-item h4, #page-column .case-results-cta .case-item h2::before{transform: scale(0.9);}
.related-insights-posts .posts-block {padding: 0 10px; }
#page-column section.widget.widget_team_member .team_member_pic {padding: 10px 15px 0px;}
#page-column section.widget.widget_team_member .team_member_item {padding: 0 6px 18px 8px;}
#page-column section.widget.widget_team_member .team_member_name h4 {font-size: 22px; margin-bottom: 6px; }



}

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

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

@media screen and (max-width:1240px) {
.hm-case-result .container, .container, .hm-faq-sec .container, .page-container,  .post-container, .container {max-width: 970px;padding: 0 10px;}

.text-heading {font-size: 42px;}
a.cmn-btn {padding: 13px 25px 11px; font-size: 16px; }


.hdr-btn-item li { font-size: 15px; letter-spacing: 1.4px; padding-left: 15px; } 
.header-number { gap: 20px; }
.header-number .header-review-btn a { font-size: 15px; padding: 10px 15px 10px; }
.header-number p { font-size: 15px; }
.hdr-btn-item li::before { left: 3px; }
    #main-navigation ul li a {font-size: 14px; padding: 0 0 10px 15px; }
#main-navigation ul li a::before {left: 0; width: 10px; height: 10px; }
#main-navigation ul li { margin: 0 5px; }
.hdr-top-rit { gap: 15px; }
#main-navigation ul li ul.sub-menu {width: 200px;}
#main-navigation .sub-menu li a {font-size: 14px;letter-spacing: 0.3px;}

.hm-banner-sec { padding: 135px 0 0; } 
.hm-bnr-lft h1 { font-size: 95px; letter-spacing: -0.5px; margin-bottom: 15px; } 
.hm-brn-cont { margin: -45px 0 20px; padding: 25px 0 25px 20px; }
.hm-brn-cont p.hm-brn-para { letter-spacing: -0.12px; font-size: 24px; }
.hm-bnr-lft p { letter-spacing: -0.12px; font-size: 22px; padding-left: 15px; }
.hm-bnr-rgt {    margin-left: -6px;}
.hm-banner-tel-item {right: -54px; padding: 22px 0 0px; transform: scale(0.85); }
.hm-banner-tel-number a { letter-spacing: 0px; font-size: 15px; } 
.hm-banner-tel-number { margin-bottom: 6px; padding-top: 40px; }
.hm-banner-icon { transform: scale(0.8); } 
.hm-bnr-lft h1 small {font-size: 55px; }


.hm-case-result { padding: 60px 0px 30px; }
.hm-case-result .text-heading { font-size: 38px; margin-bottom: 20px; letter-spacing: -0.5px; }
.hm-case-result-itm { padding: 30px 20px 30px; }
.hm-case-result-itm h5 { font-size: 40px; padding-top: 70px; }
.hm-case-result-itm h5::before { transform: scale(0.7); }
.hm-case-result-itm p { font-size: 15px; }
.hm-case-result .owl-nav {margin: 40px auto -32px; max-width: 370px; }
.hm-case-result .owl-nav button {transform: scale(0.9);}

.hm-about-sec .text-heading strong { letter-spacing: -0.32px; font-size: 25px; }
.hm-about-sec .text-heading {line-height: 1.1; }
.hm-about-right h6 { font-size: 20px; letter-spacing: -0.28px; } 
.hm-about-right h5 { font-size: 18px; letter-spacing: -0.28px; }
.hm-about-right h6 { font-size: 18px; letter-spacing: -0.18px; margin-bottom: 15px; }
.hm-about-right h5::before, .hm-about-right h4::before { transform: scale(0.9);}
.hm-about-right p { font-size: 16px; } 
.hm-about-item {padding: 10px; }
.hm-about-right h4 { font-size: 25px; letter-spacing: -0.12px; } 
.hm-about-blk { gap: 110px; } 
.hm-about-sec .text-heading::before {top: 100px; right: 103px; }
.hm-about-right {    width: 60.6%;padding-top: 10px;}
.hm-about-list {    margin-bottom: 15px;}
.hm-about-sec {padding: 35px 0 55px; }
.hm-about-sec::before {height: 900px;}

.hm-why-choose-sec { padding: 60px 0 0px; }
.hm-why-choose-sec .text-heading { margin-bottom: 20px;}
.hm-why-choose-item h4 { font-size: 17px; padding-top: 55px; }
.hm-why-choose-item {padding: 35px 20px 20px; min-height: 210px; width: 24.1%; }
.hm-why-choose-item h4::before { transform: scale(0.6); left: -8px; top: -11px; }
.hm-why-choose-item.active { padding: 40px 20px 30px; }
.hm-why-choose-btm p a { font-size: 18px; letter-spacing: -0.12px; }
.hm-why-choose-btm { padding: 25px 0; }
.hm-why-choose-item p {font-size: 15px; letter-spacing: 0.3px; }
.hm-why-choose-btm p {font-size: 18px;}
.hm-why-choose-item.active h4 {margin-bottom: 10px; }
.hm-why-choose-item.active .hm-why-choose-item-cnt {height: 300px; }

.hm-practice-areas-sec {padding: 60px 0 40px; } 
.hm-practice-areas-sec h2.text-heading {margin: 0 0 20px; } 
.hm-practice-areas-item {padding: 18px 27px 23px 18px; } 
.hm-practice-areas-item h4 {font-size: 20px; } 
.hm-practice-areas-list .owl-nav {bottom: -56px; max-width: 330px; }
.practice-icon {margin: 0 0 75px;         max-width: 60px;} 
.hm-practice-areas-itembg {padding: 0 0 8px 8px; } 
.hm-practice-areas-itembg::before {height: 55%; } 
.prc-areas-itmbtn a {font-size: 15px; } 
.prc-areas-itmbtn {padding: 30px 10px 15px 10px; } 
.hm-practice-areas-list {margin: 0 0 25px; }
.prc-areas-itmbtn::before {top: 10px; transform: scale(0.8); }

.hm-testimonials-sec {padding: 30px 0 65px; } 
.hm-testimonials-left h2.text-heading { margin: 0 0 12px; } 
.hm-testimonials-left p {font-size: 20px; margin: 0 0 25px; }
.hm-testimonials-left h3 {font-size: 29px; } 
.testimonials-leftbttm {padding: 15px 35px 15px 12px; } 
.testimonials-leftbttm h4 {font-size: 52px; } 
.testimonials-leftbttm p {font-size: 22px; margin: 0; } 
.testimonials-leftbttm::before {width: 4px; height: 101px; top: 0; right: -4px; } 
.testimonials-leftbttm h4::after, .testimonials-leftbttm h4::before {transform: scale(0.8); left: -4px;}
.hm-testi-item {padding: 40px 25px 30px;        min-height: 400px; }
.hm-testi-item .star-rat {transform: scale(0.8); margin: 0 0 15px -18px; }
.hm-testi-item p {font-size: 18px; margin: 0 0 20px; }    
.hm-testi-item::after {top: 30px; right: 18px; transform: scale(0.7); }
.hm-testi-item h5 {font-size: 23px; }
.hm-testi-list {height: 445px; margin: 0 0 38px; }
.hm-testi-nav button{transform: scale(0.9);}
.hm-testimonials-right .hm-testi-btn {margin: -32px auto 0;}

.hm-serving-sec {padding: 60px 0 ; } 
.serving-left h2.text-heading {line-height: 1; font-size: 35px; }
.serving-left p {font-size: 16px; margin: 0 0 14px; }
.serving-image::before {top: -35px;}
.serving-btn a.phn-num::before {transform: scale(0.8);top: 8px;}	
.serving-btn p {padding-left: 40px;}	
.serving-btn {gap: 5px;}
.serving-btn a.phn-num {font-size: 20px;}	
    .serving-btn a.cmn-btn {padding: 13px 14px 11px;}	

.meet-michael-right h2.text-heading {margin: 0 0 13px; } 
.meet-michael-right h3 {font-size: 19px; margin: 0 0 15px; } 
.meet-michael-right p {font-size: 16px; margin: 0 0 15px; line-height: 1.4; }
.meet-michael-right .meet-michael-rgtbttm p {margin: 0 0 11px; } 
.meet-michael-rgtbttm h4 {font-size: 18px; margin: 0 0 20px; } 
.meet-michael-rgtbttm {padding: 0px 0 0 14px; } 
.meet-michael-rgtbttm::before {width: 4px; height: 102px; }
.hm-attorney-sec {padding: 60px 0; }
.meet-michael-right h2.text-heading {font-size: 40px; }
.meet-awards-img {right: 205px;top: 50px;width: 12.4%;}
.meet-michael-right {width: 54%;padding: 0;}	

.hm-leading-media-sec {padding: 60px 0; } 
.ldng-media-cnt {gap: 60px; } 
.ldng-media-lft .text-heading {font-size: 55px; line-height: 1; } 
.ldng-media-rt:before {width: 88%; height: 69%; left: -8px; bottom: -8px; } 
.ldng-media-blk {border: 8px solid #ffff; } 

.hm-faq-sec .text-heading {font-size: 40px; }
.accordion-profile-tle {font-size: 23px; padding: 18px 50px 16px 30px; }
.accordion-profile-tle:before {transform: scale(0.8); top: 20px; right: 15px; }
.hm-faq-sec {padding: 50px 0 135px 0; }
.accordion-profile .accordion-profile-content {padding: 18px 25px 0; }
.accordion-profile {margin: 0 0 15px;}
.accordion-profile-content li:before { top: 7px;}

.form-sctn {max-width: 970px;padding: 40px 25px;}
.form-lft {padding: 25px 0 0; }
.form-sub-heading {font-size: 19px; }
.hm-form-sec .text-heading {font-size: 35px; }
.hm-form-sec .text-heading strong {font-size: 50px; }
.form-rt p {font-size: 15px; margin: 0 0 15px; }
.form-cnt {gap: 15px; }
.hm-form .gform_fields {gap: 10px !important; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {font-size: 15px !important; padding: 14px 20px !important; }
.hm-form .gform_wrapper .top_label textarea {height: 110px !important; margin: 0px 0 10px;}
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {font-size: 15px; }
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {width: 13px !important; height: 13px !important; margin: 5px 4px 0px 0 !important;}
.hm-form .gform_wrapper .top_label input[type="submit"] {padding: 14px 15px 13px !important; font-size: 15px !important; }
.hm-form .gform_wrapper .gform_footer.top_label {margin: -45px auto 0px; }
.form-sctn:before {left: -7px; bottom: -10px; }
.ftr-form-sctn {padding: 1px 14px 0; }
.form-rt {width: 52%; }
.hm-form .gfield_description.validation_message {bottom: 3px; font-size: 12px;}

.ftr-block-sec {padding: 60px 0 50px; }
.ftr-logo {margin-bottom: 15px; }
.ftr-itm .social-icons a {transform: scale(0.7); }
.ftr-itm.loc {width: 32%; }
.ftr-itm.loc .ftr-img {width: 30%; }
.ftr-itm h4 {font-size: 28px; }
.ftr-itm p {font-size: 17px; }
.ftr-itm p a {font-size: 16px; letter-spacing: 2px; }
.ftr-itm .phn-num a {font-size: 26px; }
.ftr-copyrights-sec p.copy-para {font-size: 17px; }
.ftr-copyrights-sec p.copy-para img{width: 70px;} 
.cpy-para p {font-size: 16px;}
.ftr-copyrights-sec {padding: 22px 0px; }
.ftr-itm .social-icons {gap: 0px; }

#post-content, #page-content { padding: 60px 0 150px; }
.page-bnr-cnt { padding: 35px 10px 40px 25px; } 
#main-heading h1 {font-size: 50px; }
#main-heading { padding: 150px 0 50px; } 
#main-heading .inrpg-breadcrumbs {font-size: 17px;}
.page-feature-img, .single-thumbnail {margin: 0 0 20px; }
#page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {font-size: 40px; margin: 0 0 16px; }
#page-column h3 {font-size: 35px; }
#page-column h4 {font-size: 30px; }
#page-column h5 {font-size: 25px; }
#page-column h6 { font-size: 20px; }
#page-column h1, #page-column h2, #page-column h3, #page-column h4, #page-column h5, #page-column h6, #page-content .areaserved-item-list h2 {margin: 0 0 16px; }
#page-column p, #page-column li {font-size: 17px; }
#page-column p {margin: 0 0 18px; }
#page-column ul li:before {width: 9px; height: 9px;}


.sidebar-page .sidebar-item h2, h4.widget-title {  font-size: 30px; }
.sidebar-page .sidebar-menu-pa ul li a { font-size: 22px; padding: 6px 15px 6px 30px; }
.sidebar-page .sidebar-menu-pa ul li a::before {transform: scale(0.8); left: 10px; top: 14px; }
.sidebar-page .sidebar-menu-pa { padding: 12px; }
.sidebar-page .sidebar-menu-pa ul li {    margin: 0 0 8px;}
.sidebar-page .sidebar-item, .sidebar-page section.widget.testi, .sidebar-item.sidebar_search input.search-field { margin: 0 0 30px;}
#page-content section.widget.testi .testi-item .star-rat {transform: scale(0.7); margin: 0 auto 10px; }
.sidebar-page section.widget.testi { padding: 20px 15px 25px; }
#page-content section.widget.testi .testi-item p { font-size: 17px;  margin-bottom: 20px;}
.sidebar-page section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav { gap: 95px; margin: 30px 0 0; }
.sidebar-page section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button { transform: scale(0.9);}
#page-content section.widget.testi .testi-item h6 { font-size: 22px; }
section.widget.testi:before {transform: scale(0.9);}
.sidebar-page section.widget.testi h4.widget-title {margin: 0 0 15px; }
.sidebar-page section.widget.testi:before {transform: scale(0.8); bottom: 18px; }
.sidebar-page section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button {margin: 0; }

 section.widget.csae-res .sdbr-case-item h4 { letter-spacing: 0px; font-size: 40px; padding-top: 75px; }
section.widget.csae-res .sdbr-case-item h4::before {transform: scale(0.7);}
section.widget.csae-res { padding: 25px 30px; }
section.widget.csae-res .sdbr-case-item p { font-size: 16px; } 
.case-sdbr-blk.owl-carousel .owl-nav { gap: 75px !important; } 
.case-sdbr-blk.owl-carousel .owl-nav button { transform: scale(0.9);}


.cmn-box { padding: 30px 25px; } 
#page-column .cmn-box h2 { font-size: 35px;  padding-bottom: 10px; margin-bottom: 18px; }
#page-column .cmn-box h2 strong { font-size: 40px;}
#page-column .cmn-box p { margin: 0 0 18px; font-size: 18px; } 
.cnslt-btn a.cmn-btn { padding: 15px 20px; font-size: 15px; }
#page-column .cmn-box .cnslt-call p a { font-size: 22px; margin: 5px 0px 0px; } 
.cmn-box-cnslt-btn { gap: 20px; }
#page-column .cmn-box .cnslt-call p { font-size: 14px; }
#page-column .cmn-box .cnslt-call p a::before { transform: scale(0.8);}
.cmn-box-two {margin: 30px 0; }

#page-column .cta-two-content h2 { font-size: 35px; margin-bottom: 20px; letter-spacing: -0.64px; }
#page-column .cta-two-content strong { font-size: 36px; letter-spacing: 0px; }
.cta-two-content { padding: 15px 15px 20px 30px; margin-left: -10px; }
.cta-two-image { padding-top: 10px; }


.contact-page .in-cont-item h4 { font-size: 30px; padding-top: 90px; }
.contact-page .in-cont-item p { font-size: 16px; }
.contact-page .in-cont-item h4::before {transform: scale(0.7); top: -10px; }
.contact-page .in-cont-item.loc p a { letter-spacing: 1px; margin-top: 15px; font-size: 17px; }
.contact-page .in-cont-item { padding: 20px 15px 26px; }
.contact-page .in-cont-item.in-cont-item.phn p a { font-size: 25px; letter-spacing: 0.18px; }
.in-cont-item.icon .in-icon-blk a { transform: scale(0.8);margin: 0 -4px; }
.contact-page h2 {font-size: 40px; margin-bottom: 20px; }
.content-map-iframe iframe {height: 400px; }

#page-content .review-item {padding: 35px 30px 30px;    margin-bottom: 20px;}
#page-content .review-item .star-rat { transform: scale(0.7); margin: 0 0 15px -29px; }
#page-content .review-item:before {transform: scale(0.7);top: 15px;right: 15px;}   
#page-content .review-item p {margin: 0 0 20px;}
#page-content .review-item h5 {font-size: 22px;}
#reviews-main {gap: 20px; }
#page-column .testimonial-btn {margin: 30px 0 0; }

#page-column .hm-practice-areas-list.in-pratice-area .hm-practice-areas-item .practice-icon { margin: 0 0 75px; }
#page-column .hm-practice-areas-list.in-pratice-area .hm-practice-areas-item { padding: 15px 15px 15px 10px; } 
#page-column .hm-practice-areas-list.in-pratice-area .hm-practice-areas-itembg {padding: 0 0 6px 6px;}
#page-column .hm-practice-areas-list.in-pratice-area {column-gap: 30px;}
#page-column .hm-practice-areas-list.in-pratice-area .hm-practice-areas-item h5 {font-size: 20px;min-height: 44px;}

.hm-case-result-list.in-case-results-list .hm-case-result-itm { padding: 30px 30px 30px; }
#page-column .hm-case-result-list.in-case-results-list .hm-case-result-itm p {font-size: 15px;}
.hm-case-result-list.in-case-results-list { row-gap: 20px; column-gap: 35px;}
#page-column .hm-case-result-list.in-case-results-list .hm-case-result-itm h5 { font-size: 42px; padding-top: 60px; }

.single-profile-block { gap: 35px; padding: 20px 20px 0 25px;margin: 0 0 25px;}
#page-column .single-profile-block .sp-block h2 { font-size: 40px; letter-spacing: -0.5px; }
.single-profile-block .profile-tel p a { font-size: 20px; margin: 6px 0px 0px; }
#page-column .profile-btn a.cmn-btn {padding: 14px 20px; font-size: 14px; }
.single-profile-block .profile-tel p a::before { transform: scale(0.8);}
.profile-tel { padding-left: 40px; }
.sp-block {padding-bottom: 20px; }
#page-column .single-profile-block .sp-block h6 { margin: 0 0 10px;font-size: 18px;} 
#page-column .single-profile-block .sp-block p { font-size: 16px;}
#page-column .accordion-profile h3 {font-size: 21px; padding: 10px 40px 8px 15px; background-size: 17px; background-position: right 19px top 18px; }
#page-column .profile-email a {font-size: 17px; }
.single-profile-block {align-items: end; }
.badge-lst {margin: 0 0 15px; }

.sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select {background-position: right 17px center;background-size: 15px;}
.sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-item.sidebar_search input.search-field, .sidebar-blog.blog-sidebar-itm .widget select {padding: 15px 40px 15px 20px; font-size: 16px; }
#post-column-full {gap: 15px 10px; }

#post-content .posts-list .posts-block h3 {margin: 0 0 15px; line-height: 1; }
#post-content .posts-list .posts-block h3 a {line-height: 1.3;font-size: 22px;}
#post-content .posts-list .posts-readmore a {font-size: 14px; }
.posts-list {width: 32.6%; padding: 10px 10px 40px; }
.posts-readmore {left: 12px; bottom: 15px; }
#post-column-full .nav-links .page-numbers {width: 45px; height: 45px; padding: 2px; font-size: 25px; }
.sidebar-blog {gap: 10px; margin: 0 0 30px; }
#post-content .posts-thumbnail img {width: 100%; height: 180px; }
.posts-thumbnail {margin-bottom: 15px;}
#post-content .posts-list .posts-readmore a:before {transform: scale(0.7);}

.sidebar-blog input.search-submit, .sidebar-blog input.search-submit, .sidebar-item.sidebar_search input.search-submit{transform: scale(0.9);    right: 20px;}
.sidebar-item.sidebar_posts .sidebar-menu-pa ul li a {font-size: 19px; } 
.sidebar-page .sidebar-item.sidebar_posts .sidebar-menu-pa ul li a::before {top: 12px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm {padding: 20px 15px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {margin: 0 0 12px; font-size: 27px; }
.sidebar-page .sidebar-item.sidebar_categories, .sidebar-page .sidebar-item.sidebar_archives, .sidebar-page .sidebar-item.sidebar_search {margin: 0 0 15px; }
.single-author-description {font-size: 15px; line-height: 1.5; }
#page-column .single-author-info h5 {margin: 0 0 8px; }
.single-author-box {margin: 25px 0;}
.post-navigation .nav-links {margin: 30px 0 0; }
#page-column .single-pagination .nav-links a {font-size: 16px;}

.attry-item .attry-image {padding: 10px 25px 0px; }
.attry-item {padding: 0 10px 20px 10px;}
#page-column .attry-content h3 {font-size: 32px; }
.attry-content {padding: 12px 0 0; }
.attry-list {margin: 0 0 25px; }
	
.single-profile-block.abt-pg {gap: 8px;}	
#page-column .single-profile-block.abt-pg .sp-block p {font-size: 15px;}
	
.quot {padding: 20px;}	
.single-profile-image {width: 35%;padding: 10px 4px 0;}	
.cont-blk .hm-about-img {width: 200px;}
.in-cont-item-bg {width: 29%;}	

#page-column .single-profile-block.abt-pg .profile-btn a.cmn-btn {padding: 12px 15px 10px; font-size: 15px;  }
	
.contact-page .in-cont-list {gap: 25px;}
.contact-page .in-cont-item p {font-size: 14px; }
.in-cont-item.icon .in-icon-blk {gap: 5px; }	


p.mod_date {font-size: 16px; width: 28%; } 
.checked_by {font-size: 17px; line-height: 1.2; } 
.checked-left img {width: 27px; } 
.testi-cta-title, .caseresult-cta-title, .team-cta-title, .posts-cta-title{font-size: 32px; } 
.testimonial-cta-block .testi-item {padding: 25px; } 
#page-column .testimonial-cta-block .star-rating {transform: scale(0.8); margin: 0 0 14px -16px; }
.page-container .full-width .case-results-cta .case-item h4, #page-column .case-results-cta .case-item h2::before{transform: scale(0.8);}
.page-container .full-width .case-results-cta .case-item h4, #page-column .case-results-cta .case-item h2 {padding-top: 80px;}
.page-container .full-width .case-results-cta .case-item, #page-column .case-results-cta .case-item {padding: 25px 25px;}
.related-insights-posts .posts-thumbnail img {height: 205px;}


}

@media screen and (max-width:1100px) {
.meet-awards-img {right: 184px;}    
	
}

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

@media screen and (max-width:991px) {
  .hm-case-result .container, .hm-why-choose-sec .container, .container, .hm-faq-sec .container, .page-container,  .post-container, .container{max-width: 720px;padding: 0;}

.head-sec {padding: 20px 0; }
.showhide {display: block;}
.mobinav ul {display: block;}
.hdr-src {display: block;}
.mobile_src_nav {display: block;}
.top-menu {display: none;}
.logo-menu {display: inline-block;text-align: center;}
.topmenu {width: 100%;display: none;}
.showhide b.txtl, .showhide b.txtr {color: #000;}
.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: #fcc434;}
.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;}
.site-header {position: relative; background-color: #070b17; padding: 20px 0 0; }
.logo-section { position: relative; padding: 0 0 20px !important; align-items: center; }
.site-branding {width: 100%;max-width: 130px;padding: 0;}
.sicky-cnt.sticky-mobile-logo {width: 100%;max-width: 180px;}
.site-branding { width: 100%; max-width: 200px; padding: 0; }
.header-number { gap: 12px;     flex-direction: column;} 
.hdr-top-rit { gap: 15px; }
.hdr-btn-item li { letter-spacing: 0px;}

.text-heading { font-size: 38px;}
a.cmn-btn {padding: 13px 20px 11px; font-size: 15px; }

.hm-banner-sec { padding: 50px 0; }
.hm-bnr-blk { justify-content: center; flex-direction: column;padding:0;}
.hm-bnr-rgt { max-width: 300px;width: 100%; order: 1; position: relative; }
.hm-bnr-lft { padding: 30px 10px; width: 100%; position: relative; order: 2; border: 2px solid rgba(204, 159, 55, 1) ; text-align: center;}
.hm-brn-cont::before {display: none;}
.hm-brn-cont::after {display: none;}
.hm-brn-cont { margin: 0px; padding: 0px; border: none; }
.hm-bnr-img {width: 100%;}
.hm-bnr-lft h1 small { font-size: 55px; letter-spacing: 0px; }
.hm-bnr-lft h1 { font-size: 70px; letter-spacing: 0px; margin-bottom: 15px; }
.hm-brn-cont p.hm-brn-para { letter-spacing: 0.2px; font-size: 20px; }
.hm-brn-cont p.hm-brn-para { margin-bottom: 10px; }
.hm-bnr-lft p { line-height: 1.2;gletter-spacing: 0.2px; font-size: 22px; padding-left: 0; }
.hm-banner-tel-item { width: 100%; max-width: 180px; min-height: 180px; padding: 48px 15px; right: -75px;display: none;}
.hm-banner-tel-number a { font-size: 14px; }
.hm-banner-tel-number a::before { transform: scale(0.7); } 
.hm-banner-icon { transform: scale(0.7); } 
.hm-banner-tel-number { margin-bottom: 3px; padding-top: 38px; } 
.hm-brn-cont p.hm-brn-para br{display: none;}

.hm-case-result { padding: 50px 0px; }
.hm-case-result-itm { padding: 30px 20px; max-width: 300px; margin: auto;}
.hm-case-result .text-heading { font-size: 35px; margin-bottom: 18px; letter-spacing: 0px; }
.hm-case-result-itm h5 { font-size: 38px; padding-top: 65px; letter-spacing: 0px; }
.hm-case-result .owl-nav { max-width: 335px; } 
.hm-case-result-itm h5::before {transform: scale(0.6); top: -8px; }
.hm-case-result-itm p {font-size: 16px; }

.hm-about-sec { padding: 0 0 50px;  }
.hm-about-blk { gap: 20px; justify-content: center; align-items: center; flex-direction: column; } 
.hm-about-left { max-width: 300px; order: 1; width: 100%; }
.hm-about-right { order: 2; padding: 0px; width: 100% ; text-align: center;} 
.hm-about-sec .text-heading {text-align: center;margin: 0 0 10px; }
.hm-about-sec .text-heading::before {display: none;}
.hm-about-right h6 { font-size: 17px; letter-spacing: 0px;}
.hm-about-right p {font-size: 17px; }
.hm-about-right h5 {letter-spacing: 0px; max-width: fit-content; margin: 0 auto 10px; }
.hm-about-list {margin: 15px 0; justify-content: center; gap: 15px; flex-wrap: wrap; }
.hm-about-sec::before {background-size: cover; width: 100%; height: 100%; opacity: 25%; }
.hm-about-right h4 { font-size: 20px; letter-spacing: 0px; width: fit-content; margin: 0 auto 5px; } 
.hm-about-sec::before { background-size: cover; }
.hm-about-img img {object-fit: cover; object-position: top center; height: 320px; padding: 20px 15px 0; border: 2px solid rgb(252, 196, 52); }
.hm-about-sec .text-heading strong {display: block; }
.hm-about-right h6 br{display: none;}
.hm-about-right h5 {font-size: 20px;}
.hm-about-item {width: 100%; max-width: 250px; }

.hm-why-choose-sec { padding: 50px 0; }
.hm-why-choose-item {width: 100%; max-width: 100%; min-height: auto; margin: auto; padding: 30px 20px; text-align: center;border:1px solid #fff; }
.hm-why-choose-btm p {line-height:1.4; letter-spacing: 0px;}
.hm-why-choose-btm p a {  letter-spacing: 0px; margin-top: 5px; }
.hm-why-choose-btm { padding: 15px 0; }
.hm-why-choose-btm { background-color: transparent; padding: 0px; }
.hm-why-choose-sec .owl-nav {display: flex !important; justify-content: center; align-items: center; margin: 20px 0; gap: 30px; }
.hm-why-choose-sec .owl-nav button { filter: brightness(0) invert(1); background-image: url('./images/sprites.webp') !important; background-repeat: no-repeat; background-position: -251px -49px !important; width: 20px; height: 19px; font-size: 0px !important; }
.hm-why-choose-sec .owl-nav button:hover{filter: brightness(0) saturate(68%) invert(60%) sepia(85%) saturate(1051%) hue-rotate(348deg) brightness(105%) contrast(80%);}
.hm-why-choose-sec .owl-nav button.owl-next { background-position: -308px -50px !important; } 
.hm-why-choose-item p {display: block;}
.hm-why-choose-item h4 {font-size: 19px; margin: 0 0 10px; }
.hm-why-choose-item h4 br{display: none; }
.hm-why-choose-item p {font-size: 16px;}
.hm-why-choose-item h4::before {left: 0; right: 0; }
.hm-why-choose-sec::before {opacity: 45%;}
.hm-why-choose-list{padding: 0; }
.hm-why-choose-item.active .hm-why-choose-item-cnt {height: auto;overflow-y: inherit; padding-right: 0; }	

.hm-practice-areas-sec {padding: 50px 0 0; } 
.hm-practice-areas-item {padding: 18px; } 
.hm-practice-areas-itembg {padding: 0 0 7px 8px; width: 100%; max-width: 350px; margin: auto; } 
.hm-practice-areas-item h4 {font-size: 18px; } 
.hm-practice-areas-list .owl-nav {bottom: -56px; max-width: 310px; }
.hm-practice-areas-itembg {padding: 0 0 7px 8px; } 
.practice-icon {margin: 0 0 65px; max-width: 55px; }
.hm-practice-areas-itembg::before {height: 50%; } 
.prc-areas-itmbtn a {font-size: 15px; } 
.prc-areas-itmbtn {padding: 24px 9px 10px 9px; } 
.prc-areas-itmbtn::before {top: 6px; } 


.hm-testimonials-sec {padding: 50px 0px; } 
.hm-testimonials-left h2.text-heading { margin: 0 0 12px; text-align: center; } 
.hm-testimonials-left p {font-size: 18px; margin: 0 0 18px; text-align: center; } 
.hm-testimonials-left h3 {font-size: 25px; text-align: center;    letter-spacing: 0; } 
.testimonials-leftbttm {padding: 25px 50px 22px 11px; } 
.testimonials-leftbttm h4 {font-size: 45px;padding: 60px 0 20px 0;text-align: center;} 
.testimonials-leftbttm p { margin: 0; } 
.hm-testimonials-blk {flex-direction: column; gap: 22px; } 
.hm-testimonials-left {width: 100%; }
.testimonials-lft-con {flex-direction: column; gap: 18px; }
.testimonials-leftbttm {padding: 15px 15px; border-width: 3px; }
.testimonials-leftbttm::before{display: none;}
.hm-testimonials-left p br{display: none;}
.testimonials-leftbttm h4::after, .testimonials-leftbttm h4::before {transform: scale(0.7); left: 0; right: 0; }
.hm-testimonials-left h3 br{display: none;}
.hm-testimonials-right {width: 100%; padding-right: 40px; }
.hm-testi-item {padding: 30px 20px;        min-height: 300px;}
.hm-testi-item .star-rat {transform: scale(0.7); margin: 0 0 10px -29px; }
.hm-testi-item::after {top: 18px; right: 8px; transform: scale(0.6); }
.hm-testi-item h5 {font-size: 22px; }
.hm-testi-list {height: 345px;        margin: 0 0 32px;}    
.hm-testi-nav {max-width: 300px; }

.hm-serving-sec {padding: 50px 0; } 
.serving-left h2.text-heading{ margin: 0 0 10px; text-align: center; } 
.serving-left p {letter-spacing: 0.3px; margin: 0 0 15px; text-align: center; } 
.serving-right {right: 5px; bottom: 0; text-align: center; } 
.hm-serving-sec .serving-btn {justify-content: center;text-align: center;flex-direction: column-reverse;gap: 16px;}
.serving-image {max-width: 350px; position: relative; width: 100%; margin: 0 auto 20px; border: 2px solid #cda13c; padding: 20px 0 0 0; }
.serving-icon {width: 100%; max-width: 120px; position: unset; margin: auto; }
.serving-blk {flex-direction: column-reverse; gap: 20px; } 
.serving-image::before {display: none; } 
.serving-left, .serving-right {width: 100%; } 
.serving-right {position: relative; right: auto; bottom: auto; margin-bottom: 35px;}
.serving-left h2.text-heading br{display: none;}
.serving-left .serving-btn p {text-align: left;}
.serving-btn a.phn-num::before {transform: scale(0.8);top: 5px;}
.serving-btn a.phn-num {font-size: 22px;}	
	.ldng-media-img video{height: 300px !important;}
	
.meet-michael-right h2.text-heading {margin: 0 0 13px; text-align: center; } 
.meet-michael-right h3 {font-size: 19px; margin: 0 auto 15px; text-align: center; width: 100%; max-width: 440px; } 
.meet-michael-right p {font-size: 17px; text-align: center; }
.meet-michael-right .meet-michael-rgtbttm p {margin: 0 0 12px; text-align: center; }
.meet-michael-rgtbttm h4 {font-size: 19px; margin: 0 0 20px; text-align: center; } 
.meet-michael-rgtbttm {padding: 0; } 
.meet-michael-rgtbttm::before {display: none; } 
.hm-attorney-sec .meet-btn {text-align: center; } 
.meet-michael-blk {flex-direction: column; gap: 20px; } 
.meet-michael-left {width: 100%; position: relative; left: auto; } 
.meet-michael-right {width: 100%; padding: 0; } 
.meet-awards-img {max-width: 100px; position: unset; width: 100%; margin: auto; }
.meet-michael-right h3:before {top: auto; width: 70px; right: 0; } 
.meet-michael-right h3 {padding: 0 0 10px; }
.hm-attorney-sec {padding: 50px 0; }
.meet-michael-image {width: 100%; max-width: 350px; margin: 0 auto 20px; border: 2px solid #cda13c; }
.hm-attorney-sec::before {background-size: cover; width: 100%;}
.meet-michael-right h2.text-heading strong {display: inline; }
.meet-michael-right h2.text-heading {font-size: 35px; }
.meet-awards-img .badge-lst {flex-direction: row;margin: 0;align-items: center;}	
.meet-awards-img {display: flex;flex-wrap: wrap;flex-direction:row;align-items: center;max-width: fit-content;}	
.meet-awards-img img{width:100px}

.hm-faq-sec .text-heading {font-size: 38px;}  
.accordion-profile-tle:before {transform: scale(0.7)} 
    .accordion-profile-tle {font-size: 22px; padding: 16px 45px 14px 20px; }
.hm-faq-sec {padding: 50px 0; }
    .accordion-profile-content p, .accordion-profile-content li {font-size: 16px;}
    .accordion-profile-content li:before {width: 9px; height: 9px; top: 6px;}

.hm-leading-media-sec {padding: 50px 0; } 
.ldng-media-cnt {flex-direction: column; justify-content: center; gap: 20px; } 
.ldng-media-lft {padding: 0; width: 100%; } 
.ldng-media-lft .text-heading {font-size: 38px; text-align: center; } 
.ldng-media-rt {width: 100%; max-width: 500px; }
.ldng-media-lft .text-heading br{display: none;}


.form-cnt {flex-direction: column;} 
.form-lft {width: 100%; text-align: center; padding: 0; }
.form-rt {width: 100%;}  
.hm-form-sec .text-heading { text-align: center;} 
.hm-form-sec .text-heading strong {font-size: 40px; display: block; }
.form-rt p {text-align: center; margin: 0 0 18px; letter-spacing: 0.3px; }
.hm-form .gform_fields {gap: 12px !important} 
.ftr-itm.loc, .ftr-itm.logo, .ftr-itm.call {width: 100%; max-width: 300px; padding: 20px; border: 1px solid #ffff;text-align: center; }
.ftr-block-list {display: flex; flex-wrap: wrap;justify-content: center;gap: 20px;}
.form-sctn {max-width: 720px;margin: auto; border: 2px solid #fcc434;padding: 30px 25px}
.ftr-form-sctn {padding: 50px 0 0; }
.form-sctn:before{display: none;}
.ftr-block-sec {padding: 40px 0; }
.ftr-logo {width: 100%; max-width: 200px; margin: 0 auto 15px; }
.ftr-itm .social-icons {width: 100%; }
.ftr-itm.loc .ftr-img, .ftr-img {width: 100%; max-width: 60px; margin: 0 auto 15px; }
.ftr-itm h4 {font-size: 26px; }
.ftr-itm .phn-num a {font-size: 24px; }
.ftr-copyrights-sec p.copy-para {font-size: 16px; }
.cpy-para p {line-height: 1.5; }
.ftr-itm p a {margin: 10px auto 0; }
.ftr-itm p {text-align: center; }

#post-content, #page-content { padding: 50px 0; }
 #main-heading { padding: 50px 0; }
.page-bnr-cnt { padding: 25px 20px; }
#main-heading h1 { font-size: 42px; }
#main-heading .inrpg-breadcrumbs { font-size: 16px;}
#page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {font-size: 38px;}
#page-column h3 {font-size: 34px; }
#page-column h4 {font-size: 29px; }
#page-column h5 {font-size: 24px; }
#page-column .cmn-box h2 {font-size: 33px;}
.cmn-box-two {        align-items: center;}
.cmn-box-two::before {background-size: cover; width: 100%; background-position: center; }
.cmn-box::before {background-size: cover;}
.cmn-box .cnslt-call {padding-left: 38px; }
.cmn-box-cnslt-btn {flex-wrap: wrap; }
#single-column, #post-column, #page-column { width: 100%; } 
.sidebar-page, .sidebar-single { width: 100%; margin: auto;max-width: 350px;}
.page-col-full, .single-col-full { gap: 30px; }
.single-profile-block .sp-block { display: flex; flex-direction: column; justify-content: center; padding: 0; }
.single-profile-block {align-items: center; }
.sidebar-page .sidebar-item h2, h4.widget-title {font-size: 28px; padding: 17px 10px; }
.sidebar-page .sidebar-menu-pa ul li a {font-size: 20px;}
.sidebar-page .sidebar-menu-pa ul li a::before {top: 12px; }
.sidebar-page .sidebar-item, .sidebar-page section.widget.testi, .sidebar-item.sidebar_search input.search-field {margin: 0 0 25px; }


#reviews-main .review-item { padding: 25px 20px ; }
#page-content .review-item:before {transform: scale(0.6); top: 10px; right: 10px; }
#page-content .review-item p {margin: 0 0 20px;}
#page-content .review-item h5 {font-size: 20px;}
#reviews-main { column-count: 1; gap: 15px; }
#page-column .testimonial-btn {margin: 0; }

.contact-page .in-cont-list  { justify-content: center; flex-wrap: wrap; gap: 20px;margin: 0 0 30px; }
.in-cont-item-bg { padding: 0px 0 10px 10px; width: 100%; max-width: 300px; }
.contact-page h2 { font-size: 35px; letter-spacing: 0px; }
.contact-page .in-cont-item h4::before {transform: scale(0.6); top: -15px; }
.contact-page .in-cont-item h4 {font-size: 28px; padding-top: 80px; }
.contact-page .in-cont-item.loc p a {margin-top: 10px; font-size: 16px; }
.content-map-iframe iframe {height: 350px; }
.content-map-iframe {border-bottom: 2px solid #fcc434; }
.in-cont-item.icon .in-icon-blk a {transform: scale(0.7); }

#page-column .hm-practice-areas-list.in-pratice-area .hm-practice-areas-itembg { width: 100%;max-width: 300px;margin:0; } 
#page-column .hm-practice-areas-list.in-pratice-area { gap: 20px; } 
#page-column .hm-practice-areas-list.in-pratice-area .hm-practice-areas-item h5 {letter-spacing: 0;min-height: auto; }

#page-column .hm-case-result-list.in-case-results-list .hm-case-result-itm h5 { font-size: 35px; }
.hm-case-result-list.in-case-results-list .hm-case-result-itm {padding: 30px 20px; width: 100%; margin: 0; max-width: 300px; }
.hm-case-result-list.in-case-results-list {gap:20px;margin-bottom: 30px;}
.badg-itm {width: 120px;}
    
.posts-list {width: 100%;padding: 10px 10px 40px;max-width: 350px;}
#post-content .posts-list .posts-block h3 a {line-height: 1.3;font-size: 20px;letter-spacing: 0; }
#post-content .posts-list .posts-readmore a:before {right: -25px;transform: scale(0.7);top: 2px;}
.sidebar-blog {gap: 10px; margin: 0 0 25px; flex-wrap: wrap;}
.sidebar-blog-item {width: 100%; max-width: 300px;}
#post-column-full {gap: 15px; }
#post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers{transform: scale(0.9);}
#post-column-full .nav-links {margin: 15px 0px 0;}

.attry-item {width: 100%; max-width: 300px;margin:auto; }
#page-column .attry-content h3 {font-size: 28px; }
.cont-blk .hm-about-img{display:none}
.contact-page .in-cont-list{margin-bottom:50px;width: 100%;}
.cont-blk {margin-bottom: 40px;}	

.meet-michael-left .meet-michael-image img{height: 400px;object-position: top;object-fit: cover;}	

.conatct-michael-image {display: none; }
.in-cont-item.icon .in-icon-blk {gap: 0; }


.widget.widget_fact_checked .fact_checked_inner{flex-direction: column; } 
.widget.widget_fact_checked .fact_checked_inner .checked_by {width: 100%; margin-bottom: 15px; } 
p.mod_date {font-size: 16px; width: 100%; justify-content: flex-start; } 
.fact-checked-sec {padding: 15px 0px; } 
.widget-description.active {font-size: 15px; } 
.testi-cta-title, .caseresult-cta-title, .team-cta-title, .posts-cta-title{font-size: 28px; }
.related-insights-posts .posts-list{max-width: 100%;}
	
}

@media screen and (max-width:767px) {
    .hm-case-result .container, .hm-why-choose-sec .container, .container, .hm-faq-sec .container,  .page-container,  .post-container, .container{max-width: 100%;padding: 0 15px;}

 .text-heading { font-size: 35px;}
  
.header-number { gap: 10px; flex-wrap: wrap; justify-content: center; }

.hm-bnr-lft h1 { font-size: 55px; margin-bottom: 10px; } 
.hm-bnr-lft h1 small { font-size: 42px; } 
.hm-brn-cont p.hm-brn-para { font-size: 18px; } 
.hm-bnr-lft {padding: 20px 10px;}
.hm-banner-sec {padding: 40px 0; }
.hm-bnr-rgt {max-width: 250px;}

.hm-case-result { padding: 40px 0px; }
.hm-case-result .text-heading { font-size: 32px; margin-bottom: 15px;}
.hm-case-result .owl-nav {margin: 35px auto -30px; }
.hm-case-result-list .owl-stage {display: block; }
.hm-case-result-itm {height: auto; }

.hm-about-sec .text-heading strong { letter-spacing: 0px; font-size: 22px; } 
.hm-about-right h6 {        margin-bottom: 11px;}
 .hm-about-right h5::before, .hm-about-right h4::before { transform: scale(0.7); }
.hm-about-right h5 {padding-left: 0;    line-height: 1.2;}
.hm-about-right p { margin-bottom: 12px;}
.hm-about-sec {padding: 0 0 40px; }
.hm-about-right h4 {padding: 0;     line-height: 1.2;}
.hm-about-right h5::before, .hm-about-right h4::before{display: none;}
.hm-about-right p br{display: none;}

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

.hm-practice-areas-sec {padding: 40px 0 0; } 
.practice-icon {margin: 0 0 60px; } 
.hm-practice-areas-itembg {max-width: 300px; }

.hm-testimonials-sec {padding: 40px 0px ;}
.testimonials-leftbttm h4 {font-size: 38px;}
.hm-testimonials-left h3 {font-size: 22px;}
.hm-testi-list .owl-nav {gap: 20px;bottom: -40px;}
.hm-testi-list {height: 340px; }
.hm-testimonials-right {padding-right: 35px; }
.hm-testi-item:nth-child(1) {top: 40px;}
.hm-testi-item:nth-child(2) {top: 20px; right: -18px;    left: inherit;}
.hm-testi-item:nth-child(3) {top: 0px; right: -35px; left: inherit; }
.hm-testi-item {padding: 24px 20px;min-height: 300px;}
.hm-testi-item .star-rat {transform: scale(0.6); margin: 0 0 5px -38px; }
.hm-testi-item::after {top: 13px; right: 8px; transform: scale(0.5); }
.hm-testi-item p {font-size: 17px; margin: 0 0 15px; }
.hm-testi-item h5 {font-size: 20px; }

.hm-serving-sec {padding: 40px 0; }
.serving-left h2.text-heading {font-size: 30px; }

.hm-attorney-sec {padding: 40px 0; } 
.meet-michael-right h3 {font-size: 17px; } 
.meet-michael-right h2.text-heading {font-size: 30px; }

.hm-leading-media-sec {padding: 40px 0; }
.ldng-media-lft .text-heading {font-size: 35px;} 
.ldng-media-cnt {gap: 15px; } 
.ldng-media-rt {max-width: 400px; }

.hm-faq-sec {padding: 40px 0; } 
.accordion-profile-tle {font-size: 20px; padding: 15px 40px 13px 15px; }
.accordion-profile-tle:before {transform: scale(0.6); top: 17px; right: 12px; } 
.hm-faq-sec .text-heading {font-size: 35px; }
.accordion-profile .accordion-profile-content {padding: 12px 15px 0; }

.form-sctn {max-width: 100%;padding: 25px 20px;}
.form-sctn .container, .ftr-block-sec .container{padding: 0;}
.ftr-form-sctn {padding: 40px 15px 0; }
.form-sub-heading {font-size: 18px; }
.hm-form-sec .text-heading {font-size: 35px; }
.hm-form-sec .text-heading strong {font-size: 35px;}
.hm-form .gform_wrapper .gform_footer.top_label {margin: 20px auto 0; text-align: center; float: none; }
.hm-form .gfield.gfield--type-text, .hm-form .gfield.gfield--type-phone, .hm-form .gfield.gfield--type-email {width: 100% !important; }

.page-bnr-cnt { padding: 15px; } 
#main-heading { padding: 40px 0; }
#main-heading h1 { font-size: 38px; }
#post-content, #page-content {padding: 40px 0; }
.page-feature-img, .single-thumbnail {margin: 0 0 17px; }
#page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {font-size: 35px; }
#page-column h3 {font-size: 30px; }
#page-column h4 {font-size: 26px; }
#page-column h5 {font-size: 22px; }
#page-column h6 {font-size: 19px; }
#page-column p {margin: 0 0 15px; }
#page-column li {padding-left: 15px; margin: 0 0 12px; }
#page-column ol, #page-column ul {margin-bottom: 15px; }
.cmn-box-bg {margin: 25px 0; padding: 0 0px 8px 8px; }
.cmn-box-cnslt-btn { flex-direction: column; justify-content: center; align-items: center; gap: 20px;} 
.cnslt-btn{ order: 2;}
#page-column .cmn-box p { margin: 0 0 15px; font-size: 17px; } 
#page-column .cmn-box h2::before {    width: 70.3%;}
.cmn-box { padding: 25px 15px; } 
.cmn-box-two { padding: 25px 20px; flex-direction: column; gap: 15px; }
.cta-two-image { padding-top: 0px; }
.cta-two-content { padding: 0px; margin: 0px; text-align: center; border: transparent; width: 100%;}
#page-column .cta-two-content::before { display: none;}
#page-column .cta-two-content::after{display: none;}
    .cta-two-image {width: 100%; max-width: 250px; margin: auto; padding: 15px 10px 0; border: 1px solid #ffc236; }
#page-column .cta-two-content strong { display: block;}
#page-column .cmn-box h2 {font-size: 30px; }
#page-column .cmn-box h2 strong {font-size: 35px;line-height: 1; }
.cnslt-btn a.cmn-btn {padding: 14px 18px;}
#page-column .cta-two-content h2 {font-size: 32px; margin-bottom: 15px; letter-spacing: 0; }
#page-column .cta-two-content strong {font-size: 35px; line-height: 1;}
.page-bnr-cnt::before {background-image: none; border: 1px solid #fcc434; }

.single-profile-block { flex-direction: column; align-items: center; padding: 20px 15px; gap: 20px; margin: 0 0 25px;}
.single-profile-block.abt-pg .single-profile-image,.single-profile-image { width: 100%; max-width: 250px; margin: 0 auto; padding: 10px 10px 0; border: solid 2px #fcc434; }
.single-profile-block .sp-block { text-align: center; width: 100%; margin: 0; padding: 0; }
.profile-tel { width: max-content; margin: 0 auto 18px; }
 #page-column .single-profile-block .sp-block p { text-align: left;margin: 0;}
.posts-list {width: 100%; padding: 10px 10px 40px; max-width: 350px; } 
.single-profile-image img {object-fit: cover; object-position: top center; height: 300px; }
#page-column .single-profile-block .sp-block h6 {margin: 0 0 14px; }
#page-column .single-profile-block .sp-block h2 {font-size: 38px; letter-spacing: 0; margin: 0 0 12px; }
#page-column .single-profile-block .sp-block .profile-address p {text-align: center; }
.profile-socials {justify-content: center;}


.contact-page h2 {font-size: 30px;}


.single-author-box {flex-direction: column; justify-content: center; align-items: center; }
.single-author-avatar {width: 100%; max-width: 150px; }
.single-author-info {width: 100%; text-align: center; }
.post-navigation .nav-links {margin: 25px 0 0; }
	
#page-column .single-profile-block.abt-pg .sp-block p {text-align: center; line-height: 1.6;margin: 0 0 15px;letter-spacing: 0.3px;}
.single-profile-block.abt-pg {gap: 18px; }
#page-column .abt-profile-box-title h2 {margin: 0; }
.single-profile-block.abt-pg .single-profile-image img {height: auto; }	
.single-profile-block:before {width: 100%; opacity: 45%;}

#page-column section.widget.widget_team_member .team_member_item {width: 100%; }
.cmn-box-cnslt-btn{flex-direction: column;}
#page-column .testimonial-cta-block .star-rating {transform: scale(0.7); margin: 0 0 10px -27px;    }
.testimonial-cta-block .testi-item {padding: 20px; }
.page-container .full-width .case-results-cta .case-item, #page-column .case-results-cta .case-item {width: 100%; max-width: 300px; margin: auto; }
.related-insights-posts .posts-list {max-width: 350px; margin: auto; width: 100%; }
#page-column .case-results-cta, .widget.widget_related_insights, #page-column section.widget.widget_team_member {margin-bottom: 25px; }
#page-column section.widget.widget_team_member .team_member_item {width: 100%; max-width: 250px; margin: auto; }

}

@media screen and (max-width:680px) {
    
.hm-testi-item {min-height: 365px;}
.hm-testi-list {height: 405px; }


}
@media screen and (max-width:650px) {
#page-column .case-results-cta .case-item{width: 100%; }

}

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

.logo-section {flex-direction: column; gap: 15px; }
    
}


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

a.cmn-btn {padding: 13px 15px 11px;}
.text-heading { font-size: 30px; }

.header-number { gap: 15px; }
.hdr-btn-item li:first-child {padding-left: 12px;}
.hdr-btn-item li {padding-left: 12px;}
.showhide b.txtl {font-size: 18px;}
.mobile_src_nav {padding: 5px 0;}
.header-sticky .sticky-cnt a:before, .header-sticky .sticky-cnt button:before{transform: scale(0.9);}
.sicky-cnt.sticky-mobile-logo {max-width: 150px; }

.hm-banner-sec { padding: 30px 0; }
.hm-banner-sec h1 { font-size: 40px; letter-spacing: 0px; margin: 0 0 7px; }
.hm-bnr-lft h1 small { font-size: 30px; }
.hm-bnr-lft { padding: 15px 10px; } 
.hm-brn-cont p.hm-brn-para { font-size: 16px; margin-bottom: 7px; }
.hm-bnr-lft p {        font-size: 20px;}
.hm-banner-tel-item {bottom: 0px;}

.hm-case-result { padding: 30px 0px; }
.hm-case-result .text-heading { font-size: 27px; margin-bottom: 10px; } 
.hm-case-result .owl-nav {max-width: 100%; justify-content: center; gap: 30px; margin: 20px 0; }
.hm-case-result-itm h5 {font-size: 35px;        padding-top: 60px;}

.hm-about-sec .text-heading strong { font-size: 20px; }
.hm-about-sec { padding: 0 0 30px; }
.hm-about-right h5 { padding-left: 0px; line-height: 1.1; }
.hm-about-right h5::before, .hm-about-right h4::before {display: none;}
 .hm-about-list { margin-bottom: 13px; gap: 10p}

.hm-why-choose-sec .text-heading {margin-bottom: 15px; }
.hm-why-choose-sec { padding: 30px 0; }
.hm-why-choose-item {padding: 25px 15px;}
.hm-why-choose-item h4 {font-size: 18px;}

.hm-practice-areas-sec h2.text-heading {margin: 0 0 15px; }
.hm-practice-areas-sec {padding: 30px 0 0; }
.prc-areas-itmbtn a {font-size: 14px; }
.hm-practice-areas-list .owl-nav {position: unset; max-width: 100%; justify-content: center; gap: 30px; margin: 20px 0 0; }
.hm-practice-areas-list {margin: 0 0 20px; }

.hm-testimonials-sec {padding: 30px 0px; }
.hm-testimonials-left p {font-size: 17px;}
.hm-testimonials-left h3 {font-size: 20px; }
.hm-testi-item p {font-size: 16px; }
.hm-testi-item {padding: 20px 15px;min-height: 400px;}
.hm-testimonials-right {padding-right: 25px; }
.hm-testi-item:nth-child(2) {top: 15px; right: -12px; left: inherit; }
.hm-testi-item:nth-child(1) {top: 30px; }
.hm-testi-item:nth-child(3) {top: 0px; right: -24px; left: inherit; }
.hm-testi-item::after {top: 5px; right: 1px; transform: scale(0.44); }
.hm-testi-item h5 {font-size: 18px; }
.hm-testi-list {height: 430px;margin: 0 0 20px ; }
.hm-testimonials-right .hm-testi-btn {margin: 0 auto; }
.hm-testi-nav {max-width: 100%; justify-content: center; gap: 30px; margin: 0 0 20px; }

.hm-serving-sec {padding: 30px 0; }
.serving-image {max-width: 300px;}
.serving-icon {max-width: 100px;}
.serving-left h2.text-heading {font-size: 27px; }
.serving-btn a.cmn-btn {padding: 13px 11px 11px;}	

.hm-attorney-sec {padding: 30px 0; }
.meet-michael-image {max-width: 300px;}
.meet-michael-right h2.text-heading {font-size: 27px; }
.meet-michael-blk {gap: 15px; }
.meet-michael-right p {font-size: 16px; line-height: 1.5; }
.meet-awards-img .badge-lst {flex-wrap: wrap;justify-content: center;}    	

.ldng-media-lft .text-heading {font-size: 28px;} 
.hm-leading-media-sec {padding: 30px 0; } 
.ldng-media-cnt {gap: 10px} 

.hm-faq-sec {padding: 30px 0; } 
.hm-faq-sec .text-heading {font-size: 28px;margin: 0 0 20px;} 
.accordion-profile-tle {font-size: 18px; padding: 14px 40px 12px 15px; }
.accordion-profile-tle:before {transform: scale(0.55); top: 15px; right: 10px; }
.accordion-profile-content p, .accordion-profile-content li {font-size: 15px; }
.accordion-profile-content li {padding-left: 15px;}

.ftr-form-sctn {padding: 30px 15px 0; }    
.form-sub-heading {font-size: 17px; }
.hm-form-sec .text-heading {font-size: 30px; }
.hm-form-sec .text-heading strong {font-size: 30px; }
.form-sctn {padding: 22px 15px; }
.hm-form .gform_wrapper .top_label textarea {height: 95px !important;}
.hm-form .gform_wrapper .top_label input[type="submit"] {padding: 13px 15px 12px !important;}

.ftr-block-sec {padding: 30px 0; }
.ftr-itm p {font-size: 16px; }
.ftr-itm .phn-num a {font-size: 22px; }
.ftr-itm h4 {font-size: 24px; }


#main-heading { padding: 30px 0px; } 
#main-heading h1 { font-size: 34px; }
#main-heading .inrpg-breadcrumbs { font-size: 15px; }
#post-content, #page-content { padding: 30px 0; }
#page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {font-size: 30px; }
#page-column h3 {font-size: 27px; }
#page-column h4 {font-size: 24px; }
#page-column h5 {font-size: 21px; }
#page-column h6 {font-size: 18px; }
#page-column p, #page-column li {font-size: 16px; }
.page-col-full, .single-col-full {gap: 25px; }
#page-column ul li:before {top: 9px;}

#page-content section.widget.testi .testi-item p { font-size: 16px; margin-bottom: 15px; }
#page-content section.widget.testi .testi-item .star-rat { transform: scale(0.6); margin: -8px auto 1px; }
.sidebar-page section.widget.testi h4.widget-title { margin: 0 0 15px;  } 
#page-content section.widget.testi .testi-item h6 { font-size: 20px; }
.sidebar-page section.widget.testi { margin: 0 0 20px; }
.sidebar-page section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav { gap: 70px; }
.sidebar-page .sidebar-menu-pa ul li a { font-size: 18px;letter-spacing: 0.3px;}
.sidebar-page .sidebar-item h2, h4.widget-title {font-size: 25px; padding: 15px 10px; } 
.page-feature-img, .single-thumbnail {margin: 0 0 15px; }

section.widget.csae-res { padding: 20px 20px; }
.case-res-bg { padding: 0 10px 10px 10px;}
.case-sdbr-blk.owl-carousel .owl-nav { gap: 50px !important;     margin: 20px 0 0 !important;}
.sidebar-page .sidebar-item, .sidebar-page section.widget.testi, .sidebar-item.sidebar_search input.search-field {margin: 0 0 20px; }
    section.widget.csae-res .sdbr-case-item h4 {font-size: 35px; padding-top: 70px; }

.cmn-box { padding: 20px 10px; }
#page-column .cmn-box h2 { font-size: 27px; }
#page-column .cmn-box h2 strong { font-size: 30px; }
.cmn-box-bg { padding: 0 0px 10px 10px; margin: 20px 0; }
#page-column .cmn-box p { margin: 0 0 10px; font-size: 16px;line-height: 1.2; }
.cmn-box-cnslt-btn {            gap: 15px;}
#page-column .cmn-box .cnslt-call p a::before { transform: scale(0.7); }
.cmn-box .cnslt-call { padding-left: 40px; }
#page-column .cmn-box .cnslt-call p a { font-size: 20px; margin: 3px 0px 0px; }
#page-column .cmn-box h2::before { width: 90%; }
#page-column .cta-two-content strong { font-size: 30px;  }
.cnslt-btn a.cmn-btn {padding: 12px 16px;font-size: 14px; }
.cmn-box-two {padding: 25px 15px;}

#page-column .cta-two-content h2 { font-size: 30px; margin-bottom: 15px;} 

#page-content .review-item .star-rat { transform: scale(0.6); margin: 0 0 3px -35px; }
#page-content .review-item:before {transform: scale(0.5); top: 4px; right: 0px; }
#reviews-main .review-item { padding: 20px 15px; }
#page-content .review-item h5 {font-size: 18px;  }
#page-content .review-item p {margin: 0 0 15px; }

#page-column .single-profile-block .sp-block h2 {font-size: 32px; }
#page-column .profile-btn a.cmn-btn { padding: 13px 15px;}
.single-profile-block {margin: 0 0 20px; }    
#page-column .accordion-profile h3 {font-size: 19px; padding: 10px 35px 8px 15px; background-size: 15px; background-position: right 15px top 16px; }

.contact-page .in-cont-item { padding: 15px 10px 20px; } 
.contact-page .in-cont-item h4 { font-size: 25px;margin-bottom: 8px; }
.contact-page .in-cont-list { gap: 15px; }
.in-cont-item-bg { padding: 0px 0 8px 8px;}
.contact-page .in-cont-item p { font-size: 15px; }
.contact-page .in-cont-item.loc p a { letter-spacing: 0.5px; margin-top: 7px; font-size: 15px; }
.contact-page h2 {font-size: 27px; margin: 0 0 15px; }
.contact-page .in-cont-item.in-cont-item.phn p a {font-size: 22px;}
.in-cont-item.icon .in-icon-blk a {transform: scale(0.6); }
.contact-page .in-cont-list {margin: 0 0 25px; }
.content-map-iframe iframe {height: 300px; }

.sidebar-blog-item {width: 100%; }
#post-column-full .nav-links .page-numbers {width: 35px; height: 35px; font-size: 20px; }
#post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers {margin: 0 15px; transform: scale(0.9); }
#page-column .single-pagination .nav-links a {font-size: 15px; padding: 14px 18px 12px; }
.sidebar-blog {margin: 0 0 20px;}
#post-content .posts-list .posts-block h3 a {font-size: 18px; letter-spacing: 0.2px; }
#post-column-full .nav-links {margin: 10px 0px 0; }

.sidebar-item.sidebar_posts .sidebar-menu-pa ul li a {font-size: 18px; }
.sidebar-blog input.search-submit, .sidebar-blog input.search-submit, .sidebar-item.sidebar_search input.search-submit {transform: scale(0.8);right: 14px;}
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {margin: 0 0 12px; font-size: 24px; }

#page-column .attry-content h3 {font-size: 26px; }

#page-column .hm-practice-areas-list.in-pratice-area .hm-practice-areas-item h5 {font-size: 18px; }
#page-column .hm-practice-areas-list.in-pratice-area .hm-practice-areas-item .practice-icon {margin: 0 0 70px; }

#page-column .hm-case-result-list.in-case-results-list .hm-case-result-itm h5 {font-size: 32px; }
.hm-case-result-list.in-case-results-list {gap: 15px; }
.prc-areas-itmbtn a {font-size: 14px;}	
 

.page-container .full-width .case-results-cta .case-item h4, #page-column .case-results-cta .case-item h2::before {transform: scale(0.7); }

}

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

.hm-testi-item {min-height: 440px;}    
.hm-testi-list {height: 470px; }  

}

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

@media screen and (max-width:320px) {
#main-heading h1 { font-size: 29px; }

.logo-section {gap: 10px;}
.hdr-btn-item ul li  {display: inline;}
.header-number p a {display: inline-block; margin-top: 0px;}
.header-number { gap: 12px; }
.hm-banner-tel-number a { font-size: 13px; } 

.cnslt-btn a.cmn-btn {padding: 12px 10px; font-size: 13px; }
#page-column .profile-btn a.cmn-btn {padding: 13px 13px; font-size: 13px; }

}


