Notice (8): Undefined variable: circulars [APP\View\Layouts\site.ctp, line 473]Code Context
<?php
foreach ($circulars as $circular) {
$viewFile = 'C:\xampp\htdocs\app\View\Layouts\site.ctp' $dataForView = array( 'content_for_layout' => '<!-- 19-01-22 - rbk --> <link rel="stylesheet" href="../css/swiper.min.css"> <style> .swiper-container { width: 50%; height: 100%; margin-left: auto; margin-right: auto; } .swiper-slide { text-align: center; font-size: 18px; background: #fff; /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; } #wrapper { //background-color: #fff; //border-top: 1px solid #ccc; width: 100%; height: 350px; //position: absolute; //left: 0; //bottom: 0; } #carousel { //margin-top: -105px; } #carousel div { text-align: center; width: 100px; height: 250px; float: left; //position: relative; } #carousel div img { border: none; width: 100%; height: auto; } #carousel div span { display: none; } #carousel div:hover span { background-color: #333; color: #fff; display: inline-block; width: 100px; padding: 2px 0; margin: 0 0 0 -50px; //position: absolute; //bottom: 30px; //left: 50%; //border-radius: 3px; } #carousal{ position: relative; width:500px; height: 400px; overflow: hidden; margin:0 auto; top: 20px; } .list-carousal{ margin:0; list-style: none; width:500px; height: 400px; float:left; padding: 0; } #content{ position: absolute; top:0; left:0; width:calc(500px * 5); height: 400px; animation: toLeft 6s ease-out infinite alternate; margin: 0; padding: 0; } @keyframes toLeft { 0%,15%{ margin-left: 0; opacity:1; } 20%,35%{ margin-left: -500px; } 40%,55%{ margin-left: -1000px; } 60%,75% { margin-left: -1500px; } 80%,100% { margin-left: -2000px; opacity:1; } } </style> <div class="banner"> <!-- page header section --> <div class="page-title"> <div class="container"> <div class="row" style="background-color: #0080d5;"> <div class="col-md-12 ptn-bg"> <h2>Drama Club</h2> <ol class="breadcrumb"> <li><a href="/">Home</a></li> <li><a href="/student_corner">Student Clubs</a></li> <li class="active">Drama Club</li> </ol> </div> </div> </div> </div> </div> <!-- banner section ending--> <div class="main-container"> <!-- Main-container start --> <div class="container "> <div class="row"> <div class="col-md-12" > <div class="blk" style="text-align:left;"> <!-- <h6>Code start from here</h6> --> <h2><center> The Drama House ☘️</center></h2> <hr style="border-top:1px solid #0080D5;"> <div id="col-md-12"> <div class="swiper-container swiper101"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="pic"><a href="#"><img src="../images/drama_club/drama1.jpeg" class="img-responsive" alt=""></a></div> </div> <div class="swiper-slide"><a href="#"><img src="../images/drama_club/drama2.jpeg" class="img-responsive" alt=""></a></div> <div class="swiper-slide"><div class="pic"><a href="#"><img src="../images/drama_club/drama3.jpeg" class="img-responsive" alt=""></a></div></div> <div class="swiper-slide"><div class="pic"><a href="#"><img src="../images/drama_club/drama4.jpeg" class="img-responsive" alt=""></a></div></div> <div class="swiper-slide"><div class="pic"><a href="#"><img src="../images/drama_club/drama5.jpeg" class="img-responsive" alt=""></a></div></div> <div class="swiper-slide"><div class="pic"><a href="#"><img src="../images/drama_club/drama6.jpeg" class="img-responsive" alt=""></a></div></div> <div class="swiper-slide"><div class="pic"><a href="#"><img src="../images/drama_club/drama7.jpeg" class="img-responsive" alt=""></a></div></div> <!-- <div class="swiper-slide"><div class="pic"><a href="#"><img src="../images/ClassroomFacilities.jpg" class="img-responsive" alt=""></a></div></div> --> <!-- <div class="swiper-slide">Slide 5</div> <div class="swiper-slide">Slide 6</div> <div class="swiper-slide">Slide 7</div> <div class="swiper-slide">Slide 8</div> <div class="swiper-slide">Slide 9</div> <div class="swiper-slide">Slide 10</div> --> </div> <!-- Add Pagination --> <div class="swiper-pagination"></div> <!-- Add Arrows --> <div class="swiper-button-next"></div> <div class="swiper-button-prev"></div> </div> <br><br> <h3 align="justify"> <b>The Drama House</b> is a student organized dramatics club of our college which prevails to create a platform and various opportunities for all our peers and juniors to discover Literature and Art through drama, theatre and various creative forms of self-expression. We believe in nurturing an environment that can foster the inner creativity, individualism and social skills of all who participate. <br><br> The activities/events are delivered in a fun and informal style, allowing them grow in confidence, improving on speech, personality, team work, giving them a sense of entitlement for the skills they own. <br><br> Other than organising events the club deals with making short films and plays. From writing, to directing and to acting the members of the club learn and hone their on stage and behind the scenes skills required for each of these creative domains. We welcome all to be a part of The Drama House and brighten the world with their talents. </h3> </div> <br> </div> </div> </div> </div> </div> <!-- Page Content close--> </div> <!-- Main-container close --> <script src="../js/swiper.min.js"></script> <script> var swiper = new Swiper('.swiper101', { slidesPerView: 1, spaceBetween: 30, loop: true, autoplay: true, autoplayspeed: 1000, pagination: { el: '.swiper-pagination', clickable: true, }, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, }); </script> ', 'scripts_for_layout' => '', 'title_for_layout' => 'StudentClubs' ) $content_for_layout = '<!-- 19-01-22 - rbk --> <link rel="stylesheet" href="../css/swiper.min.css"> <style> .swiper-container { width: 50%; height: 100%; margin-left: auto; margin-right: auto; } .swiper-slide { text-align: center; font-size: 18px; background: #fff; /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; } #wrapper { //background-color: #fff; //border-top: 1px solid #ccc; width: 100%; height: 350px; //position: absolute; //left: 0; //bottom: 0; } #carousel { //margin-top: -105px; } #carousel div { text-align: center; width: 100px; height: 250px; float: left; //position: relative; } #carousel div img { border: none; width: 100%; height: auto; } #carousel div span { display: none; } #carousel div:hover span { background-color: #333; color: #fff; display: inline-block; width: 100px; padding: 2px 0; margin: 0 0 0 -50px; //position: absolute; //bottom: 30px; //left: 50%; //border-radius: 3px; } #carousal{ position: relative; width:500px; height: 400px; overflow: hidden; margin:0 auto; top: 20px; } .list-carousal{ margin:0; list-style: none; width:500px; height: 400px; float:left; padding: 0; } #content{ position: absolute; top:0; left:0; width:calc(500px * 5); height: 400px; animation: toLeft 6s ease-out infinite alternate; margin: 0; padding: 0; } @keyframes toLeft { 0%,15%{ margin-left: 0; opacity:1; } 20%,35%{ margin-left: -500px; } 40%,55%{ margin-left: -1000px; } 60%,75% { margin-left: -1500px; } 80%,100% { margin-left: -2000px; opacity:1; } } </style> <div class="banner"> <!-- page header section --> <div class="page-title"> <div class="container"> <div class="row" style="background-color: #0080d5;"> <div class="col-md-12 ptn-bg"> <h2>Drama Club</h2> <ol class="breadcrumb"> <li><a href="/">Home</a></li> <li><a href="/student_corner">Student Clubs</a></li> <li class="active">Drama Club</li> </ol> </div> </div> </div> </div> </div> <!-- banner section ending--> <div class="main-container"> <!-- Main-container start --> <div class="container "> <div class="row"> <div class="col-md-12" > <div class="blk" style="text-align:left;"> <!-- <h6>Code start from here</h6> --> <h2><center> The Drama House ☘️</center></h2> <hr style="border-top:1px solid #0080D5;"> <div id="col-md-12"> <div class="swiper-container swiper101"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="pic"><a href="#"><img src="../images/drama_club/drama1.jpeg" class="img-responsive" alt=""></a></div> </div> <div class="swiper-slide"><a href="#"><img src="../images/drama_club/drama2.jpeg" class="img-responsive" alt=""></a></div> <div class="swiper-slide"><div class="pic"><a href="#"><img src="../images/drama_club/drama3.jpeg" class="img-responsive" alt=""></a></div></div> <div class="swiper-slide"><div class="pic"><a href="#"><img src="../images/drama_club/drama4.jpeg" class="img-responsive" alt=""></a></div></div> <div class="swiper-slide"><div class="pic"><a href="#"><img src="../images/drama_club/drama5.jpeg" class="img-responsive" alt=""></a></div></div> <div class="swiper-slide"><div class="pic"><a href="#"><img src="../images/drama_club/drama6.jpeg" class="img-responsive" alt=""></a></div></div> <div class="swiper-slide"><div class="pic"><a href="#"><img src="../images/drama_club/drama7.jpeg" class="img-responsive" alt=""></a></div></div> <!-- <div class="swiper-slide"><div class="pic"><a href="#"><img src="../images/ClassroomFacilities.jpg" class="img-responsive" alt=""></a></div></div> --> <!-- <div class="swiper-slide">Slide 5</div> <div class="swiper-slide">Slide 6</div> <div class="swiper-slide">Slide 7</div> <div class="swiper-slide">Slide 8</div> <div class="swiper-slide">Slide 9</div> <div class="swiper-slide">Slide 10</div> --> </div> <!-- Add Pagination --> <div class="swiper-pagination"></div> <!-- Add Arrows --> <div class="swiper-button-next"></div> <div class="swiper-button-prev"></div> </div> <br><br> <h3 align="justify"> <b>The Drama House</b> is a student organized dramatics club of our college which prevails to create a platform and various opportunities for all our peers and juniors to discover Literature and Art through drama, theatre and various creative forms of self-expression. We believe in nurturing an environment that can foster the inner creativity, individualism and social skills of all who participate. <br><br> The activities/events are delivered in a fun and informal style, allowing them grow in confidence, improving on speech, personality, team work, giving them a sense of entitlement for the skills they own. <br><br> Other than organising events the club deals with making short films and plays. From writing, to directing and to acting the members of the club learn and hone their on stage and behind the scenes skills required for each of these creative domains. We welcome all to be a part of The Drama House and brighten the world with their talents. </h3> </div> <br> </div> </div> </div> </div> </div> <!-- Page Content close--> </div> <!-- Main-container close --> <script src="../js/swiper.min.js"></script> <script> var swiper = new Swiper('.swiper101', { slidesPerView: 1, spaceBetween: 30, loop: true, autoplay: true, autoplayspeed: 1000, pagination: { el: '.swiper-pagination', clickable: true, }, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, }); </script> ' $scripts_for_layout = '' $title_for_layout = 'StudentClubs'include - APP\View\Layouts\site.ctp, line 473 View::_evaluate() - CORE\Cake\View\View.php, line 954 View::_render() - CORE\Cake\View\View.php, line 916 View::renderLayout() - CORE\Cake\View\View.php, line 543 View::render() - CORE\Cake\View\View.php, line 487 Controller::render() - CORE\Cake\Controller\Controller.php, line 919 Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193 Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161 [main] - APP\webroot\index.php, line 105
Warning (2): Invalid argument supplied for foreach() [APP\View\Layouts\site.ctp, line 473]Code Context
<?php
foreach ($circulars as $circular) {
$viewFile = 'C:\xampp\htdocs\app\View\Layouts\site.ctp' $dataForView = array( 'content_for_layout' => '<!-- 19-01-22 - rbk --> <link rel="stylesheet" href="../css/swiper.min.css"> <style> .swiper-container { width: 50%; height: 100%; margin-left: auto; margin-right: auto; } .swiper-slide { text-align: center; font-size: 18px; background: #fff; /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; } #wrapper { //background-color: #fff; //border-top: 1px solid #ccc; width: 100%; height: 350px; //position: absolute; //left: 0; //bottom: 0; } #carousel { //margin-top: -105px; } #carousel div { text-align: center; width: 100px; height: 250px; float: left; //position: relative; } #carousel div img { border: none; width: 100%; height: auto; } #carousel div span { display: none; } #carousel div:hover span { background-color: #333; color: #fff; display: inline-block; width: 100px; padding: 2px 0; margin: 0 0 0 -50px; //position: absolute; //bottom: 30px; //left: 50%; //border-radius: 3px; } #carousal{ position: relative; width:500px; height: 400px; overflow: hidden; margin:0 auto; top: 20px; } .list-carousal{ margin:0; list-style: none; width:500px; height: 400px; float:left; padding: 0; } #content{ position: absolute; top:0; left:0; width:calc(500px * 5); height: 400px; animation: toLeft 6s ease-out infinite alternate; margin: 0; padding: 0; } @keyframes toLeft { 0%,15%{ margin-left: 0; opacity:1; } 20%,35%{ margin-left: -500px; } 40%,55%{ margin-left: -1000px; } 60%,75% { margin-left: -1500px; } 80%,100% { margin-left: -2000px; opacity:1; } } </style> <div class="banner"> <!-- page header section --> <div class="page-title"> <div class="container"> <div class="row" style="background-color: #0080d5;"> <div class="col-md-12 ptn-bg"> <h2>Drama Club</h2> <ol class="breadcrumb"> <li><a href="/">Home</a></li> <li><a href="/student_corner">Student Clubs</a></li> <li class="active">Drama Club</li> </ol> </div> </div> </div> </div> </div> <!-- banner section ending--> <div class="main-container"> <!-- Main-container start --> <div class="container "> <div class="row"> <div class="col-md-12" > <div class="blk" style="text-align:left;"> <!-- <h6>Code start from here</h6> --> <h2><center> The Drama House ☘️</center></h2> <hr style="border-top:1px solid #0080D5;"> <div id="col-md-12"> <div class="swiper-container swiper101"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="pic"><a href="#"><img src="../images/drama_club/drama1.jpeg" class="img-responsive" alt=""></a></div> </div> <div class="swiper-slide"><a href="#"><img src="../images/drama_club/drama2.jpeg" class="img-responsive" alt=""></a></div> <div class="swiper-slide"><div class="pic"><a href="#"><img src="../images/drama_club/drama3.jpeg" class="img-responsive" alt=""></a></div></div> <div class="swiper-slide"><div class="pic"><a href="#"><img src="../images/drama_club/drama4.jpeg" class="img-responsive" alt=""></a></div></div> <div class="swiper-slide"><div class="pic"><a href="#"><img src="../images/drama_club/drama5.jpeg" class="img-responsive" alt=""></a></div></div> <div class="swiper-slide"><div class="pic"><a href="#"><img src="../images/drama_club/drama6.jpeg" class="img-responsive" alt=""></a></div></div> <div class="swiper-slide"><div class="pic"><a href="#"><img src="../images/drama_club/drama7.jpeg" class="img-responsive" alt=""></a></div></div> <!-- <div class="swiper-slide"><div class="pic"><a href="#"><img src="../images/ClassroomFacilities.jpg" class="img-responsive" alt=""></a></div></div> --> <!-- <div class="swiper-slide">Slide 5</div> <div class="swiper-slide">Slide 6</div> <div class="swiper-slide">Slide 7</div> <div class="swiper-slide">Slide 8</div> <div class="swiper-slide">Slide 9</div> <div class="swiper-slide">Slide 10</div> --> </div> <!-- Add Pagination --> <div class="swiper-pagination"></div> <!-- Add Arrows --> <div class="swiper-button-next"></div> <div class="swiper-button-prev"></div> </div> <br><br> <h3 align="justify"> <b>The Drama House</b> is a student organized dramatics club of our college which prevails to create a platform and various opportunities for all our peers and juniors to discover Literature and Art through drama, theatre and various creative forms of self-expression. We believe in nurturing an environment that can foster the inner creativity, individualism and social skills of all who participate. <br><br> The activities/events are delivered in a fun and informal style, allowing them grow in confidence, improving on speech, personality, team work, giving them a sense of entitlement for the skills they own. <br><br> Other than organising events the club deals with making short films and plays. From writing, to directing and to acting the members of the club learn and hone their on stage and behind the scenes skills required for each of these creative domains. We welcome all to be a part of The Drama House and brighten the world with their talents. </h3> </div> <br> </div> </div> </div> </div> </div> <!-- Page Content close--> </div> <!-- Main-container close --> <script src="../js/swiper.min.js"></script> <script> var swiper = new Swiper('.swiper101', { slidesPerView: 1, spaceBetween: 30, loop: true, autoplay: true, autoplayspeed: 1000, pagination: { el: '.swiper-pagination', clickable: true, }, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, }); </script> ', 'scripts_for_layout' => '', 'title_for_layout' => 'StudentClubs' ) $content_for_layout = '<!-- 19-01-22 - rbk --> <link rel="stylesheet" href="../css/swiper.min.css"> <style> .swiper-container { width: 50%; height: 100%; margin-left: auto; margin-right: auto; } .swiper-slide { text-align: center; font-size: 18px; background: #fff; /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; } #wrapper { //background-color: #fff; //border-top: 1px solid #ccc; width: 100%; height: 350px; //position: absolute; //left: 0; //bottom: 0; } #carousel { //margin-top: -105px; } #carousel div { text-align: center; width: 100px; height: 250px; float: left; //position: relative; } #carousel div img { border: none; width: 100%; height: auto; } #carousel div span { display: none; } #carousel div:hover span { background-color: #333; color: #fff; display: inline-block; width: 100px; padding: 2px 0; margin: 0 0 0 -50px; //position: absolute; //bottom: 30px; //left: 50%; //border-radius: 3px; } #carousal{ position: relative; width:500px; height: 400px; overflow: hidden; margin:0 auto; top: 20px; } .list-carousal{ margin:0; list-style: none; width:500px; height: 400px; float:left; padding: 0; } #content{ position: absolute; top:0; left:0; width:calc(500px * 5); height: 400px; animation: toLeft 6s ease-out infinite alternate; margin: 0; padding: 0; } @keyframes toLeft { 0%,15%{ margin-left: 0; opacity:1; } 20%,35%{ margin-left: -500px; } 40%,55%{ margin-left: -1000px; } 60%,75% { margin-left: -1500px; } 80%,100% { margin-left: -2000px; opacity:1; } } </style> <div class="banner"> <!-- page header section --> <div class="page-title"> <div class="container"> <div class="row" style="background-color: #0080d5;"> <div class="col-md-12 ptn-bg"> <h2>Drama Club</h2> <ol class="breadcrumb"> <li><a href="/">Home</a></li> <li><a href="/student_corner">Student Clubs</a></li> <li class="active">Drama Club</li> </ol> </div> </div> </div> </div> </div> <!-- banner section ending--> <div class="main-container"> <!-- Main-container start --> <div class="container "> <div class="row"> <div class="col-md-12" > <div class="blk" style="text-align:left;"> <!-- <h6>Code start from here</h6> --> <h2><center> The Drama House ☘️</center></h2> <hr style="border-top:1px solid #0080D5;"> <div id="col-md-12"> <div class="swiper-container swiper101"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="pic"><a href="#"><img src="../images/drama_club/drama1.jpeg" class="img-responsive" alt=""></a></div> </div> <div class="swiper-slide"><a href="#"><img src="../images/drama_club/drama2.jpeg" class="img-responsive" alt=""></a></div> <div class="swiper-slide"><div class="pic"><a href="#"><img src="../images/drama_club/drama3.jpeg" class="img-responsive" alt=""></a></div></div> <div class="swiper-slide"><div class="pic"><a href="#"><img src="../images/drama_club/drama4.jpeg" class="img-responsive" alt=""></a></div></div> <div class="swiper-slide"><div class="pic"><a href="#"><img src="../images/drama_club/drama5.jpeg" class="img-responsive" alt=""></a></div></div> <div class="swiper-slide"><div class="pic"><a href="#"><img src="../images/drama_club/drama6.jpeg" class="img-responsive" alt=""></a></div></div> <div class="swiper-slide"><div class="pic"><a href="#"><img src="../images/drama_club/drama7.jpeg" class="img-responsive" alt=""></a></div></div> <!-- <div class="swiper-slide"><div class="pic"><a href="#"><img src="../images/ClassroomFacilities.jpg" class="img-responsive" alt=""></a></div></div> --> <!-- <div class="swiper-slide">Slide 5</div> <div class="swiper-slide">Slide 6</div> <div class="swiper-slide">Slide 7</div> <div class="swiper-slide">Slide 8</div> <div class="swiper-slide">Slide 9</div> <div class="swiper-slide">Slide 10</div> --> </div> <!-- Add Pagination --> <div class="swiper-pagination"></div> <!-- Add Arrows --> <div class="swiper-button-next"></div> <div class="swiper-button-prev"></div> </div> <br><br> <h3 align="justify"> <b>The Drama House</b> is a student organized dramatics club of our college which prevails to create a platform and various opportunities for all our peers and juniors to discover Literature and Art through drama, theatre and various creative forms of self-expression. We believe in nurturing an environment that can foster the inner creativity, individualism and social skills of all who participate. <br><br> The activities/events are delivered in a fun and informal style, allowing them grow in confidence, improving on speech, personality, team work, giving them a sense of entitlement for the skills they own. <br><br> Other than organising events the club deals with making short films and plays. From writing, to directing and to acting the members of the club learn and hone their on stage and behind the scenes skills required for each of these creative domains. We welcome all to be a part of The Drama House and brighten the world with their talents. </h3> </div> <br> </div> </div> </div> </div> </div> <!-- Page Content close--> </div> <!-- Main-container close --> <script src="../js/swiper.min.js"></script> <script> var swiper = new Swiper('.swiper101', { slidesPerView: 1, spaceBetween: 30, loop: true, autoplay: true, autoplayspeed: 1000, pagination: { el: '.swiper-pagination', clickable: true, }, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, }); </script> ' $scripts_for_layout = '' $title_for_layout = 'StudentClubs'include - APP\View\Layouts\site.ctp, line 473 View::_evaluate() - CORE\Cake\View\View.php, line 954 View::_render() - CORE\Cake\View\View.php, line 916 View::renderLayout() - CORE\Cake\View\View.php, line 543 View::render() - CORE\Cake\View\View.php, line 487 Controller::render() - CORE\Cake\Controller\Controller.php, line 919 Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193 Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161 [main] - APP\webroot\index.php, line 105
AGNEL CHARITIES
FR. C. RODRIGUES INSTITUTE OF TECHNOLOGYAgnel Technical Education Complex
Sector 9-A, Vashi, Navi Mumbai,
Maharashtra, India
PIN - 400703
 (An Autonomous Institute & Permanently Affiliated to University of Mumbai)
AGNEL CHARITIES'
FR. C. RODRIGUES INSTITUTE OF TECHNOLOGYAgnel Technical Education Complex Sector 9-A, Vashi, Navi Mumbai, Maharashtra, India PIN - 400703
AGNEL CHARITIES'
F.C.R.I.T
Agnel Technical Education Complex
Sector 9-A, Vashi, Navi Mumbai,
Maharashtra, India
PIN - 400703
Visitors Count
©FCRIT, Vashi. All rights reserved.
This website is best viewed in Chrome and Mozilla Firefox in 1366x768 screen resolution.