@azi_111
Pay more attention to your code, I believe this could be fixed also by person with 0 knowledge, especially if you also checked your source code after change....
Change this:
osc_enqueue_style('font-awesome', osc_current_web_theme_url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'));
Into:
osc_enqueue_style('font-awesome', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');