/*
 Theme Name:   Caffery, Oubre, Campbell & Garrison, L.L.P.
 Theme URI:    http://example.com/rmtheme-child
 Description:  Child theme for RMTheme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     rmtheme
 Version:      1.0.0
 Text Domain:  rmtheme-child
*/

@font-face {
    font-display: swap;
    font-family: 'Figtree';
    font-style: italic;
    font-weight: 300;
    src: url('./fonts/figtree-v9-latin-300italic.woff2') format('woff2');
}


@font-face {
    font-display: swap;
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/figtree-v9-latin-regular.woff2') format('woff2');
}


@font-face {
    font-display: swap;
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/figtree-v9-latin-500.woff2') format('woff2');
}


@font-face {
    font-display: swap;
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/figtree-v9-latin-600.woff2') format('woff2');
}


@font-face {
    font-display: swap;
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/figtree-v9-latin-700.woff2') format('woff2');
}


@font-face {
    font-display: swap;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/plus-jakarta-sans-v12-latin-regular.woff2') format('woff2');
}


@font-face {
    font-display: swap;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/plus-jakarta-sans-v12-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/plus-jakarta-sans-v12-latin-600.woff2') format('woff2');
}


@font-face {
    font-display: swap;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/plus-jakarta-sans-v12-latin-700.woff2') format('woff2');
}


@font-face {
    font-display: swap;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/plus-jakarta-sans-v12-latin-800.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/cormorant-garamond-v21-latin-regular.woff2') format('woff2');
}


@font-face {
    font-display: swap;
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/cormorant-garamond-v21-latin-700.woff2') format('woff2');
}

:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'RobotoRegular';
    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: 'RobotoRegular';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
    font-family: 'RobotoRegular';
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
ul, li {
    list-style: none;
}
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
a, a:hover, input[type="submit"], button {
    outline: 0;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}
input::-moz-placeholder {
    color: var(--placeholdercolor);
}
input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}
input:-moz-placeholder {
    color: var(--placeholdercolor);
}
html {
    scroll-behavior: smooth;
}
.post, .page{
    margin: 0;
}
ul,ol,li {
    list-style: none;
    margin:0;
    padding:0;
}
p:empty {
    display: none;
}

/*Header Sticky Menu*/



.header-sticky.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #152d2d;
    z-index: 9999;
    border-bottom: 2px solid #b89452;
}

.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: 'Figtree';
    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: #152d2d;
    overflow-y: auto;
    padding: 10px 10px;
    height: 100vh;
    position: relative;
    border-right: 2px solid #b89452;
}

#floatingMenu.openMenu {

    display: flex;

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -ms-transform: translateX(0);

    -o-transform: translateX(0);

    transform: translateX(0);

}

#cloaseFloatingMenu {
    text-align: right;
    font-size: 37px;
    line-height: 1;
    font-weight: 700;
    display: block;
    background: transparent;
    clear: both;
    outline: 0;
    border: 0;
    padding: 0;
    color: #ffffff;
    float: right;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

button#cloaseFloatingMenu2 {

    flex-grow: 1;

    width: calc(100% - 280px);

    height: 100%;

    font-size: 0px !important;
    background: transparent;
    border: 0;

}

.floatingMenuInner li {

    position: relative;

}
.floatingMenuInner a {

    color: #fff !important;

    letter-spacing: 0.4px;

    font-family: 'Asap', sans-serif;

    font-weight: 500;

    padding: 4px 0;

    font-size: 18px;

    display: block;

    line-height: 1;

    border-bottom: 1px solid #222222;

}

.floatingMenuInner .sub-menu {

    display: none;

}

.floatingMenuInner .menu-item-has-children>a:after {

    content: '';

    width: 10px;

    height: 2px;

    background-color: #fff;

    /* -webkit-transform: rotate(45deg);

       -moz-transform: rotate(45deg);

       -ms-transform: rotate(45deg);

       -o-transform: rotate(45deg);

       transform: rotate(45deg);*/

    position: absolute;

    top: 15px;

    right: 6px;

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

}

.floatingMenuInner .menu-item-has-children>a:before {

    content: '';

    width: 2px;

    height: 10px;

    position: absolute;

    top: 11px;

    right: 10px;

    display: block;

    opacity: 1;

    background-color: #fff;

}

.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {

    /*-webkit-transform: rotate(135deg);

      -moz-transform: rotate(135deg);

      -ms-transform: rotate(135deg);

      -o-transform: rotate(135deg);

      transform: rotate(135deg);*/

    opacity: 0;

}





.header-sticky.fixed-header .container {

    display: flex;

    padding: 0;

    align-items: center;

    justify-content: space-between;

}



.sicky-logo{
    max-width:350px;
    text-align: center;
}



.sticky-wrap{
    display: none;
}


header#site-header.f-nav{
    position: fixed;
    border-bottom: 2px solid #82581f;
    background-color: #080d26;
    padding: 10px 0;
}

.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    float: none;
    text-align: left;
    cursor: pointer;
    padding: 0px 0 0 33px;
    position: relative;
    outline: 0;
    border: 0;
    background-color: transparent;
}

.showhide b.txtl {
    text-align: right;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    padding-top: 2px;
    letter-spacing: 0.5px;
    font-family: 'Figtree';
    font-weight: 400;
}

.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 24px;
    font-family: 'Figtree';
}

.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #152d2d;
    position: absolute;
    top: 38px;
    left: 0;
}

.mobinav ul {
    float: left;
    margin: 0px 0 0 0;
    padding: 5px 0px;
    width: 100%;
}

.mobinav ul li {
    float: left;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: "Poppins", sans-serif;
}

.mobinav a {
    width: 100%;
    float: left;
    padding: 6px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: 'Plus Jakarta Sans';
    border: 0;
    margin: 0;
    text-decoration: none;
}

.mobinav a:hover {
    color: #b89452;
}

.mobinav ul li ul {
    float: left;
    padding: 0 0 0 15px;
}

.mobinav ul li ul li a {
    text-transform: capitalize;
}

.mobile_src_nav {
    display: none;
    width: 100%;
    float: none;
    position: relative;
    padding: 10px 0;
}

.mobile_src_nav .container {
    position: relative;
}

.mobile_src_nav .search-form {
    width: 100%;
    float: left;
}



.displayblock {
    display:block;
}
.body-content {
    width:100%;
    float: left;
    height: 2000px;
    overflow: hidden;
}
.logo-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.logo-rite {
    padding: 10px 0 0;
}
.top-rite {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    margin: 0 0 32px;
}
.hdr-top{
    font-size: 20px;
    font-family: 'Figtree';
    font-weight: 500;
    line-height: 1;
    letter-spacing: 6.4px;
    color: #ffffff;
    margin: 0;
    padding: 0 50px 0 0;
    position: relative;
    text-transform: uppercase;
}
.hdr-top:before{
    content: '';
    position: absolute;
    background-color: rgb(72, 96, 96);
    width: 50px;
    height: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hdr-nums {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}
.hdr-call {
    padding-left: 72px;
    position: relative;
}
.hdr-call:first-child{
    padding-right: 15px;
    border-right: 1px solid rgb(72, 96, 96);
}
.hdr-call p{
    font-size: 16px;
    font-family: 'Figtree';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.6px;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
}
.hdr-call a {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0px;
    margin: 6px 0 0;
    display: inline-block;
}
.hdr-call a:hover {
    color: #b89452;
}
.hdr-call a:before {
    content: "";
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -12px -12px;
    width: 60px;
    height: 60px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#main-navigation ul {
    margin: 0;
    border-top: 1px solid rgb(72, 96, 96);
    font-size: 0;
}
#main-navigation ul li{
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 52px;
}

#main-navigation ul li:first-child{
    margin-left:0
}
#main-navigation ul li:last-child{
    margin-right:0
}
#main-navigation ul li a{
    font-size: 21px;
    font-family: 'Figtree';
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 1;
    color: #ffffff;
    padding: 25px 0 0;
    display: block;
    min-width: inherit;
    text-transform: uppercase;
    position: relative;
}
#main-navigation ul li a::before{
    content: '';
    position: absolute;
    background-color: #b89452;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover{
    color: #b89452;
}
#main-navigation ul > li.current-menu-item > a:before, #main-navigation ul > li > a:hover:before{
    display: block;
}
#main-navigation ul li ul.sub-menu{
    display:none;
    width:220px;
    position:absolute;
    color:#fff;
    top:100%;
    left:0;
    right:auto;
    background-color:#b89452;
    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: #fff;
    color: #b89452;
}
#main-navigation .sub-menu li a{
    width: 100%;
    padding: 8px 10px !important;
    color: #ffffff;
    display: block;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
    border-bottom: 0;
    font-size: 16px;
}
#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item > a{
    background-color: #fff;
    color: #b89452;
}
#main-navigation .sub-menu li{
    width:100%;
    margin:0;
    padding:0
}
#main-navigation .sub-menu li a:hover::before, #main-navigation ul.sub-menu > li.current-menu-item > a:before, #main-navigation ul.sub-menu > li > a:hover: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 {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 100%;
    padding: 30px 0 10px;
    position: absolute;
    z-index: 99;
}
.site-header .container{
    max-width: 1700px;
}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background: #152d2d;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    border-bottom: 2px solid #b79453;
    padding: 10px 0 10px;
}
.site-header.is-sticky .site-branding {
    width: 120px;
}
.site-header.is-sticky .hdr-top {
    font-size: 16px;
    letter-spacing: 4.4px;
}
.site-header.is-sticky .hdr-call p {
    font-size: 14px;
}
.site-header.is-sticky .hdr-call a {
    font-size: 24px;
}
.site-header.is-sticky .hdr-call a:before{
    transform: scale(0.8);
}
.site-header.is-sticky .hdr-call {
    padding-left: 62px;
}
.site-header.is-sticky .hdr-nums{
    gap: 10px;
}
.site-header.is-sticky .hdr-top:before{
    width: 40px;
}
.site-header.is-sticky .top-rite{
    margin: 0 0 20px;
}
.site-header.is-sticky #main-navigation ul li a {
    font-size: 16px;
    letter-spacing: 0.76px;
    padding: 19px 0 0;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.is-fading-out {
    opacity: 0;
    visibility: hidden;
}

.mobilenav {
    width:280px;
    height: 100vh;
    background-color: #333;
    color: white;
    position: fixed;
    top: 0;
    left: -280px;
    transition: left 0.4s ease;
    z-index: 999;
}
.mobilenav.show {
    left: 0;
}
#mobilenav-toggle {
    display:none;
}
.mobilenav-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: blue;
    border: none;
    cursor: pointer;
    z-index: 1000;
    font-size: 0;
    line-height: 0px;
    width:36px;
    height: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/open-mobilenav.webp);
}
.mobilenav-toggle.active {
    background-image: url(images/close-mobilenav.webp);
}
.close-mobilenav {
    font-size:0;
    line-height:0px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background-color: red;
    background-image: url(images/close-mobilenav.webp);
    background-position: center center;
    background-repeat: no-repeat;
    width:36px;
    height: 36px;
}


@media screen and (max-width:992px) {
    #mobilenav-toggle {
        display:block
    }
}

#mobile-navigation {
    overflow-y:scroll;
    height: 100%;
    width:100%;
    padding-top:45px;
}
#mobile-navigation ul{
    margin:0;
    padding:0
}
#mobile-navigation ul li{
    display:block;
    padding:0 0px;
    margin:0;
    position:relative
}
#mobile-navigation ul li a{
    font-size:15px;
    text-transform:uppercase;
    font-weight:bold;
    color:#000;
    padding:6px 10px;
    display:block;
    min-width:inherit
}
#mobile-navigation ul li.current-menu-item > a,#mobile-navigation ul li:hover > a{
    color:#fff
}
#mobile-navigation .sub-menu li a{
    width:100%;
    padding:6px;
    color:#ffffff;
    display:block;
    text-align:left
}

#mobile-navigation ul li .drop.close, #mobile-navigation ul li .drop.open {
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: transparent !important;
    background-image: url(images/nav-open.webp);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px 0px;
    cursor: pointer;
}
#mobile-navigation ul li .drop.open {
    width: 20px;
    background-image: url(images/nav-close.webp);
}
#mobile-navigation .sub-menu {
    padding-left: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease;
}
#mobile-navigation .sub-menu.open {
    max-height: 900px;
    transition: max-height 0.8s ease;
}



a.cmn-btn {
    font-size: 21px;
    font-family: 'Figtree';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.42px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    background-color: #b89452;
    padding: 19px 43px 20px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    border: 2px solid #b89452;
}
a.cmn-btn:hover{
    background-color: #29484a;
}
.text-heading{
    font-size: 70px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -2.1px;
    color: #2e3b48;
    margin: 0 0 55px;
    text-align: center;
}
.text-heading  strong{
    display: block;
    font-weight: 700;
    /*color: #b89452;*/
}


/*Banner section*/

.hm-banner-sec {
    padding: 217px 0 45px;
    position: relative;
    background-color: #152d2d;
    z-index: 1;
}
.hm-banner-sec::before {
    content: '';
    position: absolute;
    background-image: url(images/hm-bnr-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    width: 100%;
    height: 100%;
    inset: 0;
    margin: auto;
    border-radius: 200px 0 400px 0;
    z-index: -1;
    pointer-events: none;
}
.hm-banner-sec:after{
    content: '';
    position: absolute;
    background-color: #b89452;
    width: 55%;
    height: 1px;
    left: 0;
    bottom: 0;
}
.hm-banner-sec .container{
    max-width: 1710px;
    margin: 0 0 0 auto;
}
.hm-bnr-blk {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.hm-bnr-list {
    display: flex;
    justify-content: space-between;
    padding: 0 100px 0 0;
}
.bnr-cnt {
    width: 41.2%;
    padding: 62px 0 0 50px;
    position: relative;
}
.bnr-rgt {
    width: 47.8%;
    position: relative;
}
.bnr-rgt::before{
    content: '';
    position: absolute;
    background-image: url(images/bnr-rgt-bfr.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    width: 26.4%;
    height: 28%;
    left: 0;
    bottom: -31px;
    display: none;
}
.hm-bnr-img {
    margin: 0 0 0 auto;
    width: 100%;
}
.hm-bnr-img img {
    width: 100%;
    display: block;
}
.bnr-cnt h1{
    font-size: 100px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    line-height: 1.01;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 30px;
}
.bnr-cnt p{
    font-size: 20px;
    font-family: 'Figtree';
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 42px;
}
.bnr-cnt:before {
    content: '';
    position: absolute;
    border-left: 1px solid #b89452;
    border-bottom: 1px solid #b89452;
    width: 110px;
    height: 563px;
    left: 0;
    bottom: 74px;
    top: 0;
    margin: auto;
}
.hm-bnr-btn {
    margin: 0 0 0 70px;
}


/* Retain Section */

.hm-retain-sec {
    padding: 52px 0 95px;
    background-image: url(images/retain-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.hm-retain-sec .container{
    max-width: 1500px;
}
.hm-retain-sec h2{
    margin: 0 0 30px;
}
.process-txt{
    font-size: 23px;
    font-family: 'Figtree';
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.46px;
    color: #152d2d;
    margin: 0 0 50px;
    text-align: center;
}
.process-list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 45px;
}
.process-itm {
    width: 24.7%;
    padding: 20px;
    border-radius: 50%;
    min-height: 363px;
    text-align: center;
    position: relative;
    z-index: 1;
    background-image: url(images/process-itm-bg.webp);
    background-repeat: no-repeat;
    background-size: 98% 96%;
    background-position: center;
}
.process-itm:first-child{
    background-image: none;
    outline: 1px solid rgb(41, 72, 74, 0.302);
    outline-offset: -10px;
}
.process-itm:before {
    content: '';
    position: absolute;
    background-color: #475f5f;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    border-radius: 0 180px 180px 0;
}
.process-itm:after {
    content: '';
    position: absolute;
    background-color: #475f5f;
    width: 28px;
    height: 29px;
    right: -28px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.process-blk {
    padding: 38px 40px 40px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 5.035px -4.863px 30px 0px rgba(21, 45, 45, 0.08);
    height: 100%;
}
.process-itm h5{
    font-size: 25px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.75px;
    color: #b89452;
    margin: 0 0 25px;
    padding: 70px 0 0;
    position: relative;
}
.process-itm h5:before{
    content: '';
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -172px -112px;
    width: 50px;
    height: 51px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.process-itm.case h5:before{
    background-position: -240px -112px;
}
.process-itm.strategy h5:before{
    background-position: -296px -112px;
}
.process-itm.report h5:before{
    background-position: -367px -112px;
}
.process-itm p{
    font-size: 18px;
    font-family: 'Figtree';
    font-weight: 400;
    line-height: 1.38;
    letter-spacing: 0;
    color: #152d2d;
    margin: 0;
}
.process-btm-list {
    display: flex;
    justify-content: center;
    gap: 100px;
}
.process-btm-list p{
    font-size: 20px;
    font-family: 'Figtree';
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: -0.4px;
    color: #152d2d;
    margin: 0;
    width: 39%;
}

/* trusted section */

.hm-trusted-sec {
    padding: 250px 0 292px;
    background-image: url(images/trusted-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.hm-trusted-sec .text-heading {
    font-size: 46px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 21.1px;
    margin: 0 0 35px;
    line-height: 1;
}
.hm-trusted-sec .text-heading strong{
    font-size: 160px;
    letter-spacing: 0;
    color: #ffffff;
    margin:20px 0 0;
    border-top: 1px solid #fff;
    display: inline-block;
}
.hm-legal-hd {
    text-align: center;
    margin: 0 0 38px;
}
.hm-trusted-sec h5 {
    font-size: 24px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 13.9px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid rgb(255, 255, 255, 0.3);
    background-color: rgba(29, 84, 83, 0.4);
    border-radius: 25px;
    padding: 17px 130px 18px 100px;
    margin: 0 auto;
}
.hm-trusted-btn {
    text-align: center;
}

/* represent section */

.hm-repret-sec {
    padding: 124px 0 60px;
    background-image: url(images/represent-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;

}
.hm-repret-sec .text-heading{
    margin: 0 0 20px;
    text-align: left;
}
.hm-repret-sec .text-heading  strong {
    display: inline-block;
}
.hm-repret-sec p{
    font-size: 20px;
    font-family: 'Figtree';
    font-weight: 500;
    line-height: 1.7;
    letter-spacing:-0.4px;
    color: #152d2d;
    margin: 0 0 30px;

}
.hm-repret-lst {
    display: flex;
    justify-content: space-between;
    padding: 48px 0 0 54px;
    position: relative;
    z-index: 1;
}
.hm-repret-lst::before {
    position: absolute;
    content: ' ';
    background-image: -webkit-linear-gradient( 90deg, rgba(231,235,238,0) 0%, rgb(231,235,238) 100%);
    width: 98.5%;
    height: 97%;
    left: 0;
    top: 0;
    border-radius: 60px 60px 0 0px;
    z-index: -1;
}


.hm-repret-lft {
    width: 47%;
}
.hm-repret-lft p{
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 20px;
}
.hm-repret-itm {
    padding:12px 10px 12px 10px;
    border: 1px solid #b8b8b8;
    background-color: #ffffff;
    margin: 0 0 13px;
    display: flex;
    justify-content: start;
    gap: 25px;
    align-items: center;
}
.hm-repret-itm-img {
    padding: 18px;
    background-color: #b89452;
}
.hm-repret-itm:last-child{
    margin: 0;
}
.hm-repret-itm p{
    font-weight: 600;
    color: #000000;
    line-height: 1.3;
    margin: 0;
}
.hm-repret-rgt {
    width: 44.2%;
    z-index: 1;
    padding: 20px 0 0;
}
.represnt-logo-img {
    position: absolute;
    width: 18.2%;
    right: -30px;
    top:-1px;
    z-index: 3;
}
.represnt-logo-img img{
    display: block;
    width: 100%;
}
.hm-repret-img{
    border-radius: 10px 70px 10px 60px;
    overflow: hidden;

}
.hm-repret-img img {
    width: 100%;
    display: block;
}


/*Faq Section*/

.hm-faq-sec {
    padding: 46px 0 140px;
}
.hm-faq-sec .container{
    max-width: 1700px;
}
.hm-faq-sec .text-heading strong{
    display: inline-block;
}
.hm-faq-lst {
    display: flex;
    justify-content: flex-start;
    gap:78px;
}

.hm-faq-lft {
    width: 43%;
}
.hm-faq-img {
    border-radius: 100px 0px 100px 0px;
    overflow: hidden;
}
.hm-faq-img img {
    display: block;
    width: 100%;
}
.hm-faq-rgt {
    width: 46.8%;
}
.hm-faq-rgt .accordion-section {
    max-height: max-content !important;
    counter-increment: service-counter;
    margin-bottom: 35px;
    border-bottom: 1px solid rgb(21 45 45 / 23%);
    padding: 0 0 35px;
}
.hm-faq-rgt .accordion-section h3.accordion-heading::before {
    content: counter(service-counter) ".  ";
    position: absolute;
    left: 0;
    top:0;
    font-family: 'Plus Jakarta Sans';
    font-size: 22px;
    font-weight:700;
    letter-spacing: -0.4px;
    color: #152d2d;
    display: flex;
    align-items:start;
    justify-content: start;
}
.hm-faq-rgt .accordion-section h3.accordion-heading{
    font-family: 'Plus Jakarta Sans';
    font-size: 22px;
    font-weight:700;
    letter-spacing: -0.4px;
    color: #152d2d;
    padding: 0 45px 0 25px;
    width: 100%;
    text-align: left;
    line-height: 1.2;
    margin: 0;
    position: relative;
    background-image: url(images/accrn-up-arrow-img.webp);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: right 0px top 6px;
    cursor: pointer;
    margin: 0;
}
.hm-faq-rgt .accordion-section.active h3.accordion-heading::before{
    color:#b89452;
}
.hm-faq-rgt .accordion-section.active h3.accordion-heading {
    background-image: url(images/acrdn-down-arw-img.webp);
    color: #b89452;
}
.hm-faq-rgt .accordion-section p{
    font-size: 19px;
    font-family: 'Figtree';
    font-weight: 400;
    line-height: 1.8;
    letter-spacing:0px;
    color: #152d2d;
    margin: 0 0 25px;

}
.hm-faq-rgt .accordion-section p a{
    color: #b89452;
}
.hm-faq-rgt .accordion-section p:last-child{
    margin: 0;
}
.hm-faq-rgt .accordion-section .accordion-section-content {
    overflow: hidden;
    transition: max-height 0.4s ease;
    display: none;
    padding: 25px 25px 0;
}
.hm-faq-rgt .accordion-section.active .accordion-section-content {
    display: block;
}
.hm-faq-btn a.cmn-btn {
    background-color: #29484a;
    border-color: #29484a;
    text-transform:none;
}
.hm-faq-btn a.cmn-btn:hover{
    background-color: #b89452;
}
.hm-accordion {
    counter-reset: service-counter;
    margin: 0 0 40px;
    padding: 10px 0 0;
}

/* Home Practice Areas Section */

.hmpracti-sec {
    padding: 90px 0 380px;
    margin: 0 0 -260px;
    background-image: url(images/hm-prct-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hmpracti-sec .container {
    max-width: 1700px;
}
.hmpracti-blk .text-heading {
    color: #ffffff;
    margin: 0 0 14px;
}
.hmpracti-blk h5 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 3.36px;
    color: #b89452;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 70px;
}
.hmpracti-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 0 0 70px;
}
.hmpracti-item {
    position: relative;
    width: 18.83%;
    background-color: #29484a;
    border-radius: 50px 0 50px 0;
    border: 1px solid rgb(255, 255, 255, 20%);
    height: 464px;
}
.hmpracti-item::after {
    position: absolute;
    content: "";
    width: 53.7%;
    height: 3px;
    background-color: rgb(184, 148, 82);
    border-radius: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.hmpracti-item:hover::after, .hmpracti-item.active::after {
    display: none;
}
.hmpracti-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to top,
        rgba(184, 148, 82, 0.95) 0%,
        rgba(184, 148, 82, 0.75) 30%,
        rgba(184, 148, 82, 0.35) 85%,
        rgba(184, 148, 82, 0) 100%
        );
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    opacity: 100%;
    display: none;
    z-index: 1;
    border-radius: 50px 0 50px 0;
}
.hmpracti-item:hover .hm-prct-cnt-icn, .hmpracti-item.active .hm-prct-cnt-icn {
    justify-content: center;
}
.hmpracti-item:hover::before, .hmpracti-item.active::before {
    display: block;
}
.hmpracti-item:hover .hmpracti-itm-img, .hmpracti-item.active .hmpracti-itm-img {
    display: block;
}
.hmpracti-item:hover .hmpracti-name p, .hmpracti-item.active .hmpracti-name p {
    display: block;
}
.hmpracti-item:hover .hmpracti-icn, .hmpracti-item.active .hmpracti-icn {
    display: none;
}
.hmpracti-item:hover, .hmpracti-item.active {
    height: 538px;
    width: 21%;
    border-color: rgb(255, 255, 255, 20%);
}
.hm-prct-cnt-icn {
    padding: 55px 20px 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
.hmpracti-itm-img {
    display: none;
}
.hmpracti-itm-img img {
    display: block;
    width: 100%;
    border-radius: 50px 0 50px 0;
    opacity: 58%;
}
.hmpracti-name h4 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 28px;
    line-height: 1.09;
    letter-spacing: 0;
    color: #ffffff;
    text-align: center;
    margin: 0 0 25px;
}
.hmpracti-name p {
    font-family: 'Figtree';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #ffffff;
    text-align: center;
    margin: 0;
    display: none;
}
.hmpracti-icn {
    background-image: url(images/prct-icns-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hmpracti-icn img {
    display: block;
    width: 100%;
}
.hmpracti-item-hover a {
    display: inline-block;
    position: absolute;
    font-size: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 99;
}
.hmpracti-btn {
    text-align: center;
}
.hmpracti-btn a.cmn-btn{
    background-color: #29484a;
}
.hmpracti-btn a.cmn-btn:hover{
    background-color: #b89452;
}


/* Tabing Section */
.hm-tabing-sec {
    padding: 380px 0 142px;
    background-image: url(images/hm-atrny-tabing-sec-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: -260px 0 0;
}
.hm-tabing-sec .tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hm-tabing-sec .tab-top-cnt {
    width: 27.8%;
    padding-top: 50px;
}
.hm-tabing-sec .tab-top-cnt .text-heading {
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 30px;
}

.hm-tabing-sec .hm-tab-rgt {
    width: 69.2%;
}
.hm-tabing-sec .tab-content .tab-lft-img {
    width: 50.3%;
}
.hm-tabing-sec .tab-content .tab-cnt {
    width: 41.8%;
    padding-top: 50px;
}
.hm-tabing-sec .tab-content .tab-cnt h3 {
    font-size: 55px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -1.65px;
    color: #ffffff;
    margin: 0 0 20px;
}
.hm-tabing-sec .tab-btn.active {
    display: inline;
}
.hm-tabing-sec .tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
    display: flex;
    justify-content: space-between;
}
.hm-tabing-sec .tab-content.active {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.hm-tabing-sec .tab-buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 72px;
    padding: 40px 0 0;
    position: relative;
    z-index: 0;
}
.hm-tabing-sec .tab-buttons::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 159px;
    background-color: #29484a;
    border-radius: 50px 50px 0 0;
    border-bottom: 4px solid #c9a25a;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.hm-tabing-sec .tab-buttons br{
    display: none;
}
.hm-tabing-sec .tab-content .tab-cnt h5 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 5.6px;
    color: #b89452;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.hm-tabing-sec .tab-content .tab-cnt p {
    font-family: 'Figtree';
    font-weight: 500;
    font-size: 20px;
    line-height: 1.55;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 30px;
}
.hm-tabing-sec .hm-atrny-tab-btn {
    position: relative;
    padding-right: 70px;
    width: max-content;
}
.hm-tabing-sec .hm-atrny-tab-btn a {
    font-family: 'Figtree';
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 3.96px;
    color: #ffffff;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
}
.hm-tabing-sec .hm-atrny-tab-btn a:hover {
    color: #b89452;
}
.hm-tabing-sec .hm-atrny-tab-btn a::after {
    position: absolute;
    content: "";
    width: 54px;
    height: 32px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -296px -12px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-tabing-sec .tab-buttons button.tab-btn {
    background-color: transparent;
    border: 0;
    padding: 0;
    width: 18.8%;
    cursor: pointer;
}
.hm-tabing-sec .tab-border-lft {
    background-image: url(images/hm-tab-btm-img-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50px 0 50px 0;
    border: 1px solid #4d6060;
    margin: 0 0 20px;
    overflow: hidden;
}
.hm-tabing-sec .tab-border-lft img {
    display: block;
    width: 100%;
}
.hm-tabing-sec .tab-border-rgt h4 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -0.75px;
    color: #ffffff;
    margin: 0;
}
.hm-tabing-sec .tab-buttons button.tab-btn.active .tab-border-lft{
    background-image: url(images/hm-tab-btm-hvr-img-bg.webp);
}
.mbl-tab-btn{
    display: none;
    text-align: center;
}

/* Defense Section */
.hm-defense-sec {
    padding: 105px 0 58px;
}
.hm-defense-sec .container{
    max-width: 1500px;
}
.hm-defense-list {
    display: flex;
    justify-content: flex-start;
    gap: 103px;
}
.hm-defence-lft {
    width: 40.3%;
    padding: 40px 0 0 0;
}
.hm-defence-lft h4 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 28px;
    line-height: 1.28;
    letter-spacing: 3.92px;
    color: #1d4d4f;
    text-transform: uppercase;
    margin: 0 0 22px;
    padding: 0px 0 10px 25px;
    border-left: 2px solid #b89452;
}
.hm-defence-cnt {
    padding: 0 0 0 16px;
}
.hm-defence-lft h4 strong{
    font-weight: 700;
    display: block;
    color: #b89452;
}
.hm-defence-lft p{
    font-family: 'Figtree';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.63;
    letter-spacing: 0;
    color: #152d2d;
    margin: 0 0 40px;
}
.hm-defence-lft p:last-of-type{
    margin: 0 0 50px;
}
a.cmn-btn {
    font-family: 'Figtree';
    font-weight: 700;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0.42px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    background-color: #b89452;
    padding: 20px 43px;
    border-radius: 32.5px;
    display: inline-block;
}
a.cmn-btn:hover{
    background-color: #29484a;
}
.hm-defense-rit {
    width: 45.5%;
    position: relative;
}
.hm-defense-rit::after {
    position: absolute;
    content: "";
    background-image: url(images/defence-rit-atr-img.webp);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 34%;
    height: 46%;
    left: -66px;
    bottom: -3px;
}
.hm-defense-rit-img img{
    width: 100%;
    display: block;
}
.hm-defense-rit-img{
    border-radius: 100px 0;
    overflow: hidden;
}

/* Awards Section */

.hm-awards-sec {
    padding: 67px 0 90px;
}
.hm-awards-sec .container{
    max-width: 1500px;
}
.hm-awards-blck h4{
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 8.16px;
    color: #152d2d;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 40px;
}
.hm-awards-list{
    display: flex;
    justify-content: space-between;
}
.hm-award-itm {
    background-color: #e7ebee;
    border: 2px solid #d0d5d5;
    width: 21.34%;
}
.hm-award-img img{
    width: 100%;
    display: block;
}

/* Our Office Section */
.hm-our-office-sec {
    padding: 210px 0 95px;
    position: relative;
    border-radius: 280px 0 0 0;
    overflow: hidden;
    background-image: url(images/our-office-sec-bfr-img.webp);
    background-position: top right;
    background-repeat: no-repeat;
    z-index: 1;
    background-color: #fff;
}
.hm-our-office-list {
    display: flex;
    justify-content: space-between;
}
.hm-our-office-lft {
    width: 45.5%;
}
.hm-our-office-rit {
    width: 46.5%;
}
.hm-our-office-sec .text-heading{
    color: #b89452;
    margin: 0 0 37px;
    text-align: left;
}
.hm-our-office-img {
    margin: 0 0px 43px;
    border-radius: 100px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.hm-our-office-cnt{
    position: relative;
    z-index: 0;
}
.hm-our-office-cnt::before {
    position: absolute;
    content: "";
    background-image: url(images/our-office-lft-bfr-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 494px;
    height: 336px;
    bottom: 45px;
    left: 34px;
    margin: auto;
    z-index: -1;
}
.hm-our-office-lft h4 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 5px;
    color: #29484a;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    position: relative;
}
.hm-our-office-img img{
    display: block;
    width: 100%;
}
.hm-our-office-year {
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    font-size: 140px;
    line-height: 0.9;
    letter-spacing: -9px;
    color: #b89452;
    text-align: center;
    margin: 0;
}
.hm-our-office-rit p {
    font-family: 'Figtree';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: -0.6px;
    color: #152d2d;
    margin: 0 0 42px;
}
.hm-our-office-rit p strong{
    font-weight: 700;
}
.hm-our-office-btn a.cmn-btn{
    background-color: #29484a;
    border-color: #29484a;
}
.hm-our-office-btn a.cmn-btn:hover{
    background-color: #b89452;
    border-color: #b89452;
}

/* EXcellence Section */

.hm-excellence-sec {
    padding: 60px 0 65px;
    background: #152d2d;
    position: relative;
    z-index: 1;
}
.hm-excellence-sec::before{
    position: absolute;
    content: "";
    background-image: url(images/excellence-sec-bfr-img.webp);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    mix-blend-mode: soft-light;
    z-index: -1;
    pointer-events: none;
}
.hm-excellence-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hm-excellence-lft {
    width: 39.8%;
    position: relative;
    z-index: 1;
}
.hm-excellence-lft::after {
    position: absolute;
    content: "";
    background-image: url(images/excellence-lft-atr-img.webp);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 386px;
    height: 259px;
    right: 0;
    top: 10px;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.hm-excellence-blk {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
}
.hm-excellence-years{
    font-family: 'Cormorant Garamond';
    font-weight: 700;
    font-size: 190px;
    line-height: 1;
    letter-spacing: -7.6px;
    color: #fff;
    margin: 0;
    font-variant-numeric: lining-nums;
}
.hm-excellence-years sup {
    line-height: 1;
    display: inline-block;
    top: -80px;
}
.hm-excellence-blk-rit p {
    font-family: 'Figtree';
    font-weight: 500;
    font-size: 19px;
    line-height: 1;
    letter-spacing: 3.04px;
    color: #fff;
    text-transform: uppercase;
}
.hm-excellence-blk-rit h5 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    font-size: 38px;
    line-height: 1.02;
    letter-spacing: 0;
    color: #b89452;
    margin: 0;
    text-transform: uppercase;
}
.hm-excellence-blk-lft {
    width: 45%;
}
.hm-excellence-blk-rit {
    width: 48.7%;
}
.hm-excellence-rit {
    width: 54%;
}
.hm-excellence-rit p {
    font-family: 'Figtree';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 35px;
}
.hm-excellence-rit p:last-child{
    margin: 0;
}

/* Our Practice */

.hm-our-practice-sec {
    padding: 88px 0 160px;
    background-image: url(images/our-practice-sec-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 0 280px 0;
    background-color: #fff;
    position: relative;
}
.hm-our-practice-sec .text-heading strong{
    display: inline;
}
.hm-our-practice-list {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 41px 0;
    z-index: 0;
}
.hm-our-practice-list::before {
    position: absolute;
    content: "";
    background-image: url(images/our-practice-list-bfr-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 1281px;
    height: 553px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.hm-our-practice-img img{
    width: 100%;
    display: block;
}
.hm-our-practice-img {
    max-width: 80px;
    margin: 0 auto 30px;
}
.hm-our-practice-itm {
    width: 29%;
    padding: 35px 38px 50px 38px;
}
.hm-our-practice-itm.rit {
    width: 28%;
    padding: 39px 41px 50px;
}
.hm-our-practice-itm h5{
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: -0.84px;
    color: #2e3b48;
    text-align: center;
    margin: 0 0 20px;
}
.hm-our-practice-itm p{
    font-family: 'Figtree';
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.4px;
    color: #2e3b48;
    text-align: center;
    margin: 0;
}
.hm-our-practice-itm.cen {
    width: 457px;
    padding: 63px 33px;
    background: #29484a;
    border-radius: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hm-our-practice-itm.cen h4{
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 47px;
    line-height: 1.19;
    letter-spacing: -1.41px;
    color: #fff;
    text-align: center;
    margin: 0;
}
.hm-our-practice-itm.cen h4 strong{
    color: #b89452;
    display: block;
}


/*Home Testimonials Section*/

.hm-testimonials {
    padding: 55px 0 55px;
}
.hm-testi-blck {
    display: flex;
    justify-content: space-between;
}
.hm-testi-img {
    width: 46.9%;
    position: relative;
}
.hm-testi-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% + 180px);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #152d2d;
    border-radius: 0 70px 0 0;
    border-bottom: 0;
}
.hm-testi-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% + 180px);
    background: linear-gradient( 0deg, rgb(255, 255, 255) 30%, rgba(255,255,255,0.7) 50%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hm-testi-img img {
    width: 100%;
    display: block;
    border-radius: 0 70px 0 0;
}
.hm-testi-cnt {
    width: 46.1%;
}
.hm-testi-cnt h5 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 3.36px;
    color: #b89452;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.hm-testi-cnt .text-heading {
    text-align: left;
    margin: 0 0 40px;
}
.hm-testi-cnt .text-heading strong {
    display: inline-block;
}
.hmtesti-btn a.cmn-btn {
    background-color: #29484a;
    border-color: #29484a;
}
.hmtesti-btn a.cmn-btn:hover {
    background-color: transparent;
    border-color: #b89452;
    color: #29484a;
}
.hm-testi-btm {
    display: flex;
    justify-content: flex-start;
    gap: 70px;
    padding-left: 35px;
    position: relative;
}
.hm-testi-btm-img {
    width: 25.95%;
}
.hm-testi-btm-img img {
    width: 100%;
    display: block;
}
.hm-testi-list.owl-carousel {
    width: 58.3%;
}

.hm-testimonials .testi-item {
    width: 100%;
    padding: 0 45px 45px 0;
    position: relative;
}
.hm-testimonials .testi-item .star-rat {
    width: 179px;
    height: 30px;
    margin: 0 0 25px;
    background-image: url(images/hm-testi-star-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.hm-testimonials .testi-item p {
    font-family: 'Figtree';
    font-weight: 400;
    font-size: 19px;
    line-height: 1.68;
    letter-spacing: 0;
    color: #152d2d;
    margin: 0 0 35px;
}
.hm-testimonials .testi-item h5 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    font-size: 35px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #152d2d;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.hm-testimonials .testi-item::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 80%;
    background-color: #29484a;
    bottom: 0;
    right: 0;
}
.hm-testi-list.owl-carousel .owl-nav {
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    max-width: max-content;
    gap: 30px;
    flex-direction: column-reverse;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -120px;
    margin: 0;
}
.hm-testi-list.owl-carousel .owl-nav button {
    width: 50px;
    height: 34px;
    font-size: 0px !important;
    background-image: url(images/hm-sprites.webp) !important;
    background-repeat: no-repeat !important;
    transition: .5s;
}
.hm-testi-list.owl-carousel .owl-nav button.owl-prev {
    background-position: -12px -112px !important;
}
.hm-testi-list.owl-carousel .owl-nav button.owl-next {
    background-position: -88px -112px !important;
}
.hm-testi-list.owl-carousel .owl-nav button.owl-prev:hover {
    background-position: -12px -168px !important;
}
.hm-testi-list.owl-carousel .owl-nav button.owl-next:hover {
    background-position: -88px -168px !important;
}
.hm-testi-list.owl-carousel .owl-item, .hm-testi-list.owl-carousel .owl-stage{
    display: flex;
}
.hm-testi-list.owl-carousel .owl-item{
    padding: 0 3px;
}
.hmtesti-btn.mbl-testi-btn {
    display: none;
    text-align: center;
}

/* Home Business section */
.hm-busnss-sec {
    padding: 105px 0 70px;
}
.hm-busnss-blck .text-heading {
    margin: 0 0 31px;
}
.hm-busnss-lst {
    display: flex;
    justify-content: space-between;
}
.hm-busnss-cnt {
    width: 46.5%;
}
.hm-busnss-cnt p {
    font-family: 'Figtree';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: -0.4px;
    color: #152d2d;
    margin: 0 0 24px;
}
.hm-busnss-cnt p strong {
    font-weight: 700;
}
.hm-busnss-btn {
    margin: 55px 0 0;
}


/*footer form*/
.hm-form .gfield label {
    display: none;
}
.ftr-form-sctn {
    padding: 0 0 65px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 0 0 280px 0;
}
.ftr-form-sctn:before{
    content: '';
    position: absolute;
    background-color: #b89452;
    width: 51.05%;
    height: 100%;
    left: 0;
    bottom: 0;
    border-radius: 0 50px 0 0;
    z-index: -1;
}
.hm-form-sec {
    padding: 45px 0 0;
    position: relative;
    width: 43%;
}
.ftr-location {
    width: 41.15%;
}
.hm-form-sec .text-heading {
    letter-spacing: -1.4px;
    color: #fff;
    line-height: 1;
    margin: 0 0 15px;
}
.hm-form-sec p {
    font-family: 'Figtree';
    font-size: 18px;
    color:#fff;
    line-height:1;
    margin: 0 0 40px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 300;
}
.hm-form .gform_required_legend{
    display: none;
}
.ftr-form-sctn .container, .ftr-block-sec .container{
    max-width: 1500px;
}
.ftr-form-list {
    display: flex;
    justify-content: space-between;
}
.gchoice.gchoice_3_9_1 label {
    display: block;
}
.hm-form .gfield.chk {
    border: none;
    padding: 0;
}
.hm-form input::placeholder {
    color: #484848;
}
.hm-form input:-ms-input-placeholder {
    color: #484848;
}
.hm-form input::-ms-input-placeholder {
    color: #484848;
}
.hm-form textarea::placeholder {
    color: #484848;
}
.hm-form textarea:-ms-input-placeholder {
    color: #484848;
}
.hm-form textarea::-ms-input-placeholder {
    color: #484848;
}
.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: #484848;
    outline: 0px;
    position: relative;
    border-radius: 0;
    font-family: 'Figtree';
    background: #fff;
    font-weight: 400;
    line-height: 130% !important;
    font-size: 18px !important;
    padding: 19px 26px !important;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
    border: 0;
}
.hm-form .gfield{
    position: relative !important ;
    width: 48.4% !important;
}
.hm-form .gfield.gfield--type-textarea{
    width: 100% !important;
}
.hm-form .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px !important;
    justify-content: space-between;
    align-items:center;
}
.hm-form .gform_wrapper .top_label textarea {
    width: 100% !important;
    height: 180px !important;
    resize: none;
    margin: 0 0 35px !important;
    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 {
    font-family: 'Figtree';
    font-size: 18px;
    color: #fff;
    line-height: 1;
    margin: 0;
    letter-spacing: 0;
    font-weight: 300;
}
.hm-form .gform_wrapper .form-links a:hover {
    color: #29484a;
}
.hm-form-sec .gform_wrapper .form-links,
.hm-form-sec .gfield.gfield--type-html.popfield {
    width: 100% !important;
    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 {
    bottom: 3px;
    top: auto;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    float: left;
    clear: both;
    margin: 0px 6px 0px 0 !important;
    padding: 0 !important;
}
.hm-form .gform_wrapper .gform_footer.top_label {
    padding: 0;
    text-align: right;
    float: right;
    margin: -60px 0 0;
    position: relative;
    max-width: max-content;
}

.hm-form .gform_wrapper .top_label input[type="submit"], .hm-form .gform_wrapper .top_label button {
    display: inline-block !important;
    background-color:#29484a !important;
    outline: none !important;
    border: 0px none !important;
    border-radius: 50px !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition-duration: 0.5s;
    font-family: 'Figtree' !important;
    width: auto !important;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 21px !important;
    padding: 22px 55px !important;
    line-height: 1 !important;
    letter-spacing: 0.42px;
    margin: 0;
}
.hm-form .gform_wrapper .top_label input[type="submit"]:hover, .hm-form .gform_wrapper .top_label button:hover{
    background-color: #fff !important;
    color: #29484a !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: 'Figtree';
    font-weight: 400;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 14px;
    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;
    top: 0;
    right: 8px !important;
    text-align: right;
    font-size: 13px;
    font-family: 'Figtree';
    font-weight: 400;
    color: #ff0000;
    margin: 0;
    pointer-events: none;
}
.hm-form .chk .gfield_description.validation_message {
    bottom: -21px !important;
    left: 0;
    right: auto !important;
    top: auto;
}

.ftr-map {
    border: 2px solid #152d2d;
    border-radius: 0 50px 0 50px;
    overflow: hidden;
    margin: 0 0 36px;
}
.tab-content.ftr-map {
    display: none;
}
.tab-content.ftr-map.active {
    display: block;
}
.ftr-map iframe{
    width: 100%;
    display: block;
    height: 385px;
}
.ftr-loctn-list {
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
}
.ftr-loctn-itm{
    padding: 10px 30px 25px;
    text-align: center;
    width: 50%;
    border: 0;
    background-color: inherit;
    cursor: pointer;
}
.tab-btn.ftr-loctn-itm.active {
    background-color: #b89452;
}
#page-column .tab-btn.ftr-loctn-itm.active h4, #page-column .tab-btn.ftr-loctn-itm.active p, #page-column .tab-btn.ftr-loctn-itm.active p a {
    color: #ffffff;
}


.ftr-map {
    display: none;
}

.ftr-map.active {
    display: block;
}

.ftr-loctn-itm {
    cursor: pointer;
}

.ftr-loctn-itm.active {
    /* Your active styles */
    background: #f5f5f5;
}

.ftr-loctn-itm h4{
    font-size: 30px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.9px;
    color: #152d2d;
    margin: 0 0 22px;
    padding: 105px 0 0;
    position: relative;
}
.ftr-loctn-itm h4::before{
    content: '';
    position: absolute;
    background-image: url(images/ftr-map-icn.webp);
    background-repeat: no-repeat;
    background-size:contain;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.ftr-loctn-itm p{
    font-size: 17px;
    font-family: 'Figtree';
    font-weight: 400;
    line-height: 1.17;
    letter-spacing: -0.34px;
    color: #152d2d;
    margin: 0 !important;
}
.ftr-loctn-itm p a{
    color: #b89452;
    text-transform: uppercase;
    text-decoration: underline;
    line-height: 1;
    display: inline-block;
    margin: 15px 0 0;
}
.ftr-loctn-itm p a:hover{
    color: #152d2d;
}

/*Footer block*/

.ftr-block-sec {
    padding: 355px 0 0;
    margin: -270px 0 0;
    background-image: url(images/ftr-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#footer-navigation ul {
    margin: 0 0 35px;
    font-size: 0;
    text-align: center;
}
#footer-navigation ul li {
    display: inline-block;
    padding: 0 74px;
    position: relative;
    border-right: 2px solid #fff;
}
#footer-navigation ul li:last-child{
    padding-right: 0;
    border: 0;
}
#footer-navigation ul li:first-child{
    padding-left: 0;
}
#footer-navigation ul li a {
    font-size: 21px;
    font-family: 'Figtree';
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 1;
    color: #ffffff;
    display: block;
    min-width: inherit;
    text-transform: uppercase;
}
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li > a:hover {
    color:#b89452;
}

.ftr-block-list {
    display: flex ;
    justify-content: space-between;
    border-top: 1px solid rgb(71, 95, 95);
    border-bottom: 1px solid rgb(71, 95, 95);
    padding: 35px 0;
}
.ftr-itm {
    width: 30.4%;
    text-align: center;
    padding: 10px 15px 30px;
}
.ftr-logo-itm {
    width: 31.35%;
    text-align: center;
    border-right: 1px solid rgb(71, 95, 95);
    border-left: 1px solid rgb(71, 95, 95);
}
.ftr-itm h4{
    font-size: 35px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.05px;
    color: #fff;
    margin: 0 0 20px;
    /* padding: 95px 0 0; */
    position: relative;
}
/* .ftr-itm h4:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -192px -12px;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
} */
.ftr-itm p{
    font-size: 21px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.63px;
    color: #fff;
    margin: 0 0 15px;
}
.ftr-itm .ftr-call-num a {
    font-size: 30px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.9px;
    color: #fff;
    margin: 0;
    display: inline-block;
    max-width: 265px;
    width: 100%;
    text-align: left;
}
.ftr-itm .ftr-call-num a:hover {
    color: #b89452;
}
.ftr-call-num {
    margin: 0 0 30px;
}
.ftr-itm .ftr-call-num.fax-num a::before{
    background-image: url(images/ftr-fax-icon.webp);
    background-position: center;
    background-size: contain;
}
.ftr-itm .ftr-call-num a{
    padding: 0 0 0 55px;
    position: relative;
}
.ftr-itm .ftr-call-num a::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -192px -12px;
    left: -18px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: scale(0.55);
}
.ftr-call-num:last-child{
    margin: 0;
}
.ftr-logo {
    width: 37.6%;
    margin: 0 auto 25px;
}
.ftr-logo img{
    width: 100%;
    display: block;
}
.ftr-logo-itm h5{
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    line-height: 1;
    letter-spacing: 3.96px;
    color: #fff;
    margin: 0 auto 25px;
    text-transform: uppercase;
    padding: 0 70px 0 75px;
    max-width: max-content;
    position: relative;
}
.ftr-logo-itm h5::before, .ftr-logo-itm h5::after{
    content: '';
    position: absolute;
    background-color: rgb(71, 95, 95);
    width: 60px;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.ftr-logo-itm h5::before{
    left: 0;
}
.ftr-logo-itm h5::after{
    right: 0;
}
.ftr-scl-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
}
.ftr-scl-icons a{
    font-size: 0;
    display: inline-block;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -6px -232px;
    width: 28px;
    height: 28px;
}
.ftr-scl-icons a:hover{
    background-position: -6px -282px;
}
.ftr-scl-icons a.linkedin{
    background-position: -49px -232px;
}
.ftr-scl-icons a.linkedin:hover{
    background-position: -49px -282px;
}
.ftr-scl-icons a.twitter{
    background-position: -98px -232px;
}
.ftr-scl-icons a.twitter:hover{
    background-position: -98px -282px;
}


/*Copy Rights Section*/

.ftr-copyrights-sec {
    padding: 35px 0px 45px;
    text-align: center;
}
.ftr-copyrights-sec p{
    margin: 0;
}
.cpy-inr p, .cpy-inr p a{
    font-size: 21px;
    font-family: 'Figtree';
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
}
.cpy-inr p.copy-para{
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    margin: 10px 0 0;
}
.cpy-inr p a{
    display: inline-block;
}
.cpy-inr p a:hover{
    color: #b89452;
}

.single-container, .container, .footer-container{
    width:100%;
    max-width:1280px;
    margin:0 auto
}

.disclaimer-trigger {
    cursor:pointer
}
#disclaimer-container {
    display: none;
    position: relative;
    margin-top: 10px;
}
#disclaimer-container.show {
    display: block;
}
.disclaimer-content {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 4px;
}

.blocks {
    padding:80px 0;
}
.footer-col {
    width:32%
}
.map-col {
    width:48%
}
.copyright {
    text-align: center;
}
.screen-reader-text {
    display: none !important;
}



/* Inner Pages Styles */


/* Inner Pages Styles */

#page-column .sdbr-case-item p {
    color: #fff;
}

.page-container, .post-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;

}

#main-heading {
    background-color: #152d2d;
    padding: 300px 0 130px;
    text-align: center;
    position: relative;
    z-index: 1;
}
#main-heading::before{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(images/inn-bnr-bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    border-radius: 200px 0;
}
#main-heading h1 {
    font-size: 65px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1.9px;
    color: #ffffff;
    margin: 0 0 10px;
}
#main-heading .inrpg-breadcrumbs {
    font-size: 20px;
    font-family: 'Figtree';
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.4px;
    color: #ffffff;
    margin: 0;
}
#main-heading .inrpg-breadcrumbs span.current-item, #main-heading .inrpg-breadcrumbs span:hover {
    color: #b89452;
}
#post-content, #page-content {
    padding: 100px 0;
}
.page-col-full, .single-col-full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}
#single-column, #post-column, #page-column {
    width:64.9%;
}
.sidebar-page, .sidebar-single {
    width: 31.3%;
    max-width: 400px;
}

#page-column.full-width,
.full-width {
    width: 100%;
}

#page-column h1,
#page-column h2,
#page-column h3,
#page-column h4,
#page-column h5,
#page-column h6, #page-content .areaserved-item-list h2 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 15px;
    color: #2e3b48;


}
#page-column h1 strong,
#page-column h2 strong,
#page-column h3 strong,
#page-column h4 strong,
#page-column h5 strong,
#page-column h6 strong, #page-content .areaserved-item-list h2 strong{
    font-weight: 700;
    color: #b89452;

}

#page-column h1,
#page-column h2, #page-content .areaserved-item-list h2 {
    font-size: 60px;
    letter-spacing: -1.8px;
}

#page-column h3 {
    font-size: 48px;
    letter-spacing: -1.4px;
}

#page-column h4 {
    font-size: 40px;
    letter-spacing: -1.4px;

}

#page-column h5 {
    font-size: 35px;
    letter-spacing: -1.2px;

}

#page-column h6 {
    font-size: 25px;
    letter-spacing: -0.8px;

}

#page-column p, #page-column li {
    font-family: 'Figtree';
    font-size: 20px;
    line-height: 1.7;
    color: #152d2d;
    letter-spacing: 0;
    margin: 0 0 25px 0;
    font-weight: 400;
}

#page-column li ul {
    padding: 15px 0 0 10px;
    margin: 0;
    position: relative;
}

#page-column ol,
#page-column ul {
    margin: 0 0 25px 0px;
    list-style-position: inside;
    padding: 0px 0px 0px 20px;
}

#page-column ul li {
    list-style: none;
    padding-left: 18px;
    position: relative;
}
#page-column ul li ,#page-column ol li {
    margin: 0 0 10px;

}

#page-column ul li:before {
    background: #152d2d;
    width: 9px;
    height: 9px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 13px;
    border-radius: 50%;
}

#post-content .posts-list .author-info a,
#page-column a,
#page-column li a {
    color: #b89452;
    text-decoration: none !important;
}
#page-column a.cmn-btn,#page-column a.cmn-btn:hover{
    color: #fff;
}

#page-column a:hover,
#page-column li a:hover {
    color: #152d2d;
}

#page-column h1 a:hover,
#page-column h2 a:hover,
#page-column h3 a:hover,
#page-column h4 a:hover,
#page-column h5 a:hover,
#page-column h6 a:hover{
    color: #2e3b48;
}



#page-column  ol {
    list-style-type: decimal;
    margin-left: 20px !important;
}

#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;
    overflow: hidden;
    border-radius: 50px 0;

}

.page-feature-img img, .single-thumbnail img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hm-trusted-sec.inn-trusted-sec{
    margin-bottom: 120px;
}



/* Widgets Code */

/*Testimonial Styling*/


.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.csae-res {
    background-color: #931917;
    padding: 20px 28px 30px;
    margin-bottom: 20px;
    text-align: center;
}
section.widget.csae-res .sdbr-case-item h4 {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 20px;
    color: #ffff;
}
section.widget.csae-res .sdbr-case-item p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #fff;
}

section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav,
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav,
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav,
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav,
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav ,section.widget .hm-insights.owl-carousel  .owl-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 20px 0 0;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button,
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button,
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button,
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button,
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button ,  section.widget .hm-insights.owl-carousel  .owl-nav button{
    width: 43px;
    height: 23px;
    background-color:transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev,
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-prev,
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-prev,
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-prev,
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-prev, section.widget .hm-insights.owl-carousel  .owl-nav button.owl-prev {
    background-image: url(images/sdbr-testi-prev-icon.webp);
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev:hover,
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-prev:hover,
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-prev:hover,
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-prev:hover,
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-prev:hover, section.widget .hm-insights.owl-carousel  .owl-nav button.owl-prev:hover{
    background-image: url(images/sdbr-testi-prev-icon-hvr.webp);

}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next,
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-next,
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-next,
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-next,
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-next, section.widget .hm-insights.owl-carousel .owl-nav button.owl-next {
    background-image: url(images/sdbr-testi-next-icon.webp);
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next:hover,
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-next:hover,
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-next:hover,
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-next:hover,
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-next:hover, section.widget .hm-insights.owl-carousel .owl-nav button.owl-next:hover{
    background-image: url(images/sdbr-testi-next-icon-hvr.webp);

}
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;
}
.testi-cta-title, .caseresult-cta-title, .team-cta-title, .posts-cta-title{
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 25px;
    color: #050505;
    font-size: 45px;
    display: block;
    text-align: left;
}
.cta-btn {
    text-align: center;
    margin-top: 20px;
}
.cta-btn a.cmn-btn{
    color: #fff !important;
}

.testimonial-cta-block{
    width: 100%;
    margin-bottom: 30px;
}
.testimonial-cta-block .testi-slider.owl-carousel {
    display: block;
    margin: 0 0 30px;
    background-color: #f9f9f9;
}
#page-column .testimonial-cta-block .testi-content p {
    color: #931917;
}
.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-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 20px 0 0;
}
#page-column .testimonial-cta-block .testi-slider.owl-carousel .owl-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #931917;
}
#page-column .testimonial-cta-block .testi-slider.owl-carousel .owl-dots button.active {
    background: #000;
}
/*Case Result*/
#page-column .case-results-cta {
    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 {
    background-color: transparent ;
    width: 100%;
    text-align: center;
    margin: 0px ;
    border: 1px solid #b7b2b263;
    border-radius: 0px ;
    padding: 4px 4px 30px;
}
.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 .case-item h4,#page-column .case-results-cta .case-item h4 {
    background-color: #b89452;
    color: #fff;
    padding: 13px 10px 35px;
    position: relative;
    margin: 0 0 20px;
}
#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 {
    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 {
    width: 130px;
}

#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-inner-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
}
#page-column section.widget.widget_team_member .team_member_item {
    width: 30%;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #9319177d;
}
#page-column section.widget.widget_team_member .team_member_pic {
    margin: 0 auto 20px;
    width: 80%;
}
#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 p {
    margin: 0 0 15px;
    text-transform: uppercase;
}
#page-column section.widget.widget_team_member .team_member_summary p {
    margin: 0;
    text-transform: capitalize;
}
#page-column .widget.widget_related_insights h4 {
    text-align: left;
    padding: 0px;
}
#page-column .widget.widget_related_insights ul li:before{
    top: 21px;
}
.widget-description {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin: 0;
}

.widget-description.active {
    max-height: 500px;
    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%;
}



/*Sidebar Styles*/

.sidebar-page .sidebar-item , .sidebar-page .widget{
    margin: 0 0 50px;
    background-color: #b89452;
    position: relative;
    padding: 30px 12px 20px;
    border-radius: 50px 0;
}
.sidebar-page .sidebar-item h2, .sidebar-page h4.widget-title {
    padding: 0 0 22px;
    text-align: center;
    position: relative;
    font-size: 47px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: -0.9px;
    margin: 0 0 12px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
}
.sidebar-page .sidebar-item h2:before{
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    width: 91%;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.sidebar-page .sidebar-menu-pa {
    padding: 0px;
}
.sidebar-page .sidebar-menu-pa ul{
    margin:0;
    padding:0
}
.sidebar-page .sidebar-menu-pa ul li{
    display:block;
    padding:0 0px;
    margin:0 0 5px;
    position:relative
}
.sidebar-page .sidebar-menu-pa ul li a {
    font-size: 25px;
    color: #ffffff;
    display: block;
    position: relative;
    font-family: 'Figtree';
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    letter-spacing: 0.25px;
    padding: 15px 40px 15px 35px;
    background-color: transparent;
    border-radius: 15px;
}
.sidebar-page .sidebar-menu-pa ul li a::before {
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    top: 26px;
    left: 16px;
}
.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: #ffffff;
    color: #152d2d;
}
.sidebar-page .sidebar-menu-pa ul li.current-menu-item > a::before, .sidebar-page .sidebar-menu-pa ul li > a:hover::before, .sidebar-page .sidebar-menu-pa ul li:hover a::before{
    background-color: #152d2d;

}
.sidebar-page .sidebar-menu-pa .sub-menu > li a {
    width: 100%;
    padding: 0px 20px 0px 35px;
    display: block;
    text-align: left;
    font-size: 20px;
    margin: 0;
    background-color: transparent;
}
.sidebar-page .sidebar-menu-pa .sub-menu > li a:before {
    width: 6px;
    height: 6px;
    top: 10px;
}
.sidebar-page .sidebar-menu-pa .sub-menu > li a:hover{
    color: #152d2d;
    background-color: transparent;

}

.sidebar-page .sidebar-menu-pa ul li .drop.close, .sidebar-page .sidebar-menu-pa ul li .drop.open  {
    font-size: 0;
    position: absolute;
    right: 20px;
    top: 25px;
    width: 12px;
    height: 12px;
    background-color: transparent !important;
    background-image: url(images/plus_icn_dark.webp);
    background-position: right 0 center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0px 0px;
    cursor: pointer;
}
.sidebar-page .sidebar-menu-pa ul li .drop.open {
    background-image: url(images/minus_icn_dark.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 {
    padding: 35px 40px;
    text-align: center;
    margin: 0 0 50px;
    background: linear-gradient(to bottom ,#e7ebee 0%, #e7ebee00 100%);
}

#page-content section.widget.testi .testi-item p {
    font-family: 'Figtree';
    font-weight: 400;
    font-size: 19px;
    color: #152d2d;
    line-height: 1.65;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
#page-content section.widget.testi .testi-item .star-rat {
    width: 155px;
    height: 26px;
    background-image: url(images/sdbr-testi-stars.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto 15px;
}
#page-content section.widget.testi .testi-item h6 {
    position: inherit;
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    font-size: 35px;
    color: #152d2d;
    line-height: 1.3;
    letter-spacing: 0px;
    margin: 0px;
    bottom: inherit;
}
.sidebar-page section.widget.testi h4.widget-title {
    margin: 0 0 30px;
    padding: 0;
    color: #00000d;
}
.sidebar-page section.widget.testi h4.widget-title:before{
    display: none;
}
#page-content section.widget.testi .testi-item {
    width: 100%;
    background-color: transparent;
    border:0px;
    margin: 0;
    padding: 0;
}

.testi-sdbr-blk{
    padding: 0 10px;
}
.testi-sdbr-blk::before{
    content: "";
    width: 41px;
    height: 39px;
    background-image: url(images/inn-testi-quotes-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom:-9px;
    left: 0;
    right: 0;
    margin: auto;
}

.sidebar-page section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav{
    gap: 95px;
    margin: 38px 0 0;
}

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

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

#page-content section.widget.testi .testi-item {
    width: 100%;
}
.sidebar-page ul.splide__pagination {
    display: none;
}
.sidebar-page button.splide__arrow.splide__arrow--prev {
    left: 0;
}
.sidebar-page button.splide__arrow.splide__arrow--next{
    right: 0;
}
.sidebar-page .splide__arrows {
    position: absolute;
    bottom: 30px;
    max-width: 100px;
    display: flex ;
    justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
.sidebar-page button.splide__arrow{
    position: inherit;
}

#page-column section.widget.widget_team_member.hm {
    margin: 0 0 30px;
}

#page-column section.widget.csae-res.hm {
    background-color: #b7b2b2a1;
    padding: 30px;
}
#page-column section.widget.csae-res.hm p{
    color: #000;
}

section.widget.widget_team_member.hm {
    background-color: #fff4f4;
    color: #fff;
    padding: 30px;
}









/* team page */

.inr-team-pg {
    padding: 100px 0 150px;
}
.container{
    width: 100%;
    max-width: 1280px;
    margin: auto;
}
.inr-attrny-lst {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}
.inr-attrny-itm {
    width: 24.6%;
    position: relative;
    background-image: url(images/inr-team-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px 0;
    overflow: hidden;
}
.inr-attrny-itm:hover {
    background-image: url(images/inr-team-bg-hvr.webp);
}
.inr-attrny-itm::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(180deg, rgba(41, 72, 74, 0) 0%, rgba(41, 72, 74, 0) 50%, rgba(41, 72, 74, 0.99) 98%);
}
.inr-attrny-itm:hover::before {
    background: linear-gradient(180deg, rgba(184, 148, 82, 0) 0%, rgba(184, 148, 82, 0) 50%, rgba(184, 148, 82, 0.99) 98%);
}

.inr-attrny-img img {
    width: 100%;
    display: block;
    height: auto;
}
#page-column .inr-atry-cnt h4 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -1.08px;
    color: #ffffff;
    text-align: center;
    margin: 0;
}
#page-column .inr-atry-cnt {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 20px;
}

#page-column .inr-atry-cnt h5 {
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0 0;
}

.inr-attrny-hvr a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    font-size: 0;
}




/*single attoreny page*/
#page-column .sngl-prfl-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 48px 0 15px;
    margin: 70px 0 43px;
    background-image: url(images/attorney-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-radius: 50px 0px;
}
#page-column .sp-block h2 {
    font-size: 55px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -1.65px;
    color: #ffffff;
    margin: 0 0 12px;
}
#page-column .sp-block h5, .profile-address{
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 5.6px;
    color: #b89452;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.sngl-prfl-blk .profile-tel a, .profile-email{
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    margin: 0 0 15px;
}
.sngl-prfl-image {
    width: 46.1%;
    margin: -68px 0 0;
}
.sp-block {
    width: 48.6%;
}

#page-column .inn-prfl-btn a.cmn-btn {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.4px;
    padding: 21px 39px;
}
.sngl-prfl-image img {
    width: 100%;
    display: block;
}

#page-column .accordion-section h3.accordion-heading {
    font-family: 'Plus Jakarta Sans';
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #00000d;
    padding: 15px 50px 15px 30px;
    width: 100%;
    text-align: left;
    line-height: 1;
    margin: 0;
    position: relative;
    background-image: url(images/single-pf-down-arw-img.webp);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: right 20px top 21px;
    cursor: pointer;
    border: 1px solid #29484a;
    border-radius: 15px;
}
#page-column .accordion-section.active h3.accordion-heading {
    background-image: url(images/single-pf-uparw-img.webp);
    color: #ffffff;
    background-color: #b89452;
    border-color: transparent;
}

.accordion-section .accordion-section-content {
    transition: max-height 0.4s ease;
    display: none;
    padding: 25px 30px;
}
.accordion-section.active .accordion-section-content {
    display: block;
}
#page-column .accordion-section {
    max-height: max-content !important;
    margin-bottom: 15px;
}

#page-column .accordion-section .accordion-section-content p:last-child{
    margin: 0;
}



/*Blog page*/

.posts-list {
    width: 31.9%;
    position: relative;
    padding: 11px 9px 55px;
    border-radius: 50px 0;
    background: linear-gradient(180deg, rgba(231, 235, 238, 1) 0%, rgba(231, 235, 238, 0.75) 50%, rgba(231, 235, 238, 0) 83%);
    transition: 0.6s;
}
.posts-list:hover {
    background: #b89452;
}
#post-content .posts-thumbnail img {
    width: 100%;
    display: block;
    border-radius: 50px 0;
}
#post-column-full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

#post-content .posts-list .posts-block h3 a {
    display: inline-block;
    line-height: 1.3;
    letter-spacing: 0;
    color: #152d2d;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 25px;
}
#post-content .posts-list:hover .posts-block h3 a, #post-content .posts-list:hover .posts-readmore a, #post-content .posts-list:hover .posts-block p a, #post-content .posts-list:hover .posts-block p  {
    color: #fff;
}
#post-content .posts-list:hover .posts-readmore a{
    text-decoration: underline;
}
#post-content .posts-list .posts-block h3{
    margin: 0 0 15px;
    line-height: 1;
}
#post-content .posts-list .posts-block p {
    font-family: 'Figtree';
    font-size: 16px;
    line-height: 1.7;
    color: #152d2d;
    letter-spacing: 0;
    margin: 0 0 20px 0;
    font-weight: 400;
}

.author-by {
    font-family: 'Figtree';
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    color: #152d2d;
    letter-spacing: 0;
    margin: 0 0 14px 0;
}

#post-content .posts-list:hover .author-by{
    color: #fff;
}

#post-content .posts-list .posts-block {
    padding: 26px 20px 0;
}
#post-content .posts-list .posts-readmore a {
    font-size: 16px;
    font-family: 'Figtree';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2.88px;
    text-transform: uppercase;
    display: inline-block;
    color: #29484a;
}
.posts-readmore {
    position: absolute;
    left: 32px;
    bottom: 27px;
}


/*blog sidebar*/
.sidebar-blog.blog-sidebar-itm {
    display: block;
}
.sidebar-blog {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 0 0 26px;
}
.widget h2 {
    display: none;
}
.sidebar-blog-item {
    width:100%;
    margin: 0;
    position: relative;
}
.sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select {
    padding: 19px 70px 19px 25px;
    border-radius: 0;
    display: block;
    position: relative;
    border: 1px solid #29484a;
    font-size: 20px;
    font-family: 'Figtree';
    font-weight: 400;
    color: #152d2d !important;
    line-height: 130%;
    letter-spacing: 0;
    width: 100%;
    max-width: 100%;
    appearance: none;
    outline: 0;
    background-color: transparent;
    border-radius: 15px;
}
.sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select {
    background-image: url(images/sdbar-down-arrow-img.webp) !important;
    background-position: right 0 center;
    background-size: 67px 100%;
    background-repeat: no-repeat;
}
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit {
    position: absolute;
    right: 0px;
    top: 0;
    background-image: url(images/search-btn-img.webp) !important;
    background-repeat: no-repeat;
    border-radius: 15px !important;
    background-size: 67px 100%;
    background-position: right center;
    width: 67px;
    height: 100%;
    border: none;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    outline: 0;
    transform: inherit;
    border-radius: 0;
}
/*.blog .sidebar-blog .sidebar-blog-item.blog_search {
    order: 3;
}
.sidebar-blog-item.blog_categories{
    order: 1;
}
.sidebar-blog-item.blog_archives{
    order: 2;
}*/
.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: 40px 0px 0;
}
#post-column-full .nav-links .page-numbers {
    margin: 0 5px;
    padding: 5px;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans';
    line-height: 1;
    letter-spacing: 0;
    border: 0;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 67px;
    height: 67px;
    border-radius: 15px;
}
#post-column-full .nav-links .page-numbers.current, #post-column-full .nav-links .page-numbers:hover {
    background-color: #29484a;
    color: #fff;
    font-weight: 600;
}
#post-column-full .nav-links .page-numbers.dots:hover {
    background-color: transparent;
    color: inherit;
}
#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/prev-arw.webp);
    display: inline-block;
    width: 34px;
    height: 23px;
    background-repeat: no-repeat;
    margin: 0 20px;
    border: none;
    padding: 0;
    background-size: contain;
    background-color: transparent !important;
}
#post-column-full .nav-links a.prev.page-numbers:hover{
    background-image: url(images/prev-hvr-arw.webp);
}
#post-column-full .nav-links a.next.page-numbers {
    background-image: url(images/next-arw.webp);
}
#post-column-full .nav-links a.next.page-numbers:hover {
    background-image: url(images/next-hvr-arw.webp);
}

.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: linear-gradient(180deg, rgba(231, 235, 238, 1) 0%, rgba(231, 235, 238, 0.75) 50%, rgba(231, 235, 238, 0) 83%);
    padding: 30px;
    margin: 0;
    border-radius: 50px 0;
}

.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 15px;
    font-size: 37px;
    letter-spacing: -0.37px;
    line-height: 1;
    color: #00000d;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm .widget.widget_archive {
    margin: 0 !important;
}

.sidebar-page .sidebar-blog.blog-sidebar-itm.top{
    margin: 0 0 50px;

}
.sidebar-page .sidebar-blog.blog-sidebar-itm.top .sidebar-item.sidebar_search{
    padding: 0;
    background-color: transparent;
    margin: 0;
}

.sidebar-page .sidebar-item.sidebar_categories,.sidebar-page .sidebar-item.sidebar_archives{
    background-color: transparent;
    margin: 0 0 30px;
    padding: 0;
}
.sidebar-page .sidebar-item.sidebar_archives{
    margin: 0 !important;
}

.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2::before{
    display: none;
}
.sidebar-page.sidebar-single .sidebar-blog .widget select {
    background-color: #29484a;
    color: #ffffff !important;
}
.sidebar-page.sidebar-single .sidebar-blog .widget select {
    background-color: #29484a;
    color: #ffffff !important;
    font-size: 17px;
    background-image: url(images/single-sdbar-down-arrow-img.webp) !important;
    background-size: 61px 100%;
}

.sidebar-page.sidebar-single .sidebar-blog .widget select option{
    color: #fff !important;
}

.sidebar-page .sidebar_posts .sidebar-menu-pa ul li a {
    font-size: 21px;
    padding: 15px 10px 15px 35px;
}
.sidebar-page .sidebar_posts .sidebar-menu-pa ul li a::before{
    top: 24px;
    width: 8px;
    height: 8px;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm.top {
    padding: 0;
    border-radius: 0;
    background: transparent;
}
#page-column .single-pagination .nav-links a {
    font-family: 'Figtree';
    font-weight: 700;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0.42px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    background-color: #b89452;
    padding: 20px 20px;
    border-radius: 32.5px;
    display: inline-block;
    width: 210px;
    text-align: center;
}
#page-column .single-pagination .nav-links a:hover {
    background-color: #29484a;
}
.sidebar-blog .widget {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}


/*Area served page*/
#page-content .areaserved-item-list {
    background-color: #152d2d;
    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: 'Plus Jakarta Sans';
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 10px;
    background-color: #b89452;
    color: #ffffff;
    display: flex;
    text-align: center;
    min-height: 70px;
    justify-content: center;
    align-items: center;
}

#page-content .areaserved-item a:hover {
    background-color: #ffffff;
    color: #152d2d;
}

#page-content #areaserved-main {
    text-align: center;
}


/*Practice Areas Page*/


.inn-pract-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 35px 2.3%;
}

.inn-pract-item {
    width: 31.8%;
    background-color: #29484a;
    text-align: center;
    border-radius: 50px 0;
    overflow: hidden;
    position: relative;
}
.inn-pract-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(184, 148, 82, 0.95) 0%, rgba(184, 148, 82, 0.75) 30%, rgba(184, 148, 82, 0.35) 85%, rgba(184, 148, 82, 0) 100%);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    opacity: 100%;
    display: none;
    z-index: 1;
}
.inn-pract-item::after {
    position: absolute;
    content: "";
    width: 55%;
    height: 6px;
    background-color: #b89452;
    border-radius: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #1d4d4f;
}
.inn-pract-item:hover::after{
    display: none;
}
.inn-pract-icon{
    width: 100%;
    border-radius: 50%;
    background-color: #152d2d;
    overflow: hidden;
}
.inn-pract-icon img{
    background: radial-gradient(#1d4d4f 0%,#1d4d4f00 100%);
    width: 100%;
    display: block;
}

.inn-pract-cont {
    padding: 50px 25px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
#page-column .inn-pract-cont-name h4 {
    letter-spacing: 0;
    color: #ffffff;
    text-align: center;
    margin: 0 0 25px;
}
#page-column .inn-pract-cont-name p {
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
    display: none;
}

.inn-pract-img {
    height: 100%;
    opacity: 0;
}
.inn-pract-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 58%;
}

.inn-pract-item:hover .inn-pract-img {
    opacity: 1;
}

#page-column .inn-pract-item:hover .inn-pract-cont-name p, .inn-pract-item:hover::before{
    display: block;
}
.inn-pract-item:hover .inn-pract-icon {
    display: none;
}
.inn-pract-item:hover .inn-pract-cont{
    justify-content: center;
}
.inn-pract-item-hover a {
    display: inline-block;
    position: absolute;
    font-size: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 3;
}


/*contact page*/

.contact-page #page-column h2 {
    margin: 0 0 48px;
    text-align: center;
}

.in-cont-list {
    display: flex ;
    justify-content: space-between;
}
.in-cont-item {
    width: 31.75%;
    text-align: center;
    background-color: #163739;
    padding: 30px 45px 28px;
    transition: 0.5s;
    border-radius: 50px 0px;
}
.in-cont-item.icons{
    background-color: #b89452;
}
.in-cont-item .scl-icons {
    display: flex;
    justify-content: center;
    gap: 25px;
}
.in-cont-item.icons a.con-icon{
    font-size: 0;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -6px -232px;
    width: 28px;
    height: 28px;
}
.in-cont-item.icons a:hover{
    filter: brightness(0) saturate(100%) invert(18%) sepia(22%) saturate(1235%) hue-rotate(138deg) brightness(93%) contrast(93%);
}
.in-cont-item.icons a.linkedin{
    background-position: -49px -232px;

}
.in-cont-item.icons a.twitter{
    background-position: -98px -232px;
}
#page-column .in-cont-item h4 {
    font-size: 35px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.05px;
    color: #fff;
    margin: 0 0 10px;
    padding: 100px 0 0;
    position: relative;
}
#page-column .in-cont-item h4:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url(images/inn-contact-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}
#page-column .icons h4{
    margin: 0 0 18px;
}
#page-column .icons h4::before{
    background-image: url(images/inn-globe-img.webp);
}
#page-column .inn-cont-num {
    margin: 0 0 25px;
}
#page-column .inn-cont-num:last-child{
    margin: 0;
}
#page-column .inn-cont-num a {
    font-size: 30px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.9px;
    color: #fff;
    margin: 0;
    display: inline-block;
}
#page-column .inn-cont-num a:hover {
    color: #b89452;
}
#page-column .in-cont-item p{
    font-size: 21px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.63px;
    color: #fff;
    margin: 0 0 15px;
}



/* Testimonials Page */


.review-item{
    padding: 0 0 40px ;
    margin: 0 0 40px;
    border-bottom: 1px solid #29484a;
    position: relative;
}
.review-item:last-child{
    margin: 0;
}
#page-column .review-item p:last-child{
    margin: 0;
}
#page-column .review-item p{
    color: #29484a;
}
#page-column .review-item h5{
    text-transform: uppercase;
    margin: 0 0 6px;
    font-weight: 800;
    color: #152d2d;
}
#page-column .review-item h6{
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #29484a;
}
.review-item .star-rat{
    width: 139px;
    margin: 0 0 20px;
}
.review-item::before {
    content: "";
    width: 32px;
    height: 30px;
    background-image: url(images/inn-testi-quotes-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
}



.related-insights-posts .posts-list {
    width: 100%;
    padding: 0 0 25px;
    border-radius: 0;
}
.related-insights-posts .posts-thumbnail {
    margin-bottom: 16px;
}
.related-insights-posts .posts-thumbnail img{
    width: 100%;
    display: block;
    height: 235px;
    object-fit:cover;
    object-position: center;
}
.related-insights-posts {
    display: flex;
}
.related-insights-posts .posts-block {
    padding: 0 15px;
}
.cmn-box {
    background-image: url(images/cta-block-bg-image.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50px 0;
    text-align: center;
    padding: 38px 20px 48px;
    margin: 35px 0;
}
.cmn-box-cnslt-btn {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.cmn-box  .cnslt-call a.cmn-btn{
    background-color: #fff;
}

#page-column .cmn-box h2{
    font-size: 52px;
    color: #fff;
    line-height: 1.18;
    margin: 0 0 18px;
}
#page-column .cmn-box p {
    color: #fff;
    width: 85%;
    margin: 0px auto 25px;
}
#page-column .cmn-box h2 strong{
    font-size: 64px;
    display: block;
}

.cmn-box.scnd_cmnblk{
    background-image: url(images/scnd-cta-block-bg.webp);
    background-position: top right;
    text-align: left;
    padding: 40px 48px 55px;
}
.cmn-box.scnd_cmnblk .scnd-cta-cont{
    width: 80%;
}
#page-column .cmn-box.scnd_cmnblk h2{
    font-size: 54px;
    line-height: 1.1;
    letter-spacing: -1.6px;
}
#page-column .cmn-box.scnd_cmnblk p{
    width: 100%;
}
#page-column .cmn-box.scnd_cmnblk h2 strong{
    font-size: 40px;
    color: #fff;
    letter-spacing: -1.3px;
    margin: 6px 0 0;
    text-decoration: 2px underline;
    text-underline-offset: 9px;
}
#page-column .cmn-box.scnd_cmnblk a.cmn-btn{
    border-color: #29484a;
    background-color: #29484a;
}
#page-column .cmn-box.scnd_cmnblk a.cmn-btn:hover{
    background-color: #b89452;
}

#page-content.contact-area {
    padding-bottom: 0;
}

/*.page-template-template-contact .ftr-form-sctn::before {
    width: 100%;
}
.page-template-template-contact .ftr-form-list {
    justify-content: center;
}
.page-template-template-contact .hm-form-sec {
    width: 60%;
}*/



.faq-page #page-column .inn-accordions h2 {
    margin: 0 0 35px;
}


/*  Responsive  */

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

}

@media screen and (max-width:1800px) {
    .site-header .container, .hm-banner-sec .container, .hmpracti-sec .container, .hm-faq-sec .container {
        max-width: 1600px;
    }

    .site-branding {
        width: 190px;
    }
    .hdr-top{
        font-size: 19px;
        letter-spacing: 6px;
    }
    .hdr-top:before{
        width: 45px;
    }
    .hdr-call a {
        font-size: 30px;
    }
    #main-navigation ul li a {
        font-size: 20px;
        letter-spacing: 1.16px;
    }
    #main-navigation ul li{
        margin: 0 48px;
    }
    .hm-banner-sec::before{
        border-radius: 180px 0 380px 0;
    }
    .bnr-cnt h1 {
        font-size: 95px;
        letter-spacing: -1.5px;
    }
    .bnr-cnt p {
        font-size: 19px;
        line-height: 1.65;
        margin: 0 0 38px;
    }
    .bnr-cnt{
        padding: 56px 0 0 45px;
    }
    .hm-bnr-btn {
        margin: 0 0 0 65px;
    }
    .bnr-cnt:before{
        width: 100px;
        height: 540px;
        bottom: 68px;
    }
    .hm-banner-sec {
        padding: 210px 0 42px;
    }
    .hm-banner-sec:after{
        width: 52%;
    }
    .hm-defense-sec {
        padding: 100px 0 58px;
    }
    .text-heading {
        font-size: 67px;
        letter-spacing: -2px;
        margin: 0 0 55px;
    }
    .hmpracti-sec {
        padding: 90px 0 360px;
        margin: 0 0 -250px;
    }
    .hmpracti-item {
        width: 18.83%;
        border-radius: 50px 0 50px 0;
        height: 440px;
    }
    .hmpracti-item:hover, .hmpracti-item.active {
        height: 505px;
        width: 21%;
    }
    .hmpracti-name h4 {
        margin: 0 0 25px;
    }
    .hmpracti-name p {
        font-size: 17px;
    }
    .hmpracti-list {
        gap: 15px;
        margin: 0 0 65px;
    }
    .hmpracti-blk h5 {
        font-size: 24px;
        letter-spacing: 3.36px;
        margin: 0 0 65px;
    }
    .hm-our-office-sec {
        padding: 190px 0 90px;
        border-radius: 260px 0 0 0;
    }
    .hm-our-practice-sec {
        padding: 80px 0 150px;
        border-radius: 0 0 260px 0;
    }
    .hm-tabing-sec {
        padding: 360px 0 130px;
        margin: -245px 0 0;
    }

    .hm-trusted-sec.inn-trusted-sec {
        margin-bottom: 100px;
    }

}

@media screen and (max-width:1700px) {
    .site-header .container, .hm-banner-sec .container, .hmpracti-sec .container, .hm-faq-sec .container {
        max-width: 1500px;
    }
    .hm-defense-sec .container, .hm-awards-sec .container, .hm-retain-sec .container,.ftr-form-sctn .container, .ftr-block-sec .container {
        max-width: 1400px;
    }

    .site-header{
        padding: 25px 0 10px;
    }
    .site-branding {
        width: 170px;
    }
    .top-rite{
        margin: 0 0 26px;
    }
    .hdr-top {
        font-size: 18px;
        letter-spacing: 5.5px;
        padding: 0 45px 0 0;
    }
    .hdr-top:before {
        width: 40px;
    }
    .hdr-call p {
        font-size: 15px;
        letter-spacing: 1.2px;
    }
    .hdr-call a {
        font-size: 28px;
    }
    .hdr-call a:before{
        transform: scale(0.9);
        left: -3px;
    }
    .hdr-call {
        padding-left: 65px;
    }
    #main-navigation ul li a {
        font-size: 19px;
        letter-spacing: 1.06px;
        padding: 20px 0 0;
    }
    #main-navigation ul li {
        margin: 0 45px;
    }
    .hm-banner-sec {
        padding: 190px 0 40px;
    }
    .hm-banner-sec::before {
        border-radius: 150px 0 370px 0;
    }
    .bnr-cnt {
        padding: 50px 0 0 40px;
    }
    .bnr-cnt h1 {
        font-size: 90px;
        letter-spacing: -1px;
        margin: 0 0 26px;
    }
    .bnr-cnt p {
        font-size: 18px;
        line-height: 1.6;
        margin: 0 0 34px;
        letter-spacing: -0.1px;
    }
    a.cmn-btn{
        font-size: 20px;
        padding: 19px 38px;
    }
    .bnr-cnt:before {
        width: 90px;
        height: 500px;
        bottom: 65px;
    }
    .hm-bnr-btn {
        margin: 0 0 0 60px;
    }
    .hm-form .gform_fields{
        gap: 19px !important;
    }
    .hm-form-sec .text-heading {
        letter-spacing: -1px;
    }
    .hm-form-sec p{
        margin: 0 0 35px;
    }
    .hm-form .gform_wrapper .top_label textarea{
        margin: 0 0 30px !important;
    }
    .ftr-map{
        margin: 0 0 30px;
    }
    .ftr-loctn-itm h4 {
        font-size: 28px;
        letter-spacing: -0.8px;
    }
    .ftr-form-sctn {
        padding: 0 0 60px;
        border-radius: 0 0 240px 0;
    }
    .ftr-block-sec {
        padding: 340px 0 0;
        margin: -260px 0 0;
    }
    #footer-navigation ul li a {
        font-size: 20px;
        letter-spacing: 1.2px;
    }
    #footer-navigation ul li{
        padding: 0 68px;
    }
    #footer-navigation ul {
        margin: 0 0 30px;
    }
    .ftr-itm h4 {
        font-size: 32px;
        letter-spacing: -0.95px;
    }
    .ftr-itm .ftr-call-num a {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .cpy-inr p, .cpy-inr p a {
        font-size: 20px;
    }
    .hm-defense-sec {
        padding: 95px 0 50px;
    }
    .text-heading {
        font-size: 64px;
        letter-spacing: -1.8px;
        margin: 0 0 50px;
    }
    .hm-defence-lft {
        padding: 35px 0 0 0;
    }
    .hm-defence-lft h4 {
        font-size: 26px;
        letter-spacing: 3.6px;
        margin: 0 0 22px;
        padding: 0px 0 7px 25px;
    }
    .hm-defence-lft p {
        font-size: 20px;
        line-height: 1.63;
        margin: 0 0 35px;
    }
    .hm-awards-sec {
        padding: 60px 0 85px;
    }
    .hmpracti-sec {
        padding: 85px 0 330px;
        margin: 0 0 -230px;
    }
    .hmpracti-item {
        width: 18.83%;
        border-radius: 50px 0 50px 0;
        height: 420px;
    }
    .hmpracti-item:hover, .hmpracti-item.active {
        height: 480px;
        width: 21%;
    }
    .hm-prct-cnt-icn {
        padding: 45px 15px 8px;
    }
    .hmpracti-name h4 {
        font-size: 28px;
        margin: 0 0 25px;
    }
    .hmpracti-name p {
        font-size: 16px;
    }
    .hmpracti-list {
        gap: 15px;
        margin: 0 0 60px;
    }
    .hmpracti-blk h5 {
        font-size: 24px;
        letter-spacing: 3.36px;
        margin: 0 0 55px;
    }
    .hm-our-office-sec {
        padding: 170px 0 85px;
        border-radius: 220px 0 0 0;
    }
    .hm-our-office-year {
        letter-spacing: -8px;
    }
    .hm-our-office-sec .text-heading {
        margin: 0 0 34px;
    }
    .hm-our-office-rit p {
        letter-spacing: -0.6px;
        margin: 0 0 45px;
    }
    .hm-our-practice-sec {
        padding: 70px 0 135px;
        border-radius: 0 0 220px 0;
    }
    .hm-tabing-sec {
        padding: 330px 0 120px;
        margin: -220px 0 0;
    }
    .hm-tabing-sec .tab-top-cnt {
        padding-top: 40px;
    }
    .hm-tabing-sec .tab-content .tab-cnt {
        padding-top: 40px;
    }
    .hm-tabing-sec .tab-content .tab-cnt h3 {
        font-size: 50px;
        letter-spacing: -1px;
        margin: 0 0 20px;
    }

    .process-itm h5 {
        font-size: 22px;
    }
    .process-itm h5:before{
        transform: scale(0.9);
        top: -3px;
    }
    .process-itm p {
        font-size: 17px;
    }
    .process-blk {
        padding: 35px 35px 35px;
    }
    .process-itm:after{
        width: 26px;
        height: 27px;
        right: -26px;
    }
    .process-btm-list p {
        font-size: 19px;
    }
    .process-txt {
        font-size: 22px;
    }


    .hm-trusted-sec {
        padding: 230px 0 260px;
    }
    .hm-trusted-sec .text-heading {
        font-size: 42px;
        letter-spacing: 19px;
    }
    .hm-trusted-sec .text-heading strong {
        font-size: 150px;
    }
    .hm-trusted-sec h5 {
        letter-spacing: 12px;
        font-size: 22px;
        padding: 16px 110px 16px 90px;
    }
    .hm-legal-hd {
        margin: 0 0 30px;
    }

    .hm-faq-rgt .accordion-section h3.accordion-heading{
        font-size: 20px;
    }
    .hm-faq-rgt .accordion-section{
        padding: 0 0 28px;
        margin-bottom: 28px;
    }
    .hm-accordion {
        margin: 0 0 30px;
    }

    .hm-trusted-sec.inn-trusted-sec {
        margin-bottom: 90px;
    }

    .ftr-itm .ftr-call-num a::before { left: -18px; transform: scale(0.52); }
    .ftr-itm .ftr-call-num a {padding: 0 0 0 50px;max-width: 245px; }


}

@media screen and (max-width:1600px) {
    .container, .page-container, .post-container {
        max-width: 1200px;
    }
    .site-header .container, .hm-banner-sec .container, .hmpracti-sec .container, .hm-faq-sec .container {
        max-width: 1400px;
    }
    .hm-defense-sec .container, .hm-awards-sec .container, .hm-retain-sec .container,.ftr-form-sctn .container, .ftr-block-sec .container {
        max-width: 1300px;
    }
    .site-header {
        padding: 20px 0 10px;
    }
    .site-branding {
        width: 150px;
    }
    .hdr-top {
        font-size: 17px;
        letter-spacing: 5px;
        padding: 0 40px 0 0;
    }
    .hdr-top:before {
        width: 35px;
    }
    .hdr-call p {
        font-size: 15px;
        letter-spacing: 0.9px;
    }
    .hdr-call a {
        font-size: 25px;
    }
    .hdr-call a:before {
        transform: scale(0.85);
        left: -4px;
    }
    .hdr-call {
        padding-left: 60px;
    }
    #main-navigation ul li a {
        font-size: 18px;
        letter-spacing: 0.96px;
        padding: 18px 0 0;
    }
    #main-navigation ul li a::before{
        width: 9px;
        height: 9px;
    }
    #main-navigation ul li {
        margin: 0 40px;
    }
    .site-header.is-sticky .site-branding {
        width: 110px;
    }
    .site-header.is-sticky .hdr-top {
        font-size: 15px;
        letter-spacing: 3.5px;
    }
    .site-header.is-sticky .hdr-top:before {
        width: 34px;
    }
    .site-header.is-sticky .hdr-call a {
        font-size: 21px;
    }
    .site-header.is-sticky #main-navigation ul li a {
        letter-spacing: 0.56px;
        padding: 16px 0 0;
    }
    .hm-banner-sec {
        padding: 170px 0 36px;
    }
    .bnr-cnt {
        padding: 45px 0 0 35px;
    }
    .bnr-cnt h1 {
        font-size: 80px;
        letter-spacing: -0.6px;
        margin: 0 0 22px;
    }
    .bnr-cnt:before {
        width: 80px;
        height: 450px;
        bottom: 85px;
    }
    .hm-bnr-list {
        padding: 0 70px 0 0;
    }
    .bnr-cnt p {
        font-size: 17px;
        margin: 0 0 30px;
        letter-spacing: 0;
    }
    a.cmn-btn {
        font-size: 19px;
        padding: 17px 32px;
    }
    .hm-bnr-btn {
        margin: 0 0 0 55px;
    }
    .hm-banner-sec::before {
        border-radius: 100px 0 350px 0;
    }
    .hm-banner-sec:after {
        width: 51%;
    }
    .hm-excellence-sec {
        padding: 55px 0 60px;
    }
    .hm-excellence-years{
        font-size: 180px;
        letter-spacing: -7px;
    }
    .hm-excellence-years sup{
        top: -70px;
    }
    .hm-excellence-blk-rit p{
        font-size: 18px;
        letter-spacing: 2.64px;
    }
    .hm-excellence-blk-rit h5{
        font-size: 35px;
    }
    .hm-excellence-lft::after{
        width: 376px;
        height: 249px;
        top: 14px;
    }
    .hm-excellence-rit p{
        font-size: 19px;
        letter-spacing: -0.1px;
    }
    .hm-form-sec {
        padding: 40px 0 0;
    }
    .hm-form-sec .text-heading {
        letter-spacing: -0.7px;
    }
    .hm-form-sec p {
        margin: 0 0 30px;
        font-size: 17px;
    }
    .hm-form .gform_fields {
        gap: 16px !important;
    }
    .hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea{
        font-size: 17px !important;
        padding: 17px 20px !important;
    }
    .hm-form .gform_wrapper .top_label textarea {
        margin: 0 0 25px !important;
        height: 160px !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"], .hm-form .gform_wrapper .top_label button{
        font-size: 19px !important;
        padding: 19px 50px !important;
    }
    .hm-form .gform_wrapper .gform_footer.top_label{
        margin: -55px 0 0;
    }
    .ftr-form-sctn:before{
        border-radius: 0 40px 0 0;
    }
    .ftr-map iframe{
        height: 355px;
    }
    .ftr-map {
        margin: 0 0 30px;
        border-radius: 0 45px 0 45px;
    }
    .ftr-loctn-itm h4::before{
        transform: scale(0.9);
        top: -4px;
    }
    .ftr-loctn-itm h4 {
        font-size: 25px;
        letter-spacing: -0.5px;
        padding: 95px 0 0;
    }
    .ftr-loctn-itm p{
        letter-spacing: -0.24px;
    }
    .ftr-loctn-itm p a{
        margin: 12px 0 0;
    }
    .ftr-form-sctn {
        padding: 0 0 50px;
        border-radius: 0 0 190px 0;
    }
    .ftr-loctn-itm {
        padding: 10px 25px 20px;
    }
    .ftr-block-sec {
        padding: 300px 0 0;
        margin: -240px 0 0;
    }
    #footer-navigation ul li a {
        font-size: 19px;
        letter-spacing: 0.9px;
    }
    #footer-navigation ul li {
        padding: 0 62px;
    }
    #footer-navigation ul {
        margin: 0 0 26px;
    }
    .ftr-block-list{
        padding: 30px 0;
    }
    .ftr-itm h4 {
        font-size: 28px;
        letter-spacing: -0.55px;
        /* padding: 85px 0 0; */
    }
    .ftr-itm h4:before{
        transform: scale(0.9);
        top: -4px;
    }
    .ftr-itm .ftr-call-num a {
        font-size: 25px;
        letter-spacing: -0.5px;
    }
    .ftr-call-num {
        margin: 0 0 25px;
    }
    .ftr-itm .ftr-call-num a {
        padding: 0 0 0 48px;
        max-width: 230px;
    }
    .ftr-itm .ftr-call-num a::before {
        left: -20px;
        transform: scale(0.5);
    }

    .ftr-itm p {
        font-size: 20px;
        letter-spacing: -0.53px;
    }
    .ftr-logo-itm h5 {
        font-size: 17px;
        letter-spacing: 3.46px;
        padding: 0 65px 0 70px;
    }
    .ftr-scl-icons{
        gap: 22px;
    }
    .ftr-logo-itm h5::before, .ftr-logo-itm h5::after{
        width: 54px;
    }
    .ftr-copyrights-sec {
        padding: 30px 0px 40px;
    }
    .cpy-inr p, .cpy-inr p a {
        font-size: 19px;
    }
    .cpy-inr p.copy-para {
        font-size: 17px;
    }
    .hm-defense-sec {
        padding: 90px 0 50px;
    }
    .text-heading {
        font-size: 58px;
        letter-spacing: -1px;
        margin: 0 0 45px;
    }
    .hm-defence-lft {
        padding: 30px 0 0 0;
    }
    .hm-defence-lft h4 {
        font-size: 23px;
        letter-spacing: 3px;
        margin: 0 0 20px;
        padding: 0px 0 7px 20px;
    }
    .hm-defence-lft p {
        font-size: 19px;
        line-height: 1.6;
        margin: 0 0 30px;
    }
    .hm-defence-lft p:last-of-type {
        margin: 0 0 40px;
    }
    .hm-defense-rit-img {
        border-radius: 85px 0;
    }
    .hm-awards-sec {
        padding: 55px 0 80px;
    }
    .hm-awards-blck h4 {
        font-size: 23px;
        letter-spacing: 8px;
        margin: 0 0 36px;
    }
    .hmpracti-sec {
        padding: 80px 0 300px;
        margin: 0 0 -210px;
    }
    .hmpracti-item {
        width: 18.83%;
        border-radius: 40px 0 40px 0;
        height: 400px;
    }
    .hm-prct-cnt-icn {
        padding: 40px 15px 8px;
    }
    .hmpracti-name h4 {
        font-size: 26px;
        margin: 0 0 22px;
    }
    .hmpracti-name p {
        font-size: 15px;
    }
    .hmpracti-item:hover, .hmpracti-item.active {
        height: 450px;
        width: 21%;
    }
    .hmpracti-item::before {
        border-radius: 40px 0 40px 0;
    }
    .hmpracti-itm-img img {
        border-radius: 40px 0 40px 0;
    }
    .hmpracti-blk h5 {
        font-size: 23px;
        letter-spacing: 3px;
        margin: 0 0 50px;
    }
    .hmpracti-list {
        gap: 15px;
        margin: 0 0 55px;
    }
    .hm-our-office-sec {
        padding: 150px 0 80px;
        border-radius: 200px 0 0 0;
    }
    .hm-our-office-img {
        margin: 0 0px 40px;
        border-radius: 80px 0;
    }
    .hm-our-office-year {
        font-size: 125px;
        letter-spacing: -7px;
    }
    .hm-our-office-cnt::before {
        width: 460px;
        height: 300px;
        bottom: 45px;
        left: 30px;
    }
    .hm-our-office-sec .text-heading {
        margin: 0 0 30px;
    }
    .hm-our-office-rit p {
        letter-spacing: 0;
        margin: 0 0 35px;
        font-size: 20px;
    }
    .hm-our-practice-sec {
        padding: 65px 0 110px;
        border-radius: 0 0 180px 0;
    }
    .hm-our-practice-list {
        padding: 40px 0;
    }
    .hm-our-practice-list::before {
        background-size: contain;
        width: 1210px;
        height: 523px;
    }
    .hm-our-practice-itm {
        width: 29%;
        padding: 25px 38px 50px 38px;
    }
    .hm-our-practice-img {
        max-width: 70px;
        margin: 0 auto 24px;
    }
    .hm-our-practice-itm h5 {
        font-size: 26px;
        letter-spacing: -0.84px;
        margin: 0 0 20px;
    }
    .hm-our-practice-itm p {
        font-size: 19px;
        letter-spacing: -0.4px;
    }
    .hm-our-practice-itm.cen {
        width: 440px;
        padding: 55px 36px;
        border-radius: 210px;
    }
    .hm-our-practice-itm.cen h4 {
        font-size: 44px;
        letter-spacing: -1.41px;
    }
    .hm-our-practice-itm.rit {
        width: 28%;
        padding: 30px 38px 45px;
    }
    .hm-tabing-sec {
        padding: 280px 0 100px;
        margin: -180px 0 0;
    }
    .hm-tabing-sec .tab-top-cnt {
        padding-top: 30px;
    }
    .hm-tabing-sec .tab-content .tab-cnt {
        padding-top: 30px;
    }
    .hm-tabing-sec .tab-content .tab-cnt h3 {
        font-size: 45px;
        letter-spacing: -1px;
        margin: 0 0 20px;
    }
    .hm-tabing-sec .tab-content .tab-cnt h5 {
        font-size: 19px;
        letter-spacing: 5px;
        margin: 0 0 22px;
    }
    .hm-tabing-sec .tab-content .tab-cnt p {
        font-size: 19px;
        margin: 0 0 30px;
    }
    .hm-tabing-sec .hm-atrny-tab-btn a {
        font-size: 17px;
        letter-spacing: 3.96px;
    }
    .hm-tabing-sec .tab-buttons {
        gap: 60px;
        padding: 35px 0 0;
    }
    .hm-tabing-sec .tab-buttons::before {
        width: 100%;
        height: 140px;
        border-radius: 40px 40px 0 0;
    }
    .hm-tabing-sec .tab-border-lft {
        border-radius: 40px 0 40px 0;
        margin: 0 0 20px;
    }
    .hm-tabing-sec .tab-border-rgt h4 {
        font-size: 24px;
        letter-spacing: -0.7px;
    }

    .hm-busnss-cnt p{
        font-size: 19px;
    }
    .hm-busnss-btn {
        margin: 50px 0 0;
    }

    .hm-testi-cnt h5{
        letter-spacing: 3px;
    }
    .hm-testimonials .testi-item h5{
        font-size: 32px;
    }
    .hm-testimonials .testi-item p{
        font-size: 18px;
        margin: 0 0 30px;
    }


    .process-txt {
        margin: 0 0 40px;
        font-size: 21px;
    }
    .process-itm h5 {
        font-size: 21px;
        padding: 60px 0 0;
        margin: 0 0 20px;
    }
    .process-itm {
        padding: 15px;
        min-height: 323px;
    }
    .process-itm p {
        font-size: 16px;
    }
    .process-itm:after{
        width: 20px;
        height: 21px;
        right: -19px;
    }
    .process-list {
        margin: 0 0 35px;
    }
    .process-btm-list p{
        font-size: 18px;
        line-height: 1.6;
    }
    .hm-retain-sec {
        padding: 50px 0 80px;
    }

    .hm-trusted-sec .text-heading {
        font-size: 38px;
        letter-spacing: 17px;
        margin: 0 0 30px;
    }
    .hm-trusted-sec .text-heading strong {
        font-size: 140px;
    }
    .hm-trusted-sec h5 {
        letter-spacing: 10px;
        font-size: 21px;
    }
    .hm-trusted-sec {
        padding: 190px 0 200px;
    }

    .hm-repret-sec {
        padding: 110px 0 60px;
    }
    .hm-repret-sec p {
        font-size: 19px;
        line-height: 1.6;
        margin: 0 0 25px;
    }

    .hm-faq-sec {
        padding: 40px 0 120px;
    }
    .hm-faq-rgt {
        width: 49%;
    }
    .hm-faq-lst {
        gap: 60px;
    }
    .hm-faq-rgt .accordion-section h3.accordion-heading {
        font-size: 19px;
        padding: 0 34px 0 23px;
        background-size: 20px;
    }
    .hm-faq-rgt .accordion-section h3.accordion-heading::before{
        font-size: 20px;
    }
    .hm-faq-rgt .accordion-section {
        padding: 0 0 24px;
        margin-bottom: 24px;
    }
    .hm-faq-rgt .accordion-section .accordion-section-content {
        padding: 20px 22px 0;
    }
    .hm-faq-img {
        border-radius: 70px 0px 70px 0px;
    }
    .hm-faq-rgt .accordion-section p{
        line-height: 1.7;
        font-size: 18px;
    }
    #main-heading {
        padding: 250px 0 100px;
    }
    #main-heading h1 {
        font-size: 56px;
    }
    #main-heading .inrpg-breadcrumbs {
        font-size: 18px;
    }
    #post-content, #page-content {
        padding: 80px 0;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 54px;
        letter-spacing: -1.5px;
    }
    #page-column h3 {
        font-size: 45px;
        letter-spacing: -1px;
    }
    #page-column h4 {
        font-size: 38px;
        letter-spacing: -1px;
    }
    #page-column h5 {
        font-size: 32px;
    }
    #page-column p, #page-column li{
        font-size: 19px;
    }
    .sidebar-page .sidebar-item h2, .sidebar-page h4.widget-title{
        font-size: 42px;
    }
    .sidebar-page .sidebar-menu-pa ul li a {
        font-size: 22px;
    }
    .sidebar-page .sidebar-menu-pa ul li a::before{
        top: 23px;
    }
    .sidebar-page .sidebar-menu-pa .sub-menu > li a{
        font-size: 18px;
        padding: 0px 20px 0px 28px;
    }
    .sidebar-page .sidebar-menu-pa .sub-menu > li a:before {
        top: 7px;
        left: 12px;
    }
    .sidebar-page .sidebar-item, .sidebar-page .widget {
        margin: 0 0 40px;
    }
    .sidebar-page section.widget.testi h4.widget-title {
        margin: 0 0 24px;
    }
    #page-content section.widget.testi .testi-item h6{
        font-size: 30px;
    }
    #page-column ul li:before{
        top: 12px;
    }

    #page-column .sp-block h2 {
        font-size: 48px;
    }
    #page-column .sp-block h5, .profile-address {
        letter-spacing: 5px;
    }
    .sngl-prfl-image {
        margin: -58px 0 0;
    }
    #page-column .sngl-prfl-blk{
        margin: 60px 0 30px;
    }
    #page-column .accordion-section h3.accordion-heading{
        font-size: 22px;
    }
    #page-column .inr-atry-cnt h4{
        font-size: 30px;
    }
    .in-cont-item {
        padding: 26px 30px 22px;
        border-radius: 40px 0px;
    }
    #page-column .in-cont-item h4:before{
        transform: scale(0.8);
        top: -6px;
    }
    #page-column .in-cont-item h4 {
        padding: 90px 0 0;
        font-size: 30px;
    }
    #page-column .inn-cont-num {
        margin: 0 0 20px;
    }
    .contact-page #page-column h2 {
        margin: 0 0 35px;
    }

    #post-content .posts-list .posts-block h3 a{
        font-size: 23px;
    }
    .sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select {
        padding: 16px 62px 16px 23px;
        font-size: 18px;
    }
    .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select{
        background-size: 55px 100%;
    }
    .sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit{
        background-size: 55px 100%;
        width: 55px;
    }
    #post-column-full .nav-links .page-numbers{
        width: 62px;
        height: 62px;
        font-size: 25px;
    }
    #post-column-full .nav-links{
        margin: 25px 0px 0;
    }
    #post-content .posts-list .posts-readmore a{
        letter-spacing: 1px;
    }
    .posts-list {
        padding: 11px 9px 47px;
        border-radius: 40px 0;
    }
    #post-content .posts-thumbnail img {
        border-radius: 40px 0;
    }
    #post-content .posts-list .posts-block h3 {
        margin: 0 0 20px;
    }
    #post-content .posts-list .posts-block {
        padding: 22px 16px 0;
    }
    #page-column .single-pagination .nav-links a {
        font-size: 19px;
        padding: 18px 20px;
        width: 190px;
    }
    .inn-pract-cont {
        padding: 45px 22px 10px;
    }

    .hm-trusted-sec.inn-trusted-sec {
        margin-bottom: 80px;
    }
    #page-column .inn-prfl-btn a.cmn-btn {
        font-size: 19px;
        letter-spacing: 0.3px;
        padding: 20px 34px;
    }

    #page-column .cmn-box h2 {
        font-size: 48px;
    }
    #page-column .cmn-box h2 strong {
        font-size: 60px;
    }


}

@media screen and (max-width:1600px) {
    #post-content .posts-list .posts-block p {
        font-size: 15px;
        line-height: 1.6;
        margin: 0 0 20px 0;
    }
}

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

@media screen and (max-width:1440px) {
    .container, .page-container, .post-container {
        max-width: 1100px;
    }
    .site-header .container, .hm-banner-sec .container, .hmpracti-sec .container, .hm-faq-sec .container, .hm-defense-sec .container, .hm-awards-sec .container, .hm-retain-sec .container, .ftr-form-sctn .container, .ftr-block-sec .container {
        max-width: 1200px;
    }

    .site-branding {
        width: 130px;
    }
    .hdr-top {
        font-size: 16px;
        letter-spacing: 4px;
        padding: 0 35px 0 0;
    }
    .hdr-top:before {
        width: 30px;
    }
    .hdr-call p {
        font-size: 14px;
        letter-spacing: 0.8px;
    }
    .hdr-call a {
        font-size: 22px;
    }
    .hdr-call a:before {
        transform: scale(0.8);
        left: -6px;
    }
    .hdr-call {
        padding-left: 56px;
    }
    .top-rite {
        margin: 0 0 20px;
    }
    #main-navigation ul li a {
        font-size: 17px;
        letter-spacing: 0.76px;
        padding: 15px 0 0;
    }
    #main-navigation ul li {
        margin: 0 34px;
    }
    .hm-banner-sec {
        padding: 150px 0 35px;
    }
    .hm-banner-sec::before {
        border-radius: 90px 0 290px 0;
    }
    .bnr-cnt {
        padding: 40px 0 0 30px;
        width: 45%;
    }
    .hm-bnr-list {
        padding: 0 50px 0 0;
    }
    .bnr-cnt h1 {
        font-size: 70px;
        letter-spacing: -0.3px;
        margin: 0 0 19px;
    }
    .bnr-cnt p {
        font-size: 16px;
        margin: 0 0 25px;
        letter-spacing: -0.1px;
    }
    a.cmn-btn {
        font-size: 18px;
        padding: 15px 30px;
    }
    .hm-bnr-btn {
        margin: 0 0 0 50px;
    }
    .bnr-cnt:before {
        width: 70px;
        height: 390px;
        bottom: 100px;
    }
    .bnr-rgt {
        width: 52%;
    }
    .hm-banner-sec:after {
        width: 52%;
    }
    .site-header.is-sticky .site-branding {
        width: 100px;
    }
    .site-header.is-sticky .hdr-top {
        font-size: 14px;
        letter-spacing: 2.9px;
    }
    .site-header.is-sticky .hdr-top:before {
        width: 30px;
    }
    .site-header.is-sticky .hdr-call a {
        font-size: 19px;
    }
    .site-header.is-sticky .hdr-call a:before {
        transform: scale(0.75);
    }
    .site-header.is-sticky .hdr-call {
        padding-left: 56px;
    }
    .site-header.is-sticky #main-navigation ul li a {
        letter-spacing: 0.46px;
        padding: 14px 0 0;
        font-size: 15px;
    }
    #main-navigation ul li a::before {
        width: 8px;
        height: 8px;
        top: -4px;
    }
    .hm-excellence-sec {
        padding: 50px 0 55px;
    }
    .hm-excellence-years {
        font-size: 150px;
        letter-spacing: -4.5px;
    }
    .hm-excellence-blk-rit p {
        font-size: 17px;
        letter-spacing: 2.24px;
    }
    .hm-excellence-blk-rit h5 {
        font-size: 30px;
    }
    .hm-excellence-blk{
        gap: 10px;
    }
    .hm-excellence-lft::after {
        width: 330px;
        height: 220px;
        top: 14px;
    }
    .hm-excellence-rit p {
        font-size: 18px;
        letter-spacing: -0.1px;
        margin: 0 0 28px;
    }
    .hm-excellence-rit {
        width: 56%;
    }
    .hm-form-sec .text-heading {
        letter-spacing: -0.4px;
    }
    .hm-form-sec p {
        margin: 0 0 25px;
        font-size: 16px;
    }
    .hm-form .gform_fields {
        gap: 15px !important;
    }
    .hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {
        font-size: 16px !important;
        padding: 15px 19px !important;
    }
    .hm-form .gform_wrapper .top_label textarea {
        margin: 0 0 20px !important;
        height: 140px !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"], .hm-form .gform_wrapper .top_label button {
        font-size: 17px !important;
        padding: 17px 45px !important;
    }
    .hm-form .gform_wrapper .gform_footer.top_label {
        margin: -50px 0 0;
    }
    .ftr-map {
        margin: 0 0 25px;
        border-radius: 0 40px 0 40px;
    }
    .ftr-map iframe {
        height: 310px;
    }
    .ftr-loctn-itm h4::before {
        transform: scale(0.8);
        top: -9px;
    }
    .ftr-loctn-itm h4 {
        font-size: 23px;
        letter-spacing: -0.3px;
        padding: 85px 0 0;
    }
    .ftr-loctn-itm p {
        letter-spacing: -0.14px;
        font-size: 16px;
    }
    .ftr-loctn-itm p a {
        margin: 9px 0 0;
    }
    .ftr-form-sctn {
        padding: 0 0 40px;
        border-radius: 0 0 140px 0;
    }
    .ftr-block-sec {
        padding: 240px 0 0;
        margin: -180px 0 0;
    }
    #footer-navigation ul li a {
        font-size: 18px;
        letter-spacing: 0.5px;
    }
    #footer-navigation ul li {
        padding: 0 56px;
    }
    .ftr-block-list {
        padding: 28px 0;
    }
    .ftr-itm h4:before {
        transform: scale(0.8);
        top: -9px;
    }
    .ftr-itm h4 {
        font-size: 25px;
        letter-spacing: -0.25px;
        /* padding: 80px 0 0; */
    }
    .ftr-itm .ftr-call-num a {
        font-size: 23px;
        letter-spacing: -0.3px;
        padding: 0 0 0 43px;
        max-width: 210px;
    }
    .ftr-itm .ftr-call-num a::before {
        left: -22px;
        transform: scale(0.45);
    }


    .ftr-call-num {
        margin: 0 0 22px;
    }
    .ftr-itm p {
        font-size: 19px;
        letter-spacing: -0.33px;
    }
    .ftr-logo {
        margin: 0 auto 20px;
    }
    .ftr-logo-itm h5 {
        font-size: 16px;
        letter-spacing: 2.96px;
        padding: 0 60px 0 65px;
        margin: 0 auto 20px;
    }
    .ftr-logo-itm h5::before, .ftr-logo-itm h5::after {
        width: 48px;
    }
    .ftr-scl-icons {
        gap: 19px;
    }
    .ftr-scl-icons a{
        transform: scale(0.9);
        margin: -1px;
    }
    .ftr-itm{
        padding: 10px 15px 25px;
    }
    .ftr-copyrights-sec {
        padding: 25px 0px 35px;
    }
    .cpy-inr p, .cpy-inr p a {
        font-size: 17px;
    }
    .cpy-inr p.copy-para {
        font-size: 16px;
    }
    .hm-defense-sec {
        padding: 80px 0 45px;
    }
    .text-heading {
        font-size: 50px;
        letter-spacing: -0.5px;
        margin: 0 0 40px;
    }
    .hm-defence-lft {
        padding: 20px 0 0 0;
    }
    .hm-defence-lft h4 {
        font-size: 20px;
        letter-spacing: 2px;
        margin: 0 0 20px;
        padding: 0px 0 7px 18px;
    }
    .hm-defence-cnt {
        padding: 0 0 0 14px;
    }
    .hm-defence-lft p {
        font-size: 18px;
        line-height: 1.6;
        margin: 0 0 25px;
    }
    .hm-defence-lft p:last-of-type {
        margin: 0 0 30px;
    }
    .hm-defense-rit-img {
        border-radius: 65px 0;
    }
    .hm-awards-sec {
        padding: 50px 0 70px;
    }
    .hm-awards-blck h4 {
        font-size: 22px;
        letter-spacing: 6px;
        margin: 0 0 32px;
    }
    .hmpracti-sec {
        padding: 70px 0 255px;
        margin: 0 0 -185px;
    }
    .hmpracti-item {
        width: 18.83%;
        border-radius: 30px 0 30px 0;
        height: 350px;
    }
    .hm-prct-cnt-icn {
        padding: 35px 12px 8px;
    }
    .hmpracti-name h4 {
        font-size: 23px;
        margin: 0 0 20px;
    }
    .hmpracti-name p {
        font-size: 14px;
    }
    .hmpracti-item:hover, .hmpracti-item.active {
        height: 400px;
        width: 21%;
    }
    .hmpracti-item::before {
        border-radius: 30px 0 30px 0;
    }
    .hmpracti-itm-img img {
        border-radius: 30px 0 30px 0;
    }
    .hmpracti-blk h5 {
        font-size: 21px;
        letter-spacing: 3px;
        margin: 0 0 40px;
    }
    .hmpracti-list {
        gap: 10px;
        margin: 0 0 40px;
    }
    .hm-our-office-sec {
        padding: 130px 0 70px;
        border-radius: 160px 0 0 0;
    }
    .hm-our-office-img {
        margin: 0 0px 35px;
        border-radius: 60px 0;
    }
    .hm-our-office-cnt::before {
        width: 420px;
        height: 220px;
        bottom: 45px;
        left: 25px;
    }
    .hm-our-office-lft h4 {
        font-size: 20px;
        letter-spacing: 5px;
    }
    .hm-our-office-year {
        font-size: 115px;
        letter-spacing: -6px;
    }
    .hm-our-office-sec .text-heading {
        margin: 0 0 25px;
    }
    .hm-our-office-rit p {
        font-size: 18px;
        margin: 0 0 30px;
    }
    .hm-our-practice-sec {
        padding: 60px 0 90px;
        border-radius: 0 0 140px 0;
    }
    .hm-our-practice-itm.rit {
        width: 28%;
        padding: 30px 30px 40px;
    }
    .hm-our-practice-itm.cen h4 {
        font-size: 37px;
        letter-spacing: 0;
    }
    .hm-our-practice-itm.cen {
        width: 380px;
        padding: 55px 28px;
        border-radius: 100%;
    }
    .hm-our-practice-itm {
        width: 29%;
        padding: 25px 30px 40px 30px;
    }
    .hm-our-practice-img {
        max-width: 60px;
        margin: 0 auto 18px;
    }
    .hm-our-practice-itm h5 {
        font-size: 24px;
        letter-spacing: 0;
        margin: 0 0 17px;
    }
    .hm-our-practice-itm p {
        font-size: 17px;
        letter-spacing: 0;
    }
    .hm-our-practice-list::before {
        width: 1100px;
        height: 475px;
    }
    .hm-tabing-sec {
        padding: 240px 0 80px;
        margin: -140px 0 0;
    }
    .hm-tabing-sec .tab-top-cnt {
        padding-top: 20px;
    }
    .hm-tabing-sec .tab-content .tab-cnt {
        padding-top: 20px;
    }
    .hm-tabing-sec .tab-content .tab-cnt h3 {
        font-size: 38px;
        letter-spacing: 0;
        margin: 0 0 20px;
    }
    .hm-tabing-sec .tab-content .tab-cnt h5 {
        font-size: 17px;
        letter-spacing: 4px;
        margin: 0 0 20px;
    }
    .hm-tabing-sec .tab-content .tab-cnt p {
        font-size: 17px;
        margin: 0 0 25px;
    }
    .hm-tabing-sec .hm-atrny-tab-btn a {
        font-size: 16px;
        letter-spacing: 2px;
    }
    .hm-tabing-sec .hm-atrny-tab-btn {
        padding-right: 60px;
    }
    .hm-tabing-sec .hm-atrny-tab-btn a::after {
        transform: scale(0.8);
    }
    .hm-tabing-sec .tab-buttons {
        gap: 50px;
        padding: 30px 0 0;
    }
    .hm-tabing-sec .tab-border-lft {
        border-radius: 30px 0 30px 0;
        margin: 0px 0 17px;
    }
    .hm-tabing-sec .tab-border-rgt h4 {
        font-size: 21px;
        letter-spacing: 0;
    }
    .hm-tabing-sec .tab-buttons::before {
        width: 100%;
        height: 120px;
        border-radius: 30px 30px 0 0;
    }
    .hm-busnss-sec {
        padding: 85px 0 60px;
    }
    .hm-busnss-cnt p{
        font-size: 18px;
        line-height: 1.6;
        margin: 0 0 20px;
    }
    .hm-busnss-btn {
        margin: 40px 0 0;
    }
    .hm-testi-cnt .text-heading {
        margin: 0 0 30px;
    }
    .hm-testimonials .testi-item .star-rat{
        width: 159px;
        height: 27px;
        margin: 0 0 20px;
    }
    .hm-testimonials .testi-item {
        padding: 0 35px 40px 0;
    }
    .hm-testi-list.owl-carousel .owl-nav button{
        transform: scale(0.8);
        margin: -3px;
    }
    .hm-testi-list.owl-carousel .owl-nav{
        right: -100px;
    }
    .hm-testimonials .testi-item p {
        font-size: 17px;
        margin: 0 0 24px;
        line-height: 1.6;
    }
    .hm-testi-cnt h5 {
        letter-spacing: 2px;
        font-size: 20px;
    }

    .hm-retain-sec h2 {
        margin: 0 0 20px;
    }
    .process-txt {
        font-size: 19px;
        margin: 0 0 30px;
    }
    .process-blk {
        padding: 30px 30px 30px;
    }
    .process-itm h5:before{
        transform: scale(0.75);
        top: -5px;
    }
    .process-itm h5 {
        font-size: 20px;
        padding: 50px 0 0;
        margin: 0px 0 15px;
    }
    .process-itm p {
        font-size: 15px;
    }
    .process-itm {
        padding: 12px;
        min-height: 293px;
        background-size: 99% 97%;
    }
    .process-itm:after {
        width: 18px;
        height: 17px;
        right: -16px;
    }
    .process-btm-list p {
        font-size: 17px;
    }

    .hm-trusted-sec .text-heading {
        font-size: 34px;
        letter-spacing: 15px;
        margin: 0 0 25px;
    }
    .hm-trusted-sec .text-heading strong {
        font-size: 120px;
    }
    .hm-trusted-sec h5 {
        letter-spacing: 9px;
        font-size: 20px;
        padding: 15px 80px;
    }
    .hm-legal-hd {
        margin: 0 0 25px;
    }
    .hm-trusted-sec {
        padding: 150px 0 160px;
    }


    .page-container, .post-container {
        max-width: 1200px;
    }

    #page-column .case-results-cta .case-item h4 {
        font-size: 33px;
    }
    #page-column .case-results-cta .case-item p {
        font-size: 22px;
    }
    #page-column section.widget.widget_team_member .team_member_name p {
        font-size: 24px;
    }
    #page-column .widget.widget_related_insights ul li {
        font-size: 23px;
    }
    #page-column .widget.widget_related_insights ul li:before {
        top: 18px;
    }
    p.mod_date {
        font-size: 18px;
    }
    .widget-description.active {
        font-size: 18px;
    }

    .hm-repret-sec {
        padding: 90px 0 60px;
    }
    .hm-repret-sec p {
        font-size: 17px;
        line-height: 1.6;
        margin: 0 0 20px;
    }
    .hm-repret-lst{
        padding: 40px 0 0 50px;
    }

    .hm-accordion {
        margin: 0 0 25px;
        padding: 0;
    }
    .hm-faq-rgt .accordion-section h3.accordion-heading {
        font-size: 18px;
        padding: 0 29px 0 20px;
        background-size: 17px;
    }
    .hm-faq-rgt .accordion-section p {
        line-height: 1.6;
        font-size: 17px;
    }
    .hm-faq-rgt .accordion-section .accordion-section-content {
        padding: 17px 20px 0;
    }
    .hm-faq-rgt .accordion-section {
        padding: 0 0 20px;
        margin-bottom: 20px;
    }
    .hm-faq-sec {
        padding: 40px 0 90px;
    }
    .process-list{
        padding-right:4px;
    }




    #main-heading {
        padding: 220px 0 80px;
    }
    #main-heading h1 {
        font-size: 50px;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 45px;
        letter-spacing: -1px;
    }
    #page-column h3 {
        font-size: 40px;
    }
    #page-column h4 {
        font-size: 35px;
    }
    #page-column h5 {
        font-size: 30px;
    }
    #page-column h6 {
        font-size: 24px;
    }
    #page-column p, #page-column li {
        font-size: 18px;
        line-height: 1.6;
        margin: 0 0 20px 0;
    }
    #page-column ul li:before {
        top: 10px;
        width: 8px;
        height: 8px;
    }
    #page-column ul li{
        padding-left: 15px;
    }

    #page-column .cmn-box h2 {
        font-size: 40px;
    }
    #page-column .cmn-box h2 strong {
        font-size: 50px;
    }
    .cmn-box{
        padding: 34px 20px 40px;
        margin: 30px 0;
    }
    #page-column .cmn-box.scnd_cmnblk h2 {
        font-size: 50px;
    }
    #page-column .cmn-box.scnd_cmnblk h2 strong {
        font-size: 35px;
    }
    .cmn-box.scnd_cmnblk{
        padding: 35px 40px 40px;
    }

    .sidebar-page .sidebar-item h2, .sidebar-page h4.widget-title {
        font-size: 38px;
        padding: 0 0 15px;
        line-height: 1;
    }
    .sidebar-page .sidebar-menu-pa ul li a {
        font-size: 20px;
        padding: 13px 35px 13px 30px;
    }
    .sidebar-page .sidebar-menu-pa ul li a::before {
        top: 21px;
        width: 8px;
        height: 8px;
        left: 14px;
    }
    .sidebar-page .sidebar-menu-pa .sub-menu > li a{
        font-size: 16px;
    }
    .sidebar-page .sidebar-menu-pa ul li .drop.close, .sidebar-page .sidebar-menu-pa ul li .drop.open{
        right: 15px;
        top: 20px;
    }
    #page-content section.widget.testi .testi-item .star-rat {
        width: 135px;
        height: 23px;
    }
    .sidebar-page section.widget.testi {
        padding: 30px 32px;
        margin: 0 0 30px;
    }
    .testi-sdbr-blk {
        padding: 0;
    }
    #page-content section.widget.testi .testi-item p{
        font-size: 17px;
    }
    #page-content section.widget.testi .testi-item h6 {
        font-size: 25px;
    }
    .sidebar-page section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav {
        margin: 29px 0 0;
    }

    #page-column .sp-block h2 {
        font-size: 45px;
        line-height: 1.1;
        letter-spacing: -1px;
    }
    #page-column .sp-block h5, .profile-address {
        letter-spacing: 4px;
        margin: 0 0 20px;
        font-size: 18px;
    }
    #page-column .sngl-prfl-blk {
        margin: 40px 0 25px;
        padding: 0px 35px 0 15px;
    }
    .sngl-prfl-image {
        margin: -38px 0 0;
    }
    #page-column .accordion-section h3.accordion-heading {
        font-size: 20px;
        background-size: 18px;
    }


    .contact-page #page-column h2 {
        margin: 0 0 25px;
    }
    #page-column .in-cont-item h4 {
        padding: 80px 0 0;
        font-size: 26px;
    }
    #page-column .inn-cont-num a {
        font-size: 26px;
    }

    #post-content .posts-list .posts-block h3 a {
        font-size: 21px;
    }
    #post-column-full{
        gap: 20px;
    }
    #post-content .posts-list .posts-readmore a {
        font-size: 15px;
    }
    .posts-readmore {
        left: 24px;
        bottom: 24px;
    }
    .posts-list {
        padding: 11px 9px 45px;
        border-radius: 30px 0;
    }
    .sidebar-blog {
        gap: 15px;
        margin: 0 0 20px;
    }

    #reviews-main .review-item {
        padding: 0 0 33px;
        margin: 0 0 33px;
    }
    #page-column .single-pagination .nav-links a {
        font-size: 18px;
        padding: 15px 20px;
        width: 170px;
    }


    .inn-pract-cont {
        padding: 38px 20px 10px;
    }
    #page-column .inn-pract-cont-name p {
        font-size: 17px;
    }
    .inn-pract-list {
        gap: 30px 2.3%;
    }


    .sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {
        font-size: 30px;
    }
    .page-feature-img, .single-thumbnail {
        margin: 0 0 28px;
        border-radius: 42px 0;
    }
    #page-column .inr-atry-cnt h5 {
        font-size: 15px;
        letter-spacing: 1px;
    }

    .hm-trusted-sec.inn-trusted-sec {
        margin-bottom: 60px;
    }
    .faq-page #page-column .inn-accordions h2 {
        margin: 0 0 30px;
    }

}

@media screen and (max-width:1366px) {
    #page-column .areaserved-item a {
        font-size: 17px;
        padding: 13px 10px 8px;
        min-height: 65px;
    }
    #page-content .areaserved-item-list {
        padding: 40px;
    }
}

@media screen and (max-width:1240px) {
    .container, .site-header .container, .hm-banner-sec .container, .hmpracti-sec .container, .hm-faq-sec .container, .hm-defense-sec .container, .hm-awards-sec .container, .hm-retain-sec .container, .ftr-form-sctn .container, .ftr-block-sec .container {
        max-width: 990px;
        padding: 0 10px;
    }

    .site-branding {
        width: 100px;
    }
    .hdr-top {
        font-size: 15px;
        letter-spacing: 3px;
        padding: 0 30px 0 0;
    }
    .hdr-top:before {
        width: 25px;
    }
    .hdr-call:first-child {
        padding-right: 10px;
    }
    .logo-rite {
        padding: 0;
    }
    .hdr-call p {
        letter-spacing: 0.4px;
    }
    .hdr-call a {
        font-size: 19px;
    }
    #main-navigation ul li a {
        font-size: 14px;
        letter-spacing: 0.56px;
        padding: 12px 0 0;
    }
    #main-navigation ul li {
        margin: 0 25px;
    }
    .hdr-call a:before {
        transform: scale(0.7);
        left: -9px;
    }
    .hdr-call {
        padding-left: 50px;
    }
    #main-navigation ul li a::before {
        width: 7px;
        height: 7px;
        top: -4px;
    }
    .hm-banner-sec {
        padding: 130px 0 30px;
    }
    .bnr-cnt {
        padding: 34px 0 0 19px;
        width: 47%;
    }
    .bnr-cnt h1 {
        font-size: 60px;
        letter-spacing: 0;
        margin: 0 0 15px;
    }
    .bnr-cnt p {
        font-size: 15px;
        margin: 0 0 20px;
        letter-spacing: -0.2px;
    }
    a.cmn-btn {
        font-size: 16px;
        padding: 14px 28px;
    }
    .hm-bnr-btn {
        margin: 0 0 0 45px;
    }
    .bnr-cnt:before {
        width: 55px;
        height: 350px;
        bottom: 0px;
    }
    .bnr-rgt {
        width: 50%;
    }
    .bnr-rgt::before{
        bottom: -25px;
    }
    .hm-banner-sec::before {
        border-radius: 60px 0 240px 0;
    }
    .hm-bnr-list{
        padding: 0 30px 0 0;
    }
    .hm-banner-sec:after {
        width: 52.7%;
    }
    .site-header.is-sticky .hdr-top {
        letter-spacing: 2.2px;
    }
    .site-header.is-sticky .hdr-top:before {
        width: 24px;
    }
    .site-header.is-sticky .hdr-call a {
        font-size: 18px;
    }
    .site-header.is-sticky .top-rite {
        margin: 0 0 15px;
    }
    .site-header.is-sticky #main-navigation ul li a {
        letter-spacing: 0.16px;
        padding: 12px 0 0;
        font-size: 14px;
    }
    .site-header.is-sticky .site-branding {
        width: 85px;
    }
    .hm-excellence-sec {
        padding: 40px 0 45px;
    }
    .hm-excellence-years {
        font-size: 120px;
        letter-spacing: -3px;
    }
    .hm-excellence-years sup {
        top: -50px;
    }
    .hm-excellence-blk-rit p {
        font-size: 16px;
        letter-spacing: 1.94px;
    }
    .hm-excellence-blk-rit h5 {
        font-size: 26px;
    }
    .hm-excellence-blk-lft {
        width: 40%;
    }
    .hm-excellence-rit p {
        font-size: 16px;
        letter-spacing: -0.2px;
        margin: 0 0 24px;
    }
    .hm-excellence-lft::after {
        width: 290px;
        height: 185px;
        top: 14px;
    }
    .hm-form-sec {
        padding: 30px 0 0;
        width: 46%;
    }
    .hm-form-sec .text-heading {
        letter-spacing: 0;
    }
    .hm-form-sec p {
        margin: 0 0 20px;
        font-size: 15px;
    }
    .hm-form .gform_fields {
        gap: 13px !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: 13px 15px !important;
    }
    .hm-form .gform_wrapper .top_label textarea {
        margin: 0 0 15px !important;
        height: 120px !important;
    }
    .hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {
        font-size: 15px;
    }
    .hm-form .gform_wrapper .top_label input[type="submit"], .hm-form .gform_wrapper .top_label button {
        font-size: 15px !important;
        padding: 15px 40px !important;
    }
    .hm-form .gform_wrapper .gform_footer.top_label {
        margin: -45px 0 0;
    }
    .ftr-form-sctn:before {
        border-radius: 0 30px 0 0;
    }
    .ftr-map {
        margin: 0 0 20px;
        border-radius: 0 30px 0 30px;
    }
    .ftr-map iframe {
        height: 260px;
    }
    .ftr-location {
        width: 44.15%;
    }
    .ftr-loctn-itm h4::before {
        transform: scale(0.7);
        top: -12px;
    }
    .ftr-loctn-itm {
        padding: 10px 15px 15px;
    }
    .ftr-loctn-itm h4 {
        font-size: 20px;
        letter-spacing: 0;
        padding: 75px 0 0;
        margin: 0 0 16px;
    }
    .ftr-loctn-itm p {
        letter-spacing: 0;
        font-size: 15px;
    }
    .ftr-form-sctn {
        padding: 0 0 35px;
        border-radius: 0 0 90px 0;
    }
    .ftr-block-sec {
        padding: 150px 0 0;
        margin: -100px 0 0;
    }
    #footer-navigation ul li a {
        font-size: 16px;
        letter-spacing: 0.4px;
    }
    #footer-navigation ul li {
        padding: 0 40px;
    }
    #footer-navigation ul {
        margin: 0 0 20px;
    }
    .ftr-block-list {
        padding: 24px 0;
    }
    .ftr-itm h4:before {
        transform: scale(0.7);
        top: -12px;
    }
    .ftr-itm h4 {
        font-size: 22px;
        letter-spacing: 0;
        /* padding: 70px 0 0; */
    }
    .ftr-itm .ftr-call-num a {
        font-size: 19px;
        letter-spacing: 0;
        padding: 0 0 0 40px;
        max-width: 185px;
    }
    .ftr-itm .ftr-call-num a::before {
        left: -24px;
        transform: scale(0.4);
    }

    .ftr-call-num {
        margin: 0 0 18px;
    }
    .ftr-itm p {
        font-size: 17px;
        letter-spacing: 0;
    }
    .ftr-logo-itm h5 {
        font-size: 15px;
        letter-spacing: 2.36px;
        padding: 0 50px 0 55px;
    }
    .ftr-logo-itm h5::before, .ftr-logo-itm h5::after {
        width: 40px;
    }
    .ftr-scl-icons a {
        transform: scale(0.85);
        margin: -2px;
    }
    .ftr-copyrights-sec {
        padding: 20px 0px 30px;
    }
    .cpy-inr p, .cpy-inr p a {
        font-size: 15px;
        letter-spacing: -0.4px;
    }
    .cpy-inr p.copy-para {
        font-size: 15px;
    }
    .cpy-inr img{
        width: 70px;
    }
    .hm-our-practice-list::before {
        width: 960px;
        height: 420px;
    }
    .hm-defense-sec {
        padding: 60px 0 40px;
    }
    .text-heading {
        font-size: 38px;
        letter-spacing: 0;
        margin: 0 0 30px;
    }
    .hm-defence-lft {
        padding: 10px 0 0 0;
        width: 42%;
    }
    .hm-defense-list {
        gap: 80px;
    }
    .hm-defence-lft h4 {
        font-size: 19px;
        letter-spacing: 1px;
        margin: 0 0 16px;
        padding: 0px 0 7px 13px;
    }
    .hm-defence-lft p {
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 20px;
    }
    .hm-defence-lft p:last-of-type {
        margin: 0 0 20px;
    }
    .hm-defense-rit-img {
        border-radius: 45px 0;
    }
    .hm-defense-rit::after {
        left: -45px;
    }
    .hm-awards-sec {
        padding: 40px 0 60px;
    }
    .hm-awards-blck h4 {
        font-size: 20px;
        letter-spacing: 5px;
        margin: 0 0 25px;
    }
    .hmpracti-sec {
        padding: 60px 0 240px;
        margin: 0 0 -170px;
    }
    .hmpracti-item {
        width: 18.83%;
        border-radius: 20px 0 20px 0;
        height: 300px;
    }
    .hmpracti-itm-img img {
        border-radius: 20px 0 20px 0;
    }
    .hm-prct-cnt-icn {
        padding: 25px 7px 8px;
    }
    .hmpracti-name h4 {
        font-size: 19px;
        margin: 0 0 12px;
    }
    .hmpracti-name p {
        font-size: 13px;
        line-height: 1.45;
    }
    .hmpracti-item:hover, .hmpracti-item.active {
        height: 340px;
        width: 21%;
    }
    .hmpracti-item::after {
        height: 2px;
    }
    .hmpracti-item::before {
        border-radius: 20px 0 20px 0;
    }
    .hmpracti-blk h5 {
        font-size: 19px;
        letter-spacing: 3px;
        margin: 0 0 30px;
    }
    .hmpracti-list {
        gap: 8px;
        margin: 0 0 30px;
    }
    .hm-our-office-sec {
        padding: 110px 0 60px;
        border-radius: 110px 0 0 0;
    }
    .hm-our-office-img {
        margin: 0 0px 25px;
        border-radius: 45px 0;
    }
    .hm-our-office-lft h4 {
        font-size: 18px;
        letter-spacing: 5px;
    }
    .hm-our-office-year {
        font-size: 100px;
        letter-spacing: -4px;
    }
    .hm-our-office-cnt::before {
        width: 370px;
        height: 180px;
        bottom: 40px;
        left: 25px;
    }
    .hm-our-office-sec .text-heading {
        margin: 0 0 20px;
    }
    .hm-our-office-rit p {
        font-size: 16px;
        margin: 0 0 30px;
    }
    .hm-our-practice-sec {
        padding: 40px 0 70px;
        border-radius: 0 0 100px 0;
    }
    .hm-our-practice-itm {
        width: 29%;
        padding: 20px 20px 30px 20px;
    }
    .hm-our-practice-img {
        max-width: 50px;
        margin: 0 auto 15px;
    }
    .hm-our-practice-itm h5 {
        font-size: 21px;
        margin: 0 0 15px;
    }
    .hm-our-practice-itm p {
        font-size: 16px;
    }
    .hm-our-practice-itm.cen {
        width: 340px;
        padding: 50px 20px;
        border-radius: 100%;
    }
    .hm-our-practice-itm.cen h4 {
        font-size: 34px;
    }
    .hm-our-practice-itm.rit {
        width: 28%;
        padding: 30px 20px 30px;
    }
    .hm-tabing-sec {
        padding: 190px 0 65px;
        margin: -110px 0 0;
    }
    .hm-tabing-sec .tab-top-cnt .text-heading {
        margin: 0 0 20px;
    }
    .hm-tabing-sec .tab-content .tab-cnt h3 {
        font-size: 30px;
        margin: 0 0 20px;
    }
    .hm-tabing-sec .tab-content .tab-cnt h5 {
        font-size: 16px;
        letter-spacing: 3px;
        margin: 0 0 17px;
    }
    .hm-tabing-sec .tab-content .tab-cnt p {
        font-size: 16px;
        margin: 0 0 20px;
    }
    .hm-tabing-sec .hm-atrny-tab-btn a::after {
        transform: scale(0.7);
    }
    .hm-tabing-sec .tab-border-rgt h4 {
        font-size: 20px;
    }


    .hm-busnss-sec {
        padding: 70px 0 50px;
    }
    .hm-busnss-cnt p{
        font-size: 17px;
        line-height: 1.5;
    }
    .hm-busnss-btn {
        margin: 30px 0 0;
    }

    .hm-testimonials {
        padding: 45px 0;
    }
    .hm-testimonials .testi-item h5 {
        font-size: 24px;
    }
    .hm-testimonials .testi-item .star-rat {
        width: 139px;
        height: 24px;
        margin: 0 0 15px;
    }
    .hm-testimonials .testi-item {
        padding: 0 30px 30px 0;
    }
    .hm-testi-list.owl-carousel .owl-nav{
        right: -70px;
        gap: 20px;
    }
    .hm-testi-list.owl-carousel .owl-nav button{
        transform: scale(0.7);
        margin: -4px;
    }
    .hm-testi-btm-img {
        width: 23%;
    }
    .hm-testi-btm{
        gap: 50px;
        padding-left: 30px;
    }
    .hm-testi-cnt .text-heading {
        margin: 0 0 20px;
    }
    .hm-retain-sec {
        padding: 40px 0 60px;
    }
    .process-txt {
        font-size: 18px;
        margin: 0 0 25px;
    }
    .process-blk {
        padding: 18px 23px 20px;
    }
    .process-itm h5 {
        font-size: 17px;
        padding: 45px 0 0;
        margin: 0px 0 12px;
    }
    .process-itm p {
        font-size: 13px;
        line-height: 1.2;
    }
    .process-itm:first-child {
        outline-offset: -6px;
    }
    .process-itm {
        padding: 10px;
        min-height: 235px;
        width: 24.4%;
    }
    .process-list {
        margin: 0 0 30px;
        padding-right: 10px;
    }
    .process-itm h5:before {
        transform: scale(0.65);
        top: -6px;
    }
    .process-btm-list{
        gap: 50px;
    }
    .process-btm-list p {
        font-size: 16px;
        line-height: 1.5;
        width: 42%;
    }
    .hm-trusted-sec .text-heading {
        font-size: 28px;
        letter-spacing: 11px;
        margin: 0 0 20px;
    }
    .hm-trusted-sec .text-heading strong {
        font-size: 90px;
        margin: 15px 0 0;
    }
    .hm-trusted-sec {
        padding: 90px 0 100px;
    }

    .hm-repret-lst::before{
        border-radius: 40px 40px 0 0px;
    }
    .hm-repret-sec p {
        font-size: 16px;
        line-height: 1.5;
    }
    .hm-repret-itm-lft {
        width: 64px;
    }
    .hm-repret-itm-img {
        padding: 10px;
    }
    .represnt-logo-img {
        width: 13.2%;
        right: -9px;
    }
    .hm-repret-img {
        border-radius: 10px 50px 10px 30px;
    }
    .hm-repret-rgt {
        width: 45.2%;
    }
    .hm-repret-lst {
        padding: 30px 0 0 30px;
    }
    .hm-repret-sec {
        padding: 50px 0 40px;
    }
    .hm-trusted-sec h5 {
        letter-spacing: 6px;
        font-size: 17px;
        padding: 14px 42px;
    }

    .hm-faq-rgt {
        width: 53%;
    }
    .hm-faq-lst {
        gap: 30px;
    }
    .hm-faq-img {
        border-radius: 40px 0px 40px 0px;
    }
    .hm-faq-rgt .accordion-section h3.accordion-heading::before {
        font-size: 16px;
    }
    .hm-faq-rgt .accordion-section h3.accordion-heading {
        font-size: 16px;
        padding: 0 19px 0 15px;
        background-size: 13px;
    }
    .hm-faq-rgt .accordion-section {
        padding: 0 0 15px;
        margin-bottom: 15px;
    }
    .hm-faq-rgt .accordion-section p {
        line-height: 1.4;
        font-size: 16px;
    }
    .hm-faq-rgt .accordion-section .accordion-section-content {
        padding: 15px 13px 0;
    }
    .hm-faq-sec {
        padding: 30px 0 60px;
    }


    .page-container, .post-container {
        max-width: 990px;
        padding: 0 10px;
    }
    #page-content .areaserved-item a {
        min-height: 60px;
        font-size: 16px;
    }
    #page-content .areaserved-item-list {
        padding: 35px;
    }

    .fact-checked-sec {
        padding: 20px 0px;
    }
    p.mod_date {
        font-size: 16px;
    }
    #page-column .testimonial-cta-block .star-rating {
        width: 105px;
    }
    #page-column .testimonial-cta-block .testi-content p {
        color: #931917;
        font-size: 18px;
        line-height: 1.7;
        margin: 0 0 20px;
    }
    .widget-description.active {
        font-size: 17px;
    }

    #page-column .case-results-cta .case-slider {
        gap: 15px;
    }
    #page-column .case-results-cta .case-item h4 {
        font-size: 28px;
        margin: 0 0 15px;
        padding: 12px 10px 27px;
    }
    #page-column .case-results-cta .case-item p {
        font-size: 19px;
    }
    #page-column .case-results-cta .case-item {
        padding: 4px 4px 20px !important;
        width: 48.7%;
    }
    #page-column .case-results-cta .case-item h4:before {
        bottom: 15px;
    }
    #page-column .case-results-cta {
        margin-bottom: 25px;
    }

    #page-column section.widget.widget_team_member .team-inner-list {
        gap: 20px;
    }
    #page-column section.widget.widget_team_member .team_member_name p {
        font-size: 21px;
        margin: 0 0 12px;
    }
    #page-column section.widget.widget_team_member .team_member_summary p {
        font-size: 16px;
    }
    #page-column section.widget.widget_team_member .team_member_pic {
        width: 76%;
    }
    #page-column section.widget.widget_team_member .team_member_item {
        padding-bottom: 15px;
    }

    #page-column .widget.widget_related_insights ul li {
        font-size: 20px;
    }
    #page-column .widget.widget_related_insights ul li:before {
        top: 15px;
    }
    #main-heading h1 {
        font-size: 40px;
        letter-spacing: -1px;
    }
    #main-heading .inrpg-breadcrumbs {
        font-size: 17px;
    }
    #main-heading {
        padding: 180px 0 60px;
    }
    #main-heading::before{
        border-radius: 90px 0;
    }
    #post-content, #page-content {
        padding: 50px 0;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 36px;
        letter-spacing: -0.5px;
    }
    #page-column h3 {
        font-size: 34px;
    }
    #page-column h4 {
        font-size: 30px;
    }
    #page-column h5 {
        font-size: 26px;
    }
    #page-column h6 {
        font-size: 22px;
    }
    #page-column p, #page-column li {
        font-size: 17px;
        line-height: 1.5;
        margin: 0 0 15px 0;
    }
    #page-column ul li:before {
        top: 9px;
        width: 7px;
        height: 7px;
    }
    #page-column li ul {
        padding: 10px 0 0 0;
    }
    #page-column ol, #page-column ul {
        margin: 0 0 20px 0px;
    }
    .sidebar-page .sidebar-item, .sidebar-page .widget {
        margin: 0 0 24px;
        border-radius: 30px 0;
    }
    .sidebar-page .sidebar-item h2, .sidebar-page h4.widget-title {
        font-size: 32px;
    }
    .sidebar-page .sidebar-menu-pa ul li a {
        font-size: 18px;
        padding: 11px 28px 11px 25px;
        border-radius: 10px;
    }
    .sidebar-page .sidebar-item, .sidebar-page .widget {
        margin: 0 0 24px;
        border-radius: 20px 0;
        padding: 24px 12px 16px;
    }
    .sidebar-page .sidebar-menu-pa ul li a::before {
        top: 18px;
        width: 7px;
        height: 7px;
        left: 12px;
    }
    .sidebar-page .sidebar-menu-pa ul li .drop.close, .sidebar-page .sidebar-menu-pa ul li .drop.open{
        transform: scale(0.8);
        right: 10px;
        top: 15px;
    }
    .sidebar-page section.widget.testi {
        padding: 25px 26px;
        margin: 0 0 25px;
    }
    #page-content section.widget.testi .testi-item .star-rat {
        width: 120px;
        height: 21px;
    }
    #page-content section.widget.testi .testi-item p {
        font-size: 16px;
        line-height: 1.45;
        margin-bottom: 15px;
    }
    #page-content section.widget.testi .testi-item h6 {
        font-size: 20px;
    }
    .testi-sdbr-blk::before{
        transform: scale(0.8);
    }
    section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button, section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button, section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button, section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button, section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button, section.widget .hm-insights.owl-carousel .owl-nav button{
        transform: scale(0.8);
    }
    #page-column .cmn-box h2 {
        font-size: 34px;
        line-height: 1.1;
        margin: 0 0 20px;
    }
    #page-column .cmn-box h2 strong {
        font-size: 42px;
    }
    .cmn-box {
        padding: 30px 20px 34px;
        margin: 25px 0;
        border-radius: 30px 0;
    }
    .cmn-box.scnd_cmnblk {
        padding: 30px 30px 35px;
    }
    #page-column .cmn-box.scnd_cmnblk h2 {
        font-size: 40px;
    }
    #page-column .cmn-box.scnd_cmnblk h2 strong {
        font-size: 30px;
    }


    #page-column .sp-block h2 {
        font-size: 38px;
    }
    #page-column .sp-block h5, .profile-address {
        letter-spacing: 3px;
        font-size: 17px;
    }
    .sp-block {
        width: 50.4%;
    }
    .sngl-prfl-image {
        margin: -31px 0 0;
        width: 46%;
    }
    #page-column .sngl-prfl-blk {
        margin: 35px 0 25px;
        border-radius: 40px 0px;
        padding: 0px 25px 0 10px;
    }
    #page-column .accordion-section h3.accordion-heading {
        font-size: 18px;
        background-size: 16px;
        padding: 13px 44px 13px 22px;
        border-radius: 10px;
    }
    .accordion-section .accordion-section-content {
        padding: 20px 24px;
    }



    .inr-atry-cnt {
        bottom: 23px;
        padding: 0 30px;
    }
    #page-column .inr-atry-cnt h4 {
        font-size: 26px;
        letter-spacing: -0.88px;
    }
    .inr-attrny-itm{
        border-radius: 35px 0;
    }


    #page-column .in-cont-item h4:before {
        transform: scale(0.6);
        top: -11px;
    }
    #page-column .in-cont-item h4 {
        padding: 70px 0 0;
        font-size: 23px;
        letter-spacing: -0.5px;
    }
    #page-column .inn-cont-num a {
        font-size: 22px;
        letter-spacing: -0.5px;
    }
    .in-cont-item.icons a.con-icon{
        transform: scale(0.9);
    }
    .in-cont-item .scl-icons{
        gap: 18px;
    }
    .in-cont-item {
        padding: 24px 25px 20px;
        border-radius: 30px 0px;
    }

    .sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select {
        padding: 13px 52px 13px 20px;
        font-size: 16px;
    }
    .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select {
        background-size: 47px 100%;
    }
    .sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit {
        background-size: 49px 100%;
        width: 49px;
        border-radius: 13px !important;
    }
    #post-content .posts-list .posts-block h3 a {
        font-size: 19px;
        line-height: 1.2;
    }
    #post-content .posts-list .posts-block h3 {
        margin: 0 0 15px;
    }
    .posts-list {
        padding: 10px 10px 40px;
        border-radius: 20px 0;
    }
    #post-content .posts-thumbnail img {
        border-radius: 20px 0;
    }
    .posts-readmore{
        bottom: 19px;
    }

    .review-item .star-rat {
        width: 130px;
        margin: 0 0 18px;
    }
    #reviews-main .review-item {
        padding: 0 0 28px;
        margin: 0 0 28px;
    }
    .review-item::before {
        width: 30px;
        height: 28px;
    }

    #post-column-full .nav-links .page-numbers {
        width: 53px;
        height: 53px;
        border-radius: 9px;
    }

    #page-column .single-pagination .nav-links a {
        font-size: 16px;
        padding: 14px 20px;
        width: 140px;
    }

    .inn-pract-cont {
        padding: 28px 21px 8px;
    }
    #page-column .inn-pract-cont-name p {
        font-size: 16px;
    }
    .inn-pract-list {
        gap: 20px 2.3%;
    }
    #page-column .inn-pract-cont-name p {
        font-size: 15px;
    }

    .sidebar-page .sidebar-blog.blog-sidebar-itm.top {
        margin: 0 0 20px;
    }
    #post-column-full .nav-links {
        margin: 15px 0px 0;
    }

    .sidebar-blog.blog-sidebar-itm .widget {
        padding: 0;
        margin: 0;
    }
    .sidebar-page.sidebar-single .sidebar-blog .widget select {
        background-size: 55px 100%;
    }
    .sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {
        margin: 0 0 12px;
        font-size: 24px;
        letter-spacing: 0;
    }
    .page-feature-img, .single-thumbnail {
        margin: 0 0 18px;
        border-radius: 35px 0;
    }
    .page-col-full, .single-col-full {
        gap: 20px;
    }
    .sidebar-page .sidebar-blog.blog-sidebar-itm{
        padding: 25px 20px;
        border-radius: 30px 0;
    }

    .hm-trusted-sec.inn-trusted-sec {
        margin-bottom: 50px;
    }
    #page-column .inn-prfl-btn a.cmn-btn {
        font-size: 16px;
        letter-spacing: 0.1px;
        padding: 17px 26px;
    }


    #post-content .posts-list .posts-block p {
        font-size: 14px;
        line-height: 1.5;
        margin: 0 0 15px 0;
    }
    #post-content .posts-list .posts-block p br {
        display: none;
    }

    .faq-page #page-column .inn-accordions h2 {
        margin: 0 0 25px;
    }
    #page-column .cmn-box p {
        width: 95%;
        margin: 0px auto 15px;
    }

}

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

}

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

}

@media screen and (max-width:991px) {
    .container, .site-header .container, .hm-banner-sec .container, .hmpracti-sec .container, .hm-faq-sec .container, .hm-defense-sec .container, .hm-awards-sec .container, .hm-retain-sec .container, .ftr-form-sctn .container, .ftr-block-sec .container {
        max-width: 720px;
        padding:0px;
    }

    .site-header {
        padding: 0;
        background-color: #152d2d;
        position: relative;
    }
    .hdr-top {
        font-size: 14px;
        letter-spacing: 2px;
        padding: 0;
    }
    .top-rite {
        margin: 0;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .hdr-nums{
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .hdr-top:before{
        display: none;
    }
    .hm-banner-sec {
        padding: 40px 0;
    }
    .hm-banner-sec::before {
        border-radius: 0;
    }
    .hm-banner-sec .container{
        margin: 0 auto;
    }
    .hm-bnr-list {
        padding: 0;
        justify-content: center;
        align-items: center;
        gap: 20px;
        flex-direction: column-reverse;
    }
    .bnr-rgt {
        width: 100%;
        max-width: 500px;
    }
    .bnr-rgt::before{
        display: none;
    }
    .hm-bnr-img {
        margin: 0 auto;
        width: 100%;
    }
    .bnr-cnt {
        padding: 25px 15px;
        width: 100%;
        text-align: center;
        border: 2px solid #b89452a8;
        outline: 1px solid #b894528c;
        outline-offset: -8px;
        border-radius: 30px;
    }
    .bnr-cnt:before{
        display: none;
    }
    .bnr-cnt h1 {
        font-size: 45px;
        line-height: 1.11;
    }
    .bnr-cnt p{
        letter-spacing: 0;
    }
    .hm-bnr-btn {
        margin: 0;
    }
    .hm-banner-sec:after {
        width: 100%;
    }
    .hm-excellence-sec {
        padding: 40px 0;
    }
    .hm-excellence-list {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }
    .hm-excellence-lft {
        width: 100%;
        max-width: 340px;
    }
    .hm-excellence-rit {
        width: 100%;
        text-align: center;
    }
    .hm-excellence-years {
        font-size: 100px;
        letter-spacing: -2px;
    }
    .hm-excellence-years sup {
        top: -35px;
    }
    .hm-excellence-blk {
        gap: 10px;
        justify-content: center;
        padding: 30px 15px;
    }
    .hm-excellence-lft::after {
        width: 250px;
        height: 155px;
        top: 10px;
    }
    .hm-excellence-blk-rit p {
        font-size: 15px;
        letter-spacing: 1.44px;
    }
    .hm-excellence-blk-rit h5 {
        font-size: 22px;
    }
    .ftr-form-list {
        justify-content: center;
        align-items: center;
        gap: 20px;
        flex-direction: column-reverse;
    }
    .hm-form-sec {
        padding: 40px 30px;
        width: 100%;
        background-color: #b89452;
    }
    .ftr-location {
        width: 100%;
    }
    .ftr-form-sctn:before{
        display: none;
    }
    .ftr-loctn-itm {
        padding: 20px 15px;
        width: 100%;
        max-width: 260px;
        border: 1px solid #b4bbbb;
        border-radius: 0 15px;
    }
    .ftr-loctn-list{
        gap: 15px;
        flex-wrap: wrap;
    }
    .ftr-form-sctn {
        padding: 30px 0;
        border-radius: 0;
    }
    .hm-form .gform_fields {
        gap: 15px !important;
    }
    .ftr-block-sec {
        padding: 40px 0 0;
        margin: 0;
    }
    #footer-navigation ul li a {
        font-size: 15px;
        letter-spacing: 0.2px;
    }
    #footer-navigation ul li {
        padding: 0 20px;
        border: 0;
    }
    #footer-navigation ul {
        margin: 0 0 15px;
    }
    .ftr-block-list {
        padding: 20px 0;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
    .ftr-itm {
        padding: 25px 15px 25px;
        width: 100%;
        max-width: 300px;
        border: 1px solid #475f5f;
        border-radius: 15px;
        order: 2;
    }
    .ftr-logo-itm {
        width: 100%;
        margin: 0 0 20px;
        text-align: center;
        border: 0;
        order: 1;
    }
    .ftr-logo {
        width: 100%;
        max-width: 150px;
    }
    .cpy-inr p, .cpy-inr p a {
        letter-spacing: 0;
    }
    .hm-defense-sec {
        padding: 40px 0 20px;
    }
    .text-heading {
        font-size: 28px;
        margin: 0 0 20px;
    }
    .hm-defense-list {
        gap: 30px;
        flex-direction: column-reverse;
        align-items: center;
    }
    .hm-defence-lft {
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .hm-defence-lft h4 {
        font-size: 18px;
        letter-spacing: 1px;
        margin: 0 0 15px;
        padding: 0;
        border: 0;
    }
    .hm-defence-cnt {
        padding: 0;
    }
    .hm-defence-lft p {
        font-size: 15px;
        line-height: 1.5;
        margin: 0 0 15px;
    }
    .hm-defense-rit::after {
        left: -25px;
    }
    .hm-defense-rit {
        width: 100%;
        max-width: 320px;
    }
    .hm-defense-rit-img {
        border-radius: 25px 0;
    }
    .hm-awards-sec {
        padding: 30px 0 40px;
    }
    .hm-awards-blck h4 {
        font-size: 18px;
        letter-spacing: 4px;
        margin: 0 0 20px;
    }
    .hm-award-itm {
        width: 100%;
        max-width: 240px;
        margin: auto;
    }
    .hm-awards-list.owl-carousel .owl-dots {
        padding: 20px 0 0;
        text-align: center;
    }
    .hm-awards-list.owl-carousel button.owl-dot {
        background-color: #29484a;
        border-radius: 50%;
        padding: 6px !important;
        margin: 0 10px 0 0;
    }
    .hm-awards-list.owl-carousel button.owl-dot.active {
        background-color: #29484a;
        outline: 1px solid #29484a;
        outline-offset: 2px;
    }
    .hmpracti-sec {
        padding: 40px 0;
        margin: 0;
    }
    .hmpracti-blk h5 {
        font-size: 18px;
        letter-spacing: 2px;
        margin: 0 0 20px;
    }
    .hmpracti-item {
        width: 100% !important;
        max-width: 300px;
        margin: auto;
        height: 325px !important;
    }
    .hm-prct-cnt-icn {
        padding: 25px 7px 8px;
        width: 100%;
    }
    .hmpracti-icn {
        max-width: 180px;
    }
    .hmpracti-name p {
        font-size: 14px;
        line-height: 1.45;
    }
    .hmpracti-list.owl-carousel .owl-dots {
        padding: 20px 0 0;
        text-align: center;
    }
    .hmpracti-list.owl-carousel button.owl-dot {
        background-color: #b89452;
        border-radius: 50%;
        padding: 6px !important;
        margin: 0 10px 0 0;
    }
    .hmpracti-list.owl-carousel button.owl-dot.active {
        background-color: #b89452;
        outline: 1px solid #b89452;
        outline-offset: 2px;
    }
    .hmpracti-itm-img img {
        border-radius: 20px 0 20px 0;
        height: 320px;
        object-fit: cover;
        object-position: center;
    }
    .hm-our-office-sec {
        padding: 50px 0 30px;
        border-radius: 0;
    }
    .hm-our-office-list {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .hm-our-office-lft {
        width: 100%;
        max-width: 400px;
    }
    .hm-our-office-img {
        margin: 0 0px 20px;
        border-radius: 20px 0;
    }
    .hm-our-office-lft h4 {
        font-size: 17px;
        letter-spacing: 4px;
    }
    .hm-our-office-year {
        font-size: 50px;
        letter-spacing: 0;
    }
    .hm-our-office-cnt::before{
        display: none;
    }
    .hm-our-office-rit {
        width: 100%;
        text-align: center;
    }
    .hm-our-office-sec .text-heading {
        margin: 0 0 10px;
        text-align: center;
    }
    .hm-our-office-rit p {
        line-height: 1.5;
        margin: 0 0 20px;
    }
    .hm-our-practice-sec {
        padding: 20px 0 40px;
        border-radius: 0;
    }
    .hm-our-practice-list {
        padding: 0;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .hm-our-practice-list::before{
        display: none;
    }
    .hm-our-practice-itm {
        width: 100% !important;
        padding: 20px 20px 30px 20px;
        max-width: 320px !important;
        border: 2px solid #152d2d;
    }
    .hm-our-practice-itm.cen {
        padding: 40px 20px;
        border-radius: 100%;
        height: 300px;
    }
    .hm-our-practice-itm.cen h4 {
        font-size: 30px;
    }
    .hm-tab-btn a.cmn-btn {
        display: none;
    }
    .hm-tab-btn.mbl a.cmn-btn {
        display: block;
    }
    .hm-tabing-sec .tabs {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    .hm-tabing-sec .tab-top-cnt {
        padding-top: 0;
        width: 100%;
    }
    .hm-tabing-sec .tab-top-cnt .text-heading {
        margin: 0;
        text-align: center;
    }
    .hm-tabing-sec .tab-top-cnt .text-heading br{
        display: none;
    }
    .hm-tabing-sec .tab-content {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    .hm-tabing-sec .tab-content .tab-lft-img {
        width: 100%;
        max-width: 280px;
        border-bottom: 2px solid #ffffff;
    }
    .hm-tabing-sec .tab-content .tab-cnt {
        padding-top: 0;
        width: 100%;
        text-align: center;
    }
    .hm-tabing-sec .tab-content .tab-cnt h3 {
        font-size: 28px;
        margin: 0 0 15px;
    }
    .hm-tabing-sec .tab-content .tab-cnt h5 {
        font-size: 16px;
        letter-spacing: 3px;
        margin: 0 0 13px;
    }
    .hm-tabing-sec .hm-atrny-tab-btn a {
        font-size: 15px;
        letter-spacing: 2px;
    }
    .hm-tabing-sec .hm-atrny-tab-btn {
        padding-right: 60px;
        margin: auto;
    }
    .hm-tabing-sec .tab-buttons {
        gap: 20px;
        padding: 0;
        flex-wrap: wrap;
        align-items: center;
    }
    .hm-tabing-sec .tab-buttons::before{
        display: none;
    }
    .hm-tabing-sec .tab-buttons button.tab-btn {
        width: 100%;
        max-width: 200px;
    }
    .hm-tabing-sec .tab-border-lft {
        border-radius: 20px 0 20px 0;
        margin: 0px 0 15px;
    }
    .hm-tabing-sec {
        padding: 40px 0;
        margin: 0;
    }
    .hm-tabing-sec .hm-tab-rgt {
        width: 100%;
    }
    .hm-testimonials .testi-item {
        padding: 0 0px 30px 0;
    }



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

    .page-template-template-contact .hm-form-sec {
        width: 100%;
    }

    .faq-page #page-column .inn-accordions h2 {
        margin: 0 0 20px;
    }








    .head-sec {
        padding: 20px 0;
    }
    .showhide {
        display: block;
    }
    .mobinav ul {
        display: block;
    }
    .hdr-src {
        display: block;
    }
    .mobile_src_nav {
        display: block;
    }
    .top-menu {
        display: none;
    }
    .logo-menu {
        display: inline-block;
        text-align: center;
    }
    .topmenu {
        width: 100%;
        display: none;
    }
    .showhide b.txtl, .showhide b.txtr {
        color: #fff;
    }
    .logo {
        width: max-content;
    }
    .logo img {
        max-width: 200px;
    }
    .top-rit {
        max-width: 100%;
        position: inherit;
        display: inline-block;
        margin: 0;
        float: none;
    }
    .mobinav ul {
        padding: 10px 10px;
        text-align: left;
        display: block;
    }
    .mobinav {
        top: 44px;
        display: block;
    }
    .mobile_src_nav {
        display: block;
        padding: 8px 0;
        background-color: #b89452;
    }
    .logo-rit {
        max-width: 100%;
        text-align: center;
        background-color: transparent;
        border: 0;
        padding: 0;
    }
    .sticky-wrap {
        display: block;
    }
    .header-sticky.fixed-header {
        display: block;
    }
    header#site-header {
        border: none;
        background-color: transparent;
    }
    nav#main-navigation {
        display: none;
    }
    header.site-header.is-sticky{
        display: none;
    }
    .logo-section{
        position: relative;
        padding: 15px 0 !important;
        align-items: center;
        gap: 15px;
    }
    .site-branding {
        width: 100%;
        max-width: 110px;
        padding: 0;
    }
    .header-number a {
        font-size: 18px;
        padding: 16px 15px 16px 30px;
    }
    .sicky-cnt.sticky-mobile-logo {
        width: 100%;
        max-width: 100px;
    }
    .page-container, .post-container {
        max-width: 720px;
        padding:0px;
    }
    #page-content .areaserved-item {
        width: 48%;
    }
    .page-col-full, .single-col-full {
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    #single-column, #post-column, #page-column {
        width: 100%;
    }
    .sidebar-page, .sidebar-single {
        width: 100%;
        max-width: 340px;
    }

    #page-column .testimonial-cta-block .testi-content p {
        font-size: 17px;
    }
    #page-column .case-results-cta .case-item {
        width: 100%;
        max-width: 350px;
    }
    #page-column section.widget.widget_team_member .team_member_item {
        width: 100%;
        max-width: 200px;
    }
    #page-column .testimonial-cta-block .testi-item h6 {
        font-size: 23px;
    }
    #page-column section.widget.widget_team_member .team_member_name p {
        font-size: 19px;
    }

    .related-insights-posts .posts-list {
        width: 100%;
        max-width: 300px;
    }
    .related-insights-posts {
        justify-content: center;
        flex-wrap: wrap;
    }


    .hm-busnss-lst{
        flex-direction: column;
        text-align: center;
    }
    .hm-busnss-cnt {
        width: 100%;
    }
    .hm-busnss-cnt p {
        font-size: 16px;
        margin: 0 0 15px;
    }
    .hm-busnss-btn {
        margin: 20px 0 0;
    }
    .hm-busnss-sec {
        padding: 40px 0 0;
    }
    .hm-busnss-blck .text-heading {
        margin: 0 0 16px;
    }
    .hm-testi-blck{
        flex-direction: column-reverse;
    }
    .hmtesti-btn{
        display: none;
    }
    .hmtesti-btn.mbl-testi-btn{
        display: block;
    }
    .hm-testi-cnt h5 {
        letter-spacing: 1px;
        font-size: 18px;
    }
    .hm-testi-cnt {
        width: 100%;
        text-align: center;
    }
    .hm-testi-cnt .text-heading {
        margin: 0 0 16px;
        text-align: center;
    }
    .hm-testi-img {
        width: 100%;
        max-width: 320px;
        margin: auto;
        border: 1px solid #152d2d;
        border-radius: 15px;
        overflow: hidden;
    }
    .hm-testi-img img{
        border-radius: 0;
    }
    .hm-testi-img::before, .hm-testi-img::after{
        display: none;
    }
    .hm-testimonials .testi-item::after{
        display:none;
    }
    .hm-testi-btm {
        gap: 20px;
        flex-direction: column;
        padding: 10px 15px;
        border: 2px solid #000;
        border-radius: 15px;
        margin: 15px 0;
    }
    .hm-testi-list.owl-carousel {
        width: 100%;
    }
    .hm-testi-btm-img {
        width: 100%;
        max-width: 50px;
    }
    .hm-testimonials .testi-item h5 {
        font-size: 20px;
    }
    .hm-testi-list.owl-carousel .owl-nav {
        right: -70px;
        gap: 20px;
        position: static;
        flex-direction: initial;
        width: 100%;
        max-width: 100%;
        margin: 20px 0;
    }
    .hm-testimonials .testi-item p {
        font-size: 16px;
        margin: 0 0 18px;
        line-height: 1.5;
    }
    .hm-testimonials {
        padding: 40px 0;
    }
    .hm-retain-sec {
        padding: 0 0 40px;
    }
    .process-txt {
        font-size: 16px;
        margin: 0 0 20px;
    }
    .process-list.owl-carousel .owl-stage, .process-list.owl-carousel.owl-drag .owl-item{
        display: flex;
    }
    .process-itm {
        padding: 10px;
        min-height: 245px;
        width: 100%;
        max-width: 260px;
        margin:0 auto;
    }

    .process-list.owl-carousel .owl-dots {
        display: flex;
        justify-content: center;
        gap: 5px;
        margin: 15px 0 0;
    }
    .process-list.owl-carousel button.owl-dot {
        background: #465e5e;
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }
    .process-list.owl-carousel button.owl-dot.active {
        background: #b89452;
    }
    .process-btm-list{
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .process-btm-list p{
        width: 100%;
    }
    .process-list {
        margin: 0 0 20px;
        padding: 0;
    }

    .hm-trusted-sec {
        padding: 40px 0;
        background-image: url(images/mbl-trusted-bg-img.webp);
        background-position: center;
    }
    .hm-trusted-sec .text-heading {
        font-size: 20px;
        letter-spacing: 5px;
        margin: 0 0 15px;
    }
    .hm-trusted-sec .text-heading strong {
        font-size: 50px;
        margin: 10px auto 0;
        display: block;
        max-width: max-content;
    }
    .hm-trusted-sec h5 {
        letter-spacing: 3px;
        font-size: 15px;
        padding: 12px 29px;
    }
    .hm-legal-hd {
        margin: 0 0 15px;
    }
    .hm-repret-sec {
        padding: 40px 0 0;
    }
    .hm-repret-sec .text-heading {
        margin: 0 0 15px;
        text-align: center;
    }


    .hm-repret-sec p{
        text-align: center;
    }
    .hm-repret-lst {
        padding: 10px;
        flex-direction: column-reverse;
        gap: 15px;
    }
    .hm-repret-lft {
        width: 100%;
    }
    .hm-repret-rgt {
        width: 100%;
        position: relative;
        max-width: 350px;
        margin: auto;
    }
    .represnt-logo-img {
        width: 100%;
        max-width: 100px;
        right: -10px;
    }
    .hm-repret-itm{
        width: 100%;
        max-width: 350px;
        margin:0 auto 10px;
        gap: 15px;
        padding: 10px;
    }
    .hm-repret-itm:last-child{
        margin: auto;
    }
    .hm-repret-sec .hm-repret-itm p{
        text-align: left;
        font-size: 14px;
    }
    .hm-repret-itm-img {
        padding: 5px;
    }
    .hm-repret-itm-lft {
        width: 45px;
    }

    .hm-faq-lst{
        flex-direction: column;
        gap: 20px;
    }
    .hm-faq-lft {
        width: 100%;
        max-width:320px;
        margin: auto;
    }
    .hm-faq-img {
        border-radius: 15px;
    }
    .hm-faq-rgt {
        width: 100%;
    }
    .hm-faq-sec {
        padding: 30px 0 0;
    }
    .hm-repret-lst::before {
        border-radius: 20px 20px 0 0px;
    }


    /*  Innerpages  */

    #main-heading::before {
        border-radius: 40px 0;
    }
    #main-heading {
        padding: 50px 0;
    }
    #main-heading h1 {
        font-size: 34px;
        letter-spacing: -0.5px;
    }
    #main-heading .inrpg-breadcrumbs {
        font-size: 15px;
    }
    #post-content, #page-content {
        padding: 40px 0;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 32px;
        letter-spacing: 0;
    }
    #page-column h3 {
        font-size: 28px;
    }
    #page-column h4 {
        font-size: 26px;
    }
    #page-column h5 {
        font-size: 23px;
    }
    #page-column h6 {
        font-size: 20px;
    }
    #page-column p, #page-column li {
        font-size: 16px;
    }

    .inr-attrny-itm {
        border-radius: 30px 0;
        width: 41.7%;
    }

    .in-cont-list{
        flex-wrap: wrap;
        flex-direction: column;
        gap: 15px
    }
    .in-cont-item{
        width: 100%;
        max-width: 320px;
        margin: auto;
    }
    .contact-page #page-column h2 {
        margin: 0 0 16px;
    }

    .sidebar-blog {
        flex-direction: column;
        max-width: 320px;
        margin: 0 auto 20px;
    }
    .posts-list {
        width: 100%;
        max-width: 320px;
    }
    #post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers {
        width: 30px;
        height: 20px;
        margin: 0 18px;
    }

    #reviews-main .review-item {
        padding: 0 0 22px;
        margin: 0 0 22px;
    }
    .review-item .star-rat {
        width: 125px;
        margin: 0 0 16px;
    }
    .review-item::before {
        width: 27px;
        height: 25px;
    }

    #page-column .single-pagination .nav-links a {
        font-size: 15px;
    }
    #post-column-full .nav-links .page-numbers {
        width: 50px;
        height: 50px;
    }

    #page-column .inn-pract-cont-name p {
        font-size: 14px;
    }

    .inn-pract-icon {
        width: 82%;
    }
    .inn-pract-item {
        width: 100%;
        max-width: 300px;
        height: 360px;
    }

    .hm-trusted-sec.inn-trusted-sec {
        margin-bottom: 40px;
    }

}

@media screen and (max-width:767px) {
    .container, .site-header .container, .hm-banner-sec .container, .hmpracti-sec .container, .hm-faq-sec .container, .hm-defense-sec .container, .hm-awards-sec .container, .hm-retain-sec .container, .ftr-form-sctn .container, .ftr-block-sec .container {
        max-width: 100%;
        padding: 0 15px;
    }
    .page-container, .post-container {
        max-width:100%;
        padding: 0 15px;
    }

    .bnr-cnt h1 {
        font-size: 35px;
    }
    .hm-excellence-years {
        font-size: 90px;
        letter-spacing: -1px;
    }
    .hm-excellence-blk-lft {
        width: 100%;
        max-width: 120px;
    }
    .hm-excellence-blk-rit {
        width: 100%;
    }
    .hm-excellence-lft{
        max-width: 300px;
    }
    .hm-excellence-lft::after {
        width: 220px;
        height: 135px;
        top: 5px;
    }
    .hm-excellence-blk-rit p {
        font-size: 14px;
        letter-spacing: 0.94px;
    }
    .hm-tabing-sec .tab-content .tab-cnt h3 {
        font-size: 25px;
        margin: 0 0 15px;
    }
    .hm-our-practice-itm.cen h4 {
        font-size: 28px;
    }
    .hm-our-practice-itm.cen {
        height: 290px;
    }
    .hm-our-practice-sec .text-heading {
        font-size: 23px;
        margin: 0 0 25px;
    }
    .hm-our-office-sec {
        padding: 40px 0 20px;
        border-radius: 0;
    }
    .hm-our-office-rit p {
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 16px;
    }
    .hm-our-office-year {
        font-size: 40px;
        letter-spacing: 0;
    }
    .hm-our-office-lft h4 {
        font-size: 16px;
        letter-spacing: 3px;
    }
    .hmpracti-blk h5 {
        font-size: 17px;
        letter-spacing: 2px;
        margin: 0 0 20px;
    }
    .hm-awards-blck h4 {
        font-size: 18px;
        letter-spacing: 4px;
        margin: 0 0 20px;
        line-height: 1.2;
    }
    .hm-defense-rit::after {
        left: 0;
    }
    a.cmn-btn {
        font-size: 15px;
    }


    .inr-attrny-itm {
        width: 100%;
        max-width: 320px;
    }
    #page-column .inr-atry-cnt h4 {
        letter-spacing: -0.18px;
    }



}

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



}
@media screen and (max-width:640px) {
    #page-content .areaserved-item {
        width: 100%;
    }
    #page-content .areaserved-item-list {
        padding: 30px 15px;
    }

    .bnr-cnt h1 {
        font-size: 30px;
    }

    .hm-excellence-sec {
        padding: 30px 0;
    }
    #footer-navigation ul li a{
        margin: 0 0 10px;
    }
    #footer-navigation ul li {
        padding: 0 10px;
    }
    #footer-navigation ul {
        margin: 0 0 10px;
    }
    .hm-form .gfield {
        width: 100% !important;
    }
    .hm-form-sec {
        padding: 30px 20px;
    }
    .hm-form .gform_wrapper .gform_footer.top_label {
        margin: 20px 0 0;
        float: none;
    }


    #main-heading h1 {
        font-size: 30px;
        letter-spacing: 0;
    }
    #main-heading {
        padding: 40px 0;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 28px;
    }
    #page-column h3 {
        font-size: 25px;
        letter-spacing: 0;
    }
    #page-column h4 {
        font-size: 22px;
        letter-spacing: 0;
    }
    #page-column h5 {
        letter-spacing: 0;
        font-size: 20px;
    }
    #page-column h6 {
        letter-spacing: 0;
        font-size: 18px;
    }
    .cmn-box {
        padding: 25px 20px 26px;
        margin: 20px 0;
        border-radius: 20px 0;
    }

    .cmn-box.scnd_cmnblk {
        padding: 25px 15px;
        text-align: center;
    }
    #page-column .cmn-box.scnd_cmnblk h2 {
        font-size: 28px;
        letter-spacing: 0;
    }
    #page-column .cmn-box.scnd_cmnblk h2 strong {
        font-size: 25px;
        letter-spacing: 0;
    }
    .cmn-box.scnd_cmnblk .scnd-cta-cont {
        width: 100%;
    }

    #page-column .sngl-prfl-blk{
        margin: 0 0 20px;
        padding: 15px;
        flex-direction: column;
        border-radius: 15px;
    }
    .sngl-prfl-image {
        margin: 0;
        width: 100%;
        max-width: 250px;
        border-bottom: 2px solid #b89452;
        margin: 0 auto 15px;
    }
    .sp-block {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    #page-column .sp-block h2 {
        font-size: 30px;
        letter-spacing: 0;
    }
    #page-column .sp-block h5, .profile-address {
        letter-spacing: 2px;
    }
    #page-column .accordion-section h3.accordion-heading{
        background-position: right 16px top 19px;
    }
    #page-column .cmn-box h2 {
        font-size: 26px;
    }
    #page-column .cmn-box h2 strong {
        font-size: 32px;
    }
    .hm-faq-rgt .accordion-section p {
        font-size: 14px;
    }

}

@media screen and (max-width:540px) {
    .logo-section{
        justify-content: center;
    }
    .top-rite{
        align-items: center;
    }
}

@media screen and (max-width:480px) {
    #page-column .testimonial-cta-block .star-rating {
        width: 100px;
    }
    #page-column .testimonial-cta-block .testi-item h6 {
        font-size: 21px;
    }
    #page-column .case-results-cta .case-item p {
        font-size: 18px;
    }
    #page-column .widget.widget_related_insights ul li {
        font-size: 18px;
    }
    #page-column .widget.widget_related_insights ul li:before {
        top: 14px;
        width: 8px;
        height: 8px;
    }

    .hdr-call:first-child {
        padding-right: 0;
        border: 0;
    }
    #footer-navigation ul li {
        padding: 0 7px;
    }
    .ftr-logo {
        max-width: 120px;
    }
    .hm-form-sec {
        padding: 20px 15px;
    }
    .hm-form .gform_wrapper .top_label textarea {
        margin: 0 0 10px !important;
    }
    .popup .popuptext{
        line-height: 1.6;
    }
    .bnr-cnt h1 {
        font-size: 24px;
    }
    .bnr-cnt{
        border-radius: 20px;
    }
    .hm-excellence-blk{
        padding: 20px 10px;
    }
    .hm-excellence-years {
        font-size: 75px;
        letter-spacing: -0.6px;
    }
    .hm-excellence-blk-lft{
        max-width: 100px;
    }
    .hm-excellence-blk-rit h5 {
        font-size: 20px;
    }
    .hm-excellence-lft::after {
        width: 225px;
        height: 115px;
    }

    .text-heading {
        font-size: 24px;
    }
    .hm-testimonials .testi-item .star-rat {
        width: 119px;
        height: 20px;
        margin: 0 0 10px;
    }


    .hm-trusted-sec .text-heading {
        font-size: 17px;
        letter-spacing: 3px;
    }
    .hm-trusted-sec .text-heading strong {
        font-size: 36px;
    }
    .hm-trusted-sec h5 {
        letter-spacing: 0.5px;
        font-size: 13px;
        padding: 10px 13px;
    }
    a.cmn-btn {
        font-size: 14px;
        padding: 13px 16px 11px;
    }
    .represnt-logo-img {
        width: 100%;
        max-width: 60px;
    }
    .hm-repret-sec p {
        font-size: 15px;
        line-height: 1.4;
        margin: 0 0 15px;
    }
    .hm-accordion {
        margin: 0 0 20px;
    }


    #page-column .sp-block h2 {
        font-size: 22px;
    }
    #page-column .accordion-section h3.accordion-heading {
        font-size: 18px;
        background-size: 14px;
        padding: 12px 35px 12px 16px;
        border-radius: 5px;
        background-position: right 12px top 18px;
    }
    .accordion-section .accordion-section-content {
        padding: 16px 19px;
    }
    #page-column .sp-block h5, .profile-address {
        letter-spacing: 2px;
        font-size: 15px;
        margin: 0 0 16px;
    }

    #page-column .single-pagination .nav-links a {
        letter-spacing: 0.12px;
        width: 130px;
    }
    #page-column .inn-prfl-btn a.cmn-btn {
        font-size: 14px;
        letter-spacing: 0;
        padding: 14px 17px;
    }
    .cmn-box {
        padding: 25px 15px;
    }
    #page-column .cmn-box h2 {
        font-size: 18px;
        margin: 0 0 15px;
    }
    #page-column .cmn-box h2 strong {
        font-size: 21px;
        margin: 6px 0 0;
    }
    #page-column .cmn-box.scnd_cmnblk h2 strong {
        font-size: 20px;
        text-decoration: 1px underline;
        text-underline-offset: 5px;
    }
    #page-column .cmn-box.scnd_cmnblk h2 {
        font-size: 23px;
    }

}
@media screen and (max-width:360px) {
    #page-column .cmn-box a.cmn-btn {
        font-size: 13px;
        padding: 13px 15px 11px;
    }
}
