/*
 Theme Name:   Nuvew Child
 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:  nuvewchild
*/
:root {
    --blue: #1e90ff;
    --white: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /*scroll-behavior: smooth;*/
}
:root {
    --placeholdercolor: currentColor;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}
.alignleft,
.alignright,
.aligncenter {
    margin-bottom: 10px;
}
.alignnone {
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}
iframe,
img {
    max-width: 100%;
    border: none;
}
img {
    border: 0;
    height: auto;
}
a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p,
li,
ul,
ol,
blockquote {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
p {
    margin: 0 0 20px 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;
}
input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}
input::-moz-placeholder {
    color: var(--placeholdercolor);
}
input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}
input:-moz-placeholder {
    color: var(--placeholdercolor);
}
/* html { scroll-behavior: smooth; } */
.container {
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
}
.d-none,
.hide {
    display: none !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.fw {
    float: left;
    width: 100%;
}
.wrapper {
    float: left;
    width: 100%;
}
.topmenu {
    float: right;
    margin-top: 25px;
}
.topmenu ul {
    float: right;
    position: relative;
    margin: 0;
}
.topmenu ul li {
    float: left;
    position: relative;
    margin: 0 15px 0;
}
.topmenu ul li a {
    position: relative;
    float: left;
    display: block;
    font-size: 14px;
    line-height: normal;
    color: rgb(68, 68, 68);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.topmenu ul li a:hover {
    color: rgb(135 135 135);
}
.topmenu ul.primary-menu>li>a {
    line-height: 28px;
    text-transform: uppercase;
}
.topmenu ul li:first-child {
    margin-left: 0;
}
.topmenu ul li:last-child {
    margin-right: 0;
}
.topmenu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #3c3c3c;
    padding: 0 0;
    z-index: 999;
}
.topmenu ul li:hover ul.sub-menu {
    display: block;
}
.topmenu .sub-menu li.current-menu-item a {
    color: #fff;
}
.topmenu .sub-menu li a:after {
    display: none;
}
.topmenu .sub-menu li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}
.topmenu .sub-menu li a {
    float: left;
    font-size: 14px;
    width: 100%;
    line-height: normal;
    padding: 9px 12px 8px;
    color: #fff;
    display: block;
}
.topmenu .sub-menu li a:hover {
    background-color: rgb(243, 112, 33);
    color: #fff;
}
.topmenu ul ul a:after {
    display: none;
}
.topmenu ul li.wide-menu {
    position: static;
}
.topmenu ul li.wide-menu ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 670px;
    background-color: #3c3c3c;
    padding: 10px;
    z-index: 999;
    display: none;
}
.topmenu ul li.wide-menu:hover ul {
    display: block;
}
.topmenu ul li.wide-menu ul li {
    width: 32%;
    margin: 0 .5%;
    padding: 7px 0;
    float: left;
    border: 0
}
.topmenu ul li.wide-menu ul li a {
    text-transform: capitalize;
    font-size: 14px;
    padding: 0;
    width: 100%;
    float: left;
    border: 0;
    background-color: transparent;
    transition-duration: 0.5s;
}
.topmenu ul li.wide-menu ul li a:hover {
    background-color: rgb(243, 112, 33);
    color: #fff;
}
.topmenu ul li.wide-menu ul li ul {
    position: inherit;
    top: inherit;
    left: inherit;
    padding: 0 0 0 10px;
    width: 100%;
}
.topmenu ul li.wide-menu ul li ul li {
    width: 100%;
    margin: 0 0;
    float: left;
    padding: 5px 0;
}
.topmenu ul li.wide-menu ul li ul li:last-child {
    border-bottom: 0;
}
.topmenu ul li.wide-menu ul li ul li a {
    width: 100%;
    font-weight: normal;
}
#customMenublock.openSlidMenu {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    overflow-y: scroll;
    z-index: 999999999999;
}
div#customMenublock .container {
    width: 90%;
}
#customMenublock {
    position: fixed;
    top: 0;
    right: 0;
    width: 450px;
    height: 100%;
    display: flex;
    align-items: inherit;
    justify-content: center;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    opacity: 0;
    padding: 50px 0;
    z-index: 999999999999;
    background-color: rgba(40, 40, 43, 1);
}
#closeSlideMenu {
    position: absolute;
    top: 3px;
    right: 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: normal;
    color: #181818;
    text-transform: uppercase;
    background-color: #fff;
    display: block;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 0 8px;
    cursor: pointer;
}
.togsearch .screen-reader-text {
    font-size: 0;
}
.togsearch input {
    width: 100%;
    float: left;
    padding: 17px 20px 16px 20px;
    text-transform: uppercase;
    line-height: normal;
    background-color: transparent;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #181818 !important;
    font-size: 16px;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
}
.togsearch .search-submit {
    position: absolute;
    top: 18px;
    right: 15px;
    width: 18px;
    height: 20px;
    border: none;
    background: url(images/sprite_icons.png) no-repeat;
    background-position: -54px 0;
    text-indent: -9999px;
    padding: 0;
    cursor: pointer;
}
.topmenuButton {
    float: right;
}
.topmenuButton #menuLayout {
    display: block;
}
#menuLayout {
    position: relative;
    z-index: 999;
    /*    display: flex;
    align-items: center;
    justify-content: center;*/
    /* width: 110px; */
    cursor: pointer;
}
#menuLayout .menuText {
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 12px 11px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
}
#menuLayout .menuText:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    height: 2px;
    background-color: #fff;
    margin: auto;
}
#menuLayout .menuText:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    height: 2px;
    background-color: #fff;
    margin: auto;
}
#customMenublock .mobinav {
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    width: 100%;
    display: block !important;
    padding-bottom: 20px;
    background: transparent;
}
/* Top Menu Section Ends */
/* Mobile Menu Styles */
.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    float: left;
    text-align: left;
    cursor: pointer;
    padding: 0 0 0 33px;
    position: relative;
}
.showhide b.txtl {
    text-align: right;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 0 0;
    color: #343235;
    padding-top: 2px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.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 {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #9b763b;
    position: absolute;
    top: 50px;
    left: 0;
}
.mobinav ul {
    float: left;
    margin: 0 0 0 0;
    padding: 5px 0;
    width: 100%;
}
.mobinav ul li {
    float: left;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.mobinav a {
    width: 100%;
    float: left;
    padding: 10px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    border: 0;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
}
.mobinav a:hover {
    color: #9b763b;
}
.mobinav ul li ul {
    float: left;
    padding: 0 0 0 15px;
}
.mobinav ul li ul li a {
    text-transform: capitalize;
    font-size: 20px;
}
.mobinav ul li span.drop.close,
.mobinav ul li span.drop.open {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 5px;
    width: 100%;
    height: 29px;
    background-color: transparent !important;
    background-image: url(images/plus-icon.png);
    background-position: right 4px center;
    background-repeat: no-repeat;
    padding: 0 5px !important;
    cursor: pointer;
}
.mobinav ul li ul li span.drop.close,
.mobinav ul li ul li span.drop.open {
    top: 4px;
}
.mobinav ul li span.drop.open {
    width: 22px;
    background-image: url(images/minus-icon.png);
}
.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;
}
.hdr-src {
    transition: 0.5s;
    cursor: pointer;
    display: none;
    width: 18px;
    height: 18px;
    float: right;
    margin-top: 6px;
}
svg.icon.icon-search {
    display: none;
}
.srcshow {
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    float: left;
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: -54px 0;
    text-indent: -9999px;
}
.srcshow img {
    width: 100%;
    display: block;
}
.srcbox {
    z-index: 99999995;
    background-color: #636466;
    position: absolute;
    top: -12px;
    right: 0;
    width: 0;
    overflow: hidden;
    height: 51px;
}
.srcbox:before {
    content: "";
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: -54px 0;
    position: absolute;
    left: 14px;
    top: 17px;
    width: 18px;
    height: 18px;
}
.srcbox .search-form .screen-reader-text {
    font-size: 0;
}
.srcbox input {
    width: 100%;
    float: left;
    padding: 17px 30px 16px 45px;
    text-transform: uppercase;
    line-height: normal;
    background-color: transparent;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    font-size: 16px;
    border: 0;
}
.srcbox button {
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 25px;
    border: none;
    background: none;
}
.srcbox .close_search {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(images/sprite_icons.png);
    background-repeat: no-repeat;
    background-position: 0 -22px;
    cursor: pointer;
}
.srcbox input::-webkit-input-placeholder {
    color: #fff;
}
.srcbox input::-moz-placeholder {
    color: #fff;
}
.srcbox input:-ms-input-placeholder {
    color: #fff;
}
.srcbox input:-moz-placeholder {
    color: #fff;
}
/* Show Hide Menu Section Ends */
/*Header Section*/
.logo-menu {
    position: absolute;
    z-index: 5;
}
.logo-menu .container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
}
.logo-menu-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0 0;
}
.logo_rt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top-calbtn {
    margin-right: 95px;
}
.top-calbtn p {
    display: inline-block;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}
.top-calbtn p a {
    display: inline-block;
    font-size: 36px;
    line-height: 100%;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}
.top-calbtn p a:hover {
    color: #9b763b
}
.hm-banner-sec {
    background-image: url(images/home-banner-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 465px 0 90px;
    position: relative;
}
.hm-banner-sec:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.4);
    filter: grayscale(0.5);
}
.hm-banner-cnt {
    text-align: center;
    position: relative;
    z-index: 9;
}
.hm-banner-cnt h6 {
    font-size: 28px;
    line-height: 100%;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.hm-banner-cnt h1,
.hm-banner-cnt h2 {
    font-size: 130px;
    line-height: 100%;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}
.banner-text-anim {
    min-height: 225px;
}
span.typed-cursor {
    display: none !important;
}
.hm-banner-logos-item {
    margin: 0 15px;
    width: 120px;
}
.hm-banner-logos {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*Home Focus Section*/
.hm-focus-hd-sec {
    padding: 130px 0;
}
.hm-focus-hd-sec h2 span {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.96px;
    color: #9b763b;
    margin-bottom: 20px;
    display: block;
}
.hm-focus-hd-sec h2 {
    font-size: 35px;
    color: #181818;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.4;
}
/*Home Service Section*/
.hm-service-sec .container {
    max-width: 100%;
}
.hm-service-itm {
    width: 25%;
    border-right: 1px solid #d8d6d7;
    border-bottom: 1px solid #d8d6d7;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 190px 40px 55px;
}
.hm-service-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.hm-service-itm:nth-child(4n) {
    border-right: 0;
}
.hm-service-itm:last-child {
    border-left: 1px solid #d8d6d7;
}
.hm-service-sec {
    background-image: url(images/case-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: top center;
}
.hm-service-itm h5 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
    color: #ffffff;
    line-height: 130%;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
}
.hm-service-itm p {
    font-size: 21px;
    color: #ffffff;
    line-height: 150%;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0;
}
.hm-service-itm:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.hm-service-itm-cnt {
    position: relative;
    padding-left: 85px;
}
.hm-service-itm-cnt:before {
    position: absolute;
    content: "";
    background-image: url(images/case-all-imgs.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 75px;
    height: 85px;
    left: 0;
    top: 0;
    margin: auto;
}
.hm-service-itm-cnt.high-net:before {
    background-position: -936px 0;
}
.hm-service-itm-cnt.famly-law:before {
    background-position: -243px -4px;
}
.hm-service-itm-cnt.fight-rvnge:before {
    background-position: -1308px -5px;
}
.hm-service-itm-cnt.divorce:before {
    background-position: -476px 0;
}
.hm-service-itm-cnt.custody-marrg:before {
    background-position: -591px -6px;
}
.hm-service-itm-cnt.mother-rgt:before {
    background-position: -706px -6px;
}
.hm-service-itm-cnt.familylaw-services:before {
    /*    background-position: -1306px -254px;*/
    background-position: -1422px -253px;
}
.hm-service-itm-cnt.domestic-violece:before {
    /*    background-position: -810px -12px;*/
    background-position: -1552px -253px;
}
/*Home About Section*/
.hm-about-sctn {
    background-color: #f3f3f3;
    padding: 135px 0 120px;
}
.hm-about-sctn h2,
.hm-about-sctn h1 {
    color: #181818;
    font-size: 60px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1.5px;
    position: relative;
    line-height: 120%;
    margin: 0 0 105px;
    text-align: center;
    text-transform: uppercase;
}
.hm-about-sctn h2:before,
.hm-about-sctn h1:before {
    position: absolute;
    content: "";
    background-color: #9b763b;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -30px;
    width: 60px;
    height: 2px;
}
.hm-about-sctn h6 {
    color: #9b763b;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.96px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.hm-abt-cntnt-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.hm-abt-cntnt-lft,
.hm-abt-cntnt-rite {
    width: 45%;
    margin: 0;
    padding: 0;
}
.hm-about-sctn p {
    color: #6b6b6b;
    font-size: 22px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.44px;
    line-height: 150%;
    margin-bottom: 35px;
}
.hm-abt-rdbtn a {
    color: #9b763b;
    font-size: 22px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
    position: relative;
}
.hm-abt-rdbtn a:hover,
.hm-testi-btn a:hover {
    color: #181818;
}
.hm-abt-rdbtn a:before {
    position: absolute;
    content: "";
    background: url(images/readmore-btn-img.png);
    margin: auto;
    right: -30px;
    top: 0;
    bottom: 0;
    width: 22px;
    height: 22px;
}
.hm-video-sec {
    position: relative;
}
.hm-video-sec video {
    width: 100%;
    max-width: 100%;
}
.hm-video-sec h2 a {
    font-size: 70px;
    line-height: 100%;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-top: 170px;
}
.hm-video-sec h2 a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 115px;
    height: 115px;
    background-image: url(images/hm-video-play-button.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.hm-video-img img {
    display: block;
}
/*Home Team Section*/
.hm-our-team-section {
    padding: 135px 0 10px;
    background-color: #f3f3f3;
}
.hm-our-team-section h2 {
    color: #181818;
    font-size: 60px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1.5px;
    position: relative;
    line-height: 100%;
    margin: 0 0 105px;
    text-align: center;
    text-transform: uppercase;
}
.hm-our-team-section strong {
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.96px;
    color: #9b763b;
    margin-bottom: 20px;
}
.hm-our-team-section h2:before {
    position: absolute;
    content: "";
    width: 63px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -35px;
    margin: auto;
    background-color: #9b763b;
}
.hm-our-team-list {
    display: block;
    margin-bottom: 40px;
}
.hm-our-team-itm {
    width: 100%;
    float: left;
    background-image: url(images/attorney-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    filter: grayscale(0.5);
    transform: scale(1);
    transition-duration: 0.5s;
}
.hm-our-team-list.owl-carousel .owl-item:hover {
    z-index: 9;
}
.hm-our-team-list.owl-carousel .owl-stage-outer {
    padding: 10px 0 !important;
}
.hm-our-team-itm:hover {
    transform: scale(1.04);
}
.hm-our-team-itm img {
    width: 100%;
    display: block;
}
.hm-our-team-itm h4 {
    color: #cccccc;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.hm-our-team-itm p {
    color: #797b7d;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.44px;
    margin-bottom: 0;
}
.hm-our-team-itm-cnt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    padding: 0 20px 0 30px;
}
.hm-our-team-itm:hover h4 {
    color: #9b763b;
}
.hm-our-team-itm:before {
    position: absolute;
    content: "";
    background-image: url(images/gradient.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 140px;
    bottom: 0;
}
.hm-our-team-itm .link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    margin: auto;
}
.hm-our-team-btn {
    text-align: center;
}
.hm-our-team-btn a {
    color: #9b763b;
    font-size: 22px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
    position: relative;
}
.hm-our-team-btn a:before {
    position: absolute;
    content: "";
    background: url(images/readmore-btn-img.png);
    margin: auto;
    right: -30px;
    top: 0;
    bottom: 0;
    width: 22px;
    height: 22px;
}
.hm-our-team-btn a:hover {
    color: #181818;
}
/*Home Awards Section*/
.hm-awards-sctn {
    background-color: #f3f3f3;
    padding: 100px 0 100px;
}
.hm-award-items {
    display: flex;
    justify-content: space-between;
}
.hm-awards-imgs {
    width: 11%;
    margin: 0;
    padding: 0;
}
/*Testimonials Section*/
.hm-testi-sctn {
    padding: 125px 0;
}
.hm-testi-details {
    display: flex;
    justify-content: space-between;
}
.hm-testi-img {
    width: 30%;
    position: relative;
}
.hm-testi-img img {
    width: 100%;
    display: block;
}
.hm-testi-cnt-rite {
    width: 60%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.hm-testi-author-name {
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
}
.hm-testi-cnt-rite h5 {
    color: #181818;
    font-size: 28px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.hm-testi-cnt-rite p {
    color: #6b6b6b;
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
    margin-bottom: 0;
}
.rvw-author-name {
    margin-left: -257px;
    position: relative;
    margin-bottom: 30px;
}
.hm-testi-cnt-rite h3 {
    color: #181818;
    font-size: 40px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    font-style: normal;
    position: relative;
    line-height: 140%;
    padding: 0 0 40px;
    text-transform: uppercase;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 40px;
}
.hm-testi-cnt-rite h6 {
    color: #9b763b;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.hm-testi-btn {
    text-align: right;
}
.hm-testi-btn a {
    color: #9b763b;
    font-size: 22px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
    position: relative;
}
.hm-testi-btn a:before {
    position: absolute;
    content: "";
    background: url(images/readmore-btn-img.png);
    margin: auto;
    right: -30px;
    top: 0;
    bottom: 0;
    width: 22px;
    height: 22px;
}
/*Home Blog Post*/
.hm-blogpst-sec {
    background: #f8f8f8;
    padding: 120px 0 140px;
}
.hm-blogpst-sec h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #231f20;
    line-height: 1;
    text-transform: uppercase;
    font-size: 45px;
    margin-bottom: 0;
    letter-spacing: 1.2px;
}
.hm-blogpst-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}
.hm-blogpst-sec .blog_btn a {
    font-size: 22px;
    color: #9b763b;
    line-height: 1;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize;
    position: relative;
    padding-right: 30px;
}
.hm-blogpst-sec .blog_btn a:after {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: url(images/readmore-btn-img.png) no-repeat;
    background-size: contain;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-blogpst-sec .blog_btn a:hover {
    color: #181818;
}
.hm-blogpst-list .hm-blogpst-item-date {
    font-size: 20px;
    line-height: 100%;
    color: #6b6b6b;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.4px;
    text-transform: lowercase;
}
.hm-blogpst-list .hm-blogpst-item-date strong {
    font-size: 60px;
    line-height: 100%;
    color: #cccccc;
    letter-spacing: -2.4px;
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.hm-blogpst-list .hm-blogpst-item-title {
    width: 44%;
    padding-right: 80px;
}
.hm-blogpst-list .hm-blogpst-item-title a {
    font-size: 28px;
    color: #181818;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    width: 100%;
    line-height: 130%;
}
.hm-blogpst-list .hm-blogpst-item-title a:hover {
    color: #9b763b
}
.hm-blogpst-list .hm-blogpst-item-cnt p {
    font-size: 22px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6b6b6b;
    line-height: 1.5;
    letter-spacing: 0.44px;
}
.hm-blogpst-list .hm-blogpst-item-cnt p {
    margin-bottom: 0
}
.hm-blogpst-item {
    display: flex;
    justify-content: space-between;
    padding: 55px 15px 35px;
    border-bottom: 1px solid #cccccc;
}
.hm-blogpst-item-date {
    width: 12%;
}
.hm-blogpst-list .hm-blogpst-item-cnt {
    width: 44%;
}
.hm_map_sec {
    background: #f3f3f3;
    padding: 100px 0 ;
}
.hm_map_sec .container {
    max-width: 1440px;
}
.hm_map_lft {
    float: left;
    /* width: 43.34%; */
    width: 100%;
    position: relative;
    z-index: 1
}
.hm_map_lft:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 490px;
    background: url(images/map-bkimg.webp) no-repeat;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    display: none;
}
.hm_map_rit {
    float: right;
    /* width: 43.62%; */
    width: 100%;
    /* margin-top: 100px; */
    /* margin-right: 50px; */
    text-align: center;
}
.hm_map_lft_blk-tabcontent iframe {
    padding: 10px;
    background: #fff;
    display: block;
}
.hm_map_lft_blk-tabcontent {
    text-align: center;
    float: none;
    margin: 0 auto;
    width: 100%;
    /* max-width: 69.1%; */
}
.hm_map_rit h6 {
    font-size: 16px;
    color: #181818;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 65px;
}
.hm_map_rit_cnt_blk ul li small {
    font-size: 12px;
    position: absolute;
    color: #9b763b;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    left: 0;
    top: 5px;
}
.hm_map_rit_cnt {
    padding-left: 20px;
}
.hm_map_rit_cnt h5 {
    color: #181818;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.hm_map_rit_cnt p {
    color: #6b6b6b;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
    font-size: 22px;
    margin: 0
}
.hm_map_rit_cnt_blk ul li {
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #cccccc;
    position: relative;
    cursor: pointer;
}
.hm_map_rit_cnt_blk ul li p {
    margin: 0 !important;
}
.hm_map_rit_cnt_blk ul li a {
    position: relative
}
.hm_map_rit_cnt_blk li:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 68px;
    background: url(images/hm-maptabline.png) no-repeat;
    left: -32px;
    top: 0;
    display: none;
}
.hm_map_rit_cnt_blk li.inactive:before {
    display: none
}
.hm-frmsec {
    background: url(images/cntfrm-bg.webp) no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 390px 0 0
}
.hm-frmsec h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}
.hm-frmsec .container {
    max-width: 1640px
}
.hm-cntfrm {
    background: #fff;
    padding: 140px 170px 120px;
    margin-bottom: -555px;
    position: relative;
    float: left;
    width: 100%
}
#lf_form_container h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 1.44;
    letter-spacing: 0.8px;
    color: #181818;
    padding-bottom: 30px;
    margin-bottom: 60px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}
/*.home .site-footer{
    background: #f0ebe3;
}*/
.site-footer {
    background: #f3f3f3;
    padding: 685px 0 100px;
}
.ftmenu ul {
    display: inline-block;
    margin: 0;
}
.ftmenu ul li {
    float: left;
    position: relative;
    margin: 0
}
.ftmenu ul li a {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #181818;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 50px;
}
.inner-service-items:last-child {
    border-left: 1px solid #d8d6d7;
}
.ftmenu ul li:first-child a {
    padding-left: 0
}
.ftmenu ul li:last-child a {
    padding-right: 0
}
.ftmenu ul li a:hover {
    color: #9b763b
}
.ftrr-callbtn a {
    font-size: 22px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    display: inline-block;
    border: 2px solid #7d7a77;
    padding: 14px 33px;
    letter-spacing: 0.8px;
    color: #9b763b;
}
.ftrr-callbtn a:hover {
    background: #9b763b;
    color: #fff
}
.ft-logo-navi-sec .nav {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}
.ft-logo-navi-sec {
    margin-bottom: 50px;
}
.ft-logo-navi-sec .container,
.ftr-info .container {
    max-width: 1440px;
    padding: 0 35px;
}
.ftr-logosec {
    display: flex;
    flex-wrap: wrap;
    vertical-align: middle;
    align-items: center;
    justify-content: space-between;
}
.ftr-scl a {
    display: inline-block;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    color: #181818;
    font-size: 18px;
    margin-right: 42px;
    padding-right: 13px;
    position: relative
}
.ftr-scl a:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 9px;
    background: url(images/ftr-sclarw.png) no-repeat;
    right: 0;
    top: 6px
}
.ftr-scl a:hover {
    color: #9b763b
}
.site_info .container {
    max-width: 1680px;
}
.ftr-info {
    margin-bottom: 60px;
}
.site_info p {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #6b6b6b;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.4px;
    margin-bottom: 15px;
}
.site_info a:hover {
    color: #9b763b;
}
.ftr-scl a:last-child {
    margin-right: 0;
}
.hm_map_rit_cnt_blk ul li:last-child {
    border: 0;
}
/*.hm-video-sec{
    background:url(images/home-video-img.jpg) no-repeat;
    background-position:top center;
    background-size:cover;
    padding:360px 0 107px;
}*/
.hm-video-sec .video#home-video-sec {
    width: 100%;
    height: 727px;
    object-fit: cover;
}
.hm-our-teamsec .container {
    max-width: 100%;
}
.roadmap-proc {
    padding: 100px 0 50px
}
.roadmap-proc h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #181818;
    margin-bottom: 0;
}
.roadmap-schbtn a {
    color: #9b763b;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
    padding-right: 30px;
    position: relative;
    display: inline-block;
}
.roadmap-schbtn a:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    background: url(images/readmore-btn-img.png) no-repeat;
    right: 0;
    top: 1px;
}
.roadmap-schbtn a:hover {
    color: #181818;
}
.roadmap-schbtn {
    margin: 20px 0 0;
}
.roadmap-proctit {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 100px;
}
.roadmap_blocks .container {
    max-width: 1400px;
}
.roadmap_blocks {
    display: flex;
    flex-wrap: wrap;
    background: url(images/roadmap-bg.webp) no-repeat;
    background-size: auto;
    background-position: center;
    position: relative;
    min-height: 440px;
    margin-top: 35px;
}
.roadmap_block {
    position: absolute;
    background: url(images/loc-icon.webp) no-repeat;
    width: 70px;
    height: 90px;
    text-align: center;
    top: 105px;
    transition-duration: 0.3s;
}
.roadmap_block:hover {
    transform: scale(1.07);
}
.roadmap_block.roadmap_block1 {
    left: 0;
}
.roadmap_block.roadmap_block2 {
    left: 11%;
}
.roadmap_block.roadmap_block3 {
    left: 20.9%;
}
.roadmap_block.roadmap_block4 {
    left: 31.3%;
}
.roadmap_block.roadmap_block5 {
    left: 41.9%;
}
.roadmap_block.roadmap_block6 {
    left: 51.5%;
}
.roadmap_block.roadmap_block7 {
    left: 62%;
}
.roadmap_block.roadmap_block8 {
    left: 72.8%;
}
.roadmap_block.roadmap_block9 {
    left: 84%;
}
.roadmap_block.roadmap_block10 {
    right: 0
}
.roadmap_blockcnt {
    position: relative;
    width: 340px;
    height: 120px;
}
.roadmap_block:before {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #181818;
    top: 24px;
    font-size: 22px;
    line-height: 26px;
}
.roadmap_block:after {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border: 2px solid #9b763a;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100%
}
.roadmap_block.roadmap_block1:before {
    content: "01";
}
.roadmap_block.roadmap_block2:before {
    content: "02";
}
.roadmap_block.roadmap_block3:before {
    content: "03";
}
.roadmap_block.roadmap_block4:before {
    content: "04";
}
.roadmap_block.roadmap_block5:before {
    content: "05";
}
.roadmap_block.roadmap_block6:before {
    content: "06";
}
.roadmap_block.roadmap_block7:before {
    content: "07";
}
.roadmap_block.roadmap_block8:before {
    content: "08";
}
.roadmap_block.roadmap_block9:before {
    content: "09";
}
.roadmap_block.roadmap_block10:before {
    content: "10";
}
.div-link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    opacity: 0;
}
.roadmap_block.roadmap_block10 .roadmap_blockcnt,
.roadmap_block.roadmap_block2 .roadmap_blockcnt,
.roadmap_block.roadmap_block4 .roadmap_blockcnt,
.roadmap_block.roadmap_block6 .roadmap_blockcnt,
.roadmap_block.roadmap_block8 .roadmap_blockcnt {
    margin-top: 118px;
}
.roadmap_block.roadmap_block2 .roadmap_blockcnt {
    left: -81%;
}
.roadmap_block.roadmap_block1 .roadmap_blockcnt,
.roadmap_block.roadmap_block3 .roadmap_blockcnt,
.roadmap_block.roadmap_block5 .roadmap_blockcnt,
.roadmap_block.roadmap_block7 .roadmap_blockcnt,
.roadmap_block.roadmap_block9 .roadmap_blockcnt {
    top: -157px;
}
.roadmap_block.roadmap_block3 .roadmap_blockcnt {
    left: 2%;
}
.roadmap_block.roadmap_block4 .roadmap_blockcnt {
    left: -80%;
}
.roadmap_block.roadmap_block5 .roadmap_blockcnt {
    left: 0%;
}
.roadmap_block.roadmap_block6 .roadmap_blockcnt {
    left: -82%;
}
.roadmap_block.roadmap_block7 .roadmap_blockcnt {
    left: 3%;
}
.roadmap_block.roadmap_block8 .roadmap_blockcnt {
    left: -82%;
}
.roadmap_block.roadmap_block9 .roadmap_blockcnt {
    left: 0;
}
.roadmap_block.roadmap_block10 .roadmap_blockcnt {
    left: -82%;
}
.roadmap_blocksec {
    position: relative
}
.roadmap_block.roadmap_block2,
.roadmap_block.roadmap_block4,
.roadmap_block.roadmap_block6,
.roadmap_block.roadmap_block8,
.roadmap_block.roadmap_block10 {
    top: 140px;
    background: url(images/loc-icon2.webp) no-repeat
}
.roadmap_block.roadmap_block2:after,
.roadmap_block.roadmap_block4:after,
.roadmap_block.roadmap_block6:after,
.roadmap_block.roadmap_block8:after,
.roadmap_block.roadmap_block10:after {
    border: 2px solid #efebe2
}
.roadmap_block:nth-child(even) .roadmap_blockcnt:before,
.roadmap_block:nth-child(odd) .roadmap_blockcnt:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 88px;
    background: #ccc;
    left: 33px;
    /* right: 0; */
    /* margin: 0 auto; */
    top: 67px;
}
.roadmap_blocks h6 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    color: #181818;
    letter-spacing: 0.8px;
    text-align: left;
    position: absolute;
}
.roadmap_block.roadmap_block1 .roadmap_blockcnt h6,
.roadmap_block.roadmap_block3 .roadmap_blockcnt h6,
.roadmap_block.roadmap_block5 .roadmap_blockcnt h6,
.roadmap_block.roadmap_block7 .roadmap_blockcnt h6,
.roadmap_block.roadmap_block9 .roadmap_blockcnt h6 {
    left: 60px;
    top: 70px;
}
.roadmap_block.roadmap_block2 .roadmap_blockcnt:before,
.roadmap_block.roadmap_block4 .roadmap_blockcnt:before,
.roadmap_block.roadmap_block6 .roadmap_blockcnt:before,
.roadmap_block.roadmap_block8 .roadmap_blockcnt:before,
.roadmap_block.roadmap_block10 .roadmap_blockcnt:before {
    top: 0;
    left: 90px;
}
.roadmap_block:nth-child(even) .roadmap_blockcnt:before {
    height: 117px;
}
.roadmap_block.roadmap_block2 .roadmap_blockcnt h6,
.roadmap_block.roadmap_block4 .roadmap_blockcnt h6,
.roadmap_block.roadmap_block6 .roadmap_blockcnt h6,
.roadmap_block.roadmap_block8 .roadmap_blockcnt h6,
.roadmap_block.roadmap_block10 .roadmap_blockcnt h6 {
    left: 110px;
    top: 60px;
}
.roadmap_block.roadmap_block1 .roadmap_blockcnt,
.roadmap_block.roadmap_block3 .roadmap_blockcnt,
.roadmap_block.roadmap_block5 .roadmap_blockcnt,
.roadmap_block.roadmap_block7 .roadmap_blockcnt,
.roadmap_block.roadmap_block9 .roadmap_blockcnt {
    width: 210px;
}
.page_title h1,
.page_title h2 {
    font-family: 'Jost', sans-serif;
    font-size: 100px;
    line-height: 1;
    color: #ffffff;
    position: relative;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 3px;
}
.page_bnr.snglblg-bnr .page_title h1,
.page_bnr.snglblg-bnr .page_title h2 {
    font-size: 60px;
}
.pg-description h6 {
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.1
}
.inrpg-breadcrumbs {
    font-family: 'Jost', sans-serif;
    font-size: 22px;
    color: #dedfe0;
    font-weight: normal;
}
.inrpg-breadcrumbs a {
    color: #dedfe0;
}
.inrpg-breadcrumbs a:hover {
    color: #9b763b
}
.brd-div {
    display: inline-block;
    margin: 0 10px;
    background: url(images/brdcrumb-arw.png) no-repeat;
    width: 7px;
    height: 9px;
}
.page_bnr {
    background-image: url(images/gnrl-pgbnr.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    padding: 327px 0 200px;
    position: relative;
    z-index: 1;
    text-align: center
}
.page_bnr:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: -1
}
.page_bnr.blog_bnr {
    background-image: url(images/blog-bnr.jpg);
    background-repeat: no-repeat;
}
.blg-topsec h4.widget-title {
    display: none;
}
.blg-topsec {
    background: #f3f3f3;
}
.blg-topsec .container {
    max-width: 1640px;
}
.blg-toprgt {
    background: #fff;
    padding: 110px 175px;
}
.page_default.blg-default {
    background: #f3f3f3;
    padding: 115px 0 220px
}
.blg-toprgt {
    background: #fff;
    padding: 120px 180px;
    margin-top: -124px;
    position: relative;
    z-index: 1;
}
.blg-toprgt h2 {
    color: #181818;
    font-size: 40px;
    line-height: 1.5;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 70px;
    text-transform: uppercase;
}
.blg-toprgt label.screen-reader-text,
.blg-toprgt span.screen-reader-text {
    display: none
}
.blg-topsec .widget.widget_search {
    position: relative;
}
.blg-topsec .widget .search-field,
.blg-topsec .widget select {
    width: 100%;
    height: 73px;
    background-color: transparent;
    border: 1px solid #181818;
    font-size: 22px;
    color: #6b6b6b !important;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    padding: 20px 35px 20px 50px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    position: relative;
}
.blg-topsec .widget select {
    background: url(images/blg-arw.png) no-repeat;
    background-position: center right 35px
}
.blg-srchsec {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.blg-topsec .widget {
    width: 32.43%;
}
.blg-topsec .widget .search-submit {
    background-image: url(images/blgsearch.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 17px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 25px;
    background-color: transparent;
    border: none;
    font-size: 0;
}
.blg-topsec .widget.widget_categories,
.blg-topsec .widget.widget_archive,
.blg-topsec .widget_search {
    position: relative
}
.blg-topsec .widget.widget_categories:before,
.blg-topsec .widget.widget_archive:before {
    position: absolute;
    content: 'in';
    font-size: 13px;
    color: #181818;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    top: 26px;
    left: 35px;
    line-height: 1;
}
.blg-topsec .widget_search:before {
    position: absolute;
    content: 'by';
    font-size: 13px;
    color: #181818;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    top: 26px;
    left: 35px;
    line-height: 1;
}
.blgpgtitsec h6 {
    color: #9b763b;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc
}
.blg-psts .post-item .blogpst-item-date {
    font-size: 20px;
    line-height: 100%;
    color: #6b6b6b;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.4px;
    text-transform: lowercase;
}
.blg-psts .post-item .blogpst-item-date strong {
    font-size: 60px;
    line-height: 100%;
    color: #cccccc;
    letter-spacing: -2.4px;
    display: block;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
}
.blg-psts .post-item .blogpst-item-title {
    width: 44%;
    padding-right: 80px;
}
.blg-psts .post-item .blogpst-item-title a {
    font-size: 28px;
    color: #181818;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 130%;
}
.blg-psts .post-item .blogpst-item-title a:hover {
    color: #9b763b
}
.blg-psts .post-item .blogpst-item-cnt p {
    font-size: 22px;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    color: #6b6b6b;
    line-height: 1.5;
    letter-spacing: 0.44px;
}
.blg-psts .post-item .blogpst-item-cnt p {
    margin-bottom: 0
}
.blg-psts .post-item {
    display: flex;
    justify-content: space-between;
    padding: 55px 15px 35px;
    border-bottom: 1px solid #cccccc;
}
.blogpst-item-date {
    width: 12%;
}
.blogpst-item-cnt {
    width: 44%;
}
.blg-psts a.next.page-numbers {
    float: right;
}
.page-template-contact-page .site-footer {
    padding: 100px 0;
}
.page-template-contact-page .hm-frmsec {
    display: none
}
.cntpg-locsec {
    background: #f3f3f3;
    padding: 115px 0;
}
.cntpg-locsec h5 {
    color: #9b763b;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 10px;
}
.cntpg-locsec h2 {
    color: #181818;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 34px;
    line-height: 1.2;
    margin-bottom: 73px;
    position: relative;
    font-size: 60px;
}
.cntpg-locsec h2:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background: #9b763b;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0
}
.cntpg-locblck {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    gap: 1.5%;
}
.cntpg-locitem {
    width: 30.4%;
}
.cntpg-locitem h6 {
    color: #9b763b;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.8px;
    margin-bottom: 5px;
}
.cntpg-locitem h3 {
    font-size: 24px;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    line-height: 1.14;
    letter-spacing: 1.4px;
    color: #181818;
    margin-bottom: 15px;
}
.cntpg-locitem p {
    font-size: 18px;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #6b6b6b;
}
.cntpg-locitemimg {
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
}
.cntpg-locitemimg iframe {
    display: block
}
.cntpg-locitemcnt {
    padding: 28px 15px 0 30px;
    position: relative
}
.cntpg-locitemcnt:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 122px;
    left: 15px;
    top: 2px;
    background: #cccccc;
    display: none;
}
.cntpg-sclsec {
    padding: 55px 0;
}
.cntpg-sclsec .container {
    max-width: 100%;
}
.cntpg-sclicns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* text-align: center; */
}
.cntpg-scllnk {
    width: 33.3%;
    /*    padding: 55px 170px;*/
    border-right: 1px solid #ccc;
    min-height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cntpg-scllnk a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    line-height: 1.36;
    letter-spacing: 0.8px;
    color: #181818;
    padding-right: 20px;
    position: relative;
}
.cntpg-scllnk a:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 9px;
    background: url(images/ftr-sclarw.png) no-repeat;
    right: 0;
    top: 14px;
}
.cntpg-scllnk a:hover {
    color: #9b763b;
}
.cntpg-scllnk:last-child {
    border: 0
}
.group-top-sec {
    text-align: center;
    padding: 112px 0;
}
.group-top-sec h6,
.group-top-sec h1 {
    color: #9b763b;
    font-size: 16px;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    line-height: 2.5;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}
.group-top-sec h2 {
    color: #181818;
    font-size: 40px;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.container2 {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto
}
.group-sec {
    background: #f3f3f3;
    padding: 90px 0 50px;
}
.group-sec .container {
    width: 100%;
    max-width: 1720px;
}
.group-list-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.atrnypg-awrditem {
    width: 14%;
}
.group-item {
    width: 23%;
    margin: 0 1.33% 2%;
    transform: scale(1);
    transition-duration: 0.5s;
}
.group-item:hover {
    transform: scale(1.04);
}
.group-botm-img img {
    display: block;
    width: 100%;
}
.group-item-img {
    margin-bottom: 20px;
}
.group-item-img img {
    display: block;
    width: 100%;
}
.group-sec h6 {
    color: #181818;
    font-size: 22px;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 85px;
}
.group-botm-item h5 {
    margin-bottom: 0;
}
.group-item-cont h5 a {
    color: #181818;
    font-size: 28px;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-decoration: none;
    width: 100%;
    display: inline-block;
}
.group-item-cont p {
    color: #6b6b6b;
    font-size: 20px;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    line-height: 1.18;
    text-transform: capitalize;
}
.group-botm-sec h6 {
    color: #181818;
    font-size: 22px;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 65px;
}
.group-botm-item h5 a,
.group-botm-item h5 {
    color: #181818;
    font-size: 28px;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    text-decoration: none;
}
.group-botm-item p {
    color: #6b6b6b;
    font-size: 20px;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    line-height: 1.7;
    text-transform: capitalize;
}
.group-botm-item {
    width: 23%;
    margin: 0 1.33% 2%;
    transform: scale(1);
    transition-duration: 0.5s;
    z-index: 99999;
}
.group-botm-item:hover {
    transform: scale(1.1);
}
.group-botm-item:nth-child(1),
.group-botm-item:nth-child(5) {
    margin-left: 0;
}
.group-botm-item:nth-child(4n) {
    margin-right: 0;
}
.group-item-cont h5 {
    margin-bottom: 0;
}
.group-botm-item img {
    display: block;
}
.group-botm-list-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.group-botm-img {
    margin-bottom: 20px;
}
.group-botm-item:nth-child(4n) {
    margin-right: 0;
}
/* .group-item:hover{filter: grayscale(0.1); } */
.group-botm-item h5 a:hover,
.group-item-cont h5 a:hover {
    color: #9b763b;
}
.group-item:nth-child(4n) {
    margin-right: 0;
}
.group-item:nth-child(1),
.group-item:nth-child(5),
.group-item:nth-child(9),
.group-item:nth-child(13),
.group-item:nth-child(1),
.group-item:nth-child(5),
.group-item:nth-child(9),
.group-item:nth-child(17) {
    margin-left: 0;
}
.group-botm-item img {
    filter: grayscale(1);
}
.group-botm-item:hover img {
    filter: grayscale(0);
}
.group-item-img img {
    filter: grayscale(1);
}
.group-item-img:hover img {
    filter: grayscale(0);
}
.atrnypg-awrdsec {
    background: #f3f3f3;
    padding: 20px 0 100px;
}
.atrnypg-awrdblck {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.atrnypg-awrditem img {
    filter: grayscale(1);
}
.atrnypg-awrditem:hover img {
    filter: grayscale(0);
}
.inrsrvicesec .container {
    max-width: 100%;
}
.inrsrviceitem {
    border-right: 1px solid #d8d6d7;
    border-bottom: 1px solid #d8d6d7;
    position: relative;
    padding: 110px 40px 85px;
    min-height: 402px;
    overflow: hidden
}
.inr-service-itm-cnt {
    position: relative;
    /* padding-left: 85px;*/
}
.inr-service-itm-cnt h5 {
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    font-size: 28px;
    color: #181818;
    line-height: 130%;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.inr-service-itm-cnt p {
    font-size: 22px;
    color: #6b6b6b;
    line-height: 150%;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0;
}
.inr-service-itm-cnt.divorce:before {
    background-position: -476px 0;
}
.inr-service-itm-cnt.divorce:before {
    background-position: -476px 0;
}
/*.inr-service-itm-cnt:before {
    position: absolute;
    content: "";
    background-image: url(images/inr-sprites.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 75px;
    height: 85px;
    left: 0;
    top: 0;
    margin: auto;
}*/
.inr-service-itm-cnt.high-net:before {
    background-position: -133px 0;
}
.inr-service-itm-cnt.famly-law:before {
    background-position: -243px -4px;
}
.inr-service-itm-cnt.fight-rvnge:before {
    background-position: -364px -5px;
}
.inr-service-itm-cnt.divorce:before {
    background-position: -476px 0;
}
.inr-service-itm-cnt.custody-marrg:before {
    background-position: -591px -6px;
}
.inr-service-itm-cnt.mother-rgt:before {
    background-position: -706px -6px;
}
.inr-service-itm-cnt.high-net:before {
    background-position: -102px -90px;
}
.inr-service-itm-cnt.visitation:before {
    background-position: -10px -90px;
}
.inr-service-itm-cnt.domestic-violece:before {
    background-position: -809px -6px;
}
.inr-service-itm-cnt.otherfamilylaw:before {
    background-position: -204px -90px;
}
.inrsrviceblck.owl-carousel .owl-dots {
    text-align: center;
    margin: 40px 0 0
}
.inrsrviceblck.owl-carousel .owl-nav {
    display: none
}
.inrsrviceblck.owl-carousel button.owl-dot {
    width: 43px;
    height: 3px;
    background: #000000;
    margin: 0 10px;
}
.inrsrviceblck.owl-carousel button.owl-dot.active {
    width: 88px;
    background: #9b763b;
}
.page_default {
    padding: 120px 0;
    position: relative;
}
.genpg-rite {
    width: 100%;
}
.page_default .genpg-rite h1 {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #181818;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.page_default .genpg-rite h2 {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #181818;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.page_default .genpg-rite h2 b,
.page_default .genpg-rite h1 b,
.page_default .genpg-rite h3 strong,
.page_default .genpg-rite h4 strong {
    font-weight: 400;
}
.page_default .genpg-rite h3 {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.35;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    color: #181818;
    margin-bottom: 20px;
}
.page_default .genpg-rite h4 {
    font-size: 24px;
    line-height: 115%;
    color: #181818;
    font-family: 'Jost', sans-serif;
    margin-bottom: 20px;
    font-weight: 400;
}
.page_default .genpg-rite h5 {
    font-size: 22px;
    line-height: 115%;
    color: #181818;
    font-family: 'Jost', sans-serif;
    margin-bottom: 20px;
    font-weight: 400;
}
/*.page_default .genpg-rite h6{
    font-size: 20px;
    line-height: 115%;
    color: #181818;
    font-family:'Jost', sans-serif;
    margin-bottom:20px;
    font-weight: 400;
}*/
.page_default .genpg-rite h6 {
    border-left: 3px solid #9b763b;
    padding: 10px 0 10px 35px;
    font-size: 25px;
    line-height: 1.4;
    color: #9b763b;
    letter-spacing: 0.5px;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    margin-bottom: 50px;
}
.page_default .genpg-rite p {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.54;
    color: #6b6b6b;
    margin-bottom: 50px;
    letter-spacing: -0.2px;
}
.page_content .genpg-rite ol li {
    list-style: decimal;
    padding-left: 0 !important;
}
.page_default .genpg-rite p a,
.page_default .genpg-rite a {
    color: #9b763b;
}
.page_default .genpg-rite a:hover {
    color: #181818;
}
.page_default .genpg-rite ul,
.page_default .genpg-rite ol {
    margin: 0 0 45px 10px;
}
.page_default .genpg-rite ul li,
.page_default .genpg-rite ol li {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.54;
    color: #6b6b6b;
    margin-bottom: 10px;
    padding: 0 10px 0 28px;
    position: relative;
}
.page_content .genpg-rite ol {
    list-style-type: decimal;
    margin-left: 30px;
}
.page_default .genpg-rite ul li:before {
    position: absolute;
    content: "";
    border: 1px solid #6b6b6b;
    width: 7px;
    height: 0;
    left: 8px;
    top: 14px;
}
.page_default .gnrl-pg-best-lst ul {
    list-style: none;
    column-count: 2;
}
.page_default .genpg-rite .gnrl-pg-court h6 {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.44;
    letter-spacing: 0.3px;
    color: #9b763b;
    padding: 0 10px 0 37px;
}
.page_default .gnrl-pg-court {
    border-left: 3px solid #9b763b;
    margin-bottom: 72px;
}
.inratrnysec {
    background: #f3f3f3;
    padding: 130px 0 80px;
}
.inrsrviceitem:hover {
    background: #f3f3f3
}
.inratrnysec h6 {
    display: block;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.96px;
    color: #9b763b;
    margin-bottom: 20px;
    text-align: center
}
.inratrnysec h2 {
    color: #181818;
    font-size: 60px;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 3.5px;
    position: relative;
    line-height: 100%;
    padding-bottom: 35px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 90px;
}
.inratrnysec h2:before {
    position: absolute;
    content: "";
    width: 63px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #9b763b;
}
.inratrnyblck {
    display: flex;
    flex-wrap: wrap;
    padding: 0 100px;
    justify-content: space-between;
}
.inratrnysec .container {
    max-width: 100%;
}
.inratrnyitem .link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    margin: auto;
}
.inratrnyitem {
    position: relative
}
.inratrnyitem {
    width: 23.02%;
    margin: 0 0% 0% 0;
    transform: scale(1);
    transition-duration: 0.5s;
}
.inratrnyitem:hover {
    transform: scale(1.1);
}
.inr-our-team-itm-img {
    margin-bottom: 20px;
}
.inr-our-team-itm-img img {
    filter: grayscale(1);
}
.inr-our-team-itm-img img {
    display: block;
    width: 100%;
}
.inr-our-team-itm-img:hover img {
    filter: grayscale(0);
}
.inr-our-team-itm-cnt h4 {
    margin: 0
}
.inr-our-team-itm-cnt h4 a {
    color: #181818;
    font-size: 28px;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-decoration: none;
}
.inr-our-team-itm-cnt h4 a:hover {
    color: #9b763b
}
.inr-our-team-itm-cnt p {
    color: #6b6b6b;
    font-size: 20px;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    line-height: 1.18;
    text-transform: capitalize;
}
.snglpost-dt p {
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 0.4px;
}
.page_default.sngldft {
    background: #f3f3f3;
    padding: 90px 0 100px;
}
.post-share {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.page_default .genpg-rite .post-share h6 {
    display: inline-block
}
.pst-scl {
    display: inline-block;
    margin-left: 25px
}
.pst-scl a {
    display: inline-block;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    color: #9b763b;
    font-size: 20px;
    margin-right: 20px;
    padding-right: 13px;
    position: relative;
    text-transform: capitalize
}
.pst-scl a:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 9px;
    background: url(images/sngblgarw.png) no-repeat;
    right: 0;
    top: 12px;
}
.pst-scl a:hover {
    color: #181818
}
.pst-scl a:hover:before {
    background: url(images/ftr-sclarw.png) no-repeat
}
.page_default.sngldft h2.screen-reader-text {
    display: none;
}
.page_default.sngldft .navigation.post-navigation {
    float: left;
    width: 100%;
    margin: 30px 0 0
}
.page_default.sngldft .nav-previous {
    float: left;
}
.page_default.sngldft .nav-next {
    float: right;
}
.page_default.sngldft .nav-next a,
.page_default.sngldft .nav-previous a {
    font-size: 22px;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    color: #9b763b;
    padding-right: 30px;
    position: relative
}
.page_default.sngldft .nav-next a:before,
.page_default.sngldft .nav-previous a:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: url(images/readmore-btn-img.png) no-repeat;
    background-size: contain;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.page_default.sngldft .nav-previous a {
    padding-left: 30px;
    padding-right: 0;
}
.page_default.sngldft .nav-previous a:before {
    transform: rotate(180deg);
    right: auto;
    left: 0;
}
.page_default.sngldft .nav-next a:hover,
.page_default.sngldft .nav-previous a:hover {
    color: #181818
}
.page-template-single-profile-page .top-calbtn a {
    color: #231f20;
}
.page-template-single-profile-page .top-calbtn p {
    color: #6b6b6b
}
.page-template-single-profile-page #menuLayout .menuText {
    color: #000000;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.page-template-single-profile-page #menuLayout .menuText:before {
    background-color: #000
}
.page-template-single-profile-page #menuLayout .menuText:after {
    background-color: #000
}
.sng-pro-lft {
    float: left;
    width: 45%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    /*    background: url(images/prflbg.jpg) no-repeat;
    background-position:top center;
    background-size:cover;*/
    /*    padding:170px 0 0*/
}
.page_default.snglprfl-default .container {
    max-width: 1670px;
}
.single-prfl-cntnt {
    float: left;
    width: 100%;
    max-width: 820px;
    padding: 220px 0 0;
    margin-left: 5.5%;
}
.page_default .genpg-rite .sng-prfl-cntnt h1 {
    font-size: 80px;
    border: 0;
    padding: 0;
    margin: 0 0 5px;
    color: #231f20
}
.page_default.snglprfl-default {
    padding: 0 0 100px;
    background: #f3f3f3;
}
.sng-prfl-cntnt {
    padding: 0 0 0
}
.page_default .genpg-rite .sng-prfl-cntnt h6 {
    color: #9b763b;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    border-left: 0 !important;
    padding: 0 0 10px 0 !important;
}
.page_default .genpg-rite .sng-prfl-cntnt .at-single-block h6 {
    padding: 0;
    border: 0;
    font-size: 16px;
    color: #9b763b;
    margin-bottom: 10px;
}
.snglatrny-locsec .container {
    max-width: 100%;
}
.snglatrny-locsec {
    padding: 80px 0 80px;
}
.snglatrny-locblck {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*    align-items: center;*/
}
.snglatrny-locitem {
    width: 20%;
    float: left;
    padding: 30px 40px 40px;
    border-right: 1px solid #ccc;
}
.snglatrny-locitem:last-child {
    border: 0;
    width: 19%;
}
.snglatrny-locitem h6 {
    color: #9b763b;
    font-size: 12px;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    letter-spacing: 0.8px;
    margin-bottom: 5px;
}
.snglatrny-locitem h3 {
    color: #181818;
    font-size: 26px;
    line-height: 1.16;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
}
.snglatrny-locitem p {
    color: #6b6b6b;
    font-size: 20px;
    line-height: 1.55;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
}
.inr-meeting-team {
    padding: 120px 0;
    background: #f3f3f3;
}
.inr-meeting-team h6 {
    display: block;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.96px;
    color: #9b763b;
    margin-bottom: 20px;
    text-align: center;
}
.inr-meeting-team h2 {
    color: #181818;
    font-size: 60px;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 3.5px;
    position: relative;
    line-height: 100%;
    padding-bottom: 35px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 90px;
}
.inr-meeting-team h2:before {
    position: absolute;
    content: "";
    width: 63px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #9b763b;
}
.inr-meeting-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 100px;
}
.inr-meeting-item {
    /*    width: 23.02%;*/
    float: left;
    transform: scale(1);
    transition-duration: 0.5s;
}
.inr-meeting-item:hover {
    transform: scale(1.04);
}
.inr-meeting-team .container {
    max-width: 100%;
}
.inr-meeting-item-img img {
    display: block;
    width: 100%;
}
.inr-meeting-item-img img {
    filter: grayscale(1);
}
.inr-meeting-item-img:hover img {
    filter: grayscale(0);
}
.inr-meeting-item-img {
    margin-bottom: 20px;
}
.inr-meeting-cntnt h4 a {
    color: #181818;
    font-size: 28px;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-decoration: none;
}
.inr-meeting-cntnt h4 a:hover {
    color: #9b763b
}
.inr-meeting-cntnt h5 {
    color: #6b6b6b;
    font-size: 20px;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    line-height: 1.18;
    text-transform: capitalize;
    text-align: left;
}
.inr-meeting-cntnt h4 {
    margin: 0;
}
.snglatryprc-sec {
    padding: 120px 0;
    text-align: center
}
.snglatryprc-sec h6 {
    color: #9b763b;
    font-size: 16px;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    line-height: 2.5;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}
.snglatryprc-sec h2 {
    color: #181818;
    font-size: 40px;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}
.snglatrny-prcbtn a {
    color: #9b763b;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    font-size: 22px;
    padding-right: 30px;
    line-height: 1;
    position: relative;
    display: inline-block;
}
.snglatrny-prcbtn a:hover {
    color: #181818;
}
.snglatrny-prcbtn a:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    background: url(images/readmore-btn-img.png) no-repeat;
    right: 0;
    top: 1px;
}
.snglatrny-schbtn a {
    color: #9b763b;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    font-size: 22px;
    padding-right: 30px;
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
.snglatrny-schbtn a:hover {
    color: #181818;
}
.snglatrny-schbtn a:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    background: url(images/readmore-btn-img.png) no-repeat;
    right: 0;
    top: 8px;
}
.sngatrny-awrdsblck {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 0;
    vertical-align: middle;
    align-items: center;
}
.sngatrny-awrds {
    margin-bottom: 50px;
}
.cntpg-frm li.name-field,
.cntpg-frm li.email-field,
.cntpg-frm li.phone-field {
    max-width: 520px;
    float: left;
    position: relative;
    width: 100% !important;
}
.cntpg-frm li.name-field:before,
.cntpg-frm li.email-field:before,
.cntpg-frm li.phone-field:before,
.cntpg-frm .gform_wrapper ul.gform_fields li.message-field:before {
    position: absolute;
    font-size: 12px;
    color: #6b6b6b;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    left: 35px;
    top: 24px;
}
.cntpg-frm li.name-field:before {
    content: "01" !important;
}
.cntpg-frm li.email-field:before {
    content: "02" !important;
}
.cntpg-frm li.phone-field:before {
    content: "03" !important;
}
.cntpg-frm li.message-field:before {
    content: "04" !important;
}
.cntpg-frm .gform_wrapper ul.gform_fields li.message-field {
    position: absolute;
    right: 0;
    max-width: 740px;
    width: 100% !important;
}
.cntpg-frm .gform_wrapper ul.gform_fields li.message-field:before {
    top: 25px;
}
.cntpg-frm {
    position: relative;
}
/* .cntpg-frm .gform_wrapper .gform_footer {} */
.cntpg-frm .gform_wrapper .top_label div.ginput_container {
    margin: 0 !important
}
.cntpg-frm .gform_wrapper ul.gform_fields li.gfield {
    float: left;
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
}
.cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    height: 163px !important;
    padding: 25px 20px 25px 35px !important;
    margin: 0
}
.cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield input,
.cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield select,
.cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    color: #6b6b6b !important;
    width: 100% !important;
    padding: 18px 30px 18px 55px !important;
    float: left;
    background-color: #fff !important;
    font-size: 22px !important;
    line-height: normal !important;
    font-family: 'Jost', sans-serif !important;
    font-weight: normal;
    outline: none;
    border: 2px solid #848484 !important;
    letter-spacing: -0.5px !important;
}
.cntpg-frm .gform_wrapper label.gfield_label {
    display: none;
}
.cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield textarea::-webkit-input-placeholder,
.cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield input::-webkit-input-placeholder {
    color: #6b6b6b;
    opacity: 1;
}
.cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield textarea::-moz-placeholder,
.cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield input::-moz-placeholder {
    color: #6b6b6b;
    opacity: 1;
}
.cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield textarea:-ms-input-placeholder,
.cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield input:-ms-input-placeholder {
    color: #6b6b6b;
    opacity: 1;
}
.cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield textarea:-moz-placeholder,
.cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield input:-ms-input-placeholder {
    color: #6b6b6b;
    opacity: 1;
}
/*.cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield:focus textarea::-webkit-input-placeholder,
.cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield:focus input::-webkit-input-placeholder {
    color:#181818
}
.cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield:focus textarea::-moz-placeholder,
.cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield:focus input::-moz-placeholder {
    color:#181818
}
.hm-cont-form .gform_wrapper .gform_body ul.gform_fields li.gfield:focus textarea:-ms-input-placeholder,
.hm-cont-form .gform_wrapper .gform_body ul.gform_fields li.gfield:focus input:-ms-input-placeholder {
    color: #181818
}
.cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield:focus textarea:-moz-placeholder,.cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield:focus input:-ms-input-placeholder {
    color: #181818
}*/
.cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield input:focus,
.cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield select:focus,
.cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield textarea:focus {
    color: #181818 !important
}
.cntpg-frm .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
    float: right;
    width: auto !important;
    position: absolute;
    right: 0;
    top: 208px;
}
.cntpg-frm .gform_wrapper .top_label input[type=submit] {
    font-size: 22px !important;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    color: #9b763b;
    background: transparent;
    padding-right: 30px;
    background-image: url(images/readmore-btn-img.png);
    background-repeat: no-repeat;
    background-position: right center;
    border: 0 !important;
    outline: none;
    cursor: pointer;
    /* display: inline-block; */
    margin: 0;
    width: 100% !important;
    float: right;
}
/* .cntpg-frm .gform_wrapper .gform_footer {} */
.cntpg-frm .gform_wrapper .top_label input[type=submit]:hover {
    color: #181818 !important;
}
.cntpg-frm .gform_wrapper div.validation_error {
    color: #f00;
    border: 0;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -22px;
    font-size: 15px;
}
.cntpg-frm .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-top: 5px;
}
.cntpg-frm .gform_wrapper .validation_message {
    color: #f00;
    position: absolute;
    width: auto !important;
    top: 10px;
    right: 10px;
    padding: 0 !important;
    margin: 0 !important;
}
.cntpg-frm .gform_wrapper .instruction.validation_message {
    top: inherit;
    bottom: 10px;
}
.cntpg-frm .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100%) !important;
}
.cntpg-frm .gform_wrapper li.gfield.gfield_error {
    background-color: transparent;
    border: 0;
}
.cntpg-frm .gform_wrapper {
    position: relative;
    margin: 0 !important
}
.cntpg-frm .gform_validation_errors>h2.hide_summary {
    display: none
}
.cntpg-frm .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.cntpg-frm .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 520px !important;
}
.cntpg-frmsec {
    background: #f3f3f3;
}
.cntpg-frm {
    background: #fff;
    padding: 110px 175px;
    position: relative;
    margin-top: -120px;
    z-index: 1;
}
.cntpg-frm-cnt #lf_form_container h3 {
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    font-size: 39px;
    line-height: 1.44;
    letter-spacing: 0.4px;
    color: #181818;
    padding-bottom: 18px;
    margin-bottom: 62px;
    border-bottom: 1px solid #ccc;
}
.cntpg-frmsec .container {
    max-width: 1640px;
}
.hm-form p.buttons {
    float: left;
    width: 100%;
}
.hm-form p.g-recaptcha {
    display: none;
}
.hm-form #lf_first_name_block,
.hm-form #lf_email_block,
.hm-form #lf_phone_block,
.hm-form #lf_last_name_block {
    /*max-width: 520px;*/
    float: left;
    clear: left;
    position: relative;
    width: 40% !important;
}
.hm-form #lf_first_name_block:before,
.hm-form #lf_email_block:before,
.hm-form #lf_phone_block:before,
.hm-form #lf_message_block:before,
.hm-form #lf_last_name_block:before {
    position: absolute;
    font-size: 12px;
    color: #6b6b6b;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    left: 35px;
    top: 24px;
}
.hm-form #lf_first_name_block:before {
    content: "01" !important;
}
.hm-form #lf_last_name_block:before {
    content: "02" !important;
}
.hm-form #lf_email_block:before {
    content: "03" !important;
}
.hm-form #lf_phone_block:before {
    content: "04" !important;
}
.hm-form #lf_message_block:before {
    content: "05" !important;
}
.hm-form #lf_message_block {
    position: absolute;
    right: 0;
    /*max-width: 740px;*/
    width: 57% !important;
}
.hm-form {
    position: relative;
}
.hm-form textarea#lf_message {
    height: 248px !important;
    padding: 25px 20px 25px 35px !important;
    margin: 0
}
.hm-form input#lf_first_name,
.hm-form input#lf_email,
.hm-form input#lf_phone,
.hm-form textarea#lf_message,
.hm-form input#lf_last_name {
    color: #6b6b6b !important;
    width: 100% !important;
    padding: 18px 30px 18px 55px !important;
    float: left;
    background-color: #fff !important;
    font-size: 22px !important;
    line-height: normal !important;
    font-family: 'Jost', sans-serif !important;
    font-weight: normal;
    outline: none;
    border: 2px solid #848484 !important;
    letter-spacing: -0.5px !important;
    margin-bottom: 16px;
}
.hm-form .gform_wrapper label.gfield_label {
    display: none;
}
.hm-form p.buttons {
    margin: 0;
    padding: 0;
    float: right;
    width: auto !important;
    position: absolute;
    right: 0;
    top: 425px;
}
p.buttons input#saveForm {
    font-size: 22px !important;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    color: #9b763b !important;
    background-color: transparent !important;
    padding-right: 30px;
    background-image: url(images/readmore-btn-img.png) !important;
    background-repeat: no-repeat;
    background-position: right center;
    border: 0 !important;
    outline: none;
    cursor: pointer;
    /* display: inline-block; */
    margin: 0;
    width: -moz-fit-content !important;
    width: fit-content !important;
    float: right;
}
.hm-form .gform_wrapper .top_label input[type=submit]:hover {
    color: #181818 !important;
}
.hm-form .gform_wrapper div.validation_error {
    color: #f00;
    border: 0;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -22px;
    font-size: 15px;
}
.hm-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-top: 5px;
}
.hm-form .gform_wrapper .validation_message {
    color: #f00;
    position: absolute;
    width: auto !important;
    top: 10px;
    right: 10px;
    padding: 0 !important;
    margin: 0 !important;
}
.hm-form .gform_wrapper .instruction.validation_message {
    top: inherit;
    bottom: 10px;
}
.hm-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.hm-form .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 520px !important;
}
.hm-form .gform_wrapper li.gfield.gfield_error {
    background-color: transparent;
    border: 0;
}
.hm-form .gform_wrapper {
    position: relative;
    margin: 0 !important
}
.hm-form .gform_validation_errors>h2.hide_summary {
    display: none
}
.page_default.blg-default nav.navigation.pagination {
    float: left;
    width: 100%;
    text-align: center;
    margin: 60px 0 0;
}
.page_default.blg-default h2.screen-reader-text {
    display: none;
}
.page_default.blg-default .page-numbers.current,
.page_default.blg-default .page-numbers:hover {
    border-bottom: 2px solid #9b763b
}
.page_default.blg-default .page-numbers {
    margin: 0 10px 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    color: #9b763b;
    letter-spacing: 0;
    background-color: transparent;
    border-bottom: 2px solid transparent;
    position: relative;
    padding: 0;
    height: auto;
    width: auto;
}
.page_default.blg-default nav.navigation.pagination .nav-links a.next.page-numbers.current,
.page_default.blg-default nav.navigation.pagination .nav-links a.prev.page-numbers.current,
.page_default.blg-default nav.navigation.pagination .nav-links a.next.page-numbers:hover,
.page_default.blg-default nav.navigation.pagination .nav-links a.prev.page-numbers:hover {
    border: 0 !important
}
.page_default.blg-default nav.navigation.pagination .nav-links a.next.page-numbers,
.page_default.blg-default nav.navigation.pagination .nav-links a.prev.page-numbers {
    position: relative;
    padding-right: 30px;
}
.page_default.blg-default nav.navigation.pagination .nav-links a.prev.page-numbers {
    padding-left: 30px;
    padding-right: 0;
}
.page_default.blg-default nav.navigation.pagination .nav-links a.next.page-numbers:before,
.page_default.blg-default nav.navigation.pagination .nav-links a.prev.page-numbers:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: url(images/readmore-btn-img.png) no-repeat;
    background-size: contain;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.page_default.blg-default nav.navigation.pagination .nav-links a.prev.page-numbers:before {
    transform: rotate(180deg);
    left: 0;
    right: auto;
}
.page_default.blg-default nav.navigation.pagination .nav-links a.prev.page-numbers {
    float: left;
}
.single-prfl-cntnt .inrpg-breadcrumbs,
.single-prfl-cntnt .inrpg-breadcrumbs a {
    color: #6b6b6b
}
.single-prfl-cntnt .inrpg-breadcrumbs {
    margin-bottom: 20px;
}
.single-prfl-cntnt .brd-div {
    background: url(images/sngl-prflarw.png) no-repeat
}
.repage-title {
    display: flex;
    /*    align-items: center;*/
    margin-bottom: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rvwttl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.rw-img {
    margin-left: 20px;
}
.page-template-reviews-page .rw-img img {
    width: 50px !important;
    height: 50px !important;
}
.page_default .genpg-rite .repage-title h3 {
    margin-bottom: 10px;
}
.sngatrny-awrdimg {
    width: 15%;
}
.hm-serv-link a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
    z-index: 99;
}
a.popup-youtube {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
    z-index: 99;
}
/*single Profile*/
.container3 {
    max-width: 1920px;
    width: 100%;
    margin: auto;
}
.sng-pro-lft {
    position: sticky;
}
.single-prfl-img img {
    margin: 0 auto;
    display: block;
}
#customMenublock::-webkit-scrollbar {
    width: 5px;
}
#customMenublock::-webkit-scrollbar-track {
    border-radius: 5px;
}
#customMenublock::-webkit-scrollbar-thumb {
    background: #f0ebe3;
    border-radius: 5px;
}
#customMenublock::-webkit-scrollbar-thumb:hover {
    background: #f0ebe3;
}
.gen-spl-cnt {
    border-left: 3px solid #9b763b;
    padding: 10px 0 10px 35px;
    font-size: 25px;
    line-height: 1.4;
    color: #9b763b;
    letter-spacing: 0.5px;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    margin-bottom: 50px;
}
.page_default .genpg-rite .spcntnt-box p {
    border-left: 3px solid #9b763b;
    padding: 10px 0 10px 35px;
    font-size: 25px;
    line-height: 1.4;
    color: #9b763b;
    letter-spacing: 0.5px;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    margin-bottom: 50px;
}
ul.gen-col-ul {
    column-count: 2;
    width: 100%;
    column-gap: 4%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.sipra-img {
    width: 545px;
    float: left;
    margin: 4px 50px 30px 0;
    box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.3);
}
.sipra-cntnt .sipra-img img {
    width: 100%;
    display: block;
    margin: 0 !important;
}
.spbox-top,
.spbox-bottom {
    display: none;
}
.search-no-results .page_default.blg-default {
    padding: 110px 0;
}
/*Practice Area Page*/
.pract-page .container {
    max-width: 100%;
}
.pract-page .hm-service-list {
    border-top: 1px solid #d8d6d7
}
.pract-page .hm-service-list .hm-service-itm:hover {
    background: #f3f3f3;
}
.pract-page .hm-service-list .hm-service-itm {
    padding: 80px 40px 55px;
}
.pract-page .hm-service-itm-cnt.divce:before {
    background-position: -470px -106px;
}
.pract-page .hm-service-itm-cnt.high-net:before {
    background-position: -133px -110px;
}
.pract-page .hm-service-itm-cnt:before {
    background-position: -1422px -110px;
}
.pract-page .hm-service-itm-cnt.famly-law:before {
    background-position: -243px -110px;
}
.pract-page .hm-service-itm-cnt.fight-rvnge:before {
    background-position: -364px -110px;
}
.pract-page .hm-service-itm-cnt.divorce:before {
    background-position: -476px -110px;
}
.pract-page .hm-service-itm-cnt.custody-marrg:before {
    background-position: -591px -110px;
}
.pract-page .hm-service-itm-cnt.mother-rgt:before {
    background-position: -706px -110px;
}
.pract-page .hm-service-itm-cnt.domestic-violece:before {
    background-position: -811px -110px;
}
.pract-page .hm-service-itm-cnt.no-fault-divorcee:before {
    background-position: -1186px -106px;
    transform: scale(0.99);
    width: 90px;
    left: -8px;
}
.pract-page .hm-service-itm-cnt.complex-property-division:before {
    background-position: -1423px -106px;
}
.pract-page .hm-service-itm-cnt.long-term-marriage:before {
    background-position: -1553px -106px;
}
.pract-page .hm-service-itm-cnt.divorce-business-owners:before {
    background-position: -1060px -106px;
    width: 82px;
    transform: scale(0.89);
}
.pract-page .hm-service-itm-cnt.high-net:before {
    background-position: -940px -106px;
}
.pract-page .hm-service-itm-cnt.mental-health:before {
    background-position: -1200px -370px;
}
.pract-page .hm-service-itm-cnt.property-division:before {
    background-position: -608px -370px;
    width: 88px;
}
.pract-page .hm-service-itm-cnt.child-support:before {
    background-position: -729px -370px;
}
.pract-page .hm-service-itm-cnt.fight-rvnge:before {
    background-position: -1307px -106px;
}
.pract-page .hm-service-itm-cnt.parental-alienation:before {
    background-position: -10px -370px;
}
.pract-page .hm-service-itm-cnt.paternity:before {
    background-position: -125px -370px;
}
.pract-page .hm-service-itm-cnt.electronic-shopping:before {
    background-position: -242px -370px;
    width: 92px;
    transform: scale(0.99);
    left: -10px;
}
.pract-page .hm-service-itm-cnt.relocation:before {
    background-position: -379px -370px;
}
.pract-page .hm-service-itm-cnt.spousal-support:before {
    background-position: -489px -370px;
}
.pract-page .hm-service-itm-cnt.modifications:before {
    background-position: -1098px -370px;
}
.pract-page .hm-service-itm-cnt.fight-rvnge:before {
    background-position: -364px -106px;
}
.pract-page .hm-service-itm-cnt.retirement-nd-investment-dvcr:before {
    background-position: -1684px -106px;
}
.pract-page .hm-service-itm-cnt.working-women-nd-divorce:before {
    background-position: -1817px -106px;
    width: 76px;
}
.pract-page .hm-service-itm-cnt.order-of-protection:before {
    background-position: -833px -370px;
}
.pract-page .hm-service-itm-cnt.other-familylaw-services:before {
    background-position: -1307px -370px;
}
.pract-page .hm-service-itm-cnt.visitation:before {
    background-position: -1307px -106px;
}
.faqs-pg .accordion {
    overflow: hidden;
    background: transparent;
    margin: 25px 0;
}
.page_default .genpg-rite .faqs-pg .faq_cnt h3 {
    margin-top: 20px;
}
.page_default .genpg-rite .faqs-pg .faq_cnt h4 {
    margin: 0;
    text-align: left;
}
.faqs-pg .faq_cnt .accordion-section {
    border-bottom: 2px solid #9b763b;
}
.faqs-pg .faq_cnt .accordion-section:first-child {
    border-top: 2px solid #9b763b;
}
.faqs-pg .faq_cnt .accordion-section-title {
    width: 100%;
    padding: 14px 35px 14px 0;
    display: inline-block;
    background: transparent;
    transition: all linear 0.15s;
    color: #181818;
    position: relative;
    line-height: normal;
}
.faqs-pg .accordion-section-content {
    padding: 2px 0 15px;
    display: none;
}
.faqs-pg .faq_cnt .accordion-section p:last-child {
    margin: 0;
}
.faqs-pg .faq_cnt .accordion-section-title:after {
    position: absolute;
    content: "+";
    right: 15px;
    font-size: 36px;
    top: 11px;
    font-family: 'GoogleSans-Regular';
}
.faqs-pg .faq_cnt .accordion-section-title.active:after {
    content: "-";
}
.hm-form label.description {
    display: none !important;
}
.hm-form p {
    margin-bottom: 0;
}
/*cntact-pg form*/
.cntpg-frm-cnt label.description {
    display: none !important;
}
.cntpg-frm-cnt #lf_first_name_block,
.cntpg-frm-cnt #lf_email_block,
.cntpg-frm-cnt #lf_phone_block,
.cntpg-frm-cnt #lf_last_name_block {
    float: left;
    clear: left;
    position: relative;
    width: 40% !important;
}
.cntpg-frm-cnt #lf_message_block {
    position: absolute;
    right: 0;
    width: 57% !important;
}
.cntpg-frm-cnt input#lf_first_name,
.cntpg-frm-cnt input#lf_email,
.cntpg-frm-cnt input#lf_phone,
.cntpg-frm-cnt textarea#lf_message,
.cntpg-frm-cnt input#lf_last_name {
    color: #6b6b6b !important;
    width: 100% !important;
    padding: 18px 30px 18px 55px !important;
    float: left;
    background-color: #fff !important;
    font-size: 22px !important;
    line-height: normal !important;
    font-family: 'Jost', sans-serif !important;
    font-weight: normal;
    outline: none;
    border: 2px solid #848484 !important;
    letter-spacing: -0.5px !important;
    margin-bottom: 16px;
}
.cntpg-frm-cnt textarea#lf_message {
    height: 248px !important;
    margin: 0;
}
.cntpg-frm-cnt p.buttons input#saveForm {
    font-size: 22px !important;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    color: #9b763b !important;
    background-color: transparent !important;
    padding-right: 30px;
    background-image: url(images/readmore-btn-img.png) !important;
    background-repeat: no-repeat;
    background-position: right 1px center;
    border: 0 !important;
    outline: none;
    cursor: pointer;
    /* display: inline-block; */
    margin: 0;
    width: -moz-fit-content !important;
    width: fit-content !important;
    float: right;
}
.cntpg-frm-cnt p.buttons {
    margin: 0;
    padding: 0;
    float: right;
    width: auto !important;
    position: absolute;
    right: 0;
    top: 428px;
}
.cntpg-frm-cnt #lf_first_name_block:before,
.cntpg-frm-cnt #lf_email_block:before,
.cntpg-frm-cnt #lf_phone_block:before,
.cntpg-frm-cnt #lf_message_block:before,
.cntpg-frm-cnt #lf_last_name_block:before {
    position: absolute;
    font-size: 12px;
    color: #6b6b6b;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    left: 35px;
    top: 24px;
}
.cntpg-frm-cnt #lf_first_name_block:before {
    content: "01" !important;
}
.cntpg-frm-cnt #lf_last_name_block:before {
    content: "02" !important;
}
.cntpg-frm-cnt #lf_email_block:before {
    content: "03" !important;
}
.cntpg-frm-cnt #lf_phone_block:before {
    content: "04" !important;
}
.cntpg-frm-cnt #lf_message_block:before {
    content: "05" !important;
}
.cntpg-frm-cnt {
    position: relative;
}
.cntpg-frm-cnt p {
    margin: 0;
}
.cntpg-frm-cnt #rc-anchor-container {
    display: none;
}
.cntpg-frm-cnt p.g-recaptcha {
    display: none;
}
/* Pop-up styles */
body .pum-container,
.pum-theme-default-theme .pum-container {
    padding: 25px 15px 10px;
}
.pum-container.pum-responsive.pum-responsive-tiny {
    width: 20% !important;
}
body .pum-container.pum-responsive.pum-responsive-tiny {
    background: #bd2d2d !important;
    color: #fff !important;
    font-family: 'Jost', sans-serif !important;
    font-weight: 400;
}
.pum-theme-7034 .pum-title,
.pum-theme-default-theme .pum-title {
    color: #fff !important;
    font-family: 'Jost', sans-serif !important;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 1.2 !important;
}
.pum-container .gform_wrapper.gravity-theme .gfield_label {
    color: #fff !important;
    font-size: 16px;
    box-shadow: none;
    font-family: 'Jost', sans-serif !important;
    font-weight: 400;
}
.pum-container .gf_progressbar_wrapper p,
.pum-container .gform_wrapper.gravity-theme .gfield_checkbox label,
.pum-container .gform_wrapper.gravity-theme .gfield_radio label {
    color: #fff !important;
    font-family: 'Jost', sans-serif !important;
    font-weight: 400;
}
.pum-theme-7034 .pum-content+.pum-close,
.pum-theme-default-theme .pum-content+.pum-close {
    line-height: 10px !important;
    font-size: 15px !important;
    padding: 8px !important;
    font-weight: bold !important;
    background-color: #fff !important;
    color: #000000 !important;
}
body .pum-container .gform_wrapper .gform_page_footer .button {
    margin: 5px !important;
    background-color: #f9a229 !important;
    color: #fff !important;
    cursor: pointer !important;
    width: 90px !important;
    font-size: 15px;
    line-height: 0.85rem !important;
    padding: 9px 11px;
    font-weight: normal !important;
    outline: 0 !important;
    letter-spacing: 1px;
    font-family: 'Jost', sans-serif !important;
    font-weight: 400;
    outline: 0 !important;
    border: 0 !important;
}
body .pum-container .gf_progressbar_wrapper {
    display: none !important;
}
body .pum-container .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 5px 0 0 0;
    padding: 0;
}
body .pum-container .gform_wrapper .top_label .secnd-stp .gfield_label {
    display: none;
}
body .pum-container.pum-responsive.pum-responsive-tiny {
    min-height: 260px;
}
body .pum-container .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 5px;
}
body .pum-container .gform_wrapper.gravity-theme .gform_fields input {
    font-size: 14px;
    padding: 6px 10px !important;
}
.pum-overlay,
html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
    position: fixed;
    background-color: #181818 !important;
    min-height: 230px !important;
}
.pum-container .gform_page_footer input.button:disabled {
    opacity: inherit !important;
}
.pum-theme-3688 .pum-content+.pum-close,
.pum-theme-default-theme .pum-content+.pum-close {
    font-family: 'Jost', sans-serif !important;
    font-weight: 400;
    color: #000 !important;
    top: -10px !important;
}
body .pum-container .gform_submission_error.hide_summary,
.gform_validation_errors {
    display: none !important;
}
body .pum-container .gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    background-color: inherit !important;
    font-size: 12px !important;
    font-family: 'Jost', sans-serif !important;
    font-weight: 400;
    color: #ff0000 !important;
    padding: 0 !important;
    margin-top: -26px !important;
    text-align: right !important;
    padding: 5px !important;
    border: 0 !important;
}
body .pum-container .instruction.validation_message {
    display: none !important;
}
body .pum-container button.pum-close.popmake-close {
    background-color: #9b763b !important;
    color: #fff !important;
    font-family: 'Jost', sans-serif !important;
    font-weight: 700;
}
.pum-container #lf_form_container h3,
.pum-container #lf_form_container label {
    display: none;
}
.pum-container #lf_form_container form input,
.pum-container #lf_form_container form textarea {
    font-size: 14px;
    padding: 6px 10px;
    width: 100%;
}
.pum-container #lf_form_container p {
    margin: 0 0 2px 0;
    padding: 0;
}
.pum-container #lf_form_container .g-recaptcha {
    margin-top: -7px;
}
.pum-container #lf_form_container .g-recaptcha div iframe {
    transform: scale(0.875);
    margin-left: -19px;
}
.pum-container #lf_form_container .buttons {
    display: block;
    clear: both;
    text-align: center;
    background: none !important;
}
.pum-container #lf_form_container .buttons input {
    margin: 0;
    background-color: transparent !important;
    color: #fff;
    cursor: pointer;
    width: 90px;
    font-size: 15px !important;
    line-height: 0.85rem;
    padding: 12px 30px 12px 11px;
    font-weight: normal;
    outline: 0;
    letter-spacing: 1px;
    font-family: 'Jost', sans-serif !important;
    font-weight: 400;
    outline: 0;
    border: 0;
    width: 100%;
}
.pum-container #lf_form_container .buttons input:hover {
    border: none !important;
}
.career_item {
    display: inline-block;
    width: 100%
}
.career_item .career-img {
    float: left;
    width: 40%
}
.career_item .career-img img {
    max-width: 100%;
    display: block
}
.career_item .career-desc {
    float: left;
    width: 60%;
    padding-left: 30px;
    padding-top: 10px
}
.career_item .career-desc h2,
.career_item .career-desc h3 {
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    color: #434e60;
    font-size: 30px;
    line-height: 48px;
    margin: 0 0 16px 0
}
.career_item .career-desc h4 {
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    color: #434e60;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 16px 0
}
.career_item .career-desc p {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #232939;
    line-height: 26px;
    letter-spacing: 0.774px;
    padding: 0 36px 0 0
}
.crr-read,
.an_btn {
    display: inline-block;
    width: 100%
}
.crr-read a,
.an_btn a {
    color: #9b763b;
    font-size: 22px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
    position: relative;
}
.crr-read a:before,
.an_btn a:before {
    position: absolute;
    content: "";
    background-image: url(images/readmore-btn-img.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: auto;
    right: -30px;
    top: 0;
    bottom: 0;
    width: 22px;
    height: 22px;
}
.crr-read a:hover {
    color: #181818;
}
.crr-read a:hover:before,
.an_btn a:hover:before {
    background-image: url(images/readmore-btn-img-hover.png);
}
.career_item {
    padding: 20px;
    border: 1px solid #434e60;
    margin-bottom: 20px
}
.apply_form .gform_wrapper {
    margin: 0;
    padding: 0
}
.apply_form .gform_wrapper ul.gform_fields li.gfield {
    float: left;
    width: 100%;
    padding: 0 15px 0 0;
    margin: 0 0 15px 0;
    clear: none
}
.apply_form .gform_wrapper ul.gform_fields li.gfield.full_fld {
    width: 100%
}
.apply_form .gform_wrapper ul.gform_fields li.gfield.half_fld,
.apply_form .gform_wrapper ul.gform_fields li.gfield.half_fldr {
    width: 50%;
    padding-right: 15px
}
.apply_form .gform_wrapper ul.gform_fields li.gfield.fld_col3,
.apply_form .gform_wrapper ul.gform_fields li.gfield.fld_colr3 {
    width: 33.33%;
    padding-right: 15px
}
.apply_form .gform_wrapper ul.gform_fields li label {
    font-weight: 500 !important;
}
.apply_form .gform_wrapper input[type=text],
.apply_form .gform_wrapper input[type=email],
.apply_form .gform_wrapper input[type=tel],
.apply_form .gform_wrapper input[type=file],
.apply_form .gform_wrapper .ginput_preview,
.apply_form .gform_wrapper textarea,
.apply_form .gform_wrapper select,
.apply_form .gform_wrapper input[type=number] {
    width: 100% !important;
    background-color: #fff !important;
    border: 0 !important;
    border: 2px solid #dfdbd3 !important;
    padding: 12px 20px !important;
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 28px !important;
    color: #5f5f5f !important;
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: 500;
}
.apply_form .gform_wrapper ul.gfield_radio li {
    width: 20%
}
.apply_form .gform_wrapper .gform_footer {
    float: left;
    padding: 0;
    margin: 20px 0 0 0;
    text-align: center;
    padding: 0;
    width: auto
}
.apply_form .gform_wrapper .gform_footer .gform_button {
    color: #9b763b;
    font-size: 22px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
    position: relative;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    background-image: url(images/readmore-btn-img.png) !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    padding: 5px 30px 0 0 !important;
    cursor: pointer;
}
.apply_form .gform_wrapper .gform_footer .gform_button:hover {
    background-image: url(images/readmore-btn-img-hover.png) !important;
    color: #181818;
}
.apply_form .gform_wrapper .gfield_signature_container,
.apply_form .gform_wrapper .gfield_signature_container canvas {
    width: 100% !important
}
.apply_form .gform_legacy_markup_wrapper li.gfield.gfield_error,
.apply_form .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    border: none !important;
    margin: 0 !important;
}
.apply_form .full_fld .gform_wrapper .validation_message {
    margin-top: -36px;
}
.sngatrny-awrdsblck-list .sngatrny-awrdimg {
    width: 100%;
}
.sngatrny-awrdsblck-list.owl-carousel .owl-item img {
    width: auto !important;
}
.page-template-review-page #review_btn {
    display: none
}
.page_default .genpg-rite .popup_form_outer_overlay {
    width: 100%;
    height: 100%;
    background-image: url(images/overlay_transparent.png);
    background-repeat: repeat;
    background-position: 0 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999995;
    display: none
}
.page_default .genpg-rite .popup_form_outer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999999995;
    padding: 30px 0 0;
    display: none
}
.page_default .genpg-rite .popup_form .pf_block {
    width: 100%;
    float: left;
    background-color: #434e60;
    padding: 20px 42px;
    box-sizing: border-box
}
.page_default .genpg-rite .popup_form h3 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1.25px;
    margin: 0 0 10px;
    padding: 0
}
.page_default .genpg-rite .popup_form .pfr_block {
    width: 100%;
    float: left;
    margin: 0 0 10px
}
.page_default .genpg-rite .popup_form .pfr_block p {
    color: #fff;
    margin: 0 0 10px;
    font-family: 'Josefin Sans', sans-serif;
}
.page_default .genpg-rite .pf_fields {
    width: 100%;
    float: left
}
.page_default .genpg-rite .pf_fields .pf_field {
    width: 100%;
    float: left;
    margin: 0 0 15px
}
.page_default .genpg-rite .pf_fields .pf_field.submit-field {
    position: relative
}
.page_default .genpg-rite .pf_fields .pf_field label {
    font-size: 16px;
    color: #fff;
    width: 100%;
    float: left;
    margin: 0 0 3px;
    font-family: 'Josefin Sans', sans-serif;
}
.page_default .genpg-rite .pf_fields .pf_field input[type="text"],
.pf_fields .pf_field input[type="email"],
.pf_fields .pf_field textarea {
    width: 100%;
    float: left;
    line-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    border-radius: 3px;
    border: 0
}
.page_default .genpg-rite .pf_fields .pf_field textarea {
    height: 95px
}
.page_default .genpg-rite .pf_fields .pf_field input[type="button"] {
    width: 100%;
    float: left;
    line-height: 40px;
    background-color: #f9a229;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.page_default .genpg-rite .pf_fields .pf_field.submit-field #form-loading {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
    width: 20px
}
.page_default .genpg-rite .pf_fields p {
    font-size: 16px;
    line-height: normal;
    color: #fff;
    margin: 0 0 10px;
    width: 100%;
    float: left;
    font-family: 'Josefin Sans', sans-serif;
}
.page_default .genpg-rite .pfr_fields {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 20px
}
.page_default .genpg-rite .pfr_fields span {
    display: inline-block;
    width: 60px;
    height: 59px;
    background-image: url(images/ratingstar.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer
}
.page_default .genpg-rite .pfr_fields span.active {
    background-image: url(images/ratingstar_active.png)
}
.page_default .genpg-rite .popup_form .error_field {
    display: none;
    color: red;
    width: 100%;
    float: left;
    font-size: 15px
}
.page_default .genpg-rite .pf_result {
    width: 100%;
    float: left;
    padding: 20px 42px;
    box-sizing: border-box;
    background-color: #434e60
}
.page_default .genpg-rite .pf_result h5 {
    font-weight: 700;
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 20px;
    font-family: 'Josefin Sans', sans-serif;
}
.page_default .genpg-rite .pf_result p {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    margin: 0 0 15px;
    font-family: 'Josefin Sans', sans-serif;
}
.page_default .genpg-rite .share_row {
    width: 100%;
    float: left;
    margin: 10px 0 0
}
.page_default .genpg-rite .share_row a {
    margin: 0 5px;
    display: inline-block
}
.page_default .genpg-rite .share_step {
    width: 100%;
    float: left
}
.page_default .genpg-rite .share_step1 {
    margin: 30px 0 10px
}
.page_default .genpg-rite .share_step h6 {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
}
.page_default .genpg-rite .share_step ul {
    padding: 0;
    margin: 0
}
.page_default .genpg-rite .share_step ul li {
    padding: 0;
    margin: 0 0 10px;
    width: 100%;
    float: left
}
.page_default .genpg-rite .share_step ul li button {
    width: 233px;
    height: 74px;
    background-image: url(images/clip_btn.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer
}
.page_default .genpg-rite #popup_close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    background-image: url(images/popup_close.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    z-index: 99999999999995
}
.page_default .genpg-rite .pf_fields .pf_field #comments {
    display: block
}
.page_default .genpg-rite .review_form_page .popup_form {
    width: 100%
}
.page_default .genpg-rite .review_form_page .popup_form h4 {
    background-color: #434e60;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 35px;
    line-height: 1;
    padding-top: 30px;
    margin: 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.page_default .genpg-rite .review_form_page .pfr_fields {
    text-align: left
}
.page_default .genpg-rite .review_form_page .pf_fields .pf_field {
    margin: 0 0 15px;
    float: left;
    width: 33.3%;
    padding: 0 5px
}
.page_default .genpg-rite .review_form_page .pf_fields .pf_field.comnts {
    width: 100%
}
.page_default .genpg-rite .review_form_page .pf_fields .pf_field input[type="button"] {
    float: none;
    width: auto;
    margin: 0 auto 0;
    line-height: 1;
    padding: 10px 35px 10px 0;
    display: block;
    color: #9b763b;
    font-size: 22px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
    position: relative;
    background-color: transparent;
    background-image: url(images/readmore-btn-img.png) !important;
    background-position: top 7px right !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
}
.page_default .genpg-rite .review_form_page .pf_field.submit-field {
    width: 100%
}
.page_default .genpg-rite .review_form_page .pf_fields .pf_field input[type="text"],
.page_default .genpg-rite .review_form_page .pf_fields .pf_field input[type="email"],
.page_default .genpg-rite .review_form_page .pf_fields .pf_field textarea {
    line-height: 45px
}
.page_default .genpg-rite #pf-block ul li:before {
    display: none;
}
.page_default .genpg-rite .share_step ul li button.copied {
    background: url(images/clip_btn_copied.png);
    transition: .3s
}
.review_item {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    margin: 20px 0 0;
    border-bottom: 1px solid #ccc
}
.review_item:last-of-type {
    border: 0;
    margin-bottom: 20px
}
.review_row .rating {
    width: 100px;
    float: left;
    background-image: url(images/rating.png);
    background-position: left top;
    height: 19px;
    margin-bottom: 15px
}
.review_row .rating .star {
    width: 100%;
    float: left;
    background-image: url(images/star.png);
    background-repeat: repeat-x;
    background-position: left top;
    height: 19px
}
.cal-fm h3 {
    font-size: 25px !important
}
.cal-fm p,
.cal-fm label {
    margin: 0 0 10px
}
.cal-fm p,
.cal-fm label {
    font-size: 18px !important;
    line-height: 1.2;
}
.cal_info {
    padding: 15px 0 0
}
.cal_info ul {
    margin: 10px 0 0
}
.cal-fm .cal_info,
.cal_info ul li {
    font-size: 15px !important
}
.cal-fm .cal_info ul li {
    margin: 0 0 5px
}
.cal-fm input {
    margin: 10px 0 0 !important
}
.sc-form #lf_form_container .g-recaptcha:before {
    content: "Please confirm you are not a robot.";
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    font-size: 17px;
    font-style: normal;
    color: #f1f1f2;
    line-height: normal;
    letter-spacing: 0;
    margin: 0 0 5px 0;
    position: relative;
    display: block;
    text-align: left
}
.cal-fm {
    background-color: rgba(224, 233, 240, 0.39) !important;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 1px 2px 8px 0 rgba(40, 63, 79, 0.2);
    border: 1px solid #283f4f;
    display: block;
    clear: both;
    width: 100%;
    max-width: 600px;
    margin: 20px auto 60px auto;
}
.cal-fm input {
    width: 100%;
    float: left;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #232939;
    line-height: 55px;
    letter-spacing: 0.54px;
    padding: 0 10px 0 20px;
    border: none;
    border: 0;
    background-position: 0 0;
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    margin-top: 5px;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}
input[name="calc_btn"],
input[name="reset_val"] {
    background-color: #9b763b !important;
    color: #fff !important;
}
.cal-fm input::-webkit-outer-spin-button,
.cal-fm input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cal-fm h3 {
    text-align: center;
    color: #000;
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 34px;
}
.mth_alimony_pay input,
.len_alimony input {
    font-weight: bold;
}
.cal-fm .form_field span {
    color: red;
}
.cal-fm p,
.cal-fm label {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #232939;
}
.contact-sec #lf_form_container .g-recaptcha:before {
    content: "Please confirm you are not a robot.";
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    font-size: 17px;
    font-style: normal;
    color: #f1f1f2;
    line-height: normal;
    letter-spacing: 0;
    margin: 0 0 5px 0;
    position: relative;
    display: block;
    text-align: left;
}
.text_inner table {
    border: 1px solid #eee;
    margin: 0 0 15px 0;
    text-align: left;
    width: 100%;
}
.text_inner table tr th {
    color: #555;
    font-weight: bold;
    padding: 9px 24px;
}
.text_inner table tr td {
    border-top: 1px solid #eee;
    padding: 6px 24px;
}
.page_bnr.atrnypgbnr:before {
    background: rgba(0, 0, 0, 0.2);
}
#closeSlideMenu2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    z-index: 99;
    transition-duration: 0.5s;
}
#closeSlideMenu2.showClose {
    display: block;
}
.inner-service-list {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #d8d6d7;
    justify-content: center;
}
.inner-service-items:nth-child(25) {
    border-left: 1px solid #d8d6d7;
    ;
}
.inner-service-items {
    width: 25%;
    border-bottom: 1px solid #d8d6d7;
    border-right: 1px solid #d8d6d7;
    padding: 80px 40px;
    position: relative;
}
.inner-service-items a.inner-service-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 0;
}
.page_default .genpg-rite .inner-service-items h5 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #181818;
    line-height: 130%;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.inner-service-item-cnt {
    width: 74%;
}
.inner-service-item-icon {
    width: 21.6%;
}
.inner-service-item {
    display: flex;
    justify-content: space-between;
}
.page_default .genpg-rite .inner-service-items p {
    margin: 0 0 0;
}
.page_default .genpg-rite .inner-service-items:hover {
    background: #f3f3f3;
}
.inrsrviceblck.owl-carousel .owl-item img {
    display: block;
    width: auto !important;
}
.inrsrviceblck.owl-carousel {
    border-top: 1px solid #d8d6d7;
    ;
}
.inrsrviceblck.owl-carousel .inr-service-itm {
    display: flex;
    padding: 0;
    justify-content: space-between;
}
.inrsrviceblck.owl-carousel .inr-service-itm-icon {
    width: 21.6%;
}
.inrsrviceblck.owl-carousel .inr-service-itm-cnt {
    width: 74%;
}
.inrsrviceblck.owl-carousel .inrsrviceitem a.inr-service-itm-link {
    font-size: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.inrsrviceblck.owl-carousel .inr-service-itm-cnt h5 {
    font-size: 22px;
}
.inrsrviceblck.owl-carousel .inrsrviceitem {
    padding: 80px 40px;
    position: relative;
    min-height: 497px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-template-reviews-page .page_default .genpg-rite h3 {
    line-height: 1;
    margin: 0;
}
/*Mobile Sticky menu*/
.header-sticky {
    width: 100%;
    float: left;
    background: #9b763b;
    padding: 10px;
    display: none;
}
.header-sticky.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background: #9b763b;
    z-index: 9999;
    display: block !important;
}
.sticky-wrap {
    display: none;
}
.header-sticky .sicky-cnt {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #150101;
    padding: 0 8px;
}
.header-sticky .mobile_src_nav,
.header-sticky .showhide {
    display: block;
}
.header-sticky .mobile_src_nav {
    background: transparent;
}
/*.sticky-mobinav {
    display: none;
}*/
.header-sticky .stickyshowhide {
    cursor: pointer;
}
.header-sticky .stickyshowhide .txt {
    width: 40px;
    height: 40px;
    text-align: center;
    float: none;
    padding: 0;
    position: relative;
    font-weight: normal;
}
.header-sticky .sicky-cnt>.stickyshowhide,
.header-sticky .sicky-cnt>a {
    font-size: 17px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    position: relative;
    padding-top: 50px;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.header-sticky .sicky-cnt .stickyshowhide:before,
.header-sticky .sicky-cnt a:before {
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: transparent;
    border-radius: 100%;
    border: 2px solid #fff;
}
.header-sticky .stickyshowhide .txt:before {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: auto;
    font-size: 18px;
    border: 1px #fff solid;
    color: #f2f2f2;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sticky-mobinav ul li span.drop {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 28px;
}
.sticky-mobinav ul li span.drop.open {
    width: 28px;
}
.sticky-mobinav ul li span.drop:after {
    content: "";
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: 0 0;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 8px;
}
.sticky-mobinav ul li span.drop.open:after {
    background-position: -28px 0;
}
.header-sticky .sicky-cnt .stickyshowhide:before {
    background: url(images/header-sticky-menu.png) no-repeat center;
}
.header-sticky .sicky-cnt.sticky-email-wrap a:before {
    background: url(images/header-sticky-email.png) no-repeat center;
}
.header-sticky .sicky-cnt.sticky-call-wrap a:before {
    background: url(images/header-sticky-call.png) no-repeat center;
}
.header-sticky .sicky-cnt.sticky-blog-wrap a:before {
    background: url(images/header-sticky-blog.png) no-repeat center;
}
.header-sticky .sicky-cnt.sticky-book-wrap a:before {
    background: url(images/header-sticky-faq.png) no-repeat center;
}
#floatingMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    background: #9b763b;
    z-index: 99999;
    overflow-y: auto;
    padding: 10px;
    height: 100vh;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#floatingMenu.openMenu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#cloaseFloatingMenu {
    text-align: right;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    display: block;
    clear: both;
    color: #fff;
}
.floatingMenuInner li {
    position: relative;
}
.floatingMenuInner a {
    color: #fff;
    letter-spacing: 0.4px;
    font-family: 'Josefin Sans', sans-serif;
    padding: 4px 0;
    font-size: 18px;
    display: block;
    line-height: 1;
    border-bottom: 1px solid #222222;
}
.floatingMenuInner .sub-menu {
    display: none;
}
.floatingMenuInner .menu-item-has-children>a:after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    /* -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     transform: rotate(45deg);*/
    position: absolute;
    top: 15px;
    right: 6px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.floatingMenuInner .menu-item-has-children>a:before {
    content: '';
    width: 2px;
    height: 10px;
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    opacity: 1;
    background-color: #fff;
}
.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {
    /*-webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);*/
    opacity: 0;
}
/**/
.top-menu ul li.menu-item-has-children:after {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    border: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
/*.blg-topsec .widget select.postform {
    color: #181818 !important;
}*/
#categories-3.widget.widget_categories:before {
    color: #181818 !important;
}
.gnp-cnt-btm-btn {
    margin-top: 10px;
}
.gnp-cnt-btm-btn a {
    color: #9b763b;
    font-size: 22px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
    position: relative;
}
.gnp-cnt-btm-btn a:before {
    position: absolute;
    content: "";
    background: url(images/readmore-btn-img.png);
    margin: auto;
    right: -30px;
    top: 0;
    bottom: 0;
    width: 22px;
    height: 22px;
}
.gnp-cnt-btm-btn a:hover {
    color: #181818;
}
.page_bnr.cntpgbnr:before {
    background: rgba(0, 0, 0, 0.2);
}
.page-template-reviews-page .page_default .genpg-rite p {
    margin-bottom: 25px;
}
.hm-blogpst-sec .bx-wrapper {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}
.page-id-14 .hm-video-sec .container {
    width: 100%;
    max-width: 100%;
}
.blg-topsec.mbl-blg-topsec,
.hm-blogpst-sec .blog_btn.mbl_blog_btn {
    display: none;
}
@media only screen and (min-width: 568px) {
    .hm-banner-logos-item:nth-child(5) img {
        width: 125px;
    }
    .hm-banner-logos-item:nth-child(4) img {
        width: 120px;
    }
}
@media only screen and (max-width: 600px) {
    .cal-fm h3 {
        font-size: 20px !important;
    }
}
@media only screen and (max-width: 360px) {
    .cal-fm h3 {
        font-size: 16px !important;
    }
}
.page-template-contact-page .page_title h1,
.page-template-contact-page .page_title h2 {
    font-size: 58px;
    letter-spacing: 1px;
}
.page-template-careers-page .page_title h1,
.page-template-careers-page .page_title h2 {
    font-size: 85px;
}
.page-template-practice-area .page_default .genpg-rite h1 {
    text-align: center;
    border: none;
}
.wrapper.openSlidwrapper {
    -webkit-transform: translateX(-450px);
    -moz-transform: translateX(-450px);
    -ms-transform: translateX(-450px);
    -o-transform: translateX(-450px);
    transform: translateX(-450px);
}
.wrapper {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.hm-service-itm-img {
    display: none !important
}
.bnrbadge {
    position: absolute;
    right: 6%;
    top: 320px;
    z-index: 99;
    width: 200px;
}
.page-id-2495 .gnp-cnt-btm-btn {
    display: none;
}
/* Map */
.page_default .genpg-rite .inn-areas-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding: 0 !important;
    max-width: 830px !important;
}
.page_default .genpg-rite .inn-areas-lst {
    width: 52%;
}
.page_default .genpg-rite .inn-areas-map {
    width: 45%;
    position: relative;
}
.page_default .genpg-rite .inn-areas-blk .inn-areas-lst ul {
    margin: 0 !important;
}
.page_default .genpg-rite .inn-areas-lst li.county {
    letter-spacing: 0;
    position: relative;
    list-style: none;
    margin-bottom: 10px;
    width: auto;
    display: block;
}
.page_default .genpg-rite .inn-areas-lst li.county a {
    color: #231f20;
    display: block;
    position: relative;
    margin: 0 !important;
    padding: 0;
}
.page_default .genpg-rite .inn-areas-lst li.county .cities li a {
    padding: 0;
    margin: 0;
}
.page_default .genpg-rite .inn-areas-lst li.county .cities li:before {
    display: none;
}
.page_default .genpg-rite .inn-areas-lst li.county a:hover {
    color: #9b763b;
}
.page_default .genpg-rite .inn-areas-lst .cities {
    display: none;
}
.page_default .genpg-rite .inn-areas-lst .cities ul {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    background-color: #fff;
    padding: 12px;
    width: 60%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.page_default .genpg-rite .inn-areas-lst li {
    line-height: 1.6;
}
.page_default .genpg-rite .inn-areas-lst .cities ul li {
    width: 49%;
    font-size: 16px;
    margin-bottom: 5px;
    padding: 0;
}
.inn-areas-lst li.county:hover .cities {
    display: block;
}
.inn-areas-lst li.county a.activeSub+.cities {
    display: block;
}
.imapsMapPolygon-group:hover {
    fill: #9b763b !important;
}
.page_default .inn-areas-head {
    text-align: center;
}
.page-id-6526 .page_default:before {
    position: absolute;
    content: "";
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/service-area-bg-img-illions.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
}
.page-id-6526 .gnp-cnt-btm-btn {
    text-align: center;
}
.page_default .genpg-rite .inn-areas-head h6 {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}
.page_default .genpg-rite .inn-areas-head h2 {
    border: 0 !important;
}

.page_default .genpg-rite .inn-areas-lst .cities ul li ul {
    position: inherit;
    top: inherit;
    right: inherit;
    background: transparent;
    width: 100%;
    flex-direction: column;
	box-shadow: inherit;
	column-count: 2;
    display: block;
	padding: 4px 0 0 10px;
}
.page_default .genpg-rite .inn-areas-lst .cities.cook-county ul li {
	width: 100%;
}

.cntpg-locblck .cntpg-locitem {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.cntpg-locblck .cntpg-locitem .cntpg-locitemcnt {
    flex: 0 0 33%;
}
.cntpg-locblck .cntpg-locitem .cntpg-locitemimg {
    flex: 0 0 66%;
}

.sicky-cnt.sticky-book-wrap {
    display: none;
}
.header-sticky.fixed-header .container {
    display: flex;
    justify-content: space-between;
}


.site_btn {
    display: flex;
    justify-content: space-evenly;
    gap: 15px;
}
.site_btn a {
    color: #fff;
    font-size: 20px;
    border: solid 2px #fff;
    border-radius: 5px;
    padding: 8px 10px 5px 10px;
    display: inline-block;
}
.page-template-single-profile-page .site_btn a {
    color: #231f20;
    border-color: #231f20;
}
.logo_rt .cnsltn {
    display: flex;
    align-items: center;
    gap: 20px;
}
.logo-menu-list .logo {
    flex: 0 0 38vw;
}