.yehha-ami-new {
    width: 50px;
    margin: 0 auto;
}

.inner-data-new {
    display: flex;
    justify-content: center;
    background: #f2f1ff82;
    flex-direction: column;
    height:100%;
    align-items: center;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .05);
    border: 1px solid #8080801c;
    border-radius: 10px;
    padding: 20px 6px;
}

.track-section-new-bg {
    padding: 41px 0px 55px 0px;
}

.djajj-ami {
    text-align: center;
    color: #073674;
    line-height: 19px;
    font-size: 14px;
    font-weight: 700;
}

.oajaka-ami {
    padding: 6px 20px;
    text-transform: uppercase;
    background: #f5822040;
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    border-radius: 20px;
}

.jjaala-ami-new {
    font-weight: 800;
    margin-top: 16px;
    font-size: 25px;
}

.anchor-new-tag {
    color: blue;
}

.djbdbajbaa-ami li {
    position: relative;
}

    .djbdbajbaa-ami li::before {
        content: '';
        position: absolute;
        left: -25px;
        top: 5px;
        width: 16px;
        height: 16px;
        background-image: url('/images/check-light-red.png');
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: 3px;
    }

.djbdbajbaa-ami {
    padding-left: 26px;
}

.jnaaka-ami-new {
    font-weight: 700;
    font-size: 14px;
}

.mb-2-new-ami {
    margin-bottom: 40px;
}

.moving {
    position: relative;
    animation: moveUpDown 3.5s infinite alternate cubic-bezier(0.25, 0.1, 0.25, 0.2);
}

@keyframes moveUpDown {
    0%, 100% {
        top: -15px;
    }

    50% {
        top: 0px; /* Move down by 10px */
    }
}

.new-work-track-bg-new {
    background: #edf2f887;
}

.et_pb_code_inner {
    position: relative;
}

.upbs-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    width: 145px;
    height: auto;
}

    .upbs-btn .circle {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: relative;
        display: block;
        margin: 0;
        width: 36px;
        height: 36px;
        background: #f58220;
        border-radius: 1.625rem;
    }

    .upbs-btn:hover .circle {
        width: 100%;
    }

        .upbs-btn:hover .circle .icon.arrow {
            background: #fff;
            transform: translate(1rem, 0);
            height:2px;
        }

    .upbs-btn .circle .icon.arrow {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        /*left: 10px;
        width: 1.125rem;
        height: 0.125rem;*/
        background: none;
    }

    .upbs-btn .circle .icon {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        /*position: absolute;*/
        top: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
    }

        .upbs-btn .circle .icon.arrow::before {
            position: absolute;
            content: "";
            top: 14px;
            right: 16px;
            left: auto;
            width: 8px;
            height: 8px;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            transform: rotate(45deg);
        }

    .upbs-btn:hover .button-text {
        color: #fff;
        left: 0px
    }

    .upbs-btn .button-text {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: absolute;
        top: -4px;
        left: 13px;
        right: 0;
        bottom: 0;
        padding: 0.75rem 0;
        margin: 0 0 0 1.85rem;
        color: #f58220;
        font-weight: 600;
        font-size: 15px;
        text-align: left;
        /* text-transform: uppercase; */
    }
.d-flex-new-ami {
    display: flex;
    align-items: center;
    margin-top: 14px;
}
a.dbdaaaapi-ami-new {
    border: 1px solid #f58220;
    padding: 7px 15px;
    border-radius: 33px;
    font-size: 13px;
    color: #f58220;
    font-weight: 600;
}
.contact-us-btn-worktrack {
    margin-left: 5px;
}
.client-section-testimonial {
    padding: 40px 0px;
}
.work-track-tes-head {
    color: #01325c;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
}
.happy-clinet-text-new {
    position: relative;
}
:root {
    --color-brand-light: #a8d7ff;
}
    .happy-clinet-text-new:after {
        --highlight-width: 8em;
        --higlight-overlap-right: .5em;
        content: "";
        position: absolute;
        bottom: 0;
        z-index: -5;
        display: inline-block;
        height: 1.1em;
        width: var(--highlight-width);
        margin-left: calc(var(--higlight-overlap-right) - var(--highlight-width));
        background-image: linear-gradient(to left, var(--color-brand-light), transparent), linear-gradient(to left, var(--color-brand-light), var(--color-brand-light));
        background-position: left center, right center;
        background-size: calc(100% - var(--higlight-overlap-right)) 1.1em, .55em 1.1em;
        background-repeat: no-repeat;
        border-radius: .55em;
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    }

.bar {
    height: 5px;
    width: 90px;
    background: #a8d7ff;
    margin: 0px auto 14px;
    position: relative;
    border-radius: 30px;
}
.margin-auto-none {
    margin: 0px 0px 14px !important;
}
.bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #01325c;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}
.kaajja-ami-new {
    margin: 0 !important;
    width: 54px;
    border-radius: 50% !important;
    border: 3px solid #f5822073;
}

.jabjaa-ami-new {
    display: flex;
    align-items: center;
}

.dkaliahaa-mi-new {
    font-size: 17px;
   
}
.all-container {
    position: relative;
}
.before-span {
    height: 19px !important;
    width: 20px !important;
    opacity: .2;
    position: absolute;
    top: -3%;
    margin: 0px !important;
    left: -1%;
}
.after-span {
    height: 19px !important;
    width: 20px !important;
    right: -3px;
    opacity: .2;
    margin: 0px !important;
    position: absolute;
    bottom: 0px;
}
.all-container p {
    margin: 10px 0px 0px 19px;
}
.djjaagaa-dd-aami {
    border: 1px solid #80808038;
    border-radius: 12px;
    height:202px;
    padding: 12px;
}
.lkaka-ami {
    margin-left: 11px;
}
.dhahaa-ami-new-m {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.dkaaaa-ami-new {
    width: 9.33%;
    background: white;
    /*height: 105px;*/
    display: flex;
    padding: 10px;
    margin: 0px 3px;
    border: 1px solid #8080805c;
    align-items: center;
    justify-content: center;
}

.logo-marquee {
    padding: 0px 0px 43px 0px;
    position: relative;
}

.logo-marquee--gradient {
    background-image: linear-gradient(90deg, #fff 5%, hsla(200, 9%, 93%, 0) 10%), linear-gradient(270deg, #fff 5%, hsla(200, 9%, 93%, 0) 10%);
    top: -0.5rem;
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.logo-marquee--marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
}

.logo-marquee--marquee-group {
    animation: scroll-left 30s linear infinite;
    display: flex;
    flex-shrink: 0;
    width: auto;
}

@media (prefers-reduced-motion) {
    .logo-marquee--marquee-group {
        animation-play-state: paused;
    }
}

.logo-marquee--marquee-group img {
    height: 62px;
    padding: 0 2px;
    object-fit: contain;
    max-width: 100%;
}

@media (max-width: 991.98px) {
    .logo-marquee--marquee-group img {
        height: 56px;
        padding: 0 30px;
    }
}

@media (max-width: 767.98px) {
    .logo-marquee--marquee-group img {
        height: 48px;
        padding: 0 20px;
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}
.border-2-px {
    border-bottom: 3px solid #e94e25;
}
.bgBlueDark {
    background-color: #0d2749 !important;
}
.pt-40 {
    padding-top: 30px;
}
.pb-40 {
    padding-bottom: 30px;
}
.hhddi-jd {
    align-items: center;
    display: flex;
    justify-content: center;
}
.border-left-1 {
    border-left: 1px solid white;
}
.know-more-comm {
    background: #ff6100;
    color: white;
    padding: 7px 15px;
    font-weight: bold;
    font-size: 13px;
    border-radius: 6px;
}
a, a:hover, a.active, a:active, a:visited, a:focus {
    text-decoration: none;
}
.jdjajaami-new {
    font-size: 31px;
    font-weight: 800;
}
.djbjajaj-ami-newo {
    font-size: 18px;
}
.windows-update {
    background-image: url(/images/windows-update.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 50px 0px;
    position: relative;
}
    .windows-update:before {
        content: '';
        position: absolute;
        background: #000000b0;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
.dkanakaanaa-mi-ami-new {
    line-height:60px;
    color: white;
    font-size: 48px;
}
.dndkakka-ami-new {
    color: white;
    font-size: 25px;
    margin-top: 15px;
}
.jjjjajabja-ami-new {
    margin-bottom: 15px;
}

.work-track-productivity-head {
    padding: 40px 0px;
    background-color: #ffffff;
    background-image: url(/images/egg-shell.png);
}

.counter-card {
    border-radius: 10px;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 24px;
}
.counter-card-wrap .counter-card:before {
    content: "";
    position: absolute;
    left: 12px;
    border-radius: 15px;
    top: 12px;
    width: 100%;
    height: 100%;
    background: rgb(20 70 236 / 20%);
    z-index: -1;
}
.counter-card-wrap .counter-card .big-letter {
    font-size: 33px;
    font-weight: 800;
}
.counter-card-wrap .counter-card h2 {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: white;
    margin-bottom: 0;
}
.counter-card-wrap .counter-card {
    flex-direction: column;
    display: flex;
    gap: 0px;
    margin-bottom: 0;
    padding: 20px;
    background: linear-gradient(139deg, #223c81, #149bd7 85%, #169bd7) 0 0 no-repeat padding-box;
    border-radius: 15px;
    color: #fff;
    /*max-width: 220px;*/
    position: relative;
    margin: 0 auto;
    z-index: 1;
}
.work-track-productivity {
    position: relative;
    top: -58px;
}
.dbabjabja-ami {
    /*background: white;*/
    padding: 0 25px 25px 25px;
    border-radius: 27px;
    /*box-shadow: 0px 0px 16px 0px rgb(149 149 149 / 21%);*/
}
.w-300 {
    width: 238px;
}
.djbjaja-ami-new {
    font-size: 32px !important;
    font-weight:600;
    line-height: 41px;
}
.dknakka-ami-new {
    font-size: 23px;
}
.djbaba-ahjaami {
    max-height: 364px !important;
}
.secure-data {
    padding: 25px 0px 40px 0px;
}
.dhvaswoia-ami {
    background: #f7f9fb;
    padding: 12px 31px 26px 31px;
    border-radius: 20px;
}
.danaaaa-ami-new {
    width: 58px;
}
.djialeddeu-ami {
    font-size: 20px;
}
.wid-new-ami-j {
    width: 167px;
}
.track-section-new-bg .row .col-md-3 {
    width: 20%;
    padding: 0px 6px;
}
@media screen and (max-width:991px) {
    .title--uppercase, .hero__lead {
        color: white !important;
    }
    .track-section-new-bg .col-md-3 .inner-data-new {
        min-height: 150px;
        margin-bottom:8px;
        max-height: 200px;
    }
    .order-phone-1{order:1;}
    .order-phone-2{order:2;}
    .mdbjbaja-ami{margin-top:24px;}
    .text-mob-cen-amir{text-align:center;}
        .text-mob-cen-amir .hhddi-jd {
            margin-top: 15px;
            border-left: 0px;
        }
    .track-section-new-bg .row .col-md-3 {
        width: 50%;
        padding:0 7px;
    }
}