

p {
    font-size: calc(14px + (23 - 14) * (100vw - 320px) / (1920 - 320));
    color: black;
    font-weight: 300;
    line-height: 1.6;
    margin: 0 0 20px 0
}

h1,
.hd1 {
    font-size: calc(25px + (62 - 25) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px 0
}

h3 {
    font-size: calc(25px + (44 - 25) * (100vw - 320px) / (1920 - 320));
    line-height: normal;
    color: #fff;
    margin: 0 0 20px 0
}

h4 {
    font-size: calc(20px + (36 - 20) * (100vw - 320px) / (1920 - 320));
    line-height: normal;
    color: #fff;
    margin: 0 0 20px 0
}

h5 {
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    line-height: normal;
    color: #fff;
    margin: 0 0 20px 0
}

h6 {
    font-size: calc(25px + (48 - 25) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 20px 0
}

.heading {
    text-align: center
}

.heading.sty1 h3 {
    text-align: left;
    color: #fff
}

.heading.sty1 p {
    text-align: left;
    color: #fff
}

.heading h3 {
    margin-bottom: 0;
    font-size: calc(25px + (52 - 25) * (100vw - 320px) / (1920 - 320));
    color: #fff
}

.heading p {
    margin-bottom: 0;
    font-size: calc(16px + (28 - 16) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    line-height: normal;
    font-weight: 400
}

.heading-web {
    position: relative;
    z-index: 1
}

.heading-web.before-bx::before {
    content: '';
    background: #0062F7;
    right: calc(100% + 20px);
    width: 100px;
    height: 100%;
    position: absolute
}

.heading-web h3 {
    font-size: calc(25px + (62 - 25) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    font-weight: 700;
    margin: 0 0 10px 0;
    letter-spacing: -0.02em
}

.heading-web .line-wrapper {
    position: relative
}

.heading-web .line-wrapper .line {
    height: 4px;
    background: #05AFFE;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -200%;
    right: calc(100% + 20px)
}

@media (max-width: 767px) {
    .heading-web .line {
        display: none
    }
}

.heading-web .le-02 {
    letter-spacing: -0.02em
}

span.primary {
    color: #0062F7
}

span.secondary {
    color: #05AFFE
}

.f-12 {
    font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1920 - 320))
}

.customs-sec .heading-web h3 {
    font-size: calc(24px + (55 - 24) * (100vw - 320px) / (1920 - 320))
}

.customs-sec .heading-web p {
    font-size: calc(14px + (21 - 14) * (100vw - 320px) / (1920 - 320))
}


html {
    font-family: "Archivo", sans-serif;
}


*,
*:after,
*:before {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    max-width: 100%
}

a {
    text-decoration: none !important
}

svg {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: none
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.js-tosvg {
    max-width: 100%;
    max-height: 100%
}

.js-tosvg polygon,
.js-tosvg path {
    -webkit-transition: fill .35s linear;
    transition: fill .35s linear
}

input::-ms-clear {
    display: none
}

.defaultOverlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.8)
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0
}

.overlay.gred {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 98, 247, 0)), to(#005BE5)), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45)));
    background: linear-gradient(180deg, rgba(0, 98, 247, 0) 0%, #005BE5 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45))
}

.overlay.ov-7 {
    background-color: rgba(0, 0, 0, 0.7)
}

.is--menu .defaultOverlay {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit
}

.container-fluid {
    padding: 0 3vw
}

@media (max-width: 991px) {
    .container-fluid {
        padding: 0 30px
    }
}

.bgc-iPrimary {
    background-color: #0062F7
}

.bgc-iSecondary {
    background-color: #05AFFE
}

.bgc-black {
    background-color: #000
}

.bgc-white {
    background-color: #fff
}

.bgc-Gray8 {
    background-color: #F1F5FF;
}



.cl-iPrimary {
    color: #0062F7
}

.cl-iSecondary {
    color: #05AFFE !important
}

.cl-white {
    color: #fff
}

.cl-black {
    color: #000
}

.stripe {
    padding: 50px 0;
    position: relative
}

.stripe-1 {
    padding-top: 50px;
    position: relative
}

.stripe-2 {
    padding-bottom: 50px;
    position: relative
}

.stripe-3 {
    padding: 80px 0;
    position: relative
}

@media (max-width: 991px) {
    .stripe-3 {
        padding: 50px 0
    }
}

.fflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.fflex.jc-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ht-100 {
    height: 100%
}

.minht-100 {
    height: 100%
}

.maxht-100 {
    height: 100%
}

.pl-10,
.plr-10 {
    padding-left: 10px
}

.pr-10,
.plr-10 {
    padding-right: 10px
}

.pt-20,
.ptb-20 {
    padding-top: 20px
}

.pb-10,
.ptb-10 {
    padding-bottom: 10px
}

.ml-10,
.mlr-10 {
    margin-left: 10px
}

.mr-10,
.mlr-10 {
    margin-right: 10px
}

.mt-20,
.mtb-20 {
    margin-top: 20px
}

.mb-10,
.mtb-10 {
    margin-bottom: 10px
}

.mb-20,
.mtb-20 {
    margin-bottom: 20px
}

.mb-30,
.mtb-30 {
    margin-bottom: 30px
}

.mb-40,
.mtb-40 {
    margin-bottom: 40px
}

.mb-50,
.mtb-50 {
    margin-bottom: 50px
}

.mb-60,
.mtb-60 {
    margin-bottom: 60px
}

.bg-detail {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.bg-fixed {
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.pointer-none {
    pointer-events: none
}

.abs-bg {
    position: absolute;
    left: 0;
    pointer-events: none;
    top: calc(10% - 3px);
    right: 20%;
    z-index: 0
}

.abs-bg img {
    opacity: 0.56
}

.abs-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    z-index: 1
}

@media (max-width: 767px) {
    .unlock-sec {
        padding: 80px 0
    }

    .unlock-sec .abs-bg {
        inset: 0
    }
}

.scroll-sec {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991px) {
    .scroll-sec {
        height: auto;
        padding: 50px 0
    }
}

.scroll-tabs {
    max-width: 415px;
    margin: 0 auto 30px;
    max-height: 180px;
    overflow-y: auto;
    scrollbar-width: auto !important;
    -ms-overflow-style: inherit !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important;
    pointer-events: none
}

.scroll-tabs li {
    font-size: calc(18px + (26 - 18) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    font-weight: 400;
    padding: 10px 20px
}

.scroll-tabs li.active {
    font-weight: 700;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(55.01%, #383838), to(#000));
    background: linear-gradient(180deg, #000 0%, #383838 55.01%, #000 100%);
    border: 1px solid #05AFFE;
    border-left: 0;
    border-right: 0
}

@media (max-width: 991px) {
    .scroll-tabs {
        display: none
    }
}

.scroll-content h3 {
    font-size: calc(22px + (62 - 22) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative
}

.scroll-content h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 95%;
    left: 0;
    background: #05ACFE
}

.scroll-content h3 span {
    color: #05AFFE
}

.scroll-content p {
    font-weight: 300
}

@media (max-width: 991px) {
    .scroll-content {
        padding-top: 50px
    }

    .scroll-content .resource-work-listing {
        padding: 0
    }

    .scroll-content .resource-work-listing li {
        padding-left: 25px
    }

    .scroll-content .resource-work-listing li i {
        width: 16px;
        height: 16px;
        font-size: 8px
    }
}

@media (max-width: 991px) {
    .scroll-content {
        padding-top: 30px
    }

    .scroll-content .resource-work-listing li i {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.scroll-wrap .scroll-img {
    padding-left: 30px;
    position: relative
}

.scroll-wrap .scroll-img .img-inner {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    max-width: 80%;
    margin-left: auto
}

.scroll-wrap .scroll-img .img-inner.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1
}

@media (max-width: 991px) {
    .scroll-wrap .scroll-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: absolute;
        left: 0;
        right: 0;
        top: 71%
    }

    .scroll-wrap .scroll-img .img-inner {
        max-width: 320px
    }
}

@media (max-width: 575px) {
    .scroll-wrap .scroll-img {
        top: 71%
    }

    .scroll-wrap .scroll-img .img-inner {
        max-width: 300px
    }
}

.our-work {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 100vh
}

.our-work .scroll-abs {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.19
}

.our-work .wrapper {
    max-width: 100% !important;
    padding: 0 30px
}

@media (max-width: 575px) {
    .our-work .wrapper {
        padding: 0 15px
    }
}

.our-work.mob-version {
    height: auto;
    padding: 80px 0 65px
}

.our-work.mob-version .scroll-content {
    margin-bottom: 20px;
    padding-top: 0
}

.our-work.mob-version .work-img-inner {
    position: relative;
    z-index: 2
}

.our-work.mob-version .work-inner {
    margin-bottom: 15px
}

@media (max-width: 575px) {
    .our-work.mob-version {
        padding: 40px 0 25px
    }
}

.slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.carousel__slider {
    position: relative;
    width: 100%;
    min-height: 440px
}

.carousel__item {
    width: 100%;
    position: absolute;
    top: 0%;
    opacity: 0
}

.p-abs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip-box-inner span {
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    display: block;
    font-weight: 700;
    color: #fff;
    line-height: 1.1
}

.flip-box-inner .gird-ic {
    margin-bottom: 10px
}

@media (max-width: 991px) {
    .flip-box-inner .gird-ic {
        max-width: 40px
    }

    .flip-box-inner .gird-ic img {
        width: 100%;
        height: 100%
    }
}

.flip-box:hover .flip-box-inner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.flip-box.flipped .flip-box-inner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.flip-box-front {
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px
}

@media (max-width: 991px) {
    .flip-box-front span {
        font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
        display: block;
        font-weight: 700;
        color: #fff;
        line-height: 1.1
    }

    .flip-box-front .gird-ic {
        margin-bottom: 10px
    }
}

@media (max-width: 991px) and (max-width: 991px) {
    .flip-box-front .gird-ic img {
        width: 100%;
        height: 100%
    }
}

.flip-box-back {
    color: white;
    background: #fff;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px
}

.flip-box-back span {
    color: #000
}

.grid-wrap {
    position: relative;
    z-index: 2
}

@media (min-width: 992px) {
    .grid-wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        border-radius: 36px;
        overflow: hidden;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.06)), to(rgba(255, 255, 255, 0.29)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.29) 100%);
        -webkit-backdrop-filter: blur(50px);
        backdrop-filter: blur(50px)
    }
}

@media (max-width: 1399px) and (min-width: 992px) {
    .grid-wrap {
        zoom: 77%
    }
}

.gird-sec {
    -webkit-clip-path: none !important;
    clip-path: none !important;
    opacity: 1 !important;
    position: relative;
    z-index: 2
}

@media (min-width: 992px) {
    .gird-sec {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 180px;
        gap: 0
    }
}

.gird-sec.sty1 {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 270px;
    background: -webkit-gradient(linear, left top, right top, color-stop(13.46%, rgba(212, 0, 205, 0.2)), color-stop(37.98%, rgba(148, 0, 237, 0.15)), color-stop(72.6%, rgba(96, 0, 217, 0.1)), to(rgba(116, 0, 207, 0.08)));
    background: linear-gradient(90deg, rgba(212, 0, 205, 0.2) 13.46%, rgba(148, 0, 237, 0.15) 37.98%, rgba(96, 0, 217, 0.1) 72.6%, rgba(116, 0, 207, 0.08) 100%)
}

.gird-sec.sty1 .flip-box-front {
    background: -webkit-gradient(linear, left top, right top, color-stop(13.46%, rgba(212, 0, 205, 0.2)), color-stop(37.98%, rgba(148, 0, 237, 0.15)), color-stop(72.6%, rgba(96, 0, 217, 0.1)), to(rgba(116, 0, 207, 0.08)));
    background: linear-gradient(90deg, rgba(212, 0, 205, 0.2) 13.46%, rgba(148, 0, 237, 0.15) 37.98%, rgba(96, 0, 217, 0.1) 72.6%, rgba(116, 0, 207, 0.08) 100%)
}

.gird-sec.sty1 .flip-box-front .gird-ic img {
    max-width: 80px
}

.gird-sec.sty1 .flip-box-back {
    background: -webkit-gradient(linear, left top, right top, color-stop(13.46%, rgba(212, 0, 205, 0.2)), color-stop(37.98%, rgba(148, 0, 237, 0.15)), color-stop(72.6%, rgba(96, 0, 217, 0.1)), to(rgba(116, 0, 207, 0.08)));
    background: linear-gradient(90deg, rgba(212, 0, 205, 0.2) 13.46%, rgba(148, 0, 237, 0.15) 37.98%, rgba(96, 0, 217, 0.1) 72.6%, rgba(116, 0, 207, 0.08) 100%)
}

.gird-sec.sty1 .flip-box-back span {
    color: #fff
}

.gird-sec .flip-box {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    outline: 1px solid #ffffff85
}

@media (max-width: 991px) {
    .gird-sec .flip-box {
        height: 140px;
        text-align: center
    }
}

.grid-mob {
    -webkit-clip-path: none !important;
    clip-path: none !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%
}

@media (min-width: 992px) {
    .grid-mob .slick-dots {
        display: none !important
    }
}

@media (max-width: 991px) {
    .grid-mob .gird-sec {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.06)), to(rgba(255, 255, 255, 0.29)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.29) 100%);
        -webkit-backdrop-filter: blur(50px);
        backdrop-filter: blur(50px);
        margin: 0 -5px;
        border-radius: 24px;
        position: relative
    }

    .grid-mob .gird-sec::before {
        content: '';
        position: absolute;
        background: #C2C2C2;
        height: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 1px
    }

    .grid-mob .gird-sec::after {
        content: '';
        position: absolute;
        background: #C2C2C2;
        height: 1px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%
    }

    .grid-mob .gird-sec .flip-box {
        outline: 0
    }

    .grid-mob .gird-sec .flip-box-back {
        padding: 15px
    }
}

@media (max-width: 991px) {
    .pdr-50 .slick-list {
        padding-right: 50px
    }
}

@media (max-width: 575px) {
    .pdr-50 .slick-list {
        padding-right: 30px
    }
}

.grid-pos {
    position: fixed !important;
    bottom: 80px;
    -webkit-clip-path: none !important;
    clip-path: none !important;
    display: none;
    zoom: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.grid-pos.sty1 {
    position: static !important;
    zoom: 100%;
    display: block;
    -webkit-transform: none !important;
    transform: none !important
}

@media (max-width: 1399px) {
    .grid-pos {
        bottom: 10px
    }
}

@media (max-width: 991px) {
    .op-blur .slick-slide {
        -webkit-filter: blur(5px);
        filter: blur(5px);
        opacity: 0.5
    }

    .op-blur .slick-slide.slick-current {
        -webkit-filter: none;
        filter: none;
        opacity: 1
    }
}

@media (max-width: 991px) {
    .md-block {
        display: block !important
    }
}

@media (max-width: 991px) {
    .md-none {
        display: none !important
    }
}

@media (min-width: 992px) {
    .lgg-none {
        display: none !important
    }
}

.iframe-wrap {
    opacity: 0;
    width: 100%;
    height: 100%
}

.iframe-wrap iframe {
    height: 500px;
    width: 100%
}

@media (max-width: 991px) {
    .iframe-wrap iframe {
        height: 300px
    }
}

@media (max-width: 767px) {
    .iframe-wrap {
        opacity: 1
    }
}

@media (max-width: 767px) {
    .js-platform-slide .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -20px
    }

    .js-platform-slide .slick-track .slick-slide {
        height: auto;
        margin: 0 20px
    }

    .js-platform-slide .slick-track .slick-slide .content-area {
        height: 100%
    }
}

@media (max-width: 575px) {
    .js-platform-slide .slick-track {
        margin: 0
    }

    .js-platform-slide .slick-track .slick-slide {
        margin: 0
    }
}

@media (max-width: 991px) {
    .pt-md-0 {
        padding-top: 0 !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }
}

.minht-100 {
    min-height: 100%
}

.minht-100vh {
    min-height: 100vh
}

.minht-400p {
    min-height: 400px
}

.lazy-containers {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease
}

.lazy-containers-loaded {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.form-group {
    margin-bottom: 20px
}

.textarea,
.form-control {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000;
    background-color: #fff;
    line-height: normal;
    font-weight: 400;
    width: 100%;
    padding: 12px 10px;
    border-radius: 4px;
    height: 40px;
    text-align: left;
    border: 1px solid transparent;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.textarea:-moz-placeholder,
.form-control:-moz-placeholder {
    color: #eee;
    opacity: 1
}

.textarea::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #eee;
    opacity: 1
}

.textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #eee;
    opacity: 1
}

.textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #eee;
    opacity: 1
}

.textarea.is--error,
.form-control.is--error {
    border-color: red
}

.textarea.error-field,
.form-control.error-field {
    border-color: red
}

.textarea[read-only],
.form-control[read-only] {
    color: #232323;
    background-color: #fff
}

.textarea.is--disabled,
.form-control.is--disabled {
    background-color: #fff;
    color: #eee
}

.textarea.is--focus,
.form-control.is--focus {
    background-color: #fff
}

.textarea.is--used,
.form-control.is--used {
    background-color: #fff
}

.textarea:focus,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.animateLable {
    position: relative
}

.animateLable .label {
    left: 10px;
    top: 50%;
    font-size: 11px;
    margin-bottom: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    position: absolute;
    font-weight: 400;
    margin-top: -8px
}

.animateLable .form-control {
    padding: 20px 10px 6px;
    font-size: 12px
}

.animateLable.is--focus .label,
.animateLable.is--used .label {
    top: 12px;
    font-size: 9px
}

.sameonwhatsapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.sameonwhatsapp .custom-checkbox {
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.sameonwhatsapp label {
    margin-bottom: 0
}

.iti,
select {
    width: 100%;
    font-size: 14px
}

.iti--allow-dropdown {
    color: #000 !important
}

.iti--allow-dropdown.iti--show-flags .iti__selected-dial-code {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight: 400
}

.iti__country-name,
.iti__dial-code {
    color: #000 !important
}

.iti__arrow {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 5px;
    pointer-events: auto
}

.iti__country-list {
    scrollbar-width: auto !important;
    -ms-overflow-style: inherit !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important
}

.iti__country-list::-webkit-scrollbar {
    width: 5px !important;
    display: block !important
}

.iti__country-list::-webkit-scrollbar-track {
    background: #919191
}

.iti__country-list::-webkit-scrollbar-thumb {
    background: #2F3C42;
    cursor: pointer
}

.textarea {
    height: 220px
}

.textarea.form-control {
    height: 220px
}

.label {
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    color: #000;
    position: relative;
    display: block;
    margin-bottom: 5px
}

.custom-checkbox {
    position: relative;
    width: 14px;
    height: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    vertical-align: middle
}

.custom-checkbox input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0
}

.custom-checkbox input:checked~.as-checkbox:after,
.custom-checkbox input [checked="checked"]~.as-checkbox:after {
    opacity: 1
}

.custom-checkbox label {
    font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320))
}

.custom-checkbox:hover {
    border-color: #eee
}

.custom-checkbox:focus {
    border-color: #232323
}

.custom-checkbox .as-checkbox {
    border: 1px solid #0062F7;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    position: absolute;
    text-align: center;
    background-color: #fff;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.custom-checkbox .as-checkbox:after {
    content: "\e91e";
    font-family: "xicons";
    font-size: 9px;
    font-weight: 700;
    opacity: 0
}

.custom-radio {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #fff9e9;
    border-radius: 50%;
    padding: 2px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.custom-radio input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0
}

.custom-radio input:checked~.as-radio,
.custom-radio input [checked="checked"]~.as-radio {
    background-color: #0062F7
}

.custom-radio:hover {
    border-color: #000
}

.custom-radio:focus {
    border-color: #000
}

.custom-radio .as-radio {
    width: 50%;
    height: 50%;
    border-radius: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: transparent
}

.search-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0
}

.search-box .form-control {
    padding-right: 40px
}

.search-box .btn {
    background-color: transparent;
    border-radius: 2px;
    height: 28px;
    width: 28px;
    text-align: center;
    border: 0;
    position: absolute;
    right: 1px;
    top: 1px;
    margin: 0;
    line-height: 0;
    padding: 0;
    color: #0062F7
}

.search-box .btn>i {
    padding: 0
}

.search-box .btn:hover {
    background-color: #eee
}

.btn {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    font-family: "Archivo", sans-serif;;
    font-weight: 700;
    padding: 7px 33px;
    border-radius: 4px;
    text-align: center
}

@media (max-width: 991px) {
    .btn {
        padding: 12px 20px
    }
}

.btn.btn-explore {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    border-radius: 0;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #69CEFF;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    gap: 0 10px
}

.btn.btn-explore i {
    color: #fff;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320))
}

.btn.btn-explore i.ic-5 {
    font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320))
}

.btn.btn-explore span {
    position: relative;
    top: 0
}

.btn.btn-explore span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #05AFFE;
    bottom: 0;
    left: 0;
    -webkit-transition: .35s all ease-in-out;
    transition: .35s all ease-in-out
}

.btn.btn-explore:not(:disabled):not(.disabled).active:focus,
.btn.btn-explore:not(:disabled):not(.disabled):active:focus,
.btn.btn-explore.focus,
.btn.btn-explore:focus {
    -webkit-box-shadow: 0 0 2px 0.2rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px 0.2rem rgba(0, 0, 0, 0.3)
}

.btn.btn-explore:not(:disabled):not(.disabled).active,
.btn.btn-explore:not(:disabled):not(.disabled):active,
.btn.btn-explore:hover,
.btn.btn-explore.focus,
.btn.btn-explore:focus {
    border-color: #05AFFE;
    color: #fff
}

.btn.btn-explore:not(:disabled):not(.disabled).active span:before,
.btn.btn-explore:not(:disabled):not(.disabled):active span:before,
.btn.btn-explore:hover span:before,
.btn.btn-explore.focus span:before,
.btn.btn-explore:focus span:before {
    width: 0%
}

@media (max-width: 575px) {
    .btn.btn-explore {
        padding: 16px 15px;
        gap: 0 5px
    }
}

.btn.btn-primary {
    background-color: #0062F7;
    border-color: #0062F7;
    color: #fff;
    border-radius: 57px;
    padding: 20px 15px;
    letter-spacing: 0.05em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px
}

.btn.btn-primary.sm {
    padding: 21px 25px
}

.btn.btn-primary i {
    color: #fff;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320))
}

.btn.btn-primary i.ic-5 {
    font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320))
}

.btn.btn-primary.xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
    padding: 27px 15px;
    position: relative;
    z-index: 1
}

@media (max-width: 991px) {
    .btn.btn-primary.xl {
        padding: 15px 20px;
        height: auto
    }
}

.btn.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn.btn-primary.focus,
.btn.btn-primary:focus {
    -webkit-box-shadow: 0 0 2px 0.2rem rgba(0, 98, 247, 0.3);
    box-shadow: 0 0 2px 0.2rem rgba(0, 98, 247, 0.3)
}

.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:hover,
.btn.btn-primary.focus,
.btn.btn-primary:focus {
    background-color: #05AFFE;
    border-color: #05AFFE;
    color: #fff
}

@media (max-width: 575px) {
    .btn.btn-primary {
        padding: 7px 15px;
        gap: 0 5px;
        height: auto
    }
}

.btn.btn-secondary {
    background-color: #000;
    border-color: #000
}

.btn.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn.btn-secondary.focus,
.btn.btn-secondary:focus {
    -webkit-box-shadow: 0 0 2px 0.2rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px 0.2rem rgba(0, 0, 0, 0.3)
}

.btn.btn-secondary:not(:disabled):not(.disabled).active,
.btn.btn-secondary:not(:disabled):not(.disabled):active,
.btn.btn-secondary:hover,
.btn.btn-secondary.focus,
.btn.btn-secondary:focus {
    background-color: #0062F7;
    border-color: #0062F7
}

.btn.btn-round {
    border-radius: 25px;
    background-color: transparent;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320))
}

.btn.btn-link {
    color: #0062F7;
    padding: 10px 0 0;
    font-weight: 400;
    font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
    position: relative;
    line-height: normal
}

.btn.btn-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #0062F7
}

.btn.btn-link:hover,
.btn.btn-link.focus,
.btn.btn-link:focus {
    text-decoration: none;
    color: red
}

.btn.btn-link.link-white {
    color: #fff
}

.btn.btn-link.link-white:hover,
.btn.btn-link.link-white.focus,
.btn.btn-link.link-white:focus {
    color: #0062F7
}

.btn.is-disabled,
.btn.disabled,
.btn:disabled,
.btn [disabled],
.btn [disabled="disabled"] {
    background-color: #eee;
    border-color: #eee;
    color: #fff;
    cursor: none
}

.btn.sm-pd {
    padding: 5px 10px
}

.btn.md-pd {
    padding: 5px 20px
}

.btn.xl-pd {
    padding: 11px 20px;
    font-size: calc(12px + (17 - 12) * (100vw - 320px) / (1920 - 320))
}

.btn.min-wd100 {
    min-width: 100px
}

.btn.wdper-100 {
    width: 100%
}

button:focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.form_message {
    display: none
}

.formStepsSec {
    height: 55px
}

.form-steps {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    height: 0
}

.form-steps.is--active {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: auto
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 45px;
    left: 50%;
    position: static;
    margin: 15px 0 0
}

.slick-dots li {
    height: 15px
}

.slick-dots li button {
    background: none;
    border: none;
    text-indent: 9999px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #373737;
    margin: 0 3px;
    opacity: 1;
    padding: 0
}

.slick-dots li.slick-active button {
    background-color: #05AFFE;
    opacity: 1;
    outline: none
}

.custom-pagination .slick-dots li {
    display: none
}

.custom-pagination .slick-dots li.slick-active {
    display: block
}

@media (max-width: 575px) {
    .slick-dots li {
        height: 8px
    }

    .slick-dots li button {
        width: 8px;
        height: 8px
    }
}

.flex-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 15px
}

.dotslick .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    left: auto;
    right: 0;
    bottom: auto;
    top: 50%;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.dotslick .slick-dots li {
    height: auto
}

.dotslick .slick-dots li button {
    width: 35px;
    height: 2px;
    margin: 0;
    border-radius: 0;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out
}

.dotslick .slick-dots li.slick-active button {
    background-color: #05AFFE;
    opacity: 1;
    outline: none;
    width: 50px;
    height: 3px
}

.sliderArrows button.slick-arrow {
    position: absolute;
    background-color: transparent;
    border: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    padding: 0;
    left: 0;
    margin: 0 75px;
    overflow: hidden;
    z-index: 2;
    opacity: 1
}

.sliderArrows button.slick-arrow img {
    width: 100%;
    height: 100%
}

.sliderArrows button.slick-arrow i {
    color: #fff9e9
}

.sliderArrows button.slick-arrow .tosvg path,
.sliderArrows button.slick-arrow .tosvg polygon {
    fill: #fff !important
}

.sliderArrows button.slick-arrow.slick-next {
    right: 0;
    left: auto
}

.sliderArrows button.slick-arrow.slick-next img,
.sliderArrows button.slick-arrow.slick-next .tosvg {
    width: 55px;
    height: 55px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sliderArrows button.slick-arrow.slick-disabled {
    opacity: .5;
    cursor: not-allowed
}

.sliderArrows button.slick-arrow.slick-disabled:hover .tosvg path,
.sliderArrows button.slick-arrow.slick-disabled:hover .tosvg polygon {
    fill: #fff !important
}

.sliderArrows button.slick-arrow:hover i {
    color: #0062F7
}

.sliderArrows.sty1 {
    position: absolute;
    right: -59px;
    bottom: auto;
    left: -27px;
    top: 50%
}

.sliderArrows.sty1 button.slick-arrow {
    width: 50px;
    height: 50px;
    padding: 0;
    left: inherit;
    margin: 0 10px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: transparent;
    right: 0
}

.sliderArrows.sty1 button.slick-arrow img {
    width: 100%;
    height: 100%
}

.sliderArrows.sty1 button.slick-arrow i {
    color: black;
    font-size: calc(25px + (45 - 25) * (100vw - 320px) / (1920 - 320));
    font-weight: 300
}

.sliderArrows.sty1 button.slick-arrow.slick-prev {
    left: 90px
}

.sliderArrows.sty1 button.slick-arrow.slick-prev i {
    display: inline-block;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.sliderArrows.sty1 button.slick-arrow.slick-next {
    right: 90px;
    left: auto
}

.sliderArrows.sty1 button.slick-arrow.slick-disabled {
    opacity: .5;
    cursor: not-allowed
}

.sliderArrows.sty1 button.slick-arrow.slick-disabled:hover .tosvg path,
.sliderArrows.sty1 button.slick-arrow.slick-disabled:hover .tosvg polygon {
    fill: #fff !important
}

.sliderArrows.sty1 button.slick-arrow:hover i {
    color: #0062F7
}

@media (max-width: 991px) {
    .sliderArrows.sty1 button {
        display: none
    }
}






.service-content {
    padding: 10px 0
}

.service-content h6 {
    color: #0062F7;
    font-size: calc(14px + (15 - 14) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 0 !important
}

.service-content p {
    color: #000;
    font-size: 13px !important;
    padding: 0
}

.main-wrapper {
    height: 100%;
    position: relative
}

@media (max-width: 991px) {
    .main-wrapper {
        height: auto
    }
}

.rightDiv {
    margin-left: auto;
    width: 66%;
    padding: 10px 0 0;
    position: relative;
    z-index: 2
}

.rightDiv a {
    margin: 30px 0 0;
    padding-left: 50px;
    padding-right: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rightDiv a img {
    margin-left: 10px
}

@media (max-width: 1600px) {
    .rightDiv a {
        margin: 10px 0 0;
        padding: 8px 33px
    }
}

@media (max-width: 1600px) {
    .rightDiv {
        width: 78%;
        padding: 0
    }
}

.partnerslide {
    bottom: 0;
    right: 0;
    border-top: 1px solid #0062F7;
    width: 50%;
    z-index: 2
}

.partnerslide h4 {
    font-size: calc(11px + (12 - 11) * (100vw - 320px) / (1920 - 320));
    color: #0062F7
}

.gradient-1 {
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(42%, #282828), color-stop(87%, #2f312c), color-stop(99%, #1e1e1e));
    background: linear-gradient(to bottom, #000 0%, #282828 42%, #2f312c 87%, #1e1e1e 99%)
}

.s-icon {
    margin: 0 0 0 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    padding: 0 10px
}

.s-icon li {
    padding: 0 0 5px
}

.s-icon i {
    font-size: calc(20px + (25 - 20) * (100vw - 320px) / (1920 - 320))
}

@media (max-width: 991px) {
    .s-icon {
        display: none
    }
}

.tie-alphabet {
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-bullets ul li {
    width: 12px;
    height: auto;
    margin: 16px 0
}

.page-bullets ul li a {
    width: 12px;
    height: 12px;
    display: block;
    background: #373737;
    border-radius: 10px;
    border: 1px solid #000;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.page-bullets ul li a.is--active {
    height: 32px;
    background: #0062F7
}

.page-bullets ul li.is--active>a {
    height: 32px;
    background: #0062F7
}

.page-bullets ul li:hover>a {
    background: #0062F7
}

@media (max-width: 1600px) {
    .page-bullets ul li {
        width: 10px
    }

    .page-bullets ul li a {
        width: 10px;
        height: 10px
    }

    .page-bullets ul li a.is--active {
        height: 28px
    }

    .page-bullets ul li.is--active>a {
        height: 28px
    }
}

.pagi-sec {
    width: 95px;
    height: calc(100% - 130px);
    position: fixed;
    z-index: 1;
    bottom: 0;
    right: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 991px) {
    .mob-logo img {
        width: 45%
    }
}

.drt-wrap {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    z-index: 1;
    right: calc(50% - 113px);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    top: 80px
}

@media (max-width: 1399px) {
    .drt-wrap {
        top: 70px
    }
}

@media (max-width: 991px) {
    .drt-wrap {
        position: fixed !important;
        top: 0;
        left: -100%;
        width: 280px;
        height: 100%;
        background-color: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 11;
        -webkit-transition: all .50s ease-in-out;
        transition: all .50s ease-in-out;
        -webkit-box-shadow: 0 10px 5px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 10px 5px 2px rgba(0, 0, 0, 0.2)
    }

    .drt-wrap ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .drt-wrap ul li {
        padding: 10px 0
    }

    .drt-wrap ul li a {
        font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320))
    }
}

.drt-wrap.is--open {
    left: 0
}

.tabs-sec .tabs-content>* {
    display: none
}

.tabs-sec .tabs-content>.is-active {
    display: block
}

.f-60 {
    font-size: calc(30px + (60 - 30) * (100vw - 320px) / (1920 - 320));
    line-height: 1.1;
    min-height: 1em
}

.img-100>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.img-100>video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.lg-none {
    display: block
}

@media (min-width: 992px) {
    .lg-none {
        display: none
    }
}

.platform-head.sty1 {
    width: 100%;
    padding: 20px 30px;
    background: #112540;
    border-radius: 12px
}

.platform-head.sty1 h3 {
    font-size: calc(24px + (60 - 24) * (100vw - 320px) / (1920 - 320));
    margin: 0 0 20px !important;
    font-weight: 300;
    color: #fff
}

.platform-head.sty1 h3 strong {
    color: #05AFFE
}

.platform-head.sty1 p {
    color: #fff
}

@media (max-width: 1366px) {
    .platform-head.sty1 {
        padding-top: 60px
    }
}

@media (max-width: 1024px) {
    .platform-head.sty1 {
        padding: 20px 10px
    }
}

@media (max-width: 767px) {
    .platform-head.sty1 {
        background: transparent;
        padding: 0 !important
    }

    .platform-head.sty1 .content-area {
        border-radius: 8px;
        padding: 20px 20px;
        background: #112540;
        margin-bottom: 20px
    }

    .platform-head.sty1 .content-area p {
        margin-bottom: 0 !important;
        font-size: calc(15px + (22 - 15) * (100vw - 320px) / (1920 - 320))
    }

    .platform-head.sty1 .content-area h3 {
        margin: 0 0 0 !important
    }
}

.platform-head .fs-60 {
    font-size: calc(25px + (60 - 25) * (100vw - 320px) / (1920 - 320));
    color: #fff
}

@media (min-width: 1366px) {
    .platform-head .fs-60 {
        margin-bottom: 20px !important;
        padding-top: 60px
    }
}

@media (min-width: 768px) {
    .platform-head .fs-60 {
        margin-bottom: 50px
    }
}

.pagination-cards {
    right: -40px !important;
    left: auto !important;
    top: 50% !important;
    bottom: auto !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    bottom: auto !important
}

@media (max-width: 991px) {
    .pagination-cards {
        right: -60px !important
    }
}

.pl-0 {
    padding-left: 0 !important
}

.dflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    position: relative;
    background: #010D1D;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.left-section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.image-container {
    position: relative;
    width: 100%;
    height: 100vh
}

.v-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate(30px);
    transform: translate(30px);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background: #112540;
    padding: 20px 30px;
    border-radius: 12px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform, opacity
}

.v-slide.active {
    opacity: 1;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important
}

.v-slide h2 {
    font-size: calc(25px + (62 - 25) * (100vw - 320px) / (1920 - 320));
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 25px
}

.v-slide h2 span {
    color: #05AFFE;
    font-weight: 600
}

.v-slide p {
    font-size: calc(16px + (28 - 16) * (100vw - 320px) / (1920 - 320));
    line-height: 1.4;
    font-weight: 300;
    color: #E0E0E0
}

.main-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease
}

.main-image.active {
    opacity: 1
}

.main-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.brand-logo {
    position: absolute;
    top: 50px;
    right: -50px;
    z-index: 10
}

.logo-icon {
    border-radius: 50%;
    position: relative
}

.right-section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 80px 60px;
    position: relative
}

.main-title h1 {
    font-size: 3.5rem;
    font-size: calc(22px + (60 - 22) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px
}

.main-title h1 span {
    color: #05AFFE
}

.subtitle {
    font-size: 1.1rem;
    color: #888;
    font-weight: 300
}

.slider-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.content-slides {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.main-title {
    margin-bottom: 30px;
    padding: 20px 30px
}

.blue-text {
    color: #00aaff;
    font-weight: 600
}

@media (max-width: 1024px) {
    .dflex {
        min-height: 90vh;
        padding: 60px 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .left-section {
        display: none
    }

    .right-section {
        padding: 0 30px;
        height: 50vh
    }

    .content-slides {
        width: 100%
    }

    .v-slide {
        width: 100%
    }

    .slider-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px;
        height: 100%
    }

    .main-title {
        padding: 0
    }

    .main-title h2 {
        margin-bottom: 0
    }

    .tab-navigation {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .tab-navigation::before {
        left: 0;
        right: 0;
        top: 25px;
        bottom: auto;
        width: auto;
        height: 2px
    }

    .progress-line {
        display: none
    }
}

.built-sec {
    position: relative;
    overflow: hidden
}

.built-sec .min-abs {
    min-height: 200vh;
    position: absolute;
    top: -50px;
    visibility: hidden;
    z-index: -2;
    pointer-events: none
}

.built-sec .heading {
    text-align: left;
    position: relative;
    z-index: 2
}

.built-sec .heading h3 {
    font-size: calc(22px + (65 - 22) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 20px
}

.built-sec .heading p {
    font-size: calc(18px + (28 - 18) * (100vw - 320px) / (1920 - 320))
}

.built-sec .abs-img {
    position: absolute;
    inset: 0;
    overflow: hidden
}

@media (max-width: 767px) {
    .built-sec {
        height: auto !important;
        padding: 50px 0 70px;
        min-height: 0 !important;
        display: none !important
    }

    .built-sec .ctaImage1 {
        min-height: 115vh !important
    }
}

@media (min-width: 768px) {
    .contentTrigger {
        opacity: 0
    }
}

.scale-sec {
    padding: 200px 0;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.scale-sec .bubbleCanvas {
    display: block;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.scale-sec .scale-abs {
    position: absolute;
    inset: 0
}

.scale-sec .heading-area {
    position: relative;
    text-align: left;
    z-index: 1
}

.scale-sec .heading-area h3 {
    font-size: calc(27px + (62 - 27) * (100vw - 320px) / (1920 - 320));
    color: #05AFFE;
    font-weight: 500;
    margin-bottom: 10px
}

.scale-sec .heading-area p {
    font-size: calc(20px + (49 - 20) * (100vw - 320px) / (1920 - 320));
    line-height: normal
}

.scale-sec .heading-area.sty1 p {
    font-size: calc(16px + (30 - 16) * (100vw - 320px) / (1920 - 320))
}

.scale-sec .logo-scale {
    position: absolute;
    top: -8%;
    left: 12%;
    max-width: 200px
}

@media (max-width: 991px) {
    .scale-sec .logo-scale {
        max-width: 80px
    }
}

@media (max-width: 767px) {
    .scale-sec .logo-scale {
        top: 0;
        display: none
    }
}

@media (max-width: 575px) {
    .scale-sec .logo-scale {
        max-width: 50px
    }
}

@media (max-width: 767px) {
    .scale-sec {
        height: auto;
        padding: 100px 0
    }
}

.scale-sec.sty1 .bubbleCanvas {
    pointer-events: none !important
}

@media (max-width: 991px) {
    .scale-sec.sty1 {
        height: auto !important;
        padding: 50px 0 70px !important
    }
}

@media (max-width: 767px) {
    .scale-sec.sty2 {
        height: 100vh;
        padding: 100px 0
    }
}

.scale-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 15px
}

.scrubHeading .first-head {
    font-size: calc(20px + (81 - 20) * (100vw - 320px) / (1920 - 320)) !important;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.02em;
    margin-bottom: 20px
}

.scrubHeading .para-head {
    font-size: calc(16px + (28 - 16) * (100vw - 320px) / (1920 - 320));
    letter-spacing: -0.02em
}

.cta-start-trigger {
    height: 1px;
    width: 100%
}

.anim-content h3 {
    color: #fff;
    font-weight: 300;
    font-size: calc(30px + (70 - 30) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0.02em;
    line-height: 1.15;
    margin-bottom: 0
}

.anim-content h3 strong {
    font-size: calc(33px + (79 - 33) * (100vw - 320px) / (1920 - 320));
    margin: 40px 0 0;
    display: block;
    line-height: .9
}

.anim-content h3 strong span {
    color: #05AFFE
}

.anim-content h3 strong.mb-bottom {
    margin: 0 0 40px
}

.anim-content.sty1 {
    text-align: center;
    top: -2%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

@media (max-width: 1399px) {
    .anim-content.sty1 {
        top: 10%
    }
}

@media (max-width: 991px) {
    .anim-content.sty1 {
        top: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
}

@media (max-width: 991px) {
    .anim-content h3 {
        max-width: 100% !important;
        width: 100%;
        padding: 0 15px !important;
        text-align: center
    }

    .anim-content h3 strong {
        margin: 20px 0 !important
    }
}

.bg-clip-area {
    position: fixed;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    display: none
}

.z-index-area {
    position: relative;
    z-index: 5
}

@media (max-width: 991px) {
    .z-index-area {
        display: none
    }
}

.left-load {
    opacity: 1
}

.shape-area {
    position: absolute;
    pointer-events: none
}

@media (max-width: 991px) {
    .shape-area {
        display: none
    }
}

.horizontal-wrapper {
    position: relative;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 100px 0 50px !important;
    overflow: hidden
}

.horizontal-wrapper .heading {
    margin-bottom: 30px
}

.horizontal-wrapper .horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.horizontal-wrapper .slide-spacing {
    margin: 0 2%;
    position: relative;
    overflow: hidden;
    display: block
}

.horizontal-wrapper .panel {
    width: 100%;
    position: relative
}

@media (min-width: 992px) {
    .horizontal-wrapper .panel {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.horizontal-wrapper .panel .slide-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
    overflow: hidden
}

.horizontal-wrapper .panel .slide-img img {
    width: 100%;
    height: 560px;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.horizontal-wrapper .panel .slide-img video {
    width: 100%;
    height: 560px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important
}

@media (max-width: 1399px) {
    .horizontal-wrapper .panel .slide-img video {
        height: 445px
    }
}

@media (max-width: 991px) {
    .horizontal-wrapper .panel .slide-img img {
        height: 300px
    }

    .horizontal-wrapper .panel .slide-img video {
        height: 300px
    }
}

.horizontal-wrapper .panel .module-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-writing-mode: sideways-lr;
    -ms-writing-mode: sideways-lr;
    writing-mode: sideways-lr;
    gap: 0 10px
}

.horizontal-wrapper .panel .module-num .line {
    background: #0067FE;
    width: 2px;
    background: #0067FE;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.horizontal-wrapper .panel .module-num span {
    font-size: calc(12px + (22 - 12) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    letter-spacing: -0.02em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.horizontal-wrapper .panel .module-num i {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    background: #0066FD;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-style: normal
}

.horizontal-wrapper .flex-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 40px;
    margin-top: 5px
}

.horizontal-wrapper .flex-panel h4 {
    font-size: calc(18px + (44 - 18) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 0;
    color: #fff;
    font-weight: 600
}

.horizontal-wrapper .flex-panel p {
    font-size: calc(14px + (28 - 14) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 0;
    text-align: right;
    color: #fff;
    font-weight: 600;
    line-height: 1.1
}

@media (max-width: 1399px) and (min-width: 992px) and (max-height: 780px) {
    .horizontal-wrapper .wrapper {
        zoom: 75%
    }
}

@media (max-width: 991px) {
    .horizontal-wrapper {
        padding: 50px 0 !important;
        height: auto
    }

    .horizontal-wrapper .panel .module-num {
        display: none
    }

    .horizontal-wrapper .panel .module-num i {
        width: 18px;
        height: 18px
    }

    .horizontal-wrapper .panel .flex-panel p br {
        display: none
    }

    .horizontal-wrapper .panel .flex-panel h4 {
        line-height: 1.2;
        font-weight: 500;
        font-size: calc(14px + (25 - 14) * (100vw - 320px) / (1920 - 320))
    }
}

@media (max-width: 575px) {
    .horizontal-wrapper .slide-img {
        height: 300px
    }
}

.slide-work {
    background: #112540;
    padding: 60px 50px;
    max-width: 615px;
    width: 100%;
    position: absolute;
    right: 40px;
    bottom: 20px;
    z-index: 2
}

.slide-work h3 {
    font-size: calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    font-weight: 600
}

.slide-work .slide-list li {
    font-size: calc(13px + (23 - 13) * (100vw - 320px) / (1920 - 320));
    font-weight: 300;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
    line-height: 1.2;
    position: relative;
    padding-left: 35px
}

.slide-work .slide-list li i {
    width: 24px;
    height: 24px;
    font-size: 12px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    background: #07BCFF;
    font-size: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: absolute;
    top: 3px;
    left: 0
}

.slide-work .slide-list li:last-child {
    margin-bottom: 0
}

@media (max-width: 1399px) {
    .slide-work {
        right: 0;
        bottom: 40px
    }

    .slide-work .slide-list li i {
        top: 4px
    }
}

@media (max-width: 991px) {
    .slide-work {
        bottom: 27px;
        padding: 20px 20px
    }

    .slide-work h3 {
        font-size: calc(14px + (26 - 14) * (100vw - 320px) / (1920 - 320))
    }

    .slide-work .slide-list li {
        font-size: calc(13px + (20 - 13) * (100vw - 320px) / (1920 - 320));
        margin-bottom: 10px;
        padding-left: 23px
    }

    .slide-work .slide-list li i {
        top: 1px;
        width: 17px;
        height: 17px;
        font-size: 9px
    }
}

@media (max-width: 575px) {
    .slide-work {
        zoom: 80%
    }

    .slide-work .slide-list li i {
        width: 16px;
        height: 16px;
        font-size: 10px
    }
}

@media (max-width: 991px) {

    .wrapper.custom,
    .container.custom {
        max-width: 100%;
        padding: 0 !important
    }
}

@media (max-width: 767px) {
    .md-pag-sec {
        width: 100%
    }

    .md-pag-sec .container {
        width: 100%
    }
}

.paginate-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0 15px
}

.tab-navigations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: static !important;
    gap: 30px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.tab-navigations::before {
    display: none;
    position: absolute;
    left: 25px;
    top: 5px;
    bottom: 5px;
    width: 2px;
    background: #333
}

@media (min-width: 1025px) {
    .tab-navigations {
        pointer-events: none
    }
}

@media (max-width: 1024px) {
    .tab-navigations {
        width: auto !important;
        padding: 0
    }
}

@media (max-width: 767px) {
    .tab-navigations {
        display: none
    }
}

.tab-navigations li {
    position: relative;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.tab-navigations li:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    top: 100%;
    width: 2px;
    background: gray
}

.tab-navigations li:last-child::before {
    display: none
}

.tab-navigations li.active span {
    background: #28bafd;
    border-color: #28bafd;
    color: white;
    -webkit-box-shadow: 0 0 20px rgba(40, 186, 253, 0.4);
    box-shadow: 0 0 20px rgba(40, 186, 253, 0.4)
}

.tab-navigations li.done::before {
    background: #05AFFE
}

.tab-navigations li.done span {
    background: #05AFFE;
    border-color: #05AFFE;
    color: white;
    -webkit-box-shadow: 0 0 20px rgba(5, 175, 254, 0.4);
    box-shadow: 0 0 20px rgba(5, 175, 254, 0.4)
}

.tab-navigations li:hover {
    border-color: #00aaff;
    color: white
}

.tab-navigations li span {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #333;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #010D1D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2
}

.abs-area {
    position: relative
}

.abs-area .bottom-ab {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0
}

.unlock-wrap {
    position: relative;
    margin-top: 60px
}

.unlock-wrap .unlock-1 {
    border-radius: 22px;
    outline: 20px solid #094667;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.unlock-wrap .unlock-inner {
    overflow: hidden;
    border-radius: 22px;
    outline: 20px solid rgba(9, 70, 103, 0.32);
    max-width: 460px;
    position: absolute;
    top: -36%;
    right: -34%;
    z-index: 1;
    height: 316px
}

.unlock-wrap .unlock-inner.sty1 {
    right: -12%
}

.unlock-wrap .single-ic {
    max-width: 551px;
    right: -17%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    bottom: 0
}

@media (max-width: 1280px) {
    .unlock-wrap .unlock-1 {
        margin: 0;
        max-width: 700px
    }

    .unlock-wrap .unlock-inner {
        top: 0;
        right: -22%
    }

    .unlock-wrap .single-ic {
        max-width: 377px;
        right: 6%;
        height: auto
    }
}

@media (max-width: 991px) {
    .unlock-wrap .unlock-1 {
        max-width: 500px
    }

    .unlock-wrap .unlock-inner {
        top: 0;
        right: -25%;
        max-width: 250px
    }

    .unlock-wrap .single-ic {
        display: none
    }
}

@media (max-width: 767px) {
    .unlock-wrap .unlock-inner {
        display: none
    }
}

.flex-unlock {
    margin-left: 10vw
}

.flex-unlock .wdt-6 {
    width: 60%
}

@media (max-width: 1280px) {
    .flex-unlock .wdt-6 {
        width: 100%
    }
}

@media (max-width: 991px) {
    .flex-unlock {
        margin-left: 0
    }
}

.marque-sec {
    padding: 80px 0
}

@media (max-width: 991px) {
    .marque-sec {
        padding: 50px 0 20px
    }
}

.move-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 12px
}

.marque {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 0 12px;
    -webkit-transform: none !important;
    transform: none !important
}

.marque img {
    max-width: 41px
}

.marque h4 {
    text-transform: uppercase;
    font-size: calc(20px + (48 - 20) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    font-weight: 400;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .marque img {
        max-width: 24px
    }
}

.move-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-animation: marquees 15s linear infinite;
    animation: marquees 15s linear infinite
}

.grp-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px
}

@-webkit-keyframes marquees {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes marquees {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.flex-grid {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    position: relative;
    z-index: 1;
    max-width: 1248px;
    margin: 0 auto
}

.flex-grid .flex-box {
    padding: 30px;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden
}

.flex-grid .flex-box p {
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320));
    font-weight: 500
}

.flex-grid .flex-box .box-ic {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    background: #373737;
    margin-bottom: 15px
}

.flex-grid .flex-box .box-ic img {
    max-width: 30px
}

.flex-grid .flex-box:before {
    content: '';
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(-11.84%, rgba(255, 255, 255, 0.06)), color-stop(88.16%, rgba(255, 255, 255, 0.09)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.06) -11.84%, rgba(255, 255, 255, 0.09) 88.16%);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px)
}

.flex-grid .flex-box .box-ic,
.flex-grid .flex-box p {
    position: relative;
    z-index: 1
}

.flex-grid .flex-box:not(:nth-child(3n)) {
    margin-right: -1px
}

.flex-grid .flex-box:not(:nth-last-child(-n+3)) {
    margin-bottom: -1px
}

.flex-grid .flex-box.top-left {
    border-radius: 16px 0 0 0
}

.flex-grid .flex-box.top-right {
    border-radius: 0 16px 0 0
}

.flex-grid .flex-box.bottom-left {
    border-radius: 0 0 0 16px
}

.flex-grid .flex-box.bottom-right {
    border-radius: 0 0 16px 0
}

.flex-grid .flex-box:hover {
    background: #0067FE;
    border: 1px solid #07BCFF;
    -webkit-box-shadow: 0px 8px 53.8px #07BCFF;
    box-shadow: 0px 8px 53.8px #07BCFF
}

.flex-grid .flex-box:hover .box-ic {
    background: #fff
}

.flex-grid .flex-box:hover .box-ic img {
    -webkit-filter: invert(1);
    filter: invert(1)
}

@media (max-width: 991px) {
    .flex-grid {
        max-width: 100%;
        display: block
    }

    .flex-grid .flex-box {
        border: 1px solid #fff !important;
        height: 100%;
        border-radius: 0 !important
    }

    .flex-grid .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0 15px;
        padding: 5px 0
    }

    .flex-grid .slick-track .slick-slide {
        height: auto
    }
}

.gen-sec .heading-web {
    padding: 0 50px;
    margin-bottom: 40px
}

.gen-sec .single-ic {
    position: absolute;
    pointer-events: none;
    bottom: 20px;
    opacity: 0.4;
    left: 70%
}

@media (max-width: 991px) {
    .gen-sec .heading-web {
        padding: 0 30px
    }
}

@media (max-width: 991px) {
    br {
        display: none
    }
}

.flex-work {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 60px;
    padding: 80px 0;
    position: relative
}

.flex-work .tabs-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 49%;
    position: relative;
    z-index: 2
}

.flex-work .abs-flow {
    position: absolute;
    max-width: 600px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    width: 100%
}

@media (max-width: 991px) {
    .flex-work {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 0 0
    }

    .flex-work .tabs-content {
        display: none
    }

    .flex-work .tabs-content.active {
        display: block
    }

    .flex-work .tabs-area {
        width: 100%;
        margin-bottom: 20px
    }

    .flex-work .tabs-box {
        width: 100%
    }

    .flex-work .abs-flow {
        display: none
    }
}

@media (max-width: 991px) {
    .work-sec {
        padding-bottom: 0
    }
}

.tabs-wrap {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.1)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
    border: 2px solid #05AFFE;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 20px
}

.tabs-wrap h4 {
    font-size: calc(22px + (42 - 22) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    margin-bottom: 10px
}

.tabs-wrap p {
    margin-bottom: 0;
    line-height: 1.4
}

.tabs-wrap .icon-area {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px
}

.tabs-wrap .icon-area img {
    max-width: 50px
}

.tabs-wrap.active {
    background: #05AFFE;
    border: 2px solid #05AFFE;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px)
}

.tabs-wrap.active .icon-area {
    background: #fff
}

.tabs-wrap.active .icon-area img {
    -webkit-filter: invert(1);
    filter: invert(1)
}

@media (max-width: 991px) {
    .tabs-wrap {
        padding: 20px
    }

    .tabs-wrap .icon-area {
        width: 40px;
        height: 40px
    }

    .tabs-wrap .icon-area img {
        max-width: 25px
    }
}

.tabs-box {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.tabs-box .tabs-img {
    height: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    position: absolute;
    left: 0;
    right: -58%
}

.tabs-box .tabs-img img {
    width: 100%;
    height: 100%
}

.tabs-box .tabs-img.active {
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media (max-width: 991px) {
    .tabs-box .tabs-img {
        -webkit-transform: scale(1);
        transform: scale(1);
        position: static;
        height: auto !important
    }
}

.testi-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.testi-flex .js-testi {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(55% - 15px)
}

@media (max-width: 991px) {
    .testi-flex .js-testi .slick-track {
        margin: 0 -15px
    }

    .testi-flex .js-testi .slick-track .slick-slide {
        margin: 0 15px
    }
}

.testi-flex .testi-left {
    background: #011637;
    padding: 40px 30px;
    position: relative;
    border-radius: 0 22px 0 0
}

.testi-flex .testi-left .testi-ic {
    position: absolute;
    pointer-events: none;
    opacity: 0.06;
    bottom: 0;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.testi-flex .testi-left p {
    font-size: calc(18px + (28 - 18) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    font-style: italic;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 30px
}

@media (max-width: 575px) {
    .testi-flex .testi-left {
        padding: 30px 20px
    }
}

.testi-flex .testi-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.testi-flex .testi-right .testi-img {
    overflow: hidden;
    border-radius: 22px 0 0 22px
}

@media (max-width: 991px) {
    .testi-flex .js-testi {
        width: 100%
    }

    .testi-flex .testi-right {
        display: none
    }
}

.client-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 15px;
    margin-top: 40px
}

.client-flex .client-img {
    width: 116px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    height: auto;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.client-flex .client-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.client-flex .client-content .star-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 5px;
    margin-bottom: 10px
}

.client-flex .client-content h4 {
    font-size: calc(19px + (30 - 19) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    background: #004ABC;
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 5px
}

.client-flex .client-content p {
    margin-bottom: 3px;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    font-style: italic;
    letter-spacing: -0.02em
}

.client-flex .client-content span {
    font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
    display: inline-block;
    line-height: 1.4
}

@media (max-width: 400px) {
    .client-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 20px
    }

    .client-flex .client-img {
        width: 70px;
        margin-bottom: 10px;
        border-radius: 8px
    }
}

.testi-wrap {
    position: relative
}

.counter-list {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.1)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
    border: 2px solid #05AFFE;
    -webkit-backdrop-filter: blur(16.5px);
    backdrop-filter: blur(16.5px);
    border-radius: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1328px;
    margin: 0 auto;
    padding: 40px 100px;
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
    right: 0
}

.counter-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.counter-list li h4 {
    font-size: calc(28px + (69 - 28) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    letter-spacing: -0.02em;
    position: relative;
    width: 142px;
    background: #011B41;
    border-radius: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 64px
}

.counter-list li p {
    margin-bottom: 0;
    font-size: calc(18px + (28 - 18) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    font-style: italic;
    letter-spacing: -0.02em
}

@media (max-width: 1399px) {
    .counter-list {
        padding: 20px 50px;
        margin: 20px auto;
        position: static
    }

    .counter-list li h4 {
        line-height: 1
    }
}

@media (max-width: 991px) {
    .counter-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .counter-list li {
        width: 50%;
        text-align: center;
        margin-bottom: 20px
    }

    .counter-list li h4 {
        margin: 0 auto 5px;
        padding: 0 10px 7px
    }

    .counter-list li:nth-child(3),
    .counter-list li:nth-child(4) {
        margin-bottom: 0
    }
}

@media (max-width: 991px) {
    .counter-list {
        padding: 20px
    }

    .counter-list li {
        width: 100%;
        margin-bottom: 30px !important
    }

    .counter-list li:last-child {
        margin-bottom: 0 !important
    }
}

.freq-wrap {
    position: relative;
    padding: 150px 0;
    margin-bottom: 50px
}

.freq-wrap .freq-img {
    position: absolute;
    padding: 0 30px;
    border-radius: 22px;
    overflow: hidden;
    pointer-events: none;
    inset: 0
}

.freq-wrap .freq-img img {
    border-radius: 22px
}

@media (max-width: 1199px) {
    .freq-wrap .freq-img {
        padding: 0;
        border-radius: 0
    }
}

@media (max-width: 991px) {
    .freq-wrap {
        padding: 60px 0
    }
}

.freq-flex h4 {
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #05AFFE;
    mix-blend-mode: plus-lighter;
    opacity: 0.73;
    font-weight: 400;
    font-size: calc(40px + (95 - 40) * (100vw - 320px) / (1920 - 320))
}

.accordion-wrapper {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.06)), to(rgba(255, 255, 255, 0.09)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.09) 100%);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    max-height: 529px;
    overflow-y: auto;
    position: relative;
    z-index: 2;
    scrollbar-width: auto !important;
    -ms-overflow-style: inherit !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch
}

.accordion-wrapper .accor-row {
    border-bottom: 1px solid #fff
}

.accordion-wrapper .accor-row .js-accor-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: calc(18px + (30 - 18) * (100vw - 320px) / (1920 - 320));
    letter-spacing: -0.02em;
    font-weight: 700;
    padding: 15px 20px
}

.accordion-wrapper .accor-row .accor-ic {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #05AFFE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.accordion-wrapper .accor-row .accor-ic i {
    color: #000;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.accordion-wrapper .accor-row.is-active .accor-ic i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.accordion-wrapper .accor-row:last-child {
    border: 0
}

.accordion-wrapper .accor-row .accor-content {
    display: none;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.28)), to(rgba(255, 255, 255, 0.25)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.25) 100%);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    padding: 20px 20px
}

.accordion-wrapper .accor-row .accor-content p {
    margin-bottom: 0;
    letter-spacing: -0.02em;
    font-weight: 300
}

.accordion-wrapper::-webkit-scrollbar {
    width: 21px !important;
    display: block !important
}

.accordion-wrapper::-webkit-scrollbar-track {
    background: black
}

.accordion-wrapper::-webkit-scrollbar-thumb {
    background: #2F3C42;
    cursor: pointer
}

@media (max-width: 991px) {
    .accordion-wrapper {
        max-height: 100%;
        overflow-y: visible
    }
}

.article-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 8vw
}

.article-flex h3 {
    font-size: calc(22px + (62 - 22) * (100vw - 320px) / (1920 - 320));
    font-weight: 700
}

@media (max-width: 991px) {
    .article-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.cl-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 50px
}

.cl-wrap .cl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px
}

.cl-wrap .cl-flex .cl-img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden
}

.cl-wrap p {
    margin-bottom: 0
}

.read-more {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 7px;
    border-bottom: 1px solid #0062F7;
    color: #0062F7;
    padding: 10px 7px 10px
}

.product-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%;
    z-index: 2;
    gap: 0 30px
}

.product-flex .product-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 10px);
    height: calc(100% - 20px);
    margin-bottom: 20px;
    border-radius: 16px;
    overflow: hidden
}

.product-flex .product-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 12px);
}

.product-flex .product-content h3 {
    font-size: calc(18px + (42 - 18) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    letter-spacing: -0.02em
}

.product-flex .product-content>p {
    font-weight: 300
}

.product-flex.sty1 {
    margin-bottom: 40px
}

.product-flex.sty1 .product-img {
    width: 144px;
    height: 141px;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 0
}

.product-flex.sty1 .product-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.product-flex.sty1 .product-content h3 {
    font-size: calc(16px + (25 - 16) * (100vw - 320px) / (1920 - 320))
}

.product-flex.sty1 .cl-wrap {
    gap: 0 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-flex.sty1 .cl-wrap .read-more {
    padding-top: 0
}

.product-flex.sty1 .cl-wrap .cl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px
}

.product-flex.sty1 .cl-wrap .cl-flex .cl-img {
    width: 36px;
    height: 36px
}

.product-flex.sty1 .cl-wrap p {
    font-size: calc(15px + (19 - 15) * (100vw - 320px) / (1920 - 320))
}

.product-flex.sty1 .inner-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 40px
}

.product-flex.sty2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.product-flex.sty2 .product-img {
    width: 100%
}

.product-flex.sty2 .product-content {
    width: 100%
}

@media (max-width: 1399px) {
    .product-flex {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .product-flex .product-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .product-flex .product-content h3 {
        font-size: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320))
    }

    .product-flex .product-img {
        width: 40%;
        height: auto;
        margin-bottom: 0
    }

    .product-flex.sty1 {
        gap: 0 15px
    }

    .product-flex.sty1 .product-img {
        width: 100px;
        height: auto;
        margin-bottom: 0
    }

    .product-flex.sty1 .product-content h3 {
        margin-bottom: 10px
    }

    .product-flex.sty1 .cl-wrap {
        margin-top: 0 !important
    }

    .product-flex.sty1 .inner-flex {
        gap: 0 20px
    }
}

@media (max-width: 1199px) {
    .product-flex.sty1 {
        margin-top: 30px
    }

    .product-flex.sty1 .cl-wrap {
        gap: 0 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width: 575px) {
    .product-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product-flex .product-img {
        width: 100% !important;
        margin-bottom: 20px !important
    }

    .product-flex .cl-wrap {
        margin-top: 0 !important;
        gap: 0 20px
    }

    .product-flex .cl-wrap .cl-flex .cl-img {
        width: 36px;
        height: 36px
    }

    .product-flex .read-more {
        margin-top: 0 !important
    }

    .product-flex.sty1 .cl-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 15px
    }
}

.how-wrap {
    position: relative
}

.how-wrap .how-img {
    position: relative;
    overflow: hidden;
    border-radius: 16px
}

.how-wrap .product-content {
    position: absolute;
    bottom: 40px;
    left: 25px;
    right: 25px;
    width: 60%
}

.how-wrap .product-content .cl-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 15px
}

@media (max-width: 1399px) {
    .how-wrap .product-content {
        width: auto
    }

    .how-wrap .product-content h3 {
        font-size: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320))
    }

    .how-wrap .product-content .read-more {
        margin-top: 5px !important
    }

    .how-wrap .cl-wrap {
        margin-top: 0 !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
}

@media (max-width: 1199px) {
    .how-wrap {
        margin-top: 20px
    }
}

@media (max-width: 575px) {
    .how-wrap .how-img {
        height: 300px
    }
}

.spread-wrap {
    margin-top: 30px;
    position: relative
}

.spread-wrap .spread-shade {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.06)), to(rgba(255, 255, 255, 0.09)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.09) 100%);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    width: 100%;
    height: 100%
}

.spread-wrap .srpead-abs {
    position: absolute;
    pointer-events: none;
    bottom: 0;
    right: 82%;
    left: -10%
}

@media (max-width: 1199px) {
    .spread-wrap .srpead-abs {
        display: none
    }
}

@media (max-width: 991px) {
    .testi-sec {
        padding-bottom: 20px
    }

    .testi-sec .heading-web {
        margin-bottom: 20px
    }
}

.flex-sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 30px;
    height: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 50px
}

.flex-sticky .stick-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 48%;
    position: relative;
    padding: 50px 30px 50px 0
}

.flex-sticky .stick-left::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -90px;
    left: -100%;
    background: #000a19;
    z-index: 0
}

.flex-sticky .stick-left p {
    font-size: calc(16px + (38 - 16) * (100vw - 320px) / (1920 - 320));
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.02em;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 1
}

.flex-sticky .stick-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 50px 0 50px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-sticky .stick-right:before {
    content: '';
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.06)), to(rgba(255, 255, 255, 0.09)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.09) 100%);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    inset: 0;
    right: -100%;
    left: -50px
}

@media (max-width: 991px) {
    .flex-sticky {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .flex-sticky .stick-left {
        width: 100%;
        padding: 50px 0
    }

    .flex-sticky .stick-right {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 50px 0
    }
}

.stick-list {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0
}

.stick-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    background: #121212;
    top: 100px;
    gap: 0 20px;
    overflow: hidden;
    border-radius: 20px 0 0 0
}

.stick-list li .stick-img {
    width: calc(80px + (150 - 80) * (100vw - 320px) / (1920 - 320));
    height: calc(80px + (150 - 80) * (100vw - 320px) / (1920 - 320));
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 20px 0 0 0
}

.stick-list li .stick-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.stick-list li .stick-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px
}

.stick-list li .stick-content h3 {
    font-size: calc(20px + (37 - 20) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.02em
}

.stick-list li .stick-content p {
    font-size: calc(15px + (25 - 15) * (100vw - 320px) / (1920 - 320));
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 0
}

@media (max-width: 380px) {
    .stick-list li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .stick-list li .stick-img {
        width: 100%;
        height: calc(100% - 15px);
        margin-bottom: 0
    }

    .stick-list li .stick-content {
        padding: 20px
    }

    .stick-list li .stick-content h3 {
        margin-bottom: 5px
    }
}

.heading-text h2 {
    font-size: calc(30px + (80 - 30) * (100vw - 320px) / (1920 - 320));
    font-weight: 600
}

@media (max-width: 767px) {
    .scrub-minus {
        padding-bottom: 0
    }
}

.header-content-inner.sty1 {
    padding-left: 5vw;
    position: relative;
    z-index: 1;
    margin-top: -100px
}

.header-content-inner.sty1 .h2 {
    font-size: calc(30px + (80 - 30) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-bottom: 40px !important
}

.header-content-inner.sty1 .para {
    font-size: calc(22px + (43 - 22) * (100vw - 320px) / (1920 - 320));
    font-weight: 300;
    letter-spacing: -0.02em
}

@media (max-width: 767px) {
    .header-content-inner.sty1 .h2 {
        margin-bottom: 20px !important
    }
}

.invert-logo {
    position: absolute;
    right: 50px;
    bottom: 20px;
    pointer-events: none
}

.value-img {
    position: absolute;
    top: 0;
    right: 70%;
    left: 0;
    height: 84%
}

.value-abs {
    position: absolute;
    opacity: 0.4;
    bottom: 10%;
    right: -30px;
    left: 82%
}

.value-box {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.1)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
    position: relative;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    -webkit-box-shadow: 0 2px 12px rgba(5, 175, 254, 0.6);
    box-shadow: 0 2px 12px rgba(5, 175, 254, 0.6);
    border-radius: 16px;
    padding: 40px 60px
}

.value-box::after,
.value-box::before {
    content: '';
    position: absolute;
    inset: 0;
    -webkit-transition: all 0.5s, border-radius 2s;
    transition: all 0.5s, border-radius 2s;
    border-radius: 16px
}

.value-box::after {
    border-right: 2px solid #05AFFE;
    border-left: 2px solid #05AFFE;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0)
}

.value-box::before {
    border-top: 2px solid #05AFFE;
    border-bottom: 2px solid #05AFFE;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

.value-box:hover::before,
.value-box:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.value-box.sty2::after,
.value-box.sty2::before {
    display: none
}

.value-box.sty2:hover {
    -webkit-box-shadow: 5px 5px 15px 15px rgba(7, 188, 255, 0.34);
    box-shadow: 5px 5px 15px 15px rgba(7, 188, 255, 0.34)
}

@media (max-width: 991px) {
    .value-box.sty2 {
        -webkit-box-shadow: 5px 5px 15px 15px rgba(7, 188, 255, 0.34);
        box-shadow: 5px 5px 15px 15px rgba(7, 188, 255, 0.34)
    }
}

.value-box.sty3::after,
.value-box.sty3::before {
    display: none
}

.value-box.sty4 {
    height: calc(100% - 20px)
}

.value-box .value-ic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #373737;
    width: calc(50px + (80 - 50) * (100vw - 320px) / (1920 - 320));
    height: calc(50px + (80 - 50) * (100vw - 320px) / (1920 - 320));
    border-radius: 8px;
    margin-bottom: 10px
}

.value-box h3 {
    font-size: calc(18px + (32 - 18) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 10px
}

.value-box p {
    letter-spacing: -0.02em;
    margin-bottom: 0;
    font-weight: 300
}

@media (max-width: 991px) {
    .order-md-m1 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .value-abs {
        display: none
    }

    .value-img {
        position: absolute;
        inset: 0;
        height: 100%
    }

    .value-img .overlay {
        display: block !important;
        background: rgba(0, 0, 0, 0.8)
    }

    .value-wrap .value-content {
        margin-bottom: 20px;
        padding: 0
    }

    .value-wrap .value-box {
        margin-bottom: 20px;
        border: 2px solid #05AFFE;
        padding: 25px
    }

    .value-wrap .value-box::before,
    .value-wrap .value-box::after {
        display: none
    }
}

.value-content {
    padding: 0 0 0 20px;
    position: relative;
    z-index: 2
}

.value-content p {
    letter-spacing: -0.02em;
    margin-bottom: 0;
    font-weight: 700
}

.value-content .hd1 {
    line-height: 1.1;
    margin-bottom: 10px;
    letter-spacing: -0.02em
}

@media (max-width: 480px) {
    .value-content {
        padding: 20px 0 0 !important
    }
}

.related-abs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.related-sec {
    padding: 130px 0 50px
}

.related-head {
    border-bottom: 2px solid #05AFFE;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.related-head h6 {
    font-size: calc(22px + (42 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: -0.02em;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1
}

@media (max-width: 991px) {
    .related-head {
        display: inline-block;
        margin: 30px 0 10px;
        padding-bottom: 10px
    }
}

.related-content {
    padding-right: 30px
}

@media (min-width: 1200px) {
    .related-content {
        margin-left: -40px
    }
}

.related-content h3 {
    letter-spacing: -0.02em;
    font-size: calc(25px + (42 - 25) * (100vw - 320px) / (1920 - 320))
}

.related-content p {
    letter-spacing: -0.02em;
    font-weight: 400
}

@media (max-width: 991px) {
    .related-content {
        padding-right: 0
    }
}

.tabbing-sections .heading-web h3 {
    font-size: calc(25px + (62 - 25) * (100vw - 320px) / (1920 - 320)) !important;
    color: black !important;
}

.tabbing-sections .product-flex {
    overflow: hidden;
    border-radius: 12px
}

.tabbing-sections .product-flex .product-content h3 {
    font-size: calc(18px + (36 - 18) * (100vw - 320px) / (1920 - 320)) !important;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 20px 0;
    color: black !important;
}

.tabbing-sections .js-blogSlider .slick-slide .overlay {
    pointer-events: none;
    display: none;
}

.tabbing-sections .js-blogSlider .slick-slide.slick-current .overlay {
    background: transparent !important
}

.tabbing-sections .js-blogSlider .product-flex .product-content {
    z-index: 0
}

.tabbing-sections .slider-banner-image h3 {
    font-size: calc(25px + (44 - 25) * (100vw - 320px) / (1920 - 320)) !important;
    color: #fff !important
}

.tabbing-sections .freq-wrap .freq-img {
    padding: 0
}

.resource-work-listing li {
    font-size: calc(15px + (23 - 15) * (100vw - 320px) / (1920 - 320));
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.2;
    position: relative;
    padding-left: 35px
}

.resource-work-listing li i {
    width: 20px;
    height: 20px;
    font-size: 11px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    background: #5EDD60;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: absolute;
    top: 3px;
    left: 0
}

.resource-work-listing li:last-child {
    margin-bottom: 0
}

@media (max-width: 1399px) {
    .resource-work-listing {
        right: 0;
        bottom: 40px
    }

    .resource-work-listing .slide-list li i {
        top: 4px
    }
}

@media (max-width: 991px) {
    .resource-work-listing {
        bottom: 27px;
        padding: 20px 20px
    }

    .resource-work-listing h3 {
        font-size: calc(14px + (26 - 14) * (100vw - 320px) / (1920 - 320))
    }

    .resource-work-listing .slide-list li {
        font-size: calc(13px + (20 - 13) * (100vw - 320px) / (1920 - 320));
        margin-bottom: 10px;
        padding-left: 23px
    }

    .resource-work-listing .slide-list li i {
        top: 1px;
        width: 17px;
        height: 17px;
        font-size: 9px
    }
}

@media (max-width: 575px) {
    .resource-work-listing {
        zoom: 80%
    }

    .resource-work-listing .slide-list li i {
        width: 16px;
        height: 16px;
        font-size: 10px
    }
}

.round-svg {
    top: 65px;
    right: 50px
}

@media (max-width: 1399px) {
    .round-svg {
        max-width: 110px
    }
}

.round-svg2 {
    left: 10%;
    top: 0
}

@media (max-width: 1399px) {
    .round-svg2 {
        max-width: 110px
    }
}

@media (max-width: 991px) {

    .round-svg2,
    .round-svg {
        display: none !important
    }
}

.tick-list {
    padding: 0;
    gap: 15px;
    -webkit-column-count: 2;
    column-count: 2
}

.tick-list li {
    font-size: calc(17px + (28 - 17) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-left: 30px
}

.tick-list li:after {
    position: absolute;
    content: "";
    background-image: url(/assets/img/icons/g-tick.webp);
    width: 24px;
    height: 24px;
    max-width: 24px;
    max-height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    top: 10px;
    left: 0
}

.unleashed-frame {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.unleashed-frame.sty1 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px
}

@media (max-width: 991px) and (min-width: 768px) {
    .md-pag-sec .container {
        padding: 0 !important
    }

    .md-pag-sec .platform-head .h5 {
        margin-bottom: 10px !important
    }

    .md-pag-sec .platform-head.sty1 h3 {
        margin-bottom: 0
    }
}

.mob-text .h3 {
    font-size: calc(30px + (70 - 30) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 30px;
    text-align: center
}

.mob-text .h3 span {
    color: #05AFFE
}

.track-flex {
    background: #1A1A1A;
    border-radius: 22px;
    padding: 40px 30px;
    gap: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.track-flex .track-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(33.33% - 30px)
}

.track-flex .track-box .track-ic {
    margin-bottom: 15px
}

.track-flex .track-box h3 {
    font-size: calc(20px + (42 - 20) * (100vw - 320px) / (1920 - 320));
    letter-spacing: -0.02em;
    font-weight: 700;
    margin-bottom: 10px
}

.track-flex .track-box p {
    margin-bottom: 0;
    letter-spacing: -0.02em
}

@media (max-width: 767px) {
    .track-flex .track-box {
        width: 100%
    }

    .track-flex .track-box .track-ic img {
        max-width: 60px
    }
}

.truly-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 20px
}

.truly-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(25% - 20px);
    height: 100%
}

@media (max-width: 991px) {
    .truly-list li {
        width: calc(50% - 20px)
    }
}

@media (max-width: 480px) {
    .truly-list li {
        width: 100%
    }
}

@media (max-width: 991px) {
    .truly-sec {
        padding-top: 0
    }
}

.truly-box {
    z-index: 2
}

.truly-box .truly-head {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.1)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
    border: 1px solid #05AFFE;
    -webkit-backdrop-filter: blur(16.5px);
    backdrop-filter: blur(16.5px);
    border-radius: 22px;
    -webkit-transition: 0.2 ease;
    transition: 0.2 ease;
    padding: 20px 40px;
    max-width: 95%;
    margin: 0 auto -100px;
    position: relative;
    z-index: 2
}

.truly-box .truly-head h3 {
    font-size: calc(14px + (42 - 14) * (100vw - 320px) / (1920 - 320));
    letter-spacing: -0.02em;
    margin-bottom: 0;
    line-height: 1.1;
    font-weight: 700
}

.truly-box .truly-img {
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    -webkit-transition: all 0.05s ease-in;
    transition: all 0.05s ease-in;
    height: 100%
}

.truly-box .truly-img::before {
    content: '';
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-73.24%, transparent), color-stop(72.45%, #000));
    background: linear-gradient(0deg, transparent -73.24%, #000 72.45%);
    -webkit-transform: scale(0);
    transform: scale(0)
}

.truly-box p {
    line-height: 1.3;
    position: absolute;
    z-index: 2;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: 30px;
    right: 30px;
    margin-bottom: 0
}

.truly-box:hover {
    z-index: 0
}

.truly-box:hover .truly-img {
    -webkit-box-shadow: 0px 10px 86.8px rgba(5, 175, 254, 0.9);
    box-shadow: 0px 10px 86.8px rgba(5, 175, 254, 0.9)
}

.truly-box:hover .truly-img::before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.truly-box:hover p {
    bottom: calc(50% - 30px);
    opacity: 1
}

@media (max-width: 1600px) {
    .truly-box .truly-head {
        padding: 20px
    }
}

@media (max-width: 1399px) and (min-width: 992px) {
    .truly-box {
        zoom: 80%
    }
}

@media (max-width: 991px) {
    .truly-box .truly-head {
        margin: 0 auto -50px
    }
}

@media (max-width: 480px) {
    .truly-box:hover p {
        bottom: 50%
    }
}

.home-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
}

@media (max-width: 991px) {
    .home-top {
        display: none
    }
}

.dev-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px 30px
}

.dev-flex .dev-head {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 27%;
    margin-top: 70px;
    position: relative;
    padding-bottom: 30px
}

.dev-flex .dev-head h3 {
    margin-bottom: 0;
    font-size: calc(25px + (62 - 25) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1
}

.dev-flex .dev-head::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 57%;
    height: 3px;
    background: #05AFFE
}

.dev-flex .dev-accord {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 767px) {
    .dev-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dev-flex .dev-head {
        width: 100%;
        margin: 0 0 20px
    }

    .dev-flex .dev-accord {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

.btn-rd {
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    letter-spacing: -0.05em;
    border-radius: 57px;
    border: 1px solid #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
    padding: 11px 27px
}

.btn-rd i {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.accordion-dev .accor-row.is-active .btn-rd i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.accordion-dev .accor-content {
    display: none;
    padding: 30px 40px
}

.accordion-dev .accor-head {
    background: #1A1A1A;
    padding: 25px 40px;
    display: block;
    border-bottom: 1px solid #5B5B5B
}

.accordion-dev .accor-head.top-radius {
    border-radius: 22px 22px 0 0
}

.accordion-dev .accor-head.bottom-radius {
    border-radius: 0 0 22px 22px
}

.dev-fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dev-fl .fl-left span {
    font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
    letter-spacing: -0.02em;
    display: block
}

.dev-fl .fl-left h3 {
    margin-bottom: 0;
    font-size: calc(25px + (46 - 25) * (100vw - 320px) / (1920 - 320));
    letter-spacing: -0.02em;
    font-weight: 700
}

.dev-wrap {
    max-width: 850px
}

.dev-wrap .wrap-inner p {
    margin: 10px 0;
    font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
    letter-spacing: -0.02em
}

.dev-wrap span {
    display: block;
    font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
    letter-spacing: -0.02em
}

.dev-wrap h6 {
    margin-left: 0;
    font-size: calc(25px + (46 - 25) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 0
}

.dev-wrap>p {
    font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 0
}

.dev-wrap>p a {
    font-size: calc(24px + (30 - 24) * (100vw - 320px) / (1920 - 320));
    color: #05AFFE
}

.solutions-content-box {
    background: #000;
    border: 1px solid #05AFFE;
    position: relative;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    border-radius: 16px;
    padding: 40px 60px
}

.solutions-content-box::after,
.solutions-content-box::before {
    content: '';
    position: absolute;
    inset: 0;
    -webkit-transition: all 0.5s, border-radius 2s;
    transition: all 0.5s, border-radius 2s;
    border-radius: 16px
}

.solutions-content-box::after {
    border-right: 2px solid #05AFFE;
    border-left: 2px solid #05AFFE;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0)
}

.solutions-content-box::before {
    border-top: 2px solid #05AFFE;
    border-bottom: 2px solid #05AFFE;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

.solutions-content-box:hover::before,
.solutions-content-box:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.solutions-content-box.sty2::after,
.solutions-content-box.sty2::before {
    display: none
}

.solutions-content-box.sty2:hover {
    -webkit-box-shadow: 5px 5px 15px 15px rgba(7, 188, 255, 0.34);
    box-shadow: 5px 5px 15px 15px rgba(7, 188, 255, 0.34)
}

@media (max-width: 991px) {
    .solutions-content-box.sty2 {
        -webkit-box-shadow: 5px 5px 15px 15px rgba(7, 188, 255, 0.34);
        box-shadow: 5px 5px 15px 15px rgba(7, 188, 255, 0.34)
    }
}

.solutions-content-box.sty3::after,
.solutions-content-box.sty3::before {
    display: none
}

.solutions-content-box.sty4 {
    height: calc(100% - 20px)
}

.solutions-content-box h3 {
    font-size: calc(26px + (49 - 26) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 10px;
    font-weight: 700
}

.solutions-content-box p {
    letter-spacing: -0.02em;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.4
}

.lg-mb-150 {
    margin-bottom: 150px
}

@media (max-width: 991.98px) {
    .lg-mb-150 {
        margin-bottom: 0
    }
}

.solutions-grid {
    margin: inherit;
    margin-left: auto;
    max-width: 1610px;
    border: 2px solid #05AFFE;
    border-right: 0;
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    border-radius: 16px 0 0 16px;
    padding: 35px 15px
}

.solutions-grid.industries-grid {
    grid-template-columns: repeat(4, 1fr)
}

@media (max-width: 991.98px) {
    .solutions-grid {
        max-width: 85%;
        margin: 0 auto !important;
        border-radius: 16px;
        border-right: 2px solid #05AFFE
    }
}

.solutions-grid .flex-box {
    border-color: transparent !important;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-transition: 0.35s all;
    transition: 0.35s all
}

.solutions-grid .flex-box:hover {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.solutions-grid .flex-box::before {
    display: none
}

.solutions-grid .flex-box .solution-grid-content p {
    margin: 0 0 10px 0;
    font-size: calc(18px + (27 - 18) * (100vw - 320px) / (1920 - 320));
    line-height: 1.1
}

.solutions-grid .flex-box .solution-grid-content span {
    font-weight: 300;
    padding: 10px 0;
    margin: 0 0 10px 0
}

.solutions-grid .flex-box .solution-grid-content a span {
    color: #69CEFF;
    text-decoration: underline;
    font-weight: 300;
    display: block;
    margin: 0
}

.form-sec {
    padding: 200px 0;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.shape {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.shape.border-bottom {
    width: 70%;
    height: 1px;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto
}

.shape.blur-slide {
    /* background: -webkit-gradient(linear, right top, left top, from(#101010), color-stop(60.48%, transparent)); */
    /* background: linear-gradient(270deg, #F1F5FF 0%, transparent 78.48%); */
    top: 0;
    right: 0;
    height: 100%;
    width: 150px;
    z-index: 1;
    background: linear-gradient(270deg, #F1F5FF -16.49%, rgba(241, 245, 255, 0) 43.98%);
}

.shape.slide-bottom-txt {
    bottom: 0;
    left: 40px;
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 40px;
    bottom: -100%;
    -webkit-transition: .35s all ease-out;
    transition: .35s all ease-out
}

.shape.slide-bottom-txt h3 {
    margin-bottom: 0
}

.shape.slide-bottom-txt h3:first-child {
    position: relative;
    display: inline-block
}

.shape.slide-bottom-txt h3:first-child::before {
    content: "";
    position: absolute;
    left: -100px;
    top: 0px;
    width: 140%;
    height: 100%;
    background-color: #000;
    opacity: .7;
    z-index: -1
}

.shape.play-btn {
    width: 110px;
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.shape.play-btn i {
    font-size: calc(25px + (60 - 25) * (100vw - 320px) / (1920 - 320))
}

.shape.blur-top {
    max-width: 24%;
    background: -webkit-gradient(linear, right top, left top, from(#101010), color-stop(60.48%, transparent));
    background: linear-gradient(270deg, #101010 0%, transparent 60.48%);
    width: 100%;
    height: 275px;
    top: 0;
    right: 0;
    z-index: 1;
    display: none;
}

.shape.blur-bottom {
    max-width: 24%;
    background: -webkit-gradient(linear, right top, left top, from(#101010), color-stop(60.48%, transparent));
    background: linear-gradient(270deg, #101010 0%, transparent 60.48%);
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: 1
}

.shape.megamenu-shape {
    left: 67%;
    bottom: 0;
    z-index: 1
}

.shape.mega-bg {
    z-index: 1
}

.zoom-area.sty1 {
    z-index: 2
}

@media (max-width: 1600px) {
    .zoom-area {
        zoom: 85%
    }
}

@media (max-width: 991px) {
    .zoom-area.sty1 {
        padding-top: 50px
    }
}

.login-right {
    z-index: 1;
    top: 0;
    left: 70%;
    border-radius: 0px 0px 0px 200px;
    overflow: hidden
}

.login-heading h6 {
    font-size: calc(16px + (32 - 16) * (100vw - 320px) / (1920 - 320))
}

.login-heading .login-icon {
    margin-bottom: 35px
}

@media (max-width: 1600px) {
    .login-heading .login-icon {
        margin-bottom: 20px
    }
}

.login-icon {
    width: 80px;
    height: 80px;
    background-color: #373737;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fields-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px
}

.fields-area .form-control {
    background: rgba(0, 98, 247, 0.12);
    border: 1px solid #fff !important;
    border-radius: 10px;
    width: 52px;
    height: 52px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: calc(16px + (25 - 16) * (100vw - 320px) / (1920 - 320))
}

.fields-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px
}

.fields-area .form-control {
    background: rgba(0, 98, 247, 0.12);
    border: 1px solid #fff !important;
    border-radius: 10px;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-size: calc(16px + (25 - 16) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    outline: none;
    padding: 0
}

@media (max-width: 480px) {
    .fields-area .form-control {
        width: 40px;
        height: 40px
    }
}

.verified-title {
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    z-index: 1
}

.verified-title a {
    position: relative
}

.verified-title a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    right: 0;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out
}

.verified-title a:hover:before {
    width: 10%
}

.verified-title.sty1 {
    margin-top: 30px
}

.form-btn {
    margin-top: 50px;
    max-width: 90%
}

@media (max-width: 480px) {
    .form-btn {
        max-width: 100%
    }
}

.erp-area {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1199px) {
    .erp-area {
        left: 60%
    }
}

@media (max-width: 991px) {
    .erp-area {
        display: none
    }
}

.erp-bottom {
    background: linear-gradient(350.24deg, #006EFF 29.64%, #0032F3 93.84%);
    border-radius: 0px 0px 159.375px 0px;
    position: relative;
    z-index: 1;
    max-width: 385px;
    padding-top: 155px;
    margin-top: -100px
}

@media (max-width: 1600px) {
    .erp-bottom {
        padding-top: 175px;
        margin-top: -120px;
        zoom: 80%
    }
}

@media (max-width: 1199px) {
    .erp-bottom {
        max-width: 345px
    }
}

@media (max-width: 1024px) {
    .erp-bottom {
        padding-top: 145px
    }
}

.erp-img {
    position: absolute;
    top: 0;
    width: 110%;
    left: -20px
}

@media (max-width: 1024px) {
    .erp-img {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 90%
    }
}

.erp-bx {
    padding: 50px 35px 40px 35px
}

.erp-bx h4 {
    font-size: calc(16px + (36 - 16) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    line-height: 1.2
}

@media (max-width: 1600px) {
    .erp-bx {
        padding: 30px 65px 30px 35px
    }
}

@media (max-width: 1400px) {
    .erp-bx {
        padding: 30px 85px 30px 35px
    }
}

@media (max-width: 1199px) {
    .erp-bx {
        padding: 10px 65px 30px 35px
    }
}

@media (max-width: 1024px) {
    .erp-bx {
        padding: 10px 85px 30px 35px
    }
}

.login-check {
    background-color: #222;
    position: relative;
    z-index: 1;
    padding: 10px;
    border-left: 6px solid #05ACFE
}

.login-check span {
    font-size: calc(15px + (29 - 15) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    display: block;
    line-height: 1.2
}

.login-fields .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 13px
}

@media (max-width: 991px) {
    .login-fields.sty1 .form-group {
        margin-bottom: 0
    }
}

.login-fields .label {
    color: #fff;
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    margin-bottom: 6px
}

.login-fields select.form-control {
    background: #fff;
    background-size: 16px;
    padding-right: 40px;
    cursor: pointer;
    color: #000 !important;
    font-style: italic
}

.login-fields select.form-control option {
    color: #000
}

.login-fields select.form-control option[disabled] {
    color: #989898 !important
}

.fields-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.fields-section .form-group {
    position: relative
}

@media (max-width: 991px) {
    .fields-section {
        grid-template-columns: repeat(1, 1fr)
    }
}

.message {
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    color: red;
    position: absolute;
    top: 100%;
    font-weight: 600;
    margin-bottom: 0
}

.message.sty1 {
    margin: 10px 0 0
}

.message.success {
    color: green
}

@media (max-width: 991px) {
    .message.sty2 {
        top: calc(100% + 6px)
    }
}

.js-forgot {
    margin-top: 10px
}

.form-input {
    position: relative
}

.form-input i {
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #05AFFE;
    font-size: calc(18px + (20 - 18) * (100vw - 320px) / (1920 - 320))
}

.form-input .form-control {
    background: #fff;
    border: 1px solid #fff !important;
    border-radius: 10px;
    width: 100%;
    height: 48px;
    padding-left: 40px;
    color: #000;
    outline: none;
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320))
}

.form-input .form-control::-webkit-input-placeholder {
    color: #000;
    font-style: italic;
    font-weight: 300
}

.form-input .form-control:-ms-input-placeholder {
    color: #000;
    font-style: italic;
    font-weight: 300
}

.form-input .form-control::-ms-input-placeholder {
    color: #000;
    font-style: italic;
    font-weight: 300
}

.form-input .form-control::placeholder {
    color: #000;
    font-style: italic;
    font-weight: 300
}

.form-input .form-control:focus {
    border-color: #0062F7 !important
}

.company-link {
    margin-top: 5px
}

.company-link a {
    font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320))
}

.company-link a:hover {
    text-decoration: underline !important
}

.form-width-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form-width-sec .form-group {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3
}

.form-width-sec .half-width {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6;
    position: relative
}

.form-width-sec .half-width .domain-link {
    position: absolute;
    top: calc(100% + 5px);
    right: 0
}

.form-width-sec .half-width .domain-link a {
    font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320))
}

.form-width-sec .half-width .domain-link a:hover {
    text-decoration: underline !important
}

@media (max-width: 991px) {
    .form-width-sec .half-width {
        margin-top: 20px
    }
}

@media (max-width: 767px) {
    .form-width-sec {
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form-width-sec .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.resource-inner {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.1)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    border-radius: 16px;
    width: clamp(320px, 56vw, 1078px);
    margin: 0 auto;
    padding: 60px clamp(1rem, 8vw, 160px)
}

.heading-area {
    position: relative
}

.heading-area h1 {
    font-size: calc(25px + (49 - 25) * (100vw - 320px) / (1920 - 320))
}

.blog-area {
    padding: 45px 0px
}

.blog-headings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog-headings .heading-web {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6
}

.blog-headings .blog-rightTitle {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6
}

.blog-headings.sty1 {
    padding-bottom: 60px;
    padding-left: 50px
}

@media (max-width: 1400px) {
    .blog-headings .blog-rightTitle {
        -webkit-box-flex: 8;
        -ms-flex: 8;
        flex: 8
    }
}

@media (max-width: 1400px) and (max-width: 1199px) {
    .blog-headings .blog-rightTitle {
        -webkit-box-flex: 10;
        -ms-flex: 10;
        flex: 10
    }

    .blog-headings .blog-rightTitle p {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width: 1400px) and (max-width: 1199px) and (max-width: 991px) {
    .blog-headings {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blog-headings .blog-line {
        display: none
    }
}

@media (max-width: 991px) {
    .blog-headings.sty1 {
        padding-bottom: 20px;
        padding-left: 20px
    }
}

.blog-rightTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 30px
}

.blog-rightTitle p {
    position: relative
}

.blog-rightTitle .blog-line {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.blog-rightTitle p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 69%;
    flex: 0 0 69%;
    max-width: 69%;
    line-height: 1.2;
}

.blog-line {
    position: relative
}

.blog-line:before {
    content: "";
    position: absolute;
    min-width: 100%;
    background-color: black;
    height: 1px
}

.blur-SlideSec {
    padding-left: 50px
}

.blur-SlideSec .slick-list {
    padding: 0 890px 0 0;
}

.blur-SlideSec.sty1 .slick-list {
    padding: 0 400px 0 0
}

@media (max-width: 1600px) {
    .blur-SlideSec .slick-list {
        padding: 0 40rem 0 0
    }

    .blur-SlideSec.sty1 .slick-list {
        padding: 0 20rem 0 0
    }
}

@media (max-width: 1400px) {
    .blur-SlideSec .slick-list {
        padding: 0 38rem 0 0
    }
}

@media (max-width: 1200px) {
    .blur-SlideSec .slick-list {
        padding: 0 28rem 0 0
    }

    .blur-SlideSec.sty1 .slick-list {
        padding: 0 12rem 0 0
    }
}

@media (max-width: 991px) {
    .blur-SlideSec {
        padding-left: 10px
    }

    .blur-SlideSec .slick-list {
        padding: 0
    }

    .blur-SlideSec.sty1 .slick-list {
        padding: 0
    }
}

.banner-slider {
    padding: 0 50px
}

.banner-slider .slider-for {
    max-width: 76%;
    padding-right: 35px;
    width: 100%;
    float: left
}

.banner-slider .slider-nav {
    max-width: 24%;
    width: 100%;
    float: left;
    height: auto;
    overflow-y: scroll
}

.banner-slider .slider-nav .slick-list {
    height: 660px !important
}

.banner-slider .slider-nav .slick-slide {
    margin: 10px 0
}

.banner-slider .slider-nav .slick-slide.thumbnail-image .thumbImg {
    height: 256px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 16px;
    overflow: hidden
}

.banner-slider .slider-nav .slick-slide.thumbnail-image .thumbImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.banner-slider .slider-nav .slick-slide.thumbnail-image span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px
}

.banner-slider .slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 2px solid #196DB6
}

.banner-slider .slider-nav .slick-slide.slick-current.thumbnail-image span {
    color: #196DB6
}

.banner-slider .slider-banner-image {
    height: 660px;
    border-radius: 16px 0px 0px 16px;
    overflow: hidden
}

.banner-slider .slider-banner-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.banner-slider .slider-banner-image.slick-active .slide-bottom-txt {
    height: 100%;
    bottom: 0
}

@media (max-width: 991px) {
    .banner-slider .slider-for {
        max-width: 100%;
        padding-right: 0
    }
}

.vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto
}

@media screen and (max-width: 991px) {

    .banner-slider .slider-for,
    .banner-slider .slider-nav {
        max-width: 100%;
        float: none
    }

    .banner-slider .slider-for {
        padding-right: 0
    }

    .banner-slider .slider-nav {
        height: auto
    }

    .banner-slider .slider-banner-image {
        height: 500px
    }

    .banner-slider .slider-nav.thumb-image {
        padding: 10px 30px 0;
        display: none
    }

    .banner-slider .slider-nav.thumb-image .slick-slide span {
        padding: 5px 0
    }

    .vehicle-detail-banner .car-slider-desc {
        max-width: 340px
    }

    .slider.slider-nav.thumb-image {
        white-space: nowrap
    }

    .slider.slider-nav.thumb-image .thumbnail-image.slick-slide {
        padding: 0 5px;
        min-width: 75px;
        display: inline-block;
        float: none
    }
}

@media (max-width: 767px) {
    .slider-banner-image {
        height: 400px
    }

    .slider.slider-nav.thumb-image {
        padding: 0 20px 0;
        margin: 10px 0 0
    }

    .slider.slider-nav.thumb-image .slick-slide.thumbnail-image .thumbImg {
        max-width: 140px;
        height: 80px
    }

    .slider.slider-nav.thumb-image .slick-slide span {
        font-size: 12px;
        white-space: normal
    }
}

@media (max-width: 580px) {
    .slider-banner-image {
        height: 340px
    }
}

@media (max-width: 480px) {
    .slider-banner-image {
        height: 280px
    }
}

.resource-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.horizontal-tabs .tabs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.horizontal-tabs .tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #DEDEDE;
}

.horizontal-tabs .tabs-nav .tab-item {
    padding: 15px;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
    color: #404040;
    font-weight: 500;
    text-align: center
}

.horizontal-tabs .tabs-nav .tab-item:hover {
    color: #0062F7;
}

.horizontal-tabs .tabs-nav .tab-item.active {
    color: #0062F7;
    /* background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(160.83%, #383838)); */
    /* background: linear-gradient(180deg, #000 0%, #383838 160.83%); */
    border-bottom: 2px solid #0062F7;
    background: linear-gradient(180deg, #FFFFFF 71.12%, #0062F7 192.83%);
}

.horizontal-tabs .tabs-nav::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #196DB6;
    -webkit-transition: left 0.3s, width 0.3s;
    transition: left 0.3s, width 0.3s
}

.horizontal-tabs .tabs-nav .active-marker {
    display: none
}

.horizontal-tabs .tabs-content {
    margin-top: 20px;
    position: relative
}

.horizontal-tabs .tabs-content .tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.horizontal-tabs .tabs-content .tab-panel.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.horizontal-tabs .tabs-content .tab-panel img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px
}

.horizontal-tabs .tabs-content .tab-panel h3 {
    font-size: 18px;
    color: #333
}

@media (max-width: 1600px) {
    .horizontal-tabs .tabs-nav .tab-item {
        font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320))
    }
}

@media (max-width: 1024px) {
    .horizontal-tabs .tabs-nav {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none
    }

    .horizontal-tabs .tabs-nav::-webkit-scrollbar {
        display: none
    }

    .horizontal-tabs .tabs-nav .tab-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 12px 18px
    }
}

.tab-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.01%, #006EFF), to(#0032F3));
    background: linear-gradient(90deg, #006EFF 0.01%, #0032F3 100%);
    border-radius: 0px 0px 0px 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 100px 20px 20px
}

.tab-area.sty1 {
    margin-top: 70px
}

@media (max-width: 991px) {
    .tab-area {
        margin-top: 40px
    }

    .tab-area.sty1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px
    }
}

@media (max-width: 575px) {
    .tab-area {
        margin-top: 10px
    }
}

.tab-left {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6
}

.tab-left h5 {
    font-size: calc(16px + (44 - 16) * (100vw - 320px) / (1920 - 320))
}

.tab-left.sty1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 575px) {
    .tab-left.sty1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.tab-right {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4
}
.tab-right p{
    color: white;
}

.tab-img {
    width: 130px;
    height: 130px;
    position: relative;
    margin-top: -50px
}

@media (max-width: 575px) {
    .tab-img {
        margin: 0 auto
    }
}

.nav-bar {
    width: 250px;
    background: #1a1f3a;
    padding: 40px 20px;
    position: fixed;
    height: 100vh
}

.nav-bar ul {
    list-style: none
}

.nav-bar ul li {
    padding: 15px 20px;
    margin: 10px 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: blue
}

.nav-bar ul li:hover {
    background: rgba(255, 255, 255, 0.1)
}

.nav-bar ul li.active {
    background: rgba(7, 186, 255, 0.2);
    border-left: 4px solid #07BAFF
}

.nav-bar ul li h3 {
    font-size: 16px;
    font-weight: 500
}

.main-section {
    margin-left: 250px;
    width: calc(100% - 250px);
    height: 100vh;
    overflow-y: scroll;
    scroll-behavior: smooth
}

.d-section {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 48px;
    font-weight: bold;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1)
}

.d-section:nth-child(1) {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%)
}

.d-section:nth-child(2) {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%)
}

.d-section:nth-child(3) {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%)
}

.d-section:nth-child(4) {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%)
}

.d-section:nth-child(5) {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%)
}

.main-section::-webkit-scrollbar {
    width: 10px
}

.main-section::-webkit-scrollbar-track {
    background: #1a1f3a
}

.main-section::-webkit-scrollbar-thumb {
    background: #07BAFF;
    border-radius: 5px
}

.guide-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 50px
}

.guide-area .guide-left {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6
}

.guide-area .guide-right {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6
}

@media (max-width: 991px) {
    .guide-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 20px
    }
}

.guide-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.guide-right:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0
}

.guide-right li {
    margin: 25px 0;
    width: 100%;
}

.guide-right li:first-child {
    margin-top: 0
}

.guide-right li:last-child {
    margin-bottom: 0
}

.guide-bx {
    padding: 20px 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(55.01%, #383838), to(#000));
    background: white;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 2px solid #CFCFCF;
}

.guide-bx:hover:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 90%;
    background-color: #05AFFE;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    -webkit-transition: .25s all ease;
    transition: .25s all ease
}

@media (max-width: 1199px) {
    .guide-bx {
        padding: 20px 30px 20px 40px
    }
}

@media (max-width: 575px) {
    .guide-bx {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.guide-num {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #0062F7;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    /* border: 4px solid #010D1D; */
    font-size: calc(14px + (30 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    position: absolute;
    left: -20px;
    color: white;
}

.guide-txt {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 8;
}

.guide-txt h6 {
    font-size: calc(15px + (23 - 15) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    color: black;
    margin-bottom: 0;
    line-height: 1.6
}

.guide-btn {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 3;
    margin-left: auto;
    text-align: end
}

@media (max-width: 575px) {
    .guide-btn {
        margin-top: 10px
    }
}

.otp-single-box {
    position: relative;
    max-width: 400px;
    z-index: 5
}

.otp-single-box .otp-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    height: 50px;
    opacity: 0;
    z-index: 2;
    caret-color: transparent;
    font-size: 2rem
}

.otp-single-box .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 15px
}

.otp-single-box .boxes span {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    position: relative;
    background: rgba(0, 98, 247, 0.12);
    border: 1px solid #fff !important;
    border-radius: 10px;
    width: 52px;
    height: 52px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: calc(16px + (25 - 16) * (100vw - 320px) / (1920 - 320))
}

.otp-single-box .boxes span.active {
    border-color: #007bff
}

.otp-single-box .boxes span.cursor::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 60%;
    background: #007bff;
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: blink 1s infinite;
    animation: blink 1s infinite
}

@media (max-width: 575px) {
    .otp-single-box .boxes {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .otp-single-box .boxes span {
        width: 40px;
        height: 40px
    }
}

@-webkit-keyframes blink {

    0%,
    50%,
    100% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes blink {

    0%,
    50%,
    100% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.login-fields .form-control.error-fields {
    border-color: red !important
}

.change-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 15px;
    margin-top: 20px;
    position: relative;
    z-index: 5
}

@media (max-width: 767px) {
    .change-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .change-flex .message {
        top: calc(100% + 10px)
    }
}

.get-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 5;
    gap: 0 10px;
    width: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden
}

.get-info .close {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: red;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.get-info .close span {
    top: -2px;
    position: relative
}

.get-info .changeemail {
    background: transparent;
    border: 1px solid #fff;
    height: 40px;
    padding: 10px 20px;
    width: 100%;
    border-radius: 8px;
    max-width: 260px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #fff !important
}

.get-info .iti__selected-dial-code {
    color: #fff !important
}

.get-info .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 40px;
    border-radius: 8px
}

.get-info.is-active {
    width: 50%;
    overflow: visible
}

@media (max-width: 767px) {
    .get-info {
        width: 100% !important;
        display: none
    }

    .get-info.is-active {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: visible
    }
}

@media (max-width: 480px) {
    .get-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px
    }

    .get-info .changeemail {
        width: calc(100% - 30px);
        max-width: 100%
    }

    .get-info .btn {
        width: 100%
    }
}

.page-loader {
    position: fixed;
    inset: 0;
    background: rgba(1, 13, 29, 0.95);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99999
}

.page-loader .loader-spinner {
    width: 60px;
    height: 60px;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-top-color: #0067FE;
    border-radius: 50%;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
    position: relative
}

.page-loader .loader-spinner::after {
    content: '';
    position: absolute;
    inset: -4px;
    border: 4px solid transparent;
    border-top-color: #07BCFF;
    border-radius: 50%;
    -webkit-animation: spin 1.2s linear infinite reverse;
    animation: spin 1.2s linear infinite reverse
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.divider {
    text-align: center;
    font-size: calc(18px + (20 - 18) * (100vw - 320px) / (1920 - 320))
}

.login-screen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh
}

.login-screen .login-description {
    width: 50%;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

.login-screen .login-description .login-content {
    max-width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.login-screen .login-description .login-content h2 {
    font-size: calc(26px + (52 - 26) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    margin-bottom: 15px
}

.login-screen .login-description .login-content h2 span {
    color: #07BCFF
}

.login-screen .login-description .login-content p {
    line-height: normal
}

.login-screen .login-credentials {
    width: 50%;
    background: -webkit-gradient(linear, right top, left top, color-stop(0.01%, #006EFF), to(#0032F3));
    background: linear-gradient(270deg, #006EFF 0.01%, #0032F3 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.login-screen .login-credentials::before {
    content: "";
    position: absolute;
    width: 298px;
    height: 335px;
    background: url("../img/mix/sync-login-frame.png") no-repeat;
    bottom: 0;
    left: -8%;
    z-index: 0;
    pointer-events: none
}

.login-form-fields {
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding: 110px 0 0
}

.login-form-fields h1 {
    font-size: calc(26px + (52 - 26) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    margin-bottom: 15px
}

.login-form-fields .form-control {
    background: transparent;
    color: #fff
}

.login-form-fields .form-control::-webkit-input-placeholder {
    color: #fff
}

.login-form-fields .form-control:-ms-input-placeholder {
    color: #fff
}

.login-form-fields .form-control::-ms-input-placeholder {
    color: #fff
}

.login-form-fields .form-control::placeholder {
    color: #fff
}

.login-form-fields label {
    font-size: calc(17px + (21 - 17) * (100vw - 320px) / (1920 - 320))
}

.login-form-fields .login-btn {
    background-color: #000
}

.check-group label,
.check-group a {
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320))
}

.login-screen-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    position: relative
}

@media (max-width: 991.98px) {
    .lg-hidden {
        display: none !important
    }

    .login-screen .login-description {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        padding-bottom: 25px
    }

    .login-screen {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .login-screen .login-credentials {
        width: 100%
    }

    .login-screen {
        height: auto
    }

    .login-screen-footer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 25px 0 0 0
    }
}

.banner {
    padding: 100px 0;
    position: relative;
    height: 100vh
}

.banner .banner-abs {
    position: absolute;
    inset: 0;
    height: 100vh
}

.banner-content {
    position: relative;
    z-index: 2
}

.banner-content h1 {
    font-size: calc(33px + (62 - 33) * (100vw - 320px) / (1920 - 320))
}

.banner-content .banner-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.banner-content .btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -16vw;
    gap: 20px 30px
}

.banner-content .btn-list .btn {
    padding: 21px 25px
}

.banner-content .btn-list.sty1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.banner-content strong {
    font-weight: 700
}

.banner .bg-wrap {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    bottom: 0;
    right: -100%;
    left: 30px
}

.banner .bg-wrap .img-wrap {
    position: relative
}

.banner .bg-wrap .img-1 {
    max-width: 429px;
    border-radius: 17px;
    position: relative;
    margin: 0 -50px 60px 0;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25))
}

.banner .bg-wrap .img-1 img {
    border-radius: 17px
}

.banner .bg-wrap .img-1::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50.14%, transparent), to(#000));
    background: linear-gradient(180deg, transparent 50.14%, #000 100%)
}

.banner .bg-wrap .img-2 {
    max-width: 840px;
    border-radius: 17px;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    position: relative
}

.banner .bg-wrap .img-2 img {
    border-radius: 17px
}

.banner .bg-wrap .img-2::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50.14%, transparent), to(#000));
    background: linear-gradient(180deg, transparent 50.14%, #000 100%)
}

.banner .bg-wrap .img-3 {
    max-width: 151px;
    position: absolute;
    z-index: 2;
    bottom: 43px;
    right: -43px;
    border-radius: 19px;
    -webkit-box-shadow: 3px 20px 34.3px #91DBFF;
    box-shadow: 3px 20px 34.3px #91DBFF
}

@media (max-width: 1399px) and (max-height: 700px) and (min-width: 1200px) {
    .banner .bg-wrap {
        zoom: 75%;
        left: 0
    }
}

@media (max-width: 1399px) {
    .banner .bg-wrap {
        bottom: -50px
    }

    .banner-content h1 {
        font-size: calc(33px + (48 - 33) * (100vw - 320px) / (1920 - 320))
    }
}

@media (max-width: 1199px) {
    .banner {
        height: auto;
        padding: 150px 0 50px
    }

    .banner .bg-wrap {
        position: static;
        margin-top: 20px
    }

    .banner .banner-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .banner .banner-flex .btn-list {
        margin: 0 0 20px
    }
}

@media (max-width: 991px) {
    .banner .bg-wrap .img-3 {
        max-width: 80px;
        bottom: 0;
        right: 0
    }
}

@media (max-width: 575px) {
    .banner .btn-list {
        gap: 0 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px 0
    }

    .banner .btn-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .banner .btn-list .btn {
        padding: 16px 15px;
        width: 100%
    }
}

.banner.inner {
    overflow: hidden;
    height: 100vh
}

.banner.inner .banner-content {
    text-align: center
}

.banner.inner .banner-content .btn-list {
    margin: 0 !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1199px) {
    .banner.inner {
        padding: 0
    }
}

.banner.inner-md {
    height: 653px
}

.banner.inner-md .banner-wrap {
    margin-top: 100px
}

.banner.inner-md .banner-content .fl-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 15px;
    margin-bottom: 20px
}

.banner.inner-md .banner-content span {
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320));
    font-weight: 400
}

.banner.inner-md .banner-content .sp-line {
    max-width: 52px;
    width: 100%;
    height: 3px;
    background: #05AFFE
}

.banner.inner-md .banner-content h1 {
    font-size: calc(25px + (54 - 25) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 0
}

.banner.inner-md .emp-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px 15px;
    margin: 40px 0
}

.banner.inner-md .emp-list li {
    border: 1px solid #919191;
    border-radius: 4px;
    padding: 3px 30px;
    font-size: calc(16px + (23 - 16) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    letter-spacing: -0.02em
}

.banner.inner-md .banner-img {
    position: relative;
    z-index: 1
}

.banner.inner-md .date-area {
    margin-bottom: 30px
}

.banner.inner-md .date-area h5 {
    font-size: calc(14px + (22 - 14) * (100vw - 320px) / (1920 - 320));
    letter-spacing: -0.02em;
    font-weight: 400;
    margin-bottom: 0
}

@media (max-width: 1199px) {
    .banner.inner-md {
        height: auto;
        padding: 100px 0 60px
    }

    .banner.inner-md .banner-wrap {
        margin-top: 0
    }

    .banner.inner-md .emp-list {
        margin: 20px 0
    }

    .banner.inner-md .emp-list li {
        padding: 3px 15px
    }
}

@media (max-width: 991px) {
    .banner.inner-md .emp-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.banner.career {
    height: 764px
}

.banner.career .banner-content {
    position: relative
}

.banner.career .banner-content::before {
    content: '';
    position: absolute;
    background: #0062F7;
    height: 80%;
    top: 0;
    width: 100%;
    right: calc(100% + 40px)
}

.banner.career .banner-content h1 {
    font-size: calc(25px + (62 - 25) * (100vw - 320px) / (1920 - 320));
    letter-spacing: -0.02em
}

.banner.career .banner-content p {
    font-size: calc(16px + (23 - 16) * (100vw - 320px) / (1920 - 320));
    letter-spacing: -0.02em;
    margin-bottom: 0;
    font-weight: 700
}

@media (max-width: 991px) {
    .banner.career {
        padding: 170px 0 100px;
        height: auto
    }

    .banner.career .banner-content::before {
        height: 100%
    }
}

@media (min-width: 768px) {
    .grid-width {
        width: 94%;
        margin-left: auto
    }
}

.abs-logos {
    position: absolute;
    bottom: -20%;
    left: -74px;
    max-width: 173px;
    pointer-events: none
}

.pr-0 {
    padding-right: 0 !important
}

.bg-gred {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(26.09%, #000A19), color-stop(86.97%, rgba(0, 10, 25, 0)));
    background: linear-gradient(360deg, #000A19 26.09%, rgba(0, 10, 25, 0) 86.97%);
    position: absolute;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    max-height: 350px
}

@media (max-width: 767px) {
    .bg-gred {
        top: 0;
        min-height: 100%;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(47.09%, #000a19), color-stop(86.97%, rgba(0, 10, 25, 0)));
        background: linear-gradient(360deg, #000a19 47.09%, rgba(0, 10, 25, 0) 86.97%)
    }
}

@media (min-width: 768px) {
    .min-block {
        display: none
    }
}

.post-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    pointer-events: none
}

.ban-btn {
    position: relative;
    z-index: 2;
    pointer-events: auto
}

.pos-img {
    position: absolute;
    pointer-events: none;
    z-index: 1
}

.pos-img::before {
    content: '';
    position: absolute;
    -webkit-box-shadow: 3px 35px 40.1px rgba(145, 219, 255, 0.34);
    box-shadow: 3px 35px 40.1px rgba(145, 219, 255, 0.34);
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    border-radius: 19px
}

.pos-img.bpos-1 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 7%
}

.pos-img.bpos-2 {
    bottom: 10%;
    left: 17%
}

.pos-img.bpos-3 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 7%
}

.pos-img.bpos-4 {
    bottom: 12%;
    right: 17%
}

@media (max-width: 1600px) {
    .pos-img.bpos-1 {
        left: 4%;
        max-width: 100px
    }

    .pos-img.bpos-2 {
        left: 10%;
        max-width: 80px
    }

    .pos-img.bpos-3 {
        right: 5%;
        max-width: 80px
    }

    .pos-img.bpos-4 {
        right: 7%;
        max-width: 100px
    }
}

@media (max-width: 991px) {
    .pos-img.bpos-1 {
        max-width: 60px;
        top: 18%
    }

    .pos-img.bpos-2 {
        max-width: 60px
    }

    .pos-img.bpos-3 {
        max-width: 60px;
        top: 19%
    }

    .pos-img.bpos-4 {
        max-width: 60px
    }
}

.banner-home {
    height: 100vh;
    padding: 100px 0;
    position: relative
}

.banner-home .banner-content {
    position: relative;
    z-index: 2
}

.banner-home .home-abs-bg {
    position: absolute;
    pointer-events: none;
    left: 67%;
    right: 0;
    bottom: 0
}

@media (max-width: 575px) {
    .banner-home .home-abs-bg {
        left: 53%
    }
}

@media (max-width: 380px) {
    .banner-home .home-abs-bg {
        left: 42%
    }
}

.banner-home .h1 {
    font-size: calc(30px + (92 - 30) * (100vw - 320px) / (1920 - 320))
}

.dropdown-wrapper {
    position: relative;
    height: 100%;
    width: 100%
}

.megamenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #000;
    padding: 20px 60px 0px;
    gap: 40px;
    overflow: hidden;
    height: auto;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: 100%
}

.megamenu .tabs-sec {
    z-index: 2;
    position: relative;
    height: 100%
}

.megamenu .mega-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 35px;
    cursor: pointer;
    background: none;
    border: none;
    color: #fff
}

.megamenu .mega-close:hover {
    color: #05AFFE
}

.megamenu .mega-left {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.megamenu .mega-right {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 40px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    z-index: 2
}

.megamenu .mega-right:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    background-color: #fff;
    bottom: 0;
    left: 0
}

.megamenu .mega-right .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.megamenu .mega-right .tabs a {
    font-size: calc(20px + (60 - 20) * (100vw - 320px) / (1920 - 320));
    font-weight: 300;
    color: #fff;
    background: transparent;
    cursor: pointer
}

.megamenu .mega-right .tabs a.is-active {
    color: #05AFFE
}

.megamenu .tab-panel {
    display: none
}

.megamenu .tab-panel.is-active {
    display: block;
    -webkit-animation: fadeIn 0.4s ease;
    animation: fadeIn 0.4s ease
}

li.open .megamenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    pointer-events: all
}

.tabs-sec .tabs-content {
    padding-bottom: 40px
}

.tabs-sec .tabs-content>* {
    display: none;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
    transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    padding: 0;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.tabs-sec .tabs-content>.is-active {
    display: block;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    padding: 10px 0;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.mega-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: auto;
    padding: 20px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}

.mega-popup {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 600px;
    margin: 60px auto;
    padding: 20px;
    border-radius: 12px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    -webkit-animation: fadeUp 0.3s ease;
    animation: fadeUp 0.3s ease;
    max-height: 600px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 98, 247, 0.3) transparent
}

.mega-popup::-webkit-scrollbar {
    width: 6px
}

.mega-popup::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px
}

@media (max-width: 991px) {
    .mega-popup .mega-close {
        display: none
    }
}

.mega-top-heading {
    padding-bottom: 40px
}

.mega-top-heading h3 {
    font-size: calc(18px + (51 - 18) * (100vw - 320px) / (1920 - 320));
    font-weight: 300;
    line-height: 1
}

.mega-top-heading h3 span {
    color: #05AFFE;
    font-weight: 700
}

.solution-area h4 {
    font-size: calc(15px + (38 - 15) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px
}

.solution-area p {
    font-size: calc(13px + (19 - 13) * (100vw - 320px) / (1920 - 320));
    font-weight: 300;
    color: #fff
}

.solution-bx h6 {
    font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    color: #fff;
    display: inline-block;
    background-color: #0062F7
}

.solution-bx p {
    font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
    font-weight: 300;
    color: #fff
}

.solution-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 30px
}

.solution-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0 25px
}

.solution-grid li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%
}

.solution-grid li .solution-bx {
    padding: 25px 0 25px;
    border-bottom: 1px solid #fff;
    display: block
}

.solution-grid li .solution-bx .btn-explore {
    text-align: left;
    padding: 0;
    --btn-height: inherit
}

.solution-grid li .solution-bx .btn-explore span {
    text-transform: capitalize
}

.mega-footer {
    padding: 10px 40px 10px 40px;
    border-top: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    position: absolute;
    width: 100%;
    bottom: 0
}

.mega-footer li a {
    font-size: 18px !important;
    font-weight: 500;
    display: block;
    padding: 0
}

.mega-footer li:last-child {
    margin-left: auto
}

.mega-logo {
    margin-top: 100px
}
.js-blogSlider{
    position: relative;
}
.js-blogSlider::before{
    content: '';
    position: absolute;
    background: linear-gradient(270deg, #F1F5FF 0%, rgba(241, 245, 255, 0) 60.48%);
    left: 0;
    width: 8%;
    height: 100%;
    top: 0;
    z-index: 2;
    transform: matrix(-1, 0, 0, 1, 0, 0);

}
.js-blogSlider::after{
    content: '';
    position: absolute;
    background: linear-gradient(270deg, #F1F5FF 0%, rgba(241, 245, 255, 0) 60.48%);
    right: 0;
    width: 15%;
    height: 100%;
    top: 0;
    z-index: 2;

}
.modal{
    display: none !important;
}
@media(max-width:991px){
    .js-blogSlider::after, .js-blogSlider::before{
        display: none !important;
    } 
  /* .blog-sec .bgc-Gray8{
    background: transparent;
  } */
   .guide-area{
    padding: 0 15px;
   }
}
@media(max-width:767px){
.sliderArrows.sty1 button.slick-arrow{
    display: none !important;
}
.tabbin-sec .container-fluid{
    padding: 0 10px !important;
}
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}