/* Banner Section */
.banner-sec {
    background-image: url(../images/bnr-mbl-scr.webp);
    padding: 200px 0 30px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
@media screen and (min-width: 992px) {
    .banner-sec {
        background-image: url(../images/banner-sec-bg.webp);
        padding: 120px 0 60px;
    }
}
.banner-sec::before {
    content: '';
    position: absolute;
    background-image: -webkit-linear-gradient(-90deg, rgb(249 226 203 / 1%) 0%, rgb(252 241 229 / 0%) 70%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    opacity: 90%;
    pointer-events: none;
}
.banner-sec .container {
    max-width: 1600px;
    width: 100%;
    margin: auto;
}
.banner-cont {
    background-color: rgb(0, 0, 0, 0.8);
    width: 41%;
    padding: 180px 50px 110px;
    border-radius: 0 0 500px 500px;
    text-align: center;
}
.banner-cont h1 {
    margin: 0;
}
.banner-cont span.yur {
    font-family: 'Sora';
    font-weight: 500;
    font-size: 50px;
    line-height: 1;
    letter-spacing: -1px;
    text-transform: capitalize;
    color: #ff400d;
    display: block;
    margin: 0 0 25px;
}
.banner-cont span.rel {
    font-family: 'Gloock';
    font-weight: 400;
    font-size: 70px;
    letter-spacing: 1.4px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 40px;
    margin: 0 0 40px;
    display: block;
    position: relative;
}
.banner-cont span.rel::before {
    content: '';
    position: absolute;
    background-image: url(../images/bnr-bfr.webp);
    background-repeat: no-repeat;
    width: 253px;
    height: 23px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.banner-cont span.rel strong {
    display: block;
    font-family: 'Gloock';
    font-weight: 400;
    font-size: 60px;
    letter-spacing: 1.2px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #fff;
}
.banner-cont .bnr-cnt {
    font-family: 'Sora';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
    color: #ffffff;
    margin: 0 0 35px;
}
.bnr-btn a.cmn-btn {
    padding: 19px 67px 19px 36px;
    border: 1px solid #ff400d;
}
.bnr-btn a.cmn-btn:hover {
    border-color: #fff;
}
.cons-btn a.cmn-btn {
    border: 1px solid #ff400d;
}
.cons-btn a.cmn-btn:hover {
    border-color: #fff;
}
/* Banner Bottom Section */
.hm-banner-btm-sec {
    background-color: #ff400d;
    background-image: url(../images/ftr-menu-img.webp);
    padding: 27px 0 16px;
}
.hm-banner-btm-sec .container {
    max-width: 100%;
    width: 100%;
}
.banner-btm-list h3 {
    display: inline;
    font-family: 'Sora';
    font-weight: 800;
    font-size: 72px;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #ffffff;
    text-transform: uppercase;
    padding-right: 70px;
    margin-right: 86px;
    position: relative;
}
.banner-btm-list h3::before {
    content: "";
    background: url(../images/hm-sprites.webp);
    background-position: -104px -21px;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/* Banner Section Responsive */
@media screen and (max-width:1900px) {
    .banner-btm-list h3 {
        font-size: 65px;
    }
}
@media screen and (max-width:1800px) {
    .banner-sec .container,
    .container {
        max-width: 1500px;
    }
    a.cmn-btn {
        font-size: 19px;
        padding: 18px 50px 18px 22px;
    }
    a.cmn-btn::before {
        transform: scale(0.9);
        right: 19px;
    }
    .banner-sec {
        padding: 114px 0 60px;
    }
    .banner-cont {
        padding: 160px 50px 100px;
    }
    .banner-cont span.yur {
        font-size: 45px;
    }
    .banner-cont span.rel {
        font-size: 65px;
        padding-bottom: 35px;
        margin: 0 0 30px;
    }
    .banner-cont span.rel strong {
        font-size: 55px;
    }
    .banner-cont span.rel::before {
        transform: scale(0.9);
    }
    .banner-cont .bnr-cnt {
        font-size: 20px;
        margin: 0 0 30px;
    }
    .bnr-btn a.cmn-btn {
        padding: 18px 60px 18px 30px;
    }
    .banner-btm-list h3 {
        font-size: 60px;
    }
    .banner-btm-list h3::before {
        transform: scale(0.9);
    }
}
@media screen and (max-width:1700px) {
    .banner-sec .container,
    .container {
        max-width: 1440px;
    }
    a.cmn-btn {
        font-size: 18px;
        padding: 16px 40px 16px 20px;
    }
    a.cmn-btn::before {
        transform: scale(0.8);
        right: 12px;
    }
    .banner-sec {
        padding: 104px 0 50px;
    }
    .banner-cont {
        padding: 140px 50px 90px;
    }
    .banner-cont span.yur {
        font-size: 40px;
    }
    .banner-cont span.rel {
        font-size: 58px;
        padding-bottom: 26px;
        margin: 0 0 20px;
    }
    .banner-cont span.rel strong {
        font-size: 48px;
    }
    .banner-cont span.rel::before {
        transform: scale(0.8);
    }
    .banner-cont .bnr-cnt {
        font-size: 19px;
        margin: 0 0 20px;
    }
    .bnr-btn a.cmn-btn {
        padding: 16px 50px 16px 25px;
    }
    .banner-btm-list h3 {
        font-size: 53px;
    }
    .banner-btm-list h3::before {
        transform: scale(0.8);
    }
}
@media screen and (max-width:1500px) {
    .banner-sec .container,
    .container {
        max-width: 1200px;
    }
    a.cmn-btn {
        font-size: 17px;
        padding: 16px 30px 16px 20px;
    }
    a.cmn-btn::before {
        transform: scale(0.7);
        right: 4px;
    }
    .banner-sec {
        padding: 97px 0 30px;
    }
    .banner-cont {
        padding: 110px 40px 50px;
    }
    .banner-cont span.yur {
        font-size: 35px;
        margin: 0 0 20px;
    }
    .banner-cont span.rel {
        font-size: 46px;
    }
    .banner-cont span.rel strong {
        font-size: 39px;
    }
    .banner-cont span.rel::before {
        transform: scale(0.7);
    }
    .banner-cont .bnr-cnt {
        font-size: 18px;
        line-height: 1.4;
    }
    .bnr-btn a.cmn-btn {
        padding: 16px 40px 16px 20px;
    }
    .banner-btm-list h3 {
        font-size: 45px;
        padding-right: 60px;
        margin-right: 50px;
    }
}
@media screen and (max-width:1240px) {
    .banner-sec .container,
    .container {
        max-width: 990px;
        padding: 0 10px;
    }
    a.cmn-btn {
        font-size: 16px;
    }
    .banner-sec {
        padding: 86px 0 30px;
    }
    .banner-cont {
        padding: 100px 21px 40px;
    }
    .banner-cont span.yur {
        font-size: 30px;
        margin: 0 0 10px;
    }
    .banner-cont span.rel {
        font-size: 38px;
        padding-bottom: 20px;
        margin: 0 0 10px;
    }
    .banner-cont span.rel strong {
        font-size: 34px;
    }
    .banner-cont span.rel::before {
        transform: scale(0.6);
    }
    .banner-cont .bnr-cnt {
        font-size: 16px;
        line-height: 1.3;
    }
    .bnr-btn a.cmn-btn {
        padding: 16px 30px 16px 20px;
    }
    .banner-btm-list h3 {
        font-size: 38px;
        padding-right: 45px;
        margin-right: 30px;
    }
    .banner-btm-list h3::before {
        transform: scale(0.7);
    }
    .hm-banner-btm-sec {
        padding: 20px 0;
    }
}
@media screen and (max-width:991px) {
    .banner-sec .container,
    .container {
        max-width: 720px;
        padding: 0;
    }
    .banner-sec {
        padding: 160px 0 30px;
        background-size: 100% 100%;
    }
    .banner-cont {
        padding: 40px 40px;
        border-radius: 0;
        width: 100%;
        margin: auto;
        max-width: 440px;
    }
    .banner-cont span.rel {
        font-size: 47px;
    }
    .banner-cont span.rel strong {
        font-size: 40px;
    }
    .banner-btm-list h3 {
        font-size: 33px;
    }
    .banner-btm-list h3::before {
        transform: scale(0.6);
    }
}
@media screen and (max-width:767px) {
    .banner-sec .container,
    .container {
        max-width: 100%;
        padding: 0 10px;
    }
    .banner-btm-list h3 {
        font-size: 29px;
    }
    .banner-cont span.yur {
        font-size: 25px;
    }
    .banner-btm-list h3::before {
        transform: scale(0.5);
    }
}
@media screen and (max-width:480px) {
    .banner-cont span.rel {
        font-size: 31px;
    }
    .banner-cont span.rel strong {
        font-size: 24px;
    }
    .banner-cont {
        padding: 40px 20px;
    }
    .banner-btm-list h3 {
        font-size: 25px;
    }
}
/* About section */
.hm-about-sec {
    padding: 0 0 50px;
    background: linear-gradient(180deg, #f9eee2 0%, #fff 100%);
    position: relative;
}
.about-sec::before {
    content: "";
    background-image: url(../images/about-sec-bg-img.webp);
    width: 1563px;
    height: 1200px;
    position: absolute;
    bottom: -25%;
    left: 0;
}
.abt-main-sec {
    display: flex;
    justify-content: space-between;
}
.abt-lft {
    width: 55.8%;
}
.abt-rit {
    width: 50%;
    padding: 100px 0 0;
}
.abt-title {
    padding: 0 0 40px;
    margin: 0 0 45px;
}
.abt-main-sec .abt-title:before {
    bottom: 0;
}
.abt-lft h4 {
    font-family: 'Sora';
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.6;
    color: #b6a89b;
    text-transform: capitalize;
    margin: 0 0 115px;
}
.abt-lft h4 strong {
    color: #ff400d;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.abt-lft-img-sec {
    width: 79.2%;
    position: relative;
}
.abt-lft-img {
    -webkit-mask-image: url(../images/abt-mask1.webp);
    mask-image: url(../images/abt-mask1.webp);
    mask-size: 100%;
    mask-repeat: no-repeat;
    width: 100%;
}
.abt-vid {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24%;
}
.abt-vid img {
    border-radius: 50%;
}
.abt-rit-img-sec {
    width: 99.6%;
    position: relative;
    margin: 0 0 67px;
}
.abt-rit-img {
    -webkit-mask-image: url(../images/abt-mask2.webp);
    mask-image: url(../images/abt-mask2.webp);
    mask-size: 100%;
    mask-repeat: no-repeat;
    width: 100%;
}
.abt-toprit-logo {
    position: absolute;
    top: 0;
    left: 40px;
    width: 17%;
}
.abt-rit p {
    font-family: 'Sora';
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    color: #000;
    letter-spacing: 0;
    padding: 0 25px 0 0;
    margin: 0 0 60px;
}
.abt-btn {
    margin: 0 0 0 15px;
}
/* choose us section */
.hm-choose-us-sec {
    background-image: url(../images/choose-sec-bnr.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 90px 0 200px;
}
.text-heading {
    font-family: 'Gloock';
    font-weight: 400;
    font-size: 66px;
    line-height: 1;
    letter-spacing: 1.3px;
    color: #000000;
    position: relative;
    padding-bottom: 45px;
    margin-bottom: 70px;
}
.text-heading::before {
    content: "";
    background-image: url(../images/text-heading-img.webp);
    width: 259px;
    height: 23px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.hmchoose-list {
    display: flex;
    justify-content: space-between;
    align-items: start;
    position: relative;
    padding-top: 45px;
}
.hmchoose-list::before {
    content: "";
    background-image: url(../images/choose-sec-dots-img.webp);
    background-repeat: no-repeat;
    width: 1674px;
    height: 177px;
    position: absolute;
    /* top: 0;
    margin: auto;*/
    bottom: 43px;
    right: -82px;
}
.hmchoose-itm {
    width: 15%;
    padding: 0 18px;
}
.hmchoose-itm.pct,
.hmchoose-itm.our {
    margin-top: 20px;
}
.hmchoose-itm h3 {
    font-family: 'Sora';
    font-weight: 600;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.pct-icn {
    background-color: #ffffff;
    border-top: 5px solid #ff400d;
    border-radius: 0 0 115px 115px;
    padding: 92px 0;
    margin-top: 18px;
    position: relative;
}
.pct-icn.adv,
.pct-icn.get {
    border-top: none;
    border-bottom: 5px solid #ff400d;
    border-radius: 115px 115px 0 0;
    margin-bottom: 23px;
    margin-top: 0;
}
.hmchoose-itm:hover .pct-icn.adv,
.hmchoose-itm:hover .pct-icn.get {
    border-top: none;
    border-bottom: 5px solid #000000;
}
.pct-icn::before {
    content: "";
    background: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -21px -91px;
    width: 94px;
    height: 94px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.hmchoose-itm:hover .pct-icn {
    background-color: #ff400d;
    border-top: 5px solid #000000;
}
.hmchoose-itm:hover .pct-icn::before {
    background-position: -21px -196px;
}
.hmchoose-itm .pct-icn.adv::before {
    width: 90px;
    height: 88px;
    background-position: -135px -91px;
}
.hmchoose-itm:hover .pct-icn.adv::before {
    background-position: -135px -196px;
}
.hmchoose-itm .pct-icn.our:before {
    width: 80px;
    height: 80px;
    background-position: -245px -91px;
}
.hmchoose-itm:hover .pct-icn.our:before {
    background-position: -245px -196px;
}
.hmchoose-itm .pct-icn.get:before {
    width: 88px;
    height: 80px;
    background-position: -345px -91px;
}
.hmchoose-itm:hover .pct-icn.get:before {
    background-position: -345px -196px;
}
/* Home Commitment Section */
.hmcommit-blk {
    display: none;
}
.hm-commit-sec {
    padding: 100px 0 180px;
    background-color: #ffffff;
    background-image: url(../images/commitment-sec-bnr-img.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    background-size: auto 42%;
}
.hm-commit-sec .text-heading {
    margin-bottom: 40px;
}
.hmcommit-list {
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 50px;
}
.hmcommint-lft {
    background: linear-gradient(to top left, #fff 44%, #f6e5d3 70%);
    border-radius: 50px;
}
.hmcommit-rgt {
    background: linear-gradient(to top right, #fff 44%, #f6e5d3 70%);
    border-radius: 50px;
}
.hmcommint-lft,
.hmcommit-rgt {
    width: 37.9%;
    text-align: start;
    padding: 80px 60px 40px 73px;
}
.hmcommit-mid {
    width: 23%;
    display: flex;
    align-items: end;
}
.cmt-img {
    position: relative;
}
.cmt-img::before {
    content: "";
    background: url(../images/commitment-sec-shodew-img.webp);
    width: 608px;
    height: 29px;
    position: absolute;
    bottom: -30px;
    left: -125px;
}
.cmt-img img {
    margin-bottom: -5px;
}
.hmcommit-list h3 {
    font-family: 'Sora';
    font-weight: 600;
    font-size: 44px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    padding-left: 145px;
    position: relative;
    margin-bottom: 77px;
}
.hmcommit-list h3::before {
    content: "";
    background-image: url(../images/vision-img.webp);
    width: 134px;
    height: 133px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hmcommit-rgt h3::before {
    background-image: url(../images/targeting-img.webp);
}
.hmcommit-list p {
    font-family: 'Sora';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #000000;
    margin-bottom: 18px;
}
.hmcommit-list p a {
    display: inline-block;
    font-family: 'Sora';
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #ff400d;
    position: relative;
    padding-right: 34px;
    margin-top: 30px;
}
.hmcommit-list p a:hover {
    color: #000000;
}
.hmcommit-list p a::before {
    content: "";
    background: url(../images/hm-sprites.webp);
    background-position: -216px -21px;
    width: 25px;
    height: 19px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: 0.9s;
}
.hmcommit-list p a:hover:before {
    background-position: -258px -21px;
}
/* Quality section */
.hm-quality-sec {
    background-image: url(../images/deliver-excellence-bnr.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 214px 0 225px;
    text-align: center;
}
.hm-quality-sec h2.text-heading {
    font-family: 'Gloock';
    font-size: 80px;
    line-height: 1.25;
    letter-spacing: 1.6px;
    color: #ffffff;
    margin: 0 0 55px 0;
    text-transform: uppercase;
    padding: 0 !important;
}
.hm-quality-sec .text-heading::before {
    display: none;
}
.hm-quality-sec h2.text-heading span {
    font-size: 70px;
    color: #ff400d;
    text-transform: capitalize;
}
.commint-cnt {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
}
.hm-quality-sec p {
    font-family: 'Sora';
    font-weight: 300;
    font-size: 22px;
    line-height: 1.6;
    color: #b6a89b;
    margin: 0 0 34px 0;
}
/* Service Section  */
.hm-service-sec {
    padding: 100px 0;
    background: linear-gradient(180deg, rgb(246, 226, 206) 0%, rgba(251, 241, 231, 0.3) 70%, rgba(255, 255, 255, 0) 100%);
}
.hm-service-sec h2 {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 65px;
}
.srv-list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 60px;
}
.srv-item {
    padding: 35px 0 0;
    position: relative;
    border-radius: 45px;
    z-index: 1;
}
.srv-item .hvr a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
    z-index: 9;
}
.srv-img img {
    width: 100%;
    display: block;
}
.srv-item:hover .srv-arrow a {
    background-position: -164px 300px;
}
.srv-item:hover:before {
    background-color: #ff400d;
}
.srv-item:before {
    border: 1px solid #bbafac;
    border-radius: 45px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    z-index: -1;
}
.srv-item h5 {
    font-family: 'Sora';
    font-size: 32px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 27px;
}
.srv-item:hover.srv-item h5 {
    color: #fff;
}
.srv-img-sec {
    position: relative;
    padding: 26px 0 0;
}
.srv-img-sec:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
    height: 50%;
    background-color: #e0d3c7;
    border-radius: 40px;
}
.srv-img {
    -webkit-mask-image: url(../images/srv-mask1.webp);
    mask-image: url(../images/srv-mask1.webp);
    mask-size: 100%;
    mask-repeat: no-repeat;
    width: 100%;
}
.srv-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
}
.srv-arrow a {
    font-size: 0;
    display: inline-block;
    height: 120px;
    width: 120px;
    background-image: url(../images/hm-sprites.webp);
    background-position: -20px 300px;
    transition: none;
}
.srv-arrow a:hover {
    background-position: -164px 300px;
}
.srv-btn {
    text-align: center;
}
/* Home Services Section Responsive */
@media screen and (max-width:1900px) {
    .srv-list {
        gap: 30px;
    }
}
@media screen and (max-width:1700px) {
    .text-heading {
        font-size: 60px;
        padding-bottom: 35px;
        margin-bottom: 50px;
    }
    .text-heading::before {
        transform: scale(0.9);
    }
    .srv-item h5 {
        font-size: 29px;
    }
    .srv-arrow a {
        transform: scale(0.9);
    }
}
@media screen and (max-width:1500px) {
    .hm-service-sec {
        padding: 50px 0;
        padding-bottom: 0 !important;
    }
    .text-heading {
        font-size: 50px;
        padding-bottom: 30px;
        margin-bottom: 40px;
    }
    .text-heading::before {
        transform: scale(0.8);
    }
    .srv-item h5 {
        font-size: 24px;
        line-height: 1.2;
    }
    .srv-arrow a {
        transform: scale(0.8);
    }
    .srv-arrow {
        right: -12px;
        bottom: -9px;
    }
    .srv-list {
        margin: 0 0 40px;
    }
}
@media screen and (max-width:1240px) {
    .text-heading {
        font-size: 44px;
        padding-bottom: 25px;
        margin-bottom: 26px;
    }
    .text-heading::before {
        transform: scale(0.7);
    }
    .srv-item h5 {
        font-size: 22px;
        line-height: 1.1;
        margin: 0 0 16px;
    }
    .srv-arrow a {
        transform: scale(0.6);
    }
    .srv-arrow {
        right: -20px;
        bottom: -20px;
    }
    .srv-img-sec:before {
        top: 7px;
        border-radius: 30px;
    }
}
@media screen and (max-width:991px) {
    .text-heading {
        font-size: 39px;
    }
    .srv-list {
        margin: 0 0 80px;
    }
    .srv-item h5 {
        font-size: 20px;
        margin: 0 0 10px;
    }
    .hm-service-sec .slick-list.draggable {
        max-width: 340px;
        width: 100%;
        margin: 0 auto;
    }
    .hm-service-sec .slick-prev:before,
    .hm-service-sec .slick-next:before {
        background-image: url(../images/hm-sprites.webp);
        background-position: -321px -302px;
        font-size: 0;
        height: 36px;
        width: 49px;
        display: block;
        transform: scale(0.8);
    }
    .hm-service-sec .slick-next:before {
        background-position: -390px -302px;
    }
    .hm-service-sec .slick-prev:hover:before {
        background-position: -321px -347px;
    }
    .hm-service-sec .slick-next:hover:before {
        background-position: -390px -347px;
    }
    .hm-service-sec .slick-prev,
    .hm-service-sec .slick-next {
        background: transparent !important;
        top: inherit;
        bottom: -10%;
    }
    .hm-service-sec ul.slick-dots {
        display: none !important;
    }
    .srv-btn {
        padding: 30px 0 0;
    }
}
@media screen and (max-width:767px) {
    .text-heading {
        font-size: 35px;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }
    .text-heading::before {
        transform: scale(0.6);
    }
    .srv-list {
        margin: 0 0 65px;
    }
    .hm-service-sec .slick-prev,
    .hm-service-sec .slick-next {
        bottom: -11%;
    }
}
@media screen and (max-width:480px) {
    .text-heading {
        font-size: 30px;
    }
}
/* Review Sestion */
.hm-testimonials {
    padding: 120px 0 0;
    background-image: url(../images/reviews-img.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    margin: 0 0 50px;
}
.testi-main-sec {
    position: relative;
    width: 100%;
    background-image: url(../images/reviews-bg.webp);
    border-radius: 40px;
    display: flex;
    justify-content: flex-end;
    padding: 65px 90px 67px 20px;
    background-repeat: no-repeat;
    background-size: cover;
}
.testi-main-sec:before {
    content: "";
    background-color: #ff400d;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 40px;
    z-index: -1;
    transform: rotate(1deg);
}
.hm-testimonials .hm-testi-item p {
    font-family: 'sora';
    font-size: 24px;
    line-height: 2;
    color: #000;
    position: relative;
    letter-spacing: 0;
    font-weight: 400;
    margin: 0 0 50px;
}
.testi-sec {
    width: 57.6%;
    padding: 20px 0 0;
}
.testi-sec h4.text-heading {
    text-align: left;
    padding: 0;
    margin: 0 0 25px;
    padding: 0 !important;
}
.testi-sec .text-heading:before {
    display: none;
}
.hm-testimonials .hm-testi-item {
    padding: 0 0 0;
    position: relative;
}
.hm-testimonials .hm-testi-item:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 90px;
    width: 108px;
    background-image: url(../images/hm-sprites.webp);
    background-position: 132px 401px;
}
.hm-testimonials .star-rat {
    display: flex;
    margin: 0 0 50px;
    gap: 20px;
    align-items: center;
}
.star-rat .rating h6 {
    font-family: 'sora';
    font-size: 18px;
    color: #000;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}
.star-rat .rating h6 strong {
    font-size: 24px;
    color: #ff400d;
    font-weight: 600;
}
.google-img img {
    border-radius: 50px;
}
.hm-testimonials .hm-testi-item h4.author {
    font-family: 'sora';
    color: #ff400d;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0;
}
.testi-client {
    display: block;
    color: #8a8a8a;
    font-size: 20px;
    font-weight: 400;
}
.hm-testimonials .slick-prev,
.hm-testimonials .slick-next {
    bottom: -170px;
    right: -89.8% !important;
    background: transparent !important;
}
.hm-testimonials .slick-prev {
    left: -18.2% !important;
}
.hm-testimonials .slick-prev:hover:before {
    background-position: 279px 254px;
}
.hm-testimonials .slick-next:hover:before {
    background-position: 210px 254px;
}
.testi-img-mb,
h4.text-heading.mb {
    display: none;
}
@media screen and (max-width:1700px) {
    .container {
        max-width: 1440px;
    }
    /*hm-testimonials */
    .hm-testimonials {
        padding: 100px 0 0;
        margin: 0 0 40px;
    }
    .testi-main-sec {
        padding: 55px 80px 50px 20px;
    }
    .testi-sec h4.text-heading {
        margin: 0 0 20px;
    }
    .star-rat .rating h6 strong {
        font-size: 20px;
    }
    .star-rat .rating h6 {
        font-family: 'sora';
        font-size: 17px;
    }
    .hm-testimonials .star-rat {
        margin: 0 0 40px;
    }
    .hm-testimonials .hm-testi-item:before {
        transform: scale(0.9);
    }
    .hm-testimonials .hm-testi-item p {
        font-size: 21px;
        margin: 0 0 40px;
    }
    .hm-testimonials .hm-testi-item h4.author {
        font-size: 24px;
    }
    .testi-client {
        font-size: 19px;
    }
    .hm-testimonials .slick-prev,
    .hm-testimonials .slick-next {
        bottom: -170px;
        right: -88.8% !important;
    }
}
@media screen and (max-width:1500px) {
    .container {
        max-width: 1200px;
    }
    /*hm-testimonials */
    .hm-testimonials {
        padding: 80px 0 0;
        margin: 0 0 30px;
    }
    .testi-main-sec {
        padding: 45px 65px 40px 20px;
    }
    .testi-sec {
        width: 57.6%;
        padding: 10px 0 0;
    }
    .testi-sec h4.text-heading {
        margin: 0 0 15px;
    }
    .google-img img {
        border-radius: 50px;
        transform: scale(0.9);
    }
    .star-rat .rating h6 {
        font-family: 'sora';
        font-size: 16px;
    }
    .star-rat .rating h6 strong {
        font-size: 18px;
    }
    .hm-testimonials .slick-slide img {
        max-width: 160px;
        width: 100%;
    }
    .hm-testimonials .star-rat {
        margin: 0 0 30px;
    }
    .hm-testimonials .hm-testi-item p {
        font-size: 19px;
        margin: 0 0 30px;
    }
    .hm-testimonials .hm-testi-item:before {
        transform: scale(0.8);
    }
    .hm-testimonials .hm-testi-item h4.author {
        font-size: 22px;
    }
    .testi-client {
        font-size: 18px;
    }
    .hm-testimonials .slick-prev,
    .hm-testimonials .slick-next {
        bottom: -127px;
        right: -84.8% !important;
    }
    .hm-testimonials .slick-prev {
        left: -20.2% !important;
    }
    .hm-testimonials .slick-prev:before,
    .hm-testimonials .slick-next:before {
        transform: scale(0.9);
    }
}
@media screen and (max-width:1240px) {
    .container {
        max-width: 990px;
        padding: 0 10px;
    }
    /*hm-testimonials */
    .hm-testimonials {
        padding: 60px 0 0;
        margin: 0 0 30px;
    }
    .testi-main-sec {
        padding: 40px 50px 30px 15px;
    }
    .testi-sec {
        padding: 0 0 0;
    }
    .testi-sec h4.text-heading {
        font-size: 40px;
        margin: 0 0 10px;
    }
    .star-rat .rating h6 {
        font-size: 15px;
    }
    .star-rat .rating h6 strong {
        font-size: 17px;
    }
    .hm-testimonials .hm-testi-item h4.author {
        font-size: 20px;
    }
    .testi-client {
        font-size: 16px;
    }
    .hm-testimonials .slick-prev,
    .hm-testimonials .slick-next {
        bottom: -127px;
        right: -82.8% !important;
    }
    .hm-testimonials .slick-prev {
        left: -25.2% !important;
    }
    .hm-testimonials .slick-prev:before,
    .hm-testimonials .slick-next:before {
        transform: scale(0.8);
    }
    .hm-testimonials .star-rat {
        margin: 0 0 10px;
    }
    .hm-testimonials .hm-testi-item p {
        font-size: 16px;
        margin: 0 0 20px;
        line-height: 1.8;
    }
    .hm-testimonials .hm-testi-item:before {
        transform: scale(0.65);
    }
}
@media screen and (max-width:991px) {
    .testi-sec {
        padding: 0 0 0;
        width: 100%;
    }
    .testi-main-sec {
        padding: 20px;
        background-image: none;
        background-color: #fff;
        border: 2px solid #ff400d;
    }
    .testi-main-sec:before {
        display: none;
    }
    .testi-img-mb,
    h4.text-heading.mb {
        display: block;
        text-align: center;
    }
    .testi-sec h4.text-heading {
        display: none;
    }
    .hm-testimonials {
        background-image: none;
    }
    .testi-img-mb img {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 15px;
        border: 2px solid #ff400d;
        border-radius: 15px;
    }
}
@media screen and (max-width: 480px) {
    .hm-testimonials {
        margin: 0;
    }
    .hm-testimonials .star-rat {
        margin: 0 0 20px;
    }
    .hm-testimonials .hm-testi-item:before {
        transform: scale(0.65);
        top: 60px;
    }
    .hm-testimonials .hm-testi-item p {
        font-size: 15px;
        margin: 0 0 20px;
        line-height: 1.7;
    }
    .hm-testimonials .slick-prev {
        left: -45.2% !important;
    }
    .hm-testimonials .slick-prev,
    .hm-testimonials .slick-next {
        transform: scale(0.7);
    }
}
/* Project Section Starts */
.hm-prj-sec {
    background-image: url(../images/prj-bg.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 140px 0 115px;
}
.prj-top-sec {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
}
.prj-title,
.abt-title {
    position: relative;
}
.prj-title:before,
.abt-title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 20px;
    height: 25px;
    width: 184px;
    background-image: url(../images/prj-title-img.webp);
    background-repeat: no-repeat;
}
.prj-main-cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 34%;
    background-color: rgb(0, 0, 0, 0.8);
    height: 100%;
    padding: 120px 20px 0;
}
.prj-cont-title {
    position: relative;
    padding: 0 0 60px;
    margin: 0 0 25px;
}
.prj-cont-title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    height: 24px;
    width: 253px;
    background-image: url(../images/prj-title-img2.webp);
    margin: auto;
}
.prj-title h2,
.abt-title h2,
.srv-title h2 {
    font-family: 'Gloock';
    font-size: 66px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.2;
    letter-spacing: 1.32px;
    margin: 0;
}
.prj-cont-title h3 {
    font-family: 'Gloock';
    font-size: 66px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1.32px;
    margin: 0;
    color: #fff;
    text-align: center;
}
.prj-cont-title h3 strong {
    font-weight: 400;
    text-transform: capitalize;
}
.prj-main-cont p {
    font-family: 'Sora';
    font-size: 18px;
    text-align: center;
    color: #b6a89b;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.8;
}
.hm-prj-sec .main-item p {
    margin: 0;
}
a.prj-btn {
    font-size: 0;
    height: 73px;
    width: 73px;
    display: inline-block;
    background-image: url(../images/hm-sprites.webp);
    background-position: 132px 297px;
}
.hm-prj-sec .slider-nav.slick-initialized.slick-slider {
    width: 100%;
    margin-left: auto;
}
.hm-prj-sec .slider-nav.slick-initialized.slick-slider {
    margin: -50px 0 0 auto;
}
.slider-nav .slick-list.draggable {
    width: 64%;
    margin-left: auto;
    height: 233px;
}
.hm-prj-sec .item.slick-slide img {
    border-radius: 40px;
}
.hm-prj-sec .item.slick-slide.slick-current.slick-active img {
    border: 4px solid #fff;
}
.item.slick-slide {
    width: 298px !important;
    margin: 0 24px 2px 0;
}
.hm-prj-sec .item.slick-slide:last-child {
    margin: 0;
}
.hm-prj-sec .slick-prev,
.hm-prj-sec .slick-next {
    bottom: 60px;
    right: 52%;
    background: transparent !important;
}
.hm-prj-sec .slick-next {
    right: 44% !important;
}
.hm-prj-sec .slick-prev:before,
.hm-prj-sec .slick-next:before,
.hm-testimonials .slick-prev:before,
.hm-testimonials .slick-next:before {
    background-image: url(../images/hm-sprites.webp);
    background-position: 279px 299px;
    font-size: 0;
    height: 36px;
    width: 49px;
    display: block;
}
.hm-prj-sec .slick-prev:hover:before {
    background-position: 275px 209px;
}
.hm-prj-sec .slick-next:before,
.hm-testimonials .slick-next:before {
    background-position: 210px 299px;
}
.hm-prj-sec .slick-next:hover:before {
    background-position: 210px 209px;
}
.hm-prj-sec .slider-for.slick-initialized.slick-slider .slick-prev,
.hm-prj-sec .slider-for.slick-initialized.slick-slider .slick-next {
    display: none !important;
}
/* Responive */
@media screen and (max-width:1700px) {
    .hm-prj-sec {
        padding: 120px 0 100px;
        background-size: contain;
    }
    .prj-title h2 {
        font-size: 60px;
    }
    .prj-top-img {
        width: 26%;
    }
    .prj-cont-title h3 {
        font-size: 58px;
    }
    .item.slick-slide {
        width: 278px !important;
        margin: 0 24px 5px 0;
    }
    .slider-nav .slick-list.draggable {
        width: 64%;
        height: 220px;
    }
    .hm-prj-sec .main-item.slick-slide {
        height: 650px;
    }
    .hm-prj-sec .slider-nav.slick-initialized.slick-slider {
        margin: -70px 0 0 auto;
    }
}
@media screen and (max-width:1600px) {
    .prj-title h2 {
        font-size: 54px;
    }
    .prj-top-img {
        width: 24%;
    }
    .prj-title:before {
        bottom: 10px;
    }
    .prj-cont-title h3 {
        font-size: 45px;
    }
    .prj-cont-title:before {
        bottom: 8px;
        transform: scale(0.8);
    }
    .prj-main-cont p {
        font-size: 17px;
    }
    a.prj-btn {
        transform: scale(0.8);
    }
    .hm-prj-sec .main-item.slick-slide {
        height: 600px;
    }
    .hm-prj-sec {
        padding: 90px 0;
    }
    .slider-nav .slick-list.draggable {
        width: 65%;
        height: 230px;
    }
    .item.slick-slide {
        width: 290px !important;
        margin: 0 15px 5px 0;
    }
    .hm-prj-sec .slider-nav.slick-initialized.slick-slider {
        margin: -50px 0 0 auto;
    }
}
@media screen and (max-width:1500px) {
    .slider-nav .slick-list.draggable {
        width: 65%;
        height: 193px;
    }
    .item.slick-slide {
        width: 245px !important;
        margin: 0 15px 5px 0;
    }
}
@media screen and (max-width:1440px) {
    .prj-title h2 {
        font-size: 46px;
    }
    .prj-title:before {
        bottom: 0;
    }
    .prj-top-img {
        width: 20%;
    }
    .prj-cont-title h3 {
        font-size: 37px;
    }
    .prj-cont-title {
        padding: 0 0 35px;
        margin: 0 0 20px;
    }
    .prj-cont-title:before {
        bottom: 0;
        transform: scale(0.7);
    }
    .prj-main-cont p {
        font-size: 16px;
    }
    .hm-prj-sec .main-item.slick-slide {
        height: 550px;
    }
    .hm-prj-sec {
        padding: 80px 0;
    }
}
@media screen and (max-width:1240px) {
    .hm-prj-sec .main-item.slick-slide {
        height: 500px;
    }
    .hm-prj-sec {
        padding: 70px 0;
    }
    .prj-title h2 {
        font-size: 38px;
    }
    .prj-title:before {
        bottom: -4px;
        transform: scale(0.8);
        left: -16px;
    }
    .prj-cont-title h3 {
        font-size: 30px;
    }
    .prj-cont-title:before {
        transform: scale(0.6);
    }
    .prj-main-cont {
        padding: 90px 20px 0;
    }
    .hm-prj-sec .main-item.slick-slide {
        height: 450px;
    }
    .hm-prj-sec .item.slick-slide img {
        border-radius: 25px;
    }
    .item.slick-slide {
        width: 197px !important;
        margin: 0 15px 5px 0;
    }
    .slider-nav .slick-list.draggable {
        width: 65%;
        height: 156px;
    }
    .hm-prj-sec .slick-prev,
    .hm-prj-sec .slick-next {
        transform: scale(0.9);
    }
}
@media screen and (max-width:1000px) {
    .item.slick-slide {
        width: 196px !important;
        margin: 0 15px 5px 0;
    }
}
@media screen and (max-width:991px) {
    .hm-prj-sec {
        padding: 30px 0 70px 0;
        background-size: cover;
        background-position: 0 220px;
    }
    .prj-top-img {
        width: 27%;
    }
    .prj-title:before {
        bottom: 0;
        transform: scale(0.7);
        left: -28px;
    }
    .prj-main-cont {
        height: 94.5%;
        padding: 30px 20px 0;
        width: 41%;
    }
    .prj-cont-title h3 {
        font-size: 23px;
    }
    .prj-main-cont p {
        font-size: 15px;
        letter-spacing: 0;
    }
    a.prj-btn {
        transform: scale(0.7);
    }
    .hm-prj-sec .main-item.slick-slide {
        height: 383px;
    }
    .hm-prj-sec .slider-nav.slick-initialized.slick-slider {
        margin: 0 0 0 auto;
    }
    .slider-nav .slick-list.draggable {
        width: 100%;
        height: 180px;
    }
    .item.slick-slide {
        width: 226px !important;
        margin: 0 15px 5px 0;
    }
    .hm-prj-sec .slick-next {
        right: -4% !important;
    }
    .hm-prj-sec .slick-prev,
    .hm-prj-sec .slick-next {
        bottom: -140px;
        right: 0;
        transform: scale(0.7);
    }
}
@media screen and (max-width:767px) {
    .hm-prj-sec .slider-for.slick-initialized.slick-slider .slick-prev,
    .hm-prj-sec .slider-for.slick-initialized.slick-slider .slick-next {
        display: block !important;
    }
    .hm-prj-sec .slider-nav.slick-initialized.slick-slider {
        margin: 0 0 0 auto;
        display: none;
    }
    .hm-prj-sec .main-item.slick-slide {
        height: auto;
    }
    .prj-main-cont {
        height: 100%;
        padding: 30px 20px 0;
        width: 55%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .hm-prj-sec .slick-prev,
    .hm-prj-sec .slick-next {
        bottom: -40px;
        top: unset;
    }
    a.prj-btn {
        transform: scale(0.6);
    }
    .prj-cont-title h3 {
        font-size: 20px;
    }
    .prj-cont-title:before {
        transform: scale(0.5);
    }
    .prj-cont-title {
        padding: 0 0 25px;
        margin: 0 0 15px;
    }
    .main-item p {
        margin: 0;
    }
    .prj-main-cont p {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 1.6;
    }
    .prj-main-cont p br {
        display: none;
    }
    .prj-title h2 {
        font-size: 30px;
    }
    .prj-title:before {
        bottom: 0;
        transform: scale(0.5);
        left: -45px;
    }
    .prj-top-img {
        width: 100%;
        max-width: 160px;
    }
}
@media screen and (max-width:600px) {
    .prj-main-cont {
        width: 100%;
        display: block;
        background-color: rgb(0 0 0 / 56%);
    }
    .prj-main-cont p {
        color: #fff;
    }
}
@media screen and (max-width:500px) {
    a.prj-btn {
        transform: translatey(-19px) scale(0.6);
    }
    .hm-prj-sec .slick-slide img {
        height: 250px;
    }
    .hm-prj-sec .slick-prev,
    .hm-prj-sec .slick-next {
        transform: scale(0.6);
    }
    .hm-prj-sec {
        padding: 30px 0 70px;
    }
}
@media screen and (max-width:400px) {
    .prj-top-sec {
        margin: 0 0 30px;
    }
    .prj-title h2 {
        font-size: 27px;
    }
    .prj-cont-title h3 {
        font-size: 19px;
    }
    .prj-cont-title {
        padding: 0 0 20px;
        margin: 0 0 10px;
    }
    .prj-cont-title:before {
        transform: scale(0.3);
        bottom: -7px;
    }
    a.prj-btn {
        transform: translatey(-26px) scale(0.5);
    }
    .prj-title:before {
        bottom: -17px;
    }
    .prj-top-sec {
        display: flex;
        justify-content: space-between;
        margin: 0 0 20px;
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
    }
    .prj-top-img {
        max-width: 180px;
    }
}
/* Award Section */
.hm-award-sec {
    padding: 37px 0;
    background-color: #fff;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
}
.hmaward-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.awrd-itm {
    cursor: pointer;
}
/* 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 0;
}
.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 {
    display: none;
    background-color: #999;
    transition: all 0.3s ease-in-out 0s;
}
.accordion-section.accordien-active .accordion-section-content {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    display: block;
}
.accordion-heading {
    background-color: #ccc;
    padding: 10px 15px;
    margin: 0;
    cursor: pointer;
}
.accordion-section-content p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}
.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;
}
.tab-btn:hover {
    background-color: #f6f6f6;
}
.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 {
    background-image: url(../images/hm-form-sec-banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 160px;
}
.hm-frm-sec {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.hm-rgtfrm-sec {
    width: 45.7%;
    text-align: center;
}
.text-heading {
    font-family: 'Gloock';
    font-weight: 400;
    font-size: 66px;
    line-height: 1;
    letter-spacing: 1.3px;
    color: #000000;
    position: relative;
    padding: 0 0 30px !important;
    margin: 0 0 35px;
}
.text-heading::before {
    content: "";
    background-image: url(../images/text-heading-img.webp);
    width: 253px;
    height: 23px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.hm-rgtfrm-sec h6 {
    font-family: 'Sora';
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    color: #3b2618;
    margin: 0 0 28px;
}
.hm-lftfrm-sec {
    width: 44.4%;
    display: flex;
    align-items: end;
    position: relative;
}
.ftr-map-img {
    position: relative;
    -webkit-mask-image: url(../images/ftr-mask-img.webp);
    mask-image: url(../images/ftr-mask-img.webp);
    mask-size: 100%;
    mask-repeat: no-repeat;
    width: 100%;
}
.hm-lftfrm-sec .ftr-loc {
    position: absolute;
    top: 19.4%;
    right: 30px;
    z-index: 1;
}
.hm-form input::placeholder,
.hm-form textarea::placeholder,
.hm-form input,
.hm-form textarea {
    font-family: 'Sora' !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    color: #626262 !important;
    margin: 0 !important;
}
.hm-form input,
.hm-form textarea {
    width: 100% !important;
    padding: 27px 30px !important;
    border: 1px solid #e0ccb8 !important;
    border-radius: 5px !important;
    background-color: #ffffff !important;
    margin-bottom: 10px !important;
}
.hm-form .submit-btn {
    position: relative;
}
.hm-form .submit-btn::before {
    content: '';
    position: absolute;
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -166px -21px;
    width: 24px;
    height: 19px;
    top: 0;
    bottom: 6px;
    right: 25px;
    margin: auto;
    z-index: 1;
}
.hm-form .submit-btn input[type=submit] {
    display: inline-block;
    font-family: 'Sora' !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 1 !important;
    color: #fff !important;
    background-color: #ff400d !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    padding: 20px 60px 20px 35px !important;
    border-radius: 4px !important;
    position: relative;
    cursor: pointer;
    margin: 0 !important;
}
.hm-form .submit-btn input:hover {
    background-color: #000 !important;
    color: #fff !important;
}
.hm-form .submit-btn .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.hm-form input[type=checkbox] {
    width: auto !important;
    padding: 0 !important;
    margin: -3px 3px 0 0 !important;
}
.wpcf7-form .hm-form .gchoice {
    margin: 10px 0 0;
}
.wpcf7-form .hm-form .gchoice label {
    width: 100%;
    margin: 0 !important;
}
.wpcf7-form .hm-form p {
    margin: 0 !important;
    line-height: 1 !important;
}
.hm-form .wpcf7-list-item {
    margin: 0;
}
.hm-form .wpcf7-not-valid-tip {
    position: absolute;
    top: 20px;
    right: 5px;
}
.wpcf7-form .hm-form .gchoice .wpcf7-not-valid-tip {
    right: inherit;
    left: 0;
}
.hm-form-sec .wpcf7-form {
    position: relative;
}
.hm-form-sec .wpcf7-response-output {
    width: 100%;
    position: absolute;
    bottom: -70px;
}
.hm-form textarea {
    height: 165px;
    padding: 21px 30px;
    resize: none;
}
.form-btm {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.form-links {
    width: 40%;
    text-align: start;
	position: relative;
}
.hm-form-sec .form-links a,
.hm-form-sec .gchoice label {
    display: inline-block !important;
    text-decoration: none !important;
    font-family: 'Sora' !important;
    font-weight: 400 !important;
    font-size: 17px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    color: #3b2618 !important;
    margin: 0 !important;
}
.gchoice {
    display: flex;
}
.gchoice input.check {
    width: 5%;
    margin: 0 6px 13px;
    padding: 0 !important;
}
.gchoice label {
    width: 90%;
}
.submit-btn a.cmn-btn {
    display: inline-block;
    font-family: 'Sora';
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    background-color: #ff400d;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 60px 20px 35px;
    border-radius: 4px;
    position: relative;
}
.submit-btn a.cmn-btn::before {
    content: '';
    position: absolute;
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -166px -21px;
    width: 24px;
    height: 19px;
    top: 0;
    bottom: 6px;
    right: 25px;
    margin: auto;
}

.popuptext {
    display: none;
    background-color: #f9f9f9;
    color: #333;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 10px;
    position: absolute;
    width: 100%;
    top: 10px;
    left: 0;
    z-index: 10;
}

/* end  */
/* HomePage Form Section Ends */
@media screen and (max-width:1800px) {
    .form-links {
        width: 50%;
    }
}
@media screen and (max-width:1700px) {
    .hm-form-sec {
        padding: 110px 0 140px;
    }
}
@media screen and (max-width:1600px) {
    .hm-form-sec {
        padding: 90px 0;
    }
    .hm-lftfrm-sec .ftr-loc {
        top: 21%;
        right: 0;
        transform: scale(0.8);
    }
}
@media screen and (max-width:1500px) {
    .hm-lftfrm-sec .ftr-loc {
        top: 30%;
    }
}
@media screen and (max-width:1440px) {
    .hm-rgtfrm-sec h6 {
        font-size: 17px;
    }
    .hm-form input,
    .hm-form textarea {
        padding: 20px !important;
    }
    .hm-form textarea {
        height: 140px;
        padding: 20px !important;
    }
    .hm-lftfrm-sec .ftr-loc {
        top: 21%;
    }
    .hm-lftfrm-sec .ftr-loc {
        top: 20%;
        transform: scale(0.7);
    }
    .hm-lftfrm-sec {
        width: 48.4%;
    }
    .hm-form-sec {
        padding: 70px 0;
    }
}
@media screen and (max-width:1240px) {
    .hm-rgtfrm-sec {
        width: 47%;
    }
    .hm-lftfrm-sec .ftr-loc {
        top: 25%;
        transform: scale(0.6);
    }
    .hm-form .submit-btn input[type=submit] {
        font-size: 16px !important;
        padding: 18px 50px 18px 25px !important;
    }
    .hm-form .submit-btn::before {
        bottom: 0;
        right: 17px;
        transform: scale(0.8);
    }
    .form-btm {
        padding-top: 10px;
    }
    .hm-form-sec .form-links a,
    .hm-form-sec .gchoice label {
        font-size: 15px !important;
    }
    .form-links {
        width: 54%;
    }
    .hm-form input,
    .hm-form textarea {
        padding: 17px !important;
        font-size: 15px !important;
    }
    .hm-lftfrm-sec {
        width: 49.4%;
    }
    .hm-form-sec {
        padding: 60px 0;
    }
}
@media screen and (max-width:991px) {
    .hm-frm-sec {
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
    }
    .hm-form-sec {
        padding: 50px 0;
    }
    .hm-lftfrm-sec {
        width: 100%;
        max-width: 450px;
    }
    .hm-lftfrm-sec .ftr-loc {
        top: -30px;
        transform: scale(0.6);
    }
    .hm-rgtfrm-sec {
        width: 100%;
        max-width: 500px;
    }
}
@media screen and (max-width: 767px) {
    .hm-form-sec {
        padding: 40px 0;
    }
}
@media screen and (max-width: 480px) {
    .hm-form-sec {
        padding: 30px 0;
    }
    .hm-lftfrm-sec {
        width: 100%;
        max-width: 320px;
    }
    .hm-lftfrm-sec .ftr-loc {
        top: -50px;
        transform: scale(0.4);
        right: -20px;
    }
    .form-btm {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .form-links {
        width: 100%;
    }
    .hm-rgtfrm-sec h6 {
        font-size: 14px;
        margin: 0 0 18px;
    }
    .hm-form input,
    .hm-form textarea {
        padding: 14px !important;
        font-size: 14px !important;
    }
}