/*
 Theme Name:   Cleveland Wealth, 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: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/urbanist-v18-latin-regular.eot');
    src: url('./fonts/urbanist-v18-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/urbanist-v18-latin-regular.woff2') format('woff2'),
        url('./fonts/urbanist-v18-latin-regular.woff') format('woff'),
        url('./fonts/urbanist-v18-latin-regular.ttf') format('truetype'),
        url('./fonts/urbanist-v18-latin-regular.svg#Urbanist') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Urbanist';
    font-style: italic;
    font-weight: 400;
    src: url('./fonts/urbanist-v18-latin-italic.eot');
    src: url('./fonts/urbanist-v18-latin-italic.eot?#iefix') format('embedded-opentype'),
        url('./fonts/urbanist-v18-latin-italic.woff2') format('woff2'),
        url('./fonts/urbanist-v18-latin-italic.woff') format('woff'),
        url('./fonts/urbanist-v18-latin-italic.ttf') format('truetype'),
        url('./fonts/urbanist-v18-latin-italic.svg#Urbanist') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/urbanist-v18-latin-500.eot');
    src: url('./fonts/urbanist-v18-latin-500.eot?#iefix') format('embedded-opentype'),
        url('./fonts/urbanist-v18-latin-500.woff2') format('woff2'),
        url('./fonts/urbanist-v18-latin-500.woff') format('woff'),
        url('./fonts/urbanist-v18-latin-500.ttf') format('truetype'),
        url('./fonts/urbanist-v18-latin-500.svg#Urbanist') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/urbanist-v18-latin-700.eot');
    src: url('./fonts/urbanist-v18-latin-700.eot?#iefix') format('embedded-opentype'),
        url('./fonts/urbanist-v18-latin-700.woff2') format('woff2'),
        url('./fonts/urbanist-v18-latin-700.woff') format('woff'),
        url('./fonts/urbanist-v18-latin-700.ttf') format('truetype'),
        url('./fonts/urbanist-v18-latin-700.svg#Urbanist') format('svg');
}
: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: 'Urbanist';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}
.alignleft, .alignright, .aligncenter {
    margin-bottom: 10px;
}
.alignnone {
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}
iframe, img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
img {
    border: 0;
    height: auto;
}
a {
    font-family: 'Urbanist';
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Urbanist';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
    font-family: 'Urbanist';
    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: #005289;
    z-index: 9999;
    border-bottom: 2px solid #0097fd;
}
.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: 500;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Urbanist';
}
.header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button {
    font-size: 17px;
    color: #fff;
    font-family: 'Urbanist';
    position: relative;
    padding: 45px 0 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    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: 20px;
    top: 16px;
}
.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;
    right: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    text-align: left;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    display: none;
    flex-direction: row-reverse;
}
#floatingMenu.openMenu {
    display: flex;
    transform: translateX(0%);
}
#floatingMenu.closingMenu {
    transform: translateX(100%);
}
.floatingMenu-list {
    width: 40%;
    background: #005289;
    overflow-y: auto;
    padding: 10px 20px;
    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: 'Urbanist';
    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;
    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 {
    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: 'Urbanist';
}
.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 24px;
    font-family: 'Urbanist';
}
.mobinav {
    color: #fff;
    box-sizing: border-box;
    z-index: 99;
    float: left;
    background: transparent;
    position: absolute;
    top: 70px;
}
.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: 'Urbanist';
}
.mobinav a:hover {
    color: #97DC21;
}
.mobinav ul li ul {
    float: left;
    padding: 0 0 0 15px;
}
.mobile_src_nav {
    position: relative;
}
button.stickyshowhide {

    font-family: 'Urbanist';
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    padding: 0 85px 0 0;
    display: inline-block;
    text-align: center;
    width: max-content;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    text-transform: uppercase;
}
button.stickyshowhide:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    background-image: url(images/hdr-menu-icon.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.logo-rit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 78px;
}
.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: auto;
    overflow: visible;
}
.logo-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 26px 44px 26px 60px;
    border-radius: 0 0 15px 15px;
    background-color: rgba(0, 30, 51, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.hdr-btn a.cmn-btn{
    border-color: #97DC21;
}
.hdr-btn a.cmn-btn:hover{
    border-color: #0097FD;
}

.site-branding {
    width: 580px;
}

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

.site-header {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 100%;
    position: absolute;
    z-index: 999;
}
.site-header .container{
    max-width: 1580px;
}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    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
    }
}
.mobinav ul{
    margin:0;
    padding: 0 50px 0 0;
}
.mobinav ul li{
    display:block;
    padding:0 0px;
    margin:0;
    position:relative
}
.mobinav ul li a {
    font-size: 18px;
    font-family: 'Urbanist';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    padding: 15px 40px 15px 0;
    display: block;
    min-width: inherit;
    border: 0;
    margin:0;
    text-transform: uppercase;
}
.mobinav ul li.current-menu-item > a,.mobinav ul li:hover > a{
    color:#97DC21;
}
.mobinav .sub-menu li a {
    width: 100%;
    padding: 14px 10px;
    color: #ffffff;
    display: block;
    text-align: left;
}
.mobinav .sub-menu li.nav-text a{
    text-transform:inherit;
}
.text-heading{
    font-size: 102px;
    font-family: 'Urbanist';
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.text-heading strong{
    line-height: 1;
    font-weight: 400;
}
a.cmn-btn {
    font-size: 20px;
    font-family: 'Urbanist';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    display: inline-block;
    padding: 18px 40px;
    background-color: #97DC21;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
}
a.cmn-btn:hover{
    background-color: #0097FD;
}
.hm-bnr-cnt {
    opacity: 0;
    animation: fadeIn 1s ease forwards;
    animation-delay: 2s;
}
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
.hm-bnr-sec {
    padding: 257px 0 450px;
    width: 100%;
    text-align: center;
    z-index: 0;
    position: relative;
}
.hm-bnr-video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hm-bnr-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hm-bnr-sec h1{
    font-size: 105px;
    font-family: 'Urbanist';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.hm-bnr-sec h1 strong{
    font-weight: 400;
    line-height: 1;
}
.hm-bnr-sec h1 strong.clrty{
    color: #0097FD;
}
.hm-bnr-sec h1 strong.tdy{
    color: #97DC21;
    display: block;
}
.hm-bnr-sec h1 small {
    font-size: 50px;
    line-height: 1;
    display: block;
    letter-spacing: 9.6px;
    margin: 15px 0 0;
}
.hm-bnr-cnt {
    position: relative;
    padding: 0 0 50px;
}
.hm-bnr-cnt:before{
    content: '';
    position: absolute;
    background-image: url(images/hm-bnr-line.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    width: 49.3%;
    height: 17px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.hm-plan-sec {
    padding: 224px 0 514px;
    background-image: url(images/hm-plan-sec-bg100426.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    position:relative;
}
.hm-plan-sec h2{
    color: #0097FD;
}
.hm-plan-sec h3 {
    font-size: 60px;
    font-family: 'Urbanist';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 9px;
    text-transform: uppercase;
    color: #fff;
    margin: 22px 0 0;
}
.plan-cnt {
    padding: 0 0 53px;
    position: relative;
}
.plan-cnt :before{
    content: '';
    position: absolute;
    background-image: url(images/plan-sec-line.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    width: 37.3%;
    height: 17px;
    left: 0;
    bottom: 0;
}
.hm-strategy-sec {
    padding: 412px 0 365px;
    position: relative;
    text-align: center;
    background-image: url(images/strategy-sec-bg100426.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}
.hm-strategy-sec:before, .hm-wealth-sec::before, .hm-bnr-sec:before, .hm-built-sec:before, .hm-learn-sec:before, .hm-plan-sec:before{
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
}
.hm-wealth-sec::before {
    background-color: rgba(126, 126, 126, 0.6);
}
.hm-strategy-sec h2 strong{
    color: #97DC21;
}
.strategy-cnt {
    position: relative;
    z-index: 1;
}
.hm-strategy-sec h3 {
    font-size: 66px;
    font-family: 'Urbanist';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 10px;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0 0;
}
.hm-built-sec {
    padding: 365px 0 142px;
    text-align: center;
    position: relative;
    /*background-image: url(images/hm-built-for-the-road-ahead-img.webp);*/
    background-image: url(images/hm-built-for-the-road-ahead-img1442026.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.built-sec-video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.built-sec-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hm-built-sec h2{
    font-size: 75px;
    padding: 0 0 43px;
    position: relative;
}
.hm-built-sec h2:before{
    content: '';
    position: absolute;
    background-image: url(images/built-sec-line.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    width: 38.9%;
    height: 17px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.built-list {
    margin: 90px 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
}
.built-itm {
    width: 19%;
    padding: 65px 24px 103px;
    background-color: rgba(0, 30, 51, 0.13);
    border: 2px solid #97DC21;
    position: relative;
}
.built-img {
    width: 47.7%;
    margin: 0 auto 30px;
}
.built-img img{
    width: 100%;
    display: block;
}
.built-itm h4{
    font-size: 23px;
    font-family: 'Urbanist';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.built-itm:before{
    content: '';
    position: absolute;
    background-image: url(images/built-itm-bfr.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    width: 56px;
    height: 56px;
    left: 0;
    right: 0;
    bottom: -28px;
    margin: auto;
    display: none;
}
.built-itm:hover{
    background-color: #97DC21;
    margin: -64px 0 64px;
    transition: .5s;
}
.built-itm:hover:before{
    display: block;
}
.built-itm-hvr a{
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 2;
}
.hm-wealth-sec {
    padding: 410px 0 183px;
    position: relative;
    /*     background-image: url(images/wealth-sec-bg.webp); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.hm-wealth-sec h2 strong{
    color: #97DC21;
}
.hm-wealth-sec h3 {
    font-size: 60px;
    font-family: 'Urbanist';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 4.6px;
    text-transform: uppercase;
    color: #fff;
    margin: 15px 0 0;
}
.wealth-cnt {
    position: relative;
    padding: 0 0 70px;
}
.wealth-cnt::before, .hm-learn-sec h2::before{
    content: '';
    position: absolute;
    background-image: url(images/wealth-sec-line.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    width: 41.7%;
    height: 17px;
    left: 0;
    bottom: 0;
}
.hm-purpose-sec {
    padding: 360px 0 350px;
    text-align: center;
    position: relative;
    background-image: url(images/purpose-sec-bg100426.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hm-purpose-sec::before {
    content: '';
    position: absolute;
    background-color: rgba(126, 126, 126, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
}
.purpose-cnt {
    position: relative;
}
.hm-purpose-sec h2 strong {
    font-size: 66px;
    letter-spacing: 22px;
    display: block;
    margin: 8px 0 0;
}
.hm-purpose-sec h2{
    position: relative;
    padding: 0 0 37px;
    margin: 0 0 25px;
}
.hm-purpose-sec h2:before {
    content: '';
    position: absolute;
    background-image: url(images/purpose-sec-line.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    width: 54.1%;
    height: 17px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.hm-purpose-sec p{
    font-size: 38px;
    font-family: 'Urbanist';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff;
    margin: 0 0 33px;
}
.purpose-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 19px;
}
.get-btn a.cmn-btn{
    background-color: #0097FD;
}
.get-btn a.cmn-btn:hover{
    background-color: #97DC21;
}
.hm-learn-sec {
    padding: 296px 0 450px;
    background-image: url(images/hmlearn-sec-img1442026.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.hm-learn-cnt {
    position: relative;
}
.hm-learn-sec h2 {
    color: #97DC21;
    padding: 0 0 50px;
    margin: 0 0 45px;
    position: relative;
}
.hm-learn-sec h2 strong{
    font-size: 60px;
    display: block;
    color: #fff;
    letter-spacing: 15px;
    margin: 0 0 16px;
}
.hm-learn-video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hm-learn-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.learn-btn a.cmn-btn{
    background-color: #0097FD;
}
.learn-btn a.cmn-btn:hover{
    background-color: #97DC21;
}
.hm-learn-sec:after{
    content: '';
    position: absolute;
    background: linear-gradient(
        to right,
        #0097FD 0%,
        #0097FD 33.33%,
        #D8D8D8 33.33%,
        #D8D8D8 66.66%,
        #97DC21 66.66%,
        #97DC21 100%
        );
    width: 78.8%;
    height: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.ftr-block-sec {
    background-color: #005289;
    padding: 60px 0 0;
    text-align: center;
}
.ftr-block-list {
    display: flex;
    justify-content: space-between;
    padding: 0 0 65px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.3);
}
.ftr-itm {
    width: 23.5%;
    position: relative;
}
.ftr-itm::before{
    content: '';
    width: 1px;
    height: 205px;
    background-color: rgba(217, 217, 217, 0.3);
    top: 0px;
    right: -20px;
    position: absolute;
}
.ftr-itm.mail:before{
    display: none;
}
.ftr-logo-itm {
    width: 24%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin: 25px 0 0;*/
}
.ftr-mdl-logo {
    width: 85%;
    margin: 0 auto 22px;
}
.ftr-mdl-logo img{
    width: 100%;
    display: block;
}
.ftr-itm h4{
    font-size: 32px;
    font-family: 'Urbanist';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #97DC21;
    margin: 0 0 10px;
    text-transform: uppercase;
    padding: 70px 0 0;
    position: relative;
}
.ftr-itm h4:before {
    content: '';
    position: absolute;
    width: 49px;
    height: 55px;
    background-image: url(images/ftr-map-icn.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}
.ftr-itm.cnct h4:before {
    background-image: url(images/ftr-call-icn.webp);
}
.ftr-itm.mail h4:before {
    background-image: url(images/ftr-mail-icn.webp);
    width: 49px;
    height: 39px;
}
.ftr-itm p{
    font-size: 18px;
    font-family: 'Urbanist';
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0px;
    color:#fff;
    margin: 0;
}
.ftr-itm p a {
    font-size: 27px;
    font-family: 'Urbanist';
    line-height: 1;
    letter-spacing: 0;
    color: #A3EE23;
    margin: 0px 0 0 !important;
    display: inline-block;
}
.ftr-itm p a:hover {
    color: #fff;
}
.ftr-itm.mail{
    border: 0;
}
.ftr-itm.mail p a {
    font-size: 20px;
    color: #fff;
}

.ftr-itm.mail p a:hover{
    color: #A3EE23;
}

.ftr-itm.cnct a {
    color: #fff;
    font-size: 36px !important;
    line-height: 1;
    margin: 0px 0 0 !important;
    display: inline-block;
}
.ftr-itm.cnct a:hover{
    color: #A3EE23;
}
.ftr-copyrights-sec {
    background-color: #005289;
    padding: 12px 0;
    text-align: center;
}
.ftr-copyrights-sec p{
    margin: 0;
}
.cpy-inr p, .cpy-inr p a {
    font-size: 14px;
    font-family: 'Urbanist';
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #fff;
    margin: 0 0 5px;
    text-align: center;
}
.cpy-inr p:last-child {
    margin: 0;
    font-weight: 400;
    letter-spacing: 0;
}
.cpy-inr h6{
    font-size: 14px;
    font-family: 'Urbanist';
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 5px;
}
.cpy-inr p a{
    display: inline-block;
    margin: 0 !important;
    line-height: 1;
}
.cpy-inr p a:hover{
    color: #A3EE23;
}
.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;
}
.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;
}
.section-dots {
    position: fixed;
    right: 2.6%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 999;
}
.section-dots .dot {
    width: 8px;
    height: 12px;
    background: rgba(238, 238, 238, 0.45);
    transition: all 0.3s ease;
    cursor: pointer;
}
.section-dots .dot.active {
    background: #97DC21;
}
.section-dots .dot {
    pointer-events: auto !important;
    cursor: pointer;
}
body.hide-dots .section-dots {
    display: none;
}
body.hide-dots .section-dots {
    opacity: 0;
    transition: opacity 0.3s ease;
}
html, body{
    scroll-behavior:smooth;
    scroll-snap-type:y mandatory;
}
.scroll-section {
    height: 100vh;
    scroll-snap-align: start;
    padding: 40px 0 !important;
    display: flex;
    align-items: center;
}
.ftr-block-sec,
.ftr-copyrights-sec{
    scroll-snap-align:none;
}
.page-container, .post-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
#main-heading {
    padding: 150px 0 65px;
    position: relative;
    z-index: 0;
}
#main-heading::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #ffffff;
    opacity: 25%;
    z-index: -1;
    pointer-events: none;
    display: none;
}
#main-heading  .container {
    max-width: 1500px;
    width: 100%;
    margin: auto;
}
#main-heading h1,
#main-heading h2 {
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    color: #0099fb;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 20px;
    display: inline-block;
}
#main-heading h1::before, #main-heading h2:before {
    position: absolute;
    content: "";
    background-image: url(images/financial-line-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 17px;
    bottom: 0;
    left: 0;
    margin: auto;
}
#main-heading .inrpg-breadcrumbs {
    font-size: 20px;
    font-family: 'Urbanist';
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.4px;
    margin: 0;
    color: #0098fd;
    padding: 10px 0 0;
    text-align: left;
    position: relative;
}
#main-heading .inrpg-breadcrumbs span.current-item{
    color: #0098fd;
}
#main-heading .inrpg-breadcrumbs span:hover {
    color: #97dc21;
}
#post-content, #page-content {
    padding: 100px 0;
    position: relative;
    padding-top: 0!important;
    background-image: url(images/shapebg.webp);
    background-repeat: repeat;
}
.page-col-full, .single-col-full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#single-column, #post-column, #page-column {
    width:64.9%;
}
.sidebar-page, .sidebar-single {
    width: 31.3%;
    max-width: 400px;
}
#page-column.full-width,
.full-width {
    width: 100%;
}
#page-column h1,
#page-column h2,
#page-column h3,
#page-column h4,
#page-column h5,
#page-column h6, #page-content .areaserved-item-list h2 {
    font-family: 'Urbanist';
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 15px;
    color: #050505;
}
#page-column h1,
#page-column h2, #page-content .areaserved-item-list h2 {
    font-size: 45px;
}
#page-column h3 {
    font-size: 35px;
}
#page-column h4 {
    font-size: 30px;
}
#page-column h5 {
    font-size: 26px;
}
#page-column h6 {
    font-size: 20px;
}
#page-column p, #page-column li {
    font-family: 'Urbanist';
    font-size: 20px;
    line-height: 1.75;
    color: #000000;
    letter-spacing: 0;
    margin: 0 0 25px 0;
    font-weight: 500;
}
#page-column li ul {
    padding: 15px 0 0 10px;
    margin: 0;
    position: relative;
}
#page-column ol,
#page-column ul {
    margin: 0 0 25px 0px;
    list-style-position: inside;
}
#page-column ul li {
    list-style: none;
    padding-left: 18px;
    position: relative;
    margin: 0 0 15px;
}
#page-column ul li:before {
    background: #000;
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 12px;
    border-radius: 50%;
}
#post-content .posts-list .author-info a, #page-column a, #page-column li a {
    color: #97dc21;
    text-decoration: none !important;
}
#page-column a:hover,
#page-column li a:hover {
    color: #0097FD;
}
#page-column  ol {
    list-style-type: decimal;
    margin-left: 20px;
}
#page-column  ol li {
    list-style: decimal;
    padding-left: 0 !important;
}
#page-column  ul li > ul li {
    list-style-type: inherit;
}
#page-column  ul li > ul li > ol li {
    list-style-type: decimal;
}
#page-column  ul li > ul li:before {
    display: block;
}
#page-column  ul li > ol li {
    list-style-type: decimal;
}
#page-column  ul li > ol li:before {
    display: none;
}
#page-column  ul li > ol li > ul li {
    list-style-type: inherit;
}
.page-feature-img, .single-thumbnail {
    margin: 0 0 35px;
}
.page-feature-img img, .single-thumbnail img {
    width: 100%;
    display: block;
}
#page-content.contact_pg{
    background-image: url(images/contact-pg-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 238px 0 158px !important;
}
.contact_pg h2 {
    line-height: 0.9;
    letter-spacing: 0;
    color: #0097ff;
    margin: 0 0 73px;
    padding: 0 0 40px;
    position: relative;
}
.contact_pg h2 strong.cntct-title-the{
    font-weight: 400;
    color: #000000;
}
.contact_pg h2 strong.cntct-title-btm{
    font-size: 100px;
    color: #fff;
    display: block;
}
.contact_pg h2::before{
    content: '';
    position: absolute;
    background-image: url(images/wealth-sec-line.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    width: 41.7%;
    height: 17px;
    left: 0;
    bottom: 0;
}
.inr-cntct-lst {
    display: flex;
    justify-content: space-between;
}
.inr-cntct-itm {
    width: 24%;
    padding: 20px;
    background-color: #97dc21;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.inr-cntct-itm.cal-itm {
    border: 2px solid #97dc21;
    background-color: rgba(0, 0, 0, 0.3);
}
.inr-cntct-map-itm {
    width: 24%;
}
.inr-cntct-map-itm iframe{
    width: 100%;
    display: block;
    height: 360px;
}
.inr-cntct-itm h5{
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 15px;
    padding: 95px 0 0;
    position: relative;
}
.inr-cntct-itm h5:before{
    position: absolute;
    content: "";
    background-image: url(images/inr-cntct-loca-icn.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 57px;
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
    margin:auto;
}
.inr-cntct-itm.cal-itm h5:before{
    background-image: url(images/inr-cntct-cal-icn.webp);
}
.inr-cntct-itm.mail-itm h5:before{
    background-image: url(images/cntct-mail-icn.webp);
    width: 63px;
    height: 45px;
    top: 15px;
}
.inr-cntct-itm p{
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 15px;
}
.inr-cntct-itm a{
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    display: inline-block;
    position: relative;
}
.inr-cntct-itm a:hover{
    color: #97dc21;
}
.inr-cntct-itm.mail-itm a{
    font-size: 22px;
}
.inr-cntct-itm.mail-itm a:hover{
    color: #0197fd;
}
#page-column .in-media-buttons {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 0 0 70px;
}
#page-column a.cmn-btn:hover {
    background-color: #97DC21;
}
#page-column .in-media-buttons a.cmn-btn {
    width: 322px;
    text-align: center;
}
#page-column .media-btn a.cmn-btn:hover {
    background-color: #0097fe;
}
#page-column .in-media-blk h2 {
    font-family: 'Urbanist';
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px;
}
#page-column .in-media-lst {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
#page-column .in-media-itm {
    width: 32%;
    background-color: #e5e5e5;
}
#page-column .in-media-featr {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0 0 35px;
}
#page-column .in-media-itmimg img,
#page-column .in-featr-img img {
    width: 100%;
    display: block;
}
#page-column .in-media-featr h3 {
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
}
#page-column .in-media-blk h5{
    text-align: center;
    color: #0098fd;
}
#page-column .in-media-cnt {
    padding: 15px 32px 15px 30px;
}
#page-column .in-media-itm:hover {
    background-color: #9add2b;
}
#page-column .in-media-cnt h4 {
    font-weight: 600;
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
}
#page-column .in-media-itm:hover h4 {
    color: #ffffff;
}
#page-column .in-media-itmimg {
    position: relative;
}
#page-column .in-media-itmimg iframe {
    width: 100%;
    display: block;
}
#page-column .in-media-itmimg::before {
    content: "";
    position: absolute;
    background-image: url(images/youtube.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    width: 88px;
    height: 33px;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
.weekly-mrkt-list {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin: 0 0 70px;
}
.weekly-mrkt-lft {
    width: 50%;
}
.weekly-mrkt-rit {
    width: 43.7%;
}
.weekly-mrkt-rit.mdl {
    margin: auto;
}
.weekly-mrkt-lft.ful-wdth {
    width: 100%;
}
.page-column-rit-img img {
    display: block;
    width: 100%;
}
.weekly-mrkt-lft-itm {
    width: 52%;
}
.weekly-mrkt-index-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 70px;
}
.weekly-mrkt-rit-itm {
    width: 40%;
    background-color: #e5e5e5;
    padding: 50px;
}
.weekly_markt_pg #page-column h2 {
    text-align: center;
    margin: 0 0 25px 0;
}
.weekly-mrkt-rit-btn a.cmn-btn {
    background-color: #97DC21;
}
.weekly-mrkt-rit-btn a.cmn-btn:hover {
    background-color: #0097fe;
}
.weekly-mrkt-rit-btn,
.weekly-mrkt-btn {
    margin: 0 0 30px;
}
.media-btn a.cmn-btn {
    padding: 18px 115px !important;
    background-color: #0097fe;
}
.media-btn a.cmn-btn:hover {
    background-color:#97DC21;
}
.weekly-btn{
    text-align: center;
}
#page-content a.cmn-btn, #post-content .a.cmn-btn{
    color: #fff;
}
#page-content.services_sngl_pg{
    background-image: url(images/services-single-page-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 205px 0 215px;
    position: relative;
    z-index: 1;
    padding-top: 0!important;
}
.services_sngl_pg #page-column h2{
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    font-size: 115px;
    line-height: 1;
    letter-spacing: 0;
    color: #0097ff;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 40px;
    position: relative;
    padding: 0 0 50px;
}
.services_sngl_pg  .text-heading strong{
    font-weight: 500;
    color: #97dc21;
}
.services_sngl_pg #page-column h2::before{
    position: absolute;
    content: "";
    background-image: url(images/financial-line-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 505px;
    height: 17px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.financial-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.financial-img img{
    display: block;
    width: 100%;
}
.financial-rit {
    width: 51.5%;
}
.financial-lft{
    width: 47%;
}
.single-profile-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 70px 0 55px;
    background-color: #015289;
    padding: 10px 0 10px 10px;
    margin-top: 0!important;
}
.single-profile-image {
    /*width: 41%;*/
    width: 30%;
    margin: 0!important;
    padding: 0;
    background-color: #97dc21;
}
.single-profile-image img{
    width: 100%;
    display: block;
}
.sp-block {
    /*width: 51.4%;*/
    width: 65%;
    padding: 15px 30px 15px 0;
}
#page-column .sp-block h2{
    font-size: 43px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}
#page-column .sp-block h5 {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 4px;
    color: #0097fe;
    margin: 0 0 30px;
}
.profile-tel{
    padding: 0 0 0 70px;
    margin: 0 0 40px;
    position: relative;
}
#page-column .profile-tel p{
    line-height: 1;
    color: #fff;
    margin: 0;
    font-weight: 400;
}
#page-column .profile-tel p a{
    font-size: 45px;
    margin: 10px 0 0;
    line-height: 0.8;
    color: #0097fe;
    display: inline-block;
}
#page-column .profile-tel p a:hover{
    color: #fff;
}
#page-column .profile-tel p a:before{
    content: '';
    position: absolute;
    background-image: url(images/sngl-atrny-phn.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    width: 57px;
    height: 49px;
    left: 0;
    bottom: 0;
}
#page-column .sngl-atnry-btn a.cmn-btn{
    background-color: #0097fe;
    border-color: #0097fe;
}
#page-column .sngl-atnry-btn a.cmn-btn:hover{
    background-color: #97dc21;
    border-color: #fff;
}
#page-column .accordion-profile h3 {
    background-color: #fff;
    padding: 14px 50px 14px 25px;
    cursor: pointer;
    width: 100%;
    border-radius: 0px;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1;
    color: #000000;
    margin: 0;
    border: 1px solid #97dc21;
    background-image: url(images/down-arrow.webp);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: right 22px center;
}
.accordion-profile .accordion-profile-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 20px 25px 0;
    display: none;
}
.accordion-profile.active .accordion-profile-content {
    max-height: max-content;
    overflow: inherit;
    display: block;
}
.accordion-profile {
    margin: 0 0 18px;
    max-height: max-content !important;
}
#page-column .accordion-profile.active h3 {
    background-color: #97dc21;
    color: #ffffff;
    background-image: url(images/up-arrow.webp);
}
.inr-attrny-lst {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 37px;
}
.inr-attrny-img img{
    width: 100%;
    display: block;
}
.inr-attrny-itm {
    width: 23.1%;
    text-align: center;
    background-color: #0097fe;
    padding: 9px 9px 30px;
    position: relative;
}
.inr-attrny-itm:hover{
    background-color: #97dc21;
}
.inr-atry-cnt {
    padding: 30px 0 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-height: 127px;
}
#page-column .inr-atry-cnt h4 {
    font-size: 28px;
    color: #fff;
    line-height: 1.25;
    text-transform: uppercase;
    margin: 0 0 5px;
}
#page-column .inr-atry-cnt p {
    font-size: 19px;
    color: #fff;
    line-height: 1;
    margin: 0;
}
#page-column .inr-attrny-hvr a {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: inline-block;
}
.posts-list {
    width: 30.7%;
    background-color: #0097fe;
    margin: 0 1.3% 2.5%;
    position: relative;
    padding: 15px 15px 55px;
    text-align: center;
}
.posts-list:hover{
    background-color: #97dc21;
}
#post-column-full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#post-content .posts-thumbnail img {
    width: 100%;
    display: block;
}
#post-content .posts-list .posts-block {
    padding: 30px 30px 0;
}
#post-content .posts-list .author-info .post-dmy {
    font-size: 18px;
    font-family: 'Urbanist';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
    padding: 12px 29px 13px;
    background-color: #1b85c1;
    position: absolute;
    right: 0;
    top: 0;
}
#post-content .posts-list .posts-block h3{
    margin: 0 0 15px;
    line-height: 1;
}
#post-content .posts-list .posts-block h3 a {
    display: inline-block;
    font-size: 24px;
    font-family: 'Urbanist';
    /*text-transform: uppercase;*/
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    color: #fff;
}
#post-content .posts-list:hover .posts-block h3 a{
    color: #3a3a3a;
}
.posts-readmore {
    position: absolute;
    left: 0px;
    bottom: 30px;
    right: 0;
    margin: auto;
}
#post-content .posts-list .posts-block p {
    font-family: 'Urbanist';
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
    letter-spacing: 0;
    margin: 0 0 15px;
    font-weight: 500;
}
#post-content .posts-list:hover p,
#post-content .posts-list:hover .author-info,
#post-content .posts-list:hover .author-info a {
    color: #fff;
}
#post-content .posts-list .author-info {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 20px;
}
#post-content .posts-list .posts-readmore a {
    font-size: 18px;
    font-family: 'Urbanist';
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    text-decoration: underline;
    margin: auto;
}
#post-content .posts-list:hover .posts-readmore a{
    color: #0097fe;
}
#page-column .single-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    margin: 0 0 30px;
}
#page-column .single-author .author-by, #page-column .single-author .meta-date {
    font-size: 20px;
    font-family: 'Urbanist';
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
}
.single-author-box {
    padding: 15px;
    border: 1px solid #1b85c1;
    margin: 30px 0;
}
.single-author-avatar {
    width: 19%;
    margin: 0 2% 1.1% 0;
    float: left;
    border: 1px solid #1b85c1;
}
.single-author-avatar img {
    width: 100%;
    display: block;
    border-radius: 0 !important;
}
.single-pagination {
    margin: 30px 0 0;
}
.single-pagination .nav-links a {
    font-size: 18px;
    font-weight: 700;
    width: 180px;
    background-color: #0097fe;
    color: #fff !important;
    padding: 19px 30px 18px;
    display: inline-block;
    text-align: center;
    font-family: 'Urbanist';
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 1;
}
.single-pagination .nav-links a:hover {
    background-color: #97DC21;
    color: #fff !important;
}
.widget{
    margin: 0;
}
.single-category {
    display: flex;
    flex-wrap: wrap;
}
#page-column .single-meta p{
    line-height: 1;
    margin: 0;
}
.sidebar-blog.blog-sidebar-itm {
    display: block;
}
.sidebar-blog {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin: 0 0 40px;
}
.widget h2 {
    display: none;
}
.sidebar-blog-item {
    width:100%;
    margin: 0;
    position: relative;
}
.sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select {
    padding: 17px 70px 17px 25px;
    border-radius: 0;
    display: block;
    position: relative;
    border: 1px solid #fff;
    font-size: 18px;
    font-family: 'Urbanist';
    font-weight: 500;
    color: #fff !important;
    line-height:130%;
    letter-spacing: 0;
    width: 100%;
    max-width: 100%;
    appearance: none;
    outline: 0;
    background-color: #0097fe;
}
.sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select {
    background-image: url(images/sdbar-down-arrow-img.webp) !important;
    background-position: right 25px center;
    background-size: 15px;
    background-repeat: no-repeat;
}
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit {
    position: absolute;
    right: 0px;
    top: 0;
    background-image: url(images/search-btn-img.webp) !important;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    background-size: 15px;
    background-position: right 25px center;
    width: 61px;
    height: 100%;
    border: none;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    outline: 0;
    transform: inherit;
    border-radius: 0;
}
.sidebar-blog.blog-sidebar-itm input.search-submit {
    background-position: right 25px center;
}
.sidebar-blog .sidebar-blog-item.blog_search {
    order: 3;
}
.blog .sidebar-blog .search-form {
    position: relative;
}
#post-column-full .post-pagination {
    width: 100%;
}
#post-column-full .nav-links {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px 0;
}
#post-column-full .nav-links .page-numbers {
    width: 53px;
    height: 56px;
    margin: 0 5px;
    padding: 5px;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Urbanist';
    line-height: 1;
    letter-spacing: 0;
    border: 0;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
#post-column-full .nav-links .page-numbers:hover{
    background-color: #0097fe;
    color: #fff;
}
#post-column-full .nav-links .page-numbers.current {
    background-color: #0097fe;
    color: #fff;
}
#post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers {
    font-size: 0;
    background-image: url(images/blog-pg-prev-arw.webp);
    display: inline-block;
    width: 50px;
    height: 18px;
    background-repeat: no-repeat;
    background-color: transparent;
    margin: 0 20px;
    border: none;
    padding: 0;
}
#post-column-full .nav-links a.next.page-numbers {
    background-image: url(images/blog-pg-next-arw.webp);
}
#post-column-full .nav-links a.prev.page-numbers:hover, #post-column-full .nav-links a.next.page-numbers:hover {
    background-image: url(images/blog-pg-prev-arw-hvr.webp);
}
#post-column-full .nav-links a.next.page-numbers:hover{
    background-image: url(images/blog-pg-next-arw-hvr.webp);
}
.sidebar-blog.blog-sidebar-itm input, .sidebar-blog.blog-sidebar-itm .widget select, .sidebar-blog.blog-sidebar-itm input.search-field {
    color: #fff !important;
}
.sidebar-page .sidebar-blog button:hover {
    background-position: right 0 center ;
}
.sidebar-blog.blog-sidebar-itm {
    flex-direction: column;
    gap: 0;
    overflow: hidden;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm {
    background-color: #0b121f;
    padding: 40px 35px;
    margin: 0;
    border-bottom: 2px solid #0097fe;
}
.sidebar-page .sidebar-item.sidebar_archives{
    margin: 0 !important;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-blog-item.blog_search {
    width: 100%;
    margin: 0 0 30px;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {
    padding: 0;
    background-color: transparent;
    border: 0;
    text-align: left;
    margin: 0 0 17px;
    font-size: 32px;
    font-family: 'Urbanist';
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm .widget.widget_archive {
    margin: 0 !important;
}
.sidebar-page .sidebar-item.sidebar_categories, .sidebar-page .sidebar-item.sidebar_archives, .sidebar-page .sidebar-item.sidebar_search {
    background-color: transparent;
    margin: 0 0 30px;
    padding: 0;
    border: 0;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2::before{
    display: none;
}
#practicearea-main .built-itm, #practicearea-main .built-cnt {
    text-align: center;
}
.gnrl-video iframe, .gnrl-video video{
    display: block;
    height: 480px;
}
.inr-wealth-cnt {
    width: 46%;
}
.sidebar-page .sidebar-item {
    margin: 0 0 46px;
    background-color: #015289;
    position: relative;
    padding: 32px 15px 20px;
}
.sidebar-page .sidebar-item h2, h4.widget-title {
    padding: 0 0 22px;
    text-align: center;
    position: relative;
    font-size: 40px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0px;
    margin: 0 0 10px;
    font-family: 'Urbanist';
    font-weight: 400;
    text-transform: uppercase;
}
.sidebar-page .sidebar-item h2:before{
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.502);
    width: 91.8%;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.sidebar-page .sidebar-menu-pa {
    padding: 0px;
}
.sidebar-page .sidebar-menu-pa ul{
    margin:0;
    padding:0;
}
.sidebar-page .sidebar-menu-pa ul li{
    display:block;
    padding:0 0px;
    margin:0 0 5px;
    position:relative
}
.sidebar-page .sidebar-menu-pa ul li a {
    font-size: 22px;
    color: #fff;
    display: block;
    position: relative;
    font-family: 'Urbanist';
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    letter-spacing: 0;
    padding: 15px 15px 15px 35px;
    background-color: transparent;
}
.sidebar-page .sidebar-menu-pa ul li a::before {
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    top: 22px;
    left: 18px;
}
.sidebar-page .sidebar-menu-pa ul li:last-child a{
    margin: 0 0 0;
}
.sidebar-page .sidebar-menu-pa ul li.current-menu-item > a, .sidebar-page .sidebar-menu-pa ul li:hover > a {
    background-color: #97dc21;
}
.sidebar-page .sidebar-menu-pa .sub-menu li a {
    width: 100%;
    padding: 0px 20px 0px 35px;
    display: block;
    text-align: left;
    font-size: 19px;
    margin: 0;
}
.sidebar-page .sidebar-menu-pa ul.sub-menu  li a:hover, .sidebar-page .sidebar-menu-pa ul.sub-menu li.current-menu-item > a{
    background-color: transparent !important;
    color: #ffffffbd;
}
.sidebar-page .sidebar-menu-pa .sub-menu li a:before {
    width: 6px;
    height: 6px;
    top: 5px;
}
.sidebar-page .sidebar-menu-pa .sub-menu li a:hover:before{
    background-color: #ffffffbd !important;
}
.sidebar-page .sidebar-menu-pa ul li .drop.close, .sidebar-page .sidebar-menu-pa ul li .drop.open  {
    font-size: 0;
    position: absolute;
    right: 25px;
    top: 21px;
    width: 12px;
    height: 12px;
    background-color: transparent !important;
    background-image: url(images/plus_icn.webp);
    background-position: right 0 center;
    background-repeat: no-repeat;
    padding: 0px 0px;
    cursor: pointer;
}
.sidebar-page .sidebar-menu-pa ul li .drop.open {
    background-image: url(images/minus_icn.webp);
}
.sidebar-page .sidebar-menu-pa .sub-menu li {
    margin: 0 0 10px;
}
.sidebar-page .sidebar-menu-pa .sub-menu {
    overflow: hidden;
    transition: max-height 0.8s ease;
}
.sidebar-page .sidebar-menu-pa .sub-menu.open {
    max-height: 900px;
    transition: max-height 0.8s ease;
    padding:10px 0 0 20px;
}
.sidebar-page section.widget.testi {
    background-color: #015289;
    padding: 35px 40px 40px;
    text-align: center;
    margin: 0px;
}
#page-content section.widget.testi .testi-item p {
    font-family: 'Urbanist';
    font-weight: 500;
    font-size: 19px;
    color: #ffffff;
    line-height: 1.9;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
#page-content section.widget.testi .testi-item .star-rat {
    width: 148px;
    height: 28px;
    background-image: url(images/sdbr-start-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto 20px;
}
#page-content section.widget.testi .testi-item h6 {
    position: inherit;
    font-family: 'Urbanist';
    font-weight: 700;
    font-size: 26px;
    color: #97dc21;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 0px;
    bottom: inherit;
}
.sidebar-page section.widget.testi h4.widget-title {
    margin: 0 0 30px;
    padding: 0;
}
.sidebar-page section.widget.testi h4.widget-title:before{
    display: none;
}
#page-content section.widget.testi .testi-item {
    width: 100%;
    background-color: transparent;
    border:0px;
    margin: 0;
    padding: 0;
}
#page-column  section.widget.testi.hm {
    text-align: center;
    margin: 0;
    background-color: #b7b2b2;
    padding: 40px;
}
#page-column section.widget.testi.hm p {
    color: #000;
}
#page-content section.widget.testi .testi-item::after, #page-content section.widget.testi .testi-item::before{
    display: none;
}
#page-content section.widget.testi .testi-item {
    width: 100%;
}
#page-content .areaserved-item-list {
    background-color: #005289;
    border-radius: 30px;
    padding: 45px;
    margin-bottom: 20px;
}
#page-content .areaserved-item-list h2 {
    color: #fff;
    text-align: center;
}
#page-content .areaserved-list {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#page-content .areaserved-item {
    width: 32%;
    margin: 0px 0.6% 1%;
    padding: 0px;
}
#page-content .areaserved-item:before {
    display: none;
}
#page-content .areaserved-item a {
    font-family: 'Urbanist';
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 10px;
    background-color: #0099fb;
    color: #fff;
    display: flex;
    text-align: center;
    min-height: 70px;
    justify-content: center;
    align-items: center;
}
#page-content .areaserved-item a:hover {
    background-color: #97DC21;
    color: #fff;
}
#page-content #areaserved-main {
    text-align: center;
}
/*Testimonial Styling*/
.testi-cta-title, .caseresult-cta-title, .team-cta-title, .posts-cta-title{
    font-family: 'DM Serif Display';
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 25px;
    color: #050505;
    font-size: 45px;
    display: block;
    text-align: left;
}
.cta-btn {
    text-align: center;
    margin-top: 20px;
}
.cta-btn a.cmn-btn{
    color: #fff !important;
}

.testimonial-cta-block{
    width: 100%;
    margin-bottom: 30px;
}
.testimonial-cta-block .testi-slider.owl-carousel {
    display: block;
    margin: 0 0 30px;
}
#page-column .testimonial-cta-block .testi-content p {
    color: #931917;
}
.testimonial-cta-block .cta-btn {
    text-align: center;
}
#page-column .testimonial-cta-block .cta-btn a{
    color: #fff;
}
.testimonial-cta-block h2.cta-title {
    text-align: center;
}
.testimonial-cta-block .testi-item {
    text-align: left;
    padding: 35px;
}
.where-from-review-logo {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
.star-rating-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
#page-column .testimonial-cta-block .testi-slider.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 20px 0 0;
}
#page-column .testimonial-cta-block .testi-slider.owl-carousel .owl-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #931917;
}
#page-column .testimonial-cta-block .testi-slider.owl-carousel .owl-dots button.active {
    background: #000;
}
/*Case Result*/
#page-column .case-results-cta {
    margin-bottom: 30px;
}
#page-column .case-results-cta .case-slider.owl-carousel {
    display: block;
}
.page-container .full-width .case-results-cta .case-item,#page-column .case-results-cta .case-item {
    background-color: transparent ;
    width: 100%;
    text-align: center;
    margin: 0px ;
    border: 1px solid #b7b2b263;
    border-radius: 0px ;
    padding: 4px 4px 30px;
}
.page-container .full-width .case-results-cta .case-item h4,#page-column  .case-results-cta .case-item h4, .page-container .full-width .case-results-cta .case-item p,#page-column  .case-results-cta .case-item p{
    color: #202020;
}
#page-column .case-results-cta .cta-btn {
    text-align: center;
}
.page-container .full-width .case-results-cta .cta-btn a, #page-column .case-results-cta .cta-btn a{
    background: #97DC21 !important;
}
.page-container .full-width .case-results-cta .case-item h4,#page-column .case-results-cta .case-item h4 {
    background-color: #015289;
    color: #fff;
    padding: 13px 10px 35px;
    position: relative;
    margin: 0 0 20px;
}
#page-column .case-results-cta .case-item h4:before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 30%;
    height: 2px;
    bottom: 18px;
    left: 0;
    right: 0;
    margin: auto;
}
#page-column .case-results-cta .case-slider {
    /*display: flex;*/
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.page-container .full-width .case-slider .case-item{
    width: 48%;
}
.full-width section.case-results-cta {
    margin: 30px 0;
}

.page-container .full-width  h2.cta-title{
    font-size: 40px;
    text-align: center;
}
.page-container .full-width .case-slider {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}


#page-column .case-results-cta {
    text-align: center;
}
#page-column .case-results-cta .case-item p {
    margin: 0px;
}
#page-column .widget.widget_related_insights h4 {
    text-align: left;
    padding: 0px;
}
#page-column .widget.widget_related_insights ul li:before{
    top: 21px;
}
#page-column .testimonial-cta-block .star-rating {
    width: 130px;
}

#page-column section.widget.widget_team_member {
    margin: 0 0 30px;
}
#page-column section.widget.widget_team_member h4.widget-title {
    text-align: center;
}
#page-column section.widget.widget_team_member .team-inner-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}
#page-column section.widget.widget_team_member .team_member_item {
    width: 30%;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #9319177d;
}
#page-column section.widget.widget_team_member .team_member_pic {
    margin: 0 auto 20px;
    width: 80%;
}
#page-column section.widget.widget_team_member .team_member_tags {
    display: none;
}
#page-column section.widget.widget_team_member .team_member_pic img {
    width: 100%;
    display: block;
}
#page-column section.widget.widget_team_member .team_member_name p {
    margin: 0 0 15px;
    text-transform: uppercase;
}
#page-column section.widget.widget_team_member .team_member_summary p {
    margin: 0;
    text-transform: capitalize;
}
#page-column .widget.widget_related_insights h4 {
    text-align: left;
    padding: 0px;
}
#page-column .widget.widget_related_insights ul li:before{
    top: 21px;
}
.widget-description {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin: 0; /* remove extra spacing */
}

.widget-description.active {
    max-height: 500px; /* adjust as needed */
    margin-top: 10px;
}
.widget-names {
    cursor: pointer;
    font-weight: bold;
}
.fact-checked-sec {
    background-color: #f7f7f9;
    padding: 30px 0px;
}
.checked_by{
    font-size: 20px;
    line-height: 1.2;
}
p.mod_date {
    font-size: 20px;
    width: 29%;
    display: flex;
    justify-content: flex-end;
}
.checked-left {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.widget.widget_fact_checked  a {
    color: #bf2724;
}
.checked-left p.widget-names::before{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../images/drop-down-arrow.webp);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}
.checked-left p.widget-names.nameactive::before{
    transform: rotate(180deg);
}
.checked-right {
    width: 100%;
}
.widget.widget_fact_checked .fact_checked_inner {
    display: flex;
    justify-content: space-between;
    min-height: 45px;
    align-items: flex-start;
}
.widget.widget_fact_checked .fact_checked_inner .checked_by {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
}
.page-id-844 #main-heading h1, .page-id-844 #main-heading h2 {
    width: fit-content;
    margin: auto;
    display: block;
}
.contact-us-logo-sec {
    text-align: center;
    margin-bottom: 30px;
}
.page-id-117 .text-heading{
    color: #97DC21;
}
.page-id-117 .built-itm{
    background-color: rgba(0, 30, 51,0.85);
}


.page-id-961 #main-heading h1, .page-id-961 #main-heading h2{
    text-transform:inherit;
}
.page-template-weekly-market-update-page p small{text-align: right; font-style: italic; display: block;}
.week-cnt {
    text-align: center;
}

@media screen and (max-width:1800px) {
    .hm-bnr-sec h1 {
        font-size: 105px;
    }
    .hm-bnr-sec {
        padding: 240px 0 430px;
    }
    .text-heading {
        font-size: 95px;
    }
    .hm-plan-sec h3 {
        font-size: 58px;
        letter-spacing: 7.5px;
    }
    .hm-plan-sec {
        padding: 190px 0 480px;
    }
    .hm-strategy-sec h3{
        font-size: 64px;
        letter-spacing: 9px;
    }
    .hm-strategy-sec {
        padding: 390px 0 340px;
    }
    .hm-built-sec h2 {
        font-size: 72px;
    }
    .hm-built-sec {
        padding: 340px 0 140px;
    }
    .hm-wealth-sec h3 {
        font-size: 58px;
        letter-spacing: 4.2px;
    }
    .hm-purpose-sec h2 strong {
        font-size: 64px;
    }
    .hm-purpose-sec {
        padding: 340px 0 330px;
    }
    .hm-learn-sec h2 strong {
        font-size: 58px;
        letter-spacing: 14px;
    }
    .hm-learn-sec {
        padding: 276px 0 430px;
    }
    #page-content.services_sngl_pg{
        padding: 185px 0 195px;
    }
    .services_sngl_pg #page-column h2{
        font-size: 110px;
    }
}
@media screen and (max-width:1700px) {
    .container {
        max-width: 1400px;
    }
    .site-header .container{
        max-width: 1480px;
    }
    .logo-section{
        padding: 23px 40px 23px 55px;
    }
    .logo-rit{
        gap: 70px;
    }
    a.cmn-btn {
        font-size: 19px;
        padding: 17px 38px;
    }
    .site-branding {
        width: 500px;
    }
    button.stickyshowhide:before{
        width: 62px;
        height: 62px;
    }
    .hm-bnr-sec h1 {
        font-size: 100px;
    }
    .hm-bnr-sec h1 small {
        font-size: 48px;
        letter-spacing: 9.2px;
    }
    .hm-bnr-cnt {
        padding: 0 0 45px;
    }
    .hm-bnr-sec {
        padding: 210px 0 400px;
    }
    .text-heading {
        font-size: 85px;
    }
    .hm-plan-sec h3 {
        font-size: 55px;
        letter-spacing: 7.3px;
    }
    .plan-cnt {
        padding: 0 0 48px;
    }
    .hm-plan-sec {
        padding: 160px 0 450px;
    }
    .hm-strategy-sec h3 {
        font-size: 60px;
        letter-spacing: 8.6px;
    }
    .hm-strategy-sec {
        padding: 360px 0 310px;
    }
    .hm-built-sec h2 {
        font-size: 68px;
        padding: 0 0 38px;
    }
    .built-list {
        margin: 80px 0 0;
        gap: 16px;
    }
    .built-itm{
        padding: 60px 24px 90px;
    }
    .built-itm:hover{
        margin: -54px 0 54px;
    }
    .built-itm:before{
        width: 54px;
        height: 54px;
        bottom: -26px;
    }
    .built-img {
        margin: 0 auto 26px;
    }
    .hm-built-sec {
        padding: 310px 0 120px;
    }
    .hm-wealth-sec h3 {
        font-size: 56px;
        letter-spacing: 3.6px;
    }
    .wealth-cnt {
        padding: 0 0 60px;
    }
    .hm-wealth-sec {
        padding: 370px 0 163px;
    }
    .hm-purpose-sec h2{
        padding: 0 0 34px;
    }
    .hm-purpose-sec h2 strong {
        font-size: 60px;
        letter-spacing: 20px;
    }
    .hm-purpose-sec p {
        font-size: 35px;
        margin: 0 0 30px;
    }
    .hm-purpose-sec {
        padding: 310px 0 300px;
    }
    .hm-learn-sec h2 strong {
        font-size: 56px;
        letter-spacing: 13px;
    }
    .hm-learn-sec h2 {
        padding: 0 0 45px;
        margin: 0 0 40px;
    }
    .hm-learn-sec {
        padding: 246px 0 400px;
    }
    .ftr-block-sec {
        padding: 55px 0 0;
    }
    .ftr-itm h4 {
        font-size: 32px;
        padding: 65px 0 0;
    }
    .ftr-itm h4:before{
        width: 46px;
        height: 52px;
    }
    .ftr-itm p {
        font-size: 19px;
    }
    .ftr-itm p a {
        font-size: 25px;
    }
    .ftr-itm.cnct a{
        font-size: 38px !important;
    }
    .ftr-block-list{
        padding: 0 0 60px;
    }
    .ftr-copyrights-sec{
        padding: 40px 0;
    }

    .page-container, .post-container {
        max-width: 1400px;
    }
    .page-container, .post-container{
        max-width: 1400px;
    }
    #post-content, #page-content {
        padding: 90px 0;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 43px;
    }
    .sidebar-page .sidebar-item h2, h4.widget-title {
        padding: 0 0 22px;
        font-size: 40px;
        margin: 0 0 10px;
    }
    #page-content.contact_pg {
        padding: 220px 0 145px !important;
    }
    .contact_pg h2 strong.cntct-title-btm {
        font-size: 90px;
    }
    .contact_pg h2 {
        margin: 0 0 65px;
        padding: 0 0 38px;
    }
    .inr-cntct-map-itm iframe {
        height: 335px;
    }
    .inr-cntct-itm h5:before {
        width: 45px;
        height: 60px;
    }
    .inr-cntct-itm.mail-itm h5:before {
        width: 49px;
        height: 35px;
    }
    .inr-cntct-itm.mail-itm a {
        font-size: 22px;
    }
    .inr-cntct-itm h5 {
        font-size: 28px;
        padding: 78px 0 0;
    }
    .inr-cntct-itm p {
        font-size: 19px;
    }
    .inr-cntct-itm a {
        font-size: 27px;
    }
    .contact_pg h2::before {
        width: 34.7%;
        height: 16px;
    }
    #page-column .sp-block h2 {
        font-size: 40px;
    }
    #page-column .sp-block h5 {
        font-size: 21px;
    }
    #page-column .profile-tel p a {
        font-size: 43px;
    }
    .single-profile-block{
        margin: 70px 0 50px;
    }
    #page-column .accordion-profile h3{
        font-size: 27px;
    }
    #main-heading h1, #main-heading h2 {
        font-size: 65px;
    }
    .inr-attrny-lst{
        gap: 35px;
    }
    #page-column .inr-atry-cnt h4 {
        font-size: 26px;
    }
    #page-column .inr-atry-cnt p {
        font-size: 18px;
    }
    .media-btn a.cmn-btn {
        padding: 17px 105px !important;
    }
    #page-column .in-media-buttons a.cmn-btn {
        width: 310px;
    }
    #page-column .in-media-buttons{
        margin: 0 0 60px;
    }
    .weekly-mrkt-list{
        margin: 0 0 60px;
    }
    .weekly-mrkt-index-list{
        margin: 0 0 60px;
    }
    #page-column .in-media-lst{
        gap: 26px;
    }
    #page-content.services_sngl_pg {
        padding: 165px 0 175px;
    }
    .services_sngl_pg #page-column h2 {
        font-size: 100px;
        margin: 0 0 34px;
        padding: 0 0 45px;
    }
    .services_sngl_pg #page-column h2::before{
        width: 495px;
    }
}
@media screen and (max-width:1600px) {
    .container {
        max-width: 1300px;
    }
    .site-header .container{
        max-width: 1380px;
    }
    .logo-section {
        padding: 20px 35px 20px 50px;
    }
    .site-branding {
        width: 475px;
    }
    a.cmn-btn {
        font-size: 18px;
        padding: 15px 34px;
    }
    button.stickyshowhide {
        font-size: 20px;
        padding: 0 70px 0 0;
    }
    .logo-rit {
        gap: 60px;
    }
    button.stickyshowhide:before {
        width: 58px;
        height: 58px;
    }
    .hm-bnr-sec h1 {
        font-size: 90px;
    }
    .hm-bnr-sec h1 small {
        font-size: 42px;
        letter-spacing: 8.5px;
        margin: 12px 0 0;
    }
    .hm-bnr-cnt {
        padding: 0 0 40px;
    }
    .hm-bnr-sec {
        padding: 180px 0 370px;
    }
    .text-heading {
        font-size: 80px;
    }
    .hm-plan-sec h3 {
        font-size: 50px;
        letter-spacing: 6.8px;
        margin: 19px 0 0;
    }
    .plan-cnt {
        padding: 0 0 42px;
    }
    .hm-plan-sec {
        padding: 130px 0 420px;
    }
    .hm-strategy-sec h3 {
        font-size: 55px;
        letter-spacing: 8px;
    }
    .hm-strategy-sec {
        padding: 330px 0 280px;
    }
    .hm-built-sec h2 {
        font-size: 62px;
        padding: 0 0 34px;
    }
    .built-list {
        margin: 70px 0 0;
        gap: 16px;
    }
    .built-itm {
        padding: 55px 20px 80px;
    }
    .built-img {
        margin: 0 auto 21px;
    }
    .built-itm h4 {
        font-size: 21px;
    }
    .built-itm:hover {
        margin: -44px 0 44px;
    }
    .built-itm:before {
        width: 50px;
        height: 50px;
        bottom: -22px;
    }
    .hm-built-sec {
        padding: 280px 0 100px;
    }
    .hm-wealth-sec h3 {
        font-size: 50px;
        letter-spacing: 3.3px;
    }
    .wealth-cnt {
        padding: 0 0 50px;
    }
    .hm-wealth-sec {
        padding: 340px 0 133px;
    }
    .hm-purpose-sec h2 {
        padding: 0 0 30px;
    }
    .hm-purpose-sec h2 strong {
        font-size: 58px;
        letter-spacing: 19px;
    }
    .hm-purpose-sec p {
        font-size: 33px;
        margin: 0 0 25px;
    }
    .hm-purpose-sec {
        padding: 280px 0 270px;
    }
    .hm-learn-sec h2 {
        padding: 0 0 40px;
        margin: 0 0 35px;
    }
    .hm-learn-sec h2 strong {
        font-size: 50px;
        letter-spacing: 12px;
    }
    .hm-learn-sec {
        padding: 216px 0 370px;
    }
    .hm-learn-sec:after{
        height: 13px;
    }
    .wealth-cnt::before, .hm-learn-sec h2::before{
        height: 15px;
    }
    .hm-purpose-sec h2:before{
        height: 15px;
    }
    .ftr-block-sec {
        padding: 50px 0 0;
    }
    .ftr-block-list {
        padding: 0 0 50px;
    }
    .ftr-itm h4 {
        font-size: 26px;
        padding: 60px 0 0;
    }
    .ftr-itm h4:before {
        width: 42px;
        height: 48px;
    }
    .ftr-itm p {
        font-size: 17px;
    }
    .ftr-itm p a {
        font-size: 22px;
        margin: 8px 0 0;
    }
    .ftr-logo-itm{
        padding: 18px 0;
    }
    .ftr-itm.cnct a {
        font-size: 33px !important;
    }
    .ftr-copyrights-sec {
        padding: 35px 0;
    }
    .mobinav ul li a{
        padding: 12px 40px 12px 0;
        font-size: 17px;
    }
    .sticky-mobinav ul li a.drop:after{
        top: 14px;
    }
    .page-container, .post-container {
        max-width: 1300px;
    }
    .page-container, .post-container{
        max-width: 1300px;
    }
    #post-content, #page-content {
        padding: 80px 0;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 40px;
    }
    .sidebar-page .sidebar-item {
        margin: 0 0 40px;
        padding: 30px 15px 20px;
    }
    .sidebar-page .sidebar-item h2, h4.widget-title {
        padding: 0 0 20px;
        font-size: 38px;
        margin: 0 0 10px;
    }
    .sidebar-page .sidebar-menu-pa ul li a {
        font-size: 21px;
        padding: 15px 15px 15px 35px;
    }
    .sidebar-page .sidebar-menu-pa ul li a::before {
        width: 8px;
        height: 8px;
        top: 24px;
        left: 18px;
    }
    .sidebar-page section.widget.testi h4.widget-title {
        margin: 0 0 25px;
    }
    #page-content section.widget.testi .testi-item .star-rat {
        width: 140px;
        height: 25px;
        margin: 0 auto 20px;
    }
    .sidebar-page section.widget.testi {
        padding: 35px 35px 35px;
    }
    #page-content.contact_pg {
        padding: 200px 0 125px !important;
    }
    .contact_pg h2 strong.cntct-title-btm {
        font-size: 82px;
    }
    .contact_pg h2 {
        margin: 0 0 50px;
        padding: 0 0 32px;
    }
    .contact_pg h2::before {
        width: 34%;
        height: 15px;
    }
    .inr-cntct-map-itm iframe {
        height: 310px;
    }
    .inr-cntct-itm h5:before {
        width: 38px;
        height: 55px;
    }
    .inr-cntct-itm.mail-itm h5:before{
        width: 42px;
        height: 30px;
        top: 8px;
    }
    .inr-cntct-itm.mail-itm a {
        font-size: 20px;
    }
    .inr-cntct-itm h5 {
        font-size: 26px;
        margin: 0 0 13px;
        padding: 64px 0 0;
    }
    .inr-cntct-itm p {
        font-size: 18px;
        line-height: 1.4;
    }
    .inr-cntct-itm a {
        font-size: 25px;
    }
    .single-profile-block{
        margin: 60px 0 45px;
    }
    #page-column .sp-block h2{
        font-size: 35px;
    }
    #page-column .sp-block h5{
        font-size: 20px;
        letter-spacing: 3.6px;
        margin: 0 0 25px;
    }
    #page-column .profile-tel p a{
        font-size: 40px;
    }
    #page-column .profile-tel p a:before{
        width: 54px;
        height: 46px;
    }
    .profile-tel{
        padding: 0 0 0 60px;
        margin: 0 0 35px;
    }
    .single-profile-image{
        margin: -60px 0 0;
    }
    #page-column .accordion-profile h3{
        font-size: 25px;
        padding: 14px 50px 14px 20px;
    }
    .accordion-profile .accordion-profile-content{
        padding: 18px 20px 0;
    }
    #main-heading h1, #main-heading h2 {
        font-size: 60px;
    }
    .inr-attrny-lst {
        gap: 30px;
    }
    #page-column .inr-atry-cnt h4 {
        font-size: 24px;
    }
    #page-column .inr-atry-cnt p {
        font-size: 17px;
    }
    .inr-atry-cnt{
        padding: 25px 0 0;
        min-height: 115px;
    }
    .inr-attrny-itm{
        padding: 9px 9px 25px;
    }
    #page-column .in-media-buttons {
        margin: 0 0 50px;
        gap: 20px;
    }
    .media-btn a.cmn-btn {
        padding: 15px 95px !important;
    }
    #page-column .in-media-buttons a.cmn-btn {
        width: 290px;
    }
    .weekly-mrkt-list {
        margin: 0 0 50px;
    }
    .weekly-mrkt-rit-itm{
        padding: 40px;
    }
    .weekly-mrkt-index-list{
        margin: 0 0 50px;
    }
    #page-column .in-media-lst {
        gap: 24px;
    }
    #page-column .in-media-cnt h4{
        font-size: 22px;
    }
    #page-column .in-media-cnt {
        padding: 15px 25px 15px;
    }
    #page-column .in-media-featr{
        margin: 0 0 30px;
    }
    #page-content.services_sngl_pg {
        padding: 145px 0 155px;
    }
    .services_sngl_pg #page-column h2 {
        font-size: 90px;
        margin: 0 0 30px;
        padding: 0 0 40px;
    }
    .ftr-itm::before{height: 180px;}
}
@media screen and (max-width:1440px) {
    .container, .site-header .container {
        max-width: 1200px;
    }
    .logo-section {
        padding: 17px 30px 17px 45px;
    }
    .site-branding {
        width: 420px;
    }
    a.cmn-btn {
        font-size: 17px;
        padding: 15px 30px;
    }
    .logo-rit {
        gap: 50px;
    }
    button.stickyshowhide:before {
        width: 50px;
        height: 50px;
    }
    button.stickyshowhide {
        font-size: 18px;
        padding: 0 65px 0 0;
    }
    .hm-bnr-sec h1 {
        font-size: 80px;
    }
    .hm-bnr-sec h1 small {
        font-size: 38px;
        letter-spacing: 7.5px;
        margin: 10px 0 0;
    }
    .hm-bnr-cnt {
        padding: 0 0 35px;
    }
    .hm-bnr-sec {
        padding: 160px 0 280px;
    }
    .text-heading {
        font-size: 75px;
    }
    .hm-plan-sec h3 {
        font-size: 48px;
        letter-spacing: 5.8px;
        margin: 16px 0 0;
    }
    .plan-cnt {
        padding: 0 0 38px;
    }
    .hm-plan-sec {
        padding: 100px 0 340px;
    }
    .hm-strategy-sec h3 {
        font-size: 52px;
        letter-spacing: 7px;
    }
    .hm-strategy-sec {
        padding: 280px 0 250px;
    }
    .hm-built-sec h2 {
        font-size: 56px;
        padding: 0 0 30px;
    }
    .built-list {
        margin: 60px 0 0;
        gap: 13px;
    }
    .built-itm {
        padding: 50px 20px 70px;
    }
    .built-img {
        margin: 0 auto 16px;
    }
    .built-itm h4 {
        font-size: 19px;
    }
    .built-itm:hover {
        margin: -34px 0 34px;
    }
    .built-itm:before {
        width: 45px;
        height: 45px;
        bottom: -22px;
    }
    .hm-built-sec {
        padding: 240px 0 80px;
    }
    .hm-wealth-sec h3 {
        font-size: 48px;
        letter-spacing: 2.8px;
        margin: 10px 0 0;
    }
    .wealth-cnt {
        padding: 0 0 40px;
    }
    .hm-wealth-sec {
        padding: 290px 0 110px;
    }
    .hm-purpose-sec h2 strong {
        font-size: 55px;
        letter-spacing: 17px;
    }
    .hm-purpose-sec h2 {
        padding: 0 0 25px;
    }
    .hm-purpose-sec p {
        font-size: 30px;
        margin: 0 0 25px;
    }
    .hm-purpose-sec {
        padding: 240px 0 230px;
    }
    .hm-learn-sec h2 {
        padding: 0 0 35px;
        margin: 0 0 30px;
    }
    .hm-learn-sec h2 strong {
        font-size: 48px;
        letter-spacing: 10.6px;
    }
    .hm-learn-sec {
        padding: 180px 0 330px;
    }
    .ftr-block-sec {
        padding: 45px 0 0;
    }
    .ftr-block-list {
        padding: 0 0 45px;
    }
    .ftr-logo-itm {
        padding: 15px 0;
    }
    .ftr-mdl-logo {
        margin: 0 auto 18px;
    }
    .ftr-itm p {
        font-size: 15px;
    }
    .ftr-itm p a {
        font-size: 20px;
        margin: 8px 0 0;
    }
    .ftr-itm.cnct a {
        font-size: 30px !important;
    }
    .ftr-itm.mail p a {
        font-size: 18px;
    }
    .ftr-itm h4 {
        font-size: 25px;
    }
    .ftr-copyrights-sec {
        padding: 30px 0;
    }
    .section-dots{
        right: 1.6%;
    }
    .built-cnt {
        padding: 0 15px;
    }
    .page-container, .post-container {
        max-width: 1200px;
    }
    #post-content, #page-content {
        padding: 80px 0;
    }
    #page-column .case-results-cta .case-item h4 {
        font-size: 33px;
    }
    #page-column .case-results-cta .case-item p {
        font-size: 22px;
    }
    #page-column section.widget.widget_team_member .team_member_name p {
        font-size: 24px;
    }
    #page-column .widget.widget_related_insights ul li {
        font-size: 23px;
    }
    #page-column .widget.widget_related_insights ul li:before {
        top: 18px;
    }
    p.mod_date {
        font-size: 18px;
    }
    .widget-description.active {
        font-size: 18px;
    }
    #page-column p, #page-column li {
        font-size: 18px;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 40px;
    }
    .page-container, .post-container{
        max-width: 1200px;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 37px;
    }
    #page-column h3 {
        font-size: 33px;
    }
    #page-column h5 {
        font-size: 23px;
    }
    #post-content, #page-content {
        padding: 70px 0;
    }
    #page-column p, #page-column li {
        font-size: 17px;
    }
    #page-column ul li:before {
        width: 9px;
        height: 9px;
        top: 10px;
    }
    #page-column p, #page-column li {
        margin: 0 0 20px 0;
    }
    .sidebar-page .sidebar-item {
        margin: 0 0 35px;
        padding: 26px 15px 20px;
    }
    .sidebar-page .sidebar-menu-pa ul li a {
        font-size: 20px;
        padding: 12px 15px 12px 30px;
    }
    .sidebar-page .sidebar-menu-pa ul li a::before {
        width: 8px;
        height: 8px;
        top: 20px;
        left: 15px;
    }
    .sidebar-page section.widget.testi {
        padding: 30px 30px 30px;
    }
    .sidebar-page section.widget.testi h4.widget-title {
        margin: 0 0 20px;
    }
    #page-content section.widget.testi .testi-item .star-rat {
        width: 130px;
        height: 22px;
        margin: 0px auto 17px;
    }
    #page-content section.widget.testi .testi-item p {
        font-size: 18px;
        line-height: 1.75;
        letter-spacing: 0px;
        margin-bottom: 20px;
    }
    #page-content section.widget.testi .testi-item h6 {
        font-size: 24px;
    }
    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 {
        gap: 25px;
        margin: 16px 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: 14px;
        height: 25px;
    }
    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-size: contain;
    }
    #page-content.contact_pg {
        padding: 195px 0 110px !important;
    }
    .contact_pg h2 strong.cntct-title-btm {
        font-size: 75px;
    }
    .contact_pg h2 {
        margin: 0 0 40px;
        padding: 0 0 28px;
        font-size: 90px;
    }
    .contact_pg h2::before {
        width: 33%;
        height: 12px;
    }
    .inr-cntct-map-itm iframe {
        height: 300px;
    }
    .inr-cntct-itm h5:before {
        width: 35px;
        height: 45px;
    }
    .inr-cntct-itm h5 {
        font-size: 25px;
        margin: 0 0 12px;
        padding: 58px 0 0;
    }
    .inr-cntct-itm p {
        font-size: 17px;
    }
    .inr-cntct-itm a {
        font-size: 24px;
    }
    .single-profile-block{
        margin: 50px 0 40px;
    }
    #page-column .sp-block h2{
        font-size: 32px;
    }
    #page-column .sp-block h5{
        font-size: 19px;
        letter-spacing: 3px;
        margin: 0 0 20px;
    }
    #page-column .profile-tel p a{
        font-size: 36px;
    }
    #page-column .profile-tel p a:before{
        width: 50px;
        height: 42px;
    }
    .profile-tel{
        padding: 0 0 0 60px;
        margin: 0 0 30px;
    }
    .single-profile-image{
        margin: -50px 0 0;
    }
    #page-column .accordion-profile h3{
        font-size: 22px;
        padding: 12px 46px 12px 20px;
        background-size: 19px;
        background-position: right 18px center;
    }
    .accordion-profile .accordion-profile-content{
        padding: 15px 20px 0;
    }
    #main-heading {
        padding: 125px 0 60px;
    }
    #main-heading h1, #main-heading h2 {
        font-size: 50px;
    }
    #main-heading .inrpg-breadcrumbs {
        font-size: 19px;
        letter-spacing: 0;
        padding: 10px 0 0;
    }
    .inr-attrny-lst {
        gap: 25px;
    }
    #page-column .inr-atry-cnt h4 {
        font-size: 22px;
    }
    #page-column .inr-atry-cnt p {
        font-size: 16px;
    }
    .inr-atry-cnt {
        padding: 20px 0 0;
        min-height: 105px;
    }
    .inr-attrny-itm {
        padding: 7px 7px 20px;
    }
    #page-column .in-media-buttons {
        margin: 0 0 40px;
        gap: 15px;
    }
    .media-btn a.cmn-btn {
        padding: 15px 80px !important;
    }
    #page-column .in-media-buttons a.cmn-btn {
        width: 270px;
    }
    .weekly-mrkt-list {
        margin: 0 0 40px;
    }
    .weekly-mrkt-rit-itm {
        padding: 30px;
    }
    .weekly-mrkt-index-list{
        margin: 0 0 40px;
    }
    #page-column .in-media-lst {
        gap: 20px;
    }
    #page-column .in-media-itmimg iframe{
        height: 250px;
    }
    #page-column .in-media-itmimg::before{
        width: 82px;
        height: 28px;
    }
    #page-column .in-media-cnt {
        padding: 10px 20px;
    }
    #page-column .in-media-cnt h4 {
        font-size: 20px;
    }
    #page-content.services_sngl_pg {
        padding: 115px 0 125px;
    }
    .services_sngl_pg #page-column h2 {
        font-size: 80px;
        margin: 0 0 25px;
        padding: 0 0 35px;
    }
    .services_sngl_pg #page-column h2::before {
        width: 425px;
    }
    p.mod_date {
        font-size: 18px;
        width: 29%;
    }
    .checked_by {
        font-size: 18px;
        line-height: 1.2;
    }
    .testi-cta-title, .caseresult-cta-title, .team-cta-title, .posts-cta-title{
        font-size: 35px;
    }
    .ftr-itm::before{height: 170px;}
}
@media screen and (max-width:1366px) {
    #page-column .areaserved-item a {
        font-size: 17px;
        padding: 13px 10px 8px;
        min-height: 65px;
    }
    #page-content .areaserved-item-list {
        padding: 40px;
    }
    /*Blog Page*/
    .sidebar-blog {
        gap: 26px;
        margin: 0 0 35px;
    }
    .sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select{
        font-size: 17px;
        padding: 15px 60px 15px 20px;
    }
    #post-content .posts-list .posts-block {
        padding: 25px 25px 0;
    }
    #post-content .posts-list .posts-block h3 a{
        font-size: 20px;
    }
    #post-content .posts-list .posts-readmore a{
        font-size: 17px;
    }
    .posts-list{
        padding: 15px 15px 50px;
    }
    #post-column-full .nav-links .page-numbers{
        font-size: 20px;
        width: 50px;
        height: 52px;
    }
    #post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers{
        transform: scale(0.9);
    }
    #page-column .single-meta{
        margin: 0 0 25px;
    }
    .sidebar-page .sidebar-blog.blog-sidebar-itm{
        padding: 35px 30px;
    }
    .sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2{
        font-size: 28px;
    }
    .single-pagination .nav-links a{
        font-size: 17px;
        width: 160px;
        padding: 17px 25px 16px;
    }
}
@media screen and (max-width:1240px) {
    .container, .site-header .container {
        max-width: 990px;
        padding: 0 10px;
    }
    .logo-section {
        padding: 16px 25px 16px 40px;
    }
    .site-branding {
        width: 400px;
    }
    a.cmn-btn {
        font-size: 15px;
        padding: 14px 30px;
    }
    button.stickyshowhide{
        font-size: 17px;
        padding: 0 60px 0 0;
    }
    .logo-rit {
        gap: 40px;
    }
    button.stickyshowhide:before {
        width: 45px;
        height: 45px;
    }
    .hm-bnr-sec h1 {
        font-size: 65px;
    }
    .hm-bnr-sec h1 small {
        font-size: 32px;
        letter-spacing: 7px;
        margin: 10px 0 0;
    }
    .hm-bnr-cnt {
        padding: 0 0 30px;
    }
    .hm-bnr-sec {
        padding: 160px 0 200px;
    }
    .text-heading {
        font-size: 62px;
    }
    .hm-plan-sec h3 {
        font-size: 38px;
        letter-spacing: 4px;
        margin: 12px 0 0;
    }
    .plan-cnt {
        padding: 0 0 32px;
    }
    .hm-plan-sec {
        padding: 80px 0 270px;
    }
    .hm-strategy-sec h3 {
        font-size: 42px;
        letter-spacing: 6px;
    }
    .hm-strategy-sec {
        padding: 220px 0 190px;
    }
    .hm-built-sec h2 {
        font-size: 50px;
        padding: 0 0 26px;
    }
    .built-list {
        margin: 50px 0 0;
        gap: 10px;
    }
    .built-itm {
        padding: 45px 15px 60px;
        margin: 0 auto;
    }
    .built-img {
        margin: 0 auto 14px;
        width: 100%;
        max-width: 100px;
    }
    .built-itm h4 {
        font-size: 17px;
    }
    .built-itm:hover {
        margin: -30px 0 30px;
    }
    .built-itm:before {
        width: 40px;
        height: 40px;
        bottom: -20px;
    }
    .hm-built-sec {
        padding: 180px 0 70px;
    }
    .hm-wealth-sec h3 {
        font-size: 38px;
        letter-spacing: 1.9px;
        margin: 10px 0 0;
    }
    .wealth-cnt {
        padding: 0 0 35px;
    }
    .hm-wealth-sec {
        padding: 240px 0 70px;
    }
    .hm-purpose-sec h2 strong {
        font-size: 45px;
        letter-spacing: 13px;
    }
    .hm-purpose-sec h2 {
        padding: 0 0 25px;
        margin: 0 0 20px;
    }
    .hm-purpose-sec p {
        font-size: 25px;
        margin: 0 0 20px;
    }
    .purpose-btns{
        gap: 15px;
    }
    .hm-purpose-sec {
        padding: 180px 0 170px;
    }
    .hm-learn-sec h2 strong {
        font-size: 38px;
        letter-spacing: 7.6px;
        margin: 0 0 10px;
    }
    .hm-learn-sec h2 {
        padding: 0 0 30px;
        margin: 0 0 25px;
    }
    .hm-learn-sec {
        padding: 140px 0 260px;
    }
    .hm-learn-sec:after {
        height: 11px;
    }
    .ftr-block-sec {
        padding: 40px 0 0;
    }
    .ftr-itm h4 {
        font-size: 22px;
        padding: 55px 0 0;
    }
    .ftr-itm h4:before {
        width: 35px;
        height: 40px;
    }
    .ftr-itm p {
        font-size: 13px;
    }
    .ftr-itm p a {
        font-size: 17px;
        margin: 6px 0 0;
    }
    .ftr-itm.mail p a {
        font-size: 16px;
    }

    .ftr-logo-itm {
        padding: 12px 0;
    }
    .ftr-itm.cnct a {
        font-size: 22px !important;
        margin: 8px 0 0;
    }
    .ftr-block-list {
        padding: 0 0 35px;
    }
    .ftr-copyrights-sec {
        padding: 25px 0;
    }
    .cpy-inr p, .cpy-inr p a {
        font-size: 14px;
        margin: 0 0 10px;
    }
    .cpy-inr h6 {
        font-size: 14px;
    }
    .mobinav ul li a {
        padding: 10px 40px 10px 0;
        font-size: 15px;
    }
    .sticky-mobinav ul li a.drop:after {
        top: 12px;
    }
    .mobinav .sub-menu li a{
        padding: 10px 10px;
    }
    .page-container, .post-container {
        max-width: 990px;
        padding: 0 10px;
    }
    #page-content .areaserved-item a {
        min-height: 60px;
        font-size: 16px;
    }
    #page-content .areaserved-item-list {
        padding: 35px;
    }
    #post-content, #page-content {
        padding: 70px 0;
    }
    .fact-checked-sec {
        padding: 20px 0px;
    }
    p.mod_date {
        font-size: 16px;
    }
    #page-column .testimonial-cta-block .star-rating {
        width: 105px;
    }
    #page-column .testimonial-cta-block .testi-content p {
        color: #931917;
        font-size: 18px;
        line-height: 1.7;
        margin: 0 0 20px;
    }
    .widget-description.active {
        font-size: 17px;
    }
    #page-column .case-results-cta .case-slider {
        gap: 15px;
    }
    #page-column .case-results-cta .case-item h4 {
        font-size: 28px;
        margin: 0 0 15px;
        padding: 12px 10px 27px;
    }
    #page-column .case-results-cta .case-item p {
        font-size: 19px;
    }
    #page-column .case-results-cta .case-item {
        padding: 4px 4px 20px !important;
        width: 48.7%;
    }
    #page-column .case-results-cta .case-item h4:before {
        bottom: 15px;
    }
    #page-column .case-results-cta {
        margin-bottom: 25px;
    }
    #page-column section.widget.widget_team_member .team-inner-list {
        gap: 20px;
    }
    #page-column section.widget.widget_team_member .team_member_name p {
        font-size: 21px;
        margin: 0 0 12px;
    }
    #page-column section.widget.widget_team_member .team_member_summary p {
        font-size: 16px;
    }
    #page-column section.widget.widget_team_member .team_member_pic {
        width: 76%;
    }
    #page-column section.widget.widget_team_member .team_member_item {
        padding-bottom: 15px;
    }
    #page-column .widget.widget_related_insights ul li {
        font-size: 20px;
    }
    #page-column .widget.widget_related_insights ul li:before {
        top: 15px;
    }
    #page-column h3 {
        font-size: 30px;
    }
    #page-column p, #page-column li {
        font-size: 17px;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 34px;
    }
    .sidebar-blog {
        gap: 20px;
        margin: 0 0 30px;
    }
    .sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select {
        font-size: 15px;
        padding: 13px 50px 13px 15px;
    }
    .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select {
        background-position: right 15px center;
        background-size: 13px;
    }
    .sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit{
        background-size: 14px;
        background-position: right 19px center;
    }
    .posts-list {
        padding: 10px 10px 40px;
    }
    #post-content .posts-list .posts-block {
        padding: 20px 16px 0;
    }
    #post-content .posts-list .posts-block h3 a {
        font-size: 16px;
    }
    #post-content .posts-list .posts-readmore a {
        font-size: 14px;
    }
    .posts-readmore {
        bottom: 20px;
    }
    #post-column-full .nav-links .page-numbers {
        font-size: 18px;
        width: 45px;
        height: 47px;
    }
    #post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers {
        transform: scale(0.8);
    }
    #page-column .single-meta {
        margin: 0 0 20px;
    }
    .single-pagination .nav-links a {
        font-size: 15px;
        width: 130px;
        padding: 15px 20px 14px;
    }
    .sidebar-page .sidebar-blog.blog-sidebar-itm {
        padding: 30px 25px;
    }
    .sidebar-page .sidebar-item.sidebar_categories, .sidebar-page .sidebar-item.sidebar_archives, .sidebar-page .sidebar-item.sidebar_search{
        margin: 0 0 20px;
    }
    .sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {
        font-size: 21px;
    }
    .page-container, .post-container{
        max-width: 990px;
        padding: 0 15px
    }
    #post-content, #page-content {
        padding: 60px 0;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 34px;
    }
    #page-column h3 {
        font-size: 31px;
    }
    #page-column h4 {
        font-size: 28px;
    }
    #page-column h5 {
        font-size: 21px;
    }
    #page-column h6 {
        font-size: 18px;
    }
    #page-column p, #page-column li {
        font-size: 16px;
        margin: 0 0 17px 0;
    }
    #page-column ul li:before {
        width: 7px;
        height: 7px;
        top: 11px;
    }
    #page-column ul li {
        padding-left: 15px;
        margin: 0 0 12px;
    }
    .sidebar-page .sidebar-item h2, h4.widget-title {
        padding: 0 0 15px;
        font-size: 35px;
        margin: 0 0 10px;
    }
    .sidebar-page .sidebar-item {
        margin: 0 0 30px;
        padding: 25px 15px 20px;
    }
    .sidebar-page section.widget.testi h4.widget-title {
        margin: 0 0 15px;
    }
    #page-content section.widget.testi .testi-item .star-rat {
        width: 120px;
        height: 19px;
        margin: 0px auto 15px;
    }
    .sidebar-page section.widget.testi {
        padding: 30px 25px 30px;
    }
    #page-content section.widget.testi .testi-item p {
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0px;
        margin-bottom: 15px;
    }
    #page-content section.widget.testi .testi-item h6 {
        font-size: 22px;
    }
    #page-content.contact_pg {
        padding: 170px 0 90px !important;
    }
    .contact_pg h2 strong.cntct-title-btm {
        font-size: 60px;
    }
    .inr-cntct-map-itm iframe {
        height: 280px;
    }
    .inr-cntct-itm {
        padding: 13px;
    }
    .inr-cntct-itm h5:before {
        width: 32px;
        height: 42px;
    }
    .inr-cntct-itm.mail-itm h5:before{
        width: 34px;
        height: 25px;
    }
    .inr-cntct-itm.mail-itm a {
        font-size: 16px;
    }
    .inr-cntct-itm h5 {
        font-size: 24px;
        padding: 56px 0 0;
    }
    .inr-cntct-itm p {
        font-size: 16px;
    }
    .contact_pg h2 {
        margin: 0 0 35px;
        padding: 0 0 26px;
        font-size: 70px;
    }
    .single-profile-block{
        margin: 40px 0 30px;
    }
    #page-column .sp-block h2{
        font-size: 26px;
    }
    #page-column .sp-block h5{
        font-size: 18px;
        letter-spacing: 2.6px;
        margin: 0 0 15px;
    }
    #page-column .profile-tel p a{
        font-size: 30px;
    }
    #page-column .profile-tel p a:before{
        width: 45px;
        height: 37px;
    }
    .profile-tel{
        padding: 0 0 0 50px;
        margin: 0 0 25px;
    }
    .single-profile-image{
        margin: -40px 0 0;
    }
    #page-column .accordion-profile h3{
        font-size: 18px;
        padding: 12px 46px 12px 15px;
        background-size: 19px;
        background-position: right 18px center;
    }
    .accordion-profile .accordion-profile-content{
        padding: 15px 15px 0;
    }
    #main-heading {
        padding: 120px 0 50px;
    }
    #main-heading h1, #main-heading h2 {
        font-size: 40px;
    }
    #main-heading .inrpg-breadcrumbs {
        font-size: 18px;
        padding: 7px 0 0;
    }
    .inr-attrny-lst {
        gap: 19px;
    }
    #page-column .inr-atry-cnt h4 {
        font-size: 18px;
    }
    #page-column .inr-atry-cnt p {
        font-size: 15px;
    }
    .inr-atry-cnt {
        padding: 15px 0 0;
        min-height: 85px;
    }
    .inr-attrny-itm {
        padding: 6px 6px 15px;
    }
    #page-column .in-media-buttons {
        margin: 0 0 30px;
        gap: 10px;
    }
    .media-btn a.cmn-btn {
        padding: 14px 70px !important;
    }
    #page-column .in-media-buttons a.cmn-btn {
        width: 243px;
    }
    .weekly-mrkt-list {
        margin: 0 0 30px;
    }
    .weekly-mrkt-rit-btn, .weekly-mrkt-btn {
        margin: 0 0 20px;
    }
    .weekly-mrkt-rit-itm {
        padding: 20px;
    }
    .weekly-mrkt-index-list{
        margin: 0 0 30px;
    }
    #page-column .in-media-lst {
        gap: 15px;
    }
    #page-column .in-media-itmimg iframe {
        height: 190px;
    }
    #page-column .in-media-cnt {
        padding: 10px 15px;
    }
    #page-column .in-media-cnt h4 {
        font-size: 16px;
    }
    #page-content.services_sngl_pg {
        padding: 85px 0 95px;
    }
    .services_sngl_pg #page-column h2 {
        font-size: 65px;
        margin: 0 0 20px;
        padding: 0 0 30px;
    }
    .services_sngl_pg #page-column h2::before {
        width: 345px;
    }
    p.mod_date {
        font-size: 16px;
        width: 28%;
    }
    .checked_by {
        font-size: 17px;
        line-height: 1.2;
    }
    .checked-left img {
        width: 27px;
    }
    .testi-cta-title, .caseresult-cta-title, .team-cta-title, .posts-cta-title{
        font-size: 32px;
    }
    .ftr-itm::before {
        height: 150px;
        right: -15px;
    }
}
@media screen and (max-width:991px) {
    .container, .site-header .container {
        max-width: 720px;
        padding:0px;
    }
    .head-sec {
        padding: 20px 0;
    }
    .showhide {
        display: block;
    }
    .mobinav ul {
        display: block;
        padding: 0;
    }
    .floatingMenu-list {
        width: 400px;
    }
    .hdr-src {
        display: block;
    }
    .mobile_src_nav {
        display: block;
    }
    .top-menu {
        display: none;
    }
    .logo-menu {
        display: inline-block;
        text-align: center;
    }
    .topmenu {
        width: 100%;
        display: none;
    }
    .showhide b.txtl, .showhide b.txtr {
        color: #fff;
    }
    .logo {
        width: max-content;
    }
    .logo img {
        max-width: 200px;
    }
    .top-rit {
        max-width: 100%;
        position: inherit;
        display: inline-block;
        margin: 0;
        float: none;
    }
    .mobinav ul {
        padding: 10px 10px;
        text-align: left;
        display: block;
    }
    .mobinav {
        top: 44px;
        display: block;
    }
    .mobile_src_nav {
        display: block;
        padding: 8px 0;
        background-color: #0097FD;
    }
    .logo-rit {
        max-width: 100%;
        text-align: center;
        background-color: transparent;
        border: 0;
        padding: 0;
    }
    .sticky-wrap {
        display: block;
    }
    .header-sticky.fixed-header {
        display: block;
    }
    header#site-header {
        border: none;
        background-color: transparent;
    }
    nav#main-navigation {
        display: none;
    }
    header.site-header.is-sticky{
        display: none;
    }
    .logo-section {
        position: relative;
        padding: 15px 0 !important;
        background-color: transparent;
        gap: 15px;
        justify-content: center;
    }
    .site-branding {
        width: 100%;
        max-width: 375px;
        padding: 0;
    }
    .header-number a {
        font-size: 18px;
        padding: 16px 15px 16px 30px;
    }
    .sicky-cnt.sticky-mobile-logo {
        width: 100%;
        max-width: 300px;
    }
    .logo-rit .mobile_src_nav {
        display: none;
    }
    .site-header{
        background-color: #005289;
        position: inherit;
    }
    .hm-bnr-sec {
        padding: 100px 0 140px;
    }
    .hm-bnr-sec h1 {
        font-size: 50px;
    }
    .hm-bnr-sec h1 small {
        font-size: 28px;
        letter-spacing: 5px;
        margin: 8px 0 0;
    }
    .text-heading {
        font-size: 50px;
    }
    .hm-plan-sec h3 {
        font-size: 32px;
        letter-spacing: 3px;
        margin: 10px 0 0;
    }
    .plan-cnt {
        padding: 0 0 28px;
    }
    .hm-plan-sec {
        padding: 60px 0 200px;
    }
    .hm-strategy-sec h3 {
        font-size: 36px;
        letter-spacing: 4px;
    }
    .hm-strategy-sec {
        padding: 160px 0 170px;
    }
    .hm-built-sec h2 {
        font-size: 42px;
        padding: 0 0 22px;
    }
    .built-list {
        margin: 30px 0 0;
        gap: 10px;
    }
    .built-itm {
        padding: 40px 15px 60px;
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }
    .built-list.owl-carousel .owl-stage-outer {
        padding: 20px 0;
    }
    .built-list.owl-carousel .owl-stage, .built-list.owl-carousel .owl-item{
        display: flex;
    }
    .built-itm:hover {
        margin: -10px auto 10px;
    }
    .built-list.owl-carousel .owl-dots {
        display: flex ;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 10px auto 0;
    }
    .built-list.owl-carousel .owl-dots button.owl-dot {
        width: 12px;
        height: 12px;
        border: 1px solid #ffffffba;
        border-radius: 50%;
        background-color: #ffffffba;
    }
    .built-list.owl-carousel .owl-dots button.owl-dot.active {
        background-color: #97dc21;
        outline: 1px solid #97dc21;
        outline-offset: 2px;
        border: 0;
    }
    .hm-built-sec {
        padding: 80px 0 60px;
    }
    .hm-wealth-sec h3 {
        font-size: 33px;
        letter-spacing: 1px;
        margin: 10px 0 0;
    }
    .wealth-cnt {
        padding: 0 0 25px;
    }
    .hm-wealth-sec {
        padding: 160px 0 60px;
    }
    .hm-purpose-sec h2 strong {
        font-size: 37px;
        letter-spacing: 11px;
    }
    .hm-purpose-sec h2 {
        padding: 0 0 20px;
        margin: 0 0 15px;
    }
    .hm-purpose-sec p {
        font-size: 21px;
        margin: 0 0 20px;
    }
    .purpose-btns {
        flex-wrap: wrap;
        gap: 10px;
    }
    .hm-purpose-sec {
        padding: 120px 0 120px;
    }
    .hm-purpose-sec h2:before {
        height: 9px;
    }
    .wealth-cnt::before, .hm-learn-sec h2::before {
        height: 9px;
    }
    .hm-built-sec h2:before{
        height: 10px;
    }
    .plan-cnt :before{
        height: 10px;
    }
    .hm-learn-sec h2 {
        padding: 0 0 25px;
        margin: 0 0 20px;
    }
    .hm-learn-sec h2 strong {
        font-size: 34px;
        letter-spacing: 5.6px;
        margin: 0 0 8px;
    }
    .hm-learn-sec {
        padding: 90px 0 180px;
    }
    .hm-learn-sec:after {
        height: 10px;
    }
    .ftr-block-sec {
        padding: 30px 0 0;
    }
    .ftr-block-list {
        padding: 0 0 20px;
        flex-direction: column;
        justify-content: center;
        gap: 15px;
        align-items: center;
    }
    .ftr-itm, .ftr-itm.mail {
        width: 100%;
        max-width: 300px;
        border: 1px solid #417ba1;
        padding: 20px 1px;
        order: 2;
    }
    .ftr-logo-itm {
        padding: 0;
        margin: 0;
        border: 0;
        width: 100%;
        order: 1;
    }
    .ftr-mdl-logo {
        margin: 0 auto 15px;
        width: 100%;
        max-width: 300px;
    }
    .ftr-copyrights-sec {
        padding: 20px 0;
    }
    .cpy-inr p, .cpy-inr p a {
        margin: 0 0 10px;
    }
    .cpy-inr h6 {
        font-size: 14px;
        line-height: 1.4;
        margin: 0 0 4px;
    }
    .section-dots .dot {
        width: 6px;
        height: 10px;
    }
    html {
        scroll-snap-type: none !important;
    }
    .scroll-section {
        height: auto;
        padding: 140px 0 !important;
    }
    .page-container, .post-container {
        max-width: 720px;
        padding:0px;
    }
    #page-content .areaserved-item {
        width: 48%;
    }
    #post-content, #page-content {
        padding: 50px 0;
    }
    .page-col-full, .single-col-full {
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    #single-column, #post-column, #page-column {
        width: 100%;
    }
    .sidebar-page, .sidebar-single {
        width: 100%;
    }
    #page-column .testimonial-cta-block .testi-content p {
        font-size: 17px;
    }
    #page-column .case-results-cta .case-item {
        width: 100%;
        max-width: 350px;
    }
    #page-column section.widget.widget_team_member .team_member_item {
        width: 100%;
        max-width: 200px;
    }
    #page-column .testimonial-cta-block .testi-item h6 {
        font-size: 23px;
    }
    #page-column section.widget.widget_team_member .team_member_name p {
        font-size: 19px;
    }
    .related-insights-posts .posts-list {
        width: 100%;
        max-width: 300px;
    }
    .related-insights-posts {
        justify-content: center;
        flex-wrap: wrap;
    }
    #page-column p, #page-column li {
        font-size: 16px;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 30px;
    }
    .sidebar-blog {
        gap: 10px;
        margin: 0 0 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .sidebar-blog-item{
        max-width: 300px;
    }
    .posts-list {
        padding: 10px 10px 40px;
        width: 100%;
        max-width: 300px;
    }
    #post-content .posts-list .posts-block {
        padding: 15px 15px 0;
    }
    #post-content .posts-list .posts-block h3 a {
        font-size: 15px;
    }
    .single-author-avatar {
        width: 100%;
        max-width: 120px;
        margin: 0 auto 15px;
        float: none;
    }
    .single-author-box {
        margin: 25px 0;
        text-align: center;
    }
    .sidebar-page, .sidebar-single {
        max-width: 350px;
    }
    .gnrl-video iframe, .gnrl-video video {
        height: 410px;
    }
    .inr-wealth-cnt {
        width: 100%;
    }
    #post-content, #page-content {
        padding: 40px 0;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 30px;
    }
    #page-column h3 {
        font-size: 27px;
    }
    #page-column h4 {
        font-size: 25px;
    }
    #page-column h5 {
        font-size: 23px;
    }
    #page-column p, #page-column li {
        font-size: 16px;
        margin: 0 0 15px 0;
    }
    .page-col-full, .single-col-full {
        gap: 20px;
    }
    .sidebar-page .sidebar-item h2, h4.widget-title {
        padding: 0 0 9px;
        font-size: 30px;
        margin: 0 0 7px;
    }
    .sidebar-page .sidebar-menu-pa ul li a {
        font-size: 18px;
        padding: 10px 15px 10px 30px;
    }
    .sidebar-page .sidebar-menu-pa ul li a::before {
        width: 7px;
        height: 7px;
        top: 17px;
        left: 15px;
    }
    .sidebar-page section.widget.testi {
        padding: 25px 20px 25px;
    }
    .sidebar-page .sidebar-item {
        margin: 0 0 20px;
        padding: 25px 15px 20px;
    }
    #page-content.contact_pg {
        padding: 50px 0 !important;
    }
    .contact_pg h2 {
        margin: 0 0 25px;
        padding: 0;
        font-size: 52px;
        text-align: center;
    }
    .contact_pg h2::before {
        display: none;
    }
    .contact_pg h2 strong.cntct-title-btm {
        font-size: 46px;
    }
    .inr-cntct-lst {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .inr-cntct-map-itm {
        width: 100%;
    }
    .inr-cntct-itm h5:before {
        width: 28px;
        height: 35px;
    }
    .inr-cntct-itm h5 {
        font-size: 23px;
        padding: 48px 0 0;
    }
    .inr-cntct-itm p {
        margin: 0;
    }
    #main-heading {
        padding: 60px 0 50px;
    }
    #main-heading h1, #main-heading h2 {
        font-size: 35px;
    }
    #main-heading .inrpg-breadcrumbs {
        font-size: 17px;
        padding: 7px 0 0;
    }
    .inr-attrny-lst {
        gap: 15px;
    }
    .inr-attrny-itm {
        padding: 6px 6px 15px;
        width: 100%;
        max-width: 270px;
    }
    .inr-cntct-itm {
        padding: 13px;
        width: 100%;
        max-width: 280px;
        margin: auto;
    }
    #practicearea-main .built-itm{
        margin: 0;
    }
    #practicearea-main .built-list {
        gap: 20px 10px;
    }
    #practicearea-main .built-itm:hover {
        margin: -10px 0 10px;
    }
    #page-column .in-media-buttons {
        margin: 0 0 25px;
        gap: 10px;
        flex-wrap: wrap;
    }
    .weekly_markt_pg #page-column h2 {
        margin: 0 0 19px 0;
    }
    .weekly-mrkt-list {
        margin: 0 0 20px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .weekly-mrkt-rit {
        width: 100%;
        max-width: 500px;
    }
    .weekly-mrkt-lft {
        width: 100%;
    }
    .weekly-mrkt-index-list{
        margin: 0 0 20px;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .page-column-rit-img {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .weekly-mrkt-rit-itm {
        padding: 10px;
        width: 100%;
        max-width: 400px;
    }
    .weekly-mrkt-lft-itm {
        width: 100%;
    }
    #page-column .in-media-itm {
        width: 100%;
        max-width: 300px;
    }
    #page-column .in-media-featr {
        margin: 0 0 20px;
    }
    #page-column .in-media-blk h2 br{
        display: none;
    }
    .financial-list {
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        gap: 20px;
    }
    #page-content.services_sngl_pg {
        padding: 50px 0;
    }
    .services_sngl_pg #page-column h2 {
        font-size: 55px;
        margin: 0 0 20px;
        padding: 0 0 25px;
    }
    .financial-rit {
        width: 100%;
    }
    .financial-lft {
        width: 100%;
    }
    #page-content.services_sngl_pg:before{
        content: '';
        position: absolute;
        pointer-events: none;
        background: linear-gradient(to top, #fff 0%, #ffffff00 100%);
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: -1;
    }
    .widget.widget_fact_checked .fact_checked_inner{
        flex-direction: column;
    }
    .widget.widget_fact_checked .fact_checked_inner .checked_by {
        width: 100%;
        margin-bottom: 15px;
    }
    p.mod_date {
        font-size: 16px;
        width: 100%;
        justify-content: flex-start;
    }
    .fact-checked-sec {
        padding: 15px 0px;
    }
    .widget-description.active {
        font-size: 15px;
    }
    .testi-cta-title, .caseresult-cta-title, .team-cta-title, .posts-cta-title{
        font-size: 28px;
    }
    .related-insights-posts .posts-list{
        max-width: 100%;
    }
    .postid-1043 #page-column p{
        word-break: break-word;
    }
    .ftr-itm::before{display: none;}
}
@media screen and (max-width:767px) {
    .container, .site-header .container {
        max-width: 100%;
        padding: 0 15px;
    }
    .hm-bnr-sec h1 {
        font-size: 45px;
    }
    .hm-bnr-sec h1 small {
        font-size: 25px;
        letter-spacing: 4px;
    }
    .hm-bnr-sec {
        padding: 60px 0;
    }
    .text-heading {
        font-size: 50px;
    }
    .plan-cnt {
        padding: 0 0 25px;
    }
    .hm-plan-sec h3 {
        font-size: 27px;
        letter-spacing: 2px;
        margin: 10px 0 0;
    }
    .hm-plan-sec {
        padding: 50px 0 130px;
    }
    .hm-strategy-sec h3 {
        font-size: 30px;
        letter-spacing: 3px;
        margin: 7px 0 0;
    }
    .hm-strategy-sec {
        padding: 60px 0;
    }
    .hm-built-sec h2 {
        font-size: 36px;
        padding: 0 0 19px;
    }
    .built-list {
        margin: 10px 0 0;
    }
    .hm-built-sec {
        padding: 50px 0;
    }
    .hm-wealth-sec h3 {
        font-size: 28px;
        letter-spacing: 0.7px;
        margin: 8px 0 0;
    }
    .hm-wealth-sec {
        padding: 60px 0;
    }
    .wealth-cnt {
        padding: 0 0 20px;
    }
    .hm-purpose-sec h2 strong {
        font-size: 32px;
        letter-spacing: 7px;
    }
    .hm-purpose-sec h2 {
        padding: 0 0 15px;
        margin: 0 0 15px;
    }
    .hm-purpose-sec p {
        font-size: 19px;
        margin: 0 0 15px;
    }
    .hm-purpose-sec {
        padding: 60px 0;
    }
    .hm-learn-sec h2 strong {
        font-size: 30px;
        letter-spacing: 3.6px;
    }
    .hm-learn-sec h2 {
        padding: 0 0 20px;
        margin: 0 0 15px;
    }
    a.cmn-btn {
        font-size: 14px;
        padding: 13px 26px;
    }
    .hm-learn-sec {
        padding: 60px 0;
    }
    .section-dots{
        display: none;
    }
    .page-container, .post-container {
        max-width:100%;
        padding: 0 15px;
    }
    #post-content, #page-content {
        padding: 40px 0;
    }
    .hm-form .gform_wrapper .top_label input[type="submit"] {
        font-size: 16px !important;
    }
    .hm-form-sec .text-heading {
        font-size: 40px;
    }
    #page-column h3 {
        font-size: 26px;
    }
    #page-column .single-meta {
        margin: 0 0 15px;
        flex-wrap: wrap;
    }
    #post-content, #page-content {
        padding: 30px 0;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 25px;
    }
    #page-column h1, #page-column h2, #page-column h3, #page-column h4, #page-column h5, #page-column h6, #page-content .areaserved-item-list h2 {
        margin: 0 0 12px;
    }
    #page-column h3 {
        font-size: 23px;
    }
    #page-column h4 {
        font-size: 21px;
    }
    #page-column h5 {
        font-size: 19px;
    }
    #page-column h6 {
        font-size: 17px;
    }
    #page-column p, #page-column li {
        font-size: 15px;
        margin: 0 0 12px 0;
    }
    #page-column ol, #page-column ul {
        margin: 0 0 15px 0px;
    }
    .page-col-full, .single-col-full {
        gap: 17px;
    }
    .sidebar-page .sidebar-item {
        margin: 0 0 20px;
        padding: 20px 15px 20px;
    }
    .sidebar-page .sidebar-item h2, h4.widget-title {
        padding: 0 0 9px;
        font-size: 27px;
        margin: 0 0 7px;
    }
    #page-content section.widget.testi .testi-item .star-rat {
        width: 110px;
        height: 17px;
        margin: 0px auto 12px;
    }
    #page-content section.widget.testi .testi-item p {
        font-size: 15px;
        margin-bottom: 12px;
    }
    #page-content section.widget.testi .testi-item h6 {
        font-size: 20px;
    }
    #main-heading {
        padding: 40px 0 30px;
    }
    #main-heading h1, #main-heading h2 {
        font-size: 30px;
    }
    #main-heading .inrpg-breadcrumbs {
        font-size: 16px;
        letter-spacing: 0;
        padding: 7px 0 0;
    }
    .contact_pg h2 strong.cntct-title-btm {
        font-size: 36px;
    }
    .contact_pg h2 {
        margin: 0 0 22px;
        font-size: 40px;
    }
    #page-content.contact_pg {
        padding: 40px 0 !important;
    }
    .inr-cntct-map-itm iframe {
        height: 260px;
    }
    #page-column .accordion-profile h3 {
        font-size: 17px;
        padding: 12px 42px 12px 15px;
        background-size: 17px;
        background-position: right 16px center;
    }
    #page-column ol{
        margin-left: 20px;
    }
    .weekly-mrkt-rit-btn, .weekly-mrkt-btn {
        margin: 0 0 10px;
    }
    .weekly-mrkt-rit-btn a.cmn-btn, .weekly-mrkt-btn a.cmn-btn {
        font-size: 12px;
        padding: 13px 15px;
    }
    .services_sngl_pg #page-column h2 {
        font-size: 45px;
        margin: 0 0 20px;
        padding: 0 0 20px;
    }
    .services_sngl_pg #page-column h2::before {
        width: 275px;
        height: 12px;
    }
    #page-column section.widget.widget_team_member .team-inner-list{
        max-width: 320px;
        width: 100%;
        margin: auto;
    }
    #page-column section.widget.widget_team_member .team_member_item {
        width: 100%;
    }
    .cmn-box-cnslt-btn{
        flex-direction: column;
    }
}
@media screen and (max-width:680px) {
    .hm-bnr-sec h1 {
        font-size: 40px;
    }
    .hm-bnr-sec h1 small {
        font-size: 21px;
        letter-spacing: 2px;
    }
    .hm-bnr-sec {
        padding: 40px 0;
    }
    .text-heading {
        font-size: 38px;
    }
    .hm-plan-sec h3 {
        font-size: 21px;
        letter-spacing: 1px;
        margin: 8px 0 0;
    }
    .plan-cnt {
        padding: 0 0 20px;
    }
    .hm-plan-sec {
        padding: 40px 0;
        background-position: center;
        position: relative;
    }
    .hm-strategy-sec {
        padding: 40px 0;
    }
    .hm-strategy-sec h3 {
        font-size: 24px;
        letter-spacing: 1px;
    }
    .hm-built-sec h2 {
        font-size: 30px;
        padding: 0 0 15px;
    }
    .built-list.owl-carousel .owl-stage-outer {
        padding: 15px 0;
    }
    .hm-built-sec {
        padding: 40px 0;
    }
    .hm-wealth-sec h3 {
        font-size: 24px;
        letter-spacing: 0.5px;
    }
    .hm-wealth-sec {
        padding: 40px 0;
    }
    .hm-purpose-sec h2 strong {
        font-size: 28px;
        letter-spacing: 4px;
        margin: 5px 0 0;
    }
    .hm-purpose-sec p {
        font-size: 17px;
    }
    .hm-purpose-sec {
        padding: 40px 0;
    }
    .hm-learn-sec h2 strong {
        font-size: 24px;
        letter-spacing: 1.6px;
    }
    .hm-learn-sec h2 {
        padding: 0 0 15px;
        margin: 0 0 15px;
    }
    .hm-learn-sec {
        padding: 40px 0;
    }
    .hm-learn-sec:after {
        height: 8px;
    }

    .mobinav ul li a {
        padding: 9px 40px 9px 0;
        font-size: 14px;
    }
    .sticky-mobinav ul li a.drop:after {
        top: 9px;
        right: 0px;
    }
    .gnrl-video iframe, .gnrl-video video {
        height: 360px;
    }
    .sp-block {
        padding: 15px 20px 15px 0;
    }
    #page-column .sp-block h2 {
        font-size: 21px;
    }
    #page-column .sp-block h5 {
        font-size: 17px;
        letter-spacing: 2px;
        margin: 0 0 15px;
    }
    #page-column .profile-tel p a {
        font-size: 25px;
    }
    #page-column .profile-tel p a:before {
        width: 40px;
        height: 32px;
    }
    .profile-tel {
        padding: 0 0 0 45px;
        margin: 0 0 20px;
    }
    .single-profile-block {
        margin: 30px 0 20px;
    }
    .single-profile-image {
        margin: -30px 0 0;
    }
}
@media screen and (max-width:650px) {
    #page-column .case-results-cta .case-item{
        width: 100%;
    }
}
@media screen and (max-width:640px) {
    #page-content .areaserved-item {
        width: 100%;
    }
    #page-content .areaserved-item-list {
        padding: 30px 15px;
    }
}
@media screen and (max-width:540px) {
    .single-profile-block {
        margin: 0 auto 15px;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        max-width: 400px;
        padding: 20px 15px;
        gap: 20px;
    }
    .single-profile-image {
        margin: 0;
        width: 100%;
        max-width: 280px;
        border: 2px solid #0097fd99;
    }
    .sp-block {
        width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #page-column .sp-block h2 {
        font-size: 19px;
        text-align: center;
    }
    .accordion-profile {
        margin: 0 0 10px;
    }
    #page-column .accordion-profile h3 {
        font-size: 15px;
        padding: 12px 38px 12px 10px;
        background-size: 14px;
        background-position: right 13px center;
    }
    .accordion-profile .accordion-profile-content {
        padding: 10px 10px 0;
    }
}
@media screen and (max-width:480px) {
    .header-sticky .sticky-cnt button:before, .header-sticky .sticky-cnt a:before{
        transform: scale(0.9);
    }
    .header-sticky .stickyshowhide .txt, .header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button{
        font-size: 15px;
    }
    .logo-section{
        justify-content: center;
    }
    .hm-bnr-sec h1 {
        font-size: 38px;
    }
    .hm-bnr-sec h1 small {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .hm-bnr-cnt:before{
        width: 280px;
        height: 7px;
    }
    .hm-bnr-cnt {
        padding: 0 0 15px;
    }
    .text-heading {
        font-size: 40px;
    }
    .hm-plan-sec {
        background-position: center right;
    }
    .hm-plan-sec h3 {
        font-size: 20px;
        letter-spacing: 0.5px;
    }
    .plan-cnt :before {
        height: 6px;
        width: 170px;
    }
    .hm-strategy-sec h3 {
        font-size: 20px;
        letter-spacing: 0.5px;
    }
    .hm-built-sec h2 {
        font-size: 22px;
        padding: 0 0 15px;
    }
    .hm-built-sec h2:before {
        height: 6px;
        width: 210px;
    }
    .built-img{
        max-width: 80px;
    }
    .built-itm{
        max-width: 220px;
    }
    .hm-wealth-sec h3 {
        font-size: 18px;
        letter-spacing: 0;
    }
    .wealth-cnt::before, .hm-learn-sec h2::before {
        height: 7px;
        width: 200px;
    }
    .hm-purpose-sec h2 strong {
        font-size: 22px;
        letter-spacing: 1px;
        margin: 5px 0 0;
    }
    .hm-purpose-sec h2:before {
        height: 6px;
        width: 250px;
    }
    .hm-purpose-sec p {
        font-size: 16px;
        line-height: 1.4;
    }
    .hm-learn-sec h2 strong {
        font-size: 20px;
        letter-spacing: 0.9px;
    }
    .built-itm h4 {
        font-size: 16px;
    }
    .ftr-itm h4 {
        font-size: 22px;
        padding: 50px 0 0;
    }
    .ftr-itm.cnct a {
        font-size: 25px !important;
        margin: 8px 0 0;
    }
    .ftr-block-list{
        gap: 10px;
    }
    .showhide b.txtl{
        font-size: 16px;
    }
    .showhide b.txtr{
        font-size: 31px;
    }
    .showhide{
        padding: 0px 0 0 28px;
    }
    #post-content, #page-content {
        padding: 30px 0;
    }
    #page-column .testimonial-cta-block .star-rating {
        width: 100px;
    }
    #page-column .testimonial-cta-block .testi-item h6 {
        font-size: 21px;
    }
    #page-column .case-results-cta .case-item p {
        font-size: 18px;
    }
    #page-column .widget.widget_related_insights ul li {
        font-size: 18px;
    }
    #page-column .widget.widget_related_insights ul li:before {
        top: 14px;
        width: 8px;
        height: 8px;
    }
    .sidebar-page .sidebar-item h2, h4.widget-title {
        font-size: 39px;
    }
    .hm-form .gform_wrapper .top_label input[type="submit"] {
        padding: 22px 25px !important;
    }
    #page-column h3 {
        font-size: 24px;
    }
    #page-column p, #page-column li {
        font-size: 15px;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 29px;
    }
    #post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers {
        transform: scale(0.7);
    }
    .single-pagination .nav-links a {
        font-size: 14px;
        width: 120px;
        padding: 15px 15px 14px;
    }
    .gnrl-video iframe, .gnrl-video video {
        height: 245px;
    }
    #page-content.contact_pg {
        padding: 35px 0 !important;
    }
    .contact_pg h2 strong.cntct-title-btm {
        font-size: 25px;
    }
    .contact_pg h2 {
        margin: 0 0 20px;
        font-size: 33px;
        line-height: 1.1;
    }
    #page-column .sp-block h2 {
        font-size: 18px;
        line-height: 1.2;
    }
    .weekly-mrkt-index-list {
        margin: 0 0 10px;
    }
    .weekly-mrkt-list {
        margin: 0 0 10px;
        gap: 10px;
    }
    #page-column .in-media-featr {
        margin: 0 0 15px;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    #page-content.services_sngl_pg {
        padding: 30px 0;
    }
    .services_sngl_pg #page-column h2 {
        font-size: 29px;
        margin: 0 0 15px;
        padding: 0 0 18px;
    }
    .services_sngl_pg #page-column h2::before {
        width: 235px;
        height: 10px;
    }
}
@media screen and (max-width:360px) {
    .hm-bnr-sec h1{
        font-size: 35px;
    }
}