It's very simple, change all HTTP URLs to relative URL like
Before : http://example.com/favicon.ico
After : //example.com/favicon.ico
I checked your site source, possibly there are so many HTTP URLs, and make sure you also check in style.css file there may be internal image in HTTP, also check in JavaScript (hint: Tracking, Live Chat, etc)