* {
    margin: 0;
    padding: 0;
}

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

.sec-title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    color: #212121 !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: rgba(33, 33, 33, 0.54);
}

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

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


/**** 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:hover {
        background: radial-gradient(50% 200% at 10% 10%, #FFF9F3 0%, #F3F6FF 100%);
}

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

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


.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: 1680px) {
    .software_slider .item_lst .lt h3 {
        font-size: 20px;
    }

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

@media (max-width: 1550px) {

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

@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: 60px !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: 60px;
        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
    }
}

.nv_btn button {
    border: 0;
}

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

.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: rgba(33, 33, 33, 0.54);
    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;
    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: 271px;
    height: 294px;
    position: absolute;
    bottom: 0;
    right: 1%;
}

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

.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 .icon.one img {
    filter: invert(1);
}

.development-box:hover {
    background-color: #4183f3;
}

.development-box:hover .small-heading,
.development-box:hover .sub-heading {
    color: #fff !important;
}

.development-box:hover.development-box .icon img{
    filter: invert(0);
}

/**** 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 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: rgba(33, 33, 33, 0.54);
}

.expertise-right-box .form-control::placeholder {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: rgba(33, 33, 33, 0.54);
}

.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: rgba(33, 33, 33, 0.54) !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;
}

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

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


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


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