@import"fonts.css";
@import"normalize.css";
@import"css2-Manropewght200400500600700800_swap.css";

.pulse-animation,
.branding-trust .n-card-border:hover .n-sudeo-circle,
.across-industires .n-industries-list .n-industries-list__item:hover .n-industries-view::before,
.logo-service-slider-panel__item:hover .n-sudeo-circle,
.card-border-box:hover .n-sudeo-circle,
.service-devops .agility-card .sm-card:hover .n-sudeo-circle {
    animation: pulse-round 1.5s infinite
}

.dxgdsfe {
    font-size: 16px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xcgdxdtg {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

@media (min-width:992px) {
    .xcgdxdtg {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width:992px) and (min-width:768px) {
    .xcgdxdtg {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

.fg {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gghfgh {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tvd {
    word-break: break-all;
}

h1 {
    text-align: center !important;
    font-weight: bold !important;
    font-size: 30px !important;
    line-height: 1.3 !important;
    color: #000 !important;
    padding-bottom: 20px !important;
}

h2 {
    font-weight: bold !important;
    font-size: 26px !important;
    line-height: 1.3 !important;
}

h3 {
    font-weight: bold !important;
    font-size: 23px !important;
    line-height: 1.3 !important;
}

h4 {
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
}

p {
    font-size: 18px !important;
}

.tvd h2 {
    text-align: center !important;
    color: #000 !important;
}

.tvd h3 {
    text-align: center !important;
    color: #000 !important;
}

.tvd h4 {
    text-align: center !important;
    color: #000;
}

.tvd h5,
.tvd h6 {
    text-align: center !important;
    font-weight: bold !important;
    color: #000 !important;
}

.tvd li,
.tvd span,
.tvd a {
    color: #000 !important;
}

.tvd img {
    max-width: 100%;
    height: auto;
}

.tvd p {
    line-height: 1.6 !important;
    text-align: left !important;
    color: #000 !important;
}

.tvd table {
    word-break: break-all !important;
}

.tvd td {
    font-size: 16px !important;
    color: #000 !important;
}

.tvd li {
    font-size: 16px !important;
    text-align: left !important;
    color: #000 !important;
}

@keyframes pulse-round {
    0% {
        transform: scale(0.95)
    }

    70% {
        transform: scale(1.2);
        box-shadow: 0 0 0 10px rgba(255, 82, 82, 0)
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0)
    }
}

.grey-box {
    background: #f8f8f8;
    padding: 50px 53px;
    height: 100%
}

@media(max-width: 1024px) {
    .grey-box {
        padding: 49px 39px
    }
}

.grey-box h4 {
    color: #151945;
    font-size: 18px;
    letter-spacing: .5px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.grey-box p {
    color: #151945;
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.grey-box.black {
    background: #1a191d
}

.grey-box.black h1 {
    color: #8d8e98;
    font-size: 35px;
    font-family: "Manrope", sans-serif;
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    line-height: 30px;
    margin-bottom: 22px
}

.grey-box.black h4 {
    font-size: 20px;
    color: #fff
}

.grey-box.black p {
    color: gray
}

.slider-arrow .slide-nav__next {
    margin-left: 13px
}

.slider-arrow .slick-disabled {
    cursor: default !important;
    opacity: .6
}

.nav-tabs {
    border: 0
}

.nav-tabs.active,
.nav-tabs:focus,
.nav-tabs:hover {
    border: 0
}

@media(max-width: 1023px) {
    .nav-tabs--overide {
        flex-wrap: nowrap;
        overflow-x: scroll
    }
}

.nav-tabs--overide .nav-link {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    border: 0;
    padding: 0 0 .8rem 0;
    margin: 0 1.5rem;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: #151945;
    opacity: .5;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

@media(max-width: 1023px) {
    .nav-tabs--overide .nav-link {
        font-size: 16px;
        line-height: 26px;
        min-width: max-content;
        margin-right: 3.5rem
    }
}

@media(max-width: 992px) {
    .nav-tabs--overide .nav-link {
        padding: .8rem 0;
        margin-right: 6rem
    }
}

@media(max-width: 568px) {
    .nav-tabs--overide .nav-link {
        margin-right: 5rem
    }
}

@media(max-width: 320px) {
    .nav-tabs--overide .nav-link {
        margin-right: 3rem
    }
}

.nav-tabs--overide .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #33bc8c;
    height: 3px;
    width: 50%;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.nav-tabs--overide .nav-link:first-child {
    margin-left: 0
}

.nav-tabs--overide .nav-link.active {
    color: #33bc8c;
    opacity: 1 !important
}

.nav-tabs--overide .nav-link.active::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.tab-content-info {
    padding-right: 6rem;
    padding-top: 2.5rem
}

@media(max-width: 767px) {
    .tab-content-info {
        padding-right: 1rem;
        padding-top: 1rem
    }
}

@media(min-width: 1440px) {
    .tab-content-info {
        padding-right: 20px;
        padding-top: 2.5rem
    }
}

.tab-content-info .tab-content-subdes {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.n-block-list {
    padding-top: .8rem;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.n-block-list.full-list li {
    width: 100%
}

@media(max-width: 767px) {
    .n-block-list {
        column-count: 1;
        padding-top: .5rem;
        padding-bottom: .5rem
    }
}

.n-block-list li {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    color: #151945;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    margin-bottom: 1rem;
    padding-left: 1.2rem;
    width: 50%
}

@media(max-width: 767px) {
    .n-block-list li {
        width: 100%;
        font-size: 14px;
        line-height: 24px
    }
}

.n-block-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    height: 7px;
    width: 7px;
    background: #151945;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.header .nav {
    width: 100%;
    opacity: 0;
    position: relative;
    top: 0;
    background: 0 0;
    z-index: 999
}

.header .nav.white-nav {
    background: #fff
}

@media(min-width: 993px) {
    header .nav {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform .5s ease-in-out;
        -o-transition: transform .5s ease-in-out;
        transition: transform .5s ease-in-out
    }
}

header .nav.loaded {
    opacity: 1
}

.nav-wrapper {
    float: none;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

@media(min-width: 992px) {
    .nav-wrapper {
        position: static;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        min-height: 96px;
        display: flex;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

header .nav.sticky {
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, .1);
    background: #fff
}

@media(min-width: 993px) {
    .header-unpin .nav {
        -webkit-transform: translateY(-110px);
        -ms-transform: translateY(-110px);
        transform: translateY(-110px)
    }

    .header-pin .nav {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.logo {
    padding: 10px 0
}

.logo img {
    height: auto;
    width: 100px
}

.menu-list--left {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 0
}

.menu__item {
    transform: none !important;
    margin: 0 !important;
    height: 100%;
    display: flex;
    align-items: center
}

.menu__item:nth-last-child(1) {
    margin: 20px 0 !important
}

.menu__item:nth-last-child(1) img {
    display: none
}

@media(max-width: 992px) {
    .menu__item:nth-last-child(1) {
        text-align: center;
        padding: 30px 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin: 0 auto !important
    }

    .menu__item:nth-last-child(2) {
        text-align: center;
        padding: 30px 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin: 0 auto !important
    }

    .menu__item:nth-last-child(1) .nav-btn-link {
        color: #33bc8c;
        border-radius: 30px;
        background: rgba(0, 0, 0, 0);
        width: 156px;
        filter: drop-shadow(0px 6px 15px rgba(51, 188, 140, 0.462194))
    }

    .menu__item:nth-last-child(2) .nav-btn-link {
        color: #33bc8c;
        border-radius: 30px;
        background: rgba(0, 0, 0, 0);
        width: 156px;
        filter: drop-shadow(0px 6px 15px rgba(51, 188, 140, 0.462194))
    }

    .menu__item:nth-last-child(1) img {
        display: block;
        width: 100px;
        height: 30px;
        margin: 30px auto 0
    }
}

@media(min-width: 991px) {
    .menu__item:nth-last-child(1) {
        margin: 0 !important
    }
}

.menu__link {
    position: relative;
    text-transform: "";
    font-size: 14px;
    line-height: 24px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: #151945;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    transform: none !important;
    cursor: pointer
}

.menu__link::after {
    position: absolute;
    bottom: -8px;
    background-color: #33bc8c;
    height: 2px;
    width: 50%;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease
}

.menu__link:active {
    color: #33bc8c
}

.menu__link:active::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.menu__link:focus {
    color: #33bc8c
}

.menu__link:focus::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.menu__link.active,
.menu__link:hover {
    color: #33bc8c;
    text-decoration: none
}

.menu__link.active::after,
.menu__link:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.menu__link.join-us {
    color: #33bc8c;
    border: 1px solid #33bc8c;
    padding: 10px 40px
}

.menu__link.join-us:active {
    background: #3f3d56;
    color: #33bc8c;
    border: 1px solid #3f3d56
}

.menu__link.join-us:focus {
    background: #3f3d56;
    color: #33bc8c;
    border: 1px solid #3f3d56
}

.menu__link.join-us:hover {
    background: #3f3d56;
    color: #33bc8c;
    border: 1px solid #3f3d56
}

.menu__link.join-us::after {
    display: none
}

.caret {
    position: absolute;
    top: 50%;
    right: -18px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform: translateY(-80%) rotate(45deg);
    -ms-transform: translateY(-80%) rotate(45deg);
    transform: translateY(-80%) rotate(45deg);
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.menu-icon {
    display: block;
    position: absolute;
    right: 20px;
    z-index: 1000
}

.menu-icon:hover {
    cursor: pointer
}

.menu-icon .line {
    width: 20px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 7px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1
}

.menu-icon .line:nth-child(2) {
    margin-left: 20px
}

.menu-icon:nth-child(2) {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.menu-icon.active .line:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.menu-icon.active .line:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg)
}

.menu-icon.active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg)
}

.nav-btn-link {
    border: 1px solid #33bc8c;
    padding: .5rem 2rem;
    color: #fff;
    background: #33bc8c
}

.nav-btn-link .active,
.nav-btn-link:hover {
    color: #33bc8c;
    background: #fff;
    border: 1px solid #33bc8c;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, .16);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .16)
}

@media(min-width: 768px) {
    .logo img {
        height: auto
    }

    .menu__link {
        font-size: 15px;
        line-height: 25px
    }
}

@media(min-width: 992px) {
    .logo img {
        width: 150px
    }

    .menu,
    .menu-list {
        display: flex;
        height: 100%;
        align-items: center
    }

    .menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .menu-list {
        height: 100%
    }

    .menu__link {
        font-size: 16px;
        line-height: 26px;
        margin: 0 1rem;
        padding: 15px 0
    }

    .menu__link::after {
        bottom: 10px;
        content: ""
    }

    .menu__link.join-us {
        padding: 15px 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px
    }

    .caret,
    .menu-icon {
        display: none
    }

    .c-dropdown:hover .caret {
        -webkit-transform: translateY(-40%) rotate(-135deg);
        -ms-transform: translateY(-40%) rotate(-135deg);
        transform: translateY(-40%) rotate(-135deg)
    }
}

@media (min-width:993px) {
    .mb-header-nav li a {
        padding-left: 20px !important;
        padding-right: 20px !important;
        color: #fff;
    }
}

@media(min-width: 1200px) {
    .logo img {
        width: 150px
    }

    .menu__link {
        margin: 0 1.2rem
    }
}

@media(max-width: 992px) {
    .menu__item {
        display: block;
        width: 100%;
        margin: 20px 0 !important;
        text-align: center;
    }

    .menu__link {
        color: #33bc8c !important;
        padding: 0 15px;
        pointer-events: none
    }

    .menu__link.career {
        pointer-events: inherit
    }

    .c-dropdown.active .caret {
        -webkit-transform: translateY(-40%) rotate(-135deg);
        -ms-transform: translateY(-40%) rotate(-135deg);
        transform: translateY(-40%) rotate(-135deg)
    }

    header .nav {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 100
    }

    .nav .container,
    .nav .row {
        padding: 0;
        margin: 0
    }

    .nav-wrapper {
        padding: 0
    }

    .nav-header {
        min-height: 80px;
        background: #fff;
        padding: 0 20px;
        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;
        position: relative;
        z-index: 111;
        -webkit-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        width: 100vw
    }

    .menu,
    .nav-header.active {
        background: #fff
    }

    .menu .mb-logo,
    .nav-header.active .mb-logo {
        display: none !important
    }

    .menu {
        height: calc(100vh - 120px);
        width: 100%;
        opacity: 1;
        position: fixed;
        content: "";
        top: 70px;
        overflow: auto;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
        -webkit-transform: translateX(-1030px);
        -ms-transform: translateX(-1030px);
        transform: translateY(-1030px);
        -webkit-transition: opacity 1s ease-in-out, -webkit-transform .9s ease-in-out;
        -o-transition: transform .9s ease-in-out, opacity 1s ease-in-out;
        transition: transform .9s ease-in-out, opacity 1s ease-in-out, -webkit-transform .9s ease-in-out;
        padding: 10px 20px 0;
        z-index: 1 !important
    }

    .menu__m-view,
    .menu__m-view-blocks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .menu__m-view {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start
    }

    .menu.active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        border-top: 1px solid #ccc
    }

    .menu__m-view-blocks {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0
    }

    .menu__m-view-blocks div {
        background-color: #36bd8e;
        width: 25%;
        height: 100vh;
        -webkit-transition: .6s ease-in-out;
        -o-transition: .6s ease-in-out;
        transition: .6s ease-in-out
    }

    .menu__m-view-blocks div:nth-child(1) {
        -webkit-transform: translateY(-110%);
        -ms-transform: translateY(-110%);
        transform: translateY(-110%)
    }

    .menu__m-view-blocks div:nth-child(2) {
        -webkit-transform: translateY(-130%);
        -ms-transform: translateY(-130%);
        transform: translateY(-130%)
    }

    .menu__m-view-blocks div:nth-child(3) {
        -webkit-transform: translateY(-150%);
        -ms-transform: translateY(-150%);
        transform: translateY(-150%)
    }

    .menu__m-view-blocks div:nth-child(4) {
        -webkit-transform: translateY(-170%);
        -ms-transform: translateY(-170%);
        transform: translateY(-170%)
    }

    .menu__m-view-blocks.active div {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .menu-list {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        align-items: flex-start;
        width: 100%
    }

    .logo {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

@media(max-width: 767px) {
    .menu-icon {
        top: 25px;
        right: 20px;
        z-index: 100
    }

    .menu-icon.active {
        z-index: 102
    }

    .menu {
        top: 80px;
        height: calc(100vh - 70px);
        padding: 10px 0 0 0;
        overflow: auto
    }
}

@media(max-width: 991px) {
    .menu-icon.active .line {
        background-color: #3f3d56
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .menu-icon {
        top: 8px;
        right: 20px;
        z-index: 100
    }

    .menu-icon.active {
        z-index: 102
    }

    .menu {
        top: 80px;
        height: calc(100vh - 80px);
        padding: 20px 20px 0 20px
    }
}

@media all and (max-width: 899px) {
    .menu-icon {
        top: 23px
    }
}

@media(min-width: 991px) {
    .menu__item.join-us {
        margin-left: 1.5rem !important
    }
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none
}

#loader,
#loader:after,
#loader:before {
    border: 3px solid rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 100%;
    border-radius: 100%
}

#loader {
    display: block;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    z-index: 1001;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

#loader:after,
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

#loader:after {
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    background: #151945;
    width: 51%;
    height: 100%;
    z-index: 1000
}

.loaded #loader-wrapper .loader-section.section-left,
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s 1s ease-out;
    -o-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out;
    display: none
}

@media all and (max-width: 1159px) {
    .footer {
        margin-top: 0
    }
}

.animating-bg {
    position: relative;
    background-color: #fff
}

.banner--home {
    z-index: 10;
    background: #fff;
    position: relative
}

@media(min-width: 1500px) {
    .banner--home {
        padding-top: 190px
    }
}

@media(min-width: 1200px) {
    .banner--home {
        padding-top: 90px
    }
}

@media(max-width: 1199px) {
    .banner--home {
        padding-top: 140px
    }
}

@media(max-width: 992px) {
    .banner--home {
        padding-top: 80px
    }
}

@media(max-width: 767px) {
    .banner--home {
        padding-top: 0
    }
}

.banner--home .banner__heading {
    position: relative;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 38px;
    color: #3f3d56;
    letter-spacing: .5;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.banner--home .banner__heading span {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(min-width: 992px) {
    .banner--home .banner__heading {
        font-size: 40px;
        line-height: 60px;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap
    }
}

@media(min-width: 1500px) {
    .banner--home .banner__heading {
        font-size: 48px;
        line-height: 65px;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap
    }
}

.banner-row {
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

@media(min-width: 992px) {
    .banner-row {
        align-items: flex-end
    }
}

@media(max-width: 1023px) {
    .banner-row {
        align-items: center
    }
}

@media(max-width: 767px) {
    .banner-row {
        flex-direction: column-reverse
    }
}

@media(max-width: 992px) {
    .banner-row .imgfluid {
        padding-top: 140px
    }
}

@media(max-width: 767px) {
    .banner-row .imgfluid {
        width: 100%;
        height: 100%
    }
}

.banner-row__left {
    padding-bottom: 40px;
    position: relative;
    z-index: 3
}

@media(min-width: 1200px) {
    .banner-row__left {
        padding: 64px 0 160px 0
    }
}

@media(max-width: 767px) {
    .banner-row__left {
        padding-top: 15px
    }
}

@media(max-width: 568px) {
    .banner-row__left .btn--primary {
        min-width: 100%
    }
}

.banner-pattern {
    display: none
}

@media(min-width: 1366px) {
    .banner-pattern {
        position: absolute;
        background: 0 0
    }
}

.banner-pattern.-top {
    top: -15px;
    left: 0
}

.banner-pattern.-bottom {
    bottom: -26px;
    right: 0
}

.n-dot-pattern {
    position: absolute
}

@media(max-width: 767px) {
    .n-dot-pattern {
        display: none
    }
}

@media(max-width: 1023px) {
    .n-dot-pattern img {
        width: 40%;
        z-index: -1;
        position: relative
    }
}

@media(max-width: 767px) {
    .n-dot-pattern.-top {
        top: 110px
    }
}

.n-dot-pattern--gray {
    bottom: 0;
    right: 0
}

@media(max-width: 767px) {
    .n-dot-pattern--gray {
        display: none
    }
}

.n-dot-pattern--green {
    bottom: 0;
    right: 0;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.n-dot-pattern--blue {
    left: 0;
    top: 0;
    -webkit-transform: translate(-60%, -45%);
    -ms-transform: translate(-60%, -45%);
    transform: translate(-60%, -45%)
}

@media(max-width: 767px) {
    .n-dot-pattern--blue {
        display: none
    }
}

.n-dot-pattern--blue img {
    opacity: .1
}

.home-header .menu-list .menu__item .menu__link {
    color: #fff
}

.home-header .sticky .menu-list .menu__item .menu__link,
.home-header .white-nav .menu-list .menu__item .menu__link {
    color: #000
}

.home-header .sticky .logo .header-brand-logo::after,
.home-header .white-nav .logo .header-brand-logo::after {
    content: "";
    display: none
}

.home-header .sticky .logo .header-brand-logo #mainLogo,
.home-header .white-nav .logo .header-brand-logo #mainLogo {
    display: block
}

.home-header .logo .header-brand-logo #mainLogo {
    display: none
}

@media(min-width: 992px) {
    .home-header .logo #mainLogo {
        display: none
    }

}

@media(max-width: 992px) {
    .home-header .nav-header {
        background: rgba(0, 0, 0, 0)
    }

    .home-header .nav-header.active {
        background: #fff
    }
}

@media(max-width: 992px) {
    .show-reel {
        margin-top: 15%
    }
}

@media(max-width: 640px) {
    .show-reel {
        margin-top: 5%
    }
}

.menudropdown-container {
    background: #fff;
    position: absolute;
    left: 0;
    z-index: 10;
    top: 96px;
    width: 100%;
    min-height: 433px;
    border-top: 1px solid #ececec;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .02);
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

@media(min-width: 1800px) {
    .menudropdown-container::before {
        content: "";
        display: block;
        background: #f8f8f9;
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        height: 100%;
        z-index: -1
    }
}

@media(max-width: 992px) {
    .menudropdown-container {
        min-height: auto;
        position: relative;
        box-shadow: none;
        border-top: 0;
        top: 10px;
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }
}

.menudropdown-container .inner-container {
    width: 100%;
    display: flex
}

@media(min-width: 1800px) {
    .menudropdown-container .inner-container {
        max-width: 1140px;
        margin: 0 auto
    }
}

@media(max-width: 992px) {
    .menudropdown-container .inner-container {
        flex-direction: column
    }
}

.menudropdown-container .nav-pills {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #f8f8f9;
    width: 400px;
    height: 430px;
    padding-top: 30px;
    position: static;
    opacity: 1;
    transform: none
}

@media(max-width: 992px) {
    .menudropdown-container .nav-pills.mobile-none {
        width: 100%;
        display: none
    }
}

.menudropdown-container .nav-pills a {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    border-radius: 0;
    letter-spacing: .5px;
    color: #3f3d56;
    height: 100px;
    padding: 8px 20px 8px 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-right: 6px solid rgba(0, 0, 0, 0)
}

.menudropdown-container .nav-pills a.active {
    color: #33bc8c !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border-right: 6px solid #33bc8c;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.menudropdown-container .tab-content {
    width: 100%;
    background: #fff
}

@media(min-width: 1800px) {
    .menudropdown-container .tab-content {
        position: relative
    }
}

.menudropdown-container .tab-content .tab-pane {
    width: 100%
}

@media(max-width: 992px) {
    .menudropdown-container .tab-content .tab-pane {
        display: block;
        opacity: 1
    }
}

.menudropdown-container .tab-content .tab-pane .btn-primary {
    color: #333;
    outline: 0;
    box-shadow: none;
    font-size: 16px;
    text-align: left;
    border: 0;
    display: flex;
    align-items: center;
    padding: .5rem 2rem;
    background-color: rgba(0, 0, 0, 0);
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    min-width: 100%;
    position: relative;
    height: 60px
}

@media(min-width: 993px) {
    .menudropdown-container .tab-content .tab-pane .btn-primary {
        display: none
    }
}

.menudropdown-container .tab-content .tab-pane .btn-primary::after {
    content: "";
    display: block;
    background: url(/img/common/minus-black.svg) no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 30px;
    top: 25px
}

.menudropdown-container .tab-content .tab-pane .btn-primary.collapsed::after {
    content: "";
    display: block;
    background: url(/img/common/plus-black.svg) no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 30px;
    top: 20px
}

@media(min-width: 993px) {
    .menudropdown-container .tab-content .tab-pane .collapse {
        display: block
    }
}

.menudropdown-container .tab-content .tab-pane .menu-right {
    padding: 20px 40px;
    margin-top: 20px;
    display: flex;
    width: 100%
}

@media(min-width: 1800px) {
    .menudropdown-container .tab-content .tab-pane .menu-right {
        right: 0
    }
}

@media(max-width: 1024px) {
    .menudropdown-container .tab-content .tab-pane .menu-right {
        padding: 0 20px
    }
}

@media(max-width: 992px) {
    .menudropdown-container .tab-content .tab-pane .menu-right {
        flex-direction: column-reverse;
        padding: 20px 15px;
        background-color: #f2f2f2;
        margin-top: 0
    }
}

.menudropdown-container .tab-content .tab-pane .menu-right p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: #333
}

.menudropdown-container .tab-content .tab-pane .menu-right img.n-social-icon {
    max-width: 300px;
    position: absolute;
    right: 20px;
    bottom: 0
}

@media(min-width: 1800px) {
    .menudropdown-container .tab-content .tab-pane .menu-right img.n-social-icon {
        max-width: 200px;
        right: -90px
    }
}

@media(max-width: 1366px) {
    .menudropdown-container .tab-content .tab-pane .menu-right img.n-social-icon {
        max-width: 260px
    }
}

@media(max-width: 1280px) {
    .menudropdown-container .tab-content .tab-pane .menu-right img.n-social-icon {
        max-width: 210px
    }
}

@media(max-width: 1100px) {
    .menudropdown-container .tab-content .tab-pane .menu-right img.n-social-icon {
        max-width: 150px
    }
}

@media(max-width: 992px) {
    .menudropdown-container .tab-content .tab-pane .menu-right img.n-social-icon {
        position: relative;
        right: 0;
        max-width: 40%;
        display: none
    }
}

.menudropdown-container .tab-content .tab-pane .menu-right .mt-5 {
    max-width: 50%;
    margin-top: 1.5rem !important
}

@media(min-width: 1800px) {
    .menudropdown-container .tab-content .tab-pane .menu-right .mt-5 {
        max-width: 60%
    }
}

@media(max-width: 1024px) {
    .menudropdown-container .tab-content .tab-pane .menu-right .mt-5 {
        max-width: 60%
    }
}

@media(max-width: 992px) {
    .menudropdown-container .tab-content .tab-pane .menu-right .mt-5 {
        max-width: 100%;
        margin-top: 1rem !important
    }
}

.menudropdown-container .tab-content .tab-pane .menu-right .block-list {
    width: 73%;
    flex-wrap: wrap;
    flex-direction: row
}

@media(min-width: 1800px) {
    .menudropdown-container .tab-content .tab-pane .menu-right .block-list {
        width: 90%
    }
}

@media(max-width: 1366px) {
    .menudropdown-container .tab-content .tab-pane .menu-right .block-list {
        width: 75%
    }
}

@media(max-width: 1280px) {
    .menudropdown-container .tab-content .tab-pane .menu-right .block-list {
        width: 80%
    }
}

@media(max-width: 1100px) {
    .menudropdown-container .tab-content .tab-pane .menu-right .block-list {
        width: 88%
    }
}

@media(max-width: 992px) {
    .menudropdown-container .tab-content .tab-pane .menu-right .block-list {
        width: 100%;
        background-color: #f2f2f2
    }
}

.menudropdown-container .tab-content .tab-pane .menu-right .block-list li {
    border: 0;
    display: flex;
    align-items: flex-start;
    padding: 0;
    border-radius: 4px;
    position: relative;
    transition: .2s;
    margin: 5px 0;
    height: 96px
}

.menudropdown-container .tab-content .tab-pane .menu-right .block-list li::after {
    content: "";
    display: inline-block;
    background: url(/img/common/right-white-arrow.svg) no-repeat;
    width: 17px;
    height: 17px;
    background-size: 100%;
    position: absolute;
    right: 20px;
    opacity: 0;
    top: 32px
}

@media(min-width: 1800px) {
    .menudropdown-container .tab-content .tab-pane .menu-right .block-list li::after {
        right: 15px
    }
}

@media(max-width: 1366px) {
    .menudropdown-container .tab-content .tab-pane .menu-right .block-list li::after {
        width: 15px;
        height: 15px;
        right: 15px
    }
}

@media(max-width: 1100px) {
    .menudropdown-container .tab-content .tab-pane .menu-right .block-list li::after {
        width: 13px;
        height: 13px;
        right: 10px
    }
}

@media(max-width: 992px) {
    .menudropdown-container .tab-content .tab-pane .menu-right .block-list li::after {
        display: none
    }
}

.menudropdown-container .tab-content .tab-pane .menu-right .block-list li:hover {
    background: #33bc8c
}

@media(max-width: 992px) {
    .menudropdown-container .tab-content .tab-pane .menu-right .block-list li:hover {
        background: rgba(0, 0, 0, 0)
    }
}

.menudropdown-container .tab-content .tab-pane .menu-right .block-list li:hover::after {
    opacity: 1
}

.menudropdown-container .tab-content .tab-pane .menu-right .block-list li:hover .data {
    color: #fff
}

@media(max-width: 992px) {
    .menudropdown-container .tab-content .tab-pane .menu-right .block-list li:hover .data {
        color: #333
    }
}

.menudropdown-container .tab-content .tab-pane .menu-right .block-list li:hover .data .sm-txt {
    color: #fff
}

@media(max-width: 992px) {
    .menudropdown-container .tab-content .tab-pane .menu-right .block-list li:hover .data .sm-txt {
        color: #666
    }
}

.menudropdown-container .tab-content .tab-pane .menu-right .block-list li:hover .block-img .hover {
    display: inline-block
}

@media(max-width: 992px) {
    .menudropdown-container .tab-content .tab-pane .menu-right .block-list li:hover .block-img .hover {
        display: none
    }
}

.menudropdown-container .tab-content .tab-pane .menu-right .block-list li:hover .block-img .hover-none {
    display: none
}

@media(max-width: 992px) {
    .menudropdown-container .tab-content .tab-pane .menu-right .block-list li:hover .block-img .hover-none {
        display: inline-block
    }
}

@media(max-width: 992px) {
    .menudropdown-container .tab-content .tab-pane .menu-right .block-list li {
        padding: 15px;
        background-color: #f2f2f2
    }
}

.menudropdown-container .tab-content .tab-pane .menu-right .block-list li a {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    padding: 25px 15px
}

@media(max-width: 992px) {
    .menudropdown-container .tab-content .tab-pane .menu-right .block-list li a {
        padding: 0
    }
}

.menudropdown-container .tab-content .tab-pane .menu-right .block-list li .block-img {
    width: 45px;
    height: 50px
}

.menudropdown-container .tab-content .tab-pane .menu-right .block-list li .block-img .hover {
    display: none
}

.menudropdown-container .tab-content .tab-pane .menu-right .block-list li .block-img img {
    max-width: 100%;
    height: auto
}

.menudropdown-container .tab-content .tab-pane .menu-right .block-list li .data {
    color: #333;
    font-size: 18px;
    letter-spacing: .5px;
    margin-left: 15px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(min-width: 1800px) {
    .menudropdown-container .tab-content .tab-pane .menu-right .block-list li .data {
        font-size: 16px
    }
}

@media(max-width: 1366px) {
    .menudropdown-container .tab-content .tab-pane .menu-right .block-list li .data {
        font-size: 16px
    }
}

@media(max-width: 1100px) {
    .menudropdown-container .tab-content .tab-pane .menu-right .block-list li .data {
        font-size: 14px
    }
}

.menudropdown-container .tab-content .tab-pane .menu-right .block-list li .data a {
    color: #333;
    text-decoration: none
}

.menudropdown-container .tab-content .tab-pane .menu-right .block-list li .data span.sm-txt {
    display: block;
    font-size: 12px;
    color: #666;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.menudropdown-container .tab-content .tab-pane .menu-right .block-list.half-view li {
    width: 50%
}

@media(max-width: 767px) {
    .menudropdown-container .tab-content .tab-pane .menu-right .block-list.half-view li {
        width: 100%
    }
}

.menudropdown-container .tab-content .tab-pane .menu-right .it-list {
    width: calc(100% - 80px);
    margin-left: 80px;
    padding-top: 0
}

@media(min-width: 1024px) {
    .menudropdown-container .tab-content .tab-pane .menu-right .it-list {
        width: 65%
    }
}

@media(min-width: 992px) {
    .menudropdown-container .tab-content .tab-pane .menu-right .staff-ar-btn {
        margin-left: 80px;
        margin-top: 18px
    }
}

.menudropdown-container .tab-content .tab-pane .menu-right.why-us-tabs img.n-social-icon {
    max-width: 380px
}

@media(min-width: 1800px) {
    .menudropdown-container .tab-content .tab-pane .menu-right.why-us-tabs img.n-social-icon {
        max-width: 350px;
        right: 20px
    }
}

@media(max-width: 1366px) {
    .menudropdown-container .tab-content .tab-pane .menu-right.why-us-tabs img.n-social-icon {
        max-width: 400px
    }
}

@media(max-width: 1100px) {
    .menudropdown-container .tab-content .tab-pane .menu-right.why-us-tabs img.n-social-icon {
        max-width: 300px
    }
}

.menudropdown-container .tab-content .tab-pane .menu-right.it-staff-tabs img.n-social-icon {
    max-width: 400px
}

@media(min-width: 1800px) {
    .menudropdown-container .tab-content .tab-pane .menu-right.it-staff-tabs img.n-social-icon {
        max-width: 300px;
        right: 0
    }
}

@media(max-width: 1366px) {
    .menudropdown-container .tab-content .tab-pane .menu-right.it-staff-tabs img.n-social-icon {
        max-width: 350px
    }
}

@media(max-width: 1100px) {
    .menudropdown-container .tab-content .tab-pane .menu-right.it-staff-tabs img.n-social-icon {
        max-width: 300px
    }
}

@media(max-width: 767px) {
    #megamobileTab-7 .menu-right {
        display: flex !important
    }

    #megamobileTab-7 .menu-right .staff-ar-btn {
        position: absolute;
        bottom: 10px;
        width: 100%
    }

    #megamobileTab-7 .menu-right ul.block-list {
        order: 1
    }

    #megamobileTab-7 .menu-right ul.it-list {
        margin-left: 20px;
        width: calc(100% - 20px)
    }
}

#megamobileTab-4 .mega-service-btn,
#megamobileTab-5 .mega-service-btn,
#megamobileTab-6 .mega-service-btn {
    position: absolute;
    bottom: 40px;
    left: 360px
}

@media(max-width: 1024px) {

    #megamobileTab-4 .mega-service-btn,
    #megamobileTab-5 .mega-service-btn,
    #megamobileTab-6 .mega-service-btn {
        bottom: 60px;
        left: 320px
    }
}

@media(max-width: 992px) {

    #megamobileTab-4 .menu-right,
    #megamobileTab-5 .menu-right,
    #megamobileTab-6 .menu-right {
        flex-direction: column !important
    }

    #megamobileTab-4 .mega-service-btn,
    #megamobileTab-5 .mega-service-btn,
    #megamobileTab-6 .mega-service-btn {
        position: relative;
        bottom: 0;
        left: 0;
        width: max-content
    }
}

@media(max-width: 992px)and (max-width: 767px) {

    #megamobileTab-4 .mega-service-btn,
    #megamobileTab-5 .mega-service-btn,
    #megamobileTab-6 .mega-service-btn {
        width: 100%
    }
}

#megamobileTab-1 .btn--primary,
#megamobileTab-2 .btn--primary,
#megamobileTab-3 .btn--primary {
    position: relative;
    top: 20px;
    min-width: 162px;
    font-size: 16px;
    width: 162px;
    height: 46px;
    line-height: 35px;
    padding: 5px 5px !important
}

@media(max-width: 992px) {

    #megamobileTab-1 .btn--primary,
    #megamobileTab-2 .btn--primary,
    #megamobileTab-3 .btn--primary {
        top: 0
    }
}

.mb-header-nav .mega-menu-item:hover .menudropdown-container {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.header-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, .4);
    transition: none;
    display: none
}

.header-overlay.show {
    display: block
}

@media(max-width: 992px) {
    .header-overlay {
        display: none !important
    }
}

@media(min-width: 992px) {
    .header-unpin .mb-header-nav .menu__item .menudropdown-container {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        display: none
    }
}

@media(min-width: 992px) {
    .header-unpin>.header-overlay {
        display: none
    }
}

@media all and (min-width: 1025px) {
    main {
        position: relative;
        background: #fff;
        z-index: 2
    }
}

main {
    margin-bottom: 0 !important
}

.footer {
    background: #151945;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 80px 0 0 0;
    margin: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media(max-width: 1024px) {
    .footer {
        padding-top: 50px;
        z-index: 1;
        position: relative;
        height: 100% !important;
        transform: none !important
    }
}

.footer h2.footer__heading {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    overflow: hidden;
    pointer-events: none
}

.footer a {
    padding-top: 12px;
    color: #73758f;
    font-size: 13px;
    cursor: pointer;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

@media(max-width: 767px) {
    .footer a {
        color: #fff
    }
}

.footer a:focus,
.footer a:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.footer .footer-nav ul {
    margin-bottom: 0
}

@media(max-width: 767px) {
    .footer .footer-nav ul.footer-list {
        padding-left: 0px
    }
}

@media(max-width: 767px) {
    .footer .footer-nav ul.footer-list.last-child {
        padding-left: 0
    }
}

.footer .footer-nav .n-social-list {
    display: flex
}

.footer .footer-nav .n-social-list .n-social-link {
    margin-right: 20px
}

.footer .footer-nav .n-social-list .n-social-icon {
    width: 20px;
    height: 20px;
    max-width: 100%
}

@media(max-width: 1024px) {
    .footer .footer-nav .n-social-list .n-social-icon {
        max-width: fit-content
    }
}

@media(max-width: 767px) {
    .footer .footer-nav .n-social-list .n-social-icon {
        max-width: 100%
    }
}

.footer .footer-nav .mt-60 {
    margin-top: 20px
}

@media(min-width: 1200px) {
    .footer .footer-nav .mt-60 {
        margin-top: 60px
    }
}

.footer .footer-nav .footer-list.collapse {
    display: block
}

.footer .top-item {
    background: #151945;
    position: relative
}

.footer .top-item .top-left-item {
    color: #fff;
}

.footer .top-item .top-left-item h2 {
    font-size: 18px;
    font-weight: 700
}

@media(min-width: 991px) {
    .footer .top-item .top-left-item h2 {
        font-size: 54px
    }
}

.footer .top-item .top-left-item p {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, .5);
    line-height: 30px
}

@media(min-width: 991px) {
    .footer .top-item .top-left-item p {
        line-height: 22px
    }
}

.footer .top-item .row {
    border-bottom: 1px solid #73758f;
    padding-bottom: 30px;
    margin-bottom: 20px
}

@media(min-width: 1367px) {
    .footer .top-item .row {
        padding-bottom: 2.5rem;
        margin-bottom: 2.5rem
    }
}

@media(min-width: 1500px) {
    .footer .top-item .row {
        padding-bottom: 3rem;
        margin-bottom: 3.5rem
    }
}

.footer .contact-form .form-fields-container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 1.5rem
}

.footer .contact-form .form-fields-container .btn--send {
    margin-right: auto
}

@media(max-width: 992px) {
    .footer .contact-form .form-fields-container .btn--send {
        min-width: 100%
    }
}

.footer .contact-form .form-fields-container .input-field {
    margin: 10px 0;
    width: 100%;
    position: relative
}

.footer .contact-form .form-fields-container .input-field ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .9)
}

.footer .contact-form .form-fields-container .input-field :-moz-placeholder {
    color: rgba(255, 255, 255, .9)
}

.footer .contact-form .form-fields-container .input-field ::-moz-placeholder {
    color: rgba(255, 255, 255, .9)
}

.footer .contact-form .form-fields-container .input-field :-ms-input-placeholder {
    color: rgba(255, 255, 255, .9)
}

.footer .contact-form .form-fields-container .input-field .input-data {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    color: #fff;
    background: #0d113e;
    border: 0;
    padding: 10px 20px;
    margin: 0
}

.footer .contact-form .form-fields-container .input-field textarea {
    resize: none;
    vertical-align: middle
}

.footer .contact-form .form-fields-container .parsley-custom-error-message {
    color: rgba(255, 0, 0, .5);
    font-size: 14px;
    margin-top: 14px;
    margin-left: 0;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.footer .contact-form .form-fields-container ::-webkit-input-placeholder {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: rgba(255, 255, 255, .4)
}

.footer .contact-form .form-fields-container ::-moz-placeholder {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: rgba(255, 255, 255, .4)
}

.footer .contact-form .form-fields-container :-ms-input-placeholder {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: rgba(255, 255, 255, .4)
}

.footer .contact-form .parsley-errors-list {
    list-style-type: none;
    position: absolute;
    bottom: -20px;
    padding: 0
}

.footer .copyright-text {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    padding: 20px 10px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.footer .footer-bottom {
    background: #0d113e;
    position: relative;
    width: 100%;
    left: 0;
    margin-top: 20px
}

@media(min-width: 991px) {
    .footer .footer-bottom {
        bottom: 0
    }
}

.footer .focus-border {
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #f4f4f4;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    bottom: 0;
    z-index: 2
}

.footer textarea.input-data~.focus-border {
    top: initial;
    bottom: 0
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .footer textarea.input-data~.focus-border {
        bottom: 0
    }
}

.footer .input-data:focus~.focus-border {
    width: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    left: 0;
    bottom: 0
}

@media(max-width: 767px) {
    .footer .hero-footer__content h2 {
        font-size: 18px
    }

    .footer .form-container .btn--send {
        background: #33bc8c
    }

    .footer .footer-nav h2 {
        text-transform: uppercase;
        font-weight: 800;
        pointer-events: visible
    }

    .footer .footer-nav .footer-list.collapse {
        display: none !important
    }

    .footer .footer-nav .footer-list.collapse.show {
        display: block !important
    }

    .footer .footer__heading {
        position: relative
    }

    .footer .footer__heading::after {
        content: "";
        display: block;
        background: url(/img/common/minus.svg) no-repeat;
        width: 14px;
        height: 14px;
        position: absolute;
        right: 0;
        top: 10px
    }

    .footer .footer__heading.collapsed::after {
        content: "";
        display: block;
        background: url(/img/common/plus.svg) no-repeat;
        width: 14px;
        height: 14px;
        position: absolute;
        right: 0;
        top: 5px
    }

    .footer .footer__heading.last-child::after {
        display: none
    }
}

.footer-list .footer__link {
    pointer-events: inherit !important
}

.btn {
    padding: .5rem 2.4rem;
    font-size: 18px;
    line-height: 25px;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-border-radius: 0;
    border-radius: 0;
    letter-spacing: 1px;
    cursor: pointer;
    margin-bottom: 1rem;
    min-width: 210px;
    height: 54px
}

@media all and (max-width: 767px) {
    .btn {
        width: 100%;
        height: 60px;
        font-size: 16px;
        max-width: 320px
    }
}

@media all and (max-width: 568px) {
    .btn {
        max-width: 100%
    }
}

a.btn {
    line-height: 1.3;
    margin-bottom: 0;
    padding-top: 14px
}

@media all and (max-width: 767px) {
    a.btn {
        padding-top: 20px
    }
}

.btn--primary {
    color: #fff;
    padding: 13px 10px;
    background: #33bc8c;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.btn--primary:focus,
.btn--primary:hover {
    outline: 0;
    color: #33bc8c;
    background: #fff;
    border: 1px solid #33bc8c;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, .16);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .16)
}

.btn--white {
    background: #33bc8c;
    color: #fff;
    padding: 13px 10px !important;
    border: 1px solid #fff;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.btn--white:focus,
.btn--white:hover {
    outline: 0;
    color: #33bc8c;
    background: #fff;
    border: 1px solid #33bc8c;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, .16);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .16)
}

@media all and (max-width: 767px) {
    .btn--white {
        padding-top: 20px !important
    }
}

.btn--send {
    padding: 8px 30px;
    text-align: center;
    border-radius: 0;
    margin-top: 12px;
    background: #33bc8c;
    color: #fff;
    border: 1px solid #33bc8c
}

.btn--send:focus,
.btn--send:hover {
    outline: 0;
    color: #33bc8c;
    background: #151945;
    border: 1px solid #33bc8c;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, .16);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .16)
}

.form-row {
    padding-bottom: 95px
}

@media all and (min-width: 1600px) {
    .form-row {
        padding-bottom: 280px
    }
}

@media all and (min-width: 2100px) {
    .form-row {
        padding-bottom: 350px
    }
}

.contact-banner {
    padding-top: 140px !important
}

.form-info .main-heading {
    font-size: 48px;
    line-height: 65px;
    margin-bottom: 0;
    padding-right: 20px
}

@media all and (min-width: 768px) {
    .form-info .main-heading {
        padding-top: 5%
    }
}

.form-info .main-heading .highlight {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: #33bc8c
}

.form-info .desc {
    color: #73758f;
    font-size: 16px;
    line-height: 28px
}

.form-info .img-frame {
    max-width: 272px;
    margin: 106px auto 0
}

.form-info .img-frame img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 2
}

.form-info .img-frame img.dots {
    margin-top: -87px;
    margin-left: -10px;
    z-index: 1
}

.form-row .form-info {
    width: 438px
}

.form-row .form-wrap {
    width: calc(100% - 508px);
    margin-left: 70px;
    background: #f8f8f9;
    padding: 75px 60px 59px 60px
}

.form-row .form-wrap .desc {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 28px;
    color: #73758f
}

.form-row .form-wrap .form-label {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 5px;
    color: #73758f
}

.form-row .form-wrap select.form-control:not([size]):not([multiple]),
.form-row .form-wrap .form-control {
    border-radius: 0;
    border-color: #000;
    height: 50px;
    background: #f8f8f9
}

#res-type {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px
}

#res-type .form-check {
    padding-left: 30px;
    position: relative;
    color: #151945;
    font-size: 13px;
    line-height: 24px;
    margin-right: 15px;
    margin-bottom: 10px
}

#res-type .form-check-input {
    border: 1.5px solid #73758f;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: 0;
    top: -3px;
    appearance: none;
    -webkit-appearance: none
}

#res-type .form-check-input:checked {
    background: url(/img/contact/checked-bg.svg) center no-repeat;
    border-color: rgba(0, 0, 0, 0)
}

.form-wrap.contact-us-form .btn.btn--primary {
    padding-top: 11px;
    margin-bottom: 0;
    margin-top: 24px
}

.form-wrap.contact-us-form .nav-tabs {
    padding-bottom: 10px
}

.form-wrap.contact-us-form .nav-link {
    padding: 0;
    background: none;
    font-size: 13px;
    line-height: 24px;
    color: #73758f;
    position: relative;
    padding-left: 30px;
    margin-right: 0;
    cursor: pointer;
    border: none
}

.form-wrap.contact-us-form li:first-child {
    width: 38%
}

@media all and (max-width: 767px) {
    .form-wrap.contact-us-form li:first-child {
        width: 100%
    }
}

.form-wrap.contact-us-form li:nth-child(2) {
    width: 33.33%
}

@media all and (max-width: 767px) {
    .form-wrap.contact-us-form li:nth-child(2) {
        width: 100%
    }
}

.form-wrap.contact-us-form li:last-child {
    width: 27% .33
}

@media all and (max-width: 767px) {
    .form-wrap.contact-us-form li:last-child {
        width: 100%
    }
}

.form-wrap.contact-us-form li:last-child .nav-link {
    margin-right: 0
}

.form-wrap.contact-us-form .nav-link:focus {
    outline: none;
    border: none;
    box-shadow: none
}

.form-wrap.contact-us-form .nav-link:before {
    width: 20px;
    height: 20px;
    border: 1px solid #73758f;
    border-radius: 100%;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 2px
}

.form-wrap.contact-us-form .nav-link.active {
    font-weight: 600;
    background: none
}

.form-wrap.contact-us-form .nav-link.active:before {
    width: 20px;
    height: 20px;
    border-color: rgba(0, 0, 0, 0);
    content: "";
    border: 1px solid rgba(0, 0, 0, 0);
    background: url(/img/contact/radio-check.svg) center no-repeat
}

.form-wrap.contact-us-form select.form-control:not([size]):not([multiple]),
.form-wrap.contact-us-form select.form-control {
    background: #f8f8f9 url(/img/contact/akar-icons_chevron-down.svg) calc(100% - 20px) center no-repeat;
    appearance: none;
    -webkit-appearance: none
}

.form-wrap.contact-us-form .form-wrap textarea.form-control {
    height: 118px;
    resize: none
}

@media all and (min-width: 1600px) {
    .form-row {
        justify-content: space-between
    }
}

@media all and (max-width: 1159px) {
    .form-row .form-info {
        width: 380px
    }

    .form-row .form-wrap {
        width: calc(100% - 395px);
        margin-left: 15px;
        padding: 40px 35px 40px 35px
    }
}

@media all and (max-width: 991px) {
    .form-row {
        padding-bottom: 40px
    }

    .form-row .form-info {
        width: 100%
    }

    .form-row .form-wrap {
        width: 100%;
        margin-left: 0;
        margin-top: 40px
    }

    .form-row .desc {
        max-width: 380px
    }

    .form-row .img-frame {
        margin-top: 50px
    }

    .contact-banner {
        padding-top: 120px !important
    }
}

@media all and (max-width: 767px) {
    .form-info .main-heading {
        font-size: 20px;
        line-height: 34px
    }

    .form-wrap .nav.nav-tabs {
        flex-direction: column;
        gap: 15px
    }
}

.n-our-process {
    position: relative;
    padding-top: 2.5rem;
    overflow: hidden;
    padding-bottom: 2rem;
    background: #fff
}

@media(min-width: 768px) {
    .n-our-process {
        padding-top: 4.5rem;
        padding-bottom: 4rem
    }
}

.n-our-process .container {
    max-width: 90%;
    margin-left: auto;
    margin-right: 0;
    padding-right: 0
}

@media(max-width: 1024px) {
    .n-our-process .container {
        max-width: calc(100% - 20px);
        margin-left: 20px
    }
}

@media(min-width: 1800px) {
    .n-our-process .container {
        max-width: 80%
    }
}

@media(min-width: 2100px) {
    .n-our-process .container {
        max-width: 75%
    }
}

@media(min-width: 2800px) {
    .n-our-process .container {
        max-width: 68%
    }
}

.n-our-process .container .tab-content-info {
    padding-right: 0 !important
}

@media(max-width: 767px) {
    .n-our-process .container .tab-content-info {
        padding-right: 15px !important
    }
}

.n-our-process .container .tab-inside-wrapper {
    display: flex;
    align-items: flex-start
}

.n-our-process .container .tab-inside-wrapper .left-data {
    width: 70%;
    padding-right: 15px
}

@media(min-width: 1800px) {
    .n-our-process .container .tab-inside-wrapper .left-data {
        width: 70%
    }
}

@media(min-width: 2800px) {
    .n-our-process .container .tab-inside-wrapper .left-data {
        width: 60%
    }
}

@media(max-width: 1024px) {
    .n-our-process .container .tab-inside-wrapper .left-data {
        width: 100%
    }
}

.n-our-process .container .tab-inside-wrapper .right-data {
    width: 30%;
    text-align: right
}

@media(min-width: 1800px) {
    .n-our-process .container .tab-inside-wrapper .right-data {
        width: 30%
    }
}

@media(min-width: 2800px) {
    .n-our-process .container .tab-inside-wrapper .right-data {
        width: 40%
    }
}

@media(max-width: 1024px) {
    .n-our-process .container .tab-inside-wrapper .right-data {
        display: none
    }
}

.n-our-process .container .tab-inside-wrapper .right-data img {
    max-width: 100%;
    height: 100%
}

@media(min-width: 2200px) {
    .n-our-process .container .tab-inside-wrapper .right-data img.prototypes-img {
        max-width: 75%;
        height: 100%
    }
}

.n-our-process .sudeo-panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%
}

.n-our-process .sudeo-panel__bg-primary {
    background-color: #33bc8c;
    max-height: 350px;
    height: 100%
}

.n-our-process h2 {
    font-size: 24px;
    line-height: 34px;
    text-transform: inherit;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(min-width: 768px) {
    .n-our-process h2 {
        font-size: 48px;
        line-height: 65px;
        padding-bottom: 3rem;
        margin-bottom: 0
    }
}

.n-our-process.bg-light-grey h2 {
    color: #151945
}

@media(max-width: 767px) {
    .n-our-process.bg-light-grey h2 {
        font-size: 24px;
        font-family: "Manrope", sans-serif;
        font-weight: 600;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap
    }
}

.nav-arrow {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    align-items: center
}

.nav-arrow .slide-nav__arrow {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, .2);
    position: relative;
    text-align: center;
    margin: auto;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.nav-arrow .slide-nav__arrow img {
    position: absolute
}

.nav-arrow .slide-nav__arrow:focus,
.nav-arrow .slide-nav__arrow:hover {
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.nav-arrow .slide-nav__prev img {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg)
}

.nav-arrow .slide-nav__next img {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.nav-arrow .slick-disabled {
    opacity: .7
}

.slide-count {
    font-size: 23px;
    line-height: 33px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.process-step {
    background: #fff;
    -webkit-box-shadow: -2px 4px 45px 1px rgba(0, 0, 0, .13);
    box-shadow: -2px 4px 45px 1px rgba(0, 0, 0, .13);
    position: relative;
    padding: 100px 0px 60px 90px;
    margin: 0
}

@media(max-width: 992px) {
    .process-step {
        padding: 40px 0 50px 25px;
        margin: 10px 0 0 0
    }
}

@media(max-width: 568px) {
    .process-step .btn--primary {
        width: 93%
    }
}

.process-step .nav-tabs {
    position: relative;
    z-index: 1
}

@media(max-width: 992px) {
    .process-step .nav-tabs {
        padding: 12px 0
    }
}

.process-step .n-block-list {
    position: relative;
    z-index: 2
}

@media(max-width: 992px) {
    .process-step .n-block-list {
        flex-direction: column;
        width: 100%
    }
}

.process-step .n-block-list li {
    padding: 0 15px;
    font-size: 16px;
    color: #666;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 992px) {
    .process-step .n-block-list li {
        width: 100%
    }
}

@media(max-width: 767px) {
    .process-step .n-block-list li {
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .process-step .contact-btn {
        width: 90%
    }
}

@media(max-width: 568px) {
    .process-step .contact-btn {
        width: 96%
    }
}

.ns-tabs-v__link-text {
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    position: relative;
    color: #fff
}

.ns-tabs-v__link-text::before {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(21, 25, 69, .5);
    bottom: 0;
    top: 0;
    z-index: 0;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

@media(max-width: 991px) {
    .ns-tabs-v__link-text {
        font-size: 16px;
        line-height: 26px;
        display: flex;
        align-items: center
    }
}

@media(max-width: 991px) {
    .ns-tabs-v__link-text {
        position: relative
    }

    .ns-tabs-v__link-text::after {
        content: "";
        display: block;
        background: url(/img/common/minus.svg) no-repeat;
        width: 14px;
        height: 14px;
        position: absolute;
        right: 0;
        top: 15px
    }

    .ns-tabs-v__link-text.collapsed::after {
        content: "";
        display: block;
        background: url(/img/common/plus.svg) no-repeat;
        width: 14px;
        height: 14px;
        position: absolute;
        right: 0;
        top: 12px
    }

    .ns-tabs-v__link-text span {
        padding-right: 15px
    }
}

.ns-tabs-v__link-text .ns-tabs-v__fig-wrap {
    margin-right: 3rem;
    position: relative
}

@media(max-width: 991px) {
    .ns-tabs-v__link-text .ns-tabs-v__fig-wrap {
        margin-right: 1rem
    }
}

.ns-best-ui {
    position: relative;
    background: #fff;
    overflow: hidden
}

@media(min-width: 992px) {
    .ns-best-ui {
        padding: 90px 0 90px 100px
    }
}

@media(min-width: 1400px) {
    .ns-best-ui {
        padding: 90px 0 90px 15px
    }
}

@media(max-width: 1023px) {
    .ns-best-ui {
        padding: 30px 0 0
    }
}

@media(min-width: 1400px) {
    .ns-best-ui .container-fluid {
        max-width: 1140px
    }
}

.ns-best-ui .gsap-bg-blue {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #151945
}

.ns-best-ui h2 {
    color: #fff;
    padding-bottom: 50px;
    font-size: 20px;
    line-height: 34px;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 1023px) {
    .ns-best-ui h2 {
        padding-bottom: 10px
    }
}

@media(min-width: 768px) {
    .ns-best-ui h2 {
        font-size: 48px;
        line-height: 65px
    }
}

.ns-best-ui .ns-tabs-v {
    align-items: center
}

.ns-best-ui .n-tabs-circle {
    height: 35px;
    width: 35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1)
}

.ns-best-ui .ns-tabs-v__img {
    top: -6px;
    left: 14px
}

@media(max-width: 1023px) {
    .ns-best-ui .ns-tabs-v__img {
        position: absolute
    }
}

@media(min-width: 1024px) {
    .ns-best-ui .ns-tabs-v__img {
        top: 0;
        right: 0;
        -webkit-transform: translate(40%, -30%);
        -ms-transform: translate(40%, -30%);
        transform: translate(40%, -30%)
    }
}

.ns-best-ui .ns-tabs-v__left ul.nav-tabs {
    display: none;
    border: 0 !important
}

@media(min-width: 992px) {
    .ns-best-ui .ns-tabs-v__left ul.nav-tabs {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.ns-best-ui .ns-tabs-v__left ul.nav-tabs a {
    border: 0 !important;
    color: #888aa0;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 2rem !important;
    padding-left: 0;
    padding-right: 0
}

.ns-best-ui .ns-tabs-v__left ul.nav-tabs a.active {
    color: #fff;
    background: rgba(0, 0, 0, 0);
    border: 0
}

.ns-best-ui .ns-tabs-v__left ul.nav-tabs a.active .ns-tabs-v__link-text::before {
    width: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.ns-best-ui .ns-tabs-v__left ul.nav-tabs a.active:hover .ns-tabs-v__link-text {
    font-size: 18px;
    transition: none
}

.ns-best-ui .ns-tabs-v__left ul.nav-tabs a:hover {
    color: #fff
}

.ns-best-ui .ns-tabs-v__left ul.nav-tabs a:hover .ns-tabs-v__link-text {
    font-size: 19px;
    transition: all .6s ease
}

.ns-best-ui .ns-tabs-v__left ul.nav-tabs a:hover .ns-tabs-v__link-text::before {
    background: rgba(0, 0, 0, 0)
}

.ns-best-ui .ns-tabs-v__left ul.nav-tabs a .ns-tabs-v__fig-wrap {
    margin-right: 30px;
    position: relative
}

.ns-best-ui .ns-tabs-v__left ul.nav-tabs a .ns-tabs-v__fig-wrap .n-tabs-circle {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0)
}

.ns-best-ui .ns-tabs-v__left ul.nav-tabs a .ns-tabs-v__fig-wrap .n-tabs-circle::after {
    content: "";
    height: 35px;
    width: 35px;
    display: block;
    top: 0;
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1)
}

.ns-best-ui .ns-tabs-v__left ul.nav-tabs a .ns-tabs-v__fig-wrap .n-tabs-circle .ns-tabs-v__img {
    top: -6px;
    left: 14px
}

.ns-best-ui .ns-tabs-v__left ul.nav-tabs a .ns-tabs-v__fig-wrap .n-tabs-circle .ns-tabs-v__img i::before {
    font-size: 32px
}

@media(max-width: 1023px) {
    .ns-best-ui .ns-tabs-v__left ul.nav-tabs a .ns-tabs-v__fig-wrap .n-tabs-circle .ns-tabs-v__img {
        position: absolute
    }
}

@media(min-width: 1024px) {
    .ns-best-ui .ns-tabs-v__left ul.nav-tabs a .ns-tabs-v__fig-wrap .n-tabs-circle .ns-tabs-v__img {
        top: 0;
        right: 0;
        -webkit-transform: translate(40%, -30%);
        -ms-transform: translate(40%, -30%);
        transform: translate(40%, -30%)
    }
}

@media(min-width: 992px) {
    .ns-best-ui .col-lg-7 {
        position: absolute;
        right: 0;
        bottom: 0;
        flex: 0 0 56%;
        max-width: 56%
    }
}

@media(min-width: 1600px) {
    .ns-best-ui .col-lg-7 {
        flex: 0 0 54%;
        max-width: 54%
    }
}

@media(min-width: 2160px) {
    .ns-best-ui .col-lg-7 {
        flex: 0 0 52%;
        max-width: 52%
    }
}

@media(min-width: 3500px) {
    .ns-best-ui .col-lg-7 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.ns-best-ui .ns-tabs-v__right {
    position: relative;
    background-color: #33bc8c;
    display: flex;
    align-items: center;
    padding: 30px 99px 30px 20px;
    margin: 0 -100px 0 0;
    max-height: 100%;
    min-height: auto
}

@media(max-width: 991px) {
    .ns-best-ui .ns-tabs-v__right {
        position: relative;
        background: #33bc8c;
        width: 100%;
        display: block;
        padding: 0;
        margin: 0
    }
}

@media(min-width: 992px) {
    .ns-best-ui .ns-tabs-v__right {
        padding: 40px 99px 40px 100px;
        margin: 0 -40px 0 0;
        min-height: 100%;
        max-height: 100%
    }
}

@media(min-width: 1200px) {
    .ns-best-ui .ns-tabs-v__right {
        padding: 40px 100px 40px 100px;
        min-height: 540px
    }
}

@media(min-width: 1366px) {
    .ns-best-ui .ns-tabs-v__right {
        padding: 40px 120px 40px 100px;
        margin: 15px -100% 0 0
    }
}

@media(min-width: 1400px) {
    .ns-best-ui .ns-tabs-v__right {
        padding: 40px 150px 40px 100px
    }
}

@media(min-width: 1800px) {
    .ns-best-ui .ns-tabs-v__right {
        padding-right: 60%
    }
}

@media(min-width: 1200px) {
    .ns-best-ui .ns-tabs-v__right.ux-right {
        min-height: 450px
    }
}

@media(min-width: 1366px) {
    .ns-best-ui .ns-tabs-v__right .tab-content {
        padding-right: 62%
    }
}

@media(min-width: 1800px) {
    .ns-best-ui .ns-tabs-v__right .tab-content {
        padding-right: 60%
    }
}

.ns-best-ui .ns-tabs-v__right h3.subheading {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 991px) {
    .ns-best-ui .ns-tabs-v__right h3.subheading {
        display: none !important
    }
}

.ns-best-ui .ns-tabs-v__right p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: #fff
}

.ns-best-ui .ns-tabs-v__right .ns-panel-header {
    display: none
}

@media(max-width: 991px) {
    .ns-best-ui .ns-tabs-v__right .ns-panel-header {
        background: #151945 !important;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding: 2rem 1rem;
        display: block;
        border: 1px solid #151945
    }
}

@media(max-width: 991px) {
    .ns-best-ui .ns-tabs-v__right .ns-panel-body {
        padding: 2rem 1rem
    }
}

@media(max-width: 991px) {
    .ns-best-ui .ns-tabs-v__right .tab-pane {
        display: block !important;
        opacity: 1
    }
}

@media(min-width: 992px) {
    .ns-best-ui .ns-tabs-v__right .tab-pane .collapse {
        display: block
    }
}

.ns-best-ui .tab-content .subheading,
.ns-best-ui .tab-content .tab-content__des {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: all .6s cubic-bezier(0.2, 0, 1, 1) !important;
    -o-transition: all .6s cubic-bezier(0.2, 0, 1, 1) !important;
    transition: all .6s cubic-bezier(0.2, 0, 1, 1) !important
}

.ns-best-ui .tab-content .tab-content__des {
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px)
}

.ns-best-ui .tab-content .show .subheading,
.ns-best-ui .tab-content .show .tab-content__des {
    opacity: 1;
    display: block
}

.ns-best-ui .tab-content .n-gsap-link {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: all .6s cubic-bezier(0.6, 0, 1, 1) !important;
    -o-transition: all .6s cubic-bezier(0.6, 0, 1, 1) !important;
    transition: all .6s cubic-bezier(0.6, 0, 1, 1) !important
}

.ns-best-ui .tab-content .fade.show .n-gsap-link,
.ns-best-ui .tab-content .fade.show .subheading,
.ns-best-ui .tab-content .fade.show .tab-content__des {
    -webkit-transition: all .6s cubic-bezier(0.2, 0, 1, 1);
    -o-transition: all .6s cubic-bezier(0.2, 0, 1, 1);
    transition: all .6s cubic-bezier(0.2, 0, 1, 1);
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.ns-best-ui .tab-content .fade.show .n-gsap-link,
.ns-best-ui .tab-content .fade.show .tab-content__des {
    -webkit-transition: all .7s cubic-bezier(0.2, 0, 1, 1);
    -o-transition: all .7s cubic-bezier(0.2, 0, 1, 1);
    transition: all .7s cubic-bezier(0.2, 0, 1, 1)
}

.ns-best-ui .tab-content .fade.show .n-gsap-link {
    -webkit-transition: all .8s cubic-bezier(0.6, 0, 1, 1);
    -o-transition: all .8s cubic-bezier(0.6, 0, 1, 1);
    transition: all .8s cubic-bezier(0.6, 0, 1, 1)
}

@media all and (max-width: 991px) {

    .ns-best-ui .tab-content .n-gsap-link,
    .ns-best-ui .tab-content .subheading,
    .ns-best-ui .tab-content .tab-content__des {
        transform: none !important;
        opacity: 1 !important
    }

    .ns-best-ui .tab-content .n-gsap-link {
        opacity: 1 !important
    }
}

.service-banner .top-dot {
    top: -100px;
    right: 0
}

.service-devops {
    background: #f8f8f8
}

.service-devops h2 {
    font-size: 40px;
    color: #fff;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 992px) {
    .service-devops h2 {
        font-size: 24px
    }
}

.service-devops p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: #fff
}

.service-devops .devop-card {
    background: #151945;
    width: 100%;
    min-height: 562px;
    padding: 100px 0 100px 0;
    position: relative
}

@media(max-width: 992px) {
    .service-devops .devop-card {
        padding: 70px 0 130px 0
    }
}

.service-devops .mind-card {
    position: relative;
    top: -60px
}

.service-devops .mind-card .sub-section {
    padding: 100px 15px 100px 102px;
    background: #33bc8c
}

@media(max-width: 1024px) {
    .service-devops .mind-card .sub-section {
        padding: 50px 15px 50px 50px
    }
}

@media(max-width: 992px) {
    .service-devops .mind-card .sub-section {
        padding: 59px 24px 67px 24px
    }
}

@media(max-width: 992px) {
    .service-devops .mind-card .sub-section .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.service-devops .mind-card .sub-section .col-md-5 {
    position: absolute;
    bottom: -40px;
    right: 0
}

@media(max-width: 992px) {
    .service-devops .mind-card .sub-section .col-md-5 {
        display: none
    }
}

.service-devops .agility-card {
    padding: 40px 0 100px 0
}

@media(max-width: 992px) {
    .service-devops .agility-card {
        padding: 40px 0 80px 0
    }
}

.service-devops .agility-card h2 {
    font-size: 40px;
    color: #151945;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 992px) {
    .service-devops .agility-card h2 {
        font-size: 24px
    }
}

.service-devops .agility-card p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: #151945
}

.service-devops .agility-card .card-step {
    margin-top: 40px
}

.service-devops .agility-card .col-md-3 {
    margin-bottom: 15px
}

@media(max-width: 1024px) {
    .service-devops .agility-card .col-md-3 {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
}

@media(max-width: 992px) {
    .service-devops .agility-card .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media(max-width: 640px) {
    .service-devops .agility-card .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.service-devops .agility-card .sm-card {
    background: #fff;
    min-height: 116px;
    padding: 26px 60px 19px 26px;
    position: relative;
    overflow: hidden
}

.service-devops .agility-card .sm-card h4 {
    font-size: 15px;
    letter-spacing: .5px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.service-devops .agility-card .sm-card .n-sudeo-wraper {
    position: absolute;
    bottom: 0;
    right: 0
}

.service-devops .agility-card .sm-card .n-sudeo-circle {
    position: absolute;
    height: 80px;
    width: 80px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 101, 132, .1);
    bottom: -0.6rem;
    right: -0.6rem
}

.service-devops .agility-card .sm-card .n-sudeo-circle--gray {
    background: rgba(21, 25, 69, .1)
}

.service-devops .agility-card .sm-card .n-sudeo-circle--blue {
    background: rgba(108, 99, 255, .1)
}

.service-devops .agility-card .sm-card .n-sudeo-circle--ornage {
    background: rgba(255, 178, 125, .2)
}

.service-devops .agility-card .sm-card .n-sudeo-circle--green {
    background: rgba(96, 222, 177, .1)
}

.service-devops .agility-card .sm-card .bg-light-grey {
    background-color: #f8f8f9
}

.service-quality {
    padding: 100px 15px
}

@media(max-width: 767px) {
    .service-quality {
        padding: 77px 9px 89px 9px
    }
}

.service-quality h2 {
    font-size: 40px;
    color: #151945;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 992px) {
    .service-quality h2 {
        font-size: 24px
    }
}

.service-quality p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: #212529;
    margin-bottom: 0
}

@media(min-width: 768px) {
    .service-quality .top-item.full-wid {
        padding-right: 0
    }
}

@media(min-width: 1200px) {
    .service-quality .top-item.full-wid {
        padding-right: 10%
    }
}

@media(min-width: 1800px) {
    .service-quality .top-item.full-wid {
        padding-right: 20%
    }
}

@media(min-width: 1920px) {
    .service-quality .top-item.full-wid {
        padding-right: 25%
    }
}

@media(min-width: 2500px) {
    .service-quality .top-item.full-wid {
        padding-right: 0
    }
}

@media(min-width: 768px) {
    .service-quality .top-item {
        padding-left: 25px;
        padding-right: 40%
    }
}

@media(min-width: 1024px) {
    .service-quality .top-item {
        padding-left: 3%
    }
}

@media(min-width: 1280px) {
    .service-quality .top-item {
        padding-left: 6%
    }
}

@media(min-width: 1366px) {
    .service-quality .top-item {
        padding-left: 8%
    }
}

@media(min-width: 1400px) {
    .service-quality .top-item {
        padding-left: 10%
    }
}

@media(min-width: 1600px) {
    .service-quality .top-item {
        padding-left: 13%
    }
}

@media(min-width: 1800px) {
    .service-quality .top-item {
        padding-left: 17%
    }
}

@media(min-width: 1920px) {
    .service-quality .top-item {
        padding-left: 20%
    }
}

@media(min-width: 2100px) {
    .service-quality .top-item {
        padding-left: 23%
    }
}

@media(min-width: 2500px) {
    .service-quality .top-item {
        padding-left: 15px;
        max-width: 1140px;
        padding-right: 300px
    }
}

.service-quality .top-item .row {
    margin: 0
}

.service-quality .service-slider-container {
    padding: 0
}

@media(min-width: 768px) {
    .service-quality .service-slider-container {
        padding-left: 25px
    }
}

@media(min-width: 1024px) {
    .service-quality .service-slider-container {
        padding-left: 3%
    }
}

@media(min-width: 1280px) {
    .service-quality .service-slider-container {
        padding-left: 6%
    }
}

@media(min-width: 1366px) {
    .service-quality .service-slider-container {
        padding-left: 8%
    }
}

@media(min-width: 1400px) {
    .service-quality .service-slider-container {
        padding-left: 10%
    }
}

@media(min-width: 1600px) {
    .service-quality .service-slider-container {
        padding-left: 13%
    }
}

@media(min-width: 1800px) {
    .service-quality .service-slider-container {
        padding-left: 17%
    }
}

@media(min-width: 1920px) {
    .service-quality .service-slider-container {
        padding-left: 20%
    }
}

@media(min-width: 2100px) {
    .service-quality .service-slider-container {
        padding-left: 23%
    }
}

@media(min-width: 2500px) {
    .service-quality .service-slider-container {
        padding-left: 15px;
        max-width: 1140px
    }
}

.service-quality .service-slider-container .box-row {
    flex-wrap: nowrap;
    overflow: hidden;
    margin: 40px 0 0 0
}

.service-quality .service-slider-container .box-row .slick-slide {
    height: inherit !important
}

.service-quality .service-slider-container .box-row .slick-track {
    display: flex
}

@media(max-width: 640px) {
    .service-quality .service-slider-container .box-row .slick-track {
        flex-direction: column
    }
}

.service-quality .service-slider-container .box-row .col-md-4 {
    max-width: 488px
}

@media(max-width: 640px) {
    .service-quality .service-slider-container .box-row .col-md-4 {
        margin-bottom: 34px
    }
}

.service-quality .android-app-container {
    padding: 0
}

.service-quality .android-app-container .box-row {
    margin-top: 40px;
    flex-wrap: nowrap;
    overflow: hidden
}

@media(max-width: 640px) {
    .service-quality .android-app-container .box-row {
        margin: 40px 0 0 0
    }
}

.service-quality .android-app-container .box-row .slick-slide {
    height: inherit !important
}

@media(min-width: 768px) {
    .service-quality .android-app-container .box-row .slick-list {
        padding-left: 25px
    }
}

@media(min-width: 1024px) {
    .service-quality .android-app-container .box-row .slick-list {
        padding-left: 30px
    }
}

@media(min-width: 1280px) {
    .service-quality .android-app-container .box-row .slick-list {
        padding-left: 68px
    }
}

@media(min-width: 1366px) {
    .service-quality .android-app-container .box-row .slick-list {
        padding-left: 110px
    }
}

@media(min-width: 1400px) {
    .service-quality .android-app-container .box-row .slick-list {
        padding-left: 140px
    }
}

@media(min-width: 1600px) {
    .service-quality .android-app-container .box-row .slick-list {
        padding-left: 215px
    }
}

@media(min-width: 1920px) {
    .service-quality .android-app-container .box-row .slick-list {
        padding-left: 376px
    }
}

.service-quality .android-app-container .box-row .slick-track {
    display: flex
}

.service-quality .android-app-container .box-row .col-md-4 {
    max-width: 488px
}

.service-quality.section-5 {
    background: #201f24
}

.service-quality.section-5 h2 {
    color: #fff
}

.service-quality.section-5 p {
    color: gray
}

.service-quality.section-5 .android-slider-arrow {
    position: relative;
    top: 15px
}

@media(min-width: 767px) {
    .service-quality.section-5 .android-slider-arrow {
        position: relative;
        top: -51px
    }
}

.mobile-app {
    padding: 100px 15px
}

@media(max-width: 767px) {
    .mobile-app {
        padding: 77px 9px 89px 9px
    }
}

.mobile-app h2 {
    font-size: 40px;
    color: #151945;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 992px) {
    .mobile-app h2 {
        font-size: 24px
    }
}

.mobile-app p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: #212529
}

.response-time-section {
    background: #f8f8f8;
    padding: 89px 0 0 0
}

@media(min-width: 767px) {
    .response-time-section {
        padding: 89px 9px 100px 9px
    }
}

.response-time-section h2 {
    font-size: 40px;
    color: #151945;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 992px) {
    .response-time-section h2 {
        font-size: 24px
    }
}

.response-time-section p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: #8d8e98
}

.response-time-section .container {
    padding: 0
}

@media(min-width: 767px) {
    .response-time-section .container {
        padding: 0 15px
    }
}

.response-time-section .container .row {
    padding: 0 15px;
    margin: 0
}

@media(min-width: 767px) {
    .response-time-section .container .row {
        padding: 0
    }
}

.response-time-section .slider-main {
    margin-top: 54px
}

.response-time-section .slider-main .row {
    min-height: 330px;
    padding-left: 15px;
    padding-right: 15px
}

@media(max-width: 767px) {
    .response-time-section .slider-main .row {
        padding-left: 0;
        padding-right: 0
    }
}

.response-time-section .slider-main .row .slider-arrow .slide-nav__next {
    margin-left: 13px
}

.response-time-section .left-item {
    background: #fff;
    padding: 20px 40px 20px 100px;
    display: flex;
    justify-content: center;
    flex-direction: column
}

@media(max-width: 1024px) {
    .response-time-section .left-item {
        padding: 20px 40px 20px 40px
    }
}

@media(max-width: 767px) {
    .response-time-section .left-item {
        padding: 20px 26px;
        min-height: 325px
    }
}

.response-time-section .left-item .slide-count {
    color: #dcdcdc;
    font-size: 40px;
    margin-bottom: 23px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.response-time-section .left-item .slide-count span {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 767px) {
    .response-time-section .left-item .slide-count {
        margin-bottom: 16px
    }
}

.response-time-section .left-item h2 {
    font-size: 40px;
    color: #151945;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 30px
}

@media(max-width: 992px) {
    .response-time-section .left-item h2 {
        font-size: 24px
    }
}

@media(max-width: 767px) {
    .response-time-section .left-item h2 {
        margin-bottom: 49px
    }
}

.response-time-section .right-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #151945;
    padding: 20px 90px
}

@media(max-width: 767px) {
    .response-time-section .right-item {
        padding: 20px 26px;
        min-height: 306px
    }
}

.response-time-section .right-item .para {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.response-time-section .expect-row.no-gutter [class*=col-]:not(:first-child),
.response-time-section .expect-row.no-gutter [class*=col-]:not(:last-child) {
    padding-right: 10px;
    padding-left: 10px
}

@media(max-width: 567px) {
    .response-time-section .expect-row .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.mobile-app-maintain {
    background: #201f24;
    padding: 95px 9px
}

@media(max-width: 767px) {
    .mobile-app-maintain {
        padding: 100px 9px 34px 9px
    }
}

.mobile-app-maintain.mobile-dev {
    padding: 60px 9px
}

@media(max-width: 767px) {
    .mobile-app-maintain.mobile-dev {
        padding: 100px 9px 34px 9px
    }
}

.mobile-app-maintain .row {
    align-items: center
}

.mobile-app-maintain .left-item {
    width: calc(100% - 500px);
    height: 100%
}

.mobile-app-maintain .left-item::after {
    content: "";
    background: url(/img/android/mobile-back.png) no-repeat center center;
    width: 100%;
    height: 637px;
    display: block;
    background-size: 100%
}

@media(min-width: 1600px) {
    .mobile-app-maintain .left-item::after {
        width: 773px
    }
}

@media(min-width: 1400px) {
    .mobile-app-maintain .left-item::after {
        width: 700px
    }
}

@media(max-width: 767px) {
    .mobile-app-maintain .left-item::after {
        width: 310px;
        height: 251px;
        margin-bottom: 50px
    }
}

@media(max-width: 1024px) {
    .mobile-app-maintain .left-item {
        width: 100%;
        height: auto
    }
}

.mobile-app-maintain .collaborative-item {
    width: calc(100% - 500px);
    height: 100%
}

@media(max-width: 1024px) {
    .mobile-app-maintain .collaborative-item {
        width: 100%;
        height: auto
    }
}

.mobile-app-maintain .collaborative-item::before {
    content: "";
    display: block;
    background: url(/img/mobileservices/collaborative.svg) no-repeat center center;
    height: 540px;
    width: 600px;
    background-size: 100%
}

@media(max-width: 1024px) {
    .mobile-app-maintain .collaborative-item::before {
        width: 100%
    }
}

@media(max-width: 767px) {
    .mobile-app-maintain .collaborative-item::before {
        width: 100%;
        height: 251px;
        background-size: 100%;
        margin-bottom: 50px
    }
}

.mobile-app-maintain .right-item {
    width: 500px
}

@media(max-width: 1024px) {
    .mobile-app-maintain .right-item {
        width: 100%
    }
}

.mobile-app-maintain .right-item .inner-data {
    background: #fff;
    padding: 50px 50px
}

.mobile-app-maintain .right-item h3 {
    color: #151945;
    font-size: 20px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.mobile-app-maintain .right-item p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.maintenance-services {
    background: #151945;
    padding: 95px 9px
}

.maintenance-services h2 {
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 40px;
    color: #fff;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 992px) {
    .maintenance-services h2 {
        font-size: 24px
    }
}

@media(max-width: 767px) {
    .maintenance-services h2 {
        font-size: 22px
    }
}

.maintenance-services .grey-box {
    background: #f8f8f9;
    padding: 40px;
    margin-bottom: 15px
}

@media(max-width: 1024px) {
    .maintenance-services .grey-box {
        padding: 37px 31px
    }
}

.maintenance-services .grey-box h3 {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 20px;
    color: #151945;
    margin-bottom: 28px
}

.maintenance-services .grey-box p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 26px
}

.maintenance-services .grey-box:hover {
    background: #33bc8c
}

.maintenance-services .grey-box:hover h3,
.maintenance-services .grey-box:hover p {
    color: #fff
}

.card-border-box {
    border: 1px solid #d1d1d1;
    padding: 35px 25px 35px 35px;
    height: 100%
}

@media(max-width: 567px) {
    .card-border-box {
        padding: 22px 15px
    }
}

.card-border-box p {
    font-size: 15px;
    color: #000;
    line-height: 20.49px;
    margin: 15px 0 0 0;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 567px) {
    .card-border-box p {
        font-size: 11px;
        line-height: 15.03px
    }
}

.card-border-box .n-sudeo-wraper {
    position: relative;
    z-index: 1
}

.card-border-box .n-sudeo-wraper.about img {
    width: 28px;
    height: 28px
}

.card-border-box .n-sudeo-circle {
    position: absolute;
    width: 31px;
    height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ebdbf5;
    bottom: -5px;
    left: 15px;
    z-index: -1
}

.card-border-box .n-sudeo-circle--peach {
    background: #ffbcca
}

.card-border-box .n-sudeo-circle--neon-green {
    background: #bdffbc
}

.card-border-box .n-sudeo-circle--green {
    background: #adffe2
}

.card-border-box .n-sudeo-circle--yellow {
    background: #ffe79c
}

.card-border-box .n-sudeo-circle--orange {
    background: #ffb45b
}

.sleeves-section {
    padding: 100px 9px 90px 9px
}

.sleeves-section h2 {
    font-size: 40px;
    color: #151945;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 992px) {
    .sleeves-section h2 {
        font-size: 24px
    }
}

.sleeves-section p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: #212529
}

.sleeves-section .bottom-row {
    margin-top: 80px
}

.sleeves-section .bottom-row .col-md-6 {
    margin-bottom: 40px;
    display: flex
}

.sleeves-section .bottom-row .sleeve-txt-count {
    font-size: 30px;
    color: #212529;
    letter-spacing: .5px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.sleeves-section .bottom-row h3 {
    color: #151945;
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: .5px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.sleeves-section .bottom-row .sleeve-txt-para {
    color: #212529;
    font-size: 15px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    letter-spacing: .5px
}

.key-area-section {
    background: #151945;
    padding: 89px 0 0 0
}

@media(min-width: 767px) {
    .key-area-section {
        padding: 89px 9px 100px 9px
    }
}

.key-area-section .container {
    padding: 0
}

@media(min-width: 767px) {
    .key-area-section .container {
        padding: 0 15px
    }
}

.key-area-section .container .row {
    padding: 0 26px
}

@media(min-width: 767px) {
    .key-area-section .container .row {
        padding: 0
    }
}

.key-area-section h2 {
    font-size: 40px;
    color: #fff;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 992px) {
    .key-area-section h2 {
        font-size: 24px
    }
}

.key-area-section p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: #fff;
    margin-bottom: 0
}

.key-area-section .slider-main {
    margin-top: 54px
}

.key-area-section .slider-main .row {
    min-height: 330px;
    padding-left: 15px;
    padding-right: 15px
}

.key-area-section .slider-main .row .slider-arrow .slide-nav__next {
    margin-left: 13px
}

.key-area-section .left-item {
    background: #fff;
    padding: 20px 40px 20px 100px;
    display: flex;
    justify-content: center;
    flex-direction: column
}

@media(max-width: 992px) {
    .key-area-section .left-item {
        padding: 20px 26px;
        min-height: 325px
    }
}

.key-area-section .left-item .slide-count {
    color: #dcdcdc;
    font-size: 40px;
    margin-bottom: 23px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.key-area-section .left-item .slide-count span {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 767px) {
    .key-area-section .left-item .slide-count {
        margin-bottom: 16px
    }
}

.key-area-section .left-item h2 {
    font-size: 40px;
    color: #151945;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 30px
}

@media(max-width: 992px) {
    .key-area-section .left-item h2 {
        font-size: 24px
    }
}

@media(max-width: 767px) {
    .key-area-section .left-item h2 {
        margin-bottom: 49px
    }
}

.key-area-section .right-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #33bc8c;
    padding: 20px 90px
}

@media(max-width: 992px) {
    .key-area-section .right-item {
        padding: 20px 26px;
        min-height: 306px
    }
}

.key-area-section .right-item .para {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.server-maintenance-section {
    background: #1a191d;
    padding: 0;
    display: flex
}

.server-maintenance-section h2 {
    font-size: 40px;
    color: #fff;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 992px) {
    .server-maintenance-section h2 {
        font-size: 24px
    }
}

.server-maintenance-section p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: #fff
}

@media(min-width: 767px) {
    .server-maintenance-section .row {
        height: 700px
    }
}

.server-maintenance-section .inside-data {
    padding: 84px 26px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media(min-width: 767px) {
    .server-maintenance-section .inside-data {
        padding: 20px 0
    }
}

.server-maintenance-section .btn {
    width: 210px;
    margin: 0
}

.server-maintenance-section .right-item {
    height: 100%
}

.server-maintenance-section .right-item .img-box {
    height: 100%;
    width: 100%
}

.server-maintenance-section .right-item .img-box img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0
}

.choose-naskey-section {
    background: #fff;
    padding-bottom: 20px
}

@media(min-width: 767px) {
    .choose-naskey-section {
        padding-bottom: 100px
    }
}

.choose-naskey-section .choose-naskey-container {
    background: #33bc8c;
    padding: 83px 9px
}

.choose-naskey-section .choose-naskey-container h2 {
    font-size: 40px;
    color: #fff;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 992px) {
    .choose-naskey-section .choose-naskey-container h2 {
        font-size: 24px
    }
}

.choose-naskey-section .choose-naskey-container p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: #fff
}

.choose-naskey-section .bottom-row {
    margin-top: -60px;
    position: relative
}

.choose-naskey-section .bottom-row .card-box {
    margin-bottom: 30px;
    display: flex;
    min-height: 375px
}

.choose-naskey-section .bottom-row .count {
    font-size: 30px;
    color: #212529;
    letter-spacing: .5px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.choose-naskey-section .bottom-row .grey-box {
    padding: 50px 37px
}

@media(max-width: 992px) {
    .about-banner {
        padding-top: 120px
    }
}

.about-banner .head {
    text-align: center
}

.about-banner .head .n-dot-pattern {
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: -1
}

@media(max-width: 991px) {
    .about-banner .banner__heading {
        font-size: 36px;
        line-height: 50px
    }
}

.about-banner p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 18px;
    line-height: 30px;
    padding: 0 10px;
    margin-bottom: 50px;
    color: #666
}

@media(min-width: 1200px) {
    .about-banner p {
        padding: 0 130px;
        margin-bottom: 40px
    }
}

@media(min-width: 1500px) {
    .about-banner p {
        font-size: 20px;
        margin-bottom: 57px
    }
}

.about-banner p.pd0 {
    padding: 0
}

@media(max-width: 767px) {
    .about-banner .bottom-row {
        padding: 0
    }
}

@media(max-width: 1450px) {
    .about-banner .bottom-row img {
        max-width: 650px;
        height: 281px
    }
}

@media(max-width: 1366px) {
    .about-banner .bottom-row img {
        max-width: 580px;
        height: 251px
    }
}

@media(max-width: 992px) {
    .about-banner .bottom-row img {
        padding-top: 0 !important
    }
}

@media(max-width: 767px) {
    .about-banner .bottom-row img {
        margin-bottom: 40px
    }
}

@media(min-width: 1600px) {
    .about-banner .bottom-row img {
        max-width: 800px
    }
}

.about-key-section {
    background: #fff;
    padding: 0 0 0 0
}

@media(min-width: 767px) {
    .about-key-section {
        background: #151945;
        padding: 89px 0 89px 0
    }
}

.about-key-section .slick-track {
    background: #33bc8c
}

@media(min-width: 767px) {
    .about-key-section .slick-track {
        background: rgba(0, 0, 0, 0)
    }
}

.about-primary-btn {
    width: 100%
}

@media(min-width: 767px) {
    .about-primary-btn {
        max-width: 210px
    }
}

.our-process-section {
    background: #201f24;
    padding: 50px 9px 150px 9px
}

@media(max-width: 992px) {
    .our-process-section {
        padding: 50px 9px 90px 9px
    }
}

.our-process-section .container {
    padding: 0
}

.our-process-section h1 {
    font-size: 40px;
    color: #fff;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 992px) {
    .our-process-section h1 {
        font-size: 24px
    }
}

@media(max-width: 992px) {
    .our-process-section h1 {
        font-size: 32px
    }
}

.our-process-section p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: #fff
}

.our-process-section .mobile-count {
    font-size: 48px;
    color: #33bc8c;
    margin-bottom: 20px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.our-process-section .mobile-count sub {
    font-size: 24px;
    bottom: 0
}

@media(min-width: 992px) {
    .our-process-section .mobile-count {
        display: none
    }
}

.our-process-section .process-arrow {
    margin-bottom: 30px
}

.our-process-section .process-arrow .slider-arrow .slide-nav__next {
    margin-left: 13px
}

@media(min-width: 992px) {
    .our-process-section .process-arrow {
        display: none
    }
}

@media(max-width: 992px) {
    .our-process-section .slider-main.desktop {
        display: none
    }
}

.our-process-section .slider-main.mobile .slick-list {
    background: #fff
}

@media(min-width: 992px) {
    .our-process-section .slider-main.mobile {
        display: none
    }
}

.our-process-section .slider-main h2 {
    font-size: 40px;
    color: #151945;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    margin-bottom: 15px
}

@media(max-width: 992px) {
    .our-process-section .slider-main h2 {
        font-size: 24px
    }
}

.our-process-section .slider-main .para {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: #73758f
}

.our-process-section .slider-main .inner-data {
    height: 600px;
    background: #fff
}

@media(max-width: 992px) {
    .our-process-section .slider-main .inner-data {
        height: auto;
        min-height: auto;
        padding: 24px 36px 24px 36px
    }
}

.our-process-section .slider-main .inner-data .row {
    height: 100%
}

@media(max-width: 992px) {
    .our-process-section .slider-main .inner-data .row .left-item {
        display: none
    }
}

.our-process-section .slider-main .inner-data .row .right-item {
    height: 100%;
    display: flex;
    justify-content: center
}

@media(max-width: 992px) {
    .our-process-section .slider-main .inner-data .row .right-item {
        padding: 0;
        justify-content: flex-start
    }
}

.our-process-section .slider-main .slider-arrow {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex !important
}

.our-process-section .slider-main .slider-arrow img {
    margin-bottom: 0 !important
}

@media(min-width: 992px) {
    .our-process-section .slider-main .slider-arrow {
        display: none !important
    }
}

.our-process-section .slider-main .slide-count {
    color: #e7e8ec;
    font-size: 40px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    padding: 20px 0;
    border-color: rgba(0, 0, 0, 0)
}

.our-process-section .slider-main .slide-count.active {
    font-size: 70px;
    color: #33bc8c;
    padding: 40px 0;
    border-top: 1px solid #e7e8ec;
    border-bottom: 1px solid #e7e8ec
}

.our-process-section .slider-main .slide-count.active:hover {
    color: #33bc8c
}

.our-process-section .slider-main .slide-count:hover {
    color: #aeb1bf
}

.our-process-section .slider-main .left-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.our-process-section .slider-main .right-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 70px
}

@media(max-width: 992px) {
    .our-process-section .slider-main .right-item {
        padding-right: 0
    }
}

.our-process-section .slider-main .right-item .img-wrapper {
    width: 250px;
    height: 200px;
    margin-bottom: 40px
}

.our-process-section .slider-main .right-item .img-wrapper .card-img {
    width: 250px;
    height: 200px
}

@media(max-width: 767px) {
    .difft-banner {
        padding-top: 150px
    }

    .difft-banner img {
        display: none
    }
}

.difft-banner .bottom-row {
    position: relative
}

@media(max-width: 767px) {
    .difft-banner .bottom-row::after {
        content: "";
        display: block;
        background: url(/img/about/differentiator-banner.svg) no-repeat;
        width: 100%;
        height: 272px;
        background-size: cover;
        position: absolute;
        bottom: 20px
    }
}

.difft-banner .banner-counts {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 20px
}

@media(max-width: 767px) {
    .difft-banner .banner-counts {
        position: relative;
        margin: 0
    }
}

.difft-banner .banner-counts .col-md-12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media(max-width: 767px) {
    .difft-banner .banner-counts .col-md-12 {
        justify-content: space-evenly
    }
}

.difft-banner .banner-counts .count-txt {
    color: #151945;
    letter-spacing: .5px;
    text-align: center;
    font-size: 54px;
    line-height: normal;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    margin-bottom: 50px;
    position: relative;
    top: -10px
}

@media(max-width: 1450px) {
    .difft-banner .banner-counts .count-txt {
        font-size: 35px;
        margin-bottom: 30px
    }
}

@media(max-width: 767px) {
    .difft-banner .banner-counts .count-txt {
        font-size: 32px
    }
}

.difft-banner .banner-counts .count-txt span {
    display: block;
    color: #959595;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 767px) {
    .difft-banner .banner-counts .count-txt span {
        font-size: 14px
    }
}

.difft-banner .banner-counts .count-txt+.count-txt {
    margin-left: 10%
}

@media(max-width: 992px) {
    .difft-banner .banner-counts .count-txt+.count-txt {
        margin-left: 5%
    }
}

.we-specialize {
    padding: 100px 9px
}

@media(max-width: 767px) {
    .we-specialize {
        padding: 78px 9px
    }
}

.we-specialize h2 {
    font-size: 40px;
    color: #151945;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 992px) {
    .we-specialize h2 {
        font-size: 24px
    }
}

.we-specialize p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.we-specialize .row {
    align-items: center
}

@media(max-width: 767px) {
    .we-specialize .row .col-md-5 {
        display: none
    }
}

.we-specialize .row .col-md-7 {
    padding: 0 50px
}

@media(max-width: 767px) {
    .we-specialize .row .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px
    }
}

.our-processes {
    background: #f8f8f8;
    padding: 100px 9px
}

@media(max-width: 767px) {
    .our-processes {
        padding: 87px 9px
    }
}

@media(max-width: 767px) {
    .our-processes .col-md-6:last-child {
        margin-top: 38px
    }
}

.our-processes .white-box {
    padding: 45px 46px;
    background: #fff;
    height: 100%
}

.our-processes .white-box h2 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .5px;
    color: #151945;
    margin-bottom: 25px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.our-processes .white-box p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.logo-service-slider-panel .slick-list .slick-track {
    display: flex
}

@media(max-width: 767px) {
    .logo-service-slider-panel .slick-list .slick-track {
        margin-left: 0
    }
}

@media(max-width: 640px) {
    .logo-service-slider-panel .slick-list .slick-track {
        margin-left: 0;
        flex-direction: column;
        width: 100% !important
    }
}

.logo-service-slider-panel .slick-list .slick-slide {
    height: inherit !important
}

.logo-service-slider-panel__item {
    background: #fff;
    margin: 0 20px 20px;
    -webkit-box-shadow: 0 0 1px 1px #f1efee;
    box-shadow: 0 0 1px 1px #f1efee;
    outline: 0;
    padding: 40px 54px
}

@media(max-width: 1023px) {
    .logo-service-slider-panel__item {
        margin: 20px 10px 20px 10px;
        padding: 15px
    }
}

@media(max-width: 640px) {
    .logo-service-slider-panel__item {
        margin: 20px 10px 20px 10px;
        padding: 15px;
        width: calc(100% - 20px) !important
    }
}

.logo-service-slider-panel__item .shadow-0 {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer
}

.logo-service-slider-panel__item .n-sudeo-wraper {
    position: relative;
    z-index: 1
}

.logo-service-slider-panel__item .n-sudeo-wraper.logo-sudeo img {
    width: 58px;
    height: 58px;
    object-fit: contain
}

.logo-service-slider-panel__item .n-sudeo-circle {
    position: absolute;
    width: 44.95px;
    height: 45.31px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 164, 18, .29);
    bottom: -10px;
    left: 20px;
    z-index: -1
}

.logo-service-slider-panel__item .n-sudeo-circle--peach {
    background: #ffcbc8
}

.logo-service-slider-panel__item .n-sudeo-circle--green {
    background: #dafff2
}

.logo-service-slider-panel__item .n-sudeo-circle--blue {
    background: #eeedff
}

.logo-service-slider-panel__item h4 {
    font-size: 24px;
    line-height: 34px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    padding: 30px 0 20px
}

@media(max-width: 1023px) {
    .logo-service-slider-panel__item h4 {
        font-size: 20px;
        line-height: 30px
    }
}

.logo-service-slider-panel__item p {
    font-size: 15px;
    line-height: 30px;
    color: #212529;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.logo-service-slider-panel__item h3 {
    font-weight: 300;
    font-size: 35px;
    line-height: 30px;
    color: #8d8e98
}

@media(max-width: 1023px) {
    .logo-service-slider-panel__item h3 {
        font-size: 22px;
        line-height: 32px
    }
}

.logo-service-slider-panel__item h6 {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 20px;
    line-height: 30px;
    color: #151945
}

@media(max-width: 1023px) {
    .logo-service-slider-panel__item h6 {
        font-size: 18px;
        line-height: 28px
    }
}

.logo-service-slider-panel__item .desc {
    color: #212529
}

.logo-service-slider-02 {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
    color: #fff;
    background: #151945
}

@media(min-width: 768px) {
    .logo-service-slider-02 {
        padding-top: 4.5rem;
        padding-bottom: 4rem
    }
}

.logo-service-slider .slide-count-1 {
    font-size: 60px;
    line-height: 70px
}

@media(max-width: 767px) {
    .logo-service-slider .slide-count-1 {
        display: none
    }
}

.logo-service-slider .slide-count-1.mobile {
    display: block;
    padding: 0 15px
}

@media(min-width: 768px) {
    .logo-service-slider .slide-count-1.mobile {
        display: none
    }
}

.logo-service-slider .current-slide {
    font-size: 70px;
    line-height: 55px;
    color: #dcdcdc
}

@media(max-width: 768px) {
    .logo-service-slider .current-slide {
        color: #fff;
        font-size: 50px
    }
}

@media(min-width: 768px) {
    .logo-service-slider ul.logo-service-slider-expert {
        margin-top: 30px
    }
}

.logo-service-slider ul.logo-service-slider-expert .slick-list .slick-track li {
    padding: 0 40px
}

@media(max-width: 1024px) {
    .logo-service-slider ul.logo-service-slider-expert .slick-list .slick-track li {
        padding: 0 20px
    }
}

@media(max-width: 767px) {
    .logo-service-slider ul.logo-service-slider-expert .slick-list .slick-track li {
        padding: 0 20px
    }
}

.logo-service-slider .nav-arrow {
    margin-left: 40px
}

@media(max-width: 1024px) {
    .logo-service-slider .nav-arrow {
        margin-left: 20px
    }
}

@media(max-width: 767px) {
    .logo-service-slider .nav-arrow {
        margin-left: 0;
        padding: 0 20px
    }
}

.logo-service-slider .total-slide {
    font-size: 40px;
    line-height: 0;
    opacity: .4
}

@media(max-width: 768px) {
    .logo-service-slider .total-slide {
        font-size: 18px
    }
}

.logo-service-slider h2 {
    text-transform: inherit;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 35px;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    padding: 0 15px
}

@media(min-width: 992px) {
    .logo-service-slider h2 {
        font-size: 40px;
        line-height: 65px
    }
}

.logo-service-slider h4 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 767px) {
    .logo-service-slider h4 {
        font-size: 18px;
        line-height: 30px
    }
}

.logo-service-slider p {
    opacity: .8;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px
}

.logo-service-slider.api-service-slider ul.logo-service-slider-expert .slick-list .slick-track li {
    padding: 0
}

@media(max-width: 1024px) {
    .logo-service-slider.api-service-slider ul.logo-service-slider-expert .slick-list .slick-track li {
        padding: 0
    }
}

@media(max-width: 767px) {
    .logo-service-slider.api-service-slider ul.logo-service-slider-expert .slick-list .slick-track li {
        padding: 0
    }
}

.logo-service-slider.api-service-slider .nav-arrow {
    margin-left: 0
}

@media(max-width: 1024px) {
    .logo-service-slider.api-service-slider .nav-arrow {
        margin-left: 0
    }
}

@media(max-width: 767px) {
    .logo-service-slider.api-service-slider .nav-arrow {
        margin-left: 0;
        padding: 0
    }
}

.across-industires {
    padding-top: 2.5rem;
    padding-bottom: 2rem
}

@media(min-width: 768px) {
    .across-industires {
        padding-top: 4.5rem;
        padding-bottom: 4rem
    }
}

.across-industires h2 {
    text-transform: inherit;
    font-size: 20px;
    line-height: 34px;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(min-width: 768px) {
    .across-industires h2 {
        font-size: 48px;
        line-height: 65px
    }
}

.across-industires .n-industries-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

@media(max-width: 1023px) {
    .across-industires .n-industries-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        flex-wrap: wrap
    }
}

.across-industires .n-industries-list .n-industries-list__item {
    width: 20%;
    margin-top: 3rem;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 16px
}

@media(max-width: 767px) {
    .across-industires .n-industries-list .n-industries-list__item {
        width: 33.33%
    }
}

@media(max-width: 568px) {
    .across-industires .n-industries-list .n-industries-list__item {
        width: 50%
    }
}

@media(min-width: 768px) {
    .across-industires .n-industries-list .n-industries-list__item {
        width: 25%
    }
}

@media(min-width: 1200px) {
    .across-industires .n-industries-list .n-industries-list__item {
        width: 20%
    }
}

.across-industires .n-industries-list .n-industries-list__item .n-industries-view {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 1.4rem
}

.across-industires .n-industries-list .n-industries-list__item .n-industries-view img {
    width: 40px;
    height: 40px;
    object-fit: contain
}

.across-industires .n-industries-list .n-industries-list__item .n-industries-view::before {
    content: "";
    position: absolute;
    height: 36px;
    width: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ebdbf5;
    left: 16px;
    bottom: -3px;
    z-index: -1
}

.across-industires .n-industries-list .n-industries-list__item:nth-child(2) .n-industries-view::before,
.across-industires .n-industries-list .n-industries-list__item:nth-child(9) .n-industries-view::before {
    background: #ffbcca !important
}

.across-industires .n-industries-list .n-industries-list__item:nth-child(3) .n-industries-view::before {
    background: #ffe79c !important
}

.across-industires .n-industries-list .n-industries-list__item:nth-child(14) .n-industries-view::before,
.across-industires .n-industries-list .n-industries-list__item:nth-child(4) .n-industries-view::before {
    background: #bebaff !important
}

.across-industires .n-industries-list .n-industries-list__item:nth-child(11) .n-industries-view::before,
.across-industires .n-industries-list .n-industries-list__item:nth-child(5) .n-industries-view::before {
    background: #adffe2 !important
}

.across-industires .n-industries-list .n-industries-list__item:nth-child(12) .n-industries-view::before,
.across-industires .n-industries-list .n-industries-list__item:nth-child(6) .n-industries-view::before {
    background: #e5ffc4 !important
}

.across-industires .n-industries-list .n-industries-list__item:nth-child(10) .n-industries-view::before,
.across-industires .n-industries-list .n-industries-list__item:nth-child(13) .n-industries-view::before,
.across-industires .n-industries-list .n-industries-list__item:nth-child(7) .n-industries-view::before {
    background: #fff066 !important
}

.across-industires .n-industries-list .n-industries-list__item .n-industries-type {
    color: #3f3d56
}

.n-enagage-container {
    padding-top: 5.5rem
}

.n-enagage-container h4 {
    color: #151945;
    font-size: 24px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 767px) {
    .n-enagage-container h4 {
        margin-bottom: 30px !important
    }
}

.n-enagage-container .n-enagage-list {
    display: flex;
    width: 100%
}

@media(max-width: 1023px) {
    .n-enagage-container .n-enagage-list {
        flex-wrap: wrap
    }
}

.n-enagage-container .n-enagage-list .n-enagage-list__item {
    margin-right: .6rem;
    margin-left: .6rem;
    padding: 2rem 2.5rem;
    text-align: left;
    position: relative;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    cursor: pointer
}

@media(max-width: 1023px) {
    .n-enagage-container .n-enagage-list .n-enagage-list__item {
        padding: 1rem 1.5rem;
        margin-bottom: 1rem
    }
}

@media(max-width: 767px) {
    .n-enagage-container .n-enagage-list .n-enagage-list__item {
        margin-bottom: 11rem;
        color: #fff;
        background: #33bc8c !important
    }
}

.n-enagage-container .n-enagage-list .n-enagage-list__item:focus,
.n-enagage-container .n-enagage-list .n-enagage-list__item:hover {
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    background: #33bc8c;
    -webkit-box-shadow: 0 10px 17px rgba(0, 0, 0, .02);
    box-shadow: 0 10px 17px rgba(0, 0, 0, .02);
    color: #fff
}

.n-enagage-container .n-enagage-list .n-enagage-list__item:focus .n-card-hover-cnt,
.n-enagage-container .n-enagage-list .n-enagage-list__item:hover .n-card-hover-cnt {
    display: block
}

.n-enagage-container .n-enagage-list .n-enagage-list__item:focus .n-branding-icon path,
.n-enagage-container .n-enagage-list .n-enagage-list__item:hover .n-branding-icon path {
    fill: #fff
}

@media(max-width: 767px) {
    .n-enagage-container .n-enagage-list .n-enagage-list__item .n-branding-icon path {
        fill: #fff
    }
}

.n-enagage-container .n-enagage-list .n-card-w {
    background: #fff;
    -webkit-box-shadow: 0 10px 17px rgba(0, 0, 0, .02);
    box-shadow: 0 10px 17px rgba(0, 0, 0, .02)
}

.n-enagage-container .n-enagage-list .n-card-hover-cnt {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    left: 0;
    display: none;
    padding: 1.5rem 2.5rem
}

@media(max-width: 767px) {
    .n-enagage-container .n-enagage-list .n-card-hover-cnt {
        top: auto;
        bottom: 0;
        display: block;
        min-height: 130px;
        width: 100%;
        -webkit-transform: translateY(99%);
        -ms-transform: translateY(99%);
        transform: translateY(99%)
    }
}

.n-enagage-container .n-enagage-list .n-branding-icon path,
.n-enagage-container .n-enagage-list .n-card-hover-cnt {
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.n-enagage-container .n-enagage-list .n-media {
    display: flex;
    align-items: center
}

.n-enagage-container .n-enagage-list .n-media__right {
    margin-left: 1.8rem
}

.n-enagage-container .n-enagage-list .n-logo-pattern {
    position: absolute;
    right: 0;
    bottom: 0
}

.branding-trust {
    padding: 100px 9px;
    position: relative;
    z-index: 1
}

.branding-trust::after {
    content: "";
    display: block;
    background: url(/img/branding/trust-back.webp) no-repeat center bottom;
    position: absolute;
    bottom: 0;
    right: -28px;
    height: 554px;
    width: 400px;
    z-index: -1;
    background-size: 350px
}

@media(max-width: 767px) {
    .branding-trust::after {
        background: none
    }
}

@media(max-width: 1024px) {
    .branding-trust::after {
        background-size: 283px;
        right: -58px
    }
}

@media(min-width: 1366px) {
    .branding-trust::after {
        right: -27px
    }
}

@media(min-width: 1440px) {
    .branding-trust::after {
        right: -27px
    }
}

@media(min-width: 1600px) {
    .branding-trust::after {
        background-size: 100%
    }
}

.branding-trust h2 {
    text-transform: inherit;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 35px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(min-width: 768px) {
    .branding-trust h2 {
        font-size: 48px;
        line-height: 65px
    }
}

.branding-trust p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: #212529
}

.branding-trust .n-card-border {
    padding: 1.8rem 1.6rem;
    background: #f8f8f9;
    -webkit-box-shadow: 0 10px 17px rgba(0, 0, 0, .02);
    box-shadow: 0 10px 17px rgba(0, 0, 0, .02);
    margin-bottom: 1rem;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 114px;
    display: flex;
    align-items: center
}

@media(max-width: 1023px) {
    .branding-trust .n-card-border {
        padding: 1rem
    }
}

.branding-trust .n-card-border .n-card-heading {
    font-size: 15px;
    line-height: 25px;
    color: #151945;
    display: inline-block;
    max-width: 180px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.branding-trust .n-card-border .n-sudeo-wraper {
    position: absolute;
    bottom: 0;
    right: 0
}

.branding-trust .n-card-border .n-sudeo-circle {
    position: absolute;
    height: 80px;
    width: 80px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 101, 132, .1);
    bottom: -0.5rem;
    right: -0.5rem
}

.branding-trust .n-card-border .n-sudeo-circle--gray {
    background: rgba(21, 25, 69, .1)
}

.branding-trust .n-card-border .n-sudeo-circle--blue {
    background: rgba(108, 99, 255, .1)
}

.branding-trust .n-card-border .n-sudeo-circle--ornage {
    background: rgba(255, 178, 125, .2)
}

.branding-trust .n-card-border .n-sudeo-circle--green {
    background: rgba(96, 222, 177, .1)
}

.branding-trust .n-card-border .bg-light-grey {
    background-color: #f8f8f9
}

.branding-along-section {
    background: #151945;
    color: #fff
}

@media(max-width: 1024px) {
    .branding-along-section {
        padding: 20px
    }
}

.branding-along-section h4 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: .5px;
    color: #fff;
    margin-bottom: 29px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 767px) {
    .branding-along-section h4 {
        margin-top: 38px
    }
}

.branding-along-section p {
    font-size: 15px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.diff-slider-main {
    padding: 0
}

@media(min-width: 767px) {
    .diff-slider-main {
        padding: 89px 0 89px 0
    }
}

.diff-slider-main h2 {
    font-size: 40px;
    color: #fff;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 992px) {
    .diff-slider-main h2 {
        font-size: 24px
    }
}

.diff-slider-main p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: #fff;
    margin-bottom: 0
}

.diff-slider-main .row-1 {
    margin-bottom: 54px
}

@media(max-width: 767px) {
    .diff-slider-main .row-1 {
        padding: 89px 15px 54px 15px;
        margin: 0
    }
}

@media(max-width: 767px) {
    .diff-slider-main .new-service-slider {
        padding: 0
    }
}

@media(max-width: 992px) {
    .diff-slider-main .new-service-slider .new-service-slider__blue {
        padding: 40px 0px
    }
}

@media(max-width: 767px) {
    .diff-slider-main .new-service-slider .new-service-slider__blue {
        padding: 25px 0px
    }
}

.mobile-droping-section {
    background: #151945;
    padding: 100px 9px 150px 9px;
    color: #fff
}

.mobile-droping-section .header-row {
    padding: 0 0 60px 0;
    border-bottom: .5px solid rgba(255, 255, 255, .2)
}

.mobile-droping-section .header-row h2 {
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    letter-spacing: .5px
}

@media(max-width: 767px) {
    .mobile-droping-section .header-row h2 {
        font-size: 32px;
        line-height: 50px
    }
}

.mobile-droping-section .droping-list {
    margin-top: 60px;
    width: 100%
}

@media(max-width: 640px) {
    .mobile-droping-section .droping-list li {
        flex: 100%;
        max-width: 100%
    }

    .mobile-droping-section .droping-list li p {
        margin: 0
    }

    .mobile-droping-section .droping-list li h3 {
        margin-bottom: 10px
    }

    .mobile-droping-section .droping-list li+li {
        margin-top: 50px
    }
}

.mobile-droping-section .droping-list h3 {
    font-size: 20px;
    line-height: normal;
    letter-spacing: .5px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(min-width: 992px) {
    .mobile-droping-section .droping-list h3 {
        font-size: 48px;
        line-height: 65.57px
    }
}

.mobile-droping-section .droping-list p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.best-mobile-section {
    background: #f8f8f9;
    padding: 15px
}

@media(min-width: 992px) {
    .best-mobile-section {
        padding: 0
    }
}

.best-mobile-section .top-container {
    background: #33bc8c;
    padding: 30px 25px;
    color: #fff;
    position: relative;
    top: -100px
}

@media(min-width: 992px) {
    .best-mobile-section .top-container {
        padding: 80px 100px
    }
}

.best-mobile-section .top-container h2 {
    font-size: 40px;
    color: #fff;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    margin-bottom: 20px
}

@media(max-width: 992px) {
    .best-mobile-section .top-container h2 {
        font-size: 24px
    }
}

.best-mobile-section .top-container p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.best-mobile-section .bottom-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 70px 0
}

.best-mobile-section .bottom-container h2 {
    font-size: 40px;
    color: #151945;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 992px) {
    .best-mobile-section .bottom-container h2 {
        font-size: 24px
    }
}

.best-mobile-section .bottom-container p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: #212529
}

.collaborative-section {
    background-color: #201f24;
    padding: 0;
    position: relative;
    height: 630px
}

@media(max-width: 992px) {
    .collaborative-section {
        height: 670px
    }
}

@media(max-width: 568px) {
    .collaborative-section {
        height: 750px
    }
}

.collaborative-section::before {
    content: "";
    display: block;
    background: url(/img/mobileservices/collaborative.svg) no-repeat;
    height: 540px;
    width: 844px;
    position: absolute;
    bottom: 0
}

@media(max-width: 1024px) {
    .collaborative-section::before {
        height: 342px;
        width: 530px;
        background-size: 530px
    }
}

@media(max-width: 992px) {
    .collaborative-section::before {
        background: url(/img/mobileservices/collaborative.svg) no-repeat;
        height: 337px;
        width: 360px;
        background-size: 360px;
        bottom: auto;
        top: 70px;
        left: 0;
        right: 0;
        margin: 0 auto 0
    }
}

.collaborative-section .container {
    height: 100%
}

@media(max-width: 992px) {
    .collaborative-section .container {
        height: auto
    }
}

.collaborative-section .right-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 60px;
    bottom: 0
}

@media(max-width: 992px) {
    .collaborative-section .right-wrapper {
        height: auto;
        top: auto;
        bottom: 40px;
        right: 0;
        left: 0;
        justify-content: center
    }
}

@media(max-width: 640px) {
    .collaborative-section .right-wrapper {
        padding: 0 25px
    }
}

.collaborative-section .right-wrapper .white-box {
    background: #fff;
    padding: 60px;
    max-width: 488px;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 1024px) {
    .collaborative-section .right-wrapper .white-box {
        padding: 50px 40px
    }
}

@media(max-width: 767px) {
    .collaborative-section .right-wrapper .white-box {
        padding: 34px 20px
    }
}

@media(max-width: 568px) {
    .collaborative-section .right-wrapper .white-box {
        max-width: 360px
    }
}

.collaborative-section .right-wrapper .white-box p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.collaborative-section .right-wrapper .white-box p span {
    color: #33bc8c
}

.consumer-first-section {
    background: #f8f8f9;
    padding: 100px 9px
}

@media(max-width: 767px) {
    .consumer-first-section {
        padding: 64px 0 0 0
    }

    .consumer-first-section .top-section {
        padding: 0 24px
    }
}

.consumer-first-section h2 {
    font-size: 40px;
    color: #151945;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 992px) {
    .consumer-first-section h2 {
        font-size: 24px
    }
}

.consumer-first-section p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.consumer-first-section .new-service-slider {
    position: relative
}

@media(max-width: 767px) {
    .consumer-first-section .new-service-slider {
        padding: 0 0 49px 0;
        background: #fff
    }

    .consumer-first-section .new-service-slider .row {
        margin: 0
    }

    .consumer-first-section .new-service-slider .btn {
        margin: 34px auto 0
    }
}

@media(max-width: 767px)and (max-width: 568px) {
    .consumer-first-section .new-service-slider .btn {
        min-width: calc(100% - 60px);
        margin: 0 30px
    }
}

.consumer-first-section .new-service-slider__white {
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .04);
    box-shadow: 0 0 30px rgba(0, 0, 0, .04);
    outline: 0;
    padding: 70px 65px
}

@media(max-width: 767px) {
    .consumer-first-section .new-service-slider__white {
        padding: 35px 46px
    }
}

.consumer-first-section .new-service-slider__white h3 {
    font-size: 30px;
    line-height: 40.98px;
    letter-spacing: .5px;
    color: #151945
}

.consumer-first-section .new-service-slider__white p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: #212529
}

.consumer-first-section .new-service-slider__white .btn {
    background: #fff;
    color: #33bc8c;
    max-width: max-content;
    border: 1px solid #33bc8c
}

.consumer-first-section .new-service-slider__white .btn:focus,
.consumer-first-section .new-service-slider__white .btn:hover {
    outline: 0;
    color: #fff;
    background: #33bc8c;
    border: 1px solid #33bc8c;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0)
}

.consumer-first-section .new-service-slider__blue {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #151945;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .04);
    box-shadow: 0 0 30px rgba(0, 0, 0, .04);
    outline: 0;
    padding: 70px 65px
}

@media(max-width: 767px) {
    .consumer-first-section .new-service-slider__blue {
        padding: 34px;
        flex-direction: column
    }
}

.consumer-first-section .new-service-slider__blue p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: #fff
}

.mobile-application {
    padding: 61px 9px
}

@media(min-width: 768px) {
    .mobile-application {
        padding: 100px 9px
    }
}

.mobile-application h2 {
    font-size: 40px;
    color: #151945;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    width: 100%
}

@media(max-width: 992px) {
    .mobile-application h2 {
        font-size: 24px
    }
}

@media(min-width: 768px) {
    .mobile-application h2 {
        width: 70%
    }
}

.mobile-application p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: #212529
}

.mobile-application p span {
    color: #1a191d;
    font-weight: 600
}

.dev-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 32px 0 40px 0
}

.dev-list img {
    position: relative;
    right: 0;
    bottom: 0;
    margin-bottom: 13px;
    display: block
}

.dev-list li {
    padding: 0 10px
}

@media(max-width: 992px) {
    .dev-list li {
        width: 33.33%;
        margin-bottom: 20px
    }
}

@media(max-width: 640px) {
    .dev-list li {
        width: 50%
    }
}

@media(min-width: 1024px) {
    .dev-list li+li {
        margin-left: 50px
    }
}

.dev-list li p {
    margin-bottom: 0;
    font-size: 16px;
    color: #212529;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(min-width: 1500px) {
    .dev-list li p {
        font-size: 20px
    }
}

@media(max-width: 480px) {
    .dev-list li p {
        font-size: 14px
    }
}

.best-website-section {
    padding: 100px 9px;
    background: #201f24
}

.best-website-section h2 {
    font-size: 40px;
    color: #fff;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 992px) {
    .best-website-section h2 {
        font-size: 24px
    }
}

@media(min-width: 1025px) {
    .best-website-section h2 {
        width: 80%
    }
}

.best-website-section p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: gray
}

.best-website-section .slick-slide {
    box-shadow: none
}

.api-black-section {
    padding-top: 4.5rem;
    padding-bottom: 4rem
}

.api-black-section h3 {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: .5px;
    color: #fff;
    margin-bottom: 38px
}

@media(min-width: 768px) {
    .api-black-section h3 {
        font-weight: 700;
        font-size: 40px;
        line-height: 60px
    }
}

.api-black-section p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: .5px;
    color: gray
}

.api-black-section .btn-wrapper {
    margin: 52px auto 0;
    display: block;
    text-align: center
}

@media(min-width: 768px) {
    .api-black-section .btn-wrapper {
        margin-top: 47px;
        text-align: left
    }
}

.api-black-section .right-item {
    padding-left: 100px
}

@media(max-width: 1024px) {
    .api-black-section .right-item {
        padding-left: 50px
    }
}

@media(max-width: 767px) {
    .api-black-section .right-item {
        padding-left: 15px
    }
}

.leading-backend {
    background: #f8f8f9;
    padding: 100px 9px
}

.leading-backend h2 {
    font-size: 40px;
    color: #151945;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 992px) {
    .leading-backend h2 {
        font-size: 24px
    }
}

.leading-backend p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: #212529
}

.leading-backend .leading-slider {
    color: #fff;
    padding-top: 108px;
    background: #151945
}

.leading-backend .slide-count-1 {
    margin-bottom: 20px
}

.leading-backend .slick-slide p {
    color: #fff
}

@media(max-width: 1024px) {
    .leading-backend .ays-box___img {
        max-width: 100%
    }
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

@media(min-width: 768px) {

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
}

.bannerImg {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    position: relative
}

.bg-para {
    width: 100%;
    height: 100%;
    background: url("/img/itsa/honeycomb-bg.webp") center no-repeat #201f24;
    background-attachment: fixed;
    transform-style: preserve-3d;
    background-size: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem
}

@media(min-width: 992px) {
    .bg-para {
        padding-top: 4.5rem;
        padding-bottom: 4rem
    }
}

@media all and (max-width: 1365px) {
    .bg-para {
        width: 100%;
        height: 100%;
        background: url("/img/itsa/honeycomb-bg-desktop.webp") center no-repeat #201f24;
        background-attachment: fixed;
        transform-style: preserve-3d;
        background-size: 100%
    }
}

@media all and (max-width: 767px) {
    .bg-para {
        width: 100%;
        height: 100%;
        background: url("/img/itsa/honeycomb-bg-mobile.webp") center no-repeat #201f24;
        background-attachment: fixed;
        transform-style: preserve-3d
    }
}

.n-its-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.n-its-list .n-its-list__item {
    width: 47%;
    box-shadow: 0px 10px 17px rgba(0, 0, 0, .02);
    margin-bottom: 1rem;
    margin-left: .2rem;
    margin-right: .2rem;
    padding: 1rem;
    transition: .5s;
    background-size: 300% 300%;
    background-image: linear-gradient(to bottom right, #1A191D 40%, #444348 51%, #1A191D 80%)
}

.n-its-list .n-its-list__item:hover {
    background-position: right center
}

@media(min-width: 1024px) {
    .n-its-list .n-its-list__item {
        width: 32.33%;
        padding: 5rem 3rem
    }
}

.n-its-list .n-its-list__item .n-its-circl-wrap img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 62px;
    height: 62px
}

.n-its-list .n-its-list__item .n-its-point {
    font-size: 14px;
    line-height: 24px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(min-width: 1024px) {
    .n-its-list .n-its-list__item .n-its-point {
        font-size: 20px;
        line-height: 30px
    }
}

.n-its-list .n-its-list__item .n-its-circl-wrap {
    position: relative;
    z-index: 1;
    margin-bottom: 2.5rem;
    padding-left: 1rem;
    padding-top: -1rem
}

@media(max-width: 1023px) {
    .n-its-list .n-its-list__item .n-its-circl-wrap img {
        width: 43px;
        height: 43px
    }
}

.n-its-list .n-its-list__item .n-its-circl-wrap::after,
.n-its-list .n-its-list__item .ns-our-expertise__lists li::before {
    content: "";
    position: absolute;
    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.n-its-list .n-its-list__item .n-its-circl-wrap::after {
    background: rgba(51, 188, 140, .1);
    bottom: -1rem;
    z-index: -1;
    height: 56px;
    width: 56px
}

.itsa-section-3.section-padding6 {
    padding-top: 2.5rem;
    padding-bottom: 2rem
}

@media(min-width: 992px) {
    .itsa-section-3.section-padding6 {
        padding-top: 4.5rem;
        padding-bottom: 4rem
    }
}

.itsa-section-3 .cmfrt__heading {
    margin-bottom: 100px
}

@media(max-width: 992px) {
    .itsa-section-3 .cmfrt__heading {
        margin-bottom: 40px
    }
}

.itsa-section-3 .h2 {
    text-transform: inherit;
    font-size: 24px;
    line-height: 34px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(min-width: 768px) {
    .itsa-section-3 .h2 {
        font-size: 48px;
        line-height: 65px
    }
}

.itsa-section-3 .container.titles {
    position: relative
}

.itsa-section-3 .card-para__linebrk {
    display: block
}

.itsa-section-3 .cmfrt-col__box {
    position: relative
}

.itsa-section-3 .cmfrt__up-right {
    position: absolute;
    right: -35px;
    top: -37px;
    z-index: 0;
    display: block
}

.itsa-section-3 .cmfrt__up-left {
    left: -35px;
    top: -40px
}

.itsa-section-3 .cmfrt__down-left,
.itsa-section-3 .cmfrt__down-right,
.itsa-section-3 .cmfrt__up-left {
    position: absolute;
    z-index: 0;
    display: block
}

.itsa-section-3 .cmfrt__down-left {
    left: -18px;
    bottom: -17px
}

.itsa-section-3 .cmfrt__down-right {
    bottom: -20px;
    right: -18px
}

.itsa-section-3 .cmfrt-cnrt__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block
}

@media(min-width: 991px) {
    .itsa-section-3 .cmfrt-cnrt__img {
        width: 30%
    }
}

@media(min-width: 1400px) {
    .itsa-section-3 .cmfrt-cnrt__img {
        width: 33%
    }
}

.itsa-section-3 .cmfrt__row {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    margin-bottom: 65px
}

.itsa-section-3 .cmfrt-lst__row,
.itsa-section-3 .cmfrt__col,
.itsa-section-3 .cmfrt__row {
    align-items: center
}

.itsa-section-3 .cmfrt-lst__row {
    justify-content: center
}

.itsa-section-3 .cmfrt__col {
    background: #e2fff5;
    padding: 20px 28px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    font-size: 18px;
    color: #0f533b;
    position: relative;
    z-index: 1;
    display: flex;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-animation: cardAnim ease-in-out infinite 1.2s;
    animation: cardAnim ease-in-out infinite 1.2s
}

.itsa-section-3 .cmfrt__col p {
    margin: 0
}

.itsa-section-3 .cmfrt-col-lst__box {
    -webkit-transform: translateX(52%);
    -ms-transform: translateX(52%);
    transform: translateX(52%)
}

.itsa-section-3 .cmfrt-col__clr1 {
    background: #e2fff5;
    color: #0f533b
}

.itsa-section-3 .cmfrt-col__clr1,
.itsa-section-3 .cmfrt-col__clr2,
.itsa-section-3 .cmfrt-col__clr3 {
    -webkit-animation: cardAnim ease-in-out infinite 1.2s;
    animation: cardAnim ease-in-out infinite 1.2s
}

.itsa-section-3 .cmfrt-col__clr2 {
    background: #e9e9ff;
    color: #0e0e85
}

.itsa-section-3 .cmfrt-col__clr3 {
    background: #ffe9e9;
    color: #4b0b0b
}

.itsa-section-3 .cmfrt-col__clr4 {
    background: #ffedcf;
    color: #a36805
}

.itsa-section-3 .cmfrt-col__clr4,
.itsa-section-3 .cmfrt-col__clr5,
.itsa-section-3 .cmfrt-col__clr6 {
    -webkit-animation: cardAnimRvrt ease-in-out infinite 1.2s;
    animation: cardAnimRvrt ease-in-out infinite 1.2s
}

.itsa-section-3 .cmfrt-col__clr5 {
    background: #fff9c1;
    color: #454015
}

.itsa-section-3 .cmfrt-col__clr6 {
    background: #ffe9fa;
    color: #770d5f
}

@media(min-width: 991px) {
    @-webkit-keyframes cardAnim {

        0%,
        to {
            -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0)
        }

        50% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0)
        }
    }

    @keyframes cardAnim {

        0%,
        to {
            -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0)
        }

        50% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0)
        }
    }

    @-webkit-keyframes cardAnimRvrt {

        0%,
        to {
            -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0)
        }

        50% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0)
        }
    }

    @keyframes cardAnimRvrt {

        0%,
        to {
            -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0)
        }

        50% {
            -webkit-transform: translateZ(0);
            transform: translateZ(0)
        }
    }
}

.txtBold {
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.bg-blue {
    background: #151945
}

.bg-green {
    background: #33bc8c
}

@media(max-width: 991px) {

    .cmfrt-col__box,
    .cmfrt__row {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .cmfrt__row {
        margin-bottom: 0 !important;
        -webkit-box-flex: 0
    }

    .cmfrt-col__box {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .cmfrt__col {
        min-height: 90px;
        margin: 14px 0
    }

    .cmfrt-col-lst__box {
        -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        transform: translateX(0) !important
    }

    .card-para__linebrk,
    .cmfrt-car__img,
    .cmfrt-cnrt__img {
        display: none !important
    }
}

.exp-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px
}

.exp-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32.777%;
    flex: 0 0 32.777%;
    position: relative;
    transition: .5s;
    background-size: 300% 300%;
    background-image: linear-gradient(to bottom right, #1A191D 40%, #444348 51%, #1A191D 80%)
}

.exp-col:hover {
    background-position: right center
}

@media(max-width: 992px) {
    .exp-col {
        min-height: 250px
    }
}

.exp-col:nth-child(1),
.exp-col:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.exp-col:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%
}

.exp-hvr__container,
.exp-hvr__container .exp-hvr__box {
    width: 100%;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    height: 100%
}

.exp-hvr__container {
    position: absolute;
    top: 0;
    left: 0
}

@media all and (max-width: 992px) {
    .exp-hvr__container {
        min-height: 250px
    }
}

.exp-hvr__container:hover .exp-hvr__box,
.exp-hvr__container:hover h4 {
    opacity: 0
}

.exp-hvr__container h4 {
    pointer-events: none;
    position: absolute;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff;
    text-align: center
}

.exp-hvr__container .exp-hvr__box {
    background-color: #121212
}

.b-col-lst__inner {
    background: #121212;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    position: relative
}

.exp-col.a-col1,
.exp-col.a-col2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.exp-col.a-col3,
.exp-col.b-col1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%
}

.exp-col.a-col1 .exp-col__inner-content {
    padding: 42.3% 13%
}

.exp-col.a-col2 .exp-col__inner-content {
    padding: 42.3% 11%
}

.exp-col.a-col3 .exp-col__inner-content {
    padding: 19.3% 15%
}

.b-col3 .exp-col__wrapper .exp-col__inner-content .exp-col__inner,
.exp-col.a-col1 .exp-col__inner,
.exp-col.a-col2 .exp-col__inner,
.exp-col.a-col3 .exp-col__inner {
    margin-bottom: 0
}

.exp-col.b-col1 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

@media(min-width: 991px) {
    .b-col1 .exp-col__wrapper .exp-col__inner-content .exp-col__inner:nth-child(1) {
        margin-left: 17px;
        margin-top: 4px
    }
}

.b-col1 .exp-col__wrapper .exp-col__inner-content {
    padding: 16% 15%
}

.b-col3 .exp-col__wrapper {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.b-col3 .exp-col__wrapper .exp-col__inner-content {
    padding: 3% 6%;
    background-color: #121212;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: .5s;
    background-size: 300% 300%;
    background-image: linear-gradient(to bottom right, #1A191D 40%, #444348 51%, #1A191D 80%)
}

.b-col3 .exp-col__wrapper .exp-col__inner-content:hover {
    background-position: right center
}

@media all and (max-width: 992px) {
    .b-col3 .exp-col__wrapper .exp-col__inner-content {
        min-height: 250px
    }
}

.b-col3 .exp-col__wrapper .b-col-lst__inner,
.exp-col.b-col2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%
}

.exp-col.b-col2 {
    max-width: 46%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
}

.exp-col.b-col3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.5%;
    flex: 0 0 33.5%;
    background-color: rgba(0, 0, 0, 0);
    background-image: none
}

.b-col3.b-col-lst,
.exp-col__inner-content {
    display: flex
}

.exp-col__inner-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 16% 32%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.exp-col__inner-content.android-content {
    align-items: flex-end
}

@media all and (max-width: 992px) {
    .exp-col__inner-content.android-content {
        align-items: center
    }
}

@media all and (max-width: 992px) {
    .exp-col__inner-content {
        align-items: center;
        min-height: 250px
    }
}

.exp-col__inner-content.exp-b-col2 {
    padding: 11.4% 9%
}

.exp-col__inner-content.exp-b-col2 .exp-col__inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.exp-col__inner {
    text-align: center
}

.exp-col__inner img {
    max-width: 40px;
    height: 40px;
    object-fit: contain
}

.exp-col__inner h4 {
    font-size: 15px;
    margin-top: 15px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: #fff;
    line-height: 21px
}

.exp-col__inner:nth-child(1),
.exp-col__inner:nth-child(2) {
    margin-bottom: 50px
}

@media(max-width: 1600px) {
    .exp-col__inner-content {
        padding: 16% 27%
    }

    .b-col1 .exp-col__wrapper .exp-col__inner-content {
        padding: 16% 15%
    }

    .exp-col__inner-content.exp-b-col2 {
        padding: 11.4% 11%
    }

    .b-col3 .exp-col__wrapper .exp-col__inner-content {
        padding: 3% 6%
    }
}

@media(max-width: 1200px) {
    .exp-col__wrapper {
        height: 100%
    }

    .exp-col__inner-content {
        padding: 30px 8% !important;
        height: 100%;
        align-items: center !important
    }

    .a-col3 .exp-col__inner-content {
        padding: 30px 9% !important
    }

    .b-col1 .exp-col__wrapper .exp-col__inner-content {
        padding: 30px 9% !important
    }

    .exp-col__inner-content.exp-b-col2 {
        padding: 30px 7% !important
    }

    .b-col3 .exp-col__wrapper .exp-col__inner-content {
        padding: 30px 2% !important
    }
}

@media(max-width: 991px) {
    .exp-col__inner-content {
        padding: 30px 22% !important
    }

    .exp-col {
        max-width: 100% !important;
        margin-bottom: 20px
    }

    .exp-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        margin-bottom: 0
    }

    .b-col1 .exp-col__wrapper .exp-col__inner-content,
    .exp-col__inner-content {
        padding: 10% 14%
    }

    .exp-col__inner:nth-child(1),
    .exp-col__inner:nth-child(2) {
        margin-bottom: 0
    }

    .exp-col__inner-content.exp-b-col2 {
        padding: 10% 8%
    }

    .exp-col__inner-content.exp-b-col2 .exp-col__inner:nth-child(1),
    .exp-col__inner-content.exp-b-col2 .exp-col__inner:nth-child(2),
    .exp-col__inner-content.exp-b-col2 .exp-col__inner:nth-child(3),
    .exp-col__inner-content.exp-b-col2 .exp-col__inner:nth-child(4) {
        margin-bottom: 30px
    }

    .b-col3 .exp-col__wrapper .exp-col__inner-content {
        padding: 7% 11% !important
    }

    .b-col3 .exp-col__wrapper .exp-col__inner-content:nth-child(1) {
        margin-bottom: 20px
    }
}

@media(max-width: 575.98px) {
    .exp-col__inner h4 {
        font-size: 12px
    }

    .b-col3 .exp-col__wrapper .exp-col__inner-content {
        padding: 10% 29%
    }

    .b-col1 .exp-col__wrapper .exp-col__inner-content,
    .exp-col__inner-content {
        padding: 10% 6%
    }
}

.it-staff-section.section-padding6 {
    padding: 89px 0 0 0
}

@media(min-width: 767px) {
    .it-staff-section.section-padding6 {
        padding: 89px 9px 100px 9px
    }
}

.it-staff-section .h2 {
    font-size: 40px;
    color: #151945;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 992px) {
    .it-staff-section .h2 {
        font-size: 24px
    }
}

.it-staff-section .desc {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: #212529
}

.it-staff-section .new-service-slider {
    position: relative
}

@media(max-width: 767px) {
    .it-staff-section .new-service-slider.mobile {
        padding: 0
    }
}

.it-staff-section .new-service-slider .h4 {
    font-size: 30px;
    line-height: 40px;
    color: #151945;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 992px) {
    .it-staff-section .new-service-slider .h4 {
        font-size: 24px;
        line-height: 30px
    }
}

.it-staff-section .new-service-slider p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0
}

.it-staff-section .new-service-slider__blue,
.it-staff-section .new-service-slider__white {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .04);
    box-shadow: 0 0 30px rgba(0, 0, 0, .04);
    outline: 0;
    padding: 70px 65px
}

@media(max-width: 1023px) {

    .it-staff-section .new-service-slider__blue,
    .it-staff-section .new-service-slider__white {
        padding: 20px
    }
}

.it-staff-section .new-service-slider__white {
    background: #fff
}

@media(max-width: 767px) {
    .it-staff-section .new-service-slider__white {
        min-height: 280px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 20px 26px
    }
}

.it-staff-section .new-service-slider__blue {
    -webkit-box-shadow: none !important;
    padding: 70px 15px;
    box-shadow: none !important
}

@media(max-width: 767px) {
    .it-staff-section .new-service-slider__blue {
        padding: 25px 15px
    }
}

.it-staff-section .new-service-slider__blue ul li {
    padding: 15px 40px
}

.it-staff-section .new-service-slider .slide-nav__arrow {
    background: #f8f8f9 !important
}

.it-staff-section .current-slide,
.it-staff-section .init-slide,
.it-staff-section .slide-count-2 {
    font-size: 40px;
    line-height: 55px;
    color: #dcdcdc;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.our-expertise-section.section-padding6 {
    padding-top: 2.5rem;
    padding-bottom: 2rem
}

@media(min-width: 992px) {
    .our-expertise-section.section-padding6 {
        padding-top: 4.5rem;
        padding-bottom: 4rem
    }
}

.our-expertise-section .h2 {
    text-transform: inherit;
    font-size: 28px;
    line-height: 34px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    margin-bottom: 1.5rem
}

@media(min-width: 768px) {
    .our-expertise-section .h2 {
        font-size: 48px;
        line-height: 65px
    }
}

.itsa-slider-wrapper {
    padding: 100px 15px
}

@media(max-width: 768px) {
    .itsa-slider-wrapper {
        padding: 77px 9px 89px 9px
    }
}

@media(min-width: 768px) {
    .itsa-slider-wrapper .top-item.full-wid {
        padding-right: 0
    }
}

@media(min-width: 1200px) {
    .itsa-slider-wrapper .top-item.full-wid {
        padding-right: 10%
    }
}

@media(min-width: 1800px) {
    .itsa-slider-wrapper .top-item.full-wid {
        padding-right: 20%
    }
}

@media(min-width: 1920px) {
    .itsa-slider-wrapper .top-item.full-wid {
        padding-right: 25%
    }
}

@media(min-width: 2500px) {
    .itsa-slider-wrapper .top-item.full-wid {
        padding-right: 0
    }
}

@media(min-width: 768px) {
    .itsa-slider-wrapper .top-item {
        padding-left: 25px;
        padding-right: 20%
    }
}

@media(min-width: 1024px) {
    .itsa-slider-wrapper .top-item {
        padding-left: 3%
    }
}

@media(min-width: 1280px) {
    .itsa-slider-wrapper .top-item {
        padding-left: 6%
    }
}

@media(min-width: 1366px) {
    .itsa-slider-wrapper .top-item {
        padding-left: 8%
    }
}

@media(min-width: 1400px) {
    .itsa-slider-wrapper .top-item {
        padding-left: 10%
    }
}

@media(min-width: 1600px) {
    .itsa-slider-wrapper .top-item {
        padding-left: 13%
    }
}

@media(min-width: 1800px) {
    .itsa-slider-wrapper .top-item {
        padding-left: 17%
    }
}

@media(min-width: 1920px) {
    .itsa-slider-wrapper .top-item {
        padding-left: 20%
    }
}

@media(min-width: 2100px) {
    .itsa-slider-wrapper .top-item {
        padding-left: 23%
    }
}

@media(min-width: 2500px) {
    .itsa-slider-wrapper .top-item {
        padding-left: 15px;
        max-width: 1140px;
        padding-right: 300px
    }
}

@media(max-width: 767px) {
    .itsa-slider-wrapper .top-item .col-md-12 {
        padding-left: 0
    }
}

.itsa-slider-wrapper .top-item .row {
    margin: 0
}

.itsa-slider-wrapper .bottom-item {
    padding: 0
}

@media(min-width: 768px) {
    .itsa-slider-wrapper .bottom-item {
        padding-left: 25px
    }
}

@media(min-width: 1024px) {
    .itsa-slider-wrapper .bottom-item {
        padding-left: 3%
    }
}

@media(min-width: 1280px) {
    .itsa-slider-wrapper .bottom-item {
        padding-left: 6%
    }
}

@media(min-width: 1366px) {
    .itsa-slider-wrapper .bottom-item {
        padding-left: 8%
    }
}

@media(min-width: 1400px) {
    .itsa-slider-wrapper .bottom-item {
        padding-left: 10%
    }
}

@media(min-width: 1600px) {
    .itsa-slider-wrapper .bottom-item {
        padding-left: 13%
    }
}

@media(min-width: 1800px) {
    .itsa-slider-wrapper .bottom-item {
        padding-left: 17%
    }
}

@media(min-width: 1920px) {
    .itsa-slider-wrapper .bottom-item {
        padding-left: 20%
    }
}

@media(min-width: 2100px) {
    .itsa-slider-wrapper .bottom-item {
        padding-left: 23%
    }
}

@media(min-width: 2500px) {
    .itsa-slider-wrapper .bottom-item {
        padding-left: 15px;
        max-width: 1140px
    }
}

.itsa-slider-wrapper .logo-container .slide-count {
    display: none
}

@media(min-width: 767px) {
    .itsa-slider-wrapper .logo-container {
        padding: 0
    }
}

.itsa-slider-wrapper .itsa-slider-arrow {
    position: relative;
    top: -30px
}

@media(max-width: 767px) {
    .itsa-slider-wrapper .logo-arrow-mb {
        display: none
    }
}

#portfoli {
    display: none
}

.partnere-wrapper {
    background: #f8f8f9;
    padding: 60px 0 70px 0
}

@media(max-width: 767px) {
    .partnere-wrapper {
        padding: 60px 12px
    }
}

.partnere-wrapper .container .row {
    align-items: center
}

.partnere-wrapper .container h2 {
    font-size: 40px;
    color: #151945;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    line-height: 50px;
    margin-bottom: 19px
}

@media(max-width: 992px) {
    .partnere-wrapper .container h2 {
        font-size: 24px
    }
}

@media(max-width: 767px) {
    .partnere-wrapper .container h2 {
        font-size: 24px;
        line-height: 35px
    }
}

.partnere-wrapper .container h2 .txt-green {
    display: inline-block
}

.partnere-wrapper .container p {
    font-size: 22px;
    color: #151945;
    margin-bottom: 40px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 767px) {
    .partnere-wrapper .container p {
        font-size: 15px;
        line-height: normal
    }
}

@media(max-width: 568px) {
    .partnere-wrapper .container .btn--primary {
        max-width: 100%
    }
}

.partnere-wrapper .container .partner-gallery {
    max-width: 550px;
    margin: 0 auto
}

@media(max-width: 992px) {
    .partnere-wrapper .container .partner-gallery {
        margin: 80px auto 0
    }
}

@media(max-width: 767px) {
    .partnere-wrapper .container .partner-gallery {
        max-width: 475px;
        margin: 30px auto 0
    }
}

@media(max-width: 567px) {
    .partnere-wrapper .container .partner-gallery {
        max-width: 100%
    }
}

.partnere-wrapper .container .partner-gallery ul {
    display: flex
}

@media(max-width: 567px) {
    .partnere-wrapper .container .partner-gallery ul {
        display: block
    }
}

.partnere-wrapper .container .partner-gallery ul li {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 0;
    margin: 0
}

@media(max-width: 567px) {
    .partnere-wrapper .container .partner-gallery ul li {
        display: flex;
        justify-content: unset;
        max-width: 300px;
        margin: 0 auto
    }
}

.partnere-wrapper .container .partner-gallery ul li .img-card {
    width: 180px;
    height: 180px;
    border-radius: 29px;
    padding: 6px
}

@media(max-width: 1024px) {
    .partnere-wrapper .container .partner-gallery ul li .img-card {
        margin-left: auto;
        margin-right: auto
    }
}

.partnere-wrapper .container .partner-gallery ul li .img-card img {
    width: 100%;
    height: 100%
}

@media(max-width: 1024px) {
    .partnere-wrapper .container .partner-gallery ul li .img-card {
        width: 160px;
        height: 160px
    }
}

@media(max-width: 567px) {
    .partnere-wrapper .container .partner-gallery ul li .img-card {
        width: 145px;
        height: 145px
    }
}

@media(max-width: 350px) {
    .partnere-wrapper .container .partner-gallery ul li .img-card {
        width: 130px;
        height: 130px
    }
}

.partnere-wrapper .container .partner-gallery ul li:first-child .img-card:first-child,
.partnere-wrapper .container .partner-gallery ul li:nth-child(3) .img-card:first-child {
    position: relative;
    top: -35px
}

@media(max-width: 567px) {

    .partnere-wrapper .container .partner-gallery ul li:first-child .img-card:first-child,
    .partnere-wrapper .container .partner-gallery ul li:nth-child(3) .img-card:first-child {
        top: 0
    }
}

.partnere-wrapper .container .partner-gallery ul li:first-child .img-card:nth-child(2),
.partnere-wrapper .container .partner-gallery ul li:nth-child(3) .img-card:nth-child(2) {
    position: relative;
    top: -35px
}

@media(max-width: 567px) {

    .partnere-wrapper .container .partner-gallery ul li:first-child .img-card:nth-child(2),
    .partnere-wrapper .container .partner-gallery ul li:nth-child(3) .img-card:nth-child(2) {
        top: 0
    }
}

@media(min-width: 568px) {
    .partnere-wrapper .container .partner-gallery ul li.last-child {
        display: none
    }
}

@media(max-width: 567px) {
    .partnere-wrapper .container .partner-gallery ul li.mb-hide {
        display: none
    }
}

.fitness-portfolio {
    width: 100%;
    background: #f8f8f9;
    padding: 60px 0 60px 0;
    position: relative;
    overflow-x: hidden
}

.fitness-portfolio .container {
    text-align: center;
    margin-bottom: 0px
}

.fitness-portfolio .container h3 {
    font-size: 40px;
    color: #151945;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    margin-bottom: 20px
}

@media(max-width: 992px) {
    .fitness-portfolio .container h3 {
        font-size: 24px
    }
}

@media(max-width: 992px) {
    .fitness-portfolio .container h3 {
        font-size: 30px
    }
}

.fitness-portfolio .container p {
    font-size: 22px;
    line-height: 32px;
    color: #151945;
    margin-bottom: 0;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 992px) {
    .fitness-portfolio .container p {
        font-size: 15px;
        line-height: normal
    }
}

.fitness-portfolio .portfolio-main {
    overflow: hidden;
    position: relative
}

.fitness-portfolio .portfolio-main .owl-stage-outer {
    left: 18%
}

@media(min-width: 1920px) {
    .fitness-portfolio .portfolio-main .owl-stage-outer {
        left: 25%
    }
}

@media(min-width: 2800px) {
    .fitness-portfolio .portfolio-main .owl-stage-outer {
        left: 35%
    }
}

@media(min-width: 3200px) {
    .fitness-portfolio .portfolio-main .owl-stage-outer {
        left: 40%
    }
}

@media(max-width: 992px) {
    .fitness-portfolio .portfolio-main .owl-stage-outer {
        left: 15px
    }
}

@media(max-width: 767px) {
    .fitness-portfolio .portfolio-main .owl-stage-outer {
        left: 0;
        margin: 0;
        top: 0
    }
}

.fitness-portfolio .portfolio-main .item {
    max-width: 675px;
    display: flex;
    flex-direction: column
}

@media(min-width: 1600px) {
    .fitness-portfolio .portfolio-main .item {
        min-height: 720px
    }
}

@media(min-width: 1920px) {
    .fitness-portfolio .portfolio-main .item {
        min-height: 730px
    }
}

@media(min-width: 2160px) {
    .fitness-portfolio .portfolio-main .item {
        min-height: 800px
    }
}

@media(max-width: 992px) {
    .fitness-portfolio .portfolio-main .item {
        max-width: 650px
    }
}

@media(max-width: 767px) {
    .fitness-portfolio .portfolio-main .item {
        padding: 0 25px
    }
}

.fitness-portfolio .portfolio-main .item .slider-wrapper {
    width: 100%
}

.fitness-portfolio .portfolio-main .item .slider-wrapper .img-wrapper {
    width: 100%;
    height: 390px;
    margin-bottom: 30px
}

@media(max-width: 992px) {
    .fitness-portfolio .portfolio-main .item .slider-wrapper .img-wrapper {
        height: 347px
    }
}

@media(max-width: 568px) {
    .fitness-portfolio .portfolio-main .item .slider-wrapper .img-wrapper {
        height: 210px
    }
}

@media(max-width: 375px) {
    .fitness-portfolio .portfolio-main .item .slider-wrapper .img-wrapper {
        height: 200px
    }
}

@media(max-width: 767px) {
    .fitness-portfolio .portfolio-main .item .slider-wrapper .img-wrapper {
        max-width: 500px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto
    }
}

.fitness-portfolio .portfolio-main .item .slider-wrapper .img-wrapper img {
    width: 100% !important;
    height: 100%
}

@media(max-width: 767px) {
    .fitness-portfolio .portfolio-main .item .slider-wrapper .img-wrapper img {
        height: 100% !important;
        width: 100% !important
    }
}

.fitness-portfolio .portfolio-main .item .slider-wrapper .data {
    padding: 0
}

@media(max-width: 767px) {
    .fitness-portfolio .portfolio-main .item .slider-wrapper .data {
        padding: 23px 0 0 0
    }
}

.fitness-portfolio .portfolio-main .item .slider-wrapper .data h2 {
    font-size: 40px;
    color: #151945;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 26px;
    margin-bottom: 5px;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 992px) {
    .fitness-portfolio .portfolio-main .item .slider-wrapper .data h2 {
        font-size: 24px
    }
}

.fitness-portfolio .portfolio-main .item .slider-wrapper .data h2 span {
    display: inline-block;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.fitness-portfolio .portfolio-main .item .slider-wrapper .data .small {
    letter-spacing: .1rem;
    font-size: 16px;
    line-height: 25px;
    color: #999
}

.fitness-portfolio .portfolio-main .item .slider-wrapper .data p {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: .5px;
    color: #4d4d4d;
    margin: 20px 0
}

@media(max-width: 767px) {
    .fitness-portfolio .portfolio-main .owl-dots {
        top: 52%;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 0
    }
}

@media(max-width: 568px) {
    .fitness-portfolio .portfolio-main .owl-dots {
        top: 45%
    }
}

@media(max-width: 480px) {
    .fitness-portfolio .portfolio-main .owl-dots {
        top: 34%
    }
}

@media(max-width: 375px) {
    .fitness-portfolio .portfolio-main .owl-dots {
        top: 31%
    }
}

@media(max-width: 320px) {
    .fitness-portfolio .portfolio-main .owl-dots {
        top: 27%
    }
}

.fitness-portfolio .portfolio-main .owl-dots button:focus {
    outline: 0
}

@media(max-width: 992px) {
    .blogs-portfolio .container h1 {
        margin-bottom: 10px;
        margin-top: 10px
    }
}

.blogs-portfolio .portfolio-main .owl-stage-outer {
    left: 0
}

.blogs-portfolio .portfolio-main .owl-carousel .owl-item .item>div {
    width: 100%
}

.blogs-portfolio .portfolio-main .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    min-height: 540px;
    background: #fff;
    padding: 0 0 0 0;
    max-width: 350px;
    max-height: 540px;
    position: relative
}

@media(max-width: 767px) {
    .blogs-portfolio .portfolio-main .item {
        max-width: 100%
    }
}

.blogs-portfolio .portfolio-main .item .blog-post {
    padding: 20px
}

.blogs-portfolio .portfolio-main .item .img-box {
    width: 100%;
    height: 220px;
    min-height: 220px;
    overflow: hidden
}

@media(max-width: 767px) {
    .blogs-portfolio .portfolio-main .item .img-box {
        margin-bottom: 0
    }
}

.blogs-portfolio .portfolio-main .item .img-box img {
    width: 100%;
    height: 100% !important;
    object-fit: inherit
}

.blogs-portfolio .portfolio-main .item .read-more {
    position: absolute;
    left: 20px;
    bottom: 15px
}

.blogs-portfolio .portfolio-main .owl-stage-outer {
    margin-bottom: 30px
}

@media(max-width: 767px) {
    .blogs-portfolio .portfolio-main .owl-dots {
        top: 52%;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 0
    }
}

@media(max-width: 767px) {
    .blogs-portfolio .portfolio-main .owl-dots {
        top: 104%
    }
}

.blogs-portfolio .portfolio-main .owl-dots button:focus {
    outline: 0
}

.blogs-portfolio .portfolio-main #latest-blogs2 h3 a {
    font-size: 22px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}

.blogs-portfolio .portfolio-main a.btn--primary {
    max-width: 210px;
    margin: 30px auto 0;
    display: block;
    color: #fff !important;
    text-decoration: none
}

.blogs-portfolio .portfolio-main a.btn--primary:hover,
.blogs-portfolio .portfolio-main a.btn--primary:active,
.blogs-portfolio .portfolio-main a.btn--primary:focus {
    color: #33bc8c !important
}

@media(max-width: 767px) {
    .blogs-portfolio .portfolio-main a.btn--primary {
        margin-top: 50px
    }
}

html,
body {
    margin: 0;
    scroll-behavior: smooth
}

.modal-backdrop.show {
    opacity: .8
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    display: contents
}

@media(max-width: 1024px) {
    .js-nask-home-animations {
        margin-bottom: 0 !important
    }
}

.modal-content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

#youtube {
    height: 55rem;
    width: 75rem;
    position: relative;
    left: -65%
}

.video-container {
    position: relative;
    height: 100vh;
    width: 100vw;
    width: 100%;
    overflow: hidden;
    z-index: 2
}

.video-container::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    background-color: #201f24
}

.video-container .hero-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.video-container .hero-container .hero-img {
    position: relative;
    width: 100%;
    height: 100%
}

.video-container .hero-container .hero-img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, rgb(32, 31, 36) 0%, rgba(32, 31, 36, 0) 20%)
}

.video-container .hero-container img {
    width: 100%;
    height: 100%
}

.video-container .hero-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3)
}

.video-container video {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media all and (max-width: 767px) {
    .video-container video {
        display: none
    }
}

@media all and (min-width: 992px) {
    .other-page .menu__link {
        color: #000 !important
    }
}

.sticky .menu__link {
    color: #000
}

.sticky .active .menu__link {
    color: #fff
}

#play {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: inline-block;
    margin: 10px 0 25px;
    cursor: pointer;
    width: 130px;
    height: 130px
}

@media all and (max-width: 767px) {
    #play {
        width: 80px;
        height: 80px
    }
}

.btn-success {
    color: #fff;
    background-color: #33bc8c;
    border-color: rgba(0, 0, 0, 0)
}

#first_text {
    position: absolute;
    top: 45%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -36%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

@media all and (min-width: 1600px) {
    #first_text {
        height: 500px;
        justify-content: space-between
    }
}

#first_text .btn {
    margin-top: 70px;
    line-height: 27px;
    padding-top: 11px
}

@media all and (max-width: 1366px) {
    #first_text .btn {
        margin-top: 60px
    }
}

@media all and (max-width: 767px) {
    #first_text .btn {
        padding-top: 20px
    }
}

#random_text {
    width: 921px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 70px;
    line-height: 82px;
    text-align: center;
    letter-spacing: .5px;
    color: #fff
}

#first_text p {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 18px;
    line-height: 16px;
    text-align: center;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #fff
}

#first_sec_head {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 70px;
    line-height: 82px;
    width: 100%;
    text-align: center;
    letter-spacing: .5px;
    color: #fff
}

@media all and (min-width: 1500px) {
    #first_sec_head {
        width: 950px
    }
}

@media all and (max-width: 1499px) {

    #random_text,
    #first_sec_head {
        font-size: 48px;
        line-height: 55px
    }
}

#first_sec_head span {
    color: #33bc8c;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.content {
    z-index: 2
}

.second_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 60px 0 10px 0;
    margin: 0 auto
}

@media(max-width: 1024px) {
    .second_sec {
        width: 100%;
        overflow: hidden
    }
}

@media(max-width: 992px) {
    .second_sec {
        flex-direction: column;
        align-items: center
    }
}

@media(max-width: 568px) {
    .second_sec {
        padding: 40px 15px 0 15px
    }
}

.second_text {
    position: relative;
    left: 0;
    top: 0;
    width: 440px
}

@media(max-width: 1024px) {
    .second_text {
        width: 350px
    }
}

@media(max-width: 992px) {
    .second_text {
        margin-top: 75px;
        width: 60%
    }
}

@media(max-width: 568px) {
    .second_text {
        margin-top: 0;
        width: 100%;
        top: 0
    }
}

.second_text h2 {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 36px;
    line-height: 49px;
    letter-spacing: .5px;
    color: #151946;
    position: relative;
    margin-bottom: 60px
}

@media(max-width: 767px) {
    .second_text h2 {
        font-size: 24px;
        line-height: 32px
    }
}

@media(max-width: 568px) {
    .second_text h2 {
        top: 0;
        width: 100%
    }
}

.second_text h2::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 177px;
    left: 0;
    bottom: -20px;
    border: 1px solid #8d8e98;
    opacity: .5
}

.second_text p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .5px;
    color: #212529
}

.second_text p span {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.second_text p a {
    text-decoration: none;
    color: #212529
}

.clutch {
    width: 160px;
    position: absolute;
    left: 52%;
    top: 25%
}

@media(max-width: 568px) {
    .clutch {
        width: 89px;
        top: 30%
    }
}

@media(max-width: 480px) {
    .clutch {
        top: 25%
    }
}

.trustpilot {
    width: 170px;
    position: absolute;
    left: 96px;
    top: 55%
}

@media(max-width: 992px) {
    .trustpilot {
        top: 63%
    }
}

@media(max-width: 568px) {
    .trustpilot {
        width: 107px;
        top: 59%;
        left: 70px
    }
}

@media(max-width: 480px) {
    .trustpilot {
        width: 103px;
        top: 55%;
        left: 37px
    }
}

.group {
    width: 200px;
    top: 25%;
    position: absolute;
    right: 49%
}

@media(max-width: 568px) {
    .group {
        width: 7rem;
        top: 30%
    }
}

@media(max-width: 480px) {
    .group {
        top: 25%
    }
}

.companies {
    width: 182px;
    top: 55%;
    left: 48%;
    position: absolute;
    right: 55%
}

@media(max-width: 992px) {
    .companies {
        top: 63%
    }
}

@media(max-width: 568px) {
    .companies {
        width: 107px;
        top: 60%
    }
}

@media(max-width: 480px) {
    .companies {
        top: 55%
    }
}

.blob {
    float: left;
    width: 570px;
    height: 665px;
    margin-right: 0
}

@media(max-width: 992px) {
    .blob {
        float: none;
        display: block;
        margin: 0 auto
    }
}

@media(max-width: 568px) {
    .blob {
        width: 380px;
        height: 444px
    }
}

@media(max-width: 480px) {
    .blob {
        width: 300px;
        height: 350px
    }
}

.blob_image {
    height: auto;
    position: relative
}

@media(max-width: 992px) {
    .blob_image {
        height: 550px
    }
}

@media(max-width: 568px) {
    .blob_image {
        height: 420px
    }
}

@media(max-width: 480px) {
    .blob_image {
        height: 380px
    }
}

.third_sec_text {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.grid {
    display: flex;
    justify-content: center
}

.third_sec_text h3 {
    margin-top: 0%;
    font-family: "Manrope", sans-serif;
    font-weight: 200;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    width: 60rem;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    letter-spacing: .5px;
    max-width: 95%
}

.third_sec_text h2 {
    position: relative;
    top: 0rem;
    margin-top: 8%;
    width: 800px;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    letter-spacing: .5px;
    margin-bottom: 0;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.grid_image {
    width: 69rem;
    margin-top: 0%
}

.third_container {
    overflow-x: hidden
}

#js {
    width: 8rem;
    height: 8rem;
    position: relative;
    top: -24.2rem;
    left: 705%
}

.K {
    width: 8rem;
    height: 8rem;
    position: relative;
    top: -27.7rem;
    left: 680.5%
}

.red {
    width: 8rem;
    height: 8rem;
    position: relative;
    top: -31rem;
    left: 655.5%
}

.A {
    width: 8rem;
    height: 8rem;
    position: relative;
    top: -20.7rem;
    left: 480.5%
}

.mongo {
    width: 8rem;
    height: 8rem;
    position: relative;
    top: -24.2rem;
    left: 452.5%
}

._html {
    width: 8rem;
    height: 8rem;
    position: relative;
    top: -27.6rem;
    left: 429.5%
}

.android {
    width: 8rem;
    height: 8rem;
    position: relative;
    top: -31rem;
    left: 403.5%
}

.apple {
    width: 8rem;
    height: 8rem;
    position: relative;
    top: -17.5rem;
    left: 153%
}

.assus {
    width: 8rem;
    height: 8rem;
    position: relative;
    top: -20.7rem;
    left: 130%
}

.vanilla {
    width: 8rem;
    height: 8rem;
    position: relative;
    top: -24.1rem;
    left: 100.5%
}

.react {
    width: 8rem;
    height: 8rem;
    position: relative;
    top: -27.7rem;
    left: 75%
}

.obj_c {
    width: 8rem;
    height: 8rem;
    position: relative;
    top: -17.5rem;
    left: -196.5%
}

.css {
    width: 8rem;
    height: 8rem;
    position: relative;
    top: -14rem;
    left: -172.5%
}

.yellow {
    width: 8rem;
    height: 8rem;
    position: relative;
    top: -20.9rem;
    left: -222.5%
}

.python {
    width: 8rem;
    height: 8rem;
    position: relative;
    top: -24.3rem;
    left: -247.5%
}

.aws {
    width: 8rem;
    height: 8rem;
    position: relative;
    top: -27.8rem;
    left: -273.5%
}

.ui {
    width: 8rem;
    height: 8rem;
    position: relative;
    top: -13.9rem;
    left: -523%
}

.expo {
    width: 8rem;
    height: 8rem;
    position: relative;
    top: -17.5rem;
    left: -547.5%
}

.arrow {
    width: 8rem;
    height: 8rem;
    position: relative;
    top: -20.8rem;
    left: -571.5%
}

.cloud {
    width: 8rem;
    height: 8rem;
    position: relative;
    top: -24.4rem;
    left: -597.5%
}

.node {
    width: 8rem;
    height: 8rem;
    position: relative;
    top: -30.9rem;
    left: -843.5%
}

.grid-container {
    display: flex;
    justify-content: center
}

.fourth_title {
    display: flex;
    justify-content: center;
    padding-top: 90px;
    position: relative;
    color: #fff
}

.fourth_title h2 {
    font-size: 2em;
    margin: .67em 0
}

@media all and (max-width: 767px) {
    .fourth_title h2 {
        font-size: 24px;
        line-height: 34px
    }
}

.ui_container {
    display: flex;
    justify-content: center;
    margin-top: 16vh;
    align-items: center
}

#services {
    position: relative;
    background: #201f24;
    padding-bottom: 100px
}

@media all and (max-width: 767px) {
    #services {
        padding-bottom: 0
    }
}

.fourth_container {
    position: relative;
    z-index: 2
}

.fourth_container+.dashed-line {
    position: absolute;
    top: 36vh;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 547px;
    overflow: hidden
}

@media all and (min-width: 768px) {
    .fourth_container+.dashed-line {
        top: 15%
    }
}

@media all and (min-width: 2100px) {
    .fourth_container+.dashed-line {
        top: 20%
    }
}

.ui_head {
    color: #33bc8c
}

.ui_para {
    color: #fff
}

.mobile_container {
    display: flex;
    justify-content: center;
    margin-top: 395px;
    align-items: center
}

.mobile_head {
    color: #33bc8c
}

.mobile_para {
    color: #fff
}

.web_container {
    display: flex;
    justify-content: center;
    margin-top: 475px;
    align-items: center
}

.web_head {
    color: #33bc8c
}

.web_para {
    color: #fff
}

.main_container {
    display: flex;
    justify-content: center;
    margin-top: 459px
}

.main_head {
    color: #33bc8c
}

.main_para {
    color: #fff
}

.ui_head {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 36px;
    line-height: 49px;
    padding-left: 20%;
    letter-spacing: .5px
}

.ui_para {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 15px;
    line-height: 24px;
    padding-left: 20%;
    letter-spacing: .5px;
    width: 30rem
}

@media all and (max-width: 991px) {
    .ui_para {
        width: auto;
        padding-right: 15px
    }
}

.ui_image {
    position: relative;
    margin-left: 5%;
    width: 328px;
    height: 172px
}

@media all and (max-width: 992px) {
    .ui_image {
        left: 20%;
        width: 550px;
        height: 150px
    }
}

@media all and (max-width: 640px) {
    .ui_image {
        left: 0;
        width: 251px;
        height: 131px
    }
}

.mobile_head {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 36px;
    line-height: 49px;
    letter-spacing: .5px
}

.mobile_para {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 15px;
    line-height: 24px;
    width: 22rem;
    letter-spacing: .5px
}

.mobile_image {
    position: relative;
    left: 140%;
    width: 305px;
    height: 256px
}

@media all and (max-width: 640px) {
    .mobile_image {
        width: 251px;
        height: 210px
    }
}

.mobile_text {
    position: relative;
    left: -18%;
    margin-top: 6%
}

.web_head {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 36px;
    line-height: 49px;
    letter-spacing: .5px
}

.web_para {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 15px;
    line-height: 24px;
    width: 22rem;
    letter-spacing: .5px
}

.web_image {
    position: relative;
    left: -16%;
    width: 318px;
    height: 165px
}

@media all and (max-width: 991px) {
    .web_image {
        left: 0%
    }
}

@media all and (max-width: 640px) {
    .web_image {
        width: 271px;
        height: 140px
    }
}

.web_text {
    position: relative;
    left: 6%
}

.main_head {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 36px;
    line-height: 49px;
    letter-spacing: .5px
}

.main_para {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 15px;
    line-height: 24px;
    width: 22rem;
    letter-spacing: .5px
}

.main_image {
    position: relative;
    left: 140%;
    width: 320px;
    height: 200px
}

@media all and (max-width: 640px) {
    .main_image {
        width: 251px;
        height: 156px
    }
}

.main_text {
    position: relative;
    margin-bottom: 15%;
    left: -20%
}

.button {
    margin-top: 0%;
    position: relative;
    left: -21%;
    top: -1rem;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 16px;
    line-height: 49px;
    text-align: center;
    letter-spacing: .5px;
    color: #33bc8c
}

.arrow_img {
    position: relative;
    top: -3.74rem;
    left: 39%
}

.button_main {
    position: relative;
    top: -1rem;
    left: -38%;
    margin-top: 0%;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 16px;
    line-height: 49px;
    text-align: center;
    letter-spacing: .5px;
    color: #33bc8c
}

.arrow_main {
    position: relative;
    top: -3.8rem;
    left: 26%
}

.button_web {
    margin-top: 0%;
    position: relative;
    top: -1.3rem;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 16px;
    line-height: 49px;
    text-align: left;
    letter-spacing: .5px;
    color: #33bc8c
}

.arrow_web {
    position: relative;
    top: -4.04rem;
    left: 26%
}

.button_mobile {
    margin-top: 0%;
    position: relative;
    left: -38%;
    top: -1rem;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 16px;
    line-height: 49px;
    text-align: center;
    letter-spacing: .5px;
    color: #33bc8c
}

.arrow_mobile {
    position: relative;
    top: -3.77rem;
    left: 26%
}

.fifth_title {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.carousel {
    display: flex;
    justify-content: center;
    align-items: center
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #151945 !important
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid #151945;
    background: none !important
}

.owl-carousel .owl-item img {
    display: block;
    width: 50rem !important
}

.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fifth_container {
    overflow-x: hidden
}

.fifth_title h1 {
    margin-top: 90px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 48px;
    line-height: 65px;
    text-align: center;
    letter-spacing: .5px
}

.fifth_title p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 70px;
    text-align: center;
    letter-spacing: .5px
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
    margin-top: 0%
}

.combined_shape {
    width: 3rem;
    position: relative;
    top: 2.5rem;
    left: 24%
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    left: 18%;
    -webkit-transform: translate3d(0, 0, 0)
}

.item p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: .005em;
    color: #ccc
}

.sixth_title {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.sixth_container {
    overflow-x: hidden
}

#sixth_item {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between
}

.sixth_title h2 {
    margin-top: 90px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 48px;
    line-height: 65px;
    text-align: center;
    letter-spacing: .5px
}

.sixth_title h2 span {
    color: #33bc8c
}

.sixth_title h2 span {
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.sixth_title p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: .5px;
    color: #000;
    margin-bottom: 70px
}

#sixth_item h3 {
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 36px;
    line-height: 49px;
    letter-spacing: .5px;
    margin-bottom: 3px;
    position: relative;
    padding-top: 0
}

#sixth_item p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: .5px;
    color: #4d4d4d;
    position: relative
}

#sixth_item {
    position: relative;
    width: auto
}

.owl-two .owl-item img {
    display: block;
    height: 400px;
    position: relative;
    width: 430px !important
}

.explore {
    display: flex;
    justify-content: center
}

#explore_btn {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 100
}

.green_text {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.green_container {
    background-color: #2da47a
}

.green_text h2 {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 48px;
    line-height: 65px;
    text-align: center;
    letter-spacing: .5px;
    color: #fff;
    margin-bottom: 38px;
    position: relative;
    top: 0
}

.green-grid {
    display: grid;
    padding: 0px;
    max-width: 1038px;
    margin: 0 auto
}

@media (min-width:1024px) {
    .green-grid {
        display: grid;
        grid-template-columns: 50% 50%;
        padding: 0px;
        max-width: 1038px;
        margin: 0 auto
    }
}

.green-item {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 62px;
    line-height: 98px;
    letter-spacing: .5px;
    color: #fff;
    padding-bottom: 40px;
    text-align: center;
    padding-top: 40px
}

.green-item .count {
    display: block
}

.green-item .plus {
    position: relative;
    top: -2.1rem;
    left: 2px
}

.green-item img {
    width: 1rem
}

.sixth_carousel2 {
    overflow: hidden
}

.sixth_carousel2 .green_container {
    position: relative
}

.sixth_carousel2 .greenPlus {
    position: relative;
    top: -480px;
    width: 55rem
}

.sixth_carousel2 .plus_image {
    display: flex;
    justify-content: center;
    margin-top: 11px
}

.sixth_carousel2 .new {
    display: flex;
    justify-content: end;
    position: absolute;
    top: 240px;
    margin-bottom: 0;
    right: 0
}

@media all and (max-width: 767px) {
    .sixth_carousel2 .new {
        top: 300px;
        right: 20px
    }
}

.sixth_carousel2 .new img {
    width: 100%;
    height: 100%
}

@media all and (max-width: 767px) {
    .sixth_carousel2 .new img {
        width: 121px;
        height: 116px
    }
}

.sixth_carousel2 .new-two {
    display: flex;
    justify-content: start;
    position: absolute;
    left: 0;
    bottom: 104px;
    width: 175px;
    height: 155px;
    top: auto !important
}

@media all and (max-width: 767px) {
    .sixth_carousel2 .new-two {
        bottom: 0
    }
}

.sixth_carousel2 .new-two img {
    width: 100%;
    height: 100%
}

@media all and (max-width: 767px) {
    .sixth_carousel2 .new-two img {
        width: 121px;
        height: 116px
    }
}

.eight_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.eight_container h3 {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: .5px;
    color: #151945
}

#join_btn {
    color: #fff;
    background-color: #33bc8c;
    border: none;
    margin-top: 19px
}

.eight_container h2 {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 48px;
    line-height: 65px;
    text-align: center;
    letter-spacing: .5px;
    margin-bottom: 10px
}

.eight_container p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 16px;
    line-height: 28px;
    margin-top: 27px;
    text-align: center;
    letter-spacing: .5px;
    color: #4d4d4d
}

@media all and (max-width: 767px) {
    .eight_container p {
        font-size: 14px
    }
}

.ball {
    width: 70px;
    height: 70px;
    z-index: 100;
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    background-color: #33bc8c;
    border-radius: 50%;
    pointer-events: none
}

.drag {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: .5px;
    position: relative;
    top: 40%;
    color: #fff
}

@media only screen and (min-width: 278px)and (max-width: 600px) {
    .eight_container {
        position: relative;
        padding: 0 8px
    }

    #youtube {
        height: 20rem;
        position: relative;
        left: 0;
        width: 21.6rem
    }

    #random_text {
        width: auto;
        font-family: "Manrope", sans-serif;
        font-weight: 700;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 32px;
        line-height: 49px;
        text-align: center;
        letter-spacing: .5px;
        color: #fff;
        display: block;
        min-height: 49px
    }

    #join_btn {
        color: #fff;
        background-color: #33bc8c;
        height: 67px;
        bottom: 0;
        width: 100%;
        margin-top: 59px
    }

    #first_sec_head {
        position: relative;
        width: 320px;
        font-family: "Manrope", sans-serif;
        font-weight: 600;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 32px;
        line-height: 49px;
        text-align: center;
        letter-spacing: .5px;
        color: #fff
    }

    #first_text .btn {
        margin-top: 28px;
        padding-top: 16px;
        height: 60px;
        font-size: 16px
    }

    #first_sec_head br {
        display: none
    }

    .second_sec {
        flex-direction: column
    }

    .third_sec_text h3 {
        margin-top: 0rem;
        width: 92%;
        font-family: "Manrope", sans-serif;
        font-weight: 200;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 20px;
        line-height: 34px;
        text-align: center;
        letter-spacing: .5px;
        margin-bottom: 15px
    }

    .third_sec_text h2 {
        margin-top: 40px;
        width: 92%;
        font-family: "Manrope", sans-serif;
        font-weight: 800;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 24px;
        line-height: 34px;
        text-align: center;
        letter-spacing: .5px;
        padding-left: 15px;
        padding-right: 15px
    }

    .grid-container {
        display: grid;
        grid-template-columns: auto auto auto;
        padding: 0px
    }

    .grid-item {
        padding: 0px;
        text-align: center
    }

    #grid {
        display: none
    }

    #js {
        width: 7rem;
        height: 7rem;
        top: 0;
        left: 0
    }

    .K {
        top: 0;
        left: 0;
        width: 7rem;
        height: 7rem
    }

    .red {
        top: 0;
        left: 0;
        width: 7rem;
        height: 7rem
    }

    .A {
        top: 0;
        left: 0;
        width: 7rem;
        height: 7rem
    }

    .mongo {
        top: 0;
        left: 0;
        width: 7rem;
        height: 7rem
    }

    ._html {
        top: 0;
        left: 0;
        width: 7rem;
        height: 7rem
    }

    .android {
        top: 0;
        left: 0;
        width: 7rem;
        height: 7rem
    }

    #apple {
        width: 7rem;
        height: 7rem;
        top: 0;
        left: 0
    }

    #assus {
        top: 0;
        left: 0;
        width: 7rem;
        height: 7rem
    }

    .vanilla {
        top: 0;
        left: 0;
        width: 7rem;
        height: 7rem
    }

    .react {
        top: 0;
        left: 0;
        width: 7rem;
        height: 7rem
    }

    .css {
        top: 0;
        left: 0;
        width: 7rem;
        height: 7rem
    }

    .obj_c {
        top: 0;
        left: 0;
        width: 7rem;
        height: 7rem
    }

    .yellow {
        top: 0;
        left: 0;
        width: 7rem;
        height: 7rem
    }

    .python {
        top: 0;
        left: 0;
        width: 7rem;
        height: 7rem
    }

    .aws {
        top: 0;
        left: 0;
        width: 7rem;
        height: 7rem
    }

    .ui {
        top: 0;
        left: 0;
        width: 7rem;
        height: 7rem
    }

    .expo {
        top: 0;
        left: 0;
        width: 7rem;
        height: 7rem
    }

    .arrow {
        top: 0;
        left: 0;
        width: 7rem;
        height: 7rem
    }

    .cloud {
        top: 0;
        left: 0;
        width: 7rem;
        height: 7rem
    }

    .node {
        top: 0;
        left: 0;
        width: 7rem;
        height: 7rem
    }

    .grid_image {
        display: none
    }

    .ui_head {
        margin-top: 51px;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 36px;
        padding-left: 0;
        line-height: 49px;
        text-align: center;
        letter-spacing: .5px
    }

    .ui_para {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 15px;
        padding: 0 15px;
        line-height: 24px;
        letter-spacing: .5px;
        text-align: center;
        width: 100%
    }

    .mobile_head {
        margin-top: 51px;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 36px;
        line-height: 49px;
        text-align: center;
        letter-spacing: .5px
    }

    .button {
        margin-top: 0%;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 16px;
        line-height: 49px;
        text-align: center;
        letter-spacing: .5px;
        color: #33bc8c;
        left: 0;
        top: 0
    }

    .arrow_img {
        position: relative;
        top: -3.2rem;
        left: 65%
    }

    .button_mobile {
        margin-top: 0%;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 16px;
        line-height: 49px;
        text-align: center;
        letter-spacing: .5px;
        color: #33bc8c;
        left: 0;
        top: 0
    }

    .arrow_mobile {
        position: relative;
        top: -3.2rem;
        left: 65%
    }

    .button_web {
        margin-top: 0%;
        text-align: center;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 16px;
        line-height: 49px;
        letter-spacing: .5px;
        color: #33bc8c;
        left: 0;
        top: 0
    }

    .arrow_web {
        position: relative;
        top: -3.1rem;
        left: 65%
    }

    .button_main {
        position: relative;
        top: -6rem;
        margin-top: 0%;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 16px;
        line-height: 49px;
        text-align: center;
        letter-spacing: .5px;
        left: 0;
        color: #33bc8c
    }

    .arrow_main {
        position: relative;
        top: -9.1rem;
        left: 65%
    }

    .mobile_para {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: .5px;
        text-align: center
    }

    .mobile_text {
        position: relative;
        left: 0%;
        margin-top: 8%
    }

    .mobile_container {
        flex-direction: column;
        align-items: center
    }

    .ui_container {
        flex-direction: column;
        align-items: center
    }

    .web_head {
        margin-top: 51px;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 36px;
        line-height: 49px;
        text-align: center;
        letter-spacing: .5px
    }

    .web_text {
        position: relative;
        left: 0%
    }

    .web_para {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: .5px;
        text-align: center
    }

    .web_container {
        flex-direction: column;
        align-items: center
    }

    .main_head {
        margin-top: 51px;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 36px;
        line-height: 49px;
        text-align: center;
        letter-spacing: .5px
    }

    .main_para {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: .5px;
        text-align: center;
        margin-bottom: 100px
    }

    .main_text {
        position: relative;
        margin-bottom: 0;
        left: 0%
    }

    .main_container {
        flex-direction: column;
        align-items: center
    }

    .third_section {
        height: 100%
    }

    .fifth_container {
        overflow-x: hidden;
        padding-bottom: 30px
    }

    .fifth_title {
        flex-direction: column
    }

    .sixth_title h2,
    .fifth_title h1 {
        margin-top: 32px;
        font-family: "Manrope", sans-serif;
        font-weight: 700;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 24px;
        line-height: 34px;
        text-align: center;
        letter-spacing: .5px;
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px
    }

    .fifth_title h1 span {
        display: block
    }

    .sixth_title p,
    .fifth_title p {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        letter-spacing: .5px;
        padding: 0 15px;
        margin-bottom: 30px
    }
}

#sixth_item h3 {
    font-size: 24px;
    line-height: 32px
}

.owl-carousel .owl-item img {
    display: block;
    width: 100% !important
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
    margin-top: 0%
}

.combined_shape {
    width: 2rem;
    position: relative;
    top: 1.6rem;
    left: 3%
}

.item p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .005em;
    color: #ccc
}

.sixth_carousel4 .owl-carousel {
    left: 18%
}

@media all and (max-width: 767px) {
    .sixth_carousel4 .owl-dots {
        margin-left: -34%
    }
}

.sixth_carousel4 .owl-carousel .owl-stage-outer {
    position: relative;
    left: 0
}

.owl-theme .owl-nav {
    margin-top: 10px;
    display: none
}

#sixth_item {
    position: relative
}

#explore_btn {
    position: relative;
    top: 0;
    width: calc(100% - 48px);
    font-size: 18px;
    max-width: 210px;
    padding-top: 14px
}

.owl-two .owl-item img {
    display: block;
    position: relative
}

.green-item {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 57px;
    line-height: 83px;
    letter-spacing: .5px;
    color: #fff;
    padding: 45px 0px;
    text-align: center
}

.green-item p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .5px;
    color: #fff;
    text-align: center;
    width: auto;
    top: -4%;
    position: relative;
    top: -1.2rem;
    left: 0;
    margin: 9px auto 0
}

@media(max-width: 767px) {
    .green-item p {
        padding: 0 20px
    }
}

.plus {
    position: relative;
    top: -2.1rem;
    left: -1rem
}

.plus img {
    width: 16px;
    height: 16px
}

.eight_container img {
    max-width: 100%;
    height: auto;
    position: relative
}

.section-padding5 {
    padding-top: 30px
}

@media only screen and (min-width: 600px)and (max-width: 992px) {
    .menu-icon {
        top: 20px;
        right: 20px;
        z-index: 100
    }

    #random_text {
        width: 921px;
        font-family: "Manrope", sans-serif;
        font-weight: 700;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 36px;
        line-height: 82px;
        text-align: center;
        letter-spacing: .5px;
        color: #fff
    }

    #youtube {
        height: 20rem;
        position: relative;
        left: 0;
        width: 32rem
    }

    #first_sec_head {
        width: 500px;
        font-family: "Manrope", sans-serif;
        font-weight: 500;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 36px;
        line-height: 49px;
        text-align: center;
        letter-spacing: .5px;
        color: #fff
    }

    .line {
        position: relative;
        top: .4rem;
        left: -22%;
        width: 177px;
        border: .5px solid #8d8e98
    }

    #join_btn {
        color: #fff;
        background-color: #33bc8c
    }

    .third_sec_text h2 {
        position: relative;
        font-family: "Manrope", sans-serif;
        font-weight: 800;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 28px;
        line-height: 40px;
        text-align: center;
        letter-spacing: .5px
    }

    .third_sec_text h3 {
        margin-top: 0%;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 28px;
        line-height: 40px;
        text-align: center;
        letter-spacing: .5px
    }

    .grid_image {
        width: 48rem;
        margin-top: 0%
    }

    .third_container {
        overflow-x: hidden
    }

    #js {
        width: 6.5rem;
        height: 6.5rem;
        top: -17.6rem;
        left: 748%
    }

    .K {
        width: 6.5rem;
        height: 6.5rem;
        top: -20rem;
        left: 710.5%
    }

    .red {
        width: 6.5rem;
        height: 6.5rem;
        top: -22.5rem;
        left: 677.5%
    }

    .A {
        width: 6.5rem;
        height: 6.5rem;
        top: -15.3rem;
        left: 510.5%
    }

    .mongo {
        width: 6.5rem;
        height: 6.5rem;
        top: -17.6rem;
        left: 472.5%
    }

    ._html {
        width: 6.5rem;
        height: 6.5rem;
        top: -20rem;
        left: 439.5%
    }

    .android {
        width: 6.5rem;
        height: 6.5rem;
        top: -22.4rem;
        left: 406.5%
    }

    .apple {
        width: 6.5rem;
        height: 6.5rem;
        top: -13rem;
        left: 178%
    }

    .assus {
        width: 6.5rem;
        height: 6.5rem;
        top: -15.3rem;
        left: 140.5%
    }

    .vanilla {
        width: 6.5rem;
        height: 6.5rem;
        top: -17.6rem;
        left: 105.5%
    }

    .react {
        width: 6.5rem;
        height: 6.5rem;
        top: -20rem;
        left: 65%
    }

    .obj_c {
        width: 6.5rem;
        height: 6.5rem;
        top: -13rem;
        left: -196.5%
    }

    .css {
        width: 6.5rem;
        height: 6.5rem;
        top: -10.5rem;
        left: -160.5%
    }

    .yellow {
        width: 6.5rem;
        height: 6.5rem;
        top: -15.3rem;
        left: -234.5%
    }

    .python {
        width: 6.5rem;
        height: 6.5rem;
        top: -17.7rem;
        left: -265.5%
    }

    .aws {
        width: 6.5rem;
        height: 6.5rem;
        top: -20rem;
        left: -300.5%
    }

    .ui {
        width: 6.5rem;
        height: 6.5rem;
        top: -10.6rem;
        left: -533%
    }

    .expo {
        width: 6.5rem;
        height: 6.5rem;
        top: -13rem;
        left: -570.5%
    }

    .arrow {
        width: 6.5rem;
        height: 6.5rem;
        top: -15.2rem;
        left: -604.5%
    }

    .cloud {
        width: 6.5rem;
        height: 6.5rem;
        top: -17.7rem;
        left: -640.5%
    }

    .node {
        width: 6.5rem;
        height: 6.5rem;
        top: -22.5rem;
        left: -870.5%
    }

    .grid-container {
        display: flex;
        justify-content: center
    }

    .ui_head {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 36px;
        line-height: 49px;
        padding-left: 20%;
        letter-spacing: .5px
    }

    .ui_para {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 15px;
        line-height: 24px;
        padding-left: 20%;
        letter-spacing: .5px
    }

    .mobile_head {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 36px;
        line-height: 49px;
        letter-spacing: .5px
    }

    .mobile_para {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 15px;
        line-height: 24px;
        width: 22rem;
        letter-spacing: .5px
    }

    .mobile_image {
        position: relative;
        left: 140%;
        width: 16rem
    }

    .mobile_text {
        position: relative;
        left: -36%
    }

    .web_head {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 36px;
        line-height: 49px;
        letter-spacing: .5px
    }

    .web_para {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 15px;
        line-height: 24px;
        width: 22rem;
        letter-spacing: .5px
    }

    .web_image {
        position: relative;
        width: 16rem
    }

    .ui_text {
        position: relative;
        top: 1rem
    }

    .web_text {
        position: relative;
        left: 6%
    }

    .main_head {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 36px;
        line-height: 49px;
        letter-spacing: .5px
    }

    .main_para {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 15px;
        line-height: 24px;
        width: 22rem;
        letter-spacing: .5px
    }

    .main_text {
        position: relative;
        margin-bottom: 15%;
        left: -36%;
        top: -1.6rem
    }

    .button {
        margin-top: 0%;
        position: relative;
        left: -21%;
        top: -1rem;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 16px;
        line-height: 49px;
        text-align: center;
        letter-spacing: .5px;
        color: #33bc8c
    }

    .arrow_img {
        position: relative;
        top: -3.74rem;
        left: 39%
    }

    .button_main {
        position: relative;
        top: -1rem;
        left: -38%;
        margin-top: 0%;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 16px;
        line-height: 49px;
        text-align: center;
        letter-spacing: .5px;
        color: #33bc8c
    }

    .arrow_main {
        position: relative;
        top: -3.8rem;
        left: 26%
    }

    .button_web {
        margin-top: 0%;
        position: relative;
        top: -1.3rem;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 16px;
        line-height: 49px;
        text-align: left;
        letter-spacing: .5px;
        color: #33bc8c
    }

    .arrow_web {
        position: relative;
        top: -4.04rem;
        left: 26%
    }

    .button_mobile {
        margin-top: 0%;
        position: relative;
        left: -38%;
        top: -1rem;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 16px;
        line-height: 49px;
        text-align: center;
        letter-spacing: .5px;
        color: #33bc8c
    }

    .arrow_mobile {
        position: relative;
        top: -3.77rem;
        left: 26%
    }

    .fifth_container {
        overflow-x: hidden
    }

    .fifth_title {
        flex-direction: column
    }

    .fifth_title h1 {
        margin-top: 10%;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 30px;
        line-height: 70px;
        text-align: center;
        letter-spacing: .5px
    }

    .fifth_title p {
        font-family: "Manrope", sans-serif;
        font-weight: 600;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 14px;
        line-height: 26px;
        text-align: center;
        letter-spacing: .5px
    }

    .owl-carousel {
        display: none;
        width: 100%;
        z-index: 1;
        margin-top: 0%
    }

    .combined_shape {
        width: 2rem;
        position: relative;
        top: 1.6rem;
        left: 22%
    }

    .owl-carousel .owl-item img {
        display: block;
        width: 100% !important
    }

    #explore_btn {
        position: relative;
        margin-top: 0;
        margin-bottom: 0
    }

    .owl-theme .owl-nav {
        margin-top: 10px;
        display: none
    }

    #sixth_item {
        position: relative
    }

    .owl-two .owl-item img {
        display: block;
        width: 100% !important;
        position: relative
    }

    .sixth_title h2 {
        margin-top: 10%;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 30px;
        line-height: 49px;
        text-align: center;
        letter-spacing: .5px
    }

    .sixth_title p {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 14px;
        line-height: 25px;
        text-align: center;
        letter-spacing: .5px
    }

    .green_text h2 {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        width: 34rem;
        font-size: 28px;
        line-height: 39px;
        text-align: center;
        letter-spacing: .5px;
        color: #fff;
        margin-top: 0%
    }

    .green-item {
        font-family: "Manrope", sans-serif;
        font-weight: 700;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 34px;
        line-height: 87px;
        letter-spacing: .5px;
        color: #fff;
        padding: 0px;
        text-align: center
    }

    .green-item p {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 16px;
        line-height: 26px;
        color: #fff;
        text-align: center;
        letter-spacing: .5px;
        position: relative;
        top: -1rem;
        margin: 0 auto
    }

    .new {
        display: flex;
        justify-content: end;
        position: relative;
        top: 13rem;
        margin-bottom: -6rem
    }

    .greenPlus {
        width: 37rem;
        position: relative;
        top: -24.7rem;
        left: 0%
    }

    .eight_container img {
        width: 90%;
        height: 50%;
        position: relative;
        left: 5%
    }

    .eight_container {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .js-nask-home-animations {
        margin-bottom: 0% !important
    }
}

@media only screen and (min-width: 922px)and (max-width: 1445px) {
    #youtube {
        height: 35rem;
        width: 45rem;
        position: relative;
        left: -20%
    }

    #first_sec_head {
        width: 903px;
        font-family: "Manrope", sans-serif;
        font-weight: 500;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 54px;
        line-height: 78px;
        text-align: center;
        letter-spacing: .5px;
        color: #fff
    }

    .line {
        position: relative;
        top: 1rem;
        left: -28%;
        width: 177px;
        border: 1px solid #8d8e98
    }

    .third_container {
        overflow-x: hidden
    }

    .third_sec_text {
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .grid {
        display: flex;
        justify-content: center
    }

    .third_sec_text h3 {
        margin-top: 0%;
        font-family: "Manrope", sans-serif;
        font-weight: 200;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        width: 60rem;
        font-size: 2.5rem;
        line-height: 65px;
        text-align: center;
        letter-spacing: .5px;
        max-width: 95%
    }

    .third_sec_text h2 {
        position: relative;
        top: 0rem;
        margin-top: 74px;
        font-family: "Manrope", sans-serif;
        font-weight: 800;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        width: 800px;
        font-size: 2.5rem;
        line-height: 66px;
        text-align: center;
        letter-spacing: .5px
    }

    .grid_image {
        width: 69rem;
        margin-top: 0%
    }

    #js {
        top: -24.2rem;
        left: 702%
    }

    .K {
        top: -27.7rem;
        left: 677.5%
    }

    .red {
        top: -31rem;
        left: 651.5%
    }

    .A {
        top: -20.7rem;
        left: 476.5%
    }

    .mongo {
        top: -24.2rem;
        left: 452.5%
    }

    ._html {
        top: -27.6rem;
        left: 427.5%
    }

    .android {
        top: -31.05rem;
        left: 400.5%
    }

    .apple {
        top: -17.5rem;
        left: 151%
    }

    .assus {
        top: -20.7rem;
        left: 126%
    }

    .vanilla {
        top: -24.1rem;
        left: 101.5%
    }

    .react {
        top: -27.7rem;
        left: 76%
    }

    .obj_c {
        top: -17.5rem;
        left: -201.5%
    }

    .css {
        top: -14rem;
        left: -177.5%
    }

    .yellow {
        top: -20.9rem;
        left: -227.5%
    }

    .python {
        top: -24.3rem;
        left: -252.5%
    }

    .aws {
        top: -27.8rem;
        left: -278.5%
    }

    .ui {
        top: -13.9rem;
        left: -528%
    }

    .expo {
        top: -17.5rem;
        left: -552.5%
    }

    .arrow {
        top: -20.8rem;
        left: -576.5%
    }

    .cloud {
        top: -24.4rem;
        left: -602.5%
    }

    .node {
        top: -30.9rem;
        left: -848.5%
    }

    .grid-container {
        display: flex;
        justify-content: center
    }

    .ui_head {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 36px;
        line-height: 49px;
        padding-left: 20%;
        letter-spacing: .5px
    }

    .ui_para {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 15px;
        line-height: 24px;
        padding-left: 20%;
        letter-spacing: .5px;
        width: 30rem
    }

    .ui_image {
        margin-left: 15%
    }

    .mobile_head {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 36px;
        line-height: 49px;
        letter-spacing: .5px
    }

    .mobile_para {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 15px;
        line-height: 24px;
        width: 22rem;
        letter-spacing: .5px
    }

    .mobile_image {
        left: 130%
    }

    .mobile_text {
        position: relative;
        left: -320px
    }

    .web_head {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 36px;
        line-height: 49px;
        letter-spacing: .5px
    }

    .web_para {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 15px;
        line-height: 24px;
        width: 22rem;
        letter-spacing: .5px
    }

    .web_image {
        left: -10%
    }

    .web_text {
        left: 6%
    }

    .main_head {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 36px;
        line-height: 49px;
        letter-spacing: .5px
    }

    .main_para {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 15px;
        line-height: 24px;
        width: 22rem;
        letter-spacing: .5px
    }

    .main_image {
        left: 130%
    }

    .ui_text {
        position: relative;
        left: 4%
    }

    .main_text {
        position: relative;
        margin-bottom: 15%;
        left: -340px;
        top: -1rem
    }

    .fifth_container {
        overflow-x: hidden
    }

    .fifth_title {
        flex-direction: column
    }

    .fifth_title h1 {
        margin-top: 75px;
        font-family: "Manrope", sans-serif;
        font-weight: 700;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 2.5rem;
        line-height: 70px;
        text-align: center;
        letter-spacing: .5px
    }

    .fifth_title p {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 24px;
        line-height: 26px;
        text-align: center;
        letter-spacing: .5px
    }

    .owl-carousel {
        display: none;
        width: 100%;
        z-index: 1
    }

    .combined_shape {
        width: 3rem;
        position: relative;
        top: 2.5rem;
        left: 11%
    }

    .button {
        margin-top: 0%;
        position: relative;
        left: -21%;
        top: -1rem;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 16px;
        line-height: 49px;
        text-align: center;
        letter-spacing: .5px;
        color: #33bc8c
    }

    .arrow_img {
        position: relative;
        top: -3.74rem;
        left: 39%
    }

    .button_main {
        position: relative;
        top: -1rem;
        left: -38%;
        margin-top: 0%;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 16px;
        line-height: 49px;
        text-align: center;
        letter-spacing: .5px;
        color: #33bc8c
    }

    .arrow_main {
        position: relative;
        top: -3.8rem;
        left: 26%
    }

    .button_web {
        margin-top: 0%;
        position: relative;
        top: -1.3rem;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 16px;
        line-height: 49px;
        text-align: left;
        letter-spacing: .5px;
        color: #33bc8c
    }

    .arrow_web {
        position: relative;
        top: -4.04rem;
        left: 26%
    }

    .button_mobile {
        margin-top: 0%;
        position: relative;
        left: -38%;
        top: -1rem;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 16px;
        line-height: 49px;
        text-align: center;
        letter-spacing: .5px;
        color: #33bc8c
    }

    .arrow_mobile {
        position: relative;
        top: -3.77rem;
        left: 26%
    }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        left: 18%;
        -webkit-transform: translate3d(0, 0, 0)
    }

    .owl-theme .owl-nav {
        margin-top: 10px;
        display: none
    }

    .item h1 {
        padding-top: 5%;
        font-family: "Manrope", sans-serif;
        font-weight: 700;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 24px;
        line-height: 33px;
        letter-spacing: .5px
    }

    .item p {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: .005em;
        color: #ccc
    }

    #sixth_item {
        position: relative
    }

    .owl-dots {
        text-align: center;
        position: relative;
        top: 0rem
    }

    .owl-carousel .owl-item img {
        display: block
    }

    .owl-two .owl-dots {
        text-align: center;
        position: relative;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }

    .owl-two .owl-stage-outer {
        position: relative;
        overflow: hidden;
        left: 10%;
        -webkit-transform: translate3d(0, 0, 0)
    }

    .owl-two .owl-item img {
        display: block;
        width: 420px !important;
        height: 378px;
        position: relative
    }

    .sixth_container {
        overflow: hidden
    }

    .sixth_title {
        flex-direction: column
    }

    .sixth_title h2 {
        margin-top: 75px;
        font-family: "Manrope", sans-serif;
        font-weight: 700;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 2.5rem;
        line-height: 70px;
        text-align: center;
        letter-spacing: .5px
    }

    #explore_btn {
        position: relative;
        margin-top: 0;
        margin-bottom: 0
    }

    .sixth_title p {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 24px;
        line-height: 26px;
        text-align: center;
        margin-top: 0;
        letter-spacing: .5px
    }

    .plus {
        position: relative;
        top: -2.1rem;
        left: -0.8rem
    }

    .plus img {
        width: 16px;
        height: 16px
    }

    .greenPlus {
        position: relative;
        top: -460px;
        width: 55rem
    }

    .plus_image {
        display: flex;
        justify-content: center
    }

    .eight_container img {
        max-width: 100%;
        height: auto;
        position: relative
    }

    #join_btn {
        color: #fff;
        background-color: #33bc8c;
        border-color: #397d71
    }
}

@media only screen and (min-width: 1980px)and (max-width: 2560px) {
    .owl-carousel .owl-item img {
        display: block;
        width: 110% !important
    }

    .second_sec p {
        width: 448px;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: .5px;
        color: #8d8e98
    }

    .line {
        position: relative;
        width: 177px;
        left: -30%;
        border: 1px solid #8d8e98
    }

    .third_sec_text {
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .grid {
        display: flex;
        justify-content: center
    }

    .third_sec_text h2 {
        margin-top: 5%;
        font-family: "Manrope", sans-serif;
        font-weight: 800;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        width: 800px;
        font-size: 48px;
        line-height: 66px;
        text-align: center;
        letter-spacing: .5px
    }

    .grid_image {
        width: 69rem;
        margin-top: 0%
    }

    #js {
        width: 8rem;
        position: relative;
        top: -24.2rem;
        left: 705%
    }

    .K {
        width: 8rem;
        position: relative;
        top: -27.7rem;
        left: 680.5%
    }

    .red {
        width: 8rem;
        position: relative;
        top: -31rem;
        left: 655.5%
    }

    .A {
        width: 8rem;
        position: relative;
        top: -20.7rem;
        left: 480.5%
    }

    .mongo {
        width: 8rem;
        position: relative;
        top: -24.2rem;
        left: 452.5%
    }

    ._html {
        width: 8rem;
        position: relative;
        top: -27.6rem;
        left: 429.5%
    }

    .android {
        width: 8rem;
        position: relative;
        top: -31rem;
        left: 403.5%
    }

    .apple {
        width: 8rem;
        position: relative;
        top: -17.5rem;
        left: 153%
    }

    .assus {
        width: 8rem;
        position: relative;
        top: -20.7rem;
        left: 130%
    }

    .vanilla {
        width: 8rem;
        position: relative;
        top: -24.1rem;
        left: 100.5%
    }

    .react {
        width: 8rem;
        position: relative;
        top: -27.7rem;
        left: 75%
    }

    .obj_c {
        width: 8rem;
        position: relative;
        top: -17.5rem;
        left: -196.5%
    }

    .css {
        width: 8rem;
        position: relative;
        top: -14rem;
        left: -172.5%
    }

    .yellow {
        width: 8rem;
        position: relative;
        top: -20.9rem;
        left: -222.5%
    }

    .python {
        width: 8rem;
        position: relative;
        top: -24.3rem;
        left: -247.5%
    }

    .aws {
        width: 8rem;
        position: relative;
        top: -27.8rem;
        left: -273.5%
    }

    .ui {
        width: 8rem;
        position: relative;
        top: -13.9rem;
        left: -523%
    }

    .expo {
        width: 8rem;
        position: relative;
        top: -17.5rem;
        left: -547.5%
    }

    .arrow {
        width: 8rem;
        position: relative;
        top: -20.8rem;
        left: -571.5%
    }

    .cloud {
        width: 8rem;
        position: relative;
        top: -24.4rem;
        left: -597.5%
    }

    .node {
        width: 8rem;
        position: relative;
        top: -30.9rem;
        left: -843.5%
    }

    .grid-container {
        display: flex;
        justify-content: center
    }

    .grid-container {
        display: flex;
        justify-content: center
    }

    .ui_head {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 36px;
        line-height: 49px;
        padding-left: 20%;
        letter-spacing: .5px
    }

    .ui_para {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 15px;
        line-height: 24px;
        padding-left: 20%;
        letter-spacing: .5px;
        width: 30rem
    }

    .ui_image {
        position: relative;
        margin-left: 0%
    }

    .mobile_head {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 36px;
        line-height: 49px;
        letter-spacing: .5px
    }

    .mobile_para {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 15px;
        line-height: 24px;
        width: 22rem;
        letter-spacing: .5px
    }

    .mobile_image {
        position: relative;
        left: 140%
    }

    .mobile_text {
        position: relative;
        left: -14%;
        margin-top: 6%
    }

    .web_head {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 36px;
        line-height: 49px;
        letter-spacing: .5px
    }

    .web_para {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 15px;
        line-height: 24px;
        width: 22rem;
        letter-spacing: .5px
    }

    #explore_btn {
        position: relative;
        margin-top: 0
    }

    .web_image {
        position: relative;
        left: -10%
    }

    .web_text {
        position: relative;
        left: 5%
    }

    .main_head {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 36px;
        line-height: 49px;
        letter-spacing: .5px
    }

    .main_para {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 15px;
        line-height: 24px;
        width: 22rem;
        letter-spacing: .5px
    }

    .main_image {
        position: relative;
        left: 140%
    }

    .main_text {
        position: relative;
        margin-bottom: 15%;
        left: -14%
    }

    .button {
        margin-top: 0%;
        position: relative;
        left: -21%;
        top: -1rem;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 16px;
        line-height: 49px;
        text-align: center;
        letter-spacing: .5px;
        color: #33bc8c
    }

    .arrow_img {
        position: relative;
        top: -3.74rem;
        left: 39%
    }

    .button_main {
        position: relative;
        top: -1rem;
        left: -38%;
        margin-top: 0%;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 16px;
        line-height: 49px;
        text-align: center;
        letter-spacing: .5px;
        color: #33bc8c
    }

    .arrow_main {
        position: relative;
        top: -3.8rem;
        left: 26%
    }

    .button_web {
        margin-top: 0%;
        position: relative;
        top: -1.3rem;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 16px;
        line-height: 49px;
        text-align: left;
        letter-spacing: .5px;
        color: #33bc8c
    }

    .arrow_web {
        position: relative;
        top: -4.04rem;
        left: 26%
    }

    .button_mobile {
        margin-top: 0%;
        position: relative;
        left: -38%;
        top: -1rem;
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 16px;
        line-height: 49px;
        text-align: center;
        letter-spacing: .5px;
        color: #33bc8c
    }

    .arrow_mobile {
        position: relative;
        top: -3.77rem;
        left: 26%
    }

    .fifth_container {
        overflow-x: hidden
    }

    .fifth_title {
        flex-direction: column
    }

    .fifth_title h1 {
        margin-top: 10%;
        font-family: "Manrope", sans-serif;
        font-weight: 700;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 54px;
        line-height: 70px;
        text-align: center;
        letter-spacing: .5px
    }

    .fifth_title p {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 24px;
        line-height: 26px;
        text-align: center;
        letter-spacing: .5px
    }

    .owl-carousel {
        display: none;
        width: 100%;
        z-index: 1;
        margin-top: 0%
    }

    .combined_shape {
        width: 5rem;
        position: relative;
        top: 4rem;
        left: 10%
    }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        left: 18%;
        -webkit-transform: translate3d(0, 0, 0)
    }

    .owl-theme .owl-nav {
        margin-top: 10px;
        display: none
    }

    .item h1 {
        padding-top: 5%;
        font-family: "Manrope", sans-serif;
        font-weight: 700;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 34px;
        line-height: 33px;
        letter-spacing: .5px
    }

    .item p {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 28px;
        line-height: 25px;
        letter-spacing: .005em;
        color: #ccc
    }

    .sixth_title {
        display: flex;
        justify-content: center;
        flex-direction: column
    }

    .sixth_container {
        overflow-x: hidden
    }

    #sixth_item {
        position: relative
    }

    .sixth_container {
        overflow-x: hidden
    }

    .sixth_title {
        flex-direction: column
    }

    .sixth_title h2 {
        font-family: "Manrope", sans-serif;
        font-weight: 700;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 54px;
        line-height: 49px;
        text-align: center;
        letter-spacing: .5px
    }

    #sixth_item {
        position: relative
    }

    .owl-dots {
        text-align: center;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }

    .owl-two .owl-dots {
        text-align: center;
        position: relative;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }

    .owl-two .owl-stage-outer {
        position: relative;
        overflow: hidden;
        left: 6%;
        top: 4rem;
        -webkit-transform: translate3d(0, 0, 0)
    }

    .owl-two.blog-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        left: 6%;
        top: 0;
        -webkit-transform: translate3d(0, 0, 0)
    }

    .owl-two .owl-item img {
        display: block;
        height: 400px;
        position: relative;
        width: 430px !important
    }

    .explore {
        display: flex;
        justify-content: center
    }

    #explore_btn {
        position: relative;
        margin-top: 0;
        margin-bottom: 0
    }

    .green-item p {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        font-size: 18px;
        line-height: 26px;
        color: #fff;
        text-align: center;
        letter-spacing: .5px
    }

    .green_plus {
        width: 32rem;
        height: 10rem;
        position: relative;
        top: -10.4rem;
        left: 17%
    }

    .new {
        display: flex;
        justify-content: end;
        position: relative;
        top: 13rem;
        margin-bottom: -6rem
    }

    #join_btn {
        color: #fff;
        background-color: #33bc8c;
        border-color: #397d71
    }
}

#sixth_carousel.owl-carousel .owl-stage-outer {
    left: 18%
}

@media(min-width: 1920px) {
    #sixth_carousel.owl-carousel .owl-stage-outer {
        left: 25%;
        margin-bottom: 30px
    }
}

@media(min-width: 2800px) {
    #sixth_carousel.owl-carousel .owl-stage-outer {
        left: 35%
    }
}

@media(min-width: 3200px) {
    #sixth_carousel.owl-carousel .owl-stage-outer {
        left: 40%
    }
}

@media(max-width: 992px) {
    #sixth_carousel.owl-carousel .owl-stage-outer {
        left: 15px
    }
}

.owl-carousel .owl-item .item>div {
    width: calc(50% - 15px)
}

.owl-carousel .owl-item .img-box {
    display: flex;
    align-items: center;
    position: relative;
    width: 50%;
    max-width: 532px;
    margin-right: 25px
}

.owl-carousel .owl-item .img-box img {
    height: auto !important;
    width: 100% !important;
    object-fit: contain;
    max-height: 562px
}

.sixth_container .explore {
    margin: 80px 0 182px
}

.sixth_container .owl-two .owl-dots {
    top: 10px
}

.sixth_container .owl-two .owl-dots button:focus {
    outline: 0 !important
}

@media all and (max-width: 767px) {
    .sixth_container .owl-two .owl-dots {
        top: 65%;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 0
    }
}

@media all and (max-width: 540px) {
    .sixth_container .owl-two .owl-dots {
        top: 60%
    }
}

@media all and (max-width: 480px) {
    .sixth_container .owl-two .owl-dots {
        top: 56%
    }
}

@media all and (max-width: 450px) {
    .sixth_container .owl-two .owl-dots {
        top: 53%
    }
}

@media all and (max-width: 420px) {
    .sixth_container .owl-two .owl-dots {
        top: 50%
    }
}

@media all and (max-width: 400px) {
    .sixth_container .owl-two .owl-dots {
        top: 48%
    }
}

@media all and (max-width: 375px) {
    .sixth_container .owl-two .owl-dots {
        top: 43%
    }
}

@media all and (max-width: 320px) {
    .sixth_container .owl-two .owl-dots {
        top: 40%
    }
}

#sixth_item {
    max-width: 870px;
    padding-bottom: 30px
}

.view {
    font-size: 13px;
    color: #33bc8c;
    align-items: center;
    display: inline-flex;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media all and (max-width: 1499px) {
    .sixth_container .explore {
        margin: 60px 0 90px
    }
}

@media all and (max-width: 1099px) {
    #sixth_item {
        max-width: 661px
    }
}

@media all and (max-width: 767px) {
    #sixth_carousel.owl-carousel .owl-stage-outer {
        left: 0;
        margin: 0;
        top: 0
    }

    .owl-carousel .owl-item .img-box img {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover;
        max-height: initial
    }

    .owl-carousel .owl-item .item>div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }

    .fourth_container+.dashed-line {
        display: none
    }

    .fourth_title {
        padding-top: 82px
    }

    .web_container,
    .main_container,
    .mobile_container {
        margin-top: 100px
    }

    .eight_container h2 {
        font-size: 24px;
        line-height: 34px;
        margin-top: 30px;
        padding: 0 15px
    }

    .eight_container h3 {
        font-size: 16px;
        line-height: 28px
    }

    .green_text h2 {
        font-family: "Manrope", sans-serif;
        font-weight: 400;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap;
        width: 92%;
        font-size: 24px;
        line-height: 34px;
        text-align: center;
        letter-spacing: .5px;
        color: #fff;
        margin-top: 0%
    }

    #sixth_item {
        flex-direction: column-reverse;
        padding: 0 25px
    }

    .sixth_container .explore {
        margin: 48px 0 40px
    }
}

@media all and (max-width: 639px) {
    #sixth_item {
        max-width: 100%
    }
}

#stroke-svg {
    stroke-dashoffset: 0
}

#path {
    display: none
}

#path.animate {
    display: block;
    stroke-width: 1;
    stroke-dashoffset: 2800;
    stroke-dasharray: 2800;
    stroke: #fff;
    fill: rgba(0, 0, 0, 0);
    animation: dash 7s linear 0s;
    animation-fill-mode: forwards
}

@keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}

#sixth_section {
    position: relative
}

.green_container .inner-wrap {
    display: flex;
    flex-direction: column;
    padding: 60px 104px;
    align-items: center;
    justify-content: center
}

@media all and (max-width: 1399px) {
    .green_container .inner-wrap {
        padding: 60px 50px
    }
}

@media all and (max-width: 767px) {
    .green_container .inner-wrap {
        padding: 60px 25px 60px
    }
}

.green_container .green_text+div {
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden
}

.green_container .greenPlus {
    position: absolute;
    top: -3px;
    width: 100%;
    height: auto;
    bottom: 0;
    margin: auto;
    max-width: 1038px;
    left: 12px;
    right: 0
}

@media only screen and (min-width: 768px)and (max-width: 899px) {
    .green_container .greenPlus {
        top: -9px;
        max-width: 100%;
        height: auto;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%
    }
}

@media only screen and (min-width: 600px)and (max-width: 767px) {
    .green_container .greenPlus {
        top: 9px;
        max-width: 100%;
        height: auto;
        left: 0;
        right: 0;
        margin: auto
    }
}

@media all and (min-width: 1160px) {
    .green_image {
        margin-top: 200px
    }
}

.green_image {
    margin-top: 50px;
    max-width: 90%
}

.eight_container .banner-data {
    position: relative;
    margin-top: -20px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1040px;
    padding: 0 20px
}

.eight_container .banner-data * {
    position: relative;
    z-index: 2
}

.eight_container .banner-data p {
    margin-top: 27px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.highlight {
    color: #33bc8c
}

.sixth_container .owl-carousel.owl-drag .owl-item.active+.active {
    opacity: .5
}

@media all and (max-width: 767px) {
    .green_image {
        margin-top: 70px;
        max-width: calc(100% - 48px)
    }

    .eight_container .banner-data {
        margin-bottom: 40px;
        margin-top: -18px
    }

    .footer {
        padding-top: 50px;
        transform: none !important;
        padding-bottom: 0 !important
    }

    #explore_btn {
        max-width: 320px
    }
}

.btn-wrap {
    margin-bottom: 155px
}

.third_section .btn-wrap {
    margin-top: -165px !important;
    margin-bottom: 90px
}

#services .arrow_main,
#services .arrow_web,
#services .arrow_mobile,
#services .arrow_img,
#services .button_main,
#services .button_web,
#services .button_mobile,
#services h1.button {
    display: none
}

.fourth_container .ui_container>div,
.fourth_container .mobile_container>div,
.fourth_container .web_container>div,
.fourth_container .main_container>div {
    background: #201f24
}

.fourth_container .ui_container>div.ui_text,
.fourth_container .mobile_container>div.mobile_text,
.fourth_container .web_container>div.web_text,
.fourth_container .main_container>div.main_text {
    background: none
}

@media all and (min-width: 768px) {

    .mobile_container,
    .main_container {
        justify-content: space-between;
        margin-top: 459px;
        flex-direction: row-reverse;
        max-width: 792px;
        margin-left: auto;
        margin-right: auto;
        align-items: center
    }
}

.mobile_container .mobile_image,
.main_container .main_image {
    position: relative;
    top: 0;
    left: 0
}

.mobile_container .mobile_text,
.main_container .main_text {
    position: relative;
    margin-bottom: 0%;
    left: 0;
    top: 0
}

@media all and (min-width: 992px) {
    .footer-row>div {
        flex: 0 0 20%;
        max-width: 20%
    }

    .footer-list.with-social {
        min-height: calc(100% - 33px);
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

@media all and (max-width: 991px) {

    .mobile_container,
    .main_container {
        max-width: 689px
    }
}

@media all and (max-width: 1024px) {
    .green-item {
        font-size: 40px;
        line-height: 69px;
        padding: 15px 0px
    }

    .green_text {
        margin-bottom: 43px
    }

    .plus {
        position: relative;
        top: -1.1rem;
        left: 0rem
    }
}

@media all and (max-width: 767px) {
    .third_section .btn-wrap {
        margin-top: 29px !important;
        margin-bottom: 40px;
        padding: 0 28px
    }

    .green-item {
        padding: 14px 0 27px;
        line-height: 44px
    }

    .green_text {
        margin-bottom: 0;
        margin-top: 0
    }

    .green-item p {
        top: 0
    }

    .sixth_carousel4 .owl-carousel:before {
        left: -53px
    }
}

@media all and (max-width: 479px) {
    .green-grid {
        background: url(/css/img/homepage/green-grid.svg) center -36px no-repeat;
        margin-left: -10px;
        margin-right: -10px
    }
}

@media all and (max-width: 390px) {
    .green-grid {
        background: url(/css/img/homepage/green-grid.svg) 6px -36px no-repeat;
        background-size: 100%
    }

    .green-item p {
        padding: 0 10px;
        top: 0
    }
}

@media all and (max-width: 370px) {
    .green-grid {
        background: url(/css/img/homepage/green-grid.svg) -14px -36px no-repeat
    }
}

@media all and (max-width: 359px) {
    .green-grid {
        background: url(/css/img/homepage/green-grid.svg) center -30px no-repeat
    }

    .green-item p {
        line-height: 21px
    }
}

@media all and (max-width: 767px)and (min-width: 600px) {
    .main_container {
        padding-bottom: 100px
    }
}

.home-explore-btn {
    position: relative;
    z-index: 9
}

body {
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

p {
    font-size: 16px;
    line-height: 28px
}

sup {
    font-size: 16px;
    top: 0
}

li,
ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.txt-green {
    color: #33bc8c
}

.bg-primary {
    background-color: #33bc8c !important
}

.bg-gray,
.bg-gray .card,
.gsap-bg-bg-gray {
    background-color: #f8f8f8
}

.bg-light-grey {
    background-color: #f8f8f9
}

.dark-bg {
    background: #1a191d !important
}

.bg-white {
    background-color: #fff
}

.bg-dark-blue,
.new-service-slider__blue {
    background: #151945
}

.bg-green {
    background: #33bc8c
}

textarea:focus,
input:focus {
    outline: 0
}

.title-txt-none {
    text-transform: none
}

.mt0 {
    margin-top: 0 !important
}

.mt20 {
    margin-top: 20px
}

@media(max-width: 768px) {
    #loader-wrapper+main {
        padding-bottom: 0
    }
}

@media(max-width: 768px) {
    .ns-accordion-ui {
        padding-top: 62px;
        padding-bottom: 63px
    }
}

.imgfluid {
    max-width: 100%;
    object-fit: contain
}

.pd0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.common-services {
    padding: 100px 0;
    background: #f8f8f8;
    text-align: center
}

@media(max-width: 992px) {
    .common-services {
        padding: 50px 0 80px 0
    }
}

.common-services .n-services {
    padding: 0 20px
}

.common-services .n-services.logo-sevice h2 {
    padding: 0 150px
}

@media(max-width: 1024px) {
    .common-services .n-services.logo-sevice h2 {
        padding: 0 50px
    }
}

@media(max-width: 767px) {
    .common-services .n-services.logo-sevice h2 {
        padding: 0
    }
}

.common-services .n-services.ui-sevice h2 {
    padding: 0 80px
}

@media(max-width: 1024px) {
    .common-services .n-services.ui-sevice h2 {
        padding: 0 100px
    }
}

@media(max-width: 767px) {
    .common-services .n-services.ui-sevice h2 {
        padding: 0
    }
}

.common-services .n-services.ux-sevice h2 {
    padding: 0 200px
}

@media(max-width: 992px) {
    .common-services .n-services.ux-sevice h2 {
        padding: 0 150px
    }
}

@media(max-width: 767px) {
    .common-services .n-services.ux-sevice h2 {
        padding: 0
    }
}

.common-services .center-wrapper {
    margin: 0 auto
}

.common-services h2 {
    font-size: 40px;
    color: #151945;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 992px) {
    .common-services h2 {
        font-size: 24px
    }
}

.common-services p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    margin-bottom: 20px;
    color: #212529;
    padding: 0 20px
}

@media(max-width: 767px) {
    .common-services p {
        padding: 0
    }
}

.fq-accordion-ui {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
    background-color: #f8f8f9
}

.fq-accordion-ui h2 {
    text-transform: inherit;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 48px;
    line-height: 65px;
    margin-bottom: 80px
}

@media(max-width: 768px) {
    .fq-accordion-ui h2 {
        font-size: 20px;
        line-height: 34px
    }
}

.fq-accordion-ui p {
    font-weight: 400;
    margin-bottom: 0;
    color: #212529;
    font-size: 16px;
    line-height: 32px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 767px) {
    .fq-accordion-ui p {
        font-size: 14px
    }
}

.fq-accordion-ui p span {
    color: #3f3d56;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.fq-accordion-ui .unorder-list {
    padding-left: 16px;
    margin: 16px 0
}

.fq-accordion-ui .unorder-list li {
    list-style-type: decimal;
    margin-bottom: 16px;
    line-height: 32px;
    color: #212529;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 767px) {
    .fq-accordion-ui .unorder-list li {
        font-size: 14px
    }
}

.fq-accordion-ui .unorder-list li span {
    color: #3f3d56;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

.fq-accordion-ui .ns-accordion-v {
    padding-left: .5rem;
    margin-bottom: 0;
    counter-reset: myLiCounter
}

.fq-accordion-ui .ns-accordion-v .card {
    border: 0;
    padding-left: 4rem;
    padding-bottom: 1.2rem;
    background-color: rgba(0, 0, 0, 0)
}

@media(max-width: 1023px) {
    .fq-accordion-ui .ns-accordion-v .card {
        padding-left: 2rem
    }
}

.fq-accordion-ui .ns-accordion-v .card::after {
    background: #151945;
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 0;
    top: 0
}

.fq-accordion-ui .ns-accordion-v .card .card-body {
    padding: 1rem 0
}

.fq-accordion-ui .ns-accordion-v .card.current .counter-box::before,
.fq-accordion-ui .ns-accordion-v .card.show .counter-box::before {
    color: #fff;
    background-color: #33bc8c
}

.fq-accordion-ui .ns-accordion-v .card:last-child:after {
    background: 0
}

.fq-accordion-ui .ns-accordion-v .card .panel-header {
    padding: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: none
}

.fq-accordion-ui .ns-accordion-v .card .panel-header h5 {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .5px;
    color: #33bc8c;
    width: 100%;
    cursor: pointer
}

@media(max-width: 768px) {
    .fq-accordion-ui .ns-accordion-v .card .panel-header h5 {
        font-size: 18px;
        margin: 0
    }
}

.fq-accordion-ui .ns-accordion-v .card .panel-header::before {
    cursor: pointer;
    counter-increment: myLiCounter;
    content: " " counter(myLiCounter) "  ";
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: 1px solid #33bc8c;
    color: #fff;
    background-color: #33bc8c;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform: translateX(-50%);
    z-index: 1
}

@media(max-width: 767px) {
    .fq-accordion-ui .ns-accordion-v .card .panel-header::before {
        left: -32px
    }
}

@media(min-width: 1024px) {
    .fq-accordion-ui .ns-accordion-v .card .panel-header::before {
        height: 32px;
        width: 32px
    }
}

.fq-accordion-ui .ns-accordion-v .card .panel-header.collapsed::before {
    color: #33bc8c;
    background-color: #fff
}

.fq-accordion-ui .ns-accordion-v .card .panel-header.collapsed h5 {
    color: #151945
}

.fq-accordion-ui .ns-accordion-v .collapse {
    height: auto !important;
    transition: all .3s
}

@media(max-width: 767px) {
    .fq-accordion-ui .ns-accordion-v .card .panel-header {
        position: relative
    }

    .fq-accordion-ui .ns-accordion-v .card .panel-header::after {
        content: "";
        display: block;
        background: url(/img/common/minus-green.svg) no-repeat;
        width: 14px;
        height: 14px;
        position: absolute;
        right: 0;
        top: 16px
    }

    .fq-accordion-ui .ns-accordion-v .card .panel-header.collapsed::after {
        content: "";
        display: block;
        background: url(/img/common/plus-green.svg) no-repeat;
        width: 14px;
        height: 14px;
        position: absolute;
        right: 0;
        top: 8px
    }

    .fq-accordion-ui .ns-accordion-v h5 {
        line-height: normal;
        padding-right: 15px
    }
}

.why-choose-section {
    background: #33bc8c;
    padding: 100px 0;
    position: relative
}

@media(max-width: 767px) {
    .why-choose-section {
        padding: 74px 0
    }
}

.why-choose-section h2 {
    font-size: 40px;
    color: #fff;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 992px) {
    .why-choose-section h2 {
        font-size: 24px
    }
}

@media(max-width: 992px) {
    .why-choose-section h2 {
        font-size: 38px
    }
}

@media(max-width: 767px) {
    .why-choose-section h2 {
        font-size: 32px
    }
}

.why-choose-section p {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media(max-width: 767px) {
    .why-choose-section p {
        font-size: 14px;
        line-height: 24px
    }
}

.why-choose-section p a {
    text-decoration: none;
    color: #fff
}

@media(max-width: 767px) {
    .why-choose-section .sidebar-item {
        margin-bottom: 50px
    }
}

@media(min-width: 768px) {
    .why-choose-section .sidebar-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

@media(min-width: 768px) {
    .why-choose-section .make-me-sticky {
        position: sticky;
        top: 130px;
        padding: 0 15px
    }
}

.why-choose-section .make-me-sticky::after {
    content: "";
    display: block;
    background: url(/img/android/green-dot.svg) no-repeat;
    width: 177px;
    height: 166px;
    background-size: 100%;
    position: sticky;
    left: 0;
    margin-left: -100px
}

@media(max-width: 1366px) {
    .why-choose-section .make-me-sticky::after {
        background-size: 85%
    }
}

@media(max-width: 1280px) {
    .why-choose-section .make-me-sticky::after {
        background-size: 70%;
        margin-left: -50px
    }
}

@media(max-width: 1024px) {
    .why-choose-section .make-me-sticky::after {
        margin-left: -20px
    }
}

@media(max-width: 767px) {
    .why-choose-section .make-me-sticky::after {
        display: none
    }
}

.why-choose-section .right-item {
    position: relative
}

.why-choose-section .right-item::before {
    content: "";
    display: block;
    background: url(/img/android/green-dot.svg) no-repeat;
    width: 177px;
    height: 166px;
    background-size: 100%;
    position: absolute;
    right: -100px;
    top: -40px
}

@media(max-width: 1366px) {
    .why-choose-section .right-item::before {
        background-size: 85%
    }
}

@media(max-width: 1280px) {
    .why-choose-section .right-item::before {
        background-size: 70%;
        right: -50px
    }
}

@media(max-width: 1024px) {
    .why-choose-section .right-item::before {
        right: -30px
    }
}

@media(max-width: 767px) {
    .why-choose-section .right-item::before {
        display: none
    }
}

.why-choose-section .content-section {
    padding: 0
}

@media(min-width: 1024px) {
    .why-choose-section .content-section {
        padding: 0 2rem 0 5rem
    }
}

.why-choose-section .content-section li {
    padding-bottom: 2.5rem
}

.why-choose-section .content-section li h3 {
    font-size: 40px;
    color: #fff;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-size: 30px;
    margin-bottom: 20px
}

@media(max-width: 992px) {
    .why-choose-section .content-section li h3 {
        font-size: 24px
    }
}

@media all and (max-width: 992px) {
    .why-choose-section .content-section li h3 {
        font-size: 20px;
        margin-bottom: 10px
    }
}

.slider-arrow .slide-nav__arrow {
    cursor: pointer
}

.banner-gifi-background {
    position: relative;
    width: 100%;
    height: 600px
}

.banner-gifi-background .img1 {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: darken
}

.banner-gifi-background .img2 {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0
}

.home-loader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    left: 0;
    right: 0
}

.home-loader img {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto auto;
    display: block
}

.google-tag {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important
}

.error-page {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    text-align: center
}

.error-page h3 {
    font-size: 40px;
    color: #151945;
    line-height: normal;
    letter-spacing: .5px;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    text-align: center;
    color: #33bc8c;
    font-size: 50px
}

@media(max-width: 992px) {
    .error-page h3 {
        font-size: 24px
    }
}

.error-page h3 span {
    display: block;
    color: #212529;
    font-size: 30px
}

.error-page p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    color: #212529
}

#latest-blogs .blog-post.header-blog,
#latest-blogs2 .blog-post.header-blog {
    display: flex
}

@media all and (max-width: 992px) {

    #latest-blogs .blog-post.header-blog,
    #latest-blogs2 .blog-post.header-blog {
        flex-direction: column-reverse
    }
}

@media all and (min-width: 992px) {

    #latest-blogs .blog-post.header-blog .blog-para-detail,
    #latest-blogs2 .blog-post.header-blog .blog-para-detail {
        width: 60%
    }
}

#latest-blogs .blog-post.header-blog .tag-block,
#latest-blogs2 .blog-post.header-blog .tag-block {
    width: 500px
}

#latest-blogs .blog-post.header-blog .data,
#latest-blogs2 .blog-post.header-blog .data {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    color: #333;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media all and (max-width: 992px) {

    #latest-blogs .blog-post.header-blog .data,
    #latest-blogs2 .blog-post.header-blog .data {
        font-size: 14px
    }
}

@media all and (max-width: 767px) {

    #latest-blogs .blog-post.header-blog h3,
    #latest-blogs2 .blog-post.header-blog h3 {
        line-height: 20px
    }
}

@media all and (max-width: 992px) {

    #latest-blogs .blog-post.header-blog .tag-block .post-tag,
    #latest-blogs2 .blog-post.header-blog .tag-block .post-tag {
        background: #fff
    }
}

#latest-blogs .blog-post h3 a,
#latest-blogs2 .blog-post h3 a {
    font-size: 24px;
    color: #151945;
    text-decoration: none;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

@media all and (max-width: 767px) {

    #latest-blogs .blog-post h3 a,
    #latest-blogs2 .blog-post h3 a {
        font-size: 18px
    }
}

#latest-blogs .blog-post p,
#latest-blogs2 .blog-post p {
    color: #333;
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    margin-bottom: 10px
}

#latest-blogs .blog-post .btn--primary,
#latest-blogs2 .blog-post .btn--primary {
    margin-top: 30px
}

#latest-blogs .blog-post .btn--primary a,
#latest-blogs2 .blog-post .btn--primary a {
    color: #fff !important;
    text-decoration: none
}

#latest-blogs .blog-post .btn--primary:hover a,
#latest-blogs2 .blog-post .btn--primary:hover a {
    color: #33bc8c !important
}

#latest-blogs .blog-post .img-box,
#latest-blogs2 .blog-post .img-box {
    width: 40%;
    height: 150px;
    flex-shrink: 0;
    padding-left: 25px
}

@media all and (max-width: 992px) {

    #latest-blogs .blog-post .img-box,
    #latest-blogs2 .blog-post .img-box {
        padding-left: 0;
        width: 100%;
        height: auto;
        margin-bottom: 10px
    }
}

#latest-blogs .blog-post .tag-block,
#latest-blogs2 .blog-post .tag-block {
    margin-bottom: 10px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#latest-blogs .blog-post .tag-block .post-tag,
#latest-blogs2 .blog-post .tag-block .post-tag {
    display: inline-block;
    background: #f2f2f2;
    text-transform: uppercase;
    margin-right: 5px;
    padding: 0 5px;
    font-size: 12px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

#latest-blogs .blog-image,
#latest-blogs2 .blog-image {
    width: 100%;
    height: auto;
    margin-bottom: 10px
}

#latest-blogs .read-more,
#latest-blogs2 .read-more {
    display: inline-flex;
    color: #33bc8c;
    font-size: 14px;
    align-items: center;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

#latest-blogs .read-more .read-arrow,
#latest-blogs2 .read-more .read-arrow {
    margin-left: 10px;
    width: 13px !important;
    height: auto !important;
    position: relative;
    top: 1px
}