Shadow-Here


Server : Apache/2.4.41 (Ubuntu)
System : Linux cls 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User : iscuser ( 1001)
PHP Version : 7.4.12
Disable Function : shell_exec,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Directory :  /var/www/html/ideaworldwide/idea-worldwide.com/www/assets/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :
Current File : /var/www/html/ideaworldwide/idea-worldwide.com/www/assets/js/custom.js
jQuery(document).on('ready', function() {
    'use strict';
    var windowWidht = $(window).width();
    if (windowWidht > 991) {
        $('.has-sub-menu').each(function() {
            $(this).removeClass('mobile');
            $(this).hover(function() {
                $(this).children("ul.sub-menu").slideDown()
            }, function() {
                $(this).children("ul.sub-menu").slideUp()
            })
        })
    } else {
        $('.has-sub-menu').each(function() {
            $(this).addClass('mobile');
            $(this).on('click', '>.sub-trigger', function() {
                $(this).parent().toggleClass('sub-open');
                $(this).parent().children("ul.sub-menu").slideToggle()
            })
        })
    }
    $(".navbar-toggle").on("click", function() {
        $(this).toggleClass("active");
        $('.right-section').toggleClass("selected")
    });
    $('.serviceSkils').waypoint(function(direction) {
        $('.progress-bar').each(function() {
            var barWidth = $(this).data('progress-value');
            $(this).css({
                'height': '100%',
                'width': barWidth
            })
        })
    });
    jQuery(window).on("load resize", function(e) {
        var windowWidth = $(window).width();
        var $container = $('.isotope'),
            colWidth = function() {
                var w = $container.width(),
                    columnNum = 1,
                    columnWidth = 0;
                if (w > 1040) {
                    columnNum = 5
                } else if (w > 850) {
                    columnNum = 5
                } else if (w > 768) {
                    columnNum = 1
                } else if (w > 480) {
                    columnNum = 1
                } else if (w > 300) {
                    columnNum = 1
                }
                columnWidth = Math.floor(w / columnNum);
                $container.find('.itemt').each(function() {
                    var $item = $(this),
                        width = columnWidth - 5,
                        height = columnWidth * 0.68 + 2;
                    $item.css({
                        width: width,
                        height: height
                    })
                });
                $container.find('.height3').each(function() {
                    var $item = $(this),
                        width = columnWidth - 5,
                        height = columnWidth * 2.04;
                    $item.css({
                        width: width,
                        height: height
                    })
                });
                $container.find('.width2.height2').each(function() {
                    var $item = $(this);
                    if (windowWidth > 800) {
                        $item.css({
                            width: columnWidth * 2 - 5,
                            height: columnWidth * 1.36 + 2
                        })
                    }
                });
                return columnWidth
            },
            isotope = function() {
                $container.isotope({
                    resizable: !0,
                    itemSelector: '.itemt',
                    masonry: {
                        columnWidth: colWidth(),
                        layoutMode: 'fitRows',
                        gutterWidth: 10
                    }
                })
            };
        isotope();
        $('.isotope-filters').on('click', 'button', function() {
            var filterValue = $(this).attr('data-filter');
            $container.isotope({
                filter: filterValue
            })
        });
        $('.isotope-filters').each(function(i, buttonGroup) {
            var $buttonGroup = $(buttonGroup);
            $buttonGroup.on('click', 'button', function() {
                $buttonGroup.find('.active').removeClass('active');
                $(this).addClass('active')
            })
        })
    });
    jQuery(window).on("load resize", function(e) {
        var $container = $('.isotope2'),
            colWidth = function() {
                var w = $container.width(),
                    columnNum = 1,
                    columnWidth = 0;
                if (w > 1040) {
                    columnNum = 8
                } else if (w > 850) {
                    columnNum = 8
                } else if (w > 768) {
                    columnNum = 1
                } else if (w > 480) {
                    columnNum = 1
                } else if (w > 300) {
                    columnNum = 1
                }
                columnWidth = Math.floor(w / columnNum);
                $container.find('.itemt').each(function() {
                    var $item = $(this),
                        width = columnWidth - 0,
                        height = columnWidth * 0.60 + 2;
                    $item.css({
                        width: width,
                        height: height
                    })
                });
                $container.find('.height3').each(function() {
                    var $item = $(this),
                        width = columnWidth - 5,
                        height = columnWidth * 2.04;
                    $item.css({
                        width: width,
                        height: height
                    })
                });
                $container.find('.width2.height2').each(function() {
                    var $item = $(this),
                        width = columnWidth * 2 - 5,
                        height = columnWidth * 1.36 + 2;
                    $item.css({
                        width: width,
                        height: height
                    })
                });
                return columnWidth
            },
            isotope = function() {
                $container.isotope({
                    resizable: !0,
                    itemSelector: '.itemt',
                    masonry: {
                        columnWidth: colWidth(),
                        layoutMode: 'fitRows',
                        gutterWidth: 10
                    }
                })
            };
        isotope();
        $('.isotope-filters').on('click', 'button', function() {
            var filterValue = $(this).attr('data-filter');
            $container.isotope({
                filter: filterValue
            })
        });
        $('.isotope-filters').each(function(i, buttonGroup) {
            var $buttonGroup = $(buttonGroup);
            $buttonGroup.on('click', 'button', function() {
                $buttonGroup.find('.active').removeClass('active');
                $(this).addClass('active')
            })
        })
    });
    jQuery(window).on("load resize", function(e) {
        var $container = $('.isotope3'),
            colWidth = function() {
                var w = $container.width(),
                    columnNum = 1,
                    columnWidth = 0;
                if (w > 1040) {
                    columnNum = 5
                } else if (w > 850) {
                    columnNum = 4
                } else if (w > 768) {
                    columnNum = 2
                } else if (w > 480) {
                    columnNum = 2
                } else if (w > 300) {
                    columnNum = 1
                }
                columnWidth = Math.floor(w / columnNum);
                $container.find('.itemt').each(function() {
                    var $item = $(this),
                        width = columnWidth,
                        height = columnWidth * 0.679;
                    $item.css({
                        width: width,
                        height: height
                    })
                });
                return columnWidth
            },
            isotope = function() {
                $container.isotope({
                    resizable: !0,
                    itemSelector: '.itemt',
                    masonry: {
                        columnWidth: colWidth(),
                        gutterWidth: 10
                    }
                })
            };
        isotope();
        $('.isotope-filters').on('click', 'button', function() {
            var filterValue = $(this).attr('data-filter');
            $container.isotope({
                filter: filterValue
            })
        });
        $('.isotope-filters').each(function(i, buttonGroup) {
            var $buttonGroup = $(buttonGroup);
            $buttonGroup.on('click', 'button', function() {
                $buttonGroup.find('.active').removeClass('active');
                $(this).addClass('active')
            })
        })
    });
    jQuery(window).on("load resize", function(e) {
        var windowWidth = $(window).width();
        var $container = $('#isotope5'),
            colWidth = function() {
                var w = $container.width(),
                    columnNum = 1,
                    columnWidth = 0;
                if (w > 1020) {
                    columnNum = 5
                } else if (w > 850) {
                    columnNum = 1
                } else if (w > 768) {
                    columnNum = 1
                } else if (w > 480) {
                    columnNum = 1
                } else if (w > 300) {
                    columnNum = 1
                }
                columnWidth = Math.floor(w / columnNum);
                $container.find('.itemt').each(function() {
                    var $item = $(this),
                        width = columnWidth - 30,
                        height = columnWidth - 90;
                    $item.css({
                        width: width,
                        height: height
                    });
                    if (windowWidth <= 1020) {
                        $item.css({
                            width: windowWidth,
                            height: windowWidth - 180
                        })
                    }
                });
                $container.find('.width2.height2').each(function() {
                    var $item = $(this),
                        width = columnWidth * 2 - 30,
                        height = columnWidth * 1.467 + 10;
                    $item.css({
                        width: width,
                        height: height
                    });
                    if (windowWidth <= 1020) {
                        $item.css({
                            width: windowWidth,
                            height: windowWidth - 160
                        })
                    }
                });
                $container.find('.width2.height1').each(function() {
                    var $item = $(this),
                        width = columnWidth * 2 - 30,
                        height = columnWidth * 0.732;
                    $item.css({
                        width: width,
                        height: height
                    });
                    if (windowWidth <= 1020) {
                        $item.css({
                            width: windowWidth,
                            height: windowWidth - 470
                        })
                    }
                });
                $container.find('.width3.height2').each(function() {
                    var $item = $(this),
                        width = columnWidth * 3 - 30,
                        height = columnWidth * 1.447 + 10;
                    $item.css({
                        width: width,
                        height: height
                    });
                    if (windowWidth <= 1020) {
                        $item.css({
                            width: windowWidth,
                            height: windowWidth - 360
                        })
                    }
                });
                return columnWidth
            },
            isotope = function() {
                $container.isotope({
                    resizable: !0,
                    itemSelector: '.itemt',
                    masonry: {
                        columnWidth: colWidth(),
                        gutterWidth: 10
                    }
                })
            };
        isotope();
        $('.isotope-filters').on('click', 'button', function() {
            var filterValue = $(this).attr('data-filter');
            $container.isotope({
                filter: filterValue
            })
        });
        $('.isotope-filters').each(function(i, buttonGroup) {
            var $buttonGroup = $(buttonGroup);
            $buttonGroup.on('click', 'button', function() {
                $buttonGroup.find('.active').removeClass('active');
                $(this).addClass('active')
            })
        })
    });
    jQuery(window).on("load resize", function(e) {
        var $container = $('#isotope6'),
            colWidth = function() {
                var w = $container.width(),
                    columnNum = 1,
                    columnWidth = 0;
                if (w > 1040) {
                    columnNum = 5
                } else if (w > 850) {
                    columnNum = 4
                } else if (w > 768) {
                    columnNum = 1
                } else if (w > 480) {
                    columnNum = 2
                } else if (w > 300) {
                    columnNum = 1
                }
                columnWidth = Math.floor(w / columnNum);
                $container.find('.itemt').each(function() {
                    var $item = $(this),
                        width = columnWidth - 30,
                        height = columnWidth * 0.723 + 9;
                    $item.css({
                        width: width,
                        height: height
                    })
                });
                return columnWidth
            },
            isotope = function() {
                $container.isotope({
                    resizable: !0,
                    itemSelector: '.itemt',
                    masonry: {
                        columnWidth: colWidth(),
                        gutterWidth: 10
                    }
                })
            };
        isotope();
        $('.isotope-filters').on('click', 'button', function() {
            var filterValue = $(this).attr('data-filter');
            $container.isotope({
                filter: filterValue
            })
        });
        $('.isotope-filters').each(function(i, buttonGroup) {
            var $buttonGroup = $(buttonGroup);
            $buttonGroup.on('click', 'button', function() {
                $buttonGroup.find('.active').removeClass('active');
                $(this).addClass('active')
            })
        })
    });
    jQuery(window).on("load resize", function(e) {
        var windowWidth = $(window).width();
        var $container = $('#isotope7'),
            colWidth = function() {
                var w = $container.width(),
                    columnNum = 1,
                    columnWidth = 0;
                if (w > 1040) {
                    columnNum = 5
                } else if (w > 850) {
                    columnNum = 4
                } else if (w > 768) {
                    columnNum = 2
                } else if (w > 480) {
                    columnNum = 2
                } else if (w > 300) {
                    columnNum = 1
                }
                columnWidth = Math.floor(w / columnNum);
                $container.find('.itemt').each(function() {
                    var $item = $(this),
                        width = columnWidth,
                        height = columnWidth * 0.676;
                    $item.css({
                        width: width,
                        height: height
                    })
                });
                $container.find('.height2').each(function() {
                    var $item = $(this),
                        width = columnWidth,
                        height = columnWidth * 1.35;
                    $item.css({
                        width: width,
                        height: height
                    })
                });
                $container.find('.width2.height2').each(function() {
                    var $item = $(this),
                        width = columnWidth * 2,
                        height = columnWidth * 1.35;
                    $item.css({
                        width: width,
                        height: height
                    });
                    if (windowWidth <= 1020) {
                        $item.css({
                            width: windowWidth,
                            height: windowWidth - (windowWidth / 2)
                        })
                    }
                });
                return columnWidth
            },
            isotope = function() {
                $container.isotope({
                    resizable: !0,
                    itemSelector: '.itemt',
                    masonry: {
                        columnWidth: colWidth(),
                        gutterWidth: 10
                    }
                })
            };
        isotope();
        $('.isotope-filters').on('click', 'button', function() {
            var filterValue = $(this).attr('data-filter');
            $container.isotope({
                filter: filterValue
            })
        });
        $('.isotope-filters').each(function(i, buttonGroup) {
            var $buttonGroup = $(buttonGroup);
            $buttonGroup.on('click', 'button', function() {
                $buttonGroup.find('.active').removeClass('active');
                $(this).addClass('active')
            })
        })
    });
    jQuery(window).on("load resize", function(e) {
        var $container = $('#isotope8'),
            colWidth = function() {
                var w = $container.width(),
                    columnNum = 1,
                    columnWidth = 0;
                if (w > 1040) {
                    columnNum = 8
                } else if (w > 850) {
                    columnNum = 4
                } else if (w > 768) {
                    columnNum = 2
                } else if (w > 480) {
                    columnNum = 2
                } else if (w > 300) {
                    columnNum = 1
                }
                columnWidth = Math.floor(w / columnNum);
                $container.find('.itemt').each(function() {
                    var $item = $(this),
                        width = columnWidth,
                        height = columnWidth * 0.576;
                    $item.css({
                        width: width,
                        height: height
                    })
                });
                return columnWidth
            },
            isotope = function() {
                $container.isotope({
                    resizable: !0,
                    itemSelector: '.itemt',
                    masonry: {
                        columnWidth: colWidth(),
                        gutterWidth: 10
                    }
                })
            };
        isotope();
        $('.isotope-filters').on('click', 'button', function() {
            var filterValue = $(this).attr('data-filter');
            $container.isotope({
                filter: filterValue
            })
        });
        $('.isotope-filters').each(function(i, buttonGroup) {
            var $buttonGroup = $(buttonGroup);
            $buttonGroup.on('click', 'button', function() {
                $buttonGroup.find('.active').removeClass('active');
                $(this).addClass('active')
            })
        })
    });
    jQuery(window).on("load resize", function(e) {
        var $container = $('#isotope9'),
            colWidth = function() {
                var w = $container.width(),
                    columnNum = 1,
                    columnWidth = 0;
                if (w > 1040) {
                    columnNum = 5
                } else if (w > 850) {
                    columnNum = 4
                } else if (w > 768) {
                    columnNum = 2
                } else if (w > 480) {
                    columnNum = 2
                } else if (w > 300) {
                    columnNum = 1
                }
                columnWidth = Math.floor(w / columnNum);
                $container.find('.itemt').each(function() {
                    var $item = $(this),
                        width = columnWidth,
                        height = columnWidth * 0.723;
                    $item.css({
                        width: width,
                        height: height
                    })
                });
                return columnWidth
            },
            isotope = function() {
                $container.isotope({
                    resizable: !0,
                    itemSelector: '.itemt',
                    masonry: {
                        columnWidth: colWidth(),
                        gutterWidth: 10
                    }
                })
            };
        isotope();
        $('.isotope-filters').on('click', 'button', function() {
            var filterValue = $(this).attr('data-filter');
            $container.isotope({
                filter: filterValue
            })
        });
        $('.isotope-filters').each(function(i, buttonGroup) {
            var $buttonGroup = $(buttonGroup);
            $buttonGroup.on('click', 'button', function() {
                $buttonGroup.find('.active').removeClass('active');
                $(this).addClass('active')
            })
        })
    });
    $('.highlights-area').waypoint(function(direction) {
        $('.count').countTo({
            speed: 1000
        });
        this.destroy()
    }, {
        offset: 'bottom-in-view'
    });
    var api = $('#rev_slider_420').revolution({
        dottedOverlay: "none",
        delay: 10000,
        startheight: 400,
        hideThumbs: 10,
        thumbWidth: 100,
        thumbHeight: 50,
        thumbAmount: 3,
        simplifyAll: "off",
        navigationType: "bullet",
        navigationArrows: "solo",
        navigationStyle: "round",
        touchenabled: "on",
        onHoverStop: "on",
        nextSlideOnWindowFocus: "off",
        swipe_threshold: 75,
        swipe_min_touches: 1,
        drag_block_vertical: !1,
        keyboardNavigation: "off",
        navigationHAlign: "center",
        navigationVAlign: "bottom",
        navigationHOffset: 0,
        navigationVOffset: 20,
        soloArrowLeftHalign: "left",
        soloArrowLeftValign: "center",
        soloArrowLeftHOffset: 20,
        soloArrowLeftVOffset: 0,
        soloArrowRightHalign: "right",
        soloArrowRightValign: "center",
        soloArrowRightHOffset: 20,
        soloArrowRightVOffset: 0,
        shadow: 0,
        fullWidth: "off",
        fullScreen: "off",
        spinner: "spinner2",
        lazyType: "single",
        stopLoop: "off",
        stopAfterLoops: -1,
        stopAtSlide: -1,
        shuffle: "off",
        autoHeight: "off",
        forceFullWidth: "off",
        hideThumbsOnMobile: "off",
        hideNavDelayOnMobile: 1500,
        hideBulletsOnMobile: "off",
        hideArrowsOnMobile: "off",
        hideThumbsUnderResolution: 0,
        hideSliderAtLimit: 0,
        hideCaptionAtLimit: 0,
        hideAllCaptionAtLilmit: 0,
        startWithSlide: 0
    });
    api.bind("revolution.slide.onloaded", function(e) {
        $('.tparrows').each(function() {
            var arrows = $(this);
            var timer = setInterval(function() {
                if (arrows.css('opacity') == 1 && !$('.tp-simpleresponsive').hasClass("mouseisover"))
                    arrows.fadeOut(300)
            }, 3000)
        })
        $('.tp-simpleresponsive, .tparrows').hover(function() {
            $('.tp-simpleresponsive').addClass("mouseisover");
            $('body').find('.tparrows').each(function() {
                $(this).fadeIn(300)
            })
        }, function() {
            if (!$(this).hasClass("tparrows"))
                $('.tp-simpleresponsive').removeClass("mouseisover")
        })
    });
    $(window).scroll(function() {
        if ($(this).scrollTop() > 50) {
            $('#go-top-top:hidden').stop(!0, !0).fadeIn()
        } else {
            $('#go-top-top').stop(!0, !0).fadeOut()
        }
    });
    $("#go-top-top").on('click', function() {
        $("html,body").animate({
            scrollTop: $("body").offset().top
        }, "1000");
        return !1
    });
    $(".scroll").click(function(event) {
        event.preventDefault();
        $('html,body').animate({
            scrollTop: $(this.hash).offset().top - 100
        }, 2000)
    });
    if ($(window).width() < 767) {
        $(".mob-nav ul.nav.navbar-nav li a").click(function() {
            $(".navbar-collapse").removeClass("in")
        })
    } else {}
    new WOW().init();
    $('.achievement-content').waypoint(function(direction) {
        $('.count').countTo({
            speed: 35000
        });
        this.destroy()
    }, {
        offset: 'bottom-in-view'
    })
})

Samx