
/*datalist analytics service page start*/

p.service-second-para span {
    margin-left: 40px;
    margin-right: 40px;
}
.common-title h2 {
    font-size: 40px;
    font-family: "openSans-bold";
    background: linear-gradient(97.53deg, #ff6700 0%, #fe1f10 55.24%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 56px;
    margin-bottom: 16px;
    text-align:center;
}
    .common-title p {
    font-size: 20px;
    font-family: "openSans-regular";
    line-height: 28px;
    color: #676767;
    text-align:center;
}

.service-para-uxnps {
    width: 100% !important;
    color: #303030 !important;
    padding: 0px 16px;
}

p.service-second-para {
    margin-top: 30px;
}

/*datalist analytics service page end*/

/*main service page starts here */

.service-top-wrapper-main {
    background: none !important;
}

.service-container.service-page-container.leadg {
    /*    margin:0 80px*/
}

.service-banner-left-main-new {
    max-width: 100%;
}


.service-page-cards {
    position: relative;
    /*    margin:0 80px;*/
}

.service-page-container {
    min-height: auto;
}

.service-card-item {
    background: white;
    display: flex;
    flex-direction: column;
    border: 1px solid #D3D3D3;
    border-radius: 22px;
    padding: 24px 24px 24px 24px;
    width: 382px;
    /*    min-height:440px;*/
    background-image: url('../../../resources/images/main-service/Group.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto;
    /*    overflow: hidden;*/
}

.card-item-parent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1206px;
    gap: 30px;
}

.service-card-item img {
    background-color: #FFDDC7;
    padding: 8px;
    border-radius: 16px;
    margin-right: 16px;
    width: 64px;
    height: 64px;
}

.service-card-item li {
    display: flex;
    align-items: center; /* Centers the icon and text vertically */
    margin-bottom: 16px;
    margin-left: -28px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    list-style: none;
    color: #303030;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 28px; /* Adjust to make space for the icon */
}

    .service-card-item li::before {
        content: url(../../../resources/images/main-service/list-arrow.png);
        margin-right: 8px;
        display: inline-block;
        width: 16px; /* Set width of the icon */
        height: 16px; /* Set height of the icon */
        margin-bottom: 3px;
    }

    .service-card-item li a {
        text-decoration: none; /* Removes underline */
        color: inherit; /* Inherits the color from the parent element */
    }


.service-card-item p a {
    color: #303030;
    font-family: 'openSans-bold';
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}


    .service-card-item p a:hover {
        background: linear-gradient(97.53deg, #FF6700 0%, #FE1F10 55.24%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        cursor: pointer;
    }


    .service-card-item:hover {
        border-bottom: 4px solid #FE1F10 !important;
        border: none;
        /*    z-index: 10;*/
        box-shadow: 0px 4px 56px #CE500926;
    }


.service-card-item ul li:hover {
    background-image: linear-gradient(97.53deg, #FF6700 0%, #FE1F10 55.24%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.service-banner-left-main-new.service-head.category h1 {
    font-size: 48px;
    line-height: 65.37px;
    font-weight: 700;
    margin-bottom: 16px;
    font-family: 'openSans-bold';
    background: #FFFFFF;
    -webkit-background-clip: text;
    color: transparent;
}

.service-container.service-page-container.leadg.category {
    padding: 110px 0px 25px;
}


h3.cards-head a {
    font-size: 20px;
    line-height: 28px;
    color: #303030;
    font-weight: 700;
    font-family: 'openSans-bold';
}

    h3.cards-head a:hover {
        background: linear-gradient(97.53deg, #FF6700 0%, #FE1F10 55.24%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        cursor:pointer;
    }


    .service-page-cards.category h2 {
        font-size: 40px !important;
        font-family: 'openSans-bold';
        background: linear-gradient(97.53deg, #FF6700 0%, #FE1F10 55.24%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 56px !important;
        margin-bottom: 40px;
        text-align: center;
    }

.service-page-cards.category {
    padding: 32px 80px;
}

.ms-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 60px;
    z-index: -1;
    background-repeat: no-repeat;
}

.service-top-wrapper {
    position: relative; /* This sets up a containing block for absolutely positioned elements */
}
/*main service page ends here*/

/*Service category page start*/ 

/*Service category page start strategy-and-consulting*/

    .service-top-wrapper.service-top-wrapper-main.main-service.category {
        overflow: hidden;
    }

.breadcrum-service.category:hover {
    border-bottom: 1px solid #FFFFFF;
}

.service-banner-left-main-new.service-head.category p {
    font-family: 'openSans-regular';
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 0px;
}

.breadcrumb.category a::after {
    content: '';
    position: absolute;
    border: 1px solid #ffffff;
    border-top: none;
    border-left: none;
    display: inline-block;
    padding: 3px;
    right: -11px;
    top: calc(50% - 4px);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    pointer-events: none;
}

.breadcrumb.category a {
    color: #FFFFFF;
    }

.service-card-item.category {
    width: 280px;
    min-height: 280px;
    padding: 16px;
    border-radius: 20px;
}

    .service-card-item.category:hover {
        box-shadow: 0px 4px 56px 0px #CE500926;
    }

    .service-card-item.category .link {
        margin-top: 20px;
        font-size: 14px;
        background: linear-gradient(97.53deg, #FF6700 0%, #FE1F10 55.24%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-decoration: none;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

.view-more.category a, .view-more .box-know-more {
    position: relative;
    padding-bottom: 5px;
    display: unset;
    background: transparent !important;
}

    .view-more.category a:hover span, .services-what-we-do-box:hover .view-more .box-know-more span {
        background: linear-gradient(97.53deg, #FF6700 0%, #FE1F10 55.24%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.card-item-parent.category {
    justify-content: unset;
    flex-wrap: nowrap;
}

.service-card-item.category p {
    color: #303030;
    font-family: 'openSans-regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    flex-grow: 1;
}

.category-head h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    font-family: 'openSans-regular';
    color: #303030;
}

    .category-head h2:hover {
        background: linear-gradient(97.53deg, #FF6700 0%, #FE1F10 55.24%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }


    .category-head {
        margin-bottom: 16px;
    }

.service-card-item.category img {
    background-color: #FFDDC7;
    padding: 8px;
    border-radius: 16px;
    margin-right: 16px;
    width: 48px;
    height: 48px;
    border: none;
}


.section.service-category {
    width: 100%;
    max-width: 1206px;
    display: flex;
    flex-wrap: wrap; /* Makes it responsive */
    overflow: hidden;
    margin: auto;
    padding-top: 32px;
    gap: 30px;
}

    .section.service-category img {
        width: 100%;
        max-width: 400px;
        height: auto;
        object-fit: cover;
        flex: 1;
    }

.content.category {
    flex: 2;
   /* padding: 20px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .content.category h2 {
        font-size: 40px;
        font-weight: 700;
        margin: 0 0 10px;
        background: linear-gradient(97.53deg, #FF6700 0%, #FE1F10 55.24%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 56px !important;
        font-family: 'openSans-bold';
    }

    .content.category p {
        font-size: 20px;
        color: #303030;
        line-height: 28px;
        margin: 0;
        padding: 0px 13px 0px 0px;
        font-weight: 400;
        font-family: 'openSans-regular';
    }

/*testimonial*/
.service-para-service.testimonial {
    width: 100% !important;
    color: #676767 !important;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-family: 'openSans-regular';
}

.tvdians-say-section-slider.category {
    padding-bottom: 0px;
}

.video-modal-main .modal-dialog.modal-xl {
    max-width: 81%;
}

.video-modal-main .modal-content {
    border-radius: 0px;
    border: none;
    height: calc(100vh - 100px);
}

.video-modal-main .modal-body {
    padding: 0;
}

    .video-modal-main .modal-body .close {
        position: absolute;
        width: 50px;
        height: 50px;
        background: #FFFFFF;
        opacity: 1 !important;
        border-radius: 100%;
        right: -20px;
        top: -15px;
        outline: none;
    }

        .video-modal-main .modal-body .close::before {
            content: '';
            position: absolute;
            left: 30%;
            top: calc(50% - 0.5px);
            width: 0px;
            height: 2px;
            background: #676767;
            transform: rotate(0deg);
            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

        .video-modal-main .modal-body .close.animated::before {
            animation: 0.7s 0.5s submenu-close-btn-animate1 forwards;
        }

        .video-modal-main .modal-body .close::after {
            content: '';
            position: absolute;
            left: 30%;
            top: calc(50% - 0.5px);
            width: 0px;
            height: 2px;
            background: #676767;
            transform: rotate(0deg);
            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

        .video-modal-main .modal-body .close.animated::after {
            animation: 0.7s 0.5s submenu-close-btn-animate2 forwards;
        }

    .video-modal-main .modal-body iframe {
        display: block;
    }


/*Service category page end*/


.breadcrumb {
    padding: 0;
    border-radius: 0;
    background: transparent;
  /*  align-items: stretch !important;*/
}

    .breadcrumb a {
        color: #303030;
        position: relative;
        margin-right: 20px;
        display: flex;
        align-items: center;
    }

        .breadcrumb a .home-icon-hover {
            position: absolute;
            top: 0px;
            left: 0px;
            opacity: 0;
            transition: 0.2s;
        }

        .breadcrumb a:hover .home-icon-hover {
            opacity: 1;
            transition: 0.2s;
        }

        .breadcrumb a::after {
            content: '';
            position: absolute;
            border: 1px solid black;
            border-top: none;
            border-left: none;
            display: inline-block;
            padding: 3px;
            right: -11px;
            top: calc(50% - 3.5px);
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            pointer-events: none;
        }

        .breadcrumb a:last-child::after {
            content: none;
        }

.breadcrum-service {
    border-bottom: 1px solid transparent;
}

    .breadcrum-service:hover {
        border-bottom: 1px solid black;
    }

.service-banner-right-main.leadg .waves {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    border-radius: 0 0 40px 40px;
    /*height: 65px !important;*/
    overflow: hidden;
}

.service-banner-right-main.leadg .wave-3 {
    position: absolute;
    bottom: 0px;
    width: 120%;
    height: auto;
    left: -30px;
    z-index: 3;
    padding: 0;
    /* animation: waves 7s infinite alternate-reverse; */
}

.service-banner-right-main.leadg .page2 .tvd-angular-field.mob-number label {
    color: #676767;
}

.quick-contact-section .map-contact-section-info {
    padding: 0px 0 0px 0 !important;
}

.service-banner-right-main.leadg .page2 .tvd-angular-field > span {
    font-size: 12px;
    position: relative;
    color: red;
}


.only-business-id {
    text-align: left !important;
}

.service-banner-right-main.leadg .service-thanks-wrapper > img.thank-img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 70px;
    padding-top: 94px;
}

.service-banner-right-main.leadg .service-thanks-wrapper .main-line {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #351346;
    margin-bottom: 16px;
}

.service-banner-right-main.leadg .service-thanks-wrapper .sub-line {
    padding: 0px 75px;
}

.container-service-main {
    max-width: 1236px !important;
    width: 100% !important;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 64px;
}

.service-section-spacing {
    padding: 64px 0 0px !important;
}

.services-main-section {
    margin: 32px 0px;
}

.service-top-wrapper .service-container.leadg {
    padding: 110px 0px 25px;
    position: relative;
    /*    max-width:1180px;*/
    max-width: 1206px;
}

.gint-cc-container .cc-label {
    color: #333333;
    font-weight: 400;
}


.service-banner-right-main.leadg .page2 .card-head {
    color: #333333;
}

.cc-message.gint-cc-message.service {
    left: 5px;
    top: 20px;
}

    .cc-message.gint-cc-message.service .error {
        color: #e22a2a;
    }

.service-banner-left-main.service-head h3 {
    font-family: 'openSans-regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    /*    margin-bottom: 46px;*/
    position: relative;
    display: flex;
    align-items: center;
}

.service-banner-left-main-new.service-head h1 {
    font-size: 40px;
    line-height: 65.37px;
    font-weight: 700;
    margin-bottom: 16px;
    font-family: 'openSans-bold';
    background: linear-gradient(97.53deg, #FF6700 0%, #FE1F10 55.24%);
    -webkit-background-clip: text;
    color: transparent;
}

.service-banner-left-main-new.service-head p {
    font-family: 'openSans-regular';
    font-size: 22px;
    font-weight: 400;
    color: #303030;
    line-height: 24px;
    margin-bottom: 0px;
}

.service-banner-right-main.leadg {
/*    margin: 0 auto;*/
}

    .service-banner-right-main.leadg .service-lead-wrapper {
        transform: translate(0);
        margin: 0 auto;
    }

    .service-banner-right-main.leadg .service-thanks-wrapper.hidden {
        display: none;
    }

    .service-banner-right-main.leadg .page2 .connect-btn.service {
        display: block;
        margin: 20px auto 0;
        padding: 13px 37px;
        width: 228px;
        background: linear-gradient(97.53deg, #FF6700 0%, #FE1F10 55.24%);
        color: #FFFFFF;
        position: relative;
        z-index: 11;
        border-radius: 12px;
        font-size: 16px;
    }

    .service-banner-right-main.leadg .page2 .iti__country-list--dropup, .service-banner-right-main.leadg .page2 .iti__country-list, .iti__country-list {
        margin-left: 0 !important;
        max-width: 360px;
        max-height: 240px !important;
    }

.services-main-section h3 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 700;
    font-family: 'openSans-bold';
    background: linear-gradient(97.53deg, #FF6700 0%, #FE1F10 55.24%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 16px;
}

.service-para-service {
    width: 100% !important;
    color: #676767 !important;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-family: 'openSans-regular';
}



/* Service section start*/
.hover-border {
    display: inline-block;
    padding: 2px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
}

    .hover-border::after {
        content: '';
        display: block;
        width: 34px;
        height: 2px;
        background: #000;
        transition: width 0.3s, background-color 0.3s;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .hover-border:hover {
        background: linear-gradient(97.53deg, #FF6700 40%, #FE1F10 55.24%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

        .hover-border:hover::after {
            width: 100%;
            background-color: #FF6700;
        }


.home-services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
}

.home-service {
    background: white;
    padding: 20px;
    margin: 10px;
    flex: 0 1 calc(33% - 40px);
    box-sizing: border-box;
}

.service-new-home {
    padding: 0px 0px 0px 40px;
    border-left: 2px solid #ff5a00;
    text-align: left;
}


.home-service h2 a {
    color: #303030;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    font-family: 'openSans-semi-bold';
}


.home-service p {
    font-weight: 400;
    color: #676767;
    font-size: 16px;
    line-height: 24px;
}

.home-service .pr-12 {
    padding-right: 12px;
}

.our-service-inovation {
    padding-bottom: 73px;
}

.main-header-service {
    text-align: center;
}

    .main-header-service .title {
        font-size: 40px;
        font-family: 'openSans-bold';
        background: linear-gradient(97.53deg, #FF6700 0%, #FE1F10 55.24%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 56px;
        margin-bottom: 16px;
    }

    .main-header-service .sub-title {
        font-size: 20px;
        font-family: 'openSans-regular';
        line-height: 28px;
        color: #676767;
    }

.service-slides img {
    box-shadow: 0px 24px 72px -40px #38312847;
    box-shadow: 0px -8px 24px -40px #3831281A;
    border-radius: 16px;
}


/* Service section end*/

/*Lets connect section start*/

.quick-contact-form .align-items-baseline {
    flex-direction: row !important;
}


.quick-contact-form .camp-fields-wrapper .connect-btn {
    margin-top: 0;
    font-family: 'openSans-semi-bold';
    font-weight: bold;
    font-size: 16px;
}

.quick-contact-form .contact-field-row .tvd-angular-field label ~ span {
    top: 54px !important;
}

.camp-fields-wrapper.top-error .gint-cc-message.top {
    top: 24px !important;
    left: 0px !important;
    right: 0px !important;
}


.gint-cc-message.top {
    top: 24px !important;
    left: 0px;
}


button.let-connect-btn-new {
    position: absolute;
    bottom: 25%;
    right: calc(100% - 284px);
    padding: 12px 35px !important;
    border-radius: 44px;
    background: white;
    border: 1px solid #fff0;
}

    button.let-connect-btn-new span {
        background: linear-gradient(97.53deg, #FF6700 40%, #FE1F10 55.24%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: 'openSans-bold';
        font-size: 20px;
        font-weight: 700;
    }

.let-connect-btn-new::after {
    content: '';
    position: absolute;
    top: -12px;
    left: -16px;
    width: calc(100% + 32px);
    height: calc(100% + 24px);
    border: 1px solid #fff0;
    border-radius: 44px;
    transition: border-color 0.3s ease;
    pointer-events: none;
    padding: 12px;
}


.let-connect-btn-new:hover:after {
    border-color: #fe1f10;
    border-radius: 50px;
    border: 1px solid transparent;
    background: linear-gradient(183deg, #FFFFFF, #FE1F10) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}


.camp-lead-wrapper .home-head2 {
    color: #333333;
    padding: 20px 10px 20px 24px;
}

    .camp-lead-wrapper .home-head2.second {
        padding: 20px 10px 20px 10px;
    }

.let-connect-btn {
    top: 62%;
    padding: 12px 16px;
}

.connect-btn {
    border-radius: 12px;
}

.let-connect-btn:hover {
    border: 1px solid #FF6700;
    border-radius: 44px;
}

.cc-message2 .error {
    color: red !important;
}



.quick-contact-section {
    align-items: flex-start;
    padding-bottom: 0px;
/*    padding-top: 95px !important;*/
}

.quick-contact-section-new {
    align-items: flex-start;
    padding-bottom: 0;
    padding-top: 0 !important;
}


.cc-message2 .success {
    font-family: 'openSans-light';
    font-size: 14px;
    font-weight: 300;
    color: #4bb543 !important;
}

/*Lets connect section end*/


/*Feel free to contact us start*/


.quick-contact-section .thankyou-work {
    display: none;
    margin: 60px 10px 0 20px;
    z-index: 3;
    padding: 20px;
    max-width: inherit;
    padding-bottom: 110px;
    text-align: center;
    flex: 1;
}

    .quick-contact-section .thankyou-work img {
        width: 61px;
        margin: auto;
    }

.thankyou-work {
    max-width: 450px;
    margin: auto;
}

    .thankyou-work p.head {
        font-family: 'openSans-semi-bold';
        font-size: 40px;
        color: #303030;
        padding: 0px 0;
        line-height: 56px;
        text-align: center;
    }

        .thankyou-work p.head + p {
            max-width: 620px;
            margin: auto;
            text-align: center;
        }

    .thankyou-work img {
        width: 60px;
        margin: auto;
    }

    .thankyou-work > p {
        font-size: 16px;
        line-height: 24px;
    }

.quick-contact-section-info .contact-us-header {
    font-family: 'openSans-semi-bold';
    font-size: 40px !important;
    line-height: 56px !important;
    margin-bottom: 0px;
    color: #303030;
}


.tvd-angular-field input:not([type=checkbox]):not([type=range]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]) ~ label, .tvd-angular-field textarea ~ label {
    color: #676767 !important;
}



.quick-contact-section-info p {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-top: 0px;
}


.quick-contact-form .contact-field-row .tvd-angular-field > p.only-business-id {
    top: 70px !important;
}

.new-letsconnect1 {
    padding: 14px 20.14px;
    background: linear-gradient(97.53deg, #FF6700 0%, #FE1F10 55.24%);
    text-transform: capitalize;
    font-family: 'openSans-semi-bold';
}

.quick-contact-section-info .contact-us-header {
    font-weight: 700 !important;
    font-family: 'openSans-bold' !important;
}

.subscribe-container .form-group.subscribe .form-control {
    COLOR: #FFFFFF;
}

/*Feel free to contact us end*/

/*case study section start*/

.hp-case-study-tab-new {
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: flex-start;
    border: 1px solid #00000026;
    border-radius: 16px 16px 0px 0px;
    gap: 12px;
    background: #F0DEDA59;
}

    .hp-case-study-tab-new li {
        background: linear-gradient(97.53deg, #FFE3D0 0%, #FFCAC7 55.24%);
        border: none;
        font-size: 12px;
        font-family: 'openSans-regular';
        line-height: 20px;
        color: #1C1934;
        padding: 2px 8px;
        border-radius: 16px;
        width: max-content;
    }

.hp-desktop-case-study-main {
    max-width: 1205px;
    margin: 0 auto;
}

.hp-case-study-img {
    max-width: 470px !important;
    width: 100%;
}

    .hp-case-study-img .main-img {
        display: block;
        overflow: hidden;
        height: 275px;
        border-radius: 0 0 16px 16px;
    }

        .hp-case-study-img .main-img img:first-child {
            width: 100%;
        }

.hp-case-study-info:hover .hp-case-study-img .main-img img {
    transform: scale(1.04);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.hp-case-study-info:hover .hp-case-study-img .hp-case-study-fig {
    transform: translate(-48%, -50%) !important;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.hp-case-study-img:hover .hp-case-study-fig img {
    transform: translate(-50%, -50%) !important;
}

.hp-case-study-info:hover .card-title {
    background: linear-gradient(97.53deg, #FF6700 0%, #FE1F10 55.24%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.view-more-border p {
    position: relative;
    padding-bottom: 5px;
    display: block;
    background: transparent !important;
}

    .view-more-border p::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: calc(100% - 20px);
        height: 1px;
        background: #aaaaaa;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

    .view-more-border p span {
        position: relative;
        font-family: 'openSans-regular';
        font-size: var(--fs-14);
        color: var(--text-secondary);
        line-height: 20px;
        padding-right: 20px;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

        .view-more-border p span::before {
            content: "";
            position: absolute;
            right: 0;
            top: 7px;
            width: 8px;
            height: 8px;
            border-radius: 100%;
            background: #f37222;
            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
            opacity: 1;
        }

        .view-more-border p span::after {
            content: '';
            background: url(../images/view-moew-arrow.png) no-repeat;
            position: absolute;
            right: 0;
            top: calc(50% - 4px);
            width: 15px;
            height: 8px;
            opacity: 0;
            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

.hp-case-study-info:hover .view-more p::before {
    width: 100%;
    background: #f37222;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.hp-case-study-info:hover .view-more p span {
    color: #f37222;
    padding-right: 28px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

    .hp-case-study-info:hover .view-more p span::before {
        opacity: 0;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

    .hp-case-study-info:hover .view-more p span::after {
        opacity: 1;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

.scalpel-wh {
    height: auto;
    border-radius: 0px 0px 16px 16px;
}

.hp-case-study-fig img {
    top: 58%;
    width: 120px;
}


.hp-case-study-fig img {
    transform: scale(1);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.hp-case-study-fig:hover img {
    transform: scale(1.04);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.hp-case-study-section.service {
    padding: 00px 0 0px;
}

/*case study section end*/

/*blog cards start*/
/*.blog-service-main {
    margin-bottom: 100px;
}*/

.blog-card img {
    transform: scale(1);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.blog-card:hover img {
    transform: scale(1.04);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.blog-card img {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    border-radius: 5px;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.blog-card:hover img {
    transform: translate(-50%, -50%) scale(1.04);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.blog-card {
    margin-bottom: 16px;
    border-radius: 16px;
    display: flex;
    overflow: hidden;
    padding: 0;
    transition: 0.2s;
    flex-direction: column;
    height: 100%;
    box-shadow: 0px 12px 16px -4px #10182814;
}

    .blog-card:hover {
        padding: 2px 1.5px;
        background: linear-gradient(97.53deg, #FF6700 40%, #FE1F10 55.24%);
        transition: 0.2s;
    }

.img-blog {
    padding: 24px 24px 0px 24px;
    background: #FFFFFF;
    border-radius: 15px 15px 0 0;
}

.detail-blog {
    padding: 0px 24px 24px 24px;
    background: #FFFFFF;
    border-radius: 0 0 15px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .detail-blog p:last-child {
        margin-top: auto;
    }

.blog-card img {
    width: 100%;
    border-radius: 5px;
}

.blog-card span {
    font-size: 14px;
    font-family: 'openSans-semi-bold';
    line-height: 20px;
    color: #FF5D31;
    padding-top: 24px;
    padding-bottom: 12px;
    display: block;
    padding-left: 24px;
    background: #FFFFFF;
}

.blog-card h5 {
    font-size: 16px;
    font-family: 'openSans-semi-bold';
    line-height: 24px;
    color: #303030;
}

.blog-card p {
    font-size: 16px;
    font-family: 'openSans-regular';
    line-height: 24px;
    color: #999999;
    padding-top: 16px;
}

.blog-row {
    padding-top: 30px;
}

/*blog cards end*/

/* Service Catgory Page STart stratagy-consulting*/
.common-padding-wrap {
    padding: 40px 0;
}

.serivce-cat-wrap a.serivce-cat-blk {
    position: relative;
    max-width: 279px;
}

    .serivce-cat-wrap a.serivce-cat-blk .img-blk {
        overflow: hidden;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .serivce-cat-wrap a.serivce-cat-blk .img-blk img {
            object-fit: cover;
            transition: transform 0.3s ease;
        }

.serivce-cat-wrap .serivce-cat-blk:hover img {
    transform: scale(1.04);
}

.serivce-cat-wrap .serivce-cat-blk:hover .hover-border {
    background: linear-gradient(97.53deg, #FF6700 40%, #FE1F10 55.24%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

    .serivce-cat-wrap .serivce-cat-blk:hover .hover-border::after {
        width: 100%;
        background-color: #FF6700;
    }

.serivce-cat-blk .serivce-cat-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 16px;
    border: 1px solid #FF6700;
    position: absolute;
    bottom: -15px;
    right: -12px;
    left: 24px;
    transition: 0.5s;
}

.serivce-cat-wrap a.serivce-cat-blk:hover .serivce-cat-card {
    position: absolute;
    bottom: -15px;
    right: -12px;
    left: 0px;
    transition: 0.5s;
}

.serivce-cat-blk .serivce-cat-card h5 {
    font-family: 'openSans-semi-bold';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #303030;
    margin-bottom: 24px;
}

.serivce-cat-blk .serivce-cat-card p {
    font-family: 'openSans-regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #303030;
}

.testimonial-sect {
    margin-bottom: 10px;
}

    .testimonial-sect .tvdians-say-section-slider .testimonial-slide P {
        font-family: 'openSans-semi-bold';
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
        text-align: center;
    }

    .testimonial-sect .tvdians-say-section-slider .slick-arrow {
        position: absolute;
        width: 48px;
        height: 48px;
        z-index: 1;
        top: 40%;
    }

    .testimonial-sect .tvdians-say-section-slider .slick-prev {
        left: 6px;
        right: auto;
        background: url('/resources/images/main-service/strategy-consulting/slick-prev-arrow.svg');
    }

    .testimonial-sect .tvdians-say-section-slider .slick-next {
        right: 6px;
        left: auto;
        transform: none;
        background: url('/resources/images/main-service/strategy-consulting/slick-next-arrow.svg');
    }

    .testimonial-sect .tvdians-say-section-slider .testimonial-slide {
        min-height: 335px;
    }


    .testimonial-sect .slick-track {
        margin-bottom: 48px;
    }


    .testimonial-sect .tvdians-say-section-slider .slick-dots li.slick-active {
        background: linear-gradient(91.64deg, rgba(254, 32, 17, 0.84) 0.16%, #FF6102 59.89%);
    }

/* Service Catgory Page End stratagy-consulting*/


/* Service Catgory Page research-and-insights start*/

.card-item-parent.category.research {
    flex-wrap: wrap;
    gap: 20px;
}

.common-padding-wrap.second {
    justify-content: center;
}

/* Service Catgory Page research-and-insights end*/

.quick-contact-section-new .btn.connect-btn-new {
    /* align-self: initial; */
    /* display: initial; */
    margin: initial;
}

.btn.connect-btn-new.newaboutbtn-new {
    padding: 12px 32px !important;
}


@media (max-width: 768px) {
   
}

/*Service category page end strategy-and-consulting*/


@media screen and (max-width:1024px) and (min-width:768px) {
    /* Service category page end */
    .serivce-sub-cat-sec {
        padding: 0 16px;
    }

    .serivce-cat-wrap .col-sm-6 {
        margin-bottom: 48px;
    }
    /* Service category page end */
}


@media screen and (max-width:767px) and (min-width:320px) {

    /*service page card section*/
    .service-card-item p {
        font-family: 'openSans-regular';
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }

    .card-item-parent {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 1206px;
        gap: 16px;
    }

    .service-page-cards {
        margin: 0px;
    }

    .service-card-item img {
        border: 0.2px solid #FF6700;
        height: 48px;
        width: 48px;
    }

    .service-card-item li {
        color: #303030;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

    .card-item-parent {
        gap: 16px;
    }

    .service-card-item {
        position: relative;
        background: url('../../../resources/images/main-service/group-mob.png');
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: auto;
        display: flex;
        flex-direction: column;
        border: none;
        border-radius: 22px;
        padding: 8px;
        width: 312px;
        /*        overflow: hidden;*/
        box-shadow: 0 0px 2px antiquewhite;
    }

        .service-card-item::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to top right, #FFEBE0,#FFFFFF, #FFFFFF);
            border-radius: 22px;
            z-index: -1;
        }

    .service-card-item-ul {
        margin-top: 16px;
    }

    .service-card-item li {
        margin-bottom: 14px;
    }

    .service-card-item > * {
        position: relative;
        z-index: 2; /* Ensures the content stays above the gradient overlay */
    }

    /* service page cards ends     */

    /*datalist analytics service page start*/
    p.service-second-para span {
        margin-left: 0px;
        margin-right: 0px;
    }

    .service-para-uxnps {
        padding: 0px 0px;
    }

    p.service-second-para {
        margin-top: 20px;
    }
    /*datalist analytics service page end*/


    .service-card-item {
        width: 328px !important;
    }

    /*    .main-service {
        width: 100%;
        background: linear-gradient(59deg, #fdfdfe 5%, #d8d8f2 111%);
        background-image: url(/resources/images/main-service/main-ban-mob.webp);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        padding-top: 54px;
    }*/

    .service-banner-right-main.leadg .waves {
        height: 45px !important;
    }

    .cc-message .error {
        font-family: 'openSans-light';
        font-size: 14px;
        font-weight: 300;
        color: #e22a2a;
        padding-left: 25px;
        background: url(../images/error-icon.svg) no-repeat;
        background-size: auto 100%;
    }

    .service-top-wrapper .service-container.leadg {
        padding: 32px 16px 0px;
        max-width: 700px !important;
    }

    .service-banner-left-main {
        text-align: left;
        padding: 0 0 8px 0;
    }

        .service-banner-left-main.service-head h3 {
            margin-bottom: 16px;
        }

    .service-banner-left-main-new.service-head h1 {
        font-size: 20px !important;
        line-height: 28px;
        font-weight: 700;
        margin-bottom: 12px;
        font-family: 'openSans-bold';
        -webkit-background-clip: text;
        color: transparent;
        padding: 0;
    }

    .service-banner-left-main-new.service-head p {
        font-family: 'openSans-regular';
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        line-height: 20px;
        margin-bottom: 0px;
        padding: 0;
    }

    .service-banner-right-main.leadg {
        margin-top: 92px;
    }

        .service-banner-right-main.leadg .page2 .card-head {
            padding: 0 0 10px 0;
        }

    .iti__country-list {
        max-width: 100% !important;
        max-height: 100% !important;
    }


    .container.feel-contact-form {
        width: 1366px;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        gap: 80px;
        padding-left: 0px;
        justify-content: center;
        padding-right: 0px;
        padding-left: 0px;
    }

    .quick-contact-section .thankyou-work {
        max-width: 100% !important;
        width: 100%;
    }

    .services-main-section {
        margin: 32px 0 8px 0;
    }

        .services-main-section h3 {
            font-size: 20px;
            line-height: 28px;
        }

    .service-para-service {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        background: #fff;
        transition: 0.2s;
    }

    .services-main-section.expanded .service-para-service {
        overflow: inherit;
        display: block;
        transition: 0.2s;
    }

    .home-service {
        background: white;
        padding: 7px;
        margin: 8px 0px 25px;
        flex: 0 1 calc(33% - 40px);
        box-sizing: border-box;
    }


    .container-service-main {
        padding-bottom: 0px;
    }

    .home-service h2 a {
        color: #303030;
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        font-family: 'openSans-semi-bold';
    }

    .home-service p {
        font-weight: 400;
        color: #676767;
        font-size: 14px;
        line-height: 24px;
    }

    .service-section-spacing {
        padding: 40px 0 !important;
    }

    .blog-service-main {
        margin-bottom: 40px;
    }

    .branch-wrapper {
        padding: 16px 16px 10px 16px;
        text-align: center;
        border-radius: 18px 18px 0px 0px;
        position: relative;
        box-shadow: 0px 50px 100px 25px #F6E0D0;
    }

    button.let-connect-btn-new span {
        background: linear-gradient(97.53deg, #FF6700 40%, #FE1F10 55.24%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: 'openSans-bold';
        font-size: 14px;
        font-weight: 700;
    }

    .home-service h2 {
        font-size: 18px;
    }

    button.let-connect-btn-new {
        position: absolute;
        /* top: 65%; */
        bottom: 44%;
        right: calc(100% - 160px);
        padding: 9px 9px !important;
        border-radius: 44px;
        background: white;
        border: 1px solid #fff0;
        width: 150px;
    }


    .brnach-header {
        padding: 0px;
    }

        .brnach-header h2 {
            font-size: 20px;
            font-family: 'openSans-bold';
            line-height: 28px;
            background: linear-gradient(97.53deg, #FF6700 0%, #FE1F10 55.24%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            color: #FF6700;
            margin-bottom: 8px;
        }

        .brnach-header p {
            font-size: 12px;
            line-height: 18px;
            margin-bottom: 2px;
        }

    .branch-details {
        flex-wrap: wrap;
        padding-bottom: 0px;
        padding-left: 0px;
        margin-top: 20px;
    }

    .main-branch-section {
        flex-wrap: wrap;
        justify-content: center;
    }


    .camp-fields-wrapper .tvd-angular-field > .only-business-id {
        font-size: 12px;
    }

    .service-new-home {
        padding: 0px 0px 0px 25px;
        border-left: 2px solid #ff5a00;
        text-align: left;
    }


    #revolution-main {
        height: 70px;
    }


    .our-service-inovation {
        padding-bottom: 73px;
        margin-top: 0px;
    }


    .branch-main {
        width: 50%
    }

        .branch-main h3 {
            font-size: 28px;
            line-height: 38px;
        }

        .branch-main .counter span {
            font-size: 28px !important;
        }

        .branch-main span {
            font-size: 12px !important;
        }

    .branch-wrapper::before {
        bottom: -70px;
        background-image: url(../images/new-index/curve-mob.svg);
        background-position: center bottom;
        background-size: 100%;
        height: 80px;
        width: 100%;
        left: 0px;
        top: auto;
    }


    /*Lets connect section*/

    .camp-lead-wrapper .home-head2 {
        font-size: 16px !important;
        line-height: 21px !important;
        padding: 10px 15px 10px 15px !important;
    }


    .quick-contact-form .camp-fields-wrapper .connect-btn.homebtn {
        /* width: unset !important; */
        margin-top: 40px !important;
        margin-bottom: 20px;
    }

    .map-people {
        display: none;
    }

    .btnCampSubmit {
        max-width: 328px;
        width: 100%;
    }

    #revolution-main {
        padding-left: 22px;
    }

    .map-contact-section {
        padding-top: 36px !important;
        margin-top: -5px;
    }


    .let-connect-btn {
        border-radius: 44px;
        right: calc(100% - 171px) !important;
        top: 45% !important;
        border: 1px solid #fff;
        padding: 7px 7px !important;
    }

    .map-contact-section p {
        text-align: center;
    }

    .thankyou-work > p {
        font-size: 16px;
        line-height: 24px;
        color: #676767;
    }

    .quick-contact-section-info p {
        font-size: 14px !important;
        line-height: 18px !important;
        color: #676767 !important;
    }

    .quick-contact-section-info .contact-us-header {
        padding-bottom: 8px;
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .quick-contact-form .contact-field-row .tvd-angular-field > p.only-business-id {
        font-size: 10px !important;
        text-align: left;
    }

    .map-contact-section-info {
        margin: 0px 0px 11px 0 !important;
    }

    .quick-contact-section .map-contact-section-info .d-flex {
        max-width: 100% !important;
    }

        .quick-contact-section .map-contact-section-info .d-flex .quick-contact-form {
            margin-right: 0px !important;
        }

            .quick-contact-section .map-contact-section-info .d-flex .quick-contact-form .contact-field-row .tvd-angular-field > p.only-business-id {
                top: 75px !important;
            }

            .quick-contact-section .map-contact-section-info .d-flex .quick-contact-form .tvd-angular-field.mob-number.mob-contact-no2 label {
                left: 30% !important;
            }

    .new-letsconnect1 {
        font-size: 16px;
        line-height: 24px;
    }


    .letsconnect-field-row .cc-message2 {
        position: absolute;
        top: 41px;
        left: 30px;
    }

    .thankyou-work p.head {
        font-family: 'openSans-semi-bold';
        font-size: 18px;
        color: #303030;
        padding: 10px 0;
        line-height: 28px;
    }


    .main-header-service .title {
        font-size: 20px !important;
        font-family: 'openSans-bold';
        line-height: 28px;
        margin-bottom: 4px;
    }

    .main-header-service .sub-title {
        font-size: 12px !important;
        font-family: 'openSans-regular';
        line-height: 18px;
        color: #676767;
        padding: 0px !important;
        margin-bottom: 24px;
    }

    .hp-clients-wrapper {
        margin: 0px auto 0 auto;
    }

    .quick-contact-section .quick-contact-section-info .d-flex {
        padding-bottom: 0px;
    }

 
    .joinus-field-row .gint-cc-message {
        height: 24px;
    }


    .hp-desktop-case-study-main {
        display: block;
    }

    .margin-tabs-content {
        margin: 0px;
    }

    .scalpel-wh {
        height: auto;
    }

    .hp-case-study-tab-new {
        display: flex;
        align-items: center;
        padding: 10px 4px;
        justify-content: flex-start;
        border: 1px solid #00000026;
        border-radius: 16px 7px 0px 0px;
        gap: 7px;
        background: #F0DEDA59;
    }


        .hp-case-study-tab-new li {
            background: linear-gradient(97.53deg, #FFE3D0 0%, #FFCAC7 55.24%);
            border: none;
            font-size: 10px;
            font-family: 'openSans-regular';
            line-height: 16px;
            color: #1C1934;
            padding: 4px 4px;
            border-radius: 16px;
            width: max-content;
        }

        .hp-case-study-tab-new button {
            font-size: 10px;
            line-height: 16px;
            padding: 2px 4px;
        }


    .home-services {
        display: block;
    }

    .letsconnect-field-row .cc-container {
        padding: 0;
    }

    .new-letsconnect1 {
        width: 100%;
    }

    /*blog card*/

    .hp-case-study-img .main-img {
        display: block;
        overflow: hidden;
        height: auto;
        border-radius: 0 0 16px 16px;
    }

    .view-more-border p::before {
        background: linear-gradient(97.53deg, #FF6700 40%, #FE1F10 55.24%);
    }

    .view-more-border p span {
        background: linear-gradient(97.53deg, #FF6700 40%, #FE1F10 55.24%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .hp-case-study-info .view-more-border p span::before, .hp-case-study-info .view-more-border p span::after {
        content: none;
    }

    .blog-card h5 {
        font-size: 14px;
    }

    .blog-card p {
        font-size: 14px;
        line-height: 20px;
    }

    .blog-row .col-12 {
        display: table;
    }

    .blog-row {
        margin: 0px;
        padding-top: 16px;
    }

        .blog-row .blog-card {
            margin-bottom: 16px;
        }

    .camp-lead-mbwrapper {
        border-radius: 0px 10px 55px 55px !important;
    }

    .camp-lead-mbwrapper {
        border-radius: 0px 10px 55px 55px !important;
    }


    .camp-lead-base {
        margin-top: -20px;
    }


    .branch-wrap-main {
        max-width: 826px;
        width: 100%;
        padding: 0px 15px;
    }



    .getin-tocuh-strip .common-btn {
        width: 100%;
        font-size: 16px;
        margin: 0;
    }


    /* For Google Chrome and Safari */
    input:not([type="color"]):-webkit-autofill,
    input:not([type="color"]):-webkit-autofill:hover,
    input:not([type="color"]):-webkit-autofill:focus,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover,
    textarea:-webkit-autofill:focus,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
    select:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 1000px white inset !important;
        box-shadow: 0 0 0 1000px white inset !important;
        -webkit-text-fill-color: #000 !important;
    }

    /* For Mozilla Firefox */
    input:not([type="color"]):-moz-autofill,
    textarea:-moz-autofill,
    select:-moz-autofill {
        box-shadow: 0 0 0 1000px white inset !important;
        -moz-text-fill-color: #000 !important;
    }

    /* For Microsoft Edge */
    input:not([type="color"]):-ms-autofill,
    textarea:-ms-autofill,
    select:-ms-autofill {
        box-shadow: 0 0 0 1000px white inset !important;
        -ms-text-fill-color: #000 !important;
    }

    /* General reset for other input elements */
    input:not([type="color"]):-webkit-autofill,
    input:not([type="color"]):-moz-autofill,
    input:not([type="color"]):-ms-autofill,
    textarea:-webkit-autofill,
    textarea:-moz-autofill,
    textarea:-ms-autofill,
    select:-webkit-autofill,
    select:-moz-autofill,
    select:-ms-autofill {
        -webkit-box-shadow: 0 0 0 1000px white inset !important;
        box-shadow: 0 0 0 1000px white inset !important;
        -webkit-text-fill-color: #000 !important;
    }



    img.img-fluid.feel-con {
        width: 76.74px;
        margin: auto;
    }

    .quick-contact-section .thankyou-work {
        display: none;
        margin: 0px 0px 0 0px;
        z-index: 3;
        padding: 97px 12px;
        max-width: inherit;
        padding-bottom: 110px;
        text-align: center;
        flex: 1;
        background: #FFFFFF;
        /*max-width: calc(100% - 30px) !important;*/
    }

    .joinus-field-row {
        margin-top: 34px;
    }

    .cc-message3 {
        right: initial;
        left: 0px !important;
    }


    .cu-banner-sec {
        height: 270px;
    }

        .cu-banner-sec h2 {
            font-size: 24px;
            line-height: 32.47px;
        }

    .cu-query-sec.branch-wrap-main .branch-wrapper {
        padding: 30px 50px 30px 50px;
    }


    .cu-query-sec.branch-wrap-main .query-sec-blk {
        text-align: start;
        margin-bottom: 37px;
    }

    .cu-query-sec.branch-wrap-main .branch-wrapper::before {
        bottom: -70px;
        background-image: url(../images/new-index/curve-mob.svg);
        background-position: center bottom;
        background-size: 100%;
        height: 80px;
        width: 100%;
        left: 0px;
        top: auto;
    }


    .our-presence-listing {
        flex-direction: column;
        padding-top: 24px;
    }

        .our-presence-listing > li:before {
            content: none;
        }

        .our-presence-listing > li {
            border-right: 1px solid #FE2011D6;
            padding: 0px 13px;
            margin: 0 auto 16px;
            font-size: 12px;
        }

            .our-presence-listing > li span {
                font-size: 12px;
            }

    .quick-solution-sec {
        padding: 0 16px;
    }

    .quick-solution-blk {
        background: #ffffff;
        border-radius: 16px;
        padding: 20px 0px;
        margin: 16px;
    }

        .quick-solution-blk .contact-us-form-wrapper .tabs-content-main .contact-field {
            margin-bottom: 12px;
        }

        .quick-solution-blk .quick-solution-right-blk {
            padding: 0px;
        }

    .quick-solution-sec .camp-fields-wrapper .tvd-angular-field > .only-business-id {
        font-size: 12px;
        top: auto !important;
    }

    .quick-solution-sec .social-blk li {
        margin-right: 16px;
    }

    .quick-solution-sec .social-blk img {
        width: 26px;
    }

    .quick-solution-sec .social-blk {
        justify-content: center;
    }

    .quick-solution-right-blk .contact-field.tvd-angular-field {
        position: relative !important;
    }

    .quick-solution-right-blk .contact-field-row .col-12,
    .quick-solution-right-blk .contact-new {
        padding-right: 0px !important;
    }

    .quick-solution-sec .contact-us-form-wrapper .tabs-content-main .contact-field label ~ span {
        position: static;
    }

    .query-section.main-branch-section {
        padding: 0 16px;
    }

    .quick-solution-sec .contact-us-form-wrapper .tabs-content-main .contact-field.mob-number label {
        position: absolute;
        left: 100px;
        top: 20px;
        font-size: 14px !important;
    }

    .quick-solution-sec .contact-us-form-wrapper .tabs-content-main .contact-field.mob-number.focused label {
        position: absolute;
        left: 87px;
        top: -8px;
    }

    .quick-solution-sec .title {
        margin-top: 16px;
        font-size: 14px;
    }

    .quick-solution-sec .thaks-msg-blk {
        padding-top: 16px;
    }

    .contact-us-form-wrapper .tabs-content-main .contact-field input ~ label, .tabs-content-main .contact-field textarea ~ label {
        color: #504F4F !important;
        font-size: 14px !important;
    }

    .quick-solution-sec .txt-content {
        font-size: 12px !important;
    }

    .query-sec-blk h5,
    .cu-query-sec .query-sec-blk p {
        font-size: 14px
    }

    .captcha-blk {
        position: relative;
    }

        .captcha-blk .cc-message {
            position: absolute;
            left: 0px;
            right: 0;
            text-align: center;
            bottom: 12px;
            max-width: 100% !important;
        }

    /* Service category page start */

    .service-head.category {
        padding: 0;
    }

    h3.breadcrumb.category {
        font-size: 14px;
        line-height: 20px;
    }

    .section.service-category {
        flex-direction: column; /* Stacks content vertically on smaller screens */
    }


    .service-card-item.category:before{
        background:none;
    }

    .section.service-category img {
        max-width: 100%;
    }

    .newabout-new.service-category {
        margin-top: 0px;
    }

    /*.content.category {
        padding: 15px;
    }
*/
        .content.category h2 {
            font-size: 20px;
            line-height: 28px !important;
            text-align: center;
        }

        .content.category p {
            line-height: 24px;
            padding: 0px;
            font-size: 16px;
            text-align: center;
        }

    .service-container.service-page-container.leadg.category {
        padding: 30px 16px 0px;
    }

    .service-banner-left-main-new.service-head.category h1 {
        font-size: 20px !important;
        line-height: 28px;
        
    }

    h3.breadcrumb.category {
        margin-bottom: 16px;
    }

    .service-banner-left-main-new.service-head.category p
    {
        display:none;
    }

    .service-page-cards.category h2 {
        font-size: 20px !important;
        line-height: 28px !important;
        margin-bottom: 16px;
        text-align: center;
        padding: 0px 40px;
    }

    .service-page-cards.category {
        padding: 40px 16px;
    }

        .service-page-cards.category .tec {
            padding: 0px 30px;
        }

    h3.cards-head {
        width: 100%;
    }

        h3.cards-head.cyber a {
            padding-right: 18px;
        }

        .serivce-sub-cat-sec {
            padding: 0 16px;
        }

        .serivce-sub-cat-sec .serivce-cat-wrap {
            padding: 24px 18px;
        }

    .card-item-parent.category {
        justify-content: unset;
        flex-wrap: wrap;
    }

        .card-item-parent.category.research {
            flex-wrap: wrap;
            gap: 16px;
        }

    .service-card-item.category p {
        display: none;
    }

    .service-card-item.category {
        background: url(../../../resources/images/main-service/research-&-insights/card-back.webp);
        background-position: right bottom;
        background-repeat: no-repeat;
        width: 156px !important;
        min-height: 181px;
        display: flex;
        justify-content: space-between;
        border: 1px solid #999999;
        padding: 12px;
    }

    .category-head {
        flex-wrap: wrap;
        gap: 16px;
    }

    h3.cards-head a {
        font-size: 16px;
        line-height: 24px;
      
    }

    .section.service-category {
        padding: 0px 16px;
        gap: 16px;
    }

    .serivce-cat-wrap .col-12 {
        margin-bottom: 48px;
    }

    .testimonial-sect .tvdians-say-section-slider .testimonial-slide h3,
    .testimonial-sect .tvdians-say-section-slider .testimonial-slide h4 {
        font-size: 12px
    }

    .testimonial-sect {
        padding: 16px;
    }

        .testimonial-sect .tvdians-say-section-slider .testimonial-slide p {
            font-size: 14px;
            line-height: 24px;
        }

        .testimonial-sect .tvdians-say-section-slider .testimonial-slide {
            min-height: auto;
        }

        .testimonial-sect .tvdians-say-section-slider .slick-center {
            padding-top: 30px;
        }



        .testimonial-sect .slick-track {
            margin-bottom: 0px;
            margin-top: 35px;
        }

    .testimonial-sect {
        margin-bottom: 24px;
    }

    .service-para-service.testimonial
    {
        font-size:16px;
        line-height:24px;
    }

    /* Service category page end */
    /* Service category page Research & Insights start */
    .serivce-sub-cat-sec .serivce-cat-wrap.first {
        padding: 24px 18px 0px;
    }

    .serivce-sub-cat-sec .serivce-cat-wrap.second {
        padding: 0px 18px 24px;
    }

    /* Service category page Research & Insights end */




    /* Service category page Experience Design start */

    .serivce-sub-cat-sec .serivce-cat-wrap.tech {
        padding: 24px 18px 0px;
    }

    .serivce-sub-cat-sec .serivce-cat-wrap.eng {
        padding: 0px 18px 24px;
    }

    .quick-contact-section-new::before {
        width: calc(395px + 35%) !important;
        height: 60% !important;
    }

    .newabout-new .btn {
        text-align: left;
        padding: 0px 0px !important;
        padding-right: 81px !important;
    }

    .btn.connect-btn-new.newaboutbtn-new {
        margin-top: 16px !important;
    }

    .quick-contact-section-info-new {
        /* max-width: 70%; */
        margin-right: 0px !important;
        position: relative !important;
        padding-bottom: 0 !important;
    }

    .quick-contact-section-img-new {
        width: 120px !important;
        flex: 1;
        position: absolute !important;
        /* right: 0; */
        bottom: 2px !important;
        /* height: 174px; */
    }

        .quick-contact-section-img-new img {
            height: 100% !important;
            max-width: inherit;
        }

    .about-quick-contact-section-new .quick-contact-section-img-new {
        height: 185px !important;
        right: 7px !important;
    }
}


@media screen and (max-width: 900px) and (min-width: 768px) {
    .hp-desktop-case-study-main-new {
        display: block;
    }

    .explore-our-insight-900 {
        display: block;
    }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .new-index-gint-strip .getin-touch-subtitle {
        font-size: 18px !important;
    }
}

@media (min-width: 1024px) {
    .quick-contact-section-new .quick-contact-section-info-new.newabout-new {
        max-width: 583px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .quick-contact-section-img-new {
        position: relative !important;
    }
}

@media (min-width: 768px) {
    /*    .about-quick-contact-section-new {
        align-items: flex-start;
        padding-top: 0 !important;
        padding-bottom: 0;
    }*/

    .about-quick-contact-section-new {
        padding-top: 32px;
    }

        .about-quick-contact-section-new .quick-contact-section-info-new {
            max-width: 727px;
            margin: 0 30px 0 0;
            position: relative;
            padding: 25px 0 69px 0 !important;
            text-align: left;
        }

    .service-card-item-ul {
        margin-top: 24px !important;
    }

    .service-card-item {
        min-height: 440px;
    }
}

@media only screen and (max-width: 992px) {
    .quick-contact-section-img-new img {
        width: auto !important;
    }
}

@media only screen and (max-width: 580px) {
    .quick-contact-section-new .quick-contact-section-info-new {
        margin: 0 !important;
    }
}

@media screen and (max-width:1120px) and (min-width:1024px) {
    .service-card-parent {
        gap: 10px !important;
    }
}

@media screen and (max-width:1300px) and (min-width:1024px) {

    .service-top-wrapper .service-container.leadg {
        max-width: 1000px !important;
    }

    .card-item-parent {
        /*        max-width:1000px !important;*/
        margin: 0 !important;
        justify-content: center !important;
        gap: 10px !important;
    }

    .service-card-item {
        width: 328px !important;
    }

    .service-page-cards {
        margin: 0 !important;
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .service-card-item {
        width: 328px !important;
    }

    .card-item-parent {
        /*        max-width:750px;*/
        max-width: 690px;
    }

    .service-page-cards {
        margin: 0px !important;
    }

    .service-top-wrapper .service-container.leadg {
        /*        max-width:750px!important;*/
        max-width: 690px !important;
        flex-wrap: wrap;
        justify-content: center;
    }
    .service-banner-left-main{
        max-width:100%;
    }
    .service-banner-left-main img{
        margin:0 auto;
    }
}


.vitalrole-section {
    padding: 40px 0;
    margin-bottom: 48px;
}



.vitalrole-txts h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 16px;
    font-family: "openSans-bold";
    background: linear-gradient(97.53deg, #ff6700 0%, #fe1f10 55.24%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vitalrole-txts p {
    font-family: "openSans-regular";
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #303030;
    margin-bottom: 16px;
}

.vitalrole-txts h4 {
    margin-bottom: 18px;
    font-size: 18px;
    font-family: "openSans-bold";
    background: linear-gradient(97.53deg, #ff6700 0%, #fe1f10 55.24%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vitalrole-txts ul li {
    list-style: none;
    font-family: "openSans-regular";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    position: relative;
    color: #303030;
    margin-left: 10px;
}

    .vitalrole-txts ul li::before {
        content: "";
        height: 4px;
        width: 4px;
        border-radius: 100%;
        background-color: #303030;
        position: absolute;
        display: flex;
        top: 10px;
        left: -10px;
    }

.vitalrole-main {
    gap: 30px;
    justify-content: center;
}

.vitalrole-img {
    max-width: 526px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.vitalrole-txts {
    max-width: 651px;
    text-align: left;
}

@media screen and (max-width: 991.2px) and (min-width: 320px) {
    .vitalrole-txts h2 {
    font-size:18px;
    }    .vitalrole-main {
        flex-direction: column;
    }

    .vitalrole-img img {
        width: 320px;
    }

    @keyframes rotateDot {
        0% {
            transform: translate(-50%, -50%) rotate(0deg) translateX(160px);
        }

        100% {
            transform: translate(-50%, -50%) rotate(360deg) translateX(160px);
        }
    }

    .vitalrole-txts h2,
    .vitalrole-txts p {
        text-align: center;
        margin-bottom: 8px;
    }

    .vitalrole-txts h2 {
        line-height: 28px;
    }

    .vitalrole-txts h4 {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .vitalrole-txts p {
        font-size: 14px;
        line-height: 20px;
    }

    .vitalrole-txts ul li {
        font-size: 14px;
        line-height: 22px;
    }

    .vitalrole-txts {
        padding: 0 15px;
    }

    .vitalrole-section {
        margin-bottom: 32px;
        padding: 24px 0;
    }
}

.talk-facts {
    padding: 40px 0;
    margin-bottom: 48px;
}

.talk-facts-container {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    margin: 40px 0;
    margin-bottom: 0;
}

.talk-facts-vertical-con-one {
    background-color: #a2e7f5;
}

.talk-facts-vertical-con-two {
    background-color: #ffa9a9;
}

.talk-facts-horizontal {
    background-color: #fa985b54;
}

.talk-facts-vertical-con-three {
    background-color: #ffd0ee;
}

.talk-facts-vertical-con-four {
    background-color: #ffbd0d3d;
    position: absolute;
    right: 0;
}

.talk-facts-vertical-con {
    height: 173px;
    width: 172px;
    padding: 0 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
}

.talk-facts-vertical {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.talk-facts-horizontal,
.talk-facts-horizontal-new {
    height: 375px;
    width: 372px;
    position: relative;
    border-radius: 12px;
}

.talk-facts-horizontal {
    padding-top: 24px;
    padding-left: 24px;
}

    .talk-facts-horizontal img {
        bottom: 0;
        right: 0;
    }

.talk-facts-horizontal-new img {
    width: 100%;
    height: 100%;
    /* background-color: black; */
    border-radius: 12px;
}

.talk-facts-horizontal-new {
    border-radius: 12px;
}

.inverted-radius {
    --r: 12px;
    --s: 12px;
    --x: 190px;
    --y: 190px;
    /* width: 100%; */
    aspect-ratio: 1;
    /* background: #3FB8AF; */
    border-radius: var(--r);
    --_m: /calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000 72%);
    --_g: conic-gradient(at calc(100% - var(--r)) var(--r), #0000 25%, #000 0);
    --_d: (var(--s) + var(--r));
    mask: calc(100% - var(--_d) - var(--x)) 0 var(--_m), 100% calc(var(--_d) + var(--y)) var(--_m), radial-gradient(var(--s) at 100% 0, #0000 99%, #000 calc(100% + 1px)) calc(-1 * var(--r) - var(--x)) calc(var(--r) + var(--y)), var(--_g) calc(-1 * var(--_d) - var(--x)) 0, var(--_g) 0 calc(var(--_d) + var(--y));
    mask-repeat: no-repeat;
}

.talk-facts-container h2 {
    font-family: "openSans-bold";
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0%;
    color: #414141;
}

.talk-facts-container p {
    font-family: "openSans-regular";
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #414141;
}

@media screen and (max-width: 991.2px) and (min-width: 320px) {
    .talk-facts-vertical-con {
        width: 161px;
    }

        .talk-facts-vertical-con img {
            height: 100%;
        }

    .talk-facts-vertical {
        flex-direction: row;
        gap: 8px;
    }

    .talk-facts-container {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin: 24px 0;
        margin-bottom: 0;
    }

    .talk-facts-horizontal,
    .talk-facts-horizontal-new {
        width: 330px;
    }

    .talk-facts-container h2 {
        font-size: 32px;
    }

    .talk-facts-container p {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
    }

    .talk-facts-horizontal {
        height: 245px;
        overflow: hidden;
        padding-top: 11px;
        padding-left: 17px;
    }

        .talk-facts-horizontal img {
            width: 280px;
            height: 188px;
            bottom: -40px;
        }

    .talk-facts-horizontal-new {
        height: 333px;
    }

    .talk-facts-vertical-con-four {
        height: 160px;
        width: 180px;
        padding: 0 20px;
    }

    .inverted-radius {
        --x: 175px;
        --y: 155px;
    }

    .talk-facts-vertical .talk-facts-vertical-con:first-child {
        order: 1;
    }

    .talk-facts {
        padding: 24px 0;
        margin-bottom: 32px;
    }
    .common-title h2 {
        font-size: 20px !important;
        font-family: "openSans-bold";
        line-height: 28px;
        margin-bottom: 4px;
    }
    .common-title p {
        font-size: 14px;
        line-height: 20px;
    }
    }
.why-techved-headings {
    max-width: 968px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.why-techved {
    padding: 40px 0;
    margin-bottom: 48px;
}

.why-techved-card > p {
    background: linear-gradient(97.53deg, #ff6700 0%, #fe1f10 55.24%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "openSans-regular";
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 24px;
    opacity: 0.6;
}

.why-techved-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin: 0 15px;
}

.techved-card {
    padding: 24px 20px;
    display: flex;
    gap: 25px;
    align-items: center;
    border: 1px solid #ffd3b6;
    border-radius: 16px;
    background-color: #fffcfa;
    max-width: 575px;
    width: 100%;
}

.techved-card-details p {
    font-family: "openSans-regular";
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #4a5568;
}

    .techved-card-details p:first-child {
        color: #1a202c;
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 10px;
    }

@media screen and (max-width: 991.2px) and (min-width: 320px) {
    .why-techved-card > p {
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        vertical-align: middle;
        padding: 0 48px;
        opacity: 1;
        margin-bottom: 16px;
    }

    .techved-card {
        padding: 12px 16px;
        gap: 16px;
        align-items: flex-start;
    }

    .techved-card-details p {
        font-weight: 400;
        font-size: 14px;
        line-height: 162%;
        letter-spacing: 0%;
    }

        .techved-card-details p:first-child {
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            margin-bottom: 4px;
        }

    .why-techved-headings h2 {
        padding: 0 24px;
    }

    .why-techved-headings {
        margin-top: 0px;
    }

    .why-techved-cards {
        gap: 16px;
    }

    .why-techved-card {
        margin-top: 24px;
        margin-bottom: 0px;
    }

    .techved-card-img img {
        height: 40px;
        width: 43px;
    }

    .why-techved {
        margin-bottom: 32px;
        padding: 24px 0;
    }
}
.glimpse-card-section {
    padding: 40px 0;
    margin-bottom: 48px;
}
.glimps-main-wrapper {
    margin: 40px 22px;
}
.glimps-row {
    gap: 24px 0px !important;
    justify-content: center;
}
.glimps-row .glimps-col {
    display: flex;
}
    .glimps-row .glimps-col .glimps-card {
        padding: 32px 23px;
        border: 1px solid #FFD3B6;
        background-color: #FFFCFA;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
.glimps-card-detail{
    padding-top:16px;
}
.glimps-card-detail ul{
    display:flex;
    align-items:center;
    gap:8px;
    padding-bottom:12px;
}
.glimps-card-detail ul li{
    border:1px solid #C5D1E7;
    border-radius:100px;
    padding:8px 16px;
    font-family: 'openSans-regular';
    font-size:14px;
    line-height:19px;
    color:#676767;
}
.glimps-card-content span {
    font-size: 16px;
    font-family: 'openSans-regular';
    background: linear-gradient(97.53deg, #FF6700 0%, #FE1F10 55.24%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 21px;
    padding-bottom: 2px;
}
.glimps-card-content h4 {
    font-family: 'openSans-regular';
    font-size: 20px;
    line-height: 28px;
    color: #303030;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.glimps-card-content img{
    padding:12px 0px;
    max-width:100%;
}
.glimps-card-content p {
    font-family: 'openSans-semi-bold';
    font-size: 16px;
    line-height: 24px;
    color: #303030;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width:991.2px) and (min-width:320px) {
    .glimps-main-wrapper {
        margin: 24px 16px;
    }

    .glimps-card {
        padding: 16px 12px;
    }

    .glimps-card-content span {
        font-size: 12px;
    }

    .glimps-card-content img {
        width: 100%;
    }

    .glimps-card-content h4 {
        font-size: 16px;
    }

    .glimps-card-detail ul li {
        font-size: 12px;
    }

    .glimps-section {
        margin: 0;
        padding: 24px 0;
        margin-bottom: 32px;
    }
}

.moving-logo-section {
    margin-top: 40px;
    margin-bottom: 40px;
}

.moving-logo-row div {
    background: #FF67000D;
    padding: 8px 16px;
    gap: 10px;
    color: #676767;
    font-size: 14px;
    line-height: 100%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 1000px;
    text-wrap: nowrap;
    font-family: 'openSans-semi-bold';
}

.moving-logo-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.moving-logo-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* overflow: hidden; */
}

.moving {
    padding: 40px 0;
    margin-bottom: 40px;
}

.moving-logo-title {
    text-align: center;
    margin-bottom: 30px;
}

.moving-logo-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
    overflow: hidden;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
    margin: 0 auto;
}

.moving-logo-row {
    display: flex;
    width: max-content;
    white-space: nowrap;
    animation: scrollLeft 80s linear infinite;
}
.moving-logo-row:nth-child(2){
    animation-duration:84s;

}
.moving-logo-row:nth-child(3){
    animation-duration:82s;
}
.scroll-left {
    animation: scrollLeft 80s linear infinite;
}

/* Animations */
@keyframes scrollLeft {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 1024px) and (min-width: 320px) {
    .moving {
        margin-bottom: 32px;
    }
}
.chatbot-headings {
    margin-right: auto;
}
.chatbot-headings h2{
    background: linear-gradient(97.53deg, #FF6700 0%, #FE1F10 55.24%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "openSans-bold";
    font-weight: 800;
    font-size: 56px;
    line-height: 134%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin: 0px 0 17px 0;
    max-width: 500px;
    margin-top:40px;
}
.chatbot-headings p {
    font-size: 16px;
    font-family: "openSans-Semi-bold";
    font-weight: 600;
    color: #9FA1A7;
    line-height: 24px;
    max-width: 494px;
}
    .chatbot-headings p:nth-of-type(2) {
        font-size: 14px !important;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #AFB1B8;
        margin: 68px 0 24px 0;
    }
.chatbot-banner-form {
    margin-right: -65px;
    margin-top: 138px;
}

.chatbot-banner-form .digital-waves{
    display:none ;
}
.chatbot-banner-form .service-banner-right-main.leadg .page2 {
    padding-bottom:24px;
}

.chatbot-banner-form .service-lead-wrapper{
    max-width:380px !important;
}
 .chatbot-banner-form .service-banner-right-main{
     max-width:unset;
 }
.chatbot-banner .chatbot-main-wrapper{
    padding-bottom:37px;
}
.chatbot-banner-form .service-lead-wrapper {
    border-radius: 0 26px 26px 26px !important;
    border-bottom: 4px solid #FE1F10;
}
/* Responsive */
@media screen and (max-width: 1024px) and (min-width: 320px) {
    .chatbot-banner-form{
        position:unset;
        transform:unset;
        order:3;
        width:100%;
    }
    .chatbot-banner .chatbot-main-wrapper{
        padding-bottom:32px;
    }
    .chatbot-headings p{
        display:none;
    }
    .chatbot-bg-img{
    width:100%;
    margin-bottom:26px;
    display:flex;
    justify-content:center;
    }
        .chatbot-bg-img img{
            width:226px !important;
        }
        .chatbot-headings h2 {
            font-size: 24px;
            margin-top:0;
        }
    .chatbot-banner-info + .d-flex{
        flex-wrap:wrap;
    }
    .chatbot-banner-form {
        margin: unset;
        width: calc(100% + 20px);
        margin: 0 -10px;
    }
}