Forms
<form id="contactForm" data-toggle="validator" class="shake">
<div class="row">
<!-- Begin Text input element -->
<div class="col-md-6">
<div class="form-group">
<label for="name">Your Name</label>
<input type="text" class="form-control" id="name" placeholder="Your name here" required data-error="Please fill Out">
<div class="help-block with-errors"></div>
</div>
</div>
<!-- End Text input element -->
<!-- Begin Text input element -->
<div class="col-md-6">
<div class="form-group">
<label for="name">Your EMail</label>
<input type="email" class="form-control" id="email" placeholder="Your email here" required>
<div class="help-block with-errors"></div>
</div>
</div>
<!-- End Text input element -->
<!-- Begin Text input element -->
<div class="col-md-6">
<div class="form-group">
<label for="name">Your Contact</label>
<input type="text" class="form-control" id="mobile" placeholder="Your phone here" required data-error="Please fill Out">
<div class="help-block with-errors"></div>
</div>
</div>
<!-- End Text input element -->
<!-- Begin Text input element -->
<div class="col-md-6">
<div class="form-group">
<label for="name">Your Requirement</label>
<select name="Dtype" id="Dtype" required class="form-control">
<option value="">Select Requirement</option>
<option value="web">web</option>
<option value="graphic">graphic</option>
<option value="video">video</option>
</select>
<div class="help-block with-errors"></div>
</div>
</div>
<!-- End Text input element -->
<!-- Begin Textarea element -->
<div class="col-md-12">
<div class="form-group">
<label for="name">Message</label>
<textarea class="form-control h-auto" id="message" rows="3" placeholder="Tell us a few words" required></textarea>
<div class="help-block with-errors"></div>
</div>
</div>
<!-- End Textarea element -->
<!-- Begin Submit button -->
<div class="col-md-12">
<button type="submit" class="butn-style3" id="form-submit"><span>Submit</span></button>
<div id="msgSubmit" class="h3 text-center hidden"></div>
</div>
<!-- End Submit button -->
</div>
</form>
Subscribe Our Newsletter
Please Subscribe our news letter and and get update.