/***
==================================================================== Resources / Css Files
==================================================================== ***/

@import url('animate.css');
@import url('hover.css');
@import url('timeline.min.css');
@import url('owl.css');
@import url('swiper.min.css');
@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('jquery.fancybox.min.css');
@import url('custom-animate.css');
@import url('global.css');
@import url('baes.css');
@import url('jquery.fullPage.css');
@import url('head.css');
html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

* {
    visibility: initial !important;
}

.gb-header,
.gb-nav {
    height: 86px;
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 8;
}

.gb-nav {
    background: rgba(255, 255, 255, 0.25);
    z-index: 99999;
}

.gb-nav,
.gb-header {
    top: -86px;
    /*css3*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}

.gb-nav.show,
.gb-header.show {
    top: 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    display: inline-block;
}

.gb-nav.show {
    background: rgba(0, 0, 0, 0.25);
}
.header-top{
    height: 32px;
    border-bottom: 1px solid rgb(214, 214, 214, 0.1); ;
}
.header-top .f-left {
    float: left;
    width: 62%;
}

/*** ==================================================================== Main Slider ==================================================================== ***/

.main-slider {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../images/main-slider/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.main-slider .swiper-container {
    width: 100%;
}

.main-slider .swiper-container .swiper-slide {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-slider .swiper-container .swiper-slide a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.main-slider .swiper-container .swiper-slide img {
    width: 100%;
    height: 100vh;
}

.main-slider .swiper-pagination {
    position: absolute;
    bottom: 5%;
    left: 12%;
    transform: translate(2%);
    color: #fff;
    text-align: left;
}

.main-slider .swiper-pagination span {
    font-size: 16px;
    color: #fff;
}

.scroll-wheel {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -13.5px;
    bottom: 5%;
    width: 21px;
    height: 32px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    z-index: 9;
    transition: all 0.75s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.foodstory .scroll-wheel {
    display: none;
}

.scroll-wheel:before {
    content: '';
    display: block;
    width: 2px;
    height: 4px;
    position: absolute;
    border-radius: 4px;
    top: 10px;
    left: 8px;
    animation: scroll-wheel 1.75s ease-in-out infinite;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.scroll-wheel:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

@-webkit-keyframes scroll-wheel {
    33.3% {
        top: 15px;
        height: 10px;
    }
    100% {
        top: 5px;
        height: 4px;
    }
}

@keyframes scroll-wheel {
    33.3% {
        top: 15px;
        height: 10px;
    }
    100% {
        top: 10px;
        height: 4px;
    }
}

.big_banner .auto-container {
    position: relative;
}

.big_banner {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
    overflow: hidden;
}

.layer-2 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.big_banner .layer-3 {
    width: 100%;
    height: 664px;
    position: absolute;
    top: 30%;
    left: -20%;
    margin-top: 6%;
    background: url(../images/main-slider/banner-titwl.png)no-repeat center center;
    animation: slide-in-bottom 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s both;
    z-index: 1;
}

.big_banner .layer-4 {
    width: 100%;
    height: 945px;
    position: absolute;
    right: -20%;
    top: 90%;
    margin-top: 30px;
    background: url(../images/main-slider/ren.png) no-repeat center center;
    animation: slide-in-bottom 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s both;
}

.big_banner .bamer_s1 img {
    width: 100%;
    height: auto;
}

@-webkit-keyframes imageAnimation {
    0% {
        -webkit-animation-timing-function: ease-in;
    }
    8% {
        -webkit-transform: scale(1.05);
        -webkit-animation-timing-function: ease-out;
    }
    17% {
        -webkit-transform: scale(1.1);
    }
    25% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


/*** ================================================================== About Section ================================================================== ***/

.section {
    background-size: cover;
    vertical-align: top;
}

.about-section {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #0b2953;
    overflow: hidden;
}

.section_box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-30%);
}

.about-section #canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*.about-section .title_icon_2 {
    margin: 20px 0;
    padding: 8px 0;
    width: 300px;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#f03c20), to(#f3852e));
    border-radius: 30px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}*/

.title_icon_2 {
    width: 320px;
    position: relative;
    overflow: hidden;
}

.title_icon_2 h2 {
    font-size: 72px;
    color: #fff;
    font-weight: 700;
    text-align: left;
}

.title_icon_2 .long_go {
    top: 80px;
}

.anim-object2::before {
    position: absolute;
    content: "";
    background-image: url(../images/home/3254.png);
    height: 906px;
    width: 900px;
    top: 3%;
    right: 8.5%;
    background-size: contain;
    background-repeat: no-repeat;
    animation-name: spinInfinit;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 0.8;
}

@keyframes spinInfinit {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.title_icon {
    width: 46px;
}

.icon_type {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#f03c20), to(#f3852e));
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue6sinfinitelinear;
}

.tr_jb {
    margin-top: 3px;
    width: 46px;
    height: 3px;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#f03c20), to(#f3852e));
}

.about-section .inner-box-box {
    position: relative;
}

.about-section .inner-box .text_box {
    margin-right: 18%;
}

.about-section .text_box {
    font-size: 20px;
    color: #fff;
    margin: 20px 0 20px 0;
    text-align: left;
}

.about-section .text_box span {
    color: #f48232;
}

.project-block-one .image {
    overflow: hidden;
    width: 100%;
    max-width: 546px;
}

.project-block-one .images img {
    width: 100%;
}

.two-item-carousel .owl-dots {
    display: block;
    position: absolute;
    bottom: 15%;
    left: 50%;
    margin-left: -13%;
    transform: translate(-20%);
}

.two-item-carousel .owl-nav {
    display: none;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px;
}

.two-item-carousel {
    width: 100%;
    height: 400px;
    position: relative;
}

.two-item-carousel .owl-dots .owl-dot {
    background-color: transparent;
    cursor: pointer;
    margin: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    float: left;
}

.two-item-carousel .owl-dots .owl-dot.active {
    width: 40px;
    height: 10px;
}

.two-item-carousel .owl-dots .owl-dot:hover {
    background-color: #F32B56;
}

.two-item-carousel .owl-dots .owl-dot {
    background: #fff;
}

.two-item-carousel .owl-dots .owl-dot.active,
.two-item-carousel .owl-dots .owl-dot:hover {
    border-radius: 20px;
    background-color: #019bec;
    border-color: #fff;
}

.about-section .sec-title {
    margin-top: 48px;
    text-align: left;
}

.about-section .sec-title .h2 span {
    margin: 0;
    padding: 0;
    font-size: 48px;
    color: #fff;
    z-index: 2;
}

.about_right_box {
    padding-left: 10%;
}

.about_right_box .sec-title {
    width: 220px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.long_go {
    position: absolute;
    top: 48px;
    left: 0;
    width: 220px;
    height: 15px;
    background: #1a24f6;
    z-index: -1;
    animation: mymove 2s infinite;
    -webkit-animation: mymove 2s infinite;
}

@keyframes mymove {
    from {
        left: 0px;
    }
    to {
        left: 300px;
    }
}

@-webkit-keyframes mymove
/*Safari and Chrome*/

{
    from {
        left: 0px;
    }
    to {
        left: 300px;
    }
}

.btn-box .cs-btn-one {
    margin-top: 25px;
    display: inline-block;
    width: 164px;
    height: 48px;
    line-height: 48px;
    border-radius: 30px;
    /* background: url(../images/home/mroe.png);*/
    background-color: #1aabde;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.sec_right_box {
    margin-top: 10px;
    padding: 30px 50px;
    FILTER: progid: DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#5d9de0, endColorStr=#21aade);
    /*IE*/
    background: -moz-linear-gradient(top, #5d9de0, #21aade);
    /*火狐*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5d9de0), to(#21aade));
    /*谷歌*/
    background-image: -webkit-gradient(linear, left bottom, left top, color-start(0, #5d9de0), color-stop(1, #21aade));
    /* Safari & Chrome*/
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#5d9de0', endColorstr='#21aade');
    /*IE6 & IE7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5d9de0', endColorstr='#21aade')";
    /* IE8 */
}

.sec_right_box .text {
    font-size: 14px;
    color: #fff;
}

.sec_right_box .text span {
    font-size: 18px;
}

.counter-block.col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.counter-block p,
.counter-block h5 {
    font-size: 18px;
    color: #fff;
}

.counter-block .count-box {
    font-size: 18px;
    color: #fff;
    margin: 20px 0;
}

.counter-block .count-box .count-text {
    font-size: 36px;
    font-weight: 700;
    color: #1aabde;
}


/*** ================================================================== Services Section ================================================================== ***/

.services-section {
    display: inline-block;
    width: 100%;
    background-image: url(../images/home/3.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    font-size: 0;
    vertical-align: top;
    margin: -1rem 0;
    overflow: hidden;
}

.services-section .ip3_txt {
    text-align: left;
    width: 300px;
    overflow: hidden;
}

.ip3_txt {
    position: relative;
}

.ip3_txt h1 span {
    letter-spacing: initial;
    margin: 0;
    padding: 0;
    line-height: initial;
}

.ip3_txt h1 {
    letter-spacing: initial !important;
    font-size: 72px;
    color: #fff;
    font-weight: 700;
    margin: 20px 0;
    transition: .5s 1.1s ease-out;
    -moz-transition: .5s 1.1s ease-out;
    -ms-transition: .5s 1.1s ease-out;
    -o-transition: .5s 1.1s ease-out;
    -webkit-transition: .5s 1.1s ease-out;
    z-index: 2;
}


/* loading-bar */

.services-section .long_go {
    position: absolute;
    top: 100px;
    left: 0;
    width: 220px;
    height: 15px;
    background: #1a24f6;
    z-index: 1;
}

.cd-headline.loading-bar .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.loading-bar .cd-words-wrapper::after {
    /* loading bar */
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #0096a7;
    z-index: 2;
    -webkit-transition: width 0.3s -0.1s;
    -moz-transition: width 0.3s -0.1s;
    transition: width 0.3s -0.1s;
}

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
    width: 100%;
    -webkit-transition: width 3s;
    -moz-transition: width 3s;
    transition: width 3s;
}

.cd-headline.loading-bar b {
    top: .2em;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-size: 72px;
    color: #fff;
}

.cd-headline.loading-bar b.is-visible {
    opacity: 1;
    top: 0;
}


/* loading-bar */

.ip3_txt h6 {
    font-size: 36px;
    color: #1aabde;
    margin: 0 0 15px;
    transition: .5s 1.5s ease-in-out;
    -moz-transition: .5s 1.5s ease-in-out;
    -ms-transition: .5s 1.5s ease-in-out;
    -o-transition: .5s 1.5s ease-in-out;
    -webkit-transition: .5s 1.5s ease-in-out;
}

.services-section .title_box {
    padding-right: 15%;
    text-align: left;
    font-size: 22px;
    color: #fff;
    transition: .5s 1.5s ease-in-out;
    -moz-transition: .5s 1.5s ease-in-out;
    -ms-transition: .5s 1.5s ease-in-out;
    -o-transition: .5s 1.5s ease-in-out;
    -webkit-transition: .5s 1.5s ease-in-out;
}

.services-section .title_box span {
    color: #f58132;
    transition: .5s 1.3s ease-in;
    -moz-transition: .5s 1.3s ease-in;
    -ms-transition: .5s 1.3s ease-in;
    -o-transition: .5s 1.3s ease-in;
    -webkit-transition: .5s 1.3s ease-in;
}

.services-section .title_box b {
    font-size: 24px;
    font-weight: 600;
    color: #1aabde;
    transition: .5s 1.3s ease-in;
    -moz-transition: .5s 1.3s ease-in;
    -ms-transition: .5s 1.3s ease-in;
    -o-transition: .5s 1.3s ease-in;
    -webkit-transition: .5s 1.3s ease-in;
}

.services-section .tr {
    margin: 20px 0;
    width: 200px;
    border: 1px solid rgb(236, 233, 233, 0.65);
}

.services-section .btn-box {
    float: left;
}

.team-block-two:nth-child(2) {
    margin-top: 60px;
}

.team-block-two:nth-child(4) {
    margin-top: 60px;
}

.team-block-one .inner-box {
    position: relative;
    margin-bottom: 20px;
    transition: .5s 1.01s;
    -moz-transition: .5s 1.01s;
    -ms-transition: .5s 1.01s;
    -o-transition: .5s 1.01s;
    -webkit-transition: .5s 1.01s;
}

.team-block-one .image-box .image {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    max-width: 187px;
    max-height: 139px;
    overflow: hidden;
    border-radius: 20px;
}

.team-block-one .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.team-block-one .info-box {
    width: 100%;
    padding: 8px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(10, 10, 10, 0.65);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.team-block-one .info-box h5 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1.2em;
    color: #fff;
    text-align: center;
}

canvas {
    display: block;
    vertical-align: bottom;
}


/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #93fdfd;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.team-block-one .image-box:first-child {
    transition: opacity .2s .5s;
    -moz-transition: opacity .2s .5s;
    -ms-transition: opacity .2s .5s;
    -o-transition: opacity .2s .5s;
    -webkit-transition: opacity .2s .5s;
}


/*** ================================================================== Features Section ================================================================== ***/

.features-section {
    background-image: url(../images/home/4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.features-section .title_icon {
    margin: 0 auto;
}

.taex-center {
    text-align: center;
}

.fun-block-one {
    margin: 20px 0;
}

.fun-block-one.col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.features-section .ip3_txt {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.features-section .ip3_txt h1 {
    margin: 10px 0;
}

.features-section h6 {
    font-size: 36px;
    color: #1aabde;
}

.features-section .ip3_txt .long_go {
    position: absolute;
    top: 90px;
    left: 0;
    width: 220px;
    height: 15px;
    background: #1a24f6;
    z-index: -1;
    animation: mymove 2s infinite;
    -webkit-animation: mymove 2s infinite;
}

.features-section .type_box {
    margin-top: 30px;
}

.fun-block-one .inner-box {
    border: 1px solid #1aabde;
    border-radius: 20px;
    padding: 20px 5px 10px;
    text-align: center;
}

.fun-block-one .inner-box .icon {
    width: 49px;
    height: 38px;
    margin: 0 auto 10px;
}

.fun-block-one .inner-box .title {
    font-size: 22px;
    color: #ff8d15;
    margin-bottom: 10px;
}

.fun-block-one .inner-box p {
    font-size: 14px;
    color: #fff;
}


/*** ================================================================== Game Content Section ================================================================== ***/

.ip3_txt h3,
.game-content-section h3 {
    font-size: 36px;
    font-weight: 700;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#f03c20), to(#f3852e));
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue6sinfinitelinear;
}

.game-content-section {
    width: 100%;
    background-color: #0b1b3d;
    background-size: cover;
    height: 100%;
}

.game-content-section .ip3_txt h1,
.game-content-section .ip3_txt h3 {
    text-align: left;
    margin: 10px 0;
}

.game-content-section .ip3_txt {
    width: 300px;
    overflow: hidden;
    position: relative;
    z-index: 222;
}

.game-content-section .ip3_txt .long_go {
    position: absolute;
    top: 90px;
    left: 0;
    width: 220px;
    height: 15px;
    background: #1a24f6;
    z-index: -1;
    animation: mymove 2s infinite;
    -webkit-animation: mymove 2s infinite;
}

.game_top {
    width: 100%;
    position: relative;
}

.game_top .game_top_box {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.big_game_img {
    width: 100%;
    overflow: hidden;
    max-width: 452px;
    margin: 53% 0 0;
}

.game_inner_box {
    margin-bottom: 60px;
}

.game_inner_box .game_img {
    overflow: hidden;
    border-radius: 20px;
}

.big_game_img img {
    width: 100%;
}

.game_inner_box .game_img img {
    width: 100%;
    transition: all 8s cubic-bezier(0, 0, 0.2, 1);
    transition-delay: .2s;
    display: block;
    transform: scale(1.05);
}

.game_inner_box:hover .game_img img {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.game_inner_box:hover .text {
    color: #21aade;
}

.game_inner_box .text {
    text-align: center;
    margin: 20px 0;
    font-size: 22px;
    color: #fff;
}

.game_content_box {
    margin: 30px 0 0;
}

.testimonial_items_1col {
    position: relative;
}

.testimonial_items_1col .owl-nav i {
    font-size: 36px;
    color: #fff;
    display: block;
}

.testimonial_items_1col .owl-nav .owl-prev:hover i,
.testimonial_items_1col .owl-nav .owl-next:hover i {
    color: #21aade;
}

.testimonial_items_1col .owl-nav .owl-prev,
.testimonial_items_1col .owl-nav .owl-next {
    position: absolute;
    bottom: 2%;
    left: 0;
}

.testimonial_items_1col .owl-nav .owl-prev {
    left: 50px;
}

.testimonial_items_1col .owl-nav .owl-next {
    left: 0;
}

.game-block-one h6 {
    font-size: 22px;
    color: #fff;
    padding-left: 32%;
    margin-top: 30px;
}

.game-block-one h6:hover {
    color: #21aade;
}

.game-block-one .btn-box {
    float: right;
}


/*** ================================================================== Game Content Section ================================================================== ***/

.fun-fact-secton {
    background-image: url(../images/home/5.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
}

.fun-fact-secton .canvas2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fun_left {
    background-size: cover;
    position: relative;
}

.fun_left_border::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 620px;
    border-right: 1px solid #21aade;
    border-bottom: 1px solid #21aade;
    border-left: 1px solid #21aade;
    border-bottom: 1px solid #21aade;
    border-radius: 10px;
}

.fun_left_border .one {
    width: 3%;
    border-top: 1px solid #21aade;
    position: absolute;
    top: 20px;
    left: 8px;
    opacity: 0.45;
}

.fun_left_border .two {
    width: 48%;
    border-top: 1px solid #2db7ee;
    position: absolute;
    top: 20px;
    right: 9px;
    opacity: 0.45;
}

.fun_left .ip3_txt {
    margin-left: 35px;
    text-align: left;
    position: relative;
    z-index: 22222;
}

.fun_left .ip3_txt .title_icon {
    overflow: hidden;
}

.fun_left .ip3_txt .title_icon .icon_type {
    text-align: left;
}

.fun-fact-secton .ip4 {
    z-index: 222;
    margin-left: 30px;
}

.fun_left .text-h1 {
    width: 310px;
    overflow: hidden;
    position: absolute;
    top: -53px;
    left: 71px;
    z-index: 2222222222222222
}

.fun_left .text-h1 h1 {
    font-size: 72px;
    color: #fff;
    font-weight: 600
}

.fun_left .text-h1 .long_go_box {
    display: block;
    position: relative;
    width: 260px;
    height: 15px;
    overflow: hidden;
    z-index: 33333;
}

.fun_left .long_go {
    width: 220px;
    position: absolute;
    top: 90px
}

.fun_left .ip3_txt .long_go_box .go_lef::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 0;
    width: 220px;
    height: 15px;
    background: #1a24f6;
    z-index: 1;
    animation: mymove 2s infinite;
    -webkit-animation: mymove 2s infinite;
}

.fun_left h3 {
    margin-left: 35px;
    margin-top: 50px;
    font-size: 36px;
    font-weight: 700;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#f03c20), to(#f3852e));
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue6sinfinitelinear;
}

.fun_right .ip3_txt,
.fun_right {
    position: relative;
}

.fun_right .ip3_txt h4 {
    font-size: 48px;
    color: #fff;
    display: block;
    position: absolute;
    top: -40px;
    left: 30px;
}

.fun_right {
    background-size: cover;
    position: relative;
    padding: 20px;
}

.fun_right_border::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 98%;
    max-width: 620px;
    height: 618px;
    border-right: 1px solid #21aade;
    border-bottom: 1px solid #21aade;
    border-left: 1px solid #21aade;
    border-bottom: 1px solid #21aade;
    border-radius: 10px;
}

.fun_right_border .one {
    width: 3%;
    border-top: 1px solid #21aade;
    position: absolute;
    top: 20px;
    left: 8px;
    opacity: 0.45;
}

.fun_right_border .two {
    width: 52%;
    border-top: 1px solid #2db7ee;
    position: absolute;
    top: 20px;
    right: 16px;
    opacity: 0.45;
}

.fun_tab {
    padding: 30px 20px;
    margin-top: 10px;
}

.container-tit li {
    float: left;
    padding: 12px 20px;
    background: #fff;
    border-radius: 50px;
    margin: 0 20px 20px;
    font-size: 18px;
    color: #000;
    width: 256px;
    text-align: center;
    cursor: pointer;
}

.container-tit li.active,
.container-tit li:hover {
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fc684a), to(#f28b2a));
    color: #fff;
}

.container-con .mod {
    display: none;
}

.container-con .tab_left {
    margin: 30px 0 0;
    float: left;
}

.container-con .tab_left img {
    width: 100%;
}

.mod {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
}

.container-con .tab_right {
    float: left;
    margin-top: 30px;
    text-align: left;
    padding-left: 2%;
}

.container-con .tab_right h6 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

.container-con .tab_right p {
    margin-top: 49px;
    font-size: 14px;
    color: #fff;
}

.fun-fact-secton .path {
    margin-top: 80px;
    text-align: center;
}

.fun-fact-secton .long_go {
    top: 96px
}

.fun-fact-secton .path .path_inner {
    margin: 30px 0 30px;
}

.fun-fact-secton .path .ico .iconfont {
    font-size: 36px;
    color: #fff;
}

.fun-fact-secton .path .text {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 10px 0 0;
}

.path_inner {
    position: relative;
}

.path_inner::before {
    position: absolute;
    top: 0;
    right: -27px;
    content: "";
    width: 36px;
    height: 31px;
    background: url(../images/home/j2.png)no-repeat;
}

.path_inner_3::before {
    display: none;
}

.path_inner_2::before {
    position: absolute;
    top: 0;
    right: -27px;
    content: "";
    width: 36px;
    height: 31px;
    background: url(../images/home/j4.png)no-repeat;
}

.path_top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    top: -53px;
    left: 39px;
    width: 32px;
    height: 35px;
    background: url(../images/home/j3.png)no-repeat;
}

.path_inner_4::before {
    left: -40px;
}


/*** ================================================================== Clients Section ================================================================== ***/

.clients-section {
    background-color: #0a0242;
    height: 100%;
    width: 100%;
}

.clients-section .ip3_txt {
    display: block;
    position: relative;
    width: 500px;
    overflow: hidden;
    z-index: 33333;
    margin: 0 auto;
    text-align: center;
}

.clients-section .ip3_txt .long_go {
    position: absolute;
    top: 130px;
    left: 0;
    width: 220px;
    height: 15px;
    background-color: #1a24f6;
    z-index: 1;
    animation: mymove1 2s infinite;
    -webkit-animation: mymove1 2s infinite;
}

@keyframes mymove1 {
    from {
        left: 0px;
    }
    to {
        left: 500px;
    }
}

@-webkit-keyframes mymove1
/*Safari and Chrome*/

{
    from {
        left: 0px;
    }
    to {
        left: 500px;
    }
}

.clients-section .title_icon {
    margin: 0 auto;
    text-align: center;
}

.sponsors-outer {
    margin: 20px 0 0;
}

.sponsors-outer .image-box {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.sponsors-outer .image-box img {
    width: 100%;
}

.project_items_6col {
    position: relative;
}

.project_items_6col .owl-nav {
    display: block;
}

.project_items_6col .owl-nav .owl-next,
.project_items_6col .owl-nav .owl-prev {
    position: absolute;
    top: -10px;
    right: 0;
    margin-top: -50px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.project_items_6col .owl-nav .owl-prev {
    right: 50px;
}

.project_items_6col .owl-nav .owl-next {
    left: initial;
    right: 0;
}

.project_items_6col .owl-nav .owl-prev span,
.project_items_6col .owl-nav .owl-next span {
    font-size: 36px;
    color: #fff;
}

.project_items_6col .owl-nav .owl-next:hover span,
.project_items_6col .owl-nav .owl-prev:hover span {
    color: #1aabde;
}


/*** ================================================================== Blog Section ================================================================== ***/

.blog-section .title_icon {
    margin: 0 auto;
}

.blog-section {
    width: 100%;
    background-size: cover;
    background-image: url(../images/home/6.jpg);
    background-repeat: no-repeat;
    height: 100%;
}

.blog-section .ip3_txt {
    display: block;
    position: relative;
    width: 300px;
    overflow: hidden;
    z-index: 33333;
    margin: 0 auto;
    text-align: center;
}

.blog-section .ip3_txt .long_go {
    position: absolute;
    top: 135px;
    left: 0;
    width: 220px;
    height: 15px;
    background-color: #1a24f6;
    z-index: 1;
    animation: mymove 2s infinite;
    -webkit-animation: mymove 2s infinite;
}

.sponsors-outer .inner-box a {
    padding: 15px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin: 0 20px;
}

.blog-section .sponsors-outer .inner-box .images {
    width: 121px;
    height: 76px;
    overflow: hidden;
}

.blog-section .sponsors-outer .inner-box .images img {
    width: 100%;
}

.blog-section .sponsors-outer .inner-box .date {
    text-align: center;
    margin: 0 20px;
}

.blog-section .sponsors-outer .inner-box .date h1 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
}

.blog-section .sponsors-outer .inner-box .date .text {
    font-size: 16px;
    color: #fff;
}

.blog-section .sponsors-outer {
    position: relative;
    margin: 0;
}

.blog-section .content-inner-box {
    width: 55%;
    padding: 0 20px;
}

.blog-section .content-inner-box h6 {
    font-size: 22px;
    color: #fff;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    /*表示文本超出时候用 “...” 来代替*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.blog-section .content-inner-box p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    /*表示文本超出时候用 “...” 来代替*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.blog-section .sponsors-outer .inner-box a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.35;
    width: 100%;
    height: 126px;
    display: none;
}

.blog-section .sponsors-outer .inner-box:hover a::before {
    display: block;
}

.blog-section one-item-carousel {
    width: 90%;
    margin: 0 auto;
}

.blog-section .one-item-carousel .owl-nav .owl-next,
.blog-section .one-item-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -45px;
    margin-top: -50px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.blog-section .one-item-carousel .owl-nav .owl-next,
.blog-section .one-item-carousel .owl-nav .owl-prev {
    margin-top: -20px;
}

.blog-section .one-item-carousel .owl-nav .owl-prev {
    left: -45px;
}

.blog-section .one-item-carousel .owl-nav .owl-next {
    left: initial;
    right: -45px;
}

.blog-section .one-item-carousel .owl-nav .owl-prev span,
.blog-section .one-item-carousel .owl-nav .owl-next span {
    font-size: 48px;
    color: #fff;
    font-weight: initial;
}

.blog-section .one-item-carousel .owl-nav .owl-next:hover span,
.blog-section .one-item-carousel .owl-nav .owl-prev:hover span {
    color: #1aabde;
}


/*** ================================================================== Online message ================================================================== ***/

.contact-section {
    width: 100%;
    height: 100%;
}

.online-message {
    background-image: url(../images/home/7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5.5% 0 0;
}

.bule {
    color: #1aabde !important;
}


/* ====================== POST COMMENT ======================== */

.post-comment>h3 {
    color: #252c41;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.post-comment .nice-select {
    font-size: 14px;
    margin-bottom: 8px;
}

.nice-select input,
.nice-select textarea {
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    font-weight: normal;
    background: none;
    border: none;
}

.nice-select {
    width: 100%;
    line-height: 26px;
    font-size: 18px;
    color: #fff;
    padding: 12px 15px !important;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    position: relative;
}

.nice-select1::before {
    content: "";
    position: absolute;
    top: 24px;
    right: 10px;
    width: 18px;
    height: 15px;
    background: url(../images/icons/a232.png);
}

.nice-select:hover {
    color: #e32029;
    border-bottom: 1px solid #e32029;
}

.nice-select ul {
    width: 100%;
    display: none;
    position: absolute;
    left: -1px;
    top: 100%;
    overflow: hidden;
    max-height: 80px;
    overflow-y: auto;
    border-bottom: 1px solid #e5e5e5;
    z-index: 9999;
    border-radius: 5px;
    background: #fff;
}

.nice-select ul li {
    padding: 2px 20px;
    text-align: left;
}

.nice-select ul li:hover {
    background: #f8f4f4;
}

input[type="text"],
input[type="tel"] {
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    font-weight: normal;
    color: #fff;
}

input {
    width: 100%;
    background: none;
    color: #fff !important;
}

.contact-message {
    padding-left: 30%
}

.contact-message li {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.contact-message li .ico {
    width: 32px;
    float: left;
    margin-right: 20px;
    text-align: center;
}

.contact-message li .t22 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
}

.contact-message li p {
    font-size: 18px;
    color: #fff;
}

.form-submit {
    width: 300px;
    margin: 15px auto 30px;
}

.form-submit button {
    width: 100%;
    padding: 8px 0;
    background: #1aabde;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}


/*滚屏 */

.pages-wrap {
    width: 100%;
    height: 100%;
}

.pages-wrap .section {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-online-message {
    width: 100%;
    height: 55vh !important;
}

.page_footer {
    width: 100%;
    height: 45vh !important;
    padding-bottom: 30px;
}

.arrow {
    opacity: 1;
    animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    -webkit-animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    position: absolute;
    bottom: 1%;
    left: 50%;
    margin-left: -30px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    z-index: 22;
}

.arrow:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

@keyframes arrow {
    0%,
    100% {
        bottom: 5px;
        opacity: 1;
    }
    50% {
        bottom: 20px;
        opacity: .5
    }
}

@-webkit-keyframes arrow {
    0%,
    100% {
        bottom: 10px;
        opacity: 1;
    }
    50% {
        bottom: 50px;
        opacity: .5
    }
}

.pages-wrap {
    display: block;
}

.mobile_inner_box {
    display: none;
}

.mobile_1024,
.mobile-768 {
    display: none;
}

.mobile_black {
    display: none;
}

.pc,
.pc_game {
    display: block;
}


/* ******* */

.services-section .four-item-carousel .owl-nav {
    display: none;
}


/* 响应 */

@media only screen and (max-width:1600px) {
    .big_banner .layer-3 {
        left: -24%;
        margin-top: 5%;
    }
    .about-section .title_icon_2 {
        margin: 10px 0px;
        padding: 3px 0px;
    }
    .about-section .text_box {
        font-size: 16px;
        margin: 10px 0;
    }
    .about-section .inner-box .text_box {
        margin-right: 0;
    }
    .about-section .sec-title {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
    .sec_right_box {
        padding: 15px 50px;
    }
    .counter-block .count-box {
        font-size: 16px;
        margin: 10px 0;
    }
    .counter-block .count-box .count-text {
        font-size: 30px;
    }
    .services-section .title_box {
        font-size: 20px;
    }
    .team-block-one .inner-box {
        margin-bottom: 5px;
    }
    .features-section .type_box {
        margin-top: 10px;
    }
    .fun-block-one .inner-box .title {
        font-size: 16px;
    }
    .fun-block-one .inner-box p {
        font-size: 13px;
        line-height: 22px;
    }
    .fun-block-one {
        margin: 5px 0;
    }
    .team-block-two:nth-child(2) {
        margin-top: 30px;
    }
    .team-block-two:nth-child(4) {
        margin-top: 30px;
    }
    .game-block-one h6 {
        margin-top: 10px;
        font-size: 14px;
    }
    .game_content_box {
        margin: 0 0px 0px;
    }
    .game_inner_box {
        margin-bottom: 5px;
    }
    .ip3_txt h3 {
        font-size: 30px;
    }
    .big_game_img {
        width: 100%;
        max-width: 300px;
        overflow: hidden;
        margin: 53% 0px 0px;
    }
    .fun_left h3 {
        margin-top: 30px;
    }
    .container-con .tab_left {
        margin: 10px 0 0;
        max-width: 280px;
    }
    .fun_left_border::before,
    .fun_right_border::before {
        height: 500px;
    }
    .container-con .tab_right {
        padding-left: 90px;
    }
    .container-con .tab_right p {
        margin-top: 20px;
    }
    .fun-fact-secton .path {
        margin-top: 20px;
    }
    .clients-section .sponsors-outer .image-box img {
        display: table;
        margin: 0 auto;
        max-width: 180px;
    }
    .blog-section .sponsors-outer .inner-box .date h1 {
        font-size: 36px;
    }
    .blog-section .sponsors-outer .inner-box h6 {
        font-size: 16px;
    }
    .blog-section .content-inner-box p {
        font-size: 13px;
        line-height: 22px;
    }
    .sponsors-outer .inner-box a {
        padding: 5px 15px;
    }
    .blog-section .sponsors-outer .inner-box a::before {
        height: 100%;
    }
    .sec-title.light .title {
        font-size: 30px;
    }
    .page-online-message .sec-title {
        margin-bottom: 15px;
    }
    .main-footer .widget-title {
        font-size: 18px;
    }
    .social-link-widget ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .main-footer .widgets-section {
        padding-top: 30px;
    }
    .main-footer .list li {
        line-height: 22px;
    }
    .main-footer .about-widget .text {
        margin-bottom: 5px;
    }
    .footer-bottom {
        font-size: 13px;
        line-height: 22px;
    }
}

@media only screen and (max-width:1440px) {
    .fun-block-one .inner-box p {
        display: none;
    }
    .container-con .tab_right {
        padding-left: 20px;
    }
    .big_banner .layer-3 {
        margin-top: 6%;
    }
    .section_box {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 100%;
        transform: translateY(-25%);
    }
    .team-block-two:nth-child(2) {
        margin-top: 60px;
    }
    .team-block-two:nth-child(4) {
        margin-top: 60px;
    }
    .main-footer .widgets-section {
        padding: 80px 0 0;
    }
    .online-message {
        padding: 8% 0 0;
    }
    .team-block-one .inner-box {
        margin-bottom: 20px;
    }
    .game-block-one h6 {
        color: #fff;
        padding-left: 27%;
        margin-top: 30px;
    }
    .about-section .text_box {
        margin: 20px 0;
    }
    .two-item-carousel .owl-dots {
        bottom: 29%;
    }
    .sec_right_box {
        margin-top: 10px;
        padding: 30px 50px;
    }
}

@media only screen and (max-width:1300px) {
    .big_banner .layer-3 {
        width: 100%;
        height: 664px;
        position: absolute;
        top: 30%;
        margin-top: 6%;
    }
    .counter-block .count-box .count-text {
        font-size: 24px;
    }
    .counter-block p,
    .counter-block h5 {
        font-size: 16px
    }
    .container-tit li {
        font-size: 13px;
        width: 200px;
    }
    .container-con .tab_right h6 {
        font-size: 16px;
    }
    .fun-fact-secton .path .text {
        font-size: 14px;
    }
    .fun-fact-secton .path .ico .iconfont {
        font-size: 30px;
    }
    .blog-section .sponsors-outer .inner-box .date {
        width: 15%;
    }
    .blog-section .sponsors-outer .inner-box .content-inner-box {
        width: 65%;
    }
}
@media only screen and (max-width:1260px){
    .header-top{
        width: 100%;
        height: 32px;
    }
.header-top .f-left{
   display: none;
}
.header-top .f-right{
    float: right;
}
.main-header .header-upper .header-outer{
    width: 100%
}
}
@media only screen and (max-width:1024px) {
    html,
    body {
        width: 100%;
        height: initial !important;
        overflow: initial !important;
    }
    .section-wrap,
    .page-wrap,
    .pc-block,
    .fullpage-wrapper,
    #fp-nav,
    canvas {
        display: none !important;
    }
    .mobile_black {
        display: block !important;
    }
    .about-section,
    .services-section,
    .features-section,
    .game-content-section,
    .fun-fact-secton,
    .blog-section,
    .online-message {
        display: inline-block;
        padding: 60px 0 !important;
    }
    .clients-section {
        padding: 60px 0 !important;
    }
    .clients-section .ip3_txt {
        padding: 60px 0 0;
    }
    .about-section {
        margin: -1rem 0;
    }
    .contact-section {
        height: 100%;
    }
    .page_footer,
    .page-online-message {
        height: initial !important;
    }
    .team-block-one .image-box .image {
        max-width: 100%;
        max-height: 100%;
    }
    .about-section .text_box {
        font-size: 20px;
    }
    .about-section .title_icon_2 {
        margin: 20px 0;
        padding: 8px 0;
        width: 310px;
        overflow: hidden;
    }
    .project-block-one .image {
        width: 100%;
        max-width: 100%;
    }
    .two-item-carousel .owl-dots {
        display: block;
        position: absolute;
        bottom: 29%;
        left: 50%;
        margin-left: -2%;
        transform: translate(-20%);
    }
    .clients-section .ip3_txt .long_go {
        position: absolute;
        top: 192px;
    }
    .two-item-carousel {
        height: 100%;
    }
    .about_right_box {
        margin-top: 45px;
        padding-left: 0;
    }
    .sec_right {
        display: none;
    }
    .services-section .title_icon,
    .services-section .ip3_txt,
    .game-content-section .ip3_txt,
    .game-content-section .title_icon {
        margin: 0 auto;
    }
    .game-content-section h3 {
        text-align: center;
    }
    .services-section .title_box,
    .services-section .tr {
        display: none;
    }
    .services-section .btn-box {
        width: 164px;
        margin: 0 auto;
        text-align: center;
        float: initial;
    }
    .four-item-carousel {
        position: relative;
        margin: 45px 0 0;
    }
    .four-item-carousel .owl-dots {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -1%;
        transform: translate(-20%);
    }
    .four-item-carousel .owl-dots .owl-dot {
        background-color: #eee;
        cursor: pointer;
        margin: 3px;
        width: 30px;
        height: 3px;
        border-radius: 0;
        transition: all 0.3s ease-in-out;
        float: left;
    }
    .four-item-carousel .owl-dots .owl-dot.active,
    .four-item-carousel .owl-dots .owl-dot:hover {
        border-radius: 0;
        background-color: #019bec;
        border-color: #fff;
    }
    .big_game_img {
        max-width: 100%;
        margin: 30% 0px 45px;
    }
    .game-block-one h6 {
        font-size: 22px;
        padding-left: 0;
        margin-top: 0;
        text-align: center;
    }
    .game_content_box {
        margin-top: 30px;
    }
    .fun_left .ip3_txt {
        width: 45%;
        display: table;
        margin: 0 auto;
    }
    .fun_left h3 {
        text-align: center;
        margin-left: 0;
    }
    .fun_tab {
        display: table;
        margin: 0 auto;
        height: 460px;
    }
    .fun_left_border::before,
    .fun_right_border::before {
        height: 474px;
    }
    .container-con .tab_right {
        display: none;
    }
    .fun_left_border .one {
        width: 24%;
    }
    .fun_right_border,
    .fun_right_border::before {
        width: 100%;
        max-width: 100%;
    }
    .fun_right_border .two {
        width: 67%;
    }
    .clients-section .sponsors-outer .image-box a {
        width: 100%;
        max-width: 100%;
    }
    .clients-section .sponsors-outer .image-box a img {
        width: 100%;
    }
    .clients-section .slide-item {
        width: 100%;
    }
    clients-sectionn .sponsors-outer {
        padding: 60px 0 !important;
    }
    .container-con .tab_left {
        margin: 10px auto 0;
        display: table;
        text-align: center;
    }
}

@media only screen and (max-width:991px) {
    .two-item-carousel .owl-dots {
        bottom: 35%;
    }
    .blog-section .one-item-carousel .owl-nav .owl-next {
        left: initial;
        right: 0;
    }
    .blog-section .one-item-carousel .owl-nav .owl-prev {
        left: 0;
    }
    .ip3_txt h1 {
        font-size: 60px !important;
    }
    .game-content-section .ip3_txt h1,
    .game-content-section .ip3_txt h3 {
        text-align: center;
    }
    .fun-block-one.col-lg-2,
    .counter-block.col-lg-2 {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%
    }
    .counter-block {
        margin-bottom: 20px;
    }
    .counter-block .count-box .count-text {
        font-size: 48px;
    }
    .fun_right_border::before {
        height: 480px
    }
    .contact-message {
        width: 80%;
        display: table;
        margin: 20px auto 0;
        padding-left: 0;
    }
    .contact-message li {
        margin: 20px 40px 0 !important;
        float: left !important;
    }
    .clients-section .ip3_txt .long_go {
        position: absolute;
        top: 180px;
    }
    .blog-section .ip3_txt .long_go {
        position: absolute;
        top: 117px;
    }
    .clients-section .ip3_txt {
        display: block;
        position: relative;
        width: 419px;
    }
    .fun_left .text-h1 {
    width: 270px;
    }
    .fun-fact-secton .long_go ,.title_icon_2 .long_go{
    top: 86px;
}
.game-content-section .ip3_txt .long_go,.features-section .ip3_txt .long_go {
    position: absolute;
    top: 74px;}
    .services-section .long_go {
    position: absolute;
    top: 81px;}

}

@media only screen and (max-width:640px) {
    .about-section .title_icon_2 {
    width: 218px;
}
.fun_left .ip3_txt .title_icon .icon_type{
    text-align: center;
    margin:0 auto;
}
.fun_left .text-h1{
    width: 210px;
    margin:0 auto;
    position: initial !important;
    overflow: hidden;
    position: relative;
}
    .main-slider,
    .main-slider .swiper-container .swiper-slide {
        width: 100%;
        height: 100vh;
    }
    .title_icon_2 .long_go {
        top: 57px;
    }
    .services-section .ip3_txt {
        width: 210px;
        overflow: hidden;
    }
    .fun-fact-secton .long_go {
        top: 100px;
    }
    .title_icon_2 h2 {
        font-size: 48px;
    }
    .features-section .ip3_txt .long_go {
        top: 58px;
    }
    .two-item-carousel .owl-dots {
        bottom: 58%;
        margin-left: -5px
    }
    .counter-block .count-box .count-text {
        font-size: 22px;
    }
    .about-section .sec-title {
        margin-bottom: 0px !important;
    }
    .about-section,
    .services-section,
    .features-section,
    .game-content-section,
    .fun-fact-secton,
    .blog-section,
    .online-message {
        display: inline-block;
        padding: 45px 0 !important;
    }
    .ip3_txt h1 {
        font-size: 48px !important;
        text-align: center;
    }
    .ip3_txt h6 {
        font-size: 24px
    }
    .services-section .ip3_txt h6 {
        text-align: center;
    }
    .services-section .long_go {
        top: 69px;
    }
    .features-section .ip3_txt {
        width: 212px;
    }
    .game-content-section .ip3_txt .long_go {
        top: 57px;
    }
    .four-item-carousel .owl-dots {
        left: 35%;
    }
    .fun_right .ip3_txt h4 {
        position: initial !important;
        text-align: center !important;
        margin-bottom: 10px
    }
    .features-section h6 {
        font-size: 24px
    }
    .fun-block-one .inner-box .title {
        font-size: 13px
    }
    .clients-section .ip3_txt .long_go {
        top: 101px;
    }
    .fun-block-one.col-lg-2,
    .game-content-section .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .blog-section .ip3_txt .long_go {
        top: 97px;
    }
    .game-content-section .ip3_txt {
        width: 66%
    }
    .big_game_img {
        margin: 69% 0px 45px;
    }
    .fun_left_border::before,
    .fun_right_border::before {
        display: none;
    }
    .fun_left_border .two,
    .fun_left_border .one,
    .fun_right_border .two,
    .fun_right_border .one {
        display: none;
    }
    .fun_left .ip3_txt {
        width: 220px;
        overflow: hidden;
    }
    .fun_left .ip3_txt h1 {
        top: -36px;
    }
    .fun-fact-secton h3{
        text-align: center;
     font-size: 24px;
    font-weight: 700;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#f03c20), to(#f3852e));
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue6sinfinitelinear;

    }
    .blog-section .ip3_txt {
    display: block;
    position: relative;
    width: 216px;}
    .fun_left h3 {
        font-size: 24px;
    }
    .fun-fact-secton .col-sm-3 {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important
    }
    .path_inner::before {
        width: 18px;
        height: 15px;
        background-size: 18px 15px;
    }
    .fun-fact-secton .path .text {
        font-size: 11px;
    }
    .path_top::before {
        left: 14px;
    }
    .path_inner_4::before {
        left: -28px;
    }
    .fun_right {
        padding: 0;
    }
    .fun_left .ip3_txt {
        text-align: center !important;
    }
    .fun_left .ip3_txt .tr_jb {
        margin: 0px auto 20px;
    }
    .fun_left .ip3_txt .title_icon {
        width: 100%;
        text-align: center !important;
    }
    .fun_left .ip3_txt h1 {
        position: initial;
        width: 210px;
        text-align: center !important;
        margin: 0 auto;
    }
    .clients-section .ip3_txt {
        padding: 0;
        width: 100% !important;
    }
    .clients-section .sponsors-outer {
        margin: 71px 0 0;
    }
    .blog-section .sponsors-outer .inner-box .date {
        display: none;
    }
    .blog-section .one-item-carousel .owl-nav .owl-prev span,
    .blog-section .one-item-carousel .owl-nav .owl-next span {
        font-size: 36px
    }
    .sec-title.light .title {
        font-size: 20px;
    }
    .main-footer .widgets-section {
        padding: 30px 0 0;
    }
    .container-tit li {
        margin: 0 5px 20px;
        width: 46%
    }
    .fun-fact-secton .path .ico .iconfont {
        font-size: 22px;
    }
    .row {
        margin-left: 0;
        margin-right: 0
    }
    .fun_tab {
        height: 387px;
    }
    .page_footer {
        padding-bottom: 0 !initial
    }
    .blog-section .one-item-carousel .owl-nav {
        display: none;
    }
    .sponsors-outer .inner-box a {
        padding: 5px 0;
    }
    .blog-section .sponsors-outer .inner-box .content-inner-box {
        width: 80%
    }
    .blog-section .content-inner-box {
        padding: 0 0 0 10px;
    }
    .blog-section .sponsors-outer .inner-box h6 {
        font-size: 16px
    }
    .blog-section .content-inner-box p {
        font-size: 12px;
        line-height: 16px;
    }
}