body{
    height: 100%;
    overflow: auto;
    background: url("../img/bg.jpg") no-repeat;
    background-size: 100% 100%;
    
}

.wrapper{
    padding:30px 0px;
}
.item-menu{
    min-height: 300px;
    background: #fff;
    -webkit-box-shadow: 6px 7px 16px -5px rgba(107,107,107,1);
    -moz-box-shadow: 6px 7px 16px -5px rgba(107,107,107,1);
    box-shadow: 6px 7px 16px -5px rgba(107,107,107,1);
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color :#333;
    display: block;
    margin-bottom:30px;
}
.item-menu:hover{
    text-decoration: none;
}
.item-menu .logo{
    height: 200px;
    line-height: 200px;
}

.item-menu .logo img{
    max-width: 100%;
}
.item-menu h3,.item-menu h4{
    margin:0px;
}