Current File : //home/vedfinancials/public_html/contact.php
<?php 
include 'superadmin/cn.php';

if(isset($_POST['submit']))
{
//   print_r($_POST);
//   die();
 
    date_default_timezone_set('Asia/Kolkata');
$curdate= date('d-m-Y H:i');

     $name= addslashes($_POST['name']);
     $email= addslashes($_POST['email']);
      $number= addslashes($_POST['number']);
     $loantype= addslashes($_POST['loantype']);
   
      
 $sql = "INSERT INTO `contactus`(`name`, `email`, `number`, `loantype`, `date`) VALUES ('".$name."','".$email."','".$number."','".$loantype."','".$curdate."') ";
//  echo $sql;exit;
$result = $con->query($sql);



if($result){ 
echo '<script>
                    document.addEventListener("DOMContentLoaded", function () {
                        const Toast = Swal.mixin({
                            toast: true,
                            position: "top-end",
                            showConfirmButton: false,
                            timer: 1000,
                            timerProgressBar: true,
                            didOpen: (toast) => {
                                toast.addEventListener("mouseenter", Swal.stopTimer);
                                toast.addEventListener("mouseleave", Swal.resumeTimer);
                                
                            },
                            customClass: {
                    container: "success-toast-container", // Add a custom class
                },
                        });
 
                        Toast.fire({
                            icon: "success",
                            title: "Submitted successful",
                        });

                        // Redirect to index.php after the toast
                        setTimeout(function() {
                            window.location.href = "thank-you.php";
                        }, 200);
                    });
                </script>';}
  else
      {  echo '<script>
                    document.addEventListener("DOMContentLoaded", function () {
                        const Toast = Swal.mixin({
                            toast: true,
                            position: "top-end",
                            showConfirmButton: false, 
                            timer: 3000,
                            timerProgressBar: true,
                            didOpen: (toast) => {
                                toast.addEventListener("mouseenter", Swal.stopTimer);
                                toast.addEventListener("mouseleave", Swal.resumeTimer);
                            },
                        });

                        Toast.fire({
                            icon: "error",
                            title: "Not Submitted",
                        });
                    });
                 </script>';
          
      }      

}
?>
<!doctype html>
<html class="no-js" lang="zxx">

<head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <title>Contact Us</title>
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- Place favicon.ico in the root directory -->
    <link rel="shortcut icon" type="image/x-icon" href="assets/imgs/favicon.svg">
    <!-- CSS here -->
    <link rel="stylesheet" href="assets/css/vendor/bootstrap.min.css">
    <link rel="stylesheet" href="assets/css/vendor/animate.min.css">
    <link rel="stylesheet" href="assets/css/plugins/swiper.min.css">
    <link rel="stylesheet" href="assets/css/plugins/slick.css">
    <link rel="stylesheet" href="assets/css/vendor/magnific-popup.css">
    <link rel="stylesheet" href="assets/css/vendor/fontawesome-pro.css">
    <link rel="stylesheet" href="assets/css/vendor/flaticon_finwise.css">
    <link rel="stylesheet" href="assets/css/vendor/spacing.css">
    <link rel="stylesheet" href="assets/css/main.css">
     <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
</head>

<body>
     <?php include("header.php"); ?>
    <!-- Header area end -->

    <!-- Body glow start -->
    <div class="glow__area">
        <div class="body__color-glow"></div>
        <div class="body__color-glow glow-2"></div>
    </div>
    <!-- Body glow end -->

    <!-- Body main wrapper start -->
    <main>

        <!-- Breadcrumb area start  -->
        <div class="breadcrumb__area breadcrumb-space theme-bg-1 valign p-relative z-index-11 fix">
            <div class="breadcrumb__glow">
                <div class="glow-1"></div>
                <div class="glow-2"></div>
            </div>
            <div class="round__shape">
                <img src="assets/imgs/shapes/cercle.png" alt="image not found">
            </div>
            <div class="container">
                <div class="row gy-5 align-items-center justify-content-between">
                    <div class="col-xxl-6 col-xl-6 col-lg-7">
                        <div class="breadcrumb__content">
                            <div class="breadcrumb__menu mb-10">
                                <nav>
                                    <ul>
                                        <li><span><a href="index.php">Home</a></span></li>
                                        <li><span>Contact</span></li>
                                    </ul>
                                </nav>
                            </div>
                            <div class="breadcrumb__title-wraper">
                                <h2 class="breadcrumb__title">We’d: <span class="gradient-text-3">love to Contact </span>With
                                    Client.</h2>
                            </div>
                        </div>
                    </div>
                   
                </div>
            </div>
        </div>
        <!-- Breadcrumb area start  -->

        <!-- Contact area start -->
        <section class="contact__area section-space">
            <div class="container">
                <div class="row gy-50 align-items-center wow fadeIn" data-wow-delay=".3s">
                    <div class="col-xxl-6 col-xl-6 col-lg-7">
                        <div class="contact__wrapper">
                            <div class="contact__form">
                                <form action="" method="post">
    <div class="contact__input-wrapper">
        <div class="row">
            <div class="col-xxl-12 col-xl-12 col-lg-12">
                <div class="contact__input-box mb-15">
                    <div class="contact__input-title">
                        <label for="name">Full Name<span>*</span></label>
                    </div>
                    <div class="contact__input">
                        <input name="name" required type="text" placeholder="">
                    </div>
                </div>
            </div>

            <div class="col-xxl-12 col-xl-12 col-lg-12">
                <div class="contact__input-box mb-15">
                    <div class="contact__input-title">
                        <label for="email">Email<span>*</span></label>
                    </div>
                    <div class="contact__input">
                        <input name="email" required type="email" placeholder="">
                    </div>
                </div>
            </div>
            <div class="col-xxl-12 col-xl-12 col-lg-12">
                <div class="contact__input-box mb-15">
                    <div class="contact__input-title">
                        <label for="name">Phone Number<span>*</span></label>
                    </div>
                    <div class="contact__input">
                        <input name="number" required type="text" placeholder="" id="numericInput" oninput="validateInput(this)" maxlength="10">
                    </div>
                </div>
            </div>
            <script>
                function validateInput(input) {
                    // Remove non-numeric characters
                    input.value = input.value.replace(/[^0-9]/g, '');

                    // Limit the length to 10 characters
                    if (input.value.length > 10) {
                        input.value = input.value.slice(0, 10);
                    }
                }
            </script>

            <div class="col-lg-12">
                <div class="contact__input-box mb-15 mb-20">
                    <div class="contact__input-title">
                        <label>Enter Loan Type<span>*</span></label>
                    </div>
                    <div class="contact__input">
                        <input name="loantype" required type="text" placeholder="">
                    </div>
                </div>
            </div>

        </div>
    </div>
    <div class="contact__consent-box mb-15">
       <label for="consent"> <input type="checkbox" id="consent" name="consent" required>
        I hereby authorize you to send notifications via SMS/Messages/Promotional/Informational messages.<span>*</span></label>
    </div>
    <div class="contact__btn">
        <button class="bd-gradient-btn w-100" type="submit" name="submit">Submit</button>
    </div>
</form>
                                
                            </div>
                        </div>
                    </div>
                    <div class="col-xxl-6 col-xl-6 col-lg-5">
                        <div class="contact__content">
                            <div class="section__title-wrapper">
                                <span class="section__subtitle-7 mb-20">contact us</span>
                                <h2 class="section__title mb-20">Get in Touch!</h2>
                            </div>
                           
                            <div class="contact__info-wrapper">
                                <ul>
                                    <li>
                                        <div class="contact__info">
                                            <div class="contact__info-icon">
                                                <span>
                                       <svg width="28" height="28" viewBox="0 0 28 28" fill="none"
                                          xmlns="http://www.w3.org/2000/svg">
                                          <path
                                             d="M24.7188 2.625H3.28125C1.47197 2.625 0 4.09697 0 5.90625V8.61301L12.0417 17.5698C12.6273 18.0054 13.3137 18.2232 14 18.2232C14.6863 18.2232 15.3727 18.0054 15.9583 17.5698L28 8.61301V5.90625C28 4.09697 26.528 2.625 24.7188 2.625ZM25.8125 7.51384L14.6528 15.8145C14.2623 16.105 13.7377 16.105 13.3472 15.8145L2.1875 7.51384V5.90625C2.1875 5.30316 2.67816 4.8125 3.28125 4.8125H24.7188C25.3218 4.8125 25.8125 5.30316 25.8125 5.90625V7.51384ZM25.8125 12.9664L28 11.3393V22.0938C28 23.903 26.528 25.375 24.7188 25.375H3.28125C1.47197 25.375 0 23.903 0 22.0938V11.3393L2.1875 12.9664V22.0938C2.1875 22.6968 2.67816 23.1875 3.28125 23.1875H24.7188C25.3218 23.1875 25.8125 22.6968 25.8125 22.0938V12.9664Z"
                                             fill="#089EFF" />
                                       </svg>
                                    </span>
                                            </div>
                                            <div class="contact__info-content">
                                                <h6>E-mail address</h6>
                                                <span><a href="mailto:info@vedfinancials.com"><span >info@vedfinancials.com</span></a></span>
                                            </div>
                                        </div>
                                    </li>
                                    <li>
                                        <div class="contact__info">
                                            <div class="contact__info-icon">
                                                <span>
                                       <svg width="28" height="28" viewBox="0 0 28 28" fill="none"
                                          xmlns="http://www.w3.org/2000/svg">
                                          <g clip-path="url(#clip0_1135_1181)">
                                             <path
                                                d="M17.8638 27.9998C17.7945 27.9998 17.7249 27.9996 17.6548 27.9989C15.4971 27.9798 13.2839 27.3373 11.0769 26.0892C9.34389 25.1092 7.60188 23.749 5.89936 22.0464C2.01986 18.167 0.0353827 14.2302 0.00109492 10.3456C-0.0206699 7.8838 0.259101 4.30223 2.92808 1.6332C3.97099 0.590289 5.27206 0.0104589 6.59157 0.000560785L6.62668 0.000396729H6.63581C8.23284 0.000396729 9.71575 0.874216 10.5068 2.28259L11.3986 3.87027L11.4138 3.90193C11.8672 4.84635 12.0891 5.57175 12.1334 6.25401C12.1968 7.22998 11.8817 8.07454 11.1969 8.7644L8.71872 11.3331C9.08709 12.352 10.0297 14.5489 11.8209 16.344C13.5941 18.1133 15.7319 19.0159 16.7445 19.371L19.2288 16.7927C19.9249 16.0979 20.7507 15.7663 21.6822 15.8068C22.3979 15.838 23.1524 16.0775 24.1284 16.5834L24.1609 16.6009L25.7179 17.4755C27.1289 18.2681 28.0034 19.7551 28.0001 21.3563L27.9998 21.3948C27.99 22.7102 27.4102 24.0113 26.3673 25.0542C25.2081 26.2133 23.7465 27.0388 22.0229 27.5077C20.8069 27.8385 19.4443 27.9998 17.8638 27.9998ZM6.63504 2.18782C6.63351 2.18782 6.63204 2.18782 6.63051 2.18782L6.60754 2.18792C5.8666 2.1935 5.10899 2.54579 4.47486 3.17992C2.3873 5.26748 2.17014 8.25829 2.1884 10.3263C2.2175 13.6172 3.98641 17.04 7.44603 20.4996C10.9416 23.9953 14.3829 25.7825 17.6741 25.8116C19.7347 25.8298 22.7172 25.6106 24.8205 23.5073C25.4547 22.8732 25.8069 22.1156 25.8125 21.3742L25.8126 21.3478C25.8143 20.5421 25.3675 19.7875 24.6466 19.3826L23.106 18.5172C21.587 17.7332 21.1506 17.9674 20.781 18.3339L17.4113 21.8316L16.7971 21.6777C16.6483 21.6404 13.1208 20.7318 10.275 17.8915L10.2735 17.89C7.43985 15.0508 6.45885 11.4811 6.41844 11.3305L6.25826 10.7331L9.64143 7.22648C9.96112 6.90613 10.2097 6.46061 9.4567 4.87954L8.59973 3.35382C8.19544 2.63432 7.44297 2.18782 6.63504 2.18782ZM24.1559 3.84451C21.677 1.36562 18.3812 0.000451414 14.8755 0.000451414V2.18787C20.9062 2.18787 25.8126 7.09425 25.8126 13.125H28C28 9.61924 26.6348 6.32335 24.1559 3.84451ZM14.8755 8.75007V10.9375C16.0816 10.9375 17.0629 11.9188 17.0629 13.1249H19.2503C19.2503 10.7126 17.2878 8.75007 14.8755 8.75007ZM14.8755 4.37523V6.56265C18.4939 6.56265 21.4377 9.50648 21.4377 13.1249H23.6252C23.6252 8.30034 19.7001 4.37523 14.8755 4.37523Z"
                                                fill="#FB5141" />
                                          </g>
                                          <defs>
                                             <clipPath id="clip0_1135_1181">
                                                <rect width="28" height="28" fill="white" />
                                             </clipPath>
                                          </defs>
                                       </svg>
                                    </span>
                                            </div>
                                            <div class="contact__info-content">
                                                <h6>Call</h6>
                                                <span><a href="tel:9764904777">+91-9764904777</a></span>
                                            </div>
                                        </div>
                                    </li>
                                    <li>
                                        <div class="contact__info">
                                            <div class="contact__info-icon">
                                                <span>
                                       <svg width="28" height="28" viewBox="0 0 28 28" fill="none"
                                          xmlns="http://www.w3.org/2000/svg">
                                          <g clip-path="url(#clip0_1135_1181)">
                                             <path
                                                d="M17.8638 27.9998C17.7945 27.9998 17.7249 27.9996 17.6548 27.9989C15.4971 27.9798 13.2839 27.3373 11.0769 26.0892C9.34389 25.1092 7.60188 23.749 5.89936 22.0464C2.01986 18.167 0.0353827 14.2302 0.00109492 10.3456C-0.0206699 7.8838 0.259101 4.30223 2.92808 1.6332C3.97099 0.590289 5.27206 0.0104589 6.59157 0.000560785L6.62668 0.000396729H6.63581C8.23284 0.000396729 9.71575 0.874216 10.5068 2.28259L11.3986 3.87027L11.4138 3.90193C11.8672 4.84635 12.0891 5.57175 12.1334 6.25401C12.1968 7.22998 11.8817 8.07454 11.1969 8.7644L8.71872 11.3331C9.08709 12.352 10.0297 14.5489 11.8209 16.344C13.5941 18.1133 15.7319 19.0159 16.7445 19.371L19.2288 16.7927C19.9249 16.0979 20.7507 15.7663 21.6822 15.8068C22.3979 15.838 23.1524 16.0775 24.1284 16.5834L24.1609 16.6009L25.7179 17.4755C27.1289 18.2681 28.0034 19.7551 28.0001 21.3563L27.9998 21.3948C27.99 22.7102 27.4102 24.0113 26.3673 25.0542C25.2081 26.2133 23.7465 27.0388 22.0229 27.5077C20.8069 27.8385 19.4443 27.9998 17.8638 27.9998ZM6.63504 2.18782C6.63351 2.18782 6.63204 2.18782 6.63051 2.18782L6.60754 2.18792C5.8666 2.1935 5.10899 2.54579 4.47486 3.17992C2.3873 5.26748 2.17014 8.25829 2.1884 10.3263C2.2175 13.6172 3.98641 17.04 7.44603 20.4996C10.9416 23.9953 14.3829 25.7825 17.6741 25.8116C19.7347 25.8298 22.7172 25.6106 24.8205 23.5073C25.4547 22.8732 25.8069 22.1156 25.8125 21.3742L25.8126 21.3478C25.8143 20.5421 25.3675 19.7875 24.6466 19.3826L23.106 18.5172C21.587 17.7332 21.1506 17.9674 20.781 18.3339L17.4113 21.8316L16.7971 21.6777C16.6483 21.6404 13.1208 20.7318 10.275 17.8915L10.2735 17.89C7.43985 15.0508 6.45885 11.4811 6.41844 11.3305L6.25826 10.7331L9.64143 7.22648C9.96112 6.90613 10.2097 6.46061 9.4567 4.87954L8.59973 3.35382C8.19544 2.63432 7.44297 2.18782 6.63504 2.18782ZM24.1559 3.84451C21.677 1.36562 18.3812 0.000451414 14.8755 0.000451414V2.18787C20.9062 2.18787 25.8126 7.09425 25.8126 13.125H28C28 9.61924 26.6348 6.32335 24.1559 3.84451ZM14.8755 8.75007V10.9375C16.0816 10.9375 17.0629 11.9188 17.0629 13.1249H19.2503C19.2503 10.7126 17.2878 8.75007 14.8755 8.75007ZM14.8755 4.37523V6.56265C18.4939 6.56265 21.4377 9.50648 21.4377 13.1249H23.6252C23.6252 8.30034 19.7001 4.37523 14.8755 4.37523Z"
                                                fill="#FB5141" />
                                          </g>
                                          <defs>
                                             <clipPath id="clip0_1135_1181">
                                                <rect width="28" height="28" fill="white" />
                                             </clipPath>
                                          </defs>
                                       </svg>
                                    </span>
                                            </div>
                                            <div class="contact__info-content">
                                                <h6>Call</h6>
                                                <span><a href="tel:9850732215">
+91-9850732215</a></span>
                                            </div>
                                        </div>
                                    </li>
                                    <li>
                                        <div class="contact__info">
                                            <div class="contact__info-icon">
                                                <span>
                                      
                                       
                                       <svg height="30" viewBox="0 0 64 64" width="30" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="-1.351" x2="66.401" y1="64.899" y2="-2.853"><stop offset="0" stop-color="#0dafd4"/><stop offset="1" stop-color="#9d31fe"/></linearGradient><linearGradient id="b" x1="-6.625" x2="61.127" xlink:href="#a" y1="59.625" y2="-8.127"/><linearGradient id="d" x1="4.375" x2="72.127" xlink:href="#a" y1="70.625" y2="2.873"/><g><path d="m18 55c0 5.047 6.149 9 14 9s14-3.953 14-9c0-2.643-1.773-5.117-4.8-6.807 5.578-6.04 11.8-15.369 11.8-26.943a21 21 0 1 0 -42 0c0 11.574 6.222 20.9 11.805 26.943-3.032 1.69-4.805 4.164-4.805 6.807zm26 0c0 3.794-5.495 7-12 7s-12-3.206-12-7c0-2.018 1.585-3.961 4.253-5.3q.846.85 1.641 1.591c-1.83.918-2.894 2.237-2.894 3.709 0 2.851 3.869 5 9 5s9-2.149 9-5c0-1.472-1.064-2.791-2.894-3.709q.793-.739 1.641-1.591c2.668 1.339 4.253 3.282 4.253 5.3zm-7.52-2.247c1.525.58 2.52 1.447 2.52 2.247 0 1.416-2.994 3-7 3s-7-1.584-7-3c0-.8 1-1.667 2.52-2.247a45.644 45.644 0 0 0 3.92 3.076 1 1 0 0 0 1.12 0 45.644 45.644 0 0 0 3.92-3.076zm-4.48-50.753a19.148 19.148 0 0 1 19 19.25c0 17.587-15.8 30.156-19 32.52-3.2-2.361-19-14.913-19-32.52a19.148 19.148 0 0 1 19-19.25z" fill="url(#a)"/><path d="m47 21a15 15 0 1 0 -15 15 15.017 15.017 0 0 0 15-15zm-28 0a13 13 0 1 1 13 13 13.015 13.015 0 0 1 -13-13z" fill="url(#b)"/><path d="m43 21a11 11 0 1 0 -11 11 11.013 11.013 0 0 0 11-11zm-20 0a9 9 0 1 1 9 9 9.011 9.011 0 0 1 -9-9z" fill="url(#b)"/><path d="m32 39a4 4 0 1 0 4 4 4 4 0 0 0 -4-4zm0 6a2 2 0 1 1 2-2 2 2 0 0 1 -2 2z" fill="url(#d)"/></g></svg>
                                    </span>
                                            </div>
                                            <div class="contact__info-content">
                                                <h6>Location</h6>
                                                <span><a href="#"><span>1305, Solus Business Park, Hiranandani Estate, Thane (W), Mumbai - 400607</span></a></span>
                                            </div>
                                        </div>
                                    </li>
                                    <li>
                                        <div class="contact__info">
                                            <div class="contact__info-icon">
                                                <span>
                                      
                                       
                                       <svg height="30" viewBox="0 0 64 64" width="30" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="-1.351" x2="66.401" y1="64.899" y2="-2.853"><stop offset="0" stop-color="#0dafd4"/><stop offset="1" stop-color="#9d31fe"/></linearGradient><linearGradient id="b" x1="-6.625" x2="61.127" xlink:href="#a" y1="59.625" y2="-8.127"/><linearGradient id="d" x1="4.375" x2="72.127" xlink:href="#a" y1="70.625" y2="2.873"/><g><path d="m18 55c0 5.047 6.149 9 14 9s14-3.953 14-9c0-2.643-1.773-5.117-4.8-6.807 5.578-6.04 11.8-15.369 11.8-26.943a21 21 0 1 0 -42 0c0 11.574 6.222 20.9 11.805 26.943-3.032 1.69-4.805 4.164-4.805 6.807zm26 0c0 3.794-5.495 7-12 7s-12-3.206-12-7c0-2.018 1.585-3.961 4.253-5.3q.846.85 1.641 1.591c-1.83.918-2.894 2.237-2.894 3.709 0 2.851 3.869 5 9 5s9-2.149 9-5c0-1.472-1.064-2.791-2.894-3.709q.793-.739 1.641-1.591c2.668 1.339 4.253 3.282 4.253 5.3zm-7.52-2.247c1.525.58 2.52 1.447 2.52 2.247 0 1.416-2.994 3-7 3s-7-1.584-7-3c0-.8 1-1.667 2.52-2.247a45.644 45.644 0 0 0 3.92 3.076 1 1 0 0 0 1.12 0 45.644 45.644 0 0 0 3.92-3.076zm-4.48-50.753a19.148 19.148 0 0 1 19 19.25c0 17.587-15.8 30.156-19 32.52-3.2-2.361-19-14.913-19-32.52a19.148 19.148 0 0 1 19-19.25z" fill="url(#a)"/><path d="m47 21a15 15 0 1 0 -15 15 15.017 15.017 0 0 0 15-15zm-28 0a13 13 0 1 1 13 13 13.015 13.015 0 0 1 -13-13z" fill="url(#b)"/><path d="m43 21a11 11 0 1 0 -11 11 11.013 11.013 0 0 0 11-11zm-20 0a9 9 0 1 1 9 9 9.011 9.011 0 0 1 -9-9z" fill="url(#b)"/><path d="m32 39a4 4 0 1 0 4 4 4 4 0 0 0 -4-4zm0 6a2 2 0 1 1 2-2 2 2 0 0 1 -2 2z" fill="url(#d)"/></g></svg>
                                    </span>
                                            </div>
                                            <div class="contact__info-content">
                                                <h6>Location</h6>
                                                <span><a href="https://maps.app.goo.gl/H17SmMm34Y42RUkz7"><span>Office No. 3 , First Floor, Jeevangad Bldg, Lane No.14 , Prabhat Road, Pune – 411004</span></a></span>
                                            </div>
                                        </div>
                                    </li>
                                </ul>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <!-- Contact area end -->

        <!-- FAQ area start -->
        
        <!-- Brand area end -->

    </main>
    <!-- Body main wrapper end -->

    <!-- Footer area start -->
    <?php include("footer.php"); ?>
    <!-- Footer area end -->

    <!-- JS here -->
    <script src="assets/js/vendor/jquery-3.6.0.min.js"></script>
    <script src="assets/js/plugins/waypoints.min.js"></script>
    <script src="assets/js/vendor/bootstrap.bundle.min.js"></script>
    <script src="assets/js/plugins/meanmenu.min.js"></script>
    <script src="assets/js/plugins/swiper.min.js"></script>
    <script src="assets/js/plugins/slick.min.js"></script>
    <script src="assets/js/plugins/wow.js"></script>
    <script src="assets/js/vendor/magnific-popup.min.js"></script>
    <script src="assets/js/vendor/type.js"></script>
    <script src="assets/js/plugins/counterup.js"></script>
    <script src="assets/js/plugins/nice-select.min.js"></script>
    <script src="assets/js/vendor/jquery-ui.min.js"></script>
    <script src="assets/js/plugins/parallax-scroll.js"></script>
    <script src="assets/js/vendor/ajax-form.js"></script>
    <script src="assets/js/main.js"></script>
</body>

</html>