/* Add here all your CSS customizations */

.top-menu{
    position: fixed;
    top: 0px;
    background-color: #fff!important;
    color: #de3030;
}

@media (min-width: 992px){
#header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a, #header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a {
    color: #df5858;
}
}

.custom-position-1 {
    position: relative;
    margin-top: -177px;
    background-color: #257907ba;
    /* color: #fff; */
}

html .text-color-primary, html .text-primary {
    color: #fdfffd !important;
}

html .btn-outline.btn-primary {
    color: #eef4f2;
    background-color: #ff0031;
    background-image: none;
    border-color: #4dbb6d;
}

.title{
    color: rgb(81 81 233);
}

.team-item .team-infos .team-member-desc {
    display: block;
    color: #777;
    font-size: 0.8em;
}

/* html .text-color-dark, html .text-dark {
    color: #212529 !important;
    font-size: 0.9em!important;
    color: rgb(81 81 233)!important;
} */

html .bg-color-quaternary, html .bg-quaternary {
    background-color: #37375d !important;
}

.custom-page-header {
    padding: 60px 0 35px !important;
}

.cover-img{
    width: 100%;
    /* height: 150px; */
    object-fit: cover;
}
