/*---------------------
        General body
-----------------------*/

* {
    font-family: 'Poppins' !important;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
    transition: .3s ease;
}

body {
    margin: 0;
    font-size: 14px;
    overflow-x: hidden !important;
}

.bodyOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    transition: 300ms linear !important;
}

.bodyOverlay.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .63);
    z-index: 200;
    opacity: 1;
    visibility: visible;
    transition: 300ms linear !important;
}

/*---------------------
    Hero Section Starts
-----------------------*/

.hero_section {
    background: rgba(255, 255, 255, 1);
}

.hero_container {
    margin-top: 6em;
    padding: 0 70px;
    background: url(./IMAGES/hero_bg_lines.png) no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    height: max-content !important;
}

.hero_image_wrap {
    position: relative;
    height: 100%;
}

.hero_heading {
    width: 66em;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.hero_heading h1 {
    color: #000;
    font-size: clamp(25px, 2.9em, 6vw);
    line-height: 60px;
    font-weight: bolder !important;
    background: url(./IMAGES/h1_line01.png) no-repeat, url(./IMAGES/h1_line02.png) no-repeat;
    background-size: 95% 40px, 77% 23px;
    background-position-x: 0px, 0px;
    background-position-y: 75px, 137px;
    /* background-repeat: no-repeat !important; */
}

.hero_heading .hero_heading_p {
    width: 45em !important;
    max-width: 100%;
    color: #363333;
    font-size: 18px;
    text-align: left;
}

.hero_heading h1 .hero-and {
    position: relative;
    z-index: 1;
}

.hero_heading h1 .hero-and span {
    position: absolute;
    right: -22px;
    background-color: #1BD18C;
    border-radius: 70px;
    width: 75px;
    height: 75px;
    z-index: -1;
}

.hero_heading p span {
    color: #1BD18C;
}

.hero_share_img {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    margin-top: 1em;
}

.hero_share_img img {
    width: 200px;
}

.hero-buton {
    padding: 10px 25px;
    background-color: #1BD18C;
    color: #fff;
    font-size: 15px;
    box-shadow: -5px 5px 0px whitesmoke;
    transition: .3s ease-in-out;
}

.hero-buton:hover {
    color: white;
    box-shadow: -10px 10px 0px whitesmoke !important;
    transition: .3s ease-in-out;
}

@media screen and (max-width: 1130px) {
    .hero_container {
        padding: 0px 30px 10px 30px !important;
        /* opacity: 0.9; */
    }

    .hero_heading h1 {
        background-position-x: 0px, 0px;
        background-position-y: 35px, 97px;
    }
}



.productivity_wrap {
    padding: 0 70px;
}

.productivity_card {
    width: 37.5rem;
    max-width: 100%;
    background: rgba(29, 193, 120, 1);
    border-radius: 12px;
    padding: 4.5em 2.5em;
    color: white !important;
}

.productivity_card:not(.small) {
    padding: 4em 2.5em;
}

.productivity_card h4 {
    font-size: 2em;
    font-weight: 600;
}

.productivity_card p {
    font-size: 20px;
    font-weight: 400;
}

.productivity_card:not(.small) p {
    font-size: 19px;

}


.the_strength_section {
    margin: 9em 0;
    padding: 0 100px !important;
}

.the_strength_container {
    background: linear-gradient(89.83deg, #20AD77 13.13%, #1DC178 67.96%, #F4C26C 105.76%);
}

.the_strength_wrapper {
    background: url(./IMAGES/professionals_img/lines_asbg.png) no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 6em 4em;
}

.the_strength_wrapper p {
    font-size: 1.9em;
    font-weight: 700;
    color: #fff;
}

.the_strength_content {
    width: 45rem;
    max-width: 100%;
}

.the_strengthimg {
    position: absolute;
    width: 30rem;
    height: auto;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -50%);
}

.the_strengthimg img {
    width: 100%;
}


.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    z-index: 10;
}

.white-heading {
    color: #000;
}

.white-heading-p {
    color: #000;
    font-size: 24px;
    width: 45rem;
    max-width: 100%;
    margin: auto;
    font-weight: 600;
}

/*-----Testimonial-------*/

.testimonial {
    min-height: 375px;
    position: relative;
    background: rgba(250, 237, 237, 0.36);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    /* height: 20px; */
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    transform: translateY(20px);
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 14px;
    height: 9px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: rgba(128, 127, 127, 1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 40px;
    height: 9px;
    border: none;
    margin: 2px 3px;
    background-color: rgba(29, 193, 120, 1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
    left: 7%;
    top: 50%;
    right: auto;
}

.testimonial4_control_button .carousel-control.right {
    right: 7%;
    top: 50%;
    left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px 20px 2.5em;
    min-height: 21rem;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border: #1BD18C 2px solid;
    border-radius: 20px;
    background-color: rgba(191, 235, 216, 0.47);
}

.testimonial4_slide img {
    width: 90px;
    color: #f2f2f2;
    font-size: 18px;
    position: relative;
    border-radius: 50%;
}

.testimonial4_slide p {
    color: #000;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
    color: #000;
    font-size: 22px;
}

.testimonial .carousel {
    padding-bottom: 50px;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
    background-image: none !important;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: lighter;
    color: #000 !important;
    filter: brightness(100%);
    transform: translateY(-30px);
    box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.23);
    background-color: #fff !important;
}

.testimonial .carousel-control-next-icon i,
.testimonial .carousel-control-prev-icon i {
    font-size: 1.7em;
    color: #000 !important;
    line-height: 1;
    vertical-align: middle;
}

/* ------testimonial  close-------*/

.pricing_section {
    background-color: white;
}

.pricing_container {
    padding: 6em 80px;
}

.pricing_container h1 {
    font-weight: 700;
    text-align: center;
}

.pricing_p {
    width: 55rem;
    max-width: 100%;
    margin: auto;
}

.pricing_container p {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}

.pricing_card {
    padding: 2.5em .7em 1em 0;
    background: rgba(29, 193, 120, 1);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    min-height: 100%;
}

.pricing_card .price_card_header {
    text-align: center;
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
}

.price_card_list {
    background: #ffffff;
    border-radius: 0 35px 0 150px;
    min-height: 33rem !important;
}

.price_card_list img {
    width: 27px;
}

/*---------------------
    Hero Section Ends
-----------------------*/



@media screen and (max-width: 1100px) {
    .the_strength_section {
        margin: 0em 0 7em !important;
    }

    .the_strengthimg {
        position: absolute;
        width: 26rem;
        height: auto;
        overflow: hidden;
        top: 50%;
        left: 50%;
        transform: translate(-45%, -50%);
    }

    .the_strengthimg img {
        width: 100%;
    }

    .the_strength_wrapper {
        background: url(./IMAGES/professionals_img/lines_asbg.png) no-repeat;
        background-size: 100%;
        background-position: center;
        padding: 6em 2em;
    }
}


@media screen and (max-width: 1130px) {
    .pricing_container {
        padding: 4em 30px;
    }

    .productivity_wrap {
        padding: 0 30px;
    }

    .the_strength_section {
        margin: 3em 0 7em;
        padding: 0 30px !important;
    }

    .productivity_wrap .col-lg-6 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .testimonial4_slide {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 90%;
        margin: auto;
        padding: 15px 15px 2em;
        min-height: 21rem;
    }

    .hero_image_wrap img {
        width: 35rem;
        max-width: 100%;
        margin: auto;
        display: block;
    }

    .hero_image_wrap {
        position: relative;
        height: auto !important;
    }

    .productivity_card {
        width: 100% !important;
        background: rgba(29, 193, 120, 1);
        border-radius: 12px;
        padding: 4.5em 2.5em;
        color: white !important;
        margin-bottom: 3em;
    }

    .the_strengthimg {
        position: relative;
        width: 30rem;
        max-width: 100%;
        margin: auto;
        margin-top: 4em !important;
        height: auto;
        overflow: hidden;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%) !important;
    }

    .the_strengthimg img {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .hero_heading h1 {
        background-position-x: 0px, 0px;
        background-position-y: 35px, 127px;
        line-height: 1.4;
    }

    .productivity_wrap {
        padding: 0 20px;
    }

    .the_strength_section {
        margin: 3em 0 7em;
        padding: 0 20px !important;
    }

    .white-heading-p {
        color: #000;
        font-size: 18px;
        width: 45rem;
        max-width: 100%;
        margin: auto;
        font-weight: 400;
    }

    .pricing_container h1 {
        font-size: 25px;
    }

    .pricing_container p {
        font-weight: 400;
        font-size: 16px;
        text-align: center;
    }
}

@media screen and (max-width: 700px) {
    .testimonial4_slide img {
        width: 60px;
        color: #f2f2f2;
        font-size: 18px;
        position: relative;
        border-radius: 50%;
    }

    .testimonial4_slide h4 {
        color: #000;
        font-size: 17px;
    }

    .the_strength_wrapper p {
        font-size: 1.7em;
        color: #fff;
    }

    .hero_container {
        padding: 0px 20px 10px 20px !important;
        /* opacity: 0.9; */
    }

    .the_strength_wrapper {
        background: url(./IMAGES/professionals_img/lines_asbg.png) no-repeat;
        background-size: 100%;
        background-position: center;
        padding: 4em 30px;
    }

    .pricing_container {
        padding: 4em 30px;
    }

    .hero_share_img {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
        margin-top: 0em;
    }

    .hero_share_img img {
        width: 200px;
        max-width: 100%;
    }

    .productivity_card {
        width: 100% !important;
        background: rgba(29, 193, 120, 1);
        border-radius: 12px;
        padding: 2.5em 1em;
        color: white !important;
        margin-bottom: 2em;
    }

    .productivity_card:not(.small) {
        padding: 2.5em 1em;
    }

    .productivity_card h4 {
        font-size: 1.5em;
        font-weight: 600;
    }

    .productivity_card p {
        font-size: 16px;
        font-weight: 300;
        margin-top: 1.4em !important;
        text-align: justify !important;

    }

    .productivity_card:not(.small) p {
        font-size: 16px;

    }
}

.options2.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    transition: 300ms ease !important;
    z-index: 99 !important;
    background-image: none !important;
    background-color: #fff !important;
    box-shadow: 0 4px 10px rgba(183, 179, 179, 0.25);
}