/*
 Theme Name:   Mersberger Criminal Defense, 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: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/plus-jakarta-sans-v12-latin-300.woff2')
}

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

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

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

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

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

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

@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 800;
  src: url('./fonts/plus-jakarta-sans-v12-latin-800italic.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: 'Plus Jakarta Sans';
    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: 'Plus Jakarta Sans';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
    font-family: 'Plus Jakarta Sans';
    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: #696c8a;
    z-index: 9999;
    border-bottom: 2px solid #27293b;
}

.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: 'Plus Jakarta Sans';
    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: #696c8a;
    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: 'Plus Jakarta Sans';
}

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

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

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

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

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

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

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

.mobile_src_nav .container {
    position: relative;
}

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



.displayblock {
    display:block;
}
.body-content {
    width:100%;
    float: left;
    height: 2000px;
    overflow: hidden;
}
.site-branding img {
    width: 100%;
    display: block;
}

.logo-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.top-rgt-blck {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
    margin: 0 0 30px;
}
.top-rgt-phn {
    position: relative;
    padding-left: 60px;
}
.top-rgt-btn a.cmn-btn {
    padding: 23px 63px;
}
.top-rgt-btn.cmn-dot {
    padding: 0 0 0 40px;
    border-left: 1px solid #393c51;
}
.top-rgt-phn strong {
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 15px;
    display: block;
    line-height: 1;
    letter-spacing: 2.1px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 0px;
}
.top-rgt-phn a {
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 27px;
    line-height: 1;
    display: inline-block;
    letter-spacing: 0.27px;
    color: #fff;
    margin: 5px 0 0px;
}
.top-rgt-phn a:hover{
  color: #696c8a;
}
.top-rgt-phn a::before {
    position: absolute;
    content: "";
    width: 43px;
    height: 43px;
    left: 0;
    top: 0;
    bottom: 0;
        margin: auto;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -10px -10px;
}

.header-number {
    color: #fff;
    padding: 0 0 0 64px;
    position: relative;
}
.header-number strong {
    font-size: 15px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
}
.header-number a {
    font-size: 36px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0px;
    color: #931917;
    margin: 6px 0 0;
    display: inline-block;
}
.header-number a:hover {color: #fff;}
.header-number a:before {
    position: absolute;
    content: "";
    background-image: url(images/hdr-cal-icn.webp);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    width: 48px;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#main-navigation ul{
    margin:0
}
#main-navigation ul li{
    display: inline-block;
    padding: 0 0px 0;
    position: relative;
    margin: 0 22px;
}

#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: 20px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1;
    color: #ffffff;
    padding: 0px;
    display: block;
}
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover{
    color: #696c8a;
}
#main-navigation ul li ul.sub-menu{
    display:none;
    width:220px;
    position:absolute;
    color:#fff;
    top:100%;
    left:0;
    right:auto;
    background-color:#696c8a;
    padding:0px 0;
    z-index:999
}
#main-navigation ul li:hover ul.sub-menu{
    display:block
}
#main-navigation ul li:hover ul.sub-menu li{
    position:relative
}
#main-navigation ul li:hover ul.sub-menu li:hover > ul{
    display:block;
    top:0;
    left:100%
}
#main-navigation .sub-menu li.current-menu-item > a{
    background-color: #fff;
    color: #27293b;
}
#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: 1px solid #27293b73;
    font-size: 16px;
}
#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item > a{
    background-color: #fff;
    color: #27293b;
}
#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 {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 100%;
    padding: 20px 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background:#27293b;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    border-bottom: 2px solid #606c8a;
}
@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;
}

.top-rgt-btn a.cmn-btn, .hm-about-btn a.cmn-btn{
    mask-image: url(images/common-button-small-img.webp);
}

a.cmn-btn {
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    display: inline-block;
 background-image: -webkit-linear-gradient( -10deg, rgb(105,108,138) 0%, rgb(50,52,72) 50%, rgb(105,108,138) 100%);  
     background-repeat: no-repeat;
    padding: 23px 45px;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 10px;
        mask-image: url(images/common-button-bef-img.webp);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    
}

a.cmn-btn:hover{
     background-image: -webkit-linear-gradient( -10deg, #696c8a 0%, #696c8a 50%, #696c8a 100%);  
}

.cmn-dot{
    position: relative;
    max-width: max-content;
}
.cmn-dot:before{
   position: absolute;
   content: "";
   background-color: #4c4f68;
   width: 20px;
   height: 20px;
   bottom: 2px;
       right: -1px;
   border-radius: 50px;
   margin: auto;
}
.cmn-dot:hover:before{
background-color: #696c8a;
}
.sec-title{
    font-size: 20px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    color: #242638;
    text-transform: uppercase;
    margin: 0 0 15px;
    display: inline-block;
    padding: 14px 24px 14px 44px;
    border: 1px solid #798699;
    border-radius: 10px;
    position: relative;
}
.sec-title:before{
    content: '';
    position: absolute;
    background-color: #393c51;
    width: 10px;
    height: 10px;
    left: 23px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}
.text-heading{
    font-size: 75px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1.5px;
    color: #27293b;
    margin: 0 0 40px;
}
.text-heading strong{
    font-weight: 800;
    line-height: 1;
    color: #696c8a;
}
 

/*Banner section*/
.hm-banner-sec {padding: 230px 0 155px; background-image: url(images/hm-bann-bg-img.webp); background-repeat: no-repeat; background-size: cover; background-position: center; position: relative; z-index: 0; } 
.hm-banner-sec .container{max-width: 1800px; } 
.hm-bnr-blk {display: flex; justify-content: flex-start; align-items: center; gap: 65px; padding: 0; } 
.hm-bnr-lft {width: 55.5%; } 
.hm-bnr-img img {width: 100%; display: block; } 
.hm-bnr-rite {width: 32.4%; } 
.hm-bnr-gold-img {width: 52.6%; margin: 0 0 20px; } 
.hm-bnr-gold-img img{width: 100%; display: block; } 
.hm-bnr-rite h1{font-family: 'Plus Jakarta Sans'; font-weight: 800; font-style: italic; font-size: 80px; color: #fff; line-height: 1; letter-spacing: 0; text-transform: uppercase; padding: 0 0 20px; margin: 0 0 20px; position: relative; } 
.hm-bnr-rite h1 strong{font-weight: 800; color: #696c8a; display: block; } 
.hm-bnr-rite h1:before{position: absolute; content: ""; background-color: #e3e3e3; width: 90%; height: 1px; bottom: 0; left: 0; margin: auto; } 
.hm-bnr-rite p{font-family: 'Plus Jakarta Sans'; font-weight: 300; font-size: 32px; color: #ffffff; line-height: 1.38; letter-spacing: 0; text-transform: uppercase; margin: 0 0 20px; }


/* Home Case Results Section */
 
.hm-case-rslts-sec {padding: 100px 0 65px; text-align: center; } 
.hm-result-itm {width: 100%; padding: 45px 28px 40px 30px; position: relative; text-align: left; background-image: url(images/rslt-itm-bg.webp); background-repeat: no-repeat; background-size: 100% 100%; background-position: center center; } 
.hm-result-itm:before{content: ''; position: absolute; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -10px -78px; width: 87px; height: 87px; right: 0; bottom: 0; } 
.hm-result-itm:hover:before{background-position: -119px -78px;} 
.hm-result-itm:hover{background-image: url(images/rslt-itm-hvr-bg.webp); } 
.hm-result-itm:hover .rslt-img{display: none;} 
.hm-result-itm:hover .rslt-hvr-img{display: block;} 
.hm-result-itm:hover .rslt-title h4, .hm-result-itm:hover p{color: #ffffff;} 
.hm-result-itm:hover .rslt-top{border-color: #fff;} 
.rslt-hvr-img {display: none;} 
.rslt-top {display: flex; justify-content: flex-start; gap: 40px; padding: 0 0 34px; border-bottom: 1px solid #000; margin: 0 0 26px; } 
.rslt-img, .rslt-hvr-img {width: 18.6%; } 
.rslt-title {width: 67%; } 
.rslt-img img, .rslt-hvr-img img{width: 100%; display: block; } 
.rslt-title h4{font-size: 40px; font-family: 'Plus Jakarta Sans'; font-weight: 700; line-height: 1; letter-spacing: 0; color: #000000; margin: 0; text-transform: uppercase; } 
.hm-result-itm p{font-size: 18px; font-family: 'Plus Jakarta Sans'; font-weight: 400; line-height: 1.66; letter-spacing: 0; color: #000000; margin: 0;display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.hm-rslts-list.owl-carousel .owl-stage, .hm-rslts-list.owl-carousel .owl-item{display: flex;} 
.rslt-cnt {padding: 0 65px 0 0; } 
.hm-rslts-list.owl-carousel {padding: 0 0 60px; } 
.hm-rslts-list.owl-carousel .owl-nav {display: flex !important; justify-content: space-between; align-items: center; width: 34%; gap: 20px; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: -52px; z-index: 0; } 
.hm-rslts-list.owl-carousel .owl-nav button {width: 47px; height: 32px; font-size: 0px !important; background-image: url(images/hm-sprites.webp) !important; background-repeat: no-repeat !important; transition: .5s; } 
.hm-rslts-list.owl-carousel .owl-nav button.owl-prev {background-position: -10px -194px !important; } 
.hm-rslts-list.owl-carousel .owl-nav button.owl-prev:hover {background-position: -10px -242px !important; } 
.hm-rslts-list.owl-carousel .owl-nav button.owl-next {background-position: -76px -194px !important; } 
.hm-rslts-list.owl-carousel .owl-nav button.owl-next:hover {background-position: -76px -242px !important; }
.hm-rslt-btn a.cmn-btn {z-index: 1; position: relative; }
.hm-rslts-list.owl-carousel .owl-stage-outer {padding: 0 0 2px 2px; }
.hm-rslt-btn.cmn-dot {margin: auto;}
.hm-rslt-btn.cmn-dot:before{bottom: 4px;}

/*About Section*/
.hm-about-sec {padding: 65px 0; } 
.hm-about-sec .container{max-width: 1600px; width: 100%; margin: 0 0 0 auto; } 
.hm-about-list{display: flex; justify-content: space-between; align-items: flex-start; } 
.hm-about-lft {width: 41.63%; padding: 20px 0 0; } 
.hm-about-sec .text-heading {position: relative; padding: 0 0 32px; margin: 0 0 30px; } 
.hm-about-sec .text-heading::before{position: absolute; content: ""; border-bottom: 1px solid #cccccc; width: 985px; height: 1px; right: 0; bottom: 0; } 
.hm-about-lft p{font-family: 'Plus Jakarta Sans'; font-weight: 400; font-size: 21px; line-height: 1.7; letter-spacing: 0; color: #383a4f; margin: 0 0 50px; } 
.hm-btns-list {display: flex; justify-content: flex-start; gap: 25px; align-items: center; } 
.hm-call-btn{position: relative; padding: 0 0 0 55px; } 
.hm-call-btn p {font-family: 'Plus Jakarta Sans'; font-weight: 400; font-size: 15px !important; line-height: 1.1 !important; letter-spacing: 2.1px; text-transform: uppercase; display: block; margin: 0 !important; } 
.hm-call-btn p a {font-family: 'Plus Jakarta Sans'; font-size: 27px; font-weight: 700; line-height: 1.1; letter-spacing: 0.27px; color: #323448; display: block; } 
.hm-call-btn a:hover{color: #696c8a; } 
.hm-call-btn p a::before {position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -76px -10px; width: 43px; height: 43px; left: 0; bottom: 0; top: 0;margin: auto; } 
.hm-about-rit {position: relative; width: 52.6%; } 
.hm-about-rit-img img{width: 100%; display:block ; } 
.hm-about-rit-img{mask-image: url(images/mask-img.webp); mask-repeat: no-repeat; mask-size: 100% 100%; } 
.hm-about-rit-btm-img img{display: block; width: 100%; } 
.hm-about-rit-btm-img {position: absolute; left: -14px; bottom: -7px; width: 22%; }


/*Attorney Section*/
.hm-attorney-sec {background-image: url(images/attorney-sce-img.webp); background-position: center; background-repeat: no-repeat; background-size: cover; padding: 100px 0 0; border-radius: 80px; } 
.attorney-list{display: flex; justify-content: flex-end; } 
.attorney-awadrs-lst {display: flex; justify-content: flex-start; gap: 25px; } 
.hm-attorney-sec .text-heading {color: #fff; padding: 0; line-height: 1; margin: 0 0 90px; text-transform: uppercase; letter-spacing: 0; } 
.attorney-awadrs-lft-img img{width: 100%; display: block; } 
.attorney-awadrs-rit-img img{width: 100%; display: block; } 
.attorney-mid-img img {display: block; width: 100%; } 
.attorney-lft {width: 26.7%; } 
.attorney-awadrs-lft-img {width: 41%; } 
.attorney-awadrs-rit-img {width: 37.8%; } 
.attorney-rit {width: 35.7%; padding: 0 0 0 20px; } 
.attorney-mid-img {width: 34.5%; margin: 0 0 0 -60px; padding: 10px 0 0; } 
.attorney-rit h3 {font-family: 'Plus Jakarta Sans'; font-weight: 600; font-size: 65px; line-height: 1; letter-spacing: -1.3px; margin: 0 0 20px; color: #fff; } 
.attorney-rit h6 {font-family: 'Plus Jakarta Sans'; font-weight: 600; font-size: 25px; line-height: 1; letter-spacing: 6.25px; color: #fff; text-transform: uppercase; text-align: center; position: relative; margin: 0 0px 25px 0; max-width: max-content; padding: 0 0 0 135px; } 
.attorney-rit h6::before {position: absolute; content: ""; border-bottom: 1px solid #45485f; width: 96%; height: 1px; top: 0; bottom: 0; margin: auto; left: -175px; } 
.attorney-rit p {font-family: 'Plus Jakarta Sans'; font-weight: 400; font-size: 18px; line-height: 1.7; letter-spacing: 0; color: #fff; margin: 0px 0 59px; } 
.attorney-btn a.cmn-btn {padding: 23px 51px; }

/* Home Practice Areas Section */
.hm-pract-sec {padding: 70px 0 115px; text-align: center; position: relative; } 
.hm-pract-slider {display: flex; justify-content: space-between; } 
.slick-vertical .slick-slide{border: 0;} 
.slick-slide.slick-current.slick-center {display: flex; } 
.slick-slide.slick-current.slick-center > div{width: 100%; } 
.slider.slider-nav {width: 45.3%; padding: 0 50px 0 0; } 
.hm-pract-lft {width: 46.7%; } 
.hm-pract-img {border-radius: 30px; overflow: hidden; } 
.hm-pract-rgt-itm-cnt h4{font-size: 40px; font-family: 'Plus Jakarta Sans'; font-weight: 700; line-height: 1; letter-spacing: -0.8px; color: #000000; margin: 0; cursor: pointer;  } 
.hm-pract-rgt-itm-cnt {padding: 0px 70px 29px 0; border-bottom: 1px solid rgb(0, 0, 0, 0.22); margin: 0 50px 34px 0; text-align: left; position: relative; } 
.hm-pract-rgt-itm-cnt:before{content: ''; position: absolute; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -216px -10px; width: 48px; height: 48px; right: 22px; top: 0; } 
.slider.slider-nav .slick-list.draggable {width: 100%; max-height: 375px !important; overflow-y: auto;padding-right: 10px; } 
.slider.slider-nav .slick-list.draggable::-webkit-scrollbar {width: 5px !important; height: 75px !important; } 
.slider.slider-nav .slick-list.draggable::-webkit-scrollbar-thumb {border-radius: 5px; border: 0; background-color: #696c8a; width: 5px; } 
.slider.slider-nav .slick-list.draggable::-webkit-scrollbar-track {border-radius: 5px; box-shadow: none; background-color: rgb(199, 199, 199); border-left: 2px solid white; border-right: 2px solid white; } 
.slick-slide.slick-current.slick-center .hm-pract-rgt-itm-cnt h4, .hm-pract-rgt-itm-cnt:hover h4{color: #696c8a;}
.slider-nav .slick-slide.slick-active:last-child {border-bottom: 0 !important; } 
.hm-pract-btn { position: absolute; right: 0; left: 510px; margin: -70px auto 0; max-width: max-content; }
.hm-pract-img img{width: 100%; display: block;} 
 
/* Home Award Section */
.hm-awards-sec {padding: 20px 0 55px; } 
.hm-awards-list {display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #b4b5c4; } 
.hm-awards-item {width: 16.8%; text-align: center; border: 1px solid transparent; border-radius: 30px; position: relative; z-index: 1; } 
.award-img img{width: 100%; display: block; } 
.hm-awards-item:hover {background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 29px, transparent 29px) 0% 0%/30px 30px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 29px, transparent 29px) 100% 0%/30px 30px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 29px, transparent 29px) 0% 100%/30px 30px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 29px, transparent 29px) 100% 100%/30px 30px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 2px) calc(100% - 60px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 60px) calc(100% - 2px) no-repeat, linear-gradient(125deg, #696c8a 0%, #ffffff 50%, #696c8a 100%); } 
.hm-awards-item::before {position: absolute; content: ""; width: 100%; height: 3px; background-color: #000; bottom: -1px; right: 0; left: 0; margin: auto; display: none; }
.hm-awards-item:hover::before{display: block;} 
.hm-awards-item:after{content: ''; position: absolute; background-image: -webkit-linear-gradient(90deg, rgb(105 108 138 / 54%) 0%, rgba(105, 108, 138, 0) 80%); width: 100%; height: 100%; inset: 0; z-index: -1; display: none; border-radius: 30px; } 
.hm-awards-item:hover:after{display: block;}
 
/*Home Testimonials Section*/
.hm-testimonials {padding: 55px 0 0; position: relative; } 
.hm-testimonials .container {max-width: 1280px; } 
.hm-testimonials .text-heading {margin: 0; } 
.hm-testimonials .text-heading strong{display: block;} 
.testi-blk {display: flex; justify-content: space-between; align-items: end; margin: 0 0 43px; position: relative; } 
.hm-testimonials .testi-item {width: 100%; padding: 36px 68px 90px 37px; position: relative; background-image: url("images/testi-bg-img.webp"); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; } 
.star-rat {background-image: url("images/star-img.webp"); background-position: left top; background-repeat: no-repeat; background-size: contain; width: 173px; height: 26px; margin: 0 0 20px; } 
.hm-testimonials .testi-item p {font-family: 'Plus Jakarta Sans'; font-weight: 400; font-size: 18px; line-height: 1.8; letter-spacing: 0; color: #27293b; margin: 0 0 30px; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.hm-testimonials .testi-item::after {position: absolute; content: ""; background-image: url("images/hm-sprites.webp"); background-position: -226px -78px; background-repeat: no-repeat; width: 75px; height: 74px; right: 0; bottom: -3px; } 
.hm-testimonials .owl-stage-outer {padding: 0 3px 0; } 
.hm-testimonials .owl-stage {padding: 0 0 5px; } 
.hm-testi-list.owl-carousel .owl-stage, .hm-testi-list.owl-carousel .owl-item {display: flex !important; } 
.hm-testimonials .owl-nav {display: flex; justify-content: center; align-items: center; gap: 16px; margin: 0 0 26px; }
.hm-testimonials .testi-item h5 {font-size: 28px; font-family: 'Plus Jakarta Sans'; font-weight: 700; line-height: 1; letter-spacing: -0.8px; color: #686d89; margin: 0; text-transform: uppercase; position: absolute; bottom: 60px; }
.hm-testimonials .owl-nav button {background-image: url("images/hm-sprites.webp") !important; background-position: -10px -242px !important; background-repeat: no-repeat !important; width: 47px; height: 32px; font-size: 0 !important; background-color: transparent !important; border: 0 !important; cursor: pointer; }
.hm-testimonials .owl-nav button.owl-next {background-position: -76px -242px !important; } 
.hm-testimonials .owl-nav button:hover {background-position: -10px -194px !important; }
.hm-testimonials .owl-nav button.owl-next:hover {background-position: -76px -194px !important; }
 .hmtesti-btn.cmn-dot.mbl {display: none; }
 
/* .hm-defense-sec */
 
.hm-defense-sec {padding: 183px 0 240px; position: relative; z-index: 0; } 
.hm-defense-sec::after {position: absolute; content: ""; background-image: url("images/defense-bg-img.webp"); background-position: left bottom;    background-size: contain; background-repeat: no-repeat; width: 100%; height: 100%; top: 0; left: 0; margin: auto; z-index: -1; pointer-events: none; } 
.hm-defense-blk {width: 50.4%; } 
.hm-defense-blk h3 {font-family: 'Plus Jakarta Sans'; font-weight: 800; font-size: 43px; line-height: 1; letter-spacing: 30.96px; color: #2b2c40; text-transform: uppercase; margin: 0 0 18px; padding: 0 0 18px; position: relative; border-bottom: 1px solid #2b2c40; } 
.hm-defense-blk .text-heading {font-style: italic; font-size: 100px; letter-spacing: -2px; color: #696c8a; text-transform: uppercase; margin: 0 0 77px; } 
.hm-defense-blk .hm-btn-list {display: flex; justify-content: flex-start; align-items: center; gap: 30px; } 
.hm-defense-blk .btn-two {padding: 0 0 0 57px; position: relative; } 
.hm-defense-blk .btn-two p {font-family: 'Plus Jakarta Sans'; font-weight: 400; font-size: 15px; line-height: 1.2; letter-spacing: 2.1px; color: #323448; text-transform: uppercase; margin: 0; } 
.hm-defense-blk .btn-two p a {font-size: 27px; color: #323448; font-weight: 700; display: block; letter-spacing: 0.27px; } 
.hm-defense-blk .btn-two a::before {position: absolute; content: ""; background-image: url("images/hm-sprites.webp"); background-position: -76px -10px; background-repeat: no-repeat; width: 43px; height: 43px; top: 0; bottom: 0; left: 0; margin: auto; } 
.hm-defense-blk .btn-two:hover a{color: #696c8a; } 
.hm-defense-cnt{display: flex; justify-content: flex-end; }
.hm-defense-img{display: none;}
 


/*footer form*/
.hm-form .gfield label {
    display: none;
}
.hm-form-sec .container{
    width: 100%;
    max-width: 100%;
}
.hm-form-sec {
    padding: 30px 38px 45px;
    position: relative;
    background-color: #696c8a;
    box-shadow: 0px 2px 0px 0px rgba(31, 42, 56, 0.004);
    border: 1px solid rgb(31, 42, 56);
    border-radius: 20px;
}
.hm-form-sec .text-heading{
    font-size:70px;
    letter-spacing:-1.4px;
    color: #fff;
    margin: 0 0 15px;
    font-weight: 700;
}
.hm-form-sec p {
    font-family: 'Plus Jakarta Sans';
    font-size:16px;
    color:#fff;
    line-height:1;
    margin: 0 0 27px;
    letter-spacing:0px;
    text-align: center;
    font-weight:400;
}
.hm-form .gform_required_legend{
    display: none;
}
.ftr-form-sctn {
    text-align: center;
    width: 44.9%;
}
 
.gchoice.gchoice_3_9_1 label {
    display: block;
}
fieldset#field_3_9 {
    border: none;
    padding: 0;
}
 
.hm-form input::placeholder {
    color: #acadbc;
}
.hm-form input:-ms-input-placeholder {
    color: #acadbc;
}
.hm-form input::-ms-input-placeholder {
    color: #acadbc;
}
.hm-form textarea::placeholder {
    color: #acadbc;
}
.hm-form textarea:-ms-input-placeholder {
    color: #acadbc;
}
.hm-form textarea::-ms-input-placeholder {
    color: #acadbc;
}
 
.hm-form input:focus::placeholder {
    color: #fff;
}
.hm-form input:focus:-ms-input-placeholder {
    color: #fff;
}
.hm-form input:focus::-ms-input-placeholder {
    color: #fff;
}
.hm-form textarea:focus::placeholder {
    color: #fff;
}
.hm-form textarea:focus:-ms-input-placeholder {
    color: #fff;
}
.hm-form textarea:focus::-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: #acadbc;
    outline: 0px;
    position: relative;
    border-radius: 10px;
    font-family: 'Plus Jakarta Sans';
    background: transparent;
    line-height: 1.2 !important;
    font-size: 16px !important;
    padding: 19px 20px !important;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
    border: 1px solid #9395ab;
}
 
 
.hm-form .gform_wrapper .top_label input:focus, .hm-form .gform_wrapper select:focus, .hm-form .gform_wrapper .top_label textarea:focus{
    color: #ffffff;
    border: 1px solid #ffffff;
}
.hm-form .gfield{
    position: relative !important ;
}
.hm-form .gfield {
    width: 48.7%;
}
 
.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: 130px !important;
    resize: none;
    padding-top: 20px !important;
    margin: 0px 0 7px;
    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: 'Plus Jakarta Sans';
    line-height: 1;
    font-weight: 400;
    color: #d1d3e0;
    letter-spacing: 0px;
    margin: 0;
    text-align:left;
}
.hm-form .gform_wrapper .form-links a:hover {
    color: #27293b;
}
.hm-form-sec .gform_wrapper .form-links,
.hm-form-sec .gfield.gfield--type-html.popfield {
    position: relative;
    color: #fff;
    line-height: 1;
    text-align: left;
    margin: 0 0 0px !important;
}
.hm-form-sec .gfield .ginput_container {
    margin: 0 !important;
}
.hm-form .gfield_description.instruction.validation_message {
    bottom: 0;
    top: auto;
}
.hm-form .gfield.chk .gchoice.gchoice_3_9_1 {
    display: flex;
    justify-content: flex-end;
}
 
.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;
	accent-color: #393c51;
}
.hm-form .gform_wrapper .gform_footer.top_label {
    padding: 0;
    text-align: center;
    margin: 33px auto 0;
    position: relative;
    max-width: max-content;
}
 
.hm-form .gform_wrapper .top_label input[type="submit"] {
    display: inline-block !important;
    background-color:#393c51 !important;
    outline: none !important;
    border: 0px none !important;
    border-radius: 0 !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition-duration: 0.5s;
    font-family: 'Plus Jakarta Sans' !important;
    font-weight: 700 !important;
    width: auto !important;
    color: #ffffff !important;
    font-size: 20px !important;
    padding: 22px 54px !important;
    border-radius: 10px !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{
    color: #393c51 !important;
    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: 575px;
    top: 5px;
    left: 0;
    margin: 0px;
    text-align: center;
    font-family: 'Plus Jakarta Sans';
    padding: 12px;
    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: 1.8;
    z-index: 12;
}
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: inherit;
    pointer-events: auto;
}
div#popup-container {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 100%;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield {
    position: relative;
    text-align: left;
}
.gform_button.disabled {
    pointer-events: none;
}
.hm-form-sec .gform_fields .ginput_container, .hm-form-sec .gform_field {
    margin: 0;
}
.gfield--type-honeypot {
    display: none;
}
 
/*ERRROR*/
.hm-form .gfield_description{
    margin: 0px !important
}
.hm-form .gfield_description.validation_message {
    position: absolute;
    top: 5px;
    right: 8px !important;
    text-align: right;
    font-size: 13px;
    font-family: 'Plus Jakarta Sans';
    color: #a30000;
    pointer-events: none;
}
 
.hm-form .chk .gfield_description.validation_message{
   top: 17px !important;
}
 
/*.ftr-frm-sctn ends*/
 
 
/*Footer block*/
 
.ftr-block-sec {
    background-image: url(images/footer-bg-image.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 90px 0 58px;
    border-radius: 80px 80px 0 0px;
    margin: -80px 0 0;
    z-index: 1;
    position: relative;
}
.ftr-frm-lst {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
    padding: 0 40px 0 0;
}
.ftr-frm-lft {
    width: 43.9%;
    padding: 17px 0 0;
}
.ftr-logo {
    width: 55%;
    margin: 0 auto 70px;
}
 
#footer-navigation ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}
#footer-navigation ul li {
    padding: 0;
    position: relative;
    margin: 0 0 33px;
}
#footer-navigation ul li:last-child{margin: 0;}
#footer-navigation ul li a {
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 19px;
    color: #fff;
    letter-spacing: 0.28px;
    padding: 0;
    border: 0;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
}
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li:hover > a {
    color:#696c8a;
}
 
.ftr-block-list {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    margin: 0 0 47px;
}
 
.ftr-block-cnt {
    width: 50%;
    padding: 10px 0 0;
}
.ftr-itm {
    padding-left: 70px;
    margin: 0 0 63px;
    position: relative;
}
.ftr-itm:last-child{
   margin: 0;
}
.ftr-itm h4, .ftr-menu h4 {
    font-size: 36px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.72px;
    color: #ffffff;
    margin: 0 0 16px;
    padding: 0px 0 19px;
    position: relative;
}
.ftr-itm:before {
    content: '';
    position: absolute;
    width: 43px;
    height: 47px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -150px -10px;
    left: 0px;
    top: 0;
    margin: auto;
}
.ftr-itm h4:after, .ftr-menu h4:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 5px;
    background-color: #696c8a;
    bottom: 0;
    left: 0;
    margin: auto;
}
.ftr-itm.ph:before {background-position: -10px -10px;}
.ftr-itm p{
    font-size: 16px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    line-height: 1.56;
    letter-spacing: 0.32px;
    color:#fff;
    margin: 0;
}
.ftr-itm p a {
    color: #696c8a;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.28px;
    line-height: 1;
    margin: 10px 0 0;
    text-decoration: underline;
}
 
.ftr-itm.ph p{
   text-transform: uppercase;
   letter-spacing: 4.16px;
}
 
.ftr-itm.ph p a {
    font-size: 27px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.27px;
    color: #fff;
    margin: 7px 0 0;
    display: inline-block;
    text-decoration: none;
}
.ftr-itm.ph p a:hover {color: #696c8a;}
.ftr-itm p a:hover{
    color: #fff;
}
 
.ftr-itm p.directions a {
    color: #931917;
    text-transform: uppercase;
    margin: 6px 0 0;
    display: inline-block;
}
 
.ftr-itm.ftr-logo img {
    margin: 0 0 20px;
}
 
.ftr-menu {
    width: 43%;
    padding: 10px 0 10px 45px;
    border-left: 1px solid #696c8a;
}
 
.ftr-scl-icons h5 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    letter-spacing: 6.46px;
    margin: 0 auto 19px;
    max-width: max-content;
    padding: 0 85px 0 92px;
    position: relative;
}
.ftr-scl-icons h5:before, .ftr-scl-icons h5:after{
    content: '';
    position: absolute;
    background-color: #696c8a;
    width: 80px;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.ftr-scl-icons h5:before{left: 0;}
.ftr-scl-icons h5:after{right: 0;}
.ftr-blck-sclicns {
    display: flex ;
    justify-content: center;
    gap: 10px;
}
.ftr-blck-sclicns a {
    font-size: 0;
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-image: url(images/hm-sprites.webp);
}
.ftr-blck-sclicns a.facebook {
    background-position: -165px -274px;
}
.ftr-blck-sclicns a.linkedin {
    background-position: -239px -274px;
}
 
.ftr-blck-sclicns a.facebook:hover {
    background-position: -165px -194px;
}
.ftr-blck-sclicns a.linkedin:hover {
    background-position: -239px -194px;
}
 
 
/*Copy Rights Section*/
 
.ftr-copyrights-sec {
    background-color: #696c8a;
    padding: 22px 0px;
    text-align: center;
}
.ftr-copyrights-sec p{
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 2.2;
    letter-spacing: 0;
    margin: 0;
}
.ftr-copyrights-sec p a:hover {
    color: #27293b;
}
.ftr-copyrights-sec p a{display: inline-block;line-height: 1;}
 










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

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

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



