/*--------------------------------
     =====Table Of Contents====

1.  General Styles 
2.  Mixins CSS
3.  Back To Top Button CSS
4.  Preloader CSS
5.  Button & Link CSS
6.  Section Title & Overlay & Shape CSS
7.  Social Link CSS
8.  Pagination CSS
9.  Sidebar CSS
     - Search Box Widget
     - Tag list Widget
     - Category Widget
     - Filter Search Widget
     - New Arrival Product Widget
     - Popular Post Widget
10. Sign In CSS
11. FAQ Terms & Conditions
----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #6B6B6B;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #141F39;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
}

.home-three {
    font-family: "Manrope", sans-serif;
}

a {
    color: #6B6B6B;
    transition: all ease 0.5s;
    text-decoration: none;
}

    a:hover {
        color: #141F39;
    }

p {
    font-size: 16px;
    color: #6B6B6B;
    margin-bottom: 15px;
    line-height: 1.8;
}

    p:last-child {
        margin-bottom: 0;
    }

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-70 {
    padding-bottom: 70px;
}

.mb-5 {
    margin-bottom: 2.5rem !important;
}

.mb-7 {
    margin-bottom: 25px !important;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-20 {
    margin-bottom: 20px;
}

.pb-50 {
    padding-bottom: 50px;
}

img {
    max-width: 100%;
    height: auto;
}

/*
Background Color  Style
======================================================*/
.bg-f9f2f3 {
    background: #F9F2F3;
}

.bg-F0F7FF {
    background: #F0F7FF;
}

.bg-F2F0FB {
    background: #F2F0FB;
}

.bg-F6F8FF {
    background: #F6F8FF;
}

.bg-161A1E {
    background: #161A1E;
}

.bg-1C2125 {
    background: #1C2125;
}

.bg-020710 {
    background: #020710;
}

.bg-F3F7FA {
    background: #F3F7FA;
}

.bg-F8F9FC {
    background: #F8F9FC;
}

.responsive-image {
    display: none;
}

/*
Section Warp  Style
======================================================*/
.default-btn {
    padding: 15px 40px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    z-index: 1;
    border-radius: 50px;
    transition: all ease 0.5s;
    overflow: hidden;
    position: relative;
    border: solid 1px transparent;
}

    .default-btn:hover {
        color: #141F39;
        background-color: transparent;
        border-color: #141F39;
    }

.section-warp {
    margin-bottom: 30px;
}

    .section-warp .single-section {
        max-width: 845px;
    }

        .section-warp .single-section h2 {
            font-size: 32px;
            position: relative;
            margin-bottom: 10px;
            line-height: 1.4;
        }

        .section-warp .single-section p {
            margin-bottom: 0;
        }

    .section-warp .section-btn .default-btn {
        background: linear-gradient(95.64deg, #3921F5 0%, #38DA71 100%);
        padding: 15px 28px;
        border: none;
        position: relative;
        transition: all ease 0.5s;
        color: #141F39;
    }

        .section-warp .section-btn .default-btn::before {
            content: "";
            position: absolute;
            top: 1px;
            left: 1px;
            right: 1px;
            z-index: -1;
            bottom: 1px;
            width: 99%;
            transition: all ease 0.5s;
            border-radius: 50px;
            background: #ffffff;
        }

        .section-warp .section-btn .default-btn:hover {
            color: #ffffff;
        }

            .section-warp .section-btn .default-btn:hover::before {
                width: 0;
                opacity: 0;
            }

.single-section h2 {
    font-size: 32px;
    position: relative;
    margin-bottom: 12px;
    line-height: 1.4;
}

    .single-section h2 .section-title-shape {
        position: absolute;
        bottom: 0;
        right: 20%;
        animation: simple-move 4s 1s linear infinite alternate;
    }

.single-section p {
    margin-bottom: 0;
}

.single-section.black-section .title {
    color: #006BFF;
    display: block;
    margin-bottom: 10px;
}

.single-section.black-section h2 {
    color: #ffffff;
}

.single-section.black-section p {
    color: #6B6B6B;
}

.single-section.style6 .title {
    font-weight: 500;
    font-size: 16px;
    color: #D50F2E;
    display: block;
    margin-bottom: 8px;
}

.single-section .features-title {
    font-weight: 500;
    font-size: 16px;
    color: #3921F5;
    margin-bottom: 10px;
    display: block;
}

.section-title {
    text-align: center;
    max-width: 565px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

    .section-title h2 {
        font-size: 32px;
        position: relative;
        margin-bottom: 12px;
        display: inline-block;
        line-height: 1.4;
    }

    .section-title p {
        margin-bottom: 0;
    }

    .section-title.black-section .title {
        color: #006BFF;
        display: block;
        margin-bottom: 10px;
    }

    .section-title.black-section h2 {
        color: #ffffff;
    }

    .section-title.black-section p {
        color: #6B6B6B;
    }

    .section-title.style6 .title {
        font-weight: 500;
        font-size: 16px;
        color: #D50F2E;
        display: block;
        margin-bottom: 8px;
    }

    .section-title.style6 h2 {
        margin-bottom: 0;
    }

    .section-title .features-title {
        font-weight: 500;
        font-size: 16px;
        color: #3921F5;
        margin-bottom: 10px;
        display: block;
    }

    @media(max-width:600px){
        .imgcontainer .default-btn {
            background: linear-gradient(95.64deg, #12a1d0 0%, #8bc53f 100%);
            padding: 10px 20px;
            border: none;
            position: relative;
            transition: all ease 0.5s;
            color: #141F39;
            border-radius: 12px;
            width: 75%;
            font-size: 20px;
        }
    }

/*
Page Main Color  Style
======================================================*/
.home-one-main {
    background-color: #3921F5;
}

.home-one-color {
    background-color: #3921F5;
}

.home-two-main {
    background-color: #2A9A70;
}

.home-three-main {
    background-color: #2BB965;
}

.home-four-main {
    background-color: #FFD000;
}

.home-five-main {
    background-color: #D50F2E;
}

.home-six-main {
    background-color: #FF7917;
}

.heading-color {
    background-color: #141F39;
}

/*
Container Style
======================================================*/
.container-fluid {
    max-width: 1520px;
}

    .container-fluid.style3 {
        max-width: 1420px;
    }

    .container-fluid.style4 {
        max-width: 1520px;
    }

    .container-fluid.border-bottom1 {
        position: relative;
    }

        .container-fluid.border-bottom1::before {
            content: "";
            position: absolute;
            bottom: -15px;
            left: 0;
            right: 0;
            border-bottom: solid 1px rgba(234, 234, 234, 0.8);
        }

    .container-fluid.style6 {
        max-width: 1620px;
    }

/*
All Key  Style
======================================================*/
@keyframes simple-square-to-circle {
    100% {
        border-radius: 50%;
    }
}

@keyframes simple-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes simple-scale {
    100% {
        transform: scale(1.5);
    }
}

@keyframes simple-move {
    100% {
        transform: translate(50px, 0);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

@keyframes movebounce {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(40px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes moveleftbounce {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(20px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate3d {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.5);
        opacity: 0.6;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}
/*
Hero Warp  Style
======================================================*/
.hero-style1-content {
    padding-right: 30px;
    margin-bottom: 40px;
}

    .hero-style1-content .default-btn {
        background: linear-gradient(95.64deg, #3921F5 0%, #38DA71 100%);
        padding: 15px 28px;
        border: none;
        position: relative;
        transition: all ease 0.5s;
        color: #141F39;
    }

        .hero-style1-content .default-btn::before {
            content: "";
            position: absolute;
            top: 1px;
            left: 1px;
            right: 1px;
            z-index: -1;
            bottom: 1px;
            width: 99%;
            transition: all ease 0.5s;
            border-radius: 30px;
            background: rgb(255, 255, 246);
        }

        .hero-style1-content .default-btn:hover {
            color: #ffffff;
        }

            .hero-style1-content .default-btn:hover::before {
                width: 0;
                opacity: 0;
            }

    .hero-style1-content .title {
        font-weight: 500;
        color: #3921F5;
        display: inline-block;
        margin-bottom: 5px;
    }

    .hero-style1-content h1 {
        position: relative;
        font-size: 55px;
        line-height: 1.4;
        z-index: 1;
        margin-bottom: 18px;
    }

        .hero-style1-content h1 .content-shape1 {
            position: absolute;
            left: 0;
            top: 56px;
            z-index: -1;
        }

    .hero-style1-content .hero-style1-btn {
        margin-top: 30px;
        margin-bottom: 35px;
    }

        .hero-style1-content .hero-style1-btn .hero-service-btn {
            position: relative;
            margin-left: 25px;
            padding-left: 44px;
            font-weight: 500;
            color: #141F39;
            transition: all ease 0.5s;
        }

            .hero-style1-content .hero-style1-btn .hero-service-btn:hover {
                color: #3921F5;
            }

            .hero-style1-content .hero-style1-btn .hero-service-btn i {
                font-size: 38px;
                color: #3921F5;
                position: absolute;
                left: 0;
                top: 50%;
                line-height: 1;
                transform: translateY(-17px);
            }

    .hero-style1-content .hero-style1-list {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .hero-style1-content .hero-style1-list li {
            position: relative;
            padding-left: 35px;
            margin-bottom: 12px;
            color: #141F39;
            font-weight: 500;
        }

            .hero-style1-content .hero-style1-list li i {
                position: absolute;
                left: 0;
                top: -2px;
                font-size: 20px;
                color: #3921F5;
            }

.hero-style1-warp {
    background-image: url(../images/heros/hero2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 195px;
    padding-bottom: 10px;
    margin-top: -100px;
}

    .hero-style1-warp .hero-shape1 {
        position: absolute;
        top: 165px;
        left: 31%;
        animation: simple-move 4s 1s linear infinite alternate;
    }

    .hero-style1-warp .hero-shape2 {
        position: absolute;
        bottom: 100px;
        left: 34%;
    }

    .hero-style1-warp .hero-shape3 {
        position: absolute;
        right: 22%;
        bottom: 80px;
    }

    .hero-style1-warp .hero-shape4 {
        position: absolute;
        top: 190px;
        left: 9%;
    }

    .hero-style1-warp .hero-shape5 {
        position: absolute;
        left: 8%;
        bottom: 74px;
    }

.hero-style1-image {
    text-align: center;
    padding-bottom: 80px;
    position: relative;
}

    .hero-style1-image .small1 {
        position: absolute;
        bottom: 0;
        left: 0;
        box-shadow: -10px 10px 40px rgba(20, 31, 57, 0.05);
    }

    .hero-style1-image .small2 {
        position: absolute;
        top: 120px;
        left: 20px;
        box-shadow: -10px 10px 40px rgba(20, 31, 57, 0.05);
    }

    .hero-style1-image .small3 {
        position: absolute;
        bottom: 100px;
        right: -100px;
        box-shadow: -10px 10px 40px rgba(20, 31, 57, 0.05);
    }

    .hero-style1-image .small4 {
        position: absolute;
        right: -170px;
        top: 80px;
        box-shadow: 10px 10px 40px rgba(20, 31, 57, 0.05);
    }

    .hero-style1-image .hero1 {
        margin-left: 105px;
    }

/*
Slider Text  Warp  Style
======================================================*/
.slide-text-warp {
    padding-top: 35px;
    padding-bottom: 50px;
    background: linear-gradient(90deg, #93CA6E 0%, #C2E67D 50%, #38DA71 100%);
    height: 120px;
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: all ease 0.5s;
    z-index: 1;
}

    .slide-text-warp .container-fluid {
        width: 100%;
    }

    .slide-text-warp .text-slide {
        display: inline-block;
        white-space: nowrap;
        position: relative;
        transform: translate3d(0%, 0, 0);
        animation-name: marquee;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-duration: 20s;
    }

        .slide-text-warp .text-slide:hover {
            animation: none;
        }

        .slide-text-warp .text-slide h1 {
            width: 50%;
            display: inline-block;
            transition: all ease 0.5s;
            padding-right: 50px;
        }

            .slide-text-warp .text-slide h1 span {
                padding-right: 20px;
            }

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}
/*
Boost & Slider  Style
======================================================*/
.boost-slider-warp {
    background-image: url(../images/heros/boost-slider.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .boost-slider-warp .swiper-slide {
        text-align: center;
    }

.boost-card {
    padding: 40px;
    background-color: #ffffff;
    box-shadow: 0px 0px 80px 5px rgba(20, 31, 57, 0.02);
    border-radius: 10px;
    margin-bottom: 25px;
}

    .boost-card .icon-content {
        margin-bottom: 20px;
    }

        .boost-card .icon-content .rounded-icon {
            width: 100px;
            height: 100px;
            text-align: center;
            font-size: 45px;
            line-height: 110px;
            border-radius: 50%;
            background: #FFEDE8;
            color: #141F39;
        }

        .boost-card .icon-content h3 {
            font-weight: 600;
            font-size: 20px;
            margin-bottom: 0;
            margin-left: 25px;
            line-height: 1.4;
        }

            .boost-card .icon-content h3 a {
                color: #141F39;
                transition: all ease 0.5s;
            }

                .boost-card .icon-content h3 a:hover {
                    color: #3921F5;
                }

    .boost-card p {
        margin-bottom: 25px;
    }

    .boost-card .hero-service-btn {
        position: relative;
        padding-left: 45px;
        font-weight: 500;
        color: #141F39;
        transition: all ease 0.5s;
    }

        .boost-card .hero-service-btn:hover {
            color: #3921F5;
        }

        .boost-card .hero-service-btn i {
            font-size: 38px;
            color: #3921F5;
            position: absolute;
            left: 0;
            top: 50%;
            line-height: 1;
            transform: translateY(-17px);
        }

    .boost-card.style2 {
        margin-top: 30px;
    }

        .boost-card.style2 .icon-content .rounded-icon {
            background: #FFF9E8;
        }

    .boost-card.style3 {
        margin-top: 60px;
    }

        .boost-card.style3 .icon-content .rounded-icon {
            background: #EEF9FF;
        }

.boost-slider-warp {
    position: relative;
}

    .boost-slider-warp .boost-shape1 {
        position: absolute;
        top: 115px;
        left: 8%;
        animation: movebounce 6s 1s linear infinite alternate;
    }

    .boost-slider-warp .boost-shape2 {
        position: absolute;
        top: 110px;
        right: 8%;
        animation: movebounce 6s 1s linear infinite alternate;
    }

/*
Supervise Warp  Style
======================================================*/
.supervise-image {
    background-image: url(../images/supervise/supervise2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    margin-right: 55px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 65px;
    position: relative;
}

    .supervise-image .small-supervise1 {
        position: absolute;
        bottom: 30px;
        left: 30px;
        filter: drop-shadow(0px 10px 40px rgba(20, 31, 57, 0.1));
    }

    .supervise-image .small-supervise2 {
        position: absolute;
        top: 105px;
        right: 25px;
    }

    .supervise-image .supervise-shape1 {
        position: absolute;
        left: 50px;
        top: 50px;
    }

    .supervise-image .supervise-shape2 {
        position: absolute;
        bottom: 40px;
        right: 117px;
    }

.supervise-content .supervise-list {
    margin-top: 30px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    padding-right: 20px;
}

    .supervise-content .supervise-list li {
        margin-bottom: 28px;
        position: relative;
        display: flex;
        align-items: flex-start;
    }

        .supervise-content .supervise-list li:last-child {
            margin-bottom: 0;
        }

        .supervise-content .supervise-list li .rounded-icon {
            width: 80px;
            height: 80px;
            text-align: center;
            font-size: 36px;
            line-height: 90px;
            border-radius: 50%;
            background: #FFEDE8;
            color: #141F39;
            margin-top: 5px;
        }

            .supervise-content .supervise-list li .rounded-icon.style2 {
                background: #E3FCF8;
            }

            .supervise-content .supervise-list li .rounded-icon.style3 {
                background: #FFE2F8;
            }

        .supervise-content .supervise-list li .content {
            margin-left: 25px;
        }

            .supervise-content .supervise-list li .content h4 {
                font-weight: 600;
                font-size: 20px;
                margin-bottom: 12px;
            }

            .supervise-content .supervise-list li .content p {
                margin-bottom: 0;
            }

/*
Most Warp Style
======================================================*/
.inner-most-warp {
    background: #FFF8F0;
    border-radius: 10px;
    padding-top: 100px;
    padding-left: 100px;
    padding-right: 100px;
}

    .inner-most-warp .most-image {
        position: relative;
        text-align: center;
        z-index: 1;
    }

        .inner-most-warp .most-image .most-shape1 {
            position: absolute;
            top: 50px;
            left: -10px;
        }

        .inner-most-warp .most-image .most-shape2 {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: -1;
            margin-left: auto;
            margin-right: auto;
        }

        .inner-most-warp .most-image .small-most2 {
            position: absolute;
            right: -55px;
            bottom: 55px;
        }

        .inner-most-warp .most-image .small-most1 {
            position: absolute;
            right: -10px;
            top: 20px;
        }

.most-accordion {
    margin-bottom: 100px;
    max-width: 460px;
}

    .most-accordion .accordion-item {
        margin-bottom: 25px;
        border-radius: 5px;
        border: none;
        background-color: #ffffff;
    }

    .most-accordion .accordion-button:not(.collapsed) {
        background-color: #ffffff;
        border: none;
        box-shadow: unset;
    }

        .most-accordion .accordion-button:not(.collapsed)::after {
            background-image: url(../images/svgs/arrow1.svg);
            transform: unset;
        }

    .most-accordion .accordion-button {
        font-weight: 600;
        font-size: 16px;
        font-family: "Plus Jakarta Sans";
        color: #141F39;
    }

        .most-accordion .accordion-button::after {
            background-size: 16px;
            background-image: url(../images/svgs/arrow2.svg);
        }

        .most-accordion .accordion-button:focus {
            box-shadow: unset;
        }

    .most-accordion .accordion-body {
        font-family: "Plus Jakarta Sans";
        padding-top: 0;
        padding-left: 20px;
    }

/*
Solution Warp  Style
======================================================*/
.solution-image {
    position: relative;
    background-image: url(../images/solutions/solution1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    margin-right: 50px;
    text-align: center;
    z-index: 1;
}

    .solution-image .small-solution1 {
        position: absolute;
        top: 70px;
        right: 50px;
        filter: drop-shadow(10px 10px 40px rgba(20, 31, 57, 0.05));
    }

    .solution-image .small-solution2 {
        position: absolute;
        top: 180px;
        right: 50px;
        filter: drop-shadow(10px 10px 40px rgba(20, 31, 57, 0.05));
    }

    .solution-image .small-solution3 {
        position: absolute;
        top: 280px;
        right: 50px;
        filter: drop-shadow(10px 10px 40px rgba(20, 31, 57, 0.05));
    }

    .solution-image .small-solution4 {
        position: absolute;
        bottom: 170px;
        left: 55px;
        z-index: 2;
        filter: drop-shadow(-10px -10px 40px rgba(20, 31, 57, 0.05));
    }

    .solution-image .small-solution5 {
        position: absolute;
        bottom: 50px;
        right: 50px;
        filter: drop-shadow(0px 10px 40px rgba(20, 31, 57, 0.05));
    }

    .solution-image .solution-shape1 {
        position: absolute;
        top: 50px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        z-index: -1;
    }

.solution-content {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-right: -30px;
}

    .solution-content .nav-pills {
        margin-top: 30px;
    }

        .solution-content .nav-pills .nav-item {
            padding-right: 30px;
        }

            .solution-content .nav-pills .nav-item:last-child {
                padding-right: 0;
            }

            .solution-content .nav-pills .nav-item:first-child .nav-link::before {
                width: 98.5%;
            }

            .solution-content .nav-pills .nav-item .nav-link {
                padding: 16px 40px;
                border-radius: 50px;
                line-height: 1;
                font-weight: 500;
                position: relative;
                z-index: 1;
                transition: all ease 0.5s;
                color: #141F39;
                background: linear-gradient(95.64deg, #3921F5 0%, #38DA71 100%);
            }

                .solution-content .nav-pills .nav-item .nav-link::before {
                    content: "";
                    position: absolute;
                    top: 1px;
                    left: 1px;
                    right: 1px;
                    bottom: 1px;
                    z-index: -1;
                    width: 99%;
                    transition: all ease 0.5s;
                    border-radius: 50px;
                    background: #ffffff;
                }

                .solution-content .nav-pills .nav-item .nav-link.active {
                    background: #3921F5;
                    color: #ffffff;
                }

                    .solution-content .nav-pills .nav-item .nav-link.active::before {
                        width: 0;
                        opacity: 0;
                    }

                .solution-content .nav-pills .nav-item .nav-link:hover {
                    color: #ffffff;
                }

                    .solution-content .nav-pills .nav-item .nav-link:hover::before {
                        width: 0;
                        opacity: 0;
                    }

    .solution-content .solution-tab-content {
        margin-top: 35px;
    }

        .solution-content .solution-tab-content h4 {
            font-weight: 600;
            font-size: 20px;
            margin-bottom: 15px;
        }

        .solution-content .solution-tab-content .st-list {
            margin-top: 25px;
            list-style: none;
            padding-left: 0;
            margin-bottom: 0;
        }

            .solution-content .solution-tab-content .st-list li {
                margin-bottom: 12px;
                position: relative;
                padding-left: 35px;
                font-weight: 500;
                color: #141F39;
            }

                .solution-content .solution-tab-content .st-list li:last-child {
                    margin-bottom: 0;
                }

                .solution-content .solution-tab-content .st-list li i {
                    position: absolute;
                    font-size: 20px;
                    top: 0;
                    left: 0;
                    color: #3921F5;
                }

.solution-warp {
    position: relative;
}

    .solution-warp .solution-shape2 {
        position: absolute;
        bottom: 100px;
        right: 10%;
    }

/*
Management Warp  Style
======================================================*/
.management-accordion {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}

    .management-accordion section {
        float: left;
        overflow: hidden;
        color: #444;
        cursor: pointer;
        background: #ffffff;
        margin: 45px 20px 75px 20px;
        box-shadow: 0px 0px 80px 5px rgba(20, 31, 57, 0.05);
        border-radius: 10px;
        transition: all ease 0.5s;
    }

        .management-accordion section p {
            display: none;
            transition: all ease 0.5s;
        }

        .management-accordion section .default-btn {
            display: none;
            transition: all ease 0.5s;
        }

        .management-accordion section h2 {
            height: 0;
        }

            .management-accordion section h2 a {
                padding: 80px 0;
                font-weight: 600;
                font-size: 20px;
                color: #141F39;
                text-decoration: none;
                margin-left: 25px;
            }

        .management-accordion section:hover {
            background: #FFF;
            padding: 40px;
            text-align: left;
        }

            .management-accordion section:hover h2 {
                height: 100px;
                line-height: 1;
                margin-bottom: 20px;
                display: flex;
                align-items: center;
            }

                .management-accordion section:hover h2 a {
                    font-weight: 600;
                    font-size: 20px;
                    color: #141F39;
                    padding: 0;
                    margin-left: 25px;
                }

                .management-accordion section:hover h2 span {
                    position: relative;
                    font-weight: 700;
                    font-size: 36px;
                    color: #141F39;
                    width: 100px;
                    height: 100px;
                    border-radius: 50%;
                    text-align: center;
                    display: inline-block;
                    line-height: 100px;
                    transform: unset;
                }

                    .management-accordion section:hover h2 span.style1 {
                        background: #FFEDE8;
                    }

                    .management-accordion section:hover h2 span.style5 {
                        background: #FFF0C6;
                    }

                    .management-accordion section:hover h2 span.style4 {
                        background: #EBF8FF;
                    }

                    .management-accordion section:hover h2 span.style3 {
                        background: #EDFFDF;
                    }

                    .management-accordion section:hover h2 span.style2 {
                        background: #FFF6E9;
                    }

            .management-accordion section:hover p {
                display: block;
            }

            .management-accordion section:hover .default-btn {
                background: linear-gradient(95.64deg, #3921F5 0%, #38DA71 100%);
                padding: 15px 28px;
                border: none;
                display: inline-block;
                position: relative;
                transition: all ease 0.5s;
                color: #141F39;
                margin-top: 10px;
            }

                .management-accordion section:hover .default-btn::before {
                    content: "";
                    position: absolute;
                    top: 1px;
                    left: 1px;
                    right: 1px;
                    z-index: -1;
                    bottom: 1px;
                    width: 98.5%;
                    transition: all ease 0.5s;
                    border-radius: 50px;
                    background: #ffffff;
                }

                .management-accordion section:hover .default-btn:hover {
                    color: #ffffff;
                }

                    .management-accordion section:hover .default-btn:hover::before {
                        width: 0;
                        opacity: 0;
                    }

        .management-accordion section.active {
            background: #FFF;
            padding: 40px;
            text-align: left;
        }

            .management-accordion section.active h2 {
                height: 100px;
                line-height: 1;
                margin-bottom: 20px;
                display: flex;
                align-items: center;
            }

                .management-accordion section.active h2 a {
                    font-weight: 600;
                    font-size: 20px;
                    color: #141F39;
                    padding: 0;
                    margin-left: 25px;
                }

                .management-accordion section.active h2 span {
                    position: relative;
                    font-weight: 700;
                    font-size: 36px;
                    color: #141F39;
                    width: 100px;
                    height: 100px;
                    border-radius: 50%;
                    text-align: center;
                    display: inline-block;
                    line-height: 100px;
                    transform: unset;
                }

                    .management-accordion section.active h2 span.style1 {
                        background: #FFEDE8;
                    }

                    .management-accordion section.active h2 span.style5 {
                        background: #FFF0C6;
                    }

                    .management-accordion section.active h2 span.style4 {
                        background: #EBF8FF;
                    }

                    .management-accordion section.active h2 span.style3 {
                        background: #EDFFDF;
                    }

                    .management-accordion section.active h2 span.style2 {
                        background: #FFF6E9;
                    }

            .management-accordion section.active p {
                display: block;
            }

            .management-accordion section.active .default-btn {
                background: linear-gradient(95.64deg, #3921F5 0%, #38DA71 100%);
                padding: 15px 28px;
                border: none;
                display: inline-block;
                position: relative;
                transition: all ease 0.5s;
                color: #141F39;
                margin-top: 10px;
            }

                .management-accordion section.active .default-btn::before {
                    content: "";
                    position: absolute;
                    top: 1px;
                    left: 1px;
                    right: 1px;
                    z-index: -1;
                    bottom: 1px;
                    width: 98.5%;
                    transition: all ease 0.5s;
                    border-radius: 50px;
                    background: #ffffff;
                }

                .management-accordion section.active .default-btn:hover {
                    color: #ffffff;
                }

                    .management-accordion section.active .default-btn:hover::before {
                        width: 0;
                        opacity: 0;
                    }

.horizontal section {
    width: 180px;
    height: 377px;
    transition: width 0.2s ease-out;
}

    .horizontal section h2 {
        transform: rotate(90deg);
        width: 377px;
        position: relative;
        left: -99px;
        top: 140px;
        height: 180px;
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

        .horizontal section h2 span {
            position: relative;
            font-weight: 700;
            font-size: 36px;
            color: #141F39;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            text-align: center;
            display: inline-block;
            line-height: 100px;
            transform: rotate(-90deg);
        }

            .horizontal section h2 span.style1 {
                background: #FFEDE8;
            }

            .horizontal section h2 span.style5 {
                background: #FFF0C6;
            }

            .horizontal section h2 span.style4 {
                background: #EBF8FF;
            }

            .horizontal section h2 span.style3 {
                background: #EDFFDF;
            }

            .horizontal section h2 span.style2 {
                background: #FFF6E9;
            }

    .horizontal section:hover {
        width: 425px;
        height: 377px;
        box-shadow: 0px 0px 80px 5px rgba(20, 31, 57, 0.05);
        border-radius: 10px;
    }

        .horizontal section:hover h2 {
            top: 0px;
            left: 0;
            transform: rotate(0deg);
        }

    .horizontal section.active {
        width: 425px;
        height: 377px;
        box-shadow: 0px 0px 80px 5px rgba(20, 31, 57, 0.05);
        border-radius: 10px;
    }

        .horizontal section.active h2 {
            top: 0px;
            left: 0;
            transform: rotate(0deg);
        }

.management-warp {
    padding-bottom: 25px;
}

    .management-warp .container {
        max-width: 1380px;
    }

    .management-warp .section-warp {
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }

/*
Additional Warp  Style
======================================================*/
.additional-content .additional-list {
    margin-top: 30px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    padding-right: 20px;
}

    .additional-content .additional-list li {
        margin-bottom: 28px;
        position: relative;
        display: flex;
        align-items: flex-start;
    }

        .additional-content .additional-list li:last-child {
            margin-bottom: 0;
        }

        .additional-content .additional-list li .rounded-icon {
            width: 80px;
            height: 80px;
            text-align: center;
            font-size: 26px;
            font-weight: 700;
            line-height: 80px;
            border-radius: 50%;
            background: #FFF0E3;
            color: #141F39;
            margin-top: 5px;
        }

            .additional-content .additional-list li .rounded-icon.style2 {
                background: #E3FCF8;
            }

            .additional-content .additional-list li .rounded-icon.style3 {
                background: #FFE2F8;
            }

        .additional-content .additional-list li .content {
            margin-left: 25px;
        }

            .additional-content .additional-list li .content h4 {
                font-weight: 600;
                font-size: 20px;
                margin-bottom: 12px;
            }

            .additional-content .additional-list li .content p {
                margin-bottom: 0;
            }

.additional-image {
    text-align: center;
    position: relative;
    background-image: url(../images/additional/additional1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    margin-right: 50px;
}

    .additional-image .small-additional1 {
        position: absolute;
        left: 20px;
        bottom: 20px;
    }

    .additional-image .additional-shape1 {
        position: absolute;
        left: 40px;
        top: 55px;
        animation: simple-move 4s 1s linear infinite alternate;
    }

    .additional-image .additional-shape2 {
        position: absolute;
        top: 80px;
        right: 40px;
    }

    .additional-image .additional2 {
        position: absolute;
        bottom: 0;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

/*
Grow Warp  Style
======================================================*/
.inner-grow-warp {
    position: relative;
    background: #FFF8F0;
    border-radius: 10px;
    margin-bottom: -100px;
    z-index: 1;
    padding-left: 70px;
    padding-right: 70px;
}

    .inner-grow-warp .grow-counter {
        text-align: center;
        margin-bottom: 25px;
    }

        .inner-grow-warp .grow-counter h2 {
            font-size: 45px;
            margin-bottom: 8px;
        }

        .inner-grow-warp .grow-counter p {
            color: #6B6B6B;
        }

    .inner-grow-warp::before {
        content: "";
        position: absolute;
        top: 54%;
        left: 160px;
        right: 160px;
        height: 1px;
        background: rgba(57, 33, 245, 0.15);
    }

    .inner-grow-warp .section-title {
        margin-bottom: 80px;
    }

/*
Video Warp  Style
======================================================*/
.video-warp {
    position: relative;
    background-image: url(../images/heros/video1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 420px;
    padding-bottom: 320px;
    text-align: center;
    background-attachment: fixed;
}

    .video-warp .video-btn {
        text-align: center;
        width: 60px;
        height: 60px;
        border-radius: 5px;
        background-color: #ffffff;
        font-size: 34px;
        line-height: 62px;
        margin-left: auto;
        margin-right: auto;
        color: #3921F5;
        position: relative;
        transition: all ease 0.5s;
    }

        .video-warp .video-btn:hover {
            background-color: #3921F5;
            color: #ffffff;
        }

            .video-warp .video-btn:hover::before {
                border-color: #3921F5;
            }

            .video-warp .video-btn:hover::after {
                border-color: #3921F5;
            }

        .video-warp .video-btn::before {
            content: "";
            position: absolute;
            top: -10px;
            bottom: -10px;
            left: -10px;
            right: -10px;
            transition: all ease 0.5s;
            border: 1px solid rgba(56, 218, 113, 0.4);
            border-radius: 5px;
            animation: ripple 2s linear infinite;
        }

        .video-warp .video-btn::after {
            content: "";
            position: absolute;
            top: -20px;
            bottom: -20px;
            left: -20px;
            right: -20px;
            transition: all ease 0.5s;
            border: 1px solid rgba(56, 218, 113, 0.4);
            border-radius: 5px;
            animation: ripple 3s linear infinite;
        }

/*
Skill Warp  Style
======================================================*/
.inner-skill-warp {
    position: relative;
    text-align: center;
}

    .inner-skill-warp h1 {
        font-size: 55px;
        margin-bottom: 15px;
    }

    .inner-skill-warp .skill-btn {
        margin-top: 30px;
    }

        .inner-skill-warp .skill-btn .free-btn {
            background: linear-gradient(95.64deg, #3921F5 0%, #38DA71 100%);
            padding: 15px 35px;
            border: none;
            position: relative;
            transition: all ease 0.5s;
            color: #141F39;
            margin-left: 30px;
        }

            .inner-skill-warp .skill-btn .free-btn::before {
                content: "";
                position: absolute;
                top: 1px;
                left: 1px;
                right: 1px;
                z-index: -1;
                bottom: 1px;
                width: 98.5%;
                transition: all ease 0.5s;
                border-radius: 30px;
                background: #ffffff;
            }

            .inner-skill-warp .skill-btn .free-btn:hover {
                color: #ffffff;
            }

                .inner-skill-warp .skill-btn .free-btn:hover::before {
                    width: 0;
                    opacity: 0;
                }

        .inner-skill-warp .skill-btn .style1 {
            background: #3921F5;
            border-color: transparent;
        }

            .inner-skill-warp .skill-btn .style1:hover {
                background: transparent;
                color: #141F39;
                border-color: #3921F5;
            }

    .inner-skill-warp .skill1 {
        position: absolute;
        width: 165px;
        height: 165px;
        border-radius: 10px;
        left: 0;
        top: -60px;
    }

    .inner-skill-warp .skill2 {
        position: absolute;
        left: 50px;
        bottom: -55px;
        width: 165px;
        height: 98px;
        border-radius: 50px;
    }

    .inner-skill-warp .skill3 {
        position: absolute;
        width: 165px;
        height: 165px;
        right: 0;
        top: -60px;
    }

    .inner-skill-warp .skill4 {
        position: absolute;
        width: 165px;
        height: 132px;
        right: 55px;
        bottom: -50px;
        border-radius: 30px;
    }

    .inner-skill-warp .skill-content {
        max-width: 840px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 60px;
        margin-bottom: 55px;
    }

/*
Footer Warp  Style
======================================================*/
.footer-widget {
    margin-bottom: 25px;
}

    .footer-widget h4 {
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .footer-widget .footer-logo {
        margin-top: 15px;
        display: inline-block;
    }

    .footer-widget .footer-link {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .footer-widget .footer-link li {
            margin-bottom: 12px;
        }

            .footer-widget .footer-link li:last-child {
                margin-bottom: 0;
            }

            .footer-widget .footer-link li a:hover {
                color: #3921F5;
            }

    .footer-widget .footer-contact {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .footer-widget .footer-contact li {
            margin-bottom: 18px;
        }

            .footer-widget .footer-contact li:last-child {
                margin-bottom: 0;
            }

            .footer-widget .footer-contact li span {
                display: block;
                margin-bottom: 5px;
            }

            .footer-widget .footer-contact li a {
                font-weight: 600;
                color: #141F39;
            }

            .footer-widget .footer-contact li p {
                font-weight: 600;
                color: #141F39;
            }

    .footer-widget .input-box {
        height: 60px;
        position: relative;
        margin-bottom: 40px;
    }

        .footer-widget .input-box .form-control {
            height: 100%;
            border: none;
            padding-left: 20px;
            border: none;
        }

            .footer-widget .input-box .form-control:focus {
                box-shadow: unset;
            }

                .footer-widget .input-box .form-control:focus::-moz-placeholder {
                    color: transparent;
                }

                .footer-widget .input-box .form-control:focus::placeholder {
                    color: transparent;
                }

            .footer-widget .input-box .form-control::-moz-placeholder {
                color: #6B6B6B;
                -moz-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

            .footer-widget .input-box .form-control::placeholder {
                color: #6B6B6B;
                transition: all ease 0.5s;
            }

        .footer-widget .input-box .input-btn {
            position: absolute;
            border: none;
            background: #38DA71;
            border-radius: 5px;
            top: 5px;
            bottom: 5px;
            right: 5px;
            padding: 5px 14px;
            transition: all ease 0.5s;
        }

            .footer-widget .input-box .input-btn:hover {
                background-color: #3921F5;
            }

    .footer-widget .social-list {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .footer-widget .social-list li {
            display: inline-block;
            padding-right: 10px;
        }

            .footer-widget .social-list li:last-child {
                padding-right: 0;
            }

            .footer-widget .social-list li a {
                width: 36px;
                height: 36px;
                text-align: center;
                font-size: 20px;
                color: #6B6B6B;
                display: inline-block;
                line-height: 36px;
                border-radius: 50%;
                background-color: #ffffff;
                transition: all ease 0.5s;
            }

                .footer-widget .social-list li a:hover {
                    color: #ffffff;
                    background-color: #3921F5;
                }

    .footer-widget .play-store {
        margin-left: 20px;
    }

.footer-warp .col-lg-3:nth-child(1) .footer-widget {
    margin-right: -20px;
}

    .footer-warp .col-lg-3:nth-child(1) .footer-widget.style5 {
        margin-right: -30px;
    }

.footer-warp .col-lg-3:nth-child(2) .footer-widget {
    margin-left: 130px;
}

    .footer-warp .col-lg-3:nth-child(2) .footer-widget.style2 {
        margin-left: 90px;
    }

    .footer-warp .col-lg-3:nth-child(2) .footer-widget.style5 {
        margin-left: 130px;
    }

.footer-warp .col-lg-3:nth-child(3) .footer-widget {
    margin-left: 50px;
}

    .footer-warp .col-lg-3:nth-child(3) .footer-widget.style2 {
        margin-left: 20px;
    }

    .footer-warp .col-lg-3:nth-child(3) .footer-widget.style5 {
        margin-left: 25px;
    }

.footer-warp .col-lg-3:nth-child(4) .footer-widget {
    margin-left: 50px;
}

    .footer-warp .col-lg-3:nth-child(4) .footer-widget.style2 {
        margin-left: -20px;
        margin-right: -10px;
    }

    .footer-warp .col-lg-3:nth-child(4) .footer-widget.style5 {
        margin-left: -10px;
    }

/*
Copyright Warp  Style
======================================================*/
.inner-copyright-warp {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: solid 1px rgba(57, 33, 245, 0.15);
}

    .inner-copyright-warp p {
        line-height: 1;
    }

        .inner-copyright-warp p a {
            color: #3921F5;
        }

.copyright-warp {
    background: #F9F2F3;
}

/*
Hero Style2 Warp  Style
======================================================*/
.hero-style2-warp {
    background-image: url(../images/heros/hero4.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 340px;
    padding-bottom: 215px;
    margin-top: -125px;
    position: relative;
}

    .hero-style2-warp .all-shapes .hero-shape2-1 {
        position: absolute;
        bottom: 0;
        right: 7.5%;
        pointer-events: none;
    }

    .hero-style2-warp .all-shapes .hero-shape2-2 {
        position: absolute;
        top: 200px;
        left: 6%;
    }

    .hero-style2-warp .all-shapes .hero-shape2-3 {
        position: absolute;
        top: 220px;
        left: 34%;
        animation: simple-move 4s 1s linear infinite alternate;
    }

    .hero-style2-warp .all-shapes .hero-shape2-4 {
        position: absolute;
        bottom: 131px;
        left: 37%;
    }

    .hero-style2-warp .all-shapes .hero-shape2-5 {
        position: absolute;
        bottom: 140px;
        left: 6%;
    }

    .hero-style2-warp .hero-style-main {
        position: absolute;
        right: 0;
        bottom: 0;
        pointer-events: none;
    }

.hero-style2-content {
    max-width: 625px;
}

    .hero-style2-content .title {
        font-weight: 500;
        color: #3921F5;
        display: inline-block;
        margin-bottom: 2px;
    }

    .hero-style2-content h1 {
        font-weight: 800;
        font-size: 60px;
        margin-bottom: 8px;
        line-height: 1.4;
    }

    .hero-style2-content .input-widget {
        position: relative;
        margin-top: 30px;
        margin-bottom: 45px;
    }

        .hero-style2-content .input-widget .input-form {
            position: relative;
            border-radius: 50px;
            height: 55px;
            max-width: 425px;
            background: linear-gradient(95.64deg, #3921F5 0%, #38DA71 100%);
        }

            .hero-style2-content .input-widget .input-form .form-control {
                border-radius: 50px;
                border: none;
                position: absolute;
                left: 1px;
                right: 2px;
                top: 1px;
                width: 99.5%;
                bottom: 1px;
                padding-left: 25px;
            }

                .hero-style2-content .input-widget .input-form .form-control:focus {
                    box-shadow: unset;
                }

                    .hero-style2-content .input-widget .input-form .form-control:focus::-moz-placeholder {
                        color: transparent;
                    }

                    .hero-style2-content .input-widget .input-form .form-control:focus::placeholder {
                        color: transparent;
                    }

                .hero-style2-content .input-widget .input-form .form-control::-moz-placeholder {
                    -moz-transition: all ease 0.5s;
                    transition: all ease 0.5s;
                    color: #AFAFAF;
                }

                .hero-style2-content .input-widget .input-form .form-control::placeholder {
                    transition: all ease 0.5s;
                    color: #AFAFAF;
                }

        .hero-style2-content .input-widget .default-btn {
            position: absolute;
            right: 0;
            top: 0;
            padding: 15px 34px;
        }

    .hero-style2-content .user {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .hero-style2-content .user li {
            display: inline-block;
            margin-left: -25px;
        }

            .hero-style2-content .user li:first-child {
                margin-left: 0;
            }

    .hero-style2-content .content {
        margin-left: 20px;
    }

        .hero-style2-content .content h6 {
            font-weight: 600;
            font-size: 20px;
        }

.hero-style2-image {
    position: relative;
}

    .hero-style2-image .hero2-1 {
        position: absolute;
        top: -60px;
        left: 0;
    }

    .hero-style2-image .hero2-2 {
        position: absolute;
        right: 30px;
        top: -55px;
    }

    .hero-style2-image .hero2-3 {
        position: absolute;
        right: -20px;
        top: 140px;
    }

    .hero-style2-image .hero2-4 {
        position: absolute;
        top: 480px;
        left: 30px;
    }

/*
Partner Warp  Style
======================================================*/
.partner-features-warp h5 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 50px;
}

.partner-features-warp .inner-partner-warp {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: solid 1px rgba(93, 143, 129, 0.13);
    border-top: solid 1px rgba(93, 143, 129, 0.13);
}

.partner-features-warp .swiper-slide {
    text-align: center;
}

/*
Support Warp  Style
======================================================*/
.support-image {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-right: 50px;
    padding-top: 50px;
    padding-bottom: 55px;
}

    .support-image::before {
        content: "";
        position: absolute;
        top: 0;
        left: -15px;
        bottom: 0;
        right: 0;
        z-index: -1;
        width: 100%;
        background: #FCC3A6;
        opacity: 0.31;
        border-radius: 50%;
    }

.support-content {
    margin-left: 10px;
}

    .support-content .support-list {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        position: relative;
    }

        .support-content .support-list::before {
            content: "";
            position: absolute;
            top: 20px;
            left: 33px;
            bottom: 20px;
            width: 1px;
            background: #FFF0C6;
            border-radius: 10px;
        }

        .support-content .support-list li {
            position: relative;
            padding-left: 92px;
            margin-bottom: 40px;
        }

            .support-content .support-list li:last-child {
                margin-bottom: 0;
            }

            .support-content .support-list li .icon {
                width: 67px;
                height: 74px;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
                position: absolute;
                left: 0;
                top: 0;
                text-align: center;
                font-size: 36px;
                line-height: 80px;
                color: #141F39;
            }

                .support-content .support-list li .icon.bg1 {
                    background-image: url(../images/small-images/support1.png);
                }

                .support-content .support-list li .icon.bg2 {
                    background-image: url(../images/small-images/support2.png);
                }

                .support-content .support-list li .icon.bg3 {
                    background-image: url(../images/small-images/support3.png);
                }

                .support-content .support-list li .icon.bg4 {
                    background-image: url(../images/small-images/support4.png);
                }

            .support-content .support-list li .content h6 {
                font-weight: 600;
                font-size: 20px;
                margin-bottom: 14px;
            }

/*
Live Chat Warp  Style
======================================================*/
.live-chat-warp {
    background: #347362;
    position: relative;
    margin-top: 40px;
}

    .live-chat-warp .section-title p {
        color: #F4F4F4;
    }

    .live-chat-warp .section-title h2 {
        color: #ffffff;
    }

    .live-chat-warp .chat-icon {
        width: 80px;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 110px;
        border-radius: 50%;
        background: #FFF6E9;
        font-size: 40px;
        line-height: 85px;
        position: relative;
    }

        .live-chat-warp .chat-icon .chat-shape1 {
            position: absolute;
            bottom: -75px;
            left: 50%;
            transform: translateX(-20px);
        }

    .live-chat-warp .inner-live-chat {
        text-align: center;
        position: relative;
    }

        .live-chat-warp .inner-live-chat::before {
            content: "";
            position: absolute;
            top: 45px;
            left: 50px;
            right: 50px;
            border-top: 1px dashed rgba(255, 255, 255, 0.2);
        }

    .live-chat-warp .chat-card {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 10px;
        padding: 40px;
        margin-bottom: 25px;
    }

        .live-chat-warp .chat-card span {
            color: #F4F4F4;
            display: inline-block;
            margin-bottom: 10px;
        }

        .live-chat-warp .chat-card h3 {
            font-weight: 600;
            font-size: 26px;
            margin-bottom: 15px;
            color: #ffffff;
        }

        .live-chat-warp .chat-card p {
            color: #F4F4F4;
        }

    .live-chat-warp .live-shape1 {
        position: absolute;
        top: 145px;
        left: 160px;
    }

    .live-chat-warp .live-shape2 {
        position: absolute;
        top: 145px;
        right: 150px;
    }

    .live-chat-warp .col-lg-4:nth-child(1) .chat-card {
        margin-right: 20px;
    }

    .live-chat-warp .col-lg-4:nth-child(2) .chat-card {
        margin-left: 10px;
        margin-right: 10px;
    }

    .live-chat-warp .col-lg-4:nth-child(3) .chat-card {
        margin-left: 20px;
    }

/*
Connecting Warp  Style
======================================================*/
.logo-button-warp .connecting-shape1 {
    position: relative;
    left: -115px;
    margin-right: -95px;
}

.logo-button-warp .logo-button-list {
    list-style: none;
    padding-left: 40px;
    margin-bottom: 0;
}

    .logo-button-warp .logo-button-list li {
        margin-bottom: 20px;
        width: 228px;
    }

        .logo-button-warp .logo-button-list li:last-child {
            margin-bottom: 0;
        }

        .logo-button-warp .logo-button-list li .logo-btn {
            position: relative;
            display: flex;
            align-items: center;
            width: 100%;
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 15px;
            padding-top: 15px;
            background: #F0F7FF;
            border-radius: 10px;
        }

            .logo-button-warp .logo-button-list li .logo-btn h6 {
                margin-bottom: 0;
                margin-left: 15px;
                font-weight: 700;
                font-size: 20px;
            }

            .logo-button-warp .logo-button-list li .logo-btn .connect1 {
                width: 36px;
                height: 36px;
            }

.connecting-image {
    padding-right: 88px;
}

.connecting-content .content-list {
    list-style-type: none;
    margin-bottom: 20px;
    padding-left: 0;
    margin-top: 30px;
}

    .connecting-content .content-list li {
        display: inline-block;
        padding-left: 28px;
        padding-right: 40px;
        position: relative;
        color: #141F39;
    }

        .connecting-content .content-list li:last-child {
            padding-right: 0;
        }

        .connecting-content .content-list li i {
            position: absolute;
            color: #3921F5;
            left: 0;
            top: -3px;
            font-size: 22px;
        }

/*
Vision Warp  Style
======================================================*/
.vision-warp {
    background: rgba(243, 113, 136, 0.05);
}

.vision-image {
    position: relative;
    text-align: end;
    z-index: 1;
    padding-top: 70px;
}

    .vision-image .vision-shape1 {
        position: absolute;
        right: -60px;
        bottom: 0;
        z-index: -1;
    }

.vision-content {
    margin-right: -5px;
}

    .vision-content .vision-list {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 30px;
        position: relative;
    }

        .vision-content .vision-list::before {
            content: "";
            position: absolute;
            top: 20px;
            left: 33px;
            bottom: 20px;
            width: 1px;
            background: #FFE2F8;
            border-radius: 10px;
        }

        .vision-content .vision-list li {
            position: relative;
            padding-left: 90px;
            margin-bottom: 40px;
        }

            .vision-content .vision-list li:last-child {
                margin-bottom: 0;
            }

            .vision-content .vision-list li .icon {
                width: 67px;
                height: 74px;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
                position: absolute;
                left: 0;
                top: 0;
                text-align: center;
                font-weight: 600;
                font-size: 20px;
                color: #141F39;
                line-height: 76px;
                color: #141F39;
            }

                .vision-content .vision-list li .icon.bg1 {
                    background-image: url(../images/small-images/vision1.png);
                }

                .vision-content .vision-list li .icon.bg2 {
                    background-image: url(../images/small-images/vision2.png);
                }

                .vision-content .vision-list li .icon.bg3 {
                    background-image: url(../images/small-images/vision3.png);
                }

            .vision-content .vision-list li .content h6 {
                font-weight: 600;
                font-size: 20px;
                margin-bottom: 14px;
            }

/*
Customer Question Warp  Style
======================================================*/
.accordion-content .accordion-item {
    margin-bottom: 30px;
    border: 1px solid #D9ECFF;
    border-radius: 5px;
    transition: all ease 0.5s;
}

    .accordion-content .accordion-item:hover {
        border-color: #2A9A70;
        border-radius: 5px;
    }

    .accordion-content .accordion-item .accordion-button {
        font-weight: 600;
        font-size: 16px;
        line-height: 1;
        transition: all ease 0.5s;
        border: none;
        box-shadow: unset;
        padding-left: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-radius: 5px;
    }

        .accordion-content .accordion-item .accordion-button::after {
            background-image: url(../images/svgs/arrow2.svg);
            background-size: 16px;
        }

        .accordion-content .accordion-item .accordion-button:not(.collapsed) {
            background-color: #ffffff;
            box-shadow: unset;
            padding-bottom: 14px;
            transition: all ease 0.5s;
        }

            .accordion-content .accordion-item .accordion-button:not(.collapsed)::after {
                background-image: url(../images/svgs/arrow3.svg);
                transform: unset;
            }

        .accordion-content .accordion-item .accordion-button:focus {
            box-shadow: unset;
        }

    .accordion-content .accordion-item .accordion-body {
        padding: 0 20px 15px 30px;
        border-radius: 5px;
        transition: all ease 0.5s;
    }

/*
Customer Say Warp  Style
======================================================*/
.customer-say-warp .mySwiper2 {
    height: 80%;
    width: 100%;
}

.customer-say-warp .mySwiper .swiper-slide {
    opacity: 0.4;
    transition: all ease 0.5s;
}

    .customer-say-warp .mySwiper .swiper-slide .image {
        width: 68px;
        height: 68px;
        border-radius: 50%;
        position: relative;
    }

        .customer-say-warp .mySwiper .swiper-slide .image::before {
            content: "";
            position: absolute;
            top: -8px;
            bottom: -8px;
            left: -8px;
            right: -8px;
            transition: all ease 0.5s;
            border-radius: 50%;
            border: solid 1px #ffffff;
            opacity: 0;
        }

    .customer-say-warp .mySwiper .swiper-slide:hover {
        opacity: 1;
    }

        .customer-say-warp .mySwiper .swiper-slide:hover .image::before {
            opacity: 1;
        }

.customer-say-warp .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

    .customer-say-warp .mySwiper .swiper-slide-thumb-active .image::before {
        opacity: 1;
    }

.customer-say-warp .swiper-btn {
    position: absolute;
    left: -52%;
    bottom: 30px;
    transform: rotate(90deg);
    overflow: revert;
}

    .customer-say-warp .swiper-btn img {
        width: 68px;
        height: 68px;
        border-radius: 50%;
        transform: rotate(-90deg);
    }

    .customer-say-warp .swiper-btn .swiper-slide {
        height: 85px;
        width: 85px !important;
        text-align: center;
        margin: auto;
    }

.customer-say-warp .swiper-btn-image {
    position: relative;
}

.inner-customer-warp {
    position: relative;
    background: #347362;
    border-radius: 10px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 100px;
}

    .inner-customer-warp .section-title h2 {
        color: #ffffff;
    }

    .inner-customer-warp .section-title p {
        color: #F4F4F4;
    }

    .inner-customer-warp .customer-say {
        margin-top: 10px;
    }

        .inner-customer-warp .customer-say .icon-content {
            align-items: center;
            margin-bottom: 30px;
        }

            .inner-customer-warp .customer-say .icon-content .icon {
                width: 60px;
                height: 60px;
                text-align: center;
                line-height: 60px;
                border-radius: 50%;
                background: #CFE7FF;
            }

            .inner-customer-warp .customer-say .icon-content .content {
                padding-left: 20px;
            }

                .inner-customer-warp .customer-say .icon-content .content h6 {
                    font-weight: 600;
                    font-size: 18px;
                    color: #ffffff;
                }

                .inner-customer-warp .customer-say .icon-content .content p {
                    margin-bottom: 0;
                    color: #ffffff;
                }

        .inner-customer-warp .customer-say .customer-card-content {
            padding: 30px 35px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 10px;
        }

            .inner-customer-warp .customer-say .customer-card-content p {
                color: #F4F4F4;
                font-size: 20px;
            }

    .inner-customer-warp .customer-content {
        margin-left: -10px;
        position: relative;
    }

    .inner-customer-warp .customer-shape1 {
        position: absolute;
        top: 150px;
        left: 115px;
    }

    .inner-customer-warp .customer-shape2 {
        position: absolute;
        top: 38%;
        left: 36%;
        animation: simple-move 4s 1s linear infinite alternate;
    }

    .inner-customer-warp .customer-shape3 {
        position: absolute;
        top: 145px;
        right: 100px;
    }

/*
Build Pricing Warp  Style
======================================================*/
.build-card {
    border: 1px solid rgba(52, 115, 98, 0.15);
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 25px;
    transition: all ease 0.5s;
    position: relative;
}

    .build-card .price-icon {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: solid 1px rgba(52, 115, 98, 0.15);
    }

        .build-card .price-icon.style2 .icon {
            background: #FFFBD3;
        }

        .build-card .price-icon.style3 .icon {
            background: #EBF8FF;
        }

        .build-card .price-icon h6 {
            font-weight: 600;
            font-size: 20px;
            margin-bottom: 25px;
        }

        .build-card .price-icon h1 {
            font-weight: 700;
            font-size: 40px;
            margin-bottom: 0;
        }

            .build-card .price-icon h1 span {
                font-weight: 400;
                font-size: 16px;
                color: #6B6B6B;
            }

        .build-card .price-icon .icon {
            width: 80px;
            height: 80px;
            text-align: center;
            font-size: 40px;
            border-radius: 50%;
            line-height: 90px;
            background: #FFE9D9;
        }

    .build-card .build-list {
        list-style: none;
        padding-left: 0;
        margin-bottom: 30px;
    }

        .build-card .build-list li {
            margin-bottom: 12px;
        }

            .build-card .build-list li:last-child {
                margin-bottom: 0;
            }

    .build-card .default-btn {
        background: linear-gradient(95.64deg, #3921F5 0%, #38DA71 100%);
        padding: 15px 28px;
        border: none;
        position: relative;
        transition: all ease 0.5s;
        color: #141F39;
        width: 100%;
        text-align: center;
    }

        .build-card .default-btn::before {
            content: "";
            position: absolute;
            top: 1px;
            left: 1px;
            right: 1px;
            z-index: -1;
            bottom: 1px;
            width: 99.5%;
            transition: all ease 0.5s;
            border-radius: 30px;
            background: #ffffff;
        }

        .build-card .default-btn:hover {
            color: #ffffff;
        }

            .build-card .default-btn:hover::before {
                width: 0;
                opacity: 0;
            }

            .build-card .default-btn:hover::after {
                opacity: 1;
            }

        .build-card .default-btn::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            z-index: -1;
            height: 100%;
            width: 100%;
            background: #2A9A70;
            transition: all ease 0.5s;
            opacity: 0;
        }

    .build-card:hover {
        border-color: transparent;
        box-shadow: 0px 5px 40px rgba(20, 31, 57, 0.06);
    }

    .build-card .build-pricing-shape1 {
        position: absolute;
        right: 50px;
        top: 39%;
    }

/*
Copyright Warp  Style
======================================================*/
.copyright-style2-warp .social-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .copyright-style2-warp .social-list li {
        display: inline-block;
        padding-right: 10px;
    }

        .copyright-style2-warp .social-list li:last-child {
            padding-right: 0;
        }

        .copyright-style2-warp .social-list li a {
            width: 36px;
            height: 36px;
            text-align: center;
            font-size: 20px;
            color: #6B6B6B;
            display: inline-block;
            line-height: 36px;
            border-radius: 50%;
            background-color: #ffffff;
            transition: all ease 0.5s;
        }

            .copyright-style2-warp .social-list li a:hover {
                color: #ffffff;
                background-color: #3921F5;
            }

.copyright-style2-warp .style2 p a {
    color: #2A9A70;
}

.copyright-style2-warp .style2 .social-list li a:hover {
    background-color: #2A9A70;
}

.copyright-style2-warp .style3 p a {
    color: #2BB965;
}

.copyright-style2-warp .style3 .social-list li a:hover {
    background-color: #2BB965;
}

.copyright-style2-warp .style5 p a {
    color: #D50F2E;
}

.copyright-style2-warp .style5 .social-list li a:hover {
    background-color: #D50F2E;
}

/*
Middle Hero Warp  Style
======================================================*/
.middle-hero-warp {
    position: relative;
    z-index: 1;
}

    .middle-hero-warp .hero3-shape1 {
        position: absolute;
        top: 7%;
        left: 10%;
    }

    .middle-hero-warp .hero3-shape2 {
        position: absolute;
        top: 12%;
        right: 9%;
    }

    .middle-hero-warp::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: -1;
        right: 0;
        height: 300px;
        width: 300px;
        background: #38DA71;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        filter: blur(600px);
    }

.middle-hero-content {
    text-align: center;
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 140px;
    margin-bottom: 80px;
}

    .middle-hero-content h2 {
        font-weight: 600;
        line-height: 1.4;
        font-size: 55px;
        font-family: "Manrope", sans-serif;
        margin-bottom: 15px;
    }

    .middle-hero-content p {
        margin-bottom: 40px;
    }

    .middle-hero-content .default-btn.style3 {
        background: linear-gradient(95.64deg, #3921F5 0%, #38DA71 100%);
        padding: 15px 28px;
        border: none;
        position: relative;
        transition: all ease 0.5s;
        color: #141F39;
        margin-left: 25px;
    }

        .middle-hero-content .default-btn.style3::before {
            content: "";
            position: absolute;
            top: 1px;
            left: 1px;
            right: 1px;
            z-index: -1;
            bottom: 1px;
            width: 99%;
            transition: all ease 0.5s;
            border-radius: 30px;
            background: #f1fff6;
        }

        .middle-hero-content .default-btn.style3:hover {
            color: #ffffff;
        }

            .middle-hero-content .default-btn.style3:hover::before {
                width: 0;
                opacity: 0;
            }

.middle-banner-bg {
    background: #F6F8FF;
    border-radius: 10px;
    position: relative;
    text-align: center;
    margin-bottom: 100px;
    padding-top: 50px;
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
}

    .middle-banner-bg .middle-banner2 {
        position: absolute;
        bottom: 135px;
        left: 50px;
        box-shadow: -10px 10px 40px rgba(20, 31, 57, 0.05);
    }

    .middle-banner-bg .middle-banner3 {
        position: absolute;
        top: 175px;
        right: 50px;
        box-shadow: -10px 10px 40px rgba(20, 31, 57, 0.05);
    }

    .middle-banner-bg .hero3-shape3 {
        position: absolute;
        top: 75px;
        left: 80px;
    }

    .middle-banner-bg .hero3-shape4 {
        position: absolute;
        bottom: 155px;
        right: 60px;
    }

/*
Brand Warp  Style
======================================================*/
.inner-brand-warp {
    border: 1px solid #E7F3FF;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
}

    .inner-brand-warp .brand-logo {
        position: relative;
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .inner-brand-warp .brand-logo::before {
            content: "";
            position: absolute;
            top: 15px;
            right: -57px;
            bottom: 15px;
            border-right: 1px solid #E7F3FF;
        }

    .inner-brand-warp .partner-slider {
        overflow: revert;
    }

/*
Control Warp  Style
======================================================*/
.control-warp {
    position: relative;
    margin-bottom: 165px;
}

    .control-warp .control-bg1 {
        position: absolute;
        bottom: -165px;
        left: 0;
        right: 0;
        z-index: -1;
    }

    .control-warp .section-title {
        max-width: 725px;
    }

        .control-warp .section-title h2 {
            font-family: "Manrope";
            font-weight: 600;
            font-size: 40px;
        }

    .control-warp .control-nav-pills {
        justify-content: space-between;
        padding-left: 50px;
        padding-right: 50px;
        margin-bottom: 40px !important;
    }

        .control-warp .control-nav-pills .nav-link {
            font-weight: 500;
            font-size: 16px;
            color: #141F39;
        }

            .control-warp .control-nav-pills .nav-link.active {
                color: #2BB965;
                background-color: transparent;
            }

    .control-warp .control-tab-content {
        background-color: #ffffff;
        border-radius: 10px;
        padding: 80px;
    }

.control-content {
    padding-right: 65px;
}

    .control-content .title {
        font-weight: 500;
        font-size: 16px;
        color: #38DA71;
        display: inline-block;
        margin-bottom: 10px;
    }

    .control-content h3 {
        font-weight: 600;
        font-size: 30px;
        font-family: "Manrope";
        margin-bottom: 12px;
    }

    .control-content .control-list {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        max-width: 550px;
        margin-top: 30px;
    }

        .control-content .control-list li {
            position: relative;
            margin-bottom: 30px;
            padding-left: 80px;
        }

            .control-content .control-list li:last-child {
                margin-bottom: 0;
            }

            .control-content .control-list li .icon {
                position: absolute;
                left: 0;
                font-weight: 600;
                font-size: 20px;
                font-family: "Manrope";
                color: #141F39;
                height: 60px;
                width: 60px;
                line-height: 60px;
                text-align: center;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
            }

                .control-content .control-list li .icon.bg1 {
                    background-image: url(../images/small-images/c1.png);
                }

                .control-content .control-list li .icon.bg2 {
                    background-image: url(../images/small-images/c2.png);
                }

                .control-content .control-list li .icon.bg3 {
                    background-image: url(../images/small-images/c3.png);
                }

    .control-content .control-btn {
        background: linear-gradient(95.64deg, #3921F5 0%, #38DA71 100%);
        padding: 15px 35px;
        border: none;
        position: relative;
        transition: all ease 0.5s;
        color: #141F39;
        margin-top: 50px;
        font-weight: 500;
        border-radius: 30px;
        display: inline-block;
    }

        .control-content .control-btn::before {
            content: "";
            position: absolute;
            top: 1px;
            left: 1px;
            right: 1px;
            bottom: 1px;
            width: 98.5%;
            transition: all ease 0.5s;
            border-radius: 30px;
            background: #ffffff;
        }

        .control-content .control-btn:hover {
            color: #ffffff;
        }

            .control-content .control-btn:hover::before {
                width: 0;
                opacity: 0;
            }

        .control-content .control-btn span {
            position: relative;
        }

.control-image {
    position: relative;
    padding-left: 10px;
}

    .control-image .small-control1 {
        position: absolute;
        top: 37px;
        left: -55px;
    }

    .control-image .small-control2 {
        position: absolute;
        right: 0;
        top: -15px;
    }

    .control-image .small-control3 {
        position: absolute;
        bottom: -25px;
        left: 50px;
    }

/*
Goal Warp  Style
======================================================*/
.goal-card {
    margin-bottom: 25px;
    padding: 40px;
    border-radius: 10px;
}

    .goal-card.bg1 {
        background: #FFEFFA;
    }

    .goal-card.bg2 {
        background: #EDFFDF;
    }

    .goal-card.bg3 {
        background: #EBF8FF;
    }

    .goal-card.bg4 {
        background: #FFF9E8;
    }

    .goal-card .icon {
        width: 100px;
        height: 100px;
        line-height: 110px;
        background: #ffffff;
        font-size: 45px;
        text-align: center;
        border-radius: 50%;
        margin-bottom: 25px;
    }

    .goal-card h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

.goal-warp .section-title {
    max-width: 825px;
    margin-bottom: 20px;
}

    .goal-warp .section-title h2 {
        font-family: "Manrope";
        font-weight: 600;
        font-size: 40px;
    }

/*
Overview Warp  Style
======================================================*/
.overview-image {
    position: relative;
    margin-top: 10px;
    text-align: center;
    margin-right: 60px;
}

    .overview-image .small-overview1 {
        position: absolute;
        top: -10px;
        left: 100px;
    }

    .overview-image .small-overview2 {
        position: absolute;
        left: 0;
        bottom: 50px;
    }

    .overview-image .small-overview3 {
        position: absolute;
        right: 0;
        bottom: 100px;
    }

    .overview-image .small-overview4 {
        position: absolute;
        top: 45px;
        right: 102px;
    }

.overview-content {
    padding-left: 50px;
}

    .overview-content h2 {
        font-family: "Manrope";
        font-weight: 600;
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 35px;
    }

    .overview-content .overview-say {
        margin-top: 10px;
    }

        .overview-content .overview-say .user-icon {
            width: 70px;
            height: 70px;
            position: relative;
            margin-left: 25px;
        }

            .overview-content .overview-say .user-icon .overview1 {
                border-radius: 50%;
            }

            .overview-content .overview-say .user-icon .icon {
                text-align: center;
                width: 43px;
                height: 43px;
                border-radius: 50%;
                line-height: 43px;
                background: #B8DBFC;
                left: -25px;
                top: -10px;
                position: absolute;
            }

        .overview-content .overview-say .content {
            padding-left: 20px;
        }

            .overview-content .overview-say .content h6 {
                font-weight: 600;
                font-size: 18px;
            }

        .overview-content .overview-say .user-content {
            margin-bottom: 25px;
        }

        .overview-content .overview-say p {
            font-weight: 300;
            font-size: 20px;
            margin-bottom: 15px;
        }

        .overview-content .overview-say i {
            color: #FFC100;
        }

/*
Simplify Warp  Style
======================================================*/
.simplify-content h2 {
    font-family: "Manrope";
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 15px;
}

.simplify-content p {
    margin-bottom: 35px;
}

.simplify-content .simplify-widget {
    max-width: 260px;
    margin-bottom: 25px;
}

    .simplify-content .simplify-widget .icon {
        width: 80px;
        height: 80px;
        line-height: 78px;
        text-align: center;
        border-radius: 50%;
        margin-bottom: 20px;
    }

        .simplify-content .simplify-widget .icon.bg1 {
            background: #FFE3E1;
        }

        .simplify-content .simplify-widget .icon.bg2 {
            background: #E6E6FC;
        }

    .simplify-content .simplify-widget h6 {
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
    }

.simplify-content .simplify-btn {
    background: linear-gradient(95.64deg, #3921F5 0%, #38DA71 100%);
    padding: 15px 28px;
    border: none;
    position: relative;
    transition: all ease 0.5s;
    color: #141F39;
    border-radius: 30px;
    display: inline-block;
    margin-top: 20px;
}

    .simplify-content .simplify-btn span {
        position: relative;
    }

    .simplify-content .simplify-btn::before {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        width: 99%;
        transition: all ease 0.5s;
        border-radius: 30px;
        background: #ffffff;
    }

    .simplify-content .simplify-btn:hover {
        color: #ffffff;
    }

        .simplify-content .simplify-btn:hover::before {
            width: 0;
            opacity: 0;
        }

.simplify-content .col-lg-5:nth-child(1) .simplify-widget {
    padding-right: 30px;
}

.simplify-content .col-lg-5:nth-child(2) .simplify-widget {
    margin-left: 20px;
}

.simplify-image {
    position: relative;
    padding-left: 55px;
    padding-top: 105px;
    padding-bottom: 105px;
    z-index: 1;
}

    .simplify-image::before {
        content: "";
        position: absolute;
        top: 0;
        left: 140px;
        right: 130px;
        z-index: -1;
        bottom: 0;
        background: #F0F7FF;
        border-radius: 10px;
    }

    .simplify-image .small-simplify1 {
        position: absolute;
        top: 50px;
        left: 38px;
        z-index: -1;
        box-shadow: -5px 0px 40px 5px rgba(20, 31, 57, 0.05);
    }

    .simplify-image .small-simplify3 {
        position: absolute;
        bottom: 30px;
        left: 0;
        box-shadow: -10px 5px 40px 5px rgba(20, 31, 57, 0.05);
    }

    .simplify-image .small-simplify4 {
        position: absolute;
        bottom: 50px;
        right: 185px;
    }

    .simplify-image .simplify-shape1 {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-194px);
        z-index: -1;
    }

/*
Choose Plan Warp  Style
======================================================*/
.inner-cp-warp {
    border-top: 1px solid #D9ECFF;
}

    .inner-cp-warp.style2 {
        border-top: none;
    }

    .inner-cp-warp .section-title {
        max-width: 650px;
    }

        .inner-cp-warp .section-title h2 {
            font-family: "Manrope";
            font-weight: 600;
            font-size: 40px;
            line-height: 55px;
        }

    .inner-cp-warp .cp-card {
        margin-bottom: 25px;
        text-align: center;
        padding: 40px;
        border: 1px solid rgba(20, 31, 57, 0.1);
        border-radius: 10px;
        transition: all ease 0.5s;
        background-color: #ffffff;
    }

        .inner-cp-warp .cp-card:hover {
            border-color: transparent;
            box-shadow: 0px 10px 40px 5px rgba(20, 31, 57, 0.05);
        }

        .inner-cp-warp .cp-card .default-btn {
            background: linear-gradient(95.64deg, #3921F5 0%, #38DA71 100%);
            padding: 15px 28px;
            border: none;
            position: relative;
            transition: all ease 0.5s;
            color: #141F39;
            width: 100%;
            text-align: center;
        }

            .inner-cp-warp .cp-card .default-btn::before {
                content: "";
                position: absolute;
                top: 1px;
                left: 1px;
                right: 1px;
                z-index: -1;
                bottom: 1px;
                width: 99.5%;
                transition: all ease 0.5s;
                border-radius: 30px;
                background: #ffffff;
            }

            .inner-cp-warp .cp-card .default-btn:hover {
                color: #ffffff;
            }

                .inner-cp-warp .cp-card .default-btn:hover::before {
                    width: 0;
                    opacity: 0;
                }

                .inner-cp-warp .cp-card .default-btn:hover::after {
                    opacity: 1;
                }

            .inner-cp-warp .cp-card .default-btn::after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                z-index: -1;
                height: 100%;
                width: 100%;
                background: #2BB965;
                transition: all ease 0.5s;
                opacity: 0;
            }

        .inner-cp-warp .cp-card h5 {
            font-weight: 600;
            font-size: 20px;
            margin-bottom: 25px;
        }

        .inner-cp-warp .cp-card h1 {
            font-size: 40px;
            margin-bottom: 0;
        }

            .inner-cp-warp .cp-card h1 span {
                font-size: 16px;
                font-weight: 400;
            }

        .inner-cp-warp .cp-card .cp-content {
            margin-bottom: 30px;
            padding-bottom: 30px;
            border-bottom: 1px solid rgba(20, 31, 57, 0.1);
        }

        .inner-cp-warp .cp-card .cp-list {
            list-style: none;
            padding-left: 0;
            margin-bottom: 30px;
        }

            .inner-cp-warp .cp-card .cp-list li {
                margin-bottom: 12px;
                color: #6B6B6B;
            }

s .inner-cp-warp .cp-card .cp-list li:last-child {
    margin-bottom: 0;
}

/*
Inner Easier Warp  Style
======================================================*/
.inner-easier-warp {
    position: relative;
    background: #F2F0FB;
    border-radius: 10px;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    padding: 100px;
    margin-bottom: 100px;
}

    .inner-easier-warp .easier-shape1 {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .inner-easier-warp h2 {
        font-weight: 600;
        font-size: 40px;
        font-family: "Manrope";
        max-width: 790px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 52px;
    }

    .inner-easier-warp .play-store {
        margin-left: 30px;
    }

    .inner-easier-warp .easier1 {
        position: absolute;
        left: 100px;
        bottom: 80px;
    }

    .inner-easier-warp .easier2 {
        position: absolute;
        right: 100px;
        bottom: 80px;
    }

/*
Productive Warp  Style
======================================================*/
.productive-image {
    position: relative;
    height: 599px;
}

    .productive-image::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: -1;
        left: 90px;
        right: 90px;
        background: #F0F7FF;
    }

    .productive-image .small-productive1 {
        top: 50px;
        position: absolute;
        left: 0;
    }

    .productive-image .small-productive2 {
        top: 50px;
        position: absolute;
        right: 18px;
    }

    .productive-image .small-productive3 {
        bottom: 50px;
        position: absolute;
        left: 0;
    }

    .productive-image .small-productive4 {
        bottom: 50px;
        position: absolute;
        right: -25px;
        filter: drop-shadow(0px 10px 40px rgba(20, 31, 57, 0.05));
    }

.productive-content {
    padding-left: 80px;
    margin-right: -20px;
}

    .productive-content h2 {
        font-weight: 600;
        font-size: 40px;
        line-height: 55px;
        font-family: "Manrope";
        margin-bottom: 18px;
    }

    .productive-content .productive-list {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 30px;
    }

        .productive-content .productive-list li {
            position: relative;
            margin-bottom: 25px;
            padding-left: 50px;
        }

            .productive-content .productive-list li:last-child {
                margin-bottom: 0;
            }

            .productive-content .productive-list li .icon {
                position: absolute;
                left: 0;
                top: 2px;
            }

            .productive-content .productive-list li .content h6 {
                font-weight: 600;
                font-size: 20px;
                margin-bottom: 18px;
            }

/*
Black Hero Warp  Style
======================================================*/
.black-hero-warp {
    padding-top: 100px;
    padding-bottom: 135px;
    position: relative;
    z-index: 1;
}

    .black-hero-warp .black-hero-shape1 {
        position: absolute;
        left: 55px;
        top: 45px;
        z-index: -1;
    }

    .black-hero-warp .bh-shape1 {
        position: absolute;
        top: 100px;
        left: 40%;
    }

    .black-hero-warp .bh-shape2 {
        position: absolute;
        bottom: 170px;
        left: 23%;
    }

    .black-hero-warp .bh-shape3 {
        position: absolute;
        left: 51%;
        bottom: 150px;
    }

.bh-image {
    position: relative;
    text-align: end;
}

    .bh-image::before {
        content: "";
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        height: 250px;
        width: 250px;
        transform: translateY(-105px);
        z-index: -1;
        background: #006BFF;
        filter: blur(250px);
    }

.bh-content {
    margin-top: 30px;
}

    .bh-content .title {
        font-weight: 500;
        font-size: 16px;
        color: #778CAE;
        display: inline-block;
        margin-bottom: 10px;
    }

    .bh-content h1 {
        font-weight: 800;
        font-size: 60px;
        margin-right: -6px;
        margin-bottom: 12px;
        color: #ffffff;
        line-height: 1.3;
    }

        .bh-content h1 span {
            margin-right: 15px;
        }

    .bh-content p {
        color: #EEEEEE;
        margin-right: -15px;
    }

    .bh-content .default-btn {
        color: #141F39;
        margin-top: 18px;
    }

        .bh-content .default-btn:hover {
            color: #ffffff;
            border-color: #ffffff;
        }

/*
Black Logo Warp  Style
======================================================*/
.inner-blg-warp {
    text-align: center;
    padding: 55px 60px;
    box-shadow: 0px 10px 40px rgba(20, 31, 57, 0.05);
    border-radius: 10px;
    position: relative;
    background: #1C2125;
}

    .inner-blg-warp h5 {
        position: absolute;
        left: 50%;
        transform: translateX(-108px);
        top: -42px;
        background: #1C2125;
        border-radius: 50px;
        padding: 34px 50px;
        font-weight: 500;
        font-size: 16px;
        z-index: 1;
        color: #ffffff;
        display: inline-block;
        line-height: 1;
    }

/*
Private Warp  Style
======================================================*/
.private-card {
    margin-bottom: 25px;
    background: #161A1E;
    border: 1px solid #293036;
    border-radius: 10px;
    padding: 40px 38px;
    transition: all ease 0.5s;
}

    .private-card:hover {
        background: #1C2125;
        border-color: transparent;
    }

        .private-card:hover .learn-more {
            color: #FFD000;
        }

            .private-card:hover .learn-more::before {
                width: 100%;
                opacity: 1;
            }

    .private-card .icon {
        margin-bottom: 20px;
    }

        .private-card .icon i {
            font-size: 55px;
            color: #778CAE;
            line-height: 1;
        }

    .private-card h4 {
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 18px;
    }

        .private-card h4 a {
            color: #ffffff;
        }

            .private-card h4 a:hover {
                color: #FFD000;
            }

    .private-card p {
        color: #9EA6AE;
        margin-bottom: 20px;
    }

    .private-card .learn-more {
        color: #778CAE;
        position: relative;
        padding-left: 42px;
    }

        .private-card .learn-more i {
            color: #FFD000;
            font-size: 36px;
            line-height: 1;
            position: absolute;
            left: 0;
            top: -6px;
        }

        .private-card .learn-more::before {
            content: "";
            position: absolute;
            bottom: -5px;
            left: 0;
            right: 0;
            transition: all ease 0.5s;
            height: 1px;
            opacity: 0;
            width: 0;
            background: #FFD000;
        }

.private-warp {
    position: relative;
    z-index: 1;
}

    .private-warp::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 5%;
        height: 200px;
        width: 200px;
        z-index: -1;
        background: #006BFF;
        filter: blur(250px);
    }

    .private-warp .section-title {
        max-width: 625px;
    }

/*
Inner Improve Warp  Style
======================================================*/
.inner-improve-warp {
    padding: 100px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

    .inner-improve-warp .section-title {
        max-width: 785px;
        margin-bottom: 30px;
    }

        .inner-improve-warp .section-title p {
            color: #9EA6AE;
        }

    .inner-improve-warp .improve-list {
        margin-top: 35px;
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .inner-improve-warp .improve-list li {
            position: relative;
            margin-bottom: 40px;
            padding-left: 95px;
        }

            .inner-improve-warp .improve-list li:last-child {
                margin-bottom: 0;
            }

            .inner-improve-warp .improve-list li .icon {
                width: 67px;
                height: 67px;
                background: #161A1E;
                border-radius: 5px;
                position: absolute;
                left: 0;
                top: 3px;
                text-align: center;
                line-height: 75px;
                font-size: 36px;
                color: #778CAE;
            }

            .inner-improve-warp .improve-list li .content h5 {
                font-weight: 600;
                font-size: 20px;
                color: #ffffff;
                margin-bottom: 15px;
            }

            .inner-improve-warp .improve-list li .content p {
                color: #9EA6AE;
                margin-bottom: 0;
            }

    .inner-improve-warp .improve-content {
        padding-left: 30px;
    }

        .inner-improve-warp .improve-content h2 {
            font-weight: 600;
            font-size: 26px;
        }

        .inner-improve-warp .improve-content p {
            color: #9EA6AE;
        }

    .inner-improve-warp .improve-image {
        margin-right: 30px;
    }

/*
Counter Warp  Style
======================================================*/
.counter-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .counter-list li {
        text-align: center;
        margin-bottom: 25px;
    }

        .counter-list li .counter-content h1 {
            font-weight: 600;
            font-size: 55px;
            line-height: 1;
            margin-bottom: 15px;
            color: #ffffff;
        }

        .counter-list li .counter-content p {
            color: #EEEEEE;
            margin-bottom: 0;
        }

.inner-maximize-warp {
    position: relative;
}

    .inner-maximize-warp::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        border-bottom: solid 1px #293036;
    }

    .inner-maximize-warp .section-title {
        max-width: 825px;
    }

        .inner-maximize-warp .section-title p {
            color: #9EA6AE;
        }

/*
Maximize Warp  Style
======================================================*/
.maximize-card {
    margin-bottom: 25px;
    background: #161A1E;
    border: 1px solid #293036;
    border-radius: 10px;
    padding: 40px;
    transition: all ease 0.5s;
}

    .maximize-card .content {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: solid 1px #293036;
    }

        .maximize-card .content h5 {
            font-weight: 600;
            font-size: 20px;
            color: #ffffff;
            margin-bottom: 25px;
        }

        .maximize-card .content h1 {
            font-size: 40px;
            color: #ffffff;
            margin-bottom: 0;
        }

            .maximize-card .content h1 span {
                font-weight: 400;
                font-size: 16px;
                color: #9EA6AE;
            }

    .maximize-card .maximize-list {
        list-style: none;
        padding-left: 0;
        margin-bottom: 30px;
    }

        .maximize-card .maximize-list li {
            list-style: none;
            padding-left: 22px;
            position: relative;
            margin-bottom: 15px;
            color: rgb(158, 166, 174);
        }

            .maximize-card .maximize-list li:last-child {
                margin-bottom: 0;
            }

            .maximize-card .maximize-list li i {
                position: absolute;
                color: #FFD000;
                left: 0;
                top: 0;
            }

                .maximize-card .maximize-list li i.discolor {
                    color: rgb(158, 166, 174);
                }

    .maximize-card .default-btn {
        background: linear-gradient(95.64deg, #006BFF 0%, #FFD000 100%);
        padding: 15px 28px;
        border: none;
        position: relative;
        transition: all ease 0.5s;
        color: #ffffff;
        width: 100%;
        text-align: center;
    }

        .maximize-card .default-btn::before {
            content: "";
            position: absolute;
            top: 1px;
            left: 1px;
            right: 1px;
            z-index: -1;
            bottom: 1px;
            width: 99.5%;
            transition: all ease 0.5s;
            border-radius: 30px;
            background: #161A1E;
        }

        .maximize-card .default-btn:hover {
            color: #141F39;
        }

            .maximize-card .default-btn:hover::before {
                width: 0;
                opacity: 0;
            }

            .maximize-card .default-btn:hover::after {
                opacity: 1;
            }

        .maximize-card .default-btn::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            z-index: -1;
            height: 100%;
            width: 100%;
            background: #FFD000;
            transition: all ease 0.5s;
            opacity: 0;
        }

    .maximize-card:hover {
        border-color: transparent;
        background: #1C2125;
    }

.maximize-warp {
    position: relative;
    z-index: 1;
}

    .maximize-warp::before {
        content: "";
        position: absolute;
        top: 21%;
        right: 14%;
        height: 200px;
        width: 200px;
        z-index: -1;
        background: #006BFF;
        filter: blur(250px);
    }

    .maximize-warp .section-title {
        margin-bottom: 40px;
    }

        .maximize-warp .section-title p {
            color: #9EA6AE;
        }

/*
Subscribe Warp  Style
======================================================*/
.inner-subscribe-warp {
    border-radius: 10px;
}

    .inner-subscribe-warp .subscribe-content {
        max-width: 785px;
        margin-left: auto;
        margin-right: auto;
    }

        .inner-subscribe-warp .subscribe-content h2 {
            font-size: 40px;
            color: #ffffff;
            margin-bottom: 15px;
            line-height: 1.3;
        }

        .inner-subscribe-warp .subscribe-content p {
            color: #9EA6AE;
            margin-bottom: 45px;
        }

        .inner-subscribe-warp .subscribe-content .input-box {
            max-width: 675px;
            height: 60px;
            padding-right: 80px;
            position: relative;
            margin-left: auto;
            margin-right: auto;
        }

            .inner-subscribe-warp .subscribe-content .input-box .form-control {
                background: #272C30;
                border-radius: 5px;
                padding-left: 20px;
                border: none;
                font-size: 15px;
                color: #888888;
                height: 100%;
            }

                .inner-subscribe-warp .subscribe-content .input-box .form-control:focus {
                    box-shadow: unset;
                }

                    .inner-subscribe-warp .subscribe-content .input-box .form-control:focus::-moz-placeholder {
                        color: transparent;
                    }

                    .inner-subscribe-warp .subscribe-content .input-box .form-control:focus::placeholder {
                        color: transparent;
                    }

                .inner-subscribe-warp .subscribe-content .input-box .form-control::-moz-placeholder {
                    color: #888888;
                    -moz-transition: all ease 0.5s;
                    transition: all ease 0.5s;
                }

                .inner-subscribe-warp .subscribe-content .input-box .form-control::placeholder {
                    color: #888888;
                    transition: all ease 0.5s;
                }

            .inner-subscribe-warp .subscribe-content .input-box .subscribe-btn {
                position: absolute;
                top: 0;
                right: 0;
                border: none;
                bottom: 0;
                text-align: center;
                padding: 17px;
                font-size: 22px;
                color: #ffffff;
                background: #006BFF;
                border-radius: 5px;
                transition: all ease 0.5s;
            }

                .inner-subscribe-warp .subscribe-content .input-box .subscribe-btn:hover {
                    background: #FFD000;
                    color: #141F39;
                }

/*
Black Choose Warp  Style
======================================================*/
.black-choose-content p {
    color: #9EA6AE !important;
}

.black-choose-content .black-choose-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 35px;
    margin-top: 30px;
}

    .black-choose-content .black-choose-list li {
        margin-bottom: 15px;
        padding-left: 28px;
        font-weight: 600;
        font-size: 16px;
        position: relative;
        color: #ffffff;
    }

        .black-choose-content .black-choose-list li:last-child {
            margin-bottom: 0;
        }

        .black-choose-content .black-choose-list li img {
            position: absolute;
            left: 0;
            top: 2px;
        }

.black-choose-content .default-btn {
    background: linear-gradient(95.64deg, #006BFF 0%, #FFD000 100%);
    color: #ffffff;
    border: none;
    position: relative;
    transition: all ease 0.5s;
    border-radius: 30px;
}

    .black-choose-content .default-btn::before {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        z-index: -1;
        width: 98.7%;
        transition: all ease 0.5s;
        border-radius: 30px;
        background: #161A1E;
    }

    .black-choose-content .default-btn:hover {
        color: #ffffff;
    }

        .black-choose-content .default-btn:hover::before {
            width: 0;
            opacity: 0;
        }

    .black-choose-content .default-btn span {
        position: relative;
    }

.black-choose-image {
    text-align: end;
    padding-left: 60px;
    position: relative;
}

    .black-choose-image .black-choose-shape1 {
        position: absolute;
        left: -49px;
        bottom: 113px;
    }

.black-choose-warp {
    position: relative;
    z-index: 1;
}

    .black-choose-warp::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 5%;
        height: 200px;
        width: 200px;
        z-index: -1;
        background: #006BFF;
        filter: blur(250px);
    }

/*
Testimonial Warp  Style
======================================================*/
.inner-testimonial-warp {
    position: relative;
}

    .inner-testimonial-warp::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        border-bottom: solid 1px #293036;
    }

    .inner-testimonial-warp .section-title {
        max-width: 785px;
        margin-bottom: 40px;
    }

        .inner-testimonial-warp .section-title p {
            color: #9EA6AE !important;
        }

.testimonial-widget {
    margin-bottom: 25px;
}

    .testimonial-widget .testimonial-image img {
        border-radius: 10px;
    }

    .testimonial-widget .testimonial-content {
        padding-left: 15px;
    }

        .testimonial-widget .testimonial-content i {
            font-size: 18px;
            color: #FFC100;
        }

        .testimonial-widget .testimonial-content p {
            font-weight: 300;
            font-size: 20px;
            color: #9EA6AE;
            margin-bottom: 18px;
            margin-top: 12px;
        }

        .testimonial-widget .testimonial-content .name h6 {
            font-weight: 600;
            font-size: 20px;
            color: #ffffff;
            margin-bottom: 0;
        }

        .testimonial-widget .testimonial-content .name span {
            font-size: 14px;
            color: #9EA6AE;
            margin-left: 20px;
        }

.col-lg-6:nth-child(2) .testimonial-widget {
    margin-left: 10px;
}

/*
Analytics Warp  Style
======================================================*/
.inner-analytics-warp {
    padding: 100px;
    border-radius: 10px;
}

    .inner-analytics-warp .section-title {
        max-width: 825px;
        margin-bottom: 40px;
    }

        .inner-analytics-warp .section-title p {
            color: #9EA6AE !important;
        }

.black-accordion-content .accordion-item {
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    border: none;
    transition: all ease 0.5s;
    background-color: transparent;
}

    .black-accordion-content .accordion-item:last-of-type {
        border-radius: 0;
        margin-bottom: 0;
    }

    .black-accordion-content .accordion-item .accordion-button {
        font-weight: 600;
        font-size: 16px;
        line-height: 1;
        transition: all ease 0.5s;
        border: none;
        box-shadow: unset;
        color: #ffffff;
        background-color: transparent;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-radius: 5px;
    }

        .black-accordion-content .accordion-item .accordion-button::after {
            background-image: url(../images/svgs/arrow6.svg);
        }

        .black-accordion-content .accordion-item .accordion-button:not(.collapsed) {
            box-shadow: unset;
            padding-bottom: 14px;
            transition: all ease 0.5s;
        }

            .black-accordion-content .accordion-item .accordion-button:not(.collapsed)::after {
                background-image: url(../images/svgs/arrow5.svg);
                transform: unset;
            }

        .black-accordion-content .accordion-item .accordion-button:focus {
            box-shadow: unset;
        }

    .black-accordion-content .accordion-item .accordion-body {
        padding: 0 65px 15px 20px;
        border-radius: 5px;
        transition: all ease 0.5s;
    }

        .black-accordion-content .accordion-item .accordion-body p {
            color: #9EA6AE;
        }

.analytics-warp {
    position: relative;
    z-index: 1;
}

    .analytics-warp::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 5%;
        height: 200px;
        width: 200px;
        z-index: -1;
        background: #006BFF;
        filter: blur(250px);
    }

/*
Footer Warp  Style
======================================================*/
.footer-widget.black-footer-widget h4 {
    color: #ffffff;
}

.footer-widget.black-footer-widget p {
    color: #F3F3F3;
}

.footer-widget.black-footer-widget .footer-link li a {
    color: #F3F3F3;
}

    .footer-widget.black-footer-widget .footer-link li a:hover {
        color: #FFD000;
    }

.footer-widget.black-footer-widget .footer-contact li span {
    color: #F3F3F3;
}

.footer-widget.black-footer-widget .footer-contact li a {
    color: #FFD000;
}

.footer-widget.black-footer-widget .footer-contact li p {
    color: #FFD000;
}

.footer-widget.black-footer-widget .input-box .input-btn {
    background-color: #3921F5;
}

    .footer-widget.black-footer-widget .input-box .input-btn:hover {
        background-color: #FFD000;
    }

.inner-copyright-warp.black-copyright {
    border-top: solid 1px rgba(52, 115, 98, 0.15);
}

    .inner-copyright-warp.black-copyright p {
        color: #F3F3F3;
    }

        .inner-copyright-warp.black-copyright p a {
            color: #FFD000;
        }

    .inner-copyright-warp.black-copyright .social-list li a:hover {
        color: #141F39;
        background-color: #FFD000;
    }

.black-footer {
    position: relative;
    z-index: 1;
}

/*
Hero Style5 Warp  Style
======================================================*/
.hero-style5-warp {
    position: relative;
    background-image: url(../images/heros/hero6.jpg);
    background-position: center center;
    background-size: cover;
    padding-top: 205px;
    padding-bottom: 130px;
    margin-top: -100px;
}

.hero-style5-image {
    text-align: end;
}

.hero-style5-content .title {
    font-weight: 600;
    font-size: 16px;
    color: #D50F2E;
    display: block;
    margin-bottom: 8px;
}

.hero-style5-content h1 {
    font-weight: 800;
    font-size: 60px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.hero-style5-content .hero-btn {
    margin-top: 30px;
    margin-bottom: 50px;
}

    .hero-style5-content .hero-btn .default-btn {
        padding: 15px 30px;
    }

    .hero-style5-content .hero-btn .video-btn {
        margin-left: 30px;
    }

        .hero-style5-content .hero-btn .video-btn .icon {
            background-image: url(../images/users/hero1.png);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            width: 58px;
            height: 58px;
            text-align: center;
            font-size: 25px;
            color: #96F048;
            line-height: 50px;
            z-index: 1;
            border: 3px solid rgba(255, 255, 255, 0.8);
            position: relative;
        }

            .hero-style5-content .hero-btn .video-btn .icon::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                z-index: -1;
                bottom: 0;
                right: 0;
                border-radius: 50%;
                height: 100%;
                width: 100%;
                background: rgba(20, 31, 57, 0.3);
            }

        .hero-style5-content .hero-btn .video-btn p {
            font-weight: 600;
            font-size: 16px;
            margin-bottom: 0;
            color: #141F39;
            margin-left: 15px;
        }

.hero-style5-content .user-content .user {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .hero-style5-content .user-content .user li {
        display: inline-block;
        margin-left: -25px;
    }

        .hero-style5-content .user-content .user li:first-child {
            margin-left: 0;
        }

.hero-style5-content .user-content .content {
    margin-left: 20px;
}

    .hero-style5-content .user-content .content h6 {
        font-weight: 600;
        font-size: 20px;
    }

.hero-style5-content .user-content .review {
    margin-left: 60px;
    position: relative;
}

    .hero-style5-content .user-content .review::before {
        content: "";
        position: absolute;
        top: 0;
        left: -30px;
        bottom: 0;
        width: 1px;
        background-color: #ffffff;
    }

    .hero-style5-content .user-content .review h5 {
        font-weight: 600;
        font-size: 20px;
    }

    .hero-style5-content .user-content .review p {
        font-size: 14px;
        color: #304859;
        margin-bottom: 0;
        margin-left: 8px;
        display: inline-block;
    }

    .hero-style5-content .user-content .review i {
        font-size: 14px;
        color: #FFC107;
    }

/*
Payment Warp  Style
======================================================*/
.payment-widget {
    background: #F3F7FA;
    border-radius: 10px;
    padding: 85px 40px;
    position: relative;
    margin-bottom: 25px;
}

    .payment-widget .content {
        max-width: 330px;
    }

        .payment-widget .content h3 {
            font-weight: 600;
            font-size: 20px;
            margin-bottom: 15px;
        }

        .payment-widget .content p {
            margin-bottom: 15px;
        }

        .payment-widget .content .contact-btn {
            font-weight: 500;
            color: #141F39;
            text-decoration: underline;
        }

            .payment-widget .content .contact-btn:hover {
                color: #D50F2E;
            }

    .payment-widget .payment {
        position: absolute;
        bottom: 0;
        right: 32px;
    }

.payment-warp .section-title h2 {
    margin-bottom: 0;
}

/*
Secure Warp  Style
======================================================*/
.secure-content .secure-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
}

    .secure-content .secure-list li {
        position: relative;
        margin-bottom: 35px;
        padding-left: 95px;
    }

        .secure-content .secure-list li:last-child {
            margin-bottom: 0;
        }

        .secure-content .secure-list li .icon {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            text-align: center;
            font-size: 36px;
            position: absolute;
            left: 0;
            top: 4px;
            line-height: 77px;
        }

            .secure-content .secure-list li .icon.bg1 {
                background: #EAFCDA;
            }

            .secure-content .secure-list li .icon.bg2 {
                background: #FBE7EA;
            }

            .secure-content .secure-list li .icon.bg3 {
                background: #F3F7FA;
            }

        .secure-content .secure-list li .content h5 {
            font-weight: 600;
            font-size: 20px;
            margin-bottom: 12px;
        }

        .secure-content .secure-list li .content p {
            margin-bottom: 0;
        }

.secure-image {
    padding-right: 70px;
}

    .secure-image img {
        border-radius: 10px;
    }

/*
Business Warp  Style
======================================================*/
.inner-business-warp {
    margin-bottom: -180px;
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 75px;
    padding-left: 100px;
    padding-right: 100px;
    box-shadow: 0px -10px 40px 5px rgba(85, 85, 85, 0.04);
    border-radius: 10px;
    background: #ffffff;
}

    .inner-business-warp .section-title h2 {
        margin-bottom: 0;
    }

.business-card {
    margin-bottom: 25px;
    background: #F3F7FA;
    border-radius: 10px;
    text-align: center;
    position: relative;
    margin-top: 40px;
    padding-top: 70px;
    padding-bottom: 40px;
    padding-left: 26px;
    padding-right: 26px;
}

    .business-card .icon {
        width: 90px;
        height: 90px;
        background-color: #ffffff;
        border: 4px solid #F3F7FA;
        border-radius: 50%;
        font-size: 36px;
        line-height: 85px;
        text-align: center;
        position: absolute;
        z-index: 1;
        overflow: hidden;
        transition: all ease 0.5s;
        left: 0;
        right: 0;
        top: -40px;
        margin-left: auto;
        margin-right: auto;
    }

        .business-card .icon::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            height: 0;
            width: 100%;
            background-color: #D50F2E;
            border-radius: 50%;
            transition: all ease 0.5s;
            opacity: 1;
            z-index: -1;
        }

    .business-card .content h3 {
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 15px;
    }

        .business-card .content h3 a {
            color: #141F39;
        }

            .business-card .content h3 a:hover {
                color: #D50F2E;
            }

    .business-card:hover .icon {
        color: #ffffff;
    }

        .business-card:hover .icon::before {
            opacity: 1;
            height: 100%;
        }

/*
Video Style5 Warp  Style
======================================================*/
.video-style5-warp {
    position: relative;
    background-image: url(../images/heros/video2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 495px;
    padding-bottom: 320px;
    text-align: center;
    background-attachment: fixed;
}

    .video-style5-warp .video-btn {
        text-align: center;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #ffffff;
        font-size: 34px;
        line-height: 62px;
        margin-left: auto;
        margin-right: auto;
        color: #D50F2E;
        position: relative;
        transition: all ease 0.5s;
    }

        .video-style5-warp .video-btn:hover {
            background-color: #D50F2E;
            color: #ffffff;
        }

            .video-style5-warp .video-btn:hover::before {
                border-color: #D50F2E;
            }

            .video-style5-warp .video-btn:hover::after {
                border-color: #D50F2E;
            }

        .video-style5-warp .video-btn::before {
            content: "";
            position: absolute;
            top: -10px;
            bottom: -10px;
            left: -10px;
            right: -10px;
            transition: all ease 0.5s;
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            animation: ripple 2s linear infinite;
        }

        .video-style5-warp .video-btn::after {
            content: "";
            position: absolute;
            top: -20px;
            bottom: -20px;
            left: -20px;
            right: -20px;
            transition: all ease 0.5s;
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            animation: ripple 3s linear infinite;
        }

/*
Profile Warp  Style
======================================================*/
.profile-image {
    margin-top: -100px;
    position: relative;
    margin-left: 40px;
    z-index: 1;
}

    .profile-image img {
        border-radius: 10px;
    }

.profile-content {
    padding-right: 20px;
}

    .profile-content .profile-widget {
        margin-top: 30px;
    }

        .profile-content .profile-widget .profile-box .icon {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            text-align: center;
            font-size: 36px;
            line-height: 75px;
            margin-bottom: 20px;
        }

            .profile-content .profile-widget .profile-box .icon.bg1 {
                background: #EAFCDA;
            }

            .profile-content .profile-widget .profile-box .icon.bg2 {
                background: #FBE7EA;
            }

            .profile-content .profile-widget .profile-box .icon.bg3 {
                background: #F3F7FA;
            }

        .profile-content .profile-widget .profile-box h5 {
            font-weight: 600;
            font-size: 20px;
            margin-bottom: 12px;
        }

        .profile-content .profile-widget .profile-box p {
            margin-bottom: 0;
        }

/*
Finance Warp  Style
======================================================*/
.finance-card {
    margin-bottom: 25px;
    padding: 40px;
    border: 1px solid rgba(20, 31, 57, 0.1);
    border-radius: 10px;
    transition: all ease 0.5s;
    background-color: #ffffff;
}

    .finance-card:hover {
        border-color: transparent;
        box-shadow: 0px 10px 40px 5px rgba(20, 31, 57, 0.05);
    }

    .finance-card .default-btn {
        background: #D50F2E;
        padding: 15px 28px;
        border: none;
        position: relative;
        transition: all ease 0.5s;
        color: #141F39;
        width: 100%;
        text-align: center;
    }

        .finance-card .default-btn::before {
            content: "";
            position: absolute;
            top: 1px;
            left: 1px;
            right: 1px;
            z-index: -1;
            bottom: 1px;
            width: 99.5%;
            transition: all ease 0.5s;
            border-radius: 30px;
            background: #ffffff;
        }

        .finance-card .default-btn:hover {
            color: #ffffff;
        }

            .finance-card .default-btn:hover::before {
                width: 0;
                opacity: 0;
            }

            .finance-card .default-btn:hover::after {
                opacity: 1;
            }

        .finance-card .default-btn::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            z-index: -1;
            height: 100%;
            width: 100%;
            background: #D50F2E;
            transition: all ease 0.5s;
            opacity: 0;
        }

    .finance-card h5 {
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 25px;
    }

    .finance-card h1 {
        font-size: 40px;
        margin-bottom: 0;
    }

        .finance-card h1 span {
            font-size: 16px;
            font-weight: 400;
        }

    .finance-card .finance-content {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(20, 31, 57, 0.1);
    }

    .finance-card .finance-list {
        list-style: none;
        padding-left: 0;
        margin-bottom: 30px;
    }

        .finance-card .finance-list li {
            margin-bottom: 12px;
            color: #6B6B6B;
        }

s .finance-card .finance-list li:last-child {
    margin-bottom: 0;
}

.finance-warp .section-title {
    max-width: 675px;
}

    .finance-warp .section-title h2 {
        margin-bottom: 0;
    }

/*
Revolution Warp  Style
======================================================*/
.revolution-warp {
    position: relative;
    z-index: 1;
}

    .revolution-warp .revolution-shape1 {
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }

.revolution-image {
    padding-right: 40px;
}

.revolution-content {
    margin-left: 20px;
}

    .revolution-content .store-btn {
        margin-top: 30px;
    }

        .revolution-content .store-btn .play-store {
            margin-left: 25px;
        }

/*
Benefit Warp  Style
======================================================*/
.benefit-card {
    justify-content: space-between;
    padding: 40px;
    border: 1px solid #F1F1F3;
    border-radius: 10px;
}

    .benefit-card .content {
        max-width: 345px;
    }

        .benefit-card .content p {
            margin-bottom: 25px;
            padding-bottom: 25px;
            border-bottom: 1px solid #F1F1F3;
        }

        .benefit-card .content .name-review {
            justify-content: space-between;
        }

            .benefit-card .content .name-review .name h6 {
                font-weight: 600;
                font-size: 18px;
                margin-bottom: 8px;
            }

            .benefit-card .content .name-review i {
                color: #FFC107;
                font-size: 20px;
            }

    .benefit-card .benefit-image {
        width: 152px;
        height: 152px;
        border-radius: 50%;
        position: relative;
    }

        .benefit-card .benefit-image .icon {
            position: absolute;
            right: -20px;
            top: -15px;
            width: 63px;
            height: 63px;
            line-height: 63px;
            text-align: center;
            background: #D50F2E;
            border-radius: 50%;
        }

.benefit-warp .section-title {
    max-width: 675px;
}

    .benefit-warp .section-title h2 {
        margin-bottom: 0;
    }

/*
Digital Warp  Style
======================================================*/
.inner-digital-warp {
    background-image: url(../images/heros/digital1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
}

    .inner-digital-warp .digital-content {
        margin-right: -30px;
    }

        .inner-digital-warp .digital-content h2 {
            font-size: 32px;
            margin-bottom: 20px;
        }

        .inner-digital-warp .digital-content .digital-widget .digital-list {
            list-style: none;
            padding-left: 0;
            margin-bottom: 0;
        }

            .inner-digital-warp .digital-content .digital-widget .digital-list li {
                margin-bottom: 5px;
                color: #304859;
            }

                .inner-digital-warp .digital-content .digital-widget .digital-list li:last-child {
                    margin-bottom: 0;
                }

                .inner-digital-warp .digital-content .digital-widget .digital-list li span {
                    margin-right: 5px;
                }

            .inner-digital-warp .digital-content .digital-widget .digital-list:last-child {
                margin-left: 30px;
            }

.digital-image {
    position: relative;
    text-align: center;
}

    .digital-image .digital1-image2 {
        position: absolute;
        left: 80px;
        bottom: -116px;
    }

    .digital-image .default-btn {
        display: block;
        max-width: 220px;
        margin-left: auto;
    }

        .digital-image .default-btn.home-five-main {
            margin-bottom: 30px;
        }

.digital-warp {
    position: relative;
    z-index: 1;
}

    .digital-warp::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 28%;
        z-index: -1;
        width: 100%;
        background: rgba(213, 15, 46, 0.06);
    }

/*
Hero Style6 Warp  Style
======================================================*/
.hero-style6-warp {
    background-image: url(../images/heros/hero7.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -100px;
    z-index: 1;
}

.hero-style6-content {
    max-width: 767px;
    margin-top: 40px;
}

    .hero-style6-content h1 {
        font-weight: 700;
        font-size: 60px;
        line-height: 1.4;
        margin-bottom: 12px;
        color: #ffffff;
    }

        .hero-style6-content h1 span {
            margin-right: 40px;
        }

    .hero-style6-content p {
        color: #F5F5F5;
    }

    .hero-style6-content .hero-store {
        margin-top: 30px;
        margin-bottom: 45px;
    }

        .hero-style6-content .hero-store .play-store {
            margin-left: 30px;
        }

    .hero-style6-content .user-content .user {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .hero-style6-content .user-content .user li {
            display: inline-block;
            margin-left: -25px;
            color: #ffffff;
        }

            .hero-style6-content .user-content .user li:first-child {
                margin-left: 0;
            }

    .hero-style6-content .user-content .content {
        margin-left: 20px;
    }

        .hero-style6-content .user-content .content h6 {
            font-weight: 600;
            font-size: 20px;
            margin-bottom: 6px;
            color: #ffffff;
        }

        .hero-style6-content .user-content .content span {
            color: #ffffff;
            font-weight: 400;
            font-size: 14px;
        }

    .hero-style6-content .user-content .review {
        margin-left: 60px;
        position: relative;
    }

        .hero-style6-content .user-content .review::before {
            content: "";
            position: absolute;
            top: 0;
            left: -30px;
            bottom: 0;
            width: 1px;
            background-color: #738FA0;
        }

        .hero-style6-content .user-content .review h5 {
            font-weight: 600;
            font-size: 20px;
            margin-bottom: 6px;
            color: #ffffff;
        }

        .hero-style6-content .user-content .review p {
            font-size: 14px;
            color: #ffffff;
            margin-bottom: 0;
            margin-left: 8px;
            display: inline-block;
        }

        .hero-style6-content .user-content .review i {
            font-size: 14px;
            color: #FFC107;
        }

.hero-style6-image {
    text-align: end;
    padding-top: 175px;
}

    .hero-style6-image .hero8 {
        margin-right: -45px;
    }

/*
Features Warp  Style
======================================================*/
.features-box {
    text-align: center;
    margin-bottom: 25px;
    padding-top: 10px;
}

    .features-box .icon {
        width: 88px;
        height: 88px;
        font-size: 36px;
        line-height: 92px;
        text-align: center;
        border-radius: 10px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

        .features-box .icon.bg1 {
            background: #FEF3E4;
        }

        .features-box .icon.bg2 {
            background: #E1F6F0;
        }

        .features-box .icon.bg3 {
            background: #E9EAF8;
        }

        .features-box .icon.bg4 {
            background: #F8E7EC;
        }

        .features-box .icon.bg5 {
            background: #F0EAF6;
        }

        .features-box .icon.bg6 {
            background: #FEECE9;
        }

        .features-box .icon.bg7 {
            background: #E0E9FA;
        }

        .features-box .icon.bg8 {
            background: #EAF3EF;
        }

    .features-box h3 {
        font-weight: 600;
        font-size: 22px;
        margin-bottom: 15px;
    }

        .features-box h3 a {
            color: #141F39;
        }

            .features-box h3 a:hover {
                color: #FF7917;
            }

/*
Assistant Warp  Style
======================================================*/
.assistant-image {
    position: relative;
    text-align: center;
    z-index: 1;
    margin-right: 30px;
}

    .assistant-image .assistant-shape1 {
        position: absolute;
        left: 0;
        right: 0;
        top: 70px;
        z-index: -1;
        margin-left: auto;
        margin-right: auto;
    }

.assistant-content {
    max-width: 642px;
    margin-left: auto;
}

    .assistant-content .assistant-list {
        margin-top: 30px;
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .assistant-content .assistant-list li {
            position: relative;
            margin-bottom: 30px;
            padding-left: 95px;
        }

            .assistant-content .assistant-list li:last-child {
                margin-bottom: 0;
            }

            .assistant-content .assistant-list li .icon {
                width: 70px;
                height: 70px;
                border-radius: 50%;
                text-align: center;
                font-weight: 600;
                font-size: 20px;
                color: #141F39;
                line-height: 70px;
                position: absolute;
                left: 0;
                top: 0;
            }

                .assistant-content .assistant-list li .icon.bg1 {
                    background: #EAFCDA;
                }

                .assistant-content .assistant-list li .icon.bg2 {
                    background: #FBE7EA;
                }

                .assistant-content .assistant-list li .icon.bg3 {
                    background: #E1F6F0;
                }

                .assistant-content .assistant-list li .icon.bg4 {
                    background: #E0E9FA;
                }

            .assistant-content .assistant-list li h6 {
                font-weight: 600;
                font-size: 20px;
                margin-bottom: 12px;
            }

/*
Accordion Style6 Warp  Style
======================================================*/
.accordion-content.style6 .accordion-item {
    border: 1px solid rgba(20, 31, 57, 0.1);
}

    .accordion-content.style6 .accordion-item:hover {
        border-color: #FF7917;
    }

    .accordion-content.style6 .accordion-item .accordion-button:not(.collapsed)::after {
        background-image: url(../images/svgs/arrow7.svg);
        transform: unset;
        background-size: 16px;
    }

    .accordion-content.style6 .accordion-item .accordion-button::after {
        background-size: 16px;
    }

/*
Fun fact Warp  Style
======================================================*/
.inner-fun-fact {
    background-image: url(../images/heros/funfact.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    padding-top: 95px;
    padding-bottom: 70px;
    padding-left: 100px;
    padding-right: 100px;
}

.fun-fact-widget {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .fun-fact-widget li {
        position: relative;
        text-align: center;
        margin-bottom: 25px;
    }

        .fun-fact-widget li h1 {
            font-weight: 600;
            font-size: 55px;
            color: #ffffff;
            margin-bottom: 10px;
        }

        .fun-fact-widget li p {
            color: #F5F5F5;
        }

.fun-fact-warp {
    position: relative;
    z-index: 1;
}

    .fun-fact-warp::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 38%;
        z-index: -1;
        width: 100%;
        background: #F8F9FC;
    }

/*
Fun fact Warp  Style
======================================================*/
.effective-image {
    position: relative;
    text-align: center;
    z-index: 1;
}

    .effective-image .effective-shape1 {
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: 55px;
    }

.effective-content .effective-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 35px;
    margin-top: 20px;
}

    .effective-content .effective-list li {
        position: relative;
        margin-bottom: 15px;
    }

        .effective-content .effective-list li:last-child {
            margin-bottom: 0;
        }

        .effective-content .effective-list li span {
            display: inline-block;
            padding-right: 8px;
        }

    .effective-content .effective-list .default-btn {
        color: #ffffff;
    }

/*
Application Warp  Style
======================================================*/
.application-warp .application-slider {
    text-align: center;
}

    .application-warp .application-slider .swiper-slide {
        position: relative;
        z-index: 1;
        transition: all ease 0.5s;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .application-warp .application-slider .swiper-slide .screenshot1 {
            border-radius: 10px;
            transition: all ease 0.5s;
        }

        .application-warp .application-slider .swiper-slide .main-frame {
            position: absolute;
            left: 0;
            right: 0;
            opacity: 0;
            z-index: -1;
            transition: all ease 0.5s;
        }

    .application-warp .application-slider .swiper-slide-active {
        position: relative;
        z-index: 1;
    }

        .application-warp .application-slider .swiper-slide-active::before {
            content: "";
            position: absolute;
            top: -10px;
            left: -8px;
            bottom: -10px;
            z-index: -1;
            right: -8px;
            background-image: url(../images/small-images/screenshot6.jpg);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .application-warp .application-slider .swiper-slide-active .screenshot1 {
            border-radius: 46px;
        }

    .application-warp .application-slider .swiper-wrapper {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.application-warp .section-title {
    max-width: 730px;
}

/*
Download Warp  Style
======================================================*/
.inner-download {
    background: #141F39;
    border-radius: 10px;
    padding: 100px;
    position: relative;
    z-index: 1;
}

    .inner-download .download-content {
        text-align: center;
        max-width: 865px;
        margin-left: auto;
        margin-right: auto;
    }

        .inner-download .download-content .title {
            font-weight: 500;
            font-size: 16px;
            color: #FF7917;
            display: block;
            margin-bottom: 15px;
        }

        .inner-download .download-content h2 {
            font-weight: 700;
            font-size: 32px;
            color: #ffffff;
            margin-bottom: 18px;
        }

        .inner-download .download-content p {
            color: #F0F0F0;
            margin-bottom: 35px;
            max-width: 760px;
            margin-left: auto;
            margin-right: auto;
        }

        .inner-download .download-content .download-btn {
            justify-content: center;
        }

            .inner-download .download-content .download-btn .play-store {
                margin-left: 25px;
            }

    .inner-download .download-shape1 {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

/*
Choose Plan Warp  Style
======================================================*/
.cp-card.style6 .default-btn {
    background: #FF7917;
}

    .cp-card.style6 .default-btn::after {
        background: #FF7917;
    }

/*
Stand Warp  Style
======================================================*/
.stand-warp {
    position: relative;
    z-index: 1;
}

    .stand-warp::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        height: 34%;
        width: 100%;
        background: #F8F9FC;
    }

.inner-stand-warp {
    background: #141F39;
    border-radius: 10px;
    padding: 100px;
}

    .inner-stand-warp .content {
        max-width: 582px;
    }

        .inner-stand-warp .content .title {
            font-weight: 500;
            font-size: 16px;
            color: #FF7917;
            display: block;
            margin-bottom: 12px;
        }

        .inner-stand-warp .content h2 {
            font-weight: 700;
            font-size: 32px;
            margin-bottom: 0;
            color: #ffffff;
        }

    .inner-stand-warp .stand-btn .default-btn {
        background-color: #ffffff;
        color: #141F39;
    }

        .inner-stand-warp .stand-btn .default-btn:hover {
            background-color: transparent;
            border-color: #ffffff;
            color: #ffffff;
        }

/*
Footer Style6 Warp  Style
======================================================*/
.footer-widget.style6 .input-box .form-control {
    border: 1px solid rgba(255, 121, 23, 0.2) !important;
}

.footer-widget.style6 .input-box .input-btn {
    background: #FF7917;
}

.footer-widget.style5 .input-box .input-btn {
    background: #D50F2E;
}

.copyright-style2-warp.style6 .inner-copyright-warp p a {
    color: #FF7917;
}

.copyright-style2-warp.style6 .social-list li a {
    background: #EBEBEB;
}

    .copyright-style2-warp.style6 .social-list li a:hover {
        background-color: #FF7917;
    }

/*
About Warp  Style
======================================================*/
.about-hero-warp {
    background: #F7F6FE;
    margin-top: -130px;
    padding-top: 270px;
    padding-bottom: 50px;
}

    .about-hero-warp .about-hero-content {
        text-align: center;
        max-width: 715px;
        margin-left: auto;
        margin-right: auto;
    }

        .about-hero-warp .about-hero-content h1 {
            font-weight: 600;
            font-size: 50px;
            margin-bottom: 18px;
        }

        .about-hero-warp .about-hero-content.style2 {
            max-width: 920px;
        }

            .about-hero-warp .about-hero-content.style2 p {
                max-width: 715px;
                margin-left: auto;
                margin-right: auto;
            }

.about-image-warp {
    position: relative;
    z-index: 1;
}

    .about-image-warp::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: -1;
        width: 100%;
        height: 50%;
        background: #F7F6FE;
    }

    .about-image-warp img {
        border-radius: 15px;
    }

/*
About Boost Warp  Style
======================================================*/
.boost-card.colur1 {
    box-shadow: 0px 10px 80px 3px rgba(20, 31, 57, 0.05);
}

    .boost-card.colur1 .icon-content .rounded-icon {
        background: #FFEDE8;
    }

.boost-card.colur2 {
    box-shadow: 0px 10px 80px 3px rgba(20, 31, 57, 0.05);
}

    .boost-card.colur2 .icon-content .rounded-icon {
        background: #FFF9E8;
    }

.boost-card.colur3 {
    box-shadow: 0px 10px 80px 3px rgba(20, 31, 57, 0.05);
}

    .boost-card.colur3 .icon-content .rounded-icon {
        background: #EEF9FF;
    }

/*
About  Warp  Style
======================================================*/
.inner-about-warp {
    border-top: solid 1px rgba(93, 143, 129, 0.13);
}

.about-content h3 {
    font-size: 32px;
    margin-bottom: 12px;
}

.about-content h5 {
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.about-content span {
    display: block;
}

.about-image {
    text-align: end;
}

/*
Global  Warp  Style
======================================================*/
.global-warp {
    background: #141F39;
}

    .global-warp .global-content {
        text-align: center;
    }

        .global-warp .global-content p {
            color: #ffffff;
            max-width: 580px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 40px;
        }

    .global-warp .global-count {
        margin-bottom: 25px;
    }

        .global-warp .global-count h1 {
            font-size: 55px;
            line-height: 1;
            font-weight: 400;
            margin-bottom: 12px;
            color: #ffffff;
        }

        .global-warp .global-count p {
            margin-bottom: 0;
        }

/*
Team  Warp  Style
======================================================*/
.team-card {
    margin-bottom: 25px;
}

    .team-card .content {
        padding-top: 20px;
    }

        .team-card .content h5 {
            font-weight: 600;
            font-size: 18px;
            margin-bottom: 8px;
        }

    .team-card img {
        border-radius: 10px;
    }

/*
Statement  Warp  Style
======================================================*/
.statement-content {
    text-align: center;
    border: 1px solid #D9ECFF;
    border-radius: 10px;
    padding-top: 115px;
    padding-bottom: 115px;
    padding-left: 35px;
    padding-right: 35px;
}

    .statement-content h3 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .statement-content h5 {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 8px;
        margin-top: 30px;
    }

/*
Stand  Warp  Style
======================================================*/
.stand-style2-warp {
    position: relative;
    z-index: 1;
}

    .stand-style2-warp::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        height: 34%;
        width: 100%;
        background: #F9F2F3;
    }

.inner-stand2-warp {
    background: #141F39;
    border-radius: 10px;
    padding: 100px;
}

    .inner-stand2-warp .content {
        max-width: 582px;
    }

        .inner-stand2-warp .content h2 {
            font-weight: 700;
            font-size: 40px;
            margin-bottom: 20px;
            color: #ffffff;
        }

        .inner-stand2-warp .content p {
            color: #F5F5F5;
        }

    .inner-stand2-warp .stand-btn .default-btn {
        background-color: #3921F5;
        color: #ffffff;
    }

        .inner-stand2-warp .stand-btn .default-btn:hover {
            background-color: transparent;
            border-color: #ffffff;
            color: #ffffff;
        }

/*
Inner Hero  Warp  Style
======================================================*/
.inner-hero-warp {
    background: #F7F6FE;
    margin-top: -130px;
    padding-top: 270px;
    padding-bottom: 150px;
}

    .inner-hero-warp .inner-hero-content {
        text-align: center;
        max-width: 715px;
        margin-left: auto;
        margin-right: auto;
    }

        .inner-hero-warp .inner-hero-content.style2 {
            max-width: 815px;
        }

        .inner-hero-warp .inner-hero-content p {
            max-width: 715px;
            margin-left: auto;
            margin-right: auto;
        }

        .inner-hero-warp .inner-hero-content h1 {
            font-weight: 600;
            font-size: 50px;
            margin-bottom: 18px;
        }

.team-btn {
    margin-top: 20px;
    text-align: center;
}

/*
Features  Hero  Warp  Style
======================================================*/
.features-hero-warp {
    background: #F7F6FE;
    padding-top: 230px;
    margin-top: -130px;
    padding-bottom: 50px;
}

.features-hero-content {
    max-width: 475px;
}

    .features-hero-content .title {
        font-weight: 500;
        font-size: 16px;
        color: #3921F5;
        display: block;
        margin-bottom: 12px;
    }

    .features-hero-content h2 {
        font-weight: 600;
        font-size: 50px;
        margin-bottom: 12px;
    }

/*
Features Card  Warp  Style
======================================================*/
.features-card {
    margin-bottom: 25px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 52px;
    padding-right: 52px;
    box-shadow: 0px 10px 80px 3px rgba(20, 31, 57, 0.05);
    border-radius: 10px;
}

    .features-card .icon {
        border-radius: 50%;
        text-align: center;
        line-height: 80px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        width: 80px;
        height: 80px;
    }

        .features-card .icon.bg1 {
            background: #FFEDE8;
        }

        .features-card .icon.bg2 {
            background: #FFF9E8;
        }

        .features-card .icon.bg3 {
            background: #EEF9FF;
        }

    .features-card h3 {
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 15px;
    }

/*
Progress  Warp  Style
======================================================*/
.progress-image {
    position: relative;
    padding-right: 215px;
    padding-bottom: 40px;
}

    .progress-image .features2 {
        position: absolute;
        right: 95px;
        top: 60px;
        width: 81px;
        height: 81px;
        border-radius: 50%;
    }

    .progress-image .features3 {
        position: absolute;
        right: 55px;
        bottom: 0;
        border-radius: 10px;
        filter: drop-shadow(10px 10px 40px rgba(20, 31, 57, 0.06));
    }

    .progress-image .features1 {
        border-radius: 10px;
    }

.progress-content .progress-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
}

    .progress-content .progress-list li {
        margin-bottom: 15px;
        font-weight: 500;
    }

        .progress-content .progress-list li:last-child {
            margin-bottom: 0;
        }

        .progress-content .progress-list li span {
            padding-right: 5px;
        }

/*
Approach  Warp  Style
======================================================*/
.approach-content {
    margin-right: -15px;
}

    .approach-content .approach-widget {
        margin-top: 25px;
    }

    .approach-content .approach-card {
        margin-bottom: 25px;
    }

        .approach-content .approach-card h3 {
            font-weight: 600;
            font-size: 20px;
            margin-bottom: 12px;
        }

            .approach-content .approach-card h3 span {
                padding-right: 5px;
            }

        .approach-content .approach-card.style2 {
            margin-bottom: 0;
        }

.approach-image {
    padding-left: 80px;
}

    .approach-image img {
        border-radius: 10px;
    }

/*
Compare  Warp  Style
======================================================*/
.cp-card.inner-plan .default-btn {
    background: #3921F5;
}

    .cp-card.inner-plan .default-btn::after {
        background: #3921F5;
    }

.compare-card {
    margin-bottom: 25px;
    background: #ffffff;
    border-radius: 10px;
    padding: 40px;
    text-align: center;
}

    .compare-card h5 {
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .compare-card h1 {
        font-size: 40px;
        margin-bottom: 15px;
    }

        .compare-card h1 span {
            font-weight: 400;
            font-size: 16px;
            margin-bottom: 0;
        }

    .compare-card p {
        margin-bottom: 20px;
    }

    .compare-card .default-btn {
        background: #3921F5;
        padding: 15px 28px;
        border: none;
        width: 100%;
        position: relative;
        transition: all ease 0.5s;
        color: #141F39;
    }

        .compare-card .default-btn::before {
            content: "";
            position: absolute;
            top: 1px;
            left: 1px;
            right: 1px;
            z-index: -1;
            bottom: 1px;
            width: 99.5%;
            transition: all ease 0.5s;
            border-radius: 50px;
            background: #ffffff;
        }

        .compare-card .default-btn:hover {
            color: #ffffff;
        }

            .compare-card .default-btn:hover::before {
                width: 0;
                opacity: 0;
            }

.compare-warp {
    background: #F6F9FF;
}

    .compare-warp .section-warp .single-section {
        max-width: 475px;
    }

/*
Accordion  Warp  Style
======================================================*/
.inner-accordion-widget {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

    .inner-accordion-widget .inner-accordion-content .accordion-item {
        margin-bottom: 5px;
        border: none;
        border-bottom: 1px solid #ECECEC !important;
        border-radius: 5px;
        transition: all ease 0.5s;
    }

        .inner-accordion-widget .inner-accordion-content .accordion-item .accordion-button:not(.collapsed)::after {
            background-image: url(../images/svgs/arrow8.svg);
            transform: unset;
        }

/*
Account  Warp  Style
======================================================*/
.inner-account-warp {
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
}

    .inner-account-warp .account-widget {
        padding: 50px;
        box-shadow: 0px 10px 40px rgba(20, 31, 57, 0.05);
        border-radius: 10px;
        background-color: #ffffff;
    }

        .inner-account-warp .account-widget h3 {
            font-weight: 600;
            font-size: 30px;
            margin-bottom: 20px;
        }

        .inner-account-warp .account-widget .input-box {
            margin-bottom: 20px;
        }

            .inner-account-warp .account-widget .input-box .form-label {
                font-weight: 500;
                color: #141F39;
                font-size: 16px;
                margin-bottom: 10px;
            }

            .inner-account-warp .account-widget .input-box .form-control {
                height: 55px;
                border: 1px solid #E7E7E7;
                border-radius: 5px;
                padding-left: 20px;
                color: #6B6B6B;
                font-size: 14px;
            }

                .inner-account-warp .account-widget .input-box .form-control:focus {
                    box-shadow: unset;
                }

                    .inner-account-warp .account-widget .input-box .form-control:focus::-moz-placeholder {
                        color: transparent;
                    }

                    .inner-account-warp .account-widget .input-box .form-control:focus::placeholder {
                        color: transparent;
                    }

                .inner-account-warp .account-widget .input-box .form-control::-moz-placeholder {
                    color: #6B6B6B;
                    -moz-transition: all ease 0.5s;
                    transition: all ease 0.5s;
                }

                .inner-account-warp .account-widget .input-box .form-control::placeholder {
                    color: #6B6B6B;
                    transition: all ease 0.5s;
                }

.account-stand .content {
    max-width: 630px;
}

.account-stand .white-color {
    background-color: #ffffff !important;
    color: #141F39 !important;
}

/*
Career  Warp  Style
======================================================*/
.career-image img {
    border-radius: 15px;
}

.career-slider .swiper-slide {
    padding-top: 80px;
    transition: all ease 0.5s;
}

.career-slider .swiper-slide-next {
    margin-top: -40px;
}

.career-slider .swiper-slide-active {
    margin-top: -80px;
}

.career-slider .swiper-slide-prev {
    margin-top: -40px;
}

.career-slider-warp {
    position: relative;
    z-index: 1;
}

    .career-slider-warp::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: -1;
        width: 100%;
        height: 50%;
        background: #F7F6FE;
    }

/*
Different  Warp  Style
======================================================*/
.different-warp .nav {
    margin-right: -30px;
}

    .different-warp .nav .nav-link {
        background-color: transparent;
        padding: 0;
        margin-bottom: 35px;
    }

        .different-warp .nav .nav-link .shape-content h4 {
            font-weight: 600;
            font-size: 20px;
            color: #898F9C;
            background-color: #ffffff;
            padding-right: 20px;
            transition: all ease 0.5s;
        }

        .different-warp .nav .nav-link .shape-content .career-shape1 {
            opacity: 0;
            transition: all ease 0.5s;
            margin-right: -30px;
        }

        .different-warp .nav .nav-link .shape-content .shape {
            position: relative;
            right: -15px;
        }

        .different-warp .nav .nav-link.active .shape-content h4 {
            color: #141F39;
        }

        .different-warp .nav .nav-link.active .shape-content .career-shape1 {
            opacity: 1;
        }

.different-warp .d-tag h3 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 40px;
}

.different-content {
    padding-left: 20px;
}

    .different-content h3 {
        font-weight: 700;
        font-size: 26px;
        margin-bottom: 25px;
    }

    .different-content p {
        margin-bottom: 25px;
    }

    .different-content .different-list {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .different-content .different-list li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 19px;
            font-weight: 600;
            color: #141F39;
        }

            .different-content .different-list li img {
                position: absolute;
                left: 0;
                top: 3px;
            }

            .different-content .different-list li:last-child {
                margin-bottom: 0;
            }

/*
Value  Warp  Style
======================================================*/
.value-warp {
    background: #F8F9FC;
}

.value-image {
    padding-top: 100px;
    padding-right: 20px;
}

.value-content {
    margin-left: 10px;
}

    .value-content .value-list {
        margin-top: 30px;
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .value-content .value-list li {
            position: relative;
            margin-bottom: 30px;
            padding-left: 90px;
        }

            .value-content .value-list li:last-child {
                margin-bottom: 0;
            }

            .value-content .value-list li .icon {
                width: 70px;
                height: 70px;
                border-radius: 50%;
                text-align: center;
                font-weight: 600;
                font-size: 20px;
                color: #141F39;
                line-height: 71px;
                position: absolute;
                left: 0;
                top: 4px;
            }

                .value-content .value-list li .icon.bg1 {
                    background: #EAFCDA;
                }

                .value-content .value-list li .icon.bg2 {
                    background: #FBE7EA;
                }

                .value-content .value-list li .icon.bg3 {
                    background: #E1F6F0;
                }

                .value-content .value-list li .icon.bg4 {
                    background: #E0E9FA;
                }

            .value-content .value-list li .content h6 {
                font-weight: 600;
                font-size: 20px;
                margin-bottom: 10px;
            }

/*
Opening  Warp  Style
======================================================*/
.inner-opening-warp {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

    .inner-opening-warp .nav-pills {
        justify-content: center;
        margin-bottom: 30px !important;
    }

        .inner-opening-warp .nav-pills .nav-item .nav-link {
            font-weight: 600;
            font-size: 15px;
            color: #141F39;
            text-decoration: underline;
            transition: all ease 0.5s;
        }

            .inner-opening-warp .nav-pills .nav-item .nav-link.active {
                background-color: transparent;
                color: #3921F5;
            }

            .inner-opening-warp .nav-pills .nav-item .nav-link:hover {
                color: #3921F5;
            }

    .inner-opening-warp .opening-widget {
        background: #F8F9FC;
        border-radius: 10px;
        margin-bottom: 30px;
        padding: 50px;
    }

    .inner-opening-warp .opening-content h5 {
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .inner-opening-warp .opening-content p {
        margin-bottom: 0;
    }

    .inner-opening-warp .opening-remote {
        margin-left: 70px;
        margin-right: -70px;
    }

        .inner-opening-warp .opening-remote .remote {
            list-style: none;
            padding-left: 0;
            margin-bottom: 12px;
        }

            .inner-opening-warp .opening-remote .remote li {
                display: inline-block;
                position: relative;
                padding-right: 20px;
            }

                .inner-opening-warp .opening-remote .remote li a {
                    color: #141F39;
                }

                .inner-opening-warp .opening-remote .remote li::before {
                    content: "";
                    position: absolute;
                    top: 6px;
                    right: 8px;
                    bottom: 0;
                    transform: rotate(26deg);
                    height: 14px;
                    width: 1px;
                    background-color: #141F39;
                }

                .inner-opening-warp .opening-remote .remote li:last-child {
                    padding-right: 0;
                }

                    .inner-opening-warp .opening-remote .remote li:last-child::before {
                        display: none;
                    }

        .inner-opening-warp .opening-remote p {
            color: #141F39;
        }

            .inner-opening-warp .opening-remote p span {
                color: #6B6B6B;
                padding-left: 15px;
            }

    .inner-opening-warp .opening-icon {
        text-align: end;
    }

        .inner-opening-warp .opening-icon .icon {
            width: 51px;
            height: 51px;
            margin-left: auto;
            display: inline-block;
            border-radius: 50%;
            font-size: 22px;
            line-height: 47px;
            text-align: center;
            background: #F8F9FC;
            border: 1px solid #D2F3E0;
            transition: all ease 0.5s;
        }

            .inner-opening-warp .opening-icon .icon:hover {
                background: #D2F3E0;
                border-color: transparent;
            }

    .inner-opening-warp .opening-btn {
        margin-top: 60px;
    }

/*
Digital  Warp  Style
======================================================*/
.inner-digital-warp.style2 {
    background: #141F39;
    border-radius: 10px;
}

    .inner-digital-warp.style2 h2 {
        color: #ffffff;
        font-size: 40px;
    }

    .inner-digital-warp.style2 p {
        color: #F5F5F5;
    }

    .inner-digital-warp.style2 .digital-image .white-color {
        background-color: #ffffff;
        color: #141F39;
        margin-top: 30px;
    }

    .inner-digital-warp.style2 .digital-image .home-one-main:hover {
        border-color: #ffffff;
        color: #ffffff;
    }

/*
Apply  Warp  Style
======================================================*/
.apply-job-warp {
    position: relative;
    margin-top: -20px;
    z-index: 1;
}

    .apply-job-warp::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 30%;
        z-index: -1;
        width: 100%;
        background: #F7F6FE;
    }

.inner-apply-job {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

    .inner-apply-job .nav-pills {
        justify-content: center;
        margin-bottom: 40px !important;
    }

        .inner-apply-job .nav-pills .nav-item {
            display: inline-block;
            position: relative;
            padding-right: 25px;
        }

            .inner-apply-job .nav-pills .nav-item .nav-link {
                color: #141F39;
                transition: all ease 0.5s;
                padding: 0;
            }

                .inner-apply-job .nav-pills .nav-item .nav-link.active {
                    background-color: transparent;
                    color: #3921F5;
                }

                .inner-apply-job .nav-pills .nav-item .nav-link:hover {
                    color: #3921F5;
                }

            .inner-apply-job .nav-pills .nav-item::before {
                content: "";
                position: absolute;
                top: 6px;
                right: 12px;
                bottom: 0;
                transform: rotate(26deg);
                height: 14px;
                width: 1px;
                background-color: #141F39;
            }

            .inner-apply-job .nav-pills .nav-item:last-child {
                padding-right: 0;
            }

                .inner-apply-job .nav-pills .nav-item:last-child::before {
                    display: none;
                }

    .inner-apply-job .apply-form {
        box-shadow: 0px 10px 40px 1px rgba(20, 31, 57, 0.05);
        border-radius: 10px;
        background-color: #ffffff;
        padding: 50px;
    }

        .inner-apply-job .apply-form h3 {
            font-weight: 600;
            font-size: 20px;
            margin-bottom: 15px;
        }

        .inner-apply-job .apply-form .apply-list {
            list-style: none;
            padding-left: 0;
            margin-bottom: 45px;
            margin-top: 20px;
        }

            .inner-apply-job .apply-form .apply-list li {
                position: relative;
                margin-bottom: 18px;
                padding-left: 30px;
                font-weight: 600;
                font-size: 16px;
                color: #141F39;
            }

                .inner-apply-job .apply-form .apply-list li:last-child {
                    margin-bottom: 0;
                }

                .inner-apply-job .apply-form .apply-list li img {
                    position: absolute;
                    left: 0;
                    top: 3px;
                }

        .inner-apply-job .apply-form .velocity {
            margin-bottom: 45px;
        }

            .inner-apply-job .apply-form .velocity h4 {
                font-weight: 600;
                font-size: 20px;
                margin-bottom: 15px;
            }

            .inner-apply-job .apply-form .velocity .velocity-list {
                list-style: none;
                padding-left: 0;
                margin-bottom: 0;
            }

                .inner-apply-job .apply-form .velocity .velocity-list li {
                    position: relative;
                    padding-left: 15px;
                    margin-bottom: 8px;
                }

                    .inner-apply-job .apply-form .velocity .velocity-list li:last-child {
                        margin-bottom: 0;
                    }

                    .inner-apply-job .apply-form .velocity .velocity-list li::before {
                        content: "";
                        position: absolute;
                        top: 9px;
                        left: 0;
                        bottom: 0;
                        height: 5px;
                        width: 5px;
                        border-radius: 50%;
                        background-color: #141F39;
                    }

        .inner-apply-job .apply-form .artboard {
            margin-bottom: 45px;
        }

            .inner-apply-job .apply-form .artboard h4 {
                font-weight: 600;
                font-size: 20px;
                margin-bottom: 15px;
            }

/*
Back Done  Warp  Style
======================================================*/
.inner-backdone {
    box-shadow: 0px 10px 40px 1px rgba(20, 31, 57, 0.05);
    border-radius: 10px;
    background-color: #ffffff;
    padding-left: 80px;
    padding-right: 80px;
}

    .inner-backdone .nav-pills {
        justify-content: center;
        margin-bottom: 30px !important;
    }

        .inner-backdone .nav-pills .nav-link {
            font-weight: 600;
            font-size: 15px;
            color: #141F39;
            text-decoration: underline;
            transition: all ease 0.5s;
        }

            .inner-backdone .nav-pills .nav-link.active {
                background-color: transparent;
                color: #3921F5;
            }

            .inner-backdone .nav-pills .nav-link:hover {
                color: #3921F5;
            }

    .inner-backdone .back-image {
        padding-right: 70px;
    }

    .inner-backdone .back-content {
        margin-left: -30px;
    }

        .inner-backdone .back-content h3 {
            font-weight: 700;
            font-size: 26px;
            margin-bottom: 12px;
            line-height: 1.5;
        }

        .inner-backdone .back-content .back-list {
            list-style: none;
            margin-top: 30px;
            padding-left: 0;
            margin-bottom: 40px;
        }

            .inner-backdone .back-content .back-list li {
                position: relative;
                padding-left: 30px;
                margin-bottom: 20px;
                font-weight: 600;
                font-size: 16px;
                color: #141F39;
            }

                .inner-backdone .back-content .back-list li:last-child {
                    margin-bottom: 0;
                }

                .inner-backdone .back-content .back-list li img {
                    position: absolute;
                    left: 0;
                    top: 4px;
                }

/*
Expert  Warp  Style
======================================================*/
.expert-card {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

    .expert-card img {
        border-radius: 10px;
    }

    .expert-card .content {
        box-shadow: 0px 10px 40px rgba(20, 31, 57, 0.05);
        border-radius: 10px;
        background-color: #ffffff;
        padding: 40px 28px;
        text-align: center;
        position: relative;
        z-index: 1;
        margin-left: 38px;
        margin-right: 38px;
        margin-top: -80px;
    }

        .expert-card .content span {
            font-weight: 700;
            font-size: 15px;
            display: block;
            margin-bottom: 30px;
        }

        .expert-card .content h3 {
            font-weight: 700;
            font-size: 20px;
            margin-bottom: 15px;
        }

            .expert-card .content h3 a {
                color: #141F39;
            }

.expert-section {
    max-width: 760px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
}

    .expert-section h2 {
        font-weight: 700;
        font-size: 32px;
        margin-bottom: 0;
    }

/*
Stay Loop  Warp  Style
======================================================*/
.inner-stay-loop {
    background: #141F39;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    padding: 100px;
}

    .inner-stay-loop .content {
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

        .inner-stay-loop .content h2 {
            font-size: 32px;
            color: #ffffff;
            margin-bottom: 20px;
        }

        .inner-stay-loop .content p {
            color: #EAEAEA;
            margin-bottom: 30px;
        }

        .inner-stay-loop .content .input-box {
            height: 65px;
            max-width: 575px;
            border-radius: 50px;
            position: relative;
            margin-left: auto;
            margin-right: auto;
        }

            .inner-stay-loop .content .input-box .form-control {
                width: 100%;
                height: 100%;
                border-radius: 50px;
                font-size: 14px;
                color: #9196A3;
                padding-left: 30px;
                background: #485065;
                border: none;
            }

                .inner-stay-loop .content .input-box .form-control:focus {
                    box-shadow: unset;
                }

                    .inner-stay-loop .content .input-box .form-control:focus::-moz-placeholder {
                        color: transparent;
                    }

                    .inner-stay-loop .content .input-box .form-control:focus::placeholder {
                        color: transparent;
                    }

                .inner-stay-loop .content .input-box .form-control::-moz-placeholder {
                    color: #9196A3;
                    -moz-transition: all ease 0.5s;
                    transition: all ease 0.5s;
                }

                .inner-stay-loop .content .input-box .form-control::placeholder {
                    color: #9196A3;
                    transition: all ease 0.5s;
                }

            .inner-stay-loop .content .input-box .default-btn {
                position: absolute;
                right: 5px;
                bottom: 5px;
                top: 5px;
                padding: 15px 25px;
            }

                .inner-stay-loop .content .input-box .default-btn:hover {
                    color: #ffffff;
                    border-color: #ffffff;
                }

    .inner-stay-loop .stay-loop1 {
        position: absolute;
        bottom: 0;
        z-index: -1;
        left: 0;
    }

.stay-loop-warp {
    position: relative;
    z-index: 1;
}

    .stay-loop-warp::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 28%;
        z-index: -1;
        width: 100%;
        background: rgba(213, 15, 46, 0.06);
    }

/*
Service Details  Warp  Style
======================================================*/
.service-details-widget .image {
    margin-bottom: 40px;
}

    .service-details-widget .image img {
        border-radius: 15px;
    }

.service-details-widget .unlocking {
    margin-bottom: 40px;
}

    .service-details-widget .unlocking h3 {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 15px;
    }

.service-details-widget .success {
    margin-bottom: 40px;
}

    .service-details-widget .success h3 {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .service-details-widget .success .ss-list {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 20px;
    }

        .service-details-widget .success .ss-list li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 18px;
        }

            .service-details-widget .success .ss-list li:last-child {
                margin-bottom: 0;
            }

            .service-details-widget .success .ss-list li img {
                position: absolute;
                left: 0;
                top: 3px;
            }

.service-details-widget .service-details-image {
    margin-bottom: 30px;
}

.service-details-widget .locking h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}

.service-details-warp {
    position: relative;
    z-index: 1;
}

    .service-details-warp::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 10%;
        z-index: -1;
        width: 100%;
        background: #F7F6FE;
    }

/*
Experience Details  Warp  Style
======================================================*/
.experience-warp .experience-widget {
    border-bottom: solid 1px rgba(57, 33, 245, 0.15);
}

    .experience-warp .experience-widget .experience-content {
        max-width: 890px;
    }

        .experience-warp .experience-widget .experience-content h2 {
            font-size: 32px;
            margin-bottom: 0;
            line-height: 1.5;
        }

/*
Portfolio  Warp  Style
======================================================*/
.portfolio-warp .nav-pills {
    justify-content: center;
    margin-bottom: 30px !important;
}

    .portfolio-warp .nav-pills .nav-link {
        font-weight: 600;
        font-size: 15px;
        color: #141F39;
        text-decoration: underline;
        transition: all ease 0.5s;
    }

        .portfolio-warp .nav-pills .nav-link.active {
            background-color: transparent;
            color: #3921F5;
        }

        .portfolio-warp .nav-pills .nav-link:hover {
            color: #3921F5;
        }

.portfolio-card {
    margin-bottom: 25px;
}

    .portfolio-card img {
        border-radius: 10px;
    }

    .portfolio-card .content {
        padding-top: 25px;
    }

        .portfolio-card .content p {
            margin-bottom: 12px;
        }

        .portfolio-card .content h3 {
            font-weight: 700;
            font-size: 20px;
            margin-bottom: 0;
        }

            .portfolio-card .content h3 a {
                color: #141F39;
            }

/*
Portfolio Details  Warp  Style
======================================================*/
.inner-portfolio-details .image {
    margin-bottom: 40px;
}

    .inner-portfolio-details .image img {
        border-radius: 10px;
    }

.inner-portfolio-details .portfolio-big-warp {
    margin-right: -10px;
}

    .inner-portfolio-details .portfolio-big-warp .overview {
        margin-bottom: 40px;
    }

        .inner-portfolio-details .portfolio-big-warp .overview h4 {
            font-size: 20px;
            margin-bottom: 18px;
        }

    .inner-portfolio-details .portfolio-big-warp .project {
        margin-bottom: 40px;
    }

        .inner-portfolio-details .portfolio-big-warp .project h4 {
            font-size: 20px;
            margin-bottom: 18px;
        }

    .inner-portfolio-details .portfolio-big-warp .project2 {
        margin-bottom: 40px;
    }

        .inner-portfolio-details .portfolio-big-warp .project2 h4 {
            font-size: 20px;
            margin-bottom: 18px;
        }

        .inner-portfolio-details .portfolio-big-warp .project2 .project-list {
            list-style: none;
            padding-left: 0;
            margin-bottom: 0;
            margin-top: 20px;
        }

            .inner-portfolio-details .portfolio-big-warp .project2 .project-list li {
                position: relative;
                padding-left: 30px;
                margin-bottom: 20px;
                font-weight: 600;
                color: #141F39;
            }

                .inner-portfolio-details .portfolio-big-warp .project2 .project-list li:last-child {
                    margin-bottom: 0;
                }

                .inner-portfolio-details .portfolio-big-warp .project2 .project-list li img {
                    position: absolute;
                    left: 0;
                    top: 3px;
                }

    .inner-portfolio-details .portfolio-big-warp .portfolio-image {
        margin-bottom: 35px;
    }

        .inner-portfolio-details .portfolio-big-warp .portfolio-image img {
            border-radius: 10px;
        }

    .inner-portfolio-details .portfolio-big-warp .themselves h4 {
        font-size: 20px;
        margin-bottom: 18px;
    }

.inner-portfolio-details .category-widget {
    background: #F6F9FF;
    border-radius: 10px;
    padding: 50px;
    margin-left: 40px;
}

    .inner-portfolio-details .category-widget h5 {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .inner-portfolio-details .category-widget ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .inner-portfolio-details .category-widget ul li {
            margin-bottom: 20px;
            font-weight: 700;
            color: #141F39;
        }

            .inner-portfolio-details .category-widget ul li:last-child {
                margin-bottom: 0;
            }

            .inner-portfolio-details .category-widget ul li span {
                font-weight: 400;
                color: #6B6B6B;
                display: block;
                margin-top: 5px;
            }

.portfolio-details-warp {
    position: relative;
    z-index: 1;
}

    .portfolio-details-warp::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 15%;
        z-index: -1;
        width: 100%;
        background: #F7F6FE;
    }

/*
Blog Warp  Style
======================================================*/
.blog-big-widget {
    margin-right: 15px;
}

    .blog-big-widget .content {
        padding-top: 35px;
    }

        .blog-big-widget .content .blog-list {
            padding-left: 0;
            list-style: none;
            padding-left: 0;
            margin-bottom: 12px;
        }

            .blog-big-widget .content .blog-list li {
                display: inline-block;
                padding-right: 22px;
                position: relative;
            }

                .blog-big-widget .content .blog-list li::before {
                    content: "";
                    position: absolute;
                    top: 6px;
                    transform: rotate(21deg);
                    right: 8px;
                    bottom: 0;
                    height: 14px;
                    width: 1px;
                    background: #6B6B6B;
                }

                .blog-big-widget .content .blog-list li:last-child {
                    padding-right: 0;
                }

                    .blog-big-widget .content .blog-list li:last-child::before {
                        display: none;
                    }

        .blog-big-widget .content h3 {
            font-size: 30px;
            margin-bottom: 15px;
            line-height: 1.4;
        }

            .blog-big-widget .content h3 a {
                color: #141F39;
                transition: all ease 0.5s;
            }

                .blog-big-widget .content h3 a:hover {
                    color: #3921F5;
                }

        .blog-big-widget .content .read-more {
            text-decoration-line: underline;
            color: #3921F5;
            font-weight: 500;
        }

    .blog-big-widget img {
        border-radius: 10px;
    }

.blog-small-widget {
    margin-bottom: 25px;
}

    .blog-small-widget .content {
        padding-top: 35px;
    }

        .blog-small-widget .content .blog-list {
            padding-left: 0;
            list-style: none;
            padding-left: 0;
            margin-bottom: 12px;
        }

            .blog-small-widget .content .blog-list li {
                display: inline-block;
                padding-right: 22px;
                position: relative;
            }

                .blog-small-widget .content .blog-list li::before {
                    content: "";
                    position: absolute;
                    top: 6px;
                    transform: rotate(21deg);
                    right: 8px;
                    bottom: 0;
                    height: 14px;
                    width: 1px;
                    background: #6B6B6B;
                }

                .blog-small-widget .content .blog-list li:last-child {
                    padding-right: 0;
                }

                    .blog-small-widget .content .blog-list li:last-child::before {
                        display: none;
                    }

        .blog-small-widget .content h3 {
            font-size: 20px;
            margin-bottom: 15px;
            line-height: 35px;
        }

            .blog-small-widget .content h3 a {
                color: #141F39;
                transition: all ease 0.5s;
            }

                .blog-small-widget .content h3 a:hover {
                    color: #3921F5;
                }

        .blog-small-widget .content .read-more {
            text-decoration-line: underline;
            color: #141F39;
            font-weight: 500;
        }

    .blog-small-widget img {
        border-radius: 10px;
    }

.inner-recent-blog {
    border-top: 1px solid rgba(149, 94, 94, 0.22);
}

    .inner-recent-blog .single-section {
        margin-bottom: 30px;
    }

/*
Blog Details  Style
======================================================*/
.blog-big-details {
    padding-right: 10px;
}

    .blog-big-details .image {
        margin-bottom: 30px;
    }

        .blog-big-details .image img {
            border-radius: 10px;
        }

    .blog-big-details .content {
        margin-bottom: 30px;
    }

        .blog-big-details .content .blog-list {
            padding-left: 0;
            list-style: none;
            padding-left: 0;
            margin-bottom: 12px;
        }

            .blog-big-details .content .blog-list li {
                display: inline-block;
                padding-right: 22px;
                position: relative;
            }

                .blog-big-details .content .blog-list li::before {
                    content: "";
                    position: absolute;
                    top: 6px;
                    transform: rotate(21deg);
                    right: 8px;
                    bottom: 0;
                    height: 14px;
                    width: 1px;
                    background: #6B6B6B;
                }

                .blog-big-details .content .blog-list li:last-child {
                    padding-right: 0;
                }

                    .blog-big-details .content .blog-list li:last-child::before {
                        display: none;
                    }

        .blog-big-details .content h3 {
            font-size: 30px;
            margin-bottom: 15px;
            line-height: 1.4;
        }

            .blog-big-details .content h3 a {
                color: #141F39;
            }

    .blog-big-details .creativity {
        margin-bottom: 30px;
    }

        .blog-big-details .creativity h4 {
            font-size: 20px;
            margin-bottom: 14px;
        }

        .blog-big-details .creativity ul {
            padding-left: 20px;
            margin-bottom: 20px;
        }

            .blog-big-details .creativity ul li {
                margin-bottom: 5px;
            }

        .blog-big-details .creativity .tag-style {
            border-left: solid 2px #D9D9D9;
            padding-left: 20px;
        }

            .blog-big-details .creativity .tag-style h6 {
                line-height: 28px;
                font-weight: 500;
                font-size: 16px;
                color: #141F39;
            }

    .blog-big-details .applications {
        margin-bottom: 30px;
    }

        .blog-big-details .applications h4 {
            font-size: 20px;
            margin-bottom: 14px;
        }

        .blog-big-details .applications .tag-style {
            border-left: solid 2px #D9D9D9;
            padding-left: 20px;
        }

            .blog-big-details .applications .tag-style h6 {
                line-height: 28px;
                font-weight: 500;
                font-size: 16px;
                color: #141F39;
            }

    .blog-big-details .excellent {
        padding-bottom: 50px;
        border-bottom: 1px solid #ECECEC;
    }

        .blog-big-details .excellent h4 {
            font-size: 20px;
            margin-bottom: 14px;
        }

    .blog-big-details .comments {
        margin-top: 70px;
    }

        .blog-big-details .comments h3 {
            font-size: 30px;
            margin-bottom: 40px;
        }

        .blog-big-details .comments .comment-list {
            margin-bottom: 50px;
            padding-bottom: 50px;
            border-bottom: 1px solid #ECECEC;
        }

            .blog-big-details .comments .comment-list .image-size {
                width: 100px;
                height: 100px;
            }

                .blog-big-details .comments .comment-list .image-size .image {
                    width: 100px;
                    height: 100px;
                    margin-bottom: -4px;
                }

                    .blog-big-details .comments .comment-list .image-size .image img {
                        border-radius: 5px;
                    }

            .blog-big-details .comments .comment-list .comment-content {
                margin-left: 30px;
            }

                .blog-big-details .comments .comment-list .comment-content h6 {
                    font-size: 20px;
                    margin-bottom: 12px;
                }

                .blog-big-details .comments .comment-list .comment-content span {
                    display: block;
                    margin-bottom: 14px;
                }

                .blog-big-details .comments .comment-list .comment-content p {
                    margin-bottom: 14px;
                }

                .blog-big-details .comments .comment-list .comment-content .reply {
                    color: #3921F5;
                }

    .blog-big-details .reply-warp h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .blog-big-details .reply-warp p {
        margin-bottom: 20px;
    }

    .blog-big-details .reply-warp .input-box {
        margin-bottom: 20px;
    }

        .blog-big-details .reply-warp .input-box .form-label {
            font-weight: 500;
            color: #141F39;
            margin-bottom: 8px;
        }

        .blog-big-details .reply-warp .input-box .form-control {
            height: 55px;
            border: 1px solid #E7E7E7;
            border-radius: 5px;
            padding-left: 20px;
            background-color: #ffffff;
            font-size: 14px;
        }

            .blog-big-details .reply-warp .input-box .form-control:focus {
                box-shadow: unset;
            }

                .blog-big-details .reply-warp .input-box .form-control:focus::-moz-placeholder {
                    color: transparent;
                }

                .blog-big-details .reply-warp .input-box .form-control:focus::placeholder {
                    color: transparent;
                }

            .blog-big-details .reply-warp .input-box .form-control::-moz-placeholder {
                color: #6B6B6B;
                -moz-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

            .blog-big-details .reply-warp .input-box .form-control::placeholder {
                color: #6B6B6B;
                transition: all ease 0.5s;
            }

        .blog-big-details .reply-warp .input-box #exampleFormControlTextarea1 {
            height: 132px !important;
        }

    .blog-big-details .reply-warp .form-check {
        margin-bottom: 20px;
    }

        .blog-big-details .reply-warp .form-check .form-check-input:focus {
            box-shadow: unset;
        }

.blog-small-details .input-box {
    position: relative;
    height: 60px;
    margin-bottom: 40px;
}

    .blog-small-details .input-box .form-control {
        height: 60px;
        width: 100%;
        border: 1px solid #EFEFEF;
        border-radius: 10px;
        padding-left: 60px;
    }

        .blog-small-details .input-box .form-control:focus {
            box-shadow: unset;
        }

    .blog-small-details .input-box .icon {
        position: absolute;
        left: 20px;
        top: 50%;
        font-size: 20px;
        transform: translateY(-17px);
        background-color: transparent;
        border: none;
    }

.blog-small-details .post-box {
    align-items: center;
    background: #F6F9FF;
    border-radius: 10px;
    padding: 50px;
    margin-bottom: 40px;
}

    .blog-small-details .post-box .blog-post {
        overflow: hidden;
        margin-bottom: 35px;
    }

        .blog-small-details .post-box .blog-post .thumb {
            width: 83px;
            height: 81px;
            margin-right: 20px;
            position: relative;
            display: inline-block;
        }

            .blog-small-details .post-box .blog-post .thumb .full-image {
                width: 83px;
                height: 81px;
                display: inline-block;
                position: relative;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
            }

                .blog-small-details .post-box .blog-post .thumb .full-image.bg-1 {
                    background-image: url(../images/users/blog3.jpg);
                }

                .blog-small-details .post-box .blog-post .thumb .full-image.bg-2 {
                    background-image: url(../images/users/blog4.jpg);
                }

                .blog-small-details .post-box .blog-post .thumb .full-image.bg-3 {
                    background-image: url(../images/users/blog5.jpg);
                }

                .blog-small-details .post-box .blog-post .thumb .full-image.bg-4 {
                    background-image: url(../images/users/blog6.jpg);
                }

    .blog-small-details .post-box .post-content span {
        display: inline-block;
    }

    .blog-small-details .post-box .post-content h6 {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 1.7;
    }

        .blog-small-details .post-box .post-content h6 a {
            color: #141F39;
        }

            .blog-small-details .post-box .post-content h6 a:hover {
                color: #D50F2E;
            }

    .blog-small-details .post-box h5 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .blog-small-details .post-box .last-blog {
        margin-bottom: 0;
    }

.blog-small-details .all-box {
    background: #F6F9FF;
    border-radius: 10px;
    padding: 50px;
    margin-bottom: 40px;
}

    .blog-small-details .all-box h5 {
        font-size: 20px;
        margin-bottom: 30px;
    }

.blog-small-details .categories ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .blog-small-details .categories ul li {
        margin-bottom: 20px;
        position: relative;
    }

        .blog-small-details .categories ul li a {
            font-weight: 500;
            color: #141F39;
            transition: all ease 0.5s;
        }

        .blog-small-details .categories ul li:last-child {
            margin-bottom: 0;
        }

        .blog-small-details .categories ul li:hover a {
            color: #3921F5;
            text-decoration-line: underline;
        }

.blog-small-details .tags a {
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 50px;
    display: inline-block;
    margin: 5px;
    padding: 5px 25px;
    transition: all ease 0.5s;
}

    .blog-small-details .tags a:hover {
        border-color: #3921F5;
    }

/*
Contact  Style
======================================================*/
.contact-content {
    max-width: 490px;
}

    .contact-content p {
        margin-bottom: 40px;
    }

    .contact-content .contact-widget {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: solid 1px #ECECEC;
    }

        .contact-content .contact-widget .icon-style {
            width: 65px;
            height: 65px;
        }

            .contact-content .contact-widget .icon-style .icon {
                width: 65px;
                height: 65px;
                border-radius: 50%;
                background: #E7F3FF;
                text-align: center;
                line-height: 62px;
            }

        .contact-content .contact-widget .content {
            padding-left: 20px;
        }

            .contact-content .contact-widget .content h5 {
                font-size: 20px;
                margin-bottom: 12px;
            }

        .contact-content .contact-widget:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border: none;
        }

.massage-warp {
    background: #ffffff;
    box-shadow: 0px 10px 40px 1px rgba(20, 31, 57, 0.05);
    border-radius: 10px;
    padding: 50px;
}

    .massage-warp h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .massage-warp .input-box {
        margin-bottom: 20px;
    }

        .massage-warp .input-box .form-label {
            margin-bottom: 10px;
            font-weight: 500;
            color: #141F39;
        }

        .massage-warp .input-box .form-control {
            border: 1px solid #E7E7E7;
            border-radius: 5px;
            padding-left: 20px;
            height: 55px;
            background-color: #ffffff;
            color: #6B6B6B;
            font-size: 14px;
        }

            .massage-warp .input-box .form-control:focus {
                box-shadow: unset;
            }

                .massage-warp .input-box .form-control:focus::-moz-placeholder {
                    color: transparent;
                }

                .massage-warp .input-box .form-control:focus::placeholder {
                    color: transparent;
                }

            .massage-warp .input-box .form-control::-moz-placeholder {
                color: #6B6B6B;
                -moz-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

            .massage-warp .input-box .form-control::placeholder {
                color: #6B6B6B;
                transition: all ease 0.5s;
            }

        .massage-warp .input-box textarea {
            height: 130px !important;
            padding-top: 12px;
        }

.inner-map iframe {
    width: 100%;
    height: 700px;
    display: block;
    border-radius: 10px;
}

/*
404 Error Page Style
=======================================================*/
.error-area {
    text-align: center;
    position: relative;
    z-index: 1;
}

    .error-area .d-table {
        width: 100%;
        height: 100%;
    }

        .error-area .d-table .d-table-cell {
            vertical-align: middle;
        }

    .error-area .error-content-wrap {
        z-index: 1;
        position: relative;
    }

        .error-area .error-content-wrap h3 {
            margin: 30px 0 0;
            position: relative;
            color: #141F39;
        }

        .error-area .error-content-wrap p {
            margin: 20px 0 20px;
            font-size: 19px;
        }

        .error-area .error-content-wrap .default-btn.two {
            font-size: 16px;
            padding: 12px 40px;
        }

        .error-area .error-content-wrap .default-btn:hover {
            color: #3921F5;
        }

/*
Terms & Conditions Area Style
=======================================================*/
.terms-conditions .title {
    margin-bottom: 30px;
    text-align: center;
}

    .terms-conditions .title span {
        color: #3921F5;
        display: block;
        margin-bottom: 10px;
    }

    .terms-conditions .title h2 {
        font-size: 36px;
        color: #141F39;
        font-weight: 900;
    }

.terms-conditions img {
    margin-bottom: 30px;
}

.terms-conditions .conditions-content {
    margin-bottom: 30px;
}

    .terms-conditions .conditions-content h3 {
        margin-bottom: 15px;
        color: #141F39;
    }

    .terms-conditions .conditions-content p {
        margin-bottom: 10px;
        color: #555555;
    }

    .terms-conditions .conditions-content ul {
        margin-bottom: 15px;
        padding-left: 0;
        list-style-type: none;
        margin-top: 15px;
    }

        .terms-conditions .conditions-content ul li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 10px;
            color: #555555;
        }

            .terms-conditions .conditions-content ul li:last-child {
                margin-bottom: 0;
            }

            .terms-conditions .conditions-content ul li i {
                position: absolute;
                left: 0;
                top: 1px;
                font-size: 20px;
                color: #3921F5;
            }

    .terms-conditions .conditions-content h3 {
        margin-bottom: 15px;
        font-weight: 700;
        color: #141F39;
    }

    .terms-conditions .conditions-content p {
        margin-bottom: 10px;
        color: #555555;
    }

/*
Privacy Policy Area Style
=======================================================*/
.privacy-policy-wrap .title {
    margin-bottom: 30px;
    text-align: center;
}

    .privacy-policy-wrap .title h2 {
        font-size: 36px;
        font-weight: 900;
        color: #141F39;
        font: 30px;
    }

.privacy-policy-wrap img {
    margin-bottom: 30px;
}

.privacy-policy-wrap .privacy-content {
    margin-bottom: 30px;
}

    .privacy-policy-wrap .privacy-content h3 {
        margin-bottom: 15px;
        font-weight: 700;
        color: #141F39;
        font-size: 26px;
    }

    .privacy-policy-wrap .privacy-content p {
        margin-bottom: 10px;
        color: #555555;
    }

    .privacy-policy-wrap .privacy-content ul {
        margin-left: 0;
        margin-bottom: 15px;
        list-style-type: none;
        padding-left: 0;
        margin-top: 15px;
    }

    .privacy-policy-wrap .privacy-content li {
        position: relative;
        padding-left: 25px;
        color: #555555;
        margin-bottom: 10px;
    }

        .privacy-policy-wrap .privacy-content li:last-child {
            margin-bottom: 0;
        }

        .privacy-policy-wrap .privacy-content li i {
            position: absolute;
            left: 0;
            top: 1px;
            color: #3921F5;
            font-size: 20px;
        }
/*# sourceMappingURL=style.css.map */


img.navbar-logo {
    width: 150px;
}

.features-hero-content h2 {
    font-weight: 500;
    font-size: 40px !important;
    margin-bottom: 12px;
}

@media only screen and (max-width: 991px) {
    .features-hero-content h2 {
        font-size: 24px !important;
        margin-bottom: 12px;
    }
}

.solution-content .nav-pills .nav-item .nav-link.active {
    background: #12a1d0 !important;
    color: #ffffff;
}

.solution-content .nav-pills .nav-item .nav-link {
    padding: 16px 40px;
    border-radius: 50px;
    line-height: 1;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: all ease 0.5s;
    color: #141F39;
    background: linear-gradient(95.64deg, #12a1d0 0%, #8bc53f 100%);
}

.home-one-main {
    background-color: #129ecc !important;
}

.hero-style1-content .default-btn {
    background: linear-gradient(95.64deg, #12a1d0 0%, #8bc53f 100%);
    padding: 15px 28px;
    border: none;
    position: relative;
    transition: all ease 0.5s;
    color: #141F39;
}

.hero-style1-content .title {
    font-weight: 500;
    color: #12a2d2 !important;
    display: inline-block;
    margin-bottom: 5px;
}

.solution-content .solution-tab-content .st-list li i {
    position: absolute;
    font-size: 20px;
    top: 0;
    left: 0;
    color: #8bc53f !important;
}

.boost-card.style3 .icon-content .rounded-icon {
    background: #7dcce6 !important;
}

.boost-card .icon-content .rounded-icon {
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 45px;
    line-height: 110px;
    border-radius: 50%;
    background: #7dcce6 !important;
    color: #141F39;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boost-card.style2 {
    margin-top: 0px !important;
}

.boost-card.style3 {
    margin-top: 0px !important;
}

.footer-p-t {
    margin: 10px;
}

.boost-card.style2 .icon-content .rounded-icon {
    background: #b7e975 !important;
}

.management-accordion section.active .default-btn {
    background: linear-gradient(95.64deg, #12a1d0 0%, #8bc53f 100%) !important;
    padding: 15px 28px;
    border: none;
    display: inline-block;
    position: relative;
    transition: all ease 0.5s;
    color: #141F39;
    margin-top: 10px;
}

.inner-grow-warp::before {
    content: "";
    position: absolute;
    top: 54%;
    left: 160px;
    right: 160px;
    height: 0px !important;
    background: rgba(57, 33, 245, 0.15);
}

.inner-grow-warp {
    position: relative;
    border-radius: 10px;
    margin-bottom: -100px;
    z-index: 1;
    padding-left: 70px;
    padding-right: 70px;
    background-image: url('../images/home/MaskGroup36.png') !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.section-title h2 {
    font-size: 32px;
    position: relative;
    margin-bottom: 12px;
    display: inline-block;
    line-height: 1.4;
    color: black;
}

.sec-hd {
    font-size: 32px;
    position: relative;
    margin-bottom: 12px;
    display: block !important;
    line-height: 1.4;
    color: white !important;
}

.sec-big-hd {
    font-size: 34px;
    position: relative;
    margin-bottom: 12px;
    display: block !important;
    line-height: 1.4;
    color: white !important;
}

.sec-p {
    color: white;
}
/*.boost-card.style2 {
    margin-top: 0px !important;
}*/
.hero-style1-content .hero-style1-list li i {
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 20px;
    color: #8bc53f !important;
}

.hero-style1-warp {
    background-image: url(../images/home/Shade-BG.png) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 195px;
    padding-bottom: 20px;
    margin-top: -100px;
}

.navbar-nav .nav-item .nav-link.active {
    color: #12a2d2 !important;
}

.navbar .navbar-nav .nav-item:hover .nav-link, .navbar .navbar-nav .nav-item.active .nav-link {
    color: #12a2d2 !important;
}

.video-warp {
    position: relative;
    background-image: url(../images/home/We-Grow-Your-Startup3.png) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 420px;
    padding-bottom: 320px;
    text-align: center;
    background-attachment: fixed;
}

.boost-slider-warp {
    background-image: url(../images/home/Shade-BG.png) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.supervise-content .supervise-list li .rounded-icon {
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 36px;
    line-height: 90px;
    border-radius: 50%;
    background: #7dcce6 !important;
    color: #141F39;
    display: flex;
    margin-top: 5px;
    justify-content: center;
    align-items: center;
}

.inner-skill-warp .skill-btn .free-btn {
    background: linear-gradient(95.64deg, #12a2d2 0%, #8bc53f 100%) !important;
    padding: 15px 35px;
    border: none;
    position: relative;
    transition: all ease 0.5s;
    color: #141F39;
    margin-left: 30px;
}

.supervise-content .supervise-list li .rounded-icon.style2 {
    background: #b7e975 !important;
}

.tcs {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 12px;
    color: #129ecc !important;
}

div#navbarAccordion {
    list-style: none !important;
    line-height: 35px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

    div#navbarAccordion li:hover {
        color: #129ecc;
    }

.mbil-nav {
    list-style: none;
    padding: 0;
}

.boost-card .icon-content h3 a:hover {
    color: #8bc53f !important;
}

.hero-style1-content .hero-style1-btn .hero-service-btn i {
    font-size: 38px;
    color: #129ecc !important;
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 1;
    transform: translateY(-17px);
}

.hero-style1-content .hero-style1-btn .hero-service-btn:hover {
    color: #129ecc;
}

.section-warp .section-btn .default-btn {
    background: linear-gradient(95.64deg, #12a1d0 0%, #8bc53f 100%) !important;
    padding: 15px 28px;
    border: none;
    position: relative;
    transition: all ease 0.5s;
    color: #141F39;
}

.inner-skill-warp .skill-btn .style1 {
    background: #12a2d2 !important;
    border-color: transparent;
}

    .inner-skill-warp .skill-btn .style1:hover {
        background: transparent;
        color: #141F39;
        border-color: #12a2d2 !important;
    }

#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #129ecc !important;
    border-radius: 50%;
    line-height: 1;
    border: none;
    cursor: pointer;
    background-color: transparent;
    opacity: 0.8;
    z-index: 9999;
    font-size: 50px;
}

.footer-widget .footer-link li a:hover {
    color: #129ecc !important;
}

.footer-widget .social-list li a:hover {
    color: #ffffff;
    background-color: #129ecc !important;
}

.fi-fs {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    color: #12a1d0 !important;
}

.horizontal section h2 span.style1 {
    background: #7dcce6 !important;
}

.horizontal section h2 span.style2 {
    background: #b7e975 !important;
}

.horizontal section h2 span {
    position: relative;
    font-weight: 700;
    font-size: 36px;
    color: white !important;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    line-height: 100px;
    transform: rotate(-90deg);
}

.management-accordion section.active h2 span.style3 {
    background: #7dcce6 !important;
}

.horizontal section h2 span.style4 {
    background: #b3e473 !important;
}

.management-accordion section.active h2 span.style5 {
    background: #7dcce6 !important;
}

.horizontal section h2 span.style3 {
    background: #7dcce6 !important;
}

.ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px !important;
}

.pb-100 {
    padding-bottom: 50px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.hero-style1-warp .hero-shape2 {
    position: absolute;
    bottom: 340px !important;
    left: 34%;
}

.horizontal section h2 span.style5 {
    background: #7dcce6 !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.boost-card .icon-content h3 a {
    color: #12a2d2 !important;
    transition: all ease 0.5s;
}

.management-accordion section h2 a {
    padding: 80px 0;
    font-weight: 600;
    font-size: 20px;
    color: #129ecc !important;
    text-decoration: none;
    margin-left: 25px;
}

.bg-f9f2f3 {
    background: #ECF8FE !important;
}

.copyright-warp {
    background: #ECF8FE !important;
}

.hi-lit {
    color: #12a2d2;
}

.preloader-area.bg1 {
    background-color: #129ecc !important;
}

.inner-copyright-warp {
    display: flex !important;
    justify-content: space-between !important;
}

.footer-link {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.business-card .icon1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0;
    width: 100%;
    background-color: #41b1d6 !important;
    border-radius: 50%;
    transition: all ease 0.5s;
    opacity: 1;
    z-index: -1;
}

.rus {
    padding: 11px 20px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    z-index: 1;
    border-radius: 50px;
    transition: all ease 0.5s;
    overflow: hidden;
    position: relative;
    border: solid 1px transparent;
    background-color: #129ecc;
}

    .rus:hover {
        color: white;
        background-color: #8bc53f;
    }

.business-card {
    margin-bottom: 25px;
    background: #F3F7FA;
    border-radius: 10px;
    text-align: center;
    position: relative;
    margin-top: 40px;
    padding-top: 70px;
    padding-bottom: 40px;
    padding-left: 26px;
    padding-right: 26px;
    height: 380px !important;
}

.learn {
    background-image: url(../images/services/Learn.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.chose {
    background-image: url(../images/services/Choose.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.features-card {
    margin-bottom: 25px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 365px !important;
    padding-left: 52px;
    padding-right: 52px;
    box-shadow: 0px 10px 80px 3px rgba(20, 31, 57, 0.05);
    border-radius: 10px;
}

.control-content .control-btn {
    background: linear-gradient(95.64deg, #12a2d2 0%, #8bc53f 100%) !important;
    padding: 15px 35px;
    border: none;
    position: relative;
    transition: all ease 0.5s;
    color: #000000;
    font-weight: 500;
    border-radius: 30px;
    display: inline-block;
}

.features-hero-warp .hero-shape1 {
    position: absolute;
    top: 125px;
    left: 15%;
    animation: simple-move 4s 1s linear infinite alternate;
}

.features-hero-warp .hero-shape2 {
    position: absolute;
    top: 400px;
    left: 74%;
    animation: simple-move 4s 1s linear infinite alternate;
}

.features-hero-warp {
    padding-top: 220px;
    margin-top: -130px;
    padding-bottom: 50px;
    background-image: url(../images/startup/Shade-BG-New1.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.middle-hero-content {
    text-align: center;
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px !important;
    margin-bottom: 10px;
}

    .middle-hero-content .default-btn.style3 {
        background: linear-gradient(95.64deg, #12a1d0 0%, #8bc53f 100%) !important;
        padding: 15px 28px;
        border: none;
        position: relative;
        transition: all ease 0.5s;
        color: #141F39;
        margin-left: 25px;
    }

.goal-card.bg1 {
    background: #a8ddef !important;
}

.goal-card.bg3 {
    background: #a8ddef !important;
}

.goal-card.bg4 {
    background: #edffdf !important;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
#loginModal2 {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
#loginModal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
#loginModalevents {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
#loginModalspeaker {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
#loginModalj {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
#loginModalef {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
.frm {
    padding: 20px;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    max-width: 50%;
    margin: auto;
    margin-top: 65px;
    background-image: url('../images/events/mask group.png');
    background-size: 100% 100%;
}
.frmjoin {
    background-image: url('../images/events/mask group.png');
    background-size:100% 100%;
    padding: 20px;
    border-radius: 45px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    max-width: 50%;
    margin: auto;
    margin-top: 50px;
}

.loginModalContent {
    padding: 25px;
    width: 100%;
    border-radius: 10px;
}
.loginModalContent2 {
    padding: 25px;
    width: 100%;
    border-radius: 10px;
}
.loginModalContentef {
    padding: 25px;
    width: 100%;
    border-radius: 10px;
}
.loginModalContentj {
    padding: 25px;
    width: 100%;
}
.clossse {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .clossse:hover, .clossse:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
.closef {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .closef:hover, .clossse:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
.closej {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .closej:hover, .clossse:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
.closss {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .closss:hover, .closss:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.clos {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .clos:hover, .clos:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.closs {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .closs:hover, .closs:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

h3.for-bluecolor {
    font-size: 20px;
    color: #12a2d2;
}

.avatar {
    width: 170px;
    height: auto;
}

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

.card {
    border: none;
}

.features-card h3 {
    font-weight: 600;
    color: #12a2d2 !important;
    font-size: 20px;
    margin-bottom: 15px;
}

.features-card .icon.bg2 {
    background: #8bc53f !important;
}

.features-card .icon.bg1 {
    background: #81cde6 !important;
}

.features-card .icon.bg3 {
    background: #82cde7;
}

.approach-content .approach-card h3 {
    font-weight: 600;
    font-size: 20px;
    color: #12a2d2 !important;
    margin-bottom: 12px;
}

.middle-hero-warp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    right: 0;
    height: 300px;
    width: 300px;
    background: #6ec8e6 !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    filter: blur(600px);
}

.middle-hero-warp .hero3-shape1 {
    position: absolute;
    top: 7%;
    left: 10%;
    animation: movebounce 6s 1s linear infinite alternate !important;
}

.middle-hero-warp .hero-shape1 {
    position: absolute;
    top: -80px;
    left: 70%;
    animation: simple-move 4s 1s linear infinite alternate;
}

.control-content .title {
    font-weight: 500;
    font-size: 16px;
    color: #8bc53f !important;
    display: inline-block;
    margin-bottom: 10px;
}

.portfolio-card img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}

.control-content h3 {
    font-weight: 600;
    font-size: 30px;
    font-family: "Manrope";
    margin-bottom: 12px;
    color: #129ecc;
}

.inner-easier-warp {
    position: relative;
    background: #9fe5fc !important;
    border-radius: 10px;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    padding: 100px;
    margin-bottom: 40px;
}

.middle-hero-warp .hero-shape3 {
    position: absolute;
    right: 22%;
    bottom: 80px;
    animation: rotateY-anim 4s linear infinite;
}

@keyframes rotateY-anim {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.nav-btn {
    padding: 8px 18px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    z-index: 1;
    border-radius: 60px;
    transition: all ease 0.5s;
    overflow: hidden;
    position: relative;
    border: solid 1px transparent;
}

.control-content .control-list li .icon.bg1 {
    background-image: url(../images/services/C2.png) !important;
}

.control-content .control-list li .icon.bg2 {
    background-image: url(../images/services/C1.png) !important;
}

.control-content .control-list li .icon.bg3 {
    background-image: url(../images/services/C2.png) !important;
}

.goal-card .icon {
    width: 100px;
    height: 100px;
    line-height: 110px;
    display: flex;
    background: #ffffff;
    font-size: 45px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 25px;
    justify-content: center !important;
    align-items: center !important;
}

.home-three-main {
    background-color: #3eaed5 !important;
}

.default-btn:hover {
    border-color: #3eaed5 !important;
}

a.default-btn.home-three-main:hover {
    background-color: transparent !important;
}

.business-card .icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0;
    width: 100%;
    background-color: #8bc53f !important;
    border-radius: 50%;
    transition: all ease 0.5s;
    opacity: 1;
    z-index: -1;
}

.business-card .content h3 {
    font-weight: 600;
    font-size: 20px;
    color: #129ecc !important;
    margin-bottom: 15px;
}

.responsive-navbar .offcanvas-body .accordion .accordion-item {
    border: 0;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0px !important;
    color: #000000;
    background-color: transparent;
}

    .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button:hover, .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-button.active {
        color: #129ecc !important;
    }

    .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-link:hover, .responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-link.active {
        color: #129ecc !important;
    }

.bg-a {
    background: #a8ddef !important;
    margin: auto;
    border: 1px solid #8bc53f;
}

div#espeakerpic {
    width: 150px;
    /* height: 150px; */
    /* border-radius: 50%; */
    text-align: center;
    margin: 0 auto;
}

.portfolio-details-warp::before {
    content: "";
    position: relative !important;
    top: 0;
    left: 0;
    right: 0;
    height: 15%;
    z-index: -1;
    width: 100%;
    background: #F7F6FE;
}

.inner-portfolio-details .image img {
    border-radius: 10px;
    width: 80%;
    height: auto;
}

.events-gallery {
    font-weight: 600;
    font-size: 22px;
    color: #12a2d2;
    border: none;
    background-color: white;
    text-decoration: underline;
    transition: all ease 0.5s;
}

    .events-gallery:hover {
        color: #118fb9
    }

img.img-responsive {
    width: 150px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    box-shadow: 5px 5px #129eeb26;
}

.calendar {
    position: relative;
    width: 300px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    overflow: hidden;
    margin-left: auto;
}

.calendar__picture {
    position: relative;
    height: 120px;
    padding: 20px;
    color: #fff;
    background: url('../images/events/Calendar-Image.png');
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

    .calendar__picture::before {
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.1));
    }

    .calendar__picture h2 {
        margin: 0;
    }

    .calendar__picture h3 {
        margin: 0;
        font-weight: 500;
    }

.calendar__date {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25px, 1fr));
    grid-gap: 10px;
    box-sizing: border-box;
}

.calendar__day {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    font-weight: 600;
    color: #262626;
}

    .calendar__day:nth-child(7) {
        color: #ff685d;
    }

.calendar__number {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    color: #262626;
}

    .calendar__number:nth-child(7n) {
        color: #ff685d;
        font-weight: 700;
    }

    .calendar__number--current, .calendar__number:hover {
        background-color: #009688;
        color: #fff !important;
        font-weight: 700;
        cursor: pointer;
    }

.hero-style1-warp .hero-shape1 {
    position: absolute;
    top: 165px;
    left: 43% !important;
    animation: simple-move 4s 1s linear infinite alternate;
}

.hero-style1-warp .hero-shape2 {
    position: absolute;
    bottom: 340px !important;
    left: 49%;
}

h2.sub-form-hd {
    font-weight: 500 !important;
    color: #12a2d2 !important;
}

item .nav-link.active, .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover {
    color: #000 !important;
}

.inner-hero-warp .hero-shape3 {
    position: absolute;
    left: 22%;
    bottom: 80px;
    animation: rotateY-anim 4s linear infinite;
}

.inner-hero-warp .hero-shape2 {
    position: absolute;
    bottom: 340px !important;
    left: 75%;
}

.inner-stay-loop {
    background: #9fe5fc !important;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    padding: 100px;
}

    .inner-stay-loop .content p {
        color: #000000 !important;
        margin-bottom: 30px;
    }

    .inner-stay-loop .content h2 {
        font-size: 32px;
        color: #000000 !important;
        margin-bottom: 20px;
    }

.cube-folding {
    width: 50px;
    height: 50px;
    display: inline-block;
    transform: rotate(45deg);
    font-size: 0;
    margin-left: 40px !important;
}

.fc-basic-view .fc-body .fc-row {
    /* min-height: 2em; */
    height: 50px !important;
}

.fc-scroller.fc-day-grid-container {
    height: auto !important;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 0px !important;
}

.fc-toolbar h2 {
    margin: 0;
    color: #129ecc;
}
.maib-butn-join .default-btn::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    z-index: -1;
    bottom: 1px;
    width: 99%;
    transition: all ease 0.5s;
    border-radius: 30px;
    background: rgb(251 254 247);
}

.maib-butn-join .default-btn {
    background: linear-gradient(95.64deg, #12a1d0 0%, #8bc53f 100%);
    padding: 15px 15px;
    border: none;
    position: relative;
    transition: all ease 0.5s;
    color: #141F39;
    font-size: 14px;
    width: 200px;
}

    .maib-butn-join .default-btn:hover::before {
        width: 0;
        opacity: 0;
    }

    .maib-butn-join .default-btn:hover {
        color: #ffffff;
    }
.imgcontainer .default-btn::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    z-index: -1;
    bottom: 1px;
    width: 99%;
    transition: all ease 0.5s;
    border-radius: 30px;
    background: rgb(251 254 247);
   
}

.imgcontainer .default-btn {
    background: linear-gradient(95.64deg, #12a1d0 0%, #8bc53f 100%);
    padding: 10px 20px;
    border: none;
    position: relative;
    transition: all ease 0.5s;
    color: #141F39;
    border-radius: 12px;
    width: 50%;
    font-size: 20px;
}

    .imgcontainer .default-btn::before {
        width: 0;
        opacity: 0;
    }

.imgcontainer .default-btn {
    color: #ffffff;
}

.simplify-content .simplify-btn {
    background: linear-gradient(95.64deg, #12a1d0 0%, #8bc53f 100%) !important;
    padding: 15px 28px;
    border: none;
    position: relative;
    transition: all ease 0.5s;
    color: #141F39;
    border-radius: 30px;
    display: inline-block;
    margin-top: 20px;
}

.features-hero-content .default-btn::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    z-index: -1;
    bottom: 1px;
    width: 99%;
    transition: all ease 0.5s;
    border-radius: 30px;
    background: rgb(251 254 247);
}

.features-hero-content .default-btn {
    background: linear-gradient(95.64deg, #12a1d0 0%, #8bc53f 100%);
    padding: 15px 28px;
    border: none;
    position: relative;
    transition: all ease 0.5s;
    color: #141F39;
}

    .features-hero-content .default-btn:hover::before {
        width: 0;
        opacity: 0;
    }

    .features-hero-content .default-btn:hover {
        color: #ffffff;
    }

.card .default-btn::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    z-index: -1;
    bottom: 1px;
    width: 99%;
    transition: all ease 0.5s;
    border-radius: 30px;
    background: rgb(251 254 247);
}

.card .default-btn {
    background: linear-gradient(95.64deg, #12a1d0 0%, #8bc53f 100%);
    padding: 15px 28px;
    border: none;
    position: relative;
    transition: all ease 0.5s;
    color: #141F39;
    margin: auto;
    width: 187px;
}

    .card .default-btn:hover::before {
        width: 0;
        opacity: 0;
    }

    .card .default-btn:hover {
        color: #ffffff;
    }

.cntr .default-btn::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    z-index: -1;
    bottom: 1px;
    width: 99%;
    transition: all ease 0.5s;
    border-radius: 30px;
    background: rgb(251 254 247);
}
}

.dropdown-menu{
    width:200px !important
}
.cntr .default-btn {
    background: linear-gradient(95.64deg, #12a1d0 0%, #8bc53f 100%);
    padding: 15px 28px;
    border: none;
    position: relative;
    transition: all ease 0.5s;
    color: #141F39;
}

    .cntr .default-btn:hover::before {
        width: 0;
        opacity: 0;
    }

    .cntr .default-btn:hover {
        color: #ffffff;
    }

.inner-hero-content .default-btn::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    z-index: -1;
    bottom: 1px;
    width: 99%;
    transition: all ease 0.5s;
    border-radius: 30px;
    background: rgb(251 254 247);
}

.inner-hero-content .default-btn {
    background: linear-gradient(95.64deg, #12a1d0 0%, #8bc53f 100%);
    padding: 15px 28px;
    border: none;
    position: relative;
    transition: all ease 0.5s;
    color: #141F39;
}

    .inner-hero-content .default-btn:hover::before {
        width: 0;
        opacity: 0;
    }

    .inner-hero-content .default-btn:hover {
        color: #ffffff;
    }

.sbmt .default-btn {
    background: linear-gradient(95.64deg, #12a1d0 0%, #8bc53f 100%);
    padding: 15px 28px;
    border: none;
    position: relative;
    transition: all ease 0.5s;
    color: #141F39;
}

    .sbmt .default-btn::before {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        right: 1px;
        z-index: -1;
        bottom: 1px;
        width: 99%;
        transition: all ease 0.5s;
        border-radius: 30px;
        background: rgb(251 254 247);
    }

    .sbmt .default-btn:hover::before {
        width: 0;
        opacity: 0;
    }

    .sbmt .default-btn:hover {
        color: #ffffff;
    }

.content .default-btn {
    background: linear-gradient(95.64deg, #12a1d0 0%, #8bc53f 100%);
    padding: 15px 28px;
    border: none;
    position: relative;
    transition: all ease 0.5s;
    color: #141F39;
}

    .content .default-btn::before {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        right: 1px;
        z-index: -1;
        bottom: 1px;
        width: 99%;
        transition: all ease 0.5s;
        border-radius: 30px;
        background: rgb(251 254 247);
    }

    .content .default-btn:hover::before {
        width: 0;
        opacity: 0;
    }

    .content .default-btn:hover {
        color: #ffffff;
    }

.easier-store .default-btn {
    background: linear-gradient(95.64deg, #12a1d0 0%, #8bc53f 100%);
    padding: 12px 12px;
    border: none;
    position: relative;
    transition: all ease 0.5s;
    color: #141F39;
}

    .easier-store .default-btn::before {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        right: 1px;
        z-index: -1;
        bottom: 1px;
        width: 99%;
        transition: all ease 0.5s;
        border-radius: 30px;
        background: rgb(251 254 247);
    }

    .easier-store .default-btn:hover::before {
        width: 0;
        opacity: 0;
    }

    .easier-store .default-btn:hover {
        color: #ffffff;
    }

.button-container .default-btn {
    background: linear-gradient(95.64deg, #12a1d0 0%, #8bc53f 100%);
    padding: 15px 28px;
    border: none;
    position: relative;
    transition: all ease 0.5s;
    color: #141F39;
}

    .button-container .default-btn::before {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        right: 1px;
        z-index: -1;
        bottom: 1px;
        width: 99%;
        transition: all ease 0.5s;
        border-radius: 50px;
        background: #ffffff;
    }

    .button-container .default-btn:hover {
        color: #ffffff;
    }

        .button-container .default-btn:hover::before {
            width: 0;
            opacity: 0;
        }


.for-b .default-btn {
    background: linear-gradient(95.64deg, #12a1d0 0%, #8bc53f 100%);
    padding: 15px 28px;
    border: none;
    position: relative;
    transition: all ease 0.5s;
    color: #141F39;
}

    .for-b .default-btn::before {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        right: 1px;
        z-index: -1;
        bottom: 1px;
        width: 99%;
        transition: all ease 0.5s;
        border-radius: 30px;
        background: rgb(251 254 247);
    }

    .for-b .default-btn:hover::before {
        width: 0;
        opacity: 0;
    }

    .for-b .default-btn:hover {
        color: #ffffff;
    }
.gs-btn .default-btn {
    background: linear-gradient(95.64deg, #12a1d0 0%, #8bc53f 100%);
    padding: 15px 28px;
    border: none;
    position: relative;
    transition: all ease 0.5s;
    color: #141F39;
    
   
}

.gs-btn .default-btn::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    z-index: -1;
    bottom: 1px;
    width: 99%;
    transition: all ease 0.5s;
    border-radius: 30px;
    background: rgb(251 254 247);
}

.gs-btn .default-btn:hover::before {
    width: 0;
    opacity: 0;
}

.gs-btn .default-btn:hover {
    color: #ffffff;
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.goal-card {
    margin-bottom: 25px;
    padding: 40px;
    height: 370px !important;
    border-radius: 10px;
}

.inner-hero-warp {
    background: #F7F6FE;
    margin-top: -130px;
    padding-top: 200px;
    padding-bottom: 50px;
    background-image: url(../images/startup/Shade-BG-New1.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
}

    .inner-hero-warp .hero-shape1 {
        position: absolute;
        top: 165px;
        left: 31%;
        animation: simple-move 4s 1s linear infinite alternate;
    }

.features-hero-content {
    max-width: 100% !important;
    text-align: center !important;
}

.main-blue-color {
    color: #41b1d6;
}

.footer-warp .col-lg-3:nth-child(2) .footer-widget {
    margin-left: 20px !important;
}

.contact-content .contact-widget .icon-style .icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #41b1d6 !important;
    text-align: center;
    line-height: 62px;
}


    .features div span {
        margin-left: 10px;
        font-size: 10px;
    }

    .plan {
        width: 100%;
    }
}



@media(max-width:1220px) {
    .main {
        height: auto;
    }
}

@media(max-width:1024px) {
    .main {
        height: auto;
        margin: 20px 0px 20px 0px;
    }
}

.inner-stand2-warp {
    background: #129ecc !important;
    border-radius: 10px;
    padding: 100px;
}

    .inner-stand2-warp .stand-btn .default-btn {
        background-color: #8bc53f;
        color: #ffffff;
    }

        .inner-stand2-warp .stand-btn .default-btn:hover {
            background-color: #74a732;
            color: #ffffff;
        }

.business-card:hover .icon img {
    filter: brightness(5.5);
}

.business-card {
    margin-bottom: 25px;
    background: #F3F7FA;
    border-radius: 10px;
    text-align: center;
    position: relative;
    margin-top: 40px;
}

{
    top: 70px;
    bottom: 40px;
    left: 26px;
    right: 26px;
}

;
.icon {
    width: 90px;
    height: 90px;
    background-color: white;
    border: 4px solid #F3F7FA;
    border-radius: 50%;
    font-size: 36px;
    line-height: 85px;
    text-align: center;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    transition: $transition;
    left: 0;
    right: 0;
    top: -40px;
    display: flex;
    justify-content: center;
    align-items: center;

{
    left: auto;
    right: auto;
}

;
&::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0;
    width: 100%;
    background-color: #12a2d2 !important;
    border-radius: 50%;
    transition: $transition;
    opacity: 1;
    z-index: -1;
}
}
