.inner-shadow {
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}

.d-flex {
    display: flex;
}

.show_all {
    display: inline-block;
}

.align-center {
    align-items: center;
}

.container-fluid.statistics {
    background: #337ab7;
}

.stat-info {
    margin-bottom: 32px;
    overflow-wrap: break-word;
}

.stat-info h1 {
    font-size: 60px;
}

.event-description span {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .section-header-cpd {
        margin-left: 2%;
    }

    .stat-info {
        margin-bottom: 0px;
    }

    .stat-info h1 {
        font-size: 30px;
    }
}

.category {
    opacity: 1;
    text-align: center;
}

.category>a {
    color: #FFF;
    display: block;
    padding: 22px;
    font-size: 1.1em;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.category>a:focus,
.category>a:hover {
    color: #FFF;
    text-decoration: none;
}

.category>ul {
    width: 100%;
}

#page-home-category {
    margin-top: 3%;
    background: white;
}

.dropdown-border {
    border-bottom: 1px solid #dddddd;
}