.corporate-section-heading {
    font-family: 'ITC Berkeley Oldstyle Std', sans-serif;
    font-weight: 700;
    font-size: 60px;
    letter-spacing: 1.2px;
    line-height: 1;
    color: #626366;
    text-transform: uppercase;
    position: relative;
    &.light-color {
        color: #fff;
    }
    & strong,
    & span {
        color: #E68524;
    }
    & strong {
        display: block;
    }
    & span {
        display: inline;
    }
    & small {
        font-size: 50%;
        display: block;
        color: #E68524;
    }
}
.pt-0 {
    padding-top: 0;
}
.mxw-1000px {
    max-width: 1000px;
}
.m-a {
    margin: auto;
}
main ul:not(.nonelist) li {
    position: relative;
}
main ul:not(.nonelist) li::before {
    position: absolute;
    content: "";
    width: 28px;
    height: 23px;
    background-image: url(../images/rombus-img.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    top: 2px;
    margin: auto;
    pointer-events: none;
}
.accordion-heading {
    font-family: 'ITC Berkeley Oldstyle Std', sans-serif;
    font-weight: 600;
    font-size: 30px;
}
.corporate-gen-sec.top {
    padding-top: 0 !important;
}
.corporate-gen-sec.btm {
    padding-bottom: 0 !important;
}
.grey-bg {
    background: linear-gradient(81.33deg, #9E9FA2 10.01%, #6D6E71 88.9%);
    P,
    li {
        & strong {
            color: #fff;
        }
    }
}
@media screen and (max-width: 1550px) {
    .corporate-section-heading {
        font-size: 55px;
    }
    main ul:not(.nonelist) li {
        padding: 0 0 0 35px;
    }
    main ul:not(.nonelist) li::before {
        width: 23px;
        height: 19px;
        top: 5px;
    }
}
@media screen and (max-width: 1440px) {
    .corporate-section-heading {
        font-size: 47px;
    }
    .accordion-heading {
        font-size: 27px;
    }
    main ul:not(.nonelist) li {
        padding: 0 0 0 32px;
    }
    main ul:not(.nonelist) li::before {
        width: 20px;
        height: 17px;
        top: 5px;
    }
}
@media screen and (max-width: 1366px) {
    main ul:not(.nonelist) li {
        padding: 0 0 0 29px;
    }
    main ul:not(.nonelist) li::before {
        width: 19px;
        height: 16px;
        top: 6px;
    }
}
@media screen and (max-width: 1280px) {
    .corporate-section-heading {
        font-size: 39px;
    }
    .accordion-heading {
        font-size: 23px;
    }
    main ul:not(.nonelist) li {
        padding: 0 0 0 25px;
    }
    main ul:not(.nonelist) li::before {
        width: 18px;
        height: 15px;
        top: 4px;
    }
}
@media screen and (max-width: 1024px) {
    .corporate-section-heading {
        font-size: 32px;
    }
    .hm-offer-tab-list li a {
        padding: 15px 20px;
    }
    main ul:not(.nonelist) li {
        padding: 0 0 0 25px;
    }
    main ul:not(.nonelist) li::before {
        width: 18px;
        height: 15px;
        top: 4px;
    }
}
@media screen and (max-width: 768px) {
    .corporate-section-heading {
        font-size: 29px;
    }
}
@media screen and (max-width: 450px) {
    .accordion-heading {
        font-size: 20px;
    }
}
.hm-scroll-sec {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    right: 18px;
    height: 100vh;
}
.hm-scroll-sec .container {
    max-width: 100%;
}
.hm-scroll-blk {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hm-scroll-btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 240%;
}
.hm-scroll-btn a {
    font-family: 'Jost';
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #616161;
    text-decoration: none;
    text-shadow: 0 4px 24px rgb(0 0 0 / 0.6);
    padding: 48px 17px 18px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(223, 223, 223, 0.8) 100%);
    border-radius: 26px;
    transition: 0.5s;
    display: block;
    position: relative;
    writing-mode: sideways-lr;
    border: 1px solid #fff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(100px);
}
.hm-scroll-btn a:hover {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(223, 223, 223, 0.8) 100%);
}
.hm-scroll-btn a::before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(../images/scroll-radio-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 16px;
    margin: auto;
    opacity: 50%;
}
.hm-scroll-btn.hm-scrl-artcles a::before {
    background-image: url(../images/scroll-article-icon.webp);
}
.hm-scroll-btm-btn a {
    width: 73px;
    height: 73px;
    background-image: url(../images/scroll-robot-image.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    font-size: 0;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    backdrop-filter: blur(100px);
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
/* .cmn-btn {
    font-family: 'Jost';
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.2px;
    color: #fff;
    text-decoration: none;
    position: relative;
    text-shadow: 0 4px 24px rgb(0 0 0 / 0.6);
    padding: 21px 20px 22px 64px;
    background-image: linear-gradient(to right, #E68524 0%, #FCC55D 100%);
    border-radius: 50px;
    transition: 1.7s;
    display: inline-block;
    position: relative;
}
.cmn-btn::before {
    content: "";
    position: absolute;
    background-image: url(../images/hm-btn-img.webp);
    background-repeat: no-repeat;
    width: 35px;
    height: 25px;
    top: 0%;
    bottom: 0;
    left: 20px;
    transition: 1.2s ease-in-out;
    z-index: 1;
    margin: auto;
}
.cmn-btn:hover::before {
    left: calc(100% - 55px);
}
.cmn-btn.light-btn {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 37%, rgba(153, 153, 153, 0.3) 100%);
    color: #626366;
    text-shadow: none;
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.11);
    outline: 1px solid #fff;
}
.cmn-btn.light-btn::before {
    background-image: url(../images/cmn-btn-two.webp);
} */
/* .floatingMenu-list {
    max-width: 100%;
    background: linear-gradient(to left, #E68524 10%, #F9AE65 90%);
    overflow-y: auto;
    padding: 30px 2% 138px 6%;
    height: 100vh;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 5;
    width: 98%;
    margin: auto;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    color: #fff;
}
.floatingMenu-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #e68524;
}
.floatingMenu-list::-webkit-scrollbar {
    width: 0;
    background-color: #e68524;
}
.floatingMenu-list::-webkit-scrollbar-thumb {
    background-color: #fff;
}
#floatingMenu {
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    text-align: left;
    display: flex;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    left: 0;
}
#cloaseFloatingMenu2 {
    width: 100%;
    height: 100%;
    font-size: 0 !important;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#floatingMenu.openMenu {
    display: flex;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.floatingMenu-list .container {
    max-width: 100%;
}
.floating-nav-blk {
    display: flex;
    justify-content: space-between;
    padding: 0 3% 0 0;
}
.floating-menu-lft {
    width: 55%;
}
.floating-menu-lft ul {
    margin: 0;
}
.floating-menu-lft ul li {
    margin: 0 0 90px;
    list-style: none;
    line-height: inherit;
}
.floating-menu-lft ul li:last-child {
    margin-bottom: 0;
}
.floating-menu-lft ul li a {
    font-family: 'ITC Berkeley Oldstyle Std';
    font-size: 68px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #FFFFFF;
    text-transform: uppercase;
    display: block;
}
.floating-menu-lft ul li a:hover {
    color: #626366;
}
.floating-menu-rite-list ul {
    margin: 0;
}
.floating-menu-rite-list ul li {
    margin: 0 0 15px;
    list-style: none;
    line-height: inherit;
}
.floating-menu-rite-list ul li:last-child {
    margin-bottom: 0;
}
.floating-menu-rite-list ul li a {
    font-family: 'Jost';
    font-size: 36px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
    color: #ffffff;
    display: block;
}
.floating-menu-rite-list ul li a:hover {
    color: #626366;
}
.floating-menu-rite {
    width: 24%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 20px;
}
.floating-menu-rite-list {
    margin: 0 0 20px;
}
.floating-menu-scl-links {
    display: flex;
    gap: 10px;
}
.floating-menu-scl-links a {
    width: 44px;
    height: 44px;
    position: relative;
    display: inline-block;
    font-size: 0;
} */
#corporate-navigation-block {
    order: 6;
    width: 100%
}
#corporate-navigation-block .sub-menu {
    display: none;
    position: absolute;
    top: 99%;
    left: 0;
    background-color: #fff;
    width: 250px;
    border: 1px solid #f9f9f9;
}
#corporate-navigation-block ul,
#corporate-navigation-block li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#corporate-navigation-block li::before {
    display: none;
}
#corporate-navigation-block ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
@media screen and (max-width: 1280px) {
    #corporate-navigation-block ul {
        gap: 12px;
    }
}
#corporate-navigation-block ul li:hover>ul.sub-menu {
    display: block;
}
/* #corporate-navigation-block a {
    display: block;
    font-family: 'jost', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #626366;
    text-decoration: none;
    padding: 10px 15px;
} */
/* @media screen and (max-width: 1441px) {
    #corporate-navigation-block #corporate-menu>li>a {
        padding-inline: 0;
    }
} */
/* #corporate-navigation-block a:hover {
    color: #e68524;
} */
/* #corporate-navigation-block .sub-menu>li>a {
    border: 1px solid #f9f9f9;
    font-size: 15px;
} */
/* #corporate-navigation-block .sub-menu>li>a:hover {
    background-color: #f3f3f3;
    color: #e68524;
} */
/* #corporate-navigation-block .current-menu-item>a {
    color: #e68524;
}
#corporate-navigation-block .current-menu-ancestor>a {
    color: #F9AE65;
} */
.header-sec {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
}
.header-sec .container {
    max-width: 1550px;
}
.header-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 70px 14px;
    border: 1px solid #fff;
    border-radius: 0 0 50px 50px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(200px);
    border-top: 0;
}
.hdr-lft {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 65.5%;
}
.hdr-conslt a,
.hdr-quote a {
    font-size: 21px;
    font-family: 'Jost';
    letter-spacing: -0.4px;
    line-height: 1;
    font-weight: 400;
    color: #6D6E71;
    text-decoration: underline 2px solid #E68524;
    text-underline-offset: 14px;
    position: relative;
    padding: 12px 27px;
    border-radius: 32px;
    border: 1px solid transparent;
    transition: 0.5s;
}
.hdr-conslt a:hover,
.hdr-quote a:hover {
    background-image: linear-gradient(to left, #E68524 0%, #FCC55D 70%);
    border-color: #fff;
    text-decoration: none;
    color: #fff;
}
.hdr-conslt a {
    padding: 12px 45px 12px 27px;
}
.hdr-conslt a::before {
    content: "";
    width: 10px;
    height: 7px;
    background-image: url(../images/hdr-btn-arrow-down.webp);
    position: absolute;
    right: 18px;
    top: 4px;
    bottom: 0;
    margin: auto;
}
.hdr-conslt a:hover::before {
    background-image: url(../images/hdr-btn-arrow-down-hover.webp);
}
.hdr-menu a {
    padding: 15px 56px 15px 28px;
    border: 1px Solid #fff;
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.14);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 39%, rgba(153, 153, 153, 30%) 100%);
    text-decoration: none;
    color: #626366;
    position: relative;
    display: inline-block;
    letter-spacing: -0.3px;
    font-family: 'Jost';
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
}
.hdr-menu a::before {
    position: absolute;
    content: "";
    background-image: url(../images/menu-bar.webp);
    width: 24px;
    height: 9px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hdr-scl-links {
    display: flex;
}
.hdr-scl-links a {
    width: 26px;
    height: 26px;
    background-image: url(../images/hdr-linkedin-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    margin: 0 4px;
    display: inline-block;
    font-size: 0;
}
.hdr-scl-links a:first-child {
    margin-left: 0;
}
.hdr-scl-links a:last-child {
    margin-right: 0;
}
.hdr-scl-links a.insta {
    background-image: url(../images/hdr-insta-icon.webp);
}
.hdr-scl-links a.facebook {
    background-image: url(../images/hdr-facebook-icon.webp);
}
.hdr-scl-links a.youtube {
    background-image: url(../images/hdr-youtube-icon.webp);
}
.hmbgvideoblk {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hmbgvideoblk video {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.hm-bnr-sec {
    padding: 50px 0;
    position: relative;
}
.hm-bnr-sec .container {
    max-width: 1445px;
}
.hm-bnr-lft {
    width: 70%;
    padding: 00 0 0;
}
.hm-bnr-cont {
    padding: 0 0 0 8px;
}
.hm-bnr-lft p {
    margin: 0 0 30px;
}
.hm-bnr-exp-img {
    display: inline-block;
}
.hm-bnr-exp-img img {
    display: block;
}
.hm-attry-sec {
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
}
.hm-attry-top-sec {
    padding: 0 0 78px;
    position: relative;
    z-index: 2;
}
.hm-attry-top-sec .container {
    max-width: 1550px;
}
.hm-attry-blk {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 3.2%;
}
.hm-attry-lft {
    width: 44.1%;
}
.hm-attry-lft h2 {
    margin: 0 0 50px;
    text-transform: uppercase;
    padding-left: 10px;
}
.hm-attry-lft-img {
    /* padding: 82px 38px 17px 72px; */
    padding: 82px 72px 17px 38px;
    background-image: url(../images/hm-profiles-frame.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
    display: block;
}
.hm-attry-lft-img img {
    display: block;
    width: 100%;
}
.hm-attry-rht {
    width: 55%;
}
.hm-attry-rht-top {
    padding: 0 0 50px;
    border-bottom: 1px solid #78797C;
}
.hm-attry-rht-top p {
    margin: 0;
}
.hm-attry-rht-cont {
    padding: 30px 0 52px;
    border-bottom: 1px solid #78797C;
    margin-bottom: 45px;
}
.hm-attry-rht-cont h3 {
    color: transparent;
    background: -webkit-linear-gradient(0deg, #E68524 0%, #FCC55D 100%);
    -webkit-background-clip: text;
    background-clip: text;
}
.hm-attry-rht-cont h3:hover a {
    color: #626366;
}
/* .hm-attry-rht-cont h3 {
    font-family: 'ITC Berkeley Oldstyle Std';
    font-size: 48px;
    font-weight: 700;
    color: #626366;
    line-height: 1;
    letter-spacing: 3.8px;
    text-transform: uppercase;
    display: inline-block;
    background: -webkit-linear-gradient(0deg, #E68524 0%, #FCC55D 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 12px;
} */
.hm-attry-rht-cont h6 {
    font-family: 'Jost';
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 2px;
    color: #78797C;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.hm-attry-rht-cont p {
    margin: 0 0 22px;
}
.hm-attry-rht-cont-link {
    display: flex;
}
.hm-attry-rht-cont-link a {
    font-size: 0;
    width: 96px;
    height: 24px;
    background-image: url(../images/hm-attry-rht-cont-linkedin-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    display: inline-block;
    filter: grayscale(1);
    opacity: 79%;
}
.hm-attry-rht-cont-link a:hover {
    filter: grayscale(0);
    opacity: 100%;
}
.our-leadership-attry-heading-blk {
    text-align: center;
}
.our-leadership-attry-heading-blk .hm-attry-rht-top {
    border-bottom: 0 !important;
}
.hm-attry-rht-blk {
    display: flex;
    justify-content: start;
    gap: 6%;
}
.hm-attry-rht-item {
    width: 27.2%;
    padding: 0 0 34px;
    position: relative;
}
.hm-attry-rht-item-img {
    padding: 12px 2px 0;
    margin: 0 0 18px;
    position: relative;
    z-index: 0;
    display: block;
}
.hm-attry-rht-item-img::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/hm-attry-rht-item-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    backdrop-filter: blur(4px);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    filter: drop-shadow(0 1px 9px rgba(0, 0, 0, 0.14));
}
.hm-attry-rht-item-img img {
    display: block;
    width: 100%;
}
.hm-attry-rht-item h5 {
    font-family: 'Jost';
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.4px;
    color: #626366;
    margin: 0 0 5px;
    font-size: 22px;
}
.hm-attry-rht-item h5 a {
    color: #626366;
}
.hm-attry-rht-item:hover h5 a {
    color: #E68524;
}
.hm-attry-rht-item p {
    font-family: 'Jost';
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    color: #78797C;
    margin: 0;
    font-size: 16px;
}
.hm-attry-rht-itm-scl-link,
.hm-attry-tab-item-scl-link {
    display: flex;
}
.hm-attry-rht-itm-scl-link a,
.hm-attry-tab-item-scl-link a {
    width: 24px;
    height: 24px;
    background-image: url(../images/hm-attry-item-linkedin-icon.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: inline-block;
    font-size: 0;
}
.hm-attry-rht-itm-links,
.hm-attry-tab-item-links {
    position: absolute;
    bottom: 0;
    width: 100%;
    justify-content: space-between;
    display: none;
}
.hm-attry-rht-itm-cont-link a,
.hm-attry-tab-item-cont-link a {
    font-family: 'Jost';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #E68524;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
}
.hm-attry-rht-item:hover .hm-attry-rht-itm-links,
.hm-attry-tab-item:hover .hm-attry-tab-item-links {
    display: flex;
}
.hm-attry-tab-btns {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0 0 52px;
    position: relative;
}
.hm-attry-tab-btns::before,
.hm-attry-tab-btns::after {
    content: "";
    width: 20%;
    height: 1px;
    background-color: #78797C;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-attry-tab-btns::after {
    left: auto;
    right: 0;
}
.hm-attry-tab-btns li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hm-attry-tab-btns li a.cmn-btn {
    min-width: 264px;
    cursor: pointer;
}
.hm-attry-tab-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px 3.8%;
    max-width: 900px;
    margin: 0 auto;
}
.hm-attry-tab-item {
    /* width: 17%; */
    width: 30%;
    padding: 0 0 34px;
    position: relative;
}
.hm-attry-tab-item-img {
    padding: 10px 10px 0 0;
    margin: 0 0 16px;
    position: relative;
    z-index: 0;
    display: block;
}
.hm-attry-tab-item-img::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/hm-attry-tab-item-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    backdrop-filter: blur(4px);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    filter: drop-shadow(0 1px 9px rgba(0, 0, 0, 0.14));
}
.hm-attry-tab-item-img img {
    display: block;
    width: 100%;
}
.hm-attry-tab-item-img video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hm-attry-tab-item h5 {
    font-family: 'Jost';
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.4px;
    color: #626366;
    margin: 0 0 5px;
    font-size: 22px;
}
.hm-attry-tab-item h5 a {
    color: #626366;
}
.hm-attry-tab-item:hover h5 a {
    color: #E68524;
}
.hm-attry-tab-item p {
    font-family: 'Jost';
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    color: #78797C;
    margin: 0;
    font-size: 16px;
}
.hm-offer-sec {
    background: linear-gradient(to right, #6D6E71 0%, #9E9FA2 100%);
}
.hm-offer-blk {
    display: flex;
    justify-content: space-between;
}
.hm-offer-lft {
    width: 49%;
}
.hm-offer-lft h2 {
    color: #FFFFFF;
    margin: 0 0 10px;
    /* text-transform: uppercase; */
}
#headerGap {
    display: block;
    clear: both;
    width: 100%;
}
.hm-offer-lft p {
    color: #fff;
    margin: 0 0 0;
}
.hm-offer-tab-list {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.hm-offer-tab-list li {
    width: 18%;
    list-style: none;
    margin: 0;
    padding: 70px 0 0;
    position: relative;
    cursor: pointer;
}
.hm-offer-tab-list li:nth-child(4) {
    margin-top: 70px;
}
.hm-offer-tab-list li:nth-child(3) {
    margin-top: 140px;
}
.hm-offer-tab-list li:nth-child(2) {
    margin-top: 210px;
}
.hm-offer-tab-list li:first-child {
    margin-top: 280px;
}
.hm-offer-tab-list li a {
    padding: 25px 15px 55px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.23);
    border-radius: 20px 20px 0 0;
    height: 100%;
    color: #fff;
    box-shadow: 0 4px 28px rgba(0, 0, 0, 0.2);
    font-family: 'Jost';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 1.3;
}
.hm-offer-tab-list li.selected a {
    background: linear-gradient(-45deg, #FCC55D 0%, #E68524 100%);
}
.hm-offer-tab-list {
    counter-reset: my-sec-counter
}
.hm-offer-tab-list>li::before {
    position: absolute;
    counter-increment: my-sec-counter;
    content: "" "0" counter(my-sec-counter);
    background-image: none;
    left: 0;
    right: 0;
    top: 0;
    color: #ABABAE;
    font-family: 'ITC Berkeley Oldstyle Std';
    font-size: 68px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
.hm-offer-rht {
    width: 40.5%;
    padding: 0 0 20px;
}
.hm-offer-tab-cont .offer-num-count {
    font-family: 'jost', sans-serif;
    font-style: italic;
    font-size: 140px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
    color: #949598;
    margin: 0 0 10px;
    background: linear-gradient(145deg, #ffffff, #949598);
    background-clip: text;
    color: transparent;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4), 0 0 0 rgba(255, 255, 255, 0.5);
}
.hm-offer-tab-cont h3 {
    color: #fff;
}
/* .hm-offer-tab-cont h3 {
    font-family: 'ITC Berkeley Oldstyle Std';
    font-size:42px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #fff;
} */
.hm-offer-tab-cont p {
    color: #fff;
}
.hm-offer-tab-cont h4 {
    font-size: 35px;
    font-weight: 700;
}
.hm-result-sec {
    background: linear-gradient(45deg, #9E9FA2 0%, #6D6E71 100%);
}
.hm-result-blk {
    display: flex;
    justify-content: space-between;
}
.hm-result-blk .page-headingh2 {
    margin: 0 0 6px;
    line-height: 1;
}
.hm-result-lft h3 {
    color: #fff;
}
/* .hm-result-lft h3 {
    font-family: 'ITC Berkeley Oldstyle Std', sans-serif;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 1.2px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    margin: 0 0 6px;
}
@media screen and (max-width: 1600px) {
    .hm-result-lft h3 {font-size: 38px;}
}
@media screen and (max-width: 1550px) {
    .hm-result-lft h3 {font-size: 35px;}
}
@media screen and (max-width: 1366px) {
    .hm-result-lft h3 {font-size: 30px;letter-spacing: 1px;}
}
@media screen and (max-width: 1280px) {
    .hm-result-lft h3 {font-size: 26px;}
}
@media screen and (max-width: 768px) {
    .hm-result-lft h3 {font-size: 23px;}
} */
.hm-result-lft p {
    color: #ffffff;
    margin: 0 0 28px;
}
.hm-result-lft p:last-child {
    margin-bottom: 0;
}
.hm-result-rgt-img img {
    display: block;
}
.hm-result-lft {
    width: 45.5%;
}
.hm-result-rgt {
    width: 43.4%;
}
.hm-result-rgt-img-blk {
    width: 79.9%;
    position: relative;
}
.hm-result-rht-cont {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.learnabout .hm-result-rht-cont p {
    font-family: 'ITC Berkeley Oldstyle Std', serif;
    font-weight: 700;
    line-height: 1.1;
    font-size: 35px;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
}
.hm-result-lft h5 {
    font-family: 'ITC Berkeley Oldstyle Std';
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: 3.12px;
    text-transform: uppercase;
    color: #ffffff;
}
.hm-result-btn a.cmn-btn {
    color: #ffffff;
}
.hm-result-rgt:hover .rotating-map {
    animation-play-state: paused;
    filter: drop-shadow(0 0 25px rgba(0, 200, 255, 0.8));
}
.hm-result-rgt-img-blk ul {
    margin: 0;
    position: initial;
}
/* .hm-work-blk p {
    margin: 0 0 40px;
} */
.hm-unexpected-sec {
    background-image: url(../images/unexpected-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 350px 0 7px;
    background-color: #000;
    text-align: center;
    /* margin-bottom: 40px; */
}
.hm-unexp-cont h2 {
    color: rgba(255, 255, 255, 0.4);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.38);
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
    margin: 0 0 35px;
    /* text-transform: uppercase; */
}
.hm-unexp-cont p {
    color: #ffffff;
    margin: 0;
}
.hm-unexp-arrow-img img {
    width: 100%;
    display: block;
}
.hm-unexp-arrow-img {
    width: 128px;
    margin: auto;
}
.hm-consult-sec {
    padding: 80px 0 95px 0;
}
.hm-cnslt-top {
    display: flex;
    justify-content: center;
    gap: 14px;
    align-items: center;
    margin: 0 0 30px;
}
.hm-cnslt-top h2 {
    font-family: 'ITC Berkeley Oldstyle Std';
    font-size: 54px;
    line-height: 1;
    letter-spacing: 4.2px;
    font-weight: 700;
    margin: 0 0 0;
    color: #626366;
    text-transform: uppercase;
}
.hm-cnslt-top h2 strong {
    font-weight: 700;
    display: inline-block;
    background: -webkit-linear-gradient(0deg, #E68524 0%, #FCC55D 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hm-cnslt-top input {
    padding: 13px 65px 13px 30px;
    background-color: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.05);
    border-radius: 75px;
    font-family: 'Jost';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    background-image: url(../images/search.webp);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: right 16px center;
    appearance: none;
    outline: none;
    width: 395px;
    color: #78797C;
}
.hm-cnslt-top input::placeholder {
    color: #78797C;
}
.hm-cnslt-top input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}
.hm-cnslt-slct-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 0 32px;
}
.hm-cnslt-slct-list li {
    list-style: none;
    margin: 0;
}
.hm-cnslt-slct-list li select {
    padding: 12px 38px 12px 18px;
    border-radius: 25px;
    font-family: 'Jost';
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.1px;
    background-repeat: no-repeat !important;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.14), inset 0 2px 1px rgba(255, 255, 255, 0.2);
    outline: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 37%, rgba(153, 153, 153, 0.3) 100%), url(../images/select-arrow-down.webp) right 18px center;
}
.hm-cnslt-slct-list li .cmn-btn {
    padding: 11px 18px 11px 60px;
}
.hm-cnslt-slct-list li .cmn-btn::before {
    transform: scale(0.75);
}
.hm-cnslt-slct-list li .cmn-btn:hover {
    padding: 11px 60px 11px 18px;
}
.hm-cnslt-map-img {
    text-align: center;
    width: 96.6%;
    margin: auto;
    background-image: url(../images/map-background-image.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.hm-cnslt-map-img img {
    display: block;
}
.hm-contact-sec {
    padding: 0 0 75px;
    position: relative;
}
.hm-contact-sec h5 {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    letter-spacing: -0.7px;
    color: #78797C;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0 0 80px;
}
.hm-contact-sec h5::before,
.hm-contact-sec h5::after {
    position: absolute;
    content: "";
    width: 40%;
    height: 1px;
    background-color: #78797C;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}
.hm-contact-sec h5::after {
    left: auto;
    right: 0;
}
.hm-contact-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 0;
}
.hm-contact-lft h2 {
    font-family: 'ITC Berkeley Oldstyle Std';
    font-weight: 700;
    font-size: 42px;
    line-height: 1.35;
    letter-spacing: -0.4px;
    /* text-transform: uppercase; */
    color: #626366;
    margin: 0 0 25px;
}
.hm-contact-lft h2 strong {
    font-weight: 700;
    color: #E68524;
    /* color: transparent;
        background: linear-gradient(to right, #E68524, #FCC55D);
        background-clip: text; */
}
.hm-contact-lft p {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 24px;
    line-height: 1.75;
    letter-spacing: -0.48px;
    color: #626366;
    margin: 0;
}
.hm-contact-btn {
    margin: 0 0 20px;
}
.hm-contact-btn:last-child {
    margin: 0;
}
.hm-contact-btn .cmn-btn {
    width: 346px;
    padding: 21px 50px 22px 94px;
    text-align: center;
}
.hm-contact-btn .cmn-btn:hover {
    padding: 21px 94px 22px 50px;
}
.hm-contact-btn .cmn-btn::before {
    left: 60px;
    transform: scale(0.8);
}
.hm-contact-btn .cmn-btn:hover::before {
    left: calc(100% - 85px);
}
/* .footer-sec {
    padding: 64px 0 40px;
}
.footer-nav {
    margin: 0 0 37px;
}
.footer-nav ul {
    margin: 0;
}
.footer-nav ul li {
    display: inline-block;
    margin: 0 26px;
}
.footer-nav ul li:last-child {
    margin-right: 0;
}
.footer-nav ul li:first-child {
    margin-left: 0;
}
.footer-nav ul li a {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #626366;
}
.footer-nav ul li a:hover {
    color: #E68524;
}
.footer-nav ul {
    text-align: center;
}
.footer-logo img {
    display: block;
}
.footer-logo a {
    display: inline-block;
}
.footer-logo {
    margin: 0 auto 20px;
    text-align: center;
}
.ftr-copyrights p {
    font-family: 'Jost';
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.4px;
    color: #626366;
    text-align: center;
}
.ftr-copyrights p a {
    display: inline-block;
}
.ftr-copyrights p a:hover {
    color: #E68524;
} */
.hm-award-sec {
    padding-bottom: 0 !important;
}
.hm-award-sec .container {
    max-width: 100%;
}
.hm-award-blk {
    /* gap: 28px; */
    overflow-x: hidden;
    /* display: flex; */
    /* flex-flow: row nowrap; */
    /* justify-content: flex-end; */
    padding: 20px 0;
    /* flex-wrap: wrap; */
}
/* .hm-award-blk .owl-stage {
    transition-timing-function: linear !important;
} */
/* Carousel Container */
.carousel-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    width: max-content;
    will-change: transform;
    animation: scroll-left 30s linear infinite;
}
/* Continuous looping animation */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
/* Reverse direction - add class="carousel-reverse" to carousel-container */
.carousel-container.carousel-reverse {
    animation-direction: reverse;
}
/* Pause animation on hover */
.hm-award-blk:hover .carousel-container {
    animation-play-state: paused;
}
.hm-award-item {
    background: linear-gradient(to bottom, rgba(199, 200, 202, 0.2) 0%, rgba(98, 99, 102, 0.2) 60%);
    border-radius: 12px;
    border: 1px solid #fff;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
    /* animation-name: slide; */
    /* animation-direction: normal; */
    /* animation-timing-function: linear; */
    /* animation-iteration-count: infinite; */
    /* animation-play-state: running; */
    /* animation-duration: 10s; */
    text-align: left;
    display: block;
    width: 273px;
}
/* .hm-award-blk-top .hm-award-item {
    animation-duration: 16s;
}
.hm-award-blk-rvrs-drct .hm-award-item {
    animation-direction: reverse;
} */
.hm-award-item img {
    display: block;
    width: 100%;
}
/* @keyframes slide {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(100%, 0);
    }
} */
.hm-scroll-sec {
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 10px;
    right: 18px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 15px;
}
.hm-scroll-sec .container {
    margin: initial;
}
.hm-scroll-blk {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hm-scroll-btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.hm-scroll-btn a {
    font-family: 'Jost';
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #616161;
    text-decoration: none;
    text-shadow: 0 4px 24px rgb(0 0 0 / 0.6);
    padding: 48px 17px 18px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(223, 223, 223, 0.8) 100%);
    border-radius: 26px;
    transition: 0.5s;
    display: block;
    position: relative;
    writing-mode: sideways-lr;
    border: 1px solid #fff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(100px);
}
.hm-scroll-btn a:hover {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(223, 223, 223, 0.8) 100%);
}
.hm-scroll-btn a::before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(../images/scroll-radio-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 16px;
    margin: auto;
    opacity: 50%;
}
.hm-scroll-btn.hm-scrl-artcles a::before {
    background-image: url(../images/scroll-article-icon.webp);
}
.hm-scroll-btm-btn a {
    width: 73px;
    height: 73px;
    background-image: url(../images/scroll-robot-image.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    font-size: 0;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    backdrop-filter: blur(100px);
}
#page-loader {
    position: fixed;
    inset: 0;
    background: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    width: 100%;
    padding: 2% 14%;
}
#page-loader .container {
    max-width: 100%;
}
.page-loader-logo {
    margin: 0 auto 50px;
    text-align: center;
}
.page-loader-logo img {
    display: block;
    margin: auto;
}
.progress-bar {
    width: 100%;
    height: 67px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.progress-bar::before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #DCDDDF;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.progress-bar span {
    display: block;
    width: 0%;
    height: 100%;
    background-color: transparent;
    transition: width 0.2s ease;
    background-image: url(../images/page-loader-arrow.webp);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 67px;
}
#loading-text {
    font-size: 14px;
    opacity: 0.8;
    display: none;
}
.pgloadervideoblk {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.pgloadervideoblk video {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
@media screen and (max-width: 1600px) {
    .hm-attry-top-sec .container,
    .container,
    .site-header .container,
    .hm-bnr-sec .container {
        max-width: 1380px;
    }
    .floating-menu-lft ul li a {
        font-size: 40px;
    }
    .floating-menu-lft ul li {
        margin-bottom: 70px;
    }
    .hm-attry-tab-btns::before,
    .hm-attry-tab-btns::after {
        width: 17%;
    }
}
@media screen and (max-width: 1440px) {
    .container,
    .site-header .container,
    .hm-bnr-sec .container {
        max-width: 1200px;
    }
    .header-block {
        padding-inline: 40px;
        border-radius: 0 0 30px 30px;
    }
    .hm-scroll-sec .container {
        height: 100%;
    }
    .hm-scroll-btns {
        margin-bottom: 0;
    }
    .hm-scroll-blk {
        padding-block: 25px;
        height: 100%;
        justify-content: center;
        gap: 25px;
    }
    .hm-result-lft h5 {
        font-size: 30px;
    }
    .hm-result-lft p,
    .hm-attry-rht-cont p,
    .hm-attry-rht-top p,
    .hm-contact-lft p,
    .hm-unexp-cont p,
    .hm-work-blk p,
    .hm-offer-tab-cont p,
    .hm-offer-lft p {
        margin-bottom: 20px;
    }
    .hm-contact-lft p br,
    .hm-bnr-lft p br {
        display: none;
    }
    .hm-bnr-lft p {
        margin-bottom: 25px;
    }
    .hm-offer-tab-list li a {
        font-size: 13px;
        padding-inline: 10px;
    }
    .hm-offer-tab-cont h5 {
        font-size: 24px;
    }
    /* .cmn-btn {
        font-size: 19px;
    } */
    .hm-unexpected-sec {
        padding-top: 300px;
    }
    .hm-unexp-cont h2 {
        margin-bottom: 20px;
    }
    .hm-unexp-arrow-img {
        width: 90px;
    }
    .hm-contact-lft h2 {
        font-size: 35px;
    }
    .hm-contact-lft h2 br {
        display: none;
    }
    .hm-contact-lft {
        max-width: 500px;
    }
    .footer-nav ul li {
        margin-inline: 20px;
    }
    /* .footer-nav ul li a {
        font-size: 20px;
        letter-spacing: 1px;
    } */
    .footer-logo img {
        max-width: 450px;
    }
    .floating-menu-lft ul li {
        margin-bottom: 50px;
    }
    .floating-menu-lft ul li a {
        font-size: 40px;
    }
    .hm-award-item {
        width: 200px;
    }
    .hm-bnr-sec {
        padding: 40px 0;
    }
    .hm-attry-tab-btns::before,
    .hm-attry-tab-btns::after {
        width: 15%;
    }
}
@media screen and (max-width: 1280px) {
    .container,
    .hm-attry-top-sec .container,
    .site-header .container,
    .hm-bnr-sec .container {
        max-width: 990px;
    }
    .hm-scroll-btn a {
        font-size: 16px;
    }
    .header-consult-btn a,
    .header-quote-btn a {
        font-size: 16px;
    }
    #menu-toggle-button {
        padding: 10px 15px;
        font-size: 18px;
        gap: 10px;
    }
    .menu-icon-bar {
        width: 18px;
    }
    .hm-bnr-exp-img img {
        max-width: 250px;
    }
    .hm-result-lft h5 {
        font-size: 23px;
        letter-spacing: 0.5px;
        margin-bottom: 0;
    }
    /* .cmn-btn,
    .cmn-btn:hover {
        padding-block: 15px;
    } */
    .hm-attry-blk {
        padding: 0;
        gap: 30px;
    }
    .hm-attry-rht-top {
        padding-bottom: 30px;
    }
    .hm-attry-rht-cont {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .hm-attry-rht-blk {
        gap: 20px;
    }
    .hm-attry-rht-item {
        width: calc((100% / 3) - 14px);
    }
    .hm-attry-rht-item p {
        font-size: 12px;
    }
    .hm-attry-rht-item h5 {
        font-size: 20px;
    }
    .hm-attry-tab-btns::before,
    .hm-attry-tab-btns::after {
        width: 7%;
    }
    .hm-attry-tab-btns li a.cmn-btn {
        min-width: 254px;
    }
    .hm-attry-tab-items {
        gap: 20px;
    }
    .hm-attry-tab-item {
        /* width: calc((100% / 4) - 16px); */
        width: calc((100% / 3) - 16px);
    }
    .hm-offer-blk {
        gap: 30px;
        justify-content: center;
    }
    .hm-offer-lft {
        width: 58%;
    }
    .hm-offer-rht {
        width: 40%;
    }
    .hm-offer-tab-cont .offer-num-count {
        font-size: 100px;
    }
    /* .hm-offer-tab-cont h3 {
        font-size: 40px;
    } */
    .hm-offer-tab-cont h4 {
        font-size: 30px;
    }
    .hm-unexpected-sec {
        padding-top: 250px;
    }
    .hm-unexp-arrow-img {
        width: 70px;
    }
    .hm-consult-sec {
        padding: 50px 0 70px 0;
    }
    .hm-cnslt-top h2 {
        font-size: 45px;
    }
    .hm-cnslt-top input {
        width: 300px;
    }
    .hm-contact-sec h5::before,
    .hm-contact-sec h5::after {
        width: 35%;
    }
    .hm-contact-lft h2 {
        font-size: 30px;
    }
    /* .ftr-copyrights p,
    .footer-nav ul li a {
        font-size: 18px;
    } */
    /* .footer-nav ul li {
        margin-inline: 15px;
    } */
    .footer-logo img {
        max-width: 350px;
        margin: auto;
    }
    .hm-contact-sec {
        padding-bottom: 50px;
    }
    .hm-contact-sec h5 {
        margin-bottom: 50px;
    }
    .floatingMenu-list {
        padding: 30px;
    }
    .floating-menu-rite-list ul li a,
    .floating-menu-lft ul li a {
        font-size: 30px;
    }
    .floating-menu-lft ul li {
        margin-bottom: 30px;
    }
    .floating-menu-rite {
        padding: 0;
    }
    .hm-offer-tab-cont h4 {
        font-size: 18px;
    }
    .hm-award-item {
        width: 170px;
    }
    .hm-award-blk {
        padding: 10px 0;
    }
    /* .hm-attry-rht-cont h3 {
        font-size: 42px;
    } */
}
@media screen and (max-width: 1024px) {
    .page-template-page-corporate-what-we-offer #headerGap {
        height: 70px !important;
    }
    .hm-bnr-sec .container,
    .container,
    .hm-attry-top-sec .container,
    .site-header .container {
        max-width: 750px;
    }
    .hm-bnr-lft {
        width: 100%;
        text-align: center;
    }
    .hm-attry-tab-btns::before,
    .hm-attry-tab-btns::after {
        display: none;
    }
    .hm-attry-tab-btns {
        align-items: center;
        /* flex-direction: column; */
    }
    .hm-bnr-lft p {
        margin: 0 0 20px;
    }
    .hm-result-blk {
        flex-direction: column-reverse;
        align-items: center;
    }
    .hm-result-lft,
    .hm-result-rgt {
        width: 100%;
    }
    .hm-result-lft {
        width: 100%;
        text-align: center;
    }
    .hm-result-rgt {
        width: 100%;
        margin: 0 auto 30px;
    }
    .hm-result-rgt-img-blk {
        margin: 0 auto;
        width: 100%;
        position: relative;
        max-width: 350px;
    }
    .hm-result-rht-cont {
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .hm-attry-blk {
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }
    .hm-attry-lft {
        width: 100%;
        max-width: 350px;
        margin: auto;
        text-align: center;
    }
    .hm-attry-lft h2 {
        margin: 0 0 20px;
    }
    .hm-attry-lft-img {
        padding: 50px 30px 10px 30px;
    }
    .hm-attry-rht {
        width: 100%;
        text-align: center;
    }
    /* .hm-attry-rht-cont h3 {
        font-size: 35px;
        letter-spacing: 1px;
    } */
    .hm-attry-rht-cont h6 {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .hm-attry-rht-cont-link {
        justify-content: center;
    }
    .hm-attry-rht-cont-link a {
        width: 90px;
        height: 20px;
    }
    /* .hm-attry-tab-item {
        width: calc((100% / 5) - -50px);
    } */
    .hm-attry-tab-items {
        max-width: 100%;
    }
    .hm-offer-blk {
        gap: 30px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .hm-offer-lft {
        width: 100%;
        text-align: center;
    }
    .hm-offer-lft p br,
    .hm-unexp-cont p br,
    .hm-attry-rht-top p br,
    .hm-result-lft h3 br {
        display: none;
    }
    .our-leadership-attry-heading-blk .hm-attry-rht-top {
        padding-bottom: 0;
    }
    .hm-offer-tab-list li {
        margin: 0;
        padding: 0;
    }
    .hm-offer-tab-list li:first-child,
    .hm-offer-tab-list li:nth-child(2),
    .hm-offer-tab-list li:nth-child(3),
    .hm-offer-tab-list li:nth-child(4) {
        margin-top: 0;
    }
    .hm-offer-tab-list li a {
        font-size: 15px;
        padding: 15px;
        border-radius: 8px;
    }
    .hm-offer-rht {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .hm-offer-tab-list>li::before {
        display: none;
    }
    .hm-work-blk {
        text-align: center;
    }
    .hm-unexpected-sec {
        padding-top: 180px;
    }
    .hm-unexp-arrow-img {
        width: 50px;
    }
    .hm-cnslt-top {
        flex-direction: column;
        text-align: center;
    }
    .hm-cnslt-top h2 {
        font-size: 35px;
        letter-spacing: 1px;
    }
    .hm-cnslt-top input {
        width: 250px;
        padding: 10px 55px 10px 25px;
        font-size: 16px;
        background-size: 22px;
    }
    .hm-result-sec {
        padding: 50px 0 !important;
    }
    .hm-result-lft h5 {
        letter-spacing: 1px;
    }
    .hm-result-rht-cont {
        flex-direction: column;
        gap: 16px;
    }
    .hm-result-lft h5 br {
        display: none;
    }
    /* .hm-offer-tab-cont h3 {
        font-size: 35px;
    } */
    .hm-offer-tab-cont h4 {
        font-size: 25px;
    }
}
@media screen and (max-width: 768px) {
    .container {
        max-width: 550px;
        padding: 0 15px;
    }
    .hm-offer-tab-list {
        padding: 0;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        gap: 15px 15px;
    }
    .hm-offer-tab-list li {
        width: 100%;
        max-width: 160px;
    }
    /* .hm-attry-tab-item {
        width: calc((100% / 5) - 140px);
    } */
    /* .hm-offer-tab-cont h3 {
        font-size: 26px;
    } */
    .hm-attry-tab-btns {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .hm-offer-tab-cont h4 {
        font-size: 20px;
    }
    .hm-attry-tab-item {
        width: calc((100% / 2) - 16px);
    }
}
@media screen and (max-width: 767px) {
    .hm-attry-rht-blk {
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }
    .hm-attry-rht-item {
        width: calc((100% / 3) - 36px);
    }
    .hm-result-sec {
        padding: 30px 0 !important;
    }
    .hm-bnr-sec {
        padding: 30px 0;
    }
}
@media screen and (max-width: 580px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }
    .hm-result-rgt h5 br {
        display: none;
    }
    .hm-attry-rht-item {
        width: 100%;
        padding: 0 0 20px;
    }
    .hm-attry-tab-btns {
        flex-direction: column;
        align-items: center;
    }
    .header-block {
        padding-inline: 15px;
        border-radius: 0 0 10px 10px;
    }
    /* .hm-offer-tab-cont h3 {
        font-size: 22px;
    } */
    .hm-offer-tab-cont h4 {
        font-size: 18px;
    }
    .hm-attry-tab-items,
    .hm-attry-rht-blk {
        flex-direction: column;
    }
    .hm-attry-tab-item,
    .hm-attry-rht-item {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 359px) {
    .hm-offer-tab-list {
        gap: 10px;
    }
    .hm-offer-tab-list li {
        max-width: 145px;
    }
}
.hm-attry-lft-img:hover {
    background-image: none;
    & .video-block {
        opacity: 1;
    }
    & img {
        opacity: 0;
    }
}
.hm-attry-rht-item:hover,
.hm-attry-tab-item.has-video:hover {
    & .video-block {
        opacity: 1;
    }
    & img {
        opacity: 0;
    }
}
.video-block {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    overflow: hidden;
}
.hm-attry-lft-img .video-block {
    -webkit-mask-image: url('../images/hm-profiles-frame-videos-v2.png');
    mask-image: url('../images/hm-profiles-frame-videos-v2.png');
}
.hm-attry-rht-item .video-block {
    -webkit-mask-image: url('../images/hm-attry-rht-item-bg-video.png');
    mask-image: url('../images/hm-attry-rht-item-bg-video.png');
}
.hm-attry-tab-item.has-video .video-block {
    -webkit-mask-image: url('../images/hm-attry-tab-item-bg-video.png');
    mask-image: url('../images/hm-attry-tab-item-bg-video.png');
}
.video-block video {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center center;
}
/* @media screen and (max-width: 1024px) {
    .hm-offer-sec.corporate-gen-sec.page-section {
        padding-bottom: 40px !important;
    }
} */
@media screen and (min-width: 1025px) {
    .hm-offer-sec.corporate-gen-sec.page-section {
        padding-bottom: 0 !important;
    }
}
.learnabout {
    background-color: #626366;
    h5 {
        color: #fff;
        margin: 0;
    }
}
.corp-nssta-exp-sec.corporate-gen-sec.grey-bg.page-section {
    margin-bottom: 40px;
}
section.corp-sol-why-sec.corporate-gen-sec.grey-bg.page-section {
    margin-bottom: 40px;
}
#home-page-offer {
    h4 {
        color: #fff;
    }
}
.home-page-work-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
}
@media screen and (max-width: 1366px) {
    .home-page-work-inner {
        gap: 50px;
    }
}
@media screen and (max-width: 1024px) {
    .home-page-work-inner {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
@media screen and (max-width: 768px) {
    .owl-item .mfr-block {
        margin: 0 auto;
        padding: 15px;
        .count-number {
            margin-bottom: 2px;
        }
    }
    #metrics-for-ringler {
        .mfr-block+.mfr-block {
            display: none;
        }
        .mfr-inner {
            margin-bottom: 10px;
        }
        .owl-dots {
            text-align: center;
            margin-top: 5px;
        }
        .owl-dot {
            span {
                width: 10px;
                height: 10px;
                background: #626366;
                border-radius: 100vw;
                display: block;
                margin: 0 2px;
            }
            &.active span {
                background: #E68524;
            }
        }
    }
    .hm-result-rgt-img img {
        max-width: 250px;
        margin: 0 auto;
    }
    #corp-life-choose {
        .corp-life-choose-itm+.corp-life-choose-itm {
            display: none;
        }
        .owl-item {
            padding-bottom: 5px;
        }
        .owl-item .corp-life-choose-itm {
            padding: 15px;
            margin: 0 auto;
            .corp-life-choose-itm-title {
                padding-top: 58px;
                margin-bottom: 5px;
            }
        }
        .owl-dots {
            text-align: center;
        }
        .owl-dot {
            span {
                width: 10px;
                height: 10px;
                background: #fff;
                border-radius: 100vw;
                display: block;
                margin: 0 2px;
            }
            &.active span {
                background: #E68524;
            }
        }
    }
    .hm-offer-blk {
        gap: 10px;
    }
    .hm-offer-tab-cont h3 {
        margin-bottom: 10px;
    }
    .hm-offer-tab-content p {
        margin-bottom: 0;
        &+p {
            margin-top: 10px;
        }
    }
    .home-page-work-inner {
        gap: 10px;
    }
    .hm-result-lft p,
    .hm-attry-rht-cont p,
    .hm-attry-rht-top p,
    .hm-contact-lft p,
    .hm-unexp-cont p,
    .hm-work-blk p,
    .hm-offer-tab-cont p,
    .hm-offer-lft p {
        margin-bottom: 10px;
    }
}