a {
    color: #0d6efd;
    text-decoration: none;
}

.list-menu {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.list-menu li {
    position: relative;
    margin-bottom: 4px;
}

.list-menu li > a {
    display: block;
    color: #51585e;
    text-decoration: none;
}

.footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}

.sticky-header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    -webkit-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.menu-under {
    margin-top: 40px;
}

.cursor::after {
    content: "|";
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.br-50 {
    border-radius: 50px !important;
}

.section-pagetop {
    padding: 45px 0;
}

.bg-gray {
    background-color: #e5e7ea !important;
}

.navbar-marketing .navbar-nav {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.bg-fixora{
    background: #0063b2 !important;
}

.text-fixora{
    color: #0063b2 !important;
}