/*
 Theme Name:   Crews Law Group
 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:  rmtheme-child
*/
@font-face {
    font-display: swap;
    font-family: 'Questrial';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/questrial-v19-latin-regular.woff2') format('woff2');
}
a:focus {
    outline: 0;
}
: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: 'Questrial';
    font-weight: 400;
    -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: 'Questrial';
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Questrial';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 400;
}
p, li, ul, ol, blockquote {
    font-family: 'Questrial';
    font-weight: 400;
    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.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #113675;
    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: 400;
    font-family: 'Questrial';
    line-height: 1;
    letter-spacing: 0px;
}

.header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button {
    font-size: 17px;
    color: #fff;
    font-family: 'Questrial';
    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: 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: #15489d;
    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: 400;
    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: 'Questrial';

    font-weight: 400;

    padding: 4px 0;

    font-size: 18px;

    display: block;

    line-height: 1;

    border-bottom: 1px solid #222222;

}

.floatingMenuInner .sub-menu {

    display: none;

}

.floatingMenuInner .menu-item-has-children>a:after {

    content: '';

    width: 10px;

    height: 2px;

    background-color: #fff;
    position: absolute;

    top: 15px;

    right: 6px;

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

}

.floatingMenuInner .menu-item-has-children>a:before {

    content: '';

    width: 2px;

    height: 10px;

    position: absolute;

    top: 11px;

    right: 10px;

    display: block;

    opacity: 1;

    background-color: #fff;

}

.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {
    opacity: 0;

}





.header-sticky.fixed-header .container {

    display: flex;

    padding: 0;

    align-items: center;

    justify-content: space-between;

}



.sicky-logo{
    max-width: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: 20px;
    line-height: 28px;
    font-weight: 400 !important;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    padding-top: 2px;
    letter-spacing: 0.5px;
    font-family: 'Questrial';
}

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

.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #15489d;
    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: 'Questrial';
}

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

.mobinav a:hover, .mobinav .current-menu-item a {
    color: #ffffff8f;
}

.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: flex-start;
    padding: 0;
}
.hdr-mn-blck {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 100px;
}
.site-branding {
    width: 12.3%;
}
.site-branding a {
    display: inline-block;
}
.site-branding a img {
    display: block;
    width: 100%;
}
.header-number strong {
    font-size: 17px;
    font-family: 'Questrial';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.02px;
    color: #ffffff;
    display: block;
}
.header-number a {
    font-size: 36px;
    font-family: 'Questrial';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 6px 0 0;
    display: inline-block;
    position: relative;
    padding: 0 0 0 37px;
}
.header-number a:hover {
    color: #000000;
}
.header-number a:before {
    position: absolute;
    content: "";
    background-image: url(images/hdr-phn-icn.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 26px;
    height: 25px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#main-navigation ul {
    margin: 0;
    font-size: 0;
}
#main-navigation ul li{
    display: inline-block;
    padding: 0 0px 0;
    position: relative;
    margin: 0 50px;
}

#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: 22px;
    font-family: 'Questrial';
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    color: #ffffff;
    padding: 0;
    display: inline-block;
}
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover{
    color: #ffffff8f;
}
#main-navigation ul li ul.sub-menu{
    display:none;
    width:220px;
    position:absolute;
    color:#15489d;
    top:100%;
    left:0;
    right:auto;
    background-color:#ffffff;
    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: #ffffff;
    color: #0a1b38;
}
#main-navigation .sub-menu li a{
    width: 100%;
    padding: 8px 10px;
    color: #15489d;
    display: block;
    text-align: left;
    text-transform: capitalize;
    font-weight: 400;
    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: #0a1b38;
    color: #ffffff;
}
#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 .container {
    max-width: 1700px;
}
.site-header {
    background-color: transparent;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 22px 0 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 100%;
    display: block;
}
.site-header.is-sticky .site-branding {
    width: 80px;
}
.site-header.is-sticky .logo-section, .site-header.is-sticky .hdr-mn-blck {
    align-items: center;
}
.site-header.is-sticky .header-number strong {
    font-size: 14px;
    text-align: right;
}
.site-header.is-sticky .header-number a {
    font-size: 30px;
}
.site-header.is-sticky .header-number a:before {
    background-image: url(images/hdr-phn-sticky-icn.webp);
}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background: #15489d;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    padding: 10px 0;
}

@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:400;
    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;
}
.text-heading {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 80px;
    line-height: 1.2;
    letter-spacing: -1.6px;
    color: #0a1b38;
    margin: 0 0 40px;
    text-align: center;
}
.text-heading strong {
    color: #15489d;
    position: relative;
    font-weight: 400;
}
.text-heading strong::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 35px;
    background-color: rgba(21, 76, 169, 0.2);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
a.cmn-btn {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    padding: 22px 28px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #15489d;
    border: 1px solid #ffffff;
}
a.cmn-btn:hover {
    background-color: #0b2043;
}
.hm-bann-sec {
    padding: 230px 0 0;
    background-image: url(images/hm-bann-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hm-bann-blck {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.hm-bann-lft {
    width: 53.3%;
    padding: 80px 0 0;
}
.hm-bann-rgt {
    width: 27.14%;
    margin: 0 0 0 -50px;
}

.hm-bann-lft h1 {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 113px;
    line-height: 1.04;
    letter-spacing: -2.26px;
    color: #ffffff;
    margin: 0 0 10px;
    text-shadow: 0px 11px 10px rgba(0, 0, 0, 0.74);
}
.hm-bann-lft h1 strong {
    font-weight: 400;
    position: relative;
    display: inline-block;
}
.hm-bann-lft h1 strong::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 38px;
    background-color: rgba(255, 255, 255, 0.4);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hm-bann-lft h1 small {
    font-size: 46px;
    line-height: 1.5;
    display: block;
    letter-spacing: -0.92px;
    text-shadow: none;
}
.hm-bann-lft p {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.4px;
    color: #ffffff;
    margin: 0 0 60px;
}
.hm-bann-rgt img {
    display: block;
    width: 100%;
}
.hm-bann-btm-sec {
    background-color: #0a1b38;
    padding: 74px 0px 75px;
    background-image:url(images/banner-bottom-bg.webp);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    background-blend-mode: color-dodge;
}
.bnr-btm-list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    position:relative;
}
.bnr-btm-item {
    width: 33.2%;
    text-align: center;
    padding: 49px 20px 45px;
    position: relative;
}
.bnr-btm-item:hover{
    background: linear-gradient(180deg, rgb(21 72 157 / 50%), transparent);
}
.bnr-btm-img {
    width: 20.33%;
    margin:0 auto 20px;
}
.bnr-btm-item:nth-child(2) .bnr-btm-img {
    width: 16.63%;
}
.bnr-btm-item:nth-child(3) .bnr-btm-img {
    width: 17.53%;
}
.bnr-btm-img img{
    display: block;
    width: 100%;
}
.bnr-btm-item h5 {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 34px;
    line-height: 1.34;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom:0px;
}
.bnr-btm-list::before {
    position: absolute;
    content: '';
    clip-path: polygon(100% 0, 100% 100%, 91% 100%, 91% 82%, 10% 74%, 9.4% 100%, 0 100%, 0 0);
    border: 2px solid rgb(255 255 255);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    z-index: 1;
}
.bnr-btm-item::before{
    position: absolute;
    content: '';
    background-color: #fff;
    height: 74.5%;
    width: 1px;
    bottom: 12px;
    right: 0;
    pointer-events: none;
    z-index: 1;
}
.bnr-btm-item:last-child::before{
    display: none;
}
.hm-defense-sec {
    padding: 91px 0px 150px;
    position:relative;
    z-index:1;
}
.hm-defense-sec:before{
    position: absolute;
    content: '';
    background-image: url(images/defense-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f1f2f4;
    top: 0;
    right: 0;
    bottom: 0;
    width: 66.8%;
    height: 100%;
    margin: auto;
    pointer-events:none;
    z-index:-1;
}
.defense-list {
    display: flex;
    justify-content: start;
    gap: 57px;
}
.defense-lft {
    width: 46.5%;
    position: relative;
}
.defense-rit {
    width: 43.7%;
    padding: 3px 0 0;
}
.defense-lft-img {
    width: 100%;
}
.defense-lft-img img {
    display: block;
    width: 100%;
}
.defense-lft-popup {
    width: 20%;
    margin: auto;
    position: absolute;
    bottom: -54px;
    left: 0;
    right: 0;
}
.defense-rit p {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.81;
    letter-spacing: 0px;
    color: #000;
    margin-bottom: 37px;
}
.hm-defense-sec .text-heading {
    line-height: 1.29;
    margin-bottom: 65px;
}
.hm-pract-core-service-sec {
    position: relative;
    padding: 134px 0 440px;
    z-index: 0;
}
.hm-pract-core-service-sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 93%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-image: url(images/pract-core-serv-sec-combine-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    background-position: center;
    pointer-events: none;
}
.hm-practice-areas .container {
    max-width: 1700px;
}
.hm-practice-areas-heading {
    margin-bottom: 78px;
}
.hm-practice-areas h2.text-heading {
    margin-bottom: 28px;
}
.hm-practice-areas-heading p {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 33px;
    color: #10336e;
    line-height: 1;
    letter-spacing: 0.66px;
    margin: 0;
    text-align: center;
}
.hm-pract-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
.hm-pract-itm {
    width: 25%;
    text-align: center;
    padding: 40px 16px 45px;
    position: relative;
}
.hm-pract-hvr-img{
    display: none;
}
.hm-pract-image{
    margin-bottom: 40px;
    padding-bottom: 30px ;
    position: relative;
}
.hm-pract-name h4 {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 33px;
    line-height: 1.25;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
.hm-pract-cnt p {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 20px;
    color:#000000;
    letter-spacing: 0px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.hm-pract-btn a {
    font-family: 'Questrial';
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0px;
    margin: 0;
    display: inline-block;
    padding: 10px 32px;
    background-color: #10336e;
    border-radius: 50px;
    color: #fff;
}
.hm-pract-hvr a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    font-size: 0;
}
.hm-practice-areas-btn {
    text-align: center;
}
.hm-pract-itm:hover{
    background-color: rgb(21, 72, 157);
}
.hm-pract-itm:hover .hm-pract-hvr-img {
    display:block;
}
.hm-pract-itm:hover .hm-pract-img {
    display: none;
}
.hm-pract-itm:hover .hm-pract-name h4, .hm-pract-itm:hover .hm-pract-cnt p {
    color: #fff;
}
.hm-pract-itm:hover .hm-pract-btn a{
    background-color:#0b234a;
}
.hm-practice-areas-btn a.cmn-btn {
    background-color: #0b2043;
}
.hm-pract-itm:first-child, .hm-pract-itm:nth-child(4) {
    margin-top: -200px;
    height: 100%;
}
.hm-pract-itm::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    clip-path: polygon(3% 0%, 97% 0%, 97% 3%, 100% 3%, 100% 97%, 97% 97%, 97% 100%, 3% 100%, 3% 97%, 0% 97%, 0% 3%, 3% 3%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 3px solid rgb(16, 51, 110, 40%);
    border-right-style: solid;
    border-left-style: solid;
    pointer-events: none;
}
.hm-pract-itm:nth-child(2)::before{
    border-left-color: transparent;
    border-right-color: transparent;
}
.hm-pract-itm:nth-child(3)::before{
    border-right-color: transparent;
}
.hm-pract-itm:nth-child(2)::after {
    content: "";
    width: 3px;
    height: 128px;
    position: absolute;
    bottom: 22px;
    left: 0;
    margin: auto;
    pointer-events: none;
    background-color: rgb(16, 51, 110, 40%);
}
.hm-pract-itm:nth-child(3)::after {
    content: "";
    width: 3px;
    height: 128px;
    position: absolute;
    bottom: 22px;
    right: 0;
    margin: auto;
    pointer-events: none;
    background-color: rgb(16, 51, 110, 40%);
}
.hm-pract-image::before{
    background-color: rgb(16, 51, 110, 40%);
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    z-index: 0;
    height: 3px;
}
.hm-pract-itm:hover .hm-pract-image::before {
    background-color: rgb(255, 255, 255, 50%);
}
.hm-practice-areas-btn a.cmn-btn:hover{
    background-color: #15489d;
}
.hm-core-services-sec {
    padding: 80px 0 0;
}
.hm-core-services-sec .container {
    max-width: 1280px;
}
.hm-core-services-sec h5 {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 33px;
    line-height: 1;
    letter-spacing: 4.62px;
    color: #10336e;
    text-transform: capitalize;
    text-align: center;
    margin: 0 0 25px;
}
.hm-core-services-sec p {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    letter-spacing: 0px;
    line-height: 2;
    margin-bottom: 21px;
}
.hm-core-services-sec p:last-child{
    margin-bottom:0px;
}
.hm-core-services-sec p a, .hm-core-services-sec li a{
    color: #15489d;
    display: inline-block;
}
.hm-core-services-sec p a:hover, .hm-core-services-sec li a:hover {
    color: #0b2043;
}
.hm-core-services-sec li {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    letter-spacing: 0px;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-left:15px;
    position:relative;
}
.hm-core-services-sec li:before{
    background: #2f2a27;
    width: 8px;
    height: 8px;
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    border-radius: 50%;
}
.hm-attorney-sec{
    background-color: #081938;
    background-image: url(images/attorney-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    padding: 86px 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.hm-attorney-sec .container{
    position: relative;
    z-index: 1;
}
.attorney-lft::before{
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #0f3885 4%, transparent 75%);
    top: -20%;
    bottom: 0;
    left: 0;
    width: 46%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}
.attorney-list {
    display: flex;
    justify-content: space-between;
    align-items:end
}
.attorney-lft {
    width: 38.1%;
    padding-top: 20px;
}
.attorney-rit {
    width: 61.2%;
    padding: 55px 0 80px 197px;
    position: relative;
}
.attorney-rit::before {
    position: absolute;
    content: '';
    clip-path: polygon(100% 0, 100% 100%, 85.9% 100%, 85% 50%, 15% 1%, 15.3% 100%, 0 100%, 0 0);
    border: 3px solid rgb(255 255 255 / 50%);
    width: 100%;
    height: 39.3%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    z-index: 1;
}
.attorney-rit h2{
    text-align: start;
    margin-bottom: 10px;
    font-size: 100px;
}
.attorney-rit h6 {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 5.7px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}
.attorney-rit h5{
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 47px;
    line-height: 1.17;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 35px;
}
.attorney-rit p{
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.55;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 31px;
    padding: 0 11px 0 0;
}
.attorney-rit-btn {
    margin: 50px 0 0;
}
.hm-awards-sec {
    padding: 90px 0 130px;
}
.hm-awards-sec h2.text-heading{
    margin-bottom: 70px;
    font-size: 65px;
}
.hm-awards-lst {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.hm-awards-itm {
    padding: 20px 20px;
    position: relative;
    z-index: 0;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hm-awards-itm::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    clip-path: polygon(6% 0%, 94% 0%, 94% 10%, 100% 10%, 100% 90%, 94% 90%, 94% 100%, 6% 100%, 6% 90%, 0% 90%, 0% 10%, 6% 10%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 3px solid rgb(16, 51, 110, 40%);
    border-right-style: solid;
    border-left-style: solid;
    pointer-events: none;
}
.hm-awards-itm.middle-award::before{
    display: none;
}
.hm-awards-itm.middle-award {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(11, 32, 67, 40%);
    background-color: rgb(21, 72, 157);
    box-shadow: 0px 18px 24px 0px rgba(0, 0, 0, 0.4);
    margin: -21px 0;
}
.hm-local-sec {
    padding: 100px 0 40px;
    background-image: url(images/hm-local-sec-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;

}
.hm-local-blck {
    width: 68.8%;
}
.hm-local-blck h5 {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1.8px;
    color: #113675;
    margin: 0 0 45px;
}
.hm-local-blck .text-heading {
    text-align: left;
    margin: 0 0 35px;
    width: 100%;
    max-width: max-content;
}
.hm-local-blck .text-heading small {
    display: block;
    position: relative;
    font-size: unset;
}
.hm-local-blck .text-heading small::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 35px;
    background-color: rgba(21, 76, 169, 0.2);
    bottom: 6px;
    left: 0;
    right: 0;
    margin: auto;
}
.hm-local-blck .text-heading small strong::after {
    display: none;
}
.hm-local-blck p {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.77;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 40px;
}
.hm-local-blck p:last-child {
    margin: 0;
}
.hm-local-lst {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hm-local-lft {
    width: 48.1%;
}
.hm-local-rgt {
    width: 44.87%;
}
.hm-local-rgt img {
    width: 100%;
    display: block;
}
.hm-trail-sec {
    background-image: url(images/hm-trail-sec-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hm-trail-blck {
    text-align: center;
    width: 73.3%;
    margin: auto;
    position: relative;
    padding: 105px 50px 140px;
}
.hm-trail-blck::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(15, 36, 73, 0.4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    backdrop-filter: blur(10px);
}
.hm-trail-cnt::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 94.4%;
    background-image: url(images/hm-trail-line-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}
.hm-trail-cnt {
    position: relative;
    padding: 55px 75px 0;
}
.hm-trail-cnt h4 {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 3.08px;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.hm-trail-cnt h2 {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 114px;
    line-height: 1;
    letter-spacing: -4.56px;
    color: #ffffff;
    margin: 0 0 25px;
    text-shadow: 0px 11px 10px rgba(0, 0, 0, 0.74);
}
.hm-trail-cnt h2 small {
    font-size: 77px;
    letter-spacing: -3.08px;
    display: block;
}
.hm-trail-cnt p {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0 0 75px;
}
.hm-trail-lst {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin: 0 0 -25px;
}
.hm-trail-phn {
    position: relative;
    padding: 0 0 0 95px;
}
.hm-trail-phn h5 {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0px;
}
.hm-trail-phn h5 a {
    font-size: 35px;
    display: block;
    text-align: start;
    line-height: 1;
    margin-top: 10px;
}
.hm-trail-phn h5 a:hover {
    color: #15489d;
}
.hm-trail-phn h5 a::before {
    position: absolute;
    content: "";
    width: 82px;
    height: 57px;
    background-image: url(images/hm-trail-phn.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    top: 0;
}
.hm-crmnl-sec {
    padding: 130px 0 150px;
    background-image: url(images/hm-criminal-sec-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hm-crmnl-blck h5 {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.6px;
    color: #113675;
    margin: 0 0 15px;
    text-align: center;
}
.hm-crmnl-blck p, .criminal-lst-cnt p {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.77;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 30px;
    text-align: center;
}
.hm-crmnl-blck p:last-child, .criminal-lst-cnt p:last-child {
    margin: 0;
}
.hm-crmnl-blck li {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 15px;
    padding-left: 14px;
    position: relative;
}

.hm-crmnl-blck li:before {
    background: #2f2a27;
    width: 8px;
    height: 8px;
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    border-radius: 50%;
}
.hm-crmnl-blck {
    margin: 0 auto 70px;
    width: 80%;
}
.hm-crmnl-lst {
    display: flex;
    justify-content: center;
    gap: 35px;
    position: relative;
    flex-wrap: wrap;
    counter-reset: step-counter;
    z-index: 0;
    margin: 0 0 35px;
}
.hm-crmnl-itm {
    position: relative;
    padding: 35px 35px 40px 35px;
    background-color: #ffffff;
    width: 28%;
    counter-increment: step-counter;

}
.hm-crmnl-itm::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    clip-path: polygon(6% 0%, 94% 0%, 94% 10%, 100% 10%, 100% 90%, 94% 90%, 94% 100%, 6% 100%, 6% 90%, 0% 90%, 0% 10%, 6% 10%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border:3px solid rgb(16, 51, 110, 22%);
    border-right-style: dashed ;
    border-left-style: dashed;
    pointer-events: none;

}
.hm-crmnl-itm:first-child::before {
    border-left-style: solid;
}
.hm-crmnl-itm:last-child::before {
    border-right-style: solid;
}
.hm-crmnl-itm-img {
    width: 59px;
    margin: 0 0 20px auto;
}
.hm-crmnl-itm-img img {
    width: 100%;
    display: block;
}
.hm-crmnl-itm::after {
    position: absolute;
    content: counter(step-counter, decimal-leading-zero);
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -2.5px;
    color: #051024;
    left: 55px;
    top: 60px;
}
.hm-crmnl-itm h4 {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0;
    color: #10336e;
    margin: 0 0 20px;
}
.hm-crmnl-itm p {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.52;
    letter-spacing: 0;
    color: #0b1c39;
    margin: 0;
}
.tabs-section {
    padding: 120px 0;
    background-color: #f1e1e1;
}


.tab-btn.active {
    font-weight: b400;
    color: #333;
    display: inline;
}
.tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
}
.tab-content.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 10px;
    border: 1px solid #000;
    background-color: #fff;
}
.tab-buttons {
    margin: 0 0 20px;
}
.accordion-section{
    padding: 110px 0 100px;
    background-image: url(images/hm-faq-sec-bg-img.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.accordion-section .container {
    max-width: 1280px;
}
.accordion-item h3 {
    background: #ffffff;
    padding: 30px 85px 30px 50px;
    position: relative;
    border: none;
    cursor: pointer;
    margin: 0;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.11);
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.56px;
    color: #0a1b38;
    background-image: url(images/hm-faq-down-arrow-img.webp);
    background-repeat: no-repeat;
    background-position: right 30px center;
    background-size: 45px;
}
.accordion-item h3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(images/hm-faq-title-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}
.accordion-item p {
    text-align: left;
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 19px;
    background-color: #ffffff;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.11);
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: all 0.4s ease;
}

.accordion-item.active p {
    padding: 35px 50px 50px;
    max-height: max-content !important;
}
.accordion-item.active h3 {
    background-color: #15489d;
    color: #ffffff;
    background-image: url(images/hm-faq-up-arrow-img.webp);
}
.accordion {
    margin: 0 0 50px;
}
.accordion-item {
    margin: 0 0 25px;
}
.accordion-item:last-child {
    margin: 0;
}
.hm-faq-btn {
    text-align: center;
}
.hm-faq-btn a.cmn-btn {
    background-color: #113675;
    border: 1px solid #113675;
}
.hm-faq-btn a.cmn-btn:hover {
    background-color: #15489d;
    border: 1px solid #ffffff;
}
.hm-testimonials {
    padding: 35px 0 0;
    position: relative;
    z-index: 0;
}
.hm-testimonials::before {
    position: absolute;
    content: "";
    width: 95.45%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(images/hm-testi-sec-bg-img.webp);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    z-index: -1;
}
.hm-testimonials .container {
    max-width: 1280px;
}
.hm-testimonials h5 {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 5.72px;
    color: #14356c;
    text-transform: uppercase;
    margin: 0 0 35px;
}
.hm-testimonials .text-heading {
    text-align: left;
    margin: 0 0 65px;
}
.hm-testi-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hm-testi-rgt {
    width: 23.1%;
}
.hm-testi-rgt-img img {
    width: 100%;
    display: block;
}
.hm-test-lft {
    width: 53.5%;
}
.hm-testimonials .owl-stage-outer, .hm-testimonials .owl-stage{
    display:flex;
}
.testi-item {
    position: relative;
    padding: 40px 0 85px 70px;
    border-top: 2px solid #324e7e;
    border-left: 2px solid #324e7e;
    background-image: -moz-linear-gradient( 90deg, rgba(21,72,157,0) 25%, rgb(21,72,157,0.2) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(21,72,157,0) 25%, rgb(21,72,157,0.2) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(21,72,157,0) 25%, rgb(21,72,157,0.2) 100%);
    height:100%;
    width:100%;
}
.testi-item h4 {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 29px;
    line-height: 1;
    letter-spacing: 0;
    color: #093b91;
    margin: 0 0 35px;
}
.testi-item p {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 25px;

}
.star-rat {
    width: 139px;
    height: 28px;
    margin: 0 0 15px;
}
.testi-item h3 {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    margin: 0px;
}
.hm-testi-btm {
    position: absolute;
    left: 70px;
    bottom: 0px;
}
.hm-testi-list.owl-carousel .owl-nav {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    gap: 49px;
    max-width: max-content;
    position: relative;
    right: 0;
    bottom: 0;
    margin: -39px 0px 0 auto;
}
.hm-testi-list.owl-carousel .owl-nav button {
    width: 48px;
    height: 38px;
    font-size: 0px !important;
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: contain;
    transition: .5s;
}
.hm-testi-list.owl-carousel .owl-nav button.owl-next {
    background-image: url(images/hm-testi-nxt-arrow-img.webp);
}
.hm-testi-list.owl-carousel .owl-nav button.owl-next:hover {
    background-image: url(images/hm-testi-nxt-arrow-hvr-img.webp);
}
.hm-testi-list.owl-carousel .owl-nav button.owl-prev {
    background-image: url(images/hm-testi-prev-arrow-img.webp);
}
.hm-testi-list.owl-carousel .owl-nav button.owl-prev:hover {
    background-image: url(images/hm-testi-prev-arrow-hvr-img.webp);
}
.hm-testi-list.owl-carousel {
    margin: 0 0 50px;
}
.hm-testi-btn a.cmn-btn {
    background-color: #113675;
}
.hm-testi-btn a.cmn-btn:hover {
    background-color: #15489d;
}
.hm-blog-sec {
    padding: 80px 0;
    background-color: #eee;
    text-align: center;
}
.home-posts-list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
}
.hm-blog-itm {
    width: 32%;
    position: relative;
    background-color: #911b17;
    color: #fff;
    padding: 0 0 40px;
}
.hm-blog-img img {
    display: block;
    width: 100%;
}
.hm-blog-cnt {
    padding: 20px 20px 0;
}
.hm-blog-itm .readmore-btn {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: auto;
}
.hm-form-sec {
    position: relative;
    padding: 55px 45px 0;
    z-index: 1;
}
.hm-form-sec h2 {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 62px;
    line-height: 1.06;
    letter-spacing: -1.24px;
    color: #ffffff;
    margin: 0 0 20px;
    text-align: center;
}
.hm-form-sec p {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0 0 30px;
    text-align: center;
}

.hm-form-sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 95.7%;
    background-color: #15489d;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: -1;
}
.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 .gform_required_legend{
    display: none;
}
.gchoice.gchoice_3_9_1 label {
    display: block;
}
fieldset#field_3_9 {
    width: 48%;
    border: none;
    padding: 0;
}

.hm-form input::placeholder {
    color: #0a1b38;
}
.hm-form input:-ms-input-placeholder {
    color: #0a1b38;
}
.hm-form input::-ms-input-placeholder {
    color: #0a1b38;
}
.hm-form textarea::placeholder {
    color: #0a1b38;
}
.hm-form textarea:-ms-input-placeholder {
    color: #0a1b38;
}
.hm-form textarea::-ms-input-placeholder {
    color: #0a1b38;
}
.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: #0a1b38;
    outline: 0px;
    position: relative;
    border-radius: 0;
    font-family: 'Questrial';
    background: #fff;
    line-height: 1.2 !important;
    font-size: 18px !important;
    padding: 21px 20px !important;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
}
.hm-form .gfield{
    position: relative !important ;
}
.hm-form .gfield.gfield--type-text , .hm-form .gfield.gfield--type-phone, .hm-form .gfield.gfield--type-email {
    width: 48.7% !important;
}
.hm-form .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 11px !important;
    justify-content: space-between;
    align-items:center;
}
.hm-form .gform_wrapper .top_label textarea {
    width: 100% !important;
    height: 110px !important;
    resize: none;
    margin: 0;
    padding-top: 20px !important;
    margin: 0px;
    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-size: 18px;
    font-family: 'Questrial';
    line-height: 1;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.36px;
    margin: 0;
    text-align:left;
}
.hm-form .gform_wrapper .form-links a:hover {
    color: #0a1b38;
}
.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;
    max-width: max-content;
}
.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: 80px auto -35px;
    position: relative;
    max-width: max-content;
}
.hm-form .gform_wrapper .top_label input[type="submit"] {
    display: inline-block !important;
    background-color: #0f2449 !important;
    outline: none !important;
    border: 1px solid #ffffff !important;
    border-radius: 0 !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition-duration: 0.5s;
    font-family: 'Questrial';
    font-weight: 400;
    width: auto !important;
    color: #ffffff !important;
    font-size: 20px !important;
    padding: 22px 47px !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 {
    color: #0f2449 !important;
    background-color: #ffffff !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: 503px;
    top: 5px;
    left: 0;
    margin: 0px;
    text-align: center;
    font-family: 'Questrial';
    padding: 15px;
    background: #fff;
    font-size: 14px;
    color: black;
    transition: transform 0.15s ease-out;
    display: inline-block;
    line-height: 1.6;
    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;
}
.hm-form .gfield_description{
    margin: 0px !important
}
.hm-form .gfield_description.validation_message {
    position: absolute;
    bottom: 3px;
    right: 8px !important;
    text-align: right;
    font-size: 13px;
    font-family: 'Questrial';
    color: #932008;
    margin: 0;
    pointer-events:none;
}

.hm-form .chk .gfield_description.validation_message{
    bottom: -17px !important;
}
.ftr-block-sec {
    padding: 50px 0 80px;
    background-image: url(images/ftr-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ftr-block-sec .container {
    max-width: 1700px;
}
.ftr-blck {
    display: flex;
    justify-content: space-between;
}
.ftr-lft {
    width: 58.59%;
}
.ftr-logo {
    width: 21%;
    margin: 0 auto 25px;
}
.ftr-logo a {
    display: inline-block;
}
.ftr-logo a img {
    display: block;
    width: 100%;
}
#footer-navigation ul {
    margin: 0 0 70px;
    font-size: 0;
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#footer-navigation ul li {
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 25px;
}
#footer-navigation ul li:first-child {
    margin-left: 0;
}
#footer-navigation ul li:last-child {
    margin-right: 0;
}
#footer-navigation ul li a {
    font-size: 22px;
    letter-spacing: 0;
    color: #fff;
    padding: 0;
    font-family: 'Questrial';
    font-weight: 400;
    border: 0;
    line-height: 1;
    display: inline-block;
}
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li:hover > a {
    color:#c5d1e5;
}
.ftr-add-blck {
    display: flex;
    justify-content: center;
    gap: 35px 65px;
    flex-wrap: wrap;
}
.ftr-itm {
    width: 38.7%;
    position: relative;
    padding: 0 0 0 140px;
}
.ftr-itm::before {
    position: absolute;
    content: "";
    width: 104px;
    height: 73px;
    background-image: url(images/ftr-phn-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 0;
    top: 0;
}
.ftr-itm.lctn::before {
    background-image: url(images/ftr-lctn-img.webp);
}
.ftr-itm h4 {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 15px;
}
.ftr-itm p {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 19px;
    line-height: 1.73;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
}
.ftr-itm h5 {
    margin: 0px;
}
.ftr-itm h5 a {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
    display: inline-block;
}
.ftr-itm h5 a:hover {
    color: #14489d;
}
.ftr-content {
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
    margin: 0 0 20px;
    border-bottom: 1px solid rgb(255, 255, 255, 30%);
}
.ftr-content p {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 17px;
    line-height: 1.94;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
}
.cpy-inr {
    padding: 0 10px;
}
.cpy-inr p, .cpy-inr p a {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.7;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
    text-align: center;
}
.cpy-inr p a:hover {
    color: #14489d;
}
.ftr-rgt {
    width: 41.4%;
    position: relative;
    padding: 45px 55px 0;
}
.ftr-rgt::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(images/ftr-frm-line-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    pointer-events: none;
}
.ftr-copyrights-sec {
    background-color: #bdabab;
    padding: 30px 0px;
    text-align: center;
}
.ftr-copyrights-sec p{
    margin: 0;
}

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

.disclaimer-trigger {
    cursor:pointer
}
#disclaimer-container {
    display: none;
    position: relative;
    margin-top: 10px;
}
#disclaimer-container.show {
    display: block;
}
.disclaimer-content {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 4px;
}

.blocks {
    padding:80px 0;
}
.footer-col {
    width:32%
}
.map-col {
    width:48%
}
.copyright {
    text-align: center;
}
.screen-reader-text {
    display: none !important;
}

#page-column .sdbr-case-item p {
    color: #fff;
}
.page-container, .post-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;

}
#main-heading {
    background-image: url(images/page-bnr-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 90px 0 0;
    text-align: center;
}
.inn-bann-blck {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 60px;
}
.inn-bannlft {
    width: 51.6%;
}
.inn-bann-rgt {
    width: 25.1%;
}
.inn-bann-rgt img {
    width: 100%;
    display: block;
}
#main-heading h1 {
    font-size: 60px;
    font-family: 'Questrial';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 10px;
    text-align: left;
}
#main-heading .inrpg-breadcrumbs {
    font-size: 20px;
    font-family: 'Questrial';
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.4px;
    color: #ffffff;
    margin: 0;
    text-align: left;
}
#main-heading .inrpg-breadcrumbs span.current-item, #main-heading .inrpg-breadcrumbs span:hover {
    color: #ffffff8a;
}
#post-content, #page-content {
    padding: 100px 0;
}
.page-col-full, .single-col-full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#single-column, #post-column, #page-column {
    width:64.9%;
}
.sidebar-page, .sidebar-single {
    width: 31.3%;
    max-width: 400px;
}

#page-column.full-width,
.full-width {
    width: 100%;
}

#page-column h1,
#page-column h2,
#page-column h3,
#page-column h4,
#page-column h5,
#page-column h6, #page-content .areaserved-item-list h2 {
    font-family: 'Questrial';
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 15px;
    color: #2f2a27;
}

#page-column h1,
#page-column h2, #page-content .areaserved-item-list h2 {
    font-size: 45px;
}

#page-column h3 {
    font-size: 40px;
}

#page-column h4 {
    font-size: 35px;
}

#page-column h5 {
    font-size: 28px;
}

#page-column h6 {
    font-size: 26px;
}

#page-column p, #page-column li {
    font-family: 'Questrial';
    font-size: 20px;
    line-height: 1.95;
    color: #000000;
    letter-spacing: 0;
    margin: 0 0 25px 0;
    font-weight: 400;
}

#page-column li ul {
    padding: 15px 0 0 10px;
    margin: 0;
    position: relative;
}

#page-column ol,
#page-column ul {
    margin: 0 0 25px 0px;
    list-style-position: inside;
}

#page-column ul li {
    list-style: none;
    padding-left: 18px;
    position: relative;
    margin: 0 0 15px;
}

#page-column ul li:before {
    background: #2f2a27;
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 14px;
    border-radius: 50%;
}

#post-content .posts-list .author-info a,
#page-column a,
#page-column li a {
    color: #15489d;
    text-decoration: none !important;
}

#page-column a:hover,
#page-column li a:hover {
    color: #2f2a27;
}

#page-column  ol {
    list-style-type: decimal;
    margin-left: 20px;
}

#page-column  ol li {
    list-style: decimal;
    padding-left: 0 !important;
}

#page-column  ul li > ul li {
    list-style-type: inherit;
}

#page-column  ul li > ul li > ol li {
    list-style-type: decimal;
}

#page-column  ul li > ul li:before {
    display: block;
}

#page-column  ul li > ol li {
    list-style-type: decimal;
}

#page-column  ul li > ol li:before {
    display: none;
}

#page-column  ul li > ol li > ul li {
    list-style-type: inherit;
}

.page-feature-img, .single-thumbnail {
    margin: 0 0 35px;
}

.page-feature-img img, .single-thumbnail img {
    width: 100%;
    display: block;
}

.inn-cmn-blk {
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-image: url(images/inn-cta-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 30px 0;
}
.inn-cmn-riteblk {
    text-align: center;
}
.inn-cmn-riteimg {
    width: 37.1%;
    padding: 10px 0 0 25px;
    background-image: -moz-linear-gradient( 90deg, rgba(21,72,157,0) 0%, rgb(21,72,157) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(21,72,157,0) 0%, rgb(21,72,157) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(21,72,157,0) 0%, rgb(21,72,157) 100%);
}
.inn-cmn-riteimg img {
    width: 100%;
    display: block;
}
.inn-cmn-lftblk {
    width: 51.9%;
}
#page-column .inn-cmn-lftblk h2 {
    font-size: 40px;
    line-height: 1.25;
    margin: 0 0 30px;
}
#page-column .inn-cmn-lftblk h2 strong {
    font-weight: 400;
    font-size: 45px;
}
#page-column .inn-cmn-blk a.cmn-btn:hover {
    background-color: #15489d;
}
#page-column .inn-cmn-blk a.cmn-btn {
    color: #ffffff;
    background-color: #113675;
}
.inn-cmn-blk.scnd_cmnblk {
    background-image: url(images/inn-scnd-cta-bg-img.webp);
    padding: 40px 20px 35px;
}
#page-column .inn-cmn-riteblk h2 {
    font-size: 40px;
    text-align: center;
    display: inline-block;
    border-bottom: 3px solid #000000;
    padding: 0 0 5px;
    margin: 0 auto 20px;
}
#page-column .inn-cmn-riteblk h2 strong {
    font-size: 72px;
    display: block;
    letter-spacing: 3.6px;
    font-weight: 400;
}
.scnd-cta-btns {
    display: flex;
    gap: 23px;
    justify-content: center;
}
#page-column .scnd-cta-btns .cnslt-call h5 {
    font-size: 16px;
    color: #0d234a;
    margin: 0;
}
#page-column .scnd-cta-btns .cnslt-call h5 a {
    font-size: 35px;
    display: block;
    margin: 7px 0 0;
}
#page-column .scnd-cta-btns .cnslt-call h5 a:hover {
    color: #15489d !important;
}
#page-column .scnd-cta-btns .cnslt-call h5 a::before {
    position: absolute;
    content: "";
    width: 82px;
    height: 57px;
    background-image: url(images/inn-cta-phn-icn-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    top: 0;
}
.cnslt-call {
    padding: 0 0 0 95px;
    position: relative;
    text-align: left;
}
.inn-team-blck {
    display: flex;
    margin: 30px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}
.inn-team-itm {
    width: 48.3%;
    padding: 30px 45px 0;
    position: relative;
    background-image: url(images/inn-team-itm-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
}
.inn-team-itm::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 70%;
    background-image: -moz-linear-gradient( 90deg, rgb(21,72,157) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(21,72,157, 90%) 0%, rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(21,72,157) 0%, rgba(255,255,255,0) 100%);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.inn-team-img img {
    display: block;
    width: 100%;
}
.inn-team-cnt {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 2;
    padding: 0 10px;
}
#page-column .inn-team-cnt h3 {
    color: #ffffff;
    font-size: 48px;
    letter-spacing: -0.96px;
    margin: 0;
}
#page-column .inn-team-cnt h4 {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 3.52px;
    text-transform: uppercase;
    margin: 0;
}
#page-column .inn-team-itm-hvr a {
    position: absolute;
    font-size: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    margin: auto;
}
.sidebar-page .sidebar-item {
    margin: 0 0 46px;
    background-color: #15489d;
    position: relative;
    padding: 32px 15px 20px;
}
.sidebar-page .sidebar-item h2, h4.widget-title {
    padding: 0 0 22px;
    text-align: center;
    position: relative;
    font-size: 46px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0px;
    margin: 0 0 10px;
    font-family: 'Questrial';
    font-weight: 400;
}
.sidebar-page .sidebar-item h2:before{
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.502);
    width: 91.8%;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.sidebar-page .sidebar-menu-pa {
    padding: 0px;
}
.sidebar-page .sidebar-menu-pa ul{
    margin:0;
    padding:0
}
.sidebar-page .sidebar-menu-pa ul li{
    display:block;
    padding:0 0px;
    margin:0 0 5px;
    position:relative
}
.sidebar-page .sidebar-menu-pa ul li a {
    font-size: 22px;
    color: #fff;
    display: block;
    position: relative;
    font-family: 'Questrial';
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
    letter-spacing: 0;
    padding: 15px 44px 15px 35px;
    background-color: transparent;
}
.sidebar-page .sidebar-menu-pa ul li a::before {
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    top: 22px;
    left: 18px;
}
.sidebar-page .sidebar-menu-pa ul li:last-child a{
    margin: 0 0 0;
}
.sidebar-page .sidebar-menu-pa ul li.current-menu-item  > .drop.close, .sidebar-page .sidebar-menu-pa ul li:hover > .drop.close{
    background-image: url(images/plus_icn_hvr.webp) ;
}
.sidebar-page .sidebar-menu-pa ul li.current-menu-item  > .drop.open, .sidebar-page .sidebar-menu-pa ul li:hover > .drop.open{
    background-image: url(images/minus_icn_hvr.webp) ;
}

.sidebar-page .sidebar-menu-pa ul li.current-menu-item > a, .sidebar-page .sidebar-menu-pa ul li:hover > a {
    background-color: #ffffff;
    color: #0b234a;
}
.sidebar-page .sidebar-menu-pa ul li.current-menu-item > a::before, .sidebar-page .sidebar-menu-pa ul li:hover > a::before {
    background-color: #0b234a;
}
.sidebar-page .sidebar-menu-pa .sub-menu li a {
    width: 100%;
    padding: 0px 20px 0px 35px;
    display: block;
    text-align: left;
    font-size: 19px;
    margin: 0;
}
.sidebar-page .sidebar-menu-pa ul.sub-menu  li a:hover, .sidebar-page .sidebar-menu-pa ul.sub-menu li.current-menu-item > a{
    background-color: transparent !important;
    color: #ffffffbd;
}
.sidebar-page .sidebar-menu-pa .sub-menu li a:before {
    width: 6px;
    height: 6px;
    top: 5px;
}
.sidebar-page .sidebar-menu-pa .sub-menu li a:hover:before{
    background-color: #ffffffbd !important;
}
.sidebar-page .sidebar-menu-pa ul li .drop.close, .sidebar-page .sidebar-menu-pa ul li .drop.open  {
    font-size: 0;
    position: absolute;
    right: 25px;
    top: 21px;
    width: 12px;
    height: 12px;
    background-color: transparent !important;
    background-image: url(images/plus_icn.webp);
    background-position: right 0 center;
    background-repeat: no-repeat;
    padding: 0px 0px;
    cursor: pointer;
}
.sidebar-page .sidebar-menu-pa ul li .drop.open {
    background-image: url(images/minus_icn.webp);
}
.sidebar-page .sidebar-menu-pa .sub-menu li {
    margin: 0 0 10px;
}
.sidebar-page .sidebar-menu-pa .sub-menu {
    overflow: hidden;
    transition: max-height 0.8s ease;
}
.sidebar-page .sidebar-menu-pa .sub-menu.open {
    max-height: 900px;
    transition: max-height 0.8s ease;
    padding:10px 0 0 20px;
}
.sidebar-page section.widget.testi {
    padding: 35px 40px 40px;
    text-align: center;
    margin: 0;
    background-image: -moz-linear-gradient( 90deg, rgba(21,72,157,0.2) 0%, rgb(21,72,157) 100%);
    background-image: -webkit-linear-gradient( 270deg, rgba(21,72,157,0.2) 0%, rgba(21, 71, 157, 0.014) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(21,72,157,0.2) 0%, rgb(21,72,157) 100%);
    border: 2px solid #899dbe;
    border-right-color: transparent;
    border-bottom-color: #ffffff;
}


#page-content section.widget.testi .testi-item p {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 2.18;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
#page-content section.widget.testi .testi-item .star-rat {
    width: 148px;
    height: 28px;
    background-image: url(images/sdbr-start-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto 20px;
}
#page-content section.widget.testi .testi-item h6 {
    position: inherit;
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 30px;
    color: #001b0c;
    line-height: 1;
    letter-spacing: -0.6px;
    margin-bottom: 0px;
    bottom: inherit;
}
#page-content section.widget.testi .owl-nav {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    gap: 25px;
    margin: 30px auto 0;
    position: relative;
    max-width: max-content;
}
#page-content section.widget.testi .owl-nav button {
    width: 48px;
    height: 38px;
    font-size: 0px !important;
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: contain;
    transition: .5s;
}
#page-content section.widget.testi .owl-nav button.owl-prev {
    background-image: url(images/hm-testi-prev-arrow-img.webp);
}
#page-content section.widget.testi .owl-nav button.owl-next {
    background-image: url(images/hm-testi-nxt-arrow-img.webp);
}
#page-content section.widget.testi .owl-nav button.owl-prev:hover {
    background-image: url(images/hm-testi-prev-arrow-hvr-img.webp);
}
#page-content section.widget.testi .owl-nav button.owl-next:hover {
    background-image: url(images/hm-testi-nxt-arrow-hvr-img.webp);
}
.sidebar-page section.widget.testi h4.widget-title {
    margin: 0 0 20px;
    padding: 0;
    color: #00000d;
}
.sidebar-page section.widget.testi h4.widget-title:before{
    display: none;
}
#page-content section.widget.testi .testi-item {
    width: 100%;
    background-color: transparent;
    border:0px;
    margin: 0;
    padding: 0;
    background-image: none;
}

#page-column  section.widget.testi.hm {
    text-align: center;
    margin: 0;
    background-color: #b7b2b2;
    padding: 40px;
}
#page-column section.widget.testi.hm p {
    color: #000;
}

#page-content section.widget.testi .testi-item::after, #page-content section.widget.testi .testi-item::before{
    display: none;
}

#page-content section.widget.testi .testi-item {
    width: 100%;
}
.sidebar-page ul.splide__pagination {
    display: none;
}
.sidebar-page button.splide__arrow.splide__arrow--prev {
    left: 0;
}
.sidebar-page button.splide__arrow.splide__arrow--next{
    right: 0;
}
.sidebar-page .splide__arrows {
    position: absolute;
    bottom: 30px;
    max-width: 100px;
    display: flex ;
    justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
.sidebar-page button.splide__arrow{
    position: inherit;
}

#page-column section.widget.widget_team_member.hm {
    margin: 0 0 30px;
}

#page-column section.widget.csae-res.hm {
    background-color: #b7b2b2a1;
    padding: 30px;
}
#page-column section.widget.csae-res.hm p{
    color: #000;
}

section.widget.widget_team_member.hm {
    background-color: #fff4f4;
    color: #fff;
    padding: 30px;
}


#page-column .accordion-profile h3 {
    background-color: #fff;
    padding: 16px 50px 15px 20px;
    cursor: pointer;
    width: 100%;
    border-radius: 0px;
    font-size: 20px;
    font-family: 'Questrial';
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1;
    color: #000000;
    margin: 0;
    border: 1px solid #27293b;
    background-image: url(images/down-arrow.webp);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: right 22px top 20px;
}
#page-column .accordion-profile-content p {
    font-family: 'Questrial';
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.9;
    letter-spacing: 0;
    margin: 0 0 30px;
}

#page-column .accordion-profile .accordion-profile-content {
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 20px 20px 0;
    display: none;
}


#page-column .accordion-profile.active .accordion-profile-content {
    display: block;
}

::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
}

#page-column .accordion-profile {
    margin: 0 0 18px;
    max-height: max-content !important;
}

#page-column .accordion-profile.active h3 {
    background-color: #15489d;
    color: #ffffff;
    border-color: #15489d;
    background-image: url(images/up-arrow.webp);
}
.single-profile-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 45px 0 20px;
    border: 2px solid;
    margin: 70px 0 45px;
    background-color: #081938;
    position: relative;
    z-index: 1;
}
#page-content .single-profile-block .sp-block h2 {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 58px;
    margin: 0 0 20px;
    line-height: 1;
    letter-spacing: -1.1px;
    color: #326cce;
}
#page-content .single-profile-block .sp-block h5, .profile-address {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 20px;
}
.single-profile-image img {
    width: 100%;
    display: block;
}
#page-content .single-profile-block .profile-tel h4 {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0;
    display: inline-block;
}
#page-content .single-profile-block  .profile-tel h4 a{
    font-size: 26px !important;
    line-height: 1;
    display: block;
    margin: 5px 0 0px;
    color: #ffffff;
}
#page-content .single-profile-block  .profile-tel h4 a:hover{
    color: #899dbe;
}
#page-content .single-profile-block .profile-tel, #page-content .prf-btm-cnt-itm {
    position: relative;
    padding: 0px 0 0 75px;
    margin: 0 0 20px;
}

#page-content .profile-email a{
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff !important;
}

#page-content .profile-email a:hover {
    color: #899dbe;
}

.prf-btm-cnt-itm a:before{
    position: absolute;
    content: "";
    width: 62px;
    height: 43px;
    background-image: url(images/email-icn.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.prf-btm-cnt-itm.profile-address:before{
    position: absolute;
    content: "";
    width: 62px;
    height: 43px;
    background-image: url(images/lcnt-icn.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.prf-btm-cnt-itm.profile-lcnse:before{
    position: absolute;
    content: "";
    width: 62px;
    height: 43px;
    background-image: url(images/license-icn.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#page-column .prf-btm-cnt-itm p{
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    margin: 0;
    text-transform: initial;
}
.profile-btn a{
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff !important;
    padding: 22px 28px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #15489d;
    border: 1px solid #ffffff;
}
.profile-btn a:hover {
    background-color: #0b2043;
}
#page-content .single-profile-block .profile-tel a::before{
    position: absolute;
    content: "";
    width: 62px;
    height: 43px;
    background-image: url(images/hm-trail-phn.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    top: 0;
}
.single-profile-image {
    width: 45.5%;
    padding: 0 20px;
    margin: -70px 0 0;
}
#page-content .single-profile-block::before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #0f3885 4%, transparent 75%);
    top: 0%;
    bottom: 0;
    left: 20px;
    width: 41.7%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}
.sp-block {
    width: 47%;
}
#reviews-main{
    column-count: 2;
    gap: 40px;
}
#page-content .review-item {
    background: #ffffff;
    padding: 45px 45px 65px 45px;
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    margin-bottom: 40px;
    text-align: center;
    border: 1px solid #324f7f;
    column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: auto;
    -moz-page-break-inside: avoid;
    -webkit-page-break-inside: auto;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    float: none;
    background-color: #f8f8f9;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

#page-content .review-item::after{
    position: absolute;
    content: "";
    background-image: -webkit-linear-gradient( 90deg, rgba(21,72,157,0) 0%, rgb(21,72,157) 100%);
    width: 100%;
    height: 100%;
    opacity: 0.2;
    top: 0;
    left: 0;
    right: 0;
    display:none;
}

#page-content .review-item:hover::after{
    display: block;
}
#page-content .review-item h4 {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0;
    color: #093b91;
    text-align: left;
    margin: 0 0 25px;
}
#page-content .review-item .star-rat {
    width: 139px;
    height: 28px;
    margin: 0 0 15px;
}
#page-content .review-item p {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #27293b;
    text-align: left;
    margin: 0 0 30px;
}
.wherefromtesti-blk {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    gap: 20px;
}
.wherefromtesti {
    border-radius: 50%;
    overflow: hidden;
}
#page-content .review-item h5 {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    color: #001b0c;
    text-align: left;
    margin: 0;
}
#page-content .review-item h5 {
    position: absolute;
    bottom: 35px;
    left: 45px;
}
.page-container .full-width .case-slider .case-item{
    width: 100%;
    background-color: #000;
}
.hm-trail-sec.inn-pgcnt-btm{
    background-image: url(images/inn-btm-sec-bg-img.webp);
}
.hm-trail-sec.inn-pgcnt-btm .hm-trail-blck::before{
    background-image: -moz-linear-gradient( 90deg, rgba(21,72,157,0.2) 0%, rgb(21,72,157) 100%);
    background-image: -webkit-linear-gradient(270deg, rgb(30, 45, 70, 0.4) 0%, rgba(21, 71, 157, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(21,72,157,0.2) 0%, rgb(21,72,157) 100%);
    background-color: inherit;
}
.hm-trail-sec.inn-pgcnt-btm .hm-trail-blck .hm-trail-cnt h4, .hm-trail-sec.inn-pgcnt-btm .hm-trail-blck .hm-trail-cnt p, .hm-trail-sec.inn-pgcnt-btm .hm-trail-blck .hm-trail-phn h5{
    color: #0a1b38;
}
.hm-trail-sec.inn-pgcnt-btm .hm-trail-blck .hm-trail-phn h5{
    text-align: left;
}
.contact-page .page-container h2 {
    font-family: 'Questrial';
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1.2px;
    color: #0a1b38;
    text-align: center;
    margin: 0 0 40px;
}
.contact-page .page-container h2 strong {
    font-weight: 400;
    color: #113675;
}
.inn-cont-list {
    display: flex;
    justify-content: space-between;
    padding: 30px 120px 35px 145px;
    background-color: #0b2043;
    position: relative;
    z-index: 1;
}
.inn-cont-list:before{
    position: absolute;
    content: "";
    background: #15489d;
    width: 54.7%;
    height: 100%;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
    z-index: -1;
}
.inn-cont-itm h3 {
    font-family: 'Questrial';
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 10px;
}
.inn-cont-itm.phn h3 {
    margin: 0;
}
.cont-num a:hover {
    color: #15489d;
}
.inn-cont-itm {
    width: 37%;
    position: relative;
    padding: 0 0 0 130px;
}
.inn-cont-itm.loctn::after{
    background-image: url(images/location-img.webp.webp);

}
.inn-cont-itm p{
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
}
.inn-cont-itm .loctn{
    position: relative;
}
.inn-cont-itm::after{
    position: absolute;
    content: "";
    background-image: url(images/location-call-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 106px;
    height: 73px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.cont-num a{
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;

}
.inn-cont-map .page-container {
    width: 100%;
    max-width: 100%;
    padding: 0 3%;
}
.inn-cont-map{
    margin: -40px 0 0;
}
.inn-cont-map iframe {
    width: 100%;
    display: block;
    height: 380px;
}
.posts-list {
    width: 30.7%;
    background-color: #fff;
    margin: 0 1.3% 2.5%;
    position: relative;
    border: 1px solid #001449;
    padding: 0 0 55px;
}
.posts-list:hover {
    background-color: #15489d;
}
#post-content .posts-list:hover .posts-block h3 a,#post-content .posts-list:hover .posts-readmore a{
    color: #fff;
    transition-duration: 0s;
}
#post-content .posts-list:hover .posts-readmore a {
    text-decoration: underline;
    text-decoration-color: #adbfdd;
    text-underline-offset: 3px;
}
#post-column-full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#post-content .posts-thumbnail img {
    width: 100%;
    display: block;
}
#post-content .posts-list .posts-block {
    padding: 30px 45px 0 30px;
}
#post-content .posts-list .author-info .post-dmy {
    font-size: 18px;
    font-family: 'Instrument Sans';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
    padding: 12px 29px 13px;
    background-color: #931917;
    position: absolute;
    right: 0;
    top: 0;
}
#post-content .posts-list .posts-block h3{
    margin: 0 0 15px;
    line-height: 1;
}
#post-content .posts-list .posts-block h3 a {
    display: inline-block;
    font-size: 23px;
    font-family: 'Questrial';
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    color: #0a1d3e;
}
.posts-readmore {
    position: absolute;
    left: 30px;
    bottom: 30px;
}
#post-content .posts-list .posts-block p {
    font-family: 'Instrument Sans';
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
    letter-spacing: 0;
    margin: 0 0 15px;
    font-weight: 500;
}

#post-content .posts-list:hover p,
#post-content .posts-list:hover .author-info,
#post-content .posts-list:hover .author-info a {
    color: #fff;
}
#post-content .posts-list .author-info {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 20px;
}
#post-content .posts-list .posts-readmore a {
    font-size: 16px;
    font-family: 'Questrial';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    display: inline-block;
    color: #000000;
}
#page-column .single-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    margin: 0 0 30px;
}
#page-column .single-meta p {
    margin: 0;
}
.single-category {
    display: flex;
    align-items: center;
}
#page-column .single-author .author-by, #page-column .single-author .meta-date {
    font-size: 20px;
    font-family: 'Instrument Sans';
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
}
.single-author-box {
    padding: 15px;
    border: 1px solid #000;
    margin: 30px 0;
}
.single-author-avatar {
    width: 19%;
    margin: 0 2% 0.5% 0;
    float: left;
}
.single-author-avatar img {
    width: 100%;
    display: block;
    border-radius: 0 !important;
}
.single-author-description {
    font-size: 18px;
    font-family: 'Golos Text';
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
}

.single-pagination {
    margin: 30px 0 0;
}
.single-pagination .nav-links a {
    font-size: 18px;
    font-weight: 700;
    width: 180px;
    background-color: #15489d;
    color: #fff !important;
    padding: 21px 30px 18px;
    display: inline-block;
    text-align: center;
    font-family: 'Questrial';
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 1;
}
.single-pagination .nav-links a:hover {
    background-color: #00167b;
}
.widget{
    margin: 0;
}
.sidebar-blog.blog-sidebar-itm {
    display: block;
}
.sidebar-blog {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 0 0 40px;
}
.widget h2 {
    display: none;
}
.sidebar-blog-item {
    width:100%;
    margin: 0;
    position: relative;
}
.sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select {
    padding: 17px 70px 17px 25px;
    border-radius: 0;
    display: block;
    position: relative;
    border: 1px solid #001449;
    font-size: 20px;
    font-family: 'Questrial';
    font-weight: 400;
    color:#000000;
    line-height:130%;
    letter-spacing: 0;
    width: 100%;
    max-width: 100%;
    appearance: none;
    outline: 0;
    background-color: transparent;
}


.sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select {
    background-image: url(images/sdbar-down-arrow-img.webp) !important;
    background-position: right 0 center;
    background-size: 62px;
    background-repeat: no-repeat;
}
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit {
    position: absolute;
    right: 0px;
    top: 0;
    background-image: url(images/search-btn-img.webp) !important;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    background-size: 60px;
    background-position: right center;
    width: 61px;
    height: 100%;
    border: none;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    outline: 0;
    transform: inherit;
    border-radius: 0;
}
.sidebar-blog.blog-sidebar-itm input.search-submit {
    background-position: right 0px center;
}
.blog .sidebar-blog .sidebar-blog-item.blog_search {
    order: 3;
}
.blog .sidebar-blog .search-form {
    position: relative;
}
#post-column-full .post-pagination {
    width: 100%;
}
#post-column-full .nav-links {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0px 0;
}
#post-column-full .nav-links .page-numbers {
    width: 65px;
    height: 65px;
    margin: 0 5px;
    padding: 5px;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Questrial';
    line-height: 1;
    letter-spacing: 0;
    border: 0;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
#post-column-full .nav-links .page-numbers.current, #post-column-full .nav-links .page-numbers:hover  {
    background-color: #15489d;
    color: #fff;
}
#post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers {
    font-size: 0;
    background-image: url(images/blog-pg-prev-arw.webp);
    display: inline-block;
    background-size: contain;
    width: 46px;
    height: 25px;
    background-repeat: no-repeat;
    margin: 0 20px;
    border: none;
    padding: 0;
    background-color: transparent;
}
#post-column-full .nav-links a.prev.page-numbers:hover, #post-column-full .nav-links a.next.page-numbers:hover{
    background-image: url(images/blog-pg-prev-arw-hover.webp);
}
#post-column-full .nav-links a.next.page-numbers {
    background-image: url(images/blog-pg-next-arw.webp);
}
#post-column-full .nav-links a.next.page-numbers:hover{
    background-image: url(images/blog-pg-next-arw-hvr.webp);
}
.sidebar-blog.blog-sidebar-itm input, .sidebar-blog.blog-sidebar-itm .widget select {
    color: #ffffff !important;
}
.sidebar-blog.blog-sidebar-itm input.search-field {
    color: #00000d !important;
}

.sidebar-page .sidebar-blog button:hover {
    background-position: right 0 center ;
}

.sidebar-page .sidebar-blog.blog-sidebar-itm .widget select option {
    color: #000;
}

.sidebar-blog.blog-sidebar-itm {
    flex-direction: column;
    gap: 0;
    overflow: hidden;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm {
    background-color: #fff;
    padding: 40px 35px;
    margin: 0;
    border: 1px solid #27293b;
}
.blog-sidebar-itm .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select {
    background-color:#15489d;
}
.sidebar-blog.blog-sidebar-itm input.search-field::placeholder {
    color: #00000d;
}
.blog-sidebar-itm .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select{
    background-image: url(images/sngle-blg-down-arw-img.webp) !important;
}
.sidebar-page .sidebar-item.sidebar_archives{
    margin: 0 !important;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-blog-item.blog_search {
    width: 100%;
    margin: 0 0 30px;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {
    padding: 0;
    background-color: transparent;
    border: 0;
    text-align: left;
    margin: 0 0 17px;
    font-size:40px;
    font-family: 'Questrial';
    font-weight: 400;
    letter-spacing: -0.4px;
    line-height: 1;
    color: #00000d;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm .widget.widget_archive {
    margin: 0 !important;
}

.sidebar-page .sidebar-item.sidebar_categories, .sidebar-page .sidebar-item.sidebar_archives, .sidebar-page .sidebar-item.sidebar_search {
    background-color: transparent;
    margin: 0 0 30px;
    padding: 0;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2::before{
    display: none;
}
#page-content .areaserved-item-list {
    background-color: #15489d;
    border-radius: 30px;
    padding: 45px;
    margin-bottom: 20px;
}

#page-content .areaserved-item-list h2 {
    color: #fff;
    text-align: center;
}

#page-content .areaserved-list {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#page-content .areaserved-item {
    width: 32%;
    margin: 0px 0.6% 1%;
    padding: 0px;
}

#page-content .areaserved-item:before {
    display: none;
}

#page-content .areaserved-item a {
    font-family: 'Questrial';
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    padding: 15px 10px;
    background-color: #ffffff;
    color: #15489d;
    display: flex;
    text-align: center;
    min-height: 70px;
    justify-content: center;
    align-items: center;
}

#page-content .areaserved-item a:hover {
    background-color: #000;
    color: #ffffff;
}

#page-content #areaserved-main {
    text-align: center;
}
#page-column .practice-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 70px;
}
#page-column .practice-item {
    position: relative;
    text-align: center;
    padding: 40px 15px 50px;
    width: 29.3%;
}
.practice-item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    clip-path: polygon(3% 0%, 97% 0%, 97% 3%, 100% 3%, 100% 97%, 97% 97%, 97% 100%, 3% 100%, 3% 97%, 0% 97%, 0% 3%, 3% 3%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 3px solid rgba(16, 51, 110, 0.4);
    border-right-style: solid;
    border-left-style: solid;
    pointer-events: none;
}
#page-column .practice-item:hover{
    background-color: #15489d;
}
.practice-icon {
    display: block;
    margin: 0 0 20px;
}
.practice-name.item-hover {
    border: 0;
    padding: 0;
}
.practice-icon, .practice-icon.icon-hover {
    display: block;
    margin: 0 auto 20px;
    width: 36.55%;
}
.practice-icon img, .practice-icon.icon-hover img {
    width: 100%;
    display: block;
}
.practice-name {
    border-top: 2px solid rgba(13, 35, 74, 0.4);
    padding: 30px 0 0 0;
}
.practice-icon.icon-hover{
    display: none;
}
.practice-item:hover .practice-icon{
    display: none;
}
.practice-item:hover .practice-icon.icon-hover{
    display: block;
}
.practice-name.item-hover a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
    font-size: 0;
}
#page-column .practice-name h4{
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0;
    color: #10336e;
}
#page-column .practice-itm-img {
    margin: 0 0 15px;
}
#page-column .practice-itm-img img {
    width: 100%;
    display: block;
}
#page-column .practice-item:hover h4 {
    color: #fff;
}
.practice-button a {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
    background-color: #10336e;
    color: #fff;
    padding: 10px 25px;
    border-radius: 20px;
    border: 1px solid #0f2a5b;
    display: inline-block;
}
#page-column .practice-button a{
    color: #fff;
}
#page-column .practice-content p {
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #000;
    text-align: center;
    margin: 0 0 20px;
}
#page-column .practice-item:hover .practice-content p {
    color: #fff;
}
.related-insights-posts .posts-list {
    width: 100%;
    padding: 0 0 25px;
}
.related-insights-posts .posts-thumbnail {
    margin-bottom: 16px;
}
.related-insights-posts .posts-thumbnail img{
    width: 100%;
    display: block;
    height: 235px;
    object-fit:cover;
    object-position: center;
}
.related-insights-posts {
    display: flex;
}
.related-insights-posts .posts-block {
    padding: 0 15px;
}
.widget.widget_fact_checked p {
    margin-bottom: 0px;
}
.widget.widget_fact_checked p.mod_date span {
    margin-left: 10px;
}
.widget.widget_fact_checked p.widget-names {
    margin-left: 10px;
}
.widget.widget_fact_checked p.widget-names a {
    text-decoration: underline !important;
}

.widget.widget_team_bios .member_bios {
    padding: 20px 20px 0;
    text-align: center;
    margin-bottom:0px;
    color: #000;
}
.widget.widget_team_bios .member_bios .bio_pic {
    margin-bottom: 15px;
}
.widget.widget_team_bios .member_bios .bio_name p a{
    font-size: 20px;
    text-decoration: underline;
    font-weight: bold;
}
section.widget.csae-res {
    background-color: #931917;
    padding: 20px 28px 30px;
    margin-bottom: 20px;
    text-align: center;
}
section.widget.csae-res .sdbr-case-item h4 {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 20px;
    color: #ffff;
}
section.widget.csae-res .sdbr-case-item p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #fff;
}

section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav,
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav,
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav,
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav,
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav ,section.widget .hm-insights.owl-carousel  .owl-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 20px 0 0;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button,
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button,
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button,
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button,
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button ,  section.widget .hm-insights.owl-carousel  .owl-nav button{
    width: 17px;
    height: 29px;
    background-color:transparent;
    font-size: 0;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev,
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-prev,
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-prev,
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-prev,
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-prev, section.widget .hm-insights.owl-carousel  .owl-nav button.owl-prev {
    background-image: url(images/sdbr-prev-arw.webp);
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next,
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-next,
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-next,
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-next,
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-next, section.widget .hm-insights.owl-carousel .owl-nav button.owl-next {
    background-image: url(images/sdbr-next-arw.webp);
}
section.widget.widget_recent_entries {
    background-color: #b7b2b2;
    padding: 20px;
    margin-bottom: 20px;
}
section.widget.widget_recent_entries ul li:before{
    display: none;
}
#page-column section.widget.widget_recent_entries ul li .readMorebtn a.cmbtn:hover{
    color: #fff;
}
.readMorebtn a{
    display: inline-block;
    padding: 16px 50px;
    background-color: #000;
    color: #fff;
    line-height: 1;
    text-transform: capitalize;
}
.widget_recent_entries ul li{
    margin-bottom: 10px;
}

section.widget.widget_team_bios{
    background-color: #fff4f4;
    padding:20px 20px 30px;
    margin-bottom: 20px;
    text-align: center;
}
#page-column section.widget.csae-res,
#page-column section.widget.widget_team_bios,
#page-column  section.widget.testi,
#page-column section.widget.widget_recent_entries {
    margin: 35px 0;
}
#page-column section.widget.widget_recent_entries {
    padding-bottom: 30px;
}
#page-column section.widget.widget_recent_entries h4.widget-title {
    text-align: center;
}
#page-column section.widget.widget_recent_entries ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0;
}
#page-column section.widget.widget_recent_entries ul li {
    width: 100%;
    position: relative;
    background-color: #ffffff80;
    padding: 18px 15px 58px;
    margin: 0;
}
.hm-insights.owl-carousel .owl-item,  .hm-insights.owl-carousel .owl-stage{
    display: flex;
}
#page-column section.widget.widget_recent_entries.hm {
    background-color: transparent;
    padding: 0;
}
#page-column section.widget.widget_recent_entries.hm  h4.widget-title{
    text-align: left;
}
#page-column section.widget.widget_recent_entries.hm ul li {
    background-color: #000;
}
#page-column section.widget.widget_recent_entries ul li a {
    font-size: 22px;
    margin: 0 0 15px;
    display: inline-block;
    line-height: 1.1;
}
#page-column section.widget.widget_recent_entries ul li p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 15px;
    color: #fff;
}
#page-column section.widget.widget_recent_entries ul li .readMorebtn {
    position: absolute;
    bottom: 18px;
}
#page-column section.widget.widget_recent_entries ul li .readMorebtn a.cmbtn {
    margin: 0;
    font-size: 15px;
    padding: 14px 20px 12px;
    line-height: 1;
}
.testi-cta-title, .caseresult-cta-title, .team-cta-title, .posts-cta-title{
    font-family: 'DM Serif Display';
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 25px;
    color: #050505;
    font-size: 45px;
    display: block;
    text-align: left;
}
.cta-btn {
    text-align: center;
    margin-top: 20px;
}
.cta-btn a.cmn-btn{
    color: #fff !important;
}

.testimonial-cta-block{
    width: 100%;
    margin-bottom: 30px;
}
.testimonial-cta-block .testi-slider.owl-carousel {
    display: block;
    margin: 0 0 30px;
}
#page-column .testimonial-cta-block .testi-content p {
    color: #931917;
}
.testimonial-cta-block .cta-btn {
    text-align: center;
}
#page-column .testimonial-cta-block .cta-btn a{
    color: #fff;
}
.testimonial-cta-block h2.cta-title {
    text-align: center;
}
.testimonial-cta-block .testi-item {
    text-align: left;
    padding: 35px;
}
.where-from-review-logo {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
.star-rating-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
#page-column .testimonial-cta-block .testi-slider.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 20px 0 0;
}
#page-column .testimonial-cta-block .testi-slider.owl-carousel .owl-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #931917;
}
#page-column .testimonial-cta-block .testi-slider.owl-carousel .owl-dots button.active {
    background: #000;
}
#page-column .case-results-cta {
    margin-bottom: 30px;
}
#page-column .case-results-cta .case-slider.owl-carousel {
    display: block;
}
.page-container .full-width .case-results-cta .case-item,#page-column .case-results-cta .case-item {
    background-color: transparent ;
    width: 100%;
    text-align: center;
    margin: 0px ;
    border: 1px solid #b7b2b263;
    border-radius: 0px ;
    padding: 4px 4px 30px;
}
.page-container .full-width .case-results-cta .case-item h4,#page-column  .case-results-cta .case-item h4, .page-container .full-width .case-results-cta .case-item p,#page-column  .case-results-cta .case-item p{
    color: #202020;
}
#page-column .case-results-cta .cta-btn {
    text-align: center;
}
.page-container .full-width .case-results-cta .cta-btn a, #page-column .case-results-cta .cta-btn a{
    background: #202020 !important;
}
.page-container .full-width .case-results-cta .case-item h4,#page-column .case-results-cta .case-item h4 {
    background-color: #202020;
    color: #fff;
    padding: 13px 10px 35px;
    position: relative;
    margin: 0 0 20px;
}
#page-column .case-results-cta .case-item h4:before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 30%;
    height: 2px;
    bottom: 18px;
    left: 0;
    right: 0;
    margin: auto;
}
#page-column .case-results-cta .case-slider {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.page-container .full-width .case-slider .case-item{
    width: 48%;
}
.full-width section.case-results-cta {
    margin: 30px 0;
}

.page-container .full-width  h2.cta-title{
    font-size: 40px;
    text-align: center;
}
.page-container .full-width .case-slider {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}


#page-column .case-results-cta {
    text-align: center;
}
#page-column .case-results-cta .case-item p {
    margin: 0px;
}
#page-column .widget.widget_related_insights h4 {
    text-align: left;
    padding: 0px;
}
#page-column .widget.widget_related_insights ul li:before{
    top: 21px;
}
#page-column .testimonial-cta-block .star-rating {
    width: 130px;
}

#page-column section.widget.widget_team_member {
    margin: 0 0 30px;
}
#page-column section.widget.widget_team_member h4.widget-title {
    text-align: center;
}
#page-column section.widget.widget_team_member .team-inner-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}
#page-column section.widget.widget_team_member .team_member_item {
    width: 30%;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #9319177d;
}
#page-column section.widget.widget_team_member .team_member_pic {
    margin: 0 auto 20px;
    width: 80%;
}
#page-column section.widget.widget_team_member .team_member_tags {
    display: none;
}
#page-column section.widget.widget_team_member .team_member_pic img {
    width: 100%;
    display: block;
}
#page-column section.widget.widget_team_member .team_member_name p {
    margin: 0 0 15px;
    text-transform: uppercase;
}
#page-column section.widget.widget_team_member .team_member_summary p {
    margin: 0;
    text-transform: capitalize;
}
#page-column .widget.widget_related_insights h4 {
    text-align: left;
    padding: 0px;
}
#page-column .widget.widget_related_insights ul li:before{
    top: 21px;
}
.widget-description {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin: 0;
}

.widget-description.active {
    max-height: 500px;
    margin-top: 10px;
}
.widget-names {
    cursor: pointer;
    font-weight: bold;
}
.fact-checked-sec {
    background-color: #f7f7f9;
    padding: 30px 0px;
}
.checked_by{
    font-size: 20px;
    line-height: 1.2;
}
p.mod_date {
    font-size: 20px;
    width: 29%;
    display: flex;
    justify-content: flex-end;
}
.checked-left {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.widget.widget_fact_checked  a {
    color: #bf2724;
}
.checked-left p.widget-names::before{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../images/drop-down-arrow.webp);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}
.checked-left p.widget-names.nameactive::before{
    transform: rotate(180deg);
}
.checked-right {
    width: 100%;
}
.widget.widget_fact_checked .fact_checked_inner {
    display: flex;
    justify-content: space-between;
    min-height: 45px;
    align-items: flex-start;
}
.widget.widget_fact_checked .fact_checked_inner .checked_by {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
}
@media screen and (max-width:1900px) {

}

@media screen and (max-width:1800px) {
    .site-header .container, .hm-practice-areas .container, .ftr-block-sec .container{
        max-width: 1600px;
    }
    .ftr-itm h5 a {
        font-size: 35px;
    }
    .ftr-itm p {
        font-size: 17px;
    }
    .hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {
        font-size: 16px;
    }
}

@media screen and (max-width:1700px) {
    .container {
        max-width: 1400px;
    }
    .site-header .container, .hm-practice-areas .container, .ftr-block-sec .container{
        max-width: 1500px;
    }

    .text-heading {
        font-size: 70px;
        letter-spacing: -1.5px;
        margin: 0px 0 37px;
    }
    a.cmn-btn {
        font-size: 19px;
        padding: 20px 25px;
    }
    .text-heading strong::after {
        height: 30px;
    }
    .hm-local-blck .text-heading small::after{
        height: 30px;
    }
    #main-navigation ul li {
        margin: 0 47px;
    }
    #main-navigation ul li a {
        font-size: 21px;
    }
    .hm-bann-lft h1 {
        font-size: 103px;
        letter-spacing: -2.06px;
    }
    .hm-bann-lft h1 small {
        font-size: 42px;
        letter-spacing: -0.92px;
    }
    .hm-bann-lft p {
        margin: 0 0 52px;
        font-size: 19px;
    }
    .hm-defense-sec {
        padding: 85px 0px 140px;
    }
    .hm-defense-sec .text-heading {
        margin-bottom: 55px;
    }
    .defense-rit p {
        font-size: 20px;
        margin-bottom: 33px;
    }
    .defense-list {
        gap: 54px;
    }
    .hm-pract-core-service-sec {
        padding: 120px 0 410px;
    }
    .hm-practice-areas h2.text-heading {
        margin-bottom: 26px;
    }
    .hm-practice-areas-heading p {
        font-size: 31px;
        letter-spacing: 0.56px;
    }
    .hm-practice-areas-heading {
        margin-bottom: 72px;
    }
    .hm-pract-list {
        margin-bottom: 65px;
    }
    .hm-pract-itm:first-child, .hm-pract-itm:nth-child(4) {
        margin-top: -175px;
    }
    .hm-pract-itm {
        padding: 38px 16px 42px;
    }
    .hm-pract-image {
        margin-bottom: 37px;
        padding-bottom: 27px;
    }
    .hm-pract-name h4 {
        font-size: 31px;
    }
    .hm-pract-cnt p {
        margin-bottom: 27px;
    }

    .hm-core-services-sec {
        padding: 80px 0 0;
    }
    .hm-core-services-sec h5 {
        font-size: 31px;
        letter-spacing: 4.52px;
        margin: 0 0 23px;
    }

    #footer-navigation ul {
        margin: 0 0 65px;
        padding: 23px 0;
    }
    .ftr-itm {
        padding: 0 0 0 125px;
        width: 42.1%;
    }
    .ftr-itm h4 {
        font-size: 38px;
        margin: 0 0 13px;
    }
    .ftr-itm::before {
        left: -4px;
        top: -4px;
        transform: scale(0.9);
    }
    .ftr-itm h5 a {
        font-size: 34px;
    }
    .ftr-add-blck {
        gap: 32px 58px;
    }
    .ftr-content p {
        line-height: 1.9;
    }
    .ftr-content {
        padding-bottom: 22px;
        margin: 0px 0 18px;
    }
    .cpy-inr p, .cpy-inr p a {
        font-size: 21px;
    }
    .ftr-rgt {
        padding: 42px 42px 0;
    }
    .hm-form-sec h2 {
        font-size: 59px;
        letter-spacing: -1.14px;
        margin: 0 0 18px;
    }
    .hm-form-sec {
        padding: 55px 30px 0;
    }
    .hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {
        padding: 20px 18px !important;
    }
    .hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {
        font-size: 17px;
    }
    .hm-form .gform_wrapper .top_label input[type="submit"] {
        font-size: 19px !important;
        padding: 20px 44px !important;
    }
    .ftr-rgt::before {
        height: calc(100% + 13px);
    }
    .popup .popuptext {
        width: 477px;
    }
    .hm-form .gform_wrapper .gform_footer.top_label {
        margin: 70px auto -30px;
    }
    .hm-form-sec::before {
        height: 96.4%;
    }
    .hm-trail-cnt h2 {
        font-size: 104px;
    }
    .hm-trail-cnt h2 small {
        font-size: 72px;
    }

}
@media screen and (max-width:1600px) {
    .site-header .container, .hm-practice-areas .container, .ftr-block-sec .container{
        max-width: 1400px;
    }
    .container {
        max-width: 1300px;
    }
    .hm-core-services-sec .container, .hm-testimonials .container, .accordion-section .container{
        max-width:1200px
    }
    a.cmn-btn {
        font-size: 19px;
        padding: 20px 24px;
    }
    .text-heading {
        font-size: 60px;
        letter-spacing: -1.4px;
        margin: 0 0 34px;
    }
    .text-heading strong::after {
        height: 24px;
    }
    .hm-local-blck .text-heading small::after{
        height: 24px;
    }
    #main-navigation ul li a {
        font-size: 20px;
    }
    #main-navigation ul li {
        margin: 0 42px;
    }
    .header-number a {
        font-size: 34px;
    }
    .header-number strong {
        letter-spacing: 0.82px;
    }
    .hm-bann-sec {
        padding: 220px 0 0;
    }
    .hm-bann-lft {
        padding: 70px 0 0;
    }
    .hm-bann-lft h1 {
        font-size: 97px;
        letter-spacing: -1.76px;
    }
    .hm-bann-rgt {
        margin: 0 0 0 -45px;
    }
    .hm-bann-btm-sec {
        padding: 70px 0px;
    }
    .bnr-btm-item {
        padding: 45px 20px 43px;
    }
    .bnr-btm-img {
        margin: 0 auto 18px;
    }
    .bnr-btm-item h5 {
        font-size: 30px;
    }
    .hm-defense-sec {
        padding: 80px 0px 128px;
    }
    .hm-defense-sec .text-heading {
        margin-bottom: 50px;
    }
    .defense-rit p {
        font-size: 20px;
        margin-bottom: 22px;
        line-height: 1.77;
    }
    .defense-rit {
        padding: 0px;
        width: 43.2%;
    }
    .defense-lft-popup {
        bottom: -50px;
    }
    .defense-list {
        gap: 50px;
    }
    .hm-pract-core-service-sec {
        padding: 105px 0 385px;
    }
    .hm-practice-areas h2.text-heading {
        margin-bottom: 24px;
    }
    .hm-practice-areas-heading p {
        font-size: 28px;
        letter-spacing: 0.46px;
    }
    .hm-practice-areas-heading {
        margin-bottom: 65px;
    }
    .hm-pract-list {
        margin-bottom: 60px;
    }
    .hm-pract-itm {
        padding: 35px 16px 40px;
    }
    .hm-pract-itm:first-child, .hm-pract-itm:nth-child(4) {
        margin-top: -155px;
    }
    .hm-pract-image {
        margin-bottom: 34px;
        padding-bottom: 25px;
    }
    .hm-pract-img img, .hm-pract-hvr-img img{
        transform: scale(0.95);
    }
    .hm-pract-name h4 {
        font-size: 28px;
        margin-bottom: 18px;
    }
    .hm-pract-cnt p {
        margin-bottom: 25px;
        font-size: 19px;
    }
    .hm-pract-btn a {
        padding: 10px 29px;
        border-radius: 46px;
    }

    .hm-core-services-sec {
        padding: 70px 0 0;
    }
    .hm-core-services-sec h5 {
        font-size: 29px;
        letter-spacing: 4.32px;
        margin: 0 0 21px;
    }
    .hm-core-services-sec p {
        line-height: 1.95;
    }
    .hm-attorney-sec {
        padding: 75px 0 0;
    }
    .attorney-rit {
        padding: 50px 0 70px 170px;
    }
    .attorney-rit h6 {
        font-size: 24px;
        letter-spacing: 4.2px;
        margin-bottom: 18px;
    }
    .attorney-rit h2 {
        font-size: 87px;
    }
    .attorney-rit h5 {
        font-size: 44px;
        margin-bottom: 32px;
    }
    .attorney-rit p {
        font-size: 19px;
        margin-bottom: 26px;
        padding: 0;
    }
    .attorney-rit-btn {
        margin: 45px 0 0;
    }
    .attorney-lft {
        padding-top: 0;
    }

    .hm-awards-sec {
        padding: 80px 0 100px;
    }
    .hm-awards-sec h2.text-heading {
        margin-bottom: 65px;
        font-size: 60px;
    }
    .hm-awards-itm {
        padding: 18px;
    }
    .hm-awards-itm.middle-award {
        margin: -19px 0;
    }

    .hm-crmnl-sec {
        padding: 115px 0;
    }
    .hm-crmnl-blck h5 {
        font-size: 28px;
        letter-spacing: -0.5px;
    }
    .hm-crmnl-blck p, .criminal-lst-cnt p {
        margin: 0 0 26px;
    }
    .hm-crmnl-blck {
        margin: 0 auto 60px;
    }
    .hm-crmnl-lst {
        gap: 30px;
        margin: 0 0 25px;
    }
    .hm-crmnl-itm::after {
        letter-spacing: -2.3px;
        left: 52px;
        top: 56px;
    }
    .hm-crmnl-itm h4 {
        font-size: 28px;
        margin: 0 0 18px;
    }
    .hm-crmnl-itm p {
        font-size: 18px;
    }

    .hm-trail-blck {
        padding: 90px 46px 120px;
    }
    .hm-trail-cnt {
        padding: 50px 65px 0;
    }
    .hm-trail-cnt h4 {
        font-size: 20px;
        letter-spacing: 1.88px;
        margin-bottom: 28px;
    }
    .hm-trail-cnt h2 {
        font-size: 100px;
        letter-spacing: -4.06px;
    }
    .hm-trail-cnt h2 small {
        font-size: 68px;
        letter-spacing: -2.78px;
    }
    .hm-trail-cnt p {
        margin: 0 0 65px;
    }
    .hm-trail-phn h5 a {
        font-size: 33px;
    }
    .hm-trail-phn h5 a::before {
        transform: scale(0.95);
    }
    .hm-trail-lst {
        gap: 22px;
    }

    .hm-local-blck h5 {
        font-size: 28px;
        letter-spacing: 1.6px;
        margin: 0 0 40px;
    }
    .hm-local-blck .text-heading {
        margin: 0 0 32px;
    }
    .hm-local-blck p {
        margin: 0 0 35px;
    }


    .ftr-logo {
        margin: 0 auto 22px;
    }
    .ftr-itm {
        padding: 0 0 0 100px;
    }
    .ftr-itm h4 {
        font-size: 35px;
        margin: 0 0 11px;
    }
    .ftr-itm::before {
        left: -10px;
        top: -7px;
        transform: scale(0.8);
    }
    .ftr-add-blck {
        gap: 28px 54px;
    }
    #footer-navigation ul {
        margin: 0 0 58px;
        padding: 20px 0;
    }
    .ftr-content p {
        line-height: 1.85;
    }
    .cpy-inr p, .cpy-inr p a {
        font-size: 20px;
    }
    #footer-navigation ul li a {
        font-size: 21px;
    }
    .ftr-rgt {
        padding: 38px 35px  0;
    }
    .hm-form-sec h2 {
        font-size: 55px;
        letter-spacing: -1.04px;
        margin: 0 0 16px;
    }
    .hm-form-sec p {
        margin: 0 0 26px;
    }
    .hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {
        padding: 18px 16px !important;
    }
    .hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {
        font-size: 16px;
    }
    .hm-form .gform_wrapper .top_label input[type="submit"] {
        font-size: 18px !important;
        padding: 20px 40px !important;
    }
    .popup .popuptext {
        width: 449px;
    }
    .hm-form-sec {
        padding: 50px 26px 0;
    }
    .hm-form .gform_wrapper .gform_footer.top_label {
        margin: 60px auto -25px;
    }
    .hm-form-sec::before {
        height: 97%;
    }
    .hm-trail-cnt::before {
        width: calc(100% + 30px);
        left: -20px;
    }
    #main-heading h1 {
        font-size: 55px;
        margin: 0 0 10px;
    }
    #post-content, #page-content {
        padding: 90px 0;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 43px;
    }
    #page-column .inn-cmn-riteblk h2 strong {
        font-size: 70px;
        letter-spacing: 3.6px;
    }
    .sidebar-page .sidebar-item h2, h4.widget-title {
        padding: 0 0 22px;
        font-size: 44px;
        margin: 0 0 10px;
    }
    #page-content .review-item .star-rat {
        width: 125px;
        height: 26px;
        margin: 0 0 15px;
    }
    #page-content .review-item h4 {
        font-size: 26px;
        margin: 0 0 25px;
    }
    #page-content .review-item p {
        font-size: 17px;
        line-height: 1.8;
        margin: 0 0 30px;
    }
    #page-content .review-item h5 {
        font-size: 27px;
    }
    .contact-page .page-container h2 {
        font-size: 50px;
        letter-spacing: -1.2px;
        margin: 0 0 35px;
    }
    #page-content .profile-email a{
        font-size: 18px;
    }
    #page-column .prf-btm-cnt-itm p {
        font-size: 16px;
    }

}
@media screen and (max-width:1440px) {
    .container, .site-header .container, .hm-practice-areas .container, .ftr-block-sec .container{
        max-width: 1200px;
    }
    .hm-core-services-sec .container, .hm-testimonials .container, .accordion-section .container{
        max-width:1100px
    }
    .text-heading {
        font-size: 52px;
        letter-spacing: -1.2px;
        margin: 0 0 31px;
    }
    a.cmn-btn {
        font-size: 18px;
        padding: 18px 22px;
    }
    .text-heading strong::after {
        height: 21px;
    }
    .hm-local-blck .text-heading small::after{
        height: 21px;
    }
    .hdr-mn-blck {
        gap: 52px;
    }
    #main-navigation ul li {
        margin: 0 32px;
    }
    #main-navigation ul li a {
        font-size: 19px;
    }
    .header-number strong {
        letter-spacing: 0.62px;
    }
    .header-number a {
        font-size: 32px;
    }
    .hm-bann-sec {
        padding: 180px 0 0;
    }
    .hm-bann-lft {
        padding: 60px 0 0;
    }
    .hm-bann-lft h1 {
        font-size: 88px;
        letter-spacing: -1.36px;
    }
    .hm-bann-lft h1 small {
        font-size: 39px;
        letter-spacing: -0.72px;
    }
    .hm-bann-lft p {
        margin: 0 0 42px;
        font-size: 18px;
    }
    .hm-bann-rgt {
        margin: 0 0 0 -40px;
    }
    .hm-bann-btm-sec {
        padding: 65px 0px;
    }
    .bnr-btm-item {
        padding: 42px 20px 40px;
    }
    .bnr-btm-img {
        margin: 0 auto 16px;
    }
    .bnr-btm-item h5 {
        font-size: 27px;
    }
    .hm-defense-sec {
        padding: 70px 0px 115px;
    }
    .defense-list {
        gap: 45px;
    }
    .hm-defense-sec .text-heading {
        margin-bottom: 45px;
    }
    .defense-rit p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .hm-pract-core-service-sec {
        padding: 90px 0 365px;
    }
    .hm-practice-areas h2.text-heading {
        margin-bottom: 21px;
    }
    .hm-practice-areas-heading p {
        font-size: 26px;
        letter-spacing: 0.36px;
    }
    .hm-practice-areas-heading {
        margin-bottom: 50px;
    }
    .hm-pract-itm:first-child, .hm-pract-itm:nth-child(4) {
        margin-top: -130px;
    }
    .hm-pract-image {
        margin-bottom: 31px;
        padding-bottom: 22px;
    }
    .hm-pract-img img, .hm-pract-hvr-img img {
        transform: scale(0.85);
    }
    .hm-pract-itm {
        padding: 32px 16px 36px;
    }
    .hm-pract-name h4 {
        font-size: 26px;
        margin-bottom: 16px;
    }
    .hm-pract-cnt p {
        margin-bottom: 21px;
        font-size: 18px;
    }
    .hm-pract-btn a {
        padding: 10px 26px;
        border-radius: 42px;
    }
    .hm-pract-list {
        margin-bottom: 50px;
    }
    .hm-pract-itm:nth-child(2)::after, .hm-pract-itm:nth-child(3)::after{
        height: 95px;
        bottom: 15px;
    }

    .hm-core-services-sec {
        padding: 65px 0 0;
    }
    .hm-core-services-sec h5 {
        font-size: 26px;
        letter-spacing: 4.22px;
        margin: 0 0 19px;
    }
    .hm-core-services-sec p {
        line-height: 1.90;
    }

    .hm-attorney-sec{
        padding: 65px 0 0;
    }
    .attorney-rit {
        padding: 45px 0 60px 145px;
    }
    .attorney-rit h6 {
        font-size: 22px;
        letter-spacing: 4px;
        margin-bottom: 16px;
    }
    .attorney-rit h2 {
        font-size: 77px;
    }
    .attorney-rit h5 {
        font-size: 40px;
        margin-bottom: 28px;
    }
    .attorney-rit p {
        font-size: 18px;
        margin-bottom: 24px;
    }
    .attorney-rit-btn {
        margin: 38px 0 0;
    }

    .hm-awards-sec {
        padding: 70px 0 80px;
    }
    .hm-awards-sec h2.text-heading {
        margin-bottom: 55px;
        font-size: 56px;
    }
    .hm-awards-itm {
        padding: 15px;
    }
    .hm-awards-itm.middle-award {
        margin: -17px 0;
    }


    .hm-testimonials::before {
        width: 98%;
    }
    .hm-testimonials h5 {
        font-size: 25px;
        letter-spacing: 5.02px;
        margin: 0 0 30px;
    }
    .hm-testimonials .text-heading {
        margin: 0 0 60px;
    }
    .testi-item {
        padding: 36px 0 80px 65px;
    }
    .testi-item h4 {
        font-size: 27px;
        margin: 0 0 30px;
    }
    .testi-item p {
        font-size: 19px;
        line-height: 1.7;
        margin: 0 0 22px;
    }
    .testi-item h3 {
        font-size: 37px;
    }
    .hm-testi-btm {
        left: 65px;
    }
    .hm-testi-list.owl-carousel .owl-nav {
        gap: 40px;
        margin: -40px 0px 0 auto;
    }
    .hm-testi-list.owl-carousel {
        margin: 0 0 46px;
    }

    .hm-crmnl-sec {
        padding: 95px 0;
    }
    .hm-crmnl-blck h5 {
        font-size: 26px;
        letter-spacing: -0.4px;
    }
    .hm-crmnl-blck p, .criminal-lst-cnt p {
        margin: 0px 0 24px;
        line-height: 1.75;
        font-size: 17px;
    }
    .hm-crmnl-blck {
        margin: 0 auto 50px;
        width: 82%;
    }
    .hm-crmnl-itm {
        padding: 30px 30px 35px 30px;
    }
    .hm-crmnl-itm::after {
        font-size: 41px;
        letter-spacing: -2px;
        left: 34px;
        top: 43px;
    }
    .hm-crmnl-itm-img {
        width: 55px;
    }
    .hm-crmnl-itm h4 {
        font-size: 25px;
        margin: 0 0 15px;
    }
    .hm-crmnl-itm p {
        font-size: 17px;
    }

    .hm-trail-blck {
        padding: 80px 42px 100px;
    }
    .hm-trail-cnt {
        padding: 47px 52px 0;
    }
    .hm-trail-cnt h2 {
        font-size: 95px;
        letter-spacing: -3.96px;
    }
    .hm-trail-cnt h2 small {
        font-size: 65px;
        letter-spacing: -2.58px;
    }
    .hm-trail-cnt p {
        margin: 0 0 58px;
        font-size: 19px;
    }
    .hm-trail-phn {
        padding: 0 0 0 88px;
    }
    .hm-trail-phn h5 a {
        font-size: 30px;
        margin-top: 8px;
    }
    .hm-trail-phn h5 a::before {
        transform: scale(0.9);
    }
    .hm-trail-cnt h4 {
        font-size: 19px;
        letter-spacing: 1.68px;
        margin-bottom: 15px;
    }

    .hm-local-sec {
        padding: 85px 0 40px;
    }
    .hm-local-blck h5 {
        font-size: 26px;
        letter-spacing: 1.4px;
        margin: 0 0 35px;
    }
    .hm-local-blck .text-heading {
        margin: 0 0 29px;
    }
    .hm-local-blck p {
        margin: 0 0 30px;
    }
    .hm-local-blck p br {
        display: none;
    }

    .accordion-section {
        padding: 90px 0;
    }
    .accordion-item {
        margin: 0 0 23px;
    }
    .accordion-item h3 {
        padding: 28px 80px 28px 46px;
        font-size: 27px;
        background-position: right 28px center;
        background-size: 42px;
    }
    .accordion-item.active p {
        padding: 32px 46px 47px;
    }
    .accordion {
        margin: 0 0 46px;
    }

    .ftr-block-sec {
        padding: 50px 0 70px;
    }
    #footer-navigation ul {
        margin: 0 0 52px;
        padding: 18px 0;
    }
    #footer-navigation ul li a {
        font-size: 20px;
    }
    #footer-navigation ul li {
        margin: 0 22px;
    }
    .ftr-itm h4 {
        font-size: 32px;
    }
    .ftr-itm h5 a {
        font-size: 30px;
    }
    .ftr-itm::before {
        left: -10px;
        top: -7px;
        transform: scale(0.77);
    }
    .ftr-itm p {
        line-height: 1.4;
        font-size: 15px;
    }
    .ftr-add-blck {
        gap: 25px 48px;
    }
    .cpy-inr p, .cpy-inr p a {
        font-size: 19px;
    }
    .hm-form-sec h2 {
        font-size: 50px;
        letter-spacing: -0.94px;
        margin: 0 0 14px;
    }
    .hm-form-sec p {
        margin: 0 0 23px;
    }
    .hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {
        padding: 16px 15px !important;
        line-height: 1 !important;
    }
    .hm-form .gform_wrapper .top_label input[type="submit"] {
        padding: 20px 37px !important;
    }
    .popup .popuptext {
        width: 424px;
    }
    .ftr-rgt {
        padding: 33px 16px  0;
    }
    .hm-form-sec {
        padding: 45px 20px 0;
    }
    .hm-form .gform_fields {
        gap: 10px !important;
    }
    .hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {
        font-size: 15px;
    }
    .hm-trail-cnt::before {
        left: -29px;
    }
    .page-container, .post-container {
        max-width: 1200px;
    }

    #page-column .case-results-cta .case-item h4 {
        font-size: 33px;
    }
    #page-column .case-results-cta .case-item p {
        font-size: 22px;
    }
    #page-column section.widget.widget_team_member .team_member_name p {
        font-size: 24px;
    }
    #page-column .widget.widget_related_insights ul li {
        font-size: 23px;
    }
    #page-column .widget.widget_related_insights ul li:before {
        top: 18px;
    }
    p.mod_date {
        font-size: 18px;
    }
    .widget-description.active {
        font-size: 18px;
    }

    #main-heading h1 {
        font-size: 50px;
        margin: 0 0 7px;
    }
    #main-heading .inrpg-breadcrumbs {
        font-size: 19px;
        letter-spacing: 0.4px;
    }
    #post-content, #page-content {
        padding: 80px 0;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 40px;
    }
    #page-column h3 {
        font-size: 38px;
    }
    #page-column p, #page-column li {
        font-size: 19px;
        line-height: 1.95;
        margin: 0 0 25px 0;
    }
    #page-column .inn-cmn-lftblk h2 {
        font-size: 36px;
        line-height: 1.25;
        margin: 0 0 27px;
    }
    #page-column .inn-cmn-lftblk h2 strong {
        font-size: 41px;
    }
    #page-column .inn-cmn-riteblk h2 {
        font-size: 37px;
        padding: 0 0 5px;
        margin: 0 auto 20px;
    }
    #page-column .inn-cmn-riteblk h2 strong {
        font-size: 60px;
        letter-spacing: 3px;
    }
    .scnd-cta-btns {
        gap: 20px;
    }
    #page-column .scnd-cta-btns .cnslt-call h5 a::before {
        width: 75px;
        height: 54px;
    }
    #page-column .scnd-cta-btns .cnslt-call h5 a {
        font-size: 33px;
        margin: 5px 0 0;
    }
    .inn-team-blck {
        margin: 30px 0;
        gap: 18px;
    }
    .inn-team-itm {
        padding: 26px 37px 0;
    }
    .inn-team-cnt {
        bottom: 25px;
    }
    #page-column .inn-team-cnt h3 {
        font-size: 43px;
        letter-spacing: -0.96px;
    }
    #page-column ul li:before {
        width: 9px;
        height: 9px;
        top: 12px;
    }
    .sidebar-page .sidebar-item {
        margin: 0 0 40px;
        padding: 30px 12px 20px;
    }
    .sidebar-page .sidebar-item h2, h4.widget-title {
        padding: 0 0 17px;
        font-size: 40px;
        margin: 0 0 10px;
    }
    .sidebar-page .sidebar-menu-pa ul li a {
        font-size: 20px;
        padding: 14px 44px 14px 35px;
    }
    .sidebar-page .sidebar-menu-pa ul li a::before {
        width: 7px;
        height: 7px;
        top: 22px;
        left: 18px;
    }
    .sidebar-page section.widget.testi {
        padding: 35px 30px 35px;
    }
    #page-content section.widget.testi .testi-item .star-rat {
        width: 130px;
        height: 25px;
        margin: 0 auto 20px;
    }
    #page-content section.widget.testi .testi-item h6 {
        font-size: 27px;
        letter-spacing: -0.6px;
    }
    #page-content section.widget.testi .owl-nav button {
        width: 43px;
        height: 35px;
    }

    #page-content .review-item {
        padding: 40px 40px 60px 40px;
        margin-bottom: 35px;
    }
    #reviews-main {
        column-count: 2;
        gap: 35px;
    }
    #page-content .review-item h4 {
        font-size: 23px;
        margin: 0 0 22px;
    }
    #page-content .review-item p {
        font-size: 16px;
        line-height: 1.7;
        margin: 0 0 25px;
    }
    #page-content .review-item h5 {
        font-size: 24px;
    }

    #page-column .practice-list {
        gap: 50px;
    }
    .practice-name {
        padding: 25px 0 0 0;
    }
    #page-column .practice-name h4 {
        font-size: 30px;
    }
    #page-column .practice-content p {
        font-size: 16px;
        line-height: 1.4;
        margin: 0 0 20px;
    }

    .contact-page .page-container h2 {
        font-size: 40px;
        letter-spacing: -1px;
        margin: 0 0 30px;
    }
    .inn-cont-map .page-container {
        padding: 0 1%;
    }
    .inn-cont-itm h3 {
        font-size: 35px;
        margin: 0 0 10px;
    }
    .inn-cont-itm::after {
        width: 90px;
        height: 63px;
    }
    .inn-cont-itm {
        width: 37%;
        padding: 0 0 0 120px;
    }
    .inn-cont-itm p {
        font-size: 18px;
        line-height: 1.3;
    }
    .cont-num a {
        font-size: 32px;
    }
    .inn-cont-map iframe {
        height: 340px;
    }

    .sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select {
        padding: 13px 70px 13px 25px;
        font-size: 18px;
    }
    .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select {
        background-size: 55px;
    }
    .sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit {
        background-size: 55px;
        width: 55px;
    }
    .sidebar-blog {
        gap: 20px;
        margin: 0 0 35px;
    }
    #post-content .posts-list .posts-block {
        padding: 30px 25px 0 25px;
    }
    #post-content .posts-list .posts-block h3 a {
        font-size: 21px;
        line-height: 1.4;
    }
    .posts-readmore {
        left: 25px;
        bottom: 30px;
    }
    #post-column-full .nav-links .page-numbers {
        width: 55px;
        height: 55px;
        font-size: 26px;
    }
    #post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers {
        width: 38px;
        height: 21px;
        margin: 0 20px;
    }

    .sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {
        border: 0;
        margin: 0 0 17px;
        font-size: 35px;
        letter-spacing: 0px;
    }
    #page-column .single-meta {
        gap: 6px;
        margin: 0 0 25px;
    }
    .single-pagination .nav-links a {
        font-size: 17px;
        width: 170px;
        padding: 19px 30px 18px;
        letter-spacing: 0.6px;
    }
    #page-content .single-profile-block .sp-block h2 {
        font-size: 53px;
    }
    #page-column .accordion-profile-content p {
        font-size: 17px;
        line-height: 1.8;
        margin: 0 0 25px;
    }

    #page-column .prf-btm-cnt-itm p {
        font-size: 15px;
    }
    #page-content .profile-email a{
        font-size: 16px;
    }
    p.mod_date {
        font-size: 18px;
        width: 29%;
    }
    .checked_by {
        font-size: 18px;
        line-height: 1.2;
    }
    .testi-cta-title, .caseresult-cta-title, .team-cta-title, .posts-cta-title{
        font-size: 35px;
    }

}
@media screen and (max-width:1366px) {
    #page-column .areaserved-item a {
        font-size: 17px;
        padding: 13px 10px 8px;
        min-height: 65px;
    }
    #page-content .areaserved-item-list {
        padding: 40px;
    }

    #page-content .single-profile-block .sp-block h2 {
        font-size: 50px;
        margin: 0 0 15px;
    }
    #page-content .single-profile-block .sp-block h5, .profile-address {
        font-size: 15px;
        letter-spacing:3px;
        margin: 0 0 19px;
    }
    .profile-btn a {
        font-size: 15px;
    }
    #page-column .accordion-profile-content p {
        font-size: 16px;
        line-height: 1.7;
        margin: 0 0 20px;
    }
    #page-column .accordion-profile h3 {
        font-size: 19px;
    }
    #page-content .single-profile-block .profile-tel a::before, .prf-btm-cnt-itm.profile-address:before, .prf-btm-cnt-itm.profile-lcnse:before, .prf-btm-cnt-itm a:before {
        width: 53px;
    }
    #page-content .single-profile-block .profile-tel, #page-content .prf-btm-cnt-itm {
        position: relative;
        padding: 0px 0 0 64px;
    }
    .profile-btn a {
        padding: 19px 28px;
    }

}

@media screen and (max-width:1240px) {
    .container, .site-header .container, .hm-practice-areas .container, .hm-core-services-sec .container, .ftr-block-sec .container, .hm-testimonials .container, .accordion-section .container{
        max-width: 990px;
        padding: 0 10px;
    }
    a.cmn-btn {
        font-size: 17px;
        padding: 16px 20px;
    }
    .text-heading {
        font-size: 48px;
        letter-spacing: -1px;
        margin: 0 0 26px;
    }
    .text-heading strong::after {
        height: 18px;
    }
    .hm-local-blck .text-heading small::after{
        height: 18px;
    }
    .site-header {
        background-color: transparent;
    }
    .hdr-mn-blck {
        gap: 25px;
    }
    #main-navigation ul li {
        margin: 0 20px;
    }
    #main-navigation ul li a {
        font-size: 18px;
    }
    .header-number strong {
        letter-spacing: 0.52px;
        font-size: 16px;
    }
    .header-number a {
        font-size: 29px;
        padding: 0px 0 0 32px;
    }
    .header-number a:before{
        transform: scale(0.9);
    }
    .hm-bann-sec {
        padding: 145px 0 0;
    }
    .hm-bann-lft {
        padding: 40px 0 0;
    }
    .hm-bann-lft h1 {
        font-size: 68px;
        letter-spacing: -1.06px;
    }
    .hm-bann-lft h1 small {
        font-size: 30px;
        letter-spacing: -0.32px;
    }
    .hm-bann-rgt {
        margin: 0 0 0 -15px;
    }
    .hm-bann-lft p {
        margin: 0 0 36px;
        font-size: 16px;
    }
    .hm-bann-lft h1 strong::after {
        height: 28px;
    }
    .hm-bann-btm-sec {
        padding: 60px 0px;
    }
    .bnr-btm-item {
        padding: 38px 20px;
    }
    .bnr-btm-item h5 {
        font-size: 25px;
    }
    .hm-defense-sec {
        padding: 60px 0px 100px;
    }
    .hm-defense-sec .text-heading {
        margin-bottom: 40px;
    }
    .defense-rit p {
        font-size: 16px;
        margin-bottom: 17px;
        line-height: 1.58;
    }
    .defense-list {
        gap: 35px;
    }
    .defense-rit {
        width: 46.9%;
    }
    .hm-pract-core-service-sec {
        padding: 78px 0 300px;
    }
    .hm-practice-areas h2.text-heading {
        margin-bottom: 18px;
    }
    .hm-practice-areas-heading p {
        font-size: 24px;
        letter-spacing: 0.26px;
    }
    .hm-practice-areas-heading {
        margin-bottom: 45px;
    }
    .hm-pract-itm:first-child, .hm-pract-itm:nth-child(4) {
        margin-top: -115px;
    }
    .hm-pract-list {
        margin-bottom: 42px;
    }
    .hm-pract-img img, .hm-pract-hvr-img img {
        transform: scale(0.75);
        margin: -5px;
    }
    .hm-pract-image {
        margin-bottom: 25px;
        padding-bottom: 20px;
    }
    .hm-pract-name h4 {
        font-size: 24px;
        margin-bottom: 14px;
    }
    .hm-pract-cnt p {
        margin-bottom: 21px;
        font-size: 17px;
    }
    .hm-pract-cnt p br {
        display: none;
    }
    .hm-pract-itm:nth-child(2)::after, .hm-pract-itm:nth-child(3)::after{
        height: 65px;
        bottom: 12px;
    }
    .hm-core-services-sec {
        padding: 58px 0 0;
    }
    .hm-core-services-sec h5 {
        font-size: 23px;
        letter-spacing: 4.02px;
        margin: 0 0 17px;
    }
    .hm-core-services-sec p {
        line-height: 1.6;
        margin-bottom: 18px;
        font-size: 16px;
    }
    .hm-core-services-sec li{
        font-size: 16px;
        line-height: 1.4;
    }
    .hm-attorney-sec{
        padding: 60px 0 0;
    }
    .attorney-rit {
        padding: 40px 0 55px 90px;
    }
    .attorney-rit h6 {
        font-size: 20px;
        letter-spacing: 3.5px;
        margin-bottom: 14px;
    }
    .attorney-rit h2 {
        font-size: 65px;
    }
    .attorney-rit h5 {
        font-size: 30px;
        margin-bottom: 22px;
    }
    .attorney-rit p {
        font-size: 17px;
        margin-bottom: 20px;
        line-height: 1.5;
    }
    .attorney-rit-btn {
        margin: 30px 0 0;
    }
    .attorney-rit::before {
        height: 37%;
        clip-path: polygon(100% 0, 100% 100%, 88.9% 100%, 85% 50%, 15% 1%, 12.3% 100%, 0 100%, 0 0);
    }

    .hm-awards-sec {
        padding: 60px 0 70px;
    }
    .hm-awards-sec h2.text-heading {
        margin-bottom: 50px;
        font-size: 48px;
    }
    .hm-awards-itm {
        padding: 13px;
    }
    .hm-awards-itm.middle-award {
        margin: -15px 0;
    }

    .hm-testimonials::before {
        width: 100%;
    }
    .hm-testimonials h5 {
        font-size: 22px;
        letter-spacing: 4.52px;
        margin: 0 0 26px;
    }
    .hm-testimonials .text-heading {
        margin: 0 0 50px;
    }
    .testi-item {
        padding: 32px 0 70px 54px;
    }
    .testi-item h4 {
        font-size: 24px;
        margin: 0 0 26px;
    }
    .testi-item p {
        font-size: 18px;
        line-height: 1.65;
    }
    .testi-item h3 {
        font-size: 32px;
    }
    .star-rat {
        transform: scale(0.9);
        margin: 0 0 15px -2px;
    }
    .hm-testi-list.owl-carousel {
        margin: 0 0 42px;
    }
    .hm-crmnl-sec {
        padding: 75px 0 85px;
    }
    .hm-crmnl-blck h5 {
        font-size: 23px;
        letter-spacing: -0.3px;
    }
    .hm-crmnl-blck p, .criminal-lst-cnt p {
        margin: 0px 0 22px;
        line-height: 1.7;
        font-size: 16px;
    }
    .hm-crmnl-blck {
        margin: 0 auto 40px;
        width: 92%;
    }
    .hm-crmnl-itm {
        padding: 30px 26px;
        width: 30%;
    }
    .hm-crmnl-itm p {
        font-size: 16px;
    }
    .hm-crmnl-itm-img{
        margin: 0 0 15px auto;
        width: 45px;
    }
    .hm-crmnl-itm h4 {
        font-size: 22px;
        margin: 0 0 12px;
    }
    .hm-crmnl-itm p br{
        display: none;
    }
    .hm-crmnl-itm::after {
        font-size: 36px;
        letter-spacing: -1px;
        left: 25px;
        top: 42px;
    }
    .hm-trail-blck {
        padding: 66px 30px 75px;
        width: 90.3%;
    }
    .hm-trail-cnt::before {
        left: -10px;
        width: calc(100% + 25px);
    }
    .hm-trail-cnt {
        padding: 42px 38px 0;
    }
    .hm-trail-cnt h2 {
        font-size: 79px;
        letter-spacing: -3.66px;
    }
    .hm-trail-cnt h2 small {
        font-size: 50px;
        letter-spacing: -2.08px;
    }
    .hm-trail-cnt p {
        margin: 0 0 45px;
        font-size: 18px;
    }
    .hm-trail-cnt h4 {
        letter-spacing: 1.48px;
        margin-bottom: 22px;
    }
    .hm-trail-phn {
        padding: 0 0 0 80px;
    }
    .hm-trail-phn h5 a::before {
        transform: scale(0.8);
        left: -7px;
        top: -7px;
    }
    .hm-trail-phn h5 a {
        font-size: 28px;
    }

    .hm-local-sec {
        padding: 70px 0 40px;
    }
    .hm-local-blck h5 {
        font-size: 24px;
        letter-spacing: 1.2px;
        margin: 0 0 30px;
    }
    .hm-local-blck .text-heading {
        margin: 0 0 25px;
    }
    .hm-local-blck p {
        margin: 0 0 25px;
        line-height: 1.7;
    }

    .accordion-section {
        padding: 70px 0;
    }
    .accordion-item h3 {
        padding: 25px 70px 25px 42px;
        font-size: 25px;
        background-position: right 24px center;
        background-size: 40px;
    }
    .accordion-item.active p {
        padding: 28px 42px 42px;
    }
    .accordion {
        margin: 0 0 40px;
    }

    .ftr-block-sec {
        padding: 50px 0 60px;
    }
    #footer-navigation ul li a {
        font-size: 18px;
    }
    #footer-navigation ul li {
        margin: 0 18px;
    }
    #footer-navigation ul {
        margin: 0 0 45px;
        padding: 16px 0;
    }
    .ftr-add-blck {
        gap: 20px 18px;
    }
    .ftr-itm {
        padding: 0 0 0 64px;
        width: 45.4%;
    }
    .ftr-itm::before {
        left: -25px;
        top: -13px;
        transform: scale(0.5);
    }
    .ftr-itm h4 {
        font-size: 29px;
        margin: 0 0 8px;
    }
    .ftr-itm h5 a {
        font-size: 24px;
    }
    .ftr-itm p {
        line-height: 1.35;
        font-size: 14px;
    }
    .ftr-content p {
        line-height: 1.6;
        font-size: 15px;
    }
    .ftr-content p br{
        display: none;
    }
    .ftr-content {
        padding-bottom: 18px;
        margin: 0px 0 15px;
    }
    .cpy-inr p, .cpy-inr p a {
        font-size: 16px;
        line-height: 1.65;
    }
    .ftr-rgt {
        padding: 28px 12px  0;
        width: 45%;
    }
    .hm-form-sec h2 {
        font-size: 42px;
        letter-spacing: -0.54px;
        margin: 0 0 10px;
    }
    .hm-form-sec p {
        margin: 0 0 19px;
    }
    .hm-form-sec {
        padding: 35px 10px 0;
    }
    .hm-form .gform_fields {
        gap: 8px !important;
    }
    .hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {
        font-size: 13px;
    }
    .popup .popuptext {
        width: 372px;
    }
    .hm-form .gform_wrapper .gform_footer.top_label {
        margin: 50px auto -28px;
    }
    .hm-form-sec::before {
        height: 96.1%;
    }
    .hm-form .gfield_description.validation_message {
        font-size: 12px;
    }
    .hm-form .gform_wrapper .top_label input[type="submit"] {
        padding: 17px 28px !important;
        font-size: 17px !important;
    }
    .hm-testi-list.owl-carousel .owl-nav {
        gap: 35px;
    }
    .hm-trail-phn h5{
        font-size: 14px;
    }
    .page-container, .post-container {
        max-width: 990px;
        padding: 0 10px;
    }
    #page-content .areaserved-item a {
        min-height: 60px;
        font-size: 16px;
    }
    #page-content .areaserved-item-list {
        padding: 35px;
    }

    .fact-checked-sec {
        padding: 20px 0px;
    }
    p.mod_date {
        font-size: 16px;
    }
    #page-column .testimonial-cta-block .star-rating {
        width: 105px;
    }
    #page-column .testimonial-cta-block .testi-content p {
        color: #931917;
        font-size: 18px;
        line-height: 1.7;
        margin: 0 0 20px;
    }
    .widget-description.active {
        font-size: 17px;
    }

    #page-column .case-results-cta .case-slider {
        gap: 15px;
    }
    #page-column .case-results-cta .case-item h4 {
        font-size: 28px;
        margin: 0 0 15px;
        padding: 12px 10px 27px;
    }
    #page-column .case-results-cta .case-item p {
        font-size: 19px;
    }
    #page-column .case-results-cta .case-item {
        padding: 4px 4px 20px !important;
        width: 48.7%;
    }
    #page-column .case-results-cta .case-item h4:before {
        bottom: 15px;
    }
    #page-column .case-results-cta {
        margin-bottom: 25px;
    }

    #page-column section.widget.widget_team_member .team-inner-list {
        gap: 20px;
    }
    #page-column section.widget.widget_team_member .team_member_name p {
        font-size: 21px;
        margin: 0 0 12px;
    }
    #page-column section.widget.widget_team_member .team_member_summary p {
        font-size: 16px;
    }
    #page-column section.widget.widget_team_member .team_member_pic {
        width: 76%;
    }
    #page-column section.widget.widget_team_member .team_member_item {
        padding-bottom: 15px;
    }

    #page-column .widget.widget_related_insights ul li {
        font-size: 20px;
    }
    #page-column .widget.widget_related_insights ul li:before {
        top: 15px;
    }

    #main-heading h1 {
        font-size: 45px;
        margin: 0 0 5px;
    }
    #main-heading .inrpg-breadcrumbs {
        font-size: 18px;
        letter-spacing: 0.4px;
    }
    #post-content, #page-content {
        padding: 70px 0;
    }
    .page-feature-img, .single-thumbnail {
        margin: 0 0 30px;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 37px;
    }
    #page-column h3 {
        font-size: 34px;
    }
    #page-column h4 {
        font-size: 32px;
    }
    #page-column p, #page-column li {
        font-size: 17px;
        line-height: 1.75;
        margin: 0 0 20px 0;
    }
    .inn-cmn-blk {
        padding: 0px 15px;
        gap: 10px;
        margin: 20px 0;
    }
    #page-column .inn-cmn-lftblk h2 {
        font-size: 30px;
        line-height: 1.2;
        margin: 0 0 20px;
    }
    #page-column .inn-cmn-lftblk h2 strong {
        font-size: 33px;
    }
    .inn-cmn-riteimg {
        padding: 10px 0 0 20px;
    }
    .inn-cmn-blk.scnd_cmnblk {
        padding: 30px 10px 30px;
    }
    #page-column .inn-cmn-riteblk h2 {
        font-size: 32px;
    }
    #page-column .inn-cmn-riteblk h2 strong {
        font-size: 47px;
        letter-spacing: 2px;
    }
    #page-column .scnd-cta-btns .cnslt-call h5 a::before {
        width: 60px;
        height: 49px;
    }
    .cnslt-call {
        padding: 0 0 0 70px;
    }
    #page-column .scnd-cta-btns .cnslt-call h5 {
        font-size: 15px;
    }
    #page-column .scnd-cta-btns .cnslt-call h5 a {
        font-size: 28px;
        margin: 3px 0 0;
    }
    .inn-team-blck {
        margin: 25px 0;
        gap: 15px;
    }
    .inn-team-itm {
        padding: 20px 19px 0;
    }
    .inn-team-cnt {
        bottom: 20px;
    }
    #page-column .inn-team-cnt h3 {
        font-size: 34px;
        letter-spacing: 0.5px;
    }
    #page-column .inn-team-cnt h4 {
        font-size: 15px;
        letter-spacing: 3px;
    }
    #page-column ul li:before {
        width: 8px;
        height: 8px;
        top: 10px;
    }
    .sidebar-page .sidebar-item {
        margin: 0 0 35px;
        padding: 25px 10px 18px;
    }
    .sidebar-page .sidebar-item h2, h4.widget-title {
        padding: 0 0 13px;
        font-size: 33px;
        margin: 0 0 10px;
    }
    .sidebar-page .sidebar-menu-pa ul li a {
        font-size: 19px;
        padding: 13px 44px 13px 35px;
    }
    .sidebar-page .sidebar-menu-pa ul li a::before {
        width: 6px;
        height: 6px;
        top: 20px;
        left: 18px;
    }
    .sidebar-page .sidebar-menu-pa .sub-menu li a {
        padding: 0px 20px 0px 35px;
        font-size: 18px;
    }
    .sidebar-page section.widget.testi {
        padding: 30px 15px 30px;
    }
    .sidebar-page section.widget.testi h4.widget-title {
        margin: 0 0 15px;
    }
    #page-content section.widget.testi .testi-item .star-rat {
        width: 120px;
        height: 23px;
        margin: 0 auto 15px;
    }
    #page-content section.widget.testi .testi-item p {
        font-size: 15px;
        line-height: 1.78;
        margin-bottom: 17px;
    }
    #page-content section.widget.testi .testi-item h6 {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #page-content section.widget.testi .owl-nav button {
        width: 35px;
        height: 29px;
    }

    #page-content .review-item {
        padding: 30px 30px 55px 30px;
        margin-bottom: 30px;
    }
    #reviews-main {
        column-count: 2;
        gap: 30px;
    }
    #page-content .review-item .star-rat {
        width: 110px;
        height: 24px;
        margin: 0 0 15px;
    }
    #page-content .review-item h4 {
        font-size: 20px;
        margin: 0 0 20px;
    }
    #page-content .review-item p {
        font-size: 15px;
        line-height: 1.6;
        margin: 0 0 25px;
    }
    #page-content .review-item h5 {
        font-size: 22px;
    }
    #page-content .review-item h5 {
        bottom: 35px;
        left: 30px;
    }

    #page-column .practice-item {
        padding: 35px 15px 40px;
    }
    #page-column .practice-list {
        gap: 35px;
    }
    #page-column .practice-name h4 {
        font-size: 28px;
    }
    #page-column .practice-content p {
        font-size: 15px;
        line-height: 1.4;
        margin: 0 0 20px;
    }
    .practice-button a {
        font-size: 14px;
        padding: 8px 20px;
        border-radius: 20px;
    }

    .contact-page .page-container h2 {
        font-size: 35px;
        letter-spacing: 0px;
        margin: 0 0 25px;
    }
    .inn-cont-list {
        padding: 30px 90px 35px 90px;
    }
    .inn-cont-itm {
        width: 37%;
        padding: 0 0 0 95px;
    }
    .inn-cont-itm h3 {
        font-size: 30px;
        margin: 0 0 10px;
    }
    .inn-cont-itm p {
        font-size: 16px;
        line-height: 1.3;
    }
    .inn-cont-itm::after {
        width: 70px;
        height: 50px;
    }
    .cont-num a {
        font-size: 28px;
    }

    .sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select {
        padding: 10px 60px 10px 20px;
        font-size: 17px;
    }
    .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select {
        background-size: 45px;
    }
    .sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit {
        background-size: 45px;
        width: 45px;
    }
    .sidebar-blog {
        gap: 20px;
        margin: 0 0 30px;
    }
    #post-content .posts-list .posts-block {
        padding: 20px 20px 0 20px;
    }
    #post-content .posts-list .posts-block h3 {
        margin: 0 0 10px;
    }
    #post-content .posts-list .posts-block h3 a {
        font-size: 19px;
        line-height: 1.4;
    }
    .posts-readmore {
        left: 20px;
        bottom: 17px;
    }
    #post-content .posts-list .posts-readmore a {
        font-size: 15px;
        letter-spacing: 2px;
    }
    .posts-list {
        padding: 0 0 45px;
    }
    #post-column-full .nav-links .page-numbers {
        width: 50px;
        height: 50px;
        font-size: 23px;
    }
    #post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers {
        width: 30px;
        height: 15px;
        margin: 0 10px;
    }

    #page-column .single-meta {
        gap: 6px;
        margin: 0 0 20px;
    }
    .sidebar-page .sidebar-blog.blog-sidebar-itm {
        padding: 30px 25px;
    }
    .sidebar-page .sidebar-item.sidebar_categories, .sidebar-page .sidebar-item.sidebar_archives, .sidebar-page .sidebar-item.sidebar_search {
        margin: 0 0 20px;
    }
    .sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {
        border: 0;
        margin: 0 0 15px;
        font-size: 30px;
        letter-spacing: 0px;
    }
    .single-pagination .nav-links a {
        font-size: 16px;
        width: 150px;
        padding: 15px 20px 15px;
        letter-spacing: 0.6px;
    }

    #page-content .single-profile-block .sp-block h2 {
        font-size: 38px;
        margin: 0 0 10px;
    }
    #page-content .single-profile-block .sp-block h5, .profile-address {
        font-size: 14px;
        letter-spacing: 2.6px;
        margin: 0 0 14px;
    }
    .profile-btn a {
        font-size: 14px;
    }
    #page-content .single-profile-block .profile-tel a::before, .prf-btm-cnt-itm.profile-address:before, .prf-btm-cnt-itm.profile-lcnse:before, .prf-btm-cnt-itm a:before {
        width: 51px;
    }
    #page-content .single-profile-block  .profile-tel h4 a {
        margin: 3px 0 0px;
    }
    #page-content .single-profile-block .profile-tel, #page-content .prf-btm-cnt-itm {
        padding: 0px 0 0 61px;
    }
    .profile-btn a {
        padding: 16px 28px;
    }
    .single-profile-block {
        padding: 0 25px 0 20px;
        margin: 42px 0 35px;
    }
    .single-profile-image {
        width: 45.5%;
        padding: 0 20px;
        margin: -50px 0 0;
    }
    .sp-block {
        width: 48%;
    }
    p.mod_date {
        font-size: 16px;
        width: 28%;
    }
    .checked_by {
        font-size: 17px;
        line-height: 1.2;
    }
    .checked-left img {
        width: 27px;
    }
    .testi-cta-title, .caseresult-cta-title, .team-cta-title, .posts-cta-title{
        font-size: 32px;
    }
}

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

    .container, .hm-core-services-sec .container, .hm-practice-areas .container, .ftr-block-sec .container, .accordion-section .container, .hm-testimonials .container {
        max-width: 720px;
        padding:0px;
    }
    .site-header .container{
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .head-sec {
        padding: 20px 0;
    }
    .showhide {
        display: block;
    }
    .mobinav ul {
        display: block;
    }
    .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 20px;
        background-color: #15489d;
    }
    .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;
        left: 0;
    }
    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: 0 20px;
        align-items: center;
        margin-bottom: 20px;
    }
    .site-branding {
        width: 100%;
        max-width: 130px;
        padding: 0;
    }
    .header-number a {
        font-size: 18px;
        padding: 16px 15px 16px 30px;
    }
    .sicky-cnt.sticky-mobile-logo {
        width: 100%;
        max-width: 100px;
    }
    .site-header {
        position: static;
        background-color: #0d234a;
    }

    .header-number a {
        font-size: 25px;
        padding: 0 0 0 29px;
    }
    .header-number a:before {
        transform: scale(0.8);
        left: -3px;
    }
    .header-number a:hover {
        color: #ffffff94;
    }


    .text-heading {
        font-size: 38px;
        letter-spacing: -0.5px;
        margin: 0 0 20px;
    }
    a.cmn-btn {
        font-size: 16px;
        padding: 15px 20px;
    }
    .text-heading strong::after {
        height: 16px;
    }
    .hm-local-blck .text-heading small::after{
        height: 10px;
    }
    .hm-bann-sec {
        padding: 70px 0 0;
        background-image: url('images/hm-bann-mbl-bg-img.webp');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        z-index: 0;
    }
    .hm-bann-sec::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: #000;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        opacity: 60%;
    }
    .hm-bann-blck {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
    .hm-bann-lft {
        padding: 0;
        width: 100%;
    }
    .hm-bann-lft h1 {
        font-size: 50px;
        letter-spacing: -0.56px;
        text-align: center;
    }
    .hm-bann-lft p {
        margin: 0 0 25px;
        font-size: 17px;
        text-align: center;
    }
    .hm-bann-btn {
        text-align: center;
    }
    .hm-bann-rgt {
        margin: auto;
        width: 100%;
        max-width: 350px;
    }
    .hm-bann-rgt img {
        display: block;
        width: 100%;
        object-fit: cover;
        object-position: top center;
        height: 500px;
    }
    .hm-bann-lft h1 strong::after {
        height: 22px;
    }
    .hm-bann-btm-sec {
        padding: 50px 0px;
    }
    .bnr-btm-list::before, .bnr-btm-item::before{
        display: none;
    }
    .bnr-btm-item {
        padding: 25px 15px;
        border: 1px solid #505257;
        width: 350px;
    }
    .bnr-btm-list {
        flex-wrap: wrap;
        gap: 20px;
    }
    .bnr-btm-img img{
        width: 60px;
    }
    .bnr-btm-item h5 {
        font-size: 23px;
    }
    .hm-defense-sec {
        padding: 50px 0;
        background-image: url('images/defense-mbl-bg-image.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .hm-defense-sec:before {
        background-image: none;
        background-color: #f1f2f4;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: -1;
        opacity: 50%;
        pointer-events: none;
    }
    .hm-defense-sec .text-heading {
        margin-bottom: 30px;
    }
    .defense-list {
        gap: 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .defense-lft {
        width: 450px;
    }
    .defense-lft-popup {
        bottom: 0;
        top: 0;
        margin: auto;
        width: 100%;
        max-width: 105px;
        height: max-content;
    }
    .defense-rit {
        padding: 0px;
        width: 100%;
        text-align: center;
    }
    .defense-rit p {
        line-height: 1.65;
    }

    .hm-pract-core-service-sec {
        padding: 50px 0 250px;
    }
    .hm-pract-itm:first-child, .hm-pract-itm:nth-child(4) {
        margin: 0 auto;
    }
    .hm-pract-itm{
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
    .hm-pract-img, .hm-pract-hvr-img{
        width: 100%;
        max-width: 140px;
        margin: auto;
    }
    .hm-practice-areas-heading {
        margin-bottom: 40px;
    }
    .owl-dots {
        display: flex;
        justify-content: center;
        gap: 5px;
        margin-top: 20px;
    }
    .hm-practice-areas .owl-carousel button.owl-dot{
        background-color: #0f2449;
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }
    .hm-practice-areas .owl-carousel button.owl-dot.active{
        background-color: #15489d;
    }
    .hm-pract-list {
        margin-bottom: 38px;
    }
    .hm-pract-core-service-sec::after {
        background-color: #fff;
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: -1;
        opacity: 43%;
        width: 100%;
        height: 50%;
    }

    .hm-core-services-sec {
        padding: 50px 0 0;
    }
    .hm-core-services-sec h5 {
        font-size: 22px;
        letter-spacing: 3.12px;
        margin: 0 0 15px;
    }
    .hm-core-services-sec p {
        line-height: 1.75;
        margin-bottom: 18px;
        text-align: center;
    }

    .hm-awards-sec {
        padding: 50px 0;
    }
    .hm-awards-itm {
        padding: 13px;
        width: 100%;
        max-width: 280px;
        margin: auto;
    }
    .hm-awards-sec h2.text-heading {
        margin-bottom: 35px;
        font-size: 42px;
    }
    .hm-awards-itm.middle-award {
        margin: 0 auto;
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);
    }

    .hm-awards-sec .owl-dots {
        display: flex;
        justify-content: center;
        gap: 5px;
        margin-top: 20px;
    }
    .hm-awards-sec .owl-carousel button.owl-dot{
        background-color: #0f2449;
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }
    .hm-awards-sec .owl-carousel button.owl-dot.active{
        background-color: #15489d;
    }

    .hm-attorney-sec {
        padding: 50px 0;
        position: relative;
        z-index: 0;
        background-image: url('images/attorney-sec-mbl-bg-img.webp');
        background-color: transparent;
    }
    .hm-attorney-sec::after {
        position: absolute;
        z-index: -1;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 90%;
        background-color: rgb(10, 27, 56);
        pointer-events: none;
    }
    .attorney-list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap:30px;
    }
    .attorney-lft {
        width: 350px;
        position: relative;
        padding: 30px 30px 0;
        border: 2px solid #0f3885;
        margin: auto;
    }
    .attorney-lft::before {
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .attorney-rit {
        padding: 0px;
        width: 100%;
        text-align: center;
    }
    .attorney-rit h2 {
        font-size: 55px;
        display: inline-block;
    }
    .attorney-rit::before{
        display: none;
    }
    .attorney-rit h6 {
        font-size: 20px;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }
    .attorney-rit h5 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .attorney-rit p {
        margin-bottom: 18px;
    }

    .hm-testimonials {
        padding: 50px 0;
    }
    .hm-testimonials::before {
        width: 100%;
        background-color: #f3f4f5;
        opacity: 22%;
    }
    .hm-testi-blk {
        justify-content: center;
        flex-direction: column-reverse;
        gap: 30px;
    }
    .hm-testi-rgt {
        width: 100%;
        max-width: 350px;
        margin: auto;
        padding: 15px 10px 0;
        border: 1px solid #0f2449;
    }
    .hm-testi-rgt-img img {
        object-fit: cover;
        object-position: top center;
        height: 502px;
    }
    .hm-testimonials h5 {
        font-size: 20px;
        letter-spacing: 3.52px;
        margin: 0 0 22px;
        text-align: center;
    }
    .hm-testimonials .text-heading {
        margin: 0 0 35px;
        text-align: center;
    }
    .testi-item {
        padding: 29px 31px 72px;
        width: 100%;
        max-width: 100%;
        text-align: center;
        border: 2px solid #000 !important;
    }
    .hm-test-lft {
        width: 100%;
    }
    .testi-item h4 {
        font-size: 22px;
        margin: 0 0 23px;
    }
    .testi-item p {
        font-size: 17px;
        line-height: 1.6;
        -webkit-line-clamp: inherit;
    }
    .hm-testi-btm {
        left: 0;
        right: 0;
        margin: auto;
        bottom: 15px;
    }
    .testi-item h3 {
        font-size: 28px;
    }
    .star-rat {
        transform: scale(0.8);
        margin: 0 auto;
    }
    .hm-testi-list.owl-carousel {
        margin: 0 0 38px;
        display: block !important;
    }
    .hm-testi-list.owl-carousel .owl-nav {
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 30px;
        margin: 25px auto 0;
        position: relative;
        max-width: 100%;
    }
    .hm-testi-list.owl-carousel .owl-nav button{
        transform: scale(0.9);
    }
    .hm-testi-btn {
        text-align: center;
    }
    .hm-crmnl-sec {
        padding: 50px 0;
    }
    .hm-crmnl-blck h5 {
        font-size: 20px;
        letter-spacing: 0;
    }
    .hm-crmnl-blck {
        margin: 0 auto 30px;
        width: 100%;
    }
    .hm-crmnl-blck p, .criminal-lst-cnt p, .criminal-lst-cnt p {
        margin: 0px 0 18px;
        line-height: 1.65;
        font-size: 17px;
    }
    .hm-crmnl-blck li {
        font-size: 17px;
    }
    .hm-crmnl-lst {
        gap: 25px;
    }
    .hm-crmnl-itm {
        padding: 35px 20px 40px;
        width: 100%;
        max-width: 350px;
        margin: auto;
    }
    .hm-crmnl-lst {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .hm-crmnl-lst::before{
        display: none;
    }
    .hm-crmnl-sec .hm-crmnl-lst.owl-carousel .owl-dots {
        display: flex;
        justify-content: center;
        gap: 5px;
        margin-top: 20px;
    }
    .hm-crmnl-sec .hm-crmnl-lst.owl-carousel button.owl-dot {
        background-color: #0f2449;
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }
    .hm-crmnl-sec .hm-crmnl-lst.owl-carousel button.owl-dot.active {
        background-color: #15489d;
    }


    .hm-trail-blck {
        padding: 50px 30px;
        width: 100%;
    }
    .hm-trail-cnt {
        padding: 0;
    }
    .hm-trail-cnt h4 {
        letter-spacing: 1.18px;
        margin-bottom: 20px;
    }
    .hm-trail-cnt h2 {
        font-size: 60px;
        letter-spacing: -1.56px;
    }
    .hm-trail-cnt h2 small {
        font-size: 40px;
        letter-spacing: -1.58px;
    }
    .hm-trail-cnt p {
        margin: 0 0 38px;
        font-size: 17px;
    }
    .hm-trail-cnt p br {
        display:none;
    }
    .hm-trail-phn {
        padding: 0 0 0 70px;
    }
    .hm-trail-phn h5 a::before {
        transform: scale(0.7);
        left: -12px;
    }
    .hm-trail-phn h5 a {
        font-size: 26px;
        margin-top: 5px;
    }
    .hm-trail-cnt::before{
        display: none;
    }
    .hm-trail-lst {
        gap: 20px;
        margin: 0;
        flex-wrap: wrap;
    }


    .hm-local-sec {
        padding: 50px 0;
        position: relative;
        z-index: 0;
        background-image: url('images/hm-local-sec-mb-bg-image.webp');
        background-position: center;
        background-size: cover;
    }
    .hm-local-blck {
        width: 100%;
    }
    .hm-local-blck .text-heading {
        margin: 0 0 20px;
        text-align: center;
    }
    .hm-local-blck h5 {
        font-size: 22px;
        letter-spacing: 0.8px;
        margin: 0 0 20px;
        text-align: center;
    }
    .hm-local-blck .text-heading {
        margin: 0 0 20px;
        text-align: center;
        max-width: inherit;
    }
    .hm-local-blck p {
        margin: 0 0 20px;
        line-height: 1.7;
        text-align: center;
        font-size: 17px;
    }
    .hm-local-lft {
        width: 100%;
    }
    .hm-local-lst {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        gap: 25px;
    }
    .hm-local-sec::after {
        background-color: #f1f2f4;
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 70%;
    }
    .hm-local-rgt {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }
    .hm-local-blck .text-heading small {
        width: max-content;
        margin: auto;
    }

    .accordion-section {
        padding: 50px 0;
    }
    .accordion-item h3 {
        padding: 21px 60px 21px 35px;
        font-size: 23px;
        background-position: right 18px center;
        background-size: 36px;
    }
    .accordion-item.active p {
        padding: 24px 35px 35px;
    }
    .accordion-item p {
        font-size: 18px;
    }
    .accordion-item {
        margin: 0 0 19px;
    }
    .accordion {
        margin: 0 0 35px;
    }

    .ftr-block-sec {
        padding: 50px 0;
    }
    .ftr-lft {
        width: 100%;
    }
    .ftr-logo {
        margin: 0 auto 20px;
        width: 100%;
        max-width: 200px;
    }
    #footer-navigation ul {
        margin: 0 0 40px;
        padding: 15px 0;
    }
    .ftr-itm h4 {
        font-size: 27px;
    }
    .ftr-itm {
        width: 100%;
        max-width: 320px;
        margin: auto;
    }
    .ftr-blck {
        flex-direction: column-reverse;
        justify-content: center;
        gap: 30px;
    }
    .ftr-rgt {
        padding: 0;
        width: 100%;
    }
    .ftr-rgt::before{
        display:none;
    }
    .hm-form-sec {
        padding: 35px 20px;
    }
    .hm-form .gform_wrapper .gform_footer.top_label {
        margin: 25px auto 0;
    }
    .hm-form .gform_wrapper .top_label input[type="submit"] {
        padding: 18px 28px !important;
        font-size: 17px !important;
    }
    .hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {
        font-size: 16px;
    }
    .hm-form-sec::before {
        height: 100%;
    }
    .gchoice.gchoice_3_9_1 {
        width: 100%;
        display: flex;
        justify-content: end;
    }
    .hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
        float: none;
    }
    .cpy-inr p, .cpy-inr p a {
        font-size: 17px;
    }
    .hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {
        padding: 14px 13px !important;
        font-size: 17px !important;
    }
    .hm-form-sec h2 {
        font-size: 38px;
        letter-spacing: 0;
    }
    .hm-form .gform_fields {
        gap: 12px !important;
    }
    .popup .popuptext {
        width: 680px;
    }

    .hm-crmnl-blck p br, .criminal-lst-cnt p br{
        display: none;
    }
    .page-container, .post-container {
        max-width: 720px;
        padding:0px;
    }
    #page-content .areaserved-item {
        width: 48%;
    }

    .page-col-full, .single-col-full {
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    #single-column, #post-column, #page-column {
        width: 100%;
    }
    .sidebar-page, .sidebar-single {
        width: 100%;
    }

    #page-column .testimonial-cta-block .testi-content p {
        font-size: 17px;
    }
    #page-column .case-results-cta .case-item {
        width: 100%;
        max-width: 350px;
    }
    #page-column section.widget.widget_team_member .team_member_item {
        width: 100%;
        max-width: 200px;
    }
    #page-column .testimonial-cta-block .testi-item h6 {
        font-size: 23px;
    }
    #page-column section.widget.widget_team_member .team_member_name p {
        font-size: 19px;
    }

    .related-insights-posts .posts-list {
        width: 100%;
        max-width: 300px;
    }
    .related-insights-posts {
        justify-content: center;
        flex-wrap: wrap;
    }


    #main-heading {
        padding: 30px 0;
    }
    .inn-bann-blck {
        gap: 20px;
        flex-direction: column-reverse;
    }
    .inn-bannlft {
        width: 100%;
    }
    #main-heading h1 {
        font-size: 37px;
        margin: 0 0 5px;
        text-align: center;
    }
    #main-heading .inrpg-breadcrumbs {
        font-size: 17px;
        letter-spacing: 0.4px;
        text-align: center;
    }
    .inn-bann-rgt {
        width: 100%;
        max-width: 270px;
        border-bottom: 2px solid #ffffff;
    }
    #post-content, #page-content {
        padding: 50px 0;
    }
    .page-feature-img, .single-thumbnail {
        margin: 0 0 25px;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 34px;
    }
    #page-column h3 {
        font-size: 31px;
    }
    #page-column h4 {
        font-size: 29px;
    }
    #page-column p, #page-column li {
        font-size: 16px;
        line-height: 1.7;
        margin: 0 0 20px 0;
    }
    .inn-team-blck {
        margin: 25px 0;
        gap: 12px;
        justify-content: center;
    }
    .inn-team-itm {
        padding: 10px 10px 0;
        width: 100%;
        max-width: 270px;
    }
    #page-column ul li:before {
        width: 7px;
        height: 7px;
        top: 10px;
    }
    #page-content section.widget.testi .testi-item{
        border-color: transparent !important;
    }
    #page-column .inn-team-cnt h3 {
        font-size: 28px;
        letter-spacing: 0.5px;
    }

    #reviews-main {
        column-count: 1;
        gap: 0;
    }
    #page-content .review-item {
        padding: 30px 30px 55px 30px;
        margin-bottom: 20px;
    }

    #page-column .practice-item {
        padding: 35px 15px 40px;
        width: 100%;
        max-width: 320px;
    }
    #page-column .practice-list {
        gap: 20px;
    }
    .inn-cont-list {
        padding: 30px 15px 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        width: 100%;
        max-width: 320px;
        margin: 0 auto 21px;
    }
    .inn-cont-itm {
        width: 100%;
        padding: 0 0 0 68px;
    }
    .inn-cont-list:before {
        width: 100%;
        height: 54%;
        clip-path: inherit;
    }
    .inn-cont-itm::after {
        width: 55px;
        height: 40px;
    }
    .inn-cont-itm h3 {
        font-size: 28px;
        margin: 0 0 10px;
    }
    .cont-num a {
        font-size: 23px;
    }
    .inn-cont-map {
        margin: 0;
    }
    .inn-cont-map .page-container {
        padding: 0 15px;
    }
    .inn-cont-map iframe {
        height: 300px;
        width: 100%;
        max-width: 400px;
        margin: auto;
    }
    .contact-page .page-container h2 {
        font-size: 27px;
        letter-spacing: 0px;
        margin: 0 0 20px;
    }

    .posts-list {
        padding: 0 0 45px;
        width: 100%;
        max-width: 320px;
    }
    .sidebar-blog {
        gap: 16px;
        margin: 0 auto 25px;
        flex-direction: column;
        width: 100%;
        max-width: 320px;
    }
    #post-content .posts-list .posts-block h3 a {
        font-size: 18px;
        line-height: 1.4;
    }
    #post-content .posts-list .posts-readmore a {
        font-size: 14px;
        letter-spacing: 2px;
    }
    #post-column-full .nav-links .page-numbers {
        width: 45px;
        height: 45px;
        font-size: 21px;
    }

    #page-column .single-meta {
        gap: 6px;
        margin: 0 0 15px;
        flex-wrap: wrap;
    }
    .sidebar-page .sidebar-blog.blog-sidebar-itm {
        padding: 20px 15px;
        max-width: 100%;
    }

    .single-profile-block {
        padding: 20px 15px 20px 15px;
        margin: 0px auto 25px;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        max-width: 420px;
    }
    .single-profile-image {
        width: 100%;
        padding: 0;
        margin: 0;
        border-bottom: 2px solid #fff;
        max-width: 260px;
    }
    .sp-block {
        width: 100%;
        text-align:center;
    }
    #page-content .single-profile-block .sp-block h2 {
        font-size: 30px;
        margin: 0 0 10px;
    }
    #page-content .single-profile-block .profile-tel a::before, .prf-btm-cnt-itm.profile-address:before, .prf-btm-cnt-itm.profile-lcnse:before, .prf-btm-cnt-itm a:before {
        width: 40px;
    }
    #page-content .single-profile-block .profile-tel, #page-content .prf-btm-cnt-itm {
        padding: 0px 0 0 50px;
        margin: 0 auto 15px;
        width: 250px;
        text-align: left;
    }
    .profile-btn a {
        padding: 14px 20px;
    }
    #page-column .accordion-profile h3 {
        font-size: 17px;
        padding: 14px 40px 14px 20px;
        background-size: 16px;
        background-position: right 15px top 18px;
    }

    #page-column .prf-btm-cnt-itm p {
        font-size: 14px;
        text-align: left;
    }
    .widget.widget_fact_checked .fact_checked_inner{
        flex-direction: column;
    }
    .widget.widget_fact_checked .fact_checked_inner .checked_by {
        width: 100%;
        margin-bottom: 15px;
    }
    p.mod_date {
        font-size: 16px;
        width: 100%;
        justify-content: flex-start;
    }
    .fact-checked-sec {
        padding: 15px 0px;
    }
    .widget-description.active {
        font-size: 15px;
    }
    .testi-cta-title, .caseresult-cta-title, .team-cta-title, .posts-cta-title{
        font-size: 28px;
    }
    .related-insights-posts .posts-list{
        max-width: 100%;
    }

}

@media screen and (max-width:767px) {
    .container, .hm-core-services-sec .container, .hm-practice-areas .container, .ftr-block-sec .container,  .hm-testimonials .container, .accordion-section .container{
        max-width: 100%;
        padding: 0 15px;
    }
    .header-sticky .sticky-cnt a:before, .header-sticky .sticky-cnt button:before {
        transform: scale(0.9);
    }
    .text-heading {
        font-size: 32px;
        letter-spacing: -0.3px;
        margin: 0 0 18px;
    }
    a.cmn-btn {
        font-size: 15px;
        padding: 15px 18px;
    }
    .text-heading strong::after {
        height: 13px;
    }
    .hm-bann-sec {
        padding: 50px 0 0;
    }
    .hm-bann-lft h1 {
        font-size: 42px;
        letter-spacing: 0;
        text-align: center;
    }
    .hm-bann-lft h1 small {
        font-size: 28px;
        letter-spacing: 0;
    }
    .hm-bann-lft p {
        margin: 0 0 20px;
        font-size: 17px;
        text-align: center;
    }
    .hm-bann-blck {
        gap: 25px;
    }
    .hm-bann-lft h1 strong::after {
        height: 20px;
    }
    .hm-bann-btm-sec {
        padding: 50px 0px;
    }
    .bnr-btm-item h5 {
        font-size: 20px;
    }
    .bnr-btm-img {
        width: 60px;
        margin: 0 auto 10px;
    }
    .bnr-btm-item:nth-child(2) .bnr-btm-img, .bnr-btm-item:nth-child(3) .bnr-btm-img {
        width: 55px;
    }

    .defense-lft-popup {
        max-width: 80px;
    }
    .hm-defense-sec {
        padding: 45px 0;
    }
    .hm-defense-sec .text-heading {
        margin-bottom: 20px;
    }
    .defense-lft {
        width: 400px;
    }
    .defense-rit p {
        line-height: 1.55;
    }

    .hm-pract-core-service-sec {
        padding: 45px 0 200px;
    }
    .hm-practice-areas-heading {
        margin-bottom: 30px;
    }
    .hm-pract-list {
        margin-bottom: 30px;
    }
    .hm-pract-list {
        margin-bottom: 25px;
    }

    .hm-awards-sec {
        padding: 45px 0;
    }
    .hm-awards-sec h2.text-heading {
        margin-bottom: 30px;
        font-size: 35px;
    }
    .hm-awards-itm {
        max-width: 260px;
    }

    .hm-core-services-sec {
        padding: 45px 0 0;
    }
    .hm-core-services-sec h5 {
        font-size: 20px;
        letter-spacing: 2.52px;
    }
    .hm-core-services-sec p {
        line-height: 1.65;
        margin-bottom: 16px;
        text-align: center;
        font-size: 16px;
    }
    .hm-attorney-sec {
        padding: 45px 0;
    }
    .attorney-rit h2 {
        font-size: 50px;
        display: inline-block;
    }
    .attorney-rit p {
        font-size: 16px;
    }

    .hm-testimonials {
        padding: 45px 0;
    }
    .hm-testi-blk {
        gap: 25px;
    }
    .hm-testimonials h5 {
        letter-spacing: 2.92px;
        margin: 0 0 18px;
    }
    .hm-testimonials .text-heading {
        margin: 0 0 30px;
    }
    .testi-item {
        padding: 25px 25px 65px;
    }
    .testi-item h4 {
        font-size: 20px;
        margin: 0px 0 20px;
    }
    .testi-item h3 {
        font-size: 25px;
    }
    .hm-testi-list.owl-carousel .owl-nav {
        gap: 25px;
        margin: 22px auto 0;
    }
    .hm-testi-list.owl-carousel {
        margin: 0 0 30px;
    }
    .hm-crmnl-sec {
        padding: 45px 0;
    }
    .hm-crmnl-blck p, .criminal-lst-cnt p {
        margin: 0px 0 15px;
        line-height: 1.65;
        font-size: 16px;
    }
    .hm-crmnl-blck li {
        font-size: 16px;
        margin: 0 0 10px;
        padding-left: 10px;
    }
    .hm-crmnl-blck li:before {
        width: 6px;
        height: 6px;
    }
    .hm-crmnl-blck {
        margin: 0 auto 25px;
        width: 100%;
    }

    .hm-crmnl-itm {
        padding: 30px 20px 35px;
    }
    .hm-crmnl-itm::after {
        font-size: 34px;
        letter-spacing: -1px;
        left: 20px;
        top: 35px;
    }
    .hm-crmnl-itm-img {
        margin: 0 0 20px auto;
        width: 45px;
    }
    .hm-crmnl-itm h4 {
        font-size: 25px;
        margin: 0 0 15px;
    }
    .hm-crmnl-itm p {
        font-size: 16px;
    }

    .hm-trail-blck {
        padding: 45px 20px;
        width: 100%;
    }
    .hm-trail-cnt h2 {
        font-size: 48px;
        letter-spacing: 0;
    }
    .hm-trail-cnt h2 small {
        font-size: 32px;
        letter-spacing: 0;
    }
    .hm-trail-cnt p {
        margin: 0 0 30px;
        font-size: 16px;
    }
    .hm-local-sec {
        padding: 45px 0;
    }
    .hm-local-blck h5 {
        font-size: 20px;
        letter-spacing: 0;
        margin: 0 0 13px;
    }
    .hm-local-blck .text-heading {
        margin: 0 0 15px;
        font-size: 22px;
    }
    .hm-local-blck p {
        margin: 0 0 17px;
        line-height: 1.65;
        font-size: 16px;
    }

    .accordion-section {
        padding: 45px 0;
    }
    .accordion-item h3 {
        padding: 18px 54px 18px 30px;
        font-size: 19px;
        background-position: right 16px center;
        background-size: 32px;
    }
    .accordion-item p {
        font-size: 17px;
    }
    .accordion-item.active p {
        padding: 20px 30px 25px;
    }
    .accordion-item {
        margin: 0 0 15px;
    }
    .accordion {
        margin: 0 0 30px;
    }

    .ftr-block-sec {
        padding: 45px 0;
    }
    .hm-form-sec {
        padding: 30px 20px;
    }
    .hm-form-sec p {
        margin: 0 0 17px;
        font-size: 17px;
    }
    .hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {
        padding: 12px 12px !important;
        font-size: 16px !important;
    }
    .hm-form .gform_wrapper .top_label input[type="submit"] {
        padding: 16px 24px !important;
        font-size: 16px !important;
    }
    .ftr-blck {
        gap: 25px;
    }
    .ftr-itm h4 {
        font-size: 25px;
    }
    .ftr-content p {
        line-height: 1.55;
        font-size: 16px;
    }
    #footer-navigation ul {
        margin: 0 0 30px;
    }
    .ftr-add-blck {
        flex-wrap: wrap;
        justify-content: center;
    }
    .cpy-inr p, .cpy-inr p a {
        font-size: 16px;
    }
    #footer-navigation ul li a {
        font-size: 17px;
    }
    #footer-navigation ul li {
        margin: 0 16px;
    }
    .popup .popuptext {
        width: 481px;
    }
    .hm-form-sec h2 {
        font-size: 32px;
    }
    .hm-form-sec p {
        margin: 0px 0 14px;
        font-size: 16px;
        line-height: 1.3;
    }

    .ftr-itm {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        padding: 70px 15px 20px;
        text-align: center;
        border: 1px solid #505257;
    }
    .ftr-itm::before {
        left: 0;
        top: -5px;
        right: 0;
        margin: auto;
    }
    .ftr-itm p {
        line-height: 1.5;
    }
    .hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield{
        max-width:100%;
        width:100%;
    }
    .gchoice.gchoice_3_9_1 {
        justify-content: flex-start;
    }
    .popup .popuptext {
        width: 100%;
    }
    .hm-form .chk .gfield_description.validation_message {
        bottom: -20px !important;
        right: inherit !important;
        left: 0;
    }
    .page-container, .post-container {
        max-width:100%;
        padding: 0 15px;
    }

    #main-heading h1 {
        font-size: 30px;
        margin: 0 0 5px;
    }
    #main-heading .inrpg-breadcrumbs {
        font-size: 15px;
        letter-spacing: 0.4px;
    }
    #post-content, #page-content {
        padding: 40px 0;
    }
    .page-feature-img, .single-thumbnail {
        margin: 0 0 21px;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 27px;
    }
    #page-column h3 {
        font-size: 25px;
    }
    #page-column h4 {
        font-size: 23px;
    }
    #page-column h5 {
        font-size: 21px;
    }
    #page-column h6 {
        font-size: 19px;
    }
    #page-column p, #page-column li {
        font-size: 15px;
        line-height: 1.6;
        margin: 0 0 17px 0;
    }
    .inn-cmn-blk {
        padding: 0px 15px 20px;
        gap: 17px;
        margin: 20px auto;
        flex-direction: column-reverse;
        width: 100%;
        max-width: 420px;
    }
    .inn-cmn-lftblk {
        width: 100%;
        text-align: center;
    }
    #page-column .inn-cmn-lftblk h2 {
        font-size: 24px;
        line-height: 1.2;
        margin: 0 0 12px;
    }
    #page-column .inn-cmn-lftblk h2 strong {
        font-size: 27px;
    }
    .inn-cmn-riteimg {
        padding: 10px 50px 0 50px;
        width: 100%;
        border-bottom: 2px solid #ffffff;
    }
    .inn-cmn-blk.scnd_cmnblk {
        padding: 20px 10px 20px;
    }
    #page-column .inn-cmn-riteblk h2 {
        font-size: 21px;
        border-width: 2px;
    }
    #page-column .inn-cmn-riteblk h2 strong {
        font-size: 26px;
        letter-spacing: 1px;
    }
    .scnd-cta-btns {
        gap: 10px;
        flex-direction: column-reverse;
    }
    #page-column .scnd-cta-btns .cnslt-call h5 a::before {
        width: 40px;
        height: 28px;
    }
    .cnslt-call {
        padding: 0 0 0 48px;
    }
    #page-column .scnd-cta-btns .cnslt-call h5 {
        font-size: 14px;
    }
    #page-column .scnd-cta-btns .cnslt-call h5 a {
        font-size: 23px;
        margin: 0px 0 0;
    }
    #page-column .inn-cmn-blk a.cmn-btn {
        padding: 13px 13px;
    }
    #page-column ul li:before {
        width: 7px;
        height: 7px;
        top: 8px;
    }
    .sidebar-page .sidebar-menu-pa ul li a {
        font-size: 18px;
        padding: 12px 36px 12px 30px;
    }
    .sidebar-page .sidebar-item h2, h4.widget-title {
        padding: 0 0 13px;
        font-size: 30px;
        margin: 0 0 10px;
    }
    .sidebar-page .sidebar-menu-pa ul li .drop.close, .sidebar-page .sidebar-menu-pa ul li .drop.open {
        right: 16px;
        top: 15px;
    }
    .sidebar-page .sidebar-menu-pa ul li a::before {
        width: 6px;
        height: 6px;
        top: 18px;
        left: 15px;
    }
    .sidebar-page .sidebar-item {
        margin: 0 0 25px;
        padding: 25px 10px 18px;
    }

    #page-content .review-item {
        padding: 20px 15px 45px 15px;
        margin-bottom: 20px;
    }
    #page-content .review-item .star-rat {
        width: 110px;
        height: 24px;
        margin: 0 0 15px -10px;
    }
    #page-content .review-item h4 {
        font-size: 19px;
        margin: 0 0 17px;
    }
    #page-content .review-item p {
        font-size: 15px;
        line-height: 1.5;
        margin: 0 0 25px;
    }
    #page-content .review-item h5 {
        bottom: 27px;
        left: 15px;
        font-size: 20px;
    }
    .inn-bann-rgt img {
        object-fit: cover;
        height: 300px;
        object-position: top center;
    }

    .inn-cont-map iframe {
        height: 250px;
    }
    .single-pagination .nav-links a {
        font-size: 14px;
        width: 125px;
        padding: 13px 15px 12px;
        letter-spacing: 0.6px;
    }
    #page-column section.widget.widget_team_member .team-inner-list{
        max-width: 320px;
        width: 100%;
        margin: auto;
    }
    #page-column section.widget.widget_team_member .team_member_item {
        width: 100%;
    }
    .cmn-box-cnslt-btn{
        flex-direction: column;
    }
}

@media screen and (max-width:680px) {
    .hm-trail-lst {
        flex-direction: column-reverse;
    }
}
@media screen and (max-width:650px) {
    #page-column .case-results-cta .case-item{
        width: 100%;
    }
}
@media screen and (max-width:640px) {
    #page-content .areaserved-item {
        width: 100%;
    }
    #page-content .areaserved-item-list {
        padding: 30px 15px;
    }

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

    .hm-form .gfield.gfield--type-text, .hm-form .gfield.gfield--type-phone, .hm-form .gfield.gfield--type-email {
        width: 100% !important;
    }
    fieldset#field_3_9 {
        width: 100%;
    }
    .gchoice.gchoice_3_9_1 {
        justify-content: flex-start;
    }
    .hm-form .chk .gfield_description.validation_message {
        bottom: -20px !important;
        right: inherit !important;
        left: 0;
    }
    .hm-form-sec .gform_wrapper .form-links,
    .hm-form-sec .gfield.gfield--type-html.popfield {
        width:100%;
        max-width:100%;
    }
}

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

    .text-heading br {
        display: none;
    }

    .logo-section {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    .header-sticky .sticky-cnt a:before, .header-sticky .sticky-cnt button:before {
        transform: scale(0.8);
    }


    .hm-bann-sec {
        padding: 40px 0 0;
    }
    .hm-bann-lft h1 {
        font-size: 35px;
        letter-spacing: 0;
        text-align: center;
        line-height: 1.1;
    }
    .hm-bann-lft h1 small {
        font-size: 23px;
        letter-spacing: 0;
    }
    .hm-bann-lft p br {
        display: none;
    }
    .hm-bann-lft p {
        margin: 0 0 17px;
    }
    .hm-bann-lft h1 strong {
        font-weight: 400;
        position: relative;
        display: inline-block;
        display: block;
        width: max-content;
        margin: auto;
    }
    .hm-bann-rgt img {
        height: 400px;
    }
    .hm-bann-lft h1 strong::after {
        height: 15px;
    }

    .hm-bann-blck {
        gap: 20px;
    }
    .hm-bann-rgt {
        max-width: 320px;
    }


    .text-heading {
        font-size: 25px;
        letter-spacing: 0px;
        margin: 0 0 15px;
    }

    .hm-bann-btm-sec {
        padding: 45px 0px;
    }
    .bnr-btm-item:nth-child(2) .bnr-btm-img, .bnr-btm-item:nth-child(3) .bnr-btm-img {
        width: 50px;
    }
    .bnr-btm-item {
        padding: 25px;
        width: 280px;
    }
    .bnr-btm-img {
        width: 55px;
    }
    .bnr-btm-item:nth-child(2) .bnr-btm-img, .bnr-btm-item:nth-child(3) .bnr-btm-img {
        width: 45px;
    }
    .bnr-btm-item h5 {
        font-size: 19px;
        letter-spacing: 0.4px;
    }


    .hm-defense-sec {
        padding: 40px 0;
    }

    .defense-lft {
        width: 280px;
    }
    .defense-list {
        gap: 20px;
    }
    .defense-rit p {
        line-height: 1.45;
    }


    .hm-pract-core-service-sec {
        padding: 40px 0 190px;
    }
    .hm-practice-areas-heading {
        margin-bottom: 25px;
    }
    .hm-core-services-sec {
        padding: 40px 0 0;
    }

    .hm-awards-sec {
        padding: 40px 0;
    }
    .hm-awards-sec h2.text-heading {
        margin-bottom: 25px;
        font-size: 28px;
    }
    .hm-awards-itm.middle-award {
        margin: 0 auto;
    }
    .hm-awards-itm {
        max-width: 230px;
    }

    .hm-testimonials {
        padding: 40px 0;
    }
    .hm-testi-rgt-img img {
        height: 400px;
    }
    .hm-testi-blk {
        gap: 20px;
    }
    .hm-testimonials h5 {
        letter-spacing: 1.5px;
        margin: 0 0 15px;
    }
    .hm-testimonials .text-heading {
        margin: 0 0 22px;
    }
    .hm-testi-list.owl-carousel .owl-nav button {
        transform: scale(0.8);
        margin: -5px;
    }
    .testi-item {
        padding: 20px 15px 60px;
    }
    .testi-item h3 {
        font-size: 22px;
    }
    .testi-item h4 {
        margin: 0px 0 15px;
    }
    .hm-testi-list.owl-carousel .owl-nav {
        gap: 20px;
    }
    .hm-attorney-sec {
        padding: 40px 0;
    }
    .attorney-lft {
        width: 280px;
        padding: 25px 25px 0;
    }
    .attorney-list {
        gap: 25px;
    }
    .attorney-rit h6 {
        font-size: 16px;
        letter-spacing: 1.5px;
    }
    .attorney-rit h2 {
        font-size: 38px;
    }
    .attorney-rit h5 {
        font-size: 22px;
        margin-bottom: 12px;
        letter-spacing: 0.2px;
    }
    .attorney-rit p {
        margin-bottom: 12px;
        line-height: 1.45;
    }
    .attorney-rit-btn a.cmn-btn {
        font-size: 14px;
    }

    .hm-crmnl-sec {
        padding: 45px 0;
    }
    .hm-crmnl-lst {
        gap: 17px;
    }
    .hm-crmnl-itm {
        padding: 25px 20px 30px;
    }
    .hm-crmnl-itm::after {
        font-size: 30px;
        letter-spacing: 0;
        left: 20px;
        top: 30px;
    }
    .hm-crmnl-itm-img {
        margin: 0 0 17px auto;
        width: 40px;
    }
    .hm-crmnl-itm h4 {
        font-size: 22px;
        margin: 0 0 12px;
    }

    .hm-trail-blck {
        padding: 40px 15px;
        width: 100%;
    }
    .hm-trail-cnt h4 {
        letter-spacing: 0.8px;
        margin-bottom: 15px;
        line-height: 1.2;
        font-size: 18px;
    }
    .hm-trail-cnt h2 {
        font-size: 35px;
        letter-spacing: 0.6px;
        margin-bottom: 10px;
    }
    .hm-trail-cnt h2 small {
        font-size: 25px;
        letter-spacing: 0.6px;
    }
    .hm-trail-cnt p {
        margin: 0 0 22px;
    }
    .hm-trail-phn h5 a {
        font-size: 24px;
    }
    .hm-trail-phn h5 a::before {
        transform: scale(0.65);
        left: -14px;
    }
    .hm-trail-phn {
        padding: 0 0 0 58px;
    }
    .hm-trail-phn h5 {
        font-size: 15px;
    }


    .hm-local-sec {
        padding: 40px 0;
    }
    .hm-local-blck .text-heading br {
        display: none
    }
    .text-heading strong{
        display: inline-block;
    }
    .hm-local-blck .text-heading small::after{
        display: none;
    }

    .accordion-section {
        padding: 40px 0;
    }
    .accordion-item h3 {
        padding: 15px 40px 15px 15px;
        font-size: 17px;
        background-position: right 8px center;
        background-size: 25px;
    }
    .accordion-item p {
        font-size: 16px;
        line-height: 1.5;
    }
    .accordion-item.active p {
        padding: 15px 15px 18px;
    }
    .accordion {
        margin: 0 0 25px;
    }

    .ftr-block-sec {
        padding: 40px 0;
    }
    .hm-form-sec h2 {
        font-size: 25px;
    }
    #footer-navigation ul li a {
        font-size: 16px;
    }
    #footer-navigation ul li {
        margin: 0 14px;
    }
    #footer-navigation ul li{
        margin-bottom: 10px;
    }
    #footer-navigation ul {
        margin: 0px 0 25px;
    }
    .popup .popuptext {
        width: 100%;
    }
    .ftr-logo {
        max-width: 150px;
    }
    .hm-form fieldset.gfield.gfield--type-checkbox{
        width: 100%;
    }
    #page-column .testimonial-cta-block .star-rating {
        width: 100px;
    }
    #page-column .testimonial-cta-block .testi-item h6 {
        font-size: 21px;
    }
    #page-column .case-results-cta .case-item p {
        font-size: 18px;
    }
    #page-column .widget.widget_related_insights ul li {
        font-size: 18px;
    }
    #page-column .widget.widget_related_insights ul li:before {
        top: 14px;
        width: 8px;
        height: 8px;
    }
    .inn-cmn-riteimg {
        padding: 10px 30px 0 30px;
    }
}


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

}

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

}

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

}

