.frameworks {
    text-align: right;
}

.frameworks svg{
    height: 2em;
    width: 2em;
}

.frameworks svg path{
    
    fill: #569cd6;

}

@media (max-width: 560px){
    .header .top-menu ul li a {
        border-radius: 0px !important;
    }
}

.mfp-close {
    background-color: #569cd6 !important;
    border-radius: 100%;
    margin-top: 6px;
    margin-right: 6px;
}

.background.gradient {
    background: linear-gradient(to bottom right, #ffffff 0%, #7e7e7e 100%) !important;
}

.bg-bubbles li {
    background-color: rgb(0 65 119 / 30%) !important;
}

.card-started:after {
    display: none;
}

.preloader, body {
    background: #bfbfbf;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(86 156 214);
    /* -webkit-border-radius: 6px; */
    border-radius: 6px;
}


