/* 
.jeg-elementor-kit.jkit-animated-text {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=slide-up] .animated-text .dynamic-wrapper {
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    overflow: hidden
}

.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=slide-up] .animated-text .dynamic-text.show-text {
    position: relative;
    white-space: nowrap;
    -webkit-animation: jkit-animated-slide-up-in .6s;
    animation: jkit-animated-slide-up-in .6s
}

.jeg-elementor-kit.jkit-animated-text[data-style=rotating][data-rotate=slide-up] .animated-text .dynamic-text:not(.show-text) {
    display: inline-block;
    position: absolute;
    visibility: visible;
    -webkit-animation: jkit-animated-slide-up-out .6s;
    animation: jkit-animated-slide-up-out .6s
}

.jeg-elementor-kit.jkit-animated-text .animated-text .dynamic-text {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 43px;
    font-weight: 500;
    line-height: 1.2
}

.jeg-elementor-kit.jkit-animated-text[data-style=rotating] .animated-text .dynamic-text:not(.show-text) {
    visibility: hidden;
    opacity: 0;
    display: none
} */


/* Hide all dynamic-text spans initially */

.dynamic-text {
    display: none;
}

@keyframes jkit-animated-slide-up-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jkit-animated-slide-up-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(-120%);
        transform: translateY(-120%)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.dynamic-text.show-text{
    /* position: relative; */
    white-space: nowrap;
    animation: jkit-animated-slide-up-in .6s;
    opacity: 1;
}
.dynamic-text{
    opacity: 0;
    display: inline-block;
    position: absolute;
    visibility: visible;
    -webkit-animation: jkit-animated-slide-up-out .6s;
    animation: jkit-animated-slide-up-out .6s;
}
/* Define animation for showing text */

/* @keyframes showText {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
} */


/* Apply the animation to dynamic-text spans */

/*.dynamic-text.show-text {
    animation: showText 1s linear;
}
*/


/* Continuous loop animation */

@keyframes textLoop {
    0%,
    100% {
        display: none;
    }
    20%,
    100% {
        display: block;
    }
}

#section-id-d0e9ad10-71a1-4983-ac04-20f3daabb5d9 .sppb-addon-image-layouts h3 {
    font-size: 24px !important;
}

#sp-header .logo a {
    font-size: 44px !important;
    background: -webkit-linear-gradient(160deg, #2AB4A9, #A3EFE8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Apply the loop animation to dynamic-wrapper */

#column-id-1686739101617 h3.sppb-image-layout-title {
    margin-bottom: 0px;
    font-size: 55px !important;
    background: -webkit-linear-gradient(160deg, #2AB4A9, #A3EFE8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.jeg-elementor-kit.jkit-animated-text {
    min-height: 60px;
}

h1.animated-text {
    font-size: 55px !important;
}

/* .dynamic-wrapper {
    animation: textLoop 5s steps(1) infinite;
} */

.hexagon-sec-custom-shape-top .sppb-img-responsive {
    width: 50px;
    height: 50px;
}

.hexagon-sec-custom-shape-top .sppb-addon-image-layout-image {
    padding: 30px 40px 40px;
}

.hexagon-sec-custom-shape-top .sppb-addon-image-layout-content {
    background: transparent;
}

.hexagon-sec-custom-shape-top .sppb-addon-image-layout-text {
    font-size: 16px !important;
}

#section-id-1686739101618 .sppb-addon-image-layout-text p {
    font-size: 19px !important;
    margin-top: 10px;
}

#section-id-1686739101618 .sppb-addon-image-layout-text p:nth-child(1) {
    padding-top: 10px;
}

.hexagon-sec-custom-shape-top .sppb-row-column .jkit-icon-box-wrapper {
    /* background-color: transparent;
    background-image: linear-gradient(180deg, #02010100 36%, #34FFEF4D 100%); */
}

.our-story {
    text-align: center;
}

.hexagon-sec-custom-shape-top .sppb-row-column .jkit-icon-box-wrapper:hover {
    background-color: transparent !important;
    background-image: linear-gradient(180deg, #07282C 30%, #34FFEF4D 100%) !important;
}

.sppb-carousel-extended .sppb-carousel-extended-item .sppb-testimonial-carousel-img-wrap:before {
    display: none !important;
}

.custom-testimonial-shape-wrapper .custom-testimonial-shape {
    padding: 50px 20px 120px 20px !important;
}

.sppb-testimonial-carousel-name-designation {
    padding-left: 7px;
}

.performance-rating .sppb-addon-animated-number .sppb-addon-content {
    padding: 40px 20px 40px 20px;
    background-color: #07282C;
    box-shadow: 0px 2px 6px 0px rgba(255, 255, 255, 0.1) inset;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF21;
    border-radius: 2px 2px 2px 2px;
}

.performance-rating .sppb-row-column:nth-child(1) {
    margin-bottom: 20px;
}

.performance-rating .sppb-nested-row {
    background-image: url(../../../images/2023/10/20/line1697800624718.png);
    z-index: 1;
    background-size: 434px 360px;
    background-repeat: no-repeat;
    background-position: top 100px left 100px;
    padding-bottom: 60px;
}

.performance-rating .sppb-row-column:nth-child(2),
.performance-rating .sppb-row-column:nth-child(3) {
    margin-top: 20px;
}

.performance-text .sppb-addon-raw-html .sppb-addon-content .row .col-md-6 .fas.fa-check {
    color: #D4F09E;
}

#sppb-addon-5fb03ae7-ad5e-4ca3-a31c-9e1d3bdae914,
#sppb-addon-3ce31db3-2840-4eea-b02f-4486b5dde37f,
#sppb-addon-1ae3cea5-c8ba-4576-bcb4-d9932c02de42 {
    background-color: transparent !important;
    border-color: transparent !important;
    border-width: 0px !important;
    border-style: none !important;
}

#sppb-addon-1a4ab9aa-a182-4a54-a768-6c1f4adcf717 .sppb-addon-header .sppb-addon-title {
    background-image: linear-gradient(160deg, #2AB4A9 10%, #A3EFE8 70%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: none !important;
    margin-bottom: 25px !important;
}
.lsdisplay{
  display: inline-block !important;
}