/*************************
*******Header******
**************************/
.navbar-brand img{
    width: 150px;
    height: 150px;
}
.mt1{
    margin-top: 130px;
}
.pic1-box{
    padding-top: 30px;
}
.pic1{
    width: 713px;
    max-width: 100%;
}
.header .btn1{
    width: 546px;
    max-width: 100%;
    padding-left: 30px;
    margin-bottom: 40px;
}
.header .intro{
    color: #fff;
    font-size: 26px;
    line-height: 34px;
    text-shadow: 0 2px 1px 0 #050026;
}
.header .intro ul{
    padding: 0;
    margin: 0;
}
.header .intro li{
    list-style-type: none;
    margin-top: 30px;
}
.header .intro li span{
    font-size: 40px;
    font-weight: bold;
}


/*************************
*******Choose******
**************************/
.choose-item{
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
}
.choose-item h1{
    padding: 145px 0 120px;
}
.services-wrap {
    padding: 30px 20px;
    background: rgba(255, 255, 255, .4);
    border-radius: 4px;
    margin: 0 0 60px;
    -webkit-transition: .4s;
    transition: .4s;
    color: #000;
    font-size: 20px;
    line-height: 26px;
}
.services-wrap p{
    margin-bottom: 20px;
}
.services-wrap p:last-child {
    margin: 0;
}

.services-wrap .pull-left {
    margin-right: 10px;
    margin-top: 20px;
}

/*************************
*******Top Online******
**************************/
.top-online{
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    color: #fff;
    padding-bottom: 60px;
}
.top-online h1{
    padding: 143px 0 40px;
}
.top-online h1.mg{
    padding: 50px 0 40px;
}
.top-online p{
    font-size: 22px;
    margin: 0;
}
.top-online p.p-mb{
    margin-bottom: 20px;
}
.top-online .btn2{
    width: 546px;
    margin-top: 40px;
}

/*************************
*******Players******
**************************/
.players{
    padding-bottom: 120px;
}
.players h1{
    padding: 120px 0 30px;
}
.players-slider .player-box{
    padding: 20px;
}
.players-slider .single-slide{
    background-color: #f8f5f3;
    padding: 40px 40px;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    transform: skewX(-2deg);
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.12);
    border-radius: 6px;
}
.players-slider .single-slide>div{
    transform: skewX(2deg);
}
.players-slider .slide-player{
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.players-slider .slide-player>img{
    width: 110px!important;
    height: 110px;
    margin-right: 25px;
	border-radius: 50%;
}
.players-slider .slide-player h3{
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 10px 0;
}
.players-slider .slide-player p{
    font-size: 20px;
    color: #b51200;
    margin: 0;
}
.players-slider .owl-dots{
    margin: 50px 0 0;
    text-align: center;
}
.players-slider .owl-dot {
    width: 10px;
    height: 10px;
    background: #ccc!important;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
}
.players-slider .owl-dot.active{
    background-color: #304ddc!important;
}



@media (min-width: 1681px) {
    .players-slider.owl-carousel .owl-item{
        margin-right: -10px!important;
    }
}
@media (min-width: 1200px) and (max-width: 1680px) {
    /*************************
    *******Header******
    **************************/
    .navbar-brand img{
        width: 94px;
        height: 94px;
    }
    .pic1{
        width: 560px;
    }
    .header .btn1{
        width: 476px;
    }
    .header .intro{
        font-size: 24px;
        line-height: 30px;
    }
    .header .intro li{
        margin-top: 20px;
    }
    .header .intro li span{
        font-size: 30px;
    }
    .mt1{
        margin-top: 58px;
    }

    /*************************
    *******Choose******
    **************************/
    .choose-item h1{
        padding: 106px 0 86px;
    }
    .services-wrap {
        padding: 24px 10px;
        margin: 0 0 50px;
        font-size: 17px;
        line-height: 24px;
    }
    .services-wrap .img-responsive{
        width: 60px;
    }
    .services-wrap p{
        margin-bottom: 18px;
    }
    .services-wrap .pull-left {
        margin-right: 6px;
        margin-top: 20px;
    }


    /*************************
    *******Top Online******
    **************************/
    .top-online h1{
        padding: 106px 0 30px;
    }
    .top-online p{
        font-size: 18px;
    }
    .top-online .btn2{
        width: 476px;
    }

    /*************************
    *******Players******
    **************************/
    .players{
        padding-bottom: 100px;
    }
    .players h1{
        padding: 100px 0 30px;
    }
    .players-slider .single-slide{
        padding: 30px 30px;
        font-size: 17px;
        line-height: 20px;
    }
    .players-slider .slide-player{
        margin-top: 20px;
    }
    .players-slider .slide-player>img{
        width: 80px!important;
        height: 80px;
        margin-right: 16px;
    }
    .players-slider .slide-player h3{
        font-size: 17px;
    }
    .players-slider .slide-player p{
        font-size: 17px;
    }

}
@media (min-width: 992px) and (max-width: 1199px) {
    /*************************
    *******Header******
    **************************/
    .navbar-brand img{
        width: 94px;
        height: 94px;
    }
    .pic1{
        width: 444px;
    }
    .header .btn1{
        width: 336px;
        padding-left: 15px;
    }
    .header .intro{
        font-size: 20px;
        line-height: 26px;
    }
    .header .intro li{
        margin-top: 16px;
    }
    .header .intro li span{
        font-size: 28px;
    }
    .mt1{
        margin-top: 90px;
    }
    /*************************
    *******Choose******
    **************************/
    .choose-item h1{
        padding: 106px 0 86px;
    }
    .services-wrap {
        padding: 24px 10px;
        margin: 0 0 40px;
        font-size: 14px;
        line-height: 20px;
    }
    .services-wrap .img-responsive{
        width: 40px;
    }
    .services-wrap p{
        margin-bottom: 10px;
    }
    .services-wrap .pull-left {
        margin-right: 2px;
        margin-top: 20px;
    }


    /*************************
    *******Top Online******
    **************************/
    .top-online h1{
        padding: 106px 0 30px;
    }
    .top-online p{
        font-size: 15px;
    }
    .top-online .btn2{
        width: 336px;
    }


    /*************************
    *******Players******
    **************************/
    .players{
        padding-bottom: 80px;
    }
    .players h1{
        padding: 80px 0 30px;
    }
    .players-slider .single-slide{
        padding: 20px 20px;
        font-size: 14px;
        line-height: 18px;
    }
    .players-slider .slide-player{
        margin-top: 20px;
    }
    .players-slider .slide-player>img{
        width: 60px!important;
        height: 60px;
        margin-right: 14px;
    }
    .players-slider .slide-player h3{
        font-size: 14px;
    }
    .players-slider .slide-player p{
        font-size: 14px;
    }

}
@media (min-width: 768px) and (max-width: 991px) {
    /*************************
    *******Header******
    **************************/
    .navbar-brand img{
        width: 94px;
        height: 94px;
    }
    .pic1{
        width: 366px;
    }
    .header .btn1{
        width: 278px;
        padding-left: 0;
    }
    .header .col-md-6 {
        width: 50%;
        float: left;
    }
    .header .intro{
        font-size: 16px;
        line-height: 22px;
    }
    .header .intro li{
        margin-top: 12px;
    }
    .header .intro li span{
        font-size: 22px;
    }
    .mt1{
        margin-top: 120px;
    }
    /*************************
    *******Choose******
    **************************/
    .choose-item h1{
        padding: 106px 0 86px;
    }
    .services-wrap {
        padding: 24px 10px;
        margin: 0 0 40px;
        font-size: 16px;
        line-height: 20px;
    }
    .services-wrap .img-responsive{
        width: 40px;
    }
    .services-wrap p{
        margin-bottom: 10px;
    }
    .services-wrap .pull-left {
        margin-right: 2px;
        margin-top: 20px;
    }

    /*************************
    *******Top Online******
    **************************/
    .top-online h1{
        padding: 96px 0 30px;
    }
    .top-online p{
        font-size: 14px;
    }
    .top-online .btn2{
        width: 278px;
    }

    /*************************
    *******Players******
    **************************/
    .players{
        padding-bottom: 80px;
    }
    .players h1{
        padding: 80px 0 30px;
    }
    .players-slider .single-slide{
        padding: 20px 20px;
        font-size: 14px;
        line-height: 18px;
    }
    .players-slider .slide-player{
        margin-top: 20px;
    }
    .players-slider .slide-player>img{
        width: 60px!important;
        height: 60px;
        margin-right: 14px;
    }
    .players-slider .slide-player h3{
        font-size: 14px;
    }
    .players-slider .slide-player p{
        font-size: 14px;
    }

}
@media (max-width: 767px) {
    /*************************
    *******Header******
    **************************/
    .navbar-brand img{
        width: 37px;
        height: 37px;
    }
    .pic1-box{
        text-align: center;
    }
    .pic1{
        width: 229px;
    }
    .mt1{
        margin-top: 0;
    }

    /*************************
    *******Choose******
    **************************/
    .choose-item{
        padding-bottom: 35px;
        min-height: inherit;
    }
    .choose-item h1{
        padding: 35px 0 20px;
    }
    .choose-item .row{
        display: flex;
        overflow-x: auto;
    }
    .choose-item .row::-webkit-scrollbar {
        display: none;
    }
    .choose-item .row>div:not(:last-of-type){
        padding-right: 0;
    }
    .services-wrap {
        width: 250px;
        padding: 15px 10px;
        margin: 0;
        font-size: 10px;
        line-height: 13px;
        min-height: 92px;
    }
    .services-wrap .img-responsive{
        width: 40px;
    }
    .services-wrap p{
        margin-bottom: 10px;
    }
    .services-wrap .pull-left {
        margin-top: 8px;
        margin-right: 0;
    }

    /*************************
    *******Top Online******
    **************************/
    .top-online{
        background-position: top center;
        min-height: inherit;
        padding-bottom: 30px;
    }
    .top-online h1{
        padding: 25px 0 10px;
    }
    .top-online h1.mg{
        padding: 25px 0 10px;
    }
    .top-online p{
        font-size: 11px;
    }
    .top-online p.p-mb{
        margin-bottom: 12px;
    }


    /*************************
    *******Players******
    **************************/
    .players{
        padding-bottom: 20px;
    }
    .players h1{
        padding: 25px 0 7px;
    }
    .players-slider .single-slide{
        padding: 20px 20px;
        font-size: 12px;
        line-height: 18px;
    }
    .players-slider .slide-player{
        margin-top: 10px;
    }
    .players-slider .slide-player>img{
        width: 55px!important;
        height: 55px;
        margin-right: 12px;
    }
    .players-slider .slide-player h3{
        font-size: 12px;
        margin-bottom: 5px;
    }
    .players-slider .slide-player p{
        font-size: 12px;
    }
    .players-slider .owl-dots{
        margin: 0;
    }
    .players-slider .owl-dot {
        width: 4px;
        height: 4px;
        margin: 0 8px;
    }
}
