Contents will be displayed here...

We have received your website requirements. Our team will contact you within 8 business hours for more details
BACK TO HOME
$(function(){ setTimeout(function () { fillFormBasicInfoFields(); }, 2000); });
$(function () {
$(document).scroll(function () {
var $nav = $(".navbar-fixed-top");
$nav.toggleClass('scrolled', $(this).scrollTop() > $nav.height());
});
});
$("a.smooth_scroll[href^='#']").on("click",function (e) {
var target = this.hash, $target = $(target)
;
$("html, body").stop().animate({
"scrollTop": $target.offset().top-70
}, 900, "swing", function () {
window.location.hash = target;
});
}); $(document).ready(function(){
$("#OpenForm").click(function(){
$(".callback_form_area").animate({
width: "toggle"
});
$("#blackback").toggle();
});
$(".closeform").click(function(){$(".callback_form_area").animate({
width: "toggle"
}); $("#blackback").toggle(); });
});
$(function(){ industries_portfolio(); fetch_websites_templates_NEW(0, '#home', 3); fetch_economy_websites_temps(0, '#wrap_carousel'); fetch_premium_websites_temps('#3d-1');});