@font-face {
    font-family: 'carneroregular';
    src: url('../fonts/carnerobold-webfont.woff2') format('woff2'), url('../fonts/carnerobold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.p0 {
    padding: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span,
button,
input,
::placeholder {
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

h1,
h1 span,
h2,
h2 span {
    font-family: 'carneroregular';
}

a {
    text-decoration: none;
}

body {
    overflow-x: hidden;
}

.logo {
    transform: scaleX(1);
    transition: 0.5s;
}

.logo.fixedss {
    transition: 0.5s;
    transform: scaleX(0);
}

.icon-1,
.icon-2,
.icon-3 {
    position: absolute;
    left: 25%;
    top: 50%;
    width: 32px;
    height: 3px;
    background-color: black;
    transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}

.icon-1 {
    transform: translateY(-8px);
    animation-delay: 100ms;
}

.icon-3 {
    transform: translateY(8px);
    animation-delay: 250ms;
}

.hamburger-icon {
    position: absolute;
    height: 60px;
    width: 60px;
    top: 10%;
    left: 3%;
    z-index: 1000;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    background: rgba(255, 255, 255, 0.2);
}

.hamburger-icon:hover {
    transform: scale(1.2);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.icon-1.a {
    transform: rotate(40deg);
}

.icon-3.b {
    transform: rotate(-40deg);
}

.icon-2.c {
    opacity: 0;
}

.clear {
    clear: both;
}

@keyframes slideIn {
    0% {
        width: 0%;
        opacity: 0;
    }

    100% {
        width: 50%;
        opacity: 1;
    }

}

/* nav {
    background: #0288D1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    z-index: 10;
    opacity: 0;
    transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
    transition-delay: 100ms;
}

nav ul {
    margin: 0;
    position: absolute;
    top: 30%;
    left: 40%;
}

nav ul li {
    list-style: none;
    font-size: 24px;
    color: #fff;
    line-height: 2.2;
    text-transform: uppercase;
    letter-spacing: 1.7px;
}

nav.show {
    width: 50%;
    opacity: 1;
}

.dark-blue {
    position: absolute;
    top: 0;
    left: 0;
    background: #64B5F6;
    height: 100%;
    width: 0%;
    transition: all 500ms cubic-bezier(0.62, 0.04, 0.3, 1.8);
    transition-delay: 50ms;
    z-index: 5;
    opacity: 1;
} */
.dark-blue.slide {
    width: 50%;
    opacity: 1;
}

@keyframes shotup {
    0% {
        transform: translateY(300%);
        opacity: 0;
    }

    90% {
        transform: translateY(-50px);
    }

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

}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

div#mySidenav.active {
    width: 330px !important;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height:450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }

}

.side-menu-logo {
    display: flex;
    align-items: center;
    margin-left: 0px;
}

.logo-img {
    margin-left: 30px;
}

.logo-img {
    margin-left: 30px;
}

.side-menu-logo span {
    width: 25px;
    height: 25px;
    background: #000;
    padding: 1px 0px;
    border-radius: 60%;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
}

header .row {
    justify-content: space-between;
}

header {
    padding: 30px 20px 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}

.header-btn {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/*banner*/
.main-banner {
    background: #e6e6e6;
    height: 940px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-top: 6px solid #1700f9;
}

.mbnr-side-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    margin: 0 auto;
}

.mbnr-side-img-2 {
    width: 100%;
    position: absolute;
    bottom: -18vw;
    left: -10vw;
    z-index: 1;
}

.mbnr-side-img-1 {
    width: 100%;
    position: absolute;
    right: -5vw;
    z-index: 0;
    bottom: -15vw;
}

.main-banner .row {
    align-items: center;
}

.mbnr-txt h4 {
    font-size: 20px;
    letter-spacing: 8px;
    padding-bottom: 35px;
    text-transform: uppercase;
    color: #1700f9;
}

.mbnr-txt h1 {
    font-size: 49px;
    font-weight: bold;
    text-transform: capitalize;
    color: #0f0f0f;
    line-height: normal;
}

.blue-txt {
    color: #1700f9;
}

.mbnr-txt p {
    font-size: 16px;
    font-weight: 400;
    padding: 35px 0 30px;
    margin: 0;
}

.mbnr-txt h3 {
    color: #3f4551;
    font-weight: 500;
    line-height: 29px;
    font-size: 20px;
}

.btn-div {
    padding-top: 40px;
    display: flex;
    align-items: center;
}

.mbnr-side-img-2:before {
    content: '';
    background: rebeccapurple;
    position: absolute;
    bottom: 600px;
    left: 0;
    right: 0;
    width: 100px;
    height: 220px;
    z-index: 8;
    top: auto;
}

.btn-started {
    background-color: rgb(23, 0, 249);
    color: #fff;
    padding: 10px 25px;
    border-radius: 24px;
    margin-right: 15px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    overflow: hidden;
}

.btn-started:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 0%;
    border-radius: 24px 0 0 24px;
    background-color: #0f0f0f;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}

.btn-started:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    border-radius: 0 24px 24px 0;
    height: 0%;
    background-color: #0f0f0f;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}

.btn-started:hover {
    color: #f1f1f1;
    border-color: #0f0f0f;
}

.btn-started:hover:before,
.btn-started:hover:after {
    height: 100%;
}

.btn-tel {
    background-color: #000;
    color: #fff;
    padding: 10px 25px;
    border-radius: 24px;
    margin-right: 15px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    overflow: hidden;
}

.about-us-sec .btn-tel {
    background-color: #000000;
    color: #fff !important;
}

.about-us-sec .btn-tel:hover {
    color: #fff !important;
}

.btn-tel:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 0%;
    border-radius: 24px 0 0 24px;
    background-color: #1700f9;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}

.btn-tel:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    border-radius: 0 24px 24px 0;
    height: 0%;
    background-color: #1700f9;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}

.btn-tel:hover {
    color: #f1f1f1;
    border-color: #1700f9;
}

.btn-tel:hover:before,
.btn-tel:hover:after {
    height: 100%;
}

/* 
.btn-tel {
    font-size: 16px;
    font-weight: 400;
    color: #1700f9;
    transition: all .5s ease-in-out;
    letter-spacing: 0;
}

.btn-tel:hover,
.btn-tel:active {
    letter-spacing: 3px;
    color: #1700f9;
}

.btn-tel:after,
.btn-tel:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    transition: all 280ms ease-in-out;
    width: 0;
}

.btn-tel:hover:after,
.btn-tel:hover:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #1700f9;
    transition: width 350ms ease-in-out;
    width: 70%;
}

.btn-tel:hover:before {
    bottom: auto;
    top: 0;
    width: 70%;
} */
.circle {
    border: 1px solid rgb(9, 86, 224);
    width: 268px;
    height: 268px;
    border-radius: 50%;
    position: absolute;
}

.main-banner .col-sm-6 {
    position: relative;
}

.circle-2 {
    bottom: -100px;
    right: 0px;
    left: 115px;
    margin: auto;
    width: 390px;
    height: 390px;
}

.bnr-float-left {
    position: absolute;
    left: 40px;
    margin: auto;
    height: 100%;
    top: 0;
    bottom: 0;
}

.social-head-link {
    position: absolute;
    bottom: 115px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.social-head-link a {
    margin: 10px 0;
}

.social-head-link a:nth-child(2) {
    transform: rotate(-90deg);
    margin-bottom: 0;
}

.social-head-link a:nth-child(3) {
    font-size: 30px;
    transform: rotate(-90deg);
    color: #1700f9;
}

.bnr-float-left .row {
    width: 100%;
}

.email-float {
    position: absolute;
    left: 0;
    bottom: auto;
    margin: auto;
    top: 50%;
    transform: rotate(-90deg);
}

.email-float a {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 10px 35px;
    border-radius: 1px;
}

.text-bnr-btm {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.text-bnr-btm h2 {
    font-size: 160px;
    font-weight: bold;
    letter-spacing: -8.1px;
    color: rgb(63 69 81 / 5%);
}

.bnr-side-img-txt {
    position: absolute;
    top: -430px;
    bottom: auto;
    margin: auto;
    right: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    z-index: -1;
}

.bnr-side-img-txt h2 {
    font-size: 526px;
    text-align: right;
    color: rgb(255 255 255 / 50%);
}

/*banner*/

/*cl-logo*/
.client-logo-sec {
    background: #14181b;
    padding: 70px 0;
    height: 717px;
    position: relative;
    z-index: 1;
}

.client-hd-txt {
    text-align: center;
    padding-bottom: 40px;
}

.client-hd-txt h2 {
    font-size: 150px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
}

.client-hd-txt h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.cl-logo-list ul {
    display: flex;
    padding: 0;
    list-style: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
    top: 48px;
}

.cl-logo-list ul li {
    width: 21%;
    margin: 0 -2px;
}

.cl-logo-box {
    text-align: center;
    margin: 38px 0;
}

.cl-logo-list {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.svg-line-cl {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.svg-line-cl svg {
    width: auto;
    margin: 0 auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
}

.border-line {
    fill-opacity: 0;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-name: DrawLine, FadeStroke, FillIn;
    animation-duration: 4s, 1s, 1s;
    animation-delay: 0s, 3.5s, 3.5s;
}

#border_line {
    stroke-dasharray: 1150;
    stroke-dashoffset: 1150;
}

@keyframes DrawLine {
    to {
        stroke-dashoffset: 10;
    }

}

/*cl-logo*/

/*what-we*/
.what-we-bx {
    background-color: rgb(2 12 30 / 8%);
    padding: 25px 25px;
    margin: 0 10px;
    position: relative;
}

.what-we-bx h2 {
    font-size: 1.4vw;
    font-weight: bold;
    padding-top: 10px;
    min-height: 80px;
    display: flex;
    align-items: center;
}

.what-we-bx p {
    font-size: 16px;
    color: #020c1e;
    padding: 10px 0 25px;
    min-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
}

.what-btn-st {
    text-align: right;
    width: 100%;
    display: table;
    color: #020c1e;
}

.hd-txt h2 {
    font-size: 3vw;
    line-height: 3.4vw;
    color: #000;
}

.hd-txt p {
    font-size: 20px;
    padding-top: 10px;
}

.hd-txt {
    position: relative;
}

.text-float span {
    position: absolute;
    font-size: 14vw;
    font-weight: bold;
    color: rgb(33 33 33 / 5%);
    top: -3vw;
    bottom: auto;
    left: 120px;
}

.what-we-slider .slick-slide:last-child .what-we-bx {
    margin-right: 0;
}

.what-we-sec .container-fluid {
    padding: 0;
}

.what-we-sec {
    padding: 70px 0;
    position: relative;
}

.what-we-sec .hd-txt {
    padding-bottom: 70px;
    text-align: center;
}

.what-we-img-bx {
    position: relative;
    overflow: hidden;
    height: 59px;
}

.what-we-img-2 {
    position: absolute;
    top: 0;
    left: 0;
    filter: invert(1);
    transform: translateY(110px);
    transition: all .5s ease-in-out;
}

.what-we-bx:before {
    content: '';
    background: #1700f9;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    transform: scale3d(0, 1, 1);
    transition: all .5s ease-in-out;
}

.what-we-bx:hover::before {
    transform: scale3d(1, 1, 1);
}

.what-we-bx:hover h2,
.what-we-bx:hover p,
.what-we-bx:hover a {
    color: #fff;
}

.what-we-bx:hover .what-we-img-1 {
    transform: translateY(-115px);
}

.what-we-img-1 {
    transition: all .5s ease-in-out;
    transform: translateY(0px);
}

.what-we-bx:hover .what-we-img-2 {
    transform: translateY(0px);
}

.border-line {
    fill: none;
    stroke: #a1a1a1;
    stroke-width: 1px;
    fill-rule: evenodd;
    opacity: 0.3;
}

/*what-we*/

/* case-studies */
.case-left-box {
    width: 100%;
    background: url(../images/case-std-bnr-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 730px;
    display: flex;
    align-items: center;
}

.case-left-box2 {
    width: 100%;
    background: url(../images/case-std-bnr-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 730px;
    display: flex;
    align-items: center;
}

.case-mob-img {
    position: absolute;
    bottom: -5vw;
    top: auto;
    left: 0;
    right: 0;
    z-index: 2;
    width: 335px;
    margin: auto;
}

section.case-std-sec .row {
    position: relative;
    overflow: hidden;
}

.caseslider-2 {
    width: 285px;
    height: 660px;
    bottom: -7vw;
    position: absolute;
    top: auto;
    left: -6px;
    right: 0;
    margin: auto;
    z-index: 1;
}

section.case-std-sec {
    overflow: hidden;
    position: relative;
}

.case-mob-inr-img {
    display: table;
    margin: 0 auto;
}

.hd-txt h4 {
    font-size: 24px;
    padding-bottom: 12px;
}

.case-left-box .hd-txt {
    width: 28vw;
    margin-left: 9vw;
}

.case-left-box a {
    display: table;
    margin-top: 20px;
}

section.case-std-sec .row {
    position: relative;
    overflow: hidden;
}

.case-mob-inr-img img {
    width: auto;
    width: 100%;
    display: table;
    margin: 0 auto;
    height: auto;
    border-radius: 30px;
}

.appscreen-1 .slick-list {
    padding: 20px 0;
}

.caseslider-1 ۔slick-arrow.slick-next {
    background: rebeccapurple;
    width: 25px;
    height: 25px;
}

.caseslider-1 .slick-arrow {
    background: rgb(23 0 249);
    width: 55px;
    height: 55px;
    border-radius: 60%;
    opacity: 1;
}

.portfolio-process-sec .row {
    align-items: center;
}

.caseslider-1 .slick-next {
    right: 25px;
}

.caseslider-1 .slick-prev {
    left: 25px;
    z-index: 1;
}

.caseslider-1 .slick-arrow:before {
    opacity: 1;
}

section.case-std-sec .container-fluid {
    padding: 0;
}

/* case-studies */

/* client-sec */
.client-help-sec {
    padding: 70px 0;
    position: relative;
    background: #f7f7f7;
    overflow: hidden;
}

.client-help-sec .text-float span {
    left: -250px;
    font-size: 166px;
    top: -35px;
}

.client-help-sec .hd-txt {
    text-align: center;
}

.client-dtl-list ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.client-dtl-list ul li {
    width: 33.33%;
}

.client-hlp-box h3 {
    font-size: 22px;
    font-weight: 400;
    color: #3f4551;
    padding: 10px 40px 0;
}

.client-hlp-box {
    margin-top: 60px;
    padding: 0;
}

.client-help-sec:before {
    content: '';
    background: #959595;
    width: 68%;
    height: 1px;
    position: absolute;
    top: 25px;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

/* client-sec */

/* about-us */
.about-us-sec {
    background: #06070c;
    overflow: hidden;
    height: 780px;
    display: flex;
    align-items: center;
}

.about-us-sec .hd-txt h4 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: 400;
}

.about-us-sec .hd-txt h2 {
    font-size: 2.4vw;
    color: #fff;
    line-height: 2.5vw;
}

.about-us-sec .hd-txt p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

.about-side-img img {
    margin: 0 auto;
    display: table;
    position: relative;
    top: 120px;
    width: 67%;
}

.about-us-sec .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-btn .btn-tel {
    color: #fff;
}

.about-us-sec .hd-txt h2 span {
    color: #fff;
}

/* about-us */

/* about-feature */
.about-feature .hd-txt {
    padding-left: 10vw;
}

.feature-side-img img {
    width: 93%;
    position: relative;
    left: -90px;
    top: 20px;
}

.about-feature {
    padding: 10px 0;
    position: relative;
    overflow: hidden;
}

section.about-feature .text-float span {
    font-size: 199px;
    text-transform: capitalize;
    top: -50px;
}

.about-float-img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -165px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 61vw;
    z-index: -1;
}

.about-float-img img {
    width: 100%;
}

.about-feature .row {
    display: flex;
    align-items: center;
}

.about-feature .hd-txt p {
    width: 80%;
    font-size: 16px;
    font-weight: 400;
}

/* about-feature */

/* screen-app-sec */
section.app-screenshot .hd-txt {
    text-align: center;
    padding-bottom: 45px;
}

.app-screenshot {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.case-mob-img.app-mob-st-img {
    bottom: 6px;
    width: 380px;
    left: auto;
    position: absolute;
    right: 5px;
    z-index: 2;
}

.app-screenshot .row {
    position: relative;
    align-items: flex-end;
}

section.app-screenshot .hd-txt {
    text-align: center;
    padding-bottom: 45px;
}

.appscreen-2 {
    width: 75%;
}

.appscreen-1 {
    border-radius: 39px;
    height: auto;
    overflow: hidden;
    right: 2vw;
    top: inherit;
    width: 18vw;
    z-index: 1;
    bottom: -60px !important;
    position: absolute;
}

/* .appscreen-1::before {
    content: '';
    background: url(../images/app-mobile.png);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    width: 17.1vw;
    height: 34.6vw;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
} */
.newapp-mob-st-img {
    position: absolute;
    bottom: auto;
    top: auto;
    left: inherit;
    right: 0;
    z-index: 0;
    width: 22vw;
    margin: auto;
    height: 41vw;
}

.appscreen-1 .slick-list {
    padding-bottom: 0;
}

.app-screenshot {
    padding: 50px 0;
    padding-right: 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #2c3a44;
}

.app-screenshot .hd-txt h2,
.app-screenshot .hd-txt p {
    color: #fff;
}

.app-screenshot .text-float span {
    font-size: 13vw;
    left: 4vw;
    width: 130vw;
    top: 2vw;
    z-index: -1;
}

section.app-screenshot:before {
    content: '';
    background: #1700f9;
    position: absolute;
    right: 0;
    background-position: right;
    width: 18.1vw;
    height: 85%;
    z-index: -1;
    bottom: 0;
    top: auto;
    border-radius: 15px 0 0px 15px;
}

.app-slider-box img {
    width: 100%;
}

.app-mainmob-img img {
    width: 17vw;
}

.main-col-app-screen {
    position: relative;
}

.app-mob-screen-img img {
    width: 85%;
    color: rgb(0 0 0 / 25%);
    margin: 0 auto;
    filter: drop-shadow(0 16px 11px rgb(0 0 0 / 25%));
}

.app-screen-slider .slick-slide:nth-child(odd) .app-mob-screen-img {
    position: relative;
    top: 50px;
}

.app-screen-slider .slick-list {
    padding-bottom: 70px;
}

.app-mob-st {
    position: absolute;
    bottom: 0;
    right: 0;
    top: auto;
    margin: auto;
    z-index: 1;
}

.app-screen-mob-st {
    position: absolute;
    bottom: 25px;
    top: auto;
    right: 0;
    z-index: 2;
    width: 21.6vw;
    margin: auto;
}

/* screen-app-sec */
.industries-sec {
    padding: 50px 0 90px;
    background: #f5f5f5;
}

.industries-sec .hd-txt {
    text-align: center;
    color: #000;
    padding-bottom: 50px;
}

.industries-sec .hd-txt h2 {
    color: #000;
}

.industries-tx-bx p {
    font-size: 16px;
    font-weight: 300;
    min-height: max-content;
    transform: scaleY(0);
    height: 0px;
    transition: 0.5s;
}

.industries-tx-bx h6 {
    font-size: 56px;
}

.industries-tx-bx h4 {
    min-height: max-content;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.industries-box img {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    filter: grayscale(1);
}

.industries-tx-bx {
    color: #fff;
    background: transparent;
    padding: 20px 20px 22px;
    border-radius: 0 0 14px 14px;
    position: absolute;
    z-index: 9999999;
    bottom: 0;
    width: 100%;
    text-align: left;
}

.industries-box {
    background: transparent;
    margin: 0 5px;
    border-radius: 14px;
    position: relative;
}

.industries-sec .slick-dots {
    position: absolute;
    bottom: -60px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.industries-sec .slick-dots li.slick-active button {
    background-color: #1700f9;
}

.industries-sec .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}




.what_we_slider_game {}



.what_we_slider_game .slick-track {
    display: flex !important;
}

.what_we_slider_game .slick-slide {
    height: inherit !important;
}



.what_we_slider_game .slick-slide>div {
    height: 100%;
}

.what_we_slider_game .slick-slide>div>div {
    height: 100%;
}

.what_we_slider_game .slick-slide>div>div>div {
    height: 100%;
}


.industries-sec .slick-dots li button {
    background-color: #1d2429;
    border-radius: 50px;
    width: 13px;
    height: 13px;
}

.industries-box:hover {
    transition: 0.5s;
}

.industries-box:hover img {
    filter: none;
    transition: 0.5s;
}

.industries-box:hover p {
    min-height: max-content;
    height: max-content;
    transition: 0.5s;
    transform: scaleY(1);
}

/* process-sec */
.our-process-sec {
    padding: 70px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.our-process-sec .text-float span {
    font-size: 12vw;
    right: 0;
    left: inherit;
    top: -2vw;
}

.process-img-box img {
    width: 23vw;
    margin: 0 auto;
    display: table;
}

.process-txt-list ul {
    padding: 0;
    list-style: none;
}

.process-txt.hd-txt {
    padding-bottom: 25px;
    text-align: center;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.process-txt h4 {
    font-size: 22px;
}

.process-txt-list li p {
    padding: 30px 0;
    font-size: 18px;
    background: linear-gradient(to left, #dbd9d9 50%, #000000 50%);
    background-size: 212%;
    background-position: Right bottom;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .5s ease-in-out;
}

.process-txt.hd-txt h2 {
    padding: 10px 0;
}

.process-txt-bx h3 {
    font-size: 40px;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(to left, #dbd9d9 50%, #000000 50%);
    background-size: 212%;
    background-position: Right bottom;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .5s ease-in-out;
}

.process-txt-bx h3 span {
    font-size: 67px;
    color: #dbd9d9;
    position: absolute;
    top: -2px;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(to left, #dbd9d9 50%, #1700f9 50%);
    background-size: 212%;
    background-position: Right bottom;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .5s ease-in-out;
}

.process-txt-bx.process-txt-bx-2 h3 span {
    right: inherit;
    left: -95px;
}

.our-process-sec .col-sm-7 {
    padding-left: 80px;
}

.process-img-box {
    position: relative;
}

.process-side-img {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    height: 43.4vw;
    z-index: -1;
    width: 20vw !important;
}

.process-txt-bx:hover h3 span,
.process-txt-bx:hover h3,
.process-txt-bx:hover p {
    background-position: left bottom;
    text-decoration: none;
    background-size: 210%;
}

.process-txt-bx.active h3 span,
.process-txt-bx.active h3,
.process-txt-bx.active p {
    background-position: left bottom;
    text-decoration: none;
    background-size: 210%;
}

/* process-sec */

/* technology-sec */
.technology-sec {
    padding: 70px 0;
    background: #14181b;
    position: relative;
}

.technology-sec .hd-txt {
    text-align: center;
    padding-bottom: 40px;
}

.technology-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.technology-list ul li {
    width: 45%;
    margin: 0 auto;
    display: table;
    text-align: center;
    margin-top: 30px;
}

.technology-list ul {
    width: 33.33%;
}

.technology-sec .hd-txt h2,
.technology-sec .hd-txt p {
    color: #fff;
}

.technology-list {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.technology-bx {
    transition: all .5s ease-in-out;
    box-shadow: 0px 1px 20px 3px transparent;
    border-radius: 8px;
}

.technology-bx img {
    width: 120px;
    transition: all .5s ease-in-out;
    cursor: pointer;
    filter: grayscale(1);
}

.technology-bx:hover {

    /* box-shadow: 0px 1px 20px 11px #14598e; */
}

/* technology-sec */

/* about-fea-sec */
.about-mob-feature {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    background: #faf9f6;
}

.about-mob-feature .col-sm-5 {
    padding-right: 200px;
}

.about-mob-feature .text-float span {
    width: 200%;
    font-size: 225px;
    top: -20px;
}

.about-mob-feature .col-sm-5 {
    padding-right: 10vw;
    padding-left: 3vw;
}

.about-mob-feature .about-mob-img img {
    width: 100%;
    position: relative;
    left: -5vw;
}

.about-mob-feature .container-fluid {
    padding: 0;
}

section.about-mob-feature .row {
    align-items: center;
}

/* about-fea-sec */

/* testi-slider */
.testi-sec .hd-txt {
    text-align: center;
}

.testi-sec .slick-dots {
    position: absolute;
    bottom: -60px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.testi-sec .slick-dots li.slick-active button {
    background-color: #1700f9;
}

.testi-sec .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}

.testi-sec .slick-dots li button {
    background-color: #1d2429;
    border-radius: 50px;
    width: 13px;
    height: 13px;
}

.testi-slider-st .slick-slide {
    margin: 0 20px;
    height: auto !important;
}

.testi-slider-st {
    height: auto !important;
}

.testi-slider-st .slick-list {
    width: 120%;
    padding: 0 !important;
    height: auto !important;
}

section.testi-sec .container-fluid {
    padding: 0;
}

.testi-box {
    background: #faf9f6;
    padding: 40px 20px;
    text-align: center;
    margin: 0 50px;
}

.testi-box img {
    margin: 0 auto;
    border-radius: 110px;
    max-width: 120px;
}

.testi-tx-bx p {
    font-size: 18px;
    padding: 20px 0;
    min-height: 180px;
}

.testi-tx-bx h4 {
    font-size: 20px;
    font-weight: 400;
}

.testi-sec .hd-txt {
    padding-bottom: 40px;
}

section.testi-sec .slick-list {
    width: 200%;
    margin: 0 auto;
    padding: 0 !important;
}

.testi-sec {
    padding: 70px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.testi-sec .text-float span {
    left: 22vw;
    right: 0;
    margin: auto;
    top: -5vw;
    font-size: 14vw;
}

.slick-slider:focus {
    outline: 0;
}

section.testi-sec .slick-slide {
    width: 46vw !important;
}

/* testi-slider */

/* footer-sec */
.footer-sec {
    background: url(../images/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 40px;
}

.ftr-main-txt h2 {
    font-size: 164px;
    font-weight: 300;
    color: #fff;
    position: relative;
    display: table;
}

.ftr-logo-about p {
    font-size: 18px;
    color: #fff;
    padding-top: 28px;
    width: 85%;
}

.ftr-page-list h4 {
    font-size: 35px;
    color: #fff;
    padding-bottom: 20px;
}

.ftr-page-list ul {
    list-style: none;
    padding: 0;
}

.ftr-page-list ul li a {
    color: #fff;
    line-height: 30px;
    font-size: 18px;
    font-weight: 300;
}

.ftr-logo-about img {
    width: 180px;
}

.ftr-logo-about img {
    width: 180px;
}

.ftr-main-txt h2:before {
    content: '';
    background: #fff;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 2px;
    top: auto;
    -webkit-animation: linemove 5s 1 forwards;
    -moz-animation: linemove 5s 1 forwards;
    -o-animation: linemove 5s 1 forwards;
    animation: linemove 5s 1 forwards;
}

@-webkit-keyframes linemove {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }

}

@-moz-keyframes linemove {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }

}

@-o-keyframes linemove {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }

}

@keyframes linemove {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }

}

.ftr-main-txt {
    margin-bottom: 80px;
}

.ftr-support h3 {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
}

.ftr-download-logo {
    padding: 20px 0;
}

.ftr-download-logo a:first-child {
    margin-right: 15px;
}

.ftr-support p {
    color: #fff;
    width: 80%;
}

.rights-privacy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}

.rights-privacy p {
    color: #fff;
}

.rights-privacy a {
    color: #fff;
    margin-left: 20px;
}

/* footer-sec */

/* application-development */

.inner-banner {
    background: #e6e6e6;
    height: 1010px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-top: 6px solid #1700f9;
    padding-top: 40px;
}

.inner-banner .col-sm-6 {
    position: relative;
}

.inner-banner .row {
    align-items: center;
}

.inner-bnr-txt h3 {
    font-size: 18px;
    font-weight: 400;
    padding-top: 25px;
}

.bnr-platform-list {
    padding: 32px 0 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
}

.bnr-platform-list li {
    margin-right: 18px;
}

.inner-serv-text-bnr-btm.app-dev-text-btm h2 {
    font-size: 175px;
    width: 150%;
    margin: 0 auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #3f4551;
    position: relative;
    top: 8px;
}

.inner-serv-text-bnr-btm.app-dev-text-btm {
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    width: 100%;
    background: #f8f8f8;
    height: 235px;
    z-index: -1;
}

section.inner-banner.app-dev-banner {
    padding-bottom: 175px;
    background: #fff;
}

section.inner-banner.app-dev-banner .circle {
    right: -15px;
    top: 30px;
}

section.inner-banner.app-dev-banner .circle {
    right: -15px;
    top: 30px;
}

.app-dev-banner .mbnr-side-img img {
    top: 55px;
    position: relative;
    left: -70px;
    z-index: 0;
    width: 42vw;
}

section.inner-banner.app-dev-banner .circle {
    right: -15px;
    top: 30px;
}

.app-dev-banner .mbnr-side-img img {
    top: 55px;
    position: relative;
    left: -70px;
    z-index: 0;
    width: 42vw;
}

.app-dev-banner .mbnr-side-img:before {
    content: '';
    position: absolute;
    left: 45px;
    /* fallback for old browsers */

    /* Chrome 10-25, Safari 5.1-6 */

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: url(../images/app-devlopment/app-bnr-shadow-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.inner-banner.app-dev-banner h2 {
    color: #f8f8f8;
}

.app-devp-about-us .hd-txt h2 {
    font-size: 45px;
    line-height: normal;
    letter-spacing: -2px;
}

.app-devp-about-us .hd-txt h4 {
    color: #fff;
    font-size: 19px;
    letter-spacing: 3px;
    padding: 20px 0;
}

.app-devp-about-us .about-side-img img {
    top: 42px;
    width: 71%;
}

.app-dev-solution-sec {
    padding: 70px 0;
}

.app-dev-solution-sec .hd-txt h2 {
    line-height: 70px;
}

.app-dev-solution-sec {
    padding: 70px 0;
}

.app-dev-solution-sec .hd-txt h2 {
    line-height: 70px;
}

.app-dev-sol-side-img img {
    width: 40vw;
    filter: drop-shadow(12px 8px 8px rgb(0 0 0 / 23%));
}

.app-dev-solution-sec .row {
    align-items: center;
}

.app-dev-platform-sec {
    padding: 70px 0;
}

.app-dev-platform-sec .hd-txt h2 {
    line-height: 69px;
}

.app-dev-platform-sec .hd-txt h2 {
    line-height: 69px;
}

.app-dev-plat-side-img {
    position: relative;
}

.app-dev-plat-side-img .circle {
    bottom: -35px;
    left: -55px;
    right: auto;
    top: auto;
    z-index: -1;
    width: 166px;
    height: 166px;
}

.feature-side-img {
    position: relative;
}

.feature-side-img .feature-app-img-1 {
    width: 16vw;
    position: relative;
    left: 100px;
    right: inherit;
    z-index: 1;
}

.feature-side-img .feature-app-img-2 {
    width: 24vw;
    top: 0;
    left: -40px;
}

.about-app-dev-sec {
    padding: 70px 0;
}

.about-app-dev-sec .about-float-img {
    width: 45vw;
    right: -15px;
}

.client-logo-sec .row {
    position: relative;
}

/* .client-logo-box-dtl {
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: auto;
top: auto;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
z-index: -1;
} */
.close-btn-cl-logo {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 28px;
    filter: invert(1) brightness(100);
    transform: scale(0);
    transition-duration: 1s;
    cursor: pointer;
}

.client-logo-box-dtl h4 {
    font-size: 24px;
    color: #fff;
    padding: 20px 0;
}

.client-logo-box-dtl p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    padding: 0 10px;
    min-height: 75px;
}

/* .client-dtl-img {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;

background: #00000099;
transition: all .5s ease-in-out;
border-radius: 8px;
backdrop-filter: blur(5px);
} */
.technology-bx.active img {
    filter: grayscale(0);
}

.technology-bx.active {
    box-shadow: 0px 1px 20px 11px #14598e;
}

.client-logo-box-dtl.active {
    z-index: 1;
    width: 95%;
    text-align: center;
}

.client-dtl-img {
    text-align: center;
    border: 1px solid #ffffff57;
    padding: 20px 0;
    box-shadow: 0px 1px 20px 11px #14598e;
    border-radius: 12px;
}

/* .client-dtl-img:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
background: #0000007d;
z-index: -1;
} */
.client-logo-box-dtl.active .close-btn-cl-logo {
    transition-duration: .1s;
    transform: scale(1);
    z-index: 1;
}

/* application-development */

/* augmented-reality */
.augmented-reality-banner {
    padding-bottom: 175px;
    background: #fff;
}

.augmented-reality-banner .mbnr-side-img {
    justify-content: center;
    top: 0px;
    left: 120px;
}

.augmented-reality-banner .mbnr-side-img img {
    width: 891px;
}

.augmented-reality-banner .bnr-side-img-txt h2 {
    color: rgb(248 248 248);
}

.augmented-reality-banner ul.bnr-platform-list li img {
    filter: invert(100%) sepia(0) saturate(1331%) hue-rotate(277deg) brightness(50%) contrast(0);
}

.aug-real-about-us img {
    top: 0;
    width: auto;
}

.aug-real-about-us .about-side-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aug-real-about-us .aug-real-sol-img-2 {
    margin-right: 15px;
}

section.about-us-sec.aug-real-about-us {
    height: auto;
    padding: 70px 0;
}

.aug-real-about-us .hd-txt h4 {
    font-size: 30px;
    letter-spacing: normal;
    color: #cfd8ea;
    text-transform: capitalize;
    padding: 20px 0;
}

.aug-real-about-us .hd-txt h2 {
    line-height: normal;
}

.aug-realtity-solution-sec .row {
    align-items: center;
}

.aug-reality-sol-side-img img {
    width: 42vw;
    filter: drop-shadow(2px 5px 10px rgb(0 0 0 / 35%));
    position: relative;
    top: -72px;
}

.aug-realtity-solution-sec {
    padding: 70px 0;
    overflow: hidden;
}

section.aug-realtity-solution-sec .hd-txt h2 {
    padding-bottom: 20px;
}

section.aug-realtity-solution-sec li img {
    filter: invert(100%) sepia(0) saturate(1331%) hue-rotate(277deg) brightness(50%) contrast(0);
}

.indus-list-aug ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.indus-list-aug ul li {
    width: 49%;
    display: flex;
    align-items: center;
    background: #ededed;
    margin-right: 5px;
    margin-top: 5px;
    padding: 10px 10px;
}

.indus-list-aug ul li img {
    margin-right: 10px;
}

section.industries-sec-aug-reality .row {
    align-items: center;
}

section.industries-sec-aug-reality {
    padding: 70px 0;
}

section.industries-sec-aug-reality .bnr-btn.btn-div {
    padding-top: 20px;
}

.overlay-aug-real-sec {
    padding: 70px 0 150px;
}

section.about-feature.overlay-aug-real-sec .text-float span.filled-text2 {
    top: auto;
    bottom: -40px;
    width: 170%;
    left: 0;
    font-size: 270px;
}

.filled-txt-clr-gry {
    color: rgb(248 248 248) !important;
}

/* augmented-reality */

/* block-chain */
.block-chain-bnr-side-img {
    top: 25px;
    align-items: flex-end;
}

.block-chain-bnr-side-img .inrbnr-side-img-1 {
    width: 18vw;
    left: 30px;
    position: relative;
}

.block-chain-bnr-side-img .inrbnr-side-img-2 {
    width: 15vw;
}

section.inner-banner {
    padding-bottom: 175px;
    background: #fff;
}

.block-chain-about-sec {
    height: auto;
    padding: 10px 0 0;
    overflow: visible;
}

.block-chain-about-sec .about-side-img img {
    width: 33vw;
    top: 30px;
    filter: drop-shadow(3px 10px 12px rgb(6 7 12 / 50%));
}

.block-chain-development-sec {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.block-chain-development-sec .row {
    align-items: center;
}

.block-chain-development-sec .block-chain-dev-img img {
    width: 37vw;
}

.block-chain-development-sec:before {
    content: '';
    background: #1700f9;
    position: absolute;
    bottom: -17vw;
    top: auto;
    right: -8vw;
    width: 35vw;
    height: 35vw;
    border-radius: 60%;
    z-index: -1;
}

.block-chain-platform-sec:before {
    content: '';
    background: #1700f9;
    position: absolute;
    top: 0;
    left: 0;
    width: 30vw;
    height: 21vw;
    /* border-radius: 60%; */
    z-index: -1;
}

.blck-chain-plat-side-img img {
    width: 22vw;
    margin-left: 40px;
}

.block-chain-platform-sec {
    padding: 70px 0;
    position: relative;
}

.block-chain-platform-sec .row {
    align-items: center;
}

.game-side-img {
    position: relative;
}

.game-set-img1 {
    width: 42vw;
}

.game-shadow {
    position: absolute;
    bottom: 0;
    left: -400px;
    right: 0;
    top: 0;
    margin: auto;
    z-index: -1;
}

.game-block-chain-sec {
    padding: 70px 0;
}

/* block-chain */

/* game-developement */
.game-dev-about-sec {
    height: auto;
    padding: 70px 0;
}

section.about-us-sec.game-dev-about-sec .hd-txt h2 {
    font-size: 3vw;
    line-height: 3.4vw;
    padding-bottom: 20px;
}

.game-dev-about-sec .about-side-img img {
    top: 0;
    width: 40vw;
    left: -9vw;
}

.game-devlop-what-sec .hd-txt {
    text-align: center;
}

.game-build-development-sec {
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

.game-build-development-sec .hd-txt {
    padding-top: 60px;
}

.game-build-development-sec:before {
    content: '';
    background: url(../images/game-development/game-build-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    width: 40vw;
    height: 27.7vw;
    position: absolute;
    right: 0;
    top: -1vw;
    bottom: 0;
    margin: auto;
}

.game-dev-plat-side-img img {
    width: 100%;
}

.game-dev-platform-sec {
    padding: 70px 0;
}

.game-dev-plat-side-img img {
    width: 37vw;
    position: relative;
    left: -11vw;
}

.game-dev-plat-side-img img {
    width: 100%;
}

.game-dev-platform-sec {
    padding: 70px 0;
}

.game-dev-plat-side-img img {
    width: 37vw;
    position: relative;
    left: -11vw;
}

.game-dev-plat-side-img {
    position: relative;
}

.game-dev-plat-side-img:before {
    content: '';
    background: #1700f9;
    position: absolute;
    left: -4vw;
    right: auto;
    bottom: auto;
    margin: auto;
    width: 14vw;
    height: 14vw;
    border-radius: 60%;
    top: 7vw;
    z-index: -1;
}

.game-side-img-fea img {
    width: 23vw;
    filter: drop-shadow(2px 4px 6px black);
    color: rgb(0 0 0 / 30%);
}

.game-development-fea-sec {
    padding: 70px 0;
}

.game-development-fea-sec:before {
    position: absolute;
    left: auto;
    content: '';
    background: #1700f9;
    right: 0;
    top: 0;
    bottom: auto;
    margin: auto;
    height: 685px;
    width: 36%;
    z-index: -1;
    border-radius: 282px 0px 0px 282px;
}

/* game-developement */

/* about-us */
.about-banner .about-bnr-side-img {
    width: 40vw;
}

.about-main-slide-div h4 {
    color: #fff;
}

.about-main-slide-div ul {
    padding: 0;
    display: flex;
    align-items: center;
}

.about-main-slide-div h4 {
    font-size: 30px;
    padding-bottom: 40px;
}

.about-main-slide-div ul li {
    margin-right: 35px;
}

.about-slider-box {
    padding: 20px 40px;
}

.about-slider-box h2 {
    font-size: 35px;
    color: #fff;
    padding-bottom: 15px;
}

.about-slider-box p {
    color: #fff;
}

.about-main-slide-div .slick-prev::before {
    content: '';
    background: url(../images/left-arrow.png);
    width: 9px;
    height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.about-main-slide-div .slick-next::before {
    content: '';
    background: url(../images/right-arrow.png);
    width: 9px;
    height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.about-main-slide-div .slick-prev,
.about-main-slide-div .slick-next {
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 60%;
    z-index: 1;
}

.about-main-slide-div .slick-next {
    right: 0;
}

.about-main-slide-div .slick-prev:hover,
.about-main-slide-div .slick-next:hover {
    background: #1700f9;
}

.about-main-slide-div .slick-prev:hover::before,
.about-main-slide-div .slick-next:hover::before {
    filter: invert(1);
}

section.about-us-sec.about-main-us-sec {
    height: auto;
    padding: 70px 0;
}

section.about-us-sec.about-main-us-sec .hd-txt {
    padding-left: 30px;
}

.about-technology {
    padding: 70px 0;
}

.about-technology .about-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-technology .about-list ul {
    width: 20%;
    background: #ebeced;
    padding: 20px 35px;
    margin: 0 15px;
    position: relative;
    list-style: none;
    transition: all .5s ease-in-out;
}

.about-technology .about-list span {
    position: absolute;
    right: 20px;
    color: #1700f9;
    top: 2px;
    font-weight: bold;
    font-size: 35px;
    padding-bottom: 34px;
}

.about-technology .about-list ul li {
    font-size: 20px;
    color: #020c1e;
    line-height: 30px;
}

.about-technology .about-list ul h3 {
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 20px;
}

.about-technology .about-list ul a {
    text-align: right;
    width: 100%;
    float: right;
    margin-top: 25px;
}

.about-technology .hd-txt {
    padding-bottom: 50px;
}

.about-technology .about-list li {
    padding-left: 0;
}

.about-technology .about-list ul li img {
    margin-right: 10px;
}

.about-technology .about-list ul li img {
    margin-right: 10px;
}

.about-technology .about-list ul:hover {
    background: #1700f9;
}

.about-technology .about-list ul:hover span,
.about-technology .about-list ul:hover li,
.about-technology .about-list ul:hover a,
.about-technology .about-list ul:hover h3 {
    color: #fff;
}

.about-technology .about-list ul:hover img {
    filter: invert(1) brightness(100);
}

section.about-us-sec.about-us-sec-main-work {
    height: auto;
    /* padding: 20px 0; */
}

section.about-us-sec.about-us-sec-main-work img {
    top: 0;
    width: 28vw;
}

section.about-us-sec.about-us-sec-main-work .hd-txt {
    padding: 30px 0;
}

/* about-us */

/* portfolio */

.portfolio-banner .mbnr-side-img img {
    margin-left: 10vw;
}

section.inner-banner.portfolio-banner {
    background: url(../images/portfolio/banner-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.inner-banner.portfolio-banner .inner-serv-text-bnr-btm.app-dev-text-btm {
    background: #fff;
}

.main-portfolio-sec [data-tab-content] {
    display: none;
}

.main-portfolio-sec .active[data-tab-content] {
    display: block;
}

.main-portfolio-sec {
    padding: 70px 0;
}

.main-portfolio-sec .hd-txt {
    text-align: center;
}

.port-tabs {
    padding: 35px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.port-tabs li {
    width: 20%;
    border-radius: 0 15px 0 15px;
    color: #000;
    font-size: 18px;
    margin: 0 20px;
    text-align: center;
    background: transparent;
    padding: 6px 0;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.port-tabs li.active,
.port-tabs li:hover {
    background: #1700f9;
    color: #fff;
}

.port-box-main img {
    height: 23vw;
    width: 11.5vw;
    margin: 0 auto;
    border-radius: 17%;
}

.portfolio-main-section {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.portfolio-main-section .hd-txt {
    text-align: center;
    padding-bottom: 50px;
}

.port-mobile-img-st {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 600px;
    height: 1210px;
}

.portfolio-main-section .row {
    position: relative;
}

.portfolio-main-section .slick-slide {
    padding: 0 0;
    position: relative;
    transition: all .5s ease-in-out;
    transform: scale(1);
    top: 0;
}

.portfolio-main-section .slick-slide .port-box-main {
    position: relative;
    overflow: hidden;
}

.portfolio-main-section .slick-slide .port-box-main::before {
    content: '';
    background: url(../images/portfolio/port-mobile-img-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 11.5vw;
    height: 23vw;
    margin: auto;
}

.portfolio-main-section .slick-list {
    padding: 10vw 0 55px !important;
    width: 110%;
    overflow: hidden;
    margin-left: -1.3vw;
}

.portfolio-us-sec-main-work img {
    width: 100%;
    top: 0;
}

.portfolio-main-section .container-fluid {
    width: 80%;
    overflow: hidden;
}

.portfolio-main-section .slick-slide.slick-current {
    transform: scale(1.5);
    top: -3.2vw;
}

div:focus-visible {
    outline: 0;
}

.portfolio-process-sec {
    background: url(../images/portfolio/portfolio-process-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0;
}

.portfolio-process-sec .hd-txt h2 {
    color: #fff;
    font-size: 2.9vw;
}

.process-port-list ul {
    padding: 0;
    list-style: none;
}

.process-port-list-box {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.process-port-list-box h4 {
    font-size: 20px;
    color: #fff;
}

.process-port-list-box span {
    color: #fff;
    font-size: 60px;
    margin-right: 30px;
}

/* portfolio */

/* contact-us */

.contact-us-banner .circle.circle-2 {
    width: 429px;
    height: 429px;
    background: #1700f9;
    bottom: -15px;
    left: 0;
}

.contact-us-banner img {
    filter: drop-shadow(3px 15px 10px rgb(0 0 0 / 25%));
}

section.talk-us {
    padding-top: 80px;
}

.talk-thumb img {
    height: auto;
    width: 100%;
}

.talk-left {
    background: #151515;
    padding: 2em 2em;
    width: 100%;
    max-width: 400px;
    position: absolute;
    top: -80px;
    left: 100px;
}

.talk-inn {
    position: relative;
}

.talk-left h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 12px;
    width: 100%;
}

.talk-left h2 small {
    display: block;
    font-size: 30px;
    color: #c2bcff;
}

.talk-left p {
    color: #fff;
    font-size: 20px;
    line-height: 33px;
}

.talk-left ul li {
    clear: both;
    width: 100%;
    margin-top: 10px;
}

.talk-left ul li a {
    color: #fff;
    font-size: 22px;
}

section.hire-us label {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    letter-spacing: -0.2px;
}

section.hire-us input,
section.hire-us textarea {
    margin-bottom: 27px;
    width: 100%;
    padding: 15px 15px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #c2cad1
}

section.hire-us input[type=checkbox] {
    width: unset;
    margin-right: 7px;
    margin-bottom: 0
}

section.hire-us li {
    display: inline-block;
    width: 33%;
    margin: 11px 0 0;
    font-size: 14px;
    color: #5d5d5d;
}

.hire-us input[type=file]~label {

    /* position: absolute; */

    /* top: 17px; */

    /* right: 0; */
    width: 69%;
    font-size: 14px;
    margin-top: -20px;
}

section.hire-us textarea {
    height: 120px;
    resize: none;
}

section.hire-us button {
    float: right;
    background-color: #1700f9;
    color: #fff !important;
    font-size: 20px;
    padding: 9px 36px;
    border-radius: 24px;
}

section.hire-us label.condition-check {
    float: left;
    width: 77%;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px
}

section.hire-us {
    clear: both;
    padding: 40px 0 80px;
    width: 100%;
}

/* .hire_lef h2.center {    font-size: 40px;    margin-bottom: 10px;    letter-spacing: -0.4px;    font-weight: 700;   }

.hire_lef h6 {   font-weight: 700;     line-height: normal;    font-size: 20px;    letter-spacing: -0.5px;    margin-bottom: 30px; }     */
section.hire-us input[type="file"] {
    margin-top: 20px;
}

.cont_right {
    background: #162b44;
    padding: 3em 2.5em 3em 3em;
    color: #fff;
    width: 90%;
    float: right;
    background: #1700f9;
    padding: 2.5em 1.5em;
}

.cont_right p {
    color: #fff;
    margin-bottom: 0;
}

.cont_map {
    position: relative;
    clear: both;
    width: 100%;
    float: right;
}

.cont_map iframe {
    float: right;
}

.cont_map:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: url(../images/contact/hire-layer.png) no-repeat scroll right top;
    width: 143px;
    height: 143px;
    z-index: -1;
}

.cont_right i.fa {
    margin-bottom: 30px;
    font-size: 30px;
}

.hire_lef.hd-txt form#mcontform {
    margin-top: 40px;
}

section.talk-us .talk-left ul {
    padding: 0;
    list-style: none;
}

/* contact-us */
.has-scroll-smooth {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.app-dev-plat-img-2 {
    position: relative;
    left: 25px;
    top: 25px;
}

.main {
    position: relative;
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 60%;
    box-shadow: -1px 1px 9px 0px #00000052;
}

.main .bars {
    position: absolute;
    height: 16px;
    width: 50px;
    top: 8px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9999999999;
    cursor: pointer;
    bottom: 0;
    margin: auto;
    right: 0;
}

.main .bars::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 50%;
    background: #000;
    transition: 0.3s linear;
}

.main .bars.active::before {
    transform: rotate(45deg);
    width: 50%;
    top: 5%;
    background: #000;
}

.main .bars::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 50%;
    background: #000;
    top: 35%;
    transition: 0.3s linear;
}

.main .bars.active::after {
    transform: rotate(-45deg);
    width: 50%;
    top: 5%;
    background: #000;
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    overflow: hidden;
    display: none;
}

.menu .navBefore {
    position: absolute;
    margin-left: 100%;
    width: 100%;
    height: 100%;
    background: #220ee7;
}

.menu .nav {
    position: relative;
    margin-left: 100%;
    width: 100%;
    height: 100%;
    /* background: #fff; */
    background: #1700f9;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu .nav ul {
    opacity: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.menu .nav ul li {
    list-style: none;
}

.menu .nav a {
    position: relative;
    font-family: 'carneroregular';
    font-size: 3rem;
    text-decoration: none;
    text-align: center;
    color: #000;
}

.menu .nav ul li a:hover,
.menu .nav ul li.active a {
    color: #000;
}

.nav-bg-img-st {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.nav-bg-img-st img {
    width: 100%;
    height: 100vh;
}

/* .cursor{
  position: fixed;
  width: 30px;
  height: 30px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  border: 2px solid rgb(23, 0, 249);
  transition: transform 0.3s ease;
  transform-origin: center center;
  pointer-events: none;
  z-index: 1000;
}

.grow, .grow-small{
  transform: scale(1.5);
  background: transparent;
  mix-blend-mode: difference; 
  border: none;
  background: rgb(23, 0, 249, 0.2);
}

.grow-small{
  transform: scale(1.5);
} */
ul.folio-tab .active,
ul.folio-tab li:hover {
    background: #1700f9;
    color: #fff;
}

ul.folio-tab {
    margin: 0;
    flex-wrap: wrap;
    padding: 0 0 30px 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.folio-tab li {
    margin: 0 5px;
    font-size: 18px;
    padding: 8px 12px;
    transition: all .5s ease-in-out;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 400;
}

[className^=box-].showfirst {
    display: block !important;
}

.portfolio-box-st-inner.showfirst {
    display: block;
}

.portfolio-box-st-inner {
    display: none;
}

[className^=box-] {
    display: none;
}

.portfolio-main-section .slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.portfolio-main-section .slick-dots li.slick-active button {
    background-color: rgb(23, 0, 249);
}

.portfolio-main-section .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}

.portfolio-main-section .slick-dots li button {
    background-color: #e5e5e5;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}

.portfolio-main-section .industries-slider-st {
    padding-bottom: 40px;
    position: relative;
}

.portfolio-main-section .industries-slider-st:before {
    background: #1700f9;
    content: '';
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 200px;
    margin: auto;
    height: 80px;
    width: 55vw;
}

marquee {
    animation: marquee 12s linear infinite;
}

@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }

}

.app-screenshot .slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.app-screenshot .slick-dots li.slick-active button {
    background-color: #008efd;
}

.app-screenshot .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}

.app-screenshot .slick-dots li button {
    background-color: #e5e5e5;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}

/* popup-css */
.overlay-bg-new-popup {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.popupform-main-new-popup .close-btn {
    right: -8px;
    top: -33px;
    width: 50px;
    height: 50px;
    background: #ec4343;
    border: 0;
    color: #ffffff;
}

.pop-form-new-popp .submit-btn {
    font-size: 18px;
    width: 100%;
    padding: 15px 0px;
    background-color: #000000;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    border: none;
    margin-top: 15px;
    width: 100%;
    margin: 10px 0 0 0px !important;
    font-weight: 700;
}

.close-btn {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: 18px;
    right: 0px;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    padding-top: 3px;
    text-align: center;
    border-radius: 50px;
    align-items: center;
    display: grid;
    z-index: 9;
}

.pop-box-2-new-pop img {
    position: relative;
    z-index: 1;
}

.control-group input::placeholder {
    color: #9b7171;
}

.control-group textarea::placeholder {
    color: #9b7171;
}

.pop-form-new-popp .submit-btn {
    font-size: 18px;
    padding: 15px 0px;
    background: #fb2224;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    border: none;
    margin-top: 15px;
    width: 100%;
}

.popupform-main-new-popup.active {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.popupform-main-new-popup {
    position: fixed;
    background: #000c;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-repeat: no-repeat;
    background-size: cover;
}

.pop-form-new-popp.ta-center-new-pop {
    background: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 400px;
    height: 511px;
    border-radius: 0 23px 23px 0;
    position: relative;
}

.pop-box-2-new-pop span {
    color: #f9b400;
    font-size: 33px;
    font-weight: 600;
    position: relative;
    top: -11px;
}

.pop-box-2-new-pop h3 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.pop-box-2-new-pop {
    background: transparent;
    height: auto;
    width: auto;
    text-align: center;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.pop-form-new-popp.ta-center-new-pop {
    padding: 25px 15px 25px 36px;
}

.pop-form-new-popp.ta-center-new-pop h3 {
    color: #2d2d2d;
    font-size: 35px;
    line-height: 33px;
    text-align: left;
    margin: 0;
    font-weight: bold;
    color: #000;
}

.popupform-main-new-popup {
    align-items: center;
    justify-content: center;
}

.pop-form-new-popp.ta-center-new-pop h3 span {
    font-weight: bold;
}

div#pop-form-new-popp {
    padding: 0;
}

.pop-form-new-popp.ta-center-new-pop h5 {
    color: #282828;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 10px;
    line-height: 25px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {

    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

.pop-form-new-popp.ta-center-new-pop input {
    width: 100%;
    border-width: 1px;
    border-color: rgb(225, 225, 225);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    height: 42px;
    margin: 0 0 15px 0;
    padding: 0 0 0 10px;
}

input {
    outline: none;
}

.pop-form-new-popp.ta-center-new-pop textarea {
    width: 100%;
    border-width: 1px;
    border-color: rgb(225, 225, 225);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    height: 100px;
    margin: 0 0 15px 0;
    padding: 10px 5px 5px 10px;
    resize: none;
}

.pop-form-new-popp.ta-center-new-pop button {
    border-radius: 5px;
    background-color: #ec4343;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: table;
    /* margin: auto; */
    padding: 9px 42px;
    width: auto;
    display: table;
}

.pop-form-new-popp.ta-center-new-pop input::placeholder {
    color: #000;
}

.pop-form-new-popp.ta-center-new-pop textarea::placeholder {
    color: #000;
}

.pop-box-2-new-pop {
    position: relative;
    margin-right: 3px;
}

.pop-form-new-popp.ta-center-new-pop h3 {
    margin: 0;
}

.popup-main-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 15px;
    padding-top: 25px;
    width: max-content;
    height: max-content;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 90px;
}

.popupform-main-new-popup {
    display: none;
}

@media (max-width:1366px) {
    .popup-main-box {
        transform: scale(0.9);
    }

}

@media (min-width:200px) and (max-width:767px) {
    .pop-box-2-new-pop {
        display: none;
    }

    .pop-form-new-popp.ta-center-new-pop {

        /* background: #00b5f4; */
        background-repeat: no-repeat;
        background-size: cover;
    }

    .pop-form-new-popp.ta-center-new-pop {
        width: 100%;
        height: auto;
        margin: 0px 10px;
        padding: 25px 0px;
        border-radius: 23px;
    }

    .pop-form-new-popp.ta-center-new-pop h3 {
        margin: 0 0 5px 0;
        text-align: center;
    }

    .pop-form-new-popp.ta-center-new-pop h3 span {
        color: #fff;
    }

    .pop-form-new-popp.ta-center-new-pop h5 {
        text-align: center;
    }

}

/* popup-css */
.logo-img img {
    width: 200px;
}

/* case-studies */
.case-studies-mbnr {
    background: url(../images/case-studies/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 150px 0 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

.case-bnr-img img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: -426px;
    display: table;
}

.case-mbnr-txt h2 {
    text-align: center;
}

.mbnr-txt.inner-bnr-txt.case-mbnr-txt {
    text-align: center;
}

.case-mbnr-txt h1 {
    color: #fff;
    padding-bottom: 45px;
}

.case-two-img img {
    width: 100%;
    margin: 0 auto;
    display: table;
}

.row.case-one-row {
    width: 80%;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.case-two-row {
    justify-content: center;
    text-align: center;
    margin: auto;
}

.case-two-img {
    margin-top: 60px;
}

.case-one-lft-box {
    border: 2px solid #f3f3f3 !important;
    border-radius: 5px;
    padding: 15px;
}

.case-one-lft-box h3 {
    font-size: 24px;
    font-weight: bold;
}

.case-btn-div {
    padding-top: 15px;
}

.case-minner-sec {
    padding-top: 70px;
}

section.case-minner-sec .row {
    justify-content: center;
    margin: auto;
}

.case-three-row {
    padding-top: 45px;
}

section.case-minner-sec .row {
    justify-content: center;
    margin: auto;
}

.case-five-row {
    padding-top: 45px;
}

.case-five-row .case-five-txt.hd-txt h2 {
    font-size: 40px;
}

.case-inr-multiple {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.case-inr-multiple img {
    width: 33.33%;
    position: relative;
}

.case-inr-multiple .case-eight-img-2 {
    top: 35px;
}

.case-inr-multiple .case-eight-img-3 {
    top: 65px;
}

.cse-seven-txt.hd-txt h2 {
    padding: 30px 0;
}

.case-nine-row {
    align-items: center;
}

.case-nine-row .hd-txt.case-nine-txt h3 {
    font-size: 35px;
    padding-bottom: 20px;
}

.case-nine-row .hd-txt.case-nine-txt li {
    font-size: 18px;
    line-height: 35px;
}

.case-nine-img img {
    width: 100%;
}

.case-nine-row {
    padding-top: 55px;
}

.case-end-sec {
    background: url(../images/case-studies/case-bg-img-end.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

.case-end-img img {
    width: 100%;
}

.case-end-sec .row {
    align-items: center;
}

.case-end-sec .row h2,
.case-end-sec .row p {
    color: #fff;
}

.case-end-sec .btn-tel {
    color: #fff;
}

.case-cta-sec {
    background: url(../images/case-studies/case-cta-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0 0;
    margin-top: 40px;
}

.case-cta-sec .row {
    align-items: center;
}

.hd-txt.case-cta-txt {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
}

.hd-txt.case-cta-txt p {
    padding: 0;
}

/* case-studies */
.privacy-txt .content-head {
    color: #222;
    font-size: 34px;
    font-weight: 700;
    margin: 22px 0 15px;
}

.privacy-txt .content-text a,
.privacy-txt .content-text p {
    color: #222;
    font-size: 16px;
    line-height: 24px;
}

.inner-banner.privacy-banner {
    height: 500px;
    padding-bottom: 0;
    text-align: center;
    background: #eee;
}

.inner-banner.privacy-banner .bnr-btn.btn-div {
    justify-content: center;
}

section.privacy-txt {
    padding: 50px 0;
}

.multi_slide2 .slick-prev {
    left: 0;
    background: #1700f9;
    z-index: 1;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
}

.multi_slide2 .slick-next {
    right: 0;
    background: #1700f9;
    z-index: 1;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
}

.inner-banner.thnkyou-bnr {
    height: 720px;
    padding-top: 80px;
}

.process-mob-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.process-side-mob-col {
    position: relative;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}

.process-mob-img img {
    width: 267px;
    height: 568px;
    position: relative;
    top: 25px;
}

.process-side-mob-img {
    text-align: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.process-side-mob-img img {
    width: 203px;
    height: auto;
    transform: scale(0.9) translate(0, 80px);
    transition: all .5s ease-in-out;
    position: relative;
}

.industry-circle {
    width: 100px;
    /* float: left; */
}

.process-slider-nav .slick-slide .app-slide-box {
    align-items: center;
    display: inline;
    justify-content: center;
    margin-bottom: 5px;
    margin-top: 35px;
    height: 500px;
}

.process-slider-nav {
    width: 100%;
}

.process-slider-nav .slick-slide .app-slide-box .process-txt {
    padding-left: 0px;
}

.process-slider-nav .process-txt {
    background: linear-gradient(to left, #dbd9d9 50%, #000000 50%);
    background-size: 212%;
    background-position: Right bottom;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .5s ease-in-out;
}

.process-slider-nav .slick-current .process-txt {
    background-position: left bottom;
    text-decoration: none;
    background-size: 210%;
}

.process-slider-nav .industry-circle {
    align-items: center;
    background: #fff;
    position: relative;
    border-radius: 10px;
    box-shadow: none;
    display: flex;
    flex-shrink: 0;
    height: 100px;
    justify-content: center;
    width: max-content;
}

.process-list-num {
    position: absolute;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    top: -10px;
    right: -7px;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-slider-nav .slick-current .process-list-num {
    background: #1700f9;
    color: #fff;
}

.process-slider-nav .slick-current .industry-circle {
    background: transparent;
}

.process-slider-nav .slick-current .industry-circle img {

    /* filter: invert() brightness(100); */
}

.our-process-new-sec button.slick-next.slick-arrow {
    background: #1700f9;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
    left: -180px;
    z-index: 9;
    bottom: -70px;
    top: auto;
}

.our-process-new-sec button.slick-next.slick-arrow:before {
    opacity: 1;
    transform: rotate(0deg);
    z-index: 9;
}

.our-process-new-sec button.slick-prev.slick-arrow {
    background: #1700f9;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
    left: -260px;
    z-index: 9;
    bottom: -68px;
    top: auto;
}

.our-process-new-sec button.slick-prev.slick-arrow:before {
    transform: rotate(0deg);
    opacity: 1;
}

.our-process-new-sec .process-slider-for .slick-slide.slick-current img {
    border-radius: 40px;
    padding-bottom: 70px;
    padding-top: 70px;
    transform: scale(1.35);
    width: 178px;
    height: 547px;
    transition: all .5s ease-in-out;
    opacity: 1;
    z-index: 2;
}

.our-process-new-sec .process-slider-for .slick-slide img {
    opacity: 1;
    z-index: 1;
}

.process-slider-for.slick-initialized.slick-slider {
    display: block;
    margin: 0 auto;
    padding: 40px 0;
}

.process-slider-for.slick-initialized.slick-slider .slick-list {
    overflow: visible;
    padding: 0 !important;
}

section.our-process-new-sec {
    padding: 70px 0;
    overflow: hidden;
    position: relative;
}

.process-side-text-col {
    padding-left: 100px;
    display: flex;
    align-items: center;
}

section.hire-us button:hover {
    background: transparent;
    border-color: #1700f9;
    color: #1700f9 !important;
}

.ftr-call {
    color: #fff;
    font-size: 21px;
}

.content-details h2 {
    font-size: 40px;
}

.content-details h3 {
    font-size: 30px;
}

.streamlined-box {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative;
}

.streamlined-box .streamlined-list {
    background: url(../images/new-section/curved.png) no-repeat;
    width: 100%;
    height: 803px;
    position: relative;
}

.streamlined-box .streamlined-list::before {
    background: url(../images/new-section/curved.png) no-repeat;
    width: 100%;
    height: 803px;
    position: absolute;
    content: "";
    display: none;
}

.streamlined-box .streamlined-list li {
    position: absolute;
    list-style: none;
    top: 0;
    left: 0;
}

.streamlined-box .streamlined-list li:hover .stream-box span {
    background: #1700f9;
}

.streamlined-box .streamlined-list li:hover .stream-box span::before {
    background: #1700f9;
}

.streamlined-box .streamlined-list li:hover .stream-box .streambox-details h6 {
    color: #1700f9;
}

.streamlined-box .streamlined-list li .stream-box {
    display: flex;
    align-items: center;
}

.streamlined-box .streamlined-list li .stream-box span {
    width: 100px;
    height: 100px;
    background: #d3d3d3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    transition: 0.25s;
}

.streamlined-box .streamlined-list li:hover .stream-box span img {
    filter: invert(1);
}

.streamlined-box .streamlined-list li .stream-box span svg {
    width: 70px;
}

.streamlined-box .streamlined-list li .stream-box span::before {
    content: "";
    height: 2px;
    width: 10px;
    background: #000;
    position: absolute;
    right: -13px;
    top: 7px;
    width: 60px;
    z-index: -1;
}

.streamlined-box .streamlined-list li .stream-box .streambox-details {
    padding: 0 0 0 20px;
    flex: 1;
}

.streamlined-box .streamlined-list li .stream-box .streambox-details h6 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.streamlined-box .streamlined-list li .stream-box .streambox-details p {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    max-width: 85%;
    padding: 5px 0 0;
}

.streamlined-box .streamlined-list li:nth-child(1) {
    left: 9%;
    top: 2%;
}

.streamlined-box .streamlined-list li:nth-child(1) .stream-box {
    align-items: flex-start;
}

.streamlined-box .streamlined-list li:nth-child(1) .stream-box span::before {
    top: 11px;
}

.streamlined-box .streamlined-list li:nth-child(2) {
    left: 17%;
    top: 16%;
}

.streamlined-box .streamlined-list li:nth-child(2) .stream-box span::before {
    top: 22px;
}

.streamlined-box .streamlined-list li:nth-child(3) {
    left: 21.5%;
    top: 33%;
}

.streamlined-box .streamlined-list li:nth-child(3) .stream-box span::before {
    top: 22px;
}

.streamlined-box .streamlined-list li:nth-child(4) {
    left: 22%;
    top: 51%;
}

.streamlined-box .streamlined-list li:nth-child(4) .stream-box span::before {
    top: 22px;
}

.streamlined-box .streamlined-list li:nth-child(5) {
    left: 19%;
    top: 68%;
}

.streamlined-box .streamlined-list li:nth-child(5) .stream-box span::before {
    top: 22px;
}

.streamlined-box .streamlined-list li:nth-child(6) {
    left: 11%;
    top: 83%;
}

.streamlined-box .streamlined-list li:nth-child(6) .stream-box span::before {
    top: 50%;
}

.streamlined-box .streamlined-list li:nth-child(7) {
    left: 11%;
    top: 82%;
}

.streamlined-box .streamlined-list li:nth-child(7) .stream-box {
    align-items: baseline;
}

.streamlined-box .streamlined-list li:nth-child(7) .stream-box span::before {
    top: unset;
    bottom: 20px;
}

.streamlined-box .streamlined-list li:hover .stream-box span svg {
    fill: #fff;
}

#streamlined-develeopment {
    padding-top: 50px;
}

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

.social-nav-head-link img {
    /*    filter: invert(1) brightness(100);*/
}

.social-nav-head-link {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.social-nav-head-link i {
    font-size: 25px;
    color: #fff;
    margin: 0;
    height: 45px !important;
    border: 0 !important;
}

.social-nav-head-link a:before {
    display: none;
}

.social-nav-head-link a {
    margin-right: 10px;
}

.mob-list-st {
    display: none !important;
}

.streamlined-box:before {
    content: '';
    background: red;
    position: absolute;
    left: -110px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 803px;
    z-index: 1;
}

.streamlined-box:before {
    content: '';
    background: url(../images/process/process-img.png);
    position: absolute;
    left: -470px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 804px;
    height: 808px;
    z-index: 0;
    border-radius: 60%;
}

.mob-nav-st {
    display: none;
}

.what-we-sec .slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.what-we-sec .slick-dots li.slick-active button {
    background-color: rgb(23, 0, 249);
}

.what-we-sec .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}

.what-we-sec .slick-dots li button {
    background-color: #e5e5e5;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}

.app-screenshot .slick-arrow {
    display: none !important;
}

.contact-us-banner .bnr-btn.btn-div {
    padding-top: 0;
}

section.inner-banner .mbnr-txt.inner-bnr-txt p {
    padding-bottom: 0;
}

.hd-office-address ul li a.sitejabbr-icon img {
    width: 32px !important;
    filter: none;
}

.social-head-link a.sitejabbr-icon img {
    width: 37px;
}

.home_slider {
    height: 800px;
    width: 100%;
    background: #000;
}

.homeSliderWrapper {

    /* width: 100%;
    float: left; */
    margin-bottom: 60px;
}

.home_slider_home {
    background: url(../images/home-banner/augmented-reality-banner.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner_contnet {}

.banner_contnet h2 {
    color: #ffffff;
    font-size: 49px;
    font-weight: bold;
    line-height: 73px;
    margin: 0 0 20px 0;
}

.banner_contnet p {
    color: #fff;
    font-size: 16px;
}

.banner_images_or_seals {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 40px 0 0 0;
}

.home_slider_two {
    background: url(../images/home-banner/game-development-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home_slider_three {
    background: url(../images/home-banner/app-development-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.what-we-sec .slick-current+.slick-active+.slick-active {
    position: relative;
}

.what-we-sec .slick-current+.slick-active+.slick-active:before {
    content: '';
    background: #1700f9;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    transform: scale3d(0, 1, 1);
    transition: all .5s ease-in-out;
}

.what-we-sec .slick-current+.slick-active+.slick-active::before {
    transform: scale3d(1, 1, 1);
}

.what-we-sec .slick-current+.slick-active+.slick-active h2,
.what-we-sec .slick-current+.slick-active+.slick-active p,
.what-we-sec .slick-current+.slick-active+.slick-active a {
    color: #fff;
}

.what-we-sec .slick-current+.slick-active+.slick-active .what-we-img-1 {
    transform: translateY(-115px);
}

.what-we-sec .slick-current+.slick-active+.slick-active .what-we-bx .what-we-img-2 {
    transform: translateY(0px);
}

.portflio_icons {
    width: 100%;
}

.wrapper_portfolio_slide_right {

    /* border-top: 1px solid #dcdcdc; */
    border-bottom: 1px solid #dcdcdc;
    padding: 0px 0 12px 0;
}

.app_portfolio_industries {
    margin: 15px 0px 0 0;
}

.portflio_icons_wrapper {
    width: 100%;
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    gap: 13px 44px;
}

.app_portfolio_industries h4 {
    margin: 0px 0 11px 0;
    font-size: 22px;
}

.portfolio_icon_item {}

.portfolio_icon_item {
    min-width: 78px;
}

.portfolio_icon_item img {
    margin: 0 auto;
    width: 52px;
}

.portfolio_icon_item h4 {
    font-size: 16px;
    text-align: center;
    margin: 7px 0 0 0 !important;
}

.portfolio_img_one_p {
    position: absolute !important;
    left: 0 !important;
    transform: scale(1.2) !important;
}

.portfolio_img_two_p {

    /* transform: scale(1.2) !important; */
}

.portfolio_img_three_p {
    transform: scale(1.2) !important;
    right: 0;
    position: absolute !important;
}

.process-slider-for .slick-slide {
    opacity: 0;
}

.slick-slide.slick-current.slick-active {
    opacity: 1;
}

/* new header css */
.head_top {
    position: absolute;
    top: 20px;
    width: max-content;
    z-index: 9999999;
}

.navbar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    position: relative;
}

.navbar-brand {
    font-size: 1.25rem;
    margin-right: 1rem;
    padding-bottom: 0.3125rem;
    padding-top: 0.3125rem;
    text-decoration: none;
    white-space: nowrap;
}

.logo-img {
    margin-left: 100px;
}

.logo-img img {
    width: 200px;
}

.nav-but-wrap {
    display: inline-block;
    float: left;
    margin-top: 16px;
    padding-left: 15px;
    padding-top: 15px;
    position: relative;
    transition: all .3s ease-out;
}

.menu-icon {
    align-items: center;
    background: #fff;
    border-radius: 60%;
    box-shadow: 2px 2px 20px 0 #00000063;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 60px;
    justify-content: center;
    left: 20px;
    position: fixed;
    top: 20px;
    width: 60px;
    z-index: 9999;
}

.menu-icon__line {
    background-color: #1700f9;
    cursor: pointer;
    display: block;
    height: 2px;
    margin-bottom: 0;
    transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, background-color .5s ease;
    transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
    width: 30px;
}

.menu-icon__line {
    background-color: #1700f9;
    cursor: pointer;
    display: block;
    height: 2px;
    margin-bottom: 0;
    transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, background-color .5s ease;
    transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
    width: 30px;
}

.menu-icon__line-left {
    margin-bottom: 7px;
    transition: all .2s linear;
    width: 30px;
}

body.nav-active .menu-icon__line {
    background-color: #1700f9;
    left: 3px;
    position: relative;
    top: -4px;
    -webkit-transform: translate(0) rotate(-45deg);
    transform: translate(-4px, 1px) rotate(-45deg);
    width: 30px;
}

/* .menu-icon__line {
background-color: #1700f9;
cursor: pointer;
display: block;
height: 2px;
margin-bottom: 0;
transition: background-color .5s ease,-webkit-transform .2s ease;
transition: transform .2s ease,background-color .5s ease;
transition: transform .2s ease,background-color .5s ease,-webkit-transform .2s ease;
width: 30px;
}
 */
body.nav-active .menu-icon__line {
    background-color: #1700f9;
    left: 3px;
    position: relative;
    top: -4px;
    -webkit-transform: translate(0) rotate(-45deg);
    transform: translate(-4px, 1px) rotate(-45deg);
    width: 30px;
}

body.nav-active .menu-icon__line-left {
    -webkit-transform: translate(2px, 4px) rotate(45deg);
    transform: translate(2px, 4px) rotate(45deg);
    -webkit-transform: translate(-4px, 10px) rotate(45deg);
    transform: translate(-4px, 10px) rotate(45deg);
    width: 30px;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.nav-fix-st {
    left: 0;
    position: fixed;
    z-index: 999;
}

.nav:after,
.nav:before {
    background-color: rgba(20, 21, 26, .6);
    border-bottom-right-radius: 200%;
    content: "";
    height: 0;
    left: 0;
    position: fixed;
    top: 100px;
    transition: border-radius .8s linear, width .6s cubic-bezier(.77, 0, .175, 1), height .6s cubic-bezier(.77, 0, .175, 1);
    width: 0;
    z-index: -1;
}

body.nav-active .nav:after,
body.nav-active .nav:before {
    border-radius: 0;
    height: -webkit-fill-available;
    height: 100%;
    right: 0;
    top: 0;
    width: 290px;
    width: 320px;
}

body.nav-active .nav:before {
    transition-delay: 0s;
}

.nav__content {
    left: 30px;
    position: fixed;
    text-align: left;
    top: 100px;
    visibility: hidden;
    width: auto;
    z-index: 99999;
}

body.nav-active .nav__content {
    visibility: visible;
}

.nav__list {
    margin: 0;
    padding: 0;
    position: relative;
    top: 30px;
    z-index: 999999999;
}

.nav__list-item {
    color: #fff;
    display: block;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 0;
    opacity: 0;
    text-align: left;
    -webkit-transform: translate(30px);
    transform: translate(30px);
    transition-delay: .8s;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
}

.nav__list-item,
.nav__list-item a {
    font-family: Poppins, sans-serif;
    overflow: hidden;
    position: relative;
}

body.nav-active .nav__list-item {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}

body.nav-active .nav__list-item:first-child {

    /* transition-delay: .8s; */
}

.nav__list-item,
.nav__list-item a {
    font-family: Poppins, sans-serif;
    overflow: hidden;
    position: relative;
}

.nav__list-item a {
    color: hsla(0, 0%, 100%, .6);
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
    padding-left: 0;
    padding-top: 5px;
    text-decoration: none;
    transition: all .2s linear;
    z-index: 2;
}

.nav__list-item a:after {
    background-color: #1700f9;
    bottom: 0;
    content: "";
    height: 0;
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    top: auto;
    transition: all .2s linear;
    width: 0;
    z-index: 1;
}

ul.menu_dd {
    padding-left: 10px;
}

.address-data {
    margin-top: 10px;
}

.address-data h4 {
    border-bottom: 1px solid;
    color: hsla(0, 0%, 100%, .6);
    display: table;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.hd-address-text a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    color: #fff;
}

.social-nav-head-link {
    align-items: center;
    display: flex;
    margin-top: 10px;
}

a.sitejabbr-icon img {
    -webkit-filter: none;
    filter: none;
    width: 33px;
}

.nav:after {
    background-color: #09090c;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 300%;
    box-shadow: 6px 7px 28px 0 hsla(0, 0%, 6%, .3);
    transition-delay: 0s;
}

/* section{
float: left;
width: 100%;
} */
.header_main {
    width: 100%;
    position: absolute;
    z-index: 9999;
    top: 25px;
}

.wrapper_header {
    display: flex;
    justify-content: space-between;
}

.what_we_slider_box_chat .btn-div {
    padding: 0;
}

.industries-slider-st .row {
    gap: 30px 0;
    justify-content: center;
}

section {
    height: max-content;
}

.team_section {
    width: 100%;
    padding: 50px 0 30px 0;
}

.team_section .process-txt {
    border: none;
}

.team_section {
    .col-team {}

    .black-background {
        background-image: url(https://phenomenonstudio.com/wp-content/webp-express/webp-images/themes/phenomenon/img/black-bg.png.webp);
        background-color: #1F2122;
        color: #FFFEFD;
        background-position: center;
    }

    .team-flex-wrap .card .mask {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: 0.3s;
        border-radius: 20px;
    }

    .team-flex-wrap .card {
        border-radius: 20px;
        border: 1px solid #D9D9D9;
        display: flex;
        flex-direction: column;
        position: relative;
        overflow: hidden;
        transition: 0.2s;
        height: 433px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .team-flex-wrap .card .top {
        padding: 22px;
        height: 100%;
        position: relative;
        z-index: 1;
    }

    .team-flex-wrap .card .top .img-wrap {
        width: 100%;
        height: 304px;
        border-radius: 18px;
        overflow: hidden;
        transition: 0.3s;
    }

    .team-flex-wrap .card .top .img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.3s;
    }

    .team-flex-wrap .card .top .bio {
        padding-top: 24px;
    }

    .team-flex-wrap .card .top .bio .name {
        color: #1F2122;
        font-size: 24px;
        font-weight: 700;
        line-height: 120%;
        transition-duration: 0.3s;
    }

    .team-flex-wrap .card .top .bio .position {
        margin-top: 6px;
        overflow: hidden;
        color: rgba(31, 33, 34, 0.7);
        text-overflow: ellipsis;
        max-width: 100%;
        overflow: hidden;
        font-size: 18px;
        line-height: 170%;
        transition: 0.3s;
        white-space: nowrap;
    }

    .team-flex-wrap .card .bottom {
        visibility: hidden;
        transform: translateY(100%);
        overflow: hidden;
        color: #F8F8F8;
        font-size: 16px;
        line-height: normal;
        padding: 0 40px 40px;
        transition: 0.3s;
        opacity: 0;
        position: relative;
        z-index: 1;
    }

    .team-flex-wrap .card:hover {
        border-color: transparent;
    }

    .team-flex-wrap {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin-top: 0px;
    }

    .team-flex-wrap .card:hover .mask {
        opacity: 1;
    }

    .team-flex-wrap .card:hover .top {
        height: unset;
        padding-bottom: 24px;
        display: flex;
        align-items: center;
        gap: 20px;
        padding-top: 0;
    }

    .team-flex-wrap .card:hover .top .img-wrap {
        width: 48px;
        height: 48px;
        border-radius: 24px;
    }

    .team-flex-wrap .card .top .img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.3s;
    }

    .team-flex-wrap .card:hover .top .bio .name {
        color: #FFFEFD;
        font-size: 24px;
    }

    .team-flex-wrap .card:hover .top .bio .position {
        color: rgba(255, 254, 253, 0.7);
        white-space: unset;
        overflow: unset;
    }

    .team-flex-wrap .card:hover .bottom {
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }

    .team-flex-wrap .card:hover .top .bio .position {
        color: #ff3d2e;
        margin: 0 0 0;
    }

    span.readmore {
        background: #fff;
        z-index: 9999;
        display: inline-block;
        width: 120px;
        border-radius: 50px;
        padding: 10px 17px;
        margin: 0 0 0 33px;
    }

    a.readmore {
        text-decoration: none;
        background: #fff;
        z-index: 9999;
        display: inline-block;
        width: 120px;
        border-radius: 50px;
        padding: 10px 17px;
        color: #000;
        margin: 0 0 0 33px;
    }

    .linked_in_profile {
        display: none;
        transition: 0.5s;
    }

    .team-flex-wrap .card:hover .linked_in_profile {
        display: block;
        opacity: 1;
        z-index: 999;
        width: auto;
        max-width: max-content;
        padding: 10px 30px;
        padding: 30px 0 0 22px;
    }
}




.linked_in_profile_z_index {
    z-index: 9999999;
}



/* location css */



:root {
    --blue: #1700F9;
}

.text-blue {
    color: var(--blue);
}

.f-40 {
    font-size: 40px;
    line-height: 46px;
}

.f-23 {
    font-size: 23px;
    line-height: 27px;
}

.f-20 {
    font-size: 20px;
    line-height: 26px;
}

.f-60 {
    font-size: 60px;
    line-height: 60px;
}

.f-30 {
    font-size: 30px;
    line-height: 36px;
}

.f-35 {
    font-size: 35px;
    line-height: 40px;
}

.uppercase {
    text-transform: uppercase;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

@font-face {
    font-family: 'carneroregular';
    src: url('carnerobold-webfont.woff2') format('woff2'), url('carnerobold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'carneroregular';
}

p::first-letter {
    text-transform: uppercase;
}

p {
    text-transform: lowercase;
}

.plt-form-slider img,
.plt-form-sliders img {
    min-width: 75px;
    height: 75px;
    object-fit: scale-down;
    filter: grayscale(1);
    display: block;
    margin: auto;
}

.plt-form-slider img:hover,
.plt-form-sliders img:hover {
    filter: none;
}

.relative {
    position: relative;
}

.mobile-img {
    position: absolute;
    bottom: 0;
    left: 3%;
}

.mobile-ui {
    position: absolute;
    bottom: 0;
    right: 3%;
}

.mobile-cta {
    margin-top: 150px;
    background: linear-gradient(0deg, #F5F5F5 90%, rgba(255, 255, 255, 1) 90%);
    padding-bottom: 50px;
}

.mobile-cta .btn {
    font-size: 16px;
    font-weight: 500;
    background-color: white;
    color: black;
    padding: 10px 35px;
    display: inline-block;
    margin-top: 18px;
    border-radius: 40px;
}

.bg-blue {
    background-color: var(--blue);
}

.br-2 {
    border-radius: 20px;
}

.p-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.mobile-cta .content {
    margin-top: 90px;
    margin-bottom: 90px;
}

.btn-wrap {
    font-size: 16px;
    font-weight: 500;
    background-color: var(--blue);
    color: white;
    padding: 10px 35px;
    display: inline-block;
    margin-top: 18px;
    border-radius: 40px;
}

.stroke-txt::before {
    content: 'OUR LOCATIONS';
    position: absolute;
    font-size: 180px;
    text-transform: uppercase;
    font-weight: 900;
    width: max-content;
    left: 0;
    top: 10%;
    color: black;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #bfbfbf42;
    line-height: 0;
    z-index: 999999;

}

.stroke-txt {
    z-index: 0;
}

.loc-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 30px 20px;
    border-radius: 5px;
    border: 1px solid #80808036;
    justify-content: space-between;
    margin-bottom: 25px;
    position: relative;
    z-index: 999;
    min-height: 140px;
}

.loc-box ul li a:hover {
    color: var(--yellow);
}

.loc-box ul li a {
    font-size: 14px;
    font-weight: 400;
    color: black;
}

.loc-box ul {
    padding-left: 17px;
    padding-top: 10px;
    margin-bottom: 0;
}

.loc-box::before {
    content: '';
    position: absolute;
    width: 0;
    height: 80%;
    right: 0;
    z-index: -1;
    opacity: .3;
    transition: all .2s linear;
}

.loc-box:hover::before {
    width: 50%;
    transition: all .2s linear;
}

.loc-box:hover {
    transition: all .2s linear;
    background: linear-gradient(229deg, rgb(255 255 255 / 0%) 21%, rgba(23, 0, 249, 1) 100%);
    border-color: var(--blue);
    color: white;
}

.loc-box:hover ul li a {
    color: white;
}

.loc-box a:hover {
    color: #ffe415 !important;
}

.loc-grey {
    background-color: grey;
}

.loc-cta {
    background: url(../../assets/images/location/loc-cta-bg.webp) center center / cover no-repeat;
}

.list-none {
    list-style: none;
}


@media screen and (max-width: 1600px) {
    .about-side-img img {
        left: 0 !important;
    }

    .f-60 {
        font-size: 45px;
        line-height: 51px;
    }

    .f-40 {
        font-size: 35px;
        line-height: 40px;
    }

    .stroke-txt::before {
        font-size: 100px;
        left: 20%;
        top: -10px;
    }

    .mobile-cta {
        margin-top: 130px;
    }

    .loc-box ul li a {
        font-size: 13px;
    }

    .loc-box {
        gap: 10px;
    }

    .mobile-cta .content {
        margin-top: 60px;
        margin-bottom: 60px;
    }

}

@media screen and (max-width: 992px) {
    .process-box {
        margin-bottom: 30px;
    }

    .process-list li span {
        margin-top: 15px;
    }

    .process-list {
        flex-direction: column;
    }

    .award-content {
        margin: 10px;
    }

    .location-query ul li {
        flex-direction: column;
    }

    .location-query input {
        min-width: 100%;
    }

    .location-query {
        max-width: 100%;
        padding: 25px 20px !important;
    }

    .f-60 {
        font-size: 30px;
        line-height: 31px;
    }

    .f-30 {
        font-size: 25px;
        line-height: 28px;
    }

    .p-60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .location-query textarea {
        min-width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .process-box {
        min-width: 100%;
    }

    .f-40 {
        font-size: 25px;
        line-height: 30px;
    }

    .plt-form-slider img,
    .plt-form-sliders img {
        min-width: 50px;
        height: 50px;
    }

    .mobile-ui,
    .mobile-img {
        display: none;
    }

    .mobile-cta {
        margin-top: 30px;
    }

    .app-cta {
        margin-top: 0 !important;
        padding: 50px 0;
        text-align: center;
    }
}

.loc-bg-01 {
    background: url(../../assets/images/location/loc-bg-01.webp) center center / cover no-repeat;
}

.loc-bg-02 {
    background: url(../../assets/images/location/atlanta-banner.webp) center center / cover no-repeat;
}

.loc-bg-03 {
    background: url(../../assets/images/location/boston-banner.webp) center center / cover no-repeat;
}

.loc-bg-04 {
    background: url(../../assets/images/location/dallas-banner.webp) center center / cover no-repeat;
}

.loc-bg-05 {
    background: url(../../assets/images/location/denver-banner.webp) center center / cover no-repeat;
}

.loc-bg-06 {
    background: url(../../assets/images/location/houston-banner.webp) center center / cover no-repeat;
}

.loc-bg-07 {
    background: url(../../assets/images/location/angeles-banner.webp) center center / cover no-repeat;
}

.loc-bg-08 {
    background: url(../../assets/images/location/ohio-banner.webp) center center / cover no-repeat;
}

.loc-bg-09 {
    background: url(../../assets/images/location/diego-banner.webp) center center / cover no-repeat;
}

.loc-bg-10 {
    background: url(../../assets/images/location/miami-banner.webp) center center / cover no-repeat;
}

.loc-bg-11 {
    background: url(../../assets/images/location/francisco-banner.webp) center center / cover no-repeat;
}

.loc-bg-12 {
    background: url(../../assets/images/location/austin-banner.webp) center center / cover no-repeat;
}

.loc-bg-13 {
    background: url(../../assets/images/location/chicago-banner.webp) center center / cover no-repeat;
}

.loc-bg-14 {
    background: url(../../assets/images/location/washington-banner.webp) center center / cover no-repeat;
}

.loc-bg-15 {
    background: url(../../assets/images/location/california-banner.webp) center center / cover no-repeat;
}

.loc-bg-16 {
    background: url(../../assets/images/location/indianapolis-banner.webp) center center / cover no-repeat;
}

.loc-bg-17 {
    background: url(../../assets/images/location/new-banner.webp) center center / cover no-repeat;
}

.loc-bg-18 {
    background: url(../../assets/images/location/texas-banner.webp) center center / cover no-repeat;
}

.loc-bg-19 {
    background: url(../../assets/images/location/florida-banner.webp) center center / cover no-repeat;
}

.loc-bg-20 {
    background: url(../../assets/images/location/nj-banner.webp) center center / cover no-repeat;
}

.loc-bg-21 {
    background: url(../../assets/images/location/app-dubai-bg.webp) center center / cover no-repeat;
}

.loc-bg-22 {
    background: url(../../assets/images/location/bah-ui-bg.webp) center center / cover no-repeat;
}

.loc-bg-23 {
    background: url(../../assets/images/location/qatar-banner.webp) center center / cover no-repeat;
}

.loc-bg-24 {
    background: url(../../assets/images/location/toro-bg.webp) center center / cover no-repeat;
}

.loc-bg-25 {
    background: url(../../assets/images/location/banner.webp) center center / cover no-repeat;
}

.loc-bg-26 {
    background: url(../../assets/images/location/uk-bg.webp) center center / cover no-repeat;
}

.innerLocation {
    padding: 100px 0;
}

.location-query {
    background-color: #303030;
    padding: 25px 50px;
    width: max-content;
    border-radius: 10px;
    margin: auto;
}

.location-query h4 {
    text-align: left;
    text-transform: uppercase;
    color: white;
}

.location-query input,
.location-query textarea {
    font-size: 16px;
    color: #303030;
    height: 50px;
    min-width: 350px;
    padding: 10px;
    border-radius: 5px;
    border: none;
}

.location-query textarea {
    min-width: 710px;
}

.location-query button {
    font-size: 18px;
    font-weight: 500;
    background-color: var(--blue);
    color: white;
    padding: 10px;
    min-width: 350px;
    height: 50px;
    border-radius: 5px;
    border: none;
}

.location-query ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.txt-grey {
    color: #898989;
}

.inner-plt-forms {
    background-color: #F6F6F6;
}

.award-content {
    background-color: white;
    max-width: 100%;
    height: 350px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
    border-radius: 5px;
    justify-content: center;
    gap: 15px;
    padding: 20px;
    position: relative;
    z-index: 999;
}

.award-content::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #f9ca4e;
    clip-path: polygon(40% 53%, 41% 53%, 40% 52%, 40% 53%);
    opacity: 0;
    transition: all .3s linear;
}

.award-content:hover::before {
    opacity: 1;
    transition: all .3s linear;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    border-radius: 5px;
    z-index: -1;
}

.process-list {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.process-list li {
    list-style: none;
    padding: 0 15px;
}

.process-list li p {
    font-size: 14px;
    line-height: 18px;
}

.process-list li span {
    font-size: 40px;
    font-weight: 900;
    background-color: var(--blue);
    color: white;
    padding: 13px 25px;
    border-radius: 5px;
    display: inline-block;
}

.process-list li h6 {
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 15px;
}

.app-cta a:hover,
.btn-wrap a:hover {
    background-color: #f9ca4e !important;
    color: black !important;
}

.after-process .btn-wrap a,
.app-cta a {
    font-size: 16px;
    font-weight: 400;
    padding: 13px 30px;
    border-radius: 40px;
    display: inline-block;
}

.after-process .btn-wrap a:nth-child(1) {
    background-color: black;
    color: white;
}

.after-process .btn-wrap a:nth-child(2),
.app-cta a {
    background-color: white;
    color: black;
}

.bg-transparent {
    background: transparent;
}

.after-process::before {
    position: absolute;
    content: 'APP';
    font-size: 300px;
    font-weight: 800;
    left: 35%;
    top: 0;
    z-index: -1;
    color: #1602DF;
    line-height: 300px;
}

.after-process {
    z-index: 999;
}

.process-box {
    border: 1px solid #80808073;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px 0 20px;
    max-width: 100%;
    text-align: center;
    gap: 15px;
    border-radius: 15px;
    position: relative;
    z-index: 999;
}

.process-box span {
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
}

.process-box:hover::before {
    transition: all .3s linear;
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}

.process-box:hover::after {
    color: black;
}

.process-box:hover {
    transform: translateY(-10px);
    transition: all .3s linear;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.process-box::after {
    position: absolute;
    font-size: 50px;
    font-weight: 900;
    top: -2%;
    right: 5%;
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1f0adc82;
}

.first::after {
    content: '01';
}

.second::after {
    content: '02';
}

.third::after {
    content: '03';
}

.fourth::after {
    content: '04';
}

.process-box:hover .arrow {
    filter: brightness(0) saturate(100%) invert(96%) sepia(1%) saturate(0%) hue-rotate(145deg) brightness(113%) contrast(100%);
}

.app-cta {
    background: url(../../assets/images/location/cta-bgs.webp) top right / cover no-repeat;
    position: relative;
    padding: 70px 0;
    margin-top: 70px;
}

.app-ui {
    position: absolute;
    top: -25%;
    left: 25%;
}

p {
    text-transform: lowercase;
}

p::first-letter {
    text-transform: uppercase;
}

.location-banner .mbnr-side-img img {
    margin-left: 10vw;
}

section.inner-banner.location-banner {
    background: url(../../assets/images/location/location-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    padding-bottom: 0;
}

.bg-cream {
    background-color: #F2E1DF;
}

.brs-img img {
    left: 0 !important;
    max-width: 500px ! IMPORTANT;
}

.brs__img {
    left: 0 !important;
}

.process-box p {
    height: 125px;
    overflow: auto;
    padding-right: 5px;
    font-size: 14px;
}

.process-box p::-webkit-scrollbar {
    width: 1px;
}

.process-box p::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.process-box p::-webkit-scrollbar-thumb {
    background-color: var(--blue);
    outline: 1px solid var(--blue);
}

.loc-box img {
    max-width: 25%;
}

p {
    text-transform: math-auto;
}


.plateform__slider-2 li,
.plateform__slider-1 li {

    border: 1px solid #80808087;

    height: 120px;

    width: 275px;

    display: flex !important;

    align-items: center;

    justify-content: center;

    filter: grayscale(1);

}

.plateform__slider-2 li:hover,
.plateform__slider-1 li:hover {

    filter: revert;

}

.hd-txt h1 {
    font-size: 3vw;
    line-height: 3.4vw;
    color: #000;
}


.accordion-wrap .accordion-button:focus,
.accordion-button:not(.collapsed) {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
    background-color: transparent;
}

.accordion-wrap button {
    font-size: 35px;
    font-weight: 400;
    padding: 25px 0;
    transition: all .2s linear;
}

.accordion-wrap .accordion-body {
    padding: 1rem 0rem;
}

.accordion-wrap button:hover {
    transform: translateX(15px);
    transition: all .2s linear;
}

.bg-process-graphic {
    background: url(../images/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
}

.tab-ui {
    max-width: 500px;
}

.ser__bx h3 {
    font-size: 22px;
    line-height: 25px;
}

.ser__bx {
    background-color: #f7f7f7;
    padding: 30px;
    min-height: 210px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.ser__bx p {
    padding-top: 15px;
}

.inner-plt-forms h4 {
    text-transform: capitalize;
}