/*
 Theme Name:   Accord Bridge ADR, LLC
 Theme URI:    http://example.com/rmtheme-child
 Description:  Child theme for RMTheme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     rmtheme
 Version:      1.0.0
 Text Domain:  rmtheme-child
*/

@font-face {
    font-display: swap;
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/figtree-v9-latin-300.woff2') format('woff2');
}
 
@font-face {
    font-display: swap;
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/figtree-v9-latin-regular.woff2') format('woff2');
}
 
@font-face {
    font-display: swap;
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/figtree-v9-latin-500.woff2') format('woff2');
}
 
@font-face {
    font-display: swap;
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/figtree-v9-latin-600.woff2') format('woff2');
}
 
@font-face {
    font-display: swap;
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/figtree-v9-latin-700.woff2') format('woff2');
}
 
@font-face {
    font-display: swap;
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/figtree-v9-latin-800.woff2') format('woff2');
}
 
@font-face {
    font-display: swap;
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 900;
    src: url('./fonts/figtree-v9-latin-900.woff2') format('woff2');
}
 
@font-face {
    font-display: swap;
    font-family: 'Antonio';
    font-style: normal;
    font-weight: 100;
    src: url('./fonts/antonio-v22-latin-100.woff2') format('woff2');
}
 
@font-face {
    font-display: swap;
    font-family: 'Antonio';
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/antonio-v22-latin-200.woff2') format('woff2');
}
 
@font-face {
    font-display: swap;
    font-family: 'Antonio';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/antonio-v22-latin-300.woff2') format('woff2');
}
 
@font-face {
    font-display: swap;
    font-family: 'Antonio';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/antonio-v22-latin-regular.woff2') format('woff2');
}
 
@font-face {
    font-display: swap;
    font-family: 'Antonio';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/antonio-v22-latin-500.woff2') format('woff2');
}
 
@font-face {
    font-display: swap;
    font-family: 'Antonio';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/antonio-v22-latin-600.woff2') format('woff2');
}
 
@font-face {
    font-display: swap;
    font-family: 'Antonio';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/antonio-v22-latin-700.woff2') format('woff2');
}
:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Figtree';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p:empty{
    display: none !important;
}
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: 'Antonio';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
    font-family: 'Figtree';
    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: #0b255a;
    z-index: 9999;
    border-bottom: 2px solid #dbab28;
}

.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: 'Antonio';
    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: 15px;

}

.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: #0b255a;
    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 30px;
    position: relative;
    outline: 0;
    border: 0;
    background-color: transparent;
}
.showhide b.txtl {
    text-align: right;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    padding-top: 0px;
    letter-spacing: 0.5px;
    font-family: 'Antonio';
}

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

.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #0b255a;
    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: 'Figtree';
}
.mobinav a {
    width: 100%;
    float: left;
    padding: 10px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 21px;
    letter-spacing: 0.5px;
    font-family: 'Figtree';
    border: 0;
    margin: 0;
    text-decoration: none;
}
.mobinav a:hover {
    color: #e0ad28;
}

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

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

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

.mobile_src_nav .container {
    position: relative;
}

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

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

.hdr-top-rit {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    align-items: center;
}

.hdr-cal a {
    font-family: 'Antonio';
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.64px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 30px 20px 70px;
    background-color: #dfae29;
    background-image: url(images/hdr-cal-icn.webp);
    background-repeat: no-repeat;
    background-position: left 27px center;
}
.hdr-cal a small {
    font-weight: 300;
    font-size: 25px;
    letter-spacing: -0.5px;
    margin-right: 8px;
}
.hdr-cal a:hover {
    color: #092461;
}

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

#main-navigation ul li:first-child{
    margin-left:0
}
#main-navigation ul li:last-child{
    margin-right:0
}
#main-navigation ul li a {
    font-size: 22px;
    font-family: 'Figtree';
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    color: #ffffff;
    display: block;
    min-width: inherit;
    text-transform: capitalize;
}
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover {
    color: #bfc5d0;
}
#main-navigation ul li ul.sub-menu {
    display: none;
    width: 220px;
    position: absolute;
    color: #fff;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #dfae29;
    padding: 0px 0;
    z-index: 999;
}
#main-navigation ul li:hover ul.sub-menu{
    display:block
}
#main-navigation ul li:hover ul.sub-menu li{
    position:relative
}
#main-navigation ul li:hover ul.sub-menu li:hover > ul{
    display:block;
    top:0;
    left:100%
}
#main-navigation .sub-menu li.current-menu-item > a{
    /* background-color: #f5f1e9;
    color: #a7211f; */

    background-color: #09255d;
    color:#fff;

}
#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: #09255d;
    color:#fff;
}
#main-navigation .sub-menu li:after{
    display:none;
}
#main-navigation .sub-menu li{
    width:100%;
    margin:0;
    padding:0
}
#main-navigation .sub-menu li a:after{
    display:none
}
#main-navigation ul li ul.sub-menu li .sub-menu {
    display:none;
    width:100%;
    position:absolute;
    color:#fff;
    top:0;
    left:100%;
    padding:0px 0;
    z-index:999;
}
.site-header .container {
    max-width: 1680px;
}
.site-header {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 100%;
    padding: 10px 0 10px;
    position: absolute;
    z-index: 9999;
}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background:#0b255a;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.is-fading-out {
    opacity: 0;
    visibility: hidden;
}


.mobilenav {
    width:280px;
    height: 100vh;
    background-color: #333;
    color: white;
    position: fixed;
    top: 0;
    left: -280px;
    transition: left 0.4s ease;
    z-index: 999;
}
.mobilenav.show {
    left: 0;
}
#mobilenav-toggle {
    display:none;
}
.mobilenav-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: blue;
    border: none;
    cursor: pointer;
    z-index: 1000;
    font-size: 0;
    line-height: 0px;
    width:36px;
    height: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/open-mobilenav.webp);
}
.mobilenav-toggle.active {
    background-image: url(images/close-mobilenav.webp);
}
.close-mobilenav {
    font-size:0;
    line-height:0px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background-color: red;
    background-image: url(images/close-mobilenav.webp);
    background-position: center center;
    background-repeat: no-repeat;
    width:36px;
    height: 36px;
}


@media screen and (max-width:992px) {
    #mobilenav-toggle {
        display:block
    }
}

#mobile-navigation {
    overflow-y:scroll;
    height: 100%;
    width:100%;
    padding-top:45px;
}
#mobile-navigation ul{
    margin:0;
    padding:0
}
#mobile-navigation ul li{
    display:block;
    padding:0 0px;
    margin:0;
    position:relative
}
#mobile-navigation ul li a{
    font-size:15px;
    text-transform:uppercase;
    font-weight:bold;
    color:#000;
    padding:6px 10px;
    display:block;
    min-width:inherit
}
#mobile-navigation ul li.current-menu-item > a,#mobile-navigation ul li:hover > a{
    color:#fff
}
#mobile-navigation .sub-menu li a{
    width:100%;
    padding:6px;
    color:#ffffff;
    display:block;
    text-align:left
}

#mobile-navigation ul li .drop.close, #mobile-navigation ul li .drop.open {
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: transparent !important;
    background-image: url(images/nav-open.webp);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px 0px;
    cursor: pointer;
}
#mobile-navigation ul li .drop.open {
    width: 20px;
    background-image: url(images/nav-close.webp);
}
#mobile-navigation .sub-menu {
    padding-left: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease;
}
#mobile-navigation .sub-menu.open {
    max-height: 900px;
    transition: max-height 0.8s ease;
}

.site-header.is-sticky .site-branding {
    width: 140px;
}

.text-heading{
    font-family: 'Antonio';
    font-weight: 700;
    font-size: 70px;
    color: #dfae29;
    letter-spacing: -1.4px;
    line-height: 1.1;
    text-align: center;
}


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

.col-full {
    text-align: center;
}
.col-left h1{
    font-size: 50px;
    margin: 0 0 20px;
}
a.cmn-btn {
    display: inline-block;
    font-family: 'Antonio';
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    letter-spacing: -0.5px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
    text-align: center;
    padding: 21px 74px 23px 30px;
    background-color: #dfae29;
    background-image: url(images/cmn-btn-img.webp);
    background-repeat: no-repeat;
    background-position: right 29px center;
}
a.cmn-btn:hover {
    background-color: #ebeef3;
    color: #0b2559;
}

/*Banner section*/
.hm-banner-sec .container {
    max-width: 1680px;
}
.hm-banner-sec {
    background-image: url(images/hm-bnr-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 200px 0 0;
    z-index: 1;
}
.hm-banner-sec::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url(images/bnr-bg-img.webp);
    background-repeat: no-repeat;
    background-size: 143% 100%;
    z-index: -1;
    width: 70%;
    height: 100%;
}
.hm-bnr-list {
    display: flex;
    justify-content: space-between;
}
.hm-bnr-rit {
    width: 32%;
    text-align: center;
    position: relative;
    padding: 10px 0 0;
}
.bnr-rit-cont {
    background-image: url(images/bnr-tit-bg-img.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 38px 25px 38px 25px;
}

.hm-bnr-img {
    width: 30.2%;
}
.hm-bnr-cnt {
    padding: 21px 0 0 25px;
    width: 35%;
    position: relative;
}
.hm-bnr-cnt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4%;
    margin: auto;
    background-color: #ddac27;
    width: 2px;
    height: 58%;
    z-index: 1;
}
.hm-bnr-cnt h1 {
    font-family: 'Antonio';
    font-weight: 100;
    /*font-size: 90px;*/
    font-size: 80px;
    line-height: 1.08;
    letter-spacing: -4.8px;
    color: #fff;
    margin: 0 0 20px;
}
.hm-bnr-cnt h1 strong {
    color: #dfae29;
    font-weight: 700;
    display: block;
}

.hm-bnr-cnt p {
    font-family: 'Figtree';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 15px;
}

.hm-bnr-img img{
width: 100%;
display: block;
}
.hm-bnr-rit .ban-sub-title {
    font-family: 'Antonio';
    font-weight: 700;
    font-size: 55px;
    line-height: 1;
    letter-spacing: -2.2px;
    color: #dfae29;
    margin: 0 0 20px;
	display: block;
}
.hm-bnr-rit p{
    font-family: 'Figtree';
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: -0.3px;
    color: #ffffff;
    margin: 0 0 30px;
}
/* Home Why Choose Section */
.hm-whychs-sec {
    padding:90px 0 175px;
    background-image: url(./images/whychoose-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    margin: 0 0 -90px;
    z-index: 0;
    position: relative;
}
.hm-whychs-sec .text-heading{
    text-align: center;
    margin: 0 0 55px;
    color: #0b255a;
}
.hm-whychs-sec .text-heading strong{
  color: #dfae29;
}
.hm-whychs-sec .container{
    width: 100%;
    max-width: 1500px;
    margin: auto;
}
.hm-whychs-blk{
    padding: 0 60px 0 50px;
    display: flex;
    justify-content: space-between;
 
}
.hm-whychs-icon img{
   margin: 0 auto 0;
   display: block;
}
 
.hm-whychs-icon {
    width: 100%;
    margin: 0 0 44px;
}
.hm-whychs-item {
    width: 25%;
    padding: 40px 40px;
    border-right: 2px solid #dde0e6;
    border-left: 2px solid transparent;
}
.hm-whychs-item:last-child{
    border-right: 2px solid transparent;
}
.hm-whychs-item h6 {
    font-family: 'Figtree';
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #0b255a;
    text-align: center;
    margin: 0;
}
.hm-whychs-item:hover{
  background-color: rgb(235, 238, 243);
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
   border-right: 2px solid #dfae29;
   border-left: 2px solid #dfae29;
}

/* HOme Resolving Section */
.hm-resvng-sec {
    padding: 170px 0 0;
    background-image: url(images/hmresvng-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.hm-resvng-sec .text-heading {
    text-align: left;
    margin: 0 0 40px;
}
.hm-resvng-sec .text-heading strong{
    color: #424242;
}
.hm-resvng-rgt p {
    font-family: 'Figtree';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0;
    color: #424242;
    margin: 0 0 15px;
}
.hmresvng-btns{
    margin: 41px 0 0;
    display: flex;
    justify-content: start;
    gap: 15px;
}
.hmresvng-btns a.cmn-btn {
    font-size: 23px;
}
.hm-resvng-rgt {
    padding: 0 0 150px 0;
    margin: 0 0 0px auto;
    width: 55.4%;
}
.hm-resvng-cnt {
    padding-left: 47px;
    border-left: 6px solid #b0b3b9;
    margin: 0 0 0 10px;
}
.hm-resvng-img img{
    display: block;
    width: 100%;
}
/* Home Practice Areas Section */
.hm-practice-areas-sec{
    background-image: url(images/prct-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0 131px 0;
    position: relative;
}
.hm-practice-areas-sec::after, .hm-practice-areas-sec::before{
    position: absolute;
    content: " ";
    bottom: 0;
    right: 0;
    background-image: url(images/prct-sec-after.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom right;
    width: 19.3%;
    height: 45.8%;
}
.hm-practice-areas-sec::before{
    background-image: url(images/prct-sec-before.webp);
   bottom: inherit;
   right: inherit;
   left: 0;
   top: 0;
}
.hm-practice-areas-sec .text-heading {
    color: #ffffff;
    margin: 0 0 60px;
}
.hm-practice-areas-sec .container{
    max-width: 1500px;

}
.practice-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.practice-item {
width: 23.4%;
position: relative;
}
.practice-itm-img{
    position: relative;

}
.practice-item::before {
    position: absolute;
    content: "";
    background: linear-gradient( 360deg, rgb(11,37,90) 0%, rgba(11,37,90,0) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.practice-item .practice-content::after {
    position: absolute;
    content: "";
    background-image: url(images/practi-itm-af-img.webp);
    background-repeat: no-repeat;
    background-size:100% 100%;
    width: 100%;
    height: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.practice-itm-img img{
    display: block;
    width: 100%;
}
.practice-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 100%;
    padding: 0 35px;
}
.practice-icon img{
    display: block;
    width: 100%;
}
.practice-icon {
    text-align: center;
    margin-bottom: 30px;
    display: none;
}
.practice-content h4 {
    font-family: 'Antonio';
    font-weight: 400;
    font-size: 35px;
    color: #fff;
    letter-spacing: -0.7px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 20px;
}
.practice-content p{
    font-family: 'Figtree';
    font-weight: 400;
    font-size: 20px;
    color: #0b255a;
    letter-spacing: 0px;
    line-height:1.3;
    text-align: center;
    display: none;
    margin: 0 0 45px;
}
.practice-button a {
    font-family: 'Antonio';
    font-weight: 700;
    font-size: 22px;
    color: #dfae29;
    letter-spacing: 0px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding: 20px 0 20px;
}
.practice-item:hover .practice-icon{
 display: block;
}
.practice-item:hover .practice-content p{
 display: block;
}
.practice-item:hover .practice-content {
    background-color: #dfae29 ;
}
.practice-item:hover .practice-content::after{
background-image: url(images/practi-itm-af-hvr-img.webp);
} 
.practice-item:hover .practice-content h4{
    color: #0b255a;
    font-weight: 700;
}
.practice-name.item-hover a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
   font-size: 0px;
   width: 100%;
   height: 100%;
}
.hm-practice-btn {
    text-align: center;
}

/* Home Preston Section */
.hm-preston-sec {
    position: relative;
    z-index: 1;
    padding: 121px 0 237px;
    background-image: url(images/preston-bg-img.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.hm-preston-lft {
    width: 64.5%;
}
 
.hm-preston-sub {
    width: 78%;
}
.hm-preston-sec .text-heading {
    color: #0b255a;
    margin: 0 0 43px;
    text-align: left;
}
.hm-preston-sec .text-sub {
    color: #dfae29;
    /*font-size: 120px;*/
    font-size: 82px;
    font-family: 'Antonio';
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.2;
    letter-spacing: -2.4px;
    margin: 0 0 30px;
    padding: 26px 40px 26px 0;
    position: relative;
    border-bottom: 4px solid #dfae29;
    border-top: 4px solid #dfae29;
}
.hm-preston-sec .text-sub::after {
    content: "";
    position: absolute;
    background-image: url(images/triangle.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 75px;
    height: 70.8%;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-preston-sec .text-sub strong {
    color: #ffffff;
    background-color: #dfae29;
    padding: 0 20px 22px;
    line-height: 1;
    display: inline-block;
}
.hm-preston-lft p{
     color: #424242;
    font-size:22px ;
    font-family: 'Figtree';
    font-weight:400 ;
    text-transform: none;
    line-height: 1.6;
    letter-spacing: 0;
    margin: 0 0 35px;
 }
.hm-preston-btn-call{
   display: flex;
   align-items: center;
   justify-content: start;
    gap: 50px;
 }
.hm-preston-btn a.cmn-btn:hover{
background-color:#ffffff!important ;
 
 }
.hm-preston-call{
    padding: 0 0 0 65px;
    position: relative;
}
.hm-preston-sec .hm-preston-btn-call  p{
    margin: 0px;
    text-transform: uppercase;
    color: #0b255a;
    font-size: 20px;
    font-weight: 500;
 
}
 .hm-preston-call p a{
     font-size: 45px;
     font-weight: 700;
    font-family: 'Antonio';
    text-transform: none;
    line-height: 1;
    letter-spacing: -0.9px;
    display: block;
    margin: 0 0 5px;
}
.hm-preston-call p a:hover{
    color: #dfae29;
}
.hm-preston-call p a::before{
    content: "";
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -147px -20px;
    width:50px;
    height: 50px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-preston-rgt {
    width: 57.7%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.hm-preston-rgt-imgs{
    position: relative;
}
.hm-preston-rgt-icon {
    width: 18.5%;
    position: absolute;
    right: 22.5%;
    margin: auto;
    bottom: 21%;
}
.hm-preston-rgt-img{
    position: relative;
}
.hm-preston-rgt-img img{
width: 100%;
   display: block;
}
.hm-preston-rgt-icon img{
    display: block;
    width: 100%;
 }
 
 
 
/* Home Faq Section*/

.hm-faqs-sec {
    padding: 75px 0 118px;
    background-image: url("images/faq-bg.webp");
background-repeat: no-repeat;
    background-size: cover;
/*    background-image: url("images/faqs-bg-transparent.webp");*/
    background-color: #fff;
    position: relative;
}

.hm-faqs-sec .text-heading {
    margin: 0 0 73px;
}
.hm-faqs-sec .text-heading strong{
    color: #0b255a;
    font-weight: 700;
}

.accordion-sec {
    display: flex;
    justify-content: space-between;
}
.accordion-blk {
    padding-left: 45px;
    margin: 0 0 40px;
    position: relative;
    counter-increment: item;

}
.accordion-blk:before {
    position: absolute;
    content: counter(item) ".";
    color: #b0b3b9;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0px;
    font-family: 'Antonio';
    left: 0;
    top: 0;
}
.accordion-lft {
    width: 48.9%;
    margin: 0 0 0 -72px;
}
.accordion-rgt {
    width: 52.7%;
    text-align: left;
    counter-reset: item;
    padding: 10px 0 0;
}
.accordion-item {
    position: relative;
    padding-bottom:20px;
    border-bottom: 1px solid #ddd6c7;
    
}

.accordion-item h3 {
    font-size: 30px;
    font-family: 'Antonio';
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.6px;
    color: #0b255a;
    display: block;
    cursor: pointer;
    position: relative;
    text-align: left;
    margin: 0;
}
.accordion-item h3:hover{
    color: #dfae29;
}

.accordion-item h3::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 46px;
    background: url(images/hm-sprites.webp);
    background-position: -304px -11px;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    top: -13px;
    margin: auto;
}
.accordion-item h3.active::after{
        background-position: -352px -11px;
}
.accordion-item h3.active {
    color: #dfae29;
    border-bottom-color: transparent;
    margin: 0 0 20px;
}
.accordion-cnt {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    text-align: left;
}
.accordion-cnt p {
    font-size: 20px;
    font-family: 'Figtree';
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: #424242;
}

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

.accordion-section{
    padding: 120px 0;
    background-color: #eee;
}
.hm-faq-btn {
    padding: 0 0 0 46px;
}


/* Home Mediation Section */
.hm-trust-cnt-blk {
    position: relative;
    z-index: 1;
}
.hm-mediation-img {
    margin: -177px 0 0px;
}
.hm-mediation-sec .text-heading {
    font-family: 'Antonio';
    font-weight: 700;
    font-size: 70px;
    color: #dfae29;
    letter-spacing: -1.4px;
    line-height: 1;
    text-align: center;
    margin:0 0 28px 0;
}
.hm-mediation-sec strong {
    color: #0b255a;
    font-size: 120px;
    display: block;
    font-weight: 100;
    margin: 0 0 15px 0;
}
.mediation-cnt {
    width: 88.9%;
    margin: auto;
}
.mediation-cnt p {
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Figtree';
    line-height: 1.6;
    letter-spacing: 0px;
    text-align: center;
    margin:0 0 35px 0;
}
.hm-mediation-sec .hm-btns-lst {
    display: flex;
    justify-content: center;
    gap: 50px;
}
.hm-mediation-sec .vrtl-btn a {
    color: #ffffff;
    background-color: #0b255a;
    background-image: url(images/vr-hvr.webp);
}
.hm-mediation-sec .vrtl-btn a:hover {
    color: #dfae29;
}
.hm-mediation-sec .prsn-btn a:hover {
    background-color: #ebeef3;
}
.hm-mediation-sec .hm-btns-lst a {
    font-size: 25px;
    font-weight: 600;
    font-family: 'Antonio';
    line-height: 1;
    letter-spacing: -0.5px;
    display: inline-block;
    text-transform: uppercase;
    padding:23px 34px 25px 93px;
    background-position: left 33px center;
    background-repeat: no-repeat;
}
.hm-mediation-sec .hm-btns-lst .prsn-btn a {
    color: #0b255a;
    background-color: #dfae29;
    background-image: url(images/hdr-cal-icn.webp);
    background-size: 30px;
    padding: 23px 34px 25px 74px;
}
.hm-mediation-img img {
    width: 100%;
    display: block;
}

/*footer form*/
.hm-form .gfield label {
    display: none;
}
.hm-form-sec .container{
    width: 100%;
    max-width: 100%;
}
.bnr-rit-cnt.footer {
    text-align: left;
    position: absolute;
    transform: rotate(269deg);
    left: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 140px;
    pointer-events: none;
    right: auto;
    letter-spacing: 2.8px;
}
.hm-form-sec {
    padding: 72px 80px 98px;
    position: relative;
    background-color: #ebeef3;
    max-height: max-content;
    margin: 0;
}
.hm-form {
    margin: auto;
}
.hm-form-sec .text-heading{
 margin: 0 0 30px;
}
.hm-form-sec .text-heading strong{
    color: #0b255a;
}
.hm-form-sec p {
    font-family: 'Figtree';
    text-transform: none;
    color: #040d2e;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    margin:0 0 30px;
}
 
.hm-form .gform_required_legend{
    display: none;
}
 
.ftr-form-blk {
    background-image: url(images/ftr-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    padding: 0 0 45px;
}
.ftr-form-blk::before, .ftr-form-blk::after{
    position: absolute;
    content: " ";
    bottom: 0;
    left: 0;
    background-image: url(images/ftr-bfr.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom right;
    width: 369px;
    height: 479px;
}
.ftr-form-blk::after{
    background-image: url(images/ftr-aftr.webp);
    left: inherit;
    bottom: inherit;
    top: 0;
    right: 0;
    z-index:-1;
}
.ftr-form-sctn {
    text-align: center;
    position: relative;
    margin: -337px 0 0;
    float: left;
    z-index: 1;
}
 
.gchoice.gchoice_3_9_1 label {
    display: block;
}
fieldset#field_3_9 {
    width: 28%;
    border: none;
    padding: 0px !important;
}
.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 !important;
    outline: 0px !important;
    position: relative;
    border-radius: 0;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
    font-family: 'Figtree' !important;
    color: #040d2e !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1;
    letter-spacing: 0;
    width: 100%;
    padding: 20px 20px !important;
    border: 2px solid #dbdfe4;
 
}
.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: 49.5% !important;
}
 
.hm-form .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 15px 10px !important;
    justify-content: space-between;
    align-items: center;
}
.hm-form .gform_wrapper .top_label textarea {
    width: 100% !important;
    height: 155px !important;
    resize: none;
    margin: 0;
    padding-top: 40px !important;
    margin: 0px;
    min-block-size: 0px !important;
    color: #040d2e !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;
    margin: 0;
    text-align:left;
    font-family: 'Figtree';
    color: #040d2e;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
}

.hm-form .gform_wrapper .frm-disclaim {
    padding: 0 !important;
    border: 0;
    width: 100%;
}

.hm-form .gform_wrapper .frm-disclaim legend{display: none;}

.hm-form-sec .gform_wrapper .top_label .frm-disclaim input[type="checkbox"]{
        margin: 0px 10px 5px 0 !important;
}

.hm-form .gform_wrapper .frm-disclaim label {
    display: block;
    font-size: 17px !important;
}

.hm-form .gform_wrapper .frm-disclaim .gfield_checkbox {
    width: 70%;
}


.hm-form .gform_wrapper .form-links a:hover {
    color: #dfae29;
}
.hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield {
    position: relative;
    width: 100%;
    color: #000000;
    line-height: 1;
    text-align: left;
    margin: 7px 0 0px !important;
}
.hm-form-sec .gfield .ginput_container {
    margin: 0 !important;
}
.hm-form .gfield_description.instruction.validation_message {
    top:15px;
}
 
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    float: left;
    clear: both;
    margin: 3px 10px 0px 0 !important;
    padding: 0 !important;
}
.hm-form .gform_wrapper .gform_footer.top_label {
    padding: 0;
    text-align: center;
    position: relative;
    max-width: max-content;
    float: right;
    margin: -101px 0 0;
}
 
.hm-form .gform_wrapper .top_label input[type="submit"] {
    display: inline-block !important;
    background-color:#1b2026 !important;
    outline: none !important;
    border: 0px none !important;
    border-radius: 0 !important;
    cursor: pointer;
    transition-duration: 0.5s;
    display: inline-block;
    font-family: 'Antonio' !important;
    font-weight: 700;
    font-size: 25px !important;
    line-height: 1 !important;
    letter-spacing: -0.5px;
    color: #fff !important;
    text-transform: uppercase !important;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
    text-align: center;
    padding: 23px 74px 22px 30px !important;
    background-color: #dfae29 !important;
    background-image: url(images/cmn-btn-img.webp);
    background-repeat: no-repeat;
    background-position: right 29px center;
}
.hm-form .gform_wrapper .top_label input[type="submit"]:hover{
    color: #0b255a !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: 'Figtree';
    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: 1.6;
    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: 14px;
    right: 14px !important;
    text-align: right;
    font-size: 12px;
    font-family: 'Figtree';
    color: #932008;
    margin: 0;
}
.hm-form .chk .gfield_description.validation_message {
    bottom: -25px !important;
    right: inherit !important;
    left: 0;
}
 
/*.ftr-frm-sctn ends*/
 
 
/*Footer block*/
.ftr-block-sec {
    padding: 57px 0 0;
    color: #fff;
    width: 100%;
    float: left;
}
#footer-navigation ul {
    margin: 0;
    font-size: 0;
    text-align: center;
    padding: 0 0 33px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
#footer-navigation ul li {
    margin: 0;
    display: inline-block;
    padding: 0 60px;
    border-right: 1px solid #ffffff;
}
#footer-navigation ul li:first-child {
    padding-left:0;
}
#footer-navigation ul li:last-child {
    padding-right:0;
    margin: 0 0 0 0;
    border-right: 0;
}
#footer-navigation ul li a {
    padding: 0;
    min-width: inherit;
    border: 0;
    display: inline-block;
    font-family: 'Figtree';
    color: #e3eae2;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
}
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li:hover > a {
    color:#dbae32;
}
 
.ftr-block-list {
    display: flex;
    justify-content: space-between;
    padding: 80px 24px 45px;
    align-items: center;
    border-bottom: 1px solid rgba(131, 145, 129, 0.349);
    margin: 0 0 45px 0;
}
.ftr-itm {
    width: 25%;
    text-align:center;
}
.ftr-itm.logo {
    width: 35%;
}
.ftr-logo-img {
    margin: 0 0 18px;
}
.ftr-scan-img {
    width: 100%;
    max-width: 220px;
    margin: auto;
}
.ftr-scan-img img{
	display: block;
	width: 100%;
}
.ftr-itm h4{
    position: relative;
    font-family: 'Antonio';
    color: #ffffff;
    font-size: 35px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    padding: 75px 0 14px 0;
    border-bottom: 1px solid #dfae29;
    margin:0 0 14px;
    display: inline-block;
}
.ftr-itm h4:before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
   background-position: -402px -20px;
    height: 50px;
    width: 50px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
}
 
.ftr-itm.cnt h4:before {background-position: -20px -266px;}
.ftr-itm p{
    margin: 0;
    font-family: 'Figtree';
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.27;
    letter-spacing: 0;
    text-align: center;
}
.ftr-itm.cnt a {
    font-family: 'Antonio';
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    display:inline-block;
 
}
.ftr-itm.cnt a:hover {
    color: #dfae29;
}
.ftr-itm.cnct p a:hover, .ftr-itm p.directions a:hover {color: #fff;}
 
.ftr-itm p.directions a {
    color: #931917;
    text-transform: uppercase;
    margin: 6px 0 0;
    display: inline-block;
}
 
.ftr-itm.ftr-logo img {
    margin: 0 0 20px;
}
.social-icns {
    display: flex ;
    justify-content: center;
    gap: 10px;
}
/*Copy Rights Section*/
.ftr-copyrights-sec {
    padding: 0px 0px;
    text-align: center;
}
.ftr-copyrights-sec p{
    margin: 0;
    font-family: 'Figtree';
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.27;
    letter-spacing: 0;
}
.ftr-copyrights-sec p a:hover{
    color: #dfae29 !important;
}
.copy-para i{ display: block; margin: 5px 0; font-size: 18px; }

/*inner page styles*/
 
.single-container, .container, .footer-container{
    width:100%;
    max-width:1280px;
    margin:0 auto
}
 
.disclaimer-trigger {
    cursor:pointer
}
#disclaimer-container {
    display: none;
    position: relative;
    margin-top: 10px;
}
#disclaimer-container.show {
    display: block;
}
.disclaimer-content {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 4px;
}
 

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


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

.widget.widget_team_bios .member_bios {
    padding: 20px 20px 0;
    text-align: center;
    margin-bottom:0px;
    color: #000;
}
.widget.widget_team_bios .member_bios .bio_pic {
    margin-bottom: 15px;
}
.widget.widget_team_bios .member_bios .bio_name p a{
    font-size: 20px;
    text-decoration: underline;
    font-weight: bold;
}
section.widget.csae-res {
    background-color: #931917;
    padding: 20px 28px 30px;
    margin-bottom: 20px;
    text-align: center;
}
section.widget.csae-res .sdbr-case-item h4 {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 20px;
    color: #ffff;
}
section.widget.csae-res .sdbr-case-item p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #fff;
}

section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav ,section.widget .hm-insights.owl-carousel  .owl-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 20px 0 0;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button ,  section.widget .hm-insights.owl-carousel  .owl-nav button{
    width: 17px;
    height: 29px;
    background-color:transparent;
    font-size: 0;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-prev, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-prev, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-prev, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-prev, section.widget .hm-insights.owl-carousel  .owl-nav button.owl-prev {
   background-image: url(images/sdbr-prev-arw.webp);
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-next, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-next, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-next, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-next, section.widget .hm-insights.owl-carousel .owl-nav button.owl-next {
   background-image: url(images/sdbr-next-arw.webp);
}
#page-column .sdbr-case-item p {
    color: #fff;
}
section.widget.widget_recent_entries {
    background-color: #b7b2b2;
    padding: 20px;
    margin-bottom: 20px;
}
section.widget.widget_recent_entries ul li:before{display: none;}
#page-column section.widget.widget_recent_entries ul li .readMorebtn a.cmbtn:hover{color: #fff;}
.readMorebtn a{
    display: inline-block;
    padding: 16px 50px;
    background-color: #000;
    color: #fff;
    line-height: 1;
    text-transform: capitalize;
}
.widget_recent_entries ul li{
    margin-bottom: 10px;
}

section.widget.widget_team_bios{
    background-color: #fff4f4;
    padding:20px 20px 30px;
    margin-bottom: 20px;
    text-align: center;
}
#page-column section.widget.csae-res, 
#page-column section.widget.widget_team_bios, 
#page-column  section.widget.testi, 
#page-column section.widget.widget_recent_entries {
    margin: 35px 0;
}
#page-column section.widget.widget_recent_entries {
    padding-bottom: 30px;
}
#page-column section.widget.widget_recent_entries h4.widget-title {
    text-align: center;
}
#page-column section.widget.widget_recent_entries ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0;
}
#page-column section.widget.widget_recent_entries ul li {
    width: 100%;
    position: relative;
    background-color: #ffffff80;
    padding: 18px 15px 58px;
    margin: 0;
}
.hm-insights.owl-carousel .owl-item,  .hm-insights.owl-carousel .owl-stage{display: flex;} 
#page-column section.widget.widget_recent_entries.hm {
    background-color: transparent;
        padding: 0;
}
#page-column section.widget.widget_recent_entries.hm  h4.widget-title{text-align: left;}
#page-column section.widget.widget_recent_entries.hm ul li {background-color: #000;}
#page-column section.widget.widget_recent_entries ul li a {
    font-size: 22px;
    margin: 0 0 15px;
    display: inline-block;
    line-height: 1.1;
}
#page-column section.widget.widget_recent_entries ul li p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 15px;
        color: #fff;
}
#page-column section.widget.widget_recent_entries ul li .readMorebtn {
    position: absolute;
    bottom: 18px;
}
#page-column section.widget.widget_recent_entries ul li .readMorebtn a.cmbtn {
    margin: 0;
    font-size: 15px;
    padding: 14px 20px 12px;
    line-height: 1;
}
.resolvng-img-mbl {
    display: none;
}
.hm-form input::-webkit-input-placeholder, 
.hm-form select::-webkit-input-placeholder, 
.hm-form textarea::-webkit-input-placeholder{
     color: #040d2e !important;
}
.hm-form input::-moz-placeholder, 
.hm-form select::-moz-placeholder, 
.hm-form textarea::-moz-placeholder{
   color: #040d2e !important;
}
.hm-form input:-ms-input-placeholder, 
.hm-form select:-ms-input-placeholder, 
.hm-form textarea:-ms-input-placeholder {
    color: #040d2e !important;
}


.wpbc_container_booking_form {

    margin-top: 0 !important;

    height: 570px !important;

    overflow-y: scroll;

}

.wpbc_container_booking_form .wpbc_booking_form_simple .wpbc__field label {

    line-height: 1 !important;

}
.wpbc_container_booking_form .wpbc__field:first-child {
    margin: 0 !important;
}

.wpbc_container_booking_form .wpbc__field:not(.wpbc__cal) {
    margin: 0 !important;
}
.wpbc_container_booking_form .wpbc__row .wpbc_r_name, 
.wpbc_container_booking_form .wpbc__row .wpbc_r_email, 
.wpbc_container_booking_form .wpbc__row .wpbc_r_phone {
    margin: 0px 0 13px !important;
}
.booking_form_div hr {
    display: none !important;
}
.wpbc_container_booking_form .wpbc__row .wpbc_r_details {
    margin: 0 0 25px !important;
}
.hm-bnr-clndr-img {
    background-color: #ffffff;
}
.wpbc_wizard__border_container {
        box-shadow: none !important;
    border: 0px solid #ccc !important;
}
.wpbc_times_selector {
       margin: 0 0 20px !important;
}
.wpbc_times_selector div, .wpbc_wizard__border_container .wpbc_times_selector div {
    flex: 0 0 auto;
}
.calendarhero-inline-widget{
    /*height: 520px !important;*/
    height: 300px !important;
}
.hm-bnr-rit .calendarhero-inline-widget p{margin-bottom: 0px;}