/*
 Theme Name:   Jeffrey S. Weiner, P.A.
 Theme URI:    https://wordpress.com/
 Description:  Twenty Nineteen Child Theme
 Author:       Wordpress
 Author URI:   https://wordpress.com/
 Template:     twentynineteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  jeffweiner
*/

@font-face {
  font-display: swap;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/dm-sans-v17-latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/dm-sans-v17-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/dm-sans-v17-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Cantata One';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/cantata-one-v16-latin-regular.woff2') format('woff2');
}
 


:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
       font-family: 'DM Sans';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}
.alignleft,
.alignright,
.aligncenter {
    margin-bottom: 10px;
}
.alignnone {
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}
iframe,
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
img {
    border: 0;
    height: auto;
}
a {
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
       font-family: 'DM Sans';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p,
li,
ul,
ol,
blockquote {
       font-family: 'DM Sans';
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
ul,
li {
    list-style: none;
}
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
a,
a:hover,
input[type="submit"],
button {
    outline: 0;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}
input::-moz-placeholder {
    color: var(--placeholdercolor);
}
input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}
input:-moz-placeholder {
    color: var(--placeholdercolor);
}
html {
    scroll-behavior: smooth;
}
p:empty {
    display: none;
}
.container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}
.d-none,
.hide {
    display: none !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.fw {
    float: left;
    width: 100%;
}
.wrapper {
    float: left;
    width: 100%;
}
/* Header Section Starts */
.head-sec .container {
    max-width: 1730px;
}
.home .head-sec {
    position: absolute;
    background-color: transparent;
    z-index: 999;
}
.logo img {
    transition-duration: 0.8s;
}
.logo-rit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff4d;
    margin: 0 0 18px;
}
.hdr-cal {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    display: flex;
    align-items: center;
}
.hdr-cal a {
    display: inline-block;
    margin-left: 18px;
    font-family: 'Cantata One';
    font-weight: 400;
    font-size: 32px;
    line-height: 1;
}
.top-rit-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hdr-wrk-btn a.cmn-btn:hover,
.hm-bnr-btn a.cmn-btn:hover {
    background: #f3f3f4;
    color: #24323c;
}
.hdr-wrk-btn a.cmn-btn:hover:before,
.hm-bnr-btn a.cmn-btn:hover:before {
    background-position: -335px -41px;
}
.topmenu {
    width: auto;
}
.topmenu ul {
    position: relative;
    margin: 0;
    font-size: 0;
}
.topmenu ul li {
    display: inline-block;
    position: relative;
    margin: 0 100px 0 0;
}
.topmenu ul li a {
    position: relative;
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    padding: 18px 0;

    text-transform: capitalize;
}
.topmenu ul.primary-menu > li.current_page_item > a,
.topmenu ul.primary-menu > li > a:hover {
    color: #cfb452;
}
.topmenu ul li:first-child {
    margin-left: 0px;
}
.topmenu ul li:last-child {
    margin-right: 0px;
}
.topmenu ul li ul.sub-menu {
    display: none;
    width:360px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #093B2E;
    padding: 30px;
    z-index: 999;
}
.topmenu ul li:hover ul.sub-menu {
    display: block;
}
.topmenu ul li:hover ul.sub-menu ul {
    display: none;
}
.topmenu ul li:hover ul.sub-menu li {
    position: relative;
}
.topmenu .sub-menu li.current-menu-item a {
    color: #fff;
}
.topmenu .sub-menu li a:after {
    display: none;
}
.topmenu .sub-menu li {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 0;
}
.topmenu .sub-menu li a {
    float: left;
    font-size: 18px;
    width: 100%;
    line-height: 1.6;
    padding: 13px 12px 13px 0;
    color: #fff;
    display: block;
    text-transform: capitalize;
}
.topmenu .sub-menu li a:hover {
    color: #cfb452;
}
.topmenu ul ul a:after {
    display: none;
}
.topmenu ul li.service-menu ul.sub-menu {
    height: 510px;
    overflow-y: scroll;
}
.topmenu ul li.service-menu ul.sub-menu::-webkit-scrollbar {
    width: 3px;
}
.topmenu ul li.service-menu ul.sub-menu::-webkit-scrollbar-track {
    background-color: #61696f;
}
.topmenu ul li.service-menu ul.sub-menu::-webkit-scrollbar-thumb {
    background-color: #d9994f;
    border-radius: 20px;
}
.topmenu ul li.menu-item-3754 ul.sub-menu li ul.sub-menu {
    position: inherit;
    left: inherit;
    top: inherit;
    width: 100%;
    padding: 0;
}
.topmenu ul li:hover ul.sub-menu li.open ul.sub-menu li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.topmenu ul li.menu-item-3754 ul.sub-menu li ul.sub-menu li {
    padding: 0 18px;
}
.topmenu ul  li.menu-item-3754  ul.sub-menu li  a {
    position: relative;
    display: block;
}


.topmenu ul li.menu-item-3754 ul.sub-menu li ul.sub-menu {
    overflow: inherit;
    height: auto;
}
.topmenu ul li.menu-item-3754 ul.sub-menu li ul li a:before {
    display: none;
}

.topmenu ul li a.drop {
    background-image: url(images/select-arw.webp);
    padding: 0;
    font-size: 0;
    width: 18px;
    height: 10px;
    position: absolute!important;
    right: 0;
    top: 25px;
}

.topmenu ul li ul ul.sub-menu{
        width: 200px;
}

.topmenu ul li.menu-item-3754 ul.sub-menu li ul.sub-menu {
    position: inherit;
    left: inherit;
    top: inherit;
    width: 100%;
    padding: 0;
}



.mbl-menu-list {
    position: relative;
    float: left;
    width: 100%;
}
.mobinav ul li.ml-back a {
    padding-left: 30px;
    position: relative;
}
.mobinav ul li.ml-back a:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(images/mainmenu-mbl-bfr.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center;
    left: 0;
    top: 0;
    bottom: 2px;
    margin: auto;
}
.menu-mobile-menu-espanol-container ul.open,
.menu-mobile-menu-practice-areas-container ul.open, .menu-mobile-blog-menu-container ul.open {
    overflow: auto;
    height: 62vh;
}
.menu-mobile-menu-espanol-container ul.open::-webkit-scrollbar, .menu-mobile-blog-menu-container ul.open::-webkit-scrollbar {
    width: 5px !important;
}
.menu-mobile-menu-espanol-container ul.open::-webkit-scrollbar-thumb,
.menu-mobile-menu-practice-areas-container ul.open::-webkit-scrollbar-thumb,
.menu-mobile-blog-menu-container ul.open::-webkit-scrollbar-thumb {
    border-radius: 5px;
    border: 0;
    background-color: #955c1a;
}
.menu-mobile-menu-espanol-container ul.open::-webkit-scrollbar-track,
.menu-mobile-menu-practice-areas-container ul.open::-webkit-scrollbar-track,
.menu-mobile-blog-menu-container ul.open:-webkit-scrollbar-track {
    border-radius: 5px;
    box-shadow: none;
    background-color: transparent;
}
.menu-mobile-menu-firm-overview-container ul,
.menu-mobile-menu-espanol-container ul,
.menu-mobile-menu-practice-areas-container ul,
.menu-mobile-blog-menu-container > ul {
    background-color: #f3f3f4;
    position: absolute;
    top: 0;
    transition: left .25s ease-in;
    left: -100%;
    width: 100%;
}
.menu-mobile-menu-firm-overview-container ul.open,
.menu-mobile-menu-espanol-container ul.open,
.menu-mobile-menu-practice-areas-container ul.open,
.menu-mobile-blog-menu-container ul.open {
    left: 0%;
}
.menu-mobile-menu-firm-overview-container ul.mobile-slide-menu-list li a,
.menu-mobile-menu-firm-overview-container ul.mobile-slide-menu-list li.ml-back a:hover,
.menu-mobile-menu-espanol-container ul.mobile-slide-menu-list li a,
.menu-mobile-menu-espanol-container ul.mobile-slide-menu-list li.ml-back a:hover,
.menu-mobile-menu-practice-areas-container ul.mobile-slide-menu-list li a,
.menu-mobile-menu-practice-areas-container ul.mobile-slide-menu-list li.ml-back a:hover,
.menu-mobile-blog-menu-container ul.mobile-slide-menu-list li a, .menu-mobile-blog-menu-container ul.mobile-slide-menu-list li.ml-back a:hover  {
    color: #24323c;
}
.menu-mobile-menu-firm-overview-container ul.mobile-slide-menu-list li a:hover,
.menu-mobile-menu-espanol-container ul.mobile-slide-menu-list li a:hover,
.menu-mobile-menu-practice-areas-container ul.mobile-slide-menu-list li a:hover,
.menu-mobile-blog-menu-container ul.mobile-slide-menu-list li a:hover {
    color: #bb782a;
}
.menu-mobile-menu-firm-overview-container ul.mobile-slide-menu-list li,
.menu-mobile-menu-espanol-container ul.mobile-slide-menu-list li,
.menu-mobile-menu-practice-areas-container ul.mobile-slide-menu-list li,
.menu-mobile-blog-menu-container > ul.mobile-slide-menu-list > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-mobile-blog-menu-container ul.mobile-slide-menu-list li ul {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 3vw;
    display: none;
}
.menu-mobile-blog-menu-container ul.mobile-slide-menu-list li ul li {
    border:0;
    padding: 0;
}
.menu-mobile-blog-menu-container ul.mobile-slide-menu-list li ul li a {
    padding: 14px 0;
}
.menu-mobile-blog-menu-container ul.mobile-slide-menu-list li a.drop, .menu-mobile-blog-menu-container ul.mobile-slide-menu-list li.open a.drop {
    background-image: url(images/blog-drpdwn-hvrarw.webp);
    width: 18px;
    height: 10px;
    top: 23px;
}
li.menu-item-5322 ul.sub-menu, li.menu-item-5317 ul.sub-menu, li.menu-item-5326 ul.sub-menu{
    display: none!important;

}


.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    float: left;
    text-align: left;
    cursor: pointer;
    padding: 0px 0 0 33px;
    position: relative;
}
.showhide b.txtl {
    text-align: right;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    color: #343235;
    padding-top: 2px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 27px;
    color: #343235;
}
.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #093b2e;
    position: absolute;
    top: 38px;
    left: 0;
}
.mobinav .container {
    max-width: 100%;
    padding: 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-bottom: 1px solid rgba(255, 255, 255,0.3);
    margin: 0;
    padding: 0 54px;
    position: relative;
}
.mobinav ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255,0.3);
}
.mobinav ul li a {
    width: 100%;
    float: left;
    padding: 23px 0;
    display: block;
    line-height: 1;
    color: #fff;
       font-family: 'DM Sans';
    font-weight: 400;
    font-size: 16px;
    border: 0;
    margin: 0;
    text-decoration: none;
}
.mobinav a:hover {
    color: #8dabc1;
}
.mobinav ul li.current_page_item>a,
.mobinav ul li a:hover {
    color: #9C891F;
}
.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 {
    background-image: url(images/mbl-drp-dwn.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
    width: 24px;
    height: 24px;
    position: absolute !important;
    right: 30px;
    top: 19px;
}

.mobile_src_nav {
    display: none;
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0;
}
.mobile_src_nav .container {
    position: relative;
}
.mobile_src_nav .search-form {
    width: 100%;
    float: left;
}
.header-sticky.fixed-header {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    /*background-color: #eeeeee;*/
    z-index: 9999;
/*    border-bottom: 2px solid #33d20c;*/
}
.sicky-logo {
    width: 100%;
    max-width: 300px;
    padding: 0 15px;
}
.header-sticky {
    width: 100%;
    float: left;
    background: #093B2E;
    padding: 17px 10px;
    display: block;
        z-index: 99;
    position: relative;
}
.header-sticky-lst {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.header-sticky .sicky-cnt {
    width: fit-content;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #c4c9b2;
    padding: 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.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 .sicky-cnt>a {
    font-size: 17px;
    color: #000000;
    font-family: serif;
    position: relative;
    position: relative;
    padding-top: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    width: 54px;
    height: 54px;
}
.header-sticky .sicky-cnt a:before {
    width: 54px;
    height: 54px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}
.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;
}


.header-sticky .sicky-cnt .stickyshowhide:before {
    background: url(images/header-menu-icn.webp) 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/hdr-cal-icn.png) no-repeat center;
    background-color: #CFB452;
    border-radius: 50%;
}
.header-sticky .sicky-cnt.sticky-blog-wrap a:before {
    background: url(images/header-sticky-blog.png) no-repeat center;
}
.srcshow img {
    width: 100%;
    display: block;
}
.srcbox {
    z-index: 99999995;
    background-color: transparent;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
}
.srcbox:before {
    content: "";
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: -54px 0;
    position: absolute;
    left: 14px;
    top: 17px;
    width: 18px;
    height: 18px;
}
.srcbox .search-form .screen-reader-text {
    font-size: 0;
}
.srcbox input {
    width: 100%;
    float: left;
    padding: 16px 54px;
    text-transform: capitalize;
    line-height: 120%;
    background-color: #f2f2f5;
    font-style: italic;
    color: #343434;
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 17px;
    border: 0;
    outline: 0;
    position: relative;
    margin: 0 0 1px;
}

.srcbox .clr-btn input[type="button"] {
    display: none;
}
.srcbox input.search-submit {
    position: absolute;
    top: 26px;
    right: 26px;
    bottom: 0;
    width: 18px;
    font-size: 0;
    padding: 0;
    height: 17px;
    background: url(images/search-icn.webp);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    float: initial;
    cursor: pointer;
}

.mobile-slide-menu-list {
    background: #efefef;
}
.srcbox button {
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 25px;
    border: none;
    background: none;
}
.srcbox .close_search {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 15px;
    top: 0px;
    bottom: 0;
    margin: auto;
    background-image: url(images/sprite_icons.png);
    background-repeat: no-repeat;
    background-position: 0 -22px;
    cursor: pointer;
}
.srcbox input::-webkit-input-placeholder {
    color: #343434;
}
.srcbox input::-moz-placeholder {
    color: #343434;
}
.srcbox input:-ms-input-placeholder {
    color: #343434;
}
.srcbox input:-moz-placeholder {
    color: #343434;
}

.fltngmenu-cntct-txt {
    padding-right: 40px;
    position: relative;
    max-width: max-content;
    margin: 0 auto 15px;
}

.fltngmenu-cntct-txt:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 10px;
    background-image: url(images/btn-arw.webp);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 
ease 0.3s;
    z-index: 0;
}

.hdr-flw {
    font-family: 'DM Sans';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    font-size: 24px;
    color: #fff;
    margin: 0 0 20px;
}

.top-mbl-rit ul.sil-icns{display: flex;justify-content: center;gap: 15px;}

.top-mbl-rit ul.sil-icns li {
    float: none;
    border: 0;
    margin: 0;
    padding: 0;
    max-width: max-content;
}
.top-mbl-rit ul.sil-icns li a{float: none;padding: 0;}

.top-mbl-rit {width: 100%;float: left;padding: 5% 0 0;text-align: center;}

.fltngmenu-btn {margin: 0 0 20px;}



#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: block;
    width: 83%;
    height: 100vh;
    z-index: 99999;
}
.floatingMenu-list {
    width: 100%;
    background: #093B2E;
    overflow-y: auto;
    padding: 10px 0px 50px;
    height: 100vh;
    position: relative;
    margin: 0 0 50px;
}
#floatingMenu.openMenu {
    display: block;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#cloaseFloatingMenu {
    text-align: right;
       font-family: 'DM Sans';
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    display: block;
    clear: both;
    color: #fff;
    font-style: italic;
    padding: 0 50px;
}
#cloaseFloatingMenu small {
    background-image: url(images/close-icn.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
    font-size: 0px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
a#cloaseFloatingMenu2 {
    flex-grow: 1;
    width: calc(100% - 580px);
    height: 100%;
    font-size: 0px !important;
}
.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;
    position: absolute;
    top: 15px;
    right: 6px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.floatingMenuInner .menu-item-has-children>a:before {
    content: '';
    width: 2px;
    height: 10px;
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    opacity: 1;
    background-color: #fff;
}
.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {
    opacity: 0;
}
.header-sticky.fixed-header .container {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: space-between;
}
.sicky-logo {
    max-width: 306px;
    text-align: center;
}
.sticky-wrap {
    display: none;
}
a.cmn-btn {
    font-family: 'Cantata One';
    font-size: 18px;
    color: #fff;
    line-height: 1;
    display: inline-block;
    background-color: #cfb452;
    text-transform: capitalize;
    font-weight: 400;
    padding: 25px 66px 23px 25px;
    text-align: center;
    position: relative;
    z-index: 1;
}
a.cmn-btn:hover {
    color: #24323C;
    
    z-index: 1;
}

a.cmn-btn:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 10px;
     background-image: url(images/btn-arw.webp);
    background-repeat: no-repeat;
    background-size: contain;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all ease 0.3s;
    z-index: 0;
}

a.cmn-btn:hover:after{
    background-image: url(images/btn-hvr-arw.webp);
}

a.cmn-btn:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background-color: #efefef;
    transform: scaleX(1);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all ease 0.3s;
    z-index: -1;
}
a.cmn-btn:hover:before {width: 100%;z-index: -1;}
.text-heading {
    font-family: 'Cantata One';
    font-weight: 500;
    font-size: 49px;
    color: #fff;
    line-height: 1;
    margin: 0 0 35px 0;
    letter-spacing: 0px;
    text-align: center;
}
.banner-sec {
    padding:465px 0 210px;
    position: relative;
    background-image: url(images/banner-bg-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
.bnr-cnt {
    width: 50%;
}
.bnr-cnt .top-text {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 31px;
    line-height: 1;
    color: #fff;
    margin:0 0 73px;
    text-transform: capitalize;
}
.bnr-cnt strong {
    font-family: 'Cantata One';
    font-weight: 500;
    font-size: 58px;
    line-height: 1.05;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 32px;
    display: block;
}
.bnr-cnt strong small {
    text-transform: none;
    font-size: 58px;
}
.bnr-cnt p {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 27px;
    line-height: 1;
    color: #fff;
    margin: 0 0 64px;
}

/*Results Section*/

.caseresults-sec {
    padding: 140px 0;
    background-image: url(images/results-bg-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.caseresults-sec h2 {
    font-family: 'Cantata One';
    font-weight: 400;
    font-size: 49px;
    line-height: 1;
    color: #f7f7f7;
    margin: 0 0 10px;
    text-transform: capitalize;
}
.caseresults-sec h4 {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 36px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 36px;
}   
.caserslt-itm {
    background-color: #efefef;
    padding: 51px 41px;
    width: 100%;
}
.caserslt-itm h3 {
    font-family: 'Cantata One';
    font-weight: 400;
    font-size: 49px;
    line-height: 1;
    color: #093b2e;
    margin: 0 0 10px;
}
.caserslt-itm h5 {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 31px;
    line-height: 1.3;
    color: #343434;
    margin: 0;
}
.caserslt-btn {
    padding-left: 166px;
    margin: -62px 0 0;
}
.caserslt-lst.owl-carousel .owl-item, .caserslt-lst.owl-carousel .owl-stage {display: flex;}
.caserslt-lst.owl-carousel .owl-nav {
    margin: 45px 0 0;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    gap: 16px;
}
.caserslt-lst.owl-carousel .owl-nav button {
    background-image: url(images/hm-awards-arrow.webp) !important;
    background-repeat: no-repeat !important;
    background-size: 24px !important;
    background-position: center !important;
    background-color: #044634 !important;
    border-radius: 50%;
    width: 64px;
    height: 64px;
}
.caserslt-lst.owl-carousel .owl-nav button.disabled {
    opacity: 0.5;
}
.caserslt-lst.owl-carousel .owl-nav button.owl-next {
    transform: rotate(180deg);
}
.caserslt-lst.owl-carousel .owl-nav button:hover{
    background-color: #cfb452 !important;
}
.caserslt-lst.owl-carousel .owl-nav button span {
    font-size: 0;
}

/*Home Miami Section*/

.home-miami-sec {
    padding: 140px 0;
    position: relative;
    background-image: url(images/criminal-defense-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.hm-miami-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hm-miami-lft {
    width: 46.8%;
}
.hm-miami-lft h1, .hm-miami-rit h4 {
    font-family: 'Cantata One';
    font-weight: 400;
    font-size: 49px;
    line-height: 1;
    color: #093b2e;
    margin: 0 0 10px;
}
.hm-miami-lft h2, .hm-miami-rit h5 {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 36px;
    line-height: 1.1;
    color: #343434;
    margin:0 0 24px;
}
.hm-miami-lft p {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    color: #343434;
    margin: 0 0 18px;
}
.hm-miami-lft p a {
    color: #9c891f;
}
.hm-miami-lft p a:hover {
    color: #343434;
}
.hm-miami-lft p.box-text {
    text-align: center;
    background-color: #efefef;
    padding: 37px 36px;
    margin: 45px 0 0;
}
.hm-miami-lft p a.box-text-nmbr {
    color: #343434;
}
.hm-miami-rit {
    width:46.2%;
    text-align: center;
    background-color: #093b2e;
    padding: 63px 59px;
}
.hm-miami-rit h4 {
    color: #f7f7f7;
}
.hm-miami-rit h5 {
    color: #CFB452;
    margin: 0 0 40px;
}


.hm-form-sec .gform_heading {
    display: none;
}
.hm-form-sec .textwidget {
    display: flex;
    justify-content: flex-start;
}
.hm-frm-cnt {
    width: 47.3%;
    padding: 63px 71px;
    background-color: #24323c;
    border-radius: 16px;
}
.hm-frm-cnt h4 {
    font-family: 'Pathway Gothic One';
    font-weight: 500;
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: 2.6px;
    margin: 0 0 22px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 15px;
}
.hm-frm-cnt h5 {
       font-family: 'DM Sans';
    font-weight: 400;
    font-size: 30px;
    line-height: 1.1;
    color: #ffffff;
    text-align: center;
    margin: 0 0 42px;
}
.hm-form-sec .hm-frm-cnt .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 .gfield select, .hm-form-sec .gform_wrapper .top_label textarea {
    margin: 0px;
    width: 100% !important;
    color: #343434;
    outline: 0px;
    position: relative;
    border-radius: 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 18px !important;
    line-height: 130% !important;
    padding: 1px 2px !important;
    transition: all 0.5s;
}
.hm-form-sec .gform_wrapper .gfield.submit-info {
    background-color: transparent;
    padding: 0;
}
.hm-form-sec .gform_wrapper .top_label textarea {
    width: 100%;
    height: 85px !important;
    padding: 0;
    resize: none;
}
.hm-form-sec .gform_wrapper .gfield.submit-info p {
    text-align: center;
    color: #ffffff;
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 15px;
    line-height:1.6;
    letter-spacing: 0;
    margin: 0 0 36px;
}
.hm-form-sec .gform_wrapper .gfield.submit-info p a {
    color:#cfb452;
    text-decoration: underline;
}
.hm-form-sec .gform_wrapper .gfield.submit-info p a:hover {
    color: #fff;
}
.hm-form-sec .gform_wrapper .form-links,
.form-top {
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.hm-form-sec .gform_wrapper .form-links a {
    color: #f7cc4c;
    font-weight: 600;
    text-decoration: underline;
}
.form-top span,
.hm-form-sec .gform_wrapper .top_label .chkbx label span {
    color: #ed3731;
}
.hm-form-sec .gform_wrapper .gfield_radio label,
.hm-form-sec .gform_wrapper .top_label .chkbx label {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #fff;
}
.hm-form-sec .gform_wrapper .top_label .chkbx label {
    font-weight: 700;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    float: left;
    clear: both;
    width: auto !important;
    margin: 4px 10px 0px 0 !important;
    padding: 0 !important;
    border-radius: 0;
    max-width: inherit !important;
}
.hm-form-sec .gform_wrapper .gform_footer.top_label {
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.hm-form-sec .gform_wrapper .gfield.client select {
    position: relative;
    appearance: none;
    background-image: url(images/select-arw.webp);
    background-repeat: no-repeat;
    background-position: right 1px top;
}
.hm-form-sec .gform_wrapper .gfield.client select option {
    background: #f3f3f4;
    color: #343434;
}
.hm-form-sec .gform_wrapper .top_label input[type="submit"] {
    outline: none !important;
    border:0 !important;
    border-radius:0px !important;
    cursor: pointer;
    transition-duration: 0.5s;
    font-style: normal !important;
    width: auto !important;
    font-family: 'Cantata One';
    font-size: 18px !important;
    color: #fff !important;
    line-height: 1 !important;
    background-color: #cfb452 !important;
    text-transform: capitalize;
    font-weight: 400;
    padding: 25px 66px 23px 25px !important;
    text-align: center;
    position: relative;
    z-index: 1;
    background-image: url(images/btn-arw.webp) !important;
    background-repeat: no-repeat !important;
    background-position: right 25px center !important;
    margin: 0 !important;
}
.hm-form-sec .gform_wrapper .top_label input[type="submit"]:hover {
    color: #24323C !important;
    background-image: url(images/btn-hvr-arw.webp) !important;
    z-index: 1;
    background-color: #efefef !important;
}
.hm-form-sec .gform_wrapper .top_label input[type="submit"]:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background-color: #efefef !important;
    transform: scaleX(1);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all ease 0.3s;
    z-index: -1;
}
.hm-form-sec .gform_wrapper .top_label input[type="submit"]:hover:before {width: 100%;z-index: -1;}
.hm-form-sec .gform_wrapper .gform_footer.top_label:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 8px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -335px -21px;
    right: 22px;
    top: 2px;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.hm-form-sec .gform_wrapper .gform_footer.top_label:hover:before {
    background-position: -335px -41px;
}
.hm-form-sec input::placeholder {
    color: #343434;
}
.hm-form-sec input:-ms-input-placeholder {
    color: #343434;
}
.hm-form-sec input::-ms-input-placeholder {
    color: #343434;
}
.hm-form-sec textarea::placeholder {
    color: #343434;
}
.hm-form-sec textarea:-ms-input-placeholder {
    color: #343434;
}
.hm-form-sec textarea::-ms-input-placeholder {
    color: #343434;
}
.hm-form-sec .gform_wrapper .top_label .gfield_label {
    display: block;
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #343434;
    margin: 0;
}
.hm-form-sec .gform_wrapper div.validation_error {
    text-align: center;
    border: none;
    padding: 0 !important;
}
.hm-form-sec .gform_wrapper .validation_message,
.hm-form-sec .gform_wrapper div.validation_error {
    color: red;
    letter-spacing: 0.56px;
    font-size: 15px;
    line-height: 18px;
}
.hm-form-sec .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
.hm-form-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}
.hm-form-sec .gform_wrapper li.gfield.gfield_error,
.hm-frmsec .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: inherit !important;
    border: none;
    padding: 0 !important;
    margin-top: 0 !important;
}
.hm-form-sec .gform_wrapper .gform_validation_errors {
    display: none;
}
.hm-form-sec .gform_wrapper .gfield {
    position: relative;
    background-color: #f2f2f5;
    color: #343434;
    text-align: left;
    padding: 7px 9px 1px;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.hm-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 0px;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #ff0000;
    font-size: 13px;
    right: 24px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
}
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    top: 18px;
}
.hm-form-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0
}
.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: 1;
    margin: 20px 0;
    text-align: center;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 14px;
    color: black;
    transition: transform 0.15s ease-out;
    display: inline-block;
    line-height: 2;
}
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: inherit;
}
.gform_button.disabled {
    pointer-events: none;
}
.site-footer {
   background-color: #093B2E;
    padding: 63px 0 0;
}
.ftmenu ul {
    margin: 0;
}
.ftmenu ul li {
    display: block;
    margin: 0 0 18px;
}
.ftmenu ul li:last-child {
    margin-bottom: 0;
}
.ftmenu ul li a {
    font-size: 18px;
       font-family: 'DM Sans';
    text-transform: capitalize;
    color: #CFB452;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0px;
    margin: 0;
    display: inline-block;
}
.ftmenu ul li a:hover {
    color: #fff;
}
.ftr-blocks {
    padding: 0 0 61px;
    display: flex;
    justify-content: space-between;
}
.ftr-blocks h6 {
    font-size: 18px;
       font-family: 'DM Sans';
    text-transform: capitalize;
    color: #5E7D94;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0px;
    margin: 0 0 22px;
}
.ftr-blocks p {
    font-size: 18px;
       font-family: 'DM Sans';
    text-transform: capitalize;
    color: #24323C;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0px;
    margin: 0;
}
.ftr-cont-num {
    margin: 50px 0 0;
}
.ftr-cont-num .ftrcal a {
    font-size: 27px;
    font-family: 'DM Sans';
    font-weight: 400;
    color: #fff;
    line-height: 1;
    letter-spacing: 0px;
    margin: 5px 0 0 0;
    display: inline-block;
}

.ftrloca a{
    font-size: 18px;
    font-family: 'DM Sans';
    font-weight: 400;
    color: #CFB452;
    line-height: 1;
    letter-spacing: 0px;
    margin: 10px 0 0 0;
    display: inline-block;
}


.ftr-addr-blk p a {
    color: #CFB452;
}
.ftr-addr-blk p a:hover {
    color: #fff;
}
.ftr-blocks h5{
    font-family: 'DM Sans';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    font-size: 18px;
    color: #fff;
    margin: 0px;
}
.ftr-blocks h4{
    font-family: 'DM Sans';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    font-size: 24px;
    color: #fff;
    margin: 0 0 20px;
}


.ftr-blocks p {
    font-family: 'DM Sans';
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    font-size: 19px;
    color: #fff;
    margin: 0;
}

.ftr-blocks p a{
    display: block;
}

ul.sil-icns {
    display: flex;
    gap: 25px;
    align-items: center;
}

ul.sil-icns li{
    margin: 0;
}

ul.sil-icns li a{
    display: inline-block;
}

svg.blk.icn {
    width: 25px;
    height: 25px;
    fill: #cfb452;
}

ul.sil-icns li a:hover svg{
    fill: #fff;
}

.copyrights {
    background: #fff;
    padding: 31px 0;
}
.copyrights .container {
    display: flex;
    justify-content: space-between;
    max-width: 1730px;
}
.copyrights .cpy-right-txt {
       font-family: 'DM Sans';
    font-weight: 400;
    font-size: 12px;
    line-height: 1.85;
    letter-spacing: 0.24px;
    color: #191919;
    margin: 0 0 10px;
}
.copyrights p,
.copyrights a {
       font-family: 'DM Sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    color: #191919;
    margin: 0;
}
.ftrlink {
    display: flex;
    justify-content: flex-start;
    gap: 26px;
}
.copyrights a {
    display: inline-block;
    text-decoration: underline;
}
.copyrights a:hover {
    color: #BB782A;
}

.hm-form-sec .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 18px;
}
.hm-form-sec .gform_wrapper .top_label textarea {
    height: 90px !important;
}
.ftr-logo {
    width: 22.4%;
    padding-left: 5px;
}
.ftr-blocks .ftr-cont-num h6 {
    margin: 0;
}
.ftr-addr-blk {
    padding-top: 6px;
}
.ftr-blocks h6 {
    margin: 0 0 25px;
}
.ftr-addr-blk {
    width: 24.6%;
    padding-top: 6px;
}
.ftr-social-icons {
    padding-top: 4px;
}
.ftmenu {
    width: 19.7%;
    padding: 6px 0 0;
}
.copyrights .container {
    max-width: 1720px;
}
.scorpion-img {
    width: 11%;
    padding-top: 41px;
}
.mbl-btns-lst {
    display: none;
}

.head-sec.f-nav .topmenu-withsticky, .head-sec .topmenu-withoutsticky {
    display: block;
}
.head-sec .topmenu-withsticky, .head-sec.f-nav .topmenu-withoutsticky{
    display: none;
}
/*.head-sec.f-nav {
    position: fixed;
    z-index: 999;
    padding: 15px 0;
    background-color: #1d2327;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}*/
.head-sec.f-nav .top-rit{
    display: none;
}
.head-sec.f-nav .logo {
    width: 250px;
}
.head-sec.f-nav .topmenu{
    margin: 0;
}
.head-sec.f-nav .top-rit-btm{
    align-items: center;
}
.head-sec.f-nav .logo-rit{
    width: 85%;
}
.head-sec.f-nav .topmenu ul>li{
    padding: 0px;
}









 
/* home legal section starts */
 
.hm-legal-sec {
    padding: 141px 0;
    background: url(images/legal-sec-bg-image.webp) center/cover no-repeat;
}
 
.hm-legal-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 
.hm-legal-left {
    width: 46.2%;
}
 
.hm-legal-left .text-heading {
    color: #093b2e;
    text-align: left;
    margin: 0 0 21px;
}
 
.hm-legal-left p {
    font-size: 20px;
    font-family: 'DM Sans';
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    color: #343434;
    margin: 0 0 19px;
}
 
.legal-cont-box {
    padding: 37px;
    margin: 0;
    background-color: #093b2e;
    text-align: center;
    color: #fff !important;
}
 
.hm-legal-left .legal-cont-box {
    color: #fff;
}
 
.legal-cont-box strong {
    font-weight: 700;
}
 
.legal-cont-box a {
    color: #cfb452;
}
 
.legal-cont-box a strong {
    color: #fff;
}
 
.legal-cont-box a:hover {
    color: #fff;
}
 
.hm-legal-left ul {
    margin: 0 0 46px;
}
 
.hm-legal-left ul li {
    font-size: 19.8px;
    font-family: 'DM Sans';
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    color: #343434;
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 4px;
}
 
.hm-legal-left ul li::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #cfb452;
}
 
.hm-legal-rht {
    padding: 45px 60px 60px;
    width: 46.2%;
    background-color: #093b2e;
}
 
.hm-legal-rht h3 {
    font-size: 36px;
    font-family: 'DM Sans';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    margin: 0 0 60px;
}
 
.hm-legal-retain-itm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    margin: 0 0 27px;
}
 
.hm-legal-retain-itm:last-child {
    margin: 0;
}
 
.hm-legal-retain-itm p {
    font-size: 23px;
    font-family: 'DM Sans';
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
}
 
.hm-legal-retain-img {
    width: 100%;
    max-width: 8.8%;
}
 
.hm-legal-retain-img img {
    width: 100%;
    display: block;
}
 
/* home legal section ends */
 
/* home awards section starts */
 
.hm-awards-sec {
    padding: 70px 0;
    background-color: #093b2e;
}
 
.hm-awards-sec .text-heading {
    margin: 0 0 45px;
}
 
.hm-awards-list.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
 
.hm-awards-list.owl-carousel .hm-award-item {
    text-align: center;
}
 
.hm-awards-list.owl-carousel .hm-award-item img {
    width: auto !important;
    display: inline-block !important;
    margin: auto !important;
    max-width: 11rem;
}
 
.hm-awards-sec .hm-awards-list.owl-carousel .owl-nav,
.hm-commentators-sec .hm-comments-list.owl-carousel .owl-nav, .hm-testimonials .testi-blck.owl-carousel .owl-nav,
.innr-prct-form-sec .innr-prct-lft-results-lst.owl-carousel .owl-nav {
    max-width: 145px;
    margin: 25px auto 0;
    width: 100%;
    position: relative;
    display: flex!important;
    justify-content: center;
    gap: 16px;
}
 
.hm-awards-sec .hm-awards-list.owl-carousel .owl-nav button,
.hm-commentators-sec .hm-comments-list.owl-carousel .owl-nav button, .hm-testimonials .testi-blck.owl-carousel .owl-nav button, 
.innr-prct-form-sec .innr-prct-lft-results-lst.owl-carousel .owl-nav button {
    background-image: url(images/hm-awards-arrow.webp);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    background-color: #044634;
    border-radius: 50%;
    width: 64px;
    height: 64px;
}
 
.hm-awards-sec .hm-awards-list.owl-carousel .owl-nav button.disabled,
.hm-commentators-sec .hm-comments-list.owl-carousel .owl-nav button.disabled, .hm-testimonials .testi-blck.owl-carousel .owl-nav button.disabled, 
.innr-prct-form-sec .innr-prct-lft-results-lst.owl-carousel .owl-nav button.disabled {
    opacity: 0.5;
}
 
.hm-awards-sec .hm-awards-list.owl-carousel .owl-nav button.owl-next,
.hm-commentators-sec .hm-comments-list.owl-carousel .owl-nav button.owl-next, .hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-next,
.innr-prct-form-sec .innr-prct-lft-results-lst.owl-carousel .owl-nav button.owl-next {
    transform: rotate(180deg);
}
 
 
.hm-awards-sec .hm-awards-list.owl-carousel .owl-nav button:hover,
.hm-commentators-sec .hm-comments-list.owl-carousel .owl-nav button:hover, .hm-testimonials .testi-blck.owl-carousel .owl-nav button:hover ,
.innr-prct-form-sec .innr-prct-lft-results-lst.owl-carousel .owl-nav button:hover{
    background-color: #cfb452;
}
 
.hm-awards-sec .hm-awards-list.owl-carousel .owl-nav button span,
.hm-commentators-sec .hm-comments-list.owl-carousel .owl-nav button span, .hm-testimonials .testi-blck.owl-carousel .owl-nav button span,
.innr-prct-form-sec .innr-prct-lft-results-lst.owl-carousel .owl-nav button span {
    font-size: 0;
}
 
/* home awards section ends */
 
/* home meet section starts */
 
.hm-meet-sec {
    padding: 144px 0;
    background: url(images/staff-sec-bg-image.webp) center/cover no-repeat;
}
 
.hm-meet-sec .text-heading {
    margin: 0 0 13px;
}
 
.hm-meet-sec h3 {
    font-size: 36px;
    font-family: 'DM Sans';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    margin: 0 0 40px;
}
 
.hm-meet-list {
    display: flex;
    justify-content: center;
    width: 74.7%;
    margin: 0 auto 48px;
    gap: 27px;
}
 
.hm-meet-item {
    position: relative;
}
 
.hm-meet-item .hover a {
    position: absolute;
    font-size: 0;
    width: 100%;
    height: 100%;
    inset: 0 0 0 0;
    z-index: 3;
}
 
.hm-meet-item-cnt {
    padding: 20px 36px;
    background-color: #efefef;
}
 
.hm-meet-item:hover .hm-meet-item-cnt {
    background-color: #cfb452;
    transition: all 0.4s;
 
}
 
.hm-meet-item:hover .hm-meet-item-cnt h5,
.hm-meet-item:hover .hm-meet-item-cnt p {
    color: #fff;
    transition: all 0.4s;
}
 
.hm-meet-item-cnt h5 {
    font-size: 22px;
    font-family: 'DM Sans';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #343434;
    margin: 0 0 5px;
}
 
.hm-meet-item-cnt p {
    font-size: 18px;
    font-family: 'DM Sans';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #343434;
    margin: 0;
}
 
.hm-meet-img img {
    width: 100%;
    display: block;
}
 
.hm-meet-firm-btn {
    text-align: center;
}
 
/* home meet section ends */
 
/* home commentators section starts */
 
.hm-commentators-sec {
    padding: 70px 0;
    background-color: #093b2e;
}
 
.hm-commentators-sec .text-heading {
    margin: 0 0 37px;
}
 
.hm-comment-item {
    text-align: center;
}
 
.hm-comments-list.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
 
.hm-commentators-sec .hm-comments-list.owl-carousel .owl-nav {
    margin: 42px auto 0;
}
 
.hm-comment-item img {
    width: auto !important;
    display: inline-block !important;
    margin: auto !important;
    max-width: 11rem;
}
 
/* home commentators section ends */
 
/* home schedule section starts */
 
.hm-consultation-sec {
    padding: 90px 0 100px;
    background: url(images/consultation-bg-image.webp) center/cover no-repeat;
    text-align: center;
}
 
.hm-consultation-sec h3 {
    font-size: 39px;
    font-family: 'Cantata One';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 21px;
}
 
.hm-consultation-sec p {
    font-size: 31px;
    font-family: 'DM Sans';
    font-weight: 400;
    line-height: 1.51;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 44px;
}
 
/* home schedule section ends */
 


 /*  Practice Areas Section */

 /* home additional practice section starts */
 
.hm-addi-practice-sec {
    padding: 70px 0;
    background-color: #093b2e;
}
 
.hm-addi-pract-lft {
    width: 44.4%;
}
 
.hm-addi-pract-lft img {
    width: 100%;
    display: block;
}
 
.hm-addi-pract-rht {
    width: 46.2%;
    padding: 38px 0 0;
}
 
.hm-addi-practice-blk {
    display: flex;
    justify-content: space-between;
}
 
.hm-addi-pract-rht .text-heading {
    margin: 0 0 55px;
    text-align: left;
}
 
.hm-addi-pract-rht ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
    justify-content: space-between;
}
.hm-addi-pract-rht ul li{
    display: flex;
    justify-content: flex-start;
    width: 40%;
    margin: 0;
}
 
.hm-addi-pract-rht ul li a{
    font-size: 23px;
    font-family: 'DM Sans';
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    border-bottom: 1px solid rgb(255, 255, 255, 0.2);
    padding: 0 0 17px;
    margin: 0 0 19px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
 
.hm-addi-pract-rht ul li a:hover{
    color: #cfb452;
}
 
.hm-addi-pract-rht ul li a:after{
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #cfb452;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition: .3s;
    left: 0;
    pointer-events: none;
}
.hm-addi-pract-rht ul li a:hover:after{
    transform: scaleX(1);
}
 
/* home additional practice section ends */



/*  Testimonials  */

.hm-testimonials{
    background-image: url(images/hm-testi-bg-image.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 7.4% 0;
}

.hm-testimonials h2{
    font-family: 'Cantata One';
   font-weight: 400;
   font-size: 49px;
   color: #fff;
   line-height: 1;
   letter-spacing: 0;
   margin:0 0 38px;
}

.hm-testi-item {
    background-color: #fff;
    padding: 7.4% 8%;
}
.hm-testimonials .star-rat {
    background-image: url(images/testimonials-star-img.png);
    background-repeat: no-repeat;
    width: 155px;
    height: 25px;
    margin: 0 0 18px;
}
 
.hm-testi-item p{
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 18px;
    color: #343434;
    line-height: 1.4;
    margin: 0 0 20px;
    letter-spacing: 0;
}
.hm-testi-item h5{
   font-family: 'Cantata One';
   font-weight: 400;
   font-size: 30px;
   color: #093B2E;
   line-height: 1;
   letter-spacing: 0;
   margin: 0;
}
 
.hm-testi-item h4 {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 23px;
    color: #343434;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0 0 20px;
}
.testi-blck.owl-carousel .owl-item {
    display: flex;
}
.testi-blck.owl-carousel .owl-stage {
    display: flex;
}
.testi-blck {
    margin: 0 0 45px;
}
 
.hm-testimonials .testi-blck.owl-carousel .owl-nav {
    position: absolute;
    bottom: -110px;
    left: 0;
    margin: 0;
}

.testi-btn {
    padding: 0 0 0 180px;
}
 
 .hm-prct-sec {
    background-color: #093B2E;
    padding: 140px 0;
}
.hm-prct-blck h2 {
    font-family: 'Cantata One';
    font-weight: 400;
    font-size: 49px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    text-align: center;
    margin: 0 0 55px;
}
.hm-prct-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}
.hm-prct-itm {
    width: 32.2%;
    position: relative;
    text-align: center;
    z-index: 0;
}
.hm-prct-itm::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #044634;
    opacity: 65%;
    z-index: 1;
    pointer-events: none;
}
.hm-prct-img img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 243px;
}
.hm-prct-itm-cnt {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.hm-prct-itm-cnt h3 {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
}
.hm-prct-hvr a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    display: block;
    font-size: 0;
    line-height: 0;
}
 
 .hm-prct-itm:hover::after {
    background-color: #CFB452;
}

.hm-blog-sec {
    padding: 141px 0;
    position: relative;
    background-image: url(images/blog-bg.2309271251595.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hm-blog-sec h2 {
    font-family: 'Cantata One', serif;
    font-weight: 400;
    font-size: 48px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 10px;
}

.hm-blog-sec h4 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 36px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 35px;
}

.home-posts-list{
    display: flex;
    justify-content: space-between;
    margin: 0 0 45px;
}

.home-posts-list .hm-blog-itm{
    width: 32%;
    background-color: #fff;
}

.hm-blog-cnt{
    padding: 51px 41px;

}

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

.post-date{
    font-family: 'DM Sans';
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1.8px;
    color: #343434;
    margin: 0 0 15px;
}

.home-posts-list .hm-blog-itm h3 a{
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing:0;
    color:#343434;
    display: block;
}
.innr-prct-form-sec {
    padding: 140px 0;
    background-color: #093b2e;
}

.innr-prct-form-cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.innr-prct-form-cnt .hm-miami-rit {
    background-color: #efefef;
}
.innr-prct-form-lft-cnt {
    width: 46.3%;
}

.innr-prct-form-cnt .hm-miami-rit .text-heading {
    color: #093b2e;
    margin: 0 0 10px;
}
.innr-prct-form-cnt .hm-miami-rit p {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0;
    color: #093B2E;
    margin: 0 0 36px;
}

.innr-prct-form-sec .hm-form-sec .gform_wrapper .top_label input, .innr-prct-form-sec .hm-form-sec .gform_wrapper .gfield select, .innr-prct-form-sec .hm-form-sec .gform_wrapper .top_label textarea {
    border-bottom: none;
}
.innr-prct-form-sec .hm-form-sec .gform_wrapper .gfield {
    border: 1px solid #d7d7d7;
}

.innr-prct-form-sec .hm-form-sec .gform_wrapper .gfield.submit-info p{
    color: #343434;
}
.innr-prct-form-sec .hm-form-sec .gform_wrapper .gfield.submit-info p a:hover{
    color: #343434;
}


.innr-prct-form-sec .hm-form-sec .gform_wrapper .gfield.gfield--type-html{
    border: none;
}

.innr-prct-form-sec .hm-form-sec .gform_wrapper .top_label input[type="submit"]:hover {
    color: #efefef !important;
    background-color: #093b2e !important;
        background-image: url(images/btn-arw.webp) !important;
}
.innr-prct-lft-results-itm {
    padding: 63px 59px;
    background-color: #044634;
    height: 100%;
}
.innr-prct-form-cnt .innr-prct-lft-results-itm .text-heading{
    text-align: left;
    margin: 0 0 10px;
}
.innr-prct-form-cnt .innr-prct-lft-results-itm h5 {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 31px;
    line-height: 1.48;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
}

.innr-prct-lft-results-lst.owl-carousel .owl-stage{
    display: flex;
}
.innr-prct-lft-results-lst.owl-carousel .owl-stage .owl-item{
    display: flex;
}

.innr-prct-form-sec .innr-prct-lft-results-lst.owl-carousel .owl-nav {
    margin: 0;
        position: absolute;
    bottom: -110px;
    left: 0;
}
.innr-prct-form-sec .innr-prct-results-btn {
    display: flex;
    justify-content: flex-end;
}
.innr-prct-lft-results-lst.owl-carousel {
    margin: 0 0 45px;
}
