/* 
Theme Name:		 appletonlaw
Theme URI:		 http://childtheme-generator.com/
Description:	 appletonlaw 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:	 appletonlaw
*/
@font-face {
    font-family: 'Gilda Display';
    src: url('fonts/GildaDisplay-Regular.woff2') format('woff2'),
        url('fonts/GildaDisplay-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
        url('fonts/PlayfairDisplay-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-Medium.woff2') format('woff2'),
        url('fonts/PlayfairDisplay-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-Light.woff2') format('woff2'),
        url('fonts/Urbanist-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist';
    src: url('fonts/Urbanist-Thin.woff2') format('woff2'),
        url('fonts/Urbanist-Thin.woff') format('woff');
    font-weight: 100;
    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-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-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-ExtraBold.woff2') format('woff2'),
        url('fonts/Urbanist-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@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-ExtraLight.woff2') format('woff2'),
        url('fonts/Urbanist-ExtraLight.woff') format('woff');
    font-weight: 200;
    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;
}
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,a:focus {
    outline: 0 !important;
}
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 Styles */
.header-sec {
    padding: 50px 0 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid transparent;
}
.header-sec .container{
    max-width: 1480px;
}
.header-sec .hdr-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-sec .logo {
    width: 16.01%;
}
.header-sec .logo img {
    transition-duration: 0.8s;
    width:100%;
    display:block;
}
.header-sec .logo-rit {
    display: flex;
    align-items: center;
    gap: 65px;
}
.header-sec .topmenu {
    width: auto;
}
.header-sec .topmenu ul {
    position: relative;
    margin: 0;
}
.header-sec .topmenu ul li {
    display: inline-block;
    position: relative;
    margin: 0px 17px;
}
.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: 'Gilda Display';
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.36px;
    padding-top: 17px;
    position: relative;
}
.header-sec .topmenu ul > li.current-menu-item > a, .header-sec .topmenu ul > li > a:hover {
    color: #c4a558;
}
.header-sec .topmenu ul > li.current-menu-item > a::before, .header-sec .topmenu ul > li > a:hover::before {
    background-image: url(images/nav-menu-hvr-img.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
    right: 0;
    pointer-events: none;
    margin: auto;
}
.header-sec .topmenu ul.sub-menu li a:hover::before{
    display: none;
}
.header-sec .hdr-call p {
    font-family: 'Urbanist';
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-align:start;
    line-height: 1;
    letter-spacing: 3.6px;
    padding-left: 60px;
    position: relative;
    margin: 0;
}
.header-sec .hdr-call p a {
    display: block;
    font-size: 32px;
    margin-top: 10px;
    line-height: 1;
    letter-spacing: 0px;
}
.header-sec .hdr-call p a:hover{
    color: #c4a558;
}
.header-sec .hdr-call p a::before{
    background-image: url('images/sprites.webp');
    background-position: -9px -9px;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width:50px ;
    height: 50px;
    top: 8px;
    left: 0;
}
.header-sec .topmenu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color:#bf8b26;
    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.current-menu-item a:before {
    display: none;
}
.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 .sub-menu li a {
    float: left;
    font-size: 16px;
    width: 100%;
    line-height: 1;
    padding: 9px 12px 8px;
    color: #fff;
    display: block;
    text-transform: capitalize;
    font-family: 'Gilda Display';
    font-weight: 400;
}
.header-sec .topmenu .sub-menu li a:hover {
    color: #fff;
    background-color: #063c67;
}
.header-sec.f-nav {
    position: fixed;
    background-color: #031f35;
    border-bottom-color: #c4a558;
    padding: 20px 0 10px;
}
.header-sec.f-nav .logo {
    width: 15%;
}
/* Mobile Menu Starts */
.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    float: left;
    text-align: left;
    cursor: pointer;
    padding: 0px 0 0 27px;
    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;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: 'Urbanist';
}
.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: #053c67;
    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;
}
.mobinav a {
    width: 100%;
    float: left;
    padding: 6px 0;
    display: block;
    line-height: 1.1;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    border: 0;
    margin: 0;
    text-decoration: none;
    font-family: 'Gilda Display';
    font-weight: 400;
}
.mobinav a:hover {
    color: #c4a558;
}
.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 Menu*/
.header-sticky.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #053c67;
    z-index: 9999;
    border-bottom: 2px solid #c4a558;
}
.sicky-logo {
    width: 100%;
    max-width: 300px;
    padding: 0 15px;
}
.header-sticky {
    width: 100%;
    float: left;
    background: #c4c9b2;
    padding: 10px;
    display: none;
}
.header-sticky .sticky-cnt {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #c4c9b2;
    padding: 0 8px;
}
.header-sticky .mobile_src_nav, .header-sticky .showhide {
    display: block;
}
.header-sticky .mobile_src_nav {
    background: transparent;
}
.header-sticky .stickyshowhide .txt {
    width: 40px;
    height: 40px;
    text-align: center;
    float: none;
    padding: 0;
    position: relative;
    font-weight: normal;
}
.header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button {
    font-size: 17px;
    color: #fff;
    position: relative;
    padding-top: 45px;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    outline: 0;
    font-family: 'Urbanist';
    font-weight: 400;
    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 #ffffff;
    background-image: url('images/header-sticky-menu.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
.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.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: #053c67;
    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: 30px;
    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;
}
.sicky-cnt.sticky-mobile-logo {
    width: 100%;
    max-width: 200px;
}
.sicky-cnt.sticky-mobile-logo img{
    width: 100%;
    display: block;
}
/* Top Menu Section Ends */
#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;
}
/* Home Page Text Heading and  Common Button*/
.text-heading{
    font-size: 70px;
    font-weight: 400;
    font-family: 'Gilda Display';
    color: #031f35;
    line-height: 1.14;
    letter-spacing: -1.4px;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
}
a.cmn-btn {
    font-family: 'Gilda Display';
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0px;
    display: inline-block;
    position: relative;
    z-index: 0;
    padding: 28px 60px;
    background-image: url("images/btn-bg.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
a.cmn-btn:hover {
    background-image: url(images/btn-bghvr.webp);
}
/* Homepage Banner Section Starts */
.banner-sctn {
    padding: 154px 0 357px;
    position: relative;
    z-index: 0;
    background-color: rgb(3, 31, 53);
}
.banner-sctn::before {
    background-image: url('images/banner-sec-bfr-img.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    content: "";
    width: 59.4%;
    height: 70.8%;
    left: 0;
    top: 0;
    right: 0;
    pointer-events: none;
    margin: auto;
    z-index: -1;
    opacity: 10%;
}
.banner-sctn .container{
    max-width: 1480px;
}
.banner-sctn .banner-img {
    width: 100%;
    position:relative;
}
.banner-sctn .banner-img img {
    display: block;
    width: 100%;
}
.banner-sctn .banner-img::before {
    background-image: url('images/banner-img-bfr.webp');
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 100%;
    height: 62%;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    margin: auto;
    opacity: 70%;
    background-size: 100% 100%;
    background-position: bottom;
}
.banner-sctn .banner-cnt {
    text-align: center;
    position: absolute;
    bottom: 123px;
    left: 0;
    right: 0;
    margin: auto;
    width: 66.28%;
}
.banner-sctn .banner-cnt h1 {
    font-family: 'Gilda Display';
    font-weight: 400;
    font-size: 110px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -2.2px;
    padding-bottom: 41px;
    position: relative;
    margin-bottom: 26px;
    background: linear-gradient(180deg, #fff68c 20%, #8c5826 53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-sctn .banner-cnt h1::before {
    background-image: url('images/banner-tile-bfr-img.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    content: "";
    width: 58.55%;
    height: 11%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.banner-sctn .banner-cnt h1 b{
    font-weight: 400;
    font-size:50px ;
    letter-spacing: 30px;
    display:block;
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: #fff;
    margin-bottom: 20px;
}
.banner-sctn .banner-cnt h1 strong {
    font-weight: 400;
    background: linear-gradient(360deg, #fff68c 20%, #8c5826 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-sctn .banner-cnt p{
    font-family: 'Urbanist';
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing:6px;
    margin-bottom: 48px;
}
/* Homepage Testimonials Section Starts */
.testi-prsnl-inj-sec{
    position: relative;
}
.testi-prsnl-inj-sec:before{
    position: absolute;
    content: "";
    background-image: url("images/testi-prsns-inj-bg.webp");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    width: 100%;
    height: 73%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    opacity: 65%;
}
.hm-testimonials {
    padding: 124px 0 0;
    position: relative;
    z-index: 1;
}
.hm-testimonials::after {
    position: absolute;
    content: "";
    margin: auto;
    background-image: url(images/testi-sec-after-img.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 16.5%;
    height: 64.2%;
    left: -7px;
    bottom: -140px;
    pointer-events: none;
    opacity: 10%;
    z-index: -1;
}
.hm-testimonials .container{
    max-width: 1480px;
}
.hm-testimonials .testi-top-blk {
    display: flex;
    justify-content: flex-start;
    gap: 80px;
    padding: 0 0 12px;
    margin: 0 0 45px;
    position: relative;
}
.hm-testimonials .testi-top-blk::after{
    position: absolute;
    content: "";
    margin: auto;
    background-image: url(images/testi-top-border.webp);
    background-repeat: repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 12px;
    bottom: 0;
    left: 0;
    right: 0;
}
.hm-testimonials .testi-rth-blk {
    background-image: url(images/testi-google-rating-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    position: relative;
    z-index: 1;
    padding: 35px 90px 30px 155px;
    margin: 9px 0 0;
}
.hm-testimonials .testi-top-blk h3 {
    font-family: 'Gilda Display';
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 1.12px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0px;
}
.hm-testimonials .testi-top-blk h3 strong {
    display: block;
    font-weight: 400;
    font-size: 70px;
    line-height: 1;
    letter-spacing: -1.4px;
    padding: 0 154px 10px 0;
    margin: 0 0 16px;
    position: relative;
    border-image: -webkit-linear-gradient(0deg, rgb(140, 88, 38) 0%, rgb(255, 246, 140) 50%, rgb(140, 88, 38) 100%) 1;
    border-bottom-width: 1px;
    border-style: solid;
}
.hm-testimonials .testi-top-blk h3 strong::after,
.hm-testimonials .testi-top-blk h3::before {
    position: absolute;
    content: "";
    margin: auto;
    background-image: url(images/sprites.webp);
    background-repeat: no-repeat;
    background-position: -84px -9px;
    width: 151px;
    height: 32px;
    right: 2px;
    top: 0;
    bottom: 14px;
}
.hm-testimonials .testi-top-blk h3::before {
    background-position: -260px -8px;
    right: inherit !important;
    left: 50px;
    width: 72px;
    height: 72px;
    top: 13px;
}
.hm-testimonials h2.text-heading {
    margin: 0px;
    text-align: start;
}
.hm-testimonials .testi-blck {
    margin: 0 0 60px;
    padding: 0 100px;
}
.hm-testimonials .hm-testi-item {
    padding: 0px 0 38px;
    border-image: -webkit-linear-gradient( 0deg, rgb(140,88,38) 0%, rgb(255,246,140) 50%, rgb(140,88,38) 100%)1;
    border-bottom-width: 1px;
    border-style: solid;
}
.hm-testimonials .hm-testi-item .star-rat {
    background-image: url(images/sprites.webp);
    background-repeat: no-repeat;
    background-position: -84px -63px;
    margin: 0 auto 13px;
    display: inline-block;
    width: 135px;
    height: 27px;
}
.hm-testimonials .hm-testi-item p{
    font-family: 'Gilda Display';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0px;
    color: #3b3b3b;
    margin: 0 0 28px;
}
.hm-testimonials .hm-testi-item h5{
    font-family: 'Gilda Display';
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.6px;
    color: #053c67;
    margin: 0px !important;
}
.hm-testimonials .testimonials-btn{
    text-align: center;
}
.hm-testimonials .testi-blck.owl-carousel .owl-nav {
    display: flex !important;
    width: 100%;
    justify-content: space-between;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: max-content;
}
.hm-testimonials .testi-blck.owl-carousel .owl-nav button {
    width: 67px;
    height: 23px;
    background-image: url(images/sprites.webp) !important;
    background-repeat: no-repeat;
    background-position: -16px -329px;
    font-size: 0 !important;
    display: inline-block;
    transition: 0.5s;
}
.hm-testimonials .testi-blck.owl-carousel .owl-nav .owl-next {
    background-position: -95px -329px !important;
}
.hm-testimonials .testi-blck.owl-carousel .owl-nav button:hover{
    background-position: -16px -361px !important;
}
.hm-testimonials .testi-blck.owl-carousel .owl-nav .owl-next:hover {
    background-position: -95px -361px !important;
}
.hm-testimonials .testi-blck.owl-carousel .owl-loaded.owl-drag {
    position: initial;
}
.hm-testimonials .testi-blck.owl-carousel .owl-dots.disabled{
    display: none;
}
/*  Homepage Injury Section Starts */

.personal-inj-sctn {
    padding: 95px 0 245px;
    position: relative;
}
/*.personal-inj-sctn:before {
    position: absolute;
    content: "";
    background-image: url(images/injury-sec-bg.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 100%;
    width: 64%;
    height: 94%;
    left: 0px;
    top: 40px;
    bottom: 0;
    margin: auto;
    z-index: -1;
}*/
.personal-inj-sctn:after {
    position: absolute;
    content: "";
    width: 16%;
    height: 50%;
    right: 0;
    bottom: 16.4%;
    margin: auto;
    opacity: 8%;
    background-image: url("images/injury-after.webp");
    background-repeat: no-repeat;
    background-size:100% 100%;
}
.personal-inj-sctn h2.text-heading{
    text-align: center;
}
.injury-blk {
    display: flex;
    justify-content: flex-end;
    gap: 72px;
    margin-bottom: 71px;
    align-items: flex-start;
    position: relative;
}
.injury-left-item {
    width: 23.7%;
    padding: 47px 32px 41px;
    background-color: #053c67;
    border: 1px solid;
    border-image: linear-gradient(0deg, rgb(191, 139, 38) 0%, rgb(230, 195, 76) 50%, rgb(191, 139, 38) 100%) 1;
    position: relative;
    margin: 8px 0 0;
    background-image: url(images/exp-badge-bg.webp);
    background-repeat: no-repeat;
}
.injury-left-item:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url("images/injury-left-layer.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
}
.injury-left-cont {
    position: relative;
    padding-top: 47px;
}
.injury-left-cont:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 11%;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    background-image: url("images/injury-left-bfr.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.injury-left-cont h4 {
    font-size: 45px;
    font-weight: 400;
    font-family: 'Gilda Display';
    color: #fff;
    line-height: 1;
    letter-spacing: -0.9px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(45deg, #8c5826 30%, #fff68c 54%, #8c5826 72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.injury-left-item h5, .injury-left-cont h4 b {
    font-size: 26px;
    font-weight: 400;
    font-family: 'Gilda Display';
    color: #fff;
    line-height: 1.23;
    letter-spacing: 0px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: capitalize;
}
/*.injury-left-cont h4 b {font-size: 18px; display: block; font-weight: 400; letter-spacing: 10.8px; -webkit-text-fill-color: #fff;     margin: 0 0 14px;}*/
.injury-left-cont h4 strong {
    font-size: 150px;
    line-height: 0.7;
    display: block;
    letter-spacing: -9px;
    font-weight: 400;
}
.injury-rgt-item {
    width: 51.6%;
}
.injury-cont{
    position: relative;
    padding-left: 54px;
}
.injury-cont:before {
    position: absolute;
    content: "";
    width: 4%;
    height: 95%;
    left: 0;
    top: -4px;
    bottom: 0;
    margin: auto;
    background-image: url("images/injury-cnt-bfr.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.injury-cont p{
    font-size: 20px;
    font-weight: 400;
    font-family: 'Gilda Display';
    color: #000;
    line-height: 1.75;
    letter-spacing: 0px;
    margin-bottom: 32px;
}
.injury-cont p:last-child{
    margin: 0;
}
.injury-btn{
    text-align: center;
}


/* Practice Areas Section Starts*/
.practice-areas-sctn {
    position: relative;
    padding: 101px 0 125px;
    background-color: rgb(3, 31, 53);
    border-radius: 248px;
    margin: -126px 0 0
}
.practice-areas-sctn:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url("images/prc-layer.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 15%;
    pointer-events: none;
}
.practice-areas-sctn h2.text-heading{
    position: relative;
    color: #fff;
    text-align: center;
    padding-bottom: 37px;
    margin-bottom: 60px;
    letter-spacing: 0px;
}
.practice-areas-sctn h2.text-heading:before{
    position: absolute;
    content: "";
    width: 45%;
    height: 36px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url("images/prc-txt-bfr.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.practice-areas-sctn .practice-blk {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    position: relative;
}
.practice-areas-sctn .practice-blk:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgb(255, 255, 255, 0.4);
}
.practice-areas-sctn .practice-item{
    position: relative;
    width: 25%;
    border-right: 1px solid rgb(255, 255, 255, 0.4);
    transition:0.5s;
}
.practice-areas-sctn .practice-item .practice-image {
    opacity:0;
}
.practice-areas-sctn .practice-item .practice-image img{
    display: block;
    width: 100%;
    opacity: 50%;
    mix-blend-mode: luminosity;
}
.practice-areas-sctn .practice-item:before, .practice-areas-sctn .practice-item:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: -webkit-linear-gradient( 90deg, rgb(0,48,85) 0%, rgba(0,11,38,0) 100%);
    display: none;
    z-index: 1;
}
.practice-areas-sctn .practice-item:after{
    background-image: url("images/prc-itm-aftr.webp");
    background-repeat: no-repeat;
    left: -8px;
    background-size: 100% 100%;
}
.practice-areas-sctn .practice-item.premises, .practice-item:last-child{
    border-right: transparent;
}
.practice-areas-sctn .practice-cnt {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 44px;
    margin: auto;
    padding: 0 15px;
}
.practice-areas-sctn .practice-item h4{
    font-size: 30px;
    font-weight: 400;
    font-family: 'Gilda Display';
    color: #d1d6e3;
    line-height: 1.16;
    letter-spacing: -0.6px;
    text-transform: capitalize;
    margin-bottom:0;
    padding-top: 111px;
    text-align: center;
    position: relative;
}
.practice-areas-sctn .practice-item h4:before{
    position: absolute;
    content: "";
    width: 90px;
    height: 80px;
    left:11px;
    right: 0;
    top: 0;
    margin: auto;
    background-image: url("images/sprites.webp");
    background-repeat: no-repeat;
    background-position: -9px -135px;
}
.practice-areas-sctn .practice-item.personal h4:before{
    background-position: -120px -113px;
}
.practice-areas-sctn .practice-item.premises h4:before{
    background-position: -215px -113px;
}
.practice-areas-sctn .practice-item.medical h4:before{
    background-position: -320px -113px;
}
.practice-areas-sctn .practice-item.workers h4:before{
    background-position: -9px -218px;
}
.practice-areas-sctn .practice-item.dog h4:before{
    background-position: -110px -218px;
}
.practice-areas-sctn .practice-item.products h4:before{
    background-position: -219px -218px;
}
.practice-areas-sctn .practice-item.car h4:before{
    background-position: -400px -199px;
}
.practice-areas-sctn .hover a{
    position: absolute;
    font-size: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
}
.practice-areas-sctn .hm-practice-btn{
    text-align: center;
}
.practice-areas-sctn .practice-item:hover .practice-image{
    opacity: 1;
}
.practice-areas-sctn .practice-item:hover:before, .practice-areas-sctn .practice-item:hover:after{
    display: block;
}
.practice-areas-sctn .practice-item:hover{
    background-color: #053c67;
    border: 2px solid;
    border-image: linear-gradient(0deg, rgb(191, 139, 38) 0%, rgb(230, 195, 76) 50%, rgb(191, 139, 38) 100%) 1;
}
.practice-areas-sctn .practice-item:hover h4:before{
    display: none;
}
.practice-areas-sctn .practice-item:hover h4{
    padding-top: 0;
}

/* Homepage Attorney Section Starts */
.meet-our-team-sctn .meet-heading {
    background: linear-gradient(0deg, rgba(216, 175, 62, 1) 0%, rgba(216, 175, 62, 0) 100%);
    position: absolute;
    right: 0;
    bottom: 13.8%;
    writing-mode: sideways-lr;
    padding: 99px 0px 29px 19px;
}
.meet-our-team-sctn .meet-heading h2{
    font-family: 'Gilda Display';
    font-weight: 400;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0px;
}
.meet-our-team-sctn{
    background-image: url(images/attorney-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    border-radius: 170px;
    padding: 188px 0 0;
}
.meet-our-team-sctn::after{
    position: absolute;
    content: "";
    margin: auto;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 43.6%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    border-radius: 170px 0 0 170px;
}
.meet-our-team-sctn .container{
    max-width: 1680px;
}
.meet-our-team-sctn .attoreny-blk {
    display: flex ;
    gap: 35px;
    align-items: center;
}
.meet-our-team-sctn .attorney-rth-itm{
    width: 48.1%;
    margin-left: -100px;
}
.meet-our-team-sctn .attorney-sec-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.meet-our-team-sctn .attorney-rgt-blk{
    width: 10.12%;
}
.meet-our-team-sctn .attorney-left-blk{
    width: 76.2%;
}
.meet-our-team-sctn .attorney.tabs {
    margin: 0px;
    display: flex ;
    flex-direction: column;
    gap: 64px;
    position:relative;
}
.meet-our-team-sctn .attorney.tabs .attorney-item {
    list-style: none;
    padding: 5px;
    border: 4px solid rgb(220, 177, 49);
    position: relative;
}
.meet-our-team-sctn .attorney.tabs::after{
    position: absolute;
    content: "";
    margin: auto;
    background-color: rgb(21, 105, 172);
    background-repeat: no-repeat;
    width: 103px;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.meet-our-team-sctn .attorney.tabs  a{
    line-height: 1;
    cursor: pointer;
}
.meet-our-team-sctn .attorney.tabs .attorney-item.selected{
    border-color: rgb(21, 105, 172);
}
.meet-our-team-sctn img{
    width: 100%;
    display: block;
}
.meet-our-team-sctn .attorney-tab-sec{
    position: relative;
}
.meet-our-team-sctn .attorney-tab-sec .attorney-image img{
    width: 100%;
    display: block;
}
.meet-our-team-sctn .attorney-tab-sec .attorney-link a{
    position: absolute;
    content: "";
    margin: auto;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0px !important;
    z-index: 9;
}
.meet-our-team-sctn .attorney-tab-sec .attorney-image {
    width: 42.7%;
}
.meet-our-team-sctn .attorney-lft-itm{
    width: 60.1%;
}
.meet-our-team-sctn .attorney-lft-itm h2.text-heading{
    font-family: 'Playfair Display';
    font-size: 71px;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0 0 15px;
    text-align: start;
}
.meet-our-team-sctn .attorney-lft-itm h2.text-heading strong{
    font-weight: 400;
    padding-left: 17px;
}
.meet-our-team-sctn .attorney-lft-itm h6{
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.6px;
    color: #bf8b26;
    position: relative;
    margin: 0 0 42px;
}
.meet-our-team-sctn .attorney-lft-itm h6::before {
    position: absolute;
    content: "";
    margin: auto;
    background-color: #bf8b26;
    background-repeat: no-repeat;
    width: 59.3%;
    height: 2px;
    left: 18.4%;
    top: 7px;
    bottom: 0;
}
.meet-our-team-sctn .attorney-lft-itm-cnt{
    padding-left: 70px;
}
.meet-our-team-sctn .attorney-lft-itm-cnt p{
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.77;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0 0 34px;
}
.meet-our-team-sctn .attorney-lft-itm-cnt .attorney-btn{
    margin: 49px 9px 0;
}
.meet-our-team-sctn .attorney-lft-blk {
    display: flex ;
    gap: 50px;
}
/* Homepage Legal Section Starts */
.legal-sctn {
    padding:364px 0 93px;
    margin-top: -157px;
    position: relative;
}
.legal-sctn::before{
    position: absolute;
    content: "";
    background-image: url(images/legal-sec-bg.webp);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 60%;
}
.legal-sctn:after {
    position: absolute;
    content: "";
    background-image: url(images/legal-sctn-txt-image.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    width: 54%;
    height: 61%;
    top: -18px;
    right: 0;
    z-index: -1;
}
.legal-sctn h2 {
    margin: 0 0 53px 75px;
    text-align: left;
}
.legal-blk{
    display: flex;
    justify-content: space-between;
}
.legal-sctn .legal-left-cont{
    position: relative;
    z-index: 0;
    text-align: center;
    padding: 47px 60px 55px;
    margin: 0 0 27px;
}
.legal-sctn .legal-left-cont::before{
    position: absolute;
    content: "";
    background-image: url(images/legal-left-cont-bg.webp) ;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
    left: 0;
    top: 0;
    pointer-events: none;
}
.legal-sctn .legal-left {
    width: 56.65%;
    padding-top: 8px;
}
.legal-sctn .legal-right {
    width: 37%;
}
.legal-sctn .legal-left-cont h4 {
    font-family: 'Urbanist';
    font-weight: 600;
    font-size: 35px;
    letter-spacing: 0;
    line-height: 1.28;
    color: #ffffff;
    padding-bottom: 49px;
    margin: 0 0 31px;
    position: relative;
}
.legal-sctn .legal-left-cont h4::before {
    position: absolute;
    content: "";
    background-image: url(images/legal-cont-line.webp);
    height: 24.8%;
    width: 90.1%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0px;
    right: 0;
    margin: auto;
}
.legal-sctn .legal-blk p{
    font-size: 20px;
    font-family: 'Gilda Display';
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
    color: #303030;
    margin: 0 0 25px;
}
.legal-sctn .legal-left p {
    padding: 0 25px 0 70px;
    margin: 0 !important;
}
.legal-sctn .legal-left-btns {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.legal-sctn .legal-left-btns a:hover{
    background-image: -webkit-linear-gradient(0deg, rgb(191, 139, 38) 0%, rgb(230, 195, 76) 50%, rgb(191, 139, 38) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.legal-sctn .legal-lft-contact-btn a{
    font-family: 'Urbanist';
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 3.6px;
    line-height: 1;
    display: inline-block;
}
.legal-sctn .legal-lft-phn-num a{
    font-family: 'Urbanist';
    font-weight: 600;
    font-size: 35px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0px;
    line-height: 1;
    display: inline-block;
}
.legal-sctn .legal-lft-phn-num a::before{
    position: absolute;
    content: "";
    background-image: url(images/sprites.webp);
    background-position: -9px -77px ;
    background-repeat:no-repeat ;
    height:45px ;
    width: 45px;
    left: 0;
    top: -6px;
}
.legal-sctn .legal-lft-phn-num{
    padding-left: 55px ;
    position: relative;
}
.legal-sctn .legal-rgt-awrd-image {
    margin: 0 0 55px;
    width: 71.2%;
}
.legal-sctn .legal-rgt-awrd-image img {
    width: 100%;
    display: block;
}
/* Homepage Consultation Section Starts */
.home-consultation-sctn {
    padding: 48px 0 114px;
    position: relative;
    z-index: 0;
}
.home-consultation-sctn::before, .home-consultation-sctn::after {
    position: absolute;
    content: "";
    background-image: url(images/hm-consult-bef.webp);
    height: 76.33%;
    width: 15.81%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left;
    z-index: -1;
    left: 0px;
    top: 0;
    opacity: 10%;
}
.home-consultation-sctn::after{
    background-image: url(images/hm-consult-aft.webp);
    width: 14.39%;
    background-position: right;
    left: inherit;
    right: 0;
}
.home-consultation-sctn h2.text-heading{
    font-size: 126px;
    line-height: 1;
    color: #053c67;
    letter-spacing: 0;
    padding-top: 109px;
    position: relative;
    margin: 0 0 26px;
}
.home-consultation-sctn h2 strong{
    color: #bf8b26;
    font-weight: 400;
    display: inline-block;
    position: relative;
}
.home-consultation-sctn h2 strong::before, .home-consultation-sctn h2 strong::after {
    position: absolute;
    content: "";
    background-image: -webkit-linear-gradient(0deg, rgb(191, 139, 38) 0%, rgb(230, 195, 76) 50%, rgb(191, 139, 38) 100%);
    height: 3px;
    width: 71.4%;
    left: 6.5%;
    bottom: 8px;
}
.home-consultation-sctn h2::before {
    position: absolute;
    content: "";
    background-image: url(images/hm-consult-line.webp);
    height: 10.1%;
    width: 38.85%;
    background-size: 100% 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}
.home-consultation-sctn h2 strong::after {
    left: inherit;
    right: 4.4%;
    width: 13.4%;
}
.home-consultation-sctn p{
    font-size: 21px;
    font-family: 'Gilda Display';
    font-weight: 400;
    color: #000000;
    line-height: 1.67;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 34px;
}
.home-consultation-sctn .hm-consult-btns{
    display: flex;
    justify-content: center;
    gap: 17px;
}
.home-consultation-sctn .hm-consult-free-btn a.cmn-btn {
    padding: 32px 60px 30px;
    font-size: 18px;
}
.home-consultation-sctn .hm-consult-call-btn a.cmn-btn {
    font-size: 21px;
    padding: 31px 43px 30px 81px;
    background-image: url(images/btn-hvr.webp);
}
.home-consultation-sctn .hm-consult-call-btn a.cmn-btn:hover {
    background-image: url(images/btn-bghvr.webp);
}
.home-consultation-sctn .hm-consult-call-btn a.cmn-btn::before{
    position: absolute;
    content: "";
    background-image: url(images/sprites.webp);
    height: 24px;
    width: 24px;
    background-position:-350px -55px ;
    background-repeat: no-repeat;
    left: 46px;
    top: 0;
    bottom: 6px;
    margin: auto;
}
/* Homepage Form Section Starts */
.hm-form-sec{
    background-color:#053c67;
    padding: 120px 0 128px;
    border-radius: 245px;
    position: relative;
    z-index: 9
}
.hm-form-sec .hm-form-bfr{
    position: relative;
}
.hm-form-sec:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(images/form-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 0;
    top: 0;
    opacity:14%;
    border-radius:245px;
    z-index:0 ;
    pointer-events: none;
}
.hm-form-sec:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(images/form-layer.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 245px;
    pointer-events: none;
}
.hm-form-sec h2.text-heading{
    letter-spacing: -1.4px;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 0 0 36px;
    margin: 0 0 52px;
}
.hm-form-sec h2.text-heading::before {
    background-image: url('images/banner-tile-bfr-img.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    content: "";
    width: 44.9%;
    height: 36px;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    margin: auto;
}
.hm-form-sec p {
    font-family: 'Urbanist';
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.36px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    margin: 0 0 20px;
}
.hm-form-sec .gform_heading{
    display: none;
}
.hm-form-sec .gform_wrapper ul.gform_fields ul {
    margin: 0;
    padding: 0
}
.hm-form-sec .gform_wrapper ul.gform_fields li {
    margin: 0 0 25px 0;
    padding: 0 !important;
}
.hm-form-sec .gform_wrapper ul.gform_fields li.form-top {
    margin: 0 0 0 0;
    text-align: left;
}
.gform_wrapper ul.gform_fields li.phn {
    margin-right: 0 !important;
}
.hm-form-sec .gform_wrapper .top_label input,
.hm-form-sec .gform_wrapper select,
.hm-form-sec .gform_wrapper .top_label textarea {
    margin: 0px;
    width: 100% !important;
    color: #989eae;
    outline: none !important;
    position: relative;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important ;
    font-size: 18px !important;
    font-family: 'Urbanist';
    font-weight: 700;
    padding: 0 0 11px !important;
    letter-spacing: 3.6px;
    line-height: 1 !important;
    transition: all 0.5s;
}
.hm-form-sec .gform_wrapper .top_label input:focus, .hm-form-sec .gform_wrapper select:focus, .hm-form-sec .gform_wrapper .top_label textarea:focus {
    border-image: -webkit-linear-gradient(0deg, rgb(140, 88, 38), rgb(255, 246, 140), rgb(140, 88, 38), rgb(255, 246, 140), rgb(140, 88, 38), rgb(255, 246, 140)) 1;
    border-width: 0 0 1px !important;
    border-style: solid;
}
.hm-form-sec form input[type=text],
.hm-form-sec form input[type="email"],
.hm-form-sec form input[type="tel"],.hm-form-sec form textarea{
    border: none;
    outline: none;
}
.hm-form-sec .gform_wrapper .top_label textarea {
    width: 100%;
    float: left;
    min-height: inherit;
    resize: none;
    height: 89px !important;
    margin: 0px ;
    padding: 12px;
}
.hm-form-sec .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 6%;
    grid-row-gap: 55px;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 65px;
    resize: none;
}
.hm-form-sec .gform_wrapper .form-links, .form-top,.hm-form-sec .gform_wrapper.gravity-theme .gfield_checkbox label {
    font-size: 16px;
    color: #fff;
    width: 100%;
    display: inline-block;
}
.hm-form-sec .gform_wrapper .form-links a:hover{
    color: #bf8b26
}
.hm-form-sec .gform_wrapper .gfield_radio label, .hm-form-sec .gform_wrapper .top_label .chkbx label {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #fff;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    float: left;
    clear: both;
    width: 16px !important;
    height: 16px;
    margin: 4px 10px 0px 0 !important;
    padding: 0 !important;
    border-radius: 0;
    max-width: inherit !important;
    border: solid 1px #fff !important;
}
.hm-form-sec .gform_wrapper .gform_footer.top_label {
    padding: 0;
    margin: -80px 0 0;
    justify-content: flex-end;
}
.hm-form-sec .gform_wrapper .top_label input[type="submit"] {
    background-image: url("images/btn-hvr.webp") !important;
    outline: none !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    border: 0px none !important;
    border-radius: 0 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    cursor: pointer;
    transition-duration: 0.5s;
    font-style: normal !important;
    color: #ffffff !important;
    width: auto !important;
    font-size: 22px !important;
    font-family: 'Gilda Display';
    font-weight: 400;
    padding: 30px 93px !important;
    text-transform: uppercase !important;
    height: auto !important;
    margin: 0;
}
.hm-form-sec .gform_wrapper .top_label input[type="submit"]:hover {
    background-image: url(images/btn-bghvr.webp) !important;
}
.hm-form-sec .gform_wrapper .validation_message, .hm-form-sec .gform_wrapper div.validation_error {
    color: red;
    background: transparent !important;
    border: none !important;
    line-height: 18px;
    width: max-content !important;
    top: 0;
    right: 5px;
    position: absolute;
    padding: 0 !important;
    margin: 0 !important;
    pointer-events: none;
    line-height: 1 !important;
}
.hm-form-sec .instruction.validation_message {
    bottom: 0 !important;
    top: inherit;
}
.hm-form-sec .gform_wrapper fieldset.chk .gfield_description.validation_message.gfield_validation_message {
    top: 32px;
    left: 0;
    right: inherit;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: none
}
.hm-form-sec .gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
}
.hm-form-sec .gform_wrapper .popfield{
    margin: -28px 0 0;
}
.hm-form-sec .gform_wrapper .gfield--type-checkbox{
    margin: -48px 0 0;
}
.hm-form-sec input::placeholder {
    color: #989eae;
}
.hm-form-sec input:-ms-input-placeholder {
    color: #989eae;
}
.hm-form-sec input::-ms-input-placeholder {
    color: #989eae;
}
.hm-form-sec textarea::placeholder {
    color: #989eae;
}
.hm-form-sec textarea:-ms-input-placeholder {
    color: #989eae;
}
.hm-form-sec textarea::-ms-input-placeholder {
    color: #989eae;
}
.hm-form-sec .gform_wrapper .top_label .gfield_label {
    display: none;
}
.hm-form-sec div#popup-container {
    position: absolute;
    width: 100%;
    text-align: start;
}
.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: 17px;
    color: black;
    transition: transform 0.15s ease-out;
    display: inline-block;
    line-height: 1.8;
    font-family: 'Urbanist';
    font-weight: 400;
    letter-spacing: 0;
    width: 700px;
    margin: 0;
}
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: inherit;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield{
    position: relative;
}

/* Footer Section Starts */

.site-footer {
    background: #031f35;
    padding: 322px 0 0;
    color: #fff;
    position: relative;
    margin: -238px 0 0;
}
.site-footer:before {
    position: absolute;
    content: "";
    width: 60.4%;
    height: 74.4%;
    background-image: url(images/footer-bg-img.webp);
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 8%;
    pointer-events: none;
    background-position: bottom center;
    background-size: 100% 100%;
}
.site-footer .ftmenu ul {
    padding: 0px 0 28px;
    text-align: center;
    border-bottom: 1px solid rgb(255 255 238 / 30%);
    margin: 0 auto ;
}
.site-footer .ftmenu ul li {
    display: inline-block;
    margin: 0px 47px;
    padding:16px 0 0 ;
    position: relative;
}
.site-footer .ftmenu ul li a {
    font-size: 20px;
    font-family: 'Gilda Display';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #fff;
}
.site-footer .ftmenu ul li a:hover, .site-footer .ftmenu ul li.current-menu-item a{
    color: #c4a558;
}
.site-footer .ftmenu ul li a:before{
    position:absolute;
    content:"";
    width:100%;
    height:4px;
    background-image:url(images/nav-menu-hvr-img.webp);
    background-repeat:no-repeat;
    top:0;
    left:0;
    right: 0;
    margin: auto;
    display: none;
    background-size: 100% 100%;
    transition: 0.5s;
}
.site-footer .ftmenu ul li a:hover:before, .site-footer .ftmenu ul li.current-menu-item a:before{
    display: block;
}
.site-footer .ftmenu ul li:last-child{
    margin-right: 0
}
.site-footer .ftmenu ul li:first-child{
    margin-left: 0
}
.site-footer  .ftr-sec{
    display: flex;
    justify-content: space-between;
    padding:80px 0 78px;
    border-bottom: 1px solid rgb(255 255 238 / 30%);
    align-items: flex-start;
}
.site-footer .ftr-blocks{
    width: 54%;
}
.site-footer .ftr-lst {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.site-footer .ftr-itm{
    position: relative;
    padding: 78px 0 0 48px;
}
.site-footer .ftr-itm:before{
    position: absolute;
    content: "";
    width: 10px;
    height: 77%;
    background-image: url(images/footer-line-img.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 13px;
    top: 52px
}
.site-footer .ftr-itm.logo{
    padding:42px 0px 46px 46px;
    width: 31.3%;
}
.site-footer  .ftr-logo{
    width: 88.3%
}
.site-footer .ftr-itm .ftr-logo img{
    display: block;
    width: auto  ;
}
.site-footer .ftr-itm.logo:before,.site-footer .ftr-itm.logo:after{
    position: absolute;
    content: "";
    width: 76px;
    height: 76px;
    background-image: url(images/ftr-logo-bfr-img.webp);
    background-repeat: no-repeat;
    top:0px;
    left: inherit;
    right: 0
}
.site-footer .ftr-itm.logo:after{
    background-image: url(images/ftr-logo-aftr-img.webp);
    left: 0;
    right: inherit;
    top: inherit;
    bottom: 0;
    background-position: inherit;
}
.site-footer .ftr-itm.loc:after,.site-footer .ftr-itm.cnct a:after{
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(images/sprites.webp);
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position: -398px -48px
}
.site-footer .ftr-itm.loc{
    width:32.7%;
}
.site-footer .ftr-itm.cnct{
    width: 42.1%;
    margin: 0px -14px 0 0;
}
.site-footer .ftr-itm.cnct a:after{
    background-position: -331px -218px
}
.site-footer .ftr-itm.cnct a:hover:after{
    background-position: -331px -283px
}
.site-footer .ftr-itm.cnct:after{
    display: none;
}
.site-footer .ftr-itm h4{
    font-size: 30px;
    font-family: 'Gilda Display';
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin:  0 0 8px
}
.site-footer .ftr-itm p{
    font-size: 20px;
    font-family: 'Urbanist';
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1.5;
    color: #fff;
    margin: 0 0 16px;
}
.site-footer .ftr-itm p a{
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    display: inline-block;
    transition:0.5s;
    margin: 8px 0 0
}
.site-footer .ftr-itm.cnct p a:hover{
    color: #bf8b26
}
.site-footer .ftr-itm.loc p a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.32px;
    line-height: 1;
    background: -webkit-linear-gradient(left, #eee886 0, #9a6b32 71%, #eee886 58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin: 0;
    border-image: -webkit-linear-gradient(0deg, #eee88685 0%, #9a6b3261 50%, #eee88678 100%) 1;
    border-bottom-width: 2px;
    border-style: solid;
}
.site-footer .ftr-itm.loc p a:hover{
    -webkit-text-fill-color: #fff;
    background-image:none;
    border-color:#fff;
    border-image: none;
}
.site-footer .ftr-itm.loc p.directions{
    line-height: 1;
    margin: 0;
}


/* Copyrights */
.copyrights {
    background: #0a1f38;
    padding: 45px 0;
    text-align: center;
}
.copyrights .container:before{
    display: none;
}
.copyrights p, .copyrights a {
    font-family: 'Urbanist';
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.4px;
    margin: 0;
    color: #fff;
    display: inline-block;
}
.copyrights a {
    display: inline-block;
    padding: 0 5px;
}
.copyrights a:hover{
    color: #bf8b26
}
.site-footer .cpy-inr,.site-footer .ftrlink{
    display: inline-block;
}


/* Homepage Ends */

/* Accordion */
.accordion {
    display: flex;
    flex-direction: column;
    gap: 0px;
    max-width: 1000px;
    margin: 0 auto;
}
.accordion-section-content {
    display: none;
    background-color: #999;
    transition: all 0.3s ease-in-out 0s;
}
.accordion-section.accordien-active .accordion-section-content {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    display: block;
}
.accordion-section .accordion-heading {
    background-color: #ccc;
    padding: 10px 15px;
    margin: 0;
    cursor: pointer;
    /* background-image: url(images/plus.png); */
    background-image: url(images/bottom-arrow-angle.png);
    background-size: 25px auto;
    background-position: center right 20px;
    background-repeat: no-repeat;
}
.accordion-section.accordien-active .accordion-heading {
    background-image: url(images/right-arrow-angle.png);
}
.accordion-section .accordion-heading {
    border-radius: 5px;
}
.accordion-section.accordien-active .accordion-heading {
    border-radius: 5px 5px 0 0;
}
/* Accordion */
/* tabs */
.tab-btn, .tab-btn:hover {
    padding: 15px 30px;
    border-radius: 5px;
    background-color: #f9f9f9;
    border: 1px solid #999;
    top: -2px;
    position: relative;
    outline: none;
}
.tab-btn:hover {
    background-color: #f6f6f6;
}
.tab-btn.tab-btn-active {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    top: 2px;
    border-radius: 5px 5px 0 0;
}
.tab-content-area {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 0 5px 5px 5px;
}
.tab-pane {
    display: none;
}
.tab-pane.tab-pane-active {
    display: block;
}
/* tabs */
/* single People */
.related-people {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    flex: 1 1 auto;
}
.related-people .related-post {
    width: 100%;
    max-width: calc((100% / 3) - 7px);
    padding: 15px;
    background-color: #f3f3f3;
}
/* single People */
/*Inner Pages Styles*/
.container1 {
    max-width: 1280px;
    margin:auto;
}

.page_bnr {
    padding: 230px 0 165px;
    position: relative;
    text-align: center;
    background-image: url(images/inn-mbl-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0 0 220px 220px;
}
.page_title h1, .page_title h2 {
    font-family: 'Gilda Display';
    font-weight: 400;
    font-size: 70px;
    line-height: 1;
    letter-spacing: -1.4px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding: 0 0 30px;
    margin: 0 0 10px;
    background: linear-gradient(180deg, #fff68c 20%, #8c5826 33%, #fff68c 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page_title h1::before {
    background-image: url('images/inn-bnr-title-bfr.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    content: "";
    width: 29%;
    height: 24px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.inrpg-breadcrumbs {
    padding: 10px 0 0;
    color: #fff;
    font-family: 'Urbanist';
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    position: relative;
    z-index: 5;
    text-transform: uppercase;
}
.inrpg-breadcrumbs .current-item {
    color: #e1cc72;
}
.inrpg-breadcrumbs .current-item, .inrpg-breadcrumbs a:hover {
    color: #e1cc72;
}
.inrpg-breadcrumbs  span.divider {
    padding: 0px 10px;
}
#main #content-wrap {
    padding: 100px 0;
    position: relative;
}
.content-wrap-list {
    display: flex;
    justify-content: space-between;
}
.content-area {
    float: none;
    width:66%;
    position: relative;
    border: 0;
    padding: 0;
}
.widget-area.sidebar-primary {
    float: none;
    padding: 0;
}
.sidebar-container {
    width: 30%;
    max-width: 430px;
}
.gen-feature-img {
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: -webkit-linear-gradient(270deg, #fff68c -120%, #8c5826 6%, #fff68c 90%, #8c5826 96%);
    margin: 0 0 50px;
}
.gen-feature-img img {
    width: 100%;
    display: block;
}
.content-area h1, .content-area h2, .content-area h3, .content-area h4, .content-area h5, .content-area h6 {
    font-family: 'Gilda Display';
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #031f35;
}
.content-area h1, .content-area h2 {
    font-size: 50px;
}
.content-area h3 {
    font-size: 40px;
}
.content-area h4 {
    font-size: 35px;
}
.content-area h5 {
    font-size: 30px;
}
.content-area h6 {
    font-size: 26px;
}
.content-area p, .content-area li {
    font-family: 'Gilda Display';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.75;
    color: #000;
    letter-spacing: 0px;
    margin: 0 0 20px 0;
}
.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: 30px;
    position: relative;
}
.content-area ul li:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -462px -8px;
}
.content-area a, .content-area li a {
    color: #c4a558;
    text-decoration: underline!important;
}
.content-area a:hover, .content-area li a:hover {
    color: #031f35;
    text-decoration-style: solid !important;
}
.content-area ul li > ul li {
    list-style-type: none;
    padding-left: 25px;
}
.content-area ul li > ul li > ol li {
    list-style-type: decimal;
}
.content-area ul li > ul li:before {
    display: block;
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    top: 8px;
    left: 0;
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -464px -36px;
}
.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 Styles */
.sidebar-container .sidebar-box {
    width: 100%;
    display: inline-block;
    position: relative;
    /*    margin-bottom: 50px;
        padding: 0 0px 40px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;*/
}
.sidebar-container h4.widget-title {
    font-family: 'Gilda Display';
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding: 40px 15px 30px;
    margin: 0 0 30px;
    position: relative;
    border: 0;
}
.sidebar-container h4.widget-title::before {
    background-image: url('images/inn-bnr-title-bfr.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    content: "";
    width: 60%;
    height: 18%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.sidebar-container .sidebar-box ul {
    padding: 0 20px 0 30px;
    margin: 0;
}
.sidebar-container .sidebar-box ul li {
    margin: 0 0 20px;
    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: 'Gilda Display';
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: 0px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    padding-left: 30px;
}
.sidebar-container .sidebar-box ul li a:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 3px;
    left: 0;
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -462px -8px;
}
.sidebar-container .sidebar-box ul li a:hover {
    color: #c4a558;
}
.sidebar-container .sidebar-box ul.sub-menu {
    padding: 15px 0 0 30px;
}
.sidebar-container .sidebar-box ul.sub-menu li a {
    font-size: 21px;
    border: 0;
}
.sidebar-container .sidebar-box ul li {
    position: relative !important;
}
.sidebar-container .sidebar-box ul li a.drop.close, .sidebar-container .sidebar-box ul li a.drop.open {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 100%;
    background-image: url(images/plus_icn.png);
    background-repeat: no-repeat;
    background-position: right 10px top 8px;
    background-color: transparent;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sidebar-container .sidebar-box ul li a.drop.open {
    background-image: url(images/minus_icn.png);
    background-position: right 10px top 13px;
}
.sidebar-container .sidebar-box ul li a.drop:hover {
    background-image: url(images/plus_icn.png);
    -webkit-background-clip: unset;
}
.sidebar-container .sidebar-box ul li a.drop.open:hover {
    background-image: url(images/minus_icn.png);
}
.sidebar-container .sidebar-box ul li a.drop:before {
    display: none;
}
.sidebar-container .widget.widget_testi {
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 0 0 40px;
    box-shadow: 0px -3px 21px 0px rgba(0, 0, 0, 0.08);
}
.sidebar-container .widget.widget_testi h4.widget-title {
    color: #031f35;
    padding: 40px 15px 40px;
}
.sidebar-container .widget.widget_testi h4.widget-title::before {
    background-image: url('images/testi-top-border.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    content: "";
    width: 100%;
    height: 11%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.sidebar-container .widget .sidebar-testi.owl-carousel {
    display: block;
    padding: 0px 30px 0px;
}
.sidebar-container .widget .sidebar-testi .testi-item {
    padding: 10px 0px 0px;
    position: relative;
}
.sidebar-container .widget .sidebar-testi .testi-item .star-rat {
    width: 136px;
    height: 26px;
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -200px -11px;
    margin: 0 auto 17px;
}
.sidebar-container .widget .sidebar-testi .testi-item p {
    font-family: 'Gilda Display';
    font-size: 20px;
    color: #3b3b3b;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    margin: 0 0 30px;
}
.sidebar-container .widget .sidebar-testi .testi-item h5 {
    font-family: 'Gilda Display';
    font-size: 24px;
    margin: 0px 0px;
    line-height: 130%;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    color: #053c67;
}
.sidebar-container .widget .sidebar-testi.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    gap: 30px;
    pointer-events: fill;
    width: 100%;
    margin: 20px 0 0;
}
.sidebar-container .widget .sidebar-testi.owl-carousel .owl-nav button {
    width: 28px;
    height: 16px;
    font-size: 30px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -347px -10px;
}
.sidebar-container .widget .sidebar-testi.owl-carousel .owl-nav button.owl-next {
    background-position: -390px -10px;
}
.sidebar-container .widget .sidebar-testi.owl-carousel .owl-nav button span {
    font-size: 0;
}
/* Blog Page */
.content-area .oceanwp-pagination {
    width: 100%;
}
.content-area ul.page-numbers {
    padding: 0;
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.content-area ul.page-numbers li a, .content-area ul.page-numbers li span.page-numbers.current {
    width: 42px;
    height: 42px;
    background-color: transparent;
    color: #053c67;
    font-size: 25px;
    text-align: center;
    padding: 10px;
    margin: 0;
    letter-spacing: 0.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 0;
    font-family: 'Gilda Display';
    font-weight: 400;
}
.content-area ul.page-numbers li span.page-numbers.current {
    background-image: url(images/pagination-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    color: #fff;
    font-size: 32px;
}
.content-area ul.page-numbers li:before{
    display: none;
}
.content-area ul.page-numbers li{
    padding: 0;
    margin: 0 5px;
}
.sidebar-container .sidebar-box {
    margin-bottom: 50px;
    padding: 0 0px 40px;
    background-color: #083e6a;
}
.content-area ul.page-numbers li a.prev.page-numbers {
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -101px -152px;
    width: 34px;
    height: 39px;
    padding: 8px;
    font-size: 0;
}
.content-area ul.page-numbers li a.next.page-numbers {
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -169px -152px;
    width: 34px;
    height: 39px;
    padding: 8px;
    font-size: 0;
}
.content-area ul.page-numbers li a.prev.page-numbers:hover {
    background-position: -101px -87px;
}
.content-area ul.page-numbers li a.next.page-numbers:hover {
    background-position: -169px -87px;
}
.blog-entry:hover h4.blog-entry-title.entry-title a {
    background: linear-gradient(180deg, #fff68c 20%, #8c5826 33%, #fff68c 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Single Post */
.content-area .post-prev-next {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 35px 0 0;
}
.content-area .post-prev-next a h4 {
    background-image: url(images/sngle-blog-btn-bg.webp) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.36px;
    display: inline-block;
    position: relative;
    background: transparent;
    text-transform: uppercase;
    font-weight: 700;
    padding: 26px 46px 25px;
    text-align: center;
    border-radius: 34px;
    margin: 0;
}
.content-area .post-prev-next .next-post a h4 {
    padding: 26px 66px 25px;
}
.content-area .post-prev-next a h4:hover {
    background-image: url(images/sngle-blog-btn-bghvr.webp) !important;
}
.sidebar-container .blog-sdbr-search .sidebar-box.widget_search input {
    background-image: url(images/sngle-search-bg.webp) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% 100%;
}
.sidebar-container .blog-categories-archives .sidebar-box.widget_categories select, .sidebar-container .blog-categories-archives .sidebar-box.widget_archive select {
    background-image: url(images/sngle-categry-bg.webp) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% 100%;
}
.sidebar-container .blog-categories-archives {
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    padding: 50px 25px;
}
.sidebar-container .blog-categories-archives h4.widget-title {
    padding: 0 0 0 30px;
    text-align: left;
    margin: 0 0 15px;
    border: 0;
    font-size: 38px;
    color: #031f35;
}
.sidebar-container .blog-categories-archives  h4.widget-title::before {
    display: none;
}
.sidebar-container .blog-categories-archives  .sidebar-box.widget_categories,
.sidebar-container .blog-categories-archives  .sidebar-box.widget_archive {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    margin: 0 0 40px;
    border: 0;
    background-image: none !important;
}
.sidebar-container .blog-categories-archives .sidebar-box.widget_archive {
    margin: 0 !important;
}
.sidebar-container .blog-sdbr-search .sidebar-box.widget_search {
    margin: 0 0 40px;
}
/* single Post */
/* Areas Served */

.content-area .area-served-list {
    background-color: #031f35;
    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: 'Gilda Display';
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
    padding: 15px 10px;
    color: #fff;
    display: flex;
    text-align: center;
    min-height: 70px;
    justify-content: center;
    align-items: center;
    background: #bf8b26;
}
.content-area .area-served-item a:hover {
    color: #031f35;
}

/* About Page */
.content-area.full-width{
    width: 100%;
}
.inr-team-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 50px 0 40px;
}
.inr-team-list .inr-team-item {
    width: 30%;
    text-align: center;
    position: relative;
}
.inr-team-hvr a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0;
}
.inr-team-item .inr-team-item-img {
    padding: 12px;
    border: 5px solid #dcb131;
    margin: 0 0 20px;
}
.inr-team-item .innr-itm-lst img {
    width: 100%;
    display: block;
}
.inr-team-list .inr-team-item h4 {
    font-size: 26px;
    font-family: 'Playfair Display';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #031f35;
    margin: 0 0 10px;
}
.inr-team-list .inr-team-item:hover h4 {
    color: #bf8b26;
}
.inr-team-list .inr-team-item h6 {
    font-size: 18px;
    font-family: 'Urbanist';
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #bf8b26;
    margin: 0;
}
/* Common Block Structure */
.inner-cmn-blk {
    margin: 50px 0;
    background-image: url(images/innr-cmn-blk-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 60px 50px;
    text-align: center;
}
.inner-cmn-blk h3 {
    font-size: 42px;
    font-family: 'Urbanist';
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
    padding: 0 0 50px;
    position: relative;
    margin: 0 0 30px;
}
.inner-cmn-blk h3::before {
    background-image: url('images/cmn-blk-victry-img.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    content: "";
    width: 70%;
    height: 22%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.inner-cmn-btm {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}
.inner-cmn-cnt a.cmn-btn {
    font-size: 15px;
    text-decoration: none !important;
    padding: 23px 32px 19px;
    background-image: url("images/cmn-blk-btn-img.webp");
    color: #fff;
}
.inner-cmn-cnt.call a.cmn-btn {
    font-size: 16px;
    padding: 22px 38px 20px;
}
.inner-cmn-cnt a.cmn-btn:hover {
    color: #fff;
    background-image: url("images/btn-hvr.webp");
}
/* Testimonials Page */

.content-area .testimonials {
    column-count: 2;
    column-gap: 50px;
}
.content-area .testi-item {
    padding: 63px 0 73px 5px;
    position: relative;
    width: 100%;
    background-color: transparent;
    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;
    border-image: -webkit-linear-gradient(0deg, rgb(140, 88, 38) 0%, rgb(255, 246, 140) 50%, rgb(140, 88, 38) 100%) 1;
    border-bottom-width: 1px;
    border-style: solid;
    margin: 0 0 40px;
}
.content-area .testi-item:before{
    content: "";
    position: absolute;
    background-image: url(images/inn-testi-bfre.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 12px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
.content-area .testi-item .star-rat {
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -201px -11px;
    margin: 0 auto 25px;
    display: inline-block;
    width: 133px;
    height: 25px;
}
.content-area .testi-item h5{
    font-size: 30px;
    font-family: 'Gilda Display';
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.6px;
    text-transform: capitalize;
    color: #053c67;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 42px;
}


/* Practice Areas Page */

.content-area .inn-practice-blk {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
}

.content-area .inn-practice-item {
    position: relative;
    width: 25%;
    border: 1px solid #e1e1e1;
    margin: 0 0 -1px 0;
}

.content-area .inn-practice-item .inn-practice-image {
    opacity: 0;
}

.content-area .inn-practice-item .inn-practice-image img {
    display: block;
    width: 100%;
    opacity: 50%;
    mix-blend-mode: luminosity;
}

.content-area .inn-practice-item:before,
.content-area .inn-practice-item:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: -webkit-linear-gradient(90deg, rgb(0, 48, 85) 0%, rgba(0, 11, 38, 0) 100%);
    display: none;
    z-index: 1;
}

.content-area .inn-practice-item:after {
    background-image: url("images/inn-pract-hvr-aftr.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.content-area .inn-practice-cnt {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 52px;
    margin: auto;
    padding: 0 15px;
}

.content-area .inn-practice-item h4 {
    font-size: 30px;
    font-weight: 400;
    font-family: 'Gilda Display';
    color: #031f35;
    line-height: 1.16;
    letter-spacing: -0.6px;
    text-transform: capitalize;
    margin-bottom: 0;
    padding-top: 116px;
    text-align: center;
    position: relative;
}

.content-area .inn-practice-item h4:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    background-image: url("images/inn-sprites.webp");
    background-repeat: no-repeat;
}

.content-area .inn-practice-item.motor h4:before{
    background-position: -10px -238px;
    width: 95px;
}

.content-area .inn-practice-item.personal h4:before {
    background-position: -116px -232px;
}

.content-area .inn-practice-item.premises h4:before {
    background-position: -210px -232px;
}

.content-area .inn-practice-item.medical h4:before {
    background-position: -309px -233px;
}

.content-area .inn-practice-item.workers h4:before {
    background-position: -10px -334px;
}

.content-area .inn-practice-item.dog h4:before {
    background-position: -115px -334px;
}

.content-area .inn-practice-item.products h4:before {
    background-position: -210px -334px;
}

.content-area .inn-practice-item.car h4:before {
    background-image: url(images/car-accidents.webp);
}

.content-area .inn-practice-item.rideshare h4:before {
    background-image: url(images/rideshare-accident.webp);
}

.content-area .inn-practice-item.motorcycle h4:before {
    background-image: url(images/motorcycle-accident.webp);
}

.content-area .inn-pract-hvr a {
    position: absolute;
    font-size: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.content-area .inn-practice-item:hover .inn-practice-image {
    opacity: 1;
}

.content-area .inn-practice-item:hover:before,
.content-area .inn-practice-item:hover:after {
    display: block;
}

.content-area .inn-practice-item:hover {
    background-color: #053c67;
    border: 2px solid;
    border-image: linear-gradient(0deg, rgb(191, 139, 38) 0%, rgb(230, 195, 76) 50%, rgb(191, 139, 38) 100%) 1;
    margin: 0 0 -3px 0;
}

.content-area .inn-practice-item:hover h4{
    color: #d1d6e3;
}

.content-area .inn-practice-item:hover h4:before {
    display: none;
}


/* Contact Page */


.page-id-53 h2, .page-id-53 p {
    text-align: center;
}
.content-area .inn-cont-list {
    display: flex;
    justify-content: space-between;
    margin: 45px 0 60px;
}
.content-area .inn-cont-itm {
    width: 32.7%;
    padding: 65px 30px 75px;
    border-radius: 50px;
    background-image: url(images/inn-cont-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.content-area .inn-cont-itm h4{
    font-size: 38px;
    font-family: 'Gilda Display';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.76px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 16px;
    padding: 70px 0 0;
    position: relative;
}
.content-area .inn-cont-itm h4:before{
    content: "";
    position: absolute;
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -148px -11px;
    width: 36px;
    height: 50px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
.content-area .inn-cont-itm.cont-phone h4:before{
    background-position: -76px -11px;
    width: 50px;
}
.content-area .inn-cont-itm.cont-logo{
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-area .inn-cont-itm .loc-addr p{
    font-size: 21px;
    font-family: 'Urbanist';
    font-weight: 600;
    line-height: 1.42;
    letter-spacing: 0.42px;
    color: #ffffff;
    margin: 0;
}
.content-area .inn-cont-itm .loc-addr p a {
    font-size: 16px;
    font-family: 'Urbanist';
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.32px;
    background: -webkit-linear-gradient(left, #eee886 0, #9a6b32 71%, #eee886 58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin: 0;
    border-image: -webkit-linear-gradient(0deg, #eee88685 0%, #9a6b3261 50%, #eee88678 100%) 1;
    border-bottom-width: 2px;
    border-style: solid;
    text-transform: uppercase;
    text-decoration: none;
    margin: 10px 0 0;
}
.content-area .inn-cont-itm .call-num a {
    font-size: 43px;
    font-family: 'Urbanist';
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0;
    text-decoration: none;
}
.content-area .inn-cont-itm .call-num a:hover{
    color: #bf8b26;
}
.content-area .inn-cont-itm .loc-addr p a:hover {
    -webkit-text-fill-color: #fff;
    background-image: none;
    border-color: #fff;
    border-image: none;
}
.content-area .cont-logo-img {
    padding: 35px;
    position: relative;
}
.content-area .cont-logo-img:before, .cont-logo-img:after {
    content: "";
    position: absolute;
    width: 64px;
    height: 64px;
    background-image: url(images/cont-logo-bfr.webp);
    background-repeat: no-repeat;
    top: 0px;
    left: inherit;
    right: 0;
}
.content-area .cont-logo-img:after {
    background-image: url(images/cont-logo-aftr.webp);
    left: 0;
    right: inherit;
    top: inherit;
    bottom: 0;
    background-position: inherit;
}
.content-area .inn-cont-map iframe{
    width: 100%;
    display: block;
    border-radius: 50px;
    height: 490px;
}
.content-area .inn-cont-map{
    position: relative;
    padding: 2px;
    border-radius: 50px;
}
.content-area .inn-cont-map:before{
    content: "";
    position: absolute;
    border-radius: 50px;
    background: linear-gradient(to bottom, #8c5826 0%, #fff68c 50%, #8c5826 100%);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.content-area .inn-cont-map:after{
    content: "";
    position: absolute;
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -10px -87px;
    width: 54px;
    height: 74px;
    left: -3px;
    right: 0;
    top: -60px;
    bottom: 0;
    margin: auto;
    display: none;
}
/* single attorney */
.content-area .single-prf-details-list {
    background-image: url(images/inn-sngl-attrny-bg.webp);
    background-color: #031f35;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    position: relative;
    border-radius: 60px;
    z-index: 0;
    padding: 53px 60px 0;
    margin-bottom: 30px;
}
.single-prf-phnbr {
    padding: 0 0 0 65px;
    position: relative;
    margin: 0 0 30px;
}
.content-area .single-prf-details-list::before, .content-area .single-prf-details-list::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-image: url(images/lines.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 9.5%;
    pointer-events: none;
}
.content-area .single-prf-details-list::after{
    background-image: url(images/btm-line.webp);
}
.single-prf-details-lft {
    width: 40.1%;
}
.single-prf-img {
    position: relative;
    z-index: 0;
}
.single-prf-img img {
    width: 100%;
    display: block;
}
.in-profile-img img {
    width: 100%;
    display: block;
}
.in-profile-img {
    width: 42.4%;
    position:relative;
    z-index:1;
}
.single-prf-details-rite {
    width:50.4%;
}
.single-prf-details-rite .single-prf-cnt h3 {
    font-size: 60px;
    color: #fff;
    background: linear-gradient(176deg, #fff68c 0%, #8c5826 56%, #fff68c 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
    letter-spacing: -1.6px;
    line-height: 1.1;
    margin: 0 0 5px;
}
.single-prf-details-rite .single-prf-cnt h5 {
    font-family: 'Urbanist';
    font-size: 20px;
    color: #fff;
    letter-spacing: 5.6px;
    line-height: 1;
    margin: 0 0 30px;
}
.free-consult-text{
    padding-left: 63px;
    margin-bottom: 18px;
    color: #fff;
    position: relative;
}
.single-prf-details-rite .single-prf-phnbr h6 {
    font-family: 'Urbanist';
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3.4px;
    margin: 0 0 5px;
    line-height: 1;
    color: #fff;
}
.single-prf-details-rite .single-prf-phnbr a {
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600;
    font-family: 'Urbanist';
    color: #fff;
    letter-spacing: -0.5px;
    text-decoration: none;
}
.single-prf-details-rite .single-prf-phnbr a:hover{
    color: rgb(196, 165, 88);
}
.single-prf-details-rite .single-prf-phnbr a:before {
    position: absolute;
    content: "";
    width: 53px;
    height: 53px;
    background-image:url(images/inn-sprites.webp);
    background-position: -10px -10px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.atrny-btn a.cmn-btn {
    font-size: 18px;
    padding: 24px 45px 22px;
    text-decoration: none;
    color: #fff;
}
.atrny-btn a.cmn-btn:hover {
    color: #031f35;
    background-image: url("images/btn-bg.webp");
}
.content-area .accsec-ritcnt.accordion {
    margin: 60px 0 0;
}
.content-area .accordion-section {
    margin: 0 0 15px;
}
.content-area .accordion-section:last-child {
    margin: 0;
}
.content-area .accordion-section h3 {
    margin: 0px !important;
}
.content-area .accordion-section h3 a {
    display: block;
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.64px;
    background-image: url(images/inn-acrdn-hvr-bg.webp);
    padding: 26px 75px 19px 52px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-decoration: none !important;
    background-position: center;
}
.content-area .accordion-section-content ul {
    margin: 0;
}
.content-area .accordion-section h3 a:before {
    position: absolute;
    content: "";
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -432px -39px;
    width: 19px;
    height: 12px;
    right: 45px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.content-area .accordion-section h3 a.accordion-section-title.active {
    background-image: url(images/inn-acrdn-bg.webp);
}
.content-area .accordion-section h3 a.accordion-section-title.active:before {
    background-position: -432px -10px;
}
.accsec-ritcnt.accordion.inn .accordion-section-content{
    background-color: transparent;
    padding: 20px 40px;
}
.content-area .accordion-section-content {
    display: none;
    background-color: transparent;
    transition: 0s;
    padding: 20px 20px 0 50px;
}
/* blog */
.blogtopbar-blk .sidebar-container {
    width: 100%;
    max-width: 100%;
}
.blogtopbar-blk .blogtopbar-lst {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.sidebar-container.top-sdbr .blog-sdbr-archives {
    margin: 30px 0 50px;
}
.sidebar-container .blog-sdbr-archives .sidebar-box h4.widget-title {
    display:none;
}
.sidebar-container .blog-sdbr-archives .sidebar-box h4.widget-title {
    font-size: 40px;
    color: #000000;
    text-align: left;
    background-image:none;
    margin-bottom: 15px;
    padding: 0;
}
.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;
    border-radius: 0;
    width: 100%;
    margin: 0px;
    border: 0;
    background-image: none;
}
.sidebar-container .sidebar-box.widget_archive:last-child{
    margin: 0;
}
.sidebar-container .sidebar-box input, .sidebar-container .sidebar-box select {
    font-size: 20px !important;
    color: #fff;
    line-height: 130%;
    letter-spacing: 0;
    width: 100% !important;
    padding: 26px 65px 24px 45px !important;
    outline: 0;
    position: relative !important;
    border: 0;
    height: 100% !important;
    font-family: 'Urbanist';
    font-weight: 600;
    border-radius: 0;
    opacity: 1 !important;
    background-image: url(images/blog-archive-bg.webp) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% 100%;
}
.sidebar-container .sidebar-box option {
    background-color: #032036;
}
.sidebar-container .sidebar-box input::placeholder {
    color: #fff;
}
.sidebar-container .sidebar-box.widget_search input {
    background-image: url(images/blog-search-bg.webp) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.sidebar-container .sidebar-box.widget_search button.search-submit {
    position: absolute;
    right: 31px;
    height: 100%;
    width: 35px;
    font-size: 0;
    cursor: pointer;
    appearance: none !important;
    border: 0;
    outline: 0;
    background-color: transparent;
    top: 0;
    padding: 0;
}
.theme-select {
    display: none !important;
}
.sidebar-container .sidebar-box.widget_search input.search-submit {
    width: 60px;
    height: 100%;
    background-image: url(images/search-icon.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    right:0px;
    bottom: 0;
    top: 0;
    border: none;
    font-size: 0;
    cursor: pointer;
    margin: auto;
}
.sidebar-container .sidebar-box.widget_categories select, .sidebar-container .sidebar-box.widget_archive select {
    cursor: pointer;
    appearance: none !important;
}
#blog-entries {
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.content-area .blog-entry {
    border-bottom: 1px solid #f1f1f1;
    margin: 0 0.6% 1.4%;
    width: 32%;
    background-color: #053c67;
    border-radius: 40px;
    padding: 20px 15px 80px;
    position: relative;
    z-index: 0;
}
.content-area .blog-entry:hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-image: url(images/in-blog-itm-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: -1;
    margin: auto;
}
.content-area .blog-entry .post-content {
    padding: 15px 15px 0;
}
.post-meta {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    padding: 10px 10px;
    background-color: #031f35;
    border-radius: 10px;
    font-family: 'Urbanist';
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    letter-spacing: -0.3px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
.content-area .blog-entry .thumbnail {
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.search-results article .thumbnail img {
    box-shadow: none;
    width: 100%;
}
.content-area .blog-entry .post-content h4.blog-entry-title a {
    font-family: 'Gilda Display';
    font-weight: 400;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 0 0 20px;
    border-bottom: 1px solid #e3be49;
}
.content-area .blog-entry .post-content p {
    font-family: 'Gilda Display';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #fff;
}
.content-area .blog-entry-readmore {
    position: absolute;
    bottom: 35px;
    left: 30px;
}
.content-area .blog-entry .blog-entry-readmore a {
    border-radius: 0;
    display: inline-block;
    border: 0;
    padding: 16px 24px 12px;
    font-family: 'Gilda Display';
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.content-area .blog-entry:hover .blog-entry-readmore a {
    color: #fff;
    background-image: url(images/btn-bghvr.webp);
}
.content-area .page-numbers span:not(.elementor-screen-only) {
    border: 0;
    color: #053c67;
}

.footer-review-btn {
    text-align: center;
    padding: 30px 0px 0px;
}
.hdspanish p{
    position: absolute;
    right: 0px;
    top: -40px;
    font-size: 18px;
    color: #fff;
    font-family: 'Urbanist';
    color: #fff;
    text-align: start;
    line-height: 1;
    margin: 0;
    padding: 12px 30px;
    background-color: #bf8b26;
}
.f-nav .hdspanish p {
    position: inherit;
}
.injury-blk-img{
    position: absolute;
    left: -244px;
    top: -175px;
    width: 530px;
}