/* Loader Css Started */
.loder {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #012057;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-content: center;
    transition: 0.4s ease all;
    overflow: hidden;
}

    .loder .blog {
        width: 420px;
        height: 426px;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        -o-transform: scale(0.4);
        -moz-transform: scale(0.4);
        overflow: hidden;
    }

        .loder .blog.done {
            overflow: visible
        }

        .loder .blog svg {
            position: absolute;
            transition: 0.4s linear all;
        }

        .loder .blog .lam1 {
            left: 0;
            top: 0;
            transform: translate3d(-150px, -220px, 0px);
        }

        .loder .blog.active .lam1 {
            transform: translate3d(0px, 5.5px, 0);
        }

        .loder .blog .lam2 {
            left: 0;
            bottom: 0;
            transform: translate3d(-150px, 220px, 0px)
        }

        .loder .blog.active .lam2 {
            transform: translate3d(-1px, -1.2px, 0px)
        }

        .loder .blog .left {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            transition: 0.4s linear all;
            transition-delay: 1.4s;
            z-index: 99;
        }

        .loder .blog .lam3 {
            right: 0;
            top: 0;
            transition-delay: 1s;
            transform: translate(-700%, 500%);
            -webkit-transform: translate(-700%, 500%);
            -o-transform: translate(-700%, 500%);
            -moz-transform: translate(-700%, 500%);
            transition: 0.8s all ease;
            -webkit-transition: 0.8s all ease;
            -o-transition: 0.8s all ease;
            -moz-transition: 0.8s all ease;
        }

        .loder .blog.active .lam3 {
            transform: translate(0%, 0%);
        }

        .loder .blog .col3 {
            position: absolute;
            width: 50%;
            height: 50%;
            right: 0%;
            top: 0;
            overflow: hidden;
            transition: 0.4s linear all;
            transition-delay: 0.5s;
            z-index: 9;
        }

        .loder .blog.active .col3 {
            transform: translate(0%, 0%);
        }

        .loder .blog .lam4 {
            right: 0;
            top: 40px;
            transition-delay: 0.5s;
            transform: translate(-700%, -500%);
            -webkit-transform: translate(-700%, -500%);
            -o-transform: translate(-700%, -500%);
            -moz-transform: translate(-700%, -500%);
            transition: 0.8s all ease;
            -webkit-transition: 0.8s all ease;
            -o-transition: 0.8s all ease;
            -moz-transition: 0.8s all ease;
        }

        .loder .blog.active .lam4 {
            transform: translate(0%, 0%);
        }

        .loder .blog .col4 {
            position: absolute;
            width: 50%;
            height: 50%;
            right: 00%;
            top: 50%;
            overflow: hidden;
            transition: 0.4s linear all;
            transition-delay: 0.5s;
            z-index: 9;
        }

    .loder .opacity-class {
        opacity: 0;
    }

/* .loder .blog .lam2:before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 1px;border-color: rgb(0, 153, 255);} */
body .loder .blog .lam1.no_move,
body .loder .blog .lam2.no_move,
body .loder .blog .lam3.no_move,
body .loder .blog .lam4.no_move {
    z-index: -1;
}

body .loder .blog .lam2.no_move {
    bottom: 4px;
    left: -3px;
}

.loder .blog .lam2 {
    left: 0;
    bottom: 0;
    transform: translate3d(-300%, 500%, 0px);
}

.loder .blog .lam1 {
    left: 0;
    top: 0;
    transform: translate3d(-300%, -500%, 0px);
}

body .loder .blog.done svg.no_move {
    opacity: 0;
}

.loder .blog .col3.blur-move {
    transform: translate(700%, -500%);
    -webkit-transform: translate(700%, -500%);
    -o-transform: translate(700%, -500%);
    -moz-transform: translate(700%, -500%);
}

.loder .blog .col4.blur-move {
    transform: translate(700%, 500%);
    -webkit-transform: translate(700%, 500%);
    -o-transform: translate(700%, 500%);
    -moz-transform: translate(700%, 500%);
}

.loder .blog .col3.blur-class,
.loder .blog .col4.blur-class {
    filter: blur(90%);
    -webkit-filter: blur(30px);
    -o-filter: blur(30px);
    -moz-filter: blur(30px);
}

.loder.blur-class .blog .left {
    filter: blur(90%);
    -webkit-filter: blur(30px);
    -o-filter: blur(30px);
    -moz-filter: blur(30px);
}

#sectionPin {
    background: #ffffff;
}

html {
    /*background: #101010;*/
}

.loder.move {
    left: 100%;
    transition-delay: 0.3s;
}

.loder .blog.active .left {
    transition-delay: 0s;
}

.loder.move .left {
    filter: blur(90%);
    -webkit-filter: blur(30px);
    -o-filter: blur(30px);
    -moz-filter: blur(30px);
}


@media only screen and (max-width:1680px) {
    .loder .blog {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        -o-transform: scale(0.3);
        -moz-transform: scale(0.3);
    }
}

/* General sections Css started */
body {
    overflow-x: hidden;
}

.custom_head_3 {
    background-color: #fff;
    padding-bottom: 250px;
}

.bg_arrow {
    min-height: 100%;
    width: 70%;
    margin: 0 auto;
    display: block;
}

.why-choose-us {
    /*padding-top: 150px;*/
}

    .why-choose-us h2 {
        z-index: 9;
        position: relative;
    }

.bgimg-4 {
    background-attachment: initial;
    //height: 100vh;
    position: relative;
    background-size: 100%;
}

.trust-partners {
    position: relative;
}

.partners-logo-section {
    position: relative;
    z-index: 2;
}

/* General sections Css Ended */

.custom_head_3 {
    background-color: #fff;
    padding-bottom: 250px;
}

.bg_arrow {
    min-height: 100%;
    width: 70%;
    margin: 0 auto;
    display: block;
}

.bgimg-4 {
    background-attachment: initial;
    background-image: url(../images/bg.jpg);
}

/* Banner Anim css Started */
/*
    .banner_wrap {
    position: relative;
    height: 100vh;
    background-color: #1F2022;
}

.panel {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.banner-blue {
    opacity: 0;
    visibility: hidden;
    transition: 2s ease all;
}
    .banner-blue.is-active {
        opacity: 1;
        visibility: visible;
    }

.video-section {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .video-section video {
        width: 100%;
        height: auto;
    }

    .video-section:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(0,0,0,0.45);
        z-index: 9;
    }

.banner-blue .hero_text {
    transform: translateX(-20%);
    opacity: 0;
    transition: 1.5s ease all;
}

.banner-blue.is-active .hero_text {
    transform: translateX(0%);
    opacity: 1;
}
.banner-orange {
    background-image: url('../images/bg_last.png');
}

.banner-purple {
    background-image: url('../images/fynxt_banner.jpg');
}

.panel .hero_text {
    width: 43%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 35%;
    z-index: 9;
}

    .panel .hero_text h1, h2, h6 {
        color: #fff;
    }

.panel:last-child .hero_text h6 {
    margin-top: 130px;
}
*/
/* Banner Anim css Ended */
/* Skew Anim started */
.rectangle,
.rectangle--1,
.rectangle--2,
.rectangle--3 {
    background-color: #1f2022;
    display: block;
    position: absolute;
    transform-origin: center right;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rectangle {
    top: 8vh;
    left: -20vh;
    right: -20vh;
    height: 40vh;
    z-index: 0;
}

.rectangle--1 {
    bottom: 50vh;
    left: -20vh;
    right: -20vh;
    height: 30vh;
    z-index: 1;
}

.rectangle--2 {
    z-index: 1;
    bottom: 40vh;
    left: -20vh;
    right: -20vh;
    height: 40vh;
    background-color: #001c3a;
    z-index: 0;
}

.rectangle--3 {
    z-index: 1;
    bottom: 27vh;
    left: -20vh;
    right: -20vh;
    height: 30vh;
    z-index: 0;
}

/* Skew Anim Ended */

.slides-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
}

.slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .slide .centered {
        width: 60%;
        margin: 200px auto 0;
    }

        .slide .centered h1 {
            text-align: center;
        }

        .slide .centered p {
            text-align: center;
            margin-top: 20px;
            font-size: 20px;
        }

#slide-1 {
    background-color: #FFFFFF;
}

#slide-2 {
    background-color: #45959b;
}

#slide-3 {
    background-color: #778899;
}

#slide-4 {
    color: #FFFFFF;
    background-color: #291F37;
}

.go-prev,
.go-next {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}

/* Button Animation */

.btn_animate {
    display: inline-block;
    position: relative;
    font-size: 15px;
}

.btn_animate span:first-child {
    display: inline-block;
    padding: 13px 20px;
    border: 2px solid #1e90e1;
    color: #012462;
    position: relative;
    padding-right: 30px;
    border-radius: 5px 0px 0px 5px;
    border-right: 0;
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    -o-clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    -moz-clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
}

        .btn_animate span:first-child:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #1e90e1;
            z-index: -1;
            transform: translateX(-100%);
            -o-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -webkit-transform: translateX(-100%);
            transition: 0.4s ease all;
            -moz-transition: 0.4s ease all;
            -o-transition: 0.4s ease all;
            -webkit-transition: 0.4s ease all;
        }

    .btn_animate:hover span:first-child:after {
        transform: translateX(0%);
        -o-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
    }

    .btn_animate:hover span:first-child {
        color: #fff;
    }

    .btn_animate span:last-child {
        position: absolute;
        top: 0;
        left: calc(100% - 16px);
    }

    .btn_animate span path {
        transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
    }

    .btn_animate .one {
        fill: #1e90e1;
        transform: translate3d(-138.25px, -176.625px, 0);
        -o-transform: translate3d(-138.25px, -176.625px, 0);
        -moz-transform: translate3d(-138.25px, -176.625px, 0);
        -webkit-transform: translate3d(-138.25px, -176.625px, 0);
    }

    .btn_animate .two {
        transform: translate3d(-144px, -176px, 0px);
        -o-transform: translate3d(-144px, -176px, 0px);
        -moz-transform: translate3d(-144px, -176px, 0px);
        -webkit-transform: translate3d(-144px, -176px, 0px);
        fill: none;
        transition-delay: 0.1s
    }

    .btn_animate:hover .two {
        transform: translate3d(-133px, -176px, 0px);
        -o-transform: translate3d(-133px, -176px, 0px);
        -moz-transform: translate3d(-133px, -176px, 0px);
        -webkit-transform: translate3d(-133px, -176px, 0px);
        fill: #1496f0;
    }

    .btn_animate .three {
        fill: none;
        transform: translate3d(-144px, -176px, 0px);
        -o-transform: translate3d(-144px, -176px, 0px);
        -moz-transform: translate3d(-144px, -176px, 0px);
        -webkit-transform: translate3d(-144px, -176px, 0px);
    }

    .btn_animate:hover .three {
        fill: #1496f0;
        transform: translate3d(-127px, -176px, 0px);
        -o-transform: translate3d(-127px, -176px, 0px);
        -moz-transform: translate3d(-127px, -176px, 0px);
        -webkit-transform: translate3d(-127px, -176px, 0px);
        transition-delay: 0.1s
    }

    .btn_animate:hover path.three {
        -webkit-animation: color_anim 1s 1 0.6s;
        animation: color_anim 1s 1 0.6s;
        -o-animation: color_anim 1s 1 0.6s;
        -moz-animation: color_anim 1s 1 0.6s;
    }

    .btn_animate:hover path.two {
        -webkit-animation: color_anim 1s 1 0.4s;
        animation: color_anim 1s 1 0.4s;
        -o-animation: color_anim 1s 1 0.4s;
        -moz-animation: color_anim 1s 1 0.4s;
    }

    .btn_animate:hover path.one {
        -webkit-animation: color_anim 1s 1 0.2s;
        animation: color_anim 1s 1 0.2s;
        -o-animation: color_anim 1s 1 0.2s;
        -moz-animation: color_anim 1s 1 0.2s;
        fill: #002666;
    }

/*@keyframes color_anim{0% {fill: #1496f0;}100% {fill: #062461;}}
            -o-@keyframes color_anim{0% {fill: #1496f0;}100% {fill: #062461;}}
            -moz-@keyframes color_anim{0% {fill: #1496f0;}100% {fill: #062461;}}
            -webkit-@keyframes color_anim{0% {fill: #1496f0;}100% {fill: #062461;}}*/
/*
.btn_animate:hover path.one {
    -webkit-animation: color_anim 1s 0.2s;
    animation: color_anim 1s 0.2s;
}

@keyframes color_anim {
    0% {
        fill: #1496f0;
    }

    50% {
        fill: #062461;
    }

    100% {
        fill: #1496f0;
    }
}*/
/* Cards Anim Started*/
.card_wrapper {
    background: #000000;
    position: relative;
    /*height: calc(var(--vh, 1vh)*110);*/
}

    .card_wrapper .our_solution_head h2 {
        text-align: center;
        color: #ffffff;
        font-size: 60px;
        font-weight: 900;
        padding-top: 40px;
    }

    .card_wrapper .card-module {
        border-radius: 20px;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        top: 20%;
        left: -15%;
        right: 0;
        margin: 0 auto;
        width: 400px;
        box-shadow: 0 10px 56px -14px #002666;
        transform-origin: center center;
    }

.gatsby-image-wrapper {
    position: relative;
   
}

.card_wrapper .card-module:last-child .gatsby-image-wrapper:hover {
    cursor: auto;
    transform: scale(1)
}

.gatsby-image-wrapper:after {
    content: "";
    background-image: url(../images/bg_arrow.svg);
    position: absolute;
    top: 0;
    right: 0;
    background-size: 100%;
    height: 100%;
    width: 44%;
    opacity: 0.5;
    background-repeat: no-repeat;
}

.card_wrapper .card-module img {
    max-width: 100%;
}

.mobile_slide_wrap {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0 auto;
    max-width: 1100px
}

    .mobile_slide_wrap .left_mobile .mo_img {
        position: relative;
    }

        .mobile_slide_wrap .left_mobile .mo_img #img_white {
            max-width: 100%;
            left: 2px;
            position: absolute;
            top: 0px;
            z-index: 9
        }

        .mobile_slide_wrap .left_mobile .mo_img #img_arrow {
            max-width: 100%;
            left: 313px;
            position: absolute;
            top: 41%;
            height: 400px;
            opacity: 0
        }

    .mobile_slide_wrap .left_mobile {
        max-width: 800px;
        position: absolute;
        top: 80px;
        left: -12.7%;
    }

#img_white {
    opacity: 0;
}

.our_solution {
    position: relative;
    height: 1100px;
    max-width: 1100px;
    margin: 0 auto
}

.mobile_slide_wrap .left_mobile .mo_img img {
    max-width: 800px;
}

.detail_text_wrapper .box_text h2 {
    font-weight: bold;
    color: #002666;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 0;
    background-color: #fff;
}

    .detail_text_wrapper .box_text h2 span {
        display: inline-block;
        vertical-align: middle;
    }

.detail_text_wrapper .box_text h6 {
    color: #002666;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-bottom: 20px;
}

.detail_text_wrapper .box_text .btn {
    background: #0099ff;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    padding: 0px 20px;
    border-radius: 2px;
}

.mobile_slide_wrap .right_text {
    position: absolute;
    top: 380px;
    max-width: 320px;
    right: 10%;
    height: 100%;
    width: 100%;
}

    .mobile_slide_wrap .right_text .box_text {
        opacity: 0;
    }

.card_wrapper .card-module1,
.card_wrapper .card-module2,
.card_wrapper .card-module3,
.card_wrapper .card-module4 {
    z-index: 4;
}

.mobile_slide_wrap {
    z-index: 3;
}

.card_anim_wrap .card_text {
    position: absolute;
    color: #fff;
    padding: 8px;
    top: 50%;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    padding-top: 0%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

/* Cards Anim Ended */

.animation.hero_text h1 {
    opacity: 0;
}

.animation.hero_text .head_txt_active {
    opacity: 1;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transition-delay: 5s;
        transform: translateY(0%);
    }
}

.animation.hero_text .fade-in-text {
    opacity: 0;
    transition: 0.5s ease all
}

    .animation.hero_text .fade-in-text.head_txt_active {
        opacity: 1;
        animation: fadeIn 3s;
    }

.head_txt_active span,
.head_txt span {
    display: inline-block;
    animation: slideLeft 1.5s forwards;
    opacity: 0;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@keyframes slideLeft {
    from {
        opacity: 0;
        transform: translateX(200px);
    }

    to {
        opacity: 1;
        transform: translateX(0%);
    }
}


/* FrameCSS */
.frame {
    width: 60%;
    height: 70%;
    position: relative;
    overflow: hidden;
    border-radius: 30px 0px 00px 30px;
    border: 11px solid #002666;
    margin: auto;
    border-right: none;
}

    .frame img {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        max-width: 100%;
    }

/* Responsive Css Started */

@media screen and (max-width:1750px) {
    /*
        h1, .hero_text h1 {
        font-size: 66px;
        margin-bottom: 0;
    }

    h2, .hero_text h2 {
        font-size: 54px;
        margin-bottom: 5px;
    }
    */
}

@media screen and (max-width: 1600px) {

    .card_wrapper,
    .our_solution {
        height: 800px;
    }
}

@media screen and (max-width: 1660px) {
    .mobile_slide_wrap .left_mobile {
        left: -2%
    }

        .mobile_slide_wrap .left_mobile .mo_img img {
            height: 650px
        }

    .card_wrapper .card-module {
        top: 16%;
        left: -27%;
        width: 250px;
    }

    .mobile_slide_wrap .left_mobile .mo_img #img_arrow {
        height: 310px;
        left: 253px;
    }

    .mobile_slide_wrap .right_text {
        top: 300px
    }
}

@media screen and (max-width: 1366px) {
    .mobile_slide_wrap {
        top: -40px
    }

    .card_wrapper .our_solution_head h2 {
        font-size: 50px
    }

    .card_wrapper,
    .our_solution {
        height: 650px;
    }
}

@media screen and (max-width: 1024px) {
    .our_solution {
        max-width: 650px;
    }

    .card_wrapper .card-module {
        left: -80px;
    }

    .mobile_slide_wrap .left_mobile {
        left: 4.5%;
    }

        .mobile_slide_wrap .left_mobile .mo_img #img_arrow {
            display: none;
        }
}

@media screen and (max-width: 1599px) {
    /*
        .panel .hero_text, .banner-skyblue .hero_text {
        width: 50%;
    }

    h1, .hero_text h1 {
        font-size: 64px;
        margin-bottom: 0;
    }

    .panel:last-child .hero_text h6 {
        margin-top: 15%;
    }

    #sectionPin .pin-wrap .box_mobile, #sectionPin_2 .pin-wrap_2 .box_mobile_2 {
        width: 240px;
        min-width: 240px;
    }
    */
}

@media screen and (max-width:1360px) {
    /*
        h1, .hero_text h1 {
        font-size: 60px;
    }
    */
}

@media screen and (max-width:1280px) {
}

@media screen and (max-width:1199px) {
    .skew_rectangle {
        display: none;
    }

    /*
        h1, .hero_text h1 {
        font-size: 50px;
    }

    h2, .hero_text h2 {
        font-size: 44px;
    }
    */
}

@media screen and (max-width:1024px) {
}

@media screen and (max-width:991px) {
    /*
        .panel .hero_text, .banner-skyblue .hero_text {
        width: 80%;
        top: 42%;
    }

    .panel:last-child .hero_text h6 {
        margin-top: 8%;
    }
    */

    .testimonials {
        display: none;
    }

    .mobile_slide_wrap .left_mobile {
        left: -10.5%;
    }

    .mobile_slide_wrap .right_text {
        right: 5%;
    }
}

@media screen and (max-width:767px) {
    /*
        .panel .hero_text, .banner-skyblue .hero_text {
        width: 90%;
    }

    h1, .hero_text h1 {
        font-size: 26px;
    }

    h2, .hero_text h2 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    h6, .hero_text h6 {
        font-size: 14px;
        line-height: 1.5;
    }
    */

    .philosophie .point,
    .new_philosophie .new_point {
        flex-direction: column;
    }

    .point .slider_caption,
    .new_point .new_slider_caption {
        padding: 10px;
    }

    .frame {
        width: 100%;
        height: 100%;
        border: none;
    }

    .philosophie,
    .new_philosophie,
    .new_philosophie .new_wrapper,
    .philosophie .wrapper {
        margin-top: 80px;
    }

    .point img,
    .new_point img {
        max-width: 70%;
        height: auto;
        margin: 0 auto;
    }

    br {
        display: none;
    }

    .slider_caption h2 img,
    .new_slider_caption h2 img {
        width: 22px;
        height: auto;
        margin-left: 5px;
    }

    .frame img {
        border: 11px solid #002666;
        border-radius: 30px;
    }

    .bgimg-4,
    .banner-skyblue {
        background-size: cover;
    }

    .frame img {
        bottom: -30px;
    }

    /* CSS for card animation */
    /* CSS for card animation */
    .card_wrapper .card-module {
        width: 145px;
        left: 70px;
    }

        .card_wrapper .card-module.greyscale {
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
        }

            .card_wrapper .card-module.greyscale.mob_active {
                -webkit-filter: grayscale(0%);
                -moz-filter: grayscale(0%);
                -ms-filter: grayscale(0%);
                -o-filter: grayscale(0%);
            }

    .mobile_slide_wrap .left_mobile .mo_img img {
        max-height: 430px;
        max-width: 100%;
    }

    .mobile_slide_wrap .left_mobile {
        left: -13%;
        top: 130px;
    }

    .mobile_slide_wrap .right_text {
        top: 550px;
    }

    .detail_text_wrapper .box_text h2 {
        font-size: 17px
    }

    .detail_text_wrapper .box_text h6 {
        font-size: 14px
    }

    .our_solution {
        top: -30px
    }

    .mobile_slide_wrap {
        top: -61px
    }

        .mobile_slide_wrap .left_mobile .mo_img #img_white {
            left: 0;
            top: 0
        }

    .our_solution,
    .mobile_slide_wrap {
        max-width: 360px;
    }

    .card_wrapper .our_solution_head h2 {
        font-size: 40px
    }

    .mobile_slide_wrap .left_mobile .mo_img img {
        pointer-events: none
    }

    /*mobile new*/
    .card_wrapper .our_solution_head h2 {
        font-size: 28px;
        padding-top: 20px;
    }

    .our_solution {
        top: -80px;
    }

    .mobile_slide_wrap .left_mobile {
        left: -39px;
        top: 90px;
    }

    .mobile_slide_wrap .right_text {
        top: 480px;
    }

    .mobile_slide_wrap .left_mobile .mo_img img {
        max-height: 390px;
        width: 500px;
    }

    .card_wrapper .card-module {
        width: 160px;
        left: 35%;
    }

    .card_wrapper {
        overflow: hidden;
    }
}

@media screen and (max-width:360px) {

    .our_solution,
    .mobile_slide_wrap {
        max-width: 320px;
    }

    .card_wrapper .our_solution_head h2 {
        font-size: 32px
    }

    .mobile_slide_wrap .left_mobile {
        left: -22%;
        top: 110px;
    }

    .mobile_slide_wrap .right_text {
        left: 0;
        margin: 0 auto;
        max-width: 280px;
        right: 0
    }

    .detail_text_wrapper .box_text h2 {
        font-size: 17px
    }

    .detail_text_wrapper .box_text h6 {
        font-size: 13px;
        line-height: 1.8;
    }

    /*temporary css */
    .choose_description h5 {
        font-size: 25px
    }


    /*mobile new*/
    .mobile_slide_wrap .left_mobile {
        left: -8%;
        top: 110px;
        left: -2%;
    }

        .mobile_slide_wrap .left_mobile .mo_img img {
            max-height: 340px;
        }

    .card_wrapper .card-module {
        width: 140px;
        left: 15%;
        top: 15%;
    }

    .mobile_slide_wrap .right_text {
        top: 440px;
    }

    .detail_text_wrapper .box_text h2 {
        margin-bottom: 10px;
    }

    .detail_text_wrapper .box_text h6 {
        margin-bottom: 10px;
    }

    .detail_text_wrapper .box_text .btn {
        line-height: 33px;
        padding: 0px 15px;
    }
}

.card_wrapper .card-module {
    pointer-events: none;
}

    .card_wrapper .card-module .content_right {
        display: none;
    }

.mobile_slide_wrap .right_text .box_text {
    position: absolute;
    top: 0;
    left: 0
}

.detail_text_wrapper {
    opacity: 0;
}

/* Testimonials */
.gallery {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.testimonials-cards {
    position: absolute;
    width: 14rem;
    height: 18rem;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .testimonials-cards li {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 14rem;
        height: 18rem;
        text-align: center;
        line-height: 18rem;
        font-size: 2rem;
        font-family: sans-serif;
        background-color: #9d7cce;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 0.8rem;
    }

.actions {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

/* Back Button */
.btn_animate_rtl span:first-child {
    padding-left: 50px;
    padding-right: 40px;
    clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 7% 100%, 0% 50%);
    -o-clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 7% 100%, 0% 50%);
    -moz-clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 7% 100%, 0% 50%);
    -webkit-clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 7% 100%, 0% 50%);
    border-left: none;
    border-right: 2px solid #1e90e1;
    border-radius: 0px 5px 5px 0px
}

    .btn_animate_rtl span:first-child:after {
        left: auto;
        right: 0;
        transform: translateX(100%);
        -o-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }

.btn_animate_rtl:hover span:first-child:after {
    transform: translateX(0%);
    -o-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
}

.btn_animate_rtl span:last-child {
    position: absolute;
    top: 0;
    right: calc(100% - 16px);
    transform: scaleX(-1);
    left: auto;
}
/* For request button on top of ipad and mobile */
.custom-btn-animate {
    font-size: 14px;
}

.custom-btn-animate span:first-child {
    padding: 9px 15px;
    padding-right: 25px;
}

.custom-btn-animate span:last-child {
    top: -4px;
}

.mobile-svg {
    width: 32px;
}