#BackToTop, .hide_header {
    opacity: 0;
    visibility: hidden
}

.banner_box {
    background-position: 0 27%;
    height: 560px;
    display: flex;
    align-items: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover
}

    .banner_box::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #130841;
        opacity: .6
    }

    .banner_box .banner_content {
        color: #fff;
        margin: 80px 0 60px;
        text-align: center
    }

        .banner_box .banner_content h1 {
            color: #fff;
            font-size: 48px;
            margin-bottom: 8px
        }

        .banner_box .banner_content p {
            font-size: 24px;
            line-height: 42px;
            font-weight: 300
        }

        .banner_box .banner_content .banner_btn {
            display: flex;
            margin-top: 5em;
            justify-content: center
        }

            .banner_box .banner_content .banner_btn .contact_us {
                background: #fff;
                color: #f2722d;
                font-size: 14px;
                border: 0;
                border-radius: 50px;
                text-decoration: none;
                position: relative;
                transition: .3s ease-out;
                line-height: 36px;
                padding: 1px 46px;
                display: inline-block;
                margin-right: 10px;
                width: 220px
            }

                .banner_box .banner_content .banner_btn .contact_us.first_btn {
                    background: #f2722d;
                    color: #fff;
                    cursor: pointer
                }

                    .banner_box .banner_content .banner_btn .contact_us.first_btn:hover {
                        background: #fff;
                        color: #f2722d
                    }

                .banner_box .banner_content .banner_btn .contact_us span, .solution_btn .contact_us span {
                    display: inline-block;
                    position: relative;
                    transition: .3s ease-out;
                    will-change: transform
                }

                .banner_box .banner_content .banner_btn .contact_us:hover span, .solution_btn .contact_us:hover span {
                    transform: translate3d(-1rem,0,0)
                }

                .banner_box .banner_content .banner_btn .contact_us svg, .solution_btn .contact_us svg {
                    position: absolute;
                    width: 1.1em;
                    right: 0;
                    opacity: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    transition: .3s ease-out;
                    will-change: right,opacity
                }

                .banner_box .banner_content .banner_btn .contact_us:hover svg {
                    opacity: 1;
                    right: -2rem
                }

                .banner_box .banner_content .banner_btn .contact_us:hover, .solution_btn .contact_us:hover {
                    color: #fff;
                    background: -200% #f2722d;
                    transition: background .3s ease-in-out
                }

.button.is-play {
    display: inline-block;
    position: relative;
    background-color: #f2722d;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-left: 10px
}

    .button.is-play i {
        color: #fff;
        vertical-align: middle
    }

    .button.is-play .button-outer-circle {
        background: rgb(243 115 48);
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%
    }

.cloud_content .cloud_image .playVideoBtn, .scale-animation {
    left: 50%;
    top: 40%;
    width: 40px;
    height: 40px;
    background-color: #ec4201
}

.button.is-play .button-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-45%,-50%);
    display: flex;
    align-items: center;
    justify-content: center
}

.has-scale-animation {
    -webkit-animation: 3s infinite smallScale;
    animation: 3s infinite smallScale
}

.main_slider .owl-nav button {
    position: absolute;
    bottom: 163px
}

    .main_slider .owl-nav button.owl-prev {
        left: 42%
    }

    .main_slider .owl-nav button.owl-next {
        right: 42%
    }

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev:before {
    color: #fff;
    font-size: 26px
}

.main_slider .owl-dots {
    position: absolute;
    bottom: 21%;
    left: 44%
}

    .main_slider .owl-dots button.owl-dot {
        background: #fff !important;
        padding: 4px 7px !important;
        margin: 2px;
        border-radius: 3px;
        transition: .3s linear
    }

        .main_slider .owl-dots button.owl-dot.active {
            background: #ee651d !important;
            padding: 4px 50px !important
        }

.dbmr_cloud {
    padding: 60px 0
}

.cloudconnected {
    border: 1px solid #afafaf;
    background-color: #ebebeb;
    border-radius: 50px;
    padding: 30px;
    text-align: center
}

.cloud_content .cloud_image, .lever_bg, .liver_image {
    position: relative
}

    .cloud_content .cloud_image .playVideoBtn {
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 50%;
        border: 0
    }

.scale-animation {
    -webkit-animation: 3s infinite smallScale;
    animation: 3s infinite smallScale;
    content: "";
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    border: 0;
    margin-left: -20px
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes smallScale {
    from {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes smallScale {
    from {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(1.5);
        opacity: 0
    }
}

.cloud_content img {
    width: 500px
}

.cloud_content h2 {
    font-size: 38px;
    line-height: 40px;
    font-weight: 600
}

.cloud_content h3 {
    font-size: 30px;
    margin-top: 12px;
    margin-bottom: 15px;
    line-height: 40px;
    font-weight: 400
}

.dbmr_cloud .cloud_content p {
    font-size: 16px;
    color: #222;
    line-height: 30px
}

.cloud_content .contact_us {
    border: 1px solid #707070;
    width: 215px;
    border-radius: 50px;
    padding: 8px;
    font-size: 14px;
    transition: .3s linear;
    margin-top: 20px
}

    .cloud_content .contact_us:hover {
        background-color: #f2722d;
        border-color: #f2722d;
        color: #fff
    }

#play_nucleus_video .modal-content {
    background-color: #000
}

    #play_nucleus_video .modal-content .modal-body {
        padding: 0
    }

        #play_nucleus_video .modal-content .modal-body button.close {
            background: 0 0;
            border: 0;
            color: #ccc;
            font-size: 35px;
            position: absolute;
            padding: 0;
            right: 10px;
            z-index: 999
        }

.dbmr_cloud_lever {
    padding: 60px 0;
    background: #f6f6f6
}

.liver_image .thumb_text {
    position: absolute;
    top: 35%;
    font-size: 34px;
    color: #fff;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    left: 24%;
    line-height: 40px
}

.liver_content {
    display: flex;
    align-items: center;
    height: 600px;
    justify-content: center
}

    .liver_content .liver_title {
        font-size: 33px;
        line-height: 39px;
        text-align: center;
        color: #404040
    }

.cloud_leverage .owl-nav button {
    position: absolute;
    top: 43%;
    transition: .3s linear
}

    .cloud_leverage .owl-nav button.owl-next, .cloud_leverage .owl-nav button.owl-prev {
        color: #000;
        padding: 0 !important;
        font: inherit;
        position: absolute;
        top: 0;
        width: 36px;
        height: 36px;
        border: 1px solid #858585 !important;
        border-radius: 50% !important;
        margin: 0 !important
    }

        .cloud_leverage .owl-nav button.owl-next span, .cloud_leverage .owl-nav button.owl-prev span {
            font-size: 38px;
            line-height: 25px;
            color: #000;
            font-family: auto
        }

    .cloud_leverage .owl-nav button:hover {
        background-color: #ec4201;
        border: 1px solid #ec4201 !important
    }

        .cloud_leverage .owl-nav button:hover span, .marketr_con.bgBlue .marketr_inform h4, .marketr_con.bgBlue .marketr_inform ul li {
            color: #fff
        }

    .cloud_leverage .owl-nav button.owl-next {
        right: -12px
    }

.cloud_leverage .owl-dots, .market_access .marketr_tabs .t_bs li {
    text-align: center
}

    .cloud_leverage .owl-dots button.owl-dot {
        height: 8px;
        width: 30px;
        background: #d1d1d1;
        border-radius: 20px;
        margin: 0 5px;
        transition: .3s linear;
        opacity: .5
    }

        .cloud_leverage .owl-dots button.owl-dot.active {
            width: 200px;
            opacity: 1
        }

.lever_bg .cloud-lever_con .lever_box, .solution_btn {
    margin: 30px 0
}

    .lever_bg .cloud-lever_con .lever_box h3 {
        font-size: 48px;
        color: #f26522;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 49px;
        margin: 0;
        padding: 0
    }

    .lever_bg .cloud-lever_con .lever_box h5 {
        font-size: 21px;
        line-height: 49px;
        font-weight: 400;
        margin: 0;
        color: #000
    }

.lever_bg .left_side {
    position: absolute;
    left: 0
}

.lever_bg .right_side {
    position: absolute;
    right: 0
}

.lever_bg .centers {
    position: absolute;
    width: 100%
}

.video-container .video {
    width: 90%;
    cursor: pointer
}

.cloud_video .wrapper {
    display: table;
    position: relative;
    width: 100%
}

.video-container .playpause {
    background-repeat: no-repeat;
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
    background-position: center
}

.vjs-brand-container-link {
    position: relative;
    top: 7px
}

.covered_solution {
    padding: 40px 0;
    height: 438px;
    display: flex;
    align-items: center
}

    .covered_solution .solution_title h2 {
        font-size: 44px;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
        margin-bottom: 5px;
        line-height: 40px
    }

    .covered_solution .solution_title h3 {
        font-size: 36px;
        text-transform: uppercase;
        font-weight: 300;
        color: #fff;
        margin-bottom: 5px;
        line-height: 40px
    }

.solution_btn .contact_us {
    background: #fff;
    color: #f2722d;
    font-size: 14px;
    line-height: 36px;
    font-weight: 500;
    border: 0;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    transition: .3s ease-out;
    cursor: pointer;
    padding: 3px 30px;
    display: inline-block
}

.owl_1 button.owl-next, .owl_1 button.owl-prev {
    font-size: 22px !important;
    top: 41%;
    transform: translateY(-50%);
    width: 26px;
    height: 57px;
    border-radius: 0 !important;
    background-color: #646363 !important;
    color: #fff !important;
    position: absolute
}

.solution_btn .contact_us:hover svg {
    opacity: 1;
    right: -1.5rem
}

.hide_header {
    transition: .4s linear;
    z-index: 0
}

.owl_1 .owl-theme .owl-nav {
    margin-top: 10px
}

.owl_1 button.owl-prev {
    left: -30px
}

.owl_1 button.owl-next {
    right: -30px
}

.owl_1 .owl-nav button.owl-next:before, .owl_1 .owl-nav button.owl-prev:before {
    content: unset
}

.mar_access .owl-nav button.owl-next span, .mar_access .owl-nav button.owl-prev span, .owl_1 .owl-dots {
    display: none
}

.market_access {
    padding: 0 0 40px;
    background-color: #f9f9f9
}

    .market_access h3 {
        font-size: 34px;
        text-align: center;
        padding: 60px 0 40px;
        position: relative
    }

        .market_access h3:before {
            content: "";
            background-color: #ec4201;
            height: 4px;
            width: 250px;
            position: absolute;
            top: 42px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%)
        }

    .market_access .marketr_tabs {
        position: sticky;
        top: 0;
        z-index: 999;
        background-color: #f9f9f9;
        padding: 8px 0;
        margin-bottom: 30px
    }

        .market_access .marketr_tabs .t_bs {
            display: flex;
            justify-content: space-between;
            border-bottom: 0;
            list-style: none;
            margin: 0;
            padding: 0
        }

            .market_access .marketr_tabs .t_bs .url {
                background-color: #eee;
                color: #000;
                font-size: 14px;
                line-height: 25px;
                padding: 8px 26px;
                display: block;
                text-decoration: none;
                border-radius: 50px;
                font-weight: 500;
                transition: .3s linear
            }

                .market_access .marketr_tabs .t_bs .url:hover, .market_access .marketr_tabs .t_bs li.active .url {
                    background-color: #f2722d;
                    color: #fff
                }

    .market_access .marketr_con {
        padding-top: 40px
    }

        .market_access .marketr_con:last-child {
            border: 0
        }

    .market_access #zero_i {
        margin-top: 0
    }

    .market_access .marketr_con .marketr_inform {
        border-radius: 50px;
        border: 1px solid #bdbdbd;
        padding: 46px;
        transition: .3s linear
    }

    .market_access .marketr_con.bgBlue .marketr_inform {
        border: 1px solid #0c93d9 !important;
        background-color: #0c93d9
    }

#BackToTop, .chat_frm-btn {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    right: 10px;
    text-decoration: none;
    cursor: pointer
}

.marketr_inform h4 {
    font-size: 26px;
    border-left: 4px solid #f2722d;
    padding-left: 12px;
    margin-bottom: 15px
}

.marketr_con.bgBlue .marketr_inform h4 {
    border-color: #fff
}

.marketr_inform ul {
    list-style: none;
    padding: 0;
    font-size: 15px
}

    .marketr_inform ul li {
        padding: 8px 0 8px 25px;
        color: #000;
        background: url(/assets/images/acceptCheck.webp) 0 11px/15px no-repeat
    }

.marketr_inform.bgBlue ul li {
    font-weight: 300
}

.mar_content .mar_text h4 {
    font-size: 24px;
    font-weight: 700;
    color: #444
}

.market_access .marketr_con .mar_content .mar_text p {
    font-size: 15px;
    line-height: 26px;
    color: #222
}

.mar_access .owl-nav button {
    position: absolute;
    top: 43%
}

    .mar_access .owl-nav button.owl-prev {
        left: -40px
    }

    .mar_access .owl-nav button.owl-next {
        right: -40px
    }

        .mar_access .owl-nav button.owl-next::before, .mar_access .owl-nav button.owl-prev::before {
            color: #444;
            font-size: 36px
        }

.mar_access .owl-stage {
    height: 430px
}

.mar_content .solution_btn .contact_us {
    background: #f2722d;
    color: #fff
}

@media only screen and (max-width:800px) {
    .market_access .marketr_tabs .t_bs .url {
        font-size: 13px;
        padding: 8px 6px
    }
}

.chat_frm-btn {
    font-size: 24px;
    margin-top: -5px;
    line-height: 1;
    bottom: 90px;
    background: #f37634;
    color: #fff;
    padding: 14px;
    z-index: 999;
    -webkit-transition: box-shadow .2s;
    transition: .2s ease-in-out;
    width: 52px;
    height: 52px
}

    .chat_frm-btn:hover {
        color: #fff;
        transform: scale(1.1);
        box-shadow: 0 2px 8px rgba(0,0,0,.09),0 4px 40px rgba(0,0,0,.24)
    }

.owl-theme .owl-dots .owl-dot span {
    display: none !important
}

#BackToTop.show {
    opacity: 1;
    visibility: visible
}

#BackToTop {
    background-color: #f37735;
    width: 50px;
    height: 50px;
    bottom: 30px;
    transition: background-color .3s,opacity .5s,visibility .5s;
    z-index: 1000
}

    #BackToTop::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: 400;
        font-style: normal;
        font-size: 1.8em;
        line-height: 44px;
        color: #fff
    }

.why-choose-us {
    padding: 40px 0
}

    .why-choose-us h3 {
        font-size: 34px;
        margin-bottom: 40px;
        border-left: 4px solid #ec4201;
        padding-left: 10px
    }

.accordion-item {
    border: 0;
    margin-bottom: 15px
}

button.accordion-button {
    border: 1px solid #ccc;
    border-radius: 6px !important;
    font-weight: 500;
    font-size: 14px;
    padding: 12px
}

    button.accordion-button:focus {
        box-shadow: unset
    }

.accordion-button:not(.collapsed) {
    background-color: #d7e7fe;
    box-shadow: unset;
    color: #000;
    border-color: #d7e7fe
}

.accordion-body {
    padding: 10px 10px 0;
    font-size: 14px;
    line-height: 25px
}

.accordion-button::after {
    background-size: 1rem
}

.why-chooseImg {
    padding: 30px 68px 0;
    position: relative
}

    .why-chooseImg img {
        z-index: 1050;
        position: relative;
        border-radius: 40px
    }

    .why-chooseImg::before {
        content: "";
        border: 1px solid #f0f4fa;
        width: 289px;
        height: 430px;
        position: absolute;
        border-radius: 40px;
        top: 0;
        left: 90px;
        background-color: #f0f4fa
    }

@media screen and (max-width:767px) {
    .lever_bg .centers, .lever_bg .left_side, .lever_bg .right_side, .mar_image {
        position: relative
    }

    .banner_box, .liver_content {
        height: auto
    }

    .mar_image, .market_access .marketr_tabs .t_bs li {
        width: 100%
    }

    .banner_slider {
        overflow: hidden
    }

    .nav_tbs, .nav_tbs .t_bs {
        overflow: auto;
        text-align: center
    }

    .banner_slider .anchor-link {
        opacity: 0
    }

    .banner_box .banner_content {
        margin: 80px 0 100px;
        text-align: center
    }

        .banner_box .banner_content .banner_btn {
            display: block
        }

    .button.is-play {
        display: block;
        text-align: center;
        margin: 0 auto
    }

    .banner_box .banner_content .banner_btn .contact_us {
        margin-right: 0;
        margin-bottom: 20px
    }

    .banner_box {
        background-position: center
    }

        .banner_box .banner_content h1 {
            font-size: 40px
        }

        .banner_box .banner_content h2 {
            font-size: 30px
        }

    .cloud_video .video-container video {
        border-radius: 30px;
        margin-top: 20px;
        margin-left: 20px
    }

    .cloud_video .video-container:before {
        width: 140px;
        height: 130px;
        border-radius: 30px
    }

    .liver_image .thumb_text {
        font-size: 20px;
        line-height: 24px
    }

    .liver_content .liver_title {
        font-size: 26px;
        line-height: 36px
    }

    .solution_btn, .solution_title {
        text-align: center
    }

    .mar_image {
        top: 0;
        right: 0
    }

    .market_access .marketr_con {
        display: block;
        padding: 0;
        height: auto
    }

    .nav_tbs .t_bs {
        -webkit-overflow-scrolling: touch;
        width: auto;
        flex-wrap: nowrap
    }

        .nav_tbs .t_bs::-webkit-scrollbar {
            width: 5px;
            height: 0
        }

    .market_access .marketr_tabs .t_bs li + li {
        margin-left: 10px
    }

    .market_access .marketr_tabs .t_bs .url {
        width: 205px
    }

    .market_access .marketr_con .marketr_inform {
        display: block;
        padding: 0 10px;
        margin: 20px 0
    }

    .row.bg_image .col-md-7 {
        order: 2
    }

    .row.bg_image .col-md-5 {
        order: 1
    }

    .mar_content {
        margin-top: 40px
    }

    .nav_tbs {
        -webkit-overflow-scrolling: touch
    }

    .play-button-wrapper #circle-play-b svg {
        width: 50px;
        height: 50px
    }

    .play-button-wrapper {
        margin-top: 30px;
        margin-left: 18px
    }

    .why-chooseImg::before {
        top: 15px;
        left: 54px
    }

    .why-chooseImg {
        padding: 45px 30px 0 0
    }

    .cloud_content h3, .marketr_inform h4 {
        font-size: 24px
    }

    .cloud_content h2, .market_access h3 {
        font-size: 32px
    }
}
