/* Banner Section starts */

.banr-whl-sec {
    position: relative;
    z-index: 1;
    background-color: var(--black);
}

.hm-award-img img {
    border-radius: 20px;
}

.banr-whl-sec-before,
.banr-whl-sec-after {
    content: "";
    position: absolute;
    background-image: url(../images/banr-whl-bg-lay-lft.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    width: 29.4%;
    height: 76.4%;
    bottom: 0;
    opacity: 50%;
    left: 0;
    z-index: 2;
    pointer-events: none;
}

.banr-whl-sec-after {
    background-image: url(../images/banr-whl-bg-lay-rht.webp);
    width: 20.7%;
    height: 58%;
    left: inherit;
    right: 0;
    top: inherit;
    background-size: 100% 100%;
}


.banner-sec .container {
    max-width: 1700px;
    width: 100%;
    margin: auto;
}

.banner-sec {
    padding: 230px 0 0;
    text-align: center;
    background-image: url(../images/banner-bg.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

.banner-sec-before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(15, 25, 38, 1) 0%, rgba(15, 25, 38, 0) 100%);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    width: 100%;
    height: 51.8%;
    pointer-events: none;
}

.banner-sec::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(210deg, rgb(230 169 47 / 60%) 15%, rgb(230 169 47 / 0%) 42%);
    margin: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.banner-sec .banner-blk {
    display: flex;
    align-items: self-start;
    justify-content: center;
    margin-left: 100px;
    border-bottom: 2px solid var(--yellow);
    position: relative;
}

.banner-sec .banner-blk::before {
    content: "";
    position: absolute;
    background-image: url(../images/hm-sprites.webp);
    background-position: -213px -15px;
    width: 85px;
    height: 80px;
    bottom: -45px;
    left: -111px;
}

.banner-sec .banner-lft {
    width: 44.5%;
}

.banner-sec .banner-rit {
    width: 50%;
    position: relative;
}

.banner-sec .banner-title {
    font-family: 'Crimson Text';
    font-weight: 400;
    /*font-size: 150px;*/
    font-size: 108px;
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
    text-align: start;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 7px;
    z-index: 2;
}

.banner-sec .banner-title::before {
    position: absolute;
    content: '';
    background-color: #e8aa30;
    height: 2px;
    width: 63%;
    bottom: 0;
    left: 0;
}

.banner-sec .banner-title.sub {
    /*font-size: 80px;*/
    font-size: 60px;
    padding: 0;
    margin-bottom: 23px;
}

.banner-sec .banner-title.sub::before {
    display: none;
}

.banner-sec .banner-img {
    width: 100%;
}

.banner-sec .banner-img img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 3;
}

.banner-sec .banner-btn {
    text-align: start;
}

.banner-sec .banner-btn a.cmn-btn:hover {
    color: #fff;
    border-color: #fff;
}

.banner-sec .banner-btn a.cmn-btn:hover::before {
    background-position: -16px -165px;
}

/*.banner-sec .bnr-rit-blk {
    position: absolute;
    bottom: -261px;
     bottom: -42%;
    right: -9.3%;
    z-index: 5;
    padding-right: 0;
    width: 70.3%;
    height: fit-content;
}*/
.banner-sec .bnr-rit-blk {
    position: absolute;
    bottom: -170px;
    right: -6.3%;
    z-index: 5;
    padding-right: 0;
    width: 42.3%;
    height: fit-content;
}

.banner-sec .banner-injured {
    position: absolute;
    top: 0;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    bottom: 0;
    /*padding-bottom: 100px;*/
    padding-bottom: 70px;
    height: fit-content;
}

.banner-sec .banner-injured a {
    font-family: 'Poppins';
    font-weight: 600;
    /*font-size: 24px;*/
    font-size: 18px;
    line-height: 1.29;
    letter-spacing: 3.84px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}


.banner-sec .banner-injured a:hover {
    /*color: var(--yellow);*/
    color: #ffab06;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.banner-sec .banner-injured a::before {
    position: absolute;
    content: '';
    background-image: url(../images/hm-sprites.webp);
    background-position: -108px -15px;
    background-repeat: no-repeat;
    width: 83px;
    height: 37px;
    background-color: #fff;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    transition: none;
}

.banner-sec .banner-injured a:hover::before {
    background-position: -108px -62px;
    background-color: var(--yellow);
    /* transition: all 0.4s; */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* Banner Responsive */

@media screen and (max-width:1900px) {
    .banner-sec .bnr-rit-blk {
        bottom: -31.8%;
        right: -6%;
    }

    .banner-sec .banner-blk::before {
        bottom: -30px;
    }
}

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

    .banner-sec .banner-title {
        font-size: 100px;
    }

    .banner-sec .banner-title.sub {
        font-size: 56px;
    }

    /* .banner-sec .banner-injured { right: 35px; } */
    .banner-sec .banner-blk {
        margin-left: 70px;
    }

    .banner-btn a.cmn-btn {
        padding: 20px 23px 20px 79px;
    }

    .banner-btn a.cmn-btn::before {
        transform: scale(0.9);
        transform-origin: left center;
    }
}

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

    .banner-sec .container {
        max-width: 1440px;
    }

    .banner-sec {
        padding: 250px 0 0;
    }

    .banner-sec .banner-blk {
        margin-left: 50px;
    }

    .banner-sec .banner-title {
        font-size: 90px;
        margin-bottom: 18px;
        padding-bottom: 7px;
    }

    .banner-sec .banner-title.sub {
        font-size: 52px;
        margin-bottom: 20px;
    }

    .banner-sec .banner-injured a {
        font-size: 18px;
        letter-spacing: 3px;
    }

    .banner-sec .banner-injured a::before {
        transform: scale(0.9);
        bottom: 10px;
    }

    /* .banner-sec .banner-injured {
        right: 0px;
        bottom: 60px;
    } */
    /* .banner-sec .banner-injured{top: 55px;} */
    .banner-sec .banner-injured {
        padding-bottom: 70px;
    }

}

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

    .banner-sec .container {
        max-width: 1300px;
    }

    .banner-sec {
        padding: 230px 0 0;
    }

    .banner-sec .banner-title {
        font-size: 80px;
        margin-bottom: 15px;
        padding-bottom: 5px;
    }

    .banner-sec .banner-title.sub {
        font-size: 47px;
        margin-bottom: 20px;
    }

    .banner-sec .banner-blk {
        margin-left: 45px;
    }

    .banner-btn a.cmn-btn {
        padding: 19px 15px 19px 73px;
    }

    .banner-btn a.cmn-btn::before {
        left: 3px;
        transform: scale(0.85);
    }

    .banner-sec .banner-injured a {
        font-size: 16px;
        letter-spacing: 2px;
    }

}

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

    .banner-sec .container {
        max-width: 1200px;
    }

    .banner-sec {
        padding: 200px 0 0;
    }

    .banner-sec .banner-title {
        margin-bottom: 20px;
        padding-bottom: 2px;
    }

    .banner-sec .banner-title.sub {
        margin-bottom: 20px;
    }

    .banner-sec .banner-injured a {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .banner-sec .banner-injured a::before {
        transform: scale(0.8);
        bottom: 10px;
    }

    .banner-sec .bnr-rit-blk {
        bottom: -34.4%;
        width: 45%;
    }

    /* .banner-sec .banner-injured {
        right: 0px;
        bottom: 60px;
        padding-bottom: 40px;
    } */

    .banner-btn a.cmn-btn {
        font-size: 15px;
        padding: 17px 10px 17px 63px;
    }

    .banner-btn a.cmn-btn::before {
        left: 3px;
        transform: scale(0.7);
    }
}

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

    .banner-sec .container {
        max-width: 1180px;
    }

    .banner-sec .banner-title {
        font-size: 70px;
        margin-bottom: 18px;
        padding-bottom: 3px;
    }

    .banner-sec .banner-title.sub {
        font-size: 40px;
        margin-bottom: 18px;
    }

    .banner-sec .banner-injured {
        padding-bottom: 80px;
    }

    .banner-sec .banner-injured a::before {
        transform: scale(0.75);
        bottom: 10px;
    }

    .hmpersonalized-sec .personalized-rit-img {
        margin: auto 50px;
    }
}

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

    .banner-sec .container {
        max-width: 1100px;
        padding: 0;
    }

    .banner-sec {
        padding: 185px 0 0;
    }

    .banner-sec .banner-blk {
        margin-left: 62px;
    }

    .banner-sec .banner-title {
        font-size: 65px;
        margin-bottom: 14px;
        padding-bottom: 3px;
    }

    .banner-sec .banner-title.sub {
        margin-bottom: 18px;
    }

    .banner-btn a.cmn-btn {
        padding: 14px 20px 14px 62px;
        border-width: 1px;
    }

    .banner-btn a.cmn-btn::before {
        left: 2px;
        transform: scale(0.65);
    }

    .banner-sec .banner-injured a {
        letter-spacing: 1.7px;
        line-height: 1;
    }
}

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

    .banner-sec .container {
        max-width: 980px;
        padding: 0;
    }

    .banner-sec {
        padding: 175px 0 0;
    }

    .banner-sec .banner-title {
        font-size: 60px;
        margin-bottom: 12px;
        padding-bottom: 0px;
    }

    .banner-sec .banner-title.sub {
        font-size: 37px;
        margin-bottom: 17px;
    }

    .banner-btn a.cmn-btn {
        padding: 13px 10px 13px 54px;
    }

    .banner-btn a.cmn-btn::before {
        transform: scale(0.6);
    }

    .banner-sec .banner-blk {
        margin-left: 70px;
    }

    .banner-sec .banner-injured {
        padding-bottom: 70px;
    }

    .banner-sec .banner-injured a::before {
        transform: scale(0.7);
        bottom: 10px;
    }

    .banr-whl-sec-before,
    .banr-whl-sec-after {
        display: none;
    }

}

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

    .banner-sec .container {
        max-width: 720px;
    }

    .banner-sec {
        padding: 150px 0 10px;
        background-image: url(../images/banner-bg-mbl-v2.webp);
        background-size: auto 100%;
    }

    /*     .banner-sec .banner-title br{ display: none;} */

    .banner-sec .banner-blk {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 20px;
        border: 0;
        margin: auto;
        display: contents;
    }

    .banner-sec .banner-rit {
        width: 100%;
        max-width: 450px;
        margin: auto;
        order: 3;
    }

    .banner-sec .banner-lft {
        width: 100%;
        display: contents;
    }

    .banner-sec .banner-title {
        font-size: 45px;
        margin-bottom: 15px;
        padding-bottom: 10px;
        text-align: center;
        order: 1;
    }

    .banner-sec .banner-title::before {
        left: 0;
        margin: auto;
        right: 0;
    }

    .banner-sec .banner-btn {
        text-align: center;
        order: 4;
    }

    .banner-sec .banner-title.sub {
        font-size: 35px;
        margin-bottom: 20px;
        order: 2;
    }

    .banner-sec .banner-injured {
        position: unset;
        padding-bottom: 40px;
        bottom: inherit;
        right: inherit;
        display: none;
    }

    .banner-sec .bnr-injured-img {
        display: none;
    }

    .banner-sec .bnr-rit-blk {
        position: unset;
        width: 100%;
        margin: 0 auto;
    }

    .banner-sec .banner-img {
        border: 2px solid #e8aa30;
        border-radius: 15px;
        padding: 10px;
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .banr-whl-sec-after {
        top: inherit;
        bottom: 0;
        background-size: 100% 60%;
        background-position: bottom;
        background-image: none;
    }

    .banner-sec-before,
    .banner-sec::after {
        display: none;
        background: none;
    }

    .banner-sec .banner-injured a::before {
        transform: scale(0.7);
        bottom: 0;
    }

    div#wysiwyg_widgets_widget-5 {
        display: flex;
        flex-direction: column;
    }

}

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

    .banner-sec .container {
        max-width: 100%;
        padding: 0 20px;
    }

    .banner-sec {
        padding: 150px 0 40px;
    }

}

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

    .banner-sec .container {
        padding: 0 15px;
    }

    .banner-sec {
        padding: 150px 0 30px;
    }

    .banner-btn a.cmn-btn {
        font-size: 13px;
        padding: 12px 10px 12px 46px;
        border-width: 1px;
    }

    .banner-sec .banner-injured a {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .banner-sec .banner-title {
        font-size: 30px;
    }

    .banner-sec .banner-injured a::before {
        transform: scale(0.6);
    }

    .banner-btn a.cmn-btn::before {
        transform: scale(0.5);
    }

    .banner-sec .banner-title.sub {
        font-size: 25px;
        margin-bottom: 15px;
    }

}

/* banner section ends */

/* Awards Section Starts */

.hm-awards-sec {
    position: relative;
}

.home .in-awards-sec.hm-awards-sec {
    display: none;
}

.hm-awards-list>.hm-award-img {
    display: none;
}

.hm-awards-list>.hm-award-img:first-child,
.hm-awards-list>.hm-award-img:nth-child(2) .hm-awards-list>.hm-award-img:nth-child(3) .hm-awards-list>.hm-award-img:nth-child(4) .hm-awards-list>.hm-award-img:nth-child(5) {
    display: block;
}

/* .hm-awards-sec::before {
    content: "";
    position: absolute;
    background-image: conic-gradient(from 90deg, var(--yellow), transparent);
    border-radius: 50%;
    width: 523px;
    height: 523px;
    top: -262px;
    right: 2%;
    z-index: 4;
} */

.hm-awards-sec .container {
    max-width: 1700px;
}

.hm-awards-blk {
    padding: 0px 0 80px;
    /*max-width: 75%;*/
    max-width: 85%;
    margin: 79px auto 0;
    position: relative;
    z-index: 7;
}

.hm-awards-sec .text-heading {
    /*font-size: 30px;*/
    font-size: 28px;
    letter-spacing: 6px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 0 40px;
}

.hm-awards-list.owl-carousel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85.34%;
    margin: 0 auto;
}

.hm-awards-list.owl-carousel .owl-stage {
    padding: 0 0 38px;
}

.hm-award-img {
    position: relative;
}

.hm-awards-list.owl-carousel .owl-item.center .hm-award-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: var(--yellow);
    left: 0;
    right: 0;
    bottom: -38px;
    margin: 0 auto;
}

.hm-award-img:hover {
    border-bottom-color: var(--yellow);
}

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


@media screen and (max-width: 1800px) {
    .hm-awards-sec .container {
        max-width: 1600px;
    }

    .hm-awards-blk {
        margin: 70px auto 0;
    }
}

@media screen and (max-width: 1680px) {
    .hm-awards-sec .container {
        max-width: 1460px;
    }

    .hm-awards-blk {
        margin: 70px auto 0;
    }

    .hm-awards-sec::before {
        width: 476px;
        height: 476px;
        top: -238px;
        right: 2%;
    }

    .hm-awards-list.owl-carousel {
        width: 100%;
    }

    .hm-awards-list.owl-carousel .owl-stage {
        padding: 0 0 34px;
    }

    .hm-awards-list.owl-carousel .owl-item.center .hm-award-img::before {
        bottom: -34px;
    }

    .hm-awards-sec .text-heading {
        font-size: 30px;
        letter-spacing: 5px;
        margin: 0 0 42px;
    }

    .banner-sec .banner-blk::before {
        bottom: -42px;
        left: -104px;
        transform: scale(0.9);
        transform-origin: left top;
    }

}

@media screen and (max-width: 1550px) {
    .hm-awards-sec .container {
        max-width: 1320px;
    }

    .hm-awards-sec::before {
        width: 431px;
        height: 431px;
        top: -214px;
        right: 2%;
    }

    .hm-awards-blk {
        margin: 60px auto 0;
    }

    .hm-awards-blk {
        max-width: 80%;
    }

    .banner-sec .banner-blk::before {
        bottom: -40px;
        left: -100px;
        transform: scale(0.85);
    }

    .hm-awards-list.owl-carousel .owl-stage {
        padding: 0 0 30px;
    }

    .hm-awards-list.owl-carousel .owl-item.center .hm-award-img::before {
        bottom: -30px;
    }

    .hm-awards-sec .text-heading {
        font-size: 25px;
        letter-spacing: 4.5px;
        margin: 0 0 38px;
    }

}

@media screen and (max-width: 1440px) {
    .hm-awards-sec .container {
        max-width: 1220px;
    }

    .hm-awards-sec::before {
        width: 420px;
        height: 420px;
        top: -210px;
        right: 2%;
    }

    .banner-sec .banner-blk::before {
        bottom: -38px;
        left: -93px;
        transform: scale(0.8);
    }

    .hm-awards-blk {
        margin: 55px auto 0;
    }

    .hm-awards-sec .text-heading {
        letter-spacing: 3px;
        margin: 0 0 35px;
    }

    .hm-awards-list.owl-carousel .owl-stage {
        padding: 0 0 28px;
    }

    .hm-awards-list.owl-carousel .owl-item.center .hm-award-img::before {
        bottom: -28px;
        height: 3px;
    }

}

@media screen and (max-width: 1366px) {
    .hm-awards-sec .container {
        max-width: 1160px;
    }

    .hm-awards-sec::before {
        width: 385px;
        height: 385px;
        top: -192px;
        right: 2%;
    }

}

@media screen and (max-width: 1280px) {
    .hm-awards-sec .container {
        max-width: 1100px;
    }

    .hm-awards-sec::before {
        width: 355px;
        height: 355px;
        top: -178px;
        right: 2%;
    }

    .banner-sec .banner-blk::before {
        bottom: -36px;
        left: -85px;
        transform: scale(0.75);
    }

    .hm-awards-blk {
        margin: 50px auto 0;
    }

    .hm-awards-sec .text-heading {
        font-size: 23px;
        letter-spacing: 3.5px;
        margin: 0 0 32px;
    }

    .hm-awards-list.owl-carousel .owl-stage {
        padding: 0px 0 23px;
    }

    .hm-awards-list.owl-carousel .owl-item.center .hm-award-img::before {
        bottom: -23px;
        height: 2px;
    }

}

@media screen and (max-width: 1180px) {
    .hm-awards-sec .container {
        max-width: 980px;
    }

    .hm-awards-sec::before {
        width: 345px;
        height: 345px;
        top: -172px;
        right: 2%;
    }

    .banner-sec .banner-blk::before {
        bottom: -34px;
        left: -77px;
        transform: scale(0.7);
    }

    .hm-awards-blk {
        margin: 42px auto 0;
    }

    .hm-awards-blk {
        padding: 0px 0 60px;

    }

    .hm-awards-sec .text-heading {
        font-size: 21px;
        letter-spacing: 2.7px;
        margin: 0 0 28px;
    }

    .hm-awards-list.owl-carousel .owl-stage {
        padding: 0px 0 20px;
    }

    .hm-awards-list.owl-carousel .owl-item.center .hm-award-img::before {
        bottom: -20px;
        height: 2px;
    }

}

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

    .hm-awards-sec .container {
        max-width: 720px;
    }

    .banner-sec .banner-blk::before {
        display: none;
    }

    .hm-awards-sec::before {
        display: none;
    }

    .hm-awards-sec .text-heading {
        font-size: 21px;
        letter-spacing: 2.7px;
        margin: 0 0 25 px;
    }

    .hm-awards-blk {
        padding: 40px 0 10px;
        width: 100%;
        margin: 0 auto;
    }

    .hm-award-img {
        max-width: 150px;
        margin: 0 auto;
    }

    .hm-awards-list.owl-carousel {
        width: 100%;
        display: block;
    }

    .hm-awards-list.owl-carousel .owl-nav {
        display: none !important;
    }


    .hm-awards-list.owl-carousel .owl-dots {
        text-align: center;
        margin: 20px auto 0;
    }

    .hm-awards-list.owl-carousel .owl-dots button.owl-dot.active {
        background-color: var(--yellow) !important;
    }

    .hm-awards-list.owl-carousel .owl-dots button {
        font-size: 0;
        background-color: #0f1926 !important;
        width: 12px;
        height: 12px;
        margin-right: 8px;
        border-radius: 50px;
        text-align: center;
    }

    .hm-awards-list.owl-carousel .owl-dots button {
        background-color: #fff !important;
    }

}

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

    .hm-award-img {
        width: 100%;
        max-width: 170px;
        margin: 0 auto;
    }

    .hm-awards-blk {
        padding: 30px 0 10px;
    }

    .hm-awards-sec .text-heading {
        font-size: 21px;
        letter-spacing: 1px;
        margin: 0 0 20px;
    }

    .hm-awards-list.owl-carousel .owl-stage {
        padding: 0px 0 16px;
    }

    .hm-awards-list.owl-carousel .owl-item.center .hm-award-img::before {
        bottom: -16px;
        height: 2px;
    }

}

/* Awards Section Ends */

/* case results starts */

.hm-caseresult .container {
    max-width: 1700px;
    width: 100%;
    margin: auto;
}

.hm-caseresult {
    padding: 0px 0 90px;
}

.hm-caseresult .text-heading {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.hm-caseresult .caseresult-blk {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
}

.hm-caseresult-item {
    padding: 20px 50px;
    background: #172639;
    width: 100%;
}

.hm-caseresult .caseresult-blk.owl-carousel .owl-stage-outer {
    padding-top: 40px;
}

.hm-caseresult .caseresult-blk .owl-item.active.center .hm-caseresult-item {
    background-color: #e8aa30;
}

.hm-caseresult .caseresult-blk .owl-item.active.center {
    margin: -40px 0 0;
}

.hm-caseresult .caseresult-blk .owl-item.active.center .case-read-btn a,
.hm-caseresult .caseresult-blk .owl-item.active.center .caseresult-sub-title,
.hm-caseresult .caseresult-blk .owl-item.active.center .text-heading.caseresult-title,
.hm-caseresult .caseresult-blk .owl-item.active.center .description,
.hm-caseresult .caseresult-blk .owl-item.active.center .caseresult-cnt p {
    /* color: var(--black); */
    color: #fff;
}

.hm-caseresult .caseresult-blk .owl-item.active.center .case-read-btn a {
    color: var(--black);
}

.hm-caseresult .text-heading.caseresult-title {
    color: #e8aa30;
    text-align: start;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    width: max-content;
}

.hm-caseresult .caseresult-sub-title {
    font-family: 'Crimson Text';
    font-weight: 400;
    /*font-size: 22px;*/
    font-size: 18px;
    line-height: 1;
    color: #e8aa30;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 8px;
}

.hm-caseresult .description {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.61;
    letter-spacing: 0px;
    /* color: #bcbcbc; */
    color: #fff;
    margin-bottom: 8px;
}

.hm-caseresult .caseresult-cnt p {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    line-height: 1.61;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 15px;
    padding-bottom: 40px;
    border-bottom: 2px solid #fff;
}

.hm-caseresult .caseresult-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hm-caseresult .caseresult-icon {
    background-image: url(../images/hm-sprites.webp);
    background-position: -314px -15px;
    background-repeat: no-repeat;
    width: 48px;
    height: 59px;
    transform: scale(0.8);
}

.hm-caseresult .caseresult-blk .owl-item.active.center .caseresult-icon {
    background-position-y: -84px;
}

.hm-caseresult .case-read-btn {
    padding-right: 35px;
    position: relative;
}

.hm-caseresult .caseresult-blk .owl-item.active.center .case-read-btn::before {
    background-position-y: -38px;
}

.case-read-btn::before {
    position: absolute;
    content: '';
    background-image: url(../images/hm-sprites.webp);
    background-position: -440px -15px;
    background-repeat: no-repeat;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 13px;
}

.hm-caseresult .case-read-btn a {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 3.6px;
    color: #fff;
    margin-bottom: 0px;
    display: inline-block;
    text-transform: uppercase;
}

.hm-caseresult .caseresult-btn {
    text-align: center;
}

.hm-caseresult .caseresult-btn a.cmn-btn:hover {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

/* case results responsive */

/* caseresult Responsive */

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

    .hm-caseresult .container {
        max-width: 1600px;
    }

    .hm-caseresult .text-heading {
        margin-bottom: 32px;
    }

    .hm-caseresult .hm-caseresult-item {
        padding: 23px 44px 30px;
    }

}

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

    .hm-caseresult .container {
        max-width: 1440px;
    }

    .hm-caseresult {
        padding: 0px 0 100px;
    }

    .hm-caseresult .text-heading {
        margin-bottom: 30px;
    }

    .hm-caseresult .hm-caseresult-item {
        padding: 20px 33px 28px;
    }

    .hm-caseresult .text-heading.caseresult-title {
        padding-bottom: 8px;
        margin-bottom: 20px;
    }

    .hm-caseresult .description {
        font-size: 16px;
        margin-bottom: 6px;
        letter-spacing: 0.3px;
    }

    .hm-caseresult .caseresult-sub-title {
        font-size: 16px;
    }

    .hm-caseresult .caseresult-cnt p {
        font-size: 17px;
        margin-bottom: 13px;
        padding-bottom: 40px;
    }

    .hm-caseresult .case-read-btn a {
        letter-spacing: 3px;
    }

    .hm-caseresult .case-read-btn {
        padding-right: 30px;
    }

    .hm-caseresult .case-read-btn::before {
        transform: scale(0.9);
        right: -1px;
    }

    .hm-caseresult .caseresult-blk.owl-carousel .owl-stage-outer {
        padding-top: 35px;
    }

    .hm-caseresult .caseresult-blk .owl-item.active.center {
        margin: -35px 0 0;
    }

}

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

    .hm-caseresult .container {
        max-width: 1300px;
    }

    .hm-caseresult {
        padding: 0 0 90px;
    }

    .hm-caseresult .hm-caseresult-item {
        padding: 18px 28px 25px;
    }

    .hm-caseresult .text-heading.caseresult-title {
        padding-bottom: 6px;
        margin-bottom: 18px;
    }

    .hm-caseresult .description {
        font-size: 15px;
        margin-bottom: 5px;
        letter-spacing: 0.4px;
    }

    .hm-caseresult .caseresult-cnt p {
        font-size: 16px;
        margin-bottom: 8px;
        padding-bottom: 35px;
    }

    .hm-caseresult .caseresult-icon {
        transform: scale(0.7);
    }

    .hm-caseresult .case-read-btn a {
        font-size: 16px;
        letter-spacing: 2.5px;
    }

    .hm-caseresult .case-read-btn::before {
        transform: scale(0.85);
        right: -2px;
    }

    .hm-caseresult .caseresult-blk.owl-carousel .owl-stage-outer {
        padding-top: 30px;
    }

    .hm-caseresult .caseresult-blk .owl-item.active.center {
        margin: -30px 0 0;
    }

    .hm-caseresult .text-heading {
        margin-bottom: 25px;
    }

}

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

    .hm-caseresult .container {
        max-width: 1200px;
    }

    .hm-caseresult {
        padding: 0px 0 85px;
    }

    .hm-caseresult .text-heading {
        margin-bottom: 18px;
    }

    .hm-caseresult .text-heading.caseresult-title {
        padding-bottom: 5px;
    }

    .hm-caseresult .hm-caseresult-item {
        padding: 15px 25px 20px;
    }

    .hm-caseresult .caseresult-sub-title {
        letter-spacing: 0px;
    }

    .hm-caseresult .caseresult-cnt p {
        font-size: 15px;
        margin-bottom: 4px;
        padding-bottom: 30px;
        letter-spacing: 0.1px;
    }

    .hm-caseresult .caseresult-icon {
        transform: scale(0.7);
    }

    .hm-caseresult .case-read-btn a {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .hm-caseresult .case-read-btn::before {
        transform: scale(0.8);
        right: -2px;
    }

}

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

    .hm-caseresult .container {
        max-width: 1180px;
    }

    .hm-caseresult {
        padding: 0px 0 80px;
    }

    .hm-caseresult .text-heading {
        margin-bottom: 20px;
    }

    .hm-caseresult .description {
        font-size: 14px;
        margin-bottom: 4px;
        letter-spacing: 0.4px;
    }

    .hm-caseresult .hm-caseresult-item {
        padding: 15px 20px 20px;
    }

    .hm-caseresult .caseresult-cnt p {
        font-size: 15px;
        margin-bottom: 4px;
        padding-bottom: 30px;
        letter-spacing: 0.1px;
    }

    .hm-caseresult .caseresult-icon {
        transform: scale(0.65);
        margin: -5px;
    }

    .hm-caseresult .caseresult-blk.owl-carousel .owl-stage-outer {
        padding-top: 25px;
    }

    .hm-caseresult .caseresult-blk .owl-item.active.center {
        margin: -25px 0 0;
    }

    .hm-caseresult .text-heading {
        margin-bottom: 16px;
    }

}

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

    .hm-caseresult .container {
        max-width: 950px;
    }

    .hm-caseresult {
        padding: 0px 0 72px;
    }

    .hm-caseresult .hm-caseresult-item {
        padding: 12px 10px 10px;
    }

    .hm-caseresult .description {
        margin-bottom: 2px;
        letter-spacing: 0.2px;
        line-height: 1.5;
    }

    .hm-caseresult .text-heading.caseresult-title {
        padding-bottom: 2px;
        margin-bottom: 14px;
    }

    .hm-caseresult .caseresult-cnt p {
        font-size: 14px;
        margin-bottom: 2px;
        padding-bottom: 15px;
        letter-spacing: -0.4px;
    }

    .hm-caseresult .caseresult-icon {
        transform: scale(0.55);
        margin: -6px;
    }

    .hm-caseresult .case-read-btn a {
        font-size: 14px;
        letter-spacing: 1.6px;
    }

    .hm-caseresult .caseresult-sub-title {
        font-size: 15px;
        letter-spacing: 0;
        margin-bottom: 4px;
    }

    .hm-caseresult .caseresult-blk.owl-carousel .owl-stage-outer {
        padding-top: 20px;
    }

    .hm-caseresult .caseresult-blk .owl-item.active.center {
        margin: -20px 0 0;
    }

    .hm-caseresult .case-read-btn::before {
        transform: scale(0.7);
        right: -3px;
    }

    .hm-caseresult .case-read-btn {
        padding-right: 23px;
    }

    .hm-caseresult .caseresult-blk {
        margin-bottom: 25px;
    }

}

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

    .hm-caseresult .container {
        max-width: 720px;
    }

    .hm-caseresult {
        padding: 50px 0;
    }

    .hm-caseresult .caseresult-blk {
        max-width: 350px;
        width: 100%;
        margin: 0 auto 20px;
    }

    .hm-caseresult .caseresult-blk .owl-item.active.center {
        margin: auto;
    }

    .hm-caseresult .caseresult-blk.owl-carousel .owl-stage-outer {
        padding-top: 0;
    }

    .hm-caseresult .hm-caseresult-item {
        padding: 10px 15px;
    }

    .hm-caseresult .caseresult-cnt p {
        font-size: 14px;
        margin-bottom: 2px;
        padding-bottom: 22px;
        letter-spacing: 0px;
    }

    .hm-caseresult .caseresult-sub-title {
        letter-spacing: 0.4px;
    }

}

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

    .hm-caseresult .container {
        max-width: 100%;
        padding: 0 20px;
    }

    .hm-caseresult {
        padding: 40px 0;
    }

    .hm-caseresult .text-heading {
        margin-bottom: 15px;
    }

    .hm-caseresult .hm-caseresult-item {
        padding: 10px 12px;
    }

}

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

    .hm-caseresult .container {
        padding: 0 15px;
    }

    .hm-caseresult .caseresult-blk {
        max-width: 320px;
        width: 100%;
        margin: 0 auto 15px;
    }

    .hm-caseresult .description {
        margin-bottom: 0px;
        line-height: 1.54;
        margin-bottom: 1px;
    }

    .hm-caseresult .caseresult-cnt p {
        padding-bottom: 18px;
        letter-spacing: 0px;
        line-height: 1.41;
    }

    .hm-caseresult .caseresult-sub-title {
        letter-spacing: 0.4px;
        margin-bottom: 3px;
        line-height: 1.3;
    }

    .hm-caseresult .caseresult-icon {
        transform: scale(0.45);
        margin: -9px;
    }

    .hm-caseresult .case-read-btn a {
        font-size: 14px;
        letter-spacing: 1.1px;
    }

    .hm-caseresult .case-read-btn {
        padding-right: 20px;
    }

    .hm-caseresult .case-read-btn::before {
        transform: scale(0.6);
        right: -4px;
    }

}

/* case results ends */

/* expert section starts */

.hm-expert-minnesota-sec {
    padding: 70px 0 63px !important;
    position: relative;
    z-index: 1;
    background-image: url(../images/hm-expert-minnesota-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.hm-expert-minnesota-sec-before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background-image: url(../images/hm-expert-minnesota-before-v2.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 1103px;
    height: 355px;
}

.hm-expert-minnesota-sec .container {
    max-width: 1625px;
    width: 100%;
    margin: auto;
}

/* 
.hm-expert-minnesota-sec::after {
    content: "";
    background-image: url(../images/exp-minne-after.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 80.9%;
    height: 78.2%;
    top: 0;
    left: 0;
    margin: auto;
    position: absolute;
    z-index: -1;
    opacity: 70%;
} */

.hm-expert-minnesota-main {
    display: flex;
    justify-content: center;
    gap: 78px;
    flex-direction: row-reverse;
}

.hm-expert-minnesota-left {
    width: 40%;
}

.hm-expert-minnesota-img {
    position: relative;
    padding: 20px 20px 0 0;
    z-index: 1;
}

.hm-expert-minnesota-img::before {
    position: absolute;
    content: " ";
    right: 0px;
    top: 0px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #ce9b33;
    z-index: -1;
}

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

.hm-expert-minnesota-main .right-blk-main {
    width: 52%;
    padding-top: 40px;
}

.hm-expert-minnesota-right {
    width: 100% !important;
    padding: 50px !important;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.04);
    margin-bottom: 50px;
}


.hm-expert-minnesota-right::before {
    content: "";
    background-color: #0f1926;
    width: 4px;
    height: 30.1%;
    top: 50px;
    left: 0;
    margin: auto;
    position: absolute;
}

.hm-expert-minnesota-right .text-heading {
    line-height: 1.125;
    margin: 0 0 20px 0;
}

.expert-minnesota-text {
    font-family: 'Poppins';
    /*font-size: 23px;*/
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 2;
    color: #0f1926;
    margin-bottom: 40px;
}

.expert-minnesota-text:last-child {
    margin-bottom: 0 !important;
}

.expert-button-main {
    display: flex;
    justify-content: flex-start;
    gap: 17px;
}

.expert-read-more-btn .cmn-btn {
    padding: 25px 23px 23px 91px;
    color: var(--black);
}

.hm-expert-minnesota-main .right-blk-main .expert-read-more-btn .cmn-btn:hover,
.hm-expert-minnesota-main .right-blk-main .expert-call-btn a.cmn-btn:hover {
    border-color: #000;
    color: #000;
	background-color:#fff;
}

.banner-btn .expert-read-more-btn a.cmn-btn::before {
    width: 65px;
    height: 60px;
}

.expert-call-btn a.cmn-btn {
    padding: 23px 30px 23px 90px;
    color: var(--black);
}

/* expert section responsive */

/* 
.hm-expert-minnesota-sec::before {
    content: "";
    background-image: url(../images/exp-minne-before.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    filter: grayscale(1);
    opacity: 12%;
    z-index: 0;
}

@media screen and (min-width: 1921px) {
    .hm-expert-minnesota-sec::before {
        content: "";
        background-image: url(../images/exp-minne-before.webp);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: right;
        width: 71.1%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        filter: grayscale(1);
        opacity: 12%;
        z-index: 0;
    }
} */

@media screen and (max-width: 1800px) {
    .hm-expert-minnesota-sec .container {
        max-width: 1540px;
    }

    .hm-expert-minnesota-sec {
        padding: 60px 0 200px;
    }

    .hm-expert-minnesota-right {
        padding: 0 0 0 50px;
    }

    .hm-expert-minnesota-right .text-heading {
        margin: 0 0 18px 0;
    }

    .expert-minnesota-text {
        letter-spacing: 0.4px;
        margin-bottom: 28px;
        line-height: 1.7;
    }

    .expert-read-more-btn .cmn-btn,
    .expert-call-btn a.cmn-btn {
        padding: 20px 26px 20px 80px;
    }

    .expert-read-more-btn .cmn-btn::before,
    .expert-call-btn a.cmn-btn::before {
        transform-origin: left center;
        left: 3px;
    }

    .hm-expert-minnesota-main .right-blk-main {
        width: 54%;
        padding-top: 30px;
    }

}

@media screen and (max-width: 1680px) {
    .hm-expert-minnesota-sec .container {
        max-width: 1380px;
    }

    .hm-expert-minnesota-sec {
        padding: 65px 0 210px;
    }

    .hm-expert-minnesota-right {
        padding: 0 0 0 45px;
    }

    .hm-expert-minnesota-right .text-heading {
        font-size: 55px;
        margin: 0 0 16px 0;
    }

    .expert-minnesota-text {
        font-size: 18px;
        letter-spacing: 0.3px;
        margin-bottom: 33px;
    }

    .expert-button-main {
        gap: 15px;
    }

    .expert-read-more-btn .cmn-btn,
    .expert-call-btn a.cmn-btn {
        padding: 18px 24px 18px 75px;
        font-size: 20px;
    }

    .expert-read-more-btn .cmn-btn::before,
    .expert-call-btn a.cmn-btn::before {
        transform: scale(0.85);
        left: 3px;
    }

    .hm-expert-minnesota-main {
        gap: 58px;
    }

    .hm-expert-minnesota-right {
        padding: 30px !important;
        margin-bottom: 40px;
    }

    .hm-expert-minnesota-right::before {
        top: 40px !important;
    }

}

@media screen and (max-width: 1550px) {
    .hm-expert-minnesota-sec .container {
        max-width: 1280px;
    }

    .hm-expert-minnesota-sec {
        padding: 60px 0 170px;
    }

    .hm-expert-minnesota-right .text-heading {
        font-size: 50px;
        margin: 0 0 16px 0;
    }

    .hm-expert-minnesota-right {
        padding: 0 0 0 42px;
    }

    .expert-minnesota-text {
        font-size: 16px;
        letter-spacing: 0.2px;
        margin-bottom: 30px;
    }

    .expert-button-main {
        gap: 14px;
    }

    .expert-read-more-btn .cmn-btn,
    .expert-call-btn a.cmn-btn {
        padding: 17px 23px 17px 73px;
        font-size: 19px;
    }

    .expert-read-more-btn .cmn-btn::before,
    .expert-call-btn a.cmn-btn::before {
        transform: scale(0.8);
        left: 3px;
    }

    .hm-expert-minnesota-right::before {
        top: 13px;
    }

    .hm-expert-minnesota-sec-before {
        width: 70%;
        background-size: contain;
    }

}

@media screen and (max-width: 1440px) {
    .hm-expert-minnesota-sec .container {
        max-width: 1200px;
    }

    .hm-expert-minnesota-sec {
        padding: 55px 0 130px;
    }

    .hm-expert-minnesota-right {
        padding: 0 0 0 39px;
    }

    .hm-expert-minnesota-right::before {
        width: 3px;
    }

    .hm-expert-minnesota-right .text-heading {
        font-size: 47px;
        margin: 0 0 14px 0;
    }

    .hm-expert-minnesota-sec::before {
        width: 54%;
    }

    .expert-minnesota-text {
        font-size: 15px;
        letter-spacing: 0;
        margin-bottom: 20px;
    }



    .expert-read-more-btn .cmn-btn,
    .expert-call-btn a.cmn-btn {
        padding: 16px 21px 16px 68px;
        font-size: 17px;
    }

    .expert-read-more-btn .cmn-btn::before,
    .expert-call-btn a.cmn-btn::before {
        transform: scale(0.75);
        left: 3px;
    }


}


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

    .hm-expert-minnesota-sec .container {
        max-width: 1140px;
    }

    .hm-expert-minnesota-sec {
        padding: 50px 0 110px;
    }

    .hm-expert-minnesota-right {
        padding: 0 0 0 35px;
    }

    .hm-expert-minnesota-right::before {
        top: 11px;
    }

    .hm-expert-minnesota-right .text-heading {
        font-size: 45px;
        margin: 0 0 13px 0;
    }

    .expert-minnesota-text {
        letter-spacing: 0;
    }

    .expert-read-more-btn .cmn-btn,
    .expert-call-btn a.cmn-btn {
        padding: 16px 20px 16px 64px;
        font-size: 16px;
    }

    .expert-read-more-btn .cmn-btn::before,
    .expert-call-btn a.cmn-btn::before {
        transform: scale(0.7);
        left: 2px;
    }

    .hm-expert-minnesota-sec {
        padding: 60px 0 !important;
    }

}

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

    .hm-expert-minnesota-sec .container {
        max-width: 1040px;
    }

    .hm-expert-minnesota-sec {
        padding: 45px 0 140px;
    }

    .hm-expert-minnesota-right {
        padding: 0 0 0 31px;
    }

    .hm-expert-minnesota-right::before {
        top: 9px;
    }

    .hm-expert-minnesota-right .text-heading {
        margin: 0 0 11px 0;
    }

    .expert-minnesota-text {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .hm-expert-minnesota-sec::before {
        width: 55%;
    }

    .expert-button-main {
        gap: 13px;
    }

    .expert-read-more-btn .cmn-btn::before,
    .expert-call-btn a.cmn-btn::before {
        transform: scale(0.65);
    }

    .expert-read-more-btn .cmn-btn,
    .expert-call-btn a.cmn-btn {
        padding: 14px 19px 14px 60px;
        font-size: 15px;
    }

    .hm-expert-minnesota-main {
        gap: 28px;
    }

    .hm-expert-minnesota-main .right-blk-main {
        width: 60%;
        padding-top: 20px;
    }

    .hm-expert-minnesota-right .text-heading {
        font-size: 42px;
    }

    .hm-expert-minnesota-sec {
        padding: 50px 0 !important;
    }

}

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

    .hm-expert-minnesota-sec .container {
        max-width: 720px;
        padding: 0;
        margin: 0 auto;
    }

    .hm-expert-minnesota-sec {
        padding: 50px 0 30px;
        background-image: url(../images/mb-expert-minnesota-bg.webp);
    }

    .hm-expert-minnesota-main {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 25px;
    }

    .hm-expert-minnesota-right .text-heading {
        font-size: 35px;
        margin: 0 0 10px 0;
    }

    .hm-expert-minnesota-left {
        width: 100%;
        max-width: 300px;
    }

    .hm-expert-minnesota-right {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .hm-expert-minnesota-right::before {
        display: none;
    }

    .expert-minnesota-text {
        margin-bottom: 20px;
        line-height: 1.6;
    }

    .expert-button-main {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .hm-expert-minnesota-main .right-blk-main {
        width: 100%;
        padding-top: 0;
    }

    .hm-expert-minnesota-right {
        padding: 20px !important;
        margin-bottom: 20px;
    }

    .hm-expert-minnesota-sec-before {
        width: 100%;
        background-size: contain;
    }

}

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

    .hm-expert-minnesota-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .hm-expert-minnesota-sec {
        padding: 42px 0 30px;
    }

    .hm-expert-minnesota-right .text-heading {
        font-size: 30px;
        margin: 0 0 8px 0;
    }

    .hm-expert-minnesota-right .text-heading br {
        display: none;
    }

}

@media screen and (max-width: 600px) {
    .hm-expert-minnesota-sec-before {
        width: 100%;
        background-size: cover;
    }
}

@media screen and (max-width: 480px) {
    .hm-expert-minnesota-right .text-heading {
        font-size: 20px;
        margin: 0 0 8px 0;
    }

    .expert-minnesota-text {
        margin-bottom: 15px;
    }
}

/* expert section ends */

/* practice areas section starts */

.hmpractice-areas {
    margin: -137px 0 -313px;
    position: relative;
    z-index: 2;
    margin-top: 0 !important;
    padding-top: 70px;
}

.hmpractice-areas .hover a {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
    inset: 0 0 0 0;
    z-index: 3;
}

.hmpractice-areas .text-heading {
    text-align: center;
    margin: 0 0 23px 0;
}

.hmpractice-areas .practice-item {
    position: relative;
    background-color: #0f1926;
    width: 100%;
    height: 100%;
}

.hmpractice-areas .practice-list .owl-item.active.center .practice-cnt {
    padding: 20px !important;
    width: 60%;
}

.hmpractice-areas .practice-list .owl-item .practice-cnt {
    position: absolute;
    bottom: 0;
    padding: 50px;
    width: 100%;
    left: 0;
}

.hmpractice-areas .practice-list.owl-carousel .owl-stage-outer {
    margin-bottom: 76px;
}

.hmpractice-areas .owl-item.active.center .practice-item .practice-cnt,
.hmpractice-areas .practice-item:hover .practice-cnt {
    /* background-color: #e8aa30; */
    background-color: #e99d09a3;
}

.hmpractice-areas .owl-item.active.center .practice-item .practice-cnt .practice-cnt-title {
    /*font-size: 34px;*/
    font-size: 29px;
}

.hmpractice-areas .owl-item.active.center .practice-item .practice-cnt p a,
.hmpractice-areas .practice-item:hover .practice-cnt p a {
    color: #fff;
}

.hmpractice-areas .owl-item.active.center .practice-item .practice-cnt .practice-btn::before,
.hmpractice-areas .practice-item:hover .practice-cnt .practice-btn::before {
    /* background-position-y: -39px; */
    background-image: url(../images/hm-sprites.webp);
    background-position: -440px -15px;
}

.practice-img {
    width: 100%;
}

.hmpractice-areas .practice-list .practice-item:hover .practice-cnt {
    padding: 20px;
    width: 85%;
}

.hmpractice-areas .practice-img img {
    display: block;
    width: 100%;
    opacity: 40%;
    height: 500px !important;
    object-fit: cover;
    object-position: left;
}

.hmpractice-areas .owl-item.active.center .practice-img img,
.hmpractice-areas .practice-item:hover .practice-img img {
    opacity: 100%;
}

.hmpractice-areas .owl-item.active.center .practice-item .practice-cnt p,
.hmpractice-areas .practice-item:hover .practice-cnt p {
    display: block;
}

.hmpractice-areas .owl-item.active.center .practice-item .practice-cnt .practice-cnt-title::before,
.hmpractice-areas .practice-item:hover .practice-cnt .practice-cnt-title::before {
    display: block;
}

.hmpractice-areas .practice-cnt-title {
    font-family: "Crimson Text";
    font-weight: 400;
    font-size: 26px;
    line-height: 1.06;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}

.hmpractice-areas .practice-cnt-title::before {
    display: none;
    position: absolute;
    content: '';
    background-color: #fff;
    height: 2px;
    bottom: 0;
    left: 0;
    width: 57%;
}

.hmpractice-areas .practice-cnt p {
    display: none;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    line-height: 1.51;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 20px;
}

.hmpractice-areas .practice-btn-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 20px;
}

.hmpractice-areas .owl-item.active.center .practice-cnt .practice-icon,
.hmpractice-areas .practice-item:hover .practice-cnt .practice-icon {
    display: block;
}

.practice-icon {
    display: none;
    background-image: url(../images/hm-sprites.webp);
    background-position: -309px -163px;
    background-repeat: no-repeat;
    width: 72px;
    height: 87px;
    opacity: 20%;
}

.hmpractice-areas .practice-btn {
    padding-right: 55px;
    position: relative;
}

.hmpractice-areas .practice-btn::before {
    position: absolute;
    content: '';
    background-image: url(../images/hm-sprites.webp);
    background-position: -382px -15px;
    background-repeat: no-repeat;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 38px;
    height: 14px;
}

.hmpractice-areas .practice-btn p {
    margin-bottom: 0px;
    line-height: 1;
    display: block;
}

.hmpractice-areas .practice-btn p a {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 3px;
    color: #e8aa30;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.hmpractice-areas .practice-areas-btn {
    text-align: center;
    position: relative;
    z-index: 1;
    width: max-content;
    padding: 0 431px;
    margin: -55px auto 0;
}

.practice-areas-btn a.cmn-btn:hover {
    color: #fff;
    border-color: #fff;
}

.hmpractice-areas .practice-areas-btn::before,
.hmpractice-areas .practice-areas-btn::after {
    content: "";
    position: absolute;
    background-color: rgb(241, 241, 241, 0.2);
    width: 31.1%;
    height: 2px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}

.hmpractice-areas .practice-areas-btn::after {
    left: inherit;
    right: 0;
}

.hmpractice-areas .practice-list.owl-carousel .owl-nav.disabled {
    display: none;
    /* justify-content: space-between;
    align-items: center; */
}

/* .hmpractice-areas .practice-list.owl-carousel .owl-nav button.owl-next span,
.hmpractice-areas .practice-list.owl-carousel .owl-nav button.owl-prev span {
    font-size: 0;
    line-height: 0;
}

.hmpractice-areas .practice-list.owl-carousel .owl-nav button.owl-next,
.hmpractice-areas .practice-list.owl-carousel .owl-nav button.owl-prev {
    width: 83px;
    height: 37px;
    border: 2px solid #5a6068;
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -201px -121px;
}

.hmpractice-areas .practice-list.owl-carousel .owl-nav button.owl-prev {
    background-position: -108px -121px;
}

.hmpractice-areas .practice-list.owl-carousel .owl-nav button.owl-next:hover,
.hmpractice-areas .practice-list.owl-carousel .owl-nav button.owl-prev:hover {
    background-position-y: -168px;
    transition: all 0.4s;
    border-color: #e8aa30;
}  */

.hmpractice-areas .owl-stage-outer,
.hmpractice-areas .owl-stage {
    display: flex;
    justify-content: center;
}

.hmpractice-areas .practice-list .owl-item.active {
    width: 100% !important;
}

.hmpractice-areas .practice-list .owl-item.active.center {
    width: 100% !important;
    height: 100% !important;
}


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

    .text-sub-heading {
        font-size: 18px;
        letter-spacing: 8px;
        margin-bottom: 9px;
    }

    .text-heading {
        font-size: 53px;
        margin: 0 0 26px 0;
    }

    a.cmn-btn {
        font-size: 17px;
        padding: 21px 32px 21px 86px;
    }

    a.cmn-btn::before {
        left: 4px;
        transform: scale(0.9);
        transform-origin: left center;
    }

    .hmpractice-areas {
        margin: -122px 0 -280px;
    }

    .hmpractice-areas .text-heading {
        margin: 0 0 21px 0;
    }

    .hmpractice-areas .practice-list .owl-item.active.center .practice-cnt {
        padding: 41px 50px 24px 31px;
    }

    .hmpractice-areas .owl-item.active.center .practice-item .practice-cnt .practice-cnt-title {
        font-size: 25px;
    }

    .hmpractice-areas .practice-cnt p {
        font-size: 14px;
        margin-bottom: 28px;
    }

    .hmpractice-areas .practice-btn p {
        margin-bottom: 0px;
    }

    .practice-icon {
        transform: scale(0.9);
        transform-origin: left center;
    }

    .hmpractice-areas .practice-btn p a {
        font-size: 16px;
        letter-spacing: 2.8px;
    }

    .hmpractice-areas .practice-btn::before {
        transform: scale(0.9);
        transform-origin: right center;
    }

    .hmpractice-areas .practice-cnt-title {
        font-size: 25px;
        margin-bottom: 11px;
        padding-bottom: 8px;
    }

    .hmpractice-areas .practice-list .owl-item .practice-cnt {
        padding: 43px;
    }

    .hmpractice-areas .practice-btn p a {
        font-size: 16px;
        letter-spacing: 2.8px;
    }

    .hmpractice-areas .practice-btn {
        padding-right: 48px;
    }

    .hmpractice-areas .practice-btn::before {
        transform: scale(0.9);
        transform-origin: right center;
    }

    .hmpractice-areas .practice-list.owl-carousel .owl-stage-outer {
        margin-bottom: 74px;
    }

    .hmpractice-areas .practice-list.owl-carousel .owl-nav button.owl-next,
    .hmpractice-areas .practice-list.owl-carousel .owl-nav button.owl-prev {
        transform: scale(0.9);
    }

    /* .hmpractice-areas .practice-list .owl-item.active {
        width: 355px !important;
    }

    .hmpractice-areas .practice-list .owl-item.active.center {
        width: 614px !important;
    } */

    .hmpractice-areas .practice-img img {
        height: 470px !important;
    }

    .hmpractice-areas .practice-areas-btn {
        padding: 0 365px;
        margin: -52px auto 0;
    }

}

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

    .text-heading {
        font-size: 48px;
        margin: 0 0 23px 0;
    }

    .text-sub-heading {
        letter-spacing: 6px;
        margin-bottom: 8px;
    }

    a.cmn-btn {
        font-size: 16px;
        padding: 20px 22px 20px 76px;
    }

    a.cmn-btn::before {
        transform: scale(0.85);
    }

    .hmpractice-areas .practice-list .owl-item.active.center .practice-cnt {
        padding: 20px !important;
    }

    .hmpractice-areas {
        margin: -105px 0 -240px;
    }

    /* .hmpractice-areas .practice-list .owl-item.active.center {
        width: 570px !important;
    }

    .hmpractice-areas .practice-list .owl-item.active {
        width: 325px !important;
    } */

    .hmpractice-areas .practice-img img {
        height: 460px !important;
    }

    .hmpractice-areas .practice-list .owl-item.active.center .practice-cnt {
        padding: 37px 46px 22px 28px;
    }

    .hmpractice-areas .owl-item.active.center .practice-item .practice-cnt .practice-cnt-title {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .hmpractice-areas .practice-cnt p {
        font-size: 13px;
        margin-bottom: 25px;
    }

    .practice-icon {
        transform: scale(0.8);
        margin: -4px 0;
    }

    .hmpractice-areas .practice-btn p a {
        font-size: 15px;
        letter-spacing: 2.1px;
    }

    .hmpractice-areas .practice-btn {
        padding-right: 40px;
    }

    .hmpractice-areas .practice-btn::before {
        transform: scale(0.8);
    }

    .hmpractice-areas .practice-list .owl-item .practice-cnt {
        padding: 37px;
    }

    .hmpractice-areas .practice-cnt-title {
        font-size: 23px;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

    .hmpractice-areas .practice-btn p a {
        font-size: 15px;
        letter-spacing: 2.1px;
    }

    .hmpractice-areas .practice-btn p {
        margin-bottom: 0px;
    }

    .hmpractice-areas .practice-btn::before {
        transform: scale(0.8);
    }

    .hmpractice-areas .practice-list.owl-carousel .owl-stage-outer {
        margin-bottom: 65px;
    }

    .hmpractice-areas .practice-areas-btn {
        padding: 0 330px;
        margin: -52px auto 0;
    }

    .hmpractice-areas .practice-cnt-title::before {
        width: 55%;
    }

    .hmpractice-areas .practice-list.owl-carousel .owl-nav button.owl-next,
    .hmpractice-areas .practice-list.owl-carousel .owl-nav button.owl-prev {
        transform: scale(0.85);
    }

    .hmpractice-areas .text-heading {
        margin: 0 0 18px 0;
    }

}

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

    .hmpractice-areas {
        margin: -80px 0 -230px;
    }

    .text-heading {
        font-size: 43px;
        margin: 0 0 21px 0;
    }

    .text-sub-heading {
        font-size: 17px;
        letter-spacing: 5px;
        margin-bottom: 7px;
    }

    a.cmn-btn {
        padding: 17px 25px 17px 71px;
    }

    a.cmn-btn::before {
        transform: scale(0.8);
        left: 2px;
    }

    /* .hmpractice-areas .practice-list .owl-item.active.center {
        width: 530px !important;
    }
    
    .hmpractice-areas .practice-list .owl-item.active {
        width: 305px !important;
    } */

    .hmpractice-areas .practice-img img {
        height: 430px !important;
    }

    .hmpractice-areas .practice-list .owl-item.active.center .practice-cnt {
        padding: 34px 42px 18px 27px;
    }

    .hmpractice-areas .owl-item.active.center .practice-item .practice-cnt .practice-cnt-title {
        font-size: 21px;
        margin-bottom: 9px;
    }

    .hmpractice-areas .practice-cnt p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .practice-icon {
        transform: scale(0.75);
        margin: -6px 0;
    }

    .hmpractice-areas .practice-btn p a {
        letter-spacing: 1.8px;
    }

    .hmpractice-areas .practice-list .owl-item .practice-cnt {
        padding: 33px;
    }

    .hmpractice-areas .practice-btn p {
        margin-bottom: 0px;
    }

    .hmpractice-areas .practice-areas-btn {
        padding: 0 312px;
        margin: -46px auto 0;
    }

    .hmpractice-areas .practice-list.owl-carousel .owl-nav button.owl-next,
    .hmpractice-areas .practice-list.owl-carousel .owl-nav button.owl-prev {
        transform: scale(0.8);
        margin: 0 -7px;
    }

    .hmpractice-areas .practice-list.owl-carousel .owl-stage-outer {
        margin-bottom: 58px;
    }

    .hmpractice-areas .text-heading {
        margin: 0 0 17px 0;
    }

    .hmpractice-areas .practice-item:hover .practice-cnt .practice-btn:not(.hmpractice-areas .owl-item.active.center .practice-item .practice-cnt .practice-btn) {
        padding-right: 35px;
        width: 58%;
    }

    .hmpractice-areas .practice-cnt-title {
        font-size: 21px;
    }
}


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

    .text-heading {
        font-size: 56px;
        margin: 0 0 20px 0;
    }

    .text-heading {
        font-size: 40px;
        margin: 0 0 20px 0;
    }

}

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

    .hmpractice-areas {
        margin: -72px 0 -220px;
    }

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

    .text-sub-heading {
        font-size: 17px;
        letter-spacing: 5px;
        margin-bottom: 6px;
    }

    a.cmn-btn {
        font-size: 15px;
        padding: 15px 21px 15px 65px;
    }

    a.cmn-btn::before {
        transform: scale(0.7);
        left: 2px;
    }

    /* .hmpractice-areas .practice-list .owl-item.active.center {
        width: 470px !important;
    }

    .hmpractice-areas .practice-list .owl-item.active {
        width: 265px !important;
    } */

    .hmpractice-areas .practice-img img {
        height: 380px !important;
    }

    .hmpractice-areas .text-heading {
        margin: 0 0 15px 0;
    }

    .hmpractice-areas .practice-list .owl-item.active.center .practice-cnt {
        padding: 29px 38px 16px 25px;
        width: 68.2%;
    }

    .hmpractice-areas .owl-item.active.center .practice-item .practice-cnt .practice-cnt-title {
        font-size: 24px;
        margin-bottom: 6px;
        padding: 0 0 9px;
    }

    .hmpractice-areas .practice-cnt p {
        margin-bottom: 18px;
    }

    .practice-icon {
        transform: scale(0.7);
        margin: -8px 0;
    }

    .hmpractice-areas .practice-btn p a {
        letter-spacing: 0.8px;
        font-size: 14px;
    }

    .hmpractice-areas .practice-btn {
        padding-right: 37px;
    }

    .hmpractice-areas .practice-btn::before {
        transform: scale(0.7);
    }

    .hmpractice-areas .practice-btn p {
        margin-bottom: 0px;
    }

    .hmpractice-areas .practice-cnt-title {
        font-size: 22px;
        margin-bottom: 7px;
        padding-bottom: 5px;
    }

    .hmpractice-areas .practice-areas-btn {
        padding: 0 265px;
        margin: -39px auto 0;
    }

    .hmpractice-areas .practice-list.owl-carousel .owl-nav button.owl-next,
    .hmpractice-areas .practice-list.owl-carousel .owl-nav button.owl-prev {
        transform: scale(0.75);
        margin: -4px -10px;
    }

    .hmpractice-areas .practice-list.owl-carousel .owl-stage-outer {
        margin-bottom: 54px;
    }

    .hmpractice-areas {
        padding-top: 50px;
    }

    .hm-expert-minnesota-img {
        padding: 15px 15px 0 0;
    }


}

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

    .text-heading {
        font-size: 30px;
        margin: 0 0 16px 0;
    }

    .hmpractice-areas {
        padding: 30px 0 50px;
        margin: 0;
    }

    .hmpractice-areas .practice-list .owl-item.active.center {
        width: 100% !important;
    }

    .hmpractice-areas .practice-list .owl-item.active.center {
        /* width: 350px !important; */
        max-width: 220px !important;
        margin: 0 auto;
    }


    .practice-list.owl-carousel.owl-loaded.owl-drag {
        /* max-width: 350px; */
        max-width: 100%;
        margin: auto;
        width: 100%;
    }

    .hmpractice-areas .practice-cnt p {
        font-size: 14px;
        /* margin-bottom: 21px; */
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .hmpractice-areas .practice-list .owl-item.active,
    .hmpractice-areas .practice-list .owl-item {
        width: 100% !important;
        max-width: 100%;
        margin: 0 auto;
    }

    .hmpractice-areas .practice-cnt-title {
        font-size: 19px;
    }

    .hmpractice-areas .owl-stage-outer {
        display: block !important;
    }

    .hmpractice-areas .practice-item:hover .practice-cnt .practice-btn:not(.hmpractice-areas .owl-item.active.center .practice-item .practice-cnt .practice-btn) {
        width: fit-content;
    }

    .hmpractice-areas .practice-item {
        width: 100%;
        max-width: 320px;
        height: 100%;
        margin: 0 auto;
    }

    .hmpractice-areas .practice-img img {
        height: 300px !important;
    }

    .hmpractice-areas .practice-list .owl-item.active.center .practice-cnt {
        padding: 25px;
        width: 100%;
        height: 100%;
        background-color: rgb(232 170 48 / 80%);
    }

    .hmpractice-areas .practice-areas-btn {
        padding: 0;
        margin: 20px auto 0;
    }

    .practice-areas-btn a.cmn-btn:hover {
        color: var(--black);
        border-color: var(--black);
    }

    .hmpractice-areas .practice-list.owl-carousel .owl-nav {
        display: flex;
        justify-content: center;
        gap: 50px;
    }

    .hmpractice-areas .practice-list.owl-carousel .owl-stage-outer {
        margin-bottom: 20px;
    }

    .hmpractice-areas .practice-list.owl-carousel .owl-nav button.owl-next,
    .hmpractice-areas .practice-list.owl-carousel .owl-nav button.owl-prev {
        background-color: var(--black);
    }

    .hmpractice-areas .practice-btn p {
        margin-bottom: 0px;
    }

    .hmpractice-areas .practice-areas-btn::before,
    .hmpractice-areas .practice-areas-btn::after {
        display: none;
    }



}

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

    .text-heading {
        font-size: 30px;
        margin: 0 0 14px 0;
    }

    .hmpractice-areas {
        padding: 30px 0 40px;
        margin: 0;
    }

}

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

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

    .text-sub-heading {
        letter-spacing: 3px;
        margin-bottom: 7px;
    }

    a.cmn-btn {
        font-size: 14px;
        padding: 15px 16px 15px 60px;
    }

    .hmpractice-areas {
        padding: 30px 0;
        margin: 0;
    }

    .hmpractice-areas .practice-list .owl-item.active.center {
        width: 300px !important;
        max-width: 100%;
    }

    .practice-list.owl-carousel.owl-loaded.owl-drag {
        max-width: 300px;
    }

    .hmpractice-areas .practice-item:hover .practice-cnt .practice-btn:not(.hmpractice-areas .owl-item.active.center .practice-item .practice-cnt .practice-btn) {
        padding-right: 32px;
        width: 67%;
    }

}

/* practice areas section ends */

/* personalized section start */

.hmpersonalized-sec {
    padding: 425px 0 85px;
    background-image: url(../images/hmpersonalized-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hmpersonalized-sec .container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

.hmpersonalized-sec .personalized-lft .text-heading {
    color: #fff;
    margin-bottom: 95px;
}

.hmpersonalized-sec .personalized-lft .text-heading::before {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 4px;
    height: 20%;
    top: 10px;
    left: 0;
}

.hmpersonalized-sec .personalized-img {
    width: 96%;
    position: relative;
}

.hmpersonalized-sec .personalized-img br {
    display: none;
}

.personalized-video-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: auto;
    height: max-content;
    left: 14%;
}

.personalized-video-btn a {
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -405px -71px;
    width: 77px;
    height: 77px;
    display: inline-block;
    font-size: 0;
}

.hmpersonalized-sec .personalized-list {
    display: flex;
    justify-content: space-between;
}

.hmpersonalized-sec .personalized-img img {
    width: 100%;
    display: block;
}

.hmpersonalized-sec .personalized-lft {
    width: 54.9%;
    padding-left: 48px;
    margin-left: -41px;
    position: relative;
}

.hmpersonalized-sec .personalized-rit {
    width: 44.32%;
    position: relative;
    margin: -80px 0 0;
}

.hmpersonalized-sec .personalized-rit-img img {
    width: 100%;
    display: block;
}

.hmpersonalized-sec .personalized-rit-text {
    position: absolute;
    bottom: 65px;
    right: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7a92f;
    left: 0;
    margin: auto;
}

.hmpersonalized-sec .personalized-rit-img {
    width: 74%;
    margin: auto 26px;
}

.hmpersonalized-sec .personalized-rit-cnt {
    position: relative;
    margin-bottom: 30px;
}

.hmpersonalized-sec .personalized-rit-title {
    font-family: 'Crimson Text';
    font-weight: 400;
    font-size: 35px;
    color: #fff;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.hmpersonalized-sec .content {
    padding: 30px;
    background-color: #172639;
}

.hmpersonalized-sec .personalized-rit-title strong {
    /*font-size: 130px;*/
    font-size: 100px;
    color: #e8aa30;
    display: block;
    line-height: 1;
}

.hmpersonalized-sec .personalized-rit-title b {
    font-size: 22px;
    display: block;
    letter-spacing: 8.8px;
    margin-bottom: 7px;
    font-weight: 400;
}

.hmpersonalized-sec .personalized-rit p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 19px;
    line-height: 1.9;
    letter-spacing: 0px;
    color: #fff;
}

.hmpersonalized-sec .personalized-rit p:last-child {
    margin: 0;
}

.hmpersonalized-sec .personalized-rit p strong {
    color: #e8aa30;
    font-weight: 600;
}


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

    .hmpersonalized-sec {
        padding: 415px 0 105px;
    }

    .hmpersonalized-sec .personalized-rit p {
        line-height: 1.8;
    }
}


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

    .hmpersonalized-sec .container {
        max-width: 1220px;
    }

    .hmpersonalized-sec {
        padding: 365px 0 85px;
    }

    .hmpersonalized-sec .personalized-lft {
        padding-left: 40px;
        margin-left: -40px;
    }

    .hmpersonalized-sec .personalized-lft .text-heading::before {
        height: 17%;
        top: 8px;
    }

    .hmpersonalized-sec .personalized-lft .text-heading {
        margin-bottom: 70px;
    }

    .hmpersonalized-sec .personalized-rit-title strong {
        font-size: 90px;
    }

    .hmpersonalized-sec .personalized-rit-title b {
        font-size: 21px;
        letter-spacing: 8px;
        margin-bottom: 7px;
    }

    .hmpersonalized-sec .personalized-rit p {
        font-size: 18px;
        line-height: 1.8;
    }

    .hmpersonalized-sec .personalized-rit {
        margin: -70px 0 0;
    }

    .hmpersonalized-sec .personalized-rit-text {
        right: 10px;
    }

    .hmpersonalized-sec .personalized-rit-title {
        font-size: 30px;
    }

    .hmpersonalized-sec .personalized-rit-img {
        margin: auto 80px;
    }

    .hmpersonalized-sec .personalized-rit-cnt {
        margin-bottom: 25px;
    }

    .personalized-video-btn a {
        transform: scale(0.9);
        transform-origin: left center;
    }

    .hmpersonalized-sec-before {
        width: 65%;

    }

}

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

    .hmpersonalized-sec .container {
        max-width: 1140px;
    }

    .hmpersonalized-sec {
        padding: 345px 0 75px;
    }

    .hmpersonalized-sec .personalized-lft {
        padding-left: 35px;
        margin-left: -35px;
    }

    .hmpersonalized-sec .personalized-lft .text-heading {
        margin-bottom: 60px;
    }

    .hmpersonalized-sec .personalized-rit-title strong {
        font-size: 88px;
    }

    .hmpersonalized-sec .personalized-rit-title b {
        font-size: 20px;
        letter-spacing: 7px;
        margin-bottom: 6px;
    }

    .hmpersonalized-sec .personalized-rit p {
        font-size: 17px;
        line-height: 1.75;
    }

    .hmpersonalized-sec .personalized-rit-text {
        right: 5px;
        bottom: 60px;
        padding-bottom: 7px;
    }

    .hmpersonalized-sec .personalized-rit-title {
        font-size: 28px;
    }

    .hmpersonalized-sec .personalized-rit-title b {
        font-size: 17px;
        letter-spacing: 6px;
        margin-bottom: 6px;
    }

    .hmpersonalized-sec .personalized-img::before {
        transform: scale(0.9);
        left: 91px;
    }

}

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

    .hmpersonalized-sec .container {
        max-width: 1100px;
    }

    .hmpersonalized-sec {
        padding: 310px 0 80px;
    }

    .hmpersonalized-sec .personalized-lft .text-heading {
        margin-bottom: 55px;
    }

    .hmpersonalized-sec .personalized-rit-title strong {
        font-size: 80px;
    }

    .hmpersonalized-sec .personalized-lft {
        padding-left: 33px;
        margin-left: -30px;
    }

    .hmpersonalized-sec .personalized-rit-title b {
        font-size: 18px;
        letter-spacing: 5px;
        margin-bottom: 6px;
    }

    .hmpersonalized-sec .personalized-rit-title {
        font-size: 28px;
    }

    .hmpersonalized-sec .personalized-rit-cnt {
        margin-bottom: 20px;
    }

    .hmpersonalized-sec .personalized-img::before {
        transform: scale(0.8);
        left: 85px;
    }

    .hmpersonalized-sec .personalized-rit p {
        line-height: 1.7;
    }

    .hmpersonalized-sec .personalized-rit {
        margin: -60px 0 0;
    }

}

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

    .hmpersonalized-sec .container {
        max-width: 1000px;
    }

    .hmpersonalized-sec .personalized-lft {
        padding-left: 25px;
        margin-left: 0;
    }

    .hmpersonalized-sec .personalized-lft .text-heading {
        margin-bottom: 40px;
    }

    .hmpersonalized-sec .personalized-list {
        gap: 30px;
    }

    .hmpersonalized-sec .personalized-rit-title strong {
        font-size: 85px;
        line-height: 0.9;
    }

    .hmpersonalized-sec .personalized-rit-title {
        font-size: 25px;
    }

    .hmpersonalized-sec .personalized-rit-img {
        width: 82.1%;
    }

    .hmpersonalized-sec .personalized-rit {
        margin: -50px 0 0;
    }

    .hmpersonalized-sec .personalized-rit p {
        font-size: 16px;
        line-height: 1.7;
    }

    .hmpersonalized-sec .personalized-img {
        width: 98%;
    }

    .hmpersonalized-sec .personalized-img::before {
        transform: scale(0.7);
        left: 75px;
    }

    .hmpersonalized-sec .personalized-rit-text {
        right: 0px;
        bottom: 51px;
        padding-bottom: 5px;
    }

    .personalized-video-btn a {
        transform: scale(0.8);
    }

    .hmpersonalized-sec .personalized-lft .text-heading::before {
        top: 0;
    }

}

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

    .hmpersonalized-sec .container {
        max-width: 720px;
    }

    .hmpersonalized-sec {
        padding: 50px 0;
        background-image: url(../images/mb-personalized-sec-bg.webp);
    }

    .hmpersonalized-sec .personalized-list {
        gap: 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hmpersonalized-sec .personalized-lft {
        padding-left: 0;
        margin-left: 0;
        width: 100%;
    }

    .hmpersonalized-sec .personalized-lft .text-heading::before {
        display: none;
    }

    .personalized-video-btn a {
        display: block;
        margin: 0 auto;
    }

    .personalized-video-btn {
        right: 0;
        width: 100%;
        left: 0;
    }

    .hmpersonalized-sec .personalized-lft .text-heading {
        margin-bottom: 20px;
        line-height: 1.12;
        text-align: center;
    }

    .hmpersonalized-sec .personalized-img {
        width: 100%;
        max-width: 390px;
        margin: auto;
        border: 2px solid var(--yellow);
        border-radius: 15px;
        overflow: hidden;
    }

    .hmpersonalized-sec .personalized-img iframe {
        height: 220px;
    }

    .hmpersonalized-sec .personalized-img p {
        margin: 0;
        font-size: 0;
    }

    .hmpersonalized-sec .personalized-rit {
        margin: 0;
        width: 100%;
    }

    .hmpersonalized-sec .personalized-rit-cnt {
        max-width: 450px;
        margin: 0 auto 20px;
        width: 100%;
    }

    .hmpersonalized-sec .personalized-rit-title strong {
        font-size: 75px;
    }

    .hmpersonalized-sec .personalized-rit-title b {
        font-size: 17px;
        letter-spacing: 4px;
        margin-bottom: 5px;
    }

    .hmpersonalized-sec .personalized-rit-title {
        font-size: 28px;
    }

    .hmpersonalized-sec .personalized-rit-text {
        right: 0;
        bottom: 60px;
        padding-bottom: 5px;
    }

    .hmpersonalized-sec .personalized-rit p {
        text-align: center;
    }

    .hmpersonalized-sec-before {
        display: none;
    }

}

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

    .hmpersonalized-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .hmpersonalized-sec {
        padding: 40px 0;
    }

    .hmpersonalized-sec .personalized-list {
        gap: 20px;
    }

    .hmpersonalized-sec .personalized-img::before {
        transform: scale(0.55);
        left: 45px;
    }

    .hmpersonalized-sec .personalized-rit-cnt {
        max-width: 320px;
        margin: 0 auto 15px;
    }

    .hmpersonalized-sec .personalized-rit-text {
        right: 0;
        bottom: 0;
        padding-bottom: 5px;
    }

    .hmpersonalized-sec .personalized-rit-title strong {
        font-size: 55px;
    }

    .hmpersonalized-sec .personalized-rit-title b {
        font-size: 16px;
        letter-spacing: 2px;
        margin-bottom: 4px;
    }

    .hmpersonalized-sec .personalized-rit-title {
        font-size: 23px;
    }

    .hmpersonalized-sec .personalized-rit-img {
        margin: auto 0px;
    }

    .hmpersonalized-sec .personalized-rit-text {
        right: 0px;
        bottom: 33px;
        padding-bottom: 3px;
    }

}

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

    .hmpersonalized-sec .container {
        padding: 0 15px;
    }

    .hmpersonalized-sec {
        padding: 30px 0;
    }

    .hmpersonalized-sec .personalized-lft .text-heading {
        margin-bottom: 20px;
        text-align: center;
    }

    .hmpersonalized-sec .personalized-rit-title strong {
        font-size: 45px;
    }

    .hmpersonalized-sec .personalized-rit-title b {
        font-size: 15px;
        letter-spacing: 2px;
        margin-bottom: 4px;
    }

    .hmpersonalized-sec .personalized-rit-title {
        font-size: 20px;
    }

    .hmpersonalized-sec .personalized-rit-text {
        right: 0px;
        bottom: 30px;
        padding-bottom: 2px;
    }

    .personalized-video-btn a {
        transform: scale(0.7);
    }

    .hmpersonalized-sec .personalized-rit p {
        font-size: 15px;
        line-height: 1.6;
        text-align: center;
        letter-spacing: 0.2px;
    }

}

/* personalized section ends */

/* Meet Our Team Section Starts */

.hm-meet-our-team-sec {
    padding: 79px 0 90px;
    background-color: #fff;
    background-image: url(../images/meet-our-team-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
}

.hm-meet-our-team-sec .text-heading {
    text-align: center;
    margin-bottom: 18px;
    color: #0f1926;
}

.hm-meet-our-team-sec .meet-our-attroney-list .owl-stage {
    display: flex !important;
    align-items: center !important;
}

.hm-meet-our-team-sec .hm-attroney-itm {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
}

.hm-meet-our-team-sec .hm-attroney-itm .hm-attroney-img {
    padding: 0 30px 30px;
    position: relative;
    margin-bottom: 10px;
}

.hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel {
    padding: 0 70px 0 85px;
}

.hm-meet-our-team-sec .owl-carousel .owl-item img {
    display: block;
    width: auto;
    background: radial-gradient(circle, rgba(212, 189, 163, 0) 35%, rgba(212, 189, 163, 1) 80%);
    background-color: #fff;
}

.hm-meet-our-team-sec .owl-item.active.center img {
    width: 100%
}

.hm-meet-our-team-sec .owl-item:has(+ .owl-item.active.center) .hm-attroney-itm {
    width: 73%;
    margin: 0 auto 0 27px;
}

.hm-meet-our-team-sec .owl-item:has(+ .owl-item.active.center) .hm-attroney-img {
    padding: 30px 0 0 25px;
    width: 89%;
}

.hm-meet-our-team-sec .owl-item:has(+ .owl-item.active.center) .hm-attroney-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 80%;
    height: 80%;
    background: linear-gradient(0deg, rgba(15, 25, 38, 0) 0%, rgb(15 25 38 / 67%) 65%);
    z-index: -1;
}

.hm-meet-our-team-sec .owl-item.active.center {
    width: 430px !important;
}

.hm-meet-our-team-sec .owl-item.active.center .hm-attroney-itm {
    flex-direction: column-reverse;
    padding-top: 0;
}

.hm-attroney-itm .hover a {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
    inset: 0 0 0 0;
    z-index: 3;
}

.hm-meet-our-team-sec .owl-item.active.center .hm-attroney-img {
    padding-top: 0;
    margin-bottom: 0px;
}

.hm-meet-our-team-sec .owl-item.active.center .hm-attroney-img::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(0deg, rgb(232 170 48 / 82%) 0%, rgba(232, 170, 48, 0) 100%);
    margin: 0 auto;
    z-index: -1;
}

.hm-meet-our-team-sec .owl-item.active.center img {
    background-image: radial-gradient(circle, rgba(212, 189, 163, 0) 35%, rgba(212, 189, 163, 1) 76%);
    background-size: 100% 65%;
    background-position: center bottom;
    background-color: transparent;
    background-repeat: no-repeat;
}

.hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-stage-outer {
    margin-bottom: 50px;
}

.hm-meet-our-team-sec .owl-item.active.center+.owl-item .hm-attroney-itm {
    width: 73%;
    margin: 0 24px 0 auto;
}

.hm-meet-our-team-sec .owl-item.active.center+.owl-item .hm-attroney-img {
    padding: 30px 25px 0 0;
    width: 89%;
    margin: 0 0 10px auto;
}

.hm-meet-our-team-sec .owl-item.active.center+.owl-item .hm-attroney-img::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 80%;
    height: 80%;
    background: linear-gradient(0deg, rgba(15, 25, 38, 0) 0%, rgb(15 25 38 / 67%) 65%);
    z-index: -1;
}

.hm-meet-our-team-sec .attroney-title {
    font-family: 'Crimson Text';
    /*font-size: 40px;*/
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    letter-spacing: normal;
    color: #0f1926;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.hm-meet-our-team-sec .owl-item.active.center .attroney-title {
    /*font-size: 85px;*/
    font-size: 70px;
    color: #e8aa30;
    line-height: 0.81;
    margin-bottom: 10px !important;
}

.hm-meet-our-team-sec .hm-attroney-btn {
    text-align: center;
    position: relative;
    z-index: 1;
    width: max-content;
    padding: 0 30.4%;
    margin: 0 auto;
}

.hm-meet-our-team-sec .hm-attroney-btn::before,
.hm-meet-our-team-sec .hm-attroney-btn::after {
    content: "";
    position: absolute;
    background-color: rgb(15, 25, 38, 0.2);
    width: 31.1%;
    height: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}

.hm-meet-our-team-sec .hm-attroney-btn::after {
    left: inherit;
    right: 0;
}

.hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    bottom: -105px;
    right: 0;
}

.hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-nav button.owl-next span,
.hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-nav button.owl-prev span {
    font-size: 0;
    line-height: 0;
}

.hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-nav button.owl-next,
.hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-nav button.owl-prev {
    width: 83px;
    height: 37px;
    border: 2px solid #7e7e7e;
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -201px -121px;
}

.hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-nav button.owl-prev {
    background-position: -108px -121px;
}

.hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-nav button:hover {
    background-position-y: -215px !important;
    transition: all 0.4s;
    border-color: #e8aa30;
}

.hm-meet-our-team-sec .owl-item.active.center+.owl-item img {
    margin: 0 0 0 auto;
}

/* Meet Our Team Section responsive */

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

    .hm-meet-our-team-sec {
        padding: 70px 0 115px;
    }

    .hm-meet-our-team-sec .text-heading {
        margin-bottom: 15px;
    }

    .hm-meet-our-team-sec .owl-item.active.center .attroney-title {
        font-size: 65px;
        margin-bottom: -47px;
    }

    .hm-meet-our-team-sec .owl-item:has(+ .owl-item.active.center) .hm-attroney-img::before {
        width: 90%;
    }

    .hm-meet-our-team-sec .owl-item:has(+ .owl-item.active.center) .hm-attroney-img {
        padding: 25px 0 0 25px;
    }

    .hm-meet-our-team-sec .owl-item.active.center+.owl-item .hm-attroney-img::before {
        width: 90%;
    }

    .hm-meet-our-team-sec .owl-item.active.center+.owl-item .hm-attroney-img {
        padding: 25px 25px 0 0;
    }

    .hm-meet-our-team-sec .attroney-title {
        font-size: 25px;
    }

    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-stage-outer {
        margin-bottom: 45px;
    }

    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel {
        padding: 0 60px 0 75px;
    }

    .hm-meet-our-team-sec .owl-item.active.center {
        width: 390px !important;
    }

    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-nav {
        bottom: -94px;
    }

    .hm-meet-our-team-sec .hm-attroney-btn {
        padding: 0 29.4%;
    }

}

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

    .hm-meet-our-team-sec {
        padding: 65px 0 100px;
    }

    .hm-meet-our-team-sec .owl-item.active.center {
        width: 370px !important;
    }

    .hm-meet-our-team-sec .text-heading {
        margin-bottom: 12px;
    }

    .hm-meet-our-team-sec .owl-item.active.center .attroney-title {
        font-size: 60px;
        margin-bottom: -46px;
    }

    .hm-meet-our-team-sec .hm-attroney-itm .hm-attroney-img {
        padding: 25px;
        margin-bottom: 10px;
    }

    .hm-meet-our-team-sec .attroney-title {
        font-size: 22px;
    }

    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel {
        padding: 0 50px;
    }

    .hm-meet-our-team-sec .hm-attroney-itm .hm-attroney-img {
        padding: 30px;
        margin-bottom: 10px;
    }

    .hm-meet-our-team-sec .owl-item.active.center+.owl-item .hm-attroney-itm {
        margin: 0 20px 0 auto;
    }

    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-nav {
        bottom: -94px;
    }

    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-nav button.owl-next,
    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-nav button.owl-prev {
        transform: scale(0.9);
    }

    .hm-meet-our-team-sec .hm-attroney-btn {
        padding: 0 28.4%;
    }

}

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

    .hm-meet-our-team-sec {
        padding: 60px 0 90px;
    }

    .hm-meet-our-team-sec .owl-item.active.center .attroney-title {
        font-size: 55px;
        margin-bottom: -42px;
    }

    .hm-meet-our-team-sec .owl-item.active.center {
        width: 350px !important;
    }

    .hm-meet-our-team-sec .hm-attroney-itm .hm-attroney-img {
        padding: 25px;
        margin-bottom: 8px;
    }

    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-stage-outer {
        margin-bottom: 40px;
    }

    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel {
        padding: 0 40px;
    }

    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-nav {
        bottom: -85px;
    }

}

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

    .hm-meet-our-team-sec {
        padding: 50px 0 80px;
    }

    .hm-meet-our-team-sec .text-heading {
        margin-bottom: 10px;
    }

    .hm-meet-our-team-sec .owl-item.active.center .attroney-title {
        font-size: 50px;
        margin-bottom: -38px;
    }

    .hm-meet-our-team-sec .owl-item.active.center {
        width: 340px !important;
    }

    .hm-meet-our-team-sec .attroney-title {
        font-size: 20px;
    }

    .hm-meet-our-team-sec .hm-attroney-itm .hm-attroney-img {
        padding: 20px;
        margin-bottom: 8px;
    }

    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-stage-outer {
        margin-bottom: 35px;
    }

    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-nav {
        bottom: -83px;
    }

    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-nav button.owl-next,
    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-nav button.owl-prev {
        transform: scale(0.8);
    }

    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel {
        padding: 0 30px;
    }

}

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

    .hm-meet-our-team-sec {
        padding: 50px 0 70px;
    }

    .hm-meet-our-team-sec .text-heading {
        margin-bottom: 15px;
    }

    .hm-meet-our-team-sec .owl-item.active.center .attroney-title {
        font-size: 45px;
        margin-bottom: -33px;
    }

    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-nav button.owl-next,
    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-nav button.owl-prev {
        transform: scale(0.7);
        margin: 0 -12px;
    }

    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-nav {
        bottom: -71px;
    }

    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-stage-outer {
        margin-bottom: 30px;
    }

    .hm-meet-our-team-sec .attroney-title {
        font-size: 19 px;
    }

    .hm-meet-our-team-sec .owl-item:has(+ .owl-item.active.center) .hm-attroney-img {
        padding: 20px 0 0 20px;
    }

    .hm-meet-our-team-sec .owl-item.active.center+.owl-item .hm-attroney-img {
        padding: 20px 20px 0 0;
    }

    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel {
        padding: 0 20px;
    }

    .hm-meet-our-team-sec .owl-item.active.center {
        width: 330px !important;
    }
}

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

    .hm-meet-our-team-sec {
        padding: 50px 0 60px;
        background-image: url(../images/mb-meet-our-team-bg.webp);
    }

    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel {
        padding: 0;
        max-width: 350px;
        width: 100%;
        margin: auto;
    }

    .hm-meet-our-team-sec .meet-our-attroney-list .owl-stage {
        justify-content: center;
    }

    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-nav {
        position: inherit;
        bottom: 0;
        justify-content: center;
        gap: 30px;
        margin: 20px auto;
    }

    .hm-meet-our-team-sec .owl-item.active.center .attroney-title {
        font-size: 35px;
        margin: 0 0 5px;
    }

    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-stage-outer {
        margin-bottom: 0;
    }

    .hm-compre-focous-sec .hm-compre-right-img::before {
        display: none;
    }

    .hm-meet-our-team-sec .hm-attroney-btn::before,
    .hm-meet-our-team-sec .hm-attroney-btn::after {
        display: none;
    }

    .hm-meet-our-team-sec .hm-attroney-btn {
        padding: 0;
    }

}

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

    .hm-meet-our-team-sec {
        padding: 45px 0;
    }

    .hm-meet-our-team-sec .owl-item.active.center .attroney-title {
        font-size: 30px;
    }

    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-nav button.owl-next,
    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-nav button.owl-prev {
        transform: scale(0.65);
        margin: 0 -14px;
    }

    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-nav {
        position: inherit;
        bottom: 0;
        justify-content: center;
        gap: 25px;
        margin-bottom: 20px;
    }

}

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

    .hm-meet-our-team-sec {
        padding: 30px 0;
    }

    .hm-meet-our-team-sec .text-heading {
        font-size: 26px;
        margin: 0 0 10px;
    }

    .hm-meet-our-team-sec .owl-item.active.center .attroney-title {
        font-size: 30px;
    }

    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel .owl-nav {
        gap: 20px;
        margin: 15px auto 20px;
    }

    .hm-meet-our-team-sec .hm-attroney-itm .hm-attroney-img {
        padding: 15px;
    }

    .hm-meet-our-team-sec .owl-item.active.center {
        width: 280px !important;
    }

    .hm-meet-our-team-sec .meet-our-attroney-list.owl-carousel {
        max-width: 280px;
    }

    .hm-meet-our-team-sec .owl-item.active.center .attroney-title {
        font-size: 25px;
    }
}

/* Meet Our Team Section Ends */

/* hm-compre-focused-sec starts*/

.hm-compre-focous-sec {
    padding: 0px !important;
    position: relative;
}

.hm-compre-focous-sec .container {
    max-width: 1700px;
}

.hm-protect-workers-sec {
    padding-top: 80px;
}

.hm-compre-focous-sec-before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-image: url(../images/hmpersonalized-sec-before-v2.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 100%;
    height: 354px;
    background-size: contain;
}

.hm-compre-right-img-top {
    padding-right: 90px;
    position: relative;
}

.hm-compre-right-img-top::before {
    position: absolute;
    content: " ";
    left: 30px;
    bottom: -15px;
    width: 85%;
    height: 70%;
    background-color: #e8aa30;
    z-index: -1;
}

.hm-compre-focous-sec .hm-compre-focused-main {
    display: flex;
    justify-content: space-between;
    padding: 0 !important;
    align-items: flex-start;
}

.hm-compre-focous-sec .hm-compre-focused-left {
    width: 53.5%;
    padding: 0px 20px 30px 30px;
    position: relative;
    background-color: #fff;
}

.hm-compre-focous-sec .hm-compre-focused-left::before {
    content: "";
    background-color: #0f1926;
    width: 4px;
    height: 20%;
    top: 10px;
    left: 0;
    margin: auto;
    position: absolute;
}

.hm-compre-focous-sec .hm-compre-focused-title {
    font-family: "Crimson Text";
    /*font-size: 80px;*/
    font-size: 70px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.hm-compre-focous-sec .hm-compre-focused-sub {
    font-family: "Crimson Text";
    /*font-size: 37px;*/
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1;
    color: #e8aa30;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.hm-compre-focous-sec .hm-compre-focused-left .btm-cnt p {
    font-family: "Poppins";
    /*font-size: 21px;*/
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.7;
    color: #000;
    margin: 0;
}

.hm-compre-focous-sec .hm-compre-focused-right {
    margin-top: 10px;
    width: 42.9%;
    position: relative;
    padding-bottom: 250px;
}

.hm-compre-focous-sec .hm-compre-right-img {
    padding: 0 30px 30px 0;
    position: relative;
    margin-right: -37px;
}

.hm-compre-focous-sec .hm-compre-focused-right img {
    display: block;
    width: 100%;
}

.hm-compre-right-img-btm {
    max-width: 480px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.hm-compre-focous-sec .hm-compre-right-img::before {
    content: "";
    background-color: #e8aa30;
    width: 95%;
    height: 63.7%;
    right: 0;
    bottom: 0px;
    margin: auto;
    position: absolute;
    z-index: -1;
}

/* hm-compre-focused-sec-responsive*/

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

    .hm-compre-focous-sec .container {
        max-width: 1600px;
    }

    .hm-compre-focous-sec-before {
        width: 57%;
    }

    .hm-compre-focous-sec .hm-compre-focused-right {
        width: 41.9%;
    }

}

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


    .hm-compre-focous-sec .hm-compre-focused-title {
        font-size: 64px;
    }

    .hm-compre-focous-sec .hm-compre-focused-main {
        padding: 0 0 0 60px;
    }

    .hm-compre-focous-sec .hm-compre-focused-sub {
        font-size: 29px;
        margin: 0px 0 18px 0;
    }

    .hm-compre-focous-sec .hm-compre-focused-left .btm-cnt p {
        font-size: 16px;
    }

    .hm-compre-focous-sec .hm-compre-focused-left {
        padding: 0px 20px 20px 27px;
    }

    .hm-compre-focous-sec .container {
        max-width: 1400px;
    }

    .hm-compre-right-img-top::before {
        width: 89%;
    }

    .hm-compre-focous-sec-before {
        width: 56%;
    }

    .hm-protect-workers-sec {
        padding-top: 60px;
    }

    .hm-compre-right-img-btm {
        max-width: 400px;
    }

    .hm-compre-focous-sec .hm-compre-focused-right {
        width: 42.9%;
        padding-bottom: 220px;
    }

    .hm-compre-right-img-top {
        padding-right: 50px;
    }
}

@media screen and (max-width:1550px) {
    .hm-compre-focous-sec .container {
        max-width: 1300px;
    }

    .hm-compre-focous-sec .hm-compre-focused-title {
        font-size: 56px;
    }

    .hm-compre-focous-sec .hm-compre-focused-main {
        padding: 0px 0 0 20px;
    }

    .hm-compre-focous-sec .hm-compre-focused-sub {
        font-size: 25px;
        margin: 0px 0 16px 0;
    }

    .hm-compre-focous-sec .hm-compre-focused-left .btm-cnt p {
        font-size: 14px;
        line-height: 1.8;
    }

    .hm-compre-focous-sec .hm-compre-right-img {
        padding: 0 25px 25px 0;
        margin-right: -25px;
    }

    .hm-compre-focous-sec {
        padding: 0 0 60px;
    }

    .hm-compre-focous-sec-before {
        width: 53%;
    }

    .hm-compre-focous-sec-before {
        width: 55.5%;
    }

    .hm-compre-focous-sec .hm-compre-focused-right {
        width: 42.9%;
        padding-bottom: 190px;
    }

}

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

    .hm-compre-focous-sec .container {
        max-width: 1200px;
    }

    .hm-compre-focous-sec .hm-compre-focused-main {
        padding: 0px 0 0 40px;
    }

    .hm-compre-focous-sec .hm-compre-focused-title {
        margin-bottom: 10px;
    }

    .hm-compre-focous-sec .hm-compre-focused-sub {
        font-size: 29px;
        margin: 0px 0 14px 0;
    }

    .hm-compre-focous-sec .hm-compre-focused-left {
        padding: 0px 20px 20px 25px;
        width: 52.8%;
    }

    .hm-compre-focous-sec .hm-compre-right-img {
        padding: 0 20px 20px 0;
    }

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

    .hm-compre-right-img-top::before {
        width: 79%;
    }

    .hm-compre-right-img-btm {
        max-width: 380px;
    }

    .hm-compre-right-img-top {
        padding-right: 30px;
    }

    .hm-compre-focous-sec .hm-compre-focused-right {
        width: 42.9%;
        padding-bottom: 180px;
    }

    .hm-compre-right-img-top::before {
        width: 91%;
    }

}

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

    .hm-compre-focous-sec .container {
        max-width: 1150px;
    }

    .hm-compre-focous-sec .hm-compre-focused-title {
        font-size: 50px;
    }

    .hm-compre-focous-sec .hm-compre-focused-sub {
        font-size: 25px;
    }

    .hm-compre-focous-sec .hm-compre-focused-left {
        padding: 0px 20px 20px 25px;
        width: 52.8%;
    }

    .hm-compre-focous-sec .hm-compre-focused-left .btm-cnt p {
        font-size: 14px;
        line-height: 1.6;
    }

    .hm-compre-focous-sec {
        padding: 0 0 75px;
    }

    .hm-compre-right-img-btm {
        max-width: 370px;
    }

    .hm-compre-right-img-top {
        padding-right: 60px;
    }

    .hm-compre-right-img-top::before {
        width: 84%;
    }

}

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

    .hm-compre-focous-sec .container {
        max-width: 960px;
    }

    .hm-compre-focous-sec {
        padding: 0px 0 65px;
    }

    .hm-compre-focous-sec .hm-compre-focused-main {
        padding: 0px 0 0 20px;
    }

    .hm-compre-focous-sec .hm-compre-focused-main {
        padding: 0px 0 0 30px;
    }

    .hm-compre-focous-sec .hm-compre-focused-title {
        font-size: 48px;
    }

    .hm-compre-focous-sec .hm-compre-focused-sub {
        font-size: 26px;
        margin: 0px 0 10px 0;
    }

    .hm-compre-focous-sec .hm-compre-focused-left .btm-cnt p {
        font-size: 15px;
    }

    .hm-compre-focous-sec .hm-compre-focused-left {
        padding: 0px 20px 20px 20px;
        width: 53.6%;
    }

    .hm-protect-workers-sec {
        padding-top: 50px;
    }

    .hm-compre-right-img-top {
        padding-right: 47px;
    }

    .hm-compre-focous-sec .hm-compre-focused-left .btm-cnt p {
        font-size: 13px;
        line-height: 1.6;
    }

    .hm-compre-focous-sec .hm-compre-right-img {
        margin-right: -15px;
    }

    .hm-compre-right-img-btm {
        max-width: 260px;
    }

    .hm-compre-focous-sec .hm-compre-focused-right {
        width: 42.9%;
        padding-bottom: 150px;
    }
}

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

    .hm-compre-focous-sec .container {
        max-width: 720px;
    }

    .hm-protect-workers-sec {
        padding-top: 40px !important;
    }

    .hm-compre-focous-sec {
        padding: 0 0 60px !important;
    }

    .hm-compre-focous-sec .hm-compre-focused-main {
        flex-direction: column-reverse;
        padding: 0;
        gap: 25px;
    }

    .hm-compre-focous-sec .hm-compre-focused-left {
        width: 100%;
        margin: auto;
        padding: 20px !important;
        text-align: center;
    }

    .hm-compre-focous-sec-before {
        width: 100%;
    }

    .hm-compre-focous-sec .hm-compre-focused-title {
        font-size: 40px;
        margin-bottom: 12px;
    }

    .hm-compre-focous-sec .hm-compre-focused-left::before {
        display: none;
    }

    .hm-compre-focous-sec .hm-compre-focused-title {
        font-size: 23px;
        line-height: 1.2;
        margin: 0 0 8px;
    }

    .hm-compre-focous-sec .hm-compre-right-img {
        padding: 0;
        margin: 0;
    }

    .hm-compre-focous-sec .hm-compre-focused-right {
        width: 100%;
        max-width: 400px;
        margin: auto;
        padding-bottom: 50px;
        overflow: hidden;
    }

    .hm-compre-right-img-btm {
        max-width: 230px;
    }

}

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

    .hm-compre-focous-sec {
        padding: 0 0 50px;
    }

    .hm-compre-focous-sec .hm-compre-focused-title {
        font-size: 30px;
    }

    .hm-compre-focous-sec .hm-compre-focused-sub {
        font-size: 22px;
        margin-bottom: 10px;
        letter-spacing: 0.2px;
    }

    .hm-compre-focous-sec .hm-compre-focused-main {
        gap: 20px;
    }

    .hm-compre-focous-sec .container {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
    }

}

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

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

    .hm-compre-right-img-btm {
        max-width: 190px;
    }

    .hm-compre-focous-sec .hm-compre-focused-left {
        padding: 10px !important;

    }

    .hm-compre-right-img-top {
        padding-right: 27px;
    }

    .hm-compre-focous-sec .hm-compre-focused-main {
        gap: 15px;
    }

    .hm-compre-focous-sec .hm-compre-focused-title {
        font-size: 23px;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    .hm-compre-focous-sec .hm-compre-focused-sub {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    .hm-compre-focous-sec .hm-compre-focused-left .btm-cnt p {
        font-size: 14px;
        line-height: 1.65;
        letter-spacing: 0.2px;
    }

}

/* hm-compre-focused-sec ends */

/* Protect Workers Sec starts */

.hm-protect-workers-sec .hm-protect-workers-main {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 75px;
    padding-left: 55px;
    position: relative;
    z-index: 2;
    margin: 0 0 -50px;
}

.hm-protect-workers-sec .hm-protect-workers-main::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background-color: #0f1926;
    top: 58px;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

.hm-protect-workers-sec .hm-protect-workers-left {
    width: 38%;
    position: relative;
}

.hm-protect-workers-sec .protect-workers-img {
    width: 100%;
    border-radius: 50%;
    background: #e8aa30;
}

.hm-protect-workers-sec .protect-workers-img img {
    width: 100%;
    display: block;
    border-radius: 50%;
    opacity: 70%;
}

.hm-protect-workers-sec .protect-workers-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    height: max-content;
    width: 32.4%;
}

.hm-protect-workers-sec .hm-protect-workers-right {
    width: 100%;
    max-width: 620px;
}

.hm-protect-workers-sec .hm-protect-workers-title {
    font-family: "Crimson Text";
    /*font-size: 70px;*/
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.14;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    color: #0f1926;
}

.hm-protect-btn {
    text-align: center;
}

.hm-protect-workers-sec .hm-protect-workers-title span {
    color: #e8aa30;
}

.hm-protect-workers-sec .hm-protect-workers-title strong {
    font-weight: 700;
}

/*responce*/

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

    .hm-protect-workers-sec .hm-protect-workers-main {
        gap: 65px;
        padding-left: 50px;
        margin: 0 0 -43px;
    }

    .hm-protect-workers-sec .hm-protect-workers-title {
        font-size: 53px;
        margin: 0 0 22px 0;
    }

    .hm-protect-workers-sec .hm-protect-workers-right {
        width: 100%;
        max-width: 612px;
    }

}

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

    .hm-protect-workers-sec .hm-protect-workers-title {
        font-size: 50px;
        margin: 0 0 18px 0;
    }

    .hm-protect-workers-sec .hm-protect-workers-main::before {
        top: 45px;
    }

    .hm-protect-workers-sec .hm-protect-workers-main {
        margin: 0 0 -34px;
        padding-left: 40px;
        gap: 60px;
    }

    .hm-protect-workers-sec .hm-protect-workers-right {
        width: 100%;
        max-width: 510px;
    }

}


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

    .hm-protect-workers-sec .hm-protect-workers-title {
        font-size: 45px;
        margin: 0 0 15px 0;
    }

    .hm-protect-workers-sec .hm-protect-workers-main::before {
        top: 40px;
    }

    .hm-protect-workers-sec .hm-protect-workers-main {
        gap: 60px;
        padding-left: 40px;
        margin: 0 0 -28px;
    }

    .hm-protect-workers-sec .hm-protect-workers-right {
        width: 100%;
        max-width: 460px;
    }

}

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

    .hm-protect-workers-sec .hm-protect-workers-main {
        gap: 60px;
        padding-left: 30px;
        margin: 0 0 -23px;
    }

}

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

    .hm-protect-workers-sec .hm-protect-workers-title {
        font-size: 40px;
    }

    .hm-protect-workers-sec .hm-protect-workers-main::before {
        top: 30px;
    }

    .hm-protect-workers-sec .hm-protect-workers-right {
        width: 100%;
        max-width: 412px;
    }

}

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

    .hm-protect-workers-sec {
        padding: 0 0 50px;
    }

    .hm-protect-workers-sec .hm-protect-workers-right {
        max-width: 100%;
    }

    .hm-protect-workers-sec .hm-protect-workers-left {
        padding: 0px;
        width: 100%;
        margin: auto;
        max-width: 300px;
    }

    .hm-protect-workers-sec .hm-protect-workers-main {
        flex-direction: column;
        gap: 25px;
        padding: 0;
        margin: 0;
    }

    .hm-protect-workers-sec .hm-protect-workers-right {
        width: 100%;
        text-align: center;
    }

    .hm-protect-workers-sec .hm-protect-workers-main::before {
        display: none;
    }

    .hm-protect-workers-sec .hm-protect-workers-title {
        font-size: 35px;
        line-height: 1.1;
    }

}

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

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

    .hm-protect-workers-sec .hm-protect-workers-title {
        font-size: 28px;
    }

    .hm-protect-workers-sec .hm-protect-workers-main {
        gap: 20px;
    }

}

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

    .hm-protect-workers-sec {
        padding: 0 0 30px;
    }

    .hm-protect-workers-sec .hm-protect-workers-title {
        font-size: 25px;
    }

}

/* Protect Workers Sec Ends */

/* hire section starts */

.hm-hire-sec {
    padding: 0px 0 18px;
    background-color: var(--black);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    position: relative;
}

.hm-hire-sec::before {
    content: "";
    position: absolute;
    background-image: url(../images/hm-hire-bg-img-v2.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    inset: 0 0 0 0;
    z-index: 2;
    pointer-events: none;
}

.hm-hire-sec::after {
    content: "";
    position: absolute;
    background-color: var(--yellow);
    width: 78.75%;
    height: 2px;
    left: 5.4%;
    top: -2px;
    right: 0;
    margin: 0 auto;
}

.hm-hire-blk {
    position: relative;
}

.hm-hire-top-blk {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 55px 0 0;
    margin: 0 auto;
}

.hm-hire-sec .hire-main-hdg {
    /*font-size: 180px;*/
    font-size: 145px;
    font-family: 'Crimson Text';
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    color: transparent;
    text-transform: uppercase;
    width: max-content;
    position: relative;
    z-index: 2;
    margin: 0;
    background-image: linear-gradient(to bottom, rgb(26 43 61 / 40%) 8%, transparent);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* margin: 0 auto -39px; */
    margin: 0 auto 0 !important;
    -webkit-text-stroke: 1px #e8aa30;
}

.hm-hire-sec .text-heading {
    color: #fff;
    padding: 0 7px 7px;
    margin: 0 0 18px;
    position: relative;
    display: inline-block;
    z-index: 2;
    border-bottom: 2px solid #fff;
}

.hire-sub-hdg {
    font-size: 20px;
    font-family: 'Crimson Text';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: var(--yellow);
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    width: max-content;
    margin: auto;
    padding: 10px 30px;
}

.hm-hire-team-img {
    border-bottom: 2px solid var(--yellow);
    position: relative;
}

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

.hm-hire-item-list {
    display: flex;
    justify-content: center;
}

.hm-hire-item {
    padding: 58px 40px 25px;
    min-height: 306px;
    width: 24%;
    position: relative;
    z-index: 3;
}

.hm-hire-item:hover {
    padding: 20px 35px 20px;
    background: linear-gradient(to bottom, #373f4a 24%, transparent 62%);
}

.hire-item-hdg {
    font-size: 26px;
    font-family: 'Crimson Text';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    padding: 120px 0 0;
}

.hm-hire-item:hover .hire-item-hdg {
    display: inline-block;
    padding: 0 20px 11px;
    margin: 0 0 14px;
    color: var(--yellow);
    border-bottom: 2px solid var(--yellow);
}

.hm-hire-item:hover .hire-item-hdg::before {
    display: none;
}

.hire-item-hdg::before {
    content: "";
    position: absolute;
    background-image: url(../images/hm-sprites.webp);
    background-position: -16px -315px;
    background-color: rgb(255 255 255 / 10%);
    border-radius: 50%;
    width: 118px;
    height: 118px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: scale(0.8);
}

.hm-hire-item.focus .hire-item-hdg::before {
    background-position: -144px -315px;
}

.hm-hire-item.servi .hire-item-hdg::before {
    background-position: -272px -315px;
}

.hm-hire-item.integ .hire-item-hdg::before {
    background-position: -400px -315px;
}

.hm-hire-item p {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 1.87;
    letter-spacing: 0px;
    color: #fff;
    display: none;
}

.hm-hire-item p:last-child {
    margin: 0;
}

.hm-hire-item:hover p {
    display: block;
}

/* hire responsive */


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

    .hm-hire-sec .hire-main-hdg {
        font-size: 147px;
        margin: 0px auto -33px;
    }

    .hm-hire-sec .hire-main-hdg {
        font-size: 130px;
        margin: 0px auto -36px;
    }

    .hm-hire-sec .text-heading {
        padding: 0 7px 6px;
        margin: 0 0 16px;
    }

    .hire-sub-hdg {
        font-size: 22px;
    }

    .hm-hire-item {
        padding: 52px 36px 23px;
        min-height: 250px;
    }

    .hire-item-hdg {
        font-size: 20px;
        padding: 95px 0 0;
    }

    .hm-hire-item:hover {
        padding: 28px 36px 23px;
    }

    .hm-hire-item:hover .hire-item-hdg {
        padding: 20px;
        margin: 0 0 12px;
    }

    .hire-item-hdg::before {
        transform: scale(0.65);
        transform-origin: top center;
    }

    .hm-hire-item p {
        font-size: 14px;
    }

}

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

    .hm-hire-top-blk {
        padding: 27px 0 0;
    }

    .hm-hire-sec .hire-main-hdg {
        font-size: 120px;
        margin: 0px auto -33px;
    }

    .hm-hire-sec .text-heading {
        padding: 0 7px 6px;
        margin: 0 0 15px;
    }

    .hire-sub-hdg {
        font-size: 20px;
    }

    .hm-hire-item {
        padding: 35px 33px 16px;
        min-height: 215px;
    }

    .hire-item-hdg {
        padding: 90px 0 0;
    }

    .hm-hire-item:hover {
        padding: 24px 32px 20px;
    }

    .hm-hire-item:hover .hire-item-hdg {
        padding: 0 16px 9px;
        margin: 0 0 11px;
    }

    .hm-hire-item p {
        font-size: 13px;
    }

    .hm-hire-top-blk {
        padding: 30px 0 0;
    }

    .hm-hire-sec .text-heading {
        padding: 0 5px 5px;
        margin: 0 0 15px;
    }

    .hire-sub-hdg {
        font-size: 18px;
    }

    .hm-hire-item:hover {
        padding: 24px 18px 20px;
    }

}

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

    .hm-hire-top-blk {
        padding: 25px 0 0;
    }

    .hm-hire-sec .hire-main-hdg {
        font-size: 110px;
        margin: 0px auto -31px;
    }

    .hm-hire-sec .text-heading {
        padding: 0 5px 4px;
        margin: 0 0 13px;
    }

    .hire-sub-hdg {
        font-size: 17px;
    }

    .hm-hire-item {
        padding: 40px 20px 20px;
        min-height: 230px;
    }

    .hire-item-hdg {
        font-size: 18px;
        padding: 90px 0 0;
    }

    .hm-hire-item:hover {
        padding: 22px 21px 20px;
    }

    .hire-item-hdg::before {
        transform: scale(0.6);
    }

    .hm-hire-item:hover .hire-item-hdg {
        padding: 0 16px 8px;
        margin: 0 0 9px;
    }

}

@media screen and (max-width: 1366px) {
    .hm-hire-sec .hire-main-hdg {
        font-size: 100px;
        margin: 0px auto -30px;
    }

    .hm-hire-item {
        padding: 40px 9px 20px;
        min-height: 260px;
    }

}

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

    .hm-hire-top-blk {
        padding: 20px 0 0;
    }

    .hm-hire-sec .hire-main-hdg {
        font-size: 90px;
        margin: 0px auto -26px;
    }

    .hm-hire-sec .text-heading {
        padding: 0 5px 4px;
        margin: 0 0 13px;
    }

    .hire-sub-hdg {
        font-size: 16px;
    }

    .hm-hire-item {
        padding: 35px 20px 16px;
        min-height: 254px;
    }

    .hire-item-hdg {
        font-size: 21px;
        padding: 88px 0 0;
    }

    .hire-item-hdg::before {
        transform: scale(0.65);
    }

    .hm-hire-item:hover {
        padding: 19px 18px 17px;
    }

    .hm-hire-item:hover .hire-item-hdg {
        padding: 0 16px 7px;
        margin: 0 0 7px;
    }

}

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

    .hm-hire-sec {
        padding: 0px 0 30px;
    }

    .hm-hire-top-blk {
        padding: 20px 0 0px;
        position: relative;
    }

    .hm-hire-sec .hire-main-hdg {
        font-size: 80px;
        margin: 0px auto -22px;
        width: 100%;
    }

    .hm-hire-sec .hire-item-hdg {
        font-size: 21px;
        width: auto;
    }

    .hire-sub-hdg {
        font-size: 16px;
        position: relative;
        width: auto;
        background-color: #2a2b27;
    }

    .hm-hire-team-img {
        margin: -82px auto 20px;
        max-width: 500px;
        border-bottom: none;
        overflow: hidden;
    }

    .hm-hire-team-img img {
        border-bottom: 2px solid var(--yellow);
    }

    .hm-hire-sec .text-heading {
        padding: 0 5px 6px;
        margin: 0 0 12px;
        border-width: 1px;
    }

    .hm-hire-item {
        min-height: 210px;
        width: 100%;
        padding: 20px;
        border: 2px solid var(--yellow);
        border-radius: 15px;
        max-width: 320px;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        margin: 0 auto;
    }

    .hm-hire-item-list.owl-carousel .owl-nav {
        display: flex;
        justify-content: center;
        gap: 50px;
        margin: 25px auto 0;
    }

    .hm-hire-item-list.owl-carousel .owl-nav button {
        width: 83px;
        height: 37px;
        border: 2px solid #5a6068;
        background-image: url(../images/hm-sprites.webp);
        background-repeat: no-repeat;
        background-position: -201px -121px;
        font-size: 0;
    }

    .hm-hire-item-list.owl-carousel .owl-nav button.owl-prev {
        background-position: -108px -121px;
    }

    .hm-hire-item-list.owl-carousel .owl-nav button:hover {
        background-position-y: -168px !important;
        border-color: var(--yellow);
        transition: all 0.4s;
    }

    .hm-hire-item:hover .hire-item-hdg::before,
    .hm-hire-item p {
        display: block;
    }

    .hire-item-hdg,
    .hm-hire-item:hover .hire-item-hdg {
        padding: 60px 0 5px 0;
        color: var(--yellow);
        border-bottom: 2px solid var(--yellow);
        margin-bottom: 10px;
    }

    .hire-item-hdg::before {
        transform: scale(0.45);
    }

    .hm-hire-item:hover,
    .hm-hire-item {
        padding: 15px;
    }

    .hm-hire-sec::before {
        background-image: url(../images/mb-hire-bg-img-v2.webp);
    }


}

@media screen and (max-width: 767px) {
    .hm-hire-sec .hire-main-hdg {
        font-size: 50px;
        margin: 0px auto -9px;
        width: 100%;
    }

}

@media screen and (max-width: 480px) {
    .hm-hire-item {
        min-height: 235px;
        padding: 15px;
    }

    .hm-hire-sec .hire-main-hdg {
        font-size: 32px;
        margin: 0px auto -3px;
    }

    .hm-hire-team-img {
        margin: -52px auto 20px;
    }

    .hm-hire-item-list.owl-carousel .owl-nav {
        gap: 31px;
    }

    .hm-hire-item-list.owl-carousel .owl-nav button {
        transform: scale(0.8);
    }

    .hire-sub-hdg {
        font-size: 15px;
        line-height: 1.3;
    }
}

/* hire section ends */

/* Testimonials Section Starts */

.hm-testimonials {
    padding: 50px 0 30px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.hm-testimonials::before {
    content: "";
    position: absolute;
    background-image: url(../images/hm-testi-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 112%;
    inset: 0 0 0 0;
    opacity: 70%;
    z-index: -1;
    pointer-events: none;
}

.hm-testimonials .text-heading {
    color: #0f1926;
}

.hm-testimonials .container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

.hm-testimonials .star-rat {
    background-image: url(../images/hm-sprites.webp);
    background-position: -103px -270px;
    width: 146px;
    height: 27px;
    margin-bottom: 18px;
}

.hm-testimonials .hm-testi-item {
    padding: 40px 50px;
}

.hm-testimonials .hm-testi-item p {
    font-size: 17px;
    line-height: 1.77;
    text-align: start;
    font-family: 'Poppins';
    font-weight: 400;
    color: #0f1926;
    position: relative;
    margin-bottom: 25px;
}

.hm-testimonials .hm-testi-item .author {
    text-align: start;
    font-family: "Crimson Text";
    font-weight: 700;
    line-height: 1;
    color: #0f1926;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.52px;
}

.hm-testimonials .testi-blk.owl-carousel .owl-stage-outer {
    margin-bottom: 65px;
    background: linear-gradient(90deg, rgb(15 25 38 / 20%) 0%, rgba(230, 169, 47, 0) 50%, rgb(15 25 38 / 20%) 100%);
}

.hm-testimonials .testi-btn {
    text-align: center;
    position: relative;
    z-index: 2;
    width: max-content;
    margin: -54px auto 0;
    padding: 0 27%;
}

.hm-testimonials .testi-btn::before,
.hm-testimonials .testi-btn::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 2px;
    background: #0f1926;
    content: "";
    z-index: 2;
    margin: auto;
}

.hm-testimonials .testi-btn::after {
    left: auto;
    right: 0;
}

.hm-testimonials .testi-blk.owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hm-testimonials .testi-blk.owl-carousel .owl-nav button.owl-next span,
.hm-testimonials .testi-blk.owl-carousel .owl-nav button.owl-prev span {
    font-size: 0;
    line-height: 0;
}

.hm-testimonials .testi-blk.owl-carousel .owl-nav button.owl-next,
.hm-testimonials .testi-blk.owl-carousel .owl-nav button.owl-prev {
    width: 83px;
    height: 37px;
    border: 2px solid #5a6068;
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -201px -121px;
}

.hm-testimonials .testi-blk.owl-carousel .owl-nav button.owl-prev {
    background-position: -108px -121px;
}

.hm-testimonials .testi-blk.owl-carousel .owl-nav button.owl-next:hover,
.hm-testimonials .testi-blk.owl-carousel .owl-nav button.owl-prev:hover {
    background-position-y: -215px;
    border-color: #e8aa30;
}

.hm-testimonials .testi-list {
    position: relative;
}

.hm-testimonials .testi-logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 15%;
    margin: auto;
    width: 16%;
    height: max-content;
}


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

    .hm-testimonials .container {
        max-width: 1220px;
    }

    .hm-testimonials .hm-testi-item {
        padding: 35px 45px 40px;
    }

    .hm-testimonials .hm-testi-item p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .hm-testimonials .star-rat {
        transform: scale(0.95);
        margin: 0 0 19px -4px;
    }

    .hm-testimonials .hm-testi-item .author {
        font-size: 21px;
    }

    .hm-testimonials .testi-blk.owl-carousel .owl-stage-outer {
        margin-bottom: 75px;
    }

    .hm-testimonials .testi-blk.owl-carousel .owl-nav button.owl-next,
    .hm-testimonials .testi-blk.owl-carousel .owl-nav button.owl-prev {
        transform: scale(0.95);
        margin: auto -1px;
    }

}

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

    .hm-testimonials .container {
        max-width: 1140px;
    }

    .hm-testimonials .hm-testi-item {
        padding: 25px 30px 35px;
    }

    .hm-testimonials .star-rat {
        transform: scale(0.9);
        margin: 0 0 15px -7px;
    }

    .hm-testimonials .hm-testi-item p {
        font-size: 15px;
    }

    .hm-testimonials .hm-testi-item .author {
        font-size: 20px;
        letter-spacing: 0;
    }

    .hm-testimonials .testi-blk.owl-carousel .owl-stage-outer {
        margin-bottom: 70px;
    }

    .hm-testimonials .testi-blk.owl-carousel .owl-nav button.owl-next,
    .hm-testimonials .testi-blk.owl-carousel .owl-nav button.owl-prev {
        transform: scale(0.9);
        margin: auto -4px;
    }

    .hm-testimonials .testi-btn {
        margin: -49px auto 0;
        padding: 0 27%;
    }

}

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

    .hm-testimonials .container {
        max-width: 1100px;
    }

    .hm-testimonials .text-heading {
        margin-bottom: 20px;
    }

    .hm-testimonials .hm-testi-item {
        padding: 30px 38px 42px;
    }

    .hm-testimonials .star-rat {
        transform: scale(0.85);
        margin: 0 0 12px -11px;
    }

    .hm-testimonials .hm-testi-item p {
        margin-bottom: 16px;
    }

    .hm-testimonials .testi-blk.owl-carousel .owl-stage-outer {
        margin-bottom: 70px;
    }

    .hm-testimonials .testi-blk.owl-carousel .owl-nav button.owl-next,
    .hm-testimonials .testi-blk.owl-carousel .owl-nav button.owl-prev {
        transform: scale(0.85);
        margin: auto -6px;
    }

}

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

    .hm-testimonials .container {
        max-width: 1000px;
    }

    .hm-testimonials .text-heading {
        margin-bottom: 18px;
    }

    .hm-testimonials .hm-testi-item {
        padding: 28px 30px 35px;
    }

    .hm-testimonials .star-rat {
        transform: scale(0.8);
        margin: 0 0 10px -15px;
    }

    .hm-testimonials .hm-testi-item p {
        margin-bottom: 14px;
        font-size: 14px;
    }

    .hm-testimonials .hm-testi-item .author {
        font-size: 19px;
    }

    .hm-testimonials .testi-blk.owl-carousel .owl-stage-outer {
        margin-bottom: 55px;
    }

    .hm-testimonials .testi-blk.owl-carousel .owl-nav button.owl-next,
    .hm-testimonials .testi-blk.owl-carousel .owl-nav button.owl-prev {
        transform: scale(0.75);
        margin: auto -9px;
    }

    .hm-testimonials .testi-btn {
        margin: -46px auto 0;
        padding: 0 27%;
    }

}

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

    .hm-testimonials .container {
        max-width: 720px;
    }

    .hm-testimonials .testi-btn::before,
    .hm-testimonials .testi-btn::after {
        display: none;
    }

    .hm-testimonials .testi-btn {
        margin: auto;
        padding: 0;
    }

    .hm-testimonials .hm-testi-item {
        padding: 20px;
    }

    .hm-testimonials .star-rat {
        margin: 0 auto 10px;
    }

    .hm-testimonials .hm-testi-item p,
    .hm-testimonials .hm-testi-item .author {
        text-align: center;
    }

    .hm-testimonials .testi-blk.owl-carousel .owl-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 25px;
        margin-bottom: 25px;
    }

    .hm-testimonials .testi-blk.owl-carousel .owl-stage-outer {
        margin-bottom: 20px;
    }

    .hm-testimonials .testi-logo {
        display: none;
    }

    .hm-testimonials::before {
        background-image: url(../images/mb-testi-bg.png);
    }

}

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

    .hm-testimonials .container {
        max-width: 100%;
        padding: 0 10px;
    }


    .hm-testimonials .testi-blk.owl-carousel .owl-stage-outer {
        margin-bottom: 15px;
    }

    .hm-testimonials .testi-blk.owl-carousel .owl-nav {
        margin-bottom: 20px;
    }

    .hm-testimonials::before {
        height: 100%;
    }

}

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

    .hm-testimonials .container {
        padding: 0 15px;
    }

    .hm-testimonials {
        padding: 40px 0;
    }

    .hm-testimonials .hm-testi-item {
        padding: 15px;
    }

    .hm-testimonials .testi-blk.owl-carousel .owl-stage-outer {
        margin-bottom: 15px;
    }

    .hm-testimonials .testi-blk.owl-carousel .owl-nav {
        gap: 20px;
        margin-bottom: 20px;
    }

}

/* Testimonials Section ends */

/* Injured Workers section starts */

.hminjured-workers {
    padding: 30px 0 0 0px;
    background-color: #fff;
    position: relative;
}

.hminjured-workers .container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

.hminjured-workers .injured-blk {
    display: flex;
    justify-content: space-between;
    align-items: start;
    position: relative;
    z-index: 3;
}

.hminjured-workers .injured-sub-title {
    font-family: "Crimson Text";
    font-weight: 700;
    font-size: 36px;
    line-height: 1.06;
    color: #0f1926;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 2px;
    position: relative;
}

.hminjured-workers .text-heading {
    color: #e8aa30;
    /*font-size: 102px;*/
    font-size: 88px;
    line-height: 1;
    display: block;
    border-bottom: 3px solid #0f1926;
    padding-bottom: 5px;
    width: max-content;
}

.hminjured-workers .text-heading strong {
    font-size: 70px;
    display: block;
}

.hminjured-workers .injured-rit {
    width: 36.7%;
    margin-right: -40px;
}

.hminjured-workers .injured-img {
    width: 100%;
}

.hminjured-workers .injured-lft {
    width: 50%;
    padding-top: 81px;
}

.hminjured-workers .injured-btn a.cmn-btn {
    background-color: #0f1926;
    border-color: #0f1926;
    color: #fff;
}

.hminjured-workers .injured-btn a.cmn-btn:hover {
    background-color: #e8aa30;
    border-color: #e8aa30;
}

.hminjured-workers .injured-btn a.cmn-btn::before {
    background-color: #e8aa30;
}

.hminjured-workers .injured-btn a.cmn-btn:hover::before {
    background-color: #0f1926;
    background-position: -16px -165px;
}

.hminjured-workers .injured-img-sec {
    margin-top: -26%;
    position: relative;
    z-index: 2;
}

.injured-img-sec::before {
    position: absolute;
    content: "";
    bottom: 140px;
    left: 0;
    right: 0;
    width: 100%;
    height: 17%;
    background: #0f1926;
    z-index: -1;
}

.hminjured-workers .injured-img-sec img {
    pointer-events: none;
    width: 100%;
    display: block;
}

@media screen and (max-width:1680px) {
    .hminjured-workers .injured-img-sec {
        margin-top: -30%;
    }
}

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

    .hminjured-workers .container {
        max-width: 1220px;
    }

    .hminjured-workers .injured-img-sec {
        margin-top: -31.5%;
    }

    .hminjured-workers .injured-sub-title {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .hminjured-workers .text-heading {
        font-size: 80px;
        padding-bottom: 8px;
    }

    .hminjured-workers .text-heading strong {
        font-size: 63px;
    }

    .hminjured-workers .injured-lft {
        padding-top: 67px;
    }

}

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

    .hminjured-workers .container {
        max-width: 1140px;
    }

    .hminjured-workers .injured-lft {
        padding-top: 50px;
    }

    .hminjured-workers .injured-sub-title {
        margin-bottom: 10px;
    }

    .hminjured-workers .text-heading {
        font-size: 78px;
        padding-bottom: 7px;
    }

    .hminjured-workers .text-heading strong {
        font-size: 60px;
    }

}

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

    .hminjured-workers .container {
        max-width: 1100px;
    }

    .hminjured-workers .injured-img-sec {
        margin-top: -30.8%;
    }

    .hminjured-workers .injured-sub-title {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .hminjured-workers .text-heading {
        font-size: 70px;
        padding-bottom: 6px;
        margin-bottom: 25px;
    }

    .hminjured-workers .text-heading strong {
        font-size: 55px;
    }

    .hminjured-workers .injured-rit {
        margin-right: -30px;
    }

    .hminjured-workers .injured-lft {
        padding-top: 45px;
    }

}

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

    .hminjured-workers .container {
        max-width: 1000px;
    }

    .hminjured-workers .injured-img-sec {
        margin-top: -31%;
    }

    .hminjured-workers .injured-lft {
        padding-top: 40px;
    }

    .hminjured-workers .injured-sub-title {
        font-size: 28px;
        margin-bottom: 6px;
    }

    .hminjured-workers .text-heading {
        font-size: 48px;
        padding-bottom: 5px;
        margin-bottom: 22px;
    }

    .hminjured-workers .injured-rit {
        margin-right: 0;
    }

    .hminjured-workers .text-heading strong {
        font-size: 63px;
    }

}


@media screen and (max-width:1180px) {
    .hminjured-workers .injured-img-sec {
        margin-top: -33.6%;
    }
}

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

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

    .hminjured-workers {
        position: relative;
    }

    .hminjured-workers .container {
        max-width: 720px;
    }

    .hminjured-workers {
        padding: 40px 0 0;
        /* background-image: url(../images/injured-workers-background.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center; */
    }

    .injured-img-sec::before {
        bottom: 0;
        height: 36%;
    }

    .hminjured-workers .injured-img-sec {
        margin-top: 0;
        position: relative;
        z-index: 2;
    }

    .hminjured-workers .injured-blk {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
        z-index: 3;
        position: absolute;
        width: 95%;
        padding: 15px;
        border-radius: 15px;
        background: rgb(255 255 255 / 50%);
        max-width: 720px;
        top: 70px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .hminjured-workers .injured-rit {
        width: 100%;
        max-width: 200px;
        margin: auto;
    }

    .hminjured-workers .injured-lft {
        padding-top: 0;
        width: 100%;
    }

    .hminjured-workers .text-heading {
        font-size: 90px;
        padding-bottom: 5px;
        margin-bottom: 22px;
        text-align: center;
        display: inline-block;
    }

    .hminjured-workers::before {
        background: linear-gradient(180deg, rgba(15, 25, 38, 0) 30%, rgba(15, 25, 38, 1) 99%);
        bottom: 0;
        height: 15%;
        z-index: 0;
    }

    .hminjured-workers .injured-sub-title {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .hminjured-workers .text-heading {
        font-size: 45px;
        padding-bottom: 5px;
        margin-bottom: 12px;
    }

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

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

    .hminjured-workers {
        padding: 30px 0 0;
    }

    .hminjured-workers .container {
        max-width: 100%;
        padding: 0 10px;
    }

}

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

    .hminjured-workers .injured-blk {
        gap: 20px;
        padding: 0;
        position: relative;
        flex-direction: column-reverse;
        top: 0;
        margin: 0 0 20px;
    }

    .hminjured-workers .injured-rit {
        max-width: 120px;
        margin: auto;
    }


    .hminjured-workers .injured-lft {
        padding: 0;
        width: 100%;
        text-align: center;
    }

}

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

/* Injured Workers section ends */

@media screen and (max-width:1024px) {
    .hm-form-sec.cnt {
        width: 100%;
        margin: auto;
        max-width: 460px;
    }
}

@media screen and (max-width:480px) {
    .hm-form-sec.cnt {
        width: 100% !important;
        margin: auto;
        max-width: 100%;
    }
}