/* Banner Section */
.banner-sec {
    padding: 35px 0;
    text-align: center;
    background-color: #1F1F1F;
    position: relative;
}
@media screen and (min-width: 981px) {
    .banner-sec {
        padding: 260px 0 190px;
        background-image: url(../images/banner-image.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
}
.banner-sec .container {
    width: 90%;
    max-width: 1050px;
}
.hm-bnr-cnt {
    padding: 50px;
    background-color: #FFF;
    box-shadow: 0px 49px 80px -32px rgba(31, 31, 31, 0.24);
}
@media screen and (min-width: 981px) {
    .hm-bnr-cnt {
        background-image: radial-gradient(circle at bottom right, rgba(113, 187, 172, 0.42) 0%, #fff 70%);
    }
}
.hm-bnr-cnt h1 {
    font-family: 'Josefin Sans';
    font-weight: 700;
    font-size: 44px;
    line-height: 1.2;
    color: #1f1f1f;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.hm-bnr-cnt h1 small {
    display: block;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 0px;
}
@media screen and (max-width: 980px) {
    .hm-bnr-cnt h1 {
        font-size: 30px;
    }
    .hm-bnr-cnt h1 small {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .hm-bnr-cnt h1 {
        font-size: 26px;
    }
     .hm-bnr-cnt h1 small {
        font-size: 20px;
    }
}
.hm-bnr-cnt p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    line-height: 2.1em;
    color: #2d2d2d;
    margin: 0 0 30px;
}
.hm-bnr-btn a {
    padding: 16px 36px;
    background: transparent;
        color: #1f1f1f;
            font-size: 16px;
    border-color: #0b5f6a;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 1.2;

}


@media screen and (max-width:1600px) {}
@media screen and (max-width:1240px) {
    .banner-sec .container {
        max-width: 1013px;
    }
}
@media screen and (max-width: 1140px) {
    .banner-sec .container {
        max-width: 880px;
    }
    .hm-bnr-cnt {
        padding: 45px;
    }
    .hm-bnr-cnt h1 {
        font-size: 40px;
        line-height: 1.1;
        margin: 0 0 22px;
    }
    .hm-bnr-cnt h1 small {
        font-size: 24px;
        line-height: 1.2;
    }
    .hm-bnr-cnt p {
        margin: 0 0 24px;
        line-height: 1.9;
        font-size: 17px;
    }
}
@media screen and (max-width: 980px) {
    .hm-bnr-cnt h1 {
        font-size: 30px;
    }
    .hm-bnr-cnt h1 small {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .hm-bnr-cnt h1 {
        font-size: 26px;
    }
     .hm-bnr-cnt h1 small {
        font-size: 20px;
    }
}
/*Banner Bottom Section*/
.banner-btm-sec {
    text-align: center;
    padding: 35px 0;
    background-color: #094148;
}
.banner-btm-sec h2 {
    font-family: 'Josefin Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 1.2em;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
@media screen and (max-width:1140px) {
    .banner-btm-sec h2 {
        font-size: 25px;
    }
    .banner-btm-sec {
        padding: 32px 0 28px;
    }
}
/*Home Help Section*/
.hm-help-sec {
    padding:100px 0 120px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom center;
    background-image: linear-gradient(180deg, #eff0eb 0%, rgba(255, 255, 255, 0.42) 100%), url(../images/help-sec-bg-image.webp);
}
.text-heading {
    text-align: center;
    font-family: 'Josefin Sans';
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    color: #1f1f1f;
    margin: 0 0 30px;
    padding: 0 0 30px;
    position: relative;
    text-transform: uppercase;
}
.text-heading:before {
    position: absolute;
    content: "";
    width:170px;
    border-bottom: 1px solid #3E8B83;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.hm-help-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3%;
}
.home-help-item {
    position: relative;
    padding: 0 0 25px;
}
.hhi-image {
    width: 100%;
    display: block;
    background: linear-gradient(180deg, rgba(113, 187, 172, 0.36) 0%, rgba(113, 187, 172, 0.75) 100%);
    img {
        width: 100%;
        display: block;
        font-size: 0;
    }
}
.hhi-content {
    display: block;
    background-color: #e8f4f2;
    border-bottom: 4px solid #3e8b83;
    padding: 17px 20px;
    position: absolute;
    width: calc(100% - 20px);
    height: auto;
    bottom: 0;
    margin: 0 10px;
    /* transform: translateY(40px); */
    transition: all .33s ease-in-out;
    text-align: center;
    h3 {
        font-family: var(--bodyFont);
        font-weight: 700;
        font-size: 18px;
        line-height: 1.16;
        color: #0b5f6a;
        text-transform: uppercase;
        min-height: 62px;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .33s ease-in-out;
    }
    P {
        font-family: 'Montserrat';
        font-weight: 400;
        font-size: 16px;
        line-height: 2;
        color: #1f1f1f;
        margin: 0;
        display: none;
    }
}
.home-help-item:hover {
    img {
        opacity: 0.5;
    }
    .hhi-content p {
        height: auto;
        display: block;
    }
}
.home-help-item a.hhi-link {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 0;
    z-index: 5;
}

.hm-help-itm {
    /* width: 22%; */
    position: relative;
    padding: 0 0 40px;
}
.hm-help-itm-cnt {
    background-color: #e8f4f2;
    border-bottom: 4px solid #3e8b83;
    padding: 15px 20px;
    position: absolute;
    width: calc(100% - 20px);
    height: auto;
    bottom: 0;
    margin: 0 10px;
    text-align: center;
}
/* .hm-help-itm:hover .hm-help-itm-cnt,
.hm-help-itm:hover .hm-help-itm-cnt p {
    transition: all ease 0.5s;
} */
.hm-help-itm-cnt h3 {
    font-family: 'Josefin Sans';
    font-weight: 700;
    font-size: 18px;
    line-height: 1.16;
    color: #0b5f6a;
    text-transform: uppercase;
    min-height: 62px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hm-help-itm:hover .hm-help-itm-cnt h3 {
    margin: 0 0 20px;
}
.hm-help-itm-cnt p {
    font-family: 'Montserrat';
    font-weight: 400;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    height: 0;
    margin: 0;
    color: #1f1f1f;
    transition:  all .2s ease-in-out;
}
.hm-help-itm-img {
    width: 100%;
    display: block;
    background: linear-gradient(180deg, rgba(113, 187, 172, 0.36) 0%, rgba(113, 187, 172, 0.75) 100%);
}
.hm-help-itm-img img {
    display: block;
    width: 100%;
    font-size: 0;
}
.hm-help-itm:hover .hm-help-itm-cnt p {
    font-size: 16px;
    line-height: 2;
    height: auto;
    visibility: visible;
}
.hm-help-itm-hvr a {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 0;
    z-index: 5;
}
@media screen and (max-width:1600px) {
    .container {
        max-width: 1280px;
    }
    .hm-help-sec {
      padding: 90px 0 125px;
    }
}
@media screen and (max-width: 1440px) {
    .container {
        max-width: 1110px;
    }

}
@media screen and (max-width: 1240px) {
    .container {
        max-width: 1100 px;
    }
    .hhi-content {
        padding: 13px 15px;
    }
    .hhi-content h3 {
        font-size: 17px;
        line-height: 1.06;
        min-height: 55px;
    }
    .hhi-content p {
        font-size: 15px;
    }
    .home-help-item:hover {
    .hhi-content p {
        line-height: 1.8;
    }
    }
    .hm-help-sec {
        padding:85px 0 100px;
    }
    .text-heading {
        font-size: 28px;
        margin: 0 0 28px;
        padding: 0 0 24px;
    }
}
@media screen and (max-width: 1140px) {
    .container {
        max-width: 880px;
        padding: 0 15px;
    }
    .home-help-item {
        padding:0 0 20px;
    }
    .hm-help-list {
        gap: 3% 2.7%;
    }
    .text-heading {
        font-size: 26px;
        margin: 0 0 26px;
        padding: 0 0 21px;
    }
    .hhi-content {
        padding:22px 19px;
        width: calc(100% - 16px);
        margin: 0 10px;
        border-width: 3px;
    }
    .hhi-content h3 {
        font-size: 15px;
        min-height: 50px;
    }
    .home-help-item:hover .hhi-content h3 {
        margin: 0 0 10px;
    }
    .hhi-content p {
        font-size: 15px;
    }

    .home-help-item:hover {
        .hhi-content p {
            line-height: 1.6;
        }
    }

}
@media screen and (max-width: 980px) {
    .hm-help-list {
        gap: 1.2% 1.5%;
        grid-template-columns: repeat(2, 1fr);
    }
    .hhi-content h3 {
        font-size: 18px;
        min-height: 50px;
    }
    .hm-help-sec {
        padding: 45px 0 120px;
        background-image: initial;
        background-color: #fff;
    }
    .text-heading {
        font-size: 24px;
    }

}
@media screen and (max-width: 767px) {
    .text-heading {
        font-size: 22px;
    }
    .container {
        max-width: 680px;
    }
}
@media screen and (max-width: 479px) {
    .hm-help-list {
        gap: 0.6%;
        grid-template-columns: repeat(1, 1fr);
    }
}

/*Help Bottom Section*/
.hm-help-btm-sec {
    position: relative;
    height: 810px;
    overflow: hidden;
    background-image: url('../images/meridian_team_image.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

@media screen and (max-width:1440px) {
    .hm-help-btm-sec {
        height: 650px;
    }

}
@media screen and (max-width: 1024px) {
    .hm-help-btm-sec {
        height: 520px;
    }
}


/*Home Commitment Section*/
.hm-cmtd-news-testi {
    background-image: linear-gradient(180deg, #eff0eb 0%, rgba(255, 255, 255, 0.42) 100%), url(../images/help-sec-bg-image.webp);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom center;
}
.hm-commitment-sec .container {
    max-width: 1550px;
}
.hm-commitment-sec {
    margin: -75px 0 0;
    position: relative;
}
.hm-cmtmnt-blk {
    background-image: radial-gradient(circle at bottom right, rgba(113, 187, 172, 0.42) 0%, #fff 70%);
    background-color: #FFF;
    box-shadow: 0px 49px 80px -32px rgba(31, 31, 31, 0.24);
    padding: 75px 45px;
    position: relative;
}
.hm-cmtmnt-blk h2 {
    font-family: 'Josefin Sans';
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    color: #1f1f1f;
    text-transform: uppercase;
    padding: 0 0 30px;
    margin: 0 0 30px;
    position: relative;
}
.hm-cmtmnt-blk h2:before {
    position: absolute;
    content: "";
    width: 11.7%;
    border-bottom: 1px solid #3e8b83;
    bottom: 0;
    left: 0;
}
.hm-cmtmnt-cnt {
    column-count: 2;
    column-gap: 20px;
}
.hm-cmtmnt-blk p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    line-height: 2;
    color: #2d2d2d;
    margin: 0;
}
@media screen and (max-width:1800px) {
    .hm-commitment-sec .container {
        max-width: 1428px;
    }
}
@media screen and (max-width:1600px) {
    .hm-commitment-sec .container {
        max-width: 1280px;
    }
}
@media screen and (max-width: 1440px) {
    .hm-commitment-sec .container {
        max-width: 1110px;
    }
}
@media screen and (max-width: 1240px) {
    .hm-commitment-sec .container {
        max-width: 1013px;
    }
    .hm-cmtmnt-blk h2 {
        font-size: 28px;
        padding: 0 0 24px;
        margin: 0 0 28px;
    }
    .hm-cmtmnt-blk {
        padding: 60px 40px;
    }
    .hm-cmtmnt-blk p {
        font-size: 17px;
        line-height: 1.9;
    }
}
@media screen and (max-width: 1140px) {
    .hm-commitment-sec .container {
        max-width: 880px;
    }
    .hm-cmtmnt-blk {
        padding: 50px 34px;
    }
    .hm-cmtmnt-blk h2 {
        font-size: 26px;
        padding: 0 0 21px;
        margin: 0 0 26px;
    }
    .hm-cmtmnt-blk p {
        font-size: 16px;
        line-height: 1.8;
    }
}
@media screen and (max-width: 980px) {
    .hm-cmtmnt-blk {
        padding: 35px 45px;
        background-image: initial;
        text-align: center;
    }
    .hm-cmtmnt-blk h2:before {
        width: 21%;
        right: 0;
        margin: auto;
    }
    .hm-cmtmnt-cnt {
        column-count: initial;
        column-gap: 0;
    }
    .hm-cmtmnt-blk p {
        margin: 0 0 25px;
    }
    .hm-cmtmnt-blk p:last-child {
        margin-bottom:0;
    }
    .hm-commitment-sec {
        margin: -55px 0 0;
    }
    .hm-help-btm-sec {
        height: 390px;
        background-attachment: initial;
    }
    .hm-cmtmnt-blk h2 {
        font-size: 24px;
        padding: 0 0 20px;
        margin: 0 0 24px;
    }
}
@media screen and (max-width: 767px) {
    .hm-help-btm-sec {
        height: 200px;
        background-position: top center;
    }
    .hm-cmtmnt-blk h2 {
        font-size: 22px;
    }
    .hm-cmtmnt-blk {
        padding: 30px 25px;
    }
}
@media screen and (max-width:479px) {
    .hm-commitment-sec {
        margin: -40px 0 0;
    }
}

/*Home News Section*/
.hm-news-sec {
    padding: 110px 0 50px;
}
.hm-news-lst {
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
}
.hm-news-itm {
    width: 100%;
    max-width: 222px;
    padding: 0 14px 15px;
    min-height: 245px;
    border-right: 1px solid #333;
}
.hm-news-itm:first-child {
    border-left: 1px solid #333;
}
.hm-news-itm h4 {
    margin: 0;
}
.hm-news-itm h4 a {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #0b5f6a;
    margin: 0;
    display: inline-block;
}
.hm-news-itm h4 a:hover {
    text-decoration: underline;
}
.hm-news-btn {
    text-align: center;
}
@media screen and (max-width:1240px) {
    .hm-news-sec {
        padding: 90px 0 50px;
    }
    .hm-news-itm {
        padding: 0 13px 13px;
        min-height: 230px;
    }
}
@media screen and (max-width: 1140px) {
    .hm-news-sec {
        padding: 74px 0 50px;
    }
    .hm-news-itm {
        padding: 0 12px 12px;
        min-height: 200px;
        max-width: 215px;
    }
    .hm-news-itm h4 a {
        font-size: 17px;
        line-height: 1.4;
    }
}
@media screen and (max-width:980px) {
    .hm-cmtd-news-testi {
        background-image: initial;
        background-color: #fff;
    }
        .hm-news-itm {
        display: none;
    }
    .hm-news-itm.collaborate {
        display: block;
        min-height: auto;
        max-width: 100%;
        padding: 0 14px 15px;
        text-align: center;
        border-right: 0;
    }

}

@media screen and (max-width:480px) {
    .hm-help-btm-sec {
        margin-top: 100px;
    }
}



/* Testimonials Section Starts */
.hm-testimonials .container {
    max-width: 1050px;
}
.hm-testimonials .testi-blk {
    padding: 80px 60px 0;
    position: relative;
}
.hm-testimonials .testi-blk:before {
    position: absolute;
    content: "";
    width: 55px;
    height: 55px;
    background-image: url(../images/quote-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.hm-testimonials {
    text-align: center;
    padding: 0 0 100px;
}
.hm-testimonials .hm-testi-item {
    width: 100%;
}
.hm-testimonials .hm-testi-item p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    line-height: 2;
    color: #2d2d2d;
    position: relative;
    margin: 0 0 15px;
}
.hm-testimonials .hm-testi-item h3 {
    color: #000;
    font-size: 22px;
    position: relative;
    text-transform: capitalize;
}
.hm-testimonials .hm-testi-item h4.author {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #2d2d2d;
    margin: 0;
}
.hm-testimonials .testi-blk .owl-nav {
    width: 100%;
}
.hm-testimonials .testi-blk .owl-nav button,
.hm-atrnys-list.owl-carousel .owl-nav button {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #0b5f6a;
    border-radius: 0;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    top: 49%;
}
.hm-testimonials .testi-blk .owl-nav button.owl-prev,
.hm-atrnys-list.owl-carousel .owl-nav button.owl-prev {
    background-image: url(../images/prev-arw.webp);
    left: 0;
}
.hm-testimonials .testi-blk .owl-nav button.owl-next,
.hm-atrnys-list.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/next-arw.webp);
    right: 0;
}
.hm-testimonials .testi-blk .owl-nav button span,
.hm-atrnys-list.owl-carousel .owl-nav button span {
    font-size: 0;
    font-weight: bold;
}
.hm-testimonials .testi-blk .owl-nav button:hover,
.hm-atrnys-list.owl-carousel .owl-nav button:hover {
    background-color: #1F1F1F !important;
}
.hm-testimonials .testi-blk .owl-nav button:hover span {
    color: #fff;
}
.hm-testimonials .testi-blk .owl-nav button:focus,
.hm-atrnys-list.owl-carousel .owl-nav button:focus {
    outline: 1px dotted #fff;
    outline-offset: -1px;
}
.hm-testimonials .testi-btn {
    padding: 20px 0 0;
}
.hm-testimonials .testi-btn a {
    background-color: #eeeeee;
}
.hm-testimonials .testi-btn a:hover {
    background-color: #000;
}
@media screen and (max-width:1240px) {
    .hm-testimonials {
        padding: 0 0 75px;
    }
    .hm-testimonials .container {
        max-width: 1013px;
    }
}
@media screen and (max-width: 1140px) {
    .hm-testimonials .container {
        max-width: 880px;
    }
    .hm-testimonials .testi-blk {
        padding: 72px 55px 0;
    }
    .hm-testimonials .hm-testi-item p {
        font-size: 16px;
        line-height: 1.8;
    }
    .hm-testimonials .testi-blk .owl-nav button,
    .hm-atrnys-list.owl-carousel .owl-nav button {
        width: 26px;
        height: 26px;
    }
    .hm-testimonials {
        padding: 0 0 70px;
    }
}
@media screen and (max-width: 767px) {
    .hm-testimonials {
        padding: 0 0 50px;
    }
}
@media screen and (max-width:479px) {
    .hm-testimonials .testi-blk {
        padding: 70px 50px 0;
    }
}
/* Testimonials Section Ends */

/*Home Issues Section*/
.hm-issues-sec {
    padding: 100px 0 0;
    background-image: url(../images/issues-sec-bg-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
        background-position: center;
}
.hm-issues-cnt-blk {
    width: 66.7%;
    background-image: radial-gradient(circle at bottom right, rgba(113, 187, 172, 0.42) 0%, #fff 70%);
    background-color: #FFF;
    padding: 75px 45px;
    margin: 0 0 -100px auto;
    box-shadow: 0px 49px 80px -32px rgba(31, 31, 31, 0.24);
    text-align: left;
    position: relative;
}
.hm-issues-cnt-blk .text-heading {
    text-align: left;
}
.hm-issues-cnt-blk .text-heading:before {
    left: 0;
    right: auto;
}
.hm-issues-cnt-blk p,
.hm-issues-cnt-blk ul li {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    line-height: 2.1;
    color: #2d2d2d;
    margin: 0 0 20px;
}
.hm-issues-cnt-blk p:last-child {
    margin: 0;
}
.hm-issues-cnt-blk ul {
    margin: 0 0 30px;
}
.hm-issues-cnt-blk ul li {
    line-height: 1.4;
    margin: 0 0 10px !important;
    padding: 0 0 0 25px;
    position: relative;
}
.hm-issues-cnt-blk ul li:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 26px;
    background-image: url(../images/isses-law-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    top: 4px;
    left: 0;
}
@media screen and (max-width:1440px) {
    .hm-issues-cnt-blk {
        padding: 60px 38px;
        margin: 0 0 -95px auto;
        width: 67.7%;
    }
    .hm-issues-cnt-blk p,
    .hm-issues-cnt-blk ul li {
        font-size: 17px;
        line-height: 2;
        margin: 0 0 18px;
    }
    .hm-issues-sec {
        padding: 95px 0 0;
    }
    .hm-issues-cnt-blk ul li:before {
        width: 19px;
        height: 23px;
        top: 9px;
    }
}
@media screen and (max-width: 1240px) {
    .hm-issues-sec {
        padding: 75px 0 0;
    }
    .hm-issues-cnt-blk {
        padding: 48px 35px;
        margin: 0 0 -75px auto;
    }
    .hm-issues-cnt-blk p,
    .hm-issues-cnt-blk ul li {
        font-size: 15px;
        line-height: 1.8;
        margin: 0 0 15px;
    }
    .hm-issues-cnt-blk ul li:before {
        width: 18px;
        height: 21px;
        top: 7px;
    }
}
@media screen and (max-width: 980px) {
    .hm-issues-sec {
        padding: 50px 0;
        background-image: initial;
        background-color: #3e8b83;
    }
    .hm-issues-cnt-blk {
        padding: 35px 45px;
        margin: 0 auto;
        width: 100%;
        background-image: initial;
    }
    .hm-issues-cnt-blk p, .hm-issues-cnt-blk ul li {
        font-size: 16px;
    }
}
@media screen and (max-width:767px) {
    .hm-issues-cnt-blk {
        padding: 35px 25px;
    }
}



/*Home Attorney Secton*/
.hm-attornry-sec {
    padding: 200px 0 100px;
    background-image: linear-gradient(180deg, #eff0eb 0%, rgba(255, 255, 255, 0.42) 100%), url(../images/help-sec-bg-image.webp);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom center;
}
.hm-atrnys-list {
    margin: 0 0 30px;
}
.hm-atrny-itm {
    text-align: center;
    border: 1px solid #71bbac73;
    padding: 0 0 15px;
    position: relative;
    width: 100%;
}
.hm-atrny-img img {
    width: 100%;
    display: block;
}
.hm-atrny-ctn {
    padding: 12px 15px 0;
}
.hm-atrny-ctn h4 {
    font-family: 'Josefin Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: #0b5f6a;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.hm-atrny-ctn p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    line-height:1.2;
    color: #2d2d2d;
    margin: 0;
    text-transform: uppercase;
}
.hm-atrny-hvr a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0;
    z-index: 5;
}
.hm-atrny-itm:hover {
    background-color: #71bbac3b;
    border-color: #1F1F1F;
}
.hm-atrnys-list.owl-carousel .owl-stage,
.hm-atrnys-list.owl-carousel .owl-item {
    display: flex;
}
.hm-atrnys-list.owl-carousel .owl-stage-outer {
    padding: 0 0 0 2px;
}
.hm-atrny-btn {
    text-align: center;
}
@media screen and (max-width:1440px) {
    .hm-attornry-sec {
        padding: 185px 0 85px;
    }
}
@media screen and (max-width: 1240px) {
    .hm-attornry-sec {
        padding: 160px 0 75px;
    }

    .hm-atrnys-list {
        margin: 0 0 25px;
    }
}

@media screen and (max-width:980px) {
    .hm-attornry-sec {
        padding: 50px 0;
        background-image: initial;
        background-color: #fff;
    }
}
/*Home Awards Section*/
.hm-awards-sec {
    padding: 30px 0;
    background-color: #fff;
}

@media screen and (max-width:767px) {
    .hm-awards-itm {
        width: 100%;
        max-width: 250px;
        margin: auto;
    }

}



/*Home Contact Section*/
.hm-contact-sec {
    padding: 100px 0;
    background-color: #e8f4f2;
    text-align: center;
}
.hm-contact-sec p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 2.1;
    color: rgba(45, 45, 45);
    margin: 0 auto;
    width: 100%;
    max-width: 780px;
}
.hm-attrny-btm{
	margin-bottom: 75px;
}
.hm-attrny-btm .attrnys-img img {
    width: 100%;
    display: block;
}
.hm-attrny-btm .attrnys-img{
	max-width:1000px;
	margin: 0 auto 30px;
}
.hm-attrny-btm p {
    line-height: 1.4 !important;
    margin-bottom: 25px;
}
@media screen and (max-width:1440px) {
    .hm-contact-sec {
        padding: 85px 0;
    }
    .hm-contact-sec p {
        line-height: 1.9;
    }
	.hm-attrny-btm{
	margin-bottom: 60px;
}
}
@media screen and (max-width: 1240px) {
    .hm-contact-sec {
        padding: 75px 0;
    }
    .hm-contact-sec p {
        line-height: 1.8;
    }
	.hm-attrny-btm p {
    margin-bottom: 20px;
}
		.hm-attrny-btm{
	margin-bottom: 50px;
}
}
@media screen and (max-width: 980px) {
    .hm-contact-sec {
        padding: 50px 0;
    }
}
@media screen and (max-width:767px) {
    .hm-contact-sec p {
        line-height: 1.8;
        max-width: 100%;
        font-size: 18px;
    }
	.hm-attrny-btm p {
    margin-bottom: 15px;
}
	.hm-attrny-btm {
    margin-bottom: 35px;
}
}

/* Home Blog Section Starts */
.hm-blog-sec {
    padding: 60px 0;
}
.hm-blog-sec .hm-blog-blk {
    flex-wrap: wrap;
    display: flex;
}
.hm-blog-sec .hmblg-item {
    background: #ccc;
    width: 32%;
    padding: 20px;
    margin: 0 0.5%;
}
.hm-blog-sec .hmblgcnt h3 {
    font-size: 26px;
    margin: 0 0 15px 0;
    color: #000;
    line-height: 1;
}
.hm-blog-sec .hmblgcnt p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 20px 0px;
}
.hm-blog-sec .hmpost_btn {
    margin: 20px 0 10px 0;
}
.hm-blog-sec .hmpost_btn a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
}
.hm-blog-sec .hmnews-btn {
    text-align: center;
    margin: 30px 0 0 0;
}
.hm-blog-sec .hmnews-btn a {
    background-color: #eee;
}
.hm-blog-sec .hmnews-btn a:hover {
    background-color: #000;
}
/* Home Blog Section Ends */
/* HomePage FAQ's Section Starts */
.hm-faq-sec {
    padding: 50px 0;
}
.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 1000px;
    margin: 0 auto;
}
.accordion-section-content {
    background-color: #999;
    padding: 10px;
    border-radius: 0 0 5px 5px;
}
.accordion-section:not(.accordien-active) .accordion-section-content {
    display: none;
}
.accordion-heading {
    background-color: #ccc;
    padding: 10px 15px;
    margin: 0;
    cursor: pointer;
}
.accordion-section-content p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0px;
}
.accordion-section .accordion-heading {
    border-radius: 5px;
    font-size: 26px;
    margin: 0;
    color: #000;
    line-height: 1;
}
.accordion-section.accordien-active .accordion-heading {
    border-radius: 5px 5px 0 0;
}
/* HomePage FAQ's Section Ends */
/* HomePage Tab Section Starts */
.tab-btn,
.tab-btn:hover {
    padding: 15px 30px;
    border-radius: 5px;
    background-color: #f9f9f9;
    border: 1px solid #999;
    top: -2px;
    position: relative;
    outline: none;
    width: max-content;
}
.tab-btn:hover {
    background-color: #f6f6f6;
    cursor: pointer;
}
.tab-btn.tab-btn-active {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    top: 2px;
    border-radius: 5px 5px 0 0;
}
.tab-content-area {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 0 5px 5px 5px;
}
.tab-pane {
    display: none;
}
.tab-pane.tab-pane-active {
    display: block;
}
/* HomePage Tab Section Ends */
/* HomePage Form Section Starts */
.hm-form-sec {
    width: 60%;
    background-image: radial-gradient(circle at bottom right, rgba(113, 187, 172, 0.42) 0%, #fff 70%);
    background-color: #FFF;
    padding: 75px 45px;
    box-shadow: 0px 49px 80px -32px rgba(31, 31, 31, 0.24);
    margin: 0 0 -90px;
}
.hm-form-sec .text-heading {
    text-align: left;
    line-height: 1.2;
}
.hm-form-sec .text-heading strong {
    display: block;
}
.hm-form-sec .text-heading:before {
    left: 0;
    right: auto;
}
.hm-form-sec p {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #2d2d2d;
    line-height: 1;
    margin: 0 0 15px 0;
}
.hm-form-sec .gform_wrapper .gfield_required .gfield_required_text {
    display: none;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield_label {
    padding: 0;
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 400;
    text-transform: capitalize;
    color: #2d2d2d;
    line-height: 1;
    margin: 0 0 25px;
    display: inline-block;
}
.hm-frm-blk {
    margin: 45px 0 0;
}
p.gform_required_legend {
    display: none;
}
.hm-form-sec .gfield input,
.hm-form-sec .gfield textarea {
    font-family: 'Montserrat' !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #1f1f1f !important;
    letter-spacing: 0px !important;
    line-height: 1 !important;
    padding: 12px !important;
    height: auto;
    border-radius: 0 !important;
    background-color: transparent !important;
    border: 1px solid #1f1f1f;
    outline: 0;
    width: 100%;
    position: relative;
}
.hm-form-sec .gfield input:focus,
.hm-form-sec .gfield textarea:focus {
    outline: 1px dotted #1f1f1f;
}
.gform_title {
    display: none;
}
.hm-form-sec .gform_wrapper .gfield_error [aria-invalid=true] {
    border: 1px solid #1f1f1f !important;
}
.hm-form-sec .gchoice {
    text-align: left;
    width: fit-content;
    margin: 0 auto 0 0;
}
.hm-form-sec .gfield textarea.large {
    height: 130px !important;
    resize: none;
    min-height: auto !important;
    margin: 0 0 10px !important;
}
.gfield input::placeholder,
.gfield textarea::placeholder {
    color: #000;
}
.gform_wrapper .gfield_error [aria-invalid=true] {
    border: none !important;
}
.form-links {
    color: #2d2d2d !important;
}
.form-links a,
.hm-form-sec .gform_wrapper.gravity-theme .gfield_checkbox label {
    font-size: 18px !important;
    font-family: 'Montserrat' !important;
    font-weight: 400;
    color: #1f1f1f !important;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding: 0 0 10px 0;
}
.form-links a {
    cursor: pointer;
}
.form-links a:before {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(1);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #3e8b83;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.form-links a:hover:before {
    transform: scaleX(0);
    transform-origin: bottom left;
}
.hm-form-sec .gform_wrapper .gfield.chk .gfield_label {
    display: none;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield-choice-input+label {
    max-width: 100%;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    margin: 0px 2px 10px 0px !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 0 !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 .gform_wrapper.gravity-theme .gform_footer {
    margin: -73px 0 0;
    padding: 0;
    text-align: right;
    justify-content: flex-end;
}
.hm-form-sec .gform_footer input[type="submit"] {
    padding: 20px 43px !important;
    font-family: 'Montserrat' !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    border-radius: 0 !important;
    letter-spacing: 0px !important;
    text-transform: uppercase !important;
    background: transparent;
    color: #2d2d2d !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
    border: 2px solid #0b5f6a;
    display: inline-block;
    width: auto;
}
.hm-form-sec .gform_footer input[type="submit"]:hover {
    background-color: #0B5F6A;
    color: #fff !important;
    border-color: #0B5F6A;
}
.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;
}
.gform_wrapper .gfield .instruction.validation_message {
    bottom: 8px;
    top: inherit !important;
}
fieldset .gfield_description.validation_message.gfield_validation_message {
    top: inherit !important;
    bottom: -13px;
}
.popup {
    max-width: 100%;
}
.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
#myPopup.show {
    position: absolute;
    z-index: 5;
    padding: 10px;
    display: none;
    margin: 0;
}
.formpopuptext {
    transition: transform .15s ease-out .15s;
    text-align: center;
    border: 1px solid #165029;
    cursor: pointer;
    background: #fff;
    font-size: 14px;
    color: #000 !important;
    line-height: 1.5;
    max-width: 650px;
    padding: 10px;
    position: absolute;
    z-index: 5;
    display: none;
}
.formDesclimerClose {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    line-height: 1;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-family: 'eicons';
    font-size: x-large;
    font-weight: 700;
    cursor: pointer;
    z-index: 999;
}
.gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 13px 0 0 0;
    justify-content: center;
}
.hm-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message {
    position: inherit;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #0b5f6a;
    margin: 10px 0px 20px 10px;
}
.hm-form-sec .gform_wrapper .gfield.gfield_error.emil input {
    background-image: url(../images/form-error-img.webp);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right bottom;
}

.hm-atrny-itm img {
    filter: grayscale(1);
}

.hm-atrny-itm:hover img {
    filter: grayscale(0);
}

@media screen and (max-width:1240px) {
    .hm-form-sec {
        padding: 60px 38px;
        margin: 0 0 -86px;
    }
    .hm-form-sec p {
        font-size: 17px;
    }
    .hm-frm-blk {
        margin: 38px 0 0;
    }
    .hm-form-sec .gform_wrapper.gravity-theme .gfield_label {
        font-size: 16px;
        margin: 0 0 22px;
    }
    .form-links a,
    .hm-form-sec .gform_wrapper.gravity-theme .gfield_checkbox label {
        font-size: 17px !important;
        padding: 0 0 8px 0;
    }
    .hm-form-sec .gform_footer input[type="submit"] {
        padding: 20px 36px 17px !important;
        font-size: 17px !important;
    }
    .hm-form-sec .gfield textarea.large {
        height: 122px !important;
        margin: 0 0 5px !important;
    }
}
@media screen and (max-width: 1140px) {
    .hm-form-sec {
        padding: 50px 32px;
        margin: 0 0 -78px;
    }
    .hm-form-sec .text-heading {
        font-size: 24px;
    }
    .hm-form-sec p {
        font-size: 16px;
        margin: 0 0 13px 0;
    }
    .hm-frm-blk {
        margin: 32px 0 0;
    }
    .hm-form-sec .gform_wrapper.gravity-theme .gfield_label {
        font-size: 15px;
        margin: 0 0 18px;
    }
    .hm-form-sec .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 13px;
    }
    .hm-form-sec .gfield textarea.large {
        height: 112px !important;
    }
    .form-links a,
    .hm-form-sec .gform_wrapper.gravity-theme .gfield_checkbox label {
        font-size: 15px !important;
        padding: 0 0 6px 0;
    }
    .hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
        margin: 0px 2px 7px 0px !important;
        width: 14px !important;
        height: 14px !important;
    }
    .hm-form-sec .gform_footer input[type="submit"] {
        padding: 19px 28px 16px !important;
        font-size: 16px !important;
        border-width: 2px;
    }
    .hm-form-sec .gform_wrapper.gravity-theme .gform_footer {
        margin: -59px 0 0;
    }
    .hm-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message {
        font-size: 16px;
        margin: 8px 0px 15px 10px;
    }
}

@media screen and (max-width:980px) {
    .hm-form-sec {
        padding: 35px 45px;
        margin: 0 0 50px;
        width: 100%;
        background-image: initial;
        background-color: #fff;
    }
    .hm-form-sec .text-heading {
        font-size: 24px;
        text-align: center;
    }
    .hm-form-sec .text-heading strong {
        display: inline;
    }
    .hm-form-sec .text-heading:before {
        left: 0;
        right: 0;
    }
    .hm-form-sec p {
        text-align: center;
    }

}
@media screen and (max-width: 767px) {
    .hm-form-sec {
        padding: 35px 25px;
    }
    .hm-form-sec .text-heading {
        font-size: 22px;
    }
}
@media screen and (max-width:640px) {
    .hm-form-sec .gform_wrapper.gravity-theme .gfield.gfield--width-half {
        grid-column: span 6;
        -ms-grid-column-span: 6;
    }
    .hm-form-sec .gform_wrapper.gravity-theme .gform_fields {
        grid-column-gap: 2%;
    }

}
@media screen and (max-width: 600px) {
    .hm-form-sec .gform_wrapper.gravity-theme .gfield.gfield--width-half {
        grid-column: span 12;
        -ms-grid-column-span:12;
    }
    .hm-form-sec .gform_wrapper.gravity-theme .gform_footer {
        margin: 26px 0 0;
        justify-content: flex-start;
    }
}
