a {
    color: #754ffe;
    text-decoration: none;
}
/* Navbar */
.navbar-light {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(3,0,71,.09);
}
.navbar-light .navbar-brand {
    color: #18113c;
    font-weight: 600;
}
.navbar {
    padding: 0 1rem;
}
.navbar-light .navbar-nav .nav-item .nav-link {
    color: #18113c;
    font-size: 1rem;
    font-weight: 600;
    padding: 1.875rem .85rem;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #754ffe !important;
}
.display-4 {
    font-size: 2.5rem;
}
.lead {
    font-size: 1.125rem;
    font-weight: 400;
}
.btn-success {
    background-color: #19cb98;
    border-color: #19cb98;
    color: #fff;
}
.btn-check:focus + .btn-white, .btn-white, .btn-white:focus, .btn-white:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.shortcut{
    background-color: #f5f4f8;
}
.shorcut-item .card{
    box-shadow: 0 1px 3px rgba(3,0,71,.09);
}
.shorcut-item .card-body {
    flex: 1 1 auto;
    padding: 1.5rem;
}
.shorcut-item .text-truncate-line-2 {
    max-height: 3rem;
    overflow: hidden;
    color: #18113c;
    font-weight: 700;
    line-height: 1.4;
    font-size: .785rem;
    text-transform: uppercase;
}
.shorcut-item .text-inherit {
    color: #18113c;
}
.footer {
    background-color: #f5f4f8;
    color: #5c5776;
}
.footer .copyright{
    border-top: 1px solid #d9d9d9 !important; 
    padding: 1.5rem 0;
}

@media (max-width:480px){
    .display-4{
        font-size: 1.5rem;
    }
    .lead {
        font-size: 1rem;
        font-weight: 400;
    }
}

.section-heading {
    margin-bottom: 80px;
}
.section-heading > h2 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    color: #222;
    margin-bottom: 0;;
    line-height: 1.3;
}
.section-heading > h2::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 120px;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #7c4fe0;
}