* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'DM Sans', sans-serif;
}

li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

.main_heading h2 {
    font-weight: bold;
    font-size: 30px;
}

.heading h3 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 25px;
}

html {
    scroll-behavior: smooth !important;
}


/* unocking key section css start  */
.email_phone {
    display: flex;
    justify-content: end;
}

.email_phone ul li a {
    font-weight: 400;
    color: #000;
}

.email_phone ul li i {
    margin-right: 5px;
    border: 1px solid #eee;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #676767;
    border-radius: 5px;
}

.email_phone ul li {
    font-weight: bold;
    margin-top: 10px;
}

section.unlocking_key {
    margin-top: 50px;
}

.learn_more_btn {
    margin-top: 40px;
    margin-left: 50px;
    margin-bottom: 30px;
}

.learn_more_btn a {
    background: #444d9c;
    color: #fff;
    padding: 15px 25px;
    font-size: 12px;
    letter-spacing: 1.5px;
    border-radius: 50px;
    font-weight: 500;
}

section.unlocking_key .unlocking_pera {
    margin-top: 20px;
}

section.unlocking_key .sejal_img img {
    width: 100%;
}

section.unlocking_key .main_heading {
    margin-top: 40px;
}

/* unocking key section css end  */


/* landing page form start */

.landing-page-form {
    margin-top: 40px;
    padding: 10px 20px 20px 20px;
    border: 1px solid #f35c63;
    border-radius: 20px;
}

.landing-page-form .form-control {
    border-radius: 50px;
    background: #f2f2f2;
}

.landing-page-form label {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 15px;
}

.submit_btn {
    margin-top: 20px;
}

.submit_btn input {
    width: 100%;
    border-radius: 50px;
    background: #f35c63;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    letter-spacing: 1px;
}

/* landing page form end */


/* section emproved professionals css start  */

section.emproved {
    background-color: #444d9c;
    padding: 50px 0px;
}

section.emproved .heading {
    width: 70%;
    margin: 0px auto;
    color: #fff;
}



.emporoved_brand_logos img {
    width: 80%;
    margin-top: 30px;
}

.emporoved_brand_logos {
    text-align: center;
}

/* section emproved professionals css end  */

/* counter-number section start  */
section.counter_number {
    background-color: #227c9d;
    padding: 50px 0px;
    color: #fff;
}

.counter_number .counter_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.counter_number .counter_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter_number .experiance_box {
    text-align: center;
    position: relative;
    width: 10%;
}

.counter_number .counter_box h3 {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 0;
}

.counter_number .counter_box span {
    font-size: 45px;
    font-weight: bold;
}

.counter_number .experiance_box p {
    font-size: 20px;
    margin-bottom: 0;
}



section.counter_number .container-fluid {
    max-width: 90%;
}

section.counter_number .counter_flex .experiance_box:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    /* border-right: 1px solid #eee; */
    left: -160px;
    top: 41px;
    right: 0;
    background: white;
}

section.counter_number .counter_flex .experiance_box:nth-child(1):after {
    background: none;
}

/* counter-number section end  */



/* unlocking potential section css start  */
.unlocking_potentail {
    padding: 50px 0px;

}

.unlocking_potentail .data_analysis_child {
    background: #f35c63;
    text-align: center;
    padding: 30px;
    border-radius: 20px 20px 0px 0px;
}

.unlocking_potentail .data_analysis_child h4 {
    color: #fff;

    font-size: 22px;
    margin: 0px auto;
    line-height: 30px;

}

.unlocking_potentail .data_analysis_parent {
    border: 1px solid #f35c63;
    border-radius: 20px 20px 0px 20px;
    font-family: 'Nunito', sans-serif;
    width: 90%;
    margin: 0px auto;
    margin-top: 30px;
    height: 650px;
}

.unlocking_potentail .data_analysis__bottom ul li i {
    margin-right: 10px;
    font-size: 18px;
    color: #f35c63;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
}

.unlocking_potentail .data_analysis__bottom ul li:hover i {
    -webkit-transform: scale(0.9) rotateY(360deg);
    transform: scale(0.9) rotateY(360deg);

}

.unlocking_potentail .data_analysis__bottom ul li {
    display: flex;
    align-items: baseline;
    padding: 10px 0px;
}

.unlocking_potentail .data_analysis__bottom {
    padding: 20px;
}

.unlocking_potentail .data_analysis__bottom h6 {
    font-weight: bold;
    text-transform: uppercase;
}

.data_analysis_parent2 {
    border-radius: 20px 20px 20px 0px !important;
}

/* unlocking potential section css end  */


/* organization css  start */

.organization .organization_img img {
    width: 85%;
}

.organization .data_driven_head .heading {
    width: 100%;
    margin-bottom: 20px;
}

.organization .data_driven_head {
    padding-left: 30px;
}

.organization .data_driven_head h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 30px;
}

.organization .organization_img {
    text-align: center;
}


/* organization css end */


/* data for everyone section css start  */

section.data_everyone {
    padding: 50px 0px;
    background: url(../images/data_everyone_bg.webp);
    background-position: center;
    background-size: cover;
    color: #fff;
    margin-top: 50px;
}

section.data_everyone .data_everyone_child {

    font-family: 'Nunito', sans-serif;
}

section.data_everyone .data_everyone_child ul li {
    display: flex;
    align-items: baseline;
    font-weight: 300;
}

.data_everyone_head p {
    font-weight: 300;
}

.data_everyone_head .heading {
    margin-top: 30px;
}

section.data_everyone .data_everyone_child ul li:hover i {
    transform: scale(0.9) rotateY(360deg);
}

section.data_everyone .data_everyone_child ul li i {
    margin-right: 15px;
    transition: all 500ms linear 0.1s;
    transform: scale(1) rotateY(0deg);
}


section.data_everyone .data_everyone_child ul li {
    display: flex;
    align-items: baseline;
    padding: 10px 0px;
}

section.data_everyone .data_everyone_child p {
    font-weight: 300;
}

/* data for everyone section css end  */



/* heading section css start  */

.section-job-guarnatee .heading {
    margin-bottom: 40px;
}


.section-job-guarnatee {
    background-color: #02102a;
    background-position: 0 0;
    background-size: auto;
    padding: 50px 0px;
    position: relative;
}

.job-gurantee-right {
    text-align: right;
}

.section-job-guarnatee .container-small {
    width: 100%;
    max-width: 57rem;
    margin-left: auto;
    margin-right: auto;
}

.section-job-guarnatee .job-guarantee-component {
    grid-row-gap: 0;
    flex-direction: column;
    display: flex;
}

.section-job-guarnatee #w-node-_133a0263-0577-2a4e-53df-3f8f4c49570f-2421e44d {
    grid-area: span 1/span 1/span 1/span 1;

}

.section-job-guarnatee .job-guarantee-timeline {
    position: relative;
}

.section-job-guarnatee .how-it-works-container {
    z-index: 3;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
    position: relative;
}

.section-job-guarnatee .job-gurantee-item {
    max-width: 45%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;

    flex-direction: column;
    display: flex;
    position: relative;
    border: 1px solid #444d9c;
    padding: 30px 20px;
    border-radius: 20px;
    color: #fff;
}

.section-job-guarnatee .job-gurantee-item p {
    line-height: 30px;
    font-size: 20px;
}

.section-job-guarnatee .job-gurantee-heading {
    color: #ffffff;
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
}

.section-job-guarnatee .job-gurantee-item {
    max-width: 45%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;

    flex-direction: column;
    display: flex;
    position: relative;
}

.section-job-guarnatee .image-283 {
    width: 17rem;
    max-width: none;
}

.section-job-guarnatee .div-block-186.how-it-works.evergreen {
    width: 20px;
    height: 95%;
    top: 16px;
}

.section-job-guarnatee .div-block-186.how-it-works {
    z-index: 0;
    height: 93%;
    margin-top: 0;
}

.section-job-guarnatee .div-block-186 {
    z-index: 1;
    width: 4px;
    height: 90%;
    margin-top: 100px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%);
}

.section-job-guarnatee .d2c-inactive-line.ever {
    width: 2px;
    border-radius: 20px;
}

.section-job-guarnatee .d2c-inactive-line {
    width: 50%;
    height: 100%;
    background-color: #444d9c;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.section-job-guarnatee .d2c-active-line.cyber.ever {
    width: 3px;
    background-color: #b1b7ed;
    top: auto;
    left: 9px;
}

.section-job-guarnatee .d2c-active-line.cyber {
    background-color: #40cb95;
}

.section-job-guarnatee .d2c-active-line {
    width: 100%;
    height: 0%;
    background-color: #d8614a;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

.section-job-guarnatee .image-261 {
    width: 60px;
    max-width: none;
    margin-bottom: -31px;
    margin-left: -29px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}


/* heading section css end  */



/* testimonial section css start  */


.testimonials {
    margin-top: 50px;
}

.testimonials .tesimonial_box {
    display: flex;
    width: 50%;
    margin: 0px auto;
    align-items: center;
}

.testimonials .testimonial_slider {
    margin-top: 30px;
}

.testimonials .testimonial_img {
    width: 35%;
    margin-right: 50px;
}

.testimonials .testi_pera {
    width: 100%;
}

/* testimonial section css end  */


/* footer css start  */

footer .connect h4 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}

footer .connect ul li img {
    width: 25px;
    margin-right: 10px;
}

footer .connect ul li {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

footer .footer_logo img {
    width: 15%;
}

footer .footer_logo {
    margin-top: 30px;
    margin-bottom: 30px;
}

footer .connect ul li a {
    color: #000;
}

/* footer css end  */