﻿.main .dmc-operator {
    background: url(/Theme/img/best-dmc-portal02.webp) center bottom no-repeat fixed;
    padding: 250px 0 100px;
    background-size: cover;
    position: relative
}

    .main .dmc-operator::before {
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(23,24,24,.8)
    }

    .main .dmc-operator h1 {
        color: #fff;
        font-size: 34px;
        font-weight: 700;
        line-height: 55px
    }

    .main .dmc-operator p {
        color: #fff;
        font-size: 20px
    }

.bg-btn {
    background: #ffbd84;
    background: -moz-linear-gradient(left,#ffbd84 0,#ff531f 100%);
    background: -webkit-linear-gradient(left,#ffbd84 0,#ff531f 100%);
    background: linear-gradient(to right,#ffbd84 0,#ff531f 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgb(175 0 87 / 20%);
    box-shadow: 0 10px 15px 0 rgb(175 0 87 / 20%)
}

.btn-main {
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins,sans-serif;
    padding: 0 32px;
    line-height: 48px;
    border: none;
    -webkit-border-radius: 100px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 30px
}

    .btn-main, .btn-main:hover {
        color: #fff
    }

.lnk, button {
    position: relative;
    overflow: hidden
}

.fa-ani {
    margin-left: 5px;
    font-size: 12px;
    animation: 2s infinite arrowanim;
    -webkit-animation: 2s infinite arrowanim
}

span.circle {
    right: -130px;
    width: 200px;
    height: 200px
}

span.circle, span.circle2 {
    background: rgba(255,255,255,.2);
    display: block;
    position: absolute;
    border-radius: 50%;
    top: -10%
}

.circle {
    -webkit-transition: 1.2s cubic-bezier(.17,.85,.438,.99);
    -o-transition: 1.2s cubic-bezier(.17,.85,.438,.99);
    transition: 1.2s cubic-bezier(.17,.85,.438,.99)
}

.lnk:hover span.circle {
    top: -10%;
    right: -80px
}

@keyframes arrowanim {
    0%,100% {
        transform: translate(0,0)
    }

    50% {
        transform: translate(8px,0)
    }
}

@-webkit-keyframes arrowanim {
    0%,100% {
        transform: translate(0,0)
    }

    50% {
        transform: translate(8px,0)
    }
}

.dmc-soft-bg2 {
    background: #e9f6ff;
    background: -moz-linear-gradient(top,#e9f6ff 0,#fff 100%);
    background: -webkit-linear-gradient(top,#e9f6ff 0,#fff 100%);
    background: linear-gradient(to bottom,#e9f6ff 0,#fff 100%);
    padding: 100px 0;
    text-align: center
}

    .dmc-soft-bg2 img {
        max-width: 800px;
        margin:auto;
    }

    .dmc-soft-bg2 h2, .dmc-soft-bg3 h2 {
        font-weight: 600;
        font-size: 36px;
        line-height: 54px;
        padding-bottom: 37px;
        color: #000
    }

    .dmc-soft-bg2 p {
        font-size: 22px;
        line-height: 33px;
        color: #000
    }

.dmc-soft-bg3 {
    background: #e9eef8;
    padding: 60px 0 15px 0;
    text-align: center
}

    .dmc-soft-bg3 .best-company {
        background: #fff;
        box-shadow: 0 0 12px rgba(0,0,0,.06);
        border-radius: 4px;
        text-align: center;
        padding: 15px 0;
        margin-bottom: 20px;
        min-height: 160px;
    }

        .dmc-soft-bg3 .best-company img {
            max-width: 230px;
            margin: auto;
        }

        .dmc-soft-bg3 .best-company h3 {
            font-weight: 600;
            font-size: 20px;
            line-height: 36px;
            color: var(--all-text-main);
            font-family: var(--font-family);
        }

.dmc-soft-bg4 {
    background: #fefbf0;
    padding: 45px 0 70px 0
}

    .dmc-soft-bg4 h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        padding-bottom: 37px;
        color: #000;
        text-align: center
    }

    .dmc-soft-bg4 .automate-dmc {
        background: #fff;
        box-shadow: 0 0 12px rgba(0,0,0,.06);
        border-radius: 4px;
        padding: 30px 20px;
    }



.automate-dmc .cont-box {
    display: inline-block;
    vertical-align: middle;
    float: none
}

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0,0,0,.8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

    #baguetteBox-overlay.visible {
        opacity: 1
    }

    #baguetteBox-overlay .full-image {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center
    }

        #baguetteBox-overlay .full-image figure {
            display: inline;
            margin: 0;
            height: 100%
        }

        #baguetteBox-overlay .full-image img {
            display: inline-block;
            width: auto;
            height: auto;
            max-height: 100%;
            max-width: 100%;
            vertical-align: middle;
            -moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
            box-shadow: 0 0 8px rgba(0,0,0,.6)
        }

        #baguetteBox-overlay .full-image figcaption {
            display: block;
            position: absolute;
            bottom: 0;
            width: 100%;
            text-align: center;
            line-height: 1.8;
            white-space: normal;
            color: #ccc;
            background-color: #000;
            background-color: rgba(0,0,0,.6);
            font-family: sans-serif
        }

        #baguetteBox-overlay .full-image:before {
            content: "";
            display: inline-block;
            height: 50%;
            width: 1px;
            margin-right: -1px
        }

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease,-webkit-transform .4s ease;
    transition: left .4s ease,-webkit-transform .4s ease;
    transition: left .4s ease,transform .4s ease;
    transition: left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease
}

    #baguetteBox-slider.bounce-from-right {
        -webkit-animation: bounceFromRight .4s ease-out;
        animation: bounceFromRight .4s ease-out
    }

    #baguetteBox-slider.bounce-from-left {
        -webkit-animation: bounceFromLeft .4s ease-out;
        animation: bounceFromLeft .4s ease-out
    }

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: .2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
}

@-webkit-keyframes bounceFromRight {
    0%,100% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }
}

@keyframes bounceFromRight {
    0%,100% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }
}

@-webkit-keyframes bounceFromLeft {
    0%,100% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }
}

@keyframes bounceFromLeft {
    0%,100% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50,50,50,.5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease
}

    .baguetteBox-button:focus, .baguetteBox-button:hover {
        background-color: rgba(50,50,50,.9)
    }

    .baguetteBox-button#next-button {
        right: 2%
    }

    .baguetteBox-button#previous-button {
        left: 2%
    }

    .baguetteBox-button#close-button {
        top: 20px;
        right: 2%;
        right: calc(2% + 6px);
        width: 30px;
        height: 30px
    }

    .baguetteBox-button svg {
        position: absolute;
        left: 0;
        top: 0
    }

.baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.baguetteBox-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounce {
    0%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {
    0%,100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

.tab .nav-tabs {
    border-bottom: none;
    position: relative;
    padding-top: 20px
}

    .tab .nav-tabs li {
        margin-right: 45px;
        z-index: 1
    }

        .tab .nav-tabs li:after {
            content: "";
            width: 100%;
            border: 1px solid #ccc6c6;
            position: absolute;
            top: 50%;
            right: -60%;
            z-index: -1
        }

        .tab .nav-tabs li:last-child:after {
            border: none
        }

        .tab .nav-tabs li a {
            display: block;
            padding: 15px 20px;
            background: #fff;
            font-size: 15px;
            font-weight: 600;
            color: #10b5da;
            border-radius: 0;
            margin-right: 0;
            border: 2px solid #10b5da;
            position: relative;
            overflow: hidden;
            z-index: 1;
            transition: all .3s ease 0s
        }

            .tab .nav-tabs li a:hover, .tab .nav-tabs li.active a {
                color: #fff;
                border: 2px solid #10b5da
            }

            .tab .nav-tabs li a:after {
                content: "";
                display: block;
                width: 100%;
                height: 0;
                position: absolute;
                top: 0;
                left: 0;
                z-index: -1;
                transition: all .3s ease 0s
            }

            .tab .nav-tabs li a:hover:after, .tab .nav-tabs li.active a:after {
                height: 100%;
                background: #10b5da
            }

@media only screen and (max-width:767px) {
    .tab .nav-tabs li {
        margin: 0 25px 0 0
    }

    .main .dmc-operator {
        padding: 40px 0 50px
    }
}

@media only screen and (max-width:479px) {
    .tab .nav-tabs li {
        width: 100%;
        text-align: center;
        margin: 0 0 10px 0
    }

        .tab .nav-tabs li:after {
            width: 0;
            height: 100%;
            top: auto;
            bottom: -60%;
            right: 50%
        }
}
