{"id":33879,"date":"2018-08-03T16:49:28","date_gmt":"2018-08-03T11:19:28","guid":{"rendered":"https:\/\/www.astroved.com\/?post_type=us&#038;p=33879"},"modified":"2025-08-05T06:43:03","modified_gmt":"2025-08-05T06:43:03","slug":"grand-homas","status":"publish","type":"post","link":"https:\/\/www.astroved.com\/us\/specials\/grand-homas","title":{"rendered":"Grand Homas"},"content":{"rendered":"[et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;on|on|on&#8221; admin_label=&#8221;Section&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; disabled=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;]<div class=\"offer\" id=\"timer\"><!-- [et_pb_line_break_holder] -->      <div class=\"timerwap\"><!-- [et_pb_line_break_holder] -->        <div class=\"head-timer\"><!-- [et_pb_line_break_holder] -->         <h4>Event Sign-up Closes In<\/h4><!-- [et_pb_line_break_holder] -->         <ul style=\"padding:0;margin:0;padding-right: 25px;\"><!-- [et_pb_line_break_holder] -->            <li><!-- [et_pb_line_break_holder] -->               <span id=\"days\" class=\"value\">1<\/span> <!-- [et_pb_line_break_holder] -->               <pee class=\"label\">D<\/pee> <!-- [et_pb_line_break_holder] -->            <\/li><!-- [et_pb_line_break_holder] -->            <div class=\"sep section\"><!-- [et_pb_line_break_holder] -->               <pee>:<\/pee> <!-- [et_pb_line_break_holder] -->            <\/div><!-- [et_pb_line_break_holder] -->            <li><!-- [et_pb_line_break_holder] -->               <span id=\"hours\" class=\"value\">10<\/span> <!-- [et_pb_line_break_holder] -->               <pee class=\"label\">H<\/pee> <!-- [et_pb_line_break_holder] -->            <\/li><!-- [et_pb_line_break_holder] -->            <div class=\"sep section\"><!-- [et_pb_line_break_holder] -->               <pee>:<\/pee> <!-- [et_pb_line_break_holder] -->            <\/div><!-- [et_pb_line_break_holder] -->            <li><!-- [et_pb_line_break_holder] -->               <span id=\"minutes\" class=\"value\">43<\/span> <!-- [et_pb_line_break_holder] -->               <pee class=\"label\">M<\/pee> <!-- [et_pb_line_break_holder] -->            <\/li><!-- [et_pb_line_break_holder] -->            <div class=\"sep section\"><!-- [et_pb_line_break_holder] -->               <pee>:<\/pee> <!-- [et_pb_line_break_holder] -->            <\/div><!-- [et_pb_line_break_holder] -->            <li><!-- [et_pb_line_break_holder] -->               <span id=\"seconds\" class=\"value\">3<\/span> <!-- [et_pb_line_break_holder] -->               <pee class=\"label\">S<\/pee> <!-- [et_pb_line_break_holder] -->            <\/li><!-- [et_pb_line_break_holder] -->         <\/ul><!-- [et_pb_line_break_holder] -->        <\/div><!-- [et_pb_line_break_holder] -->        <div class=\"signup-button\"><a href=\"#\" class=\"js-open-modal\">SIGN UP NOW<\/a><\/div><!-- [et_pb_line_break_holder] -->      <\/div><!-- [et_pb_line_break_holder] -->   <\/div><!-- [et_pb_line_break_holder] -->   <script type=\"text\/javascript\" src=\"https:\/\/momentjs.com\/downloads\/moment.min.js\"><\/script> <!-- [et_pb_line_break_holder] -->   <script type=\"text\/javascript\" src=\"https:\/\/momentjs.com\/downloads\/moment-timezone-with-data.min.js\"><\/script><!-- [et_pb_line_break_holder] --><script type=\"text\/javascript\"><!-- [et_pb_line_break_holder] -->   var userTimeZone = moment.tz.guess();<!-- [et_pb_line_break_holder] -->   var eventEndDate = moment.tz(\"2022-04-12 13:30\", \"Asia\/Kolkata\");<!-- [et_pb_line_break_holder] -->   eventEndDate = eventEndDate.tz(userTimeZone).format();<!-- [et_pb_line_break_holder] -->   eventEndDate = moment(eventEndDate).valueOf();<!-- [et_pb_line_break_holder] -->   var second = 1000, minute = second * 60, hour = minute * 60, day = hour * 24;<!-- [et_pb_line_break_holder] -->   var countDown = eventEndDate;<!-- [et_pb_line_break_holder] -->   var x = setInterval(function () {<!-- [et_pb_line_break_holder] -->   var currenDateTime = moment().tz(userTimeZone);<!-- [et_pb_line_break_holder] -->   currenDateTime = moment(currenDateTime).valueOf();<!-- [et_pb_line_break_holder] -->   distance = countDown - currenDateTime;<!-- [et_pb_line_break_holder] -->   var test = Math.floor((distance % (minute)) \/ (second));<!-- [et_pb_line_break_holder] -->   document.getElementById('days').innerHTML = Math.floor(distance \/ (day));<!-- [et_pb_line_break_holder] -->   document.getElementById('hours').innerHTML = Math.floor((distance % (day)) \/ (hour));<!-- [et_pb_line_break_holder] -->   document.getElementById('minutes').innerHTML = Math.floor((distance % (hour)) \/ (minute));<!-- [et_pb_line_break_holder] -->   document.getElementById('seconds').innerHTML = Math.floor((distance % (minute)) \/ (second));<!-- [et_pb_line_break_holder] -->   if (distance < 0) {<!-- [et_pb_line_break_holder] -->   clearInterval(x);<!-- [et_pb_line_break_holder] -->   jQuery(\"#timer\").remove();<!-- [et_pb_line_break_holder] -->   jQuery(\".avlp-coupon\").remove();<!-- [et_pb_line_break_holder] -->   jQuery(\"#avbonus-section\").remove();<!-- [et_pb_line_break_holder] -->   }<!-- [et_pb_line_break_holder] -->   }, second); <!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|desktop&#8221; disabled_on=&#8221;on|off|off&#8221; module_id=&#8221;menu-enable&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; background_image=&#8221;https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/05\/grand-homa-dsk-banner.jpg&#8221; custom_padding=&#8221;33px||10px||false|false&#8221; custom_padding_tablet=&#8221;20px||20px||true|false&#8221; custom_padding_phone=&#8221;20px||20px||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|tablet&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||40px||false|false&#8221; custom_padding_tablet=&#8221;10px||0px||false|false&#8221; custom_padding_phone=&#8221;10px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans|600|||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#fffa23&#8243; header_font_size=&#8221;33px&#8221; header_line_height=&#8221;1.4em&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;23px&#8221; header_2_line_height=&#8221;1.7em&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;17px&#8221; header_3_line_height=&#8221;1.7em&#8221; custom_margin=&#8221;||15px||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; custom_padding_tablet=&#8221;20px||0px||false|false&#8221; custom_padding_phone=&#8221;20px||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; header_font_size_tablet=&#8221;25px&#8221; header_font_size_phone=&#8221;&#8221; header_font_size_last_edited=&#8221;on|desktop&#8221; header_2_font_size_tablet=&#8221;17px&#8221; header_2_font_size_phone=&#8221;17px&#8221; header_2_font_size_last_edited=&#8221;on|tablet&#8221; header_3_font_size_tablet=&#8221;15px&#8221; header_3_font_size_phone=&#8221;15px&#8221; header_3_font_size_last_edited=&#8221;on|tablet&#8221; border_color_bottom=&#8221;#314367&#8243; global_colors_info=&#8221;{}&#8221;]<h1 style=\"font-weight: 600; padding-bottom: 5px; letter-spacing: 0px;\">ASTROVED\u2019S INDIVIDUAL GRAND HOMAS<br> (FIRE LABS)<\/h1>\n<h2 style=\"letter-spacing: 0px; padding-bottom: 13px; margin-bottom: 0px;\">Spiritual Technology to Deeply Connect with the Divine<\/h2>\n<h3 style=\"letter-spacing: 0px; padding-bottom: 13px; margin-bottom: 0px;\">Specialty Personalized Fire Labs for Prosperity, Health, Protection &amp; Planetary Blessings<\/h3>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||15px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<div class=\"hr-line\"><\/div>[\/et_pb_text][et_pb_button button_url=&#8221;#ordernow&#8221; button_text=&#8221;VIEW GRAND HOMAS &#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_text_size=&#8221;16px&#8221; button_text_color=&#8221;#ae0345&#8243; button_bg_color=&#8221;#ffe000&#8243; button_border_width=&#8221;0px&#8221; button_border_radius=&#8221;5px&#8221; button_use_icon=&#8221;off&#8221; background_layout=&#8221;dark&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;10px|38px|10px|38px|true|true&#8221; custom_padding_tablet=&#8221;|20px||20px|true|true&#8221; custom_padding_phone=&#8221;|20px||20px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; button_text_size_tablet=&#8221;15px&#8221; button_text_size_phone=&#8221;15px&#8221; button_text_size_last_edited=&#8221;on|tablet&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; button_text_color__hover_enabled=&#8221;off|hover&#8221; button_text_color__hover=&#8221;#FFFFFF&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;off|on|on&#8221; module_class=&#8221;banner&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/05\/grand-homa-mob-banner.jpg&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;140px||0px||false|false&#8221; background_last_edited=&#8221;off|desktop&#8221; background_image_phone=&#8221;https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/03\/rahu-ketu-transit-mob-banner.jpg&#8221; background_enable_image_phone=&#8221;on&#8221; parallax_phone=&#8221;off&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;off|on|on&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ab2229&#8243; custom_padding=&#8221;10px||10px||true|false&#8221; border_color_all=&#8221;#404d6b&#8221; border_width_bottom=&#8221;2px&#8221; border_color_bottom=&#8221;#b9474d&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans|600|||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;]<p style=\"font-weight: 600; font-size: 15px !important;\">EVENT DETAILS<\/p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;off|on|on&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ab2229&#8243; custom_padding=&#8221;12px||12px||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#b9474d&#8221; width=&#8221;93%&#8221; custom_padding=&#8221;10px|12px|23px|12px|false|true&#8221; border_radii=&#8221;on|15px|15px|15px|15px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Open Sans||||||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#fffa23&#8243; header_font_size=&#8221;22px&#8221; header_line_height=&#8221;1.5em&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;17px&#8221; header_2_line_height=&#8221;1.5em&#8221; header_3_text_color=&#8221;#700402&#8243; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||15px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||false|false&#8221; border_color_bottom=&#8221;#ffffff&#8221; global_colors_info=&#8221;{}&#8221;]<h1 style=\"font-weight: bold; margin-bottom: 2px; margin-top: 5px;\">ASTROVED\u2019S INDIVIDUAL GRAND HOMAS (FIRE LABS)<\/h1>\n<h2>Spiritual Technology to Deeply Connect with the Divine<\/h2>\n<h2>Specialty Personalized Fire Labs for Prosperity, Health, Protection &#038; Planetary Blessings<\/h2>[\/et_pb_text][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;-15px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<div class=\"view-pack-btn\"><!-- [et_pb_line_break_holder] -->                <button class=\"view-pack\"><a href=\"#ordernow\">VIEW GRAND HOMAS<\/a><\/button><!-- [et_pb_line_break_holder] -->              <\/div>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#f7f8f8&#8243; custom_padding=&#8221;30px||20px||false|false&#8221; custom_padding_tablet=&#8221;30px||20px||false|false&#8221; custom_padding_phone=&#8221;30px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#000000&#8243; header_2_font_size=&#8221;20px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;-20px||||false|false&#8221; custom_padding=&#8221;0px||20px||false|false&#8221; border_color_bottom=&#8221;#ef5647&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<p><em>The fire ritual is an ancient technology of creating things with just sounds. Homa is not just a religious activity, but it is a Fire Technology. That\u2019s why I call it \u201cFire Lab,\u201d where you can go and work with different forms of energy. You can go and do Fire Rituals for different Gods and Goddesses, for the Planets, and for whose help you need to say: \u201cFix my life.\u201d<\/em><\/p>\n<strong>~ Dr. Pillai<\/strong>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;on|on|on&#8221; module_id=&#8221;quote&#8221; module_class=&#8221;overviews&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; border_color_all=&#8221;#061d47&#8243; border_width_bottom=&#8221;0px&#8221; border_color_bottom=&#8221;#041a44&#8243; box_shadow_style=&#8221;preset3&#8243; disabled=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans|600|||||||&#8221; text_text_color=&#8221;#000000&#8243; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;]<p class=\"rotate\" style=\"font-weight: 600;\">OVERVIEW<span class=\"fa fa-chevron-right\"><\/span><\/p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;off|on|on&#8221; module_id=&#8221;quote&#8221; module_class=&#8221;overviews&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; border_color_all=&#8221;#061d47&#8243; border_width_bottom=&#8221;0px&#8221; border_color_bottom=&#8221;#041a44&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans|600|||||||&#8221; text_text_color=&#8221;#000000&#8243; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; module_class=&#8221;overview-section&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;-40px||||false|false&#8221; custom_margin_tablet=&#8221;-40px||||false|false&#8221; custom_margin_phone=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;15px||30px||false|false&#8221; custom_padding_tablet=&#8221;45px||30px||false|false&#8221; custom_padding_phone=&#8221;5px||20px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; disabled_on=&#8221;on|on|on&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; disabled=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#000000&#8243; header_2_font_size=&#8221;30px&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; border_color_bottom=&#8221;#d5d2d2&#8243; global_colors_info=&#8221;{}&#8221;]<h2>OVERVIEW<\/h2>[\/et_pb_text][et_pb_divider color=&#8221;#d4d4d4&#8243; divider_weight=&#8221;2px&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;80%&#8221; width_tablet=&#8221;40%&#8221; width_phone=&#8221;30%&#8221; width_last_edited=&#8221;on|tablet&#8221; module_alignment=&#8221;center&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;on|tablet&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;0px||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||20px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; header_3_text_align_tablet=&#8221;left&#8221; header_3_text_align_phone=&#8221;left&#8221; header_3_text_align_last_edited=&#8221;on|tablet&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;17px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; header_3_line_height_tablet=&#8221;&#8221; header_3_line_height_phone=&#8221;1.5em&#8221; header_3_line_height_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<h3>Personalized Grand Specialty Fire Labs for Targeted Results<\/h3>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;off|desktop&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||15px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||10px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;-20px||||false|false&#8221; custom_margin_tablet=&#8221;-20px||||false|false&#8221; custom_margin_phone=&#8221;-50px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<p>A Homa (Fire Lab) is an ancient, spiritual technology mentioned in the earliest of the Vedas (Books of Wisdom) that helps you connect with and receive immense blessings from the divine. Also called &lsquo;Yajna,&rsquo; the term has a special mention in sacred texts such as Vedas and Puranas.<\/p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;-20px||||false|false&#8221; custom_margin_tablet=&#8221;-20px||||false|false&#8221; custom_margin_phone=&#8221;-20px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<p>According to Yajur Veda, a fire ritual is a basis for physical, mental, spiritual, intellectual progress and prosperity. During the Fire Lab, skilled Vedic priests infuse your aura with positive vibrations and invoke the divine blessings by chanting Vedic mantras.<\/p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;-20px||||false|false&#8221; custom_margin_tablet=&#8221;-20px||||false|false&#8221; custom_margin_phone=&#8221;-20px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<p>The Vedas say that the fire has the power to carry your prayers to archetypes, who, in return, extend their angelic protection and intervene in your life to fulfill wishes, solve problems or bestow blessings. You can choose from our wide array of Grand Fire Labs for prosperity, health, protection, and planetary blessings.<\/p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;on|tablet&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;20px||0px||false|false&#8221; custom_padding_tablet=&#8221;0px||0px||false|false&#8221; custom_padding_phone=&#8221;10px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||20px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; header_3_text_align_tablet=&#8221;left&#8221; header_3_text_align_phone=&#8221;left&#8221; header_3_text_align_last_edited=&#8221;on|tablet&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;17px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; header_3_line_height_tablet=&#8221;&#8221; header_3_line_height_phone=&#8221;1.5em&#8221; header_3_line_height_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<h3>Agni: The Messenger of Our Prayers to God<\/h3>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;off|desktop&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||15px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||10px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;-20px||||false|false&#8221; custom_margin_tablet=&#8221;-20px||||false|false&#8221; custom_margin_phone=&#8221;-50px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<p>Dr. Pillai says, &ldquo;<em>The Fire Lab is a Divine Technology. It does not need your belief to be effective. In the Rig Veda, the Yogis contacted the Fire God through fire ceremony by giving food offerings to various Gods. Fire is a messenger that takes all of these offerings to the various Gods. What&rsquo;s the benefit? Once the Gods are fed, then they come and give you whatever you want.<\/em>&rdquo;<\/p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;-20px||||false|false&#8221; custom_margin_tablet=&#8221;-20px||||false|false&#8221; custom_margin_phone=&#8221;-20px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<p>The oldest of the 4 Vedas, Rig Veda begins with a sacred hymn to Agni, regarded as the &lsquo;God of Fire.&rsquo; Agni is one of the most worshipped archetypes and is praised in several Vedic hymns in Vedic texts. &lsquo;Jatavada,&rsquo; one of the two forms of Agni, is considered the messenger who carries our offerings to God. The sacred hymn from Rig Veda I.26.3 mentions Agni as the messenger who carries the oblation from humans to the gods, bringing the Gods to sacrifice, and mediates between gods and humans.<\/p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;-20px||||false|false&#8221; custom_margin_tablet=&#8221;-20px||||false|false&#8221; custom_margin_phone=&#8221;-20px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<p style=\"text-align: center;\">&ldquo;<em>Pra Yajnamanmaa Vrijanam Tiraate<\/em>&rdquo; (Rigveda 7-61-4)<\/p>\n<p style=\"text-align: center;\"><strong>Meaning<\/strong>: Performing sacred Yajna (homa) solves all problems of life.<\/p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;on|tablet&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;20px||0px||false|false&#8221; custom_padding_phone=&#8221;10px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||20px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; header_3_text_align_tablet=&#8221;left&#8221; header_3_text_align_phone=&#8221;left&#8221; header_3_text_align_last_edited=&#8221;on|tablet&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;17px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; header_3_line_height_tablet=&#8221;&#8221; header_3_line_height_phone=&#8221;1.5em&#8221; header_3_line_height_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<h3>Why Perform Grand Homas (Fire Labs)?<\/h3>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;5px||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||10px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_margin_tablet=&#8221;-20px||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<p>Mantras are sacred syllables put together by ancient seers and yogis. Chanting or listening to these powerful mantras can fill your aura with positive vibrations, and the sacrificial fire invites the deities to grant specific blessings.<\/p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;-20px||||false|false&#8221; custom_margin_tablet=&#8221;-20px||||false|false&#8221; custom_margin_phone=&#8221;-20px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<p>During a grand homa, our expert Vedic priests chant the divine mantras for the prescribed number of times, such as 1008, 10008, etc., and offer oblations to the sacrificial fire. The reverberation of the mantras chanted during the homa and invocation of Agni (Fire), the messenger of our prayers to the Gods, can augment positivity and enhance the chances of our sincere prayers being answered.<\/p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;on|tablet&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;40px||0px||false|false&#8221; custom_padding_tablet=&#8221;20px||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||20px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||0px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; header_3_text_align_tablet=&#8221;left&#8221; header_3_text_align_phone=&#8221;left&#8221; header_3_text_align_last_edited=&#8221;on|tablet&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;17px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; header_3_line_height_tablet=&#8221;&#8221; header_3_line_height_phone=&#8221;1.5em&#8221; header_3_line_height_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<h3>AstroVed\u2019s Grand Homas (Fire Labs)<\/h3>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||15px||false|false&#8221; custom_padding_tablet=&#8221;||0px||false|false&#8221; custom_padding_phone=&#8221;0px||10px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;-20px||||false|false&#8221; custom_margin_tablet=&#8221;-20px||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<p>Experience our personalized Grand Specialty Fire Labs that invoke powerful archetypes for highly targeted results according to your unique needs. AstroVed offers you an excellent opportunity to participate and sponsor Grand Individual Homas (Fire Labs) to the deity of your choice.<\/p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;17px&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;27px&#8221; custom_margin=&#8221;-20px||||false|false&#8221; custom_margin_tablet=&#8221;-20px||||false|false&#8221; custom_margin_phone=&#8221;-20px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||||false|false&#8221; text_font_size_tablet=&#8221;17px&#8221; text_font_size_phone=&#8221;15px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<p>You can choose to perform these Fire Labs as a remedy or to receive the ongoing blessings of the divine for you and your loved ones. Book your Grand Homa with us and have our experienced priests perform it for you!<\/p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;on|on|on&#8221; module_id=&#8221;services&#8221; module_class=&#8221;service&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#3b6a96&#8243; custom_padding=&#8221;10px||10px||true|false&#8221; background_color_phone=&#8221;#f99122&#8243; background_last_edited=&#8221;off|desktop&#8221; background_enable_color_phone=&#8221;on&#8221; border_color_all=&#8221;#061d47&#8243; border_width_bottom=&#8221;0px&#8221; border_color_bottom=&#8221;#041a44&#8243; box_shadow_style=&#8221;preset3&#8243; disabled=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans|600|||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;]<p class=\"rotate\">13<sup>th<\/sup> MOON (PRADOSHAM) SERVICES<span class=\"fa fa-chevron-right\"><\/span><\/p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; module_id=&#8221;ordernow&#8221; module_class=&#8221;service-section&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#071769&#8243; custom_padding=&#8221;||30px||false|false&#8221; custom_padding_tablet=&#8221;||30px||false|false&#8221; custom_padding_phone=&#8221;25px||40px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|desktop&#8221; disabled_on=&#8221;off|off|off&#8221; module_id=&#8221;order&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; custom_padding_tablet=&#8221;20px||30px||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#000000&#8243; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||10px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;17px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<h3>GRAND PROSPERITY FIRE LABS<\/h3>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width_tablet=&#8221;62%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;20px||||false|false&#8221; custom_padding_tablet=&#8221;||||true|false&#8221; custom_padding_phone=&#8221;15px||15px||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; min_height=&#8221;628px&#8221; min_height_tablet=&#8221;&#8221; min_height_phone=&#8221;&#8221; min_height_last_edited=&#8221;on|phone&#8221; height_tablet=&#8221;&#8221; height_phone=&#8221;&#8221; height_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||false|false&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;]<div class=\"service\"><!-- [et_pb_line_break_holder] -->  <div class=\"service-img\"><!-- [et_pb_line_break_holder] --><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/09\/Priest-Individual-Dashavatar-Homa.jpg\" width=\"489\" class=\"homa-image\" height=\"308\" alt=\"10-Priest Individual Dashavatar Homa\" title=\"10-Priest Individual Dashavatar Homa\"><\/div><div class=\"service-text\"><h3 class=\"services-text\">10-Priest Individual Dashavatar Homa<\/h3><\/div><div class=\"service-para\"><!-- [et_pb_line_break_holder] -->     <pee class=\"text\"><!-- [et_pb_line_break_holder] -->       Fire Lab for the Dashavatar (10 Incarnations of Vishnu) for overall power, prosperity, all kinds of abundance, and wellbeing blessings.<!-- [et_pb_line_break_holder] -->  <\/pee><!-- [et_pb_line_break_holder] --><pee class=\"date-time-section\">What Will I Receive?<\/pee><!-- [et_pb_line_break_holder] -->  <pee><strong>Product Energized in the Homa<\/strong> <!\u2013- [et_pb_br_holder] -\u2013>5-Metal Dashavatar Statues Set<\/pee><!-- [et_pb_line_break_holder] -->    <div class='product-placeholder' data-id='50068' data-template='18' id='product_50068_template_18'><\/div><!-- [et_pb_line_break_holder] -->  <a href=\"https:\/\/www.astroved.com\/-P50068.aspx\" target=\"_blank\" class=\"book-now-btn\" rel=\"noopener\">READ MORE<\/a><!-- [et_pb_line_break_holder] --><\/div><!-- [et_pb_line_break_holder] --><\/div>[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; min_height=&#8221;628px&#8221; min_height_tablet=&#8221;518px&#8221; min_height_phone=&#8221;&#8221; min_height_last_edited=&#8221;on|desktop&#8221; height_tablet=&#8221;&#8221; height_phone=&#8221;&#8221; height_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||false|false&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;]<div class=\"service\"><!-- [et_pb_line_break_holder] -->  <div class=\"service-img\"><!-- [et_pb_line_break_holder] --><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/05\/Wealth-Attraction-Package.jpg\" width=\"489\" class=\"homa-image\" height=\"308\" alt=\"Wealth Attraction Package\" title=\"Wealth Attraction Package\"><\/div><!-- [et_pb_line_break_holder] --><div class=\"service-text\"><!-- [et_pb_line_break_holder] -->\t<h3 class=\"services-text\">Wealth Attraction Package<\/h3><!-- [et_pb_line_break_holder] --><\/div><!-- [et_pb_line_break_holder] --><div class=\"service-para\"><!-- [et_pb_line_break_holder] -->     <pee class=\"text\">Fire Lab to invoke the combined blessings of the wealth attraction archetypes Lakshmi, Kubera, and Swarna Akarshana Bhairava.<\/pee><!-- [et_pb_line_break_holder] -->  \t<div class='product-placeholder' data-id='48692' data-template='18' id='product_48692_template_18'><\/div><!-- [et_pb_line_break_holder] -->    <a href=\"https:\/\/www.astroved.com\/specific-purpose-fire-lab-wealth-attraction-package-P48692.aspx\" target=\"_blank\" class=\"book-now-btn\" rel=\"noopener\">READ MORE<\/a><!-- [et_pb_line_break_holder] --><\/div><!-- [et_pb_line_break_holder] --><\/div>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; module_class=&#8221;service-section&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ffff63&#8243; custom_padding=&#8221;||30px||false|false&#8221; custom_padding_tablet=&#8221;||30px||false|false&#8221; custom_padding_phone=&#8221;25px||40px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|desktop&#8221; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; custom_padding_tablet=&#8221;20px||30px||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#000000&#8243; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||10px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;17px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<h3>GRAND TOTAL POWER &amp; PROTECTION FIRE LABS<\/h3>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width_tablet=&#8221;62%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;20px||||false|false&#8221; custom_padding_tablet=&#8221;||||true|false&#8221; custom_padding_phone=&#8221;15px||15px||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; min_height_tablet=&#8221;&#8221; min_height_phone=&#8221;&#8221; min_height_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||false|false&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;]<div class=\"service\"><!-- [et_pb_line_break_holder] -->  <div class=\"service-img\"><!-- [et_pb_line_break_holder] --><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/09\/Individual-Dasa-Maha-Vidya-Homa.jpg\" width=\"489\" class=\"homa-image\" height=\"308\" alt=\"Individual Dasa Maha Vidya Homa\" title=\"Individual Dasa Maha Vidya Homa\"><\/div><div class=\"service-text\"><h3 class=\"services-text\">Individual Dasa Maha Vidya Homa<\/h3><\/div><div class=\"service-para\"><!-- [et_pb_line_break_holder] -->    <pee class=\"text\"><!-- [et_pb_line_break_holder] -->      Fire Lab for the Dasa Maha Vidya (10 Wisdom Goddesses) for power, protection, wealth, and victory.<!-- [et_pb_line_break_holder] -->  <\/pee><!-- [et_pb_line_break_holder] -->    <div class='product-placeholder' data-id='48701' data-template='18' id='product_48701_template_18'><\/div><!-- [et_pb_line_break_holder] -->  <a href=\"https:\/\/www.astroved.com\/specific-purpose-fire-lab-dasa-maha-vidya-homa-P48701.aspx\" target=\"_blank\" class=\"book-now-btn\" rel=\"noopener\">READ MORE<\/a><!-- [et_pb_line_break_holder] --><\/div><!-- [et_pb_line_break_holder] --><\/div>[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; min_height_tablet=&#8221;&#8221; min_height_phone=&#8221;&#8221; min_height_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||false|false&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;]<div class=\"service\"><!-- [et_pb_line_break_holder] -->  <div class=\"service-img\"><!-- [et_pb_line_break_holder] --><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/05\/8-Priest-Individual-Ashta-Bhairava-Homa.jpg\" width=\"489\" class=\"homa-image\" height=\"308\" alt=\"8-Priest Individual Ashta Bhairava Homa\" title=\"8-Priest Individual Ashta Bhairava Homa\"><\/div><div class=\"service-text\"><h3 class=\"services-text\">8-Priest Individual Ashta Bhairava Homa<!-- [et_pb_line_break_holder] --><\/h3><\/div><div class=\"service-para\"><!-- [et_pb_line_break_holder] -->    <pee class=\"text\"><!-- [et_pb_line_break_holder] -->      Fire Lab for the Ashta Bhairava (8 Forms of Bhairava), the fierce forms of Shiva, for overall protection and success.<!-- [et_pb_line_break_holder] -->  <\/pee><!-- [et_pb_line_break_holder] --><pee class=\"date-time-section\">What Will I Receive?<\/pee><!-- [et_pb_line_break_holder] -->  <pee><strong>Product Energized in the Homa<\/strong> <!\u2013- [et_pb_br_holder] -\u2013>5-Metal Bhairava Statues Set<\/pee><!-- [et_pb_line_break_holder] -->   <div class='product-placeholder' data-id='50064' data-template='18' id='product_50064_template_18'><\/div><!-- [et_pb_line_break_holder] -->  <a href=\"https:\/\/www.astroved.com\/-P50064.aspx\" target=\"-blank\" class=\"book-now-btn\" rel=\"noopener\">READ MORE<\/a><!-- [et_pb_line_break_holder] --><\/div><!-- [et_pb_line_break_holder] --><\/div>[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; min_height_tablet=&#8221;&#8221; min_height_phone=&#8221;&#8221; min_height_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||false|false&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;]<div class=\"service\"><!-- [et_pb_line_break_holder] -->  <div class=\"service-img\"><!-- [et_pb_line_break_holder] --><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/05\/9-Priest-Individual-Nava-Chandi-Homa.jpg\" width=\"489\" class=\"homa-image\" height=\"308\" alt=\"9-Priest Individual Nava Chandi Homa\" title=\"9-Priest Individual Nava Chandi Homa\"><\/div><div class=\"service-text\"><h3 class=\"services-text\">9-Priest Individual Nava Chandi Homa<\/h3><\/div><div class=\"service-para\"><!-- [et_pb_line_break_holder] -->      <pee class=\"text\"><!-- [et_pb_line_break_holder] -->        Fire Lab invokes Goddess Chandi, the most ferocious form of Primordial Supreme Goddess, to help you overcome all negative influences and win over your enemies.<!-- [et_pb_line_break_holder] -->  <\/pee><!-- [et_pb_line_break_holder] --><pee class=\"date-time-section\">What Will I Receive?<\/pee><!-- [et_pb_line_break_holder] -->  <pee><strong>Product Energized in the Homa<\/strong> <!\u2013- [et_pb_br_holder] -\u2013>Black Tourmaline Mala<\/pee><!-- [et_pb_line_break_holder] -->  <div class='product-placeholder' data-id='50066' data-template='18' id='product_50066_template_18'><\/div><!-- [et_pb_line_break_holder] -->  <a href=\"https:\/\/www.astroved.com\/-P50066.aspx\" class=\"book-now-btn\" target=\"_blank\" rel=\"noopener\">READ MORE<\/a><!-- [et_pb_line_break_holder] --><\/div><!-- [et_pb_line_break_holder] --><\/div>[\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width_tablet=&#8221;62%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;20px||||false|false&#8221; custom_padding_tablet=&#8221;||||true|false&#8221; custom_padding_phone=&#8221;15px||15px||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; min_height_tablet=&#8221;&#8221; min_height_phone=&#8221;&#8221; min_height_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||false|false&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;]<div class=\"service\"><!-- [et_pb_line_break_holder] -->  <div class=\"service-img\"><!-- [et_pb_line_break_holder] --><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/09\/Individual-Dasa-Chandi-Homa.jpg\" width=\"489\" class=\"homa-image\" height=\"308\" alt=\"10-Priest Individual Dasa Chandi Homa\" title=\"10-Priest Individual Dasa Chandi Homa\"><\/div><div class=\"service-text\"><h3 class=\"services-text\">10-Priest Individual Dasa Chandi Homa<\/h3><\/div><div class=\"service-para\"><!-- [et_pb_line_break_holder] -->      <pee class=\"text\"><!-- [et_pb_line_break_holder] -->        Fire Lab for Goddess Chandi, the supreme Protectress, performed by ten priests differs from Nava Chandi Homa due to the Goddess-pleasing Bindu Tarpanam ritual performed during the Homa by the 10th priest. This Fire Lab can help remove the evil eye and invoke a divine invincible protective shield against negative energies in your life.<!-- [et_pb_line_break_holder] -->  <\/pee><!-- [et_pb_line_break_holder] --><pee class=\"date-time-section\">What Will I Receive?<\/pee><!-- [et_pb_line_break_holder] -->  <pee><strong>Product Energized in the Homa<\/strong> <!\u2013- [et_pb_br_holder] -\u2013>Black Tourmaline Mala<\/pee><!-- [et_pb_line_break_holder] -->  <div class='product-placeholder' data-id='50065' data-template='18' id='product_50065_template_18'><\/div><!-- [et_pb_line_break_holder] -->  <a href=\"https:\/\/www.astroved.com\/-P50065.aspx\" class=\"book-now-btn\" target=\"_blank\" rel=\"noopener\">READ MORE<\/a><!-- [et_pb_line_break_holder] --><\/div><!-- [et_pb_line_break_holder] --><\/div>[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; min_height_tablet=&#8221;&#8221; min_height_phone=&#8221;&#8221; min_height_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||false|false&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;]<div class=\"service\"><!-- [et_pb_line_break_holder] -->  <div class=\"service-img\"><!-- [et_pb_line_break_holder] --><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/05\/Individual-Pratyangira-Devi-Homa.jpg\" width=\"489\" class=\"homa-image\" height=\"308\" alt=\"Individual Pratyangira Devi Homa\" title=\"Individual Pratyangira Devi Homa\"><\/div><div class=\"service-text\"><h3 class=\"services-text\">Individual Pratyangira Devi Homa<\/h3><\/div><div class=\"service-para\"><!-- [et_pb_line_break_holder] -->    <pee class=\"text\"><!-- [et_pb_line_break_holder] -->      Fire Lab for the lion-faced Goddess to remove obstacles, overcome evil forces, and attain peace and prosperity.<!-- [et_pb_line_break_holder] -->  <\/pee><!-- [et_pb_line_break_holder] -->  <pee class=\"date-time-section\">What Will I Receive?<\/pee><!-- [et_pb_line_break_holder] -->  <pee><strong>Product Energized in the Homa<\/strong> <!\u2013- [et_pb_br_holder] -\u2013>3-Inch Pratyangira Devi Yantra<\/pee><!-- [et_pb_line_break_holder] -->  <div class='product-placeholder' data-id='75' data-template='18' id='product_75_template_18'><\/div><!-- [et_pb_line_break_holder] -->  <a href=\"https:\/\/www.astroved.com\/archetype-deity-fire-lab-prathyangira-devi-homa-P75.aspx\" class=\"book-now-btn\" target=\"_blank\" rel=\"noopener\">READ MORE<\/a><!-- [et_pb_line_break_holder] --><\/div><!-- [et_pb_line_break_holder] --><\/div>[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; min_height_tablet=&#8221;&#8221; min_height_phone=&#8221;&#8221; min_height_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||false|false&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;]<div class=\"service\"><!-- [et_pb_line_break_holder] -->  <div class=\"service-img\"><!-- [et_pb_line_break_holder] --><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/09\/Individual-Ashta-Dikpalaka-Homa.jpg\" width=\"489\" class=\"homa-image\" height=\"308\" alt=\"5-Priest Individual Ashta Dikpalaka Homa\" title=\"5-Priest Individual Ashta Dikpalaka Homa\"><\/div><div class=\"service-text\"><h3 class=\"services-text\">5-Priest Individual Ashta Dikpalaka Homa<!-- [et_pb_line_break_holder] --><\/h3><\/div><div class=\"service-para\"><!-- [et_pb_line_break_holder] -->    <pee class=\"text\"><!-- [et_pb_line_break_holder] -->      Fire Lab for the Ashta Dikpalaka (8 Guardian Deities) to remove negativity, attract good fortune, and purify your living space.<!-- [et_pb_line_break_holder] -->  <\/pee><!-- [et_pb_line_break_holder] --><pee class=\"date-time-section\">What Will I Receive?<\/pee><!-- [et_pb_line_break_holder] -->  <pee><strong>Product Energized in the Homa<\/strong> <!\u2013- [et_pb_br_holder] -\u2013>3\u00d73 inch Vastu Yantra<\/pee><!-- [et_pb_line_break_holder] -->  <div class='product-placeholder' data-id='50067' data-template='18' id='product_50067_template_18'><\/div><!-- [et_pb_line_break_holder] -->  <a href=\"https:\/\/www.astroved.com\/-P50067.aspx\" class=\"book-now-btn\" target=\"_blank\" rel=\"noopener\">READ MORE<\/a><!-- [et_pb_line_break_holder] --><\/div><!-- [et_pb_line_break_holder] --><\/div>[\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;52%&#8221; width_tablet=&#8221;62%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;20px||||false|false&#8221; custom_padding_tablet=&#8221;||||true|false&#8221; custom_padding_phone=&#8221;15px||15px||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; min_height_tablet=&#8221;&#8221; min_height_phone=&#8221;&#8221; min_height_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||false|false&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;]<div class=\"service\"><!-- [et_pb_line_break_holder] -->  <div class=\"service-img\"><!-- [et_pb_line_break_holder] --><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/05\/total-power-package-homa.jpg\" width=\"489\" class=\"homa-image\" height=\"308\" alt=\"Total Power Package\" title=\"Total Power Package\"><\/div><div class=\"service-text\"><h3 class=\"services-text\">Total Power Package<\/h3><\/div><div class=\"service-para\"><!-- [et_pb_line_break_holder] -->      <pee class=\"text\"><!-- [et_pb_line_break_holder] -->        Fire Lab to invoke the combined blessings of the Goddess Trinity- Durga, Lakshmi, and Saraswati.<!-- [et_pb_line_break_holder] -->  <\/pee><!-- [et_pb_line_break_holder] -->  <div class='product-placeholder' data-id='48659' data-template='18' id='product_48659_template_18'><\/div><!-- [et_pb_line_break_holder] -->  <a href=\"https:\/\/www.astroved.com\/specific-purpose-fire-lab-total-power-package-P48659.aspx\" target=\"_blank\" class=\"book-now-btn\" rel=\"noopener\">READ MORE<\/a><!-- [et_pb_line_break_holder] --><\/div><!-- [et_pb_line_break_holder] --><\/div>[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; min_height_tablet=&#8221;&#8221; min_height_phone=&#8221;&#8221; min_height_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||false|false&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;]<div class=\"service\"><!-- [et_pb_line_break_holder] -->  <div class=\"service-img\"><!-- [et_pb_line_break_holder] --><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/05\/6-Priest-Individual-Shatru-Samhara-Homa.jpg\" width=\"489\" class=\"homa-image\" height=\"308\" alt=\"6-Priest Individual Shatru Samhara Homa\" title=\"6-Priest Individual Shatru Samhara Homa\"><\/div><div class=\"service-text\"><h3 class=\"services-text\">6-Priest Individual Shatru Samhara Homa<\/h3><\/div><div class=\"service-para\"><!-- [et_pb_line_break_holder] -->      <pee class=\"text\"><!-- [et_pb_line_break_holder] -->        Fire Lab to the warrior God Muruga to defeat negativity and overpower enemies.<!-- [et_pb_line_break_holder] -->  <\/pee><!-- [et_pb_line_break_holder] --><pee class=\"date-time-section\">What Will I Receive?<\/pee><!-- [et_pb_line_break_holder] -->  <pee><strong>Product Energized in the Homa<\/strong> <!\u2013- [et_pb_br_holder] -\u2013>3\u00d73 Sadakshara Yantra<\/pee><!-- [et_pb_line_break_holder] -->  <div class='product-placeholder' data-id='50072' data-template='18' id='product_50072_template_18'><\/div><!-- [et_pb_line_break_holder] -->  <a href=\"https:\/\/www.astroved.com\/-P50072.aspx\" class=\"book-now-btn\" target=\"_blank\" rel=\"noopener\">READ MORE<\/a><!-- [et_pb_line_break_holder] --><\/div><!-- [et_pb_line_break_holder] --><\/div>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; module_class=&#8221;service-section&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#071769&#8243; custom_padding=&#8221;||30px||false|false&#8221; custom_padding_tablet=&#8221;||30px||false|false&#8221; custom_padding_phone=&#8221;25px||40px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|desktop&#8221; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; custom_padding_tablet=&#8221;20px||30px||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#000000&#8243; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||10px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;17px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<h3>GRAND HEALTH BOOSTER AND WISH-FULFILLING FIRE LABS<\/h3>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width_tablet=&#8221;62%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;20px||||false|false&#8221; custom_padding_tablet=&#8221;||||true|false&#8221; custom_padding_phone=&#8221;15px||15px||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; min_height_tablet=&#8221;&#8221; min_height_phone=&#8221;&#8221; min_height_last_edited=&#8221;on|phone&#8221; height_last_edited=&#8221;off|desktop&#8221; custom_padding=&#8221;||||false|false&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;]<div class=\"service\"><!-- [et_pb_line_break_holder] -->  <div class=\"service-img\"><!-- [et_pb_line_break_holder] --><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/05\/Individual-Rudra-Homa-.jpg\" width=\"489\" class=\"homa-image\" height=\"308\" alt=\"32-Priest Individual Maha Rudra Homa and Abishekam\" title=\"32-Priest Individual Maha Rudra Homa and Abishekam\"><\/div><div class=\"service-text\"><h3 class=\"services-text\">32-Priest Individual Maha Rudra Homa and Abishekam<\/h3><\/div><div class=\"service-para\"><!-- [et_pb_line_break_holder] -->     <pee class=\"text\"><!-- [et_pb_line_break_holder] -->       Grand Fire Lab and Hydration Pooja to Rudra, the fierce form of Shiva, by chanting Maha Rudram for wish-fulfillment and overall wellbeing.<!-- [et_pb_line_break_holder] -->  <\/pee><!-- [et_pb_line_break_holder] --><pee class=\"date-time-section\">What Will I Receive?<\/pee><!-- [et_pb_line_break_holder] -->  <pee><strong>Product Energized in the Homa<\/strong> <!\u2013- [et_pb_br_holder] -\u2013>27 Nakshatra Lingam set<\/pee><!-- [et_pb_line_break_holder] -->  <div class='product-placeholder' data-id='50071' data-template='18' id='product_50071_template_18'><\/div><!-- [et_pb_line_break_holder] -->  <a href=\"https:\/\/www.astroved.com\/-P50071.aspx\" target=\"_blank\" class=\"book-now-btn\" rel=\"noopener\">READ MORE<\/a><!-- [et_pb_line_break_holder] --><\/div><!-- [et_pb_line_break_holder] --><\/div>[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; min_height_tablet=&#8221;&#8221; min_height_phone=&#8221;&#8221; min_height_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||false|false&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;]<div class=\"service\"><!-- [et_pb_line_break_holder] -->  <div class=\"service-img\"><!-- [et_pb_line_break_holder] --><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/05\/Laghu-Rudra-Homa-image.jpg\" width=\"489\" class=\"homa-image\" height=\"308\" alt=\"12-Priest Individual Laghu Rudra Homa\" title=\"12-Priest Individual Laghu Rudra Homa\"><\/div><div class=\"service-text\"><h3 class=\"services-text\">12-Priest Individual Laghu Rudra Homa<\/h3><\/div><div class=\"service-para\"><!-- [et_pb_line_break_holder] -->     <pee class=\"text\"><!-- [et_pb_line_break_holder] -->       Fire Lab to Rudra by chanting Laghu Rudram for the fulfillment of earnest wishes.<!-- [et_pb_line_break_holder] -->  <\/pee><!-- [et_pb_line_break_holder] --><pee class=\"date-time-section\">What Will I Receive?<\/pee><!-- [et_pb_line_break_holder] -->  <pee><strong>Product Energized in the Homa<\/strong> <!\u2013- [et_pb_br_holder] -\u2013>Pancha Bootha Lingam set<\/pee><!-- [et_pb_line_break_holder] -->  <div class='product-placeholder' data-id='50070' data-template='18' id='product_50070_template_18'><\/div><!-- [et_pb_line_break_holder] -->  <a href=\"https:\/\/www.astroved.com\/-P50070.aspx\" class=\"book-now-btn\" target=\"_blank\" rel=\"noopener\">READ MORE<\/a><!-- [et_pb_line_break_holder] --><\/div><!-- [et_pb_line_break_holder] --><\/div>[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; min_height_tablet=&#8221;&#8221; min_height_phone=&#8221;&#8221; min_height_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||false|false&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;]<div class=\"service\"><!-- [et_pb_line_break_holder] -->  <div class=\"service-img\"><!-- [et_pb_line_break_holder] --><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/05\/Wealth-Attraction-Package.jpg\" width=\"489\" class=\"homa-image\" height=\"308\" alt=\"Health Booster Package\" title=\"Health Booster Package\"><\/div><div class=\"service-text\"><h3 class=\"services-text\">Health Booster Package<\/h3><\/div><div class=\"service-para\"><!-- [et_pb_line_break_holder] -->     <pee class=\"text\"><!-- [et_pb_line_break_holder] -->       Fire Lab to invoke the combined blessings of the health-boosting deities- Dhanvantri, Ayur Devata, and Mrityunjaya.<!-- [et_pb_line_break_holder] -->  <\/pee><!-- [et_pb_line_break_holder] -->  <div class='product-placeholder' data-id='48718' data-template='18' id='product_48718_template_18'><\/div><!-- [et_pb_line_break_holder] -->  <a href=\"https:\/\/www.astroved.com\/specific-purpose-fire-lab-health-booster-package-P48718.aspx\" class=\"book-now-btn\" target=\"_blank\" rel=\"noopener\">READ MORE<\/a><!-- [et_pb_line_break_holder] --><\/div><!-- [et_pb_line_break_holder] --><\/div>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; module_class=&#8221;service-section&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ffff63&#8243; custom_padding=&#8221;||30px||false|false&#8221; custom_padding_tablet=&#8221;||30px||false|false&#8221; custom_padding_phone=&#8221;25px||40px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|desktop&#8221; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; custom_padding_tablet=&#8221;20px||30px||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#000000&#8243; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||10px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;17px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<h3>GRAND PLANETS PACIFIER FIRE LABS<\/h3>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;52%&#8221; width_tablet=&#8221;62%&#8221; width_phone=&#8221;90%&#8221; width_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;20px||||false|false&#8221; custom_padding_tablet=&#8221;||||true|false&#8221; custom_padding_phone=&#8221;15px||15px||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; min_height_tablet=&#8221;&#8221; min_height_phone=&#8221;&#8221; min_height_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||false|false&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;]<div class=\"service\"><!-- [et_pb_line_break_holder] -->  <div class=\"service-img\"><!-- [et_pb_line_break_holder] --><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/05\/Navagraha-Homa.jpg\" width=\"489\" class=\"homa-image\" height=\"308\" alt=\"Navagraha Homa\" title=\"Navagraha Homa\"><\/div><div class=\"service-text\"><h3 class=\"services-text\">Navagraha Homa<\/h3><\/div><div class=\"service-para\"><!-- [et_pb_line_break_holder] -->    <pee class=\"text\"><!-- [et_pb_line_break_holder] -->      Fire Lab to the Navagraha (9 Planets) to appease them, reduce malefic effects, enhance benefic effects, and enjoy their combined blessings.<!-- [et_pb_line_break_holder] -->  <\/pee><!-- [et_pb_line_break_holder] -->  <div class='product-placeholder' data-id='86' data-template='18' id='product_86_template_18'><\/div><!-- [et_pb_line_break_holder] -->  <a href=\"https:\/\/www.astroved.com\/planetary-fire-lab-9-planets-fire-lab-homa--p86.aspx\" target=\"_blank\" class=\"book-now-btn\" rel=\"noopener\">READ MORE<\/a><!-- [et_pb_line_break_holder] --><\/div><!-- [et_pb_line_break_holder] --><\/div>[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<div class=\"service\"><!-- [et_pb_line_break_holder] -->  <div class=\"service-img\"><!-- [et_pb_line_break_holder] --><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/05\/nakshatra-shanti.jpg\" width=\"489\" class=\"homa-image\" height=\"308\" alt=\"Nakshatra Shanti Chanting\" title=\"Nakshatra Shanti Chanting\"><\/div><div class=\"service-text\"><h3 class=\"services-text\">Nakshatra Shanti Chanting and Navagraha Homa<\/h3><\/div><div class=\"service-para\"><!-- [et_pb_line_break_holder] -->      <pee class=\"text\"><!-- [et_pb_line_break_holder] -->        Fire Lab to the Navagraha (9 Planets) and 27 Nakshatras (Birth Stars) for overall wellbeing.<!-- [et_pb_line_break_holder] -->  <\/pee><!-- [et_pb_line_break_holder] -->  <div class='product-placeholder' data-id='47862' data-template='18' id='product_47862_template_18'><\/div><!-- [et_pb_line_break_holder] -->  <a href=\"https:\/\/www.astroved.com\/specific-purpose-fire-lab-nakshatra-shanti-chanting-and-navagraha-homa-P47862.aspx\" target=\"_blank\" class=\"book-now-btn\" rel=\"noopener\">READ MORE<\/a><!-- [et_pb_line_break_holder] --><\/div><!-- [et_pb_line_break_holder] --><\/div>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; disabled_on=&#8221;on|on|on&#8221; admin_label=&#8221;Footer Section&#8221; module_class=&#8221;service-section&#8221; _builder_version=&#8221;4.16&#8243; background_color=&#8221;#071769&#8243; custom_padding=&#8221;||30px||false|false&#8221; custom_padding_tablet=&#8221;||30px||false|false&#8221; custom_padding_phone=&#8221;25px||0px||false|false&#8221; disabled=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|desktop&#8221; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||30px||false|false&#8221; custom_padding_tablet=&#8221;20px||30px||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#000000&#8243; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||10px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;17px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<h3>WATCH ASTROVED\u2019S LATEST GRAND HOMAS<\/h3>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,1_2,1_4&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.16&#8243; background_color=&#8221;#071769&#8243; custom_margin=&#8221;-10%||||false|false&#8221; custom_padding=&#8221;30px|3%|30px|3%|false|false&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;10px||0px||false|false&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_width_all=&#8221;5px&#8221; border_color_all=&#8221;#FFFFFF&#8221; box_shadow_style=&#8221;preset1&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/videoseries?list=PLZI3Kt7k2vd9-EAjZ_6hshKRFTKKelpLN\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>[\/et_pb_code][et_pb_text disabled_on=&#8221;on|on|on&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans|600|||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;18px&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; disabled=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]Grand Homa PlayList[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Footer Section&#8221; module_class=&#8221;service-section&#8221; _builder_version=&#8221;4.16&#8243; background_color=&#8221;#071769&#8243; custom_padding=&#8221;||30px||false|false&#8221; custom_padding_tablet=&#8221;||30px||false|false&#8221; custom_padding_phone=&#8221;25px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|desktop&#8221; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||30px||false|false&#8221; custom_padding_tablet=&#8221;20px||30px||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; header_2_font=&#8221;Open Sans|600|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#000000&#8243; header_2_font_size=&#8221;30px&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; header_3_font_size=&#8221;25px&#8221; header_3_letter_spacing=&#8221;-1px&#8221; header_3_line_height=&#8221;1.5em&#8221; custom_margin=&#8221;||10px||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; header_3_font_size_tablet=&#8221;25px&#8221; header_3_font_size_phone=&#8221;17px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; border_color_bottom=&#8221;#ef5647&#8243; global_colors_info=&#8221;{}&#8221;]<h3>WATCH ASTROVED\u2019S LATEST GRAND HOMAS<\/h3>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_5,3_5,1_5&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.16&#8243; background_color=&#8221;#071769&#8243; custom_margin=&#8221;-10%||||false|false&#8221; custom_padding=&#8221;30px|3%|30px|3%|false|false&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;10px||0px||false|false&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][\/et_pb_column][et_pb_column type=&#8221;3_5&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_code _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||20px||false|false&#8221; border_color_all=&#8221;#FFFFFF&#8221; box_shadow_style=&#8221;preset1&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<style type=\"text\/css\"><!-- [et_pb_line_break_holder] -->  .container {<!-- [et_pb_line_break_holder] -->  width: 768px;<!-- [et_pb_line_break_holder] -->  margin: 0 auto;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->  .video-thumb:after {content: '\\49'!important;<!-- [et_pb_line_break_holder] -->    color: #0f2ca4;<!-- [et_pb_line_break_holder] -->    font-family: 'ETMODULES'!important;<!-- [et_pb_line_break_holder] -->    font-size: 2em!important;}<!-- [et_pb_line_break_holder] -->.video-thumb.active:before {<!-- [et_pb_line_break_holder] -->    background: rgb(35 34 33 \/ 1%) !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.video-thumb:after{<!-- [et_pb_line_break_holder] -->  color: rgb(255 255 255 \/ 98%) !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.video-player img {max-width:100%; height:auto}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.embed-container {<!-- [et_pb_line_break_holder] -->  position: relative;<!-- [et_pb_line_break_holder] -->  padding-bottom: 0px;<!-- [et_pb_line_break_holder] -->  height: 0;<!-- [et_pb_line_break_holder] -->  overflow: hidden;<!-- [et_pb_line_break_holder] -->  max-width: 100%;<!-- [et_pb_line_break_holder] -->  height: auto;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.embed-container iframe,<!-- [et_pb_line_break_holder] -->.embed-container object,<!-- [et_pb_line_break_holder] -->.embed-container embed {<!-- [et_pb_line_break_holder] -->  position: absolute;<!-- [et_pb_line_break_holder] -->  top: 0;<!-- [et_pb_line_break_holder] -->  left: 0;<!-- [et_pb_line_break_holder] -->  width: 100%;<!-- [et_pb_line_break_holder] -->  height: 100%;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.video-player__playing {<!-- [et_pb_line_break_holder] -->  margin-bottom: 1.000em;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.video-player__thumbs {<!-- [et_pb_line_break_holder] -->  overflow: hidden;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.video-thumb {<!-- [et_pb_line_break_holder] -->  float: left;<!-- [et_pb_line_break_holder] -->  width: 23.5%;<!-- [et_pb_line_break_holder] -->  position: relative;<!-- [et_pb_line_break_holder] -->  overflow: hidden;<!-- [et_pb_line_break_holder] -->  padding-bottom: 13%;<!-- [et_pb_line_break_holder] -->  margin-bottom: 0.375em;<!-- [et_pb_line_break_holder] -->  cursor: pointer;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.video-thumb:not(:last-child) {<!-- [et_pb_line_break_holder] -->  margin-right: 2%;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.video-thumb.active {<!-- [et_pb_line_break_holder] -->  cursor: default;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.video-thumb:before,<!-- [et_pb_line_break_holder] -->.video-thumb:after {<!-- [et_pb_line_break_holder] -->  display: block;<!-- [et_pb_line_break_holder] -->  position: absolute;<!-- [et_pb_line_break_holder] -->  transition: all 250ms ease-out;<!-- [et_pb_line_break_holder] -->  z-index: 1;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.video-thumb:before {<!-- [et_pb_line_break_holder] -->  content: \"\";<!-- [et_pb_line_break_holder] -->  top: 0;<!-- [et_pb_line_break_holder] -->  left: 0;<!-- [et_pb_line_break_holder] -->  width: 100%;<!-- [et_pb_line_break_holder] -->  height: 100%;<!-- [et_pb_line_break_holder] -->  background: rgba(247, 148, 30, 0);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.video-thumb.active:before {<!-- [et_pb_line_break_holder] -->  background: rgba(247, 148, 30, 0.75);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.video-thumb:not(.active):hover:before {<!-- [et_pb_line_break_holder] -->  background: rgba(247, 148, 30, 0.30);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.video-thumb:after {<!-- [et_pb_line_break_holder] -->  content: \"\\f144\";<!-- [et_pb_line_break_holder] -->  font-family: \"FontAwesome\";<!-- [et_pb_line_break_holder] -->  top: 50%;<!-- [et_pb_line_break_holder] -->  left: 50%;<!-- [et_pb_line_break_holder] -->  margin: -0.458em 0 0 -0.500em;<!-- [et_pb_line_break_holder] -->  color: rgba(255, 255, 255, 0);<!-- [et_pb_line_break_holder] -->  font-size: 3.000em;<!-- [et_pb_line_break_holder] -->  line-height: 1;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.video-thumb.active:after {<!-- [et_pb_line_break_holder] -->  color: rgba(255, 255, 255, 1);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.video-thumb img {<!-- [et_pb_line_break_holder] -->  position: absolute;<!-- [et_pb_line_break_holder] -->  top: 50%;<!-- [et_pb_line_break_holder] -->  -webkit-transform: translateY(-50%);<!-- [et_pb_line_break_holder] -->  -ms-transform: translateY(-50%);<!-- [et_pb_line_break_holder] -->  transform: translateY(-50%);<!-- [et_pb_line_break_holder] -->  left: 0;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.ytp-pause-overlay.ytp-scroll-max {<!-- [et_pb_line_break_holder] -->    display: none;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->\/*mob view---*\/<!-- [et_pb_line_break_holder] -->@media screen and (min-width:0px) and (max-width:400px){<!-- [et_pb_line_break_holder] -->.embed-container iframe {width: 100%;}<!-- [et_pb_line_break_holder] -->.embed-container {    width: 100%;padding-bottom: 0px;}<!-- [et_pb_line_break_holder] -->.video-player__thumbs {\/* display: block; *\/}<!-- [et_pb_line_break_holder] -->.video-thumb.active {display: block;}<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><\/style><!-- [et_pb_line_break_holder] --><div class=\"video-player\"><!-- [et_pb_line_break_holder] -->    <div class=\"video-player__playing\"><!-- [et_pb_line_break_holder] -->      <div class=\"embed-container\"><!-- [et_pb_line_break_holder] -->        <div class=\"fluid-width-video-wrapper\" style=\"padding-top: 56.25%;\"> <div id=\"player\"><\/div><\/div><!-- [et_pb_line_break_holder] -->      <\/div><!-- [et_pb_line_break_holder] -->    <\/div><!-- [et_pb_line_break_holder] -->    <div class=\"video-player__thumbs\"><!-- [et_pb_line_break_holder] -->      <div data-video=\"q5PYj592WX8\" class=\"video-thumb active\"><img decoding=\"async\" src=\"https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/06\/hqdefault.jpg\"><\/div><!-- [et_pb_line_break_holder] -->      <div data-video=\"UbWyCJMM1Vc\" class=\"video-thumb\"><img decoding=\"async\" src=\"https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/06\/hqdefault-1.jpg\"><\/div><!-- [et_pb_line_break_holder] -->      <div data-video=\"MYxXG6TlpxU\" class=\"video-thumb\"><img decoding=\"async\" src=\"https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/06\/hqdefault-2.jpg\"><\/div><!-- [et_pb_line_break_holder] -->      <div data-video=\"MtmlDpbsHTY\" class=\"video-thumb\"><img decoding=\"async\" src=\"https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/06\/hqdefault-3.jpg\"><\/div><!-- [et_pb_line_break_holder] -->    <\/div><!-- [et_pb_line_break_holder] -->  <\/div><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->var tag = document.createElement('script');<!-- [et_pb_line_break_holder] -->tag.src = \"https:\/\/www.youtube.com\/iframe_api\";<!-- [et_pb_line_break_holder] -->var firstScriptTag = document.getElementsByTagName('script')[0];<!-- [et_pb_line_break_holder] -->firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);<!-- [et_pb_line_break_holder] -->var player;<!-- [et_pb_line_break_holder] -->function onYouTubeIframeAPIReady() {<!-- [et_pb_line_break_holder] -->  player = new YT.Player('player', {<!-- [et_pb_line_break_holder] -->    height: '315',<!-- [et_pb_line_break_holder] -->    width: '560',<!-- [et_pb_line_break_holder] -->    videoId: 'q5PYj592WX8',<!-- [et_pb_line_break_holder] -->    events: {<!-- [et_pb_line_break_holder] -->      'onReady': function() {<!-- [et_pb_line_break_holder] -->        $(\".video-thumb\").click(function() {<!-- [et_pb_line_break_holder] -->          var $this = $(this);<!-- [et_pb_line_break_holder] -->          if (!$this.hasClass(\"active\")) {<!-- [et_pb_line_break_holder] -->            player.loadVideoById($this.attr(\"data-video\"));<!-- [et_pb_line_break_holder] -->                        $this.addClass(\"active\").siblings().removeClass(\"active\");<!-- [et_pb_line_break_holder] -->          }<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][et_pb_text disabled_on=&#8221;on|on|on&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans|600|||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;18px&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; disabled=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]Grand Homa PlayList[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;off|off|off&#8221; module_id=&#8221;script-hide&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row disabled_on=&#8221;on|off|off&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<div class=\"sticker\"><!-- [et_pb_line_break_holder] -->  <div class=\"title-btn\"><!-- [et_pb_line_break_holder] -->    <div class=\"dynamic-title\"><pee class=\"dynamic-title-text\">Individual Grand Homas (Fire Labs) <\/pee> <\/div><!-- [et_pb_line_break_holder] -->    <div><div class=\"fixed-btn-package\"><a href=\"#ordernow\">VIEW GRAND HOMAS<\/a><\/div><\/div><!-- [et_pb_line_break_holder] --><\/div><!-- [et_pb_line_break_holder] --><\/div><!-- [et_pb_line_break_holder] --><script src='https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/2.1.3\/jquery.min.js'><\/script><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->$(document).ready(function() {<!-- [et_pb_line_break_holder] -->\tvar s = $(\".sticker\");<!-- [et_pb_line_break_holder] -->\tvar pos = s.position();\t\t\t\t\t   <!-- [et_pb_line_break_holder] -->\t$(window).scroll(function() {<!-- [et_pb_line_break_holder] -->\t\tvar windowpos = $(window).scrollTop();<!-- [et_pb_line_break_holder] -->\t\t\/\/if (windowpos >= pos.top & windowpos <=8300)<!-- [et_pb_line_break_holder] -->   \/\/ console.log('test', windowpos);<!-- [et_pb_line_break_holder] -->    \/\/console.log('a', window.pageYOffset);<!-- [et_pb_line_break_holder] -->    console.log('b', $('#menu-enable').position().top);<!-- [et_pb_line_break_holder] -->    if (window.pageYOffset <= $('#menu-enable').position().top){<!-- [et_pb_line_break_holder] -->\t\t\ts.removeClass(\"stick\");<!-- [et_pb_line_break_holder] -->\t\t} else if (window.pageYOffset <= $('#ordernow').position().top) {<!-- [et_pb_line_break_holder] -->\t\t\ts.addClass(\"stick\");\t<!-- [et_pb_line_break_holder] -->\t\t}<!-- [et_pb_line_break_holder] -->    else{<!-- [et_pb_line_break_holder] -->      s.removeClass(\"stick\");<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->\t});<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;||||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] -->$(document).ready( function () {<!-- [et_pb_line_break_holder] -->var contentArray=[];<!-- [et_pb_line_break_holder] -->var index=\"\";<!-- [et_pb_line_break_holder] -->var clickedIndex=\"\";  <!-- [et_pb_line_break_holder] -->\/\/ var minimumLength=$('.read-more-less').attr('data-id');<!-- [et_pb_line_break_holder] -->var minimumLength = 350;<!-- [et_pb_line_break_holder] -->var initialContentLength=[];<!-- [et_pb_line_break_holder] -->var initialContent=[];  <!-- [et_pb_line_break_holder] -->var readMore=\"....<span class='read-more'>Read More<\/span>\";<!-- [et_pb_line_break_holder] -->var readLess=\"<span class='read-less'>Read Less<\/span>\";  <!-- [et_pb_line_break_holder] -->  $('.read-toggle').each(function(){<!-- [et_pb_line_break_holder] -->  index = $(this).attr('data-id');  <!-- [et_pb_line_break_holder] -->  contentArray[index] = $(this).html();<!-- [et_pb_line_break_holder] -->  initialContentLength[index] = $(this).html().length;<!-- [et_pb_line_break_holder] -->  if(initialContentLength[index]>minimumLength) {<!-- [et_pb_line_break_holder] -->    initialContent[index]=$(this).html().substr(0,minimumLength);<!-- [et_pb_line_break_holder] -->  }else {<!-- [et_pb_line_break_holder] -->    initialContent[index]=$(this).html();<!-- [et_pb_line_break_holder] -->  } <!-- [et_pb_line_break_holder] -->    $(this).html(initialContent[index]+readMore);<!-- [et_pb_line_break_holder] -->  \/\/console.log(initialContent[0]);  <!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->  $(document).on('click','.read-more',function(){<!-- [et_pb_line_break_holder] -->    $(this).fadeOut(500, function(){<!-- [et_pb_line_break_holder] -->    clickedIndex = $(this).parents('.read-toggle').attr('data-id');<!-- [et_pb_line_break_holder] -->    $(this).parents('.read-toggle').html(contentArray[clickedIndex]+readLess);  <!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] --> $(document).on('click','.read-less',function(){<!-- [et_pb_line_break_holder] -->    $(this).fadeOut(500, function(){<!-- [et_pb_line_break_holder] -->    clickedIndex = $(this).parents('.read-toggle').attr('data-id');<!-- [et_pb_line_break_holder] -->    $(this).parents('.read-toggle').html(initialContent[clickedIndex]+readMore);  <!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->  }); <!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->$(document).ready( function () {<!-- [et_pb_line_break_holder] -->var contentArray=[];<!-- [et_pb_line_break_holder] -->var index=\"\";<!-- [et_pb_line_break_holder] -->var clickedIndex=\"\";  <!-- [et_pb_line_break_holder] -->\/\/ var minimumLength=$('.read-more-less-service-box').attr('data-id');<!-- [et_pb_line_break_holder] -->var minimumLength = 185;<!-- [et_pb_line_break_holder] -->var initialContentLength=[];<!-- [et_pb_line_break_holder] -->var initialContent=[];  <!-- [et_pb_line_break_holder] -->var readMore=\"....<span class='read-more-service-box'>Read More<\/span>\";<!-- [et_pb_line_break_holder] -->var readLess=\"<span class='read-less-service-box'>Read Less<\/span>\";  <!-- [et_pb_line_break_holder] -->  $('.read-toggle-service-box').each(function(){<!-- [et_pb_line_break_holder] -->  index = $(this).attr('data-id');  <!-- [et_pb_line_break_holder] -->  contentArray[index] = $(this).html();<!-- [et_pb_line_break_holder] -->  initialContentLength[index] = $(this).html().length;<!-- [et_pb_line_break_holder] -->  if(initialContentLength[index]>minimumLength) {<!-- [et_pb_line_break_holder] -->    initialContent[index]=$(this).html().substr(0,minimumLength);<!-- [et_pb_line_break_holder] -->  }else {<!-- [et_pb_line_break_holder] -->    initialContent[index]=$(this).html();<!-- [et_pb_line_break_holder] -->  } <!-- [et_pb_line_break_holder] -->    $(this).html(initialContent[index]+readMore);<!-- [et_pb_line_break_holder] -->  \/\/console.log(initialContent[0]);  <!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->  $(document).on('click','.read-more-service-box',function(){<!-- [et_pb_line_break_holder] -->    $(this).fadeOut(500, function(){<!-- [et_pb_line_break_holder] -->    clickedIndex = $(this).parents('.read-toggle-service-box').attr('data-id');<!-- [et_pb_line_break_holder] -->    $(this).parents('.read-toggle-service-box').html(contentArray[clickedIndex]+readLess);  <!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] --> $(document).on('click','.read-less-service-box',function(){<!-- [et_pb_line_break_holder] -->    $(this).fadeOut(500, function(){<!-- [et_pb_line_break_holder] -->    clickedIndex = $(this).parents('.read-toggle-service-box').attr('data-id');<!-- [et_pb_line_break_holder] -->    $(this).parents('.read-toggle-service-box').html(initialContent[clickedIndex]+readMore);  <!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->  }); <!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<div class=\"modal\">\n    <div class=\"modal-inner\">\n    <div class=\"model-inbox\">\n    <p class=\"model-header\"><span class=\"head_title\" style=\"float:none;\"><\/span>\n    <span><a href=\"#\" class=\"js-close-modal\">X<\/a><\/span>\n    <\/p>\n    <form id=\"specialsnl\" name=\"specialsnl\" method=\"post\">\n    <div class=\"sign-up-aksh-form-row\">\n    <div class=\"form-field\">\n    <input type=\"text\" name=\"nlname\" id=\"nlname\" placeholder=\"Your Name\">\n    <\/div>\n    <div class=\"form-field\">\n    <input type=\"text\" name=\"nlemail\" id=\"nlemail\" placeholder=\"Email\">\n    <input type=\"hidden\" id=\"speventname\" value=\"Grand Homas\">\n    <\/div>\n    <div class=\"mobno-row\">\n    <div class=\"mobno-col\">\n    <div class=\"form-field\" id=\"country_val\">\n    <select name=\"nlcountry\" id=\"nlcountry\" class=\"er-mob\">\n    <option value=\"\">Code<\/option><option value=\"India +91\">India +91<\/option><option value=\"United States +1\">United States +1<\/option><option value=\"Canada +1\">Canada +1<\/option><option value=\"Malaysia +60\">Malaysia +60<\/option><option value=\"United Kingdom +44\">United Kingdom +44<\/option><option value=\"Australia +61\">Australia +61<\/option><option value=\"Singapore +65\">Singapore +65<\/option><option value=\"Sri Lanka +94\">Sri Lanka +94<\/option><option value=\"United Arab Emirates +971\">United Arab Emirates +971<\/option><option value=\"South Africa +27\">South Africa +27<\/option><option value=\"Afghanistan +93\">Afghanistan +93<\/option><option value=\"Albania +355\">Albania +355<\/option><option value=\"Algeria +213\">Algeria +213<\/option><option value=\"American Samoa +684\">American Samoa +684<\/option><option value=\"Andorra +376\">Andorra +376<\/option><option value=\"Angola +244\">Angola +244<\/option><option value=\"Anguilla +264\">Anguilla +264<\/option><option value=\"Antarctica +672\">Antarctica +672<\/option><option value=\"Antigua and Barbuda +268\">Antigua and Barbuda +268<\/option><option value=\"Argentina +54\">Argentina +54<\/option><option value=\"Armenia +374\">Armenia +374<\/option><option value=\"Aruba +297\">Aruba +297<\/option><option value=\"Austria +43\">Austria +43<\/option><option value=\"Azerbaijan +994\">Azerbaijan +994<\/option><option value=\"Bahamas +242\">Bahamas +242<\/option><option value=\"Bahrain +973\">Bahrain +973<\/option><option value=\"Bangladesh +880\">Bangladesh +880<\/option><option value=\"Barbados +246\">Barbados +246<\/option><option value=\"Belarus +375\">Belarus +375<\/option><option value=\"Belgium +32\">Belgium +32<\/option><option value=\"Belize +501\">Belize +501<\/option><option value=\"Benin +229\">Benin +229<\/option><option value=\"Bermuda +441\">Bermuda +441<\/option><option value=\"Bhutan +975\">Bhutan +975<\/option><option value=\"Bolivia +591\">Bolivia +591<\/option><option value=\"Bosnia and Herzegovina +387\">Bosnia and Herzegovina +387<\/option><option value=\"Botswana +267\">Botswana +267<\/option><option value=\"Brazil +55\">Brazil +55<\/option><option value=\"British Indian Ocean Territory +246\">British Indian Ocean Territory +246<\/option><option value=\"British Virgin Islands +284\">British Virgin Islands +284<\/option><option value=\"Brunei +673\">Brunei +673<\/option><option value=\"Bulgaria +359\">Bulgaria +359<\/option><option value=\"Burkina Faso +226\">Burkina Faso +226<\/option><option value=\"Burundi +257\">Burundi +257<\/option><option value=\"Cambodia +855\">Cambodia +855<\/option><option value=\"Cameroon +237\">Cameroon +237<\/option><option value=\"Cape Verde +238\">Cape Verde +238<\/option><option value=\"Cayman Islands +345\">Cayman Islands +345<\/option><option value=\"Central African Republic +236\">Central African Republic +236<\/option><option value=\"Chad +235\">Chad +235<\/option><option value=\"Chile +56\">Chile +56<\/option><option value=\"China +86\">China +86<\/option><option value=\"Christmas Island +61\">Christmas Island +61<\/option><option value=\"Cocos Islands +61\">Cocos Islands +61<\/option><option value=\"Colombia +57\">Colombia +57<\/option><option value=\"Comoros +269\">Comoros +269<\/option><option value=\"Cook Islands +682\">Cook Islands +682<\/option><option value=\"Costa Rica +506\">Costa Rica +506<\/option><option value=\"Croatia +385\">Croatia +385<\/option><option value=\"Cuba +53\">Cuba +53<\/option><option value=\"Cyprus +357\">Cyprus +357<\/option><option value=\"Czech Republic +420\">Czech Republic +420<\/option><option value=\"Democratic Republic of the Congo +243\">Democratic Republic of the Congo +243<\/option><option value=\"Denmark +45\">Denmark +45<\/option><option value=\"Djibouti +253\">Djibouti +253<\/option><option value=\"Dominica +767\">Dominica +767<\/option><option value=\"Dominican Republic +809\">Dominican Republic +809<\/option><option value=\"East Timor +670\">East Timor +670<\/option><option value=\"Ecuador +593\">Ecuador +593<\/option><option value=\"Egypt +20\">Egypt +20<\/option><option value=\"El Salvador +503\">El Salvador +503<\/option><option value=\"Equatorial Guinea +240\">Equatorial Guinea +240<\/option><option value=\"Eritrea +291\">Eritrea +291<\/option><option value=\"Estonia +372\">Estonia +372<\/option><option value=\"Ethiopia +251\">Ethiopia +251<\/option><option value=\"Falkland Islands +500\">Falkland Islands +500<\/option><option value=\"Faroe Islands +298\">Faroe Islands +298<\/option><option value=\"Fiji +679\">Fiji +679<\/option><option value=\"Finland +358\">Finland +358<\/option><option value=\"France +33\">France +33<\/option><option value=\"French Guiana +594\">French Guiana +594<\/option><option value=\"French Polynesia +689\">French Polynesia +689<\/option><option value=\"French Southern Territories +262\">French Southern Territories +262<\/option><option value=\"Gabon +241\">Gabon +241<\/option><option value=\"Gambia +220\">Gambia +220<\/option><option value=\"Georgia +995\">Georgia +995<\/option><option value=\"Germany +49\">Germany +49<\/option><option value=\"Ghana +233\">Ghana +233<\/option><option value=\"Gibraltar +350\">Gibraltar +350<\/option><option value=\"Greece +30\">Greece +30<\/option><option value=\"Greenland +299\">Greenland +299<\/option><option value=\"Grenada +473\">Grenada +473<\/option><option value=\"Guadeloupe +590\">Guadeloupe +590<\/option><option value=\"Guam +671\">Guam +671<\/option><option value=\"Guatemala +502\">Guatemala +502<\/option><option value=\"Guernsey +44-1481\">Guernsey +44-1481<\/option><option value=\"Guinea +224\">Guinea +224<\/option><option value=\"Guinea-Bissau +245\">Guinea-Bissau +245<\/option><option value=\"Guyana +592\">Guyana +592<\/option><option value=\"Haiti +509\">Haiti +509<\/option><option value=\"Honduras +504\">Honduras +504<\/option><option value=\"Hong Kong +852\">Hong Kong +852<\/option><option value=\"Hungary +36\">Hungary +36<\/option><option value=\"Iceland +354\">Iceland +354<\/option><option value=\"Indonesia +62\">Indonesia +62<\/option><option value=\"Iran +98\">Iran +98<\/option><option value=\"Iraq +964\">Iraq +964<\/option><option value=\"Ireland +353\">Ireland +353<\/option><option value=\"Isle of Man +44\">Isle of Man +44<\/option><option value=\"Israel +972\">Israel +972<\/option><option value=\"Italy +39\">Italy +39<\/option><option value=\"Ivory Coast +225\">Ivory Coast +225<\/option><option value=\"Jamaica +876\">Jamaica +876<\/option><option value=\"Japan +81\">Japan +81<\/option><option value=\"Jersey +44\">Jersey +44<\/option><option value=\"Jordan +962\">Jordan +962<\/option><option value=\"Kazakhstan +7\">Kazakhstan +7<\/option><option value=\"Kenya +254\">Kenya +254<\/option><option value=\"Kiribati +686\">Kiribati +686<\/option><option value=\"Kuwait +965\">Kuwait +965<\/option><option value=\"Kyrgyzstan +996\">Kyrgyzstan +996<\/option><option value=\"Laos +856\">Laos +856<\/option><option value=\"Latvia +371\">Latvia +371<\/option><option value=\"Lebanon +961\">Lebanon +961<\/option><option value=\"Lesotho +266\">Lesotho +266<\/option><option value=\"Liberia +231\">Liberia +231<\/option><option value=\"Libya +218\">Libya +218<\/option><option value=\"Liechtenstein +423\">Liechtenstein +423<\/option><option value=\"Lithuania +370\">Lithuania +370<\/option><option value=\"Luxembourg +352\">Luxembourg +352<\/option><option value=\"Macao +853\">Macao +853<\/option><option value=\"Macedonia +389\">Macedonia +389<\/option><option value=\"Madagascar +261\">Madagascar +261<\/option><option value=\"Malawi +265\">Malawi +265<\/option><option value=\"Maldives +960\">Maldives +960<\/option><option value=\"Mali +223\">Mali +223<\/option><option value=\"Malta +356\">Malta +356<\/option><option value=\"Marshall Islands +692\">Marshall Islands +692<\/option><option value=\"Martinique +596\">Martinique +596<\/option><option value=\"Mauritania +222\">Mauritania +222<\/option><option value=\"Mauritius +230\">Mauritius +230<\/option><option value=\"Mayotte +262\">Mayotte +262<\/option><option value=\"Mexico +52\">Mexico +52<\/option><option value=\"Micronesia +691\">Micronesia +691<\/option><option value=\"Moldova +373\">Moldova +373<\/option><option value=\"Monaco +377\">Monaco +377<\/option><option value=\"Mongolia +976\">Mongolia +976<\/option><option value=\"Montenegro +382\">Montenegro +382<\/option><option value=\"Montserrat +664\">Montserrat +664<\/option><option value=\"Morocco +212\">Morocco +212<\/option><option value=\"Mozambique +258\">Mozambique +258<\/option><option value=\"Myanmar +95\">Myanmar +95<\/option><option value=\"Namibia +264\">Namibia +264<\/option><option value=\"Nauru +674\">Nauru +674<\/option><option value=\"Nepal +977\">Nepal +977<\/option><option value=\"Netherlands +31\">Netherlands +31<\/option><option value=\"Netherlands Antilles +599\">Netherlands Antilles +599<\/option><option value=\"New Caledonia +687\">New Caledonia +687<\/option><option value=\"New Zealand +64\">New Zealand +64<\/option><option value=\"Nicaragua +505\">Nicaragua +505<\/option><option value=\"Niger +227\">Niger +227<\/option><option value=\"Nigeria +234\">Nigeria +234<\/option><option value=\"Niue +683\">Niue +683<\/option><option value=\"Norfolk Island +672\">Norfolk Island +672<\/option><option value=\"North Korea +850\">North Korea +850<\/option><option value=\"Northern Mariana Islands +670\">Northern Mariana Islands +670<\/option><option value=\"Norway +47\">Norway +47<\/option><option value=\"Oman +968\">Oman +968<\/option><option value=\"Pakistan +92\">Pakistan +92<\/option><option value=\"Palau +680\">Palau +680<\/option><option value=\"Palestinian Territory +970\">Palestinian Territory +970<\/option><option value=\"Panama +507\">Panama +507<\/option><option value=\"Papua New Guinea +675\">Papua New Guinea +675<\/option><option value=\"Paraguay +595\">Paraguay +595<\/option><option value=\"Peru +51\">Peru +51<\/option><option value=\"Philippines +63\">Philippines +63<\/option><option value=\"Pitcairn +649\">Pitcairn +649<\/option><option value=\"Poland +48\">Poland +48<\/option><option value=\"Portugal +351\">Portugal +351<\/option><option value=\"Puerto Rico +787\">Puerto Rico +787<\/option><option value=\"Qatar +974\">Qatar +974<\/option><option value=\"Republic of the Congo +242\">Republic of the Congo +242<\/option><option value=\"Reunion +262\">Reunion +262<\/option><option value=\"Romania +40\">Romania +40<\/option><option value=\"Russia +7\">Russia +7<\/option><option value=\"Rwanda +250\">Rwanda +250<\/option><option value=\"Saint Barth\u00e9lemy +590\">Saint Barth\u00e9lemy +590<\/option><option value=\"Saint Helena +290\">Saint Helena +290<\/option><option value=\"Saint Kitts and Nevis +869\">Saint Kitts and Nevis +869<\/option><option value=\"Saint Lucia +758\">Saint Lucia +758<\/option><option value=\"Saint Martin +590\">Saint Martin +590<\/option><option value=\"Saint Pierre and Miquelon +508\">Saint Pierre and Miquelon +508<\/option><option value=\"Saint Vincent and the Grenadines +784\">Saint Vincent and the Grenadines +784<\/option><option value=\"Samoa +685\">Samoa +685<\/option><option value=\"San Marino +378\">San Marino +378<\/option><option value=\"Sao Tome and Principe +239\">Sao Tome and Principe +239<\/option><option value=\"Saudi Arabia +966\">Saudi Arabia +966<\/option><option value=\"Senegal +221\">Senegal +221<\/option><option value=\"Serbia +381\">Serbia +381<\/option><option value=\"Seychelles +248\">Seychelles +248<\/option><option value=\"Sierra Leone +232\">Sierra Leone +232<\/option><option value=\"Slovakia +421\">Slovakia +421<\/option><option value=\"Slovenia +386\">Slovenia +386<\/option><option value=\"Solomon Islands +677\">Solomon Islands +677<\/option><option value=\"Somalia +252\">Somalia +252<\/option><option value=\"South Georgia and the South Sandwich Islands +500\">South Georgia and the South Sandwich Islands +500<\/option><option value=\"South Korea +82\">South Korea +82<\/option><option value=\"Spain +34\">Spain +34<\/option><option value=\"Sudan +249\">Sudan +249<\/option><option value=\"Suriname +597\">Suriname +597<\/option><option value=\"Svalbard and Jan Mayen +47\">Svalbard and Jan Mayen +47<\/option><option value=\"Swaziland +268\">Swaziland +268<\/option><option value=\"Sweden +46\">Sweden +46<\/option><option value=\"Switzerland +41\">Switzerland +41<\/option><option value=\"Syria +963\">Syria +963<\/option><option value=\"Taiwan +886\">Taiwan +886<\/option><option value=\"Tajikistan +992\">Tajikistan +992<\/option><option value=\"Tanzania +255\">Tanzania +255<\/option><option value=\"Thailand +66\">Thailand +66<\/option><option value=\"Togo +228\">Togo +228<\/option><option value=\"Tokelau +690\">Tokelau +690<\/option><option value=\"Tonga +676\">Tonga +676<\/option><option value=\"Trinidad and Tobago +868\">Trinidad and Tobago +868<\/option><option value=\"Tunisia +216\">Tunisia +216<\/option><option value=\"Turkey +90\">Turkey +90<\/option><option value=\"Turkmenistan +993\">Turkmenistan +993<\/option><option value=\"Turks and Caicos Islands +649\">Turks and Caicos Islands +649<\/option><option value=\"Tuvalu +688\">Tuvalu +688<\/option><option value=\"U.S. Virgin Islands +340\">U.S. Virgin Islands +340<\/option><option value=\"Uganda +256\">Uganda +256<\/option><option value=\"Ukraine +380\">Ukraine +380<\/option><option value=\"United States Minor Outlying Islands +849\">United States Minor Outlying Islands +849<\/option><option value=\"Uruguay +598\">Uruguay +598<\/option><option value=\"Uzbekistan +998\">Uzbekistan +998<\/option><option value=\"Vanuatu +678\">Vanuatu +678<\/option><option value=\"Vatican +379\">Vatican +379<\/option><option value=\"Venezuela +58\">Venezuela +58<\/option><option value=\"Vietnam +84\">Vietnam +84<\/option><option value=\"Wallis and Futuna +681\">Wallis and Futuna +681<\/option><option value=\"Western Sahara +732\">Western Sahara +732<\/option><option value=\"Yemen +967\">Yemen +967<\/option><option value=\"Zambia +260\">Zambia +260<\/option><option value=\"Zimbabwe +263\">Zimbabwe +263<\/option><\/select>\n    \n    <\/div>\n    <\/div>\n    <div class=\"mobno-col\">\n    <div class=\"form-field\">\n    <input type=\"text\" name=\"nlmobile\" id=\"nlmobile\" placeholder=\"Mobile Number\">\n    <\/div>\n    <\/div>\n    <\/div>\n    <div class=\"form-field\">\n    <input type=\"text\" name=\"nlcity\" id=\"nlcity\" placeholder=\"City\">\n    <\/div>\n    <div class=\"form-field form-submit-button\">\n    <label for=\"err-result\" class=\"err-result\" style=\"color:red;display: none;\">Fill all required fields*<\/label>\n    <input type=\"submit\" id=\"nlsubmit\" name=\"\" value=\"Submit\">\n    <div id=\"Loader\" style=\"display:none;\"><img decoding=\"async\" src=\"\/Images\/ajax-loader.gif\" alt=\"Loading...\"><\/div>\n    <\/div>\n    \n    <\/div> \n    <\/form>\n    <div id=\"specials_nl\"><\/div>\n    <\/div>\n    <\/div> \n    <\/div><!-- [et_pb_line_break_holder] --><script src='https:\/\/code.jquery.com\/jquery-2.2.4.min.js'><\/script><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->$(\".js-open-modal\").click(function(){<!-- [et_pb_line_break_holder] -->  $(\".modal\").addClass(\"visible\");<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->$(\".js-close-modal\").click(function(){<!-- [et_pb_line_break_holder] -->  $(\".modal\").removeClass(\"visible\");<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->$(document).click(function(event) {<!-- [et_pb_line_break_holder] -->  \/\/if you click on anything except the modal itself or the \"open modal\" link, close the modal<!-- [et_pb_line_break_holder] -->  if (!$(event.target).closest(\".modal,.js-open-modal\").length) {<!-- [et_pb_line_break_holder] -->    $(\"body\").find(\".modal\").removeClass(\"visible\");<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row disabled_on=&#8221;off|on|on&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<script src=\"https:\/\/code.jquery.com\/jquery-3.5.0.js\"><\/script><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->$(\"#quote\").click(function() {<!-- [et_pb_line_break_holder] -->  $(\".overview-section\").slideToggle(\"slow\");<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->$(\".overviews\").click(function () {<!-- [et_pb_line_break_holder] -->  if ($(this).hasClass(\"active\")) {<!-- [et_pb_line_break_holder] -->    $(\".overviews\").removeClass(\"active\");<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  else {<!-- [et_pb_line_break_holder] -->    $(\".overviews\").removeClass(\"active\");<!-- [et_pb_line_break_holder] -->    $(this).addClass(\"active\");<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->  $(\"#services\").click(function() {<!-- [et_pb_line_break_holder] -->  $(\".service-section\").slideToggle(\"slow\");<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->$(\".service\").click(function () {<!-- [et_pb_line_break_holder] -->  if ($(this).hasClass(\"active\")) {<!-- [et_pb_line_break_holder] -->    $(\".service\").removeClass(\"active\");<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  else {<!-- [et_pb_line_break_holder] -->    $(\".service\").removeClass(\"active\");<!-- [et_pb_line_break_holder] -->    $(this).addClass(\"active\");<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->$(\"#order\").click(function() {<!-- [et_pb_line_break_holder] -->  $(\".order-section\").slideToggle(\"slow\");<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->$(\".orders\").click(function () {<!-- [et_pb_line_break_holder] -->  if ($(this).hasClass(\"active\")) {<!-- [et_pb_line_break_holder] -->    $(\".orders\").removeClass(\"active\");<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  else {<!-- [et_pb_line_break_holder] -->    $(\".orders\").removeClass(\"active\");<!-- [et_pb_line_break_holder] -->    $(this).addClass(\"active\");<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->$(\"#sponsor\").click(function() {<!-- [et_pb_line_break_holder] -->  $(\".sponsor-section\").slideToggle(\"slow\");<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->$(\".sponsors\").click(function () {<!-- [et_pb_line_break_holder] -->  if ($(this).hasClass(\"active\")) {<!-- [et_pb_line_break_holder] -->    $(\".sponsors\").removeClass(\"active\");<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  else {<!-- [et_pb_line_break_holder] -->    $(\".sponsors\").removeClass(\"active\");<!-- [et_pb_line_break_holder] -->    $(this).addClass(\"active\");<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->$(\"#ad\").click(function() {<!-- [et_pb_line_break_holder] -->  $(\".ad-section\").slideToggle(\"slow\");<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->$(\".ads\").click(function () {<!-- [et_pb_line_break_holder] -->  if ($(this).hasClass(\"active\")) {<!-- [et_pb_line_break_holder] -->    $(\".ads\").removeClass(\"active\");<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  else {<!-- [et_pb_line_break_holder] -->    $(\".ads\").removeClass(\"active\");<!-- [et_pb_line_break_holder] -->    $(this).addClass(\"active\");<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->$(\".rotate\").click(function () {<!-- [et_pb_line_break_holder] -->    $(this).toggleClass(\"down\");<!-- [et_pb_line_break_holder] -->})<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<div class=\"sticker-mob\"><!-- [et_pb_line_break_holder] -->  <div class=\"fixed-btn-package-mob\"><a href=\"#ordernow\">BOOK NOW<\/a><\/div><!-- [et_pb_line_break_holder] --><\/div><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->$(document).ready(function() {<!-- [et_pb_line_break_holder] -->\tvar s = $(\".sticker-mob\");<!-- [et_pb_line_break_holder] -->\tvar pos = s.position();\t\t\t\t\t   <!-- [et_pb_line_break_holder] -->\t$(window).scroll(function() {<!-- [et_pb_line_break_holder] -->\t\tvar windowpos = $(window).scrollTop();<!-- [et_pb_line_break_holder] -->\t\t\/\/if (windowpos >= pos.top & windowpos <=8300)<!-- [et_pb_line_break_holder] -->   \/\/ console.log('test', windowpos);<!-- [et_pb_line_break_holder] -->    \/\/console.log('a', window.pageYOffset);<!-- [et_pb_line_break_holder] -->    console.log('b', $('#quote').position().top);<!-- [et_pb_line_break_holder] -->    if (window.pageYOffset <= $('#quote').position().top){<!-- [et_pb_line_break_holder] -->\t\t\ts.removeClass(\"stick-mob\");<!-- [et_pb_line_break_holder] -->\t\t} else if (window.pageYOffset <= $('#ordernow').position().top) {<!-- [et_pb_line_break_holder] -->\t\t\ts.addClass(\"stick-mob\");\t<!-- [et_pb_line_break_holder] -->\t\t}<!-- [et_pb_line_break_holder] -->    else{<!-- [et_pb_line_break_holder] -->      s.removeClass(\"stick-mob\");<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->\t});<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row disabled_on=&#8221;off|on|on&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code raw_content_phone=&#8221;<style>\n.read-more-service, .read-less-service {\n  cursor: pointer;\n}\n  .read-toggle-service li {\n    padding-left: 5px;\n}\n  span.read-less-service {\n    display: inline-block;\n    margin-top: 0px;\n    color: #f78d06!important;\n    font-weight: 600;\n    font-size: 15px;\n    padding-left: 20px;\n}\n<\/style>\n<script src='https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/2.1.3\/jquery.min.js'><\/script>\n<script>\n$(document).ready( function () {\nvar contentArray=%91%93;\nvar index=%22%22;\nvar clickedIndex=%22%22;  \nvar minimumLength=$('.read-more-less-service').attr('data-id');\nvar initialContentLength=%91%93;\nvar initialContent=%91%93;  \nvar readMore=%22....<span class='read-more-service'>Read More<\/span>%22;\nvar readLess=%22<span class='read-less-service'>Read Less<\/span>%22;  \n  $('.read-toggle-service').each(function(){\n  index = $(this).attr('data-id');  \n  contentArray%91index%93 = $(this).html();\n  initialContentLength%91index%93 = $(this).html().length;\n  if(initialContentLength%91index%93>minimumLength) {\n    initialContent%91index%93=$(this).html().substr(0,minimumLength);\n  }else {\n    initialContent%91index%93=$(this).html();\n  } \n    $(this).html(initialContent%91index%93+readMore);\n  \/\/console.log(initialContent%910%93);  \n});\n  $(document).on('click','.read-more-service',function(){\n    $(this).fadeOut(500, function(){\n    clickedIndex = $(this).parents('.read-toggle-service').attr('data-id');\n    $(this).parents('.read-toggle-service').html(contentArray%91clickedIndex%93+readLess);  \n    });\n  });\n $(document).on('click','.read-less-service',function(){\n    $(this).fadeOut(500, function(){\n    clickedIndex = $(this).parents('.read-toggle-service').attr('data-id');\n    $(this).parents('.read-toggle-service').html(initialContent%91clickedIndex%93+readMore);  \n    });\n  }); \n});\n<\/script>\n&#8221; raw_content_last_edited=&#8221;off|phone&#8221; disabled_on=&#8221;off|on|on&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] -->jQuery(document).ready(function(){<!-- [et_pb_line_break_holder] -->    function resizeForm(){<!-- [et_pb_line_break_holder] -->        var width = (window.innerWidth > 0) ? window.innerWidth : document.documentElement.clientWidth;<!-- [et_pb_line_break_holder] -->        if(width < 768){<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        var contentArray=[];<!-- [et_pb_line_break_holder] -->var index=\"\";<!-- [et_pb_line_break_holder] -->var clickedIndex=\"\";  <!-- [et_pb_line_break_holder] -->var minimumLength = 80;<!-- [et_pb_line_break_holder] -->\/\/ var minimumLength=$('.read-more-less-service').attr('data-id');<!-- [et_pb_line_break_holder] -->var initialContentLength=[];<!-- [et_pb_line_break_holder] -->var initialContent=[];  <!-- [et_pb_line_break_holder] -->var readMore=\"....<span class='read-more-service'>Read More<\/span>\";<!-- [et_pb_line_break_holder] -->var readLess=\"\u00a0<span class='read-less-service'>Read Less<\/span>\";  <!-- [et_pb_line_break_holder] -->  $('.read-toggle-service').each(function(){<!-- [et_pb_line_break_holder] -->  index = $(this).attr('data-id');  <!-- [et_pb_line_break_holder] -->  contentArray[index] = $(this).html();<!-- [et_pb_line_break_holder] -->  initialContentLength[index] = $(this).html().length;<!-- [et_pb_line_break_holder] -->  if(initialContentLength[index]>minimumLength) {<!-- [et_pb_line_break_holder] -->    initialContent[index]=$(this).html().substr(0,minimumLength);<!-- [et_pb_line_break_holder] -->  }else {<!-- [et_pb_line_break_holder] -->    initialContent[index]=$(this).html();<!-- [et_pb_line_break_holder] -->  } <!-- [et_pb_line_break_holder] -->    $(this).html(initialContent[index]+readMore);<!-- [et_pb_line_break_holder] -->  \/\/console.log(initialContent[0]);  <!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] -->  $(document).on('click','.read-more-service',function(){<!-- [et_pb_line_break_holder] -->    $(this).fadeOut(500, function(){<!-- [et_pb_line_break_holder] -->    clickedIndex = $(this).parents('.read-toggle-service').attr('data-id');<!-- [et_pb_line_break_holder] -->    $(this).parents('.read-toggle-service').html(contentArray[clickedIndex]+readLess);  <!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] --> $(document).on('click','.read-less-service',function(){<!-- [et_pb_line_break_holder] -->    $(this).fadeOut(500, function(){<!-- [et_pb_line_break_holder] -->    clickedIndex = $(this).parents('.read-toggle-service').attr('data-id');<!-- [et_pb_line_break_holder] -->    $(this).parents('.read-toggle-service').html(initialContent[clickedIndex]+readMore);  <!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->  }); <!-- [et_pb_line_break_holder] -->        }   <!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->    window.onresize = resizeForm;<!-- [et_pb_line_break_holder] -->    resizeForm();<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section]","protected":false},"excerpt":{"rendered":"<p>ASTROVED\u2019S INDIVIDUAL GRAND HOMAS (FIRE LABS) Spiritual Technology to Deeply Connect with the Divine Specialty Personalized Fire Labs for Prosperity, Health, Protection &amp; Planetary BlessingsEVENT DETAILSASTROVED\u2019S INDIVIDUAL GRAND HOMAS (FIRE LABS) Spiritual Technology to Deeply Connect with the Divine Specialty Personalized Fire Labs for Prosperity, Health, Protection &#038; Planetary BlessingsThe fire ritual is an ancient [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"<style type=\"text\/css\">body{font-family:Roboto,sans-serif}h1,h2,h3,h4,h5,h6{font-size:38px;font-family:Lato,Helvetica,Arial,Lucida,sans-serif}.section1{background:url(https:\/\/www.astroved.com\/wp-content\/uploads\/2018\/07\/banner.jpg);width:100%;background-size:cover;background-repeat:no-repeat;padding:0!important}.coupon{text-align:center;margin:25px 0}.offer{background-color:#f2f626;font-size:20px;padding:10px 20px}p{font-size:18px;line-height:34px;color:#333;font-family:\"Open Sans\",Arial,sans-serif;text-align:left}.section2 h2,.section7 h2{text-align:center;font-size:38px;padding:30px 0}.titilebg{background:#d4af37;padding:10px 10px!important;max-width:500px;text-align:center;margin:0 auto;margin-top:0;margin-bottom:0;margin-top:30%;margin-bottom:5%}.secondtitle{text-align:center;color:#fff;font-size:25px;font-weight:700}h1{color:#741506;font-size:50px;font-weight:800;margin:0}h2,h3,h4,h5,h6{font-size:30px;color:#727272;font-weight:500;font-family:Lato,sans-serif;font-weight:400}.rightimg{float:right;padding-left:25px;width:35%}.rightimg1{float:right;padding-left:25px;width:50%;margin-bottom:20px}.quotetitle{text-align:center}.quote{font-style:italic;background:0 0;border:none;width:500px;line-height:40px;text-align:justify}#testimonial4{overflow:hidden;position:relative;background:#fff;padding:20px;min-height:230px}#testimonial4 .carousel-inner{width:75%;margin:auto}#testimonial4 .carousel-inner:hover{cursor:-moz-grab;cursor:-webkit-grab}#testimonial4 .carousel-inner:active{cursor:-moz-grabbing;cursor:-webkit-grabbing}#testimonial4 .carousel-inner .item{overflow:hidden}.testimonial4_indicators .carousel-indicators{left:0;margin:0;width:100%;font-size:0;height:20px;bottom:15px;padding:0 5px;cursor:e-resize;overflow-x:auto;overflow-y:hidden;position:absolute;text-align:center;white-space:nowrap}.testimonial4_indicators .carousel-indicators li{padding:0;width:10px;height:10px;border:none;text-indent:0;margin:2px 3px;cursor:pointer;display:inline-block;background:#fff;-webkit-border-radius:100%;border-radius:100%}.testimonial4_indicators .carousel-indicators .active{padding:0;width:10px;height:10px;border:none;margin:2px 3px;background-color:#000;-webkit-border-radius:100%;border-radius:100%}.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{height:3px}.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{background:#eee;-webkit-border-radius:0;border-radius:0}.testimonial4_control_button .carousel-control{top:40%;opacity:1;width:40px;bottom:auto;height:40px;font-size:10px;cursor:pointer;font-weight:700;overflow:hidden;line-height:38px;text-shadow:none;text-align:center;position:absolute;background:0 0;border:2px solid #646363;text-transform:uppercase;-webkit-border-radius:100%;border-radius:100%;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:all .6s cubic-bezier(.3,1,0,1);transition:all .6s cubic-bezier(.3,1,0,1)}.testimonial4_control_button .carousel-control.left{left:7%;right:auto}.testimonial4_control_button .carousel-control.right{right:7%;left:auto}.testimonial4_control_button .carousel-control.left:hover,.testimonial4_control_button .carousel-control.right:hover{color:#000;background:#fff;border:2px solid #fff}.testimonial4_header{top:0;left:0;bottom:0;width:550px;display:block;margin:30px auto;text-align:center;position:relative}.testimonial4_header h4{color:#fff;font-size:30px;font-weight:600;position:relative;letter-spacing:1px;text-transform:uppercase}.testimonial4_slide{top:0;left:0;right:0;bottom:0;width:100%;margin:auto;position:relative;text-align:center}.testimonial4_slide img{top:0;left:0;right:0;width:50px;height:50px;margin:auto;display:block;color:#f2f2f2;font-size:18px;line-height:46px;text-align:center;position:relative}.testimonial4_slide p{color:#fff;font-size:16px}.testimonial4_slide h4{color:#fff;font-size:24px;font-weight:700}@media only screen and (max-width:480px){.testimonial4_header{width:95%}.testimonial4_header h4{font-size:20px}.testimonial4_slide{width:98%;padding:5px}}@media (min-width:481px) and (max-width:767px){.testimonial4_control_button .carousel-control.left{left:2%}.testimonial4_control_button .carousel-control.right{right:2%}.testimonial4_header{width:95%}.testimonial4_slide{width:98%;padding:5px}}@media (min-width:768px) and (max-width:991px){.testimonial4_control_button .carousel-control.left{left:5%}.testimonial4_control_button .carousel-control.right{right:5%}}@-webkit-keyframes psBoxShadowEffect_2{0%{opacity:.3}40%{opacity:.5;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #fff,0 0 0 10px rgba(255,255,255,.5)}100%{-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.1),0 0 5px 5px #fff,0 0 0 5px rgba(255,255,255,.5);-webkit-transform:scale(1.5);opacity:0}}@keyframes psBoxShadowEffect_2{0%{opacity:.3}40%{opacity:.5;box-shadow:0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px #fff,0 0 0 10px rgba(255,255,255,.5)}100%{box-shadow:0 0 0 2px rgba(255,255,255,.1),0 0 5px 5px #fff,0 0 0 5px rgba(255,255,255,.5);transform:scale(1.5);opacity:0}}.section3{background:url(https:\/\/www.astroved.com\/wp-content\/uploads\/2018\/07\/testimonialbg.jpg);background-position:center center;background-size:cover;background-repeat:no-repeat;padding-bottom:50px!important;padding:20px 0}.section3 h4{color:#fff;text-align:center;font-size:38px;padding:30px 0}.testimonial4_slide p{color:#000}.carousel-control{color:#000}.testimonial4_slide p{color:#000;clear:both;text-align:left;padding-bottom:0;margin-bottom:0}.img-circle.img-responsive{width:75%;height:75%;margin-top:50%}.secbg{padding:35px 0 20px 0;border-bottom:1px solid #ddd}.section5{background:#f6f7f9}.section4{background:#f6f7f9}.videobtn{background:#2b2935;padding:5px 15px;color:#fff;font-size:12px}.videobtn:hover{color:#fff;text-decoration:underline}.section6{background-position-x:0;background-position-y:0;background-position:center center;background-repeat:no-repeat;background-size:cover}.productbg{background:#f5f5f5;float:left;padding:20px;margin-bottom:30px;width:100%}h6{margin-bottom:20px;color:#a50000;margin-top:10px}.productbtn{background:#a50000;color:#fff!important;padding:8px 20px;font-size:18px}.productbg1{background:#fff;float:left;padding:20px;margin-bottom:30px;width:100%}.rightbg{background:#2b2935;float:left;padding:20px;margin-top:15px}.rightbg p{color:#fff;line-height:30px;text-align:center;font-size:18px}.mobileapp{padding-bottom:15px;width:73%}.appstore{padding:0 15px}.authour{text-align:right!important;font-weight:400;padding-top:0!important;margin-top:0!important;margin-bottom:15px!important}.probtn{margin-top:20px}.quotebg{padding-top:60px}.contentxt{width:44%}.secbg p{line-height:27px;font-size:14px;text-align:left}.section1 h1{font-size:63px}.productbtn:hover{color:#fff;text-decoration:underline}.testtitle{color:#c01d00!important;font-weight:400;font-size:22px!important;margin-top:27px!important}.left.carousel-control:active:focus,.right.carousel-control:active:focus{color:#000}.section7{background:#fff;padding:0 0 40px 0}.section8 h2{font-size:30px;color:#a50000;font-weight:400;text-align:center;margin-top:25px}a:active:focus{color:#a50000}a{color:#a50000}a:hover{color:#a50000;text-decoration:underline}@media screen and (max-width:414px){.rightimg1{width:100%;padding-left:0}h4{font-size:28px}.quotebg{padding-top:0}.rightbg{margin-top:20px}.appstore{padding:0 5px}.text-right{text-align:center;margin-bottom:20px}.section3{margin-top:25px}.videodv{padding:5px 0!important}.videothumb{margin:0 auto;display:block}.secbg p{text-align:center}.rightimg{float:none;width:100%;padding:0}.pull-right{float:none!important}.nowrap{padding-left:0;padding-right:0}h6{font-size:23px}.productbg p{padding-bottom:15px}.contentxt{width:100%}.quote::after{margin-right:15px}.section1 h1{font-size:35px}.productbtn{display:block;text-align:center}}@media screen and (min-width:415px) and (max-width:768px){.contentxt{width:50%}p{font-size:18px}.section3{margin-top:25px}.img-circle.img-responsive{width:25%;height:25%;margin-top:2%}.rightbg{margin-top:20px}.mobileapp{width:50%;padding-bottom:20px}.quotebg{padding-top:0}.tabvi{width:33.33%;float:left}.text-right{text-align:center;padding-bottom:25px}.videothumb{margin:0 auto;display:block}.videodv{padding:5px 0!important}.tabvi p{text-align:center}}@media screen and (min-width:767px) and (max-width:992px){.pull-right{float:right!important;width:50%}.videodv{padding:5px 0!important}}@media screen and (min-width:415px) and (max-width:767px){.rightimg1{width:100%;padding:0}.contentxt{width:90%}.pull-right{float:none!important}}@media screen and (min-width:769px) and (max-width:1200px){.videothumb{width:150px}.videothumb{width:150px}}.video-section{position:relative;height:700px;width:100%;overflow:hidden}#myVideo{position:absolute;width:100%;height:100%;object-fit:cover;top:0;left:0}.video-content{position:absolute;z-index:9;background:rgba(0,0,0,.5);width:70%;left:15%;top:10%;text-align:center;padding:20px;border-radius:3px}.video-content h1{font-size:4em;font-weight:700;color:#f2f626}.video-content h2{font-size:3em;color:#fff;padding-bottom:20px}@media screen and (min-width:768px) and (max-width:980px){.video-section{height:300px}.video-content{width:90%;left:5%;top:10%;padding:10px}.video-content h1{font-size:2em}.video-content h2{font-size:1.5em}}@media screen and (min-width:0px) and (max-width:767px){.offer span{font-size:22px!important}.video-section{height:230px}.video-content{width:90%;left:5%;top:10%;padding:10px}.video-content h1{font-size:1.5em}.video-content h2{font-size:1.2em}}@media screen and (min-width:415px) and (max-width:640px){.rightimg{width:90%;margin:0 auto;display:block;float:none}}@media screen and (min-width:641px) and (max-width:980px){.rightimg{width:50%}}.videodv{padding:5px 0}@media screen and (max-width:414px){.quote{width:auto}.quote::after{margin-right:30px;margin-top:20px}}@media screen and (max-width:1024px){.section2{padding:0}}.section8{padding:20px 0}.what-receive{color:#a50000;font-size:18px}p.cpnbold{font-size:25px;font-weight:700;padding:10px 0;text-align:center}.cpn{color:#a50000;font-weight:700;font-size:30px}.tim{text-align:center;padding-top:20px}.offer{background-color:#f2f626;font-size:20px;padding:10px 20px}.offer span{text-decoration:none;font-size:24px;text-align:center;font-weight:800;color:#b00606}.offerammount{color:#105782!important;font-size:32px!important}.timerwap h4{color:#000!important}.timerwap .value{color:#000!important}.timerwap .label{color:#000!important}.timerwap .section p{color:#000!important}.timerwap{text-align:center}.timerwap h4{font-size:24px;font-weight:600;padding:0 0 25px;margin:5px;color:#fff}.timerwap li{display:inline-block;vertical-align:top;font-size:1.5em;list-style-type:none;text-transform:uppercase;min-width:150px}.timerwap .value{font-weight:700!important;font-size:40px!important;line-height:15px!important}.timerwap .label{display:block;font-size:14px;line-height:26px;text-align:center;padding-top:3px;text-transform:none;color:#fff}.timerwap .sep{position:relative;top:-10px!important}.timerwap .section{display:inline-block;position:relative}.timerwap .section p{display:inline-block;padding-bottom:0;font-size:54px;line-height:54px;text-align:center;position:relative;color:#fff}.ritual h5 span{color:#d35602}.panel-group .panel{border-radius:0;box-shadow:none;width:100%;padding:10px 0;margin-bottom:20px;border:1px solid #b9b9b9;background:#fff}.panel-default>.panel-heading{padding:0;border-radius:0;color:#212121;background-color:#fff;width:100%}.panel-title>a{display:block;padding:15px;font-size:24px;font-weight:600;text-decoration:none}.more-less{float:right;color:#212121}.dkrp-section2{padding:20px 0 0;background:#f8df23;float:left;width:100%}.dkrp-section2 h3{text-align:center;color:#a50000;padding-bottom:15px;font-size:38px}.all-rituals{float:left;width:100%;border:1px solid #000;padding:20px 0 40px;margin-bottom:60px}p.ritual-quotes{color:#000;font-weight:600;font-style:italic;letter-spacing:0}.all-rituals h4{font-family:Lato,Helvetica,Arial,Lucida,sans-serif;font-size:32px;color:#252667;text-align:center;font-weight:600;letter-spacing:1px;text-transform:uppercase}.rituals-box{padding:0 101px}.ritual{background:#fff;padding:20px 24px 30px;margin:34px 0 10px;float:left;width:100%;position:relative}.circle{width:40px;height:40px;background:#b00606;border-radius:50%;position:absolute;left:-120px;text-align:center;border:3px solid #fff}.circle i{font-size:18px;color:#fff}.ritual h5{font-size:25px;text-align:left;padding:4px 0 10px;margin:0;color:#313033;font-weight:600;font-family:Lato,Helvetica,Arial,Lucida,sans-serif}.breakdown-img{float:right;margin-left:30px;margin-top:12px}.ritual p{color:#000}@media screen and (max-width:600px) and (min-width:300px){.small-img{display:block}.fixed-top{box-shadow:1px 2px 2px #a7a5a5}.section1-box h2{font-size:32px;padding:20px 0;color:#0c1342}.circle{display:none}.rituals-box{padding:0 20px}.all-rituals h4{font-size:24px}iframe{width:100%}}.dkrp-section{float:left;width:100%;font-size:18px;font-family:\"Open Sans\",Arial,sans-serif;text-align:left}.dkrp-navs li{display:inline-block;text-align:center;width:24%}.dkrp-navs li a{color:#fff;display:block;font-size:1.1003em;font-weight:500;margin:0 auto;padding:16px 0;text-transform:uppercase;width:90%}.dkrp-navs .active a{border-bottom:2px solid;color:#f25b22}.navah4{text-align:center;padding-bottom:20px}.dkrp-navs.rel-menu{margin-bottom:0}.dkrp-navs.rel-menu li a{color:#3d3e2d}#breadcrumbs-container-inner{display:none}#fixed-header.small{position:relative}.rel-menu{position:relative}.fixed-top{background:#fff none repeat scroll 0 0;left:0;position:fixed;top:0;width:100%;z-index:50}.dkrp-navs li{display:inline-block;text-align:center;width:24%}.dkrp-navs li a{color:#fff;display:block;font-size:1.1003em;font-weight:500;margin:0 auto;padding:16px 0;text-transform:uppercase;width:90%}.dkrp-navs .active a{border-bottom:2px solid;color:#f25b22}.navbar-brand-logo{padding:0}.navbar-brand-logo .logo{border:1px solid #333;border-radius:50%;float:left;overflow:hidden;width:60px}.navbar .navbar-brand-logo .brand{color:#fff;float:left;font-size:18px;font-weight:400;line-height:20px;margin-left:10px;margin-top:10px;width:60px}.navbar-default .navbar-brand-logo .brand{color:#555}@media screen and (max-width:640px) and (min-width:300px){.dkrp-navs li a{color:#fff;display:block;font-size:13px;font-weight:600;margin:0 auto;padding:16px 0;text-transform:initial;width:100%}.dkrp-navs li{width:23%}}@media screen and (max-width:480px) and (min-width:0px){.dkrp-navs li{width:23%}}@media screen and (max-width:800px) and (min-width:640px){.dkrp-navs li{width:23%}}@media screen and (max-width:600px) and (min-width:300px){.dkrp-navs li a{color:#fff;display:block;font-size:16px;font-weight:600;margin:0 auto;padding:16px 0;text-transform:initial;width:100%}}@media screen and (max-width:480px) and (min-width:0px){.dkrp-navs li{width:23%}}.fixed-top{background:url(https:\/\/www.astroved.com\/wp-content\/uploads\/2019\/09\/texture1.jpg) no-repeat center center;left:0;position:fixed;top:0;width:100%;z-index:50}@media screen and (max-width:600px) and (min-width:300px){.fixed-top{box-shadow:1px 2px 2px #a7a5a5}.dkrp-navs li a{color:#fff;display:block;font-size:16px;font-weight:600;margin:0 auto;padding:16px 0;text-transform:initial;width:100%}}.section4 h5{text-align:center;padding:40px 0;font-size:38px}@media screen and (min-width:0) and (max-width:414px){.timerwap li{min-width:0!important;margin-left:0!important;font-size:20px}.timerwap .label{font-size:10px}.timerwap .value{font-size:30px!important}}@media screen and (min-width:415px) and (max-width:799px){.timerwap li{min-width:0!important;margin-left:0!important;font-size:20px}.timerwap .label{font-size:15px}.timerwap .value{font-size:40px!important}}@media screen and (min-width:0px) and (max-width:767px){.dkrp-navs li a{font-size:11px;padding:0}.dkrp-navs.rel-menu{margin-bottom:0;padding:0}.dkrp-section .container{max-width:100%!important;width:100%!important;padding:0}}@media screen and (min-width:0px) and (max-width:980px){.dkrp-navs.fixed-top{top:32px}.dkrp-navs li{margin:0}.testimonial4_control_button .carousel-control.right{right:10px;left:auto;width:30px;height:30px;line-height:30px}.testimonial4_control_button .carousel-control.left{left:10px;width:30px;height:30px;line-height:30px}}.video-thum .text-right{text-align:center!important}.tabvi{background:#fff;padding:10px;text-align:center}.offer-bg{background:#eee;text-align:center;padding:20px 10px}<\/style><link href=\"https:\/\/fonts.googleapis.com\/css?family=Roboto\" rel=\"stylesheet\"><link href=\"https:\/\/fonts.googleapis.com\/css?family=Lato:400,700\" rel=\"stylesheet\"><div class=\"section1\"><div class=\"video-section\"> <video autoplay muted loop id=\"myVideo\"> <source src=\"\/video\/maha-shivaratri.mp4\" type=\"video\/mp4\"> Your browser does not support HTML5 video. <\/video><div class=\"video-content\"><h1>ASTROVED'S INDIVIDUAL GRAND HOMAS (FIRE LAB)<\/h1><h2>Spiritual Technology to Deeply Connect with the Divine and Gain Immense Blessings<\/h2><\/div><\/div><\/div><div class=\"clearfix\"><\/div><div class=\"offer-bg\"><h3>September Month Sale Offer<\/h3><p style=\"text-align: center;font-size: 1.3em;font-weight: 600;\">Use <span style=\"color: #e30808;font-size: 1.4em;\">25% OFF<\/span> Coupon Code <span style=\"font-size: 1.4em;color: #e30808;\">AVMONTHGRAND<\/span><\/p><\/div><div class=\"clearfix\"><\/div><div class=\"dkrp-section\"><div class=\"container\"><div class=\"dkrp-nav\"><ul class=\"dkrp-navs rel-menu\"><li class=\"nav-item\"> <a class=\"nav-link scroll\" href=\"#one\">OVERVIEW<\/a><\/li><li class=\"nav-item\"> <a class=\"nav-link scroll\" href=\"#grandhoma\">SIGNIFICANCE<\/a><\/li><li class=\"nav-item\"> <a class=\"nav-link scroll\" href=\"#order\">ORDER NOW<\/a><\/li><li class=\"nav-item\"> <a class=\"nav-link scroll\" href=\"#experience\">TESTIMONIALS<\/a><\/li><\/ul><\/div><\/div><\/div><div class=\"clearfix\"><\/div><div><a name=\"one\"><\/a><\/div><div class=\"section2\"><div class=\"container\"><div><h2><span style=\"color: #a50000;\">Grand Homa (Fire Lab):<\/span> Spiritual Technology Mentioned in Vedas<\/h2><p>A Homa (Fire Lab) is an ancient, spiritual technology mentioned in the earliest of the Vedas that helps you connect with and receive immense blessings from the divine. Also called as \u2018Yajna\u2019 or \u2018Yagya\u2019, the term has a special mention in all the sacred texts such as Vedas and Puranas.<\/p><p>According to Yajur Veda, a fire ritual is a basis for physical, mental, spiritual, intellectual progress and prosperity. During the Fire Lab , skilled Vedic priests to infuse your aura with positive vibrations and to invoke the divine blessings chant Vedic mantras.<\/p><div class=\"quotebg\"> <img src=\"https:\/\/www.astroved.com\/wp-content\/uploads\/2018\/07\/quoterightimg.jpg\" alt=\"\" title=\"\" class=\"rightimg1\"><h3 class=\"quotetitle\" style=\"font-size: 33px;\"><b>Dr. Pillai<\/b> Says:<\/h3><div class=\"contentxt\"><p class=\"quote\">\u201cThe Fire Lab is a Divine Technology. It does not need your belief to be effective. In the Rig Veda, the Yogis contacted the Fire God through fire ceremony by giving food offerings to various Gods. Fire is a messenger that takes all of these offerings to the various Gods. What\u2019s the benefit? Once the Gods are fed, then they come and give you whatever you want.\u201d<\/p><\/div><\/div><\/div><\/div><\/div><div class=\"section7\"><div class=\"container\"><h2><span style=\"color: #a50000;\">Agni:<\/span> The Messenger Of Our Prayers To God<\/h2><p>Rig Veda, the most ancient sacred text begins with a sacred hymn to Agni, who is regarded as the \u2018God of Fire.\u2019 Agni is one of the most worshipped archetypes and praised in several Vedic hymns in Vedic texts. Agni is considered as the messenger who carries our offerings to the God.<\/p><p style=\"text-align: center;\"><span style=\"color: #a50000;\"><em>\u201cPra Yajnamanmaa Vrijanam Tiraate\u201d<\/em> (Rigveda 7-61-4)<\/span><br> <span style=\"font-weight:500;color: #a50000;padding: 15px 0;\">Meaning:<\/span> Performing sacred Yajna (homa) solves all problems of life<\/p><p>\u2018Jatavada\u2019 is one of the two forms of Agni \u2013 the one that carries our offerings to the Gods. The sacred hymn from Rig Veda I.26.3 mentions Agni as the messenger who carries the oblation from humans to the gods, bringing the Gods to sacrifice, and mediates between gods and humans.<\/p><div><a name=\"grandhoma\"><\/a><\/div><h2 style=\"padding-top: 20px;padding-bottom: 20px;\">Significance And Blessings Of Individual Grand Homa<\/h2><div class=\"col-md-6 pull-right\"><div class=\"videodv\"> <iframe class=\"embed-responsive-item\" src=\"\/\/www.youtube.com\/embed\/fxfKkgVz0no?rel=0\"><\/iframe><\/div><\/div><p>Mantras are sacred syllables from ancient Vedic texts and Puranas chanted to appease a deity and invoke their blessings. Chanting or listening to these powerful mantras can fill your aura with positive vibrations and the sacrificial fire invites the deities to grant specific blessings.<\/p><p>During a grand homa, our skilled Vedic priests chant the divine mantras for the prescribed number of times such as 1008, 10008, etc. and offer oblations to the sacrificial fire. The reverberation of the mantras chanted during the homa and invoking Agni (fire), the messenger of our prayers to the Gods can augment positivity and enhance the chances of our sincere prayers being answered!<\/p><\/div><\/div><div class=\"clearfix\"><\/div><div class=\"dkrp-section2 two\" id=\"order\"><div class=\"container\"><div><a name=\"rituals\"><\/a><\/div><div class=\"section1-box\"><h3>AstroVed\u2019s Grand Homas (Fire Lab)<\/h3><p>A \u2018Grand Homa\u2019 is an exclusive Fire Lab performed by several skilled Vedic priests chanting the sacred mantras to elicit specific blessings. AstroVed offers you an excellent opportunity to participate and sponsor Grand Individual Homas (Fire Lab) to the deity of your choice. You have an option to choose to perform these Fire Labs as a remedy or to receive the ongoing blessings of the divine for you and your loved ones. Book your Grand Homa with us and have our experienced priest perform it for you!<\/p><div class=\"all-rituals\"><div class=\"rituals-box\"><div><a name=\"wealth\"><\/a><\/div><div class=\"ritual\"> <img class=\"breakdown-img\" title=\"5 Priest Individual Ganapati Atharvashirsha Homa\" src=\"https:\/\/www.astroved.com\/wp-content\/uploads\/2020\/05\/Individual-Ganapati-Atharvashirsha-Homa.jpg\" alt=\"5 Priest Individual Ganapati Atharvashirsha Homa\"><div><h5>5 Priest Individual Ganapati Atharvashirsha Homa<\/h5><\/div><p>Ganapati Atharvashirsha Homa is the most effective and powerful prayer to Lord Ganesha. This homa invokes the blessings of Lord Ganesha by chanting the sacred hymn known as Ganapati. As mentioned in the Ganapati Upanishad, appeasing Lord Ganesha through the homa can...<\/p><p><span class=\"what-receive\">What Will You Receive:<\/span> Raja Ganapati statue<\/p><div class=\"text-left probtn\"> <a href=\"https:\/\/www.astroved.com\/-P50069.aspx\" target=\"_blank\" class=\"productbtn\" rel=\"noopener noreferrer\">Order Now >><\/a><\/div><\/div><div class=\"ritual\"> <img class=\"breakdown-img\" title=\"10 Priest Individual Dashavatar Homa\" src=\"https:\/\/www.astroved.com\/wp-content\/uploads\/2020\/05\/Individual-Dashavatar-Homa.jpg\" alt=\"10 Priest Individual Dashavatar Homa\"><div><h5>10 Priest Individual Dashavatar Homa<\/h5><\/div><p>Dashavatar Homa is a unique fire ritual invoking the blessings of Dashavatar or the 10 avatars of Lord Vishnu as a remedy for life challenges. Perform this homa to receive the life-sustaining blessings of the Lord of Wealth for overall power, prosperity, abundance, and well-being.<\/p><p><span class=\"what-receive\">What Will You Receive:<\/span> 5-Metal Dashavatar Statues Set<\/p><div class=\"text-left probtn\"> <a href=\"https:\/\/www.astroved.com\/-P50068.aspx\" target=\"_blank\" class=\"productbtn\" rel=\"noopener noreferrer\">Order Now >><\/a><\/div><\/div><div class=\"ritual\"> <img class=\"breakdown-img\" title=\"Wealth Attraction Package\" src=\"https:\/\/www.astroved.com\/wp-content\/uploads\/2020\/05\/Wealth-Attraction-Package.jpg\" alt=\"Wealth Attraction Package\"><div><h5>Wealth Attraction Package<\/h5><\/div><p>Attract wealth and positive energy by performing the 3-in-1 homa for Kuber-Lakshmi and Swarnakarshana Bhairava. The combination of these three powerful celestial beings showers one with untold wealth, prosperity and success. Invoking these deities enhances...<\/p><div class=\"text-left probtn\"> <a href=\"https:\/\/www.astroved.com\/specific-purpose-fire-lab-wealth-attraction-package-P48692.aspx\" target=\"_blank\" class=\"productbtn\" rel=\"noopener noreferrer\">Order Now >><\/a><\/div><\/div><div class=\"clearfix\"><\/div><div> <a name=\"homa\"><\/a><\/div><div class=\"ritual\"> <img class=\"breakdown-img\" title=\"Dasa Maha Vidya Homa\" src=\"https:\/\/www.astroved.com\/wp-content\/uploads\/2020\/05\/Dasa-Maha-Vidya-Homa.jpg\" alt=\"Dasa Maha Vidya Homa\"><div><h5>Dasa Maha Vidya Homa<\/h5><\/div><p>The world is the domain of every living being and it is meant to accommodate not only all animate but also inanimate beings which constitute an integral part of existence. To awaken the dormant concept of selflessness inherent in all beings, a grand homa is conducted to the Dasamahavidyas.<\/p><div class=\"text-left probtn\"> <a href=\"https:\/\/www.astroved.com\/specific-purpose-fire-lab-dasa-maha-vidya-homa--P48701.aspx\" target=\"_blank\" class=\"productbtn\" rel=\"noopener noreferrer\">Order Now >><\/a><\/div><\/div><div class=\"probtn\" style=\"clear: both;padding: 20px 0 0;text-align: center;\"> <a target=\"_blank\" class=\"productbtn\" rel=\"noopener noreferrer\" style=\"font-size: 1.4em;\" href=\"https:\/\/www.astroved.com\/us\/specials\/astroved-september-deals\">September Month Sale<\/a><\/div><div class=\"ritual\"> <img class=\"breakdown-img\" title=\"Individual Dasa Chandi Homa\" src=\"https:\/\/www.astroved.com\/wp-content\/uploads\/2020\/05\/Individual-Dasa-Chandi-Homa.jpg\" alt=\"Individual Dasa Chandi Homa\"><div><h5>10 Priest Individual Dasa Chandi Homa<\/h5><\/div><p>Dasa Chandi Homa invokes the blessings of Goddess Chandi, the most ferocious form of \u2018Aadi Parashakti\u2019 (Supreme Goddess). AstroVed\u2019s 10 expert priests will invoke Goddess Chandi\u2019s supreme blessings for protection by performing this elaborate fire ritual...<\/p><p><span class=\"what-receive\">What Will You Receive:<\/span> Black Tourmaline Mala<\/p><div class=\"text-left probtn\"> <a href=\"https:\/\/www.astroved.com\/-P50065.aspx\" target=\"_blank\" class=\"productbtn\" rel=\"noopener noreferrer\">Order Now >><\/a><\/div><\/div><div class=\"ritual\"> <img class=\"breakdown-img\" title=\"8 Priest Individual Ashta Bhairava Homa\" src=\"https:\/\/www.astroved.com\/wp-content\/uploads\/2020\/05\/Individual-Ashta-Bhairava-Homa.jpg\" alt=\"8 Priest Individual Ashta Bhairava Homa\"><div><h5>8 Priest Individual Ashta Bhairava Homa<\/h5><\/div><p>Ashta Bhairava Homa is a powerful homa which invokes the blessings of the 8 unique forms of Bhairava, the fierce manifestation of Lord Shiva. According to scriptures, Bhairava has the power to annihilate negativities and destroy evil forces. Performing this unique homa can...<\/p><p><span class=\"what-receive\">What Will You Receive:<\/span> 5-Metal Bhairava Statues Set<\/p><div class=\"text-left probtn\"> <a href=\"https:\/\/www.astroved.com\/-P50064.aspx\" target=\"_blank\" class=\"productbtn\" rel=\"noopener noreferrer\">Order Now >><\/a><\/div><\/div><div class=\"ritual\"> <img class=\"breakdown-img\" title=\"Prathyangira Devi Homa\" src=\"https:\/\/www.astroved.com\/wp-content\/uploads\/2020\/05\/Prathyangira-Devi-Homa-1.jpg\" alt=\"Prathyangira Devi Homa\"><div><h5>Prathyangira Devi Homa<\/h5><\/div><p>Performing Pratyangira Devi Homa will gift you with the best things of life. The powerful vibrations of this Homa will help you get rid of negative energy in any form-- enemies, accidents, evil eye casting and other hostile elements. The Goddess will shield you with positivity, peace...<\/p><p><span class=\"what-receive\">What Will You Receive:<\/span> 3-Inch Pratyangira Devi Yantra<\/p><div class=\"text-left probtn\"> <a href=\"https:\/\/www.astroved.com\/archetype-deity-fire-lab-prathyangira-devi-homa-P75.aspx\" target=\"_blank\" class=\"productbtn\" rel=\"noopener noreferrer\">Order Now >><\/a><\/div><\/div><div class=\"ritual\"> <img class=\"breakdown-img\" title=\"5 Priest Individual Ashta Dikpalaka Homa\" src=\"https:\/\/www.astroved.com\/wp-content\/uploads\/2020\/05\/Individual-Ashta-Dikpalaka-Homa.jpg\" alt=\"5 Priest Individual Ashta Dikpalaka Homa\"><div><h5>5 Priest Individual Ashta Dikpalaka Homa<\/h5><\/div><p>Ashta Dikpalaka Homa invokes the blessings of Ashta Dikpalaka, who are the guardians of the eight directions. These eight Archetypes rule the eight quarters of the universe. The blessings of the Ashta Dikpalaka can help drive away negativities, attract good fortune and purify...<\/p><p><span class=\"what-receive\">What Will You Receive:<\/span> 3x3 inch Vastu Yantra<\/p><div class=\"text-left probtn\"> <a href=\"https:\/\/www.astroved.com\/-P50067.aspx\" target=\"_blank\" class=\"productbtn\" rel=\"noopener noreferrer\">Order Now >><\/a><\/div><\/div><div class=\"probtn\" style=\"clear: both;padding: 20px 0 0;text-align: center;\"> <a target=\"_blank\" class=\"productbtn\" rel=\"noopener noreferrer\" style=\"font-size: 1.4em;\" href=\"https:\/\/www.astroved.com\/us\/specials\/astroved-september-deals\">September Month Sale<\/a><\/div><div class=\"ritual\"> <img class=\"breakdown-img\" title=\"Total Power Package\" src=\"https:\/\/www.astroved.com\/wp-content\/uploads\/2020\/05\/Total-Power-Package.jpg\" alt=\"Total Power Package\"><div><h5>Total Power Package<\/h5><\/div><p>The Durga-Lakshmi-Saraswathi Homa is performed in honor of the three Devis to acquire a high position, authority and skills. The three deities represent valor, wealth and wisdom, and performing the homa collectively confers manifold benefits. It literally alters one\u2019s destiny...<\/p><div class=\"text-left probtn\"> <a href=\"https:\/\/www.astroved.com\/specific-purpose-fire-lab-total-power-package-P48659.aspx\" target=\"_blank\" class=\"productbtn\" rel=\"noopener noreferrer\">Order Now >><\/a><\/div><\/div><div class=\"ritual\"> <img class=\"breakdown-img\" title=\"6 Priest Individual Shatrusamhara Homa\" src=\"https:\/\/www.astroved.com\/wp-content\/uploads\/2020\/05\/Individual-Shatrusamhara-Homa.jpg\" alt=\"6 Priest Individual Shatrusamhara Homa\"><div><h5>6 Priest Individual Shatrusamhara Homa<\/h5><\/div><p>Shatrusamhara homa invokes the warrior archetype Lord Muruga as the destroyer of demons, and this homa is performed to overcome unwanted troubles and to get rid of enemies. Participate in this fire lab to access Lord Muruga\u2019s spiritual warrior energy to defeat the negative and unhealthy...<\/p><p><span class=\"what-receive\">What Will You Receive:<\/span> 3x3 Sadakshara Yantra<\/p><div class=\"text-left probtn\"> <a href=\"https:\/\/www.astroved.com\/-P50072.aspx\" target=\"_blank\" class=\"productbtn\" rel=\"noopener noreferrer\">Order Now >><\/a><\/div><\/div><div class=\"clearfix\"><\/div><div><a name=\"firelab\"><\/a><\/div><div class=\"ritual\"> <img class=\"breakdown-img\" title=\"32 Priest Individual Maha Rudra Homa\" src=\"https:\/\/www.astroved.com\/wp-content\/uploads\/2020\/05\/Individual-Maha-Rudra-Homa.jpg\" alt=\"32 Priest Individual Maha Rudra Homa\"><div><h5>32 Priest Individual Maha Rudra Homa<\/h5><\/div><p>\u2018Sri Rudram\u2019 is a Vedic hymn written as a prayer to Archetype Rudra, the fierce form of Lord Shiva, to transform from his fierce form to his peaceful form and shower us with his blessings. 32-Priest Grand Chanting of 133-times Maha Rudrams (prayer to Rudra) and 121-times Chamakams<\/p><p><span class=\"what-receive\">What Will You Receive:<\/span> 27 Nakshatra Lingam set<\/p><div class=\"text-left probtn\"> <a href=\"https:\/\/www.astroved.com\/-P50071.aspx\" target=\"_blank\" class=\"productbtn\" rel=\"noopener noreferrer\">Order Now >><\/a><\/div><\/div><div class=\"ritual\"> <img class=\"breakdown-img\" title=\"12 Priest Individual Laghu Rudra Homa\" src=\"https:\/\/www.astroved.com\/wp-content\/uploads\/2020\/05\/Individual-Laghu-Rudra-Homa.jpg\" alt=\"12 Priest Individual Laghu Rudra Homa\"><div><h5>12 Priest Individual Laghu Rudra Homa<\/h5><\/div><p>Sri Rudram\u2019 is a Vedic hymn written as a prayer to Rudra, a form of Archetype Shiva, to transform from his fierce form to peaceful form and shower us with his blessings. When the Sri Rudram is chanted for 11 times in a homa, then it is termed as Laghu Rudra Homa.<\/p><p><span class=\"what-receive\">What Will You Receive:<\/span> Pancha Bootha Lingam set<\/p><div class=\"text-left probtn\"> <a href=\"https:\/\/www.astroved.com\/-P50070.aspx\" target=\"_blank\" class=\"productbtn\" rel=\"noopener noreferrer\">Order Now >><\/a><\/div><\/div><div class=\"probtn\" style=\"clear: both;padding: 20px 0 0;text-align: center;\"> <a target=\"_blank\" class=\"productbtn\" rel=\"noopener noreferrer\" style=\"font-size: 1.4em;\" href=\"https:\/\/www.astroved.com\/us\/specials\/astroved-september-deals\">September Month Sale<\/a><\/div><div class=\"ritual\"> <img class=\"breakdown-img\" title=\"Health Booster Package\" src=\"https:\/\/www.astroved.com\/wp-content\/uploads\/2020\/05\/Health-Booster-Package.jpg\" alt=\"Health Booster Package\"><div><h5>Health Booster Package<\/h5><\/div><p>People suffering from health-related issues are advised to avail the AstroVed Health Booster Package, which amalgamates the potential of 3 powerful yagnas. This package is specially designed by our priests to render instant and long-lasting relief with the spiritual help...<\/p><div class=\"text-left probtn\"> <a href=\"https:\/\/www.astroved.com\/specific-purpose-fire-lab-health-booster-package-P48718.aspx\" target=\"_blank\" class=\"productbtn\" rel=\"noopener noreferrer\">Order Now >><\/a><\/div><\/div><div class=\"clearfix\"><\/div><div> <a name=\"planets\"><\/a><\/div><div class=\"ritual\"> <img class=\"breakdown-img\" title=\"Navagraha Homa\" src=\"https:\/\/www.astroved.com\/wp-content\/uploads\/2020\/05\/9-Planets-Fire-Lab.jpg\" alt=\"Navagraha Homa\"><div><h5>Navagraha Homa (9 Planets Fire Lab)<\/h5><\/div><p>\u2018Nava\u2019 means nine; \u2018Graha\u2019 means planets. As per Vedic Astrology, there are 9 planets that influence your lives. The position of a planet at the time of your birth will have an influence on your actions and reactions to different situations in your life. Your Life will have its own ups and downs.<\/p><div class=\"text-left probtn\"> <a href=\"https:\/\/www.astroved.com\/planetary-fire-lab-9-planets-fire-lab-homa--P86.aspx\" target=\"_blank\" class=\"productbtn\" rel=\"noopener noreferrer\">Order Now >><\/a><\/div><\/div><div class=\"ritual\"> <img class=\"breakdown-img\" title=\"akshatra Shanti Chanting And Navagraha Homa\" src=\"https:\/\/www.astroved.com\/wp-content\/uploads\/2020\/05\/Navagraha-Homa.jpg\" alt=\"akshatra Shanti Chanting And Navagraha Homa\"><div><h5>Nakshatra Shanti Chanting And Navagraha Homa<\/h5><\/div><p>Nakshatra Shanti chanting and Navagraha Homa are holy Vedic rituals created with the intent of delivering one from the inauspicious attributes accruing from the transition of the planets in relation to the birth star of the individual.<\/p><div class=\"text-left probtn\"> <a href=\"https:\/\/www.astroved.com\/specific-purpose-fire-lab-nakshatra-shanti-chanting-and-navagraha-homa-P47862.aspx\" target=\"_blank\" class=\"productbtn\" rel=\"noopener noreferrer\">Order Now >><\/a><\/div><\/div><div class=\"ritual\"> <img class=\"breakdown-img\" title=\"9 Priest Individual Nava Chandi Homa\" src=\"https:\/\/www.astroved.com\/wp-content\/uploads\/2020\/05\/Individual-Nava-Chandi-Homa.jpg\" alt=\"9 Priest Individual Nava Chandi Homa\"><div><h5>9 Priest Individual Nava Chandi Homa<\/h5><\/div><p>Nava Chandi Homa invokes the blessings of the aggressive form of \u2018Aadi Parashakti,\u2019 Goddess Chandi. When Chandi is invoked, she can extinguish the strongest negative forces in your life. The fire ritual will be performed by 9 expert priests to invoke her supreme blessings for...<\/p><p><span class=\"what-receive\">What Will You Receive:<\/span> Black Tourmaline Mala<\/p><div class=\"text-left probtn\"> <a href=\"https:\/\/www.astroved.com\/-P50066.aspx\" target=\"_blank\" class=\"productbtn\" rel=\"noopener noreferrer\">Order Now >><\/a><\/div><\/div><div class=\"probtn\" style=\"clear: both;padding: 20px 0 0;text-align: center;\"> <a target=\"_blank\" class=\"productbtn\" rel=\"noopener noreferrer\" style=\"font-size: 1.4em;\" href=\"https:\/\/www.astroved.com\/us\/specials\/astroved-september-deals\">September Month Sale<\/a><\/div><div class=\"clear\"><\/div><\/div><\/div><\/div><\/div><div class=\"clearfix\"><\/div><div><a name=\"experience\"><\/a><\/div><div class=\"section3\"><div class=\"container\"><h4>AstroVed's Member Experience<\/h4><div><div id=\"testimonial4\" class=\"carousel slide testimonial4_indicators testimonial4_control_button thumb_scroll_x swipe_x\" data-ride=\"carousel\" data-pause=\"hover\" data-interval=\"5000\" data-duration=\"2000\"><div class=\"carousel-inner\" role=\"listbox\"><div class=\"carousel-item active\"><div class=\"testimonial4_slide\"><p class=\"testtitle\">My wish was fulfilled!<\/p><p>I have to say that I was impressed by the Grand Rudra Homa Wish Fulfilling package. I had lost my mangal sutra commemorating my marriage and prayed in this homa for its return. Lo and behold, a couple of days later, I found it on the floor at the base of my mandir to Lord Shiva, Ganesha, Parvati and Maruga. I think it was a miracle because I had looked for it everywhere and really don\u2019t know how it ended up there except by the powerful blessing of Lord Rudra.<\/p><p class=\"authour\">~ Ricky<\/p><\/div><\/div><div class=\"carousel-item\"><div class=\"testimonial4_slide\"><p class=\"testtitle\">Grand Rudra Homa<\/p><p>I witnessed the fire ritual live and felt great gratitude towards the Divine. For me fire rituals are a way to self-realization. I find the fire rituals a unique opportunity towards this goal.<\/p><p class=\"authour\">~ Claudia Graegel<\/p><\/div><\/div><div class=\"carousel-item\"><div class=\"testimonial4_slide\"><p class=\"testtitle\">Great Service<\/p><p>I enjoyed the monthly homa for Lord Dhanvantari. I feel more healthier and more protected from bad diseases. Thank you AstroVED for this monthly homa. It really helped me become healthier.<\/p><p class=\"authour\">~ Ashur Abraham<\/p><\/div><\/div><div class=\"carousel-item\"><div class=\"testimonial4_slide\"><p class=\"testtitle\"> Dhanvantri Homa<\/p><p>I am very happy with the performance indeed.<\/p><p class=\"authour\">~ Igor Zoric<\/p><\/div><\/div><div class=\"carousel-item\"><div class=\"testimonial4_slide\"><p class=\"testtitle\"> Thanks Dhanvantri<\/p><p>a week after the firelab, I began to cough and speculate a lot, as if I had caught a flu, something that did not happen. I feel as if there is an incubated disease forming, out of sorrows, deceptions, fears and karmas. And even before it was manifested I received this cure. Thank you very much Astroved! I feel relief and also peace.<\/p><p class=\"authour\">~ Marcia Maria Tannure Cassemiro<\/p><\/div><\/div><\/div> <a class=\"left carousel-control\" href=\"\" data-target=\"#testimonial4\" role=\"button\" data-slide=\"prev\"> <span class=\"fa fa-chevron-left\"><\/span> <\/a> <a class=\"right carousel-control\" href=\"\" data-target=\"#testimonial4\" role=\"button\" data-slide=\"next\"> <span class=\"fa fa-chevron-right\"><\/span> <\/a><\/div><\/div><\/div><\/div><div class=\"section4\"><div class=\"container\"><h5>Watch our Latest <b>GRAND HOMA<\/b><\/h5><div class=\"row\"><div class=\"col-md-7 nowrap\"><div class=\"video\"> <iframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/bc9H8X3ZIVY?rel=0\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen><\/iframe><\/div><\/div><div class=\"col-md-1\"><\/div><div class=\"col-md-4\"><div class=\"rightbg\"><p>Watch Our Special Programs in <br> AstroVed Web TV<\/p><div class=\"text-center\"> <a href=\"https:\/\/www.astroved.com\/live-tv\/\"><img src=\"https:\/\/www.astroved.com\/wp-content\/uploads\/2018\/07\/mobileappmg.jpg\" alt=\"AstroVed Web TV\" title=\"AstroVed Web TV\" class=\"mobileapp\"><\/a><\/div><div class=\"text-center\"> <a href=\"https:\/\/play.google.com\/store\/apps\/details?id=com.astroved.tv\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https:\/\/www.astroved.com\/wp-content\/uploads\/2018\/07\/androidappstore.jpg\" alt=\"\" title=\"\" class=\"appstore\"><\/a> <a href=\"https:\/\/itunes.apple.com\/us\/app\/astrovedtv\/id1240699853\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https:\/\/www.astroved.com\/wp-content\/uploads\/2018\/07\/appleappstore.jpg\" alt=\"\" title=\"\" class=\"appstore\"><\/a><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"section5\"><div class=\"secbg\"><div class=\"container\"><div class=\"row\"><div class=\"col-md-4\"><div class=\"tabvi\"><div class=\"video-thum\"> <a href=\"https:\/\/www.youtube.com\/embed\/UbWyCJMM1Vc?rel=0\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https:\/\/www.astroved.com\/wp-content\/uploads\/2018\/07\/pritiyangarathum.jpg\" alt=\"10 Priest Grand Dasa Chandi Homa\" class=\"videothumb\"><\/a><p>10 Priest Grand Dasa Chandi Homa<\/p><div class=\"text-right\"> <a href=\"https:\/\/www.youtube.com\/embed\/UbWyCJMM1Vc?rel=0\" class=\"videobtn\" target=\"_blank\" rel=\"noopener noreferrer\">Watch Now<\/a><\/div><\/div><\/div><\/div><div class=\"col-md-4\"><div class=\"tabvi\"><div class=\"video-thum\"> <a href=\"https:\/\/www.youtube.com\/embed\/K_NLnVMDkOU?rel=0\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https:\/\/www.astroved.com\/wp-content\/uploads\/2018\/07\/ganapathihom.jpg\" alt=\"Heramba Ganapati Homa Ganesha Chathurthi\" class=\"videothumb\"><\/a><p>Heramba Ganapati Homa Ganesha Chathurthi 3rd day<\/p><div class=\"text-right\"> <a href=\"https:\/\/www.youtube.com\/embed\/K_NLnVMDkOU?rel=0\" class=\"videobtn\" target=\"_blank\" rel=\"noopener noreferrer\">Watch Now<\/a><\/div><\/div><\/div><\/div><div class=\"col-md-4\"><div class=\"tabvi\"><div class=\"video-thum\"> <a href=\"https:\/\/www.youtube.com\/embed\/F8xQo2mAM4c?rel=0\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https:\/\/www.astroved.com\/wp-content\/uploads\/2018\/07\/kalabairava.jpg\" alt=\"Grand 8 Priest Kalabhairava Homa\" class=\"videothumb\"><\/a><p>Grand 8 Priest Kalabhairava Homa on Kalabhairava Jayanti<\/p><div class=\"text-right\"> <a href=\"https:\/\/www.youtube.com\/embed\/F8xQo2mAM4c?rel=0\" class=\"videobtn\" target=\"_blank\" rel=\"noopener noreferrer\">Watch Now<\/a><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\r\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/popper.js@1.16.1\/dist\/umd\/popper.min.js\" integrity=\"sha384-9\/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN\" crossorigin=\"anonymous\"><\/script>\r\n<script src=\"https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.5.2\/js\/bootstrap.min.js?nocache=1\" integrity=\"sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8\/KUEfYiJOMMV+rV\" crossorigin=\"anonymous\"><\/script>\r\n<script type=\"text\/javascript\">\r\njQuery(document).on(\"scroll\", function () {\r\nif (jQuery(document).scrollTop() > jQuery(\".dkrp-nav\").offset().top) {\r\njQuery(\".dkrp-navs\").removeClass(\"rel-menu\").addClass(\"fixed-top\");\r\n}\r\nelse {\r\njQuery(\".dkrp-navs\").removeClass(\"fixed-top\").addClass(\"rel-menu\");\r\n}\r\n});   \r\njQuery(\".toggle-nav1\").click(function () {\r\njQuery(\".toggle-navcon1\").slideToggle(\"slow\");\r\njQuery(this).toggleClass('openpane');\r\n}); \r\njQuery(\".toggle-nav2\").click(function () {\r\njQuery(\".toggle-navcon2\").slideToggle(\"slow\");\r\njQuery(this).toggleClass('openpane');\r\n}); \r\njQuery(\".toggle-nav3\").click(function () {\r\njQuery(\".toggle-navcon3\").slideToggle(\"slow\");\r\njQuery(this).toggleClass('openpane');\r\n}); \r\njQuery(\".toggle-nav4\").click(function () {\r\njQuery(\".toggle-navcon4\").slideToggle(\"slow\");\r\njQuery(this).toggleClass('openpane');\r\n}); \r\n<\/script>\r\n","_et_gb_content_width":"","footnotes":""},"categories":[3],"tags":[410,320,35,34,229,551,38,552,100,84,15,36,553,37],"class_list":["post-33879","post","type-post","status-publish","format-standard","hentry","category-specials","tag-astroveds-individual-grand-homa","tag-dashavatar","tag-desire-fulfillment","tag-divine-protection","tag-fire-labs","tag-fire-prayers","tag-ganesha","tag-homam","tag-kubera","tag-lakshmi","tag-negativity-removal","tag-obstacle-removal","tag-online-homam-booking","tag-wealth-booster","et-doesnt-have-format-content","et_post_format-et-post-format-standard"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\r\n<title>Fire Prayers Online | Homam Booking | Fire Labs<\/title>\r\n<meta name=\"description\" content=\"AstroVed offers individual online homam booking where an experienced priest performs fire prayers\/fire labs for in-depth healing. Get in touch with us to know more.\" \/>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/www.astroved.com\/us\/specials\/grand-homas\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Fire Prayers Online | Homam Booking | Fire Labs\" \/>\r\n<meta property=\"og:description\" content=\"AstroVed offers individual online homam booking where an experienced priest performs fire prayers\/fire labs for in-depth healing. Get in touch with us to know more.\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/www.astroved.com\/us\/specials\/grand-homas\" \/>\r\n<meta property=\"og:site_name\" content=\"Astroved Specials\" \/>\r\n<meta property=\"article:published_time\" content=\"2018-08-03T11:19:28+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2025-08-05T06:43:03+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/09\/Priest-Individual-Dashavatar-Homa.jpg\" \/>\r\n<meta name=\"author\" content=\"av specials\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"av specials\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.astroved.com\/us\/specials\/grand-homas\",\"url\":\"https:\/\/www.astroved.com\/us\/specials\/grand-homas\",\"name\":\"Fire Prayers Online | Homam Booking | Fire Labs\",\"isPartOf\":{\"@id\":\"https:\/\/www.astroved.com\/us\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.astroved.com\/us\/specials\/grand-homas#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.astroved.com\/us\/specials\/grand-homas#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/09\/Priest-Individual-Dashavatar-Homa.jpg\",\"datePublished\":\"2018-08-03T11:19:28+00:00\",\"dateModified\":\"2025-08-05T06:43:03+00:00\",\"author\":{\"@id\":\"https:\/\/www.astroved.com\/us\/#\/schema\/person\/3fced2d50899093c415267daf64ce039\"},\"description\":\"AstroVed offers individual online homam booking where an experienced priest performs fire prayers\/fire labs for in-depth healing. Get in touch with us to know more.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.astroved.com\/us\/specials\/grand-homas#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.astroved.com\/us\/specials\/grand-homas\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.astroved.com\/us\/specials\/grand-homas#primaryimage\",\"url\":\"https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/09\/Priest-Individual-Dashavatar-Homa.jpg\",\"contentUrl\":\"https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/09\/Priest-Individual-Dashavatar-Homa.jpg\",\"width\":489,\"height\":308},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.astroved.com\/us\/specials\/grand-homas#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.astroved.com\/us\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Grand Homas\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.astroved.com\/us\/#website\",\"url\":\"https:\/\/www.astroved.com\/us\/\",\"name\":\"Astroved Specials\",\"description\":\"Just another WordPress site\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.astroved.com\/us\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.astroved.com\/us\/#\/schema\/person\/3fced2d50899093c415267daf64ce039\",\"name\":\"av specials\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.astroved.com\/us\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e8532919aa5c95226e4cd736fff9c3de549d19cf6d9e415fddc90214319c2970?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e8532919aa5c95226e4cd736fff9c3de549d19cf6d9e415fddc90214319c2970?s=96&d=mm&r=g\",\"caption\":\"av specials\"},\"sameAs\":[\"https:\/\/www.astroved.com\/us\"],\"url\":\"https:\/\/www.astroved.com\/us\/author\/avspecials\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Fire Prayers Online | Homam Booking | Fire Labs","description":"AstroVed offers individual online homam booking where an experienced priest performs fire prayers\/fire labs for in-depth healing. Get in touch with us to know more.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.astroved.com\/us\/specials\/grand-homas","og_locale":"en_US","og_type":"article","og_title":"Fire Prayers Online | Homam Booking | Fire Labs","og_description":"AstroVed offers individual online homam booking where an experienced priest performs fire prayers\/fire labs for in-depth healing. Get in touch with us to know more.","og_url":"https:\/\/www.astroved.com\/us\/specials\/grand-homas","og_site_name":"Astroved Specials","article_published_time":"2018-08-03T11:19:28+00:00","article_modified_time":"2025-08-05T06:43:03+00:00","og_image":[{"url":"https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/09\/Priest-Individual-Dashavatar-Homa.jpg","type":"","width":"","height":""}],"author":"av specials","twitter_card":"summary_large_image","twitter_misc":{"Written by":"av specials","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.astroved.com\/us\/specials\/grand-homas","url":"https:\/\/www.astroved.com\/us\/specials\/grand-homas","name":"Fire Prayers Online | Homam Booking | Fire Labs","isPartOf":{"@id":"https:\/\/www.astroved.com\/us\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.astroved.com\/us\/specials\/grand-homas#primaryimage"},"image":{"@id":"https:\/\/www.astroved.com\/us\/specials\/grand-homas#primaryimage"},"thumbnailUrl":"https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/09\/Priest-Individual-Dashavatar-Homa.jpg","datePublished":"2018-08-03T11:19:28+00:00","dateModified":"2025-08-05T06:43:03+00:00","author":{"@id":"https:\/\/www.astroved.com\/us\/#\/schema\/person\/3fced2d50899093c415267daf64ce039"},"description":"AstroVed offers individual online homam booking where an experienced priest performs fire prayers\/fire labs for in-depth healing. Get in touch with us to know more.","breadcrumb":{"@id":"https:\/\/www.astroved.com\/us\/specials\/grand-homas#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.astroved.com\/us\/specials\/grand-homas"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.astroved.com\/us\/specials\/grand-homas#primaryimage","url":"https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/09\/Priest-Individual-Dashavatar-Homa.jpg","contentUrl":"https:\/\/www.astroved.com\/us\/wp-content\/uploads\/2022\/09\/Priest-Individual-Dashavatar-Homa.jpg","width":489,"height":308},{"@type":"BreadcrumbList","@id":"https:\/\/www.astroved.com\/us\/specials\/grand-homas#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.astroved.com\/us"},{"@type":"ListItem","position":2,"name":"Grand Homas"}]},{"@type":"WebSite","@id":"https:\/\/www.astroved.com\/us\/#website","url":"https:\/\/www.astroved.com\/us\/","name":"Astroved Specials","description":"Just another WordPress site","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.astroved.com\/us\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.astroved.com\/us\/#\/schema\/person\/3fced2d50899093c415267daf64ce039","name":"av specials","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.astroved.com\/us\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e8532919aa5c95226e4cd736fff9c3de549d19cf6d9e415fddc90214319c2970?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e8532919aa5c95226e4cd736fff9c3de549d19cf6d9e415fddc90214319c2970?s=96&d=mm&r=g","caption":"av specials"},"sameAs":["https:\/\/www.astroved.com\/us"],"url":"https:\/\/www.astroved.com\/us\/author\/avspecials"}]}},"_links":{"self":[{"href":"https:\/\/www.astroved.com\/us\/wp-json\/wp\/v2\/posts\/33879","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.astroved.com\/us\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.astroved.com\/us\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.astroved.com\/us\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.astroved.com\/us\/wp-json\/wp\/v2\/comments?post=33879"}],"version-history":[{"count":6,"href":"https:\/\/www.astroved.com\/us\/wp-json\/wp\/v2\/posts\/33879\/revisions"}],"predecessor-version":[{"id":274175,"href":"https:\/\/www.astroved.com\/us\/wp-json\/wp\/v2\/posts\/33879\/revisions\/274175"}],"wp:attachment":[{"href":"https:\/\/www.astroved.com\/us\/wp-json\/wp\/v2\/media?parent=33879"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.astroved.com\/us\/wp-json\/wp\/v2\/categories?post=33879"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.astroved.com\/us\/wp-json\/wp\/v2\/tags?post=33879"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}