.funfacts {
    background-size: cover;
    background-attachment: fixed;
    color: #fff;

}

.funfacts .funfacts-bg {
    width: 100%;
    background-image: url(../images/lead_bj.png);
}

.funfacts .funfact {
    font-family: "Oswald";
    height: 300px;
    margin: 50px auto;
    text-align: center;
    color: #fff;
    background-image: url(../images/qipao.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.funfacts .funfact .st-funfact-icon {
    font-size: 42px;
    line-height: 90px;
}

.funfacts .funfact .st-funfact-counter {
    font-size: 48px;
    padding-top: 110px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 48px;
    letter-spacing: 3px;
}

.funfacts .funfact .funfact-title {
    font-size: 24px;
    display: block;
    line-height: 48px;
    letter-spacing: 1px;
    font-weight: 300;
    margin-top: 24px;

}

.funfacts .funfact:after {
    content: '';
    display: block;
    width: 44px;
    height: 2px;
    background-color: #48deff;
    margin: 0 auto;
}

figure.css-hover-effect {
    background: #1899da;
    background: -moz-linear-gradient(45deg, #0d9de6 60%, #0d9de6 91%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(42%, #0d9de6), color-stop(88%, #0d9de6));
    background: -webkit-linear-gradient(45deg, #0d9de6 60%, #0d9de6 91%);
    background: -o-linear-gradient(45deg, #0d9de6 60%, #0d9de6 91%);
    background: -ms-linear-gradient(45deg, #0d9de6 60%, #0d9de6 91%);
    background: linear-gradient(45deg, #0d9de6 60%, #0d9de6 91%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d9de6', endColorstr='#0d9de6', GradientType=1);
    position: relative;
    overflow: hidden;
}

.portfolio-item b {
    font-weight: 700;
    display: block;
    width: 60px;
    height: 2px;
    background: #cbe3ff;
    position: absolute;
    right: 0%;
    top: 53%;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

figure.css-hover-effect img {
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    -moz-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.css-hover-effect:hover img {
    opacity: 0.2;
}

figure.css-hover-effect:hover b {
    opacity: 1;
}

.grid .color1 {
    background: rgba(243, 26, 225, 0.6);
}

.grid .color2{
    background: rgba(164, 12, 239, 0.6);
}

.grid .color3{
    background: rgba(102, 170, 255, .9);
}

.grid .color4 {
    background: rgba(241, 185, 107, .8);
}

