Well, first welcome to our site !
Next, this is a code assistance site. You did not show us any code. What error messages are you receiving?
Lastly, when you create a website, you need to know about coding. Unless you use a fully installed Wordpress or other type of platform system. In your system, which loads if you wait a long time, you are loading invalid libraries. Items such as fonts from other sites. In your case, you can not do that as the items are owned by the other site. You need to copy them to your own site and rewrite the links to them so that they are loaded from your own site. Here are a few of the errors to start you off fixing them.
Wordpress system and most likely you installed things manually instead of using the correct WP plugins.
Fonts loaded from “gstatic.com” which your server does not allow, at least the way you are doing it.
Google Maps Developer mode level mapping system without the correct library links set up.
About 100+ .CSS and .LESS errors from many different CSS/LESS files.
It appears that this is a combined Wordpress and Bootstrap site with tons of plugins and add-ons.
I suspect you do not know how to debug a website. First step would be to use either Firefox or Google Chrome and right-click on your page when you first load it and select INSPECT. Then, in the developers tabs that pop-up, select CONSOLE and look at all the errors. Attempt to fix them one by one. Each error is caused by a different problem with your website.
Hope this gets you started. Lots of fixes to do. Let us know how you progress and maybe we can help with further questions…