<script>
	ajaxurl = 'https://keyweb1.com/nts/wp-admin/admin-ajax.php';
if(!jQuery('#sendEnquiry').length){
	modalHTML = '';
	modalHTML += '<div id="sendEnquiry" class="modal fade _ama-modal" tabindex="-1" role="dialog" aria-labelledby="sendEnquiryLabel"><div class="modal-dialog" role="document"><div class="modal-content">';
	modalHTML += '	<div class="modal-header">';
	modalHTML += '		<button type="button" class=" btn close" data-dismiss="modal" aria-hidden="true">×</button>';
	modalHTML += '		<h2>Please fill the form to Class Inquiry</h2>';
	modalHTML += '	</div>';
	modalHTML += '	<form role="form" id="form-sendEnquiry" class="ama-class-sendEnquiry" method="post">';
	modalHTML += '		<div class="modal-body">';
	modalHTML += '			<input type="hidden" name="class_id" id="class_id" />';
	modalHTML += '			<input type="hidden" name="class_name" id="class_name" />';
	modalHTML += '			<div class="alert alert-success" style="display:none"> <a class="close" data-dismiss="alert" href="#" aria-hidden="true">&times;</a> <strong>Succssfully!</strong> Thank your for contacting us, we will get back to you soon.</div>';
	modalHTML += '			<div class="alert alert-danger" style="display:none"> <a class="close" data-dismiss="alert" href="#" aria-hidden="true">&times;</a> <strong>Oops Sorry!</strong> Failed sending email!</div>';
	modalHTML += '		<div class="class-info"></div>';
	modalHTML += '		<div class="ama-row"><div class="ama-col-6"><div class="form-group">';
	modalHTML += '			<label class="sr-only">First Name</label>';
	modalHTML += '			<input name="fname" type="text" class="form-control" placeholder="First Name">';
	modalHTML += '		</div></div>';
	modalHTML += '		<div class="ama-col-6"><div class="form-group">';
	modalHTML += '			<label class="sr-only">Last Name</label>';
	modalHTML += '			<input name="lname" type="text" class="form-control" placeholder="Last Name">';
	modalHTML += '		</div></div></div>';
	modalHTML += '		<div class="ama-row"><div class="ama-col-6"><div class="form-group">';
	modalHTML += '			<label class="sr-only">E-mail</label>';
	modalHTML += '			<input name="email" type="email" class="form-control" placeholder="E-mail" required>';
	modalHTML += '		</div></div>';
	modalHTML += '		<div class="ama-col-6"><div class="form-group">';
	modalHTML += '			<label class="sr-only">Phone</label>';
	modalHTML += '			<input name="phone" type="text" class="form-control" placeholder="Phone" required>';
	modalHTML += '		</div></div></div>';
	modalHTML += '		<div class="ama-row"><div class="ama-col-6"><div class="form-group">';
	modalHTML += '			<label class="sr-only">Interested in*</label>';
	modalHTML += '			<select name="interested-in" class="form-control" required>';
	modalHTML += '				<option value="">Interested in</option>';
	modalHTML += '				<option value="Onsite Training">Onsite Training</option><option value="Classroom Training">Classroom Training</option><option value="On-line Training">On-line Training</option><option value="On-line Training Demo">On-line Training Demo</option><option value="Other">Other</option>';
	modalHTML += '			</select>';
	modalHTML += '		</div></div>';
	modalHTML += '		<div class="ama-col-6"><div class="form-group">';
	modalHTML += '			<label class="sr-only">State</label>';
	modalHTML += '			<input name="state" type="text" class="form-control" placeholder="State" required>';
	modalHTML += '		</div></div></div>';
	modalHTML += '		<div class="form-group">';
	modalHTML += '			<label class="sr-only">Write your details...</label>';
	modalHTML += '			<textarea name="detailsquotations" class="form-control" rows="3" placeholder="Write your details..."></textarea>';
	modalHTML += '		</div>';
	modalHTML += '		<div class="form-group" style="margin-bottom:0px;">';
		modalHTML += '		<table style="width:300px !important; margin:0px;">';
	modalHTML += '			<tr>';
	modalHTML += '				<td style="text-align:left; vertical-align:top;"><span>What is the <strong style="color:#de1517l">sum</strong> of  <span class="sums"><input id="num1" name="num1" readonly class="sum" value="4" disabled="" style="width:40px;background: transparent !important;" /> + <input id="num2" name="num2" readonly class="sum" value="8" disabled="" style="width:40px;background: transparent !important;"/></span> = </span><br /><small>(Spam protection) <span class="error-txt">*</span></small></td>';
	modalHTML += '				<td style="text-align:left; vertical-align:top;"><input style="width:60px !important; padding:4px; height: auto;" type="text" name="captcha" id="captcha" class="captcha" maxlength="2" /></td>';
	modalHTML += '			</tr>';
	modalHTML += '		</table><span id="spambot"></span>';
	modalHTML += '	</div>';
	modalHTML += '</div>';

	modalHTML += '<div class="modal-footer"> <span class="pull-right">All fields are required.</span>';
	modalHTML += '<input type="hidden" name="action" value="class_detail_send" />';
	modalHTML += '<button type="submit" class="btn-class-submit">SUBMIT NOW</button><input type="hidden" id="icw_mail_enquiry_of_nonce_field" name="icw_mail_enquiry_of_nonce_field" value="6bbf052aa3" /><input type="hidden" name="_wp_http_referer" value="/nts/wp-json/wp/v2/pages/1426" />';
	modalHTML += '</div>';
	modalHTML += '</form>';
	modalHTML += '</div></div></div>';
		jQuery('body').append(modalHTML);
	}

if(!jQuery('#classDescModal').length){
	descmodalHTML = '<div id="classDescModal" class="modal fade _ama-modal _ama-modal_desc" tabindex="-1"  role="dialog"><div class="modal-dialog" role="document"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>';
	descmodalHTML += '<h2></h2></div>';
	descmodalHTML += '<div class="modal-body"></div>';
	descmodalHTML += '<div class="modal-footer"><button class="btn" data-dismiss="modal" aria-hidden="true">Close</button></div></div></div></div>';

	jQuery('body').append(descmodalHTML);
}
	jQuery(function(){
		jQuery('.class-inquiry').click(function(){
			var _classId = jQuery(this).attr('data-classId');
			var _class = jQuery(this).attr('data-class');
			jQuery('#class_id').val(_classId);
			jQuery('#class_name').val(_class);
			classInfo = '<strong>CLASS NAME:</strong> '+ _class +' ('+ _classId +')';
			jQuery('#sendEnquiry .class-info').html(classInfo);
			jQuery('#sendEnquiry').modal('show');
		});

		jQuery('.class-read-more').click(function(){
			var _classDesc = jQuery(this).parent().find('.modalDesc').html();
			var _classHeader = jQuery(this).parent().find('.modalDesc').attr('data-header');

			jQuery('#classDescModal .modal-header h2').html(_classHeader);
			jQuery('#classDescModal .modal-body').replaceWith('<div class="modal-body">'+_classDesc+'</div>');
		});		
	});
</script>
{"id":1426,"date":"2014-07-01T05:25:31","date_gmt":"2014-07-01T09:25:31","guid":{"rendered":"https:\/\/www.thinknts.com\/?page_id=1426"},"modified":"2019-09-18T11:30:14","modified_gmt":"2019-09-18T15:30:14","slug":"it-training-courses","status":"publish","type":"page","link":"https:\/\/keyweb1.com\/nts\/it-training-courses\/","title":{"rendered":"ACCREDIT &#8211; Enterprise IT Training Courses"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4989\" src=\"https:\/\/www.thinknts.com\/wp-content\/uploads\/2019\/06\/accredit-2-e1560893709152.png\" alt=\"\" width=\"300\" height=\"130\" \/><\/p>\n<p>AccredIT can help you to offer training that is specialized for your industry or job skill needs. Customized service without having to leave the Richmond area!<\/p>\n<p>We recently partnered with AMANANET, with locations in Northern VA and DC. AMANANET started as a networking company and over the years they have converted into IT training and IT e-Learning. You can utilize our state of the art training facility, located on the east corner of 288 and Route 60, or we can bring the training to you. \u00a0Contact us today to learn more.<\/p>\n<p>Administrator:\u00a0Jeanne McMillan<br \/>\nE-mail:\u00a0<a href=\"mailto:jmcmillan@thinknts.com\">jmcmillan@thinknts.com<\/a><br \/>\nPhone: 804- 379-1800<\/p>\n<h2>IT Training Program<\/h2>\n<hr \/>\n\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>AccredIT can help you to offer training that is specialized for your industry or job skill needs. Customized service without having to leave the Richmond area! We recently partnered with AMANANET, with locations in Northern VA and DC. AMANANET started &hellip; <a href=\"https:\/\/keyweb1.com\/nts\/it-training-courses\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":9,"featured_media":0,"parent":0,"menu_order":7,"comment_status":"closed","ping_status":"open","template":"page-trainingprograme.php","meta":{"footnotes":""},"class_list":["post-1426","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/keyweb1.com\/nts\/wp-json\/wp\/v2\/pages\/1426","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/keyweb1.com\/nts\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/keyweb1.com\/nts\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/keyweb1.com\/nts\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/keyweb1.com\/nts\/wp-json\/wp\/v2\/comments?post=1426"}],"version-history":[{"count":9,"href":"https:\/\/keyweb1.com\/nts\/wp-json\/wp\/v2\/pages\/1426\/revisions"}],"predecessor-version":[{"id":5055,"href":"https:\/\/keyweb1.com\/nts\/wp-json\/wp\/v2\/pages\/1426\/revisions\/5055"}],"wp:attachment":[{"href":"https:\/\/keyweb1.com\/nts\/wp-json\/wp\/v2\/media?parent=1426"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}