/*
 Theme Name:   Anne Hamer Law
 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: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/inter-v20-latin-300.eot');
    src: url('./fonts/inter-v20-latin-300.eot?#iefix') format('embedded-opentype'),
        url('./fonts/inter-v20-latin-300.woff2') format('woff2'),
        url('./fonts/inter-v20-latin-300.woff') format('woff'),
        url('./fonts/inter-v20-latin-300.ttf') format('truetype'),
        url('./fonts/inter-v20-latin-300.svg#Inter') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/inter-v20-latin-regular.eot');
    src: url('./fonts/inter-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/inter-v20-latin-regular.woff2') format('woff2'),
        url('./fonts/inter-v20-latin-regular.woff') format('woff'),
        url('./fonts/inter-v20-latin-regular.ttf') format('truetype'),
        url('./fonts/inter-v20-latin-regular.svg#Inter') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    src: url('./fonts/inter-v20-latin-italic.eot');
    src: url('./fonts/inter-v20-latin-italic.eot?#iefix') format('embedded-opentype'),
        url('./fonts/inter-v20-latin-italic.woff2') format('woff2'),
        url('./fonts/inter-v20-latin-italic.woff') format('woff'),
        url('./fonts/inter-v20-latin-italic.ttf') format('truetype'),
        url('./fonts/inter-v20-latin-italic.svg#Inter') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/inter-v20-latin-600.eot');
    src: url('./fonts/inter-v20-latin-600.eot?#iefix') format('embedded-opentype'),
        url('./fonts/inter-v20-latin-600.woff2') format('woff2'),
        url('./fonts/inter-v20-latin-600.woff') format('woff'),
        url('./fonts/inter-v20-latin-600.ttf') format('truetype'),
        url('./fonts/inter-v20-latin-600.svg#Inter') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/inter-v20-latin-700.eot');
    src: url('./fonts/inter-v20-latin-700.eot?#iefix') format('embedded-opentype'),
        url('./fonts/inter-v20-latin-700.woff2') format('woff2'),
        url('./fonts/inter-v20-latin-700.woff') format('woff'),
        url('./fonts/inter-v20-latin-700.ttf') format('truetype'),
        url('./fonts/inter-v20-latin-700.svg#Inter') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/cormorant-garamond-v21-latin-600.eot');
    src: url('./fonts/cormorant-garamond-v21-latin-600.eot?#iefix') format('embedded-opentype'),
        url('./fonts/cormorant-garamond-v21-latin-600.woff2') format('woff2'),
        url('./fonts/cormorant-garamond-v21-latin-600.woff') format('woff'),
        url('./fonts/cormorant-garamond-v21-latin-600.ttf') format('truetype'),
        url('./fonts/cormorant-garamond-v21-latin-600.svg#CormorantGaramond') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Libre Caslon Display';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/libre-caslon-display-v18-latin-regular.eot');
    src: url('./fonts/libre-caslon-display-v18-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/libre-caslon-display-v18-latin-regular.woff2') format('woff2'),
        url('./fonts/libre-caslon-display-v18-latin-regular.woff') format('woff'),
        url('./fonts/libre-caslon-display-v18-latin-regular.ttf') format('truetype'),
        url('./fonts/libre-caslon-display-v18-latin-regular.svg#LibreCaslonDisplay') 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: 'Inter';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clear {
    clear: both;
}

.alignleft,
.alignright,
.aligncenter {
    margin-bottom: 10px;
}

.alignnone {
    margin-bottom: 10px;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}

iframe,
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}

img {
    border: 0;
    height: auto;
}

a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}

p,
li,
ul,
ol,
blockquote {
    font-family: 'Inter';
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a:visited {
    color: inherit;
}

a:focus {
    outline: 0 !important;
}

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: #2ea3f3;
    z-index: 9999;
    border-bottom: 2px solid #2072aa;
}

.sicky-logo {

    width: 100%;

    max-width: 300px;

    padding: 0 15px;

}



.header-sticky {

    width: 100%;

    float: left;

    background: #c4c9b2;

    padding: 10px;

    display: none;

}

.header-sticky .sticky-cnt {

    width: 25%;

    float: left;

    text-align: center;

    font-size: 15px;

    color: #c4c9b2;

    padding: 0 8px;

}

.header-sticky .mobile_src_nav,

.header-sticky .showhide {

    display: block;

}

.header-sticky .mobile_src_nav {

    background: transparent;

}

.header-sticky .stickyshowhide .txt {

    width: 40px;

    height: 40px;

    text-align: center;

    float: none;

    padding: 0;

    position: relative;

    font-weight: normal;

}

.header-sticky .sticky-cnt>a,
.header-sticky .sticky-cnt button {
    font-size: 17px;
    color: #fff;
        font-family: 'Inter';
        font-weight: 400;
    position: relative;
    padding: 45px 0 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: transparent;
}

.header-sticky .sticky-cnt a:before,
.header-sticky .sticky-cnt button:before {
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: transparent;
    border-radius: 100%;
    border: 2px solid #ffffff;
}

.header-sticky .sticky-cnt button:before {
    background: url(images/header-sticky-menu.webp) no-repeat center;
}

.header-sticky .sticky-cnt a:before {
    background-image: url(images/header-sticky-call.webp);
    background-repeat: no-repeat;
    background-position: center;
}


.header-sticky .stickyshowhide .txt:before {

    display: block;

    width: 40px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    margin: auto;

    font-size: 18px;

    border: 1px #fff solid;

    color: #f2f2f2;

    border-radius: 50%;

    -webkit-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

}

.sticky-mobinav ul li a.drop {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: max-content;
    height: 45px;
}

.sticky-mobinav ul li a.drop.open {

    width: 28px;

}

.sticky-mobinav ul li a.drop:after {

    content: "";

    background: url(images/sprite_icons.png) no-repeat left top;

    background-position: 0px 0px;

    width: 13px;

    height: 13px;

    position: absolute;

    right: 0;

    top: 9px;

}

.sticky-mobinav ul li a.drop.open:after {

    background-position: -28px 0px;

}

.header-sticky .sicky-cnt .stickyshowhide:before {

    background: url(images/header-sticky-menu.png) no-repeat center;

}

.header-sticky .sicky-cnt.sticky-faq-wrap a:before {

    background: url(images/header-sticky-faqs.png) no-repeat center;

}

.header-sticky .sicky-cnt.sticky-call-wrap a:before {

    background: url(images/header-sticky-call.png) no-repeat center;

}

.header-sticky .sicky-cnt.sticky-blog-wrap a:before {

    background: url(images/header-sticky-blog.png) no-repeat center;

}

#floatingMenu {

    position: fixed;

    top: 0;

    left: 0;

    -webkit-transform: translateX(-100%);

    -moz-transform: translateX(-100%);

    -ms-transform: translateX(-100%);

    -o-transform: translateX(-100%);

    transform: translateX(-100%);

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

    text-align: left;

    display: flex;

    width: 100%;

    height: 100vh;

    z-index: 99999;

}

.floatingMenu-list {
    width: 400px;
    background: #0d324a;
    overflow-y: auto;
    padding: 10px 10px;
    height: 100vh;
    position: relative;
}

#floatingMenu.openMenu {

    display: flex;

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -ms-transform: translateX(0);

    -o-transform: translateX(0);

    transform: translateX(0);

}

#cloaseFloatingMenu {
    text-align: right;
    font-size: 37px;
    line-height: 1;
    font-weight: 700;
    display: block;
    background: transparent;
    clear: both;
    outline: 0;
    border: 0;
    padding: 0;
    color: #ffffff;
    float: right;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

button#cloaseFloatingMenu2 {

    flex-grow: 1;

    width: calc(100% - 280px);

    height: 100%;

    font-size: 0px !important;
    background: transparent;
    border: 0;

}

.floatingMenuInner li {

    position: relative;

}

.floatingMenuInner a {

    color: #fff !important;

    letter-spacing: 0.4px;

    font-family: 'Asap', sans-serif;

    font-weight: 500;

    padding: 4px 0;

    font-size: 18px;

    display: block;

    line-height: 1;

    border-bottom: 1px solid #222222;

}

.floatingMenuInner .sub-menu {

    display: none;

}

.floatingMenuInner .menu-item-has-children>a:after {

    content: '';

    width: 10px;

    height: 2px;

    background-color: #fff;

    /* -webkit-transform: rotate(45deg);

       -moz-transform: rotate(45deg);

       -ms-transform: rotate(45deg);

       -o-transform: rotate(45deg);

       transform: rotate(45deg);*/

    position: absolute;

    top: 15px;

    right: 6px;

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

}

.floatingMenuInner .menu-item-has-children>a:before {

    content: '';

    width: 2px;

    height: 10px;

    position: absolute;

    top: 11px;

    right: 10px;

    display: block;

    opacity: 1;

    background-color: #fff;

}

.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {

    /*-webkit-transform: rotate(135deg);

      -moz-transform: rotate(135deg);

      -ms-transform: rotate(135deg);

      -o-transform: rotate(135deg);

      transform: rotate(135deg);*/

    opacity: 0;

}





.header-sticky.fixed-header .container {

    display: flex;

    padding: 0;

    align-items: center;

    justify-content: space-between;

}



.sicky-logo {
    max-width: 350px;
    text-align: center;
}



.sticky-wrap {
    display: none;
}


header#site-header.f-nav {
    position: fixed;
    border-bottom: 2px solid #82581f;
    background-color: #080d26;
    padding: 10px 0;
}

.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    float: none;
    text-align: left;
    cursor: pointer;
    padding: 0px 0 0 33px;
    position: relative;
    outline: 0;
    border: 0;
    background-color: transparent;
}

.showhide b.txtl {
    text-align: right;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    padding-top: 2px;
    letter-spacing: 0.5px;
    font-family: 'Inter';
}

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

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

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

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

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

.mobinav a:hover {
    color: #2ea3f3;
}

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

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

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

.mobile_src_nav .container {
    position: relative;
}

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


.site-header .container {
    max-width: 1700px;
}

.displayblock {
    display: block;
}

.body-content {
    width: 100%;
    float: left;
    height: 2000px;
    overflow: hidden;
}

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

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

.hdr-btn a {
    font-size: 21px;
    font-family: 'Inter';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2.1px;
    color: #2ea3f3;
    text-transform: uppercase;
    margin: 0;
    padding: 0 75px 0 0;
    position: relative;
}

.hdr-btn a:hover {
    color: #092131;
}

.hdr-btn a:before {
    content: '';
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -11px -11px;
    width: 54px;
    height: 54px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hdr-rgt {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 35px;
}

#main-navigation ul {
    margin: 0;
    border-top: 1px solid rgb(0, 0, 0, 0.2);
    font-size: 0;
}

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

#main-navigation ul li:first-child {
    margin-left: 0;
}

#main-navigation ul li:last-child {
    margin-right: 0;
}

#main-navigation ul li a {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    color: #092131;
    padding: 19px 0 0;
    display: block;
    min-width: inherit;
    text-transform: uppercase;
    position: relative;
}

#main-navigation ul > li > a:before {
    content: '';
    position: absolute;
    background-color: #2ea3f3;
    width: 8px;
    height: 8px;
    left: 0;
    right: 0;
    top: -4.5px;
    margin: auto;
    border-radius: 50%;
    display: none;
}

#main-navigation ul > li > a:after {
    content: '';
    position: absolute;
    background-color: #2ea3f3;
    width: 100%;
    height: 3px;
    left: 0;
    right: 0;
    top: -2px;
    margin: auto;
    display: none;
}

#main-navigation ul > li > a:hover:before,
#main-navigation ul > li.current-menu-item > a:before,
#main-navigation ul > li > a:hover:after,
#main-navigation ul > li.current-menu-item > a:after {
    display: block;
}
#main-navigation ul>li.current-menu-item>a,
#main-navigation ul>li>a:hover {
    color: #2ea3f3;
}

#main-navigation ul li ul.sub-menu {
    display: none;
    width: 220px;
    position: absolute;
    color: #fff;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #2ea3f3;
    padding: 0px 0;
    z-index: 999;
    border: 0;
}

#main-navigation ul li:hover ul.sub-menu {
    display: block;
}

#main-navigation ul li:hover ul.sub-menu li {
    position: relative;
}

#main-navigation ul li:hover ul.sub-menu li:hover>ul {
    display: block;
    top: 0;
    left: 100%;
}

#main-navigation .sub-menu li.current-menu-item>a {
    background-color: #2072aa;
    color: #fff;
}

#main-navigation .sub-menu li a {
    width: 100%;
    padding: 8px 10px;
    color: #ffffff;
    display: block;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 16px;
    border-bottom: 1px solid #fff;
}

#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item>a {
    background-color: #2072aa;
    color: #fff;
}

#main-navigation .sub-menu li:after {
    display: none;
}

#main-navigation .sub-menu li {
    width: 100%;
    margin: 0;
    padding: 0
}

#main-navigation .sub-menu li a:after {
    display: none
}

#main-navigation ul li ul.sub-menu li .sub-menu {
    display: none;
    width: 100%;
    position: absolute;
    color: #fff;
    top: 0;
    left: 100%;
    padding: 0px 0;
    z-index: 999;
}

.site-header {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 100%;
    padding: 12px 0 10px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 999;
}

.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background: #ecf7ff;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    border-bottom: 2px solid #2ea3f3;
}

.site-header.is-sticky .hdr-rgt {
    gap: 25px;
}

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

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.is-fading-out {
    opacity: 0;
    visibility: hidden;
}

.mobilenav {
    width: 280px;
    height: 100vh;
    background-color: #333;
    color: white;
    position: fixed;
    top: 0;
    left: -280px;
    transition: left 0.4s ease;
    z-index: 999;
}

.mobilenav.show {
    left: 0;
}

#mobilenav-toggle {
    display: none;
}

.mobilenav-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: blue;
    border: none;
    cursor: pointer;
    z-index: 1000;
    font-size: 0;
    line-height: 0px;
    width: 36px;
    height: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/open-mobilenav.webp);
}

.mobilenav-toggle.active {
    background-image: url(images/close-mobilenav.webp);
}

.close-mobilenav {
    font-size: 0;
    line-height: 0px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background-color: red;
    background-image: url(images/close-mobilenav.webp);
    background-position: center center;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
}


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

#mobile-navigation {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    padding-top: 45px;
}

#mobile-navigation ul {
    margin: 0;
    padding: 0
}

#mobile-navigation ul li {
    display: block;
    padding: 0 0px;
    margin: 0;
    position: relative
}

#mobile-navigation ul li a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    padding: 6px 10px;
    display: block;
    min-width: inherit
}

#mobile-navigation ul li.current-menu-item>a,
#mobile-navigation ul li:hover>a {
    color: #fff
}

#mobile-navigation .sub-menu li a {
    width: 100%;
    padding: 6px;
    color: #ffffff;
    display: block;
    text-align: left
}

#mobile-navigation ul li .drop.close,
#mobile-navigation ul li .drop.open {
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: transparent !important;
    background-image: url(images/nav-open.webp);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px 0px;
    cursor: pointer;
}

#mobile-navigation ul li .drop.open {
    width: 20px;
    background-image: url(images/nav-close.webp);
}

#mobile-navigation .sub-menu {
    padding-left: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease;
}

#mobile-navigation .sub-menu.open {
    max-height: 900px;
    transition: max-height 0.8s ease;
}




.text-heading {
    font-size: 75px;
    font-family: 'Inter';
    font-weight: 300;
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #092131;
    margin: 0 0 20px;
    text-align: center;
}

.text-heading strong {
    color: #2ea3f3;
    font-weight: 300;
    line-height: 1;
}

.sub-heading {
    font-size: 21px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: 8.4px;
    color: #2ea3f3;
    margin: 0 0 30px;
    text-align: center;
}

a.cmn-btn {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 21px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    background-color: #2ea3f3;
    display: inline-block;
    padding: 24px 60px;
    margin: 0;
    border-radius: 50px;
}

a.cmn-btn:hover {
    background-color: #092131;
}



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


/*Banner section*/

.hm-bnr-sec {
    padding: 200px 0 0;
    position: relative;
    z-index: 1;
}

.hm-bnr-sec .container{max-width: 1700px;}

.hm-bnr-sec::before {
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, #ecf7ff 0%, #ecf7ff00 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}

.hm-bnr-blk {
    padding: 58px 0px 0 115px;
    background-image: url(images/hm-bnr-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    border: 2px solid #2072aa;
    border-bottom-width: 7px;
    position: relative;
    z-index: 1;
}

.hm-bnr-blk:before {
    content: '';
    position: absolute;
    background-image: -webkit-linear-gradient(134deg, rgba(46, 163, 243, 0) 30%, rgb(46, 163, 243, 0.7) 100%);
    width: 334px;
    height: 334px;
    border-radius: 50%;
    top: 14.8%;
    left: 2.1%;
    z-index: -1;
}

.hm-bnr-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 60px;
}

.hm-bnr-lft {
    width: 50.4%;
}

.hm-bnr-rgt {
    width: 32.1%;
}


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

.hm-bnr-lft h1 {
    font-size: 150px;
    font-family: 'Inter';
    font-weight: 300;
    line-height: 0.86;
    letter-spacing: 0;
    color: #092131;
    text-transform: uppercase;
    margin: 0 0 95px;
}

.hm-bnr-lft h1 strong {
    font-weight: 300;
    color: #2ea3f3;
    line-height: 1;
    display: block;
}

.hm-bnr-lft h1 small {
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 25.2px;
    padding: 0px 0 0 115px;
    position: relative;
    display: block;
    margin: 15px 0 0;
    color: #0e3149;
}

.hm-bnr-lft h1 small:before {
    content: '';
    position: absolute;
    background-color: #0e3149;
    width: 87px;
    height: 2px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hm-bnr-btn a {
    font-size: 21px;
    font-family: 'Inter';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2.1px;
    color: #0e3149;
    text-transform: uppercase;
    margin: 0;
    padding: 0 110px 0 0;
    position: relative;
}

.hm-bnr-btn a:before {
    content: '';
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -10px -80px;
    width: 78px;
    height: 78px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hm-bnr-btn a:hover {
    color: #2ea3f3;
}


/* Hm Choose Section */

.hm-choose-sec {
    padding: 220px 0 120px;
    background-image: url(images/choose-bg-img.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    background-color: #fff;
}

.hm-choose-sec .container {
    max-width: 1700px;
}

.hm-choose-sec .text-heading {
    margin: 0 0 35px;
}

.choose-blk {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.choose-itm {
    width: 18.9%;
    padding: 10px 30px 50px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 1;
}

.choose-itm::before {
    position: absolute;
    content: "";
    background: linear-gradient(to top, rgba(32, 114, 170, 0) 0%, rgba(32, 114, 170, 0.06) 77%, rgba(32, 114, 170, 0.06) 100%);
    width: 100%;
    height: 80%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.choose-itm:nth-child(even) {
    flex-direction: column-reverse;
    padding: 50px 30px 10px;
}

.choose-itm:nth-child(even)::before {
    background: linear-gradient(to bottom, rgba(32, 114, 170, 0) 0%, rgba(32, 114, 170, 0.06) 77%, rgba(32, 114, 170, 0.06) 100%);
    bottom: auto;
    top: 0;
}

.choose-icon {
    width: 41.4%;
    margin: 0 auto;
}

.choose-cnt h4 {
    font-family: 'Inter';
    font-weight: 400;
    color: #092131;
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: 0;
    margin: 0 0 10px;
}

.choose-cnt p {
    font-family: 'Inter';
    font-weight: 400;
    color: #092131;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0 0;
}

/*Representation Section*/

.hm-about-sec {
    padding: 105px 0 60px;
}

.hm-about-sec .container {
    max-width: 1280px;
}

.hm-about-sec .text-heading {
    text-align: left;
    line-height: 1;
}

.hm-about-sec .sub-heading {
    margin: 0 0 5px;
    text-align: left;
}

.represent-blk {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
}

.represent-lft {
    width: 51.6%;
}

.represent-rite {
    width: 43.8%;
}

.represent-rite p,
.represent-lft-btm p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    color: #0c324a;
    line-height: 2;
    letter-spacing: 0;
    margin: 0;
}

.represent-blk-btm {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 0;
    border-top: 1px solid #2ea3f3;
}

.represent-lft-btm {
    width: 48.9%;
}

.represent-lft-btm p {
    margin: 0 0 25px;
}

.represent-lft-btm p a {
    color: #2ea3f3;
}
.represent-lft-btm p a:hover{
    color: #0c324a;
}
.represent-lft-btm h5 {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 25px;
    color: #1d7db9;
    line-height: 1.6;
    letter-spacing: 0;
    margin: 0 0 30px;
    padding: 0 0 0 115px;
    position: relative;
}

.represent-lft-btm h5:before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -269px -11px;
    width: 91px;
    height: 103px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.represent-rite-btm {
    width: 43.4%;
    position: relative;
}

.represent-img img {
    width: 100%;
    display: block;
    clip-path: polygon(9% 0, 100% 0, 100% 87%, 91% 100%, 0 100%, 0 12%);
}

.represent-vid-icon {
    width: 13.7%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: max-content;
}

.represent-vid-icon img {
    width: 100%;
    display: block;
}

/*Attorney Section*/

.hm-attorneys-sec {
    padding: 60px 0 0px;
    background-color: #ecf7ff;
}
.hm-attorneys-sec .sub-heading {
    text-align: center;
    margin: 0;
}

.attrny-itm {
    padding: 4px;
    position: relative;
}

.attrny-itm:hover .attrny-view-btn{
    border-top-color: #fff;
}

.attrny-itm:hover {
    -webkit-filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.3));
}

.attrny-blk.owl-carousel .owl-stage-outer {
    padding: 30px 0 60px;
}

.attrny-btn {
    text-align: center;
    max-width: max-content;
    margin: auto;
    position: relative;
    z-index: 1;
}

.attrny-itm-cnct {
    padding: 25px 0;
    width: 100%;
    background-image: url(images/attorney-itm-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    clip-path: polygon(14% 0, 100% 0, 100% 86%, 86% 100%, 0 100%, 0 14%);
}

.attrny-itm-cnct:before {
    position: absolute;
    content: "";
    background-image: -webkit-linear-gradient(90deg, rgb(5, 22, 51) 30%, rgba(5, 22, 51, 0) 100%);
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    height: 80%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.attrny-itm-cnct:hover:before {
    background-image: -webkit-linear-gradient(90deg, #2072aa 30%, rgba(5, 22, 51, 0) 100%);
}

.attrny-itm:after {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    clip-path: polygon(14% 0, 100% 0, 100% 86%, 86% 100%, 0 100%, 0 14%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    display: none;
}

.attrny-itm:hover:after {
    display: block;
}

.attrny-cnt {
    padding: 0 15px 0 30px;
    margin: -40px 0 0;
    z-index: 1;
    position: relative;
}

.attrny-cnt h4 {
    font-family: 'Cormorant Garamond';
    font-weight: 600;
    font-size: 42px;
    color: #fff;
    line-height: 0.9;
    letter-spacing: 0;
    margin: 0 0 15px;
    text-transform: uppercase;
    height: 75px;
    display: flex;
    align-items: center;
}
 
.attrny-view-btn a {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    letter-spacing: 3.9px;
    margin: 0;
    padding: 0 90px 0 0;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}

.attrny-view-btn a:before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -122px -135px;
    width: 55px;
    height: 23px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.attrny-view-btn {
    max-width: max-content;
    padding: 20px 0 0;
    border-top: 2px solid #2ea3f3;
}

.hm-attorneys-sec .attrny-blk.owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 34%;
    gap: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -55px;
}

.hm-attorneys-sec .attrny-blk.owl-carousel .owl-nav button {
    width: 46px;
    height: 42px;
    font-size: 0px !important;
    background-image: url(images/hm-sprites.webp) !important;
    background-repeat: no-repeat !important;
    transition: .5s;
}

.hm-attorneys-sec .attrny-blk.owl-carousel .owl-nav button.owl-prev {
    background-position: -122px -10px !important;
}

.hm-attorneys-sec .attrny-blk.owl-carousel .owl-nav button.owl-prev:hover {
    background-position: -122px -67px !important;
}

.hm-attorneys-sec .attrny-blk.owl-carousel .owl-nav button.owl-next {
    background-position: -196px -10px !important;
}

.hm-attorneys-sec .attrny-blk.owl-carousel .owl-nav button.owl-next:hover {
    background-position: -196px -67px !important;
}
.atrny-hvr a{
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
}





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


/*Attorney Section*/
.attorney-section {
    padding: 139px 0;
    background-color: #eee;
}

.attorney-section .col-full {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.attorney-section .col-left {
    width: 50%;
    padding: 30px;
    background-color: #29d100;
    color: #fff;
    border-radius: 20px;
}

.attorney-section .col-right {
    background-color: #e4d7d7;
    width: 46%;
    color: #fff;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/*Results Section*/

.caseresults-section {
    padding: 100px 0
}

.caseresults-section ul.splide__list li {
    margin: 0 10px;
}

.caseresults-section .splide__pagination__page {
    background: #000;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 12px;
    height: 12px;
    bottom: -40px;
}

.caseresults-section .splide__pagination__page.is-active {
    background: #29d100;
    transform: scale(1.4);
    z-index: 1;
}


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


.tab-btn.active {
    font-weight: bold;
    color: #333;
    display: inline;
}

.tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
}

.tab-content.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 10px;
    border: 1px solid #000;
    background-color: #fff;
}

.tab-buttons {
    margin: 0 0 20px;
}


/*Faq Section*/
.accordion-section {
    padding: 120px 0;
    background-color: #eee;
}

.accordion-item h3 {
    background: #ddd;
    padding: 10px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.accordion-item p {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    text-align: left;
}

.accordion-item h3.active {
    background: #ccc;
}

.accordion-item h3.active+.accordion-item p {
    max-height: 200px;
}

/*Home Testimonials Section*/

.hm-testimonials {
    padding: 92px 0 100px;
    text-align: center;
}

.hm-testimonials .container {
    max-width: 1280px;
}

.hm-testi-list.owl-carousel .owl-stage,
.hm-testi-list.owl-carousel .owl-item {
    display: flex;
}

.hm-testi-list.owl-carousel .owl-stage-outer {
    padding: 0 0 40px;
}

.hm-testimonials .testi-item {
    margin: 35px 0 0;
    width: 100%;
    position: relative;
	display: flex;
}

.hm-testimonials .testi-item:before {
    content: '';
    position: absolute;
    background-color: #2ea3f3;
    clip-path: polygon(9% 0, 92% 0, 100% 100%, 99.6% 100%, 91.8% 3.4%, 9.1% 3.4%, 0.5% 100%, 0 100%);
    width: 100%;
    height: 55px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -9;
}

.hm-testimonials .testi-item:after {
    content: '';
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -387px -10px;
    width: 59px;
    height: 45px;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;

}

.testi-itm-cnt {
    padding: 60px 45px 75px;
    background: linear-gradient(to bottom, rgba(32, 114, 170, 0.1) 0%, rgb(32, 114, 170, 0) 100%);
    clip-path: polygon(9% 0, 92% 0, 100% 15%, 100% 100%, 0 100%, 0 15%);
    border-bottom: 2px solid #1d7db9;
}

.star-rat {
    width: 100%;
    max-width: 172px;
    margin: 0 auto 26px;
}

.star-rat img {
    width: 100%;
    display: block;
}

.hm-testimonials .testi-item p {
    font-size: 19px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 1.84;
    letter-spacing: 0;
    color: #232323;
    margin: 0 0 30px;
}

.hm-testimonials .testi-item h5 {
    font-size: 35px;
    font-family: 'Cormorant Garamond';
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    color: #092131;
    text-transform: uppercase;
    position: absolute;
    bottom: 44px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.hm-testi-list .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 42%;
    gap: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -55px;
}

.hm-testi-list .owl-nav button {
    width: 46px;
    height: 42px;
    font-size: 0px !important;
    background-image: url(images/hm-sprites.webp) !important;
    background-repeat: no-repeat !important;
    transition: .5s;
}

.hm-testi-list .owl-nav button.owl-prev {
    background-position: -122px -10px !important;
}

.hm-testi-list .owl-nav button.owl-prev:hover {
    background-position: -122px -67px !important;
}

.hm-testi-list .owl-nav button.owl-next {
    background-position: -196px -10px !important;
}

.hm-testi-list .owl-nav button.owl-next:hover {
    background-position: -196px -67px !important;
}

.hmtesti-btn a.cmn-btn {
    position: relative;
    z-index: 1;
}



.hm-freedom-sec {padding: 195px 0 100px; margin: 0!important; background-color: #ecf7ff; background-image: url(images/freedom-bg-img.webp); background-repeat: no-repeat; background-position: bottom center; background-size: 100% 100%;padding-top: 80px!important} 

.freedom-blk {display: flex; justify-content: center; gap: 20px; background-image: -webkit-linear-gradient( 90deg, rgba(32,114,170,0) 25%, #c6deef 100%); margin: 0 50px; border-top: 2px solid #1d7db9; padding: 65px 0 0; } 

.freedom-lft{width: 46.8%; text-align: center; } 

.freedom-rite {width: 33.2%; } 

.freedom-img {width: 58%; margin: 0 auto 15px; } 

.freedom-lft h5{font-family: 'Cormorant Garamond'; font-weight: 600; font-size: 31px; color: #2ea3f3; line-height: 1; letter-spacing: 0; margin:  0 0 20px; } 

.freedom-lft p{font-family: 'Inter'; font-weight: 400; font-size: 21px; color: #051633; line-height: 1.7; letter-spacing: 0; margin: 0 0 30px; } 

.hm-freedom-sec .btm-hdng{font-family: 'Inter'; font-weight: 400; font-style: italic; font-size: 32px; color: #051633; letter-spacing: 0; line-height: 1.3; margin: 0 0 20px; text-align: center;} 

.freedom-rite-img img{width: 100%; display: block; } 


.freedom-btn a.cmn-btn {padding: 23px 79px; }

.frdm-btn-lst {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 20px 0 0;
}
 

/* Home Practice Section */
/* Home Practice Section */
 
.hm-pract-itm.active {
    opacity: 1;
    transform: scale(1) !important;
    z-index: 3;
    pointer-events: auto;
    -webkit-filter: drop-shadow(0 20px 20px rgba(46, 163, 243, 0.3));
    padding: 4px;
}
 
.hm-pract-itm.prev-card {
    transform: translateX(-70%) scale(0.81);
    z-index: 2;
    opacity: 1;
    transform-origin: right;
}
 
.hm-pract-itm.next-card {
    transform: translateX(51%) scale(0.81);
    z-index: 2;
    opacity: 1;
    transform-origin: right;
    text-align: right;
}
.hm-pract-itm.next-card .hm-pract-name h4:before{
    left: auto;
    right: 0;
}
.hm-pract-itm.active .hm-prct-cnt {
    right: 0;
    margin: auto;
    text-align: center;
    padding-bottom: 80px;
}
.hm-pract-list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
 
.hm-pract-blk {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 510px;
    padding: 0 0 50px;
}
 
.hm-pract-areas {
    padding: 60px 0 130px;
}
 
.hm-pract-itm {
    width: 49.4%;
    position: absolute;
    transform-origin: center;
    transition: 0.5s ease;
    opacity: 0;
    pointer-events: none;
}
 
.hm-pract-itm-cnt:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, #092131 0%, #09213100 100%);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
 
.hm-pract-itm.active .hm-pract-itm-cnt:before {
    background: linear-gradient(to top, rgb(32, 114, 170, 0.9) 30%, rgba(32, 114, 170, 0) 70%);
}
 
.hm-pract-itm.active .hm-pract-name h4 {
    font-size: 50px;
    display: inline-block;
}
.hm-pract-itm.active .hm-pract-name h4:before{
    right: 0;
    margin: auto;
}
 
.hm-pract-itm:after {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    clip-path: polygon(7% 0, 100% 0, 100% 87%, 93% 100%, 0 100%, 0 12%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}
 
.hm-pract-itm-cnt {
    width: 100%;
    position: relative;
    clip-path: polygon(7% 0, 100% 0, 100% 87%, 93% 100%, 0 100%, 0 12%);
}
 
.hm-prct-cnt {
    position: absolute;
    padding: 0 60px 35px;
    left: 0;
    bottom: 0;
}
.hm-pract-itm.next-card .hm-prct-cnt {
    left: auto;
    right: 0;
}
.hm-pract-img img {
    width: 100%;
    display: block;
}
 
.hm-pract-hvr a {
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}
 
.hm-pract-name h4 {
    font-size: 30px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 20px;
    padding: 0 0 15px;
    position: relative;
}
 
.hm-pract-name h4:before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 133px;
    height: 2px;
    left: 0;
    bottom: 0;
}
 
.hm-prct-btn a {
    font-size: 21px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
    display: inline-block;
}
 
.hm-pract-areas .pract-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 37%;
    gap: 20px;
    margin: 0 auto;
}
 
.hm-pract-areas button.pract-arrow {
    width: 46px;
    height: 42px;
    font-size: 0px !important;
    background-image: url(images/hm-sprites.webp) !important;
    background-repeat: no-repeat !important;
    background-position: -122px -10px !important;
    transition: .5s;
    background-color: transparent;
    cursor: pointer;
    padding: 0 !important;
    outline: 0 !important;
    border: 0 !important;
}
 
.hm-pract-areas button.pract-arrow.next-btn {
    background-position: -196px -10px !important;
}
 
.hm-pract-areas button.pract-arrow:hover {
    background-position: -122px -67px !important;
}
 
.hm-pract-areas button.pract-arrow.next-btn:hover {
    background-position: -196px -67px !important;
}
 
.hm-view-pract {
    text-align: center;
    margin: -55px 0 0;
}
 
.hm-view-pract a.cmn-btn {
    position: relative;
    z-index: 1;
}
 
 


/*Home Blog Section*/

.hm-blog-sec {
    padding: 135px 0 114px;
    background-image: url(images/hm-blog-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hm-blog-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 50px;
}

.hm-blog-top .text-heading {
    font-family: 'Libre Caslon Display';
    font-weight: 400;
    color: #124161;
    margin: 0;
}

.hm-blog-blk {
    padding: 0 32px;
}

.home-posts-list {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.blog-mbl-btn {
    display: none;
}

.hm-blog-itm {
    width: 32%;
    position: relative;
    color: #fff;
    padding: 0 0 32px;
    border-bottom: 2px solid #124161;
    text-align: center;
}

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

.hm-blog-cnt {
    padding: 30px 20px 0;
}

.hm-blog-cnt h3 {
    margin: 0;
}

.hm-blog-cnt h3 a {
    font-size: 24px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0;
    color: #124161;
    display: inline-block;
}

.hm-blog-itm:hover .hm-blog-cnt h3 a {
    color: #2ea3f3;
}

.hm-blog-itm:hover {
    border-bottom-color: #2ea3f3;
}


/*footer form*/

.footer-sec {
    background-image: url(images/footer-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hm-form .gfield label {
    display: none;
}

.hm-form .gform_required_legend {
    display: none;
}

.ftr-form-sctn {
    padding: 45px 0 0;
}

.ftr-logo {
    width: 20.8%;
    margin: 0 auto 64px;
}

.ftr-form-list {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgb(255, 255, 255, 0.2);
}

.ftr-lft {
    display: flex;
    justify-content: flex-start;
    padding: 30px 0 35px 13px;
}

.ftr-block-sec {
    width: 52%;
}

.ftr-form {
    width: 48%;
}

.ftr-lft h4 {
    font-size: 24px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    padding: 0 12px 5px 0;
    border-bottom: 2px solid rgb(255, 255, 255, 0.2);
    display: inline-block;
    margin: 0 0 18px;
}

.ftr-lctn,
.ftr-call {
    padding: 0 0 0 50px;
    position: relative;
}


.ftr-lctn {
    margin: 0 0 20px;
    position: relative;
}

.ftr-lctn:before {
    content: '';
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -249px -135px;
    width: 37px;
    height: 35px;
    left: 0;
    top: 6px;
}

.ftr-ofc-itm {
    margin: 0 0 30px;
}

.ftr-ofc-itm p {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
}

.ftr-ofc-itm p a {
    color: #2ea3f3;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
}

.ftr-ofc-itm p a:hover {
    color: #fff;
}

.ftr-call a {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
    display: inline-block;
}

.ftr-call a:hover {
    color: #2ea3f3;
}

.ftr-call a:before {
    content: '';
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -315px -135px;
    width: 37px;
    height: 35px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ftr-call.fax a:before{
    background-image: url(images/fax-icn.webp);
    background-position: initial;
        background-size: contain;
}

.ftr-call.fax{
    margin: 20px 0 0;
}

.ftr-ofc-itm:last-child {
    margin: 0;
}

.ftr-block-list {
    width: 56%;
}

.ftr-menu {
    width: 44%;
    padding: 10px 0 0;
}

.ftr-block-sec .ftr-lft-txt {
    padding: 10px 16px;
    border-top: 1px solid rgb(255, 255, 255, 0.2);
    border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.ftr-block-sec .ftr-lft-txt p {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 300;
    line-height: 1.68;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
    width: 87.5%;
}

.hm-form-sec {
    padding: 51px 50px 60px;
    background-color: #2ea3f3;
    clip-path: polygon(7% 0, 100% 0, 100% 91%, 93% 100%, 0 100%, 0 8%);
}

.hm-form-sec h2 {
    font-size: 70px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1.4px;
    color: #fff;
    margin: 0 0 10px;
    text-transform: uppercase;
    text-align: center;
}

.hm-form-sec p {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 28px;
    text-align: center;
}

.gchoice.gchoice_3_9_1 label {
    display: block;
}

.hm-form .gfield.chk {
    border: none;
    padding: 0;
}

.hm-form input::placeholder {
    color: #101010;
}

.hm-form input:-ms-input-placeholder {
    color: #101010;
}

.hm-form input::-ms-input-placeholder {
    color: #101010;
}

.hm-form textarea::placeholder {
    color: #101010;
}

.hm-form textarea:-ms-input-placeholder {
    color: #101010;
}

.hm-form textarea::-ms-input-placeholder {
    color: #101010;
}

.hm-form .gform_wrapper .top_label input,
.hm-form .gform_wrapper select,
.hm-form .gform_wrapper .top_label textarea {
    margin: 0px;
    width: 100% !important;
    color: #101010;
    outline: 0px;
    position: relative;
    border-radius: 0;
    font-family: 'Inter';
    background: #fff;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    font-size: 18px !important;
    padding: 17px 20px !important;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
    min-height: auto !important;
    border: 0 !important;
}

.hm-form .gfield {
    position: relative !important;
    width: 48.7%;
}

.hm-form .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 15px !important;
    justify-content: space-between;
    align-items: center;
}

.hm-form .gform_wrapper .top_label textarea {
    width: 100% !important;
    height: 120px !important;
    resize: none;
    margin: 0px 0 20px;
    min-block-size: 0px !important;
}

.hm-form .gfield.msg {
    width: 100%;
}

.hm-form-sec .gform_wrapper ul.gform_fields ul {
    margin: 0;
    padding: 0;
}

.hm-form-sec .gform_wrapper ul.gform_fields li {
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    width: 100%;
}

.hm-form .gform_wrapper .form-links a,
.hm-form .gfield--type-checkbox .gchoice label {
    cursor: pointer;
    font-size: 18px;
    font-family: 'Inter';
    line-height: 1;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
}

.hm-form .gform_wrapper .form-links a:hover {
    color: #092131;
}

.hm-form-sec .gform_wrapper .form-links,
.hm-form-sec .gfield.gfield--type-html.popfield {
    position: relative;
    width: 100%;
    color: #fff;
    line-height: 1;
    text-align: left;
    margin: 0 0 0px !important;
}

.hm-form-sec .gfield .ginput_container {
    margin: 0 !important;
}

.hm-form .gfield_description.instruction.validation_message {
    top: 3px;
}

.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    float: left;
    clear: both;
    margin: 0px 6px 0px 0 !important;
    padding: 0 !important;
}

.hm-form .gform_wrapper .gform_footer.top_label {
    padding: 0;
    text-align: center;
    margin: -60px 0 0 auto;
    max-width: max-content;
}

.hm-form .gform_wrapper .top_label input[type="submit"] {
    display: inline-block !important;
    background-color: #092131 !important;
    outline: none !important;
    border: 0px none !important;
    border-radius: 50px !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition-duration: 0.5s;
    font-family: 'Inter' !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    font-size: 21px !important;
    padding: 24px 48px !important;
    line-height: 1 !important;
    letter-spacing: 0;
    margin: 0;
}

.hm-form .gform_wrapper .top_label input[type="submit"]:hover {
    background-color: #fff !important;
    color: #2ea3f3 !important;
}

.hm-form .gform_validation_errors {
    display: none !important;
}

.popup {
    position: relative;
    display: inline-block;
    left: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.popup .popuptext {
    top: 15px;
    visibility: hidden;
    color: #000;
    position: relative !important;
    transition: transform 0.15s ease-out 0.15s;
    z-index: 1;
    width: 100%;
    top: 5px;
    left: 0;
    margin: 0px;
    text-align: center;
    font-family: 'Inter';
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 14px;
    color: #000;
    transition: transform 0.15s ease-out;
    display: inline-block;
    line-height: 1.6;
    z-index: 12;
}

.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: inherit;
    pointer-events: auto;
}

div#popup-container {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 100%;
}

.hm-form-sec .gform_wrapper.gravity-theme .gfield {
    position: relative;
    text-align: left;
}

.gform_button.disabled {
    pointer-events: none;
}

.hm-form-sec .gform_fields .ginput_container,
.hm-form-sec .gform_field {
    margin: 0;
}

.gfield--type-honeypot {
    display: none;
}

/*ERRROR*/
.hm-form .gfield_description {
    margin: 0px !important
}

.hm-form .gfield_description.validation_message {
    position: absolute;
    bottom: 0;
    right: 8px !important;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Inter';
    color: #ff0000;
    pointer-events: none;
    margin: 0;
}

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

/*.ftr-frm-sctn ends*/


/*Footer block*/

#footer-navigation ul {
    margin: 0;
    font-size: 0;
    padding: 0;
}

#footer-navigation ul li {
    display: block;
    padding: 0;
    position: relative;
    margin: 0 0 30px;
}

#footer-navigation ul li a {
    font-size: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 0;
    min-width: inherit;
    font-family: 'Inter';
    font-weight: 400;
    border: 0;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
}

#footer-navigation ul li:last-child {
    margin: 0;
}

#footer-navigation ul li.current-menu-item>a,
#footer-navigation ul li:hover>a {
    color: #2ea3f3;
}

/*Copy Rights Section*/

.ftr-copyrights-sec {
    padding: 45px 0px;
    text-align: center;
}

.ftr-copyrights-sec p {
    margin: 0;
}

.cpy-inr p{
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.08px;
    color: #fff;
    margin: 0;
    text-align: center;
}

.cpy-inr p a {
    display: inline-block;
    line-height: 1;
}

.cpy-inr p a:hover {
    color: #2ea3f3;
}

.cpy-inr .copy-para {
    font-size: 18px;
    font-weight: 400;
}


/*inner page styles*/

.single-container,
.container,
.footer-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto
}

.disclaimer-trigger {
    cursor: pointer
}

#disclaimer-container {
    display: none;
    position: relative;
    margin-top: 10px;
}

#disclaimer-container.show {
    display: block;
}

.disclaimer-content {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 4px;
}

/*.sidebar_posts, .sidebar_search, .sidebar_categories, .sidebar_archives, .sidebar_reviews { margin-bottom: 30px;}*/
.blocks {
    padding: 80px 0;
}

.footer-col {
    width: 32%
}

.map-col {
    width: 48%
}

.copyright {
    text-align: center;
}

.screen-reader-text {
    display: none !important;
}


/* .widget.widget_fact_checked p { margin-bottom: 0px;  display: flex; align-items: center;} */
.widget.widget_fact_checked p {
    margin-bottom: 0px;
}

.widget.widget_fact_checked p.mod_date span {
    margin-left: 10px;
}

.widget.widget_fact_checked p.widget-names {
    margin-left: 10px;
}

.widget.widget_fact_checked p.widget-names a {
    text-decoration: underline !important;
}

.widget.widget_team_bios .member_bios {
    padding: 20px 20px 0;
    text-align: center;
    margin-bottom: 0px;
    color: #000;
}

.widget.widget_team_bios .member_bios .bio_pic {
    margin-bottom: 15px;
}

.widget.widget_team_bios .member_bios .bio_name p a {
    font-size: 20px;
    text-decoration: underline;
    font-weight: bold;
}

section.widget.csae-res {
    background-color: #931917;
    padding: 20px 28px 30px;
    margin-bottom: 20px;
    text-align: center;
}

section.widget.csae-res .sdbr-case-item h4 {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 20px;
    color: #ffff;
}

section.widget.csae-res .sdbr-case-item p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #fff;
}

section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav,

section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav,

section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav,

section.widget.testi .testi-inner-blk.owl-carousel .owl-nav,

section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav,

section.widget .hm-insights.owl-carousel .owl-nav {

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 30px;

    margin: 20px auto 0;

    width: 58%;

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

    background-image: url(images/hm-sprites.webp);

    background-repeat: no-repeat;

    width: 46px;

    height: 42px;

}
 
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-position: -122px -10px !important;

}
 
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-position: -196px -10px !important;

}
 

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


.hm-pract-list {
    cursor: grab;
    user-select: none;
}
.hm-pract-list:active {
    cursor: grabbing;
}

.page-col-full .wp-block-table td, .page-col-full .wp-block-table th{border: none !important; padding: 0px !important;}