.none {
    display: none;
}

/*  Rasmlarga fon qoshish  */

#services .icon-box {
    position: relative;
    background: transparent;
}

#services .background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.5s;
    padding: 20px 0;
}

#services .background.active {
    opacity: 1;
    transition: all 0.5s;
}

#services .background span {
    position: absolute;
    left: 5px;
    bottom: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    margin: 3px;
}

#services .background span:nth-child(2) {
    position: absolute;
    left: 5px;
    bottom: 2px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    margin: 3px;
}

#services .background .fa-calendar-day {
    position: absolute;
    left: 10px;
    bottom: 13px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}