/*
 Theme Name:   John D. & Eric G. Johnson Law Firm, LLC
 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: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/montserrat-v31-latin-regular.woff2') format('woff2'); 
  }
  /* montserrat-500 - latin */
  @font-face {
    font-display: swap; 
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/montserrat-v31-latin-500.woff2') format('woff2'); 
  }
  /* montserrat-600 - latin */
  @font-face {
    font-display: swap; 
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/montserrat-v31-latin-600.woff2') format('woff2'); 
  }
  /* montserrat-700 - latin */
  @font-face {
    font-display: swap; 
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/montserrat-v31-latin-700.woff2') format('woff2'); 
  }
  @font-face {
    font-display: swap; 
    font-family: 'Mrs Saint Delafield';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/mrs-saint-delafield-v14-latin-regular.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: 'Montserrat';
    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: 'Montserrat';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
    font-family: 'Montserrat';
    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: #0d0d0d;
    z-index: 9999;
    border-bottom: 2px solid #ffcb04;
}

.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';
    font-weight: 400;
    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:#012c57;
    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';
}

.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';
    font-weight: 400;
}

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

.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:'Montserrat';
    font-weight: 500;
    border: 0;
    margin: 0;
    text-decoration: none;
}

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

.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;
}
.site-branding a img {
    border: 1px solid #4d4c4c;
}
.header-number {
    position: relative;
    text-align: center;
    padding: 22px 0 18px;
    margin: 0 0 25px auto;
    width: 58%;
    z-index: 2;
    background: linear-gradient(180deg, #b57f00 0%, #d9a300 25%, #f5c637 50%, #d9a300 75%, #b57f00 100%);
}
.header-number p{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
    margin: 0px;
}
.header-number strong {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 22px;
    line-height:1;
    letter-spacing: -0.44px;  
    color: #022649;
    margin: 0px;
}

.header-number  a {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0px;
    padding: 0 0 0 70px;
    color: #022649;
    display: inline-block;
    position: relative;
}
.header-number a:hover {color: #fff;}
.header-number  a:before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -12px -14px;
    width: 45px;
    height: 44px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#main-navigation ul{
    margin:0;
    font-size: 0;
}
#main-navigation ul li{
    display: inline-block;
    padding: 0 0px 0;
    position: relative;
    margin:0 13px;
}

#main-navigation ul li:first-child{
    margin-left:0;
}
#main-navigation ul li:last-child{
    margin-right:0
}
#main-navigation ul li a{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.36px;
    padding: 10px 12px;
    color: #ffffff;
    display: inline-block;
    min-width: inherit;
    border: 1px solid transparent;
    text-transform: uppercase;
}
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover{
    color: #ffcb04;
    background-color: #00284d;
    border-color: #ffcb04;
}
#main-navigation ul li ul.sub-menu{
    display:none;
    width:220px;
    position:absolute;
    color:#fff;
    top:100%;
    left:0;
    right:auto;
    background-color:#00284d;
    padding:0px 0px;
    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:#00284d;
    color: #ffcb04;
}
#main-navigation .sub-menu li a{
    width: 100%;
    padding: 8px 10px;
    color: #ffffff;
    display: block;
    text-align: left;
    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: #00284d;
    color: #ffcb04;
    border-color: transparent;
}
#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 {
    width: 100%;
    padding: 0 0 10px;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    z-index: 999;
}
.site-header::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(180deg, #b57f00 0%, #d9a300 25%, #f5c637 50%, #d9a300 75%, #b57f00 100%);
    width: 40%;
    height: 80px;

}
.site-header .container {
    width: 100%;
    max-width: 1630px;
}

.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background:#000000;
    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;
}




.text-heading{
    font-family: 'Montserrat';
    font-weight:500;
    font-size:70px;
    line-height: 1;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: #ffffff;
    margin:0 0 30px;
    text-align: center;
    }
.col-loop {
    font-size: 20px;
    margin: 0 0 10px;
}
/*Banner section*/
.hero-section {
    background-color: #f1e1e1;
    padding:260px 0;
}
.col-full {
    text-align: center;
}
.col-left h1{
    font-size: 50px;
    margin: 0 0 20px;
}
a.cmn-btn{
    font-family: 'Montserrat';
    font-weight:700;
    font-size:22px;
    line-height: 1;
    background-color: #ffcb04;
    padding:22px 48px 18px;
    text-transform: uppercase;
    color: #002c55;
    border: none;
    display: inline-block;
     
}
a.cmn-btn:hover{
    color: #fff;
    background-color: #002c55;
}
     

/*About Section*/
.hero-bottom-section {
    background-color: #e4d7d7;
    padding:120px 0;
}


/*Attorney Section*/
.attorney-section {
    padding: 139px 0;
    background-color: #eee;
}
.attorney-section .col-full{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.attorney-section .col-left {
    width: 50%;
    padding: 30px;
    background-color: #29d100;
    color: #fff;
    border-radius: 20px;
}
.attorney-section .col-right {
    background-color: #e4d7d7;
    width: 46%;
    color: #fff;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/*Results Section*/

.caseresults-section{
    padding: 100px 0
}
.caseresults-section ul.splide__list li {
    margin: 0 10px;
}
.caseresults-section .splide__pagination__page {
    background: #000;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 12px;
    height: 12px;
    bottom: -40px;
}
.caseresults-section  .splide__pagination__page.is-active {
    background:#29d100;
    transform: scale(1.4);
    z-index: 1;
}


/*Tabs Section*/
.tabs-section {
    padding: 120px 0;
    background-color: #f1e1e1;
}


.tab-btn.active {
    font-weight: bold;
    color: #333;
    display: inline;
}
.tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
}
.tab-content.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 10px;
    border: 1px solid #000;
    background-color: #fff;
}
.tab-buttons {
    margin: 0 0 20px;
}


/*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;
}

/*Home Blog Section*/

.hm-blog-sec {
    padding: 80px 0;
    background-color: #eee;
    text-align: center;
}
.home-posts-list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
}
.hm-blog-itm {
    width: 32%;
    position: relative;
    background-color: #911b17;
    color: #fff;
    padding: 0 0 40px;
}
.hm-blog-img img {
    display: block;
    width: 100%;
}
.hm-blog-cnt {
    padding: 20px 20px 0;
}
.hm-blog-itm .readmore-btn {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: auto;
}

/*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;
}
.ftr-form-sctn .custom-header-content {
    background-color: #002c55;
    margin: 20px 0 0;
}
.hm-form-sec {
    padding: 75px 0px 90px;
    position: relative;
    width: 74.2%;
}

.hm-form-sec p {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin:  0 0 20px;
}
.hm-form .gform_required_legend{
    display: none;
}
.ftr-form-sctn {
    text-align: center;
    width: 64.8%;
    padding: 0 0 0 176px;
    position: relative;
}
.ftr-form-sctn::before{
    content: "";
    position: absolute;
    background-image: url(images/form-bf-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 30%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}
.gchoice.gchoice_3_9_1 label, .gchoice.gchoice_4_9_1 label {
    display: block;
}
fieldset#field_3_9{
    border: none;
    position: absolute !important;
    bottom: 130px;
    padding: 0 0 0 30px;
    right: 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: #1b2026;
    outline: 0px;
    position: relative;
    border-radius: 0;
    font-family: 'Montserrat';
    font-weight: 500;
    background: #fff;
    line-height: 1 !important;
    font-size: 18px !important;
    padding: 21px 20px !important;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
}
.hm-form .gfield{
    position: relative !important ;
}
.hm-form .gfield.gfield--type-text , .hm-form .gfield.gfield--type-phone , .hm-form .gfield.gfield--type-textarea , .gfield.gfield--type-html , .gfield.gfield--type-checkbox {
    width: 48.7% !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;
    position: relative;
}
.hm-form .gform_wrapper .top_label textarea {
    height: 215px !important;
    resize: none;
    margin: 0;
    padding-top: 20px !important;
    margin: 0px;
    min-block-size: 0px !important;
}
.hm-form .gfield.msg {
    width: 100%;
}
.hm-form-sec .gform_wrapper ul.gform_fields ul {
    margin: 0;
    padding: 0;
}
.hm-form-sec .gform_wrapper ul.gform_fields li {
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    width: 100%;
}
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {
    cursor: pointer;
    font-size: 18px;
    font-family: 'Montserrat';
    line-height: 1;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0px;
    margin: 0;
    text-align: left;
}
.review-frm .hm-form .gform_wrapper .form-links a, .review-frm .hm-form .gfield--type-checkbox .gchoice label{
	color:#fff !important;
}
.review-frm .hm-form .gform_wrapper .form-links a:hover{
	color:#ffcb04 !important;
}
.hm-form .gform_wrapper .form-links a:hover {
    color: #ffcb04;
}
.hm-form-sec .gform_wrapper .form-links,
.hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield {
    position: absolute;
    width: 100%;
    color: #fff;
    line-height: 1;
    text-align: left;
    margin: 0 0 0px !important;
    bottom: 30px;
}
.hm-form-sec .gform_wrapper .form-links{
    left: 30px;
}
.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: -100px 30px 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:#ffcb04 !important;
    outline: none !important;
    border: 0px none !important;
    border-radius: 0 !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition-duration: 0.5s;
    font-family: 'Montserrat' !important;
    width: auto !important;
    color: #002c55 !important;
    font-size: 22px !important;
    font-weight: 700;
    padding: 22px 45px !important;
    line-height: 1 !important;
    letter-spacing: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}
.hm-form .gform_wrapper .top_label input[type="submit"]:hover
{
    background-color: #fff !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: -15px;
    left: 30px;
    margin: 0px;
    text-align: center;
    font-family:'Montserrat';
    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: 'Montserrat';
    color: #ed320a;
    margin: 0;
    pointer-events: none;
}
.hm-form .chk .gfield_description.validation_message {
    bottom: -17px !important;
    left: 50px;
    right: auto !important;
}

/*.ftr-frm-sctn ends*/


/*Footer block*/
.ftr-block-sec {
    background-image: url(images/ftr-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0 0;
    color: #fff;
}
.ftr-block-sec .container{
    max-width: 1600px;
    margin: 0 0 0 auto;
}
#footer-navigation ul {
    margin: 0 0 53px;
    font-size: 0;
    text-align: left;
}
#footer-navigation ul li {
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 23px;
}
#footer-navigation ul li:first-child {margin-left: 0;}
#footer-navigation ul li:last-child {margin-right: 0;}
#footer-navigation ul li a {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.4px;
    color: #ffffff;
    display: inline-block;
    min-width: inherit;
    text-transform: uppercase;
}
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li:hover > a {
    color:#ffcb04;
}

.ftr-block-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ftr-lft-blk {
    width: 26.3%;
}
.ftr-logo-img {
    margin: 0 0 90px;
}
.ftr-logo-img img{
    display: block;
    width: 100%;
    border: 1px solid #4d4c4c;
}
.ftr-cnt {
    position: relative;
    margin: 0 0 70px;
    padding: 0 0 0 111px;
}
.ftr-cnt::before{
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -175px -86px;
    background-color: #002c55;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    margin: auto;
}
.ftr-cnt.cont::before{
    background-position: -275px -86px;
    
}
.ftr-cnt h5{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 23px;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 15px;

}
.ftr-cnt p{
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0px;
}
.ftr-cnt a{
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0px;
    display: inline-block;

}
.ftr-cnt a:hover{
    color: #ffcb04;
}
.ftr-icons {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}
.ftr-icons a{
    font-size: 0px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -14px -205px;
    width: 60px;
    height: 60px;
    display: inline-block;
}
.ftr-icons a.facebook:hover {
    background-position: -14px -275px !important;
    border: none;

}
.ftr-icons a.linkedin {
    background-position: -83px -205px !important;
}
.ftr-icons a.linkedin:hover {
    background-position: -80px -275px !important;
    border: none;

}
.ftr-icons a.yelp {
    background-position: -152px -205px !important;
}
.ftr-icons a.yelp:hover {
    background-position: -152px -275px !important;
    border: none;

}
.ftr-itm {
    width: 30%;
    text-align:center;
}
.ftr-itm h4{
    font-size: 40px;
    font-family: 'DM Serif Display';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #fff;
    margin: 0 0 10px;
    padding: 65px 0 0;
    position: relative;
}
.ftr-itm h4:before {
    content: '';
    position: absolute;
    width: 48px;
    height: 53px;
    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.cnct h4:before {background-image: url(images/hdr-cal-icn.webp);}
.ftr-itm p{
    font-size: 18px;
    font-family: 'Instrument Sans';
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0px;
    color:#fff;
    margin: 0;
}
.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;
}
.social-icns {
    display: flex ;
    justify-content: center;
    gap: 10px;
}
/*Copy Rights Section*/
.ftr-copyrights-sec {
    background-color: #161616;
    padding: 35px 0px;
    text-align: center;
}
.ftr-copyrights-sec p{
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 20px;
    line-height:1.7;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0px;
}
.ftr-copyrights-sec p a:hover{
    color: #ffcb04;
}
.ftr-copyrights-sec p.copy-mdl-txt {
    font-weight: 100;
    font-size: 16px;
    margin: 5px 0;
    font-style: italic;
}

/*inner page styles*/

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

section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav ,section.widget .hm-insights.owl-carousel  .owl-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 30px 0 0;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button ,  section.widget .hm-insights.owl-carousel  .owl-nav button{
    width: 40px;
    height: 14px;
    background-color:transparent;
    font-size: 0;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-prev, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-prev, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-prev, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-prev, section.widget .hm-insights.owl-carousel  .owl-nav button.owl-prev {
   background-image: url(images/sdbr-prev-arw.webp);
   background-repeat: no-repeat;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev:hover, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-prev:hover, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-prev:hover, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-prev:hover, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-prev:hover, section.widget .hm-insights.owl-carousel  .owl-nav button.owl-prev:hover {
   background-image: url(images/sdbr-prev-arw-hvr.webp);
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-next, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-next, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-next, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-next, section.widget .hm-insights.owl-carousel .owl-nav button.owl-next {
   background-image: url(images/sdbr-next-arw.webp);
   background-repeat: no-repeat;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next:hover, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-next:hover, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-next:hover, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-next:hover, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-next:hover, section.widget .hm-insights.owl-carousel .owl-nav button.owl-next:hover {
   background-image: url(images/sdbr-next-arw-hvr.webp);
}
#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;
}


/* Home Banner Section */
.hm-bnr-sec {
    background-image: url(images/hm-bnr-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    padding: 220px 0 0;
    position: relative;
    z-index: 1;
}
.hm-bnr-sec::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(images/hm-bnr-bg-bf-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 61%;
    height: 60%;
    opacity: 0.3;
    pointer-events: none;
    z-index: -1;
}

.hm-bnr-blk {
    display: flex;
    justify-content: space-between;
}
.hm-bnr-lft {
    width: 58.9%;
    padding: 222px 0 0;
    text-align: center;
}   
.hm-bnr-rgt {
    margin: 0 0 0 -95px;
    width:47.4%;
}
.hm-bnr-sec h1{
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 180px;
    line-height: 0.9;
    letter-spacing: 18px;
   color: #fff;
   text-align: center;
   text-transform: uppercase;
   margin: 0 0 30px;
}
.hm-bnr-sec h1 strong{
    font-size: 80px;
    letter-spacing: 3.2px;
    font-weight: 600;
    color: #ffcb04;
    display: block;
}
.hm-bnr-sec p{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 22px;
    line-height: 1.8;
    letter-spacing: 6.6px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.hm-bnr-btn {
    text-align: center;
}
.hm-bnr-btn  a.cmn-btn {
    padding:26px 57px 22px !important;
}
/* Home Why Choose Section */
.why-choose-sec {
    padding: 108px 0 90px;
    background-color: #161616;
}
.why-choose-sec .text-heading {
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 6px;
    margin: 0 0 75px;
}
.hm-whychs-list{
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}
.hm-whychs-itm {
    position: relative;
    width: 25%;
    padding: 0 15px;
    text-align: center;
}
.hm-whychs-itm:hover .hm-whychs-imitm{
    background-image: url(images/whycsitm-bg-hvr.webp);
}
.hm-whychs-imitm {
    background-image: url(images/whychsitm-bg-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 0 28px;
}
.hm-whychs-img img {
    width:100%;
   display: block;
}
.hm-whychs-img, .hm-whychs-hvr-img {
    width: 63.1%;
    margin: auto;
}
.hm-whychs-itm h4 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.4px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 10px;
}
.hm-whychs-itm h4 a{
    color: #ffffff;
}
.hm-whychs-itm p {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 0;
}
.hm-whychs-itm:hover h4 ,.hm-whychs-itm:hover h4 a{
    color:#ffcb04;
}
.hm-whychs-itm-hvr a{
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1;
}
.hm-whychs-hvr-img img{
    width: 100%;
    display:block;
}
.hm-whychs-hvr-img {display: none;}
.hm-whychs-itm:hover .hm-whychs-hvr-img{
    display: block;
}
.hm-whychs-itm:hover .hm-whychs-img{
    display: none;
}
.left-line:before{
    position: absolute;
    content: "";
    background-color:#737373;
    width: 1px;
    top:25px;
    height: 77%;
    left:0px;
}
 /* Home About Section */
.hmabout-sec {
    padding: 348px 0 70px;
   background-image: url(images/about-bg-img.webp);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: top center;
   position: relative;

}
.hmabout-sec .cnt {
    width: 74%;
    position: relative;
    margin: 0 0 40px auto;
    z-index: 1;
}
.hmabout-sec .cnt:before {
    content: "";
    position: absolute;
    width: 97.9%;
    height: 4px;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(0deg, rgb(0, 44, 85) 0%, rgba(0, 44, 85, 0) 100%);
}

.hmabout-sec .cnt h5 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 15px;
}
.hmabout-sec .text-heading{
    text-align: left;
    padding: 0 0 25px;
}
.hmabt-lst{
    display: flex;
    justify-content: space-between;
    margin-bottom: 110px;
}
.hmabt-rite {
    width: 51.2%;
    margin: 0 0  0 auto;
}
.hmabt-lft {
    width: 44.8%;
    position: absolute;
    top: -20px;
    left: -52px;
}
.about-main{
    padding: 0 110px 0 0;
    position: relative;
}
 
.hmabt-lst .hmabt-rite h6 ,.hmabt-btm-blk h6{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
}
.hmabt-img, .hm-abt-cls {
    width: 57.3%;
    position: relative;
    padding-right: 88px;
}
.hmabt-img:after, .hmabt-exp::before{
    position: absolute;
    content:"";
    background-repeat: no-repeat;
    background-size: contain;
    width: 86px;
    height: 336px;
    right:0;
    top: 0;
 
}
.hmabt-img:after, .hmabt-exp::before{
    background-image: url(images/about-after-img.webp);
    top: 0;
 
}
 .hmabt-img img {
    display: block;
    width: 100%;
    margin: 0;
}
.hmabt-lst p ,.hmabt-btm-blk p{
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.77;
    letter-spacing: 0px;
    color: #dde3e9;
    margin-bottom: 30px;
}

.hmabt-btm-blk{
    display: flex;
    justify-content: space-between;
    padding-left: 110px;
}

.hmabt-btm-lft,.hmabt-btm-rite{
    width: 46%;
}


.hm-abt-cls {
    position: relative;
    margin: 0 0 0 auto;
}
.hmabt-exp::before {
    background-image: url(images/about-bf-img.webp);
    top: -11px;
}
.hmabt-exp {
    background-color: #002c55;
    padding:30px 34px 28px;
    margin: 0 0 0 auto;
    width: 96.8%;
}
.hmabt-exp h6 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 0 0 10px;
    border-bottom: 2px solid #ffcb04;
    max-width: max-content;
    margin: auto;
    text-transform: uppercase;
}
 
.hmabt-exp h4 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 35px;
    line-height: 1;
    letter-spacing: 7px;
    text-shadow: 7.128px -3.632px 0px rgba(0, 0, 0, 0.5);
    color: #ffcb04;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.hmabt-exp h4 strong{
    font-weight: 500;
    font-size: 130px;
    line-height: 1;
    letter-spacing: 0;
    display: block;
}
 
.hmabt-exp h5 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin: 0px;
}
.hmabt-exp h5 strong{
    display:block;
    font-weight: 500;
    text-align: center;
    position: relative;
}
.hmabt-exp h5 strong::before, .hmabt-exp h5 strong::after{
    content: "";
    position: absolute;
    background-color: #ffcb04;
    width: 50px;
    height: 2px;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hmabt-exp h5 strong::after{
    right: 30px;
    left: inherit;
}
 
/* Home Practiceareas Section */
.hmpractarea-sec {
    background: #000;
    padding:95px 0 0;
    text-align: center;
}
.hmpractarea-sec h2{
   margin: 0 0 40px;
}
.rotateslider-container {
    position: relative;
    width: 100%;
    height: 605px;
    perspective: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 5;
}
.rotateslider-item {
    position: absolute;
    transition: all 0.6s ease;
    transform: scale(1);
    top: 20px;
    z-index: 1;

}
.rotateslider-item img {
    border-radius: 8px;
    object-fit: cover;
 }
/* Center */
.rotateslider-item.now {

    transform: translateX(0) scale(1);
    z-index: 5;
    opacity: 1;
}
/* Immediate left */
.rotateslider-item.prev {
    transform: translateX(-106%) scale(0.73);
    z-index: 4;
    opacity: 1;
}

/* Immediate right */

.rotateslider-item.next {
    transform: translateX(106%) scale(0.73);
    z-index: 4;
    opacity: 1;
}
 
/* Far left */

.rotateslider-item.far-prev {
    transform: translateX(-176%) scale(0.56);
    z-index: 2;
}
 
    /* Far right */

.rotateslider-item.far-next {
    transform: translateX(176%) scale(0.56);
    z-index: 2;
}
.hm-pract-img::before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, #002c55 0%, transparent 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    /*background: linear-gradient(0deg, #ffcb04 0%, transparent 100%);*/
}

.rotateslider-item.now .hm-pract-img::before{
    background: linear-gradient(0deg, #ffcb04 0%, transparent 100%);
}
 
.rotateslider-item.now:before, .rotateslider-item.now:after{
    position: absolute;
    content: "";
    background-image: url(images/hmpract-line-bfr.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 80%;
    width: 27px;
    top: 0;
    left: -27px;
    bottom: 0;
    margin: auto;
}
 
.rotateslider-item.now:after {
    background-image: url(images/hmpract-line-aftr.webp);
    left: auto !important;
    right: -27px;
}
.hover a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index:5;
}
.hmpract-cnt {
   position: absolute;
   padding: 0 25px;
   bottom: 60px;
   left: 0;
   right: 0;
   margin: 0 auto;
   z-index: 3;
}
.hmpract-cnt h4 {
    font-size: 35px;
    font-family: 'Montserrat';
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    text-align: center;
}
.rotateslider-item.now .hmpract-cnt h4{
    color: #002c55;
} 
.hmpractarea-sec .meet-nav {
    display: flex !important;
    justify-content: space-between;
    max-width:41%;
    margin: auto;
}
.hmpractarea-sec .meet-nav .arrow {
    width: 50px;
    height: 18px;
    margin: 0;
    font-size: 0;
    background-image: url(images/hm-sprites.webp) !important;
    background-position: -91px -95px !important;
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block !important;
    border: none;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    margin: auto;
}
.hmpractarea-sec .meet-nav .arrow.next {
    right: 30%;
}
.hmpractarea-sec .meet-nav .arrow.prev {
    left: 30%;
}
.hmpractarea-sec .meet-nav .arrow.prev {
   background-position: -12px -95px !important;

}
.hmpractarea-sec .meet-nav .arrow span {
   font-size: 0;

}
.hmpractarea-sec .meet-nav .arrow:hover.next {

   background-position: -91px -136px !important;

   transition: all 0.4s;

}
.hmpractarea-sec .meet-nav .arrow:hover.prev {
    background-position: -12px -136px !important;
    transition: all 0.4s;

}
.hm-pract-img {
    position: relative;

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

} 
.hm-pract-btn {
    text-align: center;
    margin: -40px auto 0;
    max-width: max-content;
    position: relative;
    z-index: 5;
}
/* Home Guidance Section */
.hm-guidance-sec {
    padding: 180px 0 215px;
    background-image: url(images/guidance-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.hm-guidance-sec .text-heading{
    font-size: 130px;
    letter-spacing: 13px;
    line-height: 0.9;
    margin-bottom: 40px;
}
 .text-heading strong{
    font-weight: 600;
    font-size:80px;
    letter-spacing: 3.2px;
    display: block;
    color:#ffcb04;
}
.hm-guidance-sec h5{
    font-family: 'Montserrat';
    font-weight:600;
    font-size:22px;
    line-height: 1;
    letter-spacing:6.6px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    margin:0 0 35px;
}
.hm-guidance-blk{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:50px;
} 
.hm-guidabce-con{
    padding: 0px 30px;
    position: relative;
    border:2px solid #ffcb04;
    border-top:none;
    border-bottom:none;
}
.hm-guidabce-con a:before{
   position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -325px -14px;
    width: 51px;
    height:55px;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
}
.hm-guidabce-con p {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0;
    padding-left: 66px;
    position: relative;
}
.hm-guidabce-con a{
    font-weight: 600;
    font-size: 40px;
    display: block;
    line-height: 1;
} 
.hm-guidabce-con a:hover{
    color: #ffcb04;
}
.hm-guidabce-con a:before{
   position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -325px -14px;
    width: 51px;
    height:55px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.hm-guidance-btn a.cmn-btn {
    padding: 25px 48px 20px;
}

/* Home Our Meet Section */

.hm-our-team-sec {
    background-image: url(images/our-team-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0 125px;
    position: relative;
    overflow: hidden;
}
.hm-our-team-sec::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -37px;
    background-image: url(images/our-team-bf-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    width: 44.6%;
    height: 96.5%;
}
.hm-our-team-sec .text-heading{
    font-size: 130px;
    letter-spacing: 10.4px;
    font-weight: 500;
    text-align: left;
}
.hm-our-team-sec .text-heading strong{
    color: #ffcb04;
    font-size: 42px;
    letter-spacing: 1.68px;
    display: block;
    line-height: 1.1;
    font-weight: 400;
}
.hm-our-team-blk {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 110px;
}
.hm-our-team-lft {
    width: 31.4%;
    padding: 67px 0 0;
}
.hm-our-team-rgt {
    width: 56.4%;
}
.hm-our-team-rgt-blk {
    display: flex;
    justify-content: space-between;
    margin: 0 0 80px;
}
.hm-our-team-rgt-itm {
    padding: 0 0 16px 55px;
    position: relative;
    width: 46%;
}
.hm-our-team-rgt-itm::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 180px;
    background-color: #002c55;
}
.hm-our-team-img {
    background-color: #2d2d2d;
    margin: 0 0 20px;
}
.hm-our-team-img img{
    display: block;
    width: 100%;
}
.hm-our-team-rgt-itm h4 {
    font-family: 'Mrs Saint Delafield';
    font-weight: 400;
    font-size: 45px;
    line-height: 1;
    letter-spacing: 3.6px;
    color: #fff;
    margin: 0px;
    position: absolute;
    left: 20px;
    bottom: 60px;
}
.hm-our-team-btn{
    padding: 0 0 0 65px;
    position: relative;
}
.hm-our-team-btn a.cmn-btn{
    padding: 0px;   
    background-color: transparent;
    color: #ffcb04;
    font-weight: 600;
    font-size: 16px;
}
.hm-our-team-rgt-itm:hover .hm-our-team-btn a.cmn-btn, .hm-our-team-btn a.cmn-btn:hover{
    color: #fff;
}
.hm-our-team-btn a.cmn-btn::before{
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -377px -89px;
    width: 25px;
    height: 14px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.our-team-txt {
    background-color: #000000;
    padding: 32px 35px 32px 50px;
    border-left: 4px solid #ffcb04;
}
.our-team-txt p{
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -0.36px;
    color: #fff;
    margin: 0px;
}
.hm-our-team-hvr a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
    font-size: 0;
}

/* Home Trust Section */

.hm-trust-testi {
    position: relative;
    background-color: #000000;
}
.hm-trust-testi:before {
    position: absolute;
    content: "";
    background-image: url(images/trust-testi-bfrbg-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 56.7%;
    height: 43%;
    bottom: 0;
    top: 6%;
    left: 0;
    right: 0;
    margin: auto;
}

.hm-trust-sec {
    padding:125px 0 30px;
    position: relative;
}
.hm-trust-sec .container{
    max-width: 1280px;
}
.hm-trust-sec .text-heading{
    text-align: left;
    line-height: 1.1;
    font-size: 38px;
}
.hm-trust-blk {
    display: flex;
    justify-content: space-between;
}
.hm-trust-lft {
    width: 59%;
    padding: 90px 0 0;
}
.hm-trust-rgt {
    width: 33.6%;
    position: relative;
}
.hm-trust-lft p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0px;
    color: #fff;
    margin: 0 0 20px;
}
.hm-trust-lft p:last-child{
    margin: 0 ;
}
.hm-trust-img img{
    display: block;
    width: 100%;
}
.trust-item { opacity: 0.3; transition: opacity 0.3s; z-index: 2; padding: 50px 65px;}
.trust-item.active { opacity: 1;  position: relative; }
.trust-item.active::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(images/trust-bf-bg-img.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    margin: auto;
}
.bx-wrapper { text-align: center; }
.bx-controls-direction {
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    width: 5%;
    height: 205px;
    justify-content: space-between;
}
.bx-controls-direction  .bx-prev, .bx-controls-direction .bx-next {
    font-size: 0px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -271px -204px;
    width: 18px;
    height: 50px;
}
.bx-controls-direction  .bx-prev:hover{
    background-position: -311px -204px;
}
.bx-controls-direction .bx-next{
    background-position: -271px -273px;
}
.bx-controls-direction .bx-next:hover{
    background-position: -311px -273px;
}
.trust-img img {
    width: 100%;
    display: block;
}

/* Home Testimonials section */

 
.hm-testimonials {
    padding:50px 0;
     position: relative;
}
.hm-testimonials .testi-item {
    background-color: #002c55;
    padding: 40px 40px 70px;
    width: 100%;
}
.testi-item::before {
    content: "";
    position: absolute;
    background-image: url(images/testi-top-img.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 78.6%;
    height: 20px;
    top: -26px;
    left: 0;
    right: 0;
    margin: auto;
}
.testi-item::after {
    content: "";
    position: absolute;
    background-image: url(images/testi-after-img.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 45px;
    bottom: 18px;
    right: 12px;
    margin: auto;
    transform: scale(0.9);
}
.testi-item:hover::before{
    background-image: url(images/testi-btm-hvr.webp);
}

.testi-item .star-rat{
    width: 208px;
    margin:0 auto 30px;
}
.hm-testimonials .testi-item p {
      font-family: 'Montserrat';
     font-weight:400;
     font-size:18px;
     line-height: 1.6;
     letter-spacing:0px;
     color: #ffffff;
     margin: 0 0 30px;
     text-align: center;
}
.hm-testimonials .testi-item h5 {
    position: absolute;
    bottom: 46px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: 'Montserrat';
    font-weight:600;
    font-size:20px;
    line-height: 1;
    letter-spacing:0.4px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}
.hm-testi-list.owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 70px auto 0;
    width: 40%;
}
.hm-testi-list.owl-carousel .owl-stage-outer {
    padding: 28px 0 0;
}
.hm-testi-list.owl-carousel .owl-nav button.owl-next, .hm-testi-list.owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 18px;
    background-image: url(images/hm-sprites.webp);
     background-repeat: no-repeat;
 background-position: -12px -95px;
    font-size: 0px !important;
    top: 20% !important;
    transition: 0.5s;
}
.hm-testi-list.owl-carousel .owl-nav button.owl-prev:hover{
 
 background-position: -12px -136px;
}
.hm-testi-list.owl-carousel .owl-nav button.owl-next{
 
  background-position: -91px -95px;
}
.hm-testi-list.owl-carousel .owl-nav button.owl-next:hover{
  background-position: -91px -136px;
}
 
.hm-testimonials .cmn-btn{
  padding: 24px 53px 24px;
}
.hm-testi-list.owl-carousel {
    padding: 25px  0 0;
}
.hm-testi-list.owl-carousel .owl-stage {
    display: flex;
}
.hm-testi-list.owl-carousel .owl-item {
    display: flex;
}
.hmtesti-btn {
    text-align: center;
    margin: -47px auto 0;
    max-width: max-content;
    position: relative;
    z-index: 5;
}

 

/* Home Trusted Section */

.trusted-sec{
  padding:100px 0px 120px;
  background-image: url(images/trusted-bg-img.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.trusted-sec .text-heading {
    font-size: 130px;
    letter-spacing: 13px;
}
.trusted-sec .txt p{
  font-family: 'Montserrat';
font-weight:400;
font-size:18px;
line-height: 1.8;
letter-spacing:-0.6px;
color: #ffffff;
margin: 0px;
text-align: center;
}
.trusted-sec .txt {
    width: 78.8%;
    margin: 0 auto 80px;
    padding: 0px 60px;
    position: relative;
}
.trusted-sec .txt:before, .trusted-sec .txt:after{
    content: "";
    position: absolute;
    background-color: #ffcb04;
    width: 2px;
    height: 85%;
    top: 10px;
}
.trusted-sec .txt:before{
    left:0;
}
.trusted-sec .txt:after{
    right: 0;
}
.hm-trsuted-blk{
  display: flex;
  justify-content: space-between;
  padding:0 100px 0 33px;
}
.hm-trusted-lft img{
  display: block;
  width: 100%;
}
.hm-trusted-lft {
    width: 46.5%;
}
.hm-trusted-rgt h5{
    font-family: 'Montserrat';
    font-weight:600;
    font-size:35px;
    line-height: 1;
    letter-spacing:21px;
    text-transform: uppercase;
    color: #ffffff;
    margin:0 0 45px;
}
.hm-trusted-rgt{
  width: 47%;
}

.hm-trusted-rgt ul li{
     width: 31.5%;
}
.hm-trusted-rgt ul li a{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    position: relative;
    text-align: center;
    background-color: #002c55;
    box-shadow: 1.042px 5.909px 20px 0px #00000080;
    padding: 78px 20px 17px;
    height: 100%;
    min-height: 140px;
}
.hm-trusted-rgt ul li a:hover{
    background: linear-gradient(180deg, #b57f00 0%, #d9a300 25%, #f5c637 50%, #d9a300 75%, #b57f00 100%);
   color: #002c55;;
 
}
.hm-trusted-rgt ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    gap: 17px;
}
.lct-btn{
    margin: -22.5% 0 0 auto;
    width: 31.5%;
}
.lct-btn a{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0px;
    text-transform: uppercase;
   background: linear-gradient(180deg, #b57f00 0%, #d9a300 25%, #f5c637 50%, #d9a300 75%, #b57f00 100%);
    color: #002c55;
    text-align: center;
     padding: 46.5px 10px;
    align-items: center;
    display: inline-block;
}
.hm-trusted-rgt ul li a:after{
    content: "";
    position: absolute;
    background-image: url(images/areas-serve-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 123px;
    height: 52px;
    left: 0;
    right:0;
    top:20px;
    margin: auto;
}
.hm-trusted-rgt ul li a:hover:after{
    background-image: url(images/areas-serve-hvrimg.webp);
    width: 42px;
    height: 52px;
}
.lct-btn a:hover{
    background: #002c55;
    color: #ffffff;
}
 