
.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.stats-box {
    max-width: 220px;
    margin: 0 auto;
}

.serial-box {
    max-width: 193px;
    border-radius: 5px;
    height: 170px;
    background: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    transition: ease-in-out 0.3s;
}

    .serial-box:hover {
        background: #fafff1;
        -webkit-box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9);
        box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9);
    }

    .serial-box i {
        color: #24c1dd;
        font-size: 40px;
        transform: translateY(0);
        transition: ease-in-out 0.3s;
    }

    .serial-box:hover i {
        transform: translateY(-10px);
    }

    .serial-box p {
        font-size: 30px;
        color: #666666;
        transition: ease-in-out 0.3s;
    }

    .serial-box h6 {
        color: #828282;
        transition: ease-in-out 0.3s;
        font-weight: 300;
        font-size: 13px;
        line-height: 20px;
    }

    .serial-box:hover i, .serial-box:hover p, .serial-box:hover h6 {
        color: #056839;
        transition: ease-in-out 0.3s;
    }







.ti-awareness:before {
    content: url(../images/icons/awareness.png);
}

.ti-liasoning:before {
    content: url('../images/icons/liasoning.png');
}

.ti-market-updates:before {
    content: url('../images/icons/market-updates.png');
}

.ti-networking:before {
    content: url('../images/icons/networking.png');
}

.ti-policy-updates:before {
    content: url('../images/icons/policy-updates.png');
}

.ti-promote:before {
    content: url('../images/icons/promote.png');
}




.serial-box:hover .ti-awareness:before {
    content: url(../images/icons/awareness-hover.png);
}

.serial-box:hover .ti-liasoning:before {
    content: url('../images/icons/liasoning-hover.png');
}

.serial-box:hover .ti-market-updates:before {
    content: url('../images/icons/market-updates-hover.png');
}

.serial-box:hover .ti-networking:before {
    content: url('../images/icons/networking-hover.png');
}

.serial-box:hover .ti-policy-updates:before {
    content: url('../images/icons/policy-updates-hover.png');
}

.serial-box:hover.serial-box:hover .ti-promote:before {
    content: url('../images/icons/promote-hover.png');
}

.stats-box {
    max-width: 100%;
    padding: 10px;
}

.serial-box {
    max-width: 100%;
    border-radius: 5px;
    height: 250px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    padding: 5px 15px;
    visibility:visible!important;
}

    .serial-box i {
        transform: translateY(0);
        font-size: 40px;
        transition: ease-in-out 0.3s;
        line-height: 1;
    }

    .serial-box:hover i {
        transform: translateY(-10px);
    }

    .serial-box:hover p {
        transform: translateY(-5px);
    }

    .serial-box p {
        font-size: 20px;
        color: #222;
        margin: 5px auto 5px;
        font-weight: 400;
    }
