/* Banner Section */
.banner-sec {
    position: relative
}

.banner-sec .container {
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding: 0;
}

/*.bnr-cnt {
    position: absolute;
    top: 325px;
    left: 0;
    right: 0;
}*/
.bnr-cnt {
    position: absolute;
    top: 185px;
    left: 0;
    right: 0;
}

/*.florida-text {
    font-family: 'Aoboshi One';
    font-weight: 400;
    font-size: 367px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    color: rgb(255 255 255 / 4%);
}*/
.florida-text {
    font-family: 'Aoboshi One';
    font-weight: 400;
    font-size: 200px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    color: rgb(255 255 255 / 85%);
}

/*.bnr-heading {
    font-family: 'Aoboshi One';
    font-weight: 400;
    font-size: 110px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    margin: -195px 0 0;
}*/
.bnr-heading {
    font-family: 'Aoboshi One';
    font-weight: 400;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    margin: 0;
}

.hm-award-item {
    position: relative;
    margin: 0 2px;
}

.bnr-img.mbl {
    display: none;
}

/*Home Banner Responsive*/

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

.florida-text {
    font-size: 150px;
}

    .bnr-heading {
        font-size: 70px;
    }
.bnr-cnt {
    top: 175px;
}


}

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

.florida-text {
    font-size: 140px;
}

.bnr-cnt {
    top: 165px;
}
.bnr-heading {
    font-size: 60px;
}

}

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

.florida-text {
    font-size: 120px;
}
.bnr-heading {
    font-size: 50px;
}

}

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

.florida-text {
    font-size: 110px;
}

.bnr-cnt {
    top: 155px;
}

}


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

.florida-text {
    font-size: 100px;
}

.bnr-heading {
    font-size: 50px;
}
.bnr-cnt {
    top: 140px;
}

}

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

.florida-text {
    font-size: 80px;
}

.bnr-heading {
    font-size: 40px;
}
.bnr-cnt {
    top: 120px;
}


}

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

    .florida-text {
        font-size: 140px;
        color: rgb(255 255 255 / 10%);
    }

    .bnr-heading {
        font-size: 42px;
        margin: -100px 0 0;
    }

.bnr-cnt {
    top: 115px;
}

    .bnr-heading {
        font-size: 40px;
        margin: 0;
        line-height: 1.2;
    }

    .bnr-img {
        display: none;
    }

.bnr-img.mbl {
    display: block;
}

    .hm-banner-sec {
        padding-top: 60px;
    }


.florida-text {
    font-size: 60px;
    color: rgb(255 255 255 / 80%);
}


}

@media screen and (max-width: 991px) {
.bnr-cnt {
    top: 105px;
}
.banner-sec {
    padding-top: 40px;
}
.bnr-heading {
    font-size: 35px;
}

}

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


    .banner-sec {
        position: relative;
        padding-top: 110px;
    }

.florida-text {
    font-size: 48px;
    color: rgb(255 255 255 / 90%);
}

.bnr-heading {
    margin: 0;
    line-height: 1.1;
}

    .hm-banner-sec {
        padding-top: 0;
    }

.bnr-list {
    padding: 80px 0 205px;
    background-image: url(../images/mob-banner-img.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.bnr-cnt {
/*    top: 150px;*/
position: unset;
}
.bnr-img.mbl {
    display: none;
}
.bnr-heading {
    font-size: 30px;
}


}

@media screen and (max-width: 680px) {
.bnr-list {
    padding: 60px 0 165px;
}

}

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

    .florida-text {
        font-size: 40px;
    }

    .banner-sec {
        padding-top: 80px;
    }

.bnr-list {
    padding: 70px 0 135px;
}
.bnr-cnt {
    margin: 0;
}
.bnr-heading {
    font-size: 21px;
}

}



/* Home Award Section */
.hm-award-sec {
    padding: 95px 2.6% 0;
}

.hm-award-sec .container {
    max-width: 100%;
}

.hm-award-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hm-award-list.owl-carousel .owl-stage {
    padding: 35px 0;
}

.hm-award-list.owl-carousel .hm-award-item img {
    width: 100%;
    display: block;
}

.hm-award-item::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #bbd4e6;
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hm-award-item:hover::before {
    border: 2px solid #5996c2;
}

.hm-award-item:hover {
    box-shadow: 0 0 35px rgba(9, 71, 96, 0.33);
}

.hm-award-list.owl-carousel .owl-nav {
    justify-content: space-between;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: max-content;
    z-index: -1;
}

.hm-award-list {
    position: relative;
    padding: 0 56px;
}

.hm-award-list.owl-carousel .owl-nav button.owl-prev,
.hm-award-list.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/arrow-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 42px;
    height: 37px;
    font-size: 0;
}

.hm-award-list.owl-carousel .owl-nav button.owl-next {
    rotate: 180deg;
}

.hm-award-list.owl-carousel .owl-nav button.owl-prev:hover,
.hm-award-list.owl-carousel .owl-nav button.owl-next:hover {
    background-image: url(../images/arrow-hvr-lft-img.webp);
}

.hm-award-list.owl-carousel .owl-stage-outer {
    padding: 0;
}


/*Home Award Responsive*/

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

    .hm-award-sec {
        padding: 75px 2.6% 0;
    }


}

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

    .hm-award-list.owl-carousel .owl-stage {
        padding: 25px 0;
    }

    .hm-award-sec {
        padding: 60px 2.4% 0;
    }


}

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

    .hm-award-sec {
        padding: 50px 2% 0;
    }


}

@media screen and (max-width: 1440px) {
    .hm-award-sec {
        padding: 40px 1.8% 0;
    }

    .hm-award-list {
        padding: 0 55px;
    }

    .hm-award-list.owl-carousel .owl-nav button.owl-prev,
    .hm-award-list.owl-carousel .owl-nav button.owl-next {
        transform: scale(0.9);
    }

}

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

    .hm-award-sec {
        padding: 25px 1.6% 0;
    }

    .hm-award-item:hover {
        box-shadow: 0 0 21px rgba(9, 71, 96, 0.33);
    }

    .hm-award-item:hover {
        box-shadow: 0 0 21px rgba(9, 71, 96, 0.33);
    }

    .hm-award-list.owl-carousel .owl-nav button.owl-prev,
    .hm-award-list.owl-carousel .owl-nav button.owl-next {
        transform: scale(0.8);
    }

    .hm-award-list {
        padding: 0 51px;
    }

}

@media screen and (max-width: 1024px) {
    .hm-award-sec .container {
        max-width: 720px;
        padding: 0 10px;
    }

    .hm-award-list.owl-carousel .owl-nav {
        position: inherit;
        justify-content: center;
        gap: 20px;
    }

    .hm-award-list {
        padding: 0;
    }

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


}

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


    .hm-award-item {
        width: 100%;
        max-width: 200px;
        margin: auto;
    }

    .hm-award-list {
        padding: 0;
    }

    .hm-award-list.owl-carousel .owl-nav {
        position: initial;
        justify-content: center;
        gap: 25px;
    }

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

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

}

@media screen and (max-width:480px) {
    .hm-award-list.owl-carousel .owl-stage {
        padding: 0px 0 20px;
    }

}

/* List Section */
.hm-attorney-adam-wolfe-sec {
    padding: 60px 0;
}
.hm-attorney-adam-wolfe-sec .container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}
.hm-attorney-adam-wolfe-sec ul {
    margin: 0px;
}
.hm-attorney-adam-wolfe-sec ul li {
    padding-left: 25px;
    position: relative;
    font-size: 22px;
    line-height: 1.4;
    color: #000;
    letter-spacing: 0px;
    margin: 0 0 20px 0;
    font-weight: 400;
    font-family: 'Mona Sans', sans-serif;
}
.hm-attorney-adam-wolfe-sec ul li:before {
    background: #03749c;
    width: 12px;
    height: 12px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 9px;
}
.hm-attorney-adam-wolfe-sec ul li a {
    text-decoration: none;
    color: #01a07a;
    font-weight: 500;
}
.hm-accolds-contnt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.hm-accolds-contnt .hm-attry-image {
    width: 50%;
    background-image: url(../images/single-prfile-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 50px 0;
    border: 2px solid #027e94;
}
.hm-accolds-lst h2.text-heading {
    font-size: 55px;
}
.hm-accolds-lst h2.text-heading strong {
    font-weight: inherit;
    display: inline-block;
    background: -webkit-linear-gradient(left, #03749c, #00a775);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}


@media screen and (max-width: 1440px) {
    .hm-attorney-adam-wolfe-sec .container {
        max-width: 1200px;
    }
    .hm-attorney-adam-wolfe-sec ul li {
    font-size: 20px;
}
.hm-accolds-lst h2.text-heading {
    font-size: 45px;
}
}
@media screen and (max-width: 1366px) {
    .hm-attorney-adam-wolfe-sec .container {
        max-width: 1100px;
    }
    .hm-accolds-lst h2.text-heading {
    font-size: 36px;
}
.hm-attorney-adam-wolfe-sec ul li {
    font-size: 18px;
    margin: 0 0 15px 0;
}
.hm-attorney-adam-wolfe-sec ul li:before {
    top: 7px;
}
.hm-attorney-adam-wolfe-sec {
    padding: 40px 0 0;
}
}
@media screen and (max-width: 1280px) {
    .hm-attorney-adam-wolfe-sec .container {
        max-width: 960px;
    }
    .hm-accolds-lst h2.text-heading {
    font-size: 30px;
}
.hm-accolds-contnt {
    gap: 30px;
}
.hm-attorney-adam-wolfe-sec ul li {
    padding-left: 20px;
    font-size: 16px;
}
.hm-attorney-adam-wolfe-sec ul li:before {
    width: 10px;
    height: 10px;
    top: 6px;
}
}
@media screen and (max-width: 1024px) {
    .hm-attorney-adam-wolfe-sec .container {
        max-width: 720px;
    }
.hm-accolds-contnt {
    gap: 20px;
    flex-direction: column;
    align-items: center;
}
.hm-accolds-contnt .hm-attry-image {
    width: 100%;
    padding: 40px 20px 0;
    max-width: 350px;
    margin: 0 auto;
}
}




/* Home Eexperience Section */

/*.hm-experience-sec {
    padding: 80px 0 140px;
    position: relative;
    z-index: 1;
    background-image: url(../images/hm-experience-bg.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}*/
.hm-experience-sec {
    padding: 60px 0 140px;
    position: relative;
    z-index: 1;
    background-image: url(../images/hm-experience-bg.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}

/*.hm-experience-sec::before {
    position: absolute;
    background-color: rgba(0, 139, 194, 0.15);
    width: 28.5%;
    height: 75.5%;
    content: "";
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
    right: 0px;
    bottom: 140px;
}*/
.hm-experience-sec::before {
    position: absolute;
    background-color: rgba(0, 139, 194, 0.15);
    width: 32.5%;
    height: 75.5%;
    content: "";
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
    right: 0px;
    bottom: 140px;
}


.hm-experience-sec .container {
    padding: 0 0 0 11%;
}


.hm-experience-sec .text-heading strong {
    font-weight: inherit;
    display: inline-block;
    background: -webkit-linear-gradient(left, #03749c, #00a775);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*.hm-experience-list {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 120px;
    align-items: start;
}*/
.hm-experience-list {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 0;
    align-items: start;
}

/*.hm-experience-cnt {
    width: 42.5%;
}*/

.hm-experience-cnt {
    width: 45%;
}

/*.hm-experience-cnt p {
    font-family: 'Mona Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 40px;
}*/

.hm-experience-cnt p {
    font-family: 'Mona Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 20px;
}

.hm-experience-img {
    width: 42%;
    margin-top: -60px;
}

.hm-experience-img img {
    width: 100%;
    display: block;
}
.hm-experience-img-two {
    position: absolute;
    bottom: 0;
    right: 350px;
    width: 30%;
}

.hm-experience-btn-list {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    flex-wrap: wrap-reverse;
}

.hm-experience-btn.hm-exprc-btn-two a.cmn-btn {
    padding: 24px 53px 24px 90px;
    color: #031117;
}

.hm-experience-btn.hm-exprc-btn-two a.cmn-btn::before {
    border-image: linear-gradient(to top, #00a676 0%, #02769b 100%) 1;
    border-width: 2px;
    border-style: solid;
    background: #fff;
}

.hm-experience-btn.hm-exprc-btn-two a.cmn-btn::after {
    position: absolute;
    content: "";
    background-image: url(../images/call-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 28px;
    height: 28px;
    left: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hm-experience-btn.hm-exprc-btn-two a.cmn-btn:hover {
    background: -webkit-linear-gradient(left, #03749c, #00a775);
    background-clip: text;
    color: #038d62;
}






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

.hm-experience-cnt p {
    font-size: 17px;
    line-height: 1.6;
}

/*    .hm-experience-img-two {
        right: 196px;
    }*/

    .hm-experience-img {
        margin-top: -55px;
    }

.hm-experience-btn.hm-exprc-btn-two a.cmn-btn {
    padding: 18px 50px 18px 82px;
}

    .hm-experience-btn.hm-exprc-btn-two a.cmn-btn::after {
        width: 26px;
        height: 26px;
        left: 44px;
    }

/*    .hm-experience-list {
        padding-bottom: 115px;
    }*/

    .hm-experience-sec {
        padding: 70px 0 125px;
    }

    .hm-experience-sec::before {
        bottom: 125px;
    }


}

@media screen and (max-width:1680px) {
    .hm-experience-btn-list {
        gap: 8px;
    }

.hm-experience-cnt {
    width: 46%;
}


.hm-experience-btn.hm-exprc-btn-two a.cmn-btn {
    padding: 16px 50px 16px 70px;
}

    .hm-experience-btn.hm-exprc-btn-two a.cmn-btn::after {
        width: 23px;
        height: 23px;
        left: 40px;
    }

    .hm-experience-img {
        margin-top: -42px;
        width: 46%;
    }

.hm-experience-img-two {
    right: 280px;
}


    .hm-experience-sec {
        padding: 55px 0 110px;
    }

    .hm-experience-sec::before {
        bottom: 110px;
    }


}

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


    .hm-experience-btn.hm-exprc-btn-two a.cmn-btn {
        padding: 18px 38px 18px 66px;
    }

    .hm-experience-btn.hm-exprc-btn-two a.cmn-btn::after {
        width: 21px;
        height: 21px;
        left: 35px;
    }

.hm-experience-img {
    margin-top: -36px;
    width: 42%;
}


    .hm-experience-sec {
        padding: 48px 0 100px;
    }

    .hm-experience-sec::before {
        bottom: 100px;
    }

.hm-experience-sec .container {
    padding: 0 0 0 8%;
}

.hm-experience-cnt p {
    line-height: 1.6;
}



}

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

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

    .hm-experience-btn.hm-exprc-btn-two a.cmn-btn {
        padding: 17px 32px 17px 60px;
    }

    .hm-experience-btn.hm-exprc-btn-two a.cmn-btn::after {
        width: 20px;
        height: 20px;
        left: 30px;
    }

.hm-experience-img {
    margin-top: -28px;
    width: 46%;
}

.hm-experience-img-two {
    right: 220px;
}
.hm-experience-cnt {
    width: 48%;
}

.hm-experience-sec {
    padding: 60px 0;
}

    .hm-experience-sec::before {
        bottom: 85px;
    }


}

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


    .hm-experience-cnt p {
        font-size: 15px;
    }

    .hm-experience-btn.hm-exprc-btn-two a.cmn-btn {
        padding: 16px 30px 16px 56px;
    }

    .hm-experience-btn.hm-exprc-btn-two a.cmn-btn::after {
        width: 19px;
        height: 19px;
        left: 27px;
    }

.hm-experience-img-two {
    right: 240px;
    width: 26%;
}

    .hm-experience-sec {
        padding: 38px 0 76px;
    }

    .hm-experience-sec::before {
        bottom: 76px;
    }

.hm-experience-cnt {
    width: 49%;
}
.hm-experience-img {
    margin-top: -20px;
}



}

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

    .hm-experience-cnt p {
        font-size: 13px;
        margin: 0px 0 15px;
    }


.hm-experience-img-two {
    right: 210px;
    width: 26%;
}

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

    .hm-experience-sec::before {
        bottom: 65px;
    }

    .hm-experience-btn.hm-exprc-btn-two a.cmn-btn {
        padding: 14px 28px 14px 52px;
    }

    .hm-experience-btn.hm-exprc-btn-two a.cmn-btn::after {
        width: 18px;
        height: 18px;
        left: 26px;
    }
.hm-experience-sec .container {
    padding: 0 0 0 5%;
}



}

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

    .hm-experience-sec .container {
        padding: 0 10px;
    }

    .hm-experience-sec {
        padding: 40px 0;
        text-align: center;
        background-image: none;
    }

    .hm-experience-list {
        padding-bottom: 0px;
        flex-direction: column-reverse;
    }

    .hm-experience-cnt {
        width: 100%;
        margin: 0;
    }

.hm-experience-img {
    width: 100%;
    max-width: 370px;
    margin: 0 auto 20px;
    position: relative;
    background-color: #d9eef6;
    padding: 6px;
}

.hm-experience-img-two {
    left: 0;
    width: 100%;
    max-width: 100px;
    right: auto;
    opacity: 100%;
    bottom: 0;
    background-color: #d9eef6;
    padding: 10px;
}

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

    .hm-experience-btn-list {
        gap: 8px;
        justify-content: center;
        margin-top: 30px;
    }

    .hm-experience-cnt p {
        font-size: 15px;
        margin: 0px 0 15px;
        line-height: 1.65;
    }

    .hm-experience-btn.hm-exprc-btn-two a.cmn-btn {
        padding: 15px 30px 15px 54px;
    }

.hm-experience-img-one img {
    object-fit: cover;
    object-position: top center;
    height: 210px;
}



}

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


    .hm-experience-sec .container {
        padding: 0 10px;
    }

    .hm-experience-img {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 20px;
        position: relative;
        background-color: #d9eef6;
        padding: 4px;
    }

    .hm-experience-img-one img {
        height: 220px;
    }

    .hm-experience-img-two {
        max-width: 100px;
        padding: 6px;
    }



}


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

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





/* Practice Area Section */
/*.hm-pract-sec {
    padding: 0 0 150px;
    position: relative;
    margin: -30px 0 0;
    z-index: 1;
}*/
.hm-pract-sec {
    padding: 0 0 110px;
    position: relative;
    margin: -30px 0 0;
    z-index: 1;
}

.hm-pract-lst {
    display: flex;
    justify-content: center;
    margin: 45px 0 40px;
    gap: 5%;
}

.hm-pract-heading {
    text-align: center;
}

/*.hm-pract-text {
    font-family: 'Aoboshi One';
    font-weight: 400;
    font-size: 200px;
    line-height: 0.7;
    letter-spacing: -8px;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 -55px;
    opacity: 4%;
    pointer-events: none;
}*/
.hm-pract-text {
    font-family: 'Aoboshi One';
    font-weight: 400;
    font-size: 130px;
    line-height: 0.7;
    letter-spacing: -8px;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 -35px;
    opacity: 4%;
    pointer-events: none;
}

.hm-pract-heading .text-heading {
    margin: 0 0 10px;
    font-size: 60px;
}

.hm-pract-heading .sub-heading {
    margin: 0 0 0px;

}

/*.hm-pract-itm {
    width: 32%;
    position: relative;
    padding: 22px 0 50px 112px;
}*/
.hm-pract-itm {
/*     width: 30%; */
/* 	width: 35%; */
	width: 100% !important;
    position: relative;
    padding: 0px 0 20px 75px;
}

/*.hm-pract-itm::before {
    content: "";
    position: absolute;
    background-image: -webkit-linear-gradient(0deg, rgb(3, 116, 156) 0%, rgb(0, 171, 114) 100%);
    background-repeat: no-repeat;
    width: 67px;
    height: 303px;
    left: 12px;
    top: 12px;
    clip-path: polygon(100% 0, 0 100%, 0 0);
    pointer-events: none;
}*/
.hm-pract-itm::before {
    content: "";
    position: absolute;
    background-image: -webkit-linear-gradient(0deg, rgb(3, 116, 156) 0%, rgb(0, 171, 114) 100%);
    background-repeat: no-repeat;
    width: 55px;
    height: 250px;
    left: 12px;
    top: 12px;
    clip-path: polygon(100% 0, 0 100%, 0 0);
    pointer-events: none;
}

.hm-pract-itm:hover::before {
    display: none;
}

/*.hm-pract-itm::after {
    content: "";
    position: absolute;
    width: 69%;
    height: 100%;
    left: 0;
    top: 0px;
    background-image: url(../images/hm-pract-bfr.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}*/
.hm-pract-itm::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0px;
    background-image: url(../images/hm-pract-bfr.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}

.hm-pract-itm:hover::after {
    background-image: url(../images/hm-pract-bfr-hover.webp);
}

/*.hm-pract-itm-title {
    font-family: 'Mona Sans';
    font-weight: 600;
    font-size: 49px;
    letter-spacing: 0;
    line-height: 1.1;
    color: #000000;
    padding: 0 10px 0 110px;
    margin-bottom: 32px;
}*/
.hm-pract-itm-title {
    font-family: 'Mona Sans';
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 1.1;
    color: #000000;
    padding: 0 10px 0 80px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.hm-pract-itm:hover .hm-pract-itm-title {
    color: #049370;
}

/*.hm-pract-itm-img {
    padding: 0 0 35px;
    position: relative;
}*/
.hm-pract-itm-img {
    padding: 0 0 20px;
    position: relative;
    width: 100%;
}

.hm-pract-itm-img::before {
    content: "";
    position: absolute;
    background-color: #019881;
    width: 80%;
    height: 3px;
    bottom: 0;
    left: 0;
}

.hm-pract-itm:hover .hm-pract-itm-img::before {
    background-color: #008ac2;
}

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

/*.hm-pract-itm-btn {
    position: absolute;
    left: 50px;
    bottom: 27%;
    margin: auto;
}*/
.hm-pract-itm-btn {
    position: absolute;
    left: 40px;
    bottom: 27%;
    margin: auto;
}

.hm-pract-itm-btn a {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 19px;
    line-height: 1;
    letter-spacing: 11.4px;
    color: #000000;
    text-transform: uppercase;
    display: inline-block;
    writing-mode: sideways-lr;
}

.hm-pract-itm:hover .hm-pract-itm-btn a {
    color: #ffffff;
}

.hm-pract-itm-hvr-btn a {
    font-size: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 100%;
}

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

.hm-pract-btn a.cmn-btn {
    padding: 20px 68px;
}
.hm-pract-lst.owl-carousel .owl-nav {
        margin: 30px auto 0;
        display: flex;
        justify-content: center;
        gap: 20px;
        width: 100%;
    }

    .hm-pract-lst.owl-carousel .owl-nav button.owl-prev,
    .hm-pract-lst.owl-carousel .owl-nav button.owl-next {
        background-image: url(../images/arrow-img.webp);
        background-repeat: no-repeat;
        background-size: contain;
        width: 42px;
        height: 37px;
        font-size: 0;
    }

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

    .hm-pract-lst.owl-carousel .owl-nav button.owl-prev:hover,
    .hm-pract-lst.owl-carousel .owl-nav button.owl-next:hover {
        background-image: url(../images/arrow-hvr-lft-img.webp);
    }





@media screen and (max-width: 1800px) {
    .sub-heading {
        font-size: 19px;
        letter-spacing: 3px;
    }

    .hm-pract-heading .text-heading {
        margin: 0 0 10px;
    }

.hm-pract-itm-btn a {
    font-size: 17px;
    letter-spacing: 7.4px;
}

    .hm-pract-btn a.cmn-btn {
        padding: 22px 72px;
    }


}

@media screen and (max-width: 1680px) {
.sub-heading {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0px 0 15px;
}

.hm-pract-itm-title {
    padding: 0px 10px 0 60px;
}

    .hm-pract-itm-btn {
        left: 50px;
    }
.hm-experience-cnt p {
    font-size: 16px;
}

    .hm-pract-itm-img::before {
        height: 2px;
    }

    .hm-pract-btn a.cmn-btn {
        padding: 20px 68px;
    }

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

    .hm-pract-itm::before {
        width: 52px;
        height: 235px;
    }

    .hm-pract-sec {
        margin: -24px 0 0;
    }

.hm-pract-itm-btn a {
    font-size: 16px;
    letter-spacing: 6.4px;
}

}

@media screen and (max-width: 1550px) {
    .sub-heading {
        font-size: 17px;
        letter-spacing: 1.5px;
    }

.hm-pract-text {
    margin: 0 0 -25px;
    font-size: 100px;
}
.hm-pract-heading .text-heading {
    margin: 0 0 10px;
    font-size: 46px;
}

.hm-pract-itm-title {
    padding: 0px 10px 0 40px;
}

.hm-pract-itm-btn {
    left: 40px;
}

    .hm-pract-itm-btn a {
        font-size: 16px;
    }

    .hm-pract-btn a.cmn-btn {
        padding: 18px 64px;
    }


.hm-pract-itm::before {
    width: 40px;
    height: 200px;
    left: 10px;
    top: 10px;
}

    .hm-pract-sec {
        margin: -18px 0 0;
    }
.hm-pract-lst {
    margin: 35px 0 30px;
}


}

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

    .sub-heading {
        font-size: 16px;
        letter-spacing: 1px;
    }

.hm-pract-itm {
    padding: 0px 0 15px 60px;
}

.hm-pract-text {
    margin: 0 0 -20px;
}

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

.hm-pract-itm-title {
    font-size: 22px;
    padding: 0px 10px 0 40px;
}

.hm-pract-itm-img {
    padding: 0 0 15px;
}

.hm-pract-itm-btn a {
    font-size: 15px;
    letter-spacing: 4.5px;
}

    .hm-pract-btn a.cmn-btn {
        padding: 17px 60px;
    }

.hm-pract-itm::before {
    height: 160px;
    left: 10px;
    top: 10px;
    width: 30px;
}

.hm-pract-itm-btn {
    left: 30px;
}
.hm-pract-heading .text-heading {
    margin: 0 0 10px;
    font-size: 40px;
}




}

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


.hm-pract-text {
    font-size: 80px;
}
.hm-pract-heading .text-heading {
    font-size: 35px;
}

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

    .hm-pract-sec {
        padding: 0px 0 85px;
    }


.hm-pract-itm::before {
    height: 150px;
    left: 10px;
    top: 10px;
    width: 25px;
}

    .hm-pract-btn a.cmn-btn {
        padding: 16px 56px;
    }

.hm-pract-itm-btn a {
    letter-spacing: 3.5px;
}


}

@media screen and (max-width: 1280px) {
/*    .sub-heading {
        font-size: 15px;
        letter-spacing: 0.5px;
    }*/
.sub-heading {
    font-size: 15px;
    margin: 0px 0 10px;
    letter-spacing: 0;
}
.hm-experience-cnt p {
    font-size: 14px;
}

.hm-pract-text {
    margin: 0 0 -15px;
    font-size: 70px;
}

    .hm-pract-lst {
        margin: 30px 0;
    }

.hm-pract-itm-btn {
    left: 30px;
    bottom: 18%;
}

.hm-pract-itm-btn a {
    font-size: 13px;
    letter-spacing: 1.5px;
}

    .hm-pract-itm-img {
        padding: 0 0 15px;
    }

.hm-pract-itm-title {
    font-size: 20px;
    padding: 0px 10px 0 30px;
}

    .hm-pract-sec {
        padding: 0px 0 60px;
    }

    .hm-pract-btn a.cmn-btn {
        padding: 14px 50px;
    }


    .hm-pract-itm::before {
        width: 35px;
        height: 150px;
    }

.hm-pract-heading .text-heading {
    font-size: 30px;
}



}

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

.hm-pract-itm {
    padding: 15px 0 15px 50px;
    width: 100%;
    max-width: 340px;
    margin: auto;
}

.hm-pract-itm-btn {
    left: 20px;
    bottom: 22%;
}

    .hm-pract-text {
        display: none;
    }

    .hm-pract-itm::before {
        width: 36px;
        height: 120px;
    }

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

    .hm-pract-lst {
        margin: 25px 0;
    }

    .hm-pract-btn a.cmn-btn {
        padding: 15px 40px;
    }

    .sub-heading {
        font-size: 18px;
        letter-spacing: 0;
    }

    .hm-pract-itm-img {
        padding: 3px;
        position: relative;
        z-index: 0;
    }

    .hm-pract-itm-img::before {
        height: 100%;
        width: 100%;
        z-index: -1;
    }

.hm-pract-itm-title {
    font-size: 20px;
}
.hm-pract-itm::after {
    width: 42%;
}


}

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

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

    .sub-heading {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1.2;
    }


    .hm-pract-text {
        font-size: 55px;
        margin: 0 0 -10px;
        letter-spacing: -5px;
    }

    .hm-pract-heading .text-heading {
        margin: 0 0 5px;
    }

    .hm-pract-lst.owl-carousel .owl-nav button.owl-prev,
    .hm-pract-lst.owl-carousel .owl-nav button.owl-next {
        width: 37px;
        height: 32px;
    }

    .hm-pract-lst {
        margin: 25px 0;
    }

    .hm-experience-btn-list {
        margin-top: 20px;
    }

    .hm-pract-itm::after {
        width: 55%;
    }

    .hm-pract-itm {
        padding: 15px 0 15px 50px;
    }

    .hm-pract-itm::before {
        width: 30px;
        height: 140px;
    }

    .hm-pract-itm-btn {
        left: 20px;
        bottom: 20%;
    }

    .hm-pract-itm-btn a {
        font-size: 14px;
        letter-spacing: 1.5px;
    }

    .hm-pract-itm-title {
        font-size: 22px;
        padding: 0px 0px 0 60px;
        margin-bottom: 15px;
    }


}

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

    .hm-pract-text {
        font-size: 34px;
        margin: 0 0 10px;
        letter-spacing: -1px;
    }

    .hm-pract-itm-title {
        font-size: 20px;
        padding: 0px 0px 0 40px;
    }

    .hm-pract-itm {
        padding: 15px 0 15px 40px;
    }

    .hm-pract-itm-btn {
        left: 18px;
        bottom: 22%;
    }

    .hm-pract-lst.owl-carousel .owl-nav {
        margin: 15px auto 0;
    }

    .hm-pract-btn a.cmn-btn {
        padding: 15px 30px;
    }

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

    .hm-pract-heading .sub-heading {
        margin: 0;
        font-size: 16px;
    }

    .hm-pract-itm::before {
        width: 20px;
        height: 110px;
    }

    .hm-pract-itm-btn a {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .hm-pract-itm::after {
        width: 46%;
    }


}





/* Home Attorney Section */


/*.hm-attry-sec {
    padding: 80px 0 0;
    background-image: url(../images/hm-attry-sec-bg-image.webp);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}*/
.hm-attry-sec {
    padding: 57px 0 0;
    background-image: url(../images/hm-attry-sec-bg-image.webp);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/*.hm-attry-top-title {
    font-family: 'Mona Sans';
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 3.2px;
    color: #00ab72;
    text-transform: uppercase;
    width: 59%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 25px 10px 35px;
    z-index: 2;
}*/
.hm-attry-top-title {
    font-family: 'Mona Sans';
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 2.2px;
    color: #00ab72;
    text-transform: uppercase;
    width: 55%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 15px 10px 20px;
    z-index: 2;
}

.hm-attry-top-title::before,
.hm-attry-top-title::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #03749c 0%, #00ab72 100%);
    clip-path: polygon(0% 0%, 100% 0%, 95.5% 100%, 0% 100%);
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}

.hm-attry-top-title::after {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background: #ffffff;
    z-index: -1;
}

.hm-attry-top-title strong {
    font-weight: 700;
    padding: 0 50px;
    position: relative;
    background: -webkit-linear-gradient(left, #03749c, #00a775);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;

}

.hm-attry-top-title strong::before,
.hm-attry-top-title strong::after {
    content: "";
    width: 32px;
    height: 24px;
    background-image: url(../images/hm-attry-top-title-bfr.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hm-attry-top-title strong::before {
    right: 0;
    left: auto;
}

.hm-attry-sec .container {
    max-width: 1810px;
    margin: 0 auto 0 0;
}

/*.hm-attry-blk {
    padding: 85px 0 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}*/
/*.hm-attry-blk {
    padding: 60px 0 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}*/
.hm-attry-blk {
    padding: 30px 0 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

/*.hm-attry-blk::before {
    content: "";
    width: 491px;
    height: 737px;
    background-image: url(../images/hm-attry-image-blue-shade.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -75px;
    left: 0;
    margin: auto;
    z-index: -1;
}*/
.hm-attry-blk::before {
    content: "";
    width: 491px;
    height: 100%;
    background-image: url(../images/hm-attry-image-blue-shade.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -90px;
    margin: auto;
    z-index: -1;
    bottom: 0;
}

/*.hm-attry-blk::after {
    content: "";
    width: 469px;
    height: 809px;
    background-image: url(../images/hm-attry-image-green-shade.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 112px;
    margin: auto;
}*/
.hm-attry-blk::after {
    content: "";
    width: 469px;
    height: 100%;
    background-image: url(../images/hm-attry-image-green-shade.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: -90px;
    top: 0;
    margin: auto;
    bottom: 0;
}

/*.hm-attry-wolfe-text {
    content: "";
    width: 76%;
    position: absolute;
    bottom: -13px;
    right: -40px;
    z-index: -1;
    margin: auto;
}*/
/*.hm-attry-wolfe-text {
    content: "";
    width: 60%;
    position: absolute;
    bottom: -10px;
    right: 60px;
    z-index: -1;
    margin: auto;
}*/
.hm-attry-wolfe-text {
    content: "";
    width: 48%;
    position: absolute;
    bottom: -8px;
    right: 330px;
    z-index: -1;
    margin: auto;
}

.hm-attry-wolfe-text.mbl {
    display: none;
}
.hm-attry-wolfe-text img {
    display: block;
    width: 100%;
}


/*.hm-attry-left {
    width: 36.7%;
    padding: 0 0 0 30px;
    overflow: hidden;
    position: relative;
}*/
.hm-attry-left {
    width: 35%;
    padding: 0 0 0 30px;
    overflow: hidden;
    position: relative;
}

/*.hm-attry-left::after {
    content: "";
    width: 469px;
    height: 809px;
    background-image: url(../images/hm-attry-image-green-shade.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 112px;
    margin: auto;

}*/


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

/*.hm-attry-rite {
    width: 54%;
    padding: 102px 100px 0 0;
}*/
.hm-attry-rite {
    width: 54%;
    padding: 0 100px 0 0;
}

/*.hm-attry-rite-blk {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}*/
.hm-attry-rite-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}

/*.hm-attry-rite-blk::before {
    content: "";
    width: 390px;
    height: 545px;
    background-image: url(../images/hm-attry-cont-bfr.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    right: 110px;
    bottom: -10px;
    top: 0;
    margin: auto;
    z-index: -1;
}*/
/*.hm-attry-rite-blk::before {
    content: "";
    width: 390px;
    height: 540px;
    background-image: url(../images/hm-attry-cont-bfr.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    right: 110px;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: -1;
}*/
.hm-attry-rite-blk::before {
    content: "";
    width: 370px;
    height: calc( 100% + 50px );
    background-image: url(../images/hm-attry-cont-bfr.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    right: 110px;
    top: 0;
    margin: auto;
    z-index: -1;
}

.hm-attry-rite-cont {
    width: 65%;
}
.hm-attry-rite-exp {
    width: 25%;
    padding-top: 50px;
}

.hm-attry-rite-exp img {
    width: 100%;
    display: block;
}

/*.hm-attry-rite-cont .text-heading {
    color: #ffffff;
    margin: 0 0 8px;
}*/
.hm-attry-rite-cont .text-heading {
    color: #ffffff;
    margin: 0 0 8px;
    font-size: 60px;
}

/*.hm-attry-sub-title {
    font-family: 'Aoboshi One', sans-serif;
    font-size: 50px;
    letter-spacing: -2px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    padding-left: 215px;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 20px;
}*/
.hm-attry-sub-title {
    font-family: 'Aoboshi One', sans-serif;
    font-size: 40px;
    letter-spacing: -2px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    padding-left: 215px;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 20px;
}

.hm-attry-sub-title::before {
    content: "";
    width: 195px;
    height: 9px;
    border-top: 2px solid #03749c;
    border-bottom: 2px solid #00a676;
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 0;
    margin: auto;

}

.hm-attry-sub-title strong {
    font-weight: 400;
    background: -webkit-linear-gradient(left, #03749c, #00a775);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/*.hm-attry-rite-cont p {
    font-family: 'Mona Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
}*/
.hm-attry-rite-cont p {
    font-family: 'Mona Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
}

.hm-attry-btn {
    text-align: right;
    padding: 0 170px 0 0;
}

/*.hm-attry-btn a.cmn-btn {
    padding: 24px 70px;
}*/
.hm-attry-btn a.cmn-btn {
    padding: 20px 60px;
    font-size: 20px;
}

.hm-attry-rite-cont .hm-attry-btn {
    display: none;
}



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

    .hm-attry-sec .container {
        max-width: 1740px;
    }

    .hm-attry-rite-cont p {
        font-size: 19px;
    }





}

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

    .hm-attry-sec .container {
        max-width: 1620px;
    }

.hm-attry-sec {
    padding: 52px 0 0;
}

    .hm-attry-sub-title {
        font-size: 44px;
        letter-spacing: -1.5px;
        padding-left: 195px;
        margin: 0 0 18px;
    }

    .hm-attry-sub-title::before {
        width: 175px;
    }

    .hm-attry-rite-cont p {
        font-size: 18px;
    }


.hm-attry-rite-blk::before {
    width: 330px;
    right: 100px;
}

.hm-attry-wolfe-text {
    right: 280px;
    bottom: -7px;
}

    .hm-attry-top-title strong::before,
    .hm-attry-top-title strong::after {
        width: 29px;
        height: 22px;
    }

    .hm-attry-left {
        padding: 0 0 0 26px;
    }



    .hm-attry-blk::before {
        width: 460px;
        height: 692px;
    }

.hm-attry-top-title strong {
    padding: 0 40px;
}
.hm-attry-top-title strong::before, .hm-attry-top-title strong::after {
    width: 22px;
    height: 22px;
}




}

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

    .hm-attry-sec .container {
        max-width: 1500px;
    }

.hm-attry-rite-exp {
    width: 23%;
    padding-top: 0px;
}
.hm-attry-rite-cont .text-heading {
    font-size: 50px;
}

.hm-attry-sub-title {
    font-size: 40px;
    letter-spacing: -1.1px;
    padding-left: 170px;
    margin: 0 0 18px;
}
.hm-attry-sub-title::before {
    width: 150px;
}

    .hm-attry-rite-cont p {
        font-size: 17px;
    }


.hm-attry-rite-blk::before {
    right: 85px;
    height: calc( 100% + 40px );
}


    .hm-attry-btn {
        padding: 0 150px 0 0;
    }

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

.hm-attry-top-title {
    font-size: 15px;
    letter-spacing: 1.8px;
}

    .hm-attry-top-title strong {
        padding: 0 35px;
    }

.hm-attry-top-title::after {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
}

    .hm-attry-blk::before {
        width: 440px;
        height: 661px;
    }

}

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

    .hm-attry-sec .container {
        max-width: 1400px;
    }


.hm-attry-sub-title {
    font-size: 35px;
    letter-spacing: -0.8px;
    padding-left: 145px;
    margin: 0 0 15px;
}

.hm-attry-sub-title::before {
    width: 130px;
}

    .hm-attry-rite-cont p {
        font-size: 16px;
    }

.hm-attry-rite-blk {
    padding-bottom: 30px;
}

.hm-attry-wolfe-text {
    right: 250px;
    bottom: -6px;
}

.hm-attry-rite-blk::before {
    right: 70px;
}

.hm-attry-top-title {
    padding: 18px 10px;
}

.hm-attry-top-title strong {
    padding: 0 30px;
}

.hm-attry-top-title strong::before, .hm-attry-top-title strong::after {
    width: 17px;
    height: 17px;
}

.hm-attry-sec {
    padding: 53px 0 0;
}


    .hm-attry-left {
        padding: 0 0 0 22px;
    }




    .hm-attry-blk::before {
        width: 410px;
        height: 620px;
    }

.hm-attry-rite-cont {
    width: 66%;
}

}

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

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

.hm-attry-rite-cont .text-heading {
    font-size: 45px;
}

.hm-attry-sub-title {
    font-size: 30px;
    padding-left: 145px;
}

    .hm-attry-rite-cont p {
        font-size: 15px;
    }

.hm-attry-rite-blk::before {
    width: 270px;
}

.hm-attry-btn a.cmn-btn {
    padding: 17px 40px;
    font-size: 16px;
}

.hm-attry-top-title {
    font-size: 14px;
}

    .hm-attry-top-title strong::before,
    .hm-attry-top-title strong::after {
        width: 20px;
        height: 15px;
    }

    .hm-attry-top-title strong {
        padding: 0 28px;
    }

.hm-attry-top-title::after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}

.hm-attry-sec {
    padding: 51px 0 0;
}

    .hm-attry-btn {
        padding: 0 140px 0 0;
    }


    .hm-attry-blk::before {
        width: 380px;
        height: 570px;
    }

.hm-attry-wolfe-text {
    right: 240px;
    bottom: -6px;
}


}

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



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

.hm-attry-rite-cont .text-heading {
    font-size: 38px;
}

.hm-attry-sub-title {
    font-size: 28px;
    letter-spacing: 0;
    padding-left: 130px;
}

.hm-attry-sub-title::before {
    width: 110px;
    height: 7px;
}

    .hm-attry-rite-cont p {
        font-size: 14px;
    }

.hm-attry-wolfe-text {
    bottom: -6px;
    right: 220px;
}

.hm-attry-top-title {
    font-size: 13px;
    letter-spacing: 2px;
    padding: 18px 10px 22px;
    width: 48%;
}

    .hm-attry-btn a.cmn-btn {
        padding: 16px 38px;
    }

.hm-attry-rite-blk::before {
    width: 240px;
    right: 70px;
}


.hm-attry-blk::before {
    width: 350px;
    height: 528px;
}
.hm-attry-blk::after {
    left: -140px;
}


}

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

    .hm-attry-sec .container {
        max-width: 990px;
    }

.hm-attry-rite {
    padding: 0 70px 0 0;
}

.hm-attry-rite-cont .text-heading {
    font-size: 33px;
}

.hm-attry-sub-title {
    font-size: 24px;
    letter-spacing: 0px;
    padding-left: 100px;
    margin: 0 0 14px;
}

.hm-attry-sub-title::before {
    width: 90px;
    height: 8px;
}

    .hm-attry-rite-cont p {
        font-size: 13px;
    }

.hm-attry-rite-blk {
    padding-bottom: 20px;
}

.hm-attry-wolfe-text {
    bottom: -5px;
    right: 180px;
}

.hm-attry-btn a.cmn-btn {
    padding: 12px 22px;
    font-size: 15px;
}

.hm-attry-btn {
    padding: 0 80px 0 0;
}

.hm-attry-rite-blk::before {
    width: 200px;
    right: 60px;
    height: calc( 100% + 30px );
}

    .hm-attry-top-title {
        font-size: 12px;
        letter-spacing: 1px;
        padding: 17px 10px 20px;
    }

    .hm-attry-top-title strong {
        padding: 0 24px;
    }

    .hm-attry-top-title strong::before,
    .hm-attry-top-title strong::after {
        width: 16px;
        height: 12px;
    }

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

    .hm-attry-blk::before {
        width: 310px;
        height: 468px;
    }



}

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

    .hm-attry-sec .container {
        max-width: 720px;
        margin: auto;
    }

    .hm-attry-blk {
        padding: 40px 0;
        flex-direction: column;
        align-items: center;
    }

    .hm-attry-left {
        padding: 0;
        width: 100%;
        position: relative;
        margin: 0 auto;
    }

    .hm-attry-top-title {
        font-size: 16px;
        max-width: 100%;
        margin: auto;
        padding: 0;
        position: inherit;
        color: #fff;
        width: 100%;
    }

    .hm-attry-top-title::before,
    .hm-attry-top-title::after {
        clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    }

    .hm-attry-top-title::after {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: calc(100% - 10px);
        clip-path: polygon(4.6% 0%, 100% 0%, 95.4% 100%, 0% 100%);
    }

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

    .hm-attry-rite {
        padding: 20px;
        width: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        border: 2px solid #ffffff;
    }

    .hm-attry-rite-blk::before {
        display: none;
    }

    .hm-attry-rite-blk {
        padding-bottom: 0;
        align-items: center;
        gap: 50px;
    }

    .hm-attry-rite-cont {
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
    }

    .hm-attry-rite-exp {
        width: 100%;
        max-width: 180px;
    }

    .hm-attry-rite-cont {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .hm-attry-sub-title::before {
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        height: 6px;
    }

    .hm-attry-rite-cont p {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1.4;
        margin: 0 0 15px;
    }

    .hm-attry-rite-cont .hm-attry-btn {
        display: block;
    }

    .hm-attry-btn {
        padding: 0;
        text-align: center;
    }

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

    .hm-attry-wolfe-text,
    .hm-attry-blk::before,
    .hm-attry-blk::after {
        display: none;
    }

    .hm-attry-rite-cont .text-heading {
        font-size: 30px;
    }

    .hm-attry-rite-cont .text-heading br,
    .hm-attry-btn,
    .hm-attry-sub-title::before {
        display: none;
    }
.hm-attry-wolfe-text.mbl {
    display: block;
}
    .hm-attry-image {
        max-width: 250px;
        position: relative;
        margin: 0 auto 0 130px;
        z-index: 0;
    }

    .hm-attry-image img {
        object-fit: cover;
        object-position: top center;
        height: 320px;
    }

    .hm-attry-left .hm-attry-wolfe-text {
        display: block;
        bottom: -3px;
        right: 60px;
        left: auto;
        width: 100%;
        max-width: 280px;
        z-index: -1;
    }

    .hm-attry-sub-title {
        font-size: 22px;
        padding: 0;
    }

    .hm-attry-top-title::before,
    .hm-attry-top-title::after {
        display: none;
    }

    .hm-attry-rite-cont .hm-attry-btn {
        display: block;
    }



}

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


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

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

    .hm-attry-rite-cont .text-heading {
        font-size: 35px;
    }

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

    .hm-attry-image {
        max-width: 250px;
        margin: 0 auto;
    }

    .hm-attry-left .hm-attry-wolfe-text {
        display: none;
    }

    .hm-attry-rite-exp.mbl {
        display: none;
    }

    .hm-attry-rite-blk {
        flex-direction: column;
        gap: 15px;
    }

    .hm-attry-rite {
        padding: 15px 10px;
        max-width: 550px;
    }

    .hm-attry-rite-cont .text-heading {
        font-size: 24px;
    }

    .hm-attry-sub-title {
        font-size: 20px;
    }

    .hm-attry-rite-cont p {
        font-size: 15px;
        line-height: 1.3;
    }

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

    .hm-attry-rite-exp {
        max-width: 120px;
    }


}

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

    .hm-attry-rite-cont .text-heading {
        font-size: 32px;
    }

    .hm-attry-top-title strong {
        padding: 0 20px;
    }

    .hm-attry-top-title strong::before,
    .hm-attry-top-title strong::after {
        display: none;
    }

    .hm-attry-sub-title {
        font-size: 20px;
        padding-left: 0;
    }

    .hm-attry-left {
        margin: 0 auto 10px;
    }

    .hm-attry-image {
        border-bottom: 2px solid #ffffff;
    }

    .hm-attry-rite {
        padding: 0;
        border: 0;
    }

    .hm-attry-rite-cont .text-heading {
        font-size: 24px;
    }


}





/* Home Approach Section */


/*.hm-approach-sec {
    padding: 125px 0 50px;
    background-image: url(../images/hm-approach-sec-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}*/
.hm-approach-sec {
    padding: 80px 0 40px;
    background-image: url(../images/hm-approach-sec-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.hm-approach-sec .container {
    max-width: 1500px;
    margin: auto;
    width: 100%;
}

.hm-approach-top {
    text-align: center;
}

.hm-approach-sec .text-heading {
    color: #000000;
    margin: 0 0 14px;
}

.hm-approach-sec .text-heading strong {
    font-weight: 400;
    background: -webkit-linear-gradient(left, #03749c, #00a775);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hm-approach-list {
    display: flex;
    justify-content: space-between;
}

.hm-approach-top .sub-heading {
    margin: 0 0 40px;
}


/*.hm-approach-item {
    background-image: url(../images/hm-approche-item-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 23.4%;
    height: 420px;
    padding: 50px 30px 70px 50px;
}*/
.hm-approach-item {
    background-image: url(../images/hm-approche-item-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 23.4%;
    height: 360px;
    padding: 30px 20px 60px 40px;
}

.hm-approach-item:hover {
    background-image: url(../images/hm-approche-item-bg-hover.webp);

}

/*.hm-approach-item:nth-child(even) {
    margin-top: 115px;
}*/
.hm-approach-item:nth-child(even) {
    margin-top: 85px;
}

/*.hm-approach-item .hm-approach-title {
    font-family: 'Mona Sans';
    font-weight: 600;
    font-size: 34px;
    line-height: 1.06;
    letter-spacing: 0;
    color: #011219;
    margin: 0 0 15px;
    padding-top: 105px;
    position: relative;
}*/
.hm-approach-item .hm-approach-title {
    font-family: 'Mona Sans';
    font-weight: 600;
    font-size: 30px;
    line-height: 1.06;
    letter-spacing: 0;
    color: #011219;
    margin: 0 0 15px;
    padding-top: 80px;
    position: relative;
}

/*.hm-approach-item .hm-approach-title::before {
    content: "";
    width: 87px;
    height: 87px;
    background-image: url(../images/hm-apprc-focused-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}*/
.hm-approach-item .hm-approach-title::before {
    content: "";
    width: 70px;
    height: 70px;
    background-image: url(../images/hm-apprc-focused-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}

.hm-approach-item.hm-apprc-minded .hm-approach-title::before {
    background-image: url(../images/hm-apprc-minded-icon.webp);
}

.hm-approach-item.hm-apprc-mediation .hm-approach-title::before {
    background-image: url(../images/hm-apprc-mediation-icon.webp);
}

.hm-approach-item.hm-apprc-represent .hm-approach-title::before {
    background-image: url(../images/hm-apprc-representation-icon.webp);
}

.hm-approach-item p {
    font-family: 'Mona Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.38;
    letter-spacing: 0px;
    color: #011219;
    margin: 0;
}


.hm-approach-item:hover .hm-approach-title,
.hm-approach-item:hover p {
    color: #ffffff;
}

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

.hm-approach-item:nth-child(even) {
    margin-top: 75px;
}
.hm-approach-item {
    height: 340px;
    padding: 30px 30px 55px 30px;
}
.hm-approach-item .hm-approach-title::before {
    content: "";
    width: 65px;
    height: 65px;
}

}

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

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

    .hm-approach-top .sub-heading {
        margin: 0 0 30px;
    }

.hm-approach-item .hm-approach-title {
    font-size: 27px;
}

.hm-approach-item .hm-approach-title::before {
    width: 60px;
    height: 60px;
}


}

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

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

.hm-approach-item .hm-approach-title {
    font-size: 25px;
    margin: 0px 0 12px;
    padding-top: 70px;
}

    .hm-approach-item p {
        font-size: 17px;
    }

.hm-approach-item {
    height: 320px;
    padding: 30px 30px 55px 30px;
}

.hm-approach-item:nth-child(even) {
    margin-top: 70px;
}

}

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

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

.hm-approach-item {
    height: 300px;
    padding: 30px 20px 50px 20px;
}

    .hm-approach-item p {
        font-size: 16px;
    }

.hm-approach-item .hm-approach-title {
    font-size: 22px;
    padding-top: 70px;
}

.hm-approach-item .hm-approach-title::before {
    width: 55px;
    height: 55px;
}

.hm-approach-item:nth-child(even) {
    margin-top: 60px;
}



}

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

    .hm-approach-sec {
        padding: 50px 0 35px;
    }

    .hm-approach-top .sub-heading {
        margin: 0 0 25px;
    }

.hm-approach-item .hm-approach-title {
    margin: 0px 0 10px;
    font-size: 20px;
    padding-top: 65px;
}
.hm-approach-item:nth-child(even) {
    margin-top: 50px;
}
.hm-approach-item {
    height: 300px;
    padding: 30px 20px 50px 20px;
}


}

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

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

.hm-approach-item {
    height: 285px;
    padding: 20px 20px 45px 20px;
}

.hm-approach-item .hm-approach-title {
    font-size: 18px;
    margin: 0px 0 10px;
    padding-top: 55px;
}

.hm-approach-item .hm-approach-title::before {
    width: 45px;
    height: 45px;
}

    .hm-approach-item:nth-child(even) {
        margin-top: 40px;
    }

    .hm-approach-item p {
        font-size: 14px;
    }


}

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

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

    .hm-approach-item {
        height: auto;
        padding: 20px 20px;
        width: 100%;
        border-image: linear-gradient(to left, #00a676 0%, #02769b 100%) 1;
        border-width: 1px;
        border-style: solid;
        background-image: none;
    }

    .hm-approach-item:hover:before {
        position: absolute;
        content: "";
        width: 100%;
        border-image: linear-gradient(to left, #00a676 0%, #02769b 100%) 1;
        border-width: 2px;
        border-style: solid;
        bottom: -7px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .hm-approach-item:hover {
        background-image: none;
        background-color: #0f262c;
    }

    .hm-approach-list.owl-carousel .owl-stage,
    .hm-approach-list.owl-carousel .owl-item {
        display: flex;
    }

    .hm-approach-list.owl-carousel .owl-stage-outer {
        padding: 0 0 0 2px;
    }

    .hm-approach-list.owl-carousel .owl-nav {
        margin: 20px auto 0;
        display: flex;
        justify-content: center;
        gap: 25px;
        width: 100%;
    }

    .hm-approach-list.owl-carousel .owl-nav button.owl-prev,
    .hm-approach-list.owl-carousel .owl-nav button.owl-next {
        background-image: url(../images/arrow-img.webp);
        background-repeat: no-repeat;
        background-size: contain;
        width: 42px;
        height: 37px;
        font-size: 0;
    }

    .hm-approach-list.owl-carousel .owl-nav button.owl-next {
        rotate: 180deg;
    }

    .hm-approach-list.owl-carousel .owl-nav button.owl-prev:hover,
    .hm-approach-list.owl-carousel .owl-nav button.owl-next:hover {
        background-image: url(../images/arrow-hvr-lft-img.webp);
    }

    .hm-approach-list.owl-carousel .owl-stage-outer {
        padding: 0 0 10px 2px;
    }
}

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

    .hm-approach-sec .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .hm-approach-item {
        padding: 15px;
    }

    .hm-approach-item .hm-approach-title {
        font-size: 19px;
        padding-top: 60px;
    }

    .hm-approach-item .hm-approach-title::before {
        width: 45px;
        height: 45px;
    }

    .hm-approach-list.owl-carousel .owl-nav button.owl-prev,
    .hm-approach-list.owl-carousel .owl-nav button.owl-next {
        width: 38px;
        height: 33px;
    }

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

    .hm-approach-item:hover:before {
        bottom: -5px;
        border-width: 1px;
    }

}

@media screen and (max-width:680px) {
    .hm-approach-item {
        padding: 15px;
        max-width: 320px;
        margin: 0 auto;
    }

    .hm-approach-item:hover:before {
        width: 320px;
    }

    .hm-approach-sec .text-heading {
        margin: 0 0 10px;
    }

    .hm-approach-top .sub-heading {
        margin: 0 0 15px;
    }

}

@media screen and (max-width:480px) {
    .hm-approach-list.owl-carousel .owl-stage-outer {
        padding: 0 2px 10px;
    }

    .hm-approach-list.owl-carousel .owl-nav {
        margin: 10px auto 0;
    }
}






/* Home We Help Section */


.hm-we-help-sec {
    padding: 62px 0 925px;
    position: relative;
    background-image: url(../images/hm-we-help-sec-bg.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 0px;
}

.hm-we-help-mbl-img {
    display: none;
}

.hm-we-help-mbl-img img {
    display: block;
    width: 100%;
}

.hm-we-help-head {
    text-align: center;
}

.hm-we-help-sec .sub-heading {
    text-align: center;
    margin: 0 0 0px;
}

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


.hm-we-help-sec .text-heading {
    color: #ffffff;
    margin: 0 0 30px;
    text-align: center;

}

.hm-we-help-sec .text-heading strong {
    display: block;
    font-weight: 400;
    font-size: 150px;
    letter-spacing: -6px;
}

.hm-we-help-cnt {
    padding: 50px 140px 84px;
    background-color: #011219;
    background-image: url(../images/we-help-bg-box.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 1;
    bottom: -190px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1700px;
}


.hm-we-help-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap-reverse;
}

.hm-we-help-btns a.cmn-btn:hover {
    color: #fff;
}

.hm-we-help-btns a.cmn-btn:hover::before {
    background: transparent;
}

.hm-we-help-btns .hm-we-help-btn-two a.cmn-btn::before {
    border-image: linear-gradient(to top, #00a676 0%, #02769b 100%) 1;
    border-width: 2px;
    border-style: solid;
    background: transparent;
}

.hm-we-help-btns .hm-we-help-btn-two a.cmn-btn:hover::before {
    background-image: -webkit-linear-gradient(0deg, rgb(3, 116, 156) 0%, rgb(0, 171, 114) 100%);
    border: none;
}



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

    .hm-we-help-cnt {
        width: 1600px;
        padding: 48px 130px 82px;
        bottom: -180px;
    }

    .hm-we-help-sec {
        padding: 55px 0 850px;
    }

    .hm-we-help-sec .text-heading {
        margin: 0 0 28px;
    }

    .hm-we-help-sec .text-heading strong {
        font-size: 140px;
        letter-spacing: -5.5px
    }

}

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

    .hm-we-help-sec {
        padding: 48px 0 800px;
    }

    .hm-we-help-cnt {
        width: 1488px;
        padding: 44px 130px 80px;
        bottom: -170px;
    }

    .hm-we-help-sec .text-heading strong {
        font-size: 132px;
        letter-spacing: -5.2px;
    }

    .hm-we-help-sec .text-heading {
        margin: 0 0 25px;
    }

    .hm-we-help-btns {
        gap: 16px;
    }


}

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

    .hm-we-help-cnt {
        width: 1374px;
        padding: 40px 120px 70px;
        bottom: -160px;
    }

    .hm-we-help-sec {
        padding: 44px 0 740px;
    }

    .hm-we-help-sec .text-heading strong {
        font-size: 122px;
        letter-spacing: -4.6px;
    }


}

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

    .hm-we-help-cnt {
        width: 1276px;
        padding: 38px 100px 62px;
        bottom: -140px;
    }

    .hm-we-help-sec {
        padding: 40px 0 690px;
    }

    .hm-we-help-sec .text-heading strong {
        font-size: 114px;
        letter-spacing: -4.2px;
    }

    .hm-we-help-btns {
        gap: 12px;
    }

    .hm-we-help-sec .text-heading {
        margin: 0 0 20px;
    }




}

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


    .hm-we-help-sec {
        padding: 38px 0 640px;
    }

    .hm-we-help-cnt {
        width: 1210px;
        padding: 36px 90px 58px;
        bottom: -140px;
    }

    .hm-we-help-sec .text-heading strong {
        font-size: 108px;
        letter-spacing: -4px;
    }


}

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

    .hm-we-help-sec {
        padding: 35px 0 580px;
    }

    .hm-we-help-cnt {
        width: 990px;
        padding: 34px 80px 54px;
        bottom: -115px;
    }

    .hm-we-help-sec .text-heading strong {
        font-size: 88px;
        letter-spacing: -3px;
    }

    .hm-we-help-btns {
        gap: 8px;
    }



}

@media screen and (max-width:1024px) {
    .hm-we-help-sec {
        padding: 35px 0 20px;
        background-image: url(../images/hm-we-hlp-sec-mbl-bg.webp);
    }

    .hm-we-help-head {
        margin: 0 0 30px;
    }

    .hm-we-help-cnt {
        width: 100%;
        padding: 30px 25px 30px;
        bottom: 0;
        position: relative;
        background-image: none;
        background-color: #011219a6;
    }

    .hm-we-help-sec .text-heading strong {
        font-size: 60px;
        letter-spacing: -1px;
        line-height: 1;
    }

    .hm-we-help-mbl-img {
        display: block;
        max-width: 300px;
        margin: 0 auto 20px;
    }

    .hm-we-help-block {
        background-color: #011219a6;
        padding: 50px 20px;
        display: flex;
        flex-direction: column;
    }

    .hm-we-help-head {
        margin: 0;
        order: 2;
    }

    .hm-we-help-sec .sub-heading {
        text-align: center;
        margin: 0 0 0px;
        background: -webkit-linear-gradient(left, #ffffff, #ffffff);
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .hm-we-help-mbl-img {
        display: block;
        max-width: 220px;
        margin: 0 auto 20px;
        order: 1;
    }

    .hm-we-help-cnt {
        width: 100%;
        padding: 0;
        bottom: 0;
        position: relative;
        background-image: none;
        order: 3;
        background-color: transparent;
    }

    .hm-we-help-sec .text-heading {
        margin: 0 0 20px;
        font-size: 25px;
        line-height: 1.4;
    }



}

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

    /*    .hm-we-help-sec .text-heading strong { font-size: 62px; letter-spacing: -2px; } */
    .hm-we-help-sec .text-heading {
        font-size: 22px;
        line-height: 1.4;
        margin: 0 0 15px;
    }

    .hm-we-help-sec .text-heading strong {
        font-size: 55px;
    }

    .hm-we-help-sec {
        padding: 25px 0 20px;
    }

    .hm-we-help-mbl-img {
        max-width: 180px;
        margin: 0 auto 10px;
    }

    .hm-we-help-sec {
        background-image: url(../images/hm-we-hlp-sec-mbl-bg.webp);
    }

    .hm-we-help-block {
        background-color: #011219a6;
        padding: 30px 20px;
        display: flex;
        flex-direction: column;
    }

    .hm-we-help-sec .sub-heading {
        font-size: 15px;
    }



}

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

    .hm-we-help-sec .text-heading strong {
        font-size: 50px;
        letter-spacing: 0;
        line-height: 1;
    }

    .hm-we-help-sec .text-heading {
        font-size: 20px;
        line-height: 1.5;
        margin: 0 0 15px;
    }



}

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

    .hm-we-help-sec .text-heading strong {
        font-size: 48px;
        letter-spacing: -1px;
    }

    .hm-we-help-sec .text-heading strong {
        font-size: 38px;
        margin-bottom: 6px;
    }

    .hm-we-help-sec .text-heading {
        font-size: 16px;
        line-height: 1.2;
    }

    .hm-we-help-block {
        padding: 30px 10px;
    }



}




/* Home details Section */

/*.hm-details-sec {
    padding: 290px 0 70px;
    background-image: url(../images/hm-details-sec-bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}*/
.hm-details-sec {
    padding: 240px 0 40px;
    background-image: url(../images/hm-details-sec-bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

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

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


.hm-details-lft {
    width: 36.8%;
}

.hm-details-lft p {
    font-family: 'Mona Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 35px;
}

.hm-details-rht {
    width: 34%;
    position: relative;
}

.hm-details-logo {
    width: 30%;
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    margin: auto;
}

.hm-details-logo img,
.hm-details-img img {
    width: 100%;
    display: block;
}

.hm-details-btn a.cmn-btn {
    padding: 22px 38px;
    font-size: 18px;
}

.hm-details-sec .text-heading {
    color: #011219;
    font-size: 55px;
}


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

    .hm-details-sec {
        padding: 265px 0 60px;
    }

.hm-details-lft p {
    font-size: 17px;
    margin: 0 0 30px;
    line-height: 1.6;
}
.hm-details-sec .text-heading {
    font-size: 45px;
}


}

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

    .hm-details-lft {
        width: 37.8%;
    }

    .hm-details-lft p {
        font-size: 18px;
        margin: 0 0 35px;
    }

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

    .hm-details-logo {
        bottom: 105px;
    }

    .hm-details-sec {
        padding: 245px 0 50px;
    }
.hm-details-sec .text-heading {
    font-size: 40px;
}

}

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

    .hm-details-sec {
        padding: 220px 0 45px;
    }

    .hm-details-blk {
        gap: 85px;
    }

    .hm-details-lft p {
        font-size: 16px;
        margin: 0 0 25px;
    }


}

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

    .hm-details-blk {
        gap: 70px;
    }

.hm-details-lft {
    width: 43%;
}

.hm-details-btn a.cmn-btn {
    font-size: 15px;
}

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

.hm-details-sec .text-heading {
    font-size: 36px;
}
.hm-details-lft p {
    font-size: 16px;
    margin: 0 0 20px;
}


}

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

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

    .hm-details-blk {
        gap: 60px;
        justify-content: center;
    }

    .hm-details-logo {
        bottom: 85px;
    }

    .hm-details-sec {
        padding: 190px 0 35px;
    }



}

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

    .hm-details-sec {
        padding: 170px 0 30px;
    }

    .hm-details-blk {
        gap: 50px;
    }

    .hm-details-lft {
        width: 43%;
        padding: 15px 0 0;
    }

    .hm-details-lft p {
        font-size: 15px;
    }

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

    .hm-details-logo {
        bottom: 95px;
    }

}

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

    .hm-details-blk {
        gap: 20px;
        flex-direction: column-reverse;
    }

    .hm-details-rht {
        width: 100%;
        max-width: 370px;
        margin: auto;
    }

    .hm-details-logo {
        bottom: 60px;
        width: 100%;
        max-width: 165px;
        margin: auto;
    }

    .hm-details-lft {
        width: 100%;
        padding: 0;
        text-align: center;
    }

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

    .hm-details-logo {
        max-width: 130px;
    }

    .hm-details-img {
        display: block;
        max-width: 280px;
        margin: 0 auto;
    }

    .hm-details-logo {
        max-width: 80px;
        bottom: 50px;
        margin: auto;
        height: fit-content;
        width: 100%;
    }

    .hm-details-img img {
        object-fit: cover;
        object-position: center;
        height: 210px;
        border: 3px solid #019881;
    }

    .hm-details-lft p {
        line-height: 1.5;
    }




}

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

    .hm-details-blk {
        gap: 15px;
    }

    .hm-details-lft .text-heading br {
        display: none;
    }

    .hm-details-lft .text-heading {
        font-size: 20px;
    }

}

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

    .hm-details-logo {
        max-width: 100px;
        bottom: 45px;
    }

    .hm-details-lft p {
        margin: 0 0 15px;
        line-height: 1.6;
    }

    .hm-details-btn a.cmn-btn {
        padding: 14px 30px;
    }

}




/* Testimonials Section Starts */



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

.hm-testimonials .container {
    max-width: 100%;
    width: 100%;
    margin: auto;
}

.hm-testi-head {
    text-align: center;
}

.hm-testimonials .text-heading {
    margin: 0 0 10px;
}

.hm-testimonials .sub-heading {
    text-align: center;
    margin: 0 0 40px;
}

.hmtesti-blk {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
}

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

.hm-testi-item {
    padding: 53px 70px 85px 88px;
    background-image: url(../images/hm-testi-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.hmtesti-blk .owl-item {
    opacity: 30%;
}

.hmtesti-blk .owl-item.center {
    opacity: 100%;
}

.hm-testi-item.one {
    margin: 0 0 155px;
}

.hm-star-rat {
    background-image: url(../images/hm-testi-star-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 191px;
    height: 31px;
    margin: 0 0 30px 85px;
}

.hm-testi-item::before {
    background-image: url(../images/hm-testi-quotes-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    width: 59px;
    height: 49px;
    left: 92px;
    top: 50px;
    margin: auto;
}

.hm-testi-item p {
    font-family: 'Mona Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.88;
    letter-spacing: 0;
    color: #000;
    margin: 0 0 35px;
}

.hm-testi-item .hm-author {
    font-family: 'Aoboshi One';
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.9px;
    color: #000000;
    text-transform: uppercase;
    padding: 0 50px 0 81px;
    position: absolute;
    bottom: 60px;
}

.hm-testi-item .hm-author::before {
    position: absolute;
    content: "";
    width: 72px;
    height: 2px;
    background-image: -moz-linear-gradient(0deg, rgb(3, 116, 156) 0%, rgb(0, 171, 114) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(3, 116, 156) 0%, rgb(0, 171, 114) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(3, 116, 156) 0%, rgb(0, 171, 114) 100%);
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

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

.hm-testi-btn a.cmn-btn {
    padding: 24px 65px;
}




@media screen and (max-width: 1800px) {
    .hm-testi-item {
        padding: 45px 60px 85px 80px;
    }

    .hm-testi-item .hm-author {
        font-size: 22px;
    }

    .hm-testimonials .sub-heading {
        margin: 0 0 35px;
    }

    .hm-testi-btn a.cmn-btn {
        padding: 22px 60px;
    }

    .hm-testi-item p {
        font-size: 17px;
        margin: 0 0 30px;
    }

}

@media screen and (max-width: 1680px) {
    .hm-testi-item {
        padding: 40px 50px 70px 75px;
    }

    .hm-testi-item::before {
        left: 85px;
        top: 40px;
    }

    .hm-testi-item p {
        font-size: 16px;
        line-height: 1.7;
        margin: 0 0 25px;
    }

    .hm-testi-item .hm-author {
        font-size: 21px;
        bottom: 50px;
    }

    .hmtesti-blk {
        margin: 0 0 40px;
    }

    .hm-testi-btn a.cmn-btn {
        padding: 20px 56px;
    }


}

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


    .hm-testi-item::before {
        left: 75px;
        top: 40px;
        transform: scale(0.8);
    }

    .hm-star-rat {
        margin: 0 0 25px 65px;
        transform: scale(0.9);
    }

    .hm-testimonials {
        padding: 45px 0 0px;
    }

    .hm-testi-btn a.cmn-btn {
        padding: 18px 54px;
    }

    .hm-testi-item p {
        font-size: 15px;
        margin: 0 0 22px;
    }



}

@media screen and (max-width: 1440px) {
    .hm-testi-item {
        padding: 30px 50px 60px 65px;
    }

    .hm-testi-item::before {
        left: 60px;
        top: 30px;
        transform: scale(0.75);
    }

    .hm-star-rat {
        margin: 0 0 24px 40px;
        transform: scale(0.8);
    }

    .hm-testi-item .hm-author {
        font-size: 19px;
        bottom: 42px;
        padding: 0 0 0 60px;
    }

    .hm-testi-item .hm-author::before {
        width: 50px;
    }

    .hm-testi-item p {
        font-size: 16px;
    }

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


    .hm-testi-btn a.cmn-btn {
        padding: 17px 50px;
    }




}

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


    .hm-testi-btn a.cmn-btn {
        padding: 16px 48px;
    }

    .hm-testi-item p {
        font-size: 14px;
        margin: 0 0 22px;
    }

}

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

    .hm-testi-item {
        padding: 25px 45px 60px 55px;
    }

    .hm-testi-item::before {
        left: 51px;
        top: 24px;
        transform: scale(0.7);
    }

    .hm-star-rat {
        margin: 0 0 24px 27px;
        transform: scale(0.7);
    }

    .hm-testi-item .hm-author {
        font-size: 17px;
        padding: 0 0 0 40px;
        letter-spacing: 0;
    }

    .hm-testi-item .hm-author::before {
        width: 31px;
    }

    .hmtesti-blk {
        margin: 0 0 30px;
    }

    .hm-testimonials .sub-heading {
        margin: 0 0 25px;
    }

    .hm-testi-btn a.cmn-btn {
        padding: 14px 40px;
    }

    .hm-testi-item p {
        font-size: 13px;
        margin: 0 0 20px;
    }



}

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

    .hm-testi-item {
        padding: 25px 20px 50px;
        background-image: none;
        border-image: linear-gradient(to left, #00a676 0%, #02769b 100%) 1;
        border-width: 2px;
        border-style: solid;
        max-width: 550px;
        margin: 0 auto;
    }

    .hm-testi-item::before {
        left: 15px;
        top: 20px;
    }

    .hm-testi-item .hm-author {
        font-size: 16px;
        bottom: 32px;
    }

    .hmtesti-blk.owl-carousel .owl-stage-outer {
        padding: 0 0px 0 1px;
    }


    .hm-testi-btn a.cmn-btn {
        padding: 15px 38px;
    }

    .hm-testi-item p {
        font-size: 15px;
        line-height: 1.5;
    }

    .hm-testimonials {
        padding: 20px 0 0px;
    }

    .hm-testi-item .hm-author::before {
        width: 20px;
    }

}

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

    .hm-testimonials {
        padding: 25px 0 0px;
    }

    .hm-testimonials .sub-heading {
        margin: 0 0 20px;
    }

    .hm-testi-item {
        padding: 15px 15px 45px;
    }

    .hm-testi-item::before {
        left: 10px;
        top: 12px;
    }

    .hm-star-rat {
        margin: 0 0 17px 27px;
    }

    .hm-testi-item .hm-author {
        bottom: 30px;
        font-size: 15px;
        padding: 0 0 0 30px;
    }

    .hm-testi-item::before {
        left: 10px;
        top: 10px;
        transform: scale(0.6);
    }

    .hm-star-rat {
        margin: 0 0 17px 15px;
        transform: scale(0.6);
    }


}

@media screen and (max-width: 480px) {
    .hm-testimonials {
        padding: 20px 0 0px;
    }

    .hm-testi-item p {
        font-size: 15px;
        margin: 0 0 20px;
    }

    .hm-testi-item {
        padding: 15px 15px 40px;
    }

    .hm-testi-item .hm-author {
        bottom: 24px;
    }

    .hmtesti-blk {
        margin: 0 0 20px;
    }

}




/* Testimonials Section Ends */



/* Home Contact Section */

.hm-contact-sec {
    background-color: transparent;
}

.hm-contact-sec .container {
    max-width: 100%;
}

.hm-contact-head {
    text-align: center;
}

/*.hm-contact-flrd {
    font-family: 'Aoboshi One';
    font-weight: 400;
    font-size: 400px;
    line-height: 0.9;
    letter-spacing: -16px;
    text-transform: uppercase;
    color: #f5f5f5;
    background: -webkit-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 0.3) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: -20px 0 -190px;
}*/
.hm-contact-flrd {
    font-family: 'Aoboshi One';
    font-weight: 400;
    font-size: 300px;
    line-height: 0.9;
    letter-spacing: -16px;
    text-transform: uppercase;
    color: #f5f5f5;
    background: -webkit-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 0.3) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0px 0 -140px;
}

/*.hm-contact-tampa {
    font-family: 'Aoboshi One';
    font-weight: 400;
    font-size: 200px;
    line-height: 1;
    letter-spacing: -8px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(left, #03749c, #00a775);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
    padding: 0 10px;
}*/
.hm-contact-tampa {
    font-family: 'Aoboshi One';
    font-weight: 400;
    font-size: 130px;
    line-height: 1;
    letter-spacing: -8px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(left, #03749c, #00a775);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
    padding: 0 10px;
}

.hm-contact-image {
    margin: -160px 0 0;
}

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



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


    .hm-contact-flrd {
        font-size: 250px;
        letter-spacing: -14px;
    }

    .hm-contact-tampa {
        font-size: 130px;
        letter-spacing: -7px;
    }

    .hm-contact-image {
        margin: -145px 0 0;
    }


    .footer-main {
        margin-top: -620px;
    }

    .site-footer {
        padding: 240px 0 0;
    }



}

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

.hm-contact-flrd {
    font-size: 220px;
    letter-spacing: -10px;
    margin: 0px 0 -100px;
}

.hm-contact-tampa {
    font-size: 100px;
    letter-spacing: -6px;
}

    .hm-contact-image {
        margin: -130px 0 0;
    }

    .footer-main {
        margin-top: -550px;
    }

    .site-footer {
        padding: 220px 0 0;
    }

}

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

.hm-contact-flrd {
    font-size: 180px;
    letter-spacing: -5px;
    margin: 0px 0 -80px;
}


    .hm-contact-image {
        margin: -110px 0 0;
    }

    .footer-main {
        margin-top: -510px;
    }

    .site-footer {
        padding: 200px 0 0;
    }



}

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

.hm-contact-flrd {
    font-size: 160px;
    letter-spacing: -2px;
    margin: 0px 0 -60px;
}

    .hm-contact-image {
        margin: -100px 0 0;
    }

    .footer-main {
        margin-top: -490px;
    }

    .site-footer {
        padding: 180px 0 0;
    }


}

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

.hm-contact-flrd {
    font-size: 140px;
    letter-spacing: -1px;
    margin: 0px 0 -50px;
}

.hm-contact-tampa {
    font-size: 80px;
    letter-spacing: -3px;
}

    .hm-contact-image {
        margin: -90px 0 0;
    }

    .footer-main {
        margin-top: -460px;
    }

    .site-footer {
        padding: 170px 0 0;
    }


}

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


.hm-contact-flrd {
    font-size: 120px;
    letter-spacing: -0.5px;
    margin: 0px 0 -40px;
}

.hm-contact-tampa {
    font-size: 60px;
    letter-spacing: -1px;
}

    .hm-contact-image {
        margin: -80px 0 0;
    }



    .footer-main {
        margin-top: -350px;
    }

    .site-footer {
        padding: 130px 0 0;
    }


}

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


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

    .hm-contact-flrd {
        font-size: 65px;
        letter-spacing: 0;
        margin: 0;
        background: -webkit-linear-gradient(left, #03749c, #00a775);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .hm-contact-tampa {
        font-size: 50px;
        letter-spacing: 0;
        padding: 0;
    }

    .hm-contact-image {
        position: relative;
        margin: 0;
    }

    .hm-contact-head {
        text-align: center;
        padding: 0;
        max-width: 500px;
        margin: 0 auto;
    }

.footer-main {
    margin-top: -150px;
    position: relative;
    padding: 40px 0 0;
}

    .site-footer {
        padding: 0px 0 0;
    }

.hm-contact-image {
    position: relative;
    z-index: -1;
}
.hm-contact-image img {
    margin: -20px 0 -70px;
}

    .hm-contact-image::before {
        content: "";
        width: 100%;
        height: 50%;
        background-color: #011219;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: -1;
    }


}

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

    .hm-contact-flrd {
        font-size: 60px;
    }
.footer-main {
    margin-top: -60px;
}
.hm-contact-image img {
    margin: 0;
}


}

@media screen and (max-width:650px) {
    .hm-contact-flrd {
        font-size: 50px;
    }

    .hm-contact-tampa {
        font-size: 45px;
    }

}

@media screen and (max-width:480px) {
    .hm-contact-tampa {
        font-size: 35px;
    }
.hm-contact-flrd {
    font-size: 45px;
}

}


/* HomePage Form Section Starts */


/*.hm-form-sec {
    padding: 70px 52px;
    width: 44.3%;
    background-color: #0c1f23;
    border-image: linear-gradient(to left, #00a676 0%, #02769b 100%) 1;
    border-width: 4px;
    border-style: solid;
}*/
.hm-form-sec {
    padding: 50px 40px;
    width: 44.3%;
    background-color: #0c1f23;
    border-image: linear-gradient(to left, #00a676 0%, #02769b 100%) 1;
    border-width: 4px;
    border-style: solid;
}
.hm-form-sec .ftr-form-para {
    font-family: 'Mona Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.72px;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}

p.gform_required_legend {
    display: none;
}

.hm-form-sec .text-heading {
    color: #fff;
    font-size: 50px;
    text-align: center;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
}

.hm-form-sec .gfield input.large,
.hm-form-sec .gfield textarea.large {
    font-family: var(--bodyfont);
    font-weight: 400 !important;
    font-size: 18px !important;
    color: #ffffff !important;
    letter-spacing: 0px !important;
    line-height: 1 !important;
    letter-spacing: 0.72px !important;
    padding: 19px 25px !important;
    border: 0;
    outline: 0;
    height: auto;
    border-radius: 0 !important;
    background-color: #0c1f23 !important;
    border: 1px solid #1c4149;
    display: block;
}

.hm-form-sec .gfield textarea.large {
    height: 145px !important;
    resize: none;
    min-height: auto !important;
}

/*.hm-form-sec .gfield .ginput_container_textarea {
    margin: 0 0 35px;
}*/
.hm-form-sec .gfield .ginput_container_textarea {
    margin: 0 0 20px;
}

.hm-form-sec .gfield input::placeholder,
.hm-form-sec .gfield textarea::placeholder {
    color: #000;
}

.hm-form-sec .gfield input.large:focus,
.hm-form-sec .gfield textarea.large:focus {
    background-color: #011219 !important;
    border-image: linear-gradient(to left, #00a676 0%, #02769b 100%) 1 !important;
    border-width: 1px;
    border-style: solid;
}


/*.hm-form-sec .gfield--type-choice .gchoice {
    box-sizing: border-box;
    margin: -18px 0 0;
    align-items: center;
}*/
.hm-form-sec .gfield--type-choice .gchoice {
    box-sizing: border-box;
    margin: -10px 0 0;
    align-items: center;
}

.hm-form-sec .gchoice .gform-field-label {
    margin: 0;
}

.hm-form-sec .gfield input.large::placeholder,
.hm-form-sec .gfield textarea.large::placeholder {
    color: #fff;
    opacity: 1;
}

.gform_title {
    display: none;
}

.gchoice {
    text-align: start;
    width: 100%;
}


.form-links a,
.gfield-choice-input+label {
    font-family: var(--bodyfont);
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1;
    letter-spacing: 0.32px;
    color: #fff !important;
}

.form-links {
    color: #fff;
}

.form-links a {
    cursor: pointer !important;
    text-decoration: none;
}

.form-links a:hover {
    color: #8ca3b7 !important;
}

.hm-form-sec .gform-theme--framework .gform_validation_errors {
    display: none;
}

.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    margin: 0px 10px 0px 0px !important;
    width: 17px !important;
    height: 16px !important;
    background-color: transparent;
    border: 1px solid #fff;
    outline: 0 !important;
}

.hm-form-sec .gform_wrapper .top_label input[type="checkbox"]::placeholder {
    background: transparent !important;
}

.gform-theme--foundation {
    display: grid;
    --gf-form-gap-y: 15px;
    --gf-form-gap-y: 18px;
}

#field_submit,
.gform-theme--foundation .gform_footer {
    display: flex;
    justify-content: center;
}

.hm-form-sec .gfield_description.instruction.validation_message {
    top: 45px !important;
}

.hm-form-sec .gform_footer input[type="submit"] {
    padding: 21px 46px !important;
    font-family: var(--bodyfont);
    font-weight: 700 !important;
    font-size: 20px !important;
    letter-spacing: 0px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
    border-radius: 0px;
    border: 0px !important;
    background: url(../images/hm-form-btn.webp) !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    outline: 0 !important;
}

.hm-form-sec .gform-footer.gform_footer,
.hm-form-sec .gform_wrapper.gravity-theme .gform_page_footer {
    margin: -52px 0 0;
    padding: 0;
    justify-content: flex-end;
}

.hm-form-sec .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before {
    color: #fff !important;
}

.hm-form-sec .gform_footer input[type="submit"]:hover {
    background: url(../images/hm-form-btn-hover.webp) !important;
    background-position: center;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}

.leave-blank {
    display: none;
}

.gchoice.gchoice_1_12_1 input {
    width: 15px;
    height: 15px;
}

.popup {
    max-width: 60%;
}

div#popup-container {
    position: relative;
}

div#validation_message_6_12 {
    left: 80px;
    top: 7px;
}

.gform_wrapper .gform_validation_errors {
    display: none;
}

.gform_wrapper .gfield {
    position: relative;
}

#myPopup.show {
    display: block;
    visibility: visible;
    z-index: 99;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.gform_wrapper .gfield .validation_message.gfield_validation_message,
.gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 4px;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #ff0000;
    font-size: 13px;
    right: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
    font-family: var(--bodyFont);
}

fieldset .gfield_description.validation_message.gfield_validation_message {
    left: 0;
    bottom: -15px;
    top: auto !important;
}

.popup {
    max-width: 100%;
}

/*.hm-form-sec .gform-theme--foundation .gform_fields {
    grid-column-gap: 10px;
    grid-row-gap: 22px;
}*/
.hm-form-sec .gform-theme--foundation .gform_fields {
    grid-column-gap: 10px;
    grid-row-gap: 15px;
}

#myPopup.show {
    position: absolute;
    z-index: 5;
    padding: 10px;
    display: none;
    margin: 0;
}

.formpopuptext {
    transition: transform .15s ease-out .15s;
    pointer-events: none;
    text-align: center;
    border: 1px solid rgb(22 80 41);
    background: #fff;
    font-size: 15px;
    color: #000 !important;
    line-height: 1.5;
    max-width: 650px;
    padding: 10px;
    position: absolute;
    z-index: 5;
    display: none;
    font-family: var(--bodyFont);
}

/*Home Form Responsive */

@media screen and (max-width:1680px) {
.hm-form-sec {
    padding: 60px 40px 50px;
}

.hm-form-sec .text-heading {
    font-size: 40px;
    letter-spacing: -1.1px;
    margin-bottom: 10px;
}

    .hm-form-sec .gfield input.large,
    .hm-form-sec .gfield textarea.large {
        font-size: 17px !important;
        padding: 22px 23px !important;
    }

    .hm-form-sec p.ftr-form-para {
        font-size: 17px;
    }

    .hm-form-sec .gform-theme--foundation .gform_fields {
        grid-row-gap: 19px;
    }

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

}

@media screen and (max-width: 1550px) {
    .hm-form-sec .text-heading {
        font-size: 36px;
        letter-spacing: -0.8px;
        margin-bottom: 15px;
    }

    .hm-form-sec p.ftr-form-para {
        margin-bottom: 20px;
    }

    .hm-form-sec {
        padding: 45px 40px;
    }

    .hm-form-sec p.ftr-form-para {
        font-size: 16px;
    }

    .form-links a,
    .gfield-choice-input+label {
        font-size: 15px !important;
    }

    .hm-form-sec .gfield .ginput_container_textarea {
        margin: 0;
    }

    .hm-form-sec .gform_footer input[type="submit"] {
        padding: 19px 42px !important;
        font-size: 18px !important;
    }

}

@media screen and (max-width: 1440px) {
.hm-form-sec {
    padding: 45px 30px;
    width: 50%;
}

    .hm-form-sec .text-heading {
        font-size: 35px;
        letter-spacing: 0;
    }

    .hm-form-sec .gfield input.large,
    .hm-form-sec .gfield textarea.large {
        font-size: 16px !important;
        padding: 18px 22px !important;
    }

    .gfield textarea.large {
        height: 125px !important;
    }

    .form-links a,
    .gfield-choice-input+label {
        font-size: 15px !important;
        letter-spacing: 0;
    }

    .hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
        margin: 0px 6px 0px 0px !important;
    }

    .hm-form-sec .gform_footer input[type="submit"] {
        padding: 16px 50px !important;
        font-size: 17px !important;
    }

}

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

    .hm-form-sec p.ftr-form-para {
        font-size: 15px;
    }

    .form-links a,
    .gfield-choice-input+label {
        font-size: 14px !important;
    }

}

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


    .hm-form-sec .gfield input.large,
    .hm-form-sec .gfield textarea.large {
        font-size: 14px !important;
        padding: 13px 13px !important;
    }

    .hm-form-sec .gform-theme--foundation .gform_fields {
        grid-row-gap: 15px;
    }

    .hm-form-sec .gfield .ginput_container_textarea {
        margin: 0 !important;
    }

    .hm-form-sec .gfield--type-choice .gchoice {
        margin: -12px 0 0;
    }

    .gform_wrapper .gfield .instruction.validation_message {
        top: 34px !important;
        right: 5px !important;
    }

    .gform-theme--foundation .gfield textarea.large {
        min-block-size: 18rem;
        height: 100px !important;
    }

    .hm-form-sec .text-heading {
        font-size: 29px;
    }

    .hm-form-sec .gform_footer input[type="submit"] {
        padding: 14px 40px !important;
        font-size: 16px !important;
    }

    .hm-form-sec .gform_footer input[type="submit"] {
        padding: 14px 40px !important;
        font-size: 16px !important;
    }

    .form-links a,
    .gfield-choice-input+label {
        font-size: 14px !important;
    }

    .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .gform_wrapper .gfield .instruction.validation_message {
        top: 4px;
        font-size: 11px;
    }

    fieldset .gfield_description.validation_message.gfield_validation_message {
        bottom: -15px;
    }

.hm-form-sec .gform-footer.gform_footer, .hm-form-sec .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 15px 0 0;
    justify-content: flex-start;
}

    .hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
        width: 12px !important;
        height: 12px !important;
    }

    .hm-form-sec p.ftr-form-para {
        font-size: 14px;
    }

.hm-form-sec {
    padding: 35px 20px;
    border-width: 3px;
}
.ftr-scl-icons a {
    width: 55px;
    height: 30px;
}

}

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

    .hm-form-sec {
        width: 100%;
    }

    .hm-form-sec .gform-theme--foundation .gform_fields {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .hm-form-sec .gfield--type-choice .gchoice {
        margin: -8px 0 0;
    }

    .hm-form-sec .gfield .ginput_container_textarea {
        margin: 0 0 15px;
    }

    .formpopuptext {
        font-size: 13px;
    }

    .hm-form-sec .gform_wrapper.gravity-theme .gform_footer,
    .hm-form-sec .gform_wrapper.gravity-theme .gform_page_footer {
        margin: -44px 0 0;
    }

    fieldset .gfield_description.validation_message.gfield_validation_message {
        bottom: -12px;
        top: auto !important;
        left: 0;
    }


}

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

    .hm-form-sec {
        padding: 20px 0;
        width: 100%;
        border-width: 2px;
    }

    .hm-form-sec .gform_wrapper.gravity-theme .gform_footer,
    .hm-form-sec .gform_wrapper.gravity-theme .gform_page_footer {
        margin: 20px 0 0;
        padding: 0;
        float: none;
        text-align: center;
    }

    .hm-form-sec .gform_footer input[type="submit"] {
        padding: 14px 35px !important;
        font-size: 16px !important;
        line-height: 1 !important;
    }

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

    .hm-form-sec .gfield input.large,
    .hm-form-sec .gfield textarea.large {
        font-size: 13px !important;
        padding: 13px 15px !important;
    }

    .hm-form-sec .gfield textarea.large {
        height: 100px !important;
    }

    .hm-form-sec p.ftr-form-para {
        font-size: 13px;
    }

    .hm-form-sec .gform-footer.gform_footer,
    .hm-form-sec .gform_wrapper.gravity-theme .gform_page_footer {
        margin: 20px 0 0;
        justify-content: center;
    }

}

@media screen and (max-width:480px) {
    .hm-form-sec .text-heading {
        font-size: 20px;
        margin-bottom: 7px;
    }

    .hm-form-sec p.ftr-form-para {
        margin-bottom: 15px;
        font-size: 12px;
    }
}