main {
    position: relative;
    overflow-x: hidden;
    position: relative;
    padding-top: 120px;
    width: 100vw
}

main.loaded .hero .left-part .content-wrap h1 {
    animation: fadeInLeft 3.5s linear
}

main.loaded .hero .left-part .content-wrap h5 {
    animation: fadeInLeft 4s linear
}

main.loaded .hero .left-part .content-wrap .digi-button-1 {
    animation: fadeInRight 3.5s linear
}

main.loaded .hero .right-part .pattern-box {
    animation: fadeInLeft 3.7s linear
}

main.loaded .hero .right-part .main-carousel::after {
    animation: fadeInRight 3.3s linear
}

main .gridlines {
    position: absolute;
    display: flex;
    width: 100%;
    max-width: 1070px;
    height: 300px;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: space-between;
    list-style-type: none;
    z-index: -1;
    padding: 0
}

main .gridlines li {
    width: 1px;
    height: 100%;
    position: relative;
    background: #000
}

main .gridlines li:first-child::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 6px solid #fff;
    background: #000;
    position: absolute;
    top: 0;
    left: -10px
}

main .gridlines li:first-child::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #000;
    position: absolute;
    bottom: 0;
    left: -5px
}

main .gridlines li:last-child::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 6px solid #fff;
    background: #000;
    position: absolute;
    top: 0;
    left: -10px
}

main .gridlines li:last-child::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #000;
    position: absolute;
    bottom: 0;
    left: -5px
}

main .gridlines li .circles {
    top: -40px;
    left: -50px;
    position: absolute;
    width: 100px;
    height: 100px;
    animation: spin 20s linear infinite
}

main .gridlines li .circles.last {
    bottom: -70px;
    top: auto
}

main .hero {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 8;
    height: 80vh
}

main .hero .gridlines {
    z-index: -1
}

main .hero .gridlines li:first-child {
    margin-top: 15vh
}

main .hero .gridlines li:first-child:after {
    display: none
}

main .hero .left-part {
    width: 46%;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    z-index: 5
}

main .hero .left-part .content-wrap {
    max-width: 350px;
    position: relative;
    margin-bottom: 5%
}

main .hero .left-part .content-wrap h1 {
    font-size: 4rem;
    font-weight: 600;
    line-height: 4rem
}

main .hero .left-part .content-wrap h5 {
    font-size: 1rem;
    max-width: 150px;
    margin-left: 50px;
    margin-top: 10%
}

main .hero .left-part .content-wrap .digi-button-1 {
    border-radius: 8px;
    box-shadow: 0 14px 24px 0 rgba(0, 0, 0, .13);
    background-color: #231f20;
    padding: 13px 40px 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    letter-spacing: .7px;
    font-size: .875rem;
    position: absolute;
    overflow: hidden;
    right: -40px;
    bottom: -20px;
    display: inline-block
}

main .hero .left-part .content-wrap .digi-button-1 span {
    position: relative;
    z-index: 1
}

main .hero .left-part .content-wrap .digi-button-1:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    z-index: 0;
    transition: transform .8s cubic-bezier(.075, .82, .165, 1);
    transform-origin: center right;
    background-color: #e95e24
}

main .hero .left-part .content-wrap .digi-button-1:hover:after {
    transform: scaleX(1);
    transform-origin: center left
}

main .hero .right-part {
    width: 54%;
    position: relative;
    z-index: 4
}

main .hero .right-part .main-carousel {
    max-height: 100vh;
    position: relative
}

main .hero .right-part .main-carousel::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    right: 93%;
    z-index: 5;
    background: rgba(163, 162, 162, .308)
}

main .hero .right-part .main-carousel::after {
    content: "";
    background: url("../images//triangle-fill.svg");
    position: absolute;
    width: 230px;
    height: 230px;
    top: 80%;
    right: 89%;
    z-index: 5
}

main .hero .right-part .main-carousel.zoomeffects .item .img-wrap {
    transform: scale(1)
}

main .hero .right-part .main-carousel .item .img-wrap {
    position: relative;
    display: block;
    height: 80vh;
    overflow: hidden;
    transform: scale(1.2);
    transition-duration: 2s
}

main .hero .right-part .main-carousel .item .img-wrap img {
    width: 110%
}

main .hero .right-part .main-carousel .item .img-wrap h3 {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 12%;
    font-size: 1.2rem;
    background: rgba(255, 255, 255, .3);
    border-radius: 30px;
    padding: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

main .hero .right-part .main-carousel .owl-nav {
    position: absolute;
    width: 9%;
    left: 0;
    bottom: 20px;
    z-index: 6
}

main .hero .right-part .main-carousel .owl-nav button {
    height: 50px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 6
}

main .hero .right-part .main-carousel .owl-nav button i {
    color: #fff
}

main .hero .right-part .main-carousel .owl-nav button.owl-prev i {
    opacity: .5
}

main .hero .right-part .main-carousel .owl-dots {
    display: none
}

main .hero .right-part .pattern-box {
    position: absolute;
    top: 85%;
    right: 100%;
    z-index: 0
}

main .hero .right-part .pattern-box .triangle-dots {
    position: relative;
    margin: 20px;
    max-width: 300px
}

main .hero .stick-bar {
    position: absolute;
    top: 0;
    right: 0;
    height: 80vh;
    z-index: 5;
    background: rgba(233, 94, 36, .85);
    padding: 0 30px
}

main .hero .stick-bar .sec-1 {
    display: flex;
    flex-direction: column;
    margin-top: 10vh;
    height: 15vh
}

main .hero .stick-bar .sec-1 a {
    display: flex;
    margin: 15px auto;
    max-width: 20px;
    position: relative
}

main .hero .stick-bar .sec-1 a img {
    width: 100%;
    display: block;
    transition-duration: .3s
}

main .hero .stick-bar .sec-1 a:hover img {
    transform: scale(1.2)
}

main .hero .stick-bar .sec-2 {
    display: flex;
    justify-content: flex-end;
    height: 48vh;
    flex-direction: column
}

main .hero .stick-bar .sec-2 .top {
    height: 50%;
    left: 10px;
    position: relative;
    width: 1px;
    background: #fff;
    animation: lineeffect 4s linear infinite
}

main .hero .stick-bar .sec-2 .bottom {
    height: 50%
}

main .hero .stick-bar .sec-2 .bottom ul {
    padding: 0;
    list-style-type: none
}

main .hero .stick-bar .sec-2 .bottom ul li a {
    display: flex;
    justify-content: center;
    margin: 15px auto
}

main .hero .stick-bar .sec-2 .bottom ul li a img {
    max-width: 15px;
    display: block;
    transition-duration: .3s
}

main .hero .stick-bar .sec-2 .bottom ul li a:hover img {
    transform: scale(1.4)
}

main .hero .stick-bar .sec-3 a {
    display: flex;
    justify-content: center
}

main .hero .stick-bar .sec-3 a img {
    max-width: 20px
}

main .hero .pattern-box-2 {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 20px
}

main .hero .pattern-box-2 img {
    max-width: 130px;
    width: 100%
}

main .banner-section {
    overflow: hidden
}

main .banner-section .gridlines {
    z-index: 10
}

main .banner-section .gridlines li {
    position: relative
}

main .banner-section .gridlines li:first-child {
    margin-top: -20px
}

main .banner-section .gridlines li .let-work-btn {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 145px;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    display: block;
    z-index: 10
}

main .banner-section .gridlines li .let-work-btn::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #000;
    bottom: -5px;
    left: 0;
    position: absolute
}

main .banner-section .gridlines li .let-work-btn:hover {
    color: #5a4ac0
}

main .banner-section .gridlines li .let-work-btn:hover::after {
    background: #5a4ac0
}

main .banner-section .decoshape {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    fill: var(--background-color-3)
}

main .banner-section .morph-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: -1
}

main .banner-section .morph {
    position: relative;
    height: 100%;
    fill: var(--background-color-2);
    flex: none
}

main .banner-section .content-wrap .content--layout-1 .content__title {
    top: -80px;
    position: relative
}

main .banner-section .content-wrap .content--layout-1 .bgx-1 {
    background-color: #8e7ef3;
    opacity: 1;
    margin-top: -180px;
    width: 250px;
    height: 250px;
    position: relative
}

main .banner-section .content-wrap .content--layout-1 .bgx-1 .bulb-box {
    width: 300px;
    height: 200px;
    position: absolute;
    top: -40px;
    left: 55px
}

main .banner-section .content-wrap .content--layout-1 .bgx-1 .bulb-box img {
    width: 55%;
    animation: float 5s infinite linear
}

main .banner-section .content-wrap .content--layout-1 .bgx-1 .square-box {
    width: 60px;
    position: absolute;
    top: 50px;
    right: -100px
}

main .banner-section .content-wrap .content--layout-1 .bgx-1 .square-box img {
    width: 100%;
    animation: float 4s infinite linear
}

main .banner-section .content-wrap .content--layout-1 .bgx-1 .num-1 {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #fff;
    animation: float 8s infinite linear
}

main .banner-section .content-wrap .content--layout-1 .bgx-1 .num-a {
    position: absolute;
    left: -60px;
    top: 0;
    color: rgba(255, 255, 255, .1);
    -webkit-text-stroke: 0.5px #979797;
    font-size: 3rem;
    font-weight: 700;
    line-height: 2rem;
    animation: float 7s infinite linear
}

main .banner-section .content-wrap .content--layout-1 .content__desc {
    position: absolute;
    top: 110px;
    left: 85px
}

main .banner-section .content-wrap .content--layout-2 .content__title {
    top: -60px;
    left: 100px;
    position: relative
}

main .banner-section .content-wrap .content--layout-2 .bgx-2 {
    background-color: #6697ff;
    opacity: 1;
    margin-top: -100px;
    width: 250px;
    height: 250px;
    position: relative
}

main .banner-section .content-wrap .content--layout-2 .bgx-2 .cube-box {
    width: 106px;
    position: absolute;
    top: -69px;
    left: 50px
}

main .banner-section .content-wrap .content--layout-2 .bgx-2 .cube-box img {
    width: 100%;
    animation: float 5s infinite linear
}

main .banner-section .content-wrap .content--layout-2 .bgx-2 .triangle-box {
    width: 60px;
    position: absolute;
    top: -70px;
    right: -500px
}

main .banner-section .content-wrap .content--layout-2 .bgx-2 .triangle-box img {
    width: 100%;
    animation: float 4s infinite linear
}

main .banner-section .content-wrap .content--layout-2 .bgx-2 .num-1 {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #fff;
    animation: float 7s infinite linear
}

main .banner-section .content-wrap .content--layout-2 .bgx-2 .num-a {
    position: absolute;
    left: -60px;
    top: 0;
    color: rgba(255, 255, 255, .1);
    -webkit-text-stroke: 0.5px #979797;
    font-size: 3rem;
    font-weight: 700;
    line-height: 2rem;
    animation: float 6s infinite linear
}

main .banner-section .content-wrap .content--layout-2 .content__desc {
    position: absolute;
    top: 110px;
    left: 300px;
    max-width: max-content;
    text-align: center
}

main .banner-section .content-wrap .content--layout-3 .content__title {
    top: -80px;
    left: -95px;
    position: relative
}

main .banner-section .content-wrap .content--layout-3 .bgx-3 {
    background-color: #ffd43d;
    opacity: 1;
    margin-top: -100px;
    width: 250px;
    height: 250px;
    position: relative;
    left: 7px
}

main .banner-section .content-wrap .content--layout-3 .bgx-3 .brain-box {
    width: 90px;
    position: absolute;
    top: -40px;
    left: 50px
}

main .banner-section .content-wrap .content--layout-3 .bgx-3 .brain-box img {
    width: 100%;
    animation: float 5s infinite linear
}

main .banner-section .content-wrap .content--layout-3 .bgx-3 .circle-box {
    width: 60px;
    position: absolute;
    top: 50px;
    right: -150px
}

main .banner-section .content-wrap .content--layout-3 .bgx-3 .circle-box img {
    width: 100%;
    animation: float 4s infinite linear
}

main .banner-section .content-wrap .content--layout-3 .bgx-3 .num-1 {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #fff;
    animation: float 6s infinite linear
}

main .banner-section .content-wrap .content--layout-3 .bgx-3 .num-a {
    position: absolute;
    left: -70px;
    top: 0;
    color: rgba(255, 255, 255, .1);
    -webkit-text-stroke: 0.5px #979797;
    font-size: 3rem;
    font-weight: 700;
    line-height: 2rem;
    animation: float 7s infinite linear
}

main .banner-section .content-wrap .content--layout-3 .content__desc {
    position: absolute;
    top: 153px;
    left: 0;
    max-width: 610px;
    text-align: center
}

main .banner-section .content-wrap .content__title {
    text-shadow: 0 9.5px 6.5px rgba(18, 59, 31, .23);
    font-weight: 900;
    text-transform: none
}

main .banner-section .content-wrap .content__desc {
    position: absolute;
    top: 70px;
    left: 100px
}

main .banner-section .content-wrap .bg-text {
    position: absolute;
    left: 65%;
    transform: translateX(-50%);
    text-transform: uppercase;
    width: 3790px;
    top: -2%;
    z-index: -1;
    display: block
}

main .banner-section .content-wrap .bg-text h3 {
    font-size: 8rem;
    font-weight: 900;
    color: #e8e8e8;
    text-align: center
}

main .banner-section .content {
    position: relative;
    display: grid
}

main .banner-section .content--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    z-index: 100;
    pointer-events: none;
    padding: 1.5em;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto 4em;
    grid-template-areas: "header ..." "... decotitle" "demos decotitle"
}

main .banner-section .content--fixed a {
    pointer-events: auto
}

main .banner-section .content--layout {
    pointer-events: auto;
    justify-content: center;
    align-content: center
}

main .banner-section .content--related {
    text-align: center;
    align-content: center;
    justify-content: center;
    padding: 0 2em;
    min-height: 0;
    height: 10px;
    font-size: .85em
}

main .banner-section .content__img {
    grid-column: 1/3;
    grid-row: 1/3;
    opacity: .8;
    width: 300px;
    height: 300px;
    background: #342560
}

main .banner-section .content__title {
    grid-area: title;
    letter-spacing: -.025em;
    font-size: 8em;
    line-height: 160px;
    margin: 0;
    text-transform: lowercase;
    z-index: 10;
    cursor: default
}

main .banner-section .content__author {
    grid-area: author;
    margin: 0;
    writing-mode: vertical-lr;
    padding: 1em;
    text-align: right;
    z-index: 10;
    cursor: default
}

main .banner-section .content__desc {
    grid-area: desc;
    margin: 0;
    z-index: 10;
    padding: 0 1em;
    cursor: default
}

main .banner-section .content__author,
main .banner-section .content__desc,
main .banner-section .content__img,
main .banner-section .content__title {
    transition: transform .3s ease-out
}

main .banner-section .content__link {
    pointer-events: auto;
    grid-area: link;
    align-self: end;
    justify-self: start;
    z-index: 10;
    padding: 0 1em .15em
}

main .banner-section .content__info {
    grid-column: 1/3
}

main .banner-section .content__related-item {
    padding: 1em;
    transition: color .3s
}

main .banner-section .content__related-img {
    max-width: 100%;
    opacity: .8;
    transition: opacity .3s
}

main .banner-section .content__related-item:focus .content__related-img,
main .banner-section .content__related-item:hover .content__related-img {
    opacity: 1
}

main .banner-section .content__related-title {
    font-size: 1em;
    margin: 0;
    padding: .5em
}

main .banner-section .content--layout-3 {
    grid-template-rows: 75px 75px 150px;
    grid-template-areas: "... ... desc desc" "author title title title" "author ... link link"
}

main .banner-section .content--layout-3 .content__img {
    grid-column: 1/3;
    grid-row: 1/3
}

main .banner-section .content--layout-3 .content__desc {
    align-self: end
}

main .banner-section .demos {
    grid-area: demos;
    align-self: end
}

main .banner-section .demo {
    display: inline-block;
    position: relative;
    font-size: .85em;
    margin: 0 .25em .5em 0;
    padding: 1em
}

main .banner-section .demo .decoshape {
    display: none
}

main .banner-section .demo--current {
    color: var(--link-hover-color);
    border-color: currentColor
}

main .banner-section .demo--current .decoshape {
    display: block;
    z-index: -1
}

main .banner-section .deco {
    pointer-events: none
}

main .banner-section .deco--title {
    grid-area: decotitle;
    writing-mode: vertical-lr;
    text-align: right;
    align-self: end;
    justify-self: end
}

main .banner-section .demo-3 {
    --background-color: #56cccf;
    --background-color-2: #41e0e4;
    --background-color-3: #1747c0;
    --text-color: #fff;
    --link-color: #fff;
    --link-hover-color: #17b1b5
}

main .banner-section .demo-3 .morph {
    fill: none;
    stroke-width: 12px;
    stroke: #e3deff
}

@media screen and (max-width:50em) {
    main .banner-section .content--fixed {
        height: auto;
        min-height: 0;
        display: block;
        z-index: 1000;
        position: absolute
    }

    main .banner-section .codrops-header {
        align-items: center;
        flex-direction: column
    }

    main .banner-section .deco--title {
        display: none
    }

    main .banner-section .demos {
        text-align: center
    }
}

@media screen and (max-width:40em) {
    main .banner-section .content--layout {
        transform: scale3d(.8, .8, 1)
    }
}

@media screen and (max-width:36em) {
    main .banner-section .content--layout {
        transform: scale3d(.7, .7, 1)
    }
}

@media screen and (max-width:32em) {
    main .banner-section .content--layout {
        transform: scale3d(.6, .6, 1)
    }

    main .banner-section .content__author,
    main .banner-section .content__desc,
    main .banner-section .content__link {
        font-size: 1.35em
    }
}

@media screen and (max-width:28em) {
    main .banner-section .content--layout {
        transform: scale3d(.5, .5, 1)
    }
}

.translate-none {
    transform: translate(0) !important
}

.rotateY-180 {
    transform: rotateY(180deg) !important
}

main .csc {
    background: #fff;
    padding: 10% 0
}

main .csc .para-1 {
    max-width: 800px;
    position: relative;
    margin: 20px auto;
    text-align: justify;
    font-weight: 300;
    font-size: 1.25rem
}

main .csc .para-1 b {
    font-weight: 500
}

main .csc .para-1 .brand {
    color: #5a4ac0
}

main .csc .arrow-down {
    display: flex;
    margin: 20px auto 50px;
    max-height: 60px;
    justify-content: center
}

main .csc .arrow-down img {
    height: 100%;
    max-height: 60px
}

main .csc h2.heading {
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 50px
}

main .csc h2.heading span {
    color: #5a4ac0
}

main .csc .count-wrap {
    background: url("/assets/images/about/background-webotix-uae.webp") no-repeat center;
    background-size: cover;
    min-height: 486px;
    height: 100%;
    display: flex;
    padding: 50px auto;
    position: relative;
    border-radius: 30px;
    padding: 0;
    background-color: #5b4ac0ad;
    justify-content: center
}

main .csc .count-wrap .boxes {
    background-color: #5b4ac085;
    padding: 3rem;
    max-width: 100%;
    width: 100%;
    display: flex;
    position: relative;
    align-items: flex-end;
    border-radius: 28px
}

main .csc .count-wrap .boxes .bx {
    color: #fff;
    max-width: 100%;
    text-align: center
}

main .csc .count-wrap .boxes .bx h3 {
    font-size: 3.5rem
}

main .csc .count-wrap .shape-1 {
    position: absolute;
    max-width: 120px;
    left: 100px;
    top: 615px
}

main .csc .count-wrap .shape-1 img {
    width: 100%;
    animation: float 5s infinite linear
}

main .csc .count-wrap .shape-2 {
    position: absolute;
    max-width: 90px;
    right: 50px;
    top: -1030px
}

main .csc .count-wrap .shape-2 img {
    width: 100%;
    animation: float 4s infinite linear
}

main .csc .count-wrap .shape-3 {
    position: absolute;
    max-width: 70px;
    right: 30%;
    top: -20px
}

main .csc .count-wrap .shape-3 img {
    width: 100%;
    animation: float 3s infinite linear
}

main .csc .count-wrap .shape-4 {
    position: absolute;
    max-width: 59px;
    right: 5rem;
    bottom: -10rem !important
}

main .csc .count-wrap .shape-4 img {
    width: 100%;
    animation: float 5s infinite linear
}

main .csc .count-wrap .shape-5 {
    position: absolute;
    max-width: 100px;
    left: 150px;
    bottom: 600px
}

main .csc .count-wrap .shape-5 img {
    width: 100%;
    animation: float 5s infinite linear
}

main .we-are {
    padding: 5% 0;
    position: relative;
    background: #fff
}

main .we-are h2 {
    display: block;
    margin: auto;
    font-size: 5.5rem;
    font-weight: 600;
    position: relative;
    min-height: 260px;
    z-index: 8;
    text-transform: uppercase;
    line-height: 0
}

@media screen and (max-width:575.98px) {
    main .we-are h2 {
        min-height: 235px
    }
}

.colored-text {
    color: #5b4ac0
}

main .we-are h2 span {
    display: flex;
    position: absolute
}

main .we-are h2 span.cl1 {
    top: 0;
    left: 30%;
    -webkit-text-stroke: 0.8px #000;
    background-color: #fff;
    color: #fff;
    position: relative
}

main .we-are h2 span.cl1.api-title1 {
    left: 20%
}

main .we-are h2 span.cl2.api-title2 {
    left: 30%
}

main .we-are h2 span.cl3.api-title3 {
    left: 20%
}

main .we-are h2 span.cl1.sharepoint-title1 {
    left: 18%;
    top: 0
}

main .we-are h2 span.cl2.sharepoint-title2 {
    left: 18%
}

main .we-are h2 span.cl2.sharepoint-title3 {
    left: 18%;
    top: 75%
}

main .we-are h2 span.cl3.sharepoint-title4 {
    left: 38%;
    top: 110%;
    position: absolute
}

main .we-are h2 span.cl1.our {
    top: 60px
}

main .we-are h2 span.cl2.products {
    top: 150px
}

main .we-are h2 span.cl3.journey {
    top: 250px
}

main .we-are h2 span.cl1 .webotix-round {
    width: 80px;
    display: flex;
    justify-content: center;
    position: absolute;
    left: -100px;
    top: -50px;
    padding-bottom: 30px
}

main .we-are {
    padding: 0
}

main .services {
    padding: 0 0 0
}

main .we-are h2 span.cl1 .webotix-round img {
    width: 100%;
    animation: spin 15s infinite linear
}

main .we-are h2 span.cl2 {
    top: 100px;
    color: #5a4ac0;
    left: 40%
}

main .we-are h2 span.cl2.products {
    left: 30%
}

main .we-are h2 span.cl2.intranet {
    left: 20%
}

main .we-are h2 span.cl2 .sphere {
    width: 100px;
    display: flex;
    justify-content: center;
    position: absolute;
    right: -120px;
    top: -53px
}

main .we-are h2 span.cl2 .sphere img {
    width: 100%;
    animation: float 5s infinite linear
}

main .we-are h2 span.cl3 {
    top: 200px;
    left: 35%;
    -webkit-text-stroke: 0.8px #000;
    background-color: #fff;
    color: #fff
}

main .we-are h2 span.cl3.our {
    left: 100%;
    right: 100%
}

main .we-are h2 span.cl3.journey {
    left: 100%
}

.para {
    max-width: 300px;
    position: relative;
    bottom: -10%;
    left: 80%;
    text-align: right;
    font-weight: 300;
    font-size: 1.25rem
}

.services-section .para {
    z-index: 1
}

main .we-are .para b {
    font-weight: 500
}

main .we-are .para .brand {
    color: #5a4ac0 !important
}

.brand {
    color: #5a4ac0 !important
}

main .we-are-2 h2 {
    display: block;
    margin: auto;
    font-weight: 600;
    position: relative;
    text-align: center;
    font-size: 42px;
    margin-bottom: 1rem;
    z-index: 8
}

main .we-are-2 p {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: inherit;
    text-align: left;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: inherit
}

main .we-are-2 p.section-desc {
    margin-top: .75rem
}

main .we-are-2 h2 span {
    color: #5b4ac0
}

main .we-are-2 .webotix-round {
    width: 80px;
    display: flex;
    justify-content: center;
    position: relative;
    left: 0;
    top: 0
}

main .we-are-2 .webotix-round.core-strength {
    top: -20px
}

main .we-are-2 .shape-5 {
    position: absolute;
    max-width: 100px;
    left: -115px;
    bottom: 0
}

main .we-are-2 .align-left .shape {
    position: absolute;
    max-width: 100px;
    left: auto;
    bottom: -260px
}

main .we-are-2 .align-left .webotix-round {
    transform: none !important;
    bottom: 10px
}

main .we-are-2 .align-left .sharepoint-shape-2 {
    right: 0;
    bottom: -260px
}

main .we-are-2 .align-left .shape-2 {
    right: 0;
    bottom: -260px
}

main .we-are-2 .align-left .shape-5 {
    right: 150px;
    bottom: -250px
}

main .we-are-2 .shape img {
    width: 100%;
    animation: float 5s infinite linear
}

main .we-are-2 .shape-5 img {
    width: 100%;
    animation: float 5s infinite linear
}

main .we-are-2 .webotix-round img {
    width: 100%;
    animation: spin 15s infinite linear;
    margin-bottom: 20px
}

main .products {
    padding: 0 0;
    position: relative;
    background: #fff
}

main .products .gridlines {
    z-index: -1
}

main .products .gridlines li:first-child {
    visibility: hidden
}

main .products .gridlines li:nth-child(2)::after {
    display: none
}

main .products .gridlines li:last-child::before {
    display: none
}

main .products .gridlines li:last-child::after {
    display: none
}

main .products h2.heading {
    text-align: center;
    font-weight: 600;
    font-size: 2.5rem
}

main .products p.description {
    text-align: center;
    opacity: .5;
    font-weight: 600
}

main .products .slider-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative
}

main .products .slider-wrap .left-text {
    font-size: .875rem;
    max-width: 120px;
    margin-right: 5%;
    margin-bottom: 15%
}

main .products .slider-wrap .products-carousel {
    width: 80%
}

main .products .slider-wrap .products-carousel .item {
    padding: 100px 0;
    transition-duration: .5s
}

main .products .slider-wrap .products-carousel .item .item-wrap {
    width: 82%;
    height: auto;
    min-height: 500px;
    margin: auto auto 30px auto;
    padding: 50px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    color: #fff
}

main .products .slider-wrap .products-carousel .item .item-wrap.blue {
    box-shadow: 0 12px 14px 0 rgba(37, 171, 231, .33);
    background-color: #4b7ca7
}

main .products .slider-wrap .products-carousel .item .item-wrap.blue img {
    top: -20px
}

main .products .slider-wrap .products-carousel .item .item-wrap.orange {
    box-shadow: 0 12px 14px 0 rgba(255, 204, 66, .35);
    background-color: #e0b336
}

main .products .slider-wrap .products-carousel .item .item-wrap.orange img {
    top: -33px
}

main .products .slider-wrap .products-carousel .item .item-wrap.green {
    box-shadow: 0 12px 14px 0 rgba(47, 183, 120, .35);
    background-color: #2fb778
}

main .products .slider-wrap .products-carousel .item .item-wrap.green img {
    top: -60px
}

main .products .slider-wrap .products-carousel .item .item-wrap.violet {
    box-shadow: 0 12px 14px 0 rgba(44, 174, 214, .35);
    background-color: #27c1ff
}

main .products .slider-wrap .products-carousel .item .item-wrap.violet img {
    top: -60px
}

main .products .slider-wrap .products-carousel .item .item-wrap .count {
    text-align: right;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    overflow: hidden;
    padding: 20px;
    height: 100px
}

main .products .slider-wrap .products-carousel .item .item-wrap .count i {
    content: "01";
    font-size: 5rem;
    position: absolute;
    right: -10px;
    top: 0;
    line-height: 6rem;
    font-weight: 700;
    opacity: .2;
    font-style: unset
}

main .products .slider-wrap .products-carousel .item .item-wrap img {
    width: 130px;
    position: absolute;
    top: -40px
}

main .products .slider-wrap .products-carousel .item .item-wrap h3 {
    margin-top: 100px;
    font-size: 1.7rem;
    font-weight: 600
}

main .products .slider-wrap .products-carousel .item .item-wrap p {
    font-size: .875rem;
    font-weight: 400;
    padding: 20px 0;
    max-width: 230px
}

main .products .slider-wrap .products-carousel .item .item-wrap .digi-button-3 {
    border-radius: 8px;
    box-shadow: 0 14px 24px 0 rgba(0, 0, 0, .13);
    background-color: #231f20;
    padding: 10px 35px 11px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    letter-spacing: .7px;
    font-size: .75rem;
    max-width: 170px;
    text-align: center;
    text-transform: capitalize;
    overflow: hidden;
    position: relative;
    display: inline-block
}

main .products .slider-wrap .products-carousel .item .item-wrap .digi-button-3 span {
    position: relative;
    z-index: 1
}

main .products .slider-wrap .products-carousel .item .item-wrap .digi-button-3:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    z-index: 0;
    transition: transform .8s cubic-bezier(.075, .82, .165, 1);
    transform-origin: center right;
    background-color: #fff
}

main .products .slider-wrap .products-carousel .item .item-wrap .digi-button-3:hover {
    color: #231f20
}

main .products .slider-wrap .products-carousel .item .item-wrap .digi-button-3:hover:after {
    transform: scaleX(1);
    transform-origin: center left
}

main .products .slider-wrap .products-carousel .owl-item:nth-child(1n) .item .item-wrap {
    top: 0
}

main .products .slider-wrap .products-carousel .owl-item:nth-child(3n+0) .item .item-wrap {
    top: 100px
}

main .products .slider-wrap .products-carousel .owl-item:nth-child(3n+1) .item .item-wrap {
    top: 50px
}

main .products .slider-wrap .products-carousel .owl-item:nth-child(3n+2) .item .item-wrap {
    top: 0
}

main .products .slider-wrap .products-carousel .owl-nav {
    position: absolute;
    width: 9%;
    left: -20%;
    bottom: 40%;
    z-index: 6
}

main .products .slider-wrap .products-carousel .owl-nav button {
    height: 50px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 6
}

main .products .slider-wrap .products-carousel .owl-nav button i {
    color: #231f20;
    font-weight: bolder
}

main .products .slider-wrap .products-carousel .owl-nav button.owl-prev i {
    opacity: .5
}

main .products .slider-wrap .products-carousel .owl-dots {
    display: none
}

main .products .triangle-dots-abstract {
    position: absolute;
    top: 150%;
    right: 20%;
    max-width: 300px;
    z-index: -2;
    opacity: .8
}

main .services {
    padding: 4% 0 0;
    position: relative;
    background: #fff
}

main .services h2.heading {
    text-align: center;
    font-weight: 600;
    font-size: 2rem
}

main .services h2.heading span {
    color: #5a4ac0
}

main .services .arrow-down {
    display: flex;
    margin: 50px auto 20px;
    max-height: 60px;
    justify-content: center
}

main .services .arrow-down img {
    height: 100%;
    max-height: 60px
}

main .services .slider-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative
}

main .services .services-carousel-grid .item {
    transition-duration: .5s
}

main .services .services-carousel-grid {
    justify-content: center
}

main .services .services-carousel-grid .item .item-wrap {
    height: 100%;
    padding: 50px 30px;
    border-radius: .5rem;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 0 16.5px 0 rgba(90, 74, 192, .2);
    background: #fff;
    position: relative;
    color: #231f20;
    transition-duration: .5s;
    text-align: center
}

main .services .services-carousel-grid .item .item-wrap:hover {
    transform: scale(1.05);
    z-index: 10;
    box-shadow: 0 17px 30px 0 rgba(67, 47, 197, .2)
}

main .services .services-carousel-grid .item .item-wrap h3 {
    font-size: 1.4rem;
    font-weight: 600;
    max-width: 240px;
    margin: 0 auto;
    line-height: 1.5rem
}

main .services .services-carousel-grid .item .item-wrap p {
    font-size: .875rem;
    font-weight: 300;
    padding: 10px 0 20px 0
}

main .services .services-carousel-grid .item .item-wrap .icon-box {
    height: 80px
}

main .services .services-carousel-grid .item .item-wrap img.icon-im {
    max-height: 70px;
    display: block;
    width: auto !important;
    margin: 0 auto 20px auto;
    max-width: 70px
}

main .services .services-carousel-grid .item .item-wrap .digi-button-3 {
    border-radius: 8px;
    background-color: #fff;
    border: 2px solid #5a4ac0;
    padding: 7px 50px 8px;
    text-decoration: none;
    color: #5a4ac0;
    font-weight: 500;
    font-size: .875rem;
    text-transform: capitalize;
    overflow: hidden;
    position: relative;
    display: inline-block
}

main .services .services-carousel-grid .item .item-wrap .digi-button-3 span {
    position: relative;
    z-index: 1
}

main .services .services-carousel-grid .item .item-wrap .digi-button-3:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    z-index: 0;
    transition: transform .8s cubic-bezier(.075, .82, .165, 1);
    transform-origin: center right;
    background-color: #5a4ac0
}

main .services .services-carousel-grid .item .item-wrap .digi-button-3:hover {
    color: #fff;
    box-shadow: 0 6px 17px 0 rgba(90, 74, 192, .23)
}

main .services .services-carousel-grid .item .item-wrap .digi-button-3:hover:after {
    transform: scaleX(1.1);
    transform-origin: center left
}

main .services .services-carousel-grid .owl-item:first-child .item .item-wrap {
    top: 300px
}

main .services .services-carousel-grid .owl-nav {
    position: relative;
    width: 150px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    z-index: 6;
    top: -70px
}

main .services .services-carousel-grid .owl-nav button {
    height: 50px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 6
}

main .services .services-carousel-grid .owl-nav button i {
    color: #231f20;
    font-weight: bolder
}

main .services .services-carousel-grid .owl-nav button.owl-prev i {
    opacity: .5
}

main .services .services-carousel-grid .owl-dots {
    display: none
}

main .services .triangle {
    position: absolute;
    top: -10px;
    right: 20%;
    max-width: 100px;
    z-index: -2
}

main .services .triangle img {
    width: 100%;
    animation: float 5s ease-in-out infinite
}

main .customers {
    padding: 3% 0;
    position: relative;
    background: #fff
}

main .customers h2.heading {
    text-align: center;
    font-weight: 600;
    font-size: 2rem
}

main .customers h2.heading span {
    color: #5a4ac0
}

main .customers p.description {
    text-align: center;
    opacity: .5;
    font-weight: 600
}

main .customers .arrow-down {
    display: flex;
    margin: 20px auto;
    max-height: 60px;
    justify-content: center;
    display: none
}

main .customers .arrow-down img {
    height: 100%;
    max-height: 60px
}

main .customers .cutomer-list {
    padding: 0;
    list-style-type: none;
    display: flex;
    max-width: 1000px;
    margin: auto
}

main .customers .cutomer-list li {
    max-width: 20%;
    max-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center
}

main .customers .cutomer-list li a {
    position: relative;
    display: inline-flex;
    transition-duration: .3s;
    padding: 20px
}

main .customers .cutomer-list li a img {
    max-width: 100%;
    max-height: 100px;
    width: auto;
    transition-duration: .3s
}

main .customers .cutomer-list li a:hover img {
    filter: none;
    transform: scale(1.1)
}

main .customers .action-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px
}

main .customers .action-wrap .action-btn {
    text-align: center;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    padding-bottom: 2px;
    border-bottom: 2px solid #000;
    cursor: pointer
}

.customers .text-content h5,
.customers .text-content p {
    color: #5b4ac0 !important
}

main .keep-update {
    padding: 50px 0 100px;
    background: #fff
}

main .keep-update .bg-wrap {
    background: url("../images//bg-3.jpg");
    background-size: cover;
    display: flex;
    padding: 22px 0;
    flex-direction: column;
    color: #fff;
    align-items: center;
    justify-content: center;
    position: relative
}

main .keep-update .sec-title {
    font-size: 2rem;
    margin: 0 20px
}

main .keep-update .subscribe-email-wrap {
    width: 100%;
    max-width: 500px;
    position: relative;
    margin: 20px
}

main .keep-update .subscribe-email-wrap .form-field {
    border-radius: 5.5px;
    box-shadow: 0 6px 7px 0 rgba(0, 0, 0, .16);
    background-color: #fff;
    border: 0;
    padding: 20px 30px;
    width: 100%;
    font-size: 1.125rem;
    font-weight: 300
}

main .keep-update .subscribe-email-wrap .submit-btn {
    position: absolute;
    background: 0;
    right: 0;
    border: 0;
    display: inline-flex;
    height: 34%;
    align-items: center;
    padding: 0 30px;
    font-weight: 700
}

main .keep-update .shape-wrap {
    position: absolute;
    top: -30%;
    right: 10%;
    max-width: 150px
}

main .keep-update .shape-wrap .shape {
    width: 100%;
    animation: float 5s ease-in-out infinite
}

main .why-us {
    padding: 100px 0;
    background: #fff
}

main .why-us h2.heading {
    text-align: center;
    font-weight: 600;
    font-size: 2rem
}

main .why-us h2.heading span {
    color: #5a4ac0
}

main .why-us .arrow-down {
    display: flex;
    margin: 20px auto;
    max-height: 60px;
    justify-content: center
}

main .why-us .arrow-down img {
    height: 100%;
    max-height: 60px
}

main .why-us .boxes-wrap {
    margin-top: 150px
}

main .why-us .boxes-wrap .box .dotted-font {
    animation: float 6s infinite linear
}

main .why-us .boxes-wrap .box .normal-font {
    animation: float 4s infinite linear
}

main .why-us .boxes-wrap .box-1 {
    display: flex;
    max-width: 1000px;
    margin: auto
}

main .why-us .boxes-wrap .box-1 .font-box {
    position: relative;
    width: 40%
}

main .why-us .boxes-wrap .box-1 .font-box .dotted-font {
    position: absolute;
    height: 250px;
    top: -80px
}

main .why-us .boxes-wrap .box-1 .font-box .normal-font {
    height: 210px
}

main .why-us .boxes-wrap .box-1 .tbox-wrap {
    width: 45%;
    display: flex;
    justify-content: flex-end
}

main .why-us .boxes-wrap .box-1 .tbox-wrap .text-box {
    max-width: 350px
}

main .why-us .boxes-wrap .box-2 {
    display: flex;
    max-width: 800px;
    margin: auto;
    align-items: flex-end
}

main .why-us .boxes-wrap .box-2 .font-box {
    position: relative;
    width: 30%
}

main .why-us .boxes-wrap .box-2 .font-box .dotted-font {
    position: absolute;
    height: 250px;
    top: -50px;
    right: -140px
}

main .why-us .boxes-wrap .box-2 .font-box .normal-font {
    height: 210px
}

main .why-us .boxes-wrap .box-2 .tbox-wrap {
    width: 70%;
    display: flex;
    justify-content: flex-end
}

main .why-us .boxes-wrap .box-3 {
    display: flex;
    max-width: 900px;
    margin: auto;
    align-items: flex-end;
    position: relative;
    top: -50px
}

main .why-us .boxes-wrap .box-3 .font-box {
    position: relative;
    width: 30%
}

main .why-us .boxes-wrap .box-3 .font-box .dotted-font {
    position: absolute;
    height: 250px;
    top: -50px;
    left: -140px
}

main .why-us .boxes-wrap .box-3 .font-box .normal-font {
    height: 210px
}

main .why-us .boxes-wrap .box-3 .tbox-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 50px
}

main .why-us .boxes-wrap .box-3 .tbox-wrap .text-box {
    max-width: 400px
}

main .why-us .boxes-wrap .box-3 .left-bx {
    width: 50%;
    position: relative
}

main .why-us .boxes-wrap .box-3 .left-bx .shape-box {
    max-width: 120px;
    position: absolute;
    left: -10px;
    top: -150px
}

main .why-us .boxes-wrap .box-3 .left-bx .shape-box img {
    width: 100%;
    animation: float 3s ease-in-out infinite
}

main .why-us .boxes-wrap .box-3 .right-bx {
    display: flex;
    width: 50%;
    justify-content: flex-end;
    top: 130px;
    position: relative
}

main .why-us .boxes-wrap .box-3 .right-bx .shape-box {
    max-width: 100px;
    position: absolute;
    left: -50px;
    top: -10px
}

main .why-us .boxes-wrap .box-3 .right-bx .shape-box img {
    width: 100%;
    animation: float 5s ease-in-out infinite
}

main .why-us .boxes-wrap .box-3 .right-bx .o-box .font-box {
    position: relative;
    width: 30%
}

main .why-us .boxes-wrap .box-3 .right-bx .o-box .font-box .dotted-font {
    position: absolute;
    height: 350px;
    top: -50px;
    right: -280px;
    left: auto
}

main .why-us .boxes-wrap .box-3 .right-bx .o-box .font-box .normal-font {
    height: 400px
}

main .why-us .boxes-wrap .box-3 .right-bx .o-box .font-box .happy-face {
    position: absolute;
    left: 125px;
    bottom: 83px;
    width: 100px
}

main .why-us .boxes-wrap .box-4 {
    display: flex;
    max-width: 1000px;
    margin: 100px auto 30px
}

main .why-us .boxes-wrap .box-4 .font-box {
    position: relative;
    width: 35%
}

main .why-us .boxes-wrap .box-4 .font-box .dotted-font {
    position: absolute;
    height: 250px;
    top: -80px
}

main .why-us .boxes-wrap .box-4 .font-box .normal-font {
    height: 250px
}

main .why-us .boxes-wrap .box-4 .tbox-wrap {
    width: 23%;
    display: flex;
    justify-content: flex-start;
    margin-top: 100px;
    position: relative;
    left: -30px
}

main .why-us .boxes-wrap .box-4 .tbox-wrap .shape-box {
    max-width: 120px;
    position: absolute;
    right: -200px;
    top: -10px
}

main .why-us .boxes-wrap .box-4 .tbox-wrap .shape-box img {
    width: 100%;
    animation: float 4s ease-in-out infinite
}

main .why-us .boxes-wrap .box-5 {
    display: flex;
    max-width: 800px;
    margin: auto;
    align-items: flex-end
}

main .why-us .boxes-wrap .box-5 .font-box {
    position: relative;
    width: 20%;
    display: flex;
    justify-content: center
}

main .why-us .boxes-wrap .box-5 .font-box .dotted-font {
    position: absolute;
    height: 250px;
    top: -150px;
    right: -50px
}

main .why-us .boxes-wrap .box-5 .font-box .normal-font {
    height: 250px
}

main .why-us .boxes-wrap .box-5 .tbox-wrap {
    width: 70%;
    display: flex;
    justify-content: flex-end
}

main .why-us .boxes-wrap .box-5 .tbox-wrap .text-box {
    max-width: 200px
}

main .why-us .boxes-wrap .box-5 .tbox-wrap .shape-box {
    max-width: 150px;
    position: absolute;
    left: -150px;
    bottom: -50px
}

main .why-us .boxes-wrap .box-5 .tbox-wrap .shape-box img {
    width: 100%;
    animation: float 3s ease-in-out infinite
}

main .why-us .boxes-wrap .box-6 {
    display: flex;
    max-width: 1000px;
    margin: 100px auto 30px
}

main .why-us .boxes-wrap .box-6 .font-box {
    position: relative;
    width: 35%
}

main .why-us .boxes-wrap .box-6 .font-box .dotted-font {
    position: absolute;
    height: 280px;
    top: -80px;
    left: -80px
}

main .why-us .boxes-wrap .box-6 .font-box .normal-font {
    height: 250px
}

main .why-us .boxes-wrap .box-6 .font-box .shape-box {
    max-width: 120px;
    position: absolute;
    top: -150px;
    left: -50px
}

main .why-us .boxes-wrap .box-6 .font-box .shape-box img {
    width: 100%;
    animation: float 3s ease-in-out infinite
}

main .why-us .boxes-wrap .box-6 .tbox-wrap {
    width: 23%;
    display: flex;
    justify-content: flex-start;
    margin-top: 100px;
    position: relative;
    left: 30px
}

main .why-us .boxes-wrap .box-6 .tbox-wrap .shape-box {
    max-width: 90px;
    position: absolute;
    right: -150px;
    bottom: -50px
}

main .why-us .boxes-wrap .box-6 .tbox-wrap .shape-box img {
    width: 100%;
    animation: float 4s ease-in-out infinite
}

main .why-us .boxes-wrap .text-box {
    max-width: 280px;
    position: relative
}

main .why-us .boxes-wrap .text-box .title {
    color: #5a4ac0;
    font-size: 1.90625rem;
    margin-bottom: 20px
}

main .why-us .boxes-wrap .text-box .desc {
    text-align: justify;
    font-size: .875rem;
    font-weight: 300
}

main .why-us .boxes-wrap .text-box.t-right {
    text-align: right
}

main .lets-make {
    padding-top: 0;
    background: #fff;
    position: relative;
    z-index: 10;
    clear: both
}

main .lets-make .bg-wrap {
    background: url("../images//bg-2.webp");
    background-size: cover;
    display: flex;
    padding: 120px 100px;
    color: #fff;
    align-items: center;
    justify-content: space-between;
    position: relative
}

main .lets-make .bg-wrap .left-box {
    width: 70%
}

main .lets-make .bg-wrap .left-box .sec-title {
    font-size: 2rem;
    max-width: 400px
}

main .lets-make .bg-wrap .left-box .action-btn {
    border-radius: 5.5px;
    box-shadow: 0 6px 7px 0 rgba(0, 0, 0, .16);
    background-color: #fff;
    height: 38px;
    display: flex;
    color: #000;
    text-transform: uppercase;
    max-width: 187px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 30px 0 0;
    font-weight: 500;
    position: relative;
    overflow: hidden
}

main .lets-make .bg-wrap .left-box .action-btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    z-index: 0;
    transition: transform .8s cubic-bezier(.075, .82, .165, 1);
    transform-origin: center right;
    background-color: #5a4ac0
}

main .lets-make .bg-wrap .left-box .action-btn span {
    position: relative;
    z-index: 1
}

main .lets-make .bg-wrap .left-box .action-btn:hover {
    color: #fff;
    box-shadow: 0 6px 7px 0 rgba(90, 74, 192, .23)
}

main .lets-make .bg-wrap .left-box .action-btn:hover:before {
    transform: scaleX(1.2);
    transform-origin: center left
}

main .lets-make .bg-wrap .right-box {
    width: 30%
}

main .lets-make .bg-wrap .right-box .title {
    font-size: 1.2rem;
    font-weight: 700
}

main .lets-make .bg-wrap .right-box .number-wrap .phone {
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    transition-duration: .3s;
    display: flex
}

main .lets-make .bg-wrap .right-box .number-wrap .phone:hover {
    letter-spacing: 2px
}

main .lets-make .bg-wrap .right-box .email-wrap {
    margin-top: 30px
}

main .lets-make .bg-wrap .right-box .email-wrap .email {
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    transition-duration: .3s;
    display: flex
}

main .lets-make .bg-wrap .right-box .email-wrap .email:hover {
    letter-spacing: 2px
}

main .lets-make .bg-wrap .shape-wrap {
    position: absolute;
    bottom: -95px;
    left: 20%;
    max-width: 150px
}

main .lets-make .bg-wrap .shape-wrap .shape {
    width: 100%;
    animation: float 3s ease-in-out infinite
}

main .specialized {
    background: #fff;
    padding-top: 100px
}

main .specialized .grids-wrap {
    display: flex;
    position: relative;
    z-index: 2
}

main .specialized .grids-wrap .gridx {
    width: 25%;
    position: relative
}

main .specialized .grids-wrap .gridx .sec-title img {
    width: 40px
}

main .specialized .grids-wrap .gridx .sec-desc {
    font-size: .875rem !important
}

main .specialized .grids-wrap .gridx .box .bxwrap {
    min-height: 300px
}

main .specialized .grids-wrap .gridx .bx-1 .sec-title {
    color: #5a4ac0;
    max-width: 300px;
    font-size: 2.1rem;
    padding-top: 20px
}

main .specialized .grids-wrap .gridx .bx-1 p {
    font-weight: 300;
    max-width: 200px;
    margin-top: 20px;
    margin-bottom: 20px
}

main .specialized .grids-wrap .gridx .bx-1 p b {
    font-weight: 600
}

main .specialized .grids-wrap .gridx .bx-2 {
    position: relative
}

main .specialized .grids-wrap .gridx .bx-2 .bxwrap {
    padding: 23.5px 5px 50px 22px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(84, 218, 255, .11)
}

main .specialized .grids-wrap .gridx .bx-2 .bxwrap .sec-title {
    display: flex;
    font-size: 1.25rem;
    text-transform: capitalize;
    align-items: center
}

main .specialized .grids-wrap .gridx .bx-2 .bxwrap .sec-title span {
    padding: 0 20px;
    max-width: 250px
}

main .specialized .grids-wrap .gridx .bx-2 .bxwrap .sec-desc {
    text-align: justify;
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.5rem;
    margin: 20px 0;
    margin: 20px 0;
    padding-right: 40px
}

main .specialized .grids-wrap .gridx .bx-2 .bxwrap .act-btn {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    bottom: 30px;
    right: 20px;
    transition-duration: .3s
}

main .specialized .grids-wrap .gridx .bx-2 .bxwrap .act-btn img {
    width: 100%
}

main .specialized .grids-wrap .gridx .bx-2 .bxwrap .act-btn:hover {
    transform: scale(1.2)
}

main .specialized .grids-wrap .gridx .bx-2 .shape {
    position: absolute;
    z-index: -1;
    right: -20px;
    top: -20px;
    max-width: 150px
}

main .specialized .grids-wrap .gridx .bx-2 .shape img {
    width: 100%;
    animation: float 3s ease-in-out infinite
}

main .specialized .grids-wrap .gridx .bx-3 {
    position: relative
}

main .specialized .grids-wrap .gridx .bx-3 .bxwrap {
    padding: 23.5px 5px 50px 22px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(206, 255, 228, .43)
}

main .specialized .grids-wrap .gridx .bx-3 .bxwrap .sec-title {
    display: flex;
    font-size: 1.25rem;
    text-transform: capitalize;
    align-items: center
}

main .specialized .grids-wrap .gridx .bx-3 .bxwrap .sec-title span {
    padding: 0 20px;
    max-width: 250px
}

main .specialized .grids-wrap .gridx .bx-3 .bxwrap .sec-desc {
    text-align: justify;
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.5rem;
    margin: 20px 0;
    margin: 20px 0;
    padding-right: 40px
}

main .specialized .grids-wrap .gridx .bx-3 .bxwrap .act-btn {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    bottom: 30px;
    right: 20px;
    transition-duration: .3s
}

main .specialized .grids-wrap .gridx .bx-3 .bxwrap .act-btn img {
    width: 100%
}

main .specialized .grids-wrap .gridx .bx-3 .bxwrap .act-btn:hover {
    transform: scale(1.2)
}

main .specialized .grids-wrap .gridx .bx-4 {
    position: relative
}

main .specialized .grids-wrap .gridx .bx-4 .bxwrap {
    padding: 23.5px 5px 50px 22px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(233, 80, 143, .12)
}

main .specialized .grids-wrap .gridx .bx-4 .bxwrap .sec-title {
    display: flex;
    font-size: 1.25rem;
    text-transform: capitalize;
    align-items: center
}

main .specialized .grids-wrap .gridx .bx-4 .bxwrap .sec-title span {
    padding: 0 20px;
    max-width: 250px
}

main .specialized .grids-wrap .gridx .bx-4 .bxwrap .sec-desc {
    text-align: justify;
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.5rem;
    margin: 20px 0;
    margin: 20px 0;
    padding-right: 40px
}

main .specialized .grids-wrap .gridx .bx-4 .bxwrap .act-btn {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    bottom: 30px;
    right: 20px;
    transition-duration: .3s
}

main .specialized .grids-wrap .gridx .bx-4 .bxwrap .act-btn img {
    width: 100%
}

main .specialized .grids-wrap .gridx .bx-4 .bxwrap .act-btn:hover {
    transform: scale(1.2)
}

main .specialized .grids-wrap .gridx .bx-5 {
    position: relative
}

main .specialized .grids-wrap .gridx .bx-5 .bxwrap {
    padding: 23.5px 5px 50px 22px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(251, 204, 0, .19)
}

main .specialized .grids-wrap .gridx .bx-5 .bxwrap .sec-title {
    display: flex;
    font-size: 1.25rem;
    text-transform: capitalize;
    align-items: center
}

main .specialized .grids-wrap .gridx .bx-5 .bxwrap .sec-title span {
    padding: 0 20px;
    max-width: 250px
}

main .specialized .grids-wrap .gridx .bx-5 .bxwrap .sec-desc {
    text-align: justify;
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.5rem;
    margin: 20px 0;
    margin: 20px 0;
    padding-right: 40px
}

main .specialized .grids-wrap .gridx .bx-5 .bxwrap .act-btn {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    bottom: 30px;
    right: 20px;
    transition-duration: .3s
}

main .specialized .grids-wrap .gridx .bx-5 .bxwrap .act-btn img {
    width: 100%
}

main .specialized .grids-wrap .gridx .bx-5 .bxwrap .act-btn:hover {
    transform: scale(1.2)
}

main .specialized .grids-wrap .gridx .bx-6 {
    position: relative;
    margin-top: -78px
}

main .specialized .grids-wrap .gridx .bx-6 .bxwrap {
    padding: 23.5px 5px 50px 22px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(25, 155, 226, .1)
}

main .specialized .grids-wrap .gridx .bx-6 .bxwrap .sec-title {
    display: flex;
    font-size: 1.25rem;
    text-transform: capitalize;
    align-items: center
}

main .specialized .grids-wrap .gridx .bx-6 .bxwrap .sec-title span {
    padding: 0 20px;
    max-width: 250px
}

main .specialized .grids-wrap .gridx .bx-6 .bxwrap .sec-desc {
    text-align: justify;
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.5rem;
    margin: 20px 0;
    margin: 20px 0;
    padding-right: 40px
}

main .specialized .grids-wrap .gridx .bx-6 .bxwrap .act-btn {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    bottom: 30px;
    right: 20px;
    transition-duration: .3s
}

main .specialized .grids-wrap .gridx .bx-6 .bxwrap .act-btn img {
    width: 100%
}

main .specialized .grids-wrap .gridx .bx-6 .bxwrap .act-btn:hover {
    transform: scale(1.2)
}

main .specialized .grids-wrap .gridx .bx-6 .shape {
    position: absolute;
    z-index: -1;
    right: -100px;
    top: -100px;
    max-width: 150px
}

main .specialized .grids-wrap .gridx .bx-6 .shape img {
    width: 100%;
    animation: float 3s ease-in-out infinite
}

main .specialized .grids-wrap .gridx .bx-7 {
    position: relative
}

main .specialized .grids-wrap .gridx .bx-7 .bxwrap {
    background: url("../images//spl-bg-1.png") no-repeat center;
    background-size: cover
}

main .specialized .grids-wrap .gridx .bx-8 {
    position: relative
}

main .specialized .grids-wrap .gridx .bx-8 .bxwrap {
    padding: 23.5px 5px 50px 22px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .1)
}

main .specialized .grids-wrap .gridx .bx-8 .bxwrap .sec-title {
    color: #000;
    max-width: 300px;
    font-size: 2.1rem;
    padding-top: 20px
}

main .specialized .grids-wrap .gridx .bx-8 .bxwrap .sec-desc {
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.5rem;
    margin: 20px 0;
    margin: 20px 0;
    padding-right: 40px
}

main .specialized .grids-wrap .gridx .bx-8 .bxwrap .view-btn {
    display: inline-block;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    position: relative
}

main .specialized .grids-wrap .gridx .bx-8 .bxwrap .view-btn::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 3px;
    background: #000;
    left: 0;
    bottom: -3px
}

main .specialized .grids-wrap .gridx .bx-8 .bxwrap .view-btn:hover {
    color: #5a4ac0
}

main .specialized .grids-wrap .gridx .bx-8 .bxwrap .view-btn:hover::after {
    background: #5a4ac0
}

main .specialized .grids-wrap .gridx .bx-9 {
    position: relative
}

main .specialized .grids-wrap .gridx .bx-9 .bxwrap {
    padding: 23.5px 5px 50px 22px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .1)
}

main .specialized .grids-wrap .gridx .bx-9 .bxwrap .sec-title {
    color: #000;
    max-width: 300px;
    font-size: 2.1rem;
    padding-top: 20px
}

main .specialized .grids-wrap .gridx .bx-9 .bxwrap .sec-desc {
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.5rem;
    margin: 20px 0;
    margin: 20px 0;
    padding-right: 40px
}

main .specialized .grids-wrap .gridx .bx-9 .bxwrap .view-btn {
    display: inline-block;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    position: relative
}

main .specialized .grids-wrap .gridx .bx-9 .bxwrap .view-btn::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 3px;
    background: #000;
    left: 0;
    bottom: -3px
}

main .specialized .grids-wrap .gridx .bx-9 .bxwrap .view-btn:hover {
    color: #5a4ac0
}

main .specialized .grids-wrap .gridx .bx-9 .bxwrap .view-btn:hover::after {
    background: #5a4ac0
}

main .specialized .grids-wrap .gridx .bx-10 {
    position: relative
}

main .specialized .grids-wrap .gridx .bx-10 .bxwrap {
    padding: 23.5px 5px 50px 22px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(84, 218, 255, .11)
}

main .specialized .grids-wrap .gridx .bx-10 .bxwrap .sec-title {
    display: flex;
    font-size: 1.25rem;
    text-transform: capitalize;
    align-items: center
}

main .specialized .grids-wrap .gridx .bx-10 .bxwrap .sec-title span {
    padding: 0 20px;
    max-width: 250px
}

main .specialized .grids-wrap .gridx .bx-10 .bxwrap .sec-desc {
    text-align: justify;
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.5rem;
    margin: 20px 0;
    margin: 20px 0;
    padding-right: 40px
}

main .specialized .grids-wrap .gridx .bx-10 .bxwrap .act-btn {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    bottom: 30px;
    right: 20px;
    transition-duration: .3s
}

main .specialized .grids-wrap .gridx .bx-10 .bxwrap .act-btn img {
    width: 100%
}

main .specialized .grids-wrap .gridx .bx-10 .bxwrap .act-btn:hover {
    transform: scale(1.2)
}

main .specialized .grids-wrap .gridx .bx-10 .shape {
    position: absolute;
    z-index: -1;
    right: -60px;
    bottom: -100px;
    max-width: 150px
}

main .specialized .grids-wrap .gridx .bx-10 .shape img {
    width: 100%;
    animation: float 6s ease-in-out infinite
}

main .specialized .grids-wrap .gridx .bx-11 {
    position: relative
}

main .specialized .grids-wrap .gridx .bx-11 .bxwrap {
    padding: 23.5px 5px 50px 22px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(206, 255, 228, .43)
}

main .specialized .grids-wrap .gridx .bx-11 .bxwrap .sec-title {
    display: flex;
    font-size: 1.25rem;
    text-transform: capitalize;
    align-items: center
}

main .specialized .grids-wrap .gridx .bx-11 .bxwrap .sec-title span {
    padding: 0 20px;
    max-width: 250px
}

main .specialized .grids-wrap .gridx .bx-11 .bxwrap .sec-desc {
    text-align: justify;
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.5rem;
    margin: 20px 0;
    margin: 20px 0;
    padding-right: 40px
}

main .specialized .grids-wrap .gridx .bx-11 .bxwrap .act-btn {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    bottom: 30px;
    right: 20px;
    transition-duration: .3s
}

main .specialized .grids-wrap .gridx .bx-11 .bxwrap .act-btn img {
    width: 100%
}

main .specialized .grids-wrap .gridx .bx-11 .bxwrap .act-btn:hover {
    transform: scale(1.2)
}

main .specialized .grids-wrap .gridx .triangle {
    position: absolute;
    z-index: -1;
    left: 20px;
    bottom: 200px;
    max-width: 150px
}

main .specialized .grids-wrap .gridx .triangle img {
    width: 100%;
    animation: float 5s ease-in-out infinite
}

main .specialized .grids-wrap .gridx .box3d {
    position: absolute;
    z-index: -1;
    right: -50px;
    bottom: 20px;
    max-width: 100px
}

main .specialized .grids-wrap .gridx .box3d img {
    width: 100%;
    animation: float 4s ease-in-out infinite
}

main .expertise {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    background: #fff
}

main .expertise h2.heading {
    text-align: center;
    font-weight: 600;
    font-size: 2rem
}

main .expertise h2.heading span {
    color: #5a4ac0
}

main .expertise p.description {
    text-align: center;
    opacity: .5;
    font-weight: 600
}

main .expertise .arrow-down {
    display: flex;
    margin: 20px auto;
    max-height: 60px;
    justify-content: center
}

main .expertise .arrow-down img {
    height: 100%;
    max-height: 60px
}

main .expertise .exp-list {
    padding: 0;
    list-style-type: none;
    display: flex;
    max-width: 1000px;
    margin: 30px auto;
    flex-wrap: wrap;
    justify-content: space-around
}

main .expertise .exp-list li {
    max-width: 15%;
    max-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center
}

main .expertise .exp-list li a {
    position: relative;
    display: inline-flex;
    transition-duration: .3s;
    padding: 20px
}

main .expertise .exp-list li a img {
    max-width: 100%;
    max-height: 100px;
    width: auto
}

main .expertise .exp-list li a:hover {
    transform: scale(1.2)
}

main .expertise .action-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px
}

main .expertise .action-wrap .action-btn {
    text-align: center;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    padding-bottom: 2px;
    border-bottom: 2px solid #000
}

main .expertise .webotix-round {
    width: 80px;
    display: flex;
    margin: 0 auto;
    padding: 30px 0;
    justify-content: center
}

main .expertise .webotix-round img {
    width: 100%;
    animation: spin 15s infinite linear
}

main .expertise .shape-1 {
    position: absolute;
    z-index: -1;
    left: -100px;
    top: 700px;
    max-width: 100px
}

main .expertise .shape-1 img {
    width: 100%;
    animation: float 4s ease-in-out infinite
}

main .expertise .shape-2 {
    position: absolute;
    z-index: -1;
    right: -100px;
    top: -500px;
    max-width: 80px
}

main .expertise .shape-2 img {
    width: 100%;
    animation: float 5s ease-in-out infinite
}

.expertise .exp-list a.tech-used {
    cursor: pointer
}

@media screen and (max-width:1400px) {
    main .banner-section .content-wrap .content--layout-3 .bgx-3 {
        left: 240px
    }

    main .banner-section .content-wrap .content--layout-3 .content__title {
        left: 20px
    }
}

@media screen and (max-width:1399px) {
    main .banner-section .content-wrap .content--layout-2 .content__title {
        top: -60px;
        left: 37px
    }

    main .services-section.we-are .para {
        right: -7%
    }
}

@media screen and (max-width:1199px) {
    main .gridlines {
        max-width: 800px
    }

    main .banner-section .content__title {
        font-size: 6em
    }

    main .we-are {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 65px;
        text-align: center
    }

    main .we-are p {
        font-size: 1rem
    }

    main .we-are h2 span.cl1 {
        left: 20%;
        text-align: center;
        display: inline-block
    }

    main .we-are h2 span.cl1.our {
        left: 0;
        text-align: center;
        display: inline-block
    }

    main .we-are h2 span.cl3.journey {
        left: 132%;
        text-align: center;
        display: inline-block
    }

    main .badge-tile {
        display: block
    }

    main .badge-tile h3 {
        -webkit-text-stroke: brown;
        color: #fff;
        padding: 12px;
        display: inline-block;
        background-color: #5a4abf;
        border-radius: 50px;
        font-size: 19px;
        margin-bottom: 0;
        font-weight: 400
    }

    main .we-are h2 span.cl2.digital {
        left: 30%;
        top: 101px
    }

    .expertise-content {
        transform: none !important
    }

    .expertise-content .item-content {
        padding: 0 !important
    }

    main .we-are h2 span.cl3.transformation {
        left: 30%;
        top: 200px;
        margin: auto;
        text-align: center
    }

    main .we-are.services-section h2 span.cl2 {
        right: 0
    }

    main .we-are h2 span.cl3 {
        left: 38%
    }

    @media (min-width:769px) and (max-width:1024px) {
        .we-are-2 .sphere.approach {
            top: 10px
        }

        main .we-are h2 span.cl3.api-title3 {
            top: 379px
        }

        main .we-are h2 span.cl3.mobile-title3 {
            top: 380px;
            left: 20%
        }

        main .we-are h2 span.cl3 {
            margin-top: -200px
        }
    }

    main .we-are .para {
        right: -52%
    }

    main .services-section.we-are .para {
        right: -7%
    }
}

@media screen and (max-width:991px) {
    main {
        opacity: 1
    }

    main.loaded {
        animation: none
    }

    main .banner-section {
        opacity: 1
    }

    main .banner-section.loaded {
        animation: none
    }

    main .gridlines {
        max-width: 600px
    }

    main .banner-section .content__title {
        font-size: 4.4em;
        line-height: 5rem
    }

    main .banner-section .content-wrap .content--layout-3 .content__title {
        left: -20px
    }

    main .banner-section .content-wrap .content--layout-3 .content__desc {
        left: -40px
    }

    main .specialized .container {
        max-width: 100%
    }

    main .keep-update .container {
        max-width: 100%
    }

    main .we-are h2 {
        margin-top: 0 !important;
        font-size: 65px !important
    }

    main .services-section.we-are h2 span.cl2 {
        right: 0
    }

    main .we-are .para {
        right: -50%
    }

    main .services-section.we-are .para {
        right: 0
    }

    main .specialized .grids-wrap {
        flex-wrap: wrap
    }

    main .specialized .grids-wrap .gridx {
        width: 50%
    }

    .we-are h2 .cl3 {
        position: relative !important;
        left: unset !important;
        right: unset !important;
        transform: none !important;
        display: block;
        width: 100%;
        margin-bottom: 50px;
        text-align: center
    }

    .we-are h2 .cl3.journey {
        position: relative !important;
        left: 5% !important;
        right: unset !important;
        transform: none !important;
        display: block;
        width: 100%;
        margin-bottom: 50px;
        text-align: center
    }
}

@media screen and (max-width:767px) {
    .rellax {
        transform: translate3d(0, 0, 0) !important
    }

    .rellax-h {
        transform: translate3d(0, 0, 0) !important
    }

    main .banner-section .gridlines {
        display: none
    }

    main .banner-section .content-wrap .bg-text h3 {
        font-size: 4rem;
        line-height: 4rem
    }

    main .customers .cutomer-list li {
        max-width: 45%
    }

    main .keep-update {
        padding: 50px 0
    }

    main .keep-update .bg-wrap {
        flex-direction: column;
        padding: 100px 20px
    }

    main .keep-update .subscribe-email-wrap {
        margin: 30px 10px
    }

    main .keep-update .shape-wrap {
        top: -12%;
        right: 8%;
        max-width: 100px
    }

    main .why-us .boxes-wrap {
        margin-top: 50px
    }

    main .why-us .boxes-wrap .box-1 .font-box .dotted-font {
        height: 128px;
        top: 20px;
        left: -40px
    }

    main .why-us .boxes-wrap .box-1 .font-box .normal-font {
        height: 108px
    }

    main .why-us .boxes-wrap .box-1 .tbox-wrap .text-box {
        max-width: 350px;
        right: -20px
    }

    main .why-us .boxes-wrap .box-2 .font-box {
        top: -26px
    }

    main .why-us .boxes-wrap .box-2 .font-box .dotted-font {
        height: 128px;
        top: -30px;
        right: -50px
    }

    main .why-us .boxes-wrap .box-2 .font-box .normal-font {
        height: 108px
    }

    main .why-us .boxes-wrap .box-2 .tbox-wrap {
        position: relative
    }

    main .why-us .boxes-wrap .box-3 {
        top: 50px
    }

    main .why-us .boxes-wrap .box-3 .left-bx .shape-box {
        max-width: 120px;
        position: absolute;
        left: 60px;
        top: -30px
    }

    main .why-us .boxes-wrap .box-3 .right-bx {
        top: 0
    }

    main .why-us .boxes-wrap .box-3 .right-bx .o-box .font-box .dotted-font {
        height: 200px;
        top: -40px;
        right: -120px
    }

    main .why-us .boxes-wrap .box-3 .right-bx .o-box .font-box .normal-font {
        height: 200px
    }

    main .why-us .boxes-wrap .box-3 .right-bx .o-box .font-box .happy-face {
        left: 60px;
        bottom: 47px;
        width: 60px
    }

    main .why-us .boxes-wrap .box-3 .right-bx .shape-box {
        max-width: 90px;
        left: 30px;
        top: -80px
    }

    main .why-us .boxes-wrap .box-3 .tbox-wrap {
        padding: 20px
    }

    main .why-us .boxes-wrap .box-3 .font-box {
        left: 0;
        top: 50px
    }

    main .why-us .boxes-wrap .box-3 .font-box .normal-font {
        height: 108px
    }

    main .why-us .boxes-wrap .box-3 .font-box .dotted-font {
        position: absolute;
        height: 128px;
        top: -50px;
        left: 40px
    }

    main .why-us .boxes-wrap .box-4 .font-box .dotted-font {
        height: 128px;
        top: -40px;
        left: 10px
    }

    main .why-us .boxes-wrap .box-4 .font-box .normal-font {
        height: 108px
    }

    main .why-us .boxes-wrap .box-4 .tbox-wrap {
        margin-top: 50px;
        left: -10px
    }

    main .why-us .boxes-wrap .box-4 .tbox-wrap .shape-box {
        max-width: 80px
    }

    main .why-us .boxes-wrap .box-5 .font-box .dotted-font {
        height: 128px;
        top: -40px;
        right: -20px
    }

    main .why-us .boxes-wrap .box-5 .font-box .normal-font {
        height: 108px
    }

    main .why-us .boxes-wrap .box-5 .tbox-wrap .shape-box {
        max-width: 130px;
        left: -30px;
        bottom: 80px
    }

    main .why-us .boxes-wrap .box-6 .font-box .dotted-font {
        height: 128px;
        top: -50px;
        left: -50px
    }

    main .why-us .boxes-wrap .box-6 .font-box .normal-font {
        height: 108px
    }

    main .why-us .boxes-wrap .box-6 .tbox-wrap {
        margin-top: 10px
    }

    main .lets-make .bg-wrap {
        flex-wrap: wrap;
        padding: 70px 20px
    }

    main .lets-make .bg-wrap .left-box {
        width: 100%
    }

    main .lets-make .bg-wrap .right-box {
        width: 100%;
        margin-top: 30px
    }

    main .lets-make .bg-wrap .shape-wrap {
        bottom: -70px;
        left: 20%;
        max-width: 100px
    }

    main .specialized {
        padding-top: 0
    }

    main .specialized .grids-wrap .gridx {
        width: 100%
    }

    main .specialized .grids-wrap .gridx .box .bxwrap {
        min-height: auto
    }

    main .specialized .grids-wrap .gridx .bx-6 {
        margin-top: auto
    }

    main .specialized .grids-wrap .gridx .bx-2 .shape {
        max-width: 120px
    }

    main .specialized .grids-wrap .gridx .bx-1 p {
        max-width: 250px
    }

    main .specialized .grids-wrap .gridx .triangle {
        left: auto;
        right: -50px;
        bottom: -100px;
        max-width: 100px
    }

    main .specialized .grids-wrap .gridx .box3d {
        bottom: -500px;
        max-width: 100px
    }

    main .expertise .exp-list {
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        max-width: 500px;
        margin: auto
    }

    main .expertise .exp-list li {
        max-width: 50%;
        width: 50%
    }

    main .we-are h2 {
        margin-bottom: -30px
    }

    .para {
        left: 4%
    }

    main .we-are h2 span.cl1 {
        left: 10%;
        font-size: 3rem
    }

    main .we-are h2 span.cl1 .webotix-round {
        width: 95px;
        left: inherit;
        margin: 0 auto;
        top: inherit;
        position: relative;
        padding-bottom: 0
    }

    main .we-are h2 span.cl2 {
        font-size: 2.6rem;
        top: 70px
    }

    main .services-section.we-are h2 span.cl2 {
        right: 110px
    }

    main .we-are h2 span.cl2 .sphere {
        width: 65px;
        right: -80px;
        top: -20px
    }

    main .we-are h2 span.cl3 {
        right: 7px;
        font-size: 2.6rem;
        top: 18px
    }

    main .services-section.we-are h2 span.cl3 {
        right: 7px !important
    }

    main .we-are .para {
        right: 40px
    }

    main .csc .count-wrap .boxes {
        justify-content: center;
        flex-wrap: wrap
    }

    main .csc .count-wrap .boxes .bx {
        max-width: 100%;
        margin: 20px auto
    }

    main .csc .count-wrap .shape-2 {
        top: -255px;
        left: 0
    }

    main .csc .count-wrap .shape-5 {
        max-width: 80px;
        left: 300px;
        top: -240px !important
    }

    main .csc .para-1 {
        padding: 20px
    }

    main .banner-section .content--layout {
        transform: scale3d(.7, .7, 1)
    }

    main .banner-section .content-wrap .bg-text {
        width: 100%;
        top: 30%;
        left: 48%
    }

    main .banner-section .content-wrap .bg-text h3 {
        font-size: 4rem;
        line-height: 4rem
    }

    main .banner-section .morph-wrap .morph {
        height: 100%
    }

    main .banner-section .content.content--layout.content--layout-1 {
        left: 0;
        top: -100px;
        width: 100%;
        max-width: 100%;
        padding: 0
    }

    main .banner-section .content.content--layout.content--layout-1 .content__desc {
        left: 11px;
        max-width: 500px;
        top: 170px
    }

    main .banner-section .content-wrap .content--layout-2 .bgx-2 {
        margin-top: -280px
    }

    main .banner-section .content-wrap .content--layout-2 .content__title {
        top: -220px;
        left: 7px;
        line-height: 5rem
    }

    main .banner-section .content-wrap .content--layout-2 .content__desc {
        left: 0;
        width: 410px
    }

    main .banner-section .content-wrap .content--layout-3 .bgx-3 {
        left: 30px;
        margin-top: -260px
    }

    main .banner-section .content-wrap .content--layout-3 .content__title {
        left: -30px;
        line-height: 5rem;
        top: -250px
    }

    main .banner-section .content-wrap .content--layout-3 .content__desc {
        left: -260px;
        top: 10px
    }

    main .banner-section .demo-3 .morph {
        width: 792px
    }

    main .banner-section .gridlines li .let-work-btn {
        left: -30px;
        bottom: -94px
    }
}

@media screen and (max-width:600px) {
    main .banner-section .content-wrap {
        height: 100vh;
        min-height: 500px;
        margin-top: 70px;
        margin-bottom: -300px
    }

    main .expertise .exp-list li {
        max-width: 100%;
        width: 100%
    }

    main .expertise .exp-list li a {
        padding: 20px;
        display: block
    }

    main .expertise .exp-list li a img {
        max-width: 130px;
        max-height: 56px;
        width: 100%
    }

    main .banner-section .content-wrap .bg-text {
        top: -11%
    }

    main .we-are-2 .align-left .shape-5 {
        right: 10%;
        top: 20%
    }
}

@media screen and (max-width:400px) {
    main .we-are h2 span.cl3 {
        right: 0;
        font-size: 2rem
    }

    main .we-are h2 span.cl2 {
        font-size: 2rem
    }

    main .we-are h2 span.cl1 {
        font-size: 2rem
    }

    main .keep-update .subscribe-email-wrap .form-field {
        padding: 17px 13px;
        font-size: 1.02rem
    }
}

@media (max-width:320px) and (min-width:200px) {
    main .banner-section .content-wrap .content--layout-1 .bgx-1 {
        margin-top: -108px;
        height: 230px;
        width: 230px
    }

    .bg-text.apps {
        top: 0 !important
    }

    main .banner-section .content-wrap .content--layout-1 .bgx-1 .bulb-box {
        width: 270px
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div .top-location-div {
        right: 0 !important
    }

    main .banner-section .demo-3 .morph {
        width: 714px;
        top: 12px
    }

    main .banner-section .content-wrap .bg-text h3 {
        font-size: 3rem
    }

    main .banner-section .gridlines li .let-work-btn {
        bottom: -30px
    }

    main .banner-section .content-wrap .content--layout-2 .icon-apple {
        left: 00px !important;
        top: 00px !important
    }

    main .banner-section .content-wrap .content--layout-2 .icon-whatsapp {
        right: 103px !important;
        top: 0 !important
    }

    main .banner-section .content-wrap .content--layout-2 .icon-apple img {
        width: 100px !important
    }

    main .banner-section .content-wrap .content--layout-2 .icon-whatsapp img {
        width: 100px !important;
        margin-top: 30px
    }
}

.subpage.about-page .about-banner .slogan {
    display: block;
    margin: 100px;
    max-width: 600px;
    font-size: 3rem;
    font-weight: 700;
    position: relative;
    z-index: 8;
    text-transform: uppercase
}

.subpage.about-page .about-banner .slogan span {
    position: absolute
}

.subpage.about-page .about-banner .slogan span.cl1 {
    left: 0;
    position: relative;
    width: 100%;
    display: block
}

.subpage.about-page .about-banner .slogan span.cl2 {
    top: 50px;
    left: 0;
    width: 100%;
    display: block
}

.subpage.about-page .about-banner .slogan span.cl3 {
    top: 100px;
    left: 0;
    width: 100%;
    display: block
}

.subpage.about-page .about-banner .slogan span.cl3 span {
    color: #5a4ac0;
    margin-left: 20px
}

.subpage.about-page .about-banner .second-sec {
    display: flex;
    justify-content: space-between;
    margin: 150px auto
}

.subpage.about-page .about-banner .second-sec .box {
    text-align: justify;
    width: 25%;
    position: relative
}

.subpage.about-page .about-banner .second-sec .box .sphere-box {
    position: absolute;
    bottom: 0
}

.subpage.about-page .about-banner .second-sec .box img {
    width: 100%
}

.subpage.about-page .about-banner .second-sec .box.box-1 .sphere-box {
    width: 70px;
    left: 20%
}

.subpage.about-page .about-banner .second-sec .box.box-1 .sphere-box .sphere {
    width: 100%;
    animation: float 4s infinite linear
}

.subpage.about-page .about-banner .second-sec .box.box-2 .count-box {
    background: #5a4ac0;
    color: #fff;
    position: relative;
    padding: 80px 50px;
    margin-top: 100px
}

.subpage.about-page .about-banner .second-sec .box.box-2 .count-box h3 {
    font-size: 2.5rem;
    margin-bottom: 0
}

.subpage.about-page .about-banner .second-sec .box.box-2 .count-box p {
    text-transform: uppercase;
    letter-spacing: 2px
}

.subpage.about-page .about-banner .second-sec .box.box-2 .count-box .triangle-1 {
    position: absolute;
    max-width: 75px;
    top: -30px;
    left: 30px
}

.subpage.about-page .about-banner .second-sec .box.box-2 .count-box .triangle-1 img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.about-page .about-banner .second-sec .box.box-2 .count-box .triangle-2 {
    position: absolute;
    max-width: 120px;
    right: -30px;
    bottom: 30px
}

.subpage.about-page .about-banner .second-sec .box.box-2 .count-box .triangle-2 img {
    width: 100%;
    animation: float 5s infinite linear;
    animation-delay: 2s
}

.subpage.about-page .about-banner .second-sec .box.box-3 {
    position: relative;
    top: 70px
}

.subpage.about-page .about-banner .second-sec .box.box-3 .sphere-box {
    width: 50px;
    bottom: 130px;
    left: 45%
}

.subpage.about-page .about-banner .second-sec .box.box-3 .sphere-box .sphere {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.about-page .values-live .slogan {
    display: block;
    margin: 100px;
    max-width: 600px;
    font-size: 3rem;
    font-weight: 700;
    position: relative;
    z-index: 8;
    text-transform: uppercase
}

.subpage.about-page .values-live .slogan span {
    position: absolute
}

.subpage.about-page .values-live .slogan span.cl1 {
    left: 0;
    position: relative;
    width: 100%;
    display: block
}

.subpage.about-page .values-live .slogan span.cl2 {
    left: 100px;
    width: 100%;
    display: block;
    position: relative
}

.subpage.about-page .values-live .slogan span.cl2 span {
    color: #5a4ac0;
    position: relative
}

.subpage.about-page .values-live .boxes-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: auto
}

.subpage.about-page .values-live .boxes-wrap .cont-box {
    width: 30%;
    position: relative
}

.subpage.about-page .values-live .boxes-wrap .cont-box h3 {
    max-width: 230px
}

.subpage.about-page .values-live .boxes-wrap .cont-box h5 {
    text-transform: uppercase;
    opacity: .7;
    font-size: 1rem;
    margin: 25px 0
}

.subpage.about-page .values-live .boxes-wrap .cont-box p {
    max-width: 230px
}

.subpage.about-page .values-live .boxes-wrap .cont-box .element {
    position: absolute;
    bottom: -100px
}

.subpage.about-page .values-live .boxes-wrap .cont-box .element .triangle {
    max-width: 100px;
    position: relative;
    left: -30px;
    animation: float 5s infinite linear
}

.subpage.about-page .values-live .boxes-wrap .cont-box .element .cube {
    max-width: 70px;
    position: relative;
    right: -30px;
    animation: float 4s infinite linear
}

.subpage.about-page .lets-talk {
    margin: 10% auto
}

.subpage.about-page .lets-talk .slogan-word {
    display: block;
    margin: 100px;
    font-size: 15rem;
    letter-spacing: -10px;
    color: #000;
    font-weight: 700;
    position: relative;
    z-index: 8;
    text-transform: lowercase;
    line-height: 13rem
}

.subpage.about-page .lets-talk .slogan-word .circular-name {
    position: absolute;
    right: 89px;
    top: -78px;
    animation: spin 10s infinite linear
}

.subpage.about-page .lets-talk .slogan-word span {
    position: absolute
}

.subpage.about-page .lets-talk .slogan-word span.cl1 {
    left: 0;
    position: relative;
    width: 100%;
    display: block
}

.subpage.about-page .lets-talk .slogan-word span.cl2 {
    left: 100px;
    width: 100%;
    display: block;
    position: relative
}

.subpage.about-page .lets-talk .slogan-word span.cl2 span {
    color: #5a4ac0;
    position: relative
}

.subpage.about-page .lets-talk .text {
    text-align: center;
    max-width: 500px;
    margin: auto;
    font-weight: 400
}

.subpage.about-page .values-live-2 .slogan {
    display: block;
    margin: 100px;
    max-width: 600px;
    font-size: 3rem;
    font-weight: 700;
    position: relative;
    z-index: 8;
    text-transform: uppercase
}

.subpage.about-page .values-live-2 .slogan span {
    position: absolute
}

.subpage.about-page .values-live-2 .slogan span.cl1 {
    left: 0;
    position: relative;
    width: 100%;
    display: block
}

.subpage.about-page .values-live-2 .slogan span.cl2 {
    left: 100px;
    width: 100%;
    display: block;
    position: relative
}

.subpage.about-page .values-live-2 .slogan span.cl2 span {
    color: #5a4ac0;
    position: relative
}

.subpage.about-page .values-live-2 .boxes-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: auto
}

.subpage.about-page .values-live-2 .boxes-wrap .cont-box {
    width: 30%;
    position: relative
}

.subpage.about-page .values-live-2 .boxes-wrap .cont-box img {
    width: 100%;
    max-width: 200px
}

.subpage.about-page .values-live-2 .boxes-wrap .cont-box h3 {
    max-width: 230px;
    margin: 20px 0
}

.subpage.about-page .values-live-2 .boxes-wrap .cont-box h5 {
    text-transform: uppercase;
    opacity: .7;
    font-size: 1rem;
    margin: 25px 0
}

.subpage.about-page .values-live-2 .boxes-wrap .cont-box p {
    max-width: 230px
}

.subpage.about-page .values-live-2 .boxes-wrap .cont-box .element1 {
    position: absolute;
    bottom: 20px
}

.subpage.about-page .values-live-2 .boxes-wrap .cont-box .element1 .triangle {
    max-width: 100px;
    position: relative;
    left: 30px;
    animation: float 5s infinite linear
}

.subpage.about-page .values-live-2 .boxes-wrap .cont-box .element2 {
    position: absolute;
    top: -100px
}

.subpage.about-page .values-live-2 .boxes-wrap .cont-box .element2 .cube {
    max-width: 70px;
    position: relative;
    right: -30px;
    animation: float 4s infinite linear
}

.subpage.about-page .values-live-2 .boxes-wrap .cont-box:nth-child(2) {
    margin-top: 100px
}

.subpage.about-page .values-live-2 .boxes-wrap .cont-box:nth-child(3) {
    margin-top: -64px
}

.subpage.about-page .customers .slogan {
    display: block;
    margin: 100px 100px 20px 100px;
    max-width: 600px;
    font-size: 3rem;
    font-weight: 700;
    position: relative;
    z-index: 8;
    text-transform: uppercase
}

.subpage.about-page .customers .slogan span {
    position: absolute
}

.subpage.about-page .customers .slogan span.cl1 {
    left: 0;
    position: relative;
    width: 100%;
    display: block
}

.subpage.about-page .customers .slogan span.cl2 {
    left: 100px;
    width: 100%;
    display: block;
    position: relative
}

.subpage.about-page .customers .slogan span.cl2 span {
    color: #5a4ac0;
    position: relative
}

.subpage.about-page .customers .customer-carousel {
    max-width: 85vw;
    position: absolute;
    right: 0
}

.subpage.about-page .customers .customer-carousel .owl-stage {
    left: -50px
}

.subpage.about-page .customers .customer-carousel .item {
    padding: 30px 15px
}

.subpage.about-page .customers .customer-carousel .item-wrap {
    padding: 38px 50px 30px 50px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 17px 16.5px 0 rgba(90, 74, 192, .2);
    background-color: #fff;
    box-sizing: border-box
}

.subpage.about-page .customers .customer-carousel .owl-nav {
    margin-top: 20px;
    margin-left: 20px;
    display: inline-flex;
    width: 100px;
    justify-content: space-between;
    opacity: .5
}

.subpage.about-page .customers .customer-carousel .owl-nav i {
    font-weight: 900 !important
}

.subpage.about-page .customers .customer-carousel .owl-dots {
    margin-bottom: 40px;
    position: absolute;
    bottom: -30px;
    display: inline-flex;
    right: 100px
}

.subpage.about-page .customers .customer-carousel .owl-dots .owl-dot {
    background: rgba(159, 159, 159, .38) !important;
    margin: 0 5px;
    width: 15px;
    height: 3px;
    border-radius: 10px
}

.subpage.about-page .customers .customer-carousel .owl-dots .owl-dot.active {
    background: #423784 !important
}

.subpage.about-page .customers .customer-carousel .profile {
    display: flex;
    margin-top: 10px
}

.subpage.about-page .customers .customer-carousel .profile p {
    font-size: .875rem
}

.subpage.about-page .customers .customer-carousel .profile .img-wrap {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 6px
}

.subpage.about-page .customers .customer-carousel .profile .img-wrap img {
    width: 100%
}

.subpage.about-page .customers .customer-carousel .profile .info-wrap {
    opacity: .5;
    padding: 15px 20px 0 20px
}

.subpage.about-page .customers .customer-carousel .profile .info-wrap .name {
    text-transform: uppercase;
    font-size: .875rem;
    margin-bottom: 0
}

.subpage.about-page .customers .customer-carousel .profile .info-wrap .designation {
    font-size: .75rem
}

.subpage.about-page .lets-talk-2 {
    margin: 10% auto;
    overflow: hidden
}

.subpage.about-page .lets-talk-2 .slogan-word {
    display: block;
    margin: 100px;
    font-size: 14rem;
    letter-spacing: -10px;
    color: #000;
    font-weight: 700;
    position: relative;
    z-index: 8;
    text-transform: lowercase;
    line-height: 16rem;
    min-width: 1500px
}

.subpage.about-page .lets-talk-2 .slogan-word .circular-name {
    position: absolute;
    right: -100px;
    top: -50px;
    animation: spin 10s infinite linear
}

.subpage.about-page .lets-talk-2 .slogan-word span {
    position: absolute
}

.subpage.about-page .lets-talk-2 .slogan-word span.cl1 {
    left: 0;
    position: relative;
    width: 100%;
    display: block
}

.subpage.about-page .lets-talk-2 .slogan-word span.cl2 {
    left: 40px;
    width: 100%;
    display: block;
    position: relative
}

.subpage.about-page .lets-talk-2 .slogan-word span.cl2 span {
    color: #5a4ac0;
    position: relative
}

.subpage.about-page .lets-talk-2 .text {
    text-align: justify;
    max-width: 520px;
    margin: auto;
    font-weight: 400
}

.subpage.about-page .lets-make {
    margin-bottom: 50px;
    padding-top: 0
}

.subpage.page-404-page .page-404-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh
}

.subpage.page-404-page .page-404-section img {
    margin-bottom: 30px;
    max-width: 150px
}

.subpage.page-404-page .page-404-section p {
    max-width: 300px;
    text-align: center
}

.subpage.products-page .product-banner {
    margin: 10% auto
}

.subpage.products-page .product-banner .slogan-word {
    display: block;
    margin: 100px;
    font-size: 15rem;
    letter-spacing: -10px;
    color: #000;
    font-weight: 700;
    position: relative;
    z-index: 8;
    text-transform: lowercase;
    line-height: 12rem
}

.subpage.products-page .product-banner .slogan-word .circular-name {
    position: absolute;
    right: 200px;
    top: 0;
    width: 150px;
    animation: spin 10s infinite linear
}

.subpage.products-page .product-banner .slogan-word .triangle {
    position: absolute;
    left: 100px;
    bottom: -50px;
    width: 150px
}

.subpage.products-page .product-banner .slogan-word .triangle .triangle-img {
    animation: float 5s infinite linear;
    width: 100%
}

.subpage.products-page .product-banner .slogan-word span {
    position: absolute
}

.subpage.products-page .product-banner .slogan-word span.cl1 {
    left: 100px;
    position: relative;
    width: 100%;
    display: block
}

.subpage.products-page .product-banner .slogan-word span.cl2 {
    left: 400px;
    width: 100%;
    display: block;
    position: relative
}

.subpage.products-page .product-banner .slogan-word span.cl2 span {
    color: #5a4ac0;
    position: relative
}

.subpage.products-page .product-banner .text {
    text-align: center;
    max-width: 500px;
    margin: auto;
    font-weight: 400
}

.subpage.products-page .products-wrap .item-box {
    padding: 30px;
    margin-bottom: 50px
}

.subpage.products-page .products-wrap .item-box .item-wrap {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 17px 16.5px 0 rgba(90, 74, 192, .2);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 30px;
    flex-direction: column;
    text-align: center;
    min-height: 440px;
    transition-duration: .3s
}

.subpage.products-page .products-wrap .item-box .item-wrap:hover {
    transform: scale(1.05);
    box-shadow: 0 17px 20px 0 rgba(90, 74, 192, .5)
}

.subpage.products-page .products-wrap .item-box .item-wrap .icon {
    width: 100px;
    margin-bottom: 20px
}

.subpage.products-page .products-wrap .item-box .item-wrap h3 {
    font-size: 1.5rem;
    min-height: 70px;
    max-width: 280px;
    margin: auto;
    text-align: center
}

.subpage.products-page .products-wrap .item-box .item-wrap p {
    font-weight: 300;
    margin-top: 10px
}

.subpage.products-page .products-wrap .item-box .item-wrap .arrow-round {
    width: 30px;
    display: block;
    transition-duration: .3s;
    margin-top: 20px
}

.subpage.products-page .products-wrap .item-box .item-wrap .arrow-round img {
    width: 100%
}

.subpage.products-page .products-wrap .item-box .item-wrap .arrow-round:hover {
    transform: scale(1.5);
    filter: invert(22%) sepia(45%) saturate(1536%) hue-rotate(220deg) brightness(90%) contrast(93%)
}

.subpage.expertise-page .expertise-banner {
    margin: 7% auto
}

.subpage.expertise-page .expertise-banner .slogan-word {
    display: block;
    margin: 0 auto;
    font-size: 13rem;
    letter-spacing: -10px;
    color: #000;
    font-weight: 700;
    position: relative;
    z-index: 8;
    text-transform: lowercase;
    line-height: 10rem
}

.subpage.expertise-page .expertise-banner .slogan-word .circular-name {
    position: absolute;
    right: 200px;
    top: 0;
    width: 120px;
    animation: spin 10s infinite linear
}

.subpage.expertise-page .expertise-banner .slogan-word .triangle {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px
}

.subpage.expertise-page .expertise-banner .slogan-word .triangle .triangle-img {
    animation: float 5s infinite linear;
    width: 100%
}

.subpage.expertise-page .expertise-banner .slogan-word span {
    position: absolute
}

.subpage.expertise-page .expertise-banner .slogan-word span.cl1 {
    left: 100px;
    position: relative;
    width: 100%;
    display: block
}

.subpage.expertise-page .expertise-banner .slogan-word span.cl2 {
    left: 200px;
    width: 100%;
    display: block;
    position: relative
}

.subpage.expertise-page .expertise-banner .slogan-word span.cl2 span {
    color: #5a4ac0;
    position: relative
}

.subpage.expertise-page .expertise-banner .text {
    text-align: center;
    max-width: 500px;
    margin: auto;
    font-weight: 400
}

.subpage.expertise-page .expertise-wrap .item-box {
    padding: 30px;
    margin-bottom: 50px
}

.center-split-text {
    display: inline-block;
    text-align: center;
    line-height: 1.2
}

@media (min-width:768px) and (max-width:1023px) {
    main .we-are h2 span.cl1.our {
        left: 20% !important
    }

    main .we-are h2 span.cl2.digital {
        left: 30%;
        top: 106px
    }

    main .we-are h2 span.cl3.transformation {
        left: 30%;
        top: 201px
    }

    .center-split-text {
        display: block;
        margin-left: -55px;
        padding-top: 60px;
        text-align: center
    }

    main .we-are h2 span.cl3.intranet {
        top: 0;
        left: 35%;
        -webkit-text-stroke: 0.8px #000;
        background-color: #fff;
        color: #fff
    }
}

@media (min-width:1024px) {
    .center-split-text {
        display: block;
        margin: 40px auto 0;
        padding-top: 60px;
        text-align: center
    }
}

.item-box {
    display: flex;
    width: 100%;
    flex-direction: column
}

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

.item-wrap p {
    flex-grow: 1;
    margin-bottom: 15px
}

.item-wrap .arrow-round {
    margin-top: auto
}

.subpage.expertise-page .expertise-wrap .item-box .item-wrap {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 17px 16.5px 0 rgba(90, 74, 192, .2);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 30px;
    flex-direction: column;
    text-align: center;
    color: #fff;
    min-height: 500px
}

.subpage.expertise-page .expertise-wrap .item-box .item-wrap.violet {
    background: #5a4ac0
}

.subpage.expertise-page .expertise-wrap .item-box .item-wrap.violet .icon {
    animation-delay: 1s
}

.subpage.expertise-page .expertise-wrap .item-box .item-wrap.blue {
    background: #0089f6
}

.subpage.expertise-page .expertise-wrap .item-box .item-wrap.dark-blue {
    background: #422ebe
}

.subpage.expertise-page .expertise-wrap .item-box .item-wrap.dark-blue .icon {
    animation-delay: .5s
}

.subpage.expertise-page .expertise-wrap .item-box .item-wrap.purple {
    background: #b16adb
}

.subpage.expertise-page .expertise-wrap .item-box .item-wrap.light-violet {
    background: #6e43b0
}

.subpage.expertise-page .expertise-wrap .item-box .item-wrap.light-violet .icon {
    animation-delay: .5s
}

.subpage.expertise-page .expertise-wrap .item-box .item-wrap.fade-blue {
    background: #4569ac
}

.subpage.expertise-page .expertise-wrap .item-box .item-wrap.fade-blue .icon {
    animation-delay: 1s
}

.subpage.expertise-page .expertise-wrap .item-box .item-wrap.fade-dark-blue {
    background: #4b57b8
}

.subpage.expertise-page .expertise-wrap .item-box .item-wrap.fade-purple {
    background: #53519d
}

.subpage.expertise-page .expertise-wrap .item-box .item-wrap.fade-purple .icon {
    animation-delay: .5s
}

.subpage.expertise-page .expertise-wrap .item-box .item-wrap.green-shade {
    background: #50c271
}

.subpage.expertise-page .expertise-wrap .item-box .item-wrap.green-shade .icon {
    animation-delay: 1s
}

.subpage.expertise-page .expertise-wrap .item-box .item-wrap.blue-shade {
    background: rgba(0, 137, 246, .7803921569)
}

.subpage.expertise-page .expertise-wrap .item-box .item-wrap.red-shade {
    background: #f07575
}

.subpage.expertise-page .expertise-wrap .item-box .item-wrap.red-shade .icon {
    animation-delay: .5s
}

.subpage.expertise-page .expertise-wrap .item-box .item-wrap.brown-shade {
    background: #c27458
}

.subpage.expertise-page .expertise-wrap .item-box .item-wrap.heavy-blue-shade {
    background: #263948
}

.subpage.expertise-page .expertise-wrap .item-box .item-wrap.heavy-blue-shade .icon {
    animation-delay: .5s
}

.subpage.expertise-page .expertise-wrap .item-box .item-wrap .icon {
    width: 130px;
    margin-bottom: 20px;
    animation: float 5s infinite linear
}

.subpage.expertise-page .expertise-wrap .item-box .item-wrap h3 {
    font-size: 1.5rem;
    min-height: 70px;
    max-width: 220px;
    margin: auto;
    text-align: center
}

.subpage.expertise-page .expertise-wrap .item-box .item-wrap p {
    font-weight: 300;
    margin-top: 10px
}

.subpage.expertise-page .expertise-wrap .item-box .item-wrap a {
    border-radius: 3.5px;
    box-shadow: 0 6px 7px 0 rgba(0, 0, 0, .09);
    background-color: #fff;
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    transition-duration: .3s
}

.subpage.expertise-page .expertise-wrap .item-box .item-wrap a:hover {
    transform: scale(1.2)
}

.subpage.contact-page .contact-banner {
    position: relative
}

.subpage.contact-page .contact-banner .slogan {
    display: block;
    margin: 100px;
    max-width: 600px;
    font-size: 3rem;
    font-weight: 700;
    position: relative;
    z-index: 8;
    text-transform: uppercase
}

.subpage.contact-page .contact-banner .slogan span {
    position: absolute
}

.subpage.contact-page .contact-banner .slogan span.cl1 {
    left: 0;
    position: relative;
    width: 100%;
    display: block
}

.subpage.contact-page .contact-banner .slogan span.cl2 {
    top: 50px;
    left: 0;
    width: 100%;
    display: block
}

.subpage.contact-page .contact-banner .slogan span.cl2 span {
    color: #5a4ac0;
    margin-left: 20px
}

.subpage.contact-page .contact-banner .slogan span.cl3 {
    top: 100px;
    left: 0;
    width: 100%;
    display: block
}

.subpage.contact-page .contact-banner .subtitle {
    margin: 0 100px;
    font-size: 1.25rem
}

.subpage.contact-page .contact-banner .subtitle a {
    color: #5a4ac0
}

.subpage.contact-page .contact-banner .subtitle a:hover {
    color: #422ebe
}

.subpage.contact-page .contact-banner .desc {
    margin: 50px 100px;
    position: relative
}

.subpage.contact-page .contact-banner .sphere-box {
    position: absolute;
    bottom: 150px;
    left: 150px;
    width: 80px
}

.subpage.contact-page .contact-banner .sphere-box img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.contact-page .lets-make .bg-wrap .shape-wrap {
    bottom: auto;
    top: -80px;
    left: 50%
}

.subpage.client-page .client-banner {
    position: relative
}

.subpage.client-page .client-banner .slogan {
    display: block;
    margin: 100px;
    max-width: 600px;
    font-size: 3rem;
    font-weight: 700;
    position: relative;
    z-index: 8;
    text-transform: uppercase
}

.subpage.client-page .client-banner .slogan span {
    position: absolute
}

.subpage.client-page .client-banner .slogan span.cl1 {
    left: 0;
    position: relative;
    width: 100%;
    display: block
}

.subpage.client-page .client-banner .slogan span.cl2 {
    top: 50px;
    left: 0;
    width: 100%;
    display: block
}

.subpage.client-page .client-banner .slogan span.cl2 span {
    color: #5a4ac0;
    margin-left: 20px
}

.subpage.client-page .client-banner .slogan span.cl3 {
    top: 100px;
    left: 0;
    width: 100%;
    display: block
}

.subpage.client-page .client-banner .subtitle {
    margin: 0 100px;
    font-size: 1.25rem
}

.subpage.client-page .client-banner .subtitle a {
    color: #5a4ac0
}

.subpage.client-page .client-banner .subtitle a:hover {
    color: #422ebe
}

.subpage.client-page .client-banner .desc {
    margin: 50px 100px;
    position: relative
}

.subpage.client-page .client-banner .sphere-box {
    position: absolute;
    bottom: -70px;
    left: 100px;
    width: 80px
}

.subpage.client-page .client-banner .sphere-box img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.client-page .bg-wrap {
    position: relative
}

.subpage.client-page .bg-wrap .shape-wrap {
    position: relative;
    bottom: auto;
    top: 180px;
    left: 0;
    max-width: 160px
}

.subpage.client-page .bg-wrap .shape-wrap img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.client-page .count-sec .count-wrap {
    padding: 50px auto;
    position: relative
}

.subpage.client-page .count-sec .count-wrap .boxes {
    padding: 45px;
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: relative
}

.subpage.client-page .count-sec .count-wrap .boxes .bx {
    max-width: 150px;
    text-align: center
}

.subpage.client-page .count-sec .count-wrap .boxes .bx h3 {
    font-size: 3.5rem
}

.subpage.client-page .count-sec .count-wrap .shape-1 {
    position: absolute;
    max-width: 120px;
    left: 100px;
    top: 700px
}

.subpage.client-page .count-sec .count-wrap .shape-1 img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.client-page .count-sec .count-wrap .shape-2 {
    position: absolute;
    max-width: 90px;
    right: 50px;
    top: -1000px
}

.subpage.client-page .count-sec .count-wrap .shape-2 img {
    width: 100%;
    animation: float 4s infinite linear
}

@media (max-width:768px) {
    main .csc .para-1 {
        max-width: 700px
    }

    .shape-2 {
        display: none !important
    }

    main .banner-section .content-wrap .content--layout-2 .icon-whatsapp {
        right: 120px !important
    }

    main .banner-section .content-wrap .bg-text.custom {
        bottom: -20px
    }
}

.subpage.client-page .count-sec .count-wrap .shape-3 {
    position: absolute;
    max-width: 70px;
    right: 30%;
    top: -20px
}

.subpage.client-page .count-sec .count-wrap .shape-3 img {
    width: 100%;
    animation: float 3s infinite linear
}

.subpage.client-page .count-sec .count-wrap .shape-4 {
    position: absolute;
    max-width: 100px;
    right: 150px;
    bottom: -750px
}

.subpage.client-page .count-sec .count-wrap .shape-4 img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.client-page .count-sec .count-wrap .shape-5 {
    position: absolute;
    max-width: 100px;
    left: 150px;
    bottom: 600px
}

.subpage.client-page .count-sec .count-wrap .shape-5 img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.client-page .customers {
    padding: 5% 0;
    position: relative;
    background: #fff
}

.subpage.client-page .customers h2.heading {
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
    margin-top: 100px
}

.subpage.client-page .customers h2.heading span {
    color: #5a4ac0
}

.subpage.client-page .customers h2.heading .cube-box {
    position: absolute;
    right: 20%;
    max-width: 100px
}

.subpage.client-page .customers h2.heading .cube-box img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.client-page .customers p.description {
    text-align: center;
    opacity: .5;
    font-weight: 600
}

.subpage.client-page .customers .arrow-down {
    display: flex;
    margin: 20px auto;
    max-height: 60px;
    justify-content: center
}

.subpage.client-page .customers .arrow-down img {
    height: 100%;
    max-height: 60px
}

.subpage.client-page .customers .cutomer-list {
    padding: 0;
    list-style-type: none;
    display: flex;
    max-width: 1000px;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center
}

.subpage.client-page .customers .cutomer-list li {
    max-width: 25%;
    max-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center
}

.subpage.client-page .customers .cutomer-list li a {
    position: relative;
    display: inline-flex;
    transition-duration: .3s;
    padding: 30px
}

.subpage.client-page .customers .cutomer-list li a img {
    max-width: 100%;
    max-height: 70px;
    width: auto
}

.subpage.client-page .customers .cutomer-list li a:hover {
    transform: scale(1.2)
}

.subpage.client-page .customers .action-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px
}

.subpage.client-page .customers .action-wrap .action-btn {
    text-align: center;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    padding-bottom: 2px;
    border-bottom: 2px solid #000
}

.subpage.client-page .shape-box {
    position: absolute;
    right: 5%;
    top: 20%;
    max-width: 100px
}

.subpage.client-page .shape-box img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.cases-page .cases-banner {
    position: relative
}

.subpage.cases-page .cases-banner .slogan {
    display: block;
    margin: 100px;
    max-width: 600px;
    font-size: 3rem;
    font-weight: 700;
    position: relative;
    z-index: 8;
    text-transform: uppercase
}

.subpage.cases-page .cases-banner .slogan span {
    position: absolute
}

.subpage.cases-page .cases-banner .slogan span.cl1 {
    left: 0;
    position: relative;
    width: 100%;
    display: block
}

.subpage.cases-page .cases-banner .slogan span.cl2 {
    top: 50px;
    left: 0;
    width: 100%;
    display: block
}

.subpage.cases-page .cases-banner .slogan span.cl2 span {
    color: #5a4ac0;
    margin-left: 20px
}

.subpage.cases-page .cases-banner .slogan span.cl3 {
    top: 100px;
    left: 0;
    width: 100%;
    display: block
}

.subpage.cases-page .cases-banner .subtitle {
    margin: 0 100px;
    font-size: 1.25rem
}

.subpage.cases-page .cases-banner .subtitle a {
    color: #5a4ac0
}

.subpage.cases-page .cases-banner .subtitle a:hover {
    color: #422ebe
}

.subpage.cases-page .cases-banner .desc {
    margin: 50px 100px;
    position: relative
}

.subpage.cases-page .cases-banner .sphere-box {
    position: absolute;
    bottom: -39px;
    left: 22px;
    width: 80px
}

.subpage.cases-page .cases-banner .sphere-box img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.cases-page .bg-wrap {
    position: relative
}

.subpage.cases-page .bg-wrap .shape-wrap {
    position: relative;
    bottom: auto;
    top: 180px;
    left: 0;
    max-width: 160px
}

.subpage.cases-page .bg-wrap .shape-wrap img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.cases-page .count-sec .count-wrap {
    padding: 50px auto;
    position: relative
}

.subpage.cases-page .count-sec .count-wrap .boxes {
    padding: 45px;
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: relative
}

.subpage.cases-page .count-sec .count-wrap .boxes .bx {
    max-width: 150px;
    text-align: center
}

.subpage.cases-page .count-sec .count-wrap .boxes .bx h3 {
    font-size: 3.5rem
}

.subpage.cases-page .count-sec .count-wrap .shape-1 {
    position: absolute;
    max-width: 120px;
    left: 100px;
    top: 700px
}

.subpage.cases-page .count-sec .count-wrap .shape-1 img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.cases-page .count-sec .count-wrap .shape-2 {
    position: absolute;
    max-width: 90px;
    right: 50px;
    top: -1000px
}

.subpage.cases-page .count-sec .count-wrap .shape-2 img {
    width: 100%;
    animation: float 4s infinite linear
}

.subpage.cases-page .count-sec .count-wrap .shape-3 {
    position: absolute;
    max-width: 70px;
    right: 30%;
    top: -20px
}

.subpage.cases-page .count-sec .count-wrap .shape-3 img {
    width: 100%;
    animation: float 3s infinite linear
}

.subpage.cases-page .count-sec .count-wrap .shape-4 {
    position: absolute;
    max-width: 100px;
    right: 150px;
    bottom: -750px
}

.subpage.cases-page .count-sec .count-wrap .shape-4 img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.cases-page .count-sec .count-wrap .shape-5 {
    position: absolute;
    max-width: 100px;
    left: 150px;
    bottom: 600px
}

.subpage.cases-page .count-sec .count-wrap .shape-5 img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.cases-page .customers {
    padding: 5% 0;
    position: relative;
    background: #fff
}

.subpage.cases-page .customers h2.heading {
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
    margin-top: 100px
}

.subpage.cases-page .customers h2.heading span {
    color: #5a4ac0
}

.subpage.cases-page .customers h2.heading .cube-box {
    position: absolute;
    right: 20%;
    max-width: 100px
}

.subpage.cases-page .customers h2.heading .cube-box img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.cases-page .customers p.description {
    text-align: center;
    opacity: .5;
    font-weight: 600
}

.subpage.cases-page .customers .arrow-down {
    display: flex;
    margin: 20px auto;
    max-height: 60px;
    justify-content: center
}

.subpage.cases-page .customers .arrow-down img {
    height: 100%;
    max-height: 60px
}

.subpage.cases-page .customers .cutomer-list {
    padding: 0;
    list-style-type: none;
    display: flex;
    max-width: 1000px;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center
}

.subpage.cases-page .customers .cutomer-list li {
    max-width: 25%;
    max-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center
}

.subpage.cases-page .customers .cutomer-list li a {
    position: relative;
    display: inline-flex;
    transition-duration: .3s;
    padding: 30px
}

.subpage.cases-page .customers .cutomer-list li a img {
    max-width: 100%;
    max-height: 70px;
    width: auto
}

.subpage.cases-page .customers .cutomer-list li a:hover {
    transform: scale(1.2)
}

.subpage.cases-page .customers .action-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px
}

.subpage.cases-page .customers .action-wrap .action-btn {
    text-align: center;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    padding-bottom: 2px;
    border-bottom: 2px solid #000
}

.subpage.cases-page .shape-box {
    position: absolute;
    right: 5%;
    top: 20%;
    max-width: 100px
}

.subpage.cases-page .shape-box img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.case-details-page .case-details-section {
    padding-top: 10%
}

.subpage.case-details-page .case-details-section .back {
    text-decoration: none;
    color: #9c9c9c
}

.subpage.case-details-page .case-details-section .title {
    margin-bottom: 20px !important;
    position: relative
}

.subpage.case-details-page .case-details-section .title .shape-box {
    position: absolute;
    top: -150px;
    left: 20%;
    width: 120px
}

.subpage.case-details-page .case-details-section .title .shape-box img {
    width: 100%;
    animation: float 4s infinite linear
}

.subpage.case-details-page .case-details-section .desc {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    text-align: justify
}

.subpage.case-details-page .case-details-section .desc .shape-box {
    position: absolute;
    top: -50px;
    right: 2%;
    width: 70px
}

.subpage.case-details-page .case-details-section .desc .shape-box img {
    width: 100%;
    animation: float 4s infinite linear
}

.subpage.case-details-page .case-details-section .img-wrap {
    margin: 20px auto 50px
}

.subpage.case-details-page .case-details-section .img-wrap img {
    width: 100%
}

.subpage.case-details-page .case-details-section .list-box {
    display: flex;
    padding: 0;
    list-style-type: none;
    margin: 20px auto
}

.subpage.case-details-page .case-details-section .list-box li {
    width: 25%;
    margin-top: 0
}

.subpage.case-details-page .case-details-section .list-box li h4 {
    font-size: 1rem;
    color: #9c9c9c
}

.subpage.case-details-page .case-details-section .list-box li h3 {
    font-size: 1.25rem
}

.subpage.case-details-page .case-details-section .list-box li a {
    color: #5a4ac0;
    text-decoration: none
}

.subpage.case-details-page .case-details-section .list-box li a:hover {
    color: #422ebe
}

.subpage.case-details-page .case-details-section .boxes {
    display: flex;
    justify-content: space-between
}

.subpage.case-details-page .case-details-section .boxes .box {
    width: 48%
}

.subpage.case-details-page .case-details-section .boxes .box img {
    width: 100%;
    height: 100%
}

.subpage.case-details-page .lets-make .bg-wrap .shape-wrap {
    bottom: auto;
    top: -100px;
    left: 70%;
    max-width: 110px
}

.subpage.case-details-page .lets-make .bg-wrap .cube-wrap {
    position: absolute;
    bottom: auto;
    top: -60px;
    left: 30%;
    max-width: 100px
}

.subpage.case-details-page .lets-make .bg-wrap .cube-wrap .cube {
    width: 100%
}

.services-page {
    padding-top: 0
}

.subpage.services-page .service-banner .box-wrapper .text-content {
    padding-top: 9rem;
    padding-bottom: 6rem;
    z-index: 2
}

.subpage.services-page .service-banner .banner-row {
    position: relative
}

.subpage.services-page .service-banner .side-box .side-image-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

@media screen and (max-width:768px) {
    main .we-are h2 span.cl3 {
        top: 100%
    }

    main .we-are-2 .align-left .shape-5 {
        right: 10%;
        top: 20%
    }

    .subpage.services-page .service-banner .side-box .side-image-container {
        position: absolute;
        top: auto !important;
        bottom: 0;
        right: 0;
        z-index: 1
    }

    .main-title {
        font-size: 34px !important
    }

    .sub-title {
        font-size: 24px !important
    }

    .description {
        font-size: 14px !important
    }

    .desc {
        font-size: 14px !important
    }
}

.subpage.services-page .service-banner .side-box .side-image-container img {
    width: 100%;
    height: 100%
}

.subpage.services-page .service-banner .box-wrapper {
    position: relative;
    min-height: 800px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.subpage.services-page .service-banner .box-wrapper.min-h-100 {
    min-height: 100% !important
}

.subpage.services-page .service-banner .box-wrapper .back-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #423784;
    text-decoration: none;
    left: 0;
    top: 0;
    transition-duration: .3s
}

.subpage.services-page .service-banner .box-wrapper .back-btn:hover {
    transform: scale(1.2)
}

.subpage.services-page .service-banner .box-wrapper .purple-box {
    min-height: 800px;
    width: 100%;
    top: -10%;
    position: absolute;
    background: #5a4ac0;
    transform: skewY(-5deg);
    z-index: -2
}

.subpage.services-page .service-banner .box-wrapper .text-div {
    color: #fff;
    position: relative;
    min-height: 300px;
    top: -30px
}

.subpage.services-page .service-banner .box-wrapper .text-div .main-text {
    -webkit-text-stroke: 1.5px #fff;
    font-family: CircularStd;
    font-size: 6rem;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: .47;
    letter-spacing: -3.53px;
    color: rgba(255, 255, 255, 0)
}

.subpage.services-page .service-banner .box-wrapper .text-div .sub-text {
    position: relative;
    margin: 20px auto;
    left: 100px
}

.subpage.services-page .service-banner .box-wrapper .text-div .desc {
    max-width: 470px;
    font-weight: 300;
    position: relative;
    left: 223px
}

.subpage.services-page .service-banner .box-wrapper .text-div .desc b {
    font-size: 20px;
    font-weight: 600
}

.subpage.services-page .service-banner .box-wrapper .text-div .shape-box-1 {
    position: absolute;
    max-width: 200px;
    bottom: -50px;
    left: 0
}

.subpage.services-page .service-banner .box-wrapper .text-div .shape-box-1 img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.services-page .service-banner .box-wrapper .text-div .leaf-box-1 {
    position: absolute;
    max-width: 120px;
    bottom: 50px;
    right: -200px;
    z-index: -1
}

.subpage.services-page .service-banner .box-wrapper .text-div .leaf-box-1 img {
    width: 100%;
    animation: float 4s infinite linear
}

.subpage.services-page .service-banner .box-wrapper .text-div .leaf-box-3 {
    position: absolute;
    max-width: 80px;
    bottom: 0;
    right: -250px;
    z-index: -2
}

.subpage.services-page .service-banner .box-wrapper .text-div .leaf-box-3 img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.services-page .service-banner .box-wrapper .text-div .leaf-box-2 {
    position: absolute;
    max-width: 120px;
    top: 0;
    left: -100px;
    z-index: -2
}

.subpage.services-page .service-banner .box-wrapper .text-div .leaf-box-2 img {
    width: 100%;
    animation: float 6s infinite linear
}

.subpage.services-page .service-banner .box-wrapper .text-div .android-box {
    position: absolute;
    max-width: 80px;
    bottom: 0;
    left: -160px;
    z-index: -2
}

.subpage.services-page .service-banner .box-wrapper .text-div .android-box img {
    width: 100%;
    animation: float 7s infinite linear;
    animation-delay: 2s
}

.subpage.services-page .service-banner .box-wrapper .text-div .appstore-box {
    position: absolute;
    max-width: 80px;
    top: -100px;
    right: -150px;
    z-index: -2
}

.subpage.services-page .service-banner .box-wrapper .text-div .appstore-box img {
    width: 100%;
    animation: float 7s infinite linear;
    animation-delay: 1s
}

.subpage.services-page .service-banner .box-wrapper .shape-box-a1 {
    position: absolute;
    max-width: 160px;
    top: 150px;
    left: 50%;
    z-index: -1
}

.subpage.services-page .service-banner .box-wrapper .shape-box-a1 img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.services-page .service-banner .box-wrapper .shape-box-a2 {
    position: absolute;
    max-width: 100px;
    bottom: 150px;
    left: 10%;
    z-index: -1
}

.subpage.services-page .service-banner .box-wrapper .shape-box-a2 img {
    width: 100%;
    animation: float 4s infinite linear
}

.subpage.services-page .service-banner .box-wrapper .shape-box-a3 {
    position: absolute;
    max-width: 150px;
    bottom: 0;
    left: 20%;
    z-index: -1
}

.subpage.services-page .service-banner .box-wrapper .shape-box-a3 img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.services-page .service-banner .box-wrapper .shape-box-a4 {
    position: absolute;
    max-width: 120px;
    bottom: 80px;
    right: 30%;
    z-index: -1
}

.subpage.services-page .service-banner .box-wrapper .shape-box-a4 img {
    width: 100%;
    animation: float 6s infinite linear
}

.subpage.services-page .service-banner-2 .box-wrapper {
    position: relative;
    min-height: 800px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.subpage.services-page .service-banner-2 .box-wrapper .back-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #423784;
    text-decoration: none;
    left: 0;
    top: 0;
    transition-duration: .3s
}

.subpage.services-page .service-banner-2 .box-wrapper .back-btn:hover {
    transform: scale(1.2)
}

.subpage.services-page .service-banner-2 .box-wrapper .purple-box {
    min-height: 800px;
    width: 100%;
    top: -10%;
    position: absolute;
    background: #5a4ac0;
    transform: skewY(-5deg);
    z-index: -2
}

.subpage.services-page .service-banner-2 .box-wrapper .text-div {
    color: #fff;
    position: relative;
    min-height: 300px;
    top: -30px
}

.subpage.services-page .service-banner-2 .box-wrapper .text-div .main-text {
    -webkit-text-stroke: 1.5px #fff;
    font-family: CircularStd;
    font-size: 6rem;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -3.53px;
    color: rgba(255, 255, 255, 0);
    text-transform: capitalize
}

.subpage.services-page .service-banner-2 .box-wrapper .text-div .main-text span {
    display: block;
    position: relative
}

.subpage.services-page .service-banner-2 .box-wrapper .text-div .main-text span:nth-child(2) {
    left: 100px
}

.subpage.services-page .service-banner-2 .box-wrapper .text-div .sub-text {
    position: relative;
    margin: 20px auto;
    left: 50%;
    text-align: center;
    transform: translateX(-50%) !important
}

.subpage.services-page .service-banner-2 .box-wrapper .text-div .desc {
    max-width: 470px;
    font-weight: 300;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.subpage.services-page .service-banner-2 .box-wrapper .text-div .desc b {
    font-weight: 600;
    font-size: 20px
}

.subpage.services-page .service-banner-2 .box-wrapper .text-div .shape-box-1 {
    position: absolute;
    max-width: 200px;
    bottom: -250px;
    left: 50%;
    transform: translateX(-50%) !important
}

.subpage.services-page .service-banner-2 .box-wrapper .text-div .shape-box-1 img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.services-page .service-banner-2 .box-wrapper .text-div .calculator-box {
    position: absolute;
    max-width: 80px;
    top: -50px;
    right: -100px;
    z-index: -2
}

.subpage.services-page .service-banner-2 .box-wrapper .text-div .calculator-box img {
    width: 100%;
    animation: float 7s infinite linear;
    animation-delay: 2s
}

.subpage.services-page .service-banner-2 .box-wrapper .text-div .atr-box {
    position: absolute;
    max-width: 80px;
    top: 100px;
    right: -150px;
    z-index: -2
}

.subpage.services-page .service-banner-2 .box-wrapper .text-div .atr-box img {
    width: 100%;
    animation: float 7s infinite linear;
    animation-delay: 1s
}

.subpage.services-page .service-banner-2 .box-wrapper .shape-box-a1 {
    position: absolute;
    max-width: 160px;
    top: 150px;
    left: 10%;
    z-index: -1
}

.subpage.services-page .service-banner-2 .box-wrapper .shape-box-a1 img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.services-page .service-banner-2 .box-wrapper .shape-box-a2 {
    position: absolute;
    max-width: 100px;
    bottom: 240px;
    left: 10%;
    z-index: -1
}

.subpage.services-page .service-banner-2 .box-wrapper .shape-box-a2 img {
    width: 100%;
    animation: float 4s infinite linear
}

.subpage.services-page .service-banner-2 .box-wrapper .shape-box-a3 {
    position: absolute;
    max-width: 150px;
    bottom: 0;
    left: 20%;
    z-index: -1
}

.subpage.services-page .service-banner-2 .box-wrapper .shape-box-a3 img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.services-page .service-banner-2 .box-wrapper .shape-box-a4 {
    position: absolute;
    max-width: 120px;
    bottom: 50px;
    right: 6%;
    z-index: -1
}

.subpage.services-page .service-banner-2 .box-wrapper .shape-box-a4 img {
    width: 100%;
    animation: float 6s infinite linear
}

.subpage.services-page .service-banner-2 .box-wrapper .shape-box-a5 {
    position: absolute;
    max-width: 60px;
    bottom: 40%;
    left: 30%;
    z-index: -1
}

.subpage.services-page .service-banner-2 .box-wrapper .shape-box-a5 img {
    width: 100%;
    animation: float 6s infinite linear
}

.subpage.services-page .service-banner-2 .box-wrapper .leaf-box-1 {
    position: absolute;
    max-width: 120px;
    bottom: 50px;
    left: 14%;
    z-index: -1
}

.subpage.services-page .service-banner-2 .box-wrapper .leaf-box-1 img {
    width: 100%;
    animation: float 4s infinite linear
}

.subpage.services-page .service-banner-2 .box-wrapper .leaf-box-3 {
    position: absolute;
    max-width: 80px;
    bottom: 30%;
    right: 25%;
    z-index: -1
}

.subpage.services-page .service-banner-2 .box-wrapper .leaf-box-3 img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.services-page .service-banner-2 .box-wrapper .leaf-box-2 {
    position: absolute;
    max-width: 120px;
    bottom: 110px;
    left: 7%;
    z-index: 1
}

.subpage.services-page .service-banner-2 .box-wrapper .leaf-box-2 img {
    width: 100%;
    animation: float 6s infinite linear
}

.subpage.services-page .service-banner-2 .box-wrapper .leaf-box-4 {
    position: absolute;
    max-width: 60px;
    bottom: 28%;
    right: 20%;
    z-index: -2
}

.subpage.services-page .service-banner-2 .box-wrapper .leaf-box-4 img {
    width: 100%;
    animation: float 6s infinite linear
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div {
    position: relative
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .title-txt {
    text-align: center;
    font-family: circular, sans-serif;
    font-weight: 100;
    font-size: 6rem;
    line-height: 7rem;
    margin: 150px auto
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .title-txt .rellax-h:first-of-type {
    position: relative;
    left: -5%
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .title-txt .rellax-h:nth-of-type(2) {
    position: relative;
    left: 3%
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .title-txt .rellax-h:nth-of-type(3) {
    position: relative;
    left: 7%
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .title-txt .rellax-h span {
    font-weight: 600;
    font-style: italic;
    position: relative;
    display: inline-block
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .title-txt .rellax-h span .svg-mask {
    width: 100%;
    overflow: hidden;
    display: block;
    transition-duration: 1s;
    position: absolute;
    left: 0;
    bottom: -45px
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .title-txt .rellax-h span .svg-mask.payment.pillars {
    width: 37%;
    overflow: hidden;
    display: block;
    transition-duration: 1s;
    position: absolute;
    left: 32%;
    bottom: -45px;
    text-align: center
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .title-txt .rellax-h span .svg-mask .green-line {
    height: 10px
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .title-txt .rellax-h span .svg-mask .red-line {
    height: 14px
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .title-txt .rellax-h span .svg-mask .blue-line {
    height: 10px
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .title-txt .rellax-h span .svg-mask .purple-line {
    height: auto
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .title-txt .rellax-h span .svg-mask.active {
    width: 79%
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .top-location-div {
    position: absolute;
    top: -40px;
    right: 15%;
    display: flex;
    align-items: center;
    width: 100px;
    height: 100px;
    z-index: 8
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .top-location-div .location-txt {
    transform: rotate(0);
    transition: transform .7s linear;
    position: relative;
    width: 100%;
    animation: spin 20s linear infinite
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .top-location-div .location-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 25%
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div {
    position: relative;
    height: 620px;
    margin-top: 200px
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .layer {
    width: 100%
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .layer1 {
    position: absolute;
    width: 75%;
    right: 12%;
    z-index: 1;
    bottom: -10rem
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .layer2 {
    position: absolute;
    width: 75%;
    right: 12%;
    z-index: 2;
    bottom: 0
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .layer3 {
    position: absolute;
    width: 62%;
    right: -14%;
    z-index: 3;
    bottom: 0;
    top: 26%;
    left: 0;
    margin: 0 auto
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .layer4 {
    position: absolute;
    width: 20%;
    right: 35%;
    z-index: 0;
    bottom: 0;
    top: -2%;
    left: 0;
    margin: 0 auto
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .layer5 {
    position: absolute;
    width: 11%;
    z-index: 0;
    bottom: 0;
    top: 10%;
    margin: 0 auto;
    right: 35%;
    animation: float 5s ease-in-out infinite
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .layer6 {
    position: absolute;
    width: 5%;
    z-index: 0;
    bottom: 0;
    top: 16%;
    margin: 0 auto;
    left: 11%;
    animation: float 5s ease-in-out infinite
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .layer7 {
    position: absolute;
    width: 3%;
    z-index: 0;
    bottom: 0;
    top: 16%;
    margin: 0 auto;
    right: 20%;
    animation: float 7s ease-in-out infinite
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .layer8 {
    position: absolute;
    width: 3%;
    z-index: 0;
    bottom: 0;
    top: 25%;
    margin: 0 auto;
    left: 19%;
    animation: float 3s ease-in-out infinite
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .layer9 {
    position: absolute;
    width: 2%;
    z-index: 0;
    bottom: 0;
    top: 28%;
    margin: 0 auto;
    left: 26%;
    animation: float 4s ease-in-out infinite
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .layer10 {
    position: absolute;
    width: 3%;
    z-index: 0;
    bottom: 0;
    top: 6%;
    margin: 0 auto;
    right: 9rem;
    left: 0;
    animation: float 5s ease-in-out infinite
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .layer11 {
    position: absolute;
    width: 2%;
    z-index: 0;
    bottom: 0;
    top: 3%;
    margin: 0 auto;
    right: 8rem;
    left: 8%;
    animation: float 3s ease-in-out infinite
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .layer12 {
    position: absolute;
    width: 3%;
    z-index: 0;
    bottom: 0;
    top: 28%;
    margin: 0 auto;
    right: 12%;
    animation: float 4s ease-in-out infinite
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .layer13 {
    position: absolute;
    width: 15%;
    z-index: 7;
    bottom: 0;
    top: 53%;
    margin: 0 auto;
    left: 0;
    animation: float 8s ease-in-out infinite
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .layer14 {
    position: absolute;
    width: 27%;
    z-index: 5;
    bottom: 0;
    top: 19%;
    margin: 0 auto;
    left: 0;
    right: -34%;
    animation: float 9s ease-in-out infinite
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .layer15 {
    position: absolute;
    width: 24%;
    z-index: 5;
    bottom: 0;
    top: 58%;
    margin: 0 auto;
    left: 0;
    right: -84%;
    animation: float 10s ease-in-out infinite
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .text-box {
    font-size: 3rem;
    font-weight: 300;
    position: absolute;
    top: -150px;
    left: 200px
}

.subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .text-box span {
    font-weight: 600;
    font-style: italic
}

.subpage.services-page .values-live {
    margin-top: 150px
}

.subpage.services-page .values-live .slogan {
    display: block;
    margin: 100px;
    max-width: 600px;
    font-size: 3rem;
    font-weight: 700;
    position: relative;
    z-index: 8;
    text-transform: uppercase
}

.subpage.services-page .values-live .slogan span {
    position: absolute
}

.subpage.services-page .values-live .slogan span.cl1 {
    left: 0;
    position: relative;
    width: 100%;
    display: block
}

.subpage.services-page .values-live .slogan span.cl1 span {
    color: #5a4ac0;
    position: relative
}

.subpage.services-page .values-live .slogan span.cl2 {
    left: 100px;
    width: 100%;
    display: block;
    position: relative
}

.subpage.services-page .values-live .slogan span.cl2 span {
    color: #5a4ac0;
    position: relative
}

.subpage.services-page .values-live .boxes-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: auto
}

.subpage.services-page .values-live .boxes-wrap .cont-box {
    margin-top: 0;
    width: 30%;
    position: relative
}

.subpage.services-page .values-live .boxes-wrap .cont-box h3 {
    max-width: 230px
}

.subpage.services-page .values-live .boxes-wrap .cont-box h5 {
    text-transform: uppercase;
    opacity: .7;
    font-size: 1rem;
    margin: 25px 0
}

.subpage.services-page .values-live .boxes-wrap .cont-box p {
    max-width: 230px
}

.subpage.services-page .values-live .boxes-wrap .cont-box .element {
    position: absolute;
    top: -100px
}

.subpage.services-page .values-live .boxes-wrap .cont-box .element .cube {
    max-width: 70px;
    position: relative;
    right: -30px;
    animation: float 4s infinite linear
}

.subpage.services-page .values-live .slogan2 {
    display: block;
    margin: 100px;
    max-width: 600px;
    font-size: 5rem;
    font-weight: 600;
    position: relative;
    z-index: 8;
    text-transform: none;
    letter-spacing: -4px
}

.subpage.services-page .values-live .slogan2 span.cl1 {
    left: 0 !important;
    position: relative;
    width: 100%;
    display: block
}

.subpage.services-page .values-live .slogan2 span.cl1 span {
    color: #5a4ac0;
    position: relative
}

.subpage.services-page .values-live .slogan2 span.cl2 {
    left: 100px;
    width: 100%;
    display: block;
    position: relative
}

.subpage.services-page .values-live .slogan2 span.cl2 span {
    color: #5a4ac0;
    position: relative
}

.subpage.services-page .values-live .content-box-wrap {
    position: relative;
    min-height: 500px
}

.subpage.services-page .values-live .content-box-wrap .img-box-1 {
    position: absolute;
    right: 0;
    max-width: 250px;
    top: -200px;
    right: 20%
}

.subpage.services-page .values-live .content-box-wrap .img-box-1 img {
    width: 100%;
    height: auto;
    animation: float 4s ease-in-out infinite
}

.subpage.services-page .values-live .content-box-wrap .customer-review {
    border-radius: 21px;
    box-shadow: 0 11px 7px 0 rgba(230, 177, 9, .3);
    border: solid 3px #ffd619;
    position: absolute;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    right: 45%;
    padding: 20px;
    text-align: center
}

.subpage.services-page .values-live .content-box-wrap .customer-review h3 {
    font-size: 3rem;
    color: #e6af08
}

.subpage.services-page .values-live .content-box-wrap .customer-review p {
    text-transform: uppercase
}

.subpage.services-page .values-live .content-box-wrap .img-box-2 {
    position: absolute;
    right: 0;
    max-width: 80px;
    left: 30%
}

.subpage.services-page .values-live .content-box-wrap .img-box-2 img {
    width: 100%;
    animation: float 5s ease-in-out infinite
}

.subpage.services-page .values-live .content-box-wrap .shape-1 {
    position: absolute;
    max-width: 120px;
    top: 100px;
    right: 3%
}

.subpage.services-page .values-live .content-box-wrap .shape-1 img {
    width: 100%;
    height: 100%;
    animation: float 6s ease-in-out infinite
}

.subpage.services-page .values-live .content-box-wrap .content-text {
    text-align: center;
    font-size: 1.5rem;
    max-width: 800px;
    margin: auto;
    position: relative;
    padding-top: 200px
}

.subpage.services-page .values-live .content-box-wrap .content-text .img-box-3 {
    max-width: 800px;
    position: relative;
    left: -200px
}

.subpage.services-page .values-live .content-box-wrap .content-text .img-box-3 img {
    width: 100%
}

.subpage.services-page .values-live .content-box-wrap .content-text .text-2 {
    position: absolute;
    top: 648px;
    text-align: center
}

.subpage.services-page .count-sec .count-wrap {
    padding: 50px auto;
    position: relative
}

.subpage.services-page .count-sec .count-wrap .boxes {
    padding: 45px;
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: relative
}

.subpage.services-page .count-sec .count-wrap .boxes .bx {
    max-width: 150px;
    text-align: center
}

.subpage.services-page .count-sec .count-wrap .boxes .bx h3 {
    font-size: 3.5rem
}

.subpage.services-page .count-sec .count-wrap .shape-1 {
    position: absolute;
    max-width: 120px;
    left: 100px;
    top: 700px
}

.subpage.services-page .count-sec .count-wrap .shape-1 img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.services-page .count-sec .count-wrap .shape-2 {
    position: absolute;
    max-width: 90px;
    right: 50px;
    top: -1000px
}

.subpage.services-page .count-sec .count-wrap .shape-2 img {
    width: 100%;
    animation: float 4s infinite linear
}

.subpage.services-page .count-sec .count-wrap .shape-3 {
    position: absolute;
    max-width: 70px;
    right: 30%;
    top: -20px
}

.subpage.services-page .count-sec .count-wrap .shape-3 img {
    width: 100%;
    animation: float 3s infinite linear
}

.subpage.services-page .count-sec .count-wrap .shape-4 {
    position: absolute;
    max-width: 100px;
    right: 150px;
    bottom: -750px
}

.subpage.services-page .count-sec .count-wrap .shape-4 img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.services-page .count-sec .count-wrap .shape-5 {
    position: absolute;
    max-width: 100px;
    left: 150px;
    bottom: 600px
}

.subpage.services-page .count-sec .count-wrap .shape-5 img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.services-page .lets-talk {
    margin: 10% auto
}

.subpage.services-page .lets-talk .slogan-word {
    display: block;
    margin: 100px auto;
    font-size: 12rem;
    letter-spacing: -10px;
    color: #000;
    font-weight: 700;
    position: relative;
    z-index: 8;
    text-transform: lowercase;
    line-height: 11rem;
    text-align: center
}

.subpage.services-page .lets-talk .slogan-word .circular-name {
    position: absolute;
    top: -150px;
    right: 170px;
    animation: spin 10s infinite linear
}

.subpage.services-page .lets-talk .slogan-word span {
    position: absolute
}

.subpage.services-page .lets-talk .slogan-word span.cl1 {
    left: 30px;
    text-align: center;
    position: relative;
    width: 100%;
    display: block
}

.subpage.services-page .lets-talk .slogan-word span.cl2 {
    width: 100%;
    display: block;
    position: relative
}

.subpage.services-page .lets-talk .slogan-word span.cl2 span {
    color: #5a4ac0;
    position: relative
}

.subpage.services-page .lets-talk .text {
    text-align: center;
    max-width: 540px;
    margin: auto;
    font-weight: 400
}

.subpage.services-page .lets-talk .element {
    position: absolute;
    top: -100px
}

.subpage.services-page .lets-talk .element .triangle {
    max-width: 150px;
    position: relative;
    left: 100px;
    animation: float 5s infinite linear
}

.subpage.services-page .products-wrap {
    margin-bottom: 50px
}

.subpage.services-page .products-wrap .item-box {
    padding: 30px;
    margin-bottom: 50px
}

.subpage.services-page .products-wrap .item-box .item-wrap {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 17px 16.5px 0 rgba(90, 74, 192, .2);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 30px;
    flex-direction: column;
    text-align: center;
    min-height: 390px;
    transition-duration: .3s
}

.subpage.services-page .products-wrap .item-box .item-wrap .icon {
    width: 40px;
    margin-bottom: 20px
}

.subpage.services-page .products-wrap .item-box .item-wrap h3 {
    font-size: 1.5rem;
    min-height: 70px;
    max-width: 200px;
    margin: auto;
    text-align: center
}

.subpage.services-page .products-wrap .item-box .item-wrap p {
    font-weight: 300;
    margin-top: 10px
}

.subpage.services-page .products-wrap .item-box .item-wrap .arrow-round {
    width: 30px;
    display: block;
    transition-duration: .3s;
    margin-top: 20px
}

.subpage.services-page .products-wrap .item-box .item-wrap .arrow-round img {
    width: 100%
}

.subpage.services-page .products-wrap .item-box .item-wrap .arrow-round:hover {
    transform: scale(1.5);
    filter: invert(22%) sepia(45%) saturate(1536%) hue-rotate(220deg) brightness(90%) contrast(93%)
}

.subpage.services-page .products-wrap .item-box .item-wrap:hover {
    transform: scale(1.05);
    box-shadow: 0 17px 20px 0 rgba(90, 74, 192, .5)
}

@media (min-width:768px) and (max-width:1440px) {
    .subpage.services-page .service-banner-3 .box-wrapper .slider-div .title-txt .rellax-h:nth-of-type(2) {
        left: 0 !important
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div .title-txt .rellax-h:nth-of-type(2) {
        position: relative;
        left: 0
    }

    .subpage.expertise-page .expertise-wrap .item-box .item-wrap {
        padding: 40px 20px
    }

    .subpage.expertise-page .expertise-wrap .item-box .item-wrap h3 {
        max-width: 100%
    }

    .subpage.expertise-page .expertise-wrap .item-box .item-wrap p {
        font-size: 15px;
        line-height: 1.6
    }

    .subpage.expertise-page .expertise-wrap .item-box {
        padding: 15px
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .col-12.mx-auto.position-relative>.shape-5 {
        display: none
    }

    main .we-are h2 span.cl1.intranet {
        left: -20%;
        font-size: 5rem
    }

    main .we-are h2 span.cl2.intranet {
        left: 7%;
        font-size: 5rem
    }

    main .we-are h2 span.cl3.intranet {
        font-size: 5rem
    }
}

@media (max-width:768px) {
    .bg-text {
        position: absolute !important;
        left: 50%;
        transform: translateX(-50%) !important;
        width: 100%;
        text-align: center;
        z-index: 2
    }

    main .gridlines li {
        height: 120%
    }

    @media (max-width:320px) {
        main .gridlines li {
            height: 120%
        }
    }

    .bg-text h3 {
        font-size: 28px;
        line-height: 1.2
    }
}

main .we-are h2 span.cl2.api-title4,
main .we-are h2 span.cl2.api-title5 {
    display: none !important
}

main .we-are h2 span.cl3 {
    position: relative
}

@media (max-width:426px) and (min-width:376px) {
    main .banner-section .gridlines {
        height: 303px !important
    }

    main .banner-section .content-wrap .content--layout-1 .bgx-1 {
        margin-top: -108px !important
    }

    main .banner-section .content-wrap .bg-text.custom {
        margin-top: 80px !important
    }

    main .banner-section .content-wrap .content--layout-2 .bgx-2 {
        margin-top: -174px !important
    }

    main .banner-section .content-wrap .content--layout-2 .content__title {
        top: -84px !important
    }

    main .banner-section .content-wrap .content--layout-2 .icon-apple {
        top: -116px !important
    }

    main .banner-section .content-wrap .content--layout-2 .icon-whatsapp {
        top: -120px !important
    }

    main .banner-section .content-wrap .content--layout-2 .icon-apple {
        left: 55% !important
    }

    main .banner-section .content-wrap .content--layout-2 .icon-whatsapp {
        left: 75% !important
    }

    main .banner-section .content-wrap .content--layout-2 .icon-apple img {
        height: 100px
    }

    main .banner-section .content-wrap .content--layout-2 .icon-whatsapp img {
        height: 110px
    }
}

@media(max-width:321px) {
    main .banner-section .gridlines {
        height: 295px !important;
        right: 20px
    }

    main .banner-section .content-wrap .content--layout-2 .icon-whatsapp {
        top: -32px !important
    }

    main .banner-section .content-wrap .bg-text.custom {
        margin-top: 80px !important
    }

    main .banner-section .content-wrap .content--layout-2 .bgx-2 {
        margin-top: -174px !important
    }

    main .banner-section .content-wrap .content--layout-2 .content__title {
        top: -70px !important
    }

    main .banner-section .content-wrap .content--layout-2 .icon-apple {
        top: -126px !important
    }

    main .banner-section .content-wrap .content--layout-2 .icon-whatsapp {
        top: -166px !important
    }

    main .banner-section .content-wrap .content--layout-2 .icon-apple {
        left: 55% !important
    }

    main .banner-section .content-wrap .content--layout-2 .icon-whatsapp {
        left: 83% !important
    }

    main .banner-section .content-wrap .content--layout-2 .icon-apple img {
        height: 90px;
        width: 90px
    }

    main .banner-section .content-wrap .content--layout-2 .icon-whatsapp img {
        height: 110px;
        width: 90px
    }
}

@media (max-width:376px) and (min-width:321px) {
    main .banner-section .gridlines {
        height: 260px !important
    }

    main .banner-section .content-wrap .content--layout-1 .bgx-1 {
        margin-top: -108px !important
    }
}

@media (max-width:426px) {
    main .we-are h2 span.cl1.empowering {
        font-size: 3rem !important;
        top: 10px !important
    }

    main .we-are h2 span.cl2.digital {
        font-size: 3rem !important;
        top: 70px !important
    }

    main .we-are h2 span.cl3.transformation {
        right: 110px;
        font-size: 2.6rem;
        top: 120px !important
    }

    main .we-are h2 span.cl1.our {
        font-size: 3rem;
        left: -10% !important
    }

    main .we-are h2 span.cl2.products {
        top: 140px;
        font-size: 3rem;
        left: 10%
    }

    main .we-are h2 span.cl3.journey {
        top: 200px;
        font-size: 3rem;
        left: 10%
    }

    .floatingbtn {
        display: none !important
    }

    .timeline-cards {
        display: block !important
    }

    .timeline-card {
        margin-bottom: 10px;
        width: 60% !important
    }

    .timeline-year::after {
        left: -154px !important;
        bottom: 31px !important
    }

    .timeline-year.active::after {
        left: -164px !important;
        bottom: 31px !important;
        width: 325px !important
    }

    .project-section-head h2 span.cl2 .sphere.api {
        position: relative !important;
        width: 50px !important;
        top: -10px !important
    }

    .project-section-head h2 span.api-title1 {
        position: relative !important;
        display: block !important;
        transform: none !important;
        margin: 16px auto;
        line-height: 1
    }

    main .we-are h2 span.cl3.api-title3 {
        position: relative !important;
        line-height: normal;
    }

    main .we-are h2 span.cl2.api-title2 {
        display: none !important
    }

    main .we-are h2 span.cl2.api-title4 {
        display: block !important;
        position: relative !important;
        top: inherit !important;
        left: inherit;
        line-height: normal;
    }

    main .we-are h2 span.cl2.api-title5 {
        display: block !important;
        position: relative !important;
        /* top: 190px !important; */
        top: inherit;
        left: inherit;
        line-height: normal;
    }

    .expertise-slide.api {
        margin-top: 56px !important
    }

    .bg-text {
        top: -74px !important
    }

    .bg-text.apps {
        top: 0 !important
    }

    .bg-text.custom {
        top: 0 !important
    }

    main .banner-section .content-wrap.custom {
        margin-top: 100px
    }

    .scroller.mob {
        margin-top: 8rem !important
    }

    .scroller {
        margin-bottom: 3rem !important
    }

    .scroller__inner.mob img {
        width: fit-content !important;
        height: 20rem;
        object-fit: contain
    }

    main .banner-section .content-wrap .content--layout-2 .bgx-2 .cube-box {
        top: -5px
    }

    main .banner-section .content-wrap .content--layout-2 .content__title {
        top: -178px
    }
}

.expertise-slide.sharepoint {
    margin-top: 100px !important
}

@media (max-width:768px) {
    .secure-text {
        position: absolute !important;
        top: 10px !important;
        left: 50%;
        transform: translateX(-50%) !important;
        width: 100%;
        text-align: center;
        z-index: 2
    }
}

@media (max-width:768px) {
    .secure-text {
        position: absolute !important;
        top: -7px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 100%;
        text-align: center;
        z-index: 5
    }

    .secure-text .rellax-h {
        transform: none !important;
        left: 0 !important
    }
}

.accordion-icon {
    display: inline-block;
    transition: transform .3s ease
}

.accordion-button:not(.collapsed) .accordion-icon {
    transform: rotate(180deg)
}

.accordion-button {
    padding: 12px 15px;
    font-weight: 500
}

.subpage .concers .heading {
    text-align: center
}

.subpage .concers .accordion {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 17px 16.5px 0 rgba(90, 74, 192, .2);
    background: #fff;
    margin: 50px auto;
    max-width: 1000px
}

.subpage .concers .accordion.bg-transparent .accordion-item {
    background-color: transparent
}

.subpage .concers .accordion.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    font-weight: 600;
    font-size: 1.125rem;
    padding: 20px 30px;
    background-color: #f6f5fb
}

.subpage .concers .accordion.accordion-flush .accordion-item .accordion-button::after {
    filter: brightness(0)
}

.subpage .concers .accordion.accordion-flush .accordion-item .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: none
}

.subpage .concers .accordion.accordion-flush .accordion-item .accordion-body {
    padding: 0 60px 20px 30px;
    font-size: 1rem;
    font-weight: 300
}

.subpage.services-page .expertise .shape-1 {
    position: absolute;
    z-index: 0;
    left: auto;
    right: 100px;
    top: 520px;
    max-width: 100px
}

.subpage.services-page .lets-make {
    margin-bottom: 50px;
    padding-top: 0
}

.subpage.product-details-page .product-details-banner .back-btn {
    position: relative;
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #423784;
    text-decoration: none;
    margin: 50px auto 0;
    transition-duration: .3s;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 8.5px 7px 0 rgba(90, 74, 192, .37)
}

.subpage.product-details-page .product-details-banner .back-btn:hover {
    transform: scale(1.2)
}

.subpage.product-details-page .product-details-banner .slogan-word {
    display: block;
    margin: 50px auto 200px;
    font-size: 5rem;
    letter-spacing: -2px;
    color: #000;
    font-weight: 700;
    position: relative;
    z-index: 8;
    text-transform: capitalize;
    line-height: 5rem;
    text-align: center;
    max-width: 800px
}

.subpage.product-details-page .product-details-banner .slogan-word .circular-name {
    position: absolute;
    top: -50px;
    animation: spin 10s infinite linear
}

.subpage.product-details-page .product-details-banner .slogan-word span {
    position: absolute
}

.subpage.product-details-page .product-details-banner .slogan-word span.cl1 {
    left: -50px;
    position: relative;
    width: 100%;
    display: block
}

.subpage.product-details-page .product-details-banner .slogan-word span.cl2 {
    left: 100px;
    width: 100%;
    display: block;
    position: relative
}

.subpage.product-details-page .product-details-banner .slogan-word span.cl2 span {
    color: #5a4ac0;
    position: relative
}

.subpage.product-details-page .product-details-banner .slogan-word .whatsapp-chat-icon {
    position: absolute;
    left: 20%;
    bottom: -50px;
    width: 100px
}

.subpage.product-details-page .product-details-banner .slogan-word .whatsapp-chat-icon img {
    width: 100%;
    animation: float 4s infinite linear
}

.subpage.product-details-page .product-details-banner .banner-box-wrap {
    position: relative
}

.subpage.product-details-page .product-details-banner .banner-box-wrap .banner {
    width: 100%;
    margin-bottom: 100px
}

.subpage.product-details-page .product-details-banner .banner-box-wrap .shape-box-a1 {
    position: absolute;
    max-width: 200px;
    top: -50px;
    left: 20%
}

.subpage.product-details-page .product-details-banner .banner-box-wrap .shape-box-a1 img {
    width: 100%;
    animation: float 5s infinite linear
}

.subpage.product-details-page .values-live .slogan {
    display: block;
    margin: 100px;
    max-width: 600px;
    font-size: 3rem;
    font-weight: 700;
    position: relative;
    z-index: 8;
    text-transform: uppercase
}

.subpage.product-details-page .values-live .slogan span {
    position: absolute
}

.subpage.product-details-page .values-live .slogan span.cl1 {
    left: 0;
    position: relative;
    width: 100%;
    display: block
}

.subpage.product-details-page .values-live .slogan span.cl1 span {
    color: #5a4ac0;
    position: relative
}

.subpage.product-details-page .values-live .slogan span.cl2 {
    left: 100px;
    width: 100%;
    display: block;
    position: relative
}

.subpage.product-details-page .values-live .slogan span.cl2 span {
    color: #5a4ac0;
    position: relative
}

.subpage.product-details-page .values-live .boxes-wrap {
    display: flex;
    justify-content: space-between;
    margin: auto
}

.subpage.product-details-page .values-live .boxes-wrap .cont-box {
    width: 33.33%;
    position: relative;
    padding: 30px;
    padding-right: 60px
}

.subpage.product-details-page .values-live .boxes-wrap .cont-box h3 {
    max-width: 230px
}

.subpage.product-details-page .values-live .boxes-wrap .cont-box h5 {
    text-transform: uppercase;
    opacity: .7;
    font-size: 1rem;
    margin: 25px 0
}

.subpage.product-details-page .values-live .boxes-wrap .cont-box .element {
    position: absolute;
    top: -100px;
    left: -150px
}

.subpage.product-details-page .values-live .boxes-wrap .cont-box .element .cube {
    max-width: 90px;
    position: relative;
    right: -30px;
    animation: float 4s infinite linear
}

.subpage.product-details-page .values-live .img-wrap {
    padding: 20px;
    margin: 30px auto
}

.subpage.product-details-page .values-live .img-wrap img {
    width: 100%
}

.subpage.product-details-page .content-de-wrap {
    padding: 30px
}

.subpage.product-details-page .content-de-wrap .heading {
    padding-bottom: 10px
}

.subpage.product-details-page .content-de-wrap .desc {
    max-width: 1100px
}

.subpage.product-details-page .products-wrap {
    margin-bottom: 50px
}

.subpage.product-details-page .products-wrap .item-box {
    padding: 30px;
    margin-bottom: 50px
}

.subpage.product-details-page .products-wrap .item-box .item-wrap {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 17px 16.5px 0 rgba(90, 74, 192, .2);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 30px;
    flex-direction: column;
    text-align: center;
    min-height: 390px
}

.subpage.product-details-page .products-wrap .item-box .item-wrap .icon {
    width: 40px;
    margin-bottom: 20px
}

.subpage.product-details-page .products-wrap .item-box .item-wrap h3 {
    font-size: 1.5rem;
    min-height: 70px;
    max-width: 200px;
    margin: auto;
    text-align: center
}

.subpage.product-details-page .products-wrap .item-box .item-wrap p {
    font-weight: 300;
    margin-top: 10px
}

.subpage.product-details-page .products-wrap .item-box .item-wrap .arrow-round {
    width: 30px;
    display: block;
    transition-duration: .3s;
    margin-top: 20px
}

.subpage.product-details-page .products-wrap .item-box .item-wrap .arrow-round img {
    width: 100%
}

.subpage.product-details-page .products-wrap .item-box .item-wrap .arrow-round:hover {
    transform: scale(1.5);
    filter: invert(22%) sepia(45%) saturate(1536%) hue-rotate(220deg) brightness(90%) contrast(93%)
}

.subpage.product-details-page .concers {
    margin: 20px auto 150px
}

.subpage.product-details-page .concers .heading {
    text-align: center
}

.subpage.product-details-page .concers .accordion {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 17px 16.5px 0 rgba(90, 74, 192, .2);
    background: #fff;
    margin: 50px auto;
    max-width: 1000px
}

.subpage.product-details-page .concers .accordion.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    font-weight: 600;
    font-size: 1.125rem;
    padding: 20px 30px;
    background-color: #f6f5fb
}

.subpage.product-details-page .concers .accordion.accordion-flush .accordion-item .accordion-button::after {
    filter: brightness(0)
}

.subpage.product-details-page .concers .accordion.accordion-flush .accordion-item .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: none
}

.subpage.product-details-page .concers .accordion.accordion-flush .accordion-item .accordion-body {
    padding: 0 60px 20px 30px;
    font-size: .875rem;
    font-weight: 300
}

.subpage.product-details-page .lets-make {
    margin-bottom: 50px;
    padding-top: 0
}

.subpage .lets-make {
    margin: 50px auto
}

.subpage .work-hero {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 8;
    width: 80%;
    margin: 20vh auto 10vh auto
}

.subpage .work-hero .top-part {
    width: 100%;
    padding-right: 0;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 5
}

.subpage .work-hero .top-part .work-wrap {
    max-width: 900px;
    position: relative;
    margin: auto;
    margin-bottom: 5%
}

.subpage .work-hero .top-part .work-wrap h1 {
    font-size: 4rem;
    font-weight: 600;
    line-height: 5rem;
    text-align: center
}

.subpage .work-hero .top-part .work-wrap p {
    text-align: center;
    margin: auto
}

.subpage .work-hero .top-part .work-wrap .icon-element-1 {
    position: absolute;
    top: 0;
    left: 100px;
    max-width: 60px;
    z-index: -1
}

.subpage .work-hero .top-part .work-wrap .icon-element-2 {
    position: absolute;
    max-width: 100px;
    left: -100px;
    z-index: -1
}

.subpage .work-hero .top-part .work-wrap .icon-element-3 {
    position: absolute;
    max-width: 70px;
    right: -100px;
    bottom: -50px;
    z-index: -1
}

.subpage .work-hero .top-part .work-wrap .icon-element-4 {
    position: absolute;
    max-width: 100px;
    right: 0;
    top: -50px;
    z-index: -1
}

.subpage .work-hero .top-part .work-wrap .icon-element-5 {
    position: absolute;
    max-width: 80px;
    left: 30%;
    bottom: -120px;
    z-index: -1
}

.subpage .work-hero .top-part .work-wrap .triangle-dots {
    position: absolute;
    max-width: 250px;
    top: 0;
    right: 50px;
    z-index: -2
}

.subpage .work-hero .pattern-box-2 {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 20px
}

.subpage .work-hero .pattern-box-2 img {
    max-width: 130px;
    width: 100%
}

.subpage .work-listing {
    margin: 5% auto;
    overflow: hidden
}

.work-listing {
    overflow: hidden;
    position: relative
}

.work-listing .container_menu_iso .menu_iso {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0
}

.work-listing .container_menu_iso .menu_iso li a {
    display: flex;
    text-decoration: none;
    color: #231f20;
    font-weight: 600;
    margin: 20px;
    cursor: pointer;
    font-size: 1.2rem !important
}

.work-listing .container_menu_iso .menu_iso li a.is-checked {
    color: #5a4ac0;
    font-size: 1.2rem !important
}

.work-listing .container_gallery_iso {
    max-width: 1200px;
    margin: auto
}

.work-listing .container_gallery_iso .iso-container {
    display: block;
    position: relative
}

.work-listing .container_gallery_iso .iso-container .isotope-item {
    width: 33.33%;
    float: left;
    position: static;
    display: flex;
    flex-direction: column;
    z-index: 1 !important
}

.work-listing .container_gallery_iso .iso-container .isotope-item .img_iso {
    opacity: 1;
    transform: scale(1);
    transition: transform .6s cubic-bezier(.25, 1, .5, 1), opacity .6s ease;
    transform-origin: center center
}

.work-listing .container_gallery_iso .iso-container .isotope-item.hidden-element {
    display: none !important
}

.work-listing .container_gallery_iso .iso-container .isotope-item.stagger-init .img_iso {
    opacity: 0 !important;
    transform: scale(.1) !important
}

.work-listing .container_gallery_iso .iso-container .isotope-item.hidden-element .img_iso {
    opacity: 0 !important;
    transform: scale(.1) !important
}

.hidden {
    display: none !important
}

.work-listing .container_gallery_iso .iso-container .isotope-item .card-body {
    padding-bottom: 0
}

.work-listing .container_gallery_iso .iso-container .isotope-item .card-body p {
    margin-bottom: 0 !important
}

.work-listing .container_gallery_iso .iso-container .isotope-item .img_iso {
    position: relative;
    overflow: visible;
    height: auto
}

.relProjects_section .owl-carousel .isotope-item .img_iso {
    position: relative;
    overflow: hidden;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 70vh
}

.relProjects_section .owl-carousel .owl-nav {
    margin-top: 10px
}

.relProjects_section .owl-carousel .owl-nav button.owl-next,
.relProjects_section .owl-carousel .owl-nav button.owl-prev,
.relProjects_section .owl-carousel button.owl-dot {
    padding: 5px !important
}

.relProjects_section .owl-carousel .isotope-item .img_iso img,
.work-listing .container_gallery_iso .iso-container .isotope-item .img_iso img {
    width: 100%
}

.relProjects_section .owl-carousel .isotope-item .img_iso .overlay,
.work-listing .container_gallery_iso .iso-container .isotope-item .img_iso .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    background: linear-gradient(4deg, rgba(0, 0, 0, .9220281863) 0, rgba(0, 0, 0, 0) 100%);
    visibility: hidden;
    opacity: 0;
    transition-duration: .5s
}

.relProjects_section .owl-carousel .isotope-item .img_iso .overlay .top h3,
.work-listing .container_gallery_iso .iso-container .isotope-item .img_iso .overlay .top h3 {
    font-size: 2.2rem;
    color: #fff;
    font-weight: 600
}

.relProjects_section .owl-carousel .isotope-item .img_iso .overlay .bottom,
.work-listing .container_gallery_iso .iso-container .isotope-item .img_iso .overlay .bottom {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center
}

.relProjects_section .owl-carousel .isotope-item .img_iso .overlay .bottom .client,
.work-listing .container_gallery_iso .iso-container .isotope-item .img_iso .overlay .bottom .client {
    font-size: 1.5rem
}

.relProjects_section .owl-carousel .isotope-item .img_iso .overlay .bottom .industry,
.work-listing .container_gallery_iso .iso-container .isotope-item .img_iso .overlay .bottom .industry {
    font-size: 1rem
}

.relProjects_section .owl-carousel .isotope-item .img_iso .overlay .bottom a,
.work-listing .container_gallery_iso .iso-container .isotope-item .img_iso .overlay .bottom a {
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
    display: flex
}

.relProjects_section .owl-carousel .isotope-item .img_iso .overlay .bottom a:hover i,
.work-listing .container_gallery_iso .iso-container .isotope-item .img_iso .overlay .bottom a:hover i {
    animation: fadeInLeft 1s infinite
}

.relProjects_section .owl-carousel .isotope-item .img_iso:hover .overlay,
.work-listing .container_gallery_iso .iso-container .isotope-item .img_iso:hover .overlay {
    visibility: visible;
    opacity: 1;
    animation: fadeInUp .3s linear
}

.work-listing .load-more {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #231f20;
    align-items: center;
    margin: 50px auto;
    justify-content: center;
    max-width: 120px;
    transition-duration: .3s
}

.work-listing .load-more i {
    font-size: 1.5rem
}

.work-listing .load-more:hover {
    color: #e95e24
}

.work-listing .load-more:hover i {
    animation: fadeInDown 1.5s infinite
}

.subpage .work-details-hero {
    display: block;
    position: relative;
    z-index: 8;
    margin: 20vh auto 10vh auto
}

.subpage .work-details-hero .circles {
    bottom: 20%;
    right: -10%;
    position: absolute;
    width: 250px;
    height: 250px;
    animation: spin 20s linear infinite;
    z-index: -1
}

.subpage .work-details-hero .circles.last {
    bottom: -70px;
    top: auto
}

.subpage .work-details-hero .top-part {
    width: 100%;
    padding-right: 0;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 5
}

.subpage .work-details-hero .top-part .work-wrap {
    width: 80%;
    position: relative;
    margin: auto
}

.subpage .work-details-hero .top-part .work-wrap h1 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 5rem;
    text-align: left
}

.subpage .work-details-hero .top-part .work-wrap p {
    text-align: left;
    font-size: 1.25rem;
    opacity: .5;
    max-width: 900px
}

.subpage .work-details-hero .top-part .work-wrap .icon-element-3 {
    position: absolute;
    max-width: 70px;
    left: -15%;
    top: 50px;
    z-index: -1
}

.subpage .work-details-hero .top-part .work-wrap .icon-element-4 {
    position: absolute;
    max-width: 100px;
    right: -100px;
    top: 0;
    z-index: -1
}

.subpage .work-details-hero .top-part .work-wrap .triangle-dots {
    position: absolute;
    max-width: 250px;
    top: 30px;
    right: -50px;
    z-index: -2
}

.subpage .work-details-hero .top-part .work-wrap .work-details-carousel {
    margin: 50px auto
}

.subpage .work-details-hero .top-part .work-wrap .work-details-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    margin: 50px auto
}

.subpage .work-details-hero .top-part .work-wrap .work-details-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: -70px
}

.subpage .work-details-hero .top-part .work-wrap .work-details-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #cbcbcb;
    border-radius: 10px;
    margin: 5px
}

.subpage .work-details-hero .top-part .work-wrap .work-details-carousel .owl-dots .owl-dot.active {
    width: 12px;
    height: 12px;
    background: #9c9c9c
}

.subpage .work-details-hero .bottom-part .boxes-wrap {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.subpage .work-details-hero .bottom-part .boxes-wrap .box h3 {
    font-size: 1.25rem;
    opacity: .5
}

.subpage .work-details-hero .bottom-part .desc-box {
    width: 80%;
    margin: auto
}

.subpage .work-details-hero .bottom-part .desc-box p {
    font-size: .875rem;
    margin: 5% auto
}

.subpage .work-details-hero .bottom-part .desc-box .button-box {
    display: flex;
    justify-content: space-between
}

.subpage .work-details-hero .bottom-part .desc-box .button-box .digi-button-2 {
    border-radius: 8px;
    box-shadow: 0 14px 24px 0 rgba(255, 96, 0, .22);
    background-color: #e95e24;
    padding: 13px 40px 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    letter-spacing: .7px;
    font-size: .875rem;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block
}

.subpage .work-details-hero .bottom-part .desc-box .button-box .digi-button-2 span {
    position: relative;
    z-index: 1
}

.subpage .work-details-hero .bottom-part .desc-box .button-box .digi-button-2:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    z-index: 0;
    transition: transform .8s cubic-bezier(.075, .82, .165, 1);
    transform-origin: center right;
    background-color: #231f20;
    border-radius: 8px;
    overflow: hidden;
    display: block
}

.subpage .work-details-hero .bottom-part .desc-box .button-box .digi-button-2:hover {
    overflow: hidden;
    border-radius: 8px
}

.subpage .work-details-hero .bottom-part .desc-box .button-box .digi-button-2:hover:after {
    transform: scaleX(1);
    transform-origin: center left;
    border-radius: 8px;
    overflow: hidden
}

.subpage .work-details-hero .pattern-box-2 {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 20px
}

.subpage .work-details-hero .pattern-box-2 img {
    max-width: 130px;
    width: 100%
}

.subpage .services-hero {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 8;
    width: 80%;
    margin: 20vh auto 10vh auto
}

.subpage .services-hero .top-part {
    width: 100%;
    padding-right: 0;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 5
}

.subpage .services-hero .top-part .services-wrap {
    max-width: 1000px;
    position: relative;
    margin: auto;
    margin-bottom: 5%
}

.subpage .services-hero .top-part .services-wrap h1 {
    font-size: 4rem;
    font-weight: 600;
    line-height: 5rem;
    text-align: center
}

.subpage .services-hero .top-part .services-wrap p {
    text-align: center;
    margin: auto
}

.subpage .services-hero .top-part .services-wrap .icon-element-1 {
    position: absolute;
    top: 0;
    left: 100px;
    max-width: 60px;
    z-index: -1
}

.subpage .services-hero .top-part .services-wrap .icon-element-2 {
    position: absolute;
    max-width: 100px;
    left: -100px;
    z-index: -1
}

.subpage .services-hero .top-part .services-wrap .icon-element-3 {
    position: absolute;
    max-width: 70px;
    right: -100px;
    bottom: -50px;
    z-index: -1
}

.subpage .services-hero .top-part .services-wrap .icon-element-4 {
    position: absolute;
    max-width: 100px;
    right: 0;
    top: -50px;
    z-index: -1
}

.subpage .services-hero .top-part .services-wrap .icon-element-5 {
    position: absolute;
    max-width: 80px;
    left: 30%;
    bottom: -120px;
    z-index: -1
}

.subpage .services-hero .top-part .services-wrap .triangle-dots {
    position: absolute;
    max-width: 250px;
    top: 0;
    right: 50px;
    z-index: -2
}

.subpage .services-hero .pattern-box-2 {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 20px
}

.subpage .services-hero .pattern-box-2 img {
    max-width: 130px;
    width: 100%
}

@media screen and (max-width:1399px) {
    .subpage.expertise-page .expertise-banner .slogan-word {
        margin: 0 auto
    }

    .subpage.products-page .product-banner .slogan-word {
        margin: 0 auto
    }

    .subpage.product-details-page .products-wrap .item-box .item-wrap {
        min-height: 425px
    }

    .subpage.about-page .lets-talk .slogan-word {
        margin: 100px auto;
        font-size: 15rem;
        text-align: center
    }

    .subpage.about-page .lets-talk .slogan-word span.cl2 {
        left: -235px
    }

    .subpage.about-page .lets-talk-2 .slogan-word {
        margin: 100px auto;
        font-size: 14rem;
        text-align: center
    }

    .subpage.about-page .lets-talk-2 .slogan-word span.cl1 {
        left: -320px
    }

    .subpage.services-page .products-wrap .item-box {
        padding: 5px
    }

    .subpage .work-listing .container_gallery_iso {
        max-width: 1140px
    }
}

@media screen and (max-width:1300px) {
    .subpage.about-page .lets-talk .slogan-word {
        font-size: 16rem
    }

    .subpage.about-page .lets-talk-2 .slogan-word {
        font-size: 14rem
    }

    .subpage.expertise-page .expertise-banner .slogan-word {
        font-size: 13rem
    }

    .subpage.products-page .product-banner .slogan-word {
        font-size: 13rem
    }
}

@media screen and (max-width:1199px) {
    main .we-are h2 span.cl1.our {
        left: 30%
    }

    .subpage.about-page .lets-talk .slogan-word {
        font-size: 10rem;
        line-height: 10rem
    }

    .subpage.about-page .lets-talk .slogan-word span.cl1 {
        left: 46px
    }

    .subpage.about-page .lets-talk .slogan-word span span.cl2 {
        left: -100px
    }

    .subpage.about-page .lets-talk-2 .slogan-word {
        font-size: 8rem;
        line-height: 8rem;
        text-align: center;
        letter-spacing: -5px
    }

    .subpage.about-page .lets-talk-2 .slogan-word span.cl1 {
        left: -500px
    }

    .subpage.about-page .lets-talk-2 .slogan-word span.cl2 {
        left: -50px
    }

    .subpage.about-page .customers .customer-carousel {
        max-width: 92vw
    }

    .subpage.about-page .customers .customer-carousel .owl-stage-outer {
        padding-left: 60px
    }

    .subpage.client-page .client-banner .slogan {
        margin: 100px 50px
    }

    .subpage.client-page .client-banner .subtitle {
        margin: 0 50px
    }

    .subpage.client-page .client-banner .desc {
        margin: 50px
    }

    .subpage.client-page .client-page .count-sec .count-wrap .boxes {
        padding: 30px
    }

    .subpage.contact-page .contact-banner .slogan {
        margin: 100px 50px
    }

    .subpage.contact-page .contact-banner .subtitle {
        margin: 0 50px
    }

    .subpage.contact-page .contact-banner .desc {
        margin: 50px
    }

    .recaptcha-wrapper {
        transform: scale(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        width: 100%;
        height: auto
    }

    @media (max-width:576px) {
        .recaptcha-wrapper {
            transform: scale(.85)
        }
    }

    @media (max-width:400px) {
        .recaptcha-wrapper {
            transform: scale(.75)
        }
    }

    .subpage.expertise-page .expertise-banner .slogan-word {
        font-size: 12rem
    }

    .subpage.expertise-page .expertise-banner .slogan-word span.cl2 {
        left: 160px
    }

    .subpage.expertise-page .expertise-wrap .item-box {
        padding: 0
    }

    .subpage.products-page .product-banner .slogan-word {
        font-size: 12rem
    }

    .subpage.products-page .product-banner .slogan-word span.cl2 {
        left: 300px
    }

    .subpage.products-page .products-wrap .item-box {
        padding: 0
    }

    .subpage.product-details-page .products-wrap .item-box {
        padding: 10px 5px
    }

    .subpage.product-details-page .products-wrap .item-box .item-wrap {
        min-height: 450px
    }

    .subpage.services-page .service-banner-2 .box-wrapper .text-div .shape-box-1 {
        left: 50%
    }

    .subpage.services-page .service-banner-2 .box-wrapper .text-div .main-text {
        font-size: 5rem
    }

    .subpage.services-page .products-wrap .item-box {
        padding: 0
    }

    .subpage.services-page .products-wrap .item-box .item-wrap {
        min-height: 430px
    }

    .subpage.services-page .lets-talk .slogan-word {
        display: block;
        margin: 100px auto;
        font-size: 10rem
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div {
        overflow: hidden;
        padding-bottom: 6rem
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div .top-location-div {
        top: 50px;
        right: 10%
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div {
        height: 442px !important;
        margin-top: 300px
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .layer1 {
        bottom: -6.1rem !important
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .layer2 {
        bottom: -1rem
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .text-box {
        top: -250px;
        left: 200px
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div .title-txt {
        margin: 100px auto 0
    }

    .subpage.services-page .values-live .content-box-wrap .img-box-1 {
        max-width: 160px;
        top: -200px;
        right: 20%
    }

    .subpage.services-page .values-live .content-box-wrap .content-text .img-box-3 {
        left: -100px
    }

    .subpage.services-page .values-live .content-box-wrap .content-text .text-2 {
        max-width: 550px
    }

    .subpage .work-listing .container_gallery_iso {
        max-width: 960px
    }

    .subpage.services-page .service-banner .box-wrapper .text-div .main-text {
        line-height: 6rem
    }
}

@media screen and (max-width: 1024px) {
    main .we-are h2 span.cl1.mobile-title1 {
        left: -20%
    }

    main .we-are h2 span.cl1.api-title1 {
        left: -20%
    }

    main .we-are h2 span.cl2.api-title2 {
        left: 1%
    }

    main .we-are h2 span.cl1.sharepoint-title1 {
        left: 0
    }

    .subpage.about-page .about-banner .second-sec .box {
        width: 30%
    }

    .load-more:hover i {
        animation: none
    }
}

@media screen and (max-width:991px) {
    main .lets-make .bg-wrap {
        padding: 70px 50px
    }

    .subpage.about-page .about-banner .slogan {
        margin: 40px;
        font-size: 2rem
    }

    .subpage.about-page .about-banner .slogan span.cl2 {
        top: 35px
    }

    .subpage.about-page .about-banner .slogan span.cl3 {
        top: 70px
    }

    .subpage.about-page .about-banner .second-sec {
        margin: 100px auto
    }

    .subpage.about-page .about-banner .second-sec .box.box-2 .count-box {
        padding: 60px 30px
    }

    .subpage.about-page .values-live .slogan {
        font-size: 2rem
    }

    .subpage.about-page .values-live .boxes-wrap .cont-box h3 {
        font-size: 1.5rem
    }

    .subpage.about-page .values-live .boxes-wrap .cont-box h5 {
        font-size: .875rem;
        margin: 20px 0
    }

    .subpage.about-page .lets-talk .slogan-word {
        font-size: 8rem;
        line-height: 8rem
    }

    .subpage.about-page .lets-talk .slogan-word span.cl1 {
        left: 70px
    }

    .subpage.about-page .lets-talk .slogan-word span.cl2 {
        left: -368px
    }

    .subpage.about-page .lets-talk-2 .slogan-word {
        font-size: 8rem;
        line-height: 8rem;
        margin-top: 170px
    }

    .subpage.about-page .lets-talk-2 .slogan-word span.cl1 {
        left: -680px
    }

    .subpage.about-page .lets-talk-2 .slogan-word span.cl2 {
        left: -170px
    }

    .subpage.case-details-page .case-details-section .title .shape-box {
        top: -110px;
        left: 30%;
        width: 100px
    }

    .subpage.case-details-page .case-details-section .list-box {
        flex-direction: column
    }

    .subpage.case-details-page .case-details-section .list-box li {
        width: 100%;
        margin-bottom: 10px
    }

    .subpage.case-details-page .case-details-section .img-wrap {
        margin: 20px auto
    }

    .subpage.case-details-page .case-details-section .cn-wrap {
        padding: 10px 0
    }

    .subpage.client-page .bg-wrap .shape-wrap {
        position: absolute;
        bottom: auto;
        top: -50px;
        left: auto;
        right: 0;
        max-width: 100px
    }

    .subpage.client-page .customers {
        padding: 20px;
        max-width: 700px;
        margin: auto
    }

    .subpage.client-page .customers .cutomer-list li a {
        padding: 20px
    }

    .subpage.client-page .customers h2.heading .cube-box {
        position: absolute;
        right: 5%;
        max-width: 80px
    }

    .subpage.client-page .shape-box {
        display: none
    }

    .subpage.contact-page .contact-banner .slogan {
        margin: 20px 0 60px
    }

    .subpage.contact-page .contact-banner .subtitle {
        margin: 20px 0
    }

    .subpage.contact-page .contact-banner .desc {
        margin: 20px 0
    }

    .form-wrapper {
        margin-top: 160px;
        max-width: 100%
    }

    .subpage.contact-page .contact-banner .sphere-box {
        position: absolute;
        bottom: 660px;
        left: 150px;
        width: 60px
    }

    .subpage.expertise-page .expertise-banner .slogan-word {
        font-size: 9rem;
        line-height: 8rem;
        letter-spacing: -5px
    }

    .subpage.expertise-page .expertise-banner .slogan-word span.cl2 {
        left: 130px
    }

    .subpage.expertise-page .expertise-banner .slogan-word .circular-name {
        width: 100px
    }

    .subpage.expertise-page .expertise-banner .slogan-word .triangle {
        width: 100px
    }

    .subpage.products-page .product-banner .slogan-word {
        font-size: 9rem;
        line-height: 8rem;
        letter-spacing: -5px
    }

    .subpage.products-page .product-banner .slogan-word span.cl2 {
        left: 250px
    }

    .subpage.products-page .product-banner .slogan-word .circular-name {
        width: 100px
    }

    .subpage.products-page .product-banner .slogan-word .triangle {
        width: 100px
    }

    .subpage.product-details-page .product-details-banner .slogan-word {
        font-size: 4rem;
        margin: 50px auto 150px
    }

    .subpage.product-details-page .product-details-banner .slogan-word .whatsapp-chat-icon {
        width: 80px
    }

    .subpage.product-details-page .product-details-banner .banner-box-wrap .shape-box-a1 {
        max-width: 120px;
        top: 0;
        left: 30%
    }

    .subpage.product-details-page .values-live .boxes-wrap .cont-box {
        width: 30%;
        padding: 0
    }

    .subpage.services-page .service-banner .android-box,
    .subpage.services-page .service-banner .appstore-box,
    .subpage.services-page .service-banner .leaf-box-1,
    .subpage.services-page .service-banner .leaf-box-2,
    .subpage.services-page .service-banner .leaf-box-3,
    .subpage.services-page .service-banner .leaf-box-4,
    .subpage.services-page .service-banner .shape-box-a1,
    .subpage.services-page .service-banner .shape-box-a2,
    .subpage.services-page .service-banner .shape-box-a3,
    .subpage.services-page .service-banner .shape-box-a4,
    .subpage.services-page .service-banner .shape-box-a5 {
        display: none
    }

    .subpage.services-page .service-banner-2 .atr-box,
    .subpage.services-page .service-banner-2 .calculator-box,
    .subpage.services-page .service-banner-2 .leaf-box-1,
    .subpage.services-page .service-banner-2 .leaf-box-2,
    .subpage.services-page .service-banner-2 .leaf-box-3,
    .subpage.services-page .service-banner-2 .leaf-box-4,
    .subpage.services-page .service-banner-2 .shape-box-a1,
    .subpage.services-page .service-banner-2 .shape-box-a2,
    .subpage.services-page .service-banner-2 .shape-box-a3,
    .subpage.services-page .service-banner-2 .shape-box-a4,
    .subpage.services-page .service-banner-2 .shape-box-a5 {
        display: none
    }

    .subpage.services-page .values-live {
        margin-top: 0
    }

    .subpage.services-page .values-live .slogan {
        margin: 60px
    }

    .subpage.services-page .values-live .boxes-wrap {
        flex-wrap: wrap
    }

    .subpage.services-page .values-live .boxes-wrap .cont-box {
        width: 100%;
        margin: 20px auto !important
    }

    .subpage.services-page .values-live .boxes-wrap .cont-box h3,
    .subpage.services-page .values-live .boxes-wrap .cont-box p {
        max-width: 100%
    }

    .subpage.services-page .values-live .boxes-wrap .cont-box .element {
        display: none
    }

    .subpage.services-page .values-live .slogan2 {
        text-align: center;
        font-size: 4rem;
        margin: 100px -80px;
        line-height: 4rem
    }

    .subpage.services-page .values-live .quote-text span.cl1 {
        left: -300px !important
    }

    .subpage.services-page .values-live .slogan2 span.cl2 {
        left: 210px
    }

    .subpage.services-page .values-live .content-box-wrap .img-box-1 {
        max-width: 150px;
        top: -70px;
        right: 30px
    }

    .subpage.services-page .values-live .content-box-wrap .img-box-2 {
        max-width: 70px;
        left: 100px
    }

    .subpage.services-page .values-live .content-box-wrap .content-text {
        font-size: 1.25rem
    }

    .subpage.services-page .values-live .content-box-wrap .content-text .img-box-3 {
        left: -40px;
        max-width: 600px
    }

    .subpage.services-page .values-live .content-box-wrap .content-text .text-2 {
        max-width: 480px;
        top: 550px
    }

    .subpage.services-page .lets-talk .slogan-word {
        display: block;
        margin: 100px auto;
        font-size: 6rem;
        letter-spacing: -5px;
        line-height: 7rem
    }

    .subpage.services-page .lets-talk .slogan-word span.cl2 {
        text-align: center
    }

    .subpage.services-page .lets-talk .slogan-word .circular-name {
        width: 70px
    }

    .subpage.services-page .lets-talk .element .triangle {
        max-width: 100px
    }

    .subpage.services-page .expertise .shape-1 {
        display: none
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div {
        overflow: hidden;
        padding-bottom: 6rem
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div {
        height: 335px !important;
        margin-top: 300px
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .layer1 {
        bottom: -6.1rem !important
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .layer2 {
        bottom: -1rem
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .text-box {
        top: -230px;
        left: 150px;
        font-size: 2rem
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div .title-txt {
        font-size: 4rem;
        line-height: 5rem
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div .title-txt .rellax-h:nth-of-type(2) {
        left: 50px
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div .title-txt .rellax-h:first-of-type {
        left: -9%
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div .title-txt .rellax-h span .svg-mask {
        bottom: -30px
    }

    .subpage .work-listing .container_gallery_iso {
        max-width: 720px
    }

    .subpage .work-listing .container_gallery_iso .iso-container .isotope-item {
        width: 50%;
        padding: 10px
    }

    .subpage.services-page .service-banner-2 .box-wrapper .text-div .main-text span:nth-child(2) {
        left: 20px !important
    }

    .subpage.services-page .service-banner-2 .box-wrapper .text-div .main-text {
        font-size: 4.5rem
    }
}

@media screen and (max-width:767px) {
    .relProjects_section .owl-carousel .isotope-item .img_iso {
        min-height: 30vh
    }

    .subpage.about-page .about-banner .slogan {
        margin: 10px;
        font-size: 1.85rem;
        letter-spacing: -1px
    }

    .subpage.about-page .about-banner .second-sec {
        margin: 100px auto;
        flex-direction: column;
        max-width: 500px;
        padding: 20px
    }

    .subpage.about-page .about-banner .second-sec .box {
        width: 100%
    }

    .subpage.about-page .about-banner .second-sec .box.box-2 p {
        margin-top: 30px
    }

    .subpage.about-page .about-banner .second-sec .box.box-2 .count-box {
        padding: 60px 20px;
        margin-top: 70px
    }

    .subpage.about-page .about-banner .second-sec .box.box-2 .count-box p {
        margin: 5px 0 30px
    }

    .subpage.about-page .about-banner .second-sec .box.box-2 .count-box .triangle-2 {
        max-width: 90px;
        right: -15px
    }

    .subpage.about-page .values-live .slogan {
        margin: 10px
    }

    .subpage.about-page .values-live .slogan span.cl2 {
        left: 0
    }

    .subpage.about-page .values-live .boxes-wrap {
        flex-direction: column;
        padding: 10px
    }

    .subpage.about-page .values-live .boxes-wrap .cont-box {
        width: 100%;
        margin-top: 20px
    }

    .subpage.about-page .values-live .boxes-wrap .cont-box p {
        max-width: 100%
    }

    .subpage.about-page .values-live .boxes-wrap .cont-box .element {
        display: none
    }

    .subpage.about-page .lets-talk .slogan-word {
        font-size: 3.5rem;
        line-height: 3.5rem;
        margin: 20px;
        letter-spacing: -2px
    }

    .subpage.about-page .lets-talk .slogan-word span {
        left: 0 !important
    }

    .subpage.about-page .lets-talk .slogan-word .circular-name {
        right: -10px;
        width: 60px;
        top: -59px
    }

    .subpage.about-page .lets-talk .text {
        font-size: 1.125rem;
        text-align: left;
        padding: 20px
    }

    .subpage.about-page .values-live-2 .slogan {
        margin: 10px;
        font-size: 2rem
    }

    .subpage.about-page .values-live-2 .slogan span {
        left: 0 !important
    }

    .subpage.about-page .values-live-2 .boxes-wrap {
        flex-direction: column;
        padding: 10px
    }

    .subpage.about-page .values-live-2 .boxes-wrap .cont-box {
        width: 100%
    }

    .subpage.about-page .values-live-2 .boxes-wrap .cont-box p {
        max-width: 100%
    }

    .subpage.about-page .values-live-2 .boxes-wrap .cont-box:nth-child(3) {
        margin-top: 20px
    }

    .subpage.about-page .values-live-2 .boxes-wrap .cont-box .element2 {
        right: 30px
    }

    .subpage.about-page .values-live-2 .boxes-wrap .cont-box .element1 {
        bottom: -100px;
        right: 40px
    }

    .subpage.about-page .customers .slogan {
        margin: 10px;
        letter-spacing: -1px;
        font-size: 2rem
    }

    .subpage.about-page .customers .slogan span {
        left: 0 !important
    }

    .subpage.about-page .customers .customer-carousel {
        max-width: 100vw
    }

    .subpage.about-page .customers .customer-carousel .item {
        padding: 30px 0 30px 10px
    }

    .subpage.about-page .customers .customer-carousel .item .item-wrap {
        padding: 20px
    }

    .subpage.about-page .customers .customer-carousel .profile .info-wrap {
        padding: 0 10px 0 10px
    }

    .subpage.about-page .customers .customer-carousel .owl-dots {
        display: none
    }

    .subpage.about-page .lets-talk-2 .slogan-word {
        font-size: 3.5rem;
        line-height: 4rem;
        margin: 50px auto 20px;
        letter-spacing: -2px;
        text-align: left;
        max-width: 480px;
        min-width: auto;
        padding: 0 20px
    }

    .subpage.about-page .lets-talk-2 .slogan-word span {
        left: 0 !important
    }

    .subpage.about-page .lets-talk-2 .text {
        padding: 0 20px;
        text-align: left;
        font-size: 1.25rem
    }

    .subpage.case-details-page .case-details-section .title .shape-box {
        top: -70px;
        left: 30%;
        width: 80px
    }

    .subpage.case-details-page .case-details-section .desc .shape-box {
        position: absolute;
        top: -110px;
        right: 2%;
        width: 60px
    }

    .subpage.case-details-page .case-details-section .desc .shape-box img {
        animation: float 6s infinite linear
    }

    .subpage.case-details-page .case-details-section .boxes {
        flex-direction: column
    }

    .subpage.case-details-page .case-details-section .boxes .box {
        width: 100%;
        margin-bottom: 20px
    }

    .subpage.client-page .client-banner .slogan {
        margin: 20px 10px 50px -6px;
        letter-spacing: -3px
    }

    .subpage.client-page .client-banner .subtitle {
        margin: 70px 20px 20px 20px
    }

    .subpage.client-page .client-banner .desc {
        margin: 20px 20px 50px 20px
    }

    .subpage.client-page .client-banner .sphere-box {
        bottom: -70px;
        left: 20px;
        width: 70px
    }

    .subpage.client-page .count-sec .count-wrap .boxes {
        flex-direction: column;
        align-items: center
    }

    .subpage.client-page .count-sec .count-wrap .boxes .bx {
        max-width: 100%;
        margin: 20px auto
    }

    .subpage.client-page .customers .cutomer-list {
        flex-direction: column
    }

    .subpage.client-page .customers .cutomer-list li {
        max-width: 100%
    }

    .subpage.cases-page .bg-wrap .shape-wrap {
        top: 40px;
        left: -70px;
        min-width: 80px
    }

    .subpage.cases-page .cases-banner .slogan {
        margin: 20px 0 60px 0;
        font-size: 2.8rem
    }

    .subpage.cases-page .cases-banner .subtitle {
        margin: 0
    }

    .subpage.cases-page .cases-banner .desc {
        margin: 20px 0 50px 0
    }

    .subpage.cases-page .cases-banner .sphere-box {
        bottom: -39px;
        left: 120px;
        width: 60px
    }

    .subpage.contact-page .contact-banner .sphere-box {
        bottom: 800px
    }

    .form-wrapper .form input {
        width: 249px !important
    }

    .subpage.expertise-page .expertise-banner .slogan-word {
        font-size: 6rem;
        line-height: 4rem;
        letter-spacing: -2px
    }

    .subpage.expertise-page .expertise-banner .slogan-word .circular-name {
        right: 70px;
        top: -50px;
        width: 80px
    }

    .subpage.expertise-page .expertise-banner .slogan-word .triangle {
        width: 80px;
        bottom: -70px
    }

    .subpage.products-page .product-banner .slogan-word {
        font-size: 6rem;
        line-height: 4rem;
        letter-spacing: -2px
    }

    .subpage.products-page .product-banner .slogan-word span.cl2 {
        left: 250px
    }

    .subpage.products-page .product-banner .slogan-word .circular-name {
        right: 70px;
        top: -50px;
        width: 80px
    }

    .subpage.products-page .product-banner .slogan-word .triangle {
        width: 80px;
        bottom: -70px
    }

    .subpage.product-details-page .product-details-banner .back-btn {
        margin: 0 auto
    }

    .subpage.product-details-page .product-details-banner .slogan-word {
        font-size: 3rem;
        line-height: 3.5rem;
        margin: 50px auto 100px
    }

    .subpage.product-details-page .product-details-banner .slogan-word span.cl1 {
        left: -20px
    }

    .subpage.product-details-page .product-details-banner .slogan-word span.cl2 {
        left: 40px
    }

    .subpage.product-details-page .product-details-banner .slogan-word .whatsapp-chat-icon {
        width: 60px
    }

    .subpage.product-details-page .product-details-banner .banner-box-wrap .shape-box-a1 {
        max-width: 80px;
        top: -20px;
        left: 40%
    }

    .subpage.product-details-page .product-details-banner .banner-box-wrap .banner {
        margin-bottom: 40px
    }

    .subpage.product-details-page .values-live .boxes-wrap {
        flex-wrap: wrap
    }

    .subpage.product-details-page .values-live .boxes-wrap .cont-box {
        width: 100%;
        margin-top: 20px !important
    }

    .subpage.product-details-page .values-live .boxes-wrap .cont-box .element .cube {
        max-width: 70px;
        right: -30px;
        bottom: -20px
    }

    .subpage.product-details-page .values-live .img-wrap {
        padding: 0
    }

    .subpage.services-page .service-banner .box-wrapper .text-div {
        padding: 20px
    }

    .subpage.services-page .service-banner .box-wrapper .text-div .main-text {
        font-size: 4rem;
        line-height: 4rem
    }

    .subpage.services-page .service-banner .box-wrapper .text-div .main-text span:nth-child(2) {
        left: 0
    }

    .subpage.services-page .service-banner .box-wrapper .text-div .sub-text {
        left: 0
    }

    .subpage.services-page .service-banner .box-wrapper .text-div .desc {
        left: 0
    }

    .subpage.services-page .service-banner .box-wrapper .text-div .shape-box-1 {
        transform: translateX(-50%) !important;
        bottom: -200px;
        left: 50%
    }

    .subpage.services-page .service-banner-2 .box-wrapper .text-div {
        padding: 20px
    }

    .subpage.services-page .service-banner-2 .box-wrapper .text-div .main-text {
        font-size: 2.6rem;
        letter-spacing: -1px
    }

    .subpage.services-page .service-banner-2 .box-wrapper .text-div .main-text span:nth-child(2) {
        left: 0
    }

    .subpage.services-page .service-banner-2 .box-wrapper .text-div .sub-text {
        left: 0;
        transform: none !important;
        text-align: left
    }

    .subpage.services-page .service-banner-2 .box-wrapper .text-div .desc {
        left: 0;
        transform: none !important
    }

    .subpage.services-page .service-banner-2 .box-wrapper .text-div .shape-box-1 {
        transform: translateX(-50%) !important
    }

    .subpage.services-page .service-banner-2 .box-wrapper .text-div .shape-box-1 img {
        width: 80%
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div {
        overflow: hidden;
        padding-bottom: 6rem
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div .top-location-div {
        top: 0;
        right: 20px;
        width: 70px
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div .title-txt {
        font-size: 3.2rem;
        line-height: 4.5rem;
        margin-top: 40px;
        text-align: left;
        margin: 40px 0 0 0
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div .title-txt .rellax-h:first-of-type {
        left: 0
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div .title-txt .rellax-h:nth-of-type(2) {
        left: 0
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div {
        height: 250px !important;
        margin-top: 300px
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .layer1 {
        bottom: -6.1rem !important
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .layer2 {
        bottom: -1rem
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .text-box {
        top: -200px;
        left: 0;
        font-size: 2rem
    }

    .subpage.services-page .values-live .slogan {
        font-size: 2rem;
        margin: 20px
    }

    .subpage.services-page .values-live .slogan span.cl2 {
        left: 0
    }

    .subpage.services-page .values-live .boxes-wrap {
        padding: 0 20px
    }

    .subpage.services-page .values-live .slogan2 {
        text-align: center !important;
        font-size: 4rem !important;
        margin: 100px -80px;
        line-height: 4rem
    }

    .subpage.services-page .values-live .slogan2 span.cl1 {
        left: 0 !important
    }

    .subpage.services-page .values-live .slogan2 span.cl2 {
        left: 0
    }

    .subpage.services-page .values-live .content-box-wrap .img-box-1 {
        max-width: 100px;
        top: -90px;
        right: 10px
    }

    .subpage.services-page .values-live .content-box-wrap .img-box-2 {
        max-width: 50px;
        left: 10px;
        top: -50px
    }

    .subpage.services-page .values-live .content-box-wrap .shape-1 {
        max-width: 80px;
        top: 100px;
        right: 20px
    }

    .subpage.services-page .values-live .content-box-wrap .content-text {
        text-align: left;
        font-size: 1.125rem;
        margin-bottom: 50px
    }

    .subpage.services-page .values-live .content-box-wrap .content-text .img-box-3 {
        display: none
    }

    .subpage.services-page .values-live .content-box-wrap .content-text .text-2 {
        left: 0;
        top: 0;
        text-align: left;
        position: relative
    }

    .subpage.services-page .count-sec .count-wrap .boxes {
        padding: 0
    }

    .subpage.services-page .count-sec .count-wrap .boxes .bx {
        padding: 20px
    }

    .subpage.services-page .lets-talk .text {
        padding: 0 20px
    }

    main .lets-make {
        padding-top: 50px
    }

    main .lets-make .bg-wrap {
        padding: 40px 20px
    }

    .subpage.about-page .about-banner .second-sec .box.box-1 .sphere-box {
        bottom: -48px
    }

    .subpage.about-page .about-banner .second-sec .box.box-3 .sphere-box {
        bottom: -48px
    }

    .subpage .work-listing .container_menu_iso .menu_iso li {
        padding: 0;
        margin: -8px;
        font-size: 12px
    }

    .subpage.services-page .lets-talk .slogan-word span.cl2 {
        left: 0
    }

    .subpage.services-page .lets-talk .slogan-word span.cl1 {
        left: 0
    }

    .right-part .accordion-header {
        font-size: 20px !important
    }

    .services-box-wrap {
        margin-bottom: 80px !important
    }

    .BG-text2 h3 {
        font-size: 1.4rem
    }
}

@media screen and (max-width:600px) {
    .relProjects_section .owl-carousel .isotope-item .img_iso .overlay .bottom a {
        font-size: 1.2rem
    }

    .relProjects_section .owl-carousel .isotope-item .img_iso .overlay .bottom .industry {
        font-size: .85rem
    }

    .relProjects_section .owl-carousel .isotope-item .img_iso .overlay .bottom .client {
        font-size: 1.3rem
    }

    .subpage .work-listing .container_gallery_iso .iso-container .isotope-item {
        width: 100%;
        padding: 10px
    }

    .subpage.cases-page .bg-wrap .shape-wrap {
        top: 20px;
        left: auto;
        min-width: 80px;
        max-width: 80px;
        right: 30px;
        float: right
    }

    .subpage.case-details-page {
        padding-right: 20px;
        padding-left: 20px
    }

    .subpage.contact-page .contact-banner {
        padding: 0 20px
    }

    .subpage.contact-page .contact-banner .slogan {
        font-size: 2.8rem;
        letter-spacing: -2px
    }

    .subpage.contact-page .contact-banner .sphere-box {
        bottom: 900px
    }

    .form-wrapper .checkbox-group .form-container {
        width: 100%
    }

    .form-wrapper .shape-wrap {
        display: none
    }

    .subpage.expertise-page .expertise-banner .slogan-word {
        font-size: 4rem;
        line-height: 3rem;
        letter-spacing: -2px
    }

    .subpage.expertise-page .expertise-banner .slogan-word span.cl1 {
        left: 20px
    }

    .subpage.expertise-page .expertise-banner .slogan-word span.cl2 {
        left: 5px
    }

    .subpage.expertise-page .expertise-banner .slogan-word .triangle {
        width: 55px
    }

    .subpage.expertise-page .expertise-banner .slogan-word .circular-name {
        right: 20px;
        width: 60px
    }

    .subpage.expertise-page .expertise-wrap .item-box {
        padding: 20px;
        margin-bottom: 0
    }

    .subpage.products-page .product-banner .slogan-word {
        font-size: 4rem;
        line-height: 3rem;
        letter-spacing: -2px
    }

    .subpage.products-page .product-banner .slogan-word span.cl1 {
        left: 50px
    }

    .subpage.products-page .product-banner .slogan-word span.cl2 {
        left: 80px
    }

    .subpage.products-page .product-banner .slogan-word .triangle {
        width: 55px;
        left: 0
    }

    .subpage.products-page .product-banner .slogan-word .circular-name {
        right: 50px;
        width: 60px
    }

    .subpage.products-page .products-wrap .item-box {
        padding: 20px;
        margin-bottom: 0
    }

    .subpage.product-details-page .product-details-banner {
        padding: 0 20px
    }

    .subpage.product-details-page .product-details-banner .slogan-word {
        font-size: 2.7rem;
        line-height: 3.2rem;
        margin: 30px auto 60px
    }

    .subpage.product-details-page .product-details-banner .slogan-word span.cl1 {
        left: 0
    }

    .subpage.product-details-page .product-details-banner .slogan-word .whatsapp-chat-icon {
        width: 50px;
        left: 20px;
        bottom: -30px
    }

    .subpage.product-details-page .product-details-banner .banner-box-wrap .shape-box-a1 {
        max-width: 60px;
        top: -20px;
        left: 30%
    }

    .subpage.product-details-page .concers .accordion.accordion-flush .accordion-item .accordion-button {
        padding: 20px
    }

    .subpage.product-details-page .content-de-wrap {
        padding: 20px
    }

    .subpage.services-page .count-sec .count-wrap .boxes {
        flex-wrap: wrap
    }

    .subpage.services-page .count-sec .count-wrap .boxes .bx {
        padding: 20px;
        max-width: 100%;
        width: 100%
    }

    .subpage.services-page .lets-talk .slogan-word {
        display: block;
        margin: 100px auto;
        font-size: 4rem;
        letter-spacing: -3px;
        line-height: 4rem;
        margin: 80px auto 50px
    }

    .subpage.services-page .lets-talk .slogan-word .circular-name {
        width: 60px;
        top: -70px;
        right: 20px
    }

    .subpage.services-page .lets-talk .element {
        top: -70px;
        left: -60px
    }

    .subpage.services-page .lets-talk .element .triangle {
        max-width: 70px
    }

    .subpage.services-page .lets-talk .text {
        font-size: 1.2rem
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div {
        height: 150px !important;
        max-width: 360px;
        margin: 200px auto
    }

    .subpage.services-page .service-banner-3 .box-wrapper .slider-div .slider-img-div .text-box {
        top: -180px;
        left: 0;
        font-size: 1.8rem;
        line-height: 2rem
    }
}

.ourWorksNo h2 {
    color: #5a4ac0
}

@media screen and (max-width:374px) {
    .relProjects_section .owl-carousel .isotope-item .img_iso {
        min-height: 24vh
    }
}

@media screen and (max-width:760px) {
    main .expertise .exp-list {
        --auto-grid-min-size: 10rem;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 0fr));
        grid-gap: 2rem;
        max-width: 100%;
        justify-content: center;
        justify-items: center;
        align-items: center
    }

    main .csc .count-wrap .shape-1 {
        top: 592px !important
    }

    main .expertise .exp-list li a {
        padding: 2px
    }

    main .expertise .exp-list li {
        max-width: 130px;
        max-height: 56px;
        width: 100%;
        margin: 0 auto
    }

    main .banner-section .gridlines {
        display: block;
        position: absolute;
        display: flex;
        width: 79%;
        max-width: 1000px;
        height: 550px;
        top: 200px;
        left: 49%;
        transform: translateX(-50%);
        justify-content: space-between;
        list-style-type: none;
        z-index: 0
    }

    main .gridlines li .circles {
        top: -40px;
        left: -34px;
        position: absolute;
        width: 70px;
        height: 100px
    }

    main .banner-section .gridlines li .let-work-btn {
        font-size: 12px
    }

    main .banner-section .gridlines li .let-work-btn::after {
        content: "";
        width: 76%;
        height: 3px;
        background: #000;
        bottom: -5px;
        left: 18px;
        position: absolute
    }
}

@media screen and (min-width:1300px) {
    .rowmanage .row {
        padding: 4rem
    }

    .BG-text2 h3 {
        font-size: 1.4rem
    }

    * {
        scrollbar-width: auto;
        scrollbar-color: #5a4ac0 #fff
    }

    ::-webkit-scrollbar {
        width: 16px
    }

    ::-webkit-scrollbar-track {
        background: #fff
    }

    ::-webkit-scrollbar-thumb {
        background-color: #5a4ac0;
        border-radius: 5px;
        border: 3px solid #fff
    }
}

.hidden {
    display: none
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bg-dark-theme {
    background-color: #000
}

.bg-dark-theme a {
    color: #fff !important
}

.bg-dark-theme h1,
.bg-dark-theme h2,
.bg-dark-theme h3,
.bg-dark-theme h4,
.bg-dark-theme h5,
.bg-dark-theme h6 {
    color: #fff !important
}

.bg-dark-theme p {
    color: #fff
}

.bg-dark-theme .item-box p {
    color: #fff !important
}

.bg-dark-theme .item-box h3 {
    color: #fff !important
}

.bg-dark-theme .item-wrap {
    background: linear-gradient(0, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(90deg, hsla(0, 0%, 100%, .1) -1.52%, hsla(0, 0%, 100%, .024) 104.35%) !important;
    box-shadow: none !important
}

.bg-dark-theme .accordion-button:not(.collapsed) {
    background-color: #161616 !important;
    color: #fff !important
}

.bg-dark-theme .accordion-button::after {
    filter: brightness(100%) !important;
    filter: contrast(0) !important
}

.bg-dark-theme .accordion-item {
    background-color: #161616 !important;
    color: #fff !important
}

.bg-dark-theme main .expertise {
    background-color: #16161600 !important;
    color: #000 !important
}

.bg-dark-theme main .lets-make {
    background-color: #16161600 !important;
    color: #fff !important
}

.bg-dark-theme .action-btn {
    color: #000 !important
}

.bg-dark-theme footer {
    background-color: #000 !important
}

.bg-dark-theme .title {
    background-color: #000 !important
}

.bg-dark-theme .fixed {
    background: rgb(21 21 21 / 95%) !important
}

.bg-dark-theme .number-wrap .title {
    background-color: transparent !important
}

.bg-dark-theme .email-wrap .title {
    background-color: transparent !important
}

.bg-dark-theme .location-txt {
    filter: contrast(0)
}

.bg-dark-theme .exp-list li:nth-child(3) {
    filter: contrast(0)
}

.bg-dark-theme .img-box-3 img {
    width: 100%;
    filter: contrast(0);
    filter: invert(1)
}

.exp-list li a img {
    transition: transform .3s ease-in-out
}

.exp-list li a:hover img {
    transform: scale(1.1)
}

.form-floating .asterisk {
    color: red
}

.is-invalid {
    border: 1px solid red !important;
    background-color: #ffe6e6 !important
}

.terms-title {
    font-size: 3rem;
    margin-bottom: 40px
}

.terms-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.8
}

.terms-content p {
    margin-bottom: 20px
}

.terms-section {
    margin-bottom: 4rem
}

.terms-box {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 2rem;
    transition: .3s
}

.terms-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #1c1c1c;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 1rem;
    margin-bottom: 2rem
}

.terms-sub-content p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 2rem
}

.terms-item {
    margin-bottom: 2rem
}

.terms-item h3 {
    font-size: 1.25rem;
    color: #5a4ac0;
    margin-bottom: .5rem
}

.terms-item p,
.terms-item ul {
    font-size: 1rem;
    color: #444
}

.terms-item ul {
    padding-left: 1.2rem;
    list-style: disc
}

.terms-item ul li {
    margin-bottom: .5rem
}

.floatingbtn {
    position: fixed;
    right: 6%;
    top: 20%;
    z-index: 10;
    transform: rotate(270deg);
    transform-origin: right center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem
}

.floatingbtn ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    background: rgb(89 74 192 / 79%);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, .3);
    box-shadow: 2px 3px 10px 4px rgba(0, 0, 0, .1), inset 1px 1px 0 rgb(255 255 255 / 50%), inset 0 -1px 0 rgb(0 0 0 / 10%), inset 0 0 10px 5px rgb(0 0 0 / 2%);
    position: relative;
    overflow: hidden
}

.floatingbtn li:hover {
    background-color: #000;
    background: linear-gradient(-45deg, #242424, #594ac0, #388dae, #492794);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite
}

.floatingbtn li {
    list-style: none;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .3)
}

.floatingbtn a {
    display: block;
    padding: 1.3rem 1rem;
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    height: 100%;
    width: 100%
}

@media screen and (min-width:768px) {
    .floatingbtn {
        right: 1%;
        top: -2%
    }
}

@media screen and (min-width:1024px) {
    .floatingbtn {
        top: -60%
    }
}

@media (max-width:768px) {
    .floatingbtn a {
        font-size: .9rem;
        padding: .6rem .8rem
    }

    .floatingbtn ul {
        border-radius: .7rem
    }
}

@media screen and (max-width:768px) {
    main .banner-section .content-wrap .content--layout-2 .content__desc {
        left: 0
    }

    main .banner-section .content-wrap .content--layout-3 .content__desc {
        left: -221px
    }
}

#breadcrumb {
    width: fit-content;
    max-width: 100%
}

.breadcrumb {
    background: #fff;
    padding: 8px 16px;
    border-radius: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    width: fit-content;
    box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px
}

.back-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #000;
    font-size: 16px;
    transition: .3s
}

.breadcrumb .divider {
    opacity: .6
}

.breadcrumb span {
    white-space: nowrap
}

.breadcrumb a {
    text-decoration: none;
    color: #6c63ff;
    font-weight: 500
}

.breadcrumb span {
    color: #212529
}

.breadcrumb span:hover {
    color: #6c63ff
}

.breadcrumb .separator {
    color: #999
}

.breadcrumb {
    font-size: 14px;
    font-family: Arial, sans-serif
}

.breadcrumb a {
    color: #666;
    text-decoration: none
}

.breadcrumb a:hover {
    color: #000
}

.breadcrumb .active {
    color: #594ac0;
    font-weight: 700
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: -114px;
    display: none;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    padding: 0;
    margin: 0;
    min-width: 160px;
    z-index: 1000;
    max-height: 500px;
    overflow-y: auto;
    scrollbar-width: thin
}

.dropdown-menu li a {
    padding: 10px 15px;
    white-space: nowrap;
    color: #333
}

.dropdown:hover .dropdown-menu {
    display: block
}

.accordion-item:first-of-type .accordion-button {
    font-size: 36px;
    font-weight: 700;
    color: #6610f2
}

.accordion-button {
    background-color: #f8f9fa;
    font-weight: 600;
    font-size: 1.1rem;
    color: #333
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #ddd
}

.accordion-body ul.list-box {
    list-style: none;
    padding-left: 0;
    margin: 0
}

.accordion-body ul.list-box>li {
    position: relative;
    margin: 10px 0
}

.accordion-body ul.list-box a {
    text-decoration: none;
    color: #333;
    transition: color .3s
}

.accordion-body ul.list-box a:hover {
    color: #007bff
}

.has-submenu>ul {
    display: none;
    list-style: none;
    position: relative;
    margin-top: 10px;
    padding-left: 15px;
    max-height: 150px;
    overflow-y: auto;
    border-left: 2px solid #eee
}

.menu-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none
}

.menu-link img {
    vertical-align: middle
}

.has-submenu:hover>ul {
    display: block
}

.has-submenu ul::-webkit-scrollbar {
    width: 6px
}

.has-submenu ul::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px
}

.accordion-body ul.list-box a {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700
}

.accordion-body ul.list-box a:hover {
    transition: color .3s ease-in-out;
    text-decoration: underline
}

.accordion-toggle-text {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 0;
    cursor: pointer
}

.accordion-button::after {
    display: none !important
}

.accordion-toggle-text:focus,
.accordion-toggle-text:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent
}

.accordion-button,
.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important;
    color: inherit
}

@keyframes gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@media (max-width:1024px) {
    .expertise-scroller .scroller__inner img {
        width: 500px !important;
        height: auto;
        object-fit: contain;
        margin: 0 20px
    }
}

@media (max-width:768px) {
    main .banner-section .content-wrap .content--layout-1 .content__desc {
        top: 74px;
        left: 0
    }

    .expertise-scroller .scroller__inner img {
        width: 280px !important;
        height: auto;
        object-fit: contain;
        margin: 0 20px
    }
}

@media (max-width:600px) {
    .scroller__inner img {
        width: 280px !important
    }
}

@media (min-width:521px) and (max-width:768px) {
    .dropdown-menu {
        right: -54px !important
    }
}

.catelogue {
    position: relative
}

.panel {
    height: 100vh;
    width: 100%
}

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

.panel {
    height: 100vh;
    width: 100%
}

.panel .item {
    position: relative
}

.catelogue-item {
    flex: 1;
    height: 100vh;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
    display: flex;
    background-color: #f8f9fa;
    align-content: space-between;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
    object-fit: cover
}

.testimonial {
    width: 100%;
    display: block;
    margin-bottom: 15px
}

.testimonial img {
    width: 100%
}

.background-shade {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding: 0;
    height: 100%;
    display: flex;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgb(0 0 0 / 74%) 71%, #000 99%);
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end
}

.catelogue-item .BG-text2 {
    z-index: 299;
    display: flex;
    color: #fff;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end
}

.catelogue-item .BG-text1 {
    z-index: 299;
    display: flex;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    flex-direction: column;
    justify-content: flex-end
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.category-list ul {
    padding: 0;
    margin: 0;
    display: flex
}

.category-list .category-item {
    margin-bottom: 10px;
    list-style: none;
    margin-right: 13px
}

.web-application {
    padding: 10px;
    background-color: #5437ff;
    border-radius: 27px;
    color: #fff
}

.AI {
    padding: 10px;
    background-color: #ffff;
    border-radius: 27px;
    color: #000
}

.mobileapp {
    padding: 10px;
    background-color: #f80;
    border-radius: 27px;
    color: #fff
}

.BG-text2 h3 {
    font-size: 1.5rem
}

.img-mobile {
    display: none
}

.rowmanage .row {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    justify-content: end;
    flex-wrap: wrap;
    align-items: end;
    align-content: end
}

.testimonial-panel {
    display: none
}

.floating-mobile {
    display: none
}

@media (max-width:1500px) {
    .catelogue-item .BG-text2 {
        padding: 0 !important
    }

    .background-shade {
        background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .44) 71%, #000 20%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, .44) 60%, #000 99%)
    }

    .catelogue-item .BG-text1 {
        margin: 0;
        height: 100%;
        display: flex
    }

    .BG-text1 h4 {
        font-size: 1rem
    }

    .BG-text1 h5 {
        font-size: .9rem
    }

    .BG-text1 h6 {
        font-size: .8rem
    }
}

@media (max-width:1024px) {
    .scroller {
        margin-top: 2rem !important
    }

    main .banner-section .content-wrap {
        position: relative
    }

    @media (orientation:portrait) {
        main .banner-section .content-wrap .secure-text {
            left: 130%
        }
    }

    @media (orientation:landscape) {
        main .banner-section .content-wrap .secure-text {
            left: 110%;
            margin-top: -70px
        }
    }
}

@media (max-width:950px) {
    .expertise-content {
        transform: none
    }

    main .banner-section .content-wrap .content--layout-3 .web5 {
        width: 106px !important;
        position: absolute;
        top: -33rem !important;
        left: -2rem !important
    }

    main .banner-section .content-wrap .content--layout-3 .web4 {
        width: 106px !important;
        position: absolute;
        bottom: -11rem !important;
        left: 15rem !important
    }

    main .banner-section .content-wrap .content--layout-3 .web3 {
        width: 106px !important;
        position: absolute;
        top: -27rem !important;
        left: 19rem !important
    }

    main .banner-section .content-wrap .content--layout-3 .web2 {
        width: 106px !important;
        position: absolute;
        top: -27rem !important;
        left: 19rem !important
    }

    .floating-mobile {
        display: flex;
        position: fixed;
        bottom: 0;
        width: auto;
        z-index: 99;
        left: 0;
        right: 0;
        flex-direction: row;
        justify-content: center;
        bottom: 28px
    }

    .floating-mobile ul {
        display: flex;
        flex-direction: row;
        width: 52%;
        margin: 0 auto;
        border-radius: 14px;
        padding: 0;
        justify-content: center;
        background: rgb(78 53 233 / 23%);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
        backdrop-filter: blur(1.4px);
        -webkit-backdrop-filter: blur(6.4px);
        border: 1px solid rgba(255, 255, 255, .32)
    }

    .floating-mobile li {
        list-style: none;
        padding: 13px 43px;
        width: 100%;
        text-align: center
    }

    .floating-mobile a {
        color: #000
    }

    .floating-mobile svg {
        color: #000;
        fill: white;
        width: 20px;
        height: 20px
    }

    .rowmanage {
        padding: 0;
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .testimonial-panel {
        display: flex;
        height: 100vh
    }

    .testimonial-panel .shade-testimonial {
        background-color: #59458bf0
    }

    .testimonial-panel .BG-text1 {
        color: #000;
        display: flex !important;
        height: 100vh;
        padding: 2rem;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center
    }

    .testimonial-panel .BG-text1 p {
        font-size: 1.6rem;
        color: #fff;
        text-align: center
    }

    .testimonial-panel .BG-text1 svg {
        font-size: 1.6rem;
        color: #fff;
        fill: white;
        width: 73px;
        text-align: center;
        height: 62px;
        margin: 20px 0;
        display: block
    }

    .testimonial-panel .BG-text1 h4 {
        font-size: 1.5rem;
        color: #fff
    }

    .testimonial-panel .BG-text1 h5 {
        color: #fff;
        font-size: 1.1rem
    }

    .testimonial-panel .BG-text1 h6 {
        color: #fff;
        font-size: 1rem
    }

    .BG-text1 {
        display: none !important
    }

    .background-shade {
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding: 0;
        height: 100%;
        display: flex;
        background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .44) 71%, #000 99%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .44) 71%, #000 99%);
        align-items: flex-end;
        flex-direction: column;
        justify-content: space-between;
        background-color: #22043fd9
    }

    .background-shade.shade1 {
        background-color: #4b308bdb
    }

    .background-shade.shade2 {
        background-color: #182275c7
    }

    .background-shade.shade3 {
        background-color: #142131c9
    }

    .background-shade.shade4 {
        background-color: #d84148db
    }

    .background-shade.shade5 {
        background-color: #0d3381bf
    }

    .background-shade.shade6 {
        background-color: #00000096
    }

    .background-shade.shade7 {
        background-color: #2b8270d9
    }

    .background-shade.shade8 {
        background-color: #0e46a7d4
    }

    .background-shade.shade9 {
        background-color: #041c42cf
    }

    .img-mobile {
        display: inline-block;
        overflow: hidden;
        height: 50vh
    }

    .img-mobile .img-flow {
        --distance: 90px;
        --duration: 5s;
        overflow: visible;
        will-change: transform
    }

    main .we-are-2 h2 {
        display: block;
        margin: auto;
        font-weight: 600;
        position: relative;
        text-align: center;
        font-size: 2rem;
        z-index: 8;
        text-transform: capitalize
    }

    .catelogue-item {
        background-position: center;
        backface-visibility: visible;
        background-size: cover;
        object-fit: cover;
        background-repeat: no-repeat
    }

    .category-list ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }

    .category-list .category-item {
        padding: 7px 8px;
        font-size: 12px;
        margin: 3px;
        font-weight: 700;
        margin-bottom: 26px
    }

    .catelogue-item {
        height: 100%
    }

    .panel {
        height: 100vh
    }

    .catelogue-grid-1 .BG-text2 {
        padding: 23px 15px !important
    }

    .catelogue-shadow:before {
        display: none
    }

    .BG-text1 h4 {
        font-size: 1rem
    }

    .BG-text1 h5 {
        font-size: .9rem
    }

    .BG-text1 h6 {
        font-size: .8rem
    }

    .catelogue-grid-1 .BG-text2 h3 {
        font-size: 1.2rem;
        font-weight: 400;
        margin-bottom: 120px
    }

    .BG-text2 p {
        height: 100%;
        overflow-y: auto;
        line-height: 1.5;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        font-weight: medium;
        font-size: 20px;
        margin-top: 18px
    }

    .we-are-2 p {
        font-size: 1rem !important
    }
}

@media (max-width:800px) {
    .BG-text1 {
        display: none !important
    }

    .scroller {
        margin: 0;
        height: auto;
        margin-top: 3rem !important
    }
}

main .banner-section .content-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    min-height: auto;
    pointer-events: none
}

@media (min-width:1024px) {
    main .banner-section .content-wrap {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        min-height: 780px;
        pointer-events: none
    }
}

@media (max-width:800px) {
    .scroller.tab {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .tag-list.tab li {
        padding: 0 !important
    }

    .expertise-scroller .scroller__inner img {
        height: 15rem !important;
        width: max-content !important
    }

    .mob img {
        height: 28rem !important
    }

    .tab-slide img {
        height: 16rem !important
    }
}

@media (max-width:500px) {
    .scroller.tab {
        margin-bottom: 0 !important;
        margin-top: 6rem !important
    }

    .tag-list.tab li {
        padding: 0 !important
    }

    main .banner-section .content-wrap {
        margin-top: 0
    }

    main .banner-section .content-wrap .content--layout-3 .bgx-3 {
        margin-top: -193px
    }

    .expertise-scroller .scroller__inner img {
        height: 15rem !important;
        width: max-content !important
    }
}

@media (max-width:400px) {
    .testimonial-panel .BG-text1 p {
        font-size: 1.3rem;
        color: #fff;
        text-align: center
    }

    .testimonial-panel .BG-text1 svg {
        font-size: 1.6rem;
        color: #fff;
        fill: white;
        width: 73px;
        text-align: center;
        height: 62px;
        margin: 20px 0;
        display: block
    }

    .testimonial-panel .BG-text1 h4 {
        font-size: 1rem;
        color: #fff
    }

    .testimonial-panel .BG-text1 h5 {
        color: #fff;
        font-size: .9rem
    }

    .testimonial-panel .BG-text1 h6 {
        color: #fff;
        font-size: .5rem
    }

    .BG-text1 {
        display: none !important
    }

    .scroller {
        margin: 0;
        height: auto;
        margin-top: 5rem !important
    }

    .background-shade {
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding: 0;
        height: 100%;
        display: flex;
        background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .44) 71%, #000 99%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .44) 71%, #000 99%);
        align-items: flex-end;
        flex-direction: column;
        justify-content: space-between;
        background-color: #22043fd9
    }

    .background-shade.shade1 {
        background-color: #4b308bdb
    }

    .background-shade.shade2 {
        background-color: #182275c7
    }

    .background-shade.shade3 {
        background-color: #142131c9
    }

    .background-shade.shade4 {
        background-color: #d84148db
    }

    .background-shade.shade5 {
        background-color: #0d3381bf
    }

    .background-shade.shade6 {
        background-color: #00000096
    }

    .background-shade.shade7 {
        background-color: #2b8270d9
    }

    .background-shade.shade8 {
        background-color: #0e46a7d4
    }

    .background-shade.shade9 {
        background-color: #041c42cf
    }

    .img-mobile {
        display: block;
        height: 50vh
    }

    main .we-are-2 h2 {
        display: block;
        margin: auto;
        font-weight: 600;
        position: relative;
        text-align: center;
        font-size: 2rem;
        z-index: 8;
        text-transform: capitalize
    }

    .catelogue-item {
        background-position: center;
        backface-visibility: visible;
        background-size: cover;
        object-fit: cover;
        background-repeat: no-repeat
    }

    .category-list ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }

    .category-list .category-item {
        padding: 2px 8px;
        font-size: 17px;
        margin: 3px
    }

    .catelogue-item {
        height: 100%
    }

    .panel {
        height: 100vh
    }

    .catelogue-grid-1 .BG-text2 {
        padding: 23px 15px !important
    }

    .catelogue-shadow:before {
        display: none
    }

    .BG-text1 h4 {
        font-size: 1rem
    }

    .BG-text1 h5 {
        font-size: .9rem
    }

    .BG-text1 h6 {
        font-size: .8rem
    }

    .catelogue-grid-1 .BG-text2 h3 {
        font-size: 1rem
    }

    .BG-text2 p {
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin
    }

    .we-are-2 p {
        font-size: 1rem !important
    }
}

@keyframes moveX {
    0% {
        transform: translateX(calc(var(--distance) * -1))
    }

    100% {
        transform: translateX(var(--distance))
    }
}

.services-carousel-grid .item .item-wrap {
    height: auto;
    padding: 50px 30px;
    border-radius: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 17px 16.5px 0 rgba(90, 74, 192, .2);
    background: #fff;
    position: relative;
    color: #231f20;
    transition-duration: .5s;
    text-align: center
}

.services-carousel-grid .item .item-wrap .icon-box {
    height: 80px
}

.services-carousel-grid .item .item-wrap .icon-box .icon-im {
    max-height: 70px;
    display: block;
    width: auto !important;
    margin: 0 auto 20px auto;
    max-width: 70px
}

.leayer-bg-position .bg-text {
    top: 0
}

.leayer-bg-position .scroller:before {
    content: "";
    bottom: 0;
    width: 100%;
    height: 200px;
    position: absolute;
    display: block;
    z-index: 1;
    background: #fff;
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 44%);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 44%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%)
}

.scroller {
    max-width: 100%;
    position: relative;
    margin-top: -6rem;
    margin-bottom: 8rem
}

.scroller.expertise-scroller.tab {
    margin-bottom: 0
}

.scroller__inner {
    padding-block: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.scroller__inner img {
    width: 85%;
    height: auto;
    object-fit: contain
}

.scroller[data-animated=true] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 60s) var(--_animation-direction, forwards) linear infinite
}

.scroller[data-direction=left] {
    --_animation-direction: forwards
}

.scroller[data-speed=slow] {
    --_animation-duration: 60s
}

@keyframes scroll {
    to {
        transform: translate(calc(-50% - .5rem))
    }
}

.tag-list {
    margin: 0;
    padding-inline: 0;
    list-style: none
}

.tag-list li {
    padding: 1rem;
    background-color: transparent;
    border: 1px solid #eceff133;
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.tag-list li h3 {
    background-color: #ffdfdf;
    padding: 3px 14px;
    color: red;
    border-radius: 90px
}

.tag-list li h3 {
    background-color: #f1efff;
    color: #4e41a9
}

main .banner-section .content-wrap .content--layout-2 .icon-apple {
    width: 106px;
    position: absolute;
    top: -10rem;
    right: 16rem
}

main .banner-section .content-wrap .content--layout-2 .icon-software {
    width: 106px;
    position: absolute;
    top: -7rem;
    left: -13rem
}

main .banner-section .content-wrap .content--layout-2 .icon-whatsapp {
    width: 106px;
    position: absolute;
    top: -10rem;
    right: 0
}

main .banner-section .content-wrap .content--layout-3 .web1 {
    width: 106px;
    position: absolute;
    top: -12rem;
    right: 0
}

main .banner-section .content-wrap .content--layout-3 .web2 {
    width: 106px;
    position: absolute;
    bottom: -8rem;
    left: -6rem
}

main .banner-section .content-wrap .content--layout-3 .web3 {
    width: 106px;
    position: absolute;
    top: -19rem;
    right: 21rem
}

main .banner-section .content-wrap .content--layout-3 .web4 {
    width: 106px;
    position: absolute;
    bottom: -11rem;
    right: 10rem
}

main .banner-section .content-wrap .content--layout-3 .web5 {
    width: 106px;
    position: absolute;
    top: -18rem;
    left: -8rem
}

.bg-sec {
    border-radius: 35px
}

main .slider-testimonial-section-wrap {
    padding-top: 100px;
    background: #fff;
    width: 100%
}

.ts-slider-card {
    height: 100%;
    aspect-ratio: 2/3;
    border-radius: 23px;
    justify-content: center;
    align-items: flex-end;
    max-width: none;
    position: relative;
    overflow: hidden;
    display: flex;
    background-repeat: no-repeat;
    background: #edf5ff;
    background: -webkit-linear-gradient(180deg, rgba(237, 245, 255, 0) 0, #f2f7ff 44%);
    background: -moz-linear-gradient(180deg, rgba(237, 245, 255, 0) 0, #f2f7ff 44%);
    background: linear-gradient(180deg, rgba(237, 245, 255, 0) 0, #f2f7ff 44%)
}

.ts-slider-card .title {
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    background: #fff;
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%)
}

.ts-slider-card .title p {
    height: 100%;
    font-size: 19px;
    display: flex;
    align-content: center;
    align-items: center;
    font-weight: 400
}

.ts-slider-card .title h4 {
    font-size: 18px;
    font-weight: 200
}

.ts-slider-card .title h3 {
    font-size: 16px
}

.ts-slider-card .title h6 {
    font-size: 14px
}

.serivices-slide-text-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex: none;
    align-items: center;
    display: flex
}

.services-slide-text-box {
    flex: none;
    padding: .5rem
}

.services-slide-text {
    font-family: var(--text--outfit);
    color: var(--text--text-black);
    letter-spacing: .03rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 150%
}

.service-slide-dot {
    background-color: #000;
    border-radius: 100%;
    flex: none;
    width: .5rem;
    height: .5rem
}

.services-slide-content-block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    display: flex
}

.scrollspy-tab-container .main-heading {
    margin: auto;
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4
}

.scrollspy-tab-container .main-heading .black {
    color: #000
}

.scrollspy-tab-container .main-heading .purple {
    color: #5336ff
}

.scrollspy-tab-container .tabs-container {
    width: 100%
}

.scrollspy-tab-container .tabs-list {
    padding: 1rem;
    gap: 2.25rem;
    align-items: center;
    justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 16px auto;
    padding: 0 5px;
    flex-wrap: nowrap;
    overflow-x: auto;
    top: 10px;
    -webkit-transition: top .3s ease;
    transition: top .3s ease;
    max-width: calc(100% - 32px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    border-radius: 120px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    z-index: 100;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.tabs-list {
    position: relative;
    top: 0;
    z-index: 1000;
    transition: background-color .3s ease, box-shadow .3s ease
}

.tabs-list.is-stuck {
    position: fixed !important;
    top: 9%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    z-index: 1000
}

.tabs-container,
.tabs-container * {
    transform: none !important;
    will-change: auto !important
}

.sticky-sentinel {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    pointer-events: none
}

.scrollspy-tab-container .tabs-list::-webkit-scrollbar {
    display: none
}

.scrollspy-tab-container .tabs-list.scrolling-up {
    top: 100px !important
}

.is-stuck {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999999999;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .06)
}

.tab-trigger {
    display: block;
    background: 0 0;
    border: none;
    padding: .5rem .75rem;
    height: 100%;
    margin: 8px 2px 5px 2px;
    cursor: pointer;
    color: #121317;
    border-radius: 50rem;
    transition: all .2s ease;
    text-decoration: none
}

.tab-trigger:hover {
    background-color: #be9df6;
    color: #121317
}

.tab-trigger.active {
    background: #7c3aed;
    border-radius: 50rem;
    color: #fff;
    transform: translateY(-2px);
    position: relative
}

.tab-trigger.active::after {
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: -6px;
    height: 3px;
    background: linear-gradient(90deg, #a78bfa, #7c3aed);
    border-radius: 6px
}

html {
    scroll-behavior: smooth
}

.tab-content {
    padding: 10px 0
}

body {
    overflow-x: hidden
}

.full-screen {
    display: block;
    width: 100%
}

.panels2-container {
    padding: 0
}

.panels2-container .panel2 {
    position: relative;
    width: 100%;
    display: flex;
    text-align: left
}

.agile-methodology .section-title {
    text-align: left !important
}

.scrollspy-tab-container .content-wrapper {
    display: flex;
    align-items: start
}

.scrollspy-tab-container .left-content {
    display: flex;
    flex-direction: column;
    gap: .9375rem
}

.scrollspy-tab-container .left-content .heading {
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    padding: 1rem;
    border-radius: 50rem;
    background-color: #f2f0ff
}

.scrollspy-tab-container .section-title,
.scrollspy-tab-container .sub-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: .5rem
}

.scrollspy-tab-container .section-title::after {
    margin: 0 !important
}

.scrollspy-tab-container .purpose-text {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    line-height: 1.25
}

.workflow-item-card {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    border-radius: 6px !important;
    color: #5b4ac0;
    background-color: #efecff;
    position: relative
}

.workflow-item-card .workflow-item-desc {
    font-size: 12px;
    margin-bottom: 0;
    color: #000
}

.workflow-item-card::after {
    content: url(/assets/images/icons/arrow-right.svg);
    position: absolute;
    right: -1rem
}

.workflow-row .col-12:last-child .workflow-item-card::after {
    content: "" !important
}

.workflow-item-title {
    font-size: 14px;
    margin: 0 !important
}

.workflow-item-desc {
    margin-top: 5px;
    color: #000 !important;
    font-weight: 500;
    font-size: 12px
}

.workflow-item-card .circle-box {
    width: 20px;
    height: 20px;
    display: flex;
    background-color: #d4cdff;
    padding: .75rem;
    border-radius: 50%;
    justify-content: center;
    align-content: center;
    align-items: center
}

.workflow-item-card .vr-text {
    font-weight: 400 !important
}

.vr-grid {
    display: flex;
    gap: .5125rem;
    margin-top: .9375rem
}

.vr-card {
    position: relative;
    flex: 1;
    padding: 0 .5625rem;
    background: 0 0;
    padding-left: 20px
}

.vr-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: .6rem;
    height: .6rem;
    display: block;
    background-color: #5a4abf;
    border-radius: 10px
}

.vr-text {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
    margin-bottom: 0 !important
}

.scrollspy-tab-container .deliverables-section {
    max-width: 859px;
    margin-top: .9375rem
}

.scrollspy-tab-container .deliverables-grid {
    display: flex;
    gap: 1.4375rem;
    margin-top: .9375rem
}

.scrollspy-tab-container .deliverable-card {
    width: 271px;
    padding: .75rem 1.5625rem;
    border-left: 5px solid #5336ff;
    background: 0 0
}

.scrollspy-tab-container .tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    align-items: center;
    gap: 1rem
}

.scrollspy-tab-container .tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, max-content));
    justify-content: left;
    gap: 30px
}

.scrollspy-tab-container .tools-grid img {
    width: 80px;
    height: auto
}

.scrollspy-tab-container .tools-grid img {
    object-fit: contain
}

.scrollspy-tab-container .right-content {
    position: relative
}

.scrollspy-tab-container .image-wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.scrollspy-tab-container .image-wrapper img {
    border-radius: 34px;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.scrollspy-tab-container .img-1 {
    top: 0;
    left: 0
}

.scrollspy-tab-container .img-2 {
    top: 0;
    left: 312px
}

.scrollspy-tab-container .img-3 {
    top: 283px;
    left: 0
}

.scrollspy-tab-container .placeholder-text {
    font-size: 1rem;
    font-weight: 500;
    color: #000
}

.swipe-slide-container {
    overscroll-behavior: none;
    width: 600%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap
}

.swipe-slide-section .card-project {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important
}

.swipe-slide-section .card-project .container-wrap {
    padding: 2rem 3rem 2rem 3.5rem !important
}

.swipe-slide-container .panel-slide {
    width: 100vw
}

@media (max-width:1400px) {
    .rowmanage .row {
        padding: 2rem
    }
}

@media (max-width:1200px) {
    .rowmanage .row {
        padding: 2rem
    }

    main .we-are-2 .shape-5 {
        left: 20px;
        top: 25px
    }

    main .we-are-2 .shape-5.api {
        left: 20px;
        top: 20px
    }

    .catelogue .catelogue-grid-1 .quote-icon img {
        width: 45px !important
    }

    .BG-text2 h3 {
        font-size: 1.5rem
    }

    .scrollspy-tab-container .image-wrapper img {
        border-radius: 14px !important
    }

    main .we-are-2 h2 {
        font-size: 2.75em
    }

    .title-container.title-theme1 .title {
        font-size: 48px
    }
}

@media (max-width:991px) {
    .rowmanage .row {
        padding: 0
    }

    .main-item {
        margin-bottom: 0 !important
    }

    #main-container .left-content .pin-spacer {
        height: auto !important
    }

    .side-bar-panel .fade-item {
        font-size: 14px !important
    }

    .side-bar-panel #currentDesc {
        font-size: 14px !important
    }

    .side-bar-panel .current-item {
        font-size: 16px !important
    }

    .main-item {
        margin-bottom: 0
    }

    #sidebar.side-bar-panel {
        top: 0 !important;
        background: #fff;
        z-index: 999;
        height: auto !important;
        max-height: 100% !important
    }

    .scrollspy-tab-container .left-content .heading {
        font-size: 21px
    }

    .scrollspy-tab-container .section-title {
        font-size: 18px
    }

    .scrollspy-tab-container .purpose-text {
        font-size: 22px
    }

    .panels2-container {
        flex-direction: column;
        height: 100%;
        width: 100% !important;
        gap: 2rem
    }

    .scrollspy-tab-container .right-content {
        height: 100% !important
    }

    .panels2-container .panel2 {
        height: 100% !important;
        overflow: auto
    }

    .tab-content {
        padding: 0 !important
    }

    .scrollspy-tab-container .tabs-list {
        flex-wrap: nowrap;
        justify-content: start;
        gap: 1rem;
        overflow-x: auto
    }

    @media (max-width:575.98px) {
        .project-section-head h2 span {
            margin: 0;
            margin-right: 0
        }
    }
}

@media (max-width:768px) {

    .team-culture-section .sphere,
    .we-are-2 .sphere {
        bottom: 60% !important
    }

    .we-are-2 .sphere.timetrack {
        bottom: 70% !important
    }

    main .we-are-2 h2 {
        font-size: 1.75em;
        margin-bottom: 15px
    }

    .scrollspy-tab-container .main-heading {
        font-size: 1.5rem
    }

    .workflow-item-card::after {
        right: auto;
        bottom: -24px;
        left: 48%;
        transform: rotate(90deg)
    }

    .scrollspy-tab-container .deliverables-grid,
    .vr-grid {
        flex-direction: column
    }

    .scrollspy-tab-container .deliverable-card,
    .vr-card {
        width: 100%
    }

    .scrollspy-tab-container .tools-grid {
        flex-wrap: wrap
    }

    .scrollspy-tab-container .right-content {
        width: 100%
    }
}

@media (max-width:576px) {
    main .banner-section .content__title {
        font-size: 3.4em
    }

    .services-slide-text {
        font-size: 1.2rem
    }

    .products .spacer-56 {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem
    }

    .scrollspy-tab-container .left-content .heading {
        font-size: 21px
    }

    .scrollspy-tab-container .section-title,
    .scrollspy-tab-container .sub-title {
        font-size: 16px
    }

    main .banner-section .content-wrap .content--layout-2 .icon-apple,
    main .banner-section .content-wrap .content--layout-2 .icon-whatsapp {
        top: -2rem
    }

    .vr-text,
    .workflow-item-title {
        font-size: 14px
    }

    .scrollspy-tab-container .tabs-list {
        position: relative;
        background: linear-gradient(to right, #fff 0, #fff 90%, rgba(255, 255, 255, 0) 100%);
        padding-right: 30px;
        display: flex;
        flex-direction: row;
        padding: 0;
        text-align: center;
        border-radius: 14px;
        align-items: center
    }

    .scrollspy-tab-container .tabs-list::after {
        content: '';
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23999" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg>') no-repeat center;
        background-size: 16px 16px;
        opacity: .6;
        pointer-events: none;
        animation: scroll-indicator-pulse 2s ease-in-out infinite
    }

    @keyframes scroll-indicator-pulse {

        0%,
        100% {
            opacity: .6;
            transform: translateY(-50%) translateX(0)
        }

        50% {
            opacity: 1;
            transform: translateY(-50%) translateX(4px)
        }
    }
}

.splider-full-width_wapper {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    display: flex
}

.splide.splide-single .splide__track {
    overflow: visible !important
}

.aline-center {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.hero-bg-video {
    z-index: -1;
    pointer-events: none;
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%
}

.bg-color-purple {
    background-color: var(--bs-light-purple) !important
}

.bg-purple {
    background-color: var(--bs-purple) !important
}

.bg-light-purple {
    background-color: var(--bs-light-purple) !important
}

.bg-light-green {
    background-color: var(--bs-light-green) !important
}

.bg-light-brickred {
    background-color: var(--bs-light-brick-red) !important
}

.width-max-42rem {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto
}

.resource-img {
    width: auto;
    height: 100%
}

.spacer-56 {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    flex-flow: column;
    display: flex
}

.solid-logo-gap {
    height: 1.5rem
}

.splide__slide.reel-card {
    margin-left: 0;
    margin-right: 0
}

.splide__slide.is-tm7 {
    width: 25rem
}

.splide__slide.is-device-cms {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: 25rem;
    display: flex
}

.splide__list.white-bg-20 {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    display: flex
}

.splide__list.logos-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    display: flex
}

.splide__list.is-device-cms {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: flex
}

.splide__track {
    overflow: hidden
}

.splide__track.top-56 {
    padding-top: 3.5rem
}

.splide__track.is-logo-gap {
    margin-top: 2rem
}

@keyframes servicesslide {
    0% {
        transform: translateX(calc(0 + 50px))
    }

    100% {
        transform: translateX(-100%)
    }
}

.element-animate {
    animation: servicesslide 20s infinite linear
}

@keyframes servicesslidealt {
    0% {
        transform: translateX(calc(0 + 50px))
    }

    100% {
        transform: translateX(-100%)
    }
}

.element-animate-alt {
    animation: servicesslidealt 20s infinite linear;
    animation-direction: reverse
}

.headingtype2 h2 {
    display: block;
    margin: auto;
    font-weight: 600;
    position: relative;
    text-align: center;
    font-size: 4rem;
    z-index: 8
}

.headingtype2 p {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 200;
    line-height: inherit
}

.headingtype3 p {
    text-align: center !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: inherit !important
}

.headingtype3 h2 {
    display: block;
    margin: auto;
    font-weight: 600;
    position: relative;
    text-align: center;
    font-size: 64px;
    z-index: 8
}

.project-type1 {
    position: relative;
    z-index: 1
}

.project-card-wrap {
    position: relative;
    border-radius: 30px
}

.card-project .container-wrap {
    position: relative;
    height: 100%;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    text-align: left;
    justify-content: flex-start;
    padding: 2rem
}

.card-project .container-wrap2 {
    position: relative;
    height: 100%;
    display: flex;
    align-content: start;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    text-align: left;
    justify-content: flex-start;
    padding: 2rem
}

.card-project .content {
    width: 100%
}

.project-title img {
    margin-bottom: 10px
}

.card-project {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: rgba(17, 12, 46, .15) 0 48px 100px 0;
    border: 1px solid #fff !important;
    border-radius: 27px !important
}

.element {
    position: absolute;
    top: 31%
}

.counter h6 {
    font-size: 14px;
    font-weight: 400
}

.counter h3 {
    font-size: 21px;
    font-weight: 700
}

.technology h3 {
    font-size: 20px
}

.bg-theme2 {
    background-color: #0e1263 !important
}

.bg-theme2 h2,
.bg-theme2 h3,
.bg-theme2 h4,
.bg-theme2 h5,
.bg-theme2 h6,
.bg-theme2 p {
    color: #fff
}

.bg-theme3 h2,
.bg-theme3 h3,
.bg-theme3 h4,
.bg-theme3 h6,
.bg-theme3 p {
    color: #000
}

.bg-theme3 {
    background-color: #ecf4f7 !important
}

.bg-theme4 {
    background-color: #d3e3de !important
}

.bg-theme-al_kabeer {
    background-color: #ca3d42 !important;
    color: #fff !important
}

.bg-theme-al_kabeer .vr-card {
    border-color: #fff
}

.bg-theme-al_kabeer .vr-card .vr-text {
    color: #fff !important
}

.bg-theme-rmms {
    background-color: #eddcc9 !important
}

.bg-theme-rmms .vr-card {
    border-color: #1e65ac
}

.bg-theme-cheqez {
    background-color: #9ff6c1 !important
}

.bg-theme-cheqez .vr-card {
    border-color: #38424e
}

.bg-theme-laundristic {
    background-color: #1d63dc !important;
    color: #fff !important
}

.bg-theme-laundristic .vr-card {
    border-color: #fff
}

.bg-theme-timetrack {
    background-color: #0c3380 !important;
    color: #fff !important
}

.bg-theme-timetrack .vr-card {
    border-color: #f78f14
}

.bg-theme-alessia {
    background-color: #131315 !important;
    color: #fff !important
}

.bg-theme-alessia .vr-card {
    border-color: #ddaf39
}

.bg-theme-swiftcheck {
    background-color: #423784 !important;
    color: #fff !important
}

.bg-theme-swiftcheck .vr-card {
    border-color: #fff
}

.bg-theme-power-traders {
    background-color: #edfff8 !important
}

.bg-theme-alessia .vr-card .vr-text,
.bg-theme-laundristic .vr-card .vr-text,
.bg-theme-swiftcheck .vr-card .vr-text,
.bg-theme-timetrack .vr-card .vr-text {
    color: #fff
}

.text-purple {
    color: var(--bs-purple) !important
}

.text-purple2 {
    color: #5a4ac0 !important
}

.gsap-card-stack {
    padding-top: 50px;
    padding-bottom: 50px
}

.gsap-slide {
    position: relative;
    margin-bottom: 50px;
    min-height: 100vh
}

.gsap-pin {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto
}

.gsap-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transform-origin: center top;
    will-change: transform, opacity
}

.title-container.title-theme1 .title {
    text-align: center;
    font-size: 80px
}

.title-container.title-theme1 .title span {
    background-color: var(--heading-color);
    color: #000;
    padding: .5rem 1.75rem;
    border-radius: 50rem
}

.badge-card {
    border-radius: 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.25rem
}

.badge-card.badge-card-primary {
    background-color: var(--card-primary);
    color: var(--card-text-color)
}

.badge-card.badge-card-secondary {
    background-color: var(--card-secondary);
    color: var(--card-text-color)
}

.why-section .text-content .title {
    font-size: 32px;
    font-weight: 600
}

.why-section .text-content .desc {
    font-size: 20px;
    text-align: left
}

.why-section .card-without-border .card-title {
    font-size: 24px
}

.why-section .card-without-border .card-text {
    font-size: 16px;
    text-align: left
}

.percent-badge {
    display: flex;
    gap: .5rem;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: .5rem 1rem;
    font-size: 20px
}

.percent-badge .percent {
    font-size: 36px;
    font-weight: 600
}

.features-content .feature-widget {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem
}

.features-content .feature-widget .icon-box {
    padding: 1rem;
    border-radius: 19px;
    width: 91px;
    display: flex;
    background-color: #685995;
    justify-content: center;
    align-items: center;
    background-color: #685995
}

.feature-widget .feature-text {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin: 0
}

.modules-section .text-content .badge {
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    padding: 1rem;
    border-radius: 50rem;
    background-color: #f2f0ff
}

.modules-section .text-content .main-heading {
    font-size: 28px;
    font-weight: 600
}

.modules-section .text-content .desc {
    font-size: 16px;
    font-weight: 500
}

@media (max-width:900px) {
    .card-project .row {
        flex-wrap: wrap
    }

    .gsap-pin {
        max-width: 100%
    }

    .rowmanage .row {
        height: 100%;
        display: flex;
        display: -webkit-flex;
        display: -webkit-box;
        justify-content: end;
        flex-wrap: wrap;
        align-items: end;
        align-content: start
    }
}

.mwg_effect031 {
    width: 100%
}

.expertise-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 100px
}

.text-right-adjust .sphere {
    left: 0
}

.custom-h2 .cl1,
.custom-h2 .cl2,
.custom-h2 .cl3 {
    display: block
}

.custom-h2 .cl1 {
    margin-bottom: .3rem
}

.custom-h2 .cl2 {
    margin-bottom: .3rem
}

@media (max-width:1024px) {

    .custom-h2 .cl1,
    .custom-h2 .cl2,
    .custom-h2 .cl3 {
        position: relative !important;
        text-align: center;
        right: auto !important;
        left: auto !important
    }

    .custom-h2 .sphere {
        position: relative !important;
        top: 0 !important;
        left: 50% !important;
        transform: translateX(-50%);
        margin-top: 1rem
    }
}

.expertise-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100%
}

.expertise-wrap .row {
    display: flex;
    flex-wrap: wrap
}

.expertise-wrap .col-lg-4,
.expertise-wrap .col-md-6 {
    display: flex
}

.expertise-content {
    width: 100%;
    border-radius: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center
}

.heading-type-2 {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0
}

.heading-type-2 h2 {
    text-align: center;
    font-weight: 600;
    font-size: 2rem
}

.heading-type-2 h2 span {
    color: #5a4ac0
}

.testimonial-slider {
    width: 100%;
    overflow: hidden;
    padding: 40px 0
}

.slider-track {
    display: flex;
    width: max-content;
    gap: 20px;
    animation: scroll-left 30s linear infinite
}

.ts-slider-card {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 0;
    background-color: #f3f3f3
}

@keyframes scroll-left {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.product-catelogue-type-3 {
    position: relative;
    padding: 0 0
}

.container-section {
    padding-top: 0;
    padding-bottom: 0
}

#sidebar {
    padding: 10px 0
}

.current-item {
    font-size: 28px;
    font-weight: 700
}

.fade-item {
    opacity: .3;
    font-size: 18px
}

.main-item {
    margin-bottom: 100px
}

.side-bar-panel {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    top: 120px !important
}

.work-listing .isotope-item .product-card {
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 20px;
    border: 0 !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    background: #fff;
    border-radius: 12px
}

.work-listing .isotope-item .product-card .img-container {
    border-radius: 7px;
    height: 255px !important;
    min-height: 255px !important;
    width: 100% !important;
    max-height: 255px !important;
    overflow: hidden !important;
    display: block !important;
    position: relative;
    margin-bottom: 20px
}

.work-listing .isotope-item .product-card .img-container img {
    width: 100% !important;
    height: 255px !important;
    min-height: 255px !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform .3s ease
}

.work-listing .isotope-item .product-card:hover .img-container img {
    transform: scale(1.05)
}

.work-listing .isotope-item .product-card .card-body {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important
}

.work-listing .isotope-item .product-card .title {
    font-size: 22px !important;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.3;
    min-height: 58px
}

.badge-primary {
    width: auto
}

.badge-primary ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.badge-status {
    padding: 8px 7px;
    list-style: none;
    border-radius: 24px
}

.badge-status h4 {
    font-size: 16px;
    margin: 0
}

.web-design {
    background-color: #ffedd9;
    color: #ff9216
}

.app-development {
    background-color: #f1efff;
    color: #5b4ac0
}

.bg-light {
    background-color: #f9f8ff !important
}

.bg-light-violet {
    background-color: #f1efff;
    color: #5b4ac0
}

.bg-light-orange {
    background-color: #ffedd9;
    color: #ff9216
}

.bg-light-success {
    background-color: #b8ffc4;
    color: #00a81b
}

.full-card {
    background: var(--primary);
    border-radius: 40px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .14);
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative
}

.full-card .row {
    display: flex;
    align-items: center
}

.left-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: flex-start
}

.left-content p {
    margin-bottom: 12px
}

.action {
    margin-top: 25px;
    display: flex;
    gap: 18px
}

.action a {
    flex: 1
}

.right-img-wrapper {
    height: 100%;
    padding: 10px 10px;
    margin: 0 !important;
    justify-content: center;
    align-items: center
}

.right-img {
    width: 100%;
    height: auto;
    border-radius: 32px;
    object-fit: cover !important
}

.full-indicators button {
    width: 30px;
    height: 8px;
    border-radius: 20px;
    background: #d4d4d4;
    border: none
}

.full-indicators .active {
    background: #4b56e9;
    width: 45px
}

#fullCardSlider .carousel-inner {
    overflow: visible !important
}

#fullCardSlider .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 8px;
    background-color: #5949bc
}

@media (max-width:991px) {
    .full-card {
        padding: 20px
    }

    .left-content {
        padding: 25px
    }

    .right-img-wrapper {
        padding: 15px !important
    }

    .right-img {
        height: auto;
        object-fit: contain !important
    }

    .action {
        flex-direction: column
    }
}

@media (max-width:768px) {
    .splide__slide.is-device-cms {
        height: 16rem
    }

    .full-card {
        padding: 15px
    }

    .left-content {
        padding: 18px
    }

    .action {
        width: 100%;
        gap: 12px;
        flex-direction: column
    }

    .d-flex.col-12.gap-4.ms-3.mb-4 {
        margin-left: 0 !important;
        justify-content: space-between
    }
}

@media (max-width:480px) {
    main .we-are-2 .shape-5 {
        left: 20px;
        top: 100px
    }

    main .we-are-2 .shape-5.agile,
    main .we-are-2 .shape-5.business-needs-section {
        top: 20px
    }

    main .we-are-2 .shape-5.we-empower {
        top: 20px
    }

    main .we-are-2 .shape-5.pillars {
        top: 20px
    }

    main .we-are-2 .shape-5.intranet-driven {
        top: 20px
    }

    main .we-are-2 .shape-5.projects {
        top: 20px
    }

    main .we-are-2 .shape-5.intranet-end {
        left: 20px;
        top: 20px
    }

    .left-content {
        padding: 14px
    }

    .right-img {
        height: auto !important
    }

    .action a {
        width: 100%
    }
}

.card-wrapper {
    padding: 20px
}

.card-container {
    display: flex;
    max-width: 1200px;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    overflow: hidden;
    background: linear-gradient(rgba(91, 74, 192, .85), rgba(91, 74, 192, .85)), url("/assets/images/about/bg-1.jpg") center top/cover no-repeat;
    position: relative
}

.left-section {
    width: 60%;
    padding: 60px 50px;
    color: #fff;
    position: relative
}

.stats-3col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 13px;
    column-gap: 20px;
    padding-top: 20px;
    position: relative
}

.stats-3col::after,
.stats-3col::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: rgba(255, 255, 255, .3)
}

.stats-3col::before {
    left: 25%
}

.stats-3col::after {
    left: 50%
}

.stats-3col .divider {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 75%;
    width: 1px;
    background: rgba(255, 255, 255, .3)
}

.stats-3col .h-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, .3)
}

.stat-block {
    text-align: center
}

.stat-block h3 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 5px;
    background: linear-gradient(to bottom, rgb(255 255 255) 51%, rgb(0 9 190 / 44%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.stat-block p {
    font-size: 1rem;
    opacity: .95
}

.bottom-stats {
    margin-top: 40px;
    display: flex;
    justify-content: space-evenly
}

.bottom-stats h2 {
    font-size: 4rem;
    font-weight: 800;
    background: linear-gradient(to bottom, rgb(255 255 255) 51%, rgb(0 9 190 / 44%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.bottom-stats p {
    font-size: 1.1rem;
    opacity: .95
}

.right-section {
    width: 40%;
    height: 633px;
    position: relative;
    overflow: hidden;
    clip-path: polygon(1% 0, 100% 0%, 100% 100%, 41% 100%);
    background-color: #fff !important;
    padding-left: 10px !important
}

.scroll-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    animation: autoScroll 18s linear infinite
}

@keyframes autoScroll {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-50%)
    }
}

.stripe-overlay {
    position: absolute;
    z-index: 30;
    top: -6%;
    left: -39%;
    width: 175%;
    transform: rotate(-1deg);
    pointer-events: none
}

.image-cell {
    height: 180px;
    overflow: hidden
}

.image-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (max-width:768px) {
    .products-journey-1 {
        font-size: 3rem;
        line-height: .1
    }

    .products-journey-1-img {
        width: 10px
    }

    .products-journey-3-img {
        width: 10px
    }

    .card-container {
        display: flex;
        flex-direction: column;
        padding: 0
    }

    .left-section,
    .right-section {
        width: 100%;
        padding: 25px 15px
    }

    .right-section {
        clip-path: none !important;
        height: 350px !important;
        padding: 0 !important;
        overflow: hidden !important;
        position: relative
    }

    .stripe-overlay {
        display: none
    }

    .scroll-wrapper {
        display: block !important;
        height: 100%;
        position: relative;
        animation: none !important
    }

    .image-cell {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 0;
        height: 100% !important;
        opacity: 0;
        transition: opacity .8s ease-in-out;
        pointer-events: none
    }

    .image-cell.active {
        opacity: 1;
        pointer-events: auto;
        z-index: 1
    }

    .image-cell img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block
    }

    .stats-3col .h-line,
    .stats-3col::after,
    .stats-3col::before {
        display: none
    }

    .stats-3col {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width:480px) {
    .right-section {
        height: 280px !important
    }

    .stripe-overlay {
        display: none
    }

    .bottom-stats {
        flex-direction: column;
        gap: 18px
    }
}

.team-culture-section {
    background-color: #fff;
    padding-top: 3rem;
    padding-bottom: 3.5rem
}

.team-culture-section .title {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem
}

.team-culture-section .title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: .5rem;
    line-height: 1.1;
    color: #111;
    text-wrap: balance
}

.team-culture-section .brand {
    color: #4a2fc2
}

.team-culture-section .title p {
    max-width: 850px;
    color: #444;
    line-height: 1.7;
    margin: 0 auto;
    margin-top: .6rem;
    font-size: 15px
}

.team-culture-section .sphere,
.we-are-2 .sphere {
    width: auto;
    height: 66px;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 85%;
    z-index: 10;
    bottom: 66%
}

.we-are-2 .sphere.timetrack {
    bottom: 80%
}

.we-are-2 .sphere.api-sphere1 {
    width: auto;
    height: 66px;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 85%;
    z-index: 10;
    bottom: 70%
}

.team-culture-section .sphere,
.we-are-2 .sphere.intranet {
    bottom: 60%
}

.team-culture-section .shape-2 img,
.team-culture-section .shape-5 img,
.team-culture-section .sphere img,
.we-are-2 .shape-2 img,
.we-are-2 .shape-5 img,
.we-are-2 .sphere img {
    animation: float 5s infinite linear
}

.team-culture-section .shape-5,
.we-are-2 .shape-5 {
    width: auto;
    height: 55px;
    display: flex;
    justify-content: center;
    position: relative;
    left: 41%;
    z-index: 10
}

.team-culture-section .shape-2,
.we-are-2 .shape-2 {
    width: auto;
    height: 100px;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 28%;
    margin-top: 13px;
    z-index: 10;
    bottom: 12.5%
}

#awardSlider {
    margin-top: 2rem;
    position: relative
}

#awardSlider .splide__list {
    display: flex;
    align-items: stretch
}

#awardSlider .splide__slide {
    padding: 10px;
    display: flex
}

.award-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    transition: transform .28s ease, box-shadow .28s ease;
    box-shadow: 0 -1px 26px 0 rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column;
    width: 100%;
    text-decoration: none
}

.award-image {
    position: relative;
    overflow: hidden
}

.award-image>img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block
}

.award-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease
}

.award-image:hover .award-overlay {
    opacity: 1
}

.award-overlay img {
    width: 34px !important;
    height: 34px !important
}

.award-card .content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 auto
}

.award-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #111
}

.award-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5
}

.award-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, .12)
}

#awardSlider .splide__arrows {
    display: none !important
}

.splide .splide__pagination {
    position: absolute;
    bottom: -30px !important;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0 !important;
    margin: 0 auto !important;
    width: 100%;
    height: auto !important;
    z-index: 20
}

.splide .splide__pagination__page {
    width: 10px !important;
    height: 10px !important;
    background: grey !important;
    opacity: 1 !important;
    border-radius: 50% !important;
    margin: 0 4px !important;
    padding: 0 !important;
    border: none !important
}

.splide .splide__pagination__page.is-active {
    width: 40px !important;
    height: 10px !important;
    border-radius: 20px !important;
    background: #423784 !important
}

@media (max-width:575.98px) {
    .team-culture-section .title h2 {
        font-size: 22px
    }

    .team-culture-section .title p {
        font-size: 14px
    }

    .award-card img {
        height: 200px
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .team-culture-section .title h2 {
        font-size: 26px
    }

    .award-card img {
        height: 210px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .team-culture-section .title h2 {
        font-size: 28px
    }

    .award-card img {
        height: 220px
    }
}

@media (min-width:992px) {
    .team-culture-section .title h2 {
        font-size: 32px
    }

    .award-card img {
        height: 220px
    }
}

#awardSlider .splide__pagination__page:focus {
    outline: 2px solid rgba(74, 47, 194, .18);
    outline-offset: 3px
}

#awardSlider .splide__slide>.award-card {
    min-height: 100%
}

.awards-section {
    background: #fff
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #111
}

.section-subtitle {
    font-size: 16px;
    color: #666;
    margin-top: 5px
}

.award-card2 {
    background: #f6f6ff;
    align-items: flex-start;
    border-radius: 18px;
    padding: 25px;
    min-height: 180px;
    transition: .3s ease
}

.award-card2:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.award-card2 .award-logos {
    display: flex;
    align-items: center
}

.award-card2 h4 {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    margin-bottom: 8px;
    line-height: 1.4
}

.award-card2 p {
    font-size: 14px;
    color: #555;
    margin: 0
}

.award-card2 .logo {
    height: 33px;
    width: auto;
    object-fit: contain;
    display: block
}

.award-card2 .large-logo {
    height: 100px !important;
    width: auto;
    object-fit: contain;
    display: block
}

.award-card2 .award-logos {
    display: flex;
    align-items: center;
    gap: 65px
}

.awards-section .sphere {
    width: auto;
    height: 66px;
    right: 10%;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 10
}

.awards-section .shape-5 {
    width: auto;
    display: none;
    height: 66px;
    justify-content: center;
    position: absolute;
    bottom: -236px;
    z-index: 10
}

.awards-section .shape-2 {
    width: auto;
    height: 66px;
    display: flex;
    justify-content: center;
    position: relative;
    right: 38%;
    bottom: 5%;
    z-index: 10;
    animation: float 5s infinite linear
}

.case-desc p {
    font-weight: 600
}

.work-card {
    border: 1px solid #dedede;
    border-radius: 15px;
    padding: 20px 22px;
    height: 100%;
    transition: .3s ease
}

.work-icon {
    color: var(--secondary);
    background-color: var(--primary);
    padding: 8px;
    border-radius: 10px
}

.work-card h5 {
    font-weight: 600;
    margin-bottom: 6px
}

.work-card .desc {
    color: #4a4a4a;
    margin: 0;
    font-size: 15px;
    line-height: 22px
}

.mobile-app-box {
    display: flex;
    background: var(--primary);
    border-radius: 22px;
    gap: 1.5rem
}

.mobile-app-box .app-badge {
    width: 50%
}

.mobile-app-box h4 {
    color: var(--secondary);
    font-size: 20px;
    line-height: 1.4
}

.mobile-app-box .desc {
    color: var(--secondary);
    font-size: 15px;
    line-height: 1.6
}

.app-btn {
    width: 100%;
    height: 100%;
    display: block
}

@media (max-width:768px) {
    .mobile-app-box {
        text-align: left
    }
}

.challenges-card {
    padding: 22px 20px;
    border-radius: 15px;
    background: var(--primary);
    height: 100%;
    transition: .3s ease
}

.product-theme .challenges-card {
    background: var(--card-primary);
    color: var(--card-text-color)
}

.product-theme .challenges-card * {
    color: var(--card-text-color)
}

.challenges-card .icon svg {
    color: var(--secondary)
}

.challenges-card h5 {
    font-weight: 600;
    color: var(--secondary);
    margin-bottom: 8px
}

.how-we-solveIt {
    color: var(--secondary)
}

.challenges-card .desc {
    color: #555;
    font-size: 15px;
    margin: 0;
    line-height: 22px
}

.challenges-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
    transform: translateY(-3px)
}

.results-section {
    padding-top: 30px
}

.result-row {
    border-bottom: 1px solid #e7e7e7
}

.result-row:last-child {
    border-bottom: none;
    padding-bottom: 0 !important
}

.result-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3
}

.result-desc {
    font-size: 15px;
    color: #333;
    line-height: 1.6
}

.challenge-icon {
    height: 34px;
    width: 34px
}

.palette-wrapper {
    width: 320px;
    height: 320px;
    position: relative
}

.palette-card {
    width: 260px;
    height: 300px;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.card-front {
    background: var(--palette-primary);
    color: var(--front-text-color);
    z-index: 2
}

.card-back {
    background: var(--palette-secondary);
    left: -36px;
    top: 0;
    z-index: 1;
    color: var(--back-text-color)
}

.palette-card:hover {
    z-index: 3;
    transform: translateY(-10px) scale(1.05)
}

.color-code {
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: 5%;
    left: 6%
}

.font-preview {
    right: 8%;
    bottom: 1%;
    font-size: 70px;
    font-weight: 700;
    position: absolute
}

.conclusion-box {
    background: var(--palette-primary);
    border-radius: 20px;
    padding: 35px
}

.relatedProjects_section #projectsSlider {
    margin-top: 2rem;
    position: relative
}

.concers {
    margin-top: 40px
}

.relatedProjects_section #projectsSlider .splide__list {
    display: flex;
    align-items: stretch
}

.relatedProjects_section #projectsSlider .splide__slide {
    padding: 10px;
    display: flex
}

.relatedProjects_section .project-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    transition: transform .28s ease, box-shadow .28s ease;
    box-shadow: 0 -1px 26px rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column;
    width: 100%
}

.relatedProjects_section .project-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block
}

.relatedProjects_section .project-card .content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.relatedProjects_section .project-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #111
}

.relatedProjects_section .project-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
    text-align: left;
    line-height: 1.5
}

.relatedProjects_section .project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, .12)
}

.relatedProjects_section .splide .related-pagination {
    position: absolute;
    bottom: -30px !important;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: center;
    gap: 8px
}

.relatedProjects_section .splide .splide__pagination__page {
    width: 10px !important;
    height: 10px !important;
    background: grey !important;
    border-radius: 50%
}

.relatedProjects_section .splide .splide__pagination__page.is-active {
    width: 40px !important;
    height: 10px !important;
    border-radius: 20px !important;
    background: #423784 !important
}

.relatedProjects_section .container {
    margin-bottom: 30px
}

.relatedProjects_section .sphere {
    width: auto;
    height: 66px;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 85%;
    z-index: 10;
    bottom: 7.5%
}

.relatedProjects_section .shape-5 {
    width: auto;
    height: 100px;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 8%;
    z-index: 10;
    top: 34rem
}

.relatedProjects_section .shape-2 {
    width: auto;
    height: 100px;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 8%;
    z-index: 10;
    top: 50rem
}

.relatedProjects_section .shape-2 img,
.relatedProjects_section .shape-5 img,
.relatedProjects_section .sphere img {
    animation: float 5s infinite linear
}

@media (min-width:1440px) {
    main .we-are-2 .align-left .shape-5 {
        right: 100px
    }
}

@media (max-width:1439px) {

    .relatedProjects_section .shape-2,
    .relatedProjects_section .shape-5,
    .relatedProjects_section .sphere {
        display: none !important
    }
}

.project-card {
    position: relative;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    transition: transform .28s ease, box-shadow .28s ease;
    box-shadow: 0 -1px 26px rgba(0, 0, 0, .08)
}

.project-card .project-image {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden
}

.project-card .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.project-card .project-overlay {
    position: absolute;
    inset: 0;
    background: #5b4ac0d1;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity .3s ease;
    text-decoration: none
}

.project-card .project-overlay .overlay-icon {
    width: 45px;
    height: 45px;
    transform: translateY(10px);
    opacity: 0;
    transition: all .35s ease;
    filter: invert(1)
}

.project-card:hover .project-overlay {
    opacity: 1
}

.project-card:hover .overlay-icon {
    transform: translateY(0);
    opacity: 1
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, .12)
}

@media (max-width:575.98px) {
    .relatedProjects_section .project-card img {
        height: 200px
    }

    .relatedProjects_section .shape-2 {
        top: 30.5rem
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .relatedProjects_section .project-card img {
        height: 210px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .relatedProjects_section .project-card img {
        height: 220px
    }
}

@media (min-width:992px) {
    .relatedProjects_section .project-card img {
        height: 220px
    }
}

.relatedProjects_section #projectsSlider .splide__pagination__page:focus {
    outline: 2px solid rgba(74, 47, 194, .18);
    outline-offset: 3px
}

.relatedProjects_section #projectsSlider .splide__slide>.project-card {
    min-height: 100%
}

.projects-section {
    background: #fff
}

.project-section {
    background: var(--primary);
    border: 10px solid #fff;
    border-radius: 50px;
    padding: 50px 0
}

.project-container {
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.2fr 1.6fr;
    gap: 40px;
    padding: 0 20px
}

.project-left {
    display: flex;
    flex-direction: column;
    gap: 25px
}

.project-right {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-wrap: break-word
}

.ai-logo {
    width: 120px
}

.project-main-image img {
    width: 100%;
    border-radius: 14px
}

.ai-title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.3;
    color: #1c1c1c
}

.highlight {
    color: #00b76a
}

.project-desc {
    margin: 10px 0 20px;
    color: #555;
    line-height: 1.5
}

.project-stats {
    background: var(--secondary);
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px
}

.project-stats .big {
    font-size: 34px;
    font-weight: 800;
    margin-right: 5px
}

.project-section-title {
    margin: 10px 0 8px;
    font-size: 24px;
    font-weight: 700;
    color: #222
}

.project-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 15px
}

.project-feature-card {
    display: flex;
    font-weight: 600;
    gap: 10px;
    flex-direction: column;
    flex-wrap: wrap
}

.project-industries {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 10px
}

.industry-card {
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.projects-section .logo-left {
    padding: 15px;
    border-radius: 40px;
    width: 50%
}

.project-left .logo-left img {
    width: 100px
}

.product-academic .project-left .logo-left img,
.product-laundristic .project-left .logo-left img,
.product-power-traders .project-left .logo-left img {
    width: 200px
}

.project-modules {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 10px
}

.module-card {
    background: var(--secondary);
    border: 1px solid #bfe8c5;
    border-radius: 10px;
    padding: 15px
}

.module-card p {
    font-size: 14px;
    line-height: 1.5;
    margin: 8px 0;
    word-break: break-word
}

.module-card-inner {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-direction: column
}

.module-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px
}

.project-btn {
    padding: 12px 26px;
    background: #5f4dcf;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: .3s
}

.project-btn:hover {
    background: #4b3eb0
}

.project-section-head h2 {
    display: block;
    margin: auto;
    font-size: 6rem;
    font-weight: 600;
    position: relative;
    min-height: 350px;
    z-index: 8;
    text-transform: uppercase;
    line-height: 0
}

.colored-text {
    color: #5b4ac0
}

.project-section-head h2 span {
    display: flex;
    position: absolute
}

.project-section-head h2 span.cl1 {
    top: 0;
    left: 60%;
    -webkit-text-stroke: 0.8px #000;
    background-color: #fff;
    color: #fff
}

.project-section-head h2 span.cl1 .webotix-round img {
    width: 100%;
    animation: spin 15s infinite linear
}

.project-section-head h2 span.cl2 {
    top: 100px;
    color: #5a4ac0
}

.project-section-head h2 span.cl2 .sphere {
    width: 100px;
    display: flex;
    justify-content: center;
    position: absolute;
    right: -120px;
    top: -53px
}

.project-section-head h2 span.cl2 .sphere img {
    width: 100%;
    animation: float 5s infinite linear
}

.project-section-head h2 span.cl3 {
    top: 200px;
    right: -200px;
    right: 0;
    -webkit-text-stroke: 0.8px #000;
    background-color: #fff;
    color: #fff
}

.projects-section .webotix-round {
    width: 80px;
    display: flex;
    justify-content: center;
    position: absolute;
    left: -24%;
    top: 19%
}

.projects-section .webotix-round img {
    width: 100%;
    animation: spin 15s infinite linear
}

.we-are-section .logo-left {
    padding: 15px;
    border-radius: 40px;
    width: 50%
}

.we-are-section .webotix-round {
    width: 80px;
    display: flex;
    justify-content: center;
    position: absolute;
    left: -24%;
    top: 19%
}

.we-are-section .webotix-round img {
    width: 100%;
    animation: spin 15s infinite linear
}

.service-card {
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center
}

.service-card h2 {
    font-size: 1.8rem;
    text-align: left
}

.service-card p {
    font-size: 1rem;
    text-align: left
}

.service-card p.hide {
    visibility: hidden
}

.service-card {
    font-size: 1rem;
    text-align: left
}

.service-card .item-content {
    height: 100%
}

@media (max-width:1200px) {
    .title-container.title-theme1 .title {
        font-size: 48px
    }
}

@media (max-width:991px) {
    .project-container {
        grid-template-columns: 1fr
    }

    .mobile-app-box .app-badge {
        width: 25%
    }

    .mobile-app-box {
        gap: 0
    }

    .our-solutions-section .work-card {
        flex-wrap: wrap
    }

    main .expertise .webotix-round {
        padding: 0 0 20px 0 !important
    }

    .work-listing .container_menu_iso .menu_iso {
        flex-wrap: wrap
    }
}

@media (max-width:768px) {
    .title-container.title-theme1 .title span {
        color: var(--card-secondary);
        background-color: transparent !important;
        padding: 0 !important
    }
}

@media (max-width:575px) {
    .project-features {
        flex-direction: column
    }

    .project-industries {
        grid-template-columns: repeat(2, 1fr)
    }

    .project-modules {
        grid-template-columns: 1fr
    }

    .project-container {
        display: block
    }

    .project-industries {
        flex-direction: column
    }

    .industry-card {
        display: flex
    }
}

@media (max-width:575.98px) {
    .work-listing .container_menu_iso .menu_iso li a {
        font-size: 14px !important
    }

    .service-card h2 {
        display: flex;
        font-size: 2rem;
        text-align: left;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: center
    }

    .expertise-slide .full-card {
        padding: 15px;
        height: 100%
    }

    .project-section-head h2 {
        font-size: 4rem
    }

    .project-section-head h2 span.cl1 {
        top: 25px;
        left: 80px
    }

    .project-section-head h2 span.cl2 .sphere {
        right: -10px;
        top: 0
    }

    .project-section-head h2 span.cl3 {
        top: 170px;
        right: 40px
    }

    .projects-section .webotix-round {
        left: 120px;
        top: 210px
    }

    .projects-section .logo-left {
        width: 100%
    }

    .we-are-section .webotix-round {
        left: 120px;
        top: 210px
    }

    .we-are-section .logo-left {
        width: 100%
    }

    .team-culture-section .shape-2 {
        bottom: 17.7%
    }

    .mobile-app-box .app-badge {
        width: 50%
    }

    .mobile-app-box h4 {
        font-size: 18px
    }

    .mobile-app-box .desc {
        font-size: 14px
    }

    .accordion-section .accordion .accordion-button,
    .card-grid1 .card .card-title,
    .card-grid2 .card .card-title,
    .challenges-card h5,
    .results-section .result-title,
    .subpage .concers .accordion.accordion-flush .accordion-item .accordion-button,
    .why-section .card-without-border .card-title,
    .work-card h5 {
        font-size: 18px !important
    }

    .accordion-section .accordion .accordion-body,
    .card-grid1 .card .card-text,
    .card-grid2 .card .card-text,
    .challenges-card p,
    .relatedProjects_section .project-card p,
    .results-section .result-desc,
    .subpage .concers .accordion.accordion-flush .accordion-item .accordion-body,
    .why-section .card-without-border .card-text,
    .why-section .text-content .desc,
    .work-card .desc {
        font-size: 14px !important
    }

    .challenges-card .challenge-icon {
        width: 28px;
        height: 28px
    }

    .work-card .work-icon {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .work-card .work-icon svg {
        width: 22px;
        height: 22px
    }

    .card-front {
        left: 36px
    }

    .card-back {
        left: -5px !important
    }

    .relatedProjects_section .project-card h4 {
        font-weight: 600 !important
    }

    .color-palette-section .section-title {
        font-size: 28px
    }

    .color-palette-section .font-preview {
        font-size: 48px
    }

    .conclusion-section h2,
    .modules-section .text-content .main-heading,
    .why-section .text-content .title {
        font-size: 20px
    }

    .conclusion-section p,
    .modules-section .text-content .desc {
        font-size: 14px
    }

    .title-container.title-theme1 .title {
        font-size: 32px
    }
}

@media (max-width:991px) {
    .project-section-head h2 {
        font-size: 4rem;
        line-height: 1.1;
        max-width: 100%;
        min-height: auto;
        padding: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0
    }

    .products-journey-1 {
        font-size: 4rem;
        line-height: .1
    }

    .project-section-head h2 span {
        position: static !important;
        display: block !important;
        margin: 5px auto;
        transform: none !important;
        line-height: 1
    }

    .project-section-head h2 span.mobile-title2 {
        position: absolute !important;
        display: block !important;
        margin: 5px auto;
        transform: none !important;
        line-height: 1;
        top: 100px
    }

    .project-section-head h3 span.mobile-title3 {
        position: absolute !important;
        display: block !important;
        margin: 5px auto;
        transform: none !important;
        line-height: 1;
        top: 100px
    }

    @media (max-width:575.98px) {
        .project-section-head h2 span {
            line-height: .2;
            font-size: 2.4rem
        }

        main .we-are h2 span.cl1.empowering {
            font-size: 2.2rem;
            line-height: normal;
            top: 0 !important;
            position: relative;
            left: auto;
            height: auto;
            display: flex;
            flex-direction: column
        }

        main .we-are h2 span.cl1.our {
            font-size: 3.2rem;
            line-height: .2;
            left: auto
        }

        main .we-are h2 span.cl2.digital {
            font-size: 2.2rem;
            line-height: normal;
            top: 0 !important;
            position: relative !important;
            left: 0;
            display: flex;
            flex-direction: column
        }

        main .we-are h2 span.cl2 .sphere {
            position: absolute;
            left: 0;
            right: 0;
            top: 20px
        }

        main .we-are h2 span.cl3.transformation {
            top: 0 !important;
            display: flex;
            position: relative !important;
            flex-direction: column;
            line-height: normal;
            font-size: 2rem;
            background-color: transparent
        }

        main .we-are .para {
            bottom: 0;
            top: 0;
            left: 0;
            display: block;
            position: relative;
            transform: none !important;
            max-width: max-content;
            padding-top: 30px
        }

        main .we-are h2 {
            min-height: auto;
            display: block;
            position: relative;
            margin-bottom: 0
        }

        main .we-are h2 span.cl1.products {
            font-size: 3.2rem;
            line-height: .2
        }

        .project-section-head h2 span.cl2 .sphere {
            width: 70px !important
        }

        .products-journey-1.our {
            margin-top: 25px
        }

        .products-journey-3.journey {
            margin-bottom: 15px
        }
    }

    .project-section-head h2 span.cl1 {
        -webkit-text-stroke: 0.8px #000;
        background-color: #fff;
        color: #fff
    }

    .project-section-head h2 span.cl2 {
        display: inline-flex !important;
        align-items: center;
        gap: 15px;
        color: #5a4ac0;
        position: relative
    }

    .project-section-head h2 span.cl2 .sphere {
        position: static !important;
        width: 100px;
        display: block;
        margin-left: 0
    }

    .project-section-head h2 span.cl3 {
        -webkit-text-stroke: 0.8px #000;
        background-color: #fff;
        color: #fff
    }

    .project-section-head .webotix-round {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto 10px;
        display: block
    }

    .project-section-head .webotix-round.mobile-round {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto 10px;
        display: none
    }

    .project-section-head.py-5 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .expertise-slide {
        height: auto;
        margin: 3rem 0 3rem 0 !important
    }

    .full-card .row {
        height: auto !important
    }
}

.lets-make .bg-wrap {
    background: url(../images//bg-2.webp);
    background-size: cover;
    display: flex;
    padding: 120px 100px;
    color: #fff;
    align-items: flex-start;
    justify-content: space-between;
    position: relative
}

.lets-make .right-side-box .container {
    padding: 0 !important
}

.lets-make .left-side-box h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 8px;
    opacity: .9
}

.lets-make .left-side-box .sec-title {
    font-size: 64px;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1
}

.lets-make .left-info .block {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 22px
}

.lets-make .icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .18);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px
}

.lets-make .addr-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px
}

.lets-make .addr-lines {
    font-size: 14px;
    line-height: 1.4;
    opacity: .9
}

.lets-make .contact-card {
    background: #fff;
    padding: 35px;
    border-radius: 12px;
    width: 100%;
    color: #000;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .15)
}

.lets-make .contact-card input.form-control,
.lets-make .contact-card textarea.form-control {
    border: 2px solid #cbcbcb !important;
    border-radius: 6px !important;
    padding: 15px 20px !important;
    font-size: 15px;
    background: #fff !important
}

.contact-form-section.lets-make .contact-card input.form-control,
.contact-form-section.lets-make .contact-card textarea.form-control {
    padding-top: 1.625rem !important;
    padding-bottom: .625rem !important;
    padding-left: 15px !important
}

.contact-form-section.lets-make .contact-card input.form-control#phone {
    padding: 1.625rem 20px 1.625rem 83px !important
}

.lets-make .contact-card input.form-control:focus,
.lets-make .contact-card textarea.form-control:focus {
    border-color: #5a4ac0 !important;
    box-shadow: none !important
}

.lets-make .contact-card .form-floating>label {
    transform: translateY(-26px) scale(.9);
    opacity: .7
}

.contact-form-section .contact-card .form-floating>label {
    transform: none;
    opacity: 1 !important
}

.lets-make .contact-card .form-floating .form-control {
    height: 52px;
    padding-top: 14px !important
}

.lets-make textarea.form-control {
    min-height: 160px !important;
    resize: vertical
}

.lets-make .contact-card .submit-btn {
    background-color: #fff !important;
    border-radius: 4px;
    padding: 12px 20px;
    width: 140px;
    font-weight: 600;
    color: #5a4ac0;
    display: flex;
    justify-content: center !important;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 7px rgba(90, 74, 192, .23);
    border: none
}

.lets-make .contact-card .submit-btn i img {
    display: none
}

.lets-make .contact-card .submit-btn:hover {
    background-color: var(--bs-purple) !important;
    color: #fff
}

@media (max-width:992px) {
    .lets-make .bg-wrap {
        flex-direction: column;
        padding: 60px 40px !important;
        gap: 40px
    }

    .lets-make .left-side-box {
        width: 100%
    }

    .lets-make .right-side-box {
        width: 100%
    }
}

@media (max-width:600px) {
    .lets-make .bg-wrap {
        padding: 40px 20px !important
    }

    .lets-make .left-side-box .sec-title {
        font-size: 42px
    }

    .products-journey-1 h2 span {
        font-size: 3rem;
        line-height: .1
    }

    .products-journey-3 {
        font-size: 3rem;
        line-height: .1
    }
}

.tech-wrapper {
    display: flex;
    width: 100%;
    min-height: 500px;
    padding: 20px;
    border-radius: 20px
}

.tech-menu {
    width: 28%;
    padding: 40px 25px;
    background: #f2f0ff;
    color: #5336ff;
    font-size: 20px;
    border-radius: 20px 0 0 20px
}

.menu-item {
    padding: 18px 20px;
    border-radius: 12px;
    cursor: pointer;
    margin-bottom: 12px;
    transition: .3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.menu-item span {
    opacity: 0;
    transition: opacity .3s ease
}

.menu-item.active {
    background: #5b4ac0;
    color: #fff
}

.menu-item.active span {
    opacity: 1
}

.tech-content {
    width: 72%;
    padding: 40px;
    background: #fff;
    border-radius: 0 20px 20px 0;
    border: 2px solid #f2f0ff
}

.content-block {
    display: none;
    opacity: 0;
    transition: opacity .3s ease;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 25px
}

.content-block.active {
    display: grid;
    opacity: 1
}

.tech-card {
    background: #ffff;
    padding: 25px 15px;
    border-radius: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #f2f0ff;
    transition: transform .25s ease
}

.tech-card img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 10px
}

.tech-card:hover {
    transform: translateY(-5px)
}

@media (max-width:1200px) {
    .tech-wrapper {
        flex-direction: column;
        padding: 0;
        background: 0 0
    }

    .tech-menu {
        width: 100%;
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        padding: 15px 10px;
        background: #f2f0ff;
        border-radius: 20px 20px 0 0;
        gap: 10px
    }

    .menu-item {
        flex: 0 0 auto;
        margin-bottom: 0;
        padding: 12px 20px;
        font-size: 16px;
        border-radius: 10px;
        background: 0 0;
        border: 1px solid rgba(255, 255, 255, .2)
    }

    .menu-item.active {
        background: #3a22a0;
        border-color: transparent
    }

    .menu-item span {
        display: none
    }

    .tech-content {
        width: 100%;
        border-radius: 0 0 20px 20px;
        box-shadow: none;
        padding: 25px 15px;
        background: #fff
    }

    .tech-card {
        padding: 20px 10px;
        font-size: 16px
    }

    .tech-card img {
        width: 45px;
        height: 45px
    }

    .content-block .col-6 {
        margin-bottom: 15px
    }
}

.catalog-cards .card-icon {
    width: 50px;
    height: 40px;
    background-color: #e3dfff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.web-app-hand-box img {
    position: absolute;
    top: -30px;
    right: 10%;
    width: 600px;
    height: 700px
}

.about-hero-section {
    padding: 60px 0
}

.about-hero {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    height: auto
}

.about-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.about-hero-overlay {
    position: absolute;
    inset: 0
}

.about-hero-title {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    font-weight: 800;
    color: #fff;
    letter-spacing: 2px;
    z-index: 2;
    text-align: center
}

.about-subtitle {
    margin-top: 40px;
    justify-content: center;
    text-align: center;
    font-weight: 800;
    line-height: 1.3;
    color: #000
}

section.agile-methodology {
    padding-bottom: 0 !important
}

.purpose-section {
    padding-bottom: 80px
}

.purpose-container {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 90px
}

.purpose-title {
    flex: 0 0 420px;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.25;
    color: #000;
    margin: 0
}

.purpose-description {
    max-width: 520px;
    font-size: 15px;
    line-height: 1.75;
    color: #444;
    margin: 0
}

.founder-section {
    padding: 80px 0
}

.founder-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: flex-start
}

.founder-image img {
    width: 280px;
    height: auto;
    border-radius: 28px;
    object-fit: cover
}

.founder-image h3 {
    font-weight: 700;
    font-size: 16px
}

.founder-content {
    font-size: 14px;
    line-height: 1.7;
    color: #333
}

.founder-intro {
    font-weight: 600;
    margin-bottom: 20px
}

.founder-highlight {
    position: relative;
    padding-left: 20px;
    margin: 24px 0
}

.founder-highlight::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #5b4cc4;
    border-radius: 2px
}

.founder-highlight p {
    margin: 0
}

.founder-footer {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: end
}

.founder-footer h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700
}

.founder-footer span {
    font-size: 13px;
    color: #666
}

.btn-learn-more {
    background: #5b4cc4;
    color: #fff;
    padding: 10px 22px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background .3s ease
}

.btn-learn-more:hover {
    background: #4a3bb0
}

@media (max-width:768px) {
    .founder-container {
        flex-direction: column;
        gap: 32px
    }

    .founder-image img {
        width: 220px
    }

    .founder-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }
}

.timeline-section {
    padding: 90px 0
}

.timeline-container {
    max-width: 1200px;
    margin: 0 auto
}

.timeline-title {
    font-size: 34px;
    line-height: 1.25;
    margin-bottom: 60px
}

.timeline-title span {
    color: #888
}

.timeline-title strong {
    font-weight: 800
}

.timeline-years {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px
}

.timeline-year {
    position: relative;
    cursor: pointer
}

.timeline-year h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 6px
}

.timeline-year p {
    font-size: 10px;
    text-transform: uppercase;
    color: #777;
    line-height: 1.4;
    margin: 0
}

.timeline-year::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 34px;
    width: 0;
    height: 2px;
    background: #5b4cc4;
    transition: width .3s ease
}

@media (max-width:946px) {
    .timeline-year::after {
        bottom: 60px
    }
}

@media (max-width:767px) {
    .timeline-year::after {
        bottom: 35px;
        margin-left: 206px
    }
}

.timeline-year.active::after {
    width: 226px
}

.timeline-content {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    align-items: flex-start
}

.timeline-text {
    max-width: 420px
}

.timeline-text h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px
}

.timeline-text p {
    font-size: 14px;
    line-height: 1.7;
    color: #555
}

.timeline-media {
    width: 520px
}

.timeline-btn {
    position: relative;
    left: 0;
    display: inline-block;
    background: #5b4cc4;
    color: #fff;
    padding: 10px 22px;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;
    margin-bottom: 20px
}

.timeline-btn:hover {
    color: #fff !important
}

.timeline-cards {
    display: flex;
    gap: 20px
}

.timeline-card {
    width: 250px;
    background: #5b4cc4;
    border-radius: 10px;
    overflow: hidden;
    color: #fff
}

.timeline-card img {
    border-radius: 24px;
    width: 100%;
    padding: 12px;
    height: 170px;
    object-fit: cover
}

.timeline-card span {
    display: block;
    padding: 10px;
    font-size: 11px
}

.team-section {
    padding: 90px 0
}

.team-container {
    max-width: 1200px;
    margin: 0 auto
}

.team-heading {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 60px
}

.team-heading span {
    color: #777
}

.team-heading strong {
    font-weight: 700
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 40px
}

.team-card {
    text-align: center
}

.team-card img {
    width: 250px;
    height: 250px;
    border-radius: 18px;
    object-fit: cover;
    margin-bottom: 14px
}

.team-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 4px
}

.team-card p {
    font-size: 12px;
    color: #777;
    margin: 0
}

.commitment-card {
    background: #f6f5ff;
    border: none;
    border-radius: 18px;
    padding: 28px 32px;
    margin-bottom: 20px;
    color: #5b4cc4
}

.commitment-card .list-item-title {
    font-size: 18px;
    font-weight: 700;
    color: #5b4cc4
}

.commitment-card .list-item-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #5b4cc4;
    opacity: .95;
    margin: 0
}

.commitment-card.list-group-item-action:hover {
    color: inherit
}

.milestones-container {
    max-width: 1200px;
    margin: auto;
    margin-left: 6%;
    margin-right: 1%;
    grid-template-columns: 250px 1fr;
    gap: 40px
}

.milestones-title h2 {
    font-size: 28px;
    font-weight: 600;
    color: #333
}

.milestones-list {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.milestone-item {
    display: flex;
    gap: 20px;
    align-items: flex-start
}

.milestone-item img {
    width: 200px;
    height: auto;
    object-fit: contain
}

.milestone-content {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.milestone-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #000
}

.milestone-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    max-width: 700px
}

@media (max-width:900px) {
    .milestones-container {
        grid-template-columns: 1fr
    }

    .milestones-title {
        margin-bottom: 10px
    }
}

@media (max-width:600px) {
    .milestone-item {
        flex-direction: column
    }

    .milestone-item img {
        width: 200px;
        height: auto
    }
}

.expertise-slide .technology {
    margin-bottom: 20px
}

.expertise-slide .counter {
    margin-bottom: 20px
}

.what-tech {
    justify-content: space-around
}

.what-tech img {
    width: 50px
}

.what-tech-2 {
    gap: 9px;
    font-size: 1rem
}

@media (max-width:576px) {
    .what-tech-2 {
        font-size: 1rem
    }

    @media (min-width:768px) and (max-width:991px) {
        .customers .container>.row {
            display: flex;
            flex-direction: column;
            align-items: center
        }

        .customers .container.align-left {
            text-align: center
        }

        .purpose-container {
            flex-direction: column;
            gap: 0
        }

        .purpose-title {
            flex: 0
        }

        .timeline-year.active::after {
            width: 280px
        }

        .timeline-section .row.align-items-start {
            justify-content: center;
            text-align: center
        }

        .timeline-media,
        .timeline-text {
            margin-left: auto;
            margin-right: auto
        }

        .timeline-cards {
            justify-content: center
        }

        .timeline-btn {
            left: 0;
            margin-left: auto;
            margin-right: auto
        }

        .relatedProjects_section {
            height: auto
        }
    }

    .purpose-section {
        padding: 0
    }

    .purpose-container {
        flex-direction: column;
        gap: 0
    }

    .purpose-title {
        flex: 0
    }

    .timeline-year.active::after {
        width: 380px
    }

    .timeline-year::after {
        left: 50px;
        bottom: 20px
    }

    .about-hero-title {
        font-size: 48px
    }
}

.button-call {
    background-color: #fff;
    padding: 10px;
    width: 100%;
    height: auto;
    color: #5a4abf;
    display: flex;
    display: block;
    position: relative;
    border-radius: 10px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    align-content: center;
    border: #5a4abf 2px solid
}

.button-call p {
    margin: 0
}

.button-call h6 {
    margin: 0
}

.footer-design .title {
    color: #5a4abf
}

.footer-design p a {
    left: 0;
    position: relative;
    transition-duration: .7s;
    color: #7b6ce0 !important
}

.footer-design a {
    text-decoration: none !important;
    font-size: 1rem !important
}

.footer-design .text-dark p:hover {
    text-decoration: none !important;
    font-size: 1rem !important;
    left: 5px;
    color: #7c70ce !important;
    position: relative;
    transition-duration: .2s
}

.footer-design .text-dark p:hover a {
    color: #5a4abf !important
}

.footer-design .title {
    font-size: 1.3rem !important
}

.footer-design p {
    font-size: 1rem
}

.space-y-3 {
    padding-top: 3rem
}

.social a {
    list-style: underline;
    color: #000;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 5px;
    transition-duration: 1s;
    border-radius: 2rem
}

.social a:hover {
    background-color: #5041a8;
    background-repeat: round;
    border-radius: 2rem;
    padding: 5px;
    transition-duration: 1s
}

.social a:hover img {
    filter: invert(1)
}

.social img {
    width: 1.5rem
}

.social {
    margin: 0;
    padding: 0;
    display: flex
}

.social li {
    list-style: none;
    padding: 0 3px
}

.modal-testimonial .thumb {
    border-radius: 14px
}

.testimonial-popup .video-bg-box {
    width: 100%;
    height: 70vh;
    overflow: hidden;
    border-radius: 10px
}

.testimonial-popup .btn-close {
    position: relative;
    right: 15px;
    padding: 13px;
    background-color: #b7b7b796
}

.testimonial-popup .video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.testimonial-popup .profile-widget h3 {
    font-size: 2rem
}

.testimonial-popup .profile-widget h6 {
    color: #383838;
    font-weight: 600
}

.testimonial-popup .profile-widget p {
    color: gray;
    font-weight: 300
}

.testimonial-popup .messege-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.product-widget-popup a {
    width: 100%
}

.product-widget-popup h3 {
    font-size: 1rem
}

.product-widget-popup a {
    text-decoration: none;
    color: #000;
    padding: 8px;
    position: relative;
    display: block;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
    background-color: #e8e5f5
}

.product-widget-popup a .pr-1:hover {
    background-color: var(--secondary)
}

.product-widget-popup a .pr-2:hover {
    background-color: var(--secondary)
}

.product-widget-popup a .pr-3:hover {
    background-color: var(--secondary)
}

.product-widget-popup a img {
    border-radius: 15px
}

@media (max-width:600px) {
    .testimonial-popup .video-bg-box {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 10px
    }
}

@media (max-width:1100px) {
    .work-listing .container_gallery_iso .iso-container .isotope-item {
        width: 45% !important
    }
}

@media (max-width:480px) {
    .work-listing .container_gallery_iso .iso-container .isotope-item {
        width: 100% !important
    }
}

.section-title.projectlist {
    text-align: center
}

.section-subtitle.projectlist {
    text-align: center
}

@media screen and (min-width:425px) {
    main .banner-section .content.content--layout.content--layout-1 .content__desc {
        top: 90px !important
    }
}

@media screen and (min-width:320px) {
    main .banner-section .content.content--layout.content--layout-1 .content__desc {
        top: 90px !important
    }
}

section.color-palette-section {
    display: none
}

section.colour-palette {
    display: none
}

.modern_ai1,
.modern_ai3 {
    display: flex !important
}

.modern_ai2,
.modern_ai4 {
    display: none !important
}

@media (max-width:1024px) {

    .modern_ai1,
    .modern_ai3 {
        display: none !important
    }

    .modern_ai2,
    .modern_ai4 {
        display: flex !important
    }
}

.scrollspy-tab-container .tabs-list {
    position: relative;
    background: linear-gradient(to right, #fff 0, #fff 85%, rgba(255, 255, 255, 0) 100%);
    padding-right: 20px
}

.scrollspy-tab-container .tabs-list::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23999" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg>') no-repeat center;
    background-size: 14px 14px;
    opacity: .5;
    pointer-events: none
}

.scrollspy-tab-container .tab-trigger {
    font-size: .875rem;
    height: auto;
    padding: .5rem
}

.testimonial-panel .shade-testimonial .lh-1 span {
    color: #fff
}

@media screen and (max-width: 767px) {
    main .we-are h2 span.cl1.api-title1 {
        font-size: 3rem;
        left: unset;
        margin: 0;
    }
}

@media screen and (max-width:1199px) {
    .card-container {
        background: linear-gradient(rgba(91, 74, 192, .85), rgba(91, 74, 192, .85)), url(/assets/images/about/tab-device-webotix.webp) center top/cover no-repeat;
        background-position: center;
        background-size: cover
    }
}

@media screen and (max-width:991px) {
    .card-container {
        background: linear-gradient(rgba(91, 74, 192, .85), rgba(91, 74, 192, .85)), url(/assets/images/about/mobile-device-webotix.webp) center top/cover no-repeat;
        background-position: center;
        background-size: cover
    }

    .element-animate-alt {
        animation: servicesslidealt 50s infinite linear
    }

    .element-animate {
        animation: servicesslidealt 50s infinite linear
    }

    .element-animate-alt {
        animation: servicesslidealt 50s infinite linear
    }

    .element-animate {
        animation: servicesslidealt 50s infinite linear
    }
}

@media screen and (max-width:767px) {
    .card-container {
        background: linear-gradient(rgba(91, 74, 192, .85), rgba(91, 74, 192, .85)), url(/assets/images/about/mobile-device-webotix.webp) center top/cover no-repeat;
        background-position: center;
        background-size: cover
    }

    .element-animate-alt {
        animation: servicesslidealt 50s infinite linear
    }

    .element-animate {
        animation: servicesslidealt 50s infinite linear
    }

}

@media screen and (max-width:575px) {
    .card-container {
        background: linear-gradient(rgba(91, 74, 192, .85), rgba(91, 74, 192, .85)), url(/assets/images/about/mobile-device-webotix.webp) center top/cover no-repeat;
        background-position: center;
        background-size: cover
    }
}

@media screen and (max-width:375px) {
    .card-container {
        background: linear-gradient(rgba(91, 74, 192, .85), rgba(91, 74, 192, .85)), url(/assets/images/about/mobile-device-webotix.webp) center top/cover no-repeat;
        background-position: center;
        background-size: cover
    }

    .element-animate-alt {
        animation: servicesslidealt 50s infinite linear
    }

    .element-animate {
        animation: servicesslidealt 50s infinite linear
    }
}

@media screen and (max-aspect-ratio:9/16) {
    .card-container {
        background: linear-gradient(rgba(91, 74, 192, .85), rgba(91, 74, 192, .85)), url(/assets/images/about/mobile-device-webotix.webp) center top/cover no-repeat
    }

    .element-animate-alt {
        animation: servicesslidealt 50s infinite linear
    }

    .element-animate {
        animation: servicesslidealt 50s infinite linear
    }
}

@media screen and (min-aspect-ratio:16/9) {
    .card-container {
        background: linear-gradient(rgba(91, 74, 192, .85), rgba(91, 74, 192, .85)), url(/assets/images/about/tab-device-webotix.webp) center top/cover no-repeat
    }
}