.welcome-market{
    position: relative;
    background: url(../img/03.jpg);
    background-position:center;
    background-size:cover;
    text-align: center;
    height:700px;
    z-index: 1;
}
.market-icon {
    display: inline-block;
    color: #50616c;
    width: 100px;
    height: 100px;
    line-height: 80px;
    background: #eef2f6;
    border-radius: 50%;
}
.market-btn {
    display: inline-block;
    margin: 0;
    width:220px;
    height: 35px;
    font-size: 12px;
    background: transparent;
    color: #767f86;
    border: 1px solid #d3d6d9;
    border-radius: 3px;
}
.single-market-icon {
    display: inline-block;
    color: #50616c;
    width: 120px;
    height: 120px;
    line-height: 80px;
    background: #eef2f6;
    border-radius: 50%;
}
.single-market-item{
    margin-bottom: 30px;
   
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}