@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

:root {
    --black: black;
    --active: rgba(255, 255, 255, 1);
    --white: white;
    /* --bg-purple:#cc5800; */
    /* --brown: #7951F9; */
    --dark-purple:#542bd7;
    /* background-color: antiquewhite; */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    /* font-family:  Poppins; */
    color: var(--white);
}

body {
    font-size: 14px;
}

.container {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.container {
    width: 100% !important;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.header {
    width: 100%;
    position: sticky !important;
    top: 0;
    z-index: 10;
    padding: 30px 60px 10px;
    background: var(--dark-purple);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header .left-wrap {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.header .logo-wrap {
    width: 100px;
    height: 70px;
}

.insight-main-imgwrap {
    width: 70% !important;
}

.header .left-wrap h1 {
    font-weight: 700;
    font-size: 35px;
    align-self: end;
    font-family: 'Roboto', sans-serif;
    color: var(--white)
}

.header .right-wrap {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 7px;
}

.main-menu {
    display: block;
    position: relative;
    padding: 20px;
    /* font-family: sans-serif; */
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 3px;
    color: var(--white);
}

.footer-links {
    color: #383B45;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.pagedetail-contentwrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

/* .main-menu:hover {
    background-color: #f4f4f4;
} */

.sub-menus {
    display: none;
    width: max-content;
    flex-direction: column;
    background: #f4f4f4;
    border-radius: 3px;
    position: absolute;
    left: 0;
    box-shadow: 0px 1px 1px lightgrey;
    z-index: 1;
}

.main-menu:hover .sub-menus {
    display: flex;
    padding-top: 5px;
}

.sub-menus a {
    padding: 20px 20px 10px 40px;
    text-decoration: none;
}

.main-menu:hover label,
a:hover {
    color: black;
    cursor: pointer;
}

span.page-heading {
    font-size: 40px;
    color: #2D1D61;
    font-family: 'Roboto', sans-serif;
    line-height: 60px;
    letter-spacing: 0.50px;
    word-wrap: break-word;
}

.content-wrap {
    width: 100%;
}

.content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 430px, 1200px 600px, 300px;
    background-color: var(--white);
    background-origin: border-box;
    background-attachment: revert;
}

.content .left-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 35px;
    padding-top: 150px;
    padding-top: 53px;
    padding-left: 90px;
    color: #2D1D61;
}

.content .left-wrap div {
    font-size: 34px;
    color: #2D1D61;
    font-size: 50px;
    /* font-family: sans-serif; */
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0.50px;
    word-wrap: break-word
}

.content .left-wrap div,
.content .left-wrap p {
    padding: 10px;
    /* font-family: sans-serif; */
    padding: 15px;
}

.white-text-para {
    font-size: 18px;
    color: var(--black);
}

.think-font {
    font-size: 30px;
    font-weight: 800;
}

.blue-text {
    color: #4E18F9;
}

.orange-text {
    color: var(--dark-purple);
    font-size: 40px;
    font-weight: 800;
}

.white-text {
    color: var(--dark-purple);
    font-size: 28px;
    font-weight: 800;
}


.animated-text {
    animation: textani 5s ease-in-out;
    width: 90%;
}

@keyframes textani {
    0% {
        opacity: 0;
        transform: translateX(-70%);
    }
}

button,
button a,
purple-btn {
    height: 55px;
    width: 251px;
    background-color: var(--white);
    color: #ffffff;
    text-align: center;
    border-radius: 25px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-right: 10px;
    text-decoration: none;
    margin: 20px 48px;
    cursor: pointer;
}

.purple-btn {
    background-color: #682bd7;
    font-weight: 600;
}


button a:hover {
    color: inherit;
    background: inherit;
    cursor: pointer;
}

.content .right-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
}

.first-imag-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
}

.second-imag-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
}

.cards {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: var(--white);
}

.card {
    width: 30%;
    /* background: #F4F1FF; */
    padding: 30px 30px 50px;
    margin: 10px;
    border-radius: 10px;
}

.card img {
    padding: 0px 0;
}

.card h3 {
    padding: 20px 0;
    font-size: 24px;
    color: var(--dark-purple);
}

.card span {
    font-weight: 100;
    font-size: 18px;
    color: black;
}

.card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px;
    text-align: justify;
    text-align: justify;
}

.solution-wrap .left-wrap {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.solution-wrap .right-wrap {
    width: 50%;
    padding: 40px;
}

.solution-wrap .right-wrap h1 {
    font-size: 38px;
    font-weight: 800;
    text-align: center;
    color:var(--dark-purple);
}

.solution-wrap .right-wrap p {
    font-size: 16px;
    color: #363049;
    padding: 60px 0;
}

.solution-wrap .left-wrap img {
    transform: rotate(75deg);
}

.solution-wrap .no-rotate img {
    transform: rotate(0);
}

.tech-solution-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px;
    background-color: #F9F7FF;
}

.tech-solution-wrap .left-wrap {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.tech-solution-wrap .right-wrap {
    width: 50%;
    padding: 20px;
    background-color: #F9F7FF;
}

.tech-solution-wrap .right-wrap h1 {
    font-size: 30px;
    font-weight: 600;
    padding: 10px;
}

.tech-solution-wrap .right-wrap p {
    font-size: 18px;
    /* color: #363049; */
    padding: 0px 0;
    padding: 10px;
}

.purple-icon {
    color: var(--white);
    font-size: 50px !important;
    font-weight: 100 !important;
    padding: 10px;
}


p {
    font-size: 18px;
    color: var(--black);
    padding: 5px 0;
    line-height: 1.5;
    letter-spacing: 0.5px;
    word-break: break-word;
    word-spacing: 2px;
}

.cost-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px;
    background-color: var(--white);
}

.cost-wrap .left-wrap {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.cost-wrap .right-wrap {
    width: 50%;
    padding: 20px;
    text-align: center;
}

.cost-wrap .right-wrap h1 {
    font-size: 34px;
    font-weight: 800;
    color: var(--dark-purple);
}

.cost-wrap .right-wrap p {
    font-size: 16px;
    color: #363049;
    padding: 60px 0;
}

.center-relative {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.customization-img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: width  3s;
    /* transition: all .5s; */
    /* animation: textani 5s infinite;
    transform: translateX(0%); */
    /* animation: textani 5s ease-in-out; */
}
.customization-img:hover{
width: 90%;
transform: scale(1.0);
}


/* .customization-img:hover {
    transition: 0.5s;
    transform: scale(0.9);
} */

.time-cost-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* padding: 30px; */
}

.scalability-img {
    background-size: cover;
    width: 100%;
}

.time-cost-wrap .left-wrap {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    /* animation: textani 5s ease-in-out; */
}

/* .time-cost-wrap .left-wrap :hover {
    transition: 0.5s;
    transform: scale(0.9);
} */

.time-cost-wrap .right-wrap {
    width: 50%;
    padding: 20px 20px;
    background-color: #7951f921;
    color: white !important;
}

.time-cost-wrap .right-wrap h1 {
    font-size: 30px;
    font-weight: 600;
    color: var(--dark-purple);
}

.time-cost-wrap .right-wrap p {
    font-size: 18px;
    padding: 20px 0;
}

.center-wrap {
    text-align: center;
    font-size: 20px;
    /* font-weight: 1000; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #2D1D61;
    height: 450px;
    background-image: url(../assets/lettalk-img.png);
    background-repeat: no-repeat;
    background-origin: border-box;
    background-attachment: revert;
    background-size: cover;
    margin-top: 10px;
    margin-top: 10px;
}
.white-font{
    color: #F9F7FF;
}
.timeline-wrap {
    display: flex;
    flex-direction: row;
    padding: 90px;
}

.timeline-card {
    background-color: aliceblue;
    padding: 30px;
    margin: 20px;
    border-radius: 10px;
}

.timeline-wrap .left-wrap {
    width: 50%;
}

.timeline-wrap .right-wrap {
    width: 50%;
}

.footer-midwrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.timeline-wrap .left-wrap p {
    font-size: 16px;
    padding: 40px 0;
}

.timeline-header b.danger {
    color: red;
}

.timeline-header b {
    padding-right: 20px;
    font-size: 30px;
    font-weight: 600;
}

.center-wrap button {
    font-size: 24px;
    height: fit-content;
    width: fit-content;
    margin: 60px auto;
    padding: 12px 66px;
}

.final-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
  /* justify-content: space-between; */
    flex-wrap: wrap;
    padding: 90px 40px;
}

.footer-contact-imgs {
    width: 100%;
    display: flex;
    height: 60px;
    flex-direction: row;
    justify-content: flex-start;
    padding: 3px;
}

.social-img {
    padding: 5px;
}

.footer-contact-imgs {
    width: 12%;
}

.final-wrap .left-wrap {
    width: 37%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.final-wrap .right-wrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-midwrap {
    width: 63%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.footer-rightwrap {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.final-wrap .left-wrap h2 {
    color: var(--dark-purple);
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 14px;
    /* padding-top: 30px; */
}

.footer-img {
    padding-bottom: 20px;
}

.purple-text {
    color: var(--dark-purple);
    padding-top: 0px;
    text-align: start;
}

.final-wrap .left-wrap p {
    font-size: 18px;
    padding: 20px 0;
    font-weight: 500;
    color: black;
    opacity: 0.6;
    letter-spacing: 0.5px;
}

table {
    width: 100%;
}

table th {
    font-size: 18px;
}

table td {
    font-size: 18px;
}

td,
th {
    text-align: left;
    padding: 16px;
}

.copyright-wrap {
    text-align: center;
    font-size: 20px;
    /* font-weight: 1000; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #8C83F7;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-attachment: revert;
    align-items: center;
}

.copyright-wrap p {
    font-size: 12px;
    padding: 10px;
    font-weight: 600;
    color: var(--white);
}

.footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    justify-content: flex-start;
}

.index-content {
    overflow: hidden;
    background-color: #7951f921;
    /* background-color: #F9F7FF; */
}


.row-split-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 50px 10px;
}

.row-split-wrap .left-wrap,
.row-split-wrap .right-wrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 10px;
}

.imgwrap-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.first-imag-wrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 10px;
}

.second-imag-wrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 10px;
}

.content-container {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.row-split-wrap .right-wrap img {
    width: 100%;
    height: 361px;
    transform: rotateY(21deg);
}

.sub-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    border-bottom: 1px solid #E4E4E4;
    padding: 35px 0px;
    background-color: var(--white);
}

.sub-content {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.num-container {
    width: 10%;
    color: var(--dark-purple);
    font-size: 38px;
    font-weight: 700;
}

.tech-solution-wrap .left-wrap {
    width: 50%;
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: center;
    /* animation: textani 5s ease-in-out; */
}

/* .tech-solution-wrap .left-wrap:hover {
    transition: 0.5s;
    transform: scale(0.9);
} */

.service-team-wrap .left-wrap div {
    width: 50%;
    margin: 0 10px;
    padding: 30px 0;
    height: 400px;
}

.first-imag {
    background-image: url(../assets/innovation-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.second-imag {
    background-image: url(../assets/expertise-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.KPI-result-wrap {
    background-color: #7951f921;
    padding: 40px;
}

.FAQ-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 20px 0;
    background-color: #F9F7FF;
}

.FAQ-wrap h1 {
    width: 100%;
    text-align: center;
    padding: 30px 0 0;
}

.FAQ-wrap .timeline-wrap {
    padding: 30px 90px;
    background-color: var(--white);
}

.FAQ-wrap .timeline-card {
    background-color: var(--dark-purple);
    cursor: pointer;
}

.timeline-content {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.FAQ-wrap .timeline-card p {
    padding: 10px 0;
    letter-spacing: normal;
}

.timeline-card:hover .timeline-content {
    display: flex;
}

.timeline-card:hover .timeline-header b {
    color: red;
}

.timeline-wrap .left-wrap p,
.timeline-wrap .right-wrap p {
    font-size: 18px;
    color: var(--white);
}

.homepage-rightwrap {
    width: 50%;
    display: flex;
    position: relative;
}

homepage-backgroundimg {
    width: 100%;
}

.homepage-firstimg {
    position: absolute;
    top: 55%;
    left: 60%;
}

.homepage-secondimg {
    position: absolute;
    top: 8%;
    left: 66%;
    width: 30%;
}

.homepage-thirdimg {
    position: absolute;
    top: 64%;
    left: 0%;
    width: 30%;
}

.solution-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px;
    text-align: justify;
    text-align: justify;
    background-color: #7951f921;
}

.costeffect-img {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.active-navbar {
    color: var(--black);
}

.orange-subheading {
    color: var(--dark-purple);
    font-size: 26px;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
}

.sub-heading {
    font-size: 22px;
    font-weight: 600;
    color: var(--dark-purple);
}

.btn-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.timeline-card span.danger-icon b {
    position: relative;
    content: '+'
}

.timeline-card:hover span.danger-icon b {
    display: none;
}

.timeline-card:hover span.danger-icon:after {
    content: '-';
    font-size: 40px !important;
    font-weight: 900 !important;
    text-align: center;
    color: red;
    padding: 10px;
}

.sticky {
    position: fixed;
    background: var(--dark-purple);
    color: var(--white) !important;
    border-radius: 20px;
    padding: 5px;
    display: flex;
    flex-direction: row;
    right: 0px;
    bottom: 0px;
    animation: textani 5s ease-in-out;
}

@media only screen and (min-width: 400px) and (max-width: 950px) {
    .logo {
        width: 100%;

        height: 100px;

    }

    .header .logo-wrap {
        width: 68px;
        height: 70px;
    }

    .header .left-wrap h1 {
        font-size: 30px;
    }

    .main-menu {
        padding: 10px;
        font-size: 15px;
    }
}

@media only screen and (min-width:400px) and (max-width: 700px) {
    .logo {
        width: 100%;
        height: 100px;
    }

    .main-menu {
        padding: 5px;
        font-size: 15px;
    }

    .header .left-wrap h1 {
        font-size: 28px;
    }

    .header .logo-wrap {
        width: 49px;
        height: 59px;
    }
}


@media only screen and (min-width: 400px) and (max-width: 840px) {
    .header .logo-wrap {
        width: 48px;
    }

    .header {
        padding: 10px 10px 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .header .right-wrap {
        padding: 10px;
        justify-content: flex-start;
    }

    .header .left-wrap h1 {
        font-size: 26px;
    }

    .logo {
        width: 100px;
        height: 40px;
        margin-top: 0px;
    }

    .header .right-wrap .main-menu {
        padding: 10px;
    }

    .sub-menus a {
        padding: 10px 10px 10px 20px;
    }

    .timeline-wrap {
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

    .timeline-wrap .right-wrap,
    .timeline-wrap .left-wrap {
        width: 100%;
    }

    .content {
        margin: 0px;
    }

    .final-wrap {
        display: flex;
        flex-direction: row;
        padding: 0% 3% 10% 3%;
    }

    .footer-rightwrap {
        width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    td,
    th {
        text-align: left;
        padding: 10px;
    }

    .footer-midwrap {
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 20px 0;
    }

    .final-wrap .left-wrap,
    .final-wrap .right-wrap {
        width: 100%;
        padding: 10px 0;
    }

    .cards {
        padding: 0 0;
    }

    .card {
        width: 100%;
        padding: 0px;
    }

    .card img {
        padding: 0;
        width: 50px;
    }

    .card h3 {
        padding: 15px 0;
        font-size: 24px;
    }

    .card span {
        font-size: 18px;
    }

    .solution-wrap {
        display: flex;
        flex-direction: column;
        padding: 0;
        padding: 0;
    }

    .solution-wrap .left-wrap {
        width: 100%;
    }

    .solution-wrap .right-wrap {
        width: 100%;
    }

    .tech-solution-wrap {
        display: flex;
        flex-direction: column;
    }

    .tech-solution-wrap .left-wrap {
        width: 100%;
    }

    .tech-solution-wrap {
        padding: 0px;
    }

    .tech-solution-wrap .right-wrap {
        width: 100%;
    }

    .cost-wrap {
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
        padding: 0;
    }

    .cost-wrap .left-wrap {
        width: 100%;
    }

    .cost-wrap .right-wrap {
        width: 100%;
    }

    .time-cost-wrap {
        display: flex;
        flex-direction: column-reverse;
    }

    .time-cost-wrap .left-wrap {
        width: 100%;
    }

    .time-cost-wrap .right-wrap {
        width: 100%;
    }

    .time-cost-wrap .right-wrap h1,
    .tech-solution-wrap .right-wrap h1 {
        font-size: 16px;
    }

    .time-cost-wrap .right-wrap p,
    .tech-solution-wrap .right-wrap p {
        padding: 0;
        font-size: 18px;
    }

    .tech-solution-wrap .right-wrap p {
        padding: 10px 0;
        font-size: 18px;
    }

    h2.timeline-header {
        font-size: 14px;
    }

    .timeline-header b {
        padding-right: 5px;
        font-size: 18px;
    }

    .timeline-wrap .left-wrap p {
        font-size: 12px;
        padding: 40px 0;
    }

    .center-wrap {
        height: 210px;
    }

    .center-wrap {
        height: 210px;
    }

    .center-wrap h1 {
        font-size: 18px;
    }

    .center-wrap button {
        font-size: 11px;
        height: fit-content;
        width: fit-content;
        margin: 10px auto;
        padding: 7px 18px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 950px) {
    .header {
        padding: 30px 20px 0;
    }

    .cards {
        padding: 5%;
    }

    .card {
        width: 45%;
    }

    .timeline-wrap {
        display: flex;
        flex-direction: column;
        padding: 5%;
    }

    .timeline-wrap .left-wrap,
    .timeline-wrap .right-wrap {
        width: 100%;
    }
}

@media only screen and (min-width: 280px) and (max-width: 600px) {
    .content {
        display: flex;
        flex-direction: column;
    }

    .content .left-wrap {
        align-items: flex-start;
        padding: 10px;
    }
}

@media only screen and (min-width:250px) and (max-width:400px) {
    p {
        font-size: 13px;
        padding: 20px;
        line-height: 1.5;
        letter-spacing: 0.2px;
        word-spacing: 0px;
        text-align: justify;
    }

    td,
    th {
        text-align: start;
        padding: 7px;
    }

    .timeline-wrap .left-wrap {
        width: 100%;
    }

    button {
        height: 36px;
        width: 167px;
        font-size: 13px;
    }

    .header .right-wrap .main-menu {
        padding: 10px;
        font-size: 12px;
        font-weight: 700;
    }

    .index-content {
        display: flex;
        flex-direction: column-reverse;
    }

    .content .left-wrap div {
        font-size: 19px;
        line-height: 25px;
    }

    .think-font {
        font-size: 19px;
    }

    .content .left-wrap div,
    .content .left-wrap p {
        padding: 10px;
    }

    .index-content .right-wrap {
        width: 100%;
    }

    .KPI-result-wrap {
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
    }

    .KPI-result-wrap .left-wrap,
    .KPI-result-wrap .right-wrap {
        width: 100%;
        padding-top: 0px;
    }

    .KPI-result-wrap .left-wrap {
        padding-top: 0;
    }




    .service-team-wrap {
        padding-top: 80px;
        display: flex;
        flex-direction: column;
    }

    .service-team-wrap .right-wrap,
    .service-team-wrap .left-wrap {
        width: 100%;
    }

    .service-team-wrap .left-wrap {
        padding-top: 0px;
    }

    .time-costproduct-wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 120px 0px 220px;
    }

    .tech-solution-wrap {
        padding: 30px 0;
    }

    .time-costproduct-wrap .left-wrap,
    .time-costproduct-wrap .right-wrap {
        width: 100%;
    }

    .efficiency-img1 {
        bottom: -388px;
        left: -8px;
        width: 177px;
    }

    .efficiency-img2 {
        left: 74px;
        top: 284px;
        width: 222px;
    }

    .efficiency-img3 {
        top: 345px;
        left: -4px;
        width: 173px;
    }

    .time-costproduct-wrap .left-wrap {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .currency-img1 {
        width: 191px;
        top: 54px;
        left: 15px;
    }

    .currency-img2 {
        width: 290px;
        top: -60px;
        left: 24px;
    }

    .center-wrap {
        height: 106px;
        background-size: contain, contain, 80px, 30px;
    }

    .final-wrap .left-wrap h2 {
        font-size: 14px;
    }

    .final-wrap .left-wrap p {
        font-size: 13px;
        padding: 10px 0;
    }

    table th {
        font-size: 15px;
    }

    table td {
        font-size: 12px;
    }

    a {
        text-decoration: none;
    }
}

@media only screen and (min-width:400px) and (max-width:700px) {
    .tech-solution-wrap .left-wrap {
        width: 100% !important;
    }

    a {
        text-decoration: none;
    }
}

@media only screen and (min-width:400px) and (max-width:600px) {
    p {
        font-size: 16px;
        padding: 20px;
        line-height: 1.5;
        letter-spacing: 0.5px;
        word-spacing: -3px;
    }

    button {
        height: 36px;
        width: 167px;
        font-size: 13px;
    }

    .index-content .left-wrap {
        width: 100%;
        padding: 0px 10px 35px 10px;
    }

    .content .left-wrap div {
        font-size: 19px;
        line-height: 25px;
    }

    .think-font {
        font-size: 19px;
    }

    .content .left-wrap div,
    .content .left-wrap p {
        padding: 10px;
    }

    .index-content .left-wrap {
        width: 100%;
        padding: 50px 35px 35px 70px;
    }

    .index-content .right-wrap {
        width: 100%;
    }

    .KPI-result-wrap {
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
        overflow: hidden;
    }

    .KPI-result-wrap .left-wrap,
    .KPI-result-wrap .right-wrap {
        width: 100%;
        padding-top: 0px;
    }

    .KPI-result-wrap .left-wrap {
        padding-top: 0;
    }

    .service-team-wrap {
        padding-top: 10px;
        display: flex;
        flex-direction: column;
    }

    .service-team-wrap .right-wrap,
    .service-team-wrap .left-wrap {
        width: 100%;
    }

    .service-team-wrap .left-wrap {
        padding-top: 10px;
        padding-top: 10px;
    }

    .time-costproduct-wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0px;
    }

    .time-costproduct-wrap .left-wrap,
    .time-costproduct-wrap .right-wrap {
        width: 100%;
    }

    .efficiency-img1 {
        bottom: -512px;
        left: -8px;
        width: 225px;
    }

    .efficiency-img2 {
        left: 96px;
        top: 397px;
        width: 275px;
    }

    .efficiency-img3 {
        top: 461px;
        left: -5px;
        width: 220px;
    }

    .time-costproduct-wrap .left-wrap {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .currency-img1 {
        width: 235px;
        top: 59px;
        left: 50px;
    }

    .currency-img2 {
        width: 338px;
        top: -116px;
        left: 68px;
    }

    .center-wrap {
        height: 106px;
        background-size: cover;
    }

    .final-wrap .left-wrap h2 {
        font-size: 14px;
    }

    .final-wrap .left-wrap p {
        font-size: 18px;
        padding: 10px 0;
    }

    table th {
        font-size: 15px;
    }

    table td {
        font-size: 16px;
    }

    a {
        text-decoration: none;
    }

    .time-cost-wrap .right-wrap h1 {
        font-size: 24px;
        font-weight: 800;
    }
}

@media only screen and (min-width:600px) and (max-width:800px) {
    p {
        font-size: 22px;
    }

    .index-content {
        display: flex;
        flex-direction: row;
    }

    .index-content .left-wrap {
        width: 100%;
        padding: 20px;
    }

    .content .left-wrap div {
        font-size: 30px;
    }

    .think-font {
        font-size: 30px;
    }

    .index-content .right-wrap {
        width: 100%;
    }

    .KPI-result-wrap {
        display: flex;
        flex-direction: column-reverse;
    }

    .KPI-result-wrap .left-wrap,
    .KPI-result-wrap .right-wrap {
        width: 100%;
    }

    .KPI-result-wrap .left-wrap {
        padding-top: 0px;
    }


    .service-team-wrap {
        padding-top: 0px;
        display: flex;
        flex-direction: column;
    }

    .service-team-wrap .right-wrap,
    .service-team-wrap .left-wrap {
        width: 100%;
    }

    .service-team-wrap .left-wrap {
        padding-top: 10px;
        padding-top: 10px;
    }

    .time-costproduct-wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0px 0px 0px;
        padding: 0px 0px 0px;
    }

    .time-costproduct-wrap .left-wrap,
    .time-costproduct-wrap .right-wrap {
        width: 100%;
    }

    .efficiency-img1 {
        bottom: -512px;
        left: -8px;
    }

    .efficiency-img2 {
        left: 128px;
        top: 316px;
    }

    .efficiency-img3 {
        top: 438px;
        left: -10px;
    }

    .time-costproduct-wrap .left-wrap {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .currency-img1 {
        width: 283px;
        top: 59px;
        left: 50px;
    }

    .currency-img2 {
        width: 450px;
        top: -116px;
        left: 68px;
    }

    a {
        text-decoration: none;
    }

    h2.timeline-header {
        font-size: 20px;
    }

    .card h3 {
        padding: 15px 0;
        font-size: 24px;
    }

    .card span {
        font-size: 18px;
    }

    .final-wrap .left-wrap p {
        font-size: 20px;
        padding: 20px 0;
        font-weight: 500;
        color: #343448;
        opacity: 0.6;
        letter-spacing: 0.5px;
    }

    table td {
        font-size: 16px;
    }

    table th {
        font-size: 18px;
        padding-top: 31px;
    }

    .footer-contact-imgs img {
        width: 15%;
        height: 72px;
    }

    .center-wrap h1 {
        font-size: 30px;
    }

    .center-wrap button {
        font-size: 14px;
        height: fit-content;
        width: fit-content;
        margin: 10px auto;
        padding: 7px 18px;
    }

    body {
        font-size: 14px;
    }


    .FAQ-wrap h1 {
        width: 100%;
        text-align: center;
        padding: 30px 0 0;
        font-size: 22px;
    }

    .main-menu {
        padding: 10px;
        font-size: 18px;
    }

    .logo {
        width: 100%;
        height: 92px;
    }

    button {
        height: 55px;
        width: 251px;
        font-size: 18px;
    }
}

@media only screen and (min-width:800px) and (max-width:950px) {
    .index-content {
        display: flex;
        flex-direction: row;
    }

    body {
        font-size: 25px;
    }

    .logo {
        width: 100%;
        height: 92px;
    }

    button {
        height: 55px;
        width: 195px;
        font-size: 19px;
    }

    .index-content .left-wrap {
        width: 100%;
        padding: 50px 35px 35px 70px;
    }

    .index-content .right-wrap {
        width: 100%;
    }

    .main-menu {
        padding: 10px;
        font-size: 20px;
    }

    .FAQ-wrap h1 {
        width: 100%;
        text-align: center;
        padding: 30px 0 0;
        font-size: 20px;
    }

    center-wrap h1 {
        font-size: 20px;
    }

    .center-wrap button {
        font-size: 18px;
        height: fit-content;
        width: fit-content;
        margin: 10px auto;
        padding: 7px 18px;
    }

    .KPI-result-wrap {
        display: flex;
        flex-direction: column-reverse;
    }


    .KPI-result-wrap .left-wrap,
    .KPI-result-wrap .right-wrap {
        width: 100%;
    }

    .KPI-result-wrap .left-wrap {
        padding-top: 96px;
    }

    table th {
        font-size: 18px;
    }

    .footer-contact-imgs img {
        width: 15%;
        height: 72px;
    }

    .service-team-wrap {
        padding-top: 10px;
        padding-top: 10px;
        display: flex;
        flex-direction: column;
    }

    .service-team-wrap .right-wrap,
    .service-team-wrap .left-wrap {
        width: 100%;
    }

    .service-team-wrap .left-wrap {
        padding-top: 20px;
        padding-top: 20px;
    }

    .time-costproduct-wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }

    table td {
        font-size: 16px;
    }

    .final-wrap .left-wrap p {
        font-size: 18px;
        padding: 20px 0;
        font-weight: 500;
        color: #343448;
        opacity: 0.6;
        letter-spacing: 0.5px;
        word-spacing: normal;
    }

    .card h3 {
        padding: 15px 0;
        font-size: 20px;
    }

    .card span {
        font-size: 18px;
    }

    .time-costproduct-wrap .left-wrap,
    .time-costproduct-wrap .right-wrap {
        width: 100%;
    }

    .efficiency-img1 {
        bottom: -512px;
        left: 134px;
    }

    .efficiency-img2 {
        left: 272px;
        top: 316px;
    }

    .indus-img-links {
        font-size: 20px !important;
        font-weight: 600;
        margin-right: 30px;
        text-decoration: none;
    }

    h2.timeline-header {
        font-size: 22px;
    }

    .efficiency-img3 {
        top: 438px;
        left: 134px;
    }

    .time-costproduct-wrap .left-wrap {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .currency-img1 {
        width: 300px;
        left: 36px;
    }

    .currency-img2 {
        width: 450px;
        left: 161px;
    }

    a {
        text-decoration: none;
    }
}

@media only screen and (min-width:950px) and (max-width:1050px) {
    .index-content {
        overflow: hidden;
        /* padding-bottom: 160px; */
    }

    p {
        font-size: 18px;
        color: #363049;
        padding: 5px 0;
        line-height: 1.5;
        letter-spacing: 0.5px;
        word-break: break-word;
        word-spacing: -1px;
    }

    .content .left-wrap {
        padding: 35px;
        padding-top: 53px;
        padding-left: 70px;
    }
    .header .left-wrap h1 {
        font-size: 26px;
    }

}


@media only screen and (min-width:400px) and (max-width:951px) {
    .header {
        width: 100%;
        padding: 10px 10px 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .header .left-wrap {

        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    .header .right-wrap {

        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    .logo {
        width: 100%;
        height: 69px;
    }

    .content-wrap {
        width: 100%;
        padding: 0px 10px 0;
        padding: 0px 10px 0;
    }


    .input-box input,
    .input-box textarea,
    .input-box select {
        width: 100%;
        padding: 5px;
        font-size: 10px;
        font-size: 0.6em;
        letter-spacing: 1.5px;

    }

    .msg-container button {
        width: 69%;
        margin-left: 27px;
        margin-right: 89px;
    }


    .footer-contact-imgs {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        margin: 5% 0;
    }

}

@media only screen and (min-width:400px) and (max-width:950px) {
    .content .left-wrap {
        padding-left: 1px;

    }

    .content .left-wrap div {
        font-size: 34px;
    }

    .think-font {
        font-size: 29px;
    }


    .content .left-wrap div {
        font-size: 19px;
        line-height: 36px;
    }

    .think-font {
        font-size: 18px;
    }

    .think-font {
        font-size: 23px;
    }

    .content .left-wrap div {
        font-size: 30px;
        line-height: 36px;
    }

    .content-wrap {
        width: 100%;
        padding: 0px 10px 0;
    }



    .FAQ-wrap .timeline-wrap {
        padding: 30px 31px;
    }

    .content-wrap {
        width: 100%;
        padding: 0px 0px 0;
    }
}

@media only screen and (min-width:400px) and (max-width:950px) {
    .tech-solution-wrap .right-wrap h1 {
        font-size: 20px;
        font-weight: 800;
    }

    .tech-solution-wrap .right-wrap {
        padding: 10px;
        text-align: justify;
    }

    .time-cost-wrap .right-wrap {
        width: 100%;
        padding: 20px 10px;
        background-color: var(--dark-purple);
        color: white !important;
    }

    .tech-solution-wrap .right-wrap h1 {
        font-size: 22px;
        font-weight: 800;
        padding-left: 10px;
    }
}


@media only screen and (min-width:400px) and (max-width:1280px) {
    p {
        text-align: justify;
    }

}

@media only screen and (min-width:400px) and (max-width:955px) {

    p {
        padding: 0px 0px;
    }

    .FAQ-wrap .timeline-wrap {
        padding: 10px 10px !important;
    }

    h1 {
        margin: 0px;
        font-size: 24px;
        padding: 10px 0px;
        font-weight: 600;
    }

    .KPI-result-wrap {
        padding-top: 0px;
    }
}

@media only screen and (min-width:770px) and (max-width:830px) {
    .white-text {
        font-size: 25px;
}
}
@media only screen and (min-width:601px) and (max-width:770px) {
    .solution-wrap {
        display: flex;
        flex-direction: column;
    }

    .solution-wrap {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    h1 {
        margin: 0px;
    }

    p {
        padding: 0px 20px;
    }
   
   .white-text {
      font-size: 15px;
    }
    

}

@media only screen and (min-width:600px) and (max-width:772px) {
    .cost-wrap {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;

    }

    .indus-img-links {
        font-size: 26px !important;
        font-weight: 600;
        margin-right: 30px;
        text-decoration: none;
    }

    p {
        padding: 10px 0px;
        font-size: 18px;
        word-spacing: 3.1px;
    }

    .cost-wrap .right-wrap h1 {
        font-size: 30px;
        font-weight: 800;
        text-align: center;
    }

}

@media only screen and (min-width:400px) and (max-width:950px) {
    .strategic-image-wrap {
        display: none;
    }

    .card-image .third-image {
        position: absolute;
        width: 200px;
        left: -58px;
        top: 446px;
    }

    .tech-solution-wrap .right-wrap h1 {
        font-size: 22px;
        font-weight: 800;
        padding-left: 0px;
    }

    .time-cost-wrap .right-wrap h1 {
        font-size: 22px;
        font-weight: 800;
    }
}

@media only screen and (min-width:250px) and (max-width:400px) {
    .content-wrap {
        width: 100%;
        padding: 0px 0px 0;
    }
    .header .left-wrap h1 {
        font-size: 20px;
    }

    .cards {
        width: 100%;
        padding: 0px;
    }

    .time-cost-wrap .right-wrap p {
        padding: 10px 10px;
    }

    .tech-solution-wrap .right-wrap h1 {
        font-size: 14px;
        font-weight: 800;
        padding: 10px;
    }

    .timeline-wrap {
        display: flex;
        flex-direction: column;
        padding: 5%;
    }

    .card {
        width: 100%;
        padding: 30px;
    }

    .time-costproduct-wrap {

        padding: 0px 0px 0px;
    }

    .card img {
        padding: 30px 0px;
    }
    .white-text {
        font-size: 14px;
    }
    .final-wrap .left-wrap h2 {
        font-size: 10px;
    }
}


@media only screen and (min-width: 280px) and (max-width: 400px) {
    .content .left-wrap div {
        font-size: 19px;
        line-height: 36px;
    }

    .header .left-wrap {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    .header {
        width: 100%;
        padding: 10px 10px 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .header .right-wrap {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    .header .right-wrap .main-menu {
        padding: 3px;
        font-size: 12px;
        font-weight: 500;
    }

    .content .left-wrap div {
        font-size: 19px;
        line-height: 19px;
    }

    .think-font {
        font-size: 24px;
    }

    .final-wrap {
        display: flex;
        flex-direction: column;
        padding: 10% 5%;
    }

    .final-wrap .left-wrap p {
        font-size: 14px;
        padding: 6px 0;
    }

    .final-wrap {
        display: flex;
        flex-direction: column;
        padding: 0 0;
        width: 100%;
    }

    table {
        width: 100%;
    }

    .center-wrap h1 {
        font-size: 14px;
    }

    .center-wrap {
        height: 158px;
        background-size: cover;
    }

    .center-wrap button {
        font-size: 14px;
        height: fit-content;
        width: fit-content;
        margin: 21px auto;
        padding: 6px 43px;
    }

    h2.timeline-header {
        font-size: 14px;
    }

    .FAQ-wrap .timeline-wrap {
        padding: 10px 10px !important;
    }

    .timeline-card {
        background-color: aliceblue;
        padding: 10px;
        margin: 8px;
        border-radius: 10px;
        width: 187%;
    }

    .FAQ-wrap h1 {
        width: 85%;

    }

    .card {
        width: 100%;
        padding: 30px;
        overflow: hidden;
    }

    .time-cost-wrap .right-wrap h1 {
        font-size: 16px;
        font-weight: 800;
        padding: 10px;
    }

    .card {
        width: 100%;
        padding: 10px 0px 10px 30px;
        overflow: hidden;
    }


    .tech-solution-wrap .left-wrap {
        width: 100% !important;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        overflow: hidden;
    }

    .tech-solution-wrap .right-wrap {
        width: 100%;
        padding: 20px 0px;
    }

    .time-cost-wrap .right-wrap {
        width: 100%;
        padding: 20px 0px;
        background-color: var(--dark-purple);
        color: white !important;
    }

    .tech-solution-wrap .right-wrap h1 {
        font-size: 18px;
        font-weight: 800;
        padding: 10px 10px;
    }

    .tech-solution-wrap {
        padding: 0px 0;
    }

    .row-split-wrap {
        width: 100%;
        display: flex;
        flex-direction: column !important;
        justify-content: space-between;
    }

    p {
        font-size: 15px;
        padding: 10px 0px;
    }

    card span {
        font-weight: 100;
        font-size: 12px;
    }

    .row-split-wrap {
        width: 100px;
    }

    h1 {
        font-size: 18px;
        font-weight: 800;
        padding: 50px 10px 10px;
    }

    .content-wrap {
        width: 100%;
        padding: 0px 10px 0;
    }

    .card-image {
        display: none;
    }

    .strategic-image-wrap {
        display: none;
    }

    h1 {
        font-size: 18px;
    }

    span.page-heading {
        font-size: 27px;
    }

    span.page-heading {
        font-size: 20px;
        color: #2D1D61;
        font-family: 'Roboto', sans-serif;
        line-height: 38px;
        letter-spacing: 0.50px;
        word-wrap: break-word;
    }

    .solution-wrap .right-wrap {
        padding: 0px !important;
    }

    .solution-wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px;
        text-align: justify;
    }

    h1 {
        padding: 10px 0px 10px;
    }

    .solution-wrap .right-wrap h1 {
        font-size: 25px;
        font-weight: 800;
    }

    .solution-wrap .left-wrap {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    .solution-wrap .right-wrap h1 {
        font-size: 16px;
    }

    .cost-wrap {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        padding: 30px;
    }

    .cost-wrap {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        padding: 0px;
        width: 100%;
    }

    .cost-wrap .right-wrap {
        width: 95%;
        padding: 5px;
    }

    .solution-wrap .right-wrap h1 {
        font-size: 30px;
        width: 100%;
    }

    .content-wrap {
        width: 100%;
        padding: 0px 5px 0 !important;
    }

    .content .left-wrap div {
        font-size: 17px;
        line-height: 19px;
    }

    .content {

        padding-bottom: 10px;
    }

    .row-split-wrap .left-wrap,
    .row-split-wrap .right-wrap {
        width: 100%;
    }

    .final-wrap .right-wrap {
        width: 100%;
    }

    .footer-contact-imgs img {
        width: 18%;
    }

    .footer-contact-imgs {
        flex-direction: row;
        justify-content: center;
        margin: 10% 0;
        width: 100%;
    }

    .footer-img {
        padding: 10px 0;
        width: 50%;
    }

    td {
        text-align: left;
        padding: 7px;
    }

    .cost-wrap .left-wrap {
        width: 99%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    .solution-wrap .right-wrap {
        width: 90%;
    }


    .final-wrap .left-wrap {
        width: 100%;
        padding: 0 10px;
    }

    .indus-img-links {
        display: flex;
        padding-bottom: 11px;
        margin-top: 5px;
    }
}

@media only screen and (min-width: 280px) and (max-width: 450px) {
    .row-split-wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .row-split-wrap .left-wrap,
    .row-split-wrap .right-wrap {
        width: 98% !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 10px;
    }

    .tech-solution-wrap .right-wrap p {
        font-size: 16px;
        color: #363049;
        padding: 0px 0px 10px 0px;
        width: 100%;
    }

}

@media only screen and (min-width: 280px) and (max-width: 400px) {
    .KPI-result {
        margin-bottom: 0px;
    }

    .tech-solution-wrap .right-wrap p {
        font-size: 16px;
        color: #363049;
        padding: 0px 5px 10px 10px;
        width: 98%;
    }

    .sub-heading {
        font-size: 18px;
        font-weight: 600;
    }
}

@media only screen and (min-width: 280px) and (max-width: 400px) {
    .header {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (min-width: 840px) and (max-width: 950px) {
    .KPI-result-wrap {
        padding-top: 10px !important;
    }

    .KPI-result-wrap .left-wrap {
        padding-top: 0px !important;
    }
}

@media only screen and (min-width: 400px) and (max-width: 600px) {
    .row-split-wrap {
        width: 100%;
        display: flex;
        flex-direction: column !important;
        justify-content: space-between;
    }

    h2.timeline-header {
        font-size: 18px;
    }

    .row-split-wrap .left-wrap,
    .row-split-wrap .right-wrap {
        width: 98% !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

@media only screen and (min-width:750px) and (max-width:1200px) {
    p {
        padding: 10px -1px !important;
        font-size: 26px;
        word-spacing: -10.9px;
    }

    .indus-img-links {
        font-size: 26px;
        font-weight: 600;
        margin-right: 30px;
        text-decoration: none;
    }


    .think-font {
        font-size: 24px;
    }

    .content .left-wrap div {
        font-size: 50px;
        line-height: 50px;
    }

    .tech-solution-wrap .right-wrap h1 {
        font-size: 30px;
        font-weight: 600;
        padding: 0px;
    }

    .time-cost-wrap .right-wrap p,
    .tech-solution-wrap .right-wrap p {
        padding: 10px 0px;
        font-size: 18px;
    }

    .card span {
        font-size: 18px;
        text-align: justify;
    }

    p {
        padding: 10px -1px !important;
        font-size: 18px;
        word-spacing: 0.1px;
        padding-left: 0px;
    }

    body {
        font-size: 14px;
    }

    .indus-img-links {
        font-size: 17px !important;
        font-weight: 600;
        margin-right: 30px;
        text-decoration: none;
    }

}

@media only screen and (min-width: 900px) and (max-width: 970px) {
    .final-wrap {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 40px 10px;
    }
}

@media only screen and (min-width: 840px) and (max-width: 915px) {
    .final-wrap {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 40px 10px;
    }

    .final-wrap .left-wrap {
        width: 35%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .footer-midwrap {
        width: 65%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 20px 0;
    }

    .footer-contact-imgs img {
        width: 10%;
        height: 72px;
    }

    .footer-contact-imgs {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        margin: 5% 0;
    }

    .footer-rightwrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
}

@media only screen and (min-width: 280px) and (max-width: 600px) {
    .final-wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0% 3% 10% 3%;
    }

    .footer-midwrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 20px 0;
    }

    .footer-rightwrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (min-width: 950px) and (max-width: 1115px) {
    .homepage-backgroundimg {
        width: 90%;
    }

    .homepage-secondimg {
        position: absolute;
        top: 10%;
        left: 70%;
        width: 20%;
    }

    .homepage-firstimg {
        position: absolute;
        top: 49%;
        left: 66%;
        width: 30%;
    }

    .homepage-thirdimg {
        position: absolute;
        top: 55%;
        left: 0%;
        width: 29%;
    }
}

@media only screen and (min-width: 700px) and (max-width: 950px) {
    .homepage-backgroundimg {
        width: 100%;
        height: 80%;
    }

    .homepage-firstimg {
        position: absolute;
        top: 60%;
        left: 60%;
        width: 36%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .homepage-backgroundimg {
        width: 100%;

    }

    .index-content .left-wrap {
        width: 50%;
        padding: 20px;
    }

    .homepage-rightwrap {
        width: 50%;
        display: flex;
        position: relative;
        padding-top: 15%;
    }

    .homepage-thirdimg {
        display: none;
    }

    .homepage-firstimg {
        display: none;
    }

    .homepage-secondimg {
        display: none;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .index-content {
        display: flex;
        flex-direction: column;
    }

    .homepage-backgroundimg {
        width: 100%;

    }

    .homepage-rightwrap {
        width: 70%;
        display: flex;
        position: relative;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-left: 10%;
    }

    .homepage-firstimg {
        position: absolute;
        top: 58%;
        left: 78%;
        width: 33%;
    }

    .homepage-secondimg {
        position: absolute;
        top: 11%;
        left: 80%;
        width: 17%;
    }

    .homepage-thirdimg {
        position: absolute;
        top: 65%;
        left: 6%;
        width: 27%;
    }
}

@media only screen and (min-width: 280px) and (max-width: 600px) {
    .homepage-rightwrap {
        width: 50%;
        display: none;
        position: relative;
    }
}

@media only screen and (min-width: 280px) and (max-width: 400px) {
    .content .left-wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 950px) and (max-width: 1115px) {
    .robohand-img {
        width: 100%;
    }

    .coding-img {
        width: 100%;
    }

    .teamwork-img {
        width: 100%;
    }

    .row-split-wrap .left-wrap {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 280px) and (max-width: 950px) {
    .row-split-wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 50px 10px;
        background-color: var(--white);
    }

    .row-split-wrap .left-wrap,
    .row-split-wrap .right-wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 10px;
    }

    .robohand-img {
        width: 100%;
    }

    .coding-img {
        width: 100%;
    }

    .teamwork-img {
        width: 100%;
    }
}

@media only screen and (min-width: 280px) and (max-width: 450px) {
    .sub-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        border-bottom: 1px solid #E4E4E4;
        padding: 10px 0px;
    }

    .sub-content {
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .num-container {
        width: 20%;
        color: var(--dark-purple);
        font-size: 25px;
        font-weight: 700;
    }

    .white-text-para {
        font-size: 16px;
        color: var(--black);
    }
}

@media only screen and (min-width: 400px) and (max-width: 550px) {
    .sub-heading {
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .sub-content {
        width: 75%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
}
@media only screen and (min-width: 840px) and (max-width: 1100px) {
    .final-wrap {
        flex-direction: column;
    }
}

@media only screen and (min-width: 280px) and (max-width: 330px) {
.header .left-wrap h1 {
    font-size: 16px;
}
}