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; }

TV Punjab | Punjabi News Channel

ਬਦਰੀਨਾਥ ਮੰਦਰ ਕਿਵੇਂ ਪਹੁੰਚਣਾ ਹੈ ਅਤੇ ਦਰਸ਼ਨ ਕਰਨ ਦਾ ਸਭ ਤੋਂ ਵਧੀਆ ਸਮਾਂ ਕਿਹੜਾ ਹੈ? ਤੁਹਾਨੂੰ ਇਹਨਾਂ ਸਾਰੇ ਪ੍ਰਸ਼ਨਾਂ ਦੇ ਉੱਤਰ ਮਿਲਣਗੇ

ਬਦਰੀਨਾਥ ਮੰਦਿਰ ਨੂੰ ਬਦਰੀਨਾਰਾਇਣ ਮੰਦਰ ਵੀ ਕਿਹਾ ਜਾਂਦਾ ਹੈ, ਜੋ ਕਿ ਉੱਤਰਾਖੰਡ ਦੇ ਬਦਰੀਨਾਥ ਸ਼ਹਿਰ ਵਿੱਚ ਸਥਿਤ ਹੈ, ਰਾਜ ਦੇ ਚਾਰ ਧਾਮਾਂ (ਚਾਰ ਮਹੱਤਵਪੂਰਨ ਤੀਰਥਾਂ) ਵਿੱਚੋਂ ਇੱਕ ਹੈ. ਇੱਥੇ ਚਾਰ ਤੀਰਥ ਕੇਂਦਰ ਹਨ ਯਮੁਨੋਤਰੀ, ਗੰਗੋਤਰੀ, ਕੇਦਾਰਨਾਥ ਅਤੇ ਬਦਰੀਨਾਥ, ਜਿਨ੍ਹਾਂ ਨੂੰ ਸਮੂਹਿਕ ਤੌਰ ‘ਤੇ ਚਾਰ ਧਾਮ ਵਜੋਂ ਜਾਣਿਆ ਜਾਂਦਾ ਹੈ. ਬਦਰੀਨਾਥ ਲਗਭਗ 3,100 ਮੀਟਰ ਦੀ ਉਚਾਈ ‘ਤੇ ਸਥਿਤ ਹੈ, ਜਿੱਥੇ ਇੱਕ ਧਾਰਮਿਕ ਵਿਸ਼ਵਾਸ ਹੈ ਕਿ ਮੰਦਰ ਦੇ ਦਰਸ਼ਨ ਕਰਨ ਨਾਲ ਵਿਅਕਤੀ ਦੇ ਸਾਰੇ ਪਾਪ ਧੋਤੇ ਜਾਂਦੇ ਹਨ ਅਤੇ ਉਨ੍ਹਾਂ ਨੂੰ ਮੁਕਤੀ ਪ੍ਰਾਪਤ ਕਰਨ ਵਿੱਚ ਸਹਾਇਤਾ ਮਿਲਦੀ ਹੈ. ਜੇ ਤੁਸੀਂ ਵੀ ਇਸ ਤੀਰਥ ਯਾਤਰਾ ਦਾ ਹਿੱਸਾ ਬਣਨਾ ਚਾਹੁੰਦੇ ਹੋ, ਤਾਂ ਇਸ ਲੇਖ ਰਾਹੀਂ, ਬਦਰੀਨਾਥ ਨਾਲ ਜੁੜੀ ਕੁਝ ਮਹੱਤਵਪੂਰਨ ਜਾਣਕਾਰੀ ਬਾਰੇ ਜਾਣੋ.

ਬਦਰੀਨਾਥ ਕਿੱਥੇ ਸਥਿਤ ਹੈ? – Where is Badrinath located

ਉਤਰਾਖੰਡ ਦੇ ਹਿਮਾਲਿਆਈ ਗੜ੍ਹਵਾਲ ਖੇਤਰ ਦੇ ਬਦਰੀਨਾਥ ਸ਼ਹਿਰ ਵਿੱਚ ਸਥਿਤ ਇਹ ਮੰਦਰ ਸਮੁੰਦਰ ਤਲ ਤੋਂ 10200 ਫੁੱਟ ਦੀ ਉਚਾਈ ‘ਤੇ ਹੈ। ਮੰਦਰ ਦੇ ਬਿਲਕੁਲ ਸਾਹਮਣੇ ਇੱਕ ਵਿਸ਼ਾਲ ਨੀਲਕੰਠ ਸਿਖਰ ਹੈ. ਮੰਦਰ ਜੋਸ਼ੀਮਠ ਤੋਂ ਲਗਭਗ 45 ਕਿਲੋਮੀਟਰ ਦੂਰ ਹੈ, ਜੋ ਕਿ ਇੱਕ ਬੇਸ ਕੈਂਪ ਵੀ ਹੈ.

ਮੰਦਰ ਦਾ ਇਤਿਹਾਸ- History of the temple

ਜਦੋਂ ਇਸ ਪ੍ਰਾਚੀਨ ਮੰਦਰ ਦੇ ਇਤਿਹਾਸ ਦੀ ਗੱਲ ਆਉਂਦੀ ਹੈ, ਤਾਂ ਇਹ ਕਿੰਨੀ ਪੁਰਾਣੀ ਹੈ ਇਸ ਨਾਲ ਸਬੰਧਤ ਕੋਈ ਠੋਸ ਤੱਥ ਨਹੀਂ ਹਨ. ਇਤਿਹਾਸ ਦੀਆਂ ਕਿਤਾਬਾਂ ਕਹਿੰਦੀਆਂ ਹਨ ਕਿ ਇਹ ਮੰਦਰ ਵੈਦਿਕ ਯੁੱਗ ਦਾ ਹੈ ਜੋ 1500 ਈਸਵੀ ਪੂਰਵ ਵਿੱਚ ਸ਼ੁਰੂ ਹੋਇਆ ਸੀ. ਬਹੁਤ ਸਾਰੇ ਵੈਦਿਕ ਗ੍ਰੰਥਾਂ, ਪੁਰਾਣਾਂ ਵਿੱਚ ਮੰਦਰ ਦਾ ਜ਼ਿਕਰ ਹੈ. ਇਹ ਵੀ ਮੰਨਿਆ ਜਾਂਦਾ ਹੈ ਕਿ ਇਹ ਮੰਦਰ 9 ਵੀਂ ਸਦੀ ਵਿੱਚ ਇੱਕ ਭਾਰਤੀ ਸੰਤ ਆਦਿ ਸ਼ੰਕਰਾਚਾਰੀਆ ਦੁਆਰਾ ਬਣਾਇਆ ਗਿਆ ਸੀ. ਉਹ 814 ਤੋਂ 820 ਤੱਕ ਬਦਰੀਨਾਥ ਮੰਦਰ ਵਿੱਚ ਰਿਹਾ ਅਤੇ ਕੇਰਲਾ ਦੇ ਇੱਕ ਨੰਬੂਦਿਰੀ ਬ੍ਰਾਹਮਣ ਨੂੰ ਇੱਥੇ ਮੁੱਖ ਪੁਜਾਰੀ ਬਣਨ ਲਈ ਕਿਹਾ। ਅੱਜ ਵੀ ਇਹ ਪਰੰਪਰਾ ਜਾਰੀ ਹੈ।

ਮਿਲਣ ਦਾ ਸਭ ਤੋਂ ਵਧੀਆ ਸਮਾਂ – Best time to visit 

ਬਦਰੀਨਾਥ ਦਾ ਮੌਸਮ ਲਗਭਗ ਸਾਲ ਭਰ ਠੰਡਾ ਰਹਿੰਦਾ ਹੈ. ਇਸ ਸਥਾਨ ਦਾ ਦੌਰਾ ਕਰਨ ਦਾ ਮੁੱਖ ਮੌਸਮ ਮਈ ਤੋਂ ਜੂਨ ਅਤੇ ਸਤੰਬਰ ਤੋਂ ਅਕਤੂਬਰ ਦੇ ਵਿਚਕਾਰ ਹੁੰਦਾ ਹੈ. ਮੌਨਸੂਨ ਸੀਜ਼ਨ ਦੀ ਸ਼ੁਰੂਆਤ ਦੇ ਨਾਲ, ਬਦਰੀਨਾਥ ਵਿੱਚ ਭਾਰੀ ਬਾਰਸ਼ ਅਤੇ ਤਾਪਮਾਨ ਵਿੱਚ ਗਿਰਾਵਟ ਵੇਖੀ ਜਾਂਦੀ ਹੈ. ਭਾਰੀ ਬਰਫਬਾਰੀ ਦੇ ਕਾਰਨ, ਸਰਦੀਆਂ ਵਿੱਚ ਇਹ ਬਹੁਤ ਜ਼ਿਆਦਾ ਠੰ getsਾ ਹੋ ਜਾਂਦਾ ਹੈ. ਜ਼ਿਆਦਾਤਰ ਸਰਦੀਆਂ ਵਿੱਚ, ਤਾਪਮਾਨ ਮਨਫ਼ੀ ਡਿਗਰੀ ਤੱਕ ਪਹੁੰਚ ਜਾਂਦਾ ਹੈ. ਇਸ ਲਈ ਗਰਮੀਆਂ ਦਾ ਮੌਸਮ ਇਸ ਜਗ੍ਹਾ ਦਾ ਦੌਰਾ ਕਰਨ ਦਾ ਸਹੀ ਸਮਾਂ ਹੈ. ਜਿਸ ਸੀਜ਼ਨ ਵਿੱਚ ਤੁਸੀਂ ਇੱਥੇ ਯਾਤਰਾ ਕਰਨ ਜਾ ਰਹੇ ਹੋ, ਸਿਰਫ ਇਹ ਯਾਦ ਰੱਖੋ ਕਿ ਤੁਹਾਨੂੰ ਉਸ ਅਨੁਸਾਰ ਕੱਪੜੇ ਜ਼ਰੂਰ ਲੈਣੇ ਚਾਹੀਦੇ ਹਨ.

ਬਦਰੀਨਾਥ ਕਿਵੇਂ ਪਹੁੰਚਣਾ ਹੈ – How to reach Badrinath

ਹਵਾਈ ਰਸਤੇ: ਜੌਲੀ ਗ੍ਰਾਂਟ ਹਵਾਈ ਅੱਡਾ 314 ਕਿਲੋਮੀਟਰ ਦੀ ਦੂਰੀ ‘ਤੇ ਸਥਿਤ ਬਦਰੀਨਾਥ ਦਾ ਸਭ ਤੋਂ ਨੇੜਲਾ ਹਵਾਈ ਅੱਡਾ ਹੈ. ਜੌਲੀ ਗ੍ਰਾਂਟ ਹਵਾਈ ਅੱਡਾ ਦਿੱਲੀ ਨਾਲ ਰੋਜ਼ਾਨਾ ਉਡਾਣਾਂ ਦੇ ਨਾਲ ਚੰਗੀ ਤਰ੍ਹਾਂ ਜੁੜਿਆ ਹੋਇਆ ਹੈ ਅਤੇ ਬਦਰੀਨਾਥ ਤੋਂ ਇਸ ਹਵਾਈ ਅੱਡੇ ਤੱਕ ਮੋਟਰ ਵਾਲੀਆਂ ਸੜਕਾਂ ਦੁਆਰਾ ਚੰਗੀ ਤਰ੍ਹਾਂ ਜੁੜਿਆ ਹੋਇਆ ਹੈ. ਜੌਲੀ ਗ੍ਰਾਂਟ ਹਵਾਈ ਅੱਡੇ ਤੋਂ ਬਦਰੀਨਾਥ ਤੱਕ ਟੈਕਸੀਆਂ ਉਪਲਬਧ ਹਨ.

ਰੇਲ ਦੁਆਰਾ: ਰਿਸ਼ੀਕੇਸ਼ ਬਦਰੀਨਾਥ ਦਾ ਨਜ਼ਦੀਕੀ ਰੇਲਵੇ ਸਟੇਸ਼ਨ ਹੈ. ਰਿਸ਼ੀਕੇਸ਼ ਰੇਲਵੇ ਸਟੇਸ਼ਨ NH58 ਤੇ ਬਦਰੀਨਾਥ ਤੋਂ 295 ਕਿਲੋਮੀਟਰ ਪੂਰਬ ਵਿੱਚ ਸਥਿਤ ਹੈ ਅਤੇ ਭਾਰਤੀ ਰੇਲਵੇ ਨੈਟਵਰਕ ਦੁਆਰਾ ਭਾਰਤ ਦੇ ਪ੍ਰਮੁੱਖ ਸਥਾਨਾਂ ਨਾਲ ਚੰਗੀ ਤਰ੍ਹਾਂ ਜੁੜਿਆ ਹੋਇਆ ਹੈ. ਰਿਸ਼ੀਕੇਸ਼ ਨੂੰ ਜਾਣ ਵਾਲੀਆਂ ਰੇਲ ਗੱਡੀਆਂ ਅਕਸਰ ਚਲਦੀਆਂ ਹਨ ਅਤੇ ਬਦਰੀਨਾਥ ਰਿਸ਼ੀਕੇਸ਼ ਨਾਲ ਮੋਟਰ ਮਾਰਗਾਂ ਦੁਆਰਾ ਚੰਗੀ ਤਰ੍ਹਾਂ ਜੁੜਿਆ ਹੋਇਆ ਹੈ. ਬਦਰੀਨਾਥ ਲਈ ਰਿਸ਼ੀਕੇਸ਼, ਸ਼੍ਰੀਨਗਰ, ਰੁਦਰਪ੍ਰਯਾਗ, ਚਮੋਲੀ, ਜੋਸ਼ੀਮਠ ਅਤੇ ਹੋਰ ਬਹੁਤ ਸਾਰੇ ਸਥਾਨਾਂ ਤੋਂ ਟੈਕਸੀਆਂ ਅਤੇ ਬੱਸਾਂ ਉਪਲਬਧ ਹਨ.

ਸੜਕ ਦੁਆਰਾ: ਬਦਰੀਨਾਥ ਉਤਰਾਖੰਡ ਰਾਜ ਦੇ ਪ੍ਰਮੁੱਖ ਸਥਾਨਾਂ ਦੇ ਨਾਲ ਮੋਟਰ ਵਾਲੀਆਂ ਸੜਕਾਂ ਦੁਆਰਾ ਚੰਗੀ ਤਰ੍ਹਾਂ ਜੁੜਿਆ ਹੋਇਆ ਹੈ. ਆਈਐਸਬੀਟੀ ਕਸ਼ਮੀਰੀ ਗੇਟ ਤੋਂ ਹਰਿਦੁਆਰ, ਰਿਸ਼ੀਕੇਸ਼ ਅਤੇ ਸ੍ਰੀਨਗਰ ਲਈ ਬੱਸਾਂ ਉਪਲਬਧ ਹਨ. ਬਦਰਾਨਾਥ ਲਈ ਦੇਹਰਾਦੂਨ, ਹਰਿਦੁਆਰ, ਰਿਸ਼ੀਕੇਸ਼, ਪੌੜੀ, ਰੁਦਰਪ੍ਰਯਾਗ, ਕਰਨਪ੍ਰਯਾਗ, ਉਖੀਮਠ, ਸ਼੍ਰੀਨਗਰ, ਚਮੋਲੀ ਆਦਿ ਦੇ ਮੁੱਖ ਸਥਾਨਾਂ ਤੋਂ ਬੱਸਾਂ ਅਤੇ ਟੈਕਸੀਆਂ ਅਸਾਨੀ ਨਾਲ ਉਪਲਬਧ ਹਨ. ਬਦਰੀਨਾਥ ਰਾਸ਼ਟਰੀ ਰਾਜਮਾਰਗ 58 ਦੁਆਰਾ ਗਾਜ਼ੀਆਬਾਦ ਨਾਲ ਜੁੜਿਆ ਹੋਇਆ ਹੈ.

Exit mobile version