* {
    margin: 0;
    padding: 0;
}

.section-pd {
    padding: 80px 0;
}

.sec-title {
    font-size: 42px !important;
    line-height: 52px;
    font-weight: 600;
    color: #212121 !important;
    margin-bottom: unset !important;
}

.sec-title span {
    color: #0083EB;
}

.medium-heading {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    color: #212121;
}

.sub-heading {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #494949;
}

.small-heading {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #212121 !important;
}

.theme-new-btn {
    font-size: 20px;
    line-height: 23px;
    background-color: #0083EB;
    border: 1px solid #0083EB;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    padding: 14px 25px;
    transition: all .5s ease-in-out;
    display: inline-flex;
    gap: 12px;
    align-items: center;
}

.theme-new-btn:hover {
    background-color: transparent;
    color: #0083EB;
}

.section-tag {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 12px;
}

.section-tag img {
    height: 34px;
    width: 34px;
    object-fit: contain;
}

.anim-updown {
    animation: up-down 3s infinite;
}

.anim-updown.slow {
    animation: up-down-slow 5s infinite;
}

@keyframes up-down-slow {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }

}

@keyframes up-down {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

/**** Banner css start  ****/

.ai-banner {
    padding: 160px 0 60px;
    background: radial-gradient(107.86% 303.96% at 18.1% 6.09%, #FFF9F3 0%, #F3F6FF 100%);
    min-height: unset;

}

.ai-new.ai-banner::before {
    display: none;
}

.ai-banner-box h1 {
    font-size: 56px;
    font-weight: 800;
    color: #212121;
    line-height: 66px;
    letter-spacing: 2%;
    text-align: center;
}

.ai-banner-box h1 span {
    color: #0083EB;
}

.ai-banner-img {
    max-width: 1056px;
    height: 460px;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}

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

.abs-tab {
    display: inline-flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    background-color: #fff;
    border-radius: 6px;
}

.abs-tab img {
    height: 24px;
    width: 24px;
}

.abs-tab h6 {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    text-align: start;
    margin: 0px;
}

.abs-tab.one {
    position: absolute;
    top: 35px;
    left: -53px;
}

.abs-tab.two {
    position: absolute;
    top: 135px;
    right: -116px;
    animation-delay: .4s;
}

.abs-tab.three {
    position: absolute;
    bottom: 100px;
    left: -120px;
    animation-delay: .6s;
}

/**** Banner css end  ****/


/**** Experties css start  ****/

.ai-experties-box {
    padding: 36px;
    margin-bottom: 24px;
    height: calc(100% - 24px);
    transition: all .3s ease-in-out;
    border: 1px solid #eee;
}

.ai-experties-box.number-box {
    box-shadow: none;
    position: relative;
}

.ai-experties-box:hover {
    background: radial-gradient(50% 200% at 10% 10%, #FFF9F3 0%, #F3F6FF 100%);
}

.expert-icon {
    display: inline-block;
    margin-bottom: 15px;
    height: 60px;
    width: 60px;
}

.expert-icon-testing {
    height: 50px;
    width: 50px;
}
.expert-icon-testing-2 {
    height: 68px;
    width: 68px;
}

.ai-experties-content ul li {
    list-style: disc !important;
    color: #494949;
    position: relative;
    left: 12px;
}

.ai-experties-content ul li p {
    font-size: 18px;
    line-height: 21px;
    color: #494949;
    margin-bottom: 6px;
    margin-top: 16px;
}

.ai-experties-content ul {
    list-style: disc;
    padding-left: 1.5rem;
}



/**** Experties css end  ****/


/**** portfolio section start ****/

.portfolio-sec {
    background: radial-gradient(26.2% 50% at 50% 50%, #FFF9F3 0%, #F3F6FF 100%);
    position: relative;
    z-index: 1;
}

.portfolio-sec .theme-new-btn {
    padding: 10px 20px;
}


.software_slider {
    padding-left: 70px;
    position: relative;
    height: 500px;
    overflow: hidden;
}

.software_slider .item_lst {
    background: #fff;
    color: #fff;
    display: flex;
    border-radius: 0px;
    /* width: 100%; */
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 95%;
}

.software_slider .item_lst .lt {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: self-start;
    padding: 30px;
}

.software_slider .item_lst .rt {
    width: 50%;
    height: 500px;
}

.software_slider .item_lst .rt .img {
    height: 100%;
}

.software_slider .item_lst .rt .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.software_slider .item_lst .lt .outcome_para {
    font-weight: 400;
    margin-top: 22px;
}

.software_slider .item_lst .lt h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0 0 20px;
}

.software_slider .item_lst .lt .num {
    position: absolute;
    left: 20px;
    top: 40px;
    background: #072864;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 20px;
    transform: rotate(-90deg);
    display: block;
}

.software_slider .nav_bx {
    color: #fff;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 60px;
}

.software_slider .nav_bx .nv_btn {
    display: flex;
    justify-content: space-between;
}

.software_slider .nav_bx .nv_btn button {
    top: -17px;
    left: -3px;
}

.software_slider .nav_bx .nv_btn button {
    background: 0 0;
    cursor: pointer;
}

.software_slider .nav_bx .nv_btn button:disabled {
    opacity: 0.5;
    cursor: default;
}

.software_slider .nav_bx .nv_btn button svg {
    width: 35px;
    height: 35px;
    fill: #212121;
}

.software_slider .nav_bx .sl_prog {
    width: 2px;
    height: 100%;
    background: #E8E8E8;
    margin: -19px auto;
}

.software_slider .nav_bx .sl_prog .progl {
    width: 100%;
    background: #0083EB;
    transition: all 0.3s ease-in;
}

.software_slider .nav_bx .num_page {
    display: flex;
    justify-content: space-around;
    color: #212121;
}

.software_slider .nav_bx .num_page .p_num {
    color: #212121;
    font-weight: 500;
}


@media (max-width: 1880px) {
    .software_slider .item_lst .lt h3 {
        font-size: 20px;
    }

    .software_slider .item_lst .lt p {
        font-size: 15px;
        line-height: 1.5;
    }

    .software_slider .item_lst .rt,
    .software_slider {
        height: 430px;
    }
}

@media (max-width: 1440px) {
    .portfoli-last-box {
        margin: 8px 0 !important;
    }

    .ecpertiex-btn {
        padding-top: 12px !important;
    }
}

@media screen and (max-width: 1024px) {
    .software_slider .item_lst {
        flex-direction: column;
        top: 60px !important
    }

    .software_slider .item_lst .lt {
        padding: 60px;
        padding-left: 100px
    }

    .software_slider .item_lst .rt {
        width: 100%;
        height: 100%
    }

    .software_slider {
        padding-left: 0;
        padding-top: 60px;
        height: 1000px;
        overflow: hidden
    }

    .software_slider .nav_bx {
        height: 60px;
        top: 0;
        width: 100%
    }

    .software_slider .nav_bx .sl_prog {
        margin: 0 auto;
        width: calc(100% - 60px) !important
    }

    .software_slider .nav_bx .nv_btn {
        margin-bottom: -13px
    }

    .software_slider .nav_bx .num_page {
        width: 60px;
        flex-direction: column;
        height: 54px;
        margin: -25px auto 0 auto
    }
}


@media screen and (max-width: 767px) {

    .software_slider .item_lst {
        flex-direction: column;
        top: 8px !important;
    }

    .software_slider .item_lst .lt {
        padding: 30px;
        padding-left: 20px;
        padding-top: 50px
    }

    .software_slider .item_lst .lt .num {
        left: 5px;
        top: 10px;
        transform: scale(.7) rotate(0)
    }

    .software_slider {
        padding-left: 0;
        padding-top: 0px;
        height: 600px
    }

    .app_list li {
        font-size: 14px
    }

    .software_slider .nav_bx {
        height: 60px;
        top: -18px;
        width: 100%
    }

    .software_slider .nav_bx .sl_prog {
        margin: -30px auto;
        width: calc(100% - 60px) !important
    }

    .software_slider .nav_bx .nv_btn {
        margin-bottom: -13px
    }

    .software_slider .prev_bt {
        top: 16px;
        position: relative
    }

    .software_slider .next_bt {
        top: 16px;
        position: relative
    }

    .software_slider .nav_bx .num_page {
        width: 60px;
        flex-direction: column;
        height: 60px;
        margin: 10px auto 0 auto
    }

    .software_slider .item_lst .lt h3 {
        font-size: 16px
    }

    .software_slider .item_lst .lt p {
        font-size: 14px
    }

    .software_slider .item_lst .rt {
        width: 100%;
        height: 240px
    }

    .software_slider .item_lst .lt p {
        font-size: 14px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }

    .on-mobile {
        display: inline-flex !important;
        gap: 12px;
    }

    .ecpertiex-btn {
        display: none !important;
    }

    .on-mobile img {
        max-width: 40px;
        height: 40px;
    }

    .software_slider .nav_bx {
        height: 60px;
        top: auto;
        width: 100%;
        bottom: -20px;
    }

    .software_slider .nav_bx .num_page,
    .software_slider .nav_bx .num_page span,
    .software_slider .nav_bx .sl_prog {
        display: none;
    }

    .software_slider .nav_bx .nv_btn {
        display: flex;
        justify-content: center;
    }

}

.on-mobile {
    display: none;
}

.nv_btn button {
    border: 0;
}

.ecpertiex-btn {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.playstore-icon {
    max-width: 150px;
    height: auto;
}

/**** portfolio section end ****/



/**** Solutions css end  ****/


.ai-solution-box {
    padding: 36px;
    border-radius: 15px;
    margin-bottom: 60px;
    border: 1px solid transparent;
    background-image:
        linear-gradient(white, white),
        linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, #0083EB 73.08%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 15px;
    min-height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.small-solutions .ai-solution-box {
    padding: 24px;
    min-height: 260px;
}

.ai-solution-box.top {
    background-image:
        linear-gradient(white, white),
        linear-gradient(0deg, rgba(102, 102, 102, 0) 0%, #0083EB 73.08%);
}


.ai-solution-box .sub-heading {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #494949;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ai-solution-box h4 {
    font-size: 23px;
}


.ai-solution-box img {
    max-width: 150px;
    width: 150px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
}

.ai-solution-box a {
    display: inline-block;
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ai-solution-box a i {
    font-size: 22px;
}

/**** Solutions css end  ****/


/**** Why choose us css start  ****/


.ai-why-choose-us {
    background: radial-gradient(50% 50% at 50% 50%, #FFF9F3 0%, #F3F6FF 100%);
}

.ai-why-choose-img {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.ai-why-choose-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}



.ai-why-choose-box {
    margin-left: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
}

.ai-why-choose-list-icon {
    height: 71px;
    min-width: 71px;
    width: 71px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
}

.ai-why-choose-list {
    display: flex;
    align-items: center;
    gap: 24px;
}

.ai-why-choose-list-icon img {
    height: 45px;
    width: 45px;
    object-fit: contain;
}

.ai-why-choose-box a {
    width: fit-content;
}

.ai-choose-us-abs-robo {
    width: 220px;
    height: 220px;
    position: absolute;
    bottom: 0;
    right: 1%;
    object-fit: contain;
}

/**** Why choose us css end  ****/



/**** ai-development css start  ****/

.ai-development {
    background: radial-gradient(77.6% 246.24% at 89.06% 16.58%, #FFF9F3 0%, #F3F6FF 100%);
}

.development-box {
    background: #fff;
    padding: 30px;
    height: calc(100% - 24px);
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    transition: all .3s ease-in-out;
    border: 1px solid #eee;
}

.development-box .icon {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.development-box .icon img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}


.development-box:hover {
    background: radial-gradient(50% 200% at 10% 10%, #FFF9F3 0%, #F3F6FF 100%);
}



/**** ai-development css end  ****/


/* faq css start */
.faq-sec .accordion-button {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #212121 !important;
}

.faq-sec .accordion-button::after {
    content: none;
}

.faq-sec .accordion-item {
    border-color: rgba(240, 240, 240, 1) !important;
    padding: 15px 0;
}

.faq-sec .accordion-button {
    padding-left: 0;
    padding-right: 0;
}

.faq-sec .accordion-button .down-caret i,
.faq-sec .accordion-button .up-caret i {
    color: rgba(140, 140, 140, 1);
}

.faq-sec .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
}

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

.faq-sec .accordion-button.collapsed .down-caret {
    display: block;
}

.faq-sec .accordion-button.collapsed .up-caret {
    display: none;
}

.faq-sec .accordion-button .down-caret {
    display: none;
}

.faq-sec .accordion-button .up-caret {
    display: block;
}

.faq-sec .accordion-body {
    padding-top: 0;
    padding-left: 0;
}

.faq-sec .sub-heading {
    max-width: 80%;
}

/**** faq css end ****/



/**** award css start ****/
.award-img {
    width: 310px;
    height: 140px;
    margin: 0 auto;
}

.award-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/**** award css end ****/



/**** cta css start ****/
.cta-bg {
    background: linear-gradient(275.24deg, #0E51B7 1.2%, #003367 118.2%);
    padding: 30px;
    position: relative;
    z-index: 99;
}

.cta-bg::before {
    content: '';
    background-image: url('../../new/img/ai/robo2.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -22%;
    left: 30px;
    z-index: -1;
    animation: anim-updown 3s infinite;
}

@keyframes anim-updown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.cta-bg:after {
    content: '';
    background-image: url('../../new/img/ai/robo-1.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -22%;
    right: 30px;
    z-index: -1;
    animation: anim-updown 3s infinite;
}

.cta-bg .sec-title {
    color: #fff !important;
}

.social-icons li a {
    text-decoration: none;
    width: 60px;
    min-width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out;
}

.social-icons li a i {
    font-size: 26px;
}

.social-icons li a:hover {
    color: #0083EB;
    background-color: #fff;
}

.social-icons {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 30px;
}

.cat-inr-box {
    text-align: center;
}

.cat-bottom-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/**** cta css end ****/

/**** experties css start ****/

.experties-sec {
    background: radial-gradient(26.2% 50% at 50% 50%, #FFF9F3 0%, #F3F6FF 100%);
}

.expertise-right-box {
    background-color: #fff;
    border: 1px solid rgba(240, 240, 240, 1);
    padding: 40px 40px 65px 40px;
}

.expertise-right-box .form-label {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;
    color: #212121;
}

.expertise-right-box .form-control {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    border: 1px solid #F0F0F0;
    border-radius: 0;
    padding: 28px;
    color: #494949;
}

.expertise-right-box .form-control::placeholder {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #494949;
}

.expertise-right-box textarea {
    height: 97px !important;
    padding: 15px 28px 15px 28px !important;
}

.expertise-right-box .form-check-label {
    font-size: 16px !important;
    line-height: 24px;
    color: #494949 !important;
}

.expertise-right-box input[type="checkbox"]~label::before,
.expertise-right-box input[type="radio"]~label::before {
    content: " ";
    position: absolute;
    top: 4px;
    left: -24px;
    width: 19px;
    height: 19px;
    border-radius: 6px;
}

.expertise-right-box input[type="checkbox"]~label::after {
    top: 10px;
}

.expertise-right-box input[type="checkbox"]:checked~label::before {
    background: #0083EB;
}

/**** experties css end ****/


/**** client css start ****/
.client-box {
    border: 1px solid rgba(33, 33, 33, 0.1);
    border-radius: 5px;
    padding: 25px;
    opacity: .5;
    min-height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.client-box-left-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    border: 1px solid #eee;
    padding: 20px;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: radial-gradient(78.15% 519.97% at 13.92% 50%, #FFF9F3 0%, #F3F6FF 100%) no-repeat;
    max-height: 460px;
}

.client-review-txt {
    line-height: 30px !important;
    border-bottom: 1px solid rgba(33, 33, 33, 0.1);
    padding-bottom: 40px;
    margin-bottom: 30px;
    color: #212121;
}

.client-img {
    width: 80px;
    height: 80px;
}

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

.client-name p {
    color: #212121 !important;
}

.review-star ul li i {
    font-size: 24px;
    color: #F8A401;
}

.client-slider .swiper-slide.swiper-slide-active .client-box {
    opacity: 1 !important;
}

.client-slider .swiper {
    padding-bottom: 70px;
}

.client-slider .swiper-pagination {
    bottom: 25px !important;
}

.client-slider .swiper-pagination .swiper-pagination-bullet {
    width: 59px;
    height: 6px;
    background-color: rgba(33, 33, 33, 0.2) !important;
    border-radius: 0;
    opacity: 1;
}

.client-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0083EB !important;
}

.client-slider .swiper-button-next,
.client-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: #0083EB;
    border: 1px solid #0083EB;
    transition: all .5s ease-in-out;
    display: none;
}


.client-slider .swiper-button-next:hover,
.client-slider .swiper-button-prev:hover {
    background-color: transparent;
}


.client-slider .swiper-button-next:hover i,
.client-slider .swiper-button-prev:hover i {
    color: #0083EB;
}

.client-slider .swiper-button-next::after,
.client-slider .swiper-button-prev::after {
    content: none;
}

.client-slider .swiper-button-next i,
.client-slider .swiper-button-prev i {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    transition: all .5s ease-in-out;
}

.client-slider .swiper-button-next {
    right: 33%;
    bottom: 3% !important;
    top: unset !important;
}

.client-slider .swiper-button-prev {
    left: 33%;
    bottom: 3% !important;
    top: unset !important;
}


@media (max-width: 767px) {
    .client-box {
        min-height: unset;
    }
}

/**** client css end ****/



/**** Technology Tabs CSS Start Here ****/


.technology-sec-new .technology-tabs .nav-pills .nav-link {
    background: transparent;
    color: #000;
    border: 2px solid transparent;
    border-radius: 0;
}

.technology-sec-new .technology-tabs .nav-pills::-webkit-scrollbar {
    background: unset;
    width: unset;
    height: unset;
}

.technology-sec-new .technology-tabs .nav-pills::-webkit-scrollbar-thumb {
    background: unset;
}

.technology-sec-new .technology-tabs .nav-pills::-webkit-scrollbar-track {
    background: unset;
}


.technology-sec-new .technology-tabs .nav-pills .nav-link.active {
    background-color: #0083eb !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-weight: 600;
}

.technology-sec-new .technology-tabs .nav-link {
    text-align: start;
    padding: 5px 15px;
}

.technology-sec-new .technology-tabs .nav-pills {
    width: 100%;
    max-width: 280px;
}

.technology-sec-new .technology-txt h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.technology-sec-new .technology-box {
    padding: 20px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    border-radius: 6px;
    height: 100%;
    border: 1px solid #eee;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.technology-sec-new .technology-box:hover {
    background: radial-gradient(78.15% 519.97% at 13.92% 50%, #FFF9F3 0%, #F3F6FF 100%);

}

.technology-sec-new .technology-img svg {
    width: 45px;
    height: 45px;
}

.technology-sec-new .technology-tabs .tab-content {
    width: 100%;
}

.tab-content {
    margin-top: 0px;
}

@media only screen and (max-width:575px) {
    .technology-sec-new .technology-box {
        padding: 10px;
    }

    .technology-sec-new .technology-txt h5 {
        font-size: 14px;
        margin-top: 10px;
        line-height: 22px;
    }

    .technology-sec-new .technology-tabs .nav-link {
        padding: 3px 10px;
    }

    .services-list .item {
        padding: 20px;
    }

    .services-list .item h3 {
        padding: 15px 0 0px;
        margin-bottom: 0;
        font-size: 20px;
    }

    .pt-120 {
        padding-top: 70px !important;
    }
}

@media only screen and (max-width:422px) {

    .technology-sec-new .technology-tabs .nav-pills .nav-link {
        width: 48%;
        font-size: 15px;
    }
}


/**** Technology Tabs CSS Start Here ****/

/**** Happy Client css start  ****/

.ai-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.ai-grid.grid-column-5 {
    grid-template-columns: repeat(5, 1fr);
}

.ai-grid.grid-column-5 .client-img-box img {
    max-height: 100px;
}

.client-img-box {
    border: 1px solid #eee;
    text-align: center;
    padding: 20px 0;
}

.client-img-box img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    max-width: 150px;
}

/**** Happy Client css end  ****/

/**** Trusted by css start ****/

.trusted-logo-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trusted-logo {
    max-width: 160px;
    height: auto;
}

.trusted-logo img {
    filter: grayscale(100%);
    transition: all .5s ease-in-out;
}

.trusted-logo:hover img {
    filter: grayscale(0%);
}

.trusted-title {
    position: relative;
    font-weight: 600;
}

.trusted-title::after {
    display: none;
}

.trusted-title::before {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    height: 1px;
    background: #e1e1e1;
    content: '';
    right: 0;
    min-width: 55%;
}

/**** Trusted by css end ****/


/**** Counter css start ****/

.we-counter-sec {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    gap: 20px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(33, 33, 33, .1);
}

.we-drive-img {
    height: 100%;
    width: 100%;
}

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

.we-count-card {
    max-width: calc(25% - 20px);
    flex: calc(25% - 20px);
    margin-bottom: 30px;
}

.we-count-card h4 {
    color: #000;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 4px;
}

/**** Counter css end ****/


.core-ai-card .nav.nav-tabs {
    display: flex;
    justify-content: space-between;
}

.core-ai-card .nav-tabs {
    border: none;

}

.core-ai-card .nav-tabs .nav-link {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    border: none;
    margin-right: 15px;
    position: relative;
}

.core-ai-card .nav-tabs .nav-link.active {
    color: #0083EB;
}

.core-ai-card .nav-tabs .nav-link.active::after {
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #0083EB;
    left: 0;
    right: 0;
    content: '';
}

.core-ai-hd {
    margin-bottom: 25px;
}

.tailored-card {
    position: relative;
    padding-left: 45px;
}

.tailor-icon {
    position: absolute;
    left: 0;
    top: 0;
}

.process-main-box {
    padding: 24px;
    border: 1px solid #eee;
    min-height: 283px;
}






/**** process css start  ****/


.ai-process-img {
    max-width: 587px;
    height: 525px;
}

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

.process-faq .accordion-item {
    border: none;
}

.process-faq .accordion-button:not(.collapsed) {
    background-color: unset;
    border-bottom: unset;
}

.process-faq .accordion-button:not(.collapsed):focus {
    box-shadow: none;
}

.process-faq .accordion-button.collapsed:focus {
    box-shadow: none;
}

.process-faq .accordion-button {
    font-size: 24px;
    color: #212121 !important;
    font-weight: 600;
    line-height: 28px;
    border: none;
    padding-left: 0px;
    box-shadow: none;
    border-top: 1px solid #eee;
    padding-top: 24px;
    padding-bottom: 24px;
}

.process-faq .accordion-body {
    padding-left: 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #494949;

}

/* .process-faq .accordion-button::after {
    content: unset;
} */

/**** process css end  ****/

.optimize-card {
    background: #fff;
    padding: 50px 32px 32px;
    text-align: center;
    position: relative;
    border: 1px solid #eee;
    height: 100%;
    margin-bottom: 24px;
    transition: all .3s ease-in-out;
}

.optimize-card:hover {
    background: radial-gradient(107.86% 303.96% at 18.1% 6.09%, #FFF9F3 0%, #F3F6FF 100%);
}

.optimize-card h4 {
    color: #000;
}

.optimize-card p {
    color: #494949;
}

.optimize-card ul li {
    display: block;
    margin-bottom: 8px;
    color: #494949;
}

.optimize-card ul li:last-child {
    margin-bottom: 0;
}

.optimize-icon {
    width: 71px;
    height: 71px;
    background: #0083EB;
    display: inline-block;
    border-radius: 50%;
    line-height: 71px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.optimize-inr {
    margin-top: 80px;
}



/**** Optimize css end  ****/


/**** Horizontal accordian start ****/

#conteneur {
    margin: 30px auto;
    height: 28vh;
    font-family: 'Montserrat', sans-serif;
}

.horizontal-accordeon {
    width: 100%;
    height: 100%;
    transform: translateZ(0);
    display: flex;
}

.horizontal-accordeon .link {
    position: relative;
    flex-basis: 16.6667%;
    flex-shrink: 1;
    height: 100%;
    color: black;
    border-right: 2px solid #eee;
    overflow: hidden;
    cursor: pointer;
    transition: 0.5s ease-out;
    padding: 12px 24px;
}

.horizontal-accordeon .number {
    font-size: 36px;
    font-weight: 600;
    color: #0083EB;
}


.horizontal-accordeon .link:last-child {
    border-right: 0;
}

.horizontal-accordeon .link:hover {
    width: 85%;
    flex-basis: 30%;
}

.horizontal-accordeon .link:hover img {
    filter: brightness(0%);
}

.horizontal-accordeon .link .small {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 100px;
    line-height: 78px;
    text-align: center;
    font-size: 24px;
}

.horizontal-accordeon .link .small img {
    transition: .5s ease-out;
    width: 30px;
}

.horizontal-accordeon .link .full {
    position: absolute;
    top: 22px;
    left: 100px;
    text-transform: uppercase;
}

.horizontal-accordeon .link .full .f1,
.horizontal-accordeon .link .full .f2 {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.horizontal-accordeon .link .full .f2 {
    margin-top: 8px;
    font-size: 12px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s 0.4s, transform 0.4s 0.4s;
}

.horizontal-accordeon .link:hover .f2,
.horizontal-accordeon .link.active .f2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.horizontal-accordeon .link .prev {
    position: absolute;
    bottom: 20px;
    left: 10px;
    font-size: 12px;
    line-height: 78px;
    transition: .5s opacity;
    opacity: 0;
}

.horizontal-accordeon .link .prev img {
    width: 30px;
}

.horizontal-accordeon .link:hover .prev {
    opacity: 0;
}

.horizontal-accordeon:hover .prev {
    opacity: 1;
}

.horizontal-accordeon .link.active {
    width: 85%;
    flex-basis: 30%;
}

.horizontal-accordeon .link.active img {
    filter: brightness(0%);
}

.horizontal-accordeon .link .f2 {
    opacity: 0;
    max-height: 0;
    transition: opacity 0.3s, max-height 0.3s;
    overflow: hidden;
}

.horizontal-accordeon .link:hover .f2,
.horizontal-accordeon .link.active .f2 {
    opacity: 1;
    max-height: 200px;
}

/**** Horizontal accordian end ****/


/**** Sticky Top css start ****/

.sticky-top-section {
    position: relative;
    overflow: visible;
}

.top-sticky-200 {
    position: sticky;
    top: 200px;
}

/**** Sticky Top css end ****/



.build-inr {
    background: url('../img/mobile-app/build-bg.png');
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.build-lft h4 {
    color: #fff !important;
}

.build-rt-img {
    /* height: 100%; */
    height: 510px;
}

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

.custom-list {
    list-style: none;
    padding: 0;
}

.custom-list li {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.check-icon {
    position: absolute;
    left: 0;
    display: inline-block;
    top: -1px;
}



/* =============== BLOG CSS STARTS HERE =============== */

.blog-area-new {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}

.blog-box {
    width: 100%;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.blog-area-new .blog-img {
    width: 100%;
    height: 250px;
}

.blog-area-new .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-area-new .blog-info {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 25px;
    position: relative;
    min-height: 160px;
}

.blog-area-new .blog-info .date-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0083eb;
    color: #fff;
    border-radius: 0;
    padding: 4px 8px;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin: 0;
}

/* =============== BLOG CSS ENDS HERE =============== */


/* =============== STICKY PORTFOLIO CSS START HERE =============== */

.sticky-sec-portfolio {
    position: relative;
    overflow: visible;
}

.sticky-portfolio-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sticky-portfolio-box h4 {
    position: sticky;
    top: 120px;
}

.portfolio-img-box.first {
    position: sticky;
    top: 150px;
}

.portfolio-img-box.second {
    position: sticky;
    top: 200px;
}

.portfolio-img-box.third {
    position: sticky;
    top: 250px;
}


/* =============== STICKY PORTFOLIO CSS ENDS HERE =============== */


/**** technologies css start  ****/


.ai-tech-box {
    margin-bottom: 24px;
    height: calc(100% - 24px);
    border: 1px solid #eee;
}

.ai-tech-box img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.ai-tech-content {
    display: flex;
    align-items: center;
    padding: 14px 28px;
    justify-content: space-between;
    min-height: 95px;
}

.ai-tech-content h4 {
    margin: 0px;
}

.ai-tech-content i {
    font-size: 26px;
}

.ai-tech-box {
    transition: all 0.3s ease-in-out;
}

.ai-tech-box:hover {
    background-color: #0083EB;
}

.ai-tech-box:hover .ai-tech-content .small-heading,
.ai-tech-box:hover .ai-tech-content i {
    color: #fff !important;
}



/**** technologies css end  ****/

/**** glass-slider css start  ****/

.glass-left-box .swiper-wrapper {
    transition-timing-function: linear !important;
}

.glass-left-box,
.glass-right-box {
    padding: 48px 32px;
}

.glass-box-top {
    background: radial-gradient(#2c5dff0d, transparent);
}

.glass-left-box {
    background: #8AA5FF;
    height: 100%;
}

.glass-left-box h4,
.glass-left-box p {
    color: #fff !important;
}

.glass-left-box h2 {
    color: #fff !important;
}

.glass-right-box {
    background: #8AD8FF;
}

.glass-right-box-img {
    margin-top: 28px;
    text-align: center;
}

.glass-right-box img {
    height: 100%;
    max-width: 60%;
    margin: 0 auto;
}

.glassSwiper .swiper-slide h4,
.glassSwiperReverse .swiper-slide h4 {
    padding: 32px 8px;
    background: #eeeeee26;
    text-wrap: nowrap;
    text-align: center;
    border: 1px solid #ffffff4f;
    cursor: auto;
    backdrop-filter: blur(4px);
    color: #fff;
}

/**** glass-slider css end  ****/



/*New Banner css start here  */
 .banner {
 padding: 140px 0px 80px;
}
.banner-wrap h1 {
 font-size: 62px;
 font-weight: 600;
 margin-top: 40px;
 margin-bottom: 25px;
 color: #222;
}
.banner-wrap h1 span {
 color: #0785e8;
}
.banner-wrap h2 {
 font-size: 26px;
 font-weight: 400 !important;
 color: #222;
}
.banner-wrap h3 {
 font-size: 22px;
 font-weight: 400;
 color: #222;
}
.main-color  {
 color: #ff6000;
}
.blue-color {
 color: #0785e8;
}
.count-bx {
 border: 1px solid #eaeaea;
 padding: 10px 20px;
 font-size: 18px;
 font-weight: 500;
 border-radius: 4px;
}
.count-bx  span{
 color: #ff6000;
 margin-right: 6px;
}

.rev-icn img {
 width: 42px;
 margin-right: 7px;
}
.rev-right .stars i {
 color: #ffb300;
 font-size: 18px;
 margin-right: 3px;
}
.rev-right p strong {
 font-weight: 500 !important;
}
.rev-slide-img img {
 width: 130px;
}
.rev-right .stars {
 text-align: left;
}
.reviews_wrp {
 margin: 45px 0px 35px;
}
.banner-wrap .theme-btn {
 font-size: 18px;
}

.banner-awards {
 margin-top: 65px;
 overflow: hidden;
 border: 1px solid #eaeaea;
}
.award-hd {
 position: relative;
 height: 200px;
 display: flex;
 align-items: center;
 background: #0785e8;
 color: #fff;
}
.award-hd::before {
 position: absolute;
 content: "";
 width: 100%;
 height: 100%;
 background: #0785e8;
 left: -100%;
}
.award-img_wrp {
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding-left: 40px;
}
.awards_img {
 text-align: center;
}
.awards_img img {
 width: 140px;
}
.award-hd h2 {
 font-size: 38px;
 line-height: 45px;
 color: #fff;
 font-weight: 600;
 margin-bottom: 0px;
}
/* New Banner css end */