.logoP{
    display: block !important;
}
.logoB, logoB2 {
    display: none !important;
}
.start-header.start-style .logoB2 {
    display: none !important;
}
.nav-link {
    color: #282828 !important;
}
body .txtMenu.text-white {
    color: #000 !important;
}

.menu-icon__line {
    background-color: #000 !important;
}
.navbar-light .navbar-toggler-icon {
    border-bottom: 1px solid #282828;
}
     .navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before {
        background: #282828 !important;
    }
.txt-icon{
    color: #282828 !important;
}

/*@media screen and (max-width:992px){
    .start-style .logoP {
        display: none !important;
    }

    .start-style .logoB {
        display: block !important;
    }
    .start-style .navbar-light .navbar-toggler-icon {
        border-bottom: 1px solid #fff !important;
    }

        .start-style .navbar-light .navbar-toggler-icon:after, .start-style .navbar-light .navbar-toggler-icon:before {
            background: #fff !important;
        }

    .start-style .txt-icon {
        color: #fff !important;
    }
}*/