IDP Site is not Re-Directing From Service Provider

Iam trying to Initiate SSO from service provider, but it is not redirecting to the IDP site.
Please see the attached log file.

The log shows a redirect to ADFS with the SAML authn request.
If you’re not seeing the ADFS login page or an ADFS error in the browser, please ensure your application code is not overriding the 302 redirect being returned in the HTTP response.
For example, if after the call to SAMLServiceProvider.InitiateSSO you write to the HTTP response (eg return a 200 status) this will replace the 302.

[quote]
ComponentSpace - 12/3/2018
The log shows a redirect to ADFS with the SAML authn request.
If you're not seeing the ADFS login page or an ADFS error in the browser, please ensure your application code is not overriding the 302 redirect being returned in the HTTP response.
For example, if after the call to SAMLServiceProvider.InitiateSSO you write to the HTTP response (eg return a 200 status) this will replace the 302.
[/quote]

Iam getting below error

Is the style.css that’s getting a 404 error part of your SP application?
I don’t see anything in the network traffic that looks like a SAML request being sent to the ADFS server.