﻿/**header-start**/

/**Header-css**/
.header-navigation {
    position: fixed;
    width: 100%;
    z-index: 1;
}

    .header-navigation .secure-logo {
        display: flex;
        align-items: center;
    }

        .header-navigation .secure-logo img {
            max-width: 35px;
        }

        .header-navigation .secure-logo h2:hover {
            background: linear-gradient(92.49deg, #C52B45 2.48%, #7327DB 98.87%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-fill-color: transparent;
        }

.waviy {
    position: relative;
}

    .waviy h2 {
        position: relative;
        display: inline-block;
        font-size: 20px;
        color: #000;
        font-weight: 600;
        font-family: 'Orbitron', sans-serif;
        margin: 0;
        animation: flip 5s infinite;
        animation-delay: calc(.2s * var(--i));
        padding-top: 7px;
    }

@keyframes flip {
    0%,80% {
        transform: rotateY(360deg)
    }
}



.header-navigation.active {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    background: #fff;
}

.header-navigation .logo {
    max-width: 250px;
    margin-left: 2.5rem;
}

.header-navigation .bg-light {
    background-color: transparent !important;
}

    .header-navigation .bg-light .navbar-collapse {
        justify-content: right;
    }

.header-navigation .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    color: #0e1228;
    font-weight: 500;
}

.header-navigation .nav-item {
    padding-right: 30px;
}

.header-navigation .navbar-light .navbar-nav .nav-link:focus, .header-navigation .navbar-light .navbar-nav .nav-link:hover {
    color: #f20261;
}


/*.navbar-light .navbar-nav .nav-link.active {
    color: #f20261 !important;
    background: rgba(242, 2, 97, 0.12);
    border-radius: 22px;
}*/
.header-navigation .dropdown-menu {
    background-color: #fff;
    padding: 0;
}

.dropdown-item {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #0e1228 !important;
    padding: 15px;
    padding: 1.25rem 1.5rem !important;
}

    .dropdown-item:active {
        box-shadow: 0 10px 8px 0 rgb(41 40 40 / 19%);
        background-image: linear-gradient(to bottom, #9f2a52, #630489 134%);
        border: none;
        border-radius: 0;
        margin: 0px;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        color: #fff;
    }

    .dropdown-item:hover {
        box-shadow: 0 10px 8px 0 rgb(41 40 40 / 19%);
        background-image: linear-gradient(to bottom, #9f2a52, #630489 134%);
        border: none;
        border-radius: 0;
        margin: 0px;
        font-size: 16px !important;
        font-weight: 600 !important;
        text-align: left !important;
        color: #fff !important;
    }

.drop-img {
    max-width: 40px;
    padding-right: 1rem;
}

.header-navigation .login-btn {
    border: solid 1px #0e1228;
    color: #0e1228;
    border-radius: 6px;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 8px 20px;
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 40px;
    right: 15px;
    display: none;
    z-index: 10000000;
    background-image: linear-gradient(to bottom, rgba(99, 4, 137, 0.47), #9f2a52);
    border-radius: 4px;
    color: #ffffff;
    text-align: center;
    padding-top: 8px;
}

    .scrollup:focus {
        background-image: linear-gradient(to bottom, rgba(99, 4, 137, 0.47), #9f2a52);
        border-radius: 4px;
        color: #ffffff !important;
    }

.s-1 {
    position: absolute;
    top: 4rem;
    left: 43.7rem;
}

    .s-1 svg {
        max-width: 50px;
    }

.s-2 {
    position: absolute;
    top: 4rem;
    right: 43.7rem;
}

    .s-2 svg {
        max-width: 50px;
    }

.s-3 {
    position: absolute;
    top: 13rem;
    left: 43rem;
}

    .s-3 svg {
        max-width: 25px;
    }

.s-4 {
    position: absolute;
    top: 13rem;
    right: 43rem;
}

    .s-4 svg {
        max-width: 25px;
    }

.s-5 {
    position: absolute;
    top: 21.4rem;
    left: 45.2rem;
}

    .s-5 svg {
        max-width: 70px;
    }

.s-6 {
    position: absolute;
    top: 21.4rem;
    right: 45.2rem;
}

    .s-6 svg {
        max-width: 70px;
    }

.circle-3:hover .coming {
    display: block;
}

.circle-4:hover .coming {
    display: block;
}

.circle-5:hover .coming {
    display: block;
}

.circle-6:hover .coming {
    display: block;
}

.s-active-1:hover .s-1 svg {
    fill: #9f2a52;
}

.s-active-2:hover .s-2 svg {
    fill: #9f2a52;
}

.s-active-3:hover .s-3 svg {
    fill: #9f2a52;
}

.s-active-4:hover .s-4 svg {
    fill: #9f2a52;
}

.s-active-5:hover .s-5 svg {
    fill: #9f2a52;
}

.s-active-6:hover .s-6 svg {
    fill: #9f2a52;
}

@media (max-width: 1200px) {

    .header-navigation .navbar-light .navbar-nav .nav-link {
        padding-right: 20px;
        font-size: 14px;
        color: #0e1228;
        font-weight: 500;
    }

    .login-btn {
        padding: 8px 15px;
        font-size: 14px;
    }
}

@media (max-width: 992px) {

    .header-navigation .navbar-light .navbar-nav .nav-link {
        padding-right: 10px;
        font-size: 13px;
    }

    .login-btn {
        padding: 8px 10px;
        font-size: 14px;
    }

    .signup-btn {
        padding: 8px 10px;
        font-size: 12px;
    }
}

@media (max-width:768px) {
    .navigation {
        padding-left: 3rem !important;
    }

        .navigation .nav-item {
            margin-top: 1rem;
        }
}

@media (max-width: 577px) {
    .header-navigation .brand-logo img {
        max-width: 30px;
    }

    .header-navigation .brand-logo {
        padding-left: 0rem;
    }

    .header-navigation .bg-light {
        background-color: #fff !important;
    }
    .header-navigation-2 .bg-light {
        background-color: #fff !important;
    }

    .navigation {
        padding-left: 1rem !important;
    }

    .s-logo {
        background-image: inherit !important;
        padding-bottom: 2rem !important;
    }

    .secure-header {
        padding-bottom: 0rem !important;
    }

    .landing-box-1 img {
        max-width: 40px;
    }

    .step-management-content-1 p {
        font-size: 15px !important;
    }
}

#particles-js {
    height: 100vh;
    position: absolute;
    top: 0;
    opacity: 0.1;
}

.secure-header {
    background-image: url(/Images/Home/bg-pattern.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 6rem;
    position: relative;
}

.Solution .cursor {
    display: inline-block;
    background-color: #9f2a52 !important;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite;
    padding-bottom: inherit !important;
}


    .Solution .cursor.typing {
        animation: none;
    }

.typed-text {
    background: linear-gradient(92.49deg, #C52B45 2.48%, #7327DB 98.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

@keyframes blink {
    0% {
        background-color: #9f2a52 !important;
    }

    49% {
        background-color: #9f2a52 !important;
    }

    50% {
        background-color: transparent !important;
    }

    99% {
        background-color: transparent !important;
    }

    100% {
        background-color: #9f2a52 !important;
    }
}

.s-logo {
    background-image: url(/Images/Home/S-bg-2.svg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 30rem;
    position: relative;
}



.Solution {
    font-size: 35px;
    font-weight: 600;
    color: #121440;
}

.Business-heading {
    text-align: center;
}

    .Business-heading p {
        font-size: 16px;
        line-height: 1.7;
        text-align: center;
        color: #121440;
        padding-bottom: 2rem;
        padding-top: 1rem;
        max-width: 26%;
        margin: 0 auto;
    }

    .Business-heading span {
        /*        background: linear-gradient(92.49deg, #C52B45 2.48%, #7327DB 98.87%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;*/
        padding-left: 1rem;
    }

.circle-1 {
    position: absolute;
    left: 20rem;
    text-align: center;
}

.pop-up-circle {
    position: relative;
}

    .pop-up-circle:hover .popup {
        opacity: 1;
        display: block;
    }

    .pop-up-circle:hover .popup-2 {
        opacity: 1;
        display: block;
    }

    .pop-up-circle:hover .popup-3 {
        opacity: 1;
        display: block;
    }

    .pop-up-circle:hover .popup-4 {
        opacity: 1;
        display: block;
    }

    .pop-up-circle:hover .popup-5 {
        opacity: 1;
        display: block;
    }

    .pop-up-circle:hover .popup-6 {
        opacity: 1;
        display: block;
    }

.popup {
    position: absolute;
    top: -4rem;
    transition: all 0.25s ease;
    display: none;
    right: 13rem;
}

.popup-2 {
    position: absolute;
    top: 9rem;
    transition: all 0.25s ease;
    display: none;
    left: -26rem;
}

.popup-3 {
    position: absolute;
    top: 0.5rem;
    transition: all 0.25s ease;
    display: none;
    right: 13rem;
}

.popup-4 {
    position: absolute;
    top: 0.5rem;
    transition: all 0.25s ease;
    display: none;
    left: 13rem;
}

.popup-5 {
    position: absolute;
    top: 0.5rem;
    transition: all 0.25s ease;
    display: none;
    right: 13rem;
}

.popup-6 {
    position: absolute;
    top: 0.5rem;
    transition: all 0.25s ease;
    display: none;
    left: 13rem;
}

.popup img {
    width: 400px;
    height: 300px;
}

.one-1 {
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 0.5rem !important;
    font-weight: 600;
    color: #000;
}

.one-2 {
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 0.5rem !important;
    color: gray !important;
}

.two-2 {
    font-size: 14px;
    max-width: 72%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.7;
    color: #000;
}

.coming {
    font-size: 16px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.7;
    background: linear-gradient(92.49deg, #C52B45 2.48%, #7327DB 98.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
    display: none;
}


.two-2-2 {
    font-size: 14px;
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.7;
    color: #000;
}

.two-3 {
    font-size: 14px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.7;
    color: #000;
}

.popup-2 {
    width: 400px;
    height: 300px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
    border-radius: 33px;
    opacity: 1;
}

    .popup-2 p {
        color: #000;
        font-weight: 600;
        text-align: center;
    }

.popup-3 {
    width: 300px;
    height: 200px;
}

.popup-4 img {
    width: 300px;
    height: 200px;
}

.popup-5 img {
    width: 300px;
    height: 200px;
}

.popup-6 img {
    width: 300px;
    height: 200px;
}

.circle-2 {
    position: absolute;
    right: 10rem;
    text-align: center;
}

.circle-3 {
    position: absolute;
    top: 13rem;
    left: 16.5rem;
    text-align: center;
}

.circle-4 {
    position: absolute;
    top: 13rem;
    right: 18.5rem;
    text-align: center;
}

.circle-5 {
    position: absolute;
    top: 26rem;
    left: 35rem;
    text-align: center;
}

.circle-6 {
    position: absolute;
    top: 26rem;
    right: 35rem;
    text-align: center;
}

.double-circle-1 {
    width: 200px;
    height: 200px;
    position: relative;
    border: solid #9f2a52 2px;
    border-radius: 50%;
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(221, 51, 59, 0.04) 0%, rgba(122, 19, 106, 0.04) 68%, rgba(79, 20, 108, 0.04) 86%, rgba(45, 22, 110, 0.04) 100%);
}

    .double-circle-1:hover {
        background: linear-gradient(90deg, #DD333B 0%, #7A136A 68%, #4F146C 86%, #2D166E 100%) !important;
    }

        .double-circle-1:hover svg {
            fill: #fff !important;
        }

        .double-circle-1:hover p {
            color: #fff !important;
        }

    .double-circle-1 p {
        display: flex;
        justify-content: center;
        padding-top: 4rem;
        max-width: 80%;
        margin: 0 auto;
        color: #50406A;
        font-weight: 600;
    }

    .double-circle-1 svg {
        position: absolute;
        top: 6rem;
        left: 4.5rem;
    }

.secure-illustration {
    text-align: center;
}

    .secure-illustration img {
        max-width: 75%;
    }


.explore-btn {
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(to bottom, rgba(99, 4, 137, 0.87), #9f2a52);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #f4f8fd;
    padding: 8px 15px;
    border: none;
    margin-left: 14rem;
}

    .explore-btn span {
        padding-left: 10px;
    }


.landing-row {
    padding-top: 10rem;
}


@media (max-width: 1200px) {
    .explore-btn {
        margin-left: inherit;
    }

    .Business-heading {
        padding-top: 5rem;
        padding-left: 2rem;
    }

    .icon-image img {
        position: absolute;
        top: 54px;
        left: 211px;
    }

    .product-text {
        position: absolute;
        top: 103px;
        left: 140px;
        max-width: 35%;
        text-align: center;
        padding-top: 10px;
    }

    .product-text-2 {
        position: absolute;
        top: 103px;
        left: 160px;
        max-width: 35%;
        text-align: center;
        padding-top: 10px;
    }

    .icon-image-2 img {
        position: absolute;
        top: 55px;
        left: 226px;
    }
}

@media (max-width: 992px) {
    .Solution {
        font-size: 30px;
    }

    .Business-heading p {
        font-size: 13px;
        max-width: 100%;
    }

    .explore-btn {
        font-size: 12px;
    }

    .product-text {
        position: absolute;
        top: 103px;
        left: 76px;
        max-width: 50%;
        text-align: center;
        padding-top: 10px;
    }

    .icon-image img {
        position: absolute;
        top: 54px;
        left: 152px;
    }

    .product-text-2 {
        position: absolute;
        top: 103px;
        left: 100px;
        max-width: 45%;
        text-align: center;
        padding-top: 10px;
    }

    .icon-image-2 img {
        position: absolute;
        top: 55px;
        left: 167px;
    }
}

@media (max-width: 767px) {
}

@media (max-width: 577px) {
    .Business-heading {
        padding-top: 2rem;
        padding-left: 1rem;
    }

    .landing-row {
        padding-top: 5rem;
        padding-bottom: 0rem;
    }

    .secure-header {
        background-size: cover;
    }

    .Business-heading p {
    }

    .Solution {
        font-size: 20px;
    }

    .products {
        display: none;
    }
}



.products {
    background-image: url(/Images/Home/meproductsbg.webp);
    background-position: center;
    background-size: cover;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 5rem;
}

    .products h2 {
        font-size: 25px;
        font-weight: 600;
        color: #9f2a52;
    }

    .products p {
        font-size: 20px;
        font-weight: 600;
        color: #21262c;
    }

.products-content h3 {
    font-size: 50px;
    font-weight: bold;
    color: #e1e1f7;
}

.secure {
    width: 500px;
    height: 500px;
}


.product-text h2 {
    font-size: 12px;
    font-weight: 600;
    color: #21262c;
}

.product-text p {
    font-size: 10px;
    font-weight: 600;
    color: #21262c;
    padding-top: inherit !important;
    line-height: 1.7;
}


.product-text-2 h2 {
    font-size: 12px;
    font-weight: 600;
    color: #21262c;
}

.product-text-2 p {
    font-size: 10px;
    font-weight: 600;
    color: #21262c;
    padding-top: inherit !important;
    line-height: 1.7;
}

@media (max-width: 1200px) {
    .icon-image img {
        position: absolute;
        top: 54px;
        left: 211px;
    }

    .product-text {
        position: absolute;
        top: 103px;
        left: 140px;
        max-width: 35%;
        text-align: center;
        padding-top: 10px;
    }

    .product-text-2 {
        position: absolute;
        top: 103px;
        left: 160px;
        max-width: 35%;
        text-align: center;
        padding-top: 10px;
    }

    .icon-image-2 img {
        position: absolute;
        top: 55px;
        left: 226px;
    }
}

@media (max-width: 992px) {
    .product-text {
        position: absolute;
        top: 103px;
        left: 76px;
        max-width: 50%;
        text-align: center;
        padding-top: 10px;
    }

    .icon-image img {
        position: absolute;
        top: 54px;
        left: 152px;
    }

    .product-text-2 {
        position: absolute;
        top: 103px;
        left: 100px;
        max-width: 45%;
        text-align: center;
        padding-top: 10px;
    }

    .icon-image-2 img {
        position: absolute;
        top: 55px;
        left: 167px;
    }
}

@media (max-width: 767px) {
    .product-text {
        left: 20%;
        max-width: 55%;
    }

    .product-text-2 {
        left: 20%;
        max-width: 60%;
    }

    .icon-image-2 img {
        left: 255px;
    }

    .icon-image img {
        left: 241px;
    }

    .product-text p {
        font-size: 10px;
        font-weight: 600;
        color: #21262c;
        padding-top: inherit !important;
        max-width: 60%;
        margin: 0 auto;
    }

    .product-text-2 p {
        font-size: 10px;
        font-weight: 600;
        color: #21262c;
        padding-top: inherit !important;
        max-width: 60%;
        margin: 0 auto;
    }
}

@media (max-width: 577px) {
    .product-text {
        left: 47%;
        transform: translate(-50%, -50%);
        width: 250px !important;
        max-width: inherit;
        top: 55%;
    }

    .product-text-2 {
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: inherit;
        top: 55%;
        width: 250px;
    }

    .icon-image img {
        left: 47.5%;
        transform: translate(-50%, -50%);
        top: 24%;
    }

    .icon-image-2 img {
        left: 52%;
        transform: translate(-50%, -50%);
        top: 23%;
    }
}

/**section-3-start**/

.icon-image img {
    max-width: 60px;
    position: absolute;
    top: 100px;
    left: 15.9rem;
}

.product-text {
    position: absolute;
    top: 12rem;
    left: 8.8rem;
    max-width: 51%;
    margin: 0 auto;
    letter-spacing: 0px;
    text-align: justify;
}



.product-text-2 {
    position: absolute;
    top: 12rem;
    left: 8.6rem;
    max-width: 51%;
    margin: 0 auto;
    letter-spacing: 0px;
    text-align: justify;
}

.icon-image-2 img {
    max-width: 60px;
    position: absolute;
    top: 105px;
    left: 16.3rem;
}

.product-text h2 {
    font-size: 20px;
    font-weight: 600;
    color: #21262c;
    text-align: center;
}

.product-text p {
    font-size: 14px;
    font-weight: 500;
    color: #21262c;
    text-align: justify;
    letter-spacing: 0.1px;
    padding-top: 1rem !important;
}


.product-text-2 h2 {
    font-size: 20px;
    font-weight: 600;
    color: #21262c;
    text-align: center;
}

.product-text-2 p {
    font-size: 14px;
    font-weight: 500;
    color: #21262c;
    text-align: justify;
    letter-spacing: 0.1px;
    padding-top: 1rem !important;
}

.msp-secure {
    background-image: url(/Images/Home/helpillustration2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 30rem;
}

.msp-text {
    position: absolute;
    top: 60px;
    left: 67px;
    max-width: 60%;
    text-align: center;
}

    .msp-text h2 {
        font-size: 12px;
        font-weight: 600;
        color: #21262c;
    }

    .msp-text p {
        font-size: 10px;
        font-weight: 600;
        color: #21262c;
    }

.consult-us {
    background-image: url(/Images/Home/processdotlinebg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.modern-management {
    padding-top: 3rem;
    padding-bottom: 10rem;
}

.mordern-management-content {
    text-align: center;
}

    .mordern-management-content h2 {
        font-size: 25px;
        font-weight: 600;
        color: #9f2a52;
    }

    .mordern-management-content p {
        font-size: 20px;
        font-weight: 600;
        color: #21262c;
    }

    .mordern-management-content h3 {
        font-size: 50px;
        font-weight: bold;
        color: #e1e1f7;
        padding-bottom: 2rem;
    }

.management {
    background-image: url(/Images/Home/meattpbg.webp);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 45rem;
}

.Modernize {
    position: absolute !important;
    top: 5rem;
    left: 38.5rem;
}

.manage-line-2 {
    margin-left: 3rem;
}

.mordernize-content {
    padding-left: 7rem;
}

    .mordernize-content h2 {
        font-size: 18px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.31;
        letter-spacing: normal;
        text-align: left;
        color: #21262c;
    }

    .mordernize-content p {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        color: #5a5a5a;
        text-align: justify;
        line-height: 2.27;
        letter-spacing: 0.4px;
    }

.Modernize-2 {
    position: absolute !important;
    top: 15.5rem;
    left: 14.5rem;
}

.mordernize-content-2 {
    position: absolute;
    top: 60px;
    left: -14rem;
}

    .mordernize-content-2 h2 {
        font-size: 18px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.31;
        letter-spacing: normal;
        text-align: left;
        color: #21262c;
    }

    .mordernize-content-2 p {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        text-align: justify;
        line-height: 2.27;
        letter-spacing: 0.4px;
        color: #5a5a5a;
        width: 80%;
    }

.manage-line-1 {
    margin-right: 3rem;
}

.Modernize-3 {
    position: absolute !important;
    top: 26rem;
    left: 38.5rem;
}

.Modernize-4 {
    position: absolute !important;
    top: 36.5rem;
    left: 15rem;
}
/**section-3-end**/
@media (max-width: 1200px) {
    .modern-management {
        padding-bottom: 3rem;
    }

    .Modernize {
        position: inherit !important;
    }

    .Modernize-2 {
        position: inherit !important;
    }

    .mordernize-content {
        position: inherit;
        padding: inherit;
        padding-top: 1rem;
    }

    .mordernize-content-2 {
        position: inherit;
        padding-top: 1rem;
    }

    .Modernize-3 {
        position: inherit !important;
    }

    .Modernize-4 {
        position: inherit !important;
    }

    .mordernize-content p {
        width: 100%;
        text-align: justify;
    }

    .mordernize-content-2 p {
        width: 100%;
        text-align: justify;
    }
}

@media (max-width: 992px) {
}

@media (max-width: 767px) {
    .mordernize-content {
        max-width: 67%;
        margin: 0 auto;
    }

    .mordernize-content-2 {
        max-width: 67%;
        margin: 0 auto;
    }
}

@media (max-width: 577px) {
    .mordernize-content {
        max-width: 90%;
        margin-left: auto;
    }

    .mordernize-content-2 {
        max-width: 90%;
        margin-right: auto;
    }

        .mordernize-content-2 p {
            text-align: left;
            font-size: 12px;
        }

    .mordernize-content p {
        text-align: left;
        font-size: 12px;
    }
}

.step {
    background-image: url(/Images/Home/meprocessbg.webp);
    background-repeat: no-repeat;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-size: cover;
}

.step-management-content {
    text-align: center;
    padding-bottom: 5rem;
}

    .step-management-content h2 {
        font-size: 20px;
        font-weight: 600;
        color: #9f2a52;
    }

    .step-management-content p {
        font-size: 22px;
        font-weight: 600;
        color: #21262c;
    }

    .step-management-content h3 {
        font-size: 50px;
        font-weight: bold;
        color: #e1e1f7;
        padding-bottom: 2rem;
    }

.step-management-content-1 {
    text-align: center;
}

    .step-management-content-1 h2 {
        font-size: 25px;
        font-weight: 600;
        color: #9f2a52;
    }

    .step-management-content-1 p {
        font-size: 20px;
        font-weight: 600;
        color: #21262c;
    }

    .step-management-content-1 h3 {
        font-size: 50px;
        font-weight: bold;
        color: #e1e1f7;
    }

.consult {
    background-image: url(/Images/Home/processdotlinebg.webp);
    background-position: center;
    background-repeat: no-repeat;
}

.landing-box-1 {
    border-radius: 12px;
    box-shadow: 0 3px 42px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
    width: 75px;
    height: 75px;
    text-align: center;
    padding: 20px;
}

.box-1-content {
    padding-top: 20px;
}

    .box-1-content h2 {
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.14;
        letter-spacing: normal;
        text-align: justify;
        color: #21262c;
    }

    .box-1-content p {
        width: 100%;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.27;
        letter-spacing: 0.62px;
        text-align: justify;
        color: #5a5a5a;
    }

    .box-1-content a {
        font-size: 12px;
        font-weight: 600;
        text-align: left;
        color: #9f2a52 !important;
        text-decoration: none;
    }

    .box-1-content i {
        padding-left: 15px;
    }

.main-box-1 {
    padding-left: 70px !important;
    margin-top: 125px;
}

    .main-box-1 ._1-2:hover {
        fill: #841239 !important;
    }

.main-box-2 {
    padding-left: 5rem !important;
    padding-top: 9rem;
}

.main-box-3 {
    padding-left: 7rem !important;
    padding-top: 2rem;
}

.main-box-4 {
    margin-top: 3rem;
    padding-left: 6rem !important;
}

.landing-box-1 svg {
    max-width: 50px !important;
}

.main-box-1:hover .one-landing {
    fill: #841239;
}

.main-box-1:hover .landing-box-1 svg {
    fill: #fff;
}

.main-box-1:hover .landing-box-1 {
    background-color: #0e0c3f;
}

.main-box-2:hover .one-landing {
    fill: #841239;
}

.main-box-2:hover .landing-box-1 svg {
    fill: #fff;
}

.main-box-2:hover .landing-box-1 {
    background-color: #0e0c3f;
}

.main-box-3:hover .one-landing {
    fill: #841239;
}

.main-box-3:hover .landing-box-1 svg {
    fill: #fff;
}

.main-box-3:hover .landing-box-1 {
    background-color: #0e0c3f;
}

.main-box-4:hover .one-landing {
    fill: #841239;
}

.main-box-4:hover .landing-box-1 svg {
    fill: #fff;
}

.main-box-4:hover .landing-box-1 {
    background-color: #0e0c3f;
}

@media (max-width:1200px) {
    .main-box-2 {
        padding-left: 0rem !important;
        padding-top: 9rem;
    }

    .main-box-4 {
        margin-top: 2rem;
        padding-left: 0rem !important;
    }

    .main-box-1 {
        padding: 0;
        margin: 0;
        text-align: center;
        padding-left: 0rem !important;
    }

    .main-box-2 {
        padding: 0;
        margin: 0;
        text-align: center;
        padding-left: 0rem !important;
    }

    .main-box-3 {
        padding: 0;
        margin: 0;
        text-align: center;
        padding-left: 0rem !important;
    }

    .main-box-4 {
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .box-1-content p {
        max-width: 65%;
        margin: 0 auto;
    }

    .box-1-content h2 {
        text-align: center;
    }

    .landing-box-1 {
        margin: 0 auto;
    }

    .box-1-content p {
        text-align: center;
    }
}

@media (max-width: 992px) {
}

@media (max-width: 577px) {
}

.step-management-content h2 {
    font-size: 20px;
    font-weight: 600;
    color: #9f2a52;
}

.step-management-content p {
    font-size: 22px;
    font-weight: 600;
    color: #21262c;
}

.step-management-content h3 {
    font-size: 50px;
    font-weight: bold;
    color: #e1e1f7;
    padding-bottom: 2rem;
}

.step-management-content-1 {
    text-align: center;
}

    .step-management-content-1 h2 {
        font-size: 25px;
        font-weight: 600;
        color: #9f2a52;
    }

    .step-management-content-1 p {
        font-size: 20px;
        font-weight: 600;
        color: #21262c;
    }

    .step-management-content-1 h3 {
        font-size: 50px;
        font-weight: bold;
        color: #e1e1f7;
    }

.assests {
    text-align: center;
}

    .assests h4 {
        font-size: 18px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.14;
        letter-spacing: normal;
        color: #21262c;
    }

    .assests p {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.27;
        letter-spacing: 0.62px;
        color: #5a5a5a;
        width: 100%;
        margin: 0 auto;
    }


.parallax-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: Montserrat, sans-serif;
    width: 100%;
    min-height: 100vh;
}

    .parallax-item h2 {
        font-size: 3rem;
        text-transform: uppercase;
        background-color: whitesmoke;
        padding: 1rem;
        border-radius: 1rem;
    }

    .parallax-item:first-child {
        background: url("https://images.unsplash.com/photo-1663305411753-4c305e177ff3?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE2NjM5NDA4ODE&ixlib=rb-1.2.1&q=80");
        background-size: cover;
    }

    .parallax-item:nth-child(2) {
        background: #fdd835;
    }

    .parallax-item:nth-child(3) {
        background: url("https://images.unsplash.com/photo-1663183539627-adbe2c8ef43d?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE2NjM5Mzk5ODc&ixlib=rb-1.2.1&q=80");
        background-size: cover;
        background-position: center;
        background-attachment: fixed; /* Parallax Effect for DIV 3 */
        min-height: 600px;
    }

    .parallax-item:nth-child(4) {
        background: #1565c0;
    }

@media screen and (max-width: 768px) {
    .parallax-item h2 {
        font-size: 1.5rem;
    }
}

.assests-manage {
    background-image: url(/Images/Home/mesecuritybg.webp);
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 3rem;
    padding-bottom: 8rem;
    background-size: 100% 100%;
}

.take-control img {
    padding-top: 3rem;
    max-width: 100%;
}

.our-partners {
    background-image: url(/Images/Home/ourpartnerbg.webp);
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 9rem;
    padding-top: 2rem;
    background-size: cover;
}

    .our-partners h2 {
        font-size: 22px;
        font-weight: 600;
        color: #21262c;
        text-align: center;
    }

.inspiration {
    background-image: url(/Images/Home/inspirationbg.webp);
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 20rem;
    background-size: contain;
    padding-top: 5rem;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

@keyframes left {
    from {
        left: 0;
    }

    to {
        left: -100%;
    }
}

@keyframes right {
    from {
        left: 100%;
    }

    to {
        left: 0;
    }
}

.carousel-video {
    display: block;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.monitoring-man {
    position: absolute;
    bottom: -8rem;
    right: 14rem;
}

    .monitoring-man img {
        height: 300px;
    }

.help {
    background-color: #f9faff;
    padding-top: 5rem;
    padding-bottom: 8rem;
}

.help-assist {
    padding-top: 6rem;
}

    .help-assist img {
        max-width: 100%;
    }

.main-help {
    text-align: center;
}

.help-logo {
    position: relative;
    padding-top: 5rem;
}

    .help-logo img {
        max-width: 50%;
    }

.help-content-1 {
    position: absolute;
    top: 0rem;
    left: 0rem;
    max-width: 45%;
}

.help-content-2 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 45%;
}

.help-content-3 {
    position: absolute;
    top: -7rem;
    left: 11rem;
    max-width: 45%;
}

.help-content-4 {
    position: absolute;
    bottom: -6rem;
    left: 0px;
    max-width: 45%;
}

.help-content-5 {
    position: absolute;
    bottom: -6rem;
    right: 0px;
    max-width: 45%;
}

.help-content-1 h2 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.73;
    letter-spacing: normal;
    color: #21262c;
}

.help-content-1 p {
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: 0.5px;
    color: #5a5a5a;
}

.help-content-2 h2 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.73;
    letter-spacing: normal;
    color: #21262c;
}

.help-content-2 p {
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: 0.5px;
    color: #5a5a5a;
}

.help-content-3 h2 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.73;
    letter-spacing: normal;
    color: #21262c;
}

.help-content-3 p {
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: 0.5px;
    color: #5a5a5a;
}

.help-content-4 h2 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.73;
    letter-spacing: normal;
    color: #21262c;
}

.help-content-4 p {
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: 0.5px;
    color: #5a5a5a;
}

.help-content-5 h2 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.73;
    letter-spacing: normal;
    color: #21262c;
}

.help-content-5 p {
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: 0.5px;
    color: #5a5a5a;
}

.slide-box {
    text-align: center;
    margin-top: 2rem;
}

    .slide-box img {
        height: 65px;
        text-align: center;
        padding: 15px;
        border-radius: 16px;
        box-shadow: 0 0 16px 0 rgb(124 124 124 / 16%);
        background-color: #fff;
    }

.circle {
    width: 200px;
    height: 200px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    border-radius: 150px;
    margin: 0 auto;
}

.carousel {
    position: relative !important;
}

.carousel-inner-1 {
    position: relative !important;
    overflow: hidden !important;
    margin: 0 auto !important;
    max-width: 60% !important;
}

    .carousel-inner-1 > .carousel-item {
        position: relative;
        display: none;
        animation: 0.6s ease-in-out;
        min-height: 50vh;
    }

.carousel-item > .carousel-img {
    width: 100%;
    min-height: 70vh;
    height: auto;
}

.carousel-inner-1 > .active,
.carousel-inner-1 > .next {
    display: block !important;
}

.carousel-inner-1 > .next {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner-1 > .to-left {
    animation-name: left;
}

.carousel-inner-1 > .from-right {
    animation-name: right;
}

.carousel-inner-1 > .to-right {
    animation-name: right;
    animation-direction: reverse;
}

.carousel-inner-1 > .from-left {
    animation-name: left;
    animation-direction: reverse;
}


.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    cursor: pointer;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

.carousel-control-prev-1,
.carousel-control-next-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

.carousel-control-prev {
    left: 27rem !important;
    top: 10rem !important;
}

.carousel-control-next {
    right: 27rem !important;
    top: 10rem !important;
}

.video-carousel {
    position: relative;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev, .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev-1,
    .carousel-control-next-1 {
        transition: none;
    }
}

.carousel-control-prev-1:hover,
.carousel-control-prev-1:focus,
.carousel-control-next-1:hover,
.carousel-control-next-1:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev-1 {
    left: 0;
}

.carousel-control-next-1 {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block !important;
    width: 30px !important;
    height: 30px !important;
    background: no-repeat 50% / 100% 100% !important;
}

.carousel-control-prev-icon {
    background-image: url("/Images/Home/left.webp") !important;
}

.carousel-control-next-icon {
    background-image: url("/Images/Home/right.webp") !important;
}

.monitoring-man {
    position: absolute;
    bottom: -8rem;
    right: 14rem;
}

    .monitoring-man img {
        height: 300px;
    }

#_1-2:hover {
    fill: #841239;
}

.agree {
    padding-top: 2rem;
}

.send-msg {
    height: 20px;
    padding-left: 15px;
}

@media (max-width: 1600px) {
    .circle-1 {
        left: 0rem !important;
    }

    .circle-2 {
        right: 0rem !important;
    }

    .circle-3 {
        left: 13.5rem !important;
    }

    .circle-4 {
        right: 13.5rem !important;
    }

    .circle-5 {
        left: 20rem !important;
    }

    .circle-6 {
        right: 20rem !important;
    }
}

@media (max-width: 1200px) {
    .take-control img {
        padding-top: 10rem;
    }

    .owl-prev img {
        left: 20rem;
        top: 100%;
    }

    .owl-next img {
        right: 20rem;
        top: 100%;
    }
}

@media (max-width: 992px) {

    .signup-btn {
        padding: 8px 10px;
        font-size: 12px;
    }

    .about-us-content p {
        font-size: 14px;
    }

    .monitoring-man img {
        height: 260px;
    }

    .monitoring-man {
        position: absolute;
        top: 18rem;
        left: 29rem;
    }

    .about-us-content p {
        font-size: 12px;
    }

    .assests {
        text-align: center;
    }

        .assests img {
            max-width: 70%;
        }

        .assests h4 {
            font-size: 15px;
        }

    .owl-prev img {
        left: 12rem;
        top: 100%;
    }

    .owl-next img {
        right: 12rem;
        top: 100%;
    }

    .main-help {
        background: inherit;
        max-width: 100%;
    }

    .help-content-1 {
        position: inherit;
        top: inherit;
        left: inherit;
        max-width: 100%;
    }

    .help-content-2 {
        position: inherit;
        top: inherit;
        left: inherit;
        max-width: 100%;
    }

    .help-content-3 {
        position: inherit;
        top: inherit;
        left: inherit;
        max-width: 100%;
    }

    .help-content-4 {
        position: inherit;
        top: inherit;
        left: inherit;
        max-width: 100%;
    }

    .help-content-5 {
        position: inherit;
        top: inherit;
        left: inherit;
        max-width: 100%;
    }

    .main-help {
        padding: 0;
        margin: 0;
    }

    .carousel-inner > .carousel-item {
        min-height: 40vh;
    }

    .carousel-control-prev {
        left: 13rem !important;
        top: -3rem !important;
    }

    .carousel-control-next {
        right: 13rem !important;
        top: -3rem !important;
    }
}

@media (max-width: 767px) {
}

@media (max-width: 577px) {

    .carousel-inner {
        max-width: 100%;
    }

    .our-partners {
        padding-bottom: 0rem;
    }

    .video-carousel iframe {
        width: 240px;
        height: 200px;
    }

    .monitoring-man img {
        height: 200px;
    }

    .monitoring-man {
        left: 11rem;
        top: 10rem;
    }
}

.explore-products #accordionExample .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    padding-bottom: 0rem;
    border-color: #14B5F0;
    border-left: 6px solid #FED430;
}

.explore-products #accordionExample .accordion-item .accordion-header .accordion-button {
    padding: 3rem 1.5rem;
    font-size: 20px;
    font-size: 1.25rem;
    color: #290A38;
    font-weight: 700;
    box-shadow: none;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-button:not(.collapsed) {
    color: #12a2d7;
    background-color: #e8f8fd;
    box-shadow: inset 0 -2px 0 rgb(0 0 0 / 13%);
}

.accordion-button:not(.collapsed) {
    color: #12a2d7;
    background-color: #EDFAFF;
    box-shadow: inset 0 -2px 0 rgb(0 0 0 / 13%);
}

.accordion-header {
    margin-bottom: 0;
}

.explore-products #accordionExample {
    box-shadow: 0px 3px 40px #afafaf26;
}

    .explore-products #accordionExample .accordion-item {
        border: 0;
        /*border-bottom: 1px solid #FED430;*/
    }

.accordion-item:first-of-type {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.explore-products #accordionExample .accordion-item .accordion-body {
    padding: 1rem 1.25rem;
    background: #EDFAFF;
}

.explore-products #accordionExample .accordion-item .accordion-collapse {
    border-color: #FED430;
    border-left: 6px solid #FED430;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: .95rem;
    color: #2a0235;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
}

.bg-themeEncyo {
    background-color: #FFFFFF;
}

.sec-pad {
    padding: 6rem 0;
}

.title h2 {
    position: relative;
    margin-top: 2.5rem;
}

.title h2, .title .h2 {
    line-height: 42px;
    max-width: 640px;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.enterprise-ready-sec .what-we-do-box {
    align-items: center;
}

.what-we-do .what-we-do-box {
    display: flex;
    background: #EDF4F5;
    padding: 1.75rem 2rem;
    align-items: center;
    gap: 35px;
    margin-bottom: 3rem;
    box-shadow: 0px 3px 6px #00000029;
}

    .what-we-do .what-we-do-box .shadow-warp {
        filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.1));
        max-width: 110px;
        max-height: 110px;
    }

        .what-we-do .what-we-do-box .shadow-warp .icon-wrap {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
            width: 6.875rem;
            --notchSize: 20px;
            aspect-ratio: 1/1;
        }

.notched-box-20 {
    --notchSize: 20px;
    background: #fff;
    clip-path: polygon(0% var(--notchSize), var(--notchSize) 0%, 0 0%, 100% 0, 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, 0 100%, 0% 0);
}

.what-we-do .what-we-do-box .shadow-warp .icon-wrap img {
    min-height: 100%;
    max-height: 100%;
}

.get-in {
    /*    background-image: url(/Images/Home/getinbg.webp);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #F9FAFF;
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.mobile-section {
    display: none;
}

@media (max-width:768px) {
    .main-section {
        display: none;
    }

    .mobile-section {
        display: block;
    }
    .s-logo {
        background-image: inherit !important;
    }
}

.step-management-content-form {
    text-align: center;
}

    .step-management-content-form h2 {
        font-size: 25px;
        font-weight: 600;
        color: #9f2a52;
    }

    .step-management-content-form p {
        font-size: 20px;
        font-weight: 600;
        color: #21262c;
    }

    .step-management-content-form h3 {
        font-size: 50px;
        font-weight: bold;
        color: #e1e1f7;
        padding-bottom: 2rem;
    }

    .step-management-content-form h4 {
        font-family: Poppins;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.27;
        letter-spacing: 0.62px;
        text-align: center;
        color: #5a5a5a;
    }

.form {
    padding-top: 1rem;
}

    .form .form-row {
        padding-bottom: 1.5rem;
    }

        .form .form-row .form-control {
            padding: 20px 20px;
            border-radius: 6px;
            border: solid 1px #dfe0e2;
            background-color: #fff;
            font-family: Poppins;
            font-size: 14px;
            text-align: left;
            color: #21262c;
        }

.form-group .form-control {
    padding: 20px 20px;
    border-radius: 6px;
    border: solid 1px #dfe0e2;
    background-color: #fff;
    font-family: Poppins;
    font-size: 14px;
    text-align: left;
    color: #21262c;
}

    .form-group .form-control:focus {
        border-color: #dfe0e2;
    }

.send-message-btn {
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(to bottom, rgba(99, 4, 137, 0.87), #9f2a52);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #f4f8fd;
    padding: 10px 20px;
}

.agree {
    padding-top: 2rem;
    text-align: center;
}

.send-msg {
    height: 20px;
    padding-left: 15px;
}

@media (max-width: 992px) {
    .step-management-content-form h3 {
        font-size: 40px;
    }

    .step-management-content-form p {
        font-size: 18px;
    }
}

@media (max-width: 577px) {
    .step-management-content-form p {
        font-size: 15px;
    }
    .header-navigation-2 .secure-logo h2 {
        color: #000 !important;
    }

    .header-navigation-2 .navbar-light .navbar-nav .nav-link {
        color: #000;
    }

}

.upcoming {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .upcoming h2 {
        font-size: 25px;
        font-weight: 600;
        color: #21262c;
    }

    .upcoming img {
        max-width: 50px;
    }

    .upcoming p {
        font-size: 14px;
        line-height: 2.27;
        letter-spacing: 0.62px;
        color: #000;
        font-weight: 600;
        padding-top: 1rem;
    }

.product-box {
    background: #ccc;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-bottom: 15rem;
    position: relative;
}

.sub-box {
    background: #fff;
    border-radius: 25px;
    max-width: 75%;
    margin: 0 auto;
    padding-bottom: 15rem;
}

@media (max-width:1440px){
    .circle-3 {
        left: 2.5rem !important;
    }
    .circle-4 {
        right: 5.5rem !important;
    }
    .circle-2 {
        right: -5rem !important;
    }
    .s-1 {
        left: 28.7rem;
    }
    .s-2 {
        right: 28.7rem;
    }
    .s-3 {
        left: 28rem;
    }
    .s-4 {
        right: 28rem;
    }
    .s-5 {
        left: 30.2rem;
    }
    .s-6 {
        right: 30.2rem;
    }
}
@media (max-width:1680px){
    .s-1, .s-2, .s-3, .s-4, .s-5, .s-6{
        display:none;
    }
    .circle-1 {
        left: 12rem;
    }
    .circle-2 {
        right: 2rem;
    }
    .circle-3 {
        left: 10.5rem;
    }
    .circle-4 {
        right: 12.5rem;
    }
    .circle-5 {
        left: 30rem;
    }
    .circle-6 {
        right: 30rem;
    }
}
@media (max-width:1024px){
    .header-navigation .navbar-light .navbar-nav .nav-link {
        padding-right: 0px;
    }
    .header-navigation .logo {
        margin-left: 0rem;
    }
    .waviy h2 {
        font-size: 15px;
    }
    .landing-row {
        padding-top: 6rem;
    }
    .Business-heading {
        padding-top: 0rem;
    }
        .Business-heading p {
            font-size: 14px;
            max-width: 50%;

        }
    .circle-1 {
        left: 0rem !important;
    }
    .circle-3 {
        left: -5.5rem!important;
    }
    .circle-4 {
        right: -3.5rem !important;
    }
    .circle-5 {
        left: 10rem !important;
        top:24rem;
    }
    .circle-6 {
        right: 10rem !important;
        top: 24rem;
    }
    .circle-2 {
        right: -9rem !important;
    }
    .one-1 {
        font-size: 15px;
    }
    .two-2-2 {
        font-size: 12px;
    }
    .two-2 {
        font-size: 12px;
    }
    .two-3 {
        font-size: 12px;
    }
    .header-navigation .bg-light .navbar-collapse {
        justify-content: center;
    }
    .Solution {
        font-size: 25px;
    }
    .icon-image img {
        left: 14.9rem;
    }
    .icon-image-2 img {
        left: 15rem;
    }
    .product-text h2 {
        font-size: 20px;
    }
    .product-text-2 h2 {
        font-size: 20px;
    }
    .product-text p {
        font-size: 13px;
    }
    .product-text-2 p {
        font-size: 13px;
    }
    .landing-box-1 img{
        max-width:40px;
    }
    .header-navigation-2 .light {
        margin-left: 0rem;
    }
    .header-navigation-2 .light {
       background-color: transparent;
    }
    .header-navigation-2 .brand-logo img {
        max-width: 48px;
    }
    .header-navigation-2 .navbar-light .navbar-nav .nav-link {
        padding-right: 0px;
    }

    .header-navigation-2 .logo {
        margin-left: 0rem;
    }
    .header-navigation-2 .navbar-light .navbar-nav .nav-link.active {
        padding-right: 0px;
    }

    .header-navigation-2 .logo.active {
        margin-left: 0rem;
    }
    .header-navigation-2 .secure-logo h2 {
        color: #fff !important;
    }

    .header-navigation-2 .navbar-light .navbar-nav .nav-link {
        color: #fff;
    }
    .header-navigation-2 .nav-item {
        padding-right: 20px;
    }
    .header-navigation-2.active .dark {
        margin-left: 0rem;
    }
    .header-navigation-2.active .secure-logo h2 {
        color: #000 !important;
    }
    .contact-main-card {
        max-width: 100%!important;
    }
}
.contact-main-card {
    max-width: 60%;
    margin: 0 auto;
}
.text:hover .s-active-2 {
    display: none;
}
.text:hover .s-active-1 {
    display: none;
}
.coming-2 {
    font-size: 16px;
    text-align: center;
    background: linear-gradient(92.49deg, #C52B45 2.48%, #7327DB 98.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
    text-decoration: none;
    position: absolute;
    top: 15.8rem;
    left: 25rem;
}
.coming-3 {
    font-size: 16px;
    text-align: center;
    background: linear-gradient(92.49deg, #C52B45 2.48%, #7327DB 98.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
    text-decoration: none;
    position: absolute;
    top: 17rem;
    left: 5rem;
}