/*
* owl-carousel.min.css
*/
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    animation-name: fadeOut
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.owl-height {
    transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
div#field_1_13 {
    display: none;
}
.banner-sec {
    padding: 200px 0 0;
    background-color: #0c1f2d;
    background-image: url(../images/banner-back-mobile.webp);
    background-size: cover;
    background-position: center;
    position: relative;
}
.banner-sec-before {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background-color: #0c212e;
    width: 100%;
    height: 5px;
    display: none;
}
@media screen and (min-width: 769px) {
    .banner-sec-before {
        display: block;
    }
}
@media screen and (min-width: 768px) {
    .banner-sec {
        padding: 200px 0 55px 0;
    }
}
@media screen and (min-width: 992px) {
    .banner-sec {
        padding: 170px 0 70px 0;
        background-image: url(../images/bnr-img-bg-tab.webp);
    }
}
@media screen and (min-width: 1390px) {
    .banner-sec {
        padding: 170px 0 70px 0;
        background-image: url(../images/bnr-img-bg.webp);
    }
}
@media screen and (min-width: 1241px) {
    .banner-sec {
        padding: 190px 0 85px 0;
    }
}
@media screen and (min-width: 1441px) {
    .banner-sec {
        padding: 220px 0 88px 0;
    }
}
@media screen and (min-width: 1601px) {
    .banner-sec {
        padding: 250px 0 92px 0;
    }
}
@media screen and (min-width: 1701px) {
    .banner-sec {
        padding: 300px 0 98px 0;
    }
}
@media screen and (min-width: 1801px) {
    .banner-sec {
        padding: 355px 0 105px 0;
    }
}
.banner-sec .container {
    max-width: 1800px;
    padding: 0 50px 0 60px;
}
.banner-sec .bnr-main .bnr-cnt h1,
.banner-sec .bnr-main .bnr-cnt span.heading {
    font-family: "Frank Ruhl Libre", serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    color: #fff;
    margin: 0 0 38px;
    display: inline-block;
}
.banner-sec .bnr-main .bnr-cnt h1 strong,
.banner-sec .bnr-main .bnr-cnt span.heading strong {
    font-size: 105px;
    font-weight: 700;
    letter-spacing: -3px;
    color: #e16e09;
    text-transform: uppercase;
}
.banner-sec .bnr-main .bnr-cnt h1 span,
.banner-sec .bnr-main .bnr-cnt span.heading span {
    font-size: 40px;
    letter-spacing: 0;
}
.banner-sec .bnr-main .bnr-cnt h5,
span.hire {
    font-family: Syne, sans-serif;
    font-size: 25px;
    font-weight: 500;
    display: block;
    line-height: 1;
    letter-spacing: 15px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    padding: 0 0 0 235px;
    margin: 0 0 35px;
}
.banner-sec .bnr-main .bnr-cnt h5::before,
span.hire::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #fff;
    width: 185px;
    height: 1px;
}
.banner-sec .bnr-btn-sec {
    display: flex;
    justify-content: space-between;
}
.banner-sec .bnr-btn {
    display: flex;
    justify-content: space-between;
    width: 51.3%;
}
.banner-sec .bnr-btn-get-knw a.cmn-btn.hmPopup {
    padding: 28px 95px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/play-btn-v2.webp);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 80px 20px;
    padding-left: 120px;
}
.banner-sec .bnr-btn-get-knw a.cmn-btn.hmPopup::before {
    display: none !important;
}
.banner-sec .bnr-btn-get-knw.con a.cmn-btn {
    background-color: #0c334d;
    padding: 28px 62px;
}
.banner-sec .bnr-btn-get-knw.con a.cmn-btn:hover {
    background-color: #e16e09;
}
.banner-sec .bnr-prsnl-injry {
    width: 23%;
    border-top: 1px solid #e16e09;
}
.banner-sec .bnr-prsnl-injry h4 {
    font-family: Syne, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0 0 0;
    margin: 0;
}
.banner-sec .bnr-prsnl-injry h4 strong {
    font-weight: 400;
    text-align: right;
    display: block;
}
.banner-sec .bnr-prsnl-injry h4 span {
    color: #e16e09;
    font-weight: 700;
}
.banner-sec .bnr-prsnl-injry h4 span:hover {
    color: #ffff;
    transition: 0.3s;
}
video {
    width: 100%;
}
.pract-image video {
    height: auto !important;
}
.practiceareas-sec {
    background-color: #0e2432;
    padding: 210px 0 112px;
    position: relative;
}
.practiceareas-sec-before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../images/ftr-bfr-2.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    width: 100%;
    height: 103px;
}
.practiceareas-sec .practice-head {
    text-align: center;
    margin: 0 0 60px;
}
.practiceareas-sec .practice-head h2.one {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 187px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#223a4a, #0000001c);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
.practiceareas-sec .practice-head h2.two {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 94px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1.8px;
    text-transform: capitalize;
    color: #fff;
    margin: -80px 0 0;
}
.practiceareas-sec .practice-main {
    display: flex;
    flex-wrap: wrap;
    gap: 22px 30px;
    margin: 0 0 90px;
}
.practiceareas-sec .pract-itm {
    width: 32%;
    position: relative;
    background-color: #0d1a23;
}
.practiceareas-sec .pract-image {
    filter: grayscale(1);
    position: relative;
}
.practiceareas-sec .pract-itm::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    width: 23.8%;
    height: 25.6%;
    z-index: 1;
}
.practiceareas-sec .pract-itm:hover .pract-image {
    opacity: 64%;
}
.practiceareas-sec .pract-itm::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: linear-gradient(#0d1a2345, #0e2432);
    width: 100%;
    height: 100%;
}
.practiceareas-sec .pract-itm:hover:before {
    border-left: 5px solid #e16e09;
    border-bottom: 5px solid #e16e09;
    z-index: 1;
}
.practiceareas-sec .pract-itm:hover .pract-image {
    filter: inherit;
}
.practiceareas-sec .pract-itm .pract-image img {
    display: block;
    width: 100%;
    height: 274px;
    object-fit: cover;
}
.practiceareas-sec .pract-itm h3 {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    position: absolute;
    bottom: 25px;
    left: 35px;
    z-index: 1;
}
.practiceareas-sec .pract-btn {
    text-align: center;
}
.practiceareas-sec a.cmn-btn {
    font-size: 20px;
    letter-spacing: 0.2px;
    padding: 25px 53px;
}
.hover a {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.hm-testimonials {
    background-color: #0b2433;
    position: relative;
    padding: 65px 0 40px;
    background-image: url(../images/testi-back-mobile.webp);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
    .hm-testimonials {
        background-image: url(../images/testi-back.webp);
    }
}
.hm-testimonials-after {
    position: absolute;
    bottom: 18.9%;
    left: 0;
    right: 0;
    background-color: #000;
    width: 100%;
    height: 1px;
    display: none;
}
@media screen and (min-width: 992px) {
    .hm-testimonials-after {
        display: block;
    }
}
.hmfaq-sec .genpg-rite {
    width: 94% !important;
    margin: 25px auto;
    float: none !important;
}
.hmfaq-sec .accordion-section-title,
.hmfaq-sec .page_default .genpg-rite .accordion-section-title {
    background-color: #0c334d;
    padding: 20px 50px 20px 30px;
    display: block !important;
    color: #fff;
}
.hmfaq-sec .page_default {
    padding: 25px !important;
    position: relative;
    background-color: #081b26;
}
.hmfaq-sec .page_default .genpg-rite h3 a:before {
    position: absolute;
    content: "";
    top: 0;
    right: 20px;
    width: 15px;
    height: 15px;
    bottom: 0;
    margin: auto;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: center;
}
.hmfaq-sec .page_default .genpg-rite h3 a.accordion-section-title.active:before,
.hmfaq-sec h3 a.accordion-section-title.active:before {
    transform: rotate(316deg);
}
.hmfaq-sec .accordion-section-title.active,
.hmfaq-sec .accordion-section-title:hover {
    background-color: #e16e09 !important;
}
.hm-testimonials h2,
.hmfaq-sec h2 {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 80px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    margin: 0 0 60px;
}
.hmfaq-sec,
.hmfaq-sec li,
.hmfaq-sec p {
    font-family: Syne, sans-serif;
    font-size: 20px;
    line-height: 1.6;
    color: #fff;
    letter-spacing: 0;
    font-weight: 400;
}
.hmfaq-sec .accordion .accordion-section .accordion-section-content ul {
    padding: 0 0 0 60px;
    margin: 0;
}
.hmfaq-sec .page_default .genpg-rite .accordion-section-content li {
    padding-left: 25px;
    position: relative;
}
.hmfaq-sec .page_default .genpg-rite .accordion-section-content ul li:before {
    background: #e16e0a;
    width: 14px;
    height: 14px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 10px;
    border-radius: 100px;
}
.hmfaq-sec li,
.hmfaq-sec li p {
    margin: 6px 0 !important;
}
.hmfaq-sec ul {
    margin-bottom: 25px !important;
}
.hmfaq-sec .accordion-section-content {
    margin-bottom: 25px;
}
.hmfaq-sec h3 a {
    font-size: 24px;
    font-family: Syne, sans-serif;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.5px;
    position: relative;
    margin-bottom: 20px;
}
.hm-testimonials .hm-testi-item {
    padding: 0 80px 0 0;
    position: relative;
}
.hm-testimonials .hm-testi-item:last-child {
    margin: 0;
}
.hm-testimonials .hm-testi-item::before {
    position: absolute;
    content: "";
    top: 0;
    right: 55px;
    background-image: url(../images/hm-sprites.webp);
    background-position: -8px -49px;
    width: 43px;
    height: 50px;
}
.hm-testimonials .hm-testi-item::after {
    position: absolute;
    content: "";
    top: 20px;
    right: 138px;
    background-color: #cf670b;
    width: 47%;
    height: 1px;
}
.hm-testimonials .star-rat {
    background-image: url(../images/hm-sprites.webp);
    background-position: -34px -8px;
    width: 195px;
    height: 35px;
    margin: 0 0 23px;
}
.hm-testimonials .hm-testi-item p {
    font-family: Syne, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.7;
    color: #fff;
    margin: 0 0 30px;
}
.hm-testimonials .hm-testi-item h5,
.hm-testimonials .hm-testi-item p.client {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #e16e09;
    margin: 0;
}
.hm-testimonials .hmtesti-btn {
    text-align: center;
}
.hm-testimonials a.cmn-btn {
    font-size: 23px;
    letter-spacing: 0.2px;
    padding: 25px 30px;
    z-index: 1;
    position: relative;
}
.hm-testimonials .testi-blck.owl-carousel {
    margin: 0 0 75px;
}
.hm-testimonials .testi-blck .owl-nav {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -140px;
    display: flex !important;
    width: 44%;
    justify-content: space-between;
    background-color: #0e2432;
    padding: 0 25px;
}
.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-next,
.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-prev {
    width: 55px;
    height: 55px;
    font-size: 0;
    border: 1px solid #e16e09;
    border-radius: 50%;
    position: relative;
}
.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-next::before,
.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-prev::before {
    position: absolute;
    content: " ";
    background-image: url(../images/hm-sprites.webp);
    width: 31px;
    height: 26px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-prev::before {
    background-position: -66px -56px;
}
.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-next::before {
    background-position: -112px -56px;
}
.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-next:hover,
.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #e16e09;
    border-radius: 50%;
    transition: 0.3s;
}
.hmlegalattorneys-sec {
    background-color: #132a36;
    background-image: url(../images/mob-legalattorneys-back.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 992px) {
    .hmlegalattorneys-sec {
        background-image: url(../images/legalattorneys-back.webp);
    }
}
.hmlegalattorneys-sec .container {
    max-width: 1535px;
}
.hmlegalattorneys-sec .legal-attrny-total {
    display: flex;
    flex-direction: column;
    padding: 75px 0;
}
.hmlegalattorneys-sec .legal-attrny-cnt h2 {
    font-family: Syne, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 6.6px;
    text-align: center;
    text-transform: uppercase;
    color: #e16e09;
    margin: 0 0 10px;
}
.hmlegalattorneys-sec .legal-attrny-cnt h3 {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 100px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
}
.hmlegalattorneys-sec .legal-btn {
    text-align: right;
    margin: -60px 0 0 0;
}
.hmlegalattorneys-sec .legal-btn a.cmn-btn {
    font-size: 23px;
    letter-spacing: 0.2px;
}
.hmlegalattorneys-sec .legal-attrny-mdl-sec {
    padding: 59.4% 0 0;
}
.hmlegalattorneys-sec .legal-attrny-btm-cnt h3,
.hmlegalattorneys-sec .legal-attrny-btm-cnt p {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 120px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -2.4px;
    text-transform: capitalize;
    color: #e16e09;
    margin: 0;
    display: block;
}
.hmlegalattorneys-sec .legal-attrny-btm-cnt h3 strong,
.hmlegalattorneys-sec .legal-attrny-btm-cnt p strong {
    text-align: center;
    font-weight: 400;
    display: block;
    text-align: right;
    background: -webkit-linear-gradient(#fff, #f2f2f20f);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hm-form-sec {
    position: relative;
    padding: 387px 0 0;
    background-color: #0e2532;
    z-index: 1;
}
@media screen and (min-width: 992px) {
    .hm-form-sec {
        background-image: url(../images/ftr-form-back.webp);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top center;
    }
}
.hm-form-sec-before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../images/ftr-bfr.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    width: 100%;
    height: 103px;
    display: none;
}
@media screen and (min-width: 992px) {
    .hm-form-sec-before {
        display: block;
    }
    .hm-form-sec-after {
        position: absolute;
        top: 0;
        right: 0;
        margin: auto;
        opacity: 33%;
        background: linear-gradient(135deg,
                rgba(21, 65, 91, 1) 0,
                rgba(20, 61, 85, 1) 43%,
                rgba(18, 50, 70, 1) 100%);
        width: 31.1%;
        height: 29.5%;
        z-index: -1;
    }
}
.hm-form-sec .container {
    max-width: 100%;
}
.hm-form-sec .ftr-form-main {
    background-color: #0e2432;
    padding: 62px 130px 35px;
    float: right;
    width: 50%;
    position: relative;
    z-index: 1;
}
.hm-form-sec .ftr-form-main::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../images/form-tp-shape.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    width: 100%;
    height: 92px;
}
.hm-form-sec .ftr-form-respo-image {
    display: none;
}
.hm-form-sec .ftr-form-respo-image img {
    display: block;
    width: 100%;
}
.hm-form-sec .ftr-form-main::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-image: url(../images/ftr-form-layer.webp);
    opacity: 60%;
    width: 40.3%;
    height: 100%;
    z-index: -1;
}
.hm-form-sec .ftr-form-main h2 {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 76px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    margin: 0 0 32px;
}
.hm-form-sec .ftr-form-main p {
    font-family: Syne, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #506f84;
    margin: 0 0 38px;
    text-align: center;
}
.hm-form-sec .gform_wrapper .gform_footer.before {
    text-align: center;
    padding: 0;
    margin: 48px 0 0;
    justify-content: center;
}
.hm-form-sec .gform_wrapper input#gform_submit_button_1 {
    display: inline-block;
    font-family: Syne, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    background-color: #e16e09 !important;
    border-radius: 5px;
    color: #fff;
    padding: 25px 20px;
    border: none !important;
    width: 427px !important;
    z-index: 1;
}
.hm-form-sec .gform_wrapper input#gform_submit_button_1:hover {
    background-color: #0c334d !important;
    transition: 0.3s !important;
}
.hm-form-sec .gform_wrapper .gfield {
    position: relative;
}
div#popup-container {
    position: absolute;
}
.hm-form-sec .gform_wrapper ul.gform_fields ul {
    margin: 0;
    padding: 0;
}
.hm-form-sec .gform_wrapper ul.gform_fields li {
    margin: 0 0 25px 0;
    padding: 0 !important;
}
.hm-form-sec .gform_wrapper ul.gform_fields li.form-top {
    margin: 0;
    text-align: left;
}
.hm-form-sec .gform_wrapper ul.gform_fields li.phn {
    margin-right: 0 !important;
}
.hm-form-sec .gform_wrapper .top_label input,
.hm-form-sec .gform_wrapper .top_label textarea,
.hm-form-sec .gform_wrapper select {
    margin: 0;
    width: 100% !important;
    outline: 0;
    position: relative;
    border-radius: 0 !important;
    border: 1px solid #375162;
    padding: 20px 25px !important;
    transition: all 0.5s;
    font-family: Syne, sans-serif;
    font-size: 20px !important;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.4px;
    background-color: #1a384b !important;
    color: #fff !important;
    height: auto;
    resize: none;
}
.hm-form-sec .gform-theme--foundation .gfield textarea.large {
    width: 100%;
    float: left;
    height: 180px !important;
    margin: 0 0 10px;
    padding: 12px;
    min-block-size: inherit !important;
}
.hm-form-sec .gform-theme--foundation {
    --gf-form-gap-y: 15px !important;
}
.hm-form-sec .gform_wrapper .popup .popuptext {
    position: relative;
    z-index: 2;
    width: 100% !important;
}
.hm-form-sec .form-top,
.hm-form-sec .gform_wrapper .form-links {
    color: #506f84 !important;
}
.hm-form-sec .gform-theme--framework .gform-field-label--type-inline,
.hm-form-sec .gform_wrapper .form-links a {
    font-family: Syne, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.3px;
    text-decoration: none;
    color: #506f84;
    display: inline-block;
    cursor: pointer;
    margin: 0;
}
.hm-form-sec .gform_wrapper .form-links a:hover {
    color: #e16e09;
}
.form-top span,
.hm-form-sec .gform_wrapper .top_label .chkbx label span {
    color: #ed3731;
}
.hm-form-sec .gform_wrapper .gfield_radio label,
.hm-form-sec .gform_wrapper .top_label .chkbx label {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #fff;
}
.hm-form-sec .gform_wrapper .top_label .chkbx label {
    font-weight: 700;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    float: left;
    clear: both;
    width: 15px !important;
    height: 15px !important;
    background-color: #fff !important;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
    border-radius: 0;
    max-width: inherit !important;
}
.hm-form-sec .gform_wrapper .gform_footer.top_label {
    padding: 0;
    margin: 16px 0 0;
    text-align: center;
}
.hm-form-sec .gform_wrapper .top_label input[type="submit"] {
    background-color: #231f20 !important;
    outline: 0 !important;
    border: 0 none !important;
    border-radius: 0 !important;
    cursor: pointer;
    transition-duration: 0.5s;
    font-style: normal !important;
    color: #fff !important;
    width: 250px !important;
    font-size: 18px !important;
    padding: 20px 15px !important;
    text-transform: capitalize !important;
    height: auto !important;
    margin: 0;
}
.hm-form-sec .gform_wrapper .top_label input[type="submit"]:hover {
    background-color: #231f20 !important;
}
.hm-form-sec input {
    --placeholdercolor: #787878;
}
.hm-form-sec .gform_wrapper .top_label .gfield_label {
    display: none;
}
.hm-form-sec .gform_wrapper div.validation_error {
    text-align: center;
    border: none;
    padding: 0 !important;
}
.hm-form-sec .gform_wrapper .validation_message,
.hm-form-sec .gform_wrapper div.validation_error {
    color: red;
    letter-spacing: 0.56px;
    font-size: 15px;
    line-height: 18px;
}
.hm-form-sec .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
.hm-form-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}
.hm-form-sec .gform_wrapper li.gfield.gfield_error,
.hm-frmsec .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: inherit !important;
    border: none;
    padding: 0 !important;
    margin-top: 0 !important;
}
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.popup .popuptext {
    visibility: hidden;
    color: #000;
    position: absolute;
    transition: transform 0.15s ease-out 0.15s;
    z-index: 1;
    margin: 0;
    text-align: center;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 14px;
    color: #000;
    transition: transform 0.15s ease-out;
    display: inline-block;
    width: 100% !important;
    max-width: 100% !important;
    line-height: 2;
    pointer-events: none;
}
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: relative;
    z-index: 9;
}
.gform_button.disabled {
    pointer-events: none;
}
.hm-form-sec .gform_wrapper .gform-theme--framework .gfield--type-choice .gfield_checkbox,
.hm-form-sec .gform_wrapper .gform-theme--framework .gfield--type-choice .gfield_radio {
    float: right;
    margin: -30px 0 0;
}
.hm-form-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
    margin: 0;
    position: absolute;
    right: 10px !important;
    top: 9px;
}
.hm-form-sec .gfield_description.instruction.validation_message {
    top: 44px !important;
}
.hm-form-sec .gform_wrapper .gravity-theme .description,
.hm-form-sec .gform_wrapper.gravity-theme .gfield_description,
.hm-form-sec .gform_wrapper.gravity-theme .gsection_description,
.hm-form-sec .gform_wrapper.gravity-theme .instruction {
    position: absolute;
    background: 0 0;
    padding: 0;
    line-height: 1;
    color: red;
    font-size: 12px;
    right: 10px;
    bottom: 5px;
    font-weight: 500;
    width: auto;
    border: none;
    margin: 0;
    pointer-events: none;
}
.hm-form-sec .gform_wrapper .gform_validation_errors {
    display: none;
}
.hm-form-sec .gform_wrapper .gfield {
    position: relative;
}
a.cmn-btn {
    display: inline-block;
    font-family: Syne, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    background-color: #e16e09;
    border-radius: 5px;
    color: #fff;
    padding: 25px 20px;
}
a.cmn-btn:hover {
    background-color: #0c334d;
}
.two-sec-main-bg {
    background-color: #0c1f2d;
    background-image: url(../images/two-sec-main-bg-mobile.webp);
    background-size: cover;
    padding: 25px 0 30px;
}
@media screen and (min-width: 768px) {
    .two-sec-main-bg {
        padding: 25px 0 50px;
    }
}
@media screen and (min-width: 992px) {
    .two-sec-main-bg {
        padding: 30px 0 50px;
        background-image: url(../images/two-sec-main-bg.webp);
    }
}
@media screen and (min-width: 1241px) {
    .two-sec-main-bg {
        padding: 40px 0 80px;
    }
}
@media screen and (min-width: 1441px) {
    .two-sec-main-bg {
        padding: 80px 0 100px;
    }
}
@media screen and (min-width: 1601px) {
    .two-sec-main-bg {
        padding: 100px 0 160px;
    }
}
.aboutour-sec {
    padding: 0 0 100px;
    position: relative;
    z-index: 1;
}
.aboutour-sec.hm_copy {
    padding: 0 0 75px;
}
.aboutour-sec::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    clip-path: polygon(0 0, 100% 16%, 100% 100%, 0 100%);
    background-image: linear-gradient(#072943, #0a1e2c);
    width: 20%;
    height: 64%;
    z-index: -1;
}
.aboutour-sec .aboutour-head {
    text-align: center;
    margin: 0 0 40px;
}
.aboutour-sec .aboutour-head h2,
.aboutour-sec .aboutour-head span {
    font-family: Syne, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 6.6px;
    text-transform: uppercase;
    color: #e16e09;
    margin: 0 0 7px;
    display: inline-block;
}
.aboutour-sec .aboutour-head h1,
.aboutour-sec .aboutour-head h2 {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 100px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
}
.aboutour-sec .aboutour-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.aboutour-sec .left-cnt {
    width: 45.9%;
    position: relative;
    z-index: 1;
}
.aboutour-sec .left-cnt::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(to bottom,
            rgba(10, 30, 44, 0.02) 0,
            rgba(10, 30, 44, 0.09) 16%,
            rgba(10, 30, 44, 0.17) 24%,
            rgba(10, 30, 44, 0.2) 25%,
            rgba(10, 30, 44, 0.22) 27%,
            rgba(10, 30, 44, 0.32) 32%,
            rgba(10, 30, 44, 0.35) 33%,
            rgba(10, 30, 44, 0.36) 34%,
            rgba(10, 30, 44, 0.39) 35%,
            rgba(10, 30, 44, 0.41) 37%,
            rgba(10, 30, 44, 0.46) 38%,
            rgba(10, 30, 44, 0.52) 41%,
            rgba(10, 30, 44, 0.53) 42%,
            rgba(10, 30, 44, 0.56) 43%,
            rgba(10, 30, 44, 0.6) 46%,
            rgba(10, 30, 44, 0.67) 48%,
            rgba(10, 30, 44, 0.73) 53%,
            rgba(10, 30, 44, 0.77) 54%,
            rgba(10, 30, 44, 0.8) 55%,
            rgba(10, 30, 44, 0.86) 60%,
            rgba(10, 30, 44, 0.86) 61%,
            rgba(10, 30, 44, 0.9) 63%,
            rgba(10, 30, 44, 0.92) 65%,
            rgba(10, 30, 44, 0.92) 66%,
            rgba(10, 30, 44, 0.95) 68%,
            rgba(10, 30, 44, 0.96) 72%,
            rgba(10, 30, 44, 0.98) 74%,
            rgba(10, 30, 44, 1) 84%,
            rgba(10, 30, 44, 0.99) 100%);
    width: 100%;
    height: 100%;
}
.aboutour-sec .left-cnt .justice-years {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: -30px;
    width: 100%;
}
.aboutour-sec .left-cnt .justice {
    width: 46.4%;
}
.aboutour-sec .left-cnt .left-image {
    position: relative;
    z-index: -2;
}
.aboutour-sec .left-cnt .justice-img img,
.aboutour-sec .left-image img {
    display: block;
    width: 100%;
}
.aboutour-sec .right-cnt {
    width: 48.8%;
    border-left: 1px solid rgb(255 255 255 / 10%);
    padding: 0 0 0 30px;
}
.aboutour-sec .left-cnt .justice h4,
.aboutour-sec .left-cnt .justice span {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    position: relative;
    padding: 0 0 15px;
    display: inline-block;
}
.aboutour-sec .left-cnt .justice h4::before,
.aboutour-sec .left-cnt .justice span::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #e16e09;
    width: 160px;
    height: 2px;
}
.aboutour-sec .right-cnt h2,
.aboutour-sec .right-cnt h3,
.hm_copy h2 {
    font-family: Syne, sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: #e16e09;
    position: relative;
    margin: 0 0 14px;
}
@media screen and (min-width: 1601px) {
    .aboutour-sec .right-cnt h2,
    .aboutour-sec .right-cnt h3,
    .hm_copy h2 {
        font-size: 43px;
        letter-spacing: -1.2px;
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 1441px) {
    .aboutour-sec .right-cnt h2,
    .aboutour-sec .right-cnt h3,
    .hm_copy h2 {
        font-size: 38px;
        letter-spacing: -0.8px;
        margin: 0 0 16px;
    }
}
.aboutour-sec .right-cnt h2::before,
.aboutour-sec .right-cnt h3::before,
.hm_copy h2::before {
    position: absolute;
    content: "";
    top: 0;
    left: -33px;
    background-color: #e16e09;
    width: 5px;
    height: 90px;
}
.aboutour-sec .right-cnt li,
.aboutour-sec .right-cnt p,
.hm_copy li,
.hm_copy p {
    font-family: Syne, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.4px;
    color: #bfcdd5;
    margin: 0 0 30px;
}
.aboutour-sec .right-cnt li,
.hm_copy li {
    margin: -15px 0 25px 45px;
    line-height: 1.3;
}
.aboutour-sec .right-cnt li,
.aboutour-sec .right-cnt ul,
.hm_copy li,
.hm_copy ul {
    list-style: disc;
}
.aboutour-sec .right-cnt p span,
.hm_copy p span {
    color: #e16e09;
}
.aboutour-sec .right-cnt p a,
.hm_copy p a {
    display: inline-block;
    color: #e16e09;
}
.aboutour-sec .right-cnt p a:hover,
.hm_copy p a:hover {
    color: #fff;
}
.aboutour-sec a.cmn-btn {
    font-size: 20px;
    letter-spacing: 0.2px;
    border-radius: 10px;
}
.boardcertified-sec {
    padding: 25px 0 0;
}
.boardcertified-sec .boardcertified-main {
    display: flex;
    justify-content: space-between;
    gap: 42px;
}
.boardcertified-sec .boardcrtfd-itm {
    position: relative;
    border-top: 2px solid #e16e09;
    border-bottom: 2px solid #e16e09;
    padding: 32px 30px 30px 20px;
    width: 31.3%;
    background-color: #163041;
    background-image: -moz-linear-gradient(-90deg,
            rgba(12, 31, 44, 0) 0,
            #0e2432 100%);
    background-image: -webkit-linear-gradient(-90deg,
            rgba(12, 31, 44, 0) 0,
            #0e2432 100%);
    background-image: -ms-linear-gradient(-90deg,
            rgba(12, 31, 44, 0) 0,
            #0e2432 100%);
    margin: -60px 0 0 0;
    max-height: 490px;
}
.boardcertified-sec .boardcrtfd-itm::before {
    position: absolute;
    content: "";
    top: -1px;
    right: 0;
    background-color: #e16e09;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 100%);
    width: 30%;
    height: 10px;
}
.boardcertified-sec .boardcrtfd-itm::after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    background-color: #e16e09;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    width: 30%;
    height: 10px;
}
.boardcertified-sec .boardcrtfd-itm.experi {
    margin: 0;
    max-height: 520px;
}
.boardcertified-sec .boardcrtfd-itm h3,
.boardcertified-sec .boardcrtfd-itm h4 {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
    margin: 0 0 27px;
}
.boardcertified-sec .boardcrtfd-itm ul {
    margin: 0;
}
.boardcertified-sec .boardcrtfd-itm ul li:last-child {
    margin: 0;
}
.boardcertified-sec .boardcrtfd-itm,
.boardcertified-sec .boardcrtfd-itm ul li {
    font-family: Syne, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #bfcdd5;
    margin: 0 0 30px;
    position: relative;
}
.boardcertified-sec .boardcrtfd-itm p {
    font-family: Syne, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #bfcdd5;
    position: relative;
}
.boardcertified-sec .boardcrtfd-itm ul li::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    background-image: url(../images/hm-sprites.webp);
    background-position: -8px -8px;
    width: 23px;
    height: 16px;
}
.awards-themedia-main {
    background-image: url(../images/award-back-mobile.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
    .awards-themedia-main {
        background-image: url(../images/award-back.webp);
    }
}
.hmawards-sec {
    padding: 80px 0 100px;
}
.hmawards-sec .award-cnt h2 {
    font-family: Syne, sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 27px;
    color: #f4f4f4;
    margin: 0 0 50px;
    text-align: center;
    text-transform: uppercase;
}
.hmawards-sec .awrd-main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.hmawards-sec .awrd-main .awrd-item {
    text-align: center;
    border: 1px solid rgb(255 255 255 / 10%);
    width: 29%;
    padding: 43px 20px;
}
.hmawards-sec .awrd-item .awrd-image {
    display: inline-block;
}
.hmawards-sec .awrd-item .awrd-image img {
    display: block;
    width: 100%;
}
.hmthemedia-sec {
    padding: 50px 0 60px;
}
.hmthemedia-sec .media-cnt h2 {
    font-family: Syne, sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 27px;
    text-transform: uppercase;
    margin: 0 0 50px;
    text-align: center;
    color: #828e95;
}
.hmthemedia-sec .media-sec-list {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hmthemedia-sec .media-sec-list .media-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hmthemedia-sec .media-image img {
    display: block;
    width: 100%;
}
.hmthemedia-sec .owl-carousel .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;
}
.hmthemedia-sec .owl-carousel button.owl-dot {
    width: 55px;
    height: 3px;
    background-color: rgb(255 255 255 / 20%);
    margin: 0 10px;
}
.hmthemedia-sec .owl-dots {
    text-align: center;
}
.hmthemedia-sec button.owl-dot.active {
    background-color: #e16e09;
}
.hmthemedia-sec .media-sec-list.owl-carousel {
    display: block !important;
}
.hmthemedia-sec .media-sec-list.owl-carousel .owl-stage-outer {
    margin: 0 0 65px;
}
.hmcaseresults-sec-after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../images/hm-pract-top-bfr-mobile.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    width: 100%;
    height: 103px;
}
@media screen and (min-width: 992px) {
    .hmcaseresults-sec-after {
        background-image: url(../images/hm-pract-top-bfr.webp);
    }
}
.hmcaseresults-sec {
    background-color: #11293c;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 170px 0;
    position: relative;
}
.hmcaseresults-sec-before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(#0e2432, #0e243200);
    pointer-events: none;
}
.hmcaseresults-sec .container {
    max-width: 1930px;
    padding: 0 60px 0 10px;
}
.hmcaseresults-sec .caserslt-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.hmcaseresults-sec .caserslt-cnt {
    margin: 0 0 13px;
    position: relative;
}
.hmcaseresults-sec .caserslt-cnt h2 {
    font-family: "Frank Ruhl Libre", serif;
    font-weight: 700;
    font-size: 180px;
    line-height: 1;
    letter-spacing: 13px;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(225 110 9 / 45%);
    -webkit-text-fill-color: transparent;
    margin: 0;
}
.hmcaseresults-sec .left-cnt {
    width: 52%;
    position: relative;
}
.hmcaseresults-sec .left-cnt .caserslt-image img {
    display: block;
    width: 100%;
}
.hmcaseresults-sec .caserslt-btmcnt {
    position: absolute;
    bottom: -31px;
    right: 16.6%;
}
.hmcaseresults-sec .caserslt-btmcnt h3,
span.matters {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 82px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 20px;
    color: #fff;
    display: block;
}
.hmcaseresults-sec .caserslt-btn {
    text-align: center;
}
.hmcaseresults-sec a.cmn-btn {
    font-size: 23px;
    letter-spacing: 0.2px;
    padding: 26px 25px;
}
.hmcaseresults-sec .caserslt-lf-main {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hmcaseresults-sec .caserslt-itm {
    width: 50%;
    position: relative;
    margin-bottom: 40px;
}
.hmcaseresults-sec .caserslt-itm-cnt {
    position: relative;
    text-align: center;
    clip-path: polygon(13% 0, 100% 0, 87% 100%, 0 100%);
    padding: 90px 50px 85px 50px;
    background: #15374d;
    margin-bottom: 15px;
    z-index: 1;
}
.hmcaseresults-sec .caserslt-itm-cnt h3.one,
.hmcaseresults-sec .caserslt-itm-cnt h4 {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 75px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    margin: 0;
}
.hmcaseresults-sec .caserslt-itm-cnt h3.two,
.hmcaseresults-sec .caserslt-itm-cnt h5 {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 4.14px;
    color: #e16e09;
    text-align: center;
    margin: 0;
}
.hmcaseresults-sec .caserslt-itm h3.three,
.hmcaseresults-sec .caserslt-itm p {
    font-family: Syne, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: center;
    color: #f4f4f4;
    margin: 0;
    display: block;
}
.hmcaseresults-sec .caserslt-itm::before {
    position: absolute;
    content: "";
    background: #e16e09;
    width: 70%;
    height: 45.7%;
    clip-path: polygon(9.5% 0, 100% 0, 90% 100%, 0 100%);
    left: 13px;
    right: 0;
    top: -6px;
    bottom: 0;
}
.hmcaseresults-sec .caserslt-itm.blck {
    margin: 0;
}
.mask {
    -webkit-mask-image: url(../images/case-results-lf-image.webp);
    -webkit-mask-position: top center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-image: url(../images/case-results-lf-image.webp);
    mask-position: top center;
    mask-repeat: no-repeat;
    mask-size: contain;
}
.hmPopup:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-image: url(../images/play-btn-v2.webp);
    background-size: 100% 100%;
}
.hmfaq-sec {
    padding: 75px 0 50px;
    background-color: #0b2433;
}
@media (min-width: 1921px) {
    .banner-sec {
        background-position: center bottom;
    }
}
@media (max-width: 1900px) {
    .hmcaseresults-sec .caserslt-btmcnt h3,
    span.matters {
        font-size: 75px;
    }
    .hmcaseresults-sec .caserslt-btmcnt {
        bottom: 0;
        right: 17%;
    }
    .hm-form-sec {
        padding: 355px 0 0;
    }
    .hm-form-sec .ftr-form-main h2 {
        font-size: 65px;
        letter-spacing: 1px;
        margin: 0 0 25px;
    }
    .hm-form-sec .ftr-form-main {
        padding: 55px 100px 30px;
    }
    .hm-form-sec .ftr-form-main p {
        font-size: 19px;
        letter-spacing: 0.3px;
        margin: 0 0 30px;
    }
    .hm-form-sec .gform_wrapper .top_label input,
    .hm-form-sec .gform_wrapper .top_label textarea,
    .hm-form-sec .gform_wrapper select {
        padding: 18px 22px !important;
        font-size: 19px !important;
        letter-spacing: 0.3px;
    }
    .hm-form-sec .gform_wrapper input#gform_submit_button_1 {
        font-size: 23px;
        padding: 23px 18px;
        width: 400px !important;
    }
    .hm-form-sec .gform-theme--framework .gform-field-label--type-inline,
    .hm-form-sec .gform_wrapper .form-links a {
        font-size: 17px;
        letter-spacing: 0.2px;
    }
}
@media screen and (max-width: 1800px) {
    .banner-sec .container,
    .hmcaseresults-sec .container {
        max-width: 1600px;
    }
    .banner-sec .bnr-main .bnr-cnt h1,
    .banner-sec .bnr-main .bnr-cnt span.heading {
        font-size: 75px;
        letter-spacing: 1.3px;
        margin: 0 0 30px;
    }
    .banner-sec .bnr-main .bnr-cnt h1 strong,
    .banner-sec .bnr-main .bnr-cnt span.heading strong {
        font-size: 98px;
        letter-spacing: -2.5px;
    }
    .banner-sec .bnr-main .bnr-cnt h1 span,
    .banner-sec .bnr-main .bnr-cnt span.heading span {
        font-size: 38px;
    }
    .banner-sec .bnr-main .bnr-cnt h5,
    span.hire {
        font-size: 24px;
        letter-spacing: 14px;
        padding: 0 0 0 215px;
        margin: 0 0 30px;
    }
    .banner-sec .bnr-btn-get-knw a.cmn-btn {
        padding: 26px 70px;
    }
    .banner-sec .bnr-btn-get-knw.con a.cmn-btn {
        padding: 26px 45px;
    }
    .banner-sec .bnr-btn {
        width: 55%;
    }
    .banner-sec .bnr-btn-get-knw a.cmn-btn.hmPopup {
        padding: 26px 95px;
        padding-left: 120px;
    }
    .practiceareas-sec {
        padding: 190px 0 100px;
    }
    .hmcaseresults-sec .caserslt-cnt h2 {
        font-size: 170px;
        letter-spacing: 11px;
    }
    .hmcaseresults-sec .caserslt-itm-cnt h3.two,
    .hmcaseresults-sec .caserslt-itm-cnt h5 {
        font-size: 22px;
        letter-spacing: 3.3px;
    }
    .hmcaseresults-sec .caserslt-itm-cnt h3.one,
    .hmcaseresults-sec .caserslt-itm-cnt h4 {
        font-size: 65px;
        line-height: 1;
    }
    .hmcaseresults-sec .caserslt-itm-cnt {
        clip-path: polygon(15.3% 0, 100% 0, 87% 100%, 0 100%);
        padding: 80px 40px 75px 40px;
        margin-bottom: 12px;
    }
    .hmcaseresults-sec .caserslt-itm::before {
        left: 13px;
        width: 70%;
        height: 45.7%;
        clip-path: polygon(10.8% 0, 90% 0, 90% 100%, 0 100%);
        top: -5px;
    }
    .hmcaseresults-sec .caserslt-itm {
        width: 49%;
        margin-bottom: 30px;
    }
    .hmcaseresults-sec .container {
        padding: 0 40px 0 0;
    }
    .hmcaseresults-sec .caserslt-btmcnt h3,
    span.matters {
        font-size: 68px;
        margin-bottom: 10px;
    }
    .hmcaseresults-sec a.cmn-btn {
        font-size: 22px;
        letter-spacing: 0.1px;
        padding: 25px 22px;
    }
    .hmcaseresults-sec {
        padding: 140px 0;
    }
    .hmcaseresults-sec .caserslt-btmcnt {
        bottom: -30px;
        right: 16%;
    }
    .hmcaseresults-sec .caserslt-itm h3.three,
    .hmcaseresults-sec .caserslt-itm p {
        font-size: 19px;
    }
}
@media screen and (max-width: 1700px) {
    .site-footer .ftr-logo {
        margin-right: 30px;
    }
    .banner-sec .container,
    .hmcaseresults-sec .container {
        max-width: 1500px;
    }
    .banner-sec .bnr-main .bnr-cnt h1,
    .banner-sec .bnr-main .bnr-cnt span.heading {
        font-size: 70px;
        letter-spacing: 1px;
        margin: 0 0 25px;
    }
    .banner-sec .bnr-main .bnr-cnt h1 strong,
    .banner-sec .bnr-main .bnr-cnt span.heading strong {
        font-size: 94px;
        letter-spacing: -2px;
    }
    .banner-sec .bnr-main .bnr-cnt h1 span,
    .banner-sec .bnr-main .bnr-cnt span.heading span {
        font-size: 36px;
    }
    .banner-sec .bnr-main .bnr-cnt h5,
    span.hire {
        font-size: 23px;
        letter-spacing: 13px;
        padding: 0 0 0 200px;
        margin: 0 0 35px;
    }
    .banner-sec .bnr-main .bnr-cnt h5::before,
    span.hire::before {
        width: 170px;
    }
    .banner-sec .bnr-btn-get-knw a.cmn-btn {
        padding: 24px 55px;
    }
    .banner-sec .bnr-btn-get-knw.con a.cmn-btn {
        padding: 24px 35px;
    }
    .banner-sec .bnr-prsnl-injry h4 {
        font-size: 21px;
        line-height: 1.1;
        letter-spacing: 2px;
        padding: 8px 0 0 0;
    }
    .banner-sec .bnr-btn {
        width: 57%;
    }
    .banner-sec .bnr-btn-get-knw a.cmn-btn.hmPopup {
        padding: 24px 85px;
        padding-left: 110px;
        background-position: 70px 18px;
    }
    .hmcaseresults-sec .caserslt-cnt h2 {
        font-size: 160px;
        letter-spacing: 8px;
    }
    .practiceareas-sec {
        padding: 190px 0 90px;
    }
    .hmcaseresults-sec .caserslt-itm-cnt h3.two,
    .hmcaseresults-sec .caserslt-itm-cnt h5 {
        font-size: 20px;
        letter-spacing: 2.8px;
    }
    .hmcaseresults-sec .caserslt-itm-cnt h3.one,
    .hmcaseresults-sec .caserslt-itm-cnt h4 {
        font-size: 60px;
    }
    .hmcaseresults-sec .caserslt-itm-cnt {
        padding: 70px 35px 80px 35px;
        margin-bottom: 10px;
    }
    .hmcaseresults-sec .left-cnt {
        width: 52%;
    }
    .hmcaseresults-sec .caserslt-itm {
        width: 50%;
        margin-bottom: 25px;
    }
    .hmcaseresults-sec .caserslt-btmcnt h3,
    span.matters {
        font-size: 62px;
        margin-bottom: 10px;
    }
    .hmcaseresults-sec a.cmn-btn {
        font-size: 20px;
        padding: 22px 20px;
    }
    .hmcaseresults-sec .caserslt-btmcnt {
        bottom: -10px;
        right: 17%;
    }
    .hmcaseresults-sec .container {
        padding: 0 15px 0 0;
    }
    .hmcaseresults-sec .caserslt-itm h3.three,
    .hmcaseresults-sec .caserslt-itm p {
        font-size: 18px;
    }
    .hm-form-sec {
        padding: 330px 0 0;
    }
    .hm-form-sec .ftr-form-main h2 {
        font-size: 60px;
        letter-spacing: 0.6px;
        margin: 0 0 22px;
    }
    .hm-form-sec .ftr-form-main {
        padding: 50px 80px 25px;
    }
    .hm-form-sec .ftr-form-main p {
        font-size: 18px;
        margin: 0 0 25px;
    }
    .hm-form-sec .gform_wrapper .top_label input,
    .hm-form-sec .gform_wrapper .top_label textarea,
    .hm-form-sec .gform_wrapper select {
        padding: 17px 20px !important;
        font-size: 18px !important;
    }
    .hm-form-sec .gform_wrapper input#gform_submit_button_1 {
        font-size: 21px;
        padding: 20px 17px;
        width: 385px !important;
    }
    .hm-form-sec .gform-theme--framework .gform-field-label--type-inline,
    .hm-form-sec .gform_wrapper .form-links a {
        font-size: 16px;
    }
    .site-footer {
        padding: 150px 0 30px;
    }
}
@media screen and (max-width: 1600px) {
    .banner-sec .container,
    .container,
    .hmcaseresults-sec .container,
    .hmlegalattorneys-sec .container {
        max-width: 1400px;
    }
    .practiceareas-sec .pract-itm .pract-image img {
        height: 256px;
    }
    .banner-sec .container {
        padding: 0 40px 0 40px;
    }
    .banner-sec .bnr-main .bnr-cnt h1,
    .banner-sec .bnr-main .bnr-cnt span.heading {
        font-size: 60px;
        letter-spacing: 0.7px;
        margin: 0 0 22px;
    }
    .banner-sec .bnr-main .bnr-cnt h1 strong,
    .banner-sec .bnr-main .bnr-cnt span.heading strong {
        font-size: 90px;
        letter-spacing: -2px;
    }
    .banner-sec .bnr-main .bnr-cnt h1 span,
    .banner-sec .bnr-main .bnr-cnt span.heading span {
        font-size: 36px;
    }
    .banner-sec .bnr-main .bnr-cnt h5,
    span.hire {
        font-size: 22px;
        letter-spacing: 11px;
        padding: 0 0 0 180px;
        margin: 0 0 30px;
    }
    .banner-sec .bnr-main .bnr-cnt h5::before,
    span.hire::before {
        width: 160px;
    }
    .banner-sec .bnr-btn-get-knw a.cmn-btn {
        padding: 22px 40px;
    }
    .banner-sec .bnr-btn-get-knw.con a.cmn-btn {
        padding: 22px 30px;
    }
    .banner-sec .bnr-prsnl-injry h4 {
        font-size: 20px;
        letter-spacing: 1.7px;
    }
    .banner-sec .bnr-btn-get-knw a.cmn-btn.hmPopup {
        padding: 22px 75px;
        padding-left: 100px;
        background-position: 60px 16px;
    }
    .aboutour-sec {
        padding: 0 0 80px;
    }
    .aboutour-sec.hm_copy {
        padding: 0 0 60px;
    }
    .aboutour-sec .aboutour-head {
        margin: 0 0 30px;
    }
    .aboutour-sec .aboutour-head h2,
    .aboutour-sec .aboutour-head span {
        font-size: 28px;
        letter-spacing: 6px;
        margin: 0 0 5px;
    }
    .aboutour-sec .aboutour-head h1,
    .aboutour-sec .aboutour-head h2 {
        font-size: 85px;
    }
    .aboutour-sec .right-cnt {
        width: 50.8%;
        padding: 0 0 0 25px;
    }
    .aboutour-sec .right-cnt h2::before,
    .aboutour-sec .right-cnt h3::before,
    .hm_copy h2::before {
        left: -28px;
    }
    .aboutour-sec a.cmn-btn {
        font-size: 19px;
        letter-spacing: 0.1px;
        border-radius: 8px;
    }
    .aboutour-sec .left-cnt .justice-years {
        left: 0;
    }
    .aboutour-sec .left-cnt .justice h4,
    .aboutour-sec .left-cnt .justice span {
        font-size: 35px;
        padding: 0 0 12px;
    }
    .aboutour-sec .left-cnt .justice-img {
        width: 55%;
    }
    .aboutour-sec .right-cnt p,
    .hm_copy p {
        margin: 0 0 25px;
    }
    .aboutour-sec::before {
        height: 62%;
    }
    .boardcertified-sec {
        padding: 15px 0 0;
    }
    .boardcertified-sec .boardcrtfd-itm h3,
    .boardcertified-sec .boardcrtfd-itm h4 {
        font-size: 35px;
        margin: 0 0 22px;
    }
    .boardcertified-sec .boardcrtfd-itm {
        padding: 28px 25px 25px 20px;
        margin: -50px 0 0 0;
        max-height: 430px;
    }
    .boardcertified-sec .boardcrtfd-itm,
    .boardcertified-sec .boardcrtfd-itm p,
    .boardcertified-sec .boardcrtfd-itm ul li {
        font-size: 17px;
        margin: 0 0 25px;
    }
    .practiceareas-sec {
        padding: 180px 0 100px;
    }
    .practiceareas-sec .practice-head {
        margin: 0 0 45px;
    }
    .practiceareas-sec .practice-head h2.one {
        font-size: 160px;
    }
    .practiceareas-sec .practice-head h2.two {
        font-size: 82px;
        letter-spacing: -1.5px;
        margin: -75px 0 0;
    }
    .practiceareas-sec .practice-main {
        gap: 20px 28px;
        margin: 0 0 65px;
    }
    .practiceareas-sec .pract-itm h3 {
        font-size: 36px;
        line-height: 1;
        letter-spacing: 0.5px;
        bottom: 20px;
        left: 30px;
    }
    .practiceareas-sec a.cmn-btn {
        font-size: 19px;
        letter-spacing: 0.1px;
        padding: 23px 45px;
    }
    .hmcaseresults-sec .caserslt-cnt h2 {
        font-size: 150px;
        letter-spacing: 7px;
    }
    .practiceareas-sec {
        padding: 150px 0 70px;
    }
    .hmcaseresults-sec .caserslt-itm-cnt h3.two,
    .hmcaseresults-sec .caserslt-itm-cnt h5 {
        font-size: 18px;
        letter-spacing: 2px;
    }
    .hmcaseresults-sec .caserslt-itm-cnt h3.one,
    .hmcaseresults-sec .caserslt-itm-cnt h4 {
        font-size: 55px;
    }
    .hmcaseresults-sec .caserslt-itm-cnt {
        padding: 50px 35px 70px 35px;
        margin-bottom: 8px;
    }
    .hmcaseresults-sec .caserslt-btmcnt h3,
    span.matters {
        font-size: 58px;
        margin-bottom: 8px;
    }
    .hmcaseresults-sec a.cmn-btn {
        font-size: 18px;
        padding: 20px 17px;
    }
    .hmcaseresults-sec .caserslt-btmcnt {
        bottom: -50px;
    }
    .hmcaseresults-sec .container {
        padding: 0;
    }
    .hmcaseresults-sec .caserslt-itm h3.three,
    .hmcaseresults-sec .caserslt-itm p {
        font-size: 17px;
    }
    .hm-testimonials {
        padding: 55px 0 35px;
    }
    .hm-testimonials h2.text-heading,
    .hmfaq-sec h2 {
        font-size: 75px;
        margin: 0 0 50px;
    }
    .hm-testimonials .hm-testi-item p {
        font-size: 20px;
        line-height: 1.6;
        margin: 0 0 25px;
    }
    .hm-testimonials .hm-testi-item {
        padding: 0 95px 0 0;
    }
    .hm-testimonials .testi-blck.owl-carousel {
        margin: 0 0 55px;
    }
    .hm-testimonials a.cmn-btn {
        font-size: 22px;
        letter-spacing: 0.1px;
        padding: 22px 25px;
    }
    .hm-testimonials .testi-blck .owl-nav {
        bottom: -115px;
        padding: 0 20px;
        width: 42%;
    }
    .hm-testimonials-after {
        bottom: 18%;
    }
    .hmlegalattorneys-sec .legal-attrny-cnt h2 {
        font-size: 28px;
        letter-spacing: 6px;
        margin: 0 0 8px;
    }
    .hmlegalattorneys-sec .legal-attrny-cnt h3 {
        font-size: 90px;
    }
    .hmlegalattorneys-sec .legal-btn a.cmn-btn {
        font-size: 22px;
        padding: 22px 18px;
    }
    .hmlegalattorneys-sec .legal-attrny-btm-cnt h3,
    .hmlegalattorneys-sec .legal-attrny-btm-cnt p {
        font-size: 105px;
        letter-spacing: -1.8px;
    }
    .hmlegalattorneys-sec .legal-attrny-mdl-sec {
        padding: 50% 0 0;
    }
    .hmlegalattorneys-sec .legal-btn {
        margin: -65px 0 0 0;
    }
    .hmawards-sec {
        padding: 70px 0 80px;
    }
    .hmawards-sec .award-cnt h2 {
        font-size: 40px;
        letter-spacing: 25px;
        margin: 0 0 40px;
    }
    .hmawards-sec .awrd-main .awrd-item {
        padding: 35px 15px;
    }
    .hmthemedia-sec {
        padding: 40px 0 50px;
    }
    .hmthemedia-sec .media-cnt h2 {
        font-size: 40px;
        letter-spacing: 25px;
        margin: 0 0 40px;
    }
    .hmthemedia-sec .media-sec-list.owl-carousel .owl-stage-outer {
        margin: 0 0 55px;
    }
    .hm-form-sec {
        padding: 280px 0 0;
    }
    .hm-form-sec .ftr-form-main h2 {
        font-size: 55px;
        letter-spacing: 0.4px;
        margin: 0 0 18px;
    }
    .hm-form-sec .ftr-form-main {
        padding: 45px 55px 20px;
    }
    .hm-form-sec .ftr-form-main p {
        font-size: 17px;
        margin: 0 0 20px;
    }
    .hm-form-sec .gform_wrapper .top_label input,
    .hm-form-sec .gform_wrapper .top_label textarea,
    .hm-form-sec .gform_wrapper select {
        letter-spacing: 0.2px;
        padding: 15px 18px !important;
        font-size: 17px !important;
    }
    .hm-form-sec .gform_wrapper input#gform_submit_button_1 {
        font-size: 19px;
        padding: 18px 15px;
        width: 355px !important;
    }
    .hm-form-sec .gform-theme--foundation .gfield textarea.large {
        height: 160px !important;
        margin: 0 0 5px;
    }
    .site-footer {
        padding: 120px 0 30px;
    }
    .site-footer .ftr-rt-cnt p {
        font-size: 20px;
    }
    .site-footer .ftr-rt-cnt p a {
        font-size: 48px;
        letter-spacing: 0.3px;
    }
    .site-footer .ftr-lf-icn .h6 {
        font-size: 20px;
        letter-spacing: 7.5px;
        margin-bottom: 15px;
    }
    .site-footer .ftr-scl-icon {
        gap: 10px;
    }
    .site-footer .ftmenu ul li a {
        font-size: 20px;
    }
    .site-footer .ftmenu ul {
        padding: 40px 0;
    }
    .site-footer .ftmenu ul li {
        padding: 0 34px;
    }
    .site-footer .ftr-blocks {
        padding: 35px 0 25px;
        margin-bottom: 40px;
    }
    .site-footer .ftr-itm .ftr-itm-cnt h3,
    .site-footer .ftr-itm .ftr-itm-cnt h4 {
        font-size: 28px;
        margin: 0 0 18px;
        padding: 100px 0 0;
    }
    .site-footer .ftr-itm {
        width: 34%;
        padding: 0 10px 20px;
    }
    .site-footer .ftr-itm .ftr-itm-cnt p {
        font-size: 20px;
        line-height: 1.3;
        margin: 0 0 8px;
    }
    .site-footer .ftr-itm .ftr-itm-cnt.fax p.faxNumber,
    .site-footer .ftr-itm .ftr-itm-cnt.phn a {
        font-size: 40px;
        letter-spacing: 0.6px;
    }
    .copyrights a,
    .copyrights p {
        font-size: 19px;
    }
}
@media screen and (max-width: 1440px) {
    .site-footer .ftr-logo {
        margin-right: 20px;
    }
    .hmfaq-sec {
        padding: 55px 0 40px;
    }
    .hmfaq-sec .accordion-section-title {
        padding: 17px 46px 17px 25px;
    }
    .hmfaq-sec .page_default .genpg-rite h2 a {
        font-size: 22px;
    }
    .hmfaq-sec .page_default .genpg-rite ul li:before {
        width: 12px;
        height: 12px;
    }
    .hmfaq-sec .page_default .genpg-rite h2 a:before {
        width: 13px;
        height: 13px;
    }
    .banner-sec .container,
    .container,
    .hmcaseresults-sec .container,
    .hmlegalattorneys-sec .container {
        max-width: 1200px;
    }
    .practiceareas-sec .pract-itm .pract-image img {
        height: 220px;
    }
    .banner-sec .container {
        padding: 0 20px 0 20px;
    }
    .banner-sec .bnr-main .bnr-cnt h1,
    .banner-sec .bnr-main .bnr-cnt span.heading {
        font-size: 55px;
        letter-spacing: 0.5px;
        margin: 0 0 20px;
    }
    .banner-sec .bnr-main .bnr-cnt h1 strong,
    .banner-sec .bnr-main .bnr-cnt span.heading strong {
        font-size: 84px;
        letter-spacing: -1.7px;
    }
    .banner-sec .bnr-main .bnr-cnt h1 span,
    .banner-sec .bnr-main .bnr-cnt span.heading span {
        font-size: 34px;
    }
    .banner-sec .bnr-main .bnr-cnt h5,
    span.hire {
        font-size: 20px;
        letter-spacing: 10px;
        padding: 0 0 0 170px;
        margin: 0 0 27px;
    }
    .banner-sec .bnr-main .bnr-cnt h5::before,
    span.hire::before {
        width: 150px;
    }
    .banner-sec .bnr-btn-get-knw a.cmn-btn {
        padding: 20px 25px;
        font-size: 15px;
    }
    .banner-sec .bnr-btn-get-knw.con a.cmn-btn {
        padding: 20px 20px;
        font-size: 17px;
    }
    .banner-sec .bnr-prsnl-injry h4 {
        font-size: 19px;
        letter-spacing: 1.5px;
    }
    .banner-sec .bnr-btn {
        width: 58%;
    }
    .banner-sec .bnr-btn-get-knw a.cmn-btn.hmPopup {
        padding: 21px 65px;
        padding-left: 100px;
        background-position: 60px 15px;
        background-size: 26px 26px;
    }
    .aboutour-sec {
        padding: 0 0 60px;
    }
    .aboutour-sec.hm_copy {
        padding: 0 0 50px;
    }
    .aboutour-sec .aboutour-head {
        margin: 0 0 25px;
    }
    .aboutour-sec .aboutour-head h2,
    .aboutour-sec .aboutour-head span {
        font-size: 26px;
        letter-spacing: 5px;
    }
    .aboutour-sec .aboutour-head h1,
    .aboutour-sec .aboutour-head h2 {
        font-size: 75px;
    }
    .aboutour-sec .aboutour-main {
        align-items: inherit;
    }
    .aboutour-sec .left-cnt {
        width: 45%;
    }
    .aboutour-sec .right-cnt {
        width: 53.4%;
        padding: 0 0 0 25px;
    }
    .aboutour-sec .right-cnt h2::before,
    .aboutour-sec .right-cnt h3::before,
    .hm_copy h2::before {
        left: -27px;
        width: 4px;
        height: 75px;
    }
    .aboutour-sec a.cmn-btn {
        font-size: 18px;
        border-radius: 7px;
    }
    .aboutour-sec .left-cnt .justice h4,
    .aboutour-sec .left-cnt .justice span {
        font-size: 32px;
        padding: 0 0 10px;
    }
    .aboutour-sec .left-cnt .justice-img {
        width: 50%;
    }
    .aboutour-sec .right-cnt p,
    .hm_copy p {
        margin: 0 0 20px;
        font-size: 19px;
        letter-spacing: 0.3px;
    }
    .aboutour-sec .right-cnt li,
    .hm_copy li {
        font-size: 19px;
        letter-spacing: 0.3px;
    }
    .aboutour-sec::before {
        height: 63%;
    }
    .boardcertified-sec {
        padding: 12px 0 0;
    }
    .boardcertified-sec .boardcrtfd-itm h3,
    .boardcertified-sec .boardcrtfd-itm h4 {
        font-size: 32px;
        margin: 0 0 20px;
    }
    .boardcertified-sec .boardcrtfd-itm {
        padding: 25px 15px 25px 15px;
    }
    .boardcertified-sec .boardcrtfd-itm,
    .boardcertified-sec .boardcrtfd-itm p,
    .boardcertified-sec .boardcrtfd-itm ul li {
        font-size: 16px;
        margin: 0 0 20px;
    }
    .boardcertified-sec .boardcertified-main {
        gap: 35px;
    }
    .boardcertified-sec .boardcrtfd-itm ul li::before {
        left: -5px;
    }
    .boardcertified-sec .boardcrtfd-itm::before {
        height: 8px;
    }
    .boardcertified-sec .boardcrtfd-itm::after {
        height: 8px;
    }
    .practiceareas-sec-before {
        top: -1px;
    }
    .practiceareas-sec {
        padding: 150px 0 80px;
    }
    .practiceareas-sec .practice-head {
        margin: 0 0 45px;
    }
    .practiceareas-sec .practice-head h2.one {
        font-size: 140px;
    }
    .practiceareas-sec .practice-head h2.two {
        font-size: 72px;
        letter-spacing: -1.2px;
        margin: -70px 0 0;
    }
    .practiceareas-sec .practice-main {
        gap: 18px 24px;
        margin: 0 0 55px;
    }
    .practiceareas-sec .pract-itm h3 {
        font-size: 32px;
        letter-spacing: 0.3px;
        bottom: 18px;
        left: 25px;
    }
    .practiceareas-sec a.cmn-btn {
        font-size: 18px;
        padding: 22px 40px;
    }
    .practiceareas-sec .pract-itm::before {
        left: 0;
        border-left: 4px solid #fff;
        border-bottom: 4px solid #fff;
        height: 24.6%;
    }
    .practiceareas-sec .pract-itm:hover:before {
        border-left: 4px solid #e16e09;
        border-bottom: 4px solid #e16e09;
    }
    .hmcaseresults-sec .caserslt-cnt h2 {
        font-size: 140px;
        letter-spacing: 6px;
    }
    .practiceareas-sec {
        padding: 130px 0 60px;
    }
    .hmcaseresults-sec .caserslt-itm-cnt h3.two,
    .hmcaseresults-sec .caserslt-itm-cnt h5 {
        font-size: 17px;
        letter-spacing: 1.5px;
    }
    .hmcaseresults-sec .caserslt-itm-cnt h3.one,
    .hmcaseresults-sec .caserslt-itm-cnt h4 {
        font-size: 50px;
    }
    .hmcaseresults-sec .caserslt-itm-cnt {
        padding: 40px 30px 50px 30px;
    }
    .hmcaseresults-sec .caserslt-btmcnt h3,
    span.matters {
        font-size: 50px;
    }
    .hmcaseresults-sec a.cmn-btn {
        font-size: 17px;
        padding: 18px 15px;
    }
    .hmcaseresults-sec {
        padding: 110px 0;
    }
    .hmcaseresults-sec .caserslt-btmcnt {
        bottom: -65px;
    }
    .hmcaseresults-sec .caserslt-itm h3.three,
    .hmcaseresults-sec .caserslt-itm p {
        font-size: 15px;
    }
    .hmcaseresults-sec .caserslt-itm::before {
        left: 10px;
        clip-path: polygon(11.5% 0, 90% 0, 90% 100%, 0 100%);
    }
    .hmcaseresults-sec .caserslt-itm {
        margin-bottom: 20px;
    }
    .hm-testimonials {
        padding: 50px 0 30px;
    }
    .hm-testimonials h2.text-heading,
    .hmfaq-sec h2 {
        font-size: 70px;
        margin: 0 0 40px;
    }
    .hm-testimonials .hm-testi-item p {
        font-size: 19px;
        line-height: 1.5;
        margin: 0 0 20px;
    }
    .hm-testimonials .hm-testi-item {
        padding: 0 33px 0 0;
    }
    .hm-testimonials .testi-blck.owl-carousel {
        margin: 0 0 50px;
    }
    .hm-testimonials a.cmn-btn {
        font-size: 20px;
        padding: 20px 20px;
    }
    .hm-testimonials-after {
        bottom: 11.5%;
    }
    .hm-testimonials .hm-testi-item::after {
        right: 120px;
        width: 38%;
    }
    .hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-next,
    .hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-prev {
        transform: scale(0.9);
    }
    .hm-testimonials .star-rat {
        transform: scale(0.9);
    }
    .hm-testimonials .hm-testi-item h5,
    .hm-testimonials .hm-testi-item p.client {
        font-size: 25px;
    }
    .hm-testimonials .testi-blck .owl-nav {
        bottom: -107px;
    }
    .hmlegalattorneys-sec .legal-attrny-cnt h2 {
        font-size: 27px;
        letter-spacing: 5px;
        margin: 0 0 6px;
    }
    .hmlegalattorneys-sec .legal-attrny-cnt h3 {
        font-size: 75px;
    }
    .hmlegalattorneys-sec .legal-btn a.cmn-btn {
        font-size: 20px;
        padding: 20px 15px;
    }
    .hmlegalattorneys-sec .legal-attrny-btm-cnt h3,
    .hmlegalattorneys-sec .legal-attrny-btm-cnt p {
        font-size: 90px;
        letter-spacing: -1.2px;
    }
    .hmlegalattorneys-sec .legal-attrny-mdl-sec {
        padding: 40% 0 0;
    }
    .hmlegalattorneys-sec {
        padding: 50px 0 0;
    }
    .hmawards-sec {
        padding: 60px 0 75px;
    }
    .hmawards-sec .award-cnt h2 {
        font-size: 35px;
        letter-spacing: 20px;
        margin: 0 0 35px;
    }
    .hmthemedia-sec {
        padding:40px 0 50px;
    }
    .hmthemedia-sec .media-cnt h2 {
        font-size: 35px;
        letter-spacing: 20px;
        margin: 0 0 35px;
    }
    .hmthemedia-sec .media-sec-list.owl-carousel .owl-stage-outer {
        margin: 0 0 45px;
    }
    .hm-form-sec {
        padding: 200px 0 0;
    }
    .hm-form-sec .gform_wrapper .gform_footer.before {
        margin: 18px 0 0;
    }
    .hm-form-sec .ftr-form-main h2 {
        font-size: 50px;
        letter-spacing: 0.3px;
        margin: 0 0 15px;
    }
    .hm-form-sec .ftr-form-main {
        padding: 40px 30px 20px;
    }
    .hm-form-sec .ftr-form-main p {
        font-size: 16px;
        margin: 0 0 17px;
    }
    .hm-form-sec .gform_wrapper .top_label input,
    .hm-form-sec .gform_wrapper .top_label textarea,
    .hm-form-sec .gform_wrapper select {
        font-size: 16px !important;
    }
    .hm-form-sec .gform_wrapper input#gform_submit_button_1 {
        font-size: 18px;
        width: 335px !important;
    }
    .hm-form-sec .gform-theme--framework .gform-field-label--type-inline,
    .hm-form-sec .gform_wrapper .form-links a {
        font-size: 15px;
        letter-spacing: 0.1px;
    }
    .hm-form-sec .gform-theme--foundation {
        --gf-form-gap-y: 12px !important;
    }
    .hm-form-sec .gform-theme--foundation .gfield textarea.large {
        height: 150px !important;
    }
    .gform-theme--framework,
    .hm-form-sec .gform-theme--api {
        --gf-label-space-x-secondary: 8px !important;
    }
    .hm-form-sec .gform_wrapper .validation_message,
    .hm-form-sec .gform_wrapper div.validation_error {
        font-size: 13px;
    }
    .hm-form-sec .gform_wrapper .field_description_below .gfield_description {
        top: 3px;
    }
    .hm-form-sec .gfield_description.instruction.validation_message {
        top: 32px !important;
    }
    .hm-form-sec div#validation_message_1_12 {
        top: 13px;
    }
    .site-footer {
        padding: 80px 0 30px;
    }
    .site-footer .ftr-rt-cnt p a {
        font-size: 45px;
        letter-spacing: 0.2px;
    }
    .site-footer .ftr-rt-cnt p {
        font-size: 19px;
        line-height: 1;
        letter-spacing: 1.5px;
    }
    .site-footer .ftr-lf-icn .h6 {
        font-size: 19px;
        letter-spacing: 6.8px;
        margin-bottom: 13px;
    }
    .site-footer .ftmenu ul li a {
        font-size: 18px;
    }
    .site-footer .ftmenu ul {
        padding: 30px 0;
    }
    .site-footer .ftmenu ul li {
        padding: 0 25px;
    }
    .site-footer .ftr-blocks {
        padding: 30px 0 20px;
        margin-bottom: 30px;
    }
    .site-footer .ftr-itm .ftr-itm-cnt h3,
    .site-footer .ftr-itm .ftr-itm-cnt h4 {
        font-size: 26px;
        margin: 0 0 15px;
        padding: 90px 0 0;
    }
    .site-footer .ftr-itm .ftr-itm-cnt h2::before,
    .site-footer .ftr-itm .ftr-itm-cnt h4::before {
        transform: scale(0.9);
    }
    .site-footer .ftr-itm {
        padding: 0 10px 10px;
    }
    .site-footer .ftr-itm .ftr-itm-cnt p {
        font-size: 18px;
        line-height: 1.2;
        margin: 0 0 7px;
    }
    .site-footer .ftr-itm-cnt-btn a {
        font-size: 19px;
    }
    .site-footer .ftr-itm .ftr-itm-cnt.fax p.faxNumber,
    .site-footer .ftr-itm .ftr-itm-cnt.phn a {
        font-size: 35px;
        letter-spacing: 0.3px;
    }
    .copyrights a,
    .copyrights p {
        font-size: 18px;
    }
    .site-footer .ftr-top-main {
        margin-bottom: 25px;
    }
    .site-footer .ftr-lf-icn .ftr-scl-icon a {
        transform: scale(0.9);
    }
}