@import url(https://fonts.googleapis.com/css2?family=Inter:wght@500;600&amp;family=Poppins:wght@300;400;500;600;700&amp;display=swap);

@font-face {
    font-family: Gilmer;
    src: url("../fonts/GilmerLight.woff2") format("woff2"), url("../fonts/GilmerLight.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilmer;
    src: url("../fonts/GilmerRegular.woff2") format("woff2"), url("../fonts/GilmerRegular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilmer;
    src: url("../fonts/GilmerMedium.woff2") format("woff2"), url("../fonts/GilmerMedium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilmer;
    src: url("../fonts/GilmerBold.woff2") format("woff2"), url("../fonts/GilmerBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilmer;
    src: url("../fonts/GilmerHeavy.woff2") format("woff2"), url("../fonts/GilmerHeavy.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilmer Outline";
    src: url("../fonts/GilmerOutline.woff2") format("woff2"), url("../fonts/GilmerOutline.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

:root {
    --primary-color: #e74032;
    --secondary-color: #572c8b;
    --white: #FFFFFF
}

[class^=box-] {
    display: none
}

[class^=box-].showfirst {
    display: block
}

main.o-scroll {
    overflow-x: hidden !important;
    max-width: 100vw !important
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;
    overflow: hidden !important;
}

* {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
}

p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
    font-weight: 300;
    font-family: Gilmer
}

p + p {
    margin-top: 15px
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

::-webkit-scrollbar {
    width: 0;
    background: 0 0
}

.c-scrollbar {
    display: none
}

body {
    font-family: Gilmer;
    cursor: none;
    overflow-x: hidden;
    overflow-y: scroll
}

html.has-scroll-smooth {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.overflow-hidden {
    overflow: hidden !important
}
.videoPromo {
    background: rgb(0 0 0 / 50%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.videoPromoInner img {
    max-width: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9999;
}

.videoPromoInner {
    position: relative;
    max-width: 80%;
}
.videoPromo video {
    max-width: 100%;
}
.cursor {
    position: absolute;
    background-color: #ec1c24;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: .25s linear transform, .25s cubic-bezier(.75, -1.27, .3, 2.33) border-color, .25s linear height, .25s linear width, .25s cubic-bezier(.75, -.27, .3, 1.33) opacity;
    user-select: none;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.cursor.active {
    width: 80px;
    height: 80px
}

.txt-pin {
    display: none
}

.txt-pin.active {
    display: flex;
    font-size: 13px;
    color: #062020;
    text-transform: uppercase;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 700;
    line-height: 16px
}

.cursor.hovered {
    cursor: pointer !important;
    opacity: 0;
    width: .625em;
    height: .625em
}

.cursor-follower {
    position: absolute;
    width: 3.125em;
    height: 3.125em;
    border-radius: 50%;
    transition: .25s ease-in-out opacity, .25s ease-in-out width, .25s ease-in-out height;
    user-select: none;
    pointer-events: none;
    z-index: 99999;
    transform: translate(-50%, -50%);
    opacity: .5;
    border: solid 2px #ec1c24;
}

.cursor-follower.active {
    display: none
}

.cursor-follower.hovered {
    opacity: .4;
    width: 5em;
    height: 5em;
    transform: translate(-50%, -50%)
}

.show-on-mob {
    display: none
}

.form-control:focus {
    border-color: transparent
}

::-webkit-input-placeholder {
    color: #c4c4c4;
    font-family: Gilmer
}

::-moz-placeholder {
    color: #c4c4c4;
    font-family: Gilmer
}

:-ms-input-placeholder {
    color: #c4c4c4;
    font-family: Gilmer
}

:-moz-placeholder {
    color: #c4c4c4;
    font-family: Gilmer
}

.subcribe-box .form-control::-webkit-input-placeholder {
    color: #fff
}

.subcribe-box .form-control::-moz-placeholder {
    color: #fff
}

.subcribe-box .form-control:-ms-input-placeholder {
    color: #fff
}

.subcribe-box .form-control:-moz-placeholder {
    color: #fff
}

.popup-contact-lead .contact-lead-form .form-control {
    color: #087984
}

.anchor-link {
    position: absolute;
    top: -2px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 0;
    display: block;
    z-index: 90
}

li, span, strong, ul {
    font-family: Gilmer
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: Gilmer
}

h1 {
    font-size: 330px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 290px;
    white-space: nowrap;
    letter-spacing: -12px
}

h2 {
    color: #000000;
    font-size: 180px;
    font-weight: 700;
    line-height: 155px
}

h3 {
    color: #fff;
    font-size: 100px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    line-height: 125px
}

h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
}

h5 {
    color: #fff;
    font-size: 28px;
    font-weight: 400
}

.watermark-txt {
    position: absolute;
    top: -56px;
    right: -170px
}

.watermark-txt span {
    font-size: 380px;
    text-transform: capitalize;
    font-weight: 700;
    opacity: .6;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px;
    display: inline-block
}

.txt {
    margin-top: 60px
}

.txt h5 {
    opacity: .8;
    margin-bottom: 13px;
    line-height: 35px
}

.outline {
    font-family: "Gilmer Outline";
    font-weight: 900
}

.who-we-are-txt {
    position: absolute;
    top: 15px;
    font-size: 16px;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: transparent;
    text-transform: uppercase;
    line-height: initial;
    right: 80px;
    font-weight: 400;
    letter-spacing: 8px
}

.App Creatives-txt {
    transform: translateX(120px);
    display: inline-block;
    letter-spacing: 6px;
    position: relative;
    line-height: 222px;
    top: -40px;
    font-size: 132px;
}

.custom-btn {
    border: 1px solid #fff;
    padding: 9px 40px;
    display: table;
    margin: 25px auto 0;
    position: relative;
    height: 45px
}

.custom-btn:before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    -webkit-transition: all .5s ease-In-out;
    -moz-transition: all .5s ease-In-out;
    -o-transition: all .5s ease-In-out;
    transition: all .5s ease-In-out
}

.custom-btn:hover:before {
    width: 0;
    left: auto;
    right: 0
}

.custom-btn:hover span {
    color: #fff
}

.custom-btn span {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .6px;
    position: relative;
    -webkit-transition: all .5s ease-In-out;
    -moz-transition: all .5s ease-In-out;
    -o-transition: all .5s ease-In-out;
    transition: all .5s ease-In-out
}

.static-header {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 99;
}

.fixed-header {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    width: 100%
}

.is-sticky .fixed-header {
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    right: 0;
    left: auto
}

.hero-text-sec {
    height: 150vh;
    padding-top: 150px;
    background: #10a6b5;
    background: linear-gradient(142deg, #10a6b5 0, #043a44 100%);
    overflow: hidden
}

.hero-text-sec:before {
    content: "";
    background: url('../external/l566d3egsswy/5NxygXLtyBeB1zZP7sFCpa/8d86de819bcd6ff5f5300d6fb6514f0a/partical.html') repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: .15
}

.header-logo {
    position: relative
}

.header-logo svg {
    width: 100%;
    max-width: 250px
}

.who-we-are-sec {
    /*background-color: #091818;*/
    background-color: #000;
    padding-top: 195px;
    position: relative
}

.intro-two {
    transform: translateX(26%);
    display: block;
    position: relative
}

.intro-one:before, .intro-two:before {
    content: "Innovative Creativity";
    position: absolute;
    text-transform: capitalize;
    font-size: 330px;
    z-index: -9;
    font-family: Gilmer;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: rgb(255 255 255 / 15%);
    top: -3px;
    bottom: 0;
    margin: auto;
    transform: scale(1);
    left: 10px;
    white-space: nowrap;
    letter-spacing: -12px;
}

.intro-two:before {
    content: "productive Creativity"
}

span.intro-one {
    position: relative;
    display: block
}

.main-intro {
    transform: translateX(-40px)
}

.mob-cover {
    width: 422px;
    margin: 4% auto 0;
    position: relative
}

.hero-overflow--screen-wrapper {
    background: #000;
    border-radius: 4vw;
    display: flex;
    height: 100%;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(.97);
    width: 100%;
    z-index: 6
}

.hero-overflow--screen-wrapper video {
    height: 100%;
    height: 100%;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.hero-text-sec {
    position: relative;
    width: 100%;
    height: 125vh
}

.mob-cover img {
    position: relative;
    z-index: 99
}

.split_outer {
    overflow: hidden
}

.split_inner {
    display: inline-block
}

.bytix-img,.bytix-img2 {
    width: 810px;
    margin: auto;
    height: 535px;
    margin-top: 35px;
    overflow: hidden;
    position: relative;
    z-index: 15
}

.bytix-img img,.bytix-img2 img  {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.services-sec {
    padding-top: 225px;
    padding-bottom: 60px;
    /*background-color: #001919*/
    background-color: #000;
}

.services-box {
    border: solid 1px #536767;
    padding: 30px;
    height: 145px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    white-space: normal;
    justify-content: space-between;
    overflow: hidden;
    transition: .5s
}

.services-box .icon-box {
    display: flex;
    align-items: center
}

.services-box .icon-box .icon {
    margin-right: 28px
}

.services-box .icon-box h4 {
    font-size: 30px;
    color: #EC1C24;
    line-height: 38px;
    font-weight: 500;
    transform: translateX(0);
    transition: .5s
}

.services-box .service-data {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: .5s;
    position: relative;
    z-index: 9;
}

.services-box .service-data h4 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 44px
}

.services-box .service-data .list li {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-left: 20px
}

.services-box .service-data .list li a {
    color: #fff;
    transition: 0.3s;
}

.services-box .service-data .list li:hover a {
    color: #EC1C24;
}

.services-box .service-data .list li + li {
    margin-top: 5px
}

.services-box .service-data .list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 2px;
    background-color: #EC1C24;
}

.technology-sec {
    padding-bottom: 100px;
    background-color: #000;
}

.technology-sec .global-heading h3 {
    line-height: 100px
}

.global-heading h4 {
    margin-top: 30px;
    margin-bottom: 50px;
    line-height: 40px;
    letter-spacing: 1px
}

.global-heading p {
    font-size: 17px
}

.technology-feilds-sec {
    padding-bottom: 185px;
    position: relative;
    width: 100%;
    background-color: #001919;
    background: #000;
}

.technology-feilds-sec .feilds-box {
    text-align: center;
    position: relative
}

.technology-feilds-sec .feilds-box span {
    font-size: 150px;
    font-weight: 300;
    text-align: center;
    /* white-space: nowrap; */
    /* background: radial-gradient(circle, #06d5e1 0, #06d5e1 80%, rgba(242, 166, 185, 0) 100%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    color: #EC1C24;
}

.ticker-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    opacity: 0
}

.ticker-img img {
    width: 154px;
    height: 140px;
}

.project-sec {
    background-color: #fff;
    padding-top: 140px;
    padding-bottom: 90px
}

.featured-txt h2 {
    color: #000;
    font-size: 250px;
    line-height: 220px;
    margin-bottom: 140px
}

.featured-txt h2 span.outline {
    display: block
}

.project-sec .feature-txt {
    width: 50%;
    margin: auto;
    padding-bottom: 105px
}

.project-sec .feature-txt p {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    text-align: center;
    line-height: 40px
}

.project-sec .scroll-down {
    position: relative;
    height: 57px;
    width: 38px;
    border: solid 3px #000;
    margin: 45px auto 0;
    border-radius: 50px;
    overflow: hidden
}

.project-sec .scroll-down:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ec1c24;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    animation: move-wheel .99s infinite ease-in
}

.technology-sec .row {
    display: flex;
    justify-content: center
}

@keyframes move-wheel {
    0% {
        opacity: 0;
        transform: translateY(-4px)
    }
    100% {
        opacity: 1;
        transform: translateY(20px)
    }
}

.header-logo img {
    max-width: 160px;
}

.portfolio-sec {
    background-color: #fff;
    padding: 118px 0;
    border-top: solid 1px #e5e5e5;
    position: relative;
    overflow: hidden
}

.logo-thumbnail {
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.logo-thumbnail .color-box {
    display: block;
    width: 173px;
    height: 173px;
    border-radius: 7px;
    margin: 0 auto 30px
}

.logo-thumbnail h4 {
    font-size: 27px;
    color: #000;
    font-weight: 700
}

.portfolio-caption {
    position: relative
}

.portfolio-caption h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 22px;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s
}

.portfolio-caption h4 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    padding-right: 60px;
    line-height: 53px;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s
}

.port-img-box {
    position: absolute;
    top: 0;
    left: 0;
    clip-path: circle(50px at 0% 0%);
    opacity: 0;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    height: 100%
}

.port-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.case-study-link {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    position: relative;
    margin-top: 40px;
    display: inline-block;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s
}

.case-study-link span svg {
    max-width: 82px;
    position: relative;
    z-index: 9;
    height: 18px;
    top: 0;
    animation-name: slide;
    animation-duration: 2s;
    animation-iteration-count: infinite
}

.case-study-link span svg .arrow-svg {
    fill: #EC1C24;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s
}

.case-study-link span.case-study-icon:before {
    content: "";
    position: absolute;
    right: -18px;
    width: 50px;
    height: 50px;
    border: solid 2px #000;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s
}

.border-line {
    position: relative
}

.border-line:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: auto;
    right: 0;
    width: 0%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s
}

.more-case-study {
    background-color: #fff;
    padding-top: 50px;
    border-top: solid 1px #e5e5e5
}

.case-study-icon {
    margin-left: 14px;
    position: relative
}

.more-case-study .case-study-link .border-line:before {
    background-color: #000
}

a {
    text-decoration: none !important
}

.app-leading-sec {
    padding: 300px 0
}

.app-leading-sec {
    position: relative;
    width: 100%;
    height: 310vh;
    overflow: hidden;
    background-color: #001919;
    background: #000;
}

.inner-leading-app .col-md-6 .counter-box:nth-child(2) {
    margin-top: 155px;
    margin-bottom: 155px
}

.app-leading-sec .watermark-txt {
    font-size: 800px;
    top: 5vh;
    left: 76px;
    font-weight: 700;
    right: 0;
    margin: auto;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    letter-spacing: 11px;
    -webkit-text-stroke-color: #3e5f62;
    opacity: .3
}

.leading-txt {
    font-size: 100px;
    line-height: 120px
}

.leading-txt .small-txt {
    font-size: 71px;
    display: block;
    line-height: 90px;
    font-weight: 700
}

.dot-shape {
    color: #00dcf0
}

.counter-box .caption h2 {
    color: #EC1C24;
    font-size: 305px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    line-height: .8;
    position: relative
}

.counter-box .caption h2 span {
    font-family: Inter, sans-serif
}

.counter-box .description {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 35px
}

.counter-box .description h4 {
    font-size: 36px;
    width: 50%
}

.counter-box .description p {
    font-size: 20px;
    font-weight: 400;
    width: 50%;
    line-height: 1.4;
    position: relative
}

.counter-box .description p:before {
    content: "";
    position: absolute;
    left: -10%;
    top: 0;
    bottom: 0;
    background-color: #3e5f62;
    height: 90%;
    width: 1px;
    margin: auto
}

.client-sec {
    background-color: #fff;
    padding-top: 110px;
    padding-bottom: 280px
}

.client-animate-txt {
    margin-bottom: 120px
}

.client-animate-txt h2 {
    color: #000;
    font-size: 250px;
    line-height: 210px;
    text-transform: uppercase
}

.client-animate-txt h2 span {
    display: block;
    overflow: hidden;
    line-height: 1.2
}

.client-animate-txt h2 .enjoy-title {
    font-size: 70px;
    line-height: 2.2
}

.client-animate-txt h2 .outline {
    font-size: 200px
}

.client-sec .client-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    left: -7%
}

.client-sec .client-logo-last {
    position: relative;
    left: 7%;
    top: 110px
}

.client-sec .client-logo li img {
    max-width: 100%;
    width: 100%;
    filter: grayscale(100%);
    transition: .5s
}

.backbone-title h3 {
    font-size: 120px;
    line-height: .9
}

.backbone-title h3 span.off-txt, .backbone-title h3 span.outline {
    font-size: 100px
}

.backbone-title h3 span:first-child {
    display: block
}

.backbone-sec .lead {
    font-size: 22px;
    margin-top: 53px;
    line-height: 1.4
}

.profile-box {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    margin-top: 85px;
    position: relative;
    z-index: 99
}

.profile-box .profile-caption {
    margin-top: 43px;
    margin-left: 58px
}

.profile-box .profile-caption h3 {
    font-size: 103px;
    line-height: .99;
    width: 460px
}

.profile-box .profile-caption h6 {
    font-size: 19px;
    color: #00f4f4;
    font-weight: 500;
    margin-top: 28px;
}

.profile-caption .profile-bio {
    margin-top: 18px;
    display: flex;
    margin-right: 0;
    align-items: center;
    justify-content: space-between
}

.profile-caption .profile-bio p {
    opacity: .52;
    font-size: 14px;
    padding-right: 18px;
}

.linkedin-icon {
    position: relative
}

.linkedin-icon:before {
    content: "";
    position: absolute;
    left: -12px;
    width: 1px;
    height: 40px;
    background-color: #1d6161;
    top: 0;
    margin: auto;
    bottom: 0;
}

.backbone-watermark {
    position: absolute;
    left: 3%;
    font-size: 800px;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #0d2525;
    letter-spacing: 17px;
    top: 5vh
}

.client-video-sec-main {
    padding-top: 137px;
    padding-bottom: 150px;
    display: block !important
}

.client-video-sec, .inner-client-video-sec {
    background: #f1f7f7;
    background: linear-gradient(138deg, #f1f7f7 0, #cfd8d8 100%);
    padding-top: 80px;
    overflow: hidden
}

.client-video-sec .Clientele-title {
    font-size: 180px;
    color: #191b1d;
    text-align: center;
    position: relative;
    z-index: 50;
    line-height: 60px
}

.custom-container {
    margin-left: 18%;
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 70px
}

.custom-container .client-video-box {
    margin-right: 40px
}

.client-video-box .caption {
    margin-top: 30px
}

.client-video-box .caption h4 {
    color: #191b1d;
    font-size: 24px;
    font-weight: 700
}

.client-video-box .caption h4 span {
    display: block;
    color: #10aaac;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
    letter-spacing: 1px;
    line-height: 1.6;
}

.client-video-box .caption p {
    color: #000;
    font-weight: 500;
    margin-top: 5px;
    line-height: 1.5
}

.global-sec {
    padding-top: 170px;
    padding-bottom: 75px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%
}

.global-title {
    color: #fff;
    font-size: 150px;
    margin-bottom: 100px
}

.global-sec .main-location-box {
    display: flex;
    align-items: stretch;
    justify-content: space-between
}

.main-location-box .location-box {
    width: 20%
}

.main-location-box .location-box h3 {
    font-size: 80px;
    color: #EC1C24;
    margin-bottom: 12px;
    line-height: 97px
}

.main-location-box .location-box:nth-child(2) h3, .main-location-box .location-box:nth-child(4) h3 {
}

.main-location-box .location-box:first-child h3, .main-location-box .location-box:last-child h3 {
}

.main-location-box .location-box p {
    font-size: 13px;
    width: 100%;
    margin: auto;
    line-height: 1.6;
    margin-bottom: 12px;
    min-height: 64px;
    max-width: 86%;
    font-weight: 500;
    padding-right: 0
}

.main-location-box .location-box .contact-info {
    color: #EC1C24;
    font-weight: 500;
    font-size: 20px;
    display: table;
    margin: auto;
    letter-spacing: 1.2px
}

.main-location-box .location-box .contact-info + .contact-info {
    color: #fff;
    font-size: 17px;
    margin-top: 8px
}

.link {
    position: relative
}

.link:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #10a6b5;
    left: auto;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.main-location-box .location-box .outline {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

footer {
    padding-bottom: 0;
    background: #fff
}

.footer-top .together-title {
    color: #191b1d;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px
}

.footer-top .together-title span {
    display: block;
    font-size: 50px;
    color: #10a6b5;
    margin-top: 8px
}

.arrow-circle {
    width: 118px;
    height: 118px;
    background-color: #07aaab;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.arrow-circle svg {
    max-height: 60px;
    position: relative
}

.arrow-circle .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #191b1d;
    border-radius: 50%;
    transform: scale(0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.main-location-box .location-box .contact-info + .contact-info:before {
    background-color: #fff
}

.footer-services {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border: 1px solid #e6e6e6;
    margin-bottom: 45px
}

.footer-services .box .icon-box {
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px
}

.footer-services .box .icon-box .lottie-icon {
    margin-right: 9px;
    max-height: 83px
}

.footer-services .box {
    width: 25%;
    border-right: solid 1px #e6e6e6;
    padding: 70px 40px;
    position: relative;
    overflow: hidden
}

.footer-services .box:before {
    content: "";
    position: absolute;
    background-color: #001919;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    clip-path: circle(0 at 0 0);
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    z-index: -9;
    background: linear-gradient(121deg, #1e83b1 44%, #47bec9  70%);
    background: #380008;
}

.footer-services .box h5 {
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.2;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.footer-services .box .list-item {
    margin-left: 10px
}

.footer-services .box .list-item li + li {
    margin-top: 4px
}

.footer-services .box .list-item li a {
    color: #666;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-left: 17px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.footer-services .box .list-item li a:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #666;
    border-radius: 50%;
    left: 0;
    top: 7px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.footer-services .box:nth-child(1) .icon-box {
    margin-left: -8px
}

.footer-services .box:last-child {
    border-right: none
}

.footer-logo .logo img {
    max-width: 250px
}

.footer-logo .logo {
    margin-bottom: 20px
}

.footer-logo p {
    color: #a8a8a8;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.social-list {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.social-list li {
    margin-right: 0;
    position: relative;
    z-index: 99;
}

.social-list li a {
    position: relative;
    background: #000;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 100%;
}

.social-list li:before {
    content: "";
    position: absolute;
    background-color: #001919;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    top: 0;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 9;
    transform: scale(0);
}

.social-list li a i {
    color: #fff;
    font-size: 20px;
    position: relative;
    z-index: 9;
}

.footer-menu {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 20px
}

.footer-menu li {
    margin-left: 30px
}

.footer-menu li a {
    font-size: 15px;
    color: #515151;
    text-transform: uppercase;
    font-weight: 700
}

.footer-info {
    display: flex;
    align-items: center;
    justify-content: start
}

.footer-info li + li {
    margin-left: 25px
}

.footer-info li a {
    font-size: 16px;
    color: #191b1d;
    font-weight: 500
}

.footer-info li:last-child a {
    display: flex;
    align-items: center
}

span.request-arrow {
    width: 34px;
    height: 34px;
    background-color: #07aaab;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px
}

span.request-arrow svg {
    max-height: 18px
}

section.global_main_sec {
    position: relative
}

.global-sec .container-fluid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.global-sec {
    padding: 0
}

.col-12.about_images_main {
    position: relative
}

.about_imgs_left {
    position: absolute;
    left: -73px;
    top: 150px;
    z-index: 10;
    overflow: hidden
}

.about-leftimg3 {
    bottom: -23px;
    top: initial;
    left: -158px;
    z-index: 20;
    width: 364px;
    height: 218px;
}

.about-leftimg5 {
    top: initial;
    bottom: -100px;
    left: 155px;
    z-index: 16;
    width: 234px;
    height: 164px;
}

.about_imgs_right {
    position: absolute;
    right: -78px;
    top: 121px;
    z-index: 10;
}

.about-rightimg3 {
    bottom: -69px;
    top: inherit;
    right: -105px;
    z-index: 16;
    width: 440px;
    height: 280px;
}

.about-rightimg2 {
    right: -294px;
    width: 212px;
    height: 234px;
}

.about-leftimg1 {
    width: 278px;
    height: 220px;
}

.about_imgs_left img, .about_imgs_right img {
    width: 100%;
    height: 100%;
}

.about-rightimg1 {
    width: 284px;
    height: 234px;
}

.serv-row-bx {
    padding: 0;
    border-top: solid 1px #536767
}

.serv-row {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 480px
}

.services-box {
    border: none;
    position: relative;
    z-index: 99;
    padding: 40px;
    box-shadow: inset 0 0 0 2px #091818
}

.draw::after, .draw::before {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%
}

.draw::after, .draw::before {
    border: 2px solid transparent;
    width: 0;
    height: 0
}

.draw::before {
    top: 0;
    left: 0
}

.draw::after {
    bottom: 0;
    right: 0
}

.draw:hover {
    color: #EC1C24;
}

.draw:hover::after, .draw:hover::before {
    width: 100%;
    height: 100%;
}

.draw:hover::before {
    border-top-color: #EC1C24;
    border-right-color: #EC1C24;
    transition: width .1s ease-out, height .1s ease-out .1s
}

.draw:hover::after {
    border-bottom-color: #EC1C24;
    border-left-color: #EC1C24;
    transition: border-color 0s ease-out .2s, width .15s ease-out .2s, height .15s ease-out .35s
}

.serv-row {
    position: relative
}

.serv-row-bx {
    position: relative
}

.serv-row-bx:before, .serv-row-bx:last-child:after {
    width: 1px;
    content: "";
    position: absolute;
    left: 0;
    background: #536767;
    height: 50%;
    top: 0;
    z-index: 999
}

.serv-row-bx:last-child:after {
    left: auto;
    right: 0
}

.serv-row-bx:hover {
    border: none !important
}

.serv-row-bx.active:after, .serv-row-bx.active:before, .serv-row-bx:hover:after, .serv-row-bx:hover:before {
    transition-delay: 0.45s;
    background: 0 0
}

.client-video-sec {
    position: relative;
    width: 100%;
    height: 320vh;
    overflow: hidden
}

.Count_box_wrap {
    overflow: hidden
}

.small-dot {
    font-size: 70px
}

.cient-title {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 50;
    top: 60px
}

.custom-container .client-video-box:nth-of-type(2n-1) {
    position: relative;
    z-index: 49
}

.main-location-box .location-box canvas {
    display: table;
    margin: 0 auto 12px
}

.custom-container .client-video-box {
    position: relative;
    z-index: 60
}

.has_an_main p + p {
    margin-top: 0
}

.split_outer_has {
    overflow: hidden
}

.animate__bounce1.is-reveal {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.split_inner_has {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transform: translateY(100%)
}

.animate__backInUp1.is-reveal .split_inner_has {
    -webkit-animation-name: backInUp;
    animation-name: backInUp;
    transform: translateY(0)
}

.animate__slideInUp1.is-reveal .split_inner_has {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    transform: translateY(0)
}

.lottie-icon {
    max-height: 91px;
    margin-right: 20px
}

.lottie-icon lottie-player {
    width: 100%;
    height: 91px
}

.serv-row-bx:nth-child(1) .lottie-icon {
    margin-left: -18px;
    margin-right: 5px
}

.split-parent {
    overflow: hidden
}

.split-child {
    display: inline-block
}

.next-project-title-wrap {
    overflow: hidden;
    height: 9vh;
    padding-top: .8vh
}

.backbone-sec-main {
    background-color: #001919
}

.backbone-sec {
    position: relative;
    width: 100%;
    height: 390vh;
    overflow: hidden;
    padding: 0;
    background-color: #001919;
    padding: 80px 0
}

.backboneSlide {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: 12%
}

.backboneSlide-box {
    margin-right: 15%
}

.main_img_bg_country {
    display: flex;
    align-items: center;
    justify-content: center
}

.menu-wrapper {
    display: inline-flex;
    align-items: center;
    position: relative;
    float: right
}

.menu-wrapper .menu-txt span {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: 3px
}

.menu-wrapper .menu-btn {
    margin-left: 20px
}

.menu-wrapper .menu-btn span {
    width: 49px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.menu-wrapper .menu-btn span:nth-child(2) {
    opacity: 0;
    visibility: hidden
}

.menu-wrapper .menu-btn span:nth-child(3) {
    top: 6px;
    width: 33px
}

body.active-menu .menu-btn span:nth-child(3) {
    opacity: 0;
    visibility: hidden
}

body.active-menu .menu-btn span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

body.active-menu .menu-btn span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
    visibility: visible
}

.main-menu-sec {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
    padding-top: 225px
}

.main-menu-sec .row {
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 99
}

body.active-menu .main-menu-sec {
    visibility: visible;
    opacity: inherit;
    background: #001919
}

.main-menu-sec:after, .main-menu-sec:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    clip-path: circle(50px at 0% 0%);
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
    top: 0;
    left: 0
}

.main-menu-sec:before {
    background-color: #380008;
}

.main-menu-sec:after {
    /* background-color: #001919; */
    background: #380008;
    clip-path: circle(50px at 100% 100%);
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.navigation {
    counter-reset: my-sec-counter;
    width: 100%;
    position: relative
}

.navigation > ul > li > a:before {
    counter-increment: my-sec-counter;
    content: "0" counter(my-sec-counter) ".";
    position: absolute;
    left: -50px;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    top: 20px;
    transform: scale(0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-text-fill-color: #fff;
    letter-spacing: 1px;
    font-family: Gilmer;
    -webkit-text-stroke: transparent
}

.navigation > ul > li a:hover:after {
    opacity: inherit;
    visibility: visible
}

.navigation > ul > li a:hover:before {
    transform: scale(1)
}

.navigation > ul > li {
    width: 50%;
    padding-left: 50px;
    overflow: hidden;
    padding-top: 13px;
    padding-bottom: 13px;
}

.animate__bounce1.is-reveal {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.split_inner_has {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transform: translateY(100%);
    transition: .6s
}

.animate__backInUp1.is-reveal .split_inner_has {
    -webkit-animation-name: backInUp;
    animation-name: backInUp;
    transform: translateY(0)
}

.animate__slideInUp1.is-reveal .split_inner_has {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    transform: translateY(0)
}

.navigation > ul > li + li {
    margin-top: 0;
}

.navigation > ul > li > a {
    font-size: 65px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    display: block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    line-height: 74px;
}

.navigation .sub-menu {
    position: absolute;
    top: 37%;
    padding-left: 55px;
    right: 12%;
    transform: translateY(-50%);
    display: none
}

.navigation .sub-menu:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    background-color: #a6cdcd;
    top: 21px;
    height: calc(100% - 41px)
}

.navigation .sub-menu:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 1px;
    background-color: #a6cdcd;
    left: -29px
}

.navigation .sub-menu > li > a {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
}

.navigation .sub-menu > li:first-child:before, .navigation .sub-menu > li:last-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 38px;
    height: 1px;
    background-color: #a6cdcd
}

.navigation .sub-menu > li:last-child:before {
    top: auto;
    bottom: 19px
}

.sub-menu .sub-child > li + li {
    margin-top: 12px
}

.sub-menu .sub-child {
    margin-top: 25px;
    display: none
}

.sub-menu .sub-child.active {
    display: block
}

.sub-menu .sub-child > li > a {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding-left: 28px;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: flex;
    line-height: 1.1
}

.sub-menu .sub-child > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 1px;
    background-color: #1d6161;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.navigation .sub-menu > li + li {
    margin-top: 20px
}

body.active-menu .main-menu-sec:after, body.active-menu .main-menu-sec:before {
    clip-path: circle(100%)
}

.menu-info li + li {
    border-top: solid 1px #ffffff;
    padding: 30px 0;
}

.menu-info li {
    padding-bottom: 30px;
    overflow: hidden
}

.menu-info li h6 {
    color: #a8a8a8;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 7px
}

.menu-info li a {
    color: #07aaab;
    font-size: 18px;
    font-weight: 500
}

.menu-info li:last-child {
    padding-bottom: 0
}

.main-menu-sec .social-list {
    position: relative;
    top: 130px;
    margin-top: 0;
}

.menu-wrapper:hover .menu-btn span:nth-child(3) {
    width: 100%
}

.sub-menu .sub-child > li > a:hover {
    color: #a6cdcd
}

.sub-menu .sub-child > li > a:hover:before {
    background-color: #a6cdcd;
    height: 2px
}

.navigation > ul > li > a:hover {
    color: #fff
}

.inner-banner-sec {
    height: 140vh;
    background: #10a6b5;
    background: linear-gradient(148deg, #EC1C24 0, #380008 66%);
    overflow: hidden;
    position: relative;
    padding-top: 175px
}

.inner-banner-sec:before {
    /* content: ""; */
    /* background: url('../external/l566d3egsswy/5NxygXLtyBeB1zZP7sFCpa/8d86de819bcd6ff5f5300d6fb6514f0a/partical.html') repeat; */
    /* width: 100%; */
    /* height: 100%; */
    /* position: absolute; */
    /* top: 0; */
    /* opacity: .15; */
    /* background: linear-gradient(148deg, #EC1C24 0, #380008 66%) !important; */!i;!;
}

.hero-title h1 {
    font-size: 250px;
    letter-spacing: 2px;
    line-height: 1.1;
    font-weight: 700
}

.her-title-two-main {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.hero-title p {
    font-size: 26px;
    font-weight: 500;
    width: 70%;
    margin: auto;
    line-height: 1.4;
    margin-top: 0
}

.heading-sec {
    padding-top: 100px;
    background-color: #f0f0f0;
    padding-bottom: 150px
}

.ticker-list {
    margin-bottom: 100px
}

.heading-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    white-space: nowrap;
    will-change: transfrom
}

.heading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center
}

.heading-icon img {
    width: 40%;
    margin: auto
}

.heading-list li:hover .heading-icon {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible
}

.heading-list li {
    font-size: 90px;
    font-weight: 700;
    margin-right: 150px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px;
    text-transform: capitalize;
    position: relative;
    -webkit-text-stroke-color: #EC1C24;
}

.heading-list li:before {
    content: "";
    position: absolute;
    right: -111px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 72px;
    height: 12px;
    border: solid 2px #EC1C24;
    opacity: .7
}

.inner-service-box {
    position: relative;
    display: flex;
    justify-content: end;
    max-width: 940px
}

.inner-service-box .caption {
    position: absolute;
    left: -17%;
    z-index: 9;
    width: 50%;
    top: 65px
}

.inner-service-box .caption img {
    max-height: 100px
}

.inner-service-box .caption h4 {
    font-size: 52px;
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.1
}

.service-title-has {
    margin-top: 13px
}

.hh-image-mask {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition: .5s;
    width: 937px;
    height: 646px
}

.hh-image-mask:hover {
    transform: scale(.9, .9)
}

.hh-image-mask:hover .img-box {
    transform: rotate(8deg) scale(1.3, 1.3)
}

.inner-service-box .img-box {
    transition: .5s
}

.inner-service-box .img-box img {
    max-width: 100%;
    height: auto
}

.service-sidebar {
    padding-left: 35px
}

.service-list {
    margin-top: 64px
}

.service-list li {
    border-bottom: 1px solid #d6d6d6
}

.service-list li a {
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding-right: 50px !important;
    transition: .5s;
    font-weight: 500;
    padding: 12px 0
}

.service-list li a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    margin: auto;
    background: url('../external/l566d3egsswy/6tLmJMqHc7Dq5QOb6SAIMP/312a18302037554bfd08b8dc2ea2e7ff/arrow.html') no-repeat;
    width: 32px;
    height: 18px;
    transition: .5s;
    clip-path: inset(0 100% 0 0)
}

.treding-box {
    margin-top: 30px
}

.treding-box h5 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 18px
}

.treding-box ul li + li {
    margin-top: 7px
}

.treding-box ul li a {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 0;
    transition: .5s
}

.treding-box ul li a:hover {
    padding-left: 22px;
    color: #09dbf0
}

.treding-box ul li a:hover:before {
    width: 13px
}

.treding-box ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #09dbf0;
    width: 0;
    height: 2px;
    transition: .5s
}

.treding-box .case-study-link {
    font-size: 22px
}

.treding-box .border-line:before {
    background-color: #000
}

.main-service-sec .row + .row {
    margin-top: 190px
}

.inner-banner-sec .scroll-down {
    width: 107px;
    height: 107px;
    margin: auto;
    position: relative;
    margin-top: 60px
}

.inner-banner-sec .scroll-down img {
    animation: rotateElement 6s infinite linear
}

@keyframes rotateElement {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.inner-banner-sec .scroll-down:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url("../external/l566d3egsswy/5IQNUvgdY1tzfjdl2DGg59/b1238c4127190a9f2dc00e925b5d070f/down-arrow.html") no-repeat;
    height: 41px;
    width: 28px
}

.inner-banner-sec .scroll-down img {
    width: 100%;
    height: 100%
}

.service-title-has h4 {
    counter-reset: my-sec-counter
}

.service-title-has h4 {
    position: relative
}

.service-title-has h4 span:nth-child(1) div {
    will-change: transform;
    transform-style: preserve-3d;
    transition: .5s;
    transition-delay: calc(0.05s * var(--index));
    transform-origin: bottom;
    display: inline-block;
    opacity: 1
}

.service-title-has h4 span:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0
}

.service-title-has h4 span:nth-child(2) div {
    will-change: transform;
    transform-style: preserve-3d;
    transition: .5s;
    transition-delay: calc(0.05s * var(--index));
    transform-origin: bottom;
    display: inline-block;
    transform: translate3d(0, 0, 0) rotateX(-90deg);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.inner-service-box:hover .service-title-has h4 span:nth-child(1) div {
    transform: translate3d(0, -100%, 0) rotateX(-90deg);
    opacity: 0
}

.inner-service-box:hover .service-title-has h4 span:nth-child(2) div {
    transform: translate3d(0, 0, 0) rotateX(0);
    opacity: 1
}

.main-service-sec .col-md-9 {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.our-project {
    padding: 105px 0
}

.our-project .project-title {
    font-size: 90px;
    color: #010101;
    margin-bottom: 65px
}

.swiper {
    width: 100%;
    height: 100%
}

.our-project-slider .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testimonial-sec {
    background-color: #ec1c241a;
    padding-top: 160px;
    padding-bottom: 187px
}

.testi-title-box h3 {
    font-size: 90px;
    color: #191b1d;
    margin-bottom: 24px
}

.testi-title-box h4 {
    color: #191b1d;
    font-size: 32px;
    font-weight: 700
}

.testi-title-box ul {
    display: flex;
    justify-content: space-between;
    align-items: self-end;
    margin-top: 52px
}

.testimonial-sec .row {
    justify-content: space-between
}

.testi-caption .img-box {
    width: 125px;
    height: 125px;
    border-radius: 5px;
    margin-bottom: 26px
}

.testi-caption p {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 30px;
    padding-right: 40px
}

.testi-caption h5 {
    color: #EC1C24;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-left: 21px
}

.testi-caption h5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 13px;
    height: 2px;
    background-color: #087984
}

.custom-slider-arrow .swiper-button-next:after, .custom-slider-arrow .swiper-button-prev:after {
    display: none
}

.custom-slider-arrow .swiper-button-next, .custom-slider-arrow .swiper-button-prev {
    position: static;
    display: flex;
    width: 50%;
    margin: auto;
    height: auto
}

.custom-slider-arrow .icon svg {
    max-height: 18px;
    max-width: 82px;
    margin-right: 19px
}

.custom-slider-arrow .icon:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border: solid 2px #000;
    border-radius: 50%;
    margin: auto;
    z-index: -9
}

.custom-slider-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 100px
}

.custom-slider-arrow .arrow-svg {
    fill: #00ffff
}

.custom-slider-arrow .swiper-button-next {
    justify-content: end
}

.custom-slider-arrow .swiper-button-prev {
    transform: rotate(180deg);
    justify-content: flex-end
}

.custom-slider-arrow .swiper-button-disabled .arrow-svg {
    fill: #d5dadb
}

.custom-slider-arrow .icon {
    position: relative
}

.custom-slider-arrow .swiper-button-disabled:before {
    border-color: #d5dadb
}

.footer-top {
    padding-bottom: 38px;
    padding-top: 55px;
    background: #fff
}

.cta-sec {
    padding: 150px 0 140px;
    background: #fff
}

.cta-sec .row {
    justify-content: space-between
}

.cta-sec .cta-caption h4 {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    padding-bottom: 25px
}

.cta-sec .case-study-link {
    margin-top: 55px
}

.cta-caption .border-line:before {
    background-color: #000
}

.hover-effect {
    overflow: hidden;
    position: relative;
}

.hover-effect img {
    transition: .5s;
    object-fit: cover
}

.hover-effect:hover img {
    transform: scale(1.2)
}

.inner-service-header .menu-wrapper .menu-txt span {
    color: #000000;
}

.inner-service-header .menu-wrapper .menu-btn span {
    background-color: #000000;
}

.inner-service-header .static-header {
    background-color: orange
}

.inner-hero-sec {
    padding-top: 140px;
    padding-bottom: 70px
}

/*.back-txt {*/
/*    font-size: 12px;*/
/*    color: #32a6da;*/
/*    font-weight: 700;*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 1px;*/
/*    display: inline-flex;*/
/*    margin-bottom: 10px*/
/*}*/

/*.back-txt img {*/
/*    max-width: 17px;*/
/*    margin-right: 9px*/
/*}*/

.inner-hero-caption h3{
    color: #000;
    font-size: 70px;
    font-weight: 900;
    line-height: 86px;
}
.seoChangesHeading h1{
    color: #000;
    font-size: 70px;
    font-weight: 900;
    line-height: 86px;
    letter-spacing: 0px;
    white-space: initial;
    text-align: left;
}
.seoChangesHeading .flutter-intro.react-intro h2{
    margin-bottom: 30px;
    font-size: 62px;
    line-height: 78px;
    color: #001919;
    font-weight: 300;
    position: relative;
    display: inline-block;
}

.seoChangesHeading .react-con-inner h3{
    color: #000;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.seoChangesHeading .full-width-content h2{
    color: #000;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.seoChangesHeading .mvp-faster h2{
    font-size: 70px;
    color: #001919;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 32px;
    position: relative;
    display: inline-block;
}

.seoChangesHeading .cta-con-inner h2{
    font-size: 48px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    position: relative;
    display: inline-block;
}

.seoChangesHeading .ios-content-inner h2{
    color: #000;
    font-size: 60px;
    line-height: 70px;
    margin: 0;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.seoChangesHeading .flutter-intro.react-intro h2{
    margin-bottom: 30px;
    font-size: 62px;
    line-height: 78px;
    color: #001919;
    font-weight: 300;
    position: relative;
    display: inline-block;
}

.seoChangesHeading .flutter-cta .global-heading h2{
    font-size: 70px;
    line-height: 1.1;
    color: #000;
    transition: .3s;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.seoChangesHeading .flutter-intro h2{
    font-size: 70px;
    color: #001919;
    font-weight: 300;
    margin-bottom: 35px;
    line-height: 86px;
    position: relative;
    display: inline-block;
}

.seoChangesHeading .popular-project h2{
    font-size: 42px;
    color: #001919;
    font-weight: 500;
    margin-bottom: 26px;
    line-height: 38px;
}

.seoChangesHeading .mvp-faster h2{
    font-size: 70px;
    color: #001919;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 32px;
}

.seoChangesHeading .business-benefits-box h2{
    font-size: 52px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    line-height: 45px;
}


.hero-lead p {
    font-size: 32px;
    color: #000;
    font-weight: 500;
    line-height: 1.3
}

.back-txt span {
    display: flex;
    align-items: center
}

.hero-lead {
    padding-right: 10px
}

.inner-hero-sec .row {
    display: flex;
    align-items: flex-end
}

.inner-hero-banner {
    overflow: hidden;
    height: 185vh
}

.inner-hero-banner .img-box img {
    width: 100%;
    height: 100%
}

.inner-service-header .header-logo .st0 {
    fill: #000 !important
}

.flutter-intro-sec {
    padding-bottom: 30px
}

.flutter-intro-sec .lead-txt {
    margin-bottom: 100px
}

.lead-txt p {
    font-family: Poppins;
    font-size: 44px;
    color: #001919;
    font-weight: 300;
    line-height: 1.3
}

.inner-hero-banner .img-box {
    transform: translateX(15%)
}

.has-hero-main {
    padding: 40px 0 50px
}

.horizontal-heading {
    margin-bottom: 150px
}

.horizontal-heading h2 {
    font-size: 300px;
    color: #000;
    line-height: .8
}

.flutter-img {
    width: 120%;
    float: right
}

.flutter-intro {
    padding-left: 29px
}

.flutter-intro h3 {
    font-size: 70px;
    color: #001919;
    font-weight: 300;
    margin-bottom: 35px;
    line-height: 86px
}

.flutter-intro p {
    font-family: Poppins;
    font-size: 28px;
    color: #001919;
    font-weight: 400;
    line-height: 1.4;
    padding-right: 0
}

.flutter-intro p + p {
    font-weight: 300;
    font-size: 20px;
    margin-top: 20px
}

.benefits-list {
    margin-top: 25px
}

.benefits-list h4 {
    font-size: 40px;
    font-weight: 300;
    color: #001919;
    margin-bottom: 14px
}

.benefits-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch
}

.benefits-list ul li {
    width: 50%;
    font-size: 18px;
    font-weight: 600;
    font-family: Poppins;
    margin-bottom: 10px;
    position: relative
}

.benefits-list ul li .split_inner_has:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #0f1717;
    width: 9px;
    height: 2px
}

.benefits-list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #0f1717;
    width: 9px;
    height: 2px
}

.popular-project {
    text-align: center;
    margin-top: 100px
}

.popular-project h4 {
    font-size: 42px;
    color: #001919;
    font-weight: 500;
    margin-bottom: 26px
}

.popular-project p {
    color: #001919;
    font-size: 23px;
    font-weight: 400;
    font-family: Poppins
}

.popular-project ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    margin-top: 100px
}

.popular-project ul li {
    margin-bottom: 70px
}

.popular-project ul li img {
    width: 60%;
    height: 100%;
    object-fit: fill
}

.we-use-sec {
    background-color: #001919;
    padding-top: 71px;
    padding-bottom: 260px
}

.we-use-sec .global-heading h3 {
    font-size: 130px;
    color: #fff;
    line-height: 1.3
}

.we-use-sec .global-heading h3 .outline {
    display: block;
    line-height: .9
}

.we-use-list {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.we-use-list li {
    position: relative
}

.we-use-list li .main-circle-box {
    width: 281px;
    height: 281px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    animation: rotateElement 6s infinite linear
}

.circle-con-has-main {
    position: absolute;
    top: 0
}

path#btn-path2 {
    transform: scale(1.13)
}

.we-use-list li .main-path {
    transform: scale(.994)
}

.we-use-list li svg image {
    width: 100%;
    height: 100%
}

.we-use-list li img {
    max-height: 100px
}

.we-use-list li h4 {
    color: #2e6161;
    font-size: 25px;
    font-weight: 300;
    margin-top: 15px
}

.we-use-sec .global-heading {
    margin-bottom: 90px
}

.we-use-list li:nth-child(2) h4 {
    font-size: 20px
}

.we-use-list li:nth-child(3) h4 {
    font-size: 22px
}

.we-use-list li:nth-child(2) .main-circle-box {
    width: 269px;
    height: 270px
}

.we-use-list li:nth-child(3) .main-circle-box {
    width: 321px;
    height: 323px
}

.circle-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.we-use-list li:nth-child(1) {
    top: 110px;
    position: relative
}

.we-use-list li:nth-child(3) {
    top: 100px;
    position: relative
}

.we-use-list li .main-circle-box:before {
    content: "";
    position: absolute;
    margin: auto;
    width: 265px;
    height: 265px;
    border: 1px solid #002b2b;
    border-radius: 50%;
    z-index: -9
}

.we-use-list li:nth-child(1) .main-circle-box:before {
    right: -11px;
    top: 21px
}

.we-use-list li:nth-child(2) .main-circle-box:before {
    width: 269px;
    height: 270px;
    left: -10px;
    top: -10px
}

.we-use-list li:nth-child(3) .main-circle-box:before {
    width: 321px;
    height: 323px;
    left: -20px;
    top: 4px
}

.business-benefits {
    padding: 60px 0
}

.mvp-faster {
    text-align: right;
    padding-right: 30px
}

.mvp-faster h3 {
    font-size: 70px;
    color: #001919;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 32px
}

.mvp-faster p {
    font-size: 20px;
    color: #001919;
    font-family: Poppins;
    line-height: 1.6
}

.mvp-faster .case-study-link {
    margin-top: 60px;
    margin-right: 16px
}

.business-benefits-box {
    background-color: #f4d86d;
    margin-left: 32px;
    min-width: 671px;
    max-width: 100%;
    width: 100%;
    height: 456px;
    padding-top: 112px;
    padding-left: 116px;
    position: relative;
    overflow: hidden
}

.business-benefits-box h4 {
    font-size: 52px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    line-height: 45px;
}

.business-benefits-box ul li {
    font-size: 18px;
    color: #001919;
    font-weight: 600;
    font-family: Poppins;
    padding-left: 20px;
    position: relative
}

.business-benefits-box ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 2px;
    background-color: #001919
}

.business-benefits-box ul li + li {
    margin-top: 7px
}

.business-benefits-box .watermark-txt {
    right: auto;
    top: 0;
    font-size: 400px;
    font-weight: 700;
    color: #ffe57d;
    font-family: Gilmer;
    left: 35px;
    display: block;
    white-space: nowrap
}

.business-benefits .row {
    align-items: center
}

.business-benefits .col-md-6:nth-child(2) .business-benefits-box:last-child {
    background-color: #ceedf0;
    margin-top: 10px
}

.business-benefits .col-md-6:nth-child(2) .business-benefits-box:last-child .watermark-txt {
    color: #daf5f7
}

.mvp-faster .border-line:before {
    background-color: #000
}

.flutter-cta {
    background-color: #f0f0f0;
    padding: 143px 0 200px;
    position: relative;
    overflow: hidden;
    transition: .3s
}

.flutter-cta:hover {
    background-color: #001919
}

.flutter-cta .watermark-txt {
    font-size: 400px;
    color: #f0f0f0;
    right: 80px;
    font-weight: 700;
    top: 0;
    line-height: initial;
    height: 111%;
    display: flex;
    transition: .3s;
    align-items: end;
    -webkit-text-stroke: 1px #e3e3e3
}

.flutter-cta .global-heading h3 {
    font-size: 70px;
    line-height: 1.1;
    color: #000;
    transition: .3s
}

.flutter-cta .lead-box p {
    font-size: 20px;
    font-weight: 300;
    font-family: Poppins;
    line-height: 1.5;
    color: #000;
    transition: .3s
}

.flutter-cta .lead-box ul {
    margin-top: 40px
}

.flutter-cta .lead-box ul li {
    font-size: 27px;
    color: #000;
    font-family: Poppins;
    transition: .3s;
    font-weight: 300
}

.flutter-cta .lead-box ul li + li {
    margin-top: 7px
}

.flutter-cta .lead-box ul li span {
    color: #000;
    transition: .3s
}

.flutter-cta .lead-box ul li a {
    color: #000;
    transition: .3s;
    font-family: Poppins
}

.flutter-cta .lead-box .case-study-link {
    font-size: 32px;
    color: #000;
    letter-spacing: 1px;
    transition: .3s;
    margin-top: 70px
}

.flutter-cta .lead-box .case-study-link span.case-study-icon:before {
    border-color: #000;
    transition: .3s
}

.flutter-cta:hover .global-heading h2, .flutter-cta:hover .lead-box .case-study-link, .flutter-cta:hover .lead-box ul li {
    color: #fff
}

.flutter-cta:hover .lead-box .case-study-link span.case-study-icon:before {
    border-color: #fff
}

.flutter-cta:hover .lead-box p {
    color: #dedede
}

.flutter-cta:hover .lead-box ul li span {
    color: #09dbf0
}

.flutter-cta:hover .lead-box ul li a {
    color: #09dbf0
}

.flutter-cta:hover .watermark-txt {
    color: #002626;
    -webkit-text-stroke: 1px #002b2b
}

.main-contact-sec {
    background: linear-gradient(148deg, #EC1C24 0, #380008 66%);
    height: auto;
    padding-top: 100px;
    padding-bottom: 134px;
    margin-bottom: 0
}

.main-contact-sec .contact-hero-title {
    font-size: 240px;
    line-height: .99;
    margin-bottom: 125px
}

.contact-hero-title .outline {
    margin-left: 320px
}

.country-list {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
}

.country-list li {
    margin-right: 85px;
    line-height: 1.2
}

.country-list li a {
    font-size: 85px;
    color: #335252;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    outline: 0
}

.country-list li a:before {
    content: "/";
    position: absolute;
    top: 0;
    right: -65px;
    bottom: 0;
    margin: auto
}

.address-box {
    margin-top: 70px
}

.address-box h4 {
    font-size: 42px;
    font-weight: 700;
    font-family: Poppins;
    margin-bottom: 24px
}

.address-box h5 {
    font-size: 22px;
    font-weight: 600;
    font-family: Poppins;
    margin-bottom: 9px
}

.address-box p {
    color: #e8e8e8;
    font-weight: 500;
    margin-bottom: 13px;
    padding-right: 53px;
    line-height: 1.5;
    min-height: 72px
}

.address-box a {
    display: block;
    color: #e8e8e8;
    font-size: 17px;
    font-weight: 500
}

.address-box a span {
    color: #10a6b5;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: block
}

.get-in-touch {
    font-size: 160px;
    line-height: .9;
    margin-top: 80px;
    margin-bottom: 70px
}

.list-item li .hd-title {
    color: #a8a8a8;
    font-size: 18px;
    display: block;
    font-weight: 400;
    margin-bottom: 4px
}

.list-item li .link {
    font-size: 40px;
    color: #07aaab;
    font-weight: 600;
    font-family: Poppins
}

.list-item li + li {
    margin-top: 25px
}

.location-box h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    font-family: Poppins;
    margin-bottom: 15px
}

.location-box h5 span {
    display: block;
    margin-bottom: 6px;
    color: #a8a8a8;
    font-size: 18px;
    font-weight: 400
}

.location-box p {
    color: #EC1C24;
    font-size: 20px;
    font-weight: 500;
    font-family: Poppins;
    padding-right: 100px;
    line-height: 30px
}

.country-list li:last-child a::before {
    display: none
}

.contact-lead-form {
    margin-top: 90px
}

.contact-lead-form .form-group {
    margin-bottom: 50px;
    position: relative;
    z-index: 9;
}

.contact-lead-form .form-group.active:before {
    width: 100%
}

.contact-lead-form .form-group:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    background-color: #000000;
    height: 2px;
    -webkit-transition: all .5s ease-In-out;
    -moz-transition: all .5s ease-In-out;
    -o-transition: all .5s ease-In-out;
    transition: all .5s ease-In-out
}

.contact-lead-form label.contact-label {
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    font-family: Poppins;
    text-transform: capitalize;
    margin: 0;
    display: block;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: -9;
    -webkit-transition: all .5s ease-In-out;
    -moz-transition: all .5s ease-In-out;
    -o-transition: all .5s ease-In-out;
    transition: all .5s ease-In-out;
    letter-spacing: 1px
}

.contact-lead-form .form-control {
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #000;
    padding: 0;
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    font-family: Poppins;
    padding-bottom: 8px;
    line-height: 24px;
}

.contact-lead-form textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    height: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 25px 0;
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    font-family: Poppins;
    height: 120px;
    resize: none;
}

.contact-lead-form .form-group.active label.contact-label {
    color: #32a6da;
    font-size: 13px;
    bottom: 43px;
    text-transform: uppercase
}

.form-group.active label.textarea-label {
    bottom: 100% !important;
    -webkit-transition: all .5s ease-In-out;
    -moz-transition: all .5s ease-In-out;
    -o-transition: all .5s ease-In-out;
    transition: all .5s ease-In-out
}

.contact-lead-form textarea:focus-visible {
    outline: 0;
    border-radius: 0
}

.submit-btn button {
    background-color: transparent;
    font-size: 30px;
    color: #fff;
    border: none;
    font-weight: 700;
    outline: 0;
    cursor: pointer
}

.form-group.submit-btn {
    display: flex;
    align-items: center;
    margin: 0
}

.form-group.submit-btn .box svg {
    height: 87px
}

.form-group.submit-btn .box svg .st5 {
    fill: #07aaab
}

.form-group.submit-btn .box:last-child {
    margin-left: 15px
}

.inner-service-header .static-header {
    background-color: transparent
}

.game-text-sec {
    background: #fff;
    position: relative;
    width: 100%;
    height: 180vh
}

.game-black-title {
    background: #fff;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99
}

.game-gren-title {
    background: url("../external/l566d3egsswy/1E34t8jEMXuQFpt5GJtW4L/1ba82cc859c2f5fb56d3129265fe68ce/game-banner-bg.webp") center bottom/cover no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9
}

.game-gren-title.character-banner-main {
    background: url("../external/l566d3egsswy/aoGRDZvJoZuw2mzItpLN7/aaa6f859532790d66556af2070c00b83/charater-design.webp") center top/cover no-repeat;
}

.game-gren-title.ios-banner-main {
    background: url("../external/l566d3egsswy/6Ij5sh1BrsjNLZBKTMqlHB/bf22c54b14a6a8ccde93a502f057154b/ios-banner-black-banner.html") center bottom/cover no-repeat;
}

.game-gren-title.andriod-banner-main {
    background: url("../external/l566d3egsswy/51Nyr0cvb6F5NfBcXxaSXu/d1b68473731538d9f8ce7e66558ba162/andriod-svg-banner.html") center bottom/cover no-repeat;
}

.game-gren-title.unreal-banner-main {
    background: url("../external/l566d3egsswy/6ovMFJMfbLmecipX5Redec/f448eac83518e27c7629ab2981117da8/Unreal-Game-Development-New.webp") center bottom/cover no-repeat;

}

.game-gren-title.vr-banner-main {
    background: url("../external/l566d3egsswy/6GvdQ8qc5GjWWumeqHNSuj/9b2a9e756e9c1f31ef7bcdf9c340a44c/vrbanner.webp") center bottom/cover no-repeat;

}

.game-gren-title.nft-banner-main {
    background: url("../external/l566d3egsswy/4leTRKU4111eZawEBJ95sn/66c81d2489b8f50ab741bba179223034/nftbanner.webp") center bottom/cover no-repeat;
}

.game-black-title img, .game-gren-title img {
    width: 700px
}

.largeBannerText img {
    width: 980px
}

.game-black-title img.gren-img-overlay {
    position: absolute;
    clip-path: circle(0px at center center)
}

section.game-developemt-con {
    background: #fff;
    overflow: hidden;
    padding: 120px 0 0
}

section.game-sec-main {
    overflow: hidden
}

.gamecon-top h3 {
    color: #000;
    font-size: 118px;
    line-height: 145px;
    margin-bottom: 50px
}

.gamecon-top p {
    font-family: Poppins;
    font-size: 44px;
    color: #001919;
    font-weight: 300;
    line-height: 1.3
}

.game-devplemt-imgtext h4 {
    color: #000;
    font-size: 70px;
    line-height: 82px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 20px
}

.game-devplemt-imgtext p {
    color: #000;
    font-size: 20px;
    line-height: 34px;
    text-align: left
}

.game-devplemt-imgtext .row {
    display: flex;
    justify-content: center
}

.game-devplemt-imgtext {
    margin-top: 80px
}

.img-mobile-curve {
    position: relative
}

img.curv-img-game2 {
    position: absolute;
    top: -50%;
    z-index: 999;
    right: 60px
}

.img-mobile-curve img {
    max-width: 50%
}

img.curv-img-game1 {
    position: relative;
    left: 35%;
    z-index: 99999
}

.zoom-img-service img {
    max-width: 115%
}

.zoom-img-service {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh
}

section.full-img-service {
    overflow: hidden;
    padding-bottom: 30px
}

.zoom-img-service-main {
    height: 200vh
}

.game-serv-inner h2 {
    color: #000;
    font-size: 100px;
    line-height: 130px;
    font-weight: 700
}

.game-serv-inner h2 strong {
    color: #000;
    font-size: 74px;
    line-height: 60px;
    font-weight: 700;
    position: relative;
    top: -18px
}

.game-serv-inner h3 {
    color: #000;
    font-size: 42px;
    line-height: 54px;
    font-weight: 500;
    margin-bottom: 30px
}

.game-serv-inner p {
    color: #000;
    font-size: 20px;
    line-height: 28px
}

.game-serv-inner h4 {
    font-size: 26px;
    line-height: 32px;
    color: #000;
    margin: 30px 0
}

.unity-img-service img {
    max-width: 70%
}

.unity-img-service {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px
}

.zoom-img-service video {
    max-width: 115%;
    height: 100%
}

.vecter-bg {
    width: 50%
}

.vecter-bg img {
    max-width: 100%;
    position: relative
}

.gamer-serv-content .container {
    position: relative;
    z-index: 99
}

.vecter-bg {
    position: absolute;
    bottom: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.gamer-serv-content {
    position: relative
}

.benefits-sec-game img {
    max-width: 100%
}

.benefits-sec-game-main {
    position: relative;
    height: 128vh
}

.game-serv-left {
    overflow: hidden
}

.benefits-sec-game {
    height: auto;
    position: relative
}

.benifts-title {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.benifts-title h3 {
    font-size: 67px;
    font-weight: 700;
    line-height: 78px;
    margin-left: 15%
}

.benifts-title h3 span {
    font-weight: 500;
    font-size: 62px
}

.benefit-box p {
    color: #001919;
    font-size: 16px;
    line-height: 26px;
    margin: 0
}

.benefit-box h4 {
    color: #000;
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    margin: 0 0 7px
}

.benefit-box {
    background: #ec1c241a;
    width: 475px;
    padding: 50px;
    margin-left: 30px
}

.benefits-box {
    position: absolute;
    bottom: -122px;
    z-index: 9999
}

.benefits-box-inner {
    display: flex;
    transform: translateX(19%)
}

.game-ben-inner h3 {
    font-size: 28px;
    color: #000;
    line-height: 38px;
    margin: 0 0 18px;
    font-weight: 700
}

.game-ben-inner p {
    color: #000;
    font-size: 18px;
    line-height: 28px
}

.game-ben-inner {
    padding-left: 12%;
    padding-right: 12%
}

.app-title-left-top h2 {
    color: #000;
    font-size: 70px;
    line-height: 82px;
    font-weight: 700;
    margin-bottom: 30px
}

.app-support-intro h5 {
    color: #000;
    font-size: 26px;
    line-height: 34px;
    font-weight: 500
}

.app-support-intro h4 {
    color: #000;
    font-size: 22px;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 26px
}

.app-support-intro p {
    color: #000;
    font-size: 16px;
    line-height: 24px
}

.app-support-intro + .app-support-intro {
    margin-top: 40px
}

accordion-container {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-top: 20px
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    -moz-box-shadow: 0 5px 1px -3px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 5px 1px -3px rgba(0, 0, 0, .15);
    padding-left: 25px
}

.set > a {
    display: block;
    font-size: 18px;
    padding: 10px 0;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    border-bottom: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    background: #fff !important;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    transition: .3s;
    position: relative
}

.set > a i {
    float: right;
    margin-top: 2px;
    display: none
}

.set > a.active {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    background: #fff !important
}

.set .content {
    background-color: #fff;
    border-bottom: none;
    display: none
}

.set .content p {
    padding: 0 0 12px 0;
    margin: 0;
    color: #72758a;
    font-size: 16px;
    line-height: 24px
}

.accordion-container {
    margin-top: 20px
}

.set > a:before {
    content: "";
    background: #09dbf0;
    width: 15px;
    height: 2px;
    position: absolute;
    left: -25px;
    top: 50%
}

section.support-intro-sec {
    padding: 30px 0 90px
}

.support-details-inner {
    padding: 150px 0;
    position: relative;
    overflow: hidden;
    transition: .3s;
    background-color: #001919;
    background: #000;
}

.support-details-inner h3 {
    font-size: 55px;
    line-height: 59px
}

.support-animation-ico {
    margin-bottom: 12px
}

.support-text-icon h4 {
    font-size: 22px;
    line-height: 28px;
    margin: 18px 0 6px
}

.support-text-icon p {
    color: #fff;
    font-size: 14px;
    line-height: 24px
}

.support-icon-with-text-inner {
    margin-bottom: 35px
}

.support-cta-box a {
    color: #fff;
    margin-top: 20px
}

/*.support-cta-box .case-study-link span.case-study-icon:before {*/
/*    border-color: #fff*/
/*}*/

.support-details-inner .watermark-txt {
    font-size: 500px;
    color: #ec1c2440;
    right: -50%;
    font-weight: 700;
    top: 0;
    line-height: initial;
    height: 111%;
    display: flex;
    transition: .3s;
    align-items: end
}

.inner-serv-ul ul li {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 34px;
    position: relative
}

.inner-serv-ul ul {
    column-count: 2;
    padding-left: 30px
}

.inner-serv-ul {
    margin-top: 10px
}

.inner-serv-ul ul li:before {
    content: "";
    background: #09dbf0;
    width: 15px;
    height: 2px;
    position: absolute;
    left: -25px;
    top: 50%
}

.support-con-left {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between
}

.support-an {
    width: 100%
}

.acc-full-main h3 {
    color: #000;
    font-size: 52px;
    line-height: 66px
}

.full-accordian .set {
    padding: 12px 0;
    border-top: 1px solid #ccc
}

.full-accordian .set > a:before {
    display: none
}

.full-accordian .set > a i {
    display: block
}

.acc-full-main {
    margin-bottom: 20px
}

.full-accordian {
    padding: 60px 0 120px
}

.full-accordian .set a {
    font-size: 22px;
    font-weight: 500
}

.full-accordian .set > a i:before {
    -webkit-text-stroke: 0.8px #fff
}

.our-approch-inner {
    padding: 70px 0 420px;
    position: relative;
    overflow: hidden;
    transition: .3s;
    background-color: #001919;
    background: #000;
}

.our-approch-inner h3 {
    font-size: 120px;
    line-height: 150px;
    text-align: center;
    display: table;
    margin: 0 auto
}

.our-approch-inner h4 {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    display: table;
    margin: 20px auto 0;
    color: #fff;
    font-weight: 600
}

.approch-con h3 {
    color: #f9f9f9;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    display: block
}

.approch-con h4 {
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-align: left;
    display: block;
    margin-bottom: 5px
}

.approch-inner ul li:before {
    content: "";
    background: #002626;
    width: 184px;
    height: 184px;
    position: absolute;
    z-index: 9;
    border-radius: 100%;
    background: linear-gradient(148deg, #EC1C24 0, #380008 66%);
}

.approch-inner ul li {
    position: relative;
    display: flex;
    align-items: center;
    width: 184px
}

.approch-inner ul li .approch-con {
    position: relative;
    z-index: 99;
    left: 120px;
    top: -5px
}

.approch-inner ul {
    display: flex;
    align-items: center
}

.approch-inner {
    margin-top: 130px
}

.approch-inner ul li:nth-child(2n) {
    top: 200px
}

.approch-inner ul li:nth-child(2) {
    left: 60px
}

.approch-inner ul li:nth-child(2) .approch-con {
    width: 180px;
    left: 60px
}

.approch-inner ul li:nth-child(3):before {
    width: 160px;
    height: 160px
}

.approch-inner ul li:nth-child(3) .approch-con {
    width: 180px;
    left: 60px
}

.approch-inner ul li:nth-child(3) {
    left: 20px
}

.approch-inner ul li:nth-child(4):before {
    width: 140px;
    height: 140px
}

.approch-inner ul li:nth-child(4) {
    left: 0;
    top: 240px
}

.approch-inner ul li:nth-child(4) .approch-con {
    width: 140px;
    left: 82px
}

.approch-inner ul li:nth-child(5) .approch-con {
    width: 180px;
    left: 50px
}

.approch-inner ul li:nth-child(6) .approch-con {
    width: 180px;
    left: 60px
}

.approch-inner ul li:nth-child(6):before {
    width: 160px;
    height: 160px
}

.approch-inner ul li:nth-child(6) {
    left: -20px
}

.approch-inner ul li:nth-child(7):before {
    width: 140px;
    height: 140px
}

.approch-inner ul li:nth-child(7) {
    left: -60px;
    top: -50px
}

.approch-inner ul li:nth-child(7) .approch-con {
    width: 140px;
    left: 82px
}

.approch-inner ul li:nth-child(8):before {
    width: 150px;
    height: 150px
}

.approch-inner ul li:nth-child(8) {
    left: -120px;
    top: 300px
}

.approch-inner ul li:nth-child(8) .approch-con {
    width: 140px;
    left: 82px
}

.cta-con-inner h3 {
    font-size: 48px;
    font-weight: 500;
    color: #000;
    line-height: 1.2
}

.cta-con-inner p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px
}

.cta-two-main {
    padding: 90px 0 90px;
}

.flutter-img {
    width: 150%;
    float: right
}

.flutter-intro.react-intro p {
    font-weight: 300;
    font-size: 20px;
    margin-top: 0;
    line-height: 30px
}

.flutter-intro.react-intro h3 {
    margin-bottom: 30px;
    font-size: 62px;
    line-height: 78px
}

.react-con-inner h4 {
    color: #000;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px
}

.react-con-inner p {
    color: #000;
    font-size: 14px;
    line-height: 24px
}

.react-content-main {
    margin: 30px 0 70px
}

.full-width-content h3 {
    color: #000;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 20px
}

.full-width-content p {
    color: #000;
    font-size: 18px;
    line-height: 28px
}

.full-width-content {
    margin-bottom: 20px
}

.react-right-img img {
    max-width: 100%
}

.business-benefits.react-content-native {
    padding: 40px 0 100px
}

.ios-content-inner h3 {
    color: #000;
    font-size: 60px;
    line-height: 70px;
    margin: 0
}

.ios-content-inner p {
    color: #001919;
    font-size: 22px;
    line-height: 34px;
    margin-top: 30px
}

.counter-box-ios h3 {
    color: #000;
    font-size: 80px;
    line-height: 90px;
    margin: 0
}

.counter-box-ios h5 {
    color: #000;
    font-weight: 700;
    font-size: 22px;
    margin: 8px 0 0;
    line-height: 1.4
}

.counter-ios-main {
    display: flex;
    align-items: center;
    margin-top: 40px
}

.counter-box-ios + .counter-box-ios {
    margin-left: 100px
}

.ios-content-counter {
    margin-bottom: 100px
}

img.flutter-img.ios-img-left {
    width: 110%
}

.row.ios-first-row {
    display: flex;
    align-items: center
}

.acc-full-main p {
    color: #000;
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
    margin: 20px 0 20px
}

.inner-hero-banner-main {
    transform: translateX(30%);
    transition: transform 1.6s cubic-bezier(.745, .065, .17, 1)
}

.ios-con-main h3 {
    font-size: 60px;
    line-height: 68px;
    font-weight: 600
}

.cta-con-inner h5 {
    color: #001919;
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 18px
}

.cta-con-inner ul {
    column-count: 2;
    padding-left: 30px
}

.cta-con-inner ul li {
    color: #001919;
    font-size: 18px;
    line-height: 36px;
    position: relative;
    font-weight: 500
}

.cta-con-inner ul li:before {
    content: "";
    background: #000;
    width: 15px;
    height: 2px;
    position: absolute;
    left: -25px;
    top: 50%
}

.ios-con-main p {
    font-size: 22px;
    line-height: 34px;
    font-weight: 400
}

.ios-con-main p + p {
    font-size: 18px;
    line-height: 30px
}

.ios-con-title {
    margin-bottom: 30px
}

.ios-con-title {
    margin-bottom: 30px
}

.port-slid-inner {
    background: #c6e1ef;
    width: 100%;
    height: 94vh;
    overflow: hidden
}

.portsli-img {
    transform: rotate(-21deg)
}

.andriod-pot-main .portsli-img {
    transform: rotate(0);
    margin: 0 15px
}

.andriod-pot-main .port-slid-inner {
    justify-content: center
}

section.cta-two-main.ios-content {
    padding: 110px 0
}

section.ios-slide-portfolio {
    padding: 0 0 90px
}

.port-slid-inner {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.app-support-intro h5 + p {
    margin-top: 20px
}

section.inner-hero-sec-lottie {
    padding-top: 140px;
    padding-bottom: 70px
}

.lottie-animation-inner, .lottie-box {
    transition: transform 1s cubic-bezier(.745, .065, .17, 1)
}

.inner-hero-banner-lottie {
    transform: translateX(15%);
    transition: transform 1s cubic-bezier(.745, .065, .17, 1)
}

.is--small .inner-hero-banner-lottie {
    transform: translateX(0) !important
}

.work-intro {
    position: relative;
    z-index: 1
}

.work-intro__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100vw;
    padding-top: 100px;
    padding-bottom: 55px
}

.work-intro__wrapper:after, .work-intro__wrapper:before {
    display: none
}

.work-intro__image, .work-intro__image__container {
    position: relative;
    width: 100vw;
    height: 100vw
}

.work-intro__image__container {
    overflow: hidden
}

.work-intro__image__wrapper {
    position: relative;
    width: 100vw;
    height: 100vw
}

.work-intro__image__scroll {
    transition-property: transform;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%)
}

.work-intro__image__scroll .icon-arrow-down {
    transition-duration: .8s;
    transition-property: transform
}

.work-intro__button {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%)
}

.work-intro--expanded .work-intro__image__scroll {
    transform: translate(-50%, -50%) scale(0)
}

.work-intro--expanded .work-intro__image__scroll .icon-arrow-down {
    transform: translateY(120px)
}

@media (min-aspect-ratio: 13/9), only screen and (min-width: 568px) {
    .work-intro__wrapper {
        justify-content: space-between
    }

    .work-intro__image, .work-intro__image__container, .work-intro__wrapper {
        height: 100vh;
        height: auto
    }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    .work-intro__wrapper {
        padding-top: 33.33vh;
        padding-top: calc(auto * .33);
        padding-bottom: 75px
    }

    .work-intro__image {
        position: relative;
        right: 0;
        bottom: 0;
        bottom: calc(-.33333 * auto);
        height: 65vh;
        height: calc(.66667 * auto);
        width: 100vw
    }

    .work-intro__image__container {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: auto;
        height: auto
    }

    .work-intro__image__wrapper {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 58.33333vw;
        height: auto
    }

    .work-intro__image__scroll {
        left: auto;
        right: 58.33333vw;
        transform: translate(50%, -50%)
    }

    .work-intro__button {
        top: auto;
        bottom: -33.33333vh;
        bottom: calc(-.33333 * auto);
        left: auto;
        right: 60px;
        transform: translateY(50%)
    }

    .work-intro--expanded .work-intro__image__scroll {
        transform: translate(50%, -50%) scale(0)
    }
}

@media only screen and (min-width: 980px) {
    .work-intro__image__wrapper {
        width: calc(66.666vw - 42px)
    }

    .work-intro__image__scroll {
        right: calc(66.666vw - 42px)
    }

    .work-intro__button {
        right: 80px
    }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
    .work-intro__image__wrapper {
        width: calc(66.666vw - 62px)
    }

    .work-intro__image__scroll {
        right: calc(66.666vw - 62px)
    }

    .work-intro__button {
        right: 120px
    }
}

@media (min-width: 1680px) {
    .work-intro__image__wrapper {
        width: calc(50vw + 308px)
    }

    .work-intro__image__scroll {
        right: calc(50vw + 218px)
    }

    .work-intro__button {
        right: calc(50vw - 700px)
    }
}

.work-intro-image {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%
}

.work-intro-image lottie-player {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.work-intro-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    transition: -webkit-filter 1.6s cubic-bezier(.745, .065, .17, 1);
    transition: filter 1.6s cubic-bezier(.745, .065, .17, 1);
    transition: filter 1.6s cubic-bezier(.745, .065, .17, 1), -webkit-filter 1.6s cubic-bezier(.745, .065, .17, 1);
    will-change: filter;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.work-intro--expanded .work-intro-image img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    .work-intro-image, .work-intro-image lottie-player {
        transition: transform 1s cubic-bezier(.745, .065, .17, 1)
    }

    .work-intro-image lottie-player {
        transform: translateX(-20.83333vw)
    }

    .work-intro--expanded .work-intro-image {
        transform: translateX(-41.66667vw)
    }

    .work-intro--expanded .work-intro-image lottie-player {
        transform: translateX(0)
    }
}

@media only screen and (min-width: 980px) {
    .work-intro-image lottie-player {
        transform: translateX(calc(-16.666vw - 24px))
    }

    .work-intro--expanded .work-intro-image {
        transform: translateX(calc(-33.334vw - 42px))
    }

    .work-intro--expanded .work-intro-image lottie-player {
        transform: translateX(0)
    }
}

@media only screen and (min-width: 1440px) and (min-height: 800px) {
    .work-intro-image lottie-player {
        transform: translateX(calc(-16.666vw - 31px))
    }

    .work-intro--expanded .work-intro-image {
        transform: translateX(calc(-33.334vw - 62px))
    }

    .work-intro--expanded .work-intro-image lottie-player {
        transform: translateX(0)
    }
}

@media (min-width: 1680px) {
    .work-intro-image lottie-player {
        transform: translateX(calc(-25vw + 199px));
        min-height: 610px;
    }

    .work-intro--expanded .work-intro-image {
        transform: translateX(calc(-50vw + 308px))
    }

    .work-intro--expanded .work-intro-image lottie-player {
        transform: translateX(0)
    }
}

.treding-banner-sec {
    background: linear-gradient(148deg, #EC1C24 0, #380008 66%);
    height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 10vh
}

.treding-banner-sec h1 {
    color: #e5f3f3;
    text-align: left;
    font-size: 300px;
    line-height: 374px
}

.treding-banner-sec h1 span {
    display: block
}

section.trending-intro-sec {
    padding: 100px 0
}

.treding-banner-sec h1 span + span {
    text-align: right
}

.trendi-images-boxes {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    justify-content: space-between
}

.trendi-img-inner + .trendi-img-inner {
    margin-left: 6%
}

.trendi-sec-inner-main {
    padding: 130px 0;
    position: relative;
    width: 100%;
    height: 380vh;
    overflow: hidden
}

.trending-intro-sec-popup h2 {
    color: #001919;
    font-size: 62px;
    line-height: normal;
    margin-bottom: 35px;
}

.trending-intro-sec-popup {
    margin-top: 70px;
    margin-bottom: 90px
}

.what-we-inner h3 {
    color: #001919;
    font-size: 42px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 20px
}

.what-we-inner p {
    color: #001919;
    font-size: 18px;
    line-height: 30px
}

.what-we-main {
    border-top: 1px solid #dedede;
    padding-top: 90px
}

.trending-cta-popup h3 {
    line-height: 70px !important;
    font-size: 60px;
    margin-bottom: 20px
}

.techpopup-content-main {
    padding-top: 120px;
}

.close-tech-popup {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    position: fixed;
    right: 20px;
    top: 20px;
    box-shadow: 0 10px 20px rgb(204 204 204 / 57%);
    cursor: pointer;
    z-index: 992
}

.tech-hero-sec-inner-lottie img {
    max-width: 100%;
    height: auto
}

.tech-con-inner {
    position: relative
}

.close-tech-popup img {
    max-width: 15px
}

.trending-cta-popup {
    background: #000000;
    padding: 150px 0;
    position: relative;
    overflow: hidden
}

.trending-cta-popup p {
    font-size: 18px;
    line-height: 28px
}

.trending-cta-popup a.case-study-link {
    color: #fff
}

.trending-cta-popup .case-study-link span.case-study-icon:before {
    border: solid 2px #fff
}

.trending-cta-popup .watermark-txt {
    font-size: 280px;
    color: #ec1c2438;
    right: 0%;
    font-weight: 700;
    top: 12%;
    line-height: initial;
    height: auto;
    display: flex;
    transition: .3s;
    align-items: end;
    -webkit-text-stroke: 1px #001818
}

progress {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 15px;
    border: none;
    background: 0 0
}

progress::-webkit-progress-bar {
    background: 0 0
}

progress::-webkit-progress-value {
    background: linear-gradient(to left, #db38b5, #01b3e3, #25ce7b, #fdc741, #ff6b01, #fc4236);
    background-attachment: fixed
}

progress::-moz-progress-bar {
    background: linear-gradient(to left, #db38b5, #01b3e3, #25ce7b, #fdc741, #ff6b01, #fc4236);
    background-attachment: fixed
}

.detailContainer.is-open .detailContainer-overlay {
    opacity: 1
}

.detailContainer-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(37, 37, 37, .6);
    opacity: 0;
    transition: opacity .6s
}

.career-title h1, .why-join-title h2 {
    color: #000;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 6px;
    font-weight: 900
}

.career-title h4 {
    color: #000;
    text-align: center;
    font-size: 28px;
    line-height: 36px
}

.why-join-title h4 {
    color: #EC1C24;
    text-align: center;
    font-size: 28px;
    line-height: 36px
}

section.sec-career {
    padding: 180px 0 100px
}

.career-title {
    margin-bottom: 70px
}

section.sec-career {
    padding: 180px 0 100px
}

.career-title {
    margin-bottom: 70px
}

.why-join-title p {
    color: #001919;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    max-width: 950px;
    margin: 20px auto 0
}

.careers-images img {
    width: 100%;
    margin-bottom: 0
}

.careers-images .col-md-12, .careers-images .col-md-6 {
    padding: 0 4px
}

.careers-images .row {
    margin: 0 -4px
}

.careers-images {
    margin-top: 60px
}

.reveal-effect {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 8px
}

.reveal-effect:after, .reveal-effect:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 1.2s cubic-bezier(.75, .01, .07, .96);
    transition: all 1.2s cubic-bezier(.75, .01, .07, .96)
}

.reveal-effect:after {
    background: #ccc;
    transition-delay: 60ms
}

.reveal-effect:before {
    background: #fff;
    z-index: 1
}

.imgBgEffect .reveal-effect:after, .imgBgEffect .reveal-effect:before {
    transform: translateY(101%)
}

.process-steps h4, .process-steps p {
    color: #000;
    text-align: right;
    font-size: 15px;
    line-height: 24px;
    max-width: 400px
}

.process-steps h4 {
    color: #32a6da;
    color: #000;
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    position: relative
}

.proccess-left ul li {
    padding: 0 0 40px;
    position: relative
}

.proccess-left {
    display: flex;
    justify-content: flex-end;
    padding: 0 130px;
    align-items: center
}

.process-right h2 {
    font-size: 70px;
    line-height: 80px;
    color: #000
}

.process-right p {
    color: #000;
    font-size: 18px;
    line-height: 30px
}

.process-right {
    padding: 30px 130px;
    border-left: 1px solid #000
}

.process-rec {
    margin-top: 90px
}

.process-steps {
    padding-right: 30px
}

.process-steps h4:after {
    content: "";
    background: #000;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    right: -25px;
    top: 17px
}

.proccess-left ul li:after {
    content: "";
    background: #000;
    width: 1px;
    height: 80%;
    position: absolute;
    right: 8.5px;
    top: 34px
}

.proccess-left ul li:last-child:after {
    display: none
}

.openVacancy h3 {
    color: #000;
    font-size: 60px;
    line-height: normal
}

.openVacancy {
    padding: 0px 0 120px
}

.vacny-date-desig {
    display: flex;
    flex-direction: column
}

.vacny-date-desig h3 {
    color: #001919;
    font-size: 28px;
    line-height: 34px;
    text-align: right
}

.vacny-date-desig h3 span {
    display: block;
    font-size: 18px;
    line-height: 20px
}

.vacny-date-desig {
    width: 18%;
    display: flex;
    flex-direction: column
}

.vacny-date-desig h3 {
    color: #001919;
    font-size: 28px;
    line-height: 34px;
    text-align: right;
    padding: 20px;
    border-right: 1px solid #ccc;
    transition: .3s
}

.vacny-date-desig h3 span {
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500
}

.vancy-desc h2 {
    color: #001919;
    font-size: 28px;
    line-height: 38px;
    transition: .3s
}

.vacancy-main {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.vancy-desc {
    padding: 0 20px 0 40px;
    width: 72%
}

.apply-now-job {
    width: 20%
}

.vancy-desc p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px
}

.vancy-details {
    display: flex;
    align-items: center;
    margin-top: 25px
}

.vacncy-det-box h4 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px
}

.vacncy-det-box h4 span {
    display: block;
    font-weight: 400
}

.vacncy-det-box + .vacncy-det-box {
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid #000
}

.vacny-date-desig h3 + h3 {
    border-top: 1px solid #ccc;
    position: relative
}

.vacny-date-desig h3 + h3:before {
    content: "";
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    position: absolute;
    right: -13px;
    top: -13px
}

.vacancyList li {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc
}

.vacancyList {
    margin-top: 40px
}

.vacancyList li {
    transition: .3s
}

.vacancyList li:hover .vacny-date-desig h3, .vacancyList li:hover .vancy-desc h2 {
    color: #EC1C24;
}

.vacancyList li:hover {
    border-bottom: 3px solid #087984
}

.vacancyList li:last-child {
    padding: 0;
    margin: 0;
    border: none
}

.about-us-banner-con h1 {
    white-space: normal;
    font-size: 70px;
    line-height: 89px;
    letter-spacing: 0;
    vertical-align: text-top
}

.about-us-banner-con h4 {
    text-align: center;
    font-weight: 400;
    margin-bottom: 10px
}

.about-us-banner-con p {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    max-width: 850px;
    margin: 30px auto 0
}

.about-us-banner-con {
    padding-top: 40px
}

.about-banner-sec {
    height: 100vh;
    background: #10a6b5;
    background: linear-gradient(148deg, #380008 0, #EC1C24 140%);
    overflow: hidden;
    position: relative;
    padding-top: 175px
}

.about-video video {
    max-width: 100%;
    width: auto;
    height: 100vh;
    margin: 0 auto;
    display: table;
    position: relative
}

.about-iner-main {
    padding: 60px 0
}

.about-video:after {
    content: "";
    background: #fff;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 59px;
    z-index: 999;
    left: 0
}

.about-mission .lead-box h5 {
    font-weight: 600;
    margin-bottom: 12px;
    color: #fff;
    transition: .3s
}

.about-mission:hover .lead-box h5 {
    color: #fff
}

.about-mission .global-heading h3 {
    font-size: 120px
}

.mission-content.careers-images .row {
    display: flex;
    align-items: flex-end
}

section.sec2.about-video {
    position: relative
}

section.mission-content.careers-images {
    margin-top: -140px;
    padding-bottom: 90px
}

.text-careers h3 {
    font-weight: 600;
    margin-bottom: 12px;
    color: #000;
    transition: .3s;
    font-size: 28px;
    line-height: 38px;
    margin: 10px 0 0
}

.text-careers p {
    color: #000;
    margin-top: 10px
}

.text-careers.cus-mian-box {
    padding: 30px 40px;
    background: #fff
}

.about-mission .flutter-cta {
    background-color: #000000;
}

.about-mission .flutter-cta .watermark-txt {
    color: #e51b235c;
    -webkit-text-stroke: 1px #002b2b
}

.about-mission .flutter-cta .global-heading h3, .about-mission .flutter-cta .lead-box .case-study-link, .about-mission .flutter-cta .lead-box ul li {
    color: #fff
}

.about-mission .about-mission .lead-box h5 {
    color: #fff
}

.about-mission .flutter-cta .lead-box p {
    color: #dedede
}

.about-count-mission .client-animate-txt h2 .outline {
    font-size: 123px;
    line-height: 145px;
}

.about-count-mission .client-animate-txt h2 {
    color: #000;
    font-size: 180px;
    line-height: 180px;
    text-transform: uppercase
}

.about-count-mission .client-animate-txt h2 .enjoy-title {
    font-size: 40px;
    line-height: 1.2;
    color: #0e94a2
}

.location-names ul li h2 {
    color: #32a6da;
    font-size: 72px;
    line-height: 80px;
    transition: .3s;
    -webkit-text-stroke: 1.5px #077884;
    padding-left: 80px;
    position: relative;
    z-index: 99
}

.location-names ul li:hover h2 {
    color: transparent
}

.location-names ul li {
    display: flex;
    align-items: center;
    -webkit-transition: all 1.2s cubic-bezier(.75, .01, .07, .96);
    transition: all 1.2s cubic-bezier(.75, .01, .07, .96);
    transform: scale(0);
    opacity: 0
}

.client-sec.about-count-mission-inner.LogoBgEffect .location-names ul li {
    transform: scale(1);
    opacity: 1
}

.location-names ul li img {
    margin-right: 0;
    max-width: 65px;
    position: absolute;
    transition: .3s;
    z-index: 90
}

.location-names ul li:hover img {
    max-width: 170px;
    opacity: .4
}

.location-names ul li:nth-child(1) {
    position: absolute;
    left: 10%;
    top: 11%
}

.location-names ul li:nth-child(2) {
    position: absolute;
    left: 70%;
    top: 12%
}

.location-names ul li:nth-child(3) {
    position: absolute;
    left: 2%;
    top: 60%
}

.location-names ul li:nth-child(4) {
    position: absolute;
    left: 40%;
    bottom: 16%
}

.location-names ul li:nth-child(5) {
    position: absolute;
    left: 76%;
    bottom: 23%
}

.location-names ul li:nth-child(6) {
    position: absolute;
    right: 6%;
    top: 63%
}

.location-names ul li:nth-child(7) {
    position: absolute;
    right: 11%;
    top: 23%
}

.client-sec.about-count-mission-inner {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    height: 208vw;
}

.global-main-slide {
    min-width: 100vw;
    min-height: 100vh
}

.about-count-mission-inner-wrap {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap
}

h2.client-animated-title.global2-heading span.about-global-smll {
    display: inline-block !important;
    font-size: 115px !important;
    line-height: 130px !important
}

h2.client-animated-title.global2-heading span.outline {
    display: inline-block !important;
    font-size: 115px !important;
    line-height: 130px !important;
    margin-left: 15px
}

.global-main-slide .row {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative
}

.global-main-slide .container-fluid {
    height: 100%
}

.global-2 .we-use-list li .main-circle-box:before {
    border: 1px solid #a7c1c1
}

.global-2 .client-animate-txt {
    margin-bottom: 72px
}

.global-2 .we-use-list li:nth-child(1) {
    top: 0;
    position: relative
}

.global-2 .circle-content h4 {
    color: #191b1d;
    font-size: 20px !important;
    line-height: 26px !important;
    font-weight: 600 !important;
    text-align: center
}

.global-2 .we-use-list li:nth-child(4) .main-circle-box {
    width: 259px;
    height: 260px
}

.global-2 .we-use-list li:nth-child(5) .main-circle-box {
    width: 249px;
    height: 250px
}

.global-2 path#btn-path2 {
    transform: scale(.9)
}

.global-2 .we-use-list li:nth-child(4) .main-circle-box:before {
    right: -11px;
    top: 21px
}

.global-2 .we-use-list li:nth-child(5) .main-circle-box:before {
    width: 249px;
    height: 250px;
    right: -11px;
    top: 1px
}

.global-2 .we-use-list li:nth-child(3) .main-circle-box {
    width: 261px;
    height: 263px
}

.global-2 .we-use-list li:nth-child(3) .main-circle-box:before {
    width: 265px;
    height: 265px
}

.global-2 .we-use-list li {
    transform: scale(.8)
}

.global-2 ul.we-use-list {
    padding-bottom: 110px;
}

.global-2 .we-use-list li:nth-child(1) {
    top: -30px
}

.global-2 .we-use-list li:nth-child(2) {
    top: 90px
}

.global-2 .we-use-list li:nth-child(3) {
    top: -70px
}

.global-2 .we-use-list li:nth-child(4) {
    top: 80px
}

.global-2 .we-use-list li:nth-child(5) {
    top: -30px
}

.global-main-slide.global-2 h2.client-animated-title.global2-heading {
    line-height: 160px;
    font-size: 170px
}

.global-main-slide.global-2 h2.client-animated-title.global2-heading span.cus-main {
    line-height: 150px
}

.global-main-slide.global-2 h2.client-animated-title.global2-heading span.enjoy-title {
    line-height: 40px;
    margin-bottom: 15px
}

.circle-con-has-main {
    position: absolute;
    top: 0;
    width: 284px
}

.global-2 .we-use-list li:nth-child(3) .circle-content {
    top: 46%;
    left: 46%
}

.team-video-sec h2.team-title {
    color: #000;
    font-size: 84px;
    line-height: 90px;
    margin-bottom: 30px;
    text-align: center
}

.custom-container-team {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: 0
}

.custom-container-team .client-video-box {
    margin-left: 30px;
    pointer-events: none;
}

.team-video-sec {
    padding: 90px 0;
    height: 210vh;
}

.team-title-main {
    margin-bottom: 40px
}

.case-study-banner img {
    max-width: 100%;
    height: auto
}

.main-casestudy-sec {
    position: relative
}

.banner-content {
    position: absolute;
    top: 28vh;
    z-index: 99;
    width: 100%
}

.project-stats ul li {
    color: #a9e1d3;
    font-size: 17px;
    line-height: 30px
}

.project-stats ul li + li {
    margin-top: 8px
}

.project-stats h5 {
    color: #e6faf5;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px
}

.casestudy-right {
    display: flex;
    justify-content: space-between
}

.project-stats.twoCol-ul {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 40px
}

.project-stats.twoCol-ul ul {
    column-count: 2
}

.project-stats ul li {
    padding: 0 0 0 30px;
    position: relative
}

.project-stats {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.project-stats ul li:before {
    content: "";
    background: #0ff;
    width: 18px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 14px
}

.case-study-banner-img {
    position: absolute;
    top: 52vh;
    right: 0
}

.case-study-banner-img img {
    max-width: 100%;
    height: auto
}

section.main-casestudy-sec {
    padding-bottom: 15%
}

.content-case-study-main h2 {
    color: #000;
    font-size: 60px;
    line-height: 70px;
    margin: 0 0 10px
}

.content-case-study-main h4 {
    color: #000;
    font-size: 32px;
    line-height: 48px;
    margin-top: 20px
}

.content-case-study-main p {
    color: #000;
    font-size: 22px;
    line-height: 34px;
    margin-top: 20px
}

section.main-casestudy-content {
    padding: 80px 0 90px;
    position: relative;
    z-index: 99;
}

.content-case-study-inner {
    background: #38000847;
    padding: 25px;
    display: flex;
    flex-direction: column;
    min-height: 452px
}

.content-case-study-inner img {
    max-width: 60px;
    margin-bottom: 10px
}

.content-case-study-inner h3 {
    color: #002e33;
    font-size: 26px;
    line-height: 28px;
    margin: 12px 0 10px;
    font-weight: 500
}

.content-case-study-inner h5 {
    color: #002e33;
    font-size: 22px;
    line-height: 30px;
    margin: 12px 0 22px;
    font-weight: 400
}

.content-case-study-inner p {
    font-size: 14px;
    line-height: 20px;
    color: #002e33
}

.content-case-study-box {
    margin: 80px 0
}

.cast-conright h4 {
    margin: 0 0 20px
}

.project-cast-conright ul li:before {
    content: "";
    background: #ec1b24;
    width: 18px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 15px
}

.project-cast-conright ul li {
    position: relative;
    padding-left: 28px;
    line-height: 30px
}

.our-apporch-inner {
    background: #000;
    padding: 90px 0
}

.approch-title h2 {
    font-size: 90px;
    text-align: center;
    line-height: 110px;
    margin-bottom: 80px
}

.native-mobile-left h3 {
    color: #002e33;
    font-size: 52px;
    line-height: 66px
}

.native-mobile-left h4 {
    color: #002e33;
    margin-top: 20px;
    padding-right: 68px;
    font-size: 27px;
    line-height: 38px
}

.native-mobile-left p {
    color: #000;
    margin-top: 20px
}

.app-ico a img {
    max-width: 70px
}

.app-ico a + a {
    margin-left: 10px
}

.app-ico {
    margin-top: 30px;
    display: flex;
    align-items: center
}

.native-mobile-app-inner {
    background: #cfefee;
    background: #ec1b2424;
    padding: 150px 0;
    overflow: hidden
}

.app-bg-horse {
    background: #ec1b2424;
    background: #ec1b2424;
}

.app-bg-tconnect {
    background: #ccdbe9;
    background: linear-gradient(180deg, #ec1c241a 24%, #c2d1d2 100%)
}

.app-bg-patient-wait {
    background: #f0e3d4;
    background: linear-gradient(180deg, #fffcf0 24%, #efe2d2 100%)
}

.img-mobile.rotate-img {
    position: absolute;
    left: 40px;
    transform: rotate(-14deg)
}

.img-mobile.rotate-img img {
    max-width: 90%
}

.img-mobile.rotate-img.mobile-curv-img-2 {
    right: -23%;
    left: auto;
    top: -230px
}

.portSlider .swiper-slide img {
    max-width: 100%
}

.portSlider-inner {
    background: #fff;
    padding: 120px 0
}

.customDesign-inner {
    background: #ec1b2424;
    padding: 120px 0;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.customDesign-inner h3 {
    color: #001919;
}

.customDesign-inner h4 {
    color: #001919;
}

.customDesign-inner p {
    color: #001919;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 300;
    line-height: normal;
}

.CustomDesignImg {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.customDesign-inner .row {
    display: flex;
    align-items: center
}

.CustomDesignImg img {
    position: relative;
    top: 30px
}

.caseStudy-wrap-slide {
    background: #b5acac;
    overflow: hidden;
    height: 100vh
}

.caseStudy-img {
    position: relative;
    top: -230px
}

.caseStudy-slid-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: rotate(-8deg)
}

.caseStudy-img:nth-child(2) {
    position: relative;
    top: -300px
}

.caseStudy-img:nth-child(3) {
    position: relative;
    top: -380px
}

section.we-use-sec.case-study-sec {
    padding: 80px 0 120px
}

section.we-use-sec.case-study-sec li {
    top: 0
}

.review-title h2 {
    color: #000;
    font-size: 90px;
    line-height: 98px;
    text-align: center
}

section.CaseStudyReview {
    padding: 80px 0;
}

.review-video {
    margin-top: 40px
}

.blog-main-inner {
    background: #000;
    padding: 170px 0 0;
    ackground: #10a6b5;
    background: linear-gradient(142deg, #10a6b5 0, #043a44 100%);
}

.blog-title h2 {
    color: #fff;
    font-size: 120px;
    line-height: 160px;
    padding-left: 0;
}

.blog-title {
    margin-bottom: 30px
}

.blog-featured-right h2 {
    color: #fff;
    font-size: 40px;
    line-height: 48px
}

.blog-featured-right {
    padding-left: 20px
}

.blog-featured-right h4 {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px
}

.blog-featured-right {
    padding-top: 30px
}

.blog-featured-right a {
    color: #fff
}

.blog-featured-right .case-study-link span.case-study-icon:before {
    border-color: #fff
}

.blog-main-inner .container-fluid {
    position: relative;
    top: 40px
}

.blog-featured-list img {
    max-width: 100%
}

.blog-featured-content h4 {
    color: #32a6da;
    font-size: 16px;
    line-height: 34px;
    font-weight: 600;
    margin-top: 10px
}

.blog-featured-content h2 {
    color: #001919;
    font-size: 24px;
    line-height: 30px;
    margin: 2px 0 0
}

.blog-list-main-wrap {
    padding: 120px 0
}

.blog-list-main {
    padding: 30px 15px
}

.blog-featured-main-left img {
    max-width: 100%
}

.blog-inner-main .blog-featured-right h2 {
    color: #000;
    font-size: 40px;
    line-height: 48px
}

.blog-inner-main .blog-featured-right h2 {
    color: #000
}

.blog-inner-main .row {
    display: flex;
    align-items: start;
    justify-content: center;
    margin-top: 120px
}

.blog-inner-main .blog-featured-right h2 {
    color: #000
}

.blog-inner-main .blog-featured-right a {
    color: #000
}

.blog-inner-main .blog-featured-right .case-study-link span.case-study-icon:before {
    border-color: #000
}

.blog-inner-main .blog-featured-main {
    margin-top: 30px
}

.hasAniTitle {
    overflow: hidden
}

.hasAniTitle span {
    display: block;
    transform: translate(0, 100%);
    transition: .8s
}

.hasAniTitle.is-reveal span {
    display: block;
    transform: translate(0, 0)
}

.has-titleAnimation h3 {
    margin-bottom: 25px
}

.has-titleAnimation h4 {
    margin-bottom: 15px
}

p.hasAniTitle {
    margin-top: 12px !important
}

@keyframes reveal {
    0% {
        transform: translate(0, 100%)
    }
    100% {
        transform: translate(0, 0)
    }
}

.product-hero-title h3 {
    font-size: 50px;
    line-height: 57px
}

.block-list ul {
    display: block !important
}

.block-list ul li {
    width: 100%
}

.package-detail-sec {
    margin-top: 120px;
    position: relative;
    padding-bottom: 130px;
    overflow: hidden
}

.package-detail-sec:before {
    content: "";
    position: absolute;
    top: 0;
    right: 50px;
    background: url("../external/l566d3egsswy/1Jn2YMXzXm7xqT928POKFn/8ee515bde106352c6a0fc8aecc2fbbc4/paint-img.webp") no-repeat;
    width: 411px;
    height: 570px
}

.package-detail-sec:after {
    content: "";
    background: url("../external/l566d3egsswy/016G3o1MjRjDQjYhU5h2XU/98202e04cc566194a25dea51e8a35223/mob-hand.webp") no-repeat;
    width: 852px;
    height: 773px;
    position: absolute;
    bottom: 0;
    right: 0
}

.package-detail-sec .lead-title {
    color: #000;
    font-size: 52px;
    line-height: normal
}

.package-detail-sec .lead-txt {
    font-size: 28px;
    color: #001919;
    font-family: Poppins;
    margin-top: 19px;
    margin-bottom: 28px;
    line-height: 38px
}

.package-detail-sec .techno-list {
    columns: auto 3
}

.package-detail-sec .techno-list li {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    font-family: Poppins;
    position: relative;
    padding-left: 20px
}

.package-detail-sec .techno-list li:before {
    content: "";
    width: 9px;
    height: 2px;
    background-color: #0f1717;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.package-detail-sec .techno-list li + li {
    margin-top: 10px
}

.integation-sec {
    background-color: #001919;
    padding-top: 138px;
    padding-bottom: 160px;
    margin-top: 0;
    background: #000;
}

.integation-sec .lead-title {
    font-size: 80px;
    margin-bottom: 15px;
    line-height: 1.3;
    color: #fff
}

.integation-sec .lead-txt {
    font-size: 34px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 80px
}

.integation-sec .container {
    min-width: 1600px
}

.integation-list {
    display: flex;
    align-items: center;
    margin-right: 72px;
    margin-left: 62px;
    flex-wrap: wrap
}

.integation-list li {
    width: 207px;
    height: 207px;
    border-radius: 50%;
    border: 2px solid #002929;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    margin-right: 65px !important;
    margin: auto
}

.integation-list li .animate-icon {
    max-height: 57px
}

.integation-list li .title {
    font-size: 16px;
    color: #2d6763;
    margin-top: 16px;
    width: 60%
}

.integation-sec .integation-list + .integation-list {
    margin-top: 30px
}

.integation-sec .integation-list:nth-child(2) {
    margin-left: 214px;
    margin-right: 0
}

.integation-list li:nth-child(-n+15) {
    position: relative;
    left: -30px;
    margin-top: 22px
}

.integation-list li:nth-child(-n+10) {
    position: relative;
    left: 120px
}

.integation-list li:nth-child(-n+5) {
    position: relative;
    left: -30px
}

.app-slider-sec {
    background-color: #ebf6f7;
    padding: 119px 0
}

.app-slider .swiper-wrapper .swiper-slide:nth-child(1) {
    padding-left: 149px
}

.app-slider .swiper-wrapper .swiper-slide:last-child {
    padding-right: 169px
}

.web-solution-sec {
    padding-top: 69px;
    padding-bottom: 90px
}

.web-solution-sec .container {
    min-width: 1600px;
    padding: 0 90px
}

.web-solution-sec .include-title {
    font-size: 20px;
    color: #43aaa5;
    font-family: Poppins;
    margin-bottom: 12px
}

.web-solution-sec .commerce-title {
    font-size: 60px;
    color: #0a0a0a;
    font-weight: 600;
    font-family: Poppins;
    margin-bottom: 5px;
    line-height: 48px
}

.web-solution-sec .lead-txt {
    color: #676767;
    font-size: 22px;
    font-weight: 500;
    width: 50%;
    margin: auto;
    line-height: 1.5
}

.e-commerce-solution-box {
    background-color: #ceedf0;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 79px;
    margin-top: 50px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.e-commerce-solution-box h4 {
    color: #43aaa5;
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins;
    letter-spacing: 1px;
    margin-bottom: 12px;
    line-height: normal
}

.e-commerce-solution-box h3 {
    font-size: 40px;
    color: #0a0a0a;
    line-height: 1.3;
    font-weight: 600;
    font-family: Poppins;
    width: 65%;
    margin-bottom: 20px
}

.e-commerce-solution-box p {
    color: #676767;
    font-size: 18px;
    font-weight: 500;
    width: 70%;
    margin: auto;
    line-height: 28px
}

.e-commerce-solution-box .img-box {
    margin-top: 40px
}

.tab-pro-screen {
    margin-top: 115px
}

.tab-pro-screen .tab-img {
    position: relative;
    right: 105px;
    overflow: hidden;
    transform: scale(1.2)
}

.tab-pro-screen .tab-img img {
    width: 100%;
    height: 100%
}

.window.macpro {
    position: absolute;
    top: 25px;
    left: 178px;
    width: 685px;
    overflow: hidden
}

.window.macpro img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    height: 509px;
    border-radius: 10px;
    transition: 5s all ease
}

.window.macpro img:hover {
    -o-object-position: bottom;
    object-position: bottom
}

.tab-pro-screen .case-study-link {
    margin-top: 100px
}

.tab-pro-screen .case-study-link .border-line:before, .web-solution-sec .case-study-link .border-line:before {
    background-color: #0a0a0a
}

.web-solution-sec .case-study-link {
    margin-top: 90px
}

.yellow-box {
    background-color: #f4d86d
}

.e-commerce-solution-box:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, .16) !important;
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px)
}

.integation-list .animate-icon.shipping-icon {
    max-height: 80px
}

.ios-con-main .case-study-link {
    margin-top: 0
}

.accordion-container .cta-con-inner ul {
    column-count: 1
}

.accordion-container .cta-con-inner ul li {
    font-size: 16px
}

.support-animation-ico lottie-player {
    width: 73px;
    display: table;
    height: 73px;
}

section.game-developemt-con.sect-game-2.singlegamePage {
    padding-bottom: 90px
}

.unity-img-service.ar-vr-img {
    justify-content: flex-start
}

.treding-banner-sec h1 .split_outer_has + .split_outer_has span {
    text-align: right;
    line-height: 295px
}

.chars--outer, .lines--outer {
    overflow: hidden
}

.lines--inner, .lines--outer {
    display: inline-block
}

.benefits-list ul li .split_inner_has {
    padding-left: 17px
}

.ios-title-left-top h2 {
    font-size: 74px;
    font-weight: 900
}

.ios-title-left-top h2 span {
    font-size: 100px
}

.ios-app-intro h5 {
    font-size: 32px;
    font-weight: 700
}

.ios-app-intro p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400
}

.ios-con-left {
    justify-content: flex-start;
    align-items: flex-start
}

.sh-video-box {
    width: auto;
    position: relative;
    top: 43px
}

.sh-ios-title-left-top h2 span {
    font-size: 90px
}

.sh-support-intro-sec {
    overflow: hidden
}

.sh-support-intro-sec .row {
    align-items: flex-end
}

.android-port-slid-inner {
    background: url('../external/l566d3egsswy/2YFS1ly2Wf58jjMmC0hJBm/5884bb54194feef4f070857d26e30737/shape-bg.html') no-repeat #dee5f8;
    background-position: center
}

.lottie-work a {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.main-portfolio + .main-portfolio {
    margin-top: 40px;
}

.flutter-animated lottie-player {
    width: 120%;
    float: right
}

.custom-connect-bg {
    background-color: #ffa800
}

.custom-impact-bg {
    background-color: #fd6d5a
}

.impact-slider {
}

.custom-horse-match-bg {
    background-color: #cdcabb
}


.custom-patient-bg {
    background-color: #ebf7ff
}

.custom-patient-bg h3, .custom-patient-bg h4, .custom-patient-bg p {
    color: #002e33
}

#loader-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100vh;
    width: 100%;
    z-index: 999999999999
}

.loading-bg-black {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #06515c;
    z-index: 99999999
}

.loading-bg-primary {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0b818e;
    z-index: 9999999
}

.loader-img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 250px;
    z-index: 999999999
}

.loader-img img {
    display: table;
    margin: auto
}

.catestudy-left h4 {
    margin-top: 25px;
    font-weight: 500
}

.unity-img-service.unity-img-has {
    margin-top: 130px
}

.award-names li.pres-logo:nth-child(1) {
    position: absolute;
    left: 3%;
    top: 20%
}

.award-names li.pres-logo:nth-child(2) {
    position: absolute;
    left: 3%;
    top: 50%;
    margin: 0
}

.award-names li.pres-logo {
    display: inline-block;
    margin: 0 60px;
    position: relative;
    top: -100px
}

.award-names li.pres-logo:nth-child(7) {
    position: absolute;
    right: 3%;
    top: 20%
}

.award-names li.pres-logo:nth-child(6) {
    position: absolute;
    right: 3%;
    top: 50%;
    margin: 0
}

.award-names li.pres-logo:nth-child(4) {
    top: -50px
}

.draggable-box {
    position: relative;
    width: 33.125em;
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.draggable-box .dragger {
    position: relative;
    width: 100%;
    height: 2.375em;
    margin: 0 0 1.875em 0
}

.draggable-box .dragger:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    width: 100%;
    background: #fff;
    content: ""
}

.draggable-box .handle {
    width: 2.375em;
    height: 2.375em;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.dragger-text {
    text-align: center;
    width: 100%
}

.dragger-text .drag-text {
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 .625em 0;
    color: #fff
}

.swiper-scrollbar-drag:before {
    transform: translateX(-48%);
    position: absolute;
    left: 29%;
    top: -20px;
    width: 40px;
    height: 40px;
    background: #011919;
    border: solid 1px #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    content: "";
    z-index: 998;
    right: 0
}

.swiper-scrollbar-drag:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    transform: translateX(-55%) scale(.2);
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transition: all .5s cubic-bezier(.68, -.55, 0, 2.46);
    content: "";
    z-index: 99999
}

.draggable-box .dragger .dragger-progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    width: 0%;
    background: var(--primary);
    content: ""
}

.dragger-text i {
    width: 1.875em;
    height: 1.875em;
    position: relative;
    left: -25px;
    display: block;
    margin: 0 auto;
    animation: animationFrames ease 4s;
    animation-iteration-count: infinite;
    animation-direction: reverse;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames ease 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: reverse;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationFrames ease 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: reverse;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationFrames ease 4s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: reverse;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationFrames ease 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: reverse;
    -ms-transform-origin: 50% 50%
}

.swiper-horizontal > .swiper-scrollbar {
    bottom: 30px;
    width: 90%;
    margin: auto;
    right: 0
}

.react-tech .we-use-list li:nth-child(2) {
    transform: scale(.9)
}

.react-tech .we-use-list li:nth-child(1) {
    transform: scale(.8)
}

.react-tech .we-use-list li:nth-child(4) .main-circle-box:before {
    width: 321px;
    height: 323px;
    left: -30px;
    top: -16px
}

.react-tech .we-use-list li:nth-child(3) .main-circle-box:before {
    width: 269px;
    height: 270px;
    left: -10px;
    top: -10px
}

.react-tech .we-use-list li:nth-child(4) .main-circle-box {
    width: 281px;
    height: 281px
}

.react-tech .we-use-list li:nth-child(3) .main-circle-box {
    width: 269px;
    height: 270px
}

.react-tech .we-use-list li:nth-child(3) {
    transform: scale(.9)
}

.react-tech .we-use-list li:nth-child(4) {
    transform: scale(.95)
}

.blog-featured-main-left img {
    width: 100%;
    height: auto;
}

.inner-blog-detail {
    margin-top: 55px;
    margin-bottom: 100px
}

.inner-blog-detail p {
    color: #001919;
    font-size: 18px;
    font-family: Poppins;
    line-height: 30px
}

.inner-blog-detail h5 {
    color: #001919;
    font-weight: 700;
    margin: 45px 0 17px
}

.inner-blog-detail p a {
    color: #32a6da;
    font-weight: 500
}

.header-logo a {
    position: relative
}

.static-header .row {
    display: flex;
    align-items: center
}

.navigation .sub-menu > li.active > a {
    color: #fff;
}

.fixed-cta {
    position: fixed;
    bottom: 30px;
    right: auto;
    z-index: 999;
    left: 30px;
}

/*.whiteLogo .header-logo img {
    filter: brightness(1000)
}*/

.menu-info li .box {
    overflow: hidden;
    margin-bottom: 10px;
}

.footer-logo p a {
    color: #EC1C24;
}

.term-content p {
    color: #001919;
    font-weight: 400
}

.term-content h4 {
    color: #000;
    font-weight: 600;
    margin: 20px 0
}

.term-content .mail, .term-content .phone {
    display: flex;
    align-items: center
}

.term-content .email, .term-content .phone .num {
    margin-left: 13px;
    color: #32a6da;
    font-size: 17px;
    font-weight: 500
}

.term-content .mail i, .term-content .phone i {
    color: #087984
}

.term-content .phone {
    margin-bottom: 13px
}

.term-content .mail + .mail {
    margin-top: 5px
}

.fixed-header .menu-wrapper .menu-btn span {
    background-color: #0c7884 !important
}

.fixed-header .menu-wrapper .menu-txt span {
    color: #0c7884
}

.whiteLogo.is-sticky .fixed-header .header-logo img {
    filter: none !important
}

.fixed-header .row {
    display: flex;
    align-items: center
}

.is-sticky .fixed-header .header-logo {
    display: none !important
}

.is-sticky.active-menu .fixed-header .header-logo {
    display: block !important
}

.is-sticky .fixed-header .menu-txt {
    display: none
}

.is-sticky .fixed-header .menu-wrapper .menu-btn {
    position: relative;
    top: 30px
}

.is-sticky .fixed-header .menu-wrapper .menu-btn:before {
    content: "";
    background: #fff;
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 100%;
    top: -24px;
    left: -12px;
    box-shadow: 2px 3px 10px 0 rgb(0 0 0 / 12%)
}

.is-sticky .fixed-header .menu-wrapper .menu-btn span {
    width: 37px
}

.is-sticky .fixed-header .menu-wrapper .anchor-link {
    width: 70px;
    height: 70px;
    top: 2px;
    left: 10px
}

.is-sticky.active-menu .fixed-header .menu-wrapper .anchor-link {
    top: -42px !important
}

.is-sticky.active-menu .fixed-header .menu-wrapper .menu-btn {
    top: -10px
}

.is-sticky.active-menu .fixed-header .menu-wrapper .menu-btn:before {
    display: none
}

.is-sticky .fixed-header .menu-wrapper .menu-btn span:nth-child(3) {
    width: 21px
}

.is-sticky .fixed-header .menu-wrapper .menu-btn:hover span:nth-child(3) {
    width: 37px
}

span.request-arrow img {
    filter: brightness(1000);
    max-width: 40%
}

.arrow-circle img {
    filter: brightness(1000);
    max-width: 40%
}

.trending-menu-list .sub-menu {
    top: 57%;
    right: 0
}

.trending-menu-list .sub-menu > li > a {
    display: flex;
    width: 70%;
    font-size: 27px;
    line-height: 1.3
}

.lead-title {
    font-size: 100px;
    color: #000;
    font-weight: 700;
    margin-bottom: 77px
}

.main-award-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e6e6e6;
    height: 418px
}

.main-award-sec .box {
    border-right: 1px solid #e6e6e6;
    padding: 50px 18px 60px;
    -webkit-transition: all .5s ease-In-out;
    -moz-transition: all .5s ease-In-out;
    -o-transition: all .5s ease-In-out;
    transition: all .5s ease-In-out;
    position: relative;
    width: 100%;
    height: 100%
}

.main-award-sec .box .caption p {
    font-size: 13px;
    color: #000;
    font-family: Poppins;
    line-height: 1.7;
    font-weight: 400
}

.main-award-sec .box:last-child {
    border-right: none
}

.main-award-sec .box .img-box {
    margin-bottom: 40px
}

.main-award-sec .box .caption h6 {
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 1.5;
}

.main-award-sec .box:before {
    content: "";
    border-color: #e6e6e6;
    background-image: -moz-linear-gradient(-120deg, #ec1c241a 0, #fff 100%);
    background-image: -webkit-linear-gradient(-120deg, #ec1c241a 0, #fff 100%);
    background-image: -ms-linear-gradient(-120deg, #ec1c241a 0, #fff 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -9;
    clip-path: circle(0 at 0 0);
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-In-out;
    -moz-transition: all .5s ease-In-out;
    -o-transition: all .5s ease-In-out;
    transition: all .5s ease-In-out
}

h6 {
    color: #001919;
    font-size: 18px;
    font-weight: 600;
    font-family: Poppins
}

.award-sec {
    background-color: #fff;
    padding: 150px 0;
}

.btn-new {
    background-color: #EC1C24;
    color: #fff;
    padding: 10px 20px;
    display: table;
    margin: 39px auto 0;
    border-radius: 4px;
    font-size: 17px;
    font-family: Poppins
}

#menu-footer-menu {
    display: flex
}

#menu-footer-menu li a {
    color: #a8a8a8;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px
}

#menu-footer-menu li {
    margin-right: 10px
}

#menu-footer-menu li:last-child {
    margin-right: 0
}

.footer-bottom-new {
    border-top: 1px solid #e6e6e6;
    padding: 20px 0 20px;
    margin-top: 50px
}

.footer-logo h6 {
    margin-bottom: 14px;
    font-size: 23px
}

ul.footer-menu {
    column-count: 2;
    display: block;
    margin: 0
}

ul.footer-menu li {
    margin: 0 0 12px
}

.footer-address {
    width: 80%;
    margin-top: 12px;
    text-align: left !important
}

.fixedmenu-sticky lottie-player + lottie-player {
    display: none
}

.is-sticky.active-menu .fixed-header .fixedmenu-sticky lottie-player {
    display: none
}

.is-sticky.active-menu .fixed-header .fixedmenu-sticky lottie-player + lottie-player {
    display: block !important
}

.contact-page footer {
    margin-top: 80px
}

.contact-page .fixed-cta {
    display: none
}

.app-ico lottie-player {
    max-width: 70px
}

.cta-sec .cta-caption p {
    color: #001919;
    font-size: 20px;
    font-family: Poppins;
    line-height: 1.5
}

.cta-form-box .form-control {
    padding: 0;
    border: none !important;
    border-radius: 0;
    border-bottom: 1px solid #d4d4d4 !important;
    font-size: 14px;
    color: #666;
    padding-bottom: 12px;
    height: auto !important
}

.cta-form-box h6 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 35px
}

.cta-form-box .form-group {
    margin-bottom: 25px
}

.cta-form-box .form-group textarea {
    resize: none;
    height: 63px !important
}

.cta-form-box .case-study-link {
    margin-top: 10px
}

.cta-form-box .case-study-icon {
    margin-left: 9px
}

.game-page .award-sec {
    padding-top: 50px
}

header .container-fluid {
    max-width: 100%;
    width: 100%;
    padding: 0 50px;
    padding-right: 30px
}

section.cta-sec.cta-form-new .container-fluid {
    padding: 0 130px
}

.cta-sec.cta-form-new .col-md-7 {
    padding-left: 50px
}

.social-list li + li {
    margin-left: 15px
}

.fixedmenu-sticky lottie-player {
    max-width: 95px;
    filter: brightness(0.5);
}

.careers-page .footer-services {
    display: none !important
}

.careers-page .client-video-sec-main {
    padding-bottom: 50px
}

.careers-page footer {
    padding-top: 80px
}

.cta-sec.cta-form-new .col-md-7 {
    padding-left: 50px
}

.img-mobile lottie-player {
    width: 370px
}

.img-mobile.rotate-img.mobile-curv-img-2 lottie-player {
    max-width: 400px
}

.client-video-sec-main .img-box.hover-effect {
    width: 550px
}

@keyframes slide {
    0% {
        top: 0;
        right: 5px
    }
    50% {
        top: 0;
        right: -5px
    }
    100% {
        right: 5px;
        top: 0
    }
}

@keyframes slideAnimate {
    0% {
        top: 0;
        right: 5px;
        opacity: 1;
    }
    100% {
        top: 0;
        right: -500px;
        opacity: 0;
    }
}

.main-popup-sec {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 58%);
    z-index: 99;
    display: none
}

.inner-popup-body {
    background-color: #fff;
    width: 70%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 40px 90px 40px 40px
}

.left-popup-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 70px;
    background: url(../external/l566d3egsswy/5HOpRFIY4mHxkEez0cmah2/6298b0a…/popup-bg.webp) #7baeb7 no-repeat;
    background-size: cover;
    background-position: bottom right;
    background: linear-gradient(121deg, #47bec9 44%, #1e83b1 70%);
    background: #380008;
}

.popup-contact-lead {
    width: 50%;
    padding-left: 90px
}

.left-popup-content h4 {
    font-size: 49px;
    font-weight: 700;
    line-height: 1.3
}

.left-popup-content p {
    font-size: 22px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5
}

.left-popup-content p + p {
    margin-top: 0
}

.popup-icon-box {
    display: flex;
    align-items: stretch
}

.phone-txt span {
    display: block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Gilmer;
    font-weight: 500;
    position: relative;
    padding-left: 21px
}

.phone-txt {
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.phone-txt a {
    color: #fff;
    font-size: 28px;
    font-weight: 700
}

.phone-txt span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    width: 14px;
    height: 1px
}

.popup-contact-lead h4 {
    color: #000;
    font-size: 51px;
    font-weight: 700;
    line-height: normal;
    margin-top: 40px
}

.popup-contact-lead .contact-lead-form label.contact-label {
    color: #001919;
    font-size: 15px;
    font-weight: 600;
    font-family: Poppins;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.popup-contact-lead .case-study-link {
    margin-top: 0
}

.popup-contact-lead .form-group.submit-btn {
    justify-content: start;
}

.popup-contact-lead .contact-lead-form {
    margin-top: 40px;
    padding: 25px 0
}

.popup-contact-lead .contact-lead-form textarea {
    height: 100px;
    color: #32a6da;
    padding: 0;
}

.popup-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

section.main-popup-sec.active {
    display: block
}

.fixedmenu-sticky {
    display: flex;
    justify-content: flex-end
}

section.main-popup-sec.static-form-cta .inner-popup-body {
    position: static;
    transform: initial;
    margin: 0 auto;
}

section.main-popup-sec.static-form-cta {
    position: static;
    display: block;
    background: #fff;
    padding: 90px 0;
}

.circle-content img {
    display: table;
    margin: 0 auto;
}

.tech-we-expert-inner {
    background: #000;
    padding: 90px 0;
    background: #000;
}

.tech-we-ex-menu-tabs ul li a {
    color: #ffffff;
    font-size: 20px;
    line-height: 34px;
    padding: 12px 0px;
    -webkit-transition: all .5s ease-In-out;
    -moz-transition: all .5s ease-In-out;
    -o-transition: all .5s ease-In-out;
    transition: all .5s ease-In-out;
}

.tech-we-ex-menu-tabs ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.tech-we-ex-menu-tabs {
    width: 100%;
}

.tech-we-ex-menu-tabs ul li + li {
    margin: 0 30px;
}

.tech-we-ex-menu-tabs ul li {
    position: relative;
}

.tab-conlist li .tablottie {
    width: 190px;
    height: 190px;
    border: 1px solid #004242;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 100%;
}

.tablottie {
}

.tab-conlist li .tablottie lottie-player {
    max-height: 70px;
    margin-bottom: 15px;
}

.tab-conlist ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 460px;
}

.tab-conlist ul li {
    margin: 20px 20px;
}

.tab-conlist {
    margin-top: 60px;
}

.tab-conlist li .tablottie h4 {
    color: #d9f6ef;
    font-size: 16px;
    line-height: 24px;
}

.active-menu .social-list li:before {
    background-color: #fff;
}

.tech-we-ex-menu-tabs li.active a {
    color: #EC1C24;
}

.tech-we-ex-menu-tabs ul li a:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: auto;
    right: 0;
    background-color: #EC1C24;
    width: 0;
    height: 1px;
    -webkit-transition: all .5s ease-In-out;
    -moz-transition: all .5s ease-In-out;
    -o-transition: all .5s ease-In-out;
    transition: all .5s ease-In-out
}

span.head-office {
    margin-top: 0 !important;
}

canvas:focus {
    outline: none;
}

canvas {
    outline: none;
}

.tech-tabs-content {
    width: 100%;
}

.static-form-cta .inner-popup-body {
    max-width: 1600px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

/*NFT*/
.additional-intro h5 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    font-family: Poppins;
    line-height: normal;
    margin-bottom: 25px;
}

.additional-intro p {
    font-size: 20px;
    color: #000;
    font-family: Poppins;
    font-weight: 300;
    line-height: normal;
}

.development-company-sec {
    background: url('../external/l566d3egsswy/5jUbehvKesIPDJMev3Pn46/64fa8ee12d291b2c7a9004a89ffbabb2/bg1.webp') no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.development-company-sec .lead-title {
    line-height: normal;
    font-size: 51px;
    color: #fff;
    margin-bottom: 85px;
}

.nft-service {
    background: url('../external/l566d3egsswy/7wnd2MJaKqCILsZZffTXQX/fbe2b0d575dfac54ff1b32c01c1657ef/service-bg1.webp') no-repeat;
    background-size: cover !important;
    background-position: center !important;
    min-height: 580px;
    padding: 99px;
    position: relative;
    z-index: 9;
}

.nft-service-two {
    background: url('../external/l566d3egsswy/5qk7mKG3V258UGnSHPuErf/510af132668a358be5d13ce045db03a7/service-bg2.webp') no-repeat;
}

.nft-service h4 {
    font-size: 51px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 18px;
}

.nft-service p {
    font-size: 14px;
    font-family: Poppins;
    line-height: 1.6;
    font-weight: 400;
    padding-right: 77px;
}

.nft-service .number {
    margin-top: 140px;
}

.nft-service .number span {
    color: #1f666b;
    font-size: 67px;
    line-height: normal;
    font-weight: 500;
}

.main-nft-service-sec .lead-title {
    font-size: 51px;
    line-height: normal;
    margin-bottom: 21px;
}

.main-nft-service-sec .lead-txt {
    font-size: 20px;
    color: #000;
    font-family: Poppins;
    padding-right: 100px;
    line-height: normal;
}

.main-nft-service-sec {
    padding-top: 140px;
    position: relative;
    z-index: 9;
}

.inner-nft-services {
    margin-top: 70px;
}

.inner-nft-services span {
    font-size: 68px;
    color: #000;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
    transition: 0.5s;
}

.inner-nft-services h4 {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
    transition: 0.5s;
}

.inner-nft-services p {
    font-size: 14px;
    color: #000;
    line-height: normal;
    font-family: Poppins;
    font-weight: 400;
}

.main-nft-service-sec .img-box img {
    width: 100%;
    height: 100%;
}

.main-nft-service-sec .img-box {
    margin-top: 135px;
}

.feature-title h5 {
    font-size: 14px;
    color: #000;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 700;
}

.feature-title h4 {
    color: #32a6da;
    font-size: 51px;
    line-height: normal;
    font-weight: 700;
}

.feature-title {
    margin-top: 120px;
    margin-bottom: 69px;
}

.intro-txt p {
    font-size: 21px;
    color: #404f50;
    font-family: Poppins;
    font-weight: 500;
    line-height: 1.6;
    padding-right: 230px;
}

.intro-txt p + p {
    margin-top: 17px;
}

.main-marketplace-sec {
    padding-top: 175px;
    padding-bottom: 125px;
    margin-top: -75px;
    background: #000;
}

.nft-marketplace-title h4 {
    font-size: 68px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 10px;
}

.nft-marketplace-title h5 {
    color: #EC1C24;
    font-size: 28px;
    font-weight: 700;
}

.nft-marketplace-title .tab-conlist ul {
    min-height: auto;
}

.nft-marketplace-title .tab-conlist li .tablottie {
    width: 250px;
    height: 250px;
}

.nft-marketplace-title .tab-conlist ul li {
    margin: 30px 30px;
}

.play-video-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/*NFT*/

/*blockchain*/

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

.blockchain-img {
    padding-right: 40px;
}

.blockchain-intro {
    padding-right: 185px;
}

.blockchain-title {
    border-top: none;
    margin-top: 30px;
    padding-top: 81px;
}

.blockchain-title h4 {
    color: #000;
    font-size: 38px;
    font-weight: 700;
    line-height: normal;
    width: 55%;
}

.blockchain-title h4 span {
    font-size: 68px;
}

.main-blockchain-services {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

.main-blockchain-services .box {
    background-color: #3800083b;
    min-height: 560px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-blockchain-services .box .icon-box {
    width: 240px;
    height: 240px;
    background-color: #dceff1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.main-blockchain-services .box .caption {
    margin-top: 40px;
}

.main-blockchain-services .box h5 {
    font-size: 20px;
    color: #EC1C24;
    font-family: Poppins;
    font-weight: 600;
    margin-bottom: 20px;
}

.main-blockchain-services .box p {
    font-size: 14px;
    color: #001919;
    line-height: normal;
    font-family: Poppins;
    font-weight: 400;
    padding: 0 70px;
}

.main-blockchain-solution {
    padding-top: 0;
    padding-bottom: 125px;
}

.main-blockchain-services .box + .box {
    margin-left: 0;
}

.blockchain-solution {
    background-color: #c0d2d2;
    margin-bottom: 170px;
    height: 735px;
}

.blockchain-solution .feature-title h5 {
    letter-spacing: 2px;
}

.blockchain-solution .intro-txt ul li {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: Poppins;
    position: relative;
    transition: 0.5s;
}

.blockchain-solution .intro-txt ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #0f7a84;
    width: 0;
    height: 1px;
    transition: 0.5s;
}

.blockchain-solution .intro-txt ul {
    margin-top: 30px;
}

.blockchain-solution .intro-txt ul li + li {
    margin-top: 12px;
}

.main-blockchain-services .box .icon-box lottie-player {
    width: 133px;
}

.nft-img-box img {
    width: 100%;
}

.nft-img-box {
    padding-right: 50px;
}

.nft-service:before {
    content: '';
    position: absolute;
    background-color: #076c76;
    opacity: 0.5;
    z-index: -9;
    transition: clip-path 800ms ease-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    clip-path: ellipse(100% 50% at 50% 200%);
}

.static-form-cta .left-popup-content {
    width: 45%;
}

.static-form-cta .popup-contact-lead {
    width: 55%;
}

.case-study-watermark {
    font-size: 600px;
    color: #00000012;
    position: absolute;
    bottom: -125px;
    font-weight: 700;
    line-height: normal;
    z-index: -9;
    letter-spacing: 4px;
    white-space: nowrap;
}

.img-box video {
    width: 100%;
    height: 100%;
}

/*blockchain*/


/*immersive page css*/

.main-immersive-banner .img-banner img {
    width: 100%;
    height: 100%;
}

.main-immersive-banner .container-fluid {
    position: absolute;
    left: 0;
    right: 0;
    top: 200px;
}

.main-immersive-banner .img-banner {
    position: relative;
}

.inner-banner-poster img {
    width: auto !important;
    height: auto !important;
    display: table;
    margin: auto;
}

.immersive-intro-sec .lead-txt {
    margin-bottom: 30px;
}

.main-immersive-services {
    background-color: #ec1c241a;
}

.inner-immersive-services {
    border-bottom: 1px solid #d5dfe0;
    margin: 0 17px;
    position: relative;
    padding-top: 140px;
    padding-bottom: 89px;
}

.inner-immersive-services:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 92%;
    width: 1px;
    background-color: #d5dfe0;
    bottom: 0;
}

.inner-immersive-services .lead-title h4 {
    font-size: 52px;
    line-height: 1.3;
    font-family: Poppins;
    font-weight: 300;
    color: #000;
}

.inner-immersive-services .lead-title {
    margin-bottom: 0;
}

.inner-immersive-services .lead-txt p {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
}

.techno-service-box {
    display: flex;
    justify-content: space-between;
    /* margin-left: 155px; */
    flex-wrap: nowrap;
    width: 100%;
    align-items: stretch;
    /* margin-top: 117px; */
}

.techno-service-box .inner-box {
    margin-right: 40px;
}

.techno-service-box .inner-box .img-box {
    position: relative;
}

.techno-service-box .inner-box .img-box img {
    border-radius: 5px 5px 0 0;
}

.techno-service-box .inner-box .caption {
    background-color: #fff;
    padding: 50px 36px 50px;
    border-radius: 0 0 5px 5px;
}

.techno-service-box .inner-box .caption h4 {
    color: #000;
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    font-family: Poppins;
    margin-bottom: 11px;
}

.techno-service-box .inner-box .caption p {
    color: #000;
    line-height: normal;
    font-weight: 400;
    font-family: Poppins;
}

.immersive-experience-sec {
    padding: 90px 0;
}

.experience-img img {
    width: 120%;
    float: right;
}

.experience-intro {
    padding-left: 60px;
}

.experience-intro h3 {
    font-size: 45px;
    line-height: normal;
    font-weight: 500;
}

.experience-intro p {
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
}

.experience-intro-list ul li {
    display: block;
    width: 100%;
    padding-left: 30px;
}

.experience-intro-list ul li:before {
    width: 15px;
    background-color: #09dbf0;
}

.immersive-experience-sec .lead-title {
    font-size: 72px;
    line-height: normal;
    font-weight: 900;
    margin-top: 100px;
    margin-bottom: 20px;
}

.main-immersive-video {
    padding-left: 0;
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
}

.main-immersive-video .inner-box {
    margin-right: 0;
}

.main-projection-sec {
    position: relative;
    background-color: #e6ebeb;
}

.projection-title {
    font-size: 76px;
    font-weight: 900;
    line-height: 1.2;
}

.projection-txt p {
    line-height: normal;
    font-size: 19px;
    font-family: Poppins;
    font-weight: 400;
}

.main-projection-sec .row {
    justify-content: space-between;
}

.projection-txt .case-study-link {
    color: #fff;
}

.projection-txt .case-study-link span.case-study-icon:before {
    border: solid 2px #fff;
}

.main-projection-sec .img-box {
}

.main-projection-sec .img-box img {
    display: table;
    margin: auto;
}

.benefit-immersive-sec {
    background-color: #e6ebeb;
    display: flex;
    align-items: center;
    padding: 70px 0 30px;
}

.benefit-intro {
    margin-bottom: 140px;
}

.benefit-intro h4 {
    color: #000;
    font-size: 52px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.benefit-intro p {
    line-height: 1.7;
    font-size: 18px;
    color: #000;
    font-family: Poppins;
    font-weight: 400;
}

.benefit-immersive-sec .row {
    justify-content: center;
}

.benefit-immersive-sec .we-use-list .circle-content {
    width: 53%;
    margin: auto;
}

.techno-service-box .inner-box .img-box:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0d7984;
    border-radius: 5px 5px 0 0;
    opacity: 0.5;
    clip-path: ellipse(100% 50% at 50% 200%);
    transition: clip-path 800ms ease-out;
}

/*immersive page css*/

/*digital signage*/

.main-digital-signage {
}

.main-digital-signage .img-banner {
    position: relative;
}

.main-digital-signage .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.main-digital-signage .container .row {
    align-items: center;
}

.main-digital-signage .banner-caption {
}

.main-digital-signage .banner-caption h3 {
    line-height: 1.2;
    font-size: 112px;
    font-weight: 900;
}

.main-digital-signage .banner-caption h4 {
    font-size: 65px;
    line-height: normal;
    font-weight: 700;
    margin-top: 15px;
}

.digital-signage-intro {
    background-color: #e3e8e8;
}

.singnage-what-we-do {
    background: url("../external/l566d3egsswy/3Hvd73jUS319ihGdN8Hnh8/1ebd54db4dac71d465b44c36973caa35/bg1.html") no-repeat;
    padding: 69px 0;
    background-size: cover;
    background-position: center;
}

.singnage-what-we-do .lead-title {
    line-height: normal;
    color: #fff;
    font-size: 72px;
    margin-bottom: 33px;
}

.tab-list {
    border-right: 2px solid rgb(255 255 255 / 20%);
}

.tab-list ul {
}

.tab-list ul li {
}

.tab-list ul li + li {
    margin-top: 10px;
}

.tab-list ul li a {
    font-size: 20px;
    color: #4ab4ca;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
    transition: 0.5s;
}

.tab-list ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 2px;
    background-color: #09dbf0;
    margin: auto;
}

.tab-content {
    display: flex;
    justify-content: space-between;
    margin-top: 2px;
    padding-left: 25px;
    width: 100%;
}

.tab-content ul {
}

.tab-content ul li {
    font-size: 15px;
    color: #4ab4ca;
    font-family: Poppins;
    font-weight: 500;
    position: relative;
    padding-left: 16px;
}

.tab-content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #4ab4ca;
    width: 7px;
    height: 3px;
}

.tab-content ul li + li {
    margin-top: 10px;
}

.tab-img-box img {
    width: 100%;
    height: 632px;
}

.tab-img-box {
    padding: 0 20px;
    margin-top: 43px;
}

.main-turnkey-service {
    margin-top: 145px;
}

.main-turnkey-service .container-fluid {
    padding: 0 120px;
}

.main-turnkey-service .turnkey-service {
    background-color: #ceedf0;
    padding: 60px 80px 140px;
    min-height: 958px;
}

.main-turnkey-service .turnkey-service h4 {
    color: #0a0a0a;
    font-size: 52px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.main-turnkey-service .turnkey-service p {
    color: #000;
    font-size: 21px;
    line-height: normal;
    font-family: Poppins;
    font-weight: 400;
}

.main-turnkey-service .turnkey-service p + p {
    font-size: 16px;
    margin-top: 22px;
}

.turnkey-service .case-study-link {
    font-size: 25px;
    font-weight: 900;
    margin-top: 45px;
}

.main-turnkey-service .col-md-6:nth-child(2) .turnkey-service {
    background-color: #e3debf;
}

.experience-img lottie-player {
    transform: scale(1.5);
    position: relative;
    top: 100px;
    right: 100px;
}

.digital-signage-intro h3 {
    font-size: 68px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 45px;
}

.digital-signage-intro p {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
}

.work-ervices {
    display: flex;
    align-items: start;
}

.work-ervices .caption h4 {
    line-height: normal;
    font-size: 22px;
    font-weight: 500;
    font-family: Poppins;
    margin-bottom: 8px;
}

.work-ervices .icon-box {
    margin-right: 15px;
}

.work-ervices .icon-box lottie-player {
    width: 65px;
    height: 65px;
}

.work-ervices .caption p {
    font-size: 14px;
}

.work-ervices + .work-ervices {
    margin-top: 30.6px;
}

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}

.tab-list ul li.active a {
    color: #fff;
}

.experience-intro .border-line:before {
    background-color: #000;
}

.tab-img-box img {
    clip-path: ellipse(0 0% at 100% 50%);
    transition: clip-path 900ms ease-out;
}

.tab-img-box.active img {
    clip-path: ellipse(100% 250% at 50% 100%);
}

/*digital signage*/

/*......contract css adil............*/


.contract-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contract-logo img {
    max-width: 100%;
    height: 100%;
}

.contract-logo {
    width: 20%;
}

.contract-nav {
    padding: 20px 0;
}

.contract-info a {
    color: #88d5d5;
    font-size: 14px;
    font-weight: 400;
}

.contract-content h4 {
    color: #069b9d;
    font-size: 25px;
    font-weight: 700;
}

.contract-content p {
    color: #000;
    font-size: 14px;
}

.contract-anchor {
    color: #000;
    text-decoration: underline !important;
    font-weight: 600;
    font-size: 14px;
}

.contract-content u {
    font-weight: 600;
}

.contract-content li {
    color: #000;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    line-height: 20px;
}

.contract-content li span {
    color: #069b9d;
    font-size: 25px;
    font-weight: 700;
    padding-right: 10px;
}

.sign-field-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 60px;
}

.sign-fields span {
    display: block;
    font-size: 14px;
    color: #000;
}

span.sign-fields-line {
    margin-top: 100px;
    margin-bottom: 20px;
}

.contract-page-2 h4 {
    color: #069b9d;
    font-size: 25px;
    font-weight: 700;
}

.contract-page-2 h6 span {
    color: #069b9d;
    font-size: 25px;
    font-weight: 700;
    padding-right: 10px;
}

.contract-page-2 h6 {
    color: #069b9d;
    font-size: 15px;
    font-weight: 700;
}

.contract-page-2 p {
    color: #000;
    font-size: 14px;
    margin: 15px 0;
}

.black-text {
    color: #000;
    font-weight: 700;
}

.black-text {
    color: #000;
    font-weight: 700;
}

.cost {
    color: #069b9d;
}

.red-text {
    color: red;
    font-weight: 700;
}

.sign-fields h6 {
    color: #069b9d;
}

.kbw-signature {
    border: none !important;
    border-bottom: 1px dashed #000 !important;
    margin-bottom: 15px !important;
}

.signature {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.signature button#clear {
    display: flex;
    background: transparent;
    border: none;
    font-size: 14px;
    line-height: 18px;
    outline: none;
    cursor: pointer;
}

.experience-img video {
    width: 120%;
    float: right;
}

.benefits-list.experience-intro-list ul li .split_inner_has:before {
    display: none;
}

.benefits-list.experience-intro-list ul li .split_inner_has {
    padding-left: 0px;
}

.techno-service-box-main {
    padding: 90px 0;
    height: 300vh;
}

.main-immersive-video-main {
    padding: 70px 0 0;
    height: auto;
}

/*......contract css............*/
.contract-bg-img img {
    max-width: 40%;
    display: table;
    margin: 0 auto;
}

.kbw-signature {
    width: 400px;
    height: 200px;
}

#sig canvas {

    width: 100% !important;

    height: auto;

}

.kbw-signature {
    display: inline-block;
    border: 1px solid #a0a0a0;
    -ms-touch-action: none;
}

.kbw-signature-disabled {
    opacity: 0.35;
}

.contract-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contract-logo img {
    max-width: 100%;
    height: 100%;
}

.contract-logo {
    width: 20%;
}

.contract-nav {
    padding: 20px 0;
}

.contract-info a {
    color: #88d5d5;
    font-size: 14px;
    font-weight: 400;
}

.contract-content h4 {
    color: #069b9d;
    font-size: 25px;
    font-weight: 700;
}

.contract-content p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.contract-anchor {
    color: #000;
    text-decoration: underline !important;
    font-weight: 600;
    font-size: 14px;
}

.contract-content u {
    font-weight: 600;
}

.contract-content li {
    color: #000;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    line-height: 20px;
}

.contract-content li span {
    color: #069b9d;
    font-size: 25px;
    font-weight: 700;
    padding-right: 10px;
}

.sign-field-main {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 60px;
}

.sign-fields span {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 24px;
}

span.sign-fields-line {
    margin-top: 100px;
    margin-bottom: 20px;
}

.contract-page-2 h4 {
    color: #069b9d;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 13px;
}

.contract-page-2 h6 span {
    color: #069b9d;
    font-size: 25px;
    font-weight: 700;
    padding-right: 10px;
}

.contract-page-2 h6 {
    color: #069b9d;
    font-size: 15px;
    font-weight: 700;
}

.contract-page-2 p {
    color: #000;
    font-size: 14px;
    margin: 15px 0;
    font-weight: 400;
}

.black-text {
    color: #000;
    font-weight: 700;
}

.black-text {
    color: #000;
    font-weight: 700;
}

.cost {
    color: #069b9d;
}

.red-text {
    color: red;
    font-weight: 700;
}

.sign-fields h6 {
    color: #069b9d;
}

.contract-bg-img {
    width: 100%;
    height: 100%;
}

.contract-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -2;
    opacity: 0.2;
}

.sign-nz {
    width: 400px;
    border: none !important;
    border-bottom: 1px dashed #000 !important;
    margin-bottom: 37px !important;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*......contract css............*/

/*proposal*/
.digital-propasl-banner-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1600px;
}

.digital-propasl-banner-img img {
    display: table;
    margin: 0 auto;
}

.case-study-banner img {
    width: 100%;
}

.porposal-digital-box-title {
    margin-top: 70px;
}

.porposal-digital-box-main .content-case-study-box {
    margin-top: 40px;
}

.digital-ulpoints ul {
    column-count: 1;
}

.digital-ulpoints ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.digital-ulpoints ul li + li {
    margin-top: 8px;
}

.goal-con span {
    background: #10a6b5;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    padding: 2px 20px;
    border-radius: 30px;
}

.goal-content-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.goal-img-inner img {
    max-width: 100%;
}

.goal-con:first-child {
    position: relative;
    left: -70px;
}

.goal-con + .goal-con {
    margin-top: 80px;
}

.goal-con p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
    font-weight: 400;
}

.goal-main-wrap {
    background: url("../external/l566d3egsswy/5eS5tNruvJDDny18dxnsWv/c22fe4d6e63cd30b2d29be354929534b/goal-bg.html") left bottom / cover no-repeat;
    /* position: relative; */
    /* top: -240px; */
    z-index: 9;
    padding-top: 110px !important;
    margin-top: -180px;
    padding-bottom: 40px;
}

.pot-main-wrap {
    background: url("../external/l566d3egsswy/2q27fFJkRkXvS2B2f6R9Wb/4b34a9e9d45e0f5325c44916b1b48d63/digiprop-bg.html") top right / cover no-repeat;
    z-index: 9;
    padding: 80px 0;
}

.porposal-digital-box-main {
    padding-bottom: 0px !important;
}

.inner-serv-ul.digital-ulpoints h5 {
    color: #10a6b5;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
}

.pot-content-main {
    margin-top: 30px;
}

.busines-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.busines-content h4 {
    color: #7085a8;
    font-size: 24px;
    line-height: 36px;
    margin: 0;
}

.busines-content h1 {
    color: #386592;
    font-size: 80px;
    line-height: 98px;
    margin: 10px 0 10px;
    letter-spacing: 0;
    text-align: left;
}

.busines-content h3 {
    color: #386592;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}

.goal-img-inner lottie-player {
    width: 101%;
    position: relative;
    top: -70px;
}

.busines-content {
    padding: 0px 100px;
}

.goapotl-content-inner ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.goapotl-content-inner ul li + li {
    margin-top: 10px;
}

section.sec-career.case-study-main {
    padding-bottom: 0px;
}

.case-study-main section.award-sec {
}

.content-case-study-inner
lottie-player {
    max-width: 70px;
    margin-bottom: 15px;
}

.contact-lead-form select.form-control {
    color: #000 !important;
    font-weight: 500;
    height: auto !important;
}

.digital-porposal .fixed-header, .digital-porposal .menu-wrapper, .digital-porposal .fixed-cta {
    display: none;
}

.slid-hand {
    background: url('../external/l566d3egsswy/qKhh8k4rEKfprP5jOv3NG/d78ed8ab0641a3b832fbb34d35f97b80/casestudyMobile.png') no-repeat;
    background-size: contain;
    width: 320px;
    height: 647px;
    position: absolute;
    top: 28px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 100;
}

.portSlide-inner .swiper-wrapper {
    padding: 40px 0;
}

/*proposal end*/

.celebrity-wrap {
    padding-bottom: 0;
}

.inner-client-video-sec {
    padding-bottom: 120px;
}

.inner-client-video-sec h2.lead-title {
    line-height: normal;
    margin-bottom: 55px;
}

.approach-lott lottie-player {
    height: 507px;
}

.btnAction.form-btn.case-study-link {
    color: #000;
    font-size: 20px;
    padding: 0;
}

div#mail-status p {
    color: #000;
}

b.success {
    color: #4eb052;
}

.formButtonAnimation.showAnimate .border-line:before {
    display: none;
}

.formButtonAnimation.showAnimate span.case-study-icon:before {
    display: none;
}

.formButtonAnimation.showAnimate span.case-study-icon svg {
    animation-name: slideAnimate !important;
    animation-duration: 2s !important;
    animation-iteration-count: 1 !important;
}

.popup-contact-lead .contact-lead-form {
    overflow-y: hidden;
}

.formButtonAnimation.hidearrow span.case-study-icon svg {
    display: none !Important;
}

b.success {
    color: #4eb052;
}

b.success {
    display: flex;
    align-items: center;
}

b.success img {
    margin-right: 8px;
}

.formButtonAnimation .border-line:before {
    display: none;
}

.contact-lead-form .form-group input::-webkit-input-placeholder,
.contact-lead-form .form-group textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #32a6da;
    font-size: 13px;
    bottom: 43px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Poppins;
    letter-spacing: 2px;
}

.contact-lead-form .form-group input::-moz-placeholder,
.contact-lead-form .form-group textarea::-moz-placeholder { /* Firefox 19+ */
    color: #32a6da;
    font-size: 13px;
    bottom: 43px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Poppins;
    letter-spacing: 2px;
}

.contact-lead-form .form-group input:-ms-input-placeholder,
.contact-lead-form .form-group textarea:-ms-input-placeholder { /* IE 10+ */
    color: #32a6da;
    font-size: 13px;
    bottom: 43px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Poppins;
    letter-spacing: 2px;
}

.contact-lead-form .form-group input:-moz-placeholder,
.contact-lead-form .form-group textarea:-moz-placeholder { /* Firefox 18- */
    color: #32a6da;
    font-size: 13px;
    bottom: 43px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Poppins;
    letter-spacing: 2px;
}

.lottie-work .img-box img {
    width: 100%;
    height: 100%;
}

.lottie-work lottie-player {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    transform: scale(1.01);
}

.main-portfolio a {
}


.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
    padding: 0;
    background: none;
}

.whiteform-btn .case-study-link span.case-study-icon:before {
    border-color: #fff;
}

.BigBannerText img {
    height: 100%;
    width: 1600px;
}

.client-video-box a {
    cursor: none;
}


.whiteform-btn .case-study-link {
    color: #fff !important;
}

.inner-banner-poster video {
    width: 1042px;
    display: table;
    margin: auto;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.inner-banner-poster {
    position: relative;
}

.inner-banner-poster .img-box img {
    position: relative;
    right: -55px;
    bottom: 60px;
}

.main-projection-sec .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.dmca-badge {
    margin: 0 4px 0 0;
    position: relative;
    top: -3px;
}

.contact-lead-form .form-group.error {
}

.contact-lead-form .form-group.error:before {
    background: red;
}

.contact-lead-form .form-group.error .form-control {
    border-bottom: 1px solid red;
}

.contact-lead-form .form-group.successVal .form-control {
    border-bottom: 1px solid green;
}

.disclaimer-txt {
    background-color: #e4eff0;
    width: 36%;
    position: absolute;
    right: 15.5%;
    bottom: 125%;
    padding: 10px;
    border-radius: 7px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.disclaimer-txt:before {
    content: '';
    background: url('../external/l566d3egsswy/3uMMP8azh7rmJ6HpiCDE0M/297ccd09bd1680f4fdb233e07b95a21d/down-arrow.webp') no-repeat;
    width: 18px;
    height: 9px;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
}

.footer-logo .show-desktop {
    position: relative;
}

.disclaimer-txt p {
    font-size: 11px;
    color: #8a9191;
    line-height: 1.6;
}

@media (min-width: 1200px) {

    .portfolio-sec.active .port-img-box {
        clip-path: circle(100%);
        transform: scale(1.15);
        opacity: 1;
    }

    .portfolio-sec.active .logo-thumbnail{
        opacity: 0;
        overflow: hidden;
    }

    .portfolio-sec.active .portfolio-caption h4, .portfolio-sec.active .portfolio-caption h6{
        color: #fff;
    }

    .portfolio-sec.active .case-study-link{
        color: #fff;
    }

    .portfolio-sec.active span.case-study-icon:before {
        border: solid 2px #fff;
    }

    .navigation .sub-menu > li > a:hover {
        color: #a6cdcd;
    }

    .profile-img:hover:before {
        height: 100%;
    }

    .service-list li a:hover:after {
        clip-path: inset(0)
    }

    .service-list li a:hover {
        color: #EC1C24;
    }

    .active-menu .navigation > ul > li > a {
        -webkit-animation-name: slideInUp;
        animation-name: slideInUp
    }

    .whiteform-btn .case-study-link:hover span.case-study-icon:before {
        border-color: #000000;
    }


    .testi-caption {
        min-height: 460px;
    }

    .container {
        width: 1230px
    }

    .case-study-link:hover span.case-study-icon:before {
        border: solid 2px #ec1c24;
        background: #ffffff;
    }

    .serv-row-bx.active .services-box, .services-box:hover {
        height: 480px;
        transition-delay: 0.45s
    }

    .serv-row-bx.active .services-box .service-data, .services-box:hover .service-data {
        max-height: 229px;
        transition-delay: 0.45s
    }

    .serv-row-bx:nth-child(2) .services-box:hover .service-data, .serv-row-bx:nth-child(2).active .services-box .service-data {
        max-height: 285px;
        transition-delay: 0.45s
    }

    .serv-row-bx.active .services-box .icon-box h4, .services-box:hover .icon-box h4 {
        transition-delay: 0.45s;
        color: #091818
    }

    .portfolio-sec:hover .port-img-box {
        clip-path: circle(100%);
        transform: scale(1.08);
        opacity: 1
    }

    .portfolio-sec:hover .logo-thumbnail {
        opacity: 0;
        overflow: hidden
    }

    .portfolio-sec .portfolio-caption h4, .portfolio-sec .portfolio-caption h6 {
        transition: .3s !important;
        -webkit-animation-duration: .1s !important;
        animation-duration: .1s !important
    }

    .portfolio-sec:hover .portfolio-caption h4, .portfolio-sec:hover .portfolio-caption h6 {
        color: #fff
    }

    .portfolio-sec:hover span.case-study-icon:before {
        border: solid 2px #fff
    }

    .portfolio-sec:hover span svg .arrow-svg {
        fill: #fff
    }

    .portfolio-sec:hover .case-study-link {
        color: #fff
    }

    .case-study-link:hover .border-line:before {
        width: 100%;
        right: auto;
        left: 0
    }

    .link:hover:before {
        width: 100%;
        left: 0;
        right: auto
    }

    .main-location-box .location-box:hover .outline {
        color: #09dbf0
    }

    footer:hover .overlay {
        transform: scale(1)
    }

    .social-list li a:before {
        transform: translate(-50%, -50%) scale(1)
    }

    .heading-list li:hover {
        -webkit-text-fill-color: #EC1C24;
    }

    .client-sec .client-logo li img:hover {
        filter: grayscale(0)
    }

    .footer-services .box:hover h5 {
        color: #fff
    }

    .footer-services .box:hover .list-item li a {
        color: #fff
    }

    .footer-services .box:hover .list-item li a:before {
        background-color: #fff
    }

    .footer-services .box .list-item li a:hover {
        color: #EC1C24
    }

    .footer-services .box .list-item li a:hover:before {
        background-color: #EC1C24
    }

    .country-list li a:hover {
        color: #07aaab
    }

    .CustomDesignImg img {
        max-width: 120%;
        height: auto
    }

    .footer-services .box:hover:before {
        clip-path: circle(200% at 0 0)
    }

    .menu-info li .box a, .menu-info li .box h6 {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: var(--animate-duration);
        animation-duration: var(--animate-duration);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        -webkit-animation-delay: calc(var(--animate-delay) * 1);
        animation-delay: calc(var(--animate-delay) * 1);
        overflow: hidden;
        margin: 0
    }

    .custom-slider-arrow.portf-arrow {
        position: absolute;
        bottom: 40px;
        z-index: 999;
        margin: 0;
        justify-content: center;
        align-items: center;
        width: 260px;
        margin: 0 auto;
        left: 0;
        right: 0
    }

    .our-project-slider {
        padding-bottom: 90px
    }

    .active-menu .menu-info li .box a, .active-menu .menu-info li .box h6 {
        -webkit-animation-name: slideInUp;
        animation-name: slideInUp;
    }

    .main-award-sec .box:hover {
        box-shadow: 0 10px 20px 0 rgba(225, 236, 237, .5)
    }

    .main-award-sec .box:hover:before {
        clip-path: circle(200% at 0 0)
    }

    #menu-footer-menu li a:hover, .footer-info li a, .footer-menu li a:hover {
        color: #EC1C24;
    }

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

    .active-menu .social-list li:hover a i {
        color: #ec1b24;
    }

    .tech-we-ex-menu-tabs li.active a:before {
        width: 100%;
    }

    .tech-we-ex-menu-tabs ul li a:hover:before {
        width: 100%;
        right: auto;
        left: 0;
    }

    .tech-we-ex-menu-tabs ul li a:hover {
        color: #EC1C24;
    }

    .blockchain-solution .intro-txt ul li:hover {
        padding-left: 54px;
        color: #0d7984;
    }

    .blockchain-solution .intro-txt ul li:hover:before {
        width: 40px;
    }

    .inner-nft-services:hover span, .inner-nft-services:hover h4 {
        color: #0f7a84;
    }

    .nft-service:hover:before {
        clip-path: ellipse(100% 250% at 50% 200%);
    }

    .techno-service-box .inner-box:hover .img-box:before {
        clip-path: ellipse(100% 250% at 50% 200%);
    }

    .tab-list ul li a:hover {
        color: #fff;
    }

    .about-count-mission .client-animate-txt h2 .outline {
        transition: 0.3s;
    }

    .about-count-mission .client-animate-txt h2:hover .outline {
        font-family: Gilmer;
        color: #EC1C24;
    }

}

@media (min-width: 1630px) {
    .container-fluid {
        max-width: 1600px;
        width: 100%
    }

    .portfolio-sec:hover .port-img-box {
        clip-path: circle(100%);
        transform: scale(1.05);
        opacity: 1
    }

    .support-an lottie-player {
        width: 140%;
        margin-left: -40%
    }

    .hero-text-sec .container-fluid {
        max-width: 1500px
    }

    .support-an.mob-app-amrk-ani lottie-player {
        width: 110%;
        margin-left: -11%
    }

    .CustomDesignImg img {
        max-width: 130%;
        height: auto
    }

    .menu-info li a {
        font-size: 22px;
        line-height: 26px;
    }
}

@media (min-width: 1700px) {
    .portfolio-sec:hover .port-img-box {
        clip-path: circle(100%);
        transform: scale(1.15);
        opacity: 1
    }

    .CustomDesignImg img {
        max-width: 150%;
        height: auto
    }

    section.main-casestudy-sec {
        padding-bottom: 10%
    }
}

@media (min-width: 100px) {
    .padding-full {
        padding-right: 15px;
        padding-left: 15px
    }

    .no-padding {
        padding-left: 0;
        padding-right: 0
    }

    .no-padding-left {
        padding-left: 0
    }

    .no-padding-right {
        padding-right: 0
    }
}


/*new start backbone*/

.popup-backbone-sec {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 9999;
    left: 0;
    clip-path: ellipse(100% 50% at 50% 200%);
    transition: clip-path 900ms ease-out;
}

.inner-backbone {
    height: 100vh;
    width: 100vw;
    background-position: bottom !important;
    background-color: #0a2928 !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-top: 70px;
    padding-left: 75px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.ceo-title {
    margin-left: 0;
    display: inline-block;
}

.ceo-title h3 {
    font-size: 84px;
    line-height: 87px;
    margin-bottom: 12px;
    opacity: 0;
    visibility: hidden;
}

.ceo-title h4 {
    font-size: 23px;
    color: #18cece;
    text-transform: uppercase;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
}

.main-hometown-box {
}

.hometown-box .box {
    opacity: 0;
    visibility: hidden;
}

.hometown-box .box + .box {
    margin-top: 45px;
}

.hometown-box .box h5 {
    font-size: 16px;
    color: #047272;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 6px;
}

.hometown-box .box p {
    font-size: 20px;
    font-weight: 700;
    padding-right: 19%;
    line-height: 1.5;
}

.main-hometown-box .intro p {
    font-size: 28px;
    color: #18cece;
    line-height: 42px;
}

.main-hometown-box .intro p strong {
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
}

.main-hometown-box .intro {
    width: 27%;
    margin-left: 8%;
    background: url(../images/backbone/border-box.html) no-repeat;
    background-size: contain;
    padding-left: 45px;
    padding-bottom: 25px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transform: translate(35%, 0%);
}

.main-hometown-box .intro:before {
    content: '';
    position: absolute;
    left: -27px;
    top: -8px;
    background: url(../images/backbone/quote-icon.html) no-repeat;
    width: 57px;
    height: 57px;
}

.main-hometown-box .hometown-box {
    width: 60%;
    max-height: calc(100vh - 440px);
    overflow: hidden;
    direction: rtl;
    text-align: left;
    padding-left: 183px;
    overflow-y: scroll;
}

/* scrollbar */
.main-hometown-box ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.main-hometown-box ::-webkit-scrollbar-track {
    background: #174141;
    -webkit-border-radius: 10px;
    border-radius: 0;
}

.main-hometown-box ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 0;
    background: #fff;
}

.main-hometown-box ::-webkit-scrollbar-thumb:window-inactive {
    background: #fff;
}

.previous-and-next {
    display: flex;
    align-items: start;
    width: 100%;
    margin-bottom: 50px;
}

.previous-and-next .back-txt {
    font-size: 13px;
    color: #11a7b6;
    font-weight: 700;
    letter-spacing: 2px;
    margin-left: 10px;
}

.previous-and-next .Goback {
    display: inline-flex;
    width: 10%;
    cursor: pointer;
    margin-top: 33px;
    opacity: 0;
    visibility: hidden;
}

.popup-backbone-sec.active-sec {
    clip-path: ellipse(100% 250% at 50% 200%);
}

.global-2 .we-use-list li:before {
    content: '';
    position: absolute;
    background: url('../external/l566d3egsswy/4mqqaB25q58VWCXviy4ptG/f331299c5832ca81020694687ab8644f/about-arrow.svg') no-repeat;
    right: 0;
    top: 0;
    width: 66px;
    height: 66px;
    bottom: 0;
    margin: auto;
}

.global-2 .we-use-list li:nth-child(1):before {
    top: auto;
    right: -76px;
    transform: rotate(40deg);
    bottom: 10px;
}

.global-2 .we-use-list li:nth-child(2):before {
    top: -150px;
    right: -35%;
    transform: rotate(-35deg);
}

.global-2 .we-use-list li:nth-child(3):before {
    right: -25%;
    top: auto;
    transform: rotate(38deg);
    bottom: 24px;
}

.global-2 .we-use-list li:nth-child(4):before {
    right: -40%;
    transform: rotate(-35deg);
}

.benefit-immersive-sec .we-use-list li:before {
    width: 55px;
    height: 55px;
}

.benefit-immersive-sec .we-use-list li:nth-child(1):before {
    right: -51px;
}

.benefit-immersive-sec .we-use-list li:nth-child(2):before {
    right: -28%;
}

.benefit-immersive-sec .we-use-list li:nth-child(3):before {
    right: -15%;
}

.benefit-immersive-sec .we-use-list li:nth-child(4):before {
    right: -32%;
}

.global-2 .we-use-list li:nth-child(5):before {
    display: none;
}

.tech-hero-sec-inner-lottie lottie-player {
    height: 513px;
}

.previous-and-next a img {
    max-width: 27px;
    margin-right: 12px;
}

.previous-and-next a + a img {
    transform: rotate(180deg);
    margin-right: 0;
    margin-left: 12px;
}

.profile-img {
    position: relative;
}

.profile-img:before {
    content: '';
    position: absolute;
    background-color: #0d7984;
    opacity: 0.5;
    width: 100%;
    height: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
    border-radius: 10px;
}

.inner-backbone.show {
    opacity: 1 !important;
    visibility: visible !important;
}

.support-cta-box .case-study-link span.case-study-icon:before {
    border-color: #fff;
}

.custom-slider-arrow .icon:hover:before {
    background-color: #167983;
    border-color: #167983;
}

.col-12.about-video2 video {
    width: 100%;
    height: auto;
    border-radius: 50px;
}

.about-video2 .about-iner-main {
    padding-top: 0;
}

.full-accordian-video {
    padding-bottom: 50px;
}

.app-slider-sec.portSlider.main-slide .portSlider-inner {
    background-color: transparent;
    padding: 0;
}

.turnkey-service .border-line:before {
    background-color: #000;
}

.static-client-video .img-box img {
    width: 100%;
}

.static-client-video .img-box.hover-effect {
    pointer-events: none;
}

.lead-txt.blockchan-title-second {
    margin: 120px 0 0;
}

.previous-and-next .Goback img {
    max-width: 23px;
}

.Next {
    position: absolute;
    bottom: 50px;
    right: 130px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.next-txt {
    font-size: 13px;
    color: #11a7b6;
    font-weight: 700;
    letter-spacing: 2px;
    margin-right: 10px;
}

.Next img {
    max-width: 23px;
    transform: rotate(180deg);
}

.scroll-icon {
    display: inline-block;
    position: relative;
    left: -8px;
    top: 15px;
}

.scroll-icon img {
    width: 20px;
}

.ceo-title .scroll-icon {
    display: none;
}

.profile-img img {
    border-radius: 10px;
}


.flutter-intro-sec lottie-player {
    height: 585px;
}

.app-leading-sec-main {
    background: #011919;
}

.portfolio-link{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}
.main-digital-signage video {
    border-radius: 30px;
}
p.cardLogos img {
    width: 150px;
    margin-left: 10px;
}

.show-desktop.cardlogo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-title.blogtitlenew p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
}
.has-newLargeContent .react-content-main {
    margin-bottom: 10px;
}
.hastopmargin
{
    margin-top: 40px;
}
/*new start backbone*/

@keyframes animationFrames {
    0% {
        transform: translate(0, 0)
    }
    33% {
        transform: translate(50px, 0)
    }
    100% {
        transform: translate(0, 0)
    }
}

@-moz-keyframes animationFrames {
    0% {
        transform: translate(0, 0)
    }
    33% {
        transform: translate(50px, 0)
    }
    100% {
        transform: translate(0, 0)
    }
}

@-webkit-keyframes animationFrames {
    0% {
        transform: translate(0, 0)
    }
    33% {
        transform: translate(50px, 0)
    }
    100% {
        transform: translate(0, 0)
    }
}

@-o-keyframes animationFrames {
    0% {
        transform: translate(0, 0)
    }
    33% {
        transform: translate(50px, 0)
    }
    100% {
        transform: translate(0, 0)
    }
}

@-ms-keyframes animationFrames {
    0% {
        transform: translate(0, 0)
    }
    33% {
        transform: translate(50px, 0)
    }
    100% {
        transform: translate(0, 0)
    }
}


.cta-hasnew h3 {
    color: #000;
    font-size: 44px;
    line-height: 48px;
    text-align: center;
}

.cta-hasnew {
    margin-top: 50px;
}
.cta-hasnew a.case-study-link {
    display: table;
    margin: 50px auto 0;
}
.faqs-sec .lead-title {
    font-size: 48px;
    text-transform: capitalize;
}

/*headernew*/
.BannerLottieNew {}

.BannerLottieNew lottie-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.hero-text-sec-mainNew {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: url(../external/l566d3egsswy/5UJO49S3xZCXdLcDHiEJSX/a0b057a…/bannerBgmainNew.jpg) left top / cover no-repeat;
    background: #000;
}
section.hero-text-sec-mainNew .hero-sectionMainNew {position: absolute;z-index: 99;width: 100%;left: 0;top: 55%;transform: translateY(-55%);}

section.hero-text-sec-mainNew .hero-sectionMainNew h2 span{
    text-transform: uppercase;
    font-size: 110px;
    line-height: 120px;
    background: -webkit-linear-gradient(#ffffff, #38000800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    display:block;
    margin: 0;
}
section.hero-text-sec-mainNew .hero-sectionMainNew h3 span{
    text-transform: uppercase;
    font-size: 110px;
    line-height: 120px;
    background: -webkit-linear-gradient(#ffffff, #38000800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin: 0;
}

section.hero-text-sec-mainNew .hero-sectionMainNew .container-fluid {
    max-width: 1500px;
}
.showreelText p {
    font-size: 24px;
    line-height: 36px;
    max-width: 100%;
}

.showreelText {
    border-left: 1px solid #fff;
    padding-left: 30px;
}
.showreelIcon img {
    width: 90px;
    filter: grayscale(1);
}

.showreelBox {
    display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: start;
}

.showreelIcon {
    margin-right: 30px;
}
.showreelIcon a {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.showreelIcon a span {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    margin-top: 10px;
}
.showreelVideo video {
    width: 100%;
    height: auto;
}
.BannerLottieNew {
    background: #000;
}

.BannerLottieNew lottie-player {
    opacity: 0.7;
}
.closeShowreel {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 999;
}
.closeShowreel button {
    background: transparent;
    border: none;
    outline: none;
}
section.hero-text-sec-mainNew .hero-sectionMainNew h3 {
    line-height: initial;
    font-size: initial;
}

section.hero-text-sec-mainNew .hero-sectionMainNew h3 span.typed-cursor{
    font-weight: 300;
}
.BnnerLogoIcon  img {
    max-width: 90%;
}
.hero-sectionMainNew .row {
    display: flex;
    align-items: center;
}
.BnnerLogoIcon {
    display: flex;
    align-items: center;
    justify-content: end;
}
/*headernew end*/
.flutter-cta:hover .global-heading h3 {
    color: #fff !important;
}
.cta-hasnew p {
    color: #000;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px !important;
}
.sh-newLargeContent {
    padding-top: 50px;
}


/*start process css*/

.process-banner-sec {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
}

.main-process-sec {
    padding-top: 80px;
}

.we-start-title {
    color: #000;
    font-size: 65px;
    line-height: normal;
    margin-bottom: 85px;
}

.box-process-right {
    display: block;
}

.box-process-right p {
    color: #000;
    font-size: 20px;
    line-height: 34px;
    padding-right: 15px;
    font-weight: 400;
}

.box-process-left {
    display: block;
    text-align: right;
}

.box-process-left h3 {
    color: #000;
    line-height: normal;
    font-size: 55px;
    margin-bottom: 6px;
}

.box-process-left h4 {
    color: #000;
    font-size: 30px;
    font-weight: 500;
}

.process-row .row {
    align-items: center;
}

.process-content-icon {
    height: 100px;
    margin: auto;
}

.process-content-icon img {
    width: 100%;
}

.main-process-sec .process-shape {
    margin-top: 35px;
    background-position: center;
    width: 100%;
    margin-bottom: 35px;
}

/*end process css*/


.cta-hasnew h3 {
    color: #000;
    font-size: 44px;
    line-height: 48px;
    text-align: center;
}

.cta-hasnew {
    margin-top: 50px;
}
.cta-hasnew a.case-study-link {
    display: table;
    margin: 50px auto 0;
}

/*review css*/

.review-banner-sec{}

.review-caption{padding-top: 0;}
.review-caption h1{
    text-align: left;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 13px;
}
.review-caption h4{
    text-align: left;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 22px;
    line-height: 47px;
}
.review-caption p{
    text-align: left;
    font-size: 21px;
    margin-top: 0;
    line-height: 30px;
}

.review-banner-sec .row {
    justify-content: space-between;
    align-items: center;
}

.review-video img {
    width: 100%;
    height: auto;
}

.main-review-sec{
    background: none;
    padding-bottom: 0;
}

.video-icon{
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.video-icon img {
    width: auto !important;
    height: auto !important;
}

.review-img img {
    height: 358px;
    object-fit: cover;
}

.main-review-sec .client-video-box{
    margin-bottom: 50px;
}

.main-process-sec .process-shape img {
    height: 70px;
    margin: auto;
    width: 100%;
}

/*review css*/

/*partner css*/

.partner-sec {
    background-color: #e9f0f0;
    padding: 130px 0;
}

.partner-sec .global-heading {
    margin-bottom: 60px;
}

.partner-sec .global-heading h3 {
    font-size: 60px;
    color: #000000;
    line-height: normal;
    margin-bottom: 25px;
}

.partner-logo {
    background-color: #fff;
    height: 191px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.partner-sec .global-heading p {
    font-size: 18px;
    color: #191b1d;
    font-weight: 500;
    width: 75%;
    margin: auto;
}

/*partner css*/

 .custm-stye-lb label {
    color: #000;
    font-size: 13px;
}

.custm-stye-bk label {
    color: #000;
    font-size: 12px;
}

.custm-stye-bk label input {
    display: inline-block;
    width: auto !important;
    margin-bottom: 0;
    height: auto !important;
    margin-top: 20px;
}

.txtwht label {
    color:#fff;
}

.who-we-are-heading h2 {
    font-size: 120px !important;
}


.menu-info .box h6 {
    color: #fff;
}

.menu-info .box h6 a{
    color: #fff;
}

.contact-lead-form .form-group input {
    color: #000 !important;
}

.contact-lead-form .form-group input::placeholder {
    color: #000;
}


.popup-contact-lead .contact-lead-form textarea::placeholder {
    color: #000;
}



.new-lst li {
    display: flex;
    align-items: center;
}

.new-lst {
    padding-top: 30px;
}

.new-pera {
    color: #000;
    font-weight: bold;
    font-size: 20px;
}
.ban-new-pera{
     color: #000;
    padding-top: 10px;
    font-size: 20px;
}


.new-peras-center{
     color: #000;
   text-align: center;
    font-size: 20px;
}

.new-pad {
    padding: 50px 0px;
}

.new-head {
    color: #000000;
    font-size: 60px;
    font-weight: 700;
    line-height: 155px;
    text-align: center;
}


path[Attributes Style]  {
    fill: #EC1C24 !important;
}

.technology-feilds-sec .feilds-box span a {
    color: #EC1C24;
}

.static-form-cta a {
    color: #EC1C24;
}

.lottie-icon img {
    width: 100px;
    margin-top: -20px;
}

.outline {
    color: #EC1C24;
}

.who-we-are-heading h2 {
    color: #fff;
}


.tech-we-expert-inner h2 {
    color: #fff;
}

.loog .logo-wht {
    display: none;
}

.loog1 .logo-drrk {
    display: none;
}


.get-in-touch {
    color: #fff;
}
.cnt-pg .form-group input::placeholder {
    color: #fff !important;
}

.cnt-pg .form-group textarea::placeholder {
    color: #fff !important;
}

.cnt-pg .contact-lead-form .form-control {
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 0;
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    font-family: Poppins;
    padding-bottom: 8px;
    line-height: 24px;
}

.cnt-pg .contact-lead-form textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    height: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 25px 0;
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    font-family: Poppins;
    height: 120px;
    resize: none;
}

.nnx .benefit-box {
    background: #f9f9f9;
}


.tablottie .new-ccn {
    width: 70px;
}

.mnu .menu-txt span {
    color: #000;
}

.mnu .menu-btn span {
    background: #000;
}















.inner-banner-content {
    padding: 200px 0px;
}

.inner-banner-content h4 {
    text-align: center;
    color: #000;
}

.inner-banner-content h1 {
    text-align: center;
    color: #000;
    font-size: 60px;
    letter-spacing: 5px;
    line-height: 125px;
}

.inner-banner-content p {
    text-align: center;
    color: #000;
    margin-bottom: 40px;
}

.inner-banner-content a {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    color: #000;
}