/* 
Theme Name:		 Ashton Law, PC
Theme URI:		 http://childtheme-generator.com/
Description:	 ashtonlawpc is a child theme of OceanWP, created by ChildTheme-Generator.com
Author:			 Rizeupmedia
Author URI:		 http://childtheme-generator.com/
Template:		 oceanwp
Version:		 1.0.0
Text Domain:	 ashtonlawpc
*/

@font-face {
    font-family: 'Urbanist';
    src: url('./fonts/Urbanist-Bold.woff2') format('woff2'),
        url('./fonts/Urbanist-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('./fonts/Urbanist-Black.woff2') format('woff2'),
        url('./fonts/Urbanist-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('./fonts/Urbanist-SemiBold.woff2') format('woff2'),
        url('./fonts/Urbanist-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('./fonts/Urbanist-Medium.woff2') format('woff2'),
        url('./fonts/Urbanist-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('./fonts/Urbanist-Regular.woff2') format('woff2'),
        url('./fonts/Urbanist-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('./fonts/Urbanist-ExtraBold.woff2') format('woff2'),
        url('./fonts/Urbanist-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif Display';
    src: url('./fonts/NotoSerifDisplay-SemiBold.woff2') format('woff2'),
        url('./fonts/NotoSerifDisplay-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif Display';
    src: url('./fonts/NotoSerifDisplay-Bold.woff2') format('woff2'),
        url('./fonts/NotoSerifDisplay-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --header-font: 'Poppins', sans-serif;
    --paragraph-font: 'Poppins', sans-serif;
    --placeholdercolor: #000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-family: var(--paragraph-font);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section + section {
    margin-top: 30px;
}
.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 {
    height: auto;
}
a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
    outline: none;
}

a:focus{
    border: 0;
    outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: serif;
    font-family: var(--header-font);
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0;
}
p, li, ul, ol, blockquote {
    font-family: sans-serif;
    font-family: var(--paragraph-font);
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0;
}
p:empty {
    display: none;
}
li.menu-item {
    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"], select, input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0
}
input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}
input::-moz-placeholder {
    color: var(--placeholdercolor);
}
input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}
input:-moz-placeholder {
    color: var(--placeholdercolor);
}
html {
    scroll-behavior: smooth;
}
.clr {
    clear: both;
}
.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.d-none, .hide {
    display: none !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
.header-sec.f-nav {
    position: fixed;
    background-color: rgb(250, 245, 242);
    border-bottom-color: #46769b;
    transition-duration: 0.8s;
    padding: 12px 0;
}
.header-sec.f-nav .logo {
    width: 12%;
}
.header-sec.f-nav .hdr {
    align-items: center;
}
.header-sec .container {
    max-width: 1500px;
}
.header-sec {
    background-color: transparent;
    padding: 13px 0 10px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 99;
    border-bottom: 2px solid transparent;
}
.header-sec .hdr{
    display: flex;
    justify-content: space-between;
}
.header-sec .logo {
    width: 14.34%;
    transition-duration: 0.8s;
}
.header-sec .logo img {
    width: 100%;
    display: block;
}
.header-sec .hdr-rgt {
    display: flex;
    justify-content: right;
    gap: 20px;
    align-items: center;
    padding: 7px 0 0;
}
.header-sec .hdr-rgt p {
    font-family: 'Urbanist';
    font-weight: 700;
    font-size: 16px;
    color: #c9af90;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 3.52px;
    margin: 0;
}
.header-sec .hdr-call a{
    font-family: 'Noto Serif Display';
    font-weight: 600;
    font-size: 40px;
    color: #252729;
    line-height: 1;
    letter-spacing: 0px;
    margin: 0;
    display: inline-block;
    padding-left: 45px;
    position: relative;
}
.header-sec .hdr-call a:hover{
    color: #46769b;
}
.header-sec .hdr-call a::before{
    background-image: url('./images/sprites.webp');
    background-position:-25px -26px ;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 30px;
    height: 33px;
    top: 0;
    bottom: 0;
    left: 2px;
    margin: auto;
}
.header-sec .topmenu {
    width: auto;
}
.header-sec .topmenu ul {
    position: relative;
    margin: 0;
}
.header-sec .topmenu ul li {
    position: relative;
    margin: 0 31px;
    float: left;
}
.header-sec .topmenu ul li:first-child {
    margin-left: 0px;
}
.header-sec .topmenu ul li:last-child {
    margin-right: 0px;
}
.header-sec .topmenu ul li a {
    font-family: 'Urbanist';
    font-weight: 700;
    font-size: 18px;
    color: #1e1e1e;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.36px;
    padding-top: 27px;
    position: relative;
    z-index: 0;
    display: inline-block;
    transition-duration:.5s;
}
.header-sec .topmenu ul li.current-menu-item > a, .header-sec .topmenu ul li > a:hover {
    color: #46769b;
    padding-top: 40px;
}
.header-sec .topmenu ul li.current-menu-item > a::before, .header-sec .topmenu ul li > a:hover::before{
    background-color:rgb(70, 118, 155) ;
    position: absolute;
    content: "";
    width: 1px;
    height: 25px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition-duration: .5s;
}
.header-sec .topmenu ul li ul.sub-menu {
    display: none;
    width: 220px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #c9af90;
    padding: 0px 0;
    z-index: 999;
}
.header-sec .topmenu ul li:hover ul.sub-menu {
    display: block;
}
.header-sec .topmenu ul li:hover ul.sub-menu ul {
    display: none;
}
.header-sec .topmenu ul li:hover ul.sub-menu li {
    position: relative;
}
.header-sec .topmenu ul li:hover ul.sub-menu li:hover > ul {
    display: block;
    top: 0;
    left: 100%;
}
.header-sec .topmenu .sub-menu li.current-menu-item a {
    color: #fff;
}
.header-sec .topmenu .sub-menu li a:after {
    display: none;
}
.header-sec .topmenu .sub-menu li {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 0;
}
.header-sec .topmenu ul.sub-menu li a {
    float: left;
    font-size: 16px;
    width: 100%;
    line-height: 1.3;
    padding: 9px 12px 8px;
    color: #1e1e1e;
    display: block;
    text-transform: capitalize;
}
.header-sec .topmenu .sub-menu li a:hover {
    background-color: #e6d4c2;
    color: #46769b;
}
.header-sec .topmenu .sub-menu li a::before{
    display: none;
}
.header-sec .topmenu .sub-menu li a:hover{
    padding-top: 9px ;
}
.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    float: left;
    text-align: left;
    cursor: pointer;
    padding: 0px 0 0 30px;
    position: relative;
    outline: 0;
    border: 0;
    background-color: transparent;
}
.showhide b.txtl {
    text-align: right;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    color: #343235;
    padding-top: 2px;
    letter-spacing: 0.5px;
    font-family: 'Urbanist';
    font-weight: 700;
}
.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 30px;
    color: #343235;
}
.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background-color: rgb(250, 245, 242);
    position: absolute;
    top: 38px;
    left: 0;
}
.mobinav ul {
    float: left;
    margin: 0px 0 0 0;
    padding: 5px 0px;
    width: 100%;
}
.mobinav ul li {
    float: left;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: "Poppins", sans-serif;
}
.mobinav a {
    width: 100%;
    float: left;
    padding: 6px 0;
    display: block;
    line-height:1.3;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    border: 0;
    margin: 0;
    text-decoration: none;
    font-family: 'Urbanist';
    font-weight: 700;
}
.mobinav a:hover {
    color: #c9af90;
}
.mobinav ul li ul {
    float: left;
    padding: 0 0 0 15px;
}
.mobinav ul li ul li a {
    text-transform: capitalize;
}
.mobinav ul li a.drop.close, .mobinav ul li a.drop.open {
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 0;
    width: 100%;
    height: 29px;
    background-color: transparent !important;
    background-image: url(images/plus_icn.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0px 5px !important;
    cursor: pointer;
}
.mobinav ul li a.drop.open {
    width: 22px;
    background-image: url(images/minus_icn.png);
}
.mobile_src_nav {
    display: none;
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0;
}
.mobile_src_nav .container {
    position: relative;
}
.mobile_src_nav .search-form {
    width: 100%;
    float: left;
}
.header-sticky.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: rgb(250, 245, 242);
    z-index: 9999;
    border-bottom: 2px solid #46769b;
}
.sicky-logo {
    width: 100%;
    max-width: 300px;
    padding: 0 15px;
}
.header-sticky {
    width: 100%;
    float: left;
    background: #c4c9b2;
    padding: 10px;
    display: none;
}
.header-sticky .sticky-cnt {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #c4c9b2;
    padding: 0 8px;
}
.header-sticky .mobile_src_nav, .header-sticky .showhide {
    display: block;
}
.header-sticky .mobile_src_nav {
    background: transparent;
}
.header-sticky .stickyshowhide .txt {
    width: 40px;
    height: 40px;
    text-align: center;
    float: none;
    padding: 0;
    position: relative;
    font-family: 'Urbanist';
    font-weight: 700;
}
.header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button {
    font-size: 17px;
    color: #000000;
    position: relative;
    padding-top: 45px;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border: 0;
    outline: 0;
    font-family: 'Urbanist';
    font-weight: 700;
    background-color: transparent;
    text-transform: uppercase;
}
.header-sticky .sticky-cnt a:before, .header-sticky .sticky-cnt button:before {
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: transparent;
    border-radius: 100%;
    border: 2px solid #46769b;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('./images/header-sticky-menu.png');
}
.header-sticky .sticky-cnt a:before{
    background-image: url('./images/header-sticky-call.png');
}
.header-sticky .stickyshowhide .txt:before {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: auto;
    font-size: 18px;
    border: 1px #fff solid;
    color: #f2f2f2;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sticky-mobinav ul li a.drop {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 45px;
}
.sticky-mobinav ul li a.drop.open {
    width: 28px;
}
.sticky-mobinav ul li a.drop:after {
    content: "";
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: 0px 0px;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 8px;
}
.sticky-mobinav ul li a.drop.open:after {
    background-position: -28px 0px;
}
.header-sticky .sicky-cnt .stickyshowhide:before {
    background: url(images/header-sticky-menu.png) no-repeat center;
}
.header-sticky .sicky-cnt.sticky-faq-wrap a:before {
    background: url(images/header-sticky-faqs.png) no-repeat center;
}
.header-sticky .sicky-cnt.sticky-call-wrap a:before {
    background: url(images/header-sticky-call.png) no-repeat center;
}
.header-sticky .sicky-cnt.sticky-blog-wrap a:before {
    background: url(images/header-sticky-blog.png) no-repeat center;
}
#floatingMenu {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-align: left;
    display: flex;
    width: 100%;
    height: 100vh;
    z-index: 99999;
}
.floatingMenu-list {
    width: 400px;
    background-color: rgb(70 118 155);
    overflow-y: auto;
    padding: 10px 10px;
    height: 100vh;
    position: relative;
}
#floatingMenu.openMenu {
    display: flex;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#cloaseFloatingMenu {
    text-align: right;
    font-size: 45px;
    line-height: 1;
    font-weight: 700;
    display: block;
    background: transparent;
    clear: both;
    outline: 0;
    border: 0;
    color: #ffffff;
    float: right;
}
button#cloaseFloatingMenu2 {
    flex-grow: 1;
    width: calc(100% - 280px);
    height: 100%;
    font-size: 0px !important;
    background: transparent;
    border: 0;
}
.floatingMenuInner li {
    position: relative;
}
.floatingMenuInner a {
    color: #fff;
    letter-spacing: 0.4px;
    font-family: 'Asap', sans-serif;
    font-weight: 500;
    padding: 4px 0;
    font-size: 18px;
    display: block;
    line-height: 1;
    border-bottom: 1px solid #222222;
}
.floatingMenuInner .sub-menu {
    display: none;
}
.floatingMenuInner .menu-item-has-children>a:after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #fff; /* -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);*/
    position: absolute;
    top: 15px;
    right: 6px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.floatingMenuInner .menu-item-has-children>a:before {
    content: '';
    width: 2px;
    height: 10px;
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    opacity: 1;
    background-color: #fff;
}
.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {/*-webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);*/
    opacity: 0;
}
.header-sticky.fixed-header .container {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: space-between;
}
.sicky-logo{
    max-width:350px;
    text-align: center;
}
.sticky-wrap{
    display: none;
}
#site-logo {
    float: none !important;
}
#site-header-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.topmenu {
    margin-left: auto;
}
.main-menu {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background-color: #fff;
    margin: 0;
}
.main-menu li {
    position: relative;
    margin: 0;
}
.main-menu>li {
    margin: 0 20px;
}
.main-menu li:hover>.sub-menu {
    display: block;
}
.main-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}
.main-menu .sub-menu a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}
.main-menu .sub-menu a:hover {
    background-color: #f5f5f5;
}
.dekstopMenuBtn {
    padding: 10px 20px;
    border: 2px solid #ccc;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.dekstopMenuBtn span.line {
    width: 15px;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
    display: block;
}
.dekstopMenuBtn span.line.line-2 {
    margin: 2px 0;
}
.main-menu-mobile li {
    position: relative;
}
.main-menu-mobile a {
    display: block;
}
.main-menu-mobile .drop {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 25px;
    background-image: url(images/plus.png);
    background-color: transparent;
    background-size: auto 20px;
    background-position: center right;
    background-repeat: no-repeat;
    border: none;
    outline: none;
}
.main-menu-mobile .drop.open {
    background-image: url(images/minus.png);
    width: 25px;
}
.text-heading{
    font-family: 'Noto Serif Display';
    font-weight: 700;
    font-size:65px;
    color: #252729;
    line-height:1.07;
    letter-spacing: 0;
    margin: 0 0 20px;
    text-transform: capitalize;
}
.text-heading strong{
    color: #c9af90;
    font-weight: 700;
}
a.cmn-btn{
    font-family: 'Urbanist';
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 1.44px;
    line-height: 1;
    display: inline-block;
    color: #fff;
    background-color: #46769b;
    padding: 24px 54px;
    text-transform: uppercase;
}
a.cmn-btn:hover{
    background-color: #c9ae90;
    color: #fff;
}
.banner-sec .container{
    max-width: 1500px;
}
.banner-sec {
    background-image: url('./images/banner-sec-bg.webp');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 191px 0 0;
    position: relative;
    z-index: 0;
    border-top: 3px solid rgb(201, 175, 144);
    border-bottom: 1px solid rgb(201, 175, 144);
}
.banner-sec .banner-blk {
    display: flex;
    justify-content: space-between;
}
.banner-sec .banner-lft {
    width: 55.77%;
    padding: 144px 0 0;
}
.banner-sec .banner-rgt {
    width: 39.2%;
    margin-bottom: -50px;
    position: relative;
    z-index: 0;
}
.banner-sec .banner-rgt::before {
    border-radius: 50%;
    background-color: rgb(230, 212, 194);
    position: absolute;
    content: "";
    width: 89.21%;
    height: 64.3%;
    bottom: -12.4%;
    right: -16.8%;
    pointer-events: none;
    margin: auto;
    z-index: -1;
}
.banner-sec .banner-rgt-img img{
    display: block;
    width: 100%;
}
.banner-rgt-img {
    width: 100%;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.06);
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #bba385, transparent) 1;
}
.banner-sec .banner-lft h1 {
    font-family: 'Noto Serif Display';
    font-weight: 700;
    font-size: 80px;
    color: #252729;
    line-height: 1.12;
    letter-spacing:-3.2px ;
    margin-bottom:20px ;
}
.banner-sec .banner-lft h1 b {
    font-family: 'Urbanist';
    font-size: 20px;
    color: #fff;
    background-color: rgb(201, 175, 144);
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 19.2px;
    display: block;
    padding: 7px 28px 7px 25px;
    width: max-content;
    margin: 0px auto 24px;
}
.banner-sec .banner-lft h1 strong{
    font-weight: 600;
    color: #c9af90;
}
.banner-sec .banner-lft p {
    font-family: 'Urbanist';
    font-weight: 700;
    font-size: 18px;
    color: #1e1e1e;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.36px;
    margin-bottom: 20px;
    text-align: center;
}
.banner-sec .banner-btn {
    text-align: center;
    padding-top: 80px;
    position: relative;
    z-index: 0;
}
.banner-sec .banner-btn::before{
    background-color: rgb(186, 161, 131);
    position: absolute;
    content: "";
    width: 1px;
    height: 56px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.meet-pract-sec{
    position: relative;
}
.meet-pract-sec::before {
    position: absolute;
    content: "";
    background-image: url(images/meet-pract-layer.webp);
    height: 42.55%;
    width: 24.31%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right center;
    right: 0;
    top: 0;
    bottom: 60px;
    margin: auto;
    pointer-events: none;
}
.meet-sec{
    padding: 280px 0 170px;
}
.meet-sec::before {
    position: absolute;
    content: "";
    background-image: url(images/meet-left-layer.webp);
    background-position: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 21.14%;
    width: 19.5%;
    left: 0;
    top: 0;
    pointer-events: none;
}
.meet-sec .meet-blck{
    display: flex;
    justify-content: space-between;
}
.meet-sec .meet-left {
    width: 33.13%;
    position: relative;
}
.meet-sec .meet-left-text {
    position: absolute;
    top: 47px;
    left: -28px;
}
.meet-sec .meet-left-text h5 {
    writing-mode: sideways-lr;
    font-size: 24px;
    font-family: 'Urbanist';
    font-weight: 900;
    color: #bd9b70;
    line-height: 1;
    letter-spacing: 21.6px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    height: max-content;
}
.meet-sec .meet-left-image img{
    width: 100%;
    display: block;
}
.meet-sec .meet-right {
    width: 58.5%;
    margin: 0 0!important;
    padding-right: 60px;
}
.meet-sec .meet-right h2{
    padding-bottom: 32px;
    margin: 0 0 35px;
    position: relative;
}
.meet-sec .meet-right h2::before{
    position: absolute;
    content: "";
    background-color: #c9af90;
    height: 3px;
    width:932px;
    right: -60px;
    bottom: 0;
}
.meet-sec .meet-right p{
    font-family: 'Urbanist';
    font-weight: 500;
    font-size: 19px;
    letter-spacing: 0.095px;
    line-height:1.94 ;
    color: #1e1e1e;
    margin: 0 0 22px;
}
.meet-sec .meet-right h6{
    font-family: 'Urbanist';
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.125px;
    line-height:1.54 ;
    color: #1e1e1e;
/*     margin: 0 0 35px; */
	margin-bottom:10px;
}
.meet-sec .meet-right h2 strong{
    display: block;
}
.meet-sec .meet-left-image{
    position: relative;
}
.meet-sec .meet-left-image::before {
    margin: auto;
    position: absolute;
    content: "";
    border: 2px solid #c9ae90;
    left: 0;
    top: -16px;
    height: 92%;
    width: 100%;
    z-index: -1;
    bottom: 0;
    display: none;
}
.practiceareas-sec{
    padding: 0 0 180px;
}
.practiceareas-sec::before {
    position: absolute;
    content: "";
    background-image: url(images/practice-left-layer.webp);
    background-position: bottom left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 21.14%;
    width: 24.52%;
    left: 0;
    bottom: 0;
    pointer-events: none;
}
.practiceareas-sec::after {
    position: absolute;
    content: "";
    background-color: #c9af90;
    height: 4.2%;
    width: 1px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}
.practiceareas-sec .container{
    max-width: 1500px;
}
.pract-top-cnt{
    text-align: center;
}
.practiceareas-sec h2{
    margin: 0 0 27px;
}
.practiceareas-sec p{
    font-family: 'Urbanist';
    font-weight: 500;
    font-size: 20px;
    line-height: 1.85;
    letter-spacing: 0.1px;
    margin: 0 0 55px;
}
.practiceareas-sec .practice-list{
    display: flex;
    justify-content: center;
    gap: 36px;
    margin: 0 0 69px;
}
.practiceareas-sec .practice-item {
    width: 22.54%;
    background-color: #faf5f2;
    border-bottom: 1px solid #bd9b70;
    position: relative;
    z-index: 0;
    text-align: center;
    transition: 0.5s;
}
.practiceareas-sec .practice-item::before,.practiceareas-sec .practice-item::after {
    position: absolute;
    content: "";
    background-image: -webkit-linear-gradient( -85deg, rgb(189,155,112,0.8) 0%, rgba(189,155,112,0) 100%);
    width: 70.7%;
    height: 50.1%;
    border-radius: 50%;
    opacity: 30%;
    left: 0;
    right: 0;
    margin: auto;
    top: 53px;
    z-index: -1;
}
.practiceareas-sec .practice-item::after {
    background-image: url(images/service-logo.webp);
    opacity: 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 21.8%;
    width: 50%;
    border-radius: 0;
    top: 78px;
}
.practiceareas-sec .practice-image img{
    width: 100%;
    display: block;
    opacity: 0%;
}
.practiceareas-sec .practice-image{
}
.practiceareas-sec .practice-item .practice-image::before{
    position: absolute;
    content: "" ;
    background-image: -webkit-linear-gradient( 90deg, rgb(189,155,112,0.8) 0%, rgba(189,155,112,0) 100%);
    bottom: 0;
    width: 100%;
    height: 84%;
    left: 0;
    display: none;
    transition: 0.5s;
}
.practiceareas-sec .practice-item:hover .practice-image::before{
    display: block;
}
.practiceareas-sec .practice-item:hover .practice-image img{
    opacity: 100%;
}
.practiceareas-sec .practice-item:hover::before, .practiceareas-sec .practice-item:hover::after,.practiceareas-sec .practice-item:hover h4::before,.practiceareas-sec .practice-item:hover .practice-content::before{
    display: none;
}
.practiceareas-sec .practice-item h4{
    font-family: 'Urbanist';
    font-weight: 800;
    font-size: 32px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
    padding-top: 165px;
    margin: 0 0 19px;
    position: relative;
}
.practiceareas-sec .practice-item:hover .practice-read-btn a{
    color: #fff;
}
.practiceareas-sec .practice-item:hover h4 {
    margin: 0 0 13px;
    color: #fff;
    padding: 0;
}
.practiceareas-sec .practice-item h4::before{
    position: absolute;
    content: "";
    background-image: url(images/sprites.webp);
    height: 119px;
    width: 126px;
    background-position:-75px -20px ;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}
.practiceareas-sec .practice-item.real h4::before{
    background-position:-211px -20px ;
}
.practiceareas-sec .practice-item.guardianships h4::before{
    width: 106px;
    background-position:-357px -26px ;
    height: 117px;
}
.practiceareas-sec .practice-item.family h4::before{
    background-position:-485px -21px ;
}
.practiceareas-sec .practice-item .practice-read-btn a{
    font-family: 'Urbanist';
    font-weight: 400;
    font-size: 16px;
    color: #6291b7;
    text-transform: uppercase;
    letter-spacing: 2.88px;
    line-height: 1;
}
.practiceareas-sec .practice-content {
    position: absolute;
    bottom: 50px;
    width: 100%;
    margin: auto;
    height: max-content;
    padding: 0 0 46px;
    transition: 0.5s;
}
.practiceareas-sec .practice-content::before {
    position: absolute;
    content: "";
    background-color: #baa183;
    height: 11.9%;
    width: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.practiceareas-sec .practice-item:hover .practice-content {
    bottom: 48px;
    padding: 0;
}
.practiceareas-sec .practice-item-hov a{
    position: absolute;
    content: "";
    font-size: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    z-index: 1;
}
.practice-btn {
    text-align: center;
}
.protecting-sec {
    padding: 110px 0 ;
    position: relative;
    background-image: url("images/protect-bg.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-color: rgb(250, 245, 242);
    border-top: 1px solid rgb(201, 175, 144);
    border-bottom: 1px solid rgb(201, 175, 144);
}
.prtct-main-blk {
    width: 73.8%;
    margin: auto;
}
.prtct-image {
    width: 99.8%;
    margin-left: -35px;
}
.protecting-sec h2.text-heading {
    font-size: 79px;
    margin-bottom: 16px;
}
.prtct-image img {
    display: block;
    width: 100%;
}
.prtct-blk {
    position: relative;
    margin-bottom: 14px;
}
.prctct-cont {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 55px;
    margin: auto;
    height: max-content;
    text-align: center;
}
.prctct-cont h4 {
    font-family: 'Urbanist';
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 19.2px;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 5px 0px 5px 15px;
    background-color: #e6d4c2;
    width: max-content;
}
.prct-btn-list {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-left: 6px;
}
.prct-call-btn:hover{
    background-color: #46769b;
}
.prct-cont-btn a.cmn-btn{
    padding: 24px 34px;
}
.prct-call-btn a.cmn-btn{
    padding: 24px 40px;
    background-color: #c9ae90;
}
.prct-call-btn a.cmn-btn:hover{
    background-color: #46769b;
}
.hm-testimonials {
    position: relative;
    padding: 199px 0 255px;
    z-index: 1;
    background-image: url("images/testionials-bg-image.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.hm-testimonials .container{
    max-width: 1630px;
}
.hm-testimonials h2.text-heading{
    text-align: center;
    margin: 0 0 30px;
}
.hm-testimonials .hm-testi-item {
    padding: 0 11px;
    position: relative;
    transition:0.5s;
    height:100%;
}
.hm-testimonials .hm-testi-item .testi-cont {
    padding: 127px 53px 65px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgb(189, 155, 112);
    transition: 0.5s;
    height:100%;
}
.hm-testimonials .hm-testi-item p {
    font-size: 19px;
    font-family: 'Urbanist';
    font-weight: 500;
    line-height: 1.94;
    letter-spacing: 0;
    color: #1e1e1e;
    margin-bottom: 20px;
    text-align: center;
}
.hm-testimonials .hm-testi-item h5 {
    color: #1e1e1e;
    font-family: 'Urbanist';
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2px;
    margin: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 43px;
    margin: auto;
    text-align: center;
}
.hm-testimonials .star-rat {
    background-image: url(images/sprites.webp);
    background-repeat: no-repeat;
    background-position: -285px -247px;
    width: 206px;
    height: 36px;
    position: absolute;
    top: 27px;
    right: 29px;
}
.hm-testimonials .hm-testi-item .testi-cont:before{
    position: absolute;
    content: "";
    width: 86px;
    height: 57px;
    background-image: url(images/sprites.webp);
    background-repeat: no-repeat;
    background-position: -285px -169px;
    top: 16px;
    left: 41px;
}
.hm-testimonials .hm-testi-item:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: 90px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgb(189, 155, 112);
}
.hm-testimonials .testi-blck .owl-item {
    padding: 25px 18px;
}
.hm-testimonials .owl-stage{
    display: flex;
}
.hm-testimonials .hm-testi-item .testi-cont:hover{
    background-color: rgb(250, 245, 242);
    box-shadow: none;
}
.hm-testimonials .owl-item.active.center .testi-cont{
    background-color: #faf5f2;
    box-shadow: none
}
.hm-testimonials .testi-blck .owl-nav {
    display: flex !important;
    margin: 0;
    justify-content: center;
    gap: 22px;
}
.hm-testimonials .owl-carousel .owl-nav button{
    background-image: url(images/sprites.webp) !important;
    height: 55px !important;
    width: 55px !important;
    background-color:#faf5f2 !important;
    border: 1px solid #c9af90;
    background-position: -20px -169px;
    font-size: 0;
    transition: 0.5s;
}
.hm-testimonials .owl-carousel .owl-nav button.owl-next{
    background-position: -95px -169px !important;
}
.hm-testimonials .owl-carousel .owl-nav button:hover{
    background-color:#46769b !important;
    background-position: -20px -244px !important;
    border-color:transparent;
}
.hm-testimonials .owl-carousel .owl-nav button.owl-next:hover{
    background-position: -95px -244px !important;
}
.ftr-frm-sec{
    background-color: rgb(250, 245, 242);
}
.hm-form-sec {
    padding: 40px 0 0;
    border-top: 1px solid rgb(189, 155, 112);
}
.hm-form-sec .ftr-frm-items {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 28px;
    gap: 97px;
}
.hm-form-sec .ftr-map-blk{
    width: 48%;
}
.hm-form-sec .ftr-map-blk h3 {
    font-family: 'Noto Serif Display';
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #252729;
    text-align: center;
    text-transform: capitalize;
    margin: 0 0 22px;
    padding: 0 0 10px;
    position: relative;
}
.hm-form-sec .ftr-map-blk h3:before{
    position: absolute;
    content: "";
    background-color: rgb(189, 155, 112);
    width: 37%;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.hm-form-sec .ftr-map-blk .ftr-map-title {
    position: relative;
    margin: 0 0 28px;
}
.hm-form-sec .ftr-map-blk .ftr-map{
    position: relative;
    border: 1px solid #46769b;
}
.hm-form-sec .ftr-map-blk .ftr-map img{
    width: 100%;
    display: block;
}
.hm-form-sec .ftr-map-blk h6 {
    font-family: 'Urbanist';
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 2.16px;
    color: #252729;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
    background-color: #ffffff;
    padding: 14px 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    width: fit-content;
}
.hm-form-sec .ftr-map-blk .ftr-logo{
    width: 100%;
    max-width: 215px;
    margin: auto;
}
.hm-form-sec .ftr-map-blk .ftr-logo img{
    width: 100%;
    display: block;
}
.hm-form-sec .ftr-form-blk {
    width: 48%;
    background-color: #bba385;
    margin: -134px -39px 0 0;
    padding: 39px 45px 49px;
}
.hm-form-sec .ftr-form-blk h2{
    color: #ffffff;
    text-align: center;
    margin: 0 0 11px;
}
.hm-form-sec .ftr-form-blk h6{
    font-family: 'Urbanist';
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.08px;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    margin: 0 0 28px;
}
.ftr-frm-sec{
    background-color: rgb(250, 245, 242);
    position: relative;
    z-index: 1;
}
.ftr-frm-sec::before {
    position: absolute;
    content: "";
    margin: auto;
    background-image: url(images/footer-bg-bfr-img.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    width: 100%;
    height: 85.8%;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
}
.hm-form-sec .gform_heading {
    display: none;
}
.hm-form-sec .gform_wrapper.gravity-theme .gform_fields {
    margin: auto;
    gap: 10px !important;
}
.hm-form-sec .gform_wrapper .top_label input, .hm-form-sec .gform_wrapper select, .hm-form-sec .gform_wrapper .top_label textarea {
    font-family: 'Urbanist' !important;
    font-weight: 500 !important;
    font-size: 19px !important;
    line-height: 1px !important;
    letter-spacing: 0.09px !important;
    color: #252729 !important;
    padding: 18px 26px 18px !important;
    transition: all 0.5s;
    position: relative;
    background: #ffffff !important;
    border: none !important;
    margin: 0px;
    border-radius: 0px !important;
    box-shadow: none !important;
    outline: 0px !important;
}
.hm-form-sec .gform_wrapper .top_label textarea {
    height: 170px !important;
    min-block-size: 170px !important;
    padding: 29px 26px 18px !important;
    resize: none;
    margin: 0 0 0 !important;
}
.hm-form-sec .gform_wrapper .form-links a, .hm-form-sec .gform-field-label, .form-links {
    font-family: 'Urbanist' !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    letter-spacing: 0.09px !important;
    color: #ffffff !important;
    text-transform: capitalize !important;
    padding: 0 !important;
    display: inline-block;
    text-decoration: none;
}
.hm-form-sec .gform_wrapper .form-links a:hover{
    color: #46769b !important;
}
.hm-form-sec .ginput_container_checkbox {
    margin: -2px 0 0;
    float: right;
}
.hm-form-sec .ginput_container_checkbox .gform-field-label{
    display: inline !important;
}
.hm-form-sec .gfield_label_before_complex {
    display: none !important;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    padding: 0px !important;
    background-color: rgb(229, 211, 193) !important;
    width: 11px !important;
    height: 15px !important;
    margin: 0px 5px 0 0 !important;
    border: 1px solid #ffffff !important;
}
.hm-form-sec .gform_wrapper.gravity-theme .gform_footer {
    justify-content: center;
    padding: 0px !important;
    margin: 22px 0 0 !important;
}
.hm-form-sec .gform_wrapper .top_label input[type="submit"] {
    font-family: 'Urbanist' !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    letter-spacing: 1.44px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    background-color: rgb(70, 118, 155) !important;
    padding: 22px 111px 24px 96px !important;
    width: auto !important;
    height: auto !important;
    position: relative !important;
    border: 2px solid transparent !important;
    z-index: 1;
    margin: 0px !important;
}
.hm-form-sec .gform_wrapper .top_label input[type="submit"]:hover{
    background-color: transparent !important;
    border-color: rgb(70, 118, 155) !important;
    color: rgb(70, 118, 155) !important;
}
.hm-form-sec .gform_wrapper div.validation_error {
    text-align: center;
    border: none;
    padding: 0 !important;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield_validation_message, .hm-form-sec .gform_wrapper .field_description_below .gfield_description{
    color: red;
    background-color: transparent;
    border: none;
    line-height: 18px;
    width: max-content !important;
    bottom: 3px;
    right: 3px;
    position: absolute;
    padding: 0 !important;
    margin: 0 !important;
    pointer-events: none;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield_validation_message {
    bottom: inherit;
    top: 3px;
}
.hm-form-sec .gform_wrapper fieldset.chk .gfield_description.validation_message.gfield_validation_message{
    top: 22px;
    left: initial;
    right: 0;
}
.hm-form-sec .gfield{
    position: relative;
}
.hm-form-sec .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
.hm-form-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}
.hm-form-sec .gform_wrapper li.gfield.gfield_error, .hm-frmsec .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: inherit !important;
    border: none;
    padding: 0 !important;
    margin-top: 0 !important;
}
div#popup-container {
    position: absolute;
    width: 100%;
    text-align: start;
}
.hm-form-sec .gform_wrapper .gfield {
    position: relative;
}
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.popup .popuptext {
    visibility: hidden;
    color: #000;
    position: absolute;
    transition: transform 0.15s ease-out 0.15s;
    z-index: 5;
    margin: 0 0 15px;
    text-align: center;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 16px;
    color: black;
    transition: transform 0.15s ease-out;
    display: inline-block;
    line-height: 1.8;
    font-family: 'Urbanist';
    font-weight: 500;
    letter-spacing: 0;
    width: 505px;
}
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: inherit;
}
.gform_button.disabled {
    pointer-events: none;
}
.hm-form-sec .gform_wrapper .gform_validation_errors{
    display: none;
}
.hm-form-sec input:-ms-input-placeholder {
    color: #252729;
}
.hm-form-sec input::-ms-input-placeholder {
    color: #252729;
}
.hm-form-sec textarea::placeholder {
    color: #252729;
}
.hm-form-sec textarea:-ms-input-placeholder {
    color: #252729;
}
.hm-form-sec textarea::-ms-input-placeholder {
    color: #252729;
}
.site-footer .ftr-cnt-blocks {
    padding: 68px 29px 75px 37px;
}
.site-footer .ftr-cnt-blocks .ftr-blks {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 107px;
}
.site-footer .ftrblk {
    width: 26%;
    position: relative;
}
.site-footer .ftrblk h4 {
    font-family: 'Noto Serif Display';
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #252729;
    text-transform: capitalize;
    margin: 0 0 10px;
    padding: 54px 0 12px;
    position: relative;
}
.site-footer .ftrblk h4::before, .site-footer .ftrblk.ftrblk-cont p a::before{
    position: absolute;
    content: "";
    margin: auto;
    background-image: url(images/sprites.webp);
    background-repeat: no-repeat;
    background-position: -162px -169px;
    width: 47px;
    height: 45px;
    top: 0;
    left: 0;
    right: 0;
}
.site-footer .ftrblk h4::after{
    position: absolute;
    content: "";
    margin: auto;
    background-color: rgb(201, 175, 144);
    background-repeat: no-repeat;
    width: 108px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
}
.site-footer .ftrblk p{
    font-family: 'Urbanist';
    font-weight: 500;
    font-size: 19px;
    line-height: 1.68;
    letter-spacing: 0.09px;
    color: #1e1e1e;
    margin: 0px !important;
}
.site-footer .ftrblk p a{
    display: inline-block;
    color: #46769b;
    font-weight: 700;
    line-height: 1;
    margin: 14px 0 0;
}
.site-footer .ftrblk p a:hover{
    color: #252729;
}
.site-footer .ftrblk.ftrblk-cont p a{
    color: #252729;
}
.site-footer .ftrblk.ftrblk-cont p a:hover{
    color: #46769b;
}
.site-footer .ftrblk.ftrblk-icons {
    border-left: 1px solid #c9af9080;
    border-right: 1px solid #c9af9080;
    width: 39.7%;
    padding: 40px 0 0;
}
.site-footer .ftrblk.ftrblk-icons .scl-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0 0 18px;
}
.site-footer .ftrblk.ftrblk-icons .scl-icons a{
    background-image: url(images/sprites.webp);
    background-repeat: no-repeat;
    background-position: -14px -320px;
    width: 50px;
    height: 50px;
    border: 1px solid #bba385;
    border-radius: 50px;
    font-size: 0px !important;
}
.site-footer .ftrblk.ftrblk-icons .scl-icons a::before{
    display: none !important;
}
.site-footer .ftrblk.ftrblk-icons .scl-icons a:hover{
    border-color: #46769b;
}
.site-footer .ftrblk.ftrblk-icons .scl-icons a.ftr-fb {
    background-position: -26px -315px;
}
.site-footer .ftrblk.ftrblk-icons .scl-icons a.ftr-fb:hover{
    background-position: -26px -385px;
}
.site-footer .ftrblk.ftrblk-icons .scl-icons a.ftr-ln {
    background-position: -95px -315px;
}
.site-footer .ftrblk.ftrblk-icons .scl-icons a.ftr-ln:hover{
    background-position: -95px -385px;
}
.site-footer .ftrblk.ftrblk-icons .scl-icons a.ftr-ins {
    background-position: -165px -315px;
}
.site-footer .ftrblk.ftrblk-icons .scl-icons a.ftr-ins:hover{
    background-position: -165px -385px;
}
.site-footer .ftrblk.ftrblk-icons .ftr-btn a {
    padding: 24px 72px;
    background-color: #c9ae90;
}
.site-footer .ftrblk.ftrblk-icons .ftr-btn a:hover{
    background-color: #46769b;
}
.site-footer .ftrblk.ftrblk-cont h4::before{
    display: none;
}
.site-footer .ftrblk.ftrblk-cont h4{
    margin: 0 0 15px;
}
.site-footer .ftrblk.ftrblk-cont p {
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0px !important;
    color: #252729;
}
.site-footer .ftrblk.ftrblk-cont p a {
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 0px !important;
    margin: 6px 0 0;
}
.site-footer .ftrblk.ftrblk-cont p a::before {
    background-position: -220px -168px;
}
.site-footer .ftmenu {
    padding: 0 0 16px;
    display: flex;
    justify-content: center;
}
.site-footer .ftmenu ul{
    position: relative;
    margin: 0;
}
.site-footer .ftmenu ul li {
    position: relative;
    margin: 0 32px;
    float: left;
}
.site-footer .ftmenu ul li:first-child {
    margin-left: 0px;
}
.site-footer .ftmenu ul li:last-child {
    margin-right: 0px;
}
.site-footer .ftmenu ul li a{
    font-family: 'Urbanist';
    font-weight: 700;
    font-size: 18px;
    color: #1e1e1e;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.36px;
    padding-top: 27px;
    position: relative;
    z-index: 0;
    display: inline-block;
    transition-duration:.5s;
}
.site-footer .ftmenu ul > li.current-menu-item a,
.site-footer .ftmenu ul > li a:hover {
    color: #46769b;
    padding-top: 40px;
}
.site-footer .ftmenu ul > li.current-menu-item a::before,
.site-footer .ftmenu ul > li a:hover::before{
    background-color:rgb(70, 118, 155) ;
    position: absolute;
    content: "";
    width: 1px;
    height: 25px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition-duration: .5s;
}
.ftr-menu-blk {
    border-top: 1px solid rgb(189, 155, 112);
    border-bottom: 1px solid rgb(189, 155, 112);
}
.copyrights {
    background: #fff;
    text-align: center;
    padding: 30px 0 20px;
}
.copyrights .cpy-inr, .copyrights .ftrlink {
    display: inline-block;
}
.copyrights p, .copyrights a, .copyrights .ftrlink {
    font-family: 'Urbanist';
    font-weight: 500;
    font-size: 19px;
    line-height: 1.94;
    letter-spacing: 0.09px;
    color: #000000;
    text-align: center;
    text-transform: capitalize;
    margin: 0px;
    display: inline-block;
}
.copyrights a:hover, .copyrights .ftrlink:hover{
    color: #46769b;
}
.content-area .accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
}
.content-area .accordion-section-content {
    display: none;
    background-color: transparent;
    transition: all 0.3s ease-in-out 0s;
}
.content-area .accordion-section-content p{
    margin: 0 0 20px;
}
.content-area .accordion-section.accordien-active .accordion-section-content {
    padding: 20px 30px 0;
    border-radius: 0;
    display: block;
}
.content-area .accordion-section .accordion-heading {
    background-color: transparent;
    padding: 14px 50px 13px 30px;
    margin: 0;
    cursor: pointer;
    background-image: url(images/acc-down-arrow.webp);
    background-size: 22px auto;
    background-position: center right 20px;
    background-repeat: no-repeat;
    border-radius: 0;
    border: 1px solid #f5f0ed;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
}
.content-area .accordion-section.accordien-active .accordion-heading {
    background-image: url(images/acc-up-arrow.webp);
}

.content-area .accordion-section.accordien-active .accordion-heading {
    background-color: #46769b;
    border: 0;
    color: #fff;
}
.page_bnr {
    padding: 250px 0 150px;
    position: relative;
    text-align: center;
    background-image: url(images/inn-pg-bnr-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 3px solid rgb(201, 175, 144);
    border-bottom: 1px solid rgb(201, 175, 144);
}
.page_title h1, .page_title h2 {
    font-size: 70px;
    font-family: 'Noto Serif Display';
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -2.8px;
    color: #252729;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    margin: 0;
}
.inrpg-breadcrumbs {
    padding: 15px 0 0;
    color: #1e1e1e;
    font-family: 'Urbanist';
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.36px;
    position: relative;
    text-transform: uppercase;
    z-index: 5;
}
.inrpg-breadcrumbs .current-item {
    color: #46769b;
}
.inrpg-breadcrumbs a:hover{
    color: #46769b;
}
.inrpg-breadcrumbs  span.divider {
    padding: 0px 10px;
}
#main #content-wrap {
    padding: 100px 0;
    position: relative;
}
#main #content-wrap:before, #main #content-wrap:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    height: 936px;
    z-index: -1;
}
#main #content-wrap:before{
    background-image: url(images/inn-main-bfr.webp);
    left: 0;
    top: 3%;
    width: 372px;
}
#main #content-wrap:after{
    background-image: url(images/inn-main-aftr.webp);
    right: 0;
    top: 32%;
    width: 463px;
}
.content-wrap-list {
    display: flex;
    justify-content: space-between;
}
.content-area {
    float: none;
    width: 64.9%;
    position: relative;
    border: 0;
    padding: 0;
}
.content-area.full-width{
    width: 100%;
}
.content-area .gen-feature-img{
    margin: 0 0 40px;
}
.content-area .gen-feature-img img{
    width: 100%;
    display: block;
}
.widget-area.sidebar-primary {
    float: none;
    padding: 0;
}
.sidebar-container {
    width: 31.3%;
    max-width: 400px;
}
.content-area h1, .content-area h2, .content-area h3, .content-area h4, .content-area h5, .content-area h6 {
    font-family: "Noto Serif Display";
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #252729;
}
.content-area h1, .content-area h2 {
    font-size: 50px;
    letter-spacing: -2px;
}
.content-area h3 {
    font-size: 40px;
    letter-spacing: -1.6px;
}
.content-area h4 {
    font-size: 35px;
    letter-spacing: -1.4px;
}
.content-area h5 {
    font-size: 30px;
    letter-spacing: -1.2px;
}
.content-area h6 {
    font-size: 26px;
    letter-spacing: -1.04px;
}
.content-area p, .content-area li {
    font-family: "Urbanist";
    font-weight: 500;
    font-size: 19px;
    line-height: 1.94;
    color: #1e1e1e;
    letter-spacing: 0.095px;
    margin: 0 0 40px 0;
}
.content-area li{
    margin: 0 0 20px;
}
.content-area li ul {
    padding: 15px 0 0 10px;
    margin: 0;
}
.content-area ol, .content-area ul {
    margin: 0 0 25px 0px;
    list-style-position: inside;
}
.content-area ul li {
    list-style: none;
    padding-left: 25px;
    position: relative;
}
.content-area ul li:before {
    background: #46769b;
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 13px;
}
.content-area a, .content-area li a {
    color: #c9ae90;
    text-decoration: none !important;
}
.content-area a:hover, .content-area li a:hover {
    color: #46769b;
}
.content-area ul li > ul li {
    list-style-type: none;
}
.content-area ul li > ul li > ol li {
    list-style-type: decimal;
}
.content-area ul li > ul li:before {
    display: block;
}
.content-area ul li > ol li {
    list-style-type: decimal;
}
.content-area ul li > ol li:before {
    display: none;
}
.content-area ul li > ol li > ul li {
    list-style-type: none;
}
.sidebar-container .sidebar-box {
    background-color: rgb(250, 245, 242);
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
    padding: 0 0px 40px;
    border-bottom: 1px solid #bd9b70;
}
.sidebar-container h4.widget-title {
    font-family: "Noto Serif Display";
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    color: #252729;
    padding: 34px 15px 28px;
    margin: 0 0 25px;
    position: relative;
    border: 0;
    border-bottom: 3px solid #c9af90;
}
.sidebar-container .sidebar-box ul {
    padding: 0 10px;
    margin: 0;
}
.sidebar-container .sidebar-box ul li {
    margin: 0;
    border: none;
    padding: 0;
    list-style: none;
}
.sidebar-container .sidebar-box ul li:last-child {
    margin-bottom: 0;
}
.sidebar-container .sidebar-box ul li a {
    display: block;
    font-family: 'Urbanist';
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: 0px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    padding: 15px 15px 15px 58px;
    background-color: transparent;
}
.sidebar-container .sidebar-box ul li a:before {
    content: "";
    position: absolute;
    background-color: #46769b;
    border-radius: 0px;
    width: 12px;
    height: 12px;
    top: 23px;
    left: 28px;
}
.sidebar-container .sidebar-box ul li a:hover {
    color: #fff;
    background-color: #46769b;
}
.sidebar-container .sidebar-box ul li a:hover:before {
    background-color:#fff;
}
.sidebar-container .widget.widget_testi {
    background-color: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 0;
    padding: 0 0 40px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #bd9b70;
}
.sidebar-container .widget.widget_testi h4.widget-title{
    margin: 0 0 20px;
    padding-bottom: 0;
    border: 0;
}
.sidebar-container .widget.widget_testi .sdbr-testi-cont{
    padding: 30px 25px 90px;
    position: relative;
    border-top: 3px solid #c9af90;
    z-index: 1;
}
.sidebar-container .widget.widget_testi .sdbr-testi-cont:before{
    content: "";
    position: absolute;
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -341px -10px;
    width: 70px;
    height: 51px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
.sidebar-container .widget .sidebar-testi.owl-carousel {
    display: block;
    padding: 0px;
}
.sidebar-container .widget .sidebar-testi .testi-item {
    padding: 0px;
    position: relative;
}
.sidebar-container .widget .sidebar-testi .testi-item .star-rat {
    width: 181px;
    height: 32px;
    background-image: url(images/inn-sprites.webp);
    background-position: -11px -10px;
    background-repeat: no-repeat;
    margin: 0 auto 24px;
}
.sidebar-container .widget .sidebar-testi .testi-item p {
    font-family: 'Urbanist';
    font-weight: 500;
    font-size: 19px;
    color: #1e1e1e;
    line-height: 1.94;
    letter-spacing: 0.095px;
    padding: 0;
    margin: 0 0 35px;
}
.sidebar-container .widget .sidebar-testi .testi-item h5 {
    font-family: 'Urbanist';
    font-size: 20px;
    margin: 0px 0px;
    color: #1e1e1e;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.sidebar-container .widget .sidebar-testi.owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 38px auto 0;
    gap: 20px;
    position: absolute;
    width: 86%;
    left: 0;
    right: 0;
    bottom: 0;
}
.sidebar-container .widget .sidebar-testi.owl-carousel .owl-nav button {
    background-color: transparent;
    font-size: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sidebar-container .widget .sidebar-testi.owl-carousel .owl-prev, .sidebar-container .widget .sidebar-testi.owl-carousel .owl-next {
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -10px -125px;
    width: 55px;
    height: 55px;
}
.sidebar-container .widget .sidebar-testi.owl-carousel .owl-next {
    background-position: -87px -125px;
}
.sidebar-container .widget .sidebar-testi.owl-carousel .owl-prev:hover{
    background-position: -11px -203px;
}
.sidebar-container .widget .sidebar-testi.owl-carousel .owl-next:hover {
    background-position: -87px -203px;
}
.sidebar-container .blog-sdbr-archives{
    margin: 0;
    padding: 40px 36px;
    background-color: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
}
.sidebar-container .blog-sdbr-archives .sidebar-box h4.widget-title {
    font-size: 40px;
    font-family: "Noto Serif Display";
    font-weight: 600;
    color: #464646;
    text-align: left;
    background-image:none;
    margin-bottom: 22px;
    line-height: 1;
    letter-spacing: -1.6px;
    padding: 0;
    text-transform: uppercase;
    border: 0;
}
.sidebar-container .widget_recent_entries ul li a{
    text-transform: inherit;
}
.sidebar-container .blog-sdbr-archives .blogtopbar-lst .sidebar-box.widget_categories select,
.sidebar-container .blog-sdbr-archives .blogtopbar-lst .sidebar-box.widget_archive select,
.sidebar-container .blog-sdbr-archives .blogtopbar-lst .sidebar-box.widget_search input {
  background-color: transparent;
}
 
.sidebar-container .blog-sdbr-archives .sidebar-box h4.widget-title::before {
  display: none;
}
 
.sidebar-container .sidebar-box.widget_search .widget-title {
  display: none;
}
 
.sidebar-container .sidebar-box.widget_search,
.sidebar-container .sidebar-box.widget_categories,
.sidebar-container .sidebar-box.widget_archive {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  margin: 0 0 40px;
  border-radius: 0;
  width: 100%;
  border: 0 !important;
  outline: 0 !important;
  background-image: none;
}
.blog-sdbr-archives button.search-submit {
  position: absolute;
  right: 0;
  height: 100%;
  width: 17.4%;
  font-size: 0;
  background: transparent;
  border: 0;
  outline: 0;
}
.sidebar-container .sidebar-box.widget_archive:last-child {
  margin: 0;
}
 
.sidebar-container .sidebar-box.widget_search input,
.sidebar-container .sidebar-box select {
  padding: 18px 66px 16px 26px !important;
  font-family: 'Urbanist';
  font-size: 20px !important;
  line-height: 130% !important;
  letter-spacing: 0px;
  font-weight: 400 !important;
  color: #000000;
  outline: none;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid rgba(70, 70, 70, 0.3);
  position: inherit !important;
  width: 100% !important;
  box-shadow: none;
  opacity: 1 !important;
  height: auto !important;
}
 
.sidebar-container .sidebar-box.widget_search input::placeholder {
  color: #000000 !important;
}
 
.sidebar-container .sidebar-box.widget_categories select,
.sidebar-container .sidebar-box.widget_archive select {
  background-image: url(images/drop-down.webp);
  background-position: right center;
  background-repeat: no-repeat;
  appearance: none !important;
  background-size: 60px 100%;
  height: 100%;
  cursor: pointer;
}

.sidebar-container .sidebar-box.widget_search input {
  background-image: url(images/search-icon.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 60px 100%;
}
 
.sidebar-container.top-sdbr {
  width: 100%;
  max-width: 100%;
}
 
.sidebar-container.top-sdbr .sidebar-box.widget_archive {
  order: 1;
}
 
.sidebar-container.top-sdbr .sidebar-box.widget_categories {
  order: 2;
}
 
.sidebar-container.top-sdbr .sidebar-box.widget_search {
  order: 3;
}
 
.sidebar-container.top-sdbr .sidebar-box.widget_search,
.sidebar-container.top-sdbr .sidebar-box.widget_categories,
.sidebar-container.top-sdbr .sidebar-box.widget_archive {
  margin: 0;
}
 
.sidebar-container.top-sdbr .sidebar-box h4.widget-title {
  display: none;
}
 
.blogtopbar-blk .blogtopbar-lst {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 17px;
}
.sidebar-container.top-sdbr .blog-sdbr-archives {
  padding: 0;
  background-color: transparent;
  margin: 0 0 40px;
  box-shadow: none;
  background-image: inherit;
  outline: none;
  background-image: none;
}
.theme-select{display: none !important;}
.sidebar-container.top-sdbr .sidebar-box.widget_search input, .sidebar-container.top-sdbr .sidebar-box select{
    border: 1px solid rgb(172, 172, 172);
    font-weight: 500 !important;
}
.blogtopbar-blk .sidebar-container {
    width: 100%;
    max-width: 100%;
}
.content-area .oceanwp-pagination {
    width: 100%;
}
#blog-entries {
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.blog-entry.large-entry {
    margin: 0 1% 1.8%;
    width: 31.3%;
    background-color: #ffffff;
    padding: 0px 0px 50px;
    position: relative;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
    z-index: 0;
    border-bottom: 2px solid transparent;
}
.blog-entry.large-entry .thumbnail {
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.blog-entry.large-entry .thumbnail img {
    width: 100%;
    display: block;
}
.blog-entry .post-content {
    padding: 30px 30px 0;
}
.blog-entry.large-entry .blog-entry-readmore {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.blog-entry.large-entry .post-content h4 a {
    font-family: 'Noto Serif Display';
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0;
    display: inline-block;
    color: #010101;
    text-decoration: none !important;
}
.blog-entry.large-entry .blog-entry-readmore a {
    border-radius: 0;
    display: inline-block;
    border: 0;
    padding: 0;
    font-family: 'Urbanist';
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.4px;
    color: #000000;
    text-transform: uppercase;
}
 
.post-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    background-color: #46769b;
    font-family: 'Urbanist';
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    letter-spacing: -0.3px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
 
.blog-entry.large-entry:hover .post-meta {
    background-color: #bd9b70;
}


.content-area ul.page-numbers {
  padding: 0;
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-area ul.page-numbers li span.page-numbers.current {
    background-color: #46769b !important;
    color: #fff !important;
}
.content-area ul.page-numbers li a,
.content-area ul.page-numbers li span.page-numbers.current {
    width: 40px;
    height: 40px;
    min-width: auto !important;
    background-color: transparent;
    color: #000000;
    font-size: 26px;
    font-family: 'Urbanist';
    font-weight: 500;
    text-align: center;
    padding: 10px;
    margin: 0;
    letter-spacing: 0.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0 !important;
}
.content-area ul.page-numbers li a.prev.page-numbers,
.content-area ul.page-numbers li a.next.page-numbers {
    background-image: url(images/inn-sprites.webp) !important;
    background-position: -10px -125px !important;
    background-repeat: no-repeat !important;
    width: 55px !important;
    height: 55px !important;
    padding: 0;
    font-size: 0;
    border: 0;
    background-color: transparent;
}
.content-area ul.page-numbers li a.next.page-numbers {
    background-position: -87px -125px !important;
}
.content-area ul.page-numbers li a.next.page-numbers:hover {
    background-position: -87px -203px !important;
}
.content-area ul.page-numbers li a.prev.page-numbers:hover{
    background-position: -11px -203px !important;
}
.content-area ul.page-numbers li:before {
  display: none;
}
.content-area ul.page-numbers li {
  padding: 0;
  margin: 0 5px;
}
.blog-entry.large-entry .thumbnail a:not(.mejs-volume-slider){
  display: block;
  width: 100%;
}
.content-area ul.page-numbers span.page-numbers.dots {
    color: #000000;
    font-size: 26px;
    border: 0;
    margin: 0;
    min-width: auto;
}
.blog-entry.large-entry:hover {
    background-color: #faf5f2;
    border-bottom: 2px solid #bd9b70;
}
.blog-entry.large-entry:hover .post-content h4 a, .blog-entry.large-entry:hover  .post-content p,
.blog-entry.large-entry:hover .blog-entry-readmore a
{
    color: #252729;
    transition-duration: 0s;
}

.content-area ul.meta {
    display: none;
}



.content-area .post-prev-next {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.content-area .post-prev-next a h4{
    font-size: 18px;
    color: #fffefb;
    line-height: 1;
    letter-spacing: 1.44px;
    font-family: "Urbanist";
    display: inline-block;
    position: relative;
    background: #46769b;
    text-transform: uppercase;
    font-weight: 800;
    padding: 24px 60px 23px;
    text-align: center;
    border-radius: 0px;
    margin: 0;
}

.content-area .post-prev-next .next-post a h4{
  padding: 24px 82px 23px;
}
 
.content-area .post-prev-next a h4:hover {
  background-color: #c9ae90;
}

.content-area .post-btm-meta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 20px;
}
.content-area .post-btm-meta p{
    line-height: 1;
    margin: 0;
}
.content-area .meta-cat a{
    padding: 0 6px 0 0;
    border-right: 2px solid #222222;
    display: inline-block;
}
.content-area .meta-date{
    padding: 0 6px;
    border-right: 2px solid #222222;
    border-left: 2px solid #222222;
}
.content-area .area-served-list {
  background-color: #46769b;
  border-radius: 30px;
  padding: 45px;
  margin-bottom: 20px;
}
 
.content-area .area-served-list h2{color: #fff;text-align: center;}
 
.content-area .area-served-item-list {
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
 
.content-area .area-served-item {
  width: 32%;
  margin: 0px 0.6% 1% ;
  padding: 0px ;
}
 
.content-area .area-served-item:before{
  display: none;
}
 
.content-area .area-served-item a {
    font-family: "Urbanist";
    font-size: 23px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 10px;
    background-color: #c9ae90;
    color: #fff;
    display: flex;
    text-align: center;
    min-height: 70px;
    justify-content: center;
    align-items: center;
}
 
.content-area .area-served-item a:hover {
    background-color: #faf5f2;
    color: #252729;
}


.protecting-sec.your-legacy {
    border: 0;
    padding-bottom: 180px;
}
.content-area .inn-cntct-blks {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.content-area .inn-cntct-itm {
    width: 31.65%;
    text-align: center;
    padding: 35px 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
}
.content-area .inn-cntct-itm h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    padding: 75px 0 15px;
    margin: 0 0 15px;
    position: relative;
}
.content-area .inn-cntct-itm h4::before {
    position: absolute;
    content: "";
    margin: auto;
    background-image: url(images/sprites.webp);
    background-repeat: no-repeat;
    background-position: -162px -169px;
    width: 47px;
    height: 45px;
    top: 0;
    left: 0;
    right: 0;
}
.content-area .inn-cntct-itm.inn-cntct-cont h4::before{
    background-position: -220px -168px;
}
.content-area .inn-cntct-itm h4::after {
    position: absolute;
    content: "";
    margin: auto;
    background-color: rgb(201, 175, 144);
    background-repeat: no-repeat;
    width: 108px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
}
.content-area .inn-cntct-itm p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.44;
    margin: 0 0 10px;
}
.content-area .inn-cntct-itm.inn-cntct-cont p{
    margin: 0;
}
.content-area .inn-cntct-btn a {
    font-family: "Urbanist";
    display: inline-block;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 0.095px;
    line-height: 1;
    margin: 0;
}
.content-area .inn-cntct-cont a {
    font-family: "Urbanist";
    display: inline-block;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    color: #252729;
}
.content-area .inn-cntct-cont a:hover{
    color: #c9ae90;
}
.content-area .inn-cntct-logo {
    background-color: #faf5f2;
    box-shadow: none;
    border-bottom: 1px solid #bd9b70;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cntct-logo {
    width: 62.3%;
}
.cntct-logo img{
    width: 100%;
    display: block;
}
.contact-icons .container {
    max-width: 100%;
}
.contact-icons .cnt-scl-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 0 15px;
    background-color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: max-content;
    margin: auto;
}
.contact-icons .cnt-scl-icons a{
    background-image: url(images/sprites.webp);
    background-repeat: no-repeat;
    background-position: -14px -320px;
    width: 50px;
    height: 50px;
    border: 1px solid #bba385;
    border-radius: 50px;
    font-size: 0px !important;
}
.contact-icons .cnt-scl-icons a.facebook{
    background-position: -26px -315px;
}
.contact-icons .cnt-scl-icons a.linkedin{
    background-position: -95px -315px;
}
.contact-icons .cnt-scl-icons a.instagram{
    background-position: -165px -315px;
}
.contact-icons .cnt-scl-icons a:hover {
    border-color: #46769b;
}
.contact-icons .cnt-scl-icons a.facebook:hover {
    background-position: -26px -385px;
}
.contact-icons .cnt-scl-icons a.linkedin:hover {
    background-position: -95px -385px;
}
.contact-icons .cnt-scl-icons a.instagram:hover {
    background-position: -165px -385px;
}
.contact-icons:before {
    content: '';
    position: absolute;
    background-color: #bd9b70;
    height: 1px;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}
.contact-icons {
    position: relative;
}
 
.page-id-53 .protecting-sec.your-legacy{display: none;}
.page-id-53 #main #content-wrap{
    padding-bottom: 220px;
}
.content-area .inn-practice-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 45px;
}
.content-area .inn-practice-list .inn-practice-item {
    width: 30.97%;
    background-color: #faf5f2;
    border-bottom: 2px solid #bd9b70;
    position: relative;
    z-index: 0;
    text-align: center;
    transition: 0.5s;
}
.content-area .inn-practice-list .inn-practice-item::before, .content-area .inn-practice-list .inn-practice-item::after {
    position: absolute;
    content: "";
    background-image: -webkit-linear-gradient(-85deg, rgb(189, 155, 112, 0.8) 0%, rgba(189, 155, 112, 0) 100%);
    width: 70.7%;
    height: 55.6%;
    border-radius: 50%;
    opacity: 30%;
    left: 0;
    right: 0;
    margin: auto;
    top: 53px;
    z-index: -1;
}
.content-area .inn-practice-item .inn-practice-image::before {
    position: absolute;
    content: "";
    background-image: -webkit-linear-gradient(90deg, rgb(189, 155, 112, 0.8) 0%, rgba(189, 155, 112, 0) 100%);
    bottom: 0;
    width: 100%;
    height: 84%;
    left: 0;
    display: none;
    transition: 0.5s;
}
.content-area .inn-practice-item:hover .inn-practice-image::before {
    display: block;
}
.content-area .inn-practice-item:hover .inn-prct-content-img {
    display: none;
}
.content-area .inn-practice-item:hover .inn-practice-content {
    bottom: 76px;
    padding: 0;
}
.content-area .inn-practice-item:hover .inn-practice-content::before {
    display: none;
}
.content-area .inn-practice-item:hover h4 {
    color: #ffffff;
}
.content-area .inn-practice-item:hover .inn-practice-read-btn a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
}
.content-area .inn-practice-list .inn-practice-item::after {
    background-image: url(images/service-logo.webp);
    opacity: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 20.6%;
    width: 42.7%;
    border-radius: 0;
    top: 78px;
}
.content-area .inn-practice-list .inn-practice-item-hov a {
    position: absolute;
    content: "";
    font-size: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    z-index: 1;
}
.content-area .inn-practice-image img {
    width: 100%;
    display: block;
    opacity: 0%;
}
.content-area .inn-practice-content {
    position: absolute;
    bottom: 30px;
    width: 100%;
    margin: auto;
    height: max-content;
    padding: 0 0 46px;
    transition: 0.5s;
}
.content-area .inn-practice-content::before {
    position: absolute;
    content: "";
    background-color: #baa183;
    height: 11.9%;
    width: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.content-area .inn-practice-item h4 {
    font-family: 'Urbanist';
    font-weight: 800;
    font-size: 38px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 26px;
    position: relative;
}
.content-area .inn-practice-item .inn-practice-read-btn a {
    font-family: 'Urbanist';
    font-weight: 400;
    font-size: 19px;
    color: #6291b7;
    text-transform: uppercase;
    letter-spacing: 2.88px;
    line-height: 1;
}
.content-area .inn-practice-item:hover .inn-practice-image img {
    opacity: 100%;
}
.content-area .inn-practice-item .inn-prct-content-img {
    margin: 0 auto 53px;
    width: 37.8%;
}
.content-area .inn-practice-item .inn-prct-content-img img {
    width: 100%;
    display: block;
}
.content-area .testimonials {
    column-count: 2;
    column-gap: 22px;
}
.content-area .testimonials .testi-item {
    padding: 0 14px;
    position: relative;
    transition: 0.5s;
    height: 100%;
    margin-bottom: 40px;
    column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: auto;
    -moz-page-break-inside: avoid;
    -webkit-page-break-inside: auto;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    float: none;
}
.content-area .testimonials .testi-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: 88px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgb(189, 155, 112);
}
.content-area .testimonials .testi-item .testi-cont {
    padding: 128px 42px 54px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    transition: 0.5s;
    height: 100%;
    text-align: center;
}
.content-area .testimonials .testi-item .testi-cont:before {
    position: absolute;
    content: "";
    width: 86px;
    height: 57px;
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -238px -10px;
    top: 17px;
    left: 38px;
}
.content-area .testimonials .star-rat {
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -10px -56px;
    width: 206px;
    height: 36px;
    position: absolute;
    top: 27px;
    right: 50px;
}
.content-area .testimonials .testi-item p {
    margin-bottom: 28px;
}
.content-area .testimonials .testi-item h5 {
    color: #1e1e1e;
    font-family: 'Urbanist';
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2px;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    text-align: center;
}
.content-area .testimonials .testi-item .testi-cont::after{
    position: absolute;
    content: "";
    background-color: #bd9b70;
    height: 1px;
    width: 78%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.content-area .testimonials .testi-item .testi-cont:hover{
    background-color: #faf5f2;
}
.single-prf-details-list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 45px;
}
.single-prf-details-list .single-prf-details-lft {
    width: 42.2%;
    padding-bottom: 80px;
    position: relative;
}
.single-prf-details-list .single-prf-details-lft:before {
    content: "";
    position: absolute;
    background-color: #e6d4c2;
    height: 300px;
    width: 300px;
    bottom: 0;
    right: -80px;
    margin: auto;
    border-radius: 50%;
    z-index: -1;
}
.single-prf-img img {
    width: 100%;
    display: block;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.06);
}
.single-prf-details-list .single-prf-details-rite {
    width: 49.2%;
}
.single-prf-cnt h3 {
    font-size: 55px;
    font-family: 'Noto Serif Display';
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    color: #c9af90;
    margin: 0 0 20px;
}
.single-prf-cnt h5 {
    font-size: 24px;
    font-family: 'Urbanist';
    font-weight: 600;
    line-height: 1;
    letter-spacing: 10.5px;
    color: #252729;
    margin: 0 0 50px;
    text-transform: uppercase;
}
.snglattrny-cnt {
    display: flex;
    justify-content: center;
    margin: 0 0 35px;
    position: relative;
}
.snglattrny-cnt:before {
    content: "";
    position: absolute;
    background-color: #c9af90;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}
.atrrny-cntitm {
    text-align: center;
    width: 50%;
}
.atrrny-cntitm h4 {
    font-size: 30px;
    font-family: 'Noto Serif Display';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #464646;
    padding: 60px 0 20px;
    position: relative;
    margin: 0 0 20px;
}
.atrrny-cntitm .attrney-contct-btn p{
    margin: 0;
}
.atrrny-cntitm h4:before {
    content: "";
    position: absolute;
    background-image: url(images/inn-sprites.webp);
    background-position: -174px -124px;
    background-repeat: no-repeat;
    width: 33px;
    height: 46px;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}
.atrrny-cntitm.contct h4:before {
    background-position: -237px -124px;
    width: 46px;
    height: 46px;
}
.snglattrny-drctn a:hover {
    color: #caaf91;
}
.attrney-contct-btn a:hover {
    color: #caaf91;
}
.attrny-btn a.cmn-btn:hover {
    background-color: #c9ae90;
}
.atrrny-cntitm h4:after {
    content: "";
    position: absolute;
    background-color: #c9af90;
    height: 2px;
    width: 108px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.atrrny-cntitm p {
    font-size: 18px;
    font-family: 'Urbanist';
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.1px;
    color: #1e1e1e;
    margin: 0 0 15px;
}
.snglattrny-drctn a {
    display: inline-block;
    font-size: 20px;
    font-family: 'Urbanist';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #46769b;
}
.attrney-contct-btn a {
    display: inline-block;
    font-size: 38px;
    font-family: 'Urbanist';
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    color: #252729;
    margin: 0;
}
.attrny-btn a.cmn-btn {
    padding: 23px 42px 21px;
    background-color: #46769b;
    color: #fffefb;
}
.attrny-btn {
    text-align: center;
}
.content-wrap-list.inn-attrney {
    flex-direction: row-reverse;
}
.single-prf-img {
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: -webkit-linear-gradient(-90deg, rgba(187, 163, 133, 1) 0%, rgba(187, 163, 133, 0) 100%);
}
.content-area .inn-common-blck {
    padding: 35px 50px 39px;
    text-align: center;
    border-bottom: 1px solid #bd9b70;
    background-image: url(images/inn-cmn-blck-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 50px 0;
}
.content-area .inn-common-blck h2 {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: 0;
    margin: 0 0 25px;
    color: #46769b;
}
.content-area .inn-cmn-btm {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px;
}
.content-area .inn-cmn-call a.cmn-btn {
    background-color: #c9ae90;
    padding: 24px 42px;
}
.content-area .inn-cmn-cont a.cmn-btn {
    padding: 24px 34px;
    color: #fffefb;
}
.content-area .inn-cmn-call a.cmn-btn {
    color: #fffefb;
}
.content-area .inn-cmn-call a.cmn-btn:hover {
    background-color: #46769b;
}
.meet-blck .prct-btn-list{
	justify-content: flex-start;
}
.atrrny-cntitm.loca p br{display: none;}