.webdesign-features{
    margin-bottom: 10px;
}

.webdesign-features .icon {
    background: none repeat scroll 0 0 #000;
    border-radius: 50%;
    box-shadow: 0 3px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 28px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    transition: background 0.3s ease-out 0s;
    width: 80px;
}
.webdesign-features .media:hover .icon {
    background: none repeat scroll 0 0 #ff6600;
}
.webdesign-features .icon .icon-1 {
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-out 0.2s;
    width: 80px;
}
.webdesign-features .icon .icon-2 {
    opacity: 0;
    position: relative;
    top: -80px;
    transform: scale(2);
    transition: all 0.3s ease-out 0s;
    width: 80px;
}
.webdesign-features .media:hover .icon .icon-1 {
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease-out 0s;
}
.webdesign-features .media:hover .icon .icon-2 {
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-out 0.2s;
}
.webdesign-features .media {
    margin-bottom: 10px;
}
.webdesign-features .media-body p {
    font-size: 16px;
}
.webdesign-features .media h4 {
    transition: color 0.3s ease-out 0s;
    font-size:15px;
    font-weight:bold
}
.webdesign-features .media:hover h4 {
    color: #ff6600;
}

.webdesign-3box .price1,.webdesign-3box .price2,.webdesign-3box .price3{
font-size:15px;
font-weight:bold;
}

.webdesign-3box .price1{
color:#3b84c3
}
.webdesign-3box .price2{
color:#57b257
}

.webdesign-3box .price3{
color:#3ab2d6
}

.view-portfolio{
    background-color: #e9e9e9;
    margin: 20px 0;
    padding: 10px 0;
 }