/*
 Theme Name:   Harper Hall PLC
 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: 'Outfit';
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/outfit-v15-latin-200.eot');
    src: url('./fonts/outfit-v15-latin-200.eot?#iefix') format('embedded-opentype'),
        url('./fonts/outfit-v15-latin-200.woff2') format('woff2'),
        url('./fonts/outfit-v15-latin-200.woff') format('woff'),
        url('./fonts/outfit-v15-latin-200.ttf') format('truetype'),
        url('./fonts/outfit-v15-latin-200.svg#Outfit') format('svg');
}

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

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

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

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

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

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

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

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/poppins-v24-latin-600.eot');
    src: url('./fonts/poppins-v24-latin-600.eot?#iefix') format('embedded-opentype'),
        url('./fonts/poppins-v24-latin-600.woff2') format('woff2'),
        url('./fonts/poppins-v24-latin-600.woff') format('woff'),
        url('./fonts/poppins-v24-latin-600.ttf') format('truetype'),
        url('./fonts/poppins-v24-latin-600.svg#Poppins') 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: 'Poppins';
    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: 'Outfit';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}

p,
li,
ul,
ol,
blockquote {
    font-family: 'Poppins';
    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: #8abfca;
    z-index: 9999;
    border-bottom: 2px solid #e64d22;
}

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


}

.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: 'Outfit';
    position: relative;
    padding-top: 45px;
    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: 100%;

    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: 7px;

}

.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: #00407e;
    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: 'Outfit';

    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;
    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: 'Outfit';
}

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

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

.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: 'Outfit';
    border: 0;
    margin: 0;
    text-decoration: none;
}

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

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

.mobinav ul li ul li a {
    text-transform: capitalize;
    font-size: 15px;
}

.mobinav ul li a.drop.close,
.mobinav ul li a.drop.open {
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 0;
    width: 100%;
    height: 29px;
    background-color: transparent !important;
    /*    background-image: url(images/plus_icn.png);*/
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0px 5px !important;
    cursor: pointer;
}

.mobinav ul li a.drop.open {
    width: 22px;
    /*background-image: url(images/minus_icn.png);*/
}

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

.mobile_src_nav .container {
    position: relative;
}

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



.displayblock {
    display: block;
}

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

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

.site-header .container {
    max-width: 1500px;
}
.site-branding {
    padding-bottom: 5px;
}
.site-branding a {
    display: inline-block;
}
.hdr-menu-blck .top-right p {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.hdr-menu-blck .top-right p small {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    color: #e64d22;
    position: relative;
    text-transform: uppercase;
    padding: 0 22px 0 0;
    margin: 0;
}

.hdr-menu-blck .top-right p small::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #242e3a;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hdr-menu-blck .top-right p strong {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 4.68px;
    color: #00407e;
    text-transform: uppercase;
    position: relative;
    padding: 0 42px 0 22px;
    margin: 0;
}

.hdr-menu-blck .top-right p strong::after {
    position: absolute;
    content: "";
    width: 36px;
    height: 1px;
    background-color: #ffffff;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hdr-menu-blck .top-right p a {
    font-family: 'Outfit';
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1.2px;
    color: #e64d22;
    display: inline-block;
    padding-left: 10px;
    margin: 0;
}

.hdr-menu-blck .top-right p a:hover {
    color: #fff;
}

.hdr-menu-blck {
    text-align: right;
}

.top-right {
    margin: 0 0 28px;
}

#main-navigation ul {
    margin: 0;
    border-bottom: 1px solid rgba(232, 232, 232, 0.3);
    font-size: 0px;
    display: inline-block;
}

#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-family: 'Outfit';
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    color: #00407e;
    padding: 0 0 20px;
    display: inline-block;
    position: relative;
}

#main-navigation ul>li.current-menu-item>a,
#main-navigation ul>li>a:hover {
    color: #e64d22;
    border-bottom-color: #e64d22;
}

#main-navigation ul>li.current-menu-item>a::before,
#main-navigation ul>li>a:hover::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 15px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -382px -15px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#main-navigation ul>li.current-menu-item>a::after,
#main-navigation ul>li>a:hover::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background-color: #e64d22;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
}

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

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

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

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

#main-navigation .sub-menu li.current-menu-item>a {
    background-color: #00407e;
    color: #ffffff;
    border: 0;
}

#main-navigation .sub-menu li a:hover::after,
#main-navigation .sub-menu .current-menu-item>a::after {
    display: none;
}

#main-navigation .sub-menu li a:hover::before,
#main-navigation .sub-menu .current-menu-item>a::before {
    display: none;
}

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

#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item>a {
    background-color: #00407e;
    color: #ffffff;
    border: 0;
}

#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 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    z-index: 999;
}

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

.site-header.is-sticky .logo-section {
    padding: 10px 0 0;
    align-items: center;
}

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

@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: #ffffff;
    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;
}

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

a.cmn-btn {
    font-size: 21px;
    font-family: 'Outfit';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    padding: 27px 69px 26px;
    background-color: #e64d22;
}

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

.main-heading {
    font-size: 155px;
    letter-spacing: 0px;
    background: linear-gradient(to bottom, #000 0%, #efe9dd 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Outfit';
    font-weight: 700;
    line-height: 0.8;
    text-transform: uppercase;
    margin: 0;
    opacity: 10%;
    text-align: center;
}

.text-heading {
    font-family: 'Kaisei HarunoUmi';
    font-weight: 400;
    font-size: 75px;
    line-height: 1;
    color: #444444;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 36px;
    text-align: center;
    position: relative;
}




/*Banner section*/
.hm-banner-sec {
    position: relative;
    background-image: url(images/hm-banner-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    padding: 200px 0 300px;
}

.hmbnr-blck {
    padding-left: 30px;
}

.hmbnr-blck h1 {
    font-family: 'Kaisei HarunoUmi';
    font-weight: 400;
    font-size: 100px;
    line-height: 1.1;
    letter-spacing: -2px;
    color: #00407e;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.hmbnr-blck h1 strong {
    font-family: 'Outfit';
    font-weight: 300;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 3px;
    color: #ffffff;
    display: block;
    margin: 0 0 4px;
}

.hmbnr-blck h1 small {
    font-family: 'Outfit';
    font-weight: 500;
    font-size: 28px;
    line-height: 1.35;
    letter-spacing: 5px;
    display: block;
    color: #ffffff;
    padding-left: 24px;
    border-left: 5px solid #ffffff;
    margin: 12px 0 0;
}

.hmbnr-btn a.cmn-btn {
    font-size: 23px;
    padding: 27px 49px 26px 50px;
}







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

.hm-form-sec .container {
    width: 100%;
    max-width: 100%;
}

.bnr-rit-cnt.footer {
    text-align: left;
    position: absolute;
    transform: rotate(269deg);
    left: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 140px;
    pointer-events: none;
    right: auto;
    letter-spacing: 2.8px;
}

.hm-form-sec {
    padding: 37px 45px 70px;
    position: relative;
    background-color: #e64d22;
    width: 100%;
}

.ftr-logo {
    margin: 0 0 65px;
}

.ftr-itm-blck {
    display: flex;
    justify-content: center;
    padding: 45px 0 60px;
    border-top: 1px solid #e7e9ea;
    border-bottom: 1px solid #e7e9ea;
}

.hm-form-sec h2.text-heading {
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 19px;
}

.hm-form-sec p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 37px;
    text-align: center;
}

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

.ftr-form-sctn {
    text-align: center;
    background-color: #00407e;
}

.gchoice.gchoice_3_9_1 label {
    display: block;
}

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

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

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

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

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

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

.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {
    margin: 0px;
    width: 100% !important;
    color: #c7c5c5;
    outline: 0px;
    position: relative;
    border-radius: 0;
    font-family: 'Outfit';
    font-weight: 400;
    background: transparent;
    line-height: 130% !important;
    letter-spacing: 0;
    font-size: 18px !important;
    padding: 13px 15px 12px 20px !important;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
    border: 1px solid rgb(222, 201, 156, 0.3);
}

.hm-form .gform_wrapper .top_label input:focus,
.hm-form .gform_wrapper select:focus,
.hm-form .gform_wrapper .top_label textarea:focus {
    color: #ffffff !important;
}

.hm-form .gform_wrapper .top_label input::placeholder,
.hm-form .gform_wrapper .top_label textarea::placeholder {
    color: #c7c5c5;
}

.hm-form .gfield {
    position: relative !important;
    padding: 0;
    border: 0;
    font-size: 0;
    width: 48.6%;
}

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

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

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

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

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

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

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

.hm-form-sec .gform_wrapper .form-links,
.hm-form-sec .gfield.gfield--type-html.popfield {
    position: relative;
    width: 100%;
    color: #ffffff;
    line-height: 1;
    text-align: left;
    margin: 0 0 0px !important;
    font-size: 16px;
    font-family: 'Outfit';
    font-weight: 400;
}

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

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

.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 {
    text-align: center;
    padding: 0;
    float: right;
    position: relative;
    max-width: max-content;
    margin: -52px 0 0;
}

.hm-form .gform_wrapper .gform_footer.top_label::before {
    top: -6px;
    left: -6px;
    border-bottom: none;
    border-right: none;
}

.hm-form .gform_wrapper .gform_footer.top_label::after {
    bottom: -6px;
    right: -6px;
    border-top: none;
    border-left: none;
}

.hm-form .gform_wrapper .top_label input[type="submit"] {
    display: inline-block !important;
    background-color: #00407e !important;
    outline: none !important;
    border: 0px none !important;
    border-radius: 0 !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition-duration: 0.5s;
    font-family: 'Outfit' !important;
    font-weight: 500;
    width: auto !important;
    color: #ffffff !important;
    font-size: 23px !important;
    padding: 20px 35px !important;
    line-height: 1 !important;
    letter-spacing: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.hm-form .gform_wrapper .top_label input[type="submit"]:hover {
    background-color: #ffffff !important;
    color: #00407e !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 {
    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: 'Outfit';
    font-weight: 400;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 15px;
    color: #00407e;
    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;
    width: 100%;
}

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

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

.hm-form .gfield_description.validation_message {
    position: absolute;
    top: 2px;
    right: 8px !important;
    text-align: right;
    font-size: 13px;
    font-family: 'Outfit';
    color: #9a0200;
    width: 100%;
    pointer-events: none;
}

.hm-form .chk .gfield_description.validation_message {
    bottom: -20px !important;
    top: inherit;
    left: 0px;
    right: inherit !important;
    text-align: left;
}

/*.ftr-frm-sctn ends*/


/*Footer block*/
.ftr-block-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 51px;
}

.custom-header-content {
    width: 49.23%;
}

#footer-navigation ul {
    margin: 0;
    font-size: 0;
    text-align: center;
    padding: 0 0 51px;
}

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

#footer-navigation ul li:first-child {
    padding-left: 0;
}

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

#footer-navigation ul li:last-child::after {
    display: none;
}

#footer-navigation ul li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ffffff;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#footer-navigation ul li a {
    font-size: 22px;
    letter-spacing: 0.11px;
    color: #ffffff;
    padding: 0;
    font-family: 'Outfit';
    font-weight: 400;
    border: 0;
    line-height: 1;
    display: inline-block;
}

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

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

.ftr-itm {
    width: 41.6%;
    text-align: center;
    padding-top: 20px;
}

.ftr-itm.loc {
    padding-right: 40px;
    border-right: 1px solid #e7e9ea;
}

.ftr-itm.cnct {
    padding-left: 40px;
}

.ftr-itm h4 {
    font-family: 'Kaisei HarunoUmi';
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    color: #e64d22;
    margin: 0 0 10px;
    padding: 70px 0 0;
    position: relative;
}

.ftr-itm h4:before {
    content: '';
    position: absolute;
    width: 36px;
    height: 47px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -150px -15px;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}

.ftr-itm.cnct h4:before {
    background-position: -83px -15px;
    width: 49px;
    height: 49px;
}

.ftr-itm p {
    font-family: 'Outfit';
    font-weight: 200;
    font-size: 16px;
    line-height: 1.31;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0;
}

.ftr-itm.cnct p a {
    font-size: 32px;
    font-family: 'Outfit';
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
}

.ftr-itm.cnct p a:hover {
    color: #e64d22;
}

.ftr-itm.cnct h5 {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.66px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.ftr-itm p.directions a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 6px 0 0;
    display: inline-block;
}

.ftr-itm p.directions a:hover {
    color: #e64d22;
    border-color: #e64d22;
}

.ftr-itm.ftr-logo img {
    margin: 0 0 20px;
}

.social-icns {
    display: flex;
    justify-content: center;
    gap: 10px;
}

/*Copy Rights Section*/
.ftr-copyrights-sec {
    background-color: #003365;
    padding: 20px 0px;
    text-align: center;
}

.ftr-copyrights-sec p {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.32px;
    color: #ffffff;
    margin: 0;
}

.ftr-copyrights-sec p a:hover {
    display: inline-block;
    color: #e64d22;
}

.hm-iframe-sec .container {
    max-width: 100%;
    width: 100%;
    margin: auto;
}

.hm-iframe {
    border-top: 5px solid #00407e;
}

/* Home Practice Areas */


.hm-practice-areas-sec .main-heading {
    margin: 0 0 -57px;
}

.hm-practice-areas-sec .container {
    max-width: 100%;
}

.hm-practice-areas-sec:before {
    content: '';
    position: absolute;
    background-color: rgb(156, 102, 68, 0.2);
    width: 100%;
    height: 1px;
    top: 16%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.hm-practice-areas-sec {
    padding: 34px 0 60px;
    position: relative;
}

.hm-practice-areas-sec h4 {
    font-size: 30px;
    font-family: 'Outfit';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 9px;
    color: #000000;
    text-transform: uppercase;
    margin: 0 auto 55px;
    text-align: center;
    max-width: max-content;
    padding: 0 20px;
    background-color: #fff;
    position: relative;
}

.hm-pract-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 45px;
}

.hm-pract-itm {
    width: 100%;
    /*width: 32.3%;*/
    margin: 0 0.5%;
    background-color: #00407e;
    padding: 43px 10px 30px 60px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.hm-pract-itm:hover {
    background-color: #e64d22;
}

.hm-pract-itm:hover .hm-pract-btn a.cmn-btn {
    background-color: #00407e;
}

.hm-pract-itm:hover .hm-pract-icon {
    background-image: url(images/hm-pract-bg-hvr.webp);
}

.hm-pract-itm h3 {
    font-size: 48px;
    font-family: 'Kaisei HarunoUmi';
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0 0 60px;
}

.hm-pract-btn a.cmn-btn {
    padding: 21px 58px 20px;
    font-size: 22px;
    font-weight: 600;
}

.hm-pract-cont {
    width: 55.7%;
}

.hm-pract-icon {
    width: 50.1%;
    text-align: center;
    background-image: url(images/hm-pract-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 100px 0 55px;
}

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

.hm-pract-img {
    width: 46.4%;
    margin: 0 auto;
}

.hm-pract-btn {
    position: absolute;
    left: 60px;
    bottom: 59px;
}

.hm-pract-view-btn {
    text-align: center;
}

.hm-pract-hvr a {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 2;
}


/* Home About Section */

.hm-about-sec {
    /*padding: 49px 0 162px;*/
    padding: 50px 0 85px;
}

.hm-about-sec h2 {
    margin: 0 0 55px;
    color: #393939;
}

.hm-abt-list {
    display: flex;
    justify-content: space-between;
}

.hm-abt-lft-cnt {
    width: 47.7%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
}

.hm-abt-rgt-cnt {
    width: 47.7%;
}

.abt-sec-img img {
    width: 100%;
    display: block;
}

.abt-sec-img {
    margin: 22px 0 0;
    position: relative;
    padding: 20px 0;
    z-index: 1;
}

.abt-sec-img:before {
    content: '';
    position: absolute;
    background-color: #00407e;
    width: 74.7%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}

.hm-abt-list p {
    font-size: 20px;
    font-family: 'Outfit';
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0px;
    color: #393939;
    margin: 0 0 20px;
}

.hm-abt-btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 34px;
    margin: 32px 0 0;
}

.hm-abt-call {
    padding: 0 0 0 60px;
    position: relative;
}

.hm-abt-call h6 {
    font-size: 17px;
    font-family: 'Outfit';
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.68px;
    color: #00407e;
    text-transform: uppercase;
    margin: 0;
}

.hm-abt-call h6 a {
    display: block;
    margin: 5px 0 0;
    font-size: 33px;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    color: #e64d22;
}

.hm-abt-call h6 a:hover {
    color: #00407e;
}

.hm-abt-us-btn a.cmn-btn {
    padding: 27px 46px 26px;
}

.hm-abt-call h6 a:before {
    content: '';
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -15px -15px;
    width: 49px;
    height: 49px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}



/*Attorney Tabs Section*/

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

.hm-atrny-sec .container {
    max-width: 1500px;
}

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

.hm-atrny-sec .tabs {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 32px;
}

/*.hm-atrny-blk {
    display: flex;
    justify-content: space-between;
}*/

.hm-atrny-list {
    width: 76%;
}

.tab-buttons {
    width: 14.4%;
}

.hm-atrny-lft {
    width: 53.3%;
    padding: 84px 0 0;
}

.hm-atrny-rgt {
    width: 42.8%;
    text-align: center;
    background: linear-gradient(to bottom, #175795 0%, #27649e 45%, #175795ad 100%);
    padding: 137px 0 0;
    position: relative;
    z-index: 1;
}
.hm-atrny-hvr a {
    position: absolute;
    font-size: 0;
    display: block;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.hm-atrny-rgt:before {
    content: '';
    position: absolute;
    background-image: url(images/hm-atrny-logo.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    top: 6%;
    left: 0;
    right: 0;
    margin: auto;
    width: 407px;
    height: 365px;
    z-index: -1;
}

.hm-atrny-lft .text-heading {
    text-align: left;
    color: #ffffff;
    margin: 0 0 37px;
}

.hm-atrny-lft p {
    font-size: 20px;
    font-family: 'Outfit';
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: -0.2px;
    color: #ffffff;
    margin: 0 0 20px;
}

.hm-atrny-btn a.cmn-btn {
    font-weight: 600;
    padding: 27px 49px 26px;
}

.hm-atrny-btn {
    margin: 50px 0 0;
}

.hm-atrny-rgt-cont {
    background-color: #e64d22;
    padding: 40px 20px;
}

.hm-atrny-rgt-cont h4 {
    font-size: 50px;
    font-family: 'Outfit';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.hm-atrny-rgt-cont p {
    font-size: 25px;
    font-family: 'Outfit';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 7.5px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}

.hm-atrny-sec button.tab-btn {
    margin: 0 0 48px;
    border: 0;
    background: transparent;
    padding: 0;
    outline: 4px solid #00407e;
    outline-offset: -4px;
}

.hm-atrny-sec button.tab-btn.active {
    outline-color: #e64d22;
}

.hm-atrny-rgt-img {
    width: 76%;
    margin: 0 auto;
}

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

/*Hm testimonials*/

.hm-testimonials {
    /*padding: 125px 0 55px;*/
    padding: 85px 0 55px;
}

.hm-testimonials .container {
    width: 100%;
    max-width: 1500px;
    margin: auto;
}

.hm-testimonials .text-heading {
    margin: -60px 0 35px;
    text-align: center;
    position: relative;
}

.hm-testimonials .testi-item {
    padding: 30px 30px 115px 30px;
    border: 1px solid #acc3c9;
    position: relative;
}

.hm-testimonials .testi-item:before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -15px -88px;
    width: 108px;
    height: 93px;
    bottom: 9%;
    right: 9%;
    margin: auto;
}

.hm-testimonials .testi-item h4 {
    font-family: 'Kaisei HarunoUmi';
    font-weight: 400;
    font-size: 30px;
    color: #e64d22;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 0px;
}

.hm-testimonials .testi-item p {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 20px;
    color: #393939;
    line-height: 1.75;
    letter-spacing: 0;
    margin: 0 0 35px;
}

.hm-testimonials .testi-item h5 {
    font-family: 'Kaisei HarunoUmi';
    font-weight: 400;
    font-size: 25px;
    color: #e64d22;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0;
}

.hmtesti-btn {
    text-align: center;
}

.hm-testimonials .testi-name {
    position: absolute;
    bottom: 45px;
    left: 30px;
    margin: auto;
}

.hm-testimonials .testi-item .star-rat {
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -204px -15px;
    margin: 0 0 10px;
    width: 164px;
    height: 28px;
}

.hmtesti-btn a.cmn-btn {
    padding: 24px 68px;
}

.hm-testi-list .splide__slide.is-active {
    border: 1px solid #634837;
}

.hm-testi-list .splide__slide.is-active .testi-item {
    border: 1px solid transparent;
}

.hm-testimonials .splide__slide {
    display: flex;
}

.hm-testimonials #home-reviews-slider {
    padding: 0 3px 60px;
}

#home-reviews-slider .splide__arrows.splide__arrows--ltr {
    display: flex;
    width: 38%;
    justify-content: space-between;
    position: absolute;
    bottom: -10px;
    margin: auto;
    left: 0;
    right: 0;
}

#home-reviews-slider button.splide__arrow.splide__arrow {
    position: inherit;
    background: transparent;
    width: 59px;
    height: 53px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    font-size: 0;
    transition: 0.5s;
    background-position: -150px -88px;
    transform: none;
}

#home-reviews-slider button.splide__arrow.splide__arrow--next {
    background-position: -226px -88px;
}

#home-reviews-slider button.splide__arrow.splide__arrow:hover {
    background-position: -150px -155px;
}

#home-reviews-slider button.splide__arrow.splide__arrow--next:hover {
    background-position: -226px -155px;
}


/*Hm Consultation*/

.hm-consultation-sctn {
    padding: 80px 0 380px;
    background-image: url(images/consult-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.consult-cnct .text-heading {
    font-size: 72px;
    color: #00407e;
    text-align: left;
    margin: 0 0 15px;
}

.consult-cnct {
    width: 100%;
    max-width: 820px;
    margin: 0 auto 0 0;
}

.hm-consultation-sctn h4 {
    font-family: 'Outfit';
    font-weight: 300;
    font-size: 50px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.hm-consultation-sctn p {
    font-family: 'Outfit';
    font-weight: 500;
    font-size: 29px;
    color: #ffffff;
    line-height: 1.3;
    letter-spacing: -0.58px;
    margin: 0 0 20px;
}

.consult-btn-call {
    display: flex;
    gap: 30px;
    align-items: center;
}

.consult-btn a.cmn-btn {
    padding: 24px 29px;
}

.consult-call {
    position: relative;
    padding: 0 0 0 60px;
}

.consult-call p {
    font-family: 'Outfit';
    font-weight: 300;
    font-size: 17px !important;
    color: #00407e;
    line-height: 1;
    letter-spacing: 0.68px;
    margin: 0 !important;
    text-transform: uppercase;
}

.consult-call p a {
    font-size: 33px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #00407e;
    line-height: 1;
    letter-spacing: 0;
    margin: 5px 0 0;
    display: block;
}

.consult-call p a:hover {
    color: #e64d22;
}

.consult-call a::before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -15px -15px;
    width: 49px;
    height: 49px;
    top: 0px;
    bottom: 0;
    left: 0;
    margin: auto;
}

/*Hm Blog*/

.hm-blog-sec {
    padding: 108px 0 124px;
}

.hm-blog-sec .posts-list {
    width: 100%;
}

.hm-blog-sec .posts-list .posts-block {
    padding: 25px 15px 95px 25px;
    background-color: #00407e;
    margin: -70px 25px 0 0;
    position: relative;
    z-index: 1;
}

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

.hm-blog-sec .posts-list:hover .posts-block {
    background-color: #e64d22;
}

.hm-blog-sec .posts-list .posts-block h3 {
    margin: 0 0 25px;
}

.hm-blog-sec .posts-list .posts-block h3 a {
    font-family: 'Kaisei HarunoUmi';
    font-weight: 400;
    font-size: 28px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.39;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hm-blog-sec .posts-readmore {
    position: absolute;
    left: 30px;
    right: 0px;
    bottom: 45px;
    margin: auto;
}

.hm-blog-sec .posts-list .posts-readmore a {
    font-family: 'Outfit';
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    letter-spacing: 0;
    background-color: #e64d22;
    padding: 16px 37px;
}

.hm-blog-sec .posts-list:hover .posts-readmore a {
    background-color: #00407e;
}

.hm-blog-sec .hm-blog-btn {
    text-align: center;
}

.hm-blog-sec .hm-blog-btn a.cmn-btn {
    padding: 25px 68px;
}

.hm-blog-sec #home-posts-slider, .hm-blog-sec #home-practice-areas {
    padding: 0 0 65px;
}

#home-posts-slider .splide__arrows.splide__arrows--ltr, #home-practice-areas .splide__arrows.splide__arrows--ltr {
    display: flex;
    width: 47%;
    justify-content: space-between;
    position: absolute;
    bottom: -30px;
    margin: auto;
    left: 0;
    right: 0;
}
#home-practice-areas .splide__arrows.splide__arrows--ltr {
    bottom: -75px;
    width: 630px;
}

#home-posts-slider button.splide__arrow.splide__arrow, #home-practice-areas button.splide__arrow.splide__arrow {
    position: inherit;
    background: transparent;
    width: 44px;
    height: 22px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    font-size: 0;
    transition: 0.5s;
    transform: none;
    background-position: -307px -88px;
}

#home-posts-slider button.splide__arrow.splide__arrow--next, #home-practice-areas button.splide__arrow.splide__arrow--next {
    background-position: -366px -88px;
}

#home-posts-slider button.splide__arrow.splide__arrow:hover, #home-practice-areas button.splide__arrow.splide__arrow:hover {
    background-position: -307px -124px;
}

#home-posts-slider button.splide__arrow.splide__arrow--next:hover, #home-practice-areas button.splide__arrow.splide__arrow--next:hover {
    background-position: -366px -124px;
}






















/*inner page styles*/

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

.disclaimer-trigger {
    cursor: pointer
}

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

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

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

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

.footer-col {
    width: 32%
}

.map-col {
    width: 48%
}

.copyright {
    text-align: center;
}

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

@media screen and (max-width:991px) {
    .head-sec {
        padding: 20px 0;
    }

    .showhide {
        display: block;
    }

    .mobinav ul {
        display: block;
    }

    .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: #00407e;
    }

    .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;
        align-items: center;
    }

    .site-branding {
        width: 100%;
        max-width: 130px;
        padding: 0;
    }

    .header-number a {
        font-size: 18px;
        padding: 16px 15px 16px 30px;
    }

    .sicky-cnt.sticky-mobile-logo {
        width: 100%;
        max-width: 180px;
    }
}

.widget.widget_fact_checked .fact_checked_inner {
    display: flex;
    justify-content: space-between;
    min-height: 45px;
    align-items: center;
}

.widget.widget_fact_checked .fact_checked_inner .checked_by {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
}

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

.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: 24%;
}

.checked-left {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

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

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 {
    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.case-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.case-res .case-inner-blk.owl-carousel .owl-nav button {
    width: 59px;
    height: 53px;
    background-color:transparent;
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    font-size: 0;
    transition: .5s;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev,
section.widget.case-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.case-res .case-inner-blk.owl-carousel .owl-nav button.owl-prev {
    background-position: -113px -85px;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev:hover{
    background-position: -113px -150px;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next,
section.widget.case-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.case-res .case-inner-blk.owl-carousel .owl-nav button.owl-next {
    background-position: -191px -85px;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next:hover{
    background-position: -191px -150px;
}

section.widget.widget_recent_entries {
    background-color: #b7b2b2;
    padding: 20px;
    margin-bottom: 20px;
}

.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: 48%;
    position: relative;
    background-color: #ffffff80;
    padding: 18px 15px 58px;
    margin: 0;
}

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

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

#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: 20px;
}

#page-column section.widget.widget_team_member .team_member_item {
    width: 40%;
    text-align: center;
    padding: 20px;
    background-color: #dbd9d9;
    position: relative;
}

#page-column section.widget.widget_team_member .team_member_pic {
    margin: 0 0 20px;
}

#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 {
    font-size: 28px;
    line-height: 1;
    margin: 0 0 15px;
}

#page-column section.widget.widget_team_member .team_member_summary p {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    text-transform: capitalize;
}
.page-id-632 #page-column ul li:nth-child(2):before, .page-id-638 #page-column ul li:nth-child(6):before {
    display: none;
}
.page-id-361 #page-column .faqs-btn a:hover, .page-id-361 #page-column .faqs-btn a{
    color: #fff !important;
}
.faqs-btn{
    margin-bottom: 20px;
}

.hm-atrny-sec .hm-atrny-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px auto;
    align-items: center;
}

.hm-atrny-sec .hm-atrny-blk {
    width: 100%;
    text-align: center;
    background: linear-gradient(to bottom, #175795 0%, #27649e 45%, #175795ad 100%);
    padding: 20px 0 0;
    position: relative;
    z-index: 1;
    max-width: 320px;
    margin: 0px 2%;
}
.hm-atrny-blk-img {
    width: 100%;
    margin: 0 auto;
}
.hm-atrny-blk-img img{
    width: 100%;
    display: block;
}
.hm-atrny-sec .hm-atrny-hvr a {
    position: absolute;
    font-size: 0;
    display: block;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.hm-atrny-sec .hm-atrny-blk:before {
    content: '';
    position: absolute;
    background-image: url(images/hm-atrny-logo.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    top: 3%;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 45.5%;
    z-index: -1;
}

.hm-atrny-sec .hm-atrny-blk-cont {
    background-color: #e64d22;
    padding: 30px 20px;
}

.hm-atrny-sec .hm-atrny-blk-cont h4 {
    font-size: 40px;
    font-family: 'Outfit';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0 0 10px;
}

.hm-atrny-sec .hm-atrny-blk-cont p {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 5.5px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}
.hm-atrny-sec .single-profile-image img {
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    padding: 10px 0px 0px;
    border: 10px solid #ffffff52;
}
.hm-atrny-sec h2 {
    font-size: 80px;
    font-family: 'Outfit';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.contact-bottom-sec img{
    width: 45%;
    float: left;
    margin: 0px 3% 2% 0px;
}
.contact-bottom-sec p {
    text-align: left;
}
.author-info{display: flex;color: #fff !important; font-size: 18px; font-family: 'Outfit'; line-height: 1.4;  letter-spacing: 0; font-weight: 400;margin-bottom: 10px;}
.author-info .post-category, .author-info .post-dt{padding: 0px 10px;} 
.author-info .post-dt{padding-left: 0px !important;}
#post-content .posts-list .author-info a{color: #fff !important;}
#post-content .posts-list .author-info a:hover{color: #00407e !important;}