/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/
.rev_slider_wrapper {
    position: relative;
    margin-top: -115px;
    z-index: 1;
}

    .rev_slider_wrapper .slide-content-box h3 {
        /*background: rgba(0,0,0,0.3);*/
        background-size: contain;
        display: inline-block;
        color: #ffffff;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 22px;
        font-family: 'Poppins', sans-serif;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .rev_slider_wrapper .slide-content-box h2 {
        /*background: rgba(0,0,0,0.3);*/
        background-size: contain;
        display: inline-block;
        color: #ffffff;
        font-size: 36px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 46px;
        font-family: 'Poppins', sans-serif;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .rev_slider_wrapper .slide-content-box h1 {
        color: #ffffff;
        font-size: 55px;
        line-height: 62px;
        margin: 14px 0 9px;
        font-weight: 700;
    }

    .rev_slider_wrapper .slide-content-box p {
        color: #ffffff;
        font-size: 18px;
        line-height: 30px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        margin: 0 0 30px;
    }

    .rev_slider_wrapper .slide-content-box .button a {
        transition: all 500ms ease !important;
        -moz-transition: all 500ms ease !important;
        -webkit-transition: all 500ms ease !important;
        -ms-transition: all 500ms ease !important;
        -o-transition: all 500ms ease !important;
    }

    .rev_slider_wrapper .slide-content-box:hover {
        /*background: rgba(0,0,0,0.5) no-repeat;*/
    }


    .rev_slider_wrapper .slide-content-box.last-slide p {
        margin: 0;
    }

    .rev_slider_wrapper .slide-content-box.last-slide a {
        margin: 0 8px;
    }

    .rev_slider_wrapper .slotholder {
        position: relative;
    }

    .rev_slider_wrapper .tparrows {
        background: transparent;
        border: 2px solid #fff;
    }


.li-imgbox {
    cursor: pointer;
    transition: all 0.6s;
    -moz-transition: all 0.6s; /* 0.6s完成过渡效果 */
    -webkit-transition: all 0.6s;
}

    .li-imgbox:hover {
        transform: scale(1); /* 放大X倍 */
        filter: alpha(Opacity=90);
        -moz-opacity: 0.9;
        opacity: 0.9;
    }

.thm-btn-tr {
    position: relative;
    background: rgba(0,0,0,0.5) no-repeat;
    font-size: 16px;
    /*height: 48px;*/
    line-height: 26px;
    font-weight: 800;
    color: #ffffff;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    padding: 12px 18px;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    border-radius: 10px;
}

    .thm-btn-tr:hover {
        background: rgba(0,0,0,0.8) no-repeat;
        border-color: #fff;
        color: #fff;
        transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    }


/*** 

====================================================================
  多盈娱乐新闻、通知公告 style
====================================================================

***/

.xy-News {
    position: relative;
}

    .xy-News .column {
        position: relative;
        margin-bottom: 50px;
    }

    /*.xy-News .style-1 .text {
}
.xy-News .style-1 .thm-btn-tr {
  color: #48c7ec;
  border-color: #f4f4f4;
}
.xy-News .style-1 .thm-btn-tr:hover {
  color: #fff;
}

.xy-News .style-1 .text {
  margin: 21px 0 19px;
}*/

    .xy-News .style-2 .content {
        position: relative;
        border: 1px solid #f4f4f4;
        padding: 0px 5px 0px;
        min-height: 250px;
    }

        .xy-News .style-2 .content:after {
            position: absolute;
            content: "";
            height: 3px;
            border: 1px solid #f4f4f4;
            border-top: 0px;
            width: 80%;
            left: 10%;
            bottom: -4px;
        }

        .xy-News .style-2 .content:before {
            position: absolute;
            content: "";
            height: 3px;
            border: 1px solid #f4f4f4;
            border-top: 0px;
            width: 60%;
            left: 20%;
            bottom: -7px;
        }

    .xy-News .style-2 .list {
        margin-top: 5px;
    }

        .xy-News .style-2 .list li {
        }

            .xy-News .style-2 .list li span {
                float: right;
                text-align: right;
                color: #aba9a9;
            }

            .xy-News .style-2 .list li a {
                font-size: 16px;
                border-bottom: 1px solid #f4f4f4;
                padding: 9px 0;
                display: block;
                overflow: hidden
            }

            .xy-News .style-2 .list li:last-child a {
                border-bottom: 0px;
            }

            .xy-News .style-2 .list li a i {
                color: #48c7ec;
                font-size: 12px;
                padding-right: 8px;
            }


    .xy-News .style-3 .content {
        position: relative;
        border: 1px solid #f4f4f4;
        padding: 0px 5px 0px;
        height: 250px;
        overflow: visible;
        overflow: hidden;
    }

        .xy-News .style-3 .content:after {
            position: absolute;
            content: "";
            height: 3px;
            border: 1px solid #f4f4f4;
            border-top: 0px;
            width: 80%;
            left: 10%;
            bottom: -4px;
        }

        .xy-News .style-3 .content:before {
            position: absolute;
            content: "";
            height: 3px;
            border: 1px solid #f4f4f4;
            border-top: 0px;
            width: 60%;
            left: 20%;
            bottom: -7px;
        }

    .xy-News .style-3 .list {
        margin-top: 5px;
    }

        .xy-News .style-3 .list li {
            position: relative;
        }

            .xy-News .style-3 .list li span {
                padding-left: 10px;
                color: #aba9a9;
                font-size: 12px;
            }

            .xy-News .style-3 .list li a {
                font-size: 16px;
                border-bottom: 1px solid #f4f4f4;
                padding: 10px 0;
                display: block;
            }

            .xy-News .style-3 .list li:last-child a {
                border-bottom: 0px;
            }

            .xy-News .style-3 .list li a i {
                color: #48c7ec;
                font-size: 12px;
                padding-right: 5px;
            }



/*** 

====================================================================
    重点多盈娱乐游戏登录入口
====================================================================

***/

.xy-zdyy {
    position: relative;
    background: #f7f7f7;
}

    .xy-zdyy .item {
        padding: 4px;
        margin-bottom: 5px;
        border: 1px solid #f4f4f4;
    }

    .xy-zdyy.style-2 .column {
        margin-bottom: 50px;
    }

    .xy-zdyy .item:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 98%;
        left: 10%;
        right: 10%;
        height: 15px;
        width: 80%;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
        transition-duration: 0.3s;
        transition-property: transform, opacity;
        z-index: 9;
    }

    .xy-zdyy .item:hover:before {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        transform: translateY(5px);
    }

    .xy-zdyy .item .img-box {
        position: relative;
        overflow: hidden;
    }

        .xy-zdyy .item .img-box img {
            width: 100%;
        }

    .xy-zdyy .item .default-overlay-outer {
        opacity: 0;
        top: -100%;
        background: rgba(16, 37, 46, 0.9);
    }

    .xy-zdyy .item:hover .default-overlay-outer {
        top: 0;
        opacity: 1;
    }

    .xy-zdyy .item .thm-btn {
        padding: 0 25px;
        line-height: 34px;
    }

    .xy-zdyy .owl-carousel .owl-stage-outer {
        padding-bottom: 50px;
    }


    .xy-zdyy .content {
        padding: 12px 5px;
    }

        .xy-zdyy .content h5 {
            color: #48c7ec;
            font-size: 14px;
        }

        .xy-zdyy .content h4 {
            padding: 15px 0;
            font-size: 20px;
            color: #222;
        }

        .xy-zdyy .content p {
        }


    .xy-zdyy .owl-theme .owl-nav {
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 100%;
        right: 0;
        margin: 0;
        margin-bottom: 65px;
    }

        .xy-zdyy .owl-theme .owl-nav [class*=owl-] {
            color: #202f35;
            font-size: 20px;
            margin: 0;
            padding: 0;
            background-color: transparent;
            height: 40px;
            width: 18px;
            line-height: 36px;
            font-weight: 700;
            text-align: center;
            margin-left: 1px;
            display: inline-block;
            transition: color .3s ease;
        }

            .xy-zdyy .owl-theme .owl-nav [class*=owl-]:hover {
                color: #48c7ec;
                transition: .5s ease;
            }


/************************** 
* default-blog styles 
***************************/
.blog-section {
}

.default-blog-news {
    position: relative;
    transition: .5s ease-in-out;
    margin-bottom: 50px;
}

    .default-blog-news:hover {
        box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.03), 0 0px 82px 0 rgba(0, 0, 0, 0.02);
        transition: .2s cubic-bezier(0.4, 0, 1, 1);
    }

    .default-blog-news .lower-content {
        position: relative;
        padding: 30px 0px 20px;
        padding-left: 90px;
        border-bottom: 1px solid #f4f4f4;
    }

    .default-blog-news .date {
        position: absolute;
        left: 0px;
        top: 30px;
        height: 64px;
        width: 64px;
        background: #48c7ec;
        line-height: 20px;
        padding-top: 13px;
        z-index: 9;
        color: #fff;
        text-align: center;
    }

    .default-blog-news .lower-content .text p {
        margin-bottom: 10px;
    }

    .default-blog-news .lower-content h4 {
        color: #222;
        font-weight: 400;
        margin-bottom: 10px;
    }

        .default-blog-news .lower-content h4 a {
            color: #222;
            transition: all 300ms ease;
            font-size: 18px;
        }

            .default-blog-news .lower-content h4 a:hover {
                color: #48c7ec;
                transition: all 300ms ease;
            }

    .default-blog-news .lower-content .post-meta {
        color: #848484;
        font-size: 16px;
        margin-bottom: 7px;
    }


    .default-blog-news .lower-content .default_link {
        text-transform: capitalize;
        color: #222;
        transition: .5s ease;
    }

        .default-blog-news .lower-content .default_link:hover {
            transition: .5s ease;
            color: #48c7ec;
        }


    .default-blog-news .img-holder {
        display: block;
        overflow: hidden;
        position: relative;
    }

        .default-blog-news .img-holder a {
            width: 100%;
        }

        .default-blog-news .img-holder img {
            transform: scale(1);
            transition: all 0.5s ease 0s;
            width: 100%;
        }

    .default-blog-news:hover .img-holder img {
        transform: scale(1.1);
    }

    .default-blog-news .overlay {
        background-color: rgba(16, 37, 46, 0.9);
        text-align: center;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all 450ms ease-out 0s;
        transform: rotateY(180deg) scale(0.5,0.5);
    }

    .default-blog-news:hover .img-holder .overlay {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: rotateY(0deg) scale(1,1);
    }

    .default-blog-news .overlay .box {
        display: table;
        height: 100%;
        width: 100%;
    }

        .default-blog-news .overlay .box .content {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

    .default-blog-news .img-holder .overlay .box .content a i {
        background: #48c7ec;
        border-radius: 50%;
        color: #ffffff;
        display: inline-block;
        font-size: 16px;
        height: 45px;
        line-height: 48px;
        transition: all 500ms ease 0s;
        width: 45px;
    }

    .default-blog-news .img-holder .overlay .box .content a:hover i {
        background: #48c7ec;
    }


/*** 

====================================================================
  Fact Counter Section
====================================================================

***/
.fact-counter {
    position: relative;
    padding: 70px 0px 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    color: #ffffff;
    margin-bottom: 3px;
}

    .fact-counter:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(10, 27, 34, 0.95);
        z-index: 0;
    }

    .fact-counter .auto-container {
        position: relative;
        z-index: 1;
    }

    .fact-counter .column {
        position: relative;
        margin-bottom: 40px;
        text-align: center;
        z-index: 5;
    }

    .fact-counter .item {
        position: relative;
        border: 2px solid #19333e;
        color: #fff;
        padding: 17px 0 25px;
    }

    .fact-counter .column .icon i {
        font-size: 30px;
        position: absolute;
        bottom: -10px;
        right: 5px;
        margin-bottom: 20px;
        color: #19333e;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

    .fact-counter .count-outer {
        position: relative;
        font-size: 36px;
        font-weight: 600;
        padding: 0px 10px 5px;
        font-family: 'Poppins', Sans-serif;
    }

        .fact-counter .count-outer:before {
        }

    .fact-counter .column .counter-title {
        position: relative;
        font-size: 18px;
        font-weight: 300;
        font-family: "Hind", Sans-serif;
        color: #48c7ec;
    }



/************************** 
* 11. Project styles 
***************************/
.latest-project {
    background: #f7f7f7;
}

    .latest-project .filter-area {
        position: relative;
        top: 10px;
    }

    .latest-project .link {
        position: absolute;
        right: 0;
        top: 0;
    }

        .latest-project .link .default_link {
            color: #252525;
        }

.single-project figcaption:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 10px solid #48c7ec;
}

.single-project figcaption .content {
    position: relative;
    text-align: center;
    display: inline-block;
    top: 60%;
}

    .single-project figcaption .content a {
        position: relative;
    }

.single-project figcaption h4 {
    color: #fff;
    font-size: 18px;
}

.single-project figcaption p {
    color: #48c7ec;
}

.single-project figcaption .project-link {
    position: absolute;
    margin-top: -20px;
    font-size: 20px;
    top: 50%;
    color: #fff;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
}

    .single-project figcaption .project-link a {
        color: #fff;
        position: relative;
    }

.latest-project.style-3 .single-project figcaption .project-link a {
    color: #fff;
    position: relative;
    width: 50px;
    color: #252525;
    font-size: 18px;
    background: #fff;
    height: 50px;
    border-radius: 50%;
    line-height: 54px;
    text-align: center;
    margin: 0 5px;
}

    .latest-project.style-3 .single-project figcaption .project-link a:hover {
        color: #48c7ec;
    }

.shop .single-shop-item {
    margin-bottom: 40px;
}

.single-shop-item figcaption .shop-link {
    position: absolute;
    margin-top: -20px;
    font-size: 20px;
    top: 50%;
    color: #fff;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
}

    .single-shop-item figcaption .shop-link a {
        color: #fff;
        position: relative;
        width: 50px;
        color: #252525;
        font-size: 18px;
        background: #fff;
        height: 50px;
        border-radius: 50%;
        line-height: 54px;
        text-align: center;
        margin: 0 5px;
    }

        .single-shop-item figcaption .shop-link a:hover {
            color: #48c7ec;
        }


.single-shop-item .tooltip-inner {
    background: #fff;
    color: #48c7ec;
    min-width: 120px;
}

.single-shop-item .tooltip.top .tooltip-arrow {
    border-top-color: #fff;
}


.single-projects .pagination {
    overflow: hidden;
    display: block;
    padding-bottom: 27px;
    padding-top: 27px;
    margin: 0;
}

    .single-projects .pagination .button a {
        color: #222;
        font-size: 18px;
        font-weight: 400;
        transition: all 500ms ease;
    }

        .single-projects .pagination .button a:hover {
            color: #48c7ec;
        }

        .single-projects .pagination .button a i {
            display: inline-block;
            font-size: 20px;
            position: relative;
            top: 2px;
        }

    .single-projects .pagination .button.next a i {
        padding-right: 0px;
        padding-left: 0;
    }


    .single-projects .pagination .icon-holder a i {
        color: #252525;
        font-size: 24px;
        position: relative;
        top: 4px;
        transition: all 500ms ease 0s;
    }

    .single-projects .pagination .icon-holder a:hover i {
        color: #48c7ec;
    }



.latest-project .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 65px;
}

    .latest-project .owl-theme .owl-nav [class*=owl-] {
        color: #202f35;
        font-size: 20px;
        margin: 0;
        padding: 0;
        background-color: transparent;
        height: 40px;
        width: 18px;
        line-height: 36px;
        font-weight: 700;
        text-align: center;
        margin-left: 1px;
        display: inline-block;
        transition: color .3s ease;
    }

        .latest-project .owl-theme .owl-nav [class*=owl-]:hover {
            color: #48c7ec;
            transition: .5s ease;
        }



.latest-project.four-column {
    background: #fff;
}

.latest-project .page_pagination {
    margin-top: 20px;
}


/************************** 
* Project styles 
***************************/
.single-project {
    padding-bottom: 30px;
    text-align: center;
}

    .single-project .img-box {
        position: relative;
        overflow: hidden;
        padding: 5px;
        border: 1px solid #eaeaea;
    }

        .single-project .img-box img {
            width: 100%;
        }

    .single-project .title h5 {
        color: #222;
        padding: 25px 0 0;
        font-size: 16px;
        font-weight: 400;
        transition: .5s ease;
    }

    .single-project:hover .title h5 {
        color: #48c7ec;
        transition: .5s ease;
    }

    .single-project .img-box .overlay {
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        background: rgba(72, 199, 236, 0.9);
        padding: 5px;
        transform: translate3d(0, 100px, 0);
        opacity: 0;
        visibility: hidden;
        transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
    }

        .single-project .img-box .overlay .box {
            display: table;
            width: 100%;
            height: 100%;
        }

            .single-project .img-box .overlay .box .content {
                display: table-cell;
                vertical-align: bottom;
            }

        .single-project .img-box .overlay .top {
            text-align: center;
        }

            .single-project .img-box .overlay .top ul {
                margin-bottom: 0;
                margin-bottom: 20%;
            }

            .single-project .img-box .overlay .top li a {
                width: 45px;
                height: 45px;
                color: #fff;
                font-size: 16px;
                line-height: 48px;
                text-align: center;
                background: #222;
                display: block;
                border-radius: 50%;
                transition: .4s ease;
            }

                .single-project .img-box .overlay .top li a:hover {
                    background: #1f1f1f;
                    color: #48c7ec;
                }

        .single-project .img-box .overlay .bottom {
            padding: 10px 0px;
            padding-right: 0;
            text-align: center;
        }

            .single-project .img-box .overlay .bottom .title h3 {
                margin: 0;
                color: #fff;
                line-height: 30px;
                font-size: 15px;
            }

    .single-project:hover .img-box .overlay {
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible;
    }

.single-projects .graph-title {
    background: #48c7ec;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
}

.single-projects .analysis-list li {
    font-size: 16px;
    margin: 10px 0px;
    color: #848484;
}

    .single-projects .analysis-list li span {
        color: #48c7ec;
        font-size: 14px;
        margin-right: 10px;
    }

.post-filter {
    display: inline-block;
    margin: 0;
    margin-bottom: 30px;
}

    .post-filter li {
        padding: 0;
    }

        .post-filter li span {
            color: #848484;
            font-size: 14px;
            line-height: 24px;
            display: block;
            padding-right: 16px;
            cursor: pointer;
            transition: .5s ease;
        }

        .post-filter li:hover span,
        .post-filter li.active span {
            color: #48c7ec;
            transition: .5s ease;
        }

/*** 

====================================================================
    client Section style
====================================================================

***/

.clients-section .section-title {
    margin-bottom: 10px;
}

.clients-section .tooltip-inner {
    background: #48c7ec;
}

.clients-section .tooltip.top .tooltip-arrow {
    border-top-color: #48c7ec;
}

.clients-section .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    padding-top: 40px;
}

.clients-section .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 36px;
}

    .clients-section .owl-theme .owl-nav [class*=owl-] {
        color: #c5c5c5;
        font-size: 24px;
        margin: 0;
        padding: 0;
        background-color: transparent;
        height: 40px;
        width: 40px;
        border: 2px solid #f7f7f7;
        line-height: 36px;
        text-align: center;
        margin-left: 10px;
        display: inline-block;
        transition: color .3s ease;
    }

        .clients-section .owl-theme .owl-nav [class*=owl-]:hover {
            color: #48c7ec;
            border: 2px solid #48c7ec;
            transition: .5s ease;
        }


