
.w-webflow-badge{
    display: none !important;
}
.text-center{
    text-align: center;
}
.mt-5{
    margin-top: 50px;
}

.pb-40{
    padding-bottom: 40px;
}
/* .footer-content {
    grid-template-columns: 2fr 1fr 1fr 2fr !important;
} */
/* .navbar {
    background-color: rgb(250 250 250) !important;
} */
.w-container-custom {
    max-width: 1274px;
    margin: 90px auto;
}
h4.h4 {
    font-size: 24px;
    font-weight: 600;
}
.flex-horizontal-btn-right {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    padding: 15px 0;
}

a.button.button-link.w-inline-block.button-new button {
    background-color: unset;
}
a.button.button-link.w-inline-block.button-new {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    background-color: black;
    padding: 12px 30px;
    border-radius: 5px;
}
h3.heading3 {
    font-size: 20px;
    margin: 0;
    color: blue;
    font-weight: 500;
}

.cards {
    position: relative;
    width: auto; /* Adjust the width as needed */
    /* margin: 20px; */
}

.showcase-item-image-holder {
    position: relative;
    width: 100%;
}

.showcase-item-image-holder img {
    width: 100%;
    height: auto;
}

.slide-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    /* background-color: rgba(0, 0, 0, 0.5); */
    color: white;
    padding: 30px;
    text-align: left;
}

.content-heading {
    font-size: 16px;
    border: 1px solid #ffffff;
    margin: 0;
    padding: 3px 11px;
    color: #ffffff;
    border-radius: 20px;
}

.content-subline {
    font-size: 30px;
    margin: 0;
    color: #ffffff;
    margin-top: 5px;
}

/* ========================================== swiper css ===========================================  */
.swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 55px !important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer !important;
padding: 5px !important;
border: 4px solid #ffffff !important;
box-shadow: 0 0 0 1px grey !important;
}
.swiper-pagination-bullet-active {
transform: scale(1.1);
}

/* ==================================================== ends here =============================================  */


.mt-30{
    margin-top: 30px;
}
.hero-text-letter div {
    font-size: 75px;
    font-weight: 300;
}
.mt-3{
    margin-top: 3px;
}
.text-align-right{
    text-align: right;
}


/* ======================================= who we are page - section- 1 =========================================  */
:root{
    --title-color-opc: 11, 12, 12;
        --text-color: #000000;
            /* --font-hankenGrotesk: "Hanken Grotesk", sans-serif;
            --font-inter: "Inter", sans-serif; */
        
    }
    
     .about-feature-card {
        text-align: center;
        border-radius: 10px;
        border: 1px solid rgba(var(--title-color-opc), 0.05);
        background: #edf8eb;
        padding: 30px;
        transition: .5s;
    }
    
     .about-feature-card .icon {
        /* margin-bottom: 20px; */
    }
    
     .about-feature-card .icon svg {
        fill: #3F444B;
    }
    
     .about-feature-card .content h3 {
        color: var(--title-color);
        font-family: IBM Plex Sans, sans-serif;
        /* font-family: var(--font-hankenGrotesk); */
        font-size: 30px;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    
    
     .about-feature-card .content p {
        color: #3F444B;
        /* font-family: var(--font-inter); */
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
        margin-bottom: 0;
    }
    
     .about-feature-card:hover {
        transform: translateY(-10px);
    }
     .about-feature-card:hover .icon {
        animation: zoomIn .7s linear;
    }
     .about-feature-card.two {
        background: #f5f3ef;
    }
     .about-feature-card.three {
        background: #f2f2f8;
    }

    .no-bg{
        background-color: unset;
    }
    
    .grid-column-gap-40{
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    }

    .section-info-center-1 {
        /* max-width: 732px; */
        text-align: center;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 3em;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }
/* =======================================================ends here ===========================================================  */



/* ======================================== counter section ====================================================  */
#counter-section{
    background-image: url(../img/DemoBG.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 150px 0 120px;
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
    border-radius: 10px 10px 0 0;
}
#counter-section h3, #counter-section p, #counter-section h2, #counter-section div{
color: #ffffff;
}
.about-feature-card-1 {
    display: flex;
    text-align: left;
    border-radius: 10px;
    padding: 30px 0px;
    transition: .5s;
    gap: 15px;
}

 .about-feature-card-1 .icon {
    margin-bottom: 20px;
}

 .about-feature-card-1 .icon svg {
    fill: #ffffff;
}

 .about-feature-card-1 .content h3 {
    color: #ffffff;
    /* font-family: var(--font-hankenGrotesk); */
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}


 .about-feature-card-1 .content p {
    color: #ffffff;
    /* font-family: var(--font-inter); */
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}

 /* .about-feature-card-1:hover {
    transform: translateY(-10px);
}
 .about-feature-card-1:hover .icon {
    animation: zoomIn .7s linear;
} */

.counter {
    color: white;
    font-weight: bold;
    font-size: 45px;
}

/* ===================================================ends here ==========================================================  */

.pt-0{
    padding-top: 0;
}

.pt-40{
    padding-bottom: 40px;
}
.pt-15{
    padding-top: 15px;
}

.services-grid-1 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 3em;
    display: grid;
}

.grid-column-gap-25 {
    grid-column-gap: 25px;
    grid-row-gap: 30px;
}

.pb-0{
    padding-bottom: 0 !important;
}

.pt-10{
    padding-top: 10px;
}


/* ==============================================================testimonial swiper ================================= */
div#testimonial-section {
    background: linear-gradient(90deg, rgba(200, 162, 200, 0.3) 49%, rgba(211, 211, 211, 0.7) 40%);
    padding: 50px;
}
.swiper-1 {
    width: 100%;
    height: 100%;
    padding-bottom: 55px !important;
}

.swiper-slide-1 {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide-1 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overflow-hidden{
    overflow: hidden;
}

.slider-btn-area {
    /* width: 620px; */
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 21px;
    padding-top: 17px;
    z-index: 99;
}

 .slider-btn-area .dash {
    width: 100%;
    height: 1px;
    background-color: rgba(var(--title-color-opc), 0.08);
}
 .slider-btn-area .slider-btn-group.w-100 {
    max-width: 100px;
    min-width: 100px;
    width: 100%;
}
 .slider-btn-area .slider-btn-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider-btn-group .slider-btn {
    height: 40px;
    width: 40px;
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
    cursor: pointer;
    border: 1px solid #909090;
}
.slider-btn-group .slider-btn:hover {
    background-color: #3067FF;
    border-color: #3067FF;
}
.slider-btn-group .slider-btn svg {
    fill: #3067ff;
    transition: .4s;
}
.slider-btn-group .slider-btn:hover svg {
    fill: #ffffff;
}
@media screen and (max-width: 767px) {
    .services-grid-1 {
        grid-template-columns: 1fr;
    }
    div#testimonial-section {
        background: linear-gradient(180deg, rgba(200, 162, 200, 0.3) 48%, rgba(211, 211, 211, 0.7) 40%);
    }
}
@media screen and (max-width: 991px) {
    .services-grid-1 {
        grid-template-columns: 1fr 1fr;
    }
}

.testimonial-card2 {
    padding: 40px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 16px;
}



.author-area {
    display: flex;
    gap: 15px;
    align-items: center;
}
.author-img img {
    border-radius: 50%;
}
.content h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.content span {
    font-size: 16px;
}

/* ends ================================================================================================================= */

.mt-0{
    margin-top: 0;
}
.px-30{
    padding: 30px 0 !important;
}

.footer {
    padding-top: 0;
}

.big-number.white-text {
    display: flex;
    font-size: 45px;
    gap: 8px;
}
.pt-30{
    padding-top: 30px !important;
}
.pb-30{
    padding-bottom: 30px !important;
}
.text-left{
    text-align: left;
}

a.button.nav-button.w-inline-block.w--current {
    background: #5900fa;
    color: white;
    border: unset;
}
a.footer-link.w-inline-block.w--current {
    color: var(--primary);
}


/* =========================================== blogpage ==============================================  */
.blogheading {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 30px;
}
.blog-item-title {
    text-align: left;
}
/* =================================================ends here ============================================  */


/* ==========================================mobile optimization=============================================  */


@media screen and (max-width: 479px) {
.hero-text-letter div {
    font-size: 35px;
}
.question-wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
.services-grid-1 {
    grid-template-columns: 1fr;
}
.container {
    padding: 4em 1em !important;
}
.text-center.mt-5 {
    margin-top: 15px;
}
.container.container-footer.pb-40 {
    padding-bottom: 0 !important;
}
.navbar {
    height: 80px !important;
}

}

@media screen and (max-width: 767px) {
    .showcases-hero-grid, .who-we-are-hero-grid {
        grid-template-columns: 1fr;
    }
    .blog-wrapper.w-dyn-list {
        margin-top: 0 !important;
    }
    .hero-section-secondary.no-zindex>div.container {
        padding-top: 15px !important;
    }
    div#contact-sec-1>div.container {
        padding-bottom: 15px !important;
    }
}
.nav-menu-container {
    justify-content: space-between;
}
@media screen and (max-width: 991px) {
    .nav-link {
        color: #000;
    }
    .nav-link.w--current {
        color: var(--primary);
    }
    .nav-menu {
        background-color: #fff;
    }
    div#valuessection h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 35px;
    }
    div#valuessection p.para {
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;
        text-align: justify;
    }
    .w-layout-grid-mob {
        display: grid;
        grid-template-columns: 1fr !important;
        grid-auto-columns: 1fr !important;
        
    }
    div#testimonial-section {
        padding: 20px 9px;
        text-align: center;
    }

    /* for changing hero font in all pages -  */
    /* .font-40{
        font-size: 40px !important;
    } */
    .section-title5 h2 {
        font-size: 40px !important;
    }
    .section-title5.text-center.mb-70 {
        margin-bottom: 20px !important;
    }
    .home2-process-section .process-slider-area .single-process {
        padding-bottom: 30px;
    }
}
div#valuessection h2 {
    /* font-weight: 700; */
    font-family: IBM Plex Sans, sans-serif;
}
div#About-Us>div.container {
    padding: 20px;
}
.team-medium-text {
    font-size: 52px;
    font-weight: 300;
}



div#web-dev div {
    color: black;
}
div#app-dev div {
    color: black;
}
div#ui-ux div{
    color: black;
}
div#ai-ml div{
    color: black;
}
.pt-0{
    padding-top: 0 !important;
}
.pb-0{
    padding-bottom: 0 !important;
}
.container.no-padding-top {
    padding-top: 0 !important;
}
.container.cta-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
div#contact-sec-1 {
    padding-top: 60px;
}
section.policy_content.negative-top-margin.negative-bottom-margin.section-spacing {
    margin: 0 25px;
}

.hero-description {
    margin-left: 0 !important;
}
h4.h4, paragraph{
    font-family: IBM Plex Sans, sans-serif;
}
.brand-logo {
    height: 100%;
    max-height: 55px;
    max-width: 239px;
}

.nav-link {
    font-weight: 600;
}
.slide-item-subtitle {
    font-weight: 500;
}
.fs-20{
    font-size: 20px !important;
}
.heading-small {
    font-weight: 500;
}
#home_section5>div.container{
    padding: 2em;
}
.topic-text {
    color: #000000;
}
.footer-content {
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
}

@media screen and (max-width: 991px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 479px) {
    .footer-content {
        flex-direction: column;
        grid-template-columns: 1fr;
    }
}
.logoimg {
    width: 150px;
}
.copyright-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.button {
    background-color: blue;
}
div#valuessection h2 {
    font-size: 52px;
}
.about-feature-card .content p {
    font-size: 18px;
}
.about-feature-card .content h3 {
    font-size: 34px;
}
a.footer-email-link.w-inline-block {
    display: flex;
}
@media screen and (max-width: 479px) {
    .footer-grid-content.last-item-footer-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
}
@media (min-width: 786px){
    .copyright-panel {
        flex-direction: row;
    }
}
.fs-20{
    font-size: 20px;
}
@media (min-width: 991px){
    .pr-lg-124{
        padding-right: 124px;
    }
}
div#testimonial-section h2 {
    font-size: 52px;
    font-weight: 300;
}
div#testimonial-section p {
    font-size: 20px;
}
div#About-Us {
    padding-top: 35px;
}
.question-item-wrapper {
    /* min-height: 170px; */
    min-height: 240px;
}
@media screen and (min-width: 1440px) {
    .question-content-holder {
        padding-left: 30px;
    }
}
.flexbox {
    display: flex;
    gap: 15px;
    align-items: center;
}
.flexbox>div:first-child {
    width: 30%;
}
.flexbox h6 {
    font-size: 20px;
    font-weight: 400;
}

.topic-text {
    font-size: 18px;
}
div#contact-sec-1 h2 {
    font-size: 75px;
    font-weight: 300;
    margin-bottom: 0;
}

.section-background {
    background-color: unset;
}
.cta {
    padding-bottom: 65px;
}
.home2-process-section {
    margin-bottom: 65px;
}
.nav-link.w--current {
    color: var(--primary);
}
.nav-link:hover, .nav-link.w--current {
    color: var(--primary);
}
.button:hover {
    border-color: var(--secondary);
    background-color: var(--secondary);
    color: #fff;
}
.icon img {
    width: 60px;
}
a.button.nav-button:hover {
    color: white !important;
}
a.button.button-link.w-inline-block:hover {
    background: unset !important;
    color: var(--secondary);
    border: unset !important;
}
.content-subline {
    font-weight: 500;
}

/* .hero-description {
    text-align: center;
} */
.w-container-custom {
    margin-top: 0;
}
.justify-center{
display: flex;
justify-content: center;
}
.container.nav-container {
    /* background: white; */
    padding: 0 20px !important;
}
.author-img{
    width: 90px;
}
@media(min-width: 768px) {
.hero-section-policy div.container {
    background-image: url('../img/Common_banner.png');
    background-position: center;
    background-size: 94%;
    background-repeat: no-repeat;
}}
@media(max-width: 767px) {
    .hero-section-policy div.container {
        background-image: url('../img/Common_banner_mobile.png');
        background-position: center;
        background-size: 94%;
        background-repeat: no-repeat;
    }}
 @media (max-width: 420px){
    .d-xs-none{
        display: none !important;
    }
 }

.button {
    z-index: 1;
}
@media (max-width: 478px){
    .container.with-large-bottom-padding {
        padding-top: 0px !important;
        padding-bottom: 108px !important;
    }
}
div#valuessection h2 {
    font-weight: 300;
    font-size: 52px;
    line-height: 60px;
}
/* @media (min-width: 755px) and (max-width: 774px){
    .about-feature-card {
        min-height: 404px !important;
    }
} */
.py-2{
    padding-left: 20px;
    padding-right: 20px;
}

/* @media(min-width: 991px) and (max-width: 1026px){
    .question-item {
        min-height: 553px;
    }
} */
.question-content-holder{
    width: unset !important;
}
@media screen and (max-width: 991px) {
    .question-item-wrapper {
        min-height: 98px;
    }
}

@media(min-width: 468px) {
.about-feature-card {
    min-height: 404px;
}
}
@media (min-width: 768px) and (max-width: 1024px){
    .contact-hero-box {
        width: 100%;
    }
}
@media(max-width: 478px){
    .hero-section-policy div.container {
        background-size: cover;
    }
}
@media(max-width: 768px) {
    .team-medium-text, div#testimonial-section h2, div#valuessection h2 {
        font-size: 35px !important;
        line-height: 38px;
    }
}

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #007bff;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 99;
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
    background: #0056b3;
}

span.icon1 img {
    width: 30px;
}
.flex{
    display: flex;
    align-items: center;
}
.flex span {
    font-size: 45px;
    font-weight: 600;
}
.hero-description a:hover {
    color: blue;
}