@keyframes marquee { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } } selector { overflow: hidden; white-space: nowrap; position: relative; width: 100%; font-weight: bold; font-size: 16px; color: red; display: flex; } selector::before { content: "भारत सरकार से मान्यता प्राप्त Rahul Vidhyarthi Foundation पूरे भारत में प्ले स्कूल खोलने हेतु फ्रेंचाइजी दे रही है। आप भी हमारे साथ जुड़ कर प्ले स्कूल चला सकते है। नोट : हमारी संस्था द्वारा कंप्यूटर सेंटर एवं NTT सेन्टर खोलने हेतु authorize किए जाते है। हमारी संस्था की विशेषता:- सरकारी एवं प्राइवेट नौकरी के लिए वैध certificate, ऑनलाइन वेरिफिकेशन की सुविधा, कम से कम फीस, पहली लोकल संस्था एवं सभी प्रकार के नई तकनीकी सुविधा। गूगल पर हमारी संस्था को सर्च कर सकते है। इच्छुक व्यक्ति 9931092034 पर WhatsApp कर सकते है।"; display: inline-block; padding-left: 100%; animation: marquee 50s linear infinite; animation-delay: 1s; } /* JavaScript inside CSS using a workaround */ selector::after { content: ""; position: absolute; width: 0; height: 0; visibility: hidden; animation: keepRunning 0.1s infinite; } @keyframes keepRunning { 0% { content: ""; } 100% { content: ""; } } document.addEventListener("visibilitychange", function() { let text = document.querySelector('selector'); if (document.hidden) { text.style.animationPlayState = 'running'; } else { text.style.animationPlayState = 'running'; } });

Contact Us

Wish to enquire about admissions, syllabus, or anything else?

You can walk in during office hours, give us a call, or simply submit the form here. Rahul Vidhyarthi Foundation is happy to assist you with all your queries!

📍 Rahul Vidhyarthi Foundation Madhubani, Bihar

📞 Phone: [9931092034]

📧 Email: [Your Email Address]

Send Us a Message
Scroll to Top