/*--------------------------------------------------------------------- File Name: custom.js ---------------------------------------------------------------------*/ $(function () { "use strict"; /* Preloader -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */ setTimeout(function () { $('.loader_bg').fadeToggle(); }, 1500); });