/* Banner Section */

.hm-banner-sec {
    padding: 170px 0 350px;
    background-image: url(../images/banner-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right center;
    position: relative;
    z-index: 0;
}
.hmbnr-cnt-blk h1 {
    line-height: 1.1;
}

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

.hm-banner-sec .san-text {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 145px;
    line-height: 1;
    letter-spacing: 0;
    color: rgba(209, 167, 24, 0.502);
    text-transform: uppercase;
    margin: 0 -21px 20px -66px;
    display: block;
}

.hm-banner-sec .hmbnr-title {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 83px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 40px;
}

.hm-banner-sec .hmbnr-title strong {
    font-size: 32px;
    font-weight: 400;
    display: block;
    letter-spacing: 13px;
    margin-top: 15px;
}

/* Responsive */

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

    .hm-banner-sec .san-text {
        font-size: 135px;
    }

    .hm-banner-sec .hmbnr-title {
        font-size: 80px;
        margin: 0 0 30px;
    }

    .hm-banner-sec .hmbnr-title strong {
        letter-spacing: 12px;
    }

}

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

    .hm-banner-sec .hmbnr-title {
        font-size: 75px;
    }

    .hm-banner-sec .hmbnr-title strong {
        font-size: 31px;
        letter-spacing: 10px;
    }

}

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

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

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

    .hm-banner-sec .san-text {
        font-size: 125px;
        margin: 0 -15px 20px -45px;
    }

    .hm-banner-sec .hmbnr-title {
        font-size: 70px;
    }

    .hm-banner-sec .hmbnr-title strong {
        font-size: 30px;
        letter-spacing: 9px;
    }

}

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

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

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

    .hm-banner-sec .san-text {
        font-size: 115px;
        margin: 0 0 15px -40px;
    }

    .hm-banner-sec .hmbnr-title {
        font-size: 65px;
        margin: 0 0 30px;
    }

    .hm-banner-sec .hmbnr-title strong {
        font-size: 26px;
    }

}

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

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

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

    .hm-banner-sec .hmbnr-title {
        font-size: 60px;
        margin: 0 0 30px;
    }

    .hm-banner-sec .hmbnr-title strong {
        font-size: 24px;
        letter-spacing: 8px;
    }

    .hm-banner-sec .san-text {
        font-size: 100px;
        margin: 0 0 15px -15px;
    }

}

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

    .hm-banner-sec {
        padding: 150px 0 60px;
        background-position: top center;
        background-size: cover;
        background-image: url("../images/banner-bg-mbl.webp");
    }

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

    .hm-banner-sec .san-text {
        font-size: 55px;
        margin: 0 0 10px;
        color: rgba(209, 167, 24, 1);
    }

    .hmbnr-cnt-blk {
        text-align: center;
        background-color: rgb(0 0 0 / 50%);
        border: 2px solid #e4bd35;
        padding: 30px 20px;
    }

    .hm-banner-sec .hmbnr-title {
        font-size: 45px;
        margin: 0 0 25px;
    }

    .hm-banner-sec .hmbnr-title br {
        display: none;
    }

    .hm-banner-sec .hmbnr-title strong {
        font-size: 21px;
        letter-spacing: 7px;
    }

    .banner-btn {
        position: relative;
        z-index: 1;
    }

}

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

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

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

    .hm-banner-sec .san-text {
        font-size: 43px;
    }

    .hm-banner-sec .hmbnr-title {
        font-size: 38px;
        margin: 0 0 20px;
    }

    .hm-banner-sec .hmbnr-title strong {
        font-size: 19px;
        letter-spacing: 5px;
    }

    .hmbnr-cnt-blk {
        max-width: 600px;
        margin: auto;
    }

}

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

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

    .hmbnr-cnt-blk {
        padding: 25px 15px;
    }

    .hm-banner-sec .san-text {
        font-size: 35px;
    }

    .hm-banner-sec .hmbnr-title {
        font-size: 30px;
        line-height: 1.1;
    }

    .hm-banner-sec .hmbnr-title strong {
        font-size: 17px;
        letter-spacing: 4px;
    }

    .hm-banner-sec a.cmn-btn {
        font-size: 14px;
        padding: 14px 47px 14px 9px;
        letter-spacing: 0px;
        background-size: 50px 87%;
    }

}


/* Choose section */

.hm-choose-sec {
    padding: 70px 0 90px;
    position: relative;
    z-index: 1;
    margin: -270px 0 -50px;
}

.hm-choose-sec .container {
    max-width: 1280px;
}

.hm-choose-sec:before {
    content: '';
    position: absolute;
    background-color: #f7f7f7;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 93%);
    width: 89.6%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}

.choose-text {
    text-align: center;
    margin: 0 0 50px;
}

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

.choose-item {
    width: 28.2%;
    position: relative;
    z-index: 1;
    padding: 0px 40px 35px;
    text-align: center;
}

.choose-item::after {
    position: absolute;
    content: "";
    background-color: #000;
    transform: skewX(-20deg);
    opacity: 2%;
    width: 57%;
    height: 95%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -3;
    pointer-events: none;
}

.choose-item:hover::after {
    z-index: -1;
    background: -webkit-linear-gradient(-90deg, rgb(223, 178, 20) 0%, rgba(223, 178, 20, 0) 80%);
    opacity: 47%;
}

.choose-item::before {
    position: absolute;
    content: "";
    background-color: rgb(0, 0, 0, 0.102);
    width: 1px;
    height: 78.4%;
    left: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.choose-item:first-child::before {
    display: none;
}

.choose-item .hover-img {
    display: none;
}

.choose-item:hover .hover-img {
    display: block;
}

.choose-item:hover .normal-img {
    display: none;
}

.choose-img {
    margin: 0 0 25px;
    width: 80.5%;
}

.normal-img img,
.hover-img img {
    width: 100%;
    display: block;
}

.choose-title {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    margin: 0 0 15px;
    position: relative;
    padding: 0 0 20px;
    color: #000;
}

.choose-title::after {
    position: absolute;
    content: "";
    background-image: url(../images/choose-itm-text-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    width: 180px;
    height: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.choose-description {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.36px;
    color: #626262;
    margin: 0;
}


/* Responsive */

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

    .choose-title {
        font-size: 26px;
    }

}

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

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

    .hm-choose-sec {
        padding: 60px 0 90px;
        margin: -280px 0 -50px;
    }

    .hm-choose-sec:before {
        width: 96%;
    }

    .choose-img {
        width: 70%;
        margin: 0 auto 25px;
    }

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

    .choose-item {
        padding: 0px 35px 40px;
    }

}

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

    .hm-choose-sec .container {
        max-width: 1150px;
    }

    .hm-choose-sec {
        margin: -220px 0 -40px;
    }

    .choose-text {
        margin: 0 0 50px;
    }

    .choose-item {
        padding: 0px 25px 30px;
    }

    .choose-title {
        font-size: 22px;
        padding: 0 0 20px;
    }

    .choose-img {
        width: 60%;
    }

    .choose-item::after {
        width: 50%;
    }

}

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

    .hm-choose-sec .container {
        max-width: 960px;
    }

    .hm-choose-sec {
        margin: -140px 0 -40px;
        padding: 60px 0 80px;
    }

    .choose-text {
        margin: 0 0 35px;
    }

    .choose-item {
        padding: 0px 20px 30px;
        width: 30%;
    }

    .choose-item::before {
        left: -20px;
    }

    .choose-description {
        font-size: 16px;
    }

    .choose-title {
        font-size: 20px;
        padding: 0 0 17px;
    }

    .choose-title::after {
        width: 130px;
    }

    .choose-img {
        width: 52%;
    }

}

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

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

    .hm-choose-sec {
        margin: 0;
        padding: 50px 0;
        background-color: #f7f7f7;
    }

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

    .choose-text {
        margin: 0 0 25px;
    }

    .choose-item {
        padding: 20px;
        width: 100%;
        max-width: 350px;
        margin: auto;
        background-color: rgb(0 0 0 / 10%);
        border: 2px solid rgb(0 35 74 / 20%);
    }

    .choose-item::after {
        display: none;
    }

    .choose-description br {
        display: none;
    }

    .choose-description {
        line-height: 1.5;
    }

    .choose-title br {
        display: none;
    }

    .choose-img {
        width: 100%;
        max-width: 150px;
    }

    .choose-list.owl-carousel .owl-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 20px;
    }

    .choose-list.owl-carousel .owl-dots .owl-dot {
        width: 14px;
        height: 14px;
        background-color: #00234a;
        border-radius: 50px;
    }

    .choose-list.owl-carousel .owl-dots .owl-dot.active {
        background-color: #dfb214;
    }

}

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

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

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

}

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

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

    .choose-text {
        margin: 0 0 20px;
        line-height: 1.4;
    }

    .choose-item {
        padding: 20px 15px;
    }

    .choose-img {
        margin: 0 auto 20px;
    }

}


/* Trusted section */

.hm-trusted-sec {
    padding: 100px 0px 90px;
    position: relative;
}

.hm-trusted-sec::before {
    position: absolute;
    content: "";
    background-image: -webkit-linear-gradient(-110deg, rgb(223, 178, 20) 0%, rgba(223, 178, 20, 0) 100%);
    width: 24%;
    height: 68%;
    right: 18%;
    bottom: 0;
    pointer-events: none;
    opacity: 50%;
    transform: skewX(20deg);
}

.hm-trusted-sec::after {
    position: absolute;
    content: "";
    background-image: url(../images/trust-sec-bfr.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    width: 73%;
    height: 68%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    opacity: 7%;
    mix-blend-mode: hard-light;
}

.hm-trusted-sec .text-heading {
    margin: 0 0 50px;
    font-size: 60px;
}

.group-img {
    width: 45%;
}

.singl-img {
    width: 30%;
}

.singl-img img,
.group-img img {
    width: 100%;
    display: block;
}

.trusted-list {
    display: flex;
    justify-content: flex-end;
    gap: 80px;
}

.trusted-cnt {
    width: 37%;
}

.trusted-cnt p {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: 0.4px;
    color: #000;
    margin: 0 0 30px;
}

.trusted-img-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap-reverse;
    width: 53.4%;
    position: relative;
    padding: 20px 0 0;
}

.exp-years-img {
    position: absolute;
    top: 0px;
    left: 50px;
    width: 30%;
    z-index: 1;
}

.exp-years-img img {
    width: 100%;
    display: block;
}


/* Responsive */

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

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

    .hm-trusted-sec::before {
        width: 21%;
    }

    .hm-trusted-sec .text-heading {
        font-size: 55px;
    }

    .trusted-cnt p {
        font-size: 18px;
    }

    .singl-img {
        width: 28%;
    }

    .group-img {
        width: 42%;
    }

    .exp-years-img {
        width: 27%;
    }

    .trusted-img-list {
        padding: 10px 0 0;
        gap: 15px;
    }

    .trusted-cnt a.cmn-btn {
        font-size: 20px;
        padding: 21px 73px 20px 40px;
    }

}

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

    .hm-trusted-sec {
        padding: 90px 0px 70px;
    }

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

    .trusted-list {
        gap: 60px;
    }

    .trusted-cnt {
        width: 39%;
    }

    .trusted-cnt a.cmn-btn {
        font-size: 19px;
        padding: 20px 70px 19px 35px;
    }

    .trusted-cnt p {
        font-size: 17px;
    }

}

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

    .trusted-list {
        gap: 50px;
    }

    .trusted-cnt p {
        font-size: 16px;
        margin: 0 0 25px;
    }

    .hm-trusted-sec .text-heading {
        font-size: 45px;
    }

    .trusted-cnt a.cmn-btn {
        font-size: 17px;
        padding: 19px 65px 18px 27px;
    }

}

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

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

    .hm-trusted-sec::before {
        height: 65%;
    }

    .hm-trusted-sec .text-heading {
        font-size: 42px;
        margin: 0 0 30px;
    }

    .trusted-list {
        gap: 40px;
    }

    .trusted-cnt p {
        margin: 0 0 20px;
        line-height: 1.6;
    }

    .trusted-img-list {
        gap: 12px;
        padding: 0px;
    }

    .exp-years-img {
        top: 35px;
    }

}

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

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

    .trusted-list {
        gap: 20px;
    }

    .trusted-cnt {
        width: 40%;
    }

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

    .singl-img {
        width: 31%;
    }

    .group-img {
        width: 44%;
    }

    .trusted-img-list {
        width: 58.4%;
    }

    .exp-years-img {
        top: 55px;
    }

    .hm-trusted-sec .text-heading {
        font-size: 38px;
        margin: 0 0 25px;
    }

    .trusted-cnt a.cmn-btn {
        font-size: 16px;
        padding: 17px 63px 16px 25px;
    }

}

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

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

    .hm-trusted-sec::before,
    .hm-trusted-sec::after {
        display: none;
    }

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

    .trusted-list {
        gap: 20px;
        flex-direction: column-reverse;
        align-items: center;
    }

    .trusted-img-list {
        padding: 0;
        width: 100%;
        gap: 20px;
    }

    .exp-years-img {
        position: static;
        width: 100%;
        max-width: 160px;
        z-index: 1;
        margin: auto;
    }

    .group-img,
    .singl-img {
        width: 100%;
        max-width: 350px;
        border: 2px solid #dfb214;
        padding: 3px;
    }

    .group-img img {
        height: 350px;
        object-fit: cover;
        object-position: center;
    }

    .trusted-cnt {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .trusted-cnt p {
        margin: 0 0 20px;
        line-height: 1.7;
    }

}

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

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

    .trusted-img-list {
        flex-direction: column-reverse;
        align-items: center;
    }

    .hm-trusted-sec .text-heading {
        font-size: 31px;
    }

}

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

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

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

    .hm-trusted-sec .text-heading {
        font-size: 28px;
    }

}



/* Services Section */

.sub-heading.service-title {
    text-align: center;
    font-weight: 700;
    color: #dfb214;
}
.hmservices-sec .container{
    max-width: 1700px;
}

.hmservices-sec {
    position: relative;
}

.hmservices-blk {
    /* width: 78%; */
    width: 100% !important;
    position: relative;
    z-index: 1;
    padding: 0 0 180px 0px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.hmservices-blk:after {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(223 178 20 / 40%) 50%, transparent);
    width: 26.8%;
    height: 100%;
    right: 14px;
    top: 0;
    margin: auto;
    transform: skewX(15deg);
    z-index: -1;
    display: none;
}

.hmservices-cnt {
    width: 32.2%;
    padding: 50px !important;
    position: relative;
    display: flex;
    flex-direction: column;
}

.hmservices-cnt:before {
    position: absolute;
    content: "";
    background-color: rgb(0 35 74 / 90%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    transform: skewX(15deg);
    border-left: 20px solid #dfb214;
}

.hmservices-cnt .text-heading {
    text-align: left;
    margin: 0 0 20px;
    color: #fff;
    font-size: 48px;
}

.hmservices-cnt .sub-heading {
    color: #fff;
}

.hmservices-cnt p {
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0.4px;
    font-family: 'Manrope';
    font-weight: 400;
    margin: 0px;
    color: #fff;
}
.hmservices-cnt ul{
    padding-left: 50px;
}
.hmservices-cnt ul li a, .hmservices-cnt .read-more a{
        font-size: 25px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-family: 'Manrope';
    font-weight: 400;
    color: #fff;
}
.hmservices-cnt ul li a:hover, .hmservices-cnt .read-more a:hover{
    color: #dfb214;
}
.hmservices-cnt .read-more {
    margin-top: auto;
    position: relative;
    left: 60px;
}
.hmservices-cnt ul li{
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
        position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
.hmservices-cnt .read-more a{
    padding-right: 40px;
     position: relative;
}
.hmservices-cnt .read-more a::before{
    position: absolute;
    content: " ";
    right: 0;
    top: -2px;
    width: 19px;
    height: 40px;
    background-image: url(../images/read-more-arrow-img.webp);
}
.hmservices-cnt ul li:last-child{
    border: none;
    padding-bottom: 0 !important;
    margin: 0 !important;
}
.hmservices-cnt ul li::before {
    position: absolute;
    content: " ";
    left: 3px;
    top: 5px;
    width: 9px;
    height: 19px;
    background-image: url(../images/list-arrow-img.webp);
}

.hmservices-blk .readmore-btn {
    position: absolute;
    right: -30px;
    bottom: 0px;
    margin: auto;
    z-index: 2;
    top: 0;
    height: max-content
}

.hmservices-blk .readmore-btn a {
    font-size: 27px;
    line-height: 1;
    letter-spacing: 0;
    font-family: 'Manrope';
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    padding: 30px 40px 120px 32px;
    position: relative;
    display: inline-block;
    background-image: url(../images/readmore-arr-img.webp);
    background-repeat: no-repeat;
    background-position: bottom 29px right 50px;
    background-size: 11%;
}

.hmservices-blk .readmore-btn a:before {
    position: absolute;
    content: "";
    background-color: #dfb214;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    transform: skewX(15deg);
}

.hmservices-blk .readmore-btn a:after {
    position: absolute;
    content: "";
    background-color: #00234a;
    width: 88%;
    height: 80px;
    bottom: 10px;
    left: 26px;
    right: 0;
    margin: auto;
    transform: skewX(15deg);
    z-index: -1;
}

.hmservices-blk .readmore-btn a:hover {
    color: #fff;
}

.hmservices-img {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 0;
}

.hmservices-img img {
    width: 100%;
    display: block;
    opacity: 80%;
    height: 100%;
	object-fit:cover;
}


/* Responsive */

@media screen and (max-width:1900px) {
    .hmservices-sec .container {
    max-width: 1600px;
}
}
@media screen and (max-width:1800px) {
    .hmservices-sec .container {
    max-width: 1500px;
}
.hmservices-cnt .text-heading {
    margin: 0 0 20px;
    font-size: 40px;
}
.hmservices-cnt ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.hmservices-cnt ul li a, .hmservices-cnt .read-more a {
    font-size: 23px;
    line-height: 1.2;
}
}


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

    .hmservices-blk {
        padding: 0 0 150px 0px;
    }

    .hmservices-blk:after {
        right: 17px;
    }
        .hmservices-sec .container {
    max-width: 1400px;
}
.hmservices-cnt .text-heading {
    font-size: 35px;
}

.hmservices-cnt ul li a, .hmservices-cnt .read-more a {
    font-size: 20px;
}
.hmservices-cnt ul li {
    padding-left: 23px;
}
.hmservices-cnt ul li::before {
    top: 1px;
}
.hmservices-cnt .read-more a::before {
    top: -6px;
    transform: scale(0.8);
}
.hmservices-cnt .read-more a {
    padding-right: 30px;
}
.hmservices-cnt {
    padding: 40px !important;
}

}

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


    .hmservices-cnt p {
        font-size: 19px;
    }

    .hmservices-blk {
        padding: 0 0 130px 0px;
    }

    .hmservices-blk:after {
        right: 15px;
    }

    .hmservices-blk .readmore-btn a {
        font-size: 25px;
        padding: 30px 40px 110px 32px;
    }
        .hmservices-sec .container {
        max-width: 1300px;
    }

}

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

    .hmservices-cnt .text-heading {
        font-size: 30px;
    }

    .hmservices-blk {
        padding: 0 0 120px 0px;
    }

    .hmservices-blk:after {
        right: 12px;
    }

    .hmservices-cnt {
        padding: 45px 58px 45px 90px;
    }

    .hmservices-cnt:before {
        border-width: 17px;
    }

    .hmservices-blk .readmore-btn {
        right: -20px;
    }

    .hmservices-blk .readmore-btn a {
        font-size: 23px;
        padding: 28px 35px 100px 30px;
        background-position: bottom 27px right 40px;
    }

    .hmservices-blk .readmore-btn a:after {
        height: 67px;
        left: 23px;
    }

    .hmservices-cnt p {
        font-size: 18px;
    }

}

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

    .hmservices-blk {
        padding: 0 0 110px 00px;
    }
            .hmservices-sec .container {
        max-width: 1100px;
    }

    .hmservices-cnt .sub-heading {
        margin: 0 0 15px;
    }

    .hmservices-cnt .text-heading {
        font-size: 25px;
    }

    .hmservices-cnt {
        padding: 45px 55px 40px 90px;
    }

    .hmservices-cnt:before {
        border-width: 14px;
    }

    .hmservices-cnt p {
        font-size: 17px;
    }

    .hmservices-blk .readmore-btn a {
        font-size: 22px;
        padding: 23px 35px 80px 20px;
        background-position: bottom 19px right 39px;
    }

    .hmservices-blk .readmore-btn a:after {
        height: 56px;
        left: 20px;
        bottom: 6px;
    }

    .hmservices-blk:after {
        right: 11px;
    }
.hmservices-cnt ul {
    padding-left: 30px;
}
    .hmservices-cnt ul li a, .hmservices-cnt .read-more a {
        font-size: 18px;
    }
}

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

    .hmservices-cnt .sub-heading {
        margin: 0 0 10px;
    }

    .hmservices-cnt .text-heading {
        font-size: 25px;
        margin: 0 0 20px;
    }

    .hmservices-blk {
        padding: 0 0 100px 00px;
    }
        .hmservices-cnt {
        padding: 30px !important;
    }

    .hmservices-blk:after {
        transform: skewX(12deg);
        right: 14px;
    }
    .hmservices-sec .container {
        max-width: 890px;
    }

    .hmservices-cnt {
        padding: 50px 25px 40px 70px;
    }

    .hmservices-cnt p {
        font-size: 16px;
        line-height: 1.6;
    }

    .hmservices-cnt:before {
        border-width: 11px;
        transform: skewX(12deg);
    }

    .hmservices-blk .readmore-btn {
        right: 0;
        top: 60px;
    }

    .hmservices-blk .readmore-btn a {
        font-size: 18px;
        padding: 21px 25px 70px 17px;
        background-position: bottom 16px right 37px;
    }

    .hmservices-blk .readmore-btn a:before {
        transform: skewX(11deg);
    }

    .hmservices-blk .readmore-btn a:after {
        height: 47px;
        left: 12px;
        bottom: 5px;
        transform: skewX(11deg);
    }
        .hmservices-cnt ul li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
        .hmservices-cnt ul li a, .hmservices-cnt .read-more a {
        font-size: 17px;
    }
        .hmservices-cnt .read-more a::before {
        top: -8px;
        transform: scale(0.75);
    }

}

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

    .hmservices-sec {
        padding: 50px 0;
    }


    .hmservices-cnt .text-heading {
        font-size: 35px;
        letter-spacing: 1px;
        text-align: center;
        line-height: 1.1;
    }
    .hmservices-cnt .text-heading{
        max-width: 300px;
        margin: 0 auto 20px !important;
    }

    .hmservices-cnt .text-heading br {
        display: none;
    }

    .hmservices-blk {
        padding: 0;
        width: 100%;
    }

    .hmservices-blk:after {
        display: none;
    }
    .hmservices-cnt .read-more {
    left: 0;
    margin: 0;
}

    .hmservices-cnt {
        padding: 30px;
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
        max-width: 400px;
        margin: auto;
    }
    .hmservices-cnt:before {
        transform: inherit;
        border: 4px solid #dfb214;
    }

    .hmservices-blk .readmore-btn {
        position: static;
        text-align: center;
    }

    .hmservices-blk .readmore-btn a:before {
        transform: skewX(-10deg);
    }

    .hmservices-blk .readmore-btn a:after {
        transform: skewX(-10deg);
        bottom: 0;
        top: 0;
        right: 4px;
        width: 50px;
        height: 85%;
        left: inherit;
    }

    .hmservices-blk .readmore-btn a {
        font-size: 17px;
        padding: 16px 80px 16px 17px;
        background-position: right 20px center;
        background-size: 12px;
    }

    .hmservices-blk .readmore-btn a br {
        display: none;
    }
    .hmservices-cnt ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: left;
}
.hmservices-blk.owl-carousel .owl-stage {
    display: flex;
}
.hmservices-cnt{
height: 100%;
justify-content: center;
}


.hmservices-cnt ul li:last-child {
    width: fit-content;
    margin: 0 auto !important;
}

}

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

    .container {
        max-width: 100%;
        padding: 0 10px;
    }
        .hmservices-cnt ul {
        padding-left: 0;
    }

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

    .hmservices-cnt {
        padding: 30px 25px;
        margin-bottom: 20px;
    }

    .hmservices-cnt .text-heading {
        font-size: 33px;
    }

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

    .hmservices-blk .readmore-btn a {
        font-size: 16px;
        padding: 16px 65px 13px 17px;
        background-size: 10px;
    }

    .hmservices-blk .readmore-btn a:after {
        width: 46px;
    }

}

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

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

    .hmservices-cnt {
        padding: 25px 15px;
    }

    .hmservices-cnt .text-heading {
        margin: 0 0 12px;
        font-size: 31px;
    }

}


/* Attorney section */

.hmattorney-sec {
    position: relative;
    padding: 160px 0 90px;
    background-image: url("../images/hmatrny-sec-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    background-color: #000;
}

.hmattorney-sec:before {
    position: absolute;
    content: "";
    background-image: url("../images/hmatrny-sec-bef.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}

.hmattorney-sec:after {
    position: absolute;
    content: "";
    background-image: -webkit-linear-gradient(-30deg, rgba(223, 178, 20, 70%) 0%, rgba(223, 178, 20, 0) 100%);
    width: 30%;
    height: 22%;
    bottom: 11%;
    left: 0;
    transform: skewY(28deg);
}

.hmatrny-sec-top.sub-heading {
    font-size: 40px;
    letter-spacing: 22px;
    font-weight: 400;
    padding: 70px 10px 20px 24px;
    background-color: #dfb214;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    color: #00234a;
    margin: 0;
}

.hmatrny-sec-top.sub-heading:before {
    position: absolute;
    content: "";
    background-image: url("../images/hmatrny-top-bef.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 28%;
    height: 48px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hmattorney-sec .hmattorney-title {
    font-size: 145px;
    line-height: 1;
    letter-spacing: 0px;
    font-family: 'Manrope';
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: rgb(223 178 20 / 40%);
    margin-bottom: 0;
}

.hmatrny-blk {
    display: flex;
    gap: 85px;
    position: relative;
}

.hmatrny-blk:before {
    position: absolute;
    content: "";
    background-image: url(../images/hmatrny-bef.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 47%;
    height: 67%;
    left: 37px;
    top: 78px;
    pointer-events: none;
}

.hmatrny-lft {
    width: 33%;
    position: relative;
    margin-left: -50px;
}

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

.hmatrny-lft .experience {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0px;
    font-family: 'Manrope';
    font-weight: 400;
    text-transform: uppercase;
    color: #00234a;
    width: 100%;
    max-width: 220px;
    text-align: center;
    padding: 35px 10px 30px;
    position: absolute;
    top: 14%;
    right: -20px;
    bottom: 0;
    margin: auto;
    height: max-content;
    z-index: 1;
}

.hmatrny-lft .experience:before {
    position: absolute;
    content: "";
    background-color: #dfb214;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    transform: skewX(10deg);
    pointer-events: none;
}

.hmatrny-lft .experience:after {
    position: absolute;
    content: "";
    background-image: -webkit-linear-gradient(-90deg, rgb(0, 35, 74) 0%, rgba(0, 35, 74, 0) 100%);
    width: 96%;
    height: 50%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    clip-path: polygon(45% 0%, 0% 100%, 100% 100%);
    opacity: 27%;
    z-index: -1;
}

.hmatrny-lft .experience strong {
    font-weight: 400;
    font-size: 90px;
    letter-spacing: -8px;
    display: block;
    line-height: 1;
}

.hmatrny-lft .experience strong:before,
.experience strong:after {
    position: absolute;
    content: "";
    background-color: #00234a;
    width: 18px;
    height: 50%;
    left: -11px;
    top: 0;
    transform: skewX(10deg);
}

.hmatrny-lft .experience strong:after {
    top: auto;
    left: auto !important;
    bottom: 0;
    right: -11px;
}

.hmatrny-lft .experience span {
    font-size: 20px;
    display: block;
    line-height: 1;
    letter-spacing: 11px;
    font-weight: 500;
}

.hmatrny-lft .experience span.exp {
    letter-spacing: 0.5px;
    margin-top: 7px;
}

.hmatrny-rit {
    width: 57%;
    padding-top: 40px;
}

.hmatrny-rit .sub-heading {
    margin: 0 0 10px;
    color: #fff;
}

.hmatrny-rit .text-heading {
    text-align: left;
    font-size: 80px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
    color: #fff;
}

.hmatrny-rit .text-heading:before {
    position: absolute;
    content: "";
    background-image: url("../images/hmatrny-rit-heading-bef.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 45%;
    height: 10px;
    left: 0;
    bottom: 0;
}

.hmatrny-rit p {
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0.4px;
    font-family: 'Manrope';
    font-weight: 500;
    margin: 0 0 35px;
    color: #fff;
}

.hmatrny-img {
    margin-bottom: 180px;
}

.hmatrny-img img {
    margin-left: 30px;
}


.hmatrny-sec-top.sub-heading br{display:none;}
/* Responsive */

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

    .hmatrny-sec-top.sub-heading {
        font-size: 38px;
        letter-spacing: 20px;
    }

}

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

    .hmatrny-sec-top.sub-heading {
        font-size: 37px;
        letter-spacing: 18px;
    }


}

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

    .hmattorney-sec {
        padding: 140px 0 80px;
    }

    .hmatrny-sec-top.sub-heading {
        font-size: 35px;
        letter-spacing: 16px;
        padding: 60px 10px 20px 20px;
    }

    .hmatrny-sec-top.sub-heading:before {
        height: 40px;
    }

    .hmatrny-lft {
        margin-left: -35px;
    }

    .hmatrny-rit p {
        font-size: 19px;
    }

    .hmattorney-sec .hmattorney-title {
        font-size: 135px;
    }

    .hmatrny-rit .text-heading {
        font-size: 75px;
    }

    .hmatrny-lft .experience strong {
        font-size: 80px;
        letter-spacing: -5px;
    }

    .hmatrny-lft .experience {
        font-size: 35px;
        padding: 30px 10px 25px;
    }

    .hmatrny-rit .sub-heading {
        font-size: 23px;
        letter-spacing: 18px;
    }

    .hmatrny-rit {
        padding-top: 30px;
    }


}

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

    .hmattorney-sec {
        padding: 140px 0 70px;
    }

    .hmatrny-sec-top.sub-heading {
        font-size: 32px;
        letter-spacing: 15px;
        padding: 55px 10px 15px 20px;
    }

    .hmatrny-sec-top.sub-heading:before {
        height: 35px;
    }

    .hmatrny-blk {
        gap: 70px;
    }

    .hmatrny-rit p {
        font-size: 18px;
        margin: 0 0 30px;
    }

    .hmatrny-lft {
        margin-left: -25px;
    }

    .hmatrny-rit .text-heading {
        font-size: 70px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .hmattorney-sec .hmattorney-title {
        font-size: 125px;
    }

    .hmatrny-lft .experience {
        padding: 26px 10px 22px;
        max-width: 200px;
    }

    .hmatrny-lft .experience strong {
        font-size: 75px;
    }

    .hmatrny-lft .experience strong:before,
    .experience strong:after {
        width: 14px;
        left: -9px;
    }

    .hmatrny-lft .experience strong:after {
        right: -9px;
    }

    .hmatrny-lft .experience span {
        font-size: 19px;
    }

    .hmatrny-img {
        margin-bottom: 165px;
    }

}

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

    .hmattorney-sec {
        padding: 130px 0 70px;
    }

    .hmatrny-sec-top.sub-heading {
        font-size: 29px;
        padding: 65px 10px 15px 20px;
    }

    .hmattorney-sec .hmattorney-title {
        font-size: 120px;
    }

    .hmatrny-rit .text-heading {
        font-size: 65px;
    }

    .hmatrny-rit p {
        font-size: 17px;
        margin: 0 0 30px;
    }

    .hmatrny-blk:before {
        width: 50%;
    }

    .hmatrny-lft .experience strong:before,
    .experience strong:after {
        width: 12px;
    }

    .hmatrny-img {
        margin-bottom: 140px;
    }

}

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

    .hmattorney-sec {
        padding: 120px 0 50px;
    }

    .hmatrny-sec-top.sub-heading {
        font-size: 27px;
        letter-spacing: 14px;
        padding: 57px 10px 15px 20px;
    }

    .hmattorney-sec .hmattorney-title {
        font-size: 110px;
    }

    .hmatrny-rit .sub-heading {
        font-size: 21px;
        letter-spacing: 16px;
    }

    .hmatrny-rit .text-heading {
        font-size: 60px;
    }

    .hmatrny-blk {
        gap: 60px;
    }

    .hmatrny-lft .experience span {
        font-size: 18px;
        letter-spacing: 9px;
    }

    .hmatrny-lft .experience strong {
        font-size: 70px;
        letter-spacing: -3px;
        margin: 0;
    }

    .hmatrny-lft .experience {
        padding: 23px 10px 22px;
        max-width: 180px;
        font-size: 31px;
    }

    .hmatrny-rit p {
        font-size: 16px;
        margin: 0 0 25px;
    }

}

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

    .hmatrny-sec-top.sub-heading {
        font-size: 24px;
        letter-spacing: 10px;
        padding: 54px 10px 13px 20px;
    }

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

    .hmatrny-rit .sub-heading {
        font-size: 20px;
        letter-spacing: 14px;
        margin: 0 0 7px;
    }

    .hmatrny-rit .text-heading {
        font-size: 57px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .hmatrny-rit p {
        line-height: 1.6;
    }

    .hmatrny-lft .experience span {
        font-size: 16px;
        letter-spacing: 7px;
    }

    .hmatrny-lft .experience strong {
        font-size: 65px;
    }

    .hmatrny-lft .experience {
        padding: 22px 10px 20px;
        max-width: 160px;
        font-size: 28px;
    }

    .hmatrny-lft .experience strong:before,
    .experience strong:after {
        width: 9px;
        left: -9px;
    }

    .hmatrny-lft .experience strong:after {
        right: -9px;
    }

    .hmatrny-lft {
        width: 38%;
    }

    .hmatrny-rit p {
        margin: 0 0 20px;
    }

    .hmatrny-img {
        margin-bottom: 130px;
    }
}

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

    .hmattorney-sec {
        padding: 110px 0 50px;
        background-color: transparent;
    }

    .hmattorney-sec:before {
        background-image: none;
        background-color: #00234a;
        opacity: 70%;
    }

    .hmatrny-sec-top.sub-heading {
        font-size: 19px;
        letter-spacing: 6px;
    }

    .hmattorney-sec .hmattorney-title {
        font-size: 70px;
        color: rgb(223 178 20 / 100%);
        margin-bottom: 20px;
    }

    .hmatrny-blk {
        gap: 30px;
        flex-direction: column;
        align-items: center;
    }

    .hmatrny-lft .experience {
        font-size: 25px;
        letter-spacing: 1px;
        max-width: 400px;
        padding: 15px 10px;
        position: relative;
        top: 0;
        right: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 5px 13px;
    }

    .hmatrny-lft {
        margin-left: 0;
        width: 100%;
    }

    .hmatrny-lft .experience span {
        letter-spacing: 4px;
        display: inline-block;
    }

    .hmatrny-img {
        width: 100%;
        max-width: 330px;
        margin: auto;
    }

    .hmatrny-img img {
        height: 380px;
        object-position: top;
    }

    .hmatrny-img img {
        margin-left: 0;
    }

    .hmatrny-lft .experience strong {
        font-size: 60px;
        display: inline-block;
        letter-spacing: -5px;
    }

    .hmatrny-lft .experience strong:before,
    .experience strong:after {
        width: 8px;
        height: 100%;
        transform: inherit;
        left: 0;
    }

    .hmatrny-lft .experience strong:after {
        right: 0;
    }

    .hmatrny-lft .experience span.exp {
        display: block;
        width: 100%;
        margin: 0px;
    }

    .hmatrny-lft .experience:after,
    .hmattorney-sec:after {
        display: none;
    }

    .hmatrny-lft .experience:before {
        transform: inherit;
    }

    .hmatrny-rit {
        padding-top: 0;
    }

    .hmatrny-rit {
        padding-top: 0;
        width: 100%;
        text-align: center;
    }

    .hmatrny-rit .text-heading {
        font-size: 45px;
        text-align: center;
        display: inline-block;
    }

    .hmatrny-rit .text-heading:before {
        right: 0;
        margin: auto;
        width: 100%;
        height: 6px;
    }

    .hmatrny-rit .sub-heading {
        margin: 0 0 13px;
        letter-spacing: 8px;
        font-size: 17px;
    }

    .hmatrny-rit p {
        margin: 0 0 20px;
        line-height: 1.6;
    }

    .hmatrny-blk:before {
        display: none;
    }

    .hmatrny-img {
        margin-bottom: 0;
    }
}

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

    .hmattorney-sec {
        /* padding: 100px 0 40px; */
        padding: 120px 0 40px;
    }

    .hmatrny-sec-top.sub-heading {
        font-size: 17px;
        letter-spacing: 4px;
        padding: 41px 10px 10px;
        line-height: 1.3;
    }

    .hmattorney-sec .hmattorney-title {
        font-size: 50px;
    }

    .hmatrny-lft .experience {
        font-size: 22px;
        gap: 5px 10px;
        padding: 12px 10px;
    }

    .hmatrny-lft .experience strong {
        font-size: 52px;
        letter-spacing: -3px;
    }

    .hmatrny-lft .experience span {
        letter-spacing: 3px;
    }

    .hmatrny-rit .sub-heading {
        letter-spacing: 6px;
        font-size: 16px;
    }

    .hmatrny-rit .text-heading {
        font-size: 37px;
        letter-spacing: 1px;
    }

    .hmatrny-sec-top.sub-heading br{display:block;}

}

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

    .hmattorney-sec {
        padding: 100px 0 30px;
    }

    .hmatrny-sec-top.sub-heading:before {
        display: none;
    }

    .hmatrny-sec-top.sub-heading {
        font-size: 16px;
        letter-spacing: 3px;
        padding: 13px 10px;
    }

    .hmattorney-sec .hmattorney-title {
        font-size: 40px;
        letter-spacing: 1px;
    }

    .hmatrny-lft .experience {
        font-size: 20px;
        gap: 5px 8px;
        padding: 10px 10px;
        letter-spacing: 1.5px;
    }

    .hmatrny-lft .experience strong {
        font-size: 46px;
        letter-spacing: -2px;
    }

    .hmatrny-lft .experience span {
        font-size: 16px;
    }

    .hmatrny-rit .sub-heading {
        letter-spacing: 4px;
    }

    .hmatrny-rit .text-heading {
        font-size: 34px;
    }

}


/* Philosophy section */

.hmphilosophy-sec {
    padding: 80px 0;
    position: relative;
    margin-top: -273px;
    z-index: 1;
    padding-bottom: 0 !important;
}

.hmphilosophy-sec:before,
.hmphilosophy-sec:after {
    position: absolute;
    content: "";
    background-color: #f7f7f7;
    width: calc(100% - 200px);
    /* height: 98%; */
    height: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    /* clip-path: polygon(100% 0, 100% 89%, 0 100%, 0 0); */
    pointer-events: none;
}

.hmphilosophy-sec:after {
    background-color: #ffffff;
    width: 100%;
    height: 84%;
    top: inherit;
    clip-path: polygon(100% 23%, 100% 100%, 0 100%, 0 0);
    bottom: 0;
    z-index: -2;
}

.hmphilisophy-blk {
    display: flex;
    justify-content: end;
    padding-right: 40px;
}

.hmphilisophy-blk:before {
    position: absolute;
    content: "";
    background-image: url(../images/philosophy-sec-houses-img.webp);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 100% 100%;
    top: -4px;
    right: 8%;
    width: 61%;
    height: 53%;
    opacity: 30%;
    z-index: -1;
}

.hmphilisophy-lft {
    width: 51%;
}

.hmphilisophy-lft .text-heading {
    text-align: left;
    color: #dfb214;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
    display: inline-block;
    font-size: 60px;
}

.hmphilisophy-lft .text-heading:before {
    position: absolute;
    content: "";
    background-image: url("../images/hmatrny-rit-heading-bef.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 86%;
    height: 10px;
    bottom: 0;
    left: 0;
}

.hmphilisophy-lft p {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.36px;
    font-family: 'Manrope';
    font-weight: 400;
    margin: 0 0 20px;
    color: #000;
}

.hmphilisophy-testi {
    margin-bottom: 25px;
    padding-left: 130px;
}

.hmphilisophy-testi p {
    font-size: 23px;
    line-height: 1.4;
    letter-spacing: 0px;
    font-family: 'Manrope';
    font-weight: 500;
    color: #00234a;
    margin: 0 0 20px;
}

.hmphilisophy-testi .hmphilisophy-testi-name {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0px;
    font-family: 'Manrope';
    font-weight: 600;
    color: #dfb214;
}

.hmphilisophy-rit {
    width: 42%;
}

.hmphilisophy-rit-img {
    margin-left: -20px;
}

.hmphilisophy-rit img {
    width: 100%;
    display: block;
}


/* Responsive */


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

    .hmphilosophy-sec {
        padding: 70px 0;
        margin-top: -267px;
    }

    .hmphilosophy-sec:before {
        height: 95%;
        clip-path: polygon(100% 0, 100% 93%, 0 100%, 0 0);
    }

    .hmphilisophy-lft .text-heading {
        font-size: 55px;
    }

    .hmphilisophy-testi p {
        font-size: 21px;
    }

    .hmphilisophy-testi .hmphilisophy-testi-name {
        font-size: 29px;
    }

    .hmphilisophy-rit-img {
        margin-left: 0;
    }

    .hmphilisophy-lft p {
        font-size: 17px;
    }

}

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

    .hmphilosophy-sec:before {
        width: calc(100% - 150px);
    }

    .hmphilosophy-sec {
        margin-top: -242px;
    }

    .hmphilisophy-lft .text-heading {
        font-size: 50px;
    }

    .hmphilisophy-lft p {
        line-height: 1.7;
    }


}

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

    .hmphilosophy-sec {
        padding: 60px 0;
        margin-top: -222px;
    }

    .hmphilosophy-sec:before {
        width: calc(100% - 160px);
    }

    .hmphilisophy-lft .text-heading {
        font-size: 45px;
    }

    .hmphilisophy-lft p {
        font-size: 16px;
    }

    .hmphilisophy-testi {
        padding-left: 80px
    }

    .hmphilisophy-testi p {
        font-size: 19px;
        margin: 0 0 15px;
    }

    .hmphilisophy-testi .hmphilisophy-testi-name {
        font-size: 25px;
    }

}

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

    .hmphilosophy-sec {
        margin-top: -190px;
    }

    .hmphilisophy-lft .text-heading {
        font-size: 40px;
    }

}

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

    .hmphilosophy-sec {
        margin-top: -186px;
    }

    .hmphilosophy-sec:before {
        width: calc(100% - 100px);
        height: 100%;
        clip-path: polygon(100% 0, 100% 92%, 0 100%, 0 0);
    }

    .hmphilisophy-lft .text-heading {
        margin: 0 0 20px;
        padding-bottom: 20px;
    }

    .hmphilisophy-testi {
        margin-bottom: 30px;
        padding-left: 60px;
    }

    .hmphilisophy-testi p {
        font-size: 18px;
        margin: 0 0 16px;
    }

    .hmphilisophy-testi .hmphilisophy-testi-name {
        font-size: 25px;
    }

    .hmphilisophy-lft {
        width: 50%;
    }

    .hmphilisophy-lft p {
        font-size: 15px;
        line-height: 1.6;
    }


}

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

    .hmphilosophy-sec {
        margin-top: 0;
        padding: 50px 0;
        background-color: #f7f7f7;
    }

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

    .hmphilisophy-lft .text-heading {
        font-size: 35px;
    }

    .hmphilisophy-blk {
        padding-right: 0;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .hmphilisophy-blk:before {
        display: none;
    }

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

    .hmphilisophy-rit {
        width: 100%;
    }

    .hmphilisophy-testi {
        margin-bottom: 30px;
        padding-left: 0;
        text-align: center;
    }

    .hmphilisophy-testi p br {
        display: none;
    }

    .hmphilisophy-rit-img {
        width: 100%;
        max-width: 500px;
        margin: auto;
    }

    .hmphilisophy-lft .text-heading:before {
        right: 0;
        margin: auto;
    }

}

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

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

    .hmphilisophy-lft .text-heading {
        margin: 0 0 15px;
        font-size: 33px;
    }

}

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

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

    .hmphilisophy-testi .hmphilisophy-testi-name {
        font-size: 23px;
    }

    .hmphilisophy-lft .text-heading {
        font-size: 32px;
    }

}


/* Move Forward Section */

.move-forward-sec {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 330px 0 130px;
}

.move-forward-sec .container {
    max-width: 1280px;
}

.forward-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.forward-img img {
    width: 100%;
    display: block;
    height: 100%
}

.forward-cnt {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 8px;
    margin: 0 0 25px;
}

.forward-title {
    font-size: 50px;
    font-family: 'Manrope';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0px;
    color: #dfb214;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.forward-blk {
    position: relative;
}

.forward-title span {
    display: block;
    line-height: 1;
}

.forward-title span:nth-child(2) {
    font-size: 60px;
}

.forward-title span:nth-child(3) {
    font-size: 70px;
}

.forward-title span:nth-child(4) {
    font-size: 80px;
}

/* Responsive */

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

    .move-forward-sec {
        padding: 290px 0 100px;
    }

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

    .forward-title span:nth-child(2) {
        font-size: 55px;
    }

    .forward-title span:nth-child(3) {
        font-size: 65px;
    }

    .forward-title span:nth-child(4) {
        font-size: 75px;
    }

}

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

    .move-forward-sec {
        padding: 260px 0 80px;
    }

    .forward-title {
        font-size: 40px;
        margin: 0 0 20px;
    }

    .forward-title span:nth-child(2) {
        font-size: 50px;
    }

    .forward-title span:nth-child(3) {
        font-size: 60px;
    }

    .forward-title span:nth-child(4) {
        font-size: 70px;
    }

    .forward-cnt {
        font-size: 21px;
        letter-spacing: 7px;
    }

}

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

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

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

    .move-forward-sec {
        padding: 240px 0 90px;
    }

    .forward-title {
        font-size: 40px;
    }

    .forward-title span:nth-child(2) {
        font-size: 50px;
    }

    .forward-title span:nth-child(3) {
        font-size: 60px;
    }

    .forward-title span:nth-child(4) {
        font-size: 70px;
    }

    .forward-cnt {
        letter-spacing: 5px;
        margin: 0 0 25px;
        font-size: 20px;
    }

}

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

    .move-forward-sec {
        padding: 200px 0 50px;
    }

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

    .forward-title span:nth-child(2) {
        font-size: 40px;
    }

    .forward-title span:nth-child(3) {
        font-size: 50px;
    }

    .forward-title span:nth-child(4) {
        font-size: 60px;
    }

    .forward-cnt {
        letter-spacing: 4px;
        margin: 0px 0 20px;
        font-size: 18px;
    }

    .forward-img {
        height: 100%;
        top: 20px;
    }

    .forward-img img {
        object-fit: cover;
        object-position: top;
    }

}

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

    .move-forward-sec {
        padding: 160px 0 40px;
    }

    .forward-title {
        font-size: 25px;
        margin: 0 0 20px;
    }

    .forward-title span:nth-child(2) {
        font-size: 35px;
    }

    .forward-title span:nth-child(3) {
        font-size: 45px;
    }

    .forward-title span:nth-child(4) {
        font-size: 55px;
    }

    .forward-cnt {
        letter-spacing: 3px;
        font-size: 17px;
    }

}

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

    .move-forward-sec {
        padding: 160px 0 30px;
    }

    .forward-title {
        font-size: 20px;
        gap: 7px;
    }

    .forward-title span:nth-child(2) {
        font-size: 30px;
    }

    .forward-title span:nth-child(3) {
        font-size: 40px;
    }

    .forward-title span:nth-child(4) {
        font-size: 47px;
    }

    .forward-cnt {
        font-size: 16px;
        line-height: 1.3;
    }

    .forward-img {
        top: 10px;
    }

    .forward-blk a.cmn-btn {
        padding: 14px 57px 14px 10px;
    }

}