@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');
html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

.row {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}

.row>* {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

:root {
    --body-font-family: "Ubuntu", sans-serif;
    --heading-font-family: "Teko", sans-serif;
    --e-global-color-white: #fff;
    --e-global-color-black: #000;
    --e-global-dark-color: #151e2b;
    --e-global-purple-color: #924197;
    --e-global-purple-color: #924197;
    --e-global-yellow-color: #ffc627;
    --e-global-blue-color: #14b1bc;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

img {
    max-width: 100%;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
}

.slick-arrow {
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: calc(100% - 100px);
    max-width: 1440px;
    max-width: 75%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

body {
    font-size: 1.8rem;
    line-height: 150%;
    font-weight: 400;
    position: relative;
    color: var(--e-global-dark-color);
    font-family: var(--body-font-family);
    margin: 0;
    padding: 0;
}

.section {
    position: relative;
    padding: 10rem 0;
    clear: both;
    width: 100%;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1,
h2,
h3 {
    font-family: var(--heading-font-family);
}

.only_desktop_view {
    display: block;
}

.only_mobile_view {
    display: none;
}

.button a,
.button button {
    min-width: 180px;
    display: inline-block;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding: 2rem 2.5rem;
    border-radius: 0;
    text-align: center;
    border: solid .2rem transparent;
    color: var(--e-global-color-white);
    background: var(--e-global-purple-color);
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.button a:hover {
    background: var(--e-global-color-white);
    border-color: var(--e-global-purple-color);
    color: var(--e-global-purple-color);
}

.button button:focus {
    outline: none;
    box-shadow: none;
}

.blue_button a {
    background: var(--e-global-blue-color);
}

.blue_button a:hover {
    background: var(--e-global-color-white);
    border-color: var(--e-global-blue-color);
    color: var(--e-global-blue-color);
}

.yellow_button a {
    color: var(--e-global-dark-color);
    background: var(--e-global-yellow-color);
}

.yellow_button a:hover {
    background: var(--e-global-color-white);
    border-color: var(--e-global-yellow-color);
    color: var(--e-global-yellow-color);
}

.read_more_clip {
    margin-top: 10rem;
}

.read_more_clip a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
    padding: 3rem 6rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    background: #6f2973;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

.read_more_clip a:hover {
    color: var(--e-global-color-white);
    background: var(--e-global-purple-color);
}

.heading {
    margin-bottom: 3rem;
    color: #4c5457;
    font-size: 1.8rem;
    font-weight: 500;
}

.heading h2 {
    color: var(--e-global-color-black);
    font-size: 7rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 2rem;
}

.heading h2 span {
    color: #cf8112;
}

body.swal2-shown {
    padding-right: 0 !important;
}

.header {
    width: 100%;
    position: relative;
    z-index: 99;
}

.header .container,
.header .container-lg,
.header .container-md,
.header .container-sm,
.header .container-xl {
    max-width: 90%;
}

.header_top {
    width: 100%;
    background: var(--e-global-purple-color);
}

.header_top_content {
    display: flex;
    align-items: center;
}

.header_top_content ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header_top_content ul li {
    padding: 1.5rem 1rem;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.3rem;
    color: var(--e-global-color-white);
}

.header_top_content ul li img {
    margin-right: .7rem;
    filter: brightness(100);
}

.header_top_content ul li a {
    color: #FFF;
}

.social_icons ul li {
    padding: 1.5rem 1.6rem;
    font-size: 1.6rem;
}

.header_top_end {
    justify-content: flex-end;
}

.header_top_end ul {
    justify-content: flex-end;
}

.header_top_end ul li:list-child {
    padding-right: 0;
}

.header_bottom {
    width: 100%;
    padding: 0;
    background: var(--e-global-color-white);
}

.logo {
    display: flex;
    align-items: center;
    position: relative;
    width: 22rem;
    padding: 1rem 1rem 0;
}

.logo:before {
    width: 100%;
    height: 12rem;
    content: "";
    position: absolute;
    bottom: -10rem;
    left: 0;
    background: url('../images/logo-shape.png') no-repeat;
    background-size: contain;
    background-position: center;
    transition: all ease-in 0.1s;
}

.logo_image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    text-align: center;
    padding-top: 1rem;
}

.logo_image img {
    max-height: 9rem;
    transition: all ease-in 0.1s;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu>ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 3rem;
}

.menu ul li {
    color: var(--e-global-dark-color);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    padding: 1.2rem 0;
}

.menu ul li a {
    padding: 0;
    display: inline-block;
    color: var(--e-global-dark-color);
}

.menu ul li.active a,
.menu ul li:hover a {
    color: var(--e-global-purple-color);
}


/*.menu ul li.child_menu>a:after {
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    content: "\f107";
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--e-global-dark-color);
    position: absolute;
    top: 0;
    right: -1.5rem;
    bottom: -.5rem;
    margin: auto;
    display: flex;
    align-items: center;
}*/

.menu ul li.child_menu .child_menu_panel {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--e-global-color-white);
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
    pointer-events: none;
    max-height: none;
    z-index: 999;
    min-width: 20rem;
    max-width: 20rem;
    list-style: none;
    visibility: hidden;
    padding: 0;
    opacity: 0;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.menu ul li.child_menu:hover>.child_menu_panel {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
}

.menu ul li.child_menu .child_menu_panel .child_menu_panel {
    left: -100%;
    top: 0;
}

.menu ul li.child_menu .child_menu_panel li {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.2rem;
    padding: 0;
}

.menu ul li.child_menu .child_menu_panel li a {
    display: block;
    width: 100%;
    padding: 1rem 2rem;
    text-transform: capitalize;
    color: var(--e-global-dark-color);
}

.menu ul li.child_menu .child_menu_panel li a:hover {
    background: var(--e-global-color-white);
    color: var(--e-global-purple-color);
}

.menu ul li .sub_menu_wrap {
    width: 100%;
    position: absolute;
    min-width: 60rem;
    background: var(--e-global-purple-color);
    left: -30rem;
    top: 100%;
    display: none;
}

.menu ul li:hover .sub_menu_wrap {
    display: block;
}

.menu ul li .sub_menu_wrap ul.sub_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: unset;
    column-gap: 0;
}

.menu ul li .sub_menu_wrap ul.sub_menu li {
    width: 50%;
    display: flex;
}

.menu ul li .sub_menu_wrap ul.sub_menu li a {
    width: 100%;
    color: var(--e-global-color-white);
    display: flex;
    flex-wrap: wrap;
    padding: 2.5rem;
}

.menu ul li .sub_menu_wrap ul.sub_menu li a:hover {
    background: #0B31B1;
}

.menu ul li .sub_menu_wrap ul.sub_menu li a .menu_image {
    width: 2.6rem;
}

.menu ul li .sub_menu_wrap ul.sub_menu li a .menu_title {
    width: calc(100% - 2.6rem);
    padding-left: 1.2rem;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.menu ul li .sub_menu_wrap ul.sub_menu li a .menu_text {
    width: 100%;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.0352rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.header_right {
    float: right;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4rem;
}

.header_button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .1rem;
}

.header_icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
}

.header_fixed {
    height: auto;
}

.header_fixed .header_bottom {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 0 10rem #ccc;
}

.header_fixed .logo_image img {
    max-height: 5rem;
}

.header_fixed .logo:before {
    height: 8rem;
    bottom: -5rem;
}

.home_banner {
    width: 100%;
    height: calc(100vh - 59px);
    position: relative;
    background: linear-gradient(to right, #151e2b 49.2%, #ffc727 49.2%);
}

.home_banner:before {
    width: 98%;
    height: 30rem;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: url('../images/banner-house.png') no-repeat;
    background-position: left top;
    background-size: auto 100%;
}

.home_banner .container,
.home_banner .container .row {
    height: 100%;
}

.home_banner_left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
    padding-bottom: 6rem;
}

.banner_content {
    width: 100%;
}

.banner_content h1 {
    font-size: 6.2rem;
    font-weight: 600;
    color: var(--e-global-color-white);
    margin-bottom: 1rem;
}

.banner_content h1 span {
    display: inline-block;
    line-height: 8.5rem;
    background: #ffc827;
    color: var(--e-global-dark-color);
    padding: 1rem 1rem 0 1rem;
    text-transform: uppercase;
}

.banner_content h3 {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.03rem;
    color: var(--e-global-color-white);
}

.banner_short_text {
    color: #303336;
    margin: 3rem 0;
    display: block;
    padding: 2.5rem 0 2.5rem 3.5rem;
    position: relative;
}

.banner_short_text:before {
    width: 47.3%;
    height: 100%;
    content: "";
    background: var(--e-global-color-white);
    border-radius: 0 0 0 7rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.banner_button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .8rem;
}

.home_banner_right {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 70.5%;
    z-index: 1;
}

.home_banner_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home_sec2 {
    background: linear-gradient(to bottom, #fdfcfc 40%, #f1f0f0 100%);
}

.home_sec2:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url('../images/home-sec2-be.png'), url('../images/home-sec2-af.png');
    background-position: left center, 95% 15%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 70%, auto 50%;
    z-index: 1;
}

.home_sec2:after {
    width: 100%;
    height: 25.7rem;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('../images/home-sec2-bg.png') no-repeat;
    background-position: bottom;
    background-size: cover;
    z-index: 5;
}

.home_sec2 .container {
    position: relative;
    z-index: 2;
}

.home_sec2 .heading {
    margin: auto;
}

.home_sec2 .heading .button {
    margin-top: 3rem;
    display: inline-block;
}

.home_sec2 .heading .button a {
    text-transform: uppercase;
}

.home_sec2_image {
    margin: auto;
    text-align: center;
    max-height: 40rem;
    margin-top: 5rem;
}

.home_sec2_image img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.home_sec3 {
    background-image: url('../images/hs3-bg.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto;
    padding-bottom: 15rem;
}

.home_sec3:before {
    width: 486px;
    height: 281px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url('../images/hs3-be.png') no-repeat;
    background-size: contain;
}

.home_sec3_left {}

.home_sec3_right {
    position: relative;
}

.home_sec3_right:after {
    width: 12.8rem;
    height: 12.8rem;
    content: "";
    position: absolute;
    bottom: 12rem;
    right: -6rem;
    background: url('../images/hs3-af.png') no-repeat;
    background-size: contain;
}

.list_content {
    width: 100%;
}

.list_content ul {
    list-style: none;
    counter-reset: my-awesome-counter;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin: 0;
    padding: 0;
}

.list_content ul li {
    counter-increment: my-awesome-counter;
    display: flex;
    width: 100%;
}

.list_content ul li::before {
    content: "0" counter(my-awesome-counter)".";
    display: flex;
    align-items: center;
    font-family: var(--heading-font-family);
    color: var(--e-global-dark-color);
    font-size: 6rem;
    font-weight: 600;
    line-height: 100%;
    margin-right: 2rem;
    padding-bottom: 1rem;
}

.list_content ul li .list_text {
    border-bottom: dotted .1rem #cecccc;
    font-size: 1.8rem;
    color: #4c5457;
}

.list_content ul li .list_text span {
    font-weight: 700;
}

.list_content ul li .list_text .blue {
    color: var(--e-global-blue-color);
}

.list_content ul li .list_text .yellow {
    color: #cf8112;
}

.list_content ul li .list_text .purple {
    color: var(--e-global-purple-color);
}

.home_sec4 {}

.service_box_wrap {
    display: flex;
    margin-bottom: 3rem;
}

.service_box {
    width: 100%;
    background: #f3f6f6;
    padding: 4rem 5rem 5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    gap: 3rem;
    position: relative;
}

.service_box img {
    max-height: 12rem;
    margin-bottom: 2rem;
}

.service_box h4 {
    font-size: 2.8rem;
    font-weight: 600;
    color: #1d2838;
}

.service_box_wrap:nth-child(even) .service_box,
.bg-white {
    background: var(--e-global-color-white);
}

.service_box .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
}

.triangle.top-right {
    border-width: 0 25rem 25rem 0;
    border-color: transparent var(--e-global-dark-color) transparent transparent;
    top: 0;
    right: 0;
}

.triangle.bottom-left {
    border-width: 12rem 0 0 12rem;
    border-color: transparent transparent transparent #c8f1f6;
    bottom: 0;
    left: 0;
}

.triangle.top-left {
    border-width: 0 0 25rem 25rem;
    border-color: transparent transparent transparent #ffb955;
    top: 0;
    left: 0;
}

.triangle.bottom-right {
    border-width: 12rem 12rem 0 0;
    border-color: transparent #d5ebec transparent transparent;
    bottom: 0;
    right: 0;
}

.home_sec5 {}

.home_sec5_left {
    position: relative;
}

.why_choose {
    position: relative;
    z-index: 2;
}

.why_line {
    width: auto;
    height: auto;
    max-height: 75rem;
    position: absolute;
    top: -13rem;
    left: -10rem;
    right: 0;
    margin: auto;
    z-index: 1;
    animation: rotate-animation 3s infinite alternate ease-in-out;
}

@keyframes rotate-animation {
    0% {
        transform: rotate(-4deg);
        /* Original size at the start */
    }
    50% {
        transform: rotate(-0deg);
        /* Zoom in to 110% at the midpoint */
    }
    100% {
        transform: rotate(-4deg);
        /* Return to original size at the end */
    }
}

.why_round {
    width: 50rem;
    height: 50rem;
    position: absolute;
    top: 3rem;
    left: 0;
    right: 0;
    margin: auto;
    animation: zoom-in-out 3s infinite alternate ease-in-out;
}

@keyframes zoom-in-out {
    0% {
        transform: scale(1);
        /* Original size at the start */
    }
    50% {
        transform: scale(1.1);
        /* Zoom in to 110% at the midpoint */
    }
    100% {
        transform: scale(1);
        /* Return to original size at the end */
    }
}

.home_sec5 .container {
    position: relative;
    z-index: 2;
}

.home_sec5_left .read_more_clip {
    margin-top: 22rem;
}

.home_sec5_left .read_more_clip a {
    clip-path: polygon(0% 0, 95% 0, 100% 100%, 0% 100%);
    text-align: right;
    justify-content: flex-end;
}

.home_sec5_right {}

.why_head {
    display: inline-block;
    padding: 4rem 8rem 4rem 4.5rem;
    background: url(../images/why-shadow-bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: right;
    /*  clip-path: polygon(0% 0, 80% 0, 100% 100%, 0% 100%);*/
    position: relative;
    left: -1.5rem;
    margin: 3.5rem 0;
}

.why_head h2 {
    font-size: 3.2rem;
    font-weight: 500;
    color: var(--e-global-blue-color);
}

.home_sec5_right ul {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.home_sec5_right ul li {
    color: var(--e-global-dark-color);
    position: relative;
    padding-left: 4rem;
}

.home_sec5_right ul li:before {
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    content: "\f00c";
    font-size: 2.2rem;
    color: var(--e-global-blue-color);
    position: absolute;
    top: .2rem;
    left: 0;
}

.home_sec6 {
    background-image: url('../images/hs6-bg.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}

.hs6_box_wrap {
    display: flex;
    margin-bottom: 50px;
}

.hs6_box {}

.hs6_icon {
    width: 14.5rem;
    height: 14.5rem;
    margin: 0 auto 3rem;
}

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

.hs6_text h3 {
    font-size: 3rem;
    font-weight: 500;
    color: var(--e-global-dark-color);
}

.home_sec7 {
    min-height: 110rem;
    position: relative;
    background: url('../images/hs7-bg.png') no-repeat;
    background-size: 100% auto;
    background-position: bottom right;
    border-bottom: solid 8px #ffb12b;
    display: flex;
}

.home_sec7:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/hs7-shape.png') no-repeat;
    background-size: 100% auto;
    background-position: top center;
}

.home_sec7 .container {}

.home_sec7 .row {
    flex-direction: row;
    align-content: space-between;
    height: 100%;
    flex-wrap: wrap;
}

.client_slider_wrap {
    margin: auto;
}

.client_feedback_box {
    text-align: center;
}

.client_quote {
    text-align: center;
    margin-bottom: 3rem;
}

.client_quote img {
    display: inline-block;
}

.client_content {
    width: 100%;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 130%;
    color: var(--e-global-dark-color);
    margin-bottom: 4rem;
    font-family: var(--heading-font-family);
}

.client_user {}

.client_user h4 {
    font-size: 2.2rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #ea3d26;
    margin-bottom: 1.5rem;
}

.client_user h5 {
    font-size: 2rem;
    font-weight: 400;
    font-style: italic;
    text-transform: uppercase;
    color: #72777e;
}

.client_slider_wrap ul.slick-dots {
    position: static;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
}

.client_slider_wrap ul.slick-dots li {
    margin: 0 .5rem;
    width: 3rem;
    height: .8rem;
}

.client_slider_wrap ul.slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
    background: #e7e7e7;
}

.client_slider_wrap ul.slick-dots li button:before {
    display: none;
}

.client_slider_wrap ul.slick-dots li.slick-active button {
    background: #e07a1f;
}

.brand_wrap {
    width: 100%;
    padding: 5rem 1.5rem;
    margin-top: -10rem;
    position: relative;
    z-index: 9;
}

.brand_wrap:before {
    width: 70%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 6.5rem #b7c1c7;
    background: var(--e-global-color-white);
    border-radius: 0 8rem 8rem 0;
}

.brand_logo_sec {}

.brand_logo_slider {
    width: 100%;
}

.brand_logo_slider .slick-track {
    display: flex;
    gap: 5rem;
}

.brand_logo {
    height: 7rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.brand_logo a {
    height: 100%;
}

.brand_logo img {
    width: auto;
    height: 100%;
}

.home_sec8 {}

.home_sec8_left {
    border-right: dashed .2rem #9da1a7;
    color: #3e444e;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 120%;
    padding-right: 10rem;
    font-family: var(--heading-font-family);
}

.home_sec8_left h3 {
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 120%;
    color: var(--e-global-color-black);
    margin-bottom: 1rem;
}

.home_sec8_left h3 span {
    color: var(--e-global-blue-color);
}

.home_sec8_right {
    padding-left: 6rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.connection {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.connection_icon {
    width: 10rem;
    height: 10rem;
    padding: 1.5rem;
    border-radius: 50%;
    background: var(--e-global-color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 6.5rem rgba(183, 193, 199, 0.32);
    position: relative;
    left: 3rem;
}

.connection a {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    color: var(--e-global-color-white);
    background: #621267;
    padding: 2rem 2.5rem 2rem 5rem;
}

footer {
    position: relative;
    background-color: #32193f;
    background-image: url('../images/footer-wave.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}

.footer_top_building {
    width: 100%;
    height: auto;
}

.footer_top_building img {
    width: 100%;
}

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

.footer_bottom_box {
    padding: 2rem 2rem 4rem;
    color: #d8cdde;
    font-size: 1.4rem;
}

.footer_bottom_box h3 {
    color: var(--e-global-color-white);
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 2.5rem;
    position: relative;
}

.footer_bottom_box ul {}

.footer_bottom_box ul li {
    width: 100%;
    color: #d8cdde;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
    margin: .5rem 0;
}

.footer_bottom_box ul li a {
    color: var(--e-global-color-white);
    display: inline-flex;
    gap: 1rem;
}

.explore_menu ul li a:before {
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    content: "\f105";
    font-size: 1.8rem;
    color: #d8cdde;
    position: relative;
    left: 0;
}

.contact_box ul li img {
    margin-right: .8rem;
}

.contact_box ul li a {
    width: calc(100% - 4rem);
}

.social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4rem;
    margin-top: 2rem;
}

.social h3 {
    margin: 0;
}

.social ul {
    display: flex;
    gap: 2rem;
}

.social ul li {
    width: auto;
    margin-right: 1.5rem;
}

.social ul li a {
    color: var(--e-global-color-white);
    font-size: 2.6rem;
}

.copyright {
    width: 100%;
    color: var(--e-global-color-white);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 2rem 0;
    background: #0c111f;
}

.copyright p {
    margin: 0;
}

.copyright span {
    color: #ffa22a;
}

.inner_banner {
    height: 85vh;
}

.inner_banner:before {
    width: 40%;
    height: 18rem;
    bottom: -6rem;
    background: url('../images/inner-banner-wave.png') no-repeat;
    background-position: bottom left;
    background-size: 100% auto;
}

.inner_banner:after {
    width: 67.9rem;
    height: 25.3rem;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('../images/inner-banner-dots.png') no-repeat;
}

.inner_banner h1 {
    font-weight: 500;
}

.inner_banner h1 span {
    font-weight: 600;
}

.inner_banner_pagination {
    width: 100%;
    margin-top: 8rem;
}

.inner_banner_pagination ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.inner_banner_pagination ul li {
    font-size: 3rem;
    font-weight: 400;
    font-style: italic;
    color: var(--e-global-color-white);
    padding: 0 .5rem;
}

.inner_banner_pagination ul li span {
    color: #ffc827;
}

.inner_banner_pagination ul li a {
    color: var(--e-global-color-white);
}

.inner_banner .home_banner_right {
    width: 71.5%;
    background: #ffc827;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20% 100%);
}

.contact_sec1 {
    background: url('../images/contact-sec1-bg.jpg') no-repeat;
    background-position: top right;
    background-size: 100% auto;
    padding-top: 15rem;
}

.contact_sec1_left {
    font-size: 1.6rem;
    line-height: 160%;
    color: #4c5457;
}

.contact_sec1_left h2 {
    position: relative;
    font-size: 4.2rem;
    font-weight: 500;
    padding-left: 8rem;
    color: var(--e-global-dark-color);
    font-family: var(--heading-font-family);
    margin-bottom: 3rem;
}

.contact_sec1_left h4 {
    position: relative;
    font-size: 5.0rem;
    font-weight: 500;
    line-height: 3.0rem;
    color: var(--e-global-blue-color);
    font-family: var(--heading-font-family);
    margin-top: 3rem;
}

.contact_sec1_left h2:before {
    width: 6.6rem;
    height: 6.6rem;
    content: "";
    position: absolute;
    top: -2rem;
    left: 0;
    background: url('../images/contact-us-icon.png') no-repeat;
    background-size: contain;
}

.contact_sec1_left h3 {
    font-size: 3.4rem;
    font-weight: 500;
    font-family: var(--heading-font-family);
    color: #924197;
    margin-bottom: 2rem;
}

.contact_sec1_right {
    float: right;
    margin: 0 0 0 auto;
}

.contact_sec1_right h2 {
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 120%;
    color: #26303f;
    text-transform: uppercase;
    padding-left: 11rem;
    margin-bottom: 2rem;
}

.contact_sec1_right_box {
    border: dashed .1rem #6d7e8d;
    font-size: 1.6rem;
    color: #26303f;
    background: var(--e-global-color-white);
    padding: 2.5rem 4rem 2.5rem 11rem;
    position: relative;
}

.contact_sec1_right_box:before {
    width: 16rem;
    height: 26rem;
    content: "";
    position: absolute;
    top: -5.8rem;
    left: -7rem;
    background: url(../images/location-vector.png) no-repeat;
    background-size: contain;
}

.contact_sec1_right_box h3 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.4rem;
    color: #151e2b;
    margin-bottom: 1rem;
    font-family: var(--body-font-family);
}

.contact_sec1_bottom {
    margin-top: 12rem;
}

.contact_sec1_box_wrap {
    display: flex;
    margin-bottom: 3rem;
}

.contact_sec1_box {
    padding: 2rem 1.5rem 3rem;
    border-radius: 1.5rem;
    text-align: center;
    box-shadow: 0 0 2.7rem #cecece;
    background: var(--e-global-color-white);
}

.contact_icon {
    width: 13.9rem;
    height: 14.1rem;
    margin-bottom: 1.5rem;
    text-align: center;
    margin: 0 auto 2.5rem;
}

.contact_text {
    width: 100%;
}

.contact_text h3 {
    font-size: 2.6rem;
    font-weight: 600;
    color: var(--e-global-dark-color);
    margin-top: 1rem;
    display: inline-block;
}

.contact_text h3 span {
    color: #1872b1;
    display: block;
}

.contact_text p {
    text-transform: uppercase;
}

.contact_sec2 {
    padding: 3rem 0 0;
    background: url('../images/contact-sec2-bg.jpg') no-repeat;
    background-size: 100% auto;
    background-position: bottom left;
    overflow: visible;
}

.contact_sec2:before {
    width: 9.3rem;
    height: 6.7rem;
    content: "";
    position: absolute;
    left: 5rem;
    top: 2rem;
    background: url('../images/contact-sec2-be.png') no-repeat;
    background-size: contain;
}

.contact_sec2:after {
    width: 20.9rem;
    height: 52.2rem;
    content: "";
    position: absolute;
    right: 0;
    top: -10rem;
    background: url('../images/contact-sec2-af.png') no-repeat;
}

.contact_sec2_box_wrap {
    padding: 5.5rem 5.5rem 0;
    overflow: hidden;
    border-radius: 4rem 4rem 0 0;
    border: dashed .1rem #d2d5db;
    border-bottom: none;
}

.contact_sec2_box {
    overflow: hidden;
    border-radius: 4rem 4rem 0 0;
    background: var(--e-global-color-white);
    box-shadow: 0 0 2.7rem rgba(76, 85, 89, 0.10);
}

.contact_sec2_box_left {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 4rem;
}

.contact_sec2_box_left:before {
    width: 100%;
    height: 110%;
    content: "";
    position: absolute;
    top: -5%;
    left: 0;
    z-index: 1;
    background: #4cd1e1;
    border-radius: 0 50% 50% 0;
}

.contact_sec2_box_left img {
    position: relative;
    z-index: 2;
    max-width: 90%;
}

.contact_sec2_box_right {
    padding: 5rem;
}

.contact_heading {
    margin-bottom: 2rem;
}

.contact_heading h3 {
    font-size: 4.2rem;
    font-weight: 500;
    color: #1d2531;
    text-transform: uppercase;
}

.contact_heading h3 span {
    color: #ff9907;
}

.contact_form {}

.contact_form .form-group {
    padding-bottom: 2rem;
    margin-bottom: 1rem;
}

.contact_form .form-group label {
    font-size: 2.2rem;
    color: #112936;
    font-family: var(--body-font-family);
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 2.4rem;
}

.contact_form .form-group .form-control {
    width: 100%;
    height: 5rem;
    background-color: #f7f7f7;
    font-size: 1.8rem;
    color: #637076;
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: .5rem .5rem .5rem 1.5rem;
}

.contact_form .form-group .form-control:placeholder {
    font-size: 1.8rem;
    color: #637076;
}

.contact_form .form-group textarea.form-control {
    height: 7.2rem;
    resize: none;
}

.contact_form .form-group .submit_button {
    width: 100%;
    height: 6rem;
    background: #924197;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0;
    color: var(--e-global-color-white);
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-weight: 500;
}

.contact_form .form-group .submit_button:focus {
    outline: none;
}

.contact_sec3 {
    padding: 0 !important;
    background: linear-gradient(to right, #212c30 50%, #ffce41 50%);
}

.contact_sec3_left {
    background: #212c30;
    padding: 4rem 5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.contact_sec3_left h3 {
    font-size: 4.2rem;
    font-weight: 600;
    text-align: right;
    color: var(--e-global-color-white);
}

.contact_sec3_right {
    background: #ffce41;
    font-size: 2rem;
    font-weight: 400;
    color: #374145;
    padding: 4rem 5rem;
}

.contact_sec4 {
    padding: 2rem 0;
}

.contact_sec4:before {
    width: 100%;
    height: 50%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url('../images/contact-map-bg.png') no-repeat;
    background-size: cover;
}

.contact_sec4 .container {
    position: relative;
    z-index: 2;
}

.map {
    height: 65rem;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.about_sec1 {
    background: none;
}

.about_sec1 .container .row {
    justify-content: center;
}

.about_sec1:before {
    width: 9.3rem;
    height: 6.7rem;
    content: "";
    position: absolute;
    left: 5rem;
    bottom: 15rem;
    background: url('../images/contact-sec2-be.png') no-repeat;
    background-size: contain;
}

.about_sec1:after {
    width: 20rem;
    height: 32rem;
    content: "";
    position: absolute;
    right: 0;
    top: 5rem;
    background: url(../images/contact-sec2-af.png) no-repeat;
}

.about_sec1_left {
    position: relative;
}

.about_sec1_left:before {
    width: 9rem;
    height: 9rem;
    content: "";
    position: absolute;
    top: 0;
    right: 3rem;
    background: #69cdd4;
    border-radius: 50%;
    opacity: 0.21;
}

.about_sec1_image_wrap {
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    padding: 1.2rem;
    background: var(--e-global-yellow-color);
    position: relative;
}

.about_sec1_image_wrap:before {
    width: 20rem;
    height: 20rem;
    content: "";
    position: absolute;
    left: -3rem;
    top: -3rem;
    background: url('../images/about-sec1-image-be.png') no-repeat;
    background-size: contain;
}

.about_sec1_image_wrap:after {
    width: 24rem;
    height: 24rem;
    content: "";
    position: absolute;
    right: -4rem;
    bottom: -4rem;
    background: url('../images/about-sec1-image-af.png') no-repeat;
    background-size: contain;
}

.about_sec1_image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.about_sec1_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_sec1_right h3 {
    font-size: 2.8rem;
}

.about_sec2 {
    background: url('../images/about-sec2-bg.png') no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
}

.about_sec2_box_wrap {}

.about_sec2_box {
    background: var(--e-global-color-white);
    border: solid .1rem #f3f3f3;
    padding: 2rem 2.5rem;
    font-size: 1.8rem;
    color: #4c5457;
    font-weight: 400;
    line-height: 140%;
    border-radius: 3rem .7rem .7rem 3rem;
}

.about_sec2_box:before {
    width: 7.6rem;
    height: 7.6rem;
    border-radius: .6rem;
    content: "";
    position: absolute;
    right: -2rem;
    top: -2rem;
    background: #6c4ea7;
    z-index: -1;
}

.about_sec2_box h5 {
    font-size: 2.4rem;
    color: #272e39;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 1.5rem;
}

.about_sec2_right .about_sec2_box {
    border-radius: .7rem 3rem 3rem .7rem;
}

.about_sec2_right .about_sec2_box:before {
    right: auto;
    left: -2rem;
}

.about_sec2_middle {
    text-align: center;
    background: url('../images/about-rocket-bg.png') no-repeat;
    background-size: contain;
    background-position: top center;
}

.about_sec2_middle img {
    margin-top: -2rem;
    max-height: 40rem;
}

.about_sec3 {
    background: url('../images/about-sec3-bg.png') no-repeat;
    background-size: 100% auto;
    background-position: center top;
}

.about_sec3_left {
    display: flex;
    justify-content: center;
    position: relative;
}

.founder_about {
    max-width: 90%;
    position: relative;
}

.founder_name {
    font-size: 4.4rem;
    color: var(--e-global-color-white);
    font-family: var(--heading-font-family);
    position: absolute;
    bottom: 8rem;
    left: 0rem;
}

.founder_name span {
    display: inline-block;
    padding: 3.5rem 8rem;
    background: var(--e-global-blue-color);
    clip-path: polygon(0% 0%, 70% 0, 100% 100%, 30% 100%);
}

.founder_name:after {
    width: 10.3rem;
    height: 8.9rem;
    content: "";
    position: absolute;
    bottom: -4.4rem;
    right: -6.7rem;
    background: url('../images/founder-arrow.png') no-repeat;
    background-size: contain;
}

.about_sec3_right {
    padding-top: 4rem;
}

.about_sec3_right h4 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--e-global-dark-color);
    margin-top: 2rem;
}

.about_sec4 {
    padding-bottom: 3rem;
    overflow: visible;
}

.about_sec4 .contact_sec1_left {
    margin: 0 auto 2rem;
    z-index: 1;
}

.about_sec4_box_wrap {
    background-color: var(--e-global-dark-color);
    background-image: url('../images/about-sec4-bg.png');
    background-size: cover;
    border-radius: 6rem 6rem 0 1rem;
    padding: 7rem 1.5rem 10rem;
    position: relative;
}

.about_sec4_box_wrap:before {
    width: 20rem;
    height: 20rem;
    content: "";
    position: absolute;
    top: -10rem;
    right: 4rem;
    z-index: -1;
    background: transparent;
    border: solid .1rem #7d63b1;
    border-radius: 0 100% 0 0;
}

.about_sec4_box_wrap:after {
    width: 20rem;
    height: 20rem;
    content: "";
    position: absolute;
    bottom: -6rem;
    left: 3rem;
    z-index: -1;
    background: transparent;
    border: solid .1rem #7d63b1;
    border-radius: 0 0 0 100%;
}

.about_sec4_box {
    margin: auto;
    border: none;
}

.about_sec4_box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 4rem;
    counter-reset: item;
}

.about_sec4_box ul li {
    width: calc(50% - 2.5rem);
    min-height: 10rem;
    border-radius: 0 1.5rem 1.5rem 0;
    background: var(--e-global-color-white);
    border-left: solid 0.7rem #ea7e2e;
    font-size: 1.5rem;
    color: #4c5457;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem 1rem 1rem 9rem;
    counter-increment: item;
    overflow: hidden;
}

.about_sec4_box ul li b {
    font-weight: 600;
    color: var(--e-global-dark-color);
}

.about_sec4_box ul li:before {
    width: 10rem;
    height: 100%;
    content: "0" counter(item);
    font-size: 5.6rem;
    font-family: var(--heading-font-family);
    color: var(--e-global-color-white);
    position: absolute;
    left: 0.8rem;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.about_sec4_box ul li:after {
    width: 12rem;
    height: 12rem;
    border-radius: 1rem;
    content: "";
    position: absolute;
    top: -1rem;
    left: -6rem;
    z-index: 1;
    background: #853a89;
    transform: rotate(45deg);
}

.about_sec4_box ul li:nth-child(2):after {
    background: #151e2b;
}

.about_sec4_box ul li:nth-child(3):after {
    background: #174c71;
}

.about_sec4_box ul li:nth-child(4):after {
    background: #1bc1cd;
}

.about_sec4_box ul li:nth-child(5):after {
    background: #efb740;
}

.about_sec4_box ul li span {
    color: var(--e-global-dark-color);
}

.client_person {
    width: 24rem;
    height: 24rem;
    border-radius: 30% 10% 0 30%;
    position: absolute;
    right: 8rem;
    bottom: -15rem;
}

.client_person img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30% 10% 0 30%;
}

.client_person:before {
    width: 18.8rem;
    height: 16.4rem;
    content: "";
    position: absolute;
    left: -27rem;
    top: 0;
    background: url('../images/cloud.png') no-repeat;
    background-size: contain;
}

.client_person:after {
    width: 8.7rem;
    height: 12.2rem;
    content: "";
    position: absolute;
    top: 0;
    right: -10rem;
    background: url('../images/arrow.png') no-repeat;
    background-size: contain;
}

.blog_sec1 {}

.blog_sec1_left {}

.blog_sec1_left .blog_box:not(:last-child) {
    margin-bottom: 1.5rem;
}

.blog_box {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    padding: 1.5rem;
    border-radius: 1rem;
    border: solid .1rem #ddecec;
    background: var(--e-global-color-white);
}

.blog_box_image {
    width: 26rem;
    height: 20rem;
    border-radius: 1rem;
    overflow: hidden;
}

.blog_box_image a {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_box_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_box_content {
    width: calc(100% - 28rem);
    font-size: 1.4rem;
    line-height: 150%;
}

.blog_box_content h4 {
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--e-global-dark-color);
    margin-bottom: 1rem;
}

.blog_box_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog_box_content ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    margin-bottom: 2rem;
}

.blog_box_content ul li {
    width: 16rem;
    height: 4rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--e-global-dark-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: var(--e-global-yellow-color);
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}

.blog_box_content ul li img {
    max-width: 1.8rem;
}

.blog_box_content ul li.yellow_tag {
    background: var(--e-global-yellow-color);
}

.blog_box_content ul li.purple_tag {
    background: var(--e-global-purple-color);
    color: var(--e-global-color-white);
}

.blog_box_content ul li.purple_tag img,
.blog_box_content ul li.blue_tag img,
.blog_box_content ul li.dark_tag img {
    filter: invert(100%);
}

.blog_box_content ul li.blue_tag {
    background: var(--e-global-blue-color);
    color: var(--e-global-color-white);
}

.blog_box_content ul li.dark_tag {
    background: var(--e-global-dark-color);
    color: var(--e-global-color-white);
}

.blog_row {
    display: flex;
}

.blog_row .blog_box_image {
    width: 100%;
}

.blog_row .blog_box_content {
    width: 100%;
}

.blog_sec1_bottom {
    margin-top: 2rem;
}

.blog_sec1_bottom_box_wrap {
    display: flex;
}

.service_sec1 {}

.service_sec1:before {
    width: 20.5rem;
    height: 33.33rem;
    content: "";
    position: absolute;
    left: 0;
    top: 10rem;
    bottom: 0;
    margin: auto;
    z-index: 9;
    background: url('../images/service-1-be.png') no-repeat;
    background-size: contain;
}

.service_sec1_wrap {
    margin: auto;
}

.service_sec1_left {
    padding-right: 5rem;
    border-right: dotted .3rem #ced5de;
}

.service_sec1_left h2 {
    font-size: 4.8rem;
    font-weight: 500;
    text-align: right;
    color: var(--e-global-dark-color);
}

.service_sec1_left h2 span {
    color: var(--e-global-purple-color);
}

.service_sec1_right {
    padding-left: 5rem;
    color: #4c5457;
}

.service_sec2 {
    overflow-x: hidden;
}

.service_sec1_bottom_right {
    position: relative;
    padding: 5rem 2rem 3rem 4rem;
}

.service_sec1_bottom_right:before {
    width: 100%;
    height: 100%;
    content: "";
    border: solid .2rem #f4f2f7;
    border-right: none;
    border-radius: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
}

.service_sec1_bottom_right_list ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.service_sec1_bottom_right_list ul li {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.service_sec1_bottom_right_list ul li .icon {
    width: 9rem;
    height: 9rem;
}

.service_sec1_bottom_right_list ul li .content {
    width: calc(100% - 11rem);
    color: #4c5457;
}

.service_sec1_bottom_right_list ul li .content h4 {
    font-size: 2.6rem;
    font-weight: 500;
    color: var(--e-global-dark-color);
    margin-bottom: 0.6rem;
}

section.training-block {
    padding: 6rem 0;
    background: #f8f8f8;
    position: relative;
}

.training-title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

.info-box {
    background: #fff;
    padding: 1.5rem 2rem;
    margin-bottom: 1.5rem;
    border-radius: .6rem;
    box-shadow: 0 .2rem .6rem rgba(0, 0, 0, 0.1);
    font-size: 1.5rem;
}

.info-box.purple {
    border-left: .6rem solid #8e44ad;
}

.info-box.yellow {
    border-left: .6rem solid #f1c40f;
}

.info-box.blue {
    border-left: .6rem solid #2980b9;
}

.info-box.green {
    border-left: .6rem solid #27ae60;
}

.best-for {
    font-size: 1.5rem;
    margin-top: 20px;
}

.best-for strong {
    font-weight: 700;
}


/* Image styling */

.image-block img {
    width: 100%;
    border-radius: .6rem;
    position: relative;
    z-index: 2;
}


/* Decorative overlays */

.shape-yellow,
.shape-blue,
.shape-black {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    opacity: 0.9;
    z-index: 1;
}

.shape-yellow {
    border-width: 0 8rem 18rem 8rem;
    border-color: transparent transparent #f1c40f transparent;
    top: -2rem;
    left: 40%;
}

.shape-blue {
    border-width: 0 4rem 12rem 4rem;
    border-color: transparent transparent #2980b9 transparent;
    top: 50px;
    left: 50%;
}

.shape-black {
    border-width: 0 4rem 10rem 4rem;
    border-color: transparent transparent #2c3e50 transparent;
    top: 120px;
    left: 35%;
}


/* Circle wrapper for some sections */

.circle-wrap {
    position: relative;
    display: inline-block;
}

.circle-wrap img {
    border-radius: 50%;
}

.circle-shape {
    position: absolute;
    top: -2rem;
    left: -2rem;
    right: -2rem;
    bottom: -2rem;
    border: .3rem dashed #333;
    border-radius: 50%;
    z-index: 1;
}


/* Dotted pattern background */

.dot-pattern {
    position: absolute;
    top: 20%;
    left: -6rem;
    display: grid;
    grid-template-columns: repeat(7, 12px);
    grid-gap: 1.2rem;
    opacity: 0.4;
}

.dot-pattern span {
    width: .6rem;
    height: .6rem;
    background: #bbb;
    border-radius: 50%;
    display: block;
}


/* code start 31-08-2025 */

body,
html {
    overflow-x: hidden;
}

.contact_sec1_left.text-center h2 {
    display: inline-block;
    font-size: 5rem;
    margin-bottom: 0;
}

.mb-70 {
    margin-bottom: 70px;
}

.training-block-sec {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right;
}

.training-block-content {
    padding: 60px 0;
}

.training-block-content h2 {
    font-size: 2.8rem;
    color: #272e39;
    font-weight: 500;
    margin-bottom: 4rem;
    font-family: var(--body-font-family);
}

.training-block-content ul li {
    margin-bottom: 2rem;
}

.training-block-content ul li:last-child {
    margin-bottom: 0;
}

.training-block-content .info-box {
    font-size: 2rem;
    color: #4c5457;
    padding: 2.2rem 3.6rem;
    border-radius: 0;
    margin-bottom: 0;
}

.best-for {
    margin-top: 5rem;
    font-size: 2rem;
    color: #4c5457;
}

.best-for strong {
    font-weight: 500;
    color: #272e39;
    font-size: 2.4rem;
}

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

.dot-shape {
    position: absolute;
    left: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.background-grey {
    background-color: #eeedeb;
}

.cmn-gap {
    padding: 6rem 0;
}

.info-box.green {
    border-left: .6rem solid #64e2e1;
}

.info-box.purple.back {
    background: #f6eaf7;
}

.info-box.yellow.back {
    background: #fff3cf;
}

.info-box.blue.back {
    background: #e7f0fe;
}

.info-box.green.back {
    background: #e9fff8;
}

.training-img.left {
    margin-left: -25.4rem;
    height: 100%;
}

.training-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.shape-1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    right: 0;
}

.training-block-content.p-40 {
    padding: 4rem 0;
}

.training-img.right {
    margin-right: -25.4rem;
    height: 100%;
}

.training-img.right img {
    object-position: left;
}

.back-after:after {
    position: absolute;
    content: '';
    background: #f5f8fb;
    top: 0;
    bottom: 0;
    height: 85%;
    margin: auto;
    left: 0;
    width: 70%;
    z-index: -2;
}

.shape-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    left: 15px;
}

.cmn-gap-2 {
    padding: 10rem 0;
}

.training-block-content .info-box strong {
    color: #252b2e;
    font-weight: 700;
}

.roi-based-sec .training-block-content ul li .info-box {
    background: #f8fafb;
}

.roi-based-sec .training-block-content ul li:nth-child(2n) .info-box {
    background: #f1f5f9;
}

.shape-3 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.shape-4 {
    position: absolute;
    top: 30%;
    right: 0;
    z-index: -1;
}

.shape-5 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
}

.popular-training:after {
    position: absolute;
    content: '';
    background: url('../images/background-image.jpg') no-repeat;
    background-size: 100% 100%;
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    width: 100%;
    height: 65%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
}

.popular-training-otr {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-right: 5rem;
}

.popular-training-otr h2 {
    margin-bottom: 11rem;
    font-size: 6rem;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--e-global-color-white);
    max-width: 30rem;
    line-height: 1.1;
}

.popular-training-otr h2 span {
    color: #ffca2a;
}

.popular-training-otr figure {
    margin-bottom: 0;
    max-width: 39.1rem;
    min-width: 39.1rem;
}

.popular-training-box {
    padding: 4.3rem 2.8rem;
    border-radius: 5rem;
    background: var(--e-global-color-white);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
}

.popular-training-box:after {
    position: absolute;
    content: '';
    background: #f5c32d;
    top: -1rem;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: -1;
}

.popular-training-box ul li {
    font-size: 2.4rem;
    color: #343e4c;
    font-family: var(--heading-font-family);
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    border-bottom: .1rem dashed #dddee1;
    margin-left: 4.4rem;
    position: relative;
}

.popular-training-box ul li:after {
    position: absolute;
    content: '';
    left: -4.4rem;
    top: .3rem;
    background: url('../images/tick.png') no-repeat;
    background-size: 100% 100%;
    width: 2.2rem;
    height: 1.7rem;
}

.popular-training-box ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.shape-6 {
    bottom: -10%;
    right: -10%;
    z-index: 2;
    position: absolute;
}

.why-choose-sec {
    padding: 8.5rem 0 30rem;
}

.why-choose-box {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5.4rem 4rem;
    text-align: center;
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s;
    height: 40rem;
    border: .1rem solid transparent;
}

.why-choose-box:hover {
    border-color: #eeecf0;
}

.why-choose-box:after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.68);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.5s;
}

.why-choose-box:hover:after {
    background: #fff;
}

.why-choose-box h3 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3rem;
    font-family: var(--body-font-family);
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.5s;
}

.why-choose-box:hover h3 {
    color: #151e2b;
}

.why-choose-icon .hover-icon {
    display: none;
}

.why-choose-icon {
    margin-bottom: 2.5rem;
    display: inline-block;
    transition: all 0.5s;
}

.why-choose-box:hover .hover-icon {
    display: inline-block;
}

.why-choose-box:hover .main-icon {
    display: none;
}

.why-choose-box p {
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 2.5rem;
    line-height: 1.6;
    margin-bottom: 0;
    transition: all 0.5s;
}

.why-choose-box:hover p {
    color: #4c5457;
}

.why-choose-slider .slick-list {
    margin: 0 -1rem;
}

.why-choose-slider .slick-slide {
    padding: 0 1rem;
}

.why-choose-slider .slick-dots li button::before {
    display: none;
}

.why-choose-slider {
    padding-bottom: 4.5rem;
}

.why-choose-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.3rem;
    bottom: 0;
}

.why-choose-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.why-choose-slider .slick-dots li button {
    width: 3.6rem;
    height: .4rem;
    background: #eeeaf4;
    padding: 0;
    border: 0;
}

.why-choose-slider .slick-dots li.slick-active button {
    background: #600f65;
}

.curve {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.curve img {
    width: 100%;
}

.pricing-sec {
    padding-top: 9.5rem;
}

.pricing-top {
    display: flex;
    align-items: center;
    gap: 5.5rem;
    margin-bottom: 4rem;
}

.pricing-top h2 {
    margin-bottom: 0;
}

.pricing-txt {
    background: url('../images/back-shape.png') no-repeat;
    background-size: 100% 100%;
    padding: 5rem 16.5rem 5rem 7rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
    clip-path: polygon(0 0, 78% 0, 100% 100%, 0% 100%);
}

.pricing-txt p {
    font-size: 2.4rem;
    color: #151e2b;
    font-weight: 700;
    margin-bottom: 0;
}

.pricing-txt p span {
    font-weight: 400;
    font-size: 4.8rem;
    color: #600f65;
    font-family: var(--heading-font-family);
}

.pricing-box {
    padding: 2.8rem 2rem 6rem;
    border-radius: 1rem;
    text-align: center;
    margin: 0 1.6rem;
}

.pricing-box h5 {
    font-size: 2.4rem;
    padding: 2.3rem;
    margin: 0 -3.6rem;
    font-weight: 700;
    margin-bottom: 4rem;
}

.pricing-box.blue {
    background: #f4f1fa;
}

.pricing-box.blue h5 {
    background: #fcce4b;
    color: #151e2b;
}

.pricing-box.yellow {
    background: #fff3cf;
}

.pricing-box.yellow h5 {
    background: #363e4c;
    color: #fff;
}

.pricing-box p {
    color: #363c3f;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}

.pricing-box h6 {
    color: #600f65;
    font-size: 4.8rem;
    margin-bottom: 1.5rem;
    font-family: var(--heading-font-family);
}

.shape-7 {
    position: absolute;
    top: -10%;
    left: 0;
}

.shape-8 {
    position: absolute;
    bottom: -30%;
    left: 0;
    z-index: -1;
}

.mobile-image {
    display: none;
}


/* code end 31-08-2025 */


/* code start 3-9-2025 */

.banner_content.full h1 span {
    width: 60%;
}

.bt-txt {
    font-weight: 500;
    font-style: italic;
    font-size: 1.8rem;
    color: #4c5457;
}

.pro_edit .service_sec1_left h2 span {
    color: #1782ba;
}

.shp-1 {
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

.pro_edit2 .service_sec1_bottom_right::before {
    display: none;
}

.pro_edit2 .service_sec1_bottom_right {
    padding: 0;
}

.pro_edit2 .service_sec1_bottom_right_list ul {
    gap: 3.2rem;
}

.pro_edit2 .service_sec1_bottom_right_list ul ul {
    gap: 0.5rem;
}

.pro_edit2 .service_sec1_bottom_right_list ul ul li {
    padding-left: 2.8rem;
    position: relative;
}

.pro_edit2 .service_sec1_bottom_right_list ul ul li:after {
    position: absolute;
    content: '';
    background: url('../images/list.png') no-repeat;
    background-size: 100% 100%;
    width: 1.5rem;
    height: 1.5rem;
    left: 0;
    top: 0.6rem;
}

.pro_edit2 .service_sec1_bottom_right_list ul li {
    align-items: flex-start;
}

.shp-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.shp-3 {
    position: absolute;
    top: 15%;
    right: 0;
    z-index: -1;
}

.shp-4 {
    position: absolute;
    top: 5%;
    left: 0;
    z-index: -1;
}

.shp-5 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.shp-6 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.pro_edit3 .popular-training-otr {
    padding-right: 0;
}

.pro_edit3 .popular-training-otr h2 {
    margin-bottom: 4rem;
    max-width: 40rem;
}

.pro_edit3.popular-training::after {
    height: 80%;
}

.pro_edit3 .popular-training-otr {
    align-items: flex-start;
}

.pro_edit3 .popular-training-otr figure {
    max-width: 30rem;
    min-width: 30rem;
}

.pro_edit3 .popular-training-otr figure img {
    width: 100%;
}

.pro_edit3 .popular-training-box::after {
    background: #6ac1e2;
}

.pro_edit3 .popular-training-box {
    border-bottom: 1rem solid #6ac1e2;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.pro_edit3 .shape-5 {
    width: 20rem;
    top: -13%;
}

.pro_edit4 {
    background-size: cover;
    background-repeat: no-repeat;
}

.pro_edit4-box {
    padding: 5rem 11rem 4rem;
    /* max-width: 88rem;
    margin-left: auto; */
    position: relative;
    z-index: 1;
    background: #501654;
    height: 100%;
    display: flex;
    align-items: center;
}

.pro_edit4-box li {
    margin-bottom: 5rem;
    padding-left: 5rem;
    position: relative;
}

.pro_edit4-box li:after {
    position: absolute;
    content: '';
    background: url('../images/list-arrow.png') no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 30px;
    left: 0;
    top: 6px;
}

.pro_edit4-box li h4 {
    font-size: 3rem;
    color: #fed359;
    font-weight: 500;
}

.pro_edit4-box li p {
    font-size: 2rem;
    color: #f7e3f8;
    font-weight: 400;
    margin-bottom: 0;
}

.pro_edit4-box li:last-child {
    margin-bottom: 0;
}

.how-it-list li {
    margin-bottom: 4rem;
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.how-it-list.text-end {
    text-align: right;
}

.how-it-list.text-end li {
    justify-content: flex-end;
}

.how-it-list li:last-child {
    margin-bottom: 0;
}

.how-it-content h4 {
    font-weight: 500;
    font-size: 2.8rem;
    color: #272e39;
    margin-bottom: 0.5rem;
}

.how-it-content p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #4c5457;
    margin-bottom: 0;
}

.how-it-list li span {
    font-family: var(--heading-font-family);
    font-weight: 500;
    color: #151e2b;
    font-size: 6rem;
    display: block;
    border-left: 7px solid #924197;
    min-height: 7rem;
    display: flex;
    align-items: center;
    padding-left: 1.2rem;
    min-width: 8rem;
}

.how-it-list li:nth-child(2) span {
    border-left-color: #efc038;
}

.how-it-list li:nth-child(3) span {
    border-left-color: #3751b0;
}

.how-it-list li:nth-child(4) span {
    border-left-color: #64e2e1;
}

.shp-left {
    position: absolute;
    left: 0;
    bottom: 40%;
    z-index: -1;
}

.shp-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.hr-function-list li {
    margin-bottom: 1.5rem;
    padding: 1.2rem 1.5rem;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hr-function-list li:nth-child(1) {
    background: #f1ffe9;
}

.hr-function-list li:nth-child(2) {
    background: #ebfdff;
}

.hr-function-list li span {
    max-width: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hr-function-list li em {
    color: #272e39;
    font-weight: 500;
    font-size: 2.4rem;
}

.hr-function-list li em a {
    font-style: normal;
    font-family: var(--heading-font-family);
    font-weight: 500;
    color: #272e39;
    font-size: 3.6rem;
    display: block;
    margin-top: 5px;
}

.hr-function-list li:last-child em {
    font-weight: 400;
}

.hr-function-list li:last-child {
    margin-bottom: 0;
}

.pro_edit5 .shape-7 {
    top: auto;
    bottom: -10%;
}

.pro_edit5 .pricing-top {
    border-left: 1rem solid #f3c22e;
    margin-bottom: 5rem;
}

.pro_edit5 .pricing-txt {
    background: #600f65;
    padding: 1.4rem 5rem 1.4rem 2rem;
    box-shadow: none;
    clip-path: polygon(0 0, 100% 0, 95% 99%, 0% 100%);
}

.pro_edit5 .pricing-txt p {
    color: #ffffff;
    font-size: 3.6rem;
    font-family: var(--heading-font-family);
    font-weight: 400;
    letter-spacing: 0.2rem;
    white-space: nowrap;
}

.pro_edit5 .training-img.right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}

.image-4 {
    margin-top: -4rem;
    height: calc(100% + 4rem)
}

.image-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
}


/* .image-4 {
    position: absolute;
    top: -4rem;
    left: 0;
} */

.pro_edit6 .contact_sec1_left {
    margin-bottom: 6.5rem;
}

.pro_edit2 .service_sec1_bottom_left img {
    width: 100%;
}

.pro_edit5 .mb-center img {
    width: 100%;
}

.pro_edit2 .service_sec1_bottom_right_list ul li .icon img {
    width: 100%;
}


/* code end 3-9-2025 */

@media(max-width: 991px) {
    .dot-pattern,
    .shape-yellow,
    .shape-blue,
    .shape-black {
        display: none;
    }
}


/* payroll-outsourcing css for web */

.payroll_sec {
    position: relative;
}

.payroll_sec::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 29.9rem;
    height: 21.7rem;
    background: url('../images/payBg.png');
}

.payroll_sec1 {
    position: relative;
    width: 100%;
    margin-bottom: 6rem;
    z-index: 1;
}

.payroll_sec1 h3 {
    position: relative;
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--e-global-blue-color);
    font-family: var(--body-font-family);
    text-align: center;
    font-style: italic;
    margin-bottom: 3.0rem;
}

.payroll_sec1 p {
    position: relative;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 3.0rem;
    color: #4c5457;
    font-family: var(--body-font-family);
    text-align: center;
}

.service_sec1:before {
    width: 20.5rem;
    height: 33.33rem;
    content: "";
    position: absolute;
    left: 0;
    top: 10rem;
    bottom: 0;
    margin: auto;
    z-index: 9;
    background: url('../images/service-1-be.png') no-repeat;
    background-size: contain;
}

.payroll_sec1_left {
    padding-right: 5rem;
    border-right: dotted .3rem #ced5de;
}

.payroll_sec1_left h2 {
    font-size: 4.8rem;
    font-weight: 500;
    text-align: right;
    color: var(--e-global-dark-color);
}

.payroll_sec1_left h2 span {
    color: var(--e-global-blue-color);
}

.what_you_get_wrap {
    position: relative;
    width: 100%;
    margin-top: 7.2rem;
    padding: 4.4rem;
    background: url('../images/you-getBg.jpg') no-repeat top center;
    min-height: 109.5rem;
}

.what_you_get_wrap::before {
    content: '';
    position: absolute;
    top: -5.0rem;
    right: 0;
    width: 17.3rem;
    height: 25.8rem;
    background: url('../images/you-getBgAfter.jpg');
}

.img_descp {
    position: relative;
    display: flex;
    gap: 8.4rem 0;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5.3rem;
}

.img_descp::before {
    content: '';
    position: absolute;
    width: 859px;
    height: 178px;
    top: 10%;
    left: calc(50% - 429px);
    background: url('../images/you-get_line01.png');
}

.img_descp::after {
    content: '';
    position: absolute;
    width: 714px;
    height: 111px;
    bottom: 22%;
    left: calc(50% - 357px);
    background: url('../images/you-get_line02.png');
}

.get_img_area {
    position: relative;
    text-align: center;
    z-index: 21;
}

.get_img_area.mrTop {
    margin-top: 10rem;
}

.get_img_area.mrRght {
    margin-right: 10rem;
}

.get_img_area h4 {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 3.0rem;
    color: var(--e-global-dark-color);
    font-family: var(--body-font-family);
    margin-top: 4.2rem;
}

.get_img_area p {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 3.0rem;
    color: var(--e-global-dark-color);
    font-family: var(--body-font-family);
    margin-top: 1.2rem;
}

.pro_hredge_wrap {
    position: relative;
    width: 100%;
    margin-top: 8.5rem;
}

.pro_hredge_wrap::after {
    content: '';
    position: absolute;
    top: -30%;
    right: 0;
    width: 40rem;
    height: 57.7rem;
    background: url('../images/book.png');
}

.pro_hredge_wrap::before {
    content: '';
    position: absolute;
    top: -25%;
    left: 0;
    width: 15.4rem;
    height: 25.1rem;
    background: url('../images/blueBg.png');
}

.pro_hr_edge_inner {
    position: relative;
    width: 100%;
    min-height: 88.7rem;
    background: url('../images/pro-hr-edgeBg.png') no-repeat top center;
    margin-top: 7.0rem;
    display: flex;
    justify-content: center;
}

.pro_left_area {
    position: relative;
    width: 100%;
    max-width: 57.0rem;
}

.pro_right_area {
    position: relative;
}

.pro_right_area .how-it-list {
    padding-left: 7.5rem;
}


/* .pro_right_area .how-it-list li {
    border: 1px solid red;
} */

.pro_right_area .how-it-list li span {
    padding-left: 0;
    padding-right: 1.2rem;
    border-right: 7px solid #924197;
    border-left: none;
    font-size: 7.2rem;
}

.how-it-list li:nth-child(2) span {
    border-right-color: #efc038;
}

.how-it-list li:nth-child(3) span {
    border-right-color: #3751b0;
}

.how-it-list li:nth-child(4) span {
    border-right-color: #64e2e1;
}

.how-it-list li .how-it-content {
    min-height: 7.2rem;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: dotted .3rem #ced5de;
}

.payBtn {
    display: block;
    margin-top: 8rem;
}

.third_party_esc01 {
    position: relative;
}

.third_party_esc01::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 33.2rem;
    height: 41.2rem;
    background: url('../images/thid-party01.png') no-repeat;
}

.third_party_esc01::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 0;
    width: 17.5rem;
    height: 29.7rem;
    background: url('../images/thid-party02.png') no-repeat;
}

.third_party_get_you_sec {
    position: relative;
    width: 100%;
    min-height: 86.7rem;
    background: url('../images/you-getBG.png') no-repeat top center;
    margin-top: 10rem;
    z-index: 2;
}

.inner-content-area {
    position: relative;
    width: 100%;
    min-height: 700px;
    display: flex;
    justify-content: flex-end;
    padding: 6.5rem 0;
}

.third_party_rigt_content {
    position: relative;
    width: 100%;
    padding-left: 7rem;
}


/* ==== */

.get_list {
    position: relative;
}

.get_list .how-it-list li {
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.get_list .how-it-list li .how-it-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.7rem;
    padding-bottom: 1.9rem;
    min-height: fit-content;
}

.get_list .how-it-list li span {
    border: 5px solid #924197;
    width: 3.2rem;
    min-height: 3.2rem;
    display: flex;
    align-items: center;
    min-width: fit-content;
    border-radius: 100%;
}

.get_list .how-it-list li:nth-child(2) span {
    border-color: #18afba;
}

.get_list .how-it-list li:nth-child(3) span {
    border-color: #3751b0;
}

.get_list .how-it-list li:nth-child(4) span {
    border-color: #ffc132;
}

.get_list .how-it-list li:nth-child(5) span {
    border-color: #36465e;
}

.third_party_hr_advance {
    position: relative;
    width: 100%;
    padding-top: 11.2rem;
    -webkit-box-shadow: 0px 15px 35px 0px rgba(83, 100, 110, 0.3);
    box-shadow: 0px 15px 35px 0px rgba(83, 100, 110, 0.3);
    z-index: 1;
}

.third_party_hr_advance::before {
    content: '';
    position: absolute;
    top: 15%;
    left: 0;
    width: 16.3rem;
    height: 72.3rem;
    background: url('../images/thid-party05.png');
}

.third_party_hr_advance::after {
    content: '';
    position: absolute;
    bottom: -10%;
    left: 0;
    width: 17.5rem;
    height: 16.8rem;
    background: url('../images/thid-party04.png');
}

.advance_content_wrap {
    position: relative;
    width: 100%;
    max-width: 1587px;
    margin: 0 auto;
    padding-left: 9.8rem;
    display: flex;
    top: -4rem;
}

.advance_list_wrap {
    position: relative;
    width: 100%;
    padding-top: 9.6rem;
}

.advance-it-list {
    position: relative;
    width: 100%;
}

.advance-it-list li {
    display: flex;
    gap: 3.4rem;
    margin-bottom: 3.4rem;
}

.advance-it-list li span {
    display: flex;
    width: 15rem;
    height: 11.6rem;
    background: #e5e3fd;
    border-radius: 100%;
    font-size: 7.2rem;
    justify-content: center;
    align-items: center;
    font-family: var(--heading-font-family);
    color: #6e65e5;
}

.advance-it-list li:nth-child(2) span {
    background: #ffe9a7;
    color: #f18b13;
}

.advance-it-list li:nth-child(3) span {
    background: #f5c8f8;
    color: #b353b9;
}

.advance-it-list li:nth-child(4) span {
    background: #b2f6fb;
    color: #29aab3;
}

.advance-it-list li .how-it-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 1.8rem;
    max-width: calc(100% - 15rem);
}

.advance-it-list .how-it-content h4 {
    font-weight: 500;
    font-size: 2.6rem;
    color: #272e39;
    margin-bottom: 0.5rem;
}

.advance-it-list .how-it-content p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #4c5457;
    margin-bottom: 0;
}

.home_sec_thirdparty {
    background: #fefdfa;
}

.advance_content_wrap .read_more_clip a {
    background: #3d66db;
    padding-left: 1.2rem;
    letter-spacing: 0;
}


/* .advance_content_wrap .button a:hover {
    background: var(--e-global-color-white);
    border-color: var(--e-global-purple-color);
    color: var(--e-global-purple-color);
} */

.advance_content_wrap .read_more_clip a:hover {
    color: var(--e-global-color-white);
    background: #6c8eec;
    border-color: transparent;
}

.advance_content_wrap .read_more_clip a {
    clip-path: polygon(0% 0, 95% 0, 100% 100%, 0% 100%);
    text-align: right;
    justify-content: flex-end;
}

.invalid-feedback {
    position: absolute;
    bottom: -.2rem;
    color: #f00;
    z-index: 1;
    font-size: 1.2rem;
}

.wizard>.content .invalid-feedback {
    bottom: -1rem;
}

.wizard>.content [id*=steps-uid-0-p-1] .invalid-feedback {
    bottom: 0;
    font-size: 1.4rem;
    text-align: center;
}


/* ============================================== */

.advisory .banner_content h1 span {
    line-height: 5.2rem;
}

.advisory_sec1 {
    position: relative;
    width: 100%;
    margin-bottom: 6rem;
    z-index: 1;
}

.hradvisory_esc01 {}

.hradvisory_esc01::after {
    content: '';
    position: absolute;
    width: 32.7rem;
    height: 29.5rem;
    top: 6.2rem;
    left: 0;
    background: url('../images/advisory01.png') no-repeat;
}

.hradvisory_esc01::before {
    content: '';
    position: absolute;
    width: 14.2rem;
    height: 36.8rem;
    top: 0rem;
    right: 0;
    background: url('../images/advisory02.png') no-repeat;
}

.advisory_sec1 h3 {
    position: relative;
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--e-global-purple-deep-color);
    font-family: var(--body-font-family);
    text-align: center;
    font-style: italic;
    margin-bottom: 3.0rem;
}

.advisory_sec1 p {
    position: relative;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 3.0rem;
    color: #4c5457;
    font-family: var(--body-font-family);
    text-align: center;
}

.hr_advisory_esc02 {
    position: relative;
    width: 100%;
    min-height: 76.8rem;
/*    background: #f2feff url('../images/advisory03.png') no-repeat left center;*/
}

.admin_function_area {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    min-height: 768px;
    padding-top: 12.4rem;
}

.inner_content {
    position: relative;
    padding-left: 9.5rem;
}

.inner_content p {
    position: relative;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 3.0rem;
    color: #4c5457;
    font-family: var(--body-font-family);
}

.inner_content strong {
    position: relative;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3.0rem;
    color: #000;
    font-family: var(--body-font-family);
}

.advice_list {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
    margin-top: 4.5rem;
}

.advice_list li {
    display: flex;
    gap: 3.0rem;
    align-items: flex-start;
    min-height: 4.0rem;
}

.advice_list li span {
    display: block;
    width: 32px;
    height: 32px;
    border: 5px solid #18afba;
    border-radius: 100%;
}

.advice_list li:nth-child(2) span {
    border-color: #3751b0;
}

.advice_list li:nth-child(3) span {
    border-color: #ffc132;
}

.advice_list li:nth-child(4) span {
    border-color: #36465e;
}

.advice_list li:nth-child(5) span {
    visibility: hidden;
}

.advice_list li h4 {
    display: block;
    font-size: 2.6rem;
    line-height: 3.0rem;
    color: #272e39;
    font-family: var(--body-font-family);
    width: calc(100% - 6.2rem);
}

.hr_advisory_esc03 {
    position: relative;
    width: 100%;
    padding: 11.5rem 0;
}

.hr_advisory_esc03 .contact_sec1_left {
    display: flex;
    justify-content: center;
}

.hr_advisory_whatwe_sec {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    padding: 0 6.5rem;
    margin-top: 6.0rem;
    height: 1050px;
    overflow: hidden;
    transition: height 0.5s ease;
}

.hr_advisory_whatwe_sec.expanded {
    height: auto;
    /* Expand to full content */
}

.number_box {
    position: relative;
    width: 100%;
    min-height: 44.6rem;
    max-width: 61.0rem;
    border-top: 8px solid #1735a0;
    border-bottom-left-radius: 160px;
    border-bottom-right-radius: 160px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--e-global-color-white);
    box-shadow: 0px 0px 15px 0px rgba(76, 85, 89, 0.10);
    /* -webkit-box-shadow: 0px 0px 19px 0px rgba(76, 85, 89, 0.27);
    -moz-box-shadow: 0px 0px 19px 0px rgba(76, 85, 89, 0.27); */
    margin-top: 6.0rem;
}

.number_box:nth-child(2) {
    border-color: #520a57;
}

.number_box:nth-child(3) {
    border-color: #11686e;
}

.number_box:nth-child(4) {
    border-color: #104d78;
}

.number_box:nth-child(5) {
    border-color: #36465e;
}

.number_box:nth-child(6) {
    border-color: #520a57;
}

.number_box:nth-child(7) {
    border-color: #11686e;
}

.number_box:nth-child(8) {
    border-color: #104d78;
}

.inner_box_content {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 44.6rem;
    padding: 10.6rem 5.2rem 0;
    border-bottom-right-radius: 160px;
}

.inner_box_content::after {
    content: '';
    position: absolute;
    top: -5rem;
    left: 1.8rem;
    width: 11.3rem;
    height: 11.2rem;
    background: url('../images/advisory05.png');
}

.inner_box_content::before {
    content: '';
    position: absolute;
    bottom: -10rem;
    right: 1.8rem;
    width: 21.8rem;
    height: 21.8rem;
    background: url('../images/advisory04.png');
}

.number-round-area {
    position: absolute;
    width: 11.6rem;
    height: 11.6rem;
    border-radius: 100%;
    z-index: 1;
    top: -5.9rem;
    left: calc(50% - 5.7rem);
    display: flex;
    background: #1735a0;
    border-radius: 100%;
    font-size: 7.2rem;
    justify-content: center;
    align-items: center;
    line-height: 3.0rem;
    font-family: var(--heading-font-family);
    color: #fff;
}

.number_box:nth-child(2) .number-round-area {
    background: #891b90;
}

.number_box:nth-child(3) .number-round-area {
    background: #18afba;
}

.number_box:nth-child(4) .number-round-area {
    background: #1c8bd8;
}

.number_box:nth-child(5) .number-round-area {
    background: #1735a0;
}

.number_box:nth-child(6) .number-round-area {
    background: #891b90;
}

.number_box:nth-child(7) .number-round-area {
    background: #18afba;
}

.number_box:nth-child(8) .number-round-area {
    background: #1c8bd8;
}

.inner_box_content h2 {
    display: block;
    font-size: 2.6rem;
    line-height: 3.0rem;
    font-family: var(--body-font-family);
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 4.4rem;
    color: #272e39;
}

.inner_box_content ul {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.0rem;
}

.inner_box_content ul li {
    display: flex;
    gap: 2.2rem;
    align-items: flex-start;
}

.inner_box_content ul li img {
    padding-top: 1.0rem;
}

.inner_box_content ul li p {
    display: block;
    font-size: 1.8rem;
    line-height: 3.0rem;
    font-family: var(--body-font-family);
    font-weight: 300;
    color: #4c5457;
}

.botton_box {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 9.4rem;
}

.botton_box a {
    min-width: 25.0rem;
    height: 7.5rem;
    background: #924197;
    display: block;
    font-size: 1.8rem;
    line-height: 3.0rem;
    font-family: var(--body-font-family);
    font-weight: 400;
    color: var(--e-global-color-white);
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hr_advisory_esc04 {
    position: relative;
    width: 100%;
    min-height: 73.0rem;
    background: #fcf5e0;
    /*    background: #fcf5e0 url('../images/advisory06.png') top right no-repeat;*/
    padding: 0rem 0;
}


/*.hr_advisory_esc04::after {
    content: '';
    position: absolute;
    width: 91.1rem;
    height: 72.8rem;
    top: 0;
    right: 0;
}*/

.hr_advisory_esc04 .nopad {
    padding: 7rem 1.5rem;
}

.listing_bx {
    position: relative;
    display: flex;
    gap: 2rem;
    align-items: center;
    margin-bottom: 1.2rem;
}

.listing_bx:last-child {
    margin: 0;
}

.listing_bx p {
    font-size: 2.6rem;
    line-height: 3.0rem;
    font-family: var(--body-font-family);
    font-weight: 500;
    color: #272e39;
    margin: 0;
}

.nopad {
    padding: 0;
}

.hr_advisory_esc05 {
    position: relative;
    width: 100%;
    min-height: 81.3rem;
    background: url('../images/advisory11.jpg');
    padding-top: 8.0rem;
}

.why_choose_wrap {
    position: relative;
    width: 100%;
    display: flex;
    gap: 1.0rem;
}

.why_choose_wrap_left {
    display: flex;
    align-items: flex-end;
}

.marTop8 {
    margin-top: 12.0rem;
}

.choose_list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3.0rem;
}

.choose_bx {
    position: relative;
    width: 100%;
    max-width: 63.0rem;
    background: #f6eaf7;
    border-left: 6px solid #924197;
    padding: 2.6rem;
    display: flex;
    align-items: center;
}

.choose_bx p {
    font-size: 2.0rem;
    line-height: 3.0rem;
    font-family: var(--body-font-family);
    font-weight: 500;
    color: #4c5457;
    margin: 0;
}

.choose_bx:nth-child(2) {
    border-color: #64e2e1;
    background: #e9fff8;
}

.choose_bx:nth-child(3) {
    border-color: #3751b0;
    background: #e7f0fe;
}

.hr_advisory_esc06 {
    position: relative;
    width: 100%;
    min-height: 15.4rem;
    background: #151e2b;
    overflow: hidden;
}

.takeway_wrap {
    position: relative;
    width: 100%;
    display: flex;
    gap: 4rem;
}

.takeway_heading {
    position: relative;
    width: 100%;
    max-width: 51.0rem;
    min-height: 15.4rem;
    background: url('../images/advisory13.png') no-repeat;
    display: flex;
    align-items: center;
    padding-left: 6rem;
}

.takeway_heading .contact_sec1_left h2 {
    margin: 0;
}

.takeway_content {
    position: relative;
    width: 100%;
    min-height: 15.4rem;
    display: flex;
    align-items: center;
}

.dividers {
    position: relative;
    width: 100%;
    max-width: 3.1rem;
    min-height: 15.4rem;
    display: flex;
    align-items: center;
}

.takeway_content p {
    font-size: 2.0rem;
    line-height: 3.0rem;
    font-family: var(--body-font-family);
    font-weight: 300;
    color: #fff;
    margin: 0;
}

.hr_advisory_esc07 {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10.0rem 0 0;
    display: flex;
}

.hr_sec7_right {
    display: flex;
    justify-content: flex-end;
}

.text_wrap {
    position: relative;
    width: 97%;
    height: 8.5rem;
    
}

.text_wrap a {
    width: 100%;
    height: 100%;
    color: var(--e-global-color-white);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.bg01 {
    background-image: url('../images/advisory15.png');
    margin-bottom: 65px;
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #1ed6d5;
    border-radius: 0 40px 40px 0;
}

.bg01 a {
    padding-right: 24.5rem;   
}

.bg02 {
    background-image: url('../images/advisory16.png');
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #0c66a6;
    border-radius: 0 40px 40px 0;
}

.bg02 a {
    padding-right: 19.5rem;
}

.bg03 {
    background-image: url('../images/advisory17.png');
    margin-top: 65px;
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #eb9308;
    border-radius: 40px 0 0 40px;
}

.bg03 a {
    padding-left: 19.5rem;
    justify-content: flex-start;
}

.text_wrap p {
    font-size: 1.8rem;
    line-height: 100%;
    font-family: var(--body-font-family);
    font-weight: 300;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}


/* ========================= permanent-staffing ========================= */

.permanent-staffing {
    position: relative;
    width: 100%;
    background: url('../images/permanent-banner01.png') no-repeat bottom center;
    min-height: 768px;
    z-index: 5;
}

.permanent-staffing::after {
    content: '';
    position: absolute;
    width: 16.6rem;
    height: 16.1rem;
    top: 6%;
    left: -7.5rem;
    background: url('../images/shape-7.png') no-repeat;
    z-index: 3;
}

.permanent-staffing::before {
    content: '';
    position: absolute;
    width: 26.7rem;
    height: 21.3rem;
    top: 0;
    right: 0rem;
    background: url('../images/shp-1.png') no-repeat;
    z-index: 3;
}

.permanent-staffing .payroll_sec1 h3 {
    color: #891b90;
}

.permanent_sec01 {
    position: relative;
    width: 100%;
    padding: 6.5rem 0;
}

.permanent_sec01::before {
    content: '';
    position: absolute;
    width: 33.6rem;
    height: 47.2rem;
    top: -4.5rem;
    left: 0rem;
    background: url('../images/permanent01.png') no-repeat;
}

.permanent_sec01::after {
    content: '';
    position: absolute;
    width: 15.8rem;
    height: 51.2rem;
    top: 4.5rem;
    right: 0rem;
    background: url('../images/permanent02.png') no-repeat;
}

.focus_area_wrap {
    position: relative;
    width: 100%;
    display: flex;
    margin-top: 8.6rem;
}

.focus_area_bx {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.4rem 4rem;
    border-right: 2px dotted #d8dbde;
    min-height: 320px;
}

.focus_area_bx:last-child {
    border-right: none;
}

.focus_area_bx h3 {
    display: block;
    font-size: 2.6rem;
    line-height: 3.0rem;
    color: var(--e-global-color-black);
    font-family: var(--body-font-family);
    margin-top: 3.4rem;
    font-weight: 700;
    text-align: center;
    min-height: 5.6rem;
}

.focus_area_bx p {
    display: block;
    font-size: 1.8rem;
    line-height: 3.0rem;
    font-weight: 400;
    color: var(--e-global-color-black);
    font-family: var(--body-font-family);
    margin-top: 1.8rem;
    text-align: center;
}

.permanent_sec02 {
    position: relative;
    width: 100%;
    background: #1985a0;
    padding: 5.5rem 0;
    min-height: 32.0rem;
}

.permanent_sec02 .contact_sec1_left h2 {
    color: var(--e-global-color-white);
}

.permanent_sec02 .contact_sec1_left p {
    position: relative;
    font-size: 1.8rem;
    font-weight: 300;
    padding-left: 8rem;
    color: var(--e-global-color-white);
    font-family: var(--body-font-family);
    margin-top: 3rem;
}

.permanent_sec02 .contact_sec1_left h4 {
    color: #151e2b;
}

.permanent_sec02 .contact_sec1_left h4 span {
    color: #ffce41;
}

.permanent_sec02::after {
    content: '';
    position: absolute;
    width: 38.7rem;
    height: 37.0rem;
    top: -1px;
    left: 0;
    background: url('../images/permanent05.png') no-repeat;
}

.permanent_sec02::before {
    content: '';
    position: absolute;
    width: 61.0rem;
    height: 13.1rem;
    bottom: -13.1rem;
    right: 0;
    left: 0;
    margin: auto;
    background: url('../images/permanent04.png') no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.manImg {
    position: absolute;
    bottom: 0;
    right: 8%;
}

.permanent_sec03 {
    position: relative;
    width: 100%;
    padding: 19.0rem 0 10.0rem;
}

.permanent_sec03::before {
    content: '';
    position: absolute;
    width: 19.1rem;
    height: 98.1rem;
    top: 0rem;
    right: 0;
    background: url('../images/permanent06.png') no-repeat;
}

.permanent_sec03::after {
    content: '';
    position: absolute;
    width: 50.1rem;
    height: 25.3rem;
    top: 10rem;
    left: 0;
    background: url('../images/permanent07.png') no-repeat;
}

.permanent_sec03 .container {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 0;
}

.proedge_bx {
    position: relative;
    width: 100%;
    max-width: 43.65rem;
    min-height: 39.0rem;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    align-items: center;
}

.numbers {
    width: 7.8rem;
    height: 10.2rem;
    background: #151e2b;
    position: relative;
    transform: skew(-25deg, 0deg);
    overflow: hidden;
}

.numbers.violet {
    background: #86238e;
}

.numbers.green {
    background: #10b4a3;
}

.numbers.blue {
    background: #3592ee;
}

.numbers h4 {
    display: flex;
    font-size: 7.2rem;
    justify-content: center;
    align-items: center;
    font-family: var(--heading-font-family);
    color: #fff;
    position: relative;
    transform: skew(25deg, 0deg);
    height: 10.2rem;
    position: relative;
    z-index: 1;
}

.numbers::after {
    content: '';
    position: absolute;
    width: 3rem;
    height: 10.2rem;
    background: #ffce41;
    right: -1px;
    top: 0;
}

.proedge_bx h2 {
    display: block;
    font-size: 2.6rem;
    line-height: 3.0rem;
    font-weight: 600;
    color: var(--e-global-color-black);
    font-family: var(--body-font-family);
    margin-top: 3.8rem;
    text-align: center;
}

.proedge_bx p {
    display: block;
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: var(--e-global-color-black);
    font-family: var(--body-font-family);
    margin-top: 4.6rem;
    text-align: center;
}

.permanent_sec04 {
    position: relative;
    width: 100%;
    padding: 6.5rem;
    background: #fff url('../images/permanent09.jpg') no-repeat center left;
    min-height: 845px;
}

.permanent_sec04::after {
    content: '';
    position: absolute;
    width: 74.2rem;
    height: 84.5rem;
    top: 0;
    right: 0;
    background: url('../images/permanent08.jpg') no-repeat;
}

.permanent_sec04 .get_list {
    margin-top: 3.6rem;
}

.permanent_sec04 .how-it-list li .how-it-content {
    border: none;
}

.permanent_sec04 .how-it-content h4 {
    font-size: 2.6rem;
}

.permanent_sec04 .how-it-content p {
    font-size: 1.8rem;
    position: relative;
    padding-left: 3.5rem;
}

.permanent_sec04 .how-it-content p::after {
    content: '';
    position: absolute;
    width: 1.9rem;
    height: 2.3rem;
    left: 0;
    top: 2px;
    background: url('../images/permanent10.png');
}

.tips {
    display: flex;
    gap: 1.6rem;
    padding-left: 3.5rem;
}

.tips p {
    display: block;
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 400;
    color: #2a3033;
    font-family: var(--body-font-family);
    font-style: italic;
}

.permanent_sec05 {
    padding: 6.5rem 0 0;
    position: relative;
    width: 100%;
}

.permanent_sec05::after {
    content: '';
    position: absolute;
    width: 29.7rem;
    height: 28.5rem;
    top: 15%;
    left: 7rem;
    background: url('../images/permanent13.png') no-repeat;
}

.permanent_sec05::before {
    content: '';
    position: absolute;
    width: 16.6rem;
    height: 16.1rem;
    top: 6%;
    right: 7.5rem;
    background: url('../images/shape-7.png') no-repeat;
    z-index: 3;
}

.permanent_bootm {
    background: #fff url('../images/permanent14.png') no-repeat top left;
    padding-top: 21.5rem;
}


/* =============================================== */

.job_form_sec01::after {
    content: '';
    position: absolute;
    width: 20.5rem;
    height: 33.3rem;
    left: 0rem;
    top: 1rem;
    background: url('../images/service-1-be.png') no-repeat;
    z-index: 3;
}

.job_form_sec01::before {
    content: '';
    position: absolute;
    width: 30.3rem;
    height: 71.3rem;
    right: 0rem;
    top: 0;
    background: url('../images/jobs11.jpg') no-repeat;
    z-index: 3;
}

.job_img_wrap {
    position: relative;
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
}

.job_seaker_sec01 {
    position: relative;
    width: 100%;
    z-index: 5;
}

.job_seaker_sec01::after {
    content: '';
    position: absolute;
    width: 27.9rem;
    height: 24.7rem;
    right: -9.0rem;
    bottom: -6.5rem;
    background: url('../images/jobs02.png') no-repeat;
}

.job_seaker_sec02 {
    position: relative;
    width: 100%;
    padding: 7.0rem 0;
}

.job_seaker_sec02::after {
    content: '';
    position: absolute;
    width: 27.1rem;
    height: 113.7rem;
    right: 0rem;
    bottom: 5%;
    background: url('../images/jobs09.jpg') no-repeat;
}

.job_seaker_sec02::before {
    content: '';
    position: absolute;
    width: 19.5rem;
    height: 44.1rem;
    left: 0rem;
    top: 5%;
    background: url('../images/jobs10.jpg') no-repeat;
}

.job_seaker_sec02 .d-flex {
    justify-content: center;
}

.custom_accordion {
    /* border: 1px solid red; */
}

.custom_accordion .card {
    margin-bottom: 1.8rem;
    border: none;
}

.circle {
    width: 8.0rem;
    height: 8.0rem;
    position: relative;
    border-radius: 100%;
    background: #ffc829;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-size: 5.0rem;
    line-height: 3.0rem;
    color: var(--e-global-color-black);
    font-family: var(--heading-font-family);
}

.custom_accordion .card-head {
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #d9e5ed;
    width: 98%;
    margin: 0 auto;
}

.custom_accordion .card-head h2 {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 5.0rem;
    line-height: 3.0rem;
    color: #394b9f;
    font-family: var(--heading-font-family);
    background: url('../images/jobs04.png') no-repeat calc(100% - 10px) center;
    background-size: 20px;
    cursor: pointer;
}

.custom_accordion .card-head h2.collapsed {
    background-image: url('../images/jobs03.png');
}

.custom_accordion .card .card-body {
    position: relative;
    width: 98%;
    background: #fff;
    border-top: 5px solid #e9fff8;
    -webkit-box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.10);
    margin: 0.7rem auto 30px;
    padding: 4.5rem 6.5rem;
}

.custom_accordion .card .card-body::after {
    content: '';
    position: absolute;
    width: 24.3rem;
    height: 6.1rem;
    right: 0;
    top: 0;
    background: url('../images/jobs06.png') no-repeat;
}

.accordion_inner_body {
    position: relative;
}

.accordion_inner_body .d-flex {
    gap: 3.0rem;
    justify-content: flex-start;
}

.accordion_inner_body h2 {
    display: block;
    font-size: 2.6rem;
    line-height: 3rem;
    font-weight: 600;
    color: #272e39;
    font-family: var(--body-font-family);
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}

.jobs_left {
    width: 100%;
    max-width: 500px;
}

.jobs_left p {
    display: block;
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 400;
    color: #2a3033;
    font-family: var(--body-font-family);
    margin-bottom: 2.0rem;
}

.jobs_left h3 {
    display: block;
    font-size: 2.6rem;
    line-height: 3rem;
    font-weight: 600;
    color: #272e39;
    font-family: var(--body-font-family);
    text-transform: uppercase;
}

.jobs_left ul {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.0rem;
    margin-top: 2.2rem;
}

.jobs_left ul li {
    display: flex;
    gap: 1.2rem;
    align-items: center;
}

.jobs_left ul li p {
    display: block;
    font-size: 1.8rem;
    line-height: 3.0rem;
    font-family: var(--body-font-family);
    font-weight: 400;
    color: #4c5457;
    margin: 0;
}

.jobs_left a {
    display: block;
    margin-top: 4.0rem;
}

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

.jobs_right .choose_bx {
    padding: 1.5rem 1.8rem;
    margin-bottom: 1.8rem;
}

.jobs_right .choose_bx:nth-child(4) {
    background: #fbeec8;
    border-left: 6px solid #f7aa2f;
}

.jobs_right .choose_bx:nth-child(6) {
    background: #e9fff8;
    border-left: 6px solid #64e2e1;
}

.jobs_right .choose_bx:nth-child(7) {
    background: #e7f0fe;
    border-left: 6px solid #3751b0;
}

.jobs_right .choose_bx p {
    font-weight: 300;
}

.jobs_right .choose_bx p span {
    font-weight: 500;
}

.job_seaker_sec03 {
    position: relative;
    width: 100%;
    padding-bottom: 25.0rem;
    background: url('../images/advisory11a.jpg') no-repeat bottom center;
}

.job_seaker_sec03::after {
    content: '';
    position: absolute;
    width: 44.4rem;
    height: 40.7rem;
    left: 0;
    top: 8%;
    background: url('../images/jobs08.jpg') no-repeat;
}

.job_seaker_sec03::before {
    content: '';
    position: absolute;
    width: 16.6rem;
    height: 16.1rem;
    left: 0;
    bottom: 0;
    background: url('../images/shape-7.png') no-repeat;
}

.job_seaker_sec03 .contact_sec1_left {
    display: flex;
    justify-content: center;
}

.job_form_wrap {
    position: relative;
    width: 100%;
    display: flex;
    gap: 4rem;
    align-items: flex-start;
    z-index: 2;
}

.job_left_wrap {
    position: relative;
    width: 100%;
    max-width: 400px;
    top: -7.5rem;
}

.job_right_wrap {
    position: relative;
    width: 100%;
    max-width: calc(100% - 400px);
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.08);
    padding: 4.0rem 6.0rem;
}


/* ============================================================== */

.solutions_sec01 {
    position: relative;
}

.solutions_sec01::before {
    content: '';
    position: absolute;
    background: url('../images/solution05.jpg') no-repeat;
    width: 24.5rem;
    height: 38.7rem;
    top: 0%;
    left: 0;
    z-index: -2;
}

.solutions_sec01::after {
    content: '';
    position: absolute;
    background: url('../images/solution06.png') no-repeat;
    width: 14.7rem;
    height: 29.8rem;
    top: 20%;
    right: 0;
    background-size: contain;
}

.solutions_sec01 .row {
    flex-direction: column;
}

.solutions_sec01 .service_sec1_wrap .advisory_sec1 h3 {
    color: #26858c;
    font-size: 2.2rem;
    font-family: var(--body-font-family);
    font-weight: 300;
}

.solutions_sec01 .service_sec1_wrap .advisory_sec1 {
    margin-bottom: 3rem;
}

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

.solution_count {
    position: relative;
    width: 100%;
    display: flex;
    gap: 1.5rem;
}

.solution_bx {
    position: relative;
    width: 100%;
    display: flex;
    gap: 3.0rem;
}

.solution_bx .number-round-area {
    position: relative;
    top: inherit;
    left: inherit;
    background: #cdfcff;
    color: #16bac6;
}

.content_bx {
    position: relative;
    width: 100%;
    max-width: calc(100% - 14.6rem);
    margin-bottom: 4.5rem;
}

.content_bx h4 {
    display: block;
    font-family: var(--body-font-family);
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 3.0rem;
    color: var(--e-global-color-black);
    margin-bottom: 2.4rem;
}

.content_bx p {
    display: block;
    font-family: var(--body-font-family);
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 3.0rem;
    color: var(--e-global-color-black);
    margin-bottom: 4.2rem;
}

.content_bx p span {
    font-weight: 600;
}

.content_bx a.viewmore {
    display: inline-block;
    background: #16bac6;
    font-family: var(--body-font-family);
    font-weight: 200;
    font-size: 1.8rem;
    line-height: 3.0rem;
    color: var(--e-global-color-white);
    letter-spacing: 0.8rem;
    text-transform: uppercase;
    padding: 2rem 5rem;
}

.solution_bx.violet .number-round-area {
    background: #e5e3fd;
    color: #8c3dbd;
}

.solution_bx.violet .content_bx a.viewmore {
    background: #8c3dbd;
}

.solution_bx.blue .number-round-area {
    background: #e5f2fa;
    color: #2eacf5;
}

.solution_bx.blue .content_bx a.viewmore {
    background: #2eacf5;
}

.solution_bx.blck .number-round-area {
    background: #f3f3f3;
    color: #232d3a;
}

.solution_bx.blck .content_bx a.viewmore {
    background: #232d3a;
}

.solutions_sec03 {
    position: relative;
    padding: 6.5rem 0 5.5rem;
    background: url('../images/solution02.jpg') no-repeat top center;
    margin-top: 6.5rem;
}

.second_step_solution {
    position: relative;
    width: 100%;
    display: flex;
    gap: 3.0rem;
}

.second_step_solution .solution_bx .number-round-area {
    background: #fff;
    color: var(--e-global-color-black);
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.10);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.10);
}

.second_step_solution .solution_bx .content_bx a.viewmore {
    background: #fac01c;
}

.solutions_sec04 {
    position: relative;
    width: 100%;
    min-height: 88.7rem;
    background: url('../images/solution03.png') no-repeat top center;
    padding-top: 8.8rem;
}

.solutions_sec04::before {
    content: '';
    position: absolute;
    background: url('../images/shape-7.png');
    width: 16.6rem;
    height: 16.1rem;
    bottom: 0;
    left: 4%;
}


/* ========================================== */

.proposal_sec01 {
    position: relative;
    padding-bottom: 50.0rem !important;
    background: url('../images/about-sec2-bg.png') no-repeat bottom center;
}

.proposal_sec01::after {
    content: '';
    position: absolute;
    width: 37.2rem;
    height: 120.7rem;
    left: 0;
    top: 0;
    background: url('../images/proposal01.png') no-repeat;
    z-index: 3;
}

.proposal_sec01::before {
    content: '';
    position: absolute;
    width: 67.5rem;
    height: 39.7rem;
    right: 0;
    top: 0;
    background: url('../images/proposal02.png') no-repeat;
    z-index: 3;
}

.proposal_step_wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.proposal_step_wrapper p {
    display: block;
    font-family: var(--body-font-family);
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 3.0rem;
    color: var(--e-global-color-black);
    margin-bottom: 5.5rem;
    text-align: center;
    position: relative;
    z-index: 5;
}

.txtarea_h {
    height: 7rem !important;
}

.wizard {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wizard>.steps .current-info,
.wizard>.content>.title {
    position: absolute;
    left: -99999px;
}

/*.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
    min-height: 50rem;
    overflow: hidden;
}*/

.wizard>.content {
    position: relative;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.05);
    padding: 3rem 7.2rem;
    border-radius: 50px;
    z-index: 5;
    min-height: 65rem;
    overflow: hidden;
}

.wizard > .content > .body {
    float: left;
    position: absolute;
    width: 100%;
    height: 95%;
    padding: 2.5%;
    left: 0;
}

.wizard > .content > .body .contact_form .form-group {
    padding-bottom: 1.2rem;
    margin-bottom: 1rem;
}

.wizard > .content > .body .contact_form .form-group label {
    margin-bottom: 1rem;
}

.wizard > .content > .body .contact_form .form-group .form-control {
    height: 6rem;
}

.wizard>.steps {
    position: relative;
    display: block;
    width: 100%;
    max-width: 75.0rem;
    margin-bottom: 5.0rem;
    position: relative;
    z-index: 9;
}

.wizard>.steps>ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wizard>.steps>ul>li {
    display: table-cell;
    width: auto;
    vertical-align: top;
    text-align: center;
    position: relative;
}

.wizard>.steps>ul>li a {
    position: relative;
    display: block;
}

.wizard>.steps>ul>li:after {
    content: '';
    display: block;
    position: absolute;
    top: 42px;
    width: 55%;
    height: 4px;
    background-color: #0da8ff;
}

.wizard>.steps>ul>li:before {
    left: 0;
}

.wizard>.steps>ul>li:after {
    right: 0;
}

.wizard>.steps>ul>li:first-child:before,
.wizard>.steps>ul>li:last-child:after {
    content: none;
}

.wizard>.steps>ul>li.current:after,
.wizard>.steps>ul>li.current~li:before,
.wizard>.steps>ul>li.current~li:after {
    background-color: #eeeeee;
}

.wizard>.steps>ul>li.current>a {
    color: #fff;
    cursor: default;
}

.wizard>.steps>ul>li.current .number {
    color: #fff;
    background: #0da8ff;
    display: flex;
}

.wizard>.steps>ul>li.disabled a,
.wizard>.steps>ul>li.disabled a:hover,
.wizard>.steps>ul>li.disabled a:focus {
    color: #000;
    cursor: default;
}

.wizard>.steps>ul>li.done a,
.wizard>.steps>ul>li.done a:hover,
.wizard>.steps>ul>li.done a:focus {
    color: #fff;
}

.wizard>.steps>ul>li.done .number {
    background-color: #0da8ff;
    color: #fff;
}

.wizard>.steps>ul>li.error .number {
    border-color: #F44336;
    color: #F44336;
}

.wizard>.steps .number {
    width: 8.4rem;
    height: 8.4rem;
    background: #ebf0f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 5.0rem;
    color: var(--e-global-color-black);
    font-family: var(--heading-font-family);
}

.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    padding: 40px;
    padding-top: 20px;
}

.wizard>.actions>ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

.wizard>.actions>ul:after {
    content: '';
    display: table;
    clear: both;
}

.wizard>.actions>ul>li {
    float: left;
}

.wizard>.actions>ul>li:first-child {
    display: none;
}

.wizard>.actions>ul>li+li {
    margin-left: 10px;
}

.wizard .pannelbtn {
    max-width: 80%;
    background: #924197;
    color: #fff;
    display: block;
    padding: 14px 45px;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 2.0rem;
    font-family: var(--body-font-family);
    font-weight: 300;
    line-height: 130%;
    letter-spacing: 1rem;
    margin: 10px auto 0;
    float: none;
    display: block;
    border: none;
}

.wizard .pannelbtn:focus {
    outline: none;
    box-shadow: none;
}

.wizard>.actions>ul>li>a[href="#previous"] {
    background-color: #fff;
    color: #4A4A49;
    border: 2px solid #EDEDED;
}

.wizard>.actions>ul>li.disabled>a,
.wizard>.actions>ul>li.disabled>a:hover,
.wizard>.actions>ul>li.disabled>a:focus {
    background-color: #fff;
    color: #4A4A49;
    border: 2px solid #EDEDED;
}

.wizard>.actions>ul>li.disabled>a[href="#previous"],
.wizard>.actions>ul>li.disabled>a[href="#previous"]:hover,
.wizard>.actions>ul>li.disabled>a[href="#previous"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

label {
    display: block;
}

label.error {
    color: red;
}


/* ====================== custom check box ================= */

.form-group-check {
    margin-bottom: 2.4rem;
    position: relative;
}

.form-group-check input {
    padding: 0;
    margin-bottom: 0;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.form-group-check label {
    position: relative;
    cursor: pointer;
    font-size: 2.0rem;
    font-family: var(--body-font-family);
    color: var(--e-global-color-black);
    font-weight: 400;
    line-height: 130%;
    padding-left: 5.0rem;
}

.form-group-check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #efefef;
    border: 1px solid #cecccc;
    width: 3.0rem;
    height: 3.0rem;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    left: 0;
    /* margin-right: 2.0rem; */
}

.form-group-check input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    width: 1.2rem;
    height: 2.1rem;
    border: solid #0da8ff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}



