/**
 * @tableofcontents
 *
 * 1. Stats small Widget
 */

/* @section 1. Stats small Widget */
.wt-stats2-sm_wrap{
    background: #0e124f;
    padding: 85px 0 0;
}

.wt-stats2-sm_art{
    text-align: center;
    margin-bottom: 20px;
}

.wt-stats2-sm_art h2 {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    margin-top: 0;
}

.wt-stats2-sm_art p {
    font-size: 20px;
    color: #fff;
}

.wt-stats2-sm-box {
    background: #1f235b;
    position: relative;
    padding: 90px 15px 40px;
    text-align: center;
    margin-top: 60px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 8px;
    box-shadow: 2px 4px 8px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 4px 8px rgba(0,0,0,0.15);
    -webkit-box-shadow: 2px 4px 8px rgba(0,0,0,0.15);
    -ms-box-shadow: 2px 4px 8px rgba(0,0,0,0.15);
    -o-box-shadow: 2px 4px 8px rgba(0,0,0,0.15);
}

.wt-stats2-box-img
{
    position: absolute;
    top: -45px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

.wt-stats2-box-img img
{
    width: 90px;
    height: 90px;
    display: inline-block;
}

.wt-stats2-box-strp
{
    width: 70px;
    height: 8px;
    background-color: #fff;
    border-radius: 9px;
    margin: 0 auto;
}
.wt-stats2-box-strp.animate
{
    animation-name: stripe_width;
    animation-duration: 2.5s;
}


@keyframes stripe_width
{
    0% {width: 0;}
    100% {width: 70px;}
}

.wt-stats2-sm-box-1 .wt-stats2-box-strp
{
    background-color: #39dcb1;
}

.wt-stats2-sm-box-2 .wt-stats2-box-strp
{
    background-color: #2e39bf;
}

.wt-stats2-sm-box-3 .wt-stats2-box-strp
{
    background-color: #b764d8;
}

.wt-stats2-sm-box-4 .wt-stats2-box-strp
{
    background-color: #feb155;
}

.wt-stats2-sm-box strong{
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}

.wt-stats2-sm-box p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}

.wt-stats2-sm-box-1 strong:after,
.wt-stats2-sm-box-2 strong:after,
.wt-stats2-sm-box-4 strong:after
{
    content: "%";
}

/* @reset styling for medium screen size */
@media (max-width: 1200px) {
    .wt-stats2-sm-box strong{
        font-size: 36px !important;
    }
}

/* @reset styling for medium screen size */
@media (max-width: 992px) {
    .wt-stats2-sm_wrap
    {
        padding-top: 50px;
    }

    /* Stats small Widget*/
    .wt-stats2-sm_art h2 {
        font-size: 28px;
    }

    .wt-stats2-sm_art p {
        font-size: 16px;
    }
    
    .wt-stats2-sm-box p
    {
        font-size: 14px;
    }

    .wt-stats2-box-img img
    {
        width: 70px;
        height: 70px;
    }

    .wt-stats2-box-img
    {
        top: -35px;
    }

    /* .wt-stats2-sm-box
    {
        min-height: 277px;
    } */

}
@media (max-width: 767px) {
    /* Stats small Widget*/
    .wt-stats2-sm_wrap {
        width: 100%;
        margin: 0 auto 0 auto;
        padding: 40px 0 30px 0;
    }

    .wt-stats2-sm-box
    {
        padding-top: 60px;
    }

    .wt-stats2-sm_art{
        margin-bottom: 20px;
    }

}


/* @reset styling for iPhone screen size */

@media (max-width: 500px) {

    /*Stats small Widget*/
    .wt-stats2-sm_art h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .wt-stats2-sm-box-wrap
    {
        width: 100%;
    }
}