.circle-hover:hover {
    background-color: #FBB03B !important;
    transition-duration: .2s;
}

.grid li:hover .dwn-block {
    background-color: #344369;
}
.hover-anim:hover .dwn-block {
    background:#344369;
    color:#fff;
}
.grid figure img {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.no-touch .cs-style-1 figure:hover img,
.cs-style-1 figure.cs-hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.grid figure {
    overflow:hidden;
}
.review-block p {
    color:rgb(255,255,255) !important;
}
