﻿@charset "UTF-8";
/*----------------------------------------------------
@File: Default Styles
@Author: 
@URL: 

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: 
@Author:


=====================================================================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,500,700|Roboto:100,300,400,500,700&amp;display=swap");

.soft-m-footer-section .soft-m-footer-widget .soft-m-footer-support {
    font-size: 14px;
    padding-left: 60px;
}

    .soft-m-footer-section .soft-m-footer-widget .soft-m-footer-support span {
        color: #6c8493;
        display: block;
    }

    .soft-m-footer-section .soft-m-footer-widget .soft-m-footer-support a {
        color: #fff;
        font-weight: 700;
    }

    .soft-m-footer-section .soft-m-footer-widget .soft-m-footer-support:before {
        top: 10px;
        left: 25px;
        width: 2px;
        content: "";
        height: 40px;
        position: absolute;
        background-color: #fff;
    }

.soft-m-footer-contact a:after, .soft-c-btn:after,
.soft-footer-btn:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 0%;
    position: absolute;
    transition: 0.3s all ease-in-out;
    background: linear-gradient(90deg, #102465 0%, #00acf0 100%);
}

@keyframes fadeFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeFromRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeFromUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeFromUp {
    animation-name: fadeFromUp;
}

.fadeFromRight {
    animation-name: fadeFromRight;
}

.fadeFromLeft {
    animation-name: fadeFromLeft;
}

/*global area*/
/*----------------------------------------------------*/
.soft-m-home {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.625;
    font-family: "Montserrat";
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    background-color: #F3F8FD;
}

    .soft-m-home::selection {
        color: #ffffff;
        background-color: #6e3ebf;
    }

    .soft-m-home::-moz-selection {
        color: #ffffff;
        background-color: #6e3ebf;
    }

.container {
    max-width: 1200px;
}

.ul-li ul {
    margin: 0;
    padding: 0;
}

    .ul-li ul li {
        list-style: none;
        display: inline-block;
    }

.ul-li-block ul {
    margin: 0;
    padding: 0;
}

    .ul-li-block ul li {
        list-style: none;
        display: block;
    }

div#soft-m-preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #f1f2f3;
    background: #f1f2f3 url("../img/soft/pre.html") no-repeat center center;
}

[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: none;
    }

img {
    max-width: 100%;
    height: auto;
}

/*section {
  overflow: hidden;
}*/

button {
    cursor: pointer;
}

    .form-control:focus,
    button:visited,
    button.active,
    button:hover,
    button:focus,
    input:visited,
    input.active,
    input:hover,
    input:focus,
    textarea:hover,
    textarea:focus,
    a:hover,
    a:focus,
    a:visited,
    a.active,
    select,
    select:hover,
    select:focus,
    select:visited {
        outline: none;
        box-shadow: none;
        text-decoration: none;
        color: inherit;
    }

.form-control {
    box-shadow: none;
}

.pera-content p {
    margin-bottom: 0;
}

@keyframes zooming {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.05, 1.05);
    }

    100% {
        transform: scale(1, 1);
    }
}

.zooming {
    animation: zooming 18s infinite both;
}

.soft-m-headline h1,
.soft-m-headline h2,
.soft-m-headline h3,
.soft-m-headline h4,
.soft-m-headline h5,
.soft-m-headline h6 {
    margin: 0;
    font-family: "Montserrat";
}

.soft-m-section-title span {
    color: #000000;
    font-size: 50px;
    font-weight: 600;
}

.soft-m-section-title h2 {
    color: #f18a41;
    font-size: 60px;
    font-weight: 600;
    margin: 10px 0;
}

.soft-m-platform-section p {
    width: 79%;
    margin: 0 auto;
    text-align: center;
    color: #000;
    font-size: 20px;
    margin-top: 27px;
}

.soft-m-scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background: linear-gradient(-90deg, #233831 0%, #f18a41 100%);
}

    .soft-m-scrollup i {
        color: #fff;
        font-size: 20px;
    }

.relative-position {
    position: relative;
}

.banner_mockup {
    position: absolute;
    top: -40px;
    right: 13px;
    z-index: 1;
    width: 500px;
}
/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.soft-m-main-header {
    z-index: 99;
    width: 100%;
    padding: 35px 0px;
    position: relative;
}

.soft-m-sticky-menu img {
    width: 101px;
}

.soft-m-main-header .container {
    max-width: 1270px;
}

.soft-m-main-header .soft-m-logo {
    padding-right: 50px;
}

.soft-m-main-header .dropdown .dropdown-menu {
   
    z-index: 2;
    margin: 0px;
    padding: 10px 0;
    height: auto;
    width: 200px;
    border: none;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    border-bottom: 0px solid #003378;
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}
.dropdown-menu > .dropdown-submenu > a:after {
   content:none
}

.dropdown-submenu .dropdown-item {
    position:relative;
    display:flex!important;
        align-items: center;
}

.dropdown-submenu .dropdown-item i {
       position: absolute;
    right: 21px;
    font-size: 11px;
    top: 9px;
    transform: rotate(90deg);
       color: #f18a41;
}
.dropdown-submenu .dropdown-item:hover i {
    transform: rotate(0deg);
}

.dropdown-submenu .dropdown-menu .dropdown-item i {
    position: initial;
    font-size: 18px;
    transform: rotate(0);
    margin-right: 10px;
        color: #f18a41;
}

.soft-m-main-header .soft-m-header-btn {
    color: #fff;
    height: 44px;
    width: 161px;
    line-height: 39px;
    /*margin-left: 60px;*/
    border-radius: 40px;
    border: 2px solid #233831;
    transition: 0.3s all ease-in-out;
    background: #233831;
}

    .soft-m-main-header .soft-m-header-btn a {
        width: 100%;
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
    }

    .soft-m-main-header .soft-m-header-btn:hover {
        color: #fff;
        /*border: 2px solid #000;
        background-color: #000;*/
    }

.soft-m-main-header .soft-m-side-bar-toggle {
    z-index: 1;
    width: 50px;
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    margin-left: 15px;
    background-color: #102465;
}

    .soft-m-main-header .soft-m-side-bar-toggle i {
        color: #fff;
        font-size: 25px;
    }

.soft-m-sticky-menu {
    top: 0px;
    position: sticky;
    padding: 10px 0px;
    animation-duration: 0.7s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-timing-function: ease;
    transition: 0.3s all ease-in-out;
    background: linear-gradient(-90deg, #fefefe 0%, #ffffff 100%);
}

    .soft-m-sticky-menu .soft-m-side-bar-toggle {
        display: none;
    }

    .soft-m-sticky-menu .soft-m-logo,
    .soft-m-sticky-menu .soft-m-language {
        margin-top: 5px;
    }

.sm-side_inner_content {
    top: 0px;
    bottom: 0;
    right: -420px;
    height: 110vh;
    z-index: 101;
    position: fixed;
    width: 400px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 50px 50px;
    box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
    transition: all 0.5s;
}

    .sm-side_inner_content p {
        text-align: left;
    }

    .sm-side_inner_content .side_inner_logo {
        margin: 30px 0px;
    }

    .sm-side_inner_content .side_contact {
        margin-bottom: 30px;
    }

        .sm-side_inner_content .side_contact .social_widget {
            margin-bottom: 40px;
        }

            .sm-side_inner_content .side_contact .social_widget h3 {
                font-size: 20px;
                font-weight: 600;
                padding: 10px 0px 10px 0px;
            }

            .sm-side_inner_content .side_contact .social_widget li {
                color: #fff;
                width: 30px;
                height: 30px;
                margin: 0px 3px;
                line-height: 30px;
                text-align: center;
                border-radius: 4px;
                background-color: #6c8493;
            }

                .sm-side_inner_content .side_contact .social_widget li i {
                    font-size: 14px;
                }

        .sm-side_inner_content .side_contact .soft-m-sidebar-gallary {
            margin-bottom: 25px;
        }

            .sm-side_inner_content .side_contact .soft-m-sidebar-gallary h3 {
                font-size: 20px;
                font-weight: 600;
                padding: 10px 0px 10px 0px;
            }

            .sm-side_inner_content .side_contact .soft-m-sidebar-gallary li {
                float: left;
                margin: 5px 3px;
            }

    .sm-side_inner_content .side_copywright {
        font-size: 14px;
    }

    .sm-side_inner_content .close_btn {
        top: 30px;
        right: 20px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        line-height: 40px;
        text-align: center;
        position: absolute;
        background-color: #f5f5f5;
        transition: 0.3s all ease-in-out;
    }

        .sm-side_inner_content .close_btn i {
            font-size: 14px;
        }

        .sm-side_inner_content .close_btn:hover {
            background-color: #0257c8;
        }

            .sm-side_inner_content .close_btn:hover i {
                color: #fff;
            }

.soft-m-sidebar-inner.wide_side_on .sm-side_inner_content {
    right: -15px;
    z-index: 99;
    transition: all 0.7s;
}

.soft-m-sidebar-inner {
    display: inline-block;
}

    .soft-m-sidebar-inner .side_overlay {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        width: 100%;
        z-index: 9;
        height: 110vh;
        visibility: hidden;
        position: fixed;
        background: rgba(0, 0, 0, 0.8);
        transition: all 0.3s ease-in-out;
    }

.body_overlay_on {
    overflow: hidden;
}

.soft-m-sidebar-inner.wide_side_on .side_overlay {
    opacity: 1;
    visibility: visible;
}

.soft-m-language {
    float: left;
    position: relative;
}

    .soft-m-language:after {
        top: 9px;
        right: 15px;
        color: #fff;
        font-size: 12px;
        content: "";
        font-weight: 900;
        position: absolute;
        font-family: "Font Awesome 5 Free";
    }

    .soft-m-language select {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        padding: 7px 28px 7px 20px;
        border-radius: 30px;
        border: 1px solid #33a5e4;
        background-color: transparent;
        -webkit-appearance: none;
    }

    .soft-m-language option {
        background-color: #102465;
    }

/*---------------------------------------------------- */
/*Banner area*/
/*----------------------------------------------------*/
.soft-m-banner-section {
    z-index: 1;
    padding: 50px 0px 200px 0;
    background: rgb(243,248,253);
    background: linear-gradient(153deg, rgba(243,248,253,1) 54%, rgba(145,162,226,1) 100%);
}
/*.soft-m-banner-section .container {
  max-width: 1390px;
}*/

.soft-m-banner-content {
    z-index: 2;
    max-width: 580px;
    position: relative;
}

    .soft-m-banner-content span {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
    }

    .soft-m-banner-content h1 {
        line-height: 48px;
        font-size: 38px;
        font-weight: 700;
        padding-top: 20px;
        color: #000000;
        text-align: center;
    }

        .soft-m-banner-content h1 label {
            color: #f18a41;
            text-align: center;
        }


.slider-text {
    color: #000;
    font-size: 14px;
    text-align: justify;
    /*width: 618px;*/
    font-weight: 300;
    margin-top: 10px;
}

.ptb-100 {
    padding-top: 30px;
    padding-bottom: 65px;
}

.about-wrap {
    position: relative;
}

.btn-outline-light {
    background: #F2F2F2!important;
    color: #000!important;
}

.soft-m-banner-subscribe-form {
    margin-top: 35px;
    display: flex;
    justify-content: center;
}

    .soft-m-banner-subscribe-form button {
        color: #fff;
        float: left;
        height: 44px;
        width: 161px;
        border: none;
        font-weight: 400;
        margin-right: 20px;
        border-radius: 30px;
        background: #233831;
        transition: 0.3s all ease-in-out;
        font-size: 15px;
        letter-spacing: .3px;
    }

    .soft-m-banner-subscribe-form .signup_button {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        float: left;
        height: 44px;
        width: 161px;
        border: none;
        font-weight: 400;
        margin-right: 20px;
        border-radius: 30px;
        background: #233831;
        transition: 0.3s all ease-in-out;
        font-size: 15px;
        letter-spacing: .3px;
    }


    .soft-m-banner-subscribe-form button:hover {
        background-color: #000;
    }

    .soft-m-banner-subscribe-form .soft-m-moto {
        padding-top: 10px;
    }

        .soft-m-banner-subscribe-form .soft-m-moto span {
            display: block;
            font-size: 14px;
            font-weight: 700;
        }

.soft-m-subs {
    margin-bottom: 15px;
}

    .soft-m-subs input {
        width: 100%;
        height: 60px;
        border: none;
        max-width: 550px;
        padding-left: 75px;
        border-radius: 40px;
        background-color: #fff;
    }

        .soft-m-subs input::placeholder {
            color: #b9bfd5;
        }

    .soft-m-subs:after {
        top: 18px;
        left: 40px;
        color: #009fe7;
        content: "";
        font-weight: 900;
        position: absolute;
        font-family: "Font Awesome 5 Free";
    }

/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/
.soft-m-feature-section {
    padding: 80px 0px 60px;
}

    .soft-m-feature-section .soft-m-feature-content {
        padding-top: 60px;
    }

.soft-m-feature-inner {
    padding-left: 40px;
    margin: 280px 34px 280px 50px;
    transition: 0.3s all ease-in-out;
    color: #334360;
}

    .soft-m-feature-inner .soft-m-inner-icon {
        left: 0;
        top: 30px;
        z-index: 1;
        position: absolute;
        transition: 0.3s all ease-in-out;
        filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.1));
    }

    .soft-m-feature-inner .soft-m-feature-icon {
        width: 85px;
        height: 95px;
        line-height: 100px;
        background-color: #fff;
        position: relative;
        z-index: 1;
        -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
        clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    }

        .soft-m-feature-inner .soft-m-feature-icon:after {
            top: 0;
            left: 0;
            z-index: -1;
            content: "";
            width: 100%;
            opacity: 0;
            height: 100%;
            position: absolute;
            transition: 0.3s all ease-in-out;
            background: linear-gradient(90deg, #102465 0%, #00acf0 100%);
        }

        .soft-m-feature-inner .soft-m-feature-icon i {
            font-size: 26px;
            transition: 0.3s all ease-in-out;
            background: linear-gradient(90deg, #102465 0%, #00acf0 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .soft-m-feature-inner .soft-m-feature-box {
        position: relative;
        border: 2px solid #f1f1f1;
        padding: 35px 35px 35px 57px;
        transition: 0.3s all ease-in-out;
        background: #fff;
    }

        .soft-m-feature-inner .soft-m-feature-box:after {
            top: 0;
            left: 0;
            bottom: 0;
            content: "";
            width: 3px;
            height: 0%;
            position: absolute;
            transition: 0.3s all ease-in-out;
            background: linear-gradient(90deg, #102465 0%, #00acf0 100%);
        }

        .soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text h3 {
            color: #102465;
            font-size: 20px;
            font-weight: 600;
            padding-bottom: 10px;
        }

            .soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text h3 span {
                color: #fff;
                font-size: 10px;
                padding: 1px 5px;
                background-color: #00a8ff;
            }

        .soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text p {
            color: #6c8493;
            padding-bottom: 10px;
        }

        .soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text .soft-f-more {
            bottom: 35px;
            font-size: 14px;
            opacity: 0;
            font-weight: 700;
            position: absolute;
            transition: 0.3s all ease-in-out;
            background: linear-gradient(90deg, #102465 0%, #00acf0 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .soft-m-feature-inner:hover {
        /*margin-bottom: 10px;*/
    }

        .soft-m-feature-inner:hover .soft-m-inner-icon {
            top: 50%;
            transform: translateY(-50%);
        }

        .soft-m-feature-inner:hover .soft-m-feature-box {
            padding: 35px 35px 35px 57px;
            box-shadow: 0px 8px 16px 0px rgba(15, 42, 107, 0.06);
        }

            .soft-m-feature-inner:hover .soft-m-feature-box:after {
                height: 100%;
            }

        .soft-m-feature-inner:hover .soft-m-feature-text .soft-f-more {
            opacity: 1;
        }

        .soft-m-feature-inner:hover .soft-m-feature-icon i {
            background: linear-gradient(90deg, #fff 0%, #fff 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .soft-m-feature-inner:hover .soft-m-feature-icon:after {
            opacity: 1;
        }

/*Feature Process area*/
/*----------------------*/
.soft-m-feature-process-section {
    padding: 100px 0px;
}

.soft-ft-process-right-text {
    padding-left: 50px;
}

.soft-ft-process-left-text {
    padding-right: 50px;
}

.soft-m-ft-process-text .soft-m-section-title {
    padding-bottom: 25px;
}

    .soft-m-ft-process-text .soft-m-section-title h2 {
        font-size: 32px;
        padding-top: 8px;
        font-weight: 700;
        color: #000;
    }

    .soft-m-ft-process-text .soft-m-section-title .soft-ft-tag {
        color: #f0995c;
        font-size: 18px;
        font-weight: 500;
        display: inline-block;
    }

    .soft-m-ft-process-text .soft-m-section-title .soft-ft-process-serial {
        top: 0;
        right: -95px;
        width: 25px;
        color: #fff;
        height: 25px;
        font-size: 12px;
        font-weight: 700;
        line-height: 25px;
        text-align: center;
        border-radius: 100%;
        display: inline-block;
        background-color: #0257c8;
    }

        .soft-m-ft-process-text .soft-m-section-title .soft-ft-process-serial:after {
            top: 14px;
            left: -58px;
            content: "";
            width: 60px;
            height: 2px;
            position: absolute;
            background-color: #0257c8;
        }

.soft-m-ft-process-text .soft-m-feature-details {
    line-height: 1.75;
}

.soft-m-ft-devider {
    margin: 40px 0px 100px;
    border-bottom: 2px solid #f3f3f3;
}

    .soft-m-ft-devider i {
        top: 30px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        position: relative;
        text-align: center;
        border-radius: 100%;
        display: inline-block;
        background-color: #fff;
        box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    }

/*---------------------------------------------------- */
/*Partner area*/
/*----------------------------------------------------*/
.soft-m-partner-section {
    padding: 40px 0px 30px;
    background-color: #CADDFF;
}

.soft-m-partner-content {
    margin-top: 20px;
}

    .soft-m-partner-content li {
        margin: 32px 35px;
    }

        .soft-m-partner-content li img {
            filter: grayscale(1);
            transition: 0.3s all ease-in-out;
        }

            .soft-m-partner-content li img:hover {
                filter: grayscale(0);
            }

.soft-m-partner-btn {
    height: 60px;
    width: 230px;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 60px;
    border-radius: 40px;
    transition: all 0.2s linear 0ms;
    background: linear-gradient(90deg, #102465 0%, #00acf0 100%);
    background-size: 300%, 1px;
}

    .soft-m-partner-btn:hover {
        background-position: 100%;
    }

    .soft-m-partner-btn a {
        color: #fff;
        width: 100%;
        display: block;
        font-size: 14px;
        font-weight: 500;
        transition: 0.3s all ease-in-out;
    }

/*---------------------------------------------------- */
/*Newslatter area*/
/*----------------------------------------------------*/
.soft-m-newslatter-section {
    z-index: 1;
}

    .soft-m-newslatter-section:after {
        left: -60px;
        bottom: -79px;
        z-index: -1;
        content: "";
        width: 120%;
        height: 170px;
        position: absolute;
        transform: rotate(3deg);
        background: linear-gradient(90deg, #0054c4 0%, #227df8 100%);
    }

.soft-m-newslatter-content {
    background: #fff;
    padding: 55px 65px;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

    .soft-m-newslatter-content:after {
        top: 0;
        right: 0;
        content: "";
        z-index: 0;
        width: 50%;
        height: 100%;
        position: absolute;
        background-image: url(../img/soft/screen/np1.html);
    }

    .soft-m-newslatter-content .soft-m-newslatter-text h3 {
        color: #102465;
        font-size: 36px;
        font-weight: 600;
    }

    .soft-m-newslatter-content .soft-m-subs {
        z-index: 1;
    }

        .soft-m-newslatter-content .soft-m-subs input {
            background-color: #fff;
            box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
        }

        .soft-m-newslatter-content .soft-m-subs button {
            top: 0;
            right: 0;
            color: #fff;
            height: 60px;
            width: 180px;
            border: none;
            font-weight: 700;
            position: absolute;
            border-radius: 40px;
            transition: all 0.2s linear 0ms;
            background: linear-gradient(90deg, #102465 0%, #00acf0 100%);
            background-size: 3 0%, 1px;
        }

            .soft-m-newslatter-content .soft-m-subs button:hover {
                background-position: 100%;
            }

/*---------------------------------------------------- */
/*Intregration area*/
/*----------------------------------------------------*/
.soft-m-intregration-section {
    padding-top: 100px;
    background: linear-gradient(90deg, #0054c4 0%, #227df8 100%);
}

    .soft-m-intregration-section .soft-m-section-title span, .soft-m-intregration-section .soft-m-section-title h2 {
        color: #fff;
    }

    .soft-m-intregration-section .soft-m-intregration-content {
        padding-top: 25px;
    }

.soft-m-intre-innerbox {
    z-index: 1;
    padding: 35px;
    position: relative;
}

    .soft-m-intre-innerbox:after {
        bottom: 65px;
        left: 0;
        z-index: -1;
        height: 0%;
        width: 100%;
        content: "";
        position: absolute;
        background-color: #fff;
        transition: 0.3s all ease-in-out;
    }

    .soft-m-intre-innerbox .soft-m-intre-img {
        margin-bottom: 35px;
    }

    .soft-m-intre-innerbox .soft-m-intre-text h3 {
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        padding-bottom: 20px;
        transition: 0.4s all ease-in-out;
    }

    .soft-m-intre-innerbox .soft-m-intre-text p {
        color: #d8d8d8;
        padding-bottom: 35px;
        transition: 0.4s all ease-in-out;
    }

    .soft-m-intre-innerbox .soft-m-intre-text .soft-in-more {
        width: 60px;
        height: 60px;
        margin: 0 auto;
        line-height: 60px;
        text-align: center;
        border-radius: 100%;
        display: inline-block;
        border: 2px solid #397dd9;
        transition: 0.3s all ease-in-out;
    }

        .soft-m-intre-innerbox .soft-m-intre-text .soft-in-more i {
            color: #fff;
        }

    .soft-m-intre-innerbox:hover:after {
        height: 60%;
    }

    .soft-m-intre-innerbox:hover .soft-m-intre-text h3 {
        color: #102465;
    }

    .soft-m-intre-innerbox:hover .soft-m-intre-text p {
        color: #6c8493;
    }

    .soft-m-intre-innerbox:hover .soft-in-more {
        border: 2px solid #004198;
        background-color: #004198;
    }

.soft-intre-bottom-img {
    position: relative;
    top: -100px;
    margin-bottom: -100px;
}

/*---------------------------------------------------- */
/*Platform area*/
/*----------------------------------------------------*/
.soft-m-platform-section {
    padding: 50px 0px;
    padding-bottom: 130px;
}

.soft-m-logo-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    line-height: 120px;
    margin-bottom: 55px;
    border-radius: 100%;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
}

    .soft-m-logo-icon:before {
        top: -16px;
        left: -15px;
        content: "";
        width: 150px;
        height: 150px;
        position: absolute;
        border-radius: 100%;
        border: 3px solid #f8f8f8;
    }

.soft-m-download-btn {
    margin-top: 30px;
}

    .soft-m-download-btn a {
        margin: 0px 2px;
    }

.soft-m-platform-screen {
    margin: 0 auto;
    max-width: 1520px;
    padding: 115px 0px 100px;
}

    .soft-m-platform-screen li img {
        box-shadow: 0px 8px 16px 0px rgba(15, 42, 107, 0.06);
    }

    .soft-m-platform-screen li:nth-child(1) {
        float: left;
    }

    .soft-m-platform-screen li:nth-child(3) {
        float: right;
    }

    .soft-m-platform-screen li:nth-child(2) {
        left: 0;
        right: 0;
        top: 75px;
        position: absolute;
    }

/*---------------------------------------------------- */
/*blog area*/
/*----------------------------------------------------*/
.soft-m-blog-section {
    padding: 30px 0px 70px;
}

.soft-m-blog-content {
    padding-top: 60px;
}

.soft-m-blog-img-text {
    transition: 0.4s all ease-in-out;
}

    .soft-m-blog-img-text .soft-m-blog-img .soft-m-blog-date {
        right: 30px;
        bottom: -40px;
        width: 80px;
        height: 80px;
        position: absolute;
        border-radius: 20px;
        background-color: #fff;
        transition: 0.4s all ease-in-out;
        box-shadow: 0px 16px 32px 0px rgba(94, 94, 94, 0.06);
    }

        .soft-m-blog-img-text .soft-m-blog-img .soft-m-blog-date a {
            line-height: 1;
            color: #102465;
            font-size: 40px;
            font-weight: 600;
            padding-top: 13px;
            display: inline-block;
            font-family: "Poppins";
            transition: 0.3s all ease-in-out;
        }

            .soft-m-blog-img-text .soft-m-blog-img .soft-m-blog-date a span {
                display: block;
                font-size: 14px;
                font-weight: 500;
                font-family: "Roboto";
            }

    .soft-m-blog-img-text .soft-m-blog-text {
        padding: 35px;
        border: 2px solid #eeeeee;
        transition: 0.3s all ease-in-out;
    }

        .soft-m-blog-img-text .soft-m-blog-text .soft-meta-cat {
            font-size: 14px;
            font-weight: 700;
            background: linear-gradient(90deg, #102465 0%, #00acf0 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .soft-m-blog-img-text .soft-m-blog-text h3 {
            color: #102465;
            font-size: 24px;
            font-weight: 600;
            padding: 8px 0px 20px;
        }

        .soft-m-blog-img-text .soft-m-blog-text .soft-b-author {
            width: 60%;
        }

            .soft-m-blog-img-text .soft-m-blog-text .soft-b-author .soft-b-author-img {
                width: 35px;
                height: 35px;
                overflow: hidden;
                margin-right: 15px;
                border-radius: 100%;
            }

            .soft-m-blog-img-text .soft-m-blog-text .soft-b-author .soft-b-author-name {
                padding-top: 8px;
            }

                .soft-m-blog-img-text .soft-m-blog-text .soft-b-author .soft-b-author-name h4 {
                    color: #102465;
                    font-size: 16px;
                    font-weight: 600;
                }

        .soft-m-blog-img-text .soft-m-blog-text .soft-b-more {
            padding-top: 8px;
        }

            .soft-m-blog-img-text .soft-m-blog-text .soft-b-more a {
                color: #aeb4c6;
                font-size: 14px;
                font-weight: 700;
            }

    .soft-m-blog-img-text:hover {
        box-shadow: 0px 16px 32px 0px rgba(94, 94, 94, 0.06);
    }

        .soft-m-blog-img-text:hover .soft-m-blog-text {
            border: 2px solid #fff;
        }

        .soft-m-blog-img-text:hover .soft-m-blog-date {
            color: #fff;
            box-shadow: 0px 16px 32px 0px rgba(25, 112, 204, 0.16);
            background-color: #0257c8;
        }

            .soft-m-blog-img-text:hover .soft-m-blog-date a {
                color: #fff;
            }

/*---------------------------------------------------- */
/*Call action area*/
/*----------------------------------------------------*/
.soft-m-call-action-section {
    padding: 100px 0px 60px;
}

    .soft-m-call-action-section:before {
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 400px;
        position: absolute;
        background-color: #f1f9fc;
    }

    .soft-m-call-action-section .soft-m-section-title h2 {
        font-size: 48px;
    }

.soft-call-icon-text {
    padding: 45px 40px;
    background-color: #fff;
    box-shadow: 0px 16px 32px 0px rgba(25, 112, 204, 0.06);
}

    .soft-call-icon-text .soft-call-icon {
        margin-bottom: 38px;
    }

        .soft-call-icon-text .soft-call-icon span {
            display: block;
            font-size: 18px;
            font-weight: 500;
            color: #0257c8;
            padding-bottom: 24px;
        }

.soft-c-btn,
.soft-footer-btn {
    height: 60px;
    width: 170px;
    color: #102465;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 60px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 2px solid #f0f0f0;
}

    .soft-c-btn i,
    .soft-footer-btn i {
        padding-right: 5px;
    }

    .soft-c-btn a,
    .soft-footer-btn a {
        width: 100%;
        display: block;
        transition: 0.3s all ease-in-out;
    }

    .soft-c-btn:hover a,
    .soft-footer-btn:hover a {
        color: #fff;
    }

    .soft-c-btn:hover:after,
    .soft-footer-btn:hover:after {
        height: 100%;
    }

/*---------------------------------------------------- */
/*Mobile Menu area*/
/*----------------------------------------------------*/
.soft-m-mobile_menu_content {
    top: 0px;
    bottom: 0;
    right: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 310px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 20px 35px 35px 35px;
    box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
    transition: all 0.5s ease-in;
}

    .soft-m-mobile_menu_content .soft-m-mobile-main-navigation {
        width: 100%;
    }

        .soft-m-mobile_menu_content .soft-m-mobile-main-navigation .navbar-nav {
            width: 100%;
        }

    .soft-m-mobile_menu_content .dropdown:after {
        display: none;
    }

    .soft-m-mobile_menu_content .navbar-nav .dropdown-menu {
        position: static !important;
        transform: none !important;
    }

    .soft-m-mobile_menu_content .soft-m-mobile-main-navigation .navbar-nav li {
        width: 100%;
        display: block;
        transition: 0.3s all ease-in-out;
    }

        .soft-m-mobile_menu_content .soft-m-mobile-main-navigation .navbar-nav li a {
            padding: 0;
            width: 100%;
            display: block;
            font-weight: 600;
            font-size: 14px;
            padding: 10px 30px 10px 0;
            text-transform: capitalize;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

    .soft-m-mobile_menu_content .m-brand-logo {
        width: 160px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

.soft-m-mobile_menu_wrap.mobile_menu_on .soft-m-mobile_menu_content {
    right: 0px;
    transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0%;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
    overflow: hidden;
}

.soft-m-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible;
}

.soft-m-mobile_menu_button {
    right: 0;
    top: -42px;
    z-index: 5;
    color: #fff;
    display: none;
    cursor: pointer;
    font-size: 30px;
    line-height: 40px;
    position: absolute;
    text-align: center;
}

.soft-m-mobile_menu .soft-m-mobile-main-navigation .navbar-nav li a:after {
    display: none;
}

.soft-m-mobile_menu .soft-m-mobile-main-navigation .dropdown > .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.soft-m-mobile_menu .soft-m-mobile_menu_content .soft-m-mobile-main-navigation .navbar-nav .dropdown-menu {
    border: none;
    display: none;
    transition: none;
    box-shadow: none;
    padding: 5px 0px;
    width: 100%;
}

    .soft-m-mobile_menu .soft-m-mobile_menu_content .soft-m-mobile-main-navigation .navbar-nav .dropdown-menu li {
        border: none;
        padding: 0 20px;
        line-height: 1;
    }

        .soft-m-mobile_menu .soft-m-mobile_menu_content .soft-m-mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
            color: #0257c8;
            background-color: transparent;
        }

.soft-m-mobile_menu .dropdown {
    position: relative;
}

    .soft-m-mobile_menu .dropdown .dropdown-btn {
        color: #9397a7;
        position: absolute;
        top: 3px;
        right: 0;
        height: 30px;
        padding: 5px 10px;
    }

        .soft-m-mobile_menu .dropdown .dropdown-btn.toggle-open {
            transform: rotate(90deg);
        }

.soft-m-mobile_menu .soft-m-mobile_menu_close {
    color: #d60606;
    cursor: pointer;
    top: 15px;
    left: 15px;
    font-size: 20px;
    position: absolute;
}

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.soft-m-footer-top-content {
    padding-bottom: 60px;
    margin-bottom: 35px;
    border-bottom: 2px solid #f1f1f1;
}

.soft-m-footer-contact span {
    color: #102465;
    font-size: 18px;
    font-weight: 700;
    margin-right: 40px;
}

.soft-m-footer-contact a {
    width: 50px;
    height: 50px;
    color: #f7f7f7;
    margin-right: 8px;
    line-height: 50px;
    text-align: center;
    z-index: 1;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    /*background-color: #f1f9fc;*/
    transition: 0.3s all ease-in-out;
}

    .soft-m-footer-contact a:after {
        height: 100%;
        transform: scale(0);
        border-radius: 100%;
    }

    .soft-m-footer-contact a:hover {
        color: #fff;
    }

        .soft-m-footer-contact a:hover:after {
            transform: scale(1);
        }

.soft-m-footer-top-menu {
    float: right;
    padding-top: 20px;
}

    .soft-m-footer-top-menu li {
        margin-left: 50px;
    }

        .soft-m-footer-top-menu li a {
            color: #102465;
            font-weight: 700;
            transition: 0.3s all ease-in-out;
        }

            .soft-m-footer-top-menu li a:hover {
                color: #0257c8;
            }

.soft-m-footer-section {
    padding-bottom: 50px;
}

    .soft-m-footer-section .soft-footer-btn {
        margin: 0;
        margin-top: 30px;
    }

        .soft-m-footer-section .soft-footer-btn a {
            color: #fff;
        }

        .soft-m-footer-section .soft-footer-btn:after {
            height: 100%;
        }

    .soft-m-footer-section .soft-m-footer-menu-widget {
        float: left;
        width: 33.33%;
    }

        .soft-m-footer-section .soft-m-footer-menu-widget .soft-m-footer-store a {
            display: block;
            margin-bottom: 5px;
        }

    .soft-m-footer-section .soft-m-footer-widget {
        color: #bdc4df;
    }

        .soft-m-footer-section .soft-m-footer-widget .widget-title {
            font-size: 18px;
            font-weight: 700;
            color: #003378;
            padding-bottom: 24px;
            margin-top: 50px;
        }

        .soft-m-footer-section .soft-m-footer-widget .soft-m-footer-support {
            color: #6c8493;
        }

            .soft-m-footer-section .soft-m-footer-widget .soft-m-footer-support:before {
                top: -2px;
                width: 1px;
                background-color: #f1f1f1;
            }

            .soft-m-footer-section .soft-m-footer-widget .soft-m-footer-support a {
                color: #003378;
            }

        .soft-m-footer-section .soft-m-footer-widget p {
            color: #000;
            max-width: 280px;
            padding-top: 18px;
        }

            /*.footer-content li a {
            color: #000;
        }*/

            .soft-m-footer-section .soft-m-footer-widget p a {
                font-weight: 700;
                color: #003378;
            }

        .soft-m-footer-section .soft-m-footer-widget .soft-m-footer-menu-widget a {
            display: block;
            margin-bottom: 18px;
            color: #000;
            transition: 0.3s all ease-in-out;
        }

            .soft-m-footer-section .soft-m-footer-widget .soft-m-footer-menu-widget a:hover {
                color: #0257c8;
            }

/*---------------------------------------------------- */
/*Dark Version Menu area*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 5200px) {
    .soft-m-newslatter-section:after {
        display: none;
    }
}

@media screen and (max-width: 2000px) {
    .soft-m-newslatter-section:after {
        display: block;
    }
}

@media screen and (max-width: 1300px) {
    .soft-m-platform-screen li:nth-child(3) {
        right: 0;
        top: 120px;
        z-index: -1;
        position: absolute;
    }
}

@media screen and (max-width: 1199px) {
    .soft-m-main-header .soft-m-main-navigation li {
        margin: 0px 15px;
    }
}

@media screen and (max-width: 1024px) {
    .soft-m-banner-content h1 {
        font-size: 75px;
    }

    .soft-m-language {
        display: none;
    }

    .soft-m-blog-img-text .soft-m-blog-text {
        padding: 35px 20px;
    }
}

@media screen and (max-width: 991px) {
    .soft-m-banner-section {
        padding: 235px 0px 160px;
    }

    .soft-m-banner-content h1 {
        font-size: 65px;
    }

    .soft-m-ft-process-img {
        margin-bottom: 50px;
    }

    .soft-ft-process-left-text {
        margin-bottom: 50px;
    }

    .soft-m-platform-screen li {
        margin-bottom: 40px;
    }

        .soft-m-platform-screen li:nth-child(2),
        .soft-m-platform-screen li:nth-child(3),
        .soft-m-platform-screen li:nth-child(1) {
            position: static;
            text-align: center;
            float: none;
        }

    .soft-ft-process-right-text {
        padding-left: 0;
    }

    .soft-m-blog-img-text {
        margin: 0 auto;
        max-width: 370px;
        margin-bottom: 40px;
    }

    .soft-m-call-action-content {
        margin-top: 30px;
    }

    .soft-m-footer-top-menu {
        float: none;
    }

        .soft-m-footer-top-menu li {
            margin-left: 0;
            margin-right: 50px;
        }

    .soft-m-footer-section .soft-m-footer-menu-widget {
        margin-top: 40px;
    }

    .soft-m-main-header .soft-m-side-bar-toggle {
        display: none;
    }

    .soft-m-main-header .soft-m-header-btn {
        width: 140px;
        margin-left: 0;
        margin-right: 55px;
    }

    .soft-m-main-header .soft-m-main-navigation {
        display: none;
    }

    .soft-m-mobile_menu_button {
        display: block;
    }

    .soft-m-newslatter-content .soft-m-newslatter-text h3 {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 570px) {
    .soft-m-footer-section .soft-m-footer-menu-widget {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .soft-m-banner-content h1, .typeJsWrapper .typeJsText {
        font-size: 25px!important;
        line-height: 40px;
    }

    .typeJsWrapper {
        padding-top: 5px;
    }

    .slider-text {
        margin-top: 5px;
    }

    .soft-m-main-header .soft-m-header-btn {
        width: 120px;
        height: 40px;
        line-height: 40px;
        margin-right: 45px;
    }

    .soft-m-main-header .soft-m-logo {
        padding-right: 20px;
    }

    .soft-m-mobile_menu_button {
        top: -38px;
    }

    .bottomMenu {
        display: none!important;
    }

    .soft-m-feature-inner {
        margin: 0!important;
        padding-left: 10px!important;
    }

    #Section3, #Section4 {
        background-image: none!important;
        background-color: #fff!important;
    }

    .soft-m-choose-us-section, .soft-m-coose-iconbox {
        margin-top: 0!important;
    }

    .navbar-collapse {
        background: rgb(255, 255, 255);
    }

    .soft-m-section-title span {
        font-size: 44px!important;
    }

    .framer-io0u2p {
        width: 100%!important;
    }

    .framer-styles-preset-3ermk9, .framer-styles-preset-3ermk9 label {
        font-size: 30px!important;
        line-height: 42px!important;
    }

    .soft-m-banner-subscribe-form button {
        height: 50px;
        width: 160px;
        line-height: 50px;
    }

    .soft-m-section-title h2 {
        font-size: 36px;
    }

    .soft-m-ft-process-text .soft-m-section-title h2 {
        font-size: 32px;
    }

    .soft-m-newslatter-content .soft-m-subs button {
        position: static;
    }

    .soft-m-newslatter-content {
        padding: 30px 15px;
    }

        .soft-m-newslatter-content .soft-m-subs button {
            width: 160px;
            height: 50px;
            line-height: 50px;
            margin-top: 10px;
        }

        .soft-m-newslatter-content .soft-m-newslatter-text h3 {
            font-size: 24px;
        }

    .soft-m-call-action-section .soft-m-section-title h2 {
        font-size: 34px;
    }

    .soft-call-icon-text {
        margin-bottom: 30px;
    }

    .soft-m-footer-contact span {
        margin-right: 20px;
        font-size: 16px;
    }

    .soft-m-footer-contact a {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .soft-m-footer-top-menu li {
        margin-right: 10px;
    }

    .soft-m-banner-section {
        padding: 122px 0px 82px;
    }

    .soft-m-sticky-menu .soft-m-mobile_menu_button {
        top: -40px;
    }

    .soft-m-feature-section {
        padding: 50px 0px 35px;
    }

    .soft-m-partner-section {
        padding: 60px 0px;
    }

    .soft-m-partner-content {
        margin-top: 0;
    }

        .soft-m-partner-content li {
            margin: 20px;
            width: 200px;
        }

    .soft-m-ft-devider {
        margin: 15px 0px 65px;
    }

    .soft-m-newslatter-section:after {
        display: none;
    }

    .soft-m-newslatter-content:after {
        width: 100%;
    }

    .soft-m-logo-icon {
        height: 100px;
        width: 100px;
    }

        .soft-m-logo-icon:before {
            top: -35px;
            left: -35px;
        }

    .soft-m-platform-section {
        padding: 80px 0px 30px;
    }

    .soft-m-platform-screen {
        padding: 50px 0px 0px;
    }

    .soft-m-blog-content {
        padding-top: 40px;
    }

    .soft-intre-bottom-img {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .soft-m-main-header .soft-m-header-btn {
        display: none;
    }

    .soft-m-banner-content h1 {
        font-size: 36px;
    }
}
/*---------------------------------------------------- */

.about-wrap .about-shape {
    background-image: url(../../assets/img/soft/screen/shape.html);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 0;
    right: 60px;
}

    .about-wrap .about-shape .text {
        text-align: center;
        margin-top: 50px;
    }

        .about-wrap .about-shape .text h3 {
            font-size: 70px;
            color: #e73c3e;
            margin-bottom: 5px;
            line-height: 1;
        }

        .about-wrap .about-shape .text span {
            color: #111111;
            font-weight: 500;
            font-family: "Rubik", sans-serif;
        }

.about-content span {
    color: #E73C3E;
}

.about-content h3 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 16px;
    color: #000;
}

.about-content strong {
    font-size: 18px;
    color: #606060;
    font-weight: 400;
}

.about-content .about-list {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 25px;
}

    .about-content .about-list li {
        list-style-type: none;
        color: #606060;
        margin-bottom: 10px;
        position: relative;
        padding-left: 30px;
    }

        .about-content .about-list li i {
            position: absolute;
            left: 0;
            top: 0;
            color: #186be3;
            font-size: 20px;
        }

.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #E73C3E;
    color: #ffffff;
    transition: 0.5s;
    border-radius: 5px;
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.home-features {
    padding: 96px 0;
}

.align-stretch {
    align-items: stretch;
}

.column {
    align-self: auto;
    flex: 1 1;
    justify-self: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.flickr-fix {
    position: relative;
    z-index: 30;
}

.index-sub-heading {
    z-index: 99;
}

.home-features .homepage-features-heading {
    padding: 170px 0;
}

.small-title {
    color: #2254be;
    font-weight: 600;
}

    .small-title.with-square {
        font-size: 13px;
        margin-bottom: 10px;
        padding-left: 16px;
        position: relative;
        text-transform: uppercase;
    }

        .small-title.with-square:before {
            background-color: #F44336;
            content: "";
            height: 10px;
            left: 0;
            position: absolute;
            top: 4px;
            width: 10px;
        }

.home-features .homepage-features-heading h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #000;
}

.button {
    background-color: #33c1f6;
    border: 1px solid #33c1f6;
    border-radius: 2px;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    min-width: 150px;
    padding: 8px 30px 8px 23.98px;
    text-align: center;
    text-decoration: none;
}

.payout-feature-heading {
    max-width: 460px;
    position: sticky;
    top: 180px;
}

.home-features .cards-container {
    top: 120px;
}

@media (max-width: 1600px) {
    .home-features .cards-container {
        top: 50px;
    }
}

@media (min-width: 768px) {
    .md\:max-w-\[400px\] {
        max-width: 400px;
    }
}

.logo-slider {
    padding: 50px 0;
}

.slider {
    height: 60px;
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

    .slider::before,
    .slider::after {
        position: absolute;
        background-image: linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        content: '';
        height: 100%;
        width: 25%;
        z-index: 2;
        pointer-events: none;
    }

    .slider::before {
        left: 0;
        top: 0;
    }

    .slider::after {
        right: 0;
        top: 0;
        transform: rotateZ(180deg);
    }

/*  IMPORTANT CODE BELOW */

.slide-track {
    width: calc(150px * 20);
    display: flex;
    animation: scroll 60s linear infinite;
    justify-content: space-between;
}

.slide-track2 {
    width: calc(150px * 15);
    display: flex;
    animation: scroll2 15s linear infinite;
    justify-content: space-between;
}

.slide {
    width: 150px;
    height: 60px;
    display: grid;
    place-items: center;
    transition: 0.5s;
    cursor: pointer;
    margin-right: 4px;
}

/*.slide:hover {
        transform: scale(0.8);
    }*/

@keyframes scroll {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(calc(-150px * 10));
    }
}

@keyframes scroll2 {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(calc(-150px * 5));
    }
}

@media screen and (max-width: 768px) {
    .slide-track {
        width: calc(80px * 20);
    }

    .slide-track2 {
        width: calc(80px * 15);
    }

    .slide {
        width: 80px;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0px);
        }

        100% {
            transform: translateX(calc(-80px * 10));
        }
    }

    @keyframes scroll2 {
        0% {
            transform: translateX(0px);
        }

        100% {
            transform: translateX(calc(-80px * 5));
        }
    }
}

.content-section {
    min-height: 2000px;
}

.sidebar-section {
    position: absolute;
    height: 100%;
    width: 100%;
}

.sidebar-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Position the items */
}

.make-me-sticky {
    position: sticky;
    top: 90px;
    padding: 0;
    background: #233831;
}



.title-section, .content-section, .sidebar-section {
    background: #fff;
}

.title-section {
    text-align: center;
    padding: 50px 15px;
    margin-bottom: 30px;
}

.content-section h2 {
    text-align: center;
    margin: 0;
    padding-top: 200px;
}

.sidebar-item {
    text-align: center;
}

.sidebar-item {
    background: #fff;
    max-width: 100%;
    margin: 0 auto;
    /*padding: 50px 0 100px;*/
    border-bottom: solid 1px #fff;
}

.soft-m-footer-section .pera-content {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 900px) {
    .banner_mockup {
        display: none;
    }

    .sidebar-item {
        display: none;
    }
}

.dropdown-item {
    display: block !important;
    width: 100%;
    padding: 0.5rem 1.5rem;
    clear: both;
        font-weight: 500!important;
        color: #424242 !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    padding-bottom: 10px !important;
}




@-webkit-keyframes L_circle_rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes L_circle_rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes L_stroke_rotate {
    0% {
        transform: rotate(0);
    }

    12.5% {
        transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
    }

    100% {
        transform: rotate(1080deg);
    }
}

@keyframes L_stroke_rotate {
    0% {
        transform: rotate(0);
    }

    12.5% {
        transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
    }

    100% {
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes L_stroke_left_grow {
    0%,100% {
        transform: rotate(-5deg);
    }

    50% {
        transform: rotate(-140deg);
    }
}

@keyframes L_stroke_left_grow {
    0%,100% {
        transform: rotate(-5deg);
    }

    50% {
        transform: rotate(-140deg);
    }
}

@-webkit-keyframes L_stroke_right_grow {
    0%,100% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(140deg);
    }
}

@keyframes L_stroke_right_grow {
    0%,100% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(140deg);
    }
}

.loader-circle {
    top: 50%;
    left: 50%;
    z-index: 1;
    color: #444;
    margin-top: -1em;
    margin-left: -1em;
    position: absolute;
    -webkit-animation: L_circle_rotate 1.568s linear infinite both;
    animation: L_circle_rotate 1.568s linear infinite both;
}

    .loader-circle .loader-stroke-left:before, .loader-circle .loader-stroke-right:before, .loader-circle:before {
        content: '';
        display: block;
        border-style: solid;
        border-width: .21429em;
        border-color: currentColor;
    }

    .loader-circle, .loader-circle .loader-stroke-left, .loader-circle .loader-stroke-left:before, .loader-circle .loader-stroke-right, .loader-circle .loader-stroke-right:before, .loader-circle:before {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        box-sizing: border-box;
    }

        .loader-circle .loader-stroke-left:before, .loader-circle .loader-stroke-right {
            position: absolute;
            clip: rect(0 2em 2em 1em);
        }

            .loader-circle .loader-stroke-left, .loader-circle .loader-stroke-right:before {
                position: absolute;
                clip: rect(0 1em 2em 0);
            }

        .loader-circle:before {
            position: absolute;
            clip: rect(0 1.05em 1em .95em);
        }

        .loader-circle .loader-stroke-left, .loader-circle .loader-stroke-right, .loader-circle:before {
            -webkit-animation: L_stroke_rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both;
            animation: L_stroke_rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both;
        }

            .loader-circle .loader-stroke-right:before {
                -webkit-animation: L_stroke_right_grow 1333ms cubic-bezier(.4,0,.2,1) infinite both;
                animation: L_stroke_right_grow 1333ms cubic-bezier(.4,0,.2,1) infinite both;
            }

            .loader-circle .loader-stroke-left:before {
                -webkit-animation: L_stroke_left_grow 1333ms cubic-bezier(.4,0,.2,1) infinite both;
                animation: L_stroke_left_grow 1333ms cubic-bezier(.4,0,.2,1) infinite both;
            }

.mhn-slide .mhn-item {
    width: 100%;
    padding: 0 7px;
}

.mhn-slide .mhn-inner {
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);
    border-radius: 3px;
}

.mhn-slide .mhn-item img {
    display: block;
}

.mhn-slide .mhn-img {
    min-height: 200px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    color: white;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=) #eee no-repeat center/cover;
    position: relative;
}

.mhn-slide .mhn-text {
    text-align: center;
    padding: 0 10px;
}

    .mhn-slide .mhn-text h4 {
        font-weight: 700;
        /*white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;*/
        font-size: 18px;
        color: #000;
        margin-top: 20px;
    }

    .mhn-slide .mhn-text p {
        font-size: 15px;
        color: #656565;
        line-height: 21px;
        padding-bottom: 20px;
        height: 120px;
        letter-spacing: .5px;
    }

.mhn-slide .owl-stage-outer {
    z-index: 1;
}

.mhn-slide .owl-nav {
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .mhn-slide .owl-nav svg {
        color: currentColor;
    }

    .mhn-slide .owl-nav .disabled {
        display: none;
    }

.mhn-slide .owl-prev,
.mhn-slide .owl-next {
    top: 110px;
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 8px;
    margin-top: -20px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0,0,0,.3),0 0 4px rgba(0,0,0,.2);
}

.mhn-slide .owl-prev {
    left: -10px;
}

.mhn-slide .owl-next {
    right: -10px;
}

.framer-4hgtcf {
    align-content: center;
    align-items: center;
    /*background-color: var(--token-aa73109f-0e90-4363-83ad-7383d6d3e520, #f8fafc);*/
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    height: min-content;
    justify-content: center;
    max-width: 100%;
    overflow: visible;
    padding: 88px 0 80px 24px;
    position: relative;
    width: 100%;
}

.framer-ftllui {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: center;
    max-width: 1188px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.framer-io0u2p {
    --framer-paragraph-spacing: 0px;
    flex: none;
    height: auto;
    position: relative;
    /* white-space: pre-wrap; */
    width: 800px;
    word-break: break-word;
    word-wrap: break-word;
    margin: 0 auto;
    text-align: center;
}

.framer-styles-preset-3ermk9 label {
    font-size: 40px;
    margin-bottom: 0;
}

.framer-styles-preset-3ermk9 {
    font-size: 48px;
    line-height: 64px;
    font-weight: 600;
    font-style: normal;
    color: #000;
}

video-container {
    height: 50vh;
    position: relative;
    overflow: hidden;

    @media(min-width: 600px) {
        height: 100vh;
    }
}

video {
    object-fit: cover;
    // Set the magic position: absolute;
    height: 100%;
    width: 100%;
    . top: 0;
    left: 0;
}

.video-container:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(black, .2);
    z-index: 1;
}

.btn {
    color: #fff;
    float: left;
    height: 44px;
    width: 161px;
    border: none;
    font-weight: 400;
    margin-right: 20px;
    border-radius: 30px;
    background: #233831;
    transition: 0.3s all ease-in-out;
    font-size: 15px;
    letter-spacing: .3px;
}

.m-t-40 {
    margin-top: 30px;
}

.bg-main-color {
    background: #F3F8FD;
}


.container-typing {
    /*width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 100px;*/
}

    .container-typing h1:nth-child(1) {
        color: #f18a41;
        font-weight: 600;
        font-size: 45px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        width: 448px;
        margin: 0 auto;
        animation: type 2s steps(40, end) forwards;
    }

    .container-typing h1:nth-child(2) {
        opacity: 0;
        /*margin: 0 auto auto auto;*/
        background: linear-gradient(to right, #4c9df3, #2e93ff, #2282e9);
        font-weight: 600;
        font-size: 45px;
        width: 100%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        overflow: hidden;
        animation: shring-animation 2.2s steps(80, start) 6s forwards, blink .5s step-start infinite alternate;
    }

@keyframes shring-animation {
    0% {
        background-position: 0 0;
        opacity: 0;
        width: 0;
    }

    1% {
        background-position: 0 0;
        opacity: 1;
        border-right: 1px solid blue;
    }

    50% {
        background-position: 150px 0;
        opacity: 1;
        border-right: 1px solid blue;
    }

    100% {
        background-position: 400px 0;
        opacity: 1;
        border-right: 1px solid blue;
    }
}

@keyframes type {
    0% {
        width: 0;
    }

    1%, 99% {
        border-right: 1px solid orange;
    }

    100% {
        border-right: none;
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

/* type js style  */
.typeJsWrapper {
    padding-top: 10px;
}

    .typeJsWrapper .typeJsText {
        text-align: center;
        /*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
        font-size: 35px;
        display: inline-block;
        padding: 0;
        color: #f18a41;
        border-right: 1px solid #414141;
    }

.container-typerlarge {
    min-height: 60px;
    height: 60px;
    text-align: center;
}

.appss-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.image-part {
    width: 600px;
    position: relative;
}

.framer-1elgmq9 .nav-pills {
    border-bottom: 1px solid rgba(108, 132, 157, .18);
}

    .framer-1elgmq9 .nav-pills .nav-link.active, .framer-1elgmq9 .nav-pills .show > .nav-link {
        background: transparent;
        color: #f18a41;
    }

    .framer-1elgmq9 .nav-pills li a {
        position: relative;
    }

        .framer-1elgmq9 .nav-pills li a::after {
            left: 0;
            right: 0;
            width: 0%;
            content: "";
            bottom: -2px;
            height: 2px;
            margin: 0 auto;
            position: absolute;
            background-color: #f18a41;
            transition: 0.5s all ease-in-out;
            border-radius: 10px;
        }

        .framer-1elgmq9 .nav-pills li a.active::after {
            width: 100%;
        }

.btn-linkedin {
    background: #007BB5;
}

.btn-facebook {
    background: rgb(159,0,255);
    background: linear-gradient(180deg, #0671E6 35%, #22AFFC 100%);
}

.btn-instagram {
    background: rgb(159,0,255);
    background: linear-gradient(180deg, rgba(159,0,255,1) 35%, rgba(252,183,21,1) 100%);
}

.btn-twitter {
    background-color: #000;
}

.btn-youtube {
    background: #F73140;
}

.soft-m-footer-wrapper-add .widget_softaboutwidget_widget label i {
    font-size: 30px;
}

.soft-m-footer-wrapper-add .soft-m-footer-widget p {
    color: #000;
    max-width: 350px;
    padding-top: 18px;
}

.soft-m-footer-wrapper-add .pera-content {
    align-items: center;
}

.soft-m-footer-wrapper-middle {
    background: #f18a41;
    margin: 20px 0 37px 0;
    padding: 30px 0;
    color: #fff;
}

    .soft-m-footer-wrapper-middle p, .soft-m-footer-wrapper-middle i {
        color: #fff!important;
    }

footer {
    background: #F3F8FD;
    padding-top: 70px;
    border-top: 4px solid rgb(243 248 253);
    box-shadow: 0 1px 4px 4px rgb(236 241 246), 0 2px 4px 0px rgb(243 248 253);
    margin-top: 2em;
}

.soft-m-choose-us-section {
    margin: 100px 0 0 0;
    /*padding-bottom: 3rem;*/
}

.soft-m-coose-box {
    margin: 220px 0 0 0;
    padding-bottom: 3rem;
    background-color: #233831 !important;
}

.soft-m-coose-iconbox {
    width: 200px;
    height: 210px;
    margin-top: -116px;
    padding: 10px;
}

.soft-m-coose-box .card {
    border: 0;
    box-shadow: none;
}

.soft-m-choose-us-section h1::after {
    left: 0;
    right: 0;
    width: 13%;
    content: " ";
    bottom: -22px;
    height: 5px;
    margin: 0 auto;
    position: absolute;
    background-color: #f18a41;
    transition: 0.5s all ease-in-out;
    border-radius: 10px;
}

.logo-slider h1::after {
    left: 0;
    right: 0;
    width: 13%;
    content: " ";
    bottom: -22px;
    height: 5px;
    margin: 0 auto;
    position: absolute;
    background-color: #f18a41;
    transition: 0.5s all ease-in-out;
    border-radius: 10px;
}

#soft-m-feature-process .soft-m-ft-process-text .soft-m-section-title h2::after {
    left: 0;
    width: 61%;
    content: " ";
    bottom: 9px;
    height: 3px;
    margin: 0 auto;
    position: absolute;
    background-color: #f18a41;
    transition: 0.5s all ease-in-out;
    border-radius: 10px;
}

.nav-tab-2 {
    justify-content: space-around;
}

    .nav-tab-2 a {
        padding: 27px 0;
        color: #1a1a1a;
        font-weight: 600;
    }

main {
    display: grid;
    gap: 1rem;
    width: 100%;
    margin-inline: auto;
}


/*.cards {
            --card-top-offset: 1em;
            position: relative;
            display: grid;
            gap: 1rem;
        }*/

.cards > article {
    padding: 2.5rem 3rem;
    border-radius: 10px;
    background: var(--clr-primary);
    border: 1px solid #FFFFFF30;
    position: sticky;
    width: 100%;
    top: calc(var(--i) * var(--card-top-offset));
}

    .cards > article:first-child {
        top: 90px;
    }

    .cards > article:nth-child(2) {
        top: 110px;
    }

    .cards > article:nth-child(3) {
        top: 130px;
    }

    .cards > article:nth-child(4) {
        top: 150px;
    }
/*.cards > article:nth-child(3) {
                 top:150px;
            }*/

@media (prefers-reduced-motion: no-preference) {
    @supports (animation-range: cover) {
        animation: adjust-cards linear both;
        animation-timeline: view(block);
        animation-range: cover calc(65% + var(--i) * 5%) exit calc(35% + var(--i) * 5%);
    }
}

@keyframes adjust-cards {
    to {
        scale: .5;
    }
}

:root {
    --clr-bg: #222;
    --clr-primary: #FFF;
    --clr-secondary: #075985;
}




code, pre {
    display: inline-block;
    color: #38BDF8;
    border: 1px solid hsl(from var(--clr-primary) h s 50% / 0.5);
    padding: .5rem 1rem;
    border-radius: 5px;
}

.framer-1elgmq9 {
    /*align-content: center;
            align-items: center;*/
    background-color: #fff;
    box-shadow: 0 -4px 16px -4px #080d2914;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    /*gap: 32px;*/
    height: auto;
    /*justify-content: center;*/
    overflow: visible;
    padding: 32px 64px 16px;
    position: sticky;
    top: 80px;
    will-change: transform;
}

    .framer-1elgmq9 h2 {
        color: #000;
    }

.bottomMenu {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 69px;
    /*border-top: 1px solid #000;*/
    background: #f3f8fd;
    z-index: 999;
}

#main-nav .nav-link.active, #main-nav .nav-link:focus, #main-nav .nav-link:hover {
    color: #f18a41!important;
}

.soft-m-footer-wrapper-add .pera-content p, .soft-m-footer-wrapper-add .pera-content p a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
}

.soft-m-main-header-2.soft-m-main-header {
    padding: 10px 0px;
}

.soft-m-main-header-2 .soft-m-logo-1 img {
    width: 107px;
}

#about .section-description h1:after {
    content: "";
    border-left: 3px solid #f18a41;
    height: 94px;
    width: 9px;
    position: absolute;
    right: 18px;
    top: -26px;
}

.vision-mission-section {
    /*background-color: #f9fafb;*/
    padding: 50px 0;
}

.vision-card, .mission-card {
    background-color: #233831;
    padding: 20px;
    /*  border-radius: 8px;*/
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    left: 37px;
    position: relative;
    width: 572px;
    box-shadow: 0px 15px 10px -15px #111;
}

    .vision-card h2, .mission-card h2 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .vision-card p, .mission-card p {
        font-size: 1rem;
        color: #333;
    }

.image-section img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.cus-hr-line {
    background-color: #233831;
}

.vision-card h2 {
    color: #fff;
}

.vision-card p {
    color: #fff;
}

.mission-card h2 {
    color: #fff;
}

.mission-card p {
    color: #fff;
}

@media (min-width:300px) and (max-width:756px) {
    .mission-card {
        margin-left: -105px;
        width: 100%;
    }

    .vision-card {
        margin-left: -105px;
        width: 100%;
    }

    .for-mobile-text {
        text-align: center;
    }
}

.slide-animate {
    -webkit-animation-name: float-bob;
    animation-name: float-bob;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.\!mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.mb-12 {
    margin-bottom: 3rem;
}

.max-w-full {
    max-width: 100%;
}

.flex-\[0_0_auto\] {
    flex: 0 0 auto;
}

.px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
}

.text-\[0\.9rem\] {
    font-size: 1.1rem!important;
}

.font-medium {
    font-weight: 500;
}

.leading-\[1\.65\] {
    line-height: 1.65;
}

.\!mb-3 {
    margin-bottom: 0.75rem !important;
}

.font-bold {
    font-weight: 700;
}

.leading-\[1\.2\] {
    line-height: 1.2;
}

[class*=\!mb-], [class*=\!mt-] {
    position: relative;
    z-index: 3;
    font-size: 18px;
    color: #1b1b1b;
}

.product-description {
    position: relative;
    z-index: 3;
    color: #000;
}

.mt-\[40px\] {
    margin-top: 40px;
}

.rounded-\[0\.4rem\] {
    border-radius: 0.4rem;
}

.mt-\[25px\] {
    margin-top: 25px;
}

.max-w-full {
    max-width: 100%;
}

.flex-\[0_0_auto\] {
    flex: 0 0 auto;
}

.px-\[12\.5px\] {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

@media (min-width: 1200px) {
    .xl\:w-6\/12 {
        width: 60%;
    }

    .xl\:w-5\/12 {
        width: 50%;
    }

    .xl\:text-\[2\.4rem\] {
        font-size: 2.4rem;
    }

    .xl\:\!px-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }

    .xl\:\!ml-\[8\.33333333\%\] {
        margin-left: 8.33333333% !important;
    }
}

.payout-keyFeatures {
    margin:100px 0 60px 0;
}

.card-product {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    /*box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);*/
    min-height: 230px;
    margin: 30px 0;
}

.\!rounded-\[100\%\] {
    border-radius: 100% !important;
}

.h-12 {
    height: 3rem;
}

.w-12 {
    width: 3rem;
}

.btn-round {
    padding: 10px 10px!important;
    line-height: 26px!important;
}

.payout-workflow-inner .step {
    display: flex;
    flex-direction: column;
    padding: 25px 20px;
    position: relative;
    width: 30.33%;
    margin-bottom: 50px;
        text-align: center;
        align-items: center;
}

    .payout-workflow-inner .step:first-child {
        padding-left: 0;
    }

    .payout-workflow-inner .step:after {
        content: "";
        border-top-color: rgba(164, 174, 198, 0.2);
        border-style: solid;
        border-top-width: 0;
        border-color: #e5e7eb;
        height: 1px;
        width: 100%;
        position: absolute;
        left: 7rem;
        top: 48px;
        z-index: -1;
    }

    .payout-workflow-inner .step:last-child:after {
        content: none;
    }

.payout-workStr {
    padding: 100px 0;
    background-color: #fff;
}
.btn-faq {
    color: #fff!important;
    height: 44px;
    width: 161px;
    line-height: 44px;
    /* margin-left: 60px; */
    border-radius: 40px;
    border: 2px solid #233831;
    transition: 0.3s all ease-in-out;
    background: #233831;
        display: block;
    text-align: center;
    font-weight: 600;
    margin-top: 30px;
}

.payout-workflow-inner {
    display:flex;
    justify-content: center;
}

.soft-m-feature-faq-section {
    padding: 50px 0px;
}

@media only screen and (max-width: 600px) {
    .payout-workflow-inner {
        display:block!important;
    }
  .payout-workflow-inner .step  {
           width: 100%!important;
        padding-left: 0!important;
        margin-bottom:10px;
  }
    .payout-workflow-inner .step:after {
        content:none;
    }
}

.btn-header-link:focus, .btn-header-link:active {
   outline: none !important;
   box-shadow: none;
}

.card-product p {
    font-size:14px;
    color:#000!important;
}

.card-product img {
    width:40px;
}

.cta-section-area {
    position: relative;
    z-index: 1;
    background: #f18a41;
}

.aniamtion-key-2 {
    position: relative;
    animation-name: animation-2;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-2 {
    0% {
    transform: translateX(0);
}

100% {
    transform: translateX(50px);
}
}

.cta-section-area .cta-bg1 {
    position: absolute;
    top: 0;
    right: 0;
        z-index: 9;
}

.aniamtion-key-1 {
    position: relative;
    animation-name: animation-1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-1 {
    0% {
    transform: translateY(0);
}

100% {
    transform: translateY(30px);
}
}

.cta-section-area .cta-bg2 {
    position: absolute;
    bottom: 0;
    left: 0;
        z-index: 9;
}

.sp4 {
    padding: 80px 0 80px;
}

.cta-section-area .cta-header-area {
    background: #f18a41;
    border-radius: 4px;
    position: relative;
}

.cta-section-area .cta-header-area h2 {
    color: #fff;
}

.cta-section-area .cta-header-area p {
    color: #fff;
    opacity: 80%;
}

.cta-section-area .cta-header-area .btn-area {
    display: inline-block;
    margin-top: 32px;
}

.header-btn1 {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    background: #f18a41;
    color: #fff;
    padding: 8px 26px;
    transition: all 0.4s;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.cta-section-area .cta-header-area .btn-area a {
   background: #fff;
    color: #f18a41;
}

.header-btn1 span {
    height: 36px;
    width: 36px;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.4s;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: #f18a41;
    transform: rotate(-45deg);
    position: relative;
    left: 15px;
}

.cta-section-area .cta-header-area .btn-area a span {
  background: #f18a41;
    color: #fff;
}

.elementor-widget-wrap {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 200px 0px rgba(0, 0, 0, 0.05);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 40px 40px 40px;
    border-radius: 28px 28px 28px 28px;
    display: flex;
        position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}
.elementor-element {
        margin-bottom: 20px;
        width:100%;
}

    .elementor-element .elementor-heading-title {
        font-size: 20px;
    font-weight: 700;
    }

.bdt-input {
        background-color: #f5f7fb;
    border-radius: 150px 150px 150px 150px;
    padding: 10px 25px 10px 25px;
       height: 47px;
    line-height: 40px !important;
    width: 100%;
    border: 0;
    margin-bottom: 20px;
    font-size: 14px;
}

.elementor-button {
    padding: 12px 40px;
    width: 100%;
    border-radius: 140px;
    border: 0;
    background: #e34b2d;
    color: #fff;
    font-weight: 500;
}
.text-end {
    text-align: right !important;
}
.features-2 .feature-item .feature-content h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.features-2 .feature-item .feature-content p {
    color:color-mix(in srgb, #212529, transparent 25%);
    font-size: 15px;
    margin-bottom: 0;
}

/*.features-2 .feature-item .feature-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: 
color-mix(in srgb, var(--accent-color), transparent 92%);
}*/

.features-2 .phone-mockup {
    position: relative;
    padding: 30px 0;
}
.features-2 .phone-mockup img {
    max-width: 300px;
    height: auto;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
}