Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - jrk.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Fri, 09 May 2025 14:36:52 GMT
Content-Type: text/html
Content-Length: 162
Connection: keep-alive
Keep-Alive: timeout=20
Location: https://jrk.com/

HTTP Code 301 Moved Permanently

301 http code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://jrk.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Fri, 09 May 2025 14:36:52 GMT
Content-Type: text/html; charset=UTF-8
Content-Length: 71478
Connection: keep-alive
Keep-Alive: timeout=20
Vary: Accept-Encoding
Vary: Accept-Encoding
Vary: Accept-Encoding
Link: <https://jrk.com/wp-json/>; rel="https://api.w.org/"
Link: <https://jrk.com/wp-json/wp/v2/pages/9392>; rel="alternate"; title="JSON"; type="application/json"
Link: <https://jrk.com/>; rel=shortlink
X-Powered-By: WP Engine
X-Cacheable: bot
Cache-Control: max-age=10800, must-revalidate
Vary: Accept-Encoding
Accept-Ranges: bytes
X-Cache: HIT: 19
X-Cache-Group: bot

HTTP Code 200 OK

200 http code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: jrk.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en-US">
<!--<![endif]-->
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width">
	<link rel="profile" href="http://gmpg.org/xfn/11">
	<link rel="pingback" href="https://jrk.com/xmlrpc.php">
	<meta name="format-detection" content="telephone=no">
	<title>JRK Property Holdings: Value-Added Property Investments</title>

	<style>
		.wpcf7-submit{
			display:none;
		}
		.recaptcha-btn{
			display:block;
		}
		.grecaptcha-badge { margin: 10px 0; }
	</style>
	<script type="text/javascript">
		var contactform = [];
		var checkIfCalled = true;
		var renderGoogleInvisibleRecaptchaFront = function() {
			// prevent form submit from enter key
			jQuery("input[name=_wpcf7]").attr("class","formid");
				jQuery('.wpcf7-form').on('keyup keypress', "input", function(e) {
				  var keyCode = e.keyCode || e.which;
				  if (keyCode === 13) {
					e.preventDefault();
					return false;
				  }
				});

			jQuery('.wpcf7-submit').each(function(index){

				var checkexclude = 0;
				var form = jQuery(this).closest('.wpcf7-form');
				var value = jQuery(form).find(".formid").val();
				// check form exclude from invisible recaptcha
								if(checkexclude == 0){
					// Hide the form orig submit button
					form.find('.wpcf7-submit').hide();

					// Fetch class and value of orig submit button
					btnClasses = form.find('.wpcf7-submit').attr('class');
					btnValue = form.find('.wpcf7-submit').attr('value');

					// Add custom button and recaptcha holder

					form.find('.wpcf7-submit').after('<input type="button" id="wpcf-custom-btn-'+index+'" class="'+btnClasses+'  recaptcha-btn recaptcha-btn-type-css" value="'+btnValue+'" title="'+btnValue+'" >');
					form.append('<div class="recaptcha-holder" id="recaptcha-holder-'+index+'"></div>');
					// Recaptcha rendenr from here
					var holderId = grecaptcha.render('recaptcha-holder-'+index,{
								'sitekey':'6Lcz5_cZAAAAAJFKUaS6TkPM0hER-YzA9vcBk5bg',
								'size': 'invisible',
								'badge' : 'bottomright', // possible values: bottomright, bottomleft, inline
								'callback' : function (recaptchaToken) {
									//console.log(recaptchaToken);
									var response=jQuery('#recaptcha-holder-'+index).find('.g-recaptcha-response').val();
									//console.log(response);
									//Remove old response and store new respone
									jQuery('#recaptcha-holder-'+index).parent().find(".respose_post").remove();
									jQuery('#recaptcha-holder-'+index).after('<input type="hidden" name="g-recaptcha-response"  value="'+response+'" class="respose_post">')
									grecaptcha.reset(holderId);

									if(typeof customCF7Validator !== 'undefined'){
										if(!customCF7Validator(form)){
											return;
										}
									}
									// Call default Validator function
									else if(contactFormDefaultValidator(form)){
										return;
									}
									else{
										// hide the custom button and show orig submit button again and submit the form
										jQuery('#wpcf-custom-btn-'+index).hide();
										form.find('input[type=submit]').show();
										form.find("input[type=submit]").click();
										form.find('input[type=submit]').hide();
										jQuery('#wpcf-custom-btn-'+index).attr('style','');
									}
								}
						},false);

					// action call when click on custom button
					jQuery('#wpcf-custom-btn-'+index).click(function(event){
						event.preventDefault();
						// Call custom validator function
						if(typeof customCF7Validator == 'function'){
							if(!customCF7Validator(form)){
								return false;
							}
						}
						// Call default Validator function
						else if(contactFormDefaultValidator(form)){
							return false;
						}
						else if(grecaptcha.getResponse(holderId) != ''){
							grecaptcha.reset(holderId);
						}
						else{
							// execute the recaptcha challenge
							grecaptcha.execute(holderId);
						}
					});
				}
			});
		}
	</script><script  src="https://www.google.com/recaptcha/api.js?onload=renderGoogleInvisibleRecaptchaFront&render=explicit" async defer></script><meta name='robots' content='max-image-preview:large' />
	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
	
<!-- Google Tag Manager for WordPress by gtm4wp.com -->
<script data-cfasync="false" data-pagespeed-no-defer>
	var gtm4wp_datalayer_name = "dataLayer";
	var dataLayer = dataLayer || [];
</script>
<!-- End Google Tag Manager for WordPress by gtm4wp.com --><link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel="alternate" type="application/rss+xml" title="JRK Property Holdings: Value-Added Property Investments &raquo; Feed" href="https://jrk.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="JRK Property Holdings: Value-Added Property Investments &raquo; Comments Feed" href="https://jrk.com/comments/feed/" />
<script type="text/javascript">
/* <![CDATA[ */
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/jrk.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.1"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
/* ]]> */
</script>
<style id='wp-emoji-styles-inline-css' type='text/css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<link rel='stylesheet' id='contact-form-7-css' href='https://jrk.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.0.6' type='text/css' media='all' />
<link rel='stylesheet' id='cookie-notice-front-css' href='https://jrk.com/wp-content/plugins/cookie-notice/css/front.min.css?ver=2.5.6' type='text/css' media='all' />
<link rel='stylesheet' id='EasyPageTransitionStyles-css' href='https://jrk.com/wp-content/plugins/easy-page-transition/public/frontend/transition-styles/swipe-top.css?ver=6.7.1' type='text/css' media='all' />
<link rel='stylesheet' id='wpos-magnific-style-css' href='https://jrk.com/wp-content/plugins/meta-slider-and-carousel-with-lightbox/assets/css/magnific-popup.css?ver=2.0.4' type='text/css' media='all' />
<link rel='stylesheet' id='wpos-slick-style-css' href='https://jrk.com/wp-content/plugins/meta-slider-and-carousel-with-lightbox/assets/css/slick.css?ver=2.0.4' type='text/css' media='all' />
<link rel='stylesheet' id='wp-igsp-public-css-css' href='https://jrk.com/wp-content/plugins/meta-slider-and-carousel-with-lightbox/assets/css/wp-igsp-public.css?ver=2.0.4' type='text/css' media='all' />
<link rel='stylesheet' id='rs-plugin-settings-css' href='https://jrk.com/wp-content/plugins/revslider/public/assets/css/rs6.css?ver=6.0.9' type='text/css' media='all' />
<style id='rs-plugin-settings-inline-css' type='text/css'>
#rs-demo-id {}
</style>
<link rel='stylesheet' id='pageScrollButtonsStyle-css' href='https://jrk.com/wp-content/plugins/smooth-page-scroll-updown-buttons/assets/css/smooth-page-scroll-updown-buttons.css?ver=1.4.2' type='text/css' media='all' />
<link rel='stylesheet' id='tooltipster-bundle-css' href='https://jrk.com/wp-content/plugins/wpbingo/assets/css/tooltipster.bundle.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='scrollbar-css' href='https://jrk.com/wp-content/plugins/wpbingo/assets/css/jquery.scrollbar.css' type='text/css' media='all' />
<link rel='stylesheet' id='mihouse-fonts-css' href='https://fonts.googleapis.com/css?family=Prata%7COverpass%3A300%2C300i%2C400%2C400i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7CFedero&#038;subset=latin%2Clatin-ext' type='text/css' media='all' />
<link rel='stylesheet' id='mihouse-style-css' href='https://jrk.com/wp-content/themes/mihouse-child/style.css?ver=6.7.1' type='text/css' media='all' />
<!--[if lt IE 9]>
<link rel='stylesheet' id='mihouse-ie-css' href='https://jrk.com/wp-content/themes/mihouse/css/ie.css?ver=20131205' type='text/css' media='all' />
<![endif]-->
<link rel='stylesheet' id='bootstrap-css' href='https://jrk.com/wp-content/themes/mihouse/css/bootstrap.css?ver=6.7.1' type='text/css' media='all' />
<link rel='stylesheet' id='fancybox-css' href='https://jrk.com/wp-content/themes/mihouse/css/jquery.fancybox.css' type='text/css' media='all' />
<link rel='stylesheet' id='mmenu-all-css' href='https://jrk.com/wp-content/themes/mihouse/css/jquery.mmenu.all.css?ver=6.7.1' type='text/css' media='all' />
<link rel='stylesheet' id='slick-css' href='https://jrk.com/wp-content/themes/mihouse/css/slick/slick.css' type='text/css' media='all' />
<link rel='stylesheet' id='fontawesome-css' href='https://jrk.com/wp-content/themes/mihouse/css/fontawesome.css?ver=6.7.1' type='text/css' media='all' />
<link rel='stylesheet' id='icofont-css' href='https://jrk.com/wp-content/themes/mihouse/css/icofont.css?ver=6.7.1' type='text/css' media='all' />
<link rel='stylesheet' id='ionicons-css' href='https://jrk.com/wp-content/themes/mihouse/css/ionicons.css?ver=6.7.1' type='text/css' media='all' />
<link rel='stylesheet' id='materia-css' href='https://jrk.com/wp-content/themes/mihouse/css/materia.css?ver=6.7.1' type='text/css' media='all' />
<link rel='stylesheet' id='elegant-css' href='https://jrk.com/wp-content/themes/mihouse/css/elegant.css?ver=6.7.1' type='text/css' media='all' />
<link rel='stylesheet' id='mihouse-style-template-css' href='https://jrk.com/wp-content/themes/mihouse/css/template.css?ver=6.7.1' type='text/css' media='all' />
<style id='mihouse-style-template-inline-css' type='text/css'>
.blog_title		{font-family:	Federo ;font-size:	14px;font-weight:400;}
</style>
<link rel='stylesheet' id='loftloader-lite-animation-css' href='https://jrk.com/wp-content/plugins/loftloader/assets/css/loftloader.min.css?ver=2024112801' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-icons-css' href='https://jrk.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.36.0' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://jrk.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-9796-css' href='https://jrk.com/wp-content/uploads/elementor/css/post-9796.css?ver=1745348235' type='text/css' media='all' />
<link rel='stylesheet' id='swiper-css' href='https://jrk.com/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5' type='text/css' media='all' />
<link rel='stylesheet' id='e-swiper-css' href='https://jrk.com/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='e-animation-bounceIn-css' href='https://jrk.com/wp-content/plugins/elementor/assets/lib/animations/styles/bounceIn.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='widget-counter-css' href='https://jrk.com/wp-content/plugins/elementor/assets/css/widget-counter.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='e-animation-grow-css' href='https://jrk.com/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='widget-spacer-css' href='https://jrk.com/wp-content/plugins/elementor/assets/css/widget-spacer.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='widget-heading-css' href='https://jrk.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.28.4' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-9392-css' href='https://jrk.com/wp-content/uploads/elementor/css/post-9392.css?ver=1745348235' type='text/css' media='all' />
<link rel='stylesheet' id='styles-child-css' href='https://jrk.com/wp-content/themes/mihouse-child/style.css?ver=6.7.1' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-gf-local-roboto-css' href='https://jrk.com/wp-content/uploads/elementor/google-fonts/css/roboto.css?ver=1742237624' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-gf-local-robotoslab-css' href='https://jrk.com/wp-content/uploads/elementor/google-fonts/css/robotoslab.css?ver=1742237639' type='text/css' media='all' />
<script type="text/javascript" src="https://jrk.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/plugins/cf7-invisible-recaptcha/js/cf7_invisible_recaptcha.js?ver=1.2.3" id="cf7_invisible_recaptcha_functions-js"></script>
<script type="text/javascript" id="cookie-notice-front-js-before">
/* <![CDATA[ */
var cnArgs = {"ajaxUrl":"https:\/\/jrk.com\/wp-admin\/admin-ajax.php","nonce":"9c4ad9d7f8","hideEffect":"fade","position":"bottom","onScroll":false,"onScrollOffset":100,"onClick":true,"cookieName":"cookie_notice_accepted","cookieTime":2592000,"cookieTimeRejected":2592000,"globalCookie":false,"redirection":false,"cache":true,"revokeCookies":false,"revokeCookiesOpt":"automatic"};
/* ]]> */
</script>
<script type="text/javascript" src="https://jrk.com/wp-content/plugins/cookie-notice/js/front.min.js?ver=2.5.6" id="cookie-notice-front-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/plugins/revslider/public/assets/js/revolution.tools.min.js?ver=6.0" id="tp-tools-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.0.9" id="revmin-js"></script>
<link rel="https://api.w.org/" href="https://jrk.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://jrk.com/wp-json/wp/v2/pages/9392" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://jrk.com/xmlrpc.php?rsd" />
<link rel="canonical" href="https://jrk.com/" />
<link rel='shortlink' href='https://jrk.com/' />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://jrk.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fjrk.com%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://jrk.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fjrk.com%2F&#038;format=xml" />
<meta name="generator" content="Redux 4.5.7" />
  
  <div class="ept_swipe" style="background-color:#000000;"></div>

        <script type="text/javascript">
        var ajaxurl = 'https://jrk.com/wp-admin/admin-ajax.php';
        </script>
    
<!-- Google Tag Manager for WordPress by gtm4wp.com -->
<!-- GTM Container placement set to manual -->
<script data-cfasync="false" data-pagespeed-no-defer>
	var dataLayer_content = {"pagePostType":"frontpage","pagePostType2":"single-page","pagePostAuthor":"Annie Blanco"};
	dataLayer.push( dataLayer_content );
</script>
<script data-cfasync="false" data-pagespeed-no-defer>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T3LQW9K');
</script>
<!-- End Google Tag Manager for WordPress by gtm4wp.com -->		<script>
			document.documentElement.className = document.documentElement.className.replace('no-js', 'js');
		</script>
				<style>
			.no-js img.lazyload {
				display: none;
			}

			figure.wp-block-image img.lazyloading {
				min-width: 150px;
			}

						.lazyload, .lazyloading {
				opacity: 0;
			}

			.lazyloaded {
				opacity: 1;
				transition: opacity 400ms;
				transition-delay: 0ms;
			}

					</style>
		<meta name="generator" content="Elementor 3.28.4; features: additional_custom_breakpoints, e_local_google_fonts; settings: css_print_method-external, google_font-enabled, font_display-auto">
			<style>
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			</style>
			<meta name="generator" content="Powered by Slider Revolution 6.0.9 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." />
<link rel="icon" href="https://jrk.com/wp-content/uploads/2019/11/favicon-1.png" sizes="32x32" />
<link rel="icon" href="https://jrk.com/wp-content/uploads/2019/11/favicon-1.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://jrk.com/wp-content/uploads/2019/11/favicon-1.png" />
<meta name="msapplication-TileImage" content="https://jrk.com/wp-content/uploads/2019/11/favicon-1.png" />
<script type="text/javascript">function setREVStartSize(a){try{var b,c=document.getElementById(a.c).parentNode.offsetWidth;if(c=0===c||isNaN(c)?window.innerWidth:c,a.tabw=void 0===a.tabw?0:parseInt(a.tabw),a.thumbw=void 0===a.thumbw?0:parseInt(a.thumbw),a.tabh=void 0===a.tabh?0:parseInt(a.tabh),a.thumbh=void 0===a.thumbh?0:parseInt(a.thumbh),a.tabhide=void 0===a.tabhide?0:parseInt(a.tabhide),a.thumbhide=void 0===a.thumbhide?0:parseInt(a.thumbhide),a.mh=void 0===a.mh||""==a.mh?0:a.mh,"fullscreen"===a.layout||"fullscreen"===a.l)b=Math.max(a.mh,window.innerHeight);else{for(var d in a.gw=Array.isArray(a.gw)?a.gw:[a.gw],a.rl)(void 0===a.gw[d]||0===a.gw[d])&&(a.gw[d]=a.gw[d-1]);for(var d in a.gh=void 0===a.el||""===a.el||Array.isArray(a.el)&&0==a.el.length?a.gh:a.el,a.gh=Array.isArray(a.gh)?a.gh:[a.gh],a.rl)(void 0===a.gh[d]||0===a.gh[d])&&(a.gh[d]=a.gh[d-1]);var e,f=Array(a.rl.length),g=0;for(var d in a.tabw=a.tabhide>=c?0:a.tabw,a.thumbw=a.thumbhide>=c?0:a.thumbw,a.tabh=a.tabhide>=c?0:a.tabh,a.thumbh=a.thumbhide>=c?0:a.thumbh,a.rl)f[d]=a.rl[d]<window.innerWidth?0:a.rl[d];for(var d in e=f[0],f)e>f[d]&&0<f[d]&&(e=f[d],g=d);var h=c>a.gw[g]+a.tabw+a.thumbw?1:(c-(a.tabw+a.thumbw))/a.gw[g];b=a.gh[g]*h+(a.tabh+a.thumbh)}void 0===window.rs_init_css&&(window.rs_init_css=document.head.appendChild(document.createElement("style"))),document.getElementById(a.c).height=b,window.rs_init_css.innerHTML+="#"+a.c+"_wrapper { height: "+b+"px }"}catch(a){console.log("Failure at Presize of Slider:"+a)}};</script>
<style id="loftloader-lite-custom-bg-color">#loftloader-wrapper .loader-section {
	background: #000000;
}
</style><style id="loftloader-lite-custom-bg-opacity">#loftloader-wrapper .loader-section {
	opacity: 0.95;
}
</style><style id="loftloader-lite-custom-loader">#loftloader-wrapper.pl-frame #loader {
	color: #ffffff;
}
</style>		<style type="text/css" id="wp-custom-css">
			.page-scroll-buttons {
    display: none !important;
}

.msacwl-slide img.msacwl-img, .msacwl-carousel-slide img.msacwl-img {
	object-fit: contain;
	-o-object-fit: contain;
}

.msacwl-carousel-wrap .msacwl-carousel-slide { height: auto; }

@media only screen and (min-width: 767px) {
.msacwl-carousel-slide a { height: auto; }
.msacwl-gallery-caption { background: rgba(0,0,0,0.6); }
}

#iframeHeightDiv > p { height: 100%; }

body.employee-privacy-policy .elementor-text-editor ol,
body.employee-privacy-policy .elementor-text-editor ul {
	margin-bottom: 30px;
}

body.employee-privacy-policy .elementor-text-editor li ol,
body.employee-privacy-policy .elementor-text-editor li ul {
	margin-bottom: 0;
}

body.employee-privacy-policy .tablebox td.thead {
	line-height: 1.3em;
}		</style>
			<!-- Google Tag Manager -->
	<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
	new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
	j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
	'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
	})(window,document,'script','dataLayer','GTM-KSNPS3T');</script>
	<!-- End Google Tag Manager -->
</head>
<body class="home page-template page-template-page-templates page-template-homepage page-template-page-templateshomepage-php page page-id-9392 cookies-not-set banners-effect-1 full-layout loftloader-lite-enabled elementor-default elementor-kit-9796 elementor-page elementor-page-9392"><div id="loftloader-wrapper" class="pl-frame" data-show-close-time="16000" data-max-load-time="0"><div class="loader-section section-fade"></div><div class="loader-inner"><div id="loader"><img width="130" height="37" data-no-lazy="1" class="skip-lazy" alt="loader image" src="https://jrk.com/wp-content/uploads/2019/11/wlogo.png"><span></span></div></div><div class="loader-close-button" style="display: none;"><span class="screen-reader-text">Close</span></div></div>

<!-- GTM Container placement set to manual -->
<!-- Google Tag Manager (noscript) -->
				<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T3LQW9K" height="0" width="0" style="display:none;visibility:hidden" aria-hidden="true"></iframe></noscript>
<!-- End Google Tag Manager (noscript) --><!-- End Google Tag Manager (noscript) -->
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KSNPS3T"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->	
<div id='page' class="hfeed page-wrapper">
			<h1 class="bwp-title hide"><a href="https://jrk.com/" rel="home">JRK Property Holdings: Value-Added Property Investments</a></h1>
<header id='bwp-header' class="bwp-header header-v2">
	<div class='header-wrapper head4box'>
		<div class='header-content' data-sticky_header="1">
			<div class="col-lg-2 col-md-2 col-sm-12 col-xs-8 header-logo ">
						<div class="wpbingoLogo">
			<a  href="https://jrk.com/">
									<img data-src="https://jrk.com/wp-content/uploads/2019/09/logo.png" alt="JRK Property Holdings: Value-Added Property Investments" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" class="lazyload" style="--smush-placeholder-width: 358px; --smush-placeholder-aspect-ratio: 358/80;" />
							</a>
		</div>
					
				<div class="bkwpbingoLogo">
			<a href="https://jrk.wpengine.com/">
									<img data-src="https://jrk.wpengine.com/wp-content/uploads/2019/04/flogo.png" alt="JRK Property Holdings: Value-Added Property Investments" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" class="lazyload">
							</a>
		</div>
			</div>
			<div class="col-lg-10 col-md-10 col-sm-6 col-xs-4 header-menu">
				<div class="wpbingo-menu-mobile">
					<div class="wpbingo-menu-wrapper">
			<div class="megamenu">
				<nav class="navbar-default">
					<div class="navbar-header">
						<button type="button" id="show-megamenu"  class="navbar-toggle">
							<span><div class="hamburger">
  <div class="top-bun"></div>
  <div class="meat"></div>
  <div class="bottom-bun"></div>
</div></span>
						</button>
					</div>
					<div  class="bwp-navigation primary-navigation navbar-mega">
						<div class="float-menu">
<nav id="main-navigation" class="std-menu clearfix">
<div class="menu-header-menu-container"><ul id="menu-header-menu" class="menu"><li  class="level-0 menu-item-9594    menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-9392 current_page_item  std-menu      " ><a href="https://jrk.com/"><span class="menu-item-text">Home</span></a></li>
<li  class="level-0 menu-item-9458    menu-item menu-item-type-post_type menu-item-object-page  std-menu      " ><a href="https://jrk.com/about-us/"><span class="menu-item-text">About Us</span></a></li>
<li  class="level-0 menu-item-9706    menu-item menu-item-type-post_type menu-item-object-page  std-menu      " ><a href="https://jrk.com/our-team/"><span class="menu-item-text">Our Team</span></a></li>
<li  class="level-0 menu-item-9589    menu-item menu-item-type-post_type menu-item-object-page  std-menu      " ><a href="https://jrk.com/investment-strategy/"><span class="menu-item-text">Investment Strategy</span></a></li>
<li  class="level-0 menu-item-9814    menu-item menu-item-type-post_type menu-item-object-page  std-menu      " ><a href="https://jrk.com/careers/"><span class="menu-item-text">Careers</span></a></li>
<li  class="level-0 menu-item-9623    menu-item menu-item-type-post_type menu-item-object-page  std-menu      " ><a href="https://jrk.com/contact-us/"><span class="menu-item-text">Contact Us</span></a></li>
</ul></div></nav>

</div>

					</div>
				</nav> 
			</div>       
		</div>				</div>
			</div>
			<!--div class="col-lg-2 col-md-2 col-sm-6 col-xs-6 header-right hidden-xs">
							</div-->
		</div>
	</div><!-- End header-wrapper -->
</header><!-- End #bwp-header -->	<div id="bwp-main" class="bwp-main">
	<div class="page-title bwp-title lazyload"  style="background-size: cover;background-image:inherit;" data-bg-image="url(https://jrk.com/wp-content/uploads/2020/10/Lakeside-II-10-FULL.jpg)"> 			<div class="container" >
									<h1>Home &#8211; Video					</h1>
															</div><!-- .container -->
		</div><!-- Page Title -->
	<div id="main-content" class="main-content">
	<div id="primary" class="content-area container">
		<div id="content" class="site-content" role="main">
			<article id="post-9392" class="post-9392 page type-page status-publish hentry">
		<div class="entry-content clearfix">
				<div data-elementor-type="wp-post" data-elementor-id="9392" class="elementor elementor-9392">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-5e94fd2 elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="5e94fd2" data-element_type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2d043a5" data-id="2d043a5" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f7e9a50 elementor-widget elementor-widget-wp-widget-rev-slider-widget" data-id="f7e9a50" data-element_type="widget" data-widget_type="wp-widget-rev-slider-widget.default">
				<div class="elementor-widget-container">
					
			<!-- START New Video Home REVOLUTION SLIDER 6.0.9 --><p class="rs-p-wp-fix"></p>
			<rs-module-wrap id="rev_slider_13_1_wrapper" data-source="gallery" style="background:transparent;padding:0;">
				<rs-module id="rev_slider_13_1" style="display:none;" data-version="6.0.9">
					<rs-slides>
						<rs-slide data-key="rs-28" data-title="Slide" data-duration="6510" data-anim="ei:d;eo:d;s:600;r:0;t:fade;sl:d;">
							<img fetchpriority="high" decoding="async" src="//jrk.com/wp-content/uploads/2020/07/849590344_1280x720.jpg" title="849590344_1280x720" width="1280" height="720" data-parallax="off" class="rev-slidebg" data-no-retina>
							<rs-bgvideo 
								data-video="vc:none;w:100%;h:100%;nse:false;"
								data-vimeoid="386851939"
								data-vatr="background=1&title=0&byline=0&portrait=0&api=1"
							></rs-bgvideo>
<!--
							--><rs-layer
								id="slider-13-slide-28-layer-10" 
								data-type="text"
								data-color="#2d2d2d"
								data-rsp_ch="on"
								data-xy="xo:366px,366px,326px,247px;yo:809px,809px,509px,294px;"
								data-text="l:22;a:inherit;"
								data-vbility="t,f,t,f"
								data-frame_0="x:100%;o:1;tp:600;"
								data-frame_0_mask="u:t;"
								data-frame_1="tp:600;st:1920;sp:1500;sR:1920;"
								data-frame_1_mask="u:t;"
								data-frame_999="o:0;tp:600;st:w;sR:3840;"
								style="z-index:9;font-family:Open Sans;"
							> <i class="fa-long-arrow-right"></i> 
							</rs-layer><!--

							--><rs-layer
								id="newfont1" 
								class="newfont"
								data-type="text"
								data-rsp_ch="on"
								data-xy="x:c;xo:0,0,-4px,0;y:t,t,t,m;yo:529px,529px,255px,35px;"
								data-text="w:normal;s:30,30,28,30;l:35,35,34,35;a:center;"
								data-dim="w:1060px,1060px,465px,363px;"
								data-frame_1="e:Linear.easeNone;sp:7000;"
								data-frame_999="o:0;st:w;"
								style="z-index:10;font-family:Arial, Helvetica, sans-serif;"
							>Creating Value in Real Estate Investments 
							</rs-layer><!--

							--><rs-layer
								id="slider-13-slide-28-layer-21" 
								data-type="image"
								data-rsp_ch="on"
								data-xy="x:c;y:t,t,t,m;yo:434px,434px,190px,-50px;"
								data-text="w:normal;s:20,20,8,4;l:25,25,10,6;"
								data-dim="w:270px,270px,118px,235px;h:74px,74px,31px,64px;"
								data-frame_1="e:Power4.easeInOut;sp:5000;"
								data-frame_999="o:0;st:w;"
								style="z-index:11;font-family:Roboto;"
							><img decoding="async" data-src="//jrk.com/wp-content/uploads/2019/12/wlogo.png" width="388" height="106" data-no-retina src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" class="lazyload" style="--smush-placeholder-width: 388px; --smush-placeholder-aspect-ratio: 388/106;"> 
							</rs-layer><!--

							--><rs-layer
								id="slider-13-slide-28-layer-22" 
								data-type="shape"
								data-rsp_ch="on"
								data-xy="x:c;y:m;"
								data-text="w:normal;s:20,20,8,4;l:0,0,10,6;"
								data-dim="w:100%;h:100%;"
								data-basealign="slide"
								data-frame_999="o:0;st:w;"
								style="z-index:8;background-color:rgba(0,0,0,0);font-family:Roboto;"
							> 
							</rs-layer><!--
-->						</rs-slide>
					</rs-slides>
					<rs-progress class="rs-bottom" style="visibility: hidden !important;"></rs-progress>
				</rs-module>
				<script type="text/javascript">
					setREVStartSize({c: 'rev_slider_13_1',rl:[1240,1240,778,480],el:[1020,1020,660,400],gw:[1768,1768,778,480],gh:[1020,1020,660,400],layout:'fullscreen',offsetContainer:'',offset:'',mh:"0"});
					var	revapi13,
						tpj;
					jQuery(function() {
						tpj = jQuery;
						if(tpj("#rev_slider_13_1").revolution == undefined){
							revslider_showDoubleJqueryError("#rev_slider_13_1");
						}else{
							revapi13 = tpj("#rev_slider_13_1").show().revolution({
								jsFileLocation:"//jrk.com/wp-content/plugins/revslider/public/assets/js/",
								sliderLayout:"fullscreen",
								visibilityLevels:"1240,1240,778,480",
								gridwidth:"1768,1768,778,480",
								gridheight:"1020,1020,660,400",
								minHeight:"",
								spinner:"spinner0",
								editorheight:"1020,768,660,400",
								responsiveLevels:"1240,1240,778,480",
								disableProgressBar:"on",
								navigation: {
									onHoverStop:false
								},
								parallax: {
									levels:[5,10,15,20,25,30,35,40,45,46,47,48,49,50,51,55],
									type:"scroll",
									origo:"slidercenter"
								},
								fallbacks: {
									allowHTML5AutoPlayOnAndroid:true
								},
							});
						}
						
					});
				</script>
			</rs-module-wrap>
			<!-- END REVOLUTION SLIDER -->
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-291d1e3 elementor-section-full_width statbox elementor-section-height-default elementor-section-height-default" data-id="291d1e3" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-053c2a9" data-id="053c2a9" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1bdf202 statsbox elementor-invisible elementor-widget elementor-widget-counter" data-id="1bdf202" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;bounceIn&quot;}" data-widget_type="counter.default">
				<div class="elementor-widget-container">
							<div class="elementor-counter">
			<div class="elementor-counter-title">Owned and Operated</div>			<div class="elementor-counter-number-wrapper">
				<span class="elementor-counter-number-prefix">$</span>
				<span class="elementor-counter-number" data-duration="5000" data-to-value="15" data-from-value="6" data-delimiter=",">6</span>
				<span class="elementor-counter-number-suffix">B</span>
			</div>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-a089ab6" data-id="a089ab6" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-161c236 statsbox elementor-invisible elementor-widget elementor-widget-counter" data-id="161c236" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;bounceIn&quot;}" data-widget_type="counter.default">
				<div class="elementor-widget-container">
							<div class="elementor-counter">
			<div class="elementor-counter-title">Multifamily Units <br />Since Founding</div>			<div class="elementor-counter-number-wrapper">
				<span class="elementor-counter-number-prefix"></span>
				<span class="elementor-counter-number" data-duration="5000" data-to-value="80000" data-from-value="78000" data-delimiter=",">78000</span>
				<span class="elementor-counter-number-suffix"></span>
			</div>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-76a171b" data-id="76a171b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-8d692cf statsbox elementor-invisible elementor-widget elementor-widget-counter" data-id="8d692cf" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;bounceIn&quot;}" data-widget_type="counter.default">
				<div class="elementor-widget-container">
							<div class="elementor-counter">
			<div class="elementor-counter-title">Established 1991</div>			<div class="elementor-counter-number-wrapper">
				<span class="elementor-counter-number-prefix"></span>
				<span class="elementor-counter-number" data-duration="5000" data-to-value="1991" data-from-value="1900">1900</span>
				<span class="elementor-counter-number-suffix"></span>
			</div>
		</div>
						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-653071f" data-id="653071f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ff4f519 statsbox elementor-invisible elementor-widget elementor-widget-counter" data-id="ff4f519" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;bounceIn&quot;}" data-widget_type="counter.default">
				<div class="elementor-widget-container">
							<div class="elementor-counter">
			<div class="elementor-counter-title">Located in 23 states </div>			<div class="elementor-counter-number-wrapper">
				<span class="elementor-counter-number-prefix"></span>
				<span class="elementor-counter-number" data-duration="5000" data-to-value="23" data-from-value="15" data-delimiter=",">15</span>
				<span class="elementor-counter-number-suffix"></span>
			</div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4dc6708 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4dc6708" data-element_type="section">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7822016" data-id="7822016" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ed33eef elementor-align-center elementor-widget elementor-widget-button" data-id="ed33eef" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-grow" href="https://jrk.com/about-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">READ MORE ABOUT US</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-2aa4c03 elementor-section-content-middle homemap elementor-section-stretched elementor-section-full_width elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-section-height-default elementor-section-height-default" data-id="2aa4c03" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b873ba5" data-id="b873ba5" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ff630b9 elementor-widget elementor-widget-spacer" data-id="ff630b9" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-d4a8a25 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="d4a8a25" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e4b2222" data-id="e4b2222" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b84260d elementor-align-center elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-widget elementor-widget-button" data-id="b84260d" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-grow" href="https://jrk.com/our-properties/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">SELECT PORTFOLIO PROPERTIES</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-5a00d84 elementor-widget elementor-widget-shortcode" data-id="5a00d84" data-element_type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
							<div class="elementor-shortcode">		<div class="msacwl-carousel-wrap msacwl-row-clearfix " data-conf="{&quot;slide_to_show&quot;:3,&quot;slide_to_scroll&quot;:1,&quot;autoplay&quot;:&quot;true&quot;,&quot;autoplay_speed&quot;:3000,&quot;speed&quot;:300,&quot;arrows&quot;:&quot;true&quot;,&quot;dots&quot;:&quot;false&quot;,&quot;lazyload&quot;:&quot;&quot;}">
			<div id="msacwl-carousel-1" class="msacwl-carousel msacwl-common-slider msacwl-slider-popup">
								<div class="msacwl-carousel-slide msacwl-slide" data-item-index="1" >

					<a class="msacwl-img-link" href="javascript:void(0);" data-mfp-src="https://jrk.com/wp-content/uploads/2020/09/OHSM1-SUNSET-TERRACE-01-0463-B-e1655490127791.jpg">
						<img decoding="async" class="msacwl-img lazyload" data-src="https://jrk.com/wp-content/uploads/2020/09/OHSM1-SUNSET-TERRACE-01-0463-B-e1655490127791.jpg"  data-title="Oceana" alt="" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000/647;" />
					</a>

											<div class="msacwl-gallery-caption">
															<span class="image_title">Oceana</span>
															<span></span>
													</div>
									</div>
								<div class="msacwl-carousel-slide msacwl-slide" data-item-index="2" >

					<a class="msacwl-img-link" href="javascript:void(0);" data-mfp-src="https://jrk.com/wp-content/uploads/2019/10/Serenade-At-River-Park-e1655489645965.jpg">
						<img decoding="async" class="msacwl-img lazyload" data-src="https://jrk.com/wp-content/uploads/2019/10/Serenade-At-River-Park-e1655489645965.jpg"  data-title="Serenade At River Park" alt="" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000/647;" />
					</a>

											<div class="msacwl-gallery-caption">
															<span class="image_title">Serenade At River Park</span>
															<span></span>
													</div>
									</div>
								<div class="msacwl-carousel-slide msacwl-slide" data-item-index="3" >

					<a class="msacwl-img-link" href="javascript:void(0);" data-mfp-src="https://jrk.com/wp-content/uploads/2020/09/Apex-Hudson-Riverfront-e1655489786881.jpg">
						<img decoding="async" class="msacwl-img lazyload" data-src="https://jrk.com/wp-content/uploads/2020/09/Apex-Hudson-Riverfront-e1655489786881.jpg"  data-title="Apex Hudson Riverfront" alt="" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000/647;" />
					</a>

											<div class="msacwl-gallery-caption">
															<span class="image_title">Apex Hudson Riverfront</span>
															<span></span>
													</div>
									</div>
								<div class="msacwl-carousel-slide msacwl-slide" data-item-index="4" >

					<a class="msacwl-img-link" href="javascript:void(0);" data-mfp-src="https://jrk.com/wp-content/uploads/2022/11/909_West.jpg">
						<img decoding="async" class="msacwl-img lazyload" data-src="https://jrk.com/wp-content/uploads/2022/11/909_West.jpg"  data-title="909 West" alt="" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000/647;" />
					</a>

											<div class="msacwl-gallery-caption">
															<span class="image_title">909 West</span>
															<span></span>
													</div>
									</div>
								<div class="msacwl-carousel-slide msacwl-slide" data-item-index="5" >

					<a class="msacwl-img-link" href="javascript:void(0);" data-mfp-src="https://jrk.com/wp-content/uploads/2020/09/Dominion-Heights-e1655489871430.jpg">
						<img decoding="async" class="msacwl-img lazyload" data-src="https://jrk.com/wp-content/uploads/2020/09/Dominion-Heights-e1655489871430.jpg"  data-title="Dominion Heights" alt="" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000/647;" />
					</a>

											<div class="msacwl-gallery-caption">
															<span class="image_title">Dominion Heights</span>
															<span></span>
													</div>
									</div>
								<div class="msacwl-carousel-slide msacwl-slide" data-item-index="6" >

					<a class="msacwl-img-link" href="javascript:void(0);" data-mfp-src="https://jrk.com/wp-content/uploads/2020/09/Park-Place-e1655489916459.jpg">
						<img decoding="async" class="msacwl-img lazyload" data-src="https://jrk.com/wp-content/uploads/2020/09/Park-Place-e1655489916459.jpg"  data-title="Park Place" alt="" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000/647;" />
					</a>

											<div class="msacwl-gallery-caption">
															<span class="image_title">Park Place</span>
															<span></span>
													</div>
									</div>
								<div class="msacwl-carousel-slide msacwl-slide" data-item-index="7" >

					<a class="msacwl-img-link" href="javascript:void(0);" data-mfp-src="https://jrk.com/wp-content/uploads/2020/09/Residences-at-Arlington-Heights1-e1655489953954.jpg">
						<img decoding="async" class="msacwl-img lazyload" data-src="https://jrk.com/wp-content/uploads/2020/09/Residences-at-Arlington-Heights1-e1655489953954.jpg"  data-title="Residences at Arlington Heights" alt="" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000/647;" />
					</a>

											<div class="msacwl-gallery-caption">
															<span class="image_title">Residences at Arlington Heights</span>
															<span></span>
													</div>
									</div>
								<div class="msacwl-carousel-slide msacwl-slide" data-item-index="8" >

					<a class="msacwl-img-link" href="javascript:void(0);" data-mfp-src="https://jrk.com/wp-content/uploads/2020/09/Retreat-at-Mesa-Hills1-e1655490002846.jpg">
						<img decoding="async" class="msacwl-img lazyload" data-src="https://jrk.com/wp-content/uploads/2020/09/Retreat-at-Mesa-Hills1-e1655490002846.jpg"  data-title="Retreat at Mesa Hills" alt="" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000/647;" />
					</a>

											<div class="msacwl-gallery-caption">
															<span class="image_title">Retreat at Mesa Hills</span>
															<span></span>
													</div>
									</div>
								<div class="msacwl-carousel-slide msacwl-slide" data-item-index="9" >

					<a class="msacwl-img-link" href="javascript:void(0);" data-mfp-src="https://jrk.com/wp-content/uploads/2020/09/Saratoga-Place1-e1655490049921.jpg">
						<img decoding="async" class="msacwl-img lazyload" data-src="https://jrk.com/wp-content/uploads/2020/09/Saratoga-Place1-e1655490049921.jpg"  data-title="Saratoga Place" alt="" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000/647;" />
					</a>

											<div class="msacwl-gallery-caption">
															<span class="image_title">Saratoga Place</span>
															<span></span>
													</div>
									</div>
								<div class="msacwl-carousel-slide msacwl-slide" data-item-index="10" >

					<a class="msacwl-img-link" href="javascript:void(0);" data-mfp-src="https://jrk.com/wp-content/uploads/2020/12/Print-Citra-Lux-Apartments-8-e1655490088297.jpg">
						<img decoding="async" class="msacwl-img lazyload" data-src="https://jrk.com/wp-content/uploads/2020/12/Print-Citra-Lux-Apartments-8-e1655490088297.jpg"  data-title="Citra Luxury Apartments" alt="" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 1000px; --smush-placeholder-aspect-ratio: 1000/647;" />
					</a>

											<div class="msacwl-gallery-caption">
															<span class="image_title">Citra Luxury Apartments</span>
															<span></span>
													</div>
									</div>
							</div>
		</div>
	</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
			</div><!-- .entry-content -->
</article><!-- #post-## -->		</div><!-- #content -->
	</div><!-- #primary -->
</div><!-- #main-content -->
</div><!-- #main -->
			
					<footer id="bwp-footer" class="bwp-footer footer-2">
				<div class="container">
							<div data-elementor-type="wp-post" data-elementor-id="6983" class="elementor elementor-6983">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-d52efac elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d52efac" data-element_type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-c07ae7b" data-id="c07ae7b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-042eb23 flogo elementor-widget elementor-widget-text-editor" data-id="042eb23" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><a href="https://jrk.com"><img class="alignleft wp-image-9351 size-full lazyload" data-src="https://jrk.com/wp-content/uploads/2019/04/flogo.png" alt="" width="224" height="50" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 224px; --smush-placeholder-aspect-ratio: 224/50;" /></a></p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-71196e3" data-id="71196e3" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-d33e1ed flogo2 elementor-widget elementor-widget-text-editor" data-id="d33e1ed" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><a href="#equal"><img class="alignleft wp-image-9349 size-full lazyload" data-src="https://jrk.com/wp-content/uploads/2019/09/eqq.png" alt="" width="122" height="35" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" style="--smush-placeholder-width: 122px; --smush-placeholder-aspect-ratio: 122/35;" /></a></p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-16 elementor-top-column elementor-element elementor-element-678e620" data-id="678e620" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f302319 flinks elementor-widget elementor-widget-text-editor" data-id="f302319" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: right;"><a style="color: #ffffff;" href="https://jrk.com/careers/">Careers</a> | <a style="color: #ffffff;" href="https://jrk.com/contact-us/">Contact Us</a> | <a style="color: #ffffff;" href="https://jrk.com/press/">Press Room</a> | <a style="color: #ffffff;" href="https://jrk.com/ada-compliance/">ADA Compliance</a><br>
<span class="smallfont" style="color: #ffffff;">Corporate Headquarters: 11766 Wilshire Blvd., 15th Floor | Los Angeles, CA 90025</span><br>
<span class="smallfont" style="color: #ffffff;">Phone: (310) 268-8344 <!--| Residential Relations Line: (310) 696-7363 --> </span></p>


<hr style="color: #fff;" />								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-e9363ee elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="e9363ee" data-element_type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-efc4111" data-id="efc4111" data-element_type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
				<div class="elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-8d615bb" data-id="8d615bb" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e3efbe2 no-mg text-copyright elementor-widget elementor-widget-html" data-id="e3efbe2" data-element_type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<div class="copy1" style="font-size: 25px;color:#fff;float: left;"><a href="https://www.linkedin.com/company/jrk-property-holdings"target="_blank"><i class="fab fa-linkedin" style="color:#fff"></i></a></div>
<div  class="copy2" style="float:right"><span style="color: #ffffff; font-size: 12px;">Copyright © 2019 JRK Property Holdings. All Rights Reserved. <a href="https://jrk.com/ada-compliance/" style="color:#fff">ADA Compliance</a> and <a href="https://jrk.com/privacy_policy/" style="color:#fff">Privacy Policy</a> | <a href="https://jrk.com/employee-privacy-policy/" style="color:#fff">Employee Privacy Policy</a></span></div>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
						</div>
			</footer>
			</div><!-- #page -->
	<div class="search-overlay">	
		<span class="close-search"><i class="icon_close"></i></span>	
		<div class="container wrapper-search">
			<form role="search" method="get" id="searchform" class="search-from" action="https://jrk.com/" >
					<input type="text" value="" name="s"  class="s" placeholder="Type here" />
					<button id="searchsubmit" class="btn" type="submit">
						<i class="icofont icofont-search"></i>
						<span>Search</span>
					</button>
				</form>		</div>	
	</div>
	<div class="bwp-quick-view">
	</div>	
		<div class="back-top">
		<i class="zmdi zmdi-arrow-left"></i>
	</div>
					<span id="tipus"></span>
					<script>
				const lazyloadRunObserver = () => {
					const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
					const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
						entries.forEach( ( entry ) => {
							if ( entry.isIntersecting ) {
								let lazyloadBackground = entry.target;
								if( lazyloadBackground ) {
									lazyloadBackground.classList.add( 'e-lazyloaded' );
								}
								lazyloadBackgroundObserver.unobserve( entry.target );
							}
						});
					}, { rootMargin: '200px 0px 200px 0px' } );
					lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
						lazyloadBackgroundObserver.observe( lazyloadBackground );
					} );
				};
				const events = [
					'DOMContentLoaded',
					'elementor/lazyload/observe',
				];
				events.forEach( ( event ) => {
					document.addEventListener( event, lazyloadRunObserver );
				} );
			</script>
			<link rel='stylesheet' property='stylesheet' id='rs-icon-set-fa-icon-css' href='https://jrk.com/wp-content/plugins/revslider/public/assets/fonts/font-awesome/css/font-awesome.css' type='text/css' media='all' />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400%7CRoboto:400" rel="stylesheet" property="stylesheet" type="text/css" media="all">

		<script type="text/javascript">
		if(typeof revslider_showDoubleJqueryError === "undefined") {
			function revslider_showDoubleJqueryError(sliderID) {
				var err = "<div class='rs_error_message_box'>";
				err += "<div class='rs_error_message_oops'>Oops...</div>";
				err += "<div class='rs_error_message_content'>";
				err += "You have some jquery.js library include that comes after the Slider Revolution files js inclusion.<br>";
				err += "To fix this, you can:<br>&nbsp;&nbsp;&nbsp; 1. Set 'Module General Options' ->  'jQuery & OutPut Filters' -> 'Put JS to Body' to on";
				err += "<br>&nbsp;&nbsp;&nbsp; 2. Find the double jQuery.js inclusion and remove it";
				err += "</div>";
			err += "</div>";
				jQuery(sliderID).show().html(err);
			}
		}		</script>
<link rel='stylesheet' id='redux-custom-fonts-css' href='//jrk.com/wp-content/uploads/redux/custom-fonts/fonts.css?ver=1674239167' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-6983-css' href='https://jrk.com/wp-content/uploads/elementor/css/post-6983.css?ver=1745348235' type='text/css' media='all' />
<script type="text/javascript" src="https://jrk.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script>
<script type="text/javascript" id="wp-i18n-js-after">
/* <![CDATA[ */
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
/* ]]> */
</script>
<script type="text/javascript" src="https://jrk.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.0.6" id="swv-js"></script>
<script type="text/javascript" id="contact-form-7-js-before">
/* <![CDATA[ */
var wpcf7 = {
    "api": {
        "root": "https:\/\/jrk.com\/wp-json\/",
        "namespace": "contact-form-7\/v1"
    },
    "cached": 1
};
/* ]]> */
</script>
<script type="text/javascript" src="https://jrk.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.0.6" id="contact-form-7-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/plugins/easy-page-transition/public/frontend/transition-scripts/swipe.js?ver=1.0.0" id="EasyPageTransitionScripts-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/plugins/smooth-page-scroll-updown-buttons/assets/js/smooth-page-scroll-updown-buttons.min.js?ver=1.4.2" id="pageScrollButtonsLib-js"></script>
<script type="text/javascript" id="addButtons-js-extra">
/* <![CDATA[ */
var add_buttons_engage = {"positioning":"2","topbutton":"","buttonsize":"45","distance":"100","speed":"1200"};
/* ]]> */
</script>
<script type="text/javascript" src="https://jrk.com/wp-content/plugins/smooth-page-scroll-updown-buttons/assets/js/addButtons.js?ver=1.4.2" id="addButtons-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/plugins/wpbingo/assets/js/wpbingo.js?ver=6.7.1" id="bwp-wpbingo-js-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/plugins/wpbingo/assets/js/tooltipster.bundle.min.js?ver=6.7.1" id="tooltipster-bundle-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/plugins/wpbingo/assets/js/jquery.scrollbar.min.js?ver=6.7.1" id="scrollbar-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/plugins/wpbingo/assets/js/hostspots.js?ver=6.7.1" id="bwp-hostspots-js-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/themes/mihouse/js/bootstrap.min.js" id="bootstrap-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/themes/mihouse/js/jquery.mmenu.all.min.js" id="mmenu-all-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/themes/mihouse/js/slick.min.js" id="slick-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/themes/mihouse/js/instafeed.min.js" id="instafeed-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/themes/mihouse/js/jquery.countdown.min.js" id="countdown-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/themes/mihouse/js/jquery.fancybox.min.js" id="fancybox-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/themes/mihouse/js/jquery.elevatezoom.js" id="elevatezoom-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/themes/mihouse/js/jquery.swipebox.min.js" id="swipebox-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/themes/mihouse/js/jquery.sticky-kit.min.js" id="sticky-kit-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/themes/mihouse/js/wc-quantity-increment.min.js" id="wc-quantity-increment-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/themes/mihouse/js/isotopes.js" id="isotopes-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/themes/mihouse/js/jquery.cookie.min.js" id="jquery-cookie-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/themes/mihouse/js/newsletter.js" id="mihouse-newsletter-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/themes/mihouse/js/functions.js" id="mihouse-script-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/themes/mihouse/js/portfolio.js" id="mihouse-portfolio-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5" id="swiper-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.min.js?ver=0.2.1" id="jquery-numerator-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/plugins/wp-smushit/app/assets/js/smush-lazy-load.min.js?ver=3.18.1" id="smush-lazy-load-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/plugins/meta-slider-and-carousel-with-lightbox/assets/js/jquery.magnific-popup.min.js?ver=2.0.4" id="wpos-magnific-script-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/plugins/meta-slider-and-carousel-with-lightbox/assets/js/slick.min.js?ver=2.0.4" id="wpos-slick-jquery-js"></script>
<script type="text/javascript" id="wp-igsp-public-js-js-extra">
/* <![CDATA[ */
var WpIsgp = {"elementor_preview":"0","is_mobile":"0","is_rtl":"0","is_avada":"0"};
/* ]]> */
</script>
<script type="text/javascript" src="https://jrk.com/wp-content/plugins/meta-slider-and-carousel-with-lightbox/assets/js/wp-igsp-public.js?ver=2.0.4" id="wp-igsp-public-js-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.28.4" id="elementor-webpack-runtime-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.28.4" id="elementor-frontend-modules-js"></script>
<script type="text/javascript" src="https://jrk.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script>
<script type="text/javascript" id="elementor-frontend-js-before">
/* <![CDATA[ */
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.28.4","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"e_local_google_fonts":true,"editor_v2":true,"home_screen":true},"urls":{"assets":"https:\/\/jrk.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/jrk.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/jrk.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"80911a5e55"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":9392,"title":"JRK%20Property%20Holdings%3A%20Value-Added%20Property%20Investments","excerpt":"","featuredImage":false}};
/* ]]> */
</script>
<script type="text/javascript" src="https://jrk.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.28.4" id="elementor-frontend-js"></script>
				<script type="text/javascript">
					( function() {
						function loftloader_finished() {
							document.body.classList.add( 'loaded' );
						}
						var loader = document.getElementById( 'loftloader-wrapper' );
						if ( loader ) {
							window.addEventListener( 'load', function( e ) {
								loftloader_finished();
							} );
							if ( loader.dataset && loader.dataset.showCloseTime ) {
								var showCloseTime = parseInt( loader.dataset.showCloseTime, 10 ), maxLoadTime = false,
									closeBtn = loader.getElementsByClassName( 'loader-close-button' );
								if ( showCloseTime && closeBtn.length ) {
									setTimeout( function() {
										closeBtn[0].style.display = '';
									}, showCloseTime );
									closeBtn[0].addEventListener( 'click', function( e ) {
										loftloader_finished();
									} );
								}
							}
							if ( loader.dataset.maxLoadTime ) {
								maxLoadTime = loader.dataset.maxLoadTime;
								maxLoadTime = parseInt( maxLoadTime, 10 );
								if ( maxLoadTime ) {
									setTimeout( function() {
										loftloader_finished();
									}, maxLoadTime );
								}
							}
						}
					} ) ();
				</script> 
		<!-- Cookie Notice plugin v2.5.6 by Hu-manity.co https://hu-manity.co/ -->
		<div id="cookie-notice" role="dialog" class="cookie-notice-hidden cookie-revoke-hidden cn-position-bottom" aria-label="Cookie Notice" style="background-color: rgba(0,0,0,1);"><div class="cookie-notice-container" style="color: #fff"><span id="cn-notice-text" class="cn-text-container"><h4>Privacy &amp; Cookie Policy</h4>
This website, based in the United States, uses "cookies" to enhance your browsing experience and to allow us to improve our website usefulness to you and to us. Learn more about cookies and how to change your consents in <a href="https://jrk.com/privacy_policy/" style="color:#fff"><u>Our Privacy and Cookie Policy</u></a>.</span><span id="cn-notice-buttons" class="cn-buttons-container"><a href="#" id="cn-accept-cookie" data-cookie-set="accept" class="cn-set-cookie cn-button cn-button-custom cookiebutton" aria-label="I Accept All Cookies">I Accept All Cookies</a></span><span id="cn-close-notice" data-cookie-set="accept" class="cn-close-icon" title="No"></span></div>
			
		</div>
		<!-- / Cookie Notice plugin --></body>
</html>                               

Whois info of domain

Domain Name: JRK.COM
Registry Domain ID: 1168367_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2025-01-10T18:25:06Z
Creation Date: 1997-02-20T05:00:00Z
Registry Expiry Date: 2029-02-21T05:00:00Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS13.DOMAINCONTROL.COM
Name Server: NS14.DOMAINCONTROL.COM
DNSSEC: signedDelegation
DNSSEC DS Data: 52819 13 2 895E2ACE07C02A60E84CDC1D7BB599A65C09F1E1A186187CC25B8E7AC33669DE
DNSSEC DS Data: 19560 13 2 17FB0059D07B3B9BB35DD5823C8CA0CAF1AAE3C82CA7FBF0D0B005EF5EA1765F
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-09T14:36:39Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass