.navbar-light .nav-link{
    color:#000!important;
}
.navbar-light .dropdown-toggle::after{
    color:#000!important;
}
.nav-background{
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
/*.nav{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    height: 64px;*/
/*}*/
.nav .menu{
    display: flex;
    align-items: center;
}
.nav .menu .burger{
    display: none;
}
.nav .menu .logo{
    height: 14px;
    width: 111px;
    margin-right: 72px;
    display: flex;
}
.nav .menu .logo img{
    width: 100%;
    height: 100%;
}
.nav .menu .nav-links{
    display: flex;
    align-items: center;
}
.nav .menu .nav-links .nav-link{
    color: #000;
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
    text-decoration: none;
    margin-right: 25px;
}
.nav .menu .nav-links .nav-link:hover{
    color: #5D00F5;
}
.nav .right-content {
    display: flex;
    align-items: center;
}
.eyes{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 8px;
    margin-left: 8px;
    cursor: pointer;
}
.eyes:hover{
    background: #5D00F51A;
}
.eyes:hover svg path{
    fill: #5D00F5;
}
.nav .right-content .language-btn{
    display: flex;
    align-items: center;
    margin-right: 8px;
    padding: 8px 16px;
    border-radius: 20px;
    cursor: pointer;
}
.nav .right-content .language-btn:hover{
    background: #5D00F51A;
}
.nav .right-content .language-btn:hover .language-btn-text{
    color: #5D00F5;
}
.nav .right-content .language-btn:hover .arrow{
    border: solid #5D00F5;
    border-width: 0 1px 1px 0;
}
.nav .right-content .language-btn .language-btn-text{
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
    color: #242424;
    margin-right: 4px;
}
.nav .right-content .language-btn .arrow{
    border: solid #242424;
    border-width: 0 1px 1px 0;
    padding: 2px;
    margin-top: -3px;
    transform: rotate(45deg);
}
.nav .right-content .login button{
    width: 90px;
    height: 40px;
    color: #ffffff;
    border: none;
    background: #5D00F5;
    border-radius: 8px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 16px;
    cursor: pointer;
}
.nav .right-content .login button:hover{
    background: #5B0ADE;
}
.footer_giz{
    background: #000000;
    padding: 56px 0 93px;
}
.footer_giz .footer_giz-content{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    color: #A0A0A0;
}
.footer_giz .footer_giz-content .social-network{
    display: flex;
}
.footer_giz .footer_giz-content .social-network div{
    margin-right: 24px;
}
.hide-text{
    opacity: 0;
}
.footer_giz .footer_giz-content h3 {
    font-weight: 700;
    font-size: 0.938rem;
    line-height: 22px;
    margin-bottom: 20px;
}
.footer_giz .footer_giz-content p{
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 22px;
    margin-bottom: 16px;
}
.footer_giz .footer_giz-content .footer_giz-menu{
    margin: 0px;
    padding: 0px;
}
.footer_giz .footer_giz-content .footer_giz-menu li a{
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 22px;
    margin-bottom: 16px;
}
.footer_giz .footer_giz-content .site-developed{
    display: flex;
    flex-direction: column;
}
.footer_giz .footer_giz-content .site-developed span{
    margin-bottom: 10px;
}
.footer_giz .footer_giz-content .site-developed svg{
    margin-bottom: 32px;
}
@media (max-width: 992px) {
    .eyes{
        display: none;
    }
    .nav{
        height: 50px;
    }
    .nav .menu .nav-links{
        display: none;
    }
    .nav .right-content .eyes{
        display: none;
    }
    .nav .right-content .language-btn{
        display: none;
    }
    .nav .menu .burger{
        width: 26px;
        height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
    }
    .nav .menu .burger .content{
        width: 18px;
        height: 2px;
        background: #5D00F5;
        border-radius: 8px;
        position: relative;
    }
    .nav .menu .burger .content:before,
    .nav .menu .burger .content:after{
        content: "";
        position: absolute;
        width: 18px;
        height: 2px;
        background: #5D00F5;
        border-radius: 8px;
    }
    .nav .menu .burger .content:before{
        top: -6px;
    }
    .nav .menu .burger .content:after{
        bottom: -6px;
    }
    .footer_giz .footer_giz-content{
        grid-template-columns: 1fr;
    }
    .footer_giz .footer_giz-content .hide-text-mobile{
        display: none;
    }
    .footer_giz .footer_giz-content h3{
        color: #ffffff;
    }
    .footer_giz .footer_giz-content>div{
        margin-bottom: 40px;
    }
    .hide-text{
        display: none;
    }
}

.gradeparent {
    overflow: auto;
}

@media (max-width: 768px) {
    .fp-repo-area.col-md-3.pr-2.nav.nav-pills.flex-column {
        height: inherit;
    }
}

@media (max-width: 625px) {
    nav.moremenu.navigation.observed {
        height: inherit;
    }

    .nav{
        height: inherit;
    }
}



