MMCT TEAM
Server IP : 217.21.85.138  /  Your IP : 216.73.216.103
Web Server : LiteSpeed
System : Linux in-mum-web906.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64
User : u915722082 ( 915722082)
PHP Version : 7.4.33
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u915722082/.nvm/../public_html/rasi/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u915722082/.nvm/../public_html/rasi/about.html
<!DOCTYPE html>
<html lang="en">
<head>
	<title>Rasi Coaching Instiute</title>

	<!-- Meta Tags -->
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
	<meta name="author" content="">
	<meta name="description" content="">

	<!-- Dark mode -->
	<script>
		const storedTheme = localStorage.getItem('theme')
 
		const getPreferredTheme = () => {
			if (storedTheme) {
				return storedTheme
			}
			return window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'light'
		}

		const setTheme = function (theme) {
			if (theme === 'auto' && window.matchMedia('(prefers-color-scheme: dark)').matches) {
				document.documentElement.setAttribute('data-bs-theme', 'dark')
			} else {
				document.documentElement.setAttribute('data-bs-theme', theme)
			}
		}

		setTheme(getPreferredTheme())

		window.addEventListener('DOMContentLoaded', () => {
		    var el = document.querySelector('.theme-icon-active');
			if(el != 'undefined' && el != null) {
				const showActiveTheme = theme => {
				const activeThemeIcon = document.querySelector('.theme-icon-active use')
				const btnToActive = document.querySelector(`[data-bs-theme-value="${theme}"]`)
				const svgOfActiveBtn = btnToActive.querySelector('.mode-switch use').getAttribute('href')

				document.querySelectorAll('[data-bs-theme-value]').forEach(element => {
					element.classList.remove('active')
				})

				btnToActive.classList.add('active')
				activeThemeIcon.setAttribute('href', svgOfActiveBtn)
			}

			window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', () => {
				if (storedTheme !== 'light' || storedTheme !== 'dark') {
					setTheme(getPreferredTheme())
				}
			})

			showActiveTheme(getPreferredTheme())

			document.querySelectorAll('[data-bs-theme-value]')
				.forEach(toggle => {
					toggle.addEventListener('click', () => {
						const theme = toggle.getAttribute('data-bs-theme-value')
						localStorage.setItem('theme', theme)
						setTheme(theme)
						showActiveTheme(theme)
					})
				})

			}
		})
		
	</script>

	<!-- Favicon -->
	<!--<link rel="shortcut icon" href="assets/images/favicon.ico">-->

	<!-- Google Font -->
	<link rel="preconnect" href="https://fonts.googleapis.com/">
	<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
	<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;700&amp;family=Roboto:wght@400;500;700&amp;display=swap">

	<!-- Plugins CSS -->
	<link rel="stylesheet" type="text/css" href="assets/vendor/font-awesome/css/all.min.css">
	<link rel="stylesheet" type="text/css" href="assets/vendor/bootstrap-icons/bootstrap-icons.css">
	<link rel="stylesheet" type="text/css" href="assets/vendor/tiny-slider/tiny-slider.css">
	<link rel="stylesheet" type="text/css" href="assets/vendor/glightbox/css/glightbox.css">
  <link rel="stylesheet" type="text/css" href="assets/vendor/aos/aos.css">
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.css">
	<!-- Theme CSS -->
	<link rel="stylesheet" type="text/css" href="assets/css/style.css">
	
		<style>
			.tns-controls{
			display: none !important;
		}


			/* Desktop/Mobile visibility control */
			@media (min-width: 768px) {
			  .mobile-view {
				display: none;
			  }
			  /* .desktop-view {
				display: block;
			  } */
			}
			
			@media (max-width: 767px) {
			  .mobile-view {
				display: block;
			  }
			  .desktop-view {
				display: none;
			  }
			}
			
			
			
			.achievements-swiper .swiper-slide {
			  width: 100%;
			}
			
			.achievements-swiper .swiper-pagination {
			  bottom: 0;
			}
			</style>
</head>

<body>

<!-- Header START -->
	<!-- Header START -->
	<header class="navbar-light header-static navbar-sticky" id="header">
		<!-- Logo Nav START -->
		<nav class="navbar navbar-expand-xl">
			<div class="container">
				<!-- Logo START -->
				<a class="navbar-brand me-0" href="index.html">
					<img class="light-mode-item navbar-brand-item" src="assets/images/rasilogo.png" alt="logo">
					<!-- <img class="dark-mode-item navbar-brand-item" src="assets/images/logo-light.svg" alt="logo"> -->
				</a>
				<!-- Logo END -->
	
				<!-- Responsive navbar toggler -->
				<button class="navbar-toggler ms-auto" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
					<span class="navbar-toggler-animation">
						<span></span>
						<span></span>
						<span></span>
					</span>
				</button>
	
				<!-- Main navbar START -->
				<div class="navbar-collapse collapse" id="navbarCollapse">
	
					<!-- Nav Search END -->
					<ul class="navbar-nav navbar-nav-scroll mx-auto">
						<!-- Nav item 1 Demos -->
						<li class="nav-item ">
							<a class="nav-link  ps-0 " href="index.html">Home</a>
							<!-- <ul class="dropdown-menu" aria-labelledby="demoMenu">
								<li> <a class="dropdown-item" href="#">IELTS</a></li>
								<li> <a class="dropdown-item" href="#">GRE</a></li>
								<li> <a class="dropdown-item" href="#">Duolingo</a></li>
								<li> <a class="dropdown-item" href="#">Toefl</a></li>
							</ul> -->
						</li>
	
						<!-- Nav item 2 Eduport business -->
						<li class="nav-item "><a class="nav-link active" href="about.html">About </a></li>
	
						<li class="nav-item">
							<a class="nav-link dropdown-toggle" id="courseLink" href="#">Course</a>
							<ul class="dropdown-menu">
								<li><a class="dropdown-item" href="NEET.html">NEET</a></li>
								<li><a class="dropdown-item" href="JEE.html">JEE</a></li>
							</ul>
						</li>
					
						</script>
						<!-- Nav item 4 Component-->
						<!-- <li class="nav-item"><a class="nav-link" href="#">Blogs </a></li> -->
						<li class="nav-item"><a class="nav-link " href="achievers.html">Achievers </a></li>
						<!-- <li class="nav-item"><a class="nav-link" href="#">FAQ </a></li> -->
						<li class="nav-item"><a class="nav-link" href="contact.html">Contact </a></li>
					</ul>
				</div>
				<!-- Main navbar END -->
				<ul class="nav align-items-center justify-content-center dm-none">
					<!-- <li class="nav-item me-3" data-bs-toggle="tooltip" data-bs-animation="false" data-bs-placement="bottom" data-bs-original-title="Sunday CLOSED">
						<span><i class="far fa-clock me-2"></i>Visit time: Mon-Sat 9:00-19:00</span>
					</li> -->
					<li class="nav-item">
						<a class="nav-link" href="tel:7373017105"><i class="bi bi-telephone me-2"></i>For Enquiry: 73730 17105</a>
					</li>
				</ul>
				<ul class="nav flex-row align-items-center list-unstyled ms-xl-auto">
					<!-- Add to cart -->
					
	
					<!-- Sign In button -->
					<li class="nav-item ms-2 d-none d-md-block">
						<!-- <a href="#" class="btn btn-sm btn-blue mb-0">Contact us</a> -->
						<a href="contact.html" class="btn btn-sm btn-primary mb-0"><i class="bi bi-whatsapp"></i> Talk to us</a>
					</li>
				</ul>
				<!-- Profile START -->
			</div>
		</nav>
		<!-- Logo Nav END -->
	</header>
<section class="bg-blue align-items-center d-flex" style="background:url(assets/images/pattern/04.png) no-repeat center center; background-size:cover;">
	<div class="container">
		<div class="row">
			<div class="col-12 text-center">
				<!-- Title -->
				<h1 class="text-white">About </h1>
				<!-- Breadcrumb -->
				<div class="d-flex justify-content-center">
					<nav aria-label="breadcrumb">
						<ol class="breadcrumb breadcrumb-dark breadcrumb-dots mb-0">
							<li class="breadcrumb-item"><a href="index.html">Home</a></li>
							<li class="breadcrumb-item " aria-current="page">About us</li>
						</ol>
					</nav>
				</div>
			</div>
		</div>
	</div>
</section>
<section class="position-relative overflow-hidden pt-150px mt-3 pb-0">
	<!-- Content START -->
	<div class="container">
		<div class="row ">
			<!-- Left content START -->
			
			<!-- Left content END -->

			<!-- Right content START -->
			<div class="col-lg-6  position-relative mt-5 mt-lg-0">
				<!-- Svg decoration -->
				
				<!-- Image -->
				<img src="assets/images/ABOUT.jpg" class="rounded-3" alt="">
			</div>
			<div class="col-md-1"></div>
			<div class="col-lg-5 position-relative sm-pt-20px">
				<!-- Svg decoration -->
				<figure class="position-absolute bottom-0 end-0 me-6 d-none d-xl-block">
					<svg class="fill-primary opacity-4" width="107" height="105" viewBox="0 0 107 105">
						<path d="M51.5677 53.2487C53.0958 52.6198 54.1745 52.3203 55.1034 51.7812C58.0698 50.0442 60.9763 48.2772 63.9127 46.4504C67.1488 44.4438 70.4448 42.5271 73.561 40.3408C76.2277 38.4541 78.6248 36.2079 81.2017 34.1714C83.8984 32.075 86.715 30.0685 89.4117 27.972C90.2507 27.3132 90.9998 26.5345 91.6889 25.696C93.0073 24.0787 92.9774 24.0488 95.5243 24.3782C95.5842 25.2168 95.6441 26.1152 95.7041 27.1335C91.0897 30.4578 86.5052 33.6922 81.9508 37.0465C79.5237 38.8434 77.3064 40.9698 74.7895 42.6469C70.5646 45.492 66.1899 48.1275 61.9051 50.8828C60.4969 51.7812 59.2084 52.8294 57.6503 53.9675C58.1597 54.2071 58.4893 54.4766 58.8788 54.5665C62.0849 55.1954 65.3509 55.7345 68.5571 56.3933C72.3624 57.172 76.1378 58.1004 79.9432 58.8791C81.1118 59.1187 82.3403 59.0588 83.5388 59.2983C85.3367 59.6577 87.0746 60.2268 88.8724 60.646C90.1308 60.9455 91.4193 61.2151 92.6777 61.4247C95.4644 61.8739 98.221 62.2633 101.008 62.6526C101.817 62.7724 102.686 62.8323 103.525 62.6825C105.772 62.3232 105.952 62.3831 107 64.779C105.232 66.7556 104.783 66.6957 102.296 66.0967C98.8203 65.2282 95.2546 64.6891 91.7189 64.0302C88.363 63.4013 85.0071 62.7724 81.6511 62.1435C79.7035 61.7841 77.7559 61.3948 75.8382 60.9755C72.7819 60.3166 69.7256 59.5978 66.6693 58.9989C63.703 58.4298 60.6766 57.9806 57.6803 57.4415C56.5117 57.2319 55.3431 56.9324 53.7251 56.573C54.2045 58.4298 54.3543 60.0471 54.9835 61.4247C57.081 65.917 59.4481 70.2895 61.5755 74.7519C62.6842 77.0879 63.5232 79.5436 64.6318 81.9096C65.7704 84.3953 66.939 86.8511 68.8267 88.9475C69.8155 90.0556 70.5347 91.4333 71.3736 92.6911C71.8531 93.4099 72.4224 94.1286 71.4635 94.8774C70.7744 95.4164 69.2462 95.3266 68.7069 94.6078C67.7181 93.2901 66.8192 91.8825 65.9203 90.5049C65.291 89.5465 64.5419 88.648 64.0326 87.6298C62.6243 84.6948 61.3358 81.7 59.9875 78.735C59.7777 78.2559 59.508 77.7767 59.2683 77.2975C57.8301 74.3625 56.3319 71.4575 54.9536 68.4926C53.6651 65.7373 52.5265 62.8922 51.328 60.077C51.1782 59.7176 51.0284 59.3582 50.8186 59.0588C50.3092 58.3999 49.5302 58.3999 49.1706 59.1786C48.6313 60.2567 48.0919 61.3948 47.7923 62.5628C46.7735 66.7556 45.0057 70.6189 43.3277 74.5722C42.6685 76.0995 42.249 77.7168 41.7097 79.2741C40.5111 82.6284 39.2826 85.9826 38.114 89.3668C37.0054 92.5114 35.9267 95.686 34.878 98.8605C34.6682 99.4895 34.7282 100.238 34.6383 100.897C34.5184 101.736 34.4285 102.574 34.1589 103.353C33.7693 104.551 32.9303 105.03 31.9116 104.85C31.0426 104.701 30.2336 103.712 30.2636 102.664C30.2636 102.155 30.4434 101.616 30.6231 101.137C32.8405 95.2068 35.2076 89.3369 37.1552 83.3172C37.7245 81.5802 38.4736 79.9629 39.1328 78.2858C39.762 76.6686 40.5111 75.1112 40.7209 73.3143C40.8407 72.1463 41.44 70.9783 42.0393 69.9301C43.1779 67.9236 43.927 65.7972 44.4663 63.581C44.5263 63.3115 44.4663 63.012 44.4663 62.5328C43.9869 62.5927 43.5674 62.5628 43.2977 62.7424C39.4324 65.2881 35.5971 67.8637 31.7318 70.4692C28.6455 72.5656 25.5593 74.662 22.4431 76.7285C20.4355 78.0762 18.368 79.3639 16.4204 80.8015C15.7312 81.3106 15.3417 82.269 14.7424 82.9578C14.263 83.5268 13.8136 84.0659 12.8547 84.006C11.8659 83.9461 10.997 83.9161 10.6974 82.7781C10.3977 81.7 11.027 81.0411 11.806 80.502C16.0908 77.597 20.3756 74.692 24.6304 71.8169C29.5445 68.4926 34.4884 65.1982 39.4025 61.814C41.7696 60.1669 44.0468 58.3699 46.3241 56.6329C46.5937 56.4233 46.7735 56.0639 47.0732 55.6446C45.9345 54.6264 44.6161 54.3868 43.2977 54.0873C37.335 52.7695 31.3423 51.6315 25.4095 50.1341C19.5366 48.6666 13.6038 47.828 7.64107 46.9296C6.53242 46.7499 5.36384 46.8996 4.22522 46.8397C3.32631 46.7798 2.36748 46.7499 1.5285 46.4504C0.719478 46.1209 -0.209393 45.6118 0.0602792 44.4139C0.240061 43.6352 1.64835 42.6169 2.51729 42.6768C2.90682 42.7068 3.35627 42.6768 3.62595 42.8865C5.24398 44.0844 7.13169 43.6951 8.9295 43.9946C13.3042 44.7433 17.6489 45.5819 22.0236 46.3905C25.769 47.0793 29.5445 47.7382 33.2599 48.5168C35.5072 48.996 37.6945 49.6848 39.9119 50.194C42.1891 50.733 44.4963 51.1523 47.2529 51.6914C46.9233 50.6731 46.7735 50.0143 46.5038 49.4752C45.0956 46.7798 43.5974 44.1144 42.1891 41.419C41.5299 40.1312 40.7508 38.8434 40.4212 37.4658C39.762 34.6207 38.0841 32.3745 36.6758 29.9487C34.7282 26.5944 32.8704 23.2102 30.8329 19.8859C30.0538 18.5981 28.9751 17.52 28.0163 16.322C27.6268 15.8428 27.2073 15.3936 26.9077 14.8845C26.2485 13.7464 26.4282 12.7282 27.3871 12.0394C28.3759 11.3206 29.6943 11.4104 30.4134 12.4287C31.1026 13.417 31.582 14.555 32.0914 15.6332C32.9603 17.49 33.8293 19.3468 34.6982 21.2037C34.848 21.563 35.0578 21.8925 35.2675 22.192C36.9455 24.8274 38.7133 27.403 40.2415 30.1284C41.7097 32.7039 43.3577 35.1597 44.0169 38.1546C44.2566 39.2926 45.0656 40.3408 45.6349 41.389C46.8634 43.6053 48.0919 45.8214 49.3204 48.0377C49.5002 48.0377 49.71 48.0077 49.8897 48.0077C50.9085 45.2524 51.9572 42.4972 52.976 39.7119C53.785 37.5257 54.624 35.3394 55.3731 33.1232C55.8225 31.7456 56.1521 30.338 56.5417 28.9304C57.7102 24.7376 58.8189 20.5448 60.0474 16.3819C60.8264 13.7464 61.6954 11.1409 62.6243 8.56532C63.3134 6.58871 63.8827 4.61209 63.5831 2.51569C63.4333 1.46749 63.8228 0.569026 64.6318 0.179693C65.3809 -0.149742 66.3697 -0.119793 67.2087 0.0598985C67.4184 0.119796 67.6282 1.28779 67.4784 1.85682C66.9091 4.16286 66.2199 6.40901 65.5607 8.68511C63.7629 14.8545 61.995 20.994 60.1972 27.1634C59.8676 28.2416 59.3582 29.2598 58.9987 30.338C57.081 36.0282 55.1633 41.7185 53.3056 47.4387C52.6763 49.2057 52.2269 50.9427 51.5677 53.2487Z"></path>
					</svg>
				</figure>

				<!-- Title -->
				<!-- <span class="sub-menu-title">Lorem, ipsum.</span> -->
				<h2 >Rasi Educational Institutions
					</h2>

				<p class="mt-4 mb-0">We are dedicated to nurture holistic growth for students focusing on the development of life skills and personality along with their academics. We aim to shape well-rounded, resourceful, and innovative citizens who are successful in both their personal and professional lives
				</p>

				<a href="contact.html" class="cmnhober-rotate d-inline-flex mb-none gap-1 mt-3 cus-border bb-700 n700-color fw_600">
					Drop Your Enquiry
					<i class="bi bi-arrow-right fs-six"></i>
				</a>

			</div>
			
			<!-- Right content END -->
		</div> <!-- Row END -->

		
	</div>
	<!-- Content END -->
</section>

<section class="pt-40px pb-150px overflow-hidden">
	
	<div class="container">
		<div class="col-md-12">
			<!-- <div class="row">
				<div class="col-md-6">
					<span class="sub-menu-title mb-md-5">Lorem, ipsum.</span>
					<h2>Our achievements through <br> the years</h2>
			
				</div>
				<div class="col-md-6">
					<p class="mb-3">Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellendus recusandae veniam fugit velit obcaecati, quam magni corporis mollitia delectus laboriosam, voluptas inventore accusantium minus cupiditate soluta, ea vel commodi excepturi.</p>
					<a href="#" class="cmnhober-rotate d-inline-flex gap-1 cus-border bb-700 n700-color fw_600">
						View More
						<i class="bi bi-arrow-right fs-six"></i>
					</a>
				</div>
			</div> -->
			<div class="achievements-section mt-4">
				<!-- Regular grid for desktop -->
				<div class="row g-4 ">
					<div class="col-sm-6 col-lg-3 col-6">
						<!-- Card -->
						<div class="card bg-warning achieve-card bg-opacity-50 p-4 overflow-hidden h-100">
							<div class="d-flex align-items-center sm-mb-0 ">
								
								<!-- Title -->
								<div class="ms-3 sm-ms-0 mt-2 align-items-center">
									<h5 class="mb-1">Since 2008</h5>
								</div>
							</div>
							<div class="d-flex align-items-center sm-mb-0 ">
								<div class="ms-3 sm-ms-0 mt-2 align-items-center">
									<h5 class="mb-1">17 Years of Expertise</h5>
								</div>
							</div>
							<div class="d-flex align-items-center sm-mb-0 ">
								<div class="ms-3 sm-ms-0 mt-2 align-items-center">
									<h5 class="mb-1">Nurturing Young Minds </h5>
								</div>
							</div>
							<div class="card-body p-0 mt-1">
								<!-- Title -->
								
								
								<!-- Image -->
								<img src="assets/images/element/primary-school.svg" class="opacity-5 mb-n5" alt="">
							  </div>
						</div>
					</div>
				  <div class="col-sm-6 col-lg-3 col-6">
					<!-- Card -->
					<div class="card bg-purple achieve-card bg-opacity-50 p-4 overflow-hidden h-100">
					  <!-- Card header -->
					  <div class="card-header bg-transparent p-0">
						<h4>Rasi International School
						</h4>
					  </div>
					  <!-- Card body -->
					  <div class="card-body p-0 mt-1">
						<!-- Title -->
						<h5 class="mb-2"><a href="#" class="stretched-link stretch-hover">Shaping young minds for a brighter future

						</a></h5>
						
						<!-- Image -->
						<img src="assets/images/element/middle-school.svg" class="opacity-5 mb-n5" alt="">
					  </div>
					</div>
				  </div>
			  
				  <div class="col-sm-6  col-lg-3 col-6">
					<!-- Card -->
					<div class="card bg-orange achieve-card bg-opacity-50 p-4 overflow-hidden h-100">
					  <!-- Card header -->
					  <div class="card-header bg-transparent p-0">
						<h4>Rasi College Of Education
						</h4>
					  </div>
					  <!-- Card body -->
					  <div class="card-body p-0 mt-1">
						<!-- Title -->
						<h5 class="mb-2"><a href="#" class="stretched-link stretch-hover">Empowering Minds and Shaping Futures

						</a></h5>
						
						<!-- Image -->
						<img src="assets/images/element/high-school.svg" class="opacity-5 mb-n5" alt="">
					  </div>
					</div>
				  </div>
			  
				  <div class="col-sm-6 col-lg-3 col-6">
					<!-- Card -->
					<div class="card bg-info achieve-card bg-opacity-50 p-4 overflow-hidden h-100">
					  <!-- Card header -->
					  <div class="card-header bg-transparent p-0">
						<h4>Rasi Coaching Academy</h4>
					  </div>
					  <!-- Card body -->
					  <div class="card-body p-0 mt-1">
						<!-- Title -->
						<h5 class="mb-2"><a href="#" class="stretched-link stretch-hover">Turning aspirations into achievements

						</a></h5>
						<!-- Image -->
						<img src="assets/images/element/exam.svg" class="opacity-5 mb-n5" alt="">
					  </div>
					</div>
				  </div>
				  <!-- Repeat other grid items... -->
				</div>
			  
				<!-- Mobile swiper -->
				
			  </div>	
		</div>
		<!-- Modified HTML Structure -->

  
  
  
  
	</div>
</section>
<section class="pt-100px  growth__section1 sm-pb-50px pb-150px overflow-hidden  position-relative">
	<!-- SVG decoration -->
	

	

	<div class="container position-relative">
		<div class="row justify-content-between  my-5">

			<div class="col-lg-5 position-relative">
				<!-- SVG decoration -->
				

				<!-- Title -->
				 <span class="sub-menu-title text-white">Rasi Coaching Instiute
				</span>
				<h2 class="text-white">Learn NEET & JEE with Expert Coaching Online & Offline</h2>
				<p class="text-light">Every year, our students secure admissions in top medical and engineering colleges. NEET & JEE demand rigorous preparation, and we are here to guide you through the process. With expert coaching, structured learning, and continuous support, we are here for you to get you placed in your dream college
				</p>
				
						
                   
			</div>
            <div class="col-lg-2"></div>
			<div class="col-lg-5  mb-lg-0">
				<div class="row g-2 mt-5 ">
					<div class="col-sm-6 col-6">
						<!-- Visitors -->
						<div class="d-flex">
							<i class="bi bi-trophy text-light fs-7"></i>

							<div class="ms-3">
								<h3 class="mb-0 text-white">600+</h3>
								<p class="mb-0 text-light">Achievers</p>
							</div>
						</div>
					</div>
					<div class="col-sm-6 col-6">
						<!-- Registered -->
						<div class="d-flex">
							<i class="bi bi-clock-history text-light fs-7"></i>

							<div class="ms-3">
								<h3 class="mb-0 text-white">24/7</h3>
								<p class="mb-0 text-light">Guidance</p>
							</div>
						</div>
					</div>
					
				</div>
				<div class="row mt-5 sm-padding ">
					<div class="col-sm-6 col-6">
						<!-- Attendance -->
						<div class="d-flex">
							<i class="bi bi-award  text-light fs-7"></i>

							<div class="ms-3">
								<h3 class="mb-0 text-white">99%</h3>
								<p class="mb-0 text-light">Results</p>
							</div>
						</div>
					</div>
					<div class="col-sm-6 col-6">
						<!-- Attendance -->
						<div class="d-flex">
    <i class="bi bi-mortarboard text-light fs-7"></i>
    <div class="ms-3">
        <h3 class="mb-0 text-white">20+</h3>
        <p class="mb-0 text-light">Experienced Faculties</p>
    </div>
</div>

					</div>
				</div>
			</div>
		</div>
		<div class="row mt-5 g-4">

			<!-- Title -->
			<!-- <div class="col-md-12">
				<div class="row sm-padding">
					<div class="col-md-6">
						<span class="sub-menu-title text-white mb-md-5"> Learn from the Best</span>
				<h2 class="text-white">Achieve Your Admission in your Dream College
				</h2>
				
					</div>
					<div class="col-md-6">
						<p class="mb-3 text-light">By understanding the strengths, weaknesses, and pain points of the students, RASI provides customized coaching designed to prepare them for exams and secure their place in the college their desire</p>
						<a href="#" class="cmnhober-rotate1 d-inline-flex gap-1 cus-border bb-700 n700-color fw_600">
							Enroll Now
							<i class="bi bi-arrow-right fs-six"></i>
						</a>
					</div>
				</div>
			</div> -->
			<div class="row g-4 desktop-view">
			<!-- Feature item -->
			<div class="col-sm-12 col-lg-4">
				<div class="card card-body bg-light p-5 h-100">
					<!-- Svg image decoration -->
					<img src="assets/images/quality.png" alt="" class="why-us-img mb-3">
					<h5>Hostel Facilities for a Focused Study Experience</h5>
					<p class="mb-0">Separate hostel facilities for boys and girls with a safe and disciplined environment. We provide nutritious meals, a well-maintained library, and essential amenities to support students' academic journey.</p>
				</div>
			</div>

			<!-- Feature item -->
			<div class="col-sm-6 col-lg-4">
				<div class="card card-body bg-light p-5 h-100">
					<!-- Svg icon -->
					<img src="assets/images/weekly-pratic.png" alt="" class="why-us-img mb-3">
					<h5>Scholarships & Affordable Learning Opportunities</h5>
					<p class="mb-0">We offer merit-based scholarships on course fees, making quality education accessible to deserving students. Our mission is to empower every student with the resources and support needed to achieve their dreams.
					</p>
				</div>
			</div>

			<!-- Feature item -->
			<div class="col-sm-6 col-lg-4">
				<div class="card card-body bg-light p-5 h-100">
					<!-- Svg image decoration -->
					<img src="assets/images/expert-1.png" alt="" class="why-us-img mb-3">
					<h5>Comprehensive Curriculum for Exam Success</h5>
					<p class="mb-0">Our in-depth curriculum covers all NEET/JEE subjects with well-structured lessons, study materials, and video lectures. We provide complete learning resources, ensuring students are thoroughly prepared for their entrance exams.		</p>
				</div>
			</div>

			<!-- Feature item -->
			<div class="col-sm-6 col-lg-4">
				<div class="card card-body bg-light p-5 h-100">
						<!-- Svg image decoration -->
						<img src="assets/images/smile.png" alt="" class="why-us-img mb-3">
					<h5>Flexible Learning & Hostel Facilities
					</h5>
					<p class="mb-0">Students can choose between online and classroom sessions, ensuring flexibility without compromising quality. Our state-of-the-art infrastructure includes spacious classrooms, interactive digital boards, and separate hostel facilities with nutritious meals and essential amenities.

					</p>
				</div>
			</div>

			<!-- Feature item -->
			<div class="col-sm-6 col-lg-4">
				<div class="card card-body bg-light p-5 h-100">
						<!-- Svg image decoration -->
						<img src="assets/images/assistants.png" alt="" class="why-us-img mb-3">
					<h5>Continuous Assessment & Performance Tracking</h5>
					<p class="mb-0">Periodic mock tests, performance analysis, and detailed feedback help students track their progress. Parents receive weekly reports and grade cards to stay updated on their child's academic journey.</p>
				</div>
			</div>
			<div class="col-sm-6 col-lg-4">
				<div class="card card-body bg-light p-5 h-100">
						<!-- Svg image decoration -->
						<img src="assets/images/result.png" alt="" class="why-us-img mb-3">
					<h5>Supportive & Stress-Free Learning Environment</h5>
					<p class="mb-0">We foster a positive learning space that encourages academic excellence and holistic growth. Our expert mentors provide continuous guidance, motivation, and stress management techniques to boost focus and confidence.
					</p>
				</div>
			</div>
			</div>
			<div class="swiper why-rasi-swiper mobile-view sm-mt-70px sm-pb-50px">
				<div class="swiper-wrapper">
				  <!-- Slide 1 -->
				  <div class="swiper-slide">
					<div class="card card-body bg-light p-5 h-100">
						<!-- Svg image decoration -->
						<img src="assets/images/quality.png" alt="" class="why-us-img mb-3">
						<h5>Hostel Facilities for a Focused Study Experience</h5>
						<p class="mb-0">Separate hostel facilities for boys and girls with a safe and disciplined environment. We provide nutritious meals, a well-maintained library, and essential amenities to support students' academic journey.</p>
					</div>
				  </div>
				  <div class="swiper-slide">
					<div class="card card-body bg-light p-5 h-100">
						<!-- Svg icon -->
						<img src="assets/images/weekly-pratic.png" alt="" class="why-us-img mb-3">
						<h5>Scholarships & Affordable Learning Opportunities</h5>
						<p class="mb-0">We offer merit-based scholarships on course fees, making quality education accessible to deserving students. Our mission is to empower every student with the resources and support needed to achieve their dreams.
						</p>
					</div>
				  </div>
				  <div class="swiper-slide">
					<div class="card card-body bg-light p-5 h-100">
						<!-- Svg image decoration -->
						<img src="assets/images/expert-1.png" alt="" class="why-us-img mb-3">
						<h5>Comprehensive Curriculum for Exam Success</h5>
						<p class="mb-0">Our in-depth curriculum covers all NEET/JEE subjects with well-structured lessons, study materials, and video lectures. We provide complete learning resources, ensuring students are thoroughly prepared for their entrance exams.		</p>
					</div>
				  </div>
				  <div class="swiper-slide">
					<div class="card card-body bg-light p-5 h-100">
						<!-- Svg image decoration -->
						<img src="assets/images/smile.png" alt="" class="why-us-img mb-3">
					<h5>Flexible Learning & Hostel Facilities
					</h5>
					<p class="mb-0">Students can choose between online and classroom sessions, ensuring flexibility without compromising quality. Our state-of-the-art infrastructure includes spacious classrooms, interactive digital boards, and separate hostel facilities with nutritious meals and essential amenities.

					</p>
				</div>
				  </div>
				  <div class="swiper-slide">
					<div class="card card-body bg-light p-5 h-100">
						<!-- Svg image decoration -->
						<img src="assets/images/assistants.png" alt="" class="why-us-img mb-3">
					<h5>Continuous Assessment & Performance Tracking</h5>
					<p class="mb-0">Periodic mock tests, performance analysis, and detailed feedback help students track their progress. Parents receive weekly reports and grade cards to stay updated on their child's academic journey.</p>
				</div>
				  </div>
				  <div class="swiper-slide">
					<div class="card card-body bg-light p-5 h-100">
						<!-- Svg image decoration -->
						<img src="assets/images/result.png" alt="" class="why-us-img mb-3">
					<h5>Supportive & Stress-Free Learning Environment</h5>
					<p class="mb-0">We foster a positive learning space that encourages academic excellence and holistic growth. Our expert mentors provide continuous guidance, motivation, and stress management techniques to boost focus and confidence.
					</p>
				</div>
				  </div>
				  <!-- Add other slides with the same structure -->
				</div>
				<!-- Pagination -->
				<!-- <div class="swiper-pagination"></div> -->
			  </div>

		</div>
	</div>
</section>


<section class=" position-relative mobile-overlflow-hidden z-index-9  p-0">
	<div class="container-fluid p-0">
		<div class="row sm-padding">
			<div class="col-12 col-md-12 ">
				<div class="bg-warning      p-3 p-sm-4 position-relative ">
					<!-- SVG decoration -->
					<figure class="position-absolute top-50 start-100 translate-middle mt-n6 ms-n5">
						<svg width="211px" height="211px">
							<path class="fill-white opacity-4" d="M210.030,105.011 C210.030,163.014 163.010,210.029 105.012,210.029 C47.013,210.029 -0.005,163.014 -0.005,105.011 C-0.005,47.015 47.013,-0.004 105.012,-0.004 C163.010,-0.004 210.030,47.015 210.030,105.011 Z"></path>
						</svg>
					</figure>
					<!-- SVG decoration -->
					<figure class="position-absolute top-50 start-0 translate-middle mt-n6 ms-5">
						<svg width="141px" height="141px">
							<path class="fill-white opacity-4" d="M140.520,70.258 C140.520,109.064 109.062,140.519 70.258,140.519 C31.454,140.519 -0.004,109.064 -0.004,70.258 C-0.004,31.455 31.454,-0.003 70.258,-0.003 C109.062,-0.003 140.520,31.455 140.520,70.258 Z"></path>
						</svg>
					</figure>
					<!-- SVG decoration -->
					<figure class="position-absolute bottom-0 start-50 mt-n5 ms-n9">
						<svg width="41px" height="41px">
							<path class="fill-white opacity-4" d="M40.531,20.265 C40.531,31.458 31.457,40.531 20.265,40.531 C9.072,40.531 -0.001,31.458 -0.001,20.265 C-0.001,9.073 9.072,-0.001 20.265,-0.001 C31.457,-0.001 40.531,9.073 40.531,20.265 Z"></path>
						</svg>
					</figure>	

					

					<div class="container">
						<div class="row sm-padding">
							<div class="col-md-4 mt-n8 ">
								<div class="d-none d-lg-block position-absolute bottom-0 4">
									<img src="assets/images/stud-rasi.png" alt="">
								</div>
							</div>
							<div class="col-md-8 mx-auto  py-5 position-relative">
								<!-- Title -->
								<h2>Join Our Intensive One-Year NEET & JEE Coaching program
								</h2>
								<!-- Form -->
								
							</div>
							
						</div> <!-- Row END -->
					</div>
				</div>
			</div>
		</div> <!-- Row END -->
	</div>
</section>
<footer class="bg-blue pt-100px">
	<div class="container">
		<!-- Row START -->
		<div class="row g-4 sm-padding">

			<!-- Widget 1 START -->
			<div class="col-lg-4">
				<!-- logo -->
				<a class="me-0" href="index.html">
					<img class="h-40px" src="assets/images/rasilogo_white.png" alt="logo">
				</a>
				<p class="my-3 text-body-secondary">We are dedicated to nurture holistic growth for students focusing on the development of life skills and personality along with their academics. </p>
				
			</div>
			<!-- Widget 1 END -->

			<!-- Widget 2 START -->
			<div class="col-lg-5">
				<div class="row sm-padding g-4">
					<!-- Link block -->
					<!-- <div class="col-6 col-md-1"></div> -->
					<div class="col-6 col-md-6">
						<h5 class="mb-2 mb-md-3 text-white">Quick Links</h5>
						<ul class="nav flex-column text-primary-hover">
							<li class="nav-item"><a class="nav-link" href="NEET.html">NEET </a></li>
							<li class="nav-item"><a class="nav-link" href="JEE.html">JEE </a></li>
							<li class="nav-item"><a class="nav-link" href="about.html">About</a></li>
							<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
							<!-- <li class="nav-item"><a class="nav-link" href="#">Career</a></li> -->
						</ul>
					</div>
									
					<!-- Link block -->
					<!-- <div class="col-6 col-md-1"></div> -->

					<div class="col-6 col-md-6">
						<h5 class="mb-2 mb-md-3 text-white">Rasi Groups</h5>
						<ul class="nav flex-column text-primary-hover">
							<li class="nav-item"><a class="nav-link" href="#">Rasi International School</a></li>
							<li class="nav-item"><a class="nav-link" href="#">Rasi College of Education</a></li>
							<li class="nav-item"><a class="nav-link" href="#">Rasi Coaching Institute</a></li>
							<!--<li class="nav-item"><a class="nav-link" href="#">Sitemap</a></li>-->
						</ul>
					</div>

					<!-- Link block -->
					<!-- <div class="col-6 col-md-4">
						<h5 class="mb-2 mb-md-3 text-white">Teaching</h5>
						<ul class="nav flex-column text-primary-hover">
							<li class="nav-item"><a class="nav-link" href="#">Become a teacher</a></li>
							<li class="nav-item"><a class="nav-link" href="#">How to guide</a></li>
							<li class="nav-item"><a class="nav-link" href="#">Terms &amp; Conditions</a></li>
						</ul>
					</div> -->
				</div>
			</div>
			<!-- Widget 2 END -->

			<!-- Widget 3 START -->
			<div class="col-lg-3 p-0">
				<div class="row ">
					<!-- Title -->
					<h5 class="mb-2 mb-md-3 text-white">For enquiry</h5>
					<p style="color: #cfd3d7;">Please drop your contact information and our team will get in touch</p>
					<form class="row sm-padding align-items-center justify-content-center mt-3" id="enquiryForm">
						<div class="rounded-pill">
							<div class="input-group g-0">
								<input class="form-control border-0" type="email" name="email" id="email" placeholder="Drop Contact Email" required>
								<button type="submit" class="btn border-0 btn-blue bg-primary">Submit</button>
							</div>
						</div>
					</form>
					<div id="responseMessage"></div>
					
				</div>
			</div> 
			<!-- Widget 3 END -->
		</div><!-- Row END -->

		<!-- Divider -->
		<hr class="mt-4 mb-0">

		<!-- Bottom footer -->
		<div class="py-3">
			<div class="container px-0">
				<div class="d-lg-flex justify-content-between align-items-center py-3 text-center text-md-left">
					<!-- copyright text -->
					<div class=""><p class="text-white"> Rasi International School</a><a href="#" target="_blank" class="text-white"> All Rights Reserved.Designed with <i class="fa fa-heart" style="color:red !important;"></i> by <a href="https://thedotstudios.com/" class="text-white text-primary-hover" target="_blank">TheDotStudios.com</a> </p></div>
					<!-- copyright links-->
					<div class="nav justify-content-center mt-3 mt-lg-0">
						<!-- Social media icon -->
				<ul class="list-inline mb-0 mt-3">
					<li class="list-inline-item"> <a class="btn btn-white btn-sm   px-2 text-facebook" href="#"><i class="fab fa-fw fa-facebook-f"></i></a> </li>
					<li class="list-inline-item"> <a class="btn btn-white btn-sm   px-2 text-instagram" href="#"><i class="fab fa-fw fa-instagram"></i></a> </li>
					<!-- <li class="list-inline-item"> <a class="btn btn-white btn-sm   px-2 text-twitter" href="#"><i class="fab fa-fw fa-twitter"></i></a> </li> -->
					<li class="list-inline-item"> <a class="btn btn-white btn-sm   px-2 text-linkedin" href="#"><i class="fab fa-fw fa-linkedin-in"></i></a> </li>
				</ul>
					</div>
				</div>
			</div>
		</div>
	</div>
</footer>
<!-- =======================
Footer END -->

<!-- Back to top -->
<div class="back-top"><i class="bi bi-arrow-up-short position-absolute top-50 start-50 translate-middle"></i></div>
<!-- <div class="alert alert-light alert-dismissible fade show position-fixed bottom-0 start-50 translate-middle-x z-index-99 d-lg-flex justify-content-between align-items-center   p-4 col-9 col-md-7 col-xxl-5" role="alert">
	<div>
		<h4 class="text-dark">Admissions open!</h4>
		<p class="m-0 pe-3">We are so eager to be working with kids and making a difference in their careers. Being a mentor is what we have always wanted to be.</p>
	</div>
	<div class="d-flex mt-3 mt-lg-0">
		<button type="button" class="btn btn-success btn-sm mb-0 me-2" data-bs-dismiss="alert" aria-label="Close">
			<span aria-hidden="true">Get Admission</span>
		</button>
		<div class="position-absolute end-0 top-0 mt-n3 me-n3">
			<button type="button" class="btn btn-danger btn-round btn-sm mb-0" data-bs-dismiss="alert" aria-label="Close">
				<span aria-hidden="true"><i class="bi bi-x-lg"></i></span>
			</button>
		</div>
	</div>
</div> -->
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.js"></script>
<script>
	document.getElementById("enquiryForm").addEventListener("submit", function(event) {
    event.preventDefault(); // Prevent form from refreshing page

    let formData = new FormData(this); // Collect form data

    fetch("send-email.php", {
        method: "POST",
        body: formData
    })
    .then(response => response.json())
    .then(data => {
        let messageDiv = document.getElementById("responseMessage");
        
        if (data.status === "success") {
            messageDiv.innerHTML = "<p style='color: #000;background-color:white;padding:10px;margin-top:10px;'>" + data.message + "</p>";
        } else {
            messageDiv.innerHTML = "<p style='color: red;'>" + data.message + "</p>";
        }

        // Clear the message after 1 minute (60000 milliseconds)
        setTimeout(() => {
            messageDiv.innerHTML = "";
        }, 3000);
    })
    .catch(error => console.error("Error:", error));
});

	</script>
<script>
	// Initialize swiper only on mobile
	let achievementsSwiper;
	
	function initSwiper() {
	  if (window.innerWidth < 768) {
		achievementsSwiper = new Swiper('.achievements-swiper', {
		  slidesPerView: 1,
		  spaceBetween: 20,
		  loop: true,
		  pagination: {
			el: '.swiper-pagination',
			clickable: true,
		  },
		  autoplay: {
			delay: 3000,
			disableOnInteraction: false,
		  },
		});
	  } else if (achievementsSwiper) {
		achievementsSwiper.destroy();
		achievementsSwiper = undefined;
	  }
	}
	
	// Initialize on page load
	window.addEventListener('load', initSwiper);
	
	// Reinitialize on window resize
	let resizeTimer;
	window.addEventListener('resize', () => {
	  clearTimeout(resizeTimer);
	  resizeTimer = setTimeout(initSwiper, 300);
	});
	</script>
<script>
    document.addEventListener("DOMContentLoaded", function() {
        const modal = document.getElementById("popupModal");
    
        // Close modal when clicking outside modal content
        window.onclick = function(event) {
            if (event.target === modal) {
                closeModal();
            }
        };
    });
    
    function closeModal() {
        document.getElementById("popupModal").style.display = "none";
    }
    </script>
<!-- Swiper Initialization -->
<script>
    var swiper = new Swiper(".mySwiper", {
        slidesPerView: 4, 
        spaceBetween: 20, 
        loop: true,
        navigation: {
            nextEl: ".swiper-button-next",
            prevEl: ".swiper-button-prev",
        },
        pagination: {
            el: ".swiper-pagination",
            clickable: true,
        },
        autoplay: {
            delay: 2000,
            disableOnInteraction: false,
        },
		breakpoints: {
        1024: {
            slidesPerView: 4, // 4 slides on desktop
        },
        768: {
            slidesPerView: 2, // 2 slides on tablets
            spaceBetween: 50
        },
        320: {
            slidesPerView: 2, // Changed to 2 for mobile screens
            spaceBetween: 20, // Reduced spacing for better fit on mobile
            slidesPerGroup: 1
        }
    }
    });
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script>
	// Initialize swiper only on mobile
	let whyRasiSwiper;
	
	function initWhyRasiSwiper() {
	  if (window.innerWidth < 768) {
		whyRasiSwiper = new Swiper('.why-rasi-swiper', {
		  slidesPerView: 1,
		  spaceBetween: 20,
		  loop: true,
		  pagination: {
			el: '.swiper-pagination',
			clickable: true,
		  },
		  autoplay: {
			delay: 3000,
			disableOnInteraction: false,
		  }
		});
	  } else if (whyRasiSwiper) {
		whyRasiSwiper.destroy();
		whyRasiSwiper = undefined;
	  }
	}
	
	// Initialize on page load
	window.addEventListener('load', initWhyRasiSwiper);
	
	// Handle window resize
	let whyRasiResizeTimer;
	window.addEventListener('resize', () => {
	  clearTimeout(whyRasiResizeTimer);
	  whyRasiResizeTimer = setTimeout(initWhyRasiSwiper, 300);
	});
	</script>
		
<script>
	$(function() {
	  var top = $('#sidebar').offset().top - parseFloat($('#sidebar').css('marginTop').replace(/auto/, 0));
	  var footTop = $('#footer').offset().top - parseFloat($('#footer').css('marginTop').replace(/auto/, 0));
  
	  // Stop the sticky 200px before the footer
	  var maxY = footTop - $('#sidebar').outerHeight() - 150;
  
	  $(window).scroll(function(evt) {
		var y = $(this).scrollTop();
		
		if (y > top) {
		  if (y < maxY) {
			// Keep sidebar fixed within the scrollable area
			$('#sidebar').addClass('fixed').removeAttr('style');
		  } else {
			// Stop the sticky behavior 200px before footer
			$('#sidebar').removeClass('fixed').css({
			  position: 'absolute',
			  top: (maxY - top) + 'px'
			});
		  }
		} else {
		  // Sidebar goes back to the original position when scrolling to top
		  $('#sidebar').removeClass('fixed');
		}
	  });
	});
  </script>
  
<!-- Vendors -->
 <script src="assets/vendor/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/tiny-slider/tiny-slider.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.js"></script>
<script src="assets/vendor/purecounterjs/dist/purecounter_vanilla.js"></script>
<script src="assets/vendor/aos/aos.js"></script>

<!-- Template Functions -->
<script src="assets/js/functions.js"></script>
<script src="assets/js/smooth-scroll.js"></script>
<script>
	document.addEventListener("DOMContentLoaded", function () {
		var courseLink = document.getElementById("courseLink");
		var dropdownMenu = courseLink.nextElementSibling;
	
		courseLink.addEventListener("click", function (event) {
        if (window.innerWidth < 992) { // Mobile screens
            event.preventDefault(); // Prevent redirection
            dropdownMenu.style.display = dropdownMenu.style.display === "block" ? "none" : "block";
        } else {
            location.assign("course.html"); // Redirect on large screens
        }
    });
	
		// Close dropdown when clicking outside (mobile only)
		document.addEventListener("click", function (event) {
			if (window.innerWidth < 992 && !courseLink.contains(event.target) && !dropdownMenu.contains(event.target)) {
				dropdownMenu.style.display = "none";
			}
		});
	});
	</script>
	

<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/ScrollTrigger.min.js"></script> -->

</body>
</html>

MMCT - 2023