/* Banner Section Starts */

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

.hm-banner-sec::before {
    position: absolute;
    content: "";
    background-image: url(../images/hm-bnr-btm-layers-img.webp);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 267px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    z-index: 1;
}

/* .hm-banner-sec .container {
    max-width: 1700px;
} */

.hm-banner-sec::after,
.hm-meet-sec::after,
.hm-footer-sec::after {
    position: absolute;
    content: "";
    background-image: url(../images/hm-bnr-btm-line-img.webp);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 19px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    z-index: 1;
}

.hm-bnr-blk {
    display: flex;
    /* justify-content: space-between; */
    justify-content:center;
    flex-direction:row-reverse;
}

.hm-bnr-lft {
    /* width: 27.6%; */
    /* margin: 0 -86px 0 0; */
    width: 30%;
    margin:0 !important;
     transform: scaleX(-1);
}

.hm-bnr-rgt {
    width: 22.2%;
}

.hm-bnr-lft,
.hm-bnr-rgt {
    padding: 20px 0 0;
}

.hm-bnr-lft img,
.hm-bnr-rgt img {
    width: 100%;
    display: block;
}

.hm-bnr-lft img {
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 83%, 0 0);
}

.hm-bnr-rgt img {
    clip-path: polygon(50% 0%, 100% 0, 100% 82.4%, 0 96.5%, 0 0);
}

.hm-bnr-cnt {
    /* width: 53%; */
    width: 60%;
    padding-top: 176px;
    position: relative;
    z-index: 1;
}

.hm-bnr-cnt:before {
    content: '';
    position: absolute;
    background-image: url(../images/hm-bnr-cnt-bg-img.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 76%;
    height: 690px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: -1;
}

.hm-bnr-cnt .bnr-hdg {
    font-family: 'Frank Ruhl Libre';
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    letter-spacing: -2.4px;
    margin-bottom: 6px;
    font-size: 120px;
}

.hm-bnr-cnt .bnr-hdg b {
    font-weight: 500;
    color: #e5b251;
    letter-spacing: -0.6px;
    font-size: 30px;
    display: block;
    margin: 0 0 5px;
}

.hm-bnr-cnt .bnr-hdg strong {
    font-weight: 400;
    letter-spacing: -1.6px;
    font-size: 80px;
    display: block;
}

.bnr-sub-hdg {
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2.52px;
    margin-bottom: 28px;
    font-size: 18px;
}

.bnr-btn a.cmn-btn:hover {
    color: #e5b251 !important;
}

/* banner section responsive */

/* Responsive */

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

    .hm-bnr-cnt .bnr-hdg {
        font-size: 110px;
        letter-spacing: -2px;
    }

    .hm-bnr-cnt .bnr-hdg strong {
        letter-spacing: -1.4px;
        font-size: 72px;
    }

    .bnr-sub-hdg {
        letter-spacing: 1.92px;
        font-size: 17px;
    }

    .hm-bnr-cnt .bnr-hdg b {
        letter-spacing: -0.5px;
        font-size: 28px;
    }

    .hm-bnr-cnt {
        padding-top: 166px;
    }

    .hm-bnr-cnt:before {
        height: 650px;
    }

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

    .hm-banner-sec::before {
        height: 235px;
    }

    .hm-banner-sec::after,
    .hm-meet-sec::after,
    .hm-footer-sec::after {
        height: 17px;
        bottom: -9px;
    }

    a.cmn-btn {
        font-size: 19px;
        padding: 20px 50px;
    }
}

@media screen and (max-width: 1680px) {
    /* .hm-banner-sec .container {
        max-width: 1488px;
    } */

    a.cmn-btn {
        font-size: 18px;
        padding: 18px 45px;
    }

    .text-heading {
        font-size: 80px;
        letter-spacing: -1.5px;
        margin-bottom: 27px;
    }

    .hm-bnr-cnt .bnr-hdg {
        font-size: 100px;
        letter-spacing: -1.6px;
    }

    .hm-bnr-cnt .bnr-hdg strong {
        letter-spacing: -1.1px;
        font-size: 65px;
    }

    .hm-bnr-cnt .bnr-hdg b {
        letter-spacing: -0.4px;
        font-size: 26px;
    }

    .bnr-sub-hdg {
        letter-spacing: 1.42px;
        font-size: 16px;
    }

    .hm-bnr-cnt:before {
        height: 590px;
    }

    .hm-bnr-cnt {
        padding-top: 150px;
    }

    .hm-banner-sec {
        padding: 130px 0 86px;
    }

    .hm-bnr-lft {
        margin: 0 -76px 0 0;
    }

    .hm-banner-sec::before {
        height: 215px;
    }

    .hm-banner-sec::after,
    .hm-meet-sec::after,
    .hm-footer-sec::after {
        height: 15px;
        bottom: -8px;
    }


}

@media screen and (max-width: 1550px) {
    /* .hm-banner-sec .container {
        max-width: 1374px;
    } */

    a.cmn-btn {
        font-size: 17px;
        padding: 18px 40px;
    }

    .text-heading {
        font-size: 72px;
        letter-spacing: -1.7px;
        margin-bottom: 26px;
    }


    .hm-bnr-cnt .bnr-hdg {
        font-size: 90px;
        letter-spacing: -1.2px;
    }

    .hm-bnr-cnt .bnr-hdg strong {
        letter-spacing: -0.7px;
        font-size: 58px;
    }

    .hm-bnr-cnt .bnr-hdg b {
        letter-spacing: -0.2px;
        font-size: 24px;
    }

    .bnr-sub-hdg {
        letter-spacing: 1.12px;
        font-size: 15px;
        margin-bottom: 21px;
    }

    .hm-bnr-cnt {
        padding-top: 144px;
    }

    .hm-bnr-cnt:before {
        height: 547px;
    }

    .hm-bnr-lft,
    .hm-bnr-rgt {
        padding: 12px 0 0;
    }

    .hm-banner-sec {
        padding: 120px 0 80px;
    }

    .hm-banner-sec::before {
        height: 195px;
    }


}

@media screen and (max-width: 1440px) {
    /* .hm-banner-sec .container {
        max-width: 1276px;
    } */

    a.cmn-btn {
        font-size: 16px;
        padding: 16px 37px;
    }

    .text-heading {
        font-size: 65px;
        letter-spacing: -1.3px;
        margin-bottom: 24px;
    }

    .hm-bnr-cnt .bnr-hdg {
        font-size: 80px;
        letter-spacing: -0.9px;
    }

    .hm-bnr-cnt .bnr-hdg strong {
        letter-spacing: -0.4px;
        font-size: 52px;
    }

    .hm-bnr-cnt .bnr-hdg b {
        letter-spacing: -0.1px;
        font-size: 22px;
    }

    .bnr-sub-hdg {
        letter-spacing: 0.72px;
        font-size: 14px;
        margin-bottom: 18px;
    }

    .hm-bnr-cnt:before {
        height: 507px;
    }

    .hm-banner-sec {
        padding: 110px 0 75px;
    }

    .hm-bnr-lft {
        margin: 0 -66px 0 0;
    }

    .hm-banner-sec::before {
        height: 190px;
    }

    .hm-banner-sec::after,
    .hm-meet-sec::after,
    .hm-footer-sec::after {
        height: 14px;
        bottom: -7px;
    }


}

@media screen and (max-width: 1366px) {
    /* .hm-banner-sec .container {
        max-width: 1210px;
    } */

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

    .text-heading {
        font-size: 60px;
        letter-spacing: -1px;
        margin-bottom: 22px;
    }

    .hm-bnr-cnt .bnr-hdg {
        font-size: 70px;
        letter-spacing: -0.5px;
    }

    .hm-bnr-cnt .bnr-hdg strong {
        letter-spacing: -0.2px;
        font-size: 45px;
    }

    .hm-bnr-cnt .bnr-hdg b {
        letter-spacing: 0;
        font-size: 20px;
    }

    .bnr-sub-hdg {
        letter-spacing: 0.42px;
        font-size: 14px;
        margin-bottom: 18px;
    }

    .hm-bnr-cnt {
        padding-top: 125px;
            width: 55%;
    }

    .hm-bnr-cnt:before {
        height: 467px;
    }

    .hm-bnr-lft,
    .hm-bnr-rgt {
        padding: 8px 0 0;
    }

    .hm-banner-sec::before {
        height: 180px;
    }

    .hm-banner-sec::after,
    .hm-meet-sec::after,
    .hm-footer-sec::after {
        height: 13px;
        bottom: -6px;
    }

    .hm-banner-sec {
        padding: 110px 0  65px;
    }

    .hm-bnr-lft {
        margin: 0 -60px 0 0;
    }

}

@media screen and (max-width: 1280px) {
    /* .hm-banner-sec .container {
        max-width: 1110px;
    } */

    a.cmn-btn {
        font-size: 14px;
        padding: 13px 27px;
    }

    .text-heading {
        font-size: 53px;
        letter-spacing: -0.5px;
        margin-bottom: 20px;
    }


    .hm-banner-sec::before {
        height: 160px;
    }

    .hm-banner-sec {
        padding: 90px 0 84px;
    }

}

@media screen and (max-width:1180px) {
    /* .hm-banner-sec .container {
        max-width: 1000px;
    } */

    .hm-banner-sec::after,
    .hm-meet-sec::after,
    .hm-footer-sec::after {
        height: 11px;
        bottom: -6px;
    }

    .hm-bnr-cnt .bnr-hdg {
        font-size: 60px;
        letter-spacing: 0;
    }

    .hm-bnr-cnt .bnr-hdg strong {
        letter-spacing: 0;
        font-size: 38px;
    }

    .hm-bnr-cnt .bnr-hdg b {
        font-size: 18px;
    }

    .bnr-sub-hdg {
        letter-spacing: 0.12px;
        font-size: 13px;
        margin-bottom: 15px;
    }

    .hm-bnr-cnt {
        padding-top: 100px;
        width: 50%;
    }
    .hm-bnr-cnt:before {
        height: 390px;
    }

    .hm-bnr-lft {
        margin: 0 -50px 0 0;
    }

    .hm-banner-sec::before {
        height: 140px;
    }

    .hm-banner-sec {
        padding: 90px 0 50px;
    }
}

@media screen and (max-width: 1024px) {
    /* .hm-banner-sec .container {
        max-width: 720px;
    } */

    .text-heading {
        font-size: 48px;
        letter-spacing: 0;
    }

    .hm-bnr-blk {
        justify-content: center;
        flex-wrap: wrap;
    }

    .hm-bnr-lft,
    .hm-bnr-rgt {
        padding: 0;
        width: 100%;
        max-width: 240px;
    }

    .hm-bnr-cnt {
        padding: 30px 15px;
        width: 100%;
        background-color: #e5b25129;
        border: 2px solid #e5b2516b;
        outline: 2px solid #e5b25145;
        outline-offset: 2px;
        order: 3;
    }

    .hm-bnr-cnt:before {
        display: none;
    }

    .hm-bnr-lft {
        order: 1;
    }

    .hm-bnr-rgt {
        order: 2;
    }

    .hm-bnr-lft img,
    .hm-bnr-rgt img {
        clip-path: none;
        height: 330px;
        object-fit: cover;
        object-position: top;
    }

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

    .hm-banner-sec::after,
    .hm-meet-sec::after,
    .hm-footer-sec::after {
        display: none;
    }

    .hm-banner-sec {
        padding: 90px 0 40px;
        background-image: url(../images/hm-banr-mob-bg-img.webp);
        border-bottom: 1px solid #e5b251;
    }


}

@media screen and (max-width: 768px) {
    .hm-banner-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }

    a.cmn-btn {
        font-size: 14px;
        padding: 12px 24px;
    }

    .text-heading {
        font-size: 37px;
        line-height: 1.3;
    }

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

    .hm-bnr-cnt {
        padding: 20px 15px;
    }

    .hm-bnr-cnt .bnr-hdg {
        font-size: 46px;
    }

    .hm-bnr-cnt .bnr-hdg b {
        font-size: 17px;
    }

    .hm-bnr-cnt .bnr-hdg strong {
        font-size: 28px;
    }

    .hm-bnr-lft,
    .hm-bnr-rgt {
        max-width: 200px;
    }

    .hm-bnr-lft img,
    .hm-bnr-rgt img {
        height: 280px;
    }

}

@media screen and (max-width:480px) {
    a.cmn-btn {
        font-size: 13px;
        line-height: 1.4;
        padding: 8px 20px;
        width: auto;
    }

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

    .hm-bnr-lft,
    .hm-bnr-rgt {
        max-width: 150px;
    }

    .hm-bnr-cnt {
        padding: 20px 10px;
    }

    .hm-bnr-cnt .bnr-hdg {
        font-size: 35px;
        line-height: 1.2;
    }

    .hm-bnr-cnt .bnr-hdg strong {
        font-size: 22px;
    }

    .hm-bnr-cnt .bnr-hdg b {
        font-size: 15px;
    }

    .bnr-sub-hdg {
        letter-spacing: 0;
        font-size: 12px;
    }

    .hm-bnr-lft img,
    .hm-bnr-rgt img {
        height: 210px;
    }


}

/* Banner Section Ends */

/* Case Result Section starts */

.hm-case-result-sec {
    padding: 32px 0 100px;
    background-color: #060503;
}

.hm-case-result-sec .container {
    width: 100%;
    max-width: 1570px;
    margin: auto;
}

.hm-case-result-title {
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 300;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 9px;
    margin-bottom: 55px;
    text-transform: uppercase;
    text-align: center;
}

.hm-case-result-sec .text-heading {
    color: #fff;
}

.hm-case-top-txt {
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    color: #fff;
    line-height: 2.11;
    letter-spacing: 0px;
    text-align: center;
    width: 88%;
    margin: 0 auto 30px;
}

.case-result-itm {
    background-image: url(../images/case-result-sec-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    /*    padding: 46px 53px 36px;*/
    padding: 46px 45px 36px;
}

.case-result-itm-img {
    width: max-content;
    margin: 0 auto 15px;
}

.case-result-itm-img img {
    width: 100%;
    display: block;
}

.case-result-itm-title {
    /*    font-size: 30px;*/
    font-size: 26px;
    font-family: 'Frank Ruhl Libre';
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    letter-spacing: -0.6px;
    margin-bottom: 15px;
    position: relative;
    /*    padding: 85px 0 0;*/
    padding: 75px 0 0;
}

.case-result-itm-title::before {
    position: absolute;
    content: "";
    background-image: url(../images/case-result-sec-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    /*    width: 66px;
    height: 66px;*/
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
}

.case-result-itm-cont {
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    color: #8e8e8e;
    text-align: center;
    line-height: 1.22;
    min-height: 44px;
}

.hm-case-result-btn a.cmn-btn {
    background-color: transparent !important;
    border: 2px solid #e5b251 !important;
    color: #fff;
    position: relative;
    z-index: 1;
}

.hm-case-result-btn a.cmn-btn:hover {
    background-color: #e5b251 !important;
    color: #000 !important;
}

.hm-case-result-lst.owl-carousel .owl-nav button span {
    font-size: 0;
    line-height: 0;
}

.hm-case-result-lst.owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 37.9%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -62px;
    z-index: 1;
}

.hm-case-result-lst.owl-carousel .owl-nav button {
    background: #e5b252;
    background-image: url(../images/left-arrow-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 23px;
    border: 3px solid transparent;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    position: relative;
    z-index: 1;
}

.hm-case-result-lst.owl-carousel .owl-nav button:hover {
    background: transparent;
    background-image: url(../images/case-result-rgt-arrow.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 23px;
    border: 3px solid #fff;
}

.hm-case-result-lst.owl-carousel .owl-nav button.owl-next {
    rotate: 180deg;
}

.hm-case-result-lst.owl-carousel .owl-nav button.owl-next:hover {
    rotate: 0deg;
}

.hm-case-result-lst.owl-carousel .owl-nav button.owl-prev:hover {
    rotate: 180deg;
}

.hm-case-result-lst.owl-carousel .owl-stage {
    display: flex;
}

.hm-case-result-btn {
    text-align: center;
}

.hm-case-result-lst {
    padding: 0 0 25px;
}

.hm-case-result-lst.owl-carousel .owl-item.center .case-result-itm {
    background-image: url('../images/case-result-bg.webp');
    /*    padding: 75px 90px 80px;*/
    padding: 70px 70px 75px;
}

.hm-case-result-lst.owl-carousel .owl-item.active.center .case-result-itm-cont {
    color: #fff;
    /*    font-size: 22px;*/
}

.hm-case-result-lst.owl-carousel .owl-item.active.center .case-result-itm-title::before {
    background-image: url(../images/case-result-center-itm-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*    width: 84px;
    height: 83px;*/
    width: 65px;
    height: 63px;
}

.hm-case-result-lst.owl-carousel .owl-item.center>div {
    /* width: 355px !important; */
    width: 370px !important;
    height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hm-case-result-lst .owl-item>div {
    /*    width: 270px !important;*/
    width: 280px !important;
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hm-case-result-lst .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hm-case-result-lst.owl-carousel .owl-item.center .case-result-itm-title {
    /* padding: 100px 0 0; */
    padding: 80px 0 0;
    font-size: 33px;
    margin: 0 0 10px;
}

/* case results responsive */

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

    .hm-case-result-sec .container {
        max-width: 1360px;
    }

    .hm-case-result-sec {
        padding: 29px 0 80px;
    }

    .hm-case-result-title {
        font-size: 17px;
        letter-spacing: 7px;
        margin-bottom: 45px;
    }

    .hm-case-result-lst.owl-carousel .owl-item.center .case-result-itm {
        padding: 66px 60px 70px;
    }

    .hm-case-result-lst.owl-carousel .owl-item.center>div {
        /*        width: 312px !important;*/

        width: 320px !important;
        height: 320px;
    }

    .hm-case-result-lst .owl-item>div {
        /*        width: 235px !important;*/
        width: 240px !important;
        height: 240px;
    }

    .case-result-itm {
        padding: 40px 40px 30px;
    }

    .hm-case-result-lst.owl-carousel .owl-item.active.center .case-result-itm-title::before {
        transform: scale(0.85);
        transform-origin: top center;
    }

    .hm-case-result-lst.owl-carousel .owl-item.center .case-result-itm-title {
        /*        font-size: 37px;
        padding: 80px 0 0;*/
        font-size: 30px;
        padding: 65px 0 0;
    }

    .case-result-itm-title::before {
        transform: scale(0.85);
        transform-origin: top center;
    }

    .case-result-itm-title {
        /*        font-size: 27px;
        letter-spacing: -0.3px;*/
        margin-bottom: 10px;
        padding: 70px 0 0;
    }

    .case-result-itm-cont {
        font-size: 17px;
        min-height: 44px;
        padding: 0 8px;
    }

    .hm-case-result-lst.owl-carousel .owl-nav {
        bottom: -55px;
    }

    .hm-case-result-lst.owl-carousel .owl-nav button {
        transform: scale(0.85);
        margin: -4px;
    }

    .hm-case-top-txt {
        font-size: 16px;
        width: 88%;
        margin: 0 auto 27px;
    }

}

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

    .hm-case-result-sec .container {
        max-width: 1250px;
    }

    .hm-case-result-sec {
        padding: 27px 0 70px;
    }

    .hm-case-result-title {
        font-size: 17px;
        letter-spacing: 6px;
        margin-bottom: 40px;
    }

    .hm-case-result-lst.owl-carousel .owl-item.active.center .case-result-itm-title::before {
        transform: scale(0.8);
    }

    /*    .hm-case-result-lst.owl-carousel .owl-item.center .case-result-itm-title {
        font-size: 35px;
        padding: 77px 0 0;
    }*/

    .hm-case-result-lst .owl-item>div {
        /* width: 220px !important; */
        width: 220px !important;
        height: 215px;
    }

    .hm-case-result-lst.owl-carousel .owl-item.center>div {
        /*        width: 290px !important;*/
        width: 300px !important;
        height: 300px;
    }

    .case-result-itm-cont {
        font-size: 16px;
        min-height: 40px;
    }

    .hm-case-result-lst.owl-carousel .owl-item.active.center .case-result-itm-cont {
        font-size: 17px;
    }

    .hm-case-result-lst.owl-carousel .owl-item.center .case-result-itm {
        padding: 60px 60px 65px;
    }

    .case-result-itm {
        padding: 42px 36px 27px;
    }

    .case-result-itm-title {
        font-size: 24px;
        letter-spacing: -0.3px;
        margin-bottom: 8px;
        padding: 56px 0 0;
    }

    .case-result-itm-title::before {
        transform: scale(0.75);
    }

    .hm-case-result-lst.owl-carousel .owl-stage-outer {
        padding-left: 3px;
    }

     .hm-case-top-txt {
        font-size: 15px;
        width: 90%;
        margin: 0 auto 27px;
    }

}

@media screen and (max-width: 1440px) {
    .hm-case-result-sec .container {
        max-width: 1165px;
    }

    .hm-case-result-lst .owl-item>div {
        /* width: 205px !important; */
        height: 205px;
        width: 210px !important;
    }

    .hm-case-result-lst.owl-carousel .owl-item.center>div {
        /*        width: 270px !important;*/
        width: 280px !important;
        height: 280px;
    }

    .hm-case-result-sec {
        padding: 25px 0 65px;
    }

    .hm-case-result-title {
        font-size: 16px;
        letter-spacing: 6px;
        margin-bottom: 37px;
    }

    .case-result-itm {
        padding: 34px 32px 24px;
    }

    .case-result-itm-title {
        font-size: 23px;
        letter-spacing: -0.1px;
        margin-bottom: 9px;
        padding: 60px 0 0;
    }

    .hm-case-result-lst.owl-carousel .owl-item.active.center .case-result-itm-title::before {
        /*        transform: scale(0.75);*/
        transform: scale(0.7);
    }

    .hm-case-result-lst.owl-carousel .owl-item.center .case-result-itm-title {
        /* font-size: 33px; */
        /* padding: 74px 0 0; */
        font-size: 26px;
        padding: 55px 0 0;
    }

    .hm-case-result-lst {
        padding: 0 0 21px;
    }

    .hm-case-result-lst.owl-carousel .owl-nav button {
        transform: scale(0.8);
        margin: -6px;
    }

    .hm-case-result-lst.owl-carousel .owl-nav {
        bottom: -50px;
    }

    .hm-case-result-lst.owl-carousel .owl-item.center .case-result-itm {
        padding: 55px 55px 60px;
    }

    .case-result-itm-cont {
        font-size: 14px;
        min-height: 37px;
    }

    .case-result-itm-title::before {
        transform: scale(0.7);
    }

    .hm-case-top-txt {
        font-size: 14px;
        width: 90%;
        margin: 0 auto 25px;
    }




}

@media screen and (max-width: 1366px) {
    .hm-case-result-sec .container {
        max-width: 1110px;
    }

    .hm-case-result-lst .owl-item>div {
        /* width: 195px !important; */
        height: 195px;
        width: 200px !important;
    }

    .hm-case-result-lst.owl-carousel .owl-item.center>div {
        /* width: 255px !important; */
        width: 250px !important;
        height: 250px;
    }

    .hm-case-result-lst.owl-carousel .owl-item.center .case-result-itm {
        padding: 50px 45px 55px;
    }

    .case-result-itm-cont {
        font-size: 14px;
        min-height: 34px;
    }

    .case-result-itm {
        padding: 37px 30px 24px;
    }

    .hm-case-result-lst.owl-carousel .owl-nav button {
        transform: scale(0.75);
        margin: -6px;
    }

    .hm-case-result-lst.owl-carousel .owl-nav {
        bottom: -48px;
    }

    .case-result-itm-title {
        font-size: 20px;
        letter-spacing: -0.1px;
        margin-bottom: 9px;
        padding: 50px 0 0;
    }

    .case-result-itm-title::before {
        transform: scale(0.6);
    }

    .hm-case-result-lst.owl-carousel .owl-item.center .case-result-itm-title {
        font-size: 24px;
        padding: 50px 0 0;
        margin: 0 0 5px;
    }


}

@media screen and (max-width: 1280px) {
    .hm-case-result-sec .container {
        max-width: 1040px;
    }

    .hm-case-result-lst .owl-item>div {
        /* width: 182px !important; */
        height: 185px;
        width: 190px !important;
    }

    .hm-case-result-lst.owl-carousel .owl-item.center>div {
        width: 240px !important;
        height: 240px;
    }

    .hm-case-result-sec {
        padding: 22px 0 60px;
    }

    .hm-case-result-lst.owl-carousel .owl-item.center .case-result-itm {
        /* padding: 45px 53px 50px; */
        padding: 50px 35px 55px;
    }

    .hm-case-result-lst.owl-carousel .owl-item.active.center .case-result-itm-title::before {
        transform: scale(0.6);
    }

    .hm-case-result-lst.owl-carousel .owl-item.active.center .case-result-itm-cont {
        font-size: 16px;
    }

    .hm-case-result-lst.owl-carousel .owl-item.center .case-result-itm-title {
        font-size: 22px;
        /* padding: 70px 0 0; */
    }

    .case-result-itm {
        /* padding: 39px 32px 25px; */
        padding: 37px 20px 24px;
    }

    .case-result-itm-title {
        font-size: 20px;
        letter-spacing: 0;
        margin-bottom: 7px;
        padding: 50px 0 0;
    }

    .case-result-itm-title::before {
        transform: scale(0.6);
    }

    .case-result-itm-cont {
        font-size: 13px;
        min-height: 31px;
    }

    .hm-case-result-lst {
        padding: 0 0 18px;
    }

    .hm-case-result-lst.owl-carousel .owl-nav button {
        transform: scale(0.65);
        margin: -8px;
    }

    .hm-case-result-lst.owl-carousel .owl-nav {
        bottom: -43px;
    }

    .hm-case-result-title {
        font-size: 15px;
        letter-spacing: 5px;
        margin-bottom: 32px;
    }

     .hm-case-top-txt {
        font-size: 14px;
        width: 95%;
        margin: 0 auto 23px;
    }

}

@media screen and (max-width: 1220px) {
    .hm-case-result-sec .container {
        max-width: 970px;
    }

    .hm-case-result-lst .owl-item>div {
        /* width: 170px !important; */
        height: 175px;
        width: 180px !important;
    }

    .hm-case-result-lst.owl-carousel .owl-item.center>div {
        /* width: 225px !important; */
        width: 230px !important;
        height: 230px;
    }

    .hm-case-result-lst.owl-carousel .owl-item.center .case-result-itm-title {
        font-size: 22px;
        /*        padding: 70px 0 0;*/
    }

    .case-result-itm {
        padding: 36px 22px 24px;
    }

    .hm-case-result-lst.owl-carousel .owl-item.center .case-result-itm {
        padding: 50px 35px 55px;
    }

    .case-result-itm-title {
        font-size: 18px;
        padding: 40px 0 0;
    }

    .case-result-itm-title::before {
        transform: scale(0.55);
    }

    .hm-case-result-lst.owl-carousel .owl-item.active.center .case-result-itm-cont {
        font-size: 15px;
    }

    .hm-case-result-lst.owl-carousel .owl-item.active.center .case-result-itm-title::before {
        transform: scale(0.6);
    }

    .hm-case-top-txt {
        font-size: 13px;
        width: 95%;
        margin: 0 auto 23px;
    }



}

@media screen and (max-width: 1024px) {
    .hm-case-result-sec .container {
        max-width: 720px;
    }

    .hm-case-result-sec {
        padding: 30px 0 50px;
    }

    .hm-case-result-lst {
        padding: 0;
        max-width: 650px;
        margin: 0 auto;
    }

    .hm-case-result-lst.owl-carousel .owl-nav {
        bottom: 0;
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        margin: 20px auto;
        max-width: 120px;
    }

    .hm-case-result-title {
        font-size: 15px;
        letter-spacing: 5px;
        margin-bottom: 20px;
        line-height: 1.7;
    }

    .case-result-itm-cont {
        font-size: 14px;
        min-height: 35px;
    }

    .hm-case-top-txt {
        font-size: 14px;
        width: 100%;
        margin: 0 auto 22px;
    }

}

@media screen and (max-width: 768px) {
    .hm-case-result-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .hm-case-result-lst {
        max-width: 230px;
    }

    .hm-case-result-lst.owl-carousel .owl-stage {
        display: flex;
    }

    .hm-case-result-lst.owl-carousel .case-result-itm,
    .hm-case-result-lst.owl-carousel .owl-item.center .case-result-itm {
        height: 100%;
        min-height: 235px;
        width: 230px !important;
        margin: 0 auto;
        background-size: 100% 100%;
    }

    .hm-case-result-lst.owl-carousel .owl-item.center .case-result-itm {
        padding: 45px 53px 45px;
    }

    .case-result-itm-cont {
        color: #fff;
    }

    .case-result-itm-title::before {
        transform: scale(0.9);
    }

    .hm-case-result-lst .case-result-itm-title::before {
        background-image: url(../images/case-result-center-itm-img.webp);
    }

}

@media screen and (max-width: 480px) {
    .hm-case-result-sec {
        padding: 30px 0 40px;
    }

    .hm-case-result-title {
        font-size: 14px;
        letter-spacing: 3px;
        margin-bottom: 18px;
    }
}

/* case results ends */

/* Decade Section starts */

.hm-decade-sec {
    padding: 92px 0px;
    background-image: url(../images/decade-sec-bg-imag.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.decade-lft-blk {
    width: 46%;
}

.decade-rgt-blk {
    width: 55.5%;
}

.hm-decade-lst {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    margin: 0 0 100px;
}

.hm-decade-sec .text-heading {
    text-align: left;
    margin-bottom: 34px;
    line-height: 0.92;
    letter-spacing: -2.3px;
}

.decade-lft-blk p,
.decade-rgt-blk p {
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    color: #060503;
    line-height: 2.11;
    letter-spacing: 0px;
    margin-bottom: 30px;
}

.decade-sec-btns {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.decade-rgt-blk {
    position: relative;
    width: 50.7%;
    margin: -29px -50px 0 0;
}

.decade-sec-btns .call-btn a.cmn-btn:hover {
    background-color: #e5b251;
    border: 2px solid transparent;
}

.decade-sec-btns .call-btn a.cmn-btn {
    background-color: transparent;
    border: 2px solid #e5b251;
    color: #0b0b0b;
}

.decade-sec-sub-hdg {
    font-size: 28px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    color: #e5b251;
    line-height: 1;
    letter-spacing: -0.1px;
    margin-bottom: 19px;
}

.decade-rgt-blk-top-img {
    position: absolute;
    left: -9%;
    top: 21%;
    width: 38.8%;
}

.decade-rgt-blk-top-img img {
    width: 100%;
    display: block;
}

.decade-rgt-blk-img img {
    width: 100%;
    display: block;
}

.read-btn a.cmn-btn {
    padding: 21px 50px;
}

.call-btn a.cmn-btn {
    padding: 21px 39px;
}

.hm-decade-lst.btm {
    margin: 0;
}

.hm-decade-lst.btm .decade-rgt-blk {
    margin: 0;
}

.hm-decade-lst.btm .decade-rgt-blk-img {
    margin: 0 0 30px;
}

.hm-blk-list {
    margin: 0 0 30px;
}

.hm-decade-lst.btm .text-heading {
    font-size: 60px;
}

.hm-blk-list ul {
    /* padding: 0 0 0 20px; */
    margin: 0;
}

.hm-blk-list ul li {
    position: relative;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    font-size: 20px;
    line-height: 1.4;
    font-family: var(--bodyFont);
    display: block;
    outline: 0;
    border: 0;
    margin: 0 0 20px;
    color: #060503;
    padding-left: 20px;
}

.hm-blk-list ul li::before {
    content: "";
    position: absolute;
    background-color: black;
    width: 10px;
    height: 10px;
    left: 0;
    top: 8px;
    border-radius: 50%;
}

.hm-blk-list ul li:last-child {
    margin: 0 !important;
}

.future-sec-sub-hdg {
    font-size: 24px;
    margin-bottom: 15px;
}


/* Decade Section Responsive */

@media screen and (max-width:1800px) {
    .hm-decade-lst.btm .text-heading {
        font-size: 55px;
    }

    .hm-blk-list ul li {
        margin: 0 0 18px;
        padding-left: 18px;
    }

    .hm-blk-list ul li::before {
        width: 9px;
        height: 9px;
        top: 7px;
    }

}

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

    .hm-decade-sec {
        padding: 80px 0;
    }

    .decade-rgt-blk {
        margin: -24px -25px 0 0;
    }

    .hm-decade-sec .text-heading {
        font-size: 76px;
        margin-bottom: 30px;
        letter-spacing: -1.8px;
    }

    .decade-sec-sub-hdg {
        font-size: 23px;
        letter-spacing: 0px;
        margin-bottom: 16px;
    }

    .decade-lft-blk p,
    .decade-rgt-blk p {
        font-size: 16px;
    }

    .read-btn a.cmn-btn {
        padding: 18px 45px;
    }

    .call-btn a.cmn-btn {
        padding: 18px 35px;
    }



    .hm-decade-lst {
        margin: 0 0 70px;
    }

    .hm-blk-list ul li {
        font-size: 16px;
    }

    .hm-decade-lst.btm .text-heading {
        font-size: 40px;
    }

    .hm-blk-list ul li::before {
        top: 6px;
    }


}

@media screen and (max-width:1550px) {
    .hm-decade-sec {
        padding: 70px 0;
    }

    .hm-decade-sec .text-heading {
        font-size: 69px;
        margin-bottom: 27px;
        letter-spacing: -1.4px;
    }

    .decade-sec-sub-hdg {
        font-size: 21px;
        margin-bottom: 16px;
    }

    .decade-lft-blk p,
    .decade-rgt-blk p {
        font-size: 14px;
        margin-bottom: 26px;
    }

    .read-btn a.cmn-btn {
        padding: 16px 41px;
    }

    .call-btn a.cmn-btn {
        padding: 16px 31px;
    }

    .decade-rgt-blk {
        margin: -20px -20px 0 0;
    }


    .hm-blk-list ul li {
        font-size: 14px;
    }

    .hm-decade-lst {
        margin: 0 0 60px;
    }

    .hm-blk-list ul li::before {
        width: 8px;
        height: 8px;
        top: 5px;
    }

}

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

    .hm-decade-sec {
        padding: 65px 0;
    }

    .hm-decade-sec .text-heading {
        font-size: 64px;
        margin-bottom: 24px;
        letter-spacing: -1px;
    }

    .decade-sec-sub-hdg {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .read-btn a.cmn-btn {
        padding: 14px 38px;
    }

    .call-btn a.cmn-btn {
        padding: 14px 27px;
    }

    .decade-rgt-blk {
        margin: -16px -17px 0 0;
    }

    .hm-decade-lst {
        margin: 0 0 50px;
    }

    .hm-blk-list ul li::before {
        width: 7px;
        height: 7px;
    }

    .hm-decade-lst.btm .decade-rgt-blk-img {
        margin: 0 0 20px;
    }

}

@media screen and (max-width:1366px) {
    .hm-decade-sec {
        padding: 60px 0;
    }

    .hm-decade-sec .text-heading {
        font-size: 60px;
        margin-bottom: 22px;
        letter-spacing: -0.6px;
    }

    .decade-sec-sub-hdg {
        font-size: 19px;
        margin-bottom: 14px;
    }

    .decade-lft-blk p,
    .decade-rgt-blk p {
        font-size: 13px;
    }

    .decade-rgt-blk {
        margin: -14px -14px 0 0;
    }

    .hm-blk-list ul li {
        font-size: 13px;
    }

    .hm-decade-lst.btm .text-heading {
        font-size: 35px;
    }

    .hm-blk-list ul li::before {
        width: 7px;
        height: 7px;
        top: 4px;
    }

    .hm-blk-list ul li {
        font-size: 13px;
        margin: 0 0 15px;
        padding-left: 15px;
    }

    .hm-blk-list {
        margin: 0 0 20px;
    }

}

@media screen and (max-width:1280px) {
    .hm-decade-sec {
        padding: 45px 0;
    }

    .hm-decade-sec .text-heading {
        font-size: 53px;
        margin-bottom: 20px;
        letter-spacing: 0;
    }

    .decade-sec-sub-hdg {
        font-size: 17px;
        margin-bottom: 12px;
    }

    .decade-lft-blk p,
    .decade-rgt-blk p {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .read-btn a.cmn-btn {
        padding: 12px 31px;
    }

    .call-btn a.cmn-btn {
        padding: 12px 23px;
    }

    .decade-rgt-blk {
        margin: 0;
    }

    .hm-blk-list ul li {
        font-size: 12px;
    }

    .hm-decade-lst.btm .text-heading {
        font-size: 30px;
    }

    .hm-decade-lst {
        margin: 0 0 40px;
    }

    .hm-blk-list ul li::before {
        top: 3px;
    }

    .hm-decade-lst.btm .decade-rgt-blk-img {
        margin: 0 0 10px;
    }

}

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

    .hm-decade-sec {
        background-image: url(../images/decade-sec-mob-bg-img.webp);
    }

    .hm-decade-lst {
        justify-content: center;
        align-items: center;
        gap: 25px;
        flex-direction: column-reverse;
    }

    .decade-rgt-blk {
        width: 100%;
        max-width: 400px;
    }

    .decade-lft-blk {
        width: 100%;
        text-align: center;
    }

    .hm-decade-sec .text-heading {
        font-size: 45px;
        margin-bottom: 18px;
        text-align: center;
    }

    .decade-sec-btns {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap-reverse;
        gap: 15px;
    }

    .decade-lft-blk p,
    .decade-rgt-blk p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .hm-blk-list ul li {
        font-size: 14px;
        display: inline-block;
        margin: 0 0 10px;
    }

    .hm-decade-lst.btm {
        margin: 0 auto;
        gap: 0;
        max-width: 600px;
    }

    .hm-decade-lst.btm .decade-rgt-blk-img {
        margin: 0 auto 20px;
        max-width: 400px;
    }

    .hm-blk-list {
        margin: 0 0 30px;
        text-align: left;
    }

    .hm-decade-lst.btm .decade-rgt-blk {
        max-width: 100%;
        text-align: center;
    }

    .hm-blk-list ul li::before {
        top: 5px;
    }

}

@media screen and (max-width: 768px) {
    .hm-decade-sec .text-heading {
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 14px;
    }
}

@media screen and (max-width:550px) {
    .decade-rgt-blk-top-img {
        position: relative;
        left: 0;
        right: 0;
        margin: 20px auto 0;
        width: 100%;
        max-width: 150px;
    }
}

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

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

    .hm-decade-sec .text-heading {
        font-size: 27px;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    .decade-sec-sub-hdg {
        font-size: 17px;
        margin-bottom: 8px;
        line-height: 1.5;
    }

    .hm-decade-lst.btm .text-heading {
        font-size: 26px;
    }

    .hm-blk-list ul li {
        line-height: 1.6;
    }

    .hm-blk-list ul li::before {
        top: 8px;
    }
}


/* decades section ends */

/* Practice Areas Section */

.hm-practice-areas-sec {
    padding: 50px 20px 100px;
    position: relative;
}

.hm-practice-areas-sec .container {
    max-width: 1700px;
    position: relative;
}

.hm-pract-areas-subtitle {
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    text-transform: uppercase;
    color: #e5b251;
    text-align: center;
    line-height: 1;
    letter-spacing: 3.6px;
    margin-bottom: 10px;
}

.hm-pract-areas-lst.owl-carousel .owl-stage-outer {
    padding: 25px 0px 50px;
    background-color: #fff;
}

.hm-pract-areas-lst.owl-carousel {
    padding: 0 20px 0 0;
    width: 90.6%;
    position: inherit;
    margin: 0 auto;
}

.hm-pract-areas-lst.owl-carousel::before {
    width: 100%;
    height: 65%;
    position: absolute;
    content: "";
    border: 2px solid #e6e6e6;
    top: -7%;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

.hm-pract-areas-lst.owl-carousel .owl-stage,
.hm-pract-areas-lst.owl-carousel .owl-item {
    display: flex;
}

.hm-pract-areas-itm {
    position: relative;
    z-index: 1;
}

.hm-pract-areas-itm-img {
    mask-size: 100%;
    -webkit-mask-image: url(../images/practice-areas-mask-img.webp);
    mask-repeat: no-repeat;
    position: relative;
}

.hm-pract-areas-itm-img::before {
    position: absolute;
    content: "";
    inset: 0;
    margin: auto;
    background-image: -webkit-linear-gradient(90deg, rgb(6, 5, 3) 0%, rgba(6, 5, 3, 0) 100%);
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}

.hm-pract-areas-itm:hover .hm-pract-areas-itm-img::before {
    background-image: -webkit-linear-gradient(90deg, rgb(229 178 81 / 77%) 0%, rgba(229, 178, 81, 0) 100%);
}

.hm-pract-areas-itm-top-img {
    position: relative;
    background-color: #ffffff;
    background-image: url(../images/practice-areas-position-bg-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 40px 60px;
    border-radius: 100%;
    min-height: 207px;
    width: 207px;
}

.hm-pract-areas-itm-top-img::before {
    position: absolute;
    content: "";
    background-image: url(../images/practice-areas-position-white-collar-imag.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 92px;
    height: 90px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hm-pract-areas-itm-top-img.theft-crimes::before {
    background-image: url(../images/practice-areas-position-theft-crimesr-img.webp);
}

.hm-pract-areas-itm:hover .hm-pract-areas-itm-top-img.theft-crimes::before {
    background-image: url(../images/practice-areas-position-theft-crimes-hvr-img.webp);
}

.hm-pract-areas-itm-top-img.felony-crimes::before {
    background-image: url(../images/practice-areas-position-felony-crimes-img.webp);
}

.hm-pract-areas-itm:hover .hm-pract-areas-itm-top-img.felony-crimes::before {
    background-image: url(../images/practice-areas-position-felony-crimes-hvr-img.webp);
}

.hm-pract-areas-itm-top-img.dwi-charges-attrny::before {
    background-image: url(../images/pract-areas-dwi-img.webp);
}

.hm-pract-areas-itm:hover .hm-pract-areas-itm-top-img.dwi-charges-attrny::before {
    background-image: url(../images/pract-areas-dwi-hvr-img.webp);
}

.hm-pract-areas-itm-top-img.federal-crimes-lawyer::before {
    background-image: url(../images/practice-areas-position-representation-crimes-img.webp);
}

.hm-pract-areas-itm:hover .hm-pract-areas-itm-top-img.federal-crimes-lawyer::before {
    background-image: url(../images/practice-areas-position-representation-crimes-hvr-img.webp);
}

.hm-pract-areas-itm-top-img.conspiracy::before {
    background-image: url(../images/practice-areas-position-conspiracy-img.webp);
}

.hm-pract-areas-itm:hover .hm-pract-areas-itm-top-img.conspiracy::before {
    background-image: url(../images/practice-areas-positon-hvr-conspiracy-img.webp);
}

.hm-pract-areas-itm-top-img.fraud::before {
    background-image: url(../images/practice-areas-positon-fraud-img.webp);
}

.hm-pract-areas-itm:hover .hm-pract-areas-itm-top-img.fraud::before {
    background-image: url(../images/practice-areas-position-fraud-hvr-img.webp);
}

.hm-pract-areas-itm-top-img.laundering::before {
    background-image: url(../images/practice-areas-position-money-laundering-img.webp);
}

.hm-pract-areas-itm:hover .hm-pract-areas-itm-top-img.laundering::before {
    background-image: url(../images/practice-areas-position-money-laundering-imag.webp);
}

.hm-pract-areas-itm:hover .hm-pract-areas-itm-top-img::before {
    background-image: url(../images/practice-areas-position-white-collar-hvr-img.webp);
}

.hm-pract-areas-itm-top-img.drug-distribution::before {
    background-image: url(../images/practice-areas-drug-img.webp);
}

.hm-pract-areas-itm:hover .hm-pract-areas-itm-top-img.drug-distribution::before {
    background-image: url(../images/practice-area-bdug-hvr-img.webp);
}

.hm-pract-hvr a {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.hm-pract-areas-itm-top {
    position: absolute;
    top: -25px;
    left: -17px;
}

.hm-pract-areas-itm-title {
    font-size: 44px;
    font-family: 'Frank Ruhl Libre';
    font-weight: 400;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.88px;
    position: absolute;
    bottom: 40px;
    left: 40px;
    min-height: 88px;
    display: flex;
    align-items: center;
}

.hm-practice-areas-sec .hm-pract-areas-lst .owl-nav button span {
    font-size: 0;
    line-height: 0;
}

.hm-practice-areas-sec .hm-pract-areas-lst .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 33.9%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 5px;
    z-index: 1;
}

.hm-practice-areas-sec .hm-pract-areas-lst .owl-nav button {
    background-image: url(../images/practice-areas-lft-btn.webp);
    background: #e5b252;
    background-image: url(../images/left-arrow-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 23px;
    border: 3px solid transparent;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.hm-practice-areas-sec .hm-pract-areas-lst .owl-nav button.owl-next {
    rotate: 180deg;
}

.hm-practice-areas-sec .hm-pract-areas-lst .owl-nav button.owl-next:hover {
    rotate: 0deg;
}

.hm-practice-areas-sec .hm-pract-areas-lst .owl-nav button.owl-prev:hover {
    rotate: 180deg;
}

.hm-practice-areas-sec .hm-pract-areas-lst .owl-nav button:hover {
    background: transparent;
    background-image: url(../images/rgt-arrow-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 23px;
    border: 3px solid #000;
}

.hm-prac-areas-btn {
    text-align: center;
}

.hm-prac-areas-btn a.cmn-btn {
    position: relative;
    z-index: 1;
}

.hm-practice-areas-sec .hm-pract-areas-lst .owl-item {
    padding: 0 0 0 20px;
}

/* Practice Areas Section Responsive*/

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

@media screen and (max-width:1680px) {
    .hm-practice-areas-sec .container {
        max-width: 1488px;
    }

    .hm-practice-areas-sec {
        padding: 42px 20px 80px;
    }

    .hm-pract-areas-subtitle {
        font-size: 17px;
        letter-spacing: 3px;
        margin-bottom: 9px;
    }

    .hm-pract-areas-itm-top-img {
        transform: scale(0.85);
        transform-origin: top left;
    }

    .hm-pract-areas-itm-title {
        font-size: 40px;
        letter-spacing: -0.4px;
        bottom: 35px;
        left: 35px;
        min-height: 82px;
    }

    .hm-pract-areas-lst.owl-carousel .owl-stage-outer {
        padding: 24px 0px 45px;
    }

    .hm-practice-areas-sec .hm-pract-areas-lst .owl-item {
        padding: 0 0 0 17px;
    }

    .hm-practice-areas-sec .hm-pract-areas-lst .owl-nav button {
        transform: scale(0.85);
        margin: -4px;
    }

    .hm-practice-areas-sec .hm-pract-areas-lst .owl-nav {
        bottom: 0;
    }

}

@media screen and (max-width:1550px) {
    .hm-practice-areas-sec .container {
        max-width: 1374px;
    }

    .hm-practice-areas-sec {
        padding: 37px 20px 70px;
    }

    .hm-pract-areas-subtitle {
        font-size: 15px;
        letter-spacing: 2.4px;
        margin-bottom: 8px;
    }

    .hm-pract-areas-itm-top {
        top: -20px;
        left: -12px;
    }

    .hm-pract-areas-itm-top-img {
        transform: scale(0.8);
    }

    .hm-pract-areas-itm-title {
        font-size: 35px;
        letter-spacing: -0.1px;
        bottom: 31px;
        left: 31px;
        min-height: 78px;
    }

    .hm-practice-areas-sec .hm-pract-areas-lst .owl-nav {
        bottom: 2px;
    }

    .hm-pract-areas-lst.owl-carousel .owl-stage-outer {
        padding: 21px 0px 42px;
    }

}

@media screen and (max-width:1440px) {
    .hm-practice-areas-sec .container {
        max-width: 1276px;
    }


    .hm-pract-areas-lst.owl-carousel::before {
        top: -6%;
    }

    .hm-practice-areas-sec {
        padding: 33px 20px 65px;
    }

    .hm-pract-areas-subtitle {
        font-size: 14px;
        letter-spacing: 2px;
        margin-bottom: 8px;
    }

    .hm-pract-areas-lst.owl-carousel .owl-stage-outer {
        padding: 20px 0px 40px;
    }

    .hm-pract-areas-itm-top {
        top: -17px;
        left: -10px;
    }

    .hm-pract-areas-itm-top-img {
        transform: scale(0.75);
    }

    .hm-pract-areas-itm-title {
        font-size: 33px;
        letter-spacing: 0;
        bottom: 29px;
        left: 29px;
        min-height: 78px;
    }

    .hm-practice-areas-sec .hm-pract-areas-lst .owl-nav button {
        transform: scale(0.8);
        margin: -4px;
    }

    .hm-practice-areas-sec .hm-pract-areas-lst .owl-nav {
        bottom: 0;
    }

    .hm-practice-areas-sec .hm-pract-areas-lst .owl-item {
        padding: 0 0 0 14px;
    }

}

@media screen and (max-width:1366px) {
    .hm-practice-areas-sec .container {
        max-width: 1210px;
    }

}

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

    .hm-practice-areas-sec {
        padding: 30px 0px 60px;
    }

    .hm-pract-areas-subtitle {
        letter-spacing: 1px;
        margin-bottom: 7px;
    }

    .hm-pract-areas-lst.owl-carousel .owl-stage-outer {
        padding: 17px 0px 35px;
    }

    .hm-practice-areas-sec .hm-pract-areas-lst .owl-item {
        padding: 0 0 0 10px;
    }

    .hm-pract-areas-itm-top {
        top: -13px;
        left: -9px;
    }

    .hm-pract-areas-itm-top-img {
        transform: scale(0.65);
    }

    .hm-pract-areas-itm-title {
        font-size: 30px;
        letter-spacing: 0;
        bottom: 26px;
        left: 26px;
        min-height: 55px;
    }

    .hm-practice-areas-sec .hm-pract-areas-lst .owl-nav button {
        transform: scale(0.7);
        margin: -8px;
    }

}

@media screen and (max-width:1180px) {
    .hm-practice-areas-sec .container {
        max-width: 990px;
    }

    .hm-practice-areas-sec .hm-pract-areas-lst .owl-nav {
        width: 37%;
    }

    .hm-pract-areas-itm-top-img {
        transform: scale(0.6);
    }

}

@media screen and (max-width:1024px) {
    .hm-practice-areas-sec .container {
        max-width: 720px;
    }

    .hm-pract-areas-lst.owl-carousel {
        padding: 0;
        width: 100%;
        position: inherit;
        margin: 0 auto;
        max-width: 550px;
    }

    .hm-pract-areas-lst.owl-carousel .owl-stage-outer {
        padding: 17px 0px 0;
    }

    .hm-practice-areas-sec .hm-pract-areas-lst .owl-nav {
        width: 100%;
        max-width: 120px;
        bottom: 0;
        position: relative;
        margin: 20px auto;
    }

    .hm-practice-areas-sec .hm-pract-areas-lst .owl-item {
        padding: 0 0 0 12px;
    }

}

@media screen and (max-width:768px) {
    .hm-practice-areas-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .hm-practice-areas-sec {
        padding: 10px 0 40px;
    }

    .hm-pract-areas-lst.owl-carousel {
        max-width: 280px;
    }

    .hm-pract-areas-lst.owl-carousel::before {
        display: none;
    }
}

/* practice areas section ends */

/* Home Criminal Defence Section */

.hm-criminal-defnce-blk-itm-left {
    width: 50%;
}

.hm-criminal-defense-sec {
    /* background-color: #060503; */
    padding: 100px 0;
    background-image: url(../images/defend-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.hm-criminal-defnce-blk {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.hm-criminal-defnce-blk-itm {
    background-image: url(../images/atrny-blk-bg-img.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    padding: 20px 40px 0;
    width: 30.8%;
}

.hm-criminal-defnce-blk-itm::before {
    position: absolute;
    content: "";
    height: 40%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    pointer-events: none;
}

.hm-criminal-defnce-cnt {
    width: 46%;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 50px 20px 0;
}

.hm-criminal-defnce-cnt:before {
    content: '';
    position: absolute;
    background-image: url(../images/hm-bnr-cnt-bg-img.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 76%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}

.hm-criminal-defnce-cnt .text-heading {
    font-size: 50px;
    font-family: 'Frank Ruhl Libre';
    font-weight: 400;
    color: #060503;
    text-align: center;
    line-height: 1;
    letter-spacing: -1.8px;
    margin-bottom: 10px;
}

.hm-criminal-defnce-cnt p {
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    color: #060503;
    line-height: 1.4;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 28px;
    font-size: 18px;
}

.hm-criminal-defnce-cnt p a {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}

.hm-criminal-defnce-cnt p a:hover {
    text-decoration: none;
}

/* Responisve Start */
@media screen and (max-width: 1800px) {}

@media screen and (max-width: 1680px) {
    .hm-criminal-defense-sec {
        padding: 100px 0;
    }

    .hm-criminal-defnce-blk {
        gap: 30px;
    }

    .hm-criminal-defnce-cnt {
        padding: 50px 20px 0;
    }

    .hm-criminal-defnce-cnt .text-heading {
        font-size: 40px;
        letter-spacing: -1.4px;
    }

    .hm-criminal-defnce-cnt p {
        margin-bottom: 20px;
        font-size: 16px;
    }

}

@media screen and (max-width: 1550px) {
    .hm-criminal-defense-sec {
        padding: 80px 0;
    }

    .hm-criminal-defnce-cnt p {
        font-size: 18px;
    }

    .hm-criminal-defnce-cnt .text-heading {
        font-size: 36px;
    }



}

@media screen and (max-width: 1440px) {
    .hm-criminal-defense-sec {
        padding: 70px 0;
    }

    .hm-criminal-defnce-cnt .text-heading {
        font-size: 33px;
    }

    .hm-criminal-defnce-cnt {
        padding: 40px 15px 0;
    }

    .hm-criminal-defnce-blk {
        gap: 25px;
    }

}

@media screen and (max-width: 1366px) {
    .hm-criminal-defense-sec {
        padding: 60px 0;
    }

    .hm-criminal-defnce-cnt .text-heading {
        font-size: 30px;
    }

    .hm-criminal-defnce-cnt p {
        font-size: 16px;
    }

}

@media screen and (max-width: 1280px) {
    .hm-criminal-defnce-cnt .text-heading {
        font-size: 28px;
    }

    .hm-criminal-defnce-cnt p {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .hm-criminal-defnce-cnt {
        padding: 30px 15px 0;
    }


}

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

    .hm-criminal-defnce-blk {
        gap: 25px;
        flex-wrap: wrap;
        max-width: 600px;
        margin: 0 auto;
    }

    .hm-criminal-defnce-blk-itm {
        width: 100%;
        order: 1;
        max-width: 280px;
    }

    .hm-criminal-defnce-cnt {
        padding: 30px 15px 0;
        order: 2;
        width: 100%;
    }

    .hm-criminal-defnce-cnt p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .hm-criminal-defnce-cnt .text-heading {
        font-size: 30px;
    }

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

    .hm-criminal-defnce-blk-itm-left {
        width: 100%;
        max-width: 450px;
    }


}

@media screen and (max-width: 768px) {
    .hm-criminal-defense-sec {
        padding: 30px 0;
    }

}

/* End */

/* Meet Sec */

.hm-meet-sec {
    padding: 100px 0 47px;
    text-align: center;
    background-image: url(../images/hm-meet-bg-img.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.hm-meet-sec::before {
    position: absolute;
    content: "";
    background-image: url(../images/hm-meet-btm-layer-img.webp);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 271px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    z-index: 1;
}

.hm-meet-sec .text-heading {
    color: #fff;
    position: relative;
    z-index: 1;
}

.hm-meet-blk {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.hm-meet-cnt {
    width: 28%;
    padding: 155px 0 0;
}

.hm-meet-img {
    width: 42.2%;
    position: relative;
    z-index: 0;
}

.hm-meet-attrny {
    width: 87.2%;
    margin: 0 auto;
}

.hm-meet-attrny img {
    width: 100%;
    display: block;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90.1%, 60% 100%, 79% 100%, 40% 100%, 0% 91%);
}

.hm-meet-attrny::before {
    position: absolute;
    content: "";
    background-image: url(../images/hm-meet-attrny-bg.webp);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: -116px;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    z-index: -1;
}

.meet-title {
    font-family: 'Frank Ruhl Libre';
    font-weight: 400;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.92px;
    margin-bottom: 10px;
    font-size: 46px;
    padding-bottom: 15px;
    position: relative;
}

.meet-title:before {
    content: '';
    position: absolute;
    background-color: #e1af50;
    width: 81%;
    height: 1px;
    bottom: 0;
    left: 0;
}

.hm-meet-cnt:hover .meet-title {
    color: #e1af50;
}

.hm-meet-blk p {
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    color: #fff;
    line-height: 2.11;
    margin-bottom: 25px;
    font-size: 18px;
}

.hm-meet-cnt:hover .meet-btn a.cmn-btn {
    background-color: #e5b251;
    color: #0b0b0b;
}

.meet-btn a.cmn-btn {
    color: #e5b251;
    background-color: transparent;
    border: 2px solid #e5b251;
    padding: 22px 45px;
}

.meet-btn.robert-btn a.cmn-btn {
    padding: 22px 35px;
}

.meet-btn a.cmn-btn:hover {
    color: #e5b251;
}

.hm-mob-meet-blk {
    display: none !important;
}

/* meet sec responsive */

@media screen and (max-width:1680px) {
    .hm-meet-sec {
        padding: 90px 0 45px;
    }

    .meet-title {
        letter-spacing: -0.8px;
        font-size: 38px;
        padding-bottom: 13px;
    }

    .hm-meet-blk p {
        line-height: 2;
        margin-bottom: 25px;
        font-size: 17px;
    }

    .meet-btn a.cmn-btn {
        padding: 18px 40px;
    }

    .meet-btn.robert-btn a.cmn-btn {
        padding: 20px 30px;
    }

    .hm-meet-cnt {
        width: 29%;
        padding: 130px 0 0;
    }
}

@media screen and (max-width:1550px) {
    .hm-meet-sec {
        padding: 80px 0 38px;
    }

    .meet-title {
        font-size: 35px;
        margin-bottom: 8px;
    }

    .hm-meet-blk p {
        margin-bottom: 22px;
        font-size: 15px;
    }

    .hm-meet-attrny::before {
        top: -106px;
    }

    .meet-btn a.cmn-btn {
        padding: 17px 37px;
    }

    .meet-btn.robert-btn a.cmn-btn {
        padding: 18px 25px;
    }

    .hm-meet-cnt {
        padding: 120px 0 0;
    }

    .hm-meet-sec::before {
        height: 200px;
    }
}

@media screen and (max-width:1440px) {
    .hm-meet-sec {
        padding: 70px 0 35px;
    }

    .meet-title {
        letter-spacing: -0.6px;
        font-size: 32px;
        padding-bottom: 11px;
    }

    .hm-meet-blk p {
        margin-bottom: 19px;
        font-size: 14px;
    }

    .hm-meet-attrny::before {
        top: -96px;
    }

    .meet-btn.robert-btn a.cmn-btn {
        padding: 18px 22px;
    }

    .hm-meet-cnt {
        padding: 110px 0 0;
    }

    .hm-meet-sec::before {
        height: 190px;
    }
}

@media screen and (max-width:1366px) {
    .hm-meet-sec {
        padding: 60px 0 35px;
    }

    .meet-title {
        font-size: 30px;
    }

    .hm-meet-blk p {
        margin-bottom: 15px;
        font-size: 14px;
        letter-spacing: -0.1px;
    }

    .hm-meet-attrny::before {
        top: -88px;
    }

    .meet-btn a.cmn-btn {
        padding: 16px 35px;
    }

    .meet-btn.robert-btn a.cmn-btn {
        padding: 17px 20px;
    }

    .hm-meet-cnt {
        padding: 115px 0 0;
    }
}

@media screen and (max-width:1280px) {
    .hm-meet-sec {
        padding: 50px 0 35px;
    }

    .meet-title {
        letter-spacing: -0.4px;
        font-size: 26px;
        padding-bottom: 9px;
        margin-bottom: 6px;
    }

    .hm-meet-blk p {
        line-height: 1.9;
        font-size: 13px;
    }

    .hm-meet-attrny::before {
        top: -78px;
    }

    .hm-meet-attrny img {
        clip-path: polygon(0% 0%, 100% 0%, 100% 90.1%, 70% 100%, 79% 100%, 40% 100%, 0% 92%);
    }

    .hm-meet-cnt {
        padding: 110px 0 0;
    }

    .meet-btn a.cmn-btn {
        padding: 13px 30px;
    }

    .hm-meet-sec::before {
        height: 150px;
    }

    .meet-btn.robert-btn a.cmn-btn {
        padding: 13px 20px;
    }
}

@media screen and (max-width:1024px) {
    .hm-meet-sec {
        padding: 50px 0;
        background-image: url(../images/hm-meet-mob-bg-img.webp);
    }

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

    .hm-meet-blk {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }

    .hm-meet-img {
        width: 100%;
        order: 1;
    }

    .hm-meet-attrny img {
        clip-path: none;
        border-bottom: 2px solid #e1af506e;
        height: 340px;
        object-fit: cover;
        object-position: top;
    }

    .hm-meet-cnt {
        width: 100%;
        max-width: 330px;
        order: 2;
        text-align: center;
        padding: 15px 10px;
        background-color: #e5b25129;
        border: 2px solid #e5b2516b;
        outline: 2px solid #e5b25145;
        outline-offset: 2px;
    }

    .meet-title {
        font-size: 28px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .hm-meet-blk p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 2;
    }

    .hm-meet-attrny::before {
        top: 0;
    }

    .meet-title:before {
        right: 0;
        margin: auto;
    }

    .hm-meet-attrny {
        width: 100%;
        max-width: 300px;
    }

}

@media screen and (max-width:768px) {
    .hm-meet-cnt {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .meet-btn a.cmn-btn {
        padding: 12px 25px;
    }

    .meet-btn.robert-btn a.cmn-btn {
        padding: 13px 15px;
    }

    .hm-meet-blk {
        display: none;
    }

    .hm-mob-meet-blk {
        display: block !important;
        margin: 0 auto;
    }

    .hm-mob-attrny-img {
        width: 100%;
        max-width: 230px;
        margin: 0 auto;
    }

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

    .hm-mob-meet-blk .hm-meet-cnt p {
        color: #fff;
    }

    .hm-mob-meet-blk.owl-carousel .owl-nav.disabled {
        display: none;
    }

    .hm-mob-meet-blk.owl-carousel .owl-dots {
        text-align: center;
        margin: 20px auto 0;
    }

    .hm-mob-meet-blk.owl-carousel .owl-dot {
        background-color: #fff;
        height: 12px;
        width: 12px;
        border-radius: 50%;
        margin: 0 7px;
    }

    .hm-mob-meet-blk.owl-carousel .owl-dot.active {
        background-color: #e1af50;
    }
}

@media screen and (max-width:480px) {
    .hm-meet-attrny img {
        height: 310px;
    }
}

/* meet section ends */

/* Future Section */

.hm-future-sec {
    padding: 29px 0 0;
    background-color: #060503;
    background-image: url(../images/future-sec-bg-img.webp);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right bottom;
}

.hm-future-sec .container {
    max-width: 1710px;
    margin: 0 auto 0 0;
    position: relative;
}

.future-sec-subtitle {
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 9px;
    text-transform: uppercase;
    margin: 0 275px 74px auto;
    text-align: right;
}

.future-lst {
    display: flex;
    justify-content: space-between;
}

.future-lft-blk {
    width: 49.25%;
    position: relative;
}

.future-rgt-blk {
    width: 43.9%;
    /* padding: 45px 0 0; */
    padding: 0;
}

.hm-future-sec .text-heading {
    color: #fff;
    text-align: left;
    margin-bottom: 25px;
    line-height: 0.9;
}

.future-sec-sub-hdg {
    font-size: 28px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    color: #e5b251;
    line-height: 1;
    letter-spacing: 0px;
    margin-bottom: 21px;
}

.future-rgt-blk p {
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    color: #ffffff;
    line-height: 1.8;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.future-sec-btn a.cmn-btn:hover {
    color: #fff !important;
}

.future-lft-top-img {
    position: absolute;
    bottom: 19%;
    left: 22%;
    width: 30%;
}

.future-lft-blk-img img {
    width: 100%;
    display: block;
}

.future-lft-top-img img {
    width: 100%;
    display: block;
}

.future-rgt-blk .hm-blk-list ul li {
    color: #ffff;
    margin: 0 0 15px;
}

.future-rgt-blk .hm-blk-list ul li::before {
    background-color: #ffff;
}

/* future section responsive */


@media screen and (min-width: 2000px) {
    .hm-future-sec .container {
        max-width: 1710px;
        margin: 0 auto;
        position: relative;
    }
}

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

    .future-sec-subtitle {
        font-size: 17px;
    }

    .future-rgt-blk p {
        font-size: 17px;
    }

    .hm-future-sec .text-heading {
        font-size: 67px;
    }


}

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

    .hm-future-sec {
        padding: 25px 0 0;
    }

    .future-sec-subtitle {
        font-size: 17px;
        letter-spacing: 7px;
        margin: 0 245px 60px auto;
    }

    .hm-future-sec .text-heading {
        margin-bottom: 20px;
        font-size: 62px;
    }

    .future-sec-sub-hdg {
        font-size: 24px;
        margin-bottom: 19px;
    }

    .future-rgt-blk p {
        font-size: 15px;
        margin-bottom: 20px;
    }


}

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

    .hm-future-sec {
        padding: 25px 0 0;
    }

    .hm-future-sec .text-heading {
        margin-bottom: 15px;
        font-size: 58px;
    }

    .future-sec-sub-hdg {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .future-rgt-blk p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .future-sec-subtitle {
        font-size: 17px;
        letter-spacing: 6px;
        margin: 0 220px 55px auto;
    }

}

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

    .future-sec-subtitle {
        font-size: 16px;
        letter-spacing: 6px;
        margin: 0 200px 50px auto;
    }

    .hm-future-sec .text-heading {
        font-size: 54px;
    }

    .future-rgt-blk p {
        font-size: 13px;
    }

}

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

    .hm-future-sec .text-heading {
        font-size: 50px;
    }

}

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

    .hm-future-sec {
        padding: 20px 0 0;
    }

    .hm-future-sec .text-heading {
        margin-bottom: 10px;
        font-size: 43px;
    }

    .future-sec-sub-hdg {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .future-sec-sub-hdg {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .future-rgt-blk p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .future-rgt-blk .hm-blk-list ul li {
        margin: 0 0 10px;
    }

    .future-sec-subtitle {
        font-size: 14px;
        letter-spacing: 5px;
        margin: 0 170px 45px auto;
    }

}

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

    .future-sec-subtitle {
        font-size: 14px;
        letter-spacing: 4px;
        margin: 0 170px 45px auto;
    }

    .future-sec-sub-hdg {
        font-size: 17px;
        margin-bottom: 13px;
    }

    .future-rgt-blk {
        width: 46%;
    }

    .future-lft-blk {
        width: 51%;
    }

}

@media screen and (max-width:1024px) {
    .hm-future-sec .container {
        max-width: 720px;
        margin: 0 auto;
    }

    .hm-future-sec {
        padding: 30px 0 50px;
    }

    .future-sec-subtitle {
        font-size: 14px;
        letter-spacing: 5px;
        margin: 0 auto 25px;
        text-align: center;
    }

    .future-lst {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 25px;
    }

    .future-lft-blk {
        width: 100%;
        max-width: 400px;
    }

    .future-rgt-blk {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .hm-blk-list ul {
        text-align: left;
    }

    .hm-future-sec .text-heading {
        margin-bottom: 16px;
        text-align: center;
        line-height: 1;
    }

    .future-sec-sub-hdg {
        font-size: 19px;
        margin-bottom: 14px;
    }

    .future-rgt-blk p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .future-lft-blk-img img {
        opacity: 85%;
        border-radius: 30px 30px 70px 30px;
    }

    .future-lft-top-img {
        bottom: 0;
        right: 0;
        left: inherit;
        width: 100%;
        max-width: 120px;
    }

    .future-rgt-blk .hm-blk-list {
        margin: 0 auto 30px;
        text-align: center;
        max-width: 500px;
    }

}

@media screen and (max-width:768px) {
    .hm-future-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .future-sec-subtitle {
        font-size: 14px;
        line-height: 1.7;
        letter-spacing: 4px;
        max-width: 480px;
        margin: 0 auto 20px;
    }

    .future-sec-sub-hdg {
        font-size: 19px;
        line-height: 1.4;
        margin-bottom: 12px;
    }

    .hm-future-sec .text-heading {
        margin-bottom: 14px;
    }

    .future-rgt-blk .hm-blk-list {
        text-align: left;
    }
}

@media screen and (max-width:480px) {
    .future-sec-subtitle {
        letter-spacing: 2px;
        margin: 0 auto 20px;
    }

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

    .future-lst {
        gap: 20px;
    }

    .future-lft-top-img {
        max-width: 100px;
    }

    .future-lft-blk-img img {
        border-radius: 20px 20px 50px 20px;
    }

}

/* future section ends */

/*  Defend Section */

/* .hm-defend-sec {
    padding: 98px 0px 220px;
    background-image: url(../images/defend-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
} */

.hm-defend-sec {
    padding: 98px 0px 220px;
    /* background-image: url(../images/defend-sec-bg.webp); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 20px !important;
    padding-bottom: 50px !important;
    background-color: #060503;
}

.hm-defend-sec .text-heading {
    font-size: 42px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    color: #e5b251;
    line-height: 1;
    letter-spacing: 0px;
    margin-bottom: 21px;
}

.defend-list {
    display: flex;
    justify-content: center;
    margin: 38px auto 0px;
    max-width: 1280px;
    justify-content: space-around;
}

/* .defend-item {
    width: 32.13%;
    background-image: url(../images/defend-item-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    place-items: center;
    padding: 107px 30px;
} */

/* .defend-item:nth-child(2) {
    background-image: url(../images/defend-center-item-bg-img.webp);
    margin: 0 -40px;
    z-index: 1;
} */

.defend-item:nth-child(2) .defend-title {
    color: #fff;
}

.defend-img {
    width: max-content;
    margin: 0 auto 30px;
}

.defend-img img {
    display: block;
    width: 100%;
    max-width: 112px;
}

/* .defend-title {
    font-size: 50px;
    font-family: 'Frank Ruhl Libre';
    font-weight: 400;
    color: #000000;
    line-height: 1;
    letter-spacing: -1px;
} */
.defend-title {
    font-size: 28px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 9px;
    text-transform: uppercase;
}

/* Defend Sec Responsive */

@media screen and (max-width:1680px) {
    /* .defend-item {
        padding: 95px 30px;
    }

    .defend-title {
        font-size: 45px;
    }

    .hm-defend-sec {
        padding: 80px 0px 200px;
    }

    .defend-item:nth-child(2) {
        margin: 0 -38px;
    }

    .defend-list {
        margin: 35px auto 0px;
        max-width: 1180px;
    } */
}

@media screen and (max-width:1550px) {
    /* .hm-defend-sec {
        padding: 70px 0px 180px;
    }

    .defend-item {
        padding: 85px 30px;
    }

    .defend-title {
        font-size: 42px;
    }

    .defend-list {
        margin: 31px auto 0px;
        max-width: 1110px;
    }

    .defend-img {
        margin: 0 0 18px;
    } */

    .defend-img img {
        max-width: 92px;
    }

    .defend-img {
        margin: 0 auto 22px;
    }

    .defend-title {
        font-size: 24px;
    }

    .hm-defend-sec .text-heading {
        font-size: 36px;
    }
}

@media screen and (max-width:1440px) {
    /* .hm-defend-sec {
        padding: 65px 0px 165px;
    }

    .defend-item {
        padding: 67px 26px;
    }

    .defend-title {
        font-size: 38px;
    }

    .defend-img img {
        transform: scale(0.9);
    }

    .defend-list {
        margin: 28px auto 0px;
        max-width: 1000px;
    } */
}

@media screen and (max-width:1366px) {
    /* .hm-defend-sec {
        padding: 55px 0px 150px;
    }

    .defend-list {
        margin: 25px auto 0px;
        max-width: 970px;
    }

    .defend-item {
        padding: 68px 25px;
    }

    .defend-item:nth-child(2) {
        margin: 0 -32px;
    }

    .defend-img {
        margin: 0 0 16px;
    }

    .defend-title {
        font-size: 34px;
        letter-spacing: -0.6px;
    } */

    .defend-img img {
        max-width: 72px;
    }

    .hm-defend-sec .text-heading {
        font-size: 32px;
    }

    .defend-title {
        font-size: 22px;
        letter-spacing: 6px;
    }
}

@media screen and (max-width:1280px) {
    /* .defend-list {
        max-width: 930px;
    }

    .defend-item {
        padding: 63px 20px;
    }

    .hm-defend-sec {
        padding: 50px 0px 130px;
    }

    .defend-img {
        margin: 0 0 14px;
    }

    .defend-img img {
        transform: scale(0.8);
    }

    .defend-title {
        font-size: 30px;
        letter-spacing: -0.3px;
    }

    .defend-item:nth-child(2) {
        margin: 0 -42px;
    } */
}

@media screen and (max-width:1024px) {
    /* .hm-defend-sec {
        padding: 50px 0;
        background-image: url(../images/defend-sec-mob-bg-img.webp);
    }

    .defend-list {
        width: 100%;
        margin: 0 auto;
        max-width: 320px;
    }

    .defend-title {
        font-size: 40px;
        letter-spacing: 0;
        color: #fff;
    } */

    .defend-list.owl-carousel .owl-nav.disabled {
        display: none;
    }

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

    .defend-list.owl-carousel .owl-dot {
        background-color: #fff;
        height: 12px;
        width: 12px;
        border-radius: 50%;
        margin: 0 3px;
    }

    .defend-list.owl-carousel .owl-dot.active {
        background-color: #e1af50;
    }

    /* .defend-img img {
        transform: scale(0.9);
        filter: brightness(0) invert(1);
    } */

    .defend-item {
        background-image: none;
        border-radius: 0;
        background-color: #e1af50;
        outline: 2px solid #000;
        outline-offset: -10px;
        padding: 40px 20px;
        width: 100%;
        max-width: 350px;
        margin: auto;
        text-align: center;
    }
}

@media screen and (max-width:768px) {
    .hm-defend-sec {
        padding: 40px 0 !important;
    }

    .defend-list {
        margin: 18px auto 0px;
    }
}

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

    .hm-defend-sec .text-heading {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .defend-title {
        font-size: 23px;
    }

}

/* Testimonials Section Starts */

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

.hm-testi-blk {
    position: relative;
    padding: 0 4.2%;
    padding-top: 55px;
}

.hm-testimonials {
    text-align: center;
    position: relative;
    margin: 00 !important;
}

.hm-testi-blk::before {
    position: absolute;
    content: "";
    border: 2px solid #e6e6e6;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100% !important;
    pointer-events: none;
}

.reviews-widget {
    padding: 50px 0;
    position: relative;
    z-index: 99;
}

.hm-testimonials .text-heading {
    margin-bottom: 0;
    position: relative;
    z-index: 3;
}

.hm-testi-title {
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    text-transform: uppercase;
    color: #e5b251;
    line-height: 1;
    letter-spacing: 3.6px;
    margin-bottom: 10px;
}

.star-rat {
    width: 100%;
    max-width: 206px;
    margin-bottom: 15px;
}

.star-rat img {
    width: 100%;
    display: block;
}

.description {
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    color: #060503;
    letter-spacing: 0px;
    text-align: left;
    line-height: 2.11;
    margin-bottom: 30px;
}

.author {
    font-size: 30px;
    font-family: 'Frank Ruhl Libre';
    font-weight: 400;
    color: #060503;
    line-height: 1;
    text-align: left;
    letter-spacing: -0.6px;
    position: absolute;
    left: 75px;
    bottom: 38px;
}

.hm-testimonials .hm-testi-item {
    position: relative;
    background: #ffffff;
    padding: 56px 60px 66px 75px;
    border: 1px solid #cdcdcd;
    box-shadow: 0.877px 1.798px 32px 0px rgba(0, 0, 0, 0.08);
    background-image: url(../images/testimonial-quotes-img.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 343px 295px;
    z-index: 0;
    height: 100%;
}

.hm-testi-itm-wrapper {
    position: relative;
    padding: 30px;
}

.testi-blk.owl-carousel .owl-stage,
.testi-blk.owl-carousel .owl-item {
    display: flex;
}

.testi-blk.owl-carousel .owl-item {
    padding: 0 0 0 3px;
}

.hm-testi-item::before {
    position: absolute;
    content: "";
    background-color: #dcab4e;
    width: 85%;
    height: 6px;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    display: none;
}

.hm-testimonials .hm-testi-item:hover:before {
    display: block;
}

.hm-testimonials .testi-blk .owl-nav button span {
    font-size: 0;
    line-height: 0;
    font-weight: bold;
}

.hm-testimonials .testi-blk {
    background-color: #ffffff;
    padding: 0 0 12px;
}

.hm-testimonials .testi-blk .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 37.9%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -62px;
    z-index: 1;
}

.hm-testimonials .testi-blk .owl-nav button {
    background: #e5b252;
    background-image: url(../images/left-arrow-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 23px;
    border: 3px solid transparent;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    position: relative;
    z-index: 1;
}

.hm-testimonials .testi-blk .owl-nav button:hover {
    background: transparent;
    background-image: url(../images/rgt-arrow-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 23px;
    border: 3px solid #000;
}

.hm-testimonials .testi-blk .owl-nav button.owl-next {
    rotate: 180deg;
}

.hm-testimonials .testi-blk .owl-nav button.owl-next:hover {
    rotate: 0deg;
}

.hm-testimonials .testi-blk .owl-nav button.owl-prev:hover {
    rotate: 180deg;
}

.hm-testimonials .testi-btn a.cmn-btn {
    position: relative;
    z-index: 1;
}

.hm-testimonials .testi-btn {
    text-align: center;
}

.hm-testimonials .testi-blk .owl-nav button:hover span {
    color: #fff;
}


/* Testimonials responsive */

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

@media screen and (max-width:1680px) {
    .hm-testimonials .container {
        max-width: 1488px;
    }

    .hm-testimonials {
        margin: -100px 0 0;
    }

    .hm-testi-blk {
        padding-top: 50px;
    }

    .hm-testi-itm-wrapper {
        padding: 24px;
    }

    .hm-testi-title {
        font-size: 17px;
        letter-spacing: 3.2px;
    }

    .hm-testimonials .hm-testi-item {
        padding: 50px 50px 58px 65px;
        background-size: 323px 270px;
    }

    .star-rat {
        max-width: 200px;
    }

    .description {
        font-size: 17px;
        margin-bottom: 27px;
    }

    .hm-testi-blk::before {
        height: 334px;
    }

    .author {
        left: 65px;
        bottom: 30px;
    }

    .hm-testimonials .testi-blk .owl-nav {
        bottom: -56px;
    }

    .hm-testimonials .testi-blk .owl-nav button {
        width: 56px;
        height: 56px;
    }


}

@media screen and (max-width:1550px) {
    .hm-testimonials .container {
        max-width: 1374px;
    }

    .hm-testimonials {
        margin: -80px 0 0;
    }

    .hm-testimonials .hm-testi-item {
        padding: 45px 47px 55px 60px;
        background-size: 313px 260px;
    }

    .star-rat {
        max-width: 190px;
    }

    .author {
        font-size: 26px;
        left: 60px;
        bottom: 30px;
    }

    .hm-testimonials .testi-blk .owl-nav button {
        width: 54px;
        height: 54px;
    }

    .hm-testimonials .testi-blk .owl-nav {
        bottom: -55px;
    }

    .hm-testi-blk::before {
        height: 314px;
    }

    .hm-testi-itm-wrapper {
        padding: 22px;
    }
}

@media screen and (max-width:1440px) {
    .hm-testimonials .container {
        max-width: 1276px;
    }

    .hm-testimonials {
        margin: -65px 0 0;
    }

    .hm-testi-blk {
        padding-top: 45px;
    }

    .hm-testi-title {
        font-size: 16px;
        letter-spacing: 2.8px;
    }

    .hm-testimonials .hm-testi-item {
        padding: 40px 42px 50px 55px;
        background-size: 290px 250px;
        box-shadow: 0.877px 1.798px 25px 0px rgba(0, 0, 0, 0.08);
    }

    .star-rat {
        max-width: 170px;
        margin-bottom: 12px;
    }

    .description {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .author {
        font-size: 24px;
        left: 55px;
        bottom: 30px;
    }

    .hm-testi-item::before::before {
        height: 4px;
        bottom: -4px;
    }

    .hm-testi-blk::before {
        height: 294px;
    }

    .hm-testi-itm-wrapper {
        padding: 21px;
    }

    .hm-testimonials .testi-blk {
        padding: 0 0 8px;
    }

    .hm-testimonials .testi-blk .owl-nav button {
        background-size: 12px 19px;
        width: 50px;
        height: 50px;
    }

    .hm-testimonials .testi-blk .owl-nav {
        bottom: -51px;
    }

    .hm-testimonials .testi-blk .owl-nav button:hover {
        background-size: 12px 19px;
    }

}

@media screen and (max-width:1366px) {
    .hm-testimonials .container {
        max-width: 1210px;
    }

    .hm-testimonials {
        margin: -55px 0 0;
    }

    .hm-testi-title {
        letter-spacing: 2.5px;
    }

    .hm-testimonials .text-heading {
        margin-bottom: 5px;
    }

    .hm-testimonials .hm-testi-item {
        padding: 35px 35px 45px;
        background-size: 270px 235px;
    }

    .star-rat {
        max-width: 150px;
        margin-bottom: 10px;
    }

    .description {
        font-size: 15px;
        margin-bottom: 22px;
    }

    .author {
        font-size: 22px;
        left: 35px;
        bottom: 27px;
    }

    .hm-testimonials .testi-blk .owl-nav button {
        background-size: 10px 17px;
        width: 45px;
        height: 45px;
    }

    .hm-testimonials .testi-blk .owl-nav button:hover {
        background-size: 10px 17px;
    }

    .hm-testimonials .testi-blk .owl-nav {
        bottom: -46px;
    }

    .hm-testimonials .testi-blk {
        padding: 0 0 7px;
    }

    .hm-testi-itm-wrapper {
        padding: 19px;
    }

    .hm-testi-blk::before {
        height: 275px;
    }

    .hm-testi-blk {
        padding-top: 40px;
    }

}

@media screen and (max-width:1280px) {
    .hm-testimonials .container {
        max-width: 1110px;
    }

    .hm-testi-blk {
        padding-top: 40px;
    }

    .hm-testi-title {
        font-size: 15px;
        letter-spacing: 2.2px;
    }

    .hm-testimonials .hm-testi-item {
        padding: 30px 30px 40px;
        background-size: 240px 200px;
        box-shadow: 0.877px 1.798px 21px 0px rgba(0, 0, 0, 0.08);
    }

    .description {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .star-rat {
        max-width: 140px;
        margin-bottom: 8px;
    }

    .author {
        font-size: 20px;
        left: 30px;
        bottom: 23px;
    }

    .hm-testimonials .testi-blk .owl-nav button {
        background-size: 8px 13px;
        width: 42px;
        height: 42px;
    }

    .hm-testimonials .testi-blk .owl-nav button:hover {
        background-size: 8px 13px;
        border-width: 2px;
    }

    .hm-testimonials .testi-blk .owl-nav {
        bottom: -42px;
    }

    .hm-testi-itm-wrapper {
        padding: 17px;
    }

    .reviews-widget {
        padding: 50px 0 0;
    }

}

@media screen and (max-width:1180px) {
    .hm-testimonials .container {
        max-width: 990px;
    }

    .hm-testimonials .testi-blk .owl-nav {
        bottom: -42px;
        width: 42.9%;
    }

}

@media screen and (max-width:1024px) {
    .hm-testimonials .container {
        max-width: 720px;
    }

    .hm-testimonials {
        padding: 50px 0;
        margin: 0;
    }

    .hm-testi-blk {
        padding: 0px;
    }

    .hm-testi-blk::before {
        display: none;
    }

    .hm-testimonials .hm-testi-item {
        padding: 30px 20px;
        background-size: 210px 200px;
        box-shadow: none;
    }

    .author {
        font-size: 19px;
        left: 23px;
        bottom: 20px;
    }

    .star-rat {
        max-width: 135px;
    }

    .hm-testimonials .testi-blk .owl-nav {
        bottom: 0;
        width: 100%;
        justify-content: center;
        gap: 10px;
        position: inherit;
        margin: 20px 0;
    }

    .hm-testimonials .testi-blk .owl-nav button {
        width: 40px;
        height: 40px;
        background-size: 8px 13px;
    }

    .hm-testimonials .testi-blk {
        padding: 0px;
    }

    .hm-testimonials .testi-blk .owl-nav button:hover {
        background-size: 8px 13px;
    }

    .hm-testi-itm-wrapper {
        padding: 0;
        max-width: 600px;
        margin: 0 auto;
    }

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

    .reviews-widget {
        padding: 0;
    }

    .ti-widget.ti-goog .ti-col-1 .ti-reviews-container,
    .ti-widget.ti-goog .ti-col-1 .ti-footer {
        margin: 0 !important;
    }
}

@media screen and (max-width:768px) {
    .hm-testimonials .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .hm-testi-title {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .hm-testimonials .hm-testi-item {
        padding: 20px 30px 50px;
        background-size: 190px 180px;
    }

    .star-rat {
        max-width: 145px;
    }

    .description {
        font-size: 15px;
        line-height: 1.81;
    }

    .author {
        font-size: 22px;
        left: 32px;
        bottom: 28px;
    }

    .hm-testimonials .testi-blk .owl-nav button {
        width: 36px;
        height: 36px;
    }

    .hm-testimonials .testi-blk .owl-nav button:hover {
        background-size: 8px 13px;
    }
}

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

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

    .star-rat {
        max-width: 120px;
        margin-bottom: 5px;
    }

    .description {
        font-size: 14px;
        line-height: 1.8;
    }

    .hm-testimonials .hm-testi-item {
        padding: 20px 15px 40px;
        background-size: 170px 150px;
        width: 100%;
    }

    .author {
        font-size: 21px;
        left: 15px;
        bottom: 19px;
    }

    .hm-testimonials .text-heading {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .hm-testimonials .testi-blk .owl-nav button {
        width: 34px;
        height: 34px;
        margin: 0 3px;
    }
}

/* Testimonials Section Ends */


/* Defense Section */

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

.hm-defense-sec .defense-title {
    font-family: 'Frank Ruhl Libre';
    font-weight: 400;
    font-size: 130px;
    line-height: 0.9;
    letter-spacing: -2.6px;
    color: #1f1e1d;
    margin: 0 0 26px;
    padding: 0 0 28px;
    text-align: center;
    position: relative;
}

.defense-title strong {
    font-weight: 400;
    font-size: 100px;
    letter-spacing: -2px;
    display: block;
}

.defense-title::after {
    position: absolute;
    content: "";
    background-color: #e5b251;
    width: 100%;
    height: 2px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.defense-img img {
    width: 100%;
    display: block;
    height: auto;
}

.defense-blk {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1016px;
}

.defense-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.defense-call-btn a.cmn-btn {
    padding: 22px 43px 24px;
}

.defense-call-btn a.cmn-btn:hover,
.defense-scdl-btn a.cmn-btn:hover {
    background-color: #fff;
}

.hm-defense-sec::before {
    position: absolute;
    content: "";
    background-image: url(../images/defense-before-img.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 28%;
    height: 54.6%;
    left: 100px;
    top: -60px;
    bottom: 0;
    margin: auto;
    z-index: 0;
    pointer-events: none;
}

.defense-img {
    margin: -110px 0 0;
    position: relative;
    z-index: -1;
}

/* Defense Sec Responsive */

@media screen and (max-width:1680px) {
    .defense-call-btn a.cmn-btn {
        padding: 19px 40px;
    }

    .defense-title strong {
        font-size: 92px;
        letter-spacing: -1.6px;
    }

    .defense-img {
        margin: -90px 0 0;
    }

    .hm-defense-sec .defense-title {
        letter-spacing: -2px;
        font-size: 120px;
        margin: 0 0 24px;
        padding: 0 0 25px;
    }

    .defense-blk {
        max-width: 946px;
    }

    .hm-defense-sec::before {
        transform: scale(0.9);
        left: 50px;
    }
}

@media screen and (max-width:1550px) {
    .defense-call-btn a.cmn-btn {
        padding: 17px 35px;
    }

    .hm-defense-sec .defense-title {
        letter-spacing: -1.7px;
        font-size: 110px;
        margin: 0 0 22px;
        padding: 0px 0 22px;
    }

    .defense-title strong {
        font-size: 85px;
        letter-spacing: -1.4px;
    }

    .defense-blk {
        max-width: 866px;
    }

    .defense-img {
        margin: -80px 0 0;
    }
}

@media screen and (max-width:1440px) {
    .defense-call-btn a.cmn-btn {
        padding: 16px 32px;
    }

    .hm-defense-sec .defense-title {
        letter-spacing: -1.4px;
        font-size: 105px;
        margin: 0 0 20px;
        padding: 0px 0 20px;
    }

    .defense-title strong {
        font-size: 80px;
        letter-spacing: -1px;
    }

    .defense-blk {
        max-width: 826px;
    }

    .defense-img {
        margin: -70px 0 0;
    }

    .hm-defense-sec::before {
        left: 44px;
    }
}

@media screen and (max-width:1366px) {
    .hm-defense-sec .defense-title {
        font-size: 98px;
        margin: 0 0 18px;
        padding: 0 0 15px;
        letter-spacing: -1px;
    }

    .defense-title strong {
        letter-spacing: -0.6px;
        font-size: 75px;
    }

    .defense-blk {
        max-width: 786px;
    }

    .defense-btns {
        gap: 15px;
    }

    .defense-call-btn a.cmn-btn {
        padding: 15px 27px;
    }

    .hm-defense-sec::before {
        left: 38px;
        top: -70px;
    }

    .defense-img {
        margin: -60px 0 0;
    }
}

@media screen and (max-width:1280px) {
    .hm-defense-sec .defense-title {
        font-size: 88px;
        margin: 0 0 16px;
        letter-spacing: -0.6px;
    }

    .defense-title strong {
        letter-spacing: -0.3px;
        font-size: 72px;
    }

    .defense-call-btn a.cmn-btn {
        padding: 13px 24px;
    }

    .hm-defense-sec::before {
        transform: scale(0.85);
        left: -8px;
        top: -80px;
    }

    .defense-img {
        margin: -50px 0 0;
    }

    .defense-blk {
        max-width: 706px;
    }
}

@media screen and (max-width:1024px) {
    .hm-defense-sec .defense-title {
        font-size: 74px;
        letter-spacing: 0px;
    }

    .defense-title strong {
        letter-spacing: 0px;
        font-size: 60px;
    }

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

    .defense-img {
        margin: 0;
    }

    .defense-blk {
        max-width: 600px;
        top: 0;
        margin: 0 auto -200px;
        position: relative;
    }
}

@media screen and (max-width:768px) {
    .hm-defense-sec .defense-title {
        font-size: 50px;
        margin: 0 0 20px;
        padding: 0px 0 10px;
    }

    .defense-title strong {
        font-size: 45px;
    }

    .defense-btns {
        gap: 15px;
        flex-wrap: wrap-reverse;
    }

    .defense-call-btn a.cmn-btn {
        padding: 11px 24px;
    }

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

    .defense-blk {
        max-width: 410px;
        position: relative;
        margin: 0 auto -115px;
        top: 0;
    }
}

@media screen and (max-width:480px) {
    .hm-defense-sec .defense-title {
        font-size: 35px;
        margin: 0 0 15px;
        padding: 0px 0 7px;
    }

    .defense-title strong {
        font-size: 32px;
    }

    .defense-call-btn a.cmn-btn {
        padding: 10px 20px;
    }

    .defense-btns {
        gap: 10px;
    }

    .defense-blk {
        max-width: 288px;
    }
}

/* defense section ends */