BLACKSITE
:
216.73.216.9
:
103.185.75.71 / www.dial4web.com
:
Linux server.webmediatricks.in 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
:
/
home
/
dial4web
/
.trash
/
Upload File:
files >> /home/dial4web/.trash/footer.php.1
<footer class="footerArea"> <img src="designer/images/download.png" alt="<?=$compDATA['admin_company_name']?>" title="<?=$compDATA['admin_company_name']?>" class="footerBG"> <div class="container"> <div class="row"> <div class="col-xxl-3 col-xl-3 col-lg-3 col-md-3 col-sm-6 col-12"> <div class="single-footer-widget marbtm50"> <div class="title wow fadeInUp" data-wow-delay=".3s"> <h5 class="title_h5">About <span><?=$compDATA['admin_company_name']?></span></h5> </div> <div class="company-info-text wow fadeInUp" data-wow-delay=".2s"> <div class="text-box"> <p><?=$compDATA['footer_content']?></p> <a href="about-us.html" class="read_more01" title="Read More">Read More <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"> </path> </svg></a> </div> </div> </div> </div> <div class="col-xxl-2 col-xl-2 col-lg-2 col-md-2 col-sm-6 col-12"> <div class="single-footer-widget"> <div class="title wow fadeInUp" data-wow-delay=".5s"> <h5 class="title_h5">Useful <span>Links</span></h5> </div> <ul class="solutions-links wow fadeInUp" data-wow-delay=".6s"> <?php $link_sql=db_query("select * from tbl_site_pages where 1 and site_pages_status='Active' and site_pages_show_in_footer='Yes' order by site_pages_order_by asc"); if(mysqli_num_rows($link_sql)>0){ while($link_data=mysqli_fetch_array($link_sql)){ @extract($link_data); if($site_pages_link=="index"){?> <li><a href="" title="<?=$site_pages_name?>"><?=$site_pages_name?></a></li> <?php }else{?> <li><a href="<?=$site_pages_link?>.html" title="<?=$site_pages_name?>"><?=$site_pages_name?></a></li> <?php }}}?> </ul> </div> </div> <?php $categories = db_query("select * from tbl_category where category_status='Active' and category_parent_id='0' order by category_order_by limit 1 "); while($row = mysqli_fetch_array($categories)){?> <div class="col-xxl-2 col-xl-2 col-lg-2 col-md-2 col-sm-6 col-12"> <div class="single-footer-widget marbtm50"> <div class="title wow fadeInUp" data-wow-delay=".3s"> <h5 class="title_h5"><?=$row['category_name']?></h5> </div> <ul class="solutions-links wow fadeInUp" data-wow-delay=".4s"> <?php $products = db_query("select * from tbl_category where category_status='Active' and category_parent_id='$row[category_id]' order by category_order_by limit 5"); while($pro = mysqli_fetch_array($products)){?> <li><a href="<?=url($pro['category_url'])?>" title="<?=$pro['category_name']?>"><?=$pro['category_name']?></a></li> <?php }?> </ul> </div> </div> <?php }?> <div class="col-xxl-4 col-xl-4 col-lg-4 col-md-4 col-sm-6 col-12"> <div class="single-footer-widget pdtop50"> <div class="title wow fadeInUp" data-wow-delay=".5s"> <h5 class="title_h5"><span>Contact</span> Us</h5> </div> <ul class="footer_contact wow fadeInUp" data-wow-delay=".6s"> <li><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"> <path d="M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A31.493 31.493 0 0 1 8 14.58a31.481 31.481 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94zM8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10z"> </path> <path d="M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"></path> </svg> <strong>Address</strong> <?=$compDATA['admin_address']?>, <?=$compDATA['admin_city']?>, <?=$compDATA['admin_state']?> <?=$compDATA['admin_zip_code']?> - <?=$compDATA['admin_country']?> </li> <li><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"> <path d="M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"> </path> </svg><strong>Mobile</strong> <a href="tel:<?=$compDATA['admin_mobile']?>"><?=$compDATA['admin_mobile']?></a></li> <li><a href="mailto:<?=$compDATA['admin_email']?>" title="Mail Us"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"> <path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4Zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2Zm13 2.383-4.708 2.825L15 11.105V5.383Zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741ZM1 11.105l4.708-2.897L1 5.383v5.722Z"> </path> </svg> <?=$compDATA['admin_email']?></a></li> </ul> </div> <div class="clearfix"></div> <div class="footer-social-links wow fadeInUp" data-wow-delay=".6s"> <br> <ul class="social"> <?php if(!empty($compDATA['admin_facebook_link'])){?> <li class="facebook"> <a href="<?=$compDATA['admin_facebook_link']?>" target="_blank" title="Facebook"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 24 24"><path d="M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z"> </path> </svg></a> </li> <?php }?> <?php if(!empty($compDATA['admin_youtube_link'])){?> <li class="youtube"><a href="<?=$compDATA['admin_youtube_link']?>" target="_blank" title="Youtube"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 24 24"> <path d="M4.652 0h1.44l.988 3.702.916-3.702h1.454l-1.665 5.505v3.757h-1.431v-3.757l-1.702-5.505zm6.594 2.373c-1.119 0-1.861.74-1.861 1.835v3.349c0 1.204.629 1.831 1.861 1.831 1.022 0 1.826-.683 1.826-1.831v-3.349c0-1.069-.797-1.835-1.826-1.835zm.531 5.127c0 .372-.19.646-.532.646-.351 0-.554-.287-.554-.646v-3.179c0-.374.172-.651.529-.651.39 0 .557.269.557.651v3.179zm4.729-5.07v5.186c-.155.194-.5.512-.747.512-.271 0-.338-.186-.338-.46v-5.238h-1.27v5.71c0 .675.206 1.22.887 1.22.384 0 .918-.2 1.468-.853v.754h1.27v-6.831h-1.27zm2.203 13.858c-.448 0-.541.315-.541.763v.659h1.069v-.66c.001-.44-.092-.762-.528-.762zm-4.703.04c-.084.043-.167.109-.25.198v4.055c.099.106.194.182.287.229.197.1.485.107.619-.067.07-.092.105-.241.105-.449v-3.359c0-.22-.043-.386-.129-.5-.147-.193-.42-.214-.632-.107zm4.827-5.195c-2.604-.177-11.066-.177-13.666 0-2.814.192-3.146 1.892-3.167 6.367.021 4.467.35 6.175 3.167 6.367 2.6.177 11.062.177 13.666 0 2.814-.192 3.146-1.893 3.167-6.367-.021-4.467-.35-6.175-3.167-6.367zm-12.324 10.686h-1.363v-7.54h-1.41v-1.28h4.182v1.28h-1.41v7.54zm4.846 0h-1.21v-.718c-.223.265-.455.467-.696.605-.652.374-1.547.365-1.547-.955v-5.438h1.209v4.988c0 .262.063.438.322.438.236 0 .564-.303.711-.487v-4.939h1.21v6.506zm4.657-1.348c0 .805-.301 1.431-1.106 1.431-.443 0-.812-.162-1.149-.583v.5h-1.221v-8.82h1.221v2.84c.273-.333.644-.608 1.076-.608.886 0 1.18.749 1.18 1.631v3.609zm4.471-1.752h-2.314v1.228c0 .488.042.91.528.91.511 0 .541-.344.541-.91v-.452h1.245v.489c0 1.253-.538 2.013-1.813 2.013-1.155 0-1.746-.842-1.746-2.013v-2.921c0-1.129.746-1.914 1.837-1.914 1.161 0 1.721.738 1.721 1.914v1.656z"> </path> </svg> </a> </li> <?php }?> <?php if(!empty($compDATA['admin_instagram_link'])){?> <li class="instagram"><a href="<?=$compDATA['admin_instagram_link']?>" target="_blank" title="Instagram"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"> <path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z"> </path> </svg></a> </li> <?php }?> </ul> </div> </div> </div> </div> </footer> <div class="copy"> <div class="container"> <div class="row"> <div class="col-xxl-7 col-xl-7 col-lg-7 col-md-4 col-sm-12 col-12">Copyright ©<script>document.write(new Date().getFullYear())</script> All Rights Reserved. <?=$compDATA['admin_company_name']?> </div> <div class="col-xxl-5 col-xl-5 col-lg-5 col-md-8 col-sm-12 col-12 text-right"> Promoted By <a href="https://www.webmediatricks.com/" target="_blank" title="Website Designing Company in Delhi | Web Media Tricks Pvt. Ltd."> <img src="https://webmediatricks.com/assets/images/webmedia.png" width="100"></a> </div> </div> </div> </div> <a class="whatapp_btn" href="#" data-bs-toggle="modal" data-bs-target="#whatsapp" title="Whatsapp Now"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"> <path d="M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z" /> </svg></a> <a href="#" data-bs-toggle="modal" data-bs-target="#generalInquiry" class="send_enquiry" title="Send Enquiry"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"> <path d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555ZM0 4.697v7.104l5.803-3.558L0 4.697ZM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757Zm3.436-.586L16 11.801V4.697l-5.803 3.546Z"> </path> </svg><span>Send Enquiry</span></a> <script src="assets/libs/bootstrap/5.1.3/js/bootstrap.min.js"></script> <script src="assets/libs/wow/1.1.2/wow.min.js"></script> <script src="assets/libs/fancybox/3.1.20/jquery.fancybox.min.js"></script> <script src="assets/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script> <script src="https://unpkg.com/default-passive-events"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.1/jquery.validate.min.js"></script> <script src="assets/js/custom.js"></script> <div class="modal fade" id="whatsapp" tabindex="-1" role="dialog"> <div class="modal-dialog modal-sm"> <div class="modal-content"> <div class="modal-header"> <h6 class="modal-title">Message on WhatsApp</h6> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <form name="wp-enq" method="post" id="product_pop_form" action="<?=htmlspecialchars('enquiry-submit-wp.php');?>"> <input type="hidden" name="subject" value="WhatsApp Inquiry" /> <input type="hidden" name="source" id="source" value="<?=source()?>"> <div class="form-group"> <label class="input_label"> <input class="form-control" name="vb_name" type="text" placeholder="Full Name *" onkeypress="return ValidateAlpha(event)" pattern="[a-z A-Z]+"> </label> </div> <div class="input-group mb-3"> <select name="vb_country" class="form-control"> <?php $countries = db_query("select * from countries"); while($row=mysqli_fetch_array($countries)){?> <option value="<?=$row['id']?>" <?php if($row['id']==101){?> selected <?php }?>> [+<?=$row['phonecode']?>] <?=$row['name']?></option> <?php }?> </select> <input class="form-control" name="vb_phone" type="text" placeholder="Phone No *" onkeypress="return isNumberKey(event)" maxlength="10"> </div> <input type="hidden" name="time" value="<?=date('Y-m-d H:i:s')?>" /> <div class="form-group"> <button class="read_more01" type="submit" name="submit_data">Submit Enquiry </button> </div> </form> </div> </div> </div> </div> <!-- PRODUCT INQUIRY FORM START --> <div class="modal fade" id="productInquiry" tabindex="-1"> <div class="modal-dialog modal-lg"> <div class="modal-content"> <div class="modal-header"> <h6 class="modal-title">Send Enquiry</h6> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <div class="row"> <div class="col-xxl-7 col-xl-7 col-lg-7 col-md-7 col-sm-7 col-12"> <div class="product_popup"> <div class="product_popup_image"> <img class="popup-img" src="" alt="<?=$compDATA['admin_company_name']?>"> </div> <h6 class="popup-name"></h6> </div> </div> <div class="col-xxl-5 col-xl-5 col-lg-5 col-md-5 col-sm-5 col-12"> <form name="contact-enq" method="post" id="product_pop_form" action="<?=htmlspecialchars('enquiry-submit.php');?>"> <input type="hidden" name="subject" value="Product Inquiry" /> <input type="hidden" name="source" id="source" value="<?=source()?>"> <div class="form-group"> <label class="input_label"> <input class="form-control" name="vb_name" type="text" placeholder="Full Name *" onkeypress="return ValidateAlpha(event)" pattern="[a-z A-Z]+"> </label> </div> <div class="form-group"> <label class="input_label"> <input class="form-control" name="vb_email" type="email" placeholder="Email ID *"> </label> </div> <div class="row"> <div class="col-md-5"> <div class="form-group"> <label class="input_label"> <select name="vb_country" class="form-control"> <?php $countries = db_query("select * from countries"); while($row=mysqli_fetch_array($countries)){?> <option value="<?=$row['id']?>" <?php if($row['id']==101){?> selected <?php }?>> [+<?=$row['phonecode']?>] <?=$row['name']?></option> <?php }?> </select> </label> </div> </div> <div class="col-md-7"> <div class="form-group"> <label class="input_label"> <input class="form-control" name="vb_phone" type="text" placeholder="Phone No *" onkeypress="return isNumberKey(event)" maxlength="10"> </label> </div> </div> </div> <div class="form-group"> <label class="input_label"> <textarea class="form-control" placeholder="Comments Here*" name="vb_message"></textarea> </label> </div> <input type="hidden" name="time" value="<?=date('Y-m-d H:i:s')?>" /> <div class="form-group"> <button class="read_more01" type="submit" name="submit_data">Submit Enquiry </button> </div> </form> </div> </div> </div> </div> </div> </div> <!-- PRODUCT INQUIRY FORM END --> <!-- GENERAL INQUIRY FORM START --> <div class="modal fade" id="generalInquiry" tabindex="-1"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h6 class="modal-title">Send Enquiry</h6> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <div class="row"> <div class="col-xxl-12 col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12"> <form name="popup-enq" method="post" id="product_pop_form" action="<?=htmlspecialchars('enquiry-submit.php');?>"> <input type="hidden" name="subject" value="General Inquiry" /> <input type="hidden" name="source" id="source" value="<?=source()?>"> <div class="form-group"> <label class="input_label"> <input class="form-control" name="vb_name" type="text" placeholder="Full Name *" onkeypress="return ValidateAlpha(event)" pattern="[a-z A-Z]+"> </label> </div> <div class="form-group"> <label class="input_label"> <input class="form-control" name="vb_email" type="email" placeholder="Email ID *"> </label> </div> <div class="row"> <div class="col-md-5"> <div class="form-group"> <label class="input_label"> <select name="vb_country" class="form-control"> <?php $countries = db_query("select * from countries"); while($row=mysqli_fetch_array($countries)){?> <option value="<?=$row['id']?>" <?php if($row['id']==101){?> selected <?php }?>> [+<?=$row['phonecode']?>] <?=$row['name']?></option> <?php }?> </select> </label> </div> </div> <div class="col-md-7"> <div class="form-group"> <label class="input_label"> <input class="form-control" name="vb_phone" type="text" placeholder="Phone No *" onkeypress="return isNumberKey(event)" maxlength="10"> </label> </div> </div> </div> <div class="form-group"> <label class="input_label"> <textarea class="form-control" placeholder="Comments Here*" name="vb_message"></textarea> </label> </div> <input type="hidden" name="time" value="<?=date('Y-m-d H:i:s')?>" /> <div class="form-group"> <button class="read_more01" type="submit" name="submit_data">Submit Enquiry </button> </div> </form> </div> </div> </div> </div> </div> </div> <!-- GENERAL INQUIRY FORM END --> <script> getPopup = (name,image)=>{ let image_source = "<?=siteURL()?>/admin/assets/dist/img/Noimage.png"; if(image!=""){ image_source = "<?=siteURL()?>/uploaded_files/"+image; } $('.popup-img').attr('src',image_source); $('.popup-name').html(name); } function stickyHeader() { if ($('.navigation_bar').length) { var strickyScrollPos = 100; if ($(window).scrollTop() > strickyScrollPos) { $('.navigation_bar').addClass('stricky-fixed'); } else if ($(this).scrollTop() <= strickyScrollPos) { $('.navigation_bar').removeClass('stricky-fixed'); } }; } jQuery(window).on('scroll', function () { (function ($) { stickyHeader(); })(jQuery); }); if ($(".navigation").length) { $(".navigation .navbar button").on("click", function () { $(".navigation .menu").slideToggle(); $(this).toggleClass('open'); return false; }); $(".navigation .cs-submenu").children("a").append(function () { return '<button class="dropdown-expander"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg></button>'; }); } if (document.documentElement.clientWidth < 1023) { $(".navigation .menu .dropdown-expander").on("click", function () { $(this).parent().parent().children(".cs-dropdown").slideToggle(); console.log($(this).parents("li")); console.log($(this).parents().children(".dropdown-expander").toggleClass("rotated")); return false }) $(document).click(function (e) { if (!$(e.target).closest('.navigation .navbar button').length) { $('.navigation .menu').stop(true).slideUp(); $(".navigation .navbar button").removeClass('open'); } }); } var homeSlider = $("#slider"); homeSlider.owlCarousel({ loop: true, margin: 0, navSpeed: 500, nav: true, navText: [ '<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/></svg>', '<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>' ], autoplay: true, dots: false, animateOut: "fadeOut", items: 1 }); var products = $("#products"); products.owlCarousel({ loop: false, margin: 15, navSpeed: 500, nav: true, navText: [ '<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/></svg>', '<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>' ], autoplay: false, dots: false, items: 4, responsiveClass: true, responsive: { 0: { items: 1 }, 600: { items: 2, }, 1024: { items: 4 }, 1100: { items: 4 } } }); var testimonials = $("#testimonials"); testimonials.owlCarousel({ loop: true, margin: 15, navSpeed: 500, nav: false, navText: [ '<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/></svg>', '<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>' ], autoplay: false, dots: false, items: 3, responsiveClass: true, responsive: { 0: { items: 1 }, 600: { items: 1, }, 1024: { items: 3 }, 1100: { items: 3 } } }); var clients = $("#clients"); clients.owlCarousel({ loop: true, margin: 10, navSpeed: 500, nav: false, navText: [ '<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/></svg>', '<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>' ], autoplay: false, dots: true, items: 6, responsiveClass: true, responsive: { 0: { items: 2 }, 600: { items: 3, }, 1024: { items: 5 }, 1100: { items: 6 } } }); wow = new WOW({ animateClass: 'animated', offset: 100, mobile: false }); wow.init(); $(window).on('scroll', function () { if ($(this).scrollTop() > 100) { $('#web-media-scroll-up').fadeIn(); } else { $('#web-media-scroll-up').fadeOut(); } }); $('#web-media-scroll-up').on('click', function () { $("html, body").animate({ scrollTop: 0 }, 600); return false; }); $('#thumbs img').click(function () { $('#largeImage').attr('src', $(this).attr('src').replace('thumb', 'large')); if ($(this).hasClass("active")) { $("#thumbs img").removeClass("active"); } else { $("#thumbs img").removeClass("active"); $(this).addClass("active"); } }); function ValidateAlpha(evt) { var keyCode = (evt.which) ? evt.which : evt.keyCode if ((keyCode < 65 || keyCode > 90) && (keyCode < 97 || keyCode > 123) && keyCode != 32) return false; return true; } function isNumberKey(evt) { //var e = evt || window.event; var charCode = (evt.which) ? evt.which : evt.keyCode if (charCode != 46 && charCode > 31 && (charCode < 48 || charCode > 57)) return false; return true; } jQuery(window).on('scroll', function () { (function ($) { stickyHeader(); })(jQuery); }); </script> </body> </html>