/*
 Theme Name:   Amable Law PLLC
 Theme URI:    http://example.com/rmtheme-child
 Description:  Child theme for RMTheme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     rmtheme
 Version:      1.0.0
 Text Domain:  rmtheme-child
*/

@font-face {
    font-display: swap;
    font-family: 'Baskervville';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/baskervville-v20-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Baskervville';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/baskervville-v20-latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Baskervville';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/baskervville-v20-latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Stack Sans Text';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/stack-sans-text-v1-latin-300.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Stack Sans Text';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/stack-sans-text-v1-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Stack Sans Text';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/stack-sans-text-v1-latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Stack Sans Text';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/stack-sans-text-v1-latin-700.woff2') format('woff2');
}

:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Baskervville';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}
.alignleft, .alignright, .aligncenter {
    margin-bottom: 10px;
}
.alignnone {
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}
iframe, img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
img {
    border: 0;
    height: auto;
}
a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Baskervville';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
    font-family: 'Stack Sans Text';
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
ul, li {
    list-style: none;
}
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
a, a:hover, input[type="submit"], button {
    outline: 0;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}
input::-moz-placeholder {
    color: var(--placeholdercolor);
}
input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}
input:-moz-placeholder {
    color: var(--placeholdercolor);
}
html {
    scroll-behavior: smooth;
}
.post, .page{
    margin: 0;
}
ul,ol,li {
    list-style: none;
    margin:0;
    padding:0;
}
p:empty {
    display: none;
}

/*Header Sticky Menu*/



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

.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:'Stack Sans Text';
    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:#5d797b;
    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: 'Stack Sans Text';
}

.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 27px;
    font-family: 'Stack Sans Text';
    font-weight: 400;
}

.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background:#5d797b;
    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: 'Stack Sans Text';
}

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

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

.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: flex-end;
}
.header-number {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 22px;
    gap: 20px;
}

.header-number p {
    font-family: 'Baskervville';
    font-weight: 500;
    font-size: 25px;
    line-height: 1.1;
    color: #000000;
    font-style: italic;
    margin: 0 6px 0 0;
    text-transform: capitalize;
}
.hdr-btn a {
    font-family: 'Stack Sans Text';
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    padding:22px 90px 20px 40px;
    display: inline-block;
    position: relative;
    background-color: #5d797b;
    background-image: url(images/hdr-btn-arw.webp);
    background-repeat: no-repeat;
    background-position: right 20px center;
    text-transform: uppercase;
}
.hdr-btn a:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 36px;
    background: #e47b2d;
    right: 62px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hdr-btn a:hover, .hdr-cal a:hover {
    background-color: #8ea1a3;
}
.hdr-cal a {
    font-family: 'Baskervville';
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    padding:17px 22px 15px 90px;
    display: inline-block;
    position: relative;
    background-color: #5d797b;
    background-image: url(images/hdr-cal-icon.webp);
    background-repeat: no-repeat;
    background-position: left center;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

#main-navigation ul{
    margin:0;
    font-size: 0;
}
#main-navigation ul li {
    display: inline-block;
    padding: 0 0px 0;
    position: relative;
    margin: 0 28px;
}

#main-navigation ul li:first-child{
    margin-left:0
}
#main-navigation ul li:last-child{
    margin-right:0
}
#main-navigation ul li a {
    font-size: 22px;
    font-family: 'Stack Sans Text';
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    color: #000000;
    display: block;
    min-width: inherit;
    text-transform: capitalize;
}
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover {
    color: #e47b2d;
}
#main-navigation ul li ul.sub-menu{
    display:none;
    width:220px;
    position:absolute;
    color:#fff;
    top:100%;
    left:0;
    right:auto;
    background-color:#5d797b;
    padding:0px 0;
    z-index:999
}
#main-navigation ul li:hover ul.sub-menu{
    display:block
}
#main-navigation ul li:hover ul.sub-menu li{
    position:relative
}
#main-navigation ul li:hover ul.sub-menu li:hover > ul{
    display:block;
    top:0;
    left:100%
}
#main-navigation .sub-menu li.current-menu-item > a{
    background-color: #f5f1e9;
    color: #a7211f;
}
#main-navigation .sub-menu li a{
    width: 100%;
    padding: 8px 10px;
    color: #ffffff;
    display: block;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
    border-bottom: 0;
    font-size: 16px;
}
#main-navigation .sub-menu li a:hover, #main-navigation .sub-menu .current-menu-item > a {
    background-color: #e47b2d;
    color: #fff;
}
#main-navigation .sub-menu li:after{
    display:none;
}
#main-navigation .sub-menu li{
    width:100%;
    margin:0;
    padding:0
}
#main-navigation .sub-menu li a:after{
    display:none
}
#main-navigation ul li ul.sub-menu li .sub-menu {
    display:none;
    width:100%;
    position:absolute;
    color:#fff;
    top:0;
    left:100%;
    padding:0px 0;
    z-index:999;
}

.site-header .container {
    max-width:1800px;
}
.site-header {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 100%;
    padding:15px 0 0;
    position: absolute;
    z-index: 999;
}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background-color: #c9dbdd;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    padding: 20px 0;
    border-bottom: 1px solid #e47b2d;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

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


.text-heading{
    font-family: 'Baskervville';
    font-weight: 400;
    font-size: 90px;
    color: #000;
    line-height: 1.1;
    letter-spacing: 0;
    margin: 0 0 20px;
    text-align: center;
}
.col-loop {
    font-size: 20px;
    margin: 0 0 10px;
}

a.cmn-btn {
    font-family:'Stack Sans Text';
    font-weight: 700;
    font-size: 20px;
    padding: 26px 65px 26px 65px;
    line-height: 1;
    color: #ffffff;
    letter-spacing: 0;
    margin: 0px;
    display: inline-block;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient( 180deg, rgb(228,123,45) 0%, rgb(231,136,66) 100%);
}
a.cmn-btn:hover{
    background-color: #5d797b;
    background-image: none;
}

/*Banner section*/

.bnr-scroll {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 4%;
    text-align: center;
    z-index: 2;
}
.bnr-scroll img{
    width: 100%;
    display: block;
}
.bnr-scroll a{
    display: inline-block;
}
.hm-banner-sec .container {
    max-width: 1500px;
}

.hm-banner-sec {
    position: relative;
    padding:198px 0 0;
    background-image: url(images/hm-bnr-bg-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}


.hm-banner-sec:before, .hm-difference-sec:after {
    position: absolute;
    content: "";
    background-image: url(images/blog-bg-image.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 268px;
    left: 0;
    right: 0;
    bottom: 8px;
    margin: auto;
    background-position: bottom left;
    pointer-events: none;
}

.hm-bnr-lst {
    display: flex;
    justify-content: flex-end;
    padding: 0 8px 0 0;
}
.hm-bnr-lft {
    width: 51%;
    padding:77px 0 0;
}

.hm-bnr-lft h1 {
    font-family: 'Baskervville';
    font-weight: 400;
    font-size: 150px;
    line-height: 0.86;
    color: #5d797b;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.hm-bnr-lft h1 strong {
    font-size: 90px;
    color: #000000;
    display: block;
    line-height: 1;
    margin: 0 0 18px;
    font-weight: 400;
}
.hm-bnr-lft p {
    font-family: 'Stack Sans Text';
    font-weight: 200;
    font-size: 29px;
    line-height: 1.1;
    letter-spacing: -0.29px;
    color: #000000;
    margin: 0 0 28px;
}

.hm-bnr-btn a.cmn-btn {
    background-color: #5d797b;
    background-image: url(images/btn-triangle-img.webp);
    background-repeat: no-repeat;
    background-position: left 4px bottom 4px;
}

.hm-bnr-btn a.cmn-btn:hover {
    background-color: #8ea1a3;
}
.hm-bnr-rit {
    width: 41.5%;
}
.hm-bnr-rit img {
    width: 100%;
    display: block;
}


/* Home Trusted Section  */


.hm-banner-btm-sec {
    position: relative;
    z-index: 1;
}
.hm-trusted-sec {
    padding: 0 0 73px;
    margin: -10px 0 0;
    background-color: #fff;
}
.hm-trusted-sec .container {
    max-width: 1500px;
}

.hm-trusted-sec p {
    font-family: 'Stack Sans Text';
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 3.6px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 55px;
}

.hm-trusted-sec .text-heading {
    font-family: 'Stack Sans Text';
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 12px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 52px;
}

.hm-trusted-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hm-trusted-itm {
    width: 32%;
    background-image: url(images/award-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0 60px;
}

.hm-trusted-img {
    width: 50%;
    margin: auto;
}

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

/* Home Experience Section */
.hm-experienced-sec {
    padding: 0 0 137px;
}

.hm-experienced-sec .text-heading {
    margin: 0 -3px 42px;
    text-align: left;
    line-height: 1;
}

.hm-experienced-blk {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.hm-experienced-lft {
    width: 53.9%;
    margin: 0 0 0 -50px;
}

.hm-experienced-img {
    position: relative;
    padding: 0 40px 50px 50px;
    z-index: 2;

}

.hm-experienced-img::before {
    content: "";
    position: absolute;
    background-image: -webkit-linear-gradient(90deg, rgb(93, 121, 123) 0%, rgba(93, 121, 123, 0) 100%);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    width: 100%;
    height: 80%;
    clip-path: polygon(0 0%, 100% 48%, 100% 100%, 0% 100%);
}

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

.hm-experienced-rgt {
    width: 47.9%;
}

.hm-experienced-rgt h3 {
    font-family: 'Stack Sans Text';
    font-weight: 300;
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: 0px;
    color: #000000;
    margin:0 0 10px;
}

.hm-experienced-rgt p {
    font-family: 'Stack Sans Text';
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0px;
    color: #000000;
    margin: 0 0 20px;
}

.hm-experienced-cnt-btn {
    display: flex;
    gap: 15px;
    justify-content: start;
    align-items: center;

}

.hm-experienced-cnt {
    position: relative;
    padding: 0 0 0 87px;
}

.hm-experienced-sec .hm-experienced-cnt p {
    font-family: 'Stack Sans Text';
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0px;
    color: #000000;
    margin: 0px;
}

.hm-experienced-cnt p a {
    display: block;
    font-family: 'Baskervville';
    font-weight: 600;
    font-size: 31px;
    line-height: 1;
    letter-spacing: 0px;
    color: #5d797b;
    border-bottom: 2px solid #99abac;
    margin: 0 0 5px;
    padding: 0 0 5px;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.hm-experienced-cnt p a:hover {
    color: #e88941;
}

.hm-experienced-cnt p a::before {
    content: "";
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -86px -10px;
    width: 72px;
    height: 72px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


/*  Scroll Section  */

.hm-scroll-sec{
    padding: 16px 0 ;
    position: relative;
    border-top: 1px solid #5d797b;
    border-bottom: 1px solid #5d797b;
    background-color: #dfe4e5;
}

.hm-scroll-sec .container{
    max-width: 100%;
}

.scroll-img {
    width: 53px;
}

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

.scroll-container {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.scroll-list {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    animation: scrollLoop 30s linear infinite;
}


/* keyframes moves whole set left continuously */
@keyframes scrollLoop {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.scroll-container .scroll-itm h4{
    margin: 0 74px;
}
.scroll-container .scroll-itm h4{
    font-size: 22px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 400;
    font-family: 'Stack Sans Text';
    line-height: 1;
    letter-spacing: 0;
    color: #5d797b;
    position: relative;
    margin: 0;

}

.scroll-itm {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-right: 40px;
}

/*Case Results Section*/

.hm-case-rslt-sec {
    padding: 100px 0 320px;
    background-image: url(images/hm-case-rslt-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.hm-case-rslt-sec::before {
    position: absolute;
    content: "";
    background-image: url(images/hm-prct-bfr-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 269px;
    bottom:0px;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    z-index: 1;
}
.hm-case-rslt-sec .container{
    max-width: 1500px;
}
.hm-case-rslt-lst {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
}
.hm-case-rslt-lft {
    width: 48.67%;
}
.hm-case-rslt-lft h4 {
    font-family: 'Stack Sans Text';
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 4.8px;
    color: #e47b2d;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.hm-case-rslt-lft-cnt {
    background-image: -moz-linear-gradient( 90deg, rgba(239,242,242,0) 0%, rgb(239,242,242) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(239,242,242,0) 0%, rgb(239,242,242) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(239,242,242,0) 0%, rgb(239,242,242) 100%);
    padding: 40px 55px 30px;
    border-top: 2px solid #5d797b;
}
.hm-case-rslt-itm {
    padding: 35px 0px 25px 100px;
    position: relative;
    border-top: 1px solid rgba(93, 121, 123, 0.2);
    border-bottom: 1px solid rgba(93, 121, 123, 0.2);
    min-height: 170px;
}
.hm-case-rslt-itm:first-child{
    border-top: 0;
}

.hm-case-rslt-itm:last-child{
    border-bottom: 0;
}
.hm-case-rslt-itm::before{
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background-image: url(images/hm-case-rslt-icn.webp);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 35px;
    pointer-events: none;
}
.hm-case-rslt-itm:hover::before{
    background-image: url(images/hm-case-rslt-hvr-icn.webp);
}
.hm-case-rslt-itm:hover h3{
    color: #5d797b;
}
.hm-case-rslt-itm h3 {
    font-family: 'Baskervville';
    font-weight: 400;
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 10px;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}
.hm-case-rslt-itm p {
    font-family: 'Stack Sans Text';
    font-weight: 300;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: -0.22px;
    color: #000000;
    margin: 0px;
}
.hm-case-rslt-btn {
    text-align: center;
}
.hm-case-rslt-btn a.cmn-btn {
    background-color: #5d797b;
    background-image: url(images/btn-triangle-img.webp);
    background-repeat: no-repeat;
    background-position: left 4px bottom 4px;
}
.hm-case-rslt-btn a.cmn-btn:hover {
    background-color: #8ea1a3;
}

/*Practice Areas Section*/

.hm-pract-hvr a {
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
.hm-prct-sec {
    padding: 0px 0 120px;
    background-color: #dfe4e5;
    position: relative;
    margin: -70px 0 0;
}

.hm-prct-sec .container {
    max-width: 1700px;
}
.hm-prct-blck {
    position: relative;
}
.hm-prct-blck .text-heading {
    padding-left: 210px;
    text-align: left;
    margin: 0 0 60px;
    position: relative;
    z-index: 5;
}
.hm-prct-lst {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.hm-prct-itm {
    width: 31.8%;
    border: 20px solid #5d797b;
    background-image: -moz-linear-gradient( 270deg, #6c8587 0%, #5d797b 100%);
    background-image: -webkit-linear-gradient( 270deg, #6c8587 0%, #5d797b 100%);
    background-image: -ms-linear-gradient( 270deg, #6c8587 0%, #5d797b 100%);
}
.hm-prct-itm-img img {
    width: 100%;
    display: block;
}
.hm-prct-itm-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #dfe4e5;
    margin: -50px 0 0 0;
}
.hm-prct-itm-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #dfe4e5;
    margin: -50px auto 0;
    width: 92%;
    position: relative;
}
.hm-prct-itn-icn {
    width: 21.8%;
    background-color: #e57f33;
}
.hm-prct-itm-blck {
    width: 78.2%;
    text-align: center;
    padding: 10px 10px;
}
.hm-prct-itm-blck h3 {
    font-family: 'Baskervville';
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
}
.hm-prct-itm-cnt {
    padding: 30px 50px 20px;
}
.hm-prct-itm-cnt ul{
    font-size: 0;
}
.hm-prct-itm-cnt ul li {
    padding: 20px 10px 20px 50px;
    border-bottom: 1px solid #7f9597;
}
.hm-prct-itm-cnt ul li:last-child{
    border-bottom: 0;
}
.hm-prct-itm-cnt ul li a{
    font-family: 'Stack Sans Text';
    font-weight: 300;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0.26px;
    color: #ffffff;
    display: inline-block;
    margin: 0;
}
.hm-prct-itm-cnt ul li a:hover{
    color: #e47d30;
}

/*Home Testimonials Section*/

.hm-testimonials {
    padding: 125px 0 152px;
    background-image: url(images/testi-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hm-testimonials h2{
    color: #fff;
    margin: 0 0 10px;
}
.hm-testimonials h6{
    font-size: 22px;
    font-family: 'Stack Sans Text';
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.22px;
    color: #ffffff;
    margin: 0 0 50px;
    text-align: center;
}
.hm-testimonials .testi-item {
    width: 100%;
    padding: 50px 40px 150px;
    position: relative;
    background-image: url(images/hm-testi-itm-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.hm-testimonials .testi-item p {
    font-size: 24px;
    font-family: 'Stack Sans Text';
    font-weight: 300;
    line-height: 1.66;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 20px;
}
.hm-testimonials .testi-item h5 {
    font-size: 42px;
    font-family: 'Baskervville';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    position: absolute;
    bottom: 110px;
    left: 30px;
    margin: 0;
}
.star-rat {
    width: 24.6%;
    margin: 0 0 20px;
}
.star-rat img{
    width: 100%;
    display: block;
}
.hm-testi-list.owl-carousel{
    padding: 0 0 40px;
}
.hm-testi-list .owl-nav {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9.5%;
    width: 52%;
    margin: auto;
}
.hm-testi-list.owl-carousel .owl-nav button {
    font-size: 0 !important;
    background-image: url(images/hm-sprites.webp) !important;
    background-repeat: no-repeat !important;
    width: 66px;
    height: 34px;
    transition: 0.5s;
}
.hm-testi-list.owl-carousel .owl-nav button.owl-prev{
    background-position: -10px -112px !important;
}
.hm-testi-list.owl-carousel .owl-nav button.owl-prev:hover{
    background-position: -10px -164px !important;
}
.hm-testi-list.owl-carousel .owl-nav button.owl-next {
    background-position: -106px -112px !important;
}
.hm-testi-list.owl-carousel .owl-nav button.owl-next:hover {
    background-position: -106px -164px !important;
}
.hmtesti-btn{
    text-align: center;
}
.hmtesti-btn a.cmn-btn {
    position: relative;
    z-index: 1;
    padding: 26px 85px;
}
.hm-testi-list.owl-carousel .owl-stage, .hm-testi-list.owl-carousel .owl-item{
    display: flex;
}
.hm-testi-list.owl-carousel .owl-item{
    padding: 0 3px;
}

/* Home Attorney Section */

.hm-meet-atrny-sec {
    padding: 110px 0 130px;
    background-image: url(images/hm-meet-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.hm-meet-atrny-sec .container{
    max-width: 1500px;
}
.hm-meet-atrny-sec h2{
    margin: 0 0 30px;
}
.hm-atrny-list {
    display: flex;
    justify-content: space-between;
}
.hm-atrny-itm {
    width: 32%;
    position: relative;
    text-align: center;
    padding: 0 0 30px;
}
.hm-atrny-itm:hover h4 strong{
    background-color: #e47b2e;
}
.hm-atrny-prfl img{
    width: 100%;
    display: block;
}
.hm-atrny-cnt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.hm-atrny-itm.atrny-logo {
    padding: 0 0 20px;
}
.hm-atrny-logo {
    width: 78.4%;
    margin: 0 auto 56px;
}
.hm-atrny-logo img{
    width: 100%;
    display: block;
}
.hm-atrny-cnt h4{
    font-size: 56px;
    font-family: 'Stack Sans Text';
    font-weight: 700;
    line-height: 1.07;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.hm-atrny-cnt h4 strong{
    font-weight: 700;
    color: #ffffff;
    padding: 5px 60px;
    line-height: 1;
    background-color: #5d797b;
    display: inline-block;
}
.hm-atrny-cnt h6{
    font-size: 26px;
    font-family: 'Baskervville';
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
    text-transform: uppercase;
}
.meet-btn a.cmn-btn{
    padding: 26px 106px;
}
.hm-atrny-hvr a{
    font-size: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}

.meet-btn.mbl-btn{
    display: none;
}

/* Home Defense section */

/* Home Defense section */
.hm-defense-sec {
    text-align: center;
    position: relative;
    z-index: 1;
}

.hm-defense-sec:after {
    content: '';
    position: absolute;
    background-color: #5d797b;
    width: 84%;
    height: 1px;
    top: -9px;
    left: 0;
    right: 0;
    margin: auto;
}

.hm-defense-sec .container{
    max-width: 1700px;
}

.hm-defense-sec h2 {
    margin: 0 0 15px;
}

.dfnce-cnt-sec {
    padding: 75px 120px 60px;
    background-image: linear-gradient(to bottom, #eff2f2 0%, #eff2f200 100%);
}

.hm-defense-sec p{
    font-size: 18px;
    font-family:'Stack Sans Text';
    font-weight: 300;
    line-height: 2;
    color: #000000;
    letter-spacing: 0;
    margin: 0px 0 30px;
}
.defense-btn a {
    font-family:'Baskervville';
    font-weight: 600;
    font-size: 35px;
    padding: 35px 42px;
    line-height: 1;
    color: #ffffff;
    letter-spacing: 0;
    margin: 0px;
    text-transform: uppercase;
    display: inline-block;
    background: #5d797b;
    text-align: center;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}
.defense-btn a:hover{
    background-color: #e68239;
}
.defense-btn{
    padding: 0 0 20px;
    position: relative;
    max-width: max-content;
    margin: auto;
}
.defense-btn:before{
    content: '';
    position: absolute;
    background-image: linear-gradient( 180deg, rgb(228,123,45) 0%, rgb(231,136,66) 100%);
    width: 82.5%;
    height: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/* Home News Section */

.hm-news-sec {
    padding: 58px 0 113px;
}
.hm-news-sec h2{
    margin: 0 0 30px;
}
.hm-news-itm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #dfe4e5;
    position: relative;
}
.hm-news-itm:hover h3{
    color: #e68239;
}
.news-img {
    width: 22.9%;
    border: 15px solid #e68239;
}
.news-img img{
    width: 100%;
    display: block;
}
.news-cnt {
    width: 77%;
    padding: 10px 40px;
}
.news-cnt h3{
    font-size: 40px;
    font-family: 'Baskervville';
    font-weight: 400;
    color: #000000;
    line-height: 1.25;
    letter-spacing: 0;
    margin: 0;
}
.hm-news-hvr a{
    font-size: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}


/*  deffernced Sec  */


.hm-difference-sec {
    background-image: url(./images/hm-exprnc-bg-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0px 350px;
    position: relative;
}

.hm-difference-sec::before {
    position: absolute;
    content: " ";
    background-image: url(./images/hm-exprnc-bfr-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0px;
    height: 67.8%;
    width: 28.3%;
    top: 4px;
    z-index: 0;
}
.hm-difference-sec:after {
    bottom: -1px;
}

.hm-difference-sec .container {
    max-width: 1500px;
}

.hm-difference-sec h2.text-heading {
    text-align: left;
    line-height: 1;
    margin: 0 0 5px 0;
}

.hmdeffrnce-sec {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.deffernce-rite h6 {
    font-family: 'Stack Sans Text';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    color: #000000;
    margin-bottom: 70px;
}

.deffernce-rite {
    width: 49.5%;
}

.deffernce-lft {
    width: 46.8%;
    position: relative;
    padding: 0 30px;
    z-index: 0;
}

.deffernce-img:before {
    position: absolute;
    content: "";
    background-color: #5d797b;
    width: 100%;
    height: 40%;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.deffernce-img:after {
    position: absolute;
    content: "";
    background: linear-gradient(transparent 0%, #0a0a0a 100%);
    width: 100%;
    height: 40%;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.deffernce-lft:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 67%;
    background-image: -moz-linear-gradient(90deg, rgb(93, 121, 123) 0%, rgba(93, 121, 123, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(93, 121, 123) 0%, rgba(93, 121, 123, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(93, 121, 123) 0%, rgba(93, 121, 123, 0) 100%);
    left: -50px;
    clip-path: polygon(0 0%, 100% 48%, 100% 100%, 0% 100%);
    bottom: -50px;
    z-index: -1;
}

.deffernce-img-cnt h3 {
    font-family: 'Baskervville';
    font-weight: 400;
    font-size: 46px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0;
    position: absolute;
    bottom: 54px;
    left: 0;
    margin: 0;
    width: 100%;
    right: 0;
    z-index: 2;
}

.deffernce-img-cnt h3 strong {
    font-weight: 400;
    color: #e47b2d;
}

.deffernce-lst {
    margin: 0 0 0 31px;
}

.deffernce-itm h5 {
    font-family: 'Baskervville';
    font-weight: 400;
    font-size: 26px;
    color: #000000;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 5px;

}

.deffernce-itm p {
    font-family: 'Stack Sans Text';
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    margin: 0px;

}

.deffernce-itm {
    position: relative;
    padding: 30px 10px 25px 144px;
    margin: 0 0 0px;
    border-bottom: 1px solid #c1cacb;
}

.deffernce-itm:hover {
    background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.deffernce-itm:last-child {
    margin: 0;
    border: none;
}


.deffernce-itm::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 50px;
    background-image: url('./images/checked.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 10px;
    left: 40px;
    bottom: 0;
    margin: auto;
}

.deffernce-itm::before {
    display: none;
}

.deffernce-itm:hover::before {
    display: block;
}


/*Blog Section*/

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

.hm-blog-sec .text-heading {
    text-align: left;
}

.home-posts-list {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.hm-blog-itm {
    width: 49%;
    position: relative;
    background-color: #5d797b;
    padding: 20px 20px 35px;
}

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

.hm-blog-cnt {
    padding:70px 20px 40px 45px;
}

.hm-blog-cnt h3 {
    margin: 0 0 0;
}

.hm-blog-cnt h3 a {
    font-family: 'Stack Sans Text';
    font-weight: 300;
    font-size: 38px;
    color: #fff;
    line-height: 1.18;
    letter-spacing: -0.38px;
    margin: 0;
    display: inline-block;
}

.hm-blog-cnt h3 a:hover {
    color: #e47b2d;
}

.hm-blog-itm .readmore-btn {
    position: absolute;
    bottom: -35px;
    right: 50px;
    margin: auto;
}

.hm-blog-itm .readmore-btn a {
    font-family: 'Stack Sans Text';
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    background-color: #e78741;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    padding: 25px 70px;
}

.hm-blog-itm .readmore-btn a:hover {
    background-color: #e0e4e5;
    color: #5d797b;
}

/*Serving Client Section*/

.hm-serving-blg-sec {
    background-image: url(images/serving-client-bg.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 100%;
    background-color: #fff;
}

.hm-serving-client-sec {
    padding: 60px 0 332px;
}
.hm-serving-client-sec .text-heading {
    margin: 0 0 70px;
}

.serving-client-blk {
    display: flex;
    justify-content: space-between;
}

.serving-client-rite {
    width: 36.4%;
}

.serving-client-lft {
    width: 65.3%;
    margin: 0 -85px 0 0;
}

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

.serving-client-rite ul li {
    border-bottom: 1px solid #c6d2d4;
}

.serving-client-rite ul li:last-child {
    border: none;
}

.serving-client-rite ul li a {
    font-family: 'Stack Sans Text';
    font-weight: 400;
    font-size: 28px;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.28px;
    margin: 0 0 0;
    padding: 30px 10px 30px 40px;
    display: block;
    position: relative;
}

.serving-client-rite ul li a:hover {
    color: #e78741;
}

.serving-client-rite ul li a:before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-position: -368px -120px;
    width: 25px;
    height: 35px;
    top: 29px;
    left: 0;
    margin: auto;
}

/*Faq Section*/
.accordion-section{
    padding: 120px 0;
    background-color: #eee;
}
.accordion-item h3 {
    background: #ddd;
    padding: 10px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
}
.accordion-item p {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    text-align: left;
}
.accordion-item h3.active {
    background: #ccc;
}
.accordion-item h3.active + .accordion-item p {
    max-height: 200px;
}


/*footer form*/

.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 .text-heading {
    font-size: 57px;
    letter-spacing: 0px;
    line-height: 1.05;
    color: #fff;
    margin: 0 0 30px;
}
.hm-form-sec p {
    font-family: 'Poppins-Medium';
    font-size:18px;
    color:#fff;
    line-height:1;
    margin: 0 0 23px;
    letter-spacing:-0.36px;
    text-align: center;
    font-weight:500;
}
.hm-form .gform_required_legend{
    display: none;
}
.ftr-form-sctn{
    text-align: center;
    background-color: #bdabab;
}

.gchoice.gchoice_4_9_1 label {
    display: block;
}
fieldset#field_4_9 {
    width: 100%;
    border: none;
    padding: 0 !important;
}

.hm-form input::placeholder {
    color: #fff;
}
.hm-form input:-ms-input-placeholder {
    color: #fff;
}
.hm-form input::-ms-input-placeholder {
    color: #fff;
}
.hm-form textarea::placeholder {
    color: #fff;
}
.hm-form textarea:-ms-input-placeholder {
    color: #fff;
}
.hm-form textarea::-ms-input-placeholder {
    color: #fff;
}
.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: #ffffff;
    outline: 0px;
    position: relative;
    border-radius: 0;
    font-family: 'Stack Sans Text';
    font-weight: 400;
    background: #8ea1a3;
    line-height: 1 !important;
    font-size: 18px !important;
    padding: 26px 26px 28px !important;
    letter-spacing: 0.72px;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
    border: 0 !important;
}
.hm-form .gfield{
    position: relative !important ;
}
.hm-form .gfield.gfield--type-text , .hm-form .gfield.gfield--type-phone {
    width: 100% !important;
}
.hm-form .gfield.gfield--type-email{
    width: 100% !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: 140px !important;
    resize: none;
    padding-top: 30px !important;
    margin: 0px 0 20px;
    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: 'Stack Sans Text';
    line-height: 1;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0px;
    margin: 0;
    text-align:left;
}
.hm-form .gform_wrapper .form-links a:hover {
    color: #e47b2e;
}
.hm-form-sec .gform_wrapper .form-links,
.hm-form-sec .gfield.gfield--type-html.popfield {
    position: relative;
    width: 100%;
    color: #fff;
    line-height: 1;
    text-align: left;
    margin: 0 0 0px !important;
}
.hm-form-sec .gfield .ginput_container {
    margin: 0 !important;
}
.hm-form .gfield_description.instruction.validation_message {
    top: 3px;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    float: left;
    clear: both;
    margin: 0px 6px 0px 0 !important;
    padding: 0 !important;
}
.hm-form .gform_wrapper .gform_footer.top_label {
    padding: 0;
    margin: -60px 0 0;
    position: relative;
    max-width: max-content;
    float: right;
}

.hm-form .gform_wrapper .top_label input[type="submit"] {
    display: inline-block !important;
    background-color:#e47b2e !important;
    outline: none !important;
    border: 0px none !important;
    border-radius: 0 !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition-duration: 0.5s;
    font-family: 'Stack Sans Text' !important;
    width: auto !important;
    color: #ffffff !important;
    font-size: 21px !important;
    padding: 22px 40px !important;
    line-height: 1 !important;
    letter-spacing: 1.26px;
    margin: 0;
    position: relative;
    z-index: 1;
}
.hm-form .gform_wrapper .top_label input[type="submit"]:hover{
    background-color: #fff!important;
    color: #e47b2e!important;
}
.hm-form .gform_validation_errors{
    display: none !important;
}
.popup {
    position: relative;
    display: inline-block;
    left: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.popup .popuptext {
    top: 15px;
    visibility: hidden;
    color: #000;
    position: relative !important;
    transition: transform 0.15s ease-out 0.15s;
    z-index: 1;
    width: 100%;
    top: 5px;
    left: 0;
    margin: 0px;
    text-align: center;
    font-family: 'Poppins-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: 100%;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield {
    position: relative;
    text-align: left;
}
.gform_button.disabled {
    pointer-events: none;
}
.hm-form-sec .gform_fields .ginput_container, .hm-form-sec .gform_field {
    margin: 0;
}
.gfield--type-honeypot {
    display: none;
}

/*ERRROR*/
.hm-form .gfield_description{
    margin: 0px !important
}
.hm-form .gfield_description.validation_message {
    position: absolute;
    bottom: 13px;
    right: 8px !important;
    text-align: right;
    font-size: 13px;
    font-family: 'Poppins-Regular';
    color: #932008;
    margin: 0;
}

.hm-form .chk .gfield_description.validation_message {
    bottom: -17px !important;
    right: auto !important;
    left: 0;
}

/*.ftr-frm-sctn ends*/


/*Footer block*/

.home .site-footer{
    margin: -260px 0 0;
}
.site-footer {
    position: relative;
    z-index: 1;
}
.site-footer:before {
    position: absolute;
    content: "";
    background-color: #5d797b;
    width: 81.1%;
    height: 21.3%;
    right: 0;
    top: 8px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.site-footer:after {
    position: absolute;
    content: "";
    background-color: #e6853d;
    width: 35%;
    height: 14%;
    right: 0;
    top: 8.3%;
    clip-path: polygon(100% 0%, 0% 66%, 100% 100%);
    z-index: -1;
}
.footer-cnt-sec {
    padding: 270px 0 0;
    clip-path: polygon(0 0, 100% 22%, 100% 100%, 0% 100%);
    background-image: url(images/footer-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.ftr-itm {
    padding-left: 82px;
    position: relative;
    margin: 0 0 57px;
}


.ftr-itm:before{
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-position: -276px -120px;
    width: 62px;
    height: 62px;
    top: 0;
    left: 0;
}

.ftr-itm.cal:before{
    background-position: -10px -10px;
}


.ftblk-lst {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.ftr-frm {
    background-color: #5d797b;
    padding: 42px 35px 70px;
    width: 49.4%;
}

.ftr-blocks {
    display: flex;
    justify-content: space-between;
}


.ftr-menu {
    width: 39%;
}

.ftr-block-list {
    width: 55%;
}

.ftblk-rite {
    width: 48.6%;
}



.ftblk-lst {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
}

.ftr-logo {
    margin: 0 0 85px;
}

#footer-navigation ul {
    margin: 0;
    font-size: 0;
}
#footer-navigation ul li {
    padding: 0;
    position: relative;
    margin: 0 0 39px;
}
#footer-navigation ul li:last-child{
    margin: 0;
}
#footer-navigation ul li a {
    font-size: 22px;
    letter-spacing: 0;
    color: #000000;
    padding: 0;
    min-width: inherit;
    font-family: 'Stack Sans Text';
    font-weight: 400;
    border: 0;
    line-height: 1;
    display: inline-block;
}
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li:hover > a {
    color:#e47b2d;
}


.ftr-blocks h4 {
    font-family: 'Baskervville';
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    color: #5d797b;
    margin: 0 0 32px;
    position: relative;
}

.ftr-blocks .ftr-itm h4 {
    margin: 0 0 7px;
}

.ftr-blocks .ftr-scil-icns h4 {
    margin: 0 0 12px;
}

.ftr-blocks p {
    font-size: 22px;
    letter-spacing: 0;
    color: #000000;
    padding: 0;
    font-family: 'Stack Sans Text';
    font-weight: 400;
    border: 0;
    line-height: 1.35;
    margin: 0 0 15px;
}

.ftr-blocks .ftr-dirctn a {
    font-family: 'Stack Sans Text';
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0;
    color: #e47b2d;
    display: inline-block;
    line-height: 1;
}

.ftr-blocks .ftr-dirctn a:hover, .ftr-blocks .ftr-itm.cal a:hover {
    color: #5d797b;
}

.ftr-blocks .ftr-itm.cal a {
    font-family: 'Stack Sans Text';
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0;
    color: #e47b2d;
    display: inline-block;
    line-height: 1;
}


/*Copy Rights Section*/
.ftr-copyrights-sec {
    background-color: #5d797b;
    padding: 34px 0px 35px;
    text-align: center;
}
.ftr-copyrights-sec p, .ftr-copyrights-sec a{
    font-family: 'Stack Sans Text';
    font-weight: 400;
    font-size: 21px;
    letter-spacing: 0;
    color: #fff;
    display: inline-block;
    line-height: 1.3;
    margin: 0;
}


.ftr-copyrights-sec a:hover{
    color: #e78740;
}

.scl-icns {
    display: flex;
    gap: 10px;
}

.scl-icns a{
    font-size: 0;
    background-image: url(images/hm-sprites.webp);
    background-position:-10px -230px ;
    width: 62px;
    height: 62px;
    display: inline-block;
}

.scl-icns a.avo{
    background-position:-91px -231px ;
}
.scl-icns a.ggl{
    background-position:-172px -231px ;
}
.scl-icns a.twtr{
    background-position:-253px -230px ;
}


.scl-icns a:hover{
    background-position:-10px -313px ;
}
.scl-icns a.avo:hover{
    background-position:-91px -313px ;
}
.scl-icns a.ggl:hover{
    background-position:-172px -313px ;
}
.scl-icns a.twtr:hover{
    background-position:-253px -313px ;
}


.ftr-frm {
    background-color: #5d797b;
    padding: 42px 35px 70px;
    margin: 29px 0 0;
}


/*inner page styles*/

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

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

/*.sidebar_posts, .sidebar_search, .sidebar_categories, .sidebar_archives, .sidebar_reviews { margin-bottom: 30px;}*/
.blocks {
    padding:80px 0;
}
.footer-col {
    width:32%
}
.map-col {
    width:48%
}
.copyright {
    text-align: center;
}
.screen-reader-text {
    display: none !important;
}


/* .widget.widget_fact_checked p { margin-bottom: 0px;  display: flex; align-items: center;} */
.widget.widget_fact_checked p {
    margin-bottom: 0px;
}
.widget.widget_fact_checked p.mod_date span {
    margin-left: 10px;
}
.widget.widget_fact_checked p.widget-names {
    margin-left: 10px;
}
.widget.widget_fact_checked p.widget-names a {
    text-decoration: underline !important;
}

.widget.widget_team_bios .member_bios {
    padding: 20px 20px 0;
    text-align: center;
    margin-bottom:0px;
    color: #000;
}
.widget.widget_team_bios .member_bios .bio_pic {
    margin-bottom: 15px;
}
.widget.widget_team_bios .member_bios .bio_name p a{
    font-size: 20px;
    text-decoration: underline;
    font-weight: bold;
}
section.widget.case-res {
    padding: 30px 25px 44px;
    margin-bottom: 0;
    background-image: linear-gradient(360deg, rgba(239, 242, 242, 0) 0%, rgb(239, 242, 242) 100%);
    border-top: 2px solid #5d797b;
}
section.widget.case-res .sdbr-case-item h4 {
    font-size: 28px;
    font-family: 'Baskervville';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #000000;
    font-variant-numeric: tabular-nums;
}
section.widget.case-res .sdbr-case-item p {
    font-size: 19px;
    font-family: 'Stack Sans Text';
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.19px;
    margin: 0;
    color: #000000;
}

section.widget.testi .testi-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.case-res .case-inner-blk.owl-carousel .owl-nav ,section.widget .hm-insights.owl-carousel  .owl-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 20px 0 0;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button,
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button,
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button,
section.widget.case-res .case-inner-blk.owl-carousel .owl-nav button ,  section.widget .hm-insights.owl-carousel  .owl-nav button{
    width: 45px;
    height: 23px;
    background-color:transparent;
    background-image: url(images/inn-sprites.webp) !important;
    background-repeat: no-repeat !important;
    transition: 0.5s;
    font-size: 0;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev,
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-prev,
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-prev,
section.widget.case-res .case-inner-blk.owl-carousel .owl-nav button.owl-prev, section.widget .hm-insights.owl-carousel  .owl-nav button.owl-prev {
    background-position: -198px -110px;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev:hover,
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-prev:hover,
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-prev:hover,
section.widget.case-res .case-inner-blk.owl-carousel .owl-nav button.owl-prev:hover, section.widget .hm-insights.owl-carousel  .owl-nav button.owl-prev:hover {
    background-position: -198px -153px;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next,
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-next,
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-next,
section.widget.case-res .case-inner-blk.owl-carousel .owl-nav button.owl-next, section.widget .hm-insights.owl-carousel .owl-nav button.owl-next {
    background-position: -263px -110px;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next:hover,
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-next:hover,
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-next:hover,
section.widget.case-res .case-inner-blk.owl-carousel .owl-nav button.owl-next:hover, section.widget .hm-insights.owl-carousel .owl-nav button.owl-next:hover {
    background-position: -263px -153px;
}
section.widget.case-res .sdbr-case-item {
    position: relative;
    padding: 0 0 0 90px;
}
section.widget.case-res .sdbr-case-item::before{
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background-image: url(images/hm-case-rslt-icn.webp);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
    pointer-events: none;
}
#page-column .sdbr-case-item p {
    color: #fff;
}
section.widget.widget_recent_entries {
    background-color: #b7b2b2;
    padding: 20px;
    margin-bottom: 20px;
}
section.widget.widget_recent_entries ul li:before{
    display: none;
}
#page-column section.widget.widget_recent_entries ul li .readMorebtn a.cmbtn:hover{
    color: #fff;
}
.readMorebtn a{
    display: inline-block;
    padding: 16px 50px;
    background-color: #000;
    color: #fff;
    line-height: 1;
    text-transform: capitalize;
}
.widget_recent_entries ul li{
    margin-bottom: 10px;
}

section.widget.widget_team_bios{
    background-color: #fff4f4;
    padding:20px 20px 30px;
    margin-bottom: 20px;
    text-align: center;
}
#page-column section.widget.csae-res,
#page-column section.widget.widget_team_bios,
#page-column  section.widget.testi,
#page-column section.widget.widget_recent_entries {
    margin: 35px 0;
}
#page-column section.widget.widget_recent_entries {
    padding-bottom: 30px;
}
#page-column section.widget.widget_recent_entries h4.widget-title {
    text-align: center;
}
#page-column section.widget.widget_recent_entries ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0;
}
#page-column section.widget.widget_recent_entries ul li {
    width: 100%;
    position: relative;
    background-color: #ffffff80;
    padding: 18px 15px 58px;
    margin: 0;
}
.hm-insights.owl-carousel .owl-item,  .hm-insights.owl-carousel .owl-stage{
    display: flex;
}
#page-column section.widget.widget_recent_entries.hm {
    background-color: transparent;
    padding: 0;
}
#page-column section.widget.widget_recent_entries.hm  h4.widget-title{
    text-align: left;
}
#page-column section.widget.widget_recent_entries.hm ul li {
    background-color: #000;
}
#page-column section.widget.widget_recent_entries ul li a {
    font-size: 22px;
    margin: 0 0 15px;
    display: inline-block;
    line-height: 1.1;
}
#page-column section.widget.widget_recent_entries ul li p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 15px;
    color: #fff;
}
#page-column section.widget.widget_recent_entries ul li .readMorebtn {
    position: absolute;
    bottom: 18px;
}
#page-column section.widget.widget_recent_entries ul li .readMorebtn a.cmbtn {
    margin: 0;
    font-size: 15px;
    padding: 14px 20px 12px;
    line-height: 1;
}
.hm-pract-btn {
    margin-top: 35px;
}
.hm-topblog-title-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hmtesti-btn.hm-topblog-btn a{
    padding: 22px 35px;
}
.hmtesti-btn.hm-topblog-btn.hm-topblog-mbl-btn{display: none;}