.logo:not(.logo-w) a{
    color: white;
}
.logo a{
    font-weight: 700;
}
.hero-slider-one .item{
    background: black;
}
.hero-slider-one .item .hero-img{
    opacity: 0.5;
}
.btnfleex{
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 15px;
}
.btnfleex img{
    display: block;
    width: 25px;
    margin-bottom: -4px;
}
.footer-logo{
    color: white;
    font-weight: 700;
}
@media screen and (min-width: 1025px){
    .logo a{
        font-size: 22px;
    }
}
.team-details .bg-wrapper table tr td{
    padding: 13px 0;
    vertical-align: top;
}