
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}


html {
    scroll-behavior: smooth
}

h1 {
    font-size: 80px;
    line-height: 1.5;
    color: #ffb81d;
    font-weight: 600;
    margin-bottom: 15px
}

h2 {
    font-size: 46px;
    line-height: 58px;
    font-weight: 700;
    color: #110302;
    margin: 0 0 15px
}

h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #110302;
    margin: 0 0 15px
}

h4 {
    font-size: 20px;
    color: #110302;
    font-weight: 600
}

h6 {
    font-size: 18px
}

p {
    font-size: 16px;
    color: #5e6373;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 15px
}

a {
    color: rgba(65,65,65,.9);
    text-decoration: none
}

ul {
    list-style: none
}

ul li {
    color: rgba(65,65,65,.9);
    font-size: 16px;
    line-height: 26px
}

.container {
    width: 100%;
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 20px
}

img {
    max-width: 100%;
    height: auto
}

section {
    position: relative
}



.dark-theme {
    background: linear-gradient(270deg, #5f18a6 21.77%, #b5177f 100%);
}

.dark-theme .heading h2 {
    color: #fff
}

.dark-theme .heading h2::after {
    background: #fff
}

.dark-theme .heading p {
    color: #fff
}

.dark-theme .heading a {
    color: #fff
}

.width-100 {
    width: 100%
}

.dis-flex {
    display: flex;
    flex-wrap: wrap
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.item-end {
    align-items: flex-end
}

.align-right {
    text-align: right
}

.justify-sb {
    justify-content: space-between
}

.block {
    display: block
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

.flex-1 {
    flex-basis: 100%
}

.flex-2 {
    flex-basis: 50%
}

.flex-3 {
    flex-basis: 33.33%
}

.flex-4 {
    flex-basis: 25%
}

.flex-5 {
    flex-basis: 20%
}

.padding-t-120 {
    padding-top: 120px
}

.padding-b-120 {
    padding-bottom: 120px
}

.padding-t-70 {
    padding-top: 70px
}

.padding-b-70 {
    padding-bottom: 70px
}

.padding-t-60 {
    padding-top: 60px
}

.padding-b-60 {
    padding-bottom: 60px
}

.padding-t-50 {
    padding-top: 50px
}

.padding-b-50 {
    padding-bottom: 50px
}

.margin-t-100 {
    margin-top: 100px
}

.margin-t-80 {
    margin-top: 80px
}

.margin-t-70 {
    margin-top: 70px
}

.margin-t-60 {
    margin-top: 60px
}

.margin-t-50 {
    margin-top: 50px
}

.margin-t-20 {
    margin-top: 20px
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.learn-more {
    color: #016be3;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    transition: all 0.3s ease-in-out
}

.learn-more::after {
    content: "";
    background: url() top center no-repeat;
    position: relative;
    width: 15px;
    height: 11px;
    background-size: 100%;
    top: 0;
    left: 6px;
    display: inline-block;
    transition: all 0.3s ease-in-out
}

.learn-more:before {
    content: "";
    clear: both;
    display: block;
    background: #016be3;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 16px);
    height: 1px;
    transition: all 0.3s ease-in-out;
    opacity: 0
}

.learn-more:hover:before {
    opacity: 1
}

.learn-more:hover::after {
    left: 10px
}

::placeholder {
    color: #737373;
    font-weight: 400
}

input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset!important
}

.cmn-btn {
    color: #016be3;
    border: 1.5px solid #016be3;
    border-radius: 3px;
    background: transparent;
    font-size: 18px;
    line-height: 36px;
    display: block;
    width: 100%;
    padding: 8px 0 12px;
    margin: 30px 0 0;
    cursor: pointer;
    transition: 0.3s all ease-in-out
}

.cmn-btn:hover {
    background-color: #016be3;
    color: #fff
}

.white-btn {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 14px 20px;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    transition: 0.5s all ease-in-out
}

.white-btn:hover {
    background-color: #fff;
    color: #016be3;
    border: 1px solid #fff
}

.white-btn.blue {
    color: #016be3;
    border: 1.5px solid #016be3;
    font-weight: 500
}

.white-btn.blue:hover {
    background-color: #016be3;
    color: #fff
}

.white-btn.white {
    background-color: #fff;
    color: #000
}

.white-btn.white:hover {
    background-color: #016be3;
    color: #000;
    border: 1.5px solid #016be3
}

.heading h2 {
    position: relative;
    margin-bottom: 40px
}

.heading h2:after {
    content: "";
    background: #016be3;
    width: 80px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px
}

.heading p {
    width: 90%;
    margin: auto;
    font-size: 18px;
    color: #414141;
    line-height: 29px
}

.heading ul li {
    font-size: 18px;
    color: #414141;
    line-height: 29px
}

.get-started {
    background: #05247e
}

.get-started h2 {
    color: #fff
}

.get-started p {
    margin-top: 15px;
    color: #fff
}

.get-started p:first-child {
    margin-top: 0
}

.get-started p a {
    color: #fff
}

.breadcrumbs {
    position: relative;
    top: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: left;
    z-index: 2;
    font-weight: 500
}

.breadcrumbs a {
    display: inline-block;
    position: relative;
    color: rgba(197,197,215,.61);
    padding-right: 14px;
    transition: all 0.3s ease-in-out;
    text-decoration: none
}

.breadcrumbs a:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3px;
    width: 6px;
    height: 10px;
    background: url() 0 1px no-repeat;
    background-size: 100%
}

.breadcrumbs a:hover {
    color: #fff
}

.service-breadcrumbs {
    color: #016be3;
    margin-bottom: 30px
}

.service-breadcrumbs a {
    color: #253053;
    transition: all 0.3s ease-in-out
}

.service-breadcrumbs a:hover {
    color: #016be3
}

.for-home-client-logo {
    margin-top: 20px
}

.for-home-client-logo i {
    width: 98px;
    height: 59px;
    background: url() 0 0 no-repeat;
    display: inline-block;
    background-size: cover
}

.for-home-client-logo i:nth-child(1) {
    background-position: 0 0
}

.for-home-client-logo i:nth-child(2) {
    background-position: -101px 0
}

.for-home-client-logo i:nth-child(3) {
    background-position: -203px 0
}

.for-home-client-logo i:nth-child(4) {
    background-position: -304px 0
}

.for-home-client-logo i:nth-child(5) {
    background-position: -406px 0
}

.body-pop {
    position: relative;
    overflow: hidden
}

.body-pop::after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: #656565;
    opacity: .8
}

.free-trail-pop-up {
    position: fixed;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999
}

.free-trail-pop-up.open-pop {
    display: grid
}

.free-trail-pop-up .pop-up-inner {
    background-color: #fff;
    text-align: center;
    max-width: 900px;
    margin: 0 auto
}

.free-trail-pop-up .pop-close {
    text-align: right;
    display: block;
    margin: 25px 25px 25px auto;
    color: #212121;
    background: url() 0 0 no-repeat;
    width: 18px;
    height: 18px;
    cursor: pointer
}

.free-trail-pop-up .pop-up-box {
    padding: 30px 100px 100px
}

.free-trail-pop-up h2 {
    color: #212121
}

.free-trail-pop-up p {
    margin-top: 10px;
    color: #656565
}

.free-trail-pop-up p:first-of-type {
    margin-top: 20px
}

.free-trail-pop-up .popup-green-btn {
    margin-top: 50px;
    padding: 23px 31px;
    color: #fff;
    background: #60b741;
    text-decoration: none;
    font-size: 20px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.free-trail-pop-up .popup-green-btn:hover {
    background-color: #ffb81d
}

.is-arrow {
    display: block;
    text-decoration: underline;
    color: #05164d;
    text-align: left;
    margin: 40px 0 0;
    font-weight: 400;
    font-size: 18px
}

.is-arrow:after {
    content: "";
    background: url() no-repeat center;
    width: 11px;
    display: inline-block;
    height: 11px;
    margin-left: 8px;
    transition: all 0.3s ease-in-out
}

.is-arrow:hover {
    text-decoration: none
}

.is-arrow:hover:after {
    margin-left: 15px
}

.top-section {
    padding: 0 0 100px;
    text-align: center
}

.top-section h6 {
    color: #016be3;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px
}

.top-section p {
    font-size: 18px
}

.top-section.text-left {
    padding: 0;
    text-align: left
}

.gradient-bg {
    background: linear-gradient(270deg,#0b147c 21.77%,#4b1bac 100%)
}

.gradient-bg .top-section h2 {
    color: #fff
}

.gradient-bg .top-section p {
    color: #bdb7b7
}

.btn-container {
    margin-top: 30px
}

.btn-container .cta-button {
    display: inline-flex;
    padding: 14px 16px;
    cursor: pointer;
    position: relative;
    background: linear-gradient(270deg,#0b147c 21.77%,#4b1bac 100%);
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 50px;
    box-shadow: 0 10px 10px 0 #0000000d
}

.btn-container .cta-button:after {
    content: "";
    background: url(/images/icons/white-cta.svg) no-repeat;
    width: 26px;
    height: 26px;
    background-size: 100%;
    display: inline-block;
    margin-left: 10px
}

.btn-container .cta-button:hover {
    background: #016be3
}

.btn-container .cta-button.white {
    background: #fff;
    color: #05164d
}

.btn-container .cta-button.white:after {
    background: url(/images/icons/blue-cta.svg) no-repeat
}

.btn-container .cta-button.white:hover {
    background: linear-gradient(270deg, #5f18a6 21.77%, #b5177f);
    color: #fff;
}

.btn-container .cta-button.white:hover:after {
    background: url(/images/icons/white-cta.svg) no-repeat
}

.explore-btn {
    position: relative;
    color: #016be3;
    font-weight: 500;
    text-decoration: underline
}

.explore-btn:after {
    content: "";
    background: url() no-repeat center;
    width: 11px;
    position: absolute;
    height: 11px;
    margin-left: 8px;
    top: 6px;
    transition: all 0.3s ease-in-out
}

.explore-btn:hover:after {
    margin-left: 15px
}

.ppc-badge {
    margin: 20px 0 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap
}

@media only screen and (max-width: 1780px) {
    .container {
        max-width:1520px
    }
}

@media only screen and (max-width: 1600px) {
    .container {
        max-width:1380px
    }

    .padding-t-120 {
        padding-top: 100px
    }

    .padding-b-120 {
        padding-bottom: 100px
    }

    .margin-t-100 {
        margin-top: 80px
    }

    .margin-t-80 {
        margin-top: 60px
    }

    .free-trail-pop-up .popup-green-btn {
        margin-top: 40px;
        padding: 14px 20px
    }

    .free-trail-pop-up .pop-up-box {
        padding: 10px 60px 70px
    }

    .free-trail-pop-up .pop-close {
        margin: 20px 20px 20px auto
    }

    .free-trail-pop-up .pop-up-inner {
        max-width: 900px
    }
}

@media only screen and (max-width: 1440px) {
    .container {
        max-width:1260px
    }

    h1 {
        font-size: 65px;
        line-height: 91px
    }
}

@media only screen and (max-width: 1320px) {
    .container {
        max-width:1120px
    }

    .padding-t-100 {
        padding-top: 60px
    }

    .padding-b-100 {
        padding-bottom: 60px
    }

    .padding-t-120 {
        padding-top: 80px
    }

    .padding-b-120 {
        padding-bottom: 80px
    }

    .padding-t-70 {
        padding-top: 60px
    }

    .padding-b-70 {
        padding-bottom: 60px
    }

    .margin-t-80 {
        margin-top: 60px
    }

    .top-section {
        padding: 0 0 60px
    }
}

@media only screen and (max-width: 1024px) {
    .row {
        margin-left:0;
        margin-right: 0
    }

    .tools-we-used  .flex-4 {
        margin-top: 20px
    }
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size:45px;
        line-height: 55px
    }

    h2 {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 15px
    }

    br {
        display: none
    }

    h3 {
        font-size: 22px
    }

    .flex-2 {
        flex-basis: 100%
    }

    .flex-2:first-child {
        padding-right: 0
    }

    .flex-3 {
        flex-basis: 50%
    }

    .flex-4 {
        flex-basis: 50%
    }

    .flex-5 {
        flex-basis: 33.33%
    }

    .padding-t-150 {
        padding-top: 60px
    }

    .padding-b-150 {
        padding-bottom: 60px
    }

    .margin-b-150 {
        margin-bottom: 60px
    }

    .margin-t-100,.margin-t-80,.margin-t-70,.margin-t-60 {
        margin-top: 40px
    }

    .flex-4 {
        flex-basis: 50%
    }

    .is-arrow {
        margin: 25px 0 0
    }

    .free-trail-pop-up .pop-up-inner {
        max-width: 700px
    }

    .free-trail-pop-up .pop-up-box {
        padding: 0 50px 50px
    }

    .free-trail-pop-up .green-btn {
        margin-top: 30px
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size:14px;
        font-family: sans-serif;
        line-height: 24px
    }

    ::placeholder,input,textarea {
        font-family: sans-serif
    }

    .padding-t-100 {
        padding-top: 40px
    }

    .padding-b-100 {
        padding-bottom: 40px
    }

    .padding-b-150 {
        padding-bottom: 60px
    }

    .margin-b-150 {
        margin-bottom: 40px
    }

    .padding-t-120 {
        padding-top: 50px
    }

    .padding-b-120 {
        padding-bottom: 50px
    }

    .padding-t-150 {
        padding-top: 60px
    }

    .padding-t-70 {
        padding-top: 40px
    }

    .padding-b-70 {
        padding-bottom: 60px
    }

    h1 {
        font-size: 35px;
        line-height: 45px
    }

    h2 {
        font-size: 30px;
        line-height: 35px
    }

    h3 {
        font-size: 20px;
        line-height: 30px
    }

    p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 15px
    }

    .flex-3 {
        flex-basis: 100%
    }

    .flex-4 {
        flex-basis: 100%
    }

    .flex-5 {
        flex-basis: 100%
    }

    .heading h2 br {
        display: none
    }

    .heading h2:after {
        bottom: -15px
    }

    .heading p {
        width: 100%;
        font-size: 16px;
        line-height: 27px
    }

    .heading ul li {
        font-size: 16px;
        line-height: 27px
    }

    .cmn-btn {
        font-size: 16px;
        line-height: 28px
    }

    .white-btn {
        padding: 10px 20px
    }

    .glider {
        overflow: hidden
    }

    .service-breadcrumbs {
        margin-bottom: 10px
    }

    .breadcrumbs {
        top: 0
    }

    .free-trail-pop-up .pop-close {
        width: 14px;
        height: 14px;
        background-size: 100%;
        margin: 15px 20px 15px auto
    }

    .free-trail-pop-up .pop-up-box {
        padding: 0 15px 30px
    }

    .free-trail-pop-up p {
        font-size: 14px;
        line-height: 22px
    }

    .free-trail-pop-up p:first-of-type {
        margin-top: 10px
    }

    .free-trail-pop-up .green-btn {
        margin-top: 30px;
        padding: 12px 15px;
        font-size: 14px
    }

    .is-arrow {
        margin: 20px 0 0;
        font-size: 16px
    }

    .top-section {
        padding: 0 0 40px
    }

    .top-section p {
        font-size: 16px
    }

    .btn-container {
        margin-top: 20px
    }

    .btn-container .cta-button {
        padding: 12px 16px;
        font-size: 14px;
        display: inline-flex;
        align-items: center
    }
}


.slider-logo {
    padding: 39px 0;
    text-align: center
}

.slider-logo .dis-flex {
    overflow: hidden
}

.slider-logo .logo-heading {
    position: relative;
    width: 90%;
    margin: 0 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    flex-basis: 100%;
    margin: 0 0 25px;
    justify-content: center
}

.slider-logo .logo-heading h4 {
    color: rgba(65,65,65,.9);
    font-size: 18px;
    margin: 0 35px;
    background: #fff;
    position: relative;
    font-weight: 400
}

.slider-logo .logo-heading h4 span {
    margin: 0 35px;
    background: #fff
}

.slider-logo .logo-heading strong {
    color: #016be3;
    font-weight: 500
}

.slider-logo .logo-heading:before {
    width: 90%;
    content: "";
    height: .197px;
    background: rgba(5,22,77,.4);
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.slider-logo .logo-section {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(5,22,77,.4);
    padding: 0 0 25px
}

.slider-logo .logo-section .glide__slide {
    height: 70px
}

.slider-logo .logo-section .glide__slide img {
    width: 100%;
    vertical-align: middle
}

@media only screen and (max-width: 479px) {
    .slider-logo {
        display:none;
        padding: 30px 0
    }

    .slider-logo .logo-heading {
        margin: 0 0 20px;
        margin: 0 0 20px;
        justify-content: center
    }

    .slider-logo .logo-heading h4 {
        font-size: 18px;
        margin: 0 20px
    }

    .slider-logo .logo-heading:before {
        display: none
    }

    .slider-logo .logo-heading:after {
        display: none
    }

    .slider-logo .logo-section {
        width: 100%;
        margin: 0 auto
    }

    .slider-logo .logo-section .glide__slide {
        height: auto
    }
}

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide * {
    box-sizing: inherit
}

.glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slides--dragging {
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: initial;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows {
    -webkit-touch-callout: none;
    user-select: none
}

.glide__bullets {
    -webkit-touch-callout: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

.digital-services .grid-section {
    display: flex
}

.digital-services .grid-section .grid-column {
    flex-basis: 30%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 10px
}

.digital-services .se {
    display: inline-block;
    width: 100%;
    perspective: 600px;
    position: relative
}

.digital-services .card {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transform-style: preserve-3d;
    transform-origin: center right;
    transition: transform 1s;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 35px;
    height: 255px;
    display: flex;
    align-items: flex-start
}

.digital-services .card.bg-blue {
    background: #4b2c5d;
}

.digital-services .card.bg-purple {
    background: #9c2eca;
}

.digital-services .card.bg-green {
    background: #004540;
    height: 390px
}

.digital-services .card.bg-yellow {
    background: #fab8dc;
    height: 435px
}

.digital-services .card.bg-yellow .grid-face {
    color: #414141
}

.digital-services .card.bg-yellow .desc {
    color: #414141
}

.digital-services .card.bg-yellow .value {
    color: #414141
}

.digital-services .card.bg-yellow ul li {
    color: #414141
}

.digital-services .card .value {
    font-size: 70px;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 20px
}

.digital-services .card .title {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 8px
}

.digital-services .card .desc {
    font-size: 16px;
    color: #fff;
    margin: 0
}

.digital-services .card ul li {
    color: #fff;
    list-style: disc;
    list-style-position: inside
}

.digital-services .card.is-flipped {
    transform: translateX(-100%) rotateY(-180deg)
}

.digital-services .card.mycard.is-flipped .grid-front {
    display: flex
}

.digital-services .card.mycard.is-flipped .grid-back {
    display: none
}

.digital-services .grid-face {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    color: #fff;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    text-align: left
}

.digital-services .grid-back {
    transform: rotateY(180deg)
}

.digital-services .mycard {
    cursor: default
}

.digital-services .mycard img {
    width: 100%
}

.digital-services .mycard .himg {
    height: 489px
}

.digital-services .mycard.is-flipped {
    transform: none
}

.digital-services .card.is-flipped .grid-front {
    display: none
}

.digital-services .grid-column:nth-child(1) .se:nth-child(2) .grid-face:after {
    content: "";
    background: url() top center no-repeat;
    position: absolute;
    width: 126px;
    height: 196px;
    background-size: 100%;
    bottom: 0;
    right: 0;
    display: inline-block;
    transition: all 0.3s ease-in-out
}

.digital-services .grid-column:nth-child(1) .se:nth-child(3) .grid-face:after {
    content: "";
    background: url() top center no-repeat;
    position: absolute;
    width: 171px;
    height: 151px;
    background-size: 100%;
    bottom: 0;
    right: 0;
    display: inline-block;
    transition: all 0.3s ease-in-out
}

.digital-services .grid-column:nth-child(1) .se:nth-child(4) .grid-face:after {
    content: "";
    background: url() top center no-repeat;
    position: absolute;
    width: 171px;
    height: 151px;
    background-size: 100%;
    bottom: 0;
    right: 0;
    display: inline-block;
    transition: all 0.3s ease-in-out
}

.digital-services .grid-column:nth-child(3) .se:first-child .grid-face:after {
    content: "";
    background: url() top center no-repeat;
    position: absolute;
    width: 115px;
    height: 160px;
    background-size: 100%;
    bottom: 0;
    right: 0;
    display: inline-block;
    transition: all 0.3s ease-in-out
}

.digital-services .grid-column:nth-child(3) .se:nth-child(2) .grid-face:after {
    content: "";
    background: url() top center no-repeat;
    position: absolute;
    width: 171px;
    height: 151px;
    background-size: 100%;
    bottom: 0;
    right: 0;
    display: inline-block;
    transition: all 0.3s ease-in-out
}

@media screen and (max-width: 1780px) {
    .digital-services .card.bg-yellow {
        height:412px
    }
}

@media screen and (max-width: 1680px) {
    .digital-services .card.bg-yellow {
        height:380px
    }
}

@media screen and (max-width: 1440px) {
    .digital-services .card.bg-yellow {
        height:358px
    }
}

@media screen and (max-width: 1366px) {
    .digital-services .mycard .himg {
        height:100%
    }

    .digital-services .card.bg-yellow {
        height: 380px
    }

    .digital-services .card {
        height: 210px
    }

    .digital-services .card.bg-green {
        height: 255px
    }
}

@media screen and (max-width: 1200px) {
    .digital-services .grid-section {
        justify-content:center
    }

    .digital-services .grid-section .grid-column {
        flex-basis: 30%;
        gap: 15px
    }

    .digital-services .card {
        height: 200px;
        display: flex;
        align-items: flex-start
    }

    .digital-services .card.bg-green {
        height: 250px
    }

    .digital-services .card.bg-yellow {
        height: 250px
    }

    .digital-services .card .value {
        font-size: 60px
    }

    .digital-services .card .title {
        font-size: 18px
    }

    .digital-services .grid-face {
        padding: 25px
    }
}

@media screen and (max-width: 991px) {
    .digital-services .grid-section {
        flex-wrap:wrap
    }

    .digital-services .grid-section .grid-column {
        flex-basis: 100%;
        gap: 0;
        margin: 0
    }

    .digital-services .se {
        margin: 15px 0 0
    }

    .digital-services .mycard {
        display: none
    }

    .digital-services .card {
        border-radius: 20px;
        height: 180px
    }

    .digital-services .card.bg-green {
        height: 230px
    }

    .digital-services .card.bg-yellow {
        height: 230px
    }

    .digital-services .card .value {
        font-size: 50px;
        margin: 0 0 15px
    }

    .digital-services .card .title {
        font-size: 16px
    }

    .digital-services .card .desc {
        font-size: 14px
    }

    .digital-services .grid-column:nth-child(1) .se:nth-child(2) .grid-face:after {
        width: 100px;
        height: 120px;
        z-index: -1
    }

    .digital-services .grid-column:nth-child(1) .se:nth-child(3) .grid-face:after {
        width: 117px;
        height: 110px;
        background-size: 100%;
        z-index: -1
    }

    .digital-services .grid-column:nth-child(1) .se:nth-child(4) .grid-face:after {
        width: 86px;
        height: 120px;
        z-index: -1
    }

    .digital-services .grid-column:nth-child(3) .se:first-child .grid-face:after {
        width: 110px;
        height: 115px;
        z-index: -1
    }

    .digital-services .grid-column:nth-child(3) .se:nth-child(2) .grid-face:after {
        width: 110px;
        height: 115px;
        z-index: -1
    }
}



.gets-started .left-sec {
    flex-basis: 50%;
    padding: 60px 0
}

.gets-started .left-sec h2 {
    color: #fff
}

.gets-started .left-sec h2:after {
    right: auto;
    background: #fff
}

.gets-started .left-sec p {
    color: #fff;
    width: 100%;
    opacity: .8
}

.gets-started .left-sec p a {
    text-decoration: underline;
    color: #fff
}

.gets-started .left-sec p a:hover {
    text-decoration: none;
    opacity: 1
}

.gets-started .right-sec {
    flex-basis: 48%;
    position: relative
}

.gets-started .right-sec img {
    display: block;
    margin-bottom: -2px
}

.gets-started .button-section {
    display: flex;
    align-items: baseline;
    position: relative;
    flex-wrap: wrap
}

.gets-started .button-section .nccr {
    font-size: 13px;
    display: block;
    margin: 20px 0 0;
    text-align: center
}

.gets-started .button-section .devide {
    padding: 0 10px;
    display: inline-block;
    position: relative;
    color: #fff;
    opacity: .3;
    font-size: 12px
}

.gets-started .button-section .devide:before {
    content: "";
    clear: both;
    display: block;
    width: 1px;
    height: 16px;
    position: absolute;
    background: #fff;
    top: -20px;
    left: 19px;
    opacity: .3
}

.gets-started .button-section .devide:after {
    content: "";
    content: "";
    clear: both;
    display: block;
    width: 1px;
    height: 16px;
    background: #fff;
    position: absolute;
    bottom: -20px;
    left: 19px;
    opacity: .3
}

.gets-started .button-section .free-con a {
    color: #fff;
    opacity: .7;
    text-decoration: underline
}

.gets-started .button-section .free-con a:hover {
    opacity: 1;
    text-decoration: none
}

.gets-started .button-section .info-wrap {
    color: rgba(255,255,255,.7);
    font-weight: 500;
    font-size: 13px;
    margin: 8px 0 0
}

.gets-started .button-section .info-wrap .info:after {
    top: 0
}

.gets-started .button-section .info-wrap .info .info-content {
    top: 28px
}

@media only screen and (max-width: 1366px) {
    .gets-started .left-sec {
        flex-basis:50%
    }

    .gets-started .right-sec {
        flex-basis: 45%
    }

    .gets-started .right-sec img {
        bottom: 0;
        margin-bottom: -2px;
        position: absolute
    }
}

@media only screen and (max-width: 991px) {
    .gets-started .left-sec {
        flex-basis:100%;
        text-align: center;
        padding: 40px 0
    }

    .gets-started .left-sec h2:after {
        right: 0
    }

    .gets-started .right-sec {
        display: none
    }

    .gets-started .button-section {
        justify-content: center
    }
}

@media only screen and (max-width: 767px) {
    .gets-started .button-section .btn-div {
        flex-basis:100%;
        text-align: center
    }

    .gets-started .button-section .devide {
        width: 100%;
        text-align: center;
        padding: 5px
    }

    .gets-started .button-section .devide:before {
        width: 16px;
        height: 1px;
        display: inline-block;
        position: initial;
        margin-right: 5px;
        vertical-align: middle
    }

    .gets-started .button-section .devide:after {
        width: 16px;
        height: 1px;
        display: inline-block;
        position: initial;
        margin-left: 5px;
        vertical-align: middle
    }
}

.overcome {
    background: linear-gradient(270deg, #5f18a6 21.77%, #b5177f 100%);
}

.overcome .left-sec {
    flex-basis: 60%
}

.overcome .left-sec h2 {
    color: #fff
}

.overcome .left-sec h2:after {
    right: auto;
    background: #fff
}

.overcome .left-sec p {
    color: #fff;
    width: 100%;
    opacity: .8
}

.overcome .left-sec p a {
    text-decoration: underline;
    color: #fff
}

.overcome .left-sec p a:hover {
    text-decoration: none;
    opacity: 1
}

.overcome .left-sec ul {
    margin: 80px 0 0;
    display: flex
}

.overcome .left-sec ul li {
    padding-right: 25px
}

.overcome .left-sec ul li h3 {
    font-size: 35px;
    color: #fff;
    font-family: "Lexend Deca";
    margin: 0 0 15px
}

.overcome .left-sec ul li p {
    font-size: 14px;
    text-transform: uppercase;
    opacity: .8
}

.overcome .right-sec {
    flex-basis: 35%;
    position: relative;
    background: linear-gradient(270deg, #5f18a6 21.77%, #b5177f 100%);
    border-radius: 10px
}

.overcome .right-sec .top-sec {
    padding: 20px 30px;
    position: relative
}

.overcome .right-sec .top-sec h3 {
    color: #fff;
    font-size: 22px;
    color: #fff;
    line-height: 140%
}

.overcome .right-sec .top-sec:after {
    content: "";
    background: url() no-repeat center;
    width: 100px;
    position: absolute;
    top: 25px;
    right: 30px;
    height: 56px;
    margin-left: 8px;
    transition: all 0.3s ease-in-out
}

.overcome .right-sec .btm-sec {
    background: #5f18a6;
    padding: 38px 30px;
    border-radius: 0 0 10px 10px
}

.overcome .right-sec .btm-sec .ctasec {
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center
}

.overcome .right-sec .btm-sec .ctasec .white-btn {
    min-width: 190px;
    text-align: center;
    margin: 0 5px
}

.overcome .right-sec .btm-sec .ctasec .white-btn.sbg {
    background: #fff;
    color: #016be3
}

.overcome .right-sec .btm-sec .ctasec .white-btn.sbg:hover {
    background: transparent;
    color: #fff
}

.overcome .right-sec .btm-sec .ctasec .devide {
    padding: 0 10px;
    display: inline-block;
    position: relative;
    color: rgba(255,255,255,.6);
    font-size: 14px;
    text-transform: uppercase
}

.overcome .right-sec .btm-sec .ctasec .devide:before {
    content: "";
    clear: both;
    display: block;
    width: 1px;
    height: 16px;
    position: absolute;
    background: rgba(255,255,255,.6);
    top: -20px;
    left: 19px
}

.overcome .right-sec .btm-sec .ctasec .devide:after {
    content: "";
    clear: both;
    display: block;
    width: 1px;
    height: 16px;
    background: rgba(255,255,255,.6);
    position: absolute;
    bottom: -20px;
    left: 19px
}

.overcome .right-sec:after {
    content: "";
    background: url() no-repeat center;
    width: 210px;
    position: absolute;
    top: 10px;
    right: 11px;
    height: 155px;
    margin-left: 8px;
    transition: all 0.3s ease-in-out
}

@media only screen and (max-width: 1440px) {
    .overcome .left-sec {
        flex-basis:55%
    }

    .overcome .left-sec ul {
        margin: 60px 0 0
    }

    .overcome .left-sec ul li {
        padding-right: 20px
    }

    .overcome .left-sec ul li h3 {
        font-size: 30px
    }

    .overcome .left-sec ul li p {
        font-size: 12px;
        text-transform: uppercase;
        opacity: .8;
        line-height: 1.2
    }

    .overcome .right-sec {
        flex-basis: 35%
    }

    .overcome .right-sec .btm-sec .ctasec .white-btn {
        min-width: 165px
    }
}

@media only screen and (max-width: 1024px) {
    .overcome .left-sec {
        flex-basis:55%
    }

    .overcome .left-sec ul {
        margin: 50px 0 0
    }

    .overcome .left-sec ul li {
        padding-right: 20px
    }

    .overcome .left-sec ul li h3 {
        font-size: 20px;
        margin: 0 0 10px
    }

    .overcome .left-sec ul li p {
        font-size: 10px
    }

    .overcome .right-sec {
        flex-basis: 40%
    }

    .overcome .right-sec .top-sec {
        padding: 15px 20px
    }

    .overcome .right-sec .top-sec h3 {
        font-size: 20px
    }

    .overcome .right-sec .btm-sec {
        padding: 30px 20px
    }

    .overcome .right-sec .btm-sec .ctasec .white-btn {
        min-width: auto;
        padding: 10px 20px
    }
}

@media only screen and (max-width: 991px) {
    .overcome .left-sec {
        flex-basis:100%;
        text-align: center;
        padding: 0 0 30px
    }

    .overcome .left-sec h2:after {
        margin: 0 auto;
        right: 0
    }

    .overcome .left-sec ul {
        justify-content: center;
        margin: 50px 0 0
    }

    .overcome .left-sec ul li {
        padding-right: 20px
    }

    .overcome .left-sec ul li h3 {
        font-size: 20px;
        margin: 0 0 10px
    }

    .overcome .left-sec ul li p {
        font-size: 10px
    }

    .overcome .right-sec {
        flex-basis: 100%;
        text-align: center
    }

    .overcome .right-sec .top-sec {
        padding: 15px 20px
    }

    .overcome .right-sec .top-sec h3 {
        font-size: 20px
    }

    .overcome .right-sec .btm-sec {
        padding: 30px 20px
    }

    .overcome .right-sec .btm-sec .ctasec .white-btn {
        min-width: auto;
        padding: 10px 20px
    }

    .overcome .right-sec:after {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .overcome .left-sec {
        flex-basis:100%;
        text-align: center;
        padding: 0 0 30px
    }

    .overcome .left-sec h2:after {
        margin: 0 auto;
        right: 0
    }

    .overcome .left-sec ul {
        justify-content: center;
        margin: 50px 0 0
    }

    .overcome .left-sec ul li {
        padding-right: 15px
    }

    .overcome .left-sec ul li h3 {
        font-size: 18x
    }

    .overcome .left-sec ul li p {
        font-size: 10px
    }

    .overcome .right-sec {
        flex-basis: 100%;
        text-align: center
    }

    .overcome .right-sec .top-sec:after {
        display: none
    }

    .overcome .right-sec .btm-sec .ctasec .white-btn {
        padding: 10px 15px
    }
}

.client-img-section .left-box {
    padding-right: 60px
}

.client-img-section .left-box .heading h5 {
    color: #016be3;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px
}

.client-img-section .left-box .heading h2:after {
    right: auto;
    bottom: -20px
}

.client-img-section .left-box .heading p {
    width: 100%;
    margin: 0 0 20px
}

.client-img-section .left-box .heading ul {
    margin-top: 30px
}

.client-img-section .left-box .heading ul li {
    margin: 0 0 8px;
    position: relative;
    padding-left: 22px
}

.client-img-section .left-box .heading ul li::before {
    content: "";
    background: url() no-repeat;
    width: 15px;
    height: 14px;
    position: absolute;
    top: 6px;
    left: 0
}

.client-img-section .left-box .heading ul li:last-child {
    margin: 0
}

.client-img-section .right-box {
    flex-basis: 45%
}

.client-img-section .right-box .client-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 20px
}

.client-img-section .right-box .client-section .client-row {
    position: relative;
    overflow: hidden;
    height: 80px
}

.client-img-section .right-box .client-section .client-row .client-stack ul {
    display: flex;
    min-width: 150%;
    justify-content: space-around;
    column-gap: 15px;
    position: absolute
}

.client-img-section .right-box .client-section .client-row .client-stack ul li {
    height: 80px;
    min-width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    border: 1.376px solid rgba(221,221,221,.83);
    background: #fff
}

.client-img-section .right-box .client-section .client-row .client-stack ul li img {
    vertical-align: middle
}

.client-img-section .right-box .client-section .client-row .client-stack ul li:hover {
    color: #ffb81d
}

.client-img-section .right-box .client-section .client-row .hover:hover {
    color: red
}

.client-img-section .right-box .award-sc .award-wrap {
    position: relative;
    overflow: hidden;
    height: 95px;
    margin: 25px 0 0
}

.client-img-section .right-box .award-sc .award-wrap h5 {
    font-size: 15px;
    color: #0a1747;
    font-weight: 500
}

.client-img-section .right-box .award-sc .award-wrap .award-row ul {
    display: flex;
    min-width: 150%;
    justify-content: space-around;
    column-gap: 15px;
    position: absolute
}

.client-img-section .right-box .award-sc .award-wrap .award-row ul li {
    height: 90px;
    min-width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    border: 1.376px solid rgba(221,221,221,.83);
    background: #fff
}

.client-img-section .right-box .award-sc .award-wrap .award-row ul li .aw-icon {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.client-img-section .right-box .award-sc .award-wrap .award-row ul li .aw-icon img {
    vertical-align: middle
}

.client-img-section .right-box .award-sc .award-wrap .award-row ul li:hover {
    background: #fff;
    cursor: default;
    border-color: #016be3
}

@keyframes slide_to_left {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@keyframes slide_to_right {
    0% {
        transform: translateX(-50%)
    }

    to {
        transform: translateX(0)
    }
}

.award-animate-slide-to-left {
    animation: slide_to_left 15s linear infinite
}

.award-animate-slide-to-right {
    animation: slide_to_right 15s linear infinite
}

.hover\:pause:hover {
    animation-play-state: paused
}

@media only screen and (max-width: 991px) {
    .client-img-section .left-box {
        flex-basis:100%;
        padding-right: 0
    }

    .client-img-section .left-box .heading h2 {
        text-align: center
    }

    .client-img-section .left-box .heading h2:after {
        right: 0
    }

    .client-img-section .left-box .heading p {
        text-align: center
    }

    .client-img-section .left-box ul {
        margin-top: 20px
    }

    .client-img-section .right-box {
        flex-basis: 100%;
        margin: 40px 0 0
    }
}

.counter-column-section {
    background: -webkit-linear-gradient(right,#5f18a6 50%,#b5177f 50%)
   
}

.counter-column-section.bg-dark {
    background: #0d184b
}

.counter-column-section .dis-flex .left-sec {
    flex-basis: 40%
}

.counter-column-section .dis-flex .left-sec .heading h2 {
    color: #fff
}

.counter-column-section .dis-flex .left-sec .heading h2:after {
    background: #fff;
    right: auto;
    bottom: -10px
}

.counter-column-section .dis-flex .left-sec .heading p {
    color: #fff;
    width: 100%;
    margin: 0 0 20px
}

.counter-column-section .dis-flex .right-sec {
    flex-basis: 45%
}

.counter-column-section .dis-flex .right-sec .cir-sec {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-direction: row;
    gap: 1rem;
    overflow: hidden
}

.counter-column-section .dis-flex .right-sec .cir-sec .cir-box {
    display: flex;
    width: 30%;
    justify-content: center
}

.counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap {
    width: 100%;
    padding: 10px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    position: relative;
    aspect-ratio: 1/1
}

.counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap .display {
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center
}

.counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap .paragraph {
    font-size: 14px;
    color: rgba(255,255,255,.55);
    font-weight: 500;
    text-align: center;
    line-height: 22px
}

.counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap .wheel-sc {
    position: absolute;
    line-height: 1.5rem;
    padding: .625em;
    padding: 15px;
    overflow: visible;
    letter-spacing: 6px
}

.counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap .fill-text {
    fill: rgba(255,255,255,.4);
    font-size: 10px
}

@keyframes counterclockwise {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

.animate-spin-slow {
    animation: counterclockwise 22s linear infinite
}

@media only screen and (max-width: 1024px) {
    .counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap .display {
        font-size:18px
    }

    .counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap .paragraph {
        line-height: 18px
    }
}

@media only screen and (max-width: 991px) {
    .counter-column-section .dis-flex .left-sec {
        flex-basis:100%;
        text-align: center
    }

    .counter-column-section .dis-flex .left-sec .heading h2:after {
        right: 0
    }

    .counter-column-section .dis-flex .right-sec {
        flex-basis: 100%;
        margin: 40px 0 0
    }

    .counter-column-section .dis-flex .right-sec .cir-sec {
        width: 100%
    }

    .counter-column-section .dis-flex .right-sec .cir-sec .cir-box {
        width: 28%
    }

    .counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap {
        padding: 30px;
        width: 100%
    }

    .counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap .display {
        margin: 0 0 5px
    }
}

@media only screen and (max-width: 767px) {
    .counter-column-section .dis-flex .right-sec .cir-sec .cir-box {
        width:30%
    }

    .counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap {
        padding: 10px
    }
}

@media only screen and (max-width: 479px) {
    .counter-column-section .dis-flex .right-sec .cir-sec {
        flex-direction:column;
        justify-content: center;
        gap: 20px
    }

    .counter-column-section .dis-flex .right-sec .cir-sec .cir-box {
        width: 55%;
        margin: 0 auto
    }

    .counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap {
        padding: 20px
    }
}

.section-numbers .number-row {
    grid-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(3,1fr);
    display: grid
}

.section-numbers .number-row .box-3 {
    width: 100%;
    padding: 25px 25px 40px;
    border-radius: 10px;
    border: 1px solid rgba(212,224,237,.7);
    position: relative;
    display: flex;
    flex-direction: column
}

.section-numbers .number-row .box-3 .card-image {
    position: relative;
    width: 100%;
    height: 175px;
    margin: 0 0 30px
}

.section-numbers .number-row .box-3 .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.section-numbers .number-row .box-3 .card-wrapper {
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    display: flex
}

.section-numbers .number-row .box-3 h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 140%;
    color: #414141
}

.section-numbers .number-row .box-3 h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: "Lexend Deca";
    letter-spacing: 1px;
    position: relative
}

.section-numbers .number-row .box-3 h2:after {
    content: "";
    background: url() no-repeat center;
    width: 21px;
    display: inline-block;
    height: 11px;
    margin-left: 12px;
    vertical-align: top
}

.section-numbers .number-row .box-3 .is-grey {
    color: #414141;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
    margin: 0 0 25px
}

.section-numbers .number-row .box-3 p {
    margin: 0 0 20px
}

.section-numbers .number-row .box-3 .btn {
    text-decoration: underline;
    position: relative;
    color: #016be3;
    font-size: 16px
}

.section-numbers .number-row .box-3 .btn:after {
    content: "";
    background: url() no-repeat center;
    width: 19px;
    display: inline-block;
    height: 12px;
    margin-left: 8px;
    transition: all 0.3s ease-in-out
}

.section-numbers .number-row .box-3 .btn:hover {
    text-decoration: none;
    color: #414141
}

.section-numbers .number-row .box-3 .btn:hover:after {
    margin-left: 15px
}

.section-numbers .number-row .box-3.is-first {
    background: rgba(247,246,249,.4)
}

.section-numbers .number-row .box-3.is-first .card-image {
    height: 192px
}

.section-numbers .number-row .box-3.is-first .card-image img {
    border-radius: 0
}

@media only screen and (max-width: 1024px) {
    .section-numbers .number-row {
        grid-gap:20px
    }

    .section-numbers .number-row .box-3 .card-image {
        margin: 0 0 20px
    }

    .section-numbers .number-row .box-3 h3 {
        font-size: 20px
    }

    .section-numbers .number-row .box-3 h2 {
        font-size: 35px
    }
}

@media only screen and (max-width: 767px) {
    .section-numbers .number-row {
        grid-gap:20px;
        grid-template-columns: repeat(1,1fr)
    }

    .section-numbers .number-row .box-3 {
        padding: 18px 18px 30px
    }

    .section-numbers .number-row .box-3 .card-image {
        margin: 0 0 20px
    }

    .section-numbers .number-row .box-3 h3 {
        font-size: 20px
    }

    .section-numbers .number-row .box-3 h2 {
        font-size: 30px
    }

    .section-numbers .number-row .box-3 .is-grey {
        margin: 0 0 15px
    }

    .section-numbers .number-row .box-3 p {
        margin: 0 0 15px
    }

    .section-numbers .number-row .box-3 .btn {
        font-size: 14px
    }
}

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide * {
    box-sizing: inherit
}

.glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slides--dragging {
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: initial;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows {
    -webkit-touch-callout: none;
    user-select: none
}

.glide__bullets {
    -webkit-touch-callout: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

:root {
    scroll-behavior: smooth
}

a {
    text-decoration: none
}

.industry-section {
    height: 100%;
    min-height: 625px;
    padding: 0;
    background: #000;
    position: relative
}

.industry-section .container {
    position: relative
}

.industry-section .ind-title {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 9;
    color: #fff;
    font-family: "Lexend Deca";
    font-size: 98px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    opacity: .5;
    font-weight: 700
}

.overflow-hidden {
    overflow: hidden!important
}

.industry-section .bannerIMG {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ind-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.ind-wrap .tileFloat {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100%;
    padding: 0;
    transform: translateX(-50%);
    margin: 0;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap
}

.tile-box {
    flex: 0 0 auto;
    height: 100%!important;
    border-right: 1px solid rgba(255,255,255,.5);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end!important;
    padding: 25px;
    background: linear-gradient(180deg,rgba(12,20,49,0) 0%,#0c1431 100%);
    transition: all 0 ease 0.3s
}

.tile-box:hover {
    background: linear-gradient(180deg,rgba(0,0,0,.32),rgba(0,0,0,.64))
}

.tile-box:hover .tileHeadMain {
    display: none
}

.tile-box .tileHeadMain {
    margin-bottom: 100px
}

.tile-box .tileHead,.tile-box .tileHeadMain a {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 30px;
    padding: 0 0 5px;
    color: #fff;
    position: relative
}

.tile-box .tileHead a {
    color: #fff
}

.tile-box .tileHead a:hover {
    color: #016be3
}

.tile-box .tileHead:before,.tile-box .tileHeadMain:before {
    content: "";
    position: absolute;
    width: 38px;
    height: 4px;
    left: 0;
    bottom: -8px;
    background-color: #016be3
}

.tile-box:hover .floatingTileInfo {
    bottom: 0;
    visibility: visible
}

.tile-box.active .floatingTileInfo {
    bottom: 0;
    visibility: visible
}

.tile-box.active .tileHeadMain {
    display: none
}

.floatingTileInfo {
    padding: 10px;
    position: absolute;
    bottom: -100%;
    visibility: hidden;
    transition: all 0.3s;
    margin-bottom: 60px
}

.floatingTileInfo p {
    line-height: 160%;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.floatingTileInfo ul {
    margin: 10px 0 30px
}

.floatingTileInfo ul li {
    margin: 0 0 8px;
    position: relative;
    padding-left: 22px;
    color: #fff
}

.floatingTileInfo ul li a {
    color: #fff;
    text-decoration: underline
}

.floatingTileInfo ul li a:hover {
    text-decoration: none
}

.floatingTileInfo ul li:before {
    content: "";
    background: url() no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 6px;
    left: 0
}

.tile-box .cta-box a {
    font-weight: 500;
    color: #016be3;
    display: flex;
    align-items: center;
    text-decoration: underline;
    position: relative
}

.tile-box .cta-box a:after {
    content: "";
    background: url() no-repeat center;
    width: 12px;
    display: inline-block;
    height: 12px;
    margin-left: 8px;
    vertical-align: middle;
    margin-top: 3px;
    transition: all 0.3s ease-in-out
}

.tile-box .cta-box a:hover:after {
    margin-left: 15px
}

.industry-section .glider {
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.industry-section .glider-track {
    height: 100%!important
}

.industry-section .glider-dots .glider-dot {
    width: 14px;
    height: 14px;
    color: #ddd;
    margin: 5px;
    background: #fff
}

.industry-section .glider-dots .glider-dot.active {
    background: #ffca1d
}

.industry-section .glider-dots {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.industry-section .glider-prev {
    background: url(/images/icons/prev-arrow.png) no-repeat center;
    width: 27px;
    height: 27px;
    z-index: 9;
    opacity: 1!important;
    top: 45%;
    font-size: 0;
    left: 40px;
    transform: rotate(0);
    font-size: 0
}

.industry-section .glider-next {
    background: url(/images/icons/prev-arrow.png) no-repeat center;
    width: 27px;
    height: 27px;
    z-index: 9;
    opacity: 1!important;
    top: 45%;
    font-size: 0;
    right: 40px;
    font-size: 0;
    transform: rotate(180deg)
}

@media only screen and (max-width: 991px) {
    .industry-section .ind-title {
        font-size:70px;
        left: 20px
    }

    .tile-box .tileHeadMain {
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 767px) {
    .industry-section {
        min-height:400px
    }

    .industry-section .glider-prev {
        background-size: 100%;
        width: 20px;
        height: 20px;
        left: 10px
    }

    .industry-section .glider-next {
        background-size: 100%;
        width: 20px;
        height: 20px;
        right: 10px
    }

    .industry-section .glider {
        background: linear-gradient(180deg,rgba(12,20,49,0) 0%,#0c1431 100%)
    }

    .tile-box {
        background: transparent
    }

    .industry-section .ind-title {
        top: 25px;
        font-size: 60px;
        font-family: sans-serif
    }

    .floatingTileInfo {
        padding: 20px;
        margin-bottom: 15px
    }

    .floatingTileInfo ul {
        margin: 10px 0 20px
    }
}

.page-id-1051 .tools-we-used  .card .box-3 h3 {
    min-height: 30px
}

.page-id-1579 .tools-we-used  .hideborder {
    text-align: center;
    justify-content: center
}

.page-id-1579 .tools-we-used  .card .box-3 {
    min-height: auto
}

.page-id-1579 .tools-we-used  .flex-3 {
    margin-top: 0
}

.tools-we-used  .flex-1,.tools-we-used  .flex-1,.tools-we-used  .flex-2,.tools-we-used  .flex-3 {
    margin-top: 20px
}

.tools-we-used  .card {
    height: 100%;
    border-radius: 10px;
    border: 1.5px solid #ececec;
    margin: 0 10px;
    background: #fff;
    box-shadow: 0 4px 40px 0 rgba(237,246,255,.3)
}

.tools-we-used  .card.no-bg {
    background-color: transparent
}

.tools-we-used  .card .box-3 {
    padding: 30px 20px;
    min-height: 153px;
    transition: all 0.3s ease-in-out
}

.tools-we-used  .card .box-3 h3 {
    margin-bottom: 15px;
    padding: 0 0 15px;
    border-bottom: 2px solid rgba(65,65,65,.1)
}

.tools-we-used  .card .box-3 h3 a {
    opacity: 1;
    color: #414141
}

.tools-we-used  .flex-1 .box-3 {
    min-height: auto
}

.tools-we-used .technology-stack .card {
    background-color: transparent
}

.tools-we-used .technology-stack h3 {
    font-size: 18px
}

.tools-we-used .fullwidth .flex-2:last-child,.tools-we-used .fullwidth .flex-3:last-child {
    flex-basis: 100%
}

.tech-stack-list ul {
    margin: 8px 0 0
}

.tech-stack-list ul li {
    border: 1px solid rgba(65,65,65,.2);
    border-radius: 10px;
    padding: 4px 9px;
    display: inline-block;
    margin: 12px 12px 0 0;
    line-height: 22px;
    text-align: center;
    color: rgba(65,65,65,.9);
    font-weight: 400;
    position: relative;
    z-index: 1
}

.tech-stack-list ul li a {
    color: rgba(65,65,65,.9);
    display: block
}

.tech-stack-list ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: -1
}

.tech-stack-list ul li a:hover {
    color: #fff;
    border-color: #016be3
}

.tech-stack-list ul li a:hover:after {
    background: #016be3
}

.tech-stack-list .flex-3.has-anchor {
    transition: all 0.3s ease-in-out;
    display: block
}

.tech-stack-list .flex-3.has-anchor:hover .box-3 {
    border: 1px solid rgba(1,107,227,.22);
    box-shadow: 0 4px 40px 0 rgba(237,246,255,.3);
    border-radius: 5px;
    cursor: pointer
}

.tech-stack-list .flex-3.has-anchor:hover .box-3 h3 a {
    color: #016be3
}

@media (max-width: 991px) {
    .tools-we-used  .card .box-3 {
        padding:20px 20px;
        min-height: initial
    }

    .tools-we-used  .card .box-3 h3 {
        margin-bottom: 10px;
        padding: 0 0 15px
    }

    .tech-stack-list ul {
        margin: 8px 0 0
    }

    .tech-stack-list ul li {
        padding: 3px 9px;
        margin: 10px 10px 0 0
    }
}

.tab-scroll-section ::-webkit-scrollbar {
    width: 6px;
    height: 85px;
    border-radius: 5px;
    overflow: scroll
}

.tab-scroll-section ::-webkit-scrollbar-track {
    background: rgba(110,109,134,.15);
    border-radius: 5px
}

.tab-scroll-section ::-webkit-scrollbar-thumb {
    background: #016be3;
    border-radius: 10px
}

.tab-scroll-section ::-webkit-scrollbar-thumb:hover {
    background: #60ac0b
}

.tab-scroll-section .tab-head {
    font-size: 30px;
    display: block;
    font-weight: 500;
    color: #414141;
    margin-bottom: 30px
}

.tab-scroll-section .tab-outer {
    margin-top: 90px
}

.tab-scroll-section .tab-nav {
    max-height: 400px;
    overflow-y: scroll;
    padding-right: 30px
}

.tab-scroll-section .tab-nav .tab-link {
    display: block;
    font-size: 18px;
    margin-top: 25px;
    text-decoration: none;
    line-height: 25px;
    padding-right: 10px;
    font-weight: 400;
    transition: all 0.3s linear;
    position: relative
}

.tab-scroll-section .tab-nav .tab-link:first-child {
    margin-top: 0
}

.tab-scroll-section .tab-nav .tab-link.is-active,.tab-scroll-section .tab-nav .tab-link:hover {
    color: #414141
}

.tab-scroll-section .tab-nav .tab-link:hover {
    text-decoration: underline
}

.tab-scroll-section ul {
    list-style-type: disc
}

.tab-scroll-section ol {
    list-style-type: decimal
}

.tab-scroll-section .tab-content {
    padding-top: 60px
}

.tab-scroll-section .tab-content.is-active {
    display: block
}

.tab-scroll-section .tab-content p {
    margin-top: 20px;
    line-height: 28px
}

.tab-scroll-section .tab-content p ul li strong {
    color: #666E86
}

.tab-scroll-section .tab-content p ol li b {
    font-weight: 500
}

.tab-scroll-section .tab-content p ul li b {
    font-weight: 500
}

.tab-scroll-section .tab-content p ol li strong {
    color: #666E86
}

.tab-scroll-section .tab-content p strong {
    font-weight: 500
}

.tab-scroll-section .tab-content p b {
    font-weight: 500
}

.tab-scroll-section .tab-content h6 {
    margin-top: 30px
}

.tab-scroll-section .tab-content h3 {
    font-weight: 500
}

.tab-scroll-section .tab-content ol li::marker {
    color: #666E86;
    font-weight: 500
}

.tab-scroll-section .tab-content table {
    border-collapse: collapse;
    margin: 40px 0;
    width: 100%
}

.tab-scroll-section .tab-content table td {
    padding: 11px;
    font-size: 16px;
    line-height: 26px
}

.tab-scroll-section .tab-content table td b {
    font-weight: 500
}

.tab-scroll-section .tab-content table,.tab-scroll-section .tab-content td,.tab-scroll-section .tab-content th {
    border: 1px solid #000
}

.tab-scroll-section .left-tabs {
    flex-basis: 30%
}

.tab-scroll-section .right-tabs {
    flex-basis: 70%;
    padding-left: 78px
}

.tab-scroll-section ul,.tab-scroll-section ol {
    padding-left: 30px
}

.tab-scroll-section ul li,.tab-scroll-section ol li {
    margin-top: 15px;
    line-height: 26px;
    font-size: 16px
}

.tab-scroll-section ul strong,.tab-scroll-section ol strong {
    font-weight: 500
}

.tab-scroll-section .sticky-tab {
    position: sticky;
    top: 100px
}

b {
    font-weight: 500
}

@media screen and (max-width: 1440px) {
    .tab-scroll-section .tab-head {
        margin-bottom:30px
    }

    .tab-scroll-section .tab-nav .tab-link {
        font-size: 16px;
        margin-top: 20px
    }
}

@media screen and (max-width: 1200px) {
    .tab-scroll-section .right-tabs {
        padding-left:40px
    }

    .tab-scroll-section .tab-nav {
        padding-right: 20px
    }

    .tab-scroll-section .tab-outer {
        margin-top: 40px
    }

    .tab-scroll-section .tab-content h6 {
        margin-top: 30px
    }
}

@media screen and (max-width: 767px) {
    .tab-scroll-section .left-tabs {
        flex-basis:100%
    }

    .tab-scroll-section .right-tabs {
        flex-basis: 100%;
        padding-left: 0
    }

    .tab-scroll-section .tab-content {
        padding-top: 40px
    }

    .tab-scroll-section .tab-content table td {
        padding: 6px;
        line-height: 20px;
        font-size: 12px
    }

    .tab-scroll-section ul li,.tab-scroll-section ol li {
        font-size: 14px
    }
}

.full-width-two-column.padding-b-150 {
    padding-bottom: 0
}

.full-width-two-column .dis-flex {
    height: 100%
}

.full-width-two-column .col-box {
    overflow: hidden
}

.full-width-two-column .col-left {
    flex-basis: 66.66%
}

.full-width-two-column .col-right {
    flex-basis: 33.33%
}

.full-width-two-column .caseStudy {
    border-radius: 5px;
    border: 1px solid rgba(102,110,134,.29);
    opacity: .9;
    background: #FFF;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1;
    color: #666E86;
    display: inline-block;
    margin-bottom: 20px
}

.full-width-two-column h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 15px
}

.full-width-two-column .clr-white {
    color: #fff
}

.full-width-two-column p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.full-width-two-column .learn-more {
    margin-top: 30px
}

.full-width-two-column .img-box {
    position: relative;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease-in-out
}

.full-width-two-column .img-box:hover {
    background-size: 130%
}

.full-width-two-column .img-box .content-box {
    max-width: 740px
}

.full-width-two-column .img1 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

.full-width-two-column .img1:hover {
    background-size: cover
}

.full-width-two-column .img2 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 120%
}

.full-width-two-column .img3 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 120%
}

.full-width-two-column .img4 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 120%
}

.full-width-two-column .other-details {
    max-width: 340px;
    height: auto;
    color: #414141;
    font-weight: 500;
    opacity: .7
}

.full-width-two-column .other-details>div {
    margin-top: 15px
}

.full-width-two-column .flex-2 {
    padding-right: 0;
    transition: all 0.3s ease;
    overflow: hidden
}

.full-width-two-column .flex-2:hover .img1 {
    transform: scale(1.05);
    transition: all 0.3s ease
}

.full-width-two-column .content-box {
    padding: 40px
}

.full-width-two-column .content-box.bg-light-theme {
    background: #05164d
}

.full-width-two-column .col-right {
    position: relative
}

.full-width-two-column .col-right .content-box {
    position: relative;
    z-index: 9
}

.full-width-two-column .col-right .caseStudy {
    color: #9B9B9B;
    background: transparent;
    border-color: #9B9B9B
}

.full-width-two-column .col-right h3 {
    color: #fff
}

.full-width-two-column .col-right p {
    color: #9B9B9B
}

.full-width-two-column .col-right .other-details {
    color: #fff
}

.full-width-two-column .col-right .other-details .clr-white {
    opacity: 1
}

.full-width-two-column .col-right .learn-more {
    color: #fff
}

.full-width-two-column .col-right .learn-more:before {
    background: #fff
}

.full-width-two-column .col-right .learn-more:after {
    background: url() top center no-repeat;
    background-size: 100%
}

.full-width-two-column .col-right:after {
    content: "";
    background: rgba(4,12,23,.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 1780px) {
    .full-width-two-column .content-box {
        padding:30px
    }

    .full-width-two-column .other-details .flex-2 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }
}

@media only screen and (max-width: 1440px) {
    .full-width-two-column .content-box {
        padding:30px 20px
    }
}

@media only screen and (max-width: 1320px) {
    .full-width-two-column .img-box {
        background-size:cover
    }

    .full-width-two-column:hover {
        background-size: 160%
    }

    .full-width-two-column .img1:hover {
        background-size: cover
    }
}

@media only screen and (max-width: 1200px) {
    .full-width-two-column .dis-flex {
        height:100%
    }

    .full-width-two-column .content-box {
        flex-basis: 100%;
        max-width: 100%
    }

    .full-width-two-column .img1,.full-width-two-column .img4 {
        display: none
    }

    .full-width-two-column .other-details {
        height: auto
    }
}

@media only screen and (max-width: 991px) {
    .full-width-two-column .other-details .flex-2 {
        flex-basis:50%
    }

    .full-width-two-column p {
        font-size: 16px
    }
}

@media only screen and (max-width: 767px) {
    .full-width-two-column .col-left {
        flex-basis:100%
    }

    .full-width-two-column .col-right {
        flex-basis: 100%
    }

    .full-width-two-column p {
        font-size: 14px
    }

    .full-width-two-column .content-box p {
        font-size: 14px
    }

    .full-width-two-column .img2,.full-width-two-column .img3 {
        background: none!important
    }
}

.faq-section .faq-outer {
    max-width: 970px;
    margin: 0 auto
}

.faq-section .faq-outer .faq-accordion-item-outer {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin: 0 0 20px;
    padding: 0 20px
}

.faq-section .faq-outer .faq-accordion-item-outer.active {
    border-bottom: 2px solid #016be3
}

.faq-section .faq-outer .faq-accordion-item-outer.active .faq-accordion-content {
    display: block
}

.faq-section .faq-outer .faq-accordion-item-outer.active .open-icon {
    display: none
}

.faq-section .faq-outer .faq-accordion-item-outer.active .faq-accordion-toggle::after {
    display: none
}

.faq-section .faq-outer .faq-accordion-item-outer:nth-child(1) .faq-accordion-toggle {
    border-top: 0
}

.faq-section .faq-outer .faq-accordion-toggle {
    display: block;
    text-decoration: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    padding: 20px 20px 20px 0;
    position: relative;
    font-weight: 600;
    color: #110302;
    border-bottom: 1px solid #e4e4e4;
    margin: 0;
    font-size: 20px;
    line-height: 32px
}

.faq-section .faq-outer .faq-accordion-toggle a {
    display: contents
}

.faq-section .faq-outer .faq-accordion-toggle::before {
    content: "";
    clear: both;
    display: block;
    background: #016be3;
    height: 3px;
    width: 18px;
    border-radius: 3px;
    position: absolute;
    right: 0
}

.faq-section .faq-outer .faq-accordion-toggle::after {
    content: "";
    clear: both;
    display: block;
    background: #016be3;
    height: 18px;
    width: 3px;
    border-radius: 3px;
    position: absolute;
    right: 7px
}

.faq-section .faq-outer .faq-accordion-content {
    display: none;
    padding: 20px 0
}

.faq-section .faq-outer .faq-accordion-content p {
    margin: 0 0 10px;
    font-weight: 400;
    color: #5e6373
}

.faq-section .faq-outer .faq-accordion-content ul,.faq-section .faq-outer .faq-accordion-content ol {
    margin: 20px 0 0;
    padding-left: 0
}

.faq-section .faq-outer .faq-accordion-content ul li,.faq-section .faq-outer .faq-accordion-content ol li {
    margin: 10px 0 0;
    position: relative;
    padding-left: 18px
}

.faq-section .faq-outer .faq-accordion-content ul li:before,.faq-section .faq-outer .faq-accordion-content ol li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #016be3;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px
}

.faq-section .faq-outer .no-list-type ul {
    list-style-type: none;
    padding-left: 0
}

@media only screen and (max-width: 767px) {
    .faq-section .faq-outer .faq-accordion-content p {
        font-size:14px;
        margin-top: 10px
    }

    .faq-section .faq-outer .faq-accordion-toggle {
        font-size: 18px;
        line-height: 28px;
        padding: 15px 30px 15px 0
    }

    .faq-section .faq-outer .faq-accordion-toggle::before {
        height: 2px;
        width: 12px
    }

    .faq-section .faq-outer .faq-accordion-toggle::after {
        height: 12px;
        width: 2px;
        right: 5px
    }
}

.clients-saying .heading p {
    width: 75%
}

.clients-saying .iframe-bg {
    pointer-events: none
}

.clients-saying iframe {
    border: 0;
    border: 0;
    height: auto;
    vertical-align: bottom;
    width: 100%;
    max-height: 350px
}

.clients-saying iframe.active {
    height: 100%;
    max-height: unset;
    z-index: 1
}

.clients-saying .yt-player {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9
}

.clients-saying .slider-client {
    width: 50%;
    position: relative
}

.clients-saying .slider-client .client-slider .slide-item {
    padding: 0 2px;
    position: relative
}

.clients-saying .slider-client .client-slider .slide-item .video-item {
    display: none
}

.clients-saying .slider-client .client-slider .slide-item .video-item video {
    width: 100%
}

.clients-saying .slider-client .client-slider .slide-item .video-item iframe {
    border: 0;
    width: 100%
}

.clients-saying .slider-client .client-slider .slide-item .testi-container img {
    width: 100%;
    vertical-align: bottom
}

.clients-saying .slider-client .client-slider .slide-item video {
    vertical-align: bottom
}

.clients-saying .slider-client .client-slider .slide-item .slide-content {
    position: absolute;
    bottom: 50px;
    padding: 0 50px;
    z-index: 9
}

.clients-saying .slider-client .client-slider .slide-item .slide-content p {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff
}

.clients-saying .slider-client .client-slider .slide-item .slide-content span {
    font-size: 14px;
    line-height: 17px;
    color: #fefefe;
    opacity: .9
}

.clients-saying .slider-client .client-slider .slide-item .slide-content a {
    float: right;
    background: #f0483e;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    padding: 3px 13px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out
}

.clients-saying .slider-client .client-slider .slide-item .slide-content a:hover {
    background-color: #016be3
}

.clients-saying .slider-client .client-slider .slide-item .slide-content a img {
    width: auto;
    margin-right: 5px
}

.clients-saying .slider-client .client-slider .play-video .video-item {
    display: block
}

.clients-saying .slider-client .client-slider .play-video .testi-container {
    display: none
}

.clients-saying .slider-client .client-slider .play-video::after {
    display: none
}

.clients-saying .client-logo {
    padding-left: 84px;
    padding-top: 16px
}

.clients-saying .client-logo .dis-flex {
    justify-content: space-between
}

.clients-saying .client-logo .logo-card {
    max-width: 175px
}

.clients-saying .client-logo .logo-card picture:nth-child(2) {
    display: none
}

.clients-saying .client-logo .logo-card:hover picture:nth-child(1) {
    display: none
}

.clients-saying .client-logo .logo-card:hover picture:nth-child(2) {
    display: block
}

.clients-saying .glider-prev {
    top: 40%;
    left: 10px;
    opacity: .6
}

.clients-saying .glider-prev:hover {
    opacity: 1
}

.clients-saying .glider-next {
    top: 40%;
    right: 10px;
    opacity: .6
}

.clients-saying .glider-next:hover {
    opacity: 1
}

.client-logo .logo-card {
    background: url() 0 0 no-repeat
}

.client-logo .logo-card.logo1 {
    width: 210px;
    height: 73px;
    background-position: 0 0
}

.client-logo .logo-card.logo1:hover {
    background-position: -176px 0
}

.client-logo .logo-card.logo2 {
    width: 201px;
    height: 73px;
    background-position: 0 -366px
}

.client-logo .logo-card.logo2:hover {
    background-position: -176px -366px
}

.client-logo .logo-card.logo3 {
    width: 201px;
    height: 73px;
    background-position: 0 -748px
}

.client-logo .logo-card.logo3:hover {
    background-position: -176px -748px
}

.client-logo .logo-card.logo4 {
    width: 201px;
    height: 82px;
    background-position: 0 -87px
}

.client-logo .logo-card.logo4:hover {
    background-position: -176px -87px
}

.client-logo .logo-card.logo5 {
    width: 201px;
    height: 82px;
    background-position: 0 -455px
}

.client-logo .logo-card.logo5:hover {
    background-position: -176px -455px
}

.client-logo .logo-card.logo6 {
    width: 201px;
    height: 82px;
    background-position: 0 -835px
}

.client-logo .logo-card.logo6:hover {
    background-position: -176px -835px
}

.client-logo .logo-card.logo7 {
    width: 201px;
    height: 82px;
    background-position: 0 -172px
}

.client-logo .logo-card.logo7:hover {
    background-position: -176px -172px
}

.client-logo .logo-card.logo8 {
    width: 201px;
    height: 82px;
    background-position: 0 -547px
}

.client-logo .logo-card.logo8:hover {
    background-position: -176px -547px
}

.client-logo .logo-card.logo9 {
    width: 201px;
    height: 82px;
    background-position: 0 -928px
}

.client-logo .logo-card.logo9:hover {
    background-position: -176px -928px
}

.client-logo .logo-card.logo10 {
    width: 201px;
    height: 82px;
    background-position: 0 -246px
}

.client-logo .logo-card.logo10:hover {
    background-position: -176px -250px
}

.client-logo .logo-card.logo11 {
    width: 201px;
    height: 82px;
    background-position: 0 -615px
}

.client-logo .logo-card.logo11:hover {
    background-position: -176px -615px
}

.client-logo .logo-card.logo12 {
    width: 201px;
    height: 82px;
    background-position: 0 -1004px
}

.client-logo .logo-card.logo12:hover {
    background-position: -176px -1004px
}

@media screen and (max-width: 1600px) {
    .clients-saying .client-logo {
        padding-left:42px;
        padding-top: 0
    }
}

@media screen and (max-width: 991px) {
    .clients-saying .client-logo .logo-card.logo9 {
        background-position:0 -918px
    }

    .clients-saying .client-logo .logo-card.logo9:hover {
        background-position: -176px -918px
    }

    .clients-saying .client-logo .logo-card.logo10 {
        background-position: 0 -256px
    }

    .clients-saying .client-logo .logo-card.logo10:hover {
        background-position: -176px -260px
    }
}

@media screen and (max-width: 767px) {
    .clients-saying .heading p {
        width:100%
    }

    .clients-saying .slider-client {
        width: 100%
    }

    .clients-saying .slider-client .client-slider .slide-item .testi-container iframe {
        height: 180px
    }

    .clients-saying .slider-client .client-slider .slide-item video {
        height: 100%
    }

    .clients-saying .slider-client .client-slider .slide-item::after {
        height: 100%
    }

    .clients-saying .slider-client .client-slider .slide-item .slide-content {
        bottom: 10px;
        padding: 0 40px
    }

    .clients-saying .slider-client .client-slider .slide-item .slide-content p {
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 10px
    }

    .clients-saying .client-logo {
        padding-left: 25px;
        margin-top: 12px
    }

    .clients-saying .client-logo .flex-3 {
        flex-basis: 50%;
        text-align: center
    }

    .clients-saying .glider-prev {
        width: 50px;
        top: 40%;
        left: -5px
    }

    .clients-saying .glider-next {
        width: 50px;
        top: 40%;
        right: -5px
    }
}

@media screen and (min-width: 915px) and (max-width:1023px) {
    .clients-saying .client-logo .dis-flex {
        justify-content:center
    }
}

@media screen and (min-device-width: 768px) and (max-device-width:1023px) {
    .clients-saying .slider-client {
        width:100%;
        flex-basis: 100%
    }

    .clients-saying .slider-client .slide-item video {
        height: 100%
    }

    .clients-saying .slider-client .slide-item:after {
        height: 100%!important
    }

    .clients-saying .client-logo {
        padding-left: 0;
        margin-top: 20px;
        flex-basis: 100%
    }

    .clients-saying .client-logo .logo-card {
        flex-basis: 25%;
        text-align: center
    }
}

@media screen and (min-width: 1401px) {
    .clients-saying .slider-client .client-slider .slide-item video {
        height:100%
    }

    .clients-saying .slider-client .client-slider .slide-item::after {
        height: 100%
    }
}

.video-banner-section {
    background-size: cover;
    height: 100vh;
    display: grid;
    align-items: center;
    position: relative;
    display: flex;
    display: -webkit-flex
}

.video-banner-section #background-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1
}

.video-banner-section .breadcrumbs {
    position: initial;
    font-weight: 400;
    margin: 0 0 15px
}

.video-banner-section .breadcrumbs a {
    color: rgba(255,255,255,.5)
}

.video-banner-section .breadcrumbs a:hover {
    color: #fff
}

.video-banner-section .badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px 0 20px
}

.video-banner-section .badges img {
    margin-right: 12px
}

.video-banner-section .banner-content {
    width: 100%
}

.video-banner-section .banner-content h1 {
    color: #fff;
    margin: 0 0 10px;
    font-size: 60px;
    line-height: 1.2
}

.video-banner-section .banner-content p {
    color: #fff;
    font-size: 18px;
    margin: 0 0 15px;
    line-height: 29px
}

.video-banner-section .banner-content p strong {
    font-weight: 500
}

.video-banner-section .banner-content ul li {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    margin: 0 0 12px;
    padding-left: 20px
}

.video-banner-section .banner-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,.8);
    border-radius: 50%
}

.video-banner-section .service-bottom-section .white-btn {
    background: #016be3;
    padding: 14px 26px;
    border-color: #016be3;
    color: #fff;
    font-weight: 500
}

.video-banner-section .service-bottom-section .white-btn:hover {
    background: #fff;
    border-color: #fff;
    color: #016be3
}

.client-logo-box-section {
    margin-top: 0;
    background: linear-gradient(2deg,rgba(231,240,255,.43) 0%,rgba(231,240,255,.26) 57.81%,rgba(250,252,255,.203125) 79.69%,rgba(255,255,255,0) 100%)
}

@media only screen and (max-width: 1600px) {
    .video-banner-section.padding-t-120 {
        padding-top:140px
    }
}

@media only screen and (max-width: 1440px) {
    .video-banner-section .banner-content h1 {
        font-size:55px
    }
}

@media screen and (max-width: 1280px) {
    .video-banner-section .banner-content h1 {
        font-size:50px
    }
}

@media only screen and (max-width: 1320px) {
    .video-banner-section {
        padding-top:100px;
        height: 600px
    }

    .video-banner-section #background-video {
        height: 100%
    }

    .video-banner-section .banner-content {
        width: 100%
    }

    .video-banner-section .banner-content p {
        font-size: 16px;
        line-height: 26px
    }

    .video-banner-section .banner-content ul li {
        font-size: 16px
    }

    .video-banner-section .service-bottom-section .white-btn {
        font-size: 16px
    }

    .video-banner-section .service-bottom-section .badges img {
        margin-left: 30px
    }

    .client-logo-box-section {
        background: #fff
    }
}

@media only screen and (max-width: 991px) {
    .video-banner-section {
        height:auto;
        background-color: #04237f
    }

    .video-banner-section #background-video {
        display: none
    }

    .video-banner-section .banner-content {
        width: 100%
    }

    .video-banner-section .banner-content h1 {
        font-size: 45px;
        line-height: 55px;
        margin: 0 0 20px
    }

    .video-banner-section .banner-content p {
        font-size: 16px;
        margin: 0 0 15px;
        line-height: 29px
    }

    .video-banner-section .service-bottom-section.margin-t-80 {
        margin-top: 30px
    }

    .video-banner-section .service-bottom-section.margin-t-60 {
        margin-top: 30px
    }

    .video-banner-section .service-bottom-section .rqst-btn {
        width: 100%;
        margin: 0
    }

    .video-banner-section .service-bottom-section .badges img {
        margin-left: 30px
    }

    .video-banner-section .badges {
        justify-content: center
    }

    .video-banner-section .badges img {
        margin-right: 10px
    }
}

@media only screen and (max-width: 767px) {
    .video-banner-section {
        text-align:center
    }

    .video-banner-section .breadcrumbs {
        text-align: center;
        margin-top: 20px
    }

    .video-banner-section .banner-content {
        text-align: center
    }

    .video-banner-section .banner-content h1 {
        font-size: 35px;
        line-height: 45px
    }

    .video-banner-section .banner-content ul li {
        margin: 0 0 8px;
        padding-left: 18px
    }

    .video-banner-section .banner-content ul li:before {
        top: 10px;
        width: 7px;
        height: 7px
    }

    .video-banner-section .service-bottom-section .badges picture:nth-child(3) {
        display: none
    }

    .video-banner-section .service-bottom-section .badges img {
        margin: 0 10px 20px;
        width: 90px
    }
}

.e_sol {
    background: #fff!important
}

.e_sol .ecom-tabs .tab-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.e_sol .ecom-tabs .tab-nav {
    list-style-type: none;
    flex-basis: 100%;
    width: 100%;
    position: relative
}

.e_sol .ecom-tabs .tab-nav .tabs-slider {
    position: relative
}

.e_sol .ecom-tabs .tab-nav .tab-scroll {
    width: 90%;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 30px;
    padding: 0
}

.e_sol .ecom-tabs .tab-nav .tab-scroll .tablist {
    padding: 0;
    margin: 0
}

.e_sol .ecom-tabs .tab-nav .tab-scroll .tablist a {
    height: 100%;
    font-size: 20px;
    color: rgba(65,65,65,.8);
    font-weight: 500;
    padding: 0 5px 15px;
    position: relative;
    display: inline-block
}

.e_sol .ecom-tabs .tab-nav .tab-scroll .tablist a:after {
    content: "";
    width: 100%;
    height: 2px;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0
}

.e_sol .ecom-tabs .tab-nav .tab-scroll .tablist:hover a {
    color: #016be3
}

.e_sol .ecom-tabs .tab-nav .tab-scroll .tablist:hover a:after {
    background: #016be3
}

.e_sol .ecom-tabs .tab-nav .tab-scroll .tablist.active a {
    color: #016be3
}

.e_sol .ecom-tabs .tab-nav .tab-scroll .tablist.active a:after {
    background: #016be3
}

.e_sol .ecom-tabs .tab-nav .is-arrow {
    margin-left: 10px
}

.e_sol .ecom-tabs .bcontents {
    flex-basis: 100%
}

.e_sol .ecom-tabs .bcontents .tab-contents {
    display: none;
    text-align: center
}

.e_sol .ecom-tabs .bcontents .tab-contents .dis-flex {
    align-items: center;
    justify-content: space-between
}

.e_sol .ecom-tabs .bcontents .tab-contents .dis-flex .content-box {
    flex-basis: 45%;
    text-align: left
}

.e_sol .ecom-tabs .bcontents .tab-contents .dis-flex .content-box h3 {
    margin: 0 0 15px
}

.e_sol .ecom-tabs .bcontents .tab-contents .dis-flex .content-box p {
    margin: 0 0 20px
}

.e_sol .ecom-tabs .bcontents .tab-contents .dis-flex .content-box ul {
    margin: 0 0 20px
}

.e_sol .ecom-tabs .bcontents .tab-contents .dis-flex .content-box ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative
}

.e_sol .ecom-tabs .bcontents .tab-contents .dis-flex .content-box ul li:before {
    content: "";
    background: url(/images/icons/check-list.png) no-repeat center;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 4px
}

.e_sol .ecom-tabs .bcontents .tab-contents .dis-flex .content-box .know-more-link {
    margin-top: 30px
}

.e_sol .ecom-tabs .bcontents .tab-contents .dis-flex .content-box .know-more-link a {
    color: #016be3;
    display: block;
    font-size: 16px;
    line-height: 19px
}

.e_sol .ecom-tabs .bcontents .tab-contents .dis-flex .content-box .know-more-link a:after {
    content: "";
    background: url() top center no-repeat;
    position: relative;
    width: 15px;
    height: 11px;
    background-size: 100%;
    top: 0;
    left: 6px;
    display: inline-block;
    transition: all 0.3s ease-in-out
}

.e_sol .ecom-tabs .bcontents .tab-contents .dis-flex .content-box .know-more-link a:hover {
    text-decoration: underline
}

.e_sol .ecom-tabs .bcontents .tab-contents .dis-flex .content-box .know-more-link a:hover:after {
    left: 14px
}

.e_sol .ecom-tabs .bcontents .tab-contents .dis-flex .image-box {
    flex-basis: 45%
}

.e_sol .ecom-tabs .bcontents .tab-contents.active {
    display: block
}

.e_sol .ecom-tabs .glider-dots {
    display: none
}

.e_sol .glider-prev {
    background: url() no-repeat center;
    width: 34px;
    height: 34px;
    z-index: 9;
    opacity: 1!important;
    top: 0%;
    font-size: 0;
    left: 102%;
    transform: rotate(0);
    font-size: 0;
    border-radius: 100%;
    position: absolute;
    transform: rotate(180deg)
}

.e_sol .glider-prev:hover {
    opacity: .8
}

.e_sol .glider-next {
    background: url() no-repeat center;
    width: 34px;
    height: 34px;
    z-index: 9;
    opacity: 1!important;
    top: 0;
    font-size: 0;
    border-radius: 100%;
    right: -100px;
    font-size: 0;
    border-radius: 100%;
    position: absolute
}

.e_sol .glider-next:hover {
    opacity: .8
}

.feature-tabs .glider {
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.ecom-plateform {
    background: #fff
}

.ecom-plateform .plateform-tabs .tab-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.ecom-plateform .plateform-tabs .tab-nav {
    list-style-type: none;
    flex-basis: 100%
}

.ecom-plateform .plateform-tabs .tab-nav ul {
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.ecom-plateform .plateform-tabs .tab-nav ul li {
    display: inline-block;
    margin: 0 30px 0 0;
    padding: 0
}

.ecom-plateform .plateform-tabs .tab-nav ul li a {
    height: 100%;
    font-size: 20px;
    color: rgba(65,65,65,.8);
    font-weight: 500;
    padding: 0 5px 12px;
    position: relative;
    display: inline-block
}

.ecom-plateform .plateform-tabs .tab-nav ul li a:after {
    content: "";
    width: 100%;
    height: 2px;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0
}

.ecom-plateform .plateform-tabs .tab-nav ul li:hover a {
    color: #016be3
}

.ecom-plateform .plateform-tabs .tab-nav ul li:hover a:after {
    background: #016be3
}

.ecom-plateform .plateform-tabs .tab-nav ul li.active a {
    color: #016be3
}

.ecom-plateform .plateform-tabs .tab-nav ul li.active a:after {
    background: #016be3
}

.ecom-plateform .plateform-tabs .tab-nav .is-arrow {
    margin-left: 10px
}

.ecom-plateform .plateform-tabs .bcontents {
    flex-basis: 100%;
    margin: 50px 0 0
}

.ecom-plateform .plateform-tabs .bcontents .tab-contents {
    display: none;
    text-align: center
}

.ecom-plateform .plateform-tabs .bcontents .tab-contents .content-box {
    flex-basis: 100%;
    text-align: left
}

.ecom-plateform .plateform-tabs .bcontents .tab-contents .dis-flex {
    align-items: center;
    justify-content: space-between
}

.ecom-plateform .plateform-tabs .bcontents .tab-contents h3 {
    margin: 0 0 20px;
    color: #414141
}

.ecom-plateform .plateform-tabs .bcontents .tab-contents p {
    margin: 0 0 15px
}

.ecom-plateform .plateform-tabs .bcontents .tab-contents ul {
    margin: 0 0 20px
}

.ecom-plateform .plateform-tabs .bcontents .tab-contents ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative
}

.ecom-plateform .plateform-tabs .bcontents .tab-contents ul li:before {
    content: "";
    background: url() no-repeat center;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 4px
}

.ecom-plateform .plateform-tabs .bcontents .tab-contents .tab-row {
    align-items: flex-start;
    gap: 40px
}

.ecom-plateform .plateform-tabs .bcontents .tab-contents .tab-row .tab-column {
    flex-basis: 30%
}

.ecom-plateform .plateform-tabs .bcontents .tab-contents .tab-row .column {
    flex-basis: 100%;
    margin: 40px 0 0;
    text-align: left;
    min-height: 108px
}

.ecom-plateform .plateform-tabs .bcontents .tab-contents .tab-row .column h4 {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #e2e2e2
}

.ecom-plateform .plateform-tabs .bcontents .tab-contents .tab-row .column h4 img {
    vertical-align: middle;
    margin-right: 10px
}

.ecom-plateform .plateform-tabs .bcontents .tab-contents.active {
    display: block
}

@media (max-width: 1440px) {
    .ecom-plateform {
        background:#fff
    }

    .ecom-plateform .plateform-tabs .tab-nav ul li {
        margin: 0 20px 0 0
    }

    .ecom-plateform .plateform-tabs .tab-nav ul li a {
        font-size: 18px
    }

    .e_sol .ecom-tabs .tab-nav .tab-scroll .tablist a {
        font-size: 17px
    }
}

@media (max-width: 1024px) {
    .ecom-plateform {
        background:#fff
    }

    .ecom-plateform .plateform-tabs .tab-nav ul li {
        margin: 0 15px 0 0
    }

    .ecom-plateform .plateform-tabs .tab-nav ul li a {
        font-size: 16px
    }
}

@media (max-width: 979px) {
    .e_sol .glider-prev {
        left:100%
    }

    .e_sol .glider-next {
        right: -75px
    }
}

@media (max-width: 767px) {
    .e_sol {
        background:#fff!important
    }

    .e_sol .ecom-tabs .tab-nav {
        list-style-type: none;
        flex-basis: 100%;
        width: 100%;
        position: relative
    }

    .e_sol .ecom-tabs .tab-nav .tabs-slider {
        position: relative
    }

    .e_sol .ecom-tabs .tab-nav .tab-scroll {
        margin: 0 0 20px
    }

    .e_sol .ecom-tabs .tab-nav .tab-scroll .tablist a {
        font-size: 16px;
        line-height: 26px;
        padding: 0 5px 12px;
        text-align: center
    }

    .e_sol .ecom-tabs .tab-nav .is-arrow {
        margin-left: 10px
    }

    .e_sol .ecom-tabs .bcontents .tab-contents .dis-flex .content-box {
        flex-basis: 100%
    }

    .e_sol .ecom-tabs .bcontents .tab-contents .dis-flex .content-box h3 {
        margin: 0 0 10px
    }

    .e_sol .ecom-tabs .bcontents .tab-contents .dis-flex .content-box p {
        margin: 0 0 15px
    }

    .e_sol .ecom-tabs .bcontents .tab-contents .dis-flex .content-box ul {
        margin: 0 0 15px
    }

    .e_sol .ecom-tabs .bcontents .tab-contents .dis-flex .image-box {
        flex-basis: 100%
    }

    .e_sol .ecom-tabs .glider-dots {
        display: none
    }

    .e_sol .glider-prev {
        background-size: 100%;
        width: 25px;
        height: 25px;
        left: 95%;
        top: 20px
    }

    .e_sol .glider-next {
        right: -44px;
        background-size: 100%;
        width: 25px;
        height: 25px;
        top: 20px
    }

    .ecom-plateform .plateform-tabs .tab-nav {
        overflow: hidden
    }

    .ecom-plateform .plateform-tabs .tab-nav ul {
        display: flex;
        overflow-x: scroll;
        flex-wrap: nowrap;
        width: 100%
    }

    .ecom-plateform .plateform-tabs .tab-nav ul li {
        margin: 0 5px 5px 0;
        display: block ruby
    }

    .ecom-plateform .plateform-tabs .tab-nav ul li a {
        font-size: 16px;
        padding: 0 5px 5px
    }

    .ecom-plateform .plateform-tabs .bcontents {
        margin: 20px 0 0
    }

    .ecom-plateform .plateform-tabs .bcontents .tab-contents h3 {
        margin: 0 0 15px
    }

    .ecom-plateform .plateform-tabs .bcontents .tab-contents p {
        margin: 0 0 10px
    }

    .ecom-plateform .plateform-tabs .bcontents .tab-contents ul {
        margin: 0 0 10px
    }

    .ecom-plateform .plateform-tabs .bcontents .tab-contents .know-more-link {
        margin: 20px 0 0
    }

    .ecom-plateform .plateform-tabs .bcontents .tab-contents .tab-row {
        gap: 0
    }

    .ecom-plateform .plateform-tabs .bcontents .tab-contents .tab-row .tab-column {
        flex-basis: 100%
    }

    .ecom-plateform .plateform-tabs .bcontents .tab-contents .tab-row .column {
        margin: 30px 0 0;
        min-height: initial
    }

    .ecom-plateform .plateform-tabs .bcontents .tab-contents .tab-row .column h4 {
        padding: 0 0 10px;
        margin: 0 0 10px
    }

    .ecom-plateform .plateform-tabs .bcontents .tab-contents .tab-row .column h4 img {
        margin-right: 8px
    }
}

.develop-section .dev-cards {
    --cards-text-color: #fff;
    --animation-speed-normal: .3s;
    --animation-speed-fast: .25s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    width: 100%
}

.develop-section .dev-cards .card {
    flex-basis: 197px;
    position: relative;
    height: 350px;
    z-index: 1;
    transition: all var(--animation-speed-normal) ease-in-out;
    cursor: pointer
}

.develop-section .dev-cards .card img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    border-radius: 10px
}

.develop-section .dev-cards .card .card-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    padding: 30px;
    opacity: 0;
    transition: all var(--animation-speed-normal) ease-in-out
}

.develop-section .dev-cards .card .card-info h3 {
    color: #fff;
    margin: 0 0 10px
}

.develop-section .dev-cards .card .card-info p {
    color: #fff
}

.develop-section .dev-cards .card .card-info p:nth-of-type(1) {
    margin: 0
}

.develop-section .dev-cards .card .card-heading {
    position: absolute;
    left: 0;
    bottom: -60px;
    color: rgba(65,65,65,.6);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3
}

.develop-section .dev-cards .card[active] {
    flex-basis: 560px;
    height: 350px
}

.develop-section .dev-cards .card[active] .card-info {
    opacity: 1
}

.develop-section .dev-cards .card[active] .card-heading {
    color: #414141
}

.develop-section .dev-cards .card.active {
    flex-basis: 560px;
    height: 350px
}

.develop-section .dev-cards .card.active .card-info {
    opacity: 1
}

.develop-section .dev-cards .card.active .card-heading {
    color: #414141
}

@media screen and (max-width: 767px) {
    .develop-section {
        padding-bottom:80px
    }

    .develop-section .dev-cards {
        flex-wrap: wrap;
        gap: 50px
    }

    .develop-section .dev-cards .card {
        flex-basis: 100%;
        height: 100px
    }

    .develop-section .dev-cards .card .card-info {
        padding: 20px
    }

    .develop-section .dev-cards .card .card-heading {
        bottom: -35px;
        font-size: 18px
    }

    .develop-section .dev-cards .card[active] {
        flex-basis: 100%;
        height: 300px
    }

    .develop-section .dev-cards .card[active] .card-info {
        opacity: 1
    }
}

.slider-logo {
    padding-bottom: 0
}

.banner-section {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    position: relative;
    display: flex;
    display: -webkit-flex;
    background-repeat: no-repeat;
    min-height: 100vh
}

.banner-section:after {
    width: 100%;
    height: 100%;
    opacity: .9;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, #5f18a6 21.77%, #5f18a6);
}

.banner-section .banner-wrap {
    position: relative;
    z-index: 9
}

.banner-section .banner-wrap .left-sec {
    flex-basis: 60%;
    margin-top:100px;
}

.banner-section .banner-wrap .left-sec .breadcrumbs {
    position: initial;
    font-weight: 400;
    margin: 0 0 30px
}

.banner-section .banner-wrap .left-sec .banner-content h1 {
    font-size: 60px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 30px
}

.banner-section .banner-wrap .left-sec .banner-content p {
    color: #fff;
    font-size: 18px;
    margin: 0 0 15px;
    line-height: 29px
}

.banner-section .banner-wrap .left-sec .rqst-btn .white-btn {
    background: #016be3;
    color: #fff;
    border-color: #016be3
}

.banner-section .banner-wrap .left-sec .rqst-btn .white-btn:hover {
    background: #fff;
    color: #016be3;
    border-color: #fff
}

.banner-section .banner-wrap .right-sec {
    flex-basis: 31%;
    width: 31%;
    padding: 70px 0 0;
    position: relative
}

.banner-section .banner-wrap .right-sec .hero-card {
    width: 100%;
    background: #fff;
    border-radius: 15px
}

.banner-section .banner-wrap .right-sec .hero-card .video-sec {
    padding: 30px
}

.banner-section .banner-wrap .right-sec .hero-card .video-sec .clb {
    display: flex;
    align-items: center;
    color: rgba(19,30,41,.4);
    font-weight: 500;
    margin: 20px 0 0
}

.banner-section .banner-wrap .right-sec .hero-card .ratings {
    display: flex;
    flex-direction: column;
    border-radius: 0 0 15px 15px;
    padding: 15px 0;
    background: #fcf6e9;
    align-items: center;
    gap: 10px
}

.banner-section .banner-wrap .right-sec .hero-card .ratings .rating {
    display: flex;
    align-items: center
}

.banner-section .banner-wrap .right-sec .hero-card .ratings .rating img {
    margin-right: 10px
}

.banner-section .banner-wrap .right-sec .hero-card .ratings .rating span {
    color: rgba(19,30,41,.8);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.banner-section .banner-wrap .right-sec .badges {
    margin: 60px 0 0
}

.banner-section .glider-dots {
    position: absolute;
    bottom: 84px;
    right: 0;
    left: 0
}

.banner-section .glider-dots .glider-dot {
    border: 2px solid rgba(255,255,255,.26);
    background: transparent
}

.banner-section .glider-dots .glider-dot.active {
    background: #fff
}

.our-services-section {
    counter-reset: section
}

.our-services-section .threebox .flex-2 {
    padding: 0 10px;
    margin-top: 20px
}

.our-services-section .threebox .flex-2.has-anchor {
    transition: all 0.3s ease-in-out;
    display: block
}

.our-services-section .threebox .flex-2.has-anchor:hover .box-3 {
    border: 1px solid #016be3;
    box-shadow: 0 16px 40px rgba(176,202,228,.2);
    border-radius: 5px
}

.our-services-section .threebox .flex-3 {
    padding-right: 10px;
    margin-top: 20px;
    padding-left: 10px
}

.our-services-section .threebox .flex-3.has-anchor {
    transition: all 0.3s ease-in-out;
    display: block
}

.our-services-section .threebox .flex-3.has-anchor:hover .box-3 {
    border: 1px solid #016be3;
    box-shadow: 0 16px 40px rgba(176,202,228,.2);
    border-radius: 5px
}

.our-services-section .threebox .box-3 {
    height: 100%;
    border: 1px solid rgba(212,224,237,.7);
    border-radius: 5px;
    padding: 30px;
    transition: all 0.3s ease-in-out
}

.our-services-section .threebox .box-3 p {
    margin: 0 0 20px
}

.our-services-section .threebox .box-3 h3 {
    margin: 0 0 20px
}

.our-services-section .threebox .box-3 h3 a {
    color: #414141
}

.our-services-section .threebox .box-3 ul {
    margin: 0 0 20px
}

.our-services-section .threebox .box-3 ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative
}

.our-services-section .threebox .box-3 ul li:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #016be3;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 8px
}

.our-services-section .twobox .img-box {
    flex-basis: 35%
}

.our-services-section .twobox .content-box {
    flex-basis: 60%
}

.our-services-section .know-more-link a {
    color: #016be3;
    display: block;
    font-size: 16px;
    line-height: 19px
}

.our-services-section .know-more-link a::after {
    content: "";
    background: url() top center no-repeat;
    position: relative;
    width: 15px;
    height: 11px;
    background-size: 100%;
    top: 0;
    left: 6px;
    display: inline-block;
    transition: all 0.3s ease-in-out
}

.our-services-section .know-more-link a:hover::after {
    left: 14px
}

.glider.draggable .glider-slide img.ytcover {
    pointer-events: inherit
}

.ytcover {
    z-index: 999
}

.yt-player {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9
}

.our-e-commerce-sol .flex-2 {
    padding: 0 10px;
    margin: 20px 0 0
}

.our-e-commerce-sol .flex-2 .box-3 {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.our-e-commerce-sol .flex-2 .box-3 .img-sec {
    flex-basis: 35%
}

.our-e-commerce-sol .flex-2 .box-3 .img-sec img {
    display: block
}

.our-e-commerce-sol .flex-2 .box-3 .cont-sec {
    flex-basis: 60%
}

.our-e-commerce-sol .flex-2 .box-3 .cont-sec h3,.our-e-commerce-sol .flex-2 .box-3 .cont-sec p {
    margin: 0 0 20px
}

.our-e-commerce-sol .flex-2 .box-3 .cont-sec ul li {
    line-height: 22px;
    margin-bottom: 10px;
    opacity: .9;
    padding-left: 20px;
    position: relative
}

.our-e-commerce-sol .flex-2 .box-3 .cont-sec ul li:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #016be3;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 5px
}

.develop-section {
    margin-bottom: 40px
}

@media only screen and (max-width: 1600px) {
    .banner-section .glider-dots {
        bottom:75px
    }

    .banner-section .service-bottom-section {
        margin-top: 50px
    }
}

@media only screen and (max-width: 1320px) {
    .banner-section {
        min-height:600px
    }

    .banner-section .banner-wrap .right-sec {
        flex-basis: 33%;
        width: 33%
    }

    .banner-section .banner-wrap .right-sec .hero-card .video-sec {
        padding: 20px
    }

    .banner-section .banner-wrap .right-sec .hero-card .video-sec h3 {
        font-size: 18px
    }

    .banner-section .banner-wrap .right-sec .hero-card .video-sec .clb {
        font-size: 16px
    }
}

@media only screen and (max-width: 1024px) {
    .our-e-commerce-sol .flex-2 {
        flex-basis:100%
    }
}

@media only screen and (max-width: 1366px) {
    .banner-section .banner-wrap .left-sec .breadcrumbs {
        margin:0 0 20px
    }

    .banner-section .banner-wrap .left-sec .banner-content h1 {
        font-size: 50px
    }

    .banner-section .banner-wrap .left-sec .banner-content p {
        font-size: 16px;
        line-height: 26px
    }
}

@media screen and (max-width: 991px) {
    .banner-section {
        width:100%;
        min-height: initial;
        background-size: 0;
        background-color: #05247e;
        padding-top: 130px
    }

    .banner-section .banner-wrap .left-sec {
        flex-basis: 100%;
        text-align: center
    }

    .banner-section .banner-wrap .left-sec .breadcrumbs {
        margin: 0 0 20px;
        text-align: center
    }

    .banner-section .banner-wrap .left-sec .banner-content h1 {
        font-size: 45px;
        line-height: 55px;
        margin: 0 0 20px
    }

    .banner-section .banner-wrap .left-sec .banner-content p {
        font-size: 16px;
        margin: 0 0 15px;
        line-height: 29px
    }

    .banner-section .banner-wrap .right-sec {
        flex-basis: 100%;
        width: 100%;
        padding: 50px 0 0
    }

    .banner-section .banner-wrap .right-sec .hero-card {
        width: 100%;
        background: #fff;
        border-radius: 15px
    }

    .banner-section .banner-wrap .right-sec .hero-card .video-sec {
        padding: 20px
    }

    .banner-section .banner-wrap .right-sec .hero-card .ratings {
        display: flex;
        flex-direction: column;
        border-radius: 0 0 15px 15px;
        padding: 15px 0;
        background: #fcf6e9;
        align-items: center;
        gap: 10px
    }

    .banner-section .banner-wrap .right-sec .hero-card .ratings .rating {
        display: flex;
        align-items: center
    }

    .banner-section .banner-wrap .right-sec .hero-card .ratings .rating img {
        margin-right: 10px
    }

    .banner-section .banner-wrap .right-sec .hero-card .ratings .rating span {
        color: rgba(19,30,41,.8);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%
    }

    .banner-section .banner-wrap .right-sec .badges {
        margin: 60px 0 0
    }

    .banner-section .service-bottom-section {
        margin-top: 35px
    }

    .banner-section .service-bottom-section .rqst-btn {
        margin: 0 auto
    }

    .our-services-section .threebox .box-3 {
        padding: 20px
    }

    .our-services-section .threebox .box-3 p {
        margin: 0 0 15px
    }

    .our-services-section .threebox .box-3 h3 {
        margin: 0 0 15px
    }

    .our-services-section .threebox .box-3 ul {
        margin: 0 0 15px
    }

    .our-services-section .threebox .box-3 ul li {
        margin-bottom: 10px;
        padding-left: 20px;
        position: relative
    }

    .our-services-section .threebox .box-3 ul li:before {
        content: "";
        width: 9px;
        height: 9px;
        background: #016be3;
        position: absolute;
        left: 0;
        border-radius: 50%;
        top: 8px
    }

    .our-services-section .twobox .img-box {
        flex-basis: 100%
    }

    .our-services-section .twobox .content-box {
        flex-basis: 100%
    }
}

@media screen and (max-width: 767px) {
    .banner-section .banner-wrap .left-sec .banner-content h1 {
        font-size:35px;
        line-height: 45px
    }

    .our-e-commerce-sol .flex-2 .box-3 .img-sec {
        flex-basis: 100%
    }

    .our-e-commerce-sol .flex-2 .box-3 .img-sec img {
        border-radius: 5px;
        width: 100%
    }

    .our-e-commerce-sol .flex-2 .box-3 .cont-sec {
        padding: 20px;
        flex-basis: 100%
    }

    .our-e-commerce-sol .flex-2 .box-3 .cont-sec h3,.our-e-commerce-sol .flex-2 .box-3 .cont-sec p {
        margin: 0 0 15px
    }
}

@media screen and (max-width: 479px) {
    .banner-section {
        background-size:0;
        background-color: #04237f
    }

    .banner-section .banner-wrap .left-sec .breadcrumbs {
        margin: 0 0 20px
    }

    .banner-section .banner-wrap .left-sec .badges {
        margin: 0 0 20px
    }

    .banner-section .banner-wrap .left-sec .banner-content h1 {
        margin: 0 0 20px
    }

    .banner-section .banner-wrap .left-sec .banner-form {
        flex-wrap: wrap
    }

    .banner-section .banner-wrap .left-sec .banner-form .input-field {
        flex-basis: 100%;
        padding: 0 20px;
        height: 50px
    }

    .banner-section .banner-wrap .left-sec .banner-form .submit-btn {
        flex-basis: 100%;
        height: 50px;
        font-size: 16px;
        line-height: 22px;
        padding: 0 20px;
        margin: 15px 0 0
    }

    .banner-section .banner-wrap .right-sec .flip-section {
        gap: 5px
    }

    .banner-section .banner-wrap .right-sec .flip-card {
        width: 160px;
        height: 160px
    }

    .banner-section .banner-wrap .right-sec .flip-card.flip-card-two {
        width: 180px;
        height: 180px
    }

    .banner-section .banner-wrap .right-sec .flip-card .flip-card-back .title {
        margin: 0 0 10px;
        padding-top: 15px;
        line-height: 1.3
    }

    .banner-section .banner-wrap .right-sec .flip-round .value {
        font-size: 30px
    }

    .banner-section .banner-wrap .right-sec .flip-round .desc {
        font-size: 10px;
        line-height: 12px
    }
}
