* {
    -webkit-font-smoothing: antialiased;
    -moz-os-font-smoothing: grayscale;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: 0;
    vertical-align: baseline
}

body {
    font-family: 'Roboto' !important;
    outline: 0;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto' !important;
}

p:last-child {
    margin: 0;
}

a {
    text-decoration: none !important;
}

p {
    font-weight: 400;
    color: #494949;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

dl,
ol,
ul {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

#totop {
    width: 50px;
    position: fixed;
    right: 35px;
    bottom: 90px;
    background: #843bee;
    padding: 10px;
    border-radius: 50%;
    height: 50px;
    text-align: center;
    z-index: 3;
}

#totop i {
    color: #fff;
    font-size: 20px;
}

/* =============== MAIN HEADER CSS STARTS HERE =============== */

.rotating-text-wrapper {
    text-align: center;
    position: absolute;
    width: 100px;
    color: #fff;
    margin-top: -6px;
    display: none;
}

.rotating-text-wrapper h6 {
    font-size: 13px;
    margin: 0;
    padding: 7px 9px;
    color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    animation: blink 3s infinite;
    background: linear-gradient(to right, #004db3d4 0, #2196f3 100%);
    font-weight: 500 !important;
    line-height: 14px !important;
    font-family: inherit !important;
    position: absolute;
    width: 130px;
    left: -20px;
    top: -14px;
    border-radius: 16px;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale(1);
    }

    51% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.btn-main:hover {
    color: #fff;
    background: linear-gradient(to right, #4285F4 0, #0000ab 100%);
}

.btn-main {
    font-size: 16px;
    font-weight: 400;
    padding: 0 25px;
    line-height: 50px;
    text-align: center;
    outline: 0;
    color: #fff;
    background: linear-gradient(to right, #0000ab 0, #4285F4 100%);
    border: none;
    border-radius: 8px;
    display: inline-block;
    position: relative;
}


/* =============== MAIN HEADER CSS ENDS HERE =============== */


/* =============== HOME PAGE BANNER SECTION CSS STARTS HERE =============== */
.home-banner {
    width: 100%;
}

.home-banner .swiper-slide {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 80px);
    height: auto;
}

.home-banner .banner-inner {
    width: 100%;
    overflow: hidden;
    padding: 100px 0 80px;
}

.banner-btn {
    border: 2px solid #fff;
    padding: 12px 30px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: .3s;
}

.banner-btn:hover {
    background: #fff;
    color: #000;
}

.banner-btn.blue {
    border-color: #086ad8;
    color: #086ad8;
}

.banner-btn.blue:hover {
    background: #086ad8;
    color: #fff;
}

.banner_reviews {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 60px;
    position: relative;
    z-index: 9;
    flex-flow: wrap;
}

.star_rvw {
    display: flex;
    align-items: center;
    gap: 15px;
    width: calc(50% - 30px);
    flex: calc(50% - 30px);
}

.star_rvw .stars i {
    color: #ecc80d;
}

.rev_img img {
    width: 60px;
    height: 60px !important;
    min-height: 60px;
    object-fit: contain;
    background: #fff;
    padding: 10px;
    border-radius: 0px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.banner-image {
    max-width: 100%;
    height: auto;
}

.banner_btn {
    border: 2px solid #fff;
    padding: 12px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    margin-top: 25px;
    transition: .4s;
}

.banner_btn:hover {
    background: #fff;
    color: #000;
}

.banner_btn_blu {
    border: 2px solid #086ad8;
    padding: 14px 30px;
    color: #086ad8 !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    margin-top: 25px;
    transition: .4s;
}

.banner_btn_blu:hover {
    background: #086ad8;
    color: #fff !important;
}


.first-slide {
    background: radial-gradient(circle at left 5%, rgba(0, 185, 255, .5) -6%, rgb(94, 58, 191) 32%, #313986 97%), radial-gradient(circle at center right, rgb(128, 25, 200) -6%, rgb(83, 53, 168) 32%, #030944 57%);
}

.second-slide {
    background: linear-gradient(to right, #cc9800, #d57547);
    position: relative;
}

.second-slide::after {
    position: absolute;
    background-image: url('/themes/new/img/landing-page/bg-h3-banner.png');
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
}

.second-slide .banner .divider {
    width: 50px;
    border-top: 2px solid #000;
}

.second-slide .exp_wrp {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.second-slide .banner .exp-inr h4 {
    color: #fff;
}

.second-slide .banner .divider {
    border-top: 2px solid #fff;
}

.second-slide .banner .divider {
    border-top: 2px solid #fff;
}

.second-slide .text-orange {
    color: #ff8249;
}

.second-slide .btn-banner {
    background: #FD580D;
    color: #fff;
    border-radius: 30px !important;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.35s ease-in-out;
    border: 2px solid #FD580D;
    font-size: 18px;
    padding: 12px 30px;
    display: inline-block;
}

.second-slide .banner_btn:hover {
    background: #fff;
    color: #000;
}

.third-slide {
    background: linear-gradient(to right, #5c3f92, rgb(25 125 175));
    position: relative;
}

.third-slide .hero-section::after {
    position: absolute;
    background-image: url("../img/landing-page/bg-h3-banner.png");
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.third-slide .hero-section::before {
    position: absolute;
    background-image: url("../img/landing-page/bg-h3-banner.png");
    content: '';
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    opacity: .4;
}


.fourth-slide {
    background: radial-gradient(circle at left, #00b9ff, #5e3abf);
    background: linear-gradient(75deg, #774893 10%, #ce2d72) !important;
    position: relative;
}

.fourth-slide::before {
    content: "";
    position: absolute;
    background: url('/themes/new/img/landing-page/curve-shape.svg');
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: .03;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}


.fourth-slide .btn-common,
.fourth-slide .btn-common {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    background: #ffff;
}


.fourth-slide .sub_head h2 {
    color: #1e87e4;
    position: relative;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0px;
}

.fourth-slide .sub_head h2::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #1e87e4;
    right: -55px;
    top: 50%;
    transform: translateY(-50%);
}

.fourth-slide .btn-common {
    box-shadow: 0 8px 35px #6d94f014;
    background: linear-gradient(411deg, #05408e, #1565c0, #1e88e5, #03a9f4, #1565c0);
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 50px;
    display: inline-flex;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
    font-size: 18px;
    font-weight: 500;
}

.fourth-slide .btn-common::before {
    top: 0;
    left: 0;
    height: 0;
    content: "";
    z-index: -1;
    width: 25.25%;
    position: absolute;
    transition: .5s ease-in-out;
    background-color: #000;
}

.fourth-slide .btn-common::after {
    top: 0;
    left: 50%;
    height: 0;
    content: "";
    z-index: -1;
    width: 25.25%;
    position: absolute;
    transition: .5s ease-in-out;
    background-color: #000;
}

.fourth-slide .btn-common span::before {
    bottom: 0;
    height: 0;
    left: 25%;
    content: "";
    z-index: -1;
    width: 25.25%;
    position: absolute;
    transition: .5s ease-in-out;
    background-color: #000;
}

.fourth-slide .btn-common span::after {
    bottom: 0;
    left: 75%;
    height: 0;
    content: "";
    z-index: -1;
    width: 25.25%;
    position: absolute;
    transition: .5s ease-in-out;
    background-color: #000;
}

.fourth-slide .btn-common:hover span::before,
.fourth-slide .btn-common:hover span::after {
    height: 100%;
}

.fourth-slide .btn-common:hover {
    color: #fff;
    background-color: #1565c0;
}

.fourth-slide .btn-common:hover::before,
.fourth-slide .btn-common:hover::after {
    height: 100%;
}

.fourth-slide .btn-common span {
    display: block;
}

.fifth-slide {
    position: relative;
    z-index: 1;
    background-image: url("../img/banner-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.fifth-slide::after {
    position: absolute;
    background-image: url("../img/landing-page/bg-h3-banner.png");
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fifth-slide::before {
    position: absolute;
    background-image: url("../img/landing-page/bg-h3-banner.png");
    content: '';
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    opacity: .4;
}


.home-banner .swiper-pagination-bullet {
    background: #82bcff;
    opacity: .4;
}

.home-banner .swiper-pagination-bullet-active {
    background: #73b5ff;
    opacity: 1;
}

.home-banner .swiper-button-next,
.home-banner .swiper-button-prev {
    display: none !important;
}


/* =============== HOME PAGE BANNER SECTION CSS ENDS HERE =============== */

/* =============== COMMON CSS STARTS HERE =============== */

.sec-title {
    color: #212121;
}

.text-blue {
    color: #0083EB;
}

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

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

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

/* =============== COMMON CSS ENDS HERE =============== */


/* =============== WE DRIVE SECTION CSS STARTS HERE =============== */

.we-drive-swiper {
    overflow: hidden;
    position: relative;
}

.we-drive-swiper .swiper-slide img {
    min-height: 450px;
    max-height: 450px;
    width: 100%;
    object-fit: cover;
}

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

/* =============== WE DRIVE SECTION CSS ENDS HERE =============== */

/* =============== WE DEVELOP SECTION CSS STARTS HERE =============== */

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

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

.develop-services .card {
    height: calc(100% - 1rem);
}

/* =============== WE DEVELOP SECTION CSS ENDS HERE =============== */


/* =============== HORIZONTAL ACCORDION SECTION STARTS ENDS HERE =============== */


#conteneur {
    margin: 30px auto;
    height: 28vh;
}

.horizontal-accordeon {
    width: 100%;
    height: calc(100% - -70px);
    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;
    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;
    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 ACCORDION CSS ENDS HERE =============== */

/* =============== STICKY TOP CSS STARTS HERE =============== */


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

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


/* =============== STICKY TOP CSS ENDS HERE =============== */

/* =============== PORTFOLIO SECTION CSS STARTS HERE =============== */

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

.portfolio-img-box.second {
    top: 138px;
}

.portfolio-img-box.third {
    top: 165px;
}

.portfolio-img-box.fourth {
    top: 240px;
}

/* =============== PORTFOLIO SECTION CSS ENDS HERE =============== */


/* =============== INDUSTRY SECTION CSS STARTS HERE =============== */

.solution-new-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

.ai-solution-box {
    padding: 24px;
    margin-bottom: 30px;
    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;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.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 img {
    max-width: 120px;
    width: 120px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
}

.ai-solution-box a {
    margin-top: 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

/* =============== INDUSTRY SECTION CSS ENDS HERE =============== */

/* =============== CLIENT SECTION CSS STARTS HERE =============== */

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

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

.happy-clients .client-img-box img {
    max-width: 200px;
    object-fit: contain;
    width: 100%;
}

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

.happy-client .grid-column-5 .client-img-box {
    padding: 20px;
}

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

/* =============== CLIENT SECTION CSS ENDS HERE =============== */

/* =============== BUILD SECTION CSS STARTS HERE =============== */

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

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

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

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

.build-rt-img {
    width: 100%;
    overflow: hidden;
}

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

.build-lft,
.build-rt-img {
    height: 100%;
}

.theme-new-btn.white {
    background-color: #fff;
    color: #212121;
    border: 1px solid #fff;
}

.theme-new-btn.white:hover {
    background-color: transparent;
    color: #fff;
}

/* =============== BUILD SECTION CSS ENDS HERE =============== */


/* =============== TECHNOLOGY SECTION CSS STARTS HERE =============== */

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

.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-pills .nav-link {
    background: transparent;
    color: #000;
    border: 2px solid transparent;
    border-radius: 0;
    text-align: start;
    padding: 5px 15px;
}

.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-txt h6 {
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.technology-sec-new .technology-tabs .nav-pills::-webkit-scrollbar {
    display: none;
    width: 0;
}

/* =============== TECHNOLOGY SECTION CSS ENDS HERE =============== */

/* =============== WHY CHOOSE US SECTION CSS STARTS HERE =============== */

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

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

.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-icon img {
    width: 45px;
    object-fit: contain;
}

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

/* =============== WHY CHOOSE US SECTION CSS ENDS HERE =============== */

/* =============== FAQ SECTION CSS STARTS HERE =============== */

.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;
    font-size: 18px;
    font-weight: 600;
    color: #212121;
}

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

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

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

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

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

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

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


.faq-sec .accordion-body {
    padding-top: 0;
    padding-left: 0;
    padding-right: 30px !important;
}

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

/* =============== FAQ SECTION CSS ENDS HERE =============== */

/* =============== FAQ SECTION CSS STARTS HERE =============== */

.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: 144px;
    height: 158px;
    position: absolute;
    top: 50px;
    left: 30px;
    z-index: -1;
    animation: anim-updown 3s infinite;
}

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

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

.cta-bg .social-icons li a {
    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;
}

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

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

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

.cat-inr-box a {
    color: #fff;
    transition: all .3s ease-in-out !important;
}


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

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

/* =============== WHY CHOOSE US SECTION CSS ENDS HERE =============== */


/* =============== AWARDS SECTION CSS STARTS HERE =============== */

.award-img {
    width: 310px;
    height: 140px;
    margin: 0 auto;
    overflow: hidden;
}

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

/* =============== AWARDS SECTION CSS ENDS HERE =============== */


/* =============== TESTIMONIALS SECTION CSS STARTS HERE =============== */

.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-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;
}

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


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

.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;
}



/* =============== TESTIMONIALS SECTION CSS ENDS HERE =============== */



/* =============== SERVICES PAGES CSS STARTS HERE =============== */
.common-banner {
    padding: 140px 0 100px;
}

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

.ai-why-choose-img {
    height: 450px;
    max-height: 600px;
    overflow: hidden;
}

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


.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: '';
}


.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%;
}


.management-solutions .management-card {
    padding: 24px;
    border: 1px solid transparent;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(180deg, rgb(45 13 13 / 4%) 0%, #0083eb4a 73.08%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    height: 100%;
}

.management-solutions .management-card .icon {
    height: 60px;
    width: 60px;
    margin-bottom: 16px;
}


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

.ai-experties-content ul li {
    list-style: disc;
}

.card {
    height: calc(100% - 16px);
}

.ai-experties .card .expert-icon,
.card .icon {
    display: inline-block;
    margin-bottom: 15px;
    height: 50px;
    width: 50px;
}

.ai-experties .card ul {
    padding-left: 1.5rem !important;
}

.ai-experties .card ul li {
    list-style: disc !important;
}


.happy-client .client-img-box {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
}

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


.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);
    }
}


/**** 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;
}

.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%;
    margin: 0;
}

.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;
}

.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 ****/

.bg-bottom .btn {
    line-height: 30px;
    border: 0;
}

.trusted-area .trusted-hd {
    height: calc(100% - 24px);
    margin-bottom: 24px;
    background: linear-gradient(98.04deg, #0083EB 12.73%, #004A85 103.24%);
}

.trusted-area .card {
    height: calc(100% - 24px);
    margin-bottom: 24px;
}

.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 {
    color: #212121 !important;
    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;

}

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

.optimize-inr .card {
    height: calc(100% - 16px);
    margin-bottom: 16px;
}

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

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

/* Common CTA Services and industries Page  */


.ai-cta-inner-box {
    background: linear-gradient(275.24deg, #0E51B7 1.2%, #003367 118.2%);
    padding: 80px 48px;
}


.ai-cta-box {
    position: relative;
}

.abs-tab.cta-one {
    position: absolute;
    top: -54px;
    right: -16px;
    background: #2121211A;
}

.abs-tab.cta-one h6 {
    color: #fff;
}

.abs-tab.cta-two {
    position: absolute;
    top: -36px;
    left: -97px;
    background: #2121211A;
    animation-delay: .4s;
}

.abs-tab.cta-two h6,
.abs-tab.cta-two h6 a {
    color: #fff;
}


/* =============== SERVICES PAGES CSS ENDS HERE =============== */


/* =============== RESPONSIVE CSS STARTS HERE =============== */


@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: 1640px) {

    .core-ai-card .nav-tabs .nav-link {
        font-size: 16px;
        width: 100% !important;
        text-wrap: nowrap;
        min-width: fit-content;
        text-align: center;
    }

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

    .anim-images img {
        width: 140px;
        height: 60px;
    }

    .design-service-box.two,
    .design-service-box.three {
        height: 250px;
    }

    .design-service-box.four {
        height: 300px;
    }

    .design-service-box.one {
        height: 575px;
    }

    .bx-box img {
        max-width: 94px;
    }

    .design-sticky-card {
        padding: 40px;
    }

    .web-service-box {
        padding: 20px;
    }
}

@media (min-width : 1600px) {
    .custom-container {
        max-width: 1600px !important;
        margin: 0 auto;
        padding: 0 12px;
    }

    .ai-experties .mt-5,
    .ai-technologies .mt-5,
    .ai-solutions .mt-5,
    .ai-our-process .mt-5 {
        margin-top: 24px !important;
    }

}


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

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


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


    .client-inr-box {
        min-height: 390px;
    }
}

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

    .trusted-title::before {
        min-width: 47%;
    }

    .app-tech {
        gap: 4px !important;
    }

    .app-tech::after {
        right: 2px !important;
    }

    .mobile-app-left .app-icn img {
        height: 30px;
        width: 30px;
        object-fit: contain;
    }

}


@media (max-width:1200px) {
    .trusted-logo {
        max-width: 100px;
        height: auto;
    }

    .trusted-title::before {
        content: none;
    }

    .ai-experties-box {
        height: calc(100% - 20px);
    }

    .ais.six {
        bottom: -37px;
        right: 100px;
        animation-delay: .6s;
    }

    .award-img {
        width: 200px;
    }

    .home-banner .swiper-pagination {
        bottom: 20px;
    }
}

@media screen and (max-width:1199px) {
    .mobile-app-left .app-icn img {
        height: 25px;
        width: 25px;
    }

    .core-ai-card .nav.nav-tabs {
        display: flex;
        justify-content: start;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
}

@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 (max-width: 991px) {
    .ai-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .client-img-box {
        height: auto !important;
    }

    .home-banner .swiper-slide {
        min-height: auto;
    }

    .home-banner .banner-inner {
        padding: 70px 0;
    }

    .home-banner .banner-content {
        text-align: start;
        margin-bottom: 45px;
    }

    .home-banner .banner-reviews {
        justify-content: start;
    }

    .home-banner .swiper-slide {
        height: auto;
    }

    /* =========== FOR SERVICES PAGES ========== */

    .client-img-box {
        padding: 10px;
    }

    .build-rt-img {
        height: 510px;
    }

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

    .client-inr-box {
        min-height: auto;
    }

    .core-ai-rt {
        margin-top: 25px;
    }

    .ai-why-choose-box {
        margin-left: 0;
    }

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

    .common-banner {
        padding: 40px 0 40px;
    }

    .anim-images {
        display: none;
    }

    .ais-img {
        height: 50px !important;
        width: 50px !important;
    }

    .ais-img img {
        height: 30px !important;
        width: 30px !important;
        object-fit: contain;
    }

    .ais p {
        display: none;
    }

    /* =========== FOR SERVICES PAGES ========== */

}

@media (max-width: 768px) {
    .technology-sec-new .technology-tabs .nav-pills {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .technology-sec-new .technology-tabs .nav-pills {
        width: auto !important;
        max-width: 100% !important;
    }

    .technology-sec-new .technology-tabs .nav-pills .nav-link {
        width: 100% !important;
        text-wrap: nowrap;
        min-width: fit-content;
        text-align: center;
    }

    .cta-bg::before,
    .cta-bg::after {
        display: none;
    }

    .social-icons li a {
        width: 50px;
        min-width: 50px;
        height: 50px;
    }

    .we-drive-swiper .swiper-slide img {
        min-height: 250px;
        max-height: 250px;
    }

    /* ========== FOR SERVICES PAGES ========== */

    .client-img-box {
        padding: 5px;
    }

    .maachine-card {
        margin-bottom: 20px;
    }

    .technology-sec-new .technology-tabs .nav-pills {
        flex-wrap: nowrap;
        overflow-x: scroll;
        width: auto !important;
        max-width: 100% !important;
    }

    .technology-sec-new .technology-tabs .nav-pills .nav-link {
        width: 100% !important;
        text-wrap: nowrap;
        min-width: fit-content;
        text-align: center;
    }

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

    .process-main-box .number {
        font-size: 48px;
        font-weight: 600;
        color: #0083eb;
    }

    .trusted-logo-list {
        flex-wrap: wrap;
        gap: 8px;
    }

    /* Portfolio */

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

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

    .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: 0;
        margin-top: 20px;
    }

    .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 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }

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

    .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;
    }

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

    .ai-process-img {
        max-width: 450px;
        height: auto;
    }

    .build-rt-img {
        height: 200px;
    }

    .optimize-icon {
        position: static;
        transform: none;
        margin: 0 auto;
    }


    .anim-images img {
        width: 100px;
        height: 45px;
    }


    .design-service-box.one {
        margin-bottom: 24px;
        height: 250px;
    }

    .design-service-box.two,
    .design-service-box.three {
        height: 250px;
        margin-bottom: 24px;
    }

    .design-service-box.four {
        height: 250px;
    }

    .design-sticky-card {
        padding: 20px !important;
    }

    .ais-img {
        height: 45px !important;
        width: 45px !important;
    }

    .ais-img img {
        height: 30px !important;
        width: 30px !important;
    }

    /* ========== FOR SERVICES PAGES ========== */
}

@media (max-width: 574px) {
    .ai-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .happy-clients .client-img-box img {
        max-width: 200px;
    }

    .portfolio-img-box.first,
    .portfolio-img-box.second,
    .portfolio-img-box.third,
    .portfolio-img-box.fourth {
        position: relative;
        top: unset;
    }

    .social-icons {
        padding-bottom: 30px;
        gap: 6px !important;
    }

    .social-icons li a {
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
    }

    .award-img {
        max-width: 110px;
        height: 72px;
        margin: 0 auto;
    }

    .star_rvw {
        width: calc(100% - 30px);
        flex: calc(100% - 30px);
    }

    .banner_reviews {
        gap: 10px;
        margin-top: 20px;
    }

    .we-count-card {
        max-width: calc(50% - 20px);
        flex: calc(50% - 20px);
    }

    /* ========== FOR SERVICES PAGES ========= */

    .ai-solution-box {
        padding: 15px;
        min-height: unset;
        min-height: 257px;
    }

    .ai-why-choose-img {
        height: 350px;
    }

    .ai-solution-box .sub-heading {
        font-size: 14px;
        line-height: 2.0em;
    }

    .ai-solution-box .sub-heading {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
    }

    .ai-solution-content h4 {
        font-size: 14px;
    }

    .ai-solution-box a {
        margin-top: 10px;
        gap: 12px;
        font-size: 12px;
    }

    .ai-solutions {
        padding-bottom: 0;
    }

    .design-banner-btns {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .design-banner-btns .theme-new-btn.outline {
        margin: 0px !important;
        justify-content: center;
    }

    .design-banner-btns .theme-new-btn.outline {
        margin: 0px !important;
        justify-content: center;
    }

    .design-banner-btns .theme-new-btn {
        justify-content: center;
    }


    .anim-image.one {
        top: -14px;
        left: 0%;
    }

    .anim-image.two {
        top: -7px;
        right: 0%;
    }

    .anim-image.three {
        bottom: -44px;
        left: 0;
    }

    .anim-image.four {
        bottom: -44px;
    }


    .design-service-box {
        padding: 20px;
    }

    .design-service-box.one {
        margin-bottom: 20px;
        height: 200px;
    }

    .design-service-box.two,
    .design-service-box.three {
        height: 200px;
        margin-bottom: 20px;
    }

    .design-service-box.four {
        height: 200px;
    }

    .ais-img img {
        height: 25px !important;
        width: 25px !important;
    }

    /* ========== FOR SERVICES PAGES ========= */
}

@media (max-width: 576px) {
    .home-banner .banner-inner {
        padding: 50px 0;
    }

    .home-banner .banner-content h1 {
        font-size: 26px;
    }
}


@media (max-width: 480px) {
    .happy-clients .client-img-box img {
        max-width: 200px;
    }
}

@media (max-width: 390px) {
    .ai-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .ais-img {
        height: 35px !important;
        width: 35px !important;
    }

    .ais-img img {
        height: 20px !important;
        width: 20px !important;
    }
}