/* ====statistics==== */
.statistics{
    max-width: 100%;
    display: block
}
.statis-box{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    float: left;
    width: 25%;
    background: #75B027;
    text-align: center;
    padding: 0px 15px;
    min-height: 231px;
}
.statis-inner{}
.statis-box.membership{
    background: url('/template/1614313d/images/statistics1.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.statis-box.devaward{
    background: url('/template/1614313d/images/statistics2.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.statis-box h3{
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    padding: 0px 0 17px 0;
}

/** **/
.widget-snippet .btn-trans-border{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border: 3px solid #fff;
    background: transparent;
    text-align: center;
    padding: 10px 34px;
    display: inline-block;
}
.widget-snippet .btn-trans-border i{
    margin-left: 5px;
    color:#fff;
}
.widget-snippet .btn-trans-border:hover{
    background: #fff;
    color: #75B027;
    text-decoration:none;
}
.widget-snippet .btn-trans-border:hover i{
   color:#75B027;
}
