}
/*حجم اللوقو*/
.logo-light {
    size: 200px;
}

/*أيقونة البحث + تسجيل الدخول + الجرس*/
.sicon-search:before {
    content:  "\ef09";
     font-size: 20px;
    color: darkblue;
}
.sicon-user:before {
    content: "\f078";
    font-size: 20px;
    color: darkblue;
}
.sicon-bell:before {
    font-size: 15px;
    color: #78705c;
     width: 100px;
}