.cmng-sn .cmng-sn-cnt, .industry-c .industry-c-all .industry-c-sngl, .why-us-c .whyus-icn-c .whyus-icn-c-sngl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

header {
    -webkit-box-shadow: 0 0 15px darkgray !important0001a;
    box-shadow: 0 0 15px darkgray !important0001a;
    z-index: 9999;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
}

    header .top-logo {
        width: 175px;
        height: 65px;
        -o-object-fit: contain;
        object-fit: contain;
    }

.navbar {
    margin: 0 auto;
    padding: 0;
    position: unset;
}

    .navbar .menu, .navbar .menu li .m-mnu-c {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .navbar .menu li, .navbar .menu li a {
            display: -webkit-box;
            display: -ms-flexbox;
        }

        .navbar .menu li {
            display: flex;
            -webkit-transition: background-color .5s;
            transition: background-color .5s;
            text-align: center;
        }

            .navbar .menu li:hover {
                background-color: #fff;
            }

            .navbar .menu li a {
                position: relative;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 30px 20px;
                text-decoration: none;
                color: #5B5B5D !important;
                font-size: 16px;
                font-weight: 500;
                font-family: Manrope,sans-serif;
                /*text-transform: uppercase;*/
            }

                .navbar .menu li a i {
                    font-weight: 700;
                    margin-left: 8px;
                    /*margin-top: 5px;*/
                }

                .navbar .menu li a.hasDropdown:after {
                    position: absolute;
                    z-index: 999;
                    bottom: -15px;
                    left: 50%;
                    width: 0;
                    height: 0;
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
                    border: 8px solid transparent;
                    border-top-color: #fff;
                }

            .navbar .menu li .m-mnu-c {
                position: absolute;
                z-index: 99;
                top: 83px;
                right: 0;
                left: 0;
                display: none;
                margin-bottom: 30px;
                text-align: left;
                background-color: #2d2c2c;
                -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.06);
                box-shadow: 0 2px 0 rgba(0,0,0,.06);
                width: 100%;
            }

                .navbar .menu li .m-mnu-c.has-multi .m-mnu-c__list {
                    border-radius: 0;
                    -ms-flex-preferred-size: 33.333%;
                    flex-basis: 33.333%;
                }

                    .navbar .menu li .m-mnu-c.has-multi .m-mnu-c__list .m-mnu-c__listItem {
                        -ms-flex-preferred-size: 100%;
                        flex-basis: 100%;
                    }

                .navbar .menu li .m-mnu-c .m-mnu-c__list {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    min-width: 0;
                    padding: 30px 75px;
                    -webkit-box-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                }

                    .navbar .menu li .m-mnu-c .m-mnu-c__list .m-mnu-c__listItem {
                        padding: 25px 15px;
                        -webkit-box-flex: 0;
                        -ms-flex: 0 0 20%;
                        flex: 0 0 20%;
                    }

                        .navbar .menu li .m-mnu-c .m-mnu-c__list .m-mnu-c__listItem .srv-mnu a {
                            padding: 0 !important;
                            color: #fff;
                            font-size: 14px;
                            font-family: Poppins,sans-serif !important;
                            font-weight: 400;
                            position: relative;
                            display: table;
                        }

                .navbar .menu li .m-mnu-c .list a {
                    padding: 11px !important;
                    color: #fff;
                    font-size: 14px;
                    font-weight: 400;
                    position: relative;
                    display: table;
                }

                .navbar .menu li .m-mnu-c .list .srv-mnu a:after {
                    position: absolute;
                    left: 10px;
                    bottom: 8px;
                    content: "";
                    background: #1e9aff;
                    height: 1px;
                    width: 50%;
                }

                .navbar .menu li .m-mnu-c .list {
                    padding: 25px 22px;
                }

                .navbar .menu li .m-mnu-c .m-mnu-c__list .m-mnu-c__listItem .srv-mnu a:after {
                    left: 0;
                    bottom: -5px;
                    content: "";
                    background: #5B5B5D !important;
                    height: 1px;
                    width: 50%;
                }

                .navbar .menu li .m-mnu-c .m-mnu-c__list .m-mnu-c__listItem .srv-mnu a:hover {
                    opacity: .8;
                }

                .navbar .menu li .m-mnu-c .m-mnu-c__list .m-mnu-c__listItem .srv-mnu a i {
                    color: #fff;
                    margin-right: 10px;
                }

                .navbar .menu li .m-mnu-c .m-mnu-c__list .m-mnu-c__listItem .srv-mnu a img {
                    width: 25px;
                    height: 25px;
                    -o-object-fit: contain;
                    object-fit: contain;
                    margin-right: 10px;
                    display: none;
                }

                .navbar .menu li .m-mnu-c .m-mnu-c__list .m-mnu-c__listItem .srv-mnu .sub-srv-mnu-c {
                    margin-left: 35px;
                    margin-top: 15px;
                }

                    .navbar .menu li .m-mnu-c .m-mnu-c__list .m-mnu-c__listItem .srv-mnu .sub-srv-mnu-c li a {
                        padding: 5px 0 !important;
                        font-weight: 200;
                        opacity: .8;
                        text-align: left;
                        display: table;
                    }

                        .navbar .menu li .m-mnu-c .m-mnu-c__list .m-mnu-c__listItem .srv-mnu .sub-srv-mnu-c li a:after {
                            content: "";
                            width: 5px;
                            height: 5px;
                            border-radius: 50%;
                            background: #9e9e9e;
                            position: absolute;
                            left: -25px;
                            top: 50%;
                            -webkit-transform: translate(0,-50%);
                            transform: translate(0,-50%);
                        }

                    .navbar .menu li .m-mnu-c .m-mnu-c__list .m-mnu-c__listItem .srv-mnu .sub-srv-mnu-c li:hover {
                        background: 0 0 !important;
                    }

                        .navbar .menu li .m-mnu-c .m-mnu-c__list .m-mnu-c__listItem .srv-mnu .sub-srv-mnu-c li:hover a {
                            color: #14d9fc;
                            opacity: 1 !important;
                        }

li:hover a.hasDropdown:after {
    content: '';
    border-top-color: #fff;
}

.m-mnu-c.has-multi .m-mnu-c__list:not(:last-child) {
    border-right: 1px solid #9e9e9e61;
}

.mobile-menu {
    display: none;
}

.req-btn, .why-us-c .sub-hd {
    margin-left: 33px;
}

    .req-btn .f-btn {
        padding: 30px 40px;
        border-radius: 0;
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .req-btn .f-btn img {
            width: 25px;
            -o-object-fit: contain;
            object-fit: contain;
            margin-right: 10px;
        }

.home-banner {
    background: #F36C26;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 75px);
}

.clnt-c, .cmng-cntact, .cmng-sn, .ldr-shp-c, .servc-c, .why-us-c {
    background: #fff;
}

.home-banner:after {
    content: "";
    background: #ef2e40;
    border: .5px solid darkgray !important00040;
    width: 1000px;
    height: 1000px;
    position: absolute;
    right: -20%;
    top: -60%;
    border-radius: 50%;
}

.home-banner .home-banner-txt, .ldr-shp-c .ldr-shp-sngl .ldr-shp-sngl-img {
    position: relative;
    z-index: 9;
}

    .home-banner .home-banner-txt h5 {
        color: #fff !important;
        margin-bottom: 10px;
        line-height: 1.5 !important;
    }

    .home-banner .home-banner-txt h1, .home-banner .home-banner-txt p, .industry-c .sub-hd h1 {
        color: #fff;
    }

    .home-banner .home-banner-txt h1 {
        position: relative;
        display: table;
    }

        .home-banner .home-banner-txt h1:after {
            position: absolute;
            right: -15px;
            bottom: 10px;
            content: "";
            background: #14d9fc;
            width: 10px;
            height: 10px;
            border-radius: 50%;
        }

    .home-banner .home-banner-txt p {
        margin: 40px 0;
        width: 90%;
    }

        .home-banner .home-banner-txt p span {
            opacity: .7;
        }

.home-banner .home-banner-img {
    position: relative;
    display: table;
    margin: 0 auto;
}

    .home-banner .home-banner-img:after {
        content: "";
        background: #F36C26;
        width: 440px;
        height: 440px;
        position: absolute;
        left: -13px;
        top: -8px;
        border-radius: 50%;
        z-index: 7;
    }

    .home-banner .home-banner-img:before {
        content: "";
        background: #ef2e40;
        width: 450px;
        height: 450px;
        position: absolute;
        left: -24px;
        top: -12px;
        border-radius: 50%;
        z-index: 5;
    }

    .home-banner .home-banner-img .crl-bdr {
        width: 500px;
        height: 500px;
        position: absolute;
        left: -55px;
        top: -40px;
        border-radius: 50%;
        z-index: 3;
        border: 1px solid #85a9ff;
    }

    .home-banner .home-banner-img .bnr-mn-c {
        width: 425px;
        height: 425px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 50%;
        display: table;
        margin: 0 auto;
        position: relative;
        z-index: 9;
    }

    .home-banner .home-banner-img .hm-bnr-flt {
        background: #fff;
        width: 185px;
        padding: 10px;
        border-radius: 10px;
        position: absolute;
        z-index: 10;
        -webkit-box-shadow: 5px 5px 15px darkgray !important00047;
        box-shadow: 5px 5px 15px darkgray !important00047;
        height: 50px;
    }

        .home-banner .home-banner-img .hm-bnr-flt h4 {
            margin-right: 10px;
        }

        .home-banner .home-banner-img .hm-bnr-flt p {
            color: #fa4b00;
            font-weight: 800;
            font-family: Manrope,sans-serif;
            line-height: 1.2;
            font-size: 14px;
            width: 50%;
        }

        .home-banner .home-banner-img .hm-bnr-flt.rtn-c {
            top: 0;
            left: -80px;
        }

        .home-banner .home-banner-img .hm-bnr-flt.bis-gro-c {
            right: -100px;
            bottom: 241px;
        }

        .home-banner .home-banner-img .hm-bnr-flt.clnt-rvu-c {
            left: -20px;
            bottom: 0;
        }

            .home-banner .home-banner-img .hm-bnr-flt.clnt-rvu-c p {
                color: #5B5B5D;
                width: 100%;
            }

                .home-banner .home-banner-img .hm-bnr-flt .rvu-str-c li i, .home-banner .home-banner-img .hm-bnr-flt.clnt-rvu-c p span {
                    color: #fa4b00;
                }

        .home-banner .home-banner-img .hm-bnr-flt .rvu-str-c li {
            font-size: 12px;
            margin-right: 2px;
        }

.clnt-c {
    padding-top: 50px;
}

    .clnt-c h6 {
        color: #5B5B5D;
    }

        .clnt-c h6 span, .global-add-c .glb-ad-sngl p span, .industry-c .industry-c-all .industry-c-sngl p span {
            display: table;
            width: 100%;
        }

    .clnt-c .clnts-all-icon, .clnt-c .cnt-sldr {
        margin: 50px 0;
    }

        .clnt-c .clnts-all-icon .clnts-all-icon-sngl {
            background: #fff;
            padding: 20px;
            border-radius: 2px;
            margin-bottom: 30px;
            box-shadow: 0 0px 10px #5b5b5da1;
        }

            .clnt-c .clnts-all-icon .clnts-all-icon-sngl img {
                height: 50px;
                width: 100%;
                -o-object-fit: contain;
                object-fit: contain;
            }

        .clnt-c .cnt-sldr .clnt-sngl-c .clnt-icn-c img {
            width: 150px;
            height: 55px;
            -o-object-fit: contain;
            object-fit: contain;
            display: table;
            margin: 0 auto;
        }

    .clnt-c hr {
        margin: 0;
    }

.why-us-c .whyus-icn-c {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

    .why-us-c .whyus-icn-c .whyus-icn-c-bk-bdr {
        width: 200px;
        height: 200px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        border: 2px dashed #c5c5c5;
        border-radius: 50%;
        z-index: 1;
    }

        .why-us-c .whyus-icn-c .whyus-icn-c-bk-bdr:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 3px dashed #e0e0e0;
            border-radius: 100%;
            -webkit-animation: 3s linear infinite pulse;
            animation: 3s linear infinite pulse;
        }

    .why-us-c .whyus-icn-c .whyus-icn-c-sngl {
        position: relative;
        z-index: 9;
        width: 185px;
        height: 185px;
        background: #fff;
        border-radius: 20px;
        -webkit-box-shadow: 5px 5px 20px darkgray !important0001f;
        box-shadow: 5px 5px 20px darkgray !important0001f;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 30px;
    }

        .why-us-c .whyus-icn-c .whyus-icn-c-sngl img {
            width: 25px;
            height: 25px;
            -o-object-fit: contain;
            object-fit: contain;
            margin: 0 10px 15px;
        }

        .why-us-c .whyus-icn-c .whyus-icn-c-sngl p {
            color: #9e9e9e !important;
        }

.servc-c .sub-hd {
    /*margin-bottom: 150px;*/
}

.all-hre-sec .f-btn, .servc-c .f-btn {
    margin: 0 auto;
}

.servc-c .col-lg-4.col-md-6.col-12:nth-child(11) .servc-sngl-c, .servc-c .col-lg-4.col-md-6.col-12:nth-child(2) .servc-sngl-c, .servc-c .servc-sngl-c.wb-app-c {
    margin-top: 8px;
    border-top-color: #fff;
}

.servc-c .col-lg-4.col-md-6.col-12:nth-child(5) .servc-sngl-c, .servc-c .col-lg-4.col-md-6.col-12:nth-child(8) .servc-sngl-c, .servc-c .servc-sngl-c.bck-end-c {
    border-top-color: #fff;
    /*margin-top: 20px;*/
}

    .servc-c .col-lg-4.col-md-6.col-12:nth-child(11) .servc-sngl-c .servc-sngl-img-c, .servc-c .col-lg-4.col-md-6.col-12:nth-child(12) .servc-sngl-c .servc-sngl-img-c, .servc-c .col-lg-4.col-md-6.col-12:nth-child(2) .servc-sngl-c .servc-sngl-img-c, .servc-c .col-lg-4.col-md-6.col-12:nth-child(3) .servc-sngl-c .servc-sngl-img-c, .servc-c .col-lg-4.col-md-6.col-12:nth-child(4) .servc-sngl-c .servc-sngl-img-c, .servc-c .col-lg-4.col-md-6.col-12:nth-child(5) .servc-sngl-c .servc-sngl-img-c, .servc-c .col-lg-4.col-md-6.col-12:nth-child(6) .servc-sngl-c .servc-sngl-img-c, .servc-c .col-lg-4.col-md-6.col-12:nth-child(7) .servc-sngl-c .servc-sngl-img-c, .servc-c .col-lg-4.col-md-6.col-12:nth-child(8) .servc-sngl-c .servc-sngl-img-c, .servc-c .col-lg-4.col-md-6.col-12:nth-child(9) .servc-sngl-c .servc-sngl-img-c, .servc-c .servc-sngl-c.bck-end-c .servc-sngl-img-c, .servc-c .servc-sngl-c.blkchn-ser-c .servc-sngl-img-c, .servc-c .servc-sngl-c.frnt-end-c .servc-sngl-img-c, .servc-c .servc-sngl-c.it-ser-c .servc-sngl-img-c, .servc-c .servc-sngl-c.mpb-app-c .servc-sngl-img-c, .servc-c .servc-sngl-c.sft-dev-c .servc-sngl-img-c, .servc-c .servc-sngl-c.wb-app-c .servc-sngl-img-c {
        background: #ffefeb;
    }

.servc-c .col-lg-4.col-md-6.col-12:nth-child(12) .servc-sngl-c, .servc-c .col-lg-4.col-md-6.col-12:nth-child(3) .servc-sngl-c, .servc-c .col-lg-4.col-md-6.col-12:nth-child(4) .servc-sngl-c, .servc-c .col-lg-4.col-md-6.col-12:nth-child(6) .servc-sngl-c, .servc-c .col-lg-4.col-md-6.col-12:nth-child(7) .servc-sngl-c, .servc-c .col-lg-4.col-md-6.col-12:nth-child(9) .servc-sngl-c, .servc-c .servc-sngl-c.blkchn-ser-c, .servc-c .servc-sngl-c.frnt-end-c, .servc-c .servc-sngl-c.it-ser-c, .servc-c .servc-sngl-c.mpb-app-c, .servc-c .servc-sngl-c.sft-dev-c {
    border-top-color: #fff;
}

.servc-c .servc-sngl-c-sdo {
    position: relative;
    margin-bottom: 80px;
}

    .servc-c .servc-sngl-c-sdo:hover .servc-shdo-c {
        -webkit-box-shadow: 0 0 0 darkgray !important000bd;
        box-shadow: 0 0 0 darkgray !important000bd;
        -webkit-transition: .5s ease-out;
        transition: .5s ease-out;
    }

    .servc-c .servc-sngl-c-sdo:hover .servc-sngl-c {
        -webkit-box-shadow: 5px 5px 15px darkgray !important0001f;
        box-shadow: 5px 5px 15px darkgray !important0001f;
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
        -webkit-transition: .5s ease-out;
        transition: .5s ease-out;
    }

.servc-c .servc-shdo-c {
    position: absolute;
    width: 30%;
    height: 100px;
    left: 0;
    bottom: 10px;
    -webkit-box-shadow: 10px 10px 100px darkgray !important000bd;
    box-shadow: 10px 10px 100px darkgray !important000bd;
    border-radius: 50%;
    z-index: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
}

.servc-c .servc-sngl-c {
    margin: 20px;
    padding: 25px;
    border-top: 2px solid;
    border-radius: 0 0 10px 10px;
    background: #fff;
    position: relative;
    z-index: 1;
    display: table;
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
    border-top-color: #F36C26 !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 20px;
}

    .servc-c .servc-sngl-c .servc-sngl-img-c {
        width: 85px;
        height: 85px;
        display: table;
        margin: 0 auto;
        border-radius: 50%;
    }

        .servc-c .servc-sngl-c .servc-sngl-img-c img {
            height: 50px;
            -o-object-fit: contain;
            object-fit: contain;
        }

    .servc-c .servc-sngl-c .servc-sngl-txt-c .sub-hd-serv-c {
        margin: 15px 0 15px;
    }

        .servc-c .servc-sngl-c .servc-sngl-txt-c .sub-hd-serv-c h2 {
            margin-bottom: 5px;
        }

    .servc-c .servc-sngl-c .servc-sngl-txt-c .sub-btm-serv-c {
        margin-top: 10px;
        padding-top: 14px;
        /*border-top: 1px solid #9e9e9e;*/
    }

        .servc-c .servc-sngl-c .servc-sngl-txt-c .sub-btm-serv-c ul {
            width: 100%;
            -webkit-column-count: 2;
            column-count: 1;
        }

            .servc-c .servc-sngl-c .servc-sngl-txt-c .sub-btm-serv-c ul li {
                display: inline-block;
                margin: 5px 0 0 20px;
                font-size: 12px;
                position: relative;
            }

                .servc-c .servc-sngl-c .servc-sngl-txt-c .sub-btm-serv-c ul li:after {
                    content: "";
                    position: absolute;
                    left: -14px;
                    top: 6px;
                    width: 5px;
                    height: 5px;
                    border-radius: 50%;
                }

    .ftr-sec-c, .servc-c .servc-sngl-c.bck-end-c .sub-btm-serv-c ul li:after, .servc-c .servc-sngl-c.blkchn-ser-c .sub-btm-serv-c ul li:after, .servc-c .servc-sngl-c.frnt-end-c .sub-btm-serv-c ul li:after, .servc-c .servc-sngl-c.it-ser-c .sub-btm-serv-c ul li:after, .servc-c .servc-sngl-c.mpb-app-c .sub-btm-serv-c ul li:after, .servc-c .servc-sngl-c.sft-dev-c .sub-btm-serv-c ul li:after, .servc-c .servc-sngl-c.wb-app-c .sub-btm-serv-c ul li:after {
        background: #f36c26;
    }

    .servc-c .servc-sngl-c.uoiux-ser-c {
        margin-top: -50px;
    }

.faq-sec .f-btn, .how-wrk-c .f-btn, .tech-dev-soft-sec-c .f-btn {
    margin: 100px auto 0;
}

.all-hre-sec .sub-hd, .clint-rvew-c .sub-hd, .faq-sec .sub-hd, .industry-c .sub-hd, .tech-dev-soft-sec-c .sub-hd {
    margin-bottom: 100px;
}

.tech-dev-soft-sec-c .tech-dev-all-soft-c .tech-dev-sngl-soft-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

    .tech-dev-soft-sec-c .tech-dev-all-soft-c .tech-dev-sngl-soft-c:last-child {
        margin-bottom: 0 !important;
    }

    .tech-dev-soft-sec-c .tech-dev-all-soft-c .tech-dev-sngl-soft-c .tech-dev-sngl-soft-hd-c {
        padding: 30px 0;
        border-radius: 10px 0 0 10px;
        width: 15%;
        text-align: center;
    }

        .ftr-sec-c .ftr-tp h4, .home-contact .sub-hd h4, .tech-dev-soft-sec-c .tech-dev-all-soft-c .tech-dev-sngl-soft-c .tech-dev-sngl-soft-hd-c h5 {
            color: #fff !important;
        }

    .tech-dev-soft-sec-c .tech-dev-all-soft-c .tech-dev-sngl-soft-c .tech-dev-sngl-soft-icn-c {
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 85%;
        border-radius: 0 10px 10px 0;
        border: 1px solid #e0e0e0;
    }

        .tech-dev-soft-sec-c .tech-dev-all-soft-c .tech-dev-sngl-soft-c .tech-dev-sngl-soft-icn-c ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-left: 50px;
        }

            .tech-dev-soft-sec-c .tech-dev-all-soft-c .tech-dev-sngl-soft-c .tech-dev-sngl-soft-icn-c ul li:first-child a {
                padding-left: 0 !important;
            }

            .tech-dev-soft-sec-c .tech-dev-all-soft-c .tech-dev-sngl-soft-c .tech-dev-sngl-soft-icn-c ul li:last-child a {
                padding-right: 0 !important;
                border-right: none;
            }

            .tech-dev-soft-sec-c .tech-dev-all-soft-c .tech-dev-sngl-soft-c .tech-dev-sngl-soft-icn-c ul li a {
                padding: 0 20px;
                display: table;
                font-weight: 800;
                color: darkgray !importante52;
            }

                .tech-dev-soft-sec-c .tech-dev-all-soft-c .tech-dev-sngl-soft-c .tech-dev-sngl-soft-icn-c ul li a:hover {
                    -webkit-transform: scale(1.1);
                    transform: scale(1.1);
                    -webkit-transition: .2s ease-in-out;
                    transition: .2s ease-in-out;
                }

                .tech-dev-soft-sec-c .tech-dev-all-soft-c .tech-dev-sngl-soft-c .tech-dev-sngl-soft-icn-c ul li a img {
                    width: 100px;
                    height: 40px;
                    -o-object-fit: contain;
                    object-fit: contain;
                }

.each-event {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    .each-event:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: #F36C26;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-box-shadow: 0 4px 20px -4px rgba(64,64,64,.8);
        box-shadow: 0 4px 20px -4px rgba(64,64,64,.8);
    }

    .each-event:after {
        content: "";
        position: absolute;
        top: calc(50% - 13px);
        left: calc(50% - 13px);
        width: 26px;
        height: 26px;
        border: 1px solid #F36C26;
        border-radius: 50%;
        -webkit-animation: 3s linear infinite pulse;
        animation: 3s linear infinite pulse;
    }

    .each-event:nth-child(2n):before {
        left: 50%;
    }

    .each-event.non-focus {
        -webkit-transition: .8s ease-in-out;
        transition: .8s ease-in-out;
    }

        .each-event.non-focus:before {
            opacity: 1;
            background-color: #9e9e9e;
        }

        .each-event.non-focus:after {
            opacity: 1;
            border-color: #9e9e9e;
        }

.all-hre-sec {
    position: relative;
    overflow: hidden;
}

    .all-hre-sec .scrl-efct {
        position: absolute;
        left: 50%;
        top: 52%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        height: 85%;
        width: 0;
        border-right: 2px dashed #e0e0e0;
        z-index: 1;
    }

    .all-hre-sec .hire-sec {
        position: relative;
        padding: 75px 0;
        z-index: 9;
    }

        .all-hre-sec .hire-sec .hre-bck-img {
            position: absolute;
            height: 700px;
            left: 0;
            top: 0;
            display: table;
            width: auto;
            -o-object-fit: contain;
            object-fit: contain;
            z-index: 1;
        }

        .all-hre-sec .hire-sec .hire-sec-img {
            position: relative;
            z-index: 2;
        }

            .all-hre-sec .hire-sec .hire-sec-img img {
                height: 350px;
                width: 100%;
                -o-object-fit: contain;
                object-fit: contain;
            }

        .all-hre-sec .hire-sec .hire-sec-txt {
            position: relative;
            z-index: 99;
            width: 70%;
            margin: 0 auto;
        }

            .all-hre-sec .hire-sec .hire-sec-txt .sub-hd {
                margin-bottom: 20px;
            }

        .all-hre-sec .hire-sec.rev-sec .hre-bck-img {
            right: 0;
            left: unset;
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
        }

        .all-hre-sec .hire-sec.rev-sec .row {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        }

.how-wrk-c {
    background: #f7f8fe;
}

    .faq-sec .tab-content h4, .how-wrk-c .sub-hd {
        margin-bottom: 50px;
    }

    .how-wrk-c .how-wrk-c-txt {
        padding: 0 20px;
    }

        .how-wrk-c .how-wrk-c-txt h4 {
            position: relative;
            margin-bottom: 30px;
            display: table;
        }

            .how-wrk-c .how-wrk-c-txt h4:after {
                content: "";
                position: absolute;
                left: 0;
                bottom: -10px;
                width: 50px;
                height: 4px;
            }

        .how-wrk-c .how-wrk-c-txt:first-child, .how-wrk-c .how-wrk-c-txt:nth-child(3), .how-wrk-c .how-wrk-c-txt:nth-child(5) {
            margin-top: -100px;
        }

            .how-wrk-c .how-wrk-c-txt:first-child h4:after {
                background: #02c6fc;
            }

        .how-wrk-c .how-wrk-c-txt:nth-child(2) h4:after {
            background: #5141fc;
        }

        .how-wrk-c .how-wrk-c-txt:nth-child(3) h4:after {
            background: #982cef;
        }

        .how-wrk-c .how-wrk-c-txt:nth-child(4) h4:after {
            background: #f643a5;
        }

        .how-wrk-c .how-wrk-c-txt:nth-child(5) h4:after {
            background: #dd3647;
        }

.industry-c .f-btn {
    margin: 75px auto 0;
}

.industry-c .industry-c-all {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .industry-c .industry-c-all .industry-c-sngl {
        background: #fff;
        width: 175px;
        padding: 0;
        margin: 15px 10px;
        border-radius: 20px;
        height: 175px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        box-shadow: 5px 5px 15px darkgray !important0001f;
        transform: scale(1.02);
        transition: .5s ease-out;
    }

        .industry-c .industry-c-all .industry-c-sngl img {
            width: 50px;
            height: 50px;
            -o-object-fit: contain;
            object-fit: contain;
            display: table;
            margin: 0 auto 15px;
        }

        .clint-rvew-c .clint-rvew-cal-cnt-c .clint-rvew-dtl-c h6 span, .industry-c .industry-c-all .industry-c-sngl p {
            font-weight: 700;
        }

.home-contact .sub-hd, .sces-sty .sub-hd {
    margin-bottom: 30px;
}

.sces-sty .sces-sty-cal .sces-sty-sngl .sces-sty-sngl-img {
    margin-bottom: 20px;
    overflow: hidden;
}

    .sces-sty .sces-sty-cal .sces-sty-sngl .sces-sty-sngl-img img {
        -webkit-transition: .5s ease-out;
        transition: .5s ease-out;
    }

.sces-sty .sces-sty-cal .sces-sty-sngl .sces-sty-sngl-txt .sces-sty-sngl-txt-hd {
    color: #5B5B5D;
    font-weight: 600;
    margin-bottom: 5px;
}

.sces-sty .sces-sty-cal .sces-sty-sngl .sces-sty-sngl-txt h6 {
    color: #5B5B5D;
    margin-bottom: 5px;
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
}

.sces-sty .sces-sty-cal .sces-sty-sngl:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
}

.sces-sty .sces-sty-cal .sces-sty-sngl:hover h6 {
    color: #5B5B5D;
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
}

.faq-sec .nav.nav-tabs {
    border: none;
}

    .faq-sec .nav.nav-tabs .nav-item {
        width: 100%;
    }

    .faq-sec .nav.nav-tabs .nav-link {
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        padding: 15px 20px;
        margin: 10px 0;
        -webkit-transition: .5s ease-out;
        transition: .5s ease-out;
    }

        .faq-sec .nav.nav-tabs .nav-link h4 {
            margin-right: 20px;
            color: #9e9e9e !important;
        }

        .faq-sec .nav.nav-tabs .nav-link p {
            font-family: Manrope,sans-serif;
            color: #9e9e9e;
            font-weight: 800;
        }

        .faq-sec .nav.nav-tabs .nav-link.active, .faq-sec .nav.nav-tabs .nav-link:hover {
            border-color: transparent;
            -webkit-box-shadow: 5px 5px 15px darkgray !important00038!important;
            box-shadow: 5px 5px 15px darkgray !important00038!important;
            -webkit-transition: .5s ease-out;
            transition: .5s ease-out;
        }

            .faq-sec .nav.nav-tabs .nav-link.active h4, .faq-sec .nav.nav-tabs .nav-link.active p, .faq-sec .nav.nav-tabs .nav-link:hover h4, .faq-sec .nav.nav-tabs .nav-link:hover p {
                color: #5B5B5D !important;
            }

.faq-sec .tab-content {
    padding: 0 0 0 100px;
}

    .faq-sec .tab-content .fq-ans img {
        width: 250px;
        height: 250px;
        -o-object-fit: contain;
        object-fit: contain;
        margin-right: 50px;
    }

.faq-new .faq-img-1, .faq-new .faq-img-2, .faq-new .faq-img-3, .faq-new .faq-img-4 {
    position: absolute;
    -o-object-fit: contain;
}

.faq-new {
    background: #f2f9ff;
}

    .faq-new .faq-img-1 {
        bottom: -115px;
        left: -130px;
        width: 150px;
        object-fit: contain;
    }

    .faq-new .faq-img-2 {
        right: -115px;
        bottom: 20%;
        width: 175px;
        object-fit: contain;
    }

    .faq-new .faq-img-3 {
        left: -65px;
        bottom: 50%;
        width: 100px;
        object-fit: contain;
    }

    .faq-new .faq-img-4 {
        right: -50px;
        top: -40px;
        width: 75px;
        object-fit: contain;
    }

    .faq-new #accordion .card h5 {
        font-weight: 600 !important;
        line-height: 1.5 !important;
    }

    .faq-new .card .card-header .card-link.collapsed h5 {
        color: #5B5B5D !important;
    }

    .faq-new .card .card-header .card-link h5 {
        color: #F36C26;
    }

.ldr-shp-c .f-btn {
    margin-top: 20px;
}

.ldr-shp-c .ldr-shp-sngl {
    position: relative;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
        border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;

}

    .clint-rvew-c .clint-rvew-cal-cnt-c:hover, .ldr-shp-c .ldr-shp-sngl:hover {
        -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.15);
        box-shadow: 0 5px 20px rgba(0,0,0,.15);
        border-radius: 10px;
        border-color: transparent;
        -webkit-transition: .5s ease-out;
        transition: .5s ease-out;
        cursor: -webkit-grab;
    }

    .ldr-shp-c .ldr-shp-sngl:after {
        content: "";
        background-image: linear-gradient(48deg,darkgray !importante52,#043597);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 40%;
        z-index: 1;
    }

    .ldr-shp-c .ldr-shp-sngl .ldr-shp-sngl-img img {
        width: 150px;
        height: 150px;
        -o-object-fit: contain;
        object-fit: contain;
        margin: 0 auto;
        display: table;
    }

    .ldr-shp-c .ldr-shp-sngl .ldr-shp-sngl-txt {
        margin-top: 10px;
        position: relative;
        z-index: 9;
    }

        .ldr-shp-c .ldr-shp-sngl .ldr-shp-sngl-txt h6 {
            margin-bottom: 10px;
            color: #5B5B5D;
            height: 50px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .ldr-shp-c .ldr-shp-sngl .ldr-shp-sngl-txt p {
            font-size: 16px;
            color: #9e9e9e;
            font-weight: 600;
        }

.clint-rvew-c .clint-rvew-cal-cnt-c ul li, .clint-rvew-c .slick-slide {
    margin: 0 5px;
}

.clint-rvew-c .slick-list {
    margin: 0 -5px;
}

.clint-rvew-c .clint-rvew-cal-cnt-c {
    text-align: center;
    background: #fff;
    border-right: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 30px;
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
}

    .clint-rvew-c .clint-rvew-cal-cnt-c ul {
        margin-bottom: 10px;
        margin-top: 10px;
    }

        .clint-rvew-c .clint-rvew-cal-cnt-c ul li i {
            font-size: 18px;
            color: #f7c32e;
        }

    .clint-rvew-c .clint-rvew-cal-cnt-c .clint-rvew-dtl-c {
        margin: 20px 0 0;
    }

        .clint-rvew-c .clint-rvew-cal-cnt-c .clint-rvew-dtl-c h6 {
            margin: 5px auto 20px;
        }

        .clint-rvew-c .clint-rvew-cal-cnt-c .clint-rvew-dtl-c img {
            height: 75px;
            width: 75px;
            border-radius: 50%;
            display: table;
            margin: 0 auto;
        }

.global-add-c {
    border-top: 1px solid #e0e0e0;
}

    .global-add-c .glb-ad-sngl img {
        width: 60px;
        height: 60px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .global-add-c .glb-ad-sngl h6 {
        color: #5B5B5D;
        margin: 25px 0 10px;
    }

.home-contact {
    position: relative;
}

    .home-contact:after {
        content: "";
        width: 100%;
        height: 300px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    .home-contact .hme-cntct-al-c {
        background: #004fa0;
        padding: 50px 0 50px 0;
        border-radius: 20px;
        z-index: 9;
        position: relative;
    }

        .home-contact .hme-cntct-al-c .cnt-inf {
            padding: 40px 30px 30px;
            margin: 40px 50px 40px 0;
            background: #0067bd;
            border-radius: 10px;
            position: relative;
        }

            .home-contact .hme-cntct-al-c .cnt-inf h6 {
                position: absolute;
                top: -20px;
                background: #004fa0;
                padding: 10px 20px;
                border: 2px solid #0067bd;
                border-radius: 20px;
                left: 50%;
                -webkit-transform: translate(-50%,0);
                transform: translate(-50%,0);
                min-width: 200px;
                text-align: center;
                color: #fff;
                font-weight: 600 !important;
            }

            .home-contact .hme-cntct-al-c .cnt-inf a {
                display: table;
                color: #fff;
                font-weight: 500;
            }

                .ftr-sec-c .ftr-tp .footer-links-list a:hover, .home-contact .hme-cntct-al-c .cnt-inf a:hover {
                    color: #F36C26;
                    -webkit-transition: .2s ease-out;
                    transition: .2s ease-out;
                }

                    .home-contact .hme-cntct-al-c .cnt-inf a:hover span:after {
                        -webkit-transition: .2s ease-out;
                        transition: .2s ease-out;
                        border-top-color: #F36C26 !important;
                        bottom: 15px;
                        right: -16px;
                        -webkit-transform: rotate(324deg);
                        transform: rotate(268deg);
                    }

            .home-contact .hme-cntct-al-c .cnt-inf span {
                width: 40px;
                height: 40px;
                background: #78c2ff;
                border-radius: 50%;
                font-size: 16px;
                color: #002670;
                position: relative;
                margin-right: 15px;
            }

                .home-contact .hme-cntct-al-c .cnt-inf span:after {
                    -webkit-transition: .2s ease-out;
                    transition: .2s ease-out;
                    content: '';
                    border-top-color: #1e9aff !important;
                    position: absolute;
                    z-index: 0;
                    bottom: -9px;
                    right: -4px;
                    border: 6px solid transparent;
                    -webkit-transform: rotate(324deg);
                    transform: rotate(324deg);
                }

            .home-contact .hme-cntct-al-c .cnt-inf p {
                color: #fff;
                font-weight: 500;
            }

                .home-contact .hme-cntct-al-c .cnt-inf p em {
                    font-style: normal;
                }

            .home-contact .hme-cntct-al-c .cnt-inf:last-child {
                margin-bottom: 0;
            }

    .home-contact .sub-hd p {
        color: #fff !important;
        opacity: .8;
        margin-top: 5px;
        font-weight: 200 !important;
    }

        .ftr-sec-c .ftr-tp .ftr-cmny-dtl .str-ftr li:last-child span, .home-contact .sub-hd p span {
            display: table;
        }

    .home-contact .fieldsets {
        margin-bottom: 15px;
    }

        .home-contact .fieldsets label {
            color: #fff;
            margin-bottom: 5px;
        }

    .home-contact .contact-us-btn {
        min-width: 250px;
        margin: 0 auto;
        font-size: 20px;
    }

.ftr-sec-c .ftr-tp .ftr-cmny-dtl .ftr-lgo {
    width: 150px;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}

.ftr-sec-c .ftr-tp .ftr-cmny-dtl .str-ftr {
    margin: 25px 0;
}

    .ftr-sec-c .ftr-tp .ftr-cmny-dtl .str-ftr li {
        margin-right: 5px;
    }

        .ftr-sec-c .ftr-tp .ftr-cmny-dtl .str-ftr li i {
            color: #fa4b00;
            font-size: 16px;
        }

        .ftr-sec-c .ftr-tp .ftr-cmny-dtl .str-ftr li:last-child {
            font-size: 12px;
            color: #9e9e9e;
            margin-right: 0;
            margin-left: 10px;
            border-left: 1px solid #e0e0e0;
            padding-left: 10px;
        }

.ftr-sec-c .ftr-tp .ftr-cmny-dtl .ref-logo img {
    width: 80px;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px;
}

.ftr-sec-c .ftr-tp .ftr-cmny-dtl .ref-logo-main img {
    width: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: 20px;
}

.ftr-sec-c .ftr-tp .footer-links-list, .ftr-sec-c .ftr-tp .ftr-cmny-dtl .footer-social-link {
    margin-top: 25px;
}

    .ftr-sec-c .ftr-tp .ftr-cmny-dtl .footer-social-link a {
        display: table;
        margin-right: 10px;
    }

        .ftr-sec-c .ftr-tp .ftr-cmny-dtl .footer-social-link a img {
            width: 35px;
            height: 35px;
            -o-object-fit: contain;
            object-fit: contain;
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
            opacity: .5;
            -webkit-transition: .5s ease-out;
            transition: .5s ease-out;
        }

        .ftr-sec-c .ftr-tp .ftr-cmny-dtl .footer-social-link a:hover img {
            -webkit-filter: unset;
            filter: unset;
            opacity: 1;
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
            -webkit-transition: .2s ease-out;
            transition: .2s ease-out;
        }

    .ftr-sec-c .ftr-tp .footer-links-list a {
        display: table;
        padding: 7px 0;
        color: #fff ;
        -webkit-transition: .2s ease-out;
        transition: .2s ease-out;
    }

.ftr-sec-c .copyright-c {
    padding: 20px 0;
    border-top: 1px solid #fff;
}

    .ftr-sec-c .copyright-c p {
        color: #ffff;
        display: table;
        margin: 0 auto;
    }

    .ftr-sec-c .copyright-c .o-btn img {
        width: 20px;
        height: 20px;
        -o-object-fit: contain;
        object-fit: contain;
        margin-right: 10px;
    }

    .ftr-sec-c .copyright-c .o-btn:hover img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

.mob-ftr {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #011224;
    width: 100%;
    z-index: 99;
    border-radius: 20px 20px 0 0;
}

    .mob-ftr ul li a {
        padding: 10px 15px 5px;
        display: table;
        color: #fff;
        font-size: 12px;
    }

        .mob-ftr ul li a img {
            width: 20px;
            height: 20px;
            -o-object-fit: contain;
            object-fit: contain;
            margin: 0 auto 5px;
            display: table;
        }

        .mob-ftr ul li a.active {
            color: #fff;
            background: #1e9aff;
        }

.cmng-sn .cmng-sn-cnt {
    height: calc(100vh - 75px);
    -ms-flex-direction: column;
    flex-direction: column;
}

    .cmng-sn .cmng-sn-cnt h1 {
        font-size: 75px;
        margin-bottom: 20px;
    }

    .cmng-sn .cmng-sn-cnt img {
        width: 100%;
        height: 300px;
        -o-object-fit: contain;
        object-fit: contain;
        margin-top: 50px;
    }
