/*
 Theme Name:   Larson, Larson & Dauer
 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:  larsondauer
*/

: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: 'Montserrat-Medium';
    -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: 'Google Sans Flex 9pt-Medium';
    margin: 0 0 20px 0;
    padding: 0;
}
p, li, ul, ol, blockquote {
    font-family: 'Google Sans Flex 9pt-Medium';
    margin: 0 0 10px 0;
    padding: 0;
}
ul, li {
    list-style: none;
}
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
a, a:hover, button[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: #c2934e;
    z-index: 9999;
    border-bottom: 2px solid #ffffff;
}
.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: 'Montserrat-Regular';
    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: #0f0f0f;
    overflow-y: auto;
    padding: 10px 10px;
    height: 100vh;
    position: relative;
}

#floatingMenu.openMenu {
    display: flex;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

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

button#cloaseFloatingMenu2 {
    flex-grow: 1;
    width: calc(100% - 280px);
    height: 100%;
    font-size: 0px !important;
    background: transparent;
    border: 0;
}

.floatingMenuInner li {
    position: relative;
}
.floatingMenuInner a {
    color: #fff !important;
    letter-spacing: 0.4px;
    font-family: 'Asap', sans-serif;
    font-weight: 500;
    padding: 4px 0;
    font-size: 18px;
    display: block;
    line-height: 1;
    border-bottom: 1px solid #222222;
}

.floatingMenuInner .sub-menu {
    display: none;
}

.floatingMenuInner .menu-item-has-children>a:after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    /* -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: 'Montserrat-Medium'; }
.showhide b.txtr { position: absolute; top: 0; bottom: 0; left: 0; margin: auto; text-align: left; font-size: 37px; line-height: 27px; font-family: 'Montserrat-Medium'; }
.mobinav { display: none; width: 100%; color: #fff; box-sizing: border-box; z-index: 99999995; float: left; background: #0f0f0f; 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: 'Montserrat-Medium'; }
.mobinav a { width: 100%; float: left; padding: 6px 0; display: block; line-height: normal; color: #fff; font-size: 17px; letter-spacing: 0.5px; font-family: 'Montserrat-Medium'; border: 0; margin: 0; text-decoration: none; }
.mobinav a:hover { color: #d1a054; }
.mobinav ul li ul { float: left; padding: 0 0 0 15px; }
.mobinav ul li ul li a { text-transform: capitalize; }

.mobile_src_nav { display: none; width: 100%; float: none; position: relative; padding: 10px 0; }
.mobile_src_nav .container { position: relative; }
.mobile_src_nav .search-form { width: 100%; float: left; }
.displayblock { display:block; }
.body-content { width:100%; float: left; height: 2000px; overflow: hidden; }
.logo-section { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }

.hdr-rit { display: flex; flex-direction: column; align-items: flex-end; gap: 15px; }
.language-content span{ font-family: 'Google Sans Flex 9pt-Medium'; font-size: 20px; line-height: 1; color: #c2934e; margin: 0; }
.hdr-rit-top { display: flex; gap: 30px; align-items: center; }
.header-number { color: #fff; padding: 0 0 0 54px; position: relative; display: flex; align-items: center; gap: 10px; }
.header-number strong { font-size: 18px; font-family: 'Montserrat-SemiBold'; line-height: 1; letter-spacing: -0.36px; color: #000000; margin: 0; }
.header-number a { font-size: 38px; font-family: 'Google Sans Flex 9pt-SemiBold'; line-height: 1; letter-spacing: -0.76px; color: #d1a054; display: inline-block; }
.header-number a:hover { color: #000000; }
.header-number a:before { position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position:-10px -11px; width: 42px; height: 43px; top: 0; bottom: 0; left: 0; margin: auto; }

#main-navigation ul{ margin:0 }
#main-navigation ul li{ display: inline-block; padding: 0 0px 0; position: relative; margin: 0 20px; }
#main-navigation ul li:first-child{ margin: 0 25px 0 0; }
#main-navigation ul li:last-child{ margin: 0 0 0 25px; }
#main-navigation ul li a{ font-size: 18px; font-family: 'Montserrat-Medium'; letter-spacing: -0.45px; line-height: 1; color: #000000; padding: 0 0 18px; display: block; min-width: inherit; }
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover{ color: #d1a054; }
#main-navigation ul li ul.sub-menu{ display:none; width:220px; position:absolute; color:#fff; top:100%; left:0; right:auto; background-color:#d1a054; 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; margin: 0; }
#main-navigation ul li:hover ul.sub-menu li:hover > ul{ display:block; top:0; left:100% }
#main-navigation .sub-menu li.current-menu-item > a{ background-color: #f5f1e9; color: #d1a054; }
#main-navigation .sub-menu li a{ width: 100%; padding: 8px 10px; color: #ffffff; display: block; text-align: left; text-transform: capitalize; letter-spacing: 0; border-bottom: 0; font-size: 16px; }
#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item > a{ background-color: #f5f1e9; color: #d1a054; }
#main-navigation .sub-menu li:after{ display:none; }
#main-navigation .sub-menu li{ width:100%; margin:0; padding:0 }
#main-navigation .sub-menu li a:after{ display:none }
#main-navigation ul li ul.sub-menu li .sub-menu { display:none; width:100%; position:absolute; color:#fff; top:0; left:100%; padding:0px 0; z-index:999; }
#main-navigation .sub-menu li a strong { font-weight: 400;}

.site-header { background-color: #ffffff; transition: opacity 0.3s ease, visibility 0.3s ease; width: 100%; padding: 10px 210px 0px 129px; }
.site-header .container { width: 100%; max-width: 100%; }
.site-branding { width: 100%; max-width: 210px; margin: 0 0 -22px;    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
.site-header.is-sticky .site-branding { margin: 0px; }
.site-header.is-sticky { top: 0; right: 0; left: 0; z-index: 999; position: fixed; background:#ffffff; border-bottom: 1px solid #d1a054; animation: slideDown 0.35s ease-out; visibility: visible; }

@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;
}





.container, .container1{ width: 100%; max-width: 1500px; margin: 0 auto; }
.container1{ max-width: 1300px; }
a.cmn-btn { display: inline-block; align-items: center; padding: 20px 35px; background-color: #c2934e; color: #fff; font-family: 'Google Sans Flex 9pt-SemiBold'; font-size: 19px; line-height: 1; text-transform: uppercase; text-decoration: none; transition: all 0.3s ease; outline: 1px solid #c2934e; outline-offset: 9px; }
a.cmn-btn:hover { background: #0f0f0f; outline-color: #000000; }
.text-heading{ font-family: 'Google Sans Flex 9pt-Medium'; font-size: 60px; line-height:1.07; color: #000000; margin: 0 0 25px; text-align:center ; }
.text-heading strong{ color: #c2934e; }


.col-loop { font-size: 20px; margin: 0 0 10px; }


/*Banner section*/
.hm-banner-sec { background-image: url(./images/banner-bg.webp); background-repeat: no-repeat; background-position: center top; background-size: cover; padding:117px 210px 110px 65px; }
.hm-banner-sec .container{ max-width: 100%; }
.hm-banner-sec .bnr-sub-title{font-family: 'Google Sans Flex 9pt-Medium'; font-size: 20px; color: #d1a054; line-height: 1.5; letter-spacing: 12.8px; text-align: center; text-transform: uppercase; margin: 0 0 45px; font-weight: 500; text-indent: 180px;}
.bnr-blk{ display: flex; justify-content:center; align-items: center; gap: 40px; }
.bnr-right {  width:41.36%; }
.bnr-left { width: 57.18%; }
.bnr-content{ padding: 0 0 0 20px; position: relative; }
.bnr-content::before{ position: absolute; content: ""; width: 3px; height: 100%; background-color: #d1a054; left: -11px; top: 0; }
.bnr-content h1{ font-family: 'Google Sans Flex 9pt-SemiBold'; font-size: 82px; line-height: 1.09; letter-spacing: -5.4px; color: #ffffff; margin: 0 0 35px; }
.bnr-content p{ font-family: 'Montserrat-Medium'; font-size: 19px; line-height: 1.89; letter-spacing: -0.19px; color: #ffffff; margin: 0; }
.bnr-btn { margin: 63px 0 0 ; }
.bnr-btn a.cmn-btn:hover{ background: #ffffff; outline-color: #c2934e; color: #0f0f0f; }

/* Awards Section */
.hm-award-sec { background-color: #0f0f0f; padding: 0 0 150px; }
.award-list { display: flex; justify-content: space-between; align-items: center; animation: marquee 25s linear infinite; }
.award-blk h4{ font-family: 'Google Sans Flex 9pt-Regular'; font-size: 30px; letter-spacing: 7.8px; line-height: 1; margin: 0 0 45px; color: #ffffff; text-transform: uppercase; font-weight: 400; }
.award-blk .award-itm { position: relative; z-index: 1; width: 100%;height:auto; }
.award-blk .award-itm img{ display: block; width: 100%; }
.award-blk .award-itm::before{ position: absolute; content: ""; width: 100%; height: 100%; background-color: #0f0f0f; background-image: -webkit-linear-gradient( 90deg, rgb(37,37,37) 0%, rgba(37,37,37,0) 100%); clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 50%); bottom: -54px; left: 0; right: 0; margin: auto; z-index: -1; display: none; }
.award-blk .award-itm:hover::before{ display: block; }
.award-blk .owl-stage-outer {padding: 0 0 60px; }
.award-blk.owl-carousel .owl-dots { margin: 20px auto 0; display: flex; justify-content: center; gap: 10px;transition:all 0.3s ease-in-out; }
.award-blk.owl-carousel button.owl-dot { border-radius: 50px; width: 20px; height: 8px; background-color: #c2934e; }
.award-blk.owl-carousel button.owl-dot.active { width: 35px; background-color: #ffffff; transition: 0.5s; }
.award-blk .slick-list {padding: 0 0 50px; }


/*Case Results Section*/
.hm-case-sec{ background-color: #0f0f0f; padding: 0 0 120px; position: relative; z-index: 1;}
.hm-case-sec::before{ position: absolute; content: ""; width: 100%; height: 100%; background-image: url(images/case-before-img.webp); background-repeat: no-repeat; background-position: bottom; bottom: 0; z-index: -1; pointer-events: none; }
.hm-case-sec::after { position: absolute; content: ""; width: 521px; height: 600px; background-image: url(images/star-img.webp); background-repeat: no-repeat; background-position: left top; background-size: contain; left: 0; top: -105px; z-index: -1; pointer-events: none; }
.hm-case-sec .text-heading{ font-family: 'Google Sans Flex 9pt-SemiBold'; font-size: 90px; color: #ffffff; line-height: 1; margin: 0 0 30px; }
.hm-case-sec .sub-heading { text-transform: uppercase; font-family: 'Google Sans Flex 9pt-Regular'; font-size: 25px; letter-spacing: 6.5px; line-height: 1; text-align: center; color: #ffffff; margin: 0 0 40px; }
.hm-case-lisl { display: flex; justify-content: space-between; }
.hm-case-lisl .case-item { background-color: #212121; position: relative; width: 100%; background-image: -webkit-linear-gradient( 90deg, rgba(69,69,69,0.5) 0%, rgba(69,69,69,0) 100%); padding: 40px 20px 85px; text-align: center; z-index: 2; }
.hm-case-lisl .case-item::before { position: absolute; content: ""; width: 70%; height: 17%; background-color: #0f0f0f; background-repeat: no-repeat; clip-path: polygon(50% 0%, 0% 100%, 100% 100%); bottom: -30px; left: 0; right: 0; margin: auto; }
.case-item h5 {     font-family: 'Google Sans Flex 9pt-SemiBold'; font-size: 45px; color: #c2934e; letter-spacing: -3.2px; line-height: 1.1; position: relative; padding: 0px 0 25px; margin: 0px 0 20px;}
/*.case-item h5::before{ position: absolute; content: ""; width: 86px; height: 86px; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -10px -120px; top: 0; left: 0; right: 0; margin: auto; }*/
.case-item h5::after{ position: absolute; content: ""; width: 120px; height: 4px; background-color: #c2934e; bottom: 0; left: 0; right: 0; margin: auto; }
.case-item p{ font-family: 'Montserrat-Regular'; font-size: 20px; letter-spacing: -0.5px; line-height: 1.8; color: #ffffff;margin: 0; }
.case-item h4{font-family: 'Google Sans Flex 9pt-SemiBold'; font-size: 35px; color: #fff; letter-spacing: 0; line-height: 1;margin:0 0 16px; }
.hm-case-btn { margin: 60px 0 0 ; text-align: center; }
.hm-case-btn a.cmn-btn:hover{ background: #ffffff; outline-color: #c2934e; color: #0f0f0f; }
.hm-case-lisl.owl-carousel .owl-dots { margin: 25px auto 0; display: flex; justify-content: center; gap: 10px; }
.hm-case-lisl.owl-carousel button.owl-dot { border-radius: 50px; width: 10px; height: 10px; background-color: #c2934e; }
.hm-case-lisl.owl-carousel button.owl-dot.active { width: 30px; background-color: #ffffff; transition: 0.5s; }
.hm-case-lisl.owl-carousel .owl-stage,.hm-case-lisl.owl-carousel .owl-item { display: flex; } 
/*About Section*/
.hm-about-sec { position: relative; padding: 105px 0 130px; overflow: hidden; z-index: 1; }
.hm-about-sec::before { content: ""; position: absolute; top: 45px; right: 0; width: 47%; height: 65%; background-color: #e3e3e3; background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%); clip-path: polygon(100% 0, 0 100%, 100% 100%); z-index: -1; pointer-events: none; }
.about-blk {padding: 0;display: flex;justify-content: center;align-items: flex-end;}
.about-left {width: 57.3%;padding: 35px 35px 60px;background-color: #ffffff;box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);}
.about-right {width: 42.8%;margin: 0 0 75px;position: relative;}
.about-right img{ display: block; width: 100%; position: relative; }
.about-image { overflow: hidden; }
.about-right .about-image img{ display: block; width: 100%; clip-path: polygon( 0 0, 100% 0, 100% calc(100% - 105px), calc(100% - 95px) calc(100% - 105px), calc(100% - 95px) 100%, 0 100% ); }
.about-left .text-heading { font-family: 'Google Sans Flex 9pt-SemiBold'; font-size: 65px; text-align: left; letter-spacing: -3.1px; }
.about-desc{ position: relative; padding: 0 0 0 45px; }
.about-desc::before{ position: absolute; content: ""; width: 7px; height: 100%; background-color: transparent; border-left: 1px solid #242424; border-right: 1px solid #242424; left: 0; top: 0; }
.about-desc .about-sub-title { font-family: 'Google Sans Flex 9pt-Regular'; font-size: 25px; color: #0f0f0f; letter-spacing: 6.5px; line-height: 1; text-transform: uppercase; margin:0 0 18px; }
.about-desc p{ font-family: 'Montserrat-Medium'; font-size: 19px; letter-spacing: -0.19px; line-height: 1.89; margin: 0 0 27px; color: #000000; }
.about-desc p:last-child{ margin: 0; }
.about-desc h3{ font-family: 'Google Sans Flex 9pt-SemiBold'; font-size: 36px; line-height: 1; color: #000000; }
.about-desc .about-btm { margin: 50px 0 0; display: flex; align-items: center; gap: 35px; }
.about-call p strong{ font-family: 'Montserrat-Regular'; font-size: 18px; line-height: 1; letter-spacing: 1.08px; color: #000000; text-transform: uppercase; display: block; font-weight: 400; }
.about-call p{ padding: 0 0 0 70px; position: relative; }
.about-call p a{ font-family: 'Google Sans Flex 9pt-SemiBold'; font-size: 38px; line-height: 1; letter-spacing: -0.76px; color: #d1a054; margin: 10px 0 0; display: inline-block; }
.about-call p a:hover{ color: #000000; }
.about-call a::before{ position: absolute; content: ""; width: 55px; height: 55px; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -106px -11px; top: 0; bottom: 0; left: 0; margin: auto; }
.about-logo-img { width: 57.41%; position: absolute; top: -54px; left: 0; right: 0; margin: auto; }
.about-logo-img img{ width: 100%; display: block; box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1); }


/* Rights Section */
.hm-right-sec{ padding: 0 0 100px; }
.hm-right-sec p{ font-family: 'Montserrat-Medium'; font-size: 19px; line-height: 1.89; letter-spacing: -0.19px; color: #000000; margin: 0 0 20px; }
.rights-btm .text-heading{ text-align: left; }
.rights-img { margin:  0 0 90px;  }
.rights-img img{
    display: block; width: 100%; outline: 1px solid #b98d4c; outline-offset: 9px;
}
.rights-top, .rights-btm{     display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;}
    .rights-btm-img:before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, #fff 0%, #f8f8f8 100%);
        clip-path: polygon(18% 0%, 82% 0%, 100% 50%, 82% 100%, 18% 100%, 0% 50%);
        transition: .45s ease;
        z-index: -1;
    }    

.rights-btm {
    flex-direction: row-reverse;
}
.rights-btm:last-child {
    flex-direction: row;
    margin: 40px 0 0;
    align-items: center;
}
.rights-top{ margin: 0 0 45px; }
.rights-top-lft { width: 44.5%; }
.rights-top-rgt{ width: 45%; position: relative; padding: 35px 0 0 ; }
.rights-top-rgt::before{ position: absolute; content: ""; width: 100%; height: 1px; background-color: #b2b2b2; top: 0; right: 0; }
.rights-btm-lft, .rights-btm-rgt { width: 69%; padding: 0 15px 0px 0px; border-right: 2px solid #d1a054; }
.rights-btm-rgt {
    padding: 0 0px 0px 15px;
    border-left: 2px solid #d1a054;
    border-right: 0;
}
.rights-btm-img {
    width: 28%;
    filter: drop-shadow(0 18px 35px rgba(0, 0, 0, .15));
    position: relative;
}
.rights-btm-img img {
    padding: 40px;
}
/* Practice Area Section */
.hm-pract-sec { margin: 0 0 -145px; }
.hm-pract-sec .text-heading{ font-size: 90px; line-height: 1.05; margin: 0 0 25px; }
.hm-pract-sec .sub-heading { font-family: 'Google Sans Flex 9pt-Regular'; font-size: 25px; color: #d1a054; letter-spacing: 6.5px; line-height: 1; text-transform: uppercase; margin: 0 0 55px; text-align: center; }
.pract-list{ display:flex ; justify-content: space-between; }
.hm-pract-btn { margin: 75px 0 0 ; text-align: center; }
.pract-item{ width: 31.4%; text-align: center; background-color: #212121; background-image: -webkit-linear-gradient( 90deg, rgb(69,69,69) 0%, rgba(69,69,69,0) 100%); padding: 37px 15px 120px; clip-path: polygon(50% 0%, 100% 16%, 100% 100%, 0 100%, 0 16%); position: relative;}
.pract-btn {position: absolute; bottom: 40px; left: 0; right: 0; margin: auto; }
.pract-item:hover { background-color: #c2934d; background-image: -webkit-linear-gradient( 90deg, rgb(135,99,47) 0%, rgba(69,69,69,0) 100%); }
.pract-item:hover h3::after { background-color: #ffffff; }
.pract-item h3{ font-family: 'Google Sans Flex 9pt-SemiBold'; font-size: 36px; letter-spacing: -0.72px; line-height: 1.3; color: #ffffff; margin: 0 0 15px; position: relative; padding: 100px 0 10px; } 
.pract-item h3::before{ position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; left: 0; right: 0; top: 0; margin: auto; }
.pract-item.workers-comp h3::before{ width: 75px; height: 79px; background-position: -136px -119px; }
.pract-item.employment-law-firm h3::before{ width: 70px; height: 60px; background-position:-258px -120px ; top: 15px; }
.pract-item.personal-injury h3::before{ width: 60px; height:70px; background-position:-375px -119px ; }
.pract-item h3::after{ position: absolute; content: ""; width: 150px; height: 1px; background-color: #c2934d; left: 0; right: 0; bottom: 0; margin: auto; }
.pract-item p{ font-family: 'Montserrat-Medium'; font-size: 19px; color: #ffffff; line-height: 1.89; letter-spacing: -0.19px; }
.pract-item .pract-btn a.cmn-btn { padding: 15px 25px; outline-offset: 7px; margin: 27px 0 0; position: relative; z-index: 2;}
.pract-item-link{ position: absolute; inset: 0; z-index: 1; }

/* Billion Recovered Section */
.hm-billion-recovered-sec .container{ max-width: 100%; }
.hm-billion-recovered-sec{ padding: 210px 0 128px; background-image: url(images/billion-recovered-bg.webp); background-repeat: no-repeat; background-size: cover; background-position: center; }
.billion-recovered-blk { display: flex; justify-content: space-between; align-items: center; text-align: center; position: relative; z-index: 1; }
.billion-recovered-left { clip-path: polygon(0% 0%, 52% 0%, 100% 50%, 60% 100%, 0% 100%); }
.billion-recovered-right{ clip-path: polygon(44% 0%, 100% 0%, 100% 100%, 49% 100%, 0% 50%); }
.billion-recovered-left, .billion-recovered-right { width: 29%; position: relative; overflow: visible; }
.billion-recovered-left img, .billion-recovered-right img{ display: block; width: 100%; }
.billion-recovered-left::before, .billion-recovered-right::before{ content: ""; position: absolute; inset: 0; background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 70%); z-index: 1; pointer-events: none; }
.billion-recovered-content { width: 43.4%; padding: 150px 0 0; }
.billion-recovered-blk::before{ position: absolute; content: ""; width: 533px; height: 515px; background-image: url(images/billion-recovered-star-img.webp); background-repeat: no-repeat; background-size: contain; left: 0; right: 0; top: 0px; margin: auto; z-index: -1; pointer-events: none; }
.billion-recovered-content .text-heading { font-size: 105px; line-height: 0.95; margin: 0 0 23px; letter-spacing: -3px; font-weight: 400; }
.billion-recovered-content .text-heading strong{ font-family: 'Google Sans Flex 18pt-Bold'; color: #c2934e; }
.billion-recovered-content h4 { font-family: 'Montserrat-Medium'; font-size: 27px; line-height: 1.4; letter-spacing: 2.025px; color: #000000; margin: 0; text-transform: uppercase; }
.billion-recovered-btn a.cmn-btn { margin: 45px 0 0; }

/*Meet Section*/
.hm-meet-sec{ background-image: url(images/meet-bg-img.webp); background-repeat: no-repeat; background-position: center; background-size: cover; padding: 120px 0 70px; overflow: hidden; }
.meet-blk { display: flex; justify-content: space-between; gap: 43px; }
.meet-left { width: 65.46%; margin: 0 0 0 -80px; display: flex; justify-content: center; flex-wrap: wrap; gap: 80px; position: relative;}
.meet-left .meet-attrny-hvr a{position: absolute;top: 0;font-size:0;bottom:0;left:0;right:0;margin:auto;    z-index: 2; }
.meet-right { width: 40%; position: relative;}
.meet-right .text-heading{ font-family: 'Google Sans Flex 9pt-SemiBold'; font-size: 90px; color: #ffffff; }
.meet-right p{ font-family: 'Montserrat-Regular'; color: #ffffff; font-size: 16px; line-height: 2; text-align: center; margin: 0 ; }
.meet-btn { text-align: center; margin: 40px 0 0; }
.meet-item { width: 43.36%;  position: relative; z-index: 1; padding: 5px; clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);}
.meet-item .meet-img { clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); }
.meet-item-content{ position: absolute; bottom: 30px; left: 0; right: 0; margin: auto; z-index: 2; }
.meet-item h4{  font-family: 'Google Sans Flex 9pt-Regular'; font-size: 33px; color: #ffffff; line-height: 1.2; letter-spacing: -2px; margin: 0; text-transform: uppercase; text-align: center;}
.meet-item h4 strong{ color: #c3a12c; }
.meet-item:last-child{ margin: -100px 0 0; }
.meet-item::before{ position: absolute; content: ""; width: 100%; height: 100%; background-color: #be9d2c; inset: 0; z-index: -1; display:none; }
/* .meet-item:hover{ transform: scale(0.95); } */
.meet-item:hover::before{ display: block; }
.meet-item::after{ position: absolute; content: ""; width: 100%; height: 100%; background-image: -webkit-linear-gradient( 90deg, rgb(17,17,17) 0%, rgba(17,17,17,0) 65%); inset: 0; z-index: 1; }
.meet-right::before { position: absolute; content: ""; width: 473px; height: 457px; background-image: url(images/meet-star-img.webp); background-repeat: no-repeat; background-size: contain; top: -162px; left: -267px; pointer-events: none; }
.meet-item-hvr a { position: absolute; content: ""; left: 0; top: 0; bottom: 0; right: 0; margin: auto; font-size: 0; }
.meet-btn.btm { display: none; }
.meet-btn a.cmn-btn:hover{ background: #ffffff; outline-color: #c2934e; color: #0f0f0f; }


/*Home Testimonials Section*/
.hm-testimonials { padding: 0px 0 113px; text-align: center; background-color: #111111; position: relative; } 
.hm-testimonials .text-heading { font-size: 90px; color: #fff; font-family: 'Google Sans Flex 9pt-SemiBold'; } 
.hm-testimonials .testi-item {width: 100%;padding: 0px 70px 30px;position: relative;background-color: transparent;text-align: center;z-index: 0;z-index: 1;position: relative;} 
.hm-testimonials .testi-item:before{position: absolute;content: "";width: 100%;height: 100%;top: 0;bottom: 0;left: 0;right: 0;margin: auto;} 
.hm-testi-list::before, .hm-testi-list::after{ content: ""; position: absolute; background-repeat: no-repeat; background-size: contain; background-position: center; width: 323px; height: 330px; pointer-events: none; z-index: 0; } 
.hm-testi-list::before {background-image: url(./images/testi-bfr-left.webp);left: -80px;top: 10%;z-index: 0;background-color: #111;} 
.hm-testi-list::after { background-image: url(./images/testi-after-rgt.webp); right: -80px; bottom: -98px; top: auto; left: auto; z-index: -1; background-color: #111; } 
.hm-testi-list .owl-stage-outer { padding: 21px 0 0 0; } 
.hm-testi-list{ padding: 0; width: 100%;position: relative; } 
.testi-sub-item { width: 100%; max-width: 888px; margin: auto; position: relative; z-index: 10; } 
.testi-sub-item h4 { font-size: 35px; line-height: 1.4; letter-spacing: 0; margin: 30px 0 30px 0; color: #c2934e; font-family: 'Google Sans Flex 9pt-Regular'; } 
.testi-sub-item p{ font-size: 19px; line-height: 1.8; letter-spacing: 0; margin: 0 0 19px 0; color: #fff; font-family: 'Montserrat-Regular'; position: relative; z-index: 80; } 
.hm-testimonials .testi-item h5 { font-family: 'Google Sans Flex 9pt-SemiBold'; font-size: 35px; line-height: 1; color: #c2934e; text-transform: uppercase; margin: 0px 0 30px; text-align: center; } 
.hm-testi-list .owl-nav { display: flex; justify-content: center; align-items: center; gap: 20px; margin: 30px auto; } 
.hm-testi-list .owl-nav button { width: 40px; height: 40px; background-color: #000 !important; font-size: 30px !important; color: #fff !important; line-height: 1 !important; } 
.hm-testi-list.owl-carousel .owl-stage { display: flex; } 
.hm-testi-list .star-rat { width: 22.3%; margin: -10px auto 30px; background-color: #111; } 
.hm-testi-list.owl-carousel .owl-item { display: flex; padding: 0px 0px 0 10px; } 
.hmtesti-btn { margin: -20px 0 0 0; z-index: 1; position: relative; }
.hmtesti-btn  a.cmn-btn:hover{ background: #ffffff; outline-color: #c2934e; color: #0f0f0f; }
.testi-lst { max-width: 1300px; margin: auto; width: 100%; position: relative; }
 .testi-lst::before { content: ""; width: 100%; height: 100%; position: absolute; left: 0; border: 1px solid #56452a; top: 20px; }
 .gbp-icn {margin: 0 0 20px; }
 .hm-testi-list.owl-carousel  .gbp-icn img {width: 50px; height: 50px; margin: auto; }

/*why hire section start*/

.why-hire-sec { padding: 132px 0 112px; background-color: #fff; z-index: 0; position: relative; } 
.why-hire-section { padding: 110px 20px 105px; } 
.hire-top-blk { padding: 0 100px 0; } 
.why-hire-section .text-heading { letter-spacing: 0px; margin: 0 0 15px; } 
.hire-blk { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.why-hire-section p { font-family: 'Montserrat-Medium'; font-size: 19px; line-height: 1.89; letter-spacing: -0.19px; color: #000000; text-align: center; margin: 0 0 25px; } 
.hire-blk .hire-itm h4 {font-family: 'Google Sans Flex 9pt-Medium';font-size: 23px;line-height: 1.13;letter-spacing: 0px;color: #212121;text-transform: uppercase;padding-top: 110px;text-align: center;width: 100%; position: relative; } 
.hire-itm {width: 32%;padding: 30px 35px;position: relative;transition: 0.5s;text-align: center;  filter:drop-shadow(0 18px 35px rgba(0,0,0,.15)); transition:.45s ease;}
.hire-itm:hover h4{ color: #c2934d; } 
/* Background Shape */ 
/* .hire-itm::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 134px; background: url(./images/why-hire-item-before.webp) no-repeat center; background-size: 100% 100%; z-index: -1; pointer-events: none; background-repeat: no-repeat; } */
.hire-blk .hire-itm:hover h4::before{ background-color: #c2934d; } 
.hire-itm::before{   content:""; position:absolute; inset:0; background:linear-gradient(180deg,#fff 0%,#f8f8f8 100%);  clip-path:polygon( 18% 0%, 82% 0%, 100% 50%, 82% 100%, 18% 100%, 0% 50% ); transition:.45s ease; z-index:-1;}
.hire-blk .hire-itm h4::after { position: absolute; content: ""; top: 0; left: 0; right: 0; margin: auto; width: 76px; height: 68px; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -10px -229px; } 
.hire-blk .hire-itm:hover h4::after{ background-position-y:-319px ; } 
.hire-blk .hire-itm.two:hover h4::after{ background-position: -106px -319px ; } 
.hire-blk .hire-itm.three:hover h4::after{ background-position:-196px -320px; } 
.hire-blk .hire-itm.four:hover h4::after{ background-position: -282px -319px ; } 
.hire-blk .hire-itm.five:hover h4::after{ background-position:-370px -319px; } 
.hire-blk .hire-itm.six:hover h4::after{ background-position: -468px -319px ; } 
.hire-blk .hire-itm.two h4::after { background-position: -106px -229px; width: 69px; height: 71px; } 
.hire-blk .hire-itm.three h4::after {  background-position: -196px -232px; width: 70px; height: 70px;}
.hire-blk .hire-itm.four h4::after { background-position: -282px -229px; width: 66px; height: 68px; } 
.hire-blk .hire-itm.five h4::after {     background-position: -371px -229px; width: 76px; height: 70px; }
.hire-blk .hire-itm.six h4::after { background-position: -468px -229px; width: 62px; height: 67px; } 

.hire-blk .hire-itm h4::before { position: absolute; content: ""; top: 90px; left: 0; right: 0; margin: auto; height: 1px; width: 45%; background-color: #212121; } 
.hire-top-blk p{ font-size: 19px; line-height: 1.8; letter-spacing: -0.19px; margin: 0 0 40px; text-align: center; color: #000000; font-family: 'Montserrat-Medium'; } 
.hire-itm:hover{
    transform:translateY(-10px);
    filter:drop-shadow(0 25px 45px rgba(185,141,76,.25));
}
.hire-itm p{
    width:80%;
    margin:0 auto;
    font-size:15px;
}

/* .hire-itm.hire-itm:nth-child(even)::before {
    background: url(./images/why-hire-btn-before.webp) no-repeat center;
    top: auto;
    bottom: 0;
    background-size: 100% 100%;
}
.hire-itm.hire-itm:nth-child(even) {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 62px;
    gap: 20px;
} */
/* ------ */
/* .hire-itm.one:hover:before{ background: url("./images/why-hire-item-bg-hover.webp"); }
.hire-itm:hover:nth-child(even):before{background: url("./images/hire-even-bg-img-hover.webp");background-size: contain;}
.hire-itm:hover:last-child::before{background: url("./images/hire-lastchild-bg-img-hover.webp");background-size: contain;background-position: center;background-repeat: no-repeat;}
.hire-itm.three:hover:before ,.hire-itm.five:hover:before{ background-image: url(./images/hire-odd-img-hover.webp); } */

/* safeguard-sec */
.safeguard-sec { background-color: #ffffff; padding: 0 0 125px; } 
.safeguard-blk { display: flex; justify-content: space-between; align-items: center; gap: 65px; } 
.safeguard-lft { width: 53%; } 
.safeguard-rgt { width: 42.5%; padding-bottom: 5px; border-bottom: 5px solid #c2934e; } 
.safeguard-rgt img { width: 100%; display: block; } 
.safeguard-lft p { font-size: 19px; font-family: 'Montserrat-Medium'; line-height: 1.9; letter-spacing: -0.19px; margin: 0 0 30px 0; color: #000000; } 
.safeguard-lft .text-heading{ text-align: left; font-size: 58px; }

/* we-help-section */
.we-help-section { padding: 0 0 72px 0; background-color: #fff; } 
.we-help-section p{ font-size: 19px; line-height: 1.8; letter-spacing: -0.19px; margin: 0 0 22px 0; color: #000000; font-family: 'Montserrat-Medium'; text-align: center; } 
.we-help-blk { display: flex; justify-content: center; gap: 33px; flex-wrap: wrap; z-index: 1; position: relative; } 
.we-help-item { padding: 55px 36px 45px 35px; width: 23%; position: relative; transition: 0.5s; } 
.we-help-item:hover::before{ background-image: -webkit-linear-gradient( 90deg, rgb(135,99,47) 0%, rgba(69,69,69,0) 100%); background-color: #c2934e; } 
.we-help-item::before { content: ""; position: absolute; width: 300px; height: 273px; top: 0; left: 50%; transform: translateX(-50%); clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); background-image: -webkit-linear-gradient( 90deg, rgb(69,69,69) 0%, rgba(69,69,69,0) 100%); transition: all 0.4s ease; z-index: -1; background-color: #282828; } 
.we-help-item h5{ font-size: 20px; color: #ffffff; font-family: 'Google Sans Flex 9pt-Regular'; text-transform: uppercase; line-height: 1.25; letter-spacing: 0; margin: 0; text-align: center; padding: 108px 0 0 0; position: relative; } 
.we-help-item h5::after{ content: ""; position: absolute; width: 180px;  height: 1px; background: #ffffff; left: 50%; transform: translateX(-50%); top: 85px;} 
.we-help-item h5:before{ position: absolute; content: ""; background-image: url(./images/hm-sprites.webp); background-position: -10px -409px; background-repeat: no-repeat; width: 56px; height: 56px; top: 0; right: 0; left: 0; bottom: 0; margin: 0 auto; } /* Icon 2 */ .we-help-item.two h5::before{ background-position: -105px -409px; } /* Icon 3 */ .we-help-item.three h5::before { background-position: -191px -409px; width: 66px; height: 62px; } /* Icon 4 */ .we-help-item.four h5::before { background-position: -296px -409px; width: 62px; height: 62px; } /* Icon 5 */ .we-help-item.five h5::before{ background-position: -397px -409px; } /* Icon 6 */ .we-help-item.six h5::before { background-position: -468px -409px; width: 68px; } 
.we-help-item.seven h5::before { background-position: -10px -503px; width: 65px; } 
.we-help-item.eight h5::before { background-position: -100px -503px; width: 59px; }

.help-hover {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    padding: 15px 40px;
    height: max-content;
    margin: auto;
    bottom: 0;
    opacity: 0;
}

.help-hover p {
    font-size: 16px;
    text-align: center;
    margin: 0 0 7px;
    line-height: 1.4;
    color: #fff;
}

.we-help-item:hover h5{
    opacity: 0;
}
.we-help-item:hover .help-hover {
    opacity: 1;
}

/* help-btm-sec */ 
.help-btm-main { position: relative; display: flex; align-items: center; padding: 70px 0; } 
.help-btm-main img{ width: 100%; display: block; } 
.help-btm-cnt p{ margin:0 0 30px; font-size: 19px; line-height:1.8; text-align: left; letter-spacing: -0.19px; color: #fff; font-family: 'Montserrat-Medium'; } /* .help-btm-cnt ul{ margin:20px 0 0; } */ .help-btm-cnt ul li { margin-bottom: 23px; padding-left: 23px; font-size: 20px; line-height: 1; letter-spacing: 0; color: #fff; font-family: 'Google Sans Flex 9pt-Regular'; position: relative; } 
.help-btm-cnt ul li:before { position: absolute; content: ""; background-color: #ffffff; border-radius: 50px; width: 7px; height: 7px; top: 0; left: 0; bottom: 0; margin: auto; } 
.help-btm-cnt ul li:hover { color: #c3a12d; } 
.help-btm-cnt ul li:hover::before{ background-color: #c3a12d; } 
.help-btm-cnt ul li:last-child{ margin: 0; } 
.help-btm-cnt { position: absolute; width: 44.7%; right: 0; background-image: url(./images/help-btm-sec-rgt-img.webp); background-repeat: no-repeat; background-size: cover; background-position: center; padding: 45px 33px; } 
.help-btm-section { padding: 0 0 114px; background-color: #fff; }

/* offc-loc */

.office-location-section{ background:#fff; padding:0 0 100px; } 
.ofc-blk-list{ display:flex; justify-content:space-between; align-items:center; gap:70px; padding:0 101px 0 61px; } 
.ofc-loc-left { width: 48.1%; }
.ofc-loc-rgt { width: 41.1%; border-left: 1px solid #c79b53; padding-left: 69px; }
.tab-buttons{ margin-top:40px; } 
.tab-btn{ width:100%; display:flex; align-items:center; text-align:left; background:none; border:none; cursor:pointer; padding:0; outline:none; } 
.tab-btn h4 { width: 100%; margin: 0; padding: 35px 35px 35px 138px; font-size: 35px; color: #000; font-family: 'Google Sans Flex 9pt-SemiBold'; line-height: 1; text-transform: uppercase; position: relative; transition: .3s; }
.tab-btn h4::before{ content:""; position:absolute; left:80px; top:50%; transform:translateY(-50%); width:26px; height:32px; background:url("./images/hm-sprites.webp") no-repeat -198px -10px; } 
.tab-btn.active h4{ background:#c79b53; color:#fff; } 
.office-location-section .tab-btn h4 strong {display: block; font-size: 16px; font-weight: normal; margin: 8px 0  0; line-height: 1.1; }
.office-location-section .tab-btn h4 strong br{display: none;}
.tab-btn.active h4::before{ background-position:-260px -10px; } 
.tab-content{ display:none; } 
.tab-content.active{ display:block; } 
.tab-content iframe{ width:100%; height:450px; border:1px solid #c79b53; display:block; }
/* ares-sec */
.hm-areas-section { padding: 0 0 100px; background-color: #fff; position: relative; }
.hm-areas-section:before{ position: absolute; content: ""; background-color: #c2934e; width: 100%; height: 1px; top: 0; right: 0; bottom: 0; }
.hm-areas-section .container{ max-width: 1710px; margin: auto 0; }
.ares-sce-list { display: flex; justify-content: space-between; gap: 70px; }
.ares-sec-rgt { width: 44.5%; padding: 60px 0 0 0; }
.areas-sec-lft { width: 55.4%; }
.areas-sec-img img{ width: 100%; display: block; clip-path: polygon(0 0, 100% 0%, 100% 50%, 50% 98%, 0% 50%); }
.ul-list { display: flex; justify-content: space-between; gap: 20px; flex-direction: column; }
ul.loc-list.one { width: 294px; }
ul.loc-list.two { width: 280px; }
ul.loc-list.three { width: 180px; }
ul.loc-list{ padding: 0 0 0 20px;}
.ares-sec-rgt p{ font-size: 18px; line-height: 2; color: #000; letter-spacing: -0.18px; font-family: 'Montserrat-Medium'; margin: 0 0 15px; }
.loc-list li a{ font-size: 18px; letter-spacing: -0.72px; font-family: 'Montserrat-Regular'; line-height: 1.2; margin-bottom: 20px; display: inline-block; padding-left: 28px; position: relative; }
.loc-list li a:before { position: absolute; content: ""; background-color: #454545; border-radius: 50px; width: 8px; height: 8px; top: 0; left: 0; bottom: 0; margin: auto; }
.loc-list li a:hover { color: #c3a12d; }
.loc-list li a:hover:before{ background-color: #c3a12d; }
.areas-sec-img { position: relative; }
.areas-sec-img:before { position: absolute; content: ""; background-image: url(./images/ares-sec-lft-before.webp); width: 286px; height: 193px; bottom: 0; right: 55px; top: 48%; margin: auto; z-index: 1; }
.ares-sec-rgt .text-heading { margin: 0 0 15px; text-align: left; }
.ul-list h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Google Sans Flex 9pt-SemiBold';
}



.areas-sec-box {
    width: 100%;
    background-image: url(./images/help-btm-sec-rgt-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 45px 33px;
    margin: 70px 0 0;
}


.areas-sec-box h3 {
    color: #d1a054;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
}
.areas-sec-box h5 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.areas-sec-box p {
    color: #fff;
    font-size: 17px;
    margin: 0 0 25px;
}
.areas-sec-box p a {
    color: #d1a054;
}
 
/*footer form*/
.hm-form { padding: 0 125px; }
.hm-form .gfield label { display: none; }
.hm-form-sec .container{ width: 100%; max-width: 100%; }
.bnr-rit-cnt.footer { text-align: left; position: absolute; transform: rotate(269deg); left: 5%; top: 0; bottom: 0; margin: auto; font-size: 140px; pointer-events: none; right: auto; letter-spacing: 2.8px; }
.hm-form-sec{ padding:0px; position: relative; }
.hm-form-sec .text-heading{ font-size:70px; letter-spacing:0; color: #000000; margin: 0 0 30px; line-height: 1.1; font-family: 'Google Sans Flex 9pt-SemiBold'; }
.hm-form-sec p { font-family: 'Montserrat-Regular'; font-size:16px; color:#000000; line-height:1; margin: 0 0 23px; letter-spacing:-0.4px; text-align: center; }
.hm-form .gform_required_legend{ display: none; }
.ftr-form-sctn { text-align: center; background-color: #fff; padding: 0 0 90px 0; position: relative; z-index: 1; overflow: hidden; }
.ftr-form-sctn::before, .ftr-form-sctn::after{ content: ""; position: absolute; background-repeat: no-repeat; background-size: contain; pointer-events: none; z-index: 0; }
.ftr-form-sctn::before{ background-image: url(./images/form-lft-img.webp);     width: 24.9%; height: 84.2%; left: 0; top: 0; opacity: 10%; }
.ftr-form-sctn::after { background-image: url(./images/form-rgt-img.webp); width: 34.8%; height: 89%; right: 0; bottom: -20px; background-position: bottom;}
.gchoice.gchoice_3_9_1 label { display: block; }
.hm-form .gfield.chk { width: 23%; border: none; padding: 0; }
.hm-form input::placeholder { color: #000; }
.hm-form input:-ms-input-placeholder { color: #000; }
.hm-form input::-ms-input-placeholder { color: #000; }
.hm-form textarea::placeholder { color: #000; }
.hm-form textarea:-ms-input-placeholder { color: #000; }
.hm-form textarea::-ms-input-placeholder { color: #000; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea { margin: 0px; width: 100% !important; color: #000000; outline: 0px; position: relative; border-radius: 0; font-family: 'Montserrat-Regular'; background: #fff; line-height: 1.2 !important; font-size: 16px !important; padding: 21px 20px !important; transition: all 0.5s; display: block; text-align: left; height: auto !important; border: 1px solid #000; }
.hm-form .gfield{ position: relative !important ; }
.hm-form .gfield.gfield--type-text, .hm-form .gfield.gfield--type-phone, .hm-form .gfield.gfield--type-email { width: 32.2% !important; }
.hm-form .gform_fields { display: flex !important; flex-wrap: wrap; gap: 15px !important; justify-content: space-between; align-items:center; }
.hm-form .gform_wrapper .top_label textarea { width: 100% !important; height: 203px !important; resize: none; margin: 0; padding-top: 20px !important; margin: 0px 0 20px 0; min-block-size: 0px !important; }
.hm-form .gfield.msg { width: 100%; }
.hm-form-sec .gform_wrapper ul.gform_fields ul { margin: 0; padding: 0; }
.hm-form-sec .gform_wrapper ul.gform_fields li { padding: 0 !important; margin: 0 !important; position: relative; width: 100%; }
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label { cursor: pointer; font-size: 16px; font-family: 'Montserrat-Regular'; line-height: 1; color: #222222; letter-spacing: -0.4px; margin: 0; text-align:left; }
.hm-form .gform_wrapper .form-links a:hover { color: #c2934e; }
.hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield { position: relative; width: 50%; color: #222222; line-height: 1; text-align: left; margin: 0 0 0px !important; }
.hm-form-sec .gfield .ginput_container { margin: 0 !important; }
.hm-form .gfield_description.instruction.validation_message { top: 3px; }
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] { width: 15px !important; height: 15px !important; float: left; clear: both; margin: 0px 6px 0px 0 !important; padding: 0 !important; }
.hm-form .gform_wrapper .gform_footer.top_label { padding: 0; text-align: center; margin: 30px auto 0; position: relative; max-width: max-content; }
.hm-form .gform_wrapper .top_label button[type="submit"] { display: inline-block !important; background-color:#c2934e !important; border: 0px none !important; border-radius: 0 !important; cursor: pointer; text-transform: uppercase !important; transition-duration: 0.5s; font-family: 'Google Sans Flex 9pt-SemiBold' !important; width: auto !important; color: #ffffff !important; font-size: 19px !important; padding: 22px 40px !important; line-height: 1 !important; letter-spacing: 0; margin: 0; position: relative; z-index: 1; outline: 1px solid #c2934e; outline-offset: 9px; }
.hm-form .gform_wrapper .top_label button[type="submit"]:hover { background: #0f0f0f !important; outline-color: #000000; }
.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: 'Montserrat-Regular'; padding: 15px; border: 1px solid rgba(0, 0, 0, 0.2); background: #fff; font-size: 14px; color: black; transition: transform 0.15s ease-out; display: inline-block; line-height: 2; z-index: 12; }
.popup .show { visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; position: inherit; pointer-events: auto; } div#popup-container { position: absolute; z-index: 2; pointer-events: none; width: 1050px; }
.hm-form-sec .gform_wrapper.gravity-theme .gfield { position: relative; text-align: left; }
.gform_button.disabled { pointer-events: none; }
.hm-form-sec .gform_fields .ginput_container, .hm-form-sec .gform_field { margin: 0; }
.gfield--type-honeypot { display: none; } /*ERRROR*/ .hm-form .gfield_description{ margin: 0px !important }
.hm-form .gfield_description.validation_message {position: absolute;bottom: 13px;right: 8px !important;text-align: right;font-size: 13px;font-family: 'Montserrat-Regular';color: #a90000;margin: 0;pointer-events: none;}
.hm-form .chk .gfield_description.validation_message{ bottom: -17px !important; }
 
/*Footer block*/
 
.ftr-block-sec { background-color: #141414; padding: 45px 0 100px; color: #fff; border-bottom: 1px solid #2c2c2c; z-index: 1; position: relative; }
.ftr-block-sec::before{ content: ""; position: absolute; top: 113px;                 /* Move vertically */ left: 50%; transform: translateX(-50%); width: 100%;           /* Border length */ height: 1px; background: #2c2c2c; }
.ftr-block-sec .container{ max-width: 100%; }
 #footer-navigation ul { margin: 0 0 0px; font-size: 0; text-align: center; padding: 0 0 48px;  }
#footer-navigation ul li { display: inline-block; padding: 0; position: relative; margin: 0 23px; }
#footer-navigation ul li:first-child{ margin: 0 23px 0 0 ; } 
#footer-navigation ul li:last-child{ margin: 0 0 0 23px; }
#footer-navigation ul li a { font-size: 20px; letter-spacing: 0.36px; color: #fff; padding: 0; min-width: inherit; font-family: 'Montserrat-Medium'; border: 0; line-height: 1; display: inline-block; }
 #footer-navigation ul li.current-menu-item > a, #footer-navigation ul li:hover > a { color:#c2934e; }
.ftr-sec-list { display: flex; justify-content: space-between; padding: 0 80px; gap: 35px; margin-bottom: 90px; }
.ftr-call-btm { text-align: center; }
.ftr-itm { width: 24%; text-align: center; position: relative; padding: 43px 60px 0; z-index: 1; }
.ftr-itm::before { content: ""; position: absolute; width: 93.5%; height: 88.3%; top: 0; left: 50%; transform: translateX(-50%); clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); background-image: -webkit-linear-gradient( 90deg, rgb(20,20,20) 0%, rgba(20,20,20,0) 100%); transition: all 0.4s ease; z-index: -1; }
.ftr-itm:hover::before { background: linear-gradient( 180deg, rgba(36, 36, 36, 1) 0%, rgba(36, 36, 36, 0.95) 30%, rgba(36, 36, 36, 0.6) 70%, rgba(36, 36, 36, 0.15) 100% ); }
.ftr-itm h4{ font-size: 25px; font-family: 'Google Sans Flex 9pt-SemiBold'; line-height: 1; letter-spacing: 0.4px; color: #fff; margin: 0 0 20px; padding: 120px 0 20px; position: relative; }
.ftr-itm h4:before { content: ''; position: absolute; width: 82px; height: 82px; background-image: url(images/ftr-location-icn.webp); background-repeat: no-repeat; background-size: contain; background-position: top center; left: 0; top: 0; right: 0; margin: auto; }
.ftr-itm h4:after { content: ''; position: absolute; width: 30%; height: 2px; background-color: #d1a054; background-repeat: no-repeat; left: 0; bottom: 0; right: 0; margin: auto; }
.ftr-itm.cnct h4:before { background-image: url(images/hdr-cal-icn.webp); }
.directions-btn a { display: inline-block; font-family: 'Google Sans Flex 9pt-SemiBold'; font-size: 16px; color: #ffffff; padding: 25px 24px 25px 27px; background-color: #141414; border: 1px solid #85683a; text-transform: uppercase; line-height: 1; letter-spacing: 0; margin: 0; text-align: center; transition: all 0.4s ease; }
.ftr-itm:hover .directions-btn a{ background-color: #d1a054; border: 1px solid transparent; }
.ftr-call-btm { text-align: center; background-color: #141414; width: 30%; margin: 0px auto -134px; position: relative;}
.ftr-call-btm a:hover{ color: #fff; }
.ftr-call-btm p { font-size: 18px; display: block; color: #ffffff; font-family: 'Montserrat-Regular'; text-transform: uppercase; letter-spacing: 7.2px; margin: 0; }
.ftr-call-btm a{ display: inline-block; font-size: 60px; color: #d1a054; font-family: 'Google Sans Flex 9pt-SemiBold'; line-height: 1; letter-spacing: -1.2px; }
.ftr-itm p{ font-size: 16px; font-family: 'Montserrat-Regular'; line-height: 1.6; letter-spacing: 0px; color:#fff; margin: 0 0 30px; }
.ftr-itm p strong{color: #d1a054;}
.ftr-itm.cnct p a { font-size: 40px; font-family: 'Instrument Sans'; font-weight: 700; line-height: 1; letter-spacing: 0; color: #931917; margin: 0; display: inline-block; }
.ftr-itm.cnct p a:hover, .ftr-itm p.directions a:hover { color: #fff; }
.ftr-itm p.directions a { color: #931917; text-transform: uppercase; margin: 6px 0 0; display: inline-block; }
.ftr-itm.ftr-logo img { margin: 0 0 20px; }
.ftr-scl-icons .fb { position: absolute; content: ""; background-image: url(./images/hm-sprites.webp); background-position: -452px -10px; background-repeat: no-repeat; width: 15px; height: 27px; font-size: 0; top: -50px; left: 0; bottom: 0px; right: 0; margin: 0 auto; }

 
/*Copy Rights Section*/ 
.ftr-copyrights-sec { background-color: #141414; padding: 70px 0px 42px; text-align: center; }
.ftr-copyrights-sec p{ margin: 0; color: #fff; font-family: 'Montserrat-Regular'; font-size: 17px; line-height: 1.5;}
.ftr-copyrights-sec p a:hover{ color: #d1a054; }
 




.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 */
body:not(.home):not(.page-template-template-contact) .ftr-form-sctn { position: relative; padding-top: 90px; border-top: 1px solid #d1a054; }
body:not(.home):not(.page-id-XX) .ftr-form-sctn::before{ top: 50px; }
 
#page-column .sdbr-case-item p { color: #fff; }
.page-container, .post-container { width: 100%; max-width: 1300px; margin: 0 auto; }
#main-heading .page-container{ position: relative; padding: 0 10px 0 25px; }
#main-heading .page-container::before{ position: absolute; content: ""; width: 3px; height: 90%; background-color: #d1a054; left: 0; top: 0; bottom: 0; margin: auto; }
#main-heading { background-image: url(images/page-bnr-bg-img.webp); background-repeat: no-repeat; background-size: cover; background-position: center; padding: 150px 0 130px; text-align: center; }
#main-heading h1 { font-size: 60px; font-family: 'Google Sans Flex 18pt-Bold'; line-height: 1.1; letter-spacing: 0; color: #fff; text-transform:capitalize; margin: 0 0 10px; text-align:left; }
#main-heading .inrpg-breadcrumbs { font-size: 20px; font-family: 'Montserrat-Medium'; line-height: 1.2; text-align: left; letter-spacing: 0.4px; color: #ffffff; margin: 0; }
#main-heading .inrpg-breadcrumbs span.current-item, #main-heading .inrpg-breadcrumbs span:hover { color: #d1a054; }
#post-content, #page-content { padding: 100px 0; }
.page-col-full, .single-col-full { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
#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: 'Google Sans Flex 9pt-SemiBold'; letter-spacing: 0; line-height: 1.1; margin: 0 0 16px; color: #000000; }
#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 { color: #c2934e; }
#page-column h1, #page-column h2, #page-content .areaserved-item-list h2 { font-size: 48px; }
#page-column h3 { font-size: 42px; }
#page-column h4 { font-size: 36px; }
#page-column h5 { font-size: 30px; }
#page-column h6 { font-size: 24px; }
.inrpg-breadcrumbs .post.post-page.current-item br {display: none; }
#page-column p, #page-column li { font-family: 'Montserrat-Regular'; font-size: 19px; line-height: 1.94; color: #0f0f0f; letter-spacing: 0; margin: 0 0 16px 0; }
#page-column li ul { padding: 15px 0 0 10px; margin: 0; position: relative; }
#page-column li ul li { padding-left: 22px; list-style: none ;}
#page-column li ul li:before;{ display: none;}
#page-column ol, #page-column ul { margin: 0 0 25px 0px; list-style-position: inside;     padding: 0 0 0 20px;}
#page-column ul li { list-style: none; padding-left: 20px; position: relative; margin: 0 0 11px; }
#page-column ul li:before { background: #c2934d; width: 13px; height: 12px; position: absolute; content: ""; left: 0; right: 0; top: 14px; clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); }
#post-content .posts-list .author-info a, #page-column a, #page-column li a { color: #c2934e; text-decoration: none !important; }
#page-column a:hover, #page-column li a:hover { color: #0f0f0f; }
#page-column  ol { list-style-type: decimal; margin-left: 20px; }
#page-column  ol li { list-style: decimal; padding-left: 0 !important; }
#page-column  ul li > ul li { list-style-type: inherit; }
#page-column  ul li > ul li > ol li { list-style-type: decimal; }
#page-column  ul li > ul li:before { display: block; }
#page-column  ul li > ol li { list-style-type: decimal; }
#page-column  ul li > ol li:before { display: none; }
#page-column  ul li > ol li > ul li { list-style-type: inherit; }
.page-feature-img, .single-thumbnail { margin: 0 0 35px; }
.page-feature-img img, .single-thumbnail img { width: 100%; display: block; }
 
 
/*Sidebar Styles*/
.sidebar-page .sidebar-item { margin: 0 0 46px; background-color: #212121; background-image: -webkit-linear-gradient( 90deg, rgb(69,69,69) 0%, rgba(69,69,69,0) 100%); position: relative; padding: 30px 10px 20px; }
.sidebar-page .sidebar-item h2, h4.widget-title { padding: 0 0 22px; text-align: center; position: relative; font-size: 45px; line-height: 1; color: #fff; letter-spacing: 0px; margin: 0 0 10px; font-family: 'Google Sans Flex 9pt-Medium'; }
.sidebar-page .sidebar-item h2::before{ content: ''; position: absolute; background-color: #c2934d; height: 1px; bottom: 0; left: -10px; right: -10px; }
.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; position:relative }
.sidebar-page .sidebar-menu-pa ul li a {
    font-size: 22px;
    color: #fff;
    display: block;
    position: relative;
    font-family: 'Google Sans Flex 9pt-Regular';
    line-height: 1.2;
    margin: 0 0 5px;
    letter-spacing: 0;
    padding: 14px 30px 14px 33px;
    background-color: transparent;
    border: 1px solid transparent;
}
.sidebar-page .sidebar-menu-pa ul li a:last-child{ margin: 0; }
.sidebar-page .sidebar-menu-pa ul li a::before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 13px;
    height: 12px;
    top: 19px;
    left: 12px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.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 { border-color: #c2934d; color: #c2934d; }
.sidebar-page .sidebar-menu-pa ul li.current-menu-item > a::before, .sidebar-page .sidebar-menu-pa ul li:hover > a::before { background-color: #c2934d; }
.sidebar-page .sidebar-menu-pa .sub-menu li a { width: 100%; padding: 10px 30px 10px 30px; display: block; text-align: left; font-size: 18px; line-height: 1.2; margin: 0; }
.sidebar-page .sidebar-menu-pa ul.sub-menu  li a:hover, .sidebar-page .sidebar-menu-pa ul.sub-menu li.current-menu-item > a{ background-color: transparent; color: #c2934d; }
.sidebar-page .sidebar-menu-pa .sub-menu li a:before { width: 10px; height: 10px; top: 15px;  margin: auto; }
.sidebar-page .sidebar-menu-pa .sub-menu li a:hover:before{ background-color: #c2934d; }
.sidebar-page .sidebar-menu-pa ul li .drop.close, .sidebar-page .sidebar-menu-pa ul li .drop.open { font-size: 0; position: absolute; right: 5px; top: 14px; width: 30px; height: 30px; background-color: transparent; background-image: url(images/plus_icn.webp); background-position: center; background-repeat: no-repeat; padding: 0px 0px; cursor: pointer; }
.sidebar-page .sidebar-menu-pa ul li .drop.open { background-image: url(images/minus_icn.webp); }
.sidebar-page .sidebar-menu-pa .sub-menu li { margin: 0 0 10px; }
.sidebar-page .sidebar-menu-pa .sub-menu { overflow: hidden; transition: max-height 0.8s ease; }
.sidebar-page .sidebar-menu-pa .sub-menu.open { max-height: 900px; transition: max-height 0.8s ease; padding:3px 0 0 20px; }
 
/*testimonials sidebar*/
.sidebar-page section.widget.testi {  text-align: center; margin: 0 0 50px; }
.widget.testi h4{ color: #000000; }
.testi-sdbr-blk{ position: relative; padding: 0 20px 40px; background: /* TOP BORDER */ linear-gradient(#dfc6a1,#dfc6a1) left top 13px / 120px 1px no-repeat, linear-gradient(#dfc6a1,#dfc6a1) right top 13px / calc(100% - 280px) 1px no-repeat, /* BOTTOM BORDER */ linear-gradient(#dfc6a1,#dfc6a1) left bottom / calc(100% - 60px) 1px no-repeat, /* LEFT BORDER - TOP */ linear-gradient(#dfc6a1,#dfc6a1) left top 13px / 1px 20px no-repeat, /* LEFT BORDER - BOTTOM */ linear-gradient(#dfc6a1,#dfc6a1) left 0 bottom / 1px calc(100% - 130px) no-repeat, /* RIGHT BORDER - TOP */ linear-gradient(#dfc6a1,#dfc6a1) right top 13px / 1px calc(100% - 117px) no-repeat; }
.testi-sdbr-blk::before, .testi-sdbr-blk::after { position: absolute; content: ""; width: 112px; height: 104px; background-image: url(images/inr-sprites.webp); background-repeat: no-repeat; z-index: 1; }
.testi-sdbr-blk::before { background-position: -146px -128px; top: 45px; left: -1px; }
.testi-sdbr-blk::after { background-position: -286px -128px; bottom: -12px; right: -18px; }
.star-rat{ position: relative; top: -13px; z-index: 5; overflow: visible; }
 
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav { display: flex; justify-content: center;  margin: 45px 0 0 ;}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev, section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next { background-image: url(images/inr-sprites.webp) !important ;  background-repeat: no-repeat;  background-position:-18px -285px ;   width: 44px;  height: 32px;  transform: scale(0.8); }
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next { background-position-x: -80px; }
 
.testi-sdbr-blk .owl-stage{ padding: 13px 0 0; }
#page-content section.widget.testi .testi-item p { font-family: 'Montserrat-Regular'; font-size: 16px; color: #000000; line-height: 1.9; letter-spacing: 0px; margin-bottom: 20px; }
#page-content section.widget.testi .testi-item .star-rat { width: 148px; height: 28px; background-image: url(images/sdbr-start-img.webp); background-repeat: no-repeat; background-position: center; margin: 0 auto 20px; }
#page-content section.widget.testi .testi-item h4{ font-family: 'Google Sans Flex 9pt-Regular'; font-size: 24px; line-height: 1.2; color: #c2934e; margin: 0 0 20px; }
#page-content section.widget.testi .testi-item h6 { position: inherit; font-family: 'Google Sans Flex 9pt-SemiBold'; font-size: 25px; color: #c2934e; line-height: 1.6; text-transform: uppercase; letter-spacing: 0px; margin-bottom: 0px; bottom: inherit; }
.sidebar-page section.widget.testi h4.widget-title { margin: 0 0 30px; padding: 0; }
.sidebar-page section.widget.testi h4.widget-title:before{ display: none; }
#page-content section.widget.testi .testi-item { width: 100%; background-color: transparent; border:0px; margin: 0; padding: 0; }
#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%; }
 section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev:hover{ background-position: -18px -325px; }
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next:hover{ background-position: -80px -325px; }


 
/*Case Results sidebar*/
section.widget.csae-res { background-color: #212121; background-image: -webkit-linear-gradient( 90deg, rgb(69,69,69) 0%, rgba(69,69,69,0) 100%); padding: 30px 25px 80px; margin-bottom: 20px; text-align: center; position: relative; }
section.widget.csae-res .sdbr-case-item h4 { font-family: 'Google Sans Flex 9pt-SemiBold'; font-size:40px; line-height: 1; margin: 0 0 20px; color: #c2934e; letter-spacing: -1.2px; position: relative; padding:  130px 0 25px ; }
section.widget.csae-res .sdbr-case-item h4::before { position: absolute; content: ""; width: 86px; height: 86px; background-image: url(images/inr-sprites.webp); background-repeat: no-repeat; background-position: -15px -126px; top: 0; left: 0; right: 0; margin: auto; }
section.widget.csae-res .sdbr-case-item h4::after { position: absolute; content: ""; width: 120px; height: 4px; background-color: #c2934e; bottom: 0; left: 0; right: 0; margin: auto; }
section.widget.csae-res .sdbr-case-item p { font-family: 'Montserrat-Regular'; font-size: 20px; line-height: 1.8; margin: 0; color: #fff; letter-spacing: -0.5px; }
section.widget.csae-res::before { position: absolute; content: ""; width: 50%; height: 10%; background-color: #0f0f0f; background-repeat: no-repeat; clip-path: polygon(50% 0%, 0% 100%, 100% 100%); bottom: 0px; left: 0; right: 0; margin: auto; }
.case-sdbr-blk .owl-nav, .case-sdbr-blk .owl-dots{    display: none !important;}
 
.case-sdbr-blk .owl-nav{ display: none !important; }
.case-sdbr-blk .owl-dots{ display: flex !important; justify-content: center; align-items: center; gap: 10px; margin-top: 25px; }
.case-sdbr-blk .owl-dot{ width: auto; height: auto; }
.case-sdbr-blk .owl-dot span{ display: block; width: 10px; height: 10px; border-radius: 50%; background: #c2934e; margin: 0; transition: .3s; }
.case-sdbr-blk .owl-dot.active span{ width: 30px; border-radius: 30px; }


 
 
.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; }
 
 
 
/* Our Team Page */
.inr-team-blk { display: flex; justify-content: center; gap: 39px; flex-wrap: wrap; }
.inr-team-itm { width: 31.3%; position: relative; z-index: 2; clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); }
.inr-team-itm::after { position: absolute; content: ""; width: 100%; height: 100%; background-image: -webkit-linear-gradient( 90deg, rgb(17,17,17) 0%, rgba(17,17,17,0) 65%); inset: 0; z-index: 0; }
.inr-team-itm:hover{ padding: 4px; }
.inr-team-itm .inr-itm-img{ clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); }
.inr-team-itm::before { position: absolute; content: ""; width: 100%; height: 100%; background-color: #bf9e2c; inset: 0; z-index: -1; display: none; }
.inr-team-itm:hover::before { display: block; }
.inr-team-itm .inr-itm-img img{ display: block; width: 100%; }
#page-content .inr-itm-cont h4{ font-family: 'Google Sans Flex 9pt-Regular'; font-size: 33px; color: #fff; line-height: 1.21; margin: 0 0 15px; text-transform: uppercase; }
.inr-itm-cont h4 strong{ display:block; color: #c3a12d; }
#page-content .inr-itm-cont h6{ font-family: 'Montserrat-Medium'; font-size: 16px; text-transform: uppercase; line-height: 1; color: #ffffff; letter-spacing: 1.2px; }
.inr-itm-cont { position: absolute; bottom: 20px; left: 0; right: 0; margin: auto; text-align: center; z-index: 2;  padding: 0 55px; }
.inr-team-itm-hvr{ position: static; }
.inr-team-itm-hvr a{ position: absolute; inset: 0; display: block; z-index: 10; font-size: 0; }
 
/*Case Results Page*/
.case-load-more-btn{ text-align: center; margin: 40px 0; }
.case-load-more-btn .cmn-btn span{ color: #fff; }
#caseresult-blk { display: flex; justify-content: center; gap: 45px; flex-wrap: wrap; }
#page-column .case-item.inr { width: 31%; background-color: #212121; background-image: -webkit-linear-gradient( 90deg, rgb(69,69,69) 0%, rgba(69,69,69,0) 100%); padding: 30px 25px 80px; text-align: center; position: relative; }
#page-column .case-item.inr h6 { font-family: 'Google Sans Flex 9pt-SemiBold'; font-size: 45px; line-height: 1.1; margin: 0 0 20px; color: #c2934e; letter-spacing: -1.2px; position: relative; padding:  130px 0 25px ; }
#page-column .case-item.inr h6::before { position: absolute; content: ""; width: 86px; height: 86px; background-image: url(images/inr-sprites.webp); background-repeat: no-repeat; background-position: -15px -126px; top: 0; left: 0; right: 0; margin: auto; }
#page-column .case-item.inr h6::after { position: absolute; content: ""; width: 120px; height: 4px; background-color: #c2934e; bottom: 0; left: 0; right: 0; margin: auto; }
#page-column .case-item.inr  p { font-family: 'Montserrat-Regular'; font-size: 20px; line-height: 1.8; margin: 0 0 10px; color: #fff; letter-spacing: -0.5px; }
#page-column .case-item.inr h4{color: #fff;}
#page-column .case-item.inr::before { position: absolute; content: ""; width: 50%; height: 10%; background-color: #0f0f0f; background-repeat: no-repeat; clip-path: polygon(50% 0%, 0% 100%, 100% 100%); bottom: 0px; left: 0; right: 0; margin: auto; }
 
 
/*single attoreny page*/
 
.single-profile-sec { padding: 78px 0 0; }
.single-profile-block { background-color: #212121; background-image: -webkit-linear-gradient( 90deg, rgb(69,69,69) 0%, rgba(69,69,69,0) 100%); display: flex ; justify-content: space-between; align-items: center; gap: 52px; padding: 0 80px 0 46px; border: 2px solid; margin: 0 0 30px; position: relative; z-index: 1; }
.single-profile-block::before{ position: absolute; content: ""; width: 397px; height: 384px; background-image: url(images/profile-before-star-img.webp); background-repeat: no-repeat; background-size: contain; left: 0; top: 0; bottom: 0; margin: auto; z-index: -1; }
.single-profile-image { width: 40.5%; margin: -78px 0 0; }
.single-profile-image img{ display: block; width: 100%; }
.sp-block { width: 55.7%; }
#page-column .single-profile-block .sp-block h2 {
    font-family: 'Google Sans Flex 9pt-SemiBold';
    font-size: 50px;
    margin: 0 0 10px;
    line-height: 0.89;
    color: #fff;
    letter-spacing: -2.5px;
}
#page-column .single-profile-block .sp-block h2 strong{ color: #c2934d; }
#page-column .single-profile-block .sp-block h5{ font-family: 'Montserrat-Medium'; font-size: 23px; text-transform: uppercase; line-height: 1; margin: 0 0 15px; letter-spacing: 1.72px; color: #fff; }
#page-column .single-profile-block  .schedule-btn a.cmn-btn{ color: #fff; font-size: 17px; margin: 31px 0 0 ; }
#page-column .single-profile-block  .schedule-btn a.cmn-btn:hover{ background-color: #fff; outline-color: #c2934e; color: #000; }
#page-column .single-profile-call p{ font-family: 'Montserrat-Regular'; font-size: 18px; line-height: 1; color: #fff; text-transform: uppercase; letter-spacing: 1.08px; margin: 0 0 7px; }
#page-column .single-profile-call .profile-tel a{ font-family: 'Google Sans Flex 9pt-SemiBold'; font-size: 38px; line-height: 1; letter-spacing: -0.76px; color: #c2934d; position: relative; }
#page-column .single-profile-call .profile-tel a:hover{ color: #fff; }
#page-column .single-profile-call { padding: 0 0 0 72px; position: relative; }
#page-column .single-profile-call .profile-tel a::before { position: absolute; content: ""; background-image: url(images/inr-sprites.webp); background-repeat: no-repeat; background-position: -18px -16px; width: 54px; height: 54px; bottom: 5px; left: -72px; margin: auto; }
 
 /* Accordion Section */
 
#page-column .accordion-section-title { font-size: 30px; font-family: 'Google Sans Flex 9pt-Regular'; line-height: 1.2; color: #fff; display: block; position: relative; margin: 0; padding: 12px 70px 12px 30px; background-color: #212121; }
#page-column .accordion-section-title:hover{ color: #c2934d; }
#page-column .accordion-section-title.active { background-color: #c2934d; color: #ffffff; }
#page-column .accordion-section-title::after{ content: ""; position: absolute; top: 0; bottom: 0; right: 30px; width: 34px; height: 34px; background-image: url(images/down-arrow.webp);background-repeat: no-repeat; background-size: contain; transition: .3s ease; margin: auto; }
#page-column .accordion-section-title.active:after{ background: url(images/up-arrow.webp) no-repeat center;}
.accordion-section-content{ padding: 0 15px; }
.accordion-section-content {display: none; }
.accordion-section-content.open {display: block; }
 
 /*testimonials page*/
#reviews-main { column-count: 2; gap: 30px; }
#page-content .review-item { background: #ffffff; position: relative; width: 100%; height: 100%; display: inline-block; margin-bottom: 40px; background-color: transparent; text-align: center; padding: 0px 70px 60px; border: 2px solid #e3cdac; }
#page-content .review-item:before ,#page-content .review-item::after{ z-index: 0; position: absolute; content: ""; background-image: url(./images/inr-sprites.webp); background-position: -149px -125px; background-repeat: no-repeat; background-color: #fff; width: 95px; height: 87px; left: -10px; top: 16px; }
#page-content .review-item::after { background-position-x: -289px; bottom: -10px; right: -15px; top: auto; left: auto; }
#page-content .review-item h6 { font-family: 'Google Sans Flex 9pt-Regular'; line-height: 1.4; color: #c2934e; margin: 0 0 30px; z-index: 1; position: relative; }
#page-content .review-item .star-rat {width: 248px; height: 34px; margin: -2px auto 27px; background-color: #fff; padding: 0 10px; }
#page-content .review-item .star-rat img{width: 100%; display: block; }
#page-content .review-item p { line-height: 1.6; letter-spacing: 0; color: #000000; text-align: center; margin: 0 0 30px; z-index: 1; position: relative; }
.wherefromtesti-blk { display: flex; justify-content: center; align-items: center; position: absolute; left: 0; right: 0; bottom: 22px; gap: 20px; }
.wherefromtesti { border-radius: 50%; overflow: hidden; }
#page-content .review-item h5 { line-height: 1; letter-spacing: 0; color: #c2934e; text-align: center; margin: 0; text-transform: uppercase; }
#page-content .review-item.hidden-review{ display:none; } 
.load-more-wrap{ text-align:center; margin-top:40px; }
 #page-column .load-more-wrap .cmn-btn{ color: #fff; }
 #load-more-reviews{ cursor:pointer; }
 
/*Practice Areas Page*/
#page-column .pract-list.inr .pract-item{width: 30.8%;    padding: 60px 40px; }
#page-column .pract-list.inr {display: flex; justify-content: center; flex-wrap: wrap; gap: 35px; }
#page-column .pract-list.inr .pract-item h5 { font-family: 'Google Sans Flex 9pt-SemiBold'; letter-spacing: -0.72px; line-height: 1.3; color: #ffffff; margin: 0 0 15px; position: relative; padding: 100px 0 10px; }
#page-column .pract-list.inr .pract-item h5::before { position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; left: 0; right: 0; top: 0; margin: auto;width:75px;height:80px; }
/*#page-column .pract-list.inr .pract-item h5::after { position: absolute; content: ""; width: 150px; height: 1px; background-color: #c2934d; left: 0; right: 0; bottom: 0; margin: auto; }*/
#page-column .pract-list.inr .pract-item .pract-btn a.cmn-btn { color: #fff; }
#page-column .pract-list.inr p{ color: #fff; font-family: 'Montserrat-Medium'; }
#page-column .pract-list.inr .pract-item:hover h5::after { background-color: #ffffff; }
#page-column .pract-list.inr .pract-item.workers-comp h5::before { background-image:url(images/Workers-Compensation.webp); }
#page-column .pract-list.inr .pract-item.employment-law-firm h5::before { background-image:url(images/Workers-Compensation-FAQs.webp); }
#page-column .pract-list.inr .pract-item.personal-injury h5::before { background-image: url(images/Personal-Injury-Cross-Over-Attorney2.webp);}
#page-column .pract-list.inr .pract-item.employment h5::before{background-image: url(images/Employment-Law.webp);}
#page-column .pract-list.inr .pract-item.workplace h5::before{background-image: url(images/Workplace-Injury.webp);}
 
/*Blog page*/
.posts-list {     width: 32.3%; background-color: #212121; z-index: 0; margin: 0; position: relative; border: 1px solid #b6c5c6; padding: 10px 13px 120px;}
.posts-list:hover .posts-thumbnail{ background-color: #bf9c68; }
.posts-list:hover{ background-color: #bb8f4c; }
.posts-list:hover::before{ position: absolute; content: ""; background-image: -webkit-linear-gradient( 90deg, rgb(135,99,47) 0%, rgba(69,69,69,0) 100%); width: 100%; height: 50%; bottom: 0; right: 0; left: 0; margin: auto; z-index: -1; }
#post-content .posts-list:hover  .posts-readmore a { background-color: #000; outline: 1px solid #000; }
.posts-list:before{ position: absolute; content: ""; background-image: -webkit-linear-gradient( 90deg, rgb(69,69,69) 0%, rgba(69,69,69,0) 100%); width: 100%; height: 50%; bottom: 0; right: 0; left: 0; margin: auto; z-index: -1; }
.posts-thumbnail { background-color: #424242; }
#post-column-full { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
#post-content .posts-thumbnail img { width: 100%; display: block; }
#post-content .posts-list .posts-block { padding: 30px 10px 0; }
.posts-block #page-column  h6 a{ color: #fff; line-height: 1.2; margin: 0 ; }
.posts-block #page-column  h6{ padding: 0; }
#post-content .posts-list .author-info .post-dmy { font-size: 18px; font-family: 'Instrument Sans'; font-weight: 400; line-height: 1; letter-spacing: 0; color: #fff; margin: 0; padding: 12px 29px 13px; background-color: #931917; position: absolute; right: 0; top: 0; }
#post-content .posts-list .posts-block h3 { margin: 0 0 15px; line-height: 1; }
#post-content .posts-list .posts-block h3 a { display: inline-block; color: #000000; }
#post-content .posts-list #page-column { width: 100%; }
.posts-readmore { position: absolute; left: 30px; bottom: 30px; }
#post-content .posts-list .posts-block p {     font-size: 17px; line-height: 1.6; color: #ffff; letter-spacing: 0; margin: 0 ; font-weight: 500; font-family: 'Montserrat-Regular';}
#post-content .posts-block .single-meta p {color: #fff; font-family: 'Montserrat-Medium'; margin: 0 0px 12px; }
#post-content .posts-list:hover p, #post-content .posts-list:hover .author-info, #post-content .posts-list:hover .author-info a { color: #fff; }
#post-content .posts-list .author-info { display: flex; gap: 5px; align-items: center; justify-content: flex-start; flex-wrap: wrap; margin: 0 0 20px; }
#post-content .posts-list .posts-readmore a { font-size: 19px; line-height: 1; text-transform: uppercase; display: inline-block; background-color: #b98d4c; color: #fff; padding: 15px 29px; outline: 1px solid #b98d4c; outline-offset: 5px; }
#page-column .single-meta { display: flex; align-items: center; justify-content: flex-start; gap: 6px; margin: 0 0 30px; }
#page-column .single-author .author-by, #page-column .single-author .meta-date { font-size: 20px; font-family: 'Instrument Sans'; font-weight: 500; line-height: 1.1; letter-spacing: 0; color: #000000; margin: 0; }
#page-column .single-meta .single-category { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
#page-column .single-meta p { margin: 0; }
.single-author-box { padding: 15px; border: 1px solid #000; margin: 30px 0; display: flex; }
.single-author-info { width: 75%; }
.single-author-avatar { width: 25%; margin: 0 2% 0.5% 0; float: left; }
.single-author-avatar img { width: 100%; display: block; border-radius: 0 !important; }
.single-post-author {display: none; }
.single-author-description { font-size: 18px; line-height: 1.75; letter-spacing: 0; color: #000000; margin: 0; font-family: 'Montserrat-Medium';}
.single-pagination { margin: 50px 0 0; }
.single-pagination .nav-links a { font-size: 18px; font-family: 'Google Sans Flex 9pt-SemiBold'; width: 174px; background-color: #c2934e; color: #fff !important; padding: 21px 30px 18px; display: inline-block; text-align: center; text-transform: uppercase; letter-spacing: 0.6px; line-height: 1; outline: 1px solid #c2934e; outline-offset: 11px }
.single-pagination .nav-links a:hover { background-color: #212121; outline: 1px solid #212121; outline-offset: 11px }
.widget { margin: 0; }
 
 .posts-block .single-meta {display: flex; color: #fff; flex-wrap: wrap; }
 .posts-block .single-category {display: flex; }

/*blog sidebar*/
.sidebar-blog.blog-sidebar-itm { display: block; }
.sidebar-blog { display: flex; justify-content: center; gap: 32px; margin: 0 0 40px; }
.widget h2 { display: none; }
.sidebar-blog-item { width: 100%; margin: 0; position: relative; }
.sidebar-blog-item.blog_archives { order: 2; }
.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: 17px 70px 17px 25px; border-radius: 0; display: block; position: relative; font-size: 19px; font-family: 'Google Sans Flex 9pt-SemiBold'; color: #ffffff !important; line-height: 130%; letter-spacing: 0; width: 100%; max-width: 100%; appearance: none; outline: 1px solid #c2934d; outline-offset: 10px; background-color: #c2934d; border: transparent; }
.sidebar-page.sidebar-single .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-page.sidebar-single
.sidebar-blog.blog-sidebar-itm .widget select {background-color: #0f0f0f; outline: 1px solid #0f0f0f; }
.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: 60px 100%; background-repeat: no-repeat; }
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit { position: absolute; right: 15px; top: 0; background-image: url(images/search-btn-img.webp) !important; background-repeat: no-repeat; border-radius: 0px !important; background-size: 60px 96%; background-position: right center; width: 61px; height: 100%; border: none; font-size: 0; cursor: pointer; background-color: transparent; padding: 0; outline: 0; transform: inherit; border-radius: 0; }
.sidebar-blog.blog-sidebar-itm input.search-submit { background-position: right 2px center; }
.blog-page .sidebar-blog .sidebar-blog-item.blog_search { order: 3; }
.blog .sidebar-blog .search-form { position: relative; }
#post-column-full .post-pagination { width: 100%; }
#post-column-full .nav-links { text-align: center; display: flex; justify-content: center; align-items: center; margin: 50px 0px 0; }
#post-column-full .nav-links .page-numbers { width: 79px; height: 72px; margin: 0 5px; padding: 5px; font-size: 43px; font-family: 'Google Sans Flex 9pt-Medium'; line-height: 1; letter-spacing: 0; border: 0; text-align: center; color: #000; display: flex; justify-content: center; align-items: center; }
#post-column-full .nav-links .page-numbers.current,#post-column-full .nav-links .page-numbers:hover { background-color: #c2934e; color: #fff; clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); }
#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/inr-sprites.webp); background-position: -18px -285px; display: inline-block; width: 44px; height: 32px; background-repeat: no-repeat; margin: 0 20px; border: none; padding: 0; }
#post-column-full .nav-links a.prev.page-numbers:hover,#post-column-full .nav-links a.next.page-numbers:hover { background-position-y:  -325px; background-color:transparent;  }
#post-column-full .nav-links a.next.page-numbers { background-position-x: -80px; }
.sidebar-blog.blog-sidebar-itm input, .sidebar-blog.blog-sidebar-itm .widget select, .sidebar-blog.blog-sidebar-itm input.search-field { color: rgba(255, 255, 255, 0.8) !important; }
.sidebar-page .sidebar-blog button:hover { background-position: right 0 center; }
.sidebar-page .sidebar-blog.blog-sidebar-itm .widget select option { color: #fff; }
.sidebar-blog.blog-sidebar-itm { flex-direction: column; gap: 0; overflow: hidden; }
.sidebar-page  .sidebar-blog.blog-sidebar-itm.innr-search { background-color: transparent; padding: 40px 12px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm {background-color: #c2934e; padding: 40px 12px; margin: 0; }
.sidebar-page .sidebar-item.sidebar_archives { margin: 0 !important; }
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-blog-item.blog_search { width: 100%; margin: 0 0 30px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {padding: 0; background-color: transparent; border: 0; text-align: left; margin: 0 0 27px; font-size: 45px; font-family: 'Google Sans Flex 9pt-Medium'; letter-spacing: 0; line-height: 1; color: #fff; }
.sidebar-page .sidebar-blog.blog-sidebar-itm .widget.widget_archive { margin: 0 !important; }
.sidebar-page .sidebar-item.sidebar_categories, .sidebar-page .sidebar-item.sidebar_archives, .sidebar-page .sidebar-item.sidebar_search {background-image: none; background-color: transparent; margin: 0 0 30px; padding: 0; }
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2::before { display: none; }
 
 
 

 /* CTA Version 1 */
.cmn-box.one { display: flex; align-items: center; padding: 15px 0px 10px 45px; background-color: #0b253d; margin: 20px 0; justify-content: center; }
.cmn-box.one .cmn-left-itm { width: 74%; padding: 23px 0 40px; }
.cmn-box.one .cmn-right-itm { width: 46.4%; position: relative; }
.cmn-box-cnslt-btn a.cmn-btn:hover { background: #000; outline-color: #000; }
.cmn-box.one .cmn-right-itm:before{ position: absolute; content: ""; width: 100%; height: 100%; top: 0; bottom: 0; right: 0; background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%); clip-path: polygon(40% 0%, 100% 0, 100% 100%, 40% 100%, 0% 50%); z-index: 1; }
 #page-column .cmn-box.one .cmn-left-itm h2 { font-family: 'Google Sans Flex 9pt-Medium'; font-size: 50px; color: #ffffff; text-align: left; line-height: 1.15; margin: 0 -120px 20px 0; }
 #page-column .cmn-box.one .cmn-left-itm h2 strong{ color: #c2934e;font-size:40px; }
#page-column .cmn-box.one .cmn-left-itm h2 strong br{display: none;}
.cmn-box.one .cmn-right-itm img { display: block; width: 100%; clip-path: polygon(40% 0%, 100% 0, 100% 100%, 40% 100%, 0% 50%); }
 #page-column .cmn-box.one .call-label { color: #ffffff; }
 #page-column .cmn-box.one .call-content::before { background-position: -17px -13px; }
 /* CTA Version 2 */
.cmn-box.two { text-align: center; padding:35px 40px; margin: 20px 0; background-image: -webkit-linear-gradient( 90deg, rgb(135,99,47) 0%, rgba(69,69,69,0) 100%); border: transparent !important; position: relative;    z-index: 0; }
.cmn-box.two:before {       z-index: -1; position: absolute; content: ""; background-image: url(./images/c-t-a-bg.webp); background-repeat: no-repeat; background-position: center; width: 358px; height: 345px; top: 0; right: 0; left: 0; bottom: 0; margin: auto; pointer-events: none; transform: scale(0.9);}
.cmn-box.two .cmn-box-cnslt-btn { display: flex; justify-content: center; gap: 20px; align-items: center; }
 #page-column .cmn-box.two .cnslt-btn a.cmn-btn:hover { background: #c2934e; outline-color: #c2934e; }
 #page-column .cmn-box.two h2 { color: #ffffff; font-size: 36px; font-family: 'Google Sans Flex 9pt-SemiBold'; line-height: 1.16; margin: 0 0 20px; position: relative; padding: 0 0 20px; }
 #page-column .cmn-box.two h2 br{display: none;}
 #page-column .cmn-box.two h2 strong{ font-size: 48px; color: #fff;display: block; }
 #page-column .cmn-left-itm p{ letter-spacing: 3.12px; text-transform: uppercase; font-size: 16px; font-family: 'Montserrat-Medium'; }
 #page-column .cmn-box.two .cmn-btn { background-color: #000; outline: 1px solid #000; outline-offset: 9px; color: #fff; }
 #page-column .cmn-box.one .cmn-btn { color: #fff; }
 #page-column .cmn-box.two .cnslt-call p { text-align: left; margin: 0 0 9px; }
 #page-column .cmn-box.two .cnslt-call a{ font-size: 38px; font-family: 'Google Sans Flex 9pt-SemiBold'; color: #fff; letter-spacing: -0.76px; line-height: 1; display: inline-block; }
.cnslt-call { padding: 0 0 0 74px; position: relative; }
.cmn-box.two .cnslt-call a:before{ position: absolute; content: ""; width: 55px; height: 55px; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -106px -11px; top: 0; bottom: 0; left: 0; margin: auto; }
.cnslt-call a:hover{ color: #000 !important; }
.cmn-box.two h2 strong::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #fff; } /* cmn-cta-box-sec */ .cmn-cta-box-sec { position: relative; overflow: hidden; padding: 195px 0 73px; }
.cmn-cta-box-sec::before { content: ""; position: absolute; left: 0; top: 25px; width: 70%; height: 100%; background-image: -webkit-linear-gradient(160deg, rgba(28, 83, 115, 0) 35%, rgb(28, 83, 115) 100%); opacity: 0.3; clip-path: polygon(0 0, 30% 0, 100% 100%, 0% 100%); z-index: 0; }
.cmn-cta-box-sec .container { max-width: 1280px; position: relative; z-index: 2; }
.cmn-cta-box { display: flex; align-items: center; justify-content: center; }
.cmn-cta-img { width: 64.7%; margin: 0 0 0 -130px; }
.cmn-cta-img img { display: block; width: 100%; }
.cmn-cta-content { width: 73.6%; }
.cmn-cta-content h3 { font-family: 'Jost-SemiBold'; font-size: 91px; line-height: 1.38; letter-spacing: -1.82px; color: #0b253d; margin: 0 0 15px; }
.cmn-cta-content h2 { font-family: 'Jost-Bold'; font-size: 184px; letter-spacing: -3.68px; line-height: 0.68; text-transform: uppercase; color: #1c5373; margin: 0 0 15px; }
.cmn-cta-content p { font-family: 'Jost-Medium'; font-size: 37px; line-height: 1.37; color: #444c56; margin: 0 0 40px; }
.cmn-cta-cnslt-btn { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; margin: 0 0 0 -25px; }
.cmn-cta-cnslt-btn .cmn-phone-call { position: relative; padding: 0 0 0 55px; text-align: left; }
.cmn-cta-cnslt-btn .cmn-phone-call p { margin: 0; padding: 0; font-size: 18px; line-height: 1; letter-spacing: 3.52px; color: #5c6672; font-family: 'Figtree-Medium'; text-transform: uppercase; }
.cmn-cta-cnslt-btn .cmn-phone-call p a { display: inline-block; color: #1c5373; font-size: 42px; line-height: 1; text-decoration: none; font-family: 'Figtree-ExtraBold'; margin: 0; }
.cmn-cta-cnslt-btn .cmn-phone-call p a:hover { color: #19aee5; }
.cmn-cta-cnslt-btn .cmn-phone-call p::before { content: ""; position: absolute; width: 43px; height: 47px; left: 0; top: 0; bottom: 0; margin: auto; background-image: url(images/inner-sprites.webp); background-repeat: no-repeat; background-position: -17px -86px; }
.cta-btn { display: none; }
 
 



/*Area served page*/
#page-content .areaserved-item-list {
    background-color: #d1a054;
    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: 'Google Sans Flex 9pt-Regular';
    font-size: 18px;
    line-height: 1.2;
    padding: 15px 10px;
    background-color: #f6f2ea;
    color: #d1a054;
    display: flex;
    text-align: center;
    min-height: 70px;
    justify-content: center;
    align-items: center;
}

#page-content .areaserved-item a:hover {
    background-color: #000;
    color: #f6f2ea;
}

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

 
/*contact page*/
#page-column .contact-page .in-cont-list { display: flex; justify-content: space-between; padding: 90px 0 0; margin: 0 0 100px; }
#page-column .contact-page .in-cont-item { width: 32.4%; position: relative; text-align: center; background: linear-gradient(180deg,rgba(33, 33, 33, 1) 0%, rgba(69, 69, 69, 1) 100%); padding: 48px 45px 40px; transition: 0.5s; clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 0 100%, 0 25%); }
#page-column .contact-page .phn:hover a{ color: #0f0f0f;}
#page-column .contact-page .in-cont-item:hover{ background: linear-gradient(180deg,rgba(209, 160, 84, 1) 0%, rgba(135, 99, 47, 1) 100%); }
#page-column .contact-page .in-cont-item h4 { line-height: 1; color: #fff; position: relative; margin: 0; font-size: 37px; color: #fff; padding: 73px 0 10px; margin: 0 0 15px; }
#page-column .contact-page .in-cont-item h4::after{ content: ''; position: absolute; width: 26.3%; height: 3px; background-color: #d1a054; bottom: 0; left: 0; right: 0; margin: 0 auto;}
#page-column .contact-page .in-cont-item:hover h4::after{ background-color: #252525;}
#page-column .in-cont-logo {padding-top: 20px; width: 77%; margin: 0 auto;}
#page-column .in-cont-logo img{ display: block; width: 100%;}
#page-column .contact-page .logo{ display: flex; justify-content: center; align-items: center;}
.contact-page .phn a { display: inline-block; font-size: 40px; color: #d1a054; font-family: 'Google Sans Flex 9pt-SemiBold'; line-height: 1; letter-spacing: -1.2px; }
#page-column .contact-page .in-cont-item p { font-size: 20px; line-height: 1; letter-spacing: 6.4px; text-transform: uppercase; color: #fff; margin: 0 0 10px;}
#page-column .scl-icons a.facebook { position: absolute; content: ""; background-image: url(./images/inr-sprites.webp); background-position: -124px -16px; background-repeat: no-repeat; width: 23px; height: 43px; font-size: 0; left: 0; right: 0; margin: auto;}
#page-column .contact-page .in-cont-item h4:before { content: ''; position: absolute; width: 54px; height: 54px; background-image: url(images/inr-sprites.webp); background-repeat: no-repeat; background-position: -18px -16px; left: 0; top: 0; right: 0; margin: auto; }
#page-column .contact-page .icons h4:before { background-position: -400px -14px;}
#page-column .ftr-itm{ padding: 33px 22px 41px;}
#page-column .ftr-itm h4{ font-size: 23px; color: #ffffff; padding: 75px 0 20px; margin: 0 0 15px;}
#page-column .ftr-itm p{ font-size: 15px; color: #e4e4e4; margin: 0px; line-height: 1.4;}
#page-column .ftr-sec-list { gap: 33px;      padding: 60px 0 0; margin: 0 0 -110px;}
#page-column .ftr-itm::before{ background: linear-gradient(180deg,rgba(33, 33, 33, 1) 0%, rgba(69, 69, 69, 1) 100%); width: 100%; height: 100%;}
#page-column .ftr-itm h4:before { background-image: url(images/inr-sprites.webp); background-position: -194px -16px; background-size: auto; width: 56px; height: 56px; }
#page-column .ftr-itm:hover h4:before{ background-position: -298px -16px;}
#page-column .ftr-itm.active::before{ background: linear-gradient(180deg,rgba(209, 160, 84, 1) 0%, rgba(135, 99, 47, 1) 100%); }
#page-column .ftr-itm h4:after { width: 43.5%; height: 3px; }
#page-column .ftr-itm:hover h4:after { background-color: #252525;}
#page-column .cont-map .container{ max-width: 100%; width: 100%;}
#page-column .cont-map iframe{ border: 2px solid #d1a054 !important;}
#page-column .contact-page .in-cont-item p:last-child{ margin: 0px;}
.page-template-template-contact #page-content { padding: 0 0 0; }
.inr-contact-page{ padding:100px 0 0 ; }
body.page-template-template-contact .ftr-form-sctn { padding: 90px 0; border-bottom: 1px solid #d1a054; }
 



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

    .bnr-content h1 { font-size: 76px; }

    .billion-recovered-content .text-heading { font-size: 98px; }

    .hm-form { padding: 0 148px; }
    .hm-form .gfield.chk { width: 24%; }
    .popup .popuptext { width: 1004px; }

    .ftr-itm { padding: 43px 47px 0; }

}

@media screen and (max-width:1800px) {
    .ftr-block-sec .container, .hm-areas-section .container{ max-width: 1600px;}

    .site-header { padding: 10px 170px 0px 100px; }

    .hm-banner-sec { padding: 100px 170px 100px 60px; }
    .bnr-blk { gap: 35px; }
    .hm-banner-sec .bnr-sub-title{    letter-spacing: 11.8px;}
    .bnr-content { padding: 0 0 0 10px; }
    .bnr-content h1 { font-size: 75px; margin: 0 0 30px; }

    .billion-recovered-content .text-heading { font-size: 93px; }



    .ftr-itm { padding: 43px 37px 0; }
    .ftr-sec-list { padding: 0 40px; gap: 25px; }

    .hm-form .gfield.chk { width: 25%; } 
    .ftr-form-sctn::after { transform-origin: right bottom; } 
    .hm-form { padding: 0px 192px 0 150px; }
    .popup .popuptext { width: 961px; }

}

@media screen and (max-width:1700px) {
    .ftr-block-sec .container , .hm-areas-section .container { max-width: 1500px; }

    .site-header { padding: 10px 100px 0px 60px; }

    .hm-banner-sec { padding: 90px 150px 90px 50px; }
    .bnr-content h1 { font-size: 70px; letter-spacing: -4.4px; margin: 0 0 23px; }
    .bnr-btn { margin: 55px 0 0; }

    .billion-recovered-content .text-heading { font-size: 88px; }
    .billion-recovered-content h4 { font-size: 24px; }

    .ftr-sec-list { padding: 0 15px; gap: 15px; margin-bottom: 70px; }
    .ftr-itm { padding: 30px 37px 0; }
    .ftr-itm h4 { font-size: 24px; }
    .ftr-itm p { font-size: 15px; margin: 0 0 20px; }
    .ftr-call-btm a { font-size: 55px; }
 
    .hm-form .gfield.chk { width: 27%; }
    .hm-form { padding: 0 270px 0 140px; }
    .ftr-form-sctn::after { transform-origin: right bottom; } 
    .hm-form-sec .text-heading { font-size: 60px; margin: 0 0 25px; }
    .popup .popuptext { width: 1021px; }


    .loc-list li a { margin-bottom: 25px; font-size: 16px; } 
    .ul-list{ gap: 0; } 
    .ares-sec-rgt p { font-size: 17px; }
    .loc-list li a { padding-left: 20px; }



}

@media screen and (max-width:1600px) {
    .ftr-block-sec .container , .container, .hm-areas-section .container{ max-width: 1400px; }

    .text-heading { font-size: 55px; }
    a.cmn-btn { font-size: 18px; outline-offset: 7px; }

    .site-header { padding: 10px 80px 0px 40px; }
    #main-navigation ul li { margin: 0 18px; }
    #main-navigation ul li:first-child { margin: 0 18px 0 0; }
    #main-navigation ul li:last-child { margin: 0 0 0 18px; }
    .header-number a { font-size: 34px; }

    .hm-banner-sec { padding: 80px 120px 80px 40px; }
    .hm-banner-sec .bnr-sub-title {        font-size: 17px; margin: 0 0 35px;    letter-spacing: 10.8px;}
    .bnr-content h1 { font-size: 63px; letter-spacing: -4px; }

    .award-blk h4 { font-size: 25px; margin: 0 0 30px; }

    .hm-case-sec .text-heading { font-size: 80px; margin: 0 0 20px; }
    .hm-case-sec .sub-heading { font-size: 22px; margin: 0 0 34px; }
    .case-item h5 { font-size: 42px; padding: 0px 0 20px; margin: 0px 0 25px; }
    .hm-case-sec { padding: 0 0 110px; }

    .hm-about-sec { padding: 90px 0 110px; }
    .about-left .text-heading { font-size: 55px; }
    .about-desc { padding: 0 0 0 35px; }
    .about-desc .about-sub-title { font-size: 20px; margin: 0 0 12px; }
    .about-desc h3 { font-size: 30px; }
    .about-call p a { font-size: 32px; margin: 6px 0 0 }
    .about-call p strong { font-size: 16px; }
    .hm-about-sec::before { width: 40%; }
    .about-desc .about-btm { margin: 35px 0 0;}
    
    

    .hm-right-sec { padding: 0 0 80px; }
    .rights-img { margin: 0 0 70px; }

    .hm-pract-sec .text-heading { font-size: 80px; margin: 0 0 20px; }
    .hm-pract-sec .sub-heading { font-size: 22px; margin: 0 0 50px; }
    .pract-item h3 { font-size: 30px; }
    .hm-pract-sec { margin: 0px 0 -130px; }
    .hire-blk .hire-itm h4::after{transform: scale(0.9);}

    .billion-recovered-content .text-heading { font-size: 78px; }
    .billion-recovered-content h4 { font-size: 20px; }
    .hm-billion-recovered-sec { padding: 199px 0 110px; }
    
    .meet-right .text-heading { font-size: 70px; }
    .meet-blk { gap: 25px; }
    .meet-left { margin: 0 0 0 -20px; gap: 60px; }
    .meet-item h4 { font-size: 25px; letter-spacing: 0px; }
    .hm-meet-sec { padding: 100px 0 60px; }

    .hm-testimonials .text-heading { font-size: 70px; margin: 0px 0 20px; }
    .testi-sub-item h4 { font-size: 30px; margin: 25px 0 25px 0; }
    .hm-testimonials .testi-item h5 { font-size: 30px; margin: 0px 0 25px; }
    .hm-testimonials .testi-item { padding: 0px 65px 55px; }
    .hm-testi-list::before { left: -45px; }
    .hm-testi-list::after { right: -45px; }

    .why-hire-sec { padding: 100px 0 90px; }
    .hire-blk .hire-itm h4 { font-size: 20px; padding-top: 110px; }
    
    
    

    .ftr-itm h4 { font-size: 22px; padding: 100px 0 15px; }
    .ftr-sec-list { padding: 0; gap: 15px; margin-bottom: 50px; }
    .ftr-itm { padding: 30px 32px 0; }
    .directions-btn a { padding: 22px 22px 22px 25px; }
    #footer-navigation ul li a { font-size: 18px; }
    #footer-navigation ul { padding: 0 0 30px; }
    .ftr-block-sec::before { top: 92px; }

    .ftr-form-sctn::after { width: 31.8%; } 
    .hm-form .gform_wrapper .top_label textarea { height: 180px !important; margin: 0 0 10px 0; } 
    .hm-form .gform_wrapper .top_label button[type="submit"] { font-size: 18px !important; padding: 20px 35px !important; }
    .popup .popuptext { width: 921px; }

    .ares-sec-rgt { padding: 35px 0 0 0; } 
    .loc-list li a { margin-bottom: 20px; font-size: 15px; } 
    .ares-sce-list { gap: 50px; }
    
    .ofc-blk-list { padding: 0 40px; } 
    .tab-btn h4 { padding: 30px 35px 30px 129px; font-size: 30px; }

    .safeguard-sec { padding: 0 0 100px; }
    .office-location-section { padding: 0 0 90px; }
    .hm-areas-section { padding: 0 0 80px;}
    div#popup-container{    width: 920px;}

    #main-heading h1 {font-size: 56px;}

}

@media screen and (max-width:1500px) {
    #main-navigation ul li {
        margin: 0 15px;
    }
 }

@media screen and (max-width:1440px) {
    .ftr-block-sec .container , .container, .container1 ,.hm-areas-section .container { max-width: 1200px; }

    a.cmn-btn { font-size: 17px; padding: 18px 26px; }
    .text-heading { font-size: 50px; margin: 0 0 20px; }

    .site-header { padding: 10px 30px 0px 20px; }
    #main-navigation ul li:first-child { margin: 0 15px 0 0; }
    #main-navigation ul li { margin: 0 15px; }
    #main-navigation ul li:last-child { margin: 0 0 0 15px; }
    #main-navigation ul li a { font-size: 16px; }
    .header-number a { font-size: 30px; }

    #main-navigation ul li ul.sub-menu { width: 200px; }

    .hm-banner-sec { padding: 70px 70px 70px 30px; }
    .hm-banner-sec .bnr-sub-title { font-size: 16px; letter-spacing: 8.8px; }
    .bnr-content h1 { font-size: 54px; letter-spacing: -3px; }
    .bnr-blk { gap: 30px; }
    .bnr-content p { font-size: 17px; }

    .award-blk h4 { font-size: 22px; margin: 0 0 24px; }
    .hm-award-sec { padding: 0 0 120px; }
    .aaward-blk .award-itm::before { bottom: -49px; }
    
    .hm-about-sec::before { width: 17%; }

    .hm-case-sec::after { width: 400px; height: 500px; top: -72px; }
    .hm-case-sec .text-heading { font-size: 68px; margin: 0 0 15px; }
    .hm-case-sec .sub-heading { font-size: 20px; margin: 0 0 26px; }
    .case-item h5::before { top: -8px; transform: scale(0.8); }
    .case-item h5 { font-size: 38px; padding: 0px 0 15px; margin: 0px 0 15px; letter-spacing: -1.2px; }
    .hm-case-btn { margin: 45px 0 0; }
    .hm-case-sec { padding: 0 0 90px; }

    .hm-about-sec { padding: 80px 0 90px; }
    .about-left { padding: 25px 25px 40px; }
    .about-left .text-heading { font-size: 48px; }
    .about-desc p { font-size: 17px; margin: 0 0 20px; }
    .about-desc h3 { font-size: 26px; }
    .about-desc .about-btm { margin: 30px 0 0; gap: 28px; }
    .about-call a::before { transform: scale(0.85); left: -4px; }
    .about-call p { padding: 0 0 0 56px; }
    .about-desc::before { width: 5px; }
    .about-desc { padding: 0 0 0 28px; }
    .hm-about-sec::before { width: 25%; }

    .hm-right-sec p { font-size: 17px; }
    .rights-top-rgt { padding: 25px 0 0; }
    .rights-top { margin: 0 0 35px; }
    .rights-img{ margin: 0 0 30px;  }
    .rights-img img{ outline-offset: 7px; }
    .hm-right-sec { padding: 0 0 70px; }

    .hm-pract-sec .text-heading { font-size: 65px; margin: 0 0 15px; }
    .pract-item{padding: 37px 15px 110px;}
    .hm-pract-sec .sub-heading { font-size: 19px; margin: 0 0 30px; }
    .pract-item h3::before { top: -4px; transform: scale(0.85); }
    .pract-item h3 { font-size: 27px; margin: 0 0 10px; padding: 88px 0 10px; }
    .pract-item p { font-size: 17px; }
    .pract-item .pract-btn a.cmn-btn { padding: 13px 21px; outline-offset: 5px; margin: 18px 0 0; font-size: 17px; }
    .hm-pract-btn { margin: 56px 0 0; }

    .hm-billion-recovered-sec { padding: 179px 0 85px; }
    .billion-recovered-content .text-heading { font-size: 66px; }
    .billion-recovered-content h4 { font-size: 18px; }
    .billion-recovered-btn a.cmn-btn { margin: 35px 0 0; }

    .meet-right .text-heading { font-size: 55px; margin: 0 0 12px; }
    .meet-btn { margin: 25px 0 0; }
    .meet-item h4 { font-size: 22px; }
    .hm-meet-sec { padding: 80px 0 50px; }

    .hm-testimonials .text-heading { font-size: 55px; margin: 0px 0 16px; }
    .hm-testi-list::before, .hm-testi-list::after { width: 270px; height: 270px; }
    .hm-testi-list::before { left: 0px; }
    .hm-testi-list::after { right: 0px; }
    .testi-sub-item h4 { font-size: 25px; margin: 22px 0 22px 0; }
    .testi-sub-item p { margin: 0 0 13px 0; }
    .hm-testimonials .testi-item h5 { font-size: 27px; margin: 0px 0 18px; }
    .hm-testimonials { padding: 0px 0 85px; }
    
    .why-hire-sec { padding: 80px 0 60px; }

    .hire-blk .hire-itm h4 {
        font-size: 18px;
        padding-top: 85px;
    }
    .hire-blk .hire-itm h4::before { top: 66px; }
    .hire-itm p { width: 90%;}
    .hire-blk .hire-itm h4::after { top: -7px; transform: scale(0.8); }
     

    .help-btm-section { padding: 0 0 100px;}

    .safeguard-lft .text-heading { font-size: 52px; }
    .we-help-item { padding: 48px 29px 38px 28px; }
    .we-help-blk { gap: 29px; }
    .safeguard-sec { padding: 0 0 100px; }

    .help-btm-cnt p { margin: 0 0 23px; font-size: 17px; }
    .help-btm-cnt { padding: 40px 25px; }
    .help-btm-cnt ul li { margin-bottom: 19px; padding-left: 20px; font-size: 18px; letter-spacing: -0.91px; }

    .ftr-itm h4 { font-size: 19px; padding: 95px 0 10px; }
    .ftr-itm h4:before { transform: scale(0.8); }
    .ftr-itm p { font-size: 14px; margin: 0 0 10px; }
    .ftr-itm { padding: 30px 18px 0; }
    .ftr-itm::before { width: 99.5%; }
    .directions-btn a { padding: 20px 22px 20px 25px; font-size: 14px; }
    .ftr-call-btm a { font-size: 45px; }
    .ftr-call-btm { margin: 0px auto -125px; }
    .ftr-copyrights-sec { padding: 40px 0px 30px; }
    .ftr-call-btm p { font-size: 17px; }
    .ftr-copyrights-sec p { font-size: 16px; }
    .ftr-call-btm::before { top: -40px; }
    #footer-navigation ul li { margin: 0 20px; }
    .ftr-scl-icons .fb { top: -37px; }
    .ftr-sec-list { margin-bottom: 75px; }

    .hm-form { padding: 0px 180px 0 87px; }
    .hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea { font-size: 15px !important; padding: 18px 20px !important; }
    .ftr-form-sctn::after { width: 28.8%; }
    .hm-form .gform_wrapper .top_label textarea { height: 150px !important; margin: 0 0 10px 0; }
    .ftr-form-sctn::after { bottom: -10px; }
    .hm-form-sec .text-heading { font-size: 50px; margin: 0 0 10px; }
    .hm-form .gform_wrapper .top_label button[type="submit"] { font-size: 16px !important; padding: 18px 30px !important; }
    .hm-form .gform_fields { gap: 11px !important; }
    .hm-form .gfield_description.validation_message { font-size: 11px; }
    .popup .popuptext { width: 891px; }
 
    .ares-sce-list { gap: 30px; } 
    .ares-sec-rgt { padding: 25px 0 0 0; } 
    .areas-sec-img:before { right: 10px; top: 57%; transform: scale(0.8); } 
    .loc-list li a { margin-bottom: 15px; }
    .loc-list li a:before { transform: scale(0.9); } 
    .hm-areas-section { padding: 0 0 70px; }
 
    .ofc-blk-list { padding: 0; justify-content: center; gap: 45px; }
    .ofc-loc-rgt { padding-left: 40px; } 
    .office-location-section { padding: 0 0 70px; } 
    .tab-btn h4 { padding: 30px 35px 30px 110px; font-size: 27px; } 
    .tab-btn h4::before { left: 55px; }

    .page-container, .post-container { max-width: 1200px; }
    #page-column .case-results-cta .case-item h4 { font-size: 31px; }
    #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; }

    div#popup-container { 
        width: 888px;
    }

    .areas-sec-box h3 { font-size: 22px;}
    .areas-sec-box h5 {
        font-size: 17px;
    }
    .areas-sec-box p {
        font-size: 15px;
    }
    #post-content, #page-content {padding: 80px 0;}
/* #post-content, #page-content { padding: 60px 0; } */
 
#main-heading .page-container::before { left: 10px; }
#page-column p, #page-column li {font-size: 17px;  margin: 0 0 13px 0;}
#page-column h1, #page-column h2, #page-content .areaserved-item-list h2 { font-size: 42px; }
#page-column h3 { font-size: 38px; }
#page-column h4 { font-size: 32px; }
#page-column h5 { font-size: 28px; }
 
 
/* banner */
#main-heading { padding: 130px 0 100px; }
#main-heading h1 { font-size: 52px; }
#main-heading .inrpg-breadcrumbs { font-size: 18px; }
 
 
#page-column .single-profile-block .sp-block h2 { font-size: 65px; letter-spacing: -2.5px; }
.testi-sdbr-blk::after { right: -11px; }
#page-column .single-profile-block  .schedule-btn a.cmn-btn { margin: 26px 0 0; padding: 18px  24px; }
#page-column .single-profile-call .profile-tel a::before { transform: scale(0.9); left: -62px; }
#page-column .single-profile-call { padding: 0 0 0 60px; }
 
 
.sidebar-page .sidebar-item h2, h4.widget-title { font-size: 40px;  padding: 0 0 15px;}
.sidebar-page .sidebar-menu-pa ul li a { font-size: 20px; padding: 10px 30px 10px 35px;}
.sidebar-page .sidebar-menu-pa ul li a::before { width: 12px; top: 15px; left: 10px; }
.sidebar-page .sidebar-item { margin: 0 0 35px; padding: 25px 10px 20px; }
.sidebar-page section.widget.testi {  margin: 0 0 40px; }
.sidebar-page .sidebar-menu-pa ul li .drop.close, .sidebar-page .sidebar-menu-pa ul li .drop.open{top:       }
 
#page-content section.widget.testi .testi-item .star-rat { margin: 0 auto 15px; }
#page-content section.widget.testi .testi-item p { margin-bottom: 15px; }
#page-content section.widget.testi .testi-item h6 { font-size: 22px; }
section.widget.csae-res .sdbr-case-item h4::before { top: -5px; transform: scale(0.85); }
section.widget.csae-res .sdbr-case-item h4 { margin: 0 0 15px; padding: 104px 0 20px; font-size: 38px; }
section.widget.csae-res .sdbr-case-item h4::after { height: 3px; }
.testi-sdbr-blk { padding: 0 10px 30px; background: /* TOP BORDER */ linear-gradient(#dfc6a1, #dfc6a1) left top 13px / 115px 1px no-repeat, linear-gradient(#dfc6a1, #dfc6a1) right top 13px / calc(100% - 260px) 1px no-repeat, /* BOTTOM BORDER */ linear-gradient(#dfc6a1, #dfc6a1) left bottom / calc(100% - 60px) 1px no-repeat, /* LEFT BORDER - TOP */ linear-gradient(#dfc6a1, #dfc6a1) left top 13px / 1px 20px no-repeat, /* LEFT BORDER - BOTTOM */ linear-gradient(#dfc6a1, #dfc6a1) left 0 bottom / 1px calc(100% - 130px) no-repeat, /* RIGHT BORDER - TOP */ linear-gradient(#dfc6a1, #dfc6a1) right top 13px / 1px calc(100% - 117px) no-repeat; }
 
body:not(.home):not(.page-template-template-partscontact-php):not(.page-id-XXX) .ftr-form-sctn { padding-top: 50px; }
 
/* Our Team Page */
#page-content .inr-itm-cont h4 { font-size: 27px; margin: 0 0 10px; }
	.inr-team-blk {
    gap: 35px;
}
 
/* Case Results Page */
#caseresult-blk { gap: 42px; }
#page-column .case-item.inr h6 { font-size: 40px; margin: 0 0 15px; padding: 100px 0 20px; }
#page-column .case-item.inr h6::before { top: -4px; transform: scale(0.9); }

/* innr-responsive */
 
    /* c-t-a */
 
#page-column .cmn-box.two h2 strong { font-size: 40px; } 
.cmn-box.two:before{transform: scale(0.8);}
#page-column .cmn-box.two h2 { font-size: 32px; } 
#page-column .cmn-box.two .cnslt-call a { font-size: 34px; } 
.cnslt-call { padding: 0 0 0 60px; } 
#page-column .cmn-box.one .cmn-left-itm h2 { font-size: 45px; }
#page-column .cmn-box.one .cmn-left-itm h2 strong {font-size: 37px; }
.cmn-box.two .cnslt-call a:before { transform: scale(0.9); transform-origin: left; } 
#page-column .cmn-box.two .cnslt-call p { text-align: left; margin: 0 0 4px; line-height: 1.2; }
 
/* bolg-inr */
#post-column-full { gap: 18px; } 
#post-content .posts-list .posts-block { padding: 25px 10px 0; } 
/* #page-column h6 { font-size: 25px; }  */
#post-content .posts-list .posts-readmore a { font-size: 17px; padding: 15px 25px; outline-offset: 4px; } 
.sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select { outline-offset: 5px; }

 
/* single-blog */
 
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {
 
    margin: 0 0 25px;
    font-size: 40px;
}
/* contact page */
#page-column .contact-page .in-cont-item { padding: 42px 34px 40px;}
#page-column .contact-page .in-cont-item h4 { font-size: 32px; padding: 65px 0 10px; }
#page-column .contact-page .in-cont-item h4:before{ transform: scale(0.9); top: -2px;}
#page-column .contact-page .in-cont-item p{ font-size: 18px; letter-spacing: 5.3px; }
#page-column .scl-icons a.facebook{ transform: scale(0.9);}
#page-column .ftr-itm h4:before{ transform: scale(0.9);}
#page-column .contact-page .phn a { font-size: 35px; }
#page-column .ftr-sec-list { gap: 20px;}
#page-column .ftr-itm {padding: 22px 20px 35px;}
#page-column .ftr-itm h4{ font-size: 21px;}
#page-column .contact-page .in-cont-list { padding: 70px 0 0; margin: 0 0 70px; }
#page-column .cont-map iframe{  height: 350px;}
	.inr-contact-page {
    padding: 80px 0 0;
}

/* testi-inr */
#page-content .review-item { padding: 0px 50px 45px;} 

#page-column .pract-list.inr { gap: 33px; }
/* Accordion Section */
#page-column .accordion-section-title { font-size: 24px; }

#page-column .pract-list.inr .pract-item{    padding: 50px 10px;}

}



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

    .hm-form { padding: 0px 214px 0 100px; }

    #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:1280px) { }

@media screen and (max-width:1240px) {
    .ftr-block-sec .container , .container, .container1,.hm-areas-section .container { max-width: 990px; padding: 0 10px; }

    a.cmn-btn { font-size: 16px; padding: 15px 23px; outline-offset: 5px; }
    .text-heading { font-size: 45px; margin: 0 0 15px; }

    .site-header { padding: 10px 0 0; }
    .site-branding { max-width: 150px; }
    .header-number a { font-size: 25px; }
    .header-number strong { font-size: 16px; }
    .header-number a:before { transform: scale(0.85); left: -3px; }
    .header-number { padding: 0 0 0 46px; }
    .hdr-rit-top { gap: 20px; }
    .language-content span { font-size: 17px;}
    #main-navigation ul li a { font-size: 15px; }
    #main-navigation ul li { margin: 0 8px; }
    #main-navigation ul li:first-child { margin: 0 10px 0 0; }
    #main-navigation ul li:last-child { margin: 0 0 0 10px; }
    .hdr-rit { gap: 12px; }
    #main-navigation .sub-menu li a { 
        font-size: 15px;
    }

    .hm-banner-sec { padding: 50px 50px 50px 20px; }
    .hm-banner-sec .bnr-sub-title {         font-size: 15px; letter-spacing: 4.8px; margin: 0 0 26px; text-indent: 70px;}
    .bnr-content h1 { font-size: 39px; letter-spacing: 0px; margin: 0 0 15px; }
    .bnr-content p { font-size: 16px; }
    .bnr-btn { margin: 35px 0 0; }
    
    .award-blk h4 { font-size: 18px; margin: 0 0 16px; }
    .hm-award-sec { padding: 0 0 80px; }  
    .award-blk .award-itm::before { bottom: -39px; }  
    
    .hm-about-sec { padding: 60px 0 70px; }
    .hm-about-sec::before { width: 30%; }

    .hm-case-sec .text-heading { font-size: 48px; margin: 0 0 12px; }
    .hm-case-sec .sub-heading { font-size: 18px; margin: 0 0 20px; }
    .hm-case-lisl .case-item { padding: 25px 15px 60px; }
    .case-item h5::before { top: -12px; transform: scale(0.7); }
    .case-item h5 { font-size: 30px; padding: 0px 0 12px; margin: 0px 0 12px; }
    .case-item h5::after { height: 2px; }
    .case-item p { font-size: 18px; }
    .hm-case-sec { padding: 0 0 75px; }
    .hm-case-sec::after { width: 300px; height: 400px; top: -53px; }
    .case-item h4{font-size: 30px;}

    .about-left { padding: 15px 15px 30px; }
    .about-left .text-heading { font-size: 40px; letter-spacing: -2.1px; }
    .about-desc { padding: 0 0 0 18px; }
    .about-desc .about-sub-title { font-size: 17px; margin: 0 0 10px; letter-spacing: 4.5px; }
    .about-desc p { font-size: 16px; margin: 0 0 15px; }
    .about-desc h3 { font-size: 24px; }
    .about-call a::before { transform: scale(0.7); left: -8px; }
    .about-desc .about-btm { margin: 20px 0 0; gap: 13px; }
    .about-call p strong { font-size: 14px; }
    .about-call p a { font-size: 23px; margin: 4px 0 0; }
    .about-call p { padding: 0 0 0 47px; }

    .hm-right-sec { padding: 0 0 80px; }
    .rights-top { margin: 0 0 20px; }
    .rights-img { margin: 0 0 20px; outline-offset: 5px; }
    .rights-img img {outline-offset: 5px; }
    .hm-testi-list::before, .hm-testi-list::after { width: 220px; height: 220px; }
    .testi-lst::before { top: 15px; }

    .why-hire-sec { padding: 60px 0 50px; }

    .hm-right-sec { padding: 0 0 65px; }
    .pract-item { width: 33%;}
    .hm-pract-sec .text-heading { font-size: 50px; margin: 0 0 10px; }
    .hm-pract-sec .sub-heading { font-size: 17px; margin: 0 0 25px; letter-spacing: 3.5px; }
    .pract-item h3::before { top: -10px; transform: scale(0.7); }
    .pract-item h3 { font-size: 23px; margin: 0 0 10px; padding: 76px 0 5px; }
    .pract-item.employment-law-firm h3::before { top: 0px; }
    .hm-pract-btn { margin: 45px 0 0; }

    .billion-recovered-blk::before { width: 333px; height: 315px; }
    .billion-recovered-content .text-heading { font-size: 50px; letter-spacing: 0px; }
    .billion-recovered-content h4 { font-size: 16px; letter-spacing: 1px; }
    .hm-billion-recovered-sec { padding: 160px 0 70px; }

    .meet-item h4 { font-size: 16px; }
    .meet-left { margin: 0 0 0 0px; gap: 30px; }
    .meet-right .text-heading { font-size: 40px; margin: 0 0 5px; }
    .meet-blk { gap: 10px; }
    .meet-right p { font-size: 15px; }
    .meet-right::before { width: 300px; height: 300px; top: -142px; left: -178px; }
    .meet-item-content { bottom: 50px; }
    .meet-item:last-child { margin: -45px 0 0; }
    .meet-item-content { bottom: 27px; }
    .hm-meet-sec { padding: 70px 0 50px; }

    .hm-testimonials .text-heading { font-size: 40px; margin: 0px 0 12px; }
    .hm-testimonials .testi-item { padding: 0px 55px 45px; }
    .testi-sub-item h4 { font-size: 22px; margin: 22px 0 18px 0; }
    .hm-testimonials .testi-item h5 { font-size: 24px; margin: 0px 0 12px; }
    .hm-testimonials { padding: 0px 0 80px; }
 
    .hire-blk .hire-itm h4::before { top: 70px; }
    .hire-blk .hire-itm h4::after { top: -5px; transform: scale(0.75); top: -4px; }
    .hire-blk .hire-itm h4 { font-size: 15px; padding-top: 83px; }
    .hire-top-blk { padding: 0 65px 0; }
    .hire-top-blk p { font-size: 18px; margin: 0 0 30px; } 
    .hire-itm {
        width: 32.6%;
        padding: 15px 25px;
    }
    .hire-blk {
        gap: 20px 10px;
    }
    .hire-itm p {
        width: 92%;
        font-size: 14px;
    }
    .hire-itm::before {
       
        clip-path: polygon( 10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50% );
     
    }
    .rights-top-lft { width: 47%; }
    .rights-top-rgt { width: 48%;}
        
    .safeguard-lft p { font-size: 18px; margin: 0 0 15px 0; }   
    .safeguard-lft .text-heading { font-size: 35px; margin: 0 0 5px; }
    .safeguard-blk { gap: 43px; }
    .safeguard-sec { padding: 0 0 75px; }
    .we-help-section p {        font-size: 17px;
        letter-spacing: -0.56px;
        margin: 0px 0px 15px;}
    .help-hover p { font-size: 13px; letter-spacing: -0.56px; margin: 0 0 2px 0; }
    .help-hover {
        top: -24px;
        padding: 15px 21px;

    }
    .we-help-item h5:before { top: -4px; transform: scale(0.85); }
    .we-help-item h5 { font-size: 16px; padding: 75px 0 0 0; }
    .we-help-item h5::after { width: 150px; top: 63px; }
    .we-help-item { padding: 40px 21px 30px 21px; }
    .we-help-item::before { width: 237px; height: 196px; }
    .we-help-blk { gap: 24px; }

    .help-btm-cnt p { margin: 0 0 10px; font-size: 16px; }
    .help-btm-cnt { padding: 30px 20px; }
    .help-btm-cnt ul li { margin-bottom: 16px; padding-left: 12px; font-size: 15px; letter-spacing: -0.73px;}
    .help-btm-cnt { padding: 30px 10px 30px 15px; }
    .help-btm-main { padding: 44px 0; }
    
    .ftr-itm { padding: 10px 0px 0; } 
    .ftr-itm h4 { font-size: 18px; padding: 80px 0 9px; margin: 0 0 8px; } 
    .ftr-itm p { font-size: 13px; margin: 0 0 10px; } 
    .ftr-itm h4:before { transform: scale(0.7); } 
    .directions-btn a { padding: 14px; } 
    .ftr-call-btm a { font-size: 35px; } 
    .ftr-call-btm p { font-size: 15px; letter-spacing: 5px; } 
    .ftr-copyrights-sec { padding: 30px 0px 20px; } 
    .ftr-copyrights-sec p { font-size: 14px; } 
    .ftr-block-sec { padding: 25px 0 100px; } 
    #footer-navigation ul li a { font-size: 15px; }
    #footer-navigation ul li { margin: 0 15px; } 
    .ftr-block-sec::before { top: 68px; }
    .ftr-sec-list { gap: 10px; }
 
    .hm-form { padding: 0px 116px 0 100px; }
    .hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield { width: 53%; } 
    .hm-form .gfield.chk { width: 34%; } 
    .hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label { font-size: 15px; } 
    .hm-form-sec p { margin: 0 0 15px; } 
    .hm-form .gform_wrapper .top_label textarea { height: 140px !important; margin: 0 0 10px 0; } 
    .hm-form-sec .text-heading { font-size: 45px; margin: 0 0 10px; } 
    .hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea { font-size: 14px !important; padding: 16px 18px !important; } 
    .hm-form .gform_wrapper .top_label button[type="submit"] { font-size: 15px !important; padding: 18px 25px !important; } 
    .ftr-form-sctn { padding: 0 0 65px 0; }
    .hm-areas-section .container{ padding: 0 10px 0 0; } 
    .ares-sec-rgt p { font-size: 15px; line-height: 1.8; } 
    .ul-list { gap: 1px; padding: 0 10px; }
    .hm-areas-section { padding: 0 0 50px; } 
    .areas-sec-img:before { right: -41px; top: 52%; transform: scale(0.6); }
    .popup .popuptext { width: 707px; }
    
    .tab-btn h4 { padding: 23px 27px 23px 55px; font-size: 20px; width: 90%; } 
    .ofc-loc-rgt { padding-left: 25px; } 
    .tab-content iframe { height: 350px; } 
    .tab-btn h4::before { left: 13px; transform: scale(0.9); top: 17px; }
    .office-location-section { padding: 0 0 50px; }
    .office-location-section .tab-btn h4 strong {font-size: 14px; }

    .hm-right-sec p {
        font-size: 16px;
        margin: 0 0 15px;
    }

    .areas-sec-box h3 { 
        font-size: 20px; 
    }
    .areas-sec-box h5 { 
        font-size: 16px;
    }
    .areas-sec-box { 
        padding: 35px 20px;
        margin: 50px 0 0;
    }

    div#popup-container { width: 708px; }

    .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: 27px; 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; }

    #post-content, #page-content {padding: 70px 0;}
 
#page-column p, #page-column li {font-size: 15px;}
#page-column ul li:before { width: 8px; height: 8px; top: 12px; }
#page-column ul li { margin: 0 0 8px;  padding-left: 14px;}
#page-column p, #page-column li { margin: 0 0 9px 0; }
#page-column li ul { padding: 12px 0 0 0px; }
 
#page-column h1, #page-column h2, #page-content .areaserved-item-list h2 { font-size: 35px; }
#page-column h3 { font-size: 32px; }
#page-column h4 { font-size: 28px; }
#page-column h5 { font-size: 26px; }
#page-column h6 { font-size: 20px; }
 #page-column h1, #page-column h2, #page-column h3, #page-column h4, #page-column h5, #page-column h6, #page-content .areaserved-item-list h2{margin: 0 0 12px;}
/* banner */
#main-heading { padding: 100px 0 80px; }
#main-heading h1 { font-size: 46px; }
#main-heading .inrpg-breadcrumbs { font-size: 16px; }
 
/* side bars */
.sidebar-page .sidebar-item h2, h4.widget-title { font-size: 33px; letter-spacing: 1px; }
.sidebar-page .sidebar-menu-pa ul li a { font-size: 17px; padding: 9px 25px 9px 28px; line-height: 1.3;}
.sidebar-page .sidebar-menu-pa ul li .drop.close, .sidebar-page .sidebar-menu-pa ul li .drop.open{        right: 0; top: 5px;}
.sidebar-page .sidebar-menu-pa .sub-menu.open{    padding: 3px 0 0 10px;}
.sidebar-page .sidebar-menu-pa .sub-menu li a {padding: 7px 20px 7px 35px; font-size: 15px; }
.sidebar-page .sidebar-menu-pa ul li a::before { width: 11px; height: 10px; top: 12px; left: 10px; }
 
.testi-sdbr-blk::before, .testi-sdbr-blk::after { transform: scale(0.9); }
.sidebar-page section.widget.testi { margin: 0 0 35px; }
.testi-sdbr-blk::before { top: 39px; left: -5px; }
.testi-sdbr-blk::after { right: -13px; bottom: -16px; }
#page-content section.widget.testi .testi-item .star-rat { margin: 0 auto 10px; }
.testi-sdbr-blk { padding: 0 10px 20px; background: /* TOP BORDER */ linear-gradient(#dfc6a1, #dfc6a1) left top 13px / 80px 1px no-repeat, linear-gradient(#dfc6a1, #dfc6a1) right top 13px / calc(100% - 220px) 1px no-repeat, /* BOTTOM BORDER */ linear-gradient(#dfc6a1, #dfc6a1) left bottom / calc(100% - 50px) 1px no-repeat, /* LEFT BORDER - TOP */ linear-gradient(#dfc6a1, #dfc6a1) left top 13px / 1px 23px no-repeat, /* LEFT BORDER - BOTTOM */ linear-gradient(#dfc6a1, #dfc6a1) left 0 bottom / 1px calc(100% - 130px) no-repeat, /* RIGHT BORDER - TOP */ linear-gradient(#dfc6a1, #dfc6a1) right top 13px / 1px calc(100% - 117px) no-repeat; }
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev, section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next { transform: scale(0.7); }
 
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 { gap: 50px !important; margin: 10px 0 0; }
body:not(.home):not(.page-template-template-partscontact-php):not(.page-id-XXX) .ftr-form-sctn { padding-top: 35px; }
 
section.widget.csae-res .sdbr-case-item h4::before { top: -10px; transform: scale(0.75); }
section.widget.csae-res .sdbr-case-item h4 { margin: 0 0 10px; padding: 90px 0 15px; font-size: 33px; }
section.widget.csae-res .sdbr-case-item p { font-size: 18px; letter-spacing: 0.5px; }
section.widget.csae-res { padding: 25px 15px 65px; }
 
/* Our Team Page */
.inr-team-blk { gap: 20px; }
#page-content .inr-itm-cont h4 { font-size: 20px; }
#page-content .inr-itm-cont h6 { font-size: 15px; letter-spacing: 1px; }
.inr-itm-cont { bottom: 17px; padding: 0 44px; }
 
/* Case Results Page */
#caseresult-blk { gap: 33px; }
#page-column .case-item.inr { padding: 25px 12px 65px; }
#page-column .case-item.inr h6 { font-size: 33px; letter-spacing: -0.2px; }
.case-load-more-btn { text-align: center; margin: 30px 0 20px; }
#page-column .case-item.inr  p { font-size: 18px; letter-spacing: 0.5px; }
 
/* Single Profile */
#page-column .single-profile-block .sp-block h2 { font-size: 47px; letter-spacing: -1.5px; }
#page-column .single-profile-block .sp-block h5 { font-size: 19px; margin: 0 0 10px; }
#page-column .single-profile-call .profile-tel a { font-size: 29px; letter-spacing: 0.24px; }
#page-column .single-profile-call .profile-tel a::before { transform: scale(0.7); left: -57px; bottom: 0; }
#page-column .single-profile-call { padding: 0 0 0 50px; }
.single-profile-block { gap: 25px; }
.single-profile-block::before { width: 270px; height: 270px; }
#page-column .single-profile-call p { font-size: 15px; margin: 0 0 4px; }
#page-column .single-profile-block  .schedule-btn a.cmn-btn { margin: 19px 0 0; padding: 15px  16px; font-size: 15px; letter-spacing: -1px; }

/* innr-style-responsive */
 
/* c-t-a */
 
#page-column .cmn-box.two h2 { font-size: 27px; margin: 0 0 15px; padding: 0 0 12px; } 
.cmn-box.two:before {transform: scale(0.7); }
#page-column .cmn-box.two h2 strong { font-size: 38px; } 
.cmn-box.two { padding: 20px 30px; } 
.cmn-box.two:before { transform: scale(0.8); } 
#page-column .cmn-box.two .cmn-btn { outline-offset: 5px; padding: 16px 12px; } 
#page-column .cmn-left-itm p { letter-spacing: 2.5px; margin: 0 0 20px; } 
#page-column .cmn-box.two .cnslt-call a { font-size: 27px; } 
#page-column .cmn-box.two .cnslt-call p { text-align: left; margin: 0 0 7px; line-height: 1; } 
.cmn-box.two .cnslt-call a:before { transform: scale(0.8); } 
.cnslt-call { padding: 0 0 0 50px; } 
#page-column .cmn-box.one .cmn-left-itm h2 {font-size: 36px; }
.cmn-box.one{padding: 15px 0px 10px 25px;}
#page-column .cmn-box.one .cmn-left-itm h2 strong {font-size: 30px; }
 
 
/* blog */
 
#post-column-full { gap: 15px; } 
#post-content .posts-list .posts-block {padding: 25px 0px 0; }
.posts-readmore{bottom: 20px;}
.posts-list{    padding: 10px 13px 90px;}
#post-content .posts-list .posts-block p {font-size: 16px;}
.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: 17px 70px 17px 20px; font-size: 17px; } 
#post-column-full .nav-links { margin: 35px 0px 0; } 
#post-column-full .nav-links .page-numbers { width: 70px; height: 65px; font-size: 35px; }
 
/* single-blog */
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 { margin: 0 0 20px; font-size: 35px; } 
.single-author-description { font-size: 16px; line-height: 1.7; } 
.single-pagination .nav-links a { font-size: 16px; width: 170px; padding: 19px 23px 17px; outline-offset: 6px; } 
.single-pagination .nav-links a:hover { outline-offset: 6px; }
 
/* practice-area */
 
#page-column .pract-list.inr .pract-item h5::before {
    transform: scale(0.9);
}
#page-column .pract-list.inr .pract-item h5 {
    padding: 80px 0 10px;
}
/* contact page */
#page-column .contact-page .in-cont-item { padding: 35px 21px 30px; }
#page-column .contact-page .in-cont-item h4 { font-size: 27px; padding: 55px 0 10px; margin: 0 0 10px;}
#page-column .contact-page .in-cont-item h4:before { transform: scale(0.8); top: -4px; }
#page-column .contact-page .in-cont-item p { font-size: 17px; letter-spacing: 3.8px; }
#page-column .scl-icons a.facebook{ transform: scale(0.8);}
#page-column .contact-page .phn a { font-size: 30px; }  
#page-column .ftr-sec-list { gap: 8px; margin: 0 0 -95px;    padding: 30px 0 0;}
#page-column .ftr-itm h4:before { transform: scale(0.8); }
#page-column .ftr-itm { width: 24.5%; padding: 18px 15px 28px; }
#page-column .ftr-itm h4 { font-size: 18px; }
#page-column .ftr-itm p { font-size: 14px; }
#page-column .cont-map iframe{  height: 280px;}
	.inr-contact-page {
    padding: 60px 0 0;
}

/* testi inr */
 
#page-content .review-item { padding: 0px 30px 25px; } 
#page-content .review-item:before, #page-content .review-item::after {transform: scale(0.8); right: -25px;}
#page-content .review-item:before{ left: -20px; } 
.load-more-wrap { text-align: center; margin-top: 30px; }
#page-content .review-item h6 {margin: 0 0 20px; }
#page-column .pract-list.inr {gap: 25px; }
.page-feature-img, .single-thumbnail {margin: 0 0 25px; }
#page-column .single-meta {margin: 0 0 15px; }

/* Accordion Section  */
#page-column .accordion-section-title { font-size: 20px; padding: 12px 57px 12px 20px; }
#page-column .accordion-section-title::after { right: 20px; }

}


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

    .hm-form { padding: 0px 150px 0 100px; }

}

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

}

@media screen and (max-width:991px) {
    .ftr-block-sec .container , .container, .container1,.hm-areas-section .container { max-width: 720px; padding:0px 10px; }

    .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 20px; background-color: #c2934e; }
    .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; }
    .mobinav ul li.current-menu-item > a {
        color: #c2934e;
    }
    .site-header { padding: 0px 0 0; }
    header.site-header.is-sticky{ display: none; }
    .logo-section{ position: relative; padding: 10px 15px !important; align-items: center; }
    .site-branding { width: 100%; max-width: 150px; padding: 0; margin: 0; }
    .header-number a { font-size: 22px; }
    .sicky-cnt.sticky-mobile-logo { width: 100%; max-width: 140px; }
    .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: 320px; margin: auto; }
    #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; }

    
    .text-heading { font-size: 35px; margin: 0 0 10px; text-align: center; }

    .hm-banner-sec { padding: 30px 20px 50px; }
    .bnr-blk { gap: 15px; flex-direction: column; }
    .bnr-left { width: 100%; max-width: 500px; border: 1px solid #c2934e; padding: 10px 10px 0; }
    .bnr-right { width: 100%; text-align: center; }
    .bnr-content { padding: 0; }
    .bnr-content::before { display: none; }
    .bnr-content h1 { margin: 0 0 5px; }
    .bnr-btn { margin: 20px 0 0; }

    .award-blk h4 { text-align: center; letter-spacing: 4.8px; margin: 0 0 25px; }
    .award-blk .award-itm { width:98%; max-width: 250px; margin-right:10px; border: 1px solid #c2934e; padding: 10px;  }
    .award-blk .slick-list {padding: 0 0 0px; }
    .award-blk .award-itm::before { display: none; content: none; }
    .hm-award-sec { padding: 0 0 40px; }
    .award-list .owl-stage-outer {padding: 0 0 10px; }

    .hm-case-sec::after{ display: none; }
    .hm-case-sec .text-heading { font-size: 40px; margin: 0 0 8px; }
    .hm-case-sec .sub-heading { font-size: 17px; letter-spacing: 2.5px; }
    .hm-case-lisl .case-item { width: 100%; }
    .hm-case-lisl.owl-carousel .owl-dots { margin: 25px auto 0; display: flex; justify-content: center; gap: 10px; }
    .hm-case-lisl.owl-carousel button.owl-dot { border-radius: 50px; width: 10px; height: 10px; background-color: #c2934e; }
    .hm-case-lisl.owl-carousel button.owl-dot.active { width: 30px; background-color: #ffffff; transition: 0.5s; }
    .hm-case-sec { padding: 0 0 30px; }
    .hm-case-btn { margin: 30px 0 0; }
    .case-item p {font-size: 17px; line-height: 1.6; }
       .case-item h4{font-size: 22px;}


    .about-blk { padding: 0; flex-direction: column-reverse; align-items: center; gap: 10px;}
    .hm-about-sec::before { display: none; }
    .about-right img { clip-path:none; }
    .about-left { width: 100%; padding: 15px; text-align: center; }
    .about-desc { padding: 0px; }
    .about-desc::before { display: none; }
    .hm-about-sec { padding: 40px 0; }
    .about-left .text-heading { font-size: 33px; text-align: center; letter-spacing: -0.1px; }
    .about-desc .about-btm { justify-content: center; }
    .about-right { width: 100%; max-width: 350px; margin: 0px; border: 2px solid #c2934e; }

    .rights-top-rgt { padding: 0; width: 100%; }
    .rights-top-rgt::before { display: none;}
    .rights-top, .rights-btm { justify-content: center; flex-direction: column-reverse; align-items: center; gap: 10px; text-align: center; }
    .rights-top-lft, .rights-btm-lft, .rights-btm-rgt{ width: 100%; }
    .rights-btm-lft .text-heading { text-align: center; }
    .hm-right-sec { padding: 0 0 40px; }
    .rights-img img {outline-offset: 0px; }
    .rights-btm-img {width: 100%;
        max-width: 70px;
        margin: 0;
        border: 0;
        padding: 0;
    }
    
    .rights-btm:last-child {
        flex-direction: column-reverse; 
        margin: 20px 0 0;
    }
    .hm-right-sec p{line-height: 1.8;}
    .hm-pract-sec .text-heading { font-size: 40px; margin: 0 0 6px; }
    .hm-pract-sec .sub-heading { letter-spacing: 1.5px; }
    .pract-btn{    bottom: 25px;}
    .pract-list .pract-item { width: 100%; clip-path: none; padding: 20px 16px 30px; }
    .pract-list.owl-carousel .owl-dots { margin: 25px auto 0; display: flex; justify-content: center; gap: 10px; }
    .pract-list.owl-carousel button.owl-dot { border-radius: 50px; width: 10px; height: 10px; background-color: #c2934e; }
    .pract-list.owl-carousel button.owl-dot.active { width: 30px; background-color: #000000; transition: 0.5s; }
    .pract-list.owl-carousel .owl-stage { display: flex; }    
    .pract-list.owl-carousel .owl-item{ display: flex; }
    .hm-pract-btn { margin: 30px 0 0; }
    .hm-pract-sec { margin: 0px 0 -100px; }

    .hm-billion-recovered-sec { padding: 160px 0 40px; }
    .billion-recovered-blk::before { display: none; }
    .billion-recovered-content { width: 100%; }
    .billion-recovered-left, .billion-recovered-right { width: 100%; max-width: 350px; clip-path: none; border: 2px solid #c2934e; justify-self:center; } 
    .billion-recovered-content .text-heading br{ display: none; }
    .billion-recovered-content .text-heading { font-size: 30px; margin: 0 0 10px; letter-spacing: 0; }
    .billion-recovered-btn a.cmn-btn { margin: 20px 0 0; }
    .billion-recovered-left{ order: 0; }
    .billion-recovered-right{ order: 1; }
    .billion-recovered-blk{ display:grid; grid-template-columns:1fr 1fr; gap:5px; align-items:center; }
    .billion-recovered-content{ padding: 0px 0 0; order: 2; grid-column:1 / -1; width:100%; text-align:center; margin: 10px 0 0 ; }
    .billion-recovered-left::before, .billion-recovered-right::before { display: none; }

    .meet-right::before { display: none; }
    .hm-meet-sec { padding: 40px 0; }
    .meet-blk { flex-direction: column-reverse; align-items: center; justify-content: center; }
    .meet-right { width: 100%; }
    .meet-right .text-heading br{ display: none; }
    .meet-right .text-heading { font-size: 35px; }
    .meet-item:last-child { margin: 0px 0 0; }
    .meet-item{ clip-path: none;  padding:0;  border: 2px solid #c2934e;}
    .meet-item .meet-img { clip-path: none; }
    /* .meet-item:hover{ transform: scale(1); } */
    .rights-btm-lft, .rights-btm-rgt{
        border: 0;
        padding: 0;
    }
    .rights-btm-img:before{
        display: none;
    }
    .rights-btm-img img{
        padding: 0;
    }
    .meet-btn { display: none; }
    .meet-btn.btm { display: block; margin: 30px 0 0; }
    .meet-left .meet-item { width: 100%; clip-path: none; }
    .meet-left.owl-carousel .owl-dots { margin: 25px auto 0; display: flex; justify-content: center; gap: 10px; }
    .meet-left.owl-carousel button.owl-dot { border-radius: 50px; width: 10px; height: 10px; background-color: #c2934e; }
    .meet-left.owl-carousel button.owl-dot.active { width: 30px; background-color: #ffffff; transition: 0.5s; }

    .hm-testi-list::before, .hm-testi-list::after{ display: none; }
    .hm-testimonials .text-heading { font-size: 35px; }
    .testi-sub-item h4 { font-size: 20px; margin: 20px 0 14px 0; }
    .testi-sub-item p { margin: 0 0 10px 0; font-size: 16px;  line-height: 1.6;}
    .hm-testimonials .testi-item h5 { font-size: 22px; }
    .hm-testimonials .testi-item { padding: 35px 30px 20px; border: 1px solid #c2934e; }
    .hmtesti-btn { margin: 25px 0 0 0; }
    .hm-testimonials { padding: 0px 0 50px; }
    .hm-testi-list .owl-stage-outer { padding: 0px 0 0 0; }    

   .hire-itm p {width: 100%;}

    .hire-top-blk { padding: 0; }
    .why-hire-sec { padding: 40px 0; }
    .hire-itm::before{ display: none; }

    .hire-itm{ width: 100%; margin: 0 ; padding: 35px 20px; background: #fff; border: 2px solid #c2934d; border-radius: 12px; }
    .hire-blk .hire-itm h4{ position: relative; left: auto  !important; top: auto; bottom: auto; padding-top: 90px; }
    .hire-blk .owl-stage{ display: flex; }
    .hire-blk .owl-item{ display: flex; padding: 10px; }
    .hire-itm.six { margin: 0 !important; }
    .hire-blk.owl-carousel .owl-dots { margin: 25px auto 0; display: flex; justify-content: center; gap: 10px; }
    .hire-blk.owl-carousel button.owl-dot { border-radius: 50px; width: 10px; height: 10px; background-color: #c2934e; }
    .hire-blk.owl-carousel button.owl-dot.active { width: 30px; background-color: #000000; transition: 0.5s; }

    .safeguard-blk { flex-direction: column-reverse; justify-content: center; gap: 10px; }
    .safeguard-lft { width: 100%; text-align: center; }
    .safeguard-rgt { width: 100%; max-width: 350px; padding-bottom:2px; border-bottom: 2px solid #c2934e; }
    .safeguard-lft .text-heading br{ display: none; }
    .safeguard-lft .text-heading{ text-align: center; font-size: 30px; }
    .safeguard-sec { padding: 0 0 40px; }

    .we-help-section p br { display: none; }   
    .we-help-item{ width: 100%; padding: 35px 20px 30px; margin: 0; }
    .we-help-item::before{ width: 100%; height: 100%; inset: 0; left: 0; transform: none; clip-path: none; border-radius: 10px; }
    .we-help-blk .owl-stage{ display: flex; }
    .we-help-blk .owl-item{ display: flex; }
    .we-help-blk.owl-carousel .owl-dots { margin: 25px auto 0; display: flex; justify-content: center; gap: 10px; }
    .we-help-blk.owl-carousel button.owl-dot { border-radius: 50px; width: 10px; height: 10px; background-color: #c2934e; }
    .we-help-blk.owl-carousel button.owl-dot.active { width: 30px; background-color: #000000; transition: 0.5s; }
    .we-help-section { padding: 0 0 40px 0; }
    .ares-sec-rgt p{margin: 0;}

    .help-btm-cnt { width: 90%; left: 0; right: 0; padding: 45px 33px; }
    .help-btm-main{ position: relative; display: block; padding: 0; }
    .help-btm-cnt{ position: relative; right: auto; bottom: auto; width: 100%; margin: 10px auto 0; padding: 35px 25px; }
    .help-btm-section { padding: 0 0 40px; }
    .hm-areas-section {padding: 0 0 30px; }

    #footer-navigation ul li a { line-height: 1.8; } 
    .ftr-block-sec::before { top: 90px; }
     #footer-navigation ul { padding: 0 0 17px; } 
    .ftr-itm { padding: 30px 18px 0; width: 48%; } 
    .ftr-sec-list { flex-wrap: wrap; margin-bottom: 40px; gap: 25px; } 
    .ftr-itm p { font-size: 15px; margin: 0 0 10px; } 
    .ftr-call-btm a { font-size: 28px; } 
    .ftr-call-btm p { font-size: 14px; letter-spacing: 2px; } 
    .ftr-copyrights-sec { padding: 25px 0px 15px; } 
    .ftr-call-btm { margin: 0px auto -115px; }

    .ftr-form-sctn::before, .ftr-form-sctn::after{ display: none; } 
    .hm-form { padding: 0px; } 
    .hm-form-sec .text-heading { font-size: 38px; } 
    .ftr-form-sctn { padding: 0 0 40px 0; }
    .popup .popuptext { width: 725px; }

    .ares-sce-list { flex-direction: column; } 
    .hm-areas-section .container{ margin: auto; } 
    .areas-sec-img img { clip-path: none; } 
    .hm-areas-section:before{ display: none; } 
    .areas-sec-lft { width: 100%;  } 
    .areas-sec-img{
        max-width: 450px; margin: auto;
        width: 100%;
    }
    .areas-sec-box { 
        margin: 30px 0 0;
    }
    .areas-sec-img:before { right: -58px; bottom: -26px; transform: scale(0.6); }
    .ares-sec-rgt { padding: 0; width: 100%; margin: auto; } 
    .ares-sec-rgt p { text-align: center; } 
    .ares-sec-rgt .text-heading { text-align: center; } 

    .ofc-blk-list { flex-direction: column; } 
    .ofc-loc-left { width: 100%; } 
    .tab-buttons { margin-top: 0; line-height: 1.1; }
    .tab-btn h4 { padding: 20px 20px 20px 37px; font-size: 18px; width: 60%; text-align: center; margin: auto; border: 1px solid #000; }
    .tab-btn h4::before { left: 52px; transform: scale(0.8); top: 15px; } 
    .ofc-blk-list { gap: 30px; } 
    .ofc-loc-rgt { padding-left: 0; } 
    .ofc-loc-rgt { padding-left: 0; width: 100%; max-width: 450px; margin: auto; border: transparent; } 
    .tab-content iframe { height: 300px; }

    .hm-banner-sec .bnr-sub-title { letter-spacing: 3px;        text-indent: 0; }
    .about-right .about-image img { clip-path: none; object-position: bottom; }
    .about-image { overflow: hidden; height: 385px !important; }
    .about-logo-img { width:75%; position: absolute; top: 0; display:none;}

    .testi-lst::before{display: none;}

    .help-hover p {
        font-size: 14px !important;
        margin: 0 0 6px 0;
    }
    .help-hover { top: 0;  }

    .rights-btm .text-heading { text-align: center; }
.hire-blk .hire-itm { margin: 0 !important; filter: none;  }
    
    .ftr-form-sctn{ overflow: unset; z-index: unset; }

	
	.page-container, .post-container {max-width: 720px;padding:0px;}
    #page-content .areaserved-item {width: 48%;}
 
#post-content, #page-content {padding: 50px 0;}
 
.page-col-full, .single-col-full { gap: 20px; }
#page-column p, #page-column li {font-size: 16px; line-height: 1.7;}
#page-column h1, #page-column h2, #page-content .areaserved-item-list h2 { font-size: 32px; }  
#page-column h3 { font-size: 30px; }
#page-column h4 { font-size: 26px; }
#page-column h5 { font-size: 22px; }
#page-column h6 { font-size: 19px; }
 
/* banner */
#main-heading { padding: 40px 0; }
#main-heading h1 { font-size: 38px; line-height: 1.2; }
 
.testi-sdbr-blk { padding: 20px 15px; background: none; border: 1px solid #dfc6a1; }
.testi-sdbr-blk::before, .testi-sdbr-blk::after{ display: none; }
.sidebar-page section.widget.testi h4.widget-title { margin: 0 0 15px; }
 
body:not(.home):not(.page-template-template-partscontact-php):not(.page-id-XXX) .ftr-form-sctn { padding-top: 30px; }
 
/* Our Team Page */
.inr-team-itm { width: 100%; max-width: 350px; }
.inr-team-itm, .inr-team-itm .inr-itm-img{ clip-path: none; -webkit-clip-path: none; }
.inr-itm-cont { bottom: 12px; padding: 0px; }
 
/* Case Results Page */
#page-column .case-item.inr { width: 100%; max-width: 350px; }
#caseresult-blk { gap: 15px; }
 
/* Single Profile */
.single-profile-block{ flex-direction: column; align-items: center; padding: 20px; }
.single-profile-sec { padding: 0px 0 0; }
.single-profile-image { width: 100%; max-width: 350px; margin: 0px 0 0; padding: 10px 10px 0; border: 1px solid #c3a12d; }
.single-profile-block::before { display: none; }
.sp-block { width: 100%; text-align: center; }
#page-column .single-profile-block .sp-block h2 { text-align: center; }
#page-column .single-profile-block .sp-block h5 { text-align: center; }
.schedule-btn { text-align: center; }
#page-column .single-profile-call { display: inline-block; text-align: left; }

/* inr-res */
 
.sidebar-blog-item { width: 100%; max-width: 350px; }
 .sidebar-blog { flex-direction: column; align-items: center; } 
 #post-content  .posts-list { width: 48%; } 
 #post-content .posts-list .posts-readmore a { font-size: 16px; padding: 13px 21px; }
  #post-column-full .nav-links .page-numbers { width: 60px; height: 55px; font-size: 30px; }
   #post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers { margin: 0 10px }
    .sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit { right: 0px; }
 
/* single blog */
 
.page-col-full, .single-col-full { gap: 30px; }
.sidebar-page  .sidebar-blog.blog-sidebar-itm.innr-search { padding: 20px 12px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 { margin: 0 0 17px; font-size: 30px; }

/* pracice area-inr */
 
#page-column .pract-list.inr  .pract-item { max-width: 350px; text-align: center; margin: 0 auto; width: 100%; }
.sidebar-page .sidebar-blog.blog-sidebar-itm { padding: 30px 12px; }
#page-column .pract-list.inr .pract-item h5::before { transform: scale(0.8); }

/* contact page */
#page-column .contact-page .in-cont-list{ flex-wrap: wrap; justify-content: center; gap: 20px;}
#page-column .contact-page .in-cont-item{ max-width: 300px; width: 100%;}
#page-column .contact-page .in-cont-item h4:before{ transform: scale(0.7); top: -7px;}
#page-column .contact-page .in-cont-item h4 { font-size: 25px; padding: 48px 0 10px; margin: 0 0 8px; }
#page-column .contact-page .phn a { font-size: 26px; }
#page-column .contact-page .in-cont-item p { font-size: 16px; letter-spacing: 1.7px; }
#page-column .contact-page .icons { padding: 35px 21px 92px; }
#page-column .ftr-sec-list{ flex-wrap: wrap; justify-content: center; gap: 20px; margin: 0 0 -75px;}
#page-column .ftr-itm { width: 100%; max-width: 300px;}
#page-column .cont-map iframe{ padding: 5px;}
#page-column .contact-page .in-cont-list { padding: 60px 0 0; margin: 0 0 60px; }
.inr-contact-page { padding: 30px 0 0; }

/* testi inr */
 
#page-column #reviews-main { column-count: 1; }
#page-content .review-item h6 { margin: 0 0 20px; }
#page-content .review-item p {margin: 0 0 20px; }

#page-column .pract-list.inr {gap: 19px; }
.areas-sec-box { padding: 30px 15px; }
.areas-sec-box h3 { font-size: 17px; }
.cmn-box.two:before {transform: scale(0.6); }
.billion-recovered-left img, .billion-recovered-right img{height: 400px; object-fit: cover;}


}

@media screen and (max-width:767px) {
    .container, .container1 { max-width: 100%; padding: 0 15px; }
    .text-heading { font-size: 27px; margin: 0 0 7px; }
    .logo-section { justify-content: center; gap: 15px; }
    .hdr-rit-top { flex-direction: column; gap: 10px; margin: 0 0 10px; }
    .mobile_src_nav { padding: 8px 0px; }
    .showhide { padding: 0px 0 0 27px; }
    .showhide b.txtr { font-size: 34px; }
    .showhide b.txtl { font-size: 18px;}
    .header-sticky .sticky-cnt a:before, .header-sticky .sticky-cnt button:before{transform: scale(0.9);}
    .hm-banner-sec { padding: 20px 10px 40px; }
    .hm-banner-sec .bnr-sub-title { letter-spacing: 3.8px;margin: 0 0 12px; }
    .bnr-content h1 { font-size: 30px; letter-spacing: -0.2px; }
    .hm-award-sec { padding: 0px 0 30px; }
    .hm-case-sec .sub-heading { font-size: 16px; letter-spacing: 1.5px; }
    .hm-case-sec .text-heading { font-size: 30px; }
    .hm-about-sec { padding: 30px 0; }
    .about-left .text-heading { font-size: 25px; }
    .about-desc .about-sub-title { font-size: 16px; margin: 0 0 6px; letter-spacing: 1.5px; }
    .about-desc h3 { font-size: 20px; margin: 0 0 12px 0; }
    .about-desc .about-btm { flex-direction: column-reverse; }
    .hm-right-sec { padding: 0 0 30px; }   
    .ul-list h3 {margin: 0 0 10px;font-size: 17px;}
    .hm-pract-sec .text-heading { font-size: 30px; }
    .hm-pract-sec .sub-heading { letter-spacing: 1px; font-size: 16px; margin: 0 0 15px; }
    .pract-list.owl-carousel .owl-dots { margin: 18px auto 0; }
    .hm-pract-btn { margin: 23px 0 0; }
    .hm-billion-recovered-sec { padding: 140px 0 30px; }
    .billion-recovered-content .text-heading { font-size: 25px; letter-spacing: 1px; }
    .billion-recovered-content h4 { font-size: 15px; letter-spacing: 0.5px; }
    .hm-meet-sec { padding: 30px 0; }
    .meet-right .text-heading { font-size: 26px; letter-spacing: 1px; }
    .meet-left .meet-item { max-width: 400px; margin: auto; }
    .hm-testi-list .star-rat { width: 45%;    margin: 0px auto 12px; }
    .hm-testimonials .text-heading { font-size: 30px; }
    .hm-testimonials .testi-item { padding: 28px 18px 15px; }
    .hm-testimonials { padding: 0px 0 30px; }

    .ftr-block-sec { padding: 20px 0 100px; }
     #footer-navigation ul li { margin: 0 10px; } 
    .ftr-itm { width: 100%; max-width: 350px; margin: auto; border: 1px solid #c2934e; padding: 20px; }
    .ftr-itm::before{ display: none; }
    .ftr-sec-list { margin-bottom: 60px; padding: 10px 0 0 0; }
    .ftr-call-btm a { font-size: 20px; } 
    .ftr-call-btm p { font-size: 13px; } 
    .ftr-copyrights-sec p { margin: 0 0 15px; } 
    .ftr-copyrights-sec p:last-child{ margin: 0; } 
    .ftr-call-btm p { font-size: 13px; letter-spacing: 0; line-height: 2; }

    .hm-form .gfield.gfield--type-text, .hm-form .gfield.gfield--type-phone, .hm-form .gfield.gfield--type-email { width: 100% !important; } 
    .hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea { font-size: 14px !important; padding: 14px 10px !important; } 
    .hm-form .gform_wrapper .top_label textarea { height: 110px !important; } 
    .hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield { width: 100%; } 
    .hm-form .gfield.chk { width: 100%; } 
    .hm-form-sec .text-heading { font-size: 29px; } 
    .hm-form .gform_wrapper .top_label button[type="submit"] { font-size: 14px !important; padding: 16px 22px !important; outline-offset: 5px; }
    .popup .popuptext { padding: 3px; font-size: 14px; width: 435px; }

    .tab-btn h4 { font-size: 14px; width: 70%; }
    .office-location-section { padding: 0 0 40px; } 
    .tab-btn h4::before{ display: none; }
    .areas-sec-img:before { right: -58px; bottom: -26px; transform: scale(0.6); }


    .we-help-section p, .safeguard-lft p, .hire-top-blk p { font-size: 16px; }
    .ul-list { flex-wrap: wrap; }
    ul.loc-list.one { width: 160px; }

    div#popup-container { width: 100%; }
    .popup .popuptext { width: 100%; }
   
    .about-image { 
        height: 295px !important;
    }
	
	.inr-contact-page {
    padding: 20px 0 0;
}

    .page-container, .post-container {max-width:100%;padding: 0 15px;}
 
#post-content, #page-content {padding: 40px 0;}
 
#page-column .single-profile-block .sp-block h2 { font-size: 32px; letter-spacing: 0px; }

/* inr-responsive */
#main-heading h1 {font-size: 28px; }
#page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {font-size: 26px; }
#page-column h3 {font-size: 24px; }
#page-column h4 {font-size: 22px; }
#page-column h5 {font-size: 19px; }
#page-column h6 {font-size: 18px; }
#page-column h1, #page-column h2, #page-column h3, #page-column h4, #page-column h5, #page-column h6, #page-content .areaserved-item-list h2{line-height: 1.2;}
 
    /* c-t-a */
#page-column .cmn-box.two h2 { font-size: 20px; margin: 0 0 10px; } 
.cmn-box.two h2 strong::after {width: 90%; right: 0; margin: auto; }
#page-column .cmn-box.two h2 strong { font-size: 32px; } 
#page-column .cmn-left-itm p { letter-spacing: 0px; margin: 0 0 10px; font-size: 14px; } 
.cmn-box.two { padding: 25px 10px 25px; } 
.cmn-box.two .cmn-box-cnslt-btn { gap: 13px; flex-direction: column-reverse; } 
.cmn-box.one { flex-direction: column-reverse; } 
.cmn-box.one .cmn-right-itm { width: 100%; max-width: 230px; border: 1px solid #c2934e; margin: auto; padding: 10px;display: none; } 
.cmn-box.one .cmn-right-itm:before{ clip-path: inherit; top: inherit; height: 60%; display: none;} 
.cmn-box.one .cmn-right-itm img{ clip-path: inherit; } 
.cmn-box.one .cmn-left-itm { width: 100%; padding: 10px 0 0px; } 
#page-column .cmn-box.one .cmn-left-itm h2 { font-size: 30px; text-align: center; margin: auto 0 25px; } 
#page-column .cmn-box.one .cmn-left-itm h2 br{display: none;}
#page-column .cmn-box.one .cmn-left-itm h2 strong{display: block;}
.cmn-box.one { padding: 20px 10px 30px; } 
.cmn-box-cnslt-btn { text-align: center; } 
.cmn-box.two:before{ display: none; } 
.cmn-box.two .cnslt-call a:before { transform: scale(0.7); }

 
 
/* blog */
 
#post-content .posts-list .posts-readmore a { font-size: 15px; padding: 11px 16px; } 
#post-content .posts-list .posts-block { padding: 20px 0px 0; } 
#post-content .posts-block .single-meta p{margin: 0 0px 8px;}
#post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers { transform: scale(0.9); } 
.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: 14px 60px 14px 20px; font-size: 16px; } 
.sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select { background-size: 53px 100%; } 
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit { background-size: 53px 96%; }
 #post-content  .posts-list {width: 100%; max-width: 370px; margin: auto; }
/* blog-single-pg */
 
.single-author-box { gap: 20px; flex-direction: column; } 
.single-author-avatar { width: 30%; margin: auto; } 
.single-author-info { width: 100%; text-align: center; } 
.single-pagination .nav-links a { font-size: 14px; width: 150px; padding: 16px 18px 15px; outline-offset: 4px; } 
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit { background-size: 51px 100%; } 
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 { margin: 0 0 17px; font-size: 25px; }
.single-pagination .nav-links a:hover { outline-offset: 4px; }
/* contact page */
#page-column .contact-page .in-cont-item p { letter-spacing: 1px; }
#page-column .contact-page .in-cont-item{ clip-path: none; padding: 20px;}
#page-column .in-cont-logo{padding: 0px;}
#page-column .contact-page .icons{ padding: 20px 20px 60px;}
#page-column .ftr-itm{ background: linear-gradient(180deg, rgba(33, 33, 33, 1) 0%, rgba(69, 69, 69, 1) 100%);}
#page-column .ftr-itm:hover{ background: linear-gradient(180deg, rgba(209, 160, 84, 1) 0%, rgba(135, 99, 47, 1) 100%);}
#page-column .ftr-sec-list{ margin: 0px 0 20px;}
#page-column .contact-page .in-cont-list { padding: 30px 0 0; margin: 0 0 35px; }
#page-column .ftr-itm h4{ margin: 0 0 10px;}

/* testi inr */
 
#page-content .review-item:before {left: -21px; }
#page-content .review-item:before, #page-content .review-item::after { transform: scale(0.8); right: -22px; bottom: -20px; } 
#page-content .review-item .star-rat { width: 200px; } 
#page-content .review-item p { margin: 0 0 20px; }
#page-content .review-item {padding: 0px 20px 25px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm {padding: 20px 12px; }

 
#page-column .accordion-section-title { padding: 12px 38px 12px 15px; }
#page-column .accordion-section-title::after { right: 10px; }
.billion-recovered-left img, .billion-recovered-right img {height: 330px;}
}

@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; }
    .logo-section,.hdr-rit-top,.header-number{flex-direction: column;}
}

@media screen and (max-width:540px) {
.billion-recovered-left img, .billion-recovered-right img{height:350px; object-fit: cover;}
}

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

    a.cmn-btn { font-size: 14px; padding: 12px 6px; outline-offset: 3px; letter-spacing: -0.4px; }
    .text-heading { font-size: 23px; }

    .hm-banner-sec { padding: 15px 0px 30px; }
    .hm-banner-sec .bnr-sub-title { letter-spacing: 1px; }
    .bnr-content h1 { font-size: 26px; letter-spacing: -0.2px; }
    .bnr-content p { font-size: 15px; letter-spacing: 0px; }
    .bnr-btn { margin: 12px 0 0; }

    .award-blk h4 { letter-spacing: 1.8px; margin: 0 0 12px; font-size: 16px; }
    
    .hm-case-sec .text-heading { font-size: 24px; letter-spacing: 2px; line-height: 1.2; }
    .hm-case-sec .sub-heading { font-size: 15px; letter-spacing: 2.5px; line-height: 1.3; }
    .hm-case-lisl .case-item { padding: 16px 10px 45px; }
    .case-item h5::before { top: -17px; transform: scale(0.6); }
    .case-item h5 { font-size: 25px; padding: 0px 0 10px; margin: 0px 0 8px; }
    .case-item p { font-size: 16px; letter-spacing: 0.5px; }
    .hm-case-lisl.owl-carousel .owl-dots { margin: 15px auto 0; }
    .hm-case-btn { margin: 20px 0 0; }

    .hm-about-sec { padding: 25px 0; }
    .about-left { padding: 10px 5px; }
    .about-left .text-heading { font-size: 20px; margin: 0px 0 12px }
    .about-desc p { font-size: 15px; margin: 0 0 10px; letter-spacing: 0.81px;     line-height: 1.6;}
    .about-call a::before { transform: scale(0.6); }

    .hm-right-sec p { font-size: 16px; letter-spacing: 0.81px; }
    .hm-right-sec { padding: 0 0 20px; }

    .hm-pract-sec .text-heading { font-size: 27px; }
    .pract-list .pract-item { padding: 10px 15px 30px; }
    .pract-item .pract-btn a.cmn-btn { padding: 12px 16px; outline-offset: 3px; margin: 7px 0 0; font-size: 15px; }

    .billion-recovered-blk{ display: grid; grid-template-columns: 1fr; gap: 10px; }

    .meet-left.owl-carousel .owl-dots { margin: 17px auto 0; }
    .meet-btn.btm { margin: 24px 0 0; }
    .meet-left .meet-item { max-width: 300px; margin: auto; }

    .hm-testimonials .testi-item { padding: 28px 10px 10px;  }
    .testi-sub-item p { font-size: 15px; }
    .hm-testi-list .star-rat { width: 65%; }
    .testi-sub-item h4 { font-size: 18px; margin:0; letter-spacing: 1px; }
    .hm-testimonials .testi-item h5 { font-size: 20px; }

    .hire-top-blk p { font-size: 16px; margin: 0 0 5px; }
    .hire-blk.owl-carousel .owl-dots { margin: 15px auto 0; }
    .why-hire-sec { padding: 30px 0; }

    .we-help-blk.owl-carousel .owl-dots { margin: 20px auto 0; }
    .we-help-section { padding: 0 0 30px 0; }
ul.loc-list {padding: 0; }
    .safeguard-lft .text-heading { font-size: 22px; }
    .safeguard-sec .text-heading { letter-spacing: 1px; line-height: 1.2; }
    .safeguard-lft p {  margin: 0 0 12px 0; line-height: 1.7; }

    .help-btm-cnt { padding: 15px 8px; }
    .help-btm-cnt ul li { letter-spacing: 0.27px; line-height: 1.3; }

    .ftr-call-btm { width: 40%; } 
    .ftr-call-btm a { font-size: 18px; }
    .ftr-call-btm p { line-height: 1.8; } 
    .ftr-block-sec::before { display: none; }

    .popup .popuptext { width: 275px; }
    .hm-form .chk .gfield_description.validation_message { left: 0; right: auto !important; }
    .ftr-sec-list { gap: 10px; }

    .ul-list { gap: 1px; flex-direction: column; } 
    .ul-list li{ margin: 10px 0; border: 1px solid #000; }
    .loc-list li a:before { transform: scale(0.7); } 
    .hm-areas-section { padding: 0 0 30px; }
    ul.loc-list.one, ul.loc-list.two, ul.loc-list.three { margin: auto; width: 90%; } 
    .loc-list li a:before{ display: none; }
    .loc-list li a { margin-bottom: 0; padding: 10px 0 10px 15px; }
    .ftr-itm { max-width: 270px; padding: 15px; }

    .tab-btn h4 { width: 100%; }
    .tab-btn h4::before{ display: none; } 
    .tab-content iframe { height: 250px; }

    .areas-sec-img { max-width: 350px;}
    .areas-sec-img:before { right: -70px; transform: scale(0.5); }

    #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; }
#post-content, #page-content {padding: 30px 0;}
#page-column p, #page-column li {font-size: 15px;}
#page-column h1, #page-column h2, #page-content .areaserved-item-list h2 { font-size: 23px; }
#page-column ol, #page-column ul{    padding: 0 0 0 10px;}
#post-content, #page-content { padding: 30px 0 ; }
 
/* banner */
#main-heading h1 { font-size: 25px; }
#main-heading .inrpg-breadcrumbs { font-size: 15px; }

.sidebar-page .sidebar-item h2, h4.widget-title { font-size: 30px; }
.sidebar-page .sidebar-item { margin: 0 0 25px; padding: 20px 10px 15px; }
.sidebar-page .sidebar-menu-pa .sub-menu.open{padding: 3px 0 0 10px;}
.sidebar-page section.widget.testi {  margin: 0 0 25px; }
section.widget.csae-res .sdbr-case-item h4 { padding: 79px 0 10px; font-size: 29px; }
section.widget.csae-res .sdbr-case-item p { font-size: 17px; }
body:not(.home):not(.page-template-template-partscontact-php):not(.page-id-XXX) .ftr-form-sctn { padding-top: 20px; }
 
 
/* Case Results Page */
#page-column .case-item.inr h6::before { top: -11px; transform: scale(0.7); }
#page-column .case-item.inr h6 { font-size: 29px; margin: 0 0 15px; padding: 80px 0 13px; }
#page-column .case-item.inr h6::after { height: 2px; }
 
.single-profile-block { padding: 10px; }
#page-column .single-profile-block .sp-block h2 { font-size: 26px; }
#page-column .single-profile-block .sp-block h5 { font-size: 15px; margin: 0 0 7px; }
#page-column .single-profile-call .profile-tel a { font-size: 27px; }
#page-column .single-profile-call .profile-tel a::before { transform: scale(0.6); left: -54px; bottom: -3px; }
#page-column .single-profile-block  .schedule-btn a.cmn-btn { padding: 15px  7px; }
.single-profile-block { gap: 15px; }

/* inr-responsive */
 
    /* c-t-a */
    #page-column .cmn-box.two h2 { font-size: 18px; } 
    #page-column .cmn-box.two h2 strong { font-size: 25px; } 
    #page-column .cmn-box.two .cmn-btn { padding: 16px 8px; } 
    #page-column .cmn-box.two .cnslt-call a { font-size: 20px; } 
    .cmn-box.two .cnslt-call a:before { transform: scale(0.6); } 
    .cnslt-call { padding: 0 0 0 37px; } 
    #page-column .cmn-box.one .cmn-left-itm h2 { font-size: 23px; margin: auto 0 15px; letter-spacing: 0.6px; }
    #page-column .cmn-box.one .cmn-left-itm h2 strong {font-size: 21px; }
 
 
    /* blg-single */
 
    .single-author-description {
    font-size: 14px;
    line-height: 1.6;
}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
    display: flex;
    flex-direction: column;
    margin: auto;
    text-align: center;
    gap: 30px;
}
.post-navigation .nav-next ,.post-navigation .nav-previous {text-align: center}
.single-pagination {margin: 30px 0 0;}
.posts-block .single-category {flex-wrap: wrap;}
}
/* testi */
 
#page-content .review-item:before { left: -30px; top: -2px; } 
#page-content .review-item .star-rat {width: 150px; height: 16px; margin: 4px auto 0px; }
#page-content .review-item h6 { margin: 0 0 10px; } 
#page-content .review-item p { margin: 0 0 10px; } 
#page-content .review-item:before, #page-content .review-item::after { transform: scale(0.6); right: -30px; bottom: -25px; }
.load-more-wrap { margin-top: 10px;}
#page-content .review-item {padding: 0px 20px 20px; }
#page-column .accordion-section-title { font-size: 18px; }
}

@media screen and (max-width:400px) { 
.header-number{ flex-direction: column; align-items: flex-start; gap: 5px; }
.header-number strong{ display: block; }
.header-number a{ display: block; margin-left: 0; }
}

@media screen and (max-width:360px) { 
.billion-recovered-left img, .billion-recovered-right img {height: 320px;}
}

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



