/*
 Theme Name:   chrismorrowlawfirm
 Theme URI:    https://wordpress.com/
 Description:  Twenty Nineteen Child Theme
 Author:       Wordpress
 Author URI:   https://wordpress.com/
 Template:     twentynineteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  chrismorrowlawfirm
*/
: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", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}
.alignleft, .alignright {
    width: 100%;
    float: none;
    display: block;
}
.alignnone,
.aligncenter {
    display: block;
    margin: 0 auto 20px auto;
}
@media screen and (min-width: 992px) {
    .alignleft {
        float: left;
        margin-right: 20px;
        margin: 0 20px 20px 0;
        max-width: 50%;
    }
    .alignright {
        float: right;
        margin-left:20px;
        margin: 0 0 20px 20px;
        max-width: 50%;
    }
}
iframe,
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
img {
    border: 0;
    height: auto;
}
a {
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", serif;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p,
li,
ul,
ol,
blockquote {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    margin: 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;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}
::-moz-placeholder {
    color: var(--placeholdercolor);
}
:-ms-input-placeholder {
    color: var(--placeholdercolor);
}
:-moz-placeholder {
    color: var(--placeholdercolor);
}
html {
    scroll-behavior: smooth;
}
.container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}
.leave-blank { display:none;}
.d-none,
.hide {
    display: none !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.fw {
    float: left;
    width: 100%;
}
.wrapper {
    float: left;
    width: 100%;
}
.head-sec {
    padding: 20px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    margin: 0;
    -webkit-transform: all 0.3s ease-in-out 0s;
    -moz-transform: all 0.3s ease-in-out 0s;
    -ms-transform: all 0.3s ease-in-out 0s;
    -o-transform: all 0.3s ease-in-out 0s;
    transform: all 0.3s ease-in-out 0s;
}
.head-sec.f-nav {
    background-color: #29333e;
}
.head-sec .container {
    max-width: 1600px;
}
.head-sec.f-nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    float: left;
    width: 24.7%;
    padding: 16px 0 0 0;
    margin: 0 0 0 -68px;
}
.head-sec.f-nav .logo {
    padding: 0;
    width: 20%;
}
.logo a[rel="home"] {
    display: block;
}
.logo img {
    transition-duration: 0.8s;
    display: block;
    width: 100%;
    -webkit-transform: all 0.3s ease-in-out 0s;
    -moz-transform: all 0.3s ease-in-out 0s;
    -ms-transform: all 0.3s ease-in-out 0s;
    -o-transform: all 0.3s ease-in-out 0s;
    transform: all 0.3s ease-in-out 0s;
}
.logo-rit {
    float: right;
    width: 65.8%;
}
.head-sec .top-rit {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 42px;
}
.head-sec.f-nav .top-rit {
    margin-bottom: 20px;
}
.head-sec.f-nav .top-rit p {
    font-size: 19px;
    margin-right: 20px;
}
.head-sec.f-nav .top-rit .cmn-btn a {
    padding: 18px 35px 18px 35px;
}
.head-sec.f-nav .top-rit .top-call-btn a {
    font-size: 38px;
    padding-left: 73px;
}
.head-sec.f-nav .top-rit .top-call-btn a:before {
    transform: scale(0.9);
}
.head-sec.f-nav .top-rit .top-call-btn {
    margin-left: 20px;
}
.head-sec .top-rit p {
    font-size: 21px;
    color: #ffffff;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Red Hat Display', sans-serif;
    border-bottom: 1px solid rgb(236 180 2 / 60%);
    margin: 0 30px 0 0;
    padding: 0 0 5px;
}
.head-sec .top-rit p span {
    color: #cf9f05;
}
.top-rit .cmn-btn a {
    padding: 22px 44px 22px 44px;
}
.cmn-btn a {
    font-size: 20px;
    color: #ffffff;
    background-image: linear-gradient(#e4ae04, #e5ae04, #ba830ad1);
    padding: 23px 45px 22px 44px;
    line-height: 1;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Red Hat Display', sans-serif;
    letter-spacing: 1.2px;
}
.cmn-btn a:hover {
    color: #000;
    background-image: linear-gradient(#ba830ad1, #e4ae04, #e5ae04);
}
.head-sec .top-rit .top-call-btn {
    margin-left: 30px;
}
.head-sec .top-rit .top-call-btn a {
    font-size: 44px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
    font-family: 'Frank Ruhl Libre', serif;
    padding-left: 83px;
    position: relative;
}
.head-sec .top-rit .top-call-btn a:hover {
    color: #e8b103;
}
.head-sec .top-rit .top-call-btn a:before {
    position: absolute;
    content: "";
    background-image: url(images/sprites.webp);
    width: 62px;
    height: 62px;
    background-position: -5px -5px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.topmenu {
    float: left;
    width: auto
}
.topmenu ul {
    position: relative;
    margin: 0;
}
.topmenu ul li {
    float: left;
    position: relative;
    margin: 0 69px 0 0;
}
.topmenu ul li:last-child {
    margin-right: 0;
}
.topmenu ul li a {
    position: relative;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
}
.topmenu ul.primary-menu>li.current-menu-ancestor>a,
.topmenu ul.primary-menu>li.current-menu-item>a,
.topmenu ul.primary-menu>li:hover>a {
    color: #ecb402;
}
.topmenu ul li:first-child {
    margin-left: 0;
}
.topmenu ul li:last-child {
    margin-right: 0;
}
.topmenu ul li:last-child a {
    border: 0;
}
.topmenu ul li ul.sub-menu {
    display: none;
    width: 250px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #2f4163;
    padding: 0 0;
    z-index: 999;
}
.topmenu ul li:hover ul.sub-menu {
    display: block;
}
.topmenu ul li:hover ul.sub-menu ul {
    display: none;
}
.topmenu ul li:hover ul.sub-menu li {
    position: relative;
}
.topmenu ul li:hover ul.sub-menu li:hover>ul {
    display: block;
    top: 0;
    left: 100%;
}

.topmenu .sub-menu li {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 0;
}
.topmenu .sub-menu li a {
    float: left;
    font-size: 17px;
    width: 100%;
    line-height: normal;
    padding: 14px 18px 14px;
    color: #fff;
    display: block;
    text-transform: capitalize;
    background-color: #29333e;
}
.topmenu .sub-menu li.current-menu-item>a,
.topmenu .sub-menu li a:hover {
    background-color: #ecb402;
    color: #000;
}
.showhide {
    display: none;
    color: #fff;
    width: 20px;
    height: 28px;
    float: left;
    text-align: left;
    cursor: pointer;
    padding: 0 0 0 33px;
    position: relative;
}
.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 27px;
    color: #343235;
}
.mobinav {
    width: 100%;
    max-width: 280px;
    height: 100%;
    max-height: 100vh;
    color: #fff;
    box-sizing: border-box;
    z-index: 99;
    background: #29333e;
    position: fixed;
    top: 0;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    -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;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.mobinav.open {
    transform: translateX(0);
}
.mobinav .mobile-number {
    margin-top: auto;
}
.mobinav ul {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
    text-align: left;
}
.mobinav button.navclsbtn2 {
    width: 33px;
    font-size: 33px;
    background-color: #76611b;
    color: #fff;
    outline: 0;
    border: 0;
    display: block;
    margin: 0 0 20px auto;
}
.mobinav ul li {
    float: left;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: "Poppins", sans-serif;
}
.mobinav a {
    width: 100%;
    float: left;
    padding: 6px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: "Poppins", sans-serif;
    border: 0;
    margin: 0;
    text-decoration: none;
}
.mobinav a:hover {
    color: #9b662a;
}
.mobinav p a {
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    padding-left: 50px;
    position: relative;
    margin-bottom: 15px;
}
.mobinav p a::before {
    content: "";
    width: 62px;
    height: 62px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -14px;
    background-image: url(images/sprites.webp);
    background-position: -5px -5px;
    margin: auto;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
}
.mobinav .cmn-btn {
    width: 100%;
    text-align: center;
}
.mobinav ul li ul {
    float: left;
    padding: 0 0 0 15px;
}
.mobinav ul li ul li a {
    text-transform: capitalize;
}
.mobinav ul li .drop.close,
.mobinav ul li .drop.open {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 29px;
    padding: 0 5px !important;
    cursor: pointer;
}
.mobinav ul li .drop.open {
    width: 22px;
}
.mobinav ul li .drop.close::after,
.mobinav ul li .drop:before {
    content: '';
    background-color: #fff;
    position: absolute;
    display: block;
}
.mobinav ul li .drop.close::after {
    width: 2px;
    height: 22px;
    top: 0;
    right: 10px;
}
.mobinav ul li .drop:before {
    width: 22px;
    height: 2px;
    top: 10px;
    right: 0;
}
.mobile_src_nav {
    display: none;
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0;
}
.mobile_src_nav .container {
    position: relative;
}
.mobile_src_nav .search-form {
    width: 100%;
    float: left;
}
.mobileContentBlock {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    height: calc(100% - 50px);
}
.mobileContentBlock .head-btn {
    padding: 10px 5px;
}
.mobileContentBlock a[rel="home"] {
    margin: 0;
}
.mobileContentBlock .tel {
    margin-top: auto;
}
.mobileContentBlock .head-btn a {
    text-align: center;
}
.mobile-header-container {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-top: 0;
}
.mobile-call-button,
.mobile-menu-button {
    width: 100%;
    background-color: #76611b;
    border: 1px solid #173753;
}
.mobile-email-button {
    background-color: #173753;
}
.mobile-call-button a,
.mobile-menu-button button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    height: 100%;
    color: #fff;
}
.mobile-menu-button button {
    border: none;
    background-color: transparent;
}
.mobile-call-button a svg,
.mobile-menu-button button .menu-bars {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}
.mobile_src_nav {
    display: none;
}
.tab_phone,
.tab_email {
    display: none;
    padding: 12px 20px;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.tab_phone {
    margin-left: auto;
    background-color: #76611b;
    width: 100px;
    display: none;
}
.tab_phone svg {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (min-width: 768px) {
    .mobile-header-container {
        display: none;
    }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
    .mobile_src_nav,
    .tab_phone {
        display: block;
    }
    .mobile-header-container span.menu-text {
        font-size: 20px;
    }
    .mobile-header-container span {
        font-size: 20px;
    }
}
.text-heading {
    font-family: serif;
    font-weight: 600;
    font-size: 66px;
    color: #043340;
    line-height: 1.09;
    margin: 0 0 40px 0;
}
.banner-sec {
    padding: 185px 0 0 0;
    background-color: #000;
    /* background-image: url(images/hm-bnr-img.webp); */
    background-image: url(images/hm-bnr-img-v2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
@media screen and (min-width: 992px) {
    .banner-sec .bnr-atrny-head {
        display: none;
    }
}
.banner-sec .bnr-atrny-head h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 135px;
    writing-mode: lr-tb;
    transform: rotate(269deg);
    margin-bottom: 0;
    line-height: 0.8;
    letter-spacing: 24px;
    font-weight: 600;
    font-family: 'Frank Ruhl Libre', serif;
    position: absolute;
    left: -96px;
    bottom: 63px;
    top: 0;
    z-index: -1;
}
.banner-sec .bnr-atrny-head h2 span {
    font-size: 95px;
    letter-spacing: 11.4px;
    line-height: 1;
    font-family: 'Red Hat Display', sans-serif;
    -webkit-text-stroke: 1px #cd9e0a;
    -webkit-text-fill-color: transparent;
}
.banner-sec .bnr-cnt {
    display: flex;
    align-items: flex-end;
    gap: 30px;
}
.banner-sec .bnr-cnt .bnr-lft {
    width: 37.25%;
    position: relative;
    z-index: 1;
}
.banner-sec .bnr-cnt .bnr-rght {
    width: 60.4%;
    padding: 0 0 295px;
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 992px) {
    .banner-sec:before {
        content: "";
        background-image: url(images/bnr-25-exp.webp);
        width: 161px;
        height: 165px;
        position: absolute;
        right: 132px;
        top: 251px;
        display: none;
    }
    .banner-sec:after {
        position: absolute;
        content: "";
        background-image: url(images/bnr-btm-lyr.webp);
        width: 362px;
        height: 283px;
        bottom: 0;
        right: 0;
    }
}
.banner-sec .bnr-cnt .bnr-lft .bnr-atrny img {
    width: 100%;
    display: block;
    margin-bottom: 0;
}
.banner-sec .bnr-cnt .bnr-rght p {
    font-size: 20px;
    color: #ecb402;
    line-height: 1;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Red Hat Display', sans-serif;
    margin-bottom: 20px;
}
.banner-sec .bnr-cnt .bnr-rght p.bnr-rght-btm-tag {
    letter-spacing: 1.5px;
    text-transform: inherit;
}
.banner-sec .bnr-cnt .bnr-rght h1, .banner-sec .bnr-cnt .bnr-rght h2 {
    font-size: 105px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Red Hat Display', sans-serif;
    margin-bottom: 6px;
}
.banner-sec .bnr-cnt .bnr-rght h1 span, .banner-sec .bnr-cnt .bnr-rght h2 span {
    font-size: 100px;
    color: #ecb402;
    line-height: 1.1;
}
.banner-sec .bnr-cnt .bnr-rght h5 {
    font-size: 42px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Red Hat Display', sans-serif;
    margin-bottom: 38px;
    padding: 0 0 0 20px;
    letter-spacing: 0;
}
.banner-sec .bnr-cnt .bnr-rght .rght-cnt {
    position: relative;
    padding: 0 0 0 15px;
}
@media screen and (min-width: 992px) {
    .banner-sec .bnr-cnt .bnr-rght .rght-cnt:before {
        content: "";
        width: 5px;
        height: 285px;
        background-color: #feb62d;
        position: absolute;
        top: 0;
        left: 0;
    }
}
.banner-sec .bnr-cnt .bnr-rght .cmn-btn a {
    padding: 24px 45px 24px 44px;
}
.banner-sec .atrny-brnd h3 {
    color: #f7f7f7;
    font-size: 495px;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 600;
    opacity: 6%;
    position: absolute;
    top: 154px;
    left: 53px;
    bottom: 0;
    writing-mode: lr-tb;
    transform: rotate(270deg);
}
.hm-case-sec {
    margin: -102px 0 0;
    background-image: url(images/about-bg-img.webp);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hm-case-sec .case-main-sec {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    position: relative;
    z-index: 1;
}
.hm-case-sec .case-item {
    position: relative;
    width: 32%;
    text-align: center;
    padding: 70px 50px 40px;
    box-shadow: 0 0 11.96px 1.04px rgba(0, 0, 0, 0.07);
    border-bottom: 5px solid #ecb402;
    background-color: #fff;
}
.hm-case-sec .case-item:before {
    position: absolute;
    content: "";
    border: 2px solid #ecb402;
    border-bottom: none;
    width: 100px;
    height: 20px;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
}
.hm-case-sec .case-item h3 {
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: 0;
    color: #000;
    text-transform: capitalize;
    margin: 0;
    padding-top: 120px;
    position: relative;
}
.hm-case-sec .case-item h3:before {
    position: absolute;
    content: "";
    background-image: url("images/sprites.png");
    background-position: -82px -5px;
    width: 41px;
    height: 62px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.hm-case-sec .case-item.two h3:before {
    background-position: -140px -5px;
    width: 57px;
    height: 63px;
}
.hm-case-sec .case-item.three h3:before {
    background-position: -213px -5px;
    width: 52px;
    height: 52px;
    top: 10px;
}
.hm-case-sec .case-item h3:after {
    position: absolute;
    content: "";
    border: 2px solid #ecb402;
    border-top: none;
    width: 100px;
    height: 22px;
    bottom: 60px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
.hm_about-sec {
    padding: 90px 0;
    background-image: url(images/about-bg-img.webp);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about-sctn h2, .about-sctn h1 {
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 400;
    font-size: 80px;
    color: #000;
    line-height: 1.05;
    margin-bottom: 40px;
    padding-left: 30px;
    position: relative;
}
.about-sctn h2::before, .about-sctn h1::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 142px;
    background-color: #ecb402;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.abt-cnt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.abt-cnt-lft {
    width: 46.5%;
    padding: 7px 0 0 0;
}
.abt-cnt-lft h4 {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #ecb402;
    line-height: 1.2;
    margin-bottom: 18px;
}
.abt-cnt-lft P {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    line-height: 1.8;
    margin-bottom: 36px;
}
.cmn-btn a {
    display: inline-block;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    background-image: linear-gradient(#e4ae04, #e5ae04, #ba830ad1);
    padding: 23px 45px 22px 44px;
    line-height: 1;
    border-radius: 5px;
    letter-spacing: 1.2px;
    text-decoration: none;
}
.cmn-btn a:hover {
    color: #000;
    background-image: linear-gradient(#ba830ad1, #e4ae04, #e5ae04);
}
.abt-cnt-rgt h3 {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #000;
    line-height: 1.37;
    margin-bottom: 30px;
}
.abt-cnt-rgt {
    padding: 0 50px 45px 0;
    width: 48.7%;
    position: relative;
    z-index: 0;
}
.abt-cnt-rgt::before {
    content: "";
    position: absolute;
    width: 592px;
    height: 333px;
    background-color: #ecb402;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.esp-about.hm_about-sec .abt-cnt-rgt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.esp-about.hm_about-sec .abt-cnt-rgt .rght-cnt {
    width: 45%;
    box-shadow: 0 22px 38px 0 rgba(0, 0, 0, 0.02);
    background-color: #fff;
    text-align: center;
    padding: 20px;
}
.esp-about.hm_about-sec .abt-cnt-rgt::before {
    display: none;
}
.esp-about.hm_about-sec .abt-cnt-rgt:after {
    display: none;
}
.abt-cnt-rgt::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 300px;
    background-color: #ecb402;
    top: 32px;
    right: 24px;
    z-index: -1;
}
.abt-cnt-rgt .about-us-img img {
    width: 100%;
    display: block;
}
.hmpractice-sec {
    padding: 0 0 75px 0;
    background-image: url(images/about-bg-img.webp);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hmpractice-sec h2 {
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 400;
    font-size: 80px;
    color: #000;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
}
.hmpractice-sec h3 {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    line-height: 1;
    text-align: center;
    letter-spacing: 7.6px;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 40px;
}
.hmpractice-sec h3::before {
    content: "";
    position: absolute;
    width: 142px;
    height: 1px;
    background-color: #ecb402;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.hmpractice-sec .container {
    max-width: 1580px;
}
.hmpractice-sec .cwh-items {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 68px;
    justify-content: center;
}
.hmpractice-sec .cwh-item {
    position: relative;
    z-index: 0;
    width: 24.4%;
}
.hmpractice-sec .cwh-item:after {
    position: absolute;
    content: "";
    width: 95%;
    height: 95%;
    border: 1px solid #fff;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.hmpractice-sec .cwh-item:hover {
    outline: none;
}
.hmpractice-sec .cwh-item .cwh-item-img img {
    width: 100%;
    display: block;
    margin: 0
}
.hmpractice-sec .cwh-item:hover:before {
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(2, 40, 93, 0.01) 1%, rgba(11, 46, 90, 0.04) 8%, rgba(15, 48, 88, 0.07) 11%, rgba(34, 60, 81, 0.16) 22%, rgba(36, 61, 80, 0.17) 23%, rgba(62, 76, 70, 0.29) 35%, rgba(67, 79, 68, 0.31) 37%, rgba(156, 131, 34, 0.76) 73%, rgba(163, 135, 31, 0.79) 76%, rgba(188, 150, 22, 0.91) 89%, rgba(191, 152, 21, 0.93) 91%, rgba(204, 159, 16, 0.99) 100%);
    content: "";
    width: 100%;
    height: 100%;
}
.hmpractice-sec .hvr a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
}
.hmpractice-sec .cwh-item:hover .ca h4::before {
    background-position: -5px -177px;
}
.hmpractice-sec .cwh-item:hover .ma h4::before {
    background-position: -102px -177px;
}
.hmpractice-sec .cwh-item:hover .pa h4::before {
    background-position: -192px -177px;
}
.hmpractice-sec .cwh-item:hover .pl h4::before {
    background-position: -273px -177px;
}
.hmpractice-sec .cwh-item:hover .prl h4::before {
    background-position: -353px -177px;
}
.hmpractice-sec .cwh-item:hover .cta h4::before {
    background-position: -431px -177px;
}
.hmpractice-sec .cwh-item:hover .wj h4::before {
    background-position: -510px -177px;
}
.hmpractice-sec .cwh-item:hover .wd h4::before {
    background-position: -581px -177px;
}
.hmpractice-sec .cwh-item:hover .ta h4::before {
    background-position: -1087px -177px;
}
.hmpractice-sec .cwh-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 80%);
}
.hmpractice-sec .cwh-item-cnt h4 {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
    font-size: 26px;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding-top: 65px;
    position: relative;
}
.hmpractice-sec .cwh-item .cwh-item-cnt.pa h4 {
    padding-top: 80px;
}
.hmpractice-sec .cwh-item .cwh-item-cnt h4::before {
    content: "";
    position: absolute;
    width: 79px;
    height: 48px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(images/sprites.png);
    background-position: -5px -89px;
}
.hmpractice-sec .cwh-item .cwh-item-cnt::after {
    content: "";
    position: absolute;
    width: 123px;
    height: 120px;
    right: 8px;
    bottom: -15px;
    background-color: #ecb402;
    clip-path: polygon(100% 38%, 39% 100%, 100% 100%);
    z-index: 2;
}
.hmpractice-sec .cwh-item:hover .cwh-item-cnt::after {
    display: none;
}
.hmpractice-sec .cwh-item:hover::after {
    display: none;
}
.hmpractice-sec .cwh-item .ma h4::before {
    width: 72px;
    height: 40px;
    background-position: -102px -89px;
}
.hmpractice-sec .cwh-item .pa h4::before {
    width: 62px;
    height: 62px;
    background-position: -192px -89px;
}
.hmpractice-sec .cwh-item .pl h4::before {
    width: 54px;
    height: 56px;
    background-position: -273px -89px;
}
.hmpractice-sec .cwh-item .prl h4::before {
    width: 56px;
    height: 56px;
    background-position: -353px -89px;
}
.hmpractice-sec .cwh-item .ta h4::before {
    width: 57px;
    height: 57px;
    background-position: -431px -89px;
}
.hmpractice-sec .cwh-item .wj h4::before {
    width: 57px;
    height: 57px;
    background-position: -506px -89px;
}
.hmpractice-sec .cwh-item .wd h4::before {
    width: 60px;
    height: 61px;
    background-position: -581px -89px;
}
.hmpractice-sec .cwh-item-cnt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
}
.hmpractice-sec .cmn-btn {
    text-align: center;
}
.hm-attorney-sec {
    overflow: hidden;
    background-color: #000;
    padding: 50px 0 80px;
    position: relative;
    background-image: url("images/attrny-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hm-attorney-sec .main-attrny {
    display: flex;
    justify-content: space-between;
}
.hm-attorney-sec .left-attrny {
    width: 46%;
    padding-top: 50px;
}
.hm-attorney-sec .right-attrny {
    width: 50%;
    position: relative;
}
.hm-attorney-sec .attrny-img {
    width: 71%;
    margin: 0 0 0 130px;
    position: relative;
    z-index: 1;
}
.hm-attorney-sec .attrny-img img {
    width: 100%;
}
.hm-attorney-sec .left-attrny h2 {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    font-size: 100px;
    line-height: 1;
    letter-spacing: 0;
    color: #ecb402;
    padding: 0 0 10px;
    margin: 0 0 30px;
    position: relative;
}
.esp-attorney.hm-attorney-sec .left-attrny h2 {
    font-size: 71px;
}
.hm-attorney-sec .left-attrny h2:before {
    position: absolute;
    content: "";
    background-color: #ecb402;
    width: 345px;
    height: 2px;
    bottom: 0;
    left: 0;
}
.hm-attorney-sec .left-attrny span {
    color: #fff;
    font-weight: 400;
}
.hm-attorney-sec .left-attrny p {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 35px;
}
.hm-attorney-sec .left-attrny h4 {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    color: #ecb402;
    margin: 0 0 15px;
}
.cmn-btn a {
    font-size: 20px;
    color: #ffffff;
    background-image: linear-gradient(#e4ae04, #e5ae04, #ba830ad1);
    padding: 23px 45px 22px 44px;
    line-height: 1;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Red Hat Display', sans-serif;
    letter-spacing: 1.2px;
}
.cmn-btn a:hover {
    color: #000;
    background-image: linear-gradient(#ba830ad1, #e4ae04, #e5ae04);
}
.hm-attorney-sec .right-attrny h5 {
    display: none;
    font-family: 'Ms Madi', cursive;
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 5.6px;
    color: #bbbbbb;
    margin: 0;
    text-transform: capitalize;
    position: absolute;
    bottom: 30px;
    right: 100px;
    z-index: 1;
}
.hm-attorney-sec .right-attrny .attrny-responsive {
    display: none;
}
.hm-attorney-sec in-benefits {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.hm-attorney-sec .benefits {
    display: flex;
    justify-content: space-between;
    gap: 20px;
	margin-top: 20px;
}
.hm-attorney-sec .attrny-item {
    border: 1px solid #ecb402;
    border-radius: 5px;
    width: 25%;
    text-align: center;
    padding: 40px 20px 30px;
}
.hm-attorney-sec .attrny-item p {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
    padding: 130px 0 0;
    position: relative;
}
.hm-attorney-sec .attrny-item p:before {
    position: absolute;
    content: "";
    background-image: url("images/sprites.png");
    background-position: -8px -273px;
    width: 73px;
    height: 73px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.attrny-item.two p:before {
    background-position: -108px -273px;
}
.attrny-item.three p:before {
    background-position: -209px -273px;
    width: 64px;
    height: 68px;
}
.attrny-item.four p:before {
    background-position: -301px -273px;
    width: 66px;
    height: 66px;
}
.hm-attorney-sec .attrny-item p:after {
    position: absolute;
    content: "";
    background-color: #ecb402;
    width: 100px;
    height: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.hm-attorney-sec .attrny-name {
    position: absolute;
    top: 120px;
    right: -140px;
}
.hm-attorney-sec .attrny-name h3 {
    color: #ecb402;
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 600;
    font-size: 495px;
    line-height: 0.7;
    letter-spacing: 0;
    text-transform: uppercase;
    opacity: 10%;
    margin: 0;
    writing-mode: tb-rl;
    transform: rotate(180deg)
}
.hm-injury-sec {
    padding: 90px 0 130px;
    background-image: url("images/prs-injry-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
}
.hm-injury-sec .container {
    max-width: 100%;
    width: 100%;
    margin: auto;
}
.hm-injury-sec .injury-cont {
    max-width: 1500px;
    width: 100%;
    margin: auto;
}
.hm-injury-sec .injury-cont h2 {
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    margin: 0;
    text-transform: capitalize;
    padding-left: 30px;
    margin: 0 0 78px;
    position: relative;
}
.hm-injury-sec .injury-cont h2:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 100%;
    background-color: #ecb402;
    left: 0;
    top: 0;
}
.injury-left {
    position: relative;
    width: 47%;
}
.hm-injury-sec .injury-main {
    display: flex;
    gap: 82px;
    align-items: center;
}
.esp-personal-injury.hm-injury-sec {
    padding: 20px 0 100px;
}
.esp-personal-injury.hm-injury-sec .injury-main {
    justify-content: center;
}
.esp-personal-injury.hm-injury-sec .injury-left h4 {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    color: #ecb402;
    text-transform: capitalize;
    margin: 0 0 16px;
}
.esp-personal-injury.hm-injury-sec .injury-left p {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #000;
    margin: 0 0 40px;
}
.esp-personal-injury.hm-injury-sec .injury-right .rght-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.esp-personal-injury.hm-injury-sec .injury-right .rght-list li {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    margin: 0 0 20px;
    padding-left: 40px;
    position: relative;
}
.esp-personal-injury.hm-injury-sec .injury-right .rght-list li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background-color: #e2c476;
    outline: 2px solid #e2c476;
    outline-offset: 3px;
    border-radius: 50%;
}
.esp-personal-injury.hm-injury-sec .injury-right p.rgt-casos {
    margin-bottom: 20px;
}
.hm-injury-sec .injury-right {
    width: 38.5%;
}
.hm-injury-sec .injury-img {
    padding: 25px 15px 15px 0;
    position: relative;
    z-index: 0;
}
.hm-injury-sec .injury-img img {
	width: 100%;
}
.hm-injury-sec .injury-img:before {
    position: absolute;
    content: "";
    background-color: #ecb402;
    width: 80%;
    height: 25px;
    top: 0;
    left: 0;
}
.esp-injury.hm-injury-sec {
    padding: 0 0 130px;
}
.esp-injury.hm-injury-sec .injury-left .injury-img {
    padding: 0;
}
.esp-injury.hm-injury-sec .injury-left .injury-img:before {
    display: none;
}
.esp-injury.hm-injury-sec .injury-left .injury-img:after {
    display: none;
}
.hm-injury-sec .injury-img:after {
    position: absolute;
    content: "";
    border: 2px solid #595959;
    width: 82%;
    height: 98%;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.hm-injury-sec .injury-left h3 {
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    position: absolute;
    bottom: 46px;
    right: 14px;
    left: 0;
    margin: auto;
	max-width: 700px;
}
.hm-injury-sec .injury-left span {
    color: #ecb402;
}
.hm-injury-sec .right-injury-cont h4 {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    color: #ecb402;
    text-transform: capitalize;
    margin: 0 0 16px;
}
.hm-injury-sec .right-injury-cont p {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #000;
    margin: 0 0 40px;
}
.hm-injury-sec .injury-main-links {
    display: flex;
    gap: 30px;
    align-items: center;
}
.hm-injury-sec .consul p {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1.44px;
    text-transform: capitalize;
    margin: 0;
    padding-left: 80px;
    position: relative;
}
.hm-injury-sec .consul p:before {
    position: absolute;
    content: "";
    background-image: url("images/sprites.png");
    background-position: -5px -5px;
    width: 62px;
    height: 62px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-injury-sec .consul a {
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0;
    display: block;
}
.hm-injury-sec .consul a:hover {
    color: #ecb402;
}
.hm-injury-sec .cmn-btn a {
    padding: 23px 55px 22px 55px;
}
.hm-testimonials {
    position: relative;
    text-align: center;
    padding: 93px 0 90px;
    background-color: #010101;    
}
@media screen and (min-width: 992px) {
    .hm-testimonials {
        background-image: url("images/testi-bg.webp");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top center;
    }
}
.hm-testimonials .container {
    max-width: 1660px;
}
.hm-testimonials .testi-blck {
    position: relative;
    padding: 0 110px;
    margin-bottom: 30px;
}
.hm-testimonials .testi-blck:before {
    position: absolute;
    content: "";
    right: -67px;
    top: -194px;
    margin: auto;
    background: url(images/cm.webp) no-repeat;
    width: 362px;
    height: 352px;
}
.hm-testimonials .hm-testi-item {
    margin: 0 25px 40px;
}
.hm-testimonials .hm-testi-inner {
    background: #ffffff;
    padding: 72px 70px 74px 68px;
    width: 100%;
    position: relative;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 22px 38px 0 rgba(0, 0, 0, 0.02);
}
@media screen and (min-width: 992px) {
    .hm-testimonials .hm-testi-inner:before {
        content: "";
        position: absolute;
        left: 15px;
        top: 25px;
        margin: auto;
        background: url("images/quote-top.webp") no-repeat;
        width: 168px;
        height: 119px;
    }
}
.hm-testimonials .hm-testi-inner:after {
    position: absolute;
    content: "";
    right: 26px;
    bottom: 27px;
    margin: auto;
    background: url("images/quote-btm.webp") no-repeat;
    width: 168px;
    height: 118px;
}
.hm-testimonials .hm-testi-inner h5 {
    color: #28282b;
    font-size: 28px;
    position: relative;
    text-transform: capitalize;
    margin: 0 0 8px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 600;
    font-family: 'Red Hat Display', sans-serif;
    padding: 0 0 0 85px;
}
.hm-testimonials .hm-testi-inner h5:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    margin: auto;
    background: url("images/google.webp") no-repeat;
    width: 59px;
    height: 60px;
}
.hm-testimonials .hm-testi-inner p {
    color: #000;
    font-size: 23px;
    position: relative;
    margin: 0 0 42px;
    line-height: 1.65;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: 'Red Hat Display', sans-serif;
    min-height: 380px;
}
.hm-testimonials h2 {
    font-size: 80px;
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 1;
    text-transform: capitalize;
    margin: 0 0 16px;
    position: relative;
}
.hm-testimonials h6 {
    font-size: 20px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 7.6px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 159px;
    padding: 0 0 25px;
    position: relative;
}
@media screen and (min-width: 992px) {
    .hm-testimonials h6:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-color: #ecb402;
        width: 142px;
        height: 1px;
    }
}
.hm-testimonials .star-rat {
    background: url(images/sprites.webp) no-repeat;
    width: 150px;
    height: 23px;
    background-position: -286px -20px;
    position: relative;
    left: 80px;
}
.hm-testimonials .testi-blck .owl-nav {
    display: block !important;
}
.hm-testimonials .testi-blck.owl-carousel .owl-nav button span {
    font-size: 0;
}
.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-prev,
.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-next {
    font-size: 0;
    position: absolute;
    left: 0;
    margin: auto;
    background-image: url("images/sprites.webp");
    background-position: -5px -374px;
    width: 75px;
    height: 75px;
    transition: 0.3s;
    top: 165px;
    bottom: 0;
}
.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-next {
    left: inherit;
    right: 0;
    background-position: -94px -374px;
}
@media screen and (min-width: 992px) {
    .hm-testimonials:before {
        content: "";
        width: 100%;
        height: 448px;
        background-color: #ffffff;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }
}
.cmn-btn a {
    font-size: 20px;
    color: #ffffff;
    background-image: linear-gradient(#e4ae04, #e5ae04, #ba830ad1);
    padding: 24px 55px 24px 55px;
    line-height: 1;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Red Hat Display', sans-serif;
    letter-spacing: 1.2px;
}
body:not(.home) .cmn-btn a {
    margin-right: 10px;
}
.cmn-btn a:hover {
    color: #000;
    background-image: linear-gradient(#ba830ad1, #e4ae04, #e5ae04);
}
.hm-testimonials .cmn-btn.testi-btn {
    position: relative;
    z-index: 1;
}
.hmmeet-sec .container {
    width: 100%;
    max-width: 100%;
    margin: auto;
}
.hmmeet-sec .meet-itm img {
    width: 380px;
}
.hmmeet-sec .meet-itm {
    border-right: 1px solid #afc7ab;
}
.hmmeet-sec .meet-blck .owl-nav {
    display: block !important;
}
.hmmeet-sec .meet-blck.owl-carousel .owl-nav button span {
    font-size: 0;
}
.hmmeet-sec .meet-blck.owl-carousel .owl-nav button.owl-prev,
.hmmeet-sec .meet-blck.owl-carousel .owl-nav button.owl-next {
    font-size: 0;
    position: absolute;
    left: 30px;
    margin: auto;
    background-image: url("images/sprites.webp");
    background-position: -5px -374px;
    width: 75px;
    height: 75px;
    transition: 0.3s;
    top: 0;
    bottom: 0;
}
.hmmeet-sec .meet-blck.owl-carousel .owl-nav button.owl-next {
    left: inherit;
    right: 9px;
    background-position: -94px -374px;
}
.hmblg-sec {
    padding: 60px 0;
}
.hmblg-sec .hmblg-blck {
    flex-wrap: wrap;
    display: flex;
}
.hmblg-sec .hmblg-item {
    background: #ccc;
    width: 32%;
    padding: 20px;
    margin: 0 0.5%;
}
.hmblg-sec .hmblgcnt h3 {
    font-size: 26px;
    margin: 0 0 15px 0;
    color: #000;
    line-height: 1;
}
.hmblg-sec .hmblgcnt p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 20px 0;
}
.hmblg-sec .hmpost_btn {
    margin: 20px 0 10px 0;
}
.hmblg-sec .hmpost_btn a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
}
.hmblg-sec .hmnews-btn {
    text-align: center;
    margin: 30px 0 0 0;
}
.hmblg-sec .hmnews-btn a {
    padding: 20px 50px;
    background: #ccc;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
}
.hmfaq_sec {
    padding: 216px 0 90px;
    background-image: url("images/faq-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    position: relative;
}
.esp-faq.hmfaq_sec {
    /* padding: 0 0 90px; */
    padding: 90px 0;
}
.esp-faq.hmfaq_sec .accsec-lft h2 {
    font-size: 55px;
}
.hmfaq_sec .accsec-lft {
    width: 100%;
    max-width: 45%;
    float: left;
    text-align: left;
}
.hmfaq_sec .accsec-ritcnt {
    width: 100%;
    max-width: 51.5%;
    float: right;
    text-align: left;
}
.hmfaq_sec .accsec-lft h6 {
    font-size: 20px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    color: #010101;
    letter-spacing: 7.6px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 12px;
    padding: 0 0 13px;
    position: relative;
}
.hmfaq_sec .accsec-lft h6:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: #ecb402;
    width: 198px;
    height: 1px;
}
.hmfaq_sec .accsec-lft h2 {
    font-size: 80px;
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0;
    line-height: 1;
    text-transform: capitalize;
    margin: 0 0 20px;
    position: relative;
}
.hmfaq_sec p {
    color: #000000;
    font-size: 20px;
    position: relative;
    margin: 0 0 35px;
    line-height: 1.8;
    letter-spacing: 0;
    font-weight: 400;
    font-family: 'Red Hat Display', sans-serif;
}
.hmfaq_sec .accsec-lft .accsec-lftimg img {
    display: block;
    width: 100%;
}
.hmfaq_sec .accsec-lft .accsec-lftimg {
    width: 639px;
    height: auto;
    position: relative;
    z-index: 0;
    display: block;
    padding: 12px 12px 19px 19px;
}
.hmfaq_sec .accsec-lft .accsec-lftimg:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    border: 2px solid #ecb402;
    width: 516px;
    height: 326px;
    z-index: -1;
}
.hmfaq_sec .accsec-lft .accsec-lftimg:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #ecb402;
    width: 346px;
    height: 316px;
    z-index: -1;
}
.hmfaq_sec .accordion-section {
    margin: 0 0 24px 0;
}
.hmfaq_sec .accordion-section h4 a {
    color: #000000;
    font-size: 26px;
    position: relative;
    text-transform: capitalize;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 500;
    font-family: 'Frank Ruhl Libre', serif;
    padding: 32px 42px 14px 39px;
    display: inline-block;
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
}
.hmfaq_sec .accordion-section h4 a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #e5e5e5;
    width: 95%;
}
.hmfaq_sec .accordion-section h4 {
    margin: 0;
}
.hmfaq_sec .accordion-section-content {
    display: none;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    padding: 20px 54px 17px 39px;
    background: #f7f7f7;
}
.hmfaq_sec .accordion-section p {
    margin: 0;
}
.hmfaq_sec .accordion-section h4 a:after {
    content: " ";
    background: url(images/sprites.webp) no-repeat;
    width: 37px;
    height: 37px;
    position: absolute;
    right: 42px;
    top: 12px;
    bottom: 0;
    margin: auto;
}
.hmfaq_sec .accordion-section h4 a:after {
    background-position: -444px -273px;
}
.hmfaq_sec .accordion-section-title.active:after {
    background-position: -391px -273px;
}
.hmfaq_sec .accordion-section-title.active {
    color: #000000;
    background: #ffffff;
    border-radius: 8px 8px 0 0;
    width: 100%;
}
.hmfaq_sec .accordion-section-content.open {
    display: block;
    color: #000000;
    background: #ffffff;
    border-radius: 0 0 8px 8px;
}
.home-form-sec .form-main {
    max-width: 1255px;
    width: 100%;
    margin: 0 auto 70px;
    background-color: #fff;
    padding: 60px 120px;
}
.home-form-sec h2 {
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 400;
    font-size: 65px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.home-form-sec h4 {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    color: #ecb402;
    text-align: center;
    width: 71%;
    position: relative;
    margin: 0 auto 40px;
}
.home-form-sec h4:before {
    position: absolute;
    content: "";
    background-color: #000;
    width: 24%;
    height: 2px;
    left: 0;
    bottom: 15px;
}
.home-form-sec h4:after {
    position: absolute;
    content: "";
    background-color: #000;
    width: 24%;
    height: 2px;
    right: 0;
    bottom: 15px;
}
.home-form-sec p {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    margin: 0 0 20px;
}
.home-form-sec .gform_wrapper {
    margin: 30px 0 0 0;
}
.home-form-sec .gform_wrapper ul.gform_fields ul {
    margin: 0;
    padding: 0;
}
.home-form-sec .gform_wrapper ul.gform_fields li {
    margin: 0 0 25px 0;
    padding: 0 !important;
}
.home-form-sec .gform_wrapper ul.gform_fields li.form-top {
    margin: 0 0 0 0;
    text-align: left;
}
.gform_wrapper ul.gform_fields li.phn {
    margin-right: 0 !important;
}
.home-form-sec .gform_wrapper .top_label input,
.home-form-sec .gform_wrapper select,
.home-form-sec .gform_wrapper .top_label textarea {
    margin: 0 0 23px;
    width: 100% !important;
    color: #000;
    outline: 0;
    position: relative;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #c3c3c3;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 1;
    letter-spacing: 0;
    padding: 20px 25px !important;
    transition: all 0.5s;
}

.home-form-sec .gform_wrapper .top_label textarea {
    width: 100%;
    float: left;
    height: 160px;
    margin: 0;
    padding: 12px;
    resize: none;
}
.home-form-sec .gform_wrapper.gravity-theme .ginput_complex {
    margin-bottom: 20px;
}
.home-form-sec .gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
    margin: 0 0 23px !important;
}
.home-form-sec .gform_wrapper .form-links,
.form-top {
    font-size: 16px;
    color: #000;
    width: 100%;
    display: inline-block;
}
.home-form-sec .gform_wrapper .form-links a {
    text-decoration: none;
    font-size: 18px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
}
.home-form-sec .gform_wrapper .gform_validation_errors {
    display: none;
}
.home-form-sec .gform_wrapper.gravity-theme .gfield.gfield--width-full {
    position: relative;
}
.home-form-sec .gform_wrapper.gravity-theme .gfield.gfield--width-third {
    position: relative;
}
.home-form-sec .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    position: relative;
}
.home-form-sec .gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    border: none;
    padding: 0;
    background: none;
    margin: 0;
    position: absolute;
    top: 25px;
    right: 10px;
    width: max-content !important;
}
.home-form-sec .gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    border: none !important;
    padding: 0 !important;
    background: none !important;
    margin: 0 !important;
}
.home-form-sec .instruction.validation_message {
    position: absolute;
    top: 0;
    left: 25px;
}
.home-form-sec .gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 169px !important;
}
.home-form-sec .name_first {
    padding-right: 3% !important;
}
.home-form-sec .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 4%;
}
.form-top span,
.home-form-sec .gform_wrapper .top_label .chkbx label span {
    color: #ed3731;
}
.home-form-sec .gform_wrapper .gfield_radio label,
.home-form-sec .gform_wrapper .top_label .chkbx label {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #fff;
}
.home-form-sec .gform_wrapper .top_label .chkbx label {
    font-weight: 700;
}
.home-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    float: left;
    clear: both;
    width: auto !important;
    margin: 7px 10px 0 0 !important;
    padding: 0 !important;
    border-radius: 0;
    max-width: inherit !important;
}
.home-form-sec .gform_wrapper .gform_footer.top_label {
    padding: 0;
    margin: 30px 0 0;
    text-align: center;
}
.home-form-sec .gform_wrapper .top_label input[type="submit"] {
    background-color: #ecb402 !important;
    outline: none !important;
    border: 0 none !important;
    border-radius: 0 !important;
    cursor: pointer;
    transition-duration: 0.5s;
    font-style: normal !important;
    color: #ffffff !important;
    width: 100% !important;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    font-size: 23px !important;
    line-height: 1;
    letter-spacing: 1.38px;
    padding: 20px 15px !important;
    text-transform: uppercase !important;
    height: auto !important;
    margin: 0;
}
.home-form-sec .gform_wrapper .top_label input[type="submit"]:hover {
    background-color: #231f20 !important;
}
.home-form-sec input::placeholder {
    color: #000;
}
.home-form-sec input:-ms-input-placeholder {
    color: #000;
}
.home-form-sec input::-ms-input-placeholder {
    color: #000;
}
.home-form-sec textarea::placeholder {
    color: #000;
}
.home-form-sec textarea:-ms-input-placeholder {
    color: #000;
}
.home-form-sec textarea::-ms-input-placeholder {
    color: #000;
}
.home-form-sec .gform_wrapper .top_label .gfield_label {
    display: none;
}
.home-form-sec .gform_wrapper div.validation_error {
    text-align: center;
    border: none;
    padding: 0 !important;
}
.home-form-sec .gform_wrapper .validation_message,
.home-form-sec .gform_wrapper div.validation_error {
    color: red;
    letter-spacing: 0.56px;
    font-size: 15px;
    line-height: 18px;
}
.home-form-sec .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
.home-form-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}
.home-form-sec .gform_wrapper li.gfield.gfield_error,
.hm-frmsec .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: inherit !important;
    border: none;
    padding: 0 !important;
    margin-top: 0 !important;
}
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.home-form-sec .gfield_checkbox {
    float: right;
    width: 84%;
}
.home-form-sec .gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    margin: 0;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
}
.home-form-sec #popup-container {
    position: absolute;
    width: 53.3%;
}
.popup .popuptext {
    visibility: hidden;
    color: #000;
    position: absolute;
    transition: transform 0.15s ease-out 0.15s;
    z-index: 1;
    text-align: center;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 14px;
    color: black;
    transition: transform 0.15s ease-out;
    display: inline-block;
    line-height: 2;
}
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: inherit;
}
.gform_button.disabled {
    pointer-events: none;
}
.hm-form-sec .container {
    max-width: 100%;
}
.hm-form-sec {
    margin-bottom: 74px;
}
.hm-form-sec .form-sec {
    display: flex;
    /* gap: 80px; */
    /* align-items: flex-end; */
    align-items: stretch;
    justify-content: flex-start;
    /* border-bottom: 8px solid #ecb402; */
    position: relative;
}

.home-form-sec .gform_wrapper .top_label input[type=checkbox]{ margin-top: 2px !important;}
@media screen and (min-width: 992px) {
    .hm-form-sec .form-sec::after {
        content: '';
        width: calc(43% - 80px);
        height: 8px;
        background-color: #ecb402;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}
@media screen and (min-width: 992px) {
    .hm-form-sec .form-sec::after {
        width: calc(35% - 80px);
    }
}
.hm-form-sec .form-sec .form-left-attorney {
    width: 43%;
}
@media screen and (min-width: 1630px) {
    .hm-form-sec .form-sec .form-left-attorney {
        width: 35%;
    }
}
@media screen and (min-width: 992px) {
    .hm-form-sec .form-sec .form-left-attorney {
        padding-left: 80px;
    }
}
.hm-form-sec .form-sec .form-left-attorney img {
    /* width: 80%; */
    display: block;
    margin: 0;
    /* float: right; */
}
.gform_wrapper.gravity-theme .gfield textarea.large {
    height: inherit !important;
}
.hm-form-sec .form-sec.newDesgin .form-left-attorney img {
    width: 100%;
    /* margin: 0 -81px 0 0; */
    margin: 0;
    height: calc(100% - 8px);
    /* max-height: 800px; */
    object-fit: cover;
    object-position: center;
}
@media screen and (min-width: 992px) {
    .hm-form-sec .form-sec.newDesgin .form-left-attorney img {
        margin-left: auto;
    }
}
.hm-form-sec .form-main {
    width: 50%;
    background-color: #fff;
    padding: 52px 60px 60px;
}
.hm-form-sec h2 {
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 400;
    font-size: 55px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.hm-form-sec h4 {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    color: #ecb402;
    text-align: center;
    width: 80%;
    position: relative;
    margin: 0 auto 40px;
}
@media screen and (min-width: 992px) {
    .hm-form-sec h4:before {
        content: "";
        background-color: #000;
        width: 22%;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 15px;
    }
    .hm-form-sec h4:after {
        content: "";
        background-color: #000;
        width: 22%;
        height: 2px;
        position: absolute;
        right: 0;
        bottom: 15px;
    }
}
.hm-form-sec p {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    margin: 0 0 20px;
}
.hm-form-sec .gform_wrapper {
    margin: 0;
}
.hm-form-sec .gform_wrapper ul.gform_fields ul {
    margin: 0;
    padding: 0;
}
.hm-form-sec .gform_wrapper ul.gform_fields li {
    margin: 0 0 25px 0;
    padding: 0 !important;
}
.hm-form-sec .gform_wrapper ul.gform_fields li.form-top {
    margin: 0 0 0 0;
    text-align: left;
}
.gform_wrapper ul.gform_fields li.phn {
    margin-right: 0 !important;
}
.form-main .gform_wrapper.gravity-theme .gfield.chk {
    position: relative;
}
.form-main .gform_wrapper.gravity-theme .gfield.chk .gfield_description {
    text-align: left;
    right: auto;
    left: 0;
    bottom: -18px;
    top: auto;
}
.hm-form-sec .gform_wrapper .top_label input,
.hm-form-sec .gform_wrapper select,
.hm-form-sec .gform_wrapper .top_label textarea {
    margin: 0 0 23px;
    width: 100% !important;
    color: #000;
    outline: 0;
    position: relative;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #c3c3c3;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 1;
    letter-spacing: 0;
    padding: 20px 25px !important;
    transition: all 0.5s;
}
.hm-form-sec .gform_wrapper .top_label textarea {
    width: 100%;
    float: left;
    height: 129px !important;
    margin: 0;
    padding: 12px;
    resize: none;
}
@media screen and (min-width: 1290px) {
    .hm-form-sec .gform_wrapper .top_label textarea {
        height: 160px !important;
    }
}
.hm-form-sec .gform_wrapper.gravity-theme .ginput_complex {
    margin-bottom: 20px;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
    margin: 0 0 23px !important;
}
.hm-form-sec .gform_wrapper .form-links,
.form-top {
    font-size: 16px;
    color: #000;
    width: 100%;
    display: inline-block;
}
.hm-form-sec .gform_wrapper .form-links a {
    text-decoration: none;
    font-size: 18px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
}
.hm-form-sec .gform_wrapper .gform_validation_errors {
    display: none;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield.gfield--width-full {
    position: relative;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield.gfield--width-third {
    position: relative;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    position: relative;
}
.hm-form-sec .gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    border: none;
    padding: 0;
    background: none;
    margin: 0;
    position: absolute;
    top: 25px;
    right: 10px;
    width: max-content !important;
}
.hm-form-sec .gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    border: none !important;
    padding: 0 !important;
    background: none !important;
    margin: 0 !important;
}
.hm-form-sec .instruction.validation_message {
    position: absolute;
    top: 0;
    left: 25px;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 169px !important;
}
.hm-form-sec .name_first {
    padding-right: 3% !important;
}
.hm-form-sec .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 4%;
    grid-row-gap: 0 !important;
}
.form-top span,
.hm-form-sec .gform_wrapper .top_label .chkbx label span {
    color: #ed3731;
}
.hm-form-sec .gform_wrapper .gfield_radio label,
.hm-form-sec .gform_wrapper .top_label .chkbx label {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #fff;
}
.hm-form-sec .gform_wrapper .top_label .chkbx label {
    font-weight: 700;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    float: left;
    clear: both;
    width: auto !important;
    margin: 7px 10px 0 0 !important;
    padding: 0 !important;
    border-radius: 0;
    max-width: inherit !important;
}
.hm-form-sec .gform_wrapper .gform_footer.top_label {
    padding: 0;
    margin: 30px 0 0;
    text-align: center;
}
.hm-form-sec .gform_wrapper .top_label input[type="submit"] {
    background-color: #ecb402 !important;
    outline: none !important;
    border: 0 none !important;
    border-radius: 0 !important;
    cursor: pointer;
    transition-duration: 0.5s;
    font-style: normal !important;
    color: #ffffff !important;
    width: 100% !important;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    font-size: 23px !important;
    line-height: 1;
    letter-spacing: 1.38px;
    padding: 20px 15px !important;
    text-transform: uppercase !important;
    height: auto !important;
    margin: 0;
}
.hm-form-sec .gform_wrapper .top_label input[type="submit"]:hover {
    background-color: #231f20 !important;
}
.hm-form-sec input::placeholder {
    color: #000;
}
.hm-form-sec input:-ms-input-placeholder {
    color: #000;
}
.hm-form-sec input::-ms-input-placeholder {
    color: #000;
}
.hm-form-sec textarea::placeholder {
    color: #000;
}
.hm-form-sec textarea:-ms-input-placeholder {
    color: #000;
}
.hm-form-sec textarea::-ms-input-placeholder {
    color: #000;
}
.hm-form-sec .gform_wrapper .top_label .gfield_label {
    display: none;
}
.hm-form-sec .gform_wrapper div.validation_error {
    text-align: center;
    border: none;
    padding: 0 !important;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield {
    position: relative;
}
.hm-form-sec .gform_wrapper .validation_message,
.hm-form-sec .gform_wrapper div.validation_error {
    color: red;
    letter-spacing: 0.56px;
    font-size: 15px;
    line-height: 18px;
}
.hm-form-sec .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
.hm-form-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}
.hm-form-sec .gform_wrapper li.gfield.gfield_error,
.hm-frmsec .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: inherit !important;
    border: none;
    padding: 0 !important;
    margin-top: 0 !important;
}
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hm-form-sec .gfield_checkbox {
    float: right;
    width: 84%;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    margin: 0;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
}
.hm-form-sec #popup-container {
    position: absolute;
    width: 53.3%;
}
.popup .popuptext {
    visibility: hidden;
    color: #000;
    position: absolute;
    transition: transform 0.15s ease-out 0.15s;
    z-index: 1;
    text-align: center;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 14px;
    color: black;
    transition: transform 0.15s ease-out;
    display: inline-block;
    line-height: 2;
}
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: inherit;
}
.gform_button.disabled {
    pointer-events: none;
}
.site-footer {
    padding: 95px 0 132px;
    color: #fff;
    background-image: url(images/ftr-back.webp);
    background-size: cover;
    width: 100%;
    background-color: #000;
    background-position: bottom center;
    position: relative;
    z-index: 0;
}
.site-footer .ftmenu {
    margin-bottom: 93px;
    text-align: center;
}
.ftmenu ul li {
    display: inline-block;
}
.ftmenu ul li.current-menu-item a,
.ftmenu ul li a:hover {
    color: #ecb402;
}
.ftmenu ul li a {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 61px 0 0;
}
.ftmenu ul li:last-child a {
    margin-right: 0;
}
.ftmenu ul li a:hover {
    color: #ecb402;
}
.site-footer .ftr-logo-sec {
    display: flex;
    justify-content: space-between;
}
.site-footer .ftr-blocks-lft {
    width: 30.4%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}
@media screen and (min-width: 992px) {
    .site-footer .ftr-blocks-lft:before,
    .site-footer .ftr-blocks-right:before {
        position: absolute;
        content: "";
        background-color: #ecb402;
        height: 260px;
        width: 4px;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .site-footer .ftr-blocks-lft:after,
    .site-footer .ftr-blocks-right:after {
        position: absolute;
        content: "";
        background-color: #ecb402;
        height: 260px;
        width: 4px;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}
.site-footer .logo-main {
    width: 23.1%;
}
.site-footer .logo-main .ftr-logo {
    margin-bottom: 20px;
}
.site-footer .logo-main .ftr-logo a {
    display: inline-block;
}
.site-footer .logo-main .ftr-logo img {
    display: block;
    width: 100%;
}
.site-footer .ftr-blocks-right {
    width: 30.3%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}
.site-footer .ftr-logo-sec h3 {
    font-size: 43px;
    text-transform: capitalize;
    line-height: 1;
    letter-spacing: 0;
    padding-bottom: 14px;
    font-family: 'Frank Ruhl Libre', serif;
    position: relative;
    font-weight: 500;
    margin-bottom: 45px;
}
.site-footer .ftr-logo-sec h3:before {
    position: absolute;
    content: "";
    background-color: #ecb402;
    width: 120px;
    height: 2px;
    bottom: 0;
}
.site-footer .ftr-logo-sec p {
    font-size: 18px;
    line-height: 1.7;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    position: relative;
    padding-left: 60px;
}
.site-footer .ftr-logo-sec .locat p:before {
    position: absolute;
    content: "";
    background-image: url(images/sprites.webp);
    background-position: -497px -273px;
    width: 28px;
    height: 39px;
    left: 0;
    top: 0;
}
.site-footer .ftr-logo-sec .ftr-blocks-right p {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1.5;
    color: #ecb402;
    position: relative;
}
.site-footer .ftr-logo-sec .ftr-blocks-right p a:before {
    position: absolute;
    content: "";
    background-image: url(images/sprites.webp);
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-position: -539px -275px;
    width: 38px;
    height: 38px;
}
.scl-icns ul {
    display: flex;
    justify-content: center;
    gap: 14px;
}
.scl-icns ul li {
    display: inline-block;
}
.scl-icns ul li a {
    background-image: url(images/sprites.webp);
    background-position: -546px -374px;
    width: 43px;
    height: 43px;
    font-size: 0;
    display: inline-block;
}
.scl-icns ul li a:hover {
    background-position: -546px -441px;
}
.scl-icns ul li a.yelp {
    background-position: -428px -374px;
}
.scl-icns ul li a.yelp:hover {
    background-position: -428px -442px;
}
.scl-icns ul li a.tiktok {
    background-position: -487px -374px;
}
.scl-icns ul li a.tiktok:hover {
    background-position: -487px -442px;
}
.scl-icns ul li a.fb {
    background-position: -197px -374px;
}
.scl-icns ul li a.fb:hover {
    background-position: -197px -442px;
}
.site-footer .ftr-logo-sec .ftr-blocks-right p a {
    font-size: 38px;
    color: #fff;
    font-weight: 700;
}
.site-footer .ftr-logo-sec .ftr-blocks-right p a:hover {
    color: #ecb402
}
.ftr-blocks {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.ftrblk {
    width: 33%;
}
.ftrblk.ftr-blk2 {
    padding: 0 0 0 120px;
}
.ftrblk.ftr-blk3 {
    padding: 0 0 0 120px;
}
.ftrblk h4 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 28px;
    text-transform: capitalize;
    line-height: 1.27;
    margin: 0 0 20px 0;
}
.ftrblk p,
.ftrblk li {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #a3aebc;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 10px 0;
}
.ftr-socil a {
    width: 40px;
    height: 40px;
    font-size: 0;
    display: inline-block;
    margin: 0 14px 0 0;
    background: #fff;
    transition: 1s;
}
.copyrights {
    background: #1e1e1e;
    padding: 40px 0 30px;
    text-align: center;
}
.copyrights .cpy-inr p,
.copyrights .disc p {
}
.copyrights p,
.copyrights a {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    font-family: 'Red Hat Display', sans-serif;
}
.copyrights a {
    display: inline-block;
    padding: 0 4px;
}
.copyrights a:hover {
    color: #eab203;
}
.container1 {
    max-width: 1440px;
    width: 100%;
    margin: auto;
}
.genpg-rite.full-width {
    width: 100%;
}
.page_bnr {
    /* background-image: url(images/page-bnr.webp); */
    background-image: url(images/page-bnr-v2.webp);
    background-size: cover;
    padding: 284px 0 100px;
    position: relative;
}
.page_bnr.bnroverlay{
    position:relative;
}
.page_bnr.bnroverlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.page_bnr .page_title {
    text-align: center;
}
.page_title h1,
.page_title h2 {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 80px;
    line-height: 1;
    color: #fff;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.inrpg-breadcrumbs {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 23px;
    line-height: 1;
    color: #fff;
    font-family: 'Red Hat Display', sans-serif;
}
.page_default {
    padding: 130px 0;
    position: relative;
}
.page_default .brand-name h2 {
    color: #f7f7f7;
    font-size: 495px;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 600;
    opacity: 5%;
    position: absolute;
    top: -130px;
    left: -170px;
    writing-mode: lr-tb;
    transform: rotate(270deg);
    pointer-events: none;
}
.genpg-rite {
    width: 68.8%;
    float: left;
}
.genpg-lft {
    width: 30%;
    float: right;
    max-width: 400px;
}
.genpg-lft .gform_widget {
    font-size: 25px;
}
.genpg-lft .gform_widget .widget-title {
    font-size: 14px;
    margin: 0;
}
.genpg-lft .gform_widget .gform_heading .gform_description {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}
@media screen and (min-width: 345px) {
    .genpg-lft .gform_widget .widget-title,
    .genpg-lft .gform_widget .gform_heading .gform_description {
        font-size: 16px;
    }
}
@media screen and (min-width: 769px) {
    .genpg-lft .gform_widget .widget-title,
    .genpg-lft .gform_widget .gform_heading .gform_description {
        font-size: 20px;
    }
}
@media screen and (min-width: 992px) {
    .genpg-lft .gform_widget .widget-title,
    .genpg-lft .gform_widget .gform_heading .gform_description {
        font-size: 14px;
    }
}
@media screen and (min-width: 1241px) {
    .genpg-lft .gform_widget .widget-title {
        font-size: 18px;
    }
    .genpg-lft .gform_widget .gform_heading .gform_description {
        font-size: 16px;
    }
}
@media screen and (min-width: 1441px) {
    .genpg-lft .gform_widget .widget-title {
        font-size: 20px;
    }
    .genpg-lft .gform_widget .gform_heading .gform_description {
        font-size: 19px;
    }
}
.genpg-lft .gform_widget #input_1_5 {
    margin: 0 !important;
}
.genpg-lft .gform_widget #gform_submit_button_1 {
    width: 100% !important;
    margin: 0 !important;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}
.genpg-lft .gform_widget .gform_footer {
    padding: 5px 0 0 0 !important;
}
.page_default .genpg-rite h1,
.page_default .genpg-rite h2,
.page_default .genpg-rite h3,
.page_default .genpg-rite h4,
.page_default .genpg-rite h5,
.page_default .genpg-rite h6 {
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 400;
    line-height: 1;
    color: #000000;
}
.page_default .genpg-rite h1,
.page_default .genpg-rite h2 {
    font-size: 73px;
    letter-spacing: -2.92px;
    margin-bottom: 20px;
}
.page_default .genpg-rite h3 {
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -2.4px;
    margin-bottom: 25px;
}
.page_default .genpg-rite h4 {
    font-size: 45px;
    text-transform: capitalize;
    font-weight: 500;
}
.page_default .genpg-rite h5 {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -1.6px;
}
.page_default .genpg-rite h6 {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
}
.page_default .genpg-rite p,
.page_default .genpg-rite li {
    font-size: 20px;
    line-height: 1.8;
    color: #000;
    letter-spacing: 0;
    margin: 0 0 30px 0;
    font-weight: 500;
}
@media screen and (min-width: 768px) {
    body:not(.home) .page_default .genpg-rite h1 {
        font-size: 45px;
    }
    body:not(.home) .page_default .genpg-rite h2 {
        font-size: 36px;
    }
    body:not(.home) .page_default .genpg-rite h3 {
        font-size: 32px;
    }
    body:not(.home) .page_default .genpg-rite h4 {
        font-size: 27px;
    }
    body:not(.home) .page_default .genpg-rite h5 {
        font-size: 22px;
    }
    body:not(.home) .page_default .genpg-rite h6 {
        font-size: 20px;
    }
    body:not(.home) .page_default .genpg-rite p {
        font-size: 15px;
    }
}
@media screen and (min-width: 992px) {
    body:not(.home) .page_default .genpg-rite h1 {
        font-size: 50px;
    }
    body:not(.home) .page_default .genpg-rite h2 {
        font-size: 42px;
    }
    body:not(.home) .page_default .genpg-rite h3 {
        font-size: 36px;
    }
    body:not(.home) .page_default .genpg-rite h4 {
        font-size: 28px;
    }
    body:not(.home) .page_default .genpg-rite h5 {
        font-size: 25px;
    }
    body:not(.home) .page_default .genpg-rite h6 {
        font-size: 22px;
    }
    body:not(.home) .page_default .genpg-rite p {
        font-size: 17px;
    }
}
@media screen and (min-width: 1241px) {
    body:not(.home) .page_default .genpg-rite h1 {
        font-size: 63px;
    }
    body:not(.home) .page_default .genpg-rite h2 {
        font-size: 45px;
    }
    body:not(.home) .page_default .genpg-rite h3 {
        font-size: 40px;
    }
    body:not(.home) .page_default .genpg-rite h4 {
        font-size: 32px;
    }
    body:not(.home) .page_default .genpg-rite h5 {
        font-size: 28px;
    }
    body:not(.home) .page_default .genpg-rite h6 {
        font-size: 24px;
    }
}
@media screen and (min-width: 1441px) {
    body:not(.home) .page_default .genpg-rite h1 {
        font-size: 65px;
    }
    body:not(.home) .page_default .genpg-rite h2 {
        font-size: 47px;
    }
}
@media screen and (min-width: 1601px) {
    body:not(.home) .page_default .genpg-rite h1 {
        font-size: 60px;
    }
    body:not(.home) .page_default .genpg-rite h2 {
        font-size: 50px;
    }
    body:not(.home) .page_default .genpg-rite h3 {
        font-size: 42px;
    }
    body:not(.home) .page_default .genpg-rite h4 {
        font-size: 35px;
    }
    body:not(.home) .page_default .genpg-rite h5 {
        font-size: 30px;
    }
    body:not(.home) .page_default .genpg-rite h6 {
        font-size: 26px;
    }
    body:not(.home) .page_default .genpg-rite p {
        font-size: 18px;
    }
}
.page_default .genpg-rite a {
    color: #ecb402;
    text-decoration: none;
}
.page_default .genpg-rite li {
    padding-left: 25px;
    color: #000;
    position: relative;
    line-height: 1.8;
    margin: 0 0 35px 0;
}
.page_default .genpg-rite ul li:before {
    background-color: #000;
    width: 12px;
    height: 12px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 14px;
}
.page_default .genpg-rite li ul {
    padding: 15px 0 0 10px;
    margin: 0;
}
.page_default .genpg-rite li ul li {
    padding-left: 10px;
    list-style: disc;
}
.page_default .genpg-rite li ul li:before {
    display: none;
}
.page_content .genpg-rite ol,
.page_content .genpg-rite ul {
    margin: 0 0 25px 0;
    list-style-position: inside;
}
.page_content .genpg-rite ol {
    list-style-type: decimal;
    margin-left: 20px;
}
.page_content .genpg-rite ol li {
    list-style: decimal;
    padding-left: 0 !important;
}
.page_default .genpg-rite li a {
    text-decoration: none;
}
.page_default .genpg-rite li a:hover,
.page_default .genpg-rite a:hover {
    color: #000;
}
.page_default .genpg-rite ul li>ul li {
    list-style-type: disc;
}
.page_default .genpg-rite ul li>ul li>ol li {
    list-style-type: decimal;
}
.page_default .genpg-rite ul li>ul li:before {
    display: none;
}
.page_default .genpg-rite ul li>ol li {
    list-style-type: decimal;
}
.page_default .genpg-rite ul li>ol li:before {
    display: none;
}
.page_default .genpg-rite ul li>ol li>ul li {
    list-style-type: disc;
}
.page_default .genpg-rite .accsec-ritcnt .accordion-section,
.page_default .genpg-rite .accordion .accordion-section {
    box-shadow: 0 22px 38px 0 rgba(0, 0, 0, 0.03);
    padding: 20px 20px 0;
    margin-bottom: 15px;
    border: 1px solid rgb(0 0 0 / 10%);
}
.page_default .genpg-rite .accsec-ritcnt .accordion-section h5,
.page_default .genpg-rite .accordion .accordion-section h5 {
    font-size: 25px;
}
.page_default .genpg-rite .accsec-ritcnt .accordion-section h5 a,
.page_default .genpg-rite .accordion .accordion-section h5 a {
    position: relative;
    display: block;
    padding-right: 50px;
}
.page_default .genpg-rite .accsec-ritcnt .accordion-section h5 a:before,
.page_default .genpg-rite .accordion .accordion-section h5 a:before {
    content: " ";
    background: url(images/sprites.webp) no-repeat;
    width: 37px;
    height: 37px;
    background-position: -444px -273px;
    position: absolute;
    right: 10px;
    top: 12px;
    bottom: 0;
    margin: auto;
}
.page_default .genpg-rite .accsec-ritcnt .accordion-section .accordion-section-title.active:before,
.page_default .genpg-rite .accordion .accordion-section .accordion-section-title.active:before {
    background-position: -391px -273px;
}
.genpg-lft .widget {
    margin-bottom: 50px;
    background: #000;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 40px 25px;
}
.genpg-lft .widget.recent-posts-widget-with-thumbnails {
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
}
.genpg-lft .widget-title,
.genpg-lft .widget .gform_heading .gform_title {
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 400;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1;
    position: relative;
    text-align: center;
    display: block;
}
.genpg-lft .widget .menu-sidebar-menu-container,
.genpg-lft .widget form {
    display: inline-block;
    width: 100%;
}
.genpg-lft .widget.recent-posts-widget-with-thumbnails nav ul li {
    border-bottom: 1px solid #b8b8ba;
    padding: 20px;
    margin: 0;
    position: relative;
}
.genpg-lft .widget.recent-posts-widget-with-thumbnails nav ul li a img {
    width: 95px !important;
    height: 107px !important;
    padding: 4px;
    background-color: #090f1a;
    border: 1px solid #404040;
    position: relative;
    margin: 0 15px 0 0
}
.genpg-lft .widget.recent-posts-widget-with-thumbnails nav ul li a {
    font-size: 19px;
    line-height: 1.4;
    letter-spacing: 0.38px;
    font-family: 'Red Hat Display', sans-serif;
    color: #fff;
    display: flex;
    align-items: center;
}
.genpg-lft .widget.recent-posts-widget-with-thumbnails nav ul li a:hover {
    color: #e9b203;
}
.genpg-lft .widget.recent-posts-widget-with-thumbnails nav ul li .rpwwt-post-date {
    font-size: 12px;
    letter-spacing: 0.48px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Red Hat Display', sans-serif;
    position: absolute;
    top: 28px;
    right: 0;
    width: max-content;
    left: 130px;
}
.genpg-lft .widget.widget_categories {
    padding-left: 0;
    padding-right: 0;
}
.genpg-lft .widget.widget_categories ul li a {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 1.4;
    letter-spacing: 0.38px;
    font-family: 'Red Hat Display', sans-serif;
    color: #fff;
    padding: 10px 10px 10px 65px;
    display: block;
    position: relative;
}
.genpg-lft .widget.widget_categories ul li a:before {
    position: absolute;
    content: "";
    background-color: #b8b8ba;
    width: 14px;
    height: 14px;
    left: 30px;
    top: 15px;
}
.genpg-lft .widget.widget_categories ul li a:hover:before {
    background-color: #000;
}
.genpg-lft .widget.widget_categories ul li a:hover {
    background-color: #dda705;
    color: #fff;
}
.genpg-lft .widget ul li a:hover {
    color: #000;
}
.genpg-lft .widget ul>li:last-child {
    border-bottom: none;
}
.genpg-lft section.widget_nav_menu ul {
    display: block;
    position: relative;
}
.genpg-lft section.widget_nav_menu ul li {
    margin: 0;
}
.genpg-lft section.widget_nav_menu ul li.sb-iaamenu>ul.sub-menu {
    display: block !important;
}
.genpg-lft .widget_nav_menu ul li .drop.close,
.genpg-lft .widget_nav_menu ul li .drop.open {
    font-size: 0;
    position: absolute;
    right: 6px;
    top: 25px;
    width: 12px;
    z-index: 10;
    height: 20px;
    padding: 0 0;
    cursor: pointer;
    border: 0;
}
.genpg-lft .widget_nav_menu ul li .drop.open {
    transform: rotate(90deg);
}
.genpg-lft section.widget_nav_menu ul ul li {
    padding: 0 0 0 20px;
}
.page_default .genpg-lft .gform_widget .gform_wrapper.gravity-theme .gfield select.large option {
    color: #000;
}
.page_default .genpg-lft .gform_widget textarea.textarea {
    resize: none;
}
.genpg-lft .widget .gform_heading,
.genpg-lft .widget span.gform_description {
    margin-bottom: 0;
}
.genpg-lft .widget form ul li {
    padding: 0 !important;
    margin: 0 0 5px 0 !important;
    width: 100%;
    border: 0;
}
.page_default .genpg-lft .gform_widget .instruction.validation_message {
    font-size: 10px !important;
    right: 0;
}
.page_default .genpg-lft .gform_widget .gform_wrapper .gform_validation_errors {
    display: none;
}
.page_default .genpg-lft .gform_widget .gfield {
    position: relative;
}
.page_default .genpg-lft .gform_widget .gfield_description.gfield_validation_message {
    position: absolute;
    top: 0;
    font-size: 10px !important;
}
.genpg-lft .widget form ul li.gfield label {
    display: none;
}
.genpg-lft .widget form ul li.gfield input,
.genpg-lft .widget form ul li.gfield textarea {
    width: 100%;
    outline: 0;
    border: 0;
    color: #6e6e6e;
    font-family: "Commissioner-Light" !important;
    font-size: 18px !important;
    padding: 16px 15px !important;
    border: 1px solid #9d9797;
}
.genpg-lft .widget form ul li.gfield textarea {
    height: 120px;
    margin: 0;
}
.genpg-lft .widget form .gform_footer {
    padding: 5px 30px 20px;
}
.genpg-lft .widget form .gform_footer input[type="submit"],
.page_default .genpg-rite .contpg-frm input[type="submit"] {
    outline: 0;
    border: 0;
    font-family: "Commissioner-Bold";
    color: #fff;
    line-height: 1 !important;
    display: inline-block;
    text-transform: uppercase;
    font-weight: normal;
    transition: 0.5s;
    font-size: 20px;
    padding: 16px 90px 16px 30px;
    background: #971f2d;
    position: relative;
    z-index: 98;
    cursor: pointer;
}
.genpg-lft .widget form .gform_footer input[type="submit"]:hover,
.page_default .genpg-rite .contpg-frm input[type="submit"]:hover {
    background: #ad2434;
}
.genpg-lft .widget .gform_wrapper div.validation_error {
    display: none;
}
.genpg-lft .widget form ul li.chk.gfield li label {
    display: block;
}
.genpg-lft .widget.sdb-testi {
    background-color: #fff;
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.08);
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.genpg-lft .widget.sdb-testi .widget-title {
    color: #000;
    padding-bottom: 20px;
}
.genpg-lft .widget.sdb-testi .star-rat {
    background-image: url(images/sprites-in.webp);
    background-position: -17px -338px;
    width: 150px;
    height: 23px;
    margin: 0 auto 20px;
}
.genpg-lft .widget.sdb-testi p {
    font-size: 19px;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.38px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
}
.genpg-lft .widget.sdb-testi .quote {
    position: relative;
    z-index: 1;
    padding: 0 30px 0 30px;
    margin-bottom: 30px;
}
.genpg-lft .widget.sdb-testi .quote:before {
    position: absolute;
    content: "";
    background-image: url(images/inr-quote.webp);
    width: 91px;
    height: 64px;
    top: -15px;
    left: 10px;
    z-index: -1;
}
.genpg-lft .widget.sdb-testi .quote:after {
    position: absolute;
    content: "";
    background-image: url(images/inr-btm-quote.webp);
    width: 92px;
    height: 65px;
    bottom: -20px;
    right: 10px;
    z-index: -1;
}
.genpg-lft .widget.sdb-testi .testi-item .author {
    text-align: center;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0;
    font-family: 'Red Hat Display', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    display: block;
}
.genpg-lft .widget.sdb-testi .owl-nav {
    text-align: center;
    margin: 0 0 -30px;
}
.genpg-lft .widget.sdb-testi .owl-nav button {
    background-image: url(images/sprites-in.webp);
    background-position: -701px -338px;
    width: 64px;
    height: 64px;
    font-size: 0;
    margin: 0 8px;
}
.genpg-lft .widget.sdb-testi .owl-nav button.owl-next {
    background-position: -789px -338px;
}
.gform_wrapper ul.gform_fields li,
.gform_wrapper ul.gform_fields li.nm,
.gform_wrapper ul.gform_fields li.emil,
.gform_wrapper ul.gform_fields li.phn {
    float: left;
    width: 100%;
    clear: none;
}
.gform_wrapper ul.gform_fields li.phn {
    margin-right: 0 !important;
}
.gform_wrapper .top_label input,
.gform_wrapper select,
.gform_wrapper .top_label textarea {
    margin: 0;
    width: 100% !important;
    color: #fff;
    outline: 0;
    position: relative;
    border-radius: 0;
    background: transparent;
    border: 1px solid #e3e3e3;
    font-size: 16px !important;
    padding: 14px 10px !important;
    transition: all 0.5s;
}
.gform_wrapper .top_label textarea {
    width: 100%;
    float: left;
    height: 200px;
    margin: 0 0 10px;
    padding: 12px;
}
.gform_wrapper .form-links,
.form-top {
    font-size: 16px;
    color: #fff;
    width: 100%;
    display: inline-block;
    color: #000;
}
.gform_wrapper .form-links a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    padding: 0;
    font-size: 15px;
    border-bottom: 0;
    width: auto;
}
.gform_wrapper .top_label .chkbx label span {
    color: #ed3731;
}
.gform_wrapper .gfield_radio label,
.gform_wrapper .top_label .chkbx label {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #fff;
}
.gform_wrapper .top_label .chkbx label {
    font-weight: 700;
}
.gform_wrapper .top_label input[type="checkbox"] {
    float: left;
    clear: both;
    width: auto !important;
    margin: 4px 10px 0 0 !important;
    padding: 0 !important;
    border-radius: 0;
    max-width: inherit !important;
}
.gform_wrapper .gform_footer.top_label {
    padding: 0;
    margin: 16px 0 0;
    text-align: center;
}
.gform_wrapper .top_label input[type="submit"] {
    background-color: #231f20 !important;
    outline: none !important;
    border: 0 none !important;
    border-radius: 0 !important;
    cursor: pointer;
    transition-duration: 0.5s;
    font-style: normal !important;
    color: #ffffff !important;
    width: 250px !important;
    font-size: 18px !important;
    padding: 20px 15px !important;
    text-transform: capitalize !important;
    height: auto !important;
    margin: 0;
}
.gform_wrapper .top_label input[type="submit"]:hover {
    background-color: #231f20 !important;
}
.hm-form-sec .gform_wrapper ul.gform_fields li input[type="checkbox"],
.genpg-lft .gform_wrapper ul.gform_fields li input[type="checkbox"] {
    margin: 1px 10px 0 0;
    width: 20px !important;
}
body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 0 !important;
}
.page_default .genpg-rite .attorny-singdtls {
    background: #fff;
    border: 20px solid #f7f7f7;
    position: relative;
    margin-bottom: 50px;
    width: 100%;
    display: inline-block;
    outline: 1px solid #ececf1;
}
.page_default .genpg-rite .atrny-img {
    position: relative;
    width: 48%;
    float: left;
}
.page_default .genpg-rite .atrny-dtls {
    padding: 35px 20px 35px 35px;
    position: relative;
    width: 52%;
    float: right;
}
.page_default .genpg-rite .attorny-shtcnt {
    padding: 35px;
    position: relative;
    font-size: 26px;
    color: #323539;
    padding-top: 0;
}
.page_default .genpg-rite .atrnyaward-img {
    display: flex;
    align-items: center;
}
.page_default .genpg-rite .atrny-dtls .popup-form a.popup-form {
    background: #e5b21b;
    text-transform: uppercase;
    font-size: 25px;
    color: #fff;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    display: block;
    padding: 15px 40px;
    width: 232px;
    border-radius: 0;
}
.page_default .genpg-rite .atrny_blk {
    background: #f8f8f8;
    width: 92%;
    padding: 30px 0 30px 50px;
    position: relative;
    margin: 70px 0 30px;
}
.page_default .genpg-rite .atrny_blk .ryt {
    position: absolute;
    right: -82px;
    top: -66px;
}
.page_default .genpg-rite .atrny_blk .lft {
    width: 50%;
    position: relative;
}
.page_default .genpg-rite .atrny_blk h6 {
    color: #55627a;
    font-size: 40px;
    font-family: "Rubik-Medium";
    letter-spacing: 2.4px;
    margin: 0 0 20px;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
}
.page_default .genpg-rite .atrny_blk h6:before {
    width: 100%;
    height: 1px;
    left: 8px;
    bottom: 0;
    background: #ccc;
    content: "";
    position: absolute;
}
.page_default .genpg-rite .atrny_blk h6:after {
    height: 7px;
    width: 7px;
    position: absolute;
    content: "";
    left: 0;
    bottom: -4px;
    border: 1px solid #ccc;
}
.page_default .genpg-rite .atrny_blk ul {
    padding: 0;
    background: transparent;
    position: relative;
    z-index: 99;
}
.page_default .genpg-rite .atrny_blk ul li {
    font-family: "Rubik";
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 0;
    line-height: 1.54;
    padding-left: 0;
    letter-spacing: 1.32px;
    list-style-type: none;
}
.page_default .genpg-rite .atrny_blk ul li:before {
    display: none;
}
.page_default .genpg-rite ul.dsn {
    background: #f7f7f7;
    margin: 0 0 37px;
    position: relative;
    padding: 45px 40px 38px;
}
.page_default .genpg-rite ul.dsn:before {
    content: "";
    position: absolute;
    height: calc(100% - 120px);
    border-left: 6px solid #dde0e4;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.page_default .genpg-rite .cmn-img {
    padding: 29px;
    border: 1px solid #000000;
    margin-bottom: 25px;
}
.page_default .genpg-rite .cmn-img img {
    width: 100%;
    display: block;
    margin: 0;
}
.page_default .genpg-rite .contact-us-box {
    margin-bottom: 50px;
    box-shadow: 0 0 11.96px 1.04px rgba(0, 0, 0, 0.07);
    border-top: 5px solid #ecb402;
    border-bottom: 5px solid #ecb402;
    padding: 35px 75px 35px 75px;
    text-align: center;
}
.page_default .genpg-rite .contact-us-box h6 {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.6;
    margin: 0;
}
.page_default .genpg-rite .contact-us-box p {
    margin: 0;
}
.page_default .genpg-rite .cmn-btn {
    margin-bottom: 30px;
}
.page_default .genpg-rite .cmn-btn a {
    color: #000;
}
.page_default .genpg-rite .cmn-btn a:hover {
    color: #fff;
}
.page_default .genpg-rite .accordion-section-content.open {
    display: block;
}
.page_default .genpg-rite .accordion-section-content {
    display: none;
}
.page_default .genpg-rite .Awrds-sec {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.page_default .genpg-rite .Awrds-sec .Awrds-sec-each img {
    width: 100%;
    display: block;
}
.page_default .genpg-rite .Awrds-sec .Awrds-sec-each {
    width: 23%;
}
.page_default .genpg-rite .firm-year {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    gap: 50px;
}
.page_default .genpg-rite .in-cnt {
    width: 48%;
    border: 1px solid #ecb402;
    padding: 20px;
}
.page_default .genpg-rite .in-cnt p {
    margin-bottom: 0;
}
.page_default .genpg-rite .injury-item {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 50px;
}
.page_default .genpg-rite .each-injury-item {
    width: 45%;
    border: 1px solid #ecb402;
    padding: 20px;
}
.page_default .genpg-rite .each-injury-item p {
    margin-bottom: 0;
}
.page_default .genpg-rite .chris-available-sec {
    position: relative;
    justify-content: space-between;
    margin-bottom: 50px;
}
.page_default .genpg-rite .chris-left {
    width: 45%;
    float: right;
}
.page_default .genpg-rite .chris-rght {
    width: 52%;
}
.page_default .genpg-rite .cares-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.page_default .genpg-rite .cares-lft {
    width: 40%;
}
.page_default .genpg-rite .cares-rgt {
    width: 58%;
}
.page_default .genpg-rite .accordion {
    margin-bottom: 50px;
}
.page_default .genpg-rite .profile-main {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 30px;
}
.page_default .genpg-rite .crish-profile-lft {
    width: 50%;
    background-color: #000;
    padding: 50px;
    color: #fff;
    text-align: center;
}
.page_default .genpg-rite .crish-profile-lft h2,
.page_default .genpg-rite .crish-profile-lft h5,
.page_default .genpg-rite .crish-profile-lft p,
.page_default .genpg-rite .crish-profile-lft a:hover {
    color: #fff;
}
.page_default .genpg-rite .crish-profile-lft a {
    margin: 0 5px;
    color: #ecb402;
}
.page_default .genpg-rite .achrs-atrny-img {
    width: 35%;
}
.page_default .genpg-rite .crish-profile-family {
    width: 50%;
    float: right;
}
.page_default .genpg-rite .Adm-edu-chos {
    display: flex;
    justify-content: space-between;
}
.page_default .genpg-rite .Adm-edu-chos .Adm-edu-chos-item {
    width: 48%;
}
.page_default .genpg-rite .contact-page-blk {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.21);
    min-height: 430px;
    border-radius: 0 30px 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    -webkit-border-radius: 0 30px 0 30px;
    -moz-border-radius: 0 30px 0 30px;
    -ms-border-radius: 0 30px 0 30px;
    -o-border-radius: 0 30px 0 30px;
}
@media screen and (min-width: 992px) {
    .page_default .genpg-rite .contact-page-blk:before,
    .page_default .genpg-rite .contact-page-blk:after {
        position: absolute;
        content: "";
        border: 9px solid #dda705;
        width: 21%;
        height: 66%;
        left: 0;
        top: 0;
        border-right: none;
        border-bottom: none;
        pointer-events: none;
    }
}
.page_default .genpg-rite .contact-page-blk:after {
    left: inherit;
    top: inherit;
    right: 0;
    bottom: 0;
    border-right: 9px solid #dda705;
    border-bottom: 9px solid #dda705;
    border-left: inherit;
    border-top: inherit;
}
.page_default .genpg-rite .contact-page-blk .cnt-loca {
    width: 30.21%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 50px 0 0;
}
.page_default .genpg-rite .contact-page-blk .cnt-logo {
    width: 39.6%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 25px;
    border-right: 1px solid #cfd1d5;
    border-left: 1px solid #cfd1d5;
    padding: 30px 0 30px;
}
.page_default .genpg-rite .contact-page-blk .cnt-icons {
    width: 30.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 37px 0;
}
.page_default .genpg-rite .contact-page-blk h5 {
    font-size: 38px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    line-height: 1;
    letter-spacing: 0;
}
.page_default .genpg-rite .contact-page-blk .cnt-loca h5 {
    padding: 0 0 70px;
    position: relative;
}
.page_default .genpg-rite .contact-page-blk .cnt-loca h5:before {
    position: absolute;
    content: "";
    background-image: url(images/sprites-in.webp);
    background-position: -406px -245px;
    width: 28px;
    height: 39px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.page_default .genpg-rite .contact-page-blk .cnt-loca p {
    font-size: 21px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
}
.page_default .genpg-rite .contact-page-blk .cnt-loca .direction a {
    color: #dda705;
    text-transform: capitalize;
    line-height: 1;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 21px;
    font-weight: 500;
}
.page_default .genpg-rite .contact-page-blk .cnt-logo .cnt-logo-img a {
    display: inline-block;
}
.page_default .genpg-rite .contact-page-blk .cnt-logo .cnt-logo-img a img {
    width: 100%;
    display: block;
    margin: 0;
}
.page_default .genpg-rite .contact-page-blk .cnt-logo .call-num {
    text-align: center;
}
.page_default .genpg-rite .contact-page-blk .cnt-logo .call-num h5 {
    line-height: 1.3;
    margin-bottom: 0;
}
.page_default .genpg-rite .contact-page-blk .cnt-logo .call-num h5 a {
    display: block;
    font-size: 50px;
    line-height: 1;
    font-family: 'Frank Ruhl Libre', serif;
}
.page_default .genpg-rite .contact-page-blk .cnt-logo .call-num h5 a:hover {
    color: #000;
}
.page_default .genpg-rite .contact-page-blk .cnt-icons ul {
    display: flex;
    gap: 14px;
}
.page_default .genpg-rite .head-cnt {
    text-align: center;
    margin-bottom: 60px;
}
.page_default .genpg-rite .contact-page-blk .cnt-icons ul li {
    padding: 0 0 0 0;
    margin: 0;
}
.page_default .genpg-rite .contact-page-blk .cnt-icons ul li:before {
    display: none;
}
.page_default .genpg-rite .contact-page-blk .cnt-icons ul li a {
    background-image: url(images/sprites-in.webp);
    background-position: -451px -245px;
    width: 43px;
    height: 43px;
    display: inline-block;
}
.page_default .genpg-rite .contact-page-blk .cnt-icons ul li a:hover {
    background-position: -451px -310px
}
.page_default .genpg-rite .contact-page-blk .cnt-icons ul li a.yelp {
    background-position: -505px -245px;
}
.page_default .genpg-rite .contact-page-blk .cnt-icons ul li a.yelp:hover {
    background-position: -505px -310px
}
.page_default .genpg-rite .contact-page-blk .cnt-icons ul li a.tiktok {
    background-position: -560px -245px;
}
.page_default .genpg-rite .contact-page-blk .cnt-icons ul li a.tiktok:hover {
    background-position: -560px -310px
}
.page_default .genpg-rite .contact-page-blk .cnt-icons ul li a.fb {
    background-position: -616px -245px;
}
.page_default .genpg-rite .contact-page-blk .cnt-icons ul li a.fb:hover {
    background-position: -616px -310px
}
.genpg-lft .widget.side-bar-awards {
    padding: 40px 25px 0 !important;
    text-align: center;
}
.genpg-lft .widget.widget_wysiwyg_widgets_widget {
    background-image: url(images/prct-sidebar-img.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 80px;
    border: 2px solid #ecb402;
    border-radius: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.genpg-lft .widget.widget_wysiwyg_widgets_widget .bx-wrapper {
    padding: 0 0 50px;
}
.genpg-lft .widget.widget_wysiwyg_widgets_widget .bx-viewport {
    height: 506px !important;
}
.page_default .genpg-lft .pract-area-blk .cwh-item {
    width: 341px !important;
    margin: auto;
    position: relative;
}
.page_default .genpg-lft .pract-area-blk .cwh-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 80%);
    pointer-events: none;
}
.page_default .genpg-lft .pract-area-blk .cwh-item:hover:before {
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(2, 40, 93, 0.01) 1%, rgba(11, 46, 90, 0.04) 8%, rgba(15, 48, 88, 0.07) 11%, rgba(34, 60, 81, 0.16) 22%, rgba(36, 61, 80, 0.17) 23%, rgba(62, 76, 70, 0.29) 35%, rgba(67, 79, 68, 0.31) 37%, rgba(156, 131, 34, 0.76) 73%, rgba(163, 135, 31, 0.79) 76%, rgba(188, 150, 22, 0.91) 89%, rgba(191, 152, 21, 0.93) 91%, rgba(204, 159, 16, 0.99) 100%);
    content: "";
}
.page_default .genpg-lft .pract-area-blk .cwh-item::after {
    position: absolute;
    content: "";
    width: 94%;
    height: 90%;
    border: 1px solid #fff;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    pointer-events: none;
}
.page_default .genpg-lft .pract-area-blk .cwh-item:hover:after {
    display: none;
}
.page_default .genpg-lft .pract-area-blk .cwh-item .cwh-item-img img {
    width: 100%;
    display: block;
}
.page_default .genpg-lft .pract-area-blk .cwh-item .hvr a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 0;
}
.page_default .genpg-lft .pract-area-blk .cwh-item .cwh-item-cnt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    margin: auto;
    z-index: 3;
    pointer-events: none;
}
.page_default .genpg-lft .pract-area-blk .cwh-item .cwh-item-cnt .pract-heading {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    color: #fff;
    text-align: center;
    position: relative;
    padding-top: 60px;
    display: block;
}
.page_default .genpg-lft .pract-area-blk .cwh-item .cwh-item-cnt .pract-heading:before {
    position: absolute;
    content: "";
    background-image: url(images/sprites-in.webp);
    background-position: -17px -30px;
    width: 95px;
    height: 57px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    transform: scale(0.8);
}
.page_default .genpg-lft .pract-area-blk .cwh-item:hover .cwh-item-cnt h4:before {
    background-position: -17px -135px;
}
.page_default .genpg-lft .pract-area-blk .cwh-item .cwh-item-cnt.ma h4:before {
    background-position: -129px -30px;
    width: 87px;
    height: 47px;
}
.page_default .genpg-lft .pract-area-blk .cwh-item:hover .cwh-item-cnt.ma h4:before {
    background-position: -129px -135px;
}
.page_default .genpg-lft .pract-area-blk .cwh-item .cwh-item-cnt.pa h4:before {
    background-position: -243px -30px;
    width: 75px;
    height: 75px;
    top: -20px;
}
.page_default .genpg-lft .pract-area-blk .cwh-item:hover .cwh-item-cnt.pa h4:before {
    background-position: -243px -135px;
}
.page_default .genpg-lft .pract-area-blk .cwh-item .cwh-item-cnt.pl h4:before {
    background-position: -350px -30px;
    width: 54px;
    height: 56px;
}
.page_default .genpg-lft .pract-area-blk .cwh-item:hover .cwh-item-cnt.pl h4:before {
    background-position: -350px -135px;
}
.page_default .genpg-lft .pract-area-blk .cwh-item .cwh-item-cnt.prl h4:before {
    background-position: -431px -30px;
    width: 56px;
    height: 56px;
}
.page_default .genpg-lft .pract-area-blk .cwh-item:hover .cwh-item-cnt.prl h4:before {
    background-position: -431px -135px;
}
.page_default .genpg-lft .pract-area-blk .cwh-item .cwh-item-cnt.ta h4:before {
    background-position: -516px -30px;
    width: 57px;
    height: 57px;
}
.page_default .genpg-lft .pract-area-blk .cwh-item:hover .cwh-item-cnt.ta h4:before {
    background-position: -516px -135px;
}
.page_default .genpg-lft .pract-area-blk .cwh-item .cwh-item-cnt.wj h4:before {
    background-position: -590px -30px;
    width: 57px;
    height: 57px;
}
.page_default .genpg-lft .pract-area-blk .cwh-item:hover .cwh-item-cnt.wj h4:before {
    background-position: -590px -135px;
}
.page_default .genpg-lft .pract-area-blk .cwh-item .cwh-item-cnt.wd h4:before {
    background-position: -673px -30px;
    width: 60px;
    height: 61px;
}
.page_default .genpg-lft .pract-area-blk .cwh-item:hover .cwh-item-cnt.wd h4:before {
    background-position: -673px -135px;
}
.page_default .genpg-lft .pract-area-blk .cwh-item .cwh-item-cnt.ba h4:before {
    background-position: -752px -30px;
    width: 84px;
    height: 49px;
}
.page_default .genpg-lft .pract-area-blk .cwh-item:hover .cwh-item-cnt.ba h4:before {
    background-position: -752px -135px;
}
.page_default .genpg-lft .pract-area-blk .cwh-item .cwh-item-cnt.pi h4:before {
    background-position: -862px -30px;
    width: 48px;
    height: 57px;
}
.page_default .genpg-lft .pract-area-blk .cwh-item:hover .cwh-item-cnt.pi h4:before {
    background-position: -862px -135px;
}
.page_default .genpg-lft .pract-area-blk .cwh-item .cwh-item-cnt.ci h4:before {
    background-position: -927px -30px;
    width: 67px;
    height: 56px;
}
.page_default .genpg-lft .pract-area-blk .cwh-item:hover .cwh-item-cnt.ci h4:before {
    background-position: -927px -135px;
}
.page_default .genpg-lft .bx-controls-direction {
    text-align: center;
    margin: 0 0 -80px;
}
.page_default .genpg-lft .bx-controls-direction a {
    background-image: url(images/sprites-in.webp);
    background-position: -701px -245px;
    width: 64px;
    height: 64px;
    font-size: 0;
    display: inline-block;
    margin: 0 8px;
}
.page_default .genpg-lft .bx-controls-direction a.bx-next {
    background-position: -789px -245px;
}
.page_default.blog_pg .genpg-rite .blg-cntblk {
    margin: 20px 0 0 0;
}
.page_default.blog_pg .genpg-rite .post-item {
    background: #000000;
    position: relative;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 45px;
    outline-offset: 8px;
    outline: 2px solid #000000;
}
.page_default.blog_pg .genpg-rite .post-img {
    width: 48.3%;
}
.page_default.blog_pg .genpg-rite .post-img .blog-post-img {
    height: 100%;
}
.page_default.blog_pg .genpg-rite .blog-post-img img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.page_default.blog_pg .genpg-rite .post-cnt {
    width: 50%;
    padding: 40px 55px 40px 0;
}
.page_default.blog_pg .genpg-rite .post-cnt h4 a {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.6px;
    color: #fff;
    margin: 0 0 30px;
}
.page_default.blog_pg .genpg-rite .post-cnt h4 a:hover {
    color: #ecb402;
}
.page_default.blog_pg .genpg-rite .post-cnt p {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 25px;
}
.page_default.blog_pg .genpg-rite .post-itm-btm {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}
.page_default.blog_pg .genpg-rite .post-meta {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #ecb402;
    line-height: 1;
    letter-spacing: 0.36px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 600;
    align-items: center;
    text-transform: uppercase;
}
.page_default.blog_pg .genpg-rite .post-meta .post-dt,
.page_default.blog_pg .genpg-rite .post-meta .post-category {
    display: inline-block;
}
.page_default.blog_pg .genpg-rite .post-btn {
    float: left;
}
.page_default.blog_pg .genpg-rite .post-category ul li,
.page_default.blog_pg .genpg-rite .post-dt {
    list-style: none;
    margin: 0;
    padding: 0;
}
.page_default.blog_pg .genpg-rite .post-meta .post-category a:hover {
    color: #fff;
}
.page_default.blog_pg .genpg-rite .post-category ul {
    margin: 0;
}
.page_default.blog_pg .genpg-rite .post-category ul li:before {
    display: none;
}
.page_default.blog_pg .genpg-rite .post-btn a.blg-btn {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 1.14px;
    color: #fff;
    padding: 18px 30px;
    width: 200px;
    line-height: 1;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    background-image: linear-gradient(#e4ae04, #e5ae04, #ba830ad1);
}
.page_default.blog_pg .genpg-rite .post-btn a.blg-btn:hover {
    background-image: linear-gradient(#ba830ad1, #e4ae04, #e5ae04);
}
.page_default.blog_pg .genpg-rite .page-navi-block {
    width: 50%;
    float: left;
    padding: 0 20px 0 0;
}
.page_default.blog_pg .genpg-rite .page-navi-block.page-navi-nxt {
    float: right;
    padding: 0 0 0 20px;
    text-align: right;
}
.page_default.blog_pg .genpg-rite .nav-links a.page-numbers {
    margin: 0;
}
.page_default.blog_pg .genpg-rite .nav-links svg.svg-icon {
    display: none;
}
.page_default.blog_pg .genpg-rite span.page-numbers.current {
    background-color: #ecb402;
}
.page_default.blog_pg .genpg-rite a.page-numbers:hover {
    background-color: #ecb402;
}
.page_default.blog_pg .genpg-rite .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.page_default.blog_pg .genpg-rite nav.navigation.pagination {
    width: 100%;
}
.page_default.blog_pg .genpg-rite .nav-links a.next.page-numbers,
.page_default.blog_pg .genpg-rite .nav-links a.prev.page-numbers {
    background-image: url(images/sprites-in.png);
    width: 53px;
    height: 53px;
    background-position: -17px -380px;
    transition: none;
}
.page_default.blog_pg .genpg-rite .nav-links a.prev.page-numbers:hover {
    background-position: -17px -455px;
}
.page_default.blog_pg .genpg-rite .nav-links a.next.page-numbers {
    background-position: -92px -380px;
}
.page_default.blog_pg .genpg-rite .nav-links a.next.page-numbers:hover {
    background-position: -92px -455px;
}
.page_default.blog_pg .genpg-rite .nav-links span,
.page_default.blog_pg .genpg-rite .nav-links a {
    font-family: 'Figtree', sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 10px;
    background: #000;
    text-align: center;
    width: 45px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.page_default.blog_pg .genpg-rite .nav-links span.nav-next-text,
.page_default.blog_pg .genpg-rite .nav-links span.nav-prev-text {
    display: none;
}
.page_default.single-blogpg .blog-post-img {
    padding: 8px;
    border: 2px solid #000000;
    margin-bottom: 25px;
}
.page_default.single-blogpg .blog-post-img img {
    width: 100%;
    display: block;
    margin: 0;
}
.page_default.single-blogpg .page-navi {
    display: flex;
    justify-content: center;
}
.page_default.single-blogpg .page-navi .page-navi-block.page-navi-pre {
    width: 50%;
    text-align: left;
}
.page_default.single-blogpg .page-navi .page-navi-block.page-navi-nxt {
    width: 50%;
    text-align: right;
}
.page_default.single-blogpg .page-navi .page-navi-block a {
    background-image: url(images/sprites-in.webp);
    width: 63px;
    height: 63px;
    background-position: -18px -379px;
    display: inline-block;
    font-size: 0;
}
.page_default.single-blogpg .page-navi .page-navi-block a:hover {
    background-position: -18px -455px;
}
.page_default.single-blogpg .page-navi .page-navi-block.page-navi-nxt a {
    background-position: -92px -379px;
}
.page_default.single-blogpg .page-navi .page-navi-block.page-navi-nxt a:hover {
    background-position: -92px -455px;
}
.page_default.practice_areas .inr-main-items {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}
.page_default.practice_areas .inr-item {
    position: relative;
    width: 32%;
}
.page_default.practice_areas .inr-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 80%);
    z-index: 1;
}
.page_default.practice_areas .inr-item:after {
    content: "";
    position: absolute;
    width: 123px;
    height: 120px;
    right: 10px;
    bottom: 9px;
    background-color: #ecb402;
    clip-path: polygon(100% 38%, 39% 100%, 100% 100%);
    z-index: 2;
}
.page_default.practice_areas .inr-item:hover:before {
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(2, 40, 93, 0.01) 1%, rgba(11, 46, 90, 0.04) 8%, rgba(15, 48, 88, 0.07) 11%, rgba(34, 60, 81, 0.16) 22%, rgba(36, 61, 80, 0.17) 23%, rgba(62, 76, 70, 0.29) 35%, rgba(67, 79, 68, 0.31) 37%, rgba(156, 131, 34, 0.76) 73%, rgba(163, 135, 31, 0.79) 76%, rgba(188, 150, 22, 0.91) 89%, rgba(191, 152, 21, 0.93) 91%, rgba(204, 159, 16, 0.99) 100%);
    content: "";
    width: 100%;
    height: 100%;
}
.page_default.practice_areas .inr-item .inr-item-cnt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    margin: auto;
    z-index: 3;
}
.page_default.practice_areas .inr-item .inr-item-cnt h4 {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
    font-size: 31px;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    color: #fff;
    text-align: center;
    position: relative;
    padding-top: 75px;
}
.page_default.practice_areas .inr-item-img {
    position: relative;
}
.page_default.practice_areas .inr-item-img:after {
    position: absolute;
    content: "";
    width: 95%;
    height: 95%;
    border: 1px solid #fff;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    pointer-events: none;
}
.page_default.practice_areas .inr-item .hvr a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 9;
    font-size: 0;
}
.page_default.practice_areas .inr-item:hover .inr-item-img:after {
    display: none;
}
.page_default.practice_areas .inr-item:hover:after {
    display: none;
}
.page_default.practice_areas .inr-item .inr-item-cnt h4:before {
    position: absolute;
    content: "";
    background-image: url(images/sprites-in.webp);
    background-position: -17px -30px;
    width: 95px;
    height: 57px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.page_default.practice_areas .inr-item:hover .inr-item-cnt h4:before {
    background-position: -17px -135px;
}
.page_default.practice_areas .inr-item .inr-item-cnt.ma h4:before {
    background-position: -129px -30px;
    width: 87px;
    height: 47px;
}
.page_default.practice_areas .inr-item:hover .inr-item-cnt.ma h4:before {
    background-position: -129px -135px;
}
.page_default.practice_areas .inr-item .inr-item-cnt.pa h4:before {
    background-position: -243px -30px;
    width: 75px;
    height: 75px;
    top: -20px;
}
.page_default.practice_areas .inr-item:hover .inr-item-cnt.pa h4:before {
    background-position: -243px -135px;
}
.page_default.practice_areas .inr-item .inr-item-cnt.pl h4:before {
    background-position: -350px -30px;
    width: 54px;
    height: 56px;
}
.page_default.practice_areas .inr-item:hover .inr-item-cnt.pl h4:before {
    background-position: -350px -135px;
}
.page_default.practice_areas .inr-item .inr-item-cnt.prl h4:before {
    background-position: -431px -30px;
    width: 56px;
    height: 56px;
}
.page_default.practice_areas .inr-item:hover .inr-item-cnt.prl h4:before {
    background-position: -431px -135px;
}
.page_default.practice_areas .inr-item .inr-item-cnt.ta h4:before {
    background-position: -516px -30px;
    width: 57px;
    height: 57px;
}
.page_default.practice_areas .inr-item:hover .inr-item-cnt.ta h4:before {
    background-position: -516px -135px;
}
.page_default.practice_areas .inr-item .inr-item-cnt.wj h4:before {
    background-position: -590px -30px;
    width: 57px;
    height: 57px;
}
.page_default.practice_areas .inr-item:hover .inr-item-cnt.wj h4:before {
    background-position: -590px -135px;
}
.page_default.practice_areas .inr-item .inr-item-cnt.wd h4:before {
    background-position: -673px -30px;
    width: 60px;
    height: 61px;
}
.page_default.practice_areas .inr-item:hover .inr-item-cnt.wd h4:before {
    background-position: -673px -135px;
}
.page_default.practice_areas .inr-item .inr-item-cnt.ba h4:before {
    background-position: -752px -30px;
    width: 84px;
    height: 49px;
}
.page_default.practice_areas .inr-item:hover .inr-item-cnt.ba h4:before {
    background-position: -752px -135px;
}
.page_default.practice_areas .inr-item .inr-item-cnt.pi h4:before {
    background-position: -862px -30px;
    width: 48px;
    height: 57px;
}
.page_default.practice_areas .inr-item:hover .inr-item-cnt.pi h4:before {
    background-position: -862px -135px;
}
.page_default.practice_areas .inr-item .inr-item-cnt.ci h4:before {
    background-position: -927px -30px;
    width: 67px;
    height: 56px;
}
.page_default.practice_areas .inr-item:hover .inr-item-cnt.ci h4:before {
    background-position: -927px -135px;
}
.page_default.general.review_page .testimonials {
    column-count: 3;
}
.page_default.general.review_page .testimonials .testi-item h4 {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.32;
    letter-spacing: 0.5px;
    color: #000;
    margin: 0 0 25px;
}
.page_default.general.review_page .testimonials .testi-item {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ecb402;
    border-radius: 10px;
    padding: 60px 40px 50px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    display: inline-block;
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.08);
}
.page_default.general.review_page .testimonials .testi-item:before {
    position: absolute;
    content: "";
    background-image: url("images/inr-quote.webp");
    width: 91px;
    height: 64px;
    top: 50px;
    left: 15px;
    z-index: -1;
}
.page_default.general.review_page .testimonials .testi-item:after {
    position: absolute;
    content: "";
    background-image: url("images/inr-btm-quote.webp");
    width: 92px;
    height: 65px;
    bottom: 120px;
    right: 15px;
    z-index: -1;
}
.page_default.general.review_page .testimonials .testi-item p {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: 0.38px;
    color: #000;
    margin: 0 0 30px;
}
.page_default.general.review_page .testimonials .testi-item .test-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page_default.general.review_page .testimonials .testi-item .test-main .star-rat {
    background-image: url("images/sprites-in.webp");
    background-position: -17px -338px;
    width: 150px;
    height: 23px;
}
.page_default.general.review_page .testimonials .testi-item .test-main h5 {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    margin: 0;
}
.page_default .genpg-rite .cmn-btn {
    margin-bottom: 30px;
}
.page_default.profile_page .profile-main {
    display: flex;
    margin-bottom: 70px;
}
.page_default.profile_page .profile-left {
    width: 61%;
    margin: 55px -99px 0 0;
    position: relative;
}
.page_default.profile_page .profile-left .profile-img {
    position: relative;
    padding: 24px;
    margin-bottom: 38px;
}
@media screen and (min-width: 992px) {
    .page_default.profile_page .profile-left .profile-img:before {
        content: "";
        border: 1px solid #b3b4ae;
        border-right: none;
        width: 86.3%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}
.page_default.profile_page .profile-name {
    text-align: center;
    width: 87%;
}
.page_default.profile_page .profile-cnt {
    width: 66%;
    background-color: #000;
    background-image: url("images/pattern.webp");
    padding: 100px 43px 70px 90px;
    outline: 1px solid #fff;
    outline-offset: -30px;
    height: max-content
}
.page_default.profile_page .profile-left h3 {
    font-weight: 500;
    font-size: 55px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.page_default.profile_page .profile-left p {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 2.64px;
    margin: 0 0 20px;
}
.page_default.profile_page .profile-left .profile-name .cmn-btn a {
    color: #fff
}
.page_default.profile_page .profile-cnt h4 {
    font-size: 50px;
    color: #fff;
}
.page_default.profile_page .profile-cnt p {
    color: #fff;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin: 0 0 35px;
}
.page_default.profile_page .profile-cnt p:last-child {
    margin: 0;
}
.page_default.profile_page .profile-qualfy {
    display: flex;
    margin-bottom: 10px;
}
.page_default.profile_page .profile-admission {
    width: 46%;
}
.page_default.profile_page .profile-admission h4 {
    margin: 0 0 30px;
}
.page_default.profile_page .profile-admission li {
    font-size: 22px;
    margin: 0 0 10px;
}
.page_default.profile_page .profile-education {
    width: 46%;
}
.page_default.profile_page .profile-education h4 {
    margin: 0 0 30px;
}
.page_default.profile_page .profile-education li {
    font-size: 22px;
    margin: 0 0 10px;
}
.page_default.profile_page .profile-boxes h4 {
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    margin: 0 0 40px;
}
.page_default.profile_page .in-benefits {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.page_default.profile_page .attrny-item {
    border: 1px solid #ecb402;
    border-radius: 10px;
    width: 25%;
    text-align: center;
    padding: 45px 25px 30px;
}
.page_default.profile_page .attrny-item p {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #000;
    margin: 0;
    padding: 120px 0 0;
    position: relative;
}
.page_default.profile_page .attrny-item p:before {
    position: absolute;
    content: "";
    background-image: url(images/sprites.png);
    background-position: -8px -273px;
    width: 73px;
    height: 73px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.page_default.profile_page .attrny-item p:after {
    position: absolute;
    content: "";
    background-color: #ecb402;
    width: 100px;
    height: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.page_default.profile_page .attrny-item.two p:before {
    background-position: -108px -273px;
}
.page_default.profile_page .attrny-item.three p:before {
    background-position: -209px -273px;
    width: 64px;
    height: 68px;
}
.page_default.profile_page .attrny-item.four p:before {
    background-position: -301px -273px;
    width: 66px;
    height: 66px;
}
.page-id-322 .page_default .genpg-rite li {
    margin: 0 0 10px 0;
}
.page-id-324 .page_default {
    padding-top: 0;
}
.chris_banner_div {
    background-color: #000;
    background-image: url(images/hm-bnr-img-v2.webp);
    background-position: bottom center;
    background-size: cover;
    margin-bottom: 50px;
    position: relative;
    width: 100%;
}
.chris-profile-main {
    /* background-color: #000; */
    /* background-image: url(images/michael-discenza-5omwAMDxmkU-unsplash.webp); */
    padding: 140px 0 0 0;
    display: block;
    clear: both;
    width: 100%;
    position: relative;
}
/* .chris-profile-main::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
} */
.crish-profile-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.crish-profile-lft p:empty {
    display: none;
}
@media screen and (max-width: 991px) {
    .crish-profile-inner {
        flex-direction: column-reverse;
    }
    .page_default .genpg-rite .crish-profile-lft {
        width: 100%;
        max-width: 400px;
    }
    .chris-profile-main {
        padding: 30px 0;
    }
}
@media screen and (max-width: 768px) {
    .page_default .genpg-rite .crish-profile-lft {
        padding: 15px;
    }
}
.Adm-edu-chos-item.choose img {
    max-width: 50%;
}
@media screen and (max-width: 992px) {
    .Adm-edu-chos-item.choose img {
        width: 100%;
        max-width: 100%;
        float: none !important;
        display: block;
        margin: 0 0 20px 0;
    }
}
@media screen and (max-width: 480px) {
    .wrapper {
        min-height: 135px;
    }
    .banner-sec {
        min-height: 675px;
    }
}

.borderaround {
    border: 1px solid #ecb402;
    padding: 10px;
    margin-bottom: 20px;
}
@media screen and (min-width: 1241px) {
    .borderaround {
        padding: 20px;
    }
}
.borderaround p:last-child {
    margin: 0;
}