/*
 Theme Name:   Marcelle Robertson Mestayer LLC
 Theme URI:    http://example.com/mrmlaw
 Description:  Child theme for RMTheme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     rmtheme
 Version:      1.0.0
 Text Domain:  mrmlaw
*/

: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: 'Jost-Regular';
    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;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'BonaNova-Regular';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
    font-family: 'Jost-Regular';
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
ul, li {
    list-style: none;
}
a:visited {
    color:#fff;
}
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;
}
.post, .page{
    margin: 0;
}
ul,ol,li {
    list-style: none;
    margin:0;
    padding:0;
}
p:empty {display: none;}

/*Header Sticky Menu*/

.container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

.header-sticky.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #182335;
    z-index: 9999;
    border-bottom: 2px solid #114d54;
}

.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;
    font-family: 'Jost-Regular';
    position: relative;
    padding: 45px 0 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: transparent;
}

.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;
}
.header-sticky .sticky-cnt button:before {
    background: url(images/header-sticky-menu.webp) no-repeat center;
}
.header-sticky .sticky-cnt a:before {
    background-image: url(images/header-sticky-call.webp);
    background-repeat: no-repeat;
    background-position: center;
}


.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: max-content;
    height: 20px;
}

.sticky-mobinav ul li a.drop.open {

    width: 28px;

}

.sticky-mobinav ul li a.drop:after {

    content: "";

    background: url(images/sprite_icons.png) no-repeat left top;

    background-position: 0px 0px;

    width: 13px;

    height: 13px;

    position: absolute;

    right: 0;

    top: 9px;

}

.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: #1b1d20;
    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: 37px;
    line-height: 1;
    font-weight: 700;
    display: block;
    background: transparent;
    clear: both;
    outline: 0;
    border: 0;
    padding: 0;
    color: #ffffff;
    float: right;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

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 !important;

    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;
}


header#site-header.f-nav{
    position: fixed;
    border-bottom: 2px solid #82581f;
    background-color: #080d26;
    padding: 10px 0;
}

.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    float: none;
    text-align: left;
    cursor: pointer;
    padding: 0px 0 0 33px;
    position: relative;
    outline: 0;
    border: 0;
    background-color: transparent;
}

.showhide b.txtl {
    text-align: right;
    font-size: 21px;
    line-height: 28px;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    padding-top: 2px;
    letter-spacing: 1.5px;
    font-family: 'Jost-Regular';
}

.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 27px;
    font-family: 'Jost-Regular';
}

.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #1b1d20;
    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;
    padding: 0px;
    position: relative;
    font-family: "Poppins", sans-serif;
}

.mobinav a {
    width: 100%;
    float: left;
    padding: 6px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 19px;
    letter-spacing: 0.5px;
    font-family: 'Jost-Regular';
    border: 0;
    margin: 0;
    text-decoration: none;
}

.mobinav a:hover {
    color: #ffc65b;
}
.mobinav ul li ul {
    float: left;
    padding: 0 0 0 15px;
}

.mobinav ul li ul li a {
    text-transform: capitalize;
}

.mobile_src_nav {
    display: none;
    width: 100%;
    float: none;
    position: relative;
    padding: 10px 0;
}

.mobile_src_nav .container {
    position: relative;
}

.mobile_src_nav .search-form {
    width: 100%;
    float: left;
}



.displayblock {
    display:block;
}
.body-content {
    width:100%;
    float: left;
    height: 2000px;
    overflow: hidden;
}
.logo-section {
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
.site-branding img {
    width: 100%;
    display: block;
}
.site-branding {
    width: 20.8%;
}

nav#main-navigation {
    text-align: right;
}

#main-navigation ul{
    margin:0
}
#main-navigation ul li{
    display: inline-block;
    position: relative;
    margin: 0px 25px;
}

#main-navigation ul li:first-child{
    margin-left:0
}
#main-navigation ul li:last-child{
    margin-right:0;
}
#main-navigation ul li a{
    font-size: 20px;
    font-family: 'Jost-Regular';
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    display: block;
    min-width: inherit;
}
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover{
    color: #bb944a;
}
#main-navigation ul li ul.sub-menu{
    display:none;
    width:220px;
    position:absolute;
    color:#fff;
    top:100%;
    left:0;
    right:auto;
    background-color:#bb944a;
    padding:0px 0;
    z-index:999
}
#main-navigation ul li:hover ul.sub-menu{
    display:block
}
#main-navigation ul li:hover ul.sub-menu li{
    position:relative
}
#main-navigation ul li:hover ul.sub-menu li:hover > ul{
    display:block;
    top:0;
    left:100%
}
#main-navigation .sub-menu li.current-menu-item > a{
    background-color: #f5f1e9;
    color: #bb944a;
}
#main-navigation .sub-menu li a{
    width: 100%;
    padding: 8px 10px;
    color: #ffffff;
    display: block;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
    border-bottom: 0;
    font-size: 16px;
}
#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item > a{
    background-color: #f5f1e9;
    color: #bb944a;
}
#main-navigation .sub-menu li:after{
    display:none;
}
#main-navigation .sub-menu li{
    width:100%;
    margin:0;
    padding:0
}
#main-navigation .sub-menu li a:after{
    display:none
}
#main-navigation ul li ul.sub-menu li .sub-menu {
    display:none;
    width:100%;
    position:absolute;
    color:#fff;
    top:0;
    left:100%;
    padding:0px 0;
    z-index:999;
}
.site-header {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 100%;
    padding: 20px 0 0;
    position: absolute;
    z-index: 10;
}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background:#203963;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    padding: 15px 0;
        border-bottom: 2px solid #bb944a;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.is-fading-out {
    opacity: 0;
    visibility: hidden;
}

.mobilenav {
    width:280px;
    height: 100vh;
    background-color: #333;
    color: white;
    position: fixed;
    top: 0;
    left: -280px;
    transition: left 0.4s ease;
    z-index: 999;
}
.mobilenav.show {
    left: 0;
}
#mobilenav-toggle {
    display:none;
}
.mobilenav-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: blue;
    border: none;
    cursor: pointer;
    z-index: 1000;
    font-size: 0;
    line-height: 0px;
    width:36px;
    height: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/open-mobilenav.webp);
}
.mobilenav-toggle.active {
    background-image: url(images/close-mobilenav.webp);
}
.close-mobilenav {
    font-size:0;
    line-height:0px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background-color: red;
    background-image: url(images/close-mobilenav.webp);
    background-position: center center;
    background-repeat: no-repeat;
    width:36px;
    height: 36px;
}


@media screen and (max-width:992px) {
    #mobilenav-toggle {
        display:block
    }
}

#mobile-navigation {
    overflow-y:scroll;
    height: 100%;
    width:100%;
    padding-top:45px;
}
#mobile-navigation ul{
    margin:0;
    padding:0
}
#mobile-navigation ul li{
    display:block;
    padding:0 0px;
    margin:0;
    position:relative
}
#mobile-navigation ul li a{
    font-size:15px;
    text-transform:uppercase;
    font-weight:bold;
    color:#000;
    padding:6px 10px;
    display:block;
    min-width:inherit
}
#mobile-navigation ul li.current-menu-item > a,#mobile-navigation ul li:hover > a{
    color:#fff
}
#mobile-navigation .sub-menu li a{
    width:100%;
    padding:6px;
    color:#ffffff;
    display:block;
    text-align:left
}

#mobile-navigation ul li .drop.close, #mobile-navigation ul li .drop.open {
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: transparent !important;
    background-image: url(images/nav-open.webp);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px 0px;
    cursor: pointer;
}
#mobile-navigation ul li .drop.open {
    width: 20px;
    background-image: url(images/nav-close.webp);
}
#mobile-navigation .sub-menu {
    padding-left: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease;
}
#mobile-navigation .sub-menu.open {
    max-height: 900px;
    transition: max-height 0.8s ease;
}

.col-loop {
    font-size: 20px;
    margin: 0 0 10px;
}

/* ------------------ */

/* ---------------------- */


.text-heading{
    font-family: 'BonaNova-Regular';
    font-size: 70px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #09172f;
    margin:  0 0 20px;
}
 
.cmn-btn {
    background-color: #bb944a;
    color: #fff;
    padding: 26px 40px;
    font-family: 'Jost-SemiBold';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    border-radius: 0 0 30px 0;
    outline: 1px solid #fff !important;
    outline-offset: -5px;
}
.cmn-btn:hover {
    background-color: #1e2e46;
    color: #fff !important;
}

/* -------------- */
.header-btn a.cmn-btn {

    font-size: 18px;
 
}
.hdr-rit {
    display: flex
;
    flex-direction: column;
    align-items: flex-end;
}

.header-number {
      display: flex
;
    flex-wrap: wrap;
    align-items: center;
    gap: 19px;
    margin:  0 0 15px;
}
.header-number .top-call{
    padding: 0 0 0 45px;
    position: relative;
}
.header-number .top-call a{
    font-size: 30px;
    color: #fff;
    font-family: 'Jost-SemiBold';
    line-height: 1;
    display: inline-block;
}
.header-number .top-call a::before{
    content: "";
    background-image: url(./images/hm-sprites.webp);
    position: absolute;
    left: 0;
    top: 0;
    width: 33px;
    height: 33px;
    background-position: -7px -8px;
    bottom: 0;
    margin: auto;
	background-repeat: no-repeat;
}
.header-number .top-call a:hover{
    color: #bb944a;
}

/* Home Banner */

.home-banner-section{
    background-image: url(./images/banner-background.webp);
    padding: 200px 0 125px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.home-banner-section::before{content: "";background: linear-gradient(0deg, transparent, #101824);height: 30%;width: 100%;position: absolute;top: 0;left: 0;z-index: -1;pointer-events: none;}
.banner-item{
    text-align: center;
    position: relative;
}
.banner-content{
    position: relative;
    width: 90%;
    margin: 0 auto 0;
}

.banner-img img{
    width: 100%;
    display: block;
}
.banner-img {
    width: 80%;
    margin: auto;
}
.banner-item .banner-text-heading{
    font-size:68px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    height: fit-content;
    font-family: 'BonaNova-Regular';z-index: 3;
    margin: 0 0 30px;
}
/*.banner-item .banner-text-heading:before {
    position: absolute;
    content: "";
    width: 92%;
    height: 84%;
    left: 30px;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #121a28;
    z-index: -1;
    margin: auto;
}*/
.banner-item .banner-text-heading strong {
    display: block;
    font-weight: normal;
   
}
.banner-item .bnr-btm-cnt {
    font-size: 32px;
    color: #fff;
    line-height: 1;
    font-family: 'Jost-SemiBold';
    margin: -10px 0 0;
    border-top: 8px solid #bb944a;
    padding-top: 10px;
}


/*-----End-----*/


/*Results Section*/
.home-case-results-section{
    background-color: #0f1722;
    position: relative;
    z-index: 0;
    padding: 50px 0;
}
.home-case-results-section .container{ max-width: 100%; padding: 0; }
.home-case-results-section .text-heading{color: #fff;margin: 0 0 50px;}
.hm-case-blk{
    width: 100%;
    display: flex;
    margin: 0 0 30px;
    justify-content: space-between;
}
.case-results-item{
    outline: 1px solid #5e636b;
    border-radius: 0 30px 0px 0px;
    padding: 49px 20px 40px;
    text-align: center;
    position: relative;
    background-color: #182335;
    outline-offset: -1px;
 width: 100%;
}
.case-results-item:hover{outline: 1px solid transparent;border-radius: 0;background-image: -webkit-linear-gradient(90deg, rgb(187 148 74 / 78%) 0%, rgba(187, 148, 74, 0) 71%);background-color: transparent;}
.case-results-item h4{
    line-height: 1;
    margin: 0 0 15px;
    font-size: 40px;
    font-family: 'BonaNova-Regular';
    color: #bb944a;
    text-transform: capitalize;
    padding: 123px 0 0 0;
    position: relative;
}
.hm-case-blk .owl-stage {
    display: flex;
}
.hm-case-blk .owl-stage-outer {
   padding:0 3px !important;
}
.hm-case-blk .owl-item {
    display: flex;
}

.hm-case-blk .item {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.case-results-item h4::before{
    content: "";
    background-image: url(./images/hm-sprites.webp);
    width: 67px;
    height: 67px;
    position: absolute;
    top: 0;
    background-position: -132px -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
}

.case-results-item h4::after{
    content: "";
    left: 0;
    position: absolute;
    top: 97px;
    background-color: #fff;
    width: 54%;
    height: 1px;
    right: 0;
    margin: auto;
}

.case-results-item p{
    color: #fff;
    font-size: 19px;
    font-family: 'Jost-Regular';
    line-height: 1.3;
    margin: 0 0 20px;
}

.case-results-item .case-btn a{
    display: none;
    font-size: 0;
    padding: 26px;
    background-color: #1f2e47;
    border-radius: 50px;
    background-image: url(./images/hm-sprites.webp);
    background-position: -61px -9px;
    background-repeat: no-repeat;
}
.case-reslts-btn {
    text-align: center;
}

/* ------End------ */


/* -----About Section------ */

.about-section{padding: 136px 0 100px;position: relative;z-index: 1;}
.about-section::before{z-index: -1; position: absolute;content: "";background-image: url(./images/about-background-image.webp);background-position: center center;background-repeat: no-repeat;background-size: cover;height: 100%;width: 100%;top: 0;
bottom: 0;left: 0;right: 0;margin: auto;opacity: 20%; pointer-events: none; filter: grayscale(1);}
.about-section .sub-heading{ padding: 0 106px; margin:  0 auto 25px; display: inline-block;}
.about-section .sub-heading::before{position: absolute;content: "";border-left: 95px solid #000;height: 1px;width: 95px;left: 0;top: 0;bottom: 0;margin: auto;}
.about-section .sub-heading::after{position: absolute;content: "";border-right: 95px solid #000;height: 1px;width: 95px;right: 0;top: 0;bottom: 0;margin: auto;}
.about-section h2{margin: 0 0 50px;}
.about-content{ display: flex ; gap: 50px; justify-content: flex-start; text-align: left;}
.about-blk{text-align: center;}
.about-left {width: 46.1%;position: relative;padding: 0 0px 38px 16px;border-bottom: 8px solid #182335;}
.about-left::before { pointer-events: none; content: ""; position: absolute; background-image: -webkit-linear-gradient(90deg, #bb944a 24%, transparent 100%); width: 100%; height: 63%; bottom: 0; left: 0; }
.about-right{width: 41.1%;padding: 30px 0 0;}
.about-right h3{font-size: 50px;font-weight: 600;font-family: 'Jost-SemiBold';color: #182335;text-transform:capitalize; line-height: 1.1;margin: 0 0 37px;}
.about-right p{font-size: 20px;font-weight: 400;font-family: 'Jost-Regular';color: #000; line-height: 1.8;margin: 0 0 26px;}
.about-bottom{display: flex;gap: 35px;align-items: center;margin: 38px 0 0;}
.about-call a{font-size: 30px;font-weight: 600;font-family: 'Jost-SemiBold';color: #1f2e47;line-height: 1;margin: 0 0 0px;padding-left: 93px;position: relative;}
.about-call a::before{position: absolute;content: "";background-image: url(./images/hm-sprites.webp);background-position: 10px -50px;background-repeat: no-repeat;top: 0;bottom: 0;left: 0;height:37px;width:68px;margin: auto;border-left: 1px solid #bb944a;border-right: 1px solid #bb944a;}
.about-call a:hover{color: #bb944a;}
.about-hdr h4{font-size: 36px;font-weight: 600;font-family: 'Jost-SemiBold';color: #fff;text-transform:uppercase;line-height: 1.2;margin: 0 0 0px;}
.about-hdr {padding: 0px 20px;position: absolute;text-align: center;bottom: 40px;left: 0;right: 0;margin: auto;}
.about-btn a{letter-spacing: 1.1px;padding: 26px 30px;}
.about-call {padding: 0px 0 7px;}
.about-img img{width: 100%; display: block;}
 
/* ---------practice---------- */

.practice-areas-section{text-align: center;padding: 0 25px;}
.practice-areas-section .container{max-width: 100%;}
.practice-areas-section .sub-heading{ padding: 0 115px; margin:  0 0 15px; display: inline-block;}
.practice-areas-section .sub-heading::before{position: absolute;content: "";border-left: 95px solid #000;height: 1px;width: 95px;left: 0;top: 0;bottom: 0;margin: auto;}
.practice-areas-section .sub-heading::after{position: absolute;content: "";border-right: 95px solid #000;height: 1px;width: 95px;right: 0;top: 0;bottom: 0;margin: auto;}
.practice-areas-section h2{margin: 0 0 25px;}
.practice-areas-section p{font-size: 20px;font-weight: 400;font-family: 'Jost-Regular';color: #08101e;line-height: 1.8;    margin: 0 auto 50px; width: 80%;}
.practice-contect{display: flex;gap: 8px;margin: 0 0 65px;}
.pract-item {position: relative;width: 20%;    background-color: #000;border-radius: 25px;}
.pract-item:hover::before {background-image: linear-gradient(transparent 50%, #a38140 86%)}
.pract-item::before{z-index: 1;content: "";position: absolute;height: 100%;width: 100%;top: 0;bottom: 0;left: 0;right: 0;margin: auto;border-radius: 25px;background-image: linear-gradient(transparent 50%, #08101e 86%);border-radius: 25px;}
.pract-item .pract-img img{ display: block; width: 100%;border-radius: 25px;opacity: 67%;}
.pract-hdr h4{text-align: center; font-size: 33px;font-weight: 500;font-family: 'Jost-Medium';color: #fff;line-height: 1.1;margin: 0 0 0px; min-height: 52px;}
.pract-hdr {width: 100%; border-radius: 0 0px 25px 25px;position: absolute;bottom: 0;padding: 30px 45px;z-index: 1;}
.pract-btn {text-align: center;}
.pract-item .hover{position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;width: 100%;height: 100%;z-index: 10;font-size: 0;}
.pract-item  p{margin: 0;}
.pract-item:hover.pract-item .pract-img img{opacity: 100%;}
.pract-btn a {letter-spacing: 1.1px;padding: 26px 28px;color: #fff;}





 
/* ------focused--------- */
.home-practice-fsd{ background-image: url(./images/additional-injury-list-background.webp); background-position: bottom center; background-size: 100%; background-repeat: no-repeat;}
.focused-areas-section {padding: 92px 0 125px;}
.focused-areas-section h2 {margin: 0px 0 27px;}
.additionnal-list-content{display: flex;flex-wrap: wrap;gap: 8px; justify-content: center;}
.list-item a{display: inline-block; font-size: 22px;font-weight: 400;font-family: 'Jost-Regular';color: #0c1e3d;letter-spacing:0.5px;line-height: 1;margin: 0 0 0px;text-transform: capitalize;padding: 25px 37px;background-color: #dfdfdf;border-radius: 10px;}
 .list-item a:hover {background-color: #1e2e46;color: #fff;}


/* --------choose-section------------ */

.home-choose-section {
    position: relative;
    padding: 100px 0 140px;
    z-index: 0;
}

.home-choose-section::before{
    content: "";
    background-color: #faf8f4;
    width: 95.1%;
    right: 0;
    top: 0;
    height: 89%;
    position: absolute;
    border-radius: 0 0 0 83px;
    z-index: -1;
}
.choose-section-blk{
    display: flex;
    gap: 90px;
    align-items: center;
}
.choose-left{
    text-align: left;
    width: 29%;
}
.choose-left .text-heading{
    text-align: left;
}
.choose-left .text-heading strong{
    display: block;
    font-weight: 400;
    color: #bb944a;
}
.choose-left h4{
    font-size: 36px;
    font-family: 'Jost-Regular';
    line-height: 1.2;
    color: #000;
}
.choose-left .choose-button a{
    padding: 26px 70px;
}
.choose-button.hover-btn-mb {
    display: none;
}

.choose-content{
    width: 38.7%;
}
.choose-item{
    padding: 0 0px 30px 115px;
    position: relative;
}

.choose-item::after{
    content: "";
    height: 1px;
    width: 80%;
    right: 0;
    bottom: 16px;
    position: absolute;
    background-color: rgb(9 23 47 / 30%);
}

.choose-item::before{
    content: "";
    background-image: url(./images/hm-sprites.webp);
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    background-position: 1px -190px;
    background-repeat: no-repeat;
    top: -15px;
}

.choose-item.until::before{
    background-position-x: -107px;
}
.choose-item.proven::before{
    background-position-x: -222px;
}
.choose-item.client::before{
    background-position-x: -340px;
}

.choose-item:last-child::after{
display: none;
}

.choose-item h3{
    font-size: 40px;
    color: #000;
    line-height: 1;
    margin: 0 0 15px;
}

.choose-item:hover h3{
color: #bb944a;
}

.choose-item p{
    font-size: 19px;
    font-family: 'Jost-Regular';
}
.choose-image{
    position: absolute;
    right: 0;
    top: 0;
    width: 31.6%;
    z-index: -1;
}
.choose-image img{
    width: 100%;
}
.testi-top-lft {
    width: 48.1%;
}

/* ----end----- */

/* -----------testimonials------ */

.hm-testimonials { padding: 0 0 78px; background-image: url(images/testimonals-bg.webp); background-repeat: no-repeat; background-size: cover; }
.testi-top-cnct{ margin:  0 0 40px; display: flex; justify-content: space-around; align-items: center; }
/*.testi-top-rgt {width: 17.5%; }*/
.sub-heading { font-family: 'Jost-Regular'; font-size: 22px; letter-spacing: 8.8px; line-height: 1; color: #bb944a; text-transform: uppercase; padding: 0 0 20px; margin: 0 0 20px; position: relative; }
.testi-top-lft h6::before{ position: absolute; content: ""; left: 0; bottom: 0; width: 274px; height: 1px; background-color: rgb(20, 27, 37, 0.5); }
.testi-top-rgt-img img{width: 100%; display: block;}
.testi-top-rgt-img{ box-shadow: 2.735px 6.444px 38px 0px rgba(187, 148, 74, 0.11);}
.hm-testimonials .text-heading{margin: 0; color: #1f2e47; text-align: left; line-height: 1.1; }
.hm-testimonials .testi-item { width: 100%; padding: 70px 55px 170px 75px; position: relative; background-color: #ffffff; box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.05); }
.hm-testimonials .testi-item::before{ position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -234px -17px; width: 50px; height: 36px; top: 75px; left: -24px; }
.hm-testimonials .testi-item::after{ position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -234px -78px; width: 50px; height: 36px; bottom: 50px; right: -19px; }
.testi-btm { display: flex; justify-content: flex-start; gap: 13px; position: absolute; left: 75px; bottom: 55px; }
.star-rat { background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -203px -139px; width: 112px; height: 19px; }
.hm-testimonials .testi-item p { font-family: 'Jost-Regular'; font-size: 21px; line-height: 1.7; margin: 0; color: #323232; }
.hm-testimonials .testi-item h5 { font-family: 'Jost-Medium'; font-size: 28px; line-height: 1; margin: 0; color: #222222; }
.hm-testimonials .testi-itm-cnct { position: relative; }
.hm-testimonials .testi-itm-cnct::before { position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -14px -302px; width: 60px; height: 60px; top: -30px; left: 73px; z-index: 2; }
.hm-testimonials .hmtesti-btn{ text-align: center;}
.hm-testimonials .hmtesti-btn a{position: relative; z-index: 2;}
.hm-testi-list.owl-carousel .owl-stage { padding: 30px 0; }
.hm-testi-list .owl-nav { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 80px auto -45px; width: 100%; max-width: 475px; }
.hm-testi-list .owl-nav button { width: 40px; height: 40px; background-color: #000 !important; font-size: 30px !important; color: #fff !important; line-height: 1 !important; }
.hm-testi-list.owl-carousel .owl-nav button.owl-next, .hm-testi-list.owl-carousel .owl-nav button.owl-prev{ background-image: url(images/hm-sprites.webp) !important; background-repeat: no-repeat !important; background-position: -8px -107px !important; width: 61px; height: 23px; font-size: 0 !important; background-color: transparent !important; }
.hm-testi-list.owl-carousel .owl-nav button.owl-prev:hover{ background-position-y: -143px !important; }
.hm-testi-list.owl-carousel .owl-nav button.owl-next{ background-position: -90px -107px !important; }
.hm-testi-list.owl-carousel .owl-nav button.owl-next:hover{ background-position-y: -143px !important; }
.hm-testi-list.owl-carousel .owl-stage-outer{ padding: 0 24px; margin: 0 -24px; }
  
/* -----home--blog--- */
.hm-blog-sec { padding: 120px 0 115px; background-image: url(images/blog-bg.webp); background-repeat: no-repeat; background-size: cover; }
.hm-blog-sec .container{ max-width: 1280px; }
.hm-blog-sec .text-heading { text-align: left; color: #fff; margin: 0 0 23px; }
.home-posts-list { display: flex; justify-content: space-between; margin: 0 0 30px; }
.hm-blog-img { width: 25.2%; }
.hm-blog-img img { display: block; width: 100%; }
.hm-blog-cnt { display: flex; padding: 25px; width: 74.25%; justify-content: space-between; align-items: center; border-top: 1px solid #bb944a; border-bottom: 1px solid #bb944a; }
.hm-blog-cnt h3{ font-family: 'BonaNova-Regular'; font-size: 30px; line-height: 1.4; color: #ffffff; text-transform: uppercase; margin: 0; }
.hm-blog-itm .readmore-btn { position: absolute; bottom: 16px; left: 0; right: 0; margin: auto; }
 

/* ----------forme-sec--------- */

.hm-form .gfield label { display: none; }
.hm-form-sec .container{ width: 100%; max-width: 100%; }
.bnr-rit-cnt.footer { text-align: left; position: absolute; transform: rotate(269deg); left: 5%; top: 0; bottom: 0; margin: auto; font-size: 140px; pointer-events: none; right: auto; letter-spacing: 2.8px; }
.hm-form-sec { padding: 48px 65px; position: relative; background-image: url(images/ftr-sec-bg.webp); background-repeat: repeat; border-radius: 13px; outline: 1px solid #fff; outline-offset: -10px; width: 55%; }
.hm-form-sec .text-heading{ font-size:40px; color: #fff; margin: 0 0 10px; }
.hm-form-sec .text-heading strong{ font-weight: 400; line-height: 1; display: block; font-size: 85px; }
.hm-form-sec p { font-family: 'BonaNova-Regular'; font-size:20px; color:#fff; line-height:1; margin: 0 0 13px; text-align: left; }
.hm-form .gform_required_legend{ display: none; }
.ftr-form-sctn{ text-align: center; background-image: url(images/ftr-form-sec-bg.webp); background-repeat: no-repeat; background-size: cover; position: relative; padding: 0 0 40px;}
.gchoice.gchoice_3_9_1 label { display: block; } fieldset#field_3_9 { width: 60%; border: none; padding: 0; }
.hm-form input::placeholder { color: #000; }
.hm-form input:-ms-input-placeholder { color: #000; }
.hm-form input::-ms-input-placeholder { color: #000; }
.hm-form textarea::placeholder { color: #000; }
.hm-form textarea:-ms-input-placeholder { color: #000; }
.hm-form textarea::-ms-input-placeholder { color: #000; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {margin: 0px;width: 100% !important;color: #000000;outline: 0px;position: relative;border-radius: 10px;font-family: 'Jost-Regular';background: #fff;line-height: 1.2 !important;font-size: 20px !important;padding: 25px 35px !important;letter-spacing: 0.4px;transition: all 0.5s;display: block;text-align: left;height: auto !important;}
.hm-form .gfield { position: relative !important; width: 48.9%; }
.hm-form .gform_fields { display: flex !important; flex-wrap: wrap; gap: 14px !important; justify-content: space-between; align-items:center; }
.hm-form .gform_wrapper .top_label textarea { width: 100% !important; height: 130px !important; resize: none; margin: 0; padding-top: 20px !important; margin: 0 0 16px; min-block-size: 0px !important; }
.hm-form .gfield.msg { width: 100%; }
.hm-form-sec .gform_wrapper ul.gform_fields ul { margin: 0; padding: 0; }
.hm-form-sec .gform_wrapper ul.gform_fields li { padding: 0 !important; margin: 0 !important; position: relative; width: 100%; }
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label { cursor: pointer; font-family: 'Jost-Regular'; font-size: 18px; line-height: 1; color: #fff; margin: 0; text-align:left; }
.hm-form .gform_wrapper .form-links a:hover { color: #000; }
.hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield { position: relative; width: 100%; color: #fff; line-height: 1; text-align: left; margin: 0 0 0px !important; }
.hm-form-sec .gfield .ginput_container { margin: 0 !important; }
.hm-form .gfield_description.instruction.validation_message { top: 3px; }
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] { width: 15px !important; height: 15px !important; float: left; clear: both; margin: 0px 6px 0px 0 !important; padding: 0 !important; }
.hm-form .gform_wrapper .gform_footer.top_label { padding: 0; text-align: center; margin: -58px 0 0 auto; position: relative; max-width: max-content; }
.hm-form .gform_wrapper .top_label input[type="submit"] {display: inline-block !important;background-color: #121a28 !important;outline: 1px solid #fff !important;outline-offset: -5px;border: 0px none !important;border-radius: 0 0 30px 0 !important;cursor: pointer;text-transform: uppercase !important;transition-duration: 0.5s;font-family: 'Jost-SemiBold' !important;width: auto !important;color: #ffffff !important;font-size: 18px !important;padding: 26px 85px !important;line-height: 1 !important;letter-spacing: 0;margin: 0;position: relative;z-index: 1;}
.hm-form .gform_wrapper .top_label input[type="submit"]:hover {background-color: #bb944a !important; }
.hm-form .gform_validation_errors{ display: none !important; }
.popup { position: relative; display: inline-block; left: 0; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.popup .popuptext { top: 15px; visibility: hidden; color: #000; position: relative !important; transition: transform 0.15s ease-out 0.15s; z-index: 1; width: 100%; top: 5px; left: 0; margin: 0px; text-align: center; font-family: 'Jost-Regular'; padding: 15px; border: 1px solid rgba(0, 0, 0, 0.2); background: #fff; font-size: 18px; color: black; transition: transform 0.15s ease-out; display: inline-block; line-height: 2; z-index: 12; }
.popup .show { visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; position: inherit; pointer-events: auto; } div#popup-container { position: absolute; z-index: 2; pointer-events: none; width: 100%; }
.hm-form-sec .gform_wrapper.gravity-theme .gfield { position: relative; text-align: left; }
.gform_button.disabled { pointer-events: none; }
.hm-form-sec .gform_fields .ginput_container, .hm-form-sec .gform_field { margin: 0; }
.gfield--type-honeypot { display: none; }
 
/* Error */
.hm-form .gfield_description{ margin: 0px !important }
.hm-form .gfield_description.validation_message {pointer-events: none; position: absolute; bottom: 3px; right: 8px !important; text-align: right; font-size: 15px; font-family: 'Jost-Regular'; color: #932008; margin: 0; }
.hm-form .chk .gfield_description.validation_message {bottom: -23px !important;left: 0;text-align: left;}
 

/* -----------FOOTER--SEC--------- */
.hm-footer-map {
    display: flex; 
	gap: 20px;
    justify-content: flex-end;
}
.hm-footer-map .in-map { width: 44%; position: absolute; left:0; top: 0; border-radius: 0; border-left: 0;}
.hm-footer-map .in-map-blk iframe { width: 100%; height: 660px; border-radius: 30px; border-radius: 0 !important;}
.ftr-block-sec { background-image: url(images/ftr-bg.webp); background-repeat: no-repeat; background-size: cover; }
#footer-navigation ul { margin: 0; font-size: 0; text-align: center; padding: 33px 0; }
#footer-navigation ul li { display: inline-block; padding: 0 30px; position: relative; margin: auto; border-right: 2px solid rgb(255, 255, 255, 0.2); }
#footer-navigation ul li:first-child{ padding-left: 0; }
#footer-navigation ul li:last-child{ padding-right: 0; border-right: none; }
#footer-navigation ul li a {     font-size: 23px;letter-spacing: 2.7px; color: #fff; padding: 0; min-width: inherit; font-family: 'Jost-Regular'; line-height: 1; display: inline-block; }
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li > a:hover { color:#bb944a; }
.ftr-block-list { display: flex; justify-content: space-between; padding: 50px 0 82px; border-bottom: 1px solid rgb(255, 255, 255, 0.2); }
.ftr-itm { width: 20%; padding: 55px 0 0; }
.ftr-itm.cntr { width: 48.2%; position: relative; }
.ftr-itm.cntr::before{ position: absolute; content: ""; background-color: rgb(255, 255, 255, 0.2); left: 0; top: 0; bottom: 0; margin: auto; width: 1px; height: 100%; }
.ftr-itm.cntr::after{ position: absolute; content: ""; background-color: rgb(255, 255, 255, 0.2); right: 0; top: 0; bottom: 0; margin: auto; width: 1px; height: 100%; }
.ftr-loc { padding: 0 0 0 90px; position: relative; margin: 0 0 47px; }
.ftr-call{ padding: 0 0 0 90px; position: relative; }
.ftr-loc::before, .ftr-call::before { position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -87px -305px; width: 66px; height: 66px; left: 0; top: -13px; background-color: #0e1424; border: 1px solid #bb944a; border-radius: 50px; }
.ftr-call::before { background-position: -164px -303px; }
.ftr-itm .ftr-loc h4, .ftr-itm .ftr-call h4{ font-size: 30px; font-family: 'Jost-Medium'; line-height: 1; letter-spacing: -0.6px; color: #bb944a; margin: 0 0 15px; text-transform: uppercase; position: relative; }
.ftr-itm .ftr-call h4 { text-transform: none; margin: 0 0 10px; }
.ftr-itm p{ font-family: 'Jost-Regular'; font-size: 18px; line-height: 1.3; letter-spacing: 0px; color:#ffffff; margin: 0; }
.ftr-call-btn a { font-size: 27px; font-family: 'Jost-SemiBold'; line-height: 1; letter-spacing: 0; color: #fff; margin: 0; display: inline-block; }
.ftr-call-btn a:hover{ color: #bb944a; }
.ftr-logo { width: 69.3%; margin: 0 auto 30px; }
.social-icns { display: flex ; justify-content: center; gap: 6px; }
.face-book { background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -241px -306px; width: 55px; height: 55px; border: 1px solid rgb(170, 169, 169, 0.21); border-radius: 50px; }
.face-book:hover{ background-position-y: -363px; transition: 0.3s; }
.linkedin { background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -306px -306px; width: 55px; height: 55px; border: 1px solid rgb(170, 169, 169, 0.21); border-radius: 50px; }
.linkedin:hover{ background-position-y: -363px; transition: 0.3s; }
.ftr-btn { text-align: center; margin: -35px 0 0; }
.ftr-btn a.cmn-btn { padding: 25px 63px; }
.ftr-copyrights-sec { padding: 50px 0px 40px; text-align: center; }
.ftr-copyrights-sec p{ font-family: 'Figtree-Regular'; font-size: 20px; line-height: 1; color: #fff; margin: 0; }
.ftr-copyrights-sec p a:hover {color: #bb944a; }
.copy-para i{ display: block; margin: 5px 0; font-size: 18px; }




/* -------------- */

.team-section {text-align: center; padding: 0; position: relative; overflow: hidden; }
.team-section p {margin: 0; }
 .team-section h2 {color: #fff; margin: 0 0 50px; }

  /* initials background image */

  .initials-image {position: absolute; top: 80px; left: 50%; display: none; transform: translateX(-50%); width: 60%; max-width: 700px; opacity: 0.1; z-index: 0; transition: opacity 0.5s ease; }

  .home-meet-team-section .carousel {display: flex; align-items: flex-end; justify-content: space-between; position: relative; gap: 26px; z-index: 1; padding: 0; border-bottom: 10px solid #bb944a; }

  .home-meet-team-section .carousel::before { content: ""; position: absolute; top: -20px; z-index: -1; background-image: url(./images/mrm-bg-img.webp); right: 0px; background-position: center right 32%; margin: 0 auto; width: 100%; height: 415px; background-repeat: no-repeat; background-size: contain; }
 .home-meet-team-section .attorney {transition: all 0.5s ease; text-align: center; }

  .home-meet-team-section .attorney img {width: 200px; height: 200px; border-radius: 50%; border: 3px solid #fff; transition: all 0.5s ease; object-fit: cover; object-position: 0 23px; background-color: #bb944a; }

  .home-meet-team-section .attorney.active img {width: 100%; height: 100%; border-radius: 8px; border: none; object-position: 0; background-color: transparent; }
  
  .home-meet-team-section .attorney.active { width: 35%; }
  .home-meet-team-section .attorney h3 {margin-top: 15px; font-size: 18px; letter-spacing: 1px; display: none; } 
  .home-meet-team-section .profile-btn {margin-top: 40px; padding: 0 0; color: #fff; font-weight: bold; letter-spacing: 1px; cursor: pointer; transition: 0.3s; z-index: 2; position: relative; display: inline-block; text-transform: uppercase; font-size: 25px; font-family: 'Jost-Regular'; letter-spacing: 10px; font-weight: 4; } 
  .home-meet-team-section div#attorney-center h3 { position: absolute; top: 23%; width: 90%; left: auto; font-size: 60px; color: #fff; text-transform: uppercase; font-family: 'Jost-SemiBold'; display: flex; justify-content: flex-end; right: 0; margin: 0 auto; z-index: -1; letter-spacing: 19px; }
  .home-meet-team-section {background-color: #060b1b; padding: 70px 0; background-image: url(images/meet-the-bc-img.webp); background-position: center; background-size: cover; background-repeat: no-repeat; } 
  .home-meet-team-section .nav-item { width: 100%; position: absolute; bottom: -14.2%; display: flex; left: 0; right: 0; margin: 0 auto; max-width: 450px; justify-content: space-between; }
  .home-meet-team-section .arrow.left, .arrow.right {background-image: url(./images/hm-sprites.webp); width: 66px; height: 25px; font-size: 0; background-position: -5px -106px; background-repeat: no-repeat; cursor: pointer; background-color: transparent; border: none;    transition: 0.5s; } 
  .home-meet-team-section .arrow.right{background-position: -87px -106px; } 
  .home-meet-team-section .container {max-width: 1280px; margin: auto; } 
  .home-meet-team-section div#attorney-center h3 strong:first-child {margin-right: 25%; }
.home-meet-team-section .arrow.right:hover {
    background-position: -87px -143px;
}

.home-meet-team-section .arrow.left:hover, .arrow.right:hover {
    background-position: -5px -144px;
}




.home-meet-team-section .team-lst{display: flex;justify-content: center;gap: 20px;    margin: 0 0 50px;}
.team-lst .team-itm {width: 35%; position: relative; overflow: hidden; transition: transform .5s ease, box-shadow .5s ease; padding: 19px; border: 2px solid #bb944a; padding-bottom: 0; border-bottom-right-radius: 40px; }
.team-itm .attrny-cnt {position: absolute; bottom: 40px; left: 0; right: 0; margin: auto; width: max-content; padding: 16px; background-color: #00000099; border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
.team-itm .attrny-cnt h3{font-family: 'Jost-Medium'; font-size: 35px; line-height: 1.1; letter-spacing: 0px; color:#ffffff; margin: 0; }
.team-itm .team-hvr a{position: absolute;font-size: 0;left: 0;right: 0;margin: auto;top: 0;bottom: 0;}







/* IMAGE SETTINGS */
.team-itm .attrny-img{
    overflow: hidden;
    position: relative;
}

.team-itm .attrny-img img{
    width:100%;
    display:block;
    transition: transform .8s ease, filter .6s ease;
}

/* CINEMATIC DARK GRADIENT */
/*.team-itm .attrny-img:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    background:linear-gradient(to top, rgba(0,0,0,.75) 0%, rgba(0,0,0,.35) 40%, rgba(0,0,0,0) 70%);
    opacity:.7;
    transition: opacity .5s ease;
}
*/




/* HOVER EFFECTS */
.team-itm:hover{
    transform:translateY(-10px);
    background-color: #bb944a;
    border-color: #fff;
}


.team-itm:hover .attrny-img:after{
    opacity:.95;
}

.team-itm:hover .attrny-cnt{
    transform:translateY(0);
    opacity:1;
}







@media screen and (max-width:1900px) {
.pract-hdr {padding: 30px 40px; }

}

@media screen and (max-width:1800px) {
    
.header-number { gap: 15px; }
.pract-hdr {padding: 30px 33px; } 
.home-choose-section::before {width: 98.1%; }



}

@media screen and (max-width:1700px) {
.header-number .top-call { padding: 0 0 0 38px;}

.home-banner-section { padding: 180px 0 110px; }

/* case-results-item */

.banner-img {
    width: 70%;}


.case-results-item p { font-size: 18px; }
.case-results-item h4 {font-size: 36px;}

.pract-hdr h4 {font-size: 31px; } 
.pract-hdr {padding: 30px 25px; } 
.home-choose-section::before {width: 99.1%; }



    
}

@media screen and (max-width:1600px) {
.container {max-width: 1400px;}

.cmn-btn { padding: 23px 30px; font-size: 18px; }
.text-heading { font-size: 60px;}
/* ----------------- */
.header-btn a.cmn-btn { font-size: 17px; }
#main-navigation ul li { margin: 0px 23px; }
#main-navigation ul li a { font-size: 19px; }
.header-number .top-call a { font-size: 24px; }
.header-number .top-call a::before {  transform: scale(0.9);}
/* ---banner----- */
.banner-item .banner-text-heading {font-size: 60px; margin: 0 0 26px; }
.home-banner-section { padding: 170px 0 100px; }
.banner-item .bnr-btm-cnt { font-size: 30px;}
/* ------case---- */
.case-results-item h4::before { transform: scale(0.85); }
.case-results-item h4 { font-size: 30px;padding: 90px 0 0 0; }
.case-results-item h4::after { top: 78px; }
.case-results-item p { font-size: 16px; }
.case-results-item { padding: 40px 20px 30px; }
.home-case-results-section .text-heading { margin: 0px 0 40px; }
.case-results-item .case-btn a { transform: scale(0.9); }
/* ----------- */
.home-meet-team-section div#attorney-center h3 { font-size: 53px; right: 50px;    top: 25%;
}
.home-meet-team-section .carousel::before { background-position: center right 32%; height: 415px; }
.home-meet-team-section .profile-btn { margin-top: 29px; }
.home-meet-team-section .attorney.active { width: 29%; }
.home-meet-team-section .attorney img { width: 190px; height: 190px;}
.choose-section-blk { gap: 45px; padding: 0 0 0 50px; }
.home-choose-section { padding: 85px 0 120px; }
.choose-item h3 { font-size: 35px;}
.choose-item::before { left: -10px; transform: scale(0.8); }
.choose-item { padding: 0 0px 30px 90px; }
.choose-content { width: 39%; }
.choose-item p { font-size: 18px;}
.choose-item { padding: 0 0px 23px 90px; }
.choose-left h4 { font-size: 32px;}


/* -------------- */
.hm-form .gfield { width: 48.8%; } 
.ftr-itm {width: 22%;}
#footer-navigation ul li {padding:0 23px; }
.hm-form-sec .text-heading {
    font-size: 37px; 
}

 .about-section {padding: 100px 0;} 
 .about-section h2 {margin: 0 0 40px; } 
 .about-right h3 {font-size: 46px; margin: 0 0 31px; } 
 .about-right p {font-size: 18px; margin: 0 0 21px; } 
 .about-hdr h4 {font-size: 32px; } 
 .about-btn a {padding: 23px 25px; } 
 .about-call a {font-size: 29px; padding-left: 88px; } 
 .about-right {width: 41.1%; padding: 21px 0 0; } 
 .sub-heading {font-size: 20px; } 
 .practice-areas-section {padding: 0 15px; } 
 .pract-hdr h4 {font-size: 28px; } 
 .pract-hdr {padding: 20px 21px; } 
 .practice-contect {margin: 0 0 50px; } 
 .pract-btn a {padding: 23px 25px; } 
 .focused-areas-section {padding: 80px 0; } 
 .focused-areas-section h2 {margin: 0px 0 21px; } 
 .list-item a {font-size: 21px; padding: 22px 31px; } 
 .practice-areas-section p {margin: 0 auto 40px;    font-size: 18px; } 
 .hm-testi-list.owl-carousel {padding: 0 30px; } 
 .hm-blog-sec {padding: 80px 0; } 
 .ftr-btn a.cmn-btn {padding: 23px 48px; }

}

@media screen and (max-width:1500px) {
    
}

@media screen and (max-width:1440px) {
.hm-blog-sec .container, .home-meet-team-section .container, .container {max-width: 1200px;}

.text-heading { font-size: 55px; }
.cmn-btn { padding: 23px 30px; font-size: 17px; }
/* ---------------- */
#main-navigation ul li a { font-size: 18px; }
#main-navigation ul li { margin: 0px 14px; }
.header-btn a.cmn-btn { font-size: 14px; padding: 15px 20px; }
.header-number .top-call a::before { transform: scale(0.8); left: -5px; top: -5px;}
.header-number .top-call { padding: 0 0 0 31px; }
.header-number .top-call a { font-size: 21px; }
.header-number { gap: 10px; }
/* -------------- */
.home-banner-section { padding: 150px 0 90px; }
.banner-item .banner-text-heading {font-size: 55px; }
.banner-item .bnr-btm-cnt { font-size: 25px; }
.banner-item .bnr-btm-cnt { border-top: 5px solid #bb944a; }
/* ---------------- */
.case-results-item {padding: 35px 15px 30px; }
.case-results-item h4 { font-size: 28px; padding: 75px 0 0 0; }
.case-results-item h4::before { transform: scale(0.7); top: -10px; }
.case-results-item h4::after { top: 62px; }
.case-results-item .case-btn a { transform: scale(0.8); }
/* ------------ */
.home-meet-team-section .attorney.active { width: 28%; }
.home-meet-team-section .carousel::before { width: 90%; height: 330px; background-position: center right 40%; left: 0; }
.home-meet-team-section { padding: 55px 0 30px; }
.home-meet-team-section div#attorney-center h3 { font-size: 45px; right: 8%; top: 24%; letter-spacing: 16px; }
.home-meet-team-section div#attorney-center h3 strong:first-child { margin-right: 23%; }
.home-meet-team-section .attorney img { width: 160px; height: 160px; }
.home-meet-team-section .profile-btn { margin-top: 11px; font-size: 22px; }
.home-meet-team-section .nav-item { bottom: -11%; }

.team-section h2 { margin: 0 0 40px; }

/* -------------- */
.home-choose-section {padding: 55px 0 80px; }
.choose-section-blk {gap: 35px; padding: 0 0 0 40px; }
.choose-image { width: 34%; }
.choose-content {width: 40%; }
.choose-left h4 { font-size: 28px;}
.choose-item h3 { font-size: 30px; }
.choose-item p { font-size: 17px; }
.choose-left .choose-button a { padding: 22px 55px; }

/* ----------------- */
.hm-form-sec .text-heading {
    font-size: 33px;}
	.hm-form .gfield {
		position: relative !important;
		width: 48%;
	}
	.hm-form-sec {
		padding: 48px 40px; 
	}
 
    .hm-form-sec .text-heading strong { 
        font-size: 75px;
    }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea { border-radius: 8px; font-size: 18px !important; padding: 19px 30px !important; }
.hm-footer-map 	.in-map-blk iframe { height: 610px; border-radius: 24px; }
.hm-form .gform_wrapper .top_label input[type="submit"] { font-size: 17px !important; padding: 24px 66px !important; }
#footer-navigation ul li { padding: 0 20px; }
#footer-navigation ul li a { font-size: 20px; letter-spacing: 1.8px;}
.ftr-itm.cntr {
    width: 45%;
    position: relative;
}
.ftr-logo {
    width: 71%; 
}
.ftr-block-list { 
    padding: 45px 0 70px; 
}

.ftr-btn a.cmn-btn {
    padding: 21px 50px;
}
.ftr-copyrights-sec p { 
    font-size: 18px; 
}
.ftr-copyrights-sec {
    padding: 45px 0px 35px;
    text-align: center;
}
.ftr-itm {
    width: 25%;
    padding: 45px 0 0;
}

/*------*/
   .about-section {padding: 70px 0; } 
   .practice-areas-section .sub-heading, .about-section .sub-heading {padding: 0px 90px; margin: 0 auto 18px; } 
   .sub-heading {letter-spacing: 5.8px; } 
   .practice-areas-section .sub-heading::after, .practice-areas-section .sub-heading::before, .about-section .sub-heading::before, .about-section .sub-heading::after {border-width: 70px; width: 70px; } 
   .about-section h2 {margin: 0 0 30px; } 
   .about-right h3 {font-size: 39px; margin: 0 0 25px; } 
   .about-right p {font-size: 16px; margin: 0 0 16px; } 
   .about-bottom {gap: 25px; margin: 29px 0 0; } 
   .about-btn a {padding: 19px 19px; letter-spacing: 0.8px; } 
   .about-call a {font-size: 26px; padding-left: 80px; } 
   .about-hdr h4 {font-size: 26px; } 
   .practice-areas-section h2 {margin: 0 0 18px; } 
   .practice-areas-section p {        font-size: 17px;
        margin: 0 auto 30px;width: 85%; } 
   .pract-hdr h4 {font-size: 25px; } 
   .pract-hdr {padding: 17px 15px; } 
   .practice-contect {margin: 0 0 40px; } 
   .pract-btn a {padding: 20px 25px; letter-spacing: 0.6px; } 
   .focused-areas-section {padding: 60px 0; } 
   .list-item a {font-size: 18px; padding: 19px 26px; } 
   .about-call a::before {transform: scale(0.9); } 
   .about-left {padding: 0 0px 30px 11px; border-width: 6px; } 
   .hm-testimonials .testi-item {padding: 60px 50px 150px 65px; } 
   .hm-testimonials .testi-item p {font-size: 20px; } 
   .hm-testimonials .testi-item h5 {font-size: 26px; } 
   .hm-testi-list .owl-nav {margin: 65px auto -43px; } 
   .hm-blog-sec {padding: 60px 0; } 
   .testi-top-cnct {margin: 0 0 30px; } 
   .hm-testimonials {padding: 0 0 60px; } 
   .hm-testi-list.owl-carousel .owl-nav button.owl-next, .hm-testi-list.owl-carousel .owl-nav button.owl-prev {transform: scale(0.9); } 
   .copy-para i { font-size: 16px; }
   .hm-blog-cnt h3 {font-size: 26px; }

}

@media screen and (max-width:1366px) {
    
}

@media screen and (max-width:1280px) {
    
}

@media screen and (max-width:1240px) {
    .hm-blog-sec .container, .home-meet-team-section .container, .container {max-width: 990px;padding: 0 10px;}

.text-heading {
   font-size: 38px;
        margin: 0 0 15px;
}
.cmn-btn {
    padding: 23px 30px;
    font-size: 16px;
}
/* ------------ */

#main-navigation ul li { margin: 0px 7px; }
.header-btn a.cmn-btn { padding: 15px 16px; }
#main-navigation ul li a { font-size:16px; }
.header-number .top-call a { font-size: 19px; }
.header-number .top-call a::before { transform: scale(0.65); left: -7px; top: -2px;}
.header-number .top-call { padding: 0 0 0 26px; }
/* ------------ */
.banner-item .banner-text-heading { font-size: 50px;   margin: 0 0 20px; }
    .home-banner-section { padding: 140px 0 30px; }
.banner-item .bnr-btm-cnt { font-size: 20px; }
.banner-item .banner-text-heading:before{left: 18px;}
/* --------- */
.case-results-item {
    padding: 15px 10px 15px;
}
.case-results-item h4 {
    font-size: 23px;
    padding: 60px 0 0 0;
}
.case-results-item h4::before {
    transform: scale(0.55);
    top: -12px;
}
.case-results-item h4::after {
    top: 50px;
}
.case-results-item p {
    font-size: 14px;
}
.case-results-item .case-btn a {
    transform: scale(0.7);
}
.case-results-item p {
    font-size: 14px;
    margin: 0 0 8px;
}
/* -------------- */
.home-meet-team-section { padding: 45px 0 30px; }
.home-meet-team-section .carousel::before { width: 85%; height: 290px; left: 0; }
.home-meet-team-section div#attorney-center h3 { font-size: 40px; right: 65px; top: 25%; left: 0; letter-spacing: 11px; }
.home-meet-team-section .attorney img { width: 150px; height: 150px; }
.home-meet-team-section .profile-btn { margin-top: 30px; font-size: 19px; letter-spacing: 7px; }
.home-meet-team-section .nav-item { bottom: -18%; }
.home-meet-team-section .attorney.active img { max-width: 380px; }
 .home-meet-team-section .nav-item { bottom: -18%; }
/* ------------- */
.home-choose-section {padding: 45px 0 60px; } 
.choose-left h4 {font-size: 20px; } 
.choose-item::before {left: -18px; transform: scale(0.65); top: -17px; } 
.choose-item {padding: 0 0px 23px 60px; } 
.choose-item h3 {font-size: 25px; } 
.choose-item p {font-size: 15px; } 
.choose-item h3 {font-size: 22px; margin: 0 0 10px; }
.choose-left {width:24%; }

/* -------------------- */
.hm-form-sec { padding: 35px 35px;}
.hm-form-sec .text-heading strong { font-size: 60px; }
.hm-form-sec .text-heading { font-size: 26px; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea { border-radius: 7px; font-size: 17px !important; padding: 17px 23px !important; }
.hm-form .gform_wrapper .top_label input[type="submit"] { font-size: 16px !important; padding: 19px 38px !important; }
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label { font-size: 16px; }
.hm-footer-map 	.in-map-blk iframe { height: 520px; }
#footer-navigation ul li a {font-size: 18px; letter-spacing: 1px; } 
#footer-navigation ul li {padding:0 14px; } 
#footer-navigation ul { padding: 25px 0; } 
.hm-form .gform_wrapper .top_label textarea { height: 113px !important;} 
.ftr-itm.cntr { width: 40%;} 
.face-book, .social-icns { transform: scale(0.9);} 
.ftr-block-list {padding: 45px 0 50px; } 
.ftr-itm {width: 30%; padding: 30px 0 0; } 
.ftr-loc::before, .ftr-call::before {transform: scale(0.8); } 
.ftr-loc {padding: 0 0 0 70px; margin: 0 0 39px; } 
.ftr-itm p { font-size: 17px;} 
.ftr-itm .ftr-loc h4, .ftr-itm .ftr-call h4 { font-size: 27px;} 
.ftr-call-btn a {font-size: 25px;} 
.ftr-logo { width: 84%; margin: 0 auto 15px; } 
.ftr-call {padding: 0 0 0 70px; } 
.ftr-copyrights-sec {padding: 35px 0px 35px; } 
.ftr-copyrights-sec p {font-size: 17px; } 
.hm-form .gfield_description.validation_message { font-size: 14px; } 
.header-number {margin: 0 0 7px;} 
.popup .popuptext {padding: 10px; font-size: 16px; line-height: 1.6; } 
.about-section {padding: 50px 0; } 
.about-section h2 {margin: 0 0 25px; } 
.about-right h3 {font-size: 30px; margin: 0 0 17px; } 
.about-call a::before {transform: scale(0.8); } 
.about-btn a {padding: 16px 17px; } 
.about-content {gap: 35px; } 
.about-right {width: 49.1%; padding: 16px 0 0; } 
.about-right p {font-size: 15px; margin: 0 0 10px; } 
.about-call a {font-size: 24px; padding-left: 70px; } 
.about-hdr h4 {font-size: 22px; } 
.about-hdr {bottom: 20px; } 
.sub-heading {letter-spacing: 4.8px; font-size: 18px; padding: 0 0 15px; margin: 0 0 13px; } 
.practice-areas-section h2 {margin: 0 0 12px; } 
.practice-areas-section p {font-size: 16px; margin: 0 auto 20px; line-height: 1.7; } 
.practice-areas-section p br{display: none;}
.practice-areas-section  {padding: 0; } 
.practice-contect {gap: 6px; margin: 0 0 30px; } 
.pract-item::before, .pract-item .pract-img img, .pract-item {border-radius: 17px; } 
.pract-hdr {padding: 10px 10px; } 
.pract-hdr h4 {font-size: 20px; } 
.about-left {padding: 0 0px 20px 16px; border-width: 4px; } 
.pract-btn a {padding: 17px 22px; letter-spacing: 0.3px; } 
.focused-areas-section h2 {margin: 0px 0 14px; } 
.list-item a {font-size: 15px; padding: 15px 16px; border-radius: 6px; } 
.focused-areas-section {padding: 50px 0; } 
.testi-top-lft h6::before {width: 200px; } 
.testi-top-cnct {margin: 0 0 25px; } 
.hm-testimonials .testi-item {padding: 45px 35px 100px 45px; } 
.hm-testimonials .testi-item p {font-size: 18px; } 
.hm-testimonials .testi-item::after, .hm-testimonials .testi-item::before {transform: scale(0.9); top: 50px; } 
.testi-btm {left: 45px; bottom: 45px; } 
.hm-testimonials .testi-item::after {bottom: 40px; top: auto; } 
.hm-testimonials .testi-itm-cnct::before {transform: scale(0.9); left: 45px; } 
.hm-testimonials .testi-item h5 {font-size: 22px; } 
.hm-testi-list .owl-nav {margin: 45px auto -38px; } 
.hm-testi-list.owl-carousel .owl-nav button.owl-next, .hm-testi-list.owl-carousel .owl-nav button.owl-prev {transform: scale(0.8); } 
.hm-blog-sec {padding: 50px 0; } 
.hm-blog-sec .text-heading {margin: 0 0 17px; } 
.hm-blog-cnt h3 {font-size: 23px; } 
.choose-section-blk {gap: 21px; padding: 0 0 0 10px; }

.choose-image {
    width: 37%;
}
.copy-para i { font-size: 15px; }

.team-itm .attrny-cnt h3{    font-size: 25px;}
.home-meet-team-section .team-lst{margin: 0 0 25px;}


.home-case-results-section{padding: 35px 0;}

}





@media screen and (max-width:1140px) {
    
}

@media screen and (max-width:1040px) {
    
}

@media screen and (max-width:991px) {
    .hm-blog-sec .container, .home-case-results-section .container, .container {max-width: 720px;padding:0px;}
.head-sec {padding: 20px 0; }
.showhide {display: block;}
.mobinav ul {display: none;}
.hdr-src {display: block;}
.mobile_src_nav {display: block;}
.top-menu {display: none;}
.logo-menu {display: inline-block;text-align: center;}
.topmenu {width: 100%;display: none;}
.showhide b.txtl, .showhide b.txtr {color: #fff;}
.logo {width: max-content;}
.logo img {max-width: 200px;}
.top-rit {max-width: 100%;position: inherit;display: inline-block;margin: 0;float: none;}
.mobinav ul {padding: 10px 10px;text-align: left;display: block;}
.mobinav {top: 44px;display: block;}
.mobile_src_nav { display: block; padding: 8px 0; background-color: #b79149; }
.logo-rit {max-width: 100%;text-align: center;background-color: transparent;border: 0;padding: 0;}
.sticky-wrap {display: block;}
.header-sticky.fixed-header {display: block;}
header#site-header {border: none;background-color: transparent;}
nav#main-navigation {display: none;}
header.site-header.is-sticky{display: none;}
.logo-section{position: relative;padding: 15px 0 !important;align-items: center;}
.site-branding {width: 100%;max-width: 240px;padding: 0;}
.header-number a {font-size: 18px;padding: 16px 15px 16px 30px;}
.sicky-cnt.sticky-mobile-logo {
    width: 100%;
    max-width: 230px;
    padding: 0 10px;
}
.site-header {
    padding: 0;
    position: static;
    background-color: #1b1d20;
}

.practice-areas-section p{width: 100%;}

/* -------------- */

.home-meet-team-section .nav-item {
    bottom: -13%;
}
/* ----------- */
.header-number .top-call a {
    padding: 0;
}
.header-btn a.cmn-btn {
    font-size: 15px;
    padding: 17px 20px;
}
.header-number .top-call a {
    font-size: 20px;
    padding: 0;
}
.header-number .top-call {
    padding: 0px 0 0 30px;
}
.header-number .top-call a::before {
    transform: scale(0.75);
    left: -5px;
    top: -3px;
}

.case-results-item h4 {

    font-size: 25px;    

}

.case-results-item p {

    font-size: 16px;

}
 
/* -------------- */
.text-heading {
    font-size: 40px;
}
.cmn-btn {
    padding: 18px 27px;
    font-size: 14px;
}
/* ------------ */
.banner-item .banner-text-heading {
    font-size:40px;
}

.home-banner-section {
    padding: 35px 0 35px;
}
.banner-item .bnr-btm-cnt {
    font-size: 17px;
}
.banner-content {
    width: 100%;
}
/* ------case-results----- */

.case-results-item {
    padding: 15px 10px 15px;
    width: 100%;
    max-width: 320px;
    height: 100%;
    margin: 0 auto;
}
.home-case-results-section {
    background-color: #0f1722;
    position: relative;
    z-index: 0;
    padding: 35px 0;
}

.home-case-results-section .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

/* -------------- */

.home-case-results-section .text-heading {
    margin: 0px 0 30px;
}

/* ------------ */
.home-meet-team-section .carousel::before {
    width: 85%;
    height: 225px;
    left: 0;
    right: 0;
}
.home-meet-team-section div#attorney-center h3 strong:first-child {
    margin-right: 19%;
}
.home-meet-team-section div#attorney-center h3 {
    font-size: 30px;
    right: 0;
    top: 19%;
    left: 0;
    letter-spacing: 4px;
    margin: auto;
    justify-content: center;
} 
	.home-meet-team-section div#attorney-center h3 strong:last-child {
    display: block;
    text-indent: 70px;
}
.home-meet-team-section .attorney{
    display: none;
}
.home-meet-team-section .attorney.active {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 270px;
}
.home-meet-team-section .profile-btn {
    margin-top: 16px;
 
}
.home-meet-team-section .nav-item { max-width: 400px; }
.choose-section-blk {
    gap: 0;
    padding: 0;
    flex-wrap: wrap;
}
.home-meet-team-section .carousel {
    border-bottom: 5px solid #bb944a;
}
/* ------------ */
.choose-content {
    width: 100%;
    order: 1;
}
.choose-left { 
    width: 100%;
    text-align: center;
}
.choose-left .text-heading strong { display: inline-block; }
.choose-left h4 br{
    display: none;
}
.choose-left .text-heading {
    text-align: center;
    margin: 0 0 9px;
}
.choose-left h4 {
    font-size: 21px;
    margin: 0 0 10px;
}
.home-choose-section::before {
    width: 100%;
    border-radius: 0;
    height: 100%;
}
.choose-item::after { width: 100%; }
.home-choose-section {
    padding: 35px 0;
}
.choose-image {
    width: 100%;
    position: static;
    max-width: 320px;
    margin: 0 auto;
    border: 2px solid #000;
    border-radius: 20px;
    overflow: hidden;
}
.choose-left .choose-button {
    display: none;
}
.choose-button.hover-btn-mb {
    display: block;
    text-align: center;
}

.choose-section-blk {
    padding: 0;
    flex-wrap: wrap;
    gap: 20px;
}
.choose-item {
    padding: 0 0px 23px 80px;
}


/* --------footer- */
.hm-footer-map { 
    flex-wrap: wrap;
}
.hm-footer-map 	.in-map-blk iframe {
    height: 320px;
}
.ftr-form-sctn{
	padding: 0 0 35px;
}

.hm-form-sec { 
    width: 100%;
}
.hm-footer-map .in-map {
    width: 100%;
    border: 3px solid #bb944a;
    position: relative;
}
.hm-form .gfield {
    position: relative !important;
    width: 100%;
}

.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {
    font-size: 17px !important;
    padding: 17px 21px !important;
}
.hm-form .gform_wrapper .top_label textarea {
    height: 100px !important;
}


.hm-form .gform_wrapper .gform_footer.top_label {
    margin: 20px auto 0;
}
fieldset#field_3_9 {
    width: 100%;
}
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {
  
    font-size: 15px;
}
.hm-form-sec .text-heading strong {
    font-size: 50px;
}
.hm-form-sec .text-heading {
    font-size: 30px;
}
.hm-form .gform_wrapper .top_label input[type="submit"] {
    font-size: 15px !important;
    padding: 19px 64px !important;
}
#footer-navigation ul li {
    padding: 0 15px;
}
#footer-navigation ul li a {
    font-size: 18px;
    letter-spacing: 0;
}
.ftr-block-list {
    flex-direction: column;
}
.ftr-itm.cntr, .ftr-itm {
    width: 100%;
    padding: 15px 10px;
    max-width: 320px;
    margin: 0 auto 20px;
    border: 1px solid;
}
.ftr-block-list {
    padding: 15px 0 35px;
}
.ftr-call, .ftr-loc {
    padding: 60px 0 0;
    margin: 0 0 0px;
    text-align: center;
}

.ftr-loc::before, .ftr-call::before {
    transform: scale(0.7);
    top: -9px;
    right: 0;
    margin: 0 auto;
}
.ftr-loc{
    margin: 0 0 15px;
}

.ftr-block-sec {
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #121a28;
}
.ftr-btn a.cmn-btn {
    padding: 18px 40px;
}
.ftr-copyrights-sec {
    padding: 25px 0;
}

.about-content {gap: 20px; flex-direction: column; align-items: center; } 
.about-left {width: 100%; max-width: 400px; } 
.about-right {width: 100%; padding: 0; text-align: center; } 
.about-bottom {justify-content: center; } 
.practice-areas-section p br{display: none;} 
.pract-item {width: 100%; max-width: 320px; margin: auto; } 
.pract-hdr h4 {font-size: 23px; text-align: center; } 
.pract-hdr {bottom: 27px; } 
.testi-top-cnct {flex-direction: column; gap: 20px;        margin: 0; } 
.hm-testimonials {padding: 50px 0; } 
.testi-top-lft {width: 100%; text-align: center; } 
.testi-top-lft h6::before {right: 0; margin: auto; } 
.hm-testimonials .text-heading{text-align: center;} 
.hm-testimonials .text-heading br{display: none;} 
.hm-testi-list.owl-carousel {padding: 0; } 
.hm-testi-list.owl-carousel .owl-item{padding: 0 20px; } 
.hm-testi-list .owl-nav {margin: 26px auto -33px; } 
.hm-blog-cnt {gap: 10px; padding: 5px 15px; align-items: flex-start; flex-direction: column; } 
.hm-blog-sec .text-heading {text-align: center; margin: 0 auto 17px; } 
.hm-testi-list.owl-carousel .owl-stage {padding: 30px 0 15px; } 
.testi-top-rgt {width: 100%; max-width: 250px; } 
.hm-testi-list.owl-carousel .owl-stage-outer {padding: 0; margin: 0; } 
 .team-lst.owl-carousel .owl-nav button.owl-next, .team-lst.owl-carousel .owl-nav button.owl-prev, .hm-case-blk.owl-carousel .owl-nav button.owl-next, .hm-case-blk.owl-carousel .owl-nav button.owl-prev, .practice-contect.owl-carousel .owl-nav button.owl-next, .practice-contect.owl-carousel .owl-nav button.owl-prev {transform: scale(0.8); background-image: url(images/hm-sprites.webp) !important; background-repeat: no-repeat !important; background-position: -8px -107px !important; width: 61px; height: 23px; font-size: 0 !important; background-color: transparent !important; } 
.home-meet-team-section .team-lst.owl-carousel .owl-nav button.owl-next, .hm-case-blk.owl-carousel .owl-nav button.owl-next, .practice-contect.owl-carousel .owl-nav button.owl-next {background-position: -90px -107px !important; } 
 .team-lst.owl-carousel .owl-nav,.home-case-results-section .hm-case-blk.owl-carousel .owl-nav, .practice-areas-section .practice-contect.owl-carousel .owl-nav {display: flex ; justify-content: center; align-items: center; gap: 30px; margin: 20px 0 0; width: 100%; } 
.ftr-btn {margin: -25px 0 0; }
	
.hm-blog-sec {
    padding: 30px 0;
}

.team-lst .team-itm {
    width: 100%;}
}

@media screen and (max-width:767px) {

    .sicky-cnt.sticky-mobile-logo { max-width: 220px; }

    .hm-blog-sec .container, .home-case-results-section .container,  .container {max-width: 100%;padding: 0 15px;}
    .logo-section { gap: 15px; flex-wrap: wrap; justify-content: space-around; }
    .site-branding { max-width: 215px; }


    .text-heading {
        font-size: 35px;
    }

    /* banner */
    .banner-item .banner-text-heading {font-size: 35px; }

    .banner-item .bnr-btm-cnt {
        margin: 0 0 0;
        font-size: 15px;
        list-style: 1.3;
    }
    

    /* -------- */
    .home-case-results-section .text-heading {
        margin: 0px 0 20px;
    }
    .home-case-results-section {
        background-color: #0f1722;
        position: relative;
        z-index: 0;
        padding: 10px 0 30px;
    }

.copy-para i { font-size: 14px; }


    /* ----------- */
    .home-meet-team-section .attorney.active img { max-width: 280px; }
    .home-meet-team-section .carousel::before {  height: 160px;  display:none; }
    .home-meet-team-section div#attorney-center h3 strong:first-child {
        margin-right: 0;
    }

        .home-meet-team-section div#attorney-center h3 strong:first-child {
        margin-right: 0;
    }

    .home-meet-team-section .nav-item {
        max-width: 370px;
        bottom: -12%;
    }
    .home-meet-team-section .profile-btn {
        font-size: 15px;
        margin-top: 14px;
        letter-spacing: 5px;
    }
	.home-meet-team-section div#attorney-center h3 strong:last-child {

    text-indent: 0;
}
    .home-meet-team-section .nav-item {
        max-width: 320px;
        bottom: -11.1%;
    }
    .home-meet-team-section div#attorney-center h3 {
        font-size: 27px;top:auto;bottom:3px;z-index:0;}
    .home-meet-team-section .arrow.left, .arrow.right { transform: scale(0.8); }
/* ---------- */

.hm-form-sec {
    padding: 30px 20px;
}
.hm-form-sec .text-heading strong {
    font-size: 35px;
}
.hm-form-sec .text-heading {
    font-size: 23px;
}
    .choose-item {
        padding: 0 0px 23px 65px;
    }
    .choose-item h3 {
        font-size: 20px;}
        .choose-left h4 {
            font-size: 20px; 
        }
	    .team-section h2 {
        margin: 0 0 20px;
    }

        /* ------------ */
        .ftr-copyrights-sec p {
            font-size: 16px;
            line-height: 1.4;
        }
        #footer-navigation ul li {
            padding: 0 10px;
            margin: 0 0 11px;
        }
        #footer-navigation ul {
            padding: 25px 0 10px;
        }

        .copy-para img {
            width: 70px;
            margin: 5px 7px 0;
        }
        .hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {
            font-size: 16px !important;
            padding: 13px 21px !important;
        }
        .hm-form .gform_fields {
            gap: 10px !important;
        }
        .hm-form .gform_wrapper .top_label textarea {
            margin: 0 0 12px;
        }
        .hm-form-sec p {
            font-size: 18px;
        }
        .hm-form .gfield_description.validation_message {
            font-size: 11px;
        }
		.hm-footer-map 	.in-map-blk iframe {
			height: 250px;
		}

         .list-item a {display: block; } 
 .list-item {width: 42%; text-align: center; }

.team-lst .team-itm {
    width: 100%;
    max-width: 320px;
    margin: auto;
}

}

@media screen and (max-width:680px) {
    
        .popup .popuptext {
        padding: 5px;
        font-size: 14px;
        line-height: 1.5;
    }

        .list-item { width: 100%;  max-width: 300px;} 
    .about-bottom {margin: 20px 0 0; flex-direction: column; } 
    .hm-testi-list .owl-nav {margin: 0; } 
    .hm-testi-list .owl-nav {margin: 10px 0; max-width: 100%; justify-content: center; gap: 41px; } 
    .hm-blog-img {width: 100%; max-width: 300px; } 
    .hm-blog-cnt {text-align: center; align-items: center; width: 100%; padding: 15px; border-bottom: none; } 
    .home-posts-list {margin: 0 0; flex-direction: column; align-items: center; border: 1px solid #bb944a; }
    
}

@media screen and (max-width:540px) {
    
}

@media screen and (max-width:480px) {
    .sicky-cnt.sticky-mobile-logo {
        width: 100%;
        max-width: 135px;
    }
    .header-sticky .sticky-cnt a:before, .header-sticky .sticky-cnt button:before { width: 35px; height: 35px; }

    .text-heading {
        font-size: 27px;
    }

.header-number { align-items: center;  flex-direction: column; }
.banner-item .banner-text-heading {
    padding: 0;
    letter-spacing: 0;
    top: -10px;
     font-size: 28px;
}
.banner-item .banner-text-heading:before{width: 100%;left: 0;}

/* -------------- */
.choose-item::before {
    left: 0;
    transform: scale(0.65);
    top: -17px;
    right: 0;
    margin: 0 auto;
}
.choose-item {
    padding: 61px 10px 10px;
    text-align: center;
    margin: 0 0 10px;
}
.choose-item::after {
    width: 100%;
    bottom: 0;
}
    .home-meet-team-section div#attorney-center h3 {
        font-size: 25px;
        top: auto;
        letter-spacing: 0;
        bottom: 3px;
        z-index: 1;
    }
.home-meet-team-section .attorney.active img {
    max-width: 190px;
}
.home-meet-team-section .nav-item {
    max-width: 274px;
    bottom: -17%;
}
.home-meet-team-section .profile-btn {
    margin-top: 13px;
    font-size: 14px;
    letter-spacing: 3px;
}

.choose-left h4 {
    font-size: 18px;}
    
.team-section h2 {
    margin: 0 0 25px;
}
.hm-form-sec {
    padding: 25px 10px;
    outline: none;
}
.hm-footer-map 	.in-map-blk iframe {
    height: 220px;
}
.hm-form-sec .text-heading strong {
    font-size: 31px;
}   
.hm-form-sec .text-heading {
    font-size: 19px;
}
.hm-form-sec p {
    font-size: 16px;
}
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {
    font-size: 15px !important;
    padding: 11px 14px !important;
}
.hm-form .gform_wrapper .top_label input[type="submit"] {   
    padding: 15px 41px !important;
}
.hm-form-sec {
    border-radius: 0;
}



.about-section {padding: 30px 0; } 
.practice-areas-section .sub-heading, .about-section .sub-heading {padding: 0;} 
.practice-areas-section .sub-heading::after, .practice-areas-section .sub-heading::before, .about-section .sub-heading::before, .about-section .sub-heading::after{display: none;} 
.about-hdr {bottom: 15px; } 
.about-hdr h4 {font-size: 19px; } 
.about-right h3 {font-size: 26px; margin: 0 0 12px; } 
.about-right p {line-height: 1.6; } 
.focused-areas-section {padding: 30px 0; } 
.hm-testimonials .testi-item::after, .hm-testimonials .testi-item::before{display: none;} 
.hm-testi-list.owl-carousel .owl-item {padding: 0; } 
.testi-btm {flex-direction: column; position: unset; } 
.hm-testimonials .testi-item {padding: 25px 10px; } 
.hm-testimonials .testi-item p {font-size: 16px; margin: 0 0 15px; } 
.hm-testimonials .testi-itm-cnct::before {transform: scale(0.7); left: 7px; } 
.hm-testi-list.owl-carousel .owl-stage-outer {padding: 0; margin: 0; } 
.hm-testimonials .testi-item h5 {font-size: 20px; } 
.hm-testimonials {padding: 30px 0; } 
.hm-blog-cnt h3 {font-size: 20px; } 
.practice-contect {margin: 0 0 20px; }


}

@media screen and (max-width:400px) {
    
}

@media screen and (max-width:375px) {
    
}

@media screen and (max-width:320px) {
    
}