#counter {
    background: url(../img/count-bg.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.my_count{
	padding: 30px 15px;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: 0px 9px 16px 0px rgba(225, 225, 225, 0.004);
    text-align: center;
    position: relative;

}
.my_count span{
		color:#fff !important;
}
.my_count h5{
		color:#fff;
}
#about {
    background: url(../img/count-bg.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.bg-feature{
	padding:50px 0px;
}
.progress-box {
    margin-bottom: 20px;
}
section#portfolios {
    padding: 50px 0px;
}
.gallery_product {
    margin-top: 10px;
}