/* Other website css written here */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px !important;
    z-index: 1000;
    transition: all 1s ease-out;
}
 

.wcolor{
    color:#fff;
}

.bcolor{
    color:#000;
}
