.card-box {
    position: relative;
    color: #fff;
    padding: 20px 10px 40px;
    margin: 20px 0;
}

.card-box:hover {
    text-decoration: none;
    color: #f1f1f1;
}

.card-box:hover .icon i {
    font-size: 100px;
    transition: 1s;
    -webkit-transition: 1s;
}

.card-box .inner {
    padding: 30px 10px 0 10px;
}

.card-box h3 {
    font-size: 27px;
    font-weight: bold;
    margin: 0 0 8px 0;
    white-space: nowrap;
    padding: 0;
    text-align: left;
}

.card-box p {
    font-size: 15px;
}

.card-box .icon {
    position: absolute;
    top: auto;
    bottom: 5px;
    right: 5px;
    z-index: 0;
    font-size: 72px;
    color: rgba(0, 0, 0, 0.15);
}

.card-box .card-box-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 3px 0;
    color: rgba(255, 255, 255, 0.8);
    width: 100%;
    text-decoration: none;
}

.bg-blue {
    background-color: #00c0ef !important;
}

.bg-green {
    background-color: #00a65a !important;
}

.bg-orange {
    background-color: #f39c12 !important;
}

.bg-red {
    background-color: #df2b00 !important;
}

.circle-radius {
    border-radius: 110px;
    width: 8em;
    height: 8em;
    margin: auto;
}

.no-padding {
    padding: 0;
}

.smooth-radius {
    border-radius: 30px;
}

.radius-left-top {
    border-top-left-radius: 30px;
}

.card-header-radius {
    border-radius: 30px 30px 0 0 !important;
}

.border-top-dashed {
    border-top: 2px #d4dbe2 dashed;
}

.card-footer-radius {
    border-radius: 0 0 30px 30px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.display-5 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
}

.clear-both {
    clear: both;
}
