/*
 Theme Name:   Wklawgroup
 Theme URI:    http://example.com/rmtheme-child
 Description:  Child theme for RMTheme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     rmtheme
 Version:      1.0.0
 Text Domain:  wklawgroup
*/

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

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

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

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-Light.woff2') format('woff2'),
        url('fonts/JosefinSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

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

@font-face {
    font-family: 'Barlow Semi Condensed';
    src: url('fonts/BarlowSemiCondensed-Light.woff2') format('woff2'),
        url('fonts/BarlowSemiCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Barlow Semi Condensed ExLight';
    src: url('fonts/BarlowSemiCondensed-ExtraLight.woff2') format('woff2'),
        url('fonts/BarlowSemiCondensed-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Barlow Semi Condensed';
    src: url('fonts/BarlowSemiCondensed-Thin.woff2') format('woff2'),
        url('fonts/BarlowSemiCondensed-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

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





: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: 'Josefin Sans';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background:url(images/body-bg.webp) #000;
    background-repeat: no-repeat;
    background-position: center;
}
.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: 'Aleo';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
    font-family: 'Josefin 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;
}
.post, .page{
    margin: 0;
}
ul,ol,li {
    list-style: none;
    margin:0;
    padding:0;
}
p:empty {display: none;}

/*Header Sticky Menu*/



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

.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: 16px; color: #fff; font-family: 'Josefin Sans'; font-weight: 400; position: relative; padding:38px 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: 35px; height: 34px; 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;background-size: 20px 20px; }
.header-sticky .sticky-cnt a:before {background-image: url(images/header-sticky-call.webp); background-repeat: no-repeat; background-position: center;    background-size: 20px 20px; }

.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: 45px; }
.sticky-mobinav ul li a.drop.open {width: 28px; }
.sticky-mobinav ul li a.drop:after {content: ""; background: url(images/sprite_icons.png) no-repeat left top; background-position: 0px 0px; width: 13px; height: 13px; position: absolute; right: 0; top: 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: #8b0a03;
    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: 25px;
    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: 20px;
    line-height: 1;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    letter-spacing: 0.5px;
    font-family: 'Josefin Sans';
}

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

.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #8b0a03;
    position: absolute;
    top: 38px;
    left: 0;
}

.mobinav ul {
    float: left;
    margin: 0px 0 0 0;
    padding: 5px 0px;
    width: 100%;
}

.mobinav ul li {
    float: left;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: 'Josefin Sans';
   font-weight: 400;
}

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

.mobinav a:hover {
    color: #d6aaaa;
}

.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;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 22px;
}
.header-blk{display: flex; align-items: center; gap: 20px;    margin: 0 -33px 0 0;}
.header-number {
    font-size: 20px;
    font-family: 'Josefin Sans';
    font-weight: 300;
    line-height: 1;
    text-transform: capitalize;
    color: #ffffff;
    margin: 0;
}
.header-call a {
    font-size: 38px;
    font-family: 'Aleo';
    font-weight: 200;
    line-height: 1;
    letter-spacing: -0.76px;
    color: #ffffff;
    margin: 0px 0 0;
    display: inline-block;
    position: relative;
     padding: 0 0 0 64px;
}
.header-call a:hover {color: #8b0a03;}
.header-call a:before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-position: -15px -15px;
    background-repeat: no-repeat;
    width: 42px;
    height: 46px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#main-navigation ul{
    margin:0;text-align: center;
    /*background: linear-gradient(to right, #000 0%, #1a0000 20%, #5b0000 50%, #1a0000 80%, #000 100%);*/

}
#main-navigation ul li{
    display: inline-block;
    padding: 0 45px 0 0;
    position: relative;
    margin: 0 10px;
}
.site-header .container {
    max-width: 1500px;
    position: relative;
}

#main-navigation{ background:url(images/menu-bgimg.webp) no-repeat center top; }
/*#main-navigation ul:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 51%;
    background: linear-gradient(to right, #000 0%, #1a0000 20%, #5b0000 50%, #1a0000 80%, #000 100%);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}*/
#main-navigation ul li:before{position: absolute; content: ""; background-color: transparent; border: 1px solid #860a03; width: 8px; height: 8px; border-radius: 50px; left: -30px;
    top: -4px;
    bottom: 0;
    margin: auto;}
#main-navigation ul li:first-child{
    margin-left: 0;
}
#main-navigation ul li:last-child{
    padding-right:0;
    margin-right: 0;

}
#main-navigation ul li:first-child:before{display: none;}
#main-navigation ul li a{
    font-size: 16px;
    font-family: 'Josefin Sans';
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    padding:30px 8px;
    text-transform: uppercase;
    display: block;
    min-width: inherit;
    border-bottom: 3px solid transparent;
}
/*.site-header.is-sticky .logo-section {
    margin: 0 0 10px;
}*/
/*.site-header.is-sticky #main-navigation ul {
    padding: 15px 0px 0px;
}
*/
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover{
    color: #a7211f;
    border-bottom-color:#8b0a03;
}
#main-navigation ul li ul.sub-menu{
    display:none;
    width:220px;
    position:absolute;
    color:#fff;
    top:100%;
    left:0;
    right:auto;
    background:#931917;
    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:  #8b0a03;
    color: #fff;
}
#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: 17px;
}
#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item > a{
    background:linear-gradient(to right, #000 0%, #1a0000 20%, #5b0000 50%, #1a0000 80%, #000 100%);
    color: #fff;
}
#main-navigation .sub-menu li:after{
    display:none;
}
#main-navigation .sub-menu li{
    width:100%;
    margin:0;
    padding:0
}
#main-navigation .sub-menu li:before{display: none;}
#main-navigation .sub-menu li a:before{
    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 {
    background-color: transparent;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 100%;
    padding: 21px 0 0px;
    position: absolute;
    z-index: 999;
}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background:#1f1f1f;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    border-bottom: 3px solid #8b0a03;
    padding: 15px 0 0px;
}
@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;
}
/*Banner section*/

.banner-section{background-image: url(images/bnnr-bg.webp);background-repeat: no-repeat;background-size: cover;background-position: center;position: relative;background-color: #1f1f1f; z-index: 1;padding: 190px 0 0;}
.bnnr-lst{display: flex; justify-content: space-between; align-items: center;}
.bnnr-rit .bnr-heading strong {font-size: 100px;font-weight: 900;letter-spacing: -2px;position: relative;-webkit-text-stroke: 2px #ffffff00;color: #8b0a03;display: block;}
.bnnr-lft{width: 43.4%;}
.bnnr-rit {width: 44.9%;    padding: 39px 0 0; }
.bnnr-lft-img{width: 100%; display: block;}
.bnnr-rit .bnr-heading {font-family: 'Josefin Sans'; font-weight: 700; font-size:143px; color: #fff; letter-spacing:-2.86px; line-height:1;margin: 0 0 0 -144px; text-transform: uppercase;  }
.bnnr-rit .bnr-heading strong::before {content: "Experienced";position: absolute;left: -7px;top: 3px;-webkit-text-stroke: 2px #ffffff7a;color: transparent;width: 100%;height: 100%;z-index: -1;}
.bnnr-rit .btm-hdng{font-family: 'Aleo'; font-weight: 200; font-size: 49px; letter-spacing: 1.96px; color: #fff; line-height: 1.14; text-transform: uppercase; margin: 0 0 30px; padding: 0 0 6px; position: relative;}
.bnnr-rit .btm-hdng:before{position: absolute; content: ""; background-color: #8b0a03; width: 32px; height: 3px; bottom: 0; left: 0; }
.bnnr-rit .bnr-btm-cnt{font-family: 'Josefin Sans'; font-weight: 300; font-size: 28px; letter-spacing: -0.56px; color: #fff; line-height: 1.39; margin: 0 0 36px;}
.banner-section .bnnr-btn a.cmn-btn{    padding: 25px 40px;    background-image: -webkit-linear-gradient(-41deg, rgb(139, 10, 3) 100%, rgb(33, 33, 33) 100%); box-shadow: 0px 7px 22.56px 1.44px rgba(139, 10, 3, 0.5); color: #fff;}
.banner-section .bnnr-btn a.cmn-btn:hover{    color: #000000; background-image: -webkit-linear-gradient(0deg, rgb(181, 126, 16) 0%, rgb(249, 223, 123) 17%, rgb(255, 243, 166) 28%, rgb(249, 223, 123) 39%, rgb(181, 126, 16) 85%, rgb(181, 126, 16) 100%); box-shadow: 0px 11px 25.81px 3.19px rgba(0, 0, 0, 0.66), inset 0px 1px 0px 0px rgba(184, 142, 36, 0.99), inset 0px -3px 5px 0px rgba(88, 62, 22, 0.99);}
.text-heading {font-family: 'Aleo'; text-align: center; font-weight: 600; font-size: 100px; line-height: 1; letter-spacing: -2px; margin: 0 0 25px; color: #fff; }
a.cmn-btn {font-family: 'Josefin Sans'; font-weight: 400; font-size: 20px; line-height: 1; color: #000000; text-transform: uppercase; display: inline-block; text-align: center; padding: 25px 55px; background-image: -webkit-linear-gradient( 0deg, rgb(181,126,16) 0%, rgb(249,223,123) 17%, rgb(255,243,166) 28%, rgb(249,223,123) 39%, rgb(181,126,16) 85%, rgb(181,126,16) 100%); box-shadow: 0px 11px 25.81px 3.19px rgba(0, 0, 0, 0.66),inset 0px 1px 0px 0px rgba(184, 142, 36, 0.99),inset 0px -3px 5px 0px rgba(88, 62, 22, 0.99); }
a.cmn-btn:hover {background-image: -webkit-linear-gradient( -41deg, rgb(139,10,3) 100%, rgb(33,33,33) 100%); box-shadow: 0px 7px 22.56px 1.44px rgba(139, 10, 3, 0.5); color: #fff; }

/*protecting-section*/
.protecting-sec .container {max-width: 1500px; width: 100%; margin: auto; } 
.protecting-sec {padding: 98px 0 40px; position: relative; background-color: #1f1f1f;} 
.protecting-sec:before {position: absolute; content: ""; background-color: #fff; left: 0; top: 0; bottom: 0; right: 0; margin: auto; width: 94.5%; height: 100%; } 
.protecting-blk {display: flex; justify-content: space-between; width: 100%; } 
.protecting-itm {background-color: #373737; padding: 30px 55px 98px; width: 23.8%; position: relative; } 
.protecting-itm:nth-child(even) {margin: -42px 0 42px; } 
.protecting-itm:hover {background-image:-webkit-linear-gradient(0deg, rgb(127 12 12 / 70%) 1%, rgb(209 45 27 / 70%) 44%, rgb(247 61 31 / 70%) 65%, rgb(209 45 27 / 70%) 77%, rgb(124 14 10 / 70%) 97%); } 
.protecting-itm .prtct-title {font-family: 'Josefin Sans'; font-weight: 500; font-size: 32px; line-height: 1.1; letter-spacing: 0.3px; color: #ffffff; margin: 0; padding: 100px 0 0; position: relative; } 
.protecting-itm .prtct-title::before {position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -125px -200px; left: 0; top: 0; width: 63px; height: 63px; } 
a.cmn-btn-snd {font-family: 'Barlow Semi Condensed'; font-weight: 500; font-size: 16px; color: #b49038; line-height: 1; letter-spacing: 3.5px; text-transform: uppercase; text-decoration: underline; display: inline-block; margin: 0; position: absolute; left: 55px; bottom: 42px; } 
.hvr a{font-size: 0; position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; width: 100%; }
/*protecting-section End*/

/*About Section*/
.about-sec{padding: 100px 0 65px; } 
.about-sec .container {max-width: 1500px; width: 100%; margin: auto; } 
.about-blk {display: flex; justify-content: space-between; position: relative; } 
.about-sec .abt-title {font-family: 'Jost'; font-weight: 500; font-size: 20px; line-height: 1; letter-spacing: 4.8px; color: #fff; text-transform: uppercase; margin: 0 0 25px; padding: 10px 33px; background: transparent; border: 2px solid #92130b; border-radius: 50px; display: inline-block; } 
.about-sec .text-heading {text-align: left; line-height: 0.95; text-transform: none; margin: 0 0 40px; } 
.about-sec .about-blk .about-cntr p{font-family: 'Josefin Sans'; font-weight: 400; font-size: 26px; line-height: 1.6; letter-spacing: 0.5px; margin:  0 0 45px; color: rgb(255, 255, 255, 0.7); } 
.about-rgt {width: 42.4%; }
.about-lft {width: 50.7%;  } 
.about-cntr {width: 100%; display: flex ; justify-content: space-between; }
.about-lft-logo {width: 100%; padding: 75px 20px 100px 25px; background-color: #000; border: 1px solid rgb(139, 11, 4, 0.35); box-shadow: 0px 0px 29px 0px rgba(139, 11, 4, 0.24); margin:0 0 40px; } 
.about-lft-logo img {width: 100%; display: block; } 
.about-lft {width: 24.2%; }
.about-rit {width: 71.3%; }
.bout-cntr-txt {width: 51.2%; padding: 0 0 0 57px; position: relative; }
.bout-cntr-txt::before {position: absolute; content: ""; height: 100%; width: 2px; left: 15px; top: 0; bottom: 0; margin: auto; background-color: #92130b; } 
.about-rgt-img {padding:0; position: relative;  margin: -60px 0 0; }
.about-rgt-img img{width: 100%; display: block; } 
.about-lft-expnce {text-align: center; width: 90%; } 
.about-lft-expnce .about-over-title strong {font-size: 29px; line-height: 1; letter-spacing: 2.9px; color: rgb(204, 165, 64, 0.8); position: absolute; margin: 0; font-weight: 300; top: 94px; left: -24px; text-transform: uppercase; } 
.about-lft-expnce .about-over-title {color: #8b0b04; text-align: center; font-size: 214px; line-height: 1; font-family: 'Barlow Semi Condensed'; font-weight: 100; position: relative; display: inline-block; margin: 0; } 
.about-lft-expnce .about-expr-cnt {font-family: 'Barlow Semi Condensed'; line-height: 1; color: rgb(255, 255, 255, 0.8); text-transform: uppercase; text-align: center; font-weight: 200; font-size: 41px; letter-spacing: 2.46px; margin:  -8px 0 0; } 
.about-lft-expnce .about-expr-cnt strong {font-weight: 600; font-size: 34px; letter-spacing: 12.9px; border: 1px solid #cda743; border-width: 1px 0px 1px 0px; display: inline-block;  padding: 3px 0; }
.about-btn a.cmn-btn{font-weight: 700;}
/*About Section End*/

/*About Dedicated*/
.about-dedicated {background-image: url(images/about-dedicated-bg.webp); background-repeat: no-repeat; background-size: cover; background-position: center; position: relative; background-color: #1f1f1f;}
.dedicated-sec {padding: 0px 0 160px; } 
.dedicated-sec .text-heading {text-align: center; font-size: 110px; color: #9e1813; text-transform: uppercase; margin: 0 0 53px; line-height: 1.1; letter-spacing: 0; } 
.dedicated-sec .text-heading small {font-size: 70px; color: #fff; display: block; } 
.dedicated-btn-call {display: flex; justify-content: center; gap: 45px; align-items: center; } 
.dedicated-call {padding: 0 0 0 94px; position: relative; } 
.dedicated-call p{text-transform: uppercase; font-family: 'Barlow Semi Condensed'; font-weight: 500; font-size: 22px; line-height: 1; color: #8b0a03; margin: 0; } 
.dedicated-call p a{display: block; font-weight: 200; letter-spacing: 1px; color: #fff; font-size: 50px; } 
.dedicated-call p a:hover {color: #9e1813; } 
.dedicated-call p a:before{position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -85px -16px; width: 47px; height: 47px; left: 0; top: 0; bottom: 0; margin: auto; } 
.dedicated-call p a::after{position: absolute; content: ""; background-color: #cca540; width: 1px; height: 47px; left: 68px; top: 0; bottom: 0; margin: auto; }
.dedicated-btn a.cmn-btn{font-weight: 700}
/*About Dedicated End*/

/*Practice Areas Section*/
.practice-areas-sec{padding: 65px 0 80px; position: relative; background-image: linear-gradient(45deg, #fff, #fff); z-index: 1; background-size:100% auto; background-repeat: no-repeat; background-position: center;}
.practice-areas-sec .text-heading {color: #000; margin: 0 0 25px; letter-spacing: 0;  } 
.practice-area-blk {display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px; margin:  0 0 55px; } 
.practice-area-itm {width: 31.6%; background-color: #373737; padding: 60px 40px 105px; position: relative; z-index: 1; } 
.practice-area-itm:hover {background-image: -webkit-linear-gradient(0deg, rgb(127 12 12 / 70%) 1%, rgb(209 45 27 / 70%) 44%, rgb(247 61 31 / 70%) 65%, rgb(209 45 27 / 70%) 77%, rgb(124 14 10 / 70%) 97%); } 
.practice-area-itm::before{position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -16px -97px; background-color: #9e1813; border-radius: 50px; width: 61px; height: 61px; left: 0; right: 0; margin: auto; bottom: 21px; } 
.practice-area-itm:hover:before { background-position: -16px -190px; background-color: #fff; } 
.practice-area-itm:hover:after { position: absolute; content: ""; background-color: #fff; left: 0; bottom: 0; margin: auto; right: 0; width: 100%; height: 45px; } 
.practice-areas-sec .practice-area-itm h4 { min-height: 250px; font-family: 'Josefin Sans'; font-weight: 600; font-size: 40px; line-height: 1.12; letter-spacing: -0.8px; text-align: center; color: #fff; margin: 0; padding: 115px 0 0; position: relative; } 
.practice-areas-sec .practice-area-itm h4:before {transition: 0.5s; position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -15px -300px; width: 103px; height: 100px; left: 0; right: 0; margin: auto; top: 0; } 
.practice-areas-sec .practice-area-itm:hover h4:before {background-position: -15px -434px; } 
.practice-areas-sec .practice-area-itm.Divorce h4:before {background-position: -160px -300px; } 
.practice-areas-sec .practice-area-itm.Divorce.practice-area-itm.Divorce:hover h4:before {background-position: -160px -434px; } 
.practice-areas-sec .practice-area-itm.Personal h4:before {background-position: -330px -300px; } 
.practice-areas-sec .practice-area-itm.Personal:hover h4:before {background-position: -330px -434px; } 
.practice-areas-sec .practice-area-itm.Workers h4:before {background-position: -500px -300px; } 
.practice-areas-sec .practice-area-itm.Workers:hover h4:before {background-position: -500px -434px; } 
.practice-areas-sec .practice-area-itm.Real h4:before {background-position: -435px -16px; } 
.practice-areas-sec .practice-area-itm.Real:hover h4:before {background-position: -435px -127px; } 
.practice-areas-sec .practice-area-itm.Guardianships h4:before {background-position: -570px -16px; } 
.practice-areas-sec .practice-area-itm.Guardianships:hover h4:before {background-position: -570px -127px; } 
.practice-btn {text-align: center; } 
.practice-btn  a.cmn-btn {background-image: -webkit-linear-gradient( -41deg, rgb(139,10,3) 100%, rgb(33,33,33) 100%); box-shadow: 0px 7px 22.56px 1.44px rgba(139, 10, 3, 0.5); color: #fff; } 
.practice-btn a.cmn-btn:hover {background-image: -webkit-linear-gradient( 0deg, rgb(181,126,16) 0%, rgb(249,223,123) 17%, rgb(255,243,166) 28%, rgb(249,223,123) 39%, rgb(181,126,16) 85%, rgb(181,126,16) 100%); box-shadow: 0px 11px 25.81px 3.19px rgba(0, 0, 0, 0.66),inset 0px 1px 0px 0px rgba(184, 142, 36, 0.99),inset 0px -3px 5px 0px rgba(88, 62, 22, 0.99); color: #000; }
/*Practice Areas Section End*/

/*Straight Section*/
.straight-sec {background-color: #1f1f1f; padding: 170px 0; } 
.straight-blk {display: flex; justify-content: space-between; } 
.straight-sec .text-heading {font-size: 80px; text-align: left; margin: 0 0 30px; } 
.straight-sec .straight-rgt p {font-family: 'Josefin Sans'; font-weight: 400; font-size: 22px; line-height: 1.6; color: #e3e3e3; margin: 0 0 38px; } 
.straight-btn-call {display: flex; justify-content: flex-start; gap: 35px; align-items: center; } 
.straight-sec .straight-call p {font-family: 'Josefin Sans'; font-weight: 300; font-size: 17px; line-height: 1.1; text-transform: uppercase; color: #fff; margin:  0; } 
.straight-call {padding: 0 0 0 90px; position: relative; } 
.straight-sec .straight-call p a{font-family: 'Aleo'; display: block; font-weight: 200; font-size: 45px; letter-spacing: -0.9px; } 
.straight-sec .straight-call p a:hover  {color: #9e1813; } 
.straight-sec .straight-call p a::before{position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -85px -16px; width: 47px; height: 47px; left: 0; top: 0; bottom: 0; margin: auto; } 
.straight-sec .straight-call p a::after{position: absolute; content: ""; width: 1px; height: 100%; left: 70px; top: 0; bottom: 0; margin: auto; background-color: #cca540; } 
.straight-lft-img {position: relative; z-index: 1; } 
.straight-lft-img::before {position: absolute; content: ""; border: 1px solid #7e7e7e; width: calc(100% + 30px); height: calc(100% + 40px); top: -20px; left: -30px; bottom: -20px; z-index: -1; }
.straight-lft-img img {width: 100%; display: block; } 
.straight-lft {width: 39.8%; } 
.straight-rgt {width: 54.3%; }
.straight-btn a.cmn-btn {font-weight: 700;}
/*Straight Section End*/

/*Attorney Section*/
.attorney-section { padding: 80px 0 200px; background-image: url(images/attrny-bg.webp); background-repeat: no-repeat; background-size: cover; background-position: top center; background-color: #1f1f1f;}
.attorney-section h2 strong{font-family: 'Aleo'; font-weight: 600; font-size: 80px; color: #9e1813; display: block; letter-spacing: -1px; line-height: 1; margin: 0 0 20px 0; text-transform: capitalize;}
.attorney-section h2{font-family: 'Josefin Sans'; font-weight: 400; font-size: 32px; color: #ffffff; letter-spacing: 6px; line-height: 1; margin: 0 0 60px; text-transform: uppercase; text-align: center;}
.atrny-img {width: 53.8%; margin:0 auto 0; }
.atrny-img img{width: 100%; display: block;}
.attorney-lst{display: flex; justify-content: center; gap: 100px; margin: -173px 0 0; }
.attorney-item h4{font-family: 'Aleo'; position: relative; font-weight: 600; font-size: 50px; color: #ffffff; letter-spacing: 0px; line-height: 1; margin: 0 0 20px; padding: 0 0 30px; text-transform: capitalize; text-align: center;}
.attorney-item h4:before{position: absolute; content: ""; background-color: #a31109; width: 277px; height: 1px; bottom: 0; left: 0; right: 0; margin: auto;}
.attorney-item .attorney-item-btn a{font-family: 'Josefin Sans'; font-weight: 400; font-size: 25px; color: #cca540; letter-spacing: 6px; line-height: 1; margin: 0 0px; text-transform: uppercase; }
.attorney-item .attorney-item-btn a:hover{color: #fff;}
.attorney-item {width: 38%; text-align:center; }
.attorney-item-img img{width: 100%; display: block;}
.attorney-item-img {width: 66.3%; margin:auto; }
/*Attorney Section End*/


/* Testimonials */
.hm-testimonials {padding: 75px 0 130px;text-align: center;}
.testi-main{position: relative;}
.testi-main:before{position: absolute; content: ""; background-color: #fff; width: 94.5%; height: 100%; top: 0;margin: auto; z-index: -1; bottom: 0; left: 0; right: 0; }
.hm-testimonials .container {max-width: 1500px;}
.hm-testimonials h2.text-heading {color: #000;font-size: 80px;line-height: 1;margin: 0 0 40px;}
.hm-testimonials h6 {font-size: 24px;line-height: 1.2;letter-spacing: 8.16px;text-transform: uppercase;font-family: 'Jost';font-weight: 400;background-color: #8b110a;color: #fff;display: inline-block;border-radius: 50px;padding: 6px 36px;margin: 0 0 20px;}
.hm-testi-list .owl-stage-outer {margin: 0 0 75px;}
.hmtesti-btn {margin: -57px 0 0;}
.hm-testi-list .owl-nav {display: flex;justify-content: center;align-items: center;gap: 410px;margin: 0;}
.hm-testi-list .owl-nav button {width: 26px;height: 46px;background-image: url(images/hm-sprites.webp) !important;font-size: 0px !important;background-position: -250px -215px !important;}
.hm-testi-list .owl-nav button.owl-next { background-position: -340px -215px !important;}
.hm-testi-list .owl-nav button:hover { background-position: -250px -135px !important;}
.hm-testi-list .owl-nav button.owl-next:hover { background-position: -340px -135px !important;}
.hm-testimonials .testi-item {width: 100%;padding: 65px 25px 65px 55px;position: relative;background-color: #373737;display: flex;flex-wrap: wrap;justify-content: space-between;}
.test-lft {width: 22.7%;}
.test-rit {width: 72.6%;}
.hm-testi-list.owl-carousel .owl-stage, .hm-testi-list.owl-carousel.owl-drag .owl-item {
    display: flex;
}
.hm-testimonials .testi-item p {font-size: 25px;line-height: 1.56;margin: 0 0 20px;font-family: 'Josefin Sans';font-weight: 400;text-align: left;color: #cfcfcf;}
.hm-testimonials .testi-item h5 {font-size: 27px;line-height: 1.3;font-family: 'Aleo';font-weight: 600;color: #ffffff;letter-spacing: 0.84px;text-transform: uppercase;}
.star-rat {padding: 111px 0 0 0;position: relative;margin: 0 0 15px;}
.star-rat::before { position: absolute;content: "";width: 96px;height: 82px;top: 0;right: 0;left: 0;margin: auto;background-image: url(images/hm-sprites.webp);background-position: -280px -15px;}
 /* Testimonials  End*/
 

/*footer form*/
.frm-lft-itm h2 {margin: 0 0 30px;color: #000;text-align: left; font-size: 80px;letter-spacing: 0;}
.frm-lft-itm p{ border-left: 2px solid #9e1813; font-size: 25px;font-family: 'Josefin Sans'; font-weight: 400; color: #000000; line-height: 1.68; margin: 0 0 50px; padding:0 0 0 30px; }
.hm-from-sec {padding: 0 0 80px;}
.hm-from-sec .container { max-width: 1500px;}
/*.hm-form-sec .gform_fields .ginput_container {display: flex;flex-wrap: wrap;justify-content: space-between;gap: 40px;}*/
.hm-form-sec .gform_fields .ginput_container span {width: 48.4%;}
.hm-form fieldset.gfield {border: none;padding: 0;width: 100% !important;}
.hm-form-sec {width: 50%;}
.frm-lft-itm {width: 45.4%;padding: 0 0 0 114px;}
.ftr-frm-lst {display: flex;justify-content: space-between;align-items: center;}
.hmtesti-btn a {position: relative;z-index: 1; font-weight: 700; box-shadow: inset 0px 1px 0px 0px rgba(184, 142, 36, 0.99), inset 0px -3px 5px 0px rgba(88, 62, 22, 0.99);}
.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 .text-heading {font-size: 80px;color: #fff;margin: 0 0 15px;font-family: 'Aleo';font-weight: 600;line-height: 1;}
.hm-form-sec p {font-family: 'Jost';font-weight: 400;font-size: 23px;color: #fff;line-height: 1;margin: 0 0 30px;letter-spacing: 0px;text-align: center;}
.hm-form .gform_required_legend{display: none; }
.hm-form-sec {text-align: center;padding: 45px 66px 65px;position: relative;z-index: 1; background-image: -webkit-linear-gradient( 0deg, rgb(127,12,12) 1%, rgb(209,45,27) 44%, rgb(247,61,31) 65%, rgb(209,45,27) 77%, rgb(124,14,10) 97%);}
.gchoice.gchoice_3_9_1 label {display: block; } fieldset#field_3_9 {padding: 0 !important; border: none; width: 42% !important; }
.hm-form input::placeholder {color: rgb(255 255 255); }
.hm-form input:-ms-input-placeholder {color: rgb(255 255 255); }
.hm-form input::-ms-input-placeholder {color: rgb(255 255 255); }
.hm-form textarea::placeholder {color: rgb(255 255 255); }
.hm-form textarea:-ms-input-placeholder {color: rgb(255 255 255); }
.hm-form textarea::-ms-input-placeholder {color: rgb(255 255 255); }
.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: #ffffff; outline: 0px; position: relative; background-color: transparent; border-radius: 0; font-family: 'Jost';  line-height: 1.2 !important; font-size: 21px !important; padding: 20px 20px !important; transition: all 0.5s; display: block; text-align: left; height: auto !important; border-width: 0 0 1px 0; border-color: rgb(206 206 206 / 66%); font-weight: 400; }
.hm-form .gfield{width: 47.7% !important; position: relative !important ; }
/*.hm-form .gfield.popfield{width: 100% !important; }*/
.hm-form .gform_fields {display: flex !important; flex-wrap: wrap; gap: 19px !important; justify-content: space-between; align-items:center; }
.hm-form .gform_wrapper .top_label textarea {width: 100% !important; height: 106px !important; resize: none; margin: 0; padding-top: 17px !important; margin: 0px; min-block-size: 0px !important; }
.hm-form .gfield.msg {width: 100% !important; margin: 0 0 20px; }
.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-size: 19px; font-family: 'Jost'; line-height: 1; font-weight: 400; color: #ffffff; letter-spacing: 0px; 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; pointer-events: none; }
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {width: 15px !important; height: 15px !important; float: left; clear: both; margin: 3px 6px 0px 0 !important; padding: 0 !important; }
.hm-form .gform_wrapper .gform_footer.top_label {padding: 0; text-align: center; margin: 40px auto 0; position: relative; max-width: max-content; }
.hm-form .gform_wrapper .gform_footer.top_label::after {bottom: -6px; right: -6px; border-top: none; border-left: none; }
.hm-form .gform_wrapper .top_label input[type="submit"] {display: inline-block !important;  background-image: -webkit-linear-gradient(0deg, rgb(181, 126, 16) 0%, rgb(249, 223, 123) 17%, rgb(255, 243, 166) 28%, rgb(249, 223, 123) 39%, rgb(181, 126, 16) 85%, rgb(181, 126, 16) 100%); box-shadow: 0px 11px 25.81px 3.19px rgba(0, 0, 0, 0.66), inset 0px 1px 0px 0px rgba(184, 142, 36, 0.99), inset 0px -3px 5px 0px rgba(88, 62, 22, 0.99);text-align: center; outline: none !important; border: 0px none !important; cursor: pointer; text-transform: uppercase !important; transition-duration: 0.5s; font-family: 'Josefin Sans' !important; font-weight: 700 !important; width: auto !important;  color: #000000 !important; font-size: 20px !important;  padding: 25px 55px !important; line-height: 1 !important;  margin: 0; position: relative; z-index: 1; }
.hm-form .gform_wrapper .top_label input[type="submit"]:hover{ background-image: -webkit-linear-gradient(-41deg, rgb(139, 10, 3) 100%, rgb(33, 33, 33) 100%); box-shadow: 0px 7px 22.56px 1.44px rgba(139, 10, 3, 0.5); color: #fff !important;}
.frm-frm-btn .cmn-btn{font-weight: 700;}



.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: 637px; top: 5px; left: 0; margin: 0px; text-align: center; font-family: 'Fustat'; padding: 15px; border: 1px solid rgba(0, 0, 0, 0.2); background: #fff; font-size: 15px; color: black; transition: transform 0.15s ease-out; display: inline-block; line-height: 2; z-index: 12; font-weight: 400; }
.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; } /*ERRROR*/ .hm-form .gfield_description{margin: 0px !important }
.hm-form .gfield_description.validation_message {pointer-events: none; position: absolute; bottom: 14px; right: 8px !important; text-align: right; font-size: 13px; font-family: 'Fustat'; color: #270000; margin: 0; font-weight: 400; }
.hm-form .chk .gfield_description.validation_message{bottom: -17px !important; left: 0; right: auto !important;  }
 
/*Footer Form End*/

/*Footer block*/
.ftr-block-sec {background-image: url(images/footer-bg.webp);    background-size: cover; background-repeat: no-repeat; background-position: center; padding: 150px 0 0; color: #fff; } 
.ftr-block-sec .container{ max-width:1500px; width:100%; margin:auto; } 
#footer-navigation ul {margin: 0px; font-size: 0; text-align: center; padding:30px 0; border-bottom: 1px solid rgba(204, 204, 204, 30%); border-top: 1px solid rgba(204, 204, 204, 30%); } 
#footer-navigation ul li {display: inline-block; padding: 0 ; position: relative; margin: 0; border-right: 1px solid #fff; } 
#footer-navigation ul li:first-child > a{margin-left:0;} 
#footer-navigation ul li:last-child > a{margin-right: 0; } 
#footer-navigation ul li:last-child{border: none; } 
.ftr-logo {width: 34.8%; margin: 0 auto 60px; } 
.ftr-logo img{width: 100%; display: block;} 
#footer-navigation ul li a {font-size: 18px; color: #fff; padding: 0; min-width: inherit; font-family: 'Josefin Sans'; font-weight: 400; border: 0; margin: 0 35px; line-height: 1; display: inline-block; text-transform: uppercase; } 
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li > a:hover {color:#a7211f; } 
.ftr-block-list {display: flex ; justify-content: space-between; padding: 50px 100px; border-bottom: 1px solid rgba(204, 204, 204, 30%); } 
.ftr-itm {width: 25.8%; text-align:left; padding: 0 0 0 50px; } 
.ftr-itm h4{font-size: 32px; font-family: 'Aleo'; font-weight: 600; line-height: 1; color: #a31109; margin: 0 0 10px; padding: 0 0; position: relative; } 
.ftr-itm a{font-size: 45px; font-family: 'Aleo'; font-weight: 400; letter-spacing: -0.9px; line-height: 1; color: #fff; margin: 0 0px; } 
.ftr-call{margin: 0 0 30px} 
.ftr-itm a:hover{color: #a31109; } 
.ftr-itm h4:before {content: ''; position: absolute; width: 32px; height: 37px; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -160px -15px; left: -48px; top: 0px; } 
.ftr-itm.loc h4:before { background-position: -225px -15px;} 
.ftr-itm p{font-size: 22px; font-family: 'Josefin Sans'; font-weight: 400; line-height: 1.5; letter-spacing: 0px; color: #cdcdcd; margin: 0; } 
.ftr-itm p.directions a {color: #931917; text-transform: uppercase; margin: 6px 0 0; display: inline-block; } 
.ftr-itm.ftr-logo img {margin: 0 0 20px; } 
.social-icns {display: flex ; justify-content: center; gap: 10px; } /*Copy Rights Section*/ .ftr-copyrights-sec {background-color: transparent; padding: 30px 0px; text-align: center; } 
.ftr-copyrights-sec p{margin: 0; font-family: 'Josefin Sans'; font-size: 22px; line-height: 1; margin: 0; font-weight: 400; } 
.ftr-copyrights-sec p a:hover {color: #ae1c11; }
.ftr-itm-img img{width: 100%; display: block;}
.ftr-itm-img{width: 72%}

.single-container, .container, .footer-container{width:100%; max-width:1280px; margin:0 auto }











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

}

@media screen and (max-width:1800px) {
.protecting-sec:before { width: 97%; }  
}

@media screen and (max-width:1700px) {
.header-blk {
    margin: 0 -15px 0 0;
}
    
}

@media screen and (max-width:1600px) {
.site-header .container, .ftr-block-sec .container, .hm-testimonials .container, 
.protecting-sec .container, .hm-from-sec .container, .about-sec .container{max-width: 1400px;}

.text-heading {font-size: 90px;}
a.cmn-btn { padding: 24px 50px;    font-size: 19px;}

.protecting-itm .prtct-title { font-size: 30px; }
.protecting-itm .prtct-title { font-size: 28px; }
.protecting-sec:before { width: 99%; }
 a.cmn-btn-snd { left: 40px; }
.protecting-itm { padding: 27px 35px 80px; }
.protecting-sec { padding: 80px 0 40px; }

.about-sec .about-blk .about-cntr p {font-size: 24px;}
.about-lft-expnce .about-over-title {font-size: 187px;}
.about-lft-expnce .about-over-title strong {font-size: 24px;top: 80px; left: -17px;}
.about-lft-expnce .about-expr-cnt strong {font-size: 29px;}
.about-lft-expnce .about-expr-cnt {font-size: 35px;}
.about-lft-logo {    padding: 70px 20px 75px 24px;}
.about-sec {padding: 90px 0 55px; }
.about-rgt-img {    margin: -40px 0 0;}

.hm-testimonials h2.text-heading { font-size: 76px; margin: 0 0 35px; }
.hm-testimonials .testi-item h5 { font-size: 25px; margin: 0; }
.hm-testimonials .testi-item { padding: 55px 25px 55px 50px; }
.testi-main:before { width: 99%; }


.frm-lft-itm h2 {    font-size: 70px;}
.frm-lft-itm p {    font-size: 23px;}
.hm-form-sec .text-heading {font-size: 70px;}
.frm-lft-itm {    padding: 0 0 0 94px;}
.hm-form-sec {    padding: 45px 44px 55px;}
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {    font-size: 18px;}
.testi-main:before {width: 100%;}

.ftr-block-sec {    padding: 128px 0 0;}
.ftr-logo {    margin: 0 auto 46px;}
#footer-navigation ul {    padding: 23px 0;}
.ftr-itm a {font-size: 37px;}
.ftr-itm h4 {font-size: 29px;}
.ftr-call {margin: 0 0 23px; }
.ftr-itm p {font-size: 19px;}
.ftr-copyrights-sec p {    font-size: 20px;}
    .header-blk {
        margin: 0;
    }

#main-navigation ul li {
    padding: 0 30px 0 0;
}
#footer-navigation ul li a {
    font-size: 16px;
}


}

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

@media screen and (max-width:1440px) {
.site-header .container, .ftr-block-sec .container, .protecting-sec .container, .hm-testimonials .container, .hm-from-sec .container, .about-sec .container, .container {max-width: 1200px;}
.text-heading {font-size: 79px; }
a.cmn-btn {padding: 20px 50px; font-size: 18px; }

.header-call a { font-size: 34px; padding: 0 0 0 55px;}
.header-call a:before { transform: scale(0.9);}
.site-branding { width: 32%; }


.header-blk { margin: 0 0 0 0; }

#main-navigation ul li { padding: 0 35px 0 0;}
.banner-section { padding: 180px 0 0; }
.bnnr-rit .bnr-heading { font-size: 120px; letter-spacing: -2.86px; line-height: 1; margin: 0px 0 0 -120px; }
.bnnr-rit .bnr-heading strong { font-size: 90px;}
.bnnr-rit .btm-hdng { font-size: 45px; margin: 0 0 20px; }
.bnnr-rit .bnr-btm-cnt { font-size: 25px; margin: 0 0 30px; }
.banner-section .bnnr-btn a.cmn-btn { padding: 22px 30px;}

/* -----protecting------- */
.protecting-sec { padding: 90px 0 40px; }
.protecting-itm { padding: 25px 35px 60px; width: 23%; }
.protecting-blk { display: flex; justify-content: center; width: 100%; gap: 25px; }
.protecting-itm .prtct-title { font-size: 25px; padding: 80px 0 20px; }
.protecting-itm .prtct-title::before { transform: scale(0.9); }
.protecting-sec:before { width: 98.5%; }
a.cmn-btn-snd { left: 35px; }



.bout-cntr-txt {padding: 0 0 0 46px;}
 .about-sec .about-blk .about-cntr p {font-size: 21px; margin: 0 0 24px; }
.about-sec .text-heading {margin: 0 0 28px;}
.about-rgt-img {margin: -40px 0 0;}
.about-lft-logo {padding: 60px 20px 65px 24px; margin: 0 0 27px; }
.about-lft-expnce .about-over-title {font-size: 167px; }
.about-lft-expnce .about-expr-cnt strong {font-size: 26px; }
.about-lft-expnce .about-expr-cnt {font-size: 33px; }
.about-lft-expnce .about-over-title strong {font-size: 22px; top: 70px; left: -10px; }
.about-sec .abt-title {margin: 0 0 15px; font-size: 18px;}
.about-sec {padding: 80px 0 50px; }

.dedicated-sec .text-heading { font-size: 80px; margin: 0 0 40px; }
.dedicated-sec .text-heading small { font-size: 55px; }
.dedicated-call p a { font-size: 45px; }
.dedicated-call p a:before { transform: scale(0.9); }
.dedicated-sec { padding: 60px 0 120px; }
.dedicated-call { padding: 0 0 0 80px; }
.dedicated-call p a::after { height: 60px; left: 64px}

 .practice-areas-sec .text-heading { margin: 0 0 20px; }
.practice-area-itm { width: 29%; }
.practice-area-blk { justify-content: center; gap: 30px; }
.practice-area-itm:hover:before { transform: scale(0.9); }
.practice-area-itm:before { transform: scale(0.9); }
.practice-areas-sec .practice-area-itm h4:before { transform: scale(0.9); }
  .practice-areas-sec .practice-area-itm h4 {padding: 115px 0 0; min-height: 222px; font-size: 32px; }
.practice-areas-sec .practice-area-itm.Real h4:before { background-position: -435px -16px; left: 32px; }
 
.straight-sec { padding: 90px 0; }
.straight-sec .text-heading { font-size: 71px; margin: 0 0 20px; }
.straight-sec .straight-rgt p { font-size: 21px; margin: 0 0 25px; }
.straight-sec .straight-call p { font-size: 15px; margin: 0; }
.straight-sec .straight-call p a { font-size: 38px; }
.straight-call { padding: 0 0 0 70px; }
.straight-sec .straight-call p a::after { left: 60px; }
.straight-lft { width: 39%; }
.straight-lft-img { padding: 20px 0 20px 30px; }
.straight-lft-img::before { width: 468px; height: 542px; top: 0; left: 0; bottom: 0; }

.attorney-section h2 strong { font-size: 77px; }
.attorney-section h2 { font-size: 29px; margin: 0 0 70px; }
.atrny-img { width: 52%; }
.attorney-lst { gap: 75px; margin: -133px 0 0; }
.attorney-item { width: 39%; }
.attorney-item h4 { font-size: 43px; padding: 0 0 25px; }
 
 
.hm-testimonials { padding: 65px 0 100px; }
.hm-testimonials h2.text-heading { font-size: 68px; margin: 0 0 30px; }
.hm-testimonials h6 { font-size: 22px; margin: 0 0 15px; }
.hm-testi-list .owl-stage-outer { margin: 0 0 60px; }
.hm-testimonials .testi-item p { font-size: 23px; }
.hm-testimonials .testi-item h5 { font-size: 23px; }
.star-rat { padding: 100px 0 0 0; }
.star-rat::before { transform: scale(0.9); }
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev { transform: scale(0.8); }


 .frm-lft-itm {padding: 0 0 0 50px; }
 .popup .popuptext {    width: 536px;}
.hm-form-sec {padding: 30px 34px 55px; }
fieldset#field_3_9 {    width: 47% !important;}
.hm-form .gform_wrapper .top_label input[type="submit"] {font-size: 18px !important; padding: 22px 46px !important;}
.hm-form .gfield.msg {    margin: 0 0 14px;}
.hm-form .gform_fields {    gap: 16px !important;}
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea{    font-size: 18px !important;    padding: 15px 15px !important;}
.hm-form-sec .text-heading {font-size: 60px; }
.hm-form-sec p {    font-size: 19px;    margin: 0 0 21px;}
.frm-lft-itm h2 {font-size: 60px; }
.frm-lft-itm p {font-size: 21px; }
.hm-from-sec {padding: 0 0 70px; }

#footer-navigation ul li a { font-size: 15px; margin: 0 22px;}
.ftr-logo {margin: 0 auto 34px; }
.ftr-block-list {    padding: 38px 61px;}
.ftr-call {margin: 0 0 18px; }
.ftr-itm a {font-size: 34px; }
.ftr-itm h4 {font-size: 25px; }
.ftr-copyrights-sec p {font-size: 18px; }
.ftr-copyrights-sec {    padding: 20px 0px;}
.ftr-block-sec {padding: 99px 0 0; }
.practice-area-itm {
    padding: 45px 40px 90px;}

.straight-sec {  padding: 120px 0; }
 .attorney-section { padding: 60px 0 150px;}

#main-navigation{background-size:100% 63px;}
#main-navigation ul li { padding: 0 13px 0 0; margin: 0 8px; }
#main-navigation ul li a{ padding: 18px 5px; font-size: 15px;}
#main-navigation ul li:before{left: -20px;}


}

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

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



}

@media screen and (max-width:1240px) {
.site-header .container, .ftr-block-sec .container, .protecting-sec .container, .hm-testimonials .container, 
.about-sec .container, .hm-from-sec .container, .container {max-width: 970px;padding: 0 10px;}

.logo-section {margin: 0 0 12px; }
#main-navigation {padding: 0 0px; background-size: 100% ; }
#main-navigation ul li a { font-size: 13px; padding: 15px 2px; border-width: 2px;}
#main-navigation ul li { margin: 0 3px; padding: 0 14px 0 0; }
#main-navigation ul li:before {left: -16px; width: 6px; height: 6px; }

.bnnr-rit .bnr-heading strong { font-size: 75px; }
.bnnr-rit .bnr-heading { font-size: 95px; margin: 0px 0 0 -100px; }
.bnnr-rit .btm-hdng { font-size: 37px;}
.bnnr-rit {  padding: 30px 0 0; margin: 0 0 16px;}
.banner-section { padding: 155px 0 0; }
.bnnr-rit .bnr-btm-cnt { font-size: 22px; margin: 0 0 25px; }
.banner-section .bnnr-btn a.cmn-btn { padding: 17px 25px; }
.site-branding { width: 30%; }
.header-call a { font-size: 30px; padding: 0 0 0 50px; }
.header-call a:before { transform: scale(0.8); }
.header-number { font-size: 19px;}

/* -------------------- */
.protecting-itm { padding: 18px 20px 50px; width: 23%; }
.protecting-blk { gap: 20px; }
.protecting-sec { padding: 70px 0 40px; }
a.cmn-btn-snd { left: 20px; bottom: 20px; font-size: 15px; letter-spacing: 2.2px; }
.protecting-itm .prtct-title { font-size: 22px; padding: 70px 0 0; }
.protecting-itm .prtct-title::before { transform: scale(0.75); top: -10px; left: -6px; }





.text-heading {font-size: 65px; }
a.cmn-btn {padding: 18px 46px; font-size: 17px; }
.about-lft-logo {padding: 40px 15px 50px 15px; margin: 0 0 23px; }
.about-lft-expnce .about-over-title {font-size: 125px; }
.about-lft-expnce .about-over-title strong {font-size: 16px; top: 55px; left: -10px; }
.about-lft-expnce .about-expr-cnt strong {font-size: 21px; letter-spacing: 9.9px; }
.about-lft-expnce .about-expr-cnt {font-size: 27px; }
.about-sec .about-blk .about-cntr p {font-size: 19px; line-height: 1.4; letter-spacing: 0.1px;    margin: 0 0 16px; }
.about-sec .text-heading {margin: 0 0 19px; }
.bout-cntr-txt {padding: 0 0 0 38px;}
.about-rgt-img {margin: -20px 0 0;}


.dedicated-sec .text-heading { font-size: 70px; margin: 0 0 30px; }
.dedicated-sec .text-heading small { font-size: 46px; }
.dedicated-sec { padding: 40px 0 90px; }
.dedicated-btn-call { gap: 30px; }
.dedicated-call p { font-size: 21px; }
.dedicated-call p a { font-size: 41px; }

.practice-areas-sec { padding: 50px 0; }
.practice-area-itm { padding: 40px 23px 85px; }    
.practice-area-itm:before { transform: scale(0.8); bottom: 15px; }
.practice-area-itm:hover:after { height: 35px; }
.practice-area-blk { margin: 0 0 40px; }  
.practice-areas-sec .practice-area-itm h4 {        padding: 95px 0 0;
        font-size: 27px;
        min-height: 185px; }

.straight-sec { padding: 70px 0; }
.straight-sec .text-heading { font-size: 66px; margin:  0 0 17px;}
.straight-sec .straight-rgt p { font-size: 17px; margin: 0 0 17px; }
.straight-btn-call { gap: 25px; }
.straight-lft-img { padding: 15px 0 15px 20px; }
.straight-rgt { width: 56%; }
.straight-sec .straight-call p { font-size: 14px; margin: 0; }
.straight-sec .straight-call p a { font-size: 35px; }
.straight-lft { width: 40%; }
.straight-lft-img::before { width: 384px; height: 446px; }  

.attorney-section h2 strong { font-size: 74px; }
.attorney-section h2 { font-size: 26px; margin: 0 0 55px; }
.atrny-img { width: 50%; }
.attorney-item h4 { font-size: 39px; padding: 0 0 20px; margin: 0 0 15px; }
.attorney-item .attorney-item-btn a { font-size: 21px; }
.attorney-item h4:before { width: 255px; }
 
.hm-testimonials { padding: 55px 0 70px; }
.hm-testimonials h6 { font-size: 19px; }
.hm-testimonials h2.text-heading { font-size: 58px; margin: 0 0 20px; }
.hm-testimonials .testi-item { padding: 45px 25px 45px 40px; }
.hm-testimonials .testi-item p { font-size: 20px; line-height: 1.4;}
.hm-testimonials .testi-item h5 { font-size: 19px; }
.star-rat::before { transform: scale(0.8); }
.hm-testi-list .owl-stage-outer { margin: 0 0 50px; }
.hm-testi-list.owl-carousel .owl-nav button.owl-next, .hm-testi-list.owl-carousel .owl-nav button.owl-prev { transform: scale(0.7); }
.hmtesti-btn { margin: -50px 0 0; }
 

.popup .popuptext {width: 450px; }
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {font-size: 15px; }
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {margin: 0px 6px 0px 0 !important;}
.hm-form .gform_wrapper .top_label input[type="submit"] {font-size: 17px !important; padding: 18px 36px !important; }
.hm-form-sec {padding: 30px 23px 55px; width: 53%; }
.hm-form-sec .text-heading {font-size: 50px; }
.frm-lft-itm p {font-size: 18px; margin: 0 0 36px; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {font-size: 17px !important; padding: 12px 10px !important; }
.hm-form .gform_wrapper .top_label textarea{    height: 90px !important;}

.frm-lft-itm h2 {font-size: 50px;    margin: 0 0 20px; }
.frm-lft-itm {padding: 0 0 0 19px; }

#footer-navigation ul li a {font-size: 13px; margin: 0 14px; }
.ftr-block-list {padding: 30px 30px; }
.ftr-itm a {font-size: 29px; }
.ftr-itm p {font-size: 15px; }
.ftr-itm {    padding: 0 0 0 27px;}
.ftr-itm h4:before {    left: -39px;    transform: scale(0.8);}
.ftr-itm h4 {font-size: 23px; }
.ftr-copyrights-sec p {font-size: 16px; }
.protecting-itm:nth-child(even) {
    margin: -29px 0 29px;
}
    .about-sec .abt-title {
        margin: 0 0 15px;
        font-size: 16px;
        padding: 8px 24px;
      }

.straight-sec .straight-call p a::before {
    transform: scale(0.8);
  }
.attorney-section {  padding: 60px 0 80px; }

    #footer-navigation ul {
        padding: 18px 0;
    }

#main-navigation .sub-menu li a {
    font-size: 15px;
}


}

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

}

@media screen and (max-width:991px) {
.site-header .container, .ftr-block-sec .container, .protecting-sec .container, .hm-testimonials .container, .about-sec .container, .hm-from-sec .container, .container {max-width: 720px;padding:0px;}
.head-sec {padding: 20px 0; }
.showhide {display: flex;align-items: flex-end;}
.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;background-color: #8b0a03;}
.mobinav {top: 44px;display: block;}
.mobile_src_nav { display: block; padding: 5px 0; background-color: #8b0a03; }
.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;margin: 0;}
.site-branding { width: 100%; max-width: 300px; padding: 0; }
.header-number a {font-size: 18px;padding: 16px 15px 16px 30px;}
.sicky-cnt.sticky-mobile-logo {width: 100%;max-width: 350px;}
.header-blk { flex-direction: column; gap: 10px ;}
.site-header { padding: 0; }


.bnnr-lft {width: 42%;}
.bnnr-rit {width: 55%;}
.bnnr-rit .bnr-heading {font-size: 55px;margin: 0px 0 15px -70px;}
.bnnr-rit .bnr-heading strong {font-size: 55px; letter-spacing: 0px; }
.bnnr-rit .bnr-heading strong::before{left: -2px;top: 2px; -webkit-text-stroke: 1px #ffffff7a;}

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


.bnnr-rit .btm-hdng { font-size: 20px;letter-spacing: 0px; margin: 0 0 15px; }
.bnnr-rit .btm-hdng:before{ display: none; }
.bnnr-rit .bnr-btm-cnt { font-size: 20px; margin: 0 0 20px;}
.bnnr-rit .bnr-btm-cnt br, .bnnr-rit .btm-hdng br{ display: none; }
.site-header { padding: 0; position: static;background: #08080a; }
.banner-section { padding: 35px 0; }   

.banner-section .bnnr-btn a.cmn-btn { padding: 14px 20px; }

a.cmn-btn {padding: 17px 33px; font-size: 15px; }
/* ------------- */
.protecting-sec { padding: 35px 0; }
.protecting-blk { gap: 30px; flex-wrap: wrap; }
.protecting-itm { padding: 25px 30px 60px; width: 39%; }
.protecting-itm:nth-child(even) {margin: 0; }
.protecting-itm { padding: 20px 20px 50px; width: 100%; }
.protecting-blk.owl-carousel .owl-item { display: flex; }
.protecting-blk.owl-carousel .owl-stage { display: flex; }
.protecting-blk.owl-carousel .owl-nav { display: flex; justify-content: space-between; width: 100%; max-width: 150px; margin: 20px auto 0; }
.protecting-blk.owl-carousel .owl-nav button.owl-next, .protecting-blk.owl-carousel .owl-nav button.owl-prev { background-image: url(images/hm-sprites.webp) !important; background-repeat: no-repeat !important; background-position: -250px -135px !important; width: 26px; height: 46px; font-size: 0 !important; transform: scale(0.6); }
.protecting-blk.owl-carousel .owl-nav button.owl-prev:hover { background-position: -250px -215px !important; }
.protecting-blk.owl-carousel .owl-nav button.owl-next { background-position: -340px -135px !important; }
.protecting-blk.owl-carousel .owl-nav button.owl-next:hover{ background-position: -340px -215px !important; }
.protecting-sec.owl-carousel { position: relative; }  

 
.about-sec {padding: 30px 0 0; }
.about-blk {flex-direction: column;align-items: center; gap: 30px;}
.about-lft {width: 100%; max-width: 320px; }
.about-lft-expnce {text-align: center; width: 100%; padding: 20px; border: 2px solid #fff; }
.about-sec .text-heading br{display: none;}
.about-sec .text-heading{text-align: center;}
.about-rit {width: 100%; text-align: center; }
.about-cntr {flex-direction: column-reverse; align-items: center; gap: 20px}
.about-rgt {width: 100%; max-width: 400px; }
.about-rgt-img {margin: 0px 0 0;}
.bout-cntr-txt {width: 100%; padding: 0;}
.bout-cntr-txt::before{display: none;}
 .about-sec .abt-title {margin: 0 0 14px; font-size: 16px; padding: 10px 27px 10px 23px; letter-spacing: 2.8px; }
.text-heading {font-size: 40px; }
.about-sec .about-blk .about-cntr p {font-size: 17px;}
.about-lft-logo {padding: 30px; margin: 0 0 23px; }


.dedicated-sec { padding: 30px 0px; }
.dedicated-sec .text-heading { font-size: 55px; margin: 0 0 20px; }
.dedicated-sec .text-heading small { font-size: 35px; }
.dedicated-btn-call { gap: 25px; flex-direction: column; }
.dedicated-call p a { font-size: 38px; }
.dedicated-call p a:before { transform: scale(0.8); }
.dedicated-call { padding: 0 0 0 70px; }
.dedicated-call p a::after { height: 55px; left: 57px; }

.practice-areas-sec { padding: 40px 0; }
.practice-area-itm { width: 100%; }
.practice-area-blk.owl-carousel .owl-item { display: flex; }
.practice-area-blk.owl-carousel .owl-stage { display: flex; }
.practice-areas-sec .owl-carousel .owl-nav { display: flex !important; justify-content: space-between; width: 100%; max-width: 150px; margin: 20px auto 0; }
.practice-areas-sec .owl-carousel .owl-nav button.owl-next, .practice-areas-sec .owl-carousel .owl-nav button.owl-prev { background-image: url(images/hm-sprites.webp) !important; background-repeat: no-repeat !important; background-position: -250px -135px !important; width: 26px; height: 46px; font-size: 0 !important; transform: scale(0.6); }
.practice-areas-sec .owl-carousel .owl-nav button.owl-prev:hover { background-position: -250px -215px !important; }
.practice-areas-sec .owl-carousel .owl-nav button.owl-next { background-position: -340px -135px !important; }
.practice-areas-sec .owl-carousel .owl-nav button.owl-next:hover{ background-position: -340px -215px !important; }
.practice-area-blk { margin: 0 0 25px; }
.practice-areas-sec .practice-area-itm h4 {padding: 117px 0 0; font-size: 26px; min-height: 200px; }
.practice-areas-sec .practice-area-itm h4:before {transform: scale(0.7); }

.straight-blk { flex-direction: column; gap: 20px; }
.straight-lft { width: 100%; max-width: 400px; margin: auto; }
.straight-rgt { width: 100%; text-align: center; }
.straight-sec .text-heading { font-size: 40px; margin: 0 0 15px; text-align: center; }
.straight-btn-call { gap: 25px; justify-content: center; }
.straight-sec .straight-call p a { font-size: 33px; }
.straight-sec .straight-call p{ font-size: 14px; }
.straight-sec .straight-call p a::before { transform: scale(0.8); }
.straight-call { padding: 0 0 0 60px; }
.straight-sec .straight-call p a::after { left: 53px; }
.straight-sec { padding: 30px 0; }
.straight-lft-img::before {display: none;}
.straight-lft-img {padding: 0px; }

.attorney-section h2 strong { font-size: 64px; }
.attorney-section h2 { font-size: 20px; letter-spacing: 7px; margin: 0 0 45px; }
.attorney-lst { gap: 55px; margin: 0px 0 0; }
.attorney-item h4 { font-size: 35px; padding: 0 0 15px; margin: 0 0 12px; }
.attorney-item .attorney-item-btn a { font-size: 19px; }
.attorney-item .attorney-item-btn a { font-size: 19px; }
.attorney-item { width: 100%; max-width: 300px; margin: auto; border: 1px solid #8b110a; padding: 10px; }
.attorney-lst.owl-carousel .owl-nav{ display: flex; justify-content: space-between; width: 100%; max-width: 200px; margin: 20px auto 0;}
.attorney-lst.owl-carousel .owl-nav button.owl-prev, .attorney-lst.owl-carousel .owl-nav button.owl-next { transform: scale(0.7); }
.attorney-lst.owl-carousel .owl-nav button.owl-prev, .attorney-lst.owl-carousel .owl-nav button.owl-next { background-image: url(images/hm-sprites.webp) !important; background-repeat: no-repeat !important; background-position: -250px -135px !important; width: 26px; height: 46px; font-size: 0 !important; }
.attorney-lst.owl-carousel .owl-nav button.owl-next { background-position: -340px -135px !important; }
.attorney-item-img {width: 100%; }
.attorney-section {padding: 40px 0;}
 
.test-rit { width: 68%; }
.test-lft { width: 24%; }
.hm-testimonials { padding: 30px 0 0; }
.hm-testimonials h2.text-heading { font-size: 40px; margin: 0 0 15px; }
.hm-testimonials h6 { font-size: 16px; margin: 0 0 12px; }
.hm-testi-list.owl-carousel .owl-nav button.owl-next, .hm-testi-list.owl-carousel .owl-nav button.owl-prev { transform: scale(0.6); }
.hm-testi-list .owl-nav { gap: 380px; }
.hm-testi-list .owl-stage-outer { margin: 0 0 5px; }
.hm-testi-list .owl-nav { gap: 60px; margin: 0 0 10px; }
.hmtesti-btn { margin: 0px 0 0; }
 
.ftr-frm-lst {flex-direction: column-reverse; gap: 20px;}
.hm-form-sec {padding: 36px 37px 55px; width: 100%; }
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {font-size: 17px; }
fieldset#field_3_9 {width: 37% !important; }
.hm-form .gform_fields {gap: 12px !important; }
.hm-form .gform_wrapper .top_label input[type="submit"] {font-size: 15px !important; padding: 13px 21px !important; }
.frm-lft-itm {width: 100%; padding: 0; text-align: center;}
.frm-lft-itm h2 br{display: none;}
.popup .popuptext {width: 659px; }
.hm-form-sec .text-heading {font-size: 44px;  }
.frm-lft-itm h2 {font-size: 40px; margin: 0 0 20px; text-align: center; }
.frm-lft-itm p {font-size: 16px; margin: 0 0 23px; padding: 0; border: none; line-height: 1.48; }
.hm-from-sec {padding: 40px 0px; }
#footer-navigation ul {padding: 20px 0; }
#footer-navigation ul li a {font-size: 14px; margin: 0 24px;line-height:1.6 }
.ftr-block-sec {padding: 40px 0 0; }
.ftr-block-list {padding: 30px 0px; flex-direction: column; align-items: center; gap: 20px;}
.ftr-itm {width: 100%; max-width: 320px; margin: auto; padding: 20px 20px 20px 35px; border: 1px solid rgba(204, 204, 204, 30%);}
.ftr-itm h4:before {left: -33px; transform: scale(0.7); top: -5px; }
.hm-form .gfield_description.validation_message{bottom: 0;}
.ftr-logo {width: 100%; max-width: 231px;}
}

@media screen and (max-width:767px) {
.site-header .container, .ftr-block-sec .container, .protecting-sec .container, .hm-testimonials .container, .about-sec .container, .hm-from-sec .container, .container {max-width: 100%;padding: 0 15px;}

.text-heading {font-size: 40px; }
.logo-section { justify-content: center; gap:20px; }

.bnnr-lst { flex-wrap: wrap;flex-direction: column-reverse; } 
.bnnr-lft { width: 100%; max-width: 350px; margin: auto; } 
.bnnr-rit { padding: 0; margin: 0; width: 100%;text-align: center; } 
 .bnnr-rit .bnr-heading {font-size: 50px; margin: 0px 0 10px 0px; } 
 .bnnr-rit .bnr-heading strong {font-size: 55px; letter-spacing: 0px; margin-bottom: 10px; }
.bnnr-rit .btm-hdng {margin: 0 0 10px; padding: 0; }
.bnnr-rit .bnr-btm-cnt {margin: 0 0 10px; }

/* --------------- */
.protecting-itm { padding: 15px 15px 70px; width: 100%; max-width: 320px; margin: auto; height: 100%; }
.protecting-sec { padding: 50px 0 30px; }
.protecting-itm h4 { font-size: 17px; padding: 85px 0 0; }
.protecting-itm h4::before { transform: scale(0.75); }
a.cmn-btn-snd { left: 15px; bottom: 28px; font-size: 14px; letter-spacing: 3px; }
.protecting-blk.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev { transform: scale(0.6); }

.about-sec .abt-title {letter-spacing: 1.8px;}

.dedicated-sec .text-heading { font-size: 35px; margin: 0 0 15px; }
.dedicated-sec .text-heading small { font-size: 26px; }
.dedicated-btn-call { gap: 20px; }
.dedicated-call p a { font-size: 35px; }
.dedicated-call p { font-size: 19px; }
.dedicated-call p a:before { transform: scale(0.7); }
.dedicated-call p a::after { height: 50px; left: 55px; }


.practice-areas-sec { padding: 35px 0; }
.practice-area-itm {max-width: 320px; margin: auto; }
.straight-lft-img::before { width: 401px; height: 466px; }
.straight-btn-call { flex-direction: column; }

.attorney-section h2 strong { font-size: 46px; }
.attorney-section h2 { font-size: 14px; letter-spacing: 4px; margin: 0 0 30px; }
.attorney-item { width: 100%; }
.attorney-item h4 { font-size: 28px; padding: 0 0 12px; margin: 0 0 10px; }
.attorney-item h4:before { width: 185px; }
.attorney-lst.owl-carousel .owl-nav button.owl-prev, .attorney-lst.owl-carousel .owl-nav button.owl-next { transform: scale(0.6); }
 
.hm-testimonials h6 { font-size: 15px; margin: 0 0 10px; padding: 6px 25px; }
.hm-testimonials h2.text-heading { font-size: 42px; }
.hm-testimonials .testi-item { padding: 35px 20px 35px 30px; }
.star-rat { padding: 95px 0 0 0; }
.hm-testi-list .owl-nav { gap: 355px; }
.hm-testi-list .owl-nav { gap: 355px; }
.hm-testi-list .owl-stage-outer { margin: 0 0 5px; }
.hm-testi-list .owl-nav { gap: 60px; margin: 0 0 10px; }
.hmtesti-btn { margin: 0px 0 0; }


.hm-form .gfield {width: 100% !important;}
fieldset#field_3_9 {width: 100% !important; }
.popup .popuptext {width: 100%; }
.hm-form .gform_wrapper .gform_footer.top_label {    margin: 20px auto 0;}
.hm-form-sec {padding: 30px 25px 41px; width: 100%; }
.frm-lft-itm h2 {font-size: 27px; margin: 0 0 10px; }
#footer-navigation ul li a { margin: 0 14px;}
#footer-navigation ul li { margin: 0 0 13px;}
.ftr-copyrights-sec p {line-height: 1.4;}
}

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

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

@media screen and (max-width:480px) {
a.cmn-btn {padding: 16px 19px; font-size: 14px; }
.text-heading {font-size: 30px; }

.bnnr-rit .bnr-heading strong { font-size: 45px; letter-spacing: 0; }
.bnnr-rit .bnr-heading { font-size: 50px; letter-spacing: 0; margin: 0 0 8px;}
.bnnr-rit .btm-hdng { font-size: 25px; margin: 0 0 10px; }
.bnnr-rit .bnr-btm-cnt { font-size: 18px; margin: 0 0 15px; }

.site-branding { max-width: 245px; }
.logo-section { gap: 15px;}
.header-call a { font-size: 27px; padding: 0 0 0 40px; }
.header-call a:before { transform: scale(0.65); left: -5px; }
.bnnr-rit .bnr-heading strong { font-size:40px; }
.bnnr-rit .bnr-heading { font-size: 37px; }
.bnnr-rit .btm-hdng { font-size: 18px; }
.bnnr-rit .bnr-btm-cnt { font-size: 17px; }
.banner-section .bnnr-btn a.cmn-btn { padding: 13px 20px; font-size: 15px; }

/* -------------- */
.protecting-sec {padding: 27px 0 25px;}
.protecting-blk.owl-carousel .owl-nav {max-width: 100%;margin: 15px auto 0;gap: 35px;justify-content: center;}
.protecting-blk.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {margin: 0;}

.about-lft-expnce .about-over-title {font-size: 99px; }
.about-lft-expnce .about-over-title strong {font-size: 15px; top: 41px; left: -15px; }
.about-lft-expnce .about-expr-cnt strong {font-size: 19px; letter-spacing: 6.9px; }
.about-lft-expnce .about-expr-cnt {font-size: 20px; }
.about-sec .about-blk .about-cntr p {font-size: 16px; line-height: 1.3; letter-spacing: 0px; margin: 0 0 12px; }
.about-cntr {gap: 15px;}
.about-blk {gap: 15px;}
.about-sec .text-heading { font-size: 28px; margin: 0 0 12px;}
.dedicated-sec .text-heading { font-size: 23px; margin: 0 0 15px; letter-spacing: 0px;}
.dedicated-sec .text-heading small { font-size: 17px; }
.dedicated-call p a { font-size: 30px; }

.practice-areas-sec { padding: 30px 0; }
.practice-areas-sec .text-heading { margin: 0 0 15px; }
.practice-area-itm { padding: 35px 10px 70px; }
.practice-area-itm:before { transform: scale(0.7); }
.practice-areas-sec .practice-area-itm h4:before { transform: scale(0.8); }
.practice-areas-sec .practice-area-itm:hover::before{ transform: scale(0.8); }
.practice-area-blk.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {margin: 0;}

.straight-lft-img::before { width: 275px; height: 326px; }
.straight-sec .text-heading { font-size: 30px; }
.straight-sec .straight-rgt p { font-size: 16px; margin: 0 0 12px; line-height: 1.4; }
.straight-sec .straight-call p { font-size: 12px; }
.straight-sec .straight-call p a { font-size: 29px; }
.straight-sec .straight-call p a::before { transform: scale(0.7); }

.attorney-section h2 strong { font-size: 33px; margin: 0 0 7px;}
.attorney-section h2 {font-size: 15px; letter-spacing: 0px; margin: 0 0 20px; line-height: 1.4; }
.atrny-img { width: 74%; }
.attorney-item { width: 100%; }
.attorney-lst.owl-carousel .owl-nav { max-width: 150px; margin: 10px auto 0; }
  
.hm-testimonials h2.text-heading { font-size: 30px; letter-spacing:0px; }
.hm-testimonials h6 { font-size: 14px; margin: 0 0 8px; padding: 6px 20px; letter-spacing: 7px; }
.hm-testimonials .testi-item { padding: 15px 15px; flex-direction: column; gap: 8px; }
.test-rit { width: 100%; }
.test-lft { width: 100%; }
.star-rat { padding: 82px 0 0 0; width:100%; max-width:170px; margin:0 auto 20px; }
.star-rat::before {transform: scale(0.6); }
.hm-testi-list .owl-stage-outer { margin: 0 0 5px; }
.hm-testi-list .owl-nav { gap: 60px; margin: 0 0 10px; }
.hmtesti-btn { margin: 0px 0 0; }
.hm-testimonials .testi-item p {font-size: 17px; line-height: 1.3; text-align: center; margin: 0 0 11px;}

.hm-form-sec .text-heading {font-size: 27px; letter-spacing: 0px; }
.hm-form-sec {padding: 22px 14px 28px;}
.popup .popuptext {width: 100%; line-height: 1.8; top: 0px; }
.hm-form-sec p {font-size: 16px; margin: 0 0 14px; }    
}

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

@media screen and (max-width:375px) {
.bnnr-rit .bnr-heading {font-size: 32px; } 
.bnnr-rit .bnr-heading strong {font-size: 34px; }
}

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