/* =========================================================
   Root Variables
   ========================================================= */
:root {
    /* Colors */
    --primary-color: #484848;
    --secondary-color: #111111;
    ---gray-color: #777777;
    --light-gray-color: #646161;
    --accent-color: #f72f2f;
    --yellow-accent-color: #fed602;
    --dark-clr: #292929;
    --background-color: #0c0c0c;
    --light-bg-color: #f8f8f8;
    --black-color: #000000;
    --border-clr: #e6e9eb;
    --white-color: #ffffff;
    --home-bg-gray: #F1F0EE;
    --yellow-title: #E7B008;
} 
:root{ --card-w: 240px; }
section.sec-transparent {
    background: transparent !important;
}
p {margin: 0px;}
.yellow-bg-clr {
    background-color: var(--yellow-accent-color);
}
.blk-title-clr {
    color: var(--secondary-color);
}
.blk-dis-clr {
    color: var(--primary-color);
}
.white-clr {
    color: var(--white-color);
}
span.title-yellow {
    color: var(--yellow-title);
}
.yellow-accent {
    background-color: var(--yellow-accent-color);
}
.weight-500 {
    font-weight:500;
}
.weight-600 {
    font-weight:600;
}
.weight-700 {
    font-weight:700 !important;
}
.fonts-outfit {
    font-family: "Outfit", sans-serif;
}
.pad-55-0 {
    padding: 55px 0px;
}
.pad-b-55 {
    padding-bottom: 55px;
}
.pad-t-55 {
    padding-top: 55px;
}
.title-font-36 {
    font-size: 36px;
}
.site-btn {
    padding: 12px 20px;
    display: inline-block;
    color: var(--dark-clr);
    border-radius: 8px;
    font-weight: 500;
    transition: var(--transition);
    text-align: center;
}


html {
    scroll-behavior: smooth;
}

.pBottom {
    padding-bottom: 0px;
}

.high-100 {
    height: 100%;
}
.gray-bg{
    background: #fafafa;
}
.pad-b-50 {
    padding-bottom: 50px;
}

section.pd-btm-dec {
    padding-bottom: 100px;
}   
.mt-40{
    margin-top: 40px !important;
}
.upper-border {
    /* border-radius: 60px 60px 0 0; */
}

.pb-255,
.strech-up-sec {
    padding-bottom: 60px;
}

section.bg-f1f1f1 {
    background: #f1f1f1;
}

.dsgn-list:hover,
.dsgn-list:hover span {
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #292929;
}

.horizontal-scrolling-items,
.review-lis-wrp,
img.img-rotate:hover {
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.highlighted-text {
    color: #fed602;
}

@font-face {
    font-family: "AvenirNext LT Pro";
    src: url("../fonts/AvenirNextLTPro-Demi.eot");
    src: url("../fonts/AvenirNextLTPro-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Demi.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Demi.woff") format("woff"),
        url("../fonts/AvenirNextLTPro-Demi.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.header-menu a.nav-link.dropdown-toggle:after,
.hover-horizontal-cardtheme .meta-srvc-item:hover .ms-item-img img,
.hover-horizontal-cardtheme .ms-item-img .hover-img,
.mob-hdr-btn,
.srvc-acrd-wrap .accordion-item button.accordion-button:after,
.testimonial-slider .slick-arrow:before,
h1.heading-h1 br,
p.heading-bottom-paragraph br {
    display: none;
}

.casestudy-chlngsec p.heading-bottom-paragraph br,
.hover-horizontal-cardtheme .meta-srvc-item:hover .ms-item-img img.hover-img,
section.iner-call-section br {
    display: block;
}

body {
    font-family: Heebo, sans-serif;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26.44px;
}

.container {
    max-width: 1200px;
}

h1.heading-h1 {
    font-size: 34px;
    font-weight: 700;
    /* line-height: 67px; */
    text-align: left;
    color: #111;
    text-transform: capitalize;
}

h2.heading-h2,
h3.heading-h3,
h4.heading-h4 {
    font-weight: 600;
    text-align: left;
    font-family: 'Outfit';
}

h2.heading-h2 {
    font-size: 36px;
    /* line-height: 57px; */
    color: #111;
    margin: 0px 0px 15px 0px;
}

h3.heading-h3 {
    font-size: 22px;
    /* line-height: 42.06px; */
    color: #292929;
}

h4.heading-h4 {
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #f72f2f;
    z-index: 2;
    position: relative;
}

/*--===================== New Inner pages Start =====================--*/
section.inner-bg-img {
    background-image: url(/images/core-solutions/inner-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0px;
    position: relative;
}
section.inner-bg-img:after {
    content: "";
    width: 100%;
    height: 170px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(241, 240, 238, 0.00) 0%, rgba(241, 240, 238, 0.50) 18.6%, #F1F0EE 41.34%);
}
.inner-banner-content {
    position: relative;
    z-index: 1;
}
.inner-page-title h1.title {
    font-size: 64px;
    margin-bottom: 20px;
}
.inner-page-title {
    margin-bottom: 30px;
}
.inner-page-banner-image {
    position: relative;
}
.inner-page-banner-image img.img-banner {
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 10px;
}
.inner-page-banner-image {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    border-radius: 15px;
    min-height: 370px;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: flex-end;
}
.smarterai-bg {
    background: url(/images/core-solutions/core-ml-banner.webp);
}
.nat-lang-bg {
    background: url(/images/core-solutions/Natural_Language.webp);
}
.smart-con-bg{
    background: url(/images/core-solutions/SmartContractDevelopmentbg.webp);
}
.computer-vision-bg{
    background: url(/images/core-solutions/ComputerVisionbg.webp);
    
}
.predictiveAnalysis-bg{
    background: url(/images/core-solutions/PredictiveAnalysisbg.webp);
    
}

.VoiceandSpeech-bg{
    background: url(/images/core-solutions/VoiceandSpeechBG.webp);
    
}
.ecommerce-bg{
    background: url(/images/core-solutions/dropdown-images/ecommerce-bg.webp);
}
.devops-bg{
    background: url(/images/core-solutions/dropdown-images/Devops-bg.webp);
}
.cloud-bg{
    background: url(/images/core-solutions/dropdown-images/cloud-bg.webp);
}
.ChatbotDevelopment-bg{
    background: url(/images/core-solutions/ChatbotDevelopmentbg.webp);
    
}
.generative-ai-bg{
    background: url(/images/core-solutions/GenerativeAI-bg.webp);

}
.agentic-ai-bg{
    background: url(/images/core-solutions/Intelligent-bnr.webp);

}
.Retrieval-Augmented-bg{
    background: url(/images/core-solutions/core-ml-banner.webp);

}
.MLOps-bg{
    background: url(/images/core-solutions/mlop-operational-bg.webp);

}

.Intelligent-Process-bg{
    background: url(/images/core-solutions/intelligence-banner-bg.webp);

}
.Crypto-Exchanges-bg{
    background: url(/images/core-solutions/Crypto-Exchanges-bg.webp);

}
.Borrowing-protocols-bg{
    background: url(/images/core-solutions/Borrowing-protocols-bg.webp);

}
.aiml-bg{
    background: url(/images/core-solutions/dropdown-images/aiml-bg.webp);

}
.Blockchain-bg{
    background: url(/images/core-solutions/dropdown-images/Blockchain-bg.webp);

}
.mobile-bg{
    background: url(/images/core-solutions/dropdown-images/mobile-bg.webp);

}
.web-bg{
    background: url(/images/core-solutions/dropdown-images/web-bg.webp);
}
.Asset-Tokenisation-bg{
    background: url(/images/core-solutions/Asset-Tokenisation-bg.webp);

}
.Crypto-Market-bg{
    background: url(/images/core-solutions/Crypto-Market-bg.webp);

}
.Web3-Development-bg{
    background: url(/images/core-solutions/Web3-Development-bg.webp);

}
.Crypto-Wallets-bg{
    background: url(/images/core-solutions/Crypto-Wallets-bg.webp);


}
.DAO-bg{
    background: url(/images/core-solutions/DAO-bg.webp);

}
.Staking-bg{
    background: url(/images/core-solutions/Staking-bg.webp);

}
.Blockchain-for-ldentity-bg{
    background: url(/images/core-solutions/Blockchain-for-ldentity-bg.webp);

}
.Chain-Abstraction-bg{
    background: url(/images/core-solutions/Chain-Abstraction-bg.webp);


}
.NFT-Marketplace-bg{
    background: url(/images/core-solutions/NFT-Marketplace-bg.webp);

}
.Enterprise-Blockchain-Solutions-bg{
    background: url(/images/core-solutions/Enterprise-Blockchain-Solutions-bg.webp);

}
.Smart-Contract-Audit-bg{
    background: url(/images/core-solutions/Smart-Contract-Audit-bg.webp);

}
.Native-IOS-bg{
    background: url(/images/core-solutions/Native-IOS-bg.webp);

}
.Native-Android-bg{
    background: url(/images/core-solutions/Native-Android-bg.webp);

}

.React-Native-bg{
    background: url(/images/core-solutions/React-Native-bg.webp);

}
.flutter-bg{
    background: url(/images/core-solutions/flutter-bg.webp);

}
.Wordpress-bg{
    background: url(/images/core-solutions/Wordpress-bg.webp);

}
.Shopify-bg{
    background: url(/images/core-solutions/Shopify-bg.webp);

}
.WooCommerce-bg{
    background: url(/images/core-solutions/WooCommerce-bg.webp);

}
.Bubble-bg{
    background: url(/images/core-solutions/Bubble-bg.webp);

}
.Outsystems-bg{
    background: url(/images/core-solutions/Outsystems-bg.webp);

}
.flutterflow-bg{
    background: url(/images/core-solutions/flutterflow-bg.webp);

}
.Microsoft-Power-Apps-bg{
    background: url(/images/core-solutions/Microsoft-Power-Apps-bg.webp);

}
.Magento-bg{
    background: url(/images/core-solutions/Magento-bg.webp);

}
.Website-Design-bg{
    background: url(/images/core-solutions/Website-Design-bg.webp);

}

.UX-Design-bg{
    background: url(/images/core-solutions/UX-Design-bg.webp);

}

.UX-Audit-bg{
    background: url(/images/core-solutions/UX-Audit-bg.webp);

}
.Mobile-App-Design-bg{
    background: url(/images/core-solutions/Mobile-App-Design-bg.webp);

}
.Website2-Design-bg{
    background: url(/images/core-solutions/Website2-Design-bg.webp);

}
.AWS-bg{
    background: url(/images/core-solutions/AWS-bg.webp);

}
.Microsoft-Azure-Cloud-bg{
    background: url(/images/core-solutions/Microsoft-Azure-Cloud-bg.webp);

}
.Google-Cloud-bg{
    background: url(/images/core-solutions/Google-Cloud-bg.webp);

}
.Angular-bg{
    background: url(/images/core-solutions/Angular-bg.webp);

}
.jawascript-bg{
    background: url(/images/core-solutions/jawascript-bg.webp);

}
.inner-page-banner-image .inner-page-banner-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
    padding: 20px 40px 20px 20px;
    height: 100%;
}
.inner-banner-cta-sec {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: rgba(17, 17, 17, 0.4);
    padding: 20px;
    border-radius: 15px;
}
.inner-banner-cta-sec h2.title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.inner-page-banner-btn a.cta-btn {
    display: inline-flex;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-weight: 600;
    line-height: normal;
    border: 0;
}
.inner-page-banner-btn a.cta-btn:hover {
    background: #fbdc3a;
    color: var(--secondary-color);
}
section.certificate-logo-sec {
    padding: 20px 0 0px;
}
.certificates-sec {
    gap: 0px;
    margin: 0 auto;
    justify-content: center;
    overflow: hidden;
    width: min(960px, 100%);
    flex-wrap: wrap;
    row-gap: 20px;
}
.certificates-sec .certi-logo {
    padding: 0px 0;
    width: calc((100% - 45px) / 7);
    row-gap: 20px;
    text-align: center;
}
.certi-logo img.img-logo {
    width: 100px;
    height: 5.625rem;
    filter: grayscale(1);
    transition: var(--transition);
    display: inline-block;
    object-fit: contain;
}
.ai_services-grid-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 40px;
}
.industries_container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.industries_container .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.industries_container .grid .card {
    background: #ffffff;
    border: 1px solid #e9e9e9;
    padding: 30px;
    border-radius: 15px;
    text-align: left;
    transition: background 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.industries_container .grid .full-card-bg {
    background-image: url(/images/core-solutions/col-bg5.png);
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
}

.industries_container .grid .card img {
    width: 62px;
    height: 62px;
}

.industries_container .grid .card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    margin: 16px 0;
}

.industries_container .grid .card p {
    font-size: 16px;
    font-weight: 400;
    color: #484848;
    line-height: 28px;
}
.industries_container .grid .card:hover {
    /* background: #ffd600;
    color: #000; */
}
.industries_container .grid .card:hover {
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.15);
}
section.ml-dl-apply-sec {
    overflow-x: hidden;
}
.wht-mldl-sec .wht-mldl-inner {
    display: flex;
    gap: 35px;
}
.wht-mldl-inner .mldl-title {
    width: 32%;
    padding-left: 30px;
}
.mldl-titletwo{
       width: 100%;
    padding-left: 30px;
    padding-top: 10px;
}
.wht-mldl-inner .mldl-title h2 {
    position: relative;
    left: 0px;
}
.wht-mldl-inner .mldl-title h2:after {
    content: "";
    position: absolute;
    left: -30px;
    width: 5px;
    height: 100%;
    background: var(--yellow-accent-color);
    top: 0;
    border-radius: 10px;
}
.wht-mldl-inner .wht-mldl-img img {
     overflow: hidden !important;
    border-radius: 10px !important;
}
.wht-mldl-inner .wht-mldl-img {
    width: 65%;
   

}
/* .swal2-html-container{
    margin-top: 0px !important;
} */
.container-scroll .ai-shell {
  overflow: visible;
}
.container-scroll .ai-row-wrap {
  position: relative;
  overflow: visible;
}
.container-scroll .ai-row {
  display: flex;
  gap: 18px;
  padding: 0 0px 0 30px;
  transform: translate3d(0,0,0);
  will-change: transform;
}
.container-scroll .ai-card {
    flex: 0 0 var(--card-w);
    background: #ffffff;
    border-radius: 18px;
    padding: 0;
    box-shadow: 0 10px 28px rgba(10,10,10,0.06);
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 35%;
}
.ml-dl-apply-inner .ml-dl-apply-column {
    margin-top: -130px;
}
.ml-dl-apply-inner .appli-ai-img {
    border-radius: 8px;
}
.deep-diff-column, .deep-diff-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.deep-diff-row .deep-inner-row {
    display: flex;
    gap: 20px;
}
.deep-diff-row .deep-inner-row .deep-col-1 {
    width: 58%;
}
.deep-diff-row .deep-inner-row .deep-col-2 {
    width: 42%;
}
.deep-inner-row .crypto-service-item .card-heading {
    font-size: 30px;
}
.deep-inner-row .crypto-service-item p.card-para {
    font-size: 18px;
}
.deep-diff-row .inner-row-2 .deep-diff-col {
    height: 100%;
}
.deep-diff-row .dl-coll-2 {
    background-image: url(/images/core-solutions/col-bg2.png);
    background-size: 100% 100%;
}
.deep-diff-row .dl-coll-3 {
    background-image: url(/images/core-solutions/col-bg3.png);
    background-size: 100% 100%;
}
.deep-diff-row .dl-coll-5 {
    background-image: url(/images/core-solutions/col-bg5.png);
}

/*--===================== New Inner pages End =====================--*/






.customRight {
    position: relative;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
}

div.heading-bottom-paragraph p,
p.heading-bottom-paragraph {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #484848;
    margin-top: 8px;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}

.clr-4848 {
    color: #484848;
}


h3.card-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px !important;
    color: #292929;
}


.metaprojectitem p,
p.card-para {
    font-size: 16px;
    line-height: 26px;
}

.blog-card,
.heading-wrap {
    position: relative;
    z-index: 1;
}

.heading-behind-text {
    display: none;
    font-family: Heebo;
    font-size: 129px;
    font-weight: 900;
    line-height: 200.75px;
    text-align: left;
    color: #f1f1f1;
    position: absolute;
    top: -45px;
    z-index: -1;
}

.cmn-section {
    padding-top: 60px;
}

.Services.whoweare-section.counter-sec {
    padding-bottom: 0px;
}

.strech-up-sec {
   
    background: #fff;
    border-radius: 50px 50px 0 0;
}

.t-up-100 {
    top: -75px;
}

.case-study-wrap .case-study-item,
.mt-54,
.products-video {
    margin-top: 54px;
}

.footer_logos,
.pb-92 {
    padding-bottom: 60px;
}

.mt-62,
.portfolio-colm:nth-child(2n) {
    margin-top: 62px;
}

.bg-fafa,
.casestudy-project-sec .metaprojectitem {
    background: #fafafa;
}

.bg-fff,
.contact-form-sec,
.iner-call-section .discuss-btn a:hover,
.inner-service-accordian .srvc-acrd-wrap .accordion-item {
    background: #fff;
}

.bg-1111,
.hover-horizontal-cardtheme .meta-srvc-item:hover,
.masionary-card-item:hover,
.metaprojectitem:hover {
    background: #111;
}

.bg-0C0C,
.casestudy-project-sec .metaprojectitem:hover,
.metaprojectitem.meta-item-dark {
    background: #0c0c0c;
}

.bg-yellow,
.process-flow-item:hover .divider,
.process-flow-item:hover .pf-item-number {
    background: #fed602;
}

.success-stories-title .heading-behind-text {
    font-size: 140px;
}

.all-prtflio-sec h4.heading-h4,
.site-re {
    color: #f72f2f;
}

.logo-outer img {
    max-width: 100%;
    height: auto;
    /* min-width: 180px; */
    /* margin-bottom: 30px */
}

.logo-outer a {
    outline: 0;
    display: inline-block;
}


@keyframes slideDown {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


.header-menu a.nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
}

body .contact-page .contact_form .form-group-row .form-group,
.faq-accord .accordion-body,
.header-menu nav.navbar,
.landing-banner .sec-text-rgt {
    padding: 0;
}

.header-menu a.nav-link.dropdown-toggle .drop-icon {
    margin-left: 9px;
}

.header-menu a.nav-link.dropdown-toggle .drop-icon img {
    width: 13px;
    height: 7px;
}

.talk-btn a {
    background: #fed602;
    color: #292929;
}

.discuss-btn a,
.testimonial-slider ul.slick-dots li.slick-active button {
    background: #f72f2f;
}


.dropmenu-list h3 {
    font-size: 21px;
    line-height: 28.15px;
    color: #111;
}

.dropmenu-list h3 a {
    text-decoration: none;
    color: #111;
}

.dropmenu-list h3 a:hover,
.dropmenu-list ul li a:hover,
.process-flow-item:hover h3.heading-h3 {
    color: #fed602;
}

.dropmenu-list ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

ul.dropdown-menu {
    max-height: calc(100vh - 85px);
    overflow-y: auto;
    padding: 22px 30px 25px;
    align-items: flex-start;
}

.dropmenu-list {
    padding-right: 71px;
}

.dropmenu-list ul li a {
    white-space: nowrap;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.77px;
    text-align: left;
    color: #646161;
    text-decoration: none;
    font-family: "Work Sans", sans-serif;
}

.dropmenu-list ul li {
    padding-left: 24px;
    border-left: 1px solid #e6e9eb;
    padding-bottom: 7px;
    position: relative;
}

.dropmenu-list ul li:before {
    content: "";
    width: 12px;
    height: 1px;
    background: #e6e9eb;
    position: absolute;
    left: 0;
    top: 13px;
}

.dropmenu-list ul li:last-child {
    padding-bottom: 0;
}


.dropdown-dbl {
    max-width: 670px;
}


.dbl-menus-list .tab-double-menu {
    display: flex;
}

.dbl-menus-list .tab-double-menu ul {
    width: 100%;
}

.tab--menu.dbl-menus-list .tab-double-menu ul li {
    max-width: 100%;
    flex: none;
    width: 100%;
    min-height: 30px;
}

.tab--menu.dbl-menus-list .tab-double-menu ul li:nth-last-of-type(2) {
    margin-bottom: 16px;
}


.brands-sec .brand-logos-rw .cols.brand-logos,
.cstm-dropdown.show-open,
.review-section .slick-list .slick-track,
.testimonial-lg .box-image-inner.image-cover,
.testimonial-lg .quote-row {
    display: flex;
}

.cstm-dropdown:hover a.nav-link:before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    pointer-events: none;
    z-index: 0;
}


.blockchain-step-list:last-child,
.client-info h3,
.contact_form .form-group-row:last-child,
.footer-social-icons ul a,
.home-tabs button.nav-link:last-child,
.meta-tags a:last-child,
.our-portfolio-list li:last-child,
.portfolio-colm:last-child,
.portfolio-colm:nth-last-child(2),
.portfolio-sec h2.heading-h2,
.process-flow-item:last-child,
.process-list ul,
.process-list ul li:last-child,
.product-srvc-list .meta-srvc-item:last-child,
.product-srvc-list .meta-srvc-item:nth-last-child(2),
.product-srvc-list .meta-srvc-item:nth-last-child(3),
.srvc-acrd-wrap .accordion-item:last-child,
.sttc-port-info h4,
.tab--menu .tab-double-menu ul li:last-child,
.tab--menu .tab-double-menu ul li:nth-last-of-type(2),
.tab-single-menu ul li:last-child,
ul.list-data li:last-child {
    margin-bottom: 0;
}


.portfolio-list:hover .prtflo-subtitle,
.portfolio-list:hover h3.heading-h3,
.tab--menu ul li a:hover,
.testimonial-slider .slick-next:before,
.testimonial-slider .slick-prev:before {
    color: #000;
}

.cstm-drpdn-iner,
.hrzntl-card-theme-one4col .meta-srvc-item.srvc-item-w100,
.privacy-bnr.legal-banner .banner-left,
.sidebar-categories ul li,
.step-sec-main-light .step-list-count,
.step-sec-main-light .step-list-count .step-list-hdng {
    flex: 0 0 100%;
    max-width: 100%;
}

.cstm-drpdn-iner .tab-content,
.portfolio-cntnt-lft,
.step-list-rgt {
    flex: 1 1;
}

.job-item-cntnt h3 a {
    color: #363636;
    text-decoration: none;
}

.tab-single-menu ul li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
}

.we_use_tec .tech_cards {
    position: relative;
    border-radius: 15px;
    padding-block: 15px;
    padding-inline: 5px;
    background: white;
    z-index: 1;
    transition: all 0.3s ease;
    border: 2px solid #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 120px;
    height: 120px;
}

/* Gradient border effect using pseudo-element */
.we_use_tec .tech_cards::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    padding: 2px;
    /* Thickness of the gradient border */
    background: linear-gradient(124deg, #fed602, #ffffff, #ffffff, #fed602);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* On hover: show gradient border + shadow */
.we_use_tec .tech_cards:hover::before {
    opacity: 1;
}

.we_use_tec .tech_cards:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-color: white !important;
}
.we_use_tec .tech_cards img {
    height: 48px !important;
    max-width: 48px;
    margin: 0 auto 12px;
    object-fit: contain;
}

.testimonial-finalsec .slick-arrow {
    background: #fed602;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    top: -50px;
    cursor: pointer;
    z-index: 9;
}
.custom-banner .slick-list{
    padding-bottom: 20px !important;
}
.custom-banner .count-value{
    text-align: end;
    font-size: 18px;
    color:rgba(41, 41, 41, 1);
}
.custom-banner .count-value strong{
font-size: 24px;
}

.testimonial-finalsec .slick-prev {
    right: 40px;
    left: auto;
}

.testimonial-finalsec .slick-prev:before {
    background-image: url(/images/c1-arrow.png) !important;
}

.testimonial-finalsec .slick-arrow:before {
    opacity: 1;
    background-image: url(/images/c0-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}

.testimonial-finalsec .slick-next.slick-arrow {
    right: 0px;
    background: #fed602;
}

.we_use_tec .tech_para {
    text-align: center;
    font-weight: 700;
    line-height: 19px;
    font-size: 14px;
    color: #2f2f2f;
}

.products-video video {
    border-radius: 20px;
    border: 1px solid #ddd;
    width: 90%;
}

.sec-text-rgt {
    padding-bottom: 62px;
}

.service-process {
    /* margin-top: 54px; */
    margin-left: -12px;
    margin-right: -12px;
}

.blockchain-service-link-box {
    text-decoration: none;
    position: relative;
    z-index: 9;
}

.blockchain-service-link.card--item .number {
    top: -5px;
    left: 0;
}

.process-list {
    border: 2px solid #e6e9eb;
    padding: 36px;
    border-radius: 12px;
    flex: 1 1;
    margin: 0 12px;
    position: relative;
    overflow: hidden;
    background: #fff;
    transition: border-color 1s ease;
}

.process-list:hover {
    border-color: transparent;
}

.process-list:after,
.process-list:before {
    width: 0;
    height: 0;
    border-radius: 11px;
    position: absolute;
    content: "";
}

.process-list:hover:after {
    width: 100%;
    height: 100%;
    transition: width 0.2s ease-in 0.4s, height 0.2s ease-in 0.6s;
}

.process-list:hover:before {
    width: 100%;
    height: 100%;
    transition: width 0.2s ease-in, height 0.2s ease-in 0.2s;
}

.process-list:after {
    right: 0;
    bottom: 0;
    border-left: 2px solid #ea7843;
    border-bottom: 2px solid #ea7843;
}

.process-list:before {
    left: 0;
    top: 0;
    border-top: 2px solid #ea7843;
    border-right: 2px solid #ea7843;
    transform: scale(0);
    transform-origin: top left;
    transition: transform 0.4s ease;
    pointer-events: none;
    border-radius: 12px;
}

.process-list:hover:before {
    transform: scale(1);
}

.process-list:hover h3 {
    color: #ea7843;
}

.purple-list:hover h3 {
    color: #ce8db5;
}

.process-list:hover ul li:before {
    background: #ea7843;
}

.process-list.purple-list:before {
    border-top: 2px solid #ce8db5;
    border-right: 2px solid #ce8db5;
}

.process-list.purple-list:after {
    border-left: 2px solid #ce8db5;
    border-bottom: 2px solid #ce8db5;
}

.process-list.purple-list:hover ul li:before {
    background: #ce8db5;
}

.process-list.purple-list:hover h3 {
    color: #ce8db5;
}

.process-list.blue-list:before {
    border-top: 2px solid #9287cb;
    border-right: 2px solid #9287cb;
}

.process-list.blue-list:after {
    border-left: 2px solid #9287cb;
    border-bottom: 2px solid #9287cb;
}

.process-list.blue-list:hover h3 {
    color: #9287cb;
}

.process-list.blue-list:hover ul li:before {
    background: #9287cb;
}

.process-list ul {
    padding: 0;
    margin-top: 24px;
}

.process-list ul li {
    margin-bottom: 20px;
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.process-list ul li a {
    font-size: 16px;
    position: relative;
    z-index: 9;
    color: #646161;
    text-decoration: none;
}

.process-list ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #aaa5a5;
    border-radius: 20px;
    margin-right: 15px;
    min-width: 8px;
}

.address-list,
.dsgn-list-inr img,
.footer-social-icons ul img,
.process-list h3 {
    margin: 0;
}

.numbers-item .numbers {
    font-size: 48px;
    font-weight: 800;
    line-height: 60px;
    color: #292929;
    margin-bottom: 20px;
    transition: 0.3s;
}

.numbers-item .number-para {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    transition: 0.3s;
    color: #484848;
    line-height: 27px;
}

.acrd-cntnt-full li,
.acrd-cntnt-full p,
.eminc-numbers .numbers-item .number-para,
.numbers-item:hover .number-para {
    color: #646161;
}

.numbers-item {
    flex: 1 1;
    padding: 20px;
    border-radius: 12px;
}

.numbers-item.pink:hover {
    background: #ffc0d9;
}

.numbers-item.orange:hover {
    background: #ffd8c0;
}

.numbers-item.green:hover {
    background: #b5f1cc;
}

.numbers-item.purple:hover {
    background: #d0bfff;
}

.numbers-wrap {
    margin: 40px -8px 0;
}

.call-to-action {
    border-radius: 50px 50px 0 0;
    padding-bottom: 230px;
}

.discuss-btn a:hover {
    background: #000;
}

.discuss-btn a {
    color: #fff;
    margin-top: 25px;
    font-size: 18px;
    line-height: 35.25px;
    padding: 8px 20px;
    transition: 0.3s;
}

.srvc-acrd-wrap {
    margin-top: 20px;
    z-index: 9;
    position: relative;
}

.srvc-acrd-wrap .accordion-item {
    margin-bottom: 24px;
    border: 0;
    background: #fafafa;
    border-radius: 10px;
}

.srvc-acrd-wrap .accordion-item button.accordion-button {
    background: 0 0;
    outline: 0;
    box-shadow: none !important;
    font-size: 27px;
    font-weight: 600;
    line-height: 40.06px;
    text-align: left;
    color: #292929;
    font-family: Heebo, sans-serif !important;
    padding: 20px 25px;
}

.srvc-acrd-wrap .accordion-item button.accordion-button:before {
    content: "";
    background-image: url(../images/accord-icon.svg);
    width: 18px;
    height: 18px;
    margin-right: 28px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    min-width: 19px;
    background-size: 18px;
}

.srvc-acrd-wrap .accordion-item button.accordion-button.collapsed:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

a.load-btn:after,
a.load-btn:before {
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

.srvc-acrd-wrap .accordion-body {
    padding: 0 25px 20px 25px;
}

.acrd-cntnt-rgt {
    flex: 0 0 55%;
    max-width: 55%;
}

.acrd-cntnt-lft {
    padding-right: 20px;
    flex: 0 0 45%;
    max-width: 45%;
}

.acrd-cntnt-lft ul {
    padding: 0 15px 0 0;
    margin: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.acrd-cntnt-lft ul li {
    position: relative;
    list-style: none;
    color: #646161;
    margin-bottom: 19px;
    display: flex;
    align-items: center;
}

.acrd-cntnt {
    padding-left: 45px;
}

.acrd-cntnt-lft ul li:before {
    content: "";
    background: #646161;
    width: 4px;
    height: 4px;
    display: flex;
    border-radius: 10px;
    margin-right: 11px;
    min-width: 4px;
}

.accordian-border-divider {
    width: 92px;
    height: 1px;
    background: #292929;
    margin-left: 44px;
    margin-bottom: 48px;
}

.acrd-cntnt-rgt p {
    line-height: 32px;
    margin: 0;
}

.home-srvc-acrd-wrap .acrd-cntnt-rgt a {
    font-size: 18px;
    font-weight: 600;
    line-height: 40.06px;
    text-align: left;
    color: #292929;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px 0 0;
    display: block;
    width: max-content;
}

.home-srvc-acrd-wrap .acrd-cntnt-rgt a img {
    width: 15px;
    transform: rotate(270deg);
    margin-left: 10px;
    margin-top: -3px;
}

.pf-item-number {
    width: 60px;
    height: 60px;
    background: #eee;
    flex: 0 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #292929;
    line-height: 1;
}

.pf-item-data {
    padding-left: 24px;
    flex: 1 1;
    padding-top: 10px;
    padding-right: 85px;
}

.apply-job-form.contact_form input.form-control,
.filter-btn {
    padding: 10px;
}

.pf-item-data .divider {
    width: 92px;
    background: #292929;
    height: 1px;
    margin-top: 14px;
    margin-bottom: 28px;
}

.process-flow-item {
    margin-bottom: 36px;
}

.brands-sec .section-textarea {
    position: absolute;
    max-width: 50%;
}

.image-upload-group,
.inersec-withbg .container,
.portfolio-sec-img,
.select-outer,
.srch-filter-row .form-group,
.step-iconsec-wrap,
.testimonial-lg .col-inner,
a.load-btn {
    position: relative;
}

.brands-sec .section-textarea .sec-text-rgt {
    padding-bottom: 32px;
    padding-top: 42px;
}

.brands-sec .brand-logos-rw {
    margin-bottom: 22px;
    justify-content: flex-end;
}

.brands-sec .brand-logos-rw:last-child {
    margin-bottom: 0;
}

.brands-sec .brand-logos-rw.top.fst .cols.brand-logos {
    max-width: 50%;
    flex: 0 0 50%;
}

.brands-sec .brand-logos-rw.top.mid .cols.brand-logos {
    max-width: 66%;
    flex: 0 0 66%;
}

.brands-sec .brand-logos-rw.lst .cols.brand-logos {
    max-width: 82%;
    flex: 0 0 82%;
}

.brands-sec .brand-logos-rw .cols.brand-logos .brand-logo-item {
    flex: 1 1 0;
    margin: 0 6px;
    border-radius: 12px;
    max-width: 180px;
    min-width: 180px;
}

.brand-logos-rw .brand-logos {
    justify-content: flex-end;
}

.testimonial-lg .quote-whole {
    padding: 45px 0 155px;
}

.testimonial-lg .quote-row.fst .box-image-inner.image-cover {
    justify-content: center;
}

.testimonial-lg .quote-row.lst .box-image-inner.image-cover {
    justify-content: flex-start;
}

.testimonial-lg .quote-row.fst {
    margin-bottom: 40px;
}

.testimonial-lg .testimonials-dtl .quote-wrapper {
    visibility: visible;
    transition: 0.15s;
    margin-top: 8px;
}

.testimonial-lg .sec-text-rgt,
.testimonial-sm .sec-text-rgt {
    padding-top: 45px;
    padding-bottom: 32px;
}

a.load-btn {
    text-decoration: none;
    font-size: 23px;
    font-weight: 700;
    color: #111;
}

a.load-btn:before {
    position: absolute;
    left: -120px;
    background: url("/images/line.png") 0 0 / contain no-repeat;
    width: 102px;
    height: 4px;
}

a.load-btn:after {
    position: absolute;
    right: -52px;
    background: url("/images/arrow.png") 0 0 / contain no-repeat;
    width: 36px;
    height: 36px;
}

.testimonial-lg .client-nm,
.testimonial-sm .client-nm {
    display: flex;
    border: 1px solid gray;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: 0.3s;
}

.stroiessec .blog-card-cat,
.testimonial-sm .client-nm {
    margin-bottom: 12px;
}

.testimonial-lg .client-nm p,
.testimonial-sm .client-nm p {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.testimonial-lg .quote-wrapper {
    position: absolute;
    top: 57px;
    background: #fff;
    z-index: 9;
    padding: 12px 12px 22px;
    border-radius: 14px;
    visibility: hidden;
    width: 400px;
    transition: 0.15s;
    margin-top: 27px;
}

.testimonial-lg .quote-row.fst .quote-wrapper {
    left: -75px;
}

.testimonial-lg .quote-row.lst .quote-wrapper {
    left: -175px;
}

.testimonial-lg .quote-row .quote-column:first-child .quote-wrapper {
    left: 0;
}

.testimonial-lg .quote-row .quote-column {
    flex: 0 0 20%;
    max-width: 20%;
}

.testimonial-lg .client_rating {
    text-align: center;
    margin-bottom: 5px;
}

.testimonial-sm .client_rating {
    text-align: center;
    margin-bottom: 10px;
}

.testimonial-sm .quote-wrapper-slids {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonial-sm .box-image-inner.image-cover {
    display: flex;
    justify-content: center;
    align-items: center;
}

.subscribe-page-data p:last-child,
.testimonial-sm .testimonial-mobile {
    margin-top: 45px;
}

.testimonial-sm .client-desc {
    text-align: center;
}

.testimonial-lg .quote-wrapper p,
.testimonial-sm .quote-wrapper-slids p {
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.4;
}

.testimonial-sm .quote-wrapper-slids p {
    font-size: 17px;
}

.testimonial-lg .quote-row .col-inner.mtp {
    margin-top: 32px;
}

.client_rating-testi,
.inner-service-accordian .accordian-border-divider,
.testimonial-sm .quote-column {
    margin-bottom: 32px;
}

.blog-slider-sec h3.heading-h3,
.contact_form .form-group-row,
.dg-mas-row.row-2>.dg-mas-item .dg-mas-icon,
.latestblogsec h3.heading-h3,
.sidebar-categories h3.heading-h3,
.stroiessec h3.heading-h3,
ul.list-data li {
    margin-bottom: 24px;
}

.testimonial-lg .col-inner.lst .quote-wrapper {
    right: 0;
    left: unset;
}

.bnr-img:hover,
.legal-banner .banner-rgt-img img:hover,
.testimonial-lg .col-inner:hover .client-nm {
    transform: scale(1.1);
}

.testimonial-lg .col-inner:hover .client-nm:before {
    position: absolute;
    content: "";
    width: 62px;
    height: 62px;
    background: 0 0;
    z-index: 1;
    border: 1px solid #fed602;
    border-radius: 999px;
}

.testimonial-lg .quote-wrapper .client-desc,
.testimonial-sm .quote-wrapper-slids .client-desc {
    margin-top: 6px;
}

.testimonial-sm .quote-wrapper-slids .client-desc {
    margin-top: 10px;
}

.testimonial-lg .quote-wrapper .client-desc h6,
.testimonial-sm .quote-wrapper-slids .client-desc h6 {
    text-align: center;
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 600;
}

.testimonial-sm .quote-wrapper-slids .client-desc h6 {
    font-size: 18px;
}

.testimonial-lg .quote-wrapper .client-desc p {
    font-size: 14px;
}

.testimonial-lg .client-nm.teal,
.testimonial-sm .client-nm.teal {
    background: #8eecf4;
    border: 1px solid #8eecf4;
}

.testimonial-lg .client-nm.lg-pink,
.testimonial-sm .client-nm.lg-pink {
    background: #ffcfd2;
    border: 1px solid #ffcfd2;
}

.testimonial-lg .client-nm.lg-orange,
.testimonial-sm .client-nm.lg-orange {
    background: #f1cba9;
    border: 1px solid #f1cba9;
}

.testimonial-lg .client-nm.lg-blue,
.testimonial-sm .client-nm.lg-blue {
    background: #a3c3f2;
    border: 1px solid #a3c3f2;
}

.testimonial-lg .client-nm.dark-pink,
.testimonial-sm .client-nm.dark-pink {
    background: #e8aad0;
    border: 1px solid #e8aad0;
}

.testimonial-lg .client-nm.lg-green,
.testimonial-sm .client-nm.lg-green {
    background: #b1eeb7;
    border: 1px solid #b1eeb7;
}

.testimonial-lg .client-nm.sk-blue,
.testimonial-sm .client-nm.sk-blue {
    background: #96d1fe;
    border: 1px solid #96d1fe;
}

.testimonial-lg .client-nm.purple,
.testimonial-sm .client-nm.purple {
    background: #9699f4;
    border: 1px solid #9699f4;
}

.testimonial-lg .client-nm.orange,
.testimonial-sm .client-nm.orange {
    background: #f3a37e;
    border: 1px solid #f3a37e;
}

.testimonial-lg .client-nm.yellow,
.testimonial-sm .client-nm.yellow {
    background: #f4d947;
    border: 1px solid #f4d947;
}

.contact-form-sec h2.heading-h2 {
    font-weight: 700;
    margin-bottom: 35px;
}

.contact-form-sec p.heading-bottom-paragraph {
    color: #e6e9eb;
    padding-right: 30px;
    margin-top: 30px;
    font-weight: 400;
}

.contact_form input.form-control, 
.contact_form select, 
.contact_form textarea.form-control {
    background: 0 0;
    height: 40px;
    color: #000;
    font-family: Heebo, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 23.5px;
    padding: 10px 14px;
    box-shadow: none;
    width: 100%;
    border-radius: 0;
    outline: 0;
    border: 0.86px solid #C4C4C4;
}

.contact_form textarea.form-control {
    height: 48px;
}

.contact_form select {
    color: #000;
    font-weight: 400;
}

.contact_form input.form-control::placeholder,
.contact_form textarea.form-control::placeholder {
    opacity: 1;
   color: #b6b6b6;
    font-family: Heebo, sans-serif !important;
    font-weight: 500;
}
.filter-col .form-group {
    width: 100%;
}


.contact_form select option {
    color: #333;
}

.filter-btn {
    border-radius: 4px;
    border: 0;
    background: #f72f2f;
    margin-left: 5px;
}

.contact_form .form-group-row.double-col {
    margin: 0 0 20px;
}

.contact_form .form-group-row.double-col .form-group {
    flex: 0 0 50%;
    padding: 0 20px;
    max-width: 50%;
}


.contact_form .form-group-row .form-group {
    padding: 0 20px;
}

.contact_form .form-sbmt-row button.btn {
    font-size: 18px;
    font-weight: 600;
    line-height: 26.44px;
    padding: 17px 24px;
    border: 0;
    border-radius: 8px;
    background: #fed602;
    color: #292929;
}

.form-sbmt-row.visi-form {
    display: flex;
    justify-content: space-between;
}

.chkbox-btns {
    flex-wrap: wrap;
    margin: 0 -6px;
}

.chkbox-btn-list label.btn {
    padding: 0;
    margin: 0 6px 12px;
    background: 0 0;
    border: 0;
    color: #2f2f2f;
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: left;
}

.chkbox-btn-list label.btn:before {
    content: "";
    width: 13px;
    height: 13px;
    background: #eee;
    border-radius: 50%;
    margin-right: 10px;
}

.chkbox-btn-list input:checked~label.btn:before {
    background-color: #fff;
    background-image: url(../images/check-1234.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.chkbox-btn-list .btn-check:checked+.btn,
.chkbox-btn-list .btn.active,
.chkbox-btn-list .btn.show,
.chkbox-btn-list .btn:first-child:active,
.chkbox-btn-list :not(.btn-check)+.btn:active,
.chkbox-btn-list label.btn:hover {
    background: 0 0;
    color: #2f2f2f;
}

.chkbox-btns .chkbox-btn-list {
    flex: 0 0 25%;
    max-width: 25%;
}

.brand-logo-item {
    /* flex: 1 1;
    border: 1px solid #e6e9eb;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #fff; */
}

.brands-sec .brand-logo-item img {
    max-height: 180px;
    transition: 0.5s;
    width: 100%;
    object-fit: cover;
}

.bnr-img,
.brand-logo-item img,
.single-img {
    transition: 0.5s;
}

.brand-logo-item:hover img {
    /* transform: scale(1.1);
    -webkit-filter: none;
    filter: none; */
}

.testimonial h4.heading-h4 {
    font-size: 20px;
    line-height: 35.25px;
    margin-bottom: 18px;
    font-weight: 600;
}

.testimonial-slider .slick-slide {
    transition: 0.3s ease-in-out;
}

.client-comment,
.client-comment p {
    font-size: 30px;
    font-weight: 400;
    line-height: 46px;
    text-align: left;
    color: #292929;
}

.client-info,
.footer-menu-sec {
    margin-top: 70px;
}

.client-info h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 35.25px;
    text-align: left;
    color: #363636;
}

.client-info p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26.44px;
    text-align: left;
    color: #707070;
}

.testimonial-slider ul.slick-dots {
    background: #e6e9eb;
    height: 2px;
    position: initial;
    margin-top: 30px;
    display: flex !important;
    max-width: calc(100% - 132px);
}

.testimonial-slider ul.slick-dots li {
    flex: 1 1;
    margin: 0;
    width: auto;
    height: 2px;
}

.testimonial-slider ul.slick-dots li button {
    background: #e6e9eb;
    padding: 0;
    width: 100%;
    height: 2px;
    border: 0;
    transition: 0.3s;
}

.testimonial-slider ul.slick-dots li button:before {
    font-size: 0;
}

.testimonial-slider .slick-arrow,
.testimonial-slider .slick-arrow:focus,
.testimonial-slider .slick-arrow:hover {
    position: absolute;
    right: 0;
    bottom: -19px;
    top: initial;
    transform: none;
    height: 44px;
    width: 44px;
    background-image: url(../images/right-arrow.svg);
    z-index: 99;
    background-size: 42px;
    background-repeat: no-repeat;
    background-position: center center;
}

.testimonial-slider .slick-arrow.slick-prev {
    right: 54px;
    left: initial;
    transform: scaleX(-1);
}

.all-testimonial-btn a {
    font-size: 20px;
    font-weight: 500;
    line-height: 35.25px;
    text-decoration: none;
    padding: 12px 24px;
    background: #2f2f2f;
    display: inline-block;
    border-radius: 8px;
    color: #fff;
}

.all-testimonial-btn {
    margin-top: 36px;
    display: inline-block;
    width: 100%;
}

.products-video img {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 580px;
    object-fit: cover;
    border-radius: 24px;
}

img.img-rotate:hover {
    animation-name: rotate;
    animation-duration: 5s;
}

.home-tabs {
    margin-top: 36px;
    box-shadow: 0 0 15px 0 rgba(178, 178, 178, 0.1);
    background: #fff;
    border-radius: 25px;
    padding: 60px 60px 60px 40px;
}

.home-tabs button.nav-link {
    color: #707070;
    font-size: 18px;
    font-weight: 500;
    line-height: 35.25px;
    text-align: left;
    margin-bottom: 40px;
    padding: 0;
    border-radius: 0;
    position: relative;
    padding-right: 36px;
}

.home-tabs button.nav-link:before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    background: #e3e3e3;
    border-radius: 50%;
    border: 9px solid #fcfcfc;
}

.home-tabs button.nav-link.active {
    color: #fed602;
    font-weight: 700;
    background: #2f2f2f;
}

.home-tabs .nav {
    flex: 0 0 36%;
    max-width: 36%;
    position: relative;
}


.home-tabs .tab-content {
    padding-left: 80px;
}

.home-tabs button.nav-link.active:before {
    background: #fff;
    border: 7px solid #fed602;
}

.home-tab-data p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.96px;
    color: #707070;
    margin-top: 27px;
}

.mt-90 {
    margin-top: 90px;
}

.dg-mas .dg-mas-item:hover h3.heading-h3,
.dg-mas .dg-mas-item:hover p,
.footer-social-icons h3,
.hover-horizontal-cardtheme .meta-srvc-item:hover h3.card-heading,
.iner-call-section .meta-srvc-item h3.card-heading,
.iner-call-section .step-list-count,
.iner-call-section .step-list-hdng h3,
.iner-call-section h2.heading-h2,
.iner-call-section p.heading-bottom-paragraph,
.legal-banner h1.heading-h1,
.load-more-case a:hover,
.masionary-card-item:hover h3,
.masionary-card-item:hover p,
.metaprojectitem.meta-item-dark h3,
.metaprojectitem.meta-item-dark p,
.metaprojectitem:hover h3,
.metaprojectitem:hover p,
.sttc-port-info h2,
.talkhealthai-recom:hover ul.case-list-points li,
.challenges-textes .heading-wrap h4 {
    color: #fff;
}

.iner-call-section .discuss-btn a {
    background: #fed602;
    color: #111;
}

.banner-btns .talk-btn a,
.job-post-item:hover,
.multilogo-sec .brand-logo-item:hover {
    border: 1px solid #fed602;
}

.horizontal-card-sec-col4 .card--item-wraprow .card--item-list:last-child .card--item,
.horizontal-card-sec-col4 .card--item-wraprow .card--item-list:nth-last-of-type(2) .card--item,
.horizontal-card-sec-col4 .card--item-wraprow .card--item-list:nth-last-of-type(3) .card--item,
.horizontal-card-sec-col4 .card--item-wraprow .card--item-list:nth-last-of-type(4) .card--item,
.meta-srvc-item.bb-none,
.searchbar-blog ul#search-results li.result-item:last-child {
    border-bottom: 0;
}

.case-study-img {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    max-height: 530px;
}

.case-study-video .play-btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.case-video-popwrp video {
    max-width: 100%;
    height: calc(100vh - 150px);
    width: 100%;
    background: #222;
}

.case-video-popwrp .modal-header {
    border: 0;
    padding: 0;
}

.case-video-popwrp .modal-header button.btn-close {
    position: absolute;
    background-color: #fff;
    z-index: 999;
    opacity: 1;
    right: -10px;
    border-radius: 50%;
    padding: 10px;
    background-size: 12px;
    width: 15px;
    height: 15px;
    box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.2);
    top: -10px;
}

.case-video-popwrp .modal-dialog {
    max-width: 1000px;
}

.case-study-video .play-btn img {
    width: 80px;
}

.case-study-content {
    box-shadow: 0 4px 4px 0 #0000000a;
    padding: 36px;
    background: #fff;
    border-radius: 12px;
    max-width: 588px;
    margin-left: 102px;
    margin-top: -180px;
    z-index: 1;
    position: relative;
}

.case-study-content h3.heading-h3 {
    color: #111;
    margin-bottom: 12px;
}

.case-study-content a {
    color: #fed602;
    text-decoration: none;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
}

.load-more-case a {
    background: #fed602;
    color: #111;
    font-weight: 600;
    margin-top: 0;
}

.mp-item-icon {
    width: 80px;
    height: 80px;
    background: #292929;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.metaprojectitem:hover .mp-item-icon {
    background: #555;
}

.metaprojectitem {
    background: #fbf4d4;
    padding: 30px 28px;
    border-radius: 30px;
    transition: 0.5s;
    height: 100%;
}

.metaprojectitem h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 35.25px;
    color: #292929;
    margin-top: 26px;
    margin-bottom: 14px;
}

.meta-srvc-list {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #f3f3f3;
    flex-wrap: wrap;
}

.meta-srvc-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    border-right: 1px solid #f3f3f3;
    background: #fff;
    padding: 36px;
    border-bottom: 1px solid #f3f3f3;
}

.hrzntl-card-theme-one4col .meta-srvc-item:last-child,
.meta-srvc-item:nth-child(3n) {
    border-right: 0;
}

.casestudy-chlngsec .service-process,
.contact-detail,
.meta-srvc-item h3,
.panination-cmn {
    margin-top: 24px;
}

.meta-srvc-item p {
    opacity: 0.8;
}

.acrd-cntnt-full li a,
.acrd-cntnt-full p a,
.content-right-blogsingle p a,
.dg-mas-item p a,
.meta-srvc-item p a,
p.heading-bottom-paragraph a {
    text-decoration: none;
    color: #f72f2f;
}

.iner-call-section .meta-srvc-item {
    background: #2f2f2f;
    color: #fff;
    border-right: 1px solid #676767;
}

.iner-call-section .meta-srvc-item p {
    opacity: 1;
}

.iner-call-section .meta-srvc-list {
    border: 1px solid #676767;
}

.iner-call-section.hrzntl-card-theme-one4col .meta-srvc-item:nth-child(3n) {
    border-right: 1px solid #676767;
}

.hover-horizontal-cardtheme .meta-srvc-item {
    max-width: 100%;
    border: 1px solid #f3f3f3;
    border-radius: 12px;
    padding: 26px 24px 24px 26px;
    height: 100%;
}

.hover-horizontal-cardtheme .meta-srvc-item:hover p,
.legal-banner p.heading-bottom-paragraph {
    color: #f1f1f1;
}

.case-study-content h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 26.44px;
    color: #aaa5a5;
    margin-bottom: 2px;
}

.card--item {
    background: #fff;
    padding: 24px 26px 24px 24px;
    border-radius: 12px;
    position: relative;
    margin: 0;
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.card--item .number {
    font-size: 84px;
    font-weight: 700;
    line-height: 1;
    color: #f1f1f1;
    position: absolute;
    z-index: 0;
    left: 24px;
    top: 18px;
}

.card--item h3,
.card--item p {
    z-index: 1;
    position: relative;
}

.process-list.card--item:before {
    border-top: 2px solid #fed602;
    border-right: 2px solid #fed602;
}

.process-list.card--item:after {
    border-left: 2px solid #fed602;
    border-bottom: 2px solid #fed602;
}

.masionary-card-item-double,
.masionary-card-wrp,
.testibrands-sec .brand-logos {
    flex-wrap: wrap;
}

.blogslider,
.masionary-card-row {
    margin: 0 -12px;
}

.masionary-card-item {
    background: #fbf4d4;
    transition: 0.5s;
    border-radius: 24px;
    margin: 0 12px;
    height: 100%;
    flex: 1 1;
}

.masionary-card-item:hover .single-img {
    transform: scale(1.2);
    transform-origin: center right;
}

.masionary-card-item:hover .masionary-item-icon svg path {
    fill: #111;
}

.masionary-card-item:hover .masionary-item-icon {
    transform: scale(1.1);
    transform-origin: left;
    background: #fed602;
}

.masionary-item-icon {
    margin-bottom: 34px;
    width: 90px;
    height: 90px;
    transition: 0.4s;
}

.masionary-card-item.card-1 {
    padding: 58px 36px;
    flex: 0 0 56%;
    max-width: 56%;
    flex-wrap: wrap;
    align-items: center;
}

.dg-mas-row.row-2 .dg-mas-item-double .dg-mas-row-iner:last-child .dg-mas-item,
.masionary-card-item .card-1-left {
    flex: 0 0 60%;
    max-width: 60%;
}

.masionary-card-item .card-1-rgt {
    flex: 0 0 40%;
    max-width: 40%;
    display: flex;
    justify-content: flex-end;
}

.masionary-card-item.card-2 {
    padding: 36px;
}

.masionary-card-item.card-3 {
    padding: 36px 50px 74px 36px;
    flex: 0 0 39.5%;
    max-width: 39.5%;
}

.card-3-img {
    margin-top: 90px;
    text-align: center;
}

.masionary-card-item.card-3:hover .single-img {
    transform-origin: center;
    transform: scale(1.1);
}

.msnry-card-item-iner-2 {
    flex: 0 0 57%;
    max-width: 57%;
}

.masionary-card-item.card-last {
    background: #111;
    padding: 56px 36px;
}

.iner-call-section h4.heading-h4,
.masionary-card-item.card-last h3,
.step-iconsec-wrap .blockchain-step-list:hover .step-list-hdng h3 {
    color: #fed602;
}

.masionary-card-item.card-last p {
    color: #ddd;
}

.masionary-card-item-double .masionary-card-item.card-1 {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 360px;
}

.dg-mas .dg-mas-img-item:hover img.single-img,
.masionary-card-item-double .masionary-card-item.card-1:hover img.single-img {
    transform-origin: initial;
    transform: scale(1.07);
}

.dg-mas-img-item img.single-img,
.masionary-card-item-double .masionary-card-item.card-1 img.single-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.masionary-card-item-double .masionary-card-item.card-1 .card-1-left {
    z-index: 9;
}

.step-list-count {
    flex: 0 0 auto;
}

.step-list-count,
.step-list-hdng {
    flex: 0 0 auto;
    color: #292929;
    font-weight: 600;
    padding-right: 41px;
}

.step__icon {
    width: 60px;
    height: 60px;
    background: #f6f6f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-iconsec-wrap:before {
    content: "";
    height: calc(100% - 75px);
    position: absolute;
    width: 10px;
    border-right: 2px dashed #fed602;
    z-index: 0;
    left: 21px;
    top: 10px;
}

.casestudy-chlngsec .process-list:after,
.casestudy-chlngsec .process-list:before,
.job-item-cntnt ul li:last-child:after,
.port_card_3 .withouthoverinfo,
.port_card_3.with-hover-red .hoverinfo,
.step-iconsec-wrap .blockchain-step-list:hover .step__icon img,
.step-sec-main-light .step-list-hdng h3 br,
.vertical-tabs li.active .vertical-title {
    display: none;
}

.dg-mas .dg-mas-item:hover .dg-mas-icon img.d-none,
.static-portfoilo-item.port_card_1.without-hover-blue .hoverinfo,
.step-iconsec-wrap .blockchain-step-list:hover .step__icon img.hover__icon {
    display: block !important;
}

.portfolio-list:hover,
.sidebar-categories ul li a:hover,
.step-iconsec-wrap .blockchain-step-list:hover .step__icon {
    background: #fed602;
}

.step-iconsec-wrap .blockchain-step-list {
    margin-bottom: 24px;
    z-index: 1;
}

.iner-call-section .step-list-rgt p {
    color: #b6b6b6;
}

.step-list-hdng {
    padding-right: 0;
    flex: 1 1;
    word-wrap: break-word;
}

.step-list-left {
    flex: 0 0 34%;
    max-width: 34%;
    padding-right: 13px;
    flex-wrap: wrap;
}

.step-list-hdng h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 34.8px;
    color: #111;
}

.crypto-service-item .card-para,
.static-portfoilo-item.port_card_2 .sttc-port-info p,
.step-list-rgt p {
    color: #484848;
}

.blockchain-step-list {
    margin-bottom: 48px;
}

.blockchain-service-sec h2.heading-h2 {
    font-size: 48px;
    line-height: 64px;
}

.blockchain-service-sec p.heading-bottom-paragraph {
    padding-right: 60px;
}

.step-sec-main-light .step-list-count {
    color: #f72f2f;
    margin-bottom: 8px;
}

.inner-service-accordian .acrd-cntnt {
    padding-left: 45px;
}

.product-srvc-list {
    margin-left: -45px;
    margin-right: -45px;
    flex-wrap: wrap;
}

.portfolio-img,
.product-service-sec,
.review-section {
    overflow: hidden;
}

.product-srvc-list .meta-srvc-item {
    padding: 0 45px;
    border: 0 !important;
    background: 0 0;
    margin-bottom: 54px;
}

.product-srvc-list .meta-srvc-item p {
    font-size: 16px;
    opacity: 1;
}

.acrd-cntnt-full li {
    line-height: 32px;
}

.hrzntl-card-theme-one4col .meta-srvc-item {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 26px 24px 24px 26px;
}

.hrzntl-card-theme-one3col .meta-srvc-item {
    padding: 26px 20px 24px 24px;
}

.hrzntl-card-theme-one4col .meta-srvc-item:nth-child(3n) {
    border-right: 1px solid #f3f3f3;
}

.portfolio-sec .discuss-btn a,
.testi_list_wrap {
    margin-top: 36px;
}

.portfolio-list {
    background: #292929;
    border-radius: 12px;
    transition: 0.8s;
    overflow: hidden;
}

.portfolio-cntnt {
    padding: 24px 36px;
}

.portfolio-cntnt-rgt {
    flex: 0 0 54px;
    max-width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: 0.8s;
}

.portfolio-cntnt-rgt a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prtflo-subtitle {
    color: #d2d2d2;
}

.prtflo-subtitle ul {
    padding: 0;
    margin: 0;
}

.prtflo-subtitle li {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    background: #ffffff33;
    padding: 5px 16px;
    border-radius: 30px;
    margin-right: 10px;
    line-height: 1.6;
    margin-bottom: 8px;
}

.portfolio-cntnt-lft h3.heading-h3 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

.portfolio-img img {
    transition: 0.8s;
    height: 440px;
    object-fit: cover;
    object-position: left center;
}

.portfolio-list:hover .portfolio-img img {
    transform: scale(1.05);
}

.portfolio-list:hover .portfolio-cntnt-rgt {
    background: #000;
    border: 1px solid #000;
    transform: rotate(-35deg);
}

.portfolio-colm {
    margin-bottom: 10px;
}

.cloud-service-heading {
    margin-top: 6px;
    color: #292929;
    line-height: 32px;
}

.tag-list,
ul.list-data li {
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    color: #fff;
}

.logos-with-hdngwrp .brand-logo-item {
    flex: 0 0 20%;
    max-width: 20%;
    height: 215px;
    padding: 15px;
}

.logos-with-hdngwrp {
    border: 1px solid #e6e9eb;
}

.portfolio-sec-theme2 .portfolio-row {
    top: -163px;
    position: relative;
}

.faq-accord {
    display: flex;
    align-items: flex-start;
    column-gap: 82px;
    flex-wrap: wrap;
}

.faq-itemwrp-iner {
    flex: 0 0 50%;
    max-width: calc(50% - 41px);
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
}

.faq-accord .accordion-item {
    flex: 0 0 100%;
    max-width: 100%;
    background: 0 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 12px;
}

.faq-accord .accordion-item button.accordion-button.collapsed h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
}

.faq-accord .accordion-item button.accordion-button h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
    padding-right: 40px;
}

.faq-accord .accordion-body .acrd-cntnt {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 12px;
}

.faq-accord .accordion-body .acrd-cntnt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #646161;
}

.faq-accord .accordion-item button.accordion-button.collapsed,
.port_card_1.without-hover-blue .sttc-port-info.hoverinfo h2,
.port_card_1.without-hover-blue .sttc-port-info.hoverinfo h4,
.port_card_3 .hoverinfo h2,
.port_card_3 .hoverinfo h4,
.static-portfoilo-item.port_card_2 .sttc-port-info h2,
.static-portfoilo-item.port_card_2 .sttc-port-info h4 {
    color: #292929;
}

.faq-accord .accordion-item button.accordion-button {
    box-shadow: none;
    background: 0 0;
    border: 0;
    padding: 0 0 12px;
    display: flex;
    align-items: flex-start;
    color: #fed602;
}

.faq-accord .accordion-item button.accordion-button.collapsed:after {
    background-image: url(../images/plus.svg);
}

.faq-accord .accordion-item button.accordion-button:after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../images/minus.svg);
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    top: 7px;
    position: relative;
}

.tags_wrp {
    column-gap: 18px;
    row-gap: 18px;
    margin-top: 36px;
}

.tag-list {
    background: #292929;
    padding: 8px 24px;
    border-radius: 8px;
}

.yelow-tag-sec .tag-list {
    background: #2929291a;
    color: #292929;
}

.dsgn-list-inr a,
.dsgn-list-inr a:hover,
.yelow-tag-sec .tag-list a {
    color: #292929;
    text-decoration: none;
}

ul.list-data {
    margin: 36px 0 0;
    padding: 0;
}

ul.list-data li {
    list-style: none;
    display: flex;
    align-items: center;
}

ul.list-data li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    margin-right: 18px;
    flex: 0 0 8px;
}

.horizontal-card-sec-col4 .card--item-list {
    flex: 0 0 25%;
    max-width: 25%;
}

.horizontal-card-sec-col4 .card--item {
    border-radius: 0;
}

.horizontal-card-sec-col4 .card--item-wraprow {
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #f3f3f3;
}

.horizontal-card-sec-col4 .card--item-wraprow .card--item {
    border: 0;
    border-right: 2px solid #f3f3f3;
    border-bottom: 2px solid #f3f3f3;
}

.horizontal-card-sec-col4 .card--item-wraprow .card--item-list:nth-child(4n) .card--item {
    border-right: 0;
}

.horizontal-card-sec-col4 .card--item-list .card--item p.card-para {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    opacity: 0.8;
}


.horizontal-card-sec-col4 .card--item-list .card--item h3.card-heading {
    margin-bottom: 24px !important;
}

.inersec-withbg .container:before {
    content: "";
    background-image: url(../images/plane-bg.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 335px;
    height: 335px;
    position: absolute;
    left: 0;
    bottom: -65px;
    opacity: 0.11;
}

.red-hdng-sec .heading-wrap h3.heading-h3 {
    font-size: 42px;
    line-height: 72px;
}

.red-hdng-sec .heading-wrap h2.heading-h2 {
    color: #f72f2f;
    font-weight: 700;
}

.dg-mas-img-item {
    overflow: hidden;
    position: relative;
}

.dg-mas .dg-mas-item:hover {
    background: #000;
    color: #fff;
}

.dg-mas .dg-mas-item {
    background: #fff;
    padding: 24px;
    transition: 0.5s;
    border-radius: 24px;
    flex: 1 1;
}

.dg-mas-img-item .card-left {
    flex: 0 0 69%;
    max-width: 69%;
}

.about-services .process-list h3.heading-h3,
.dg-mas-item h3.heading-h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 35.25px;
}

.dg-mas-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #707070;
}

.dg-mas-img-item.card-1 {
    flex: 0 0 56.8%;
    max-width: 56.8%;
    align-items: flex-start;
    padding-bottom: 0;
}

.contact-page .contact_form .form-group-row.double-col,
.dg-mas-row.row-1,
.dg-mas-row.row-2,
.dg-mas-row.row-3,
.dg-mas-row.row-4 {
    column-gap: 24px;
}

.dg-mas-row.row-2>.dg-mas-item {
    flex: 0 0 26%;
    max-width: 26%;
}

.dg-mas-row.row-2 .dg-mas-item-double {
    row-gap: 24px;
    display: flex;
    flex-wrap: wrap;
}

.dg-mas .dg-mas-item:hover .dg-mas-icon img,
.port_card_1.without-hover-blue .withouthoverinfo,
.static-portfoilo-item.port_card_1 .hoverinfo {
    display: none !important;
}

.dg-mas-row.row-3 .dg-mas-item:first-child {
    flex: 0 0 71.2%;
    max-width: 71.2%;
    padding-bottom: 86px;
}

.dg-mas-row.row-3 {
    align-items: flex-start;
}

.dg-mas-row.row-3 .dg-mas-item:last-child {
    margin-top: -339px;
}

.dg-mas-row.row-3 .dg-mas-item:last-child .dg-mas-icon {
    margin-top: 38px;
}

.dg-mas-row.row-3 .dg-mas-item:first-child .dg-mas-icon {
    margin-right: 31px;
}

.dg-mas-row.row-4 .dg-mas-item:first-child {
    flex: 0 0 41.5%;
    max-width: 41.5%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.dg-mas-img-item.card-2 img.single-img.hover-img {
    opacity: 0;
    transform: translate(200px, 60px);
}

.dg-mas-img-item.card-2 img {
    top: 30%;
    right: 35px;
    transition: 0.5s;
}

.cmcasestudy-sec .portfolio-casestudy-cat,
.dg-mas-img-item.card-2:hover img {
    opacity: 0;
}

.dg-mas-img-item.card-2:hover img.single-img.hover-img {
    transform: translate(0, 0);
    opacity: 1;
}

.dg-mas-icon {
    flex: 0 0 73px;
    max-width: 73px;
}

.blog-card-img {
    overflow: hidden;
    border-radius: 20px;
}

.blog-card:before {
    content: "";
    background: linear-gradient(182.16deg, rgba(0, 0, 0, 0) 1.72%, rgba(0, 0, 0, 0.7) 98.09%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transition: 0.5s;
    opacity: 1;
    border-radius: 20px;
}

.blog-card-content {
    padding: 24px;
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
}

.blog-card-cat {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
    padding: 4px 12px;
    background: #fed602;
    border-radius: 4px;
    color: #111;
    margin-bottom: 24px;
}

.blog-card-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 24px;
}

.blog-card-meta {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

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

.latestblogsec a {
    display: block;
    height: 100%;
}

.center-blog-cntnt .blog-card-content {
    bottom: initial;
    top: 70%;
    transform: translate(0, -50%);
}

.blog-search-sec .tag-list {
    font-size: 16px;
    font-weight: 600;
    line-height: 23.5px;
    padding: 8px 16px;
}

.blog-search-sec .tags_wrp {
    column-gap: 12px;
    margin-top: 24px;
}

.blog-search-sec h4.heading-h4 {
    color: #111;
}

.newsletter-form,
.searchbar-blog {
    margin-top: 24px;
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 490px;
}

.blog-cat-outer .tag-list {
    background: #000;
}

.blog-cat-outer .tag-list a {
    color: #fff;
}

.newsletter-form {
    max-width: 560px;
}

.newsletter-form input,
.searchbar-blog input {
    width: 100%;
    height: 53px;
    border: 0;
    border-radius: 4px;
    padding: 14px 110px 14px 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.5px;
    outline: 0;
}

.newsletter-form input {
    background: #eee;
    width: 100%;
    padding-right: 135px;
}

.searchbar-blog input::placeholder {
    color: #b6b6b6;
}

.newsletter-form input::placeholder {
    color: #b6b6b6;
}

.newsletter-form .submit-btn,
.searchbar-blog .search-btn,
.srch-filter-row .form-group button.submit-btn {
    background: #f72f2f;
    color: #fff;
    border: 0;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26.44px;
    text-align: left;
    padding: 13px 24px;
    position: absolute;
    right: -5px;
    height: 53px;
    top: 0;
}

.stroiessec .blog-card-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 12px;
}

.blog-slider-sec .slick-slide {
    margin: 0 12px;
    height: auto;
}

.blogslider button.slick-arrow {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 12px;
    top: -46px;
}

.blogslider button.slick-arrow.slick-prev:before {
    content: "";
    background-image: url(../images/blog/right-arrow1.svg);
    background-size: 42px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
}
.blogslider button.slick-arrow:before {
    content: "";
    background-image: url(../images/blog/right-arrow1.svg);
    background-size: 42px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
}

.blogslider button.slick-arrow.slick-prev {
    right: 66px;
    left: initial;
}

.blogslider button.slick-arrow.slick-prev:before {
    transform: scale(-1);
    
}

.blog--item--wrp {
    margin: 0 -12px;
    row-gap: 24px;
}

.blog--item--wrp .blog--item:nth-child(2),
.blog--item--wrp .blog--item:nth-child(3),
.blog--item--wrp .blog--item:nth-child(6) {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}

.blog--item--wrp .blog--item {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    padding: 0 12px;
}

.panination-cmn ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.panination-cmn .next-pag .page-link,
.panination-cmn .prev-pag .page-link {
    background: 0 0;
    border: 0;
    padding: 0;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    align-items: center;
    color: #667085;
    box-shadow: none;
}

.contact-detail a img,
.panination-cmn .prev-pag .page-link svg {
    margin-right: 10px;
}

.panination-cmn .next-pag .page-link svg {
    margin-left: 10px;
}

.panination-cmn ul.mid-pag .page-link {
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: 0 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #667085;
    border-radius: 8px;
    box-shadow: none;
}

.panination-cmn ul.mid-pag li.active .page-link {
    background: #fed6021a;
    color: #fed602;
}

.panination-cmn ul.mid-pag {
    column-gap: 4px;
}

.searchbar-blog ul#search-results {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 56px;
    z-index: 99;
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.2);
    max-height: 300px;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    scrollbar-width: thin;
    scrollbar-color: #f72f2f #dedede;
}

.searchbar-blog ul#search-results li.result-item {
    font-size: 15px;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    color: #111;
    cursor: pointer;
    list-style: none;
}

.job-post-wrap .no-job-found {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    color: #222;
    font-weight: 600;
    font-size: 22px;
    border: 1px solid #ddd;
}

.latestblogsec .blog-card-img img {
    height: 360px;
}

.latestblogsec .col-xl-6:first-child .blog-card-img img {
    height: 744px;
}

.stroiessec .blog-card-img {
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.15);
}

.stroiessec .blog-card-img img {
    height: 440px;
}

.blog-write-sec {
    padding: 54px 0 20px;
}

.blog-user-img img,
.enterprises-img img {
    width: 100%;
}

.enterprises-img img {
    /* border: 1px solid #ffd23c; */
    border-radius: 8px;
}

.blog-write-sec h3,
.our-service-col .card-heading {
    color: #111;
    margin: 20px 0;
}

.blog-write-sec p.heading-bottom-paragraph {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 18px;
}

.banner-btn {
    z-index: 9;
    position: relative;
}

.banner-btn a {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #111;
    text-decoration: none;
    background: #fed602;
    padding: 16px 52px;
    display: inline-block;
    border-radius: 8px;
    margin-top: 34px;
}

.content-right-blogsingle li,
.content-right-blogsingle p {
    margin-bottom: 30px;
    font-size: 16px;
    color: #484848;
}

.content-right-blogsingle {
    font-size: 16px;
    color: #484848;
}

.content-right-blogsingle li {
    margin-bottom: 15px;
}

.content-right-blogsingle li a {
    color: #f72f2f;
    text-decoration: none;
}

.content-right-blogsingle h2,
.content-right-blogsingle h3,
.content-right-blogsingle h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 35.25px;
    color: #292929;
    margin-top: 54px;
    margin-bottom: 0;
}

.content-right-blogsingle h2 {
    font-size: 28px;
    line-height: 38px;
}

.content-right-blogsingle h4 {
    font-size: 22px;
    line-height: 30px;
}

.content-right-blogsingle img {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    height: fit-content;
    max-width: 100%;
}

.single-post-meta {
    padding: 24px;
    background: #fafafa;
}

.meta-data {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #0c0c0c;
}

.meta-data a {
    text-decoration: none;
    font-weight: 600;
    color: #f72f2f;
}

.single-post-meta h3 {
    margin-top: 24px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #0c0c0c;
}

.meta-tags a,
.sidebar-categories ul li a {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
}

.meta-tags a {
    font-weight: 300;
    line-height: 22px;
    color: #0c0c0c;
    background: #eee;
    border-radius: 6px;
    padding: 4px 12px;
    margin-bottom: 12px;
}

ul.social-icons {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.blog-single-left {
    flex: 0 0 254px;
    max-width: 254px;
}

.blog-single-rgt {
    flex: 1 1;
    padding: 0 54px;
}

.sidebar-categories ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 2px;
}

.sidebar-categories ul li a {
    width: 100%;
    padding: 16px 25px;
    background: #2929290a;
    font-weight: 600;
    line-height: 23.5px;
    color: #111;
}

.sidebar-btn-img {
    margin-top: 130px;
}

.blog-single-baner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 530px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 54px;
    position: relative;
    z-index: 1;
}

.blog-single-baner:before {
    content: "";
    background: linear-gradient(182.16deg, rgba(0, 0, 0, 0) 1.72%, rgba(0, 0, 0, 0.7) 98.09%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transition: 0.5s;
}

.blog-single-baner .section-textarea {
    z-index: 1;
    position: relative;
}

.blog-single-baner h4.heading-h4 {
    color: #fff;
    text-transform: initial;
    letter-spacing: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 20px;
}

.blog-single-baner h2.heading-h2 {
    color: #fff;
    margin-bottom: 0;
}

.blog-single-baner h2.heading-h2 span,
.footer-head h2 span,
.job-post-item:hover h3 a,
footer a:hover {
    color: #fed602;
}

.blog-slider-sec .blogslider-item {
    max-height: 416px;
    height: 100%;
}

.blog-single-baner h1.heading-h1 {
    color: #fff;
    margin: 0;
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
}

.blog-table-content-bar .table-listing {
    height: calc(100vh - 290px);
    overflow: auto;
    direction: rtl;
    margin-bottom: 36px;
}

.blog-table-content-bar .sidebar-categories ul {
    background: #fafafa;
    border-radius: 8px;
    display: block;
    text-align: left;
    margin-left: 10px;
}

.blog-table-content-bar .sidebar-categories ul li a {
    background: 0 0;
    direction: ltr;
    color: #707070;
    cursor: pointer;
}

.blockchain-call-to-action .heading-bottom-paragraph,
.blockchain-service-item:hover .card-heading,
.blog-table-content-bar .sidebar-categories ul li a.active {
    color: #111;
}

.blog-table-content-bar .single-post h5 {
    color: #0c0c0c;
    margin-bottom: 12px;
}

.blog-table-content-bar .table-listing::-webkit-scrollbar {
    width: 4px;
}

.blog-table-content-bar .table-listing::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #f0f0f0;
    border-radius: 30px;
}

.blog-table-content-bar .table-listing::-webkit-scrollbar-thumb {
    background: #fed602;
    border-radius: 30px;
    width: 6px;
}

.blog-form {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.blog-form h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    color: #111;
    margin-bottom: 20px;
}

.blog_contact_form .form-control {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    color: #292929;
    font-size: 14px;
    padding: 10px 16px;
    box-shadow: unset;
    margin: 0;
}

.blog_contact_form .form-group-row {
    margin: 0 0 10px;
}

.blog_contact_form .text.text-danger.form-error {
    font-size: 12px;
}

.blog_contact_form .form-control::placeholder {
    color: #b6b6b6;
}

.blog_contact_form .form-sbmt-row button {
    background: #fed602;
    color: #292929;
    padding: 13px 20px;
    border: 1px solid #fed602;
}

.blog_contact_form .form-sbmt-row {
    text-align: center;
    margin-top: 20px;
}

.sticky-sidebar {
    position: sticky;
    top: 100px;
}

form.contact_form.form-light input.form-control,
form.contact_form.form-light select,
form.contact_form.form-light textarea.form-control {
    background: 0 0;
    border: 1px solid #e6e9eb;
    color: #000;
}

form.contact_form.form-light input.form-control::placeholder,
form.contact_form.form-light textarea.form-control::placeholder {
    color: #aaa5a5;
}

form.contact_form.form-light select {
    appearance: none;
}

.select-outer:before {
    content: "";
    background-image: url(../images/select-arrow.svg);
    width: 14px;
    height: 8px;
    position: absolute;
    top: 24px;
    right: 24px;
    pointer-events: none;
}

.contact-page .contact_form input.form-control,
.contact-page .contact_form select,
.contact-page .contact_form textarea.form-control {
    padding: 15px 20px;
    height: 54px;
    font-size: 15px;
}

.contact-page .contact_form textarea.form-control {
    height: 154px;
}

.contact-page .contact_form .form-group-row.double-col .form-group {
    max-width: calc(50% - 12px);
}

.contact_form .form-group-row.triple-col {
    margin: 0 -12px 24px;
}

.contact_form .form-group-row.triple-col .form-group {
    flex: 0 0 33.33%;
    padding: 0 12px;
    max-width: 33.33%;
}

.srch-filter-row .form-group button.submit-btn {
    top: 0;
    right: 0;
    border-radius: 4px;
    padding: 14px 36px;
}

.srch-filter-row .form-group input.form-control {
    border-radius: 4px;
}

.job-post-item {
    border: 1px solid #e6e9eb;
    border-radius: 4px;
    padding: 24px;
    transition: 0.3s;
    height: 100%;
}

.job-item-cntnt h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 35.25px;
    color: #363636;
    margin-bottom: 12px;
    transition: 0.3s;
}

.job-item-cntnt ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.job-item-cntnt ul li:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #707070;
    border-radius: 50%;
    margin: 0 14px;
}

.job-item-cntnt ul li {
    position: relative;
    font-size: 19px;
    font-weight: 400;
    line-height: 27.91px;
    color: #707070;
    padding-right: 0;
    display: flex;
    align-items: center;
}

.job-item-btn a {
    display: flex;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}

.job-post-item:hover .job-item-btn a {
    visibility: visible;
    opacity: 1;
}

.job-table td {
    padding: 11px 24px;
    border: 1px solid #e6e9eb;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    min-width: 250px;
    line-height: 32px;
}

.toggle-btn-group label.switch {
    margin-left: 15px;
}

.contact_form .form-group-row.double-col .form-group.image-upload-group input {
    height: 58px;
}

.image-upload-group .upload-btn-wrapper {
    position: absolute;
    right: 25px;
    top: 64px;
    transform: translateY(-50%);
}

.switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 29px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b6b6b6;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch input:checked+.slider,
.upload-btn-wrapper .btn {
    background-color: #f72f2f;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 3px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #f72f2f;
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper .btn {
    color: #fff;
    padding: 9px 21px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 23.5px;
    text-transform: capitalize;
    cursor: pointer;
}

.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.apply-job-form .upload-btn-wrapper {
    overflow: visible;
}

.apply-job-form .image-upload-group .text-danger.error-input {
    position: absolute;
    right: 0;
    bottom: -30px;
    width: auto;
    white-space: nowrap;
}

.form-group.image-upload-group .text.text-danger.error-input {
    position: static;
    text-wrap: wrap;
    white-space: normal;
}

.error-input,
.text.text-danger.form-error {
    font-size: 15px;
}

.about-services h3.heading-h3 {
    z-index: 9;
    position: relative;
    margin-bottom: 0;
}

.about-services p.heading-bottom-paragraph,
.casestudy-project-sec .metaprojectitem h3,
.testimonial-lg+.testimonial-sm+.contact-form-sec,
.testimonial-lg+.testimonial-sm+.faq-accord-sec,
.testimonial-lg+.testimonial-sm+.multilogo-sec {
    margin-top: 0;
}

.eminc-numbers .numbers-item .numbers {
    font-size: 70px;
    font-weight: 800;
    line-height: 72px;
}

.about-brand-logos .brand-logo-item img {
    max-height: 118px;
}

.eminc-numbers .numbers-item .numbers.blue-numbers {
    color: #d9d1ff;
}

.eminc-numbers .numbers-item .numbers.yellow-numbers {
    color: #ffefa0;
}

.eminc-numbers .numbers-item:hover .numbers.blue-numbers {
    color: #9747ff;
}

.eminc-numbers .numbers-item:hover .numbers.pink-numbers {
    color: #fb50ac;
}

.eminc-numbers .numbers-item:hover .numbers.yellow-numbers {
    color: #fed602 !important;
}

.about-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    z-index: 1;
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    align-items: flex-end;
}

.card-data-img {
    margin-bottom: 24px;
    opacity: 0;
    transition: 0.5s;
}

.about-card-data h3.heading-h3 {
    color: #fff;
    margin-bottom: 8px;
}

.about-card-data p {
    font-size: 16px;
    line-height: 28px;
}

.about-card-data {
    bottom: 0;
    padding: 24px;
    color: #fff;
    transform: translate(0, 285px);
    -webkit-transform: translate(0, 285px);
    transition: 0.5s;
}

.about-card:hover .about-card-data {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.about-card:hover .card-data-img,
.portfolio-items-sec .portfolio-casestudy-item:hover .portfolio-casestudy-iner,
.portfolio-items-sec .portfolio-casestudy-item:hover::before,
.portfolio_item:hover .portfolio_item_data,
.portfolio_item:hover::before,
.slider_arrow_left:hover .arrow-circle,
.slider_arrow_right:hover .arrow-circle {
    opacity: 1;
}
.portfolio-items-sec .portfolio-casestudy-item:hover .portfolio-casestudy-iner {
    z-index: 1;
}

.about-card:hover::before {
    opacity: 0.7;
}

.about-card:before {
    width: 100%;
    content: "";
    height: 100%;
    background: #000;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.5s;
}

.portfolio-casestudy-item:before,
.portfolio_item:before {
    background: linear-gradient(182.16deg, rgba(0, 0, 0, 0) 1.72%, rgba(0, 0, 0, 0.7) 98.09%);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
}

.ProductNav_Indicator {
    background: 0 0 !important;
}

.portfolio-casestudy-item,
.portfolio_item {
    background-size: cover;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 20px 0 #00000017;
}

.portfolio_item {
    display: flex;
    align-items: flex-end;
    min-height: 375px;
    display: flex;
    align-items: flex-end;
    border-radius: 12px;
    overflow: hidden;
    background-position: center;
}

.portfolio_item:before {
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}

.portfolio_item_data {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: space-between;
    padding: 24px;
    transition: 0.5s;
    opacity: 0;
}

.portfolio_item_data h4,
.sttc-port-info h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 26.44px;
    color: #fff;
    margin-bottom: 5px;
}

.portfolio_item_data h2,
.sttc-port-info h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 0;
}

.portfolio_item_data h2 a {
    color: #fed602;
    text-decoration: none;
}

.card-rw-wrapper {
    gap: 30px;
}

.card-rw-wrapper .h-card-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 1;
}

.card-rw-wrapper .h-card-col .card-rw-col {
    flex: 1;
}

.enterprises-card a,
.portfolio_data_rgt a {
    text-decoration: none;
}

.enterprises-card.card-home {
    position: relative;
    height: 1030px;
}

/* .enterprises-card.mlops-ai-card {
height: 100%;
} */
.portfolio_data_rgt a span {
    font-size: 16px;
    font-weight: 600;
    line-height: 23.5px;
    color: #111;
    padding: 11px 24px;
    background: #fed602;
    border-radius: 8px;
    margin-right: 24px;
}

.portfolio_data_rgt {
    flex: 0 0 247px;
    max-width: 247px;
}

.portfolio_data_left {
    flex: 1 1;
    padding-right: 20px;
}

.static-portfoilo-item {
    min-height: 580px;
    overflow: hidden;
    padding: 0 12px;
    transition: 0.3s;
}

.static-portfoilo {
    margin: 0 -12px;
    justify-content: space-between;
}

.static-portfoilo-item .static-portfoilo-item-inner {
    height: 100%;
    overflow: hidden;
}

.static-portfoilo-item.port_card_1 .sttc-port-info {
    padding-right: 35px;
    width: 450px;
    display: table;
}

.static-portfoilo-item.port_card_1 {
    flex: 0 0 45%;
    max-width: 45%;
    transition: 0.3s;
}

.static-portfoilo-item.port_card_1 .static-portfoilo-item-inner {
    background: linear-gradient(180deg, #0068ff 42.8%, #0b215a 98.34%);
    padding: 45px 40px 0;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transition: 0.3s;
}

.sttc-port-info p {
    color: #fff;
    margin-top: 16px;
}

.port_card_1 .sttc-port-img a,
.static-port-btn {
    padding-bottom: 50px;
    text-decoration: none;
    color: #fed602;
    font-weight: 600;
    min-width: 135px;
}

.port_card_1 .sttc-port-img {
    margin-top: 38px;
    min-width: 474px;
}

.port_card_1 .sttc-port-img img,
.without-hover-blue.port_card_1 .sttc-port-img img {
    width: 263px;
}

.static-portfoilo-item.port_card_1.without-hover-blue,
.static-portfoilo-item.port_card_2,
.static-portfoilo-item.port_card_3 {
    flex: 0 0 27.5%;
    max-width: 27.5%;
}

.static-portfoilo-item.port_card_1.without-hover-blue .static-portfoilo-item-inner {
    background: #eee;
    border-radius: 24px;
    padding: 45px 22px 0;
}

.static-portfoilo-item.port_card_2 a.static-port-btn {
    padding: 0;
    color: #111;
    margin-top: 20px;
    display: inline-block;
}

.static-portfoilo-item.port_card_2 .static-portfoilo-item-inner,
.static-portfoilo-item.port_card_3 .static-portfoilo-item-inner {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    background: #eee;
    border-radius: 24px;
    padding: 45px 22px 32px;
    transition: 0.3s;
}

.static-portfoilo-item.port_card_2 .sttc-port-img img {
    width: 260px;
    transition: 0.3s;
}

.static-portfoilo-item.port_card_2 .sttc-port-info.hoverinfo,
.static-portfoilo-item.port_card_2.with-hover-yellow .sttc-port-info.withouthoverinfo {
    display: none;
    transition: 0.3s;
}

.port_card_3.with-hover-red .withouthoverinfo,
.static-portfoilo-item.port_card_2.with-hover-yellow .sttc-port-info.hoverinfo {
    display: block;
    width: 420px;
}

.static-portfoilo-item.port_card_2.with-hover-yellow,
.static-portfoilo-item.port_card_3.with-hover-red {
    flex: 0 0 45%;
    max-width: 45%;
}

.static-portfoilo-item.port_card_2.with-hover-yellow .static-portfoilo-item-inner,
.static-portfoilo-item.port_card_3.with-hover-red .static-portfoilo-item-inner {
    background: #fed602;
    border-radius: 24px;
    padding: 10px 100px 36px 24px;
}

.static-portfoilo-item.port_card_2.with-hover-yellow .sttc-port-img img {
    width: 340px;
}

.static-portfoilo-item.port_card_3.with-hover-red .static-portfoilo-item-inner {
    background: #f72f2f;
    padding: 45px 32px 32px;
}

.port_card_3 .sttc-port-img {
    text-align: center;
    min-width: 474px;
}

.static-portfoilo-item.port_card_3 .static-portfoilo-item-inner {
    padding: 45px 32px 52px;
    transition: 0.3s;
}

.port_card_3 a.static-port-btn {
    padding-bottom: 0;
    padding-top: 50px;
    display: inline-block;
    color: #fff;
}
section.success-stories-title {
    padding: 50px 0 0;
}
.success-stories-title .heading-wrap h1.heading-h1 {
    font-size: 48px;
}
section.cmcasestudy-sec {
    padding-top: 30px;
}
.case-study-poster {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.portfolio-casestudy-item {
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    text-decoration: none;
    transition: 0.3s ease all;
}
.case-study-poster .portfolio-casestudy-item {
    display: block;
    height: 100%;
    width: 100%;
    /* position: absolute;
    left: 0;
    top: 0; */
    transition: 0.3s ease all;
    padding: 0;
}
.case-study-poster .portfolio-casestudy-item img.poster {
    width: 100%;
    transition: 0.3s ease all;
}
.case-study-poster:hover .portfolio-casestudy-item .poster {
    scale: 1.04;
}
.portfolio-casestudy-item .logo-btn {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    min-height: 56px;
    z-index: 2;
}
.case-study-poster .portfolio-casestudy-item .portfolio-casestudy-iner {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 2;
}
.logo-btn span.case-btn {
    opacity: 0;
    transition: 0.3s ease all;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-btn span.case-btn img.logo-arrow {
    width: 60%;
    transition: 0.3s ease all;
}
.portfolio-casestudy-item:hover .logo-btn span.case-btn img.logo-arrow {
    width: 100%;
}
.portfolio-casestudy-item:hover .logo-btn span.case-btn {
    opacity: 1;
}

.nopage-data a,
.portfolio-casestudy-cat {
    display: inline-block;
    background: #fed602;
}

.portfolio-casestudy-item:before {
    z-index: 1;
    transition: 0.5s;
    opacity: 1;
    border-radius: 20px;
}

.portfolio-casestudy-cat {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #111;
    padding: 5px 15px;
    border-radius: 4px;
}

.legal-banner,
.slider_arrow_left:hover img {
    background-repeat: no-repeat;
    background-size: cover;
}

.portfolio-casestudy-iner>h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
    margin-top: 12px;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.portfolio-casestudy-iner ul {
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
}

.portfolio-casestudy-iner ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.56px;
    color: #fff;
    background: #ffffff33;
    padding: 5px 16px;
    border-radius: 30px;
    margin-right: 10px;
    flex: 0 0 auto;
    margin-bottom: 8px;
}

section.portfolio-sec-theme2 {
    margin-bottom: -163px;
}

.portfolio-items-sec .portfolio-casestudy-iner,
.portfolio-items-sec .portfolio-casestudy-item:before {
    opacity: 0;
    transition: 0.5s;
}

.portfolio-items-sec .portfolio-casestudy-iner>h2 {
    font-size: 20px;
    line-height: 28px;
}

.industries-banner .banner-left {
    flex: 0 0 67%;
    max-width: 67%;
}

.banner-rgt-img img {
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.5s;
}

.banner-rgt-img img:hover {
    transform: scale(1.2);
    filter: none;
    -webkit-filter: none;
}

.industries-banner span.heading-behind-text {
    font-size: 150px;
    line-height: 220.31px;
}

.industries-service-sec .ms-item-img img {
    max-height: 48px;
}

.indstries-project-sec .mp-item-icon {
    width: 56px;
    height: 56px;
}

.indstries-project-sec .metaprojectitem h3 {
    font-size: 30px;
    line-height: 44.06px;
    margin-top: 16px;
    margin-bottom: 10px;
}

.indstries-project-sec .metaprojectitem p {
    font-size: 18px;
    line-height: 32px;
}

.industriestagsec .tag-list {
    background: #f1f1f1;
    font-size: 18px;
    font-weight: 400;
    line-height: 26.44px;
    color: #111;
    padding: 15px 24px;
    border-radius: 4px;
}

.industriestagsec .tags_wrp {
    column-gap: 24px;
    row-gap: 24px;
    margin-top: 54px;
}

.case-study-banner .banner-left {
    flex: 0 0 64%;
    max-width: 64%;
}

.case-study-banner .banner-rgt-img img {
    filter: none;
    transform: scale(1.18);
}

.cs-card-sec1 .cs-card-icon {
    z-index: 9;
    position: relative;
    margin-bottom: 12px;
}

.cs-card-sec1 .cs-card-icon img {
    max-width: 40px;
}

.cs-card-sec1 .card--item .number {
    top: 80px;
}

.casestudy-chlngsec .sec-text-rgt {
    padding-bottom: 0;
    position: relative;
    top: -35px;
}

.casestudy-chlngsec .process-list h3.heading-h3 {
    margin-bottom: 24px;
    color: #292929 !important;
}

.casestudy-chlngsec .process-list:hover {
    border: 2px solid #fed602;
}

.casestudy-project-sec .card-rgt {
    flex: 1 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.casestudy-project-sec .card-left {
    flex: 0 0 58%;
    max-width: 58%;
    padding-right: 52px;
}

.casestudy-project-sec .card-rgt img {
    transition: 0.5s;
    transform: scale(0.8);
    max-width: 218px;
}

.casestudy-project-sec .metaprojectitem:hover .card-rgt img {
    transform: scale(0.9);
}

.nopage-section {
    padding-top: 30px;
    padding-bottom: 110px;
    text-align: center;
}

.nopage-data h2 {
    font-size: 70px;
    font-weight: 700;
    line-height: 83px;
    color: #111;
    margin-top: 24px;
    margin-bottom: 0;
}

.nopage-data p {
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
}

.nopage-data a {
    font-size: 18px;
    font-weight: 600;
    line-height: 26.44px;
    color: #292929;
    padding: 14px 20px;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 54px;
}

.nopage-img {
    padding-left: 100px;
}

.nopage-img img {
    max-width: 100%;
}

.legal-banner {
    background-position: center center;
}

.legal-banner .banner-rgt-img {
    flex: 1 1;
    justify-content: flex-end;
    display: flex;
}

.legal-banner .banner-left {
    flex: 0 0 70%;
    max-width: 70%;
}

.pp-list h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #f72f2f;
}

.pp-list p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #484848;
}

.pp-list {
    border-bottom: 1px solid #e6e9eb;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.pp-list:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.subscribe-page-img img {
    max-width: 122px;
    margin-bottom: 45px;
}

.subscribe-page-data h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    color: #292929;
    border-bottom: 1px solid #e6e9eb;
    padding-bottom: 45px;
    margin-bottom: 45px;
}

.subscribe-page-data p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #707070;
}

.subscribe-page-data p a {
    color: #111;
    text-decoration: underline;
}

.enterprises-sec {
    position: relative;
    background-color: #fafafa;
    border-radius: 50px 50px 0 0;
    padding-bottom: 80px;
}

.enterprises-sec-one {
    padding-bottom: 210px;
    background-image: url(../images/enterprises-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.enterprises-sec-two {
    margin-top: -124px;
}

.enterprises-sec-img {
    position: absolute;
    right: 0;
    width: 600px;
    height: 430px;
    top: -68px;
}

.enterprises-sec-text {
    flex: 0 0 68%;
}

.enterprises-sec-img img {
    width: 100%;
}

.enterprises-card {
    border-radius: 20px;
    padding: 36px;
    background: #fff;
    box-shadow: 0 8px 10px 0 #0000000d;
    border: 1px solid #0000001a;
}

.enterprises-card-mt .enterprises-card,
.review-section .slick-slide>div,
.review-section .slick-slide>div .review-list {
    height: 100%;
}

.enterprises-box {
    padding: 24px 0 0;
}

.enterprises-box img {
    margin-bottom: 20px;
}
.enterprises-box.legacy-system-box img {
    border-radius: 50%;
}
.enterprises-box h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: #292929;
    padding-bottom: 10px;
}

.enterprises-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #646161;
}

.dsgn-list,
.home-portfolio h3 {
    font-weight: 600;
    text-align: left;
}

.enterprises-card-mt {
    margin-top: -132px;
}

.home-portfolio {
    padding: 40px 0 0;
}

.home-portfolio h3 {
    font-size: 36px;
    line-height: 72px;
    color: #111;
    padding-bottom: 15px;
}

.portfolio_info {
    padding-top: 15px;
}

.portfolio_info a {
    font-size: 38px;
    font-weight: 400;
    line-height: 58.75px;
    text-align: left;
    color: #344054;
    text-decoration: none;
}

.portfolio_img img {
    width: 100%;
    box-shadow: rgb(215 215 215 / 10%) 0 4px 12px;
}

.portfolio_box {
    margin-left: calc((100% - 1230px) / 2);
}

.portfolio_box .slick-list {
    padding: 0 103px 0 0;
}

.portfolio_box .slick-slide {
    margin: 0 12px;
}

.portfolio_slider {
    gap: 10px;
    top: -8px;
}

.portfolio_slider img {
    max-width: 60px;
    cursor: pointer;
    opacity: 0.7;
}

.portfolio_slider img:hover {
    opacity: 1;
}

.portfolio_info p.case-dis span.more a {
    font-size: 16px;
    font-weight: 500;
    line-height: unset;
    color: #f72f2f;
}

.portfolio_info p.case-dis {
    line-height: 30px;
    font-size: 18px;
}

.portfolio_box_inner {
    padding: 10px 15px 20px;
    border-radius: 30px;
}

.portfolio_box_inner:hover {
    background: #fff;
    box-shadow: 0 5px 9px -4px #e0e0e0;
}

/* .slider_arrow_left:hover img {
background-image: url("/images/blockchain/slider-arrow-hover.svg");
background-position: center
} */

.banner-img-main {
    position: relative;
    z-index: 9;
}

.banner-btns {
    margin-top: 30px;
}

.banner-btns .talk-btn.white-bg-btn a {
    background: #fff;
    border: 1px solid #000;
}



.scroll-top-btn,
.we-strive-txt strong {
    font-weight: 600;
}

.we-strive-main {
    padding: 48px 0;
}

.scroll-top-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 60px;
    color: #292929 !important;
    flex: 0 0 auto;
    cursor: pointer;
    text-decoration: none;
}

.scroll-top-btn span {
    transform: rotate(-90deg);
    margin-top: 15px;
}

.vertical-inner img,
.vertical-inner span {
    transform: rotate(90deg);
}

.we-strive-txt {
    font-size: 40px;
    font-weight: 300;
    line-height: 60px;
    color: #292929;
    padding-left: 110px;
    padding-right: 50px;
    text-transform: uppercase;
}

.platform-img {
    min-height: 20px;
    margin-bottom: 15px;
}

.review-comment {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #2f2f2f;
    margin-bottom: 24px;
}

.client-information h2.client-name,
.client_name_rating h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 29.38px;
    color: #000;
    margin-bottom: 0;
}

.client-information h3,
.client_name_rating h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.5px;
    color: #646161;
}

.review-list .client-rating {
    display: flex;
    margin-bottom: 8px;
}

.client-information .info-rgt {
    margin-right: 0;
}

.review-slider-rtl {
    margin-top: 25px;
}

.review-slider-rtl .review-list {
    direction: ltr;
}

.card.testi_list_item {
    border-radius: 20px;
    border: 1px solid #d8d8d8;
    padding: 36px;
}

.client_name_rating span {
    line-height: 1;
    display: flex;
}

.client_review {
    line-height: 30px;
    color: #2f2f2f;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
}

.load-more-btn,
.portfolio-info h4 a {
    display: inline-block;
    text-decoration: none;
}

.client_review:before {
    content: "";
    width: 27px;
    height: 21px;
    background-image: url(../images/inverted-commas2.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 12px;
}

.load-more-btn {
    background: #2f2f2f;
    color: #fff;
    padding: 17px 24px;
    border-radius: 8px;
    font-weight: 600;
}

.testibrands-sec .brand-logos .brand-logo-item {
    flex: 0 0 16.66%;
    max-width: 16.66%;
    border: 0;
    height: 120px;
    padding: 0 30px;
}

.testibrands-sec .brand-logos .brand-logo-item img {
    max-height: 65px;
    max-width: 100%;
}
/*======== contact-form-sec Start =========*/
.contact-form-sec:before {
    background: #fed602;
    position: absolute;
    content: "";
    width: 68%;
    height: 100%;
    right: 0;
    top: 40px;
}
.contact-forminner #enquiry-form {
    flex: 1 1;
    padding-left: 30px;
}
.contact-forminner .section-textarea {
    padding: 0;
    flex: 0 0 300px;
    max-width: 300px;
}
.contact_form .form-group>label {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #000000;
    margin: 0 0 10px;
}
.contact_form label.form-label {
    color: #000;
    margin-bottom: 13px;
    font-weight: 700;
    font-size: 18px;
}
.contact-page .recaptcha-form {
    margin-bottom: 20px;
}
.review-lis-wrp {
    display: flex;
    width: 3000px;
    animation-name: infiniteScroll-review;
    animation-duration: 30s;
}
.review-list.horizontal-scrolling-items__item {
    max-width: 582px;
    margin: 0 12px;
    min-width: 582px;
}

.review-list.horizontal-scrolling-items__item .review-comment {
    white-space: normal;
}

.review-lis-wrp.rtl-list {
    animation-name: infiniteScroll-review-rtl;
    margin-top: 24px;
    justify-content: flex-end;
    float: right;
}

.review-lis-wrp:hover {
    animation-play-state: paused;
}

@keyframes infiniteScroll-review {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes infiniteScroll-review-rtl {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(50%);
    }
}

.home-tab-data img {
    max-width: 100%;
    border-radius: 20px;
}

form.contact_form.form-light input.form-control:-internal-autofill-selected {
    background-color: transparent !important;
}

div#loading-spinner {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

div#loading-spinner img {
    max-width: 100px;
}

div#form-response {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}


.header-menu ul.dropdown-menu::-webkit-scrollbar-thumb {
    background: #f72f2f;
    outline: #dedede solid 450px;
}

.header-menu ul.dropdown-menu::-webkit-scrollbar {
    width: 4px;
}

.header-menu ul.dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #9090a6;
    outline: #9090a6 solid 0;
}

.case-study-img img {
    max-height: 530px;
    object-fit: cover;
}

.stroiessec .blogslider .blog-card-img {
    box-shadow: none;
}

section.casestudysec {
    margin-bottom: -155px;
}

@keyframes infiniteScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(-360deg);
    }
}

.cmcasestudy-inner .portfolio-casestudy-item {
    /* background-position: left center; */
}

.home-port_ section.brands-sec {
    padding-bottom: 30px;
}

.contact-forminner {
    padding: 24px;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.06);
    border-radius: 26px;
    align-items: start;
    position: relative;
    background: #fff;
}

.technologies-img,
.vertical-tabs li {
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.05);
}


.brand-sec .heading-h2 {
    font-size: 40px;
    line-height: 72px;
    font-weight: 500;
    color: #0c0c0c;
}

.brand-sec .heading-bottom-paragraph {
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    margin-top: 0;
    color: #111;
}

.brand-slider-img {
    height: 90px;
}

/* .we-do-sec .heading-h2 {
font-size: 60px;
line-height: 72px;
font-weight: 500;
margin-bottom: 12px;
color: #111
} */

/* .we-do-sec .heading-bottom-paragraph {
font-size: 24px;
line-height: 40px;
font-weight: 400
} */

.blockchain-service .down-aarow {
    position: absolute;
    top: -44px;
    left: auto;
    right: auto;
    width: 100%;
}

.blockchain-service-item .card-heading {
    margin-top: 14px;
}

.blockchain-service-item .card-para {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    color: #484848;
    margin-bottom: 24px;
}

.blockchain-service-item:hover .btnlink img {
    filter: invert(85%) sepia(53%) saturate(2290%) hue-rotate(358deg) brightness(100%) contrast(101%);
}

.blockchain-service-item .btnlink {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}

.block-process-sec {
    border-radius: 60px;
    padding-bottom: 60px;
}

.block-process-sec .home-tab-data p {
    margin: 0 0 27px;
}

.our-service-sec {
    border-radius: 60px;
    padding-bottom: 55px;
}

.vertical-tabs ul {
    min-height: 586px;
    max-height: 586px;
    padding: 0;
    gap: 25px;
    margin-top: 42px;
}

.vertical-tabs .vertical-inner {
    width: 100%;
    min-width: 528px;
    gap: 20px;
}

.vertical-inner span {
    color: #fed602;
    font-size: 24px;
    font-weight: 700;
}

.vertical-inner h2 {
    color: #111;
    font-size: 21px;
    font-weight: 500;
    line-height: 34.8px;
    flex-grow: 1;
}

.vertical-tabs li {
    padding: 20px;
    background: #fff;
    transition: 0.5s;
    position: relative;
    width: 129px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    cursor: pointer;
}

.vertical-tabs li .vertical-content {
    flex: 1;
    margin: 0;
    padding: 30px;
    opacity: 0;
    transition: 0.25s ease-out 0.1s;
    display: none;
    background: url("/images/blockchain/why-choose-bg.png") center no-repeat;
    width: 100%;
    height: 100%;
}

.vertical-content .number {
    font-size: 140px;
    font-weight: 700;
    line-height: 205.63px;
    color: #f1f1f1;
    position: absolute;
    z-index: 0;
    right: 24px;
    top: 0;
    opacity: 0.4;
}

.vertical-content .card-heading {
    font-weight: 500;
    color: #111;
}

.vertical-content p {
    font-weight: 400;
    color: #484848;
    line-height: 32px;
    font-size: 16px;
}

.vertical-tabs li.active .vertical-content {
    flex: 4;
    transform: scaleX(1);
    opacity: 1;
}

.vertical-tabs li.active {
    flex: 5;
    background: #fed602;
    cursor: default;
    padding: 0;
}

.vertical-tabs .vertical-title {
    position: absolute;
    bottom: -16px;
    left: 44px;
    transform: rotate(270deg);
    transform-origin: 0 0;
    white-space: nowrap;
}

.we-padding-l,
.we-work-staking .we-padding-l {
    transform: translateY(109px);
}

.vertical-content .meta-srvc-item {
    background-color: transparent;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    border: 0;
}

.our-portfolio {
    margin-top: 40px;
}

.our-portfolio .col-md-5 .portfolio-sec-img {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.our-portfolio .col-md-5 .portfolio-sec-img img {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.our-portfolio-sec::after {
    content: "";
    position: absolute;
    left: -30px;
    width: 50px;
    height: calc(100% - 390px);
    background: linear-gradient(95deg, #f0ff91 0, #ffa05c 100%);
    bottom: 0;
    border-radius: 25px;
}

.we-work-box::after,
.we-work-box::before,
.we-work-sec::after,
.we-work-sec::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.portfolio-info .number {
    font-size: 40px;
    font-weight: 500;
    line-height: 58.75px;
    color: #292929;
}

.portfolio-info span {
    font-size: 20px;
    font-weight: 600;
    line-height: 29.38px;
    color: #fed602;
    position: relative;
}

.portfolio-slider-arrow .arrow-circle {
    width: 28px;
    height: 28px;
    border-radius: 50px;
    background-color: #fed602;
    right: -14px;
    top: -3px;
    position: absolute;
    display: block;
    opacity: 0;
    z-index: -1;
    transition: 0.5s;
}

.slider_arrow_left .arrow-circle {
    left: -14px;
}

.portfolio-info h4 a {
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    color: #0c0c0c;
    margin: 30px 0 20px;
}

.portfolio-slider-arrow {
    gap: 22px;
    cursor: pointer;
    margin-right: 20px;
}

.portfolio-info .nav-pills {
    margin-bottom: 10px;
    gap: 16px;
}

.portfolio-info .nav-link {
    color: #707070;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 4px solid transparent;
    padding: 0 0 8px;
    text-transform: uppercase;
    border-radius: 0;
    line-height: 26.1px;
}

.portfolio-info .nav-link.active {
    color: #111;
    background-color: transparent;
    border-bottom: 4px solid #fed602;
}

.portfolio-info .tab-pane p {
    color: #111;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 32px;
    margin-bottom: 24px;
}

.protfolio-redirect {
    position: absolute;
    top: 15px;
    right: 10px;
    background: #fed602;
    padding: 10px 22px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #292929;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
}

.portfolio-sec-img .protfolio-redirect img {
    width: 16px;
    transform: rotate(270deg);
    margin: 0 0 0 6px;
}

.client-info-box {
    padding: 8px 0;
    border-top: 2px dashed #eee;
    border-bottom: 2px dashed #eee;
}

.client-info-box span,
.our-service-col p {
    color: #484848;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.client-info-box h5 {
    color: #111;
    font-size: 24px;
    font-weight: 500;
    line-height: 34.8px;
    margin-bottom: 0;
}


.technologies-box h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26.1px;
    text-transform: uppercase;
    color: #111;
}

.technologies-img {
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 12px;
}

.our-portfolio-list li {
    color: #111;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 4px;
}

.blockchain-call-to-action {
    padding: 54px;
    border-radius: 25px;
}
.appointment-validation-popup button.appointment-confirm {
    background: var(--secondary-color);
    color: #fff;
    margin: 0;
    min-width: 80px;
}

.appointment-validation-popup .swal2-actions {
    margin-top: 10px;
}

.appointment-validation-popup #swal2-html-container {
    margin-top: 0;
}

.appointment-validation-popup {
    width: 25em;
    padding-bottom: 25px;
}

.appointment-validation-popup img.swal2-image {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain;
}

.appointment-validation-popup button.appointment-confirm:hover {
    background: var(--yellow-accent-color);
    color: var(--secondary-color);
}
.appointment-validation-popup button.appointment-confirm:focus{
    outline: none;
    box-shadow: none;
}

.testimonials-box {
    border-radius: 25px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    padding: 30px;
    background-color: #fff;
}

.testimonials-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #484848;
    margin-bottom: 15px;
}

.testimonials-icon {
    margin-bottom: 20px;
}

.testimonials-profile span {
    width: 48px;
    height: 48px;
    min-width: 48px;
    font-size: 20px;
    font-weight: 400;
    line-height: 29.38px;
    border-radius: 50px;
    background-color: #fed602;
}

.testimonials-profile {
    gap: 10px;
}

.testimonials-profile-info h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: #111;
}

.testimonials-profile-info P {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    color: #646161;
}

.testimonials-bg img {
    max-width: 500px;
}

.our-service-col .meta-srvc-item {
    padding: 50px;
}

.we-work-inner {
    padding: 32px 36px 23px;
    border: 2px solid #f3f3f3;
    border-radius: 8px;
    position: relative;
    background-color: #fff;
    height: 100%;
}

.we-work-inner .number {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50px;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: -15px;
    left: 52px;
    background-color: #fed602;
}

.we-work-info h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 4px;
    color: #111;
}

.we-work-info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #484848;
}

.we-border-l {
    border-left: 2px solid #e6e9eb;
    margin-left: 36px;
    padding-left: 28px;
}

.work-column-info h3 {
    margin-top: 20px;
    margin-bottom: 4px;
}

.we-padding-l {
    padding-left: 123px;
}

.we-padding {
    padding: 136px 0 90px 123px;
}

.we-work-box::after {
    top: 70px;
    background-image: url("/images/blockchain/we-border-img.png");
    width: 100%;
    height: 100%;
    left: 62px;
    right: 0;
}

.we-work-box::before {
    background-image: url("/images/blockchain/we-border-img-2.png");
    width: 505px;
    height: 364px;
    right: -58px;
    bottom: 125px;
}

.we-work-sec::after,
.we-work-sec::before {
    background-image: url("/images/blockchain/we-work-bg.png");
    width: 100%;
    height: 100%;
    top: 257px;
}

.we-work-sec::before {
    bottom: 281px;
    top: auto;
    background-position: bottom;
}

.faq-accordion .accordion-item {
    border: 2px solid #f3f3f3;
}

.faq-accordion .accordion-button {
    font-weight: 500 !important;
}

.crypto-service-box {
    max-height: 658px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.crypto-service-box::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
}

.crypto-service-sec .heading-behind-text {
    line-height: 175px;
}

.crypto-service-item .card-heading {
    margin-top: 17px;
    margin-bottom: 22px;
    color: #111;
}

/***************************************** Changes after 23-01-2024 *******************************/

/* Common Css Start */
/* .logo-coll {
    align-items: center;
    display: flex;
} */

.pad-b-60 {
    padding-bottom: 60px;
}

.home-port_ section.portf-brands-img-sec {
    margin-top: 0;
}

.br-none br {
    display: block !important;
}

.navbar-expand-lg .navbar-nav .cstm-dropdown .drop-icon svg {
    rotate: 90deg;
    transition: 0.3s ease all;
}

.navbar-expand-lg .navbar-nav .cstm-dropdown .drop-icon svg path {
    fill: #111;
    font-size: 10px;
}

.navbar-expand-lg .navbar-nav .cstm-dropdown:hover a span svg path {
    fill: #FED602;
}

.shadow-efef {
    box-shadow: 0 0 10px 0px #efefef;
}

.text-ffff {
    color: #fff !important;
}

p.mt-30,
.mt-30 {
    margin-top: 30px;
}

/* Common Css End */

.home-ai-video video.ai-video {
    width: 100%;
}

.casestudy-btn a:hover {
    color: #000;
}

.rag-ai-card {
    margin-top: -87px;
}

.intauto-ai-card {
    margin-top: -60px;
}

.ac-card-cont h3.card-heading {
    font-size: 18px;
    margin-bottom: 5px !important;
}

.mt-50 {
    margin-top: 50px;
}

.card-dis-list {
    margin-top: 20px;
}

.card-dis-list p {
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
}

.card-dis-list p:after {
    position: absolute;
    background: #646161;
    width: 6px;
    height: 6px;
    top: 13px;
    left: 0;
    content: "";
    border: 2px solid #646161;
    border-radius: 50%;
}

p.heading-bottom-paragraph br {
    display: block;
}

.talkhealthai-recom .card-left h3 {
    margin-top: 0;
}

.talkhealthai-recom .card-left {
    flex: 0 0 70%;
    max-width: 70%;
}

.talkhealthai-recom ul.case-list-points li {
    font-size: 18px;
    line-height: 32px;
}

.talkhealthai-recom ul.case-list-points {
    padding-left: 20px;
    margin: 20px 0;
}

.challenges-textes .heading-wrap h4 {
    margin: 10px 0 30px;
}

.challenges-textes .accordion-item {
    border: 2px solid #e6e9eb;
}

.challenge-card {
    margin-top: 30px;
}

.challenge-card h3.cha-na {
    font-size: 20px;
    margin-bottom: 15px;
}

.challenge-pt h4.cha-ma {
    font-size: 18px;
    line-height: 28px;
}

.challenge-pt p.heading-bottom-paragraph {
    font-size: 18px;
    font-weight: 600;
}

.challenge-pt .solution-ans {
    border: 1px solid #e2e2e2;
    margin-top: 10px;
    background: #fafafa;
    padding: 20px;
    border-radius: 20px;
    border-left: 5px solid #fed602;
}

.challenge-pt .solution-ans h3 {
    font-size: 18px;
    font-weight: 600;
}

.challenge-pt .solution-ans p {
    font-size: 16px;
    line-height: 26px;
}

.challenge-pt .solution-ans {
    margin-top: 10px;
    background: #fafafa;
    padding: 20px;
    border-radius: 20px;
    border-left: 3px solid #fed602;
}

.casestudy-project-sec .talkhealthai-limit {
    background: #fff;
    border: 1px solid #e4e4e4;
}

.casestudy-project-sec .talkhealthai-limit .card-left {
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 0;
}

.casestudy-project-sec .talkhealthai-limit .card-left h3 {
    margin-top: 0;
}

.roadmap-full .card-left {
    flex: 0 0 100%;
    max-width: 100%;
}

.fut-rdmp .fut-card .card-rgt img {
    max-width: 190px;
}

ul.banner-lwr-li {
    margin: 10px 0 0;
}

ul.banner-lwr-li li {
    padding: 0 0 5px;
    font-weight: 400;
}

.case-feture-sec ul.banner-lwr-li>li ul {
    margin-top: 5px;
}

ul.banner-lwr-li li:last-child {
    padding-bottom: 0;
}

.certificates-block {
    padding: 34px 0;
    background: #fafafa;
}

.certi-logo:hover img.img-logo {
    filter: grayscale(0%);
    opacity: 1;
}

.next-gen-p p {
    font-size: 20px;
    font-weight: 600;
}

.card-intra h3 {
    font-size: 26px;
    font-weight: 700;
    color: #484848;
}

.card-intra p {
    font-size: 20px;
    color: #484848;
}

.card-intra ul.banner-lwr-li li {
    color: #484848;
}

.agent-partner .process-list {
    width: 33%;
    max-width: 33%;
    flex: 31%;
    margin: 0 12px 20px;
}

.hover-fff:hover ul.banner-lwr-li li {
    color: #f1f1f1;
}

.agent-cta ul.d-flex {
    padding: 0;
    gap: 20px;
    margin: 0 0 30px;
   
}

.d-outer-flex{
    width: 100% !important;
}
.d-inner-flex{
    width: 100% !important;

}

.agent-cta ul.d-flex li {
    list-style: none;
}

.agent-cta ul.d-flex .reqst-demo a {
    background: #000;
}

.agent-cta ul.d-flex .reqst-demo a:hover {
    background: #f72f2f;
}

.agent-cta ul.d-flex li .discuss-btn a {
    margin-top: 0;
}

.h-bu-ff h3.heading-h3,
.h-bu-ff ul.banner-lwr-li {
    color: #f5f5f5;
}

.h-bu-ff .divider {
    background: #f5f5f5;
}

.case-feture-sec h3 {
    color: #545454;
    font-size: 24px;
    font-weight: 600;
}

.case-feture-sec h2 {
    font-size: 28px;
    font-weight: 700;
    color: #484848;
}

.case-feture-sec:last-child {
    margin-bottom: 0;
}

.case-feture-sec ul.banner-lwr-li>li b {
    font-weight: 600;
}

.case-feture-sec ul.banner-lwr-li {
    color: #484848;
}

.case-feture-sec ul.banner-lwr-li>li {
    font-weight: 600;
    font-size: 18px;
}

.case-feture-sec {
    margin-bottom: 20px;
}

.border-ddd {
    border: 1px solid #ddd;
}

.web-sc ul.banner-lwr-li li {
    opacity: 0.8;
}

.web-sc:hover ul.banner-lwr-li li {
    color: #f1f1f1;
}

.concl-txt p.txtpara {
    font-size: 18px;
    color: #fff;
    opacity: 0.8;
    margin-bottom: 10px;
}

.pad-20 {
    padding: 20px;
}

.casestudy-project-sec .bg-ffff {
    background: #fff;
    border: 1px solid #f0f0f0;
}

.card-listul ul.banner-lwr-li>li {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 10px;
}

.card-listul ul.banner-lwr-li>li:last-child {
    padding-bottom: 0;
}

/*AGENTIC PAGE CSS START*/
.casestudy-btn a {
    padding: 10px 12px;
    font-size: 13px;
    line-height: normal;
    background: #fed602;
    color: #000;
}

.casestudy-btn a:hover {
    color: #fff;
}

.agent-partner .process-list.process-list-full {
    width: 100%;
    max-width: 100%;
}

.casestudycards-sec img {
    width: 100%;
    border-radius: 8px;
}

.casestudycards-sec-col h3.heading-h3 {
    font-size: 20px;
}

.casestudycards-sec-col {
    padding: 20px;
    border: 1px solid #e0dfdf;
    border-radius: 12px;
}

.casestudycards-sec-col p {
    font-size: 16px;
    line-height: 28px;
}

.casestudycards-sec-ye {
    background: rgb(254 214 2 / 4%);
    border: 1px solid rgb(254 214 2 / 58%);
}

.casestudycards-sec-bl {
    background: rgb(86 118 230 / 5%);
    border: unset;
    position: relative;
}

.casestudy-btn a:after {
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    top: 20px;
    left: 20px;
}

.casestudycards-sec-pk {
    background: rgb(121 68 148 / 4%);
    border: unset;
}

.casestudycards-sec-lgb {
    background: rgb(53 184 227 / 3%);
    border: unset;
}

.casestudycards-sec-red {
    background: rgb(189 25 25 / 2%);
    border: unset;
}

.casestudy-image {
    position: relative;
    z-index: 1;
}

.casestudy-image img {
    width: 100%;
}

.casestudybg-sec .casestudy-text {
    margin-top: -230px;
    position: relative;
    background: #fafafa;
}

.casestudybg-sec .casestudy-text .section-textarea {
    background: #fff;
    padding: 40px;
    border-radius: 40px 40px 0 0;
    position: relative;
    z-index: 1;
}

.casestudy-textbnr {
    padding-top: 200px;
    margin-top: -160px;
    border-radius: 0;
}

.casestudy-music-reco {
    padding-top: 300px;
    margin-top: -245px;
    border-radius: 0;
}

.tech-info-main {
    margin-top: 30px;
}

.tech-info-main .slick-slide>div {
    margin: 0 10px;
}

.casestudycards-sec .slick-slide>div {
    margin: 0 10px;
    height: 100%;
    position: relative;
}

.ai-casestudy-0 .service-process .slick-list .slick-track .slick-slide {
    height: auto !important;
}

.ai-casestudy-0 .service-process .slick-list .slick-track .slick-slide * div {
    height: 100% !important;
}

.ai-casestudy-0 .service-process .slick-list .slick-track .slick-slide>div .discuss-btn.btn-cmn.casestudy-btn {
    height: auto !important;
    position: absolute;
    bottom: 20px;
    left: 20px;
    top: auto;
}

.ai-casestudy-0 .service-process .slick-list .slick-track {
    display: flex;
    align-items: stretch;
}

.casestudycards-sec .slick-slide>div .casestudycards-sec-col {
    padding-bottom: 78px !important;
}

.tech_info {
    border-radius: 8px;
    padding: 30px;
    border: 1px solid #fed602;
    min-height: 450px;
}

.tech_listing img {
    width: 50px;
    height: 40px;
    object-fit: contain;
}

.tech_listing ul {
    padding: 0;
    margin: 0;
}

.tech_listing ul li {
    list-style: none;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 18px;
    padding: 0 0 18px;
}

.tech_info h6 {
    color: #292929;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 22px;
}

.tech_listing ul li .tech-name {
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
}

.tech_listing ul li:last-child {
    padding: 0;
}

.tech_box .slick-dots li button:before,
.home-casestudysec ul.slick-dots li button:before {
    border: 1px solid #000000;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    line-height: normal;
    font-size: 0;
}

.tech_box .slick-dots,
.home-casestudysec ul.slick-dots {
    bottom: -35px;
}

.tech_box .slick-dots li,
.home-casestudysec ul.slick-dots li {
    width: 12px;
    height: 12px;
}

.tech_box .slick-dots li button,
.home-casestudysec ul.slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
}

.tech_box .slick-dots li.slick-active button:before,
.home-casestudysec ul.slick-dots li.slick-active button:before {
    background: #fed602;
    border: 1px solid #d1b10b;
}

section.section-inner-page {
    border-radius: 50px 50px 0 0;
}

.section-inner-page section.bg-ffff {
    background: transparent;
}

.acco-bgfafa .srvc-acrd-wrap .accordion-item {
    background: #fafafa;
}

.home-cta-sec .discuss-btn a {
    background: #000;
}

.home-cta-sec .btn-cmn svg path {
    fill: #fed602;
}

.home-cta-sec .discuss-btn a:hover {
    background: #f72f2f;
}

.home-cta-sec .btn-cmn a:hover svg path {
    fill: #fff;
}

.home-casestudysec section.strech-up-sec {
    margin-top: auto;
    padding-bottom: unset;
}

.ai-casestudy-0 .slick-arrow {
    border-radius: 50%;
    height: 34px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fed602;
    padding: 10px;

}

.ai-casestudy-0 .slick-arrow img {
    width: 6px;
}

.ai-casestudy-0 .slick-arrow:hover img {
    filter: brightness(0) saturate(100%) invert(30%) sepia(28%) saturate(6840%) hue-rotate(344deg) brightness(113%) contrast(111%);
}

.ai-casestudy-0 .portfolio-slider-arrow {
    gap: 18px;
    margin: 20px 0 0 !important;
    padding-top: 10px;
}

.ai-casestudy-0 .service-process {
    margin-top: 30px;
}

.ai-img-sec {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.ai-img-sec img.ai-img {
    width: 100%;
}

.ai-bnr-cntimg {
    display: flex;
    gap: 30px;
}

.ai-bnr-cntimg .ai-bnr-cnt {
    width: 60%;
}

.ai-bnr-cntimg .ai-bnr-img {
    width: 40%;
}

.ai-bnr-cntimg .ai-bnr-img img.ai-img {
    width: 100%;
}

.flex-heading {
    justify-content: space-between;
    align-items: center;
}

.project-img {
    margin-top: 30px;
}

.project-img img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 3px 13px 4px #e9e9e9;
}

.project-img p.heading-bottom-paragraph {
    font-size: 18px;
    margin-top: 20px;
}

/* Ai Button Abhishek */
.ai-avatar-btn {
    display: inline-flex;
    align-items: center;
    /* gap: 30px; */
    width: 100%;
    /* border: 3px solid #e6e9eb; */
    border-radius: 100px;
    padding: 5px;
    margin: 20px auto;
    background: linear-gradient(90deg, #fed602 0%, #fff 100%);
}

.ai-avatar-btn-inner {
    display: flex;
    align-items: center;
    width: 90%;
    /* justify-content: start; */
    /* gap: 20px; */
}

.ai-avatar-text {
    display: flex;
    padding: 5px 20px;
    width: 100%;
    justify-content: start;
    gap: 5px;
}

.ai-avatar-text h6 {
    font-size: 20px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 0;
}

.ai-avatar-text h4 {
    font-size: 20px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 0;
}

.ai-avatar-btn-img {
    box-shadow: 0px -1px 20px 0px #00000026;
    border-radius: 100px;
    max-width: 80px;
}

.ai-avatar-btn-img img,
.consultation-circle img {
    max-width: 70px;
}

.impact-listFlex .impact-list img {
    width: 20px;
}

.travel-segments-sec .trseg-box {
    box-shadow: 6px 6px 19px 0px #0000001a;
    background-color: #ffffff;
    padding: 30px 30px 50px 30px;
    border-radius: 12px 12px 100px 12px;
    text-align: center;
    border: 1px solid #fed602;
    min-height: 208px;
}

.travel-segments-sec .trseg-box.trseg-se {
    border-radius: 100px 12px 12px 12px;
}

.travel-segments-sec .trseg-heading {
    color: #363636;
    font-size: 24px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 4px;
}

.travel-segments-sec .trseg-box p {
    color: #5e6282;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

/*HEALTH CARE PAGE CSS START*/
.healthcare-banner .banner-img-main {
    flex: 0 0 40%;
}

.section-textarea {
    flex: 1 1;
}

.healthcare-banner .banner-img-main img {
    width: 100%;
}

.healthcare-banner .banner-blocks {
    align-items: center;
}

.br-block-cls br {
    display: block !important;
}

.newpage-pb {
    padding-bottom: 60px;
}

.benefits-expect-section {
    padding-bottom: 230px;
}

.challenges-section__grid {
    margin-top: 0.875rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.challenges-section__card {
    background-color: white;
    padding: 1.5rem;
    border: 1px solid #fed602;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 5.625rem;
    border-bottom-right-radius: 5.625rem;
}

.challenges-section__card:nth-child(even) {
    border-top-left-radius: 5.625rem;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.challenges-section__card-image {
    width: 2.5rem;
    height: 2.5rem;
}

.challenges-section__card-text {
    font-size: 0.875rem;
    font-weight: 500;
    color: #484848;
    line-height: 1.5rem;
    text-align: center;
}

.virtual-receptionist-section__content-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 2.25rem;
}

.section__product-tag {
    color: #333;
    padding: 0.5rem 1rem;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
    border-radius: 37px;
    font-weight: 700;
    background: linear-gradient(113.31deg, #fed602 0.44%, #ffffff 49.45%, #fed602 98.61%);
}

.virtual-receptionist-section__description {
    color: #484848;
    font-size: 16px;
    font-weight: 400;
    margin: 1.875rem 0;
    /* text-align: center; */
}

.cm-section__feature-text b {
    font-size: 18px;
    color: #363636;
    line-height: normal;
}

.ht_section__features-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ht_section__features-list li {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.htsection__feature-icon {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: cover;
}

.cm-section__feature-text {
    color: #363636;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
}

.virtual-receptionist-section__right {
    text-align: center;
}

.virtual-receptionist-section__image {
    height: auto;
    max-width: 100%;
}

.ai-emr-section__description {
    color: #363636;
    font-weight: 500;
    font-size: 1.2rem;
    text-align: start;
    margin-bottom: 2rem;
}

.ai-emr-section__content-wrapper {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.ai-emr-section__left {
    width: 100%;
    max-width: 500px;
    position: relative;
    align-self: flex-end;
}

.ai-emr-section__image {
    width: 100%;
    height: auto;
    border-top-left-radius: 4.375rem;
    object-fit: cover;
}

.ai-emr-section__heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.ai-emr-section__heading-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.ai-coach-section__subtitle {
    color: #363636;
    font-weight: 500;
    font-size: 1.2rem;
    text-align: start;
    margin-top: 0.25rem;
    margin-bottom: 2rem;
}

.ai-coach-section__content-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.ai-coach-section__left video {
    width: 100%;
    height: 574px;
}

.ai-coach-section__left {
    width: 100%;
    max-width: 500px;
    position: relative;
    align-self: center;
    text-align: center;
}

.ai-coach-section__image {
    width: 100%;
    height: auto;
    border-top-left-radius: 4.375rem;
    object-fit: cover;
}

.ai-coach-section__heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    margin-top: 1.25rem;
}

.ai-coach-section__heading-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.ai-exercise-coach-section__subtitle {
    color: #363636;
    font-weight: 500;
    font-size: 1.2rem;
    text-align: start;
    margin-top: 0.25rem;
    margin-bottom: 2rem;
}

.ai-exercise-coach-section__content-wrapper {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 40px;
}

.ai-exercise-coach-section__left {
    width: 100%;
    max-width: 500px;
    position: relative;
    align-self: center;
    text-align: center;
}

.ai-exercise-coach-section__image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.ai-exercise-coach-section__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    margin-top: 1.25rem;
}

.ai-exercise-coach-section__heading-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.ai-insurance-section__cards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 1.875rem;
}

.ai-insurance-section__card {
    border: 2px solid #fed602;
    border-radius: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    display: flex;
    gap: 0.5rem;
}

.ai-insurance-section__card-number {
    background-color: #2f2f2f;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    color: #fed602;
    font-weight: 600;
    font-size: 1.5rem;
}

.ai-insurance-section__card-text {
    color: rgba(13, 13, 13, 0.68);
    font-weight: normal;
    font-size: 1rem;
    width: calc(100% - 3.375rem);
}

.benefits-section__subtitle {
    color: #363636;
    font-weight: 500;
    font-size: 1.2rem;
    text-align: start;
}

.benefits-section__content-wrapper {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    margin-top: 1.25rem;
}

.benefits-section__list-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.benefits-section__list-heading-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.benefits-section__center-image {
    max-width: 383px;
    outline: 8px solid #ffffff;
    outline-offset: 15px;
    border-radius: 28px;
}

.benefits-section__center-image img {
    width: 100%;
}

.benefits-expect-section__content-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.benefits-expect-section__left {
    flex: 1 1 100%;
}

.benefits-expect-section__left-paragraph {
    color: #363636;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 1rem;
}

.benefits-expect-section__right {
    flex: 0 1 auto;
    width: 100%;
    max-width: 500px;
}

.benefits-expect-section__image-container {
    border: 38px solid #fed602;
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefits-expect-section__image {
    display: block;
    max-width: 100%;
    height: auto;
}

/*TRAVEL PAGE CSS START*/
.set-img_w {
    max-width: 500px;
}

.set-img_w img {
    width: 100%;
}

.who-we-are-section__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: start;
    max-width: 7xl;
    margin: 0 auto;
}

.who-we-are-section__image-container {
    position: relative;
}

.who-we-are-section__image-inner {
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.who-we-are-section__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.who-we-are-section__text-content {
    text-align: left;
}

.vision-section__subtitle {
    margin-top: 24px;
    font-size: 24px;
    font-weight: 600;
    color: #363636;
    text-align: center;
}

.vision-section__subtitle-strong {
    color: #fed602;
}

.vision-section__pillars-heading {
    font-size: 24px;
    font-weight: 600;
    color: #111111;
    text-align: left;
    margin: 30px 0 20px;
}

.vision-section__pain-points-heading {
    font-size: 1.25rem;
    font-weight: bold;
    color: #363636;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.vision-section__pillars-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: left;
}

.vision-section__pillar-item {
    padding: 1.5rem;
}

.vision-section__pain-points-divider {
    position: relative;
    height: 0.25rem;
    background-color: #facc15;
    margin: 0 auto;
    margin-bottom: 1.5rem;
    max-width: 950px;
}

.vision-section__pain-points-dot {
    position: absolute;
    width: 0.75rem;
    height: 0.75rem;
    background-color: #fed602;
    border-radius: 50%;
    top: -0.25rem;
}

.vision-section__pain-points-dot--left {
    left: 0;
}

.vision-section__pain-points-dot--center-left {
    left: 33.33%;
    transform: translateX(-50%);
}

.vision-section__pain-points-dot--center-right {
    left: 66.66%;
    transform: translateX(-50%);
}

.vision-section__pain-points-dot--right {
    right: 0;
}

.vision-section__pain-points-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    font-size: 0.875rem;
    color: #4a5568;
}

.vision-section__decorative-top-right {
    position: absolute;
    top: 1rem;
    right: 2.5rem;
    width: 0.75rem;
    height: 0.75rem;
    background-color: #f472b6;
    border-radius: 50%;
}

.vision-section__decorative-bottom-left {
    position: absolute;
    bottom: 1rem;
    left: 2.5rem;
    width: 0.75rem;
    height: 0.75rem;
    background-color: #fcd34d;
    border-radius: 50%;
}

.vision-content {
    font-size: 18px;
    text-align: center;
    padding: 0 10px;
    color: #000;
}

.digitize-section__content-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: center;
}

.digitize-section__conclusion {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    color: #111111;
}

.digitize-section__image-wrapper {
    position: relative;
}

.digitize-section__image {
    display: block;
    width: 100%;
    border-radius: 1.5rem;
}

.digitize-section__image-overlay {
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white;
    font-size: 1rem;
    font-weight: bold;
}

.digitize-section__image-overlay span {
    color: #facc15;
}

.digitize-section__decorative-top-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 8rem;
    height: 8rem;
    background-color: #f9a8d4;
    border-bottom-left-radius: 100%;
    opacity: 0.5;
}

.digitize-section-smcontent {
    font-size: 16px;
    line-height: normal;
}

.solutions-section {
    position: relative;
}

.solutions-section__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 1rem;
}

.solutions-section__card {
    text-align: center;
    background-color: #fff;
    padding: 1.5rem;
    border: 1px solid #fed602;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    border-bottom-right-radius: 5.625rem;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    height: 190px;
}

.solutions-section__card-icon {
    width: 2.5rem;
    height: 2.5rem;
}

.solutions-section__card-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 0.25rem;
    margin-bottom: 0;
}

.solutions-section__card-description {
    font-size: 1rem;
    font-weight: 500;
    color: #484848;
    text-align: center;
    line-height: normal;
}

.custom_paragraph {
    width: 500px;
}

@media (max-width:768px) {
    .custom_paragraph {
        width: 100%;
    }
    .mt-40{
        margin-top: 40px !important;
    }
.nav-scroll::-webkit-scrollbar {
    width: 1px;
}

    .flex-wrap-items {
        display: grid!important;
        margin-bottom: 20px;
    }
}

.solutions-section__decorative-top-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 5rem;
    height: 5rem;
    background-color: #f9a8d4;
    border-bottom-right-radius: 100%;
    opacity: 0.5;
    z-index: -1;
}

.ai-solutions__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.ai-solutions__item {
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 2px solid #fcd34d;
    border-radius: 2rem;
    padding: 10px 15px;
    background-color: #fff;
    box-shadow: 0px 8px 10px 0px #00000014;
}

.ai-solutions__item-number {
    background-color: #facc15;
    color: #000;
    font-weight: bold;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    outline: 4px solid #ffff;
    box-shadow: rgb(153 153 153) 0px 5px 15px;
}

.ai-solutions__item-text {
    color: #4a5568;
    font-size: 0.875rem;
    font-weight: 500;
}

.ai-solutions__item-text span {
    font-weight: 700;
    color: #000;
}

.ai-solutions__divider {
    margin-top: 2.5rem;
    color: #363636;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(270deg, rgba(254, 214, 2, 0) 0%, #fed602 50.23%, rgba(254, 214, 2, 0) 100%);
}

.ai-solutions__benefits {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    font-size: 0.875rem;
    color: #4a5568;
    font-weight: 500;
}

.ai-solutions__benefit-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 20px;
}

.ai-solutions__benefit-icon {
    color: #e53e3e;
}

.ai-solutions__accent {
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    height: 5rem;
    background-color: #f9a8d4;
    border-bottom-left-radius: 100%;
    opacity: 0.3;
}

.ai-solutions__custom-text {
    font-size: 18px;
    text-align: center;
    margin: 30px auto 0;
    color: #484848;
    max-width: 600px;
    line-height: normal;
}

.aero-section__cards-grid {
    padding-top: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 20px;
}

.aero-section__card {
    background-color: #fed602;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: unset;
    align-items: center;
    padding: 30px 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 0.5rem;
    border: 1px solid #fcd34d;
}

.aero-section__card-title {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #000;
}

.aero-section__card-description {
    font-size: 15px;
    line-height: 1.5;
    color: #484848;
}

.compass-section__cards-grid {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.compass-section__card {
    background-color: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.compass-section__card-highlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.25rem;
    background-color: #f48fb1;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.compass-section__card-icon-container {
    display: flex;
}

.compass-section__card-icon {
    width: 4rem;
    height: 4rem;
}

.compass-section__card-content {
    width: 100%;
    text-align: left;
    margin-left: 0.5rem;
}

.compass-section__card-title {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 0.5rem;
    color: #000;
}

.compass-section__card-divider {
    height: 0.125rem;
    width: 100%;
    background-color: #fed700;
    margin-bottom: 1rem;
}

.compass-section__card-description {
    font-size: 15px;
    color: #484848;
    line-height: 1.5;
}

.smartbot-section__cards-grid {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.smartbot-section__cards-grid {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.smartbot-section__card {
    background-color: #fff;
    padding: 1.5rem;
    border: 1px solid #fed700;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-bottom-right-radius: 5.625rem;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.smartbot-section__card:nth-child(3),
.smartbot-section__card:nth-child(5) {
    border-top-left-radius: 5.625rem;
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.smartbot-section__card-title,
.metaverse-section__card-title {
    font-size: 20px;
    font-weight: bold;
    color: #363636;
    text-align: center;
}

.smartbot-section__card-text,
.metaverse-section__card-text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #484848;
    text-align: center;
}

.metaverse-section__cards-grid {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.metaverse-section__card {
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #fed700;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    border-bottom-right-radius: 5.625rem;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.metaverse-section__card:nth-child(2),
.metaverse-section__card:nth-child(4) {
    border-top-left-radius: 5.625rem;
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

section.metaverse-section {
    /* margin-bottom: 200px; */
    /* padding-top: 30px; */
}

/*CONTACT PAGE CSS */
.contactform_block form {
    flex: 1 1;
}


.contactform_block .contact_box {
    flex: 0 0 45%;
    padding: 0 0 0 35px;
}

.contact_box-main {
    box-shadow: 0px 9.47px 11.84px 0px #0000000d;
    padding: 20px;
    border-radius: 30px;
    border: 1px solid #fed602;
    display: flex;
    margin: 0 0 20px;
}

.contact_box-main:hover {
    background: #fed6022b;
}

.contact_box-icon span {
    background: #fed602;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 4px 0px #00000040;
    min-width: 40px;
}

.contact_box-icon {
    padding-right: 18px;
}

.contact_box-info h6 {
    color: #111;
    font-weight: 700;
    text-transform: capitalize;
}

.contact_box-info a {
    color: #0d0d0d;
    text-decoration: none;
    font-size: 15px;
    display: block;
    line-height: normal;
    margin: 0 0 2px;
}

.contact_box-icon .icon-img {
    max-width: 18px;
}

.contact_box-d-flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.contact_box-d-flex .qr-img img {
    max-width: 65px;
}

.contact_box-info .contact_box-tel {
    gap: 0 10px;
}

.contact_box-info .contact_box-tel a {
    border-right: 2px solid #ddd;
    padding-right: 10px;
    line-height: 18px;
}

.contact_box-info .contact_box-tel a:last-child {
    border-right: unset;
    padding: 0;
}

.cm_ai-btns a {
    min-width: 185px;
    text-align: center;
    font-size: 20px;
    padding: 10px;
}

.cm_ai-btns {
    text-align: center;
}

/* Web App Development Services */

.web_container .content {
    flex: 1;
}

.features {
    list-style: none;
    padding-left: 0;
}

.features li {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.form-card {
    background: #fff;
    padding: 2rem;
    border-radius: 24px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    flex: 1;
    height: auto;
}

.markit_form form input,
.markit_form select,
.markit_form textarea,
.markit_form button {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0.75rem;
    font-size: 1rem;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.markit_form form button {
    background: #fed602;
    height: 53px !important;
    color: #292929;
    font-size: 18px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    border-radius: 8px;
}

.markit_form form button:hover {
    background: #ffcb05;
}

/* Web App Solutions */

.web_main_cont {
    margin-inline: auto;
}

.web_container {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem;
    gap: 2rem;
    justify-content: space-between;
    align-items: end;
}

.web_containe .line-break {
    display: block;
}

.group_imgs {
    width: 100%;
    max-height: 615px;
}

.web_li_box {
    display: flex;
    gap: 10px;
    align-items: center;
}

.ai_services-grid .grid .card:hover svg path {
    stroke: #000;
}

.web_app_li {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0 !important;
}

.ai_services-grid .card:hover #no-stoke path {
    stroke: unset;
}

.ai_services-grid .card #heart-icon path {
    fill: #000;
}

.ai_services-grid .card #heart-icon path:first-child {
    fill: #fed602;
}

.ai_services-grid .card #heart-icon path:first-child .web_dec_p {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    margin-block: 20px;
}

.form-card h2 {
    color: #000000;
    font-size: 32px !important;
    font-weight: 700;
    line-height: 37px;
    margin: 0 0 20px;
}

.form-card form {
    display: flex;
    flex-direction: column;
}

/* .form-card form input,
form textarea {
width: auto !important;
} */

.web_h1 {
    color: #000000;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 0;
}

.solutions {
    text-align: center;
    /* max-width: 1200px;
margin: auto;
border-radius: 60px 60px 0 0; */
    /* margin-top: 70px; */
}

.solutions .card-grid img {
    width: 70px;
    height: 62px;
    margin-bottom: 24px;
    object-fit: contain;
}

.solution_grid .card .hovr_img {
    display: none;
}

.solution_grid .card:hover .hovr_img {
    display: block;
}

.solution_grid .card:hover .our_img {
    display: none;
}

.solution_grid .card .our_img {
    display: block;
}

.solutions_h1 {
    color: #000000;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
    max-width: 818px;
    margin-inline: auto;
}

.solutions_p {
    color: #484848;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-block: 24px;
    margin-top: 10px !important;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* Mobile default */
}
.card-grid-go {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
 
    /* Mobile default */
}
.circle-img{
    width: 65%;
}
.card-grid .card {
    background: white;
    padding: 36px;
    text-align: left;
    border-radius: 0 !important;
    transition: background 0.3s ease, color 0.3s ease;
    cursor: pointer;
    box-shadow: none !important;
    border: 1px solid #f3f3f3;
}

.card-grid .card h3 {
    color: #292929;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
}

.card-grid .card p {
    color: #646161;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.card:hover {
    background: #ffd600;
    /* Yellow on hover */
    color: #000;
}

.consultation_div {
    background: url("/images/notSureBg.jpg") no-repeat bottom / cover;
    padding: 30px;
    border-radius: 25px;
    margin-block: 45px 145px;
}

.consultation_div p {
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    color: white;
}

.business-sec h2 {
    color: #fff;
}

.consultation_div button {
    background: #fed602;
    padding: 16px 24px;
    margin-top: 24px;
    border-radius: 8px;
    border: 0;
}

.consultation_div button a {
    color: black;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
}

.digital_div {
    position: relative;
    background-color: #fed602;
    padding: 50px 30px 30px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

  .digital_div::after {
    content: "";
    position: absolute;
    width: 458px;
    height: 226px;
    background-image: url(/images/case-study/post/single-casestudy/client-mask.png);
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0px;
    left: -20px;
    background-size: cover;
}

.digital_div p {
    font-size: 24px;
    font-weight: 400;
    line-height: 60px;
    color: #000000;
    max-width: 700px;
    text-align: center;
    margin-inline: auto;
}

.digital_div button {
    background: #000000;
    padding: 16px 24px;
    margin-top: 24px;
    border-radius: 8px;
    border: unset;
}

.digital_div button a {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
}

.contact-sec-a .a-aduit-btn {
    padding: 16px 24px;
    margin-top: 24px;
    border-radius: 8px;
    border: unset;
    text-decoration: none;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
}

.explore_div {
    background: url("/images/exploreBgImg.jpg") no-repeat bottom / cover;
    padding: 30px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 44px;
}

.explore_div p {
    color: #ffffff;
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    max-width: 700px;
    text-align: center;
    margin-inline: auto;
}

.explore_div button {
    background: #fed602;
    padding: 16px 24px;
    margin-top: 24px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    border: unset;
}

.explore_div button a {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}

.looking_div {
    background: url("/images/lookingBgImg.jpg") no-repeat bottom / cover;
    padding: 30px;
    border-radius: 25px;
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.looking_div p {
    color: #000000;
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
}

.looking_div button {
    background: #000000;
    padding: 16px 24px;
    margin-top: 24px;
    border-radius: 8px;
    border: unset;
}

.looking_div button a {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
}

.industries_container h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 !important;
    text-align: center;
}
.card h3 {
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
}

.card p {
    font-size: 0.95rem;
    color: inherit;
}

.highlight {
    background: #ffd600;
}

/* Industries UI */
.industries p {
    color: #555;
    margin-bottom: 2rem;
}

.card.active {
    background: #ffd600;
    color: #000;
}

.container_bg {
    background: #fafafa;
    border-radius: 60px 60px 0 0;
    padding-bottom: 70px;
}

.virtual_div-yellow {
    background: #fed602;
    border-radius: 60px 60px 0 0;
}

.conversation_Botm {
    padding-top: 54px;
}

.conversation_Botm img {
    max-height: 576px;
}

.conversation_Botm_p {
    color: #f72f2f;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 4px;
}

.conversation_Botm .heading-h2 {
    color: #111111;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    margin-block: 0 !important;
}

.conversation_Botm .virtual-receptionist-section__description {
    color: #484848;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 8px !important;
}

.conversation_Botm .heading-p {
    color: #484848;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
}

.heading-p {
    font-size: 16px !important;
}

.conversation_Botm button {
    background: #000000;
    padding: 16px 24px;
    margin-top: 24px;
    border-radius: 8px;
    color: white;
    font-size: 24px;
    font-weight: 500;
    border: unset;
}

.conversation_Botm button a {
    color: #fff;
    text-decoration: none;
}

.conversation_Botm_flex {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.conversation_Botm_flex .left {
    width: calc(100% - 384px);
}

.site-footer {
    background-color: #111;
    /* Dark black background */
    color: #ccc;
    /* Light grey text */
    font-size: 14px;
    padding-block: 15px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* Stacks content on smaller screens */
    margin: 0 auto;
}

.footer-left {
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.footer-right a {
    color: #b6b6b6;
    text-decoration: none;
    margin-left: 20px;
    font-size: 18px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.footer-right a:hover {
    color: #fff;
    /* White on hover */
}

section.clients-grow {
    padding-bottom: 70px;
}

section#clientgrow_withus {
    padding-bottom: 120px;
}

.clients-grow .sec-text-rgt {
    padding-bottom: 0 !important;
}

.clients-grow .heading-h2 {
    text-align: center;
    color: #000000;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    margin-top: 0 !important;
}

.clients-grow img {
    max-height: 650px;
    width: 100%;
}

.we_use_tec {
    background-image: linear-gradient(180deg, #F1F0EE 49.31%, #FFF 124.72%);
}

.we_use_tec .heading-h2 {
    color: #000000;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    margin-block: 0 !important;
    max-width: 1092px;
}

.we_use_tec .heading-bottom-paragraph {
    color: #484848;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
}

.industry_giants {
    background: #111111;
}

.industry_giants .heading-h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    margin-block: 0 !important;
    max-width: 1092px;
}

.industry_giants .heading-bottom-paragraph {
    color: #b6b6b6;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
}

.industry_giants .botm_para {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 12px;
}

.industry_giants button {
    background: #fed602;
    padding: 16px 24px;
    margin-top: 24px;
    border-radius: 8px;
    color: white;
    font-size: 24px;
    font-weight: 500;
    border: unset;
}

.industry_giants button a {
    color: #111111;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
}

.business_goal {
    background: #111111;
}

.business_goal .section-textarea {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.explore_div,
.business_goal .heading-h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    margin-block: 65px 0 !important;
    /* max-width: 1092px; */
    text-align: center;
}

.business_goal .heading-bottom-paragraph {
    color: #b6b6b6;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
}

.business_goal button {
    background: #fed602;
    padding: 16px 24px;
    margin-top: 24px;
    border-radius: 8px;
    color: white;
    font-size: 24px;
    font-weight: 500;
    border: unset;
}

.business_goal button a {
    color: #111111;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
}

.technology_apart {
    background: #ffffff;
}

.technology_apart .heading-h2 {
    color: #000000;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    margin-block: 0 4px !important;
}

.technology_apart .heading-bottom-paragraph {
    color: #484848;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
}

.technology_apart .botm_para {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 12px;
}

.technology_apart .timeline {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 24px;
    margin-top: 45px;
}

.technology_apart .items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* gap: 51px; */
}

.technology_apart .item {
    display: flex;
    align-items: center;
}

.technology_apart .content h4 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    color: #363636;
}

.technology_apart .content p {
    margin: 0;
    color: #484848;
    font-size: 14px;
    max-width: 400px;
    line-height: 22px;
}

.logo-circle img {
    max-height: 685px;
}

.outstanding_services {
    background: #fafafa;
    border-radius: 60px 60px 0 0;
    /* padding-top: 70px; */
}

.inner_outstanding_box {
    background: #fafafa;
    border-radius: 60px 60px 0 0;
    padding-block: 60px 70px;
}

.certified_flex img {
    width: 136px !important;
    height: 137px !important;
}

.certified_flex .certifieds {
    display: flex !important;
    justify-content: center !important;
}

.outstanding_services .heading-h2 {
    color: #000000;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    margin-block: 0 4px !important;
    text-align: center;
}

.outstanding_services .para_p {
    color: #484848;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 45px;
    text-align: center;
}

/* tab section ui */

.we_use_tec .tabs_cont {
    display: flex;
    justify-content: center;
}

.we_use_tec .tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
    flex-wrap: wrap;
    background: #fafafa;
    padding: 6px;
    width: fit-content;
}

.we_use_tec .tab {
    padding: 12px;
    border: none;
    background-color: transparent;
    border-radius: 8px;
    font-weight: 500;
    font-size: 24px;
    cursor: pointer;
    transition: background 0.3s;
    color: #000;
}

.testimonial-card-col .slick-slide {
    margin: 0 10px;
}

.testimonial-card-col .slick-arrow {
    background: #2929291a;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    bottom: -100px;
    top: auto;
}

.testimonial-card-col .slick-arrow.slick-prev {
    right: 70px;
    left: auto;
}

.testimonial-card-col .slick-arrow:before {
    opacity: 1;
    background-image: url(/images/c0-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}

.testimonial-card-col .slick-prev.slick-arrow:before {
    background-image: url(/images/c1-arrow.png);
}

.testimonial-card-col .slick-arrow:hover {
    background: #fed602;
}

.testimonial-card-col .slick-arrow:before {
    opacity: 1;
}

.testimonial-card-col .slick-arrow.slick-next {
    right: 13px;
}

.we_use_tec .tab.active {
    background-color: #ffcb05;
    color: #000;
}
.we_use_tec .grid {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(9, 1fr);
}

.we_use_tec .grid img {
    /* width: 100%; */
    height: 100%;
    
}

.we_use_tec .tech-item {
    border: 1px solid #ffcb05;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
    background-color: #fff;
}

.we_use_tec .tech-item:hover {
    transform: translateY(-5px);
}

.we_use_tec .tech-item img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.we_use_tec .tech-item p {
    font-size: 14px;
    color: #333;
}

.one-size-fits-all {
    background: #ffffff;
}

.one-size-fits-all .heading-h2 {
    color: #000000;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    margin-block: 0px 4px !important;
    max-width: 814px;
}

.one-size-fits-all .heading-bottom-paragraph {
    color: #484848;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 45px;
}

.tech_flex {
    display: flex;
    align-items: center;
    gap: 38px;
}

.tech_card img {
    width: 100%;
}

.one-size-fits-all .tech_card {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.tech_flex .slick-slide {
    margin: 0 10px;
}

.one-size-fits-all .tech_card p {
    color: #344054;
    font-size: 28px;
    font-weight: 400;
    margin-top: 20px;
    text-transform: capitalize;
}

.one-size-fits-all :is(.call-to-action, .strech-up-sec) {
    padding-block: 50px 70px !important;
}

.certified_flex {
    display: flex;
    gap: 24px;
}

.outstanding_services img[alt="ratings"] {
    width: 92px;
    height: 14px;
    margin: 10px auto;
}

.certified_flex .slick-slide {
    margin: 0 10px;
}

.outstanding_services .smartbot-section__card-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #2f2f2f;
}

.clients_say {
    background: #fafafa;
    border-radius: 60px 60px 0 0;
    padding-bottom: 300px;
}

.clients_say .heading-h2 {
    color: #111111;
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    margin-block: 0 45px !important;
    max-width: 794px;
}

.clients_say .heading-bottom-paragraph {
    color: #f72f2f;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 2px;
    margin-block: 0 12px !important;
}

/* client say card css */
.testimonial-card {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 24px;
    padding: 30px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    min-height: 469px;
}

.testimonial-card img[alt="ratings"] {
    margin-bottom: 12px !important;
}

.testimonial-card .testi_bottom_img {
    margin-top: 20px;
    min-width: 70px;
}

.user-info {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.user-info img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 12px;
}

.user-details {
    display: flex;
    flex-direction: column;
}

.user-details h3 {
    color: #111111;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}

.user-details p {
    color: #484848;
    margin: 10px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

.testimonial-text {
    color: #484848;
    margin-block: 16px 22px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.clients_say img[alt="clutch"] {
    width: 74px;
    object-fit: contain;
}

.development_approach .strech-up-sec {
    background: #fafafa !important;
    border-radius: 60px 60px 0 0;
    padding-block: 70px 150px;
}

.development_approach .heading-h2 {
    max-width: 858px;
    margin: 0 auto 20px;
    text-align: center;
}

.development_approach .heading-bottom-paragraph {
    color: #646161;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    margin-block: 0 70px !important;
    margin-inline: auto;
    text-align: center;
    max-width: 794px;
}

.heading_custom {
    height: 60px;
}

.heading_paragraph {
    height: 134px;
}

.mxWidth {
    width: 70%;
    margin: 0px auto 30px;
}

.development-services {
    background: radial-gradient(circle at 50% 65%, rgba(255, 241, 148, 0.5), transparent 46%);
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

.heading-h6 {
    font-size: 26px;
    color: #000000;
    font-weight: 700;
}

.section-textarea p {
    line-height: 30px;
}

.gain-card {
    border: 1px solid #ccc;
    border-radius: 14px;
    padding: 20px;
    margin: 0px !important
}

.gain-card h1 {
    color: #292929;
    font-size: 20px;
}

.borderRadius .main-banner-flex {
    padding-bottom: 40px;
}

.newAccording .final-faq .accordion-item.active-faq .accordion-button::after {
    background-color: #fff !important;
    background-image: url("/images/home-imgs/bottom.svg") !important;
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    position: absolute;
    left: 10px;
}

/* Default arrow (collapsed) */
.newAccording .final-faq .accordion-item .accordion-button::after {
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-image: url("/images/home-imgs/top.svg");
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    content: "";
    transition: transform 0.3s ease;
    position: absolute;
    left: 10px;
}

.newAccording .final-faq .accordion-item.active-faq {
    background: transparent !important;
    color: #000 !important;
  
}
.accordion-item.active-faq {
    border-color: #FED602!important;
}
.newAccording .final-faq .accordion-item .accordion-button {
    color: #000 !important;
    font-size: 18px;
    padding-left: 50px;
    position: relative;
}

.newAccording .final-faq.home-srvc-acrd-wrap .accordion-item p {
    color: #646161;
    margin-left: 50px;
}

.sec-text-rgt button {
    background-color: #000000;
    color: white;
    border-radius: 8px;
    border: 0px;
    padding: 10px 20px;
}

.sec-text-rgt button a {
    background-color: #000000;
    color: white;
    border-radius: 8px;
    border: 0px;
    padding: 10px 20px;
    text-decoration: none;
}

.newYellow {
    background-color: #FED602;

}

.newAccording .accordion-body .hr {
    margin-bottom: 10px;
    margin-left: 50px;
    width: 80px;
    height: 1px;
    background-color: #242424;

}

.development-services img[alt="rightYellow"] {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    height: 476px;
}

.digital_solution .heading-bottom-paragraph {
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    color: #000000;
    max-width: 684px;
    margin-bottom: 0 !important;
}

.development_approach .timeline-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    align-items: start;
    margin-bottom: 60px;
}

.development_approach .step {
    position: relative;
    width: 100%;
    padding: 30px 22px;
    text-align: center;
}

.borderRadius img {
    border-radius: 12px;
}

.impact-listFlex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.impact-listFlex .impact-list {
    background-color: #fed602;
    border-radius: 50px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.development_approach .step img {
    position: absolute;
    object-fit: contain;
    z-index: 1;
}

.step img {
    position: absolute;
    object-fit: contain;
}

.step .left_img_start {
    top: -38px;
    left: 0px;
}

.step .left_img_one {
    bottom: -10px;
    left: 0;
}

.step .right_img_two {
    bottom: -10px;
    left: 0;
}

.timeline-container.web-design .left_img_start {
    top: -60px;
}

.timeline-container.web-design .right_img_one {
    top: -50px;
}

.step .right_img_one {
    top: -30px;
    left: 0;
}

.step .right_img {
    top: -30px;
    left: 0;
}

.development_approach .step::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    border: 2px dotted #ccc;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    border-bottom: none;
    z-index: -1;
}

.development_approach .step h4 {
    font-size: 16px;
    font-weight: 700;
    color: #363636;
    margin-block: 0px 8px !important;
    text-align: center;
    z-index: 2;
    position: relative;
}

.development_approach .step p {
    font-size: 12px;
    font-weight: 500;
    color: #646161;
    line-height: 1.5;
    z-index: 2;
    position: relative;
    min-height: 115px;
    margin: auto;
}

.development_approach .step-number {
    font-size: 68px !important;
    font-weight: 600 !important;
    color: #fed602 !important;
    z-index: 2;
    position: relative;
}

/* tab ui */
.we_use_tec .nav-pills .nav-link {
    border-radius: 999px;
    color: black;
    font-weight: 500;
    border: 1px solid transparent;
    font-size: 18px;
}

.we_use_tec .nav-pills {
    display: flex;
    border-radius: 8px;
    flex-wrap: wrap;
    padding: 6px;
    width: fit-content;
    margin: 25px auto 35px;
}

.we_use_tec .nav-pills li button {
    border: none;
    border-radius: 8px !important;
    font-weight: 500;
    font-size: 24px;
    cursor: pointer;
    padding: 12px 20px;
    transition: background 0.3s;
    border-radius: 8px;
}

.we_use_tec .nav-pills .nav-link.active {
    background-color: #ffcb05;
    color: black;
    border-radius: 8px;
}

.we_use_tec .nav-pills .nav-link:hover {
    background-color: #ffcb05;
    color: black;
}

/*HOMEPAGE CSS START FROM HERE*/
.main-banner-flex {
    display: flex;
    align-items: center;
}

/* .main-banner-flex img {
    height: 310px;
    width: 260px
} */
.bgBlack {
    background-color: #000000;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    margin: 60px 0px 0px;
}

.bgBlack img {
    margin-bottom: 110px;
}

.borderRadius {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    margin-top: -60px;
    background: white;
}

.bgBlack .main-banner-flex {
    color: #fff
}

.bgBlack .heading-h2 {
    color: #fff
}

.bgBanner {
    background-color: #FED602 !important;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    padding: 60px 0px 200px !important;
}

.section-textareaNew {
    background-color: #000000;
    color: #fff;
}

.eminiq-contact-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.eminiq-contact-wrapper {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #fafafa;
    padding: 60px 20px;
    width: 100%;
}

.eminiq-contact-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.eminiq-form-block {
    display: flex;
    align-items: stretch;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
    max-width: 1330px;
    margin: 0 auto;
}

.eminiq-form-inner {
    display: flex;
    width: 100%;
}

.eminiq-left-section {
    background: #000;
    color: white;
    padding: 60px 50px;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}


.eminiq-heading-wrap {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.eminiq-main-heading {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    color: white;
}

.eminiq-sub-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    position: relative;
    z-index: 1;
}

.eminiq-right-form {
    padding: 60px 50px;
    width: 60%;
    background: white;
}

.eminiq-field-row {
    margin-bottom: 25px;
}

.eminiq-field-row.eminiq-two-cols {
    display: flex;
    gap: 20px;
}

.eminiq-field-row.eminiq-two-cols .eminiq-field-group {
    flex: 1;
}

.eminiq-field-group {
    margin-bottom: 0;
}

.eminiq-field-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: #B6B6B6;
    margin-bottom: 8px;
}

.eminiq-input-field {
    width: 100%;
    padding: 0px 12px 0;
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    font-weight: 700;
    font-size: 0.95rem;
    color: #000000;
    background: transparent;
    transition: border-color 0.3s ease;
}

.eminiq-input-field:focus {
    outline: none;
    border-bottom-color: #000;
    box-shadow: none;
}

.eminiq-input-field::placeholder {
    color: #999;
}

.eminiq-textarea-field {
    resize: none;
    border-bottom: 1px solid #000000;
    width: 100%;
    padding: 0px 12px 0;
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    font-size: 0.95rem;
    color: #000000;
    background: transparent;
    transition: border-color 0.3s ease;
}

.eminiq-textarea-field:focus {
    outline: none;
    border-bottom-color: #000;
    box-shadow: none;
}

.eminiq-textarea-field::placeholder {
    color: #999;
}

.eminiq-select-field {
    width: 100%;
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    font-size: 0.95rem;
    color: #333;
    background: transparent;
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23333' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 5px center;
    padding-right: 25px;
}

.eminiq-select-field:focus {
    outline: none;
    border-bottom-color: #000;
}

/* Interest Checkboxes */
.eminiq-interest-wrapper {
    margin-bottom: 30px;
}

.eminiq-interest-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    display: block;
}

.eminiq-interest-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.eminiq-checkbox-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.eminiq-checkbox-input {
    width: 18px;
    height: 18px;
    cursor: pointer;
    border-radius: 100px;
    accent-color: #FFD700;
}

.eminiq-checkbox-label {
    font-size: 0.9rem;
    color: #333;
    margin: 0;
    cursor: pointer;
    font-weight: 400;
}

.eminiq-error-text {
    font-size: 0.85rem;
    margin-top: 5px;
    display: block;
    color: #dc3545;
}

.eminiq-submit-row {
    margin-top: 35px;
    margin-bottom: 0;
}

.eminiq-submit-btn {
    background: #FFD700;
    color: #000;
    padding: 14px 40px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.eminiq-submit-btn:hover {
    background: #FFC700;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.eminiq-text-right {
    text-align: right;
}

.eminiq-alert-success {
    padding: 12px 20px;
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    border-radius: 8px;
    margin-top: 15px;
}

.we-strive-section {
    background-color: #ffd700;
    color: #222;
    min-height: 200px;
    position: relative;
    flex-wrap: wrap;
    gap: 20px;
}

/* Left side scroll text */
.scroll-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rotate-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.arrow-up {
    width: 1px;
    height: 40px;
    background-color: #000;
    position: relative;
    margin-top: 4px;
}

.arrow-up::after {
    content: '';
    position: absolute;
    top: -6px;
    left: -4px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #000;
}

/* Center text */
.text-content h2 {
    font-size: 36px;
    font-weight: 400;
    margin: 0;
    line-height: 1.4;
}

.bgYellowBanner {
    background-color: #FED602 !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    padding: 60px 0px 60px !important;
}

.text-content strong {
    font-weight: 700;
}

/* Right side circular text */
.circle-text {
    position: relative;
}

.circle {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle span {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    animation: rotate 12s linear infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 2px;
}

.arrow {
    font-size: 24px;
    transform: rotate(45deg);
    font-weight: bold;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Responsive Design */


.banner-left-col {
    flex: 1 1;
}

.banner-right-col {
    flex: 0 0 50%;
    text-align: right;
}

.banner-left-col strong {
    font-family: Heebo;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    padding-bottom: 12px;
}

.hero-banner-img {
    background: url("/images/home-imgs/hero-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 40px;
}

.main-banner-flex h1 {
    color: #fff;
    padding-bottom: 12px;
}

.main-banner-flex p {
    padding-bottom: 12px;
}

.main-banner-flex .banner-color-text {
    color: #cccccc;
}

.main-banner-flex .banner-white-text {
    color: #fff;
}

.text-below {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: black;
}

.aiml-consulting-sec {
    border-radius: 50px 50px 0 0;
    padding: 60px 0 180px;
}

.ux-audits-benefit-new {
    padding-bottom: 50px;
}

.ux-audits-benefits {
    padding-bottom: 20px;
}

.yellow-box-sec {
    background: url(/images/core-solutions/yellow-pattern.jpg) no-repeat bottom / cover;
    padding: 35px 15px 30px;
}

section.healthcare_ylw_sec .yellow-box-sec {
    padding-bottom: 30px;
}

.yellowprocess-content .btn-cmn a {
    background: #000000;
    color: #fff;
}

.yellowprocess-content .btn-cmn {
    margin-top: 30px;
}
.yellowprocess-content h2 {
    font-weight: 700;
    font-family: 'Outfit';
}
.automation-sec {
    background: url("/images/home-imgs/ai-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 270px;
}

.automation-sec-inner {
    max-width: 650px;
    margin: 0 0 0 auto;
}

.digital-growth {
    background: #fafafa;
}

.automation-sec-inner strong.text-below,
.automation-sec-inner p {
    color: #b6b6b6;
}

.automation-sec-inner h2 {
    color: #ffffff;
}

.yellow-btn a {
    background: #fed602;
    color: #111111;
    text-transform: capitalize;
}

.automation-sec-inner .btn-cmn {
    margin: 35px 0 0;
}

.cardai_block .cardai-inner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.cardai_block .card-link {
    color: #fcd300;
    text-decoration: underline;
    margin-top: 15px;
    font-weight: bold;
    display: flex;
    width: max-content;
}

.cardai_block .card:hover {
    transform: scale(1.03);
}

.cardai_block .cardai-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cardai_block .card-content {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 20px;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cardai_block .slick-slide {
    margin: 0 10px;
}

.cardai_block .cardai-inner:hover .card-content {
    transform: translateY(0);
    opacity: 1;
}

.cardai_block .card-title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 24px;
    line-height: 27px;
}

.cardai_block .card-description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.cardai_block .card-title-static {
    position: absolute;
    bottom: 34px;
    left: 15px;
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    z-index: 2;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    pointer-events: none;
}

.cardai_block .cardai-inner:hover .card-title-static {
    display: none;
}

.cardai_block .slick-arrow:hover {
    background: #2929291a;
}

.cardai_block .slick-arrow {
    background: #2929291a;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    bottom: -100px;
    top: auto;
    cursor: pointer;
}

.cardai_block .slick-arrow.slick-prev {
    right: 70px;
    left: auto;
}

.cardai_block .slick-arrow.slick-next {
    right: 13px;
    background: #fed602;
}

.cardai_block .slick-prev.slick-arrow:before {
    background-image: url(/images/c1-arrow.png);
}

.cardai_block .slick-arrow:before {
    opacity: 1;
}

.cardai_block .slick-arrow:before {
    opacity: 1;
    background-image: url(/images/c0-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}

.particularsolutions {
    border-radius: 60px 60px 0 0;
    margin-top: -110px;
    background: #fff;
    padding: 65px 0;
}

.final-faq-accordian {
    padding: 60px 0;
    /* margin-top: -40px; */
    background: #fff;
}

.final-faq .accordion-button {
    background: 0 0;
    outline: 0;
    border: unset;
    box-shadow: unset;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    color: #000000;
}

.final-faq .accordion-item {
    margin-bottom: 24px;
    background: #fff;
    border-radius: 10px !important;
    box-shadow: 0px 5px 16px 0px #080f340f;
    border: 1px solid #e6e9eb;
    padding: 14px;
}

.final-faq .accordion-item:last-child {
    margin-bottom: 0;
}

.final-faq .accordion-body {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
}

/* .final-faq .accordion-item button.accordion-button:after {
background-color: #2F2F2F;
width: 40px;
height: 40px;
border-radius: 50%;
background-image: url("/images/home-imgs/faq-arrow.png");
background-position: center;
background-size: 10px;
background-repeat: no-repeat;
rotate: 90deg;
}
.final-faq .accordion-item .accordion-button:not(.collapsed)::after {
transform: unset;
background-color: #FED602;
background-image: url(/images/home-imgs/faq-blackarrow.png);
background-size: 18px;
background-position: center;
background-repeat: no-repeat;
rotate: 180deg;
}
.accordion-button:not(.collapsed)::after {
background-image: var(--bs-accordion-btn-active-icon);
transform:inherit!important;
} */
/* Active accordion item container */
.final-faq .accordion-item.active-faq {
    border: 1px solid #fed602;
    border-radius: 8px;
    background: #000000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}


.final-faq.home-srvc-acrd-wrap .accordion-item p,
.final-faq.home-srvc-acrd-wrap .accordion-item ul li {
    color: #fff;
}

.final-faq.home-srvc-acrd-wrap .accordion-item p:last-child {
    margin-bottom: 0;
}

/* Active button text */
.final-faq .accordion-item.active-faq .accordion-button {
    color: #fff;
    font-weight: 600;
    background-color: transparent;
    /* remove Bootstrap default */
    box-shadow: none;
}

/* Arrow for active state */
.final-faq .accordion-item.active-faq .accordion-button::after {
    background-color: #fed602 !important;
    background-image: url("/images/home-imgs/faq-blackarrow.png") !important;
    background-size: 11px;
    background-position: 50% 52%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

/* Default arrow (collapsed) */
.final-faq .accordion-item .accordion-button::after {
    background-color: #2f2f2f;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-image: url("/images/home-imgs/faq-arrow.png");
    background-size: 6px;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    content: "";
    background-position: 55% 50%;
    transition: transform 0.3s ease;
}

.industry-focused-sec .casestudycards-sec-col {
    flex: 0 0 30%;
    background: #fff;
    position: relative;
    padding-bottom: 84px;
}

.not-btn .industry-focused-sec .casestudycards-sec-col {
    padding-bottom: 20px;
}

.industry-focused-sec .casestudycards-sec-col a {
    position: absolute;
    bottom: 20px;
    left: 20px;
    top: auto;
}

.industry-focused-sec {
    gap: 30px;
}

.insdustry-btn a {
    background: #fed602;
    box-shadow: 0px 0px 8px 0px #ffffff52;
    color: #000 !important;
    font-size: 14px;
    border-radius: 16px;
    padding: 12px 20px;
}

.insdustry-btn a img {
    max-width: 11px;
}

.services-cards-sec {
    padding: 60px 0 20px;
}

.extended-pd.pt-0- {
    padding-top: 0px;
}

.brandtalk-sec {
    background: #fff;
    padding: 70px 0;
    margin-top: -50px;
}

.content-content-block {
    flex: 0 0 45%;
}

.content-img-sec {
    flex: 1 1;
}

.content-content-block strong {
    font-family: Heebo;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    margin: 15px 0;
    display: block;
}

.content-img-sec>img {
    width: 100%;
}

.flex-sec-col {
    gap: 0 24px;
}

.builtgrowth-sec {
    background-image: url("/images/home-imgs/wave.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-color: #111111;
    padding: 90px 0 300px;
}

.ai_bulit-growth h2.heading-h2 {
    color: #fff;
}

.ai_bulit-growth {
    max-width: 796px;
}

.ai_bulit-growth strong {
    margin: 20px 0;
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #b6b6b6;
}

.ai_bulit-growth p {
    font-family: Heebo;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #b6b6b6;
}
.para2-sec{
    width: 100%;
    padding-left: 32px;
    padding-top: 10px;
}
.res-para2-sec{
    display: none;
   
}
.protfolio-tabs .nav {
    flex: 0 0 36%;
    max-width: 36%;
    height: 500px;
    justify-content: center;
    overflow-y: scroll;
}

.protfolio-tabs .nav button.active {
    background-color: transparent;
    opacity: 1;
}

.protfolio-tabs .nav button {
    margin: 20px 0;
    opacity: 0.3;
}

.portfolio-tab-data img {
    max-width: 100%;
    border-radius: 20px;
}

.portfolio-tab-data .btn-cmn {
    margin-top: 20px;
    text-align: right;
}

.portfolio-tab-data .btn-cmn img {
    max-width: 21px;
    margin-left: 5px;
}

.client-block {
    display: flex !important;
    gap: 0 45px;
}
.custom-client-block{
    gap: 0px 20px;
}
.custom-client-desc{
    border: 1px solid rgba(254, 214, 2, 1);
    padding:20px;
    border-radius: 15px;
    font-weight: 700;
    height: 100%;
    position: relative;

    
}


.triangle-right-with-border{
height: 0;
    width: 0;
    position: absolute;
    top: 50%;
    left: -19px;
    border-top: 19px solid transparent;
    border-right: 19px solid rgba(231, 176, 8, 1);
    border-bottom: 19px solid transparent;
}

.triangle-right-with-border::after{
content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-top: 18px solid transparent;
    border-right: 18px solid #fff;
    border-bottom: 22px solid transparent;
    top: -19px;
    left: 3px;
    z-index: 9999;
}

.quotation-img{
   position: absolute;
    bottom: -20px;
    right: 10%;
}

.client-testimonial-final {
    padding: 60px 0;
    position: relative;
    margin: 45px 0 0;
}

.client-video-sec {
    position: relative;
    flex: 0 0 35%;
    max-width: 35%;
}
.custom-client-video-sec{
    max-width: fit-content;
}

.client-play {
    position: absolute;
    top: 70%;
    transform: translateY(-70%);
    right: -52px;
   
}
.custom-client-play {
    position: absolute;
    bottom: -1px;
    transform: translateY(-10px);
    right: 10px;
     top: auto;
}
.custom-client-play img{
    width:60px;
    height:60px
}

.client-011 .clinet-review {
    width: 100%;
}

.client-imginto .client-011 img {
    width: 100%;
}

.client-011,
.client-imginto {
    width: 100%;
}

.client-desc {
    /* margin-top: 60px; */
    flex: 0 0 63%;
    max-width: 100%;
}
.custom-testimonial-final{
    margin-top:0px;
    padding:20px 0px
}
.custom-client-011 .clinet-review{
    border-radius: 15px;
    display: flex;
}

.client-desc img {
    margin: 0 0 10px;
}

.client-desc p {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: #363636;
    margin-bottom: 30px;
}

.quote-right-img {
    float: right;
}
.client-details{
    position: relative;
    padding-left:20px;
}
.client-details::before{
    content: "";
    position: absolute;
    top: 0;
    bottom:0;
    left:0;
    width:5px;
    border-radius: 15px;
    height:50px;
    background-color: rgba(247, 47, 47, 1);
}

.client-details h6 {
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #111111;
    margin: 20px 0 0;
}

.client-details p {
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #111111;
    margin: 0px 0 10px;
}

/* .client-testimonial-final:before {
    background: #fed602;
    position: absolute;
    content: "";
    width: 68%;
    height: 100%;
    left: -50%;
    top: 0;
} */

.client-testimonial-final .slick-dots {
    bottom: 95px;
    text-align: end;
}

.client-play .pause-clinet-review {
    background: transparent;
    border: unset;
}

.client-testimonial-final .slick-dots li {
    font-weight: 800;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0px;
    margin-left: 20px;
    color: #202020;
}

.client-testimonial-final .slick-dots li.slick-active {
    color: #fed602;
    margin-right: 100px;
    position: relative;
}

.client-testimonial-final .slick-dots li.slick-active:before {
    position: absolute;
    content: "";
    background: #fed602;
    left: 36px;
    width: 89px;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
}
/*======= Blogs sections Start =========*/
.blog-sec {
    padding: 65px 0;
}
.blog-post {
    display: flex;
    gap: 0 30px;
    justify-content: space-between;
    margin: 45px 0 0;
}
.blog-postcard {
    flex: 0 0 32%;
     box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.18),
    0px 4px 10px rgba(0, 0, 0, 0.04);
    background: #fff;
}
.blog-img img {
    width: 100%;
}
.blog-img {
    position: relative;
}
.blog-date {
    background: #fed602;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 20px;
    font-family: Heebo;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
}
.blog-info-box {
    padding: 20px;
}
.blog-client {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.blog-info-box a {
    text-decoration: none;
}
.blog-client p {
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #646060;
}
.blog-info-box h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.3px;
    color: #000000;
    margin: 20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-info-box .blog-btn {
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    color: #000;
    text-decoration: none;
}
.blog-info-box .blog-btn img {
    margin: 0 0 0 7px;
    max-width: 26px;
}
/*======= Blogs sections End =========*/
.portfolio--finalsec {
    display: flex;
    height: 69vh;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
}

.portfolio--finalsec .scroller-container {
    width: 250px;
    height: 100%;
    overflow-y: scroll;
    box-sizing: border-box;
    position: relative;
}

.portfolio--finalsec .scroller-container::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.portfolio--finalsec .scroller-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.portfolio--finalsec .scroller-item {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.3;
}

.portfolio--finalsec .scroller-item img {
    object-fit: cover;
    transition: border 0.2s ease;
    cursor: pointer;
    width: 145px;
}

.portfolio--finalsec .scroller-item.active img {
    width: 100%;
}

.portfolio--finalsec .scroller-item:hover img {
    border-color: #999;
}

.portfolio--finalsec .image-display {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 20px;
    overflow: hidden;
    flex-direction: column;
}

.portfolio--finalsec .image-display>img {
    max-width: 600px;
    max-height: 100%;
    object-fit: contain;
}

.portfolio--finalsec .no-image-text {
    color: #555;
    font-size: 1.2em;
}

.portfolio--finalsec .scroller-item.active {
    opacity: 1;
}

.portfolio--finalsec .action-button {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #fed602;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.portfolio--finalsec .action-button img {
    max-width: 13px;
}

.portfolio-btns {
    width: 100%;
    text-align: right;
}

section.portfolioside-sec {
    padding: 65px 0 120px;
}

#calendar-wrapper .flatpickr-current-month span.cur-month,
#calendar-wrapper .flatpickr-current-month input.cur-year {
    font-weight: 400;
}

#calendar-wrapper .flatpickr-calendar {
    /* border: 1px solid #b6b6b6;
    width: 100% !important; */
}

#calendar-wrapper .flatpickr-days {
    width: 100%;
}

#calendar-wrapper .dayContainer {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

#calendar-wrapper .flatpickr-day.today,
#calendar-wrapper .flatpickr-day.today:hover {
    background: #fed602;
    border: 1px solid #fed602;
}

#calendar-wrapper .flatpickr-day:hover {
    background: #fed6021a;
    border-color: #fed6021a;
}

#calendar-wrapper .flatpickr-months {
    margin: 0 0 35px;
}

#calendar-wrapper .flatpickr-weekday {
    font-weight: 400;
    color: #3c413f;
    font-size: 13px;
}

#calendar-wrapper .flatpickr-day {
    margin: 2px 0;
    color: #484848;
}

#calendar-wrapper .flatpickr-months .flatpickr-prev-month span {
    width: 28px !important;
    height: 28px !important;
    background-position: center !important;
    background-size: 10px !important;
    background-repeat: no-repeat !important;
    background-image: url(/images/home-imgs/faq-blackarrow.png) !important;
    font-size: 0 !important;
    transform: rotate(90deg);
}

#calendar-wrapper .flatpickr-current-month {
    margin-top: -8px;
}

#calendar-wrapper .flatpickr-months .flatpickr-month {
    margin: 12px 0 0;
}

#calendar-wrapper .flatpickr-months .flatpickr-next-month span {
    width: 28px !important;
    height: 28px !important;
    background-position: center !important;
    background-size: 10px !important;
    background-repeat: no-repeat !important;
    background-image: url(/images/home-imgs/faq-blackarrow.png) !important;
    font-size: 0 !important;
    transform: rotate(-90deg);
}

.main-slots h4,
.main-slots p {
    color: #484848;
    margin: 0;
    font-size: 19px;
    font-weight: 500;
}

.main-slots .slot input {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    border: 2px solid #ffd700;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    height: 100%;
}

.main-slots .slot {
    position: relative;
    margin: 10px 0;
}

.main-slots .slot label {
    padding: 15px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

.main-slots .slot input[type="radio"]:checked {
    background: #ffd700;
}

.main-slots .slot input[type="radio"]:checked+label {
    color: #000;
    font-weight: 700;
}

.main-slots .slots {
    height: 450px;
    overflow: auto;
}

.contact-fixed ul {
    margin: 0;
    padding: 0;
}

.contact-fixed ul li {
    list-style: none;
    margin: 0;
    border-radius: 50%;
    background: #5ffb7a;
}
section .contact-fixed  img.img-logo {
    border-radius: 50%;
    width: 56px;
}

section .contact-fixed {
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 99;
    /* display: none; */
}

.impact-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 40px 0px;
    background-color: #ffffff;
}

.impact-card {
    width: 100%;
    padding: 30px 40px;
    background: #fff;
    border-left: 6px solid #fed602;
    border-right: 6px solid #fed602;
    /* blue accent */
    border-radius: 14px;
    box-shadow: 0 4px 24px #00000024;
    font-family: "Inter", sans-serif;
}

.impact-heading {
    font-size: 1.9rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
}

.impact-list {
    list-style-type: disc;
    color: #374151;
    line-height: 1.8;
    font-size: 1rem;
}

.impact-list li {
    margin-bottom: 8px;
}

.impact-description {
    color: #475569;
    font-size: 0.97rem;
    line-height: 1.7;
    text-align: center;
}

/*SERVICE PAGE DESIGN*/
.mobile-development,
.ecommerce-specialist,
.ui-ux-design,
.devops,
.cloud-engineering {
    background: url(/images/services/ser_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-banner_0I .service-banner_wrap h1 {
    color: #fff;
}

section.service-banner_0I {
    padding: 60px 0 0;
}

.service-banner_wrap {
    max-width: 650px;
}

.service-banner_wrap h1 {
    color: #000;
}

.service-banner_wrap p {
    /* color: #000; */
    margin: 12px 0;
}

.service-banner_wrap strong {
    font-size: 24px;
    line-height: 36px;
    color: #000;
}

.service-banner_wrap .talk-btn {
    margin: 35px 0 0;
}

.service-banner_wrap .talk-btn a {
    margin-left: 0;
}

.white-certificates-block {
    padding: 34px 0;
    background: #fff;
}

.allcard-mrg .allcard-mrginne {
    margin: 0 0 60px;
}

.virtual_div-black {
    background: #000000;
}

.virtual0I-pd {
    padding-bottom: 220px;
}

.unleashthepower-sec {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ai-challange-sec {
    padding-bottom: 60px;
}

#rc-anchor-container {
    cursor: pointer;
}

.unleashthepower-sec .content-img-sec {
    padding-right: 50px;
}

.unleashthepower-sec h2 {
    color: #ffffff;
}

.unleashthepower-sec p {
    color: #dddddd;
    margin: 10px 0 35px;
}

.nav-scroll {
    overflow: auto;
    margin: 0 0px 20px;
}

.we_use_tec .nav-scroll .nav-pills {
    white-space: nowrap;
    margin: 0 0 10px;
    flex-wrap: nowrap;
    width: 100%;
}

.testimonial-finalsec .slick-arrow:hover {
    background: #fed602;
}

/* Chrome, Edge, Safari (desktop only) */
.nav-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.nav-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.nav-scroll::-webkit-scrollbar-thumb {
  background: #fed602;
  border-radius: 10px;
}

/* Firefox (desktop only) */
.nav-scroll {
  scrollbar-width: thin;
  scrollbar-color: #fed602 #f1f1f1;
}
.techframe-sec p {
    margin: 30px 0 0;
    line-height: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #111;
}
.yellow-box-sec .yellow-box-flex {
    gap: 170px;
}
.techframe-sec .yellow-box-sec {
    padding-bottom: 45px;
}

.techleads-sec .card:hover {
    background: #fff;
}

.techleads-sec .card-grid .card {
    height: 100%;
}

.techleads-sec .slick-slide>div {
    height: 100%;
}

.techleads-sec .slick-track {
    display: flex;
}

.techleads-sec .slick-slide {
    height: auto;
}

.echleads-sec-apar {
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #484848;
    margin: 30px 0 0;
    /* padding-right: 150px; */
}

.card-slider .slick-arrow {
    background: #fed602;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    bottom: -84px;
    top: auto;
    cursor: pointer;
}

.card-slider .slick-arrow:before {
    opacity: 1;
    background-image: url(/images/c0-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}

.card-slider .slick-arrow:hover {
    background-color: #fed602 !important;
}

.card-slider .slick-arrow.slick-next {
    right: 0;
    background: #fed602;
}

.card-slider .slick-arrow.slick-prev {
    right: 60px;
    left: auto;
}

.card-slider .slick-prev.slick-arrow:before {
    background-image: url(/images/c1-arrow.png);
}

.diffbg-portfolio section {
    background: #fff;
    border-radius: 60px 60px 0 0;
    margin-top: -120px;
    padding-bottom: 60px;
}

.agentic-action-wrap {
    background: url(/images/services/see-agentic.webp) no-repeat bottom / cover;
    padding: 50px 30px;
    border-radius: 25px;
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.agentic-action-inn h2 {
    text-align: center;
    margin: 0 0 30px;
}

.black-btn a {
    background: #000000;
    color: #fff;
}

.agentic-action-wrap h2.heading-h2 {
    margin-bottom: 35px;
    text-align: center;
}

/* .extended-pd {
padding-bottom: 186px;
} */
.service-wavesec {
    margin-top: -120px;
}

.service-wavesec .allcard-mrginne h2.heading-h2 {
    max-width: 100%;
    text-align: left;
}

.service-wavesec .business-sec.allcard-mrg {
    margin: 45px 0 0;
}

#enterprises-sec .business-cards+.business-cards {
    margin-top: 20px;
}

.full-col .business-cards {
    height: 100%;
}

.web-design-cards .left-card-web .business-cards {
    height: auto;
}

.devpos-card .business-cards {
    height: auto;
    display: inline-table;
}

.business-cards.business-cards-000 {
    background-color: #111111;
}

.business-cards {
    padding: 25px 36px;
    background-color: #fff;
    box-shadow: 0 8px 10px 0 #0000000d;
    border-radius: 20px;
    position: relative;
    /* height: 100%; */
}

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

.gain-card ul li {
    position: relative;
    padding-left: 15px;
}

.gain-card ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background-color: #646161;
    border-radius: 50%;
}

#enterprises-sec .row .col-sm-12.col-md-6.col-lg-7.col-xl-7 {
    display: flex;
    flex-direction: column;
    height: auto;
}

.business-cards.business-cards-000 h2 {
    color: #fed602;
    height: 100%;
}

.business-cards a {
    text-decoration: none;
}

.business-cards.business-cards-000 p {
    color: #dddddd;
    font-size: 18px;
    line-height: 32px;
}

.business-cards.business-cards-pd {
    padding-bottom: 74px;
}

.business-cards .float-img {
    padding: 0;
}

.business-cards .enterprises-box {
    padding: 0;
}

.business-cards-ylw {
    background: #fbf4d4;
}

.business-cards.business-ylwbrdr {
    border: 2px solid #fed60280;
}

.business-cards .enterprises-box h2 {
    font-size: 23px;
}

.business-cards .max-widthimg {
    max-width: 288px;
    margin: 30px auto 0;
    display: flex;
}

.crypto-service-flex .card--item {
    display: flex;
    gap: 0 20px;
}

.crypto-service-flex .card--item .card-heading {
    margin-top: 0;
}

.crypto-service-nav .card-heading a {
    text-decoration: none;
    color: inherit;
}

.ai_servies_01 .ai_bulit-growth {
    margin: 0 auto;
}

.ai_servies_01 {
    background-image: unset;
    padding-bottom: 175px;
    padding-top: 70px;
}

.busi_service-listing {
    /* margin-top: -120px;
    border-radius: 50px 50px 0 0;
    padding-bottom: 60px; */
}

.web_main_cont .industries_container .grid,
section.emi-edu-grid-6 .web_main_cont .industries_container .grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.industries_container .ai_services-grid .card p {
    text-align: left;
}

.industries_container .ai_services-grid .card {
    align-items: start;
}

.busi_service-listing .sec-text-left img {
    width: 100%;
}

/*INDUSTRIES PAGE CSS START*/
section.industry-banner_0I {
    background: url(/images/industry/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0 80px;
}

#manufacturing-industry {
    background: url(/images/industry/image-762.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0 80px;
    position: relative;
}

#manufacturing-industry:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000008f;
}

#logistics-and-supply-chain {
    background: url(/images/industry/bg-logistics.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0 80px;
    position: relative;
}

#bg-fintech {
    background: url(/images/industry/bg-fintech.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0 80px;
    position: relative;
}

#ecommerce-and-online-retail {
    background: url(/images/industry/ecommerce-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0 80px;
}

#law-firms {
    background: url(/images/industry/bg-law-firms.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0 80px;
    position: relative;
}

#healthcare-bg {
    background: url(/images/industry/bg-healthcare.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0 80px;
    position: relative;
}

#healthcare-bg:after,
#law-firms:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000008f;
}

#detection-using-ai-and-steganography-banner {
    background: url(/images/industry/detection-using-ai-and-steganography-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0 80px;
}

#travel-build-bettresec-bg {
    background: url(/images/industry/build_01-travel.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 62px 0;
}

#travel-industry-banner-bg {
    background: url(/images/industry/travel-industry-banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0 80px;
}

#logistics-and-supply-chain:after,
#bg-fintech::after {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000003b;
    z-index: 1;
}

#logistics-and-supply-chain .industry-listing ul li {
    background: #000000a1;
}

.industry-banner_0I h1 {
    color: #fff;
}

.industry-banner_wrap {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.industry-banner_0I h1 br {
    display: block;
}

.industry-banner_0I h1 span {
    color: #f72f2f;
}

.industry-listing {
    margin: 24px 0;
}

.industry-listing ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.industry-listing ul li {
    list-style: none;
    background: #ffffff1a;
    padding: 10px 24px;
    border-radius: 10px;
}

.industry-listing ul li span {
    color: white;
    font-size: 18px;
    margin-left: 5px;
}

section.build-bettresec {
    background: url(/images/industry/build_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 124px 0;
}

section#build-bettresec-mi {
    background: url(/images/industry/build_01-mi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 124px 0;
}

section#build-bettresec-fintech {
    background: url(/images/industry/build_01-fintech.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 124px 0;
}

section#build-bettresec-ecommerce {
    background: url(/images/industry/build_01-ecommerce.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 124px 0;
}

section#build-bettresec-law-firms {
    background: url(/images/industry/build_01-law-firms.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 124px 0;
}

section#healthcare-build-bettresec-bg {
    background: url(/images/industry/build_01-healthcare.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 124px 0;
}

section#detection-using-ai-and-steganography-build-bettresec-bg {
    background: url(/images/industry/build_01-detection-using-ai-and-steganography.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}

.build-bettresec_wrap {
    max-width: 650px;
}

.build-bettresec_wrap p {
    margin: 12px 0;
}

.heading-wrap .btn-cmn {
    margin-top: 24px;
}

.black-btn a {
    background: #0c0c0c;
}

.bottom-heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    margin: 0 0 10px;
}

.learingplatform_sec {
    margin: 35px 0 0;
}

.learning_cards {
    display: flex;
    justify-content: center;
    gap: 0 24px;
    align-items: stretch;
}

.learning_cards .tech_cards {
    flex: 0 0 180px;
}

.learning_cards .tech_cards img {
    max-width: 90px;
    margin: 0 auto 4px;
}

.advan-tech-flex {
    margin: 40px 0 0;
}

.adtech-content {
    text-align: left;
}

.challenge-box .adtech-content h4 {
    font-size: 24px;
    line-height: 30px;
    color: #111111;
    font-weight: 700;
    font-family: 'Outfit';
}
.challenge-box .adtech-content {
    margin-bottom: 25px;
}
.adtech-content p {
    color: #484848;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.adtech-content-left {
    padding-right: 100px;
}

.adtech-content-right {
    padding-left: 100px;
}
.challenges-row .challenge-box .tech-content-img {
    position: relative;
    z-index: 1;
    padding: 0 15px;
    text-align: center;
}
.tech-content-img img {
    max-width: 100%;
}
.challenges-row .column-2 .tech-content-img img {
    width: 100%;
}
.major-challenges-sec h2.heading-h2 {
    margin-bottom: 35px;
}
.advan-tech-sec {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.advan-tech-sec .challenges-row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.advan-tech-sec .challenges-row .column-1 {
    width: 60%;
}
.advan-tech-sec .challenges-row .column-2 {
    width: 40%;
}

.challenges-row .challenge-box {
    padding: 20px 20px 0px;
    background: #fff;
    border-radius: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.challenges-row .challenge-box:after {
    background-image: url(/images/case-study/post/single-casestudy/yellowbg.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 100%;
    height: 250px;
    bottom: 0;
    left: 0;
    background-size: cover;
    opacity: 0.5;
}

.requirmnet-sec-inn {
    background: url(/images/industry/br_bg.png) no-repeat center / cover;
    padding: 40px 30px;
    border-radius: 25px;
    margin: 45px 0px;
}

.requirmnet-sec-inn h2 {
    /* margin-bottom: 50px; */
}

.requirmnet-sec .truly-platform-text h2.heading-h2 {
    margin-bottom: 0;
}

.requirmnet-sec .truly-platform-text p.heading-bottom-paragraph {
    color: #fff;
    font-size: 20px;
    max-width: 70%;
}

.requirmnet-title {
    max-width: 850px;
}

section.ed_tech-sec .industries_container .grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

section.ed_tech-sec .grid .card {
    text-align: left;
    align-items: flex-start;
    box-shadow: unset;
}

section.ed_tech-sec .grid .card p {
    text-align: left;
    margin: 0;
}

.ed_tech-sec .grid .card img {
    width: 20px;
    height: 20px;
}

.ed-cardimg {
    background-color: #ececec;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.ed_tech-sec .grid .card:hover .ed-cardimg {
    background-color: #111111;
}

.ed_tech-sec .grid .card:hover img {
    filter: brightness(0) saturate(100%) invert(81%) sepia(17%) saturate(4521%) hue-rotate(355deg) brightness(111%) contrast(107%);
}

.challenges-sec {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    justify-content: space-between;
    margin: 35px 0 0;
}

.challenges-sec .card--item {
    flex: 0 0 49%;
    padding: 20px;
}

.crypto-service-item.card--item.d-flex {
    min-height: 165px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.crypto-service-item.card--item.d-flex .aiignore-img {
    min-width: 130px;
}

.services-listing_chain .crypto-service-item.card--item {
    min-height: 200px;
    border: 1px solid transparent;
}

.challenges-sec .aiignore-content {
    margin-left: 15px;
}

.challenges-sec .aiignore-content h3 {
    margin-bottom: 8px !important;
}

.challenges-sec .card--item img {
    width: 100%;
    border-radius: 5px;
}

.challenges-sec .card--item:hover {
    border: 1px solid #fed602;
}

.smfestures-title {
    /* flex: 0 0 55%; */
}

.smfestures-text p {
    text-align: right;
}

.smfestures-sec button.nav-link:before {
    display: none;
}

.smfestures-sec .learning-tech button {
    display: flex;
    gap: 0 15px;
    line-height: normal;
    color: #111111;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%;
    background: #efefef;
    padding: 10px;
    border-radius: 15px;
}
.smfestures-sec .learning-tech button img {
    width: 50px;
}

.smfestures-sec .home-tabs {
    padding: 0;
    background: transparent;
    box-shadow: unset;
}

.smfestures-sec-flex {
    margin-bottom: 40px;
}

.industries-sec {
    padding: 35px 0;
}

.smfestures-sec .learning-tech {
    height: 500px;
    overflow: auto;
    padding-right: 20px;
    flex: 0 0 46%;
    max-width: 46%;
}

.smfestures-sec .learning-tech::-webkit-scrollbar {
  width: 6px;
}


.smfestures-sec .learning-tech::-webkit-scrollbar-track {
  background: black;
  border-radius: 10px;
}


.smfestures-sec .learning-tech::-webkit-scrollbar-thumb {
  background-color: #FED602; 
  border-radius: 10px;
}

/* hover */
.smfestures-sec .learning-tech::-webkit-scrollbar-thumb:hover {
  background-color: #FED602;
}
.smfestures-sec .learning-tech::-webkit-scrollbar-thumb:active {
  background-color: #FED602;
}

.build-bettresec_wrap .btn-cmn {
    margin: 30px 0 0;
}

#bg-rbx p,
.gray {
    color: #B6B6B6 !important;
}

/*NEW SKILL MOTION PAGE DESIGN START*/
.skill-motion0bg .yellow-btn {
    margin-top: 20px;
    margin-bottom: 30px;
}

section.skill-motion0bg {
    background-image: url("/images/case-study/single-case-study-bg.webp");
    padding: 50px 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}


section#bg-Smart-caller {
    background-image: url("/images/smart-caller/smart-caller.webp");
}

section#bg-Aspire {
    background-image: url("/images/aspire/aspire.webp");
}

section#bg-Serene {
    background-image: url("/images/serene/serene.webp");
}

section#bg-Tempos-vega {
    background-image: url("/images/tempos-vega/tempos-vega.webp");
}

section#bg-Lakepledge {
    background-image: url("/images/lakepledge/lakepledge.webp");
}

section#bg-Infini {
    background-image: url("/images/infini/infini.webp");
}

section#bg-valdor-1 {
    background-image: url("/images/valdor/valdor.webp");
}

section#bg-Apotheka {
    background-image: url("/images/apotheka/apotheka.webp");
}

section#bg-Moocher {
    background-image: url("/images/moocher/moocher.webp");
}

section#bisi-blvd {
    background-image: url("/images/bisi-blvd/bg-image.png");
}

section#language-lp-bg {
    background-image: url("/images/case_language/Frame2147223430.jpg");
}

section#bg-shipfinex {
    background-image: url("/images/case-study/Shipfinex.jpg");
}

section#bg-purchasing-power-travel {
    background-image: url("/images/purchasing/purchasing-power.png");
}

section#bg-tiltstory {
    background-image: url("/images/tiltstory/tiltstory.webp");
}

section#bg-valdor {
    background-image: url("/images/case-study/valdor.png");
}
section#bg-smartCaller {
    background-image: url("/images/case-study/smart-caller-banner.png");
}
section#bg-moocher {
    background-image: url("/images/case-study/moocher-banner.png");
}
section#bg-bisiBlvd{
    background-image: url("/images/case-study/bisiblvd-banner.png");
}
section#bg-apotheka {
    background-image: url("/images/case-study/apotheka-banner.png");
}
section#bg-lakepledge {
    background-image: url("/images/case-study/lakepledge-banner.png");
}
section#bg-infini {
    background-image: url("/images/case-study/infini-banner.png");
}
section#bg-practicePartners {
    background-image: url("/images/case-study/practicePartners-banner.png");
}
section#bg-pomerleau {
    background-image: url("/images/pomerleau/pomerleau.webp");
}

section#paragon-gents-bg {
    background-image: url("/images/paragon-gents/Frame2147223430.jpg");
}

section#bg-Printsy {
    background-image: url("/images/printsy/banner_bg.png");
}

section#bg-rbx {
    background-image: url("/images/rbx/rbx-banner-bg.jpg");
}

section#bg-block-party {
    background-image: url("/images/block-party/banner_bg.png");
}

section#bg-block-party {
    background-image: url("/images/block-party/banner_bg.png");
}

section#bg-hawaiian-beach-rentals {
    background-image: url("/images/hawaiian-beach-rentals/banner_bg.png");
}

section#bg-realvoice-aichatbot {
    background-image: url("/images/realvoice-aichatbot/banner_bg.png");
}

section#bg-gary-coin {
    background-image: url("/images/garry-coin/banner_bg.png");
}

section#bg-rental-agent {
    background-image: url("/images/vacation-rental-agent/casebg.png");
    background-size: 100% 100%;
}

section#bg-upchat {
    background-image: url("/images/upchat/bg-upchat.jpg");
}

section#bg-take-health {
    background-image: url("/images/talk_health/tk_health_bg.png");
}

section#bg-protocol {
    background-image: url("/images/protocol/protocol_bg.png");
}

section#bg-tru-gamer {
    /* background-image: url("/images/trugamer/banner-bg.png"); */
}

section#soultribe {
    background-image: url("/images/soultribe/banner-bg.png");
}

section#jarvis-bg {
    background-image: url("/images/jarvis/banner-bg.png");
}

section#shipfinex-bg {
    background-image: url("/images/shipfinex/shipfinex.webp");
}

section#paragon-gents-bg .heading-wrap,
section#paragon-gents-bg .heading-wrap .heading-h1,
section#paragon-gents-bg .heading-bottom-paragraph {
    color: #ffffff;
}

.case-wrap .bg-ground {
    background: linear-gradient(90deg, #2f2f2f 0%, rgba(47, 47, 47, 0) 100%);
    position: relative;
    color: #ffffff;
    padding: 10px 0;
    margin: 20px 0;
    /* max-width: 400px; */
}
.case-wrap-img img {
    max-width: 100%;
}
.case-banr-title .heading-h1 {
    font-size: 48px;
    margin-bottom: 20px;
}
.case-wrap {
    display: flex;
    gap: 50px;
    align-items: center;
}
.case-wrap .banner-content {
    width: 52%;
}
.case-wrap .case-wrap-img {
    width: 48%;
}
.case-wrap .bg-ground:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -100%;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #2f2f2f 0%, rgb(47 47 47) 100%);
    z-index: 9;
}
.case-about-inner {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: flex-start;
}
.case-about-inner .case-content-col {
    position: relative;
    width: 45%;
}
.case-about-inner .case-col {
    width: 55%;
}

.casewrapfloatimg {
    position: absolute;
    top: 0;
    right: 80px;
}

.case-content-col {
    position: relative;
}
.case-about-list {
    padding: 60px 0 0;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.case-about-list-inner {
    display: flex;
    justify-content: center;
}
.case-about-list li {
    list-style: none;
    display: flex;
    align-items: start;
    gap: 10px;
    width: 48%;
}
.case-about-list li:last-child {
    width: 100%;
}
.case-about-list li span {
    display: flex;
    flex-direction: column;
}
.meet-goal-content .meet-goal-title {
    width: 85%;
    margin: 0 auto 0px;
}
.meet-goal-content .content-wrap {
    width: 90%;
    margin: 30px auto 0;
}
section.mapping-transec {
    background-image: linear-gradient(to bottom, rgb(255 255 255), rgba(241, 240, 238, 1));
}
.mapping-transec-img {
    text-align: center;
    padding: 40px 0 0;
    background-image: url(/images/case-study/post/single-casestudy/case-main-bg.webp);
    background-position: bottom;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background-repeat: no-repeat;
    background-size: cover;
}
section.our-services-provide-sec {
    position: relative;
}
section.our-services-provide-sec:after {
    background-image: url(/images/case-study/post/single-casestudy/yellowbg.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 100%;
    height: 590px;
    bottom: 0;
    background-size: cover;
}
.meet-goal-content .content-wrap p.heading-bottom-paragraph {
    text-align: center;
}

.case-about-list li span b {
    font-size: 18px;
    color: #484848;
    line-height: 18px;
    margin-bottom: 5px;
}

section.our-services-provide-sec {

}

.sprovider-flex {
    display: flex;
    justify-content: center;
    gap: 0 30px;
}

.sprovider-flex .sprovider-inner {
    padding: 30px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 35px;
    flex: 0 0 500px;
    background: #fff;
    box-shadow: 0 4.605px 5.757px 0 rgba(0, 0, 0, 0.05);
}
.sprovider-flex .sprovider-inner:hover, .challenges-row .challenge-box:hover {
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.15);
}

.sprovider-inner h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 39px;
}

.sprovider-inner ul {
    padding: 0 45px 0 0;
    margin: 0;
}

.sprovider-inner ul li {
    list-style: none;
    padding: 0 0 0 18px;
    position: relative;
    margin: 0 0 7px;
}

.sprovider-inner ul li:before {
    position: absolute;
    content: "";
    left: 3px;
    right: 0;
    top: 12px;
    transform: translateY(-50%);
    background: #f72f2f;
    border-radius: 50%;
    bottom: 0;
    width: 6px;
    height: 6px;
}

.sprovider-count {
    font-weight: 700;
    font-size: 104px;
    text-align: center;
    position: absolute;
    top: 46px;
    right: 21px;
    opacity: 0.2;
    color: #A8A8A8;
}

.sprovider-inner.spd_odd {
    margin-top: 30px;
    margin-bottom: 0;
}

.our-services-provide-sec h2 {
    text-align: center;
    margin: 0 0 35px;
}
.osp-images {
    margin: 58px auto 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.osp-images img {
    width: 100%;
}
.active-tab{
    background-color: red !important;
}

.skill-motion-sec p {
    max-width: 100%;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin: 0;
    padding: 0 12px;
}

section.skill-motion-sec {
    margin: 60px 0;
}

.skill-motion-sec .right-quote-img {
    width: 100%;
    text-align: right;
}

.skill-motion-flex {
    position: relative;
    width: 100%;
}

.skill-motion-sec .left-quote-img {
    position: absolute;
    left: 0;
    top: -20px;
}
.skill-motion-flex h2 {
    text-align: center;
    font-family: 'Outfit';
    font-weight: 700;
}
.tdj-sec {
    text-align: center;
    background-image: linear-gradient(to bottom, rgb(255 255 255), rgba(241, 240, 238, 1));
}
.tdj-sec strong {
    color: #000000;
    margin-top: 8px;
    display: inline-block;
}
.dione-jor {
    background: #E5F6F6;
}
.tdj-sec .growing-exp p {
    color: #484848;
    max-width: 950px;
    margin: 10px auto 0;
}
.result-block .block-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.result-block .block-grid .block-item {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    text-align: left;
}
.result-matter {
    margin-top: 55px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    padding-top: 50px;
}
.result-matter:after {
    content: "";
    background-image: url(/images/case-study/post/single-casestudy/result-bg-1.webp);
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-size: cover;
    opacity: 1;
    background-position: top;
}
.result-matter h2.heading-h2 {
    position: relative;
    z-index: 1;
}
.advantage-section {
    padding-inline: 15px;
}
section.case-contact-form {
    background: transparent;
}
.transform-bg-sec {
    background-image: url(/images/home/transform-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    padding: 70px 0;
}
.advantage-section__content {
    max-width: 730px;
}
.advantage-section .advantage-section__content :where(h2, p) {
    color: var(--white-color);
  
}


.advantage-section .advantage-section__content :where(h2, p) {
    color: var(--white-color);
}
.advantage-section__content a.advantage-section__btn {
    margin-top: 30px;
}

.video-gb {
    margin: 0 auto;
    background-image: url("/images/skillmotion/apple-tv.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    width: 558px;
    height: 434px;
}

.video-gb .ai-video {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 515px;
    top: 23px;
    bottom: 0;
    margin: 0 auto;
}

.tech_cards {
    text-align: center;
}

.tech_cards svg {
    width: 40px;
    margin: auto;
}

.author-meta {
    cursor: pointer !important;
}

.video-gb .video-img {
    position: absolute;
    right: -15px;
    bottom: 10px;
}

.result-block {
    margin-top: 25px;
    position: relative;
    z-index: 1;
    padding: 0 30px;
}
.result-block .block-grid .block-item h3 {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1.2;
}
.result-block .block-grid .first-letter h3:first-letter {
    font-size: 0;
}
.result-block .block-grid .block-item p {
    text-transform: capitalize;
}

.result-matter-inner h4 {
    color: #fed602;
    font-weight: 800;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
}

@media (max-width:992px) {
    .custom_Increase h4 {
        font-size: 20px !important;
    }

    .result-matter-inner p {
        font-size: 13px;
        line-height: 17px;
    }
    .video-gb .video-img {
        position: absolute;
        right: 15px;
        bottom: 10px;
    }
}

.result-block_small h4 {
    font-size: 30px;
}

.result-matter-inner p {
    font-weight: 700;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #484848;
    padding: 0 20px;
    text-transform: capitalize;
}

section.case000-sec {
    background: #000000;
    padding: 54px 0;
    position: relative;
    overflow: hidden;
}

.case000-sec-text {
    position: relative;
}

section.case000-sec:before {
    position: absolute;
    content: "";
    background-image: url("/images/skillmotion/shadow.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 811px;
    height: 1617px;
    left: 0;
    top: -500px;
    background-position: left;
}

.case000-sec-text h2 {
    color: #fff;
    position: relative;
    margin: 0 0 40px;
    padding: 0 0 40px;
}

.case000-sec-text p {
    color: #cccccc;
}

.case000-btn {
    margin-top: 35px;
}

.case000-sec-text h2:before {
    background: #fed602;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 8px;
    width: 200px;
    bottom: 0;
}

.onlyagentic-sec .card--item {
    border: 2px solid #fed602;
}

.onlyagentic-sec .card--item:hover {
    background: #000000;
    border: 2px solid #000000;
}

.onlyagentic-sec .card--item:hover h3,
.onlyagentic-sec .card--item:hover p {
    color: #fff;
}

.img-on-hover {
    display: none;
}

.onlyagentic-sec .card--item:hover .img-hide-hover {
    display: none;
}

.onlyagentic-sec .card--item:hover .img-on-hover {
    display: block;
}

/***************************************** testimonial Css start*******************************/
.testmn-left-img video {
    width: 250px;
    border-radius: 16px;
    height: 250px;
    border: 1px solid #5d5d5d;
    background: #000;
}

.testimonial-aboutus .test-mn .card.testi_list_item:hover .client_review:before {
    background: url("/images/testimonial/left-quote.png");
    background-repeat: no-repeat;
    background-position: center;
    transform: unset;
    width: 27px;
    height: 21px;
    background-size: cover;
}

.test-mn.row.loadajaxdata {
    height: auto !important;
}

.testimonial_more {
    padding-top: 0px;
}

.testi_list_item .client_review:before {
    transform: rotate(180deg);
}

.testimonial-aboutus .client_review p {
    line-height: normal;
    font-size: 16px;
}

.testimonial-aboutus .test-mn .card.testi_list_item {
    align-items: center;
    padding: 16px !important;
    height: 100%;
}

.testimonial-aboutus .testmn-rgt-cnt {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.testimonial-bottom h3 {
    margin: 0;
    font-size: 14px;
}

.testimonial-bottom h2 {
    font-size: 18px;
    line-height: normal;
}

.testimonial-aboutus .test-mn .card.testi_list_item:hover {
    background: #111;
}

.testimonial-aboutus .test-mn .card.testi_list_item:hover .client_review p {
    color: #fff;
}

.testimonial-aboutus .test-mn .card.testi_list_item:hover h2,
.testimonial-aboutus .test-mn .card.testi_list_item:hover h3 {
    color: #fff;
}

.testimonial-aboutus .test-mn .card.testi_list_item:hover .testimonial-clutch .clutchwht-img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(3%) saturate(2%) hue-rotate(94deg) brightness(109%) contrast(100%);
}

.testi_list_item .client_review:before {
    transform: rotate(180deg);
}

.testimonial-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testinomail-bg img {
    width: 100%;
}

.testinomail-bg {
    background-image: url("/images/testimonial/bg-testinomail.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.test-bnr-bg .banner-left-col {
    padding-top: 100px;
    padding-bottom: 70px;
}

.color-black {
    color: #111 !important;
}

.mrg-tp0 {
    margin-top: 0px !important;
}

.test-mn .card.testi_list_item {
    padding: 11px !important;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.testmn-rgt-cnt .client_review,
.testmn-rgt-cnt .client_rating-testi {
    margin-bottom: 15px;
}

.testmn-rgt-cnt .client_review:before {
    position: absolute;
    top: 15px;
    right: 15px;
}

.testmn-rgt-cnt .client_name_rating {
    border-top: 1px solid #dee5ed;
    padding-top: 10px;
}

.unleashthepower-sec b {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
}

.video-custom-play {
    position: relative;
}

.video-custom-play .video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 0px 5px 0px #fed602 inset;
    background-color: #fed602;
    background-image: url("/images/testimonial/play.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 34px;
}

.video-custom-play:not(.is-video-playing) .video-play-icon:before {
    margin-left: 5px;
}

.video-custom-play.is-video-playing .video-play-icon {
    font-size: 25px;
    opacity: 0;
}

.video-custom-play.is-video-playing:before {
    display: none;
}

.testmn-left-img img {
    width: 100%;
    border-radius: 16px;
}

.testmn-left-img {
    flex: 0 0 250px;
    max-width: 250px;
}

button#see-more-btn {
    background: #fed602;
    color: #292929;
    border: 0;
    padding: 14px 20px;
    display: inline-block;
    border-radius: 8px;
    font-size: 18px;
    line-height: 26.44px;
    text-decoration: none;
}

button#see-more-btn:hover {
    background: #000;
    color: #fff;
}

section.techleads-sec {
    padding-bottom: 90px;
}

.techleads-sec h2 {
    text-align: center;
}

/***************************************** testimonial Css end*******************************/
/***************************************** all banner*******************************/
section.bannerbehindimg {
    padding: 140px 0;
}

section.aiml-banner_0I {
    background: url(/images/aiml/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section.prdct-anltc-banner_0I {
    background: url(/images/predictive-analytics/banner.png) center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerbehindimg h1,
.bannerbehindimg strong {
    color: #fff;
}

.service-banner_0I strong {
    font-size: 20px;
    line-height: 36px;
    color: #000;
}

.bannerbehindimg p {
    color: #ccc;
}

section.chatbot-banner_0I {
    background: url(/images/chatbot-development/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section.nthlrprc-banner_0I {
    background: url(/images/natural-language-processing/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section.gnrtvai-banner_0I {
    background: url(/images/generative-ai/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section.vcandspchbanner_0I {
    background: url(/images/voice-and-speech-recognition/banner.png) center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.wbdvlp-banner_0I {
    background: url(/images/web-development/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/* section.dotnet-banner_0I {
    background: url(/images/dotnet/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
} */


#chain {
    background: url(/images/blockchain-development/chainabs.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#bid {
    background: url(/images/blockchain-development/BID.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#smart-audit {
    background: url(/images/blockchain-development/smart.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#web3 {
    background: url(/images/blockchain-development/web3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.node-js-banner_0I {
    background: url(/images/core-solutions/Node.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.python-banner_0I {
    background: url(/images/python/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.laravel-banner_0I {
    background: url(/images/laravel/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section.javascript-banner_0I {
    background: url(/images/javascript/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.jquery-banner_0I {
    background: url(/images/core-solutions/jQuery.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.react-js-banner_0I {
    background: url(/images/core-solutions/ReactJS.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.nextjs-banner_0I {
    background: url(/images/core-solutions/NextJS.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.nestjs-banner_0I {
    background: url(/images/core-solutions/NestJS.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.vuejs-banner_0I {
    background: url(/images/vuejs/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.typescript-banner_0I {
    background: url(/images/core-solutions/typescript-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

section.angular-banner_0I {
    background: url(/images/angular/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section.mobile-development-banner_0I {
    background: url(/images/mobile-development/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section.react-native-banner_0I {
    background: url(/images/react-native/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section.native-android-banner_0I {
    background: url(/images/native-android/banner.png) center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.flutter-banner_0I {
    background: url(/images/flutter/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section.ecommerce-specialist-banner_0I {
    background: url(/images/ecommerce-specialist/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section.wordpress-banner_0I {
    background: url(/images/wordpress/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section.woocommerce-banner_0I {
    background: url(/images/woocommerce/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section.outsystems-banner_0I {
    background: url(/images/outsystems/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section.power-apps-banner_0I {
    background: url(/images/power-apps/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section.shopify-banner_0I {
    background: url(/images/shopify/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.php-banner_0I {
    background: url(/images/core-solutions/php.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

section.native-ios-banner_0I {
    background: url(/images/native-ios/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section#bubble-banner_0I {
    background: url(/images/bubble/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section.flutterflow-banner_0I {
    background: url(/images/flutterflow/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section.magento-banner_0I {
    background: url(/images/magento/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section.ui-ux-design-banner_0I {
    background: url(/images/ui-ux-design/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section.devops-banner_0I {
    background: url(/images/devops/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section.website-design-banner_0I {
    background: url(/images/website-design/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section.ux-audits-banner_0I {
    background: url(/images/ux-audits/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section.cloud-engineering-banner_0I {
    background: url(/images/cloud-engineering/banner.png) center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dotnet-banner_0I {
    background: url(/images/dotnet/banner.png) center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.aws-banner_0I {
    background: url(/images/aws/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section.google-cloud-banner_0I {
    background: url(/images/google-cloud/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section.devops-as-a-service-banner_0I {
    background: url(/images/devops-as-a-service/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/***************************************** all banner end*******************************/

/****About us page design*****/
section.about-banner_0I {
    background: url(/images/about-us/ab_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 140px 0;
}

.hwework-flex {
    justify-content: space-between;
    gap: 0 20px;
}

.worth-building p {
    color: #b6b6b6;
}

.worth-building p a {
    color: #fff;
}

.howweworkmain-start {
    margin-top: -87px;
}

.makeusdifferent {
    padding-bottom: 160px;
}

.makeusdifferent .solution_grid .card-f:hover svg path {
    fill: #000;
}

.makeusdifferent .solutions_h1 {
    text-align: center;
}

.makeusdifferent .solution_grid {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0;
    gap: 20px;
}

.makeusdifferent .solution_grid .card-f {
    border: 1px solid #e9e9e9;
    border-radius: 20px;
    background: #fff;
    padding: 20px;
    flex: 0 0 23.5%;
    text-align: center;
}

.makeusdifferent .solution_grid .card-f img {
    width: 64px;
}

.makeusdifferent h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    margin: 15px 0 10px;
}

.makeusdifferent p {
    font-family: Heebo;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #484848;
    line-height: 28px;
}

.makeusdifferent .solution_grid .card-f:hover {
    background: #ffd600;
    color: #000;
}

.makeusdifferent .solution_grid .card-f:hover img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7467%) hue-rotate(303deg) brightness(104%) contrast(108%);
}

section.weassistyou-sec {
    background: url(/images/about-us/ideas-b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 54px 0;
}

.mt-negative {
    margin-top: -60px;
}

.waywetogether-sec {
    padding-bottom: 130px;
}

.waywetogether-sec strong {
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0;
    display: block;
    color: #484848;
}

.founder-tabsinner {
    display: flex;
    gap: 0 30px;
    align-items: center;
}

.founder-tabsinner .f-info {
    flex: 0 0 50%;
}

.f-img {
    flex: 1 1;
}

.f-img img {
    width: 100%;
}

.f-info h3 {
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
    color: #111111;
}

.f-info span {
    font-weight: 600;
    font-size: 18px;
}

.f-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    color: #484848;
    margin: 15px 0 0;
}

section.jccc-sec {
    padding: 50px 0;
    background: #fffbe6;
    border-radius: 50px;
    margin-top: -70px;
}

section.jccc-sec p {
    line-height: normal;
    margin: 0 0 10px;
}

.triimg {
    text-align: right;
    margin-right: 60px;
}

.dots-img {
    position: absolute;
    top: 55px;
}

.partner-since-sec {
    padding-top: 24px;
    position: relative;
}

.founder-tabs .nav-pills .nav-link.active {
    font-weight: 700;
}

.founder-tabs .nav-pills .nav-link {
    background: #ffff;
    border-radius: 8px;
    cursor: pointer;
}

.case-studeies {
    padding-bottom: 80px !important;
}

.home-bottom-space {
    padding-bottom: 0px;
    padding-top: 0px;
}

.margin-no-nagtive {

    margin-top: 0;
    padding-bottom: 60px;
    background-color: transparent;
}

.ai-spacei-fixes .margin-no-nagtive {
    padding-bottom: 10px;
}

.digital_div .font-small,
.consultation_div .font-small {
    font-size: 30px;
    line-height: 1.3;
}

.testmn-left-img span.avatar-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 113.89px;
    font-weight: 600;
    color: #919191;
    height: 250px;
    width: 250px;
    border-radius: 16px;
}

.step.step-count-02,
.step.step-count-04 {
    padding-top: 20px;
}

.btnservices a {
    margin-top: 20px;
    padding: 10px 18px;
    font-size: 14px;
    line-height: normal;
    background: #fed602;
    color: #000;
    border-radius: 8px;
    display: inline-block;
    font-weight: 500;
}

.btnservices a:hover {
    color: #fed602;
    background: #000;
}

.box-space {
    margin-top: 40px;
}

.blackovertext {
    color: #ccc;
}

.industry-insec-text {
    font-size: 20px;
    color: #fff;
    /* margin-bottom: 50px; */
}

.industry-insec-container {
    max-width: 700px;
}

.shadowAdd:hover {
    opacity: 0.7;
}

.onFocus:focus {
    border: 2px solid !important;
}

.custom_button {
    background: #fed602;
    color: #000;
    border: 0;
    border-radius: 4px;
    font-size: 18px;
    margin-left: 10px;
    font-weight: 500;
    line-height: 26.44px;
    text-align: left;
    padding: 13px 24px;
    height: 53px;
}

/* thank you page css */
.thankyou-wrapper {
    background: url("/images/thankyou-Bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 180px 0px;
}

.thankyou-wrapper .thankyou-box {
    padding: 20px;
    max-width: 900px;
    text-align: center;
    margin: auto;
}

.thankyou-wrapper h1 {
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #000;
    text-align: center;
}

.thankyou-wrapper p {
    font-size: 18px;
    color: #484848;
    margin: 10px 0 25px;
    text-align: center;
}

.thankyou-wrapper .sub-text {
    font-weight: 700;
    color: #111111;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 40px;
}

.thankyou-wrapper .buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.thankyou-wrapper .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    background-color: #fed602;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    transition: background 0.3s ease;
}

.thankyou-wrapper .btn:hover {
    background-color: #ffcc00;
}

.thankyou-wrapper .btn i {
    font-style: normal;
    font-size: 16px;
}



.section-textarea .img-container img {
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}
.section-textarea .mind-img{
    display: flex;
   justify-content: end;
}
.section-textarea .mind-img img {
    height: 350px;
    object-fit: cover;
    width: 285px!important;
}
/*thank you page css end*/
.product-discovery-accordion p {
    color: #484848 !important;
}

.spacing-boxes {
    height: auto;
}

.aboutus-howwework {
    padding-top: 30px;
}
button.btn-efusion, button.btn-efusion a {
    background: #F72F2F;
}

button.btn-efusion:hover, button.btn-efusion a:hover {
    background: #000000;
}
.text-danger {
    font-size: 14px;
    font-weight: 500;
}

.job-feature-sec {
    padding-bottom: 100px;
}

.black-btn a, .contact_form .form-sbmt-row button.btn {
    transition: 0.3s ease all;
}

.black-btn a:hover {
    /* background: #fff;
    color: #000000; */
}

.contact_form .form-sbmt-row button.btn:hover {
     color: #fff;
    background: #111111;
}

.contact_form .form-group label::after {
    content: " *";
    color: red;
    font-weight: bold;
}

.contact_form .form-group label {
    display: inline-block;
    margin-bottom: 6px;
}

.form-group.service-type label:after {
    display: none;
}

.casestudycards-sec-col .btn-cmn.casestudy-btn img {
    display: none;
}


/*-- Development Process Start--*/
.development-process-row {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}
.development-process-inner {
    margin-top: 40px;
}
.development-process-row .development-process-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 20%;
}
.development-process-row .development-process-col .process-ico {
    position: relative;
    display: flex;
    background: #fff;
    width: 89px;
    height: 89px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    outline: 8px solid #E1E1E1;
}
.development-process-col .process-content {
    text-align: center;
}
.development-process-col .process-content h3.process-title {
    font-size: 18px;
    margin: 20px 0 6px;
}
.development-process-col .process-ico .process-num {
    position: absolute;
    left: -20px;
    top: 0;
    background: #FED602;
    display: flex;
    width: 25px;
    height: 26px;
    font-size: 12px;
    font-weight: 800;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.development-process-col .process-content p.process-para {
    font-size: 14px;
    line-height: 23px;
}
.development-process-row .development-process-col:after {
    content: "";
    position: absolute;
    width: 107px;
    height: 15px;
    right: -65px;
}
.development-process-row .development-process-col:nth-child(odd):after {
    top: 54px;
    background: url(/images/core-solutions/svg-ico/down-vector.svg);
}
.development-process-row .development-process-col:nth-child(even):after {
    top: 24px;
    background: url(/images/core-solutions/svg-ico/upper-vector.svg);
}
.development-process-row .development-process-col:last-child:after {
    content: none;
}
.dev-process-cta-sec .dev-process-cta-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 15px;
    background: #fff;
    max-width: 920px;
    padding: 40px 0;
    border-radius: 20px;
    overflow: hidden;
}
.dev-process-cta-sec .dev-process-cta-inner:after {
    content: "";
    position: absolute;
    background: url(/images/core-solutions/process-cta-bg1.webp);
    width: 100%;
    height: 170px;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 0;
}
.dev-process-cta-inner .dev-process-cta-title, .dev-process-cta-inner .dev-process-cta-btn {
    position: relative;
    z-index: 1;
}
.dev-process-cta-inner .dev-process-cta-title {
    text-align: center;
    padding: 0 15px;
}
.dev-process-cta-title p {
    padding: 2px 0 10px;
}
.dev-process-cta-sec {
    margin-top: 55px;
}
.cta-title {
    max-width: 75%;
}
.retri-cta-title{
    max-width: 75%;
}
/*-- Development Process End--*/
.cta-sec .cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:20px;
}
.cta-sec .cta-inner .cta-btn a.btn-cta {
    border: 2px solid var(--secondary-color);
    min-width: 200px;
}
/*-- why-partner Start --*/
.why-partner-inner .why-partner-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.why-partner-inner .why-partner-row .why-partner-col {
    width: 32%;
    text-align: center;
    min-height: 260px;
}
/*-- why-partner End --*/

.mldl-solution-inner {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(/images/core-solutions/MLDL-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
}
.mldl-solution-sec .content-content-block {
    flex: 0 0 59%;
}
.mldl-solution-sec h2.heading-h2, .mldl-solution-sec p {
    color: #fff;
}
.mldl-solution-sec p {
    color: #dddddd;
    margin: 10px 0 35px;
}
section.mldl-solution-sec {
    padding-inline: 15px;
}
.cta-sec-outer .cta-sec-btm {
    background-image: url(/images/core-solutions/btm-cta.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    padding: 55px 60px;
}
.cta-sec-btm h2.heading-h2 {
    color: #fff;
}
.testimonial-inner-pages .testimonial-sec {
    margin-top: 0;
    overflow: hidden;
    padding-bottom: 20px;
}
.iti{
    width: 100%;
}
.iti__selected-country-primary{
    align-items: center ;
}
/*---------- efusion EminiQ Start -------------*/
.new-era-content .heading-wrap h2.heading-h2 {
    font-size: 64px;
}
.eminiq-text-wrap img.EminiQ-text {
    width: 100%;
}
.eminiq-text-wrap {
    margin-top: -20px;
}
.era-content-wrap {
    display: flex;
    gap: 30px;
}
.era-content-wrap .era-img img.hybrid-text {
    border-radius: 120px;
    width: 100%;
}
.era-content-wrap .era-content p {
    margin-bottom: 15px;
}
.era-content-wrap .era-img {
    width: 60%;
}
.era-content-wrap .era-content {
    width: 40%;
}
.many-lead {
    margin-top: 30px;
}
.many-lead h3 {
    font-size: 16px;
}
section.Work-together-sec {
    padding: 0 20px;
}
.Work-together-inner {
    background: url(/images/eminiQ/out-elite.webp);
    background-size: cover;
    padding: 55px 0 0;
    min-height: 600px;
    border-radius: 15px;
}
.elite-engineer-wrap p {
    max-width: 940px;
    margin: 0 auto 20px;
}
.Work-phase-inner .phase-block {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.phase-block .abs-phase-num {
    position: absolute;
    left: -75px;
    font-size: 75px;
    text-transform: uppercase;
    font-weight: 800;
    color: #71717B;
    opacity: 0.09;
    display: flex;
    flex-direction: column;
    gap: 47px;
    text-align: center;
    top: 70px;
}
.phase-block .abs-phase-num span.num {
    font-size: 50px;
}
.Work-phase-inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.phase-block .phase-num {
    width: 100px;
    position: relative;
    min-width: 100px;
    padding-top: 40px;
}
.Work-phase-inner .phase-block .phase-content {
    display: flex;
    gap: 20px;
    width: 100%;
    padding: 25px 20px 10px 25px;
    border-radius: 15px;
}
.phase-block .phase-content .phase-text, .phase-block .phase-content .phase-img {
    width: 50%;
}
.phase-block .phase-content .phase-img img.phase-img-text {
    width: 100%;
}
.lit-yellow {
    background: #FFFDF3;
}
.lit-blue {
    background: #F1F6FF;
}
.lit-red {
    background: #FFF5F3;
}
.phase-block .phase-num  h4 {
    font-size: 16px;
    color: #71717B;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}
.phase-block .phase-num h4:after {
    content: "";
    background: #71717B;
    top: 50px;
    left: 30px;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 5px solid #f1f0ee;
    width: 24px;
    height: 24px;
    outline: 2px solid #71717B;
}
.phase-block .phase-num:after {
    content: "";
    position: absolute;
    top: 110px;
    left: 29px;
    border: 1px #71717B dashed;
    height: calc(100% - 70px);
    opacity: 0.5;
}
.phase-block .phase-num:before {
    content: "";
    background: #71717B;
    bottom: -85px;
    left: 30px;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 5px solid #f1f0ee;
    width: 24px;
    height: 24px;
    outline: 2px solid #71717B;
}
.phase-content .phase-text p {
    margin-bottom: 15px;
}
.Work-phase-inner .phase-block:last-child .phase-num:after,
.Work-phase-inner .phase-block:last-child .phase-num:before,
.Work-phase-inner .phase-block:last-child .phase-num h4:after {
    content: none;
}
/*---------- efusion EminiQ End -------------*/