/*
 Theme Name:   Thomas Calogero
 Theme URI:    http://example.com/thomas-calogero
 Description:  Child theme for RMTheme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     rmtheme
 Version:      1.0.0
 Text Domain:  thomas-calogero
*/
@font-face {
  font-display: swap;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/ibm-plex-sans-v23-latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/ibm-plex-sans-v23-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/ibm-plex-sans-v23-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/barlow-v13-latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/barlow-v13-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/barlow-v13-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/barlow-v13-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/poppins-v24-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/poppins-v24-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Stack Sans Text';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/stack-sans-text-v1-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Stack Sans Text';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/stack-sans-text-v1-latin-600.woff2') format('woff2');
}

: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: 'IBM Plex Sans';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a:focus {
    outline: none;
}
.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: 'Barlow';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
    font-family: 'IBM Plex 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: #0b86a8;
    z-index: 9999;
}

.sicky-logo {

    width: 100%;

    max-width: 300px;

    padding: 0 15px;

}



.header-sticky {

    width: 100%;

    float: left;

    background: #0b86a8;

    padding: 10px;

    display: none;

}

.header-sticky .sticky-cnt {

    width: 25%;

    float: left;

    text-align: center;

    font-size: 15px;

    color: #0b86a8;

    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: 'Barlow';
    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: #0b86a8;
    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: 'Barlow';
}

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

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

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

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

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

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

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

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

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

.mobile_src_nav .container {
    position: relative;
}

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



.displayblock {
    display:block;
}
.body-content {
    width:100%;
    float: left;
    height: 2000px;
    overflow: hidden;
}
.logo-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.site-branding a {
    display: inline-block;
}
.site-branding a img {
    display: block;
    width: 100%;
} 

.header-number {
    padding: 0 0 0 56px;
    position: relative;
}
.header-number strong {
    font-size: 20px;
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    margin: 0 0 5px;
}
.header-number a {
    font-size: 40px;
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1.6px;
    text-transform: uppercase;
    color: #f47b5a;
    display: inline-block;
}
.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: -10px -8px;
    width: 37px;
    height: 37px;
    bottom: 5px;
    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 30px;
}

#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: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 1;
    color: #ffffff;
    padding: 0;
    display: inline-block;
    margin: 0;
}
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover{
    color: #f47957;
    border-bottom-color: #f47957;
}
#main-navigation ul li ul.sub-menu{
    display:none;
    width:220px;
    position:absolute;
    color:#fff;
    top:100%;
    left:0;
    right:auto;
    background-color:#f47957;
    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: #ffffff;
    color: #f47957;
}
#main-navigation .sub-menu li a{
    width: 100%;
    padding: 8px 10px;
    color: #ffffff;
    display: block;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
    border-bottom: 0;
    font-size: 16px;
}
#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item > a{
    background-color: #ffffff;
    color: #f47957;
}
#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;
    padding: 40px 0 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 100%;
}
.site-header .container {
    max-width: 100%;
    padding: 0 5.2%;
}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background: #0b86a8;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    padding: 20px 0;
}
.site-header.is-sticky .site-branding {
    width: 14%;
}
@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-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 40px;
    text-align: center;
}
a.cmn-btn {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    display: inline-block;
    padding: 24px 42px 23px;
    background-color: #0b86a8;
    text-transform: uppercase;
}
a.cmn-btn:hover {
    background-color: #e07253;
}
/*Banner section*/
.hm-bann-sec {
    padding: 180px 0 0;
    background-image: url(images/hm-bann-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hm-bann-sec .container {
    max-width: 1670px;
    margin: 0 40px 0 auto;
}
.hm-bann-blck {
    display: flex;
    justify-content: space-between;
}
.hm-bann-lft {
    width: 47.3%;
    padding: 70px 0 0;
}
.hm-bann-lft h1 {
    font-family: 'Barlow';
    font-weight: 300;
    font-size: 139px;
    line-height: 0.85;
    letter-spacing: -5.56px;
    color: #f47b5a;
    text-transform: uppercase;
    margin: 0 0 25px;
    padding: 0 0 25px;
    position: relative;
}
.hm-bann-lft h1::after {
    position: absolute;
    content: "";
    width: 90.1%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-image: -moz-linear-gradient( 180deg, rgba(244,123,90,0) 0%, rgb(244,123,90) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgba(244,123,90,0) 0%, rgb(244,123,90) 100%);
    background-image: -ms-linear-gradient( 180deg, rgba(244,123,90,0) 0%, rgb(244,123,90) 100%);
    background-repeat: no-repeat;
    background-position: left;
}

.hm-bann-lft h1 small {
    font-size: 64px;
    letter-spacing: -1.92px;
}
.hm-bann-lft h1 strong {
    font-size: 232px;
    font-weight: 500;
    letter-spacing: -6.96px;
    text-align: right;
    display: block;
    color: #ffffff;
}
.hm-bann-lft p {
    font-family: 'IBM Plex Sans';
    font-weight: 300;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0 0 25px;
    text-transform: uppercase;
}
.hm-bann-btns {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
}
.hm-bann-btns-rgt a.cmn-btn {
    padding: 24px 23px 23px;
    background-color: #e07253;
}
.hm-bann-btns-rgt a.cmn-btn:hover {
    background-color: #0b86a8;
}
.hm-bann-rgt {
    width: 46.7%;
    position: relative;
    padding: 0 0 0 44px;
}
.hm-bann-rgt-img img {
    width: 100%;
    display: block;
}
.hm-bann-shled-img {
    position: absolute;
    left: -28px;
    top: 8%;
    margin: auto;
    width: 273px;
    height: 260px;
}
.hm-bann-shled-img img {
    display: block;
    width: 100%;
}

/*Attorney Section*/
.hm-thomas-sec {
    padding: 55px 0 0;
    background-image: url("images/thomas-bg-img.webp");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}
 
.hm-thomas-blk {
    display: flex;
    justify-content: flex-start;
    gap: 54px;
    align-items: center;
    padding: 0;
}
 
.hm-thomas-lft {
    width: 55.4%;
    position: relative;
    margin: 0 0px 0 -55px;
}
 
.hm-thomas-img img {
    width: 100%;
    display: block;
}
 
.hm-thomas-rit {
    width: 40.3%;
}
 
.hm-thomas-exp-img {
    position: absolute;
    top: 114px;
    right: -12px;
    margin: auto;
}
 
.hm-thomas-rit .thomas-name {
    font-family: 'Barlow';
    font-weight: 300;
    font-size: 130px;
    line-height: 0.9;
    letter-spacing: -5.2px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 25px;
}
 
.hm-thomas-rit .thomas-name strong {
    color: #f47b5a;
    font-weight: 500;
    display: block;
    letter-spacing: -7.7px;
}
 
.hm-thomas-rit p {
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 21px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 40px;
}

/* Defending Section */
.hm-defending-sec {
    padding: 130px 0 50px;
    background-image: url("images/defending-bg-img.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.hm-defending-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 30px
}
.hm-location-name {
    position: relative;
}
.hm-location-item a {
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0.26px;
    color: #fff;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 0 0 38px;
    position: relative;
}
.hm-location-item a:hover {
	color: #f47b5a;
}
.hm-location-name a {
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0.26px;
    color: #fff;
    margin: 0;
    display: block;
    text-transform: uppercase;
    padding: 23px 34px 23px 72px;
    position: relative;
    margin: 0 0 20px;
    background-color: transparent;
}
.hm-location-item a::before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-position: -10px -134px;
    background-repeat: no-repeat;
    width: 20px;
    height: 26px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-location-name a::before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-position: -10px -134px;
    background-repeat: no-repeat;
    width: 20px;
    height: 26px;
    left: 34px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-location-name a:hover:before {
    background-position: -10px -93px;
}
.hm-location-item a:hover:before {
    background-position: -10px -93px;
}
.hm-location-name a:hover {
    background-color: rgb(244, 123, 90, 10%);
    color: #f47b5a;
}
.hm-defending-lft {
    width: 18.2%;
}
.hm-defending-mid {
    width: 42.3%;
}
.hm-map-img img {
    width: 100%;
    display: block;
}
.hm-defending-rit {
    width: 30.9%;
}
.defending-title {
    font-family: 'Barlow';
    font-weight: 300;
    font-size: 66px;
    line-height: 1.1;
    letter-spacing: -2.64px;
    color: #fff;
    margin: 0 0 60px -226px;
}
.hm-location-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 41px;
    margin: 0 0 55px;
}
.hm-defending-btn a.cmn-btn {
    background-color: #f47b5a;
}
.hm-defending-btn a.cmn-btn:hover {
    background-color: #0b86a8;
}
.hm-location-item {
    width: 45%;
}
.hm-location-list .hm-location-name {
    margin: 0;
}
 


/* Change Section */
.hm-change-sec .container{
    max-width: 1300px;
}
.hm-change{
    position: relative;
}
.hm-change-img {
    padding: 100px 0 0;
    display: none;
}
.hm-change-img img {
    display: block;
    width: 100%;
}

.home .hm-change-img{display: block;}

.home .hm-change-img.inner-change-img{display: none;}

.hm-change-img.inner-change-img{display: block;}

.home .ftr-change-sec{display: none;}

.hm-change-list{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.hm-change-lft h4{
    font-family: 'Barlow';
    font-weight: 300;
    font-size: 66px;
    line-height: 1;
    letter-spacing: -2.64px;
    color: #000;
    margin: 0 0 10px;
}
.hm-change-lft h3 {
    font-family: 'Barlow';
    font-weight: 500;
    font-size: 139px;
    line-height: 0.91;
    letter-spacing: -5.56px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.hm-change-rit p{
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #000;
    margin: 0 0 30px;
}
.hm-change-btn a.cmn-btn{
    background-color: #e07253;
}
.hm-change-btn a.cmn-btn:hover{
    background-color: #0b86a8;
}
 
.hm-change-rit {
    width: 32.3%;
}
.hm-change-lft {
    width: 60%;
}  
.hm-change-call-btn {
    padding: 0 0 0 85px;
    position: relative;
}
.hm-change-call-btn h6{
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 4px;
    color: #000;
    text-transform: uppercase;
    display: block;
    margin: 0;
}
.hm-change-call-btn a{
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 55px;
    line-height: 1;
    letter-spacing: -3.3px;
    color: #e07253;  
    display: block;    
}
.hm-change-call-btn a::before {
    position: absolute;
    content: "";
    background-image: url(images/change-call-img.webp);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 61px;
    height: 62px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-change-call-btn a:hover{
    color: #000;
}
section.hm-testimonials {
    padding: 0 0 140px;
    margin: -275px 0 0;
}
.hm-testi-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hm-testi-btn.mbl{
	display: none;
}
.hm-testimonials .container {
    max-width: 1710px;
    margin: 0 0 0 auto;
}
.hm-testi-lft {
    width: 22%;
}
.hm-test-rit{
    width: 70%;
}
.hm-testi-lft h2 {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 66px;
    line-height: 1;
    letter-spacing: -2.64px;
    color: #000;
    margin: 0 0 20px;
}
.hm-testi-btn a.cmn-btn {
    padding: 29px 39px 28px;
}
.testi-item h4 {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 45px;
    line-height: 1;
    letter-spacing: -1.8px;
    color: #000;
    text-transform: uppercase;
    text-align: left;
}
.hm-testimonials .testi-item p {
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 21px;
    line-height: 1.5;
    margin: 0 0 40px;
    color: #000;
    text-align: left;
}
.testi-stars {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 45px;
    right: 70px;
    margin: auto;
    bottom: 60px;
}
.hm-testimonials .testi-item h5 {
    font-family: 'Stack Sans Text';
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    color: #0b86a8;
    text-align: left;
}
.star-rat img {
    display: block;
    width: 100%;
}
.hm-testimonials .testi-item {
    width: 100%;
    padding: 95px 25px 90px 45px;
    position: relative;
}
.testi-item{
    background-image: url(images/testi-border-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.testi-item::before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-position: -65px -93px;
    background-repeat: no-repeat;
    width: 81px;
    height: 69px;
    left: 55px;
    top: -20px;
    opacity: 0.8;
}
.hm-testi-list .owl-stage{
    padding: 20px 0 0;
}
.hm-testi-list.owl-carousel .owl-item{padding: 0 3px;}
.hm-testimonials .testi-item h5 {
    font-family: 'Stack Sans Text';
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    color: #0b86a8;
    text-align: left;
    margin: 0;
}
.star-rat {
    width: 100%;
    max-width: 157px;
}
.hm-testi-list.owl-carousel .owl-stage, .hm-testi-list.owl-carousel .owl-item{
    display: flex;
}

/* whychs section */
 
.hm-whychs-sec {
    padding: 0px 0 60px;
    background-color: #141822;
    margin: -90px 0 0;
    z-index: 1;
    position: relative;
}
 
.hm-whychs-blk h2 {
    font-family: 'Barlow';
    font-weight: 300;
    font-size: 219px;
    line-height: 0.8;
    letter-spacing: -8.7px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    background: -webkit-linear-gradient(90deg, transparent 0%, #e07253 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
 
.hm-whychs-blk h4 {
    font-family: 'Barlow';
    font-weight: 300;
    font-size: 45px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    margin: -75px 0 30px;
}
 
.hm-whychs-lst {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
 
.hm-whychs-itm {
    padding: 40px 44px;
    width: 25%;
    position: relative;
    text-align: center;
   background-image: url(images/whychs-itm-bg.webp);
   background-repeat: no-repeat;
   background-size: cover;
}
 
.hm-whychs-itm::before {
    content: "";
    position: absolute;
    background-color: #5a656f;
    width: 2px;
    height: 81.5%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
 
.hm-whychs-itm:last-child:before {
    display: none;
}
 
.hm-whychs-itm:hover {
   background-image: url(images/whychs-itm-bg-hvr.webp);
   background-repeat: no-repeat;
   background-size: cover;
}
 
.hm-whychs-img img {
    display: block;
    width: 100%;
}
 
.hm-whychs-img {
    width: 29.5%;
    margin: 0 auto 20px;
}
 
.hm-whychs-itm h5 {
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0.2px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}
 
.hm-whychs-itm:hover h5 {
    color: #f47b5a;
}
 
/* experience section */
 
.hm-exp-sec {
    padding: 60px 0 110px;
    background-color: #141822;
}
 
.hm-exp-sec .container {
    max-width: 100%;
    padding: 0 3%;
}
 
.hm-exp-blk h4 {
    font-family: 'Barlow';
    font-weight: 300;
    font-size: 38px;
    line-height: 1;
    letter-spacing: -1.5px;
    color: #0b86a8;
    text-align: center;
    margin: 0 0 10px;
}
.hm-exp-lst.owl-carousel{
    margin: 0 0 70px;
}
.hm-exp-itm {
    padding: 33px 40px 40px 30px;
    background-color: transparent;
}
 
.hm-exp-blk h2 {
    font-family: 'Barlow';
    font-weight: 300;
    font-size: 66px;
    line-height: 1;
    letter-spacing: -2.6px;
    color: #f47b5a;
    text-align: center;
    margin: 0 0 60px;
}
.hm-exp-itm p{
   font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing:0px;
    color: #ffffff;
    margin: 0 0 35px;
}
.hm-exp-lst.owl-carousel .owl-stage {
    display: flex;
}
.hm-exp-lst.owl-carousel .owl-item {
    display: flex;
}
.hm-exp-btn {
    text-align: center;
    width: 100%;
    max-width: max-content;
    margin: auto;
    position: relative;
    z-index: 2;
}
.hm-exp-btn a.cmn-btn {
   background-color: #e07253;
}
.hm-exp-btn a.cmn-btn:hover {
   background-color: #0b86a8;
}
.hm-exp-itm-btn a.exp-btn{
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    display: inline-block;
    padding: 12px 18px;
    background-color: #0b86a8;
    text-transform: uppercase;
}
 
.hm-exp-itm:hover .hm-exp-itm-btn a.exp-btn{
   background-color: #e07253;
}
.hm-exp-lst.owl-carousel .owl-nav {
    position: absolute;
    display: flex !important;
    justify-content: space-between !important;
    width: 30%;
    bottom: -115px;
    left: 0;
    right: 0;
    margin: auto;
}
 
.hm-exp-img{
    width: 90%;
    display: block;
    padding: 0 0 25px;
    margin: 0 0 20px;
    position: relative;
}
.hm-exp-hvr-img {
    width: 90%;
    padding: 0 0 25px;
    margin: 0 0 20px;
    position: relative;
    display: none;
}
.hm-exp-img::before, .hm-exp-hvr-img::before{
    content:'';
    position: absolute;
    background-color: #ec7756;
    width:100%;
    height:2px;
    left: 0;
    bottom: 0;
 
}
 
.hm-exp-lst.owl-carousel .owl-nav button.owl-prev,
.hm-exp-lst.owl-carousel .owl-nav button.owl-next {
    background-image: url(images/hm-sprites.webp) !important;
    background-repeat: no-repeat !important;
    background-position: -73px -8px;
    font-size: 0 !important;
     width: 43px;
     height: 24px;
         transition: 0.5s;;
}
 
.hm-exp-lst.owl-carousel .owl-nav button.owl-next {
     background-position: -138px -9px;
}
.hm-exp-lst.owl-carousel .owl-nav button.owl-prev:hover{
    background-position: -73px -45px;
}
.hm-exp-lst.owl-carousel .owl-nav button.owl-next:hover {
    background-position: -138px -45px;
}
 
.hm-exp-lst.owl-carousel .owl-item.active.center{
    background-color: #0b86a8;
}
.hm-exp-lst.owl-carousel .owl-item.active.center .hm-exp-itm-btn a.exp-btn {
    background-color: #f47957;
}
 
.hm-exp-lst.owl-carousel .owl-item.active.center .hm-exp-img {
   display: none;
}
.hm-exp-lst.owl-carousel .owl-item.active.center .hm-exp-hvr-img{
   display:block;
}

 
/* practice areas section */
 
.hmpracti-sec{
    padding: 140px 0 110px;
}
.hmpracti-blk h2{
    font-family: 'Barlow';
    font-weight: 300;
    font-size:179px;
    line-height: 0.83;
    letter-spacing: -7.1px;
    text-align: center;
    text-transform: uppercase;
    background: -webkit-linear-gradient(90deg, transparent 0%, #e07253 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hmpracti-blk h5 {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 66px;
    line-height: 1;
    letter-spacing: -2.6px;
    color: #000000;
    text-align: center;
    margin: -30px 0 45px;
}
.hmpracti-blk h5 strong{
    font-family: 'Barlow';
    font-weight:600;
    margin: -100px 0 30px;
}
.hmpracti-list {
    display: flex;
    justify-content: center;
    margin: 0 0 45px;
    gap: 13px;
}
.hmpracti-itm-img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 20px;
    margin: auto;
    background-image: -moz-linear-gradient( 90deg, rgb(20,24,34) 0%, rgba(20,24,34,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(20,24,34) 0%, rgba(20,24,34,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(20,24,34) 0%, rgba(20,24,34,0) 100%);
    z-index: 1;
}
.hmpracti-itm-img img {
    width: 100%;
    display: block;
}
.hmpracti-item {
    width: 24.3%;
    position: relative;
    z-index: 0;
    padding: 0 0 20px;
}
.hmpracti-btn{
    text-align: center;
}
.hmpracti-item-hover a {
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
.hmpracti-name h4 {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -1.2px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    bottom: 0px;
    right: 0;
    background-color: #0b86a8;
    padding: 20px 20px 30px 20px;
    width: 78%;
    height: 110px;
    display: flex;
    align-items: center;
    z-index: 2;
}
.hmpracti-item:hover .hmpracti-name h4{
  background-color: #e07253;
}
 
 
 

/*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-frm-blck {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ftr-frm-sect {
    padding: 70px 0 100px;
    background-image: url(images/ftr-sec-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ftr-rgt-cnt {
    width: 36.9%;
}
.ftr-form-sctn {
    text-align: center;
    background-color: #13212d;
    width: 57.1%;
    padding: 75px 80px 85px;
}
.hm-form-sec{
    position: relative;
}
.hm-form-sec .text-heading {
    font-size: 66px;
    line-height: 1.07;
    letter-spacing: -2.64px;
    color: #fff;
    margin: 0 0 30px;
    font-family: 'Barlow';
    font-weight: 400;
}
.hm-form .gform_required_legend{
    display: none;
}

.gchoice.gchoice_3_9_1 label {
    display: block;
}
fieldset#field_3_9 {
    width: 37%;
    border: none;
    padding: 0;
}

.hm-form input::placeholder {
    color: #000;
}
.hm-form input:-ms-input-placeholder {
    color: #000;
}
.hm-form input::-ms-input-placeholder {
    color: #000;
}
.hm-form textarea::placeholder {
    color: #000;
}
.hm-form textarea:-ms-input-placeholder {
    color: #000;
}
.hm-form textarea::-ms-input-placeholder {
    color: #000;
}
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {
    margin: 0px;
    width: 100% !important;
    color: #141822;
    outline: 0px;
    position: relative;
    border-radius: 0;
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    background: #fff;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    font-size: 18px !important;
    padding: 21px 30px !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-email {
    width: 48.7% !important;
}

.hm-form .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 15px !important;
    justify-content: space-between;
    align-items:center;
}
.hm-form .gform_wrapper .top_label textarea {
    width: 100% !important;
    height: 124px !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 {
    display: inline-block;
}
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {
    cursor: pointer;
    font-size: 18px;
    font-family: 'IBM Plex Sans';
    line-height: 1;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
}
.hm-form .gform_wrapper .form-links a:hover {
    color: #f47b5a;
}
.hm-form-sec .gform_wrapper .form-links,
.hm-form-sec .gfield.gfield--type-html.popfield {
    position: relative;
    width: 100%;
    color: #fff;
    line-height: 1;
    text-align: left;
    margin: 0 0 0px !important;
}
.hm-form-sec .gfield .ginput_container {
    margin: 0 !important;
}
.hm-form .gfield_description.instruction.validation_message {
    top: 3px;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    float: left;
    clear: both;
    margin: 0px 6px 0px 0 !important;
    padding: 0 !important;
}
.hm-form .gform_wrapper .gform_footer.top_label {
    padding: 0;
    text-align: center;
    margin: -45px 0 0 auto;
    position: relative;
    max-width: max-content;
}
.hm-form .gform_wrapper .top_label input[type="submit"] {
    display: inline-block !important;
    background-color: #0b86a8 !important;
    outline: none !important;
    border: 0px none !important;
    border-radius: 0 !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition-duration: 0.5s;
    font-family: 'Poppins' !important;
    font-weight: 600;
    width: auto !important;
    color: #ffffff !important;
    font-size: 21px !important;
    padding: 22px 36px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    margin: 0;
    position: relative;
    z-index: 1;
}
.hm-form .gform_wrapper .top_label input[type="submit"]:hover {
    background-color: #f47b5a !important;
}
.hm-form .gform_validation_errors{
    display: none !important;
}
.popup {
    position: relative;
    display: inline-block;
    left: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.popup .popuptext {
    top: 15px;
    visibility: hidden;
    color: #000;
    position: relative !important;
    transition: transform 0.15s ease-out 0.15s;
    z-index: 1;
    width: 100%;
    top: 5px;
    left: 0;
    margin: 0px;
    text-align: center;
    font-family: 'IBM Plex Sans';
    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: 5px;
    right: 8px !important;
    text-align: right;
    font-size: 13px;
    font-family: 'IBM Plex Sans';
    color: #932008;
    margin: 0;
	pointer-events: none;
}

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

/*.ftr-frm-sctn ends*/


/*Footer block*/

.ftr-log {
    margin: 0 auto 40px;
    width: 82%;
}
.ftr-log a {
    display: inline-block;
}
.ftr-log a img {
    display: block;
    width: 100%;
}
.ftr-menu h4, .ftr-block-itm h4 {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 35px;
    line-height: 1;
    letter-spacing: -0.7px;
    margin: 0 0 25px;
    color: #ffffff;
}
.ftr-menu-blck {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
}
#footer-navigation ul {
    font-size: 0;
}
#footer-navigation ul li {
    display: block;
    padding: 0;
    position: relative;
    margin: 0 0 25px;
}
#footer-navigation ul li a {
    font-size: 19px;
    letter-spacing: 0;
    padding: 0;
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    border: 0;
    line-height: 1;
    display: inline-block;
    color: #ffffff;
}
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li:hover > a {
    color:#f47957;
}
.ftr-blcok-lctn {
    padding: 0 0 0 55px;
    margin: 0 0 20px;
    position: relative;
}
.ftr-blcok-lctn p {
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.36px;
    margin: 0;
    color: #ffffff;
}
.ftr-blcok-lctn::after {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -168px -93px;
    top: -5px;
    left: 0;
    width: 38px;
    height: 44px;
    pointer-events: none;
}
.ftr-blcok-itm-btn a.cmn-btn {
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 20px;
    background-color: #f47b5a;
    letter-spacing: 0.2px;
    padding: 23px 29px 22px;
}
.ftr-block-phn a {
    display: inline-block;
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -1.6px;
    color: #ffffff;
    margin: 0;
}
.ftr-block-phn a:hover {
    color: #e07253;
}
.ftr-block-phn a::after {
    position: absolute;
    content: "";
    width: 42px;
    height: 44px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -229px -93px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.ftr-blcok-itm-btn a.cmn-btn:hover {
    background-color: #0b86a8;
}
.ftr-blcok-itm-btn {
    margin: 0 0 30px;
}
.ftr-block-phn {
    position: relative;
    padding: 0 0 0 60px;
}
.ftr-imgs-cnt p {
    font-family: 'IBM Plex Sans';
    font-weight: 300;
    font-size: 16px;
    line-height: 1.62;
    letter-spacing: 0;
    color: #ffffff;
    text-align: center;
    margin: 0 0 25px;
}
/*Copy Rights Section*/
.ftr-copyrights-sec {
    padding: 20px 0 0;
    text-align: center;
    position: relative;
}
.ftr-copyrights-sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-image: -moz-linear-gradient( 180deg, rgb(90,101,111) 0%, rgba(90,101,111,0) 100%,rgb(90,101,111) 0%);
    background-image: -webkit-linear-gradient( 180deg, rgba(90,101,111,0) 0%, rgb(90,101,111) 50%, rgba(90,101,111,0) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(90,101,111) 0%, rgba(90,101,111,0) 100%,rgb(90,101,111) 0%);
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    pointer-events: none;
}

.ftr-copyrights-sec p{
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0px;
}
.ftr-copyrights-sec p a:hover {
    color: #e07253;
}

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





