div.nsl-container[data-align="left"] {
text-align: left;
}
div.nsl-container[data-align="center"] {
text-align: center;
}
div.nsl-container[data-align="right"] {
text-align: right;
}
div.nsl-container div.nsl-container-buttons a[data-plugin="nsl"] {
text-decoration: none;
box-shadow: none;
border: 0;
}
div.nsl-container .nsl-container-buttons {
display: flex;
padding: 5px 0;
}
div.nsl-container.nsl-container-block .nsl-container-buttons {
display: inline-grid;
grid-template-columns: minmax(145px, auto);
}
div.nsl-container-block-fullwidth .nsl-container-buttons {
flex-flow: column;
align-items: center;
}
div.nsl-container-block-fullwidth .nsl-container-buttons a,
div.nsl-container-block .nsl-container-buttons a {
flex: 1 1 auto;
display: block;
margin: 5px 0;
width: 100%;
}
div.nsl-container-inline {
margin: -5px;
text-align: left;
}
div.nsl-container-inline .nsl-container-buttons {
justify-content: center;
flex-wrap: wrap;
}
div.nsl-container-inline .nsl-container-buttons a {
margin: 5px;
display: inline-block;
}
div.nsl-container-grid .nsl-container-buttons {
flex-flow: row;
align-items: center;
flex-wrap: wrap;
}
div.nsl-container-grid .nsl-container-buttons a {
flex: 1 1 auto;
display: block;
margin: 5px;
max-width: 280px;
width: 100%;
}
@media only screen and (min-width: 650px) {
div.nsl-container-grid .nsl-container-buttons a {
width: auto;
}
}
div.nsl-container .nsl-button {
cursor: pointer;
vertical-align: top;
border-radius: 4px;
}
div.nsl-container .nsl-button-default {
color: #fff;
display: flex;
}
div.nsl-container .nsl-button-icon {
display: inline-block;
}
div.nsl-container .nsl-button-svg-container {
flex: 0 0 auto;
padding: 8px;
display: flex;
align-items: center;
}
div.nsl-container svg {
height: 24px;
width: 24px;
vertical-align: top;
}
div.nsl-container .nsl-button-default div.nsl-button-label-container {
margin: 0 24px 0 12px;
padding: 10px 0;
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 20px;
letter-spacing: .25px;
overflow: hidden;
text-align: center;
text-overflow: clip;
white-space: nowrap;
flex: 1 1 auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-transform: none;
display: inline-block;
}
div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container {
margin: 1px;
padding: 7px;
border-radius: 3px;
background: #fff;
}
div.nsl-container .nsl-button-google[data-skin="light"] {
border-radius: 1px;
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25);
color: RGBA(0, 0, 0, 0.54);
}
div.nsl-container .nsl-button-apple .nsl-button-svg-container {
padding: 0 6px;
}
div.nsl-container .nsl-button-apple .nsl-button-svg-container svg {
height: 40px;
width: auto;
}
div.nsl-container .nsl-button-apple[data-skin="light"] {
color: #000;
box-shadow: 0 0 0 1px #000;
}
div.nsl-container .nsl-button-facebook[data-skin="white"] {
color: #000;
box-shadow: inset 0 0 0 1px #000;
}
div.nsl-container .nsl-button-facebook[data-skin="light"] {
color: #1877F2;
box-shadow: inset 0 0 0 1px #1877F2;
}
div.nsl-container .nsl-button-spotify[data-skin="white"] {
color: #191414;
box-shadow: inset 0 0 0 1px #191414;
}
div.nsl-container .nsl-button-apple div.nsl-button-label-container {
font-size: 17px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
div.nsl-container .nsl-button-slack div.nsl-button-label-container {
font-size: 17px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
div.nsl-container .nsl-button-slack[data-skin="light"] {
color: #000000;
box-shadow: inset 0 0 0 1px #DDDDDD;
}
div.nsl-container .nsl-button-tiktok[data-skin="light"] {
color: #161823;
box-shadow: 0 0 0 1px rgba(22, 24, 35, 0.12);
}
div.nsl-container .nsl-button-kakao {
color: rgba(0, 0, 0, 0.85);
}
.nsl-clear {
clear: both;
}
.nsl-container {
clear: both;
}
.nsl-disabled-provider .nsl-button {
filter: grayscale(1);
opacity: 0.8;
}
/*Button align start*/
div.nsl-container-inline[data-align="left"] .nsl-container-buttons {
justify-content: flex-start;
}
div.nsl-container-inline[data-align="center"] .nsl-container-buttons {
justify-content: center;
}
div.nsl-container-inline[data-align="right"] .nsl-container-buttons {
justify-content: flex-end;
}
div.nsl-container-grid[data-align="left"] .nsl-container-buttons {
justify-content: flex-start;
}
div.nsl-container-grid[data-align="center"] .nsl-container-buttons {
justify-content: center;
}
div.nsl-container-grid[data-align="right"] .nsl-container-buttons {
justify-content: flex-end;
}
div.nsl-container-grid[data-align="space-around"] .nsl-container-buttons {
justify-content: space-around;
}
div.nsl-container-grid[data-align="space-between"] .nsl-container-buttons {
justify-content: space-between;
}
/* Button align end*/
/* Redirect */
#nsl-redirect-overlay {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: fixed;
z-index: 1000000;
left: 0;
top: 0;
width: 100%;
height: 100%;
backdrop-filter: blur(1px);
background-color: RGBA(0, 0, 0, .32);;
}
#nsl-redirect-overlay-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: white;
padding: 30px;
border-radius: 10px;
}
#nsl-redirect-overlay-spinner {
content: '';
display: block;
margin: 20px;
border: 9px solid RGBA(0, 0, 0, .6);
border-top: 9px solid #fff;
border-radius: 50%;
box-shadow: inset 0 0 0 1px RGBA(0, 0, 0, .6), 0 0 0 1px RGBA(0, 0, 0, .6);
width: 40px;
height: 40px;
animation: nsl-loader-spin 2s linear infinite;
}
@keyframes nsl-loader-spin {
0% {
transform: rotate(0deg)
}
to {
transform: rotate(360deg)
}
}
#nsl-redirect-overlay-title {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 18px;
font-weight: bold;
color: #3C434A;
}
#nsl-redirect-overlay-text {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
text-align: center;
font-size: 14px;
color: #3C434A;
}
/* Redirect END*//* Notice fallback */
#nsl-notices-fallback {
position: fixed;
right: 10px;
top: 10px;
z-index: 10000;
}
.admin-bar #nsl-notices-fallback {
top: 42px;
}
#nsl-notices-fallback > div {
position: relative;
background: #fff;
border-left: 4px solid #fff;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
margin: 5px 15px 2px;
padding: 1px 20px;
}
#nsl-notices-fallback > div.error {
display: block;
border-left-color: #dc3232;
}
#nsl-notices-fallback > div.updated {
display: block;
border-left-color: #46b450;
}
#nsl-notices-fallback p {
margin: .5em 0;
padding: 2px;
}
#nsl-notices-fallback > div:after {
position: absolute;
right: 5px;
top: 5px;
content: '\00d7';
display: block;
height: 16px;
width: 16px;
line-height: 16px;
text-align: center;
font-size: 20px;
cursor: pointer;
}
ਹੇਮਕੁੰਟ ਸਾਹਿਬ ਦੀ ਹੈ ਯੋਜਨਾ, ਜਾਣੋ ਕਦੋਂ ਸ਼ੁਰੂ ਹੋਵੇਗੀ ਯਾਤਰਾ ਅਤੇ ਯਾਤਰਾ ਦੀ ਰਜਿਸਟ੍ਰੇਸ਼ਨ ਕਿਵੇਂ ਹੋਵੇਗੀ

ਹੇਮਕੁੰਟ ਸਾਹਿਬ ਖੁੱਲਣ ਦੀ ਮਿਤੀ 2024: ਸਿੱਖ ਕੌਮ ਦੇ ਪ੍ਰਸਿੱਧ ਤੀਰਥ ਅਸਥਾਨ ਹੇਮਕੁੰਟ ਸਾਹਿਬ ਦੇ ਰਸਤੇ ਵਿੱਚ ਜਮ੍ਹਾਂ ਹੋਈ ਬਰਫ਼ ਨੂੰ ਹਟਾਉਣ ਦਾ ਕੰਮ ਬੜੀ ਤੇਜ਼ੀ ਨਾਲ ਚੱਲ ਰਿਹਾ ਹੈ। ਜੇਕਰ ਤੁਸੀਂ ਇਸ ਸਾਲ ਹੇਮਕੁੰਟ ਸਾਹਿਬ ਜਾਣ ਦੀ ਯੋਜਨਾ ਬਣਾ ਰਹੇ ਹੋ, ਤਾਂ ਆਪਣੀ ਯਾਤਰਾ ਲਈ ਤਿਆਰ ਹੋ ਜਾਓ। ਹੇਮਕੁੰਟ ਸਾਹਿਬ 25 ਮਈ 2024 ਨੂੰ ਸ਼ਰਧਾਲੂਆਂ ਲਈ ਖੋਲ੍ਹਿਆ ਜਾਵੇਗਾ। ਇੱਥੇ ਪਹੁੰਚਣ ਲਈ ਲੰਬੀ ਟ੍ਰੈਕਿੰਗ ਕਰਨੀ ਪੈਂਦੀ ਹੈ, ਜਾਣੋ ਕਿ ਤੁਸੀਂ ਇੱਥੇ ਕਿਵੇਂ ਪਹੁੰਚ ਸਕਦੇ ਹੋ।
ਸਰਕਾਰੀ ਵੈੱਬਸਾਈਟ ਰਾਹੀਂ ਯਾਤਰਾ ਲਈ ਰਜਿਸਟਰ ਕਰੋ
ਹੇਮਕੁੰਟ ਸਾਹਿਬ ਦੇ ਦਰਸ਼ਨਾਂ ਲਈ ਰਜਿਸਟ੍ਰੇਸ਼ਨ ਪ੍ਰਕਿਰਿਆ ਸ਼ੁਰੂ ਹੋ ਗਈ ਹੈ। ਜੇਕਰ ਤੁਸੀਂ ਇੱਥੇ ਜਾਣ ਦੀ ਯੋਜਨਾ ਬਣਾ ਰਹੇ ਹੋ, ਤਾਂ ਤੁਸੀਂ ਉੱਤਰਾਖੰਡ ਸਰਕਾਰ ਟੂਰਿਸਟ ਕੇਅਰ ਦੀ ਵੈੱਬਸਾਈਟ https://registrationandtouristcare.uk.gov.in/ ਰਾਹੀਂ ਘਰ ਬੈਠੇ ਆਨਲਾਈਨ ਰਜਿਸਟਰ ਕਰ ਸਕਦੇ ਹੋ। ਟੂਰਿਸਟ ਰਜਿਸਟ੍ਰੇਸ਼ਨ ਪ੍ਰਕਿਰਿਆ ਵਿੱਚ ਸ਼ਾਮਲ ਕੋਈ ਫੀਸ ਨਹੀਂ ਹੈ। ਪਰ ਯਾਤਰੀਆਂ ਨੂੰ ਸਲਾਹ ਦਿੱਤੀ ਗਈ ਹੈ ਕਿ ਉਹ ਯਾਤਰਾ ਦੌਰਾਨ ਵੈਧ ਪਰਸਨਲ ਆਈਡੀ ਪਰੂਫ ਲੈ ਕੇ ਜਾਣ। ਉੱਤਰਾਖੰਡ ਸਰਕਾਰ ਦੀ ਯਾਤਰਾ ਨੀਤੀ ਦੇ ਅਨੁਸਾਰ, ਚਾਰਧਾਮ ਅਤੇ ਹੇਮਕੁੰਟ ਸਾਹਿਬ ਦੀ ਯਾਤਰਾ ਸ਼ੁਰੂ ਕਰਨ ਤੋਂ ਪਹਿਲਾਂ ਆਪਣੇ ਆਪ ਨੂੰ ਅਤੇ ਆਪਣੇ ਵਾਹਨਾਂ ਨੂੰ ਰਜਿਸਟਰ ਕਰਨਾ ਜ਼ਰੂਰੀ ਹੈ।
ਦੁਨੀਆ ਦਾ ਸਭ ਤੋਂ ਉੱਚਾ ਗੁਰਦੁਆਰਾ
ਹੇਮਕੁੰਟ ਸਾਹਿਬ ਦੁਨੀਆ ਦਾ ਸਭ ਤੋਂ ਉੱਚਾ ਗੁਰਦੁਆਰਾ ਹੈ। ਉੱਤਰਾਖੰਡ ਦੇ ਚਮੋਲੀ ਜ਼ਿਲ੍ਹੇ ਵਿੱਚ ਸਥਿਤ, ਇਹ ਗੁਰਦੁਆਰਾ ਹਿਮਾਲਿਆ ਵਿੱਚ 4632 ਮੀਟਰ ਦੀ ਉਚਾਈ ‘ਤੇ ਬਰਫੀਲੀ ਝੀਲ ਦੇ ਕੰਢੇ ਸੱਤ ਪਹਾੜਾਂ ਦੇ ਵਿਚਕਾਰ ਸਥਿਤ ਹੈ। ਉੱਤਰੀ ਭਾਰਤ ਦੇ ਹਿਮਾਲੀਅਨ ਰੇਂਜ ਵਿੱਚ ਸਥਿਤ ਇਸ ਗੁਰਦੁਆਰੇ ਵਿੱਚ ਠੰਢ ਦੇ ਮੌਸਮ ਵਿੱਚ ਸ਼ਰਧਾਲੂਆਂ ਦੀ ਆਵਾਜਾਈ ਬੰਦ ਰਹਿੰਦੀ ਹੈ। ਹੇਮਕੁੰਟ ਸਾਹਿਬ ਦੀ ਯਾਤਰਾ ਵੀ ਚਾਰਧਾਮ ਯਾਤਰਾ ਦੀ ਸ਼ੁਰੂਆਤ ਦੇ ਆਲੇ-ਦੁਆਲੇ ਸ਼ੁਰੂ ਹੁੰਦੀ ਹੈ। 23 ਅਪ੍ਰੈਲ ਤੋਂ ਗੁਰਦੁਆਰਾ ਸੇਵਾਦਾਰਾਂ ਦੇ ਨਾਲ ਫੌਜ ਦੇ ਜਵਾਨ ਯਾਤਰਾ ਦੇ ਰਸਤੇ ਤੋਂ ਬਰਫ ਹਟਾਉਣ ਦਾ ਕੰਮ ਕਰ ਰਹੇ ਸਨ। ਰੁਕ-ਰੁਕ ਕੇ ਬਰਫਬਾਰੀ ਦੇ ਬਾਵਜੂਦ ਰਸਤਾ ਬਣਾਇਆ ਗਿਆ ਹੈ ਅਤੇ ਅਰਦਾਸ ਉਪਰੰਤ ਗੁਰਦੁਆਰਾ ਸਾਹਿਬ ਦੇ ਵਿਹੜੇ ਦਾ ਮੁੱਖ ਗੇਟ ਖੋਲ੍ਹ ਦਿੱਤਾ ਗਿਆ ਹੈ।
ਗੁਰੂ ਗੋਬਿੰਦ ਸਿੰਘ ਜੀ ਨੇ ਇੱਥੇ 10 ਸਾਲ ਸਿਮਰਨ ਕੀਤਾ।
ਹੇਮਕੁੰਟ ਨੂੰ ਗੁਰਦੁਆਰਾ ਸ੍ਰੀ ਹੇਮਕੁੰਟ ਸਾਹਿਬ ਵੀ ਕਿਹਾ ਜਾਂਦਾ ਹੈ। ਇਹ ਆਸਥਾ ਸਿੱਖ ਕੌਮ ਦਾ ਵੱਡਾ ਕੇਂਦਰ ਹੈ। ਇਹ ਮੰਨਿਆ ਜਾਂਦਾ ਹੈ ਕਿ ਸਿੱਖਾਂ ਦੇ ਦਸਵੇਂ ਗੁਰੂ, ਗੁਰੂ ਗੋਬਿੰਦ ਸਿੰਘ ਜੀ ਨੇ ਇੱਥੇ 10 ਸਾਲ ਧਿਆਨ ਵਿੱਚ ਬਿਤਾਏ ਸਨ। ਗੜ੍ਹਵਾਲ ਦੇ ਹਿਮਾਲੀਅਨ ਖੇਤਰ ਵਿੱਚ ਸਥਿਤ ਹੇਮਕੁੰਟ ਸਾਹਿਬ, ਹੇਮਕੁੰਟ ਪਰਬਤ ਦੀਆਂ ਚੋਟੀਆਂ ਦੇ ਵਿਚਕਾਰ ਹੈ। ਗੁਰਦੁਆਰੇ ਦੇ ਸਾਹਮਣੇ ਹੇਮਕੁੰਟ ਨਾਮ ਦੀ ਝੀਲ ਹੈ, ਜਿਸ ਦਾ ਪਾਣੀ ਬਰਫ਼ ਜਿੰਨਾ ਠੰਡਾ ਹੈ ਅਤੇ ਹਰ ਸਾਲ ਲੱਖਾਂ ਦੀ ਗਿਣਤੀ ਵਿਚ ਸ਼ਰਧਾਲੂ ਇਸ ਝੀਲ ਵਿਚ ਇਸ਼ਨਾਨ ਕਰਦੇ ਹਨ। ਇਹ ਕਿਹਾ ਜਾਂਦਾ ਹੈ ਕਿ ਮਹਾਂਕਾਵਿ ਰਾਮਾਇਣ ਵਿਚ, ਭਗਵਾਨ ਰਾਮ ਦੇ ਛੋਟੇ ਭਰਾ ਲਕਸ਼ਮਣ ਨੇ ਯੁੱਧ ਵਿਚ ਗੰਭੀਰ ਸੱਟ ਲੱਗਣ ਤੋਂ ਬਾਅਦ ਹੇਮਕੁੰਟ ਦੇ ਕੰਢੇ ‘ਤੇ ਸਿਮਰਨ ਕਰਕੇ ਆਪਣੀ ਸਿਹਤ ਮੁੜ ਪ੍ਰਾਪਤ ਕੀਤੀ ਸੀ। ਕਿਹਾ ਜਾਂਦਾ ਹੈ ਕਿ ਹੇਮਕੁੰਟ ਵਿੱਚ ਸਥਿਤ ਲਕਸ਼ਮਣ ਮੰਦਿਰ ਉਸ ਸਥਾਨ ਉੱਤੇ ਬਣਾਇਆ ਗਿਆ ਹੈ ਜਿੱਥੇ ਲਕਸ਼ਮਣ ਨੇ ਤਪੱਸਿਆ ਕੀਤੀ ਸੀ। ਗੁਰਦੁਆਰੇ ਦੇ ਆਲੇ-ਦੁਆਲੇ ਇਕ ਵਿਸ਼ੇਸ਼ ਕਿਸਮ ਦਾ ਫੁੱਲ ਉੱਗਦਾ ਹੈ, ਜਿਸ ਨੂੰ ਬ੍ਰਹਮਾ ਕਮਲ ਕਿਹਾ ਜਾਂਦਾ ਹੈ।
ਜਾਣੋ ਕਿ ਇੱਥੇ ਕਿਵੇਂ ਪਹੁੰਚਣਾ ਹੈ
ਜੇਕਰ ਤੁਸੀਂ ਹੇਮਕੁੰਟ ਜਾਣ ਲਈ ਰੇਲ ਮਾਰਗ ਦਾ ਵਿਕਲਪ ਚੁਣਦੇ ਹੋ, ਤਾਂ ਤੁਹਾਨੂੰ ਰੇਲ ਮਾਰਗ ਦੁਆਰਾ ਉੱਤਰਾਖੰਡ ਵਿੱਚ ਹਰਿਦੁਆਰ ਪਹੁੰਚਣਾ ਹੋਵੇਗਾ। ਇਸ ਤੋਂ ਬਾਅਦ ਤੁਹਾਨੂੰ ਸੜਕ ਦੁਆਰਾ ਹੋਰ ਦੂਰੀ ਤੈਅ ਕਰਨੀ ਪਵੇਗੀ। ਤੁਸੀਂ ਨਿੱਜੀ ਟੈਕਸੀ ਜਾਂ ਉੱਤਰਾਖੰਡ ਟ੍ਰਾਂਸਪੋਰਟ ਕਾਰਪੋਰੇਸ਼ਨ ਦੀ ਬੱਸ ਦੁਆਰਾ ਹਰਿਦੁਆਰ ਤੋਂ ਜੋਸ਼ੀਮਠ ਪਹੁੰਚ ਸਕਦੇ ਹੋ। ਜੋਸ਼ੀਮਠ ਤੋਂ ਹੇਮਕੁੰਟ ਸਾਹਿਬ ਦੇ ਪ੍ਰਵੇਸ਼ ਦੁਆਰ ਗੋਵਿੰਦਘਾਟ ਦੀ ਦੂਰੀ ਸਿਰਫ਼ 24 ਕਿਲੋਮੀਟਰ ਹੈ। ਗੋਵਿੰਦਘਾਟ ਤੋਂ ਹੇਮਕੁੰਟ ਸਾਹਿਬ ਦੀ ਦੂਰੀ 20 ਕਿਲੋਮੀਟਰ ਹੈ। ਪੁਲਨਾ ਪਿੰਡ ਤੋਂ ਪਹਿਲਾ 5 ਕਿਲੋਮੀਟਰ ਵਾਹਨ ਰਾਹੀਂ ਪਹੁੰਚਣਾ ਪੈਂਦਾ ਹੈ ਅਤੇ ਇੱਥੋਂ ਹੇਮਕੁੰਟ ਪਹੁੰਚਣ ਲਈ 15 ਕਿਲੋਮੀਟਰ ਪੈਦਲ ਜਾਣਾ ਪੈਂਦਾ ਹੈ। ਯਾਤਰੀ ਇਸ ਟਰੈਕ ‘ਤੇ ਘੰਗਰੀਆ ਵਿਖੇ ਰਾਤ ਦੇ ਆਰਾਮ ਲਈ ਰੁਕਦੇ ਹਨ। ਫੁੱਲਾਂ ਦੀ ਘਾਟੀ ਦੀ ਟ੍ਰੈਕਿੰਗ ਵੀ ਇੱਥੋਂ ਸ਼ੁਰੂ ਹੁੰਦੀ ਹੈ।