Counters not Working in unica template.

Hi,
Can someone help me to solve the counter problem of unica html template which is situated at home page after slider. its not running. or doesnt show the set value.
https://colorlib.com/preview/theme/unica/
Here is the screenshot
in the counter its 80 days but showing 00 days instead.

Hi there,
Thanks for reaching out.
In reference to your query here, please navigate to your theme files under the unica>js>main.js and around line 70, alter the countdown month to for example September. You can for example have the code reading as :

$(".counter").countdown(“2018/09/01”, function(event) {
$(this).html(event.strftime("<div class=‘counter-item’><h4>%D</h4>Days</div>" + “<div class=‘counter-item’><h4>%H</h4>hours</div>” + “<div class=‘counter-item’><h4>%M</h4>Mins</div>” + “<div class=‘counter-item’><h4>%S</h4>secs</div>”));
});

You can however alter the month and date to that of your preference,
I hope this helps.
Best Regards,
Support.