.new_home_page {
    margin-top: -80px;
    margin-bottom: 60px;
}

.new_home_hero_banner {
    background-position: top center;
    background-size: 100% 100%;
    /* padding-bottom: 110px; */
    padding-top: 122px;
    border-bottom: 0.5px solid #d9dada;
    padding-bottom: 60px;
}

.banner-left-section {
    display: flex;
    align-items: center;
}

.slick-prev img {
    transform: scaleX(-1);
}

.new_home_hero_banner .home-banner .slick-prev,
.new_home_hero_banner .home-banner .slick-next {
    width: 70px;
    height: auto;
    background: transparent;
    margin-top: -10px;
    top: 50%;
    color: transparent;
}

.new_home_hero_banner .banner-tittle {
    font-size: 60px;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.new_home_hero_banner .banner_desc {
    font-size: 16px;
    margin-bottom: 25px;
}

.new_home_hero_banner figure {
    border-radius: 12px;
    right: 10px;
    width: 100%;
    top: 170px;
    margin-bottom: 0;
    /* aspect-ratio: 1.84; */
    overflow: hidden;
    display: flex;
    justify-content: right;
    align-items: center;
    text-align: right;
}

.new_home_hero_banner figure img {
    max-width: 100%;
    height: auto;
    vertical-align: initial;
    max-height: 455px;
}

.btn {
    border: 1px solid #DA3C77;
    padding: 10px;
    border-radius: 10px;
    color: #fff !important;
    background: #DA3C77;
}

.home-banner-btn {
    border: 1px solid #DA3C77;
    background: #DA3C77;
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-radius: 10px;
    height: 45px;
    width: auto;
    /* padding-left: 10px;
    padding-right: 10px; */
    padding: 10px;
    display: inline-block;
    /* justify-content: center;
    align-items: center; */
    transition: all 1s;
    cursor: pointer;
}

a.home-banner-btn {
    color: #ffffff !important;
}

a.home-banner-btn:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

.home-banner-btn .main-text {
    display: inline-block;
}

.home-banner-btn:hover {
    transform: translateY(-3px);
    border: 1px solid #DA3C77;
    background: #DA3C77;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 26px;
    animation: pulsate 1s infinite;
}

.home-banner-btn:hover span {
    display: inline-block;
    transform: translateX(2px);
    transition: all 1s;
}

.home-banner-btn:focus {
    outline: none;
    border-radius: 26px;
    animation: pulsate 1s infinite;
}

@keyframes pulsate {
    0% {
        transform: scale(1);
        box-shadow: none;
    }

    50% {
        transform: scale(1.03);
        box-shadow: 0 16px 16px rgba(0, 0, 0, 0.4);
    }

    100% {
        transform: scale(1);
        box-shadow: none;
    }
}

.bannber-caption {
    color: #3f3f3f !important;
    text-align: center;
    padding-right: 30px;
    /* padding: 0 10%; */
    width: 100%;
}

.bannber-caption h2,
.bannber-caption p {
    margin-bottom: 24px;
}

.home-banner .slick-next {
    right: calc(-75px);
    padding: 0;
}

.home-banner .slick-prev {
    left: calc(-75px);
    padding: 0;
    z-index: 2;
}

.wrap_promotion .slick-next:before,
.wrap_promotion .slick-prev:before {
    content: '';
}

.wrap-promotions-mobile .slick-next:before,
.wrap-promotions-mobile .slick-prev:before {
    content: '';
}

.wrap_promotion .slick-prev,
.wrap_promotion .slick-next {
    width: 70px;
    height: auto;
}

.wrap_promotion .slick-next {
    right: calc(-75px);
}

.wrap_promotion .slick-prev {
    left: calc(-75px);
    z-index: 2;
}

.banner-inner-section {
    position: relative;
    z-index: 3;
    display: grid;
    gap: 0;
    grid-template-columns: 42% 58%;
}


#home-promotions-section.pb-50 {
    padding-bottom: 53px;
}

/* .banner-right-section figure {
    margin: 20px 0 11px -13px;
} */
.wrap-guide {
    margin-bottom: 3px;
    margin-top: 3px;
}

.wrap-guide p {
    color: #696969;
}

figure.effect-zoe figcaption {
    background-color: #DA3C77;
    color: #fff;
}

.how-to-setup {
    border: 1px solid #DA3C77;
    background-color: #DA3C77;
    color: #fff;
}

#section_free_payroll {
    padding-bottom: 60px;
    /* padding-bottom: 50px; */
}

#section_CTC_grant {
    padding-bottom: 60px;
}

.services_section .title_sec {
    /* margin-bottom: 45px; */
    margin-bottom: 55px;
}

.services_content_sec {
    position: relative;
    width: 100%;
}

.service_item {
    border-radius: 20px;
    border: 0.5px solid #ccc;
    background: #FFF;
    height: 220px;
    padding: 20px;
    margin-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.service_item.item1 {
    width: calc(33.33% - 10px);
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.service_item.item1 figure {
    margin: 0 0 1rem;
}

.service_item figure {
    transition: 0.25s all ease-in-out;
}

.service_item.item1 figure {
    max-width: 34%;
    right: 30px;
}

.services_content {
    transition: 300ms cubic-bezier(0.33, 1, 0.68, 1);
    transition-property: transform, opacity;
    will-change: transform, opacity;
}

.service_item.item1 .services_content {
    padding-right: 250px;
    margin-top: 40px;
}

.service_item .icon {
    border-radius: 8px;
    background: #D3CFFF;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.service_item.item1 p {
    font-size: 36px;
}

.service_item p {
    font-weight: 600;
    margin-bottom: 7px;
    color: #666;
}

.services_content .hidden_btn {
    opacity: 0;
    transition: 300ms cubic-bezier(0.33, 1, 0.68, 1);
    transition-property: transform, opacity;
    will-change: transform, opacity;
}

.services_content .simple_btn {
    font-weight: 500;
    text-decoration: underline;
}


.simple_btn {
    color: #DA3C77;
    position: relative;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}

section.services_section {
    background: linear-gradient(180deg, #FFF 0%, #EBEBFF 100%);
    overflow: hidden;
}

section#section_CTC_grant.services_section {
    background: linear-gradient(180deg, #FFF 0%, #FFF 100%);
    overflow: hidden;
}

.service_item a.position-absolute {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.service_item:hover .hidden_btn {
    opacity: 1;
}

.service_item:hover .services_content {
    transform: translateY(-30px);
}

.service_item:hover {
    border: 1.5px solid #DA3C77;
    transform: scale(1.05);
    z-index: 9;
    box-shadow: 0 0 15px -8px #DA3C77;
}

.new_home_page a {
    color: #DA3C77;
}

.services_content_sec {
    /* max-width: 1057px; */
    margin: auto;
}

.service_item.item2 {
    width: calc(33.33% - 10px);
}

.service_item.item3 {
    margin-right: 0;
    width: calc(33.33% - 10px);
}

.service_item.item3 figure {
    width: 65%;
    right: 30px;
}

.service_item.item2 figure,
.service_item.item8 figure {
    width: 34%;
    right: 30px;
}

.service_item.item2 .services_content,
.service_item.item8 .services_content,
.service_item.item3 .services_content {
    padding-top: 120px;
}

.service_item.item2 p,
.service_item.item3 p,
.service_item.item8 p,
.service_item.item7 p {
    font-size: 24px;
}

.service_item.item4 {
    width: 344px;
}


.service_item.item4 figure {
    max-width: 189px;
    top: 12px;
}

.service_item.item4 figure,
.service_item.item7 figure {
    left: 0;
    right: 0;
    margin: auto;
}

.service_item.item4 p {
    text-align: center;
    font-size: 54px;
    font-weight: 700;
}

.service_item.item4 .services_content {
    margin-top: 122px;
    background: linear-gradient(180deg, #E9E8FF00 0%, #FFFFFF 40%);
}

.service_item.item5 {
    width: 344px;
    height: 178px;
    margin-bottom: 0;
}

.service_item.item5 figure {
    width: 100px;
    right: 20px;
    top: 20px;
}



.service_item.item5 .services_content {
    padding-right: 130px;
}

.service_item.item5 .services_content {
    padding-right: 130px;
    margin-top: 20px;
}

.service_item.item5 p {
    font-size: 28px;
    font-weight: 600;
}

.services_content_sec .d-flex:nth-child(3) {
    width: 697px;
}

.service_item.item6 {
    width: 324px;
    height: 176px;
}

.service_item.item6 figure {
    max-width: 120px;
    left: 0;
    right: 0;
    margin: auto;
}

.service_item.item6 .services_content {
    text-align: center;
    margin-top: 70px;
}

.service_item.item6 p {
    text-align: center;
    font-size: 46px;
    font-weight: 600;
}

.services_content_sec .d-flex:nth-child(2) {
    width: 360px;
}

.service_item.item7 {
    width: 358px;
    height: 176px;
    margin-right: 0;
}

.service_item.item7 figure {
    width: 99px;
    top: 15px;
}

.service_item.item7 .services_content {
    margin-top: 75px;
    text-align: center;
    background: linear-gradient(180deg, #E9E8FF00 0%, #ffffff 35%);
}


.service_item.item8 {
    width: 230px;
    height: 222px;
    margin-bottom: 0;
}

.service_item.item9.position-relative {
    width: 452px;
    margin-right: 0;
    margin-bottom: 0;
}

.service_item.item9 figure {
    width: 191px;
    top: 30px;
    right: 20px;
}

.service_item.item9 .services_content {
    padding-right: 210px;
    margin-top: 50px;
}

.service_item.item9 p {
    font-size: 32px;
    font-weight: 600;
}

section.services_section .services_content_sec .d-flex {
    flex-wrap: wrap;
    gap: 35px;
    justify-content: center;
}

section.services_section .services_content_sec .service_item_2 {
    flex: 0 0 calc((100% - 70px) / 3);
    box-sizing: border-box;
    position: relative;
}


section.services_section .services_content_sec .service_item_2 {
    border-radius: 10px;
    border: 0.5px solid #ccc;
    background: #fff;
    padding: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

section.services_section .services_content_sec .service_item_2 figure {
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.services_section .services_content_sec .service_item_2 .elementor-icon-box-icon {
    padding: 10px;
    width: 70px;
    height: 70px;
}

section.services_section .services_content_sec .service_item_2 .elementor-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #69727d;
    font-size: 50px;
    text-align: center;
}

section.services_section .services_content_sec .service_item_2 .elementor-icon-box-icon .elementor-icon {
    fill: #DA3C77;
    color: #DA3C77;
    border-color: #DA3C77;
}

section.services_section .services_content_sec .service_item_2 .elementor-icon i,
section.services_section .services_content_sec .service_item_2 .elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

section.services_section .services_content_sec .service_item_2 h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    min-height: 60px;
    width: 100%;
    text-align: center;
}

section.services_section .services_content_sec .service_item_2 ul {
    letter-spacing: normal;
    line-height: normal;
    margin-inline-end: 0;
    margin-inline-start: 0;
    list-style-type: disc;
}

section.services_section .services_content_sec .service_item_2 ul li {
    margin-inline-end: 0;
    margin-inline-start: 1.3em;
}

section.services_section .services_content_sec .service_item_2:hover {
    border: 1.5px solid #DA3C77;
    transform: scale(1.05);
    z-index: 9;
    box-shadow: 0 0 15px -8px #DA3C77;
}

section.growth_sec .pricing_content_sec .d-flex {
    flex-wrap: wrap;
    gap: 35px;
    justify-content: center;
}

section.growth_sec .pricing_content_sec .pricing-wrapper {
    flex: 0 0 calc((100% - 70px) / 3);
    box-sizing: border-box;
    position: relative;
}


section.growth_sec .pricing_content_sec .pricing-wrapper {
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.pricing-wrapper .tile-pricing {
    border-radius: 10px;
}

.pricing-wrapper section {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.growth_sec .tile_pricing-recommended {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    top: -25px;
}

.tile_pricing-recommended-content {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    padding: 1rem;
    border-radius: 0.5rem;
    background-color: #DA3C77;
    height: 36px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 50px;
}

.growth_sec .tile-pricing.tile-pricing--recommended {
    box-shadow: inset 0 0 0 2px #DA3C77 !important;
}

.growth_sec .tile_pricing-header h3 {
    text-align: center;
    font-weight: bold;
}

.growth_sec .pt-8 {
    padding-top: 2rem !important;
}

.growth_sec .mb-4 {
    margin-bottom: 1rem !important;
}

.growth_sec .pb-8 {
    padding-bottom: 2rem !important;
}

.growth_sec .pricing-content>p {
    margin-bottom: 0;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.growth_sec .tile_pricing-prices {
    border-bottom: 1px solid;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    border-color: #E8E8E8;
}

.growth_sec .text-h2 {
    font-size: 2.625rem !important;
    line-height: 3rem !important;
}

.growth_sec .font-bold {
    font-weight: 700 !important;
}

.growth_sec .tile_pricing-pricing,
.growth_sec .tile_pricing-fullpricing,
.growth_sec .tile_pricing-pricing-free {
    border-radius: 1rem;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0;
    padding-top: 0;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

.growth_sec .tile_pricing-pricing,
.growth_sec .tile_pricing-pricing-free {
    /* background-color: #fde0e0; */
    background: none;
    border: 2px solid #DA3C77;
}

.growth_sec .tile_pricing-pricing p,
.growth_sec .tile_pricing-pricing span,
.growth_sec .tile_pricing-pricing-free p,
.growth_sec .tile_pricing-pricing-free span {
    color: #000;
}

.growth_sec .tile_pricing-pricing-price-free {
    text-align: center;
    font-size: 2ch;
    font-weight: bold;
    line-height: 48px;
}

.growth_sec .tile_pricing-pricing-price.tile_pricing-contact-price {
    text-wrap: nowrap;
    font-size: 2rem;
    line-height: 1;
}

.growth_sec .tile_pricing-pricing-unit.tile_pricing-contact-unit {
    font-size: 16px;
}

.growth_sec .tile_pricing-pricing-unit {
    text-align: center;
    font-weight: 400;
    line-height: 1rem;
    opacity: 0.75;
    font-size: 16px;
    padding-top: 10px;
}

.growth_sec ul.listitem {
    padding-left: 0px;
    list-style: none;
    overflow-y: auto;
}

.growth_sec .wysiwyg ul {
    margin-bottom: 10px;
}

.growth_sec .wysiwyg ul li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    flex-direction: row;
}

.growth_sec ul.listitem li {
    position: relative;
    padding-left: 1rem;
    padding-bottom: 0.25rem;
    letter-spacing: -0.01em;
}

/* .growth_sec .wysiwyg ul li {
    font-size: 1rem;
} */

.growth_sec ul.listitem li {
    padding-bottom: 0.5rem;
    padding-left: 0;
}

.growth_sec .PF2QHw {
    background-color: #DA3C77;
    color: #fff !important;
    border-radius: 50%;
}

.growth_sec .uRWxVB {
    height: 30px;
    width: 30px;
}

.growth_sec .dkWypw {
    align-items: center;
    box-sizing: border-box;
    display: inline-flex;
}

.growth_sec .dkWypw:before {
    content: "\00200B";
    line-height: 1;
    width: 0;
}

.growth_sec .dkWypw>svg {
    display: block;
    height: 100%;
    width: 100%;
    padding: 5px;
}

.growth_sec ul.listitem li .title-function {
    width: calc(100% - 30px);
    padding-left: 16px;
    box-sizing: border-box;
    min-width: 0;
    display: flex;
    align-items: center;
    color: #696969;
    line-height: 24px;
    font-weight: normal;
}

.growth_sec {
    /* padding-top: 42px;
    padding-bottom: 50px; */
    padding-top: 52px;
    padding-bottom: 60px;
}

.growth_sec .title_sec {
    /* margin-bottom: 42px; */
    margin-bottom: 52px;
}

.growth_sec .tile_pricing-cta {
    margin-top: auto;
    display: flex;
    justify-content: center;
}

.pricing_content_sec .pricing-wrapper:hover {
    transform: scale(1.05);
    z-index: 9;
}

.pricing_content_sec .pricing-wrapper:hover .tile-pricing {
    border: 1.5px solid #DA3C77;
    box-shadow: 0 0 15px -8px #DA3C77;
}

.pricing-btn {
    border: 1px solid #DA3C77;
    background: #DA3C77;
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-radius: 10px;
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s;
    cursor: pointer;
}


.pricing-btn {
    color: #ffffff !important;
}

a.pricing-btn:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

.pricing-btn .main-text {
    display: inline-block;
}

.pricing-btn:hover {
    transform: translateY(-3px);
    border: 1px solid #DA3C77;
    background: #DA3C77;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 26px;
    animation: pulsate 1s infinite;
}

.pricing-btn:hover span {
    display: inline-block;
    transform: translateX(2px);
    transition: all 1s;
}

.pricing-btn:focus {
    outline: none;
    border-radius: 26px;
    animation: pulsate 1s infinite;
}

@keyframes pulsate {
    0% {
        transform: scale(1);
        box-shadow: none;
    }

    50% {
        transform: scale(1.03);
        box-shadow: 0 16px 16px rgba(0, 0, 0, 0.4);
    }

    100% {
        transform: scale(1);
        box-shadow: none;
    }
}

.industry_section {
    background: #f3f3f3ff;
    padding-bottom: 0px;
    padding-top: 52px;
}

.industry_section .title_sec {
    margin-bottom: 52px;
}

.hovercard {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 18px 36px -18px rgba(0, 0, 0, 0.1), 0px 30px 45px -30px rgba(50, 50, 93, 0.25);
    padding: 2px 2px 20px;
    overflow: hidden;
    width: 100%;
    border: 0;
    width: 48.5%;
    margin-bottom: 35px;
}

.hovercard:nth-child(2n-1) {
    margin-right: 3%;
    transform: translateY(100px);
}

.hovercard figure {
    height: 330px;
    margin-bottom: 0;
    overflow: hidden;
    background: #F1EEFF;
    border-radius: 4px;
}

.hovercard img {
    transition: 0.4s all ease-in-out;
}

.growth_sec .Card__body {
    padding: 30px;
    background: #fff;
    transition: 0.4s all ease-in-out;
}

.growth_sec .Card__body h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.growth_sec .Card__body .btn {
    opacity: 0;
    bottom: -50px;
    left: 30px;
    transition: 300ms cubic-bezier(0.33, 1, 0.68, 1);
    transition-property: transform, opacity;
    will-change: transform, opacity;
}

.growth_sec .hovercard:hover .card-image {
    left: 20px;
    top: 0;
}

.growth_sec .hovercard:hover img {
    transform: scale(0.9) translateY(-20px);
}

.growth_sec .hovercard:hover .Card__body {
    transform: translateY(-35px);
}

.growth_sec .hovercard:hover .Card__body .btn {
    transform: translateY(-32px);
    opacity: 1;
}

.home-banner-box-css {
    list-style: none;
    padding-left: 0;
    position: relative;
    text-align: center;
    width: 100%;
    display: flex;
}

.home-banner-box-css .wrap-guide {
    background-color: #DA3C77;
    border-color: #DA3C77;
    height: auto !important;
    padding: 30px 20px;
}

.home-banner-box-css .wrap-guide h3 {
    min-height: 68px;
}

.home-banner-box-css .wrap-guide * {
    color: #fff;
}

.home-banner-box-css .wrap-guide img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 22px;
    display: grid;
}

.home-banner-box-css .wrap-guide:hover {
    border: 1.5px solid #DA3C77;
    transform: scale(1.05);
    z-index: 9;
    box-shadow: 0 0 15px -8px #DA3C77;
}

.home-guide-css .wrap-guide .elementor-icon-box-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.home-guide-css .wrap-guide .elementor-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #69727d;
    font-size: 40px;
    text-align: center;
}

.home-guide-css .wrap-guide .elementor-icon {
    fill: #DA3C77;
    color: #DA3C77;
    border-color: #DA3C77;
}

.home-guide-css .elementor-icon i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

.industry_tab_sec {
    border-radius: 24px;
    background: #fff;
    padding: 80px;
}

.tab_tiggers {
    display: block !important;
}

.tab_tiggers a {
    width: 20%;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    padding: 10px 10px 18px;
    border-bottom: 5px solid transparent;
    transition: 0.4s all ease-in-out;
    cursor: pointer
}

.tab_tiggers a:hover {
    border-bottom: 5px solid #DA3C77;
}

.industry_item .industry_content {
    width: 36%;

}

.industry_item_right figure {
    padding-right: 11%;
}

.industry_item_left .industry_content {
    padding-right: 30px;
}

.industry_item .industry_content .resources_tag {
    border-radius: 21px;
    background: #F1EEFF;
    padding: 6px 15px;
    display: inline-block;
    line-height: 1;
    color: #DA3C77;
    font-size: 18px;
    font-weight: 500;
}

.industry_item .industry_content .h3 {
    font-size: 36px;
    font-weight: 700;
}

.industry_item .industry_content .h3+p {
    color: #000000;
}

.industry_item figure {
    width: 64%;
    margin-bottom: 0;
}

.industry_item figure img {
    border-radius: 12px;
}

.tab_tiggers .slick-track a.slick-slide {
    opacity: 1 !important;
    display: block !important;
    width: 20% !important;
    position: unset !important;
    text-align: center;
}

.tab_tiggers .slick-track {
    display: flex;
    width: 800px !important;
    margin-bottom: 50px;
    border-bottom: 1px solid #DA3C77;
    transform: unset !important;
}

.tab_tiggers .slick-track .active_border {
    content: "";
    display: block;
    width: 20%;
    height: 5px;
    background: #DA3C77;
    left: 0;
    position: absolute;
    bottom: 0;
    transition: 0.3s all ease-in-out;
}

.industry_list .industry_item {
    display: flex;
}

.industry_item .industry_content a.btn {
    padding: 24px 44px;
}

.industry_list_sec {
    padding-block-start: 0px;
    padding-block-end: 58px;
    padding-inline-start: 0px;
    padding-inline-end: 0px;
}

section.setus_part_sec {
    background: #f3f3f3ff;
    padding-top: 0px;
    padding-bottom: 26px;
    margin-top: -2px;
}

section.setus_part_sec .title_sec {
    margin-bottom: 44px;
}

section.setus_part_sec .hover_card {
    border-radius: 10px;
    border: 1.051px solid #E7E5F4;
    background: #fff;
    padding: 20px;
    width: calc(33.33% - 24px);
    margin-bottom: 35px;
    margin-right: 35px;
    transition: 0.5s all ease-in-out;
}

section.setus_part_sec .hover_card figure {
    margin-bottom: 14px;
}

section.setus_part_sec .hover_card .elementor-icon-box-icon {
    padding: 10px;
    border-radius: 50%;
    background: #f3f3f3ff;
    width: 70px;
    height: 70px;
}

section.setus_part_sec .hover_card .elementor-icon-box-icon .elementor-icon {
    fill: #DA3C77;
    color: #DA3C77;
    border-color: #DA3C77;
}

section.setus_part_sec .hover_card .elementor-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #69727d;
    font-size: 50px;
    text-align: center;
}

section.setus_part_sec .hover_card .elementor-icon i,
section.setus_part_sec .hover_card .elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

section.setus_part_sec .hover_card .elementor-icon i:before,
.elementor-icon svg:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

section.setus_part_sec .hover_card h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

section.setus_part_sec .hover_card:nth-child(3n) {
    margin-right: 0;
}

section.setus_part_sec .hover_card:hover {
    border: 1.5px solid #DA3C77;
    transform: scale(1.05);
    z-index: 9;
    box-shadow: 0 0 15px -8px #DA3C77;
}

section.contact_us {
    position: relative;
    background-color: #FFFFFF;
    /* background-image: url(../image/corinne.jpg);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; */
    padding: 53px 0px 60px 0px;
}

.contact_us_section {
    max-width: 840px;
    margin: auto;
    min-height: 1px;
    position: relative;
}

section.contact_us .title_sec {
    margin-bottom: 54px;

}

section.contact_us .title_sec h2 {
    /* color: #FFFFFF; */
    color: #DA3C77;
}

section.contact_us .contact_us_tab_sec {
    border-radius: 15px 15px 15px 15px;
    width: 100%;
    position: relative;
    box-shadow: 0px 0px 10px 0px #DA3C77;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 20px 20px 20px;
    /* background-color: #0000005E; */
    background-color: #fff;
    border-color: #DA3C77;
}

.contact_us_tab_sec .form-container {
    padding: 10px;
    position: relative;
    width: 100%;
    /* color: #FFFFFF; */
    color: #696969;
    margin-bottom: 20px;
}

.contact_us_tab_sec .form-container div.viewtext {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
}

.contact_us_tab_sec .form-container p,
.contact_us_tab_sec .form-container b,
.contact_us_tab_sec .form-container li {
    font-size: 18px;
    font-weight: 500;
    color: #696969;
    /* color: #fff; */
}

.contact_us_tab_sec .form-container ul {
    margin: 0 0 0.5em 1em;
}

.btn-submit-contact {
    background-color: #DA3C77;
    background-image: none;
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
    height: 45px;
    width: 90px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s;
    border-width: 1px;
    border-color: #DA3C77;
    border-style: none;
    padding-inline: 10px;
    position: relative;
}

button.btn-submit-contact span {
    display: block;
    margin-left: 0.3em;
    transition: all 0.3s ease-in-out;
}

button.btn-submit-contact svg {
    display: block;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
}

button.btn-submit-contact:hover .svg-wrapper {
    animation: fly-1 0.6s ease-in-out infinite alternate;
}

button.btn-submit-contact:hover svg {
    transform: translateX(0) rotate(45deg) scale(1.1);
}

/* button.btn-submit-contact:hover span {
    transform: translateX(5em);
    display: none;
  } */

button.btn-submit-contact:active {
    transform: scale(0.95);
}

@keyframes fly-1 {
    from {
        transform: translateY(0.1em);
    }

    to {
        transform: translateY(-0.1em);
    }
}

section.newcta_sec {
    background: #DA3C77;
    padding: 52px 0 60px 0;
}

section.newcta_sec .cta_content {
    width: 100%;
}

section.newcta_sec .cta_content p {
    margin-bottom: 40px;
    color: #fff;
}

section.newcta_sec .cta_content p.h2 {
    margin-bottom: 25px;
    font-size: 2.5rem;
    font-weight: 700;
}

section.newcta_sec a.btn.cta_btn {
    color: #0a0a33;
    background: #ffc300;
    font-size: 18px;
    border: 2px solid #ffc300;
    transition: 0.5s all ease-in-out;
    border-radius: 10px;
    line-height: 1;
    display: inline-block;
    width: auto;
    padding: 10px;
    min-height: 45px;
    height: auto;
}

section.newcta_sec .btn-learn-more {
    color: #DA3C77;
    background: #fff;
    font-size: 18px;
    border: 2px solid #fff;
    transition: 0.5s all ease-in-out;
    border-radius: 10px;
    line-height: 1;
    display: inline-block;
    width: auto;
    padding: 10px;
    min-height: 45px;
    height: auto;
}

section.newcta_sec .btn-learn-more span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 18px 25px;
    color: #DA3C77;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

section.newcta_sec .btn-learn-more :hover span {
    color: #DA3C77;
    animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

#home-box-logo{
    margin: 0 auto;
    position: relative;
}
#home-box-logo .home-box-logo-content {
    position: relative;
    width: 100%;
    margin: auto;
}
#home-box-logo .home-box-logo-content .d-flex {
    flex-wrap: wrap;
    gap: 35px;
    justify-content: center;
}
#home-box-logo .home-box-logo-content .box-logo-item {
    border-radius: 10px;
    border: 0.5px solid #DA3C77;
    background-color: #fff;
    border-color: #DA3C77;
    height: auto !important;
    padding: 30px 20px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    transition: 0.3s allease-in-out;
}
#home-box-logo .home-box-logo-content .box-logo-item {
    flex: 0 0 calc((100% - 105px) / 4);
    box-sizing: border-box;
    position: relative;
}
#home-box-logo .home-box-logo-content .box-logo-item * {
    color: #DA3C77;
}
#home-box-logo .home-box-logo-content .box-logo-item p{
    color: #696969;
}
#home-box-logo .home-box-logo-content .box-logo-item h3 {
    min-height: 68px;
}

#home-box-logo .home-box-logo-content .box-logo-item img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 22px;
    display: grid;
}
footer.newFooter {
    background: #fff;
    z-index: 1;
    position: relative;
    border-top: 0.5px solid #d9dada;
}

.top_footer {
    padding-top: 50px;
    padding-bottom: 50px;
}

footer.newFooter .top_footer {
    padding-top: 60px;
    padding-bottom: 50px;
}

.top_footer .fleft_sec {
    width: 35%;
}

.newFooter .top_footer .fleft_sec img,
.newFooter .top_footer .fleft_sec a img {
    width: 190px;
    height: auto;
}

.newFooter a.footer_logo img {
    width: 260px;
    height: 70px;
}

.newFooter .top_footer .fleft_sec p {
    padding: 0px !important;
    padding: 0px !important;
    line-height: 1.7rem;
    margin: 6px 0px 6px 0;
    display: block;
    color: #696969;
    font-weight: 900;
}

.top_footer .fright_sec {
    width: 75%;
    padding-left: 3%;
}

footer.newFooter .fright_sec {
    width: 55%;
    padding-left: 0;
    justify-content: space-between;
}

footer.newFooter .fright_sec>div {
    width: 50%;
}

.footer_menu .h6 {
    font-weight: 900;
    font-size: 33px;
}

footer.newFooter ul.nav_menu {
    display: flex;
    margin-bottom: 0;
    margin-left: 25px;
}

footer.newFooter .footer_menu ul.nav_menu {
    flex-wrap: wrap;
    margin-left: 0;
}

footer.newFooter ul.nav_menu>li {
    margin-right: 15px;
}

footer.newFooter .footer_menu ul.nav_menu li {
    display: block;
    width: 100%;
}

footer.newFooter ul.nav_menu>li>a {
    /* font-weight: 900;
    font-size: 16px;
    color: #696969;
    padding: 30px 13px; */
    display: block;
}

footer.newFooter .footer_menu ul.nav_menu li a {
    display: block;
    color: #696969;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2rem;
    /* font-weight: 900;
    font-size: 16px;
    color: #696969; */
    padding: 6px 15px 6px 0;
}

footer.newFooter .footer_menu ul.nav_menu li span {
    display: block;
    color: #696969;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2rem;
    /* font-weight: 900;
    font-size: 16px;
    color: #696969; */
    padding: 6px 15px 6px 0;
}

footer.newFooter .footer_menu ul.nav_menu li a:hover {
    color: #DA3C77;
}

footer.newFooter .newFooter .middlecontact_footer .container {
    border-bottom: 1px solid #8b8ba0;
}

footer.newFooter .middlecontact_footer .textwidget.custom-html-widget {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 60px 0 30px;
}


footer.newFooter .middlecontact_footer .textwidget.custom-html-widget .contact_menu a {
    font-size: 18px;
    margin-right: 30px;
    font-weight: 900;
    color: #696969;
    transition: 0.3s all ease-in-out;
}

footer.newFooter .middlecontact_footer .textwidget.custom-html-widget .contact_menu a:last-child {
    margin-right: 0;
}

footer.newFooter .newFooter .bottom_footer {
    background: #ffffff;
}

.widget_text.bottom_footer {
    border-top: 0.5px solid #d9dada;
}

footer.newFooter .copy_right {
    padding: 20px 0;
}

footer.newFooter .copy_right p {
    margin-bottom: 0;
    /* font-size: 12px;
    line-height: 18px; */
}

.new_home_hero_banner figure {
    width: 100%;
}

.invalid-feedback {
    /* color: #fff; */
    color: #DA3C77;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    /* border-color: #fff; */
}

.our-client {
    padding: 50px 0 0 0;
}

.our-client .q-img__image {
    border-radius: inherit;
    height: 100%;
    opacity: 0;
    width: 100%;
}

.our-client .absolute-full {
    position: absolute;
}

.our-client .q-img__image--with-transition {
    transition: opacity .28s ease-in;
}

.our-client .q-img__image--loaded {
    opacity: 1;
}

.our-client .q-img__container {
    border-radius: inherit;
    font-size: 0;
}

.our-client .q-img {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.our-client .absolute-full,
.our-client .fixed-full,
.our-client .fullscreen {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.our-client .slider {
    margin: auto;
    overflow: hidden;
    width: 100%
}

.our-client .slider,
.our-client .slider .slide-track {
    display: flex;
    position: relative
}

.our-client .slider .slide-track {
    animation: scroll 40s linear infinite;
    width: (3018.75rem)
}

.our-client .slider .slide {
    height: 3.125rem;
    width: 12.5rem
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

@media only screen and (max-width: 1680px) {
    .new_home_hero_banner .banner-tittle {
        font-size: 54px;
    }

    .banner-inner-section {
        grid-template-columns: 45% 55%;
    }

    /* .new_home_hero_banner figure {
        max-width: 600px;
    } */
    .hover_card {
        padding: 25px;
    }

    .hover_card {
        width: calc(33.33% - 35px);
        margin-right: 50px;
    }

    .hover_card h3 {
        font-size: 22px;
    }

    .hover_card p {
        font-size: 16px;
        line-height: 1.5;
    }

    .top_footer .fleft_sec {
        width: 50%;
    }

    .contact_us_tab_sec .form-container p,
    .contact_us_tab_sec .form-container b,
    .contact_us_tab_sec .form-container li {
        font-size: 16px;
        font-weight: 500;
        /* color: #fff; */
    }

    footer.newFooter .footer_menu ul.nav_menu li a {
        font-size: 16px;
    }

    footer.newFooter .footer_menu ul.nav_menu li span {
        font-size: 16px;
    }

}

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

    .new_home_hero_banner .banner-tittle {
        font-size: 72px;
    }

    /* .new_home_hero_banner figure {
        max-width: 570px;
    } */


    .hovercard figure {
        height: 285px;
    }

    .growth_sec .Card__body h3 {
        width: 100%;
    }

    .industry_tab_sec {
        padding: 50px;
    }

    .new_home_hero_banner .home-banner .slick-prev,
    .new_home_hero_banner .home-banner .slick-next {
        width: 60px;
    }

    .home-banner .slick-prev {
        left: calc(-62px);
    }

    .home-banner .slick-next {
        right: calc(-62px);
    }

    .wrap_promotion .slick-prev,
    .wrap_promotion .slick-next {
        width: 60px;
    }

}

@media only screen and (max-width: 1680px) {
    .new_home_hero_banner .banner-tittle {
        font-size: 42px;
        margin-bottom: 20px;
    }

    section.newcta_sec .cta_content p.h2 {
        font-size: 2rem;
    }

    section.services_section .services_content_sec .service_item_2 h3 {
        min-height: 90px;
    }

    /* .service_item.item1 {
        width: 450px;
    } */
    .service_item {
        height: 190px;
    }

    /* .service_item.item1 figure {
        max-width: 170px;
        right: 20px;
    } */

    .service_item.item1 .services_content {
        padding-right: 190px;
    }

    .service_item .icon {
        width: 30px;
        height: 30px;
        margin-bottom: 7px;
    }

    .service_item.item1 p {
        font-size: 28px;
    }

    .service_item .icon {
        width: 30px;
        height: 30px;
        margin-bottom: 7px;
    }

    .service_item.item8 {
        width: 213px;
    }

    .service_item.item2 figure,
    .service_item.item8 figure {
        width: 34%;
    }

    .service_item.item3 figure {
        width: 34%;
    }

    .service_item.item2 .services_content,
    .service_item.item8 .services_content,
    .service_item.item3 .services_content {
        padding-top: 100px;
    }

    .service_item.item2 p,
    .service_item.item3 p,
    .service_item.item8 p,
    .service_item.item7 p {
        font-size: 28px;
        width: 60%;
    }

    /* .services_content_sec {
        max-width: 921px;
    } */

    .service_item.item4,
    .service_item.item7,
    .service_item.item5 {
        width: 40%;
    }

    .service_item {
        height: 190px;
    }

    .service_item.item4 figure {
        max-width: 160px;
        top: 10px;
    }

    .service_item.item4 p {
        font-size: 40px;
    }

    .service_item.item4 .services_content {
        margin-top: 110px;
    }

    .service_item.item5 {
        height: 148px;
    }

    .service_item.item5 figure {
        width: 90px;
        top: 15px;
    }

    .service_item.item5 p {
        font-size: 22px;
    }

    .services_content_sec .d-flex:nth-child(3) {
        width: 612px;
    }

    .service_item.item6 {
        width: 274px;
        height: 146px;
    }

    .service_item.item6 figure {
        max-width: 110px;
    }

    .service_item.item6 p {
        font-size: 34px;
        margin-bottom: 0;
    }

    .services_content_sec .d-flex:nth-child(2) {
        width: 309px;
    }

    .service_item.item7 figure {
        width: 100px;
        top: 10px;
    }

    .service_item.item7 .services_content {
        margin-top: 55px;
    }

    .service_item.item8 {
        height: 192px;
    }

    .service_item.item9.position-relative {
        width: 370px;
    }

    .service_item.item9 figure {
        width: 165px;
        top: 24px;
    }

    .service_item.item9 .services_content {
        padding-right: 160px;
        margin-top: 52px;
    }

    .service_item.item9 p {
        font-size: 24px;
    }


    .hovercard:nth-child(2n-1) {
        transform: translateY(70px);
    }

    .hovercard figure {
        height: 230px;
    }

    .growth_sec .Card__body {
        padding: 15px;
    }



    .growth_sec .Card__body .btn {
        bottom: -60px;
        left: 15px;
    }


    .industry_tab_sec {
        padding: 30px 40px;
    }

    section.setus_part_sec {
        background: #f3f3f3ff;

        margin-top: -2px;
    }


    section.setus_part_sec .hover_card {
        padding: 20px;
        width: calc(33.33% - 24px);
        margin-bottom: 35px;
        margin-right: 35px;
    }

    section.setus_part_sec .hover_card figure svg {
        max-height: 42px;
    }

    /* section.setus_part_sec .hover_card h3 {
        font-size: 18px;
    } */

    /* section.setus_part_sec .hover_card p {
        font-size: 16px;
        letter-spacing: 0.5px;
        margin-bottom: 10px;
    } */

    /* section.contact_us  .title_sec {
        margin-bottom: 30px;
    } */

    section.newcta_sec .cta_content p.h2 {
        font-size: 2rem;
    }

    footer.newFooter .fright_sec {
        width: 65%;
    }

}

@media only screen and (max-width: 1540px) {
    #home-box-logo .home-box-logo-content .box-logo-item h3 {
        min-height: 101px;
    }
    footer.newFooter .footer_menu ul.nav_menu li a,
    footer.newFooter .footer_menu ul.nav_menu li span {
        font-size: 16px;
    }


}

@media only screen and (max-width: 1399px) {
    #home-box-logo .home-box-logo-content .box-logo-item h3 {
        min-height: 135px;
    }
    .new_home_hero_banner .home-banner .slick-prev,
    .new_home_hero_banner .home-banner .slick-next {
        width: 50px;
    }

    .home-banner .slick-next {
        right: calc(-50px);
    }

    .home-banner .slick-prev {
        left: calc(-50px);
    }

    .wrap_promotion .slick-prev,
    .wrap_promotion .slick-next {
        width: 50px;
    }

    .wrap_promotion .slick-next {
        right: calc(-65px);
    }

    .wrap_promotion .slick-prev {
        left: calc(-65px);
    }
}

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

    footer.newFooter .footer_menu ul.nav_menu li a,
    footer.newFooter .footer_menu ul.nav_menu li span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1024px) {
    .hrm-body header.header {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .container {
        width: 90%;
    }

    .new_home_page {
        margin-top: -3px;
    }

    .new_home_hero_banner {
        margin-bottom: 46px;
    }

    /* .new_home_hero_banner .home-banner .slick-prev, .new_home_hero_banner .home-banner .slick-next {
        width: 40px;
    }
    .home-banner .slick-prev {
        left: calc(-40px);
        z-index: 2;
    }
    .home-banner .slick-next {
        right: calc(-40px);
        z-index: 2;
    } */
    header .left-section {
        margin-right: auto;
    }

    .header_btns {
        margin-right: 20px;
    }

    .growth_sec .Card__body h3 {
        font-size: 20px;
        font-weight: 500;
    }

    .industry_list_sec {
        padding-block-start: 0px;
        padding-block-end: 40px;
        padding-inline-start: 0px;
        padding-inline-end: 0px;
    }

    .home-banner-box-css {
        display: inline-block;
    }

    .home-banner-box-css .wrap-guide {
        width: 49%;
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
    }


    section.services_section .services_content_sec .service_item_2 {
        flex: 0 0 calc((100% - 35px) / 2);
        box-sizing: border-box;
        position: relative;
    }
    #home-box-logo .home-box-logo-content .d-flex {
        gap: 35px;
    }
    #home-box-logo .home-box-logo-content .box-logo-item {
        flex: 0 0 calc((100% - 35px) / 2);
        box-sizing: border-box;
        position: relative;
    }
}

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

    .home-banner-box-css .wrap-guide {
        width: 100%;
        display: inline-block;
        margin-bottom: 35px;
        margin-top: 0;
    }

    .home-banner-box-css .wrap-guide:last-child {
        margin-bottom: 0px;
    }

    #home-guide-section .mb-50 {
        margin-bottom: 39px;
    }

    .new_home_page {
        margin-top: -13px;
        margin-bottom: 40px;
    }

    .bannber-caption {
        text-align: left;
    }

    .pb-40 {
        padding-bottom: 40px;
    }

    .banner-inner-section {
        grid-template-columns: 100%;
    }

    .banner-right-section {
        margin-top: 45px;
    }

    .new_home_hero_banner figure img {
        max-width: 100%;
        height: auto;
        vertical-align: initial;
        max-height: unset;
    }

    .home-banner .slick-next,
    .home-banner .slick-prev {
        padding: 0;
    }

    .new_home_hero_banner .home-banner .slick-prev,
    .new_home_hero_banner .home-banner .slick-next {
        display: none !important;
    }

    .new_home_hero_banner .home-banner .slick-prev,
    .new_home_hero_banner .home-banner .slick-next {
        width: 35px;
    }

    .new_home_hero_banner .home-banner .slick-prev img,
    .new_home_hero_banner .home-banner .slick-next img {
        opacity: 0.7;
    }

    .home-banner .slick-prev {
        left: calc(-35px);
        z-index: 2;
    }

    .home-banner .slick-next {
        right: calc(-35px);
        z-index: 2;
    }

    .new_home_hero_banner {
        padding-bottom: 45px;
    }

    .wrap_promotion .slick-prev,
    .wrap_promotion .slick-next {
        width: 35px;
        height: auto;
        display: none !important;
    }

    .wrap_promotion .slick-prev {
        left: calc(-40px);
        z-index: 2;
    }

    .wrap_promotion .slick-next {
        right: calc(-40px);
        z-index: 2;
    }

    .service_item.item2 {
        width: calc(50% - 10px);
    }

    .service_item.item3 {
        margin-right: 0;
        width: calc(50% - 10px);
    }

    #home-promotions-section.pb-40 {
        padding-bottom: 37px;
    }

    #home-promotions-section.pb-50 {
        padding-bottom: 37px;
    }

    #home-guide-section .mb-40 {
        margin-bottom: 41px;
    }

    #home-guide-data.pb-40 {
        padding-bottom: 37px;
    }

    #home-guide-data.pb-50 {
        padding-bottom: 37px;
    }

    .services_section .title_sec {
        margin-bottom: 41px;
    }

    .services_content_sec .flex-wrap {
        gap: 15px;
        justify-content: space-between;
    }

    .services_content_sec .flex-wrap .service_item {
        flex: 0 0 calc(50% - 7.5px);
        box-sizing: border-box;
        position: relative;
    }

    .services_content_sec .d-flex>.service_item:nth-last-child(1):nth-child(odd) {
        margin-left: auto;
        margin-right: auto;
    }

    .service_item.item2,
    .service_item.item3 {
        margin: 0;
    }

    .service_item.item2 p,
    .service_item.item3 p,
    .service_item.item8 p,
    .service_item.item7 p {
        font-size: 18px;
        width: 60%;
    }

    #home-box-logo,
    #section_free_payroll,
    #section_CTC_grant {
        padding-bottom: 11px;
    }

    .growth_sec {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    section.growth_sec .pricing_content_sec .d-flex {
        gap: 0;
    }

    section.growth_sec .pricing_content_sec .pricing-wrapper {
        flex: 0 0 calc(100%);
        box-sizing: border-box;
        position: relative;
        margin-bottom: 45px;
    }

    .growth_sec .title_sec {
        margin-bottom: 39px;
    }

    .industry_section {
        padding-top: 40px;
    }

    .industry_section .title_sec {
        margin-bottom: 30px;
    }

    .industry_list_sec .d-flex {
        flex: 0 0 calc(100%);
        flex-wrap: wrap;
        box-sizing: border-box;
        position: relative;
    }

    .industry_item .industry_content {
        width: 100%;
        padding-right: 0px;
    }

    .industry_item figure {
        width: 100%;
        margin-bottom: 0;
    }

    .industry_list_sec {
        padding-block-start: 0px;
        padding-block-end: 42px;
        padding-inline-start: 0px;
        padding-inline-end: 0px;
    }

    section.setus_part_sec .title_sec {
        margin-bottom: 40px;
    }

    section.setus_part_sec {
        padding-bottom: 30px;
    }

    section.setus_part_sec .hover_card {
        padding: 20px;
        width: calc(50% - 8px);
        margin-bottom: 15px;
        margin-right: 15px;
    }

    section.setus_part_sec .hover_card:nth-child(3n) {
        margin-right: 15px;
    }

    section.setus_part_sec .hover_card:nth-child(2n) {
        margin-right: 0px;
    }

    section.contact_us {
        padding: 40px 0px 45px 0px;
    }

    section.contact_us .title_sec {
        margin-bottom: 40px;
    }

    section#section_CTC_grant .services_content_sec .service_item_2 h3 {
        min-height: auto;
        margin-bottom: 20px;
    }

    .contact_us_tab_sec .form-container {
        margin-bottom: 0;
    }

    .css_contact_mb,
    .css_contact_mb .d-flex {
        display: block !important;
    }

    .submit-button {
        padding: 24px 44px;
    }

    section.newcta_sec {
        background: #DA3C77;
        padding: 40px 0 45px 0;
    }

    .menu_tig {
        left: 0px;
        bottom: 5px;
        top: unset;
    }
    #home-box-logo .home-box-logo-content .d-flex {
        gap: 15px;
    }
    #home-box-logo .home-box-logo-content .box-logo-item {
        flex: 0 0 calc((100% - 15px) / 2);
    }
    section.services_section .services_content_sec .d-flex {
        gap: 15px;
    }

    section.services_section .services_content_sec .service_item_2 {
        flex: 0 0 calc((100% - 15px) / 2);
    }

    footer.newFooter .top_footer .d-flex:not(.fright_sec) {
        display: block !important;
    }

    .top_footer .fleft_sec {
        width: 100%;
    }

    footer.newFooter .fright_sec {
        width: 100%;
        margin-top: 10px;
    }

    footer.newFooter .top_footer {
        padding-top: 45px;
        padding-bottom: 35px;
    }

    .footer_menu .h6 {
        font-weight: 900;
        font-size: 18px;
    }

    footer.newFooter .footer_menu ul.nav_menu li a,
    footer.newFooter .fleft_sec p {
        font-size: 14px;
    }

    .our-client {
        padding: 50px 0 0 0;
    }

    #cookie-confirmation {
        width: 100%;
        max-width: calc(100% - 20px);
        max-height: calc(100% - 30px);
    }
    #cookie-confirmation p {
        font-size: 14px;
    }

}

@media only screen and (max-width: 500px) {
    .hrm-body .logo a {
        width: 120px;
    }

    .hrm-body .logo a img {
        max-width: 120px;
        height: auto;
    }

    h2 {
        font-size: 1.5rem;
    }

    .hovercard:nth-child(2n-1) {
        transform: translateY(0px);
        margin-right: 0;
    }

    .hovercard {
        width: 100%;
    }

    .growth_sec {
        padding-bottom: 0px;
    }

    section.setus_part_sec .hover_card {
        padding: 20px;
        width: 100%;
        margin-bottom: 35px;
        margin-right: 0px;
    }

    section.newcta_sec .cta_content p.h2 {
        font-size: 1.5;
    }

    section.setus_part_sec .hover_card:nth-child(3n) {
        margin-right: 0px;
    }

    section.setus_part_sec {
        padding-bottom: 10px;
    }

    .header_btns {
        display: none;
    }
    #home-box-logo .home-box-logo-content .d-flex {
        gap: 0;
    }
    #home-box-logo .home-box-logo-content .box-logo-item {
        flex: 0 0 calc((100%));
        margin-bottom: 35px;
    }
    section.services_section .services_content_sec .d-flex {
        gap: 0;
    }

    section.services_section .services_content_sec .service_item_2 {
        flex: 0 0 calc((100%));
        margin-bottom: 35px;
    }

    .industry_list_sec {
        padding-block-start: 0px;
        padding-block-end: 35px;
        padding-inline-start: 0px;
        padding-inline-end: 0px;
    }
}

.custom-section-img {
    background-image: url(../images/hero-bg-1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}



.btn-link-view-aos,
.btn-link-view-aos *,
.btn-link-view-aos :after,
.btn-link-view-aos :before,
.btn-link-view-aos:after,
.btn-link-view-aos:before {
    border: 0 solid;
    box-sizing: border-box;
}

.btn-link-view-aos {
    background-color: #DA3C77;
    background-image: none;
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 1s;
}

.btn-link-view-aos a {
    color: #fff;
}

.btn-link-view-aos:hover>a,
.btn-link-view-aos:hover>i {
    color: #DA3C77;
}


.btn-link-view-aos:disabled {
    cursor: default;
}

.btn-link-view-aos:-moz-focusring {
    outline: auto;
}

.btn-link-view-aos svg {
    display: block;
    vertical-align: middle;
}

.btn-link-view-aos [hidden] {
    display: none;
}

.btn-link-view-aos {
    border-width: 1px;
    position: relative;
}

.btn-link-view-aos .text {
    display: block;
}

.btn-link-view-aos:before {
    border: 1px solid #DA3C77;
    border-radius: 10px;
    --progress: 100%;
    background: #fff;
    -webkit-clip-path: polygon(100% 0,
            var(--progress) var(--progress),
            0 100%,
            100% 100%);
    clip-path: polygon(100% 0,
            var(--progress) var(--progress),
            0 100%,
            100% 100%);
    content: "";
    inset: 0;
    position: absolute;
    transition: -webkit-clip-path 0.2s ease;
    transition: clip-path 0.2s ease;
    transition: clip-path 0.2s ease, -webkit-clip-path 0.2s ease;
}

.btn-link-view-aos:hover:before {
    --progress: 0%;
}

.btn-link-view-aos .text-container {
    display: block;
    overflow: hidden;
    position: relative;
}



.btn-link-view-aos:hover .text {
    -webkit-animation: move-up-alternate 0.3s ease forwards;
    animation: move-up-alternate 0.3s ease forwards;
    color: #DA3C77;
}

@-webkit-keyframes move-up-alternate {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(80%);
    }

    51% {
        transform: translateY(-80%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes move-up-alternate {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(80%);
    }

    51% {
        transform: translateY(-80%);
    }

    to {
        transform: translateY(0);
    }
}
